Skip to content

Instantly share code, notes, and snippets.

View jacobwilson41's full-sized avatar
🎯
Focusing

Jacob Wilson jacobwilson41

🎯
Focusing
  • Wildfire Systems, Inc.
  • Boise, Idaho
  • 05:36 (UTC -12:00)
View GitHub Profile
if (window.parent !== window) {
window.__REACT_DEVTOOLS_GLOBAL_HOOK__ = window.parent.__REACT_DEVTOOLS_GLOBAL_HOOK__;
}
@jacobwilson41
jacobwilson41 / coolfile.txt
Created April 6, 2020 19:40
Postgres query
songs=# SELECT * from songs WHERE id = 10000000;
id | songtitle | artistname | albumcover | songurl
----------+-----------+------------+-------------------------------------------------------------------------------------------+--------------------------------------------------------------------------
10000000 | Ukulele | Tom Misch | https://hr-sdc-assets.s3.us-east-2.amazonaws.com/album-covers/microphone-1209816_640.jpg | https://hr-sdc-assets.s3.us-east-2.amazonaws.com/songs/bensound-hey.mp3
(1 row)
(END)