Skip to content

Instantly share code, notes, and snippets.

View Tim719's full-sized avatar

Tim G. Tim719

  • Lyon/Chicago
View GitHub Profile
@Tim719
Tim719 / LireMessage.java
Created December 18, 2019 08:43
LireMessage
import java.io.*;
public class LireMessage {
public static void main(String[] args) {
if (args.length < 1) {
System.out.println("usage: java LireMessage <dest>");
}
else {
@Tim719
Tim719 / logoskell.hs
Created November 30, 2019 10:35
Projet d'étude. Programme en Haskell affichant une image SVG depuis un "programme" logoskell
import Prelude hiding (Left, Right)
data Instruction = Forward Int | Right Int | Left Int | Repeat Int [Instruction] deriving (Show, Read)
{-
Dépile le programme pour supprimer les instructions Repeat
/!\ Renvoie les instructions dans l'ordre inverse
-}
depiler :: [Instruction] -> [Instruction] -> [Instruction]
depiler [] a = a

Keybase proof

I hereby claim:

  • I am AkiroSyan on github.
  • I am akirosyan (https://keybase.io/akirosyan) on keybase.
  • I have a public key whose fingerprint is 0B6E 796E 6346 800B 43E2 524E 8457 3568 53F7 C87A

To claim this, I am signing this object: