Details
-
SkillsC/C++, C#, Java, Ruby, Xamarin, Verilog
-
LocationWaco, TX
Joined devRant on 11/11/2016
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
-
@grosten oh I didn't know about this scholarship deal, that makes more sense now :)
-
@grosten I agree the price is a bit ridiculous, but I'm curious why you need to buy the account to develop?
You can use simulator for free and Apple actually allows you to build to one device for free, unless you plan on publishing you don't need it :) -
@diadev just used Matlab for hopefully the last time this last week... Graduation :D
-
Can I plus plus again? Though I think the spread of java is the .NET we deserve :(
-
Matlab... Oh no... O.o
-
I do believe one inspired the other
-
@thejohnhoffer True.... You could do it for integers by switching signed to unsigned and back again, but you run into an issue on floats :/
-
Ya I think it's hashed somehow
-
This feature exists, but I think it might need to be a pixel by pixel match, and is only held for a number of days
-
@rusty-hacker just normalize the numbers to be positive :) then undo it afterwards
-
You can make a queue out of 2 stacks and a stack out of 2 queues :) maybe it's referring to a queue implemented with 2 stacks.... Maybe
-
@dots this one is a knock off too
-
^ is rarely "to the power of"
Lol that was an annoying one, I use Matlab a lot, where this is the power operator xD -
@FitzSuperUser I think you said that backwards?
-
I'm ambi
-
Unless the code in the infinite loop has an error :P or throws an exception
-
I know that a vanilla install of osx mavericks does definitely not exist as a VMware PC guest somewhere on the Internet...
Some searching required ;P -
Where's the problem here? :P
-
What about the camera that took this picture? o.o
You can see it.. It's just ridiculous xD -
I had my thesis defense this last Monday... I can't decide if I'm happy or sad I did not see this before then
-
@filthyranter I'd really love to make it for Android and iOS row, however Im not sure how to do that properly without tetris being mad, I may need to do some research
-
@reticentroot it was only coded for windows and is slightly finicky :( tetris also is super touchy with copyright ©
-
I made a fermenter for my beer brewing with mine xD take up home brewing
-
@Sumafu ah... You should give it a good read!
-
I see that clean code book!
-
I also posted this for my wk40 :)
-
@aliafzal Xamarin has amazing free docs too that really help at learning mobile things, I also think Xamarin teaches you so much beyond mobile dev, that it is super educational to learn
-
@kjone this book is probably good for you then, if you want that sort of approach, it's not crazy lengthy :)
I also trust it as the teacher who is teaching this course 9esearches machine learning
He's also a great professor -
@kjone I'm in a ML course right now, it's awesome to understand the underworkings of it
We're actually building up the various learning algorithms -
@kjone "learning from data" it's like $30 on Amazon, it'll show you why machine learning works and everything
Some linear algebra, derivative calculus and statistics is certainly helpful if you know those things