List formatted output of complex variables137 (5/5/2011 12:01:50 PM) comp.lang.fortran Consider the statement print *, (1.0, 0.0) From Fortran 2008 (N1830) 10.10.4 List-directed output """ Real constants are produced with the effect of either [snip...] using 0PFw.d [or] 1PEw.dEe. Complex co... JB
GPRS and bad DNS servers like 10.11.12.13519 (1/19/2009 10:12:25 AM) comp.os.linux.networking Hello I've seen a number of users here and on other Linux user forums complaining that GPRS (mobile broadband, 3G, UMTS, EDGE, what ever different names this has) modems give bad DNS server names over PPP nego... Mikko
Lapack(?): Solving X*A=B?144 (11/4/2008 2:03:12 PM) comp.lang.fortran Consider the canonical numerical linear algebra problem, solving A*X=B for X. This can be solved, typically via LU(P) decomposition I suppose, with a wide variety of packages. E.g. LAPACK95 has the LA_GESV subr... JB
The Intel Mac boot process133 (7/4/2007 5:30:06 PM) comp.sys.mac.system I just discovered a nice short document which clearly explains the Intel Mac boot process. It might make useful reading for participants in some of the recent threads: http://refit.sourceforge.net/info/boot_pr... Ian
iMac won't sleep126 (6/23/2007 12:47:19 AM) comp.sys.mac.system Core 2 Duo iMac running 10.4.9 Recently there have been a few occasions when my iMac has not gone to sleep when it should. I have tried explicitly telling it to sleep via the Apple menu but it just ignores me.... Ian
Remember to wiggle the wire!1924 (4/20/2007 11:28:40 PM) comp.sys.mac.system I was kicking myself earlier this evening. Before doing a software update to get the latest security update I followed my normal procedure of doing a backup. So I plugged in my external FireWire drive, heard i... Ian
The tinfoil hat song530 (2/6/2007 9:26:52 PM) comp.sys.mac.system Enjoy, http://eclectech.co.uk/mindcontrol.php Ian -- Ian Gregory http://www.zenatode.org.uk/ian/ ... Ian
Disc image mounts but no icon appears837 (1/17/2007 9:10:17 PM) comp.sys.mac.system Mac OS X 10.4.8 I downloaded a disc image (GoogleVideoPlayer.dmg) but when I double clicked it on the desktop, no mounted disk image icon appeared. This is strange because the image definitely mounted as I cou... Ian
Erasing iBook drive1229 (12/20/2006 10:50:41 AM) comp.sys.mac.system I am thinking about selling my G3 iBook and wanted to erase the 40GB internal drive for data security. I inserted the Panther install disk (I don't have a retail version of Tiger), ran the installer, opened Dis... Ian
Advice on buying new iMac623 (10/13/2006 12:26:18 AM) comp.sys.mac.system OK, I have talked about it long enough, it is time to replace my aging G3 iBook and I thought I would just check here before putting in my order. I am going for a desktop machine this time and have decided to ... Ian
unformatted I/O21146 (2/22/2012 1:40:06 PM) comp.lang.fortran Hi consider the following example. .... real(wp), dimension(10,10) :: nt open(55,file='nt.unformatted',form='unformatted',iostat=err,action='write') write(55) nt close(55) open(55,file='nt.unformatted',for... no.spam.address(65)
Fortran I/O (long)1658 (3/3/2012 7:35:40 AM) comp.lang.fortran This note describes a textual representation of Fortran sequential-access formatted files. The representation includes visual indicators for the file position and the left tab limit. The positions in the file ... robert.corbett(96)
RfD: I/O through an external program1461 (3/4/2012 8:51:16 AM) comp.lang.fortran Sometimes, it can be convenient to filter I/O through an external program. One case would be reading/writing compressed data without the need to have the uncompressed data present as a file. Another would be ... tkoenig1(168)
read double precision2670 (3/5/2012 10:04:44 AM) comp.lang.fortran Hi instead of many words, here a small program program main implicit none integer, parameter :: & sp = kind(1.0), & dp = selected_real_kind(2*precision(1.0_sp))... no.spam.address(65)
binary data #27296 (8/30/2012 9:40:13 AM) comp.lang.fortran Hi!
My dosimeters provide data ASCII data-files, providing the data in 16-bit h=
exadecimal words. Reading in these words goes well. I declared them as foll=
ows:
CHARACTER(4) :: MyWord
In SOME ca... arjan.van.dijk(248)