This file contains 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
#!/bin/bash | |
# whiteout.sh - Clean up the whitespace in a file | |
# | |
# Author: Cameron Desautels <[email protected]> | |
# Date: 2012-02-12 20:25:08 | |
if [ -z "$1" ] | |
then | |
echo "Usage: `basename $0` file [...]" 1>&2 | |
exit 1 |
This file contains 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
{ | |
"about_me": "I love politics, art museums, and soccer.", | |
"address": "3308 Red River Apt 106", | |
"city": "Austin", | |
"first_name": "Amy", | |
"last_login": "2011-08-05T18:53:07Z", | |
"id": 1918, | |
"state": "TX", | |
"country": "US", | |
"last_name": "Tallon", |
This file contains 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
[ | |
{ | |
"about_me": "I love gardening, but I especially enjoy taking care of flowers such as tulips, my favorite!", | |
"address": "3308 Red River Apt 106", | |
"city": "Austin", | |
"last_login": "2011-05-13T15:38:11Z", | |
"username": "demo", | |
"id": 1834, | |
"phone_number": "214-682-0000", | |
"last_name": "Williams", |
This file contains 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
{ | |
"org_ids": [19, 225, (...)], | |
"about_me": "I love politics, art museums, and soccer.", | |
"address": "3308 Red River Apt 106", | |
"city": "Austin", | |
"last_login": "2011-08-05T13:53:07Z", | |
"username": "demo_user_0007", | |
"id": 1918, | |
"profile_responses": [ | |
{ |
This file contains 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
[ | |
{ | |
"created_at": "2007-04-06T20:34:42Z", | |
"alternate_id": null, | |
"member_count": 110, | |
"long_name": "Accounting Society", | |
"category": { | |
"name": "Alumni", | |
"id": 1362 | |
}, |
This file contains 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
{ | |
"description": "To serve the student body and help the campus grow as a whole.", | |
"groups": [ | |
{ | |
"name": "1st Floor Family", | |
"account_ids": [ | |
1918 | |
], | |
"id": 238468 | |
}, |
This file contains 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
{"success":true} |
This file contains 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
[ | |
{ | |
"name": "Test", | |
"description": "", | |
"umbrella_category": null, | |
"location": "There is no location entered for this event.", | |
"org_id": 225, | |
"is_approved": true, | |
"occurrences": [ | |
{ |
This file contains 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
[ | |
{ | |
"name": "Membership Application", | |
"is_published": true, | |
"category": { | |
"name": "General", | |
"id": 16 | |
}, | |
"id": 29, | |
"ends_at": "2007-10-04T21:15:00Z", |
This file contains 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
{ | |
"submission_count": 3, | |
"form_pages_count": 1, | |
"ends_at": null, | |
"description": "This is a sample form used to demo the OrgSync forms API.", | |
"org_id": 285, | |
"submission_limit": 0, | |
"category": { | |
"name": "General", | |
"id": 306 |
OlderNewer