Youtube-dl is a popular commandline utility to download content from YouTube (among many other sites).
Install Youtube-dl
Open a termianl and type:
brew install youtube-dl ffmpeg
Youtube-dl is a popular commandline utility to download content from YouTube (among many other sites).
Open a termianl and type:
brew install youtube-dl ffmpeg
This is from https://webapps.stackexchange.com/questions/88769/get-share-link-of-multiple-files-in-google-drive-to-put-in-spreadsheet.
In a Google Sheet, click on Tools->Script Editor
Add the following function (be sure to change the to the ID needed):
function myFunction() {
var ss=SpreadsheetApp.getActiveSpreadsheet();
var s=ss.getActiveSheet();
du -a /home | sort -n -r | head -n 5 |
require 'dotenv' | |
require 'any_ascii' | |
require 'aws-sdk-translate' | |
Dotenv.load | |
class String | |
def is_western? | |
count('a-zA-Z') > 0 |
# frozen_string_literal: true | |
source "https://rubygems.org" | |
git_source(:github) {|repo_name| "https://github.com/#{repo_name}" } | |
gem 'colorize' | |
gem 'geo_names' | |
gem "geocoder" |
#! /bin/zsh | |
# Add commonly used folders to $PATH | |
export PATH="$PATH:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin" | |
for bindir in $HOME/local/bin $HOME/bin; do | |
if [ -d $bindir ]; then | |
PATH=$PATH:${bindir} | |
fi | |
done |
#! /usr/bin/env zsh | |
if [ -z "$1" ] | |
then | |
length=18 | |
else | |
length=$1 | |
fi | |
openssl rand -base64 $length |
# -*- mode: ruby -*- | |
# vi: set ft=ruby : | |
Vagrant.configure("2") do |config| | |
config.vm.box = "ubuntu/xenial64" | |
config.vm.provision "shell", inline: <<-SHELL | |
apt-get update | |
apt-get upgrade | |
apt-get install -y python libmail-mboxparser-perl |
2018-06-26 21:43:28 INFO Zope Ready to handle requests | |
2018-06-26 21:43:28 WARNING OFS.Uninstalled Could not import class 'SOAPUtil' from module 'contextual.higherlogic.soaputil.SOAPUtil' | |
2018-06-26 21:43:28 WARNING OFS.Uninstalled Could not import class 'VocabularyLibrary' from module 'Products.ATVocabularyManager.tools.vocabularylib' | |
2018-06-26 21:43:28 WARNING OFS.Uninstalled Could not import class 'FormGenTool' from module 'Products.PloneFormGen.tools.formGenTool' | |
2018-06-26 21:43:28 WARNING OFS.Uninstalled Could not import class 'SmartlinkConfig' from module 'redturtle.smartlink.utility' | |
2018-06-26 21:43:28 WARNING OFS.Uninstalled Could not import class 'ISmartlinkConfig' from module 'redturtle.smartlink.interfaces.utility' | |
2018-06-26 21:43:28 WARNING OFS.Uninstalled Could not import class 'IDropdownSpecific' from module 'webcouturier.dropdownmenu.browser.interfaces' | |
2018-06-26 21:43:28 WARNING OFS.Uninstalled Could not import class 'ICollectivePortletClassLayer' from module 'collective.portletclass.inte |
{
//Metadata about this manifest file
"@context": "https://api.clir.org/grants/1/context.json",
"@id": "https://www.example.edu/grants/grant##/manifest",
"@type": "sc:Manifest",
// Descriptive metadata about the object/work
"label": "Recording 1",
"metadata": [
{"label": "Name", "value": "Object name"},