29 projects tagged "English"
bcg729 is an Open Source implementation of both the encoder and decoder of the ITU G729 Annex A speech codec. It is written in C 99, is fully portable, and can be executed on many platforms, including both ARM and x86. libbcg729 supports concurrent channel encoding/decoding for multi-call applications such as conferencing. This project was initially developed as part of Mediastreamer2, Linphone's media processing engine, so it contains the glue to be integrated into Linphone/Mediastreamer2.
TeachTables lets you create a scheduling and management site for your school. You can add rooms, lessons, groups, teachers, and students, enroll students in groups, assign groups to courses, assign teachers to courses, set up timetables for teachers, create plans for courses, set up tests for courses, and enter information for absent teachers, meetings (visible in timetables), and reservations for rooms/equipment. There is a quiz module with integrated support for numeric questions and symbolic evaluation of answers (pycas on the server). Server code is node.js, and the client is Javascript (based on jQuery and d3.js).
DHTMLX delivers a rich set of JavaScript UI components, including a powerful datagrid, trees, tabs, menus, forms, calendars, and more. The components can easily be integrated into a single Web application interface, which allows Web developers to build Web app interfaces faster. The library comes with HTML5-based charts, allowing developers to generate different types of charts, including line, area, scatter, bar, pie, etc. There is special Connector extension which simplifies integration with the server side for PHP, Java, ASP.NET, and ColdFusion. The supported browsers include Internet Explorer, Firefox, Safari, Chrome, and Opera.
BAD (BAckup Daemon) "watches" a directory and copies any files or directories moved/copied into it to another "backup" directory automatically using inotify. It will automatically generates hashes for files using the md5 hashing algorithm, and stores them in a file for quick and easy integrity checking. It will log (mostly) everything it's doing, and makes it very convenient to grep for certain messages using multiple logging levels which the user can set to get the desired output. It has its own built-in uninstaller which will delete any and all files it has created (besides the user's watch and backup directories).