Hi All, I'm getting ready to leave town tomorrow for a bit. I've been trying to think of the best way to do sorting of numbers like the following: 12:5 1:2 ...
142
Sheri
silvermoonwo...
Nov 8, 2002 1:49 am
Hi Jody, I must not have checked this group earlier. Here's a clip that should hopefully do the job, at least the one with sorting. To do it without sorting I...
143
hugo_paulissen
Nov 8, 2002 1:50 am
Jody, I suspect you have the first line wrong, 12 comes after 10... ... Would this do the trick? Was very fasst and I tested with the above examples only. It...
144
Jody
notetabber
Nov 8, 2002 4:49 am
Hi Hugo and Sheri, I'm shutting down for awhile and will have to look at later. I'm not sure what yours was suppose to do Sheri. It appeared to remove dups,...
145
h.paulissen@...
hugo_paulissen
Nov 8, 2002 9:49 am
Jody, Sheri, Now I am awake... Here is a better clip to sort, you may be away for now, Jody, but you'll catch it up later... The Label is named Second because...
146
Sheri
silvermoonwo...
Nov 8, 2002 1:05 pm
Hi Jody and Hugo, ... remove ... the append line number to the end of the line, but I don't understand how that would remove dups. I apologize Jody, I seem to...
147
Sheri
silvermoonwo...
Nov 8, 2002 1:23 pm
Hi Hugo, Here is the output from your clip with Label Second. ChapterOne 13:15 ChapterOne 13:3 ChapterOne 14:3 ChapterOne 15:11 ChapterOne 15:13 ChapterOne...
Pretty curious, I agree. I was consistently getting that result with your clip. But I've now re-copied it and am now getting the same result as you. It must...
150
hsavage
hrs62930
Nov 8, 2002 2:14 pm
... Sheri, Hugo, I get identical sorts from either clip using a list of numbers gleaned from a previous email. Both clips, in their current state, must be used...
151
h.paulissen@...
hugo_paulissen
Nov 8, 2002 2:15 pm
Hi Sheri, If I run your clip and mine alternatively on the same sample input/generated output (your lines in your previous mail), I always get the same output....
152
h.paulissen@...
hugo_paulissen
Nov 8, 2002 2:16 pm
Sheri, If you change one "ChapterOne" in your sample input to "ChapterTwo", you get the sorting mixed up - I guess because you followed Jody's wording too much...
153
Sheri
silvermoonwo...
Nov 8, 2002 2:36 pm
... to "ChapterTwo", you get ... too much ... the ... haha, seems I have too many lines in my clip. Comment out the first and last lines and it sorts by Title...
154
Jody
notetabber
Nov 8, 2002 2:58 pm
Hi Sheri, Hugo, Alec, and All, Thanks!!! Out of here. ... Happy Script'n! Jody Adair UnSubscribe, Options mailto:ntb-Scripts-UnSubscribe@yahoogroups.com ...
155
Sheri
silvermoonwo...
Nov 8, 2002 5:53 pm
Too late, but here's what I meant about saving the Row numbers. This message can be expanded at Yahoo to view and copy without broken lines. ...
156
Alan C.
acummingsus
Nov 9, 2002 11:32 am
Hello Everyone, The enclosed clips (they does sorts nicely I thought) works great/fast on each of the two small samples which are enclosed below the clips. ...
157
Sheri
silvermoonwo...
Nov 9, 2002 6:13 pm
Hi Alan, I struggled and finally got the following working -- uses a pm module called Sort::Fields. Sample is first sorted as I think Jody was wanting it...
158
Sheri
silvermoonwo...
Nov 9, 2002 7:48 pm
Here's the Perl non-sorted removal of duplicate lines in an array: H="_Perl Remove Dupes without Sorting" @in = <>; undef %saw; @out = grep(!$saw{$_}++, @in); ...
159
Brad Adkins
bradjadkins
Nov 14, 2002 2:25 am
I'm interested to know if anyone out there has any clips to manage source code, i.e., perl/plsql/shell scripts/etc. I'm especially interested in any approaches...
160
Sheri
silvermoonwo...
Nov 16, 2002 1:16 pm
... Hi Brad, If you're on the clips list you know that I've been working on an outline based clip helper. I had been thinking about adding other types of...
161
Alan C.
acummingsus
Nov 16, 2002 6:50 pm
Hello All, ... I realize you're speaking of retrieving from an outline doc. But doesn't a non-executable clip in a clip library (round dot) just paste its text...
162
Sheri
silvermoonwo...
Nov 16, 2002 9:49 pm
... just paste its text into the current document. Well it does, I know that. I've sometimes used them to store things that I paste. But I've not done it...
163
Sheri
silvermoonwo...
Nov 16, 2002 11:19 pm
Typo alert, apologies to anyone who tried this with the misplaced caret. ... Should have said, ^!Set %TopicText%="^$GetText$" Regards, Sheri...
164
Alan C.
acummingsus
Nov 17, 2002 1:14 am
Hi Brad, On NoteTab www site there's a clip library by Fookes Software named Pad.clb or something nearly to that effect. It uses NoteTab to source an XML...
165
Alan C.
acummingsus
Nov 17, 2002 1:16 am
Hello Sheri, ... Sheri, my apologies; I wasn't specific enough. I meant execute/launch the non executable or round dot clip, not retrieve its content into...
166
Sheri
silvermoonwo...
Nov 17, 2002 2:55 am
Hi Alan, ... Well, I learned one thing, I never paid too much attention to the symbols in the clipbook. The round dot, versus the exclamation versus the +...
167
Alan C.
acummingsus
Nov 17, 2002 7:57 am
Hi Sheri, ... Ya, I hadn't picked up on that until you pointed it out. Well, that was the very first time ever that I had edited ClipHelp.clh ... SampleCode...
168
Sheri
silvermoonwo...
Nov 18, 2002 1:43 am
Hi Alan, ... circonflex or whatever it's called (^) is inserted first by itself then control returns to parent clip in order to insert further text (as opposed...
169
Jody
notetabber
Nov 19, 2002 6:23 pm
Hi Sheri, Hugo... ... Thanks for doing this for me. What I did not tell you so that it makes more sense to you now, is that it was fine if the *books* got out...
170
Jody
notetabber
Nov 19, 2002 6:23 pm
Hi Harv, ... For my Clips, the user doesn't need to know anything, well, they need to know how to execute a Clip. <g> Once I get it all combined I'll post it...