Skip to content

Instantly share code, notes, and snippets.

View santoshbt's full-sized avatar

santosh santoshbt

  • Redhill, UK
View GitHub Profile
{
"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",
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