0
I Use This!
Inactive

Commits : Listings

Analyzed about 16 hours ago. based on code collected about 19 hours ago.
Apr 25, 2023 — Apr 25, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
removing custom bootrap styles. More... about 11 years ago
Oh yea, I should remove the images too More... about 11 years ago
Removing twitter bootstrap & jquery as well as hero.html and about.html files. This work will continute in NodeFolio. More... about 11 years ago
adding almost identically sized profile pics for Jacques & I. More... about 11 years ago
forgot to include in the last commit. Removing form & dropdown from navbar. Setting about to about.html. More... about 11 years ago
Trimming nav bar, adding about page. More... about 11 years ago
messing around with twitter boostrap again. Adding the nav bar back. More... about 11 years ago
Complete removal of defunct Flatiron app framework. Running on port 1339. API calls commented out until we have a working API server. More... about 11 years ago
remove loggly More... about 11 years ago
Lots of sloppy changes to resurrect the server More... about 11 years ago
Pursiing the idea of a replay page prompted me to seperate the API logic from the Socket.io logic. Now this ia half done and not working on Nodejitsu, which requires one process per drone. I must rewrite. More... over 11 years ago
Adding Twitter Bootstrap so that our site can look great. More... over 11 years ago
initial version of standalone API server with tests via dscape/specify More... over 11 years ago
clients accurately display number of socket connections More... over 11 years ago
linkDistance, which determines when to establish a link between two nodes, is now a function of node radius More... over 11 years ago
cursor radius size is now determined by randomly assigned (on the server) radius of nodes More... over 11 years ago
Repulsion force of nodes is now a function of their radius. Nodes with radius < 10 are notably less repulsive than nodes with radius > 10. Link distance must be adjusted to be a function of node radius as well. More... over 11 years ago
Removing Shlock.toString() function. Updating package.json (manageed by jitsu More... over 11 years ago
node size is determined by the server as well More... over 11 years ago
Random color per client is implemented, however colors are often very similar. Need better color generation algorithm. More... over 11 years ago
Adding randomly generated color for session. Transmitted to client but not utilized More... over 11 years ago
Further reorganizing, commenting More... over 11 years ago
adding 1000ms update of server connections and socket clients. Display on force.html only More... over 11 years ago
Adding metrics on socket.io connect / disconnect in preparation for displaying number of connections to the clients. Improving calls to winston by using util.inspect. More... over 11 years ago
package.json checkpoint. This file is maintained by jitsu. More... over 11 years ago
Added many more comments to main.js More... over 11 years ago
Adding obvious start log message to help with jitsu log output More... over 11 years ago
Adding flexibility for different port numbers based on NODE_ENV variable. More... over 11 years ago
Modifying logging statements More... over 11 years ago
using array to eliminate 50 lines of code! Most satisfying commit in a while! More... over 11 years ago