Skip to content

Instantly share code, notes, and snippets.

View Andrefe91's full-sized avatar

Andres Felipe Munoz Andrefe91

  • 17:28 (UTC -05:00)
View GitHub Profile
@Andrefe91
Andrefe91 / Resources.txt
Last active October 24, 2024 23:16
Resources around the web for Full Stack Development
// Front End
// Icons:
https://devicon.dev/
https://pictogrammers.com/library/mdi/
//Images:
https://www.pexels.com/
@Andrefe91
Andrefe91 / TLEN.LSP
Created December 4, 2023 14:46 — forked from paucoma/TLEN.LSP
Autocad Lisp Script : TLEN.lsp (Total LENgth of selected objects)
;|
Source:
- [Forum Conversation](https://forums.autodesk.com/t5/autocad-forum/how-to-calculate-the-total-length-of-multiple-lines/td-p/5120514)
- [Link with actual code](http://web.archive.org/web/20201112011622/http://www.turvill.com/t2/free_stuff/tlen.lsp)
Instructions:
- Simply copy/paste (CTRL+V) ALL the code, (defun... ...), into your command line and press Enter.
- type TLEN into the command line and follow the command prompt (select the objects)
|;