CARVIEW |
erikeldridge
(Erik Eldridge)
- You’re not logged in!
- Login
- Pricing & Signup
- Name
- Erik Eldridge
- Website/Blog
- https://erikeldridge.com
- Location
- Burlingame, CA
- Member Since
- May 03, 2008 (about 1 year)
Following 13 githubbers and watching 29 repositories view all →
Public Repositories (20)
-
asynchronous-unit-tester
runs unit tests against a server using asynchronous javascript calls
Last updated Sat Dec 19 01:39:47 -0800 2009
-
oauthpanda
OAuth client + HTTP request client + user-friendly API
Last updated Thu Dec 10 21:19:45 -0800 2009
-
openid_oauth_hybrid_app
an app using openid + oauth hybrid authentication w/ yui and yahoo! php sdk
Last updated Thu Nov 12 11:45:36 -0800 2009
-
authproxy
a place to stash handy, auth-related stuff
Last updated Sun Nov 08 18:07:16 -0800 2009
-
kvstore
an abstraction for storing key-val pairs
Last updated Sun Nov 08 17:36:41 -0800 2009
-
netdb
key-val store built on mysql
Last updated Thu Nov 05 23:35:33 -0800 2009
-
siframeio
Last updated Mon Oct 26 02:47:34 -0700 2009
-
iframeio
Last updated Sat Oct 24 01:18:23 -0700 2009
-
yql-tables
YQL is extensible using a table definition. This repository will hold community contributed defi...
Forked from yql/yql-tables Sat Oct 03 04:16:33 -0700 2009
Last updated Sat Oct 03 10:47:32 -0700 2009
-
CivicDB
Liberating Government Data
Forked from CivicDB/CivicDB Sat Sep 12 17:37:15 -0700 2009
Last updated Mon Sep 14 00:29:46 -0700 2009
-
centos_setup
handy scripts for setting up a new centos install
Last updated Mon Aug 03 11:05:42 -0700 2009
-
docs_oauth_reseller
OAuth code base for reseller account integration
Forked from ydn/docs_oauth_reseller Fri Jul 17 21:34:20 -0700 2009
Last updated Mon Jul 20 14:29:28 -0700 2009
-
curl
A basic CURL wrapper for PHP
Forked from shuber/curl Mon Jul 13 22:27:29 -0700 2009
Last updated Wed Jul 15 23:33:39 -0700 2009
-
yos-social-php
Yahoo! Social SDK - PHP library
Forked from yahoo/yos-social-php Wed Jul 08 13:57:32 -0700 2009
Last updated Wed Jul 08 14:11:29 -0700 2009
-
example
example code for the Yahoo! app. platform (yap) and OAuth
Last updated Mon Apr 27 20:50:34 -0700 2009
-
cajaunit
a caja-safe unit test framework
Last updated Sun Mar 15 18:17:48 -0700 2009
-
oauth_code_samples
sample code to do various things concerning oauth
Last updated Mon Mar 02 17:25:39 -0800 2009
-
pircbot
an IRC bot written in PHP
Last updated Fri Feb 06 18:10:23 -0800 2009
-
hdom
a javascript dom util built around dom hashing
Last updated Tue Jan 20 23:58:28 -0800 2009
-
examples
example code for working with yql, OAuth, etc
Created Thu Mar 19 12:59:38 -0700 2009
Public Activity 

-
erikeldridge committed f3554fd9:
updated example test case

-
erikeldridge committed 25d9da43:
updated example test case

-
erikeldridge committed ebd1b42a:
updated readme to describe test case definition
-
erikeldridge committed f4938e86:
now supporting multiple test cases, each in separate files

-
erikeldridge committed 2478fe36:
now utf-8 encoding xml string before passing it into simplxml_load_string to avoid parsing errors if string isn't properly encoded

-
erikeldridge committed a965badb:
added note about oauth.php kludge

-
erikeldridge committed ac067e01:
updated reference to unpredictable unit tester to reflect name change

-
erikeldridge committed 5ddc06f2:
added license text

-
erikeldridge committed cb4ee67a:
minor edit re. name change
-
erikeldridge committed f23eab5b:
added an intro, and prereq and usage notes to the readme; changed name of project to asynch-unit-tester to be more literal
-
erikeldridge committed 4281a91b:
added license text

