Skip to content

Instantly share code, notes, and snippets.

@Angles
Angles / HISTIGNORE-info.txt
Created August 6, 2012 11:03
HISTIGNORE what's the deal
###
####### HISTIGNORE #######
###
# examples from interwebs, noob dot file notes
#export HISTIGNORE='pwd:exit:fg:bg:top:clear'
# (if try to erasedups do not ignore things want 2 pune but on OSX it no workie)
# ignore things that start with a space, and ignore the exit command
#HISTIGNORE='[ \t]*:exit'
# some slashdot dudes says
#export HISTIGNORE="&:ls:[bf]g:exit:pwd:clear:mount:umount:[ \t]*"
@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 / Regex-In-Textastic.md
Last active July 5, 2023 11:33
Regex in Textastic iOS app info I use to remind myself of stuff.

REGEX IN TEXTASTIC

and Workflow iOS apps

ver. 160719_c

NOTE: this is a backup of my own notes.

  1. switch on "Regular Expressions"

  2. now you can go back and use regular expressions

@Angles
Angles / Why Safari User CSS gists.md
Created July 30, 2012 22:03
Safari User CSS gists
@Angles
Angles / iOSTextExpansionOOPS.md
Last active July 21, 2021 08:33
iOS so-call (text) keyboard shorts which is text expansion can be a pain

iCloud Documents and Data Sharing

NOTE: this is from pre-iCloud Drive era, I do not know if still applies

FYI unrelated info, iOS 8 has "lexicon pairs for custom keyboards" for example, this dev doc,
requestSupplementaryLexiconWithCompletion

Back to original gist, Doc and Data sharing and keyboard expansion

iCloud What is one thing you can not turn off?

*Summary: iOS/OSX text expansion snippets - On iOS called "Keyboard Shortcuts",

@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 / 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 / unicode-bidirectional-stuff.html
Last active June 16, 2017 17:58
Unicode bidirectional stuff
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="Content-Style-Type" content="text/css">
<title>UNICODE BIDIRECTIONAL STUFF</title>
<meta name="Generator" content="Cocoa HTML Writer">
<style type="text/css">
p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 32.0px 'Helvetica Neue'; color: #efefef; -webkit-text-stroke: #efefef}
p.p2 {margin: 0.0px 0.0px 0.0px 0.0px; font: 16.0px 'Helvetica Neue'; color: #efefef; -webkit-text-stroke: #efefef}
@Angles
Angles / unicode-dash-hyphens.html
Last active February 3, 2016 23:59
Unicode dash hyphen stuff
<html>
<head>
<title>Dash Hyphen Unicode chars</title>
<style>
pre, code {
font-family: "SourceSansPro-Regular", "DejaVuSansMono", monospace;
}
a {
color: #A2BDE0;
text-decoration:none;