banivakil (rezabani75)
My blog with Creative Commons BY-SA 4.0 license. I share my knowledge and open source projects here!
baobab (girin)
Animation project, under a CC-by-sa and Art Libre license. The finale movie will be available, as well as the raw data and the work files (probably most Gimp, blender, etc. files).
barbech (yousri)
La première plateforme consacré à l'Open Source en Tunisie : exposer des codes sources, des tutoriaux, et des documentations plus le téléchargement. licence libre : GPL
barbecue (jey)
XMPP server (Jabber) written in Ada 2005.
Currently it is rather an experimentation of XMPP implementation (server side, with a modular design to add features as time goes by) in the Ada language. I cannot say for now that this implementation will be revolutionary against all current existing XMPP servers, though I will obviously try to make it worth it.
Licence: GPLv3
barbuxaudio (barbux)
Diffusion de diverses ressources libres (licence GPL et Artlibre) autour de la création musicale sur linux.
Pour le moment :
- dust-synth : développement d'une synthétiseur granulaire pour le serveur de son jackd sur linux.
À venir prochainnement :
- plusieurs patchs Pure Data dont deux synthétiseurs midi.
À venir dans un avenir (un peu) plus lointain :
- quelques produtions musicales de l'auteur sous licence Art Libre ;
- des ressources diverses autour du thème de la musique sur linux.
bashftp (bashprofile)
Projet de serveur ftp public sur lequel sera mis à la disposition de la communauté ressources Linux (Distributions) bsd, mais aussi programmes sous licences GPL développés en interne.(Partenaire Ubuntu). domaine existant http://www.bashprofile.net (SS2L). Nous travaillons EXCLUSIVEMENT avec le logiciel libre
bashkaraoke (davideddu)
BASH!KARAOKE IS A FREE KARAOKE PLAYER FOR LINUX AND BSD
Supported formats: *.mid, *.kar, *.wrd , *.mod, *.rcp, *.r36, *.g18, *.g36
TRANSLATION (PLEASE HELP US!): English and Italian in EasyBashGUI mode, English only (for now... GTK mode) ..
The goal is a karaoke player which:
- is installable with very few dependencies; - is ready to use after a dependency check, -no configuration-; - support SoundFonts to improve sound quality; - works with a simple song database; - can trim levels (pitch, speed, volume) and mute channels; - and soon, with a new GTK3 interface, that will allow you to read the lyrics in fullscreen!
Moreover, the usage of EasyBashGUI allows you to fit Bash!Karaoke look'n'feel to your taste, depending on which desktop environment you use (Unity, KDE, GNOME or other), by using GtkDialog, KDialog, Zenity, (c)dialog or even Whiptail.
It is licensed under GNU GPLv3, so it is open-source; the source code is available in Launchpad.
basics (atroel)
BASICS stands for Basics Are Simple Idiot C Software.
It is licensed under the FreeBSD license (aka 2-clause BSD license).
It is a C software library that aims at providing the bare necessities when developing C software on constrained environments, for instance where no operating system is available.
It reduces its dependencies to the bare minimum (at least, an ANSI C compiler) and provides a way to easily enable or disable features when not needed.
The covered functional subset is well-documented and quite small so as to focus on code efficiency with regard to resources (CPU, memory). It also makes this library easy to use as a base for quick or tiny C project.
Typical features are:
- queues, lists, doubly ended queues, AVL, red black and splay trees - memory allocators and pools - fixed point mathematics - C ANSI exceptions - lightweight object oriented framework - design patterns C enabler
It is clearly not meant to become a concurrent for projects like glib or such, as it has a different scope.