Tuesday, 3 December 2013

I definitely need an advice.......

life get changed quickly , i heard it out somewhere but now i'm facing it .
i'm too far from my handwork ……… whats wrong with me ,i'm just not getting it.
now i consider my life a mess , my own creation.
i am the cause of my own problems , then how can i be the solution for each of them?
On simple words , " i just wasted my iii sem "
#fuckuRSS #fuckuSKS #fuckuOPS #fuckuMK…….#FUCKME!!!!!!

Friday, 29 November 2013

Noooo!!!!! not again …...

Don't know how to express myself ….. what i am feeling right now , gonna make me produce some words which even can not be find in oxford or encyclopaedia …..
anger , hatred , cramped , pissed off , soulless , alone , hurt, resultless ,….. jus don't know whats going wrong with me . Damn'' , hope there still some me left inside .

Monday, 18 November 2013

Warzone….!

two back to back electrical's final tests ,
according to dexter my performance should depend only on my own efforts but i need more than that this time ……. everybody around me doin some kinda project under rajput sir , "hell" thats meeeeeeeeehhhhhhh meeeehhhhh feeling…..
save me this time too -> god , m entering the 3rd sem final's war zone! 

Saturday, 16 November 2013

Undone …...

sachin retires …….
messi injured ……..
ibrahimovich out of 2014 world cup……..
i scored 12/35 in a zombie xam ………
still think that i can learn Qt………
+ probability of getting home this december is decreasing……..
all are left undone , incomplete and unsatisfied .

Friday, 25 October 2013

Maverick!

