Skip to content

Instantly share code, notes, and snippets.

View camilleroux's full-sized avatar
🍪
Eating cookies

Camille Roux camilleroux

🍪
Eating cookies
View GitHub Profile
library(tidyverse)
library(rvest)
library(glue)
inclusivise <- function( mot = "étudiant" ){
url <- glue( "http://www.larousse.fr/dictionnaires/rechercher/?q={mot}&l=francais&culture=" )
mots <- url %>%
read_html() %>%
html_node(".AdresseDefinition") %>%
@JamieMason
JamieMason / unfollow.js.md
Last active April 26, 2024 19:31
Unfollow everyone on twitter.com

Unfollow everyone on twitter.com

  1. Go to https://twitter.com/YOUR_USER_NAME/following
  2. Open the Developer Console. (COMMAND+ALT+I on Mac)
  3. Paste this into the Developer Console and run it
// Unfollow everyone on twitter.com, by Jamie Mason (https://twitter.com/fold_left)
// https://gist.github.com/JamieMason/7580315
//
@MatthieuSegret
MatthieuSegret / gist:6390339
Last active January 25, 2017 14:34
Exemple de programme de formation

Formation : Ruby on Rails

Baseline : Apprenez à développer des applications Ruby on Rails de qualité rapidement !

Durée : 4 jours

Public visé

Cette formation s’adresse aux développeurs d’applications web souhaitant acquérir des connaissances sur la technologie Ruby on Rails.