Since 4/4/2012 6:04:12 PM, husterk has written 9 articles and participated in 25 conversations. husterk signature: husterk
husterk's articles:
Items(9) /1
New software and embedded design best-practices website.0105 (9/8/2007 12:12:03 PM) comp.arch I have created a new website http://www.doubleblackdesign.com with which I am trying to capture and advocate software design and engineering best-practices. Please take a look at this site if you get a chance a... husterk
New embedded design best-practices website.039 (9/3/2007 11:18:28 AM) comp.arch.embedded I have created a new website http://www.doubleblackdesign.com with which I am trying to capture and advocate embedded / software design and engineering best-practices. Please take a look at this site if you get... Keith
New best-practices website.024 (8/31/2007 9:21:49 PM) comp.lang.c++ I have created a new website http://www.doubleblackdesign.com with which I am trying to capture and advocate software design and engineering best-practices. Please take a look at this site if you get a chance a... Keith
New best-practices website.033 (8/31/2007 9:08:01 PM) comp.lang.c I have created a new website http://www.doubleblackdesign.com with which I am trying to capture and advocate software design and engineering best-practices. Please take a look at this site if you get a chance a... Keith
New best-practices website. #20120 (8/31/2007 9:05:32 PM) comp.arch I have created a new website http://www.doubleblackdesign.com with which I am trying to capture and advocate software design and engineering best-practices. Please take a look at this site if you get a chance a... Keith
New best-practices website042 (8/31/2007 7:05:29 PM) comp.arch.embedded I have created a new website http://www.doubleblackdesign.com with which I am trying to capture and advocate software design and engineering best-practices. Please take a look at this site if you get a chance a... Keith
New best-practices site.193 (8/31/2007 7:04:56 PM) comp.programming I have created a new website http://www.doubleblackdesign.com with which I am trying to capture and advocate software design and engineering best-practices. Please take a look at this site if you get a chance a... Keith
New best-practices website.077 (8/31/2007 7:01:57 PM) comp.software.extreme-programming I have created a new website http://www.doubleblackdesign.com with which I am trying to capture and advocate software design and engineering best-practices. Please take a look at this site if you get a chance a... Keith
Trying to start a best-practices website.015 (8/31/2007 6:58:30 PM) comp.software-eng I have created a new website DoubleBlackDesign.com with which I am trying to capture and advocate software design and engineering best practices. Please take a look at this site if you get a chance and feel fre... Keith
Real Time programs532 (11/3/2007 11:09:37 AM) comp.lang.c What are some of the issues to think about when programming Standard C in a multithreaded RealTime environment? ... nospam21(11322)
Active filter stage as driver for ADC good or bad?1428 (11/3/2007 9:49:38 AM) comp.dsp I have an BP-active filter with one op amp as a driver stage for an ADC. Is this good or bad, should Ihave a voltage follower (op amp) between them? The active BP-filter serves as a selective filter and an an... ElectricL(3)
Floating point subtraction with FLT_MAX error1725 (10/25/2007 11:56:59 PM) comp.lang.c Just a small little program. Can not figure out what am I doing wrong. #include #include #include int main() { double max = FLT_MAX; double sub = 16703.627681; double result = max - sub; printf("%f - %f... spooler123(3)
WiPort problems334 (10/24/2007 3:47:39 PM) comp.arch.embedded Hi Embedded Group- I'm having a problem with my Lantronix WiPort module and I'd like to hear some non-Lantronix advice if that's possible. I'm not an experienced user of wireless hardware and software. I h... johnspeth(173)
How to burn any program in controller?239 (10/24/2007 11:31:47 AM) comp.arch.embedded Hi, I am having P89C51RD2xx controller and I am using KEIL simulator t create HEX file. Plz tell me which hardware and software I can use to bur it in IC? ... jlodha(2)
Socket Problem............323 (10/19/2007 6:12:36 PM) comp.lang.c Please help me....... I am getting blocked in bind() system call....... i don't know why can you please any one tell me why........ #include #include #include #include #define SOCK_PATH "mysock1" void error... jeba.ride(22)
PCMCIA Problem138 (10/19/2007 5:47:03 AM) comp.arch.embedded Hi all, We have interfaced the PCMCIA bus to Intel PXA270 processor. We have written our own driver for it and runs linux-2.6.15.2. When i insert the PCMCIA device,WLAN card ,when the system is is booted up f... gehariprasath(28)
simple printf question532 (10/17/2007 5:37:16 PM) comp.lang.c Hi, I have a giant string buffer, and I want to print out small chunks of it at a time. How do I print out, say 20 characters of a string? Is it like this? printf("%20s",mystring); I can change the start... bint(36)
Question on VOID1020 (10/16/2007 10:54:07 AM) comp.lang.c Hello all, I wonder about void? To which category in the C programming language does it belong? Of how many bits consits void? Is it possible to define a varibale called void a; Thank you all for your comme... chefmuetze(63)