This alarm clock is definitely for geek : WIFI connexion, USB, FM, …
Discover (and buy) it here !
This alarm clock is definitely for geek : WIFI connexion, USB, FM, …
Discover (and buy) it here !
All the presentations of the RailsConf 2007 are available here :
The twitter API is available here :
http://groups.google.com/group/twitter-development-talk/web/api-documentation
Curl is useful to request twitter API :
A good way to search and visualize all types of document directly into your browser.
http://docufarm.com
If you use Gnome, you certainly know the limit of the clipboard mechanism. For example, if you copy a text from Firefox, you close your browser, you can’t paste the text which is lost !
Another limit is the fact there isn’t any history…
The solution is Glipper !
sudo aptitude install glipper
Put it in your session starting preferences to get it when you start your linux. Forget previous problems, glipper is here ! And when you want to retrieve an old copied text, CTRL-ALT-C and you can choose in your history.
This is a good news for all users of Google Calendar : you can see and edit your Google Calendar inside your Thunderbird mail application.
What you need :
After installing Thunderbird, the provider and lightning addons, open the “Calendars” tab and add a new calendar.
Choose “network calendar” and “Google Calendar” type of calendar. In the URL field, fill your XML private address of your calendar (available in “calendar details” in your google calendar web site).
Then, fill in your gmail password and voila !
This is IMO the best solution to share calendar in small business (and why not in bigger company), at a very low cost, between a lot of different collaborators.
Il existe deux méthodes de formattage des CD RW :
2.1 – Méthode lente : effacer complètement le CD RW
$ cdrecord -v -speed=4 -dev=/dev/hdc -blank=all2.2 – Méthode rapide : suppression de la table d’allocation des fichiers
$ cdrecord -v -speed=4 -dev=/dev/hdc -blank=fast
source
JODConverter, the Java OpenDocument Converter, converts documents between different office formats.
It leverages OpenOffice.org, which provides arguably the best import/export filters for OpenDocument and Microsoft Office formats available today.JODConverter can be used in many different ways
- As a Java library, embedded in your own Java application
- As a command line tool, possibly invoked from your own scripts
- As a simple web application: upload your input document, select the desired format and download the converted version
- As a web service, invoked from your own application written in your favourite language (.NET, PHP, Python, Ruby, …)
JODConverter is open source software released under the terms of the LGPL and can be downloaded from SourceForge.net.
Funny ads about Ruby On Rails and others languages / frameworks : http://www.railsenvy.com/2007/5/14/ruby-on-rails-commercial
A good starting point if you want a good panel of different websites discussing about or explaining Ruby On Rails :
Sometimes, the most time consuming part of learning a new programming language is simply installing a working version of the software. With help from these resources, you’ll have Rails up in no time.
If you’re interested in getting Rails to work on your own, you’ll need to follow the following steps:
Why do all of the work when someone else will do it for you? Here are two options for automatically installing Rails.
These step-by-step guides will walk you through the installation process.
If you’re looking to build Rails apps remotely (of course you are!) you’ll need a hosting company that supports Rails. These Web sites list some of your options.
Once you’ve installed Rails it’s time to start coding. Here are a few starting points for you.
After you’ve installed Rails you should be ready to start developing applications. The following links are starting places for learning the foundations of Ruby, Rails and building your first apps.
Once you’ve mastered the beginner tutorials, check out this section for information on taking your Rails experience to the next level and building more dynamic applications.
Books are key items in every programmer’s arsenal. Unfortunately, books are often difficult to navigate, bulky and may not have all the pieces of information you’re looking for. Lucky for you, we’ve found several Ruby and Rails books online that have the information you need, making them excellent additions to your library.
You’re not truly immersed in Rails unless you’re reading another programmer’s blog. Here are a few of our favorites.
Sometimes we get so stuck, that the only place we can turn to is our all-knowing peers. Here are a few online communities ready to help you out.
If you’re the type of coder that likes to tackle multiple projects and different languages at a time, you might find yourself confusing the different syntaxes. Here are a few cheat sheets to keep you on track.
If you’re unsure how operate a particular method or would like to know the capabilities of a particular class check out these documents.
Our list wouldn’t be complete if we left out these Web sites.
If you want to check out what everyone else is doing with Rails, these Web sites are for you.
Here are some of our favorite links illustrating why Rails is such a solid language.
http://www.softwaredeveloper.com/features/74-ruby-on-rails-resources-tutorials-050207/