Skip to content

Instantly share code, notes, and snippets.

@Angles
Angles / AppleScript.plist
Created June 18, 2012 04:24
AppleScript for TextWrangler v2.0
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN"
"http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<!-- (ORIGINAL AUTHOR, ORIGINAL HEADER)
BBEdit Applescript Codeless Language Module.
Bill Hernandez <http://www.mac-specialist.com/>
Version 1.0.1
Updated - Monday, November 20, 2006 ( 6:41 PM )
Updated - Tuesday, November 21, 2006 ( 10:05 PM )
@Angles
Angles / Open-source-iOS-apps.md
Created July 25, 2012 19:21
real iOS apps with GitHub open source repos

Real iOS Apps in AppStore, with source on GitHub:

thanks 4 putting source for a noob to learn a little

I've used these:

@Angles
Angles / ObjC-app-code-verF4c.m
Created July 26, 2012 03:37
iOS app "Obj-C" recent code stuff
#import <Foundation/Foundation.h>
#import <math.h>
// ver F4c.m
// *********
// begin auxilary test logging object
// *********
// APLogObj Interface
@interface APLogObj : NSObject {
@Angles
Angles / some iOS browser URI launching JS snippets.js
Last active October 8, 2023 18:57
"Open In" Bookmarklets for iOS
/* WITH MODS TO ORIG -- iOS Browser Bookmarklets to launch other apps and stuff */
/* ver 2014-04-14a */
/* backing up my "Open In" bookmarks */
// note iOS6 requires some changes to these
// BEGIN TESTING STUFF -- IN PROFRESS LIKELY NOT WORKING
// SOME WORK, MOST tests are not WORK --
// PINNER APP TEST STUFF (as a private one)
// the page title as the title and your selected text as the description.
@Angles
Angles / google-GROUPS-font-sizer.css
Created July 30, 2012 21:29
Safari UserCSS - google GROUPS font sizer
/* https://groups.google.com*/
td {
font-size: 1.3em !important;
}
td div div div div div.GPKLX1XEJ {
font-size: 0.8em;
font-color: #C0C0C0;
}
div.GPKLX1XM0 div {
font-size: 1.3em;
@Angles
Angles / Lifehacker-Darker.css
Last active October 7, 2015 18:58
Safari UserCSS - Lifehacker Darker
/* Safari UserCSS - Lifehacker Darker */
/* http://(STAR).lifehacker.com/(STAR) */
/* BASED ON THIS WITH MODIFICATIONS */
/*
Darker Lifehacker
By zigboom
http://userstyles.org/styles/46651
*/
@Angles
Angles / Github-Dark-and-Grey.css
Last active February 6, 2020 08:41
Safari UserCSS - Github Dark and Grey
/* Github darker Grey */
/* https://(STAR).github.com/(STAR) */
/* BASED ON THIS WITH MODIFICATIONS */
/*
Dark Github
By JojoBoss
http://userstyles.org/styles/42119
*/
@Angles
Angles / sublimetext-better.css
Last active October 7, 2015 18:58
Safari UserCSS - sublimetext better
/* Safari USER CSS
sublimetext better
http://(STAR)sublimetext.com/(STAR)
http://(STAR).sublimetext.info/(STAR)
https://(STAR).wbond.net(STAR)
http://(STAR).wbond.net(STAR)
*/
body {
background-color: #F0F0F0 !important;
@Angles
Angles / Pandoc-darker.css
Created July 30, 2012 21:40
Safari UserCSS - Pandoc darker
/* http://johnmacfarlane.net/(STAR) */
html, body, div, td {
//background: #COCOCO;
//background: #D3D3D3;
//background: #DCDCDC;
//background: #F6F6F6;
background: #E8E8E8 !important;
}
@Angles
Angles / Tumbler-Darker.css
Created July 30, 2012 21:41
Safari UserCSS - Tumbler Darker
/* http://(STAR).tumblr.com/(STAR) */
#wrapper {
background-color: #D3D3D3 !important;
}
#content {
background-color: #D3D3D3 !important;
}
.post {
background-color: #D3D3D3 !important;