Skip to content

Instantly share code, notes, and snippets.

@nomatteus
nomatteus / format_html.py
Created October 17, 2011 16:00
Format HTML Using Python (Non-destructive, unlike HTML Tidy)
##
# This is a quick script that will format/indent HTML
# HTML Tidy is often too destructive, especially with bad HTML, so we're using Beautiful Soup
##
# USAGE: Designed to be used on the command line, just pipe HTML to it, and it will output
# cat file.html | python format_html.py
###
# Download & Install Beautiful Soup, if you don't have it already:
# Go to the Beautiful Soup web site, http://www.crummy.com/software/BeautifulSoup/
# Download the package
@nomatteus
nomatteus / environment.yml
Created September 15, 2019 14:12
Her Code Camp Notebooks
name: example-environment
channels:
- conda-forge
dependencies:
- python
- numpy
- graphviz
- pip:
- nbgitpuller
- sphinx-gallery
@nomatteus
nomatteus / .slate
Created January 28, 2019 20:44
Slate window manager config. https://github.com/jigish/slate
# Slate is a flexible window management system.
# See docs: https://github.com/jigish/slate
# Also see: http://thume.ca/howto/2012/11/19/using-slate/#configuration
config defaultToCurrentScreen true
# Abstract positions
alias full move screenOriginX;screenOriginY screenSizeX;screenSizeY
alias lefthalf move screenOriginX;screenOriginY screenSizeX/2;screenSizeY
alias righthalf move screenOriginX+screenSizeX/2;screenOriginY screenSizeX/2;screenSizeY
@nomatteus
nomatteus / TWG Breakfast Mix.md
Last active September 13, 2018 14:26
TWG Breakfast Mix

Ingredients

~3 parts each:

  • Hemp Hearts
  • Buckwheat (toasted)
  • Chia Seeds

~1 part each:

@nomatteus
nomatteus / fullcalendar.1.6.4.js
Last active May 19, 2018 12:05
FullCalendar Vertical Week View
/*!
* FullCalendar v1.6.4
* Docs & License: http://arshaw.com/fullcalendar/
* (c) 2013 Adam Shaw
*/
/*
* Use fullcalendar.css for basic styling.
* For event drag & drop, requires jQuery UI draggable.
* For event resizing, requires jQuery UI resizable.
@nomatteus
nomatteus / fullcalendar.js
Last active December 25, 2015 02:19
FullCalendar with vertical week view (better version)
/*!
* <%= meta.title %> v<%= meta.version %>
* Docs & License: <%= meta.homepage %>
* (c) <%= meta.copyright %>
*/
/*
* Use fullcalendar.css for basic styling.
* For event drag & drop, requires jQuery UI draggable.
* For event resizing, requires jQuery UI resizable.
@nomatteus
nomatteus / psql.md
Created July 22, 2013 14:28
Learning how to use psql instead of pgAdmin (mostly), and these are the command I want to remember.

Useful psql commands:

How to start/quit the program

  • $ psql database_name: Start psql with database name.
  • \q: Quit psql

General

  • \l: List all databases
@nomatteus
nomatteus / pgAdmin Keyboard Shortcuts.md
Last active December 17, 2015 09:08
pgAdmin Useful Keyboard Shortcuts (on Mac) (work in progress...)

commmand-e:

  • Opens Query Editor (Only works when in main view)

function-f5:

  • In query editor, executes query.
  • In table view, refreshes table.
  • In main view, executes whatever is highlighted (tables, columns, etc)
@nomatteus
nomatteus / gist:5148606
Created March 13, 2013 01:16
Code to animate a search bar out of view after a few seconds.
// ANIMATE SEARCH BAR AWAY
// This code is in a table view class.
// Idea was to show the search bar, to let the user know it exists, then animate it away after a couple seconds.
// This code works great, but I took the feature out, and just showed the search bar persistently.
- (void)setupSearchBar {
// Hide search bar after a couple seconds, to let user know it's there.
[self performSelector:@selector(animateHideSearchBar) withObject:nil afterDelay:2.5];
}
FOR IMMEDIATE RELEASE

## AppName vX.X does something interesting

AppName vX.X is on the App Store now, and features the following very interesting feature. This is a summary, so I'm focusing on the lead. Just something to make me want to read the rest. Done.

City, State/Country - [Company/Developer] has released AppName vX.X, available in the Mac App Store. AppName is/does [broad, general strokes]. [A few more specific points about who it's for and why it's of benefit to them].

New features!