ast
AST lite 2
Hide files quickly and safely from prying eyes more>>
Utilises a very fast browser which displays information regarding selected files and a thumbnail of any selected image file.
This is an ongoing project.

Advanced Security Tool - AST 1.1.6
Advanced Security Tool-AST is an awards winning security system for Windows.It includes: password generator, encrypted pad, password manager,Bookmarks manager,Auto fill login and password and a special trojan preventing mechanism. more>>
PASSWORD GENERATOR:
More complex passwords, up to 256 characters.
Simultaneously generated by 2000 passwords.
Access to the Special Characters. (for more advanced passwords!).
Included a character map for custom choice a characters.
ENCRYPTED PAD:
Keep your secret information.
Encrypted Pad integrated encryption allows users to encrypt
documents through the Save As menu without any hassle.
PASSWORD MANAGER:
You will forget about all your headaches which
were caused by loss of passwords, access codes and
other sensitive information.
Passwords and logins are encrypted.
Auto fill login and passwords in Internet Explorer.
BOOKMARKS MANAGER:
Import Favorites from Internet Explorer,Mozilla Firefox.
MORE OPTIONS:
AST Include anti keylogger (trojan), system to prevent
your passwords from theft.
Integrated into Microsoft Internet Explorer.
XP interface.
System Requirements: Pentium 400 Mhz,32 MB RAM
<<less
Password manager,Password generator,Encrypted pad,Bookmarks manager. Advanced Security Tool - AST 1.1.1 - PatilansoftLicense:Freeware

AST American Flag Screensaver 1.0.0.
Serious fun! Stunning FREE Clock - US Flag screen saver.This nice FREE screen... more>> Serious fun! Stunning FREE Clock - US Flag screen saver.This nice FREE screensaver is big round analog clock with American flag (see screen shot). It also has ticking sound and gong. You can disable or enable company logo. Screensaver is also available with your personal logo instead of our company logo.Screen Saver Features: -specially designed atmosphere-almost photo realistic graphics with animations -unique sound environment-multiple backgrounds with effects -adjustable settings -high quality textures -additional Security Lock (when wrong password inserted several times) for Windows 95, 98, Me (This is just single screensaver from Aktiva-S Time Screen Saver Collection )<<less

Arbores 1.0
Arbores is a high-speed and powerful program which is capable of drawing syntactic trees in the quickest and easiest way while not trying to include a lot of fancy functions. more>>
Arbores 1.0 is a high-speed and powerful program which is capable of drawing syntactic trees in the quickest and easiest way while not trying to include a lot of fancy functions.
Syntactic tree is a useful tool in analyzing the structure of a sentence. Linguists and linguistics learners have a lot of opportunities in encountering them, and often a need in drawing them. Arbores utilizes the "TreeView" control already available in Windows, and re-renders the tree in the TreeView to a syntactic tree
Therefore, you can add, remove or edit the nodes in the TreeView, just like what you do to the files and folders with the "tree" in your Windows Explorer, and an equivalent syntactic tree is drawn on-the-fly. Arbores allows you to save your trees to AST files (Arbores Syntactic Tree files), which can be opened and edited at a later time. You can also export the trees to various image formats (BMP, GIF, JPEG.) and print out the trees easily.
Vimperator 1.2
Firefox extension that will make your browser behave like it was the Vim text editor more>> Firefox extension that will make your browser behave like it was the Vim text editor
Vimperator is a Firefox extension that will make your Firefox browser behave like Vim.
Vimperator is a free browser add-on for Firefox, which makes it look and behave like the Vim text editor. It has similar key bindings, and you could call it a modal web browser, as key bindings differ according to which mode you are in.
Warning: To provide the most authentic Vim experience, the Firefox menubar and toolbar were hidden.
If you really need them, type: :set guioptions=mT to get it back. If you dont like Vimperator at all, you can uninstall it by typing :addons and remove/disable it. If you like it, but cant remember the shortcuts, press F1 or :help to get this help window back.
Since Vimperators GUI is embedded into a toolbar, it may look too 3D-like with the default theme. For the best experience, I therefore recommend the Whitehart theme or any other flat theme.
Main features:
- Vim-like keybindings (h,j,k,l,gg,G,0,$,ZZ,,etc.)
- Ex-commands (:quit, :open www.foo.com, ...)
- Tab completion available for all commands with support for longest matching when set in wildmode
- Hit-a-hint like navigation of links (start with f to follow a link)
- Advanced completion of bookmark and history URLs (searching also in title, not only URL)
- Vim-like statusline with a wget-like progress bar
- Minimal GUI (easily hide useless menubar and toolbar with :set guioptions=)
- Ability to :source javascript files, and to use a ~/.vimperatorrc file with syntax highlighting if you install this file
- Easy quick searches (:open foo will search foo in google, :open ebay terminator will search for terminator on ebay) with support for Firefox keyword bookmarks and search engines
- Count supported for many commands (3 will go back 3 pages)
- Beep on errors (:set nobeep to turn this off)
- Marks support (ma to set mark a on a webpage, a to go there)
- QuickMarks support (quickly go to previously marked web pages with go{a-zA-Z0-9})
- :map support (and feedkeys() for script writers)
- A comprehensive help file, explaining all commands, mappings and settings.
System requirements:
- Firefox 3.0 - 3.1a1pre
Enhancements:
- IMPORTANT: changed :command to behave like Vims version.
- Eg. An alert command specified previously as :command AlertMe alert(args) should now be defined as :command AlertMe :js alert()
- IMPORTANT: changed (again) the default keybinding to temporarily disable all
- Vimperator keybindings from ctrl-q to ctrl-z since many users complained about hitting ctrl-q twice and exiting vimperator
- IMPORTANT: removed old :buffers! buffer window, as it was ugly and slightly broken use "B" or :buffers instead
- IMPORTANT: input fields are not blured anymore by default after a page has loaded
- use :set [no]focuscontent to control the behavior (thanks Paul Sobey for the generous donation which made this behavior possible)
- IMPORTANT: ctrl-x/a never take possible negative URLs into account, it was just too unpredictable
- performance fix by using cached history, should save about 5ms on each pageload
- add :emenu for accessing the Firefox main menu items from the command line
- add shell and shellcmdflag options
- :tabprevious, :bprevious, :tabnext, :bnext and friends now accept a prefix count
- add :comclear and :delcommand
- add a special version to :hardcopy to skip the Print dialog
- add :bl[ast], :bf[irst], :br[ewind] to go to first/last tab
- add :bn[ext], :bp[revious], :bN[ext] to switch to next/previous tab
- add :pagestyle command to allow for switching between alternate style sheets
- add :b# to select the alternate buffer
- add :tabduplicate command
- new urlseparator option for specifying the regexp used to split the arg to :open, :tabopen and :winopen :set editor now accepts quoting/escaping to use an editor with spaces in the path
- support for :%foo as a count for commands (not yet widely used)
- show informative message when a background tab was loaded, especially useful with a hidden tab bar.
- new "l" flag for complete to reuse the Firefox awesome bar for getting better completions for :open. Works only when wildoptions contains "auto" and can be a little buggy if you are typing too fast.
- new wildoptions=auto option (default off for now), to automatically list
- completions without the need to press the tab key
- new argument parser for ex commands, should tell better error messages when you do things like :bmark -tag=a,b instead of :bmark -tags=a,b
- some option values can be tab-completed now; e.g., :set wim=
- :bdelete accepts an optional argument now
- renamed some :autocmd, mainly BrowserStartup -> Startup and BrowserExit -> Quit
- dont pass certain keys like ctrl-o or ctrl-n to firefox in insert mode
- keywords in :open have higher priority than local files now
- add :set online to control the "work offline" menu item
- add :jumps command to list current tabs history
- add :setlocal & :setglobal commands, so options can be local (per tab) & global
- many small bug fixes

