Author Topic: # of lisp files  (Read 5151 times)

0 Members and 1 Guest are viewing this topic.

trogg

  • Bull Frog
  • Posts: 255
# of lisp files
« on: January 20, 2014, 07:58:11 PM »
My boss calls me a "lisp hoarder" so I was curious how many .lsp files I've "hoarded" so I did a search on my machine with *.lsp and got 14,436.

I don't know how I have accumulated so many. I have them sorted by what they do and am always scrambling to find one that does some particular thing...

Anyways - Post how many you guys have.
~Greg

CAB

  • Global Moderator
  • Seagull
  • Posts: 10401
Re: # of lisp files
« Reply #1 on: January 20, 2014, 10:28:57 PM »
Only 5800 here.
I've reached the age where the happy hour is a nap. (°¿°)
Windows 10 core i7 4790k 4Ghz 32GB GTX 970
Please support this web site.

efernal

  • Bull Frog
  • Posts: 206
Re: # of lisp files
« Reply #2 on: January 21, 2014, 06:33:47 AM »
Interesting...
As AutoCad application's developer since 1992, never had counted these files...
Besides these, there are several dlls to IntelliCAD (ads) and some arx to AutoCAD.
e.fernal

VovKa

  • Water Moccasin
  • Posts: 1629
  • Ukraine
Re: # of lisp files
« Reply #3 on: January 21, 2014, 09:19:39 AM »
i have only 30 files

dgorsman

  • Water Moccasin
  • Posts: 2437
Re: # of lisp files
« Reply #4 on: January 21, 2014, 10:05:45 AM »
Zero.  Development stuff is on the network for backup and sharing purposes.  I usually clean up after myself, and anything worth keeping is in production.
If you are going to fly by the seat of your pants, expect friction burns.

try {GreatPower;}
   catch (notResponsible)
      {NextTime(PlanAhead);}
   finally
      {MasterBasics;}

ribarm

  • Gator
  • Posts: 3265
  • Marko Ribar, architect
Re: # of lisp files
« Reply #5 on: January 21, 2014, 11:29:18 AM »
I have around 2500, but some of them are too little... Complete library is around 250 MB...
Marko Ribar, d.i.a. (graduated engineer of architecture)

:)

M.R. on Youtube

ronjonp

  • Needs a day job
  • Posts: 7527
Re: # of lisp files
« Reply #6 on: January 21, 2014, 05:54:56 PM »
Stuff I use is about 500kb worth. +- 250 files.




Windows 11 x64 - AutoCAD /C3D 2023

Custom Build PC

Krushert

  • Seagull
  • Posts: 13679
  • FREE BEER Tomorrow!!
Re: # of lisp files
« Reply #7 on: January 21, 2014, 06:07:12 PM »
333 lisp.
Can't live without them.   :lol:
I + XI = X is true ...  ... if you change your perspective.

I no longer CAD or Model, I just hang out here picking up the empties beer cans

MP

  • Seagull
  • Posts: 17750
  • Have thousands of dwgs to process? Contact me.
Re: # of lisp files
« Reply #8 on: January 21, 2014, 06:19:35 PM »
Only ~ 1100 in my active vault.

But I wrote them all. :ugly:
Engineering Technologist • CAD Automation Practitioner
Automation ▸ Design ▸ Drafting ▸ Document Control ▸ Client
cadanalyst@gmail.comhttp://cadanalyst.slack.comhttp://linkedin.com/in/cadanalyst

Lee Mac

  • Seagull
  • Posts: 12913
  • London, England
Re: # of lisp files
« Reply #9 on: January 21, 2014, 06:31:52 PM »
~2,000

As MP, all mine though...   :ugly:

Kerry

  • Mesozoic relic
  • Seagull
  • Posts: 11654
  • class keyThumper<T>:ILazy<T>
Re: # of lisp files
« Reply #10 on: January 21, 2014, 06:40:42 PM »

how very righteous.
kdub, kdub_nz in other timelines.
Perfection is not optional.
Everything will work just as you expect it to, unless your expectations are incorrect.
Discipline: None at all.

David Bethel

  • Swamp Rat
  • Posts: 656
Re: # of lisp files
« Reply #11 on: January 21, 2014, 07:16:11 PM »
On my production machine  ~2,800   but  48 MB

98+-% in house developed

On my resource backup machine 5,000+ 66 MB

-David
R12 Dos - A2K

GDF

  • Water Moccasin
  • Posts: 2081
Re: # of lisp files
« Reply #12 on: January 22, 2014, 10:18:36 AM »
11,242 Files, 382 Folders
This includes dc,l slide and library block dwg files
Why is there never enough time to do it right, but always enough time to do it over?
BricsCAD 2020x64 Windows 10x64

LE3

  • Guest
Re: # of lisp files
« Reply #13 on: January 22, 2014, 11:48:34 AM »
-- these are the only lisp files left that I still may use on a daily basis:

ChrisCarlson

  • Guest
Re: # of lisp files
« Reply #14 on: January 22, 2014, 04:29:43 PM »
Jeebus that's a lot of lisps, are these all the current revision or all of them through the revision cycles?

irneb

  • Water Moccasin
  • Posts: 1794
  • ACad R9-2016, Revit Arch 6-2016
Re: # of lisp files
« Reply #15 on: January 24, 2014, 12:21:11 AM »
Active LSP/FAS/VLX/DCL around 2000, of which around 200 are loaded/autoloaded into ACad, backup around 30000 (nearly 20 years worth). That might be a better question: how many are set to be loaded on a constant basis, how many are simply available for if-and-when needed, and how many in your archive? And then also how many of those are duplicates and/or different versions?

These days though I'm not doing a lot of CADing - more BIMing so my DLL's lib is starting to grow (together with their csproj source files). Around 250 at the moment (mostly trivial stuff), though perhaps only 10 of them are auto-loaded in Revit.
Common sense - the curse in disguise. Because if you have it, you have to live with those that don't.

tedg

  • Swamp Rat
  • Posts: 811
Re: # of lisp files
« Reply #16 on: January 24, 2014, 09:40:04 AM »
I have about 214 routines I've written and/or hoarded in a main lisp folder, and about 20 others in subfolders for special purposes.
 
I have 7 of routines automatically loaded and 20 others on demand load via acaddoc.lsp
Windows 10 Pro 64bit, AutoCAD 2023, REVIT 2023

trogg

  • Bull Frog
  • Posts: 255
Re: # of lisp files
« Reply #17 on: January 26, 2014, 07:52:46 AM »
Well - after double checking it appears that I have half of what I initially found. I have a flash drive that is small enough in physical size to leave in my laptop at all times and it has an automatic backup feature that run in the back ground. it backs up what ever folders that I specify. and what do you know - one of the folders is my lisp folder and its sub-folders.

But even at around 7,000 that is way too many.

I am not a drafter/designer any longer. My role at work is basically CAD support and development. SO I keep these on hand because I don't want to reinvent the wheel or maybe there is a good subfunction in a routine that can be used...

Thanks (egg on face)
~Greg