Catégorie : Programmation

Telegram Typer

The game is a little incremental/idle game, where you have to interact with a Telegram chat. If you are wondering what the hell, it’s like Cookie Clicker, but…

Sound letters wall

Suite de Cantwell : œuvre collaborative avec générateur de lettres d’ondes sonores visuelles ! This took a while, but here is (an example of) a result of that…

Pixel Perfect

Each hour, a new picture will be posted, corresponding to a specific size and number. The image will be a square of « size » pixels, and a number will…

Main robotisée wip

Je vais éditer cette page au fur et à mesure, on verra ce que ça donne. https://www.ncbi.nlm.nih.gov/books/NBK279362/  

Le MEILLEUR makefile de la TERRE

Source: http://stackoverflow.com/a/1484873 # Thanks to Joey Adams for the boost! # Name of the executable TARGET = exo-sha-1 # Librairies LIBS = -lcrypto # Compiler CC = gcc…

Prolog ?

Prolog is a general-purpose logic programming language associated with artificial intelligence and computational linguistics. Prolog has its roots in first-order logic, a formal logic, and unlike many other…

Common Lisp Cheat Sheet

Use of symbolic expressions. Three types of objects : atoms (truc, 1234, *hello*, etc.), lists (sequences of atoms within parens separated by spaces) and strings (aka not the…