Ranter
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
Comments
-
And SQL!! Anything indexable (e.g. character position, row indexes) all start at 1 in SQL. Just to mess with you.
-
@bcye matlab is ABSOLUTE INSANE YAAAY i love matrices *-*
also i spend a lot of time on devrant -
Axis8447y@bcye Matlab is a programming language that is geared towards matrix math (the name is meant to ?mean matrix labratory) and has evolved into a language for all of science, applied math and engineering. I personally prefer Mathematica over Matlab :)
-
Axis8447yI actually have a project written in matlab that is quite poorly coded in terms of efficency and definitely needs a rewrite but it does work as intended. https://github.com/alexanderepstein...
Basically it used a matrix method called singular value decomposition to compress images. There are many other applications for svd but this is one of them. I guess what im trying to say is if you are new to programing make sure to learn as much math as possible.
As a bonus discrete math (some simple logic math) for software for hardware you can learn digital logic (more advanced logic stuff involving circuits) would be good to learn :) -
laRissa297yit really depends on what you want to do i think. By default, most languages start at 0. You can make it start at 1 if you want, by making a "ghost" node.
-
Wack63117yEiffel also starts at 0, anoyed the hell out of me, when I had to use it at university, comming from a PHP/Java background
When you start learning python and you always forgot that all start by 0 (╯°□°)╯︵ ┻━┻
undefined