-
Apr 12 |
Java |
heathstein |
0
Recently I need the ability to view the actual memory allocation of a java object, in this case it was a LinkedHashMaps. The system I was working on was pulling large amounts of...
-
Oct 8 |
Uncategorized |
heathstein |
0
https://heathstein.github.io/random-collision The objective of the collision detection game is to see what happens when you give advantage to a few objects (in this case size)....
-
Oct 8 |
Angular |
heathstein |
1
Angular 2.o Playground is a Github Pages site I set up for learning Angular 2 and TypeScript. I will be trying to add a component and the source code weekly. View...
-
Jun 12 |
Uncategorized |
heathstein |
0
...
-
Jun 7 |
JavaScript, Uncategorized |
heathstein |
0
I first started playing around with virtual scrolling/rendering using angular1.x and ng-repeat. I made a directive that would calculate the scroll position, pull records from an...
-
May 14 |
Angular, JavaScript |
heathstein |
0
View Game The above screenshot is of a TicTacToe game built using Angular 2.0. The game has three settings Rookie, Pro, and “You Can’t Win”. The...