| Sponsored Links | ||||||||||||||
|
| ||||||||||||||
|
Collapse All
|
||||||||||||||
| Software Name | Software Type | Category | Price | |||||||||||
| 1 | J Operating System |
linux | System->Linux Distributions | Free |
View Detail
|
|||||||||
J Operating System is primarily intended for programmers. Target Users: · Hobbiests--You used to buy computers to do programming. They didnt do much else. Windows doesnt even come with a compiler, which is ironic since Bill Gates wrote BASIC. The "J" operating system is primarily intended for programmers. Ive attempted to lower the bar, so amateurs can contribute. I hope to recreate the dynamic environment that used to exist when the Commodore 64 was around and everyone was creating odd-ball software. · Researchers--Im sure many lab researchers still use DOS because they have to interact with hardware, which is difficult with Windows. Here are some key features of "J Operating System": · No security! You can access all ports, memory and disk blocks to your hearts content. When youre working with your own computer, security just gets in the way and makes things slow--I hate anti-virus and anti-spyware because they just slow things down. When you know you dont have a risk, have no secrets and do regular back-ups, who needs security? · Uniformity · There is no virtual memory and everyone is on the same address-map. You can easily communicate between tasks, passing addresses. Addresses start at a base of zero and, essentually, segment registers are not used. · There is basically one language to learn called "C+" which is a little more than "C", but less than "C++". You dont need to learn a scripting langauge because everything uses this syntax. · There is an extension of ASCII called "J" rich text which allows colors, links, graphics and various widgets in your documents. This format is used in source code, documents, help, menus, etc. · Support for compressed, encrypted and contiguous files. · FAT32, FAT12 and ISO9660 filesystems. · Blazing-fast compiler which can recompile everything in 5 seconds. It doesnt optimize. · All source code is included and its still around a Meg. Hardware: · PS/2 mouse and keyboard · VGA graphics · Some hard drives. Must be on the primary or secondary IDE controller and support LBA28. Drives of 120Gig are the limit. · Some CD-ROM/DVD drives, including burning. · Some floppies. Just 1.44Meg and not all types. · No USB support yet · No network support yet · ASCII printers on the parallel port are supported. |
||||||||||||||
| 2 | Inferno Operating System 20060303 |
linux | System->Other | Free |
View Detail
|
|||||||||
Inferno is a compact operating system designed for building distributed and networked systems on a wide variety of devices and platforms. Inferno was originally developed at Bell Labs (the research division of Lucent Technologies). Inferno Operating System is a well-designed, economical operating system particularly suitable for use in networked devices such as advanced telephones, hand-held devices, TV set-top boxes, and many other embedded applications. Inferno can run in native mode on an embedded system or in emulation mode under many different operating systems. Inferno has many features in common with Plan 9. Cross-Platform Portability Inferno can run as a user application on top of an existing operating system or as a stand alone operating system. Most of the popular operating systems and processor architectures are supported: Host Operating Systems: · Windows NT/2000/XP · Irix · Linux · MacOS X · FreeBSD · Solaris · Plan 9 Supported Architectures: · Intel x86 (386 & higher) · Intel XScale · IBM PowerPC · ARM StrongARM (ARM & Thumb) · Sun SPARC Inferno also runs as a plug-in under Internet Explorer version 4 and higher. Each Inferno system presents an identical environment to the applications, irrespective of the underlying host OS or architecture, allowing the developer to work with a truly homogeneous environment across multiple different platforms. Portable Applications Inferno applications are written in Limbo, a modern, safe, modular, concurrent programming language with C-like syntax. It is more powerful than C but considerably easier to understand and debug than C++ or Java. Limbo code is compiled into architecture independent byte code which is then interpreted (or compiled on the fly) on the target processor. This means that any Inferno application will run identically on all Inferno platforms. Transparent Resources Inferno offers complete transparency of resources and data using a simple but powerful namespace system. By representing resources as files and having one standard communication protocol, resources such as data stores, services and external devices can easily be shared between Inferno systems. A resource interface may be imported to the local system and used by the applications without them knowing, or needing to know, whether it is local or remote. Security High level security is an important part of the Inferno system. By using one standard protocol for all network communication, security can be focused on one point and provided at a system level. Inferno offers full support for authenticated, encrypted connections using a certificate based user identification scheme and variety of algorithms including: · IDEA, 56 bit DES, 40, 128 and 256 bit RC4 encryption algorithms · MD4, MD5 and SHA secure hash algorithms A Complete Solution Inferno is not only an operating system, it is also a complete development environment, providing all the tools necessary for creating, testing and debugging the applications that run within it. · Acme IDE: includes editor, shell, advanced pattern matching tools & more · Fast Compiler: with full syntax and compile time type checking · Graphical Debugger: with full stack trace for currently executing threads · Powerful Shell: with sophisticated scripting capabilities · UNIX like commands: including bind, grep, gzip, mount, ps, tar, yacc... Whats New in This Release: · New licence terms (a `dual licence scheme allowing use as Free Software) · Styx revision based on 9P2000, and consequent changes to Sys · Authentication changes · Improved colour graphics support, including compositing · Scalable fonts using Freetype · Revamped Tk implementation · Window management moved out of Tk to a separate window manager in Limbo · Limbo: exception handling and fixed-point · Limbo: other possible changes · Dis VM changes · More commands and library modules · Better network service configuration · /net/dns served by host and native DNS resolver · Hosted kernels configured from a parts list as for native kernels · Signed modules · Internet Explorer plug-in revised and in source form · Expanded documentation |
||||||||||||||
| 3 | DEX Extensible Operating System 1.035 |
linux | System->Kernels | Free |
View Detail
|
|||||||||
DEX Extensible Operating System is an operating system specifically designed for educational and research use. DEX Extensible Operating System allows for the dynamic reconfiguration and customization of various system services using concepts found in extensible operating systems. It aims to create an operating system design thats easy to understand while having features that are common in todays modern operating systems. Unlike other small operating systems, it is powerful enough to support simple applications that require multithreading and file management. Its architectural design, with the help of Aspect-Oriented programming, enables easy modification and extensibility. It was developed in C and runs on PCs with 80386 processors or higher. Whats New in This Release: · This version is released with a floppy image and the kernel source code. · The release contains peformance enhancements, source code clean-ups, and a makefile for use with GNU make. |
||||||||||||||
| 4 | The Contiki Operating System 2.0 |
linux | System->Other | Free |
View Detail
|
|||||||||
The Contiki Operating System is mostly known as an operating system for networked embedded systems. A few years ago, however, Contikis primary claim to fame was its Commodore 64 port. With the help of JAC64, a Java-based C64 emulator developed by my colleague and fellow Contiki developer Joakim Eriksson, you can now experience the C64 port of Contiki 1.2-devel1 again, directly in your web browser! Whats New in This Release: · Contiki now does dynamic run-time loading and linking of standard ELF files. · Rime, a protocol stack designed for low-power radio communication, has been added. · Cooja, a Java-based network simulator for Contiki is included. · The build system has been reworked to allow for easy cross-compiling for many platforms. · A new port for the Tmote Sky sensor board has been added. |
||||||||||||||
| 5 | The LoseThos Operating System 3.13 |
windows | Software Development->Compilers Interpreters | Free |
View Detail
|
|||||||||
|
||||||||||||||
| 6 | Amiga Research Operating System 20060207 |
linux | System->Kernels | Free |
View Detail
|
|||||||||
Amiga Research Operating System (AROS) is a portable and free desktop operating system aiming at being compatible with AmigaOS 3.1, while improving on it in many areas. The source code is available under an open source license, which allows anyone to freely improve upon it. Goals The goals of the AROS project is it to create an OS which: 1. Is as compatible as possible with AmigaOS 3.1. 2. Can be ported to different kinds of hardware architectures and processors, such as x86, PowerPC, Alpha, Sparc, HPPA and other. 3. Should be binary compatible on Amiga and source compatible on any other hardware. 4. Can run as a standalone version which boots directly from hard disk and as an emulation which opens a window on an existing OS to develop software and run Amiga and native applications at the same time. 5. Improves upon the functionality of AmigaOS. To reach this goal, we use a number of techniques. First of all, we make heavy use of the Internet. You can participate in our project even if you can write only one single OS function. The most current version of the source is accessible 24 hours per day and patches can be merged into it at any time. A small database with open tasks makes sure work is not duplicated. History Some time back in the year 1993, the situation for the Amiga looked somewhat worse than usual and some Amiga fans got together and discussed what should be done to increase the acceptance of our beloved machine. Immediately the main reason for the missing success of the Amiga became clear: it was propagation, or rather the lack thereof. The Amiga should get a more widespread basis to make it more attractive for everyone to use and to develop for. So plans were made to reach this goal. One of the plans was to fix the bugs of the AmigaOS, another was to make it an modern operating system. The AOS project was born. But exactly what was a bug? And how should the bugs be fixed? What are the features a so-called modern OS must have? And how should they be implemented into the AmigaOS? Two years later, people were still arguing about this and not even one line of code had been written (or at least no one had ever seen that code). Discussions were still of the pattern where someone stated that "we must have ..." and someone answered "read the old mails" or "this is impossible to do, because ..." which was shortly followed by "youre wrong because ..." and so on. In the winter of 1995, Aaron Digulla got fed up with this situation and posted an RFC (request for comments) to the AOS mailing list in which I asked what the minimal common ground might be. Several options were given and the conclusion was that almost everyone would like to see an open OS which is compatible to AmigaOS 3.1 (kickstart 40.68) on which further discussions could be based upon to see what is possible and what is not. So the work began and AROS was born. |
||||||||||||||
| 7 | The LoseThos Operating System 4.09 |
windows | Software Development->Compilers Interpreters | Free |
View Detail
|
|||||||||
LoseThos is for programming as entertainment. You like to write programs for fun? LoseThos is intended as a secondary operating system for screwing-around. Nothings off-limits -- you have full access. Its not for 3rd party programs. Its simpler than other environments, so you can write video games yourself, though humble ones. I know whats fun about programming and LoseThos provides it. MultiCore is fun, for example, when its completely under your control! Bureaucracy in programming sucks. LoseThos has no protections and was designed with simple code as a main goal. It is only 100,000 lines including a 64-bit compiler, kernel, browser/editor/word processor thing, tools, and demos. "Open Source" is a false promise to many programmers who think it means they can understand it, tinker with it, and improve it. There are monstrosities designed for lots of architectures full of endless #ifdefs, etc and even intentional obfuscation. Layering creates head-aches as you trace through code. LoseThos intends to shed light in a dark age with minimal abstraction. People get carried away with language features. Like Elias in the movie Platoon, LoseThos has shit-canned a bunch of standard issue crap, not appropriate for home computers hobby projects. A home system is not a multiuser 1970s mainframe. If you are arrogant, enjoy hell. Is your home computer a toy? I have fond memories using direct disk block editors when I had a Commodore 64 to recover stuff. LoseThos aims to remove abstraction, bringing your closer to the hardware like a motorcyclist without a helmet on the open road. This is kinda gay, but LoseThos is like a tree-house -- a secondary play environment without plumbing (networking) that you can modify without building codes. LoseThos is not for wussies. Its like the wild west, but thats the way its meant to be. Heres a classic you can type at the command line: |
||||||||||||||
| 8 | Extended Operating System Loader 1.1.5 |
windows | System->Boot Manager Disk | Free |
View Detail
|
|||||||||
XOSL is the worlds only full-featured free boot manager with a real, easy-to-use and full-blown graphical user interface. It allows you to boot operating systems from single or from multiple disk partitions. For every bootabe system, you can configure which other partitions should be hidden. For every bootable system, as well as for the configuration screens, password protection is possible. XOSL can be installed on a running DOS, Win9x or WinME system or on a small dedicated partition. It also includes a free partition manager. |
||||||||||||||
| 9 | IVOS - Intelligent Voice Operating System 2.0.2.A |
windows | Audio Multimedia->Other | $10 |
View Detail
|
|||||||||
IVOS (Intelligent Voice Operating System) is an intelligent agent that offers both Speech Recognition and Text-to-Speech capabilities, allowing you to run your computer via voice commands. You can control the menu and sub menu of any software, including total voice operation of MS Outlook. You can use voice commands to open files, folders or websites and much more. In addition, the Text-to-Speech features allow you to convert your spoken text into typed letters, compatible with any software that offers a text input window (email messages, forms etc.). Additional features include dynamic voice control, dictation, transcription of recordings and more. |
||||||||||||||
| 10 | Multiple PHP Rating System |
script | PHP | $6.00 |
View Detail
|
|||||||||
|
||||||||||||||
| 11 | LLC Operating Agreement 2.1 |
windows | Business Finance->Business Finance | Free |
View Detail
|
|||||||||
|
||||||||||||||
| 12 | Operating Cost 1.0 |
windows | Business Finance->Educational Tools | $15.00 |
View Detail
|
|||||||||
Small program to calculate the total operationg cost for your vehicle in $ (or you currency)From vehicle and usage information the program calculate the operating cost. |
||||||||||||||
| 13 | The On Demand Operating Environment |
script | Java | Free |
View Detail
|
|||||||||
|
||||||||||||||
| 14 | MTS Multiple Timesheets |
script | PHP | Free Additional Info: Public Domain |
View Detail
|
|||||||||
|
||||||||||||||
| 15 | System Commander 9.04 |
windows | Utilities->Misc Utilities | $69.95 |
View Detail
|
|||||||||
Features: Manage Multiple Operating Systems with Ease System Commander handles every OS available on the PC including every Windows, Linux, Solaris and more. The OS Wizard determines the best configuration for new operating systems and prepares your PC for the additional OS. This makes migrating to a new operating system much easier and less risky, by allowing you to keep your current reliable operating system exactly the same. The Safest Way to Install an Operating System System Commander safely and automatically prepares your hard drive to accept your new OS while protecting everything already on your computer - data and other OSes. Simply choose the OS you plan to install, and the OS Wizard will set up your system! System Commander automatically partitions your hard drive for increased protection. Exclusive Undo Technology System Commanders undo feature is the safest and easiest way to return your system to its original configuration. Using the BackStep Wizard, you can see all of the actions that the OS Wizard previously performed and any partitioning work. Simply select the operations that you wish to reverse and the BackStep Wizard will undo those steps. Nothing could be easier! |
||||||||||||||
| 16 | Infinity Systems |
script | CGI Perl | Free |
View Detail
|
|||||||||
|
||||||||||||||
| 17 | Sample LLC Operating Agreement Form 4.0 |
windows | Business Finance->Business Finance | $19.99 |
View Detail
|
|||||||||
Brothersoft Editor/ The YY LLC operating agreement is an agreement among limited liability company (LLC) members about the business of the LLC and the rights and duties of the members. The Utah LLC package contains two agreements: member managed and manager managed llc operating agreements. |
||||||||||||||
| 18 | Source Systems |
script | ASP NET | Free |
View Detail
|
|||||||||
|
||||||||||||||
| 19 | LogicsERA Systems |
script | ASP NET | Free Additional Info: See site for more info. |
View Detail
|
|||||||||
|
||||||||||||||
| 20 | Multiple Desktops! 1.0 |
windows | Home Shell Desktop->Virtual Desktop Managers | $10.00 |
View Detail
|
|||||||||
This program can create multiple virtual desktops onyour system. You can switch between desktops by using the system tray icon and selecting the desktop you want.Right-click the icon for the menu/list of desktops. Left-click shows the about box. |
||||||||||||||
My Software
You have not saved any software. Click "Save" next to each software to save it to your software basket
