This file contains hidden or 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
#!/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 |
This file contains hidden or 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/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" |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or 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
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 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or 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
\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 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or 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
(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) |
This file contains hidden or 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
//#include <iostream> | |
//#include <algorithm> | |
//#include <cassert> | |
//#include <iomanip> | |
#include <utility> | |
#include <tuple> | |
namespace Ring | |
{ |
This file contains hidden or 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
WINDOWS 98 TIPS + TRICKS | |
(C) 1998 by [email protected] | |
Foreword: Feel free to submit any modem tips you may have and would like | |
included to me at [email protected] - Good luck with the tips/tricks and | |
best of luck. | |
Please visit my web page at: |
NewerOlder