Phoenix C. Enero
Phoenix C. Enero
This is pretty decent: http://lua.sqlite.org/ Gonna see if I can make SQLite3 work with that.
Okay, the `lsqlite3` library supports several features that make it a lot easier to write prepared statements, smarter queries and transaction. I'm gonna have to rewrite the typical approach used...
The size of these fonts are no different from a size of a full-width hero image header. I assume a person (mathematician, programmer, CS guy, etc.) willing enough to use...
Now that I think about it, that is better. That is what [Google uses for subsets](https://github.com/google/fonts/tree/master/tools/encodings).
So I was using the `fonttools` package. This command dumps the `cmap` tables of a font into a .ttx (XML) file. ``` bash ttx -t cmap Aileron-Black.woff ``` This seems...
Here's a new version of my script, now condensed into 1 .rb file: https://gist.github.com/phoenixenero/c8d40a390bb1acabcf9c It supports a `-f` flag, which takes in a file pattern glob (ex: `*.otf`, `fonts/*.woff`) as...
 Alright seems like my implementation is working! Outputs a table markup with the codes! I might need to sort these though, seems like the...
30-35 seconds to run.
@ChickenNuggers > Unless you want to reuse a variable name and define it in a local scope (which I personally really think is bad programming in general) it'd be safer...