Map Icons Collection

Map Icons Collection is a set of more than 700 free icons to use as placemarks for your POI (Point of Interests) locations on your maps. You can use them on Google Maps with the “My places / My maps” feature or automatically by using the Google Maps API.

more at http://mapicons.nicolasmollet.com/

Veröffentlicht unter Coding

s3tools

Save Backups in the Cloud

Amazon S3 is a reasonably priced data storage service. Ideal for off-site backups, archiving and other data storage needs. Check out About Amazon S3 section to find out more.

S3cmd is a command line tool for uploading, retrieving and managing data in Amazon S3. It is best suited for power users who don’t fear command line. It is also ideal for scripts, automated backups triggered from cron, etc.

S3cmd is an open source project available under GNU Public License v2 (GPLv2) and is free for both commercial and private use. You will only have to pay Amazon for using their storage. None of these money go to S3cmd developers.

more at http://s3tools.org/s3cmd

Beim Abspecken nicht hungern

Geht es ihnen auch wie mir ? In den Wintermonaten zu wenig draußen, guten selbstgemachten Panettone genascht, und plötzlich sind da völlig unerwartet einige Kilos mehr auf der Waage, und der Schwimmreifen sieht (zumindest selbst betrachtet) nicht wirklich sauber aus. Vorsätze gibt es zwar genug, aber haben wir etwas falsch gemacht?

Ab sofort wird also wieder richtig ernährt. Wie, das habe ich hier herausgefunden, so als kleine Anregung: Beim Abspecken nicht hungern

Das Panettone-Rezept ist von hier : http://www.rezeptewiki.org/wiki/Panettone

jEdit – Programmer’s Text Editor

jEdit is a text editor for programmers, available under the GNU General Public License version 2.0. It is written in Java and runs on any operating system with Java support, including Windows, Linux, Mac OS X, and BSD.

Features

jEdit includes syntax highlighting that provides native support for over 130 file formats. Support for additional formats can be added manually using XML files. It supports UTF-8 and many other encodings.

It has extensive code folding and text folding capabilities as well as text wrapping that takes indents into account.

The application is highly customizable and can be extended with macros written in BeanShell, Jython, JavaScript and some other scripting languages.

jedit home
jedit wikipedia