0
I Use This!
Inactive

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Aug 26, 2024 — Aug 26, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added wx as an application dependency. More... about 12 years ago
Renamed the module name to match what it's called in the app files. More... about 12 years ago
Remove compilation warnings. More... about 12 years ago
Retrieve is no longer what's used to retrieve the walk, it's just a gen_server call. More... about 12 years ago
Walk doesn't send the client's pid anymore. More... about 12 years ago
Remove the old Right/Left/Value variables and replaced them with the State record lookups. More... about 12 years ago
Use proper defaults for the record so we can easily check for unintialized nodes. More... about 12 years ago
Export all the api level functions. More... about 12 years ago
Fixed up the syntax error in the dotapp file. More... about 12 years ago
Added the application startup module. More... about 12 years ago
Ignore the buildable files. More... about 12 years ago
Added the dot app file for the binary tree application. More... about 12 years ago
Added meta-application things like Makefile, rebar and relx conf files to the binary tree application. More... about 12 years ago
Whitespace. More... about 12 years ago
Fixed line-endings. More... about 12 years ago
moved to the more OTP application style directory layout for binary tree. More... about 12 years ago
Reworked binarytree to an OTP style application. More... about 12 years ago
Whitespace. More... about 12 years ago
Moved the binary tree into it's own directory to move to the OTP Application structure. More... about 12 years ago
Moved the binary tree into it's own directory to move to the OTP Application structure. More... about 12 years ago
Make a bounds check when killing/spawning neighbours. More... about 12 years ago
Take a pointer to the board when updating it so it'll be visible outside the function. More... about 12 years ago
Made the board smaller. More... about 12 years ago
Added a clearscreen function. More... about 12 years ago
Whitespace. More... about 12 years ago
Draw the board at the right time. More... about 12 years ago
Added gameoflife in Go. More... about 12 years ago
Merge branch 'master' of github.com:AeroNotix/algostructure More... about 12 years ago
Whitespace. More... about 12 years ago
Added bubblesort. More... about 12 years ago