|
|
|
|   |
|
|
| Last week most active authors |
| No posts for a week |
|
|
|
  |
|
|
|
|   |
| Last active threads |
Praise for Gfortran (finally)
Started Al Greynolds · Date: Sep 17, 2008 16:14 ·
46 post(s) |
PASS HTML-Parser-3.56 i686-linux 2.6.24-19-generic
Started andy · Date: Sep 20, 2008 12:19 ·
1 post(s) |
PASS Crypt-DES_PP-1.00 i686-linux 2.6.24.3
Started Rick Myers · Date: Sep 20, 2008 11:11 ·
1 post(s) |
Is Drinking from the Toilet Bowl the Best Way to Deal with Water
Started Zaroc Stone · Date: Sep 20, 2008 09:25 ·
2 post(s) |
socket 478 maticne razno razne od 150-200kn
Started mile · Date: Sep 19, 2008 17:02 ·
3 post(s) |
PASS Devel-NYTProf-1.15 i686-linux 2.6.24.3
Started Rick Myers · Date: Sep 20, 2008 08:47 ·
1 post(s) |
RE: How to simulate pressing a key
Started Drew Adams · Date: Sep 19, 2008 08:05 ·
8 post(s) |
How to get rid of *GNU Emacs* buffer on start-up?
Started Davin Pearson · Date: Sep 15, 2008 22:28 ·
65 post(s) |
Baby dies after car mounts kerb.
Started Doug · Date: Sep 19, 2008 09:35 ·
46 post(s) |
Re: keyboard-quit and keyboard-escape-quit
Started Matt Brown · Date: Sep 20, 2008 01:40 ·
1 post(s) |
|
| Last week hot threads |
| No posts for a week |
|
|
|
|
  |
