File: PROJECTS

package info (click to toggle)
tua 4.3-11
  • links: PTS
  • area: main
  • in suites: squeeze, wheezy
  • size: 940 kB
  • ctags: 522
  • sloc: ansic: 5,619; makefile: 486; yacc: 395; sh: 185
file content (20 lines) | stat: -rw-r--r-- 730 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# -*- indented -*-
# This is a list of what I think *NOW* about TUA future.
#

* Patch Taylor Uucp to make possible a one-to-one assoc between Stats and
  Logs entries. This is needed to know for example how much e-mail one
  user *received*.

* Think about eliminating duplicated string in the trees.
  a) by providing a mechanism similar to NXUniqueString that can be found on
     NeXTstep (wow!), and teaching strdup() its use.
  b) ...
     
* Modify the hourly activity chart. Instead of counting the bytes that pass 
  through, take care simply how many times, in a period, that port was busy
  or not. With this info, you can say
  "Hmmmm..., at 3:35am, tty2a is free at 100%" (ie everyday)...

* Interface with GNUPLOT.