Since 4/2/2012 5:41:05 AM, lshaw-usenet has written 2 articles and participated in 924 conversations. lshaw-usenet signature: lshaw-usenet
lshaw-usenet's articles:
Items(2) /1
mysterious open firmware problem834 (6/28/2005 3:22:00 AM) comp.sys.mac.system [ I've crossposted to comp.sys.mac.system and comp.sys.mac.hardware because, well, firmware is both system and hardware, right? ] Hi everyone, I have a weird Open Firmware problem and was wondering if anyo... Logan
super-dumb question4125 (2/23/2005 7:20:28 PM) comp.unix.solaris OK, so over at http://www.sun.com/software/solaris/ds/zfs.jsp , there is the following statement: With the Solaris 10 Operating System (OS), Sun introduces its next-generation file storage solution, Solaris ... Logan
int comparison always returns true?736 (6/8/2008 9:56:28 PM) comp.lang.java.programmer I can't figure this out - new to java, but code appears to be ok. I'm looking for a string within lines of text returned from a system command. I get all the output back - no problem. But when I try to do so... thomasjbs54(6)
Platform independant scripts?237 (6/13/2008 8:35:13 AM) comp.unix.programmer I use Ubuntu 7.10 and often write scripts for various tasks. But I need to make these scripts run on the platforms, linux, windows and mac. Is there some language where I can write script that will work on al... asd28(36)
double pointers926 (6/19/2008 11:00:56 AM) comp.programming Hi,what is the advantage of using the double pointers? I got many c programs using the double pointers. But I can't understand it well. But I can do those programs without using double ptrs. I want to knw more ... vavasgroups(2)
software to form 'fair' groups?2728 (6/22/2008 9:23:55 AM) comp.programming I wonder if any of you know of software (freeware preferably) that could assist teachers to group students fairly such that every group is reasonably diverse, i.e. of a mix of gender, race, and academic achieve... btegap(2)
text digitization718 (6/22/2008 11:21:52 AM) comp.lang.java.programmer i am trying to digitize a text file into tiff image.the algorithm is as follows, There is a 8x16, 256 character font table with 16 columns and 256 rows .each row of table represents a character(like 0...32,A,a ... jimgardener(91)
best language for text string search2725 (6/4/2008 4:36:02 PM) comp.programming Hi I'm wanting to create a program that will search a text file for a specific string (and count the number of occurances). I will want to have a loop so that I can change the string in question. Example te... tomguest(17)
Heuristc to distinguish text and code2626 (6/7/2008 4:28:54 PM) comp.programming Dear Experts, I'm trying to implement a function that can tell whether a paragraph is text or code. For example, think of formatting messages posted to this and similar newsgroups, or "wiki language" proces... spam_from_usenet08(20)
Iterating across a TreeMap....522 (6/8/2008 9:27:15 PM) comp.lang.java.programmer I'd like to iterate over a TreeMap and print out the key and value for each entry, with each entry printout being on the same line. Anyone know how to do that? ... c.willi(24)