June 18th, 2018
Posted by pftq

Price Lookup via Cryptocurrency Screener

Extra benefit of the Cryptocurrency Screener sheet I shared earlier in the year is that you can use it to lookup prices without API limits (which @jbuty's plugin seems to hit).

Below are sample formulas you can use in Google Sheet to query my sheet for cryptocurrency prices:

1. Lookup via Cryptocurrency Screener sheet only (if you don't want to install any plugins):
Quote
=IFERROR(INDEX(QUERY(IMPORTRANGE(
"https://docs.google.com/spreadsheets/d/12iLyLbSI2odBy4uAIXEm7bLCTds0SApKjsso9UKJ25Q/", "Screener!A:C"), "SELECT Col3 WHERE Col2='BTC'"), 2), 0)

2. Lookup via both Cryptocurrency Screener and CryptoFinance plugin (latter being backup to minimize quota use):
Quote
=IFERROR(INDEX(QUERY(IMPORTRANGE(
"https://docs.google.com/spreadsheets/d/12iLyLbSI2odBy4uAIXEm7bLCTds0SApKjsso9UKJ25Q/", "Screener!A:C"), "SELECT Col3 WHERE Col2='BTC'"), 2), IFERROR(CRYPTOFINANCE( "BTC", "price") , 0))
573 unique view(s)
May 16th, 2018
Posted by pftq

Poststorm (Piano)

Short piano improvisation inspired by the lightning storm going on outside while it's still sunny.

723 unique view(s)
April 11th, 2018
Posted by pftq

Anuwera (Piano Solo vers.)

Short piano solo improvisation derived from the base melody in my earlier Anuwera piece. Played in parts and cleaned up in FL Studio. Can't escape the feeling that I've heard the melody before elsewhere, so if anyone's heard it before, let me know. It might also just be stereotypical fantasy/medieval motifs.

1073 unique view(s)
January 11th, 2018
Posted by pftq

Cryptocurrency Screener

Here's a Google Sheet I put together for monitoring and screening #cryptocurrencies on volume, marketcap, and social media.

Thanks to @jbuty for the CryptoFinance add-on.

#bitcoin #btc #eth #xrp #crypto
1201 unique view(s)
November 11th, 2017
Posted by pftq

Heart of Forma OST Remastered

After a year, I've gone and remastered the Heart of Forma soundtrack, particularly in the latter half.  You should notice more space generally and cleaner stereo separation (rather than all the sound maxed in both ears).


Heart of Forma OST

The older version is available here for comparison:
https://youtu.be/fFgonMgejdU
1218 unique view(s)