Skip to content

Instantly share code, notes, and snippets.

@spchamp
spchamp / evernote_sample.py
Last active September 2, 2024 23:29
Evernote sample code (Python 3)
# Python OAuth example
#
# an adaptation of earlier sample code https://stackoverflow.com/q/71564457/1061095
#
# see also: https://github.com/spchamp/evernote-py3
#
# Documentation, Oauth 1 in Evernote
# https://dev.evernote.com/doc/articles/authentication.php
#
# Usage:
@kzaremski
kzaremski / AppleNotesExporter.applescript
Last active October 15, 2025 16:06
Apple Notes Exporter Script (AppleScript)
--
-- ** AppleNotesExporter **
-- -- Easily export Apple notes to standard encoding HTML preserving directory structure
--
-- Copyright 2022 Konstantin Zaremski
--
-- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
-- documentation files (the "Software"), to deal in the Software without restriction, including without limitation
-- the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software,
-- and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
@erikh
erikh / hack.sh
Created March 31, 2012 07:02 — forked from DAddYE/hack.sh
OSX For Hackers
#!/usr/bin/env sh
##
# This is script with usefull tips taken from:
# https://github.com/mathiasbynens/dotfiles/blob/master/.osx
#
# install it:
# curl -sL https://raw.github.com/gist/2108403/hack.sh | sh
#
@robflaherty
robflaherty / csv-to-json.php
Created September 1, 2011 02:26
Convert CSV to JSON
<?php
/*
* Converts CSV to JSON
* Example uses Google Spreadsheet CSV feed
* csvToArray function I think I found on php.net
*/
header('Content-type: application/json');
// Set your CSV feed