Projects tagged ‘c’, ‘cplusplus’, and ‘linux’


Jump to tag:

Projects tagged ‘c’, ‘cplusplus’, and ‘linux’

Filtered by Project Tags c cplusplus linux

Refine results Project Tags windows (11) unix (6) sdl (5) opengl (5) cpp (4) bsd (3) posix (3) python (3) c++ (3) network (3) gui (3) engine (3)

[30 total ]

115 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.

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.

1 Users

Created 4 months ago.

1 Users

AppCore (Application Core Engine) es un subsistema multiplataforma y completamente independiente que forma parte de CorEngine. Su función es simple y fundamental, este subsistema se encarga de la ... [More] creación de cualquier tipo de aplicación (X11, OpenGL, Win32, DirectX 3D 8, DirectX 3D 9, SDL, Irrlicht, ...) y de su manejo por medio de distintos tipos de callbacks. Además de entregarle al programador la completa libertad de poder hacer uso, si así lo desea, de la API de la plataforma, librería o engine que se este utilizando y no encapsulando al programador solo al uso exclusivo del subsistema y de CorEngine. AppCore es completamente compatible con los lenguaje C/C++, ya que contiene una interfaz de usuario para cada uno de los lenguajes. AppCore puede ser utilizado en cualquier tipo de [Less]
Created 4 months ago.

0 Users

This bot will sit on IRC channel, learn what people talk there, and will periodically reply with a phrase that's generated from the talk it learned before. Usually the bot doesn't make any sense ... [More] , but it's funny, and sometimes very hilarious. SeeBorg uses a variation of Markov Chain algorithm for building replies. It's a C++ clone of PyBorg, originally written by Tom Morton. [Less]
Created 12 months ago.

0 Users

Gperftools-httpd is a simple HTTP server, based on thttpd, that enables remote profiling via Google's pprof (see google-perftools). This code is not from Google. It is a copy of thttpd 2.25b but ... [More] then adapted to be a tiny minimal HTTP server that can be linked into any program to serve profiling information for pprof. It has been chopped up significantly compared to the original. After running make (which assumes you have the google-perftools libraries installed in /usr/local/lib or a standard place like /usr/lib), you can profile an arbitrary program with:  LD_PRELOAD=/usr/local/lib/libghttpd-preload.so ./a.out and then while it is running, execute:  pprof a.out http://localhost:9999/pprof/heap The preload library starts the HTTP server at the first call to malloc. Alternately, you can link with -lghttpd and call ghttpd() during program initialization (e.g., in main). You can change the port number by setting the environment variable GHTTPPORT:  GHTTPPORT=12345 LD_PRELOAD=libghttpd-preload.so ./a.out [Less]
Created 12 months ago.

0 Users

Imagine is a collection of library bindings for the C# language for the purpose of facilitating cross-platform multimedia-related development using the Mono and .NET platforms.
Created 12 months ago.

0 Users

Nicola's C/C++/C++0x/Ruby code repositoryA collection of my Linux codes.
Created 9 months ago.

0 Users

The Little Engine is a game engine whose structure adheres to the principles of object-oriented design for the purpose of promoting modularity in development and implementation. NOTE: This project ... [More] is in its gestation period and under heavy development. [Less]
Created 4 months ago.

0 Users

Banssh is Real-Time Adaptive Security Infrastructure. This software monitors and reacts to audit event logs, specifically looking for false ssh login attempts as they happen to shutdown the suspected ... [More] IP address or blocks of IP addresses. The software utilizes openssl such that remote computers can also react or take part in monitoring. Currently this is beta software, although, the developer does run it in a production environment. [Less]
Created 12 months ago.