Projects tagged ‘development’ and ‘modern’


[3 total ]

11 Users

The goal of the Syllable project is to create a family of easy-to-use free software operating systems. It is the continuation of the BeOS-like AtheOS. Syllable Desktop has its own C kernel with ... [More] symmetric multiprocessing, multithreaded pre-emptive multitasking, high POSIX compliancy, 64-bit journaled filesystem (AFS) with metadata, an integrated native GUI architecture with an object-oriented C++ API, SDL, singular native toolkit and multi-user desktop environment. The system seeks to be an integrated, lightweight, easy-to-program, powerful, high-performance graphical desktop environment which avoids legacy OS paradigms that frustrate developers and have hindered the computing masses' adoption of a free-software desktop. Syllable Server is a matching small and efficient Linux server. [Less]
Created over 3 years ago.

2 Users

ooc is an object-oriented programming language that translates to C by the means of an intermediate compiler. For more details about the language see the LanguageSummary page in the wiki. Because ... [More] it's translated to C, it's very portable & ubiquitous, and, well.. nearly as fast as C (e.g. no Virtual Machine). Also, it's very simple to see how the language works "under the hood". Graphical step-by-step compiling tools have been made available, to experiment with adding new features to the compiler or fixing existing bugs. The standard library is still in development, for now it's inspired by Java's standard APIs (e.g. for Collections). For an overview of the progress, see the examples/ folder in the SVN. You are welcome to write code in ooc! push the compiler to its limits ;) [Less]
Created 9 months ago.

0 Users

Akrudo is lightweight, rapid development, PHP framework. Allows to create applications quickly, but still is very flexible in designing the model. AboutArchitecture is MVC. System contains ... [More] controllers, which operate on data using models and present them by views. It uses semi-extended PHP languages called ActivePHP (allows faster creations of arrays), allows OOP usage of strings and arrays. e.g. $string = "should be uppercase"->upper(); For now the framework is not popular as it was hidden from world for longer time. It's being used by my company for various apps development, including CMS AkrudGoke http://akrud.pl/goke HistoryThe story of framework is probably very common. First of all tired by doing repeatitive tasks decided to create set of tools, or at least get all existing ones together in one package. The other reason was world famous Ruby on Rails framework telling me my PHP mcv is missing a lot. When first saw it in action I felt like i was closed in some kind of static, past, slow, php world of coding. These two decided for me to try on full-featured framework, now hugely called Akrudo. [Less]
Created 4 months ago.