Statistics
All Anime Stats Anime Stats
Days: 516.1
Mean Score:
6.16
- Watching9
- Completed1,832
- On-Hold0
- Dropped0
- Plan to Watch204
- Total Entries2,045
- Rewatched4
- Episodes32,262
All Manga Stats Manga Stats
Days: 72.6
Mean Score:
7.87
- Total Entries132
- Reread0
- Chapters11,609
- Volumes1,459
All Comments (187) Comments
People in the AU Discord were wondering if you would be interested in joining; I can give you the invite link. On other news, AU is being brought back by Meow.
Nice to meet you!!!
I have the signature you made for me long ago, and I kinda want to change "blog" to "site", but I'm assuming neither you or I have the original file for it.
Thanks for taking the time to read this :)
- Romance Focused
- Happy Ending (IE They get together as a couple, could be yuri)
- Ideally a Kiss
Heres my list https://myanimelist.net/animelist/Nexu?status=7
I've seen a fair bit of romance animes, so its hard to find new ones.
I'm using Visual Studio for C++ and C#, InteliJ IDEA for Java and for the rest like Go, Javascript, Html, Css, Lua, Python what ever I use Visual Studio Code. Most of my work consists of Go, Javascript, Html and Css and I rarely use Java anymore... I just don't like it and just use it if I'm forced to because of collage xD
I don't even play games on my phone anymore... I just use it to listen to music, chat or browse reddit xD
Sounds like a solid plan :P Wish you good luck with everything ^^ Does the TU München have Security courses or what is your favorite course?
So you are just using notepad to write code? D:
What I also really don't like about Python is that in the end you won't get one compiled file (yes, there are possibilities but It feels wrong xD) and that's a problem if you want to distribute your Python program to multiple server. You have to make sure that python is installed on the server and copy over all these source files, while with other languages you get one binary and you can deploy that file and start it without any dependencies. In comparison Python is also relatively slow and I think Python is just not the right language to write backend stuff in... so for me Python isn't that relevant xD
Yep. When you understood programming especially the syntax is becoming more and more irrelevant. If you want to switch to a new language you just need to take a quick look at the syntax and maybe check some examples about language specific stuff and you are good to go.
I see xDD My family is more on the android side... One reason for that could be the price.
Any idea in wich country you can or would like to go? :D
The command line is just way more advanced than the old and rusty windows cmd, but the cmd is not the important factor. Most of the compiler just seem to work better under UNIX and most of the stuff was originally written for and on UNIX so most of the times compiling is just one "make" command and it works, but I'm just referring to third-party libraries or applications. Compiling of my own programs isn't much of a problem anymore, either on windows or mac ^^
What IDE's do you use?