Skip to content

Instantly share code, notes, and snippets.

View nymous's full-sized avatar
💭
Breaking my Archlinux, again...

Thomas Gaudin nymous

💭
Breaking my Archlinux, again...
View GitHub Profile
@nymous
nymous / swag.sh
Created September 3, 2017 17:17
Pour recruter les G0
#!/bin/bash
while true
do
clear
echo "
,,:.,::.
,.. ::.
,.. ,,.
.. ,..
.. ,.
@nymous
nymous / BEST_PRACTICES.md
Last active August 29, 2017 15:48
Best practices for every language

Best Practices

Here you can find a number of best practices that you should strive to follow when you develop.
This will ensure that we produce better and safer code, easier to understand, to extend, in short: more maintainable.

Table of Content

@nymous
nymous / Forma_git.md
Last active February 18, 2017 20:18
Forma git Rézoléo 2017

Forma git

Qu'est-ce que c'est quoi dis donc git ?

Git est un logiciel de gestion de versions. Développé par Linus Torvalds en 2005 pour gérer le développement du noyau Linux. Git est disponible sur à peu près toutes les plateformes : Windows, macOS, Linux (toutes les distro), Android (et autres ARM)...

(PS : Ça se prononce "guitte", à l'inverse de "gif" (qui se dit "jif"))

@nymous
nymous / multiple_ssh_setting.md
Created July 4, 2016 22:52 — forked from jexchan/multiple_ssh_setting.md
Multiple SSH keys for different github accounts

Multiple SSH Keys settings for different github account

create different public key

create different ssh key according the article Mac Set-Up Git

$ ssh-keygen -t rsa -C "your_email@youremail.com"
@nymous
nymous / aprilfool.pl
Created April 1, 2016 12:09
The best admin script
#!/usr/bin/perl
# use strict;
# use warnings;
use List::Util qw(shuffle);
use IO::Handle ();
use IO::File ();
use Net::Address::IP::Local;
$|=1;
$count = 0;
$pid = $$;