Skip to content

Instantly share code, notes, and snippets.

View eligundry's full-sized avatar
πŸ§₯
3 junior developers stacked upon each other in a trench coat

Eli Gundry eligundry

πŸ§₯
3 junior developers stacked upon each other in a trench coat
View GitHub Profile
@eligundry
eligundry / sample.py
Last active December 1, 2015 21:54
Python Correctly Trim Decimals
import decimal
def trim_decimal(value):
if isinstance(value, (decimal.Decimal, float)):
# I think format was something Django specific, because I don't know where it came from or what it does.
value = format(value, 'f')
s = str(value)
return s.rstrip('0').rstrip('.') if '.' in s else s
@eligundry
eligundry / keybase.md
Created September 28, 2016 04:24
keybase.md

Keybase proof

I hereby claim:

  • I am eligundry on github.
  • I am eligundry (https://keybase.io/eligundry) on keybase.
  • I have a public key whose fingerprint is B05C 707D 991F 1E5F FCCF FDC2 6BA2 E3B5 B281 BE37

To claim this, I am signing this object:

This year, I discovered the magic that is Spotify's discover tab. I found so many great albums that I had no idea existed. As a result, many of the best albums I listened to this year didn't come out in 2016, so these are the best albums I listened to this year.

  1. Nxworries - Yes Lawd

    Anderson .Paak probably had the best 2016 of pretty much anyone on the planet (seriously, find me someone who had a better 2016). Malibu was hot, every single one of his features was on point, and dude just seemed like he was

@eligundry
eligundry / beer-design.md
Created December 22, 2016 15:12
Top 7 Beer Designs

Top 10 Beer Designs

1. Genese Cream Ale

Classic 3 color design. They actually switched to this in the past 5 years, before they had this Budwiser looking can that I wasn't into.

Genese Cream Can

2. Miller High Life Bottle

@eligundry
eligundry / input.js
Created February 19, 2017 00:07
JS Unicode Splay
unicode_str = 'πŸ€€πŸ€πŸ€‚πŸ€ƒπŸ€„πŸ€…πŸ€†πŸ€‡πŸ€ˆπŸ€‰πŸ€ŠπŸ€‹πŸ€ŒπŸ€πŸ€ŽπŸ€πŸ€πŸ€‘πŸ€’πŸ€“πŸ€”πŸ€•πŸ€–πŸ€—πŸ€˜πŸ€™πŸ€šπŸ€›πŸ€œπŸ€πŸ€žπŸ€ŸπŸ€ πŸ€‘πŸ€’'
splat = [...unicode_str];
{
"basics": {
"name": "Thomas Edison",
"label": "Inventor and Businessman",
"picture": "https://example.com/photo.jpg",
"email": "thomas.edison@example.com",
"phone": "(123) 456-7890",
"url": "https://thomasedison.com",
"summary": "Prolific inventor and businessman known for developing many devices that greatly influenced life around the world, including the phonograph, the motion picture camera, and the electric light bulb.",
"location": {