NullVoid
BAN USER
I know Android, Java, .Net, Linux, Python, PHP. And i am open to learn any thing.
RESUME
ASHISH PRATAP
Shivshahi Colony
Mob: +919975718426, +919557449746 Karve Nagar, Pune
Email: ashishpratapsingh14@gmail.com
Objective:
To attain a position which others challenges and growth with opportunities to enrich my knowledge while contributing my best to the organization.
Educational Qualifications:
Examination
Specialization
School/college
Board Year of Passing
Percentage
Bachelor of Technology Computer Science & Engg. Institute of Technology & Management, Aligarh Gautam Buddh Technical University 2012 71.5%
Intermediate Physics, Chemistry, Math Kshetriya Inter College, Sirsaganj U.P. Board 2008 64.8%
High school Science Bal Kalyan Public School, Sirsaganj U.P. Board. 2006 61.8%
Summer Training:
I did 6 weeks summer training in DotNet from DUCAT NOIDA.
And also did 3 month (180 Hours) DotNet course from HCL CDC.
Projects:
Name: Police Criminal Record (Window Form Application with Server Client Arch. Using Remoting)
Description: This project is created on C#.Net. This project is basically designed to keep the records of the criminals in the police stations. It keeps the record of each citizen along with their face records. It is 3 tier architecture client, server and services; it allows the chat functionality along with creating F.I.R, challan’s through system. It also keeps the records of the employees of police station and weapons of police station.
Computer Skills:
Languages : C, C#.Net, Java, Android, Python, Linux/Unix Scripting
Web Applications/Tools : ASP.NET, HTML, PHP, JavaScript
Operating Systems : Windows XP\VISTA
Database : MS SQL server 2005
Seminars:
• 6thsemester: On Captcha.
• 5th semester: Ethical Hacking.
Achievements / Extra Curricular Activities:
• Qualified GATE 2011[Gate Score 330].
• Got 1st prize in Web Design in Tech fest.
• Participated in Robotics (Encore’11 IET Lucknow).
• Ethical Hacking Workshop of 16 hrs with certificate.
• Organize Technical Festival (SHUBHANGAM’11).
Strength:
• Able to work independently using initiatives and also as a part of a team
• Innovative, self-confident, never hesitate to accept challenge.
• Good organizer of social and cultural activities.
Personal Details:
• Date of Birth : 24th July 1992
• Language : Hindi, English
• Sex : Male
• Religion : Hindu
• Interest : Playing Video Games, Coding, Listening Music.
• Emails : ashishpratapsingh14@gmail.com
me.ashishbais@gmail.com
• Permanent Address : Village Kathfori, Post Bachhela
Sirsaganj, Distt. Firozabad (U.P.)
I hereby certify that above information is correct to best of my knowledge.
Place: Pune (ASHISH PRATAP)
public void nonRepeatingDigitsInNumber(int from, int to)
{
String[] sampleString = {"11","22","33","44","55","66","77","88","99","00"};
for(int i=from;i<=to;i++)
{
String numberString = ""+i;
boolean flag=false;
for(int j=0;j<sampleString.length;j++){
if(numberString.contains(sampleString[j]))
flag=true;
}
if(!flag)
System.out.println(i);
}
}
public int PrintAll(int s,int e){
int count=0;
for(int i=s;i<=e;i++){
if(i<99){
int j=i/10;
int k=i%10;
if(j==(k+1)||j==(k-1)){
i++;
}
}
else if(i>99&&i<1000){
int j=i/100;//3 or 1
int k=i%100;
int l=k/10;//2 or 2
int m=k%10;//1 or 3
if((j==(l+1)&&l==(m+1))||(m==(l+1)&&l==(j+1))){
i++;
}
}
else if(i>999 && i<=e){
int j=i/1000;//1 or 4
int k=i%1000;
int l=k/100;//2 0r 3
int m=k%100;
int n=m/10;//3 or 2
int o=m%10;//4 or 1
if((j==(l+1)&&l==(n+1)&&n==(o+1))||(j==(l-1)&&l==(n-1)&&n==(o-1))){
i++;
}
}
System.out.println(" "+i);
count++;
}
return count;
}
RepI am Ricky from the USA. I am 29 year old. I am doing a job. I am doing a ...
Repdorarwoods, Kuwait airways reservations at Aspire Systems
I am an Application engineer in the network chef company. In my free time, I enjoy reading programming and technology ...
RepCarlERhodes, Cloud Support Associate at Baidu
I am an Engineering manager in Mosier USA. I am a freelance events coordinator and a lifetime entrepreneur. I want ...
Repjosebowlin78, Aircraft engineer at CSK Auto
I am an Aircraft engineer . My role as an aircraft engineer involves the application of scientific and technological principles to ...
- NullVoid September 25, 2013