Category
Programmation
16 posts in this category. all writing →
Say hello to MySQL
Why does software so often fail to understand basic social conventions?
- Computer science
- Education
- Geek
- Philosophie
- Programmation
- Société
A tip to improve the performance of your Bloomberg API application
If you make a request for data which results in a lot of events generated by Bloomberg API (such as long historical intraday data request, or possibly real time subscriptions), do not use the…
- .NET
- Computer science
- Finance
- Programmation
Recursive algorithm to generate all combinations of elements in successive enumerables
If you need to flatten ordered enumerables, that is taking one element of each enumerable, in order, to flatten a combination, here is a quick solution in C# and VB.NET, accompanied with an…
- .NET
- Algorithmes
- Computer science
- Programmation
How to replace Drupal core’s tracker module using views
This can be pretty handy, especially if you would like to customize it a bit more and add other tabs. Here is a simple step-by-step tutorial: Disable Drupal’s original core tracker module. Install…
- Computer science
- Drupal
- Programmation
Cloning objects with events in Visual Basic .NET
The easiest way to clone an object (deep copy) in .NET is to use the serialization functions available: Public Shared Function CloneObject(ByVal obj As Object) As Object If Not obj Is Nothing Then…
- .NET
- Computer science
- Programmation
How to sort WordPress posts by modified date instead of published date?
Here is the simple solution. Simply use this: before where the Loop checks for posts: It basically adds a condition to the Loop. Enjoy!
- Computer science
- Programmation
Le primat du software
Walter Mossberg and Kara Swisher interview Steve Jobs and Bill Gates at ‘D5: All Things Digital’ conference in Silicon Valley in 2007. Quotes made during the time of the photograph. Kara: “What…
- Computer science
- Entrepreneurship
- High tech
- Innovation
- Programmation
ASIN to EAN converter
Since I was needing an EAN to ASIN converter and ASIN to EAN converter (UPC/barcode and Amazon code), but could not find any on the web, I decided to write one myself. It is always fun to learn a…
- API
- Computer science
- e-business
- High tech
- Programmation
Do you really know Tetris and the like?
Do you really know Tetris and the like?
- Computer science
- Geek
- Insolite
- Programmation
Créer une FAQ facile à mettre à jour en Javascript
Souhaitant implémenter une FAQ basique mais fonctionnelle sur un site, et n’ayant pas envie de réinventer la roue, j’ai cherché rapidement des codes tout faits, sans grand succès. Ce tutoriel (qui…
- Computer science
- Programmation
Recréer un utilisateur root absent dans Mysql
Je me permets de partager la solution à un problème auquel je me suis heurté lors de la configuration d’un serveur dédié. Ce problème semble être lié à Debian (et donc Ubuntu). # mysql -u root…
- Computer science
- Geek
- Programmation
L’avenir en Chrome selon Google
Google vient juste de révéler Google Chrome. C’est notamment au travers d’une bande dessinée, moyen pour le moins original et qui témoigne de la volonté didactique de la société, que l’on trouvera…
- Computer science
- High tech
- Innovation
- Programmation
Google en ligne de commande
Les API réservent parfois bien des surprises. Si le GUI du site est agréable, il ne reste plus qu’à tester aussi depuis un terminal classique pour voir si cela fonctionne (à part les images sans…
- Computer science
- Geek
- Insolite
- Programmation
Petit relifting
Travailler sur une CSS devient vite un calvaire pour un perfectionniste comme moi… margin-top par-ci, padding-bottom par-là, il manque toujours un pixel quelque part ! Quand ce n’est pas Firefox…
- Computer science
- Design
- Programmation
Guide des extensions indispensables pour Firefox
Benoit Mortgat publie ce jour un excellent guide pour ceux qui souhaitent équiper décemment leur navigateur web Firefox. J’avoue pour ma part être de plus en plus tenté de franchir le pas, au vu…
- Computer science
- Geek
- Programmation
Google étoffe son offre de web apps avec Google Sites
Google Sites : voilà une initiative bien intéressante. L’on vient à se poser des questions sur la place de CMS comme Joomla ou Magento face à des applications web aussi intégrées, complètes,…
- Computer science
- Entrepreneurship
- High tech
- Programmation