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
namespace :load do | |
ZIP_CODE_DATA_URL = 'http://www.census.gov/tiger/tms/gazetteer/zips.txt' | |
# Swiped from ActiveRecord migrations.rb | |
def announce(message) | |
length = [0, 75 - message.length].max | |
puts "== %s %s" % [message, "=" * length] | |
end |
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
{ | |
"public_identifier": "santoshbt", | |
"profile_pic_url": "https://s3.us-west-000.backblazeb2.com/proxycurl/person/santoshbt/profile?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=0004d7f56a0400b0000000001%2F20230924%2Fus-west-000%2Fs3%2Faws4_request&X-Amz-Date=20230924T133052Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=f3038d702ba3e1a2e87e3e62651e468bad1f662275a00f8583d9f26c712bd004", | |
"background_cover_image_url": null, | |
"first_name": "Santosh", | |
"last_name": "Turamari", | |
"full_name": "Santosh Turamari", | |
"follower_count": null, | |
"occupation": "Associate Consultant at Tata Consultancy Services", | |
"headline": "Associate Consultant at Tata Consultancy Services", |