Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #74849 > unrolled thread
| Started by | Chris Angelico <rosuav@gmail.com> |
|---|---|
| First post | 2014-07-20 10:59 +1000 |
| Last post | 2014-07-20 17:32 +1200 |
| Articles | 2 — 2 participants |
Back to article view | Back to comp.lang.python
Repo/directory names (was Re: Python and IDEs [was Re: Python 3 is killing Python]) Chris Angelico <rosuav@gmail.com> - 2014-07-20 10:59 +1000
Re: Repo/directory names (was Re: Python and IDEs [was Re: Python 3 is killing Python]) Gregory Ewing <greg.ewing@canterbury.ac.nz> - 2014-07-20 17:32 +1200
| From | Chris Angelico <rosuav@gmail.com> |
|---|---|
| Date | 2014-07-20 10:59 +1000 |
| Subject | Repo/directory names (was Re: Python and IDEs [was Re: Python 3 is killing Python]) |
| Message-ID | <mailman.12074.1405817991.18130.python-list@python.org> |
On Sun, Jul 20, 2014 at 10:41 AM, Tim Delaney <timothy.c.delaney@gmail.com> wrote: > On 20 July 2014 09:19, Chris Angelico <rosuav@gmail.com> wrote: >> >> That said, though, there are some projects so modest they don't >> require dedicated repositories. I have a repo called "shed" - it's a >> collection of random tools that I've put together, no more logical >> grouping exists. > > Agreed. I have a "utils" one - but I do like "shed" and think I'm going to > rename :) I first met that name on our old DOS and OS/2 systems, set up by my Dad. It was a directory on whichever drive was appropriate (exactly one per installation - we wouldn't risk a network dependency here), and had programs that would probably go in /usr/bin or /usr/local/bin on a Unix system. Part of setting up a new OS/2 installation was always copying E:\SHED (the network drive) to D:\SHED, and putting D:\SHED\NPSWPS\NPSWPS.EXE into Startup. (NPS WPS Enhancer, awesome program. If you have OS/2, get it. What, you don't have OS/2 anywhere? What a surprise.) Other people had, for instance, a C:\BELFRY (best place to have BATs, you know), or other such names. What's your favorite directory/repository name for a concretion of ... random stuff? ChrisA
[toc] | [next] | [standalone]
| From | Gregory Ewing <greg.ewing@canterbury.ac.nz> |
|---|---|
| Date | 2014-07-20 17:32 +1200 |
| Subject | Re: Repo/directory names (was Re: Python and IDEs [was Re: Python 3 is killing Python]) |
| Message-ID | <c312j1F94h5U1@mid.individual.net> |
| In reply to | #74849 |
Chris Angelico wrote: > Other people had, for instance, a C:\BELFRY (best place to have BATs, > you know), or other such names. What's your favorite > directory/repository name for a concretion of ... random stuff? My project directories typically contain a directory called "Attic" for putting stuff in that I probably won't use any more, but want to keep just in case. Fortunately, it doesn't have the same space restrictions as its physical namesake. :-) -- Greg
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web