Filtër

Kërkimet e mia të fundit
Filtro sipas:
Buxheti
deri në
deri në
deri në
Lloji
Aftёsitё
Gjuhët
    Shteti i punës
    1,469 lisp brutal punët e gjetura, me çmimin EUR
    LISP project Ka përfunduar left

    LISP very simple program dealing with lists, but is URGENT for tomorrow friday at 12 pm. Inmediate paying .... contact aol godfuhrer ## Deliverables Rent A Coder requirements notice: As originally posted, this bid request does not have complete details. Should a dispute arise and this project go into arbitration "as is", the contract's vagueness might cause it to be interpreted against you, even though you were acting in good-faith. So for your protection, if you are interested in this project, please work-out and document the requirements onsite. 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...

    €39 (Avg Bid)
    €39 Oferta mesatare
    1 ofertat

    If you have experience with AutoLisp, you may have been asked to write CAM software or routines to help write programs for CNC machines. I am looking for someone with this type of experience. I am the owner of a CNC machine shop. I have written a lot of AutoLISP routines for generating CNC code for lathes but my routines are just a lot of small utilities. I would like to bring this all together into a complete CNC programming package. I believe I have some good ideas for generating part geometry but my programming skills and patience is not always up to the task. I know I might be reinventing the wheel but I may have some ideas that you have not seen before. ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of ...

    €653 (Avg Bid)
    €653 Oferta mesatare
    6 ofertat
    Social Networking site clone Ka përfunduar left

    The short version is that I need something that works like <> There are some minor customisations I would like to add, including things like membership by invite only. These however are small, and minor. Bonus of u...for hire" under U.S. Copyright law. Buyer will receive exclusive and complete copyrights to all work purchased. (No GPL, 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 Should be on the Linux/BSD platform. I am happy to let the developer decide. Languages ... Lisp/Ruby/PHP etc, I am happy to let the developer pick Database (where necessary) ... again mysql, postgres, etc I am happy to let the developer ...

    €1457 (Avg Bid)
    €1457 Oferta mesatare
    12 ofertat

    ...attached file contains MAC MCL LISP code that we want ported to a free windows LISP program (preferably poplisp (part of poplog)). The GUI part of the MAC version will be replaced by text-based input/output. Similarly, the midi output will also be replaced by text/based input/output. However, two KeyKit language programs will need to be modified to perform LISP data <-> midi input/output (that is VERY easy). This AI program creates new music by intelligently taking apart user supplied midi music (database) and recombining the parts. There are four progress phases for this on-going project. We are accepting bids for Phase1, but with a view towards future work on Phases 2-4. Special consideration will be given to coders familiar with Western music notation and/o...

    €509 (Avg Bid)
    €509 Oferta mesatare
    1 ofertat
    LISP_Homework_Project Ka përfunduar left

    In this project you are required to find a solution for the generalized 8-puzzle (n-puzzle) problem. You are required to solve a generalized form of the problem (say 15-puzzle, or 24-puzzle etc.). Your lisp program would be given a n*n - 2d-array containing the initial state. You are required to return a list of intermediate configuration containing the solution. Please see attachment for more detail. ## 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--Delivera...

    €53 (Avg Bid)
    €53 Oferta mesatare
    5 ofertat
    LISP PROBLEM Ka përfunduar left

    This problem is concerning LISP. It is a magic square problem. (Please see attached). This needs to be done by 11:30 pm EST. It is about 1 pm when this project has been posted. If you cannot complete by then PLEASE DO NOT BID. ESCROW WILL BE SUBMITTED IMMEDIATELY after project has been accepted. Thanks. ## Deliverables Please see attached ## Platform Windows * ALLEGRO LISP & CLISP

    €18 (Avg Bid)
    €18 Oferta mesatare
    2 ofertat
    46715 LISP PROBLEM Ka përfunduar left

    This problem is concerning LISP. It is a magic square problem. (Please see attached). This needs to be done by 10 pm EST. It is about 1 pm when this project has been posted. If you cannot complete by then PLEASE DO NOT BID. ESCROW WILL BE SUBMITTED IMMEDIATELY after project has been accepted. Thanks.

    €32 (Avg Bid)
    €32 Oferta mesatare
    1 ofertat
    AutoCAD Lisp Routine Needed Ka përfunduar left

    ...for a lisp routine that will export square footage into a text document. To understand the need and perhaps find a better solution, I'll explain what I am trying to accomplish. I develop many tenative tract maps (subdivide a large parcel into residentail lots). Part of my task is to list the square footage of each lot. Currently, I draw all my parcels (sometimes blocks) with 'Polylines' and then list them one at a time copy/pasting the square footage info into a list. Usually it is no issue, but when I am subdividing 106 acres into over 400 lots, it is devasting to make changes to the layout. So that being said, what I am seeking is a lisp routine generate the square footage information into a text document based on order of selection. It woul...

    PHP
    €63 (Avg Bid)
    €63 Oferta mesatare
    3 ofertat

    I need a small and simplistic program written in “LISP” using CLISP that will perform small mathematical calculations. Similar to the SQRT function, I need a program written with functions to perform the following tasks: Use this function to write a lisp function that finds a root of the quadratic equation x^2 - 11x - 1302 = 0. QUADRATIC of three arguments A, B, and C which returns a root of the quadratic equation A x^2 - B x - C = 0. For example, QUADRATIC 1 2 3 would return either 3 or -1. ----- QUADRATICP so that it returns the positive root. ----- EUCLIDEAN that takes two lists as arguments, and returns the Euclidean distance between the points they represent. ----- 5. Define functions HEAD and TAIL that behave exactly like CAR and CDR, respectively. -----...

    €32 (Avg Bid)
    €32 Oferta mesatare
    1 ofertat
    49578 File manipulation Ka përfunduar left

    I need a simple C console application written that will perform the following operation. Open a command line specified file, recognize the tokens in the given file, build a symbol table and construct token strings for a LISP type language (All this in output to another binary file). For example, when program is executed as follows, ./theprogram If input file contains the following content: ( CAR '(B D C)) (+ +15 ( * -20 2)) (CONS '(B D C) (CONS ``A (B)'C D" '(BB BB))) ^Z The ouput should appear as follows: ( CAR '(B D C)) ( 157 161 ( 250 80 9 ) ) (+ +15 ( * -20 2)) ( 35 100 ( 74 102 91 ) ) (CONS '(B D C) (CONS ``A (B)'C D" '(BB BB))) ( 34 161 ( 250 80 9 ) ( 34 209 161 ( 65 65 ) ) ) The symbol table should appear as the ...

    €32 (Avg Bid)
    €32 Oferta mesatare
    1 ofertat
    Java wrapper for math module Ka përfunduar left

    ...expressions. * Module accepts "human readable" expressions/equations. (i.e. 4(1+x) = 3) * Module can output "human readable" expressions/equations. * Module can output MathML (content) expressions/equations. Optional Features: * Module can accept MathML input. * Module can convert "human readable" expressions to MathML without evaluating in Maxima. * Run Maxima in a Java Port of Common Lisp Please indicate in the bid, which optional features that you intend to include (if any). I am open to other Computer Algebra Systems - suggestions are welcome. I do not expect any work to be started from the ground up, both on the CAS and the Mathml pieces. Jome might be a possibility for "human readable" to Mathml transla...

    €369 (Avg Bid)
    €369 Oferta mesatare
    3 ofertat
    Common Lisp Ka përfunduar left

    Hi, Please find the attach zip file having more deail thanx ## 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 exis...platform(s) specified in this bid request. 3) All deliverables will be considered "work made for hire" under U.S. Copyright law. Buyer will receive exclusive and complete copyrights to all work purchased. (No GPL, 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). ## Pla...

    €28 - €4615
    €28 - €4615
    0 ofertat

    This is a simple LISP/SCHEME assignment. It asks you to add READ and DO WHILE statements to an interpreter (Please see attachment for details). The exercises (3.63, 3.64, 3.65, 3.66) come straight out of the book "Essentials of programming languages, second edition" by Friedman. I need the answers to these problems as a study guideline for an upcoming final. I am paying very well considering the amount of time it will take an experienced LISP/SCHEME programmer to do this. I need the modified interpreter by Monday, May 16. ## Deliverables Rent A Coder requirements notice: As originally posted, this bid request does not have complete details. Should a dispute arise and this project go into arbitration "as is", the contract's vagueness...

    €54 (Avg Bid)
    €54 Oferta mesatare
    2 ofertat

    This project is about 20 small programs (about 800 lines of code in total) to be translated from Lisp to C#, C, or Java. They don't involve any UI, just some methods that are very similar from one program to another. For someone who knows Lisp it wouldn't be any problem. I'm attaching a sample of one of the programs, the longest one. The ported code has to compile and work in the same manner as the original. The deadline is 4 days and at the end of each day there must be delivered 5 programs translated otherwise the project will be cancelled. Please don't bid if you haven't worked with Lisp before or if you are not sure that you can finish the project. I'm willing to offer 150-200$. ## Deliverables 1) Complete and fully-functiona...

    €126 (Avg Bid)
    €126 Oferta mesatare
    5 ofertat
    Translate Lisp To C# Ka përfunduar left

    There are 20 small programs (about 800 lines of code total). They are written in Lisp. I would want them translated in C# (or Java or C, whatever). The code is repetitive and a good part of translation would be just a matter of copy and paste. The deadline is 3 days and the end of each day there should be delivered at least 7 new programs translated. Failure to deliver will lead to the cancellation of the job. ## Deliverables Rent A Coder requirements notice: As originally posted, this bid request does not have complete details. Should a dispute arise and this project go into arbitration "as is", the contract's vagueness might cause it to be interpreted against you, even though you were acting in good-faith. So for your protection, if you are interested in this ...

    €68 (Avg Bid)
    €68 Oferta mesatare
    6 ofertat

    IMPOSS Checkout System (IMPOSS CS) Specification This prototype system will be implemented to demonstrate the fundamental logic of the IMPOSS CS. The system will be presented with items of shopping from a conveyor belt and will need to pack different kinds of items into different shopping bags. As it packs the bags it will need to keep a tally of the cost. The ...how to use the system (can be as a comment at the head of the code, or separate section of the document). 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, all deliverables needs to be as per the marking section described above. ## Platform It needs to run on xanalys lisp works 4.3 on windows...

    €28 - €4615
    €28 - €4615
    0 ofertat
    Programming Support Tools Ka përfunduar left

    The goal is to extend XEmacs to support common programming activities. XEmacs is one of the most widely used editors. This does not mean that the entire project has to be done in Lisp. For example, one might consider interfacing XEmacs Lisp with a scripting language like Perl or Python, or any other programming language. Suggested features: 1 spell-checker style programming (possibly enforcing coding style, such as mandatory parameter checking at start of function) 2 renaming of a specific variable in all active buffers (might require parsing of the programming language, e.g. C/C++) 3 search for assignments/reads to/from a particular variable 4 finding the definition of a variable, and searching through all uses, possibly distinguishing read from write accesses. All fe...

    €92 - €138
    €92 - €138
    0 ofertat
    Autocad external Link Ka përfunduar left

    I need to export data from block attributes in AutoCad drawings into Access, manipulate the data in Access and import back into AutoCad. This needs to be preformed across multiple drawings. Method 1 - Modify existing LISP (AutoCad Express Tools/Blocks Export or Import Attribute data.) LISP with NOTES in header attached. Export- Change lisp from write out to individual file to append one common file from multiple drawings. Add source drawing number to each record in the file. Import- Add code to read text file and look for drawing number that matches the selected or open drawing. Only the records that match will be imported back into the drawing. Or Method 2 VBA link between AutoCad and Access. See Somehow the

    €484 (Avg Bid)
    €484 Oferta mesatare
    3 ofertat
    Logic Puzzle Level Design Ka përfunduar left

    I need 3 levels for this game: <> 1 easy level, but more difficult than the test level included in the game, 1 very difficult level, where a player needs many hours to solve it or which are too difficult to solve at all for an average player, like level 90 of Sokoban: <> and one level with a difficulty between the two other levels (a player player can solve it, but it should take more than one hour). What counts is the level quality difficulty and how fun it is to play it, so it is not very important to bid as low as you can, if you can show me, that you can do it, for example if you have references of similiar projects you've done. ## Deliverables 1) 3 levels as described in the request

    €25 (Avg Bid)
    €25 Oferta mesatare
    2 ofertat
    LISP MAP COLORING Ka përfunduar left

    I NEED THIS VERY URGENT!! IF NOT POSIBLE A FEW DAYS WOULD BE OK TOO IT IS A SMALL LISP PROBLEM - MAP COLORING PROBLEM Given Data n - number of countries i,j - pairs of countries wich are neighbours Output Data You should print a few variants of coloring the map with at most 4 colors. THE ALGORITHM MUST WORK CORECTLY! THIS IS LISP GUYS, DON'T BID IF YOU DON'T KNOW LISP. PLEASE BID EVEN IF THERE ARE BIDS ALREADY. SOME DON'T REALISE THIS IS LISP. I really need this fast. But I still don't have a coder. Thanks ## 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 (d...

    €19 (Avg Bid)
    €19 Oferta mesatare
    1 ofertat
    PROLOG /LISP + WRITING Ka përfunduar left

    Please see attached for details. This project requires prolog (or lisp) BUT IT IS MOSTLY WRITING. Approx 3 pages... ## 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 including desktop software or software the buyer intends to distribute: A software installation package that will install the software in ready-to-run condition on...

    €30 (Avg Bid)
    €30 Oferta mesatare
    7 ofertat

    Sorry to all those that were contacted in error - Scriptlance does not offer LISP or Prolog as a category. PROJECT IS MORE WRITING THAN PROGRAMMING.... ~ The deadline for this is 10 pm US PACIFIC TIME ON SUNDAY. * Payment by paypal, is very plausible.

    €42 (Avg Bid)
    €42 Oferta mesatare
    1 ofertat
    Web Server Control Panel Ka përfunduar left

    This project involves the development of a graphic user interface (control panel) software for Unix web servers. Ideal candidate will collaborate with Lead Project Architect on a medium-sized software project. Strong familiarity with Common Lisp is required. Must be willing and able to learn quickly if necessary. Working knowledge of Linux and Unix systems is required. Candidate must be able to communicate effectively with team members and clients. Experience with Emacs, ILISP and CMUCL is a plus but not required.

    €185 - €277
    I vulosur
    €185 - €277
    0 ofertat

    My homework is attached. Due date is 5 january till midnight as written on the upside of the homework page. Be aware that i live in Turkey . The lisp codes of this homework should be compiled and run with a gcl 2.2 compiler on the linux. ## 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 including desktop software or software the bu...

    €117 (Avg Bid)
    €117 Oferta mesatare
    1 ofertat
    Simple AI Assignment Ka përfunduar left

    This is a simple AI project using LISP. Allegro Compiler. Please bid reasonably. My budget is about USD 30 There are 3 parts. All need to be answered. Details are in PDF file in the attachment. Thank you. ## 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 including desktop software or software the buyer intends to dist...

    PHP
    €23 (Avg Bid)
    €23 Oferta mesatare
    1 ofertat
    64210 linux server rescue Ka përfunduar left

    ok i have a dedicated linux server that stop working and it reboot to a kernel panic. the machine is fine and its hosted by 1and1 internet. its now in rescue mode booted out of a rescue ram drive and i can access all the data on the main drive. i need sommeone with GREAT linux backgroud to fix this mess. if i cannot find sommeone i will have to re-image the disk a simple but brutal procedure. comme on linux junkies i know your out there. PLEASE only bid on this if you know your stuff if you dont you risk to fuck thing up WAY more. thanks

    €74 (Avg Bid)
    €74 Oferta mesatare
    1 ofertat
    LISP Developer Ka përfunduar left

    We have an urgent requirement for our large telecom client based in London/Maidenhead for LISP Developers. We need people with at least 4 years of LISP development experience with C++ as desirable skill in live projects. You will be responsible for development and integration of software applications. Further info about us - etelinfotech.c o m

    min €2307
    I vulosur
    min €2307
    6 ofertat
    Mouse input code for Win32 Ka përfunduar left

    ...but that requires a window. So when in 'capture' mode, the mouse input should go to the application and not to the rest of windows and the cursor would be hidden. I've tried this using low level hooks, DX, Win32API and RawInput; but all of these options break one of the requirements. The only other thing I can think of is writing a virtual mouse device driver.. but I'm hoping there may be a less brutal solution. Please supply the code in a small demo, a simple console application would be ok. Also, if you have a demo ready please upload it (without source) with your bid. Price is negotiable, good bonuses available. ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) ...

    €38 (Avg Bid)
    €38 Oferta mesatare
    5 ofertat
    Alpha-Beta Game Ka përfunduar left

    a two player game which could be played human against computer using mini-max with alpha-beta pruning (AI). Any programming language can be used (Lisp, C++, Pascal, Prolog, etc.) tic-tac-toe, Othello, or any of the completed gameworks sample programs are not accepted. It's advised to choose an easy game and not worry about fancy graphical output (GUI is not a requirement) The program must be well commented with sample runs (with neatly organized output) ## 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 ex...

    €28 - €120
    €28 - €120
    0 ofertat
    Lisp Ka përfunduar left

    Lisp Program, info in zip file. ## 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 including desktop software or software the buyer intends to distribute: A software installation package that will install the software in ready-to-run condition on the platform(s) specified in this bid request. 3) All deliverables will be considered "...

    €28 - €92
    €28 - €92
    0 ofertat
    Lisp Assignment 1 Ka përfunduar left

    see the attach detail and let me know I need it on or before sunday so based on that I will accept bid around ond fridday thanx ## 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 ...on the platform(s) specified in this bid request. 3) All deliverables will be considered "work made for hire" under U.S. Copyright law. Buyer will receive exclusive and complete copyrights to all work purchased. (No GPL, 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). ...

    €13 (Avg Bid)
    €13 Oferta mesatare
    4 ofertat
    LISP Ka përfunduar left

    Write a LISP program to take in a list of words, letters and numbers of any complexity and do the following: a) Separate out the numbers from the words and letters and print out the list of numbers b) Take the list of numbers and print out the numbers in descending order keeping any duplicates c) Take the list of numbers and sum them and print the sum d) Print a list of the letters in the order they were in the input and a list of the words in the order they were in the input Example input: ((the p 9) (d quick 5) (brown 10 (t 2) fox) jumped 1 3 h ((over) (8) (g (the))) u lazy dog) ## 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 f...

    €11 (Avg Bid)
    €11 Oferta mesatare
    1 ofertat
    Help with Lips Function Ka përfunduar left

    Describe to me what the following LISP functions do and describe the results. (defun m1 ( n ) (if (<= n 1) 1 (* n(m1(- n 1))))) (defun m2( x ) (cond ((null x) 0) ((atom x) (error "m1 applies only to lists")) ( T (+ 1 (length (cdr x)))))) defun m3( list ) (if (listp list) (loop (when (null list) (return NIL)) (print (pop list))))) ## Deliverables Desciption should consist of 25 words or less of what the functions do and the results using complete declarative sentences. ## Platform Any

    €12 (Avg Bid)
    €12 Oferta mesatare
    8 ofertat
    Lisp function Ka përfunduar left

    Can someone describe to me what the following LISP functions do and describe the results of each? (defun m1 ( n ) (if (<= n 1) 1 (* n(m1(- n 1))))) (defun m2( x ) (cond ((null x) 0) ((atom x) (error "m1 applies only to lists")) ( T (+ 1 (length (cdr x)))))) defun m3( list ) (if (listp list) (loop (when (null list) (return NIL)) (print (pop list))))) ## Deliverables 25 words or less describing what the functions do and the results using declarative sentences ## Platform Any platform

    €28 - €4615
    €28 - €4615
    0 ofertat
    4 functions Ka përfunduar left

    ...integer that shuffles the two numbers together as bmcndo…ep. For example (**shuffle** 12 34) => 1324 (**shuffle** 123 456) => 142536 3): Write a procedure **add-odd** that adds up the digits at odd positions (counting from the right, with the one’s digit at position 1) in the decimal representation of a positive number. For example (**add-odd** 1_2_4_8_) => 10 LISP or preferably Scheme source code for above. ## Platform SISC Version 1.8.7 can be downloaded free from <> DUE MONDAY FEB 2 04...

    €23 (Avg Bid)
    €23 Oferta mesatare
    4 ofertat
    Mancala functions in LISP Ka përfunduar left

    Need four functions for a Mancala game in LISP. game does not have to be fully functional, just the four functions described in the attached files. I need this done asap. I am willing to pay extra for time. Thank you. ## Deliverables four functions. ## Platform Sun Solaris UNIX

    €28 - €4615
    €28 - €4615
    0 ofertat
    Mancala game in LISP Ka përfunduar left

    Need to develop a mancala heuristic in LISP. I have attached the instructions. Thank you. ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) Installation package that will install the software (in ready-to-run condition) on the platform(s) specified in this bid request. 3) Exclusive and complete copyrights to all work purchased. (No GPL, 3rd party components, etc. unless all copyright ramifications are explained AND AGREED TO by the buyer on the site). ## Platform Sun Solaris UNIX

    €117 (Avg Bid)
    €117 Oferta mesatare
    1 ofertat
    max functions Ka përfunduar left

    i need help writing a lisp function that will return the largest number in a list of entered integers. I also need the same thing but in prolog. And i need a C++ program that will accept10 integers and it an object. it needs to return the maximum number and its position. Help with one or all of these is appreciated. ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) Installation package that will install the software (in ready-to-run condition) on the platform(s) specified in this bid request. 3) Exclusive and complete copyrights to all work purchased. (No GPL, 3rd party components, etc. unless all copyright ramifications are explained AND AGREED TO by the buyer on the site). ## ...

    €7 (Avg Bid)
    €7 Oferta mesatare
    8 ofertat

    Develop a Parser and syntactical analizer in Scheme for a Reduced Arithmetic Expression Language. Must include source files and a report. The report is to be 5-10 pages, and will include: 1) Requirements: in plain English describe what the interpretor for the arithmetic expression does 2) Design Issues: regular expressions for scanner, the grammar and what transformation were require...complete source code of all work done. 2) Installation package that will install the software (in ready-to-run condition) on the platform(s) specified in this bid request. 3) Exclusive and complete copyrights to all work purchased. (No GPL, 3rd party components, etc. unless all copyright ramifications are explained AND AGREED TO by the buyer on the site). ## Platform Linux, windows Scheme/...

    €53 (Avg Bid)
    €53 Oferta mesatare
    2 ofertat
    Animal Game Ka përfunduar left

    Deadline: before 31 October 2003 *...Requirements: **The program must be written in **Common Lisp**, fully commented and able to run without errors in Unix machine. The program should handle user input flexibly: Yes, yes, y, Y, No, N, n, no The program should strip articles and capitalization from animal inputs: A FROG --> frog An emu --> emu THe program should capitalise and check for '?' at end of user test question: can it fly --> can it fly? The program should insert appropriate articles and punctuation on output --> Is your animal a cat? --> Is your animal an elephant? ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. ## Pl...

    €5 (Avg Bid)
    €5 Oferta mesatare
    3 ofertat
    Animal guessing game Ka përfunduar left

    Deadline: before 31 October 2003 *...Requirements: **The program must be written in **Common Lisp**, fully commented and able to run without errors in Unix machine. The program should handle user input flexibly: Yes, yes, y, Y, No, N, n, no The program should strip articles and capitalization from animal inputs: A FROG --> frog An emu --> emu THe program should capitalise and check for '?' at end of user test question: can it fly --> can it fly? The program should insert appropriate articles and punctuation on output --> Is your animal a cat? --> Is your animal an elephant? ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. ## Pl...

    €8 (Avg Bid)
    €8 Oferta mesatare
    2 ofertat

    Deadline: before 31 October 2003 **Sa... Requirements: **The program must be written in Common Lisp, fully commented and able to run without errors in Unix machine. The program should handle user input flexibly: Yes, yes, y, Y, No, N, n, no The program should strip articles and capitalization from animal inputs: A FROG --> frog An emu --> emu THe program should capitalise and check for '?' at end of user test question: can it fly --> can it fly? The program should insert appropriate articles and punctuation on output --> Is your animal a cat? --> Is your animal an elephant? ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. ## Pl...

    €4 (Avg Bid)
    €4 Oferta mesatare
    1 ofertat

    This is a an assignment for Artificial Intelligence subject. I want the answers to be given in detailed. The compiler is Allegro CL for Windows can be found at htpp:// This is a Lisp function Assignment. There are two parts of this assignment and it is attached in a doc file. Please let me know the type of questions that might occur in this program and the answers for it. Thank you. ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) Installation package that will install the software (in ready-to-run condition) on the platform(s) specified in this bid request. 3) Exclusive and complete copyrights to all work purchased. (No GPL, 3rd party components, etc. unless

    €19 (Avg Bid)
    €19 Oferta mesatare
    2 ofertat
    LISP minor assignment Ka përfunduar left

    i have a 2 small program due in a few hrs: 1. Write a procedure that computes elements of pascals triangle by means of a recursive proces. This must be written in Lisp, and show an inductive proof. 2. define (*a b) (if (=b 0) ( +a (*a (-b 1))))) This algorithm takes a number of steps that is linearin b. Suppose we include , together with addition, operations *double*, which doubles an integer and *halve,* which divides an ( even) integer by 2. Using these , design a multiplication procedure analagous to **fast-expt** that uses a logarithmic # of steps. SHow the code and inductive proof. note: fast-exp procedure (define ( fast-expt b n) ( cond (( = n 0) 1) (( even? n) (square ( fast-expt b ( / n 2)))) ( else ( * b ( fast-expt b ( - n 1 )))))) ## Del...

    €6 (Avg Bid)
    €6 Oferta mesatare
    1 ofertat

    The project is to be written in Prolog( with .P extension and compilable using XSB) and Common LISP. Due Date is on the 6th October 2003 before 5pm. ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. ## Platform Unix/ Windows with Cygwin

    €23 (Avg Bid)
    €23 Oferta mesatare
    1 ofertat

    ~jdonathcs300 goto project 3 detail see all the detail past work and give me work ASAP due is very soon I will prefer the coder who give me code soon once I accept the bid and amount is escrow.... ( I mean if it is ready then better ) ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) Installation package that will install the software (in ready-to-run condition) on the platform(s) specified in this bid request. 3) Complete ownership and distribution copyrights to all work purchased. ## Platform please see detail

    €6 (Avg Bid)
    €6 Oferta mesatare
    5 ofertat
    Lisp assignment Ka përfunduar left

    A set of list functions to maintain a contact list like a phone book feature on a cell phone stores info. like name, number, email. should be able to: add new contacts, delete contacts, change contact information scroll through all contacts in alphabetical order save contacts to a file load a set of contacts from a file ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) Installation package that will install the software (in ready-to-run condition) on the platform(s) specified in this bid request. 3) Complete ownership and distribution copyrights to all work purchased. ## Platform lispWorks Windows XP

    €28 - €4615
    €28 - €4615
    0 ofertat
    LISP HOMEWORK Ka përfunduar left

    Please see the attached file for full instructions. ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) Installation package that will install the software (in ready-to-run condition) on the platform(s) specified in this bid request. 3) Complete ownership and distribution copyrights to all work purchased. ## Platform Please read the zip file attached

    PHP
    €39 (Avg Bid)
    €39 Oferta mesatare
    2 ofertat
    Tic Tac Toe Ka përfunduar left

    I need someone who is proficient in Artificial Intelligence that is familar with or has reference to the "minimax" search algorithim to write a program that simiulates a "tic tac toe" game using the minimax algorithim. In addition I would require the following: 1). Players would be named min (for the user) and max ( for the comput...+1 user wins ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) Installation package that will install the software (in ready-to-run condition) on the platform(s) specified in this bid request. 3) Complete ownership and distribution copyrights to all work purchased. ## Platform 5). Code program C,C++, Lisp , Pascal to be used in a Windows 9...

    €38 (Avg Bid)
    €38 Oferta mesatare
    15 ofertat