#spotify ad blocker
127.0.0.1 media-match.com
127.0.0.1 adclick.g.doublecklick.net
127.0.0.1 www.googleadservices.com
127.0.0.1 open.spotify.com
127.0.0.1 pagead2.googlesyndication.com
# this scripts add a input field at the top of your glyph window | |
# the input text is converted to a list of glyphs objects | |
# and set into the glyph editor | |
# jump around with `esc` and select to edit by hitting a glyph | |
from mojo.UI import GlyphSequenceEditText | |
from mojo.subscriber import Subscriber, registerGlyphEditorSubscriber | |
class GlyphLineController(Subscriber): |
#spotify ad blocker
127.0.0.1 media-match.com
127.0.0.1 adclick.g.doublecklick.net
127.0.0.1 www.googleadservices.com
127.0.0.1 open.spotify.com
127.0.0.1 pagead2.googlesyndication.com
<?xml version="1.0"?> | |
<keys name="Adobe Illustrator"> | |
<!-- | |
This file contains a profile of keyboard shortcuts for Inkscape | |
in the style of Adobe Illustrator. | |
See default.xml for more information. | |
--> |
var timer=100;document.querySelectorAll("div > input[type='checkbox']:checked").forEach((interest) => {setTimeout(function(){interest.click()},timer);timer+=2000;}); |
# define project name | |
PROJECT=replaceme-with-project-name | |
# define path to the font build directory for tests | |
FONT_DIR="/path/to/font/file/directory" | |
venv: | |
python3 -m venv ~/venv/$(PROJECT) | |
# can't activate and deactivate from Makefile | |
# because it runs new subshells for each |
Here is a succinct timeline of the events.
This help only covers the parts of GLSL ES that are relevant for Shadertoy. For the complete specification please have a look at GLSL ES specification
Version: WebGL 2.0
Arithmetic: ( ) + - ! * / %
Logical/Relatonal: ~ < > <= >= == != && ||
Bit Operators: & ^ | << >>
Comments: // /* */
Types: void
bool
int
uint
float
vec2
vec3
vec4
bvec2
bvec3
bvec4
ivec2
ivec3
ivec4
uvec2
uvec3
uvec4
mat2
mat3
mat4
mat?x?
sampler2D,
sampler3D
samplerCube
Format: float a = 1.0; int b = 1; uint i = 1U; int i = 0x1;
#!/usr/bin/env python | |
# -*- coding: utf-8 -*- | |
""" | |
Sublime Text 3 Pipenv virtualenv helper. | |
1. Automatically find and set Pipenv virtualenv for each opened Python file. | |
- It uses `pipenv --venv` command to find the virtualenv. | |
- It will add a 'virtualenv' setting, which is the full path to the virtualenv, |
w.r.t. my experience with defcon and ufoLib. Some of the functionality I discuss (notifications, etc.) definitely shouldn't go into fontTools however we ought to make fontTools.ufoLib "compatible" with these extra features. I'm sure we can do simple and versatile.
IMO fontTools.ufoLib should basically be written from scratch (with copy-pasting here and there) since ufoLib/defcon have significant bloat and apparently we want to use lxml.