- Anglais au téléphone (43)
- Anglais Communicating (3)
- Anglais de l'accueil (74)
- Anglais Exercice (7)
- Anglais Setting The Table (3)
- Anglais Sports (10)
- Anglais Welcome to an Apartment (5)
- [Anglais What We Wear : Clothing](http://www.youtube.com/playlist?list=PLGYKyocXgHJINhYCy69JIbOWlqbpWJ9wY "Anglais What We Wear :
This file contains hidden or 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
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |
Exported on 2016-04-03 with Share Extensions for Google Chrome™
- Accessibility Developer Tools : Accessibility audit and element properties.
- Adblock Plus : Used by over 50 million people, a free ad blocker for Chrome that blocks ALL annoying ads, malware and tracking.
- 287 – 2017-03-09 - Hygiène mentale: On reçoit cette semaine Christophe, qui a créé Hygiène mentale, une chaine youtube d’auto-défense. Mais ici, pas de cours de Krav maga ou de jujjitsu, il s’agit d’auto-défense intellectuelle. Christophe veut vous vous donner les outils pour apprendre à vous y retrouver sur internet, et vous permettre de séparer le vrai du faux. L’interview de la semaine...
- 286 – 2017-03-07 - Ma thèse en 10 min: Bonsoir à tous ! Ils sont huit, et ils sont doctorants et doctorantes en science. Autrement dit, ils sont en train de faire leurs thèses pour obtenir le oh combien glamour titre de “docteur”. Ils effectuent leurs travaux de recherche en chimie, physique, biologie, informatique, astrophysique, ou bien encore en paléontologie. Et pour Podcast Science...
- [285 – 2017-03-02 - L’interview d’Irène](http://w
- [4-panel Life] (http://4-panel-life.tumblr.com/)
- [Abstruse Goose] (http://abstrusegoose.com/)
- [Achewood] (http://achewood.com/)
- [All Hail The Eviscerati] (https://www.eviscerati.org/comics)
- [Beatrice the Biologist!] (http://www.beatricebiologist.com/)
- [Boxplot] (http://www.popsci.com/blog-network/boxplot)
- [Bug Bash] (http://www.bugbash.net/)
- [Cat and Girl] (http://catandgirl.com/)
This file contains hidden or 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
' Use the speech api to say the clipboard content or the text entered in the input box | |
Dim Message, Clip, SAPI | |
' Get Clipboard Text | |
Set objHTML = CreateObject("htmlfile") | |
Clip = objHTML.ParentWindow.ClipboardData.GetData("text") | |
If Clip = "" or IsEmpty(Clip) or IsNull(Clip) Then | |
Clip = "Hello World!" | |
End If |
- [+Ma's Reversing] (http://3564020356.org/)
- [2enigmatik4u] (http://2e4u.net/)
- [Amnesya.com] (http://www.amnesya.com/riddles/howtoplay.htm)
- [Brain Bashers] (http://www.brainbashers.com/)
- [Brain Den] (http://brainden.com/)
- [Braingle] (http://braingle.com/)
- [College Puzzle Challenge] (https://www.collegepuzzlechallenge.com/)
- [Crackmes.de] (http://crackmes.de/)
- [E.B.O.N.Y.] (http://ebony.extra.hu/index.html)
- [Electrica] (http://www.caesum.com/game/index.php)
This file contains hidden or 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
#!/usr/bin/perl | |
use Mojolicious::Lite; | |
use Mojo::Util qw(url_escape url_unescape); | |
use File::Path qw(make_path); | |
use Getopt::Std; | |
##### Available colors and sizes on google image search ### | |
my %color = ( | |
full => "ic:color", bw => "ic:gray", any => "", |