Skip to content

Instantly share code, notes, and snippets.

while 1 do
print("", "badfile")
end
package Site::Pages::AJAJ::Lists::Delete;
use strictures 1;
use base qw/ Site::Pages::JSON /;
sub handle_POST {
my ( $self ) = @_;
my ( $uid ) = $self->unroll_session();
my $data = $self->get_json('data');
! app-crypt/gnupg
Reasons: !app-crypt/gnupg from app-crypt/gnupg, app-crypt/gpgme, kde-base/kdelibs
Unsuitable candidates:
* app-crypt/gnupg-1.4.11:0::gentoo
Did not meet >=app-crypt/gnupg-2.0.11, use existing if possible, installing to / from kde-base/kdelibs
Did not meet !app-crypt/gnupg, use existing if possible, installing to / from !app-crypt/gnupg from app-crypt/gnupg
* app-crypt/gnupg-2.0.16-r1:0::gentoo
Did not meet !app-crypt/gnupg, use existing if possible, installing to / from !app-crypt/gnupg from app-crypt/gnupg
* app-crypt/gnupg-2.0.16-r2:0::gentoo
Did not meet !app-crypt/gnupg, use existing if possible, installing to / from !app-crypt/gnupg from app-crypt/gnupg
// densities of cooking ingredients from The Cake Bible by Rose Levy Beranbaum
// so you can convert '2 cups sugar' to grams, for example, or in the other
// direction grams could be converted to 'cup flour_scooped'.
butter := 8. oz/cup;
butter_clarified := 6.8 oz/cup;
cocoa_butter := 9. oz/cup;
shortening := 6.75 oz/cup; // vegetable shortening
stickbutter := 1/4 lb;
vegetable_oil := 7.5 oz/cup;
@simcop2387
simcop2387 / hls
Created November 15, 2011 14:46 — forked from brookemckim/hls
Roku Recommended FFMPEG h264 Preset
ffmpeg -i <inputFile> -f mpegts -acodec libfaac -vcodec libx264 \ -vpre roku -crf 15 -threads 0 ~/OneTransportStreamFile3200.ts
-> % traceroute paizo.com
traceroute to paizo.com (208.79.150.37), 30 hops max, 60 byte packets
1 router.voots.org (192.168.10.1) 0.961 ms 1.467 ms 2.668 ms
2 76.20.208.1 (76.20.208.1) 25.933 ms 26.427 ms 30.242 ms
3 ge-1-1-ur01.k2gwinnett.ga.atlanta.comcast.net (68.85.232.161) 17.519 ms 17.541 ms 17.527 ms
4 xe-9-1-1-0-ar01.b0atlanta.ga.atlanta.comcast.net (68.86.106.206) 18.023 ms 19.265 ms 19.264 ms
5 pos-2-14-0-0-cr01.350ecermak.il.ibone.comcast.net (68.86.92.245) 39.082 ms 40.044 ms pos-3-5-0-0-cr01.atlanta.ga.ibone.comcast.net (68.86.93.125) 20.093 ms
6 pos-1-6-0-0-cr01.chicago.il.ibone.comcast.net (68.86.88.41) 42.069 ms 39.296 ms TenGigabitethernet4-1.ar1.ATL2.gblx.net (146.82.35.121) 15.998 ms
7 67.17.195.34 (67.17.195.34) 86.739 ms 87.325 ms xe-9-3-0.edge1.Chicago2.Level3.net (4.71.248.21) 34.239 ms
8 vlan51.ebr1.Chicago2.Level3.net (4.69.138.158) 46.848 ms 69.164.173.77 (69.164.173.77) 87.085 ms 86.817 ms
acceleration = 0
bed_size = 140,140
bed_temperature = 95
bottom_layer_speed_ratio = 0.3
bridge_fan_speed = 100
bridge_flow_ratio = 1
bridge_speed = 75
complete_objects = 0
cooling = 1
disable_fan_first_layers = 1
@simcop2387
simcop2387 / gist:3168179
Created July 24, 2012 05:17 — forked from schacon/gist:1
the meaning of gist
This is gist.
There are many like it, but this one is mine.
It is my life.
I must master it as I must master my life.
Without me gist is useless.
Without gist, I am useless.
@simcop2387
simcop2387 / error.log
Last active January 2, 2016 08:49
d problem
-> % dub build
Checking dependencies in '/mnt/mintdisk/home/ryan/workspace/d-rpg'
Building configuration "application", build type debug
Compiling...
source/ui/widget/rawtext.d(5): Error: undefined identifier Widget
Run 'dub help' for usage information.
@simcop2387
simcop2387 / gist:d56a9aeb7362a4c59aac
Last active February 21, 2016 22:05
my settings
Hardcoded Default Settings Loaded
Steps per unit:
M92 X100.50 Y100.50 Z1600.00 E866.00 E1800.00
Maximum feedrates (mm/s):
M203 X800.00 Y800.00 Z8.00 E40.00
Maximum Acceleration (mm/s2):
M201 X9000 Y9000 Z100 E10000
Acceleration: S=acceleration, T=retract acceleration
M204 S500.00 T3000.00
Advanced variables: S=Min feedrate (mm/s), T=Min travel feedrate (mm/s), B=minimum segment time (ms), X=maximum XY jerk (mm/s), Z=maximum Z jerk (mm/s), E=maximum E jerk (mm/s)