Software Design Documentation129 (9/2/2011 6:13:01 PM) comp.software-eng Putting some standards in place. I have a template Software Design Document for the group that is in process of approval. I thought I would get some opinions on what really needs to be in a SDD. The template I... Ed
Discussions?023 (9/2/2011 6:00:47 PM) comp.software-eng I haven't visited much for a long time. Boy have things chnaged. Is anyone still watching this group and discussing things or have the spamming recruiters taken over? I'll make a second post with a topic and s... Ed
Another SBC - Beagle Board234 (8/19/2011 1:39:58 PM) comp.arch.embedded I'm evaluating the Beagle Board for a small application. Any comments on software tools and build environments are welcome. My project involves interfacing to a small display and a keypad (between 6 and 10 key... Ed
Netgear router not picking up IP address.731 (3/1/2010 6:51:50 PM) comp.software-eng I am trying to do some configuration on a Netgear switch (FS726T). problem is I cannot get to first base. This is supposed to have a Web based administration interface, but the switch does not seem to have an I... Ed
Oracle Reports XLS format1374 (3/10/2009 7:02:49 PM) comp.databases.oracle.tools Report Builder 10.1.2.0.2
Oracle9i Release 9.2.0.8.0 - 64bit Production
The report runs fine in development and test environments.
The report runs fine in production for HTML format
The report returns o... Ed
UNIX Geek time event146 (2/13/2009 7:29:28 PM) comp.programming This may be late for most readers, but UNIX system time will be 1234567890 seconds from the epoch at about 3:30 today. It will be 1234554321 in a few more minutes as I post this. Did anyone plan a special cel... Ed
performance of updates622 (12/18/2008 2:53:36 PM) comp.databases.oracle.server I am in the midst of some performance improvements. I have never thought about this aspect before but has anyone tested the difference in performance between UPDATE mytable SET status = new_status WHERE myk... Ed
RCS date range147 (11/1/2007 1:32:47 PM) comp.os.linux.misc I'm trying to check what sources have chenged and I need to do it by date. But so far I have not been able to get the rlog -d option to work. There is no example in the man page. Could someone post a simple ex... Ed
phantom login sessions - NO process! #2019 (6/6/2007 7:16:35 PM) comp.os.linux.networking Trying to find out what to do. A finger shows login sessions that do not exist. There is no shell process or anything related to those TTY IDs. Anyone know the cause? Anyone know how to get rid of them besides... Ed
phantom login sessions - NO process!019 (6/6/2007 6:12:19 PM) comp.os.linux.networking Trying to find out what to do. A finger shows login sessions that do not exist. There is no shell process or anything related to those TTY IDs. Anyone know the cause? Anyone know how to get rid of them besides... Ed
Function points145 (8/27/2010 9:00:35 AM) comp.software-eng Hi, How to count function points from a software requirement? i.e. given a problem, how to identify the function poins? It is said that more the function points we have in a software more complex is that softw... sinu.nayak2001(68)
Segmentation fault on arm but not on Linux pc3429 (10/22/2010 3:52:00 AM) comp.arch.embedded Hi,
I have been able to run Michel Xhaard's spcaview (spcaClient) on VMware
Linux pc but when I ran it on friendlyarm9 I get a segmentation fault. I
changed the memory on the Vmware to the memory but it stil... najafa
Foundation for [non]/boolean flow control?424 (8/21/2011 10:32:18 AM) comp.theory Traditional languages use booleans for flow control. But unix-scripts and derivatives use: = 0, != 0 Why are there 2 different approaches? First let's consider the historic background: at asm/mach... UsePlainText(42)
Question about infinite loop domain combinations #2125 (8/31/2011 4:41:50 AM) comp.programming What happens if I have: il8n.co forward to il8n.me il8n.me forward to il8n.com il8n.com forward il8n.me il8n.co -----> il8n.me il8n.com il8n.co launches to il8n.me and il8n.me launches to il8n.co a... musatov1(10)
Help Required #2234 (4/9/2012 3:33:18 PM) comp.software-eng Dear All, I am working on a developing a new software component selection framework. Model gave encouraging results but now I want to test the model on some data set and I am unable to fine the s... pande.jeetendra(7)
Have you ever encountered something like this?541 (6/5/2012 10:23:39 PM) comp.programming Hi.
Like this?
BigFunction(int param1, int param2, int coodles, int
cooties, ... , long lastparam)
{
...
...
}
Have you ever encountered something like that before? I haven't,... mike4ty4(405)
A Sign of a Real Engineer4249 (6/23/2012 3:03:06 AM) comp.arch.embedded So, my #1 son, 19, was in the hospital for surgery. (Nothing life
threatening, but one of those Must Be Done things).
He's coming out of general anesthesia, still woozy, and the nurse is
explaining the ... tim866(403)
how to use volatile key word?1051 (6/26/2012 4:09:00 PM) comp.arch.embedded how to use volatile key word?
Assume I have a global variable shared by two or more tasks. Do I need to declare it as volatile?
When will a non-volatile global variable be written back to memory from a r... fuhu314(16)
reference type for C1927 (5/16/2013 2:08:43 PM) comp.lang.c I like the reference type that has been introduced with C++
I wondered why isn't that feature retrofitted in C.
Is there something hindering it?
thx - roar -
... roland.arthaud(12)