| Latest posts |
Re: Praise for Gfortran (finally)
Group: comp.lang.fortran · Group Profile · Search for mode in comp.lang.fortran
Author: glen herrmannsfeldt
Date: Sep 20, 2008 12:58
James Van Buskirk wrote: (snip) The Intel compilers for 64-bit Windows at least used to be cross- compilers in that they ran under 32-bit mode, making it in principle possible to overrun compiler resources for a program that would not exceed runtime resources. One would hope that the code for most programs would fit in 2GB even integer x(10000000000) x=1 write(*,*) x(987654) end will compile...
Show full article (1.17Kb) |
PASS HTML-Parser-3.56 i686-linux 2.6.24-19-generic
Group: perl.cpan.testers · Group Profile · Search for mode in perl.cpan.testers
Author: andy
Date: Sep 20, 2008 12:19
...realloc......ok t/textarea...........ok t/threads............skipped all skipped: Not configured for threads t/tokeparser.........ok t/uentities..........ok t/unbroken-text......ok t/unicode-bom........ok t/unicode............ok t/xml-mode...........ok All tests successful, 2 tests and 1 subtest skipped. Files=48, Tests=429, 2 wallclock secs ( 2.35 cusr + 0.25 csys = 2.60 CPU) ------------------------------ PREREQUISITES...
Show full article (5.49Kb) |
PASS Crypt-DES_PP-1.00 i686-linux 2.6.24.3
Group: perl.cpan.testers · Group Profile · Search for mode in perl.cpan.testers
Author: Rick Myers
Date: Sep 20, 2008 11:11
....47923681257 decryptions per second Encrypting 160000 bytes in CBC mode... done 3 wallclock secs ( 2.51 usr + 0.00...) XS-Version: Encrypting 160000 bytes bytes in CBC mode... skipped (Crypt::CBC or Crypt::DES not loadable) Encrypting 20000 128-byte-blocks in non-cached CBC mode... done 18 wallclock secs ( 7.74 usr + 4.... 20000 128-byte-blocks in non-cached CBC mode... skipped (Crypt::CBC not loadable) ok 1 ------------------------------ ...
Show full article (17.13Kb) |
Re: Praise for Gfortran (finally)
Group: comp.lang.fortran · Group Profile · Search for mode in comp.lang.fortran
Author: James Van Buskirk
Date: Sep 20, 2008 10:55
... time I ask the main cross-compiler vendors (Green Hills, DDC-I), they just laugh at me. The Intel compilers for 64-bit Windows at least used to be cross- compilers in that they ran under 32-bit mode, making it in principle possible to overrun compiler resources for a program that would not exceed runtime resources. There are gfortran builds for 64-bit Windows that run on 32-bit Windows, Cygwin, or even LINUX. I think they are ...
Show full article (0.90Kb) |
Is Drinking from the Toilet Bowl the Best Way to Deal with Water
Group: mn.politics · Group Profile · Search for mode in mn.politics
Author: Zaroc Stone
Date: Sep 20, 2008 09:25
...surfaces, rainwater runs off the earth faster, sluicing into the river channel before it can sink into the earth and replenish aquifers. To capture and clean that water, the Orange County Water District has gone into hyper-beaver mode on the river. Twenty miles upstream from Anaheim, the water district has created the Prado Wetlands. It's a lovely place, lush with willow and mule fat, busy with butterflies and, over the course of the year,...
Show full article (19.09Kb) |
Re: socket 478 maticne razno razne od 150-200kn
Group: hr.ponuda.hardver · Group Profile · Search for mode in hr.ponuda.hardver
Author: N
Date: Sep 20, 2008 09:22
koji modeli? "mile" <msmrekar@globalnet.hr> wrote in message news:8065cfc8-b18f-4e56-ab25-a327d9e0907f@e53g2000hsa.googlegroups.com... 0919498720
Show full article (0.15Kb) |
PASS Devel-NYTProf-1.15 i686-linux 2.6.24.3
Group: perl.cpan.testers · Group Profile · Search for mode in perl.cpan.testers
Author: Rick Myers
Date: Sep 20, 2008 08:47
... ok 33 - test14.v ok 34 - test14.x ok 35 # skip Tests incompatible with your perl version ok 36 # skip Tests incompatible with your perl version # Fork mode: ENABLED. ------------------------------ PREREQUISITES ------------------------------ Prerequisite modules loaded: requires: Module Need Have ------------ ---- ---- Getopt::Long 0 2.37 ------------------------------ ENVIRONMENT AND OTHER CONTEXT ...
Show full article (7.80Kb) |
Re: How to simulate pressing a key
Group: gnu.emacs.help · Group Profile · Search for mode in gnu.emacs.help
Author: netawater
Date: Sep 20, 2008 07:43
...'t know it yet. :) You want to do something like thas (defun do-what-backspace-does () (interactive) (call-interactively (key-binding "\C-?"))) my aim is to binding a funtion to tab key in every mode: if cursor is at the end of word then call M-TAB's function, else call TAB's function. This, however, might not work. Because if you bind your function to tab, you might be unable to retrieve the original ...
Show full article (0.82Kb) |
Re: How to simulate pressing a key
Group: gnu.emacs.help · Group Profile · Search for mode in gnu.emacs.help
Author: netawater
Date: Sep 20, 2008 07:37
...function but call it like pressing a key. for example, press tab in help-mode will cause forward-button function which has a parameter, however I do not need.... my aim is to binding a funtion to tab key in every mode: if cursor is at the end of word then call M-TAB's function, ...>> (interactive) ;; ^C^t is binding to tab key's function in mode-hook. (let ((TAB-func (key-binding "^C^t")) (M-TAB-func (key...
Show full article (2.72Kb) |
Re: How to simulate pressing a key
Group: gnu.emacs.help · Group Profile · Search for mode in gnu.emacs.help
Author: Nikolaj Schumacher
Date: Sep 20, 2008 03:59
...you just don't know it yet. :) You want to do something like thas (defun do-what-backspace-does () (interactive) (call-interactively (key-binding "\C-?"))) my aim is to binding a funtion to tab key in every mode: if cursor is at the end of word then call M-TAB's function, else call TAB's function. This, however, might not work. Because if you bind your function to tab, you might be unable to retrieve the original binding...
Show full article (0.63Kb) |
|
|
|