Details
- 
						SkillsJava
 - 
						Website
 - 
						Github
 
Joined devRant on 7/8/2017
			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
			- 
				    
				    I found this in the code of a non-adult video portal...
Why would they need AES encryption for a pornhub grabber?
				        
				        
				        
				        
				        10 - 
				    
				    Let’s make statistics about from where are the most people out here.
boolean added = false
for (Comment comment: rant.comments) {
if (comment.text.contains(yourHomeland)){
comment.upvote();
added = true;
break;
}
}
if (!added){
rant.writeComment(myHomeland);
}
				        
				        
				        
				        
				        16 - 
				    
				    Girl: we need to talk!
Me: Ok...
Girl: you seem to have more time for your computer than me. I want to know how important I am to you.
Me: You are the number 1 in my life.
Girl: *smiles and hugs me*
Me: (thinking)...Just that I start counting from 011 

























