Skip to content

Instantly share code, notes, and snippets.

View element121's full-sized avatar

element121 element121

  • UK
View GitHub Profile
@element121
element121 / youtube_channel_stats.php
Last active June 27, 2017 14:05
PHP Code to use YouTube's API to get statisticts on one or more YouTube Channels by their name.
<?php
ini_set('display_errors',1);
ini_set('display_startup_errors',1);
error_reporting(-1);
// Youtube API to get stats for a channel
// Example call, but you will need an API key from Google to use the API
// https://www.googleapis.com/youtube/v3/channels?part=statistics&forUsername=kontor&key={YOUR_API_KEY}
// Returns:
@element121
element121 / compoundMonthly.html
Last active September 3, 2019 12:06
Monthly interest compounding calculator
<!DOCTYPE html>
<html>
<head>
<title></title>
<meta charset="UTF-8" />
</head>
<body>
<label for="investYears">Investment term</label>