|
Operating Systems
|
| A universal graphical front-end for command line programs. Provides examples, description and Source downloads. |
QTDIR = /usr MOC = /usr/bin/moc INCLUDES = -I/usr/include/qt ...
| QTDIR = /usr MOC = /usr/bin/moc INCLUDES = -I/usr/include/qt CXXFLAGS = -Wall -O2 -g0 $(INCLUDES) CXX = gcc LDFLAGS = -L$(QTDIR)/lib -lqt -lstdc++ -o ... |
| Using Kaptain for accessing database. Introduction. In this example, I show you some tricks about using Kaptain for accessing a PostgreSQL database. ... |
#!/usr/local/bin/gui # kaptain grammar fon enscript # (c) 2000 ...
| #!/usr/local/bin/gui # kaptain grammar fon enscript # (c) 2000 Terek Zsolt start "Enscript" -> top bottom; top :tabbed -> body header; bottom :horizontal ... |
#!/opt/kde2/bin/kaptain start "Indent" -> settings usersel ...
| #!/opt/kde2/bin/kaptain start "Indent" -> settings usersel buttonbar; settings :horizontal -> left files; left :framed -> choice0 options; files :framed ... |
| Kaptain: ... 1. The Concepts of Kaptain. Kaptain is a universal graphical front-end. It was originally developed in order to provide a simple and efficient ... |
#!/usr/local/bin/kaptain # kaptain grammer file for "find" command ...
| #!/usr/local/bin/kaptain # kaptain grammer file for "find" command # based on the work of Schneelocke, Schneelocke@gmx.net # version 0.1 start "find" ... |
#!/usr/local/bin/kaptain # # grep utility for Kaptain # written by ...
| #!/usr/local/bin/kaptain # # grep utility for Kaptain # written by Bojan Kverh 28.9.2000 start "Grep" -> window buttons; window -> alloptions word directory ... |
#!/usr/bin/kaptain start "Personal budget" -> data buttons ...
| #!/usr/bin/kaptain start "Personal budget" -> data buttons; buttons:horizontal -> @exec("psql","-c",query)="OK" @close="Cancel"; #buttons:horizontal ... |
#!/usr/bin/kaptain start -> panel buttons; panel -> @multicol(m ...
| #!/usr/bin/kaptain start -> panel buttons; panel -> @multicol(m/(.*)\|(.*)\|(. *)\|(.*)\|(.*)/,`psql -c "select * from budget order by trans_date"`); ... |
Copyright © 2002-2006, websy.net All Rights Reserved.