Projects tagged ‘gcc’ and ‘linux’


[22 total ]

114 Users
   

The KDevelop project was founded in 1998 to build up an easy to use IDE (Integrated Development Environment) for KDE. Since then, the KDevelop IDE is publicly available under the GPL and supports many programming languages.
Created over 3 years ago.

2 Users
 

Monkey Studio is a Free and cross platform IDE written in Qt 4. The project has been started by AZEVEDO Filipe for his personal use around end of June 2005, and when he found it useful he open it ... [More] to the community. The project has been welled received and some guyz join it or send feedbacks/new features. The current version is the v2 branch which succeed the v1 one and is dependent of Qt 4.4.0 minimum. It support Qt 4 projects management and embed Designer and Assistant to form a complete, fast and power full Qt 4 IDE. It's based upon a powerful and flexible plugin system that allow to extend it in an infinite way. [Less]
Created 12 months ago.

1 Users

The Enveria IDE for Rapid Application Development is an intuitive platform for programming robust GUI software.
Created over 3 years ago.

1 Users

The Ideal Library is a set of libraries which aims to make rock solid programming easy, as well as letting you write powerful applications with less code and effort. It is being actively developed ... [More] , and is under heavy development. The development phase follows the TDD paradigm, and is also based in iterations, where functionality is added by iterations. [Less]
Created 7 months ago.

1 Users

GCC6809 is a port of the GNU Compiler Collection (GCC) to the Motorola 6809 processor. It is distributed separately from the GCC mainline. Several versions are supported, and updates are made ... [More] frequently to try to keep up-to-date with the latest GCC development. The most stable release is now based on GCC 4.3. GCC6809 is distributed as a patch against the full GCC sources, which can be downloaded from any GNU mirror. The patch adds a new target type, "m6809-unknown-none", and allows building of the C and C++ compilers. The patch also includes a version of the ASXXXX cross assembler, which provides the assembler, linker, and a library tool. The compiler is mature and was initially developed to support the FreeWPC pinball operating system. [Less]
Created 5 months ago.

0 Users

it gives some kinds of output format,e.g. regular text , xml or others you can implements form the interface. sometimes you want to print message, printf is too simple, but some opensource logging ... [More] system is too complex, then, you can try this, its a just enough logging system. default provides for you these methods: trace, info,debug,warning,notice,error,wassert,fatal,output and all the code is platform Independent, support win32 and linux, had tested with vc6.0, vc7.0, vc8.0, vc9.0, and gcc3.2 [Less]
Created 7 months ago.

0 Users

Qt Windows libs for crosscompiling
Created 11 months ago.

0 Users

This project aims to translate Python source code to human readable plain ANSI C code that you and me would write. Everyone with idea or eager to help is very welcome to join in a way of his own choice!
Created 12 months ago.

0 Users

Webcompiler is a tool that generate windows exe format e-book. unwebcompiler is a tool that unpack these e-books to html format in linux system.
Created 4 months ago.

0 Users

Though Google will forward our gmail to an SMTP server of our choice, why must we periodically go to the post office to see if we have mail? Though we have a broad array of decent web browsers, why ... [More] would we want to learn how to use Apache before browsing dynamically generated HTML5 of our locally cached data? What good is a javascript at a website of a MUD, when we could use telnet.exe? #! /bin/sh char=Loughesfnordly log=log-$char-`date --rfc-3339=date`.txt rm -f $char mkfifo $char telnet Realmsofdespair.com 4000 <$char >$log & tail -fn999 $log & tail -fn999 >$char Finally, why would we want to actually fork-off all of those processes, rather than emulating it in a single, select(2)ive process? EOT (for now) [Less]
Created 12 months ago.