This is the time i need to be independent of my thoughts and actions. I just need to have more patience about my start up things(bjarne strostrup's c++ 4th edition). i have my upcoming tests on tuesday and thursday. I also need to start studying the electrical design . For a while i have been thinking to start studying  the html/css and have no clue how to start python and java? ........... life seems to be more complicated as it was earlier . Don't know where'll it take me .... am just doing my "karam"  

Monday, 21 October 2013

sketched my schedule !



Start ......


i need to be straight on this that i completely hate it when my roommates and their friends talks or when they unknowingly and unintentionally starts their kitty party in our room……… they all are un-fucking believable .
i still have that dusherra effect on my mind , it gonna take longer than usual this time coz the last day of dusherra was amazing as i had enjoyed a lot with prakher and kanika.
But this time , my mind's very kinda straight at knowing what it actually needs and which stuffs it needs to grab…….
hope this change of mine will continue like this and remain with me for the longer period of time ………..

Sunday, 20 October 2013

Brain teaser ..!..

strange , not even getting recogniseble what and why it actually feels .
i think its an inevitable feeling , one's felt after getting hit by the talking tom's (was in my code) wave storm. 
i kinda like this conversation with myself , i'm creating my own code of life and i'm enjoying it ……….. 
now i'm doing it often and i think i should continue with it and i'm sure it'll help me in my near future , but first thing comes first , study (with 100% presence of mind), code (which i regularly need , to engulf its concepts) .
 i'v to first keep looking at these two …….
now i'd found one thing that even unshared feelings can be shared on blogspot
At this stage ; i'm helping my brain to make  it tough to understand the concepts of infix and postfix expressions but one thing i have learn is that hard work always pays and i need to regularly face it and stand tall in front of it in order to find the backpost of my so simple but kinda a complexed life's net.
and i'v to just treat those kinda feelings as a brain refresher otherwise i'll make my life a no brainer kinda thing……..

Friday, 18 October 2013

fun !! "2013 dusherra" for the first time 'unexpected'..........

enjoyed a lot on my last day of dusherra 2013 .........
get to know one thing about myself that ' i'm not bad talking to girls face to face '...........

Thursday, 17 October 2013

blackout!!!

unexpected !!!..... hell of the events happens in this time gap :
1.i damaged my internal hd of thinkpad and got it replaced after 10 long fucking days
2.had to attend my class tests and that too include one of the big pain in our asses electronics and       instrumentations ..... oooooofffffffff
3. now i'm at my sweet home mom and dad caring + loving me all the time , i just love to be back between mountains ,  this time its because of dusherra holidays.

i'm kind a frustrated at the moment ........... coz i haven't prepared anything yet for the upcoming class tests of maths and electrical(got 7/20 in it).

i need some more determination and concentration which only depends on my efforts .

so me and my efforts need to be up to the mark ........ infix and postfix expressions are waiting
 for me at the moment ..... i have to shift these subject's studies after my dusherra break!

Saturday, 21 September 2013

Heared about ACM ICPC  and its importance , time to move on to coding sites ..............to visit those regularly , i think i need to set timer on my cell phone everyday.

OOPs ! time to get c o d y

c++ my second year start/
handy collaborations-
  program can be organised in one of the two ways : "around its code"(what is   happening) and "around its data"(who is being affected).

STL(standard template library) is one of the main features of c++ created by alexander stepanov.

oop (object oriented programming) took the best ideas of structured programming and combined it with several new concepts.

structured programming-
->organised around code (code acting on data)
 eg. c program is defined by its functions any of which may operate any type of data. whereas ........ in

OOP-
-> organised around data(data controlling access to code)
-> data type defines precisely what sort of operations can be applied to that data
-> oop languages have three traits in common and they all support its principles:
    <Encapsulation>
     <Polymorphism>
      <Inheritence>
1. Encapsulation-- mechanism that binds together code and data it maipulates and keep it safe from outside interference. In OOP , code and data are combined in a way that a self contained black box is created. when they link in this fashion
an "object" is created.
  so, object can be defined as -
   -> self contained black box of code and data protected from outside
        interference or misuse.
   ->device that supports encapsulation.
   -> n further we gonna know that it can be " a variable of user defined data
        type".
within object, code ,data or both may be private or public.

   private> means accessible only by the other part of the object and not
   accessed by the piece of program that exists outside the object.

   public> means other parts of our program may access it even it is defined
   within an object.

so, for this an object must be a variable of a user defined type.
>strange to think that an object that links code and data can be thought of as a
   variable.
>each time we defined a new type of object , we are creating a new data type.

2. Polymorphism--
    -> follows " one interface , multiple methods "
    -> it is the attribute(abstraction of the characteristics of an entity) that allows
         one interface to control access to a general class of actions.

let us start with an example -
  when a thermostat is set to 70 degrees , no matter what your furnance is gas,oil or electric the temprature's not gonna change(the interface is same)
 from programming - we have three different types of stacks for integer values ,
 character values and floating point values. Because of polymorphism , we can define one set of names push() and pop() that can be used in all three stacks. In
 our program we'll create three specific version of these functions but names of them will be same.
compiler automatically select the right function based upon the data being stored. so interface to a stack - push() and pop() will remain same no matter which type of stack is being used.
The first oop languages were interpreters , so polymorphism was supported at the runtime but in c++ both runtime and compile time polymorphism are supported.

3. Inheritence-- is the proces by which one object can acquire the properties of
    another object. it supports the concepts of classification.
    example: food->fruits->apple->red apple. without it each object would've to
    define explicitly all its characteristics.Through the use of classification we
    we only need to define those qualities that make it unique within its class.


----------------------------------------------------------------------------------------------------------------------------------
 > in c++ you may declare any variable at any point of time  within a block not just at the begining (as in C) , its up to you.

> since much of the philosophy behind c++ is the encapsulation of code and data , it make sense that you can declare variables close to where they are used.

>"default to int" rule was dropped from c++ a couple of years ago, during standardisation.

> the purpose of namespace is to localize the names of identifiers to avoid name collisions.

Friday, 20 September 2013

tronics treble

legacy continues n still no success with the tronics xperiment , but one thing i got to know that OPAMP is next another tremendous acheivement after voltage divider , n our processors are the combos of many OPAMPS. ..... RIP electronics"

i need something to take my mind off this , cormen's algo ? naaaaaaah!
codechef ? naaaaaah !
gotcha !!!!!!!!

begining ......

I’m bit frustrated cos m an undergraduate at IIT-BHU CSE department n m not gonna lie about my facts cos all of them'll be based on myself ( apologize for my writing and grammatical mistakes cos some of them are facebookish)

Damn ! i started writing it coz  m facing problems n need to overcome those (regarding problems its kinda tough to explain , i'll get back on this later).

my freekicks

another fussy day is going on , tensed about my electronics file , how's it gonna complete , don't have the previous two experiment's reading , i need to copy those from other mates .......