home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / MiscKit1.7.1 / MiscKit / Examples / UNIX-HatersTool / English.lproj / UNIX-HatersTool.nib / data.nib (.txt) < prev   
Encoding:
NeXT TypedStream Data  |  1995-02-04  |  18.3 KB  |  274 lines

  1. typedstream
  2. IBObjectData
  3. Object
  4. CustomObject
  5. Application
  6. Button
  7. Control
  8.     Responder
  9. NXSplitView
  10.     Helvetica
  11. ButtonCell
  12. ActionCell
  13. Export News
  14. ScrollView
  15. ClipView
  16. ciifffcfffs
  17. [119c]{\rtf0\ansi{\fonttbl\f0\fswiss Helvetica;}
  18. \margl40
  19. \margr40
  20. \f0\b0\i0\ulnone\ql\fs24\fi0\li0\gray0\fc0\cf0\up0\dn0 
  21. NXCursor
  22. NXImage
  23. NXibeam
  24. Scroller
  25. _doScroller:
  26. @@@ffs
  27. Title
  28. Show Batches
  29. /usr/bin/uustat -a
  30. DBTableView
  31. DBGridView
  32. i@@@@@
  33. DBLayout
  34. @@ffcii
  35. DBTableVector
  36. iiff*@@@
  37. Palatino-Bold
  38. DBEditableFormatter
  39. DBFormatter
  40. TextFieldCell
  41. Target
  42. Status
  43. Address
  44. DBHeadingView
  45. DBHeadingCell
  46. Field
  47. i@@@@@::
  48.     TextField
  49. Kill Batch
  50. uustat -k $v1 ; uustat -a
  51. MenuTemplate
  52. *@*@ccc
  53. UNIX-HatersTool
  54. Matrix
  55. @:@iiii
  56. MenuCell
  57. Info Panel...
  58. Preferences...
  59. Help...
  60. ff@@#::s
  61. submenuAction:
  62. NXmenuArrow
  63. Paradise...
  64. Paste
  65. Select All
  66. Show all Filesystems
  67. Filesystem
  68. DBTextFormatter
  69. KBytes
  70.     Available
  71. Capacity
  72. Mounted On
  73. MiscIconWell
  74. MiscDragView
  75. KYou can drop a file into the well to discover what file system it lives on.
  76. Referencefile:
  77. somepathy
  78. WindowTemplate
  79. iiii***@s@
  80.     Diskspace
  81. WindowD
  82.     MiscShell
  83. MiscString
  84. s# $sender is the selection in 
  85. # the browser.  Send that selection
  86. # to the icon well (v1) and send
  87. # the "finger" results to stdout
  88. dir=/LocalLibrary/Images/People
  89. # display full name on $v2
  90. fullName=`nidump passwd / | 
  91.    awk -F: '$1 == "'$sender'" { print $5 } '`
  92. echo v1=$dir/$sender.tiff
  93. echo v2=$fullName
  94. # and finally, finger the user
  95. finger -l $sender
  96. sleep 1
  97. MiscStringArray
  98.  0-20 21-27 29-35 38-43 47-50 55-
  99. FormCell
  100. hugis
  101. Site:
  102. Show Log
  103. Process Queue
  104. [168c]{\rtf0\ansi{\fonttbl\f0\fswiss Helvetica;}
  105. \margl40
  106. \margr40
  107. \pard\tx533\tx1067\tx1601\tx2135\tx2668\tx3202\tx3736\tx4270\tx4803\tx5337\f0\b0\i0\ulnone\fs24\fc0\cf0 
  108. Field:
  109. NXCachedImageRep
  110. NXImageRep
  111. iisssss
  112. iiiiii
  113. Version 0.12y
  114. Copyright 1995y
  115. UNIX-H
  116. ATERS
  117. by Thomas Engel
  118. Helvetica-Oblique
  119. #A good way to keep your hands cleany
  120. Helvetica-Bold
  121. Panel
  122. MiscTabActionCell
  123. MiscSwapViewByMatrix
  124. MiscSwapView
  125. UUCP-Polling
  126. UUCP-Batches
  127.     Processes
  128.     User Info
  129. Folder Tab
  130. Update
  131. Swapfilesize:y
  132.     Grep for:
  133.     localhost
  134. On host:
  135. Kill...
  136. [10@]
  137. CPU %
  138. Mem %
  139. VSIZE
  140. RSIZE
  141. Command
  142.     Terminate
  143. kill $v1
  144. kill -KILL $v1
  145. Kill process with ID:
  146. Cancel
  147. NXreturnSign
  148. MiscSwapContentsController
  149. PPP Up
  150. pppup
  151. PPP Down
  152. pppdown
  153. {\rtf0\ansi{\fonttbl\f0\fswiss Helvetica;}
  154. \margl40
  155. \margr40
  156. \f0\b0\i0\ulnone\ql\fs24\fi0\li0\gray0\fc0\cf0\up0\dn0 
  157.     NXBrowser
  158. @@::#@ssssi**
  159. NXBrowserCell
  160. BrowserItem
  161. Users
  162. MiscImageDragView
  163. {\rtf0\ansi{\fonttbl\f0\fswiss Helvetica;}
  164. \margl40
  165. \margr40
  166. \f0\b0\i0\ulnone\ql\fs24\fi0\li0\gray0\fc0\cf0\up0\dn0 
  167. UUCPBatches
  168. UNIX Haters Paradise
  169. BBSwapWindow
  170. Finger
  171. # stdout == our table view
  172. # v1 == text message area
  173. # v2 = hostname
  174. # v3 = swap file 
  175. # v4 = grep exp.
  176. host=$v2
  177. args=auxww
  178. echo v1=Running ps $args on $host...
  179. # Run "ps" on the appropriate host,
  180. # discard the first line of output.
  181. # This output is going to stdout,
  182. # to a tableview.
  183. case "$host" in
  184. localhost|`hostname`)
  185.     ps $args | grep $v4 ;;
  186.     rsh $host ps $args |grep $v4;;
  187. esac | tail +2
  188. # How big is the swapfile?  Send
  189. # this to v3. 
  190. case "$host" in
  191. localhost|`hostname`)
  192.     ls -l /private/vm/swapfile ;;
  193.     rsh $host ls -l /private/vm/swapfile ;;
  194. esac | awk '{printf "v3=%d\n", $4}'
  195. # Display the date on v1
  196. echo v1=`date`
  197. 60-7 9-13 16-19 21-24 26-30 32-36 38-39 41-44 45-50 52-
  198. tail -f /usr/spool/uucp/Log &
  199. /usr/lib/uucp/uuxqt
  200. .# Display the sender's stringValue
  201. # on v2, a text field, so we'll be
  202. # showing the pathname of the
  203. # drag/drop file if that was the
  204. # sender.
  205. echo v2=$sender
  206. # Run "df", correct for the multi-line
  207. # formatting it likes to do
  208. df $sender | tail +2 |
  209.  awk 'NF == 1 {printf "%s", $1} NF != 1 {print}'
  210. Killing Fields
  211. R# Print a list of all users to stdout
  212. nidump passwd / | sed -e 's/:.*$//' | sort
  213. =#v1 is the ID of the batch to remove
  214. /usr/bin/uustat -k $v1
  215. 4#v1 = site to poll from
  216. /usr/lib/uucp/uucico -S$v1
  217. MiscAwakeAction
  218. echo `date`
  219. echo Running... 
  220. /usr/lib/newsbin/input/newsrun
  221. /usr/lib/newsbin/batch/sendbatches
  222. echo ....News Batches exported!
  223. tail -f /usr/adm/ppp.log
  224.     KillPanelx
  225. ProzessesSwapControllerx2
  226. View1x
  227. BatchSwapControllerx
  228. DiskspaceShellx0
  229. PSShellx
  230. PPPLogShellx
  231. UUCPSwapControllerx<
  232.     ListUsersx
  233. FingerSwapControllerx
  234. DiscspaceSwapControllerx
  235. UUCICOShellx
  236. UUCPBatchWindowx
  237. MainMenux
  238.     PPPWindowx
  239.     KillShellx
  240. UUCPWindowx
  241. UUStatShellx
  242. FingerWindowx
  243. PPPSwapControllerx
  244. DiskspaceWindowx@
  245. File's Ownerx
  246.     UUCPShellx
  247. FingerOneUserx
  248. MainWindowx
  249. NewsExportShellx
  250. UUXQTShellx
  251. PSWindowx
  252. PPPShell
  253. [71@]
  254. IBControlConnector
  255. IBConnector
  256. hide:
  257. terminate:
  258. copy:
  259. paste:
  260. selectAll:
  261. IBOutletConnector
  262. swapView
  263. executeScript:
  264. standardOutput
  265. executeFromAltTitle:
  266. makeKeyAndOrderFront:
  267. showHelpPanel:
  268. takeIntValueFrom:
  269. performClose:
  270. swapContentView:
  271. trigger
  272. standardError
  273. triggerSource
  274.