Skip to content

Instantly share code, notes, and snippets.

#!/bin/sh
binary="yt-dlp"
# Using--datebefore DATE option
# https://stackoverflow.com/questions/41720114/n-days-ago-from-a-given-date-on-command-line
CUTOFF=`date -d "30 days ago" "+%Y%m%d"`
# use gdate from MacPorts on macOS.
# Using --match-filter option
#!/usr/bin/bash
if test -f "$1"; then
filename="$1"
title=$filename
else
title="File not found."
fi
zenity --text-info --height=600 --width=1000 --title="$title" --ok-label="Close" --cancel-label="Close" --filename="$filename"
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
solid OpenSCAD_Model
facet normal 0 0 1
outer loop
vertex 47.1373 2.159 31.75
vertex 49.8392 4.20974 31.75
vertex 48.1078 3.37595 31.75
endloop
endfacet
facet normal 0 0 1
outer loop
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
\documentclass{beamer}
%% Possible paper sizes: a0, a0b, a1, a2, a3, a4.
%% Possible orientations: portrait, landscape
%% Font sizes can be changed using the scale option.
\usepackage[size=custom,width=107,height=122,scale=2]{beamerposter}
\usetheme{LLT-poster}
\usecolortheme{ComingClean}
% \usecolortheme{Entrepreneur}
% \usecolortheme{ConspiciousCreep} %% VERY garish.
% Themes by Lian Tze Lim found here: https://www.overleaf.com/latex/templates/yet-another-beamerposter-theme-with-variable-sizes-and-colour-themes-portrait-version/jgzfyrgpmvgk
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
(kicad_pcb (version 4) (host pcbnew 4.0.7)
(general
(links 35)
(no_connects 0)
(area 126.674999 81.435 198.445002 127.603335)
(thickness 1.6)
(drawings 0)
(tracks 102)
(zones 0)
@jfcaron3
jfcaron3 / Ring.cpp
Created February 8, 2018 19:58
Adafruit Feather M0 with LSM9DS1 using timer interrupts and SD card
//#include <iostream>
//#include <algorithm>
//#include <cassert>
//#include <iomanip>
#include <utility>
#include <tuple>
namespace Ring
{
WINDOWS 98 TIPS + TRICKS
(C) 1998 by CptSiskoX@Geocities.com
Foreword: Feel free to submit any modem tips you may have and would like
included to me at CptSiskoX@geocities.com - Good luck with the tips/tricks and
best of luck.
Please visit my web page at: