Term2
  Home FAQ Contact Sign in
 
Advanced search
MATCHING GROUPS



more...
POPULAR GROUPS

more...

found 3 articles for 0.000 sec
Re: How do you run your scripts efficiently?     

Group: gnu.emacs.help · Group Profile · Search for Term2 in gnu.emacs.help
Author: Xah
Date: Sep 16, 2008 13:18

... I work with a GNU screen/vim combo. ________________ | term1: vim | |~ |~ |________________ | term2 | jdoe:%% |________________ But there is always a lot of typing involved. For ... in vim in term1) - CTRL-Z, tab (to switch to term2) - type "./myscript.pl" (to run the script in term2) I think it's far from ideal... Can this easier be done with ...
Show full article (2.37Kb) · Show article thread
How do you run your scripts efficiently?     

Group: gnu.emacs.help · Group Profile · Search for Term2 in gnu.emacs.help
Author: Ben Aurel
Date: Sep 14, 2008 08:13

...Currently I work with a GNU screen/vim combo. ________________ | term1: vim | |~ |~ |________________ | term2 | jdoe:%% |________________ But there is always a lot of typing involved. For ...the script in vim in term1) - CTRL-Z, tab (to switch to term2) - type "./myscript.pl" (to run the script in term2) I think it's far from ideal... Can this easier be done with emacs?...
Show full article (1.11Kb)
Re: making subroutine more numerically stable     

Group: comp.lang.fortran · Group Profile · Search for Term2 in comp.lang.fortran
Author: Terence
Date: Jul 27, 2006 16:04

...( (term) *a* (term) * b * (term) .) It would be unusual to separate the a and b multipliers. Possibility number two is, are you sure you should not have: jacobian_det = product( term1,term2,term3) and product( ) is a real function? In which case those leading asterisks should be commas. Also you use terms 1/(1-t) and 1/t. So in ALL cases integer variable t should NOT be either...
Show full article (1.13Kb) · Show article thread