Skip to content

Instantly share code, notes, and snippets.

View jabby's full-sized avatar

Gautier de Saint Martin Lacaze jabby

View GitHub Profile
package fr.jabbytechs;
import java.util.ArrayList;
import java.util.List;
public class Avion {
private String nomPrototype;
private List<Integer> sequence = new ArrayList<Integer>();
private int altitudeMax;
echo 'export PATH=$HOME/local/bin:$PATH' >> ~/.bashrc
. ~/.bashrc
mkdir ~/local
mkdir ~/node-latest-install
cd ~/node-latest-install
curl http://nodejs.org/dist/node-latest.tar.gz | tar xz --strip-components=1
./configure --prefix=~/local
make install # ok, fine, this step probably takes more than 30 seconds...
curl https://www.npmjs.org/install.sh | sh
@jabby
jabby / markdown.css
Last active August 29, 2015 14:21 — forked from imjasonh/markdown.css
* {
font-size: 12pt;
font-family: monospace;
font-weight: normal;
font-style: normal;
text-decoration: none;
color: black;
cursor: default;
}
@jabby
jabby / asciidoc.css
Last active August 29, 2015 14:21 — forked from bodiam/asciidoc.css
* {
font-size: 12pt;
font-family: monospace;
font-weight: normal;
font-style: normal;
text-decoration: none;
color: black;
cursor: default;
}
@jabby
jabby / openapi.hbs
Created May 29, 2019 12:34
antora : openapi handlebars template and adoc page example
<!DOCTYPE html>
<html>
<head>
<title>ReDoc</title>
<!-- needed for adaptive design -->
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css?family=Montserrat:300,400,700|Roboto:300,400,700" rel="stylesheet">
<!--