Nice, does it work for GNU/Linux bash and Mac bash?
It should work since I didnāt use any other classes or structures. I havenāt tested on other OSes yet.
Not really related to programming at all, but my band and I are traveling up north to Detroit this weekend for an audition to be on āAmericas Got Talentā! Kind of a ridiculous show, and I donāt entirely know if I think we will make it past the first round, but itāll be lots of fun either way.
Make sure to get your performance uploaded and post a link!
Found that, for the second time now, I was mapping data to index values and not the actual dataā¦from now on Iām checking that first. :
@_basil I like the video, and the music you choseāwhat is the cut? The second thought was wondering if you had seen the work of āFlight404ā (Robert Hogdin) on Vimeo, which I recommend. BTW he is a big Processing user.
For me: yesterday I bought a refurbished laptop at a pretty good price:
Dell Latitude with 14" screen and i3 processor. Pretty light-weight so Iāll be able to do some work on long BART commutes and at coffee shops (when working at home requires a change in scenery). It runs the audio programming demos I have no problem, so I now have something to take to meetups!
So far today Iāve been working on parsing heightmap images to .obj files for use as models in my game. I could render and do physics in my game using heightmap data alone, but Iām really only converting it to a model for convenience. As you can see, so far it hasnāt been working out. But at least I have it rendering in a VBO now! (Lots of array index errors in the beginning since Java counts from 0 and .obj files count from 1, and it took a bit to notice that :))
UPDATE:
Iām one step closer!
Iāve done it! I finished my heightmap --> .obj parser! Now the question is do I release the code or not
Not that crazy, but at work Iām getting ready to push my projects to staging and a requirement we have here is to be able to check on the āhealthā of the application by hitting an endpoint. So, I created this little mini-service inside my service that monitors various components which you can access over the interwebs:
http://puu.sh/l9v8N/7929df0f72.png
Itās just kind of fun to make little diagnostic tools and be able to ācheck upā on my service as it runs Itās like a child monitor! Except⦠for code. I think this deployment is making me go a little crazy.
Just noticed āpercentage of healthy connectionsā should indicate āunhealthyā connections. More coffee will fix me, right?

Iāve done it! I finished my heightmap --> .obj parser! Now the question is do I release the code or not
Looking good there!
Sharing is caring so if you ask me Iāll say share it.
Of course itās up to you in the end.
Today I pretty much worked my seat off on multiplayer. Iām only doing plain old socket programming and Iām not using any network library of any sort (except for the java.net.* & the java.io.*) so itās pretty tough work.
Added colors to the output in TerminalWidget of SimplyCpp:
Also noticed the toolbar in the left of the widget?
Still Making Midi Player)
http://s4.postimg.org/t0lie1oxl/qqqq.jpg
So tired
Already want finish it and throw it on forum XD
(maybe someone needs it)
And start make Big engine refactoring ā because if I start it - it takes couple weeks or even month+
(want: make windows to external format like XML with color, font change etcā¦)
Need make in midi:
- wait note function ā to slow process song
- connect external midi device
- fix small bugs ā Some midi maps not loads
- GUI left as it is ā no one care ^^

Still Making Midi Player)
So tired
Already want finish it and throw it on forum XD
(maybe someone needs it)
Is it just a midi player, or also a piano roll composer?

Is it just a midi player, or also a piano roll composer?
Itās Player like Synthesia.
to teach Piano playing using Midi
You can Play using Keyboard - but canāt save files (for now ^^)
p.s for teach Piano playing I find out only Synthesia
and some function I donāt like in it, so I make my own
(Yes i want make changes in midi file and save it - but do it later)
Its ironical - because one from reasons that i make my own Synthesia is:
unable to change midi channel notes to auto play them
- and i donāt have file save XD, but i have channel + line auto play for now ^^
Finally got around to learning about 3D plane clipping. I moved the near plane further away from the camera so you can see the clipping in action!
Got my first sub-10 second solve, at 9.91! Very very exciting moment for me, as I think this is really the defining moment of me passing from a regular speedsolver into a nationally competitive one.
Also going in to have a talk with the director of the IT program of one of the top IT schools in the country in a few days!
Wrote a brute force distance field generator for use on fonts.
Input:
Output:
EDIT:
MY PROFILE IMAGE BROKE Q___Q
created/finished a procedural maze generator in lwjgl today:
hopefully when Iām done it will be a maze crawler game with monsters loot etc, but for now i have to figure out 3d collision(only done 2d based collision before)
so that will be whole lot of fun. /s