Details
-
Skillsjs , cpp , html , css , py , unity , ue4 , golang , ruby , rails
-
LocationBotosani , Romania
Joined devRant on 7/10/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
-
You are going to get beaten up
-
check the computer time
-
i have a pretty new motherboard (some ASRock from 2014) and it theoretically supports this kind of setup. i couldnt make it work sadly
-
@kvsjxd what ?! no !
-
cout<<"my way";
-
I am going to teach myself perl because I just cant bear with the python's way of telling me what to do.
YOU CANT TELL ME WHAT TO DO FILTHY SNAKE -
@SnafuAI i just found out you are romanian. 11th grade
olimpiada.info/oji2017 -
@SnafuAI only the first one because the other two are amazingly long.
You get a number b and need to return all the pairs (a , c) where b = (2*a*c)/(a+c).
Some examples: for b = 3 you have
3 pairs (3,3), (2,6) , (6,2).
1 <= b <= 10^9
Maximum exec. time: 1 sec for every b tested.
You get 40/100 if it works on every number smaller than 10^6
Please feel free to ask more -
@TrueFurby someone doesnt know the meaning of the word "rand".
-
How is this programming related ?
-
Let me guess. Romanian ?
-
I applied yesterday at 4 companies. Still no response
-
@kscript this is the first time i am hearing of docker
Can you introduce me really fast ? -
No
-
You are a dev ffs. You are the one who should tell people to read the permissions ...
You know... You dont want pornhub app to use your camera and location. -
From stack overflow
You want the performance of assembler without the trouble of coding in assembler (C++ is, in theory, capable of 'perfect' performance, but the compilers aren't as good at seeing optimizations a good C programmer will see)The software you're writing is trivial, or nearly so - whip out the tiny C compiler, write a few lines of code, compile and you're all set - no need to open a huge editor with helpers, no need to write practically empty and useless classes, deal with namespaces, etc. You can do nearly the same thing with a C++ compiler and simply use the C subset, but the C++ compiler is slower, even for tiny programs.You need extreme performance or small code size, and know the C++ compiler will actually make it harder to accomplish due to the size and performance of the libraries -
Do you even go ?
-
I declare functions like fmlSplit , fmlClass , fmlThisIsStupidffs and my comments on a project were pink panther jokes (to do , to do , to do to do to do)
-
My only pull req on github were for hacktoberfest
-
They are not your friends anymore
-
This is the best part
-
@iubbye just by seeing ":))))" i ve realised that you are romanian ^^ victorrrrr
-
That guy is an idiot. Be proud of yourself
-
@JaggerJo oh . Sorry
-
Search on google dude. Or use the center tag in html (theoretically deprecated , but works)
-
Shhh... No one cares about 40 ms ;)
-
This is the reason I have only truly finished just one project ! ^^
-
You started on the wrong foot.
We , programmers , say "wish me fucking luck" . It s more expressive. But anyway. Good luck dude and welcome here -
Most of the time you have to deal with magic. *Frameworks and stuff*
-
I just found out about this.
Please give me repos I should submit to. I swear I am not completely retarded.