Posts

Showing posts from 2015

Traffic Control System project in java

Image
https://www.dropbox.com/sh/mk0fd7fa6gy59q3/AAAdTd1KwYQ9ikxdXJJn8eT3a?dl=0

ppt on catch the egg game

Image
https://www.dropbox.com/s/w41pvpidcvxo7cf/Catch%20the%20egg.pptx?dl=0

Reflection Program in java

Source code:: import java.lang.reflect.*; public class Reflection { public static void main(String args[]) { try {      System.out.println("enter the method name"); Class c = Class.forName(args[0]); Method[] m = c.getDeclaredMethods(); for(int i=0;i<=m.length;i++) { System.out.println(m[i]); } System.out.println("enter the name of class"); Constructor[] con = c.getDeclaredConstructors(); for(int i=0;i<con.length;i++) { System.out.println(con[i]); } System.out.println("enter the name of class"); Field[] f = c.getDeclaredFields(); for(int i=0;i<f.length;i++) { System.out.println(f[i]); } } catch(Exception e) { System.out.println(e); } } } // you can able to find the methods ,constructors,and fields of your desirable class. //for more program mail me on - er.gauravsrivastava.cse@gmail.com

BigInteger factorial program

import java.math.*; class BigFactorial     {         static BigInteger factorial(BigInteger n)         {         BigInteger one = new BigInteger("1");         if (n.equals(one))         return one;         return n.multiply(factorial(n.subtract(one)));         }         public static void main(String...s)         {         BigInteger num1,num2,fact,counter;         BigInteger one = new BigInteger("1");         num1 = new BigInteger(s[0]);         num2 = new BigInteger(s[1]);         counter = num1;         ...

Hope

Image

Please don't bargain

Image

Clash of clan

Image

STUDENT DATABASE MANAGEMENT SYSTEM PROJECT (PDF) plz visit mentioned link

Image
https://www.dropbox.com/s/drfyjeglf7rkkxa/DATABASE%20MANAGEMENT%20SYSTEM%20PROJECT.pdf?dl=0

CF NOTES (UNIT-4) VISIT MENTIONED LINK

https://drive.google.com/open?id=0B4IJ8USrjgLKUWU3Q3AwdXdib00&authuser=0

INTRODUCTION TO CSS

https://drive.google.com/open?id=0B4IJ8USrjgLKdnBzZ2ZmN05NNW1lTS0xN2lJOVdNY1NYbUpB&authuser=0

HUMAN EYE WAS A DIGITAL CAMERA

Image

a single google search requires more computing power,,,,,,,,,,,,,,,,,

Image

CF unit-4 notes

Image
notes uploading ............................................................................. plz wait a while,,,,,,,,,,

Life is what ?

Image
I feel life is a way to the end in which we peoples of the world is moving  and performing our role in different manner . 

8085 microprocessor UNIT-5 (notes)

https://drive.google.com/open?id=0B4IJ8USrjgLKZTJ1WkxfdURxUEZkY05wX0phVzhzWTVpQ2RF&authuser=0

dbms project for student management system

Image
https://www.dropbox.com/s/ryee9hoqppj8kbd/project%20dbms.docx?dl=0

fork fan

Image

introduction to matlab(pdf)

Image
https://www.dropbox.com/s/w1a8b7fe19um3he/introduction-to-matlab.pdf?dl=0

programming in c++ hybrid inheritance

https://www.dropbox.com/s/1eb9xmfbglpabjq/ENGINE.EXE?dl=0

project on {student management system(abstract)}

https://www.dropbox.com/s/zf4mpqjtalx2hji/Abstract.docx?dl=0

i am what i am !

With me, what you see is what you get. Yes, call me naive, but I love life. I am happy, and for that, I make no apologies. I do like to see the best in people, and when someone is nice to my face, I tend to believe them.

A CONCEPT PLANE

Image

HTML ,JAVA SCRIPT, PDF FILE

https://www.dropbox.com/sh/lowq0uc2ef9lisa/AACYEkbGXEIrNn_CiF1GXY4-a?dl=0

Steve Jobs

No one wants to die. Even people who want to go to heaven don't want to die to get there. And yet death is the destination we all share. No one has ever escaped it. And that is as it should be, because Death is very likely the single best invention of Life. It is Life's change agent. It clears out the old to make way for the new. Steve Jobs

programming in C ++ FILE HANDLING PROGRAM

https://www.dropbox.com/sh/uuv3md4w9eippxa/AACvdyTdD2JL7Mk1u1TP7OZXa?dl=0

programming in C++ PROGRAMME CODE IN ONE PLACE

https://www.dropbox.com/sh/bdy96e4lgwmnpzy/AAASZq1EttnQEbTPv235_JvJa?dl=0

INSPERITIONAL QUOTES

Your work is going to fill a large part of your life, and the only way to be truly satisfied is to do what you believe is great work. And the only way to do great work is to love what you do. If you haven't found it yet, keep looking. Don't settle. As with all matters of the heart, you'll know when you find it. Steve Jobs