Suodata

Viimeisimmät hakuni
Suodatusperuste:
Budjetti
asti
asti
asti
Tyyppi
Taidot
Kielet
    Työn tila
    1,832 recursive työtä löytyi, hinnoittelu EUR

    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...

    €216 (Avg Bid)
    €216 Keskimäär. tarjous
    2 tarjoukset

    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...

    €190 (Avg Bid)
    €190 Keskimäär. tarjous
    7 tarjoukset

    ...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 ...

    €92 (Avg Bid)
    €92 Keskimäär. tarjous
    6 tarjoukset

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

    €28 - €93
    Sinetöity
    €28 - €93
    5 tarjoukset

    ...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...

    €23 (Avg Bid)
    €23 Keskimäär. tarjous
    1 tarjoukset

    ...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....

    €351 (Avg Bid)
    €351 Keskimäär. tarjous
    6 tarjoukset

    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

    €186 (Avg Bid)
    €186 Keskimäär. tarjous
    1 tarjoukset
    Database Design Loppunut 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....

    €28 - €4639
    €28 - €4639
    0 tarjoukset

    ...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 ...

    €50 (Avg Bid)
    €50 Keskimäär. tarjous
    3 tarjoukset
    scheme(repost) Loppunut 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

    €12 (Avg Bid)
    €12 Keskimäär. tarjous
    4 tarjoukset
    scheme Loppunut 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

    €19 (Avg Bid)
    €19 Keskimäär. tarjous
    1 tarjoukset
    download manager Loppunut 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

    €46 (Avg Bid)
    €46 Keskimäär. tarjous
    6 tarjoukset

    ...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. ...

    €57 (Avg Bid)
    €57 Keskimäär. tarjous
    5 tarjoukset
    String reader Loppunut 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

    €135 (Avg Bid)
    €135 Keskimäär. tarjous
    11 tarjoukset

    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: <>

    €96 (Avg Bid)
    €96 Keskimäär. tarjous
    8 tarjoukset

    ...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

    €749 (Avg Bid)
    €749 Keskimäär. tarjous
    1 tarjoukset
    Java Tic Tac Toe Loppunut 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 ...

    €46 (Avg Bid)
    €46 Keskimäär. tarjous
    15 tarjoukset
    Recursive XML Loppunut 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
    €56 (Avg Bid)
    €56 Keskimäär. tarjous
    3 tarjoukset

    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! :) ...

    €19 (Avg Bid)
    €19 Keskimäär. tarjous
    1 tarjoukset

    ...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 Keskimäär. tarjous
    2 tarjoukset
    PHP Priority Group Loppunut 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...

    €58 (Avg Bid)
    €58 Keskimäär. tarjous
    16 tarjoukset

    ...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...

    €42 (Avg Bid)
    €42 Keskimäär. tarjous
    9 tarjoukset

    ...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...

    €143 (Avg Bid)
    €143 Keskimäär. tarjous
    10 tarjoukset

    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

    €28 - €93
    Sinetöity
    €28 - €93
    0 tarjoukset

    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

    €28 - €93
    €28 - €93
    0 tarjoukset

    ...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...

    €124 (Avg Bid)
    €124 Keskimäär. tarjous
    3 tarjoukset
    Open GL Loppunut 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

    €28 - €186
    €28 - €186
    0 tarjoukset
    Haskell help needed Loppunut 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...

    €16 (Avg Bid)
    €16 Keskimäär. tarjous
    2 tarjoukset

    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...

    €259 (Avg Bid)
    €259 Keskimäär. tarjous
    11 tarjoukset
    Open GL Ray caster Loppunut 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
    €28 - €64
    €28 - €64
    0 tarjoukset
    programming code Loppunut 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

    €9 (Avg Bid)
    €9 Keskimäär. tarjous
    4 tarjoukset

    **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...

    €38 (Avg Bid)
    €38 Keskimäär. tarjous
    5 tarjoukset
    Admin script needed Loppunut 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...

    €28 - €93
    Sinetöity
    €28 - €93
    8 tarjoukset

    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...

    €289 (Avg Bid)
    €289 Keskimäär. tarjous
    3 tarjoukset

    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
    €1054 (Avg Bid)
    €1054 Keskimäär. tarjous
    18 tarjoukset

    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
    €278 - €1392
    Mainostettu Sinetöity
    €278 - €1392
    56 tarjoukset

    ...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...

    €28 - €4639
    €28 - €4639
    0 tarjoukset

    ...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...

    €637 (Avg Bid)
    €637 Keskimäär. tarjous
    25 tarjoukset

    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 tarjoukset

    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.

    €82 (Avg Bid)
    €82 Keskimäär. tarjous
    6 tarjoukset
    7091 XML/XSL Guru Loppunut 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 tarjoukset

    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 tarjoukset

    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 tarjoukset

    ...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...

    €371 (Avg Bid)
    Mainostettu
    €371 Keskimäär. tarjous
    1 tarjoukset

    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 tarjoukset

    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

    €28 (Avg Bid)
    €28 Keskimäär. tarjous
    1 tarjoukset

    ...incoming signal is leacked into the output path and is returned to the distant customer as an echo. Adaptive echo cancelling can be overcome the problem. The main objectives of this project are: To design an adaptive echo cancelling scheme for use in long-distance telephone systems. To simulate the system using MATLAB and investigate its, performance using the least mean squares (LMS) and recursive least squares (RLS) adaptive algorithms. The relative merits of the two algorithms should be investigated in terms of complexity, tracking ability and sensitivity to the finite word length effects. The design of an adaptive echo cancelling scheme for this application would be a real academic chanllenge. Simulation using MATLAB would be another challenge of the project. Par...

    €93 - €139
    €93 - €139
    0 tarjoukset
    webspider Loppunut left

    It is a very small assignment, a recursive program in java. The task of the web spider is to take a URL as input and save the content of the web page. All web pages which links are found on that initial web page should also be saved. Likewise, any web page that is being saved can in turn contain links to other web pages that can be saved. The assignment should be in java. ## 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 ...

    €45 (Avg Bid)
    €45 Keskimäär. tarjous
    11 tarjoukset

    Suosituimmat recursive -yhteisöartikkelit