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
6 days ago
“ Great work. Helped with the code after the project. Would hire again.Great work. Helped with the code after the project. Would hire again. ”
11 days ago
“ Great work delivered in less than the agreed time, with excellent results. Good coder!Great work delivered in less than the agreed time, with excellent results. Good coder! ”
13 days ago
“ Great person to work with. Work of high standard.Great person to work with. Work of high standard. ”
28 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 ”
29 days ago
“ Completed the project perfectly, was very impressedCompleted the project perfectly, was very impressed ”
May 19, 2013
“ 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. ”
[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]
Task for dobreiiitaTask for dobreiiita
I need the following program done. It"s basically the magic square problem. It needs to be done in C++. Please see the attached file for complete specifications. I need it done within 2 days.Thanks.JeffI need the following program done. It"s basically the magic square problem. It needs to be done in C++. Please see the attached file for complete specifications. I need it done within 2 days.Thanks.Jeff
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
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.
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.
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.
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.
I need a Java program written as soon as possible. The program is about an elevator with 12 floors. The program needs to randomly generate 8 floors to stop as it is going UP without any kind of repetitions and 5 Floors while it is going DOWN again with absolutely no repetitions. Of course you must use 2 arrays for that. If the last stop going up was at floor 10, and a request was made from floor 12 in order for the elevator to go down, then the elevator must go up to floor 12 in order to satisfy that request. You must show the location of the elevator while it is going up and down. Therefore, you must also display the direction for example:Elevator going up: Currently on 2nd floorElevator going up: Currently on 5th floorYou must also include a timer - 2 seconds between each floor and 3 seconds at each floor. In other words, the elevator should take 2 seconds in order to move from floor to floor and once it reaches the floor it needs to stay on the that floor for 3 seconds. Anytime it stops it should check the relevant array to see which floor to go on next. Finally the program must ask the user if they would like to continue running the program after the two arrays have been completed. In other words, once the elevator goes up 8 floors and down 5 floors it must ask the user if they want to run the program again. The elevator must begin going up from the first floor!$15 for the program or best offer.I need a Java program written as soon as possible. The program is about an elevator with 12 floors. The program needs to randomly generate 8 floors to stop as it is going UP without any kind of repetitions and 5 Floors while it is going DOWN again with absolutely no repetitions. Of course you must use 2 arrays for that. If the last stop going up was at floor 10, and a request was made from floor 12 in order for the elevator to go down, then the elevator must go up to floor 12 in order to satisfy that request. You must show the location of the elevator while it is going up and down. Therefore, you must also display the direction for example:Elevator going up: Currently on 2nd floorElevator going up: Currently on 5th floorYou must also include a timer - 2 seconds between each floor and 3 seconds at each floor. In other words, the elevator should take 2 seconds in order to move from floor to floor and once it reaches the floor it needs to stay on the that floor for 3 seconds. Anytime it stops it should check the relevant array to see which floor to go on next. Finally the program must ask the user if they would like to continue running the program after the two arrays have been completed. In other words, once the elevator goes up 8 floors and down 5 floors it must ask the user if they want to run the program again. The elevator must begin going up from the first floor!$15 for the program or best offer.
We are looking for an algorithm developer with a strong background in mathematics, NLP, machine learning and statistics to help us redesign an existing algorithm written in Matlab, and convert it to Java, for the purpose of running the algorithm on big data sets in real time. Running time and complexity are very important. Must also have a strong background in matlab and Java.We are looking for an algorithm developer with a strong background in mathematics, NLP, machine learning and statistics to help us redesign an existing algorithm written in Matlab, and convert it to Java, for the purpose of running the algorithm on big data sets in real time. Running time and complexity are very important. Must also have a strong background in matlab and Java.
Im looking for a simple program that simulates certain number of elevator needed for a 5 floor building, more information can be found in the document I uploaded. to put t simple, is just a c++ program which requires some random number generator and it output a csv file( i also provided an example of csv output)Im looking for a simple program that simulates certain number of elevator needed for a 5 floor building, more information can be found in the document I uploaded. to put t simple, is just a c++ program which requires some random number generator and it output a csv file( i also provided an example of csv output)
Looking for a python script that uses PyParsing to parse street address information.The script will load raw street address data from a mysql table, parse the address data into the corresponding fields and store the data into another mysql table.The difficulty of this project is to define the Recursive Grammar and appropriate Actions using the PyParsing module in order to accommodate parsing addresses of even the most uncommon formats.The successful script will have to correctly parse a sample of 3000 address of many different formats. Previous experience in python scripting and PyParsing is a must. Script needs to be fully documented.Looking for a python script that uses PyParsing to parse street address information.The script will load raw street address data from a mysql table, parse the address data into the corresponding fields and store the data into another mysql table.The difficulty of this project is to define the Recursive Grammar and appropriate Actions using the PyParsing module in order to accommodate parsing addresses of even the most uncommon formats.The successful script will have to correctly parse a sample of 3000 address of many different formats. Previous experience in python scripting and PyParsing is a must. Script needs to be fully documented.
HI Freelancers, I need someone to take a small java assignment based on java se 7. It is pretty simple who knows java enhancement like for loop with String. Looking forward to start soon. And please don"t bid over 50USD as this is one hour work, thanksHI Freelancers, I need someone to take a small java assignment based on java se 7. It is pretty simple who knows java enhancement like for loop with String. Looking forward to start soon. And please don"t bid over 50USD as this is one hour work, thanks
We are looking for skilled IT Programmers.Ideal candidates will have at least 4 years experience in Java and Eclipse Programming.Requirements:- Strong Java background- Strong Eclipse Background- Project Management skills- Task ManagementWork environment requirements:- Well working PC- Working internet- Good working-atmosphereThe porject is based around an existing software product and we need an addon developed more details will be given. Project will take 3 - 4 months and will require your full attention.Please apply if you are an indivdual. No companies need to bitWe are looking for skilled IT Programmers.Ideal candidates will have at least 4 years experience in Java and Eclipse Programming.Requirements:- Strong Java background- Strong Eclipse Background- Project Management skills- Task ManagementWork environment requirements:- Well working PC- Working internet- Good working-atmosphereThe porject is based around an existing software product and we need an addon developed more details will be given. Project will take 3 - 4 months and will require your full attention.Please apply if you are an indivdual. No companies need to bit
Hello, first of all, do not waste your bid if you cannot start immediately. I need a simple phonegap script (android or ios you choose) which will have 5 buttons. - button1 (loads google.com)- button2 (loads yahoo.com)- Home button - takes you back to start- Folder button - opens downloads folder on the device- Exit button - exit the application^^THOSE 3 buttons need to be visible when browsing yahoo or googleMilestone will be set. Easy money with maybe 2 hours of work. Happy bidding.Hello, first of all, do not waste your bid if you cannot start immediately. I need a simple phonegap script (android or ios you choose) which will have 5 buttons. - button1 (loads google.com)- button2 (loads yahoo.com)- Home button - takes you back to start- Folder button - opens downloads folder on the device- Exit button - exit the application^^THOSE 3 buttons need to be visible when browsing yahoo or googleMilestone will be set. Easy money with maybe 2 hours of work. Happy bidding.
i want the user to log in using one username and one password . also, the user will have the choice to put his flight type : one way, round trip and multi. I want to use 20 locations to travel around. the user will choose which class: first, business or economy. the total should be caculated, and the address of the user should be entered.basically, I want a Flight booking process.note:a lab report is required. see the format in the attached file.PowerPoint for the project. describing the project.All code should be noted.i want the user to log in using one username and one password . also, the user will have the choice to put his flight type : one way, round trip and multi. I want to use 20 locations to travel around. the user will choose which class: first, business or economy. the total should be caculated, and the address of the user should be entered.basically, I want a Flight booking process.note:a lab report is required. see the format in the attached file.PowerPoint for the project. describing the project.All code should be noted.
Along with some java basics , i am interested in some advance level java programming project.Please send me your proposal along with the detailed course-structure you will be offering and the feasible timing for such training ASAP.I live in EDT time zone.(Removed by administrator)Along with some java basics , i am interested in some advance level java programming project.Please send me your proposal along with the detailed course-structure you will be offering and the feasible timing for such training ASAP.I live in EDT time zone.(Removed by administrator)
We looking for company or freelancer with well known knowledge of english. We lot projects coming at the moment, so at least 20 app projects. If this project will be done perfectly we will use your team often in the future.Bid on this project hereunderunder:We need an detection app designed for iOS + Android. The app is detecting from of objects and human figures and can be shared it via social media.Budget total price: $550We looking for company or freelancer with well known knowledge of english. We lot projects coming at the moment, so at least 20 app projects. If this project will be done perfectly we will use your team often in the future.Bid on this project hereunderunder:We need an detection app designed for iOS + Android. The app is detecting from of objects and human figures and can be shared it via social media.Budget total price: $550
Required Skills:• Excellent C++ programming skills.• Experience of developing Linux code.• Familiarity with the Linux graphics stacksDesirable Skills:• Linux used in embedded environments.• Experience with OpenGL ES or OpenGL.• An understanding 2D/3D graphicsSalary is upon your hourly rate and is discussable individualy!Required Skills:• Excellent C++ programming skills.• Experience of developing Linux code.• Familiarity with the Linux graphics stacksDesirable Skills:• Linux used in embedded environments.• Experience with OpenGL ES or OpenGL.• An understanding 2D/3D graphicsSalary is upon your hourly rate and is discussable individualy!
The aim of this project is to build a tool that will act as Evidence Manager. An evidence is an artifact that helps to gain confidence about a system safety claim. Therefore an evidence can be any development/assessment artifact from the lifecycle of a software. These could be specification documents, plans, test results, review reports, and even CV of a developer. For a snapshot of what an evidence is please refer to the diagram attached.Aim of the tool:A tool to collect, save, manage safety evidence. The tool will have to maintain traceability between different pieces of evidence artefacts. The tool should be abe to connect to a Database in which all the development & assessment artefacts will be saved. The tool should be able to add new artifacts into the tool, able to create links between two or more artefacts. Some concepts have to be given by the user when adding an artefact like for example name of the artefact, how was it produced (activity), who is responsible (name of person), which project is it associated to, etc. There are more details specification of the evidence artefact concepts and this can be found in the documentation attached. The document contains a class diagram giving the most important concepts that the evidence managet tool should be able to collect from the user. The tool can be an eclipse plugin or a standalone java tool or Web based tool.Example tool:I also give you an example of a tool, used in a different domain (in law enforcement). You can see some screenshot of the tool and there are some concepts that are common in the tool we will build. Please have a look at the these screenshots http://www.percs.com/evidence-manager-screenshots.htmlMore detail about the project and specific requirements will be discussed later after the bidding face.P.S. The tool is only a prototype tool and only needs to show that the concepts we have in the model can be implemented in the tool.Looking forward for your reply.The aim of this project is to build a tool that will act as Evidence Manager. An evidence is an artifact that helps to gain confidence about a system safety claim. Therefore an evidence can be any development/assessment artifact from the lifecycle of a software. These could be specification documents, plans, test results, review reports, and even CV of a developer. For a snapshot of what an evidence is please refer to the diagram attached.Aim of the tool:A tool to collect, save, manage safety evidence. The tool will have to maintain traceability between different pieces of evidence artefacts. The tool should be abe to connect to a Database in which all the development & assessment artefacts will be saved. The tool should be able to add new artifacts into the tool, able to create links between two or more artefacts. Some concepts have to be given by the user when adding an artefact like for example name of the artefact, how was it produced (activity), who is responsible (name of person), which project is it associated to, etc. There are more details specification of the evidence artefact concepts and this can be found in the documentation attached. The document contains a class diagram giving the most important concepts that the evidence managet tool should be able to collect from the user. The tool can be an eclipse plugin or a standalone java tool or Web based tool.Example tool:I also give you an example of a tool, used in a different domain (in law enforcement). You can see some screenshot of the tool and there are some concepts that are common in the tool we will build. Please have a look at the these screenshots http://www.percs.com/evidence-manager-screenshots.htmlMore detail about the project and specific requirements will be discussed later after the bidding face.P.S. The tool is only a prototype tool and only needs to show that the concepts we have in the model can be implemented in the tool.Looking forward for your reply.
To develop a course management system (CMS) where an administrator can load students curricula contents onto computer systems for final release to students. The CMS shall be developed as a framework to provide for easy contents (curriculum) integration by an administrator through menu and tab creations for course subjects and topics. The final product shall then be loaded onto computer notebooks to run as a standalone apps.The application shall be built to support 3 basic categories of users (roles): Admin, Teacher, StudentsAdmin Role: To be able to create menus and tabs for subjects and topics where topics text contents shall then be loaded. This shall be packaged as a single installer.Students: To be able to navigate through different subjects and related topics for reading purposes. Take tests and quizesTeacher: Able to do students roles as well as have access to teacher"s corner/menuI am able to provide further info should there be need.Note: Timeline is tight. 2 to 3 weeksTo develop a course management system (CMS) where an administrator can load students curricula contents onto computer systems for final release to students. The CMS shall be developed as a framework to provide for easy contents (curriculum) integration by an administrator through menu and tab creations for course subjects and topics. The final product shall then be loaded onto computer notebooks to run as a standalone apps.The application shall be built to support 3 basic categories of users (roles): Admin, Teacher, StudentsAdmin Role: To be able to create menus and tabs for subjects and topics where topics text contents shall then be loaded. This shall be packaged as a single installer.Students: To be able to navigate through different subjects and related topics for reading purposes. Take tests and quizesTeacher: Able to do students roles as well as have access to teacher"s corner/menuI am able to provide further info should there be need.Note: Timeline is tight. 2 to 3 weeks
To develop a course management system (CMS) where an administrator can load students curricula contents onto computer systems for final release to students. The CMS shall be developed as a framework to provide for easy contents (curriculum) integration by an administrator through menu and tab creations for course subjects and topics. The final product shall then be loaded onto computer notebooks to run as a standalone apps.The application shall be built to support 3 basic categories of users (roles): Admin, Teacher, StudentsAdmin Role: To be able to create menus and tabs for subjects and topics where topics text contents shall then be loaded. This shall be packaged as a single installer.Students: To be able to navigate through different subjects and related topics for reading purposes. Take tests and quizesTeacher: Able to do students roles as well as have access to teacher"s corner/menuI am able to provide further info should there be need.Note: Timeline is tight. 2 to 3 weeksTo develop a course management system (CMS) where an administrator can load students curricula contents onto computer systems for final release to students. The CMS shall be developed as a framework to provide for easy contents (curriculum) integration by an administrator through menu and tab creations for course subjects and topics. The final product shall then be loaded onto computer notebooks to run as a standalone apps.The application shall be built to support 3 basic categories of users (roles): Admin, Teacher, StudentsAdmin Role: To be able to create menus and tabs for subjects and topics where topics text contents shall then be loaded. This shall be packaged as a single installer.Students: To be able to navigate through different subjects and related topics for reading purposes. Take tests and quizesTeacher: Able to do students roles as well as have access to teacher"s corner/menuI am able to provide further info should there be need.Note: Timeline is tight. 2 to 3 weeks
there are 8 questions about java course. Questions content; checkbox, radio button, gui, figure drawing).. the difficulty of questions is mediumthere are 8 questions about java course. Questions content; checkbox, radio button, gui, figure drawing).. the difficulty of questions is medium
Part A ) Extract information from a given set of url"s (BID URLs) which contain many PDF in Spanish and extract from the PDFs text using regular expressions.Example:The URL https://www.contratos.gov.co/consultas/detalleProceso.do?numConstancia=13-1-93422 should produce the following : Gerente de proyecto, Desarollador Java, Desarrollador PHP, Desarrollador Forms, Desarrollador .NET , Arquitecto de Software. This text is in page 47 of one of the files listed in the url. Keep in mind you have to parse all the docs in the URL.Part B) After extracting the text the idea is to Store some of the text that matches certain criteria into a relational database (Mysql). With the above example the idea would be to store in a table with three fields: | URL | https://www.contratos.gov.co/consultas/detalleProceso.do?numConstancia=13-1-93422 | Gerente de Proyecto | Ingeniero de SistemasUn (1) ao en Gerencia de proyectos informticos | 1Conditions:1. Automatic replies that do not ask for especific information will be automatically discarded.2. Deliverable MUST be configured as a working java maven project and does NOT have to be web.3. Only one payment will be made when deliverables work and fully tested.4. Project will be awarded to the first programmer to submit a working prototype of part A.Part A ) Extract information from a given set of url"s (BID URLs) which contain many PDF in Spanish and extract from the PDFs text using regular expressions.Example:The URL https://www.contratos.gov.co/consultas/detalleProceso.do?numConstancia=13-1-93422 should produce the following : Gerente de proyecto, Desarollador Java, Desarrollador PHP, Desarrollador Forms, Desarrollador .NET , Arquitecto de Software. This text is in page 47 of one of the files listed in the url. Keep in mind you have to parse all the docs in the URL.Part B) After extracting the text the idea is to Store some of the text that matches certain criteria into a relational database (Mysql). With the above example the idea would be to store in a table with three fields: | URL | https://www.contratos.gov.co/consultas/detalleProceso.do?numConstancia=13-1-93422 | Gerente de Proyecto | Ingeniero de SistemasUn (1) ao en Gerencia de proyectos informticos | 1Conditions:1. Automatic replies that do not ask for especific information will be automatically discarded.2. Deliverable MUST be configured as a working java maven project and does NOT have to be web.3. Only one payment will be made when deliverables work and fully tested.4. Project will be awarded to the first programmer to submit a working prototype of part A.
This project is mean to be written in Java and it is suppose to replicate the growth of a neuron using the following algorithm1 ) create an Cellular automaton ( matrix filled with 1 and 0 on which basic simple transformation rules apply )2 ) calculate different properties on the new matrix which is generated each stage (area, number of pixels of 1 etc). Insert these properties into a given formula.3) out of a set of 20 matrices , select the ones who have the highest score.This project is mean to be written in Java and it is suppose to replicate the growth of a neuron using the following algorithm1 ) create an Cellular automaton ( matrix filled with 1 and 0 on which basic simple transformation rules apply )2 ) calculate different properties on the new matrix which is generated each stage (area, number of pixels of 1 etc). Insert these properties into a given formula.3) out of a set of 20 matrices , select the ones who have the highest score.
This is a small 6 page app for Mobile. Side buttons for Seven pages are listed here . Do not price the RSVP form in your bid but please send an estimate for adding the RSVP form later.Here is the page: http://www.koreanwar60.com/27julyButtons leading to the 6 pages are here.Events HomeRSVP (this form is not part of the original project )General InformationHotel AccommodationsParking/TransportationSecurityOther Commemorative EventsThis is a small 6 page app for Mobile. Side buttons for Seven pages are listed here . Do not price the RSVP form in your bid but please send an estimate for adding the RSVP form later.Here is the page: http://www.koreanwar60.com/27julyButtons leading to the 6 pages are here.Events HomeRSVP (this form is not part of the original project )General InformationHotel AccommodationsParking/TransportationSecurityOther Commemorative Events
[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]
Simulating watercolor based on physical processes.The program must take the input image and the output is to give watercolor painting.Description of physical processes is in the attached file.term - 1-3 days.Simulating watercolor based on physical processes.The program must take the input image and the output is to give watercolor painting.Description of physical processes is in the attached file.term - 1-3 days.
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 |
|---|
2012 Scav Hunt
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)