Libraries
SDLSimple DirectMedia Layer; a library for multimedia applications, providing cross-platform access to graphics, audio, threading, etc.
STLportAn excellent implementation of the C++ STL. Includes extra features that are not part of the C++ standard, such as hash maps.
BoostAssortment of very useful C++ libraries designed by some of the most revered C++ programmers in the industry, including some members of the C++ standards commitee. Highly recommended for C++ development projects!
Related
Andrew Sampson's CityBuilderAndrew spent quite a bit of time decoding the Syndicate data files - most of what we currently know about them is due to his work. You can find his Syndicate data file utilities on his CityBuilder page.
Dungeon Keeper UtilitiesBullfrog used similar formats for several data files throughout their early game releases, such as Syndicate, Syndicate Wars, Dungeon Keeper and Magic Carpet. Specifically, the compression format that they used for each of these games was the same (RNC Compression). You can find several tools that are relevant to decoding the Syndicate data files at the Dungeon Keeper Utilities page, most notably a RNC decompressor.
Electronic ArtsEA currently holds the copyright of both the Bullfrog name and Syndicate itself. They were the worldwide distributors of Bullfrog games, while Bullfrog was still a mildly independant game studio.
General
Bitstream Vera FontsSome freely-available, high-quality fonts, developed by Bitstream for the Gnome Foundation. These fonts are used on this site, so get them if you don't already have them.
The GNU General Public LicenseOne of the primary FOSS licenses, and the license under which FreeSynd is distributed.
Cascading Style Sheets
CSS 2.1 SpecificationThe official CSS 2.1 specification at the W3C.
CSS Zen GardenIf you've never seen a reason to use CSS in your websites before, then check this site out. It might just change your mind.
css/edgeEric Meyer presents some cutting edge CSS here - some of which is used on this site.
ListamaticMenus and sidebars, written as HTML lists and using CSS to achieve the menu-like layout.
The Layout ReservoirA couple of generic multi-column layouts for use on your site, from the team at BlueRobot.