Skip to content

Instantly share code, notes, and snippets.

@Nioub
Nioub / Javascript_basic_data_containers_cheatsheet.html
Last active April 12, 2022 07:58
Javascript basic data containers' cheatsheet
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="Nioub jo@zerezo.com">
<title>Javascript basic data containers' cheatsheet</title>
<style>
table {
@Nioub
Nioub / ytdl
Last active August 29, 2015 14:14 — forked from lwr/ytdl
Recent versions of youtube-dl handles recombination if ffmpeg is in PATH
#!/bin/bash
#Youtube-DL DASH Video and Audio merging script
#Written by QuidsUp
#Edited by Christoph Korn
#Edited by William Leung
#Edited by Joel Thieffry
URL=$1
if [ -z $URL ]; then
echo "Usage: ytdl.sh url"