These steps where found here: https://apple.stackexchange.com/questions/222917/how-do-i-use-ffmpeg-to-convert-audible-files/243670#243670
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
Simple Python script to count word frequency in a given text document. | |
Started from | |
https://www.geeksforgeeks.org/python-count-occurrences-of-each-word-in-given-text-file/ | |
Usage: Update the file path below, then run in the command line. | |
""" | |
# Relative path to a .txt file |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
Script to create an image of a glyph in the current layer. | |
Instructions: | |
- Use within the Drawbot plugin of GlyphsApp. | |
- Get this plugin via Window > Plugin Manager, then search for "Drawbot" and install it. | |
- Then, go to File > New Drawbot, and paste in this code and run it. | |
- You may need to restart glyphs for the Plugin to work. | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I went on a first date with this guy; I didn’t know what to say to him? | |
What is the first song that comes to mind when I say the word “party”? | |
Can birds get allergies? | |
Why did my gf who said she loved me cheat on me rite in fornt of me and not care? | |
How long does it take to get THC out of your system if you only smoke on the weekends? | |
My girlfriend threw my dog off my balcony when I broke up with her Im not sure what to do? | |
Can toenails be swallowed? | |
Is it okay to bring jelly beans on a plane? | |
is masturbation create problem? | |
I’m in LOVE with Krista from Fern Gully. Are there any websites devoted to her? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="UTF-8" /> | |
<title>Twitter Archive Browser</title> | |
<script src="https://unpkg.com/react@16/umd/react.development.js"></script> | |
<script src="https://unpkg.com/react-dom@16/umd/react-dom.development.js"></script> | |
<script src="https://unpkg.com/[email protected]/babel.min.js"></script> | |
<style> |
Custom Parameter | Objects | Type |
---|---|---|
ascender | master | unicode |
Autohint | instance | int |
Axes | font | list |
Axis Location | master | list |
blueScale | font | float |
blueShift | font | int |
capHeight | master | unicode |
CJK Grid | master | int |
-
Kinesis Freestyle (Terrible key switches. Mushy and un-lovable)
-
Kinesis Freestyle Edge (Traditional layout with too many keys, mech switches, proably too big to be tented easily/properly)
-
Matias Ergo Pro (Looks pretty great. Have not tried.)
-
ErgoDox Kit (Currently, my everyday keyboard. Can buy pre-assembled on eBay.)
-
ErgoDox EZ (Prolly the best option for most people.)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# compareGlyphOrders.py | |
""" | |
Compare all open fonts glyphOrder to the current font's. | |
""" | |
current = CurrentFont() | |
fonts = AllFonts()[1:] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from robofab.interface.all.dialogs import SelectFont | |
markCounterpartsOfMissing = (1, 0, 0, 1) | |
# mark color for glyphs missing in the other font | |
# set to None for none, otherwise (r, g, b, a) tuple | |
f1 = SelectFont("Select 'Master' font:") | |
f2 = SelectFont("Select font to compare:") | |
if f1 is not None and f2 is not None: |
NewerOlder