looking back - Topic Profile
  Home FAQ Contact Sign in
 
Advanced search
POPULAR GROUPS

more...

Most active groups for topic
alt.philosophy 5897
perl.cpan.testers 3787
aol.neighborhood.nj.jerseycity 3630
alt.personals.phone 3079
alt.nuke.the.usa 2437
alt.seduction.fast 2201
alt.magick 1889
uk.transport 1630
soc.culture.hmong 1319
uk.sport.football.clubs.celtic 1267
Last week most active authors
No posts for a week
Last active threads
Van Jones: We Can't Drill Our Way Out of Our Energy Problems
Started Zaroc Stone · Date: Sep 20, 2008 09:27 · 2 post(s)
Star Trek by Krishna Myneni
Started The Beez' · Date: Sep 19, 2008 07:58 · 19 post(s)
Auto-Insertion of C/C++ #include-statements upon use of their symbols
Started Nordlöw · Date: Sep 17, 2008 08:04 · 6 post(s)
Survey: What led you to functional programming?
Started Benjamin L. Russell · Date: Sep 19, 2008 02:42 · 19 post(s)
And on that note
Started Janine Starscream · Date: Sep 6, 2008 03:17 · 5 post(s)
Re: Welcome to SCH/SCL...
Started Tzianeng Vang · Date: Sep 15, 2008 11:32 · 11 post(s)
The Christian Right Picks California for Culture War Election Showdown
Started Zaroc Stone · Date: Sep 17, 2008 13:09 · 2 post(s)
How 6,000 Tons of Radioactive Sand from Kuwait Ended Up in Idaho
Started Zaroc Stone · Date: Sep 17, 2008 13:06 · 2 post(s)
A most odd existence
Started The Borg Queen · Date: Sep 15, 2008 21:14 · 27 post(s)
OT: Shopping cart facilities and credit cards
Started Wagg · Date: Sep 15, 2008 11:17 · 9 post(s)
Last week hot threads
No posts for a week
Latest posts
Van Jones: We Can't Drill Our Way Out of Our Energy Problems
Group: mn.politics · Group Profile · Search for looking back in mn.politics
Author: Zaroc Stone
Date: Sep 20, 2008 09:27

...You know, we're ... (Laughter) far back memories, man. I was like, ...are excited about having a Democrat back in the White House and .... You'll still be flying. Look down. More houses without solar ... that will put this country back to work? Only if somebody ..., if we combine causes and look for shared solutions and common ... we were going to take back America. If we stand together,... forward, this movement, when we look back, will be the movement ...
Show full article (27.20Kb)
Re: Star Trek by Krishna Myneni
Group: comp.lang.forth · Group Profile · Search for looking back in comp.lang.forth
Author: Krishna Myneni
Date: Sep 19, 2008 20:09

...to be a problem as "x" is probably a temporary fvariable, and use of "@" and "!" will not cause memory problems. The problem with the variable "d1" from your earlier message is serious. I'm looking back through the original BASIC sphagetti to find the source of that problem. Thanks! Krishna
Show full article (0.82Kb)
Re: Auto-Insertion of C/C++ #include-statements upon use of their symbols
Group: gnu.emacs.help · Group Profile · Search for looking back in gnu.emacs.help
Author: Nikolaj Schumacher
Date: Sep 19, 2008 09:13

