This is my music library (Jun 2022). See
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
name: My Lab | |
description: Create a new snippet from a blank template. | |
host: POWERPOINT | |
api_set: {} | |
script: | |
content: | | |
$("#run").click(run); | |
function run() { | |
Office.context.document.getSelectedDataAsync(Office.CoercionType.Text, (asyncResult) => { |
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
import geopandas | |
import os | |
import pandas as pd | |
import requests | |
def mcdonalds(): | |
url = 'https://www.mcdonalds.com/googleapps/GoogleRestaurantLocAction.do' | |
data = requests.get(url, params={ | |
'method': 'searchLocation', |
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
*.7z | |
*.list | |
*.txt |
- How media works
- There's a difference in positioning: in-depth vs breaking news
- Crunch in talent, margin pressures. Not enough staff to 'break news'
- Sources of breaking news: agencies, in-house, competition, social media
- Increasingly, social media is a dominant source
- How can we source social media data at scale
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
*.pyc |
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
#! /usr/bin/env python | |
""" | |
Author: Bastin Robin | |
""" | |
import os | |
import logging | |
from urllib import urlencode | |
import datetime | |
import pandas as pd |
Convert topojson file into SVG via Albers projection using node.js
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
# Gitlab 5.1: https://github.com/gitlabhq/gitlabhq/blob/5-1-stable/doc/install/installation.md | |
# Set up an AWS EC2 Ubuntu 12.04 LTS Server. | |
# Use ap-southeast-1b: spot pricing is smoother | |
# Log in as ubuntu@ | |
sudo apt-get -y update | |
sudo apt-get -y upgrade | |
# Install the required packages. |
Alternatives for Google services (open source, preferably self-hosted, or easy to switch out off).
- Adsense: Don't advertise
- AJAX libraries: <cdnjs.com>
- Alerts: ?
- Analytics: ?
- AppEngine: Amazon EC2
- Apps for domains: ?
- Blogger: WordPress
NewerOlder