Category: delicious
links for 2011-04-13
links for 2011-04-12
-
Shadowgrounds Survivor is a third-person/top-down action game where the player takes control of three characters and faces monstrous alien invaders. The acclaimed atmosphere and gameplay mechanics of the original Shadowgrounds make a triumphant return armed with a new feature set, including detailed physics simulation and many gameplay enhancements, such as the devastating Mech and special attacks like the Napalm Flame or the mighty Brute Slayer. In addition to the thrilling Campaign mode, players can try to outsmart the aliens in the Survival mode. Gear up and get ready!
-
nux Game Publishing aims to bring top quality Linux games to market by providing a reseller channel for both ports of games from other platforms and for new games.
-
This is a prototype of a cheap offline wikipedia reader based on a new NXP ARM Cortex M0 microcontroller. It renders offline dumps of Wikipedia or other text formats (books, html etc) with a simple touch interface. The dumps are stored on a microSD card and are rendered on a inexpensive touchscreen LCD. I will publish full schematics, PCB layout and source code to a final handheld version that looks an awful lot like the Microtouch.
-
Sure, the latest "iTouchy" gadgets are pretty cool. But who wants a locked down device? Why not build your own touch-screen device, with your own apps, all on open source hardware and using open source tools? OK, it can't play MP3s, but it does have a 320×240 TFT color display with resistive touch screen, an Atmega32u4 8-bit microcontroller, lithium polymer battery charger, backlight control, micro-SD slot, and a triple-axis accelerometer. Yeah, this is the next big thing and for those of us who like to DIY, you can do a lot of cool stuff with this dev board.
links for 2011-04-10
-
Squid is a caching proxy for the Web supporting HTTP, HTTPS, FTP, and more. It reduces bandwidth and improves response times by caching and reusing frequently-requested web pages. Squid has extensive access controls and makes a great server accelerator. It runs on most available operating systems, including Windows and is licensed under the GNU GPL.
links for 2011-04-03
links for 2011-03-29
-
A real-time, data-driven platform for reporting live events on the Web.
-
Geomajas is an enterprise-ready open source GIS framework for the web. It has client-server integration for displaying and editing of geographic data.
Geomajas has integrated security and is endlessly scalable. It is compliant with OGC standards such as WMS, WFS, etc and also supports spatial databases.
It integrates with your system and provides out-of-the-box functionality through plug-ins. By leveraging GWT on the client, development is all-Java making it easier and more efficient for your team.
-
f.lux
f.luxF.lux fixes this: it makes the color of your computer's display adapt to the time of day, warm at night and like sunlight during the day.
It's even possible that you're staying up too late because of your computer. You could use f.lux because it makes you sleep better, or you could just use it just because it makes your computer look better.
F.lux fixes this: it makes the color of your computer's display adapt to the time of day, warm at night and like sunlight during the day.It's even possible that you're staying up too late because of your computer. You could use f.lux because it makes you sleep better, or you could just use it just because it makes your computer look better.
-
In honor of the the release of Firefox 3, I’m releasing ContextFree.js today, along with the demo site Algorithm Ink. ContextFree.js is about drawing striking images—and making art—with minimal amounts of code.
links for 2011-03-27
-
Jinja2 is a full featured template engine for Python. It has full unicode support, an optional integrated sandboxed execution environment, widely used and BSD licensed.
-
Flask is a microframework for Python based on Werkzeug, Jinja 2 and good intentions. And before you ask: It's BSD licensed!
links for 2011-03-25
-
Frenzy uses Dropbox to store your feed items and keep everything in sync.
You don't need another account and there's no other server involved.
links for 2011-03-24
-
KTC is a bookmarklet that displays an abundance of political and biographical information about current members of the Senate and House of Representatives.
To use it, highlight the name of a legislator on a webpage and click the bookmark. Or, click it anytime to search for a politician by name. To install, drag the link below into your Bookmarks Toolbar.
links for 2011-03-18
-
Adminer (formerly phpMinAdmin) is a full-featured database management tool written in PHP. Conversely to phpMyAdmin, it consist of a single file ready to deploy to the target server. Adminer is available for MySQL, PostgreSQL, SQLite, MS SQL and Oracle
-
CoffeeScript is a little language that compiles into JavaScript. Underneath all of those embarrassing braces and semicolons, JavaScript has always had a gorgeous object model at its heart. CoffeeScript is an attempt to expose the good parts of JavaScript in a simple way.
The golden rule of CoffeeScript is: "It's just JavaScript". The code compiles one-to-one into the equivalent JS, and there is no interpretation at runtime. You can use any existing JavaScript library seamlessly (and vice-versa). The compiled output is readable and pretty-printed, passes through JavaScript Lint without warnings, will work in every JavaScript implementation, and tends to run as fast or faster than the equivalent handwritten JavaScript.