There is not so much documentation on how to receive an email on Google App Engine (gae) with PHP. The official documentation is not really explicit, I guess it is because it is still experimental as I write. After fighting some time, here is how to do it. configure app.yaml with […]
Back-End
Google Apps Engine doesn’t allow cURL, among lots of other things, like PHP native mail(), we will come back on this another day. I needed to post a tweet from Google Apps Engine and couldn’t find a library using URL Fetch to do so, in few lines. It seems that […]
Codebird without cURL
Earlier this month, I have prepared an introduction to Ruby on Rails for beginners. Here is what I have advised them. Feel free to comment, add information or ask for more! — Ruby on Rails is a popular framework to develop web applications quickly with tremendous easiness. But where to […]
Getting Started with Ruby On Rails
On Unix, in one command line ? # Here the search is in PHP files, but # replace by whatever your file extension is. find . -name "*.php" -print | xargs sed -i 's/<search>/<replace>/g' # and that's all.
Find and replace text in multiple files
To avoid another heaving PHP/other language sorting process on results from complex SQL queries I wanted to reorder my way, I’ve discovered an interesting property in SQL to order according special values using SQL FIELD (documentation on MySQL FIELD here, and scroll). Example : -- Let's I have a table of articles […]
SQL order by personal order
It displays “Busy” in the shell but it’s not started? Executing “apache_start.bat” says something like : (OS 10048)Une seule utilisation de chaque adresse de socket (protocole/adresse réseau/port) est habituellement autorisée. : make_sock: could not bind to addres s 0.0.0.0:80 ? Then, if you are using Skype then the solution is […]
Xampp/Wampp Apache Crashes on Start
Fed up of Windows rebooting pop-up after updates ? Open a Run command (Windows Key+R) then type : net stop wuauserv I have been looking for this one for a looooong time !
Magic command to stop Windows Update reboot
Un petit billet pour dire deux mots sur l’installation de la base de données sans base de données (tout est stocké dans un seul fichier .db, c’est rapide et c’est merveilleux) sqlite3 sous Linux, Windows avec Eclipse et CDT pour développer en C++. On n’arrête pas le fun. Voici donc […]
SQLITE3 et C++ sous Eclipse
Un petit reminder de comment débuter un nouveau projet sur de bonnes bases avec Symfony, xampp et Windows, sans utiliser la sandbox. En 5 étapes (bon, d'accord, j'ai triché sur la numérotation un peu) et sans utiliser pear.