...per.nordlow@gmail.com> wrote: I am currently writing some logic for automatically looking up a required header file when the programmer completes the use of a symbol ... "Add an import statement for the class name before point if there is any." (let (case-fold-search) (and (looking-back class-name-regexp) (not (comment-or-string-p)) (ignore-errors (profi-import-class (match-string-no-properties 1)...
Show full article (1.53Kb)
Re: Survey: What led you to functional programming?
Group: comp.lang.functional · Group Profile · Search for looking back in comp.lang.functional
Author: Aaron W. Hsu
Date: Sep 19, 2008 08:04

... limited my ability to program with deep recursion, and I wanted something interesting. It was recommended that I try Lisp, so I found Scheme, and haven't looked back. Aaron Hsu -- +++++++++++++++ ((lambda (x) (x x)) (lambda (x) (x x))) +++++++++++++++ Email: <arcfide@sacrideo.us> | WWW: <http://www.sacrideo.us> Scheme Programming is ...
Show full article (0.78Kb)
Re: And on that note
Group: alt.magick · Group Profile · Search for looking back in alt.magick
Author: Rev. Red Hot Lava
Date: Sep 18, 2008 09:52

...> Each with it's own personalized universe, looking out and wanting more or less ...models, like VCRS to find out what they already new One eye looking back, another looking forward, and a spastic gasm in between Subgeniuses, Renegade Processans, ..., change the channel, ITS STILL THERE Look up far in the sky seagulls eating ... Drop those scales and jump the fuggin back, you might get scarred Making goodBAD with ...
Show full article (6.20Kb)
Re: Welcome to SCH/SCL...
Group: soc.culture.hmong · Group Profile · Search for looking back in soc.culture.hmong
Author: ເຄຣຊີ້à»Âລຣີ້
Date: Sep 18, 2008 03:58

... who have a genuine heart to better our people - and these people would be the ones that would steer these two forums toward the dream and the visions that we envisaged. Looking back, SCL has gone on air fro 15 years and SCH just over 10 years and these two forums remain the most dynamic forums of all the 100's - if not ...
Show full article (3.25Kb)
Re: Welcome to SCH/SCL...
Group: soc.culture.hmong · Group Profile · Search for looking back in soc.culture.hmong
Author: DownUnder
Date: Sep 18, 2008 02:20

...steer these two forums toward the dream and the visions that we envisaged. Looking back, SCL has gone on air fro 15...> out or you could use your executive power of the delete key. Looking back it has not been so bad ... time and bandwidth Rule 5: Make yourself look good online Rule 6: Share expert knowledge ... time and bandwidth Rule 5: Make yourself look good online Rule 6: Share expert knowledge ...
Show full article (10.93Kb)
Re: Auto-Insertion of C/C++ #include-statements upon use of their symbols
Group: gnu.emacs.help · Group Profile · Search for looking back in gnu.emacs.help
Author: David
Date: Sep 17, 2008 14:54

...is inserted into buffer and then check if we are currently standing behind such a use pattern. I believe looking-back() is usable here. We also need to check that the cursor is *NOT* currently standing inside a... symbol, if necessary? Chetan <Chet.xspam@xspam.sbcglobal.net> writes: This looks like something that abbrev-mode, expand and other template packages do already....
Show full article (1.64Kb)
Re: Auto-Insertion of C/C++ #include-statements upon use of their symbols
Group: gnu.emacs.help · Group Profile · Search for looking back in gnu.emacs.help
Author: Peter Milliken
Date: Sep 17, 2008 14:17

... of code in the buffer that looked like this: CalcVoltagesForTempRange ([start = {text}], [... such a use pattern. I believe looking-back() is usable here. We also ...current symbol, if necessary? -David This looks like something that abbrev-mode, ...of code in the buffer that looked like this: CalcVoltagesForTempRange ([start = {text}], ...current symbol, if necessary? -David This looks like something that abbrev-mode, ...
Show full article (10.59Kb)
The Christian Right Picks California for Culture War Election Showdown
Group: mn.politics · Group Profile · Search for looking back in mn.politics
Author: Zaroc Stone
Date: Sep 17, 2008 13:09

... a leading Pentecostal magazine. "If we win, we might start rolling back the other side. This is a major, major struggle, and we ...Clairemont Southern Baptist Church and the Rev. Miles MacPherson, a former defensive back for the NFL's San Diego Chargers, also took leading roles. ... what was at stake, I wanted to fight," MacPherson told World. "I did not want to look back on this and have to look God in the eye and have Him say, 'Why didn't...
Show full article (14.24Kb)