Skip to content

Instantly share code, notes, and snippets.

<healcode-widget data-type="schedules" data-widget-partner="mb" data-widget-id="99163287c7a" data-widget-version="0.1"></healcode-widget>
<script src="https://widgets.healcode.com/javascripts/healcode.js" type="text/javascript"></script>
An error occurred: Failed to process your item.
Files outside directory with manifest claire/source/ are not allowed: claire/, claire/README.markdown, claire/test/, claire/test/request_test.js, claire/test/test.html.
An error occurred: Failed to process your item.
Files outside directory with manifest claire/source/ are not allowed: claire/.
An error occurred: Failed to process your item.
[Etsyweb (master) x]> sudo ls
sudo: >>> /etc/sudoers: syntax error near line 34 <<<
sudo: parse error in /etc/sudoers near line 34
sudo: no valid sudoers sources found, quitting
sudo: unable to initialize policy plugin
set all_urls to ""
tell application "Google Chrome"
set all_tabs to every tab in front window
repeat with each_tab in all_tabs
set all_urls to all_urls & URL of each_tab & return
end repeat
end tell
set output to all_urls
listing_ids = [227306413,214293187,201691589,201707264,211792036,211791968,104344198,176124549,178487894,107180586,227118077,172889366,200204583,222764797,213372644,226433402,101674834,167774271,174023531,224007523,209243231,210943344,214390190,232476230,225328156,193810684,227402793,207493716,230872725,207630806,221412134,230353946,229302809,216258601,216444127,227913969,182139534,231849489,219966626,191788329,194327388,209490978,202434052,220729489,190619318,155906877,221768024,220148274,165903741,193766114,157374223,222528606,202080670,231058885,232434408,64684831,95612441,115281743,229135664,130675682,196332740,204313117,214967604,218525651,208698707,230806939,212184863,224482589,202586474,202523946,154522671,198285932,232939955,162800153,118985173,125262694,177927128,225631457,230123457,217068143,211383807,232513055,156513774,211277245,215382741,211677292,128203092,230751616,166870171,170067243,95073904,224699793,185032091,225007182,188401209,218345625,225810489,204536492,214119663,203758320,217703045,20
This file has been truncated, but you can view the full file.
{
"log": {
"version": "1.2",
"creator": {
"name": "WebInspector",
"version": "537.36"
},
"pages": [
{
"startedDateTime": "2015-05-03T01:17:06.394Z",
@ram-nadella
ram-nadella / alfredclub.com.har
Created September 14, 2014 19:21
HAR file from Chrome at home. Slow cache hit responses from CloudFlare
{
"log": {
"version": "1.2",
"creator": {
"name": "WebInspector",
"version": "537.36"
},
"pages": [
{
"startedDateTime": "2014-09-14T19:20:33.967Z",
~]> sudo sh -x /etc/init.d/memcached restart
[sudo] password for rnadella:
+ . /etc/init.d/functions
++ TEXTDOMAIN=initscripts
++ umask 022
++ PATH=/sbin:/usr/sbin:/bin:/usr/bin
++ export PATH
++ '[' -z '' ']'
++ COLUMNS=80
++ '[' -z '' ']'

?gist

?gist <number>

?gist 1111177
https://github.etsycorp.com/gist/anonymous/1111177

FIN

<?php
ini_set('display_errors', 0);
$a = "á";
$b = substr($a, 0, 1);
$c = json_encode(array("b" => $b));
var_dump($c);
?>