PHP Sort Algorithms
A play to implement some sorting algorithms PHP.
Not built for speed. Built to understand functionality. You would better off using internal sorting algorithms for speed.
A play to implement some sorting algorithms PHP.
Not built for speed. Built to understand functionality. You would better off using internal sorting algorithms for speed.
A legacy application in PHP. It is a monster. It has the php looping inside database until all the data has loaded. No primary keys on the tables. It is scary. It is going slow, and there is no other way than to continue building.Over...
What a pretty little world we have created for ourselves. Dependency Injection and Package Management are the basis for development in the modern era - I am feeling poetic today. What happens if we can have one package management solution, running another package management solution,...
Last time while taking a break - like I needed one of those - I thought that a name change was in order. This whole thing, I am calling The 24 Hour Startup. Changing the name of the challenge seems like a nice iteration to...
Today I start the 48 Hour Application. A project idea, and a time-limited application.You may wonder why I am tightening the deadlines, rather than extending them. Tight deadlines can mean a mismanaged project. Tight deadlines could mean that somewhere along the line either a task...
Using Twig and Angular together causes problems with the rendering of variables. The variable definitions are the same in both languages, using a pair of curly braces {{ }} to define the variables to render.When defining a variable with Angular, Twig will try and render...
It is a normal thing to happen; update OSX and destroy the local development environment. I updated to OSX Mavericks and phpunit, pear and my apache server all stopped working. This is how I corrected it.
...Install phing on Mac OS X