Location: New Delhi, India
Member since: March 2011
In line with my continued interest and performance in Computer Science and Engineering I have decided to build up my career in the professional field. So, I would like to show my immense aspiration to become a quick learner and to prove myself as a sincere and energetic person through extensive hard working and integrity.\ni always try to make my clients happy....
[read more]
4.9
10 days ago
“ Very good.... I will hire him again. We have been working good together.Very good.... I will hire him again. We have been working good together. ”
11 days ago
“ Great job, on budget and on time plus extra help on getting the code tested, will hire again.Great job, on budget and on time plus extra help on getting the code tested, will hire again. ”
20 days ago
“ It was super to work with samitXI... He went an extra mile to complete my project. I WILL HIRE HIM AGAIN....It was super to work with samitXI... He went an extra mile to complete my project. I WILL HIRE HIM AGAIN.... ”
24 days ago
“ Had previously used this freelancer for a custom application. I wanted to add some additional functionality and received the same great service. He was extremely quick and is a very reliable freelancer.Had previously used this freelancer for a custom application. I wanted to add some additional functionality and received the same great service. He was extremely quick and is a very reliable freelancer. ”
24 days ago
“ Although taking a little additional time, deliver good work thanks!Although taking a little additional time, deliver good work thanks! ”
26 days ago
“ First time using the website for a personal project. This user completed my program 1.5 days early and even went back and tweaked the program so that I was completely satisfied. Also kept in contact through the whole process and was very professional. The project exceeded all my expectations and I will use him for any future application developments.First time using the website for a personal project. This user completed my program 1.5 days early and even went back and tweaked the program so that I was completely satisfied. Also kept in contact through the whole process and was very professional. The project exceeded all my expectations and I will use him for any future application developments. ”
I need to find and upload 1.500 documents through an upload form. Further information will be provided as soon as bid is closedWe need a freelancer who knows Java very well, in order to properly interact and modify the upload form.I need to find and upload 1.500 documents through an upload form. Further information will be provided as soon as bid is closedWe need a freelancer who knows Java very well, in order to properly interact and modify the upload form.
I have a small script that combines array elements into chains. With bigger arrays javascript is simply way too slow for my purposes so I would like you to convert the script to C or C++. It"s three small functions so shouldn"t take very long.The program can"t have any external dependencies (for example Boost libraries).I have a small script that combines array elements into chains. With bigger arrays javascript is simply way too slow for my purposes so I would like you to convert the script to C or C++. It"s three small functions so shouldn"t take very long.The program can"t have any external dependencies (for example Boost libraries).
KWIC index system provides a convenient search mechanism for information in a long list of lines, such as book titles, or online documentation entries. It is widely used for a web search engine and the permuted index for the Unix Man pages. The system accepts an ordered set of lines, each line is an ordered set of word, and each word is an ordered set of characters. Any line may be circularly shifted by repeatedly removing the first word and appending it at the end of line. The output is a listing of all circular shifts of all lines in alphabetical order.Purpose: The purpose of this project is to architect a KWIC system, which will be used later for a web search engine. The architecture will follow the Abstract Data Type (ADT), or object-oriented style, as opposed to other architectural styles such as Implicit invocation style, Pipes and filters, Shared Data.instructions are in the pdf file in the rar file and it needs to be in report in pdf format tyKWIC index system provides a convenient search mechanism for information in a long list of lines, such as book titles, or online documentation entries. It is widely used for a web search engine and the permuted index for the Unix Man pages. The system accepts an ordered set of lines, each line is an ordered set of word, and each word is an ordered set of characters. Any line may be circularly shifted by repeatedly removing the first word and appending it at the end of line. The output is a listing of all circular shifts of all lines in alphabetical order.Purpose: The purpose of this project is to architect a KWIC system, which will be used later for a web search engine. The architecture will follow the Abstract Data Type (ADT), or object-oriented style, as opposed to other architectural styles such as Implicit invocation style, Pipes and filters, Shared Data.instructions are in the pdf file in the rar file and it needs to be in report in pdf format ty
Private project for SamitXI. Please do not bid others.Hi, Please bid for $50 on this.Private project for SamitXI. Please do not bid others.Hi, Please bid for $50 on this.
I need someone to organize a lead list for me in an excel document. I have the leads unorganized and in a word document. I also would like to add 100 additional contacts to the lead list via google search. I currently have roughly 50 contacts. So, the total is 150 contact in an excel spreadsheet with 8 rows to include: Organization, Contact Email, Phone, Method of Contact, Date of last contact, Responded, Next StepDate(s) (if event), NotesI need someone to organize a lead list for me in an excel document. I have the leads unorganized and in a word document. I also would like to add 100 additional contacts to the lead list via google search. I currently have roughly 50 contacts. So, the total is 150 contact in an excel spreadsheet with 8 rows to include: Organization, Contact Email, Phone, Method of Contact, Date of last contact, Responded, Next StepDate(s) (if event), Notes
please see details and decide if each page is doable. for page that is not doable lets discuss. if not doable the fee will appy with the nda project (nda project one is simpler)please see details and decide if each page is doable. for page that is not doable lets discuss. if not doable the fee will appy with the nda project (nda project one is simpler)
hi, could help for some work is related to my thesis using NS 2.27 (cygwin) and contact me in this emailali106014@yahoo.comhi, could help for some work is related to my thesis using NS 2.27 (cygwin) and contact me in this emailali106014@yahoo.com
[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]
Hi,I noticed you got hired by one of the students for this project. I have the same exact project and willing to give you $50 to give me this project in next 3-4 hours.Please let me know if you are awake.remember that you already did this project and there is nothing to be done.Thank you very much,BooliHi,I noticed you got hired by one of the students for this project. I have the same exact project and willing to give you $50 to give me this project in next 3-4 hours.Please let me know if you are awake.remember that you already did this project and there is nothing to be done.Thank you very much,Booli
Hi everybody,I need someone to implement a c++ library for polygon detection from a point.Something like the algorithm in the paper below.http://web.ist.utl.pt/alfredo.ferreira/publications/12EPCG-PolygonDetection.pdfThis library should take a list of line segments and a point as input and as output -it should give back a polygon where the point resides in-island polygons to exclude-All lose line segments which are not a part of any polygonsAcceptable complexity is around O(n) or some variety of it (e.g O(n) + nlogn etc)O(n2) and worse is not acceptablePlease have a look at the drawing attached and read the restINPUT:Line Segments List(AB,EF,AG,CD,HI,JK,KL,ML,MN)Point pt1 (x,y)OUTPUTIncluded Polygon:points H,J,K,L,M,N,2,I (as a list)Excluded Polygons (island(s)):points 4,5,6,7 (as a list)and if there are more excluded polygons they should be the part of outputs Loose Line Segments List (E1,G1,D2,2F,3C,3B)Hi everybody,I need someone to implement a c++ library for polygon detection from a point.Something like the algorithm in the paper below.http://web.ist.utl.pt/alfredo.ferreira/publications/12EPCG-PolygonDetection.pdfThis library should take a list of line segments and a point as input and as output -it should give back a polygon where the point resides in-island polygons to exclude-All lose line segments which are not a part of any polygonsAcceptable complexity is around O(n) or some variety of it (e.g O(n) + nlogn etc)O(n2) and worse is not acceptablePlease have a look at the drawing attached and read the restINPUT:Line Segments List(AB,EF,AG,CD,HI,JK,KL,ML,MN)Point pt1 (x,y)OUTPUTIncluded Polygon:points H,J,K,L,M,N,2,I (as a list)Excluded Polygons (island(s)):points 4,5,6,7 (as a list)and if there are more excluded polygons they should be the part of outputs Loose Line Segments List (E1,G1,D2,2F,3C,3B)
DescriptionYou will provide two things: 1) A php script that contains a number of paths to php scripts and a number of variables for each php script. The php script will pass the paths and variables to the C/C++ program and run it. 2) A program written in C or C++ which runs on linux centos that will run a large number of php scripts at the same time in a very efficient way. Requirements:- The program should be able to run at least 400 php scripts at once and simultaneously without any siginificant time delay in the start of each individual script.- A number of PHP variabels should be send to each individual PHP script.- The script should be able to deal with concurrency: Multiple users will be using the program at the same time. The program should know when the scripts are finished for that particular session, while at the same time other scripts are running for other users. In other words: the program should know which scripts are being run for a particular session AND it should know when those are finished.- Sometimes a remote server will be used and then it should be possible to use a login username and password for that server. If there is no username and password given, logging in should be avoided and the same server should be used. Loggin in will take additional resources from the server and should be avoided if scripts from the same server are being run.Please only respond if you are confident that you can do the job!DescriptionYou will provide two things: 1) A php script that contains a number of paths to php scripts and a number of variables for each php script. The php script will pass the paths and variables to the C/C++ program and run it. 2) A program written in C or C++ which runs on linux centos that will run a large number of php scripts at the same time in a very efficient way. Requirements:- The program should be able to run at least 400 php scripts at once and simultaneously without any siginificant time delay in the start of each individual script.- A number of PHP variabels should be send to each individual PHP script.- The script should be able to deal with concurrency: Multiple users will be using the program at the same time. The program should know when the scripts are finished for that particular session, while at the same time other scripts are running for other users. In other words: the program should know which scripts are being run for a particular session AND it should know when those are finished.- Sometimes a remote server will be used and then it should be possible to use a login username and password for that server. If there is no username and password given, logging in should be avoided and the same server should be used. Loggin in will take additional resources from the server and should be avoided if scripts from the same server are being run.Please only respond if you are confident that you can do the job!
[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]
We are looking for an Excel based model which can do some calculations and keep track of certain features. Please contact me for a detailed write up.We are looking for an Excel based model which can do some calculations and keep track of certain features. Please contact me for a detailed write up.
We have around 20 PSDs to be Sliced into proper ASP.Net 4.0 Web Project (C#). No code behind need to be placed only front end development.The css need to be created using ether responsive or twitter bootstrap. The files and field need to follow a simple standard eg: txtName, lblName and so on.Desired Technologies:HTML5/CSS3, jQuery, Ajax, JavaScript and Twitter BootstrapWe need this to be done in 4 days.OVERALL STEPS =========================================> Slice PSDs to ASP.Net framework 4.0 - 4.5 web project.> Only create front end.> Make sure CSS is created using responsive design methodology.> Use AJAX for allowing retrieval of data without submitting or loading the entire page again.> Write code in W3C validated HTML5, CSS3 for cross browser compatibility.> Write code with naming conventions, coding standards and denoted comments for better understanding of code in future.Also I"ll need all the text areas to be inside literals "", image as asp:image controls and buttons as text with css style. The reason for that is because we are going to do it multi languageAlso we would like to have an NDA signed and a estimated date for start and delivery of the project.Please see images attached for an Idea of what we need.We have around 20 PSDs to be Sliced into proper ASP.Net 4.0 Web Project (C#). No code behind need to be placed only front end development.The css need to be created using ether responsive or twitter bootstrap. The files and field need to follow a simple standard eg: txtName, lblName and so on.Desired Technologies:HTML5/CSS3, jQuery, Ajax, JavaScript and Twitter BootstrapWe need this to be done in 4 days.OVERALL STEPS =========================================> Slice PSDs to ASP.Net framework 4.0 - 4.5 web project.> Only create front end.> Make sure CSS is created using responsive design methodology.> Use AJAX for allowing retrieval of data without submitting or loading the entire page again.> Write code in W3C validated HTML5, CSS3 for cross browser compatibility.> Write code with naming conventions, coding standards and denoted comments for better understanding of code in future.Also I"ll need all the text areas to be inside literals "", image as asp:image controls and buttons as text with css style. The reason for that is because we are going to do it multi languageAlso we would like to have an NDA signed and a estimated date for start and delivery of the project.Please see images attached for an Idea of what we need.
I want an automatic connection between my excel sheet and the data base.Also an automatic program where i can easy input data and convert it to excel sheet.ThankI want an automatic connection between my excel sheet and the data base.Also an automatic program where i can easy input data and convert it to excel sheet.Thank
I want an experienced Prestashop developer to optimise my current site ( www.stickit.gr)There are basically two requirements :1 - Greatly improve the Webpagetest results , especialy the time to first byte ( Test available at http://www.webpagetest.org/result/130616_VC_R7H/ )2 - Greatly improve the loading time and subsequent user experience for the site - this may well be a combination of optimising servers settings ( Centos6 , Apache , nginx , prestashop, mysql, smarty, cache, images etc. - I will require PROOF of the increase performance.I want an experienced Prestashop developer to optimise my current site ( www.stickit.gr)There are basically two requirements :1 - Greatly improve the Webpagetest results , especialy the time to first byte ( Test available at http://www.webpagetest.org/result/130616_VC_R7H/ )2 - Greatly improve the loading time and subsequent user experience for the site - this may well be a combination of optimising servers settings ( Centos6 , Apache , nginx , prestashop, mysql, smarty, cache, images etc. - I will require PROOF of the increase performance.
I am uncertain about the cost of this project, please let me know if you regard the range as unrealistic.SummarySome software is required for connecting to the Betfair betting exchange through the API, reading data and making bets. DetailsC++ is the preferred programming language. It should run on 64 bit Windows 8 operating system, and ideally on earlier 32 bit Windows operating system also. There is a certain degree of flexibility in the overall architecture of the system according to your recommendation. It is proposed that some controlling software will open and close some bot sessions which will make the bets on the exchange. A simple GUI should be provided which can be used to specify a range of parameters. These preferences should be prepopulated with a parameters fie. The software should be efficient and stable and the code must be fully editable in a visual programming environment and it must be possible for someone without advanced technical expertise to set up with simple instructions you will provide. In particular, their will be a logic function that makes betting decisions, and it must be possible to add and remove parameters by editing the code and recompiling the software. The software is likely to be used in betting on horse races, but it should be possible to run it on other sports. The software must be able to place bets on the Uk and Australian exchanges, and must be able to place bets before the race and in running. API and screen scraping FTP mode must both be supported.At the start of the day the control software should start all the bots and at the end of the day it should close them down. The bot will need to be able to detect the length of time before each race.The software should facilitate configuring all of the following:The countries from which race meetings will be selected (e.g. UK and Ireland).Whether one bot for all betting is required or one bot for each meeting.The interval of time before or after the start of the race that betting is to begin and end.Whether betting stops when the market is suspended or continues until it is closed.It should be possible to view the race meetings that have been selected and manually alter the list for the day by removing some and adding others. Minimum and maximum number of runners allowed. Minimum and maximum stake.Output bets information.Output market information.Make profit loss calculation.The software will read data from the site. The variables should conform to an existing naming system, details of which I will provide you.This information which will be passed in to a logic function that makes betting decisions. I will write this, it is not something that you need to do. Based on the data decisions to place new bets, either back or lay, and to cancel or modify existing ones will be made. You need to support these operations which I will call from the logic function.Data structures and variable names must ideally conform to existing ones to facilitate compatibility with existing code. Ensuring this compatibility will not be your responsibility and you will not have to work with this existing code, however it would useful if you would use our names for variables to minimize changes required to the existing code.The bot will need to output data in to two CSV files for each race that can be readily studied in a spread sheet. This should include all of the data read in one file and all of the betting decisions made in another, both should be properly indexed and include the time before the start of the race. This will be used for debugging future changes to the code.There is some flexibility in these specifications, particularly if altering them will produce a cheaper quote.A slightly more detailed specification is avaialbe at https://skydrive.live.com/redir?resid=6C7D6F28A7591688!2199&authkey=!AJrQZeKF8Alhb7c.Please let me know if you have problems following this link.I am uncertain about the cost of this project, please let me know if you regard the range as unrealistic.SummarySome software is required for connecting to the Betfair betting exchange through the API, reading data and making bets. DetailsC++ is the preferred programming language. It should run on 64 bit Windows 8 operating system, and ideally on earlier 32 bit Windows operating system also. There is a certain degree of flexibility in the overall architecture of the system according to your recommendation. It is proposed that some controlling software will open and close some bot sessions which will make the bets on the exchange. A simple GUI should be provided which can be used to specify a range of parameters. These preferences should be prepopulated with a parameters fie. The software should be efficient and stable and the code must be fully editable in a visual programming environment and it must be possible for someone without advanced technical expertise to set up with simple instructions you will provide. In particular, their will be a logic function that makes betting decisions, and it must be possible to add and remove parameters by editing the code and recompiling the software. The software is likely to be used in betting on horse races, but it should be possible to run it on other sports. The software must be able to place bets on the Uk and Australian exchanges, and must be able to place bets before the race and in running. API and screen scraping FTP mode must both be supported.At the start of the day the control software should start all the bots and at the end of the day it should close them down. The bot will need to be able to detect the length of time before each race.The software should facilitate configuring all of the following:The countries from which race meetings will be selected (e.g. UK and Ireland).Whether one bot for all betting is required or one bot for each meeting.The interval of time before or after the start of the race that betting is to begin and end.Whether betting stops when the market is suspended or continues until it is closed.It should be possible to view the race meetings that have been selected and manually alter the list for the day by removing some and adding others. Minimum and maximum number of runners allowed. Minimum and maximum stake.Output bets information.Output market information.Make profit loss calculation.The software will read data from the site. The variables should conform to an existing naming system, details of which I will provide you.This information which will be passed in to a logic function that makes betting decisions. I will write this, it is not something that you need to do. Based on the data decisions to place new bets, either back or lay, and to cancel or modify existing ones will be made. You need to support these operations which I will call from the logic function.Data structures and variable names must ideally conform to existing ones to facilitate compatibility with existing code. Ensuring this compatibility will not be your responsibility and you will not have to work with this existing code, however it would useful if you would use our names for variables to minimize changes required to the existing code.The bot will need to output data in to two CSV files for each race that can be readily studied in a spread sheet. This should include all of the data read in one file and all of the betting decisions made in another, both should be properly indexed and include the time before the start of the race. This will be used for debugging future changes to the code.There is some flexibility in these specifications, particularly if altering them will produce a cheaper quote.A slightly more detailed specification is avaialbe at https://skydrive.live.com/redir?resid=6C7D6F28A7591688!2199&authkey=!AJrQZeKF8Alhb7c.Please let me know if you have problems following this link.
I like a portal in www.turistinfo.ro but with an improved design. The portal will fucntionalitati us. Details will be discussed according to the offer made.I like a portal in www.turistinfo.ro but with an improved design. The portal will fucntionalitati us. Details will be discussed according to the offer made.
I want to create a 10 station linear process simulation in which the process runs for a certain number of intervals. The process gets a certain amount of customer transactions as inputs and these pass through the process steps and become final output to the customer.At the setup stage, the user can fill in the input boxes at the start of the simulation.Input parameters at each station (inputs can be made by the user in boxes that accept numerical inputs and/or drop downs selections that user can choose from)1.Station name 2.Number of people3.Reject Rate (to the previous station): what percentage of the output from the previous stage has to go back to the previous stage for rework. 4.Processing Time + distribution (how much time in interval units does it take to process a transaction by a person on this station)5.Transaction Discharge pattern: After work is finished it goes into the output queue. The transaction discharge pattern is how it will flow from the output queue of this station to the input queue of the next stationOutput at each station (Updated every interval)1.Amount in input queue2.WIP (how many are people working on)3.Output Queue (how many are finished processing but are not yet gone into the input queue of the next station)4.Defects (how many cases were rejected and came back from the next stage)5. Idle timeOverall Customer input Pattern of arrival from the customer (after how many intervals do new transactions come from the customer. What distribution do they follow?Customer Output1.Graphical display of output to the customer every interval 2.Graphical display of the average time an application spends in the system from the time the customer puts it in the queue to hen it goes back to the customerI also need a timer that is updated every interval and goes on till the end of the simulation run timeAt the setup stage, the user will fill in all the setup parameters and also:Simulation Run time: how long will the simulation runUpdating interval: after how long will the simulation show an update (so if a simulation runs for 100 seconds, and updating interval is 10 seconds, then every 10 units the graph and data will upload)The user control once the simulation is set up will be to:RunPause and modify the parametersContinueReset (create new process parameters)I want to be clear that:1. I will own the source code of the file2. This is only part 1 of the project and I wlll work with you to create future versions with more features3. The programmer must be experienced in Excel, VBA and should have experience doing Excel based applications using object oriented approach.. 4. WE ABSOLUTELY NEED TO HAVE A GREAT LOOKING GUI, FOR THE INPUTS, OUTPUTS, CHARTS ETC. EVERYTHING MUST LOOK VERY NEAT, GRAPHICAL AND VISUALIf I select you, then I will also work with you to refine the scope and also the exact deliverables from this projectI want to create a 10 station linear process simulation in which the process runs for a certain number of intervals. The process gets a certain amount of customer transactions as inputs and these pass through the process steps and become final output to the customer.At the setup stage, the user can fill in the input boxes at the start of the simulation.Input parameters at each station (inputs can be made by the user in boxes that accept numerical inputs and/or drop downs selections that user can choose from)1.Station name 2.Number of people3.Reject Rate (to the previous station): what percentage of the output from the previous stage has to go back to the previous stage for rework. 4.Processing Time + distribution (how much time in interval units does it take to process a transaction by a person on this station)5.Transaction Discharge pattern: After work is finished it goes into the output queue. The transaction discharge pattern is how it will flow from the output queue of this station to the input queue of the next stationOutput at each station (Updated every interval)1.Amount in input queue2.WIP (how many are people working on)3.Output Queue (how many are finished processing but are not yet gone into the input queue of the next station)4.Defects (how many cases were rejected and came back from the next stage)5. Idle timeOverall Customer input Pattern of arrival from the customer (after how many intervals do new transactions come from the customer. What distribution do they follow?Customer Output1.Graphical display of output to the customer every interval 2.Graphical display of the average time an application spends in the system from the time the customer puts it in the queue to hen it goes back to the customerI also need a timer that is updated every interval and goes on till the end of the simulation run timeAt the setup stage, the user will fill in all the setup parameters and also:Simulation Run time: how long will the simulation runUpdating interval: after how long will the simulation show an update (so if a simulation runs for 100 seconds, and updating interval is 10 seconds, then every 10 units the graph and data will upload)The user control once the simulation is set up will be to:RunPause and modify the parametersContinueReset (create new process parameters)I want to be clear that:1. I will own the source code of the file2. This is only part 1 of the project and I wlll work with you to create future versions with more features3. The programmer must be experienced in Excel, VBA and should have experience doing Excel based applications using object oriented approach.. 4. WE ABSOLUTELY NEED TO HAVE A GREAT LOOKING GUI, FOR THE INPUTS, OUTPUTS, CHARTS ETC. EVERYTHING MUST LOOK VERY NEAT, GRAPHICAL AND VISUALIf I select you, then I will also work with you to refine the scope and also the exact deliverables from this project
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.
1. Looking for slot machine app 2. User can purchase coins 3. Coins can be used to buy items on prize page 4. Bouns games1. Looking for slot machine app 2. User can purchase coins 3. Coins can be used to buy items on prize page 4. Bouns games
I need a relational DB with a few tables built based on information scraped from espn and sbrforum betting odds. The two pages just have HTML from which to scrape the page. I have some queries I typically do to get the data to analyze it and it is very important that the DB be designed intelligently so I can query the data easily. Perhaps it is ideal that the DB be designed in some ORM where I can easily query as I want? I am open to suggestions on how best to set up DB.The information we"re scraping is sports scores, player stats, and betting lines, all for a few different sports, so a familiarity with sports and betting is helpful, though not necessary. The DB should be built on historical data already online for the past few years but also I would like a function that automatically calls the scraping program and updates the DB daily, monthly, whenever I want.The code does"t have to amazing quality code you have to show to the Google President but I"d like something clean, which I will be able to understand and modify. I"ve scraped and built these DB a few times already and want to get something a little cleaner and permanent to stick with. FWIW I am somewhere between a novice and an intermediate python user and I could build a scraper and DB for any given sport it would take me about four hours to do it from scratch now. Due to my inexperiene with DB though I am having a hard time designing one well which will let me query it easily.I need a relational DB with a few tables built based on information scraped from espn and sbrforum betting odds. The two pages just have HTML from which to scrape the page. I have some queries I typically do to get the data to analyze it and it is very important that the DB be designed intelligently so I can query the data easily. Perhaps it is ideal that the DB be designed in some ORM where I can easily query as I want? I am open to suggestions on how best to set up DB.The information we"re scraping is sports scores, player stats, and betting lines, all for a few different sports, so a familiarity with sports and betting is helpful, though not necessary. The DB should be built on historical data already online for the past few years but also I would like a function that automatically calls the scraping program and updates the DB daily, monthly, whenever I want.The code does"t have to amazing quality code you have to show to the Google President but I"d like something clean, which I will be able to understand and modify. I"ve scraped and built these DB a few times already and want to get something a little cleaner and permanent to stick with. FWIW I am somewhere between a novice and an intermediate python user and I could build a scraper and DB for any given sport it would take me about four hours to do it from scratch now. Due to my inexperiene with DB though I am having a hard time designing one well which will let me query it easily.
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.
The goal of the project is to implement a string matching algorithm running in real-time on any text and using a fixed amount of memory.Firstly the user should be user to able to type in a pattern and a text and using the pattern against the text to find all the occurrences of the of the pattern in the text. This could be a text box for both pattern and text where user can input text.Secondly the program should be able to show each step of how the algorithm works then results the output of the algorithm. This could be the text area to show the output.the complete program should be able to search for string in real-time.Some info in the attached fileThe goal of the project is to implement a string matching algorithm running in real-time on any text and using a fixed amount of memory.Firstly the user should be user to able to type in a pattern and a text and using the pattern against the text to find all the occurrences of the of the pattern in the text. This could be a text box for both pattern and text where user can input text.Secondly the program should be able to show each step of how the algorithm works then results the output of the algorithm. This could be the text area to show the output.the complete program should be able to search for string in real-time.Some info in the attached file
I"m looking for a Magento specialist for a very easy task:I"m selling eBooks, digital goods and movies to download. To save HD storage I would like a feature that allows me to delay the content delivery. I explain: When I sell a movie I don"t want to deliver it immediately but with delay. The customers KNOWS that the movie will be delivered in one, two or three hours because it is named QUEUE in the movie description. Once the movie has been paid, I then upload the different files and unlock the order. The customer will receive an email to inform his movie is ready. Once the movie has been watched, I remove the files from the server to save some storage costs.The selected freelancer will have to fix a problem of URL inside the upload module (feature) in downloadable goods.We"ll offer $30.00 USD max. Don"t bid if you are looking for more or if you are just a beginner. We need experimented programmers.Thank you for your understanding.I"m looking for a Magento specialist for a very easy task:I"m selling eBooks, digital goods and movies to download. To save HD storage I would like a feature that allows me to delay the content delivery. I explain: When I sell a movie I don"t want to deliver it immediately but with delay. The customers KNOWS that the movie will be delivered in one, two or three hours because it is named QUEUE in the movie description. Once the movie has been paid, I then upload the different files and unlock the order. The customer will receive an email to inform his movie is ready. Once the movie has been watched, I remove the files from the server to save some storage costs.The selected freelancer will have to fix a problem of URL inside the upload module (feature) in downloadable goods.We"ll offer $30.00 USD max. Don"t bid if you are looking for more or if you are just a beginner. We need experimented programmers.Thank you for your understanding.
We need a person that is an experienced Linux Server admin and can help with setting up and tuning an installation of Interspire Email Marketer.We will have a VPS solution and can have it configured with either cPanel/WHM or Plesk. (This project includes the following: 1.) Explain to me which OS & Panel I should choose and why. 2.) Optimize MySQL Server for operations with Interspire Email Marketer. 3.) Configure the mail server & MTA to work securely and quickly with Interspire Email Marketer, and optimize for inbox delivery to major providers (Hotmail, Yahoo, AOL, ect.) (The mail server that would be used would be Exim for cPanel or Postfix for Plesk.)4.) Setup SPF, & DomainKeys, all sent messages need to be domainkeys signed.5.) Install Interspire Email Marketer and tune its performance.6.) PHP Optimization for bulk mail sending7.) Modification of the Email Headers to: 1.) Remove the anti-abuse header (only on cPanel & Exim) 2.) Add 3 custom headers to all messages.8.) Make sure that we are not an open relay.9.) Configure MX records properly.We need to be able to send at minimum 1,000 messages per hour.We would like to change IP during each send automatically.We need a person that is an experienced Linux Server admin and can help with setting up and tuning an installation of Interspire Email Marketer.We will have a VPS solution and can have it configured with either cPanel/WHM or Plesk. (This project includes the following: 1.) Explain to me which OS & Panel I should choose and why. 2.) Optimize MySQL Server for operations with Interspire Email Marketer. 3.) Configure the mail server & MTA to work securely and quickly with Interspire Email Marketer, and optimize for inbox delivery to major providers (Hotmail, Yahoo, AOL, ect.) (The mail server that would be used would be Exim for cPanel or Postfix for Plesk.)4.) Setup SPF, & DomainKeys, all sent messages need to be domainkeys signed.5.) Install Interspire Email Marketer and tune its performance.6.) PHP Optimization for bulk mail sending7.) Modification of the Email Headers to: 1.) Remove the anti-abuse header (only on cPanel & Exim) 2.) Add 3 custom headers to all messages.8.) Make sure that we are not an open relay.9.) Configure MX records properly.We need to be able to send at minimum 1,000 messages per hour.We would like to change IP during each send automatically.
this is which one my project for progress my ability for employe to need something about data excel or etc i will take with sincerelythis is which one my project for progress my ability for employe to need something about data excel or etc i will take with sincerely
We are looking for an advanced amazon asin crawler that can go to any department link like that, scrape the subcategory and increment the price from 30 to 9999, AND SAVE IT TO DATABASE, the speed should be up to 30k products per hour.The crawler should be very fast and work in multi-thread environment. We are looking just for programmer who already do that or play with amazon limitation.step1: go to http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias%3Dapparel&field-keywords=step2: go to Women Men Juniors Kids Baby Dresses Denim Luggage Shoes Accessories Brands Sales & Dealsstep3: search product by price from minnimum price to xxxx$. Price will be incremented like : from 30$ to 30,1$, till the next button not apear, if the next button is not present, reincrement pric from 30,1$ to 30,2$ , crawl, increment 30,2$ to 30,3$step4: crawl all asin collected from database and collect product informations : http://www.amazon.com/dp/ASINWe are looking for an advanced amazon asin crawler that can go to any department link like that, scrape the subcategory and increment the price from 30 to 9999, AND SAVE IT TO DATABASE, the speed should be up to 30k products per hour.The crawler should be very fast and work in multi-thread environment. We are looking just for programmer who already do that or play with amazon limitation.step1: go to http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias%3Dapparel&field-keywords=step2: go to Women Men Juniors Kids Baby Dresses Denim Luggage Shoes Accessories Brands Sales & Dealsstep3: search product by price from minnimum price to xxxx$. Price will be incremented like : from 30$ to 30,1$, till the next button not apear, if the next button is not present, reincrement pric from 30,1$ to 30,2$ , crawl, increment 30,2$ to 30,3$step4: crawl all asin collected from database and collect product informations : http://www.amazon.com/dp/ASIN
HiI want my android app "PleasePayMe" made for the iPhoneYou can down load the App in the play store to see.ThanksGregHiI want my android app "PleasePayMe" made for the iPhoneYou can down load the App in the play store to see.ThanksGreg
I need a competent programmer to create an app \ extension I have come up with, will only release idea to suited peopleI need a competent programmer to create an app \ extension I have come up with, will only release idea to suited people
Samsung
Here I was learn basic things. I was join this company as a fresher.<br /><br />Thanks<br /><br />
B.Tech IT
Indian Institute of Information Technology
2003-2007
Mathematics olympiad
State level
I was participated in this competition and got good rank.<br /><br />Thanks
| 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
Foundation Scriptlance Member
In line with my continued interest and performance in Computer Science and Engineering I have decided to build up my career in the professional field. So, I would like to show my immense aspiration to become a quick learner and to prove myself as a sincere and energetic person through extensive hard working and integrity.\ni always try to make my clients happy.
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)