-
Les JNDQ, incluant les instances gouvernantes, ne peuvent appuyer une candidature lors d'une course à la chefferie.
-
Le présent règlement ne peut être modifié qu'avec l'unanimité d'un congrès dûment formé.
-
Le présent règlement n'empêche pas un membre d'appuyer en son nom personnel une telle candidature.
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
# Initial setup | |
$ git config --global user.name "Bob Sponge" | |
$ git config --global user.email "[email protected]" | |
$ cd project/ | |
$ git init | |
$ git add . | |
$ git commit -am "initial commit" | |
$ git add remote or whatever??? # suivre instructions sur github | |
$ git push |
Motion de félicitations et de reconnaissance envers le comité organisateur du congrès 2012 JNDQuoi? (JNDQ-12CE1-M1)
Proposée par Jonathan Allard, secondée par Eddy Pérez
ADOPTÉ À UNANIMITÉ
- CONSIDÉRANT que le dernier congrès a été un immense succès
- CONSIDÉRANT que le comité Congrès a mis beaucoup d'efforts pour organiser ce Congrès
Le comité exécutif des JNDQ:
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
main(i) | |
{ | |
for(i=0;;i++) | |
putchar(((i*(i>>8|i>>9)&46&i>>8))^(i&i>>13|i>>6)); | |
} |
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
class Person | |
attr_reader :name | |
# short for: | |
# def name | |
# @name | |
# end | |
def initialize(name) | |
@name = name | |
end |
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
module Drinker | |
# can do, same implementation thank duck typing | |
def resolve_thirst | |
drink_water | |
end | |
end | |
class Person | |
include Drinker |
“Affordable”: Dirty
“Student atmosphere”: Very dirty
“Downtown”: Overpriced
Congrès des Jeunes néo-démocrates du Québec, 2013
Adoptée à majorité
Proposée par Mathieu Mireault
IL EST RÉSOLU QUE le NPD affirme son engagement à légaliser, réglementer et taxer de manière appropriée le cannabis (marijuana);
IL EST ÉGALEMENT RÉSOLU qu'un gouvernement NPD investira massivement dans des programmes de prévention, dans l'éducation publique et dans la promotion de la santé en ce qui concerne la consommation de cannabis;
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
[alias] | |
co = checkout | |
lol = log --graph --decorate --pretty=oneline --abbrev-commit | |
lola = log --graph --decorate --pretty=oneline --abbrev-commit --all | |
# Show short status with current branch name | |
st="!f() { br=$(git status | head -1) && echo "${br}" && git status -s; }; f" |
OlderNewer