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
-
microsoft is big corporate which hire all the time. you can try it and post here some snippet
-
btw I saw source code of FNZ on video. one guy create a secret video in the office.
I PROMISE I PROMISE!!!!!!! kill me now!!! -
C0D4681387yWhile(power == “on”){
DoRandomThing();
DownloadUpdates();
SendUserDataToNSA();
MakeUserThinkTheyNeedUpdates();
ShowRandomAdForEdge();
}
No Params needed, all global functions relying on global variables 😎 -
Yeah. Me too 🤗🤗. I wonder how they compile there source code? 🤔
Is there anyone having broad knowledge about it? Love to know it. 🙂 -
Jeez, more Windows bashing. I''ve been using Windows for years without any major issues. It's like any OS, once you've learnt how to configure it properly you'll have a usable system for yourself and your users.
If Windows keeps crapping itself for you, well then chances are you didn't configure it properly! -
@CodeKill yeah. Same here. I don't know why people hate update so much. If you configure it correctly on when to install it. You will enjoy windows.
-
cyanly6287yBack in May 2017, there was a blog from Microsoft bragging about migrated Windows source code being largest git repo on the planet, something like 9000 push every day
-
@GodHatesMe not really. Most .net code is written in C# or cpp. C# has very little differences from Java. If you know one the other will not be thaaat different even tho there are some important differences. I tend to prefer Java since it automatically means JVM in which one can use whatever they want as long as it compiles to the JVM. With .net not so much really.
I wonder how the Windows source code looks like?
question