ตัวกรอง

การค้นหาล่าสุดของฉัน
คัดกรองโดย:
งบประมาณ
ถึง
ถึง
ถึง
ประเภท
ทักษะ
ภาษา
    สถานะงาน
    1,834 recursive งานที่พบ, การเสนอราคา USD
    Recursive balanced regex query needed... หมดเขตแล้ว left

    I am trying to create a recursive balanced Regex query that will perform the following tasks: [Test Code] function test_func($test) { if ($this->test()) { return $test; } else { return false; } } ?> echo " "; ?> The first PHP block should be caught by the regex and captured as a match; additionally, the second code block should be captured as well even with the echoed php code block. Currently Im trying to accomplish this task with the following regex I found on google: <?(?>[^<?>]+|<?(?)|?>(?<-number>) )*(?(number)(?!))?> This regex Im using will match the second code block perfectly but is failing to match and capture the first code block because I have "$this->test...

    $102 (Avg Bid)
    $102 การประมูลเฉลี่ย
    2 คำเสนอราคา
    ASP.NET 2.0 CALCULATIONS หมดเขตแล้ว left

    I want to integrate into the PWS Starter Kit A page/pages with an existing database using vb code. I only require the vb code and the integration of the pages into the overall site The code will handle a recursive interest equation, where a is the multiple of the amount of money member has (may be greater than 1 if it's growing, and may be less than 1 if it's shrinking; it depends), b (may be negative if you're paying off a loan [usually corresponds to an a > 1] or positive if you're gaining money), and n is the amount of time [depends on units of time you are working with--days, months, etc]: Here is the attached zip file with a thorough explanation. ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete ...

    PHP
    $72 (Avg Bid)
    $72 การประมูลเฉลี่ย
    1 คำเสนอราคา
    Recursive FTP upload script หมดเขตแล้ว left

    Require a script or program to batch upload file(s) to a designated subdirectory on a hosting account. We currently have a working php script but have run into problems with file permissions and user access. The file is attached along with further documentation. Modification of the existing PHP file is prefered but will consider other solutions that work. ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) Deliverables must be in ready-to-run condition, as follows (depending on the nature of the deliverables): a) For web sites or other server-side deliverables intended to only ever exist in one place in the Buyer's environment--Deliverables must be installed by the Seller in ready-to-run...

    $233 (Avg Bid)
    $233 การประมูลเฉลี่ย
    2 คำเสนอราคา
    Secure FTP Synchroniser(repost) หมดเขตแล้ว left

    Hello, Here are few functions I would like to have in this simple FTP Client. (Should also be able to communicate through SFTP, FTPS protocols as an option) 1. Automatic Recursive upload from Source Directory to Specified path. 2. Automatic Download From Server and Notifications (like MSN Messenger) once download is complete and ready to review. 3. Configuration Settings (Login, Proxy, etc.) 4. Help Please let me know how fast you can build this. Vish ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) Deliverables must be in ready-to-run condition, as follows (depending on the nature of the deliverables): a) For web sites or other server-side deliverables inte...

    $205 (Avg Bid)
    $205 การประมูลเฉลี่ย
    7 คำเสนอราคา
    Building Predictive Parsing Tables in C++ language หมดเขตแล้ว left

    ...which transforms the source program from one representation to another. A typical decomposition of a compiler is: Source program, to lexical analyzer, to syntax analyzer, to semantic analyzer, to intermediate code generator, to code optimizer, to code generator, to target program. Recursive-descent parsing is a top-down method of syntax analysis in which we execute a set of recursive procedures to process the input. A procedure is associated with each nonterminal of a grammar. Here, we consider a special form of Recursive-descent parsing, called predictive parsing. I need the source code of top-down parser in C++ language. The code must be commented. You can use these reference books: Aho, Sethi, , COMPILERS Principles, Techniques, and Tools Allen , COMPILER DESIGN ...

    $99 (Avg Bid)
    $99 การประมูลเฉลี่ย
    6 คำเสนอราคา
    Recursive Maze Solver หมดเขตแล้ว left

    Attached file contains all the details of the project, I need this project in 2 days.

    $30 - $100
    ปิดผนึก
    $30 - $100
    5 คำเสนอราคา
    Building Predictive Parsing Tables in C++ language. หมดเขตแล้ว left

    ...which transforms the source program from one representation to another. A typical decomposition of a compiler is:Source program, to lexical analyzer, to syntax analyzer, to semantic analyzer, to intermediate code generator, to code optimizer, to code generator, to target program. Recursive-descent parsing is a top-down method of syntax analysis in which we execute a set of recursive procedures to process the input. A procedure is associated with each nonterminal of a grammar. Here, we consider a special form of Recursive-descent parsing, called predictive parsing. I need the source code of top-down parser in C++ language. The code must be commented. You can use these reference books: , Sethi, , COMPILERS Principles, Techniques, and Tools , COMPILER DESIGN in C Algo...

    $25 (Avg Bid)
    $25 การประมูลเฉลี่ย
    1 คำเสนอราคา
    Database Design(repost) หมดเขตแล้ว left

    ...you may wish to comment on the readability of each model. (“*Making Data Models Readable, David Hay Information Systems Management,* 15(1), Winter 1998, pp 21-33, *reprinted at <>).* You may also wish to add other elements; for example what is the availability of CASE tool support for the models, how do the models deal with recursive relationships, how do the models deal with weak entities etc. Any examples should be based on the Winterbourne Nursing Home if appropriate. 3). All requirements in deliverable 2 must be fulfilled. ## Platform Part One should be completed using Visio Modeler tool. Part Two should be in essay format, created in Microsoft Word....

    $378 (Avg Bid)
    $378 การประมูลเฉลี่ย
    6 คำเสนอราคา
    133020 Email Address Extractor หมดเขตแล้ว left

    We are in need of a PERL Script that can efficiently extract various email addresses from thousands of bounced emails in a recursive directory structure. Ideally, the script would function in a manner similar to this: 1. Input the desired starting directory (default is the current directory) 2. Have a switch for turning recursive directory searching on or off (on by default) 3. Return the results to a file as either a comma separated or tab delimited list (comma separated by default) 4. The returned file name should be customizable (default is ) 5. The location of the returned file can optionally be specified (default is the same as the starting directory above) 6. The returned file should be cleared of duplicate entries 7. The script should

    $200 (Avg Bid)
    $200 การประมูลเฉลี่ย
    1 คำเสนอราคา
    Database Design หมดเขตแล้ว left

    ...you may wish to comment on the readability of each model. (“*Making Data Models Readable, David Hay Information Systems Management,* 15(1), Winter 1998, pp 21-33, *reprinted at <>).* You may also wish to add other elements; for example what is the availability of CASE tool support for the models, how do the models deal with recursive relationships, how do the models deal with weak entities etc. Any examples should be based on the Winterbourne Nursing Home if appropriate. 3). All requirements in deliverable 2 must be fulfilled. ## Platform Part One should be completed using Visio Modeler tool. Part Two should be in essay format, created in Microsoft Word....

    $30 - $5000
    $30 - $5000
    0 คำเสนอราคา
    Apache2::Request install problem หมดเขตแล้ว left

    ...error: make[2]: Entering directory `/root/proxybuild/libapreq2-2.08/glue/perl' make[2]: *** No rule to make target `/usr/lib/perl5/5.8.6/i386-linux-thread-multi/', needed by `Makefile'. Stop. make[2]: Leaving directory `/root/proxybuild/libapreq2-2.08/glue/perl' make[1]: *** [perl_glue] Error 2 make[1]: Leaving directory `/root/proxybuild/libapreq2-2.08/glue' make: *** [all-recursive] Error 1 We can provide root access to fix this problem but we need to know HOW it was done so we can apply it to both servers and fix the problem for any future servers. Can provide our entire build progress step for reference on request. ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code ...

    $54 (Avg Bid)
    $54 การประมูลเฉลี่ย
    3 คำเสนอราคา
    scheme(repost) หมดเขตแล้ว left

    Write a program called *minimum* in Scheme that takes a list of integers and returns the smallest integer in the list using the following recursive algorithm: 1. Divide the list into two halves recursively (if the list contains odd number of elements, the halves will be approximately the same length). 2. Find the smallest integer in each of the two halves recursively. The smallest integer in the entire list will be the smaller of these two integers. ## Deliverables I want this work to be done by using SCHEME. ## Platform Windows xp

    $13 (Avg Bid)
    $13 การประมูลเฉลี่ย
    4 คำเสนอราคา
    scheme หมดเขตแล้ว left

    Write a program called *minimum* in Scheme that takes a list of integers and returns the smallest integer in the list using the following recursive algorithm: 1. Divide the list into two halves recursively (if the list contains odd number of elements, the halves will be approximately the same length). 2. Find the smallest integer in each of the two halves recursively. The smallest integer in the entire list will be the smaller of these two integers. ## Deliverables I want this work to be done by using SCHEME. ## Platform Windows xp

    $21 (Avg Bid)
    $21 การประมูลเฉลี่ย
    1 คำเสนอราคา
    download manager หมดเขตแล้ว left

    I need someone that code like one hundreds lines of code for a script about download files from a website with some feature like that is possible recursive download. Estimating time: 2/3 hours

    $50 (Avg Bid)
    $50 การประมูลเฉลี่ย
    6 คำเสนอราคา
    MSSQL Stored Procedure for Setting Tree Properties หมดเขตแล้ว left

    ...are trees of data (pages, categories, etc.) where I need to be able to query records ordered by the order of the tree. I describe the tree based on an ID field and a parent ID field, and allow for any other field to be the display order for siblings (so you order based on the tree working down from the parent ID and then order records with the same parent by the display order field). I need a recursive stored procedure which will be able to set a nest level, global display order, indented title field and a concatenated "file path" field as described below. It must work on MSSQL 2000 and MSSQL 2005 (express). This is an urgent job - need it within a day or two. See attached file for API and details including WORKING COLDFUSION CODE that performs the necessary function. ...

    $61 (Avg Bid)
    $61 การประมูลเฉลี่ย
    5 คำเสนอราคา
    String reader หมดเขตแล้ว left

    I need to have code written in vb.net 2005 that allows you to open a file, search it for a text string, then be able to write out data from that point on to like 4 to 6 KB down to a file. I need a recursive loop to until it reaches the end of the file or the string is no longer found. So lets say it found the string 40 times, then I would need 40 different files written, like , and so forth. The .txt files would contain, the begining of the string, + 4k to 6k down. I would need this to be opened with a filedialogopen command ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) Deliverables must be in ready-to-run condition, as follows (depending on the nature

    $145 (Avg Bid)
    $145 การประมูลเฉลี่ย
    11 คำเสนอราคา
    Perl script for huge string comparison หมดเขตแล้ว left

    I require a perl program to do the following task: **Input**: ... GNU, 3rd party components, etc. unless all copyright ramifications are explained AND AGREED TO by the buyer on the site per the coder's Seller Legal Agreement). ## Platform Unix like platafor **String comparison algorithm:** To perform each comparison one will need to choose a string comparison algorithm, here some of the most popular algorithms: Hamming distance, Fuzzy Algorithms, Recursive, blast The coder can select the Algorithm that consider the best/fast for the task. (attached a c++ implementation of the Levenshtein distance method) More information about string comparison algorithm and its implementation can be found here: <>

    $104 (Avg Bid)
    $104 การประมูลเฉลี่ย
    8 คำเสนอราคา
    JavaScript Based Automated Web Testing Utility หมดเขตแล้ว left

    ...Steps, Reports, and textareas to receive information from a target application called into a popup. The script would have 2 modes. Script generation and Execution mode. For the Script generation, With the click of a mouse on the target application elements (Text labels, input boxes, selects, tables ), should be detected by the source with its complete object reference path. This path should be recursive in case the target application runs frames, or divs of any kind. Also it should be able to detect objects on a Pop-up generated by the target application. After each click the object should be populated into a text field in the source window plus its associated action such as ( e.g ("txtName").("empty"); ) At the end

    $807 (Avg Bid)
    $807 การประมูลเฉลี่ย
    1 คำเสนอราคา
    Java Tic Tac Toe หมดเขตแล้ว left

    - A Java tic tac toe game (regular tic tac toe, 3 by 3 layout). - Must Include a GUI (2 dimensional). - Must use recursive methods (no series of 'if' and 'switch' statements. - Must be well documented and explained. - No fancy stuff beyond requirements please. ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) Deliverables must be in ready-to-run condition, as follows (depending on the nature of the deliverables): a) For web sites or other server-side deliverables intended to only ever exist in one place in the Buyer's environment--Deliverables must be installed by the Seller in ready-to-run condition in the Buyer's environment. b) For all others ...

    $50 (Avg Bid)
    $50 การประมูลเฉลี่ย
    15 คำเสนอราคา
    Recursive XML หมดเขตแล้ว left

    I have a coursework to do where i have a list of books which i have put into simple XML and it needs to be organised to shelves using recursive theory i just need someone to do the recursive theory to organised the XML. It should be straightforward to someone who knows what they are doing.

    XML
    $60 (Avg Bid)
    $60 การประมูลเฉลี่ย
    3 คำเสนอราคา
    121132 simple shell script หมดเขตแล้ว left

    Hi there, I am looking for a shell script to be run in linux as root. this script will include a comma seperated "db" of usernames such as domaina, domainb, domainc etc. then it will perform a recursive copy from one place to /home/$username/public_html/ sample: cp -rfp --reply=yes /home/infoln/www/source/* /home/$username/public_html/ then chown that usernames public_html/ sample: chown -Rf $username:$username /home/$username/public_html/ then repeat until all the names in the db are done. -------------------- actual code will be: $username="sitea,siteb,site10,mysite,yoursite" cp -rfp --reply=yes /extra/source/* /home/$username/public_html/ chown -Rf $username:$username/home/$username/public_html/ rinse wash and repeat! :) ...

    $20 (Avg Bid)
    $20 การประมูลเฉลี่ย
    1 คำเสนอราคา

    ...their data types. Write a lexical analyzer that can scan the input characters for the tokens <id> and <type name>, and compute the associated attribute. For this grammar, consider the terminal symbols comma and semicolon as also being tokens. Write a recursive descent parser based on your attribute grammar that can parse a list of declaration statements and output the symbol table. Your parser should detect and flag as errors any duplicate declarations. **Turn in** Your attribute grammar Source code for lexical analyzer and recursive descent parser. The code should be commented and well documented. Output from several test runs. ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code...

    $5 (Avg Bid)
    $5 การประมูลเฉลี่ย
    2 คำเสนอราคา
    PHP Priority Group หมดเขตแล้ว left

    Looking for a PHP program that will do the following: 1. Have an input text box and submit button that when pressed will generate the number of combo boxes listed in the input text box. (Maximum of 10 boxes) 2. Each combo box generated will be populated with the numbers of the ...list of created items. Then it will find common numbers for priority 2 and so forth. Until it gets the best group or 3 or 4 created. (3 or 4 will be totally random everytime) Having a way for me to view the results created is a must, you can add names,whatever need to help me distinguish that this program works. I will be using this program and adding to it myself, Im just not very good at recursive backtracking (I think that is what is being used to program this) ## Platform PHP with or wit...

    $62 (Avg Bid)
    $62 การประมูลเฉลี่ย
    16 คำเสนอราคา
    syntactic analyzer for a small language called SL หมดเขตแล้ว left

    ...following: Step 1: Remove left recursion in the grammar. The above grammar contains only one left recursive production: <expr> ::= <expr> * <atom> | <expr> + <atom> | <atom> It can be rewritten into EBNF (**figure out what it is**.) and then you write the recursive descent recognizer for the EBNF. Step 2: Write a recursive descent parser for each of the productions. Recursive descent parser is described in textbook section 4.6. In this step, however, we should consider how to separate lexical analysis from syntactic analysis. Without a clear cut-off between what lexical analyzer (scanner) and what syntactic analyzer (parser) does, the design of the parser can be easily messed up. For example, the recursive desce...

    $45 (Avg Bid)
    $45 การประมูลเฉลี่ย
    9 คำเสนอราคา
    php code that can merge multiple xml files หมดเขตแล้ว left

    ...merged element set are not the same, the resultant element is picked among non-empty elements. * if a conflict still exists, the resulting element value is that of the view that has the latest date that is not in the future * if a conflict still exists, the resulting element value that of the view that has a larger element value. * The sub elements are merged using the same logic in a recursive fashion. Update operation should be quite simple. Simply go through each xml file, if the element exists, update the value, otherwise skip the element. 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) Deliverables must be in ready-to-run condition, as follows (depending on the nature of the del...

    $154 (Avg Bid)
    $154 การประมูลเฉลี่ย
    10 คำเสนอราคา
    serverList.pl and Per_nodeGrp.pl หมดเขตแล้ว left

    1. Allow me to pass one or more argument(s) for example, CNJ TPC 2. It will run the following application command for each argument. for ex, ovownodeutil -list_nodes -recursive -group_path <ARGUMENT> 3. The sample output of one of this command is as follows. It lists the server name in eachline. server-a server-b server-a server-c server-c server-d 4. Remove duplicates and then Write into a file with the following label for each argument LIST OF SERVERS FOR NODE GROUP: CNJ ================================== server-a server-b server-c server-d 5. If I pass 2 parameters, the output will show like - LIST OF SERVERS FOR NODE GROUP: CNJ ================================== server-a server-b server-c server-d LIST

    $30 - $100
    ปิดผนึก
    $30 - $100
    0 คำเสนอราคา
    Create and Extract Zip in C# หมดเขตแล้ว left

    Hi, I need a Customized class for me with the following methods. class zipReturn { bool success; Exception ex; } // Overwrite any existing zip file in the same target location. zipReturn createZip(string targetZipFileName, string source_folderPath, bool recursive) { } zipReturn extractZip(string extractionPath, bool overWriteExisting) { } ============ Thats ALL. There are so many Free .NET Zip library availables in Google, i.e. you just use any one of them and wrap to make this simple interface. And give a complete project Solution where you have implemented the methods. I just dont want to go thru the headaches of the existing free .NET Zip libraries. So, you (as a coder) need to

    $30 - $100
    $30 - $100
    0 คำเสนอราคา
    Preventing Endless-Loops หมดเขตแล้ว left

    ...Function that takes parameters from my UI, and returns a result that my UI will process. **_NO UI Objective_ (VB.net, CLR2) Process merge "tokens" and their associated replacment text (which can also contain more merge "tokens") to avoid creating an "endless (recursive) loop". ****_Task_: **1. To loop through a datatable where each datarow has a single **{Token}** in one column, and associated replacement text in another column which text may **itself** contain one or more additional **{Token}**(s). 2. To detect any recursive "endless-loops" and identify the **{Token}**(s) (the optimal one, if possible, so that the majority of what the user wants to accomplish remains intact, if it is possible to identify the "k...

    $134 (Avg Bid)
    $134 การประมูลเฉลี่ย
    3 คำเสนอราคา
    Open GL หมดเขตแล้ว left

    This will be a simple Opeg Gl program which should render a recursive ray tracing, also known as "Whitted Shading Model the program will not be interactive, all it has to do is to render this [Click][1]"~skp8326/CG2/" I already have the majority of the code . You dont have to stick to it but use it as much as u might need. I would like a lot of comments, if possible. Feel free to contact me with any other questions I am always open to suggestions. ## Deliverables The program has to work this wondows xp, visual studio 2003 and up. Attached is part of the work in progress. Included in the zip are ty files. a compilable part of the program and another a continuation of the the first file which probably wont compile. ## Platform The program

    $30 - $201
    $30 - $201
    0 คำเสนอราคา
    Haskell help needed หมดเขตแล้ว left

    Need help with following problem ------------------------------------------------------ In theory, any recursive function can be converted into a tail recursive function. For example, here's a tail recursive version of the factorial function: > fact n > = helper 1 n > where > helper k 0 = k > helper k m = helper (k * m) (m - 1) Find a tail recursive version of the hyperExp function. You may use the built-in exponential function. ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) Deliverables must be in ready-to-run condition, as follows (depending on the nature of the deliverables): a) For web sites or other ser...

    $17 (Avg Bid)
    $17 การประมูลเฉลี่ย
    2 คำเสนอราคา
    Secure FTP Synchroniser หมดเขตแล้ว left

    Hello, Here are few functions I would like to have in this simple FTP Client. (Should also be able to communicate through SFTP, FTPS protocols as an option) 1. Automatic Recursive upload from Source Directory to Specified path. 2. Automatic Download From Server and Notifications (like MSN Messenger) once download is complete and ready to review. 3. Configuration Settings (Login, Proxy, etc.) 4. Help Please let me know how fast you can build this. Vish ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) Deliverables must be in ready-to-run condition, as follows (depending on the nature of the deliverables): a) For web sites or other server-side deliverables inte...

    $279 (Avg Bid)
    $279 การประมูลเฉลี่ย
    11 คำเสนอราคา
    Open GL Ray caster หมดเขตแล้ว left

    This will be a simple Opeg Gl program which should render a recursive ray tracing, also known as "Whitted Shading Model the program will not be interactive, all it has to do is to render this [Click][1]"~skp8326/CG2/" I already have the majority of the code and would like the rest of it to be written based on that one. I would like a lot of comments, if possible. Since this is homework, i need the code to be written in a way which is undertandalbe and simple, not nessecraly efficient, in other words the shortest way is not neceserary the best colors should be different from the one pictured, p Feel free to contact me with any other questions I am always open to suggestions. ## Deliverables The program has to work this wondows xp, visual studio 2003

    PHP
    $30 - $69
    $30 - $69
    0 คำเสนอราคา
    programming code หมดเขตแล้ว left

    basic programming problem ## Deliverables **1** **Complete and test class SortLinkedList below which is intended to perform a mergesort on a linked list of LinearNodes referencing Comparable objects, by providing code to: ****i) complete the method printList which outputs the list to the**** output file ****ii) complete the recursive method countList which counts the** **number of items on the list ****iii)complete the code for method LinkedMergeSort as indicated ** **Your program should also provide output confirming the theoretical performance of merge sort.** **Note: Develop the program in stages: i) printList; ii) countList;** **iii) LinkedMergeSort i was also provided with the following code which i have to edit** import java.io.*; import ; public

    $10 (Avg Bid)
    $10 การประมูลเฉลี่ย
    4 คำเสนอราคา
    Dynamic Programming based algorithm หมดเขตแล้ว left

    **Description**:- To code an elementary project that:- indicated you understand the dynamic programming approach to programming.- requires you to utilize appropriate support functions. F...program and another .cpp file for example, "****" that contains the functions which are called by the main function. The header file should be called by both the ".cpp" files. The code should be well commented. 2. A **** text file that contains a detailed description of the program. It should contain an overview of how you solved the project, including the definition of the recursive function that you utilized. Note:- The output specifications should be met. The code should be tested on different test cases. ## Deliverables Please check the attachement. ## Platform Algori...

    $41 (Avg Bid)
    $41 การประมูลเฉลี่ย
    5 คำเสนอราคา
    Admin script needed หมดเขตแล้ว left

    ...best to detect the windows system file? - output as string containing path to windows and version detected 2. backup script - backup files - automount partition (if can detect partition type) - based on input text file, backup according as instructed [input text file] XR, windows XR, Program Files , windows/*.jpg , windows/*.bmp , windows/systems32/ [EOF] X - exclude, R - Recursive input parameter - target device (e.g. /dev/hdb) - destination filename - a filename (text file) that contains for output, all files are to save into given filename in compressed . 3. auto-partition - given a device, erase all partitions in it - create partitions based on parameter E.g. 10,20 = 10Gb for first, 20Gb second 50%,50% = 50% for first, 50% for second Th...

    $30 - $100
    ปิดผนึก
    $30 - $100
    8 คำเสนอราคา
    Mouse and Keyboard Recorder หมดเขตแล้ว left

    I need a mouse and keyboard recorder that can do recursive and branched macros. Also I would like one that did the following The "Mouse and Key Recorder" (Macro Recorder) can record, then replay, mouse clicks and key strokes, in any Windows application and Store and Load recorded macros to named files and to a buffer file, Open applications or switch to applications , Carry out DOS commands, Rename, delete, copy, compare and find files, Insert delays, Insert comments into the macro, Use a general delay between every line, Delay the start of the macro for minutes, hours or even days, Starting macros regularly by using the built in scheduler interface, Repeat macros (Loops), Process conditions (If then else), Compare texts (clipboard or direct), Create random numbers and t...

    $311 (Avg Bid)
    $311 การประมูลเฉลี่ย
    3 คำเสนอราคา
    Custom shopping cart หมดเขตแล้ว left

    We need a custom shopping cart developed for quantity-based pricing on products. There are a few reasons this needs to be a custom cart, and not a modified out-of-the-box cart system. There will be well over 5000 products (hand-entered during development to find bugs) in a few hundred categories (recursive from 20 +/- main categories). The required variable option pricing is unique for a few reasons because there are 6 ways options can affect per-item prices, per item, a flat rate, and a percentage (based on list per-item price). These options need to be calculated in a certain order to ensure pricing is accurate before any item is added to a user's cart. The options also have to be dynamic in terms of what input types is displayed to the end-user allowing option selections ...

    PHP
    $1136 (Avg Bid)
    $1136 การประมูลเฉลี่ย
    18 คำเสนอราคา
    Custom PHP/MySQL Shopping Cart หมดเขตแล้ว left

    Actual Budget: $1,000 USD We need a custom shopping cart developed for quantity-based pricing on products. There are a few reasons this needs to be a custom cart, and not a modified out-of-the-box cart system. There will be well over 3000 products (hand-entered during development to find bugs) in a few hundred categories (recursive from 20 +/- main categories). The required variable option pricing is unique for a few reasons because there are 3 ways options can affect per-item prices, per item, a flat rate, and a percentage (based on list per-item price). These options need to be calculated in a certain order to ensure pricing is accurate before any item is added to a user's cart. The options also have to be dynamic in terms of what input types is displayed to the end-use...

    PHP
    $300 - $1500
    แนะนำ ปิดผนึก
    $300 - $1500
    56 คำเสนอราคา
    Audio + Video screen recording หมดเขตแล้ว left

    ...a card game with voice). I thing 2 or 3 frames per second would suffice. The record file must be playable from Internet web site, on the click of a button, using Real player, Quicktime of WMP. You'd need good broadband internet connection and good english spoken as well, in order to discuss viideo editing with authors. If price and quality are Ok, this will eventually turn to a recursive job! ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) Deliverables must be in ready-to-run condition, as follows (depending on the nature of the deliverables): a) For web sites or other server-side deliverables intended to only ever exist in one place in the Buyer's environ...

    $30 - $5000
    $30 - $5000
    0 คำเสนอราคา
    Manual installation of a php application หมดเขตแล้ว left

    ...application needs to be installed on 353+ virtual hosting accounts on a dedicated server. The dedicated server is Red Hat Linux with the "Web Host Manager" server appliance. ** I would like to have 2 people working on this ** If you own a company and have 2 resources availalbe, that would be perfect. One resource would be a Linux Admin type person that knows how to do recursive chown/chgrp and chmod and other very basic commands. The other resource will be a detail oriented person that will run a php script that actually completes the installation. This person will also verify that the software is working properly. Thanks, Eric ## Deliverables The first deliverable is to spend time with me detailing exactly how this can be...

    $687 (Avg Bid)
    $687 การประมูลเฉลี่ย
    25 คำเสนอราคา
    4184 Adjusting stock data หมดเขตแล้ว left

    I have a database of stock data in Microsoft SQL (500MB) for use in an analysis program. I need to: - determine the structure of the database - adjust the data using a simple recursive algorithm, that I can supply. The algorithm will refer to the existing data in the database, as well as additional data that I can supply in a table. The resulting databse structure will be identical to the current structure. I want a process by which I can do this now, as well as in the future (as the data will change over time).

    N/A
    N/A
    0 คำเสนอราคา
    Lost File Finder in (MFC) หมดเขตแล้ว left

    Project is to create an application that finds and restores deleted files. Input: takes a filename, or part of a file name takes a directory name (default to whole hard disk) tickbox for recursive search into sub directories Output: List of matching deleted files that you can select and restore to the disk. Project must be written in Visual C++ 6 as an MFC project. Must not use third party libraries. Thanks.

    $88 (Avg Bid)
    $88 การประมูลเฉลี่ย
    6 คำเสนอราคา
    7091 XML/XSL Guru หมดเขตแล้ว left

    hi i need a person who know how to create XSL file for XML.. no freshers or experimentor please!! this is urgent work so i cant afford to give more then 12 hours for this work.. those who know XSL/XSLT very well its easy for them.. i will provide the file who can prove some skill using pmb. P.S. the XML file has nested tags and need recursive style creation.. i will escrow as soon as i choose bidder, he should be online on google talk.. NOTE: i cant wait for a day.. more future works for sure there is only 1 XML file for which i need... thanks regards

    N/A
    N/A
    0 คำเสนอราคา
    7100 XML/XSL Guru URGENT หมดเขตแล้ว left

    hi i need a person who know how to create XSL file for XML.. no freshers or experimentor please!! this is urgent work so i cant afford to give more then 12 hours for this work.. those who know XSL/XSLT very well its easy for them.. i will provide the file who can prove some skill using pmb. P.S. the XML file has nested tags and need recursive style creation.. i will escrow as soon as i choose bidder, he should be online on google talk.. NOTE: i cant wait for a day.. more future works for sure ruch

    N/A
    N/A
    0 คำเสนอราคา
    15419 GoogleRecursiveSitemap หมดเขตแล้ว left

    I need a Google Recursive Sitemap installed on a website. Sitemap will be validated by Google before payment will be released from escrow. Have example of previous experience with the Google recursive sitemap installed on clients sites. So that I can know you have read the bid request please reply with GRS at the beginning of your bid. If you can do this...you will be kept busy.

    N/A
    N/A
    0 คำเสนอราคา
    17177 MLM 2x2 Forced Matrix Website หมดเขตแล้ว left

    ...Internet Marketing Toolboxes, then the next position in the Enroller's matrix is occupied with the individual's information, and the first two positions on the individual's frontline. In effect, a person is buying their two frontline positions, and occupying them. 22. If the given order completes a 2 x 2 Forced Matrix, then commissions will be paid, and reentries will be placed real-time via a recursive process. 23. An admin panel will be available in which we can roll back transactions that have automatically occurred, to include removing reentries, and withdrawing commissions paid. 24. Distributors will be able to view all of their positions, regardless of the status (cycled or not cycled). Summary data will be provided so that they can quickly see from a hi...

    $400 (Avg Bid)
    แนะนำ
    $400 การประมูลเฉลี่ย
    1 คำเสนอราคา
    19277 WebmasterNeeded หมดเขตแล้ว left

    I require the services of a talented economical reliable webmaster. Must communicate well. Must be able to do some design work. Needs to know script installs. Must know how to do cron jobs. Must know how to install Google Sitemaps Recursive method sing Python. Must use one of the three top IM services. I should be able to email you instructions for a task to complete, do work I need to catch up on some sleep, and return to find you have completed the task assigned and have emailed me it was completed. Very simple work..you are paid when completed. I am fair and easy to work with and will give you several things per week or more to do. Your first instruction to test your ability is: Do not refer to me as Sir when bidding or replying to messages. Thank you

    N/A
    N/A
    0 คำเสนอราคา
    Reliable-Webmaster-Needed หมดเขตแล้ว left

    Hello - I need a webmaster who can work with me usually several days per week on various projects. Must be an experienced webmaster who can do the things I need done on time. You will need to know cron jobs, Google Recursive sitemap install, python, php script installs, minor design work. If you can design & develop then this is the project for you. Bid with portfolio in PMB

    $30 (Avg Bid)
    $30 การประมูลเฉลี่ย
    1 คำเสนอราคา

    บทความชุมชน recursive ชั้นนำ