Why Do Programming Languages Have Weird Names?
Python, Ruby, Java, Pascal. Here are their stories.
eu trabalho projetos de saneamento e necessito de uma lisp para poder aumentar minha produtividade, utilizo o autocad para isso. mais informações entrar em contato
Boa tarde preciso de um programador em autolisp para um trabalho freelancer. Componentes do projeto: * Inserção de blocos. * Interligação de equipamentos. * Cadastro de equipamentos. * Dimensionamento de sistema conforme pré cadastro. * Geração de memorial conforme...trabalho freelancer. Componentes do projeto: * Inserção de blocos. * Interligação de equipamentos. * Cadastro de equipamentos. * Dimensionamento de sistema conforme pré cadastro. * Geração de memorial conforme equipamentos inseridos. Em anexo planilha que praticamente é inserido os dados para o dimencionamento, gerado memorial e lista de materiais, alem das funcionalidades da planilha a lisp d...
Necessito realizar a inserção de informações em planta de modo automatico ou semi automatico, em um desenho de perfil topográfico.<br />Deve-se realizar a programação em AutoCad Lisp. Temos urgencia no trabalho. Aguardo contato
Preciso do código fonte em C# e Lisp de uma aplicação que faça a interação entre AutoCAD e C# (Windows Forms). É necessário, também, que o programa funcione em todas as versões do autocad (pelo menos desde 2007). Descrevendo o programa: 1. Criar um link que abra um versão do autocad com uma barra de tarefas, com diversos botões. 2. A barra de tarefas deve ter um exemplo para a adição de blocos e propriedades, e estas janelas, devem poder executar funções do código C#. 3. Ao final, uma função no AutoCAD onde se possa selecionar todo o projeto e ler os blocos e suas propriedades e enviar todas as informações para uma funçã...
Bom dia, Preciso de alguém para me auxiliar no desenvolvimento no AutoCAD de um bloco dinâmico de uma rede coletora de esgoto e exportação dos parâmetros para excel com auxilio do VBA ou Visual Lisp. Obrigado.
I am looking for an experienced Lisp programmer to build a Lisp Interpreter from scratch with the following requirements: Skills and Experience: - Advanced level of experience with Lisp programming - Strong understanding of Lisp language and its principles Project Details: - The interpreter needs to be built from scratch, not based on an existing one - The interpreter should include standard Lisp features - Additionally, custom features should be implemented to meet specific requirements Ideal Candidate: - Experienced in building Lisp interpreters or similar projects - Familiarity with Lisp programming language and its syntax - Proficient in implementing custom features and extensions to the interpreter If you have the necessary skills a...
I am available to assist with code correction, code development, and code conversion between different programming languages. The estimated turnaround time for each task is 10 minutes. 1. Python 2. JavaScript 3. J...time for each task is 10 minutes. 1. Python 2. JavaScript 3. Java 4. C++ 5. C# 6. Ruby 7. PHP 8. Swift 9. Kotlin 10. Go 11. Rust 12. TypeScript 13. MATLAB 14. R 15. Perl 16. Objective-C 17. Scala 18. Groovy 19. Lua 20. Shell Scripting (e.g., Bash) 21. Visual Basic 22. Dart 23. HTML/CSS (markup and styling languages) 24. SQL (database query language) 25. Assembly Language 26. MATLAB 27. Perl 28. Lisp 29. Prolog 30. Haskell 31. Fortran 32. Cobol 33. Ada 34. PowerShell 35. Julia 36. F# Please provide the specific code or task you need assistance with, and I'll be gl...
I've got a doubt with previous program and I also got a new problem to you
Есть объекты 2D Polyline. Пример скрин: (и во вложении) Задача: Нужно автоматически макросом поставить для них линейные размеры вдоль оси X, с шагом 100мм. Пример скрин: Размеры начинаются от левого края детали (можно указать вручную, но хорошо бы автоматом) и до правого края детали. Пример скрин: Желательно: Чтобы была возможность вручную вписать с каким шагом ставить размеры (100мм, 200мм или др.)
I need a lisp program in AutoCAD to change an object by filtering [Layer name] [Colour] [Type] and change to a specific layer and colour to Bylayer. I will require the lisp with a dialog showing the translation and be able to add new filters to the list and the layers to be changed to. I would also lik have the option to load different filters.
I have a lisp program to work on autocad and I need to convert it to progecad. so I am looking for autolisp as well progecad expert. If you are right person, please don't hesitate to place a bid on this project.
I'm trying to build a TTS voice using festvox (). It uses .scm files, and all the dependencies are hard to understand. 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. The project has already progressed to some point, but I don't really have the time to finish it. If you're interested in helping, please post a message, and I tell me you more about it. Thank oyu!
AUTOMATE TASK. FILLING UP (MEASUREMENT, X,Y,Z) ATTRIBUTE OBJECT FROM GPS COORDINATES
I'm trying to build a TTS voice using festvox (). It uses .scm files, and all the dependencies are hard to understand. 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. The project has already progressed to some point, but I don't really have the time to finish it. If you're interested in helping, please post a message, and I tell me you more about it. Thank oyu!
The task concerns the conversion of five existing ACAD lisp routines to LUA. Three are around 150 lines of code, one around 250, and one around 1750. We can provide the existing scripts, a manual detailing the functionality/purpose of the original scripts and its functions, and a screen capture of some of the routines' most crucial functions in action. The final format we need the routines converted to is LUA As the new scripts will be used in PYTHA, experience with or knowledge of its commands and structure is desired. Similarly, knowledge of AutoCAD, as such that the existing scripts can more easily be made sense of, would be a plus.
I need a LISP program to insert 2D objects (lines, arcs, polylines) from several DXF files into the current DXF file. The DXF to be imported are in the root folder, i.e. same folder as the current DXF file. Create a layer for each DXF file. Each layer should be named with the same name as the DXF file - exclude the file type. In each layer place the objects from each DXF file. Join any objects (lines and arcs) that are not a polyline.
I need a function in lisp that implements an L-system: of the rule type a (1) follows (2), a (2) follows (1 2), starting from (1) in a recursive manner you get: (1), (2), (1 2), (2 1 2), (1 2 2 1 2), (2 1 2 1 2), etc...
lisp should the create the trench line by using define trench layer and trench width
I'm looking for a freelancer who can help me with Autocad lisp programming. The task involves concatenating attribute values for a block with multiple attributes. The freelancer should have prior experience in Autocad programming and should be familiar with Lisp and compatible graphic programs. If you think you can deliver this project satisfactorily, please contact me and I'd like to hear your plan on how you'll go about completing it. Any questions or clarifications can be addressed at the same time. Thank you for your interest in this project! In same drawing there CAN BE MULTIPLE BLOCKS WITH SAME NAME and the data should be copied inside particular block. EXAMPLE: BLOCKNAME: BLOCK1 ATTRIBUTE1: ATTR1 ATTRIBUTE2: ATTR2 ATTRIBUTE3: ATTR3 Attribute val...
Write Lisp functions to do the following. Test your functions on the 3 example cases given. 1. Convert a list of hexadecimal digits into the equivalent decimal number. You may find the function (expt n m), which computes n m to be useful. For example, (hextodec ’(a)) = 10 (hextodec ’(1 f)) = 31 (hextodec ’(5 a 6 b 7 c 8 d 9 e)) = 388350381470 2. An integer is said to be perfect if the sum of its factors, including 1, is equal to the number itself. Determine if an integer is perfect and if so, return it’s list of factors, otherwise return nil. You may find the function (mod n m) to be useful. For example, (perfect 6) = (1 2 3) (perfect 298) = nil (perfect 496) = (1 2 4 8 16 31 62 124 248) 3. Write a Lisp function (delete atom list) that retu...
Hello! We have an autocad that contains many blocks with alpha numeri information within them (Attributes). Due to the many crowders of the blocks (a display of water lines and urban sewers), the Attributes load is created, and we need to manually arrange all the attributes. Of course this is an action that takes a lot of time and resources. We are looking for meticulousness with experimentation in writing LISPs that will write to us such a command. We will do a zoom meeting with the appropriate freelance to explain the content content more accurately. But, the idea is that there are 10 blocks that need to be arranged, with their length in their length, in their location (which will not fall on each other for example) and the kind. I attach two examples here and after. If you think you can...
Me interesa una rutina en Visual Lisp para exportar desde un DWG a PDF con capas con las siguientes características: - Los parámetros de la rutina son los siguientes: => Unidad de medida (milimetros o pulgadas) => Tamaño de papel (anchura x altura) del PDF => Escala de conversión (unidad_dibujo:unidad_real, por ejemplo, 1:10, 1 unidad de dibujo son 10 unidades en el PDF) => p1, p2 (puntos extremos de la ventana de designación dentro del DWG) El PDF se generará con todas las entidades abarcadas por la ventana de designación cuyas esquinas son los puntos p1 y p2 => Directorio donde se guardará el archivo PDF => Nombre del archivo PDF - El archivo PDF tiene que tener las mismas capas que e...
Someone who is proficient with prolog and lisp language.
I would like to develop a small autocad LISP application that does the following - At the beginning I will have selected a part of the elements of the drawing. - I want the program to detect which are linear text objects and join in a multiline text object those texts that are at a smaller distance requested by console. - Remove the old texts and leave only the multiline texts.
We need to develop an autoCAD applet in order to automate a tedious task of making cable lists. Knowledge of AutoCAD is required for this job. Please also refer to the attached files for reference. There is no preference on the type of the applet (may be lisp or exe or anything)
I am after a CAD template, and possible LISP programming to draft our cad deliverables. Our job entail underground utility services, that are surveyed by a surveyor with GPS. The data is exported in dwg and csv file with Easting Nothing and various attributes. Depending on the attributes, the data needs to be drafted in 3d linework while adding various callouts.
Hi Manh P., I hope you are well. You made some LISP. I am doing a job with it and getting an error. Are you able to tweak the LISP so it works without the error?
I need someone to do auto lisp coding programme for a furniture drawing I have on autocad.
Attached a file with the project details. As soon as someone’s interested, will send off the necessary files
Ttengo entre manos un pequeño proyecto que exige que el programa (rutina LISP en AutoCAD) cree en un conjunto de simples polilíneas 2D unas líneas perpendiculares a una distancia de exactamente 1,000 m y que esas líneas aparte de ser perpendiculares tuvieran una longitud exactamente de 10 cm a cada lado (ver fichero adjunto)
Need to solve few basic question in the following languages
Hi Redwan E., I noticed your profile and would like to offer you my project. We can discuss any details over chat. need a lisp file which can create intermediate chair height points for a PT tendon. Input: Internal or external span. Start and end point of a tendon. High point at both ends and low point in between. Output: High points at both ends, low point and intermediate points in between them at maximum 1m spacing, based on parabolic equation of PT ( note i need all units in Inches)
I am a jury consultant who wants to leverage a LISP program to model some of the psychology that influences juror decision making. I do have access to the code associated with the program that is written in LISP. The issue/work will be executing the code and adding in some contextual information for each case.
The task is about solving Sudoku puzzle in LISP. Please check the PDF file I uploaded. If you can handle it, please feel free to chat me.
Download portacle IDE for lisp. Instructions are in the PNG file. Look at the Functions As Data, a.k.a. Higher-Order Functions part of this link for further references Copy the directory of where you downloaded these files CL-USER> (load "c:/Users/Steve/W10/CommonLisp/portacle/Project02/solution2.lisp")
I want an expert in the LISP programming language
The A* algorithm to solve the problem; create at least 2 heuristic functions, the Manhattan distance and another one (proposed/chosen by the person).
Hi Im looking for a script that would ask for user to select a rectangle and print/export a png with the 4 corners coordinates embeded in it thanks
I need an expert to create a LISP for AutoCAD. the Lisp Command should divide a polyline in equal lengths as required if the line is straight. if the line has a bend it should divide it until the bend. options should be made available to give dimensions, if required.
Two Lisp need to be created 1. Automatic Placement of groups into existing boxes. 2. Attribute updates on sequential click.
I need to have a LISP created to clean my CAD drawings up. Quite simple for an experienced LISP builder. Delete Hatching, small lines, small arcs, small circles. Make the lines all the same. Attached is a detaled requirements
I have a dwg file. In that file there is a red box and some yellow lines. I want a lisp file that aligns those yellow lines perfectly with the red bounding box. The sample is also shown in the AutoCAD file attached. Please remember that I want a code which is a Lisp file. So when I will load that lisp file in my drawings it will automatically correct all yellow lines. Bid only if you know how to generate a lisp file in AutoCAD. You will probably need to code a little bit.
I work with autocad electrical, and I've built blocks for the schematic and panel menu. I'm looking for a programmer to build a LISP that automatically draws when entering the data
Hi Sardar I want pacman python code implement on lisp using deep learning and with all the levels implemented. Is this something you would be able to do?
We are needing someone to help us generate an automation in Visual Lisp for a plane in Autocad, in general it is to apply a Decurve to some lands and also export its coordinates in an excel. If you have the technical ability to do it, please connect with me and we can define a way to work together.
Hi i need to hire s.o. good in haskell and Lisp language for my project
Hi If you are avaialble to do racket, lisp, scheme , prolog task please message
Looking for an expert who knows well about CI LISP.
Looking for Autocad programmer, who can develop the program/lisp to move the autocad block based on the topography files.
Python, Ruby, Java, Pascal. Here are their stories.
If you knew that computer programming has its roots from the beginning of the 13th century you may find that hard to believe.
These are the top trends that programming experts will experience in 2017.