ESPN's hidden API endpoints
Latest News: http://site.api.espn.com/apis/site/v2/sports/football/college-football/news
Latest Scores: http://site.api.espn.com/apis/site/v2/sports/football/college-football/scoreboard
| - name: Football Speech | |
| feed: http://www.footballspeech.com/feed/ | |
| url: http://www.footballspeech.com/ | |
| - name: El Capologist | |
| feed: https://www.ivoox.com/feed_fg_f1370648_filtro_1.xml | |
| url: https://twitter.com/ElCapologist | |
| - name: Taberna Vikinga | |
| feed: https://www.ivoox.com/feed_fg_f1775629_filtro_1.xml | |
| url: https://twitter.com/Taberna_Vikinga | |
| - name: Front Seven |
Latest News: http://site.api.espn.com/apis/site/v2/sports/football/college-football/news
Latest Scores: http://site.api.espn.com/apis/site/v2/sports/football/college-football/scoreboard
When having a wifi controllable socket you can automatically using ifttt and smart life charge your Mac Book Pro.
| package main | |
| import ( | |
| "strings" | |
| "golang.org/x/tour/wc" | |
| ) | |
| func WordCount(s string) map[string]int { | |
| words := make(map[string]int) | |
| for _, word := range strings.Fields(s) { |
| dependencies { | |
| compile 'org.springframework.boot:spring-boot-starter-mail:1.5.7.RELEASE' | |
| } |
| #!/bin/sh | |
| docker build -t $1 . |
| * * * * * puppet apply --detailed-exitcodes services.pp || [ $? -eq 2 ] |