9 projects tagged "Os Independant"
Taolin is a Web desktop that consists of a personal dashboard customizable by adding micro-applications called widgets. Each widget offers a different service that can be provided as a view over internal services or repositories (e.g. access to a papers repository), as a communication service (e.g. Jabber Web chat), or as an external resource (e.g. Google search).
Betting Shop is a system for running a traditional betting shop, modern betting lounge, or betting kiosk. It can be used stand-alone or linked back to a head office site for liability control and event management. It features an accounting module that generates ready-to-submit financial and tax reports and prints tickets for customers based on templates.
CAD Scripts automates a range of CAD tasks. It includes text_to_dxf for drawing figures in DXF format by specifying co-ordinates in an input text file.It also includes support for automatically create an entire beam and column structure for FreeCAD or StadPro after entering the specifications of a building.
Many times, developers (or even, normal users) run into an issue of searching for a resource that is inside a zip. Worse, sometime the resource is inside a zip that is itself inside another zip (i.e. a nested archive). zfind solves this problem. It is very fast and works on most common archive/compress files. It support full name search as well as regular expression search. Apart from command line usage, it also provides API support that lets you use it in your Java code as a 3rd party library.