This file contains 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
/* | |
* Build with: | |
* g++ aaraymarcher.cpp $(aalib-config --cflags) $(aalib-config --libs) -lm -o aaraymarcher | |
*/ | |
#include <math.h> | |
#include <unistd.h> | |
#include <time.h> | |
#include <stdlib.h> | |
#include <stdio.h> |
This file contains 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
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<title>Kruskal Count test</title> | |
<style type="text/css"> | |
.hearts, .diamonds { | |
color: #c00; | |
} |
This file contains 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/bash | |
##################################################### | |
# An example of using a trap to cleanup a temporary # | |
# even during errors or early script exit. # | |
##################################################### | |
# an easy way to observe the tempfile: | |
# watch "command ls -l -tc --reverse /tmp | tail" |
This file contains 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/bash | |
# | |
# ytdltracks - GUI track selector front end for youtube-dl | |
# | |
# Author: pdkl95 (2819) | |
# | |
# Requires: https://github.com/v1cont/yad | |
# |
This file contains 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
(To the whistleblowers, | |
in hope that they stay alive.) | |
Thanks for systemic corruption | |
and disregard for the rule of law. | |
Thanks for the transparent lies and | |
carefully framed talking points. | |
Thanks for the profitable arms sales |
This file contains 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 | |
VERSION="1.0" | |
AUTHOR="John Doe" | |
COPYRIGHT_YEAR="2000" | |
SCRIPT_NAME="getopt_example" | |
# or maybe SCRIPT_NAME="$(basename "$0")" | |
show_usage() { |
This file contains 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/bash | |
############################################################################# | |
## ## | |
## bash_only_mergesort.bash -- mergesort written in pure bash ## | |
## ## | |
## Why: I have no idea. This isn't going to ever be useful. ## | |
## Sanity: Do not use this. Ever. Just use sort(1) ## | |
## Author: [email protected] ## | |
## Homepage: https://gist.github.com/pdkl95 ## |
This file contains 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/bash | |
##################################################### | |
###/ \### # | |
### mident ### This is a wrapper script around # | |
###\ /### the "-identify" feature provided # | |
################ by mplayer/mplayer2, similar to # | |
# the "mplayer.sh" script that is # | |
# distributed with mplayer itself. This version # | |
# should be significantly more reliable, easier # |
This file contains 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/env ruby | |
# encoding: utf-8 | |
# | |
# *** [WARNING] | |
# *** Be aware that I have not added any throttling, respect | |
# *** of robots.txt, or anything else to limit this script! | |
# *** If it gets you banninated, or something due to obvious | |
# *** bot-like behavior, that's your responsibility! | |
# *** [/warning] | |
# |
This file contains 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
@namespace url(http://www.w3.org/1999/xhtml); | |
@-moz-document domain("fark.com"), domain("totalfark.com"), domain("foobies.com") { | |
/* | |
* +-->>> FARK THEME UNFUCKER <<<--+ | |
* | "sleep? what sleep?!" edition | | |
* | |
* | |
* ==UserStyle== | |
* @name PDKL95's common util library |
NewerOlder