Skip to content

Instantly share code, notes, and snippets.

View AntoinePlu's full-sized avatar
🏠
Working from home

Antoine Plu AntoinePlu

🏠
Working from home
View GitHub Profile
# Tuto : http://netflixfrance.fr/netflix/comment-regarder-netflix-en-france/
## 1 Installer un VPN
VPN :
http://unlocator.com
http://www.tunnelbear.com/
## 2 Inscription à Netflix

Twitter公式クライアントのコンシューマキー

Twitter for iPhone

Consumer key: IQKbtAYlXLripLGPWd0HUA
Consumer secret: GgDYlkSvaPxGxC4X8liwpUoqKwwr3lCADbz8A7ADU

Twitter for Android

Consumer key: 3nVuSoBZnx6U4vzUxf5w
Consumer secret: Bcs59EFbbsdF6Sl9Ng71smgStWEGwXXKSjYvPVt7qys

Twitter for Google TV

Consumer key: iAtYJ4HpUVfIUoNnif1DA

Launch Sublime Text 2 from the Mac OS X Terminal

Sublime Text 2 ships with a CLI called subl (why not "sublime", go figure). This utility is hidden in the following folder (assuming you installed Sublime in /Applications like normal folk. If this following line opens Sublime Text for you, then bingo, you're ready.

open /Applications/Sublime\ Text\ 2.app/Contents/SharedSupport/bin/subl

You can find more (official) details about subl here: http://www.sublimetext.com/docs/2/osx_command_line.html

Installation

@AntoinePlu
AntoinePlu / gist:bd9ce570b57b336be23a
Last active August 29, 2015 14:02
ITW @CaroHardy

1. Sur ce que les start-up recherchent chez un designer

a. Dans la plupart des annonces d’offres pour le poste d’UI/UX Designer, des compétences en javascript ou jquery sont demandées. A quel point cette exigence front-end est-elle importante ?

  • Souvent, on va juste te demander d’avoir des connaissances. Ils ont besoin que tu puisse créer un design qui soit facilement intégrable. Le fait de savoir comment il sera développer te permet de créer une meilleur expérience. Lors d’un nouveau job, veille à bien définir avec eux tes missions et n’hésite pas à les demander sur ton contrat de travail. Par exemple, chez FollowAnalytics, je suis embauché à 25% pour de la comm

*b. Idem en terme de tests utilisateurs, c’est un pan qui m’intéresse énormément et tout le monde semble d’accord sur le principe ; mais dans la pratique, il ne m’a pas semblé jusque là que la collecte de données auprès des utilisateurs, les tests d’usabilité ou même les A/B testing soient réellement pratique courante. Quelle est ton expérie

# Sketch 3.3 will be released today, here's the final changelog
Original post : https://www.facebook.com/groups/sketchformac/permalink/1566627053589447/
## New Features
- Improves speed and reliability of Sketch Mirror
- You can now connect to Sketch Mirror by entering an IP address (please update your version of Sketch Mirror to 1.3 to view the device’s IP)
- Edit › Scale now gives you a live preview
- Documents now hold their own gradient and color presets as well as the global presets
- Layer dimensions can now be set as a relative value (i.e: you can set a layer’s width to 50% and it will resize to half the size of the artboard or group it is in)
@AntoinePlu
AntoinePlu / gist:ed526199450c87e8324a
Last active January 31, 2016 18:56
TransformData
// How to round number (exemple)
transformData: function(hit) {
hit.stars = [];
for (var i = 1; i <= 5; ++i) {
hit.stars.push(i <= hit.rating);
}
return hit;
}
@AntoinePlu
AntoinePlu / gist:23741f598febdb445c65db13b9ea8462
Last active November 29, 2016 14:22
Cyclofix crack the code
J'ai la réponse !!! 🎉 *Mic drop*
0001
0002
0003
0004
0005
0006
0007
0008
@AntoinePlu
AntoinePlu / ooohours-volunteers.json
Last active January 8, 2017 13:44
OOOHours Volunteers
[
{
"name": "Ryan Hoover",
"alternative_name": "rrhoover",
"job": "Founder of Product Hunt",
"description": "Formerly, Ryan was an Entrepreneur in Residence at TradeCraft, the Director of Product at PlayHaven, and helped write the book Hooked with Nir Eyal. You can talk to Ryan about start ups, Product Design, Product Strategy, launching Products, management, founding companies, and fundraising.",
"medium": "https://medium.com/@rrhoover",
"twitter": "https://twitter.com/rrhoover",
"image": "https://pbs.twimg.com/profile_images/753955490154024960/HYBaeoXR_400x400.jpg",
"tags": [
@AntoinePlu
AntoinePlu / tweet-json-example.json
Last active February 5, 2017 13:21
Example of my Tweets in JSON
{
"name": "Antoine Plu",
"screen_name": "AntoinePlu",
"text": "Culture Codes: a collection of culture decks, core values, mission statements and more...",
"url": "http://culturecodes.co",
"media_url": "https://pbs.twimg.com/media/C3vdqTIWcAEtWPq.jpg",
"tags": ["culture","startup","values"],
"source": "https://twitter.com/AntoinePlu/statuses/827498678227234818",
"created_at" : "2017-02-03",
"objectID": "1"