dlsim 1
Dlsim simulates a download process more>> After given Internet speed and file sizedlsim,Dlsimsimulates a download process . ad a file with an given speed in simulation, to see the advantages of an f ast connection to the Internet.<<less
LRgen Standard 8.3.018
LRgen Standard supplies you with a versatile translator writing system for building parsers, translators and compilers for computer languages. more>>
LRgen Standard 8.3.018 supplies you with a versatile translator writing system for building parsers, translators and compilers for computer languages. It's based on the powerful new TBNF grammar notation, a superset of EBNF. It contains everything you need: lexer generator, parser generator, symbol-table builder, AST constructor, and tree walker.
Output can be created in C++ or other language. LRgen goes way beyong LEX & YACC. It contains compiler front end source code in C++, ANSI C grammar, HTML grammar subset and others. You'll find yourself writing much less code with LRgen, because almost everything can be specified using TBNF grammar notation. Works fine with Microsoft Visual Studio and other compilers.
Requirements: All Mac

Time Zone Calculator 1.0 beta
Time zone calculator with DST support more>> Time Zone Calculator is a freeware program, that knows everything about world time zones (including utc time zone of course). It can easily convert one time zone to another. For example UTC / GMT time zone to USA zones: Central (CST) or Mountain (MST), Pacific (PST) or Eastern (EST), Atlantic (AST) or Hawaiian (HST). Of course Time Zone Calculator can convert any other world time zones (Central to GMT or Pacific to GMT, GST to Singapore time or CET to EST, anything at your service). Time Zone Calculator takes into account Daylight Saving Time (DST) and shows you the current time in the chosen cities and can calculate difference time between them. Professionals who need to monitor processes in different time zones will find that it is really easy-to-use time zone converter.<<less

Need For Kill 075
Need For Kill is designed to be an interesting collection of 2D games more>>
Need For Kill 075 is designed to be an interesting collection of 2D games. NFK game modes: CTF, TDM, DM, DOM, AST, TCS, SAW, MTX, SKY. Need For Kill supports seven game types: DeathMatch, Practice, Rail Arena, Team Play, Capture The Flag, Domination, and Trick Arena.
Requirements:
- Windows 95/98/Me/NT/2000/XP/2003 Server/Vista
- Microsoft DirectX 8.1 drivers
- Page: 1 of 1
- 1