This file contains hidden or 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
// ==UserScript== | |
// @name Remove symfony header | |
// @namespace http://your.homepage/ | |
// @version 0.1 | |
// @description enter something useful | |
// @author You | |
// @match http://symfony.com/doc/current/book/testing.html | |
// @grant none | |
// ==/UserScript== |
This file contains hidden or 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
{ | |
kind: "customsearch#search", | |
url: { | |
type: "application/json", | |
template: "https://www.googleapis.com/customsearch/v1?q={searchTerms}&num={count?}&start={startIndex?}&lr={language?}&safe={safe?}&cx={cx?}&cref={cref?}&sort={sort?}&filter={filter?}&gl={gl?}&cr={cr?}&googlehost={googleHost?}&c2coff={disableCnTwTranslation?}&hq={hq?}&hl={hl?}&siteSearch={siteSearch?}&siteSearchFilter={siteSearchFilter?}&exactTerms={exactTerms?}&excludeTerms={excludeTerms?}&linkSite={linkSite?}&orTerms={orTerms?}&relatedSite={relatedSite?}&dateRestrict={dateRestrict?}&lowRange={lowRange?}&highRange={highRange?}&searchType={searchType}&fileType={fileType?}&rights={rights?}&imgSize={imgSize?}&imgType={imgType?}&imgColorType={imgColorType?}&imgDominantColor={imgDominantColor?}&alt=json" | |
}, | |
queries: { | |
nextPage: [{ | |
title: "Google Custom Search - ohai", | |
totalResults: "1530000", |
This file contains hidden or 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
Products | |
------------------------------------------------------ | |
1 x USB OTG Host Cable - MicroB OTG male to A female[ID:1099] = $2.50 | |
1 x USB cable - A/MicroB (3ft) [ID:592] = $2.95 | |
1 x Mini HDMI Plug to Standard HDMI Jack Adapter[ID:2819] = $2.95 | |
1 x Break-away 0.1" 2x20-pin Strip Dual Male Header[ID:2822] = $0.95 | |
1 x 8GB SD Card with Raspbian Jessie Operating System[ID:2767] = $11.95 | |
1 x Raspberry Pi Zero[ID:2885] = $5.00 | |
1 x GPIO Header for Raspberry Pi A+/B+/Pi 2 - 2x20 Female Header[ID:2222] = | |
$1.50 |
This file contains hidden or 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
<?php | |
/* | |
* This file intended as a stop-gap to decrypt access tokens mid-migrations. | |
* After this is ran on live databases, remove this file. | |
*/ | |
require_once 'vendor/autoload.php'; | |
$yaml = new \Symfony\Component\Yaml\Yaml(); |
This file contains hidden or 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
<queryresult success="false" error="false" numpods="0" datatypes="" timedout="" timedoutpods="" timing="4.704" parsetiming="0.58" parsetimedout="false" recalculate="" id="" host="http://www2.wolframalpha.com" server="4" related="" version="2.6"> | |
<didyoumeans count="2"> | |
<didyoumean score="0.176471" level="low">furiously</didyoumean> | |
<didyoumean score="0.0980392" level="low">green</didyoumean> | |
</didyoumeans> | |
</queryresult> |
This file contains hidden or 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
https://bluejeans.com/309166919?src=htmlEmail&g=kbxxe5dmmfxgix2umvrwq3tpnrxwo6kanvuxq4dpfzrw63i= |
This file contains hidden or 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
admin@P-diddy /V/D/Emu> find . -iname '*chrono*' | |
./Amiga/[capsdi.free.fr]_ChronoQuestII_449.zip | |
./Amiga/Chrono Quest (1988)(Psygnosis)(De)[0792].zip | |
./Amiga/Chrono Quest (1988)(Psygnosis)[1016].zip | |
./Amiga/Chrono Quest II (1990)(Psygnosis)[0449].zip | |
./SNES/Roms Japanese/BS Chrono Trigger Music Library (J).rar | |
./SNES/Roms Japanese/Chrono Trigger - Kurono Turiga (J).rar | |
./SNES/Roms Japanese/Chrono Trigger BS - Jet Bike Special (J).rar | |
./SNES/RomsUSA/Chrono Trigger (U).rar | |
./SNES/RomsUSA/Chrono Trigger (US).rar |
This file contains hidden or 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
Operating system: armv6l-whatever-linux2 | |
Configuring for linux-armv4 | |
====================================================================== | |
=== SANITY TESTING! | |
=== No configuration will be done, all other arguments will be ignored! | |
====================================================================== | |
No sanity errors detected! |
This file contains hidden or 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
set fish_greeting " | |
|\ \\\\\\\\__ o | |
| \_/ o \ o | |
> _ (( <_ oo | |
| / \__+___/ | |
|/ |/" |
This file contains hidden or 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
<div class="beverageInfo" name="beerLayout" style="display:table-cell"> | |
<div class="producerName">Mikkeller</div> | |
<div class="beverageName">Mission Chinese Food</div> | |
<div class="beverageColor" style="background:#EFEF07"></div> | |
<div class="beverageStyle">Pilsner</div> | |
<div class="producerLocation">Denmark</div> | |
<div class="abv" style="visibility:inherit">4.5% </div> | |
<div class="ibu" style="visibility:collapse"> IBU</div> | |
</div> |