Skip to content

Instantly share code, notes, and snippets.

View figital's full-sized avatar
💭
github status lol

figital figital

💭
github status lol
View GitHub Profile
@figital
figital / chromium.sh
Created December 8, 2011 21:23
chromium flags
chromium --enable-webgl --enable-experimental-extension-apis
@figital
figital / del-print-spool.bat
Last active April 12, 2019 18:15
del-print-spool.bat
# clears your windows print queue without rebooting.
net stop "print spooler"
for %%A in (%windir%\system32\spool\printers\*.*) do del %%A
net start "print spooler"
@figital
figital / temp.sh
Created January 29, 2012 18:49
get the temperature of your cpu
sensors -f | grep temp1 | awk '{print $2}'
@figital
figital / test-sql.xml
Created April 19, 2012 14:13
test-sql.xml
<?xml version="1.0" encoding="utf-8" ?>
<!-- SQL XML created by WWW SQL Designer, http://code.google.com/p/wwwsqldesigner/ -->
<!-- Active URL: http://ondras.zarovi.cz/sql/demo/ -->
<sql>
<datatypes db="mysql">
<group label="Numeric" color="rgb(238,238,170)">
<type label="Integer" length="0" sql="INTEGER" re="INT" quote=""/>
<type label="Decimal" length="1" sql="DECIMAL" re="DEC" quote=""/>
<type label="Single precision" length="0" sql="FLOAT" quote=""/>
<type label="Double precision" length="0" sql="DOUBLE" re="DOUBLE" quote=""/>
@figital
figital / test.json
Created April 23, 2012 19:25
jayfallon / localhost hack test
{
"id": "645505156",
"name": "Jay Fallon",
"first_name": "Jay",
"last_name": "Fallon",
"username": "jay.fallon",
"gender": "male",
"locale": "en_US",
"occupation": "jackass",
"e4404f30-8d77-11e1-b0c4-0800200c9a66": "fbe132d0-8d77-11e1-b0c4-0800200c9a66"
asdfasdfadsf
<html>
<b>test</b>
<?=$whatever?>
awk -v W=`tput cols` '{print NR "\t" substr($0,1,W-length(NR)-8) }'
@figital
figital / hidden-chrome-search.url
Created May 28, 2013 21:17
what's hidden behind your "chrome search bar" these days
https://www.google.com/search?q=%E2%8F%85&oq=%E2%8F%85&aqs=chrome.0.69i57.2437j0&sourceid=chrome&espv=2&ie=UTF-8#sclient=chrome-search&espv=2&q=test&oq=test&gs_l=serp.3..69l4j0.0.0.3.40395.4.4.0.0.0.0.168.588.0j4.4.0.cpsugrcchtklt..0.0.0..1..7.chrome-search.-l9Rb5ZFfQk&bav=on.2,or.r_cp.&bvm=bv.47008514,d.dmQ&fp=40730546a9bbb206&biw=1505&bih=802
@figital
figital / r-sample-datasets.txt
Created June 1, 2013 20:53
r-sample-datasets.txt
Data sets in package ‘datasets’:
AirPassengers Monthly Airline Passenger Numbers 1949-1960
BJsales Sales Data with Leading Indicator
BJsales.lead (BJsales) Sales Data with Leading Indicator
BOD Biochemical Oxygen Demand
CO2 Carbon Dioxide Uptake in Grass Plants
ChickWeight Weight versus age of chicks on different diets
DNase Elisa assay of DNase
EuStockMarkets Daily Closing Prices of Major European Stock
@figital
figital / hamline-track-outdoor-records.csv
Created June 9, 2013 00:22
sample data file for r-studio demo
Event Mark Year Athlete
100-Meter Dash 10.77 1994 Dennis Williams
200-Meter Dash 21.85 2010 Andy Marnach
100-Yard Dash 9.45 1916 LeRoy Kline
220-Yard Dash 21.15 1916 LeRoy Kline
400-Meter Dash 47.34 1981 Sam Ocel
800-Meter Run 1:51.13 1982 Bob Veenhuis
1500-Meter Run 3:49.56 2012 Jack Deichert
1-Mile Run 4:08.70 1974 Dan Spear
3000-Meter Steeple 9:06.09 2007 Travis Bristow