Skip to content

Instantly share code, notes, and snippets.

View drikkes's full-sized avatar
🚌
< the Vengabus

-drik S. drikkes

🚌
< the Vengabus
View GitHub Profile
@LettError
LettError / typo.social.iconGenerator.py
Created May 25, 2023 10:13
icon generator for drawbot
side = 500
steps = 100
clrs = [(1,.6,0),(0,0.3,.2)]
stack = 1000
for r in range(2):
d = 300 * side
for i in range(steps):
newPage(side,side)
anonymous
anonymous / Twitter-new-fav-animation.markdown
Created January 8, 2015 14:07
Twitter new fav animation
@mhawksey
mhawksey / gist:7770536
Last active May 3, 2016 06:28
Google Apps Script code used in 'Keep your Twitter Archive fresh on Google Drive' http://mashe.hawksey.info/2013/01/sync-twitter-archive-with-google-drive/. To fix getContentAsString error open Tools > Script editor in your copy and replace the code with version below and test run the function updateArchive()
/*
Copyright 2013 Martin Hawksey
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software