Skip to content

Instantly share code, notes, and snippets.

View shuaiscott's full-sized avatar
🙃

Scott Carlson shuaiscott

🙃
View GitHub Profile
@jake-b
jake-b / calyx_hotspot.txt
Created May 29, 2019 10:45
Instructions on transferring Calyx Hotspot to another device
To swap the device you need 3 things:
1. A Sprint device with a "Clean ESN" - "Clean ESN" means that it wasn't lost/stolen and also that it is not currently locked to another account or contract.
2. A compatible SIM card - A new Sprint device should come with a SIM card already installed. The SIM number is paired to the phone in Sprint's database. Also, Sprint has different SIMs that are only compatible with specific devices. You can't just swap the SIM from the original hotspot. If you buy used, and it doesn't have a SIM card. Sprint makes it difficult to find out which one you need.
3. The phone number of the existing Calyx hotspot. - One way to get this is to create an account on MySprint.sprint.com using the MEID of the original hotspot. This account will show you the phone number, but I don't think it will allow you to make any changes because you are not the billing contact/owner of the account.
With this information in hand, call Sprint Business Care at 800-927-2199 a
@matt-snider
matt-snider / README.md
Last active April 6, 2022 21:54
Daily XKCD Dashing Widget

Preview

Description

A Dashing widget that shows the current xkcd comic.

The widget will display the current comic if it was published today, and otherwise it will find a random one. This ensures there is a new comic shown every day.

Dependencies

The only dependency is json.

@snipe
snipe / inputrc
Created April 17, 2013 16:44
~/.inputrc for nice bash history up-arrows. This allows you to search through your history using the up and down arrows … i.e. type "cd /" and press the up arrow and you'll search through everything in your history that starts with "cd /". Create ~/.inputrc and fill it with this:
"\e[A": history-search-backward
"\e[B": history-search-forward
set show-all-if-ambiguous on
set completion-ignore-case on