Why Do Programming Languages Have Weird Names?
Python, Ruby, Java, Pascal. Here are their stories.
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.
Lisp parser, interpreter in C Requirements share in private chat
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.
Our society need a LISP per AutoCAD the script must produce a CSV or Excel file containing the areas of the individual polylines contained within a wider polyline and list them by single layer. If possible, an application with automatic updating based on the drawing updates could also be assumed.
I need something like this (AutoLisp - AutoCad 2019) please watch this movie
Silakan Daftar atau Login tuntuk melihat rincian.
I need a lisp for autocad 2019. Lisp is supposed to move the texts to common area of two intersecting layers.
This project is to maintain and develop existing tool for AutoCAD. C++ and LISP skill required. name of the project: this tool allow LISP programming allows programmers to access more powerful functionalities and allow a more scalable dynamic interface than the simple native DCL code of AutoCAD.
Requerimos generar automáticamente en AutocadMap o SImilar (ArcGis) un programa, script o herramienta (LISP, VBA u otro) que permita la generación de Perfiles Transversales. Estos perfiles se deben generar a partir de un dibujo en SHAPE que está compuesto de lineas que representan una caracteristica y atributos que nos permitirán obtener los datos necesarios para generan el dibujo final. Se adjunto un archivo con mayor detalle.
See above S system of old but working programs need to be able to run on oc
Preciso de un experto en autocad que desarrolle una rutina autolisp para completar cajetines de planos de autocad a partir de la infomración contenida en un archivo excel.
The title says it all: I am looking for a programmer proficient in emacs lisp who can help me with any kind of issue I have. This might range from trouble-shooting over getting old packages to work to writing own packages. I value clear communication and a touch of perfectionism. This is explicitly not a single job but rather an offer for a long-lasting collaboration.
I need to write a few programs for Bricscad.
Este vorba despre un proiect pentru lucrarea de trebuie scrisa in LISP.
We have several lisp routines that are tailor made build for Autocad/ Bricscad. Because we are changing from 3D cad drawing to Pytha we need to have these routines rewritten in Lua.
I need to devlop so e lisp for autocad for repeated task
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.