- https://t.co/1FSFQUfp
- http://t.co/vJzKAzFs
- http://t.co/ncTxB5za
- http://t.co/klb4yNn7
- https://twitter.com/randomfrequency/status/244188321834758145
- https://www.lucidchart.com/
- google drawings (a part of google docs I never noticed somewhow)
- http://t.co/E5uMkjaP
- https://t.co/8w7ob5dc
- Emacs' Artist Mode
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import eventbrite | |
your_app_key = 'YOUR_APP_KEY_HERE' | |
your_user_key = 'YOUR_USER_KEY_HERE' | |
repeating_event_eid = 3919635736 | |
eb_client = eventbrite.EventbriteClient({'app_key': your_app_key, 'user_key': your_user_key}) | |
def convert_repeat_to_organizer_schedule(evnt): | |
#clear existing repeat_schedule | |
eb_client.event_update({'id': evnt['id'], 'repeat_schedule': 'clear'}) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Use Markdown, sometimes, in your HTML. | |
// @author Paul Irish <http://paulirish.com/> | |
// @link http://git.io/data-markdown | |
// @match * | |
// ==/UserScript== | |
// If you're not using this as a userscript just delete from this line up. It's cool, homey. |
NewerOlder