-
erikeldridge committed bbf90e96:
split httprequestwrapper into its own file
-
erikeldridge committed 43c55713:
split oauthwrapper into its own file to make oauthpanda.clas.php easier to navigate
-
erikeldridge committed 894e64aa:
added mention of how to run tests

-
erikeldridge committed 3eacd2c2:
copied over tests for 'print' exception handing
-
erikeldridge committed 6b4abf6b:
all tests now moved to test/Texts.class.php
-
erikeldridge committed 4db239c5:
now checking if message is null or empty before printing
-
erikeldridge committed ba83d8b7:
ironed out past few tests that were added offline
-
erikeldridge committed f9e16363:
added test for correct response from yahoo
-
erikeldridge committed ef708c96:
added creator fn to simplify test obj creation; added tests for: invalid request method; input name validation w/ invalid value; oauth client w/ no scheme in url; oauth client w/ non-(http|https) scheme; oauth client w/ bad url

-
erikeldridge committed 5189e4b8:
corrected failing test9 (i wasn't explicitely returning pass result)

-
erikeldridge committed 3000ba1a:
now running tests via unpredictable-unit-tester

-
erikeldridge committed a28d2ae3:
added comments to clarify that 'results' field and css rules must correspond

-
erikeldridge committed 6af79d4b:
added header for context, a little more whitespace for readability, and adjusted the uri to use server.php
-
erikeldridge committed e8578488:
added dummy test for failure

-
erikeldridge committed 82bd8916:
renamed to clarify relationship btwn client and server

-
erikeldridge committed bd6c9e79:
adjusted spelling of OauthPanda --> OAuthPanda for consistency w/ OAuth naming

-
erikeldridge committed 75137392:
adding whitespace for readability

-
erikeldridge committed 5d788508:
minor edit to apply code formatting to 1st code sample, and note crashing technique for GET() param reference

-
erikeldridge committed 97bec428:
minor edit to remove assumed constants from sample code

-
erikeldridge committed 026bb953:
minor edit to markdown syntax so usage steps align under list items

-
erikeldridge committed 07b7a91c:
minor edit to markdown syntax so usage steps align under list items

-
erikeldridge committed 491e24e5:
updated readme to clarify usage further, and include links to twitter's oauth docs and shuber's curl lib

-
erikeldridge committed 902991b1:
moved example.php --> example/yahoo.php

-
erikeldridge committed 434c91f7:
updated readme to clarify basic usage

-
erikeldridge committed f7614c0d:
updated yahoocurlwrapper to accept incl path as param to constructor
-
erikeldridge committed f3ea65df:
renamed example.php to yahoo.php to differentiate it from twitter.php

-
erikeldridge committed 1a77fca7:
updated standardoauthwrapper to accept param for oauth include path
-
erikeldridge committed ee83f2c1:
defined wrapper for shuber's curl lib
-
erikeldridge committed 4551e27b:
created example code for fetching a user's timeline

-
erikeldridge committed d41c31e0:
now refreshing access token
-
erikeldridge committed c70cb2d5:
added test for set() w/ empty array param
-
erikeldridge committed 2a055de7:
now allowing set() to receive an empty array for input because it's convenient to be able to comment out params w/o removing the array
-
erikeldridge committed 02564b9e:
now handling missing oauth.php file as exception w/ verbose messaging for user
-
erikeldridge committed e35a7008:
now handling missing yahoocurl.class.php file as exception w/ verbose messaging for user

-
erikeldridge committed 0d4bb944:
added sample code for seeing reqd constructor params

-
erikeldridge committed 6c3e9615:
fixed minor typo in interface name
-
erikeldridge committed 35890f30:
removed include path adjustments for now

-
erikeldridge committed aabb0200:
updated sample code to show panda object instantiation. otherwise there are only two lines of panda code
-
erikeldridge committed a5e39fe2:
updated to include new oauthpanda class file name

-
erikeldridge committed 5270708c:
temporarily moved these into oauthpanda class file

-
erikeldridge committed b3e17966:
add panda class file to repo temorarily in hacky attempt to rename file in mac's case-insensitive shell