TheSwamp

Code Red => AutoLISP (Vanilla / Visual) => Topic started by: trogg on January 20, 2014, 07:58:11 PM

Title: # of lisp files
Post by: trogg 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
Title: Re: # of lisp files
Post by: CAB on January 20, 2014, 10:28:57 PM
Only 5800 here.
Title: Re: # of lisp files
Post by: efernal 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.
Title: Re: # of lisp files
Post by: VovKa on January 21, 2014, 09:19:39 AM
i have only 30 files
Title: Re: # of lisp files
Post by: dgorsman 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.
Title: Re: # of lisp files
Post by: ribarm 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...
Title: Re: # of lisp files
Post by: ronjonp on January 21, 2014, 05:54:56 PM
Stuff I use is about 500kb worth. +- 250 files.



Title: Re: # of lisp files
Post by: Krushert on January 21, 2014, 06:07:12 PM
333 lisp.
Can't live without them.   :lol:
Title: Re: # of lisp files
Post by: MP on January 21, 2014, 06:19:35 PM
Only ~ 1100 in my active vault.

But I wrote them all. :ugly:
Title: Re: # of lisp files
Post by: Lee Mac on January 21, 2014, 06:31:52 PM
~2,000

As MP, all mine though...   :ugly:
Title: Re: # of lisp files
Post by: Kerry on January 21, 2014, 06:40:42 PM

how very righteous.
Title: Re: # of lisp files
Post by: David Bethel 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
Title: Re: # of lisp files
Post by: GDF on January 22, 2014, 10:18:36 AM
11,242 Files, 382 Folders
This includes dc,l slide and library block dwg files
Title: Re: # of lisp files
Post by: LE3 on January 22, 2014, 11:48:34 AM
-- these are the only lisp files left that I still may use on a daily basis:
Title: Re: # of lisp files
Post by: ChrisCarlson 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?
Title: Re: # of lisp files
Post by: irneb 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.
Title: Re: # of lisp files
Post by: tedg 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
Title: Re: # of lisp files
Post by: trogg 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