Pinned Repositories
bento
Simple PHP micro-framework
clio
Lightweight utility and helper classes for PHP CLI applications
coding-challenges
dabble
Lightweight wrapper and collection of helpers for MySQLi
deco
Simple static site generator
flow
Fast PHP templating engine
rein
Stupidly-simple PHP test runner and reporter
strscan-php
Simple PHP string tokenizer for lexical scanning operations
webcetera
Collection of PHP helper functions
nramenta's Repositories
nramenta/clio
Lightweight utility and helper classes for PHP CLI applications
nramenta/flow
Fast PHP templating engine
nramenta/bento
Simple PHP micro-framework
nramenta/strscan-php
Simple PHP string tokenizer for lexical scanning operations
nramenta/dabble
Lightweight wrapper and collection of helpers for MySQLi
nramenta/rein
Stupidly-simple PHP test runner and reporter
nramenta/webcetera
Collection of PHP helper functions
nramenta/deco
Simple static site generator
nramenta/coding-challenges
nramenta/dotvim
Vim configuration
nramenta/euler
Solutions to Project Euler problems
nramenta/github-test
Test repository
nramenta/grid.less
The smallest LESS grid in the world
nramenta/Imports-in-Python
:snake: :page_facing_up: :pencil2: I wrote a guide to help myself better understand how importing works in Python. The guide talks about Regular, Local, Optional, Circular, and Shadowed imports. The guide also covers how to import from Packages with or without the __init__.py file.