Details
-
About19 years old, German, learning web development. Also a hobby developer.
-
SkillsPHP, Python, Java, some C#
-
LocationGermany, Lower Saxony
-
Website
Joined devRant on 9/22/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
-
Java is to JavaScript
: what Car is to Carpet
: what Swift is to Suzuki Swift
: what Perl is to a Pearl
: what Ruby is to a Ruby Gemstone
: what Go is to Go Home
: what Shell is to Sea Shell
: what Bash is to Big Bash
: what Alice is to Alice in wonderland
: what Rust is to Rusty Theron
: what Awk is to your Awkward cousin
: what Dart is to Darts
: what Julia is to Julia Roberts
: what Korn is to Corn
: what Maple is to Syrup
: what Caml is to a Camel
: what CHILL is to Netflix
: what Crack is to Crack
: what Curl is to Curls
: what Hugo is to Boss
To be continued..
Have a joke? Say it in comments
Criteria : programming language on left , analog on right15 -
Me: I want the laptop without pre installed Windows.
Seller: Genuine windows will take care of viruses. It's virus proof.
Me:😂 Windows? Ok but I don't want that, give me without it. 😂😂😂12 -
A C++ question. Correct answer will get you a virtual thug glasses & a cigar if you're into that , and upvotes (:
#include <stdio.h>
int main(void) {
int i = 4;
int* p = &i;
i = 8;
printf("i divided by *p is: %d\n", i/*p);
return 0;
}
What is the result of running this code?18 -
I'm pretty young for a dev and I am still learning as one but I find it sad how nobody at my middle school knows anything about code. But I'm glad I got this app because I get to see what devs are up to 😃 blessdd12
-
Have a great working week guys! I will spent it on the beach with my devRant t-shirt! Locals love it!15
-
Stephen Hawking has just under 70k followers on Twitter. Kim Kardashian has just under 50 million followers. This realization really pissed me off - most humans are just idiots.7
-
Because Moment.js is too mainstream,
Oh man I really need to punch person who wrote this shitty file,
1k LOC , whole thing is a mess, this is just a gist of this crap18 -
Back on devRant!
@dfox I seriously wish some day I will get the squish ball and stickers you mailed me. Haven't got anything yet !!!! -
I was learning OpenCV and decided to build something practical and open source (for portfolio). I mixed computer vision and screen snipping tool, now I think what else to add.. any ideas are appreciated.
The link (source code is on GitHub):
http://reverscreen.com3 -
Every Unix command eventually become an internet service .
Grep- > Google
rsync- > Dropbox
man- > stack overflow
cron- > ifttt5