Forum: Computer Science Sep 8th, 2009 |
| Replies: 3 Views: 3,271 I don't suppose you could expand on that? The optional types in stdint.h don't seem to be int or long, for example. There doesn't seem to be a macro such as INT_BIT. And what do you do where stdint.h... |
Forum: Computer Science Aug 12th, 2006 |
| Replies: 3 Views: 3,271 Many years ago I was wandering through some SNMP code trying to port it to a Rabbit 2000. I'd guess that not many are familiar with this device -- it's an 8-bitter, and I had no operating system or... |
Forum: Computer Science Jul 17th, 2005 |
| Replies: 12 Views: 7,354 You might want to take a second look (http://www.accu.org/cgi-bin/accu/rvout.cgi?from=0sb_embedded_systems&file=m003479a).
[edit]Stumbled upon this (http://www.nondot.org/sabre/os/articles/). |
Forum: Computer Science Jul 15th, 2005 |
| Replies: 12 Views: 7,354 A book that might be useful: MicroC OS II: The Real Time Kernel (http://www.amazon.com/exec/obidos/ASIN/1578201039/ref%3Dase%5Fjeanjlabro/002-6221795-9668807). Jean Labrosse's site is... |
Forum: Computer Science Jul 14th, 2005 |
| Replies: 29 Views: 8,302 >Do the shuffle: shift left shift right shift left OR shift right:
I'm too white and can't dance as well:
#include <stdio.h>
#include <limits.h>
#define HEXIT ( CHAR_BIT / 2 )
unsigned... |
Forum: Computer Science Mar 4th, 2005 |
| Replies: 29 Views: 6,792 This made me look up to the list on my wall. |
Forum: Computer Science Feb 28th, 2005 |
| Replies: 29 Views: 6,792 Dang! Say, uh, I don't suppose I could get you to talk to my boss... :)
>how long have you two been coding?
Since 1995. But I did dabble on and off since somewhere in the 80's. My rebirth... |
Forum: Computer Science Feb 28th, 2005 |
| Replies: 29 Views: 6,792 >I wanted to make sure that you could defend your decisions adequately.
I felt a grillin' coming -- you've seem to have been a little boxed up lately. [Perhaps even too restrained with our friend... |
Forum: Computer Science Feb 28th, 2005 |
| Replies: 29 Views: 6,792 >That's a lot of commenting for (technically) one line of code. Let's look it over, because I think you went a little overboard:
Somewhat exaggerated, perhaps, but it the same argument for... |
Forum: Computer Science Feb 28th, 2005 |
| Replies: 29 Views: 6,792 >because that was my answer too
Me, too! [That's what this is going to sound like.]
The "understand the problem" is a bit of what I was trying to say with "comment it well". That is, if you can... |
Forum: Computer Science Feb 24th, 2005 |
| Replies: 29 Views: 6,792 I'd say comment it well would be right up there. |