Skip to content

Instantly share code, notes, and snippets.

View prastut's full-sized avatar
🕊️
In a hyperactive world - stillness is the deepest rebellion.

Prastut Kumar prastut

🕊️
In a hyperactive world - stillness is the deepest rebellion.
View GitHub Profile
@prastut
prastut / script
Created October 17, 2020 05:40
Comparison of Filecoin storing 1GB/year with Amazon S3
# Comparison of Filecoin storing 1GB/year with Amazon S3
## Filecoin
### Controls
deals_array = 2500
total_GB_stored_in_deals_array = 2,470.018 GB
total_FIL_paid_in_deals_array = 3.978
@prastut
prastut / ga-get-resource.js
Created July 26, 2017 18:30
Filter GA requests
var page = require('webpage').create(),
system = require('system'),
fs = require('fs'),
file = 'data.json',
address;
// how long should we wait for the page to load before we exit
// in ms
var WAIT_TIME = 1000;