forked from xvw/capsule
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
450 additions
and
273 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,20 @@ | ||
--- | ||
title: Bribes & Encodages | ||
description: Bribes, encodages et curiosités en programmation | ||
synopsis: | ||
En programmation, il existe parfois plusieurs manière de résoudre | ||
des problème (_ou d'en créer_). Cette page indexe des petits | ||
fragments de code ou des ruses de **sioux** qui _solutionnent_ des | ||
problèmes (_qui parfois n'en sont pas_). Ce n'est pas toujours très | ||
utile aux premiers abords, mais je trouve ça parfois intéressant. | ||
synopsis: En programmation, il existe parfois plusieurs manière de résoudre | ||
des problème (_ou d'en créer_). Cette page indexe des petits | ||
fragments de code ou des ruses de **sioux** qui _solutionnent_ des | ||
problèmes (_qui parfois n'en sont pas_). Ce n'est pas toujours très | ||
utile aux premiers abords, mais je trouve ça parfois intéressant. | ||
tags: | ||
- programmation | ||
- type | ||
- ocaml | ||
- programmation | ||
- type | ||
- ocaml | ||
toc: false | ||
indexes: | ||
- name: OCaml | ||
synopsis: | ||
Bribes et encodages utilisant le langage OCaml. | ||
synopsis: Bribes et encodages utilisant le langage OCaml. | ||
links: | ||
- name: Méthodes gardées | ||
href: /capsule/pages/oop-refl.html | ||
href: /pages/oop-refl.html | ||
--- |
Oops, something went wrong.