Since 4/26/2012 12:17:41 AM, nmm12 has written 6 articles and participated in 892 conversations. nmm12 signature: nmm12
nmm12's articles:
Items(6) /1
Python/Fortran interoperability3251 (8/23/2009 10:35:10 AM) comp.lang.fortran I am interested in surveying people who want to interoperate between Fortran and Python to find out what they would like to be able to do more conveniently, especially with regard to types not supported for C ... nmm1
A meta-question1222 (3/10/2009 8:55:44 PM) comp.text.tex This is entirely about TeX as a programming language, and not about TeX as a typographic system. It's not just a troll, though I know that it will look like one. Also I apologise if it has been raised before... nmm1
Mad LaTeX hacking again :-(625 (3/10/2009 5:11:40 PM) comp.text.tex I want to extend the \tilde macro to produce a free-standing tilde in non-math mode, but without breaking its use in math mode! That isn't obviously possible using the documented approaches. The following do... nmm1
What is unusual about minus(hyphen) and comma?821 (3/6/2009 12:36:16 PM) comp.text.tex I have been completely unable to find anything that indicates that minus(hyphen) and comma are processed unusually, but it is assuredly happening! I know that I don't understand TeX's input mechanism, but wha... nmm1
Another TeX font problem :-(729 (3/2/2009 2:33:35 PM) comp.text.tex This is TeXLive, but the problem appears universal. Is there ANY way of using a private font library? Preferably not even demanding that the user install it in his TeX environment? There is no obvious reaso... nmm1
LaTeX font problem3537 (2/26/2009 7:42:49 PM) comp.text.tex I use Prosper to general slides for courses, and searched the fonts for something suitable. This is for technical courses, and I believe in making my courses accessible to visually impaired people, so the pri... nmm1
changing record length of an already opened file2547 (6/4/2011 1:48:29 PM) comp.lang.fortran Is there a way to change the RECL= parameter of a unit in a middle of a Fortran77 program? The PPGF77 [1], AIUI, says that the following /may/ work: OPEN (N, RECL = NEWRECL) However, it seems that ... ivan51(85)
C_LOC and Allocating C Arrays in Fortran1345 (6/9/2011 4:24:16 AM) comp.lang.fortran I'm trying to write a program where the user interface is created in C and the data processing is done in Fortran, with interoperability through ISO_C_BINDING. What I'd like to do is have the C code pass a ... andrew.t.baldwin(25)
Segmentation Fault error1873 (6/9/2011 2:13:48 PM) comp.lang.fortran I'm a new user to Fortran, and have been writing a code in Fortran to create the trajectory of a rocket. It consists of a for loop that time steps through the trajectory with conditional statements that adapt ... pritter(1)
way to declare INTEGER that is same size as a pointer?645 (6/21/2011 4:52:14 PM) comp.lang.fortran Is there any reasonably portable way to declare an INTEGER variable that is the same size as a pointer, i.e. INTEGER*4 on 32-bit machines and INTEGER*8 on 64-bit machines? (This is for interoperability with C ... stevenj(515)
Fortran compilers newer than F953652 (6/23/2011 4:37:53 PM) comp.lang.fortran I'm not looking for a list of compilers (which I can probably find quickly enough) but rather am looking to get an idea how common compilers are which support standards newer than Fortran 95. When writing ne... helbig(4873)
fortran standards1042 (6/26/2011 8:41:48 PM) comp.lang.fortran I am looking for fortran that is operable with C and perhaps C++. And is a modern version of the classic language. Would I want fortran 95 or 2003 or 2008? Is gfortran a 2008 compiler? Bill ... nospam116(1187)
Infinity + Infinity (or NegInfinity - NegInfinity)4942 (10/8/2011 12:54:30 AM) comp.lang.c Hello, I was just wondering what happens if "Infinity" is added to "Infinity" when it comes to floating point numbers ? And also what happens if "Negative Infinity" is added to "Negative Infinity"... ? In ... Windows7IsOK(161)