Details
-
AboutHi, my name is Marius, I'm 18 years old and I live in France. As you can see on my devRant, I love programming, it's one of my passion ! I'm currently making games, mods and learning some languages like C# to maybe turn it into my job.
-
SkillsC#, LUA, JS, CSS, HTML, PHP I already made two games: SpaceWave (shitty) and Eclipse a reflection game wich I made with Stim and Daftorx for a game jam.
-
LocationFrance
-
Website
-
Github
Joined devRant on 6/9/2018
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
-
Can we change our username here ? I have choosen a new username for my developer identity but i don't wan't to lose my stats...2
-
I just come back on this app to ask you, dear developers, to stop using ' for strings everytime, it is supposed to be for chars.
THANK'S YOU 🙃
Do it for the eyes of C developers, my eyes are bleeding right now.11 -
A friend told me that VSCode is somewhat like an IDE and was comparing VSCode with Webstorm...
Am i right that VSCode is a text editor and not a freacking IDE ? ☺️30 -
It would be cool if we could add videos or some shit in our rants so like twitter, reddit etc nah ?6
-
Sometimes i feel bored of developing but i wan't to, i don't know how to explain this feeling. Do you guys sometimes feel the same ? Like i have a lot of things to do, i would like to learn new things but when i launch Unity for example i feel lazy, bored of it.
I'm stressing about my further carier, will i feel the same and so, stop developing as a job ?
I don't know if i'm the right post subject, and sorry for my english btw.2 -
I'm currently working for 1month to win some money in a company that repair people computer and do a bit of programming.
They've made a software that get every value in a table with SQL and print it.
My boss, gave me as project to make a software that get everything from a database and copy paste it into an another, like a automatic backup system. BUT HE ASKED ME to do it from the last software with Delphi and on Windows XP...
God damn, now i have to remove everything about printing while i was just able to do the software from scratch with C#...9 -
Ok, so i'm passionnate about programming and wanna turn this passion into my job... I'm currently studying in high school and i have to look at some schools before i pass my exams..
What do you recommand me, wich formations to learn Game Programming or Programming in general after high school ? I'm from France, i'll search about similarities if it's only UK, US...6 -
I have some people trying to access to my accounts from far away.
I think my password have been leaked :|
f*ck7 -
Do you put Caps to public variable ?
My IDE was doing caps to public variable but someone told me that he was wrong it's not caps for public variable only functions.9 -
Is it illegal to run ads in the background of website. Without images and sounds.
I know a little website that use this but idk if it's realy legal...10 -
Me and my friend were doing a discord bot using an extensions that allow us to collaborate.
We were making the bot with Node JS and. Something so horrible happened.
While making a purge function wich should remove the last messages of the discord we met a problem. When you do !purge 1
It were removing 11 messages.
The problem were that in my code i were adding 1 (int) to a string (my amount of message to remove) so it result 11 as string....
This is JAVASCRIPT
I don't know if this were a bug but being able to add 1 (int) to 1 (string) it's fucking dumb. It should result an error not making it as string!1 -
Windows 10 Image viewer:
void ShowImage(string imagePath) {
Thread.Sleep(3600)
imagePath:GetImage().show = true
}
Sorry if my code is bad. But you understand what i mean xD2 -
JS/HTML QUESTION:
I wanna create a html page wich redirect us into a certain website and execute Javascript on the new website opened.
So i should use window.open i think, but how do i like execute js on this website after opened?8 -
Update?! Fuck windows.
While playing Tower Unite, i spammed my spacebar.
Windows opened a window that i confirmed that something by spamming my spacebar.
It's a stupid windows 7 update.
Thank's windows..........10 -
My teachers saied: Math is important for the programmation...
We are now learning some shit that is useless. We only need Multiplication, Division and Addition (and sometime ²)...14