Skip to content

Instantly share code, notes, and snippets.

View sitedyno's full-sized avatar
💭
Very unhappy with the new feed.

sitedyno

💭
Very unhappy with the new feed.
View GitHub Profile
shccvga@sound-closet ~/dump/krad
$ krad_radio shcc ls
0: capture video only from X11 with device at 0x0 0/0
1: record video only to /home/shccvga/dump/krad/x11-test.webm Video - 800x600 3000/1000 420 Codec: VP8 Bitrate: 1120 Min Quantizer: 4 Max Quantizer: 63 Deadline: 13333
0: Source Width: 800
1: Source Width: 3840
shccvga@sound-closet ~/dump/krad
@sitedyno
sitedyno / gist:4431353
Created January 2, 2013 00:52
$ ./waf configure --without-x11 --without-wayland --without-gtk --without-gif && ./waf
lib/krad_v4l2/krad_v4l2.c.1.o: In function `krad_v4l2_mjpeg_to_rgb':
/home/shccvga/krad/devel/.waf_build_directory/../lib/krad_v4l2/krad_v4l2.c:597: undefined reference to `tjDecompress2'
lib/krad_compositor/krad_sprite.c.1.o: In function `krad_sprite_open_file':
/home/shccvga/krad/devel/.waf_build_directory/../lib/krad_compositor/krad_sprite.c:367: undefined reference to `tjDecompress2'
lib/krad_compositor/krad_compositor.c.1.o: In function `krad_compositor_snapshot_thread':
/home/shccvga/krad/devel/.waf_build_directory/../lib/krad_compositor/krad_compositor.c:555: undefined reference to `tjCompress2'
/home/shccvga/krad/devel/.waf_build_directory/../lib/krad_compositor/krad_compositor.c:575: undefined reference to `tjFree'
collect2: error: ld returned 1 exit status
lib/krad_v4l2/krad_v4l2.c.1.o: In function `krad_v4l2_mjpeg_to_rgb':
/home/shccvga/krad/devel/.waf_build_directory/../lib/krad_v4l2/krad_v4l2.c:597: undefined reference to `tjDecompress2'
@sitedyno
sitedyno / gist:4968285
Created February 16, 2013 19:14
Zones have Categories have passive skill totals
Defense
Life
Life Regeneration applies to Energy Shield instead of Life
increased maximum Life
of Life Regenerated per Second
to maximum Life
Life Leech applies instantly. Life Recovery from Flasks and Regeneration has no effect.
Removes all mana. Spend Life instead of Mana for Skills
Maximum Life becomes 1, Immune to Chaos Damage
Enemies Cannot Leech Life From You
@sitedyno
sitedyno / gist:5233759
Created March 24, 2013 22:06
fail2ban/systemd unit tests & timezones
root@cb-l ~/fail2ban/src/fail2ban [systemd-journald*]
$ timedatectl set-timezone Europe/London
root@cb-l ~/fail2ban/src/fail2ban [systemd-journald*]
$ python2 ./fail2ban-testcases
Fail2ban 0.8.8 test suite. Python 2.7.3 (default, Dec 22 2012, 21:27:36) [GCC 4.7.2]. Please wait...
I: Skipping pyinotify backend testing. Got exception 'No module named pyinotify'
...........E.............................
======================================================================
ERROR: testIgnoreIPNOK (testcases.filtertestcase.IgnoreIP)
----------------------------------------------------------------------
@sitedyno
sitedyno / gist:6276744
Created August 20, 2013 03:17
portable feed the beast batch file
@echo off
set APPDATA=%CD%
REM start %CD%\bin\TechnicLauncher.exe
type ftblauncher\ftblaunch.cfg | findstr /v installPath > ftblauncher\temp.cfg
set instPath=%CD%
set instPath=%instPath:\=\\%
set instPath=%instPath::=\:%
echo installPath=%instPath%>> ftblauncher\temp.cfg
del ftblauncher\ftblaunch.cfg
ren ftblauncher\temp.cfg ftblaunch.cfg
---- Minecraft Crash Report ----
// I just don't know what went wrong :(
Time: 4/27/15 1:25 AM
Description: Ticking block entity
java.lang.StackOverflowError: Ticking block entity
at java.util.concurrent.locks.ReentrantReadWriteLock.<init>(ReentrantReadWriteLock.java:230)
at net.minecraft.entity.DataWatcher.<init>(SourceFile:49)
at net.minecraft.entity.Entity.<init>(Entity.java:172)
{
"minimum-stability": "dev",
"prefer-stable": true,
"repositories": [
{
"type": "vcs",
"url": "https://github.com/svpernova09/phergie-irc-plugin-react-ping"
},
{
"type": "vcs",
Get-AppxPackage *Amazon.com* | Remove-AppxPackage
Get-AppxPackage *Bing* | Remove-AppxPackage
Get-AppxPackage *CandyCrush* | Remove-AppxPackage
Get-AppxPackage *DellShop* | Remove-AppxPackage
Get-AppxPackage *Flipboard* | Remove-AppxPackage
Get-AppxPackage *Kindleforwindows* | Remove-AppxPackage
Get-AppxPackage *Microsoft.3DBuilder* | Remove-AppxPackage
Get-AppxPackage *Microsoft.CommsPhone* | Remove-AppxPackage
Get-AppxPackage *Microsoft.Getstarted* | Remove-AppxPackage
Get-AppxPackage *Microsoft.Messaging* | Remove-AppxPackage
@sitedyno
sitedyno / rkj-repos.zsh-theme
Last active March 18, 2017 06:18
Remove hg_prompt_info, doesn't work for me.
# user, host, full path, and time/date
# on two lines for easier vgrepping
# entry in a nice long thread on the Arch Linux forums: http://bbs.archlinux.org/viewtopic.php?pid=521888#p521888
function hg_prompt_info {
hg prompt --angle-brackets "\
<hg:%{$fg[magenta]%}<branch>%{$reset_color%}><:%{$fg[magenta]%}<bookmark>%{$reset_color%}>\
</%{$fg[yellow]%}<tags|%{$reset_color%}, %{$fg[yellow]%}>%{$reset_color%}>\
%{$fg[red]%}<status|modified|unknown><update>%{$reset_color%}<
patches: <patches|join( → )|pre_applied(%{$fg[yellow]%})|post_applied(%{$reset_color%})|pre_unapplied(%{$fg_bold[black]%})|post_unapplied(%{$reset_color%})>>" 2>/dev/null
@sitedyno
sitedyno / gist:ecc22fab12a386c4e312780a70fb43c0
Created December 24, 2016 20:34
Database or related packages from packagist that claim async
https://github.com/koolkode/async-database
https://github.com/iRAP-software/package-async-query
https://github.com/nrk/predis-async
https://github.com/recoilphp/database
https://github.com/voryx/PgAsync
https://github.com/Repo2/query-reactor
https://github.com/jessecascio/spider
https://github.com/shen2/EasyRedis
https://github.com/huyanping/async-mysql-php
https://github.com/dustingraham/react-mysql