Filter

My recent searches
Filter by:
Budget
to
to
to
Type
Skills
Languages
    Job State
    1,176 lisp jobs found

    I need help to Functions in LISP to use list to control execution of other list. I will provide more detail in chat.

    $81 Average bid
    $81 Avg Bid
    1 bids

    I need help to Write function to multiply matrices and add them together using LISP. I will give more detail in chat

    $118 Average bid
    $118 Avg Bid
    2 bids

    Lisp project having to deal with mathematical expressions

    $529 Average bid
    $529 Avg Bid
    1 bids

    We are looking for someone what can provide two relatively simple Autocad Lisp routines for us: 1. Read information from a csv or excel file and load specific dwg files and modify some data (attach object data) in the file according to data from the csv file. Each dwg contains one polygon to which object data (which is located in the csv file) need to attached. 2. Read information from a csv file and copy multiple files into a single dwg file (the current drawing) accordingly.

    $326 Average bid
    $326 Avg Bid
    7 bids

    A Lisp expert is needed to answer a couple of questions

    $44 Average bid
    $44 Avg Bid
    4 bids

    i need to build a lisp routine with autocad please if you can help me, signify thanks a lot

    $64 Average bid
    $64 Avg Bid
    11 bids

    I need a Lisp engineer to learn PACT and develop a blockchain software for us. PACT is very similar to Lisp so the learning curve will also be included in the quote

    $8466 Average bid
    $8466 Avg Bid
    5 bids

    I need help to Solve the Missionaries and Cannibals problem in LISP. I will share more details in chat.

    $240 Average bid
    $240 Avg Bid
    1 bids

    Pl check these files. I have 10 samples to ensure testing is thorough. Rules - Input layers are - 0smb , 0smt, 0spb output layer - PP-smd depth (you can make this common layer) Manually we segregate further. - Rule - components which overlap of 0smb and 0spb to have outline around them Masking layer + PP-Through and through - combine this we will manually segregate. Rule - components which overlap of 0smb and 0smt to have outline around them how to identify components - 2 entity components - same dimension entity next to it 3 entity components - same dimension entity next to it + same dimension third entity between both and next to it 4 + entity components - same dimensions entity having same pitch, there maybe a case where the last entity in the same pitch may...

    $497 Average bid
    $497 Avg Bid
    3 bids

    I need the help of an expert who can deal and help me with some issues in areas of LISP routine, also materials engineering in plasticity theory and report writing in 3D scene modelling as soon as possible, i will be looking forward to work with an honest and sincere skillfull individual for a long term opportunity , thanks

    $71 Average bid
    $71 Avg Bid
    2 bids

    I need the help of an expert who can deal and help me with some issues in areas of LISP routine, materials engineering and report writing as soon as possible, i will be looking forward to work with an honest and sincere skillfull individaul , thanks

    $26 Average bid
    $26 Avg Bid
    5 bids

    Take a specified point group and find nearest point from another specified point group for each point in the first group, export that into a text file list.

    $358 Average bid
    $358 Avg Bid
    5 bids

    I have two different ...I'm constantly working on within AutoCAD that represent the height of a specific point on a map. Occasionally, we must submit the same map to two different governmental agencies; each agency requires height attributes in maps to look differently. Today, we switch the attributes manually, but we want to easily convert between the two attributes back and forth by a command. I assume an AutoCAD lisp or application that can convert between the two attributes is the right solution. Attached is an AutoCAD file with the two attributes; you will get an attribute window editor with information when you double-click every attribute. The attribute is the whole thing. We need to be able to convert between the right attribute to the left one and from the left on...

    $291 Average bid
    $291 Avg Bid
    5 bids

    Lisp Routine in AutoCAD needed to calculate quantities from 2D drawings. Given a drawing with a title, quantity and different items a spreadsheet is needed to be generated of total items for that given drawing/drawings. Excel spreadsheet preferred.

    $684 Average bid
    $684 Avg Bid
    25 bids

    I have two different attributes I'm constantly working on within AutoCad that represent the height of a specific point; Today, I switch between them manually, but I want to easily be able to convert between the two attributes back and forth by a command. I assume AutoCAD lisp that can convert between to different attributes is the right solution. Attached is an AutoCAD file with the two attributes - I currently switch between them manually.

    $44 Average bid
    $44 Avg Bid
    1 bids

    I need someone who has knowledge in Lisp Programming.

    $58 Average bid
    $58 Avg Bid
    4 bids

    I make parody songs/raps for my girlfriend and go by the rap name "Lil' Conny". I'm looking for someone to design a Lil' Conny logo to put on a sweatshirt and sweatpants as satirical merch. I want the logo to be a caricature/cartoon look with a clown and face and spitting lips (because I have a lisp). It should also say "Lil' Conny" in script font somewhere above/below the logo. Photos attached as examples for your reference. Let me know if I can answer any questions. Connor

    $131 Average bid
    $131 Avg Bid
    82 bids

    I need help my lisp programming understanding and I would want 1 hour of help 3 times a week

    $34 / hr Average bid
    $34 / hr Avg Bid
    6 bids

    I need you to write a LISP code for my simple requirements. tictac 6x8..

    $515 Average bid
    $515 Avg Bid
    2 bids

    I need you to develop some project for me. I would like this project to be developed. need to be developed in LISP

    $357 Average bid
    $357 Avg Bid
    2 bids

    Lisp developer needed for my project.

    $42 Average bid
    $42 Avg Bid
    1 bids

    I have a c++ dll. I need an ARX and BRX code to make 7 functions from my dll to be available on Autocad and Bricscad. These function receive and return values. The code must be compiled on MS Visual Studio. I neee the full source code. I provide you the LISP Code.

    $370 Average bid
    $370 Avg Bid
    6 bids

    I have 400 plus drawings I need to bind an xref that is in each individual dwg filexref

    $325 Average bid
    $325 Avg Bid
    11 bids

    Hello I need an expert in LISP programming Please apply if you have the required expertise.

    $217 Average bid
    $217 Avg Bid
    5 bids

    Hello I need an expert in LISP programming Please apply if you have the required expertise.

    $182 Average bid
    $182 Avg Bid
    3 bids

    ...function that will calculate x^i , where x can be either a real number or an integer, but i must be an integer. In the first version, you will write this recursively, using the classic technique that was probably used when you first saw recursion. In the second version, you will write a function that will use a loop to construct a list containing the proper number of multiplications and then have Lisp evaluate that. The second function will receive a list of integers and will return a result that is a two element list consisting of the smallest and largest values in the original list. The first version you will do will have two helper functions that find the largest and smallest values that are used to construct the result. In the second version, you must accomplish this task in ...

    $127 Average bid
    $127 Avg Bid
    3 bids

    Hello, I need help with following task: Comparison of security protocols DSR and LISP with a simulation on NS3 considering following variables: 1. Energy Consumption VS Number of Nodes 2. Packet delivery ratio VS Number of Nodes 3. Routing Overhead VS Number of Nodes Needs Simulations on NS3, graphical interpretation of these variables, description and conclusion Thanks.

    $32 - $270
    $32 - $270
    0 bids

    Dialog box to have inputs - Type of part, Material, Customer etc. Based on this selection the rules are taken for the drawing. Attached excel document defines the rules and video explains the requirement. is the input file . After running the script, is the result. Code is owned and available to me for future modifications and improvements. Option to restrict working of final script on specific MAC ids. Comments on code to make the code readable. This is the first part of the project, there are further parts if this is done successfully.

    $1127 Average bid
    $1127 Avg Bid
    9 bids

    I need someone creat auto isp it replays on 70 box and auto measuring from cabinet to this box and write the results in tabls

    $691 Average bid
    $691 Avg Bid
    13 bids

    Need help in SCHEME programming and similar tasks Let me know if you are looking forward for a quick and regular tasks

    $62 Average bid
    $62 Avg Bid
    2 bids

    Overview: foundations, scope, problems, and approaches of AI. Intelligent agents: reactive, deliberative, goal-driven, utility-driven, and learning agents. Problem-solving through Search: forward and backward, state-space, blind, heuristic, A, A*, stochas...utility theory, decision theory, sequential decision problems, sample applications Machine Learning and Knowledge Acquisition: Learning nearest neighbor, naive Bayes,Model Evaluation, Introduction to Machine Learning. Languages for AI problem solving: Introduction to PROLOG syntax and data structures, representing objects and relationships, built-in predicates. Introduction to LISP- Basic and intermediate LISP programming. Expert Systems: Architecture of an expert system, existing expert systems like MYCIN, Exper...

    $18 / hr Average bid
    $18 / hr Avg Bid
    2 bids

    Hello! I'm trying to build a TTS voice using festvox (). It doesn't work yet, something is really complicated because it uses .scm files, and I don't understand all the dependencies yet. I need somebody who has time and who likes such investigation work. festvox voice building requires Ubuntu. I have installed Ubuntu on Windows, it works perfectly fine for me. Also, I have installed festvox just fine, it works without any problems. But the voice building part is cumbersome. I can assure you that it takes some Sherlock Holmes skills to resolve the dependencies between the files. I have not been able to manage it. If you're interested in helping, please post a message.

    $335 Average bid
    $335 Avg Bid
    5 bids

    ...head/ neck), Limited facial control(such as after stroke, Facial Tricks ), Limited head movement/ control.  Cognitive Impairment- Autism Spectrum, Alzheimer’s Disease  Facial /Head diversity –Large Facial Birthmarks, burns , scarring, Pigmentation differences, clef lip palate , Hemifacial microsomia, other facial/ cranial conditions  Language/speech Impairment- Stutter, Articulation impairment, Lisp or other Speech impediment, Other voice Disorder. • Collection should NOT take place in the following countries: China, EU Member States, Argentina, Japan, Malaysia, Mexico, South Korea, Brazil, UAE, UK, Canada, Australia, New Zealand, Colombia, Costa Rica, Hong Kong, Macau, Israel, Morocco, Peru, Philippines, Russia, Singapore, South Africa, Taiwan, Tunisia, T...

    $88186 Average bid
    $88186 Avg Bid
    1 bids

    I need someone who can solve a very easy assignment ASAP. 1a. Define an array with input from the keyboard (using read). 1b. Define a function that finds the sum of the main diagonal of 1a. 1c. Define a function that returns the minimum value of 1a. 2a. Define a null list. 2b. Fill the list from 2a. with 5 elements from the keyboard (using read). 2c. Save the inverse of 2b. into a text file named '' 3a. Define a class Animal, containing the following fields: predator (True/False), mammal (True/False), country of origin (string) 3b. Define a class Endangered that inherits from 3a. and a method that displays the class fields. 3c. Instantiate an object of type 3b. and display the information with the method from 3b.

    $53 Average bid
    $53 Avg Bid
    1 bids

    ...work for is hoping to have data from their CAD DWG files exported directly into a preformatted Excel spreadsheet. They want data like the area of the rooms (polyline) building name and number and the categorization of the room (based on the colour assigned to it). I have been struggling to find any sort of viable solution. I have tried using various scripts for exporting data but since I don't know lisp I haven't been able to make them suit our needs. The main issue I am experiencing is that Excel does not integrate well with AutoCAD so it seems near impossible to be able to customize which cells will be automatically populated. My company also wants to avoid manually inserting all of the data into the drawing. Is this project possible? Finally, how much would it cost f...

    $1522 Average bid
    $1522 Avg Bid
    30 bids

    We are looking for a skilled, reliable and intuitive software developer to build an HR software application. Python preferred but Java, C++, LISP also acceptable. We have a fully developed design-only prototype (Figma) that will serve as the guide for the project. To provide an estimate, you will need to see the prototype. An NDA will be required in advance of viewing the prototype. Basic details about project: User Category 1: 29 screens User Categories 2-4: 30 screens each We will need pairing of selected data (up to 200 points of data) to approximately 60 corresponding responses from a data bank. No analytics. Please feel free to ask me any questions about the project. If interested in viewing the prototype, please sign and return the attached NDA. We will then schedule...

    $1169 Average bid
    $1169 Avg Bid
    8 bids

    I required Auto Cad Lisp software or addons to make quantity take off

    $152 Average bid
    $152 Avg Bid
    9 bids

    The freelancer must be familiar with 2 programming languages from the list below and must have good hold of concepts in both the languages. Ping me only if you can write good amount of content on any 2 languages. I will share the deta...freelancer must be familiar with 2 programming languages from the list below and must have good hold of concepts in both the languages. Ping me only if you can write good amount of content on any 2 languages. I will share the details in chat. Ada, Afnix/Aleph, ALGOL, Alice, APL, AWK, BASIC, Clarion, Clipper, CLU, COBOL, CORAL66, Cuda, Curry, Dylan, Eiffel, Forth, Fortran, Haskell, Jade, JOVIAL, LISP, Lush, Mathematica, Matlab, ML, Modula, NPL, Oberon, occam, Pascal, Perl, Pike, PL/I, R, RPG, Ruby, Scheme, Sh (graphics), Simula, Smalltalk, Snobol, SP...

    $56 Average bid
    $56 Avg Bid
    6 bids

    I need an experienced person or who is knowledgeable in common lisp. This is easy for you if you have enough knowledge.

    $35 Average bid
    $35 Avg Bid
    1 bids

    BRG LLC, is looking for a software developer to create a parsing script to create a usable file with the data. Qualifications • Prior successful completion of 835 parsing and data analysis • Mapping from various file formats (X12, X12 HIPAA, XML, Flat File Positional, CSV, NCPDP) • Comprehensive understanding of HIPAA transaction sets • A strong understanding of EDI programmi... • A strong understanding of EDI programming practices, standards and conventions. Technical skills • Experience with EDI document standards for Healthcare Transaction Sets 270/271, 276/277, 834, 835, 837, etc. • Certified / familiar in one or more of the following programming/scripting languages: JavaScript/ECMAScript, PHP, Python, Ruby, Groovy, Perl, Lua, Bash, Pow...

    $67 / hr Average bid
    NDA
    $67 / hr Avg Bid
    13 bids

    needs to be done in 1 file. will be run for plagirism

    $169 Average bid
    $169 Avg Bid
    9 bids

    looking for someone to create a simple lisp program to create a stair flight elevation in autocad

    $870 Average bid
    $870 Avg Bid
    23 bids

    Hi Alan I., I noticed your profile and would like to ask for your expertise in LISP regarding the implementation of a sort function without using lists in Scheme both in increasing and decreasing order if you're interested

    $88 Average bid
    $88 Avg Bid
    1 bids

    Hello! I'm trying to build a TTS voice using festvox (). It doesn't work yet, something is really complicated because it uses .scm files, and I don't understand all the dependencies yet. I need somebody who has time and who likes such investigation work. festvox voice building requires Ubuntu. I have installed Ubuntu on Windows, it works perfectly fine for me. Also, I have installed festvox just fine, it works without any problems. But the voice building part is cumbersome. I can assure you that it takes some Sherlock Holmes skills to resolve the dependencies between the files. I have not been able to manage it. If you're interested in helping, please post a message.

    $363 Average bid
    $363 Avg Bid
    1 bids

    Details will be provided the topics included are: Scheme - Lists, Let, IO_Sort, Trees Prolog - searchTree, Arithmetic, Input_Output, Cut_List_Updated, Lists, Puzzle, Trees

    $97 Average bid
    $97 Avg Bid
    2 bids

    I'm the Engineer team lead and am interested in someone helping us with our LISP routines in AutoCAD.

    $93 / hr Average bid
    $93 / hr Avg Bid
    3 bids

    Create a LISP program that prompts the user to enter a sentence. Display the words the user enters in reverse order. Example: This is my life! ==> life! my is This I need help finishing the code I started, specifically input and output. (princ "Please Enter A Sentence:") (setq sent (read)) (defun split-and-reverse (str) (labels ((iter (s lst) (let ((s2 (string-trim '(#space) s))) (if s2 (let ((word-end (position #space s2))) (if (and word-end (< (1+ word-end) (length s2))) (iter (subseq s2 (1+ word-end)) (cons (subseq s2 0 word-end) lst)) (cons s2 lst))) lst)))) (iter str NIL))) (defparameter sentence "There are my people!") (with-input-from-string (s sentence) (loop for line = (read-line s NIL) while line do (format t "~{~a~#[~:; ~]~}~%&quo...

    $226 Average bid
    $226 Avg Bid
    2 bids

    Hello! I'm trying to build a TTS voice using festvox (). It doesn't work yet, something is really complicated because it uses .scm files, and I don't understand all the dependencies yet. I need somebody who has time and who likes such investigation work. festvox voice building requires Ubuntu. I have installed Ubuntu on Windows, it works perfectly fine for me. Also, I have installed festvox just fine, it works without any problems. But the voice building part is cumbersome. I can assure you that it takes some Sherlock Holmes skills to resolve the dependencies between the files. I have not been able to manage it. If you're interested in helping, please post a message.

    $183 Average bid
    $183 Avg Bid
    3 bids

    Antidote is looking for a software engineer to develop the next-generation technologies that change how users connect, explore, analyze, and interact with healthcare data. We're looking for engineers who bring fresh ideas from all areas, including information retrieval, distributed computing, large-scale syst...small start up with a great company culture! We know how to have fun; still, our work culture is based on professionalism. We get work done on a reasonable schedule. Most importantly, we like to break things, challenge the status quo, and try new things. Skills: Knowledge of F# , safe stack and knowledge in other functional programming languages are certainly welcomed (Haskell, Scala, Clojure, LISP) We are looking for an engineer that thinks differently, is able to inv...

    $55 / hr Average bid
    $55 / hr Avg Bid
    3 bids

    Top lisp Community Articles