Skip to content

Instantly share code, notes, and snippets.

@yunga
yunga / SublimeText Pkgs.md
Last active March 5, 2023 09:52
A few notes to help me get started with Sublime Text.
@yunga
yunga / cliref.md
Last active October 19, 2022 17:28
CliRef, a copy/paste from whatisdb (somehow ordered)…
_________ _____ _______________       _____
\_   ___ \\    \\___________   \____ / ____\     ~/.bash/cliref.md
/    \  \/|    | |   ||       _/ __ \  __\    copy/paste from whatisdb
\     \___|__  |_|_  ||    |   \  __/|_ |   http://pastebin.com/yGmGiDQX
 \________  /_____ \_||____|_  /____  /_|     yunga.palatino@gmail.com
 20160515 \/ 1527 \/         \/     \/

alias CLIRef.txt='curl -s "http://pastebin.com/raw/yGmGiDQX" | less -i'

@yunga
yunga / Cliref.md
Last active February 1, 2024 00:56
CLIRef.md
_________ _____ _______________       _____
\_   ___ \\    \\___________   \____ / ____\     ~/.bash/cliref.md
/    \  \/|    | |   ||       _/ __ \  __\    copy/paste from whatisdb
\     \___|__  |_|_  ||    |   \  __/|_ |   http://pastebin.com/yGmGiDQX
 \________  /_____ \_||____|_  /____  /_|     yunga.palatino@gmail.com
 20160515 \/ 1527 \/         \/     \/

alias CLIRef.txt='curl -s "http://pastebin.com/raw/yGmGiDQX" | less -i'

@yunga
yunga / oscillo.pl
Last active August 29, 2015 14:12 — forked from windytan/oscillo.pl
use warnings;
use Getopt::Std;
getopt('xytGgwsf',\%opts);
# pcm file = $opts{f}
# samples per pixel x
$xscale = $opts{x} // 1200;
@yunga
yunga / ggimgs.pl
Last active March 11, 2019 22:25
Get Google Images search results.
#!/usr/bin/perl
use Mojolicious::Lite;
use Mojo::Util qw(url_escape url_unescape);
use File::Path qw(make_path);
use Getopt::Std;
##### Available colors and sizes on google image search ###
my %color = (
full => "ic:color", bw => "ic:gray", any => "",
@yunga
yunga / Challenges.md
Created March 28, 2015 21:23
Puzzles, Riddles, Crackme, Programming Challenges...
@yunga
yunga / Text-To-Speech.vbs
Created August 17, 2015 23:24
Use the speech api to say the clipboard content or the text entered in the input box
' Use the speech api to say the clipboard content or the text entered in the input box
Dim Message, Clip, SAPI
' Get Clipboard Text
Set objHTML = CreateObject("htmlfile")
Clip = objHTML.ParentWindow.ClipboardData.GetData("text")
If Clip = "" or IsEmpty(Clip) or IsNull(Clip) Then
Clip = "Hello World!"
End If
@yunga
yunga / Some_Linux_Games.md
Created October 14, 2015 21:28
just some games i like...