PUBLIC   marks

PUBLIC MARKS with tag c

Sponsorised links

October 2009

Gearman

by Xavier Lacot
Gearman provides a generic application framework to farm out work to other machines or processes that are better suited to do the work. It allows you to do work in parallel, to load balance processing, and to call functions between languages. It can be used in a variety of applications, from high-availability web sites to the transport of database replication events. In other words, it is the nervous system for how distributed processing communicates. One type of asynchronous and worker solution I could use in the implementation of asynchronousity in Symfony's media plugin

August 2009

Tokyo Cabinet: a modern implementation of DBM

by karlcow & 1 other

Tokyo Cabinet is a library of routines for managing a database. The database is a simple data file containing records, each is a pair of a key and a value. Every key and value is serial bytes with variable length. Both binary data and character string can be used as a key and a value. There is neither concept of data tables nor data types. Records are organized in hash table, B tree, or fixed-length array.

Sponsorised links

July 2009

May 2009

Gearman C Server and Library in Launchpad

by greut

This is a rewrite (in C) of the Perl version found at http://danga.com/gearman/. It includes the both a client/worker library, as well as the server. The server acts as a bridge between workers (clients who can do work) and callers (clients who want work done). You should run several servers (at least two) for both load balancing and high availability.

Another nice background tasks tool.

March 2009

smisk

by greut

Smisk is a simple, high-performance and scalable web service framework written in C, but controlled by Python. Smisk is currently used in production by Spotify and Livebloggen.

Can work on WSGI application, thanks Spotify!

openFrameworks

by greut & 1 other

openFrameworks is a C library for creative coding.

We are currently in pre-release, and heading towards a public release. If you want to participate in the pre-release, or be notified when we release the library, please join the mailing list.

via Karl

openFrameworks

by karlcow & 1 other

openFrameworks is a C library for creative coding.

We are currently in pre-release, and heading towards a public release. If you want to participate in the pre-release, or be notified when we release the library, please join the mailing list.

February 2009

Le panda pour les amis du python - Clochix

by parmentierf
Firefox est codé en C et en JavaScript, mais, c'est moins connu, il est également possible d'utiliser Python pour développer des modules. Petit tour d'horizon des différents solutions.

ArtOfHttp

by sylvainulg
mon petit tuto de programmation client/serveurs HTTP en C.

January 2009

Safe C String Library v1.0.3 (January 30, 2005)

by parmentierf (via)
The goal of the SafeStr library is to provide a rich string-handling library for C that has safe semantics yet interoperates with legacy library code in a straightforward manner. Additionally, porting code that uses standard C string handling should be straightforward. The library should work on all modern Unix-like platforms, as well as any 32-bit Microsoft Windows OS. The overt security goals of the library are as follows: 1. Buffer overflows should not be possible when using the API. 2. Format string problems should be impossible when using the API. 3. The API should be capable of tracking whether strings are "trusted", a la Perl's taint mode. The API is meant to provide rich functionality and be easy to use, all the while improving security.

December 2008

November 2008

prettyprinter.de

by Neewok & 3 others
An online code beautyfier.

Helgrind, TotT: Finding Data Races in C

by sylvainulg (via)
helgrind: more than data checks (valgrind), it also help you finding who did not bring a beer in multithreaded programs.

June 2008

Univeriste de Lyon - Supports de Cours de l'UE LIF1

by cascamorto
Supports de CM : CM1 : Bases de l'algorithmiques CM2 : Bases du C CM3 : Anatomie d'un programme en C CM4 : Passage de paramètres CM5 : Tableaux CM6 : Chaînes de caractères (pendu) CM7 : Structures et fichiers (lecture, écriture) CM8 : Révisions (examen blanc) correction

May 2008

Facebook Developers | Thrift

by webs & 2 others
Thrift is a software framework for scalable cross-language services development. It combines a powerful software stack with a code generation engine to build services that work efficiently and seamlessly between C++, Java, Python, PHP, and Ruby.

Le site du zéro

by jmgachoud & 20 others
Tutoriels et cours de formation à Linux, aux langage C, C+, Java, etc..

PUBLIC TAGS related to tag c

no tag

Sponsorised links