An Engineering Student, part time Tech Blogger, Avid Gamer, love music esp. from Linkin` Park, like watching Movies with a Message.
Don't wanna be here? Send us removal request.
Text
My youtube subscribers are growing
I have not posted on my youtube for about 1 month right now, but still I am getting some love from the youtube algorithm.
https://www.youtube.com/channel/UCfuoppU5ogO7J068FcKWtTQ/featured
637 subscribers so far!
2 notes
·
View notes
Text
Mera apple iphone x ka charger kho gya
I am feeling sad.
2 notes
·
View notes
Text
hangover
because of the liquor i consumed yesterday, aaj ka pura din naas ho gya
lol
5 notes
·
View notes
Text
weight management
new year has begun and my weight is rising
gotta go on a diet
0 notes
Text
done with liquor
a pint or a can or a bottle of beer is fine, but anything above that is out of bounds
i am not able to drink whisky and other hard drinks
the time has come when my body has finally started to reject liquor
don’t know if it’s good or bad, but that’s how it is
new year party mein ek peg hi pee paya lol
0 notes
Text
watched a short youtube video to understand angular routing
concepts cleared
i think now i can build components and redirect among them
good stuff angular
0 notes
Text
just wrote code for PeakFinder2D in java
it worked on nxn matrix but it’s running into errors when n!=m
i might have missed on some edge cases
got to look into it --later
0 notes
Text
remove duplicate nodes from a singly linked list
// take a current node and point it to head
node curr = head;
// handle the base case
if(head == null) {
return null;
}
// iterative curr till curr.next != null
while(null != curr.next) {
// if curr.data == curr.next.data
// skip curr.next;
curr.next = curr.next.next;
else {
curr=curr.next;
}
}
0 notes
Text
algorithm to reverse a linkedlist
static SinglyLinkedListNode reverse(SinglyLinkedListNode head) {
SinglyLinkedListNode prev=null;
SinglyLinkedListNode next = null;
SinglyLinkedListNode curr = head;
while(curr!=null){
next=curr.next;
curr.next=prev;
prev=curr;
curr=next;
}
head=prev;
return head;
}
0 notes
Text
fuck amazon web services
i thought amazon rds is included in the free tier.
i created one instance and left it as it was. didn’t do anything with it and that fucking thing got billed at $11 #wtf?
i have deleted that instance and the problem is that the aws account is linked with shivam sharma’s credit card.
if he gets billed, i’ll pay, if he doesn’t get billed, then fuck aws, i am not paying shit, take my account and fuck off.
0 notes
Quote
I am so tired of chasing you, that now, if you come to me and say that you have fallen for me, my response would be -- giri reh, it suits you!
3 notes
·
View notes
Text
Even on your ugliest days, you still match someone’s type. Even on your best looking days, there are people who won’t look twice.
9K notes
·
View notes
Text
I am a nicotine addict now. This is crazy! I am scared. I didn’t want to become an addict. I will ensure I don’t smoke another cigarette, ever!
0 notes
Text
Can’t join the Indian Armed forces
I turned 25 this year. Armed forces require people less than 26 years at the commencement of their course. I have injuries in my body, and I knew I won’t be selected in the medical round, but still I wanted to at least go through SSB process once --just to check if I have OLQs (Officer like Qualities). Now I can’t find that out. :(
1 note
·
View note
Quote
mat pucho kahan hoon, aur kis haal mein hoon. bss hoon, yhi ganeemat hai.
0 notes