Location: Delhi, India
Member since: January 2011
I have an experience of 5 years in computer programming and database projects.\nI have provided quality work and I will be providing it in future. \nI have a lot of experience in Game Design, Database Apps and Utility Applications. Please click on hire button on left side to get a quote from me. \nHire me for a quote related to programming project of any scale from very small to big. I will get back to you within atmost 6 hours after you hire me and we can discuss it further....
[read more]
4.8
2 days ago
“ Good quality coding, showed higher profesionalism in the area of expertise. Would hire him again for future projectsGood quality coding, showed higher profesionalism in the area of expertise. Would hire him again for future projects ”
3 days ago
“ Completed the project perfectly, was very impressedCompleted the project perfectly, was very impressed ”
5 days ago
“ Great guy to work with. Completed my project as required, and spent time helping me through understanding the code to and making alterations as needed. Will definitely work with him again and recommend him to others.Great guy to work with. Completed my project as required, and spent time helping me through understanding the code to and making alterations as needed. Will definitely work with him again and recommend him to others. ”
11 days ago
“ This is the second time, I came to hem.You are the best, I will come again to you.This is the second time, I came to hem.You are the best, I will come again to you. ”
13 days ago
“ Excellent Job, very good communication!! Thank you so much for your help.Excellent Job, very good communication!! Thank you so much for your help. ”
[This is a Private Project. You must be logged in to view the Project Description][This is a Private Project. You must be logged in to view the Project Description]
I want some Java work done to enable multiple tests to run. The work has to change and implement some functionality.I want some Java work done to enable multiple tests to run. The work has to change and implement some functionality.
Well my project is fairly simple in words but hard for me, as I lack time. I want a working two player Chess game human vs computer. Control SoftwareBoard representation : Bit Boards approachMove Generation: Pre-generating all moves using normal bit boardsSearch Function : alpha beta Evaluation function: material balance and position evaluationa GUI - for users to interact.A UML diagram, and software architecture diagram and explanation.Well my project is fairly simple in words but hard for me, as I lack time. I want a working two player Chess game human vs computer. Control SoftwareBoard representation : Bit Boards approachMove Generation: Pre-generating all moves using normal bit boardsSearch Function : alpha beta Evaluation function: material balance and position evaluationa GUI - for users to interact.A UML diagram, and software architecture diagram and explanation.
Simple Currency Converter with following functionality -World currencies, Track Currencies from around the world.- offline acces, Easily convert between your favorite currencies.- graphs, Graph currency pairs over time, get the latest news on each currency. -Set up portfolios of currencies for easy tracking.- Upgradeable to ADS FREE- Lighter download requirementsSimple Currency Converter with following functionality -World currencies, Track Currencies from around the world.- offline acces, Easily convert between your favorite currencies.- graphs, Graph currency pairs over time, get the latest news on each currency. -Set up portfolios of currencies for easy tracking.- Upgradeable to ADS FREE- Lighter download requirements
I want a custom combo box, like the one in the attached picture. I may need more done, but this is it for now. Thanks.I want a custom combo box, like the one in the attached picture. I may need more done, but this is it for now. Thanks.
A. Design (25%)Topic for my database system development: Exam Timetabling database system1.Describe the proposed system in words (max one page) 2.Develop a UML class diagram for your system - based on your diagram, briefly discuss, domain, super key, primary key, associations (relationships), multiplicity (or cardinality), in the context of your database system (i.e. give relevant examples)3. Develop a Scheme based on your class diagram- with reference to your scheme, identify and describe, candidate key, primary key, foreign key, referential integrity, surrogate key and (if relevant) external keys4. Write the SQL commands to create the database, create and populate tables, query individual tables. (You must include the SQL script in your document - cut and paste queries and results from mysql). Be prepared to defend your choice of data types for selected fields, and any 'not null' fields.Your design must include at least one many-to-many (M:M) relationship, and one 1:M relationship. B. Queries (25%)Write SQL Queries to interrogate your own database. In each case you must write in English what each query does followed by the appropriate SQL Query. Show the output also.ie. 1. Show the names of all teenagers.select firstName, lastName from studentswhere age >= 13 and age <=19;firstname lastname Jack PaleJill HillYou suite of queries must include at least one query involving each the following:SELECT all columns, select subset of columns, ORDER BY, DISTINCT, GROUP BY, LIMIT, WHERE clause, logical operators AND/OR, a selection of 5 functions (e.g sum(), ucase(), INNER JOIN, LEFT JOIN). INSERT, DELETE, UPDATE.(Portfolio Stage 2) 50%C. Use-Cases (25%)Identify 4 use-case scenarios that involve transactions that are applicable to your database. Sketch the user interface that might be used for each transaction - identifying fields that are entered by the user, and those filled in by the software system. Wherever data is retrieved from or inserted (updated or deleted) from the database, you must write the appropriate SQL Query. Briefly describe what the software system does (e.g. get current date from computer system to insert into DATE field of books loan database). (Low marks for all trivial queries)Examples of transactions:a.Simple - add a new customer to the Customers table b.Place an order ( customer ID to be obtained, order details to be entered, orders table INSERT) c.Calculate total cost of job X by employee. d.Change a flight schedule. D. Indexing (10%)Implement appropriate indexes in your database, explaining why the indexes were selected. Briefly discuss the pros and cons of indexing in the context of your database. This should form a section in your Portfolio. (A minimum of three indexes are required.)E. Views (15%)Create at least TWO views on your scheme, and explain why they are appropriate for your scheme. Query the views to demonstrate their use. 3. Java Database Connectivity Implement sample Java code to read data from your database table(s) and display the data on screen. Give a brief description of what you have done and include your code in the document. (Java code to be used on Net beans)DeliverablesA. Portfolio DocumentA.1 - One .pdf document, with Table of Contents, containing all code, diagrams and descriptions. Include your name and class, module name, and date at the top of document.A.2 - One .SQL Script (text file) containing all the SQL Script to create, populate and demonstrate your database. (This should execute with no errors.)A.3 – Java Project Source code.A. Design (25%)Topic for my database system development: Exam Timetabling database system1.Describe the proposed system in words (max one page) 2.Develop a UML class diagram for your system - based on your diagram, briefly discuss, domain, super key, primary key, associations (relationships), multiplicity (or cardinality), in the context of your database system (i.e. give relevant examples)3. Develop a Scheme based on your class diagram- with reference to your scheme, identify and describe, candidate key, primary key, foreign key, referential integrity, surrogate key and (if relevant) external keys4. Write the SQL commands to create the database, create and populate tables, query individual tables. (You must include the SQL script in your document - cut and paste queries and results from mysql). Be prepared to defend your choice of data types for selected fields, and any 'not null' fields.Your design must include at least one many-to-many (M:M) relationship, and one 1:M relationship. B. Queries (25%)Write SQL Queries to interrogate your own database. In each case you must write in English what each query does followed by the appropriate SQL Query. Show the output also.ie. 1. Show the names of all teenagers.select firstName, lastName from studentswhere age >= 13 and age <=19;firstname lastname Jack PaleJill HillYou suite of queries must include at least one query involving each the following:SELECT all columns, select subset of columns, ORDER BY, DISTINCT, GROUP BY, LIMIT, WHERE clause, logical operators AND/OR, a selection of 5 functions (e.g sum(), ucase(), INNER JOIN, LEFT JOIN). INSERT, DELETE, UPDATE.(Portfolio Stage 2) 50%C. Use-Cases (25%)Identify 4 use-case scenarios that involve transactions that are applicable to your database. Sketch the user interface that might be used for each transaction - identifying fields that are entered by the user, and those filled in by the software system. Wherever data is retrieved from or inserted (updated or deleted) from the database, you must write the appropriate SQL Query. Briefly describe what the software system does (e.g. get current date from computer system to insert into DATE field of books loan database). (Low marks for all trivial queries)Examples of transactions:a.Simple - add a new customer to the Customers table b.Place an order ( customer ID to be obtained, order details to be entered, orders table INSERT) c.Calculate total cost of job X by employee. d.Change a flight schedule. D. Indexing (10%)Implement appropriate indexes in your database, explaining why the indexes were selected. Briefly discuss the pros and cons of indexing in the context of your database. This should form a section in your Portfolio. (A minimum of three indexes are required.)E. Views (15%)Create at least TWO views on your scheme, and explain why they are appropriate for your scheme. Query the views to demonstrate their use. 3. Java Database Connectivity Implement sample Java code to read data from your database table(s) and display the data on screen. Give a brief description of what you have done and include your code in the document. (Java code to be used on Net beans)DeliverablesA. Portfolio DocumentA.1 - One .pdf document, with Table of Contents, containing all code, diagrams and descriptions. Include your name and class, module name, and date at the top of document.A.2 - One .SQL Script (text file) containing all the SQL Script to create, populate and demonstrate your database. (This should execute with no errors.)A.3 – Java Project Source code.
It is questions in database by using Oracle Database 11g Express Edition on WindowsYou are expected to present solutions like an IT consultant’s report. You are required to extensively research on the relevant topics and present concise and workable solution.It is questions in database by using Oracle Database 11g Express Edition on WindowsYou are expected to present solutions like an IT consultant’s report. You are required to extensively research on the relevant topics and present concise and workable solution.
See the 'Assignment 2 ' file for all instructions. This project is based on the project 1 :questions for project 1 are in 'assignment 1'and the answers for assignment one are in 'nilamreport'deadline needs to be by 21/5See the 'Assignment 2 ' file for all instructions. This project is based on the project 1 :questions for project 1 are in 'assignment 1'and the answers for assignment one are in 'nilamreport'deadline needs to be by 21/5
We have an application (java code) for maze solving by agent using given algorithms and generated mazes.We need to add some additives.-Give possibility to add more agents to solve same maze. Each agent use same algorithm to solve a maze.-At every junction an agent puts/updates SIGN with LIST of all previous visits of agents at this junction.-To the application must be added the algorithm with the given specifications.-Function onMouse at junction show LIST and LIST is exported to excel file-When agent coming-IN to a junction it puts some information (arrows)Others informatins will be sendWe have an application (java code) for maze solving by agent using given algorithms and generated mazes.We need to add some additives.-Give possibility to add more agents to solve same maze. Each agent use same algorithm to solve a maze.-At every junction an agent puts/updates SIGN with LIST of all previous visits of agents at this junction.-To the application must be added the algorithm with the given specifications.-Function onMouse at junction show LIST and LIST is exported to excel file-When agent coming-IN to a junction it puts some information (arrows)Others informatins will be send
Hello, Looking for dedicated, experienced writers to write articles on particular Indian topics. This is a long term working relationship going into the next three months; hence I need serious writers. Quality of grammar and lack of plagiarism is of uttermost importance to me. I will pay a standard rate of $2 for 500 words non-negotiable. Thank youHello, Looking for dedicated, experienced writers to write articles on particular Indian topics. This is a long term working relationship going into the next three months; hence I need serious writers. Quality of grammar and lack of plagiarism is of uttermost importance to me. I will pay a standard rate of $2 for 500 words non-negotiable. Thank you
Require freelancer to help with Spreadsheet Auditing and Design, error detection, error report and fixing the spreadsheet. Creation of decision table and optimisation of spreadsheet.Please contact me for further details.Require freelancer to help with Spreadsheet Auditing and Design, error detection, error report and fixing the spreadsheet. Creation of decision table and optimisation of spreadsheet.Please contact me for further details.
I need someone can using visual C# to drawing a line with section and export it to PDF. Please check the attached file.The OpenGL should be used.I need someone can using visual C# to drawing a line with section and export it to PDF. Please check the attached file.The OpenGL should be used.
The iPhone application is used for quiz.User can select any Website, and make quiz easily.The application use-case is below1. User runs iphone application2. application includes WebBrowser feature3. User write URL and return or go button click4. a web site is displayed5. Many words are included in the site contents like "before image" with attached file6. User can select any words and, draw line with finger. Then the contents change like "after image" with attached file7. User touch each draw line, the draw line disappears and the contents is displayed.8. the applicaiton saves automatically the draw line position When user access to the same URL, the draw line position is automatically appear.The iPhone application is used for quiz.User can select any Website, and make quiz easily.The application use-case is below1. User runs iphone application2. application includes WebBrowser feature3. User write URL and return or go button click4. a web site is displayed5. Many words are included in the site contents like "before image" with attached file6. User can select any words and, draw line with finger. Then the contents change like "after image" with attached file7. User touch each draw line, the draw line disappears and the contents is displayed.8. the applicaiton saves automatically the draw line position When user access to the same URL, the draw line position is automatically appear.
Math Basic calculus assignmentMath Basic calculus assignment
Write a program to apply all the following scheduling algorithms in Java and can solve the attached problemNote : Number of processes should be entered first then the rest of values in the attached tableIn RR the program should ask for the quantum number.Check the manual solution for the problem:https://www.dropbox.com/sh/xv11214to32s0cs/o2CdBC_BO5The output required:A rar file containing all the project files which can be opened in Netbeans and a screenshot of its GUIWrite a program to apply all the following scheduling algorithms in Java and can solve the attached problemNote : Number of processes should be entered first then the rest of values in the attached tableIn RR the program should ask for the quantum number.Check the manual solution for the problem:https://www.dropbox.com/sh/xv11214to32s0cs/o2CdBC_BO5The output required:A rar file containing all the project files which can be opened in Netbeans and a screenshot of its GUI
Write a program to implement Prims and Kruskals algorithm using a matrix representation of undirected graphs. For Kruskal, use different methods for Union-Find. Create a random generator for your graphs, and test the efficiency of each algorithm on big graphs. Which algorithm is the quickest?Write a program to implement Prims and Kruskals algorithm using a matrix representation of undirected graphs. For Kruskal, use different methods for Union-Find. Create a random generator for your graphs, and test the efficiency of each algorithm on big graphs. Which algorithm is the quickest?
All the details of the project can be found in the attached Microsoft word document.The code must contain comments and must work flawlessly like asked in the specifications document.Deadline is 26-5-2013 at 11:00 pm ( +4 GMT )'The project is so simple and straightforward ''please if you don't know how to do the project , don't bid . thanks.'All the details of the project can be found in the attached Microsoft word document.The code must contain comments and must work flawlessly like asked in the specifications document.Deadline is 26-5-2013 at 11:00 pm ( +4 GMT )'The project is so simple and straightforward ''please if you don't know how to do the project , don't bid . thanks.'
Need to make a simplified "runner" type gameExcept our hero is "funny spaceman" who flies through spaceThere are objects that ok to catch to get points or fly faster to get ponts (differently colored shots of alcohol) - some are not ok there must be a support in the game for game controller (usb/bluetooth) with 3 buttons (left, start, right)if interested - will send a proper taskplease send your price and estimated timeNeed to make a simplified "runner" type gameExcept our hero is "funny spaceman" who flies through spaceThere are objects that ok to catch to get points or fly faster to get ponts (differently colored shots of alcohol) - some are not ok there must be a support in the game for game controller (usb/bluetooth) with 3 buttons (left, start, right)if interested - will send a proper taskplease send your price and estimated time
Description of the requirement: 1. A webservice receiving html as input and returning a PDF. 2. The HTML could have styling and UTF-8 text and the PDF must represent it perfectly. 3. The webservice must be based on free version of iText jars. Prof of Concept: A site with API to the above webservice. An example html file is attached to the project. Delivery: Jar + full codeDescription of the requirement: 1. A webservice receiving html as input and returning a PDF. 2. The HTML could have styling and UTF-8 text and the PDF must represent it perfectly. 3. The webservice must be based on free version of iText jars. Prof of Concept: A site with API to the above webservice. An example html file is attached to the project. Delivery: Jar + full code
Hi,I am not looking for anything complicated at all - I just want a simple game of Zork I, done as simply as possible. It does not need to have any special features, be written using any special conventions - if you want, just one long file of if statements would work if you so desired.Thanks.Hi,I am not looking for anything complicated at all - I just want a simple game of Zork I, done as simply as possible. It does not need to have any special features, be written using any special conventions - if you want, just one long file of if statements would work if you so desired.Thanks.
Looking for Parallel single-source shortest path algorithm, Parallel Dijkstra's algorithm or graph partition.Looking for Parallel single-source shortest path algorithm, Parallel Dijkstra's algorithm or graph partition.
All the details of the project can be found in the attached Microsoft word document. The code must contain comments and must work flawlessly like asked in the specifications document.Deadline is 22-5-2013 at 02:00 pm ( +4 GMT )'The project is so simple and straightforward over priced offers will be ignored. thanks.''please if you don't know how to do the project , don't bid . thanks.'All the details of the project can be found in the attached Microsoft word document. The code must contain comments and must work flawlessly like asked in the specifications document.Deadline is 22-5-2013 at 02:00 pm ( +4 GMT )'The project is so simple and straightforward over priced offers will be ignored. thanks.''please if you don't know how to do the project , don't bid . thanks.'
See the "Assignment 2 " file for all instructions. This project is based on the project 1 :questions for project 1 are in "assignment 1"and the answers for assignment one are in "nilamreport"deadline needs to be by 21/5See the "Assignment 2 " file for all instructions. This project is based on the project 1 :questions for project 1 are in "assignment 1"and the answers for assignment one are in "nilamreport"deadline needs to be by 21/5
HiI have system I need to made done for my school is a program for a library management.GUI 2 buttons which works.database with some relevant infomation, = books, customer , loans.made in java IDE eclipse.More info regarding project text me.HiI have system I need to made done for my school is a program for a library management.GUI 2 buttons which works.database with some relevant infomation, = books, customer , loans.made in java IDE eclipse.More info regarding project text me.
Abshire-Smith is an announced liquidity provider for VertexFX:I am interested in discussing a partnership?Joe Bond Director of Abshire-SmithAbshire-Smith is an announced liquidity provider for VertexFX:I am interested in discussing a partnership?Joe Bond Director of Abshire-Smith
Project Overview:The project is to create an automated timetabling program. For a dataset of students, a timetable must be created matching them with a second dataset of tutors. Once a year, the client runs large student and tutor events which facilitate general training on applications to university. The students are split up into three groups (A, B and C) and each group has three workshops. This challenge is related only to the mock interview part of the event which requires both students (interviewees) and tutors (interviewers) to be present. You are asked to build a software programme that will assign each student attending the event to relevant interviews.PLEASE SEE THE ATTACHED DOCUMENT FOR FULL PROJECT OUTLINES AND DETAILS.Project Overview:The project is to create an automated timetabling program. For a dataset of students, a timetable must be created matching them with a second dataset of tutors. Once a year, the client runs large student and tutor events which facilitate general training on applications to university. The students are split up into three groups (A, B and C) and each group has three workshops. This challenge is related only to the mock interview part of the event which requires both students (interviewees) and tutors (interviewers) to be present. You are asked to build a software programme that will assign each student attending the event to relevant interviews.PLEASE SEE THE ATTACHED DOCUMENT FOR FULL PROJECT OUTLINES AND DETAILS.
we need an app that will display search key results from youtube,facebook,twitter and other websites . the app will have different tabsand each tab will display different results from youtube and facebook and maybe sometime websitethe app will display of course 25 results at first and more results as user moves downthe app will support airpush and admob.we need the first app to be built and once its ok we will need clones of this app , maybe around 10 clones for the beginningeach clone will of course display different key results.There will also be an inapp purchase to disable ads which is available through the menu.we need an app that will display search key results from youtube,facebook,twitter and other websites . the app will have different tabsand each tab will display different results from youtube and facebook and maybe sometime websitethe app will display of course 25 results at first and more results as user moves downthe app will support airpush and admob.we need the first app to be built and once its ok we will need clones of this app , maybe around 10 clones for the beginningeach clone will of course display different key results.There will also be an inapp purchase to disable ads which is available through the menu.
I need java code for IDEA algorithm, here we are doing some changes in algorithm like:# Increase algorithm steps.# use different public key and private.I need java code for IDEA algorithm, here we are doing some changes in algorithm like:# Increase algorithm steps.# use different public key and private.
[This is a Private Project. You must be logged in to view the Project Description][This is a Private Project. You must be logged in to view the Project Description]
Hello freelancersI am looking for the following people to help on our projects1) Java programmers who have a lot of experiences in java programming2) Matlab experts who are good with simulation in matlab3)Researchers who can research on any given topic provided by us4) Algorithm and people who know more about algorithms5)Electrical engineers with indepth knowledgeIn your bid please state what you are good at and what your qualifications are.Without your qualifications, your bid will be reportedHello freelancersI am looking for the following people to help on our projects1) Java programmers who have a lot of experiences in java programming2) Matlab experts who are good with simulation in matlab3)Researchers who can research on any given topic provided by us4) Algorithm and people who know more about algorithms5)Electrical engineers with indepth knowledgeIn your bid please state what you are good at and what your qualifications are.Without your qualifications, your bid will be reported
B.E.
Indian Institute of Information Technology
2007-2011
ACM-ICPC IIT Kanpur regionals
ACM
Secured eighth position in final round of ACM-ICPC IIT Kanpur regionals. In total 650 teams participated.
| content | aux0 | aux1 | aux2 | aux3 | aux4 | aux5 | aux6 | aux7 | aux8 | aux9 |
|---|
| content | aux0 | aux1 | aux2 | aux3 | aux4 | aux5 | aux6 | aux7 | aux8 | aux9 |
|---|
I have an experience of 5 years in computer programming and database projects.\nI have provided quality work and I will be providing it in future. \nI have a lot of experience in Game Design, Database Apps and Utility Applications. Please click on hire button on left side to get a quote from me. \nHire me for a quote related to programming project of any scale from very small to big. I will get back to you within atmost 6 hours after you hire me and we can discuss it further.
As you use Freelancer.com to complete work, you'll earn badges which appear on your profile.
Elite Badges are very difficult to obtain, obtainable by only our most dedicated users.
Pro Badges are somewhat uncommon but still obtainable with little effort.
Standard Badges are common and easy to obtain.
Freelancer.com (formerly GetAFreelancer, Scriptlance and vWorker/Rentacoder) is the world's largest freelancing, outsourcing and crowdsourcing marketplace for small business. Hire freelancers to work in software, writing, data entry and design right through to engineering and the sciences, sales and marketing, and accounting & legal services.
Find freelance jobs and make money online! We have freelance coders, writers, programmers, designers, marketers and more. Getting the best web design, custom programming, professional writing or affordable marketing has never been easier!
© Copyright 2013 Freelancer Technology Pty Limited (ACN 142 189 759)
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)