THIS GIST WAS MOVED TO TERMSTANDARD/COLORS
REPOSITORY.
PLEASE ASK YOUR QUESTIONS OR ADD ANY SUGGESTIONS AS A REPOSITORY ISSUES OR PULL REQUESTS INSTEAD!
#!/usr/bin/ruby | |
############################################################################## | |
### getpinboard.rb by Brett Terpstra, 2011 <http://brettterpstra.com> | |
### Retrieves Pinboard.in bookmarks, saves as local .webloc files for | |
### Spotlight searching. | |
### | |
### Optionally adds OpenMeta tags and/or saves page as PDF (see config below) | |
### Use -r [NUMBER OF DAYS] to reset the "last_checked" timestamp (primarily | |
### for debugging). | |
### |
THIS GIST WAS MOVED TO TERMSTANDARD/COLORS
REPOSITORY.
PLEASE ASK YOUR QUESTIONS OR ADD ANY SUGGESTIONS AS A REPOSITORY ISSUES OR PULL REQUESTS INSTEAD!
#!/usr/bin/env perl | |
# | |
# http://daringfireball.net/2007/03/javascript_bookmarklet_builder | |
use strict; | |
use warnings; | |
use URI::Escape qw(uri_escape_utf8); | |
use open IO => ":utf8", # UTF8 by default | |
":std"; # Apply to STDIN/STDOUT/STDERR |
# Compiled source # | |
################### | |
*.com | |
*.class | |
*.dll | |
*.exe | |
*.o | |
*.so | |
# Packages # |
2015-07-29 13:38:16 -0600 | |
./configure | |
--prefix=/usr/local/Cellar/php56/5.6.11_2 | |
--localstatedir=/usr/local/var | |
--sysconfdir=/usr/local/etc/php/5.6 | |
--with-config-file-path=/usr/local/etc/php/5.6 | |
--with-config-file-scan-dir=/usr/local/etc/php/5.6/conf.d | |
--mandir=/usr/local/Cellar/php56/5.6.11_2/share/man | |
--enable-bcmath |
Revised: 2019-11-28 16:16 GMT-6
This is a list of the key resources I have found useful. If you know of others, please post in a comment below, and I will add to this list.
I have tried to order this list in the order that, to me, is best for learning JXA from scratch. We all learn a bit diferently, so adjust to suit your style/needs. Please post if you have suggestions on learning JXA.
#!/usr/bin/env python | |
# encoding: utf-8 | |
# vim: ft=python | |
# | |
# tag.py | |
# | |
# Copyright (c) 2015 Dean Jackson <[email protected]> | |
# | |
# MIT Licence. See http://opensource.org/licenses/MIT | |
# |
<%* | |
/* | |
# MetaEdit | |
Made by Christian B. B. Houmann | |
Discord: Chhrriissyy#6548 | |
Twitter: [https://twitter.com/chrisbbh](https://twitter.com/chrisbbh) | |
Feel free to @ me if you have any questions. | |
Link to Gist: [Quick edit for YAML properties and Dataview inline fields · GitHub](https://gist.github.com/chhoumann/2a90b203a4faaa35971a83f9e7f29d99) | |
Use that to check for updates. :) |