Skip to content

Instantly share code, notes, and snippets.

string(26074) "{"statuses":[{"metadata":{"iso_language_code":"en","result_type":"recent"},"created_at":"Fri Dec 05 18:53:52 +0000 2014","id":540942146527068160,"id_str":"540942146527068160","text":"Giants player Travis Ishikawa came to the studios today #Giants #baseball \u26be\ufe0f\ud83c\udf09#worldseries\u2026 http:\/\/t.co\/gcZRVrJ9rI","source":"\u003ca href=\"http:\/\/instagram.com\" rel=\"nofollow\"\u003eInstagram\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":22411331,"id_str":"22411331","name":"Paulette Martin","screen_name":"Pauletita","location":"Bay Area","profile_location":null,"description":"Producer @Telemundo48 Run, food and travel enthusiast. Born in Jalisco, MX, raised in SoCal. Views expressed are my own.","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":452,"friends_count":307,"listed_count":9,"created_
$(function () {
tweets = {
"statuses": [
{
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
},
"created_at": "Fri Dec 05 18:53:52 +0000 2014",
"id": 540942146527068160,
{"response":{"meta":{"hits":6144,"time":39,"offset":0},"docs":[{"web_url":"http:\/\/www.nytimes.com\/2014\/11\/19\/theater\/by-the-water-on-hurricane-sandys-aftermath.html","snippet":"In Sharyn Rothstein’s “By the Water,” a couple whose house was destroyed by Hurricane Sandy have to decide whether to rebuild or move away.","lead_paragraph":"In Sharyn Rothstein’s “By the Water,” a couple whose house was destroyed by Hurricane Sandy have to decide whether to rebuild or move away.","abstract":"Charles Isherwood reviews Manhattan Theater Club and Ars Nova production of Sharyn Rothstein play By the Water, directed by Hal Brooks at City Center.","print_page":null,"blog":[],"source":"The New York Times","multimedia":[{"width":190,"url":"images\/2014\/11\/18\/theater\/18bywater\/18bywater-thumbWide.jpg","height":126,"subtype":"wide","legacy":{"wide":"images\/2014\/11\/18\/theater\/18bywater\/18bywater-thumbWide.jpg","wideheight":"126","widewidth":"190"},"type":"image"},{"width":600
$HOME
/Code
/Projects
/GoWorkspace
/bin
/pkg
/src
/github.com
/amy
/go-http-auth
Workspace
bin
pkg
gccgo_linux_amd64
amy
gorilla
src
github.com
amy
project
0x8048c80 <phase_1> sub $0x1c,%esp │0x8048c83 <phase_1+3> movl $0x804a394,0x4(%esp)
│0x8048c8b <phase_1+11> mov 0x20(%esp),%eax
│0x8048c8f <phase_1+15> mov %eax,(%esp) │0x8048c92 <phase_1+18> call 0x804910a <strings_not_equal> │0x8048c97 <phase_1+23> test %eax,%eax │0x8048c99 <phase_1+25> je 0x8048ca0 <phase_1+32> │0x8048c9b <phase_1+27> call 0x8049405 <expl
Dump of assembler code for function phase_5:
=> 0x08048e31 <+0>: sub $0x2c,%esp
0x08048e34 <+3>: lea 0x1c(%esp),%eax
0x08048e38 <+7>: mov %eax,0xc(%esp)
0x08048e3c <+11>: lea 0x18(%esp),%eax
0x08048e40 <+15>: mov %eax,0x8(%esp)
0x08048e44 <+19>: movl $0x804a38c,0x4(%esp)
0x08048e4c <+27>: mov 0x30(%esp),%eax
0x08048e50 <+31>: mov %eax,(%esp)
0x08048e53 <+34>: call 0x8048890 <__isoc99_sscanf@plt>
0x08048fe3 <+0>: push %ebx
0x08048fe4 <+1>: sub $0x18,%esp
0x08048fe7 <+4>: call 0x8049484 <read_line>
0x08048fec <+9>: movl $0xa,0x8(%esp)
0x08048ff4 <+17>: movl $0x0,0x4(%esp)
0x08048ffc <+25>: mov %eax,(%esp)
0x08048fff <+28>: call 0x80488a0 <strtol@plt>
0x08049004 <+33>: mov %eax,%ebx
0x08049006 <+35>: lea -0x1(%eax),%eax
0x08049009 <+38>: cmp $0x3e8,%eax
in php. Somehow set variables 1, 2, and 3.
then, launch mustache template
---------------------------
Things is a list
{{#things}}
{{#trait}}
{{#variable1}}Launches another template{{/variable1}}
// project/app/Application.php
<?php
namespace App;
use Illuminate\Database\Eloquent\Model;
class Application extends Model
{