Santosh Tewari

iOS Developer

Snake Game In Python

Snake Game In Python

Hey this is simple code for developing a snake game in Python: Snake.py: import random, pygame, sys, random from pygame.locals import * ...

Read more »
Posted by Santosh Tewari at 11:43 0 comments
Labels: Pygame, Python, Snake Game
Creating Number Guesser in JSP

Creating Number Guesser in JSP

Hello friends this is a simple program of creating a number guesser in JSP....Have a look... <html> <head><title>Numbe...

Read more »
Posted by Santosh Tewari at 04:27 0 comments
Labels: Java, JSP, Number Guesser
FileOutputStream in Java

FileOutputStream in Java

Hello Friends.....this is the code for using FileOutputStream in Java: Stream.java: import java.io.*; class Fileoutput { public stat...

Read more »
Posted by Santosh Tewari at 01:04 0 comments
Labels: FileOutputStream, Java, OutputStream
BufferedWriter in Java

BufferedWriter in Java

Hey friends this code explains a simple example of using bufferedwriter in Java: Writer.java: import java.io.*; class Bufferedwriter { ...

Read more »
Posted by Santosh Tewari at 13:54 0 comments
Labels: BufferedWriter, FileWriter, Java
BufferedReader in Java

BufferedReader in Java

Hey Friends this code shows a simple example of buffered in Java: Reader.java: import java.io.*; class Bufferedreader { public static v...

Read more »
Posted by Santosh Tewari at 13:51 0 comments
Labels: BufferedReader, Java
Filereader in Java

Filereader in Java

Hello friends, the code below shows an example of using filereader in java: File.java: import java.io.*; class Filereader { public sta...

Read more »
Posted by Santosh Tewari at 13:44 0 comments
Labels: BufferedReader, FileReader, Java
Printstream in Java

Printstream in Java

Hey Friends, the code is a simple example of using printstream class in Java: Print.java import java.io.*; class Printstream { public s...

Read more »
Posted by Santosh Tewari at 13:35 0 comments
Labels: Java, PrintStream
Thread Synchronization in Java

Thread Synchronization in Java

Hey friends a simple code for thread synchronization in Java is shown below: Thread.java class Show { synchronized public void display(...

Read more »
Posted by Santosh Tewari at 13:22 0 comments
Labels: Java, synchronized, Thread
Postfix Expression Evaluation

Postfix Expression Evaluation

Hey friends check this out: Post.cpp: #include<iostream.h> #include<conio.h> #include<stdlib.h> #include<math.h> ...

Read more »
Posted by Santosh Tewari at 12:45 0 comments
Labels: C, C++, Data structure, Postfix
Binary Tree Deletion

Binary Tree Deletion

Hey Friends here is a simple C++ code for deleting a node from a binary tree. Deletion.cpp: #include<iostream.h> #include<conio...

Read more »
Posted by Santosh Tewari at 12:03 0 comments
Labels: Binary tree, C, C++, Data structure
Program to Covert Infix to Postfix notation

Program to Covert Infix to Postfix notation

Hello friends here is a sample program to convert infix to postfix expression. InfixToPostfix.cpp #include<stdio.h> #include<con...

Read more »
Posted by Santosh Tewari at 11:43 0 comments
Labels: C, Data structure, Infix, Postfix
Overriding in java

Overriding in java

Before developing a program for Overriding in Java let us first understand what overriding is. The fundamental concept of overriding is ...

Read more »
Posted by Santosh Tewari at 04:13 0 comments
Labels: Java, Overloading
Download manager for Java

Download manager for Java

Hello friends I have recently worked on a project on Java where I had to create a Download Manager for Java using Swings. After a lots of...

Read more »
Posted by Santosh Tewari at 04:04 1 comments
Labels: Download Manager, Java
Newer Posts
Subscribe to: Posts (Atom)

Popular Posts

  • C/C++ Interview Questions : Advance
    1. When can you tell that a memory leak will occur? Memory leaks generally occur when a program loses the ability to free a block of dyn...
  • C/C++ Interview Questions : Headway
    1. Name some pure object oriented languages. There are several object oriented programming language. Some common pure object oriented pr...
  • Adding UIButton Programmatically iOS using Objective-C
    Here is a sample code to add a UIButton Programmatically in iOS using Objective-C: Code: UIButton *button_name=[[UIButton alloc]initWithF...
  • Adding Links To UILabel Programmatically iOS using Objective-C
    Hey friends here is a sample code that help you create link in UILabel...... Don't forget to import TTTAttributedLabel. Code: #imp...
  • Using Array in PHP with easy example
    Hello friends, this is my 6th tutorial of PHP and Today I am sharing the concept of using arrays in PHP. As we all know that array is a co...
  • Using pointers in PHP with easy example
    Hello friends, this is my 7th tutorial of PHP and Today I am sharing the concept of using pointers in PHP. Pointers always come handy whil...
  • Open Mail Composer programmatically in ios 8 using Objective-C
    In this blog post I am going to elaborate a simple example to Open Mail Composer programmatically in iOS using Objective-C. I would also p...
  • Database connectivity in PHP in 5 simple steps with simple example
    Hello friends, welcome again, this is my 11th tutorial of PHP and Today I am sharing the concept of using database in PHP. Database is a v...
  • Connecting with SQLite programmatically in iOS using Objective-C
    Here is a sample code for connecting with SQLite using Objective-C... Code: #import "sqlLiteDemoViewController.h" @interface s...
  • URL Encoding in PHP with easy example
    Hello friends, this is my 12th tutorial of PHP and Today I am sharing the concept of URL encoding in PHP. Every user needs data privacy so...

Blog Archive

  • ►  2015 (1)
    • ►  September (1)
  • ▼  2014 (61)
    • ►  December (13)
    • ►  October (1)
    • ►  August (1)
    • ►  May (5)
    • ►  April (2)
    • ►  March (26)
    • ▼  January (13)
      • Snake Game In Python
      • Creating Number Guesser in JSP
      • FileOutputStream in Java
      • BufferedWriter in Java
      • BufferedReader in Java
      • Filereader in Java
      • Printstream in Java
      • Thread Synchronization in Java
      • Postfix Expression Evaluation
      • Binary Tree Deletion
      • Program to Covert Infix to Postfix notation
      • Overriding in java
      • Download manager for Java
  • Home
  • Home

Blogroll

About

Blogger news

Blogger templates

Labels

  • accessor
  • action class
  • adaptor class
  • Array
  • Array Facebook
  • Binary tree
  • BufferedReader
  • BufferedWriter
  • C
  • C++
  • class invariant
  • class template
  • Collection
  • Collection Hack
  • concrete class
  • constant
  • container class
  • Cookies
  • dangling pointer
  • Data structure
  • Database Connectivity
  • deep copy
  • Download Manager
  • Draw line on touchesmoved()
  • Facebook language
  • Facebook Login
  • Features of Hack
  • FileOutputStream
  • FileReader
  • FileWriter
  • Form processing
  • Function
  • Function Hack
  • Function Hack Facebook
  • Generics
  • Hack
  • Hack Facebook
  • Hack language
  • Hack Modes
  • Hack Tutorial
  • handle class
  • incomplete type
  • Infix
  • invariant of the class
  • iOS
  • Iterator class
  • Java
  • Java Swing
  • Java Tutorial
  • JSP
  • JTable
  • JTree
  • Keyboard
  • logical opeator
  • loops
  • Mail Composer
  • Mail Composer programmatically
  • Map
  • Map Co-ordinates
  • memory leak
  • mixed Hack
  • mixed type
  • mixin class
  • modifier
  • name clash
  • name mangling
  • namespace
  • node class
  • NSUserDefault
  • Null object
  • Nullable
  • Number Guesser
  • object-oriented methodologies
  • Objective-C
  • OODBMS
  • opaque pointer
  • orthogonal base class
  • OutputStream
  • Overloading
  • Pair
  • Parameteric polymorphism
  • parameterized type
  • PHP
  • PHP Numbers
  • PHP Tutorial
  • Pointer
  • post-condition
  • Postfix
  • precondition
  • PrintStream
  • protocol class
  • proxy objects
  • pure object oriented languages
  • PushViewController
  • Pygame
  • Python
  • reflexive association
  • Session handling
  • Set
  • shallow copy
  • slicing
  • smart pointer
  • Snake Game
  • SQLite
  • SQLite programmatically
  • Stack unwinding
  • String Manipulation
  • swift
  • synchronized
  • Technews
  • template class
  • this pointer Hack
  • Thread
  • Type Annotation
  • Type Casting
  • UIButton
  • UIButton Programmatically
  • UILabel
  • UILabel Programmatically
  • UIProgressView
  • UITextField
  • URL Encoding
  • Vector
  • Wrapper class
  • xCode
 
Copyright © Santosh Tewari All Right Reserved
Blogger Designed by IVYthemes | MKR Site
Posts RSS • Comments RSS