Skip to content

Instantly share code, notes, and snippets.

View loopingrage's full-sized avatar

Jose de Castro loopingrage

  • San Francisco, CA
View GitHub Profile
<?xml version="1.0" encoding="UTF-8"?>
<obj xmlns:trane="trane:evox" is="tis:SiteLayout" of="obix:obj" siteId="E19A01187" timestamp="2024-03-11T04:17:29-05:00">
<obj href="/about/" is="trane:SCAbout_v3 trane:SCAbout_v2 trane:SCAbout_v1 trane:About_v2 trane:About_v1">
<abstime href="/about/serverTime/" name="serverTime" val="2024-03-11T04:17:23-05:00"/>
<abstime href="/about/serverBootTime/" name="serverBootTime" val="2023-12-15T14:44:16-06:00"/>
<str href="/about/productName/" name="productName" val="Tracer SC+"/>
<str href="/about/productVersion/" name="productVersion" val="v5.80.1830 (release)"/>
<str href="/about/kernelVersion/" name="kernelVersion" val="5.4.66_Zeus-DEV1.0.1"/>
<str href="/about/hardwareType/" name="hardwareType" val="Tracer SC+"/>
<str href="/about/hardwarePartNumber/" name="hardwarePartNumber" val="X13651677001"/>

Thanks! Please go http://example.net/ for more information.

Here is the log:

Setting up CocoaPods master repo
Updating 493432a..261cc54
Fast-forward
 Specs/ActivityView/0.3.0/ActivityView.podspec.json | 23 +++++++++
 .../1.1.2/CEMActivityViewController.podspec.json   | 40 ++++++++++++++++
 Specs/CardboardSDK/0.7.0/CardboardSDK.podspec.json | 55 ++++++++++++++++++++++

Thing I learned & discovered @WebRTCLive

Google Hangouts is going WebRTC! #fuckingafinally

PM2 >>> Forever - A Node.js process manager, script deamonizer and load balancer (https://github.com/unitech/pm2)

ComputeEngineOnDemand - A set of scripts by Justin Uberti to dynamically spin up Google COmpute instances based on several performance / application metrics (https://github.com/juberti/computeengineondemand)

Google Cardboard - Open source virtual reality platform and hardware spec. Created by some Googlers on their 20% time and unveiled at Google I/O this week. (https://developers.google.com/cardboard/)

Keybase proof

I hereby claim:

  • I am loopingrage on github.
  • I am loopingrage (https://keybase.io/loopingrage) on keybase.
  • I have a public key whose fingerprint is 5DFA C9C6 D1F7 91BA 416F 31E3 1AF9 6734 8719 FE11

To claim this, I am signing this object:

@loopingrage
loopingrage / gist:973579
Created May 15, 2011 21:49
Quite possibly the easiest way to send an SMS. http://smsified.com
curl -d "address=4155551212&message=oh+hi+there" -u"loopingrage" https://api.smsified.com/v1/smsmessaging/outbound/7177455108/requests
<html>
<head>
<script src="http://code.jquery.com/jquery-1.4.2.min.js"></script>
<script src="http://s.phono.com/releases/0.1/jquery.phono.js"></script>
</head>
<body>
<div>
<textarea id="chatHistory" style="height:300px; width:500px"></textarea>
</div>
<div>
JoeMac:phono-site jdecastro$ gem install mysql
WARNING: Installing to ~/.gem since /Library/Ruby/Gems/1.8 and
/usr/bin aren't both writable.
WARNING: You don't have /Users/jdecastro/.gem/ruby/1.8/bin in your PATH,
gem executables will not run.
Building native extensions. This could take a while...
ERROR: Error installing mysql:
ERROR: Failed to build gem native extension.
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby extconf.rb
(o)[INVITE sip:+4917622747893@sip.inexio.net SIP/2.0
Content-Type: application/sdp
To: sip:+4917622747893@sip.inexio.net
Via: SIP/2.0/UDP 212.43.68.81:5060;branch=z9hG4bK1gng97wrsyalu;rport
CSeq: 1 INVITE
Content-Length: 382
Call-ID: 5kdn2ap7yz4k
Max-Forwards: 70
From: <sip:+4922137050109@212.43.68.81>;tag=1mnj974i8kpqc
Contact: <sip:212.43.68.81:5060;transport=udp>
import java.util.*;
import javax.media.mscontrol.join.Joinable;
import com.voxeo.moho.Participant.JoinType;
import com.voxeo.logging.Loggerf;
import com.voxeo.moho.*;
import com.voxeo.moho.event.*;
import com.voxeo.moho.media.output.*;
import com.voxeo.utils.EventListener as EListen;
SEVERE: [1273776069234000] javax.servlet.ServletContext log: Application Error
java.lang.RuntimeException: DummyDynamicScope should never be used for backref storage
at org.jruby.runtime.scope.DummyDynamicScope.getBackRef(DummyDynamicScope.java:49)
at org.jruby.RubyRegexp.updateBackRef(RubyRegexp.java:1404)
at org.jruby.RubyRegexp.updateBackRef(RubyRegexp.java:1396)
at org.jruby.RubyRegexp.search(RubyRegexp.java:1386)
at org.jruby.RubyRegexp.op_match(RubyRegexp.java:1301)
at org.jruby.RubyString.op_match(RubyString.java:1446)
at org.jruby.RubyString$i_method_1_0$RUBYINVOKER$op_match.call(org/jruby/RubyString$i_method_1_0$RUBYINVOKER$op_match.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrN.call(JavaMethod.java:721)