public marks

PUBLIC MARKS from sylvainulg with tag tools

2014

Basic tutorial 10: GStreamer tools - GStreamer SDK documentation - GStreamer SDK documentation

(via)
Elements can be named using the name property, in this way complex pipelines involving branches can be created. Names allow linking to elements created previously in the description, and are indispensable to use elements with multiple output pads, like demuxers or tees, for example. Named elements are referred to using their name followed by a dot. --- Instead of letting GStreamer choose which Pad to use when linking two elements, you may want to specify the Pads directly. You can do this by adding a dot plus the Pad name after the name of the element

2013

Unit Testing in C: Tools and Conventions | Dr Dobb's

http://throwtheswitch.org/white-papers/unity-intro.html looks interesting. I wonder wether I could use http://cpputest.github.io/ to strenghthen my game engine ...

Tools for Game Design: Patterns for Game Design

(via)
He's got in-blog pearltree integration. Nice.

SmilieGenerator.us ™ • Smileys • The Smiley Sign Generator™ • The Smiley Search Engine™ • Gif Resize • Animation Tools • Smiley Generator • - - Animated Gif Frame Extraction

by 1 other
Animations are made up of a bunch of similar images that are shown one after the other to create the illusion of movement. Many times, people will want just one or a few of those images, or they may want to change some of the images, This tool allows you to extract each frame from an Animate Gif Image and download them all along with the specifications that tell a browser how to show each image, or how long to show each image, or how many times to show each image.

2012

less (Unix) - Wikipedia, the free encyclopedia

(via)
less is more ... likely one of the Unix tools I use the most

2011

Sprite Generator

(via)
get your brain running and your pencil burning!

2010

Detexify LaTeX handwritten symbol recognition

by 2 others (via)
Wow.! Béton! Dessinez, c'est gagné, version LaTeX

EtherPad: Realtime Collaborative Text Editing

by 10 others
une initiative intéressante ... gobby en "thin client", en somme ... Mais peut-on l'installer chez soi ? ou est-ce uniquement pour l'édition grand-public ?

2009

Interview with Adam Atomic about Flixel and Indiegames | Digital Tools

"And suddenly there was Flixel, a free and open-source gameengine. Very well designed, fast to step into, made for ActionScript 3 and very versatile." ...

2008

Ubuntu -- Details of package vorbisgain in gutsy

(via)
petit outil sympa pour ajuster le volume de mes .ogg au bureau (en particulier les conversion de musiques de jeux :P)

GCC 4.3 Release Series — Porting to the New Tools - GNU Project - Free Software Foundation (FSF)

(via)
GCC by default no longer accepts code such as typedef struct xxx xxx {}; struct counted_ptr { xxx xxx(); }; but will issue the diagnostic error: declaration of xxx' error: changes meaning of 'xxx' from '...'