subscripts
There are 10 repositories under subscripts topic.
ldn-softdev/jtc
JSON processing utility
samualtnorman/hackmud-environment
Scripting environment for hackmud with minification, autocompletes / intellisense, and TypeScript support.
orchetect/PListKit
Swift library for easily reading/writing plist (Property List) files.
RyanHilbert/US-Universal-Keyboard-Layout
A native Windows keyboard layout that allows for simple typing of complex characters.
stdlib-js/ndarray-base-next-cartesian-index
Return the next Cartesian index (i.e., set of subscripts/dimension indices).
stdlib-js/ndarray-iter-entries
Create an iterator which returns [index, value] pairs for each element in a provided ndarray.
stdlib-js/ndarray-iter-indices
Create an iterator which returns indices for use indexing into an ndarray having a specified shape.
stdlib-js/ndarray-iter-matrix-entries
Create an iterator which returns [index, matrix] pairs for each matrix in a stack of matrices.
EP2nd/100_Days_of_Swift-Project_24-Swift_Strings
The 24th project of "100 Days of Swift" tutorial course from Paul Hudson's "Hacking with Swift" website. The project is a broader introduction to String and its methods, extension creation, NSAttributedString etc. A complete playground project, including solutions to all the challenges.
RougeWare/Swift-String-Integer-Access
I hate how Swift `String`s don't let you access their characters with `Int`s. This package lets you do just that.