First  |  Prev |  Next  |  Last
Pages: 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
email client: POP vs. POP3 differences
I'm trying to find a definitive source for the differences between POP and POP3 email clients. Googling has turned up a LOT of noise on the subject. Essentially, can I assume for basic operation that they have no differences? I hope to implement a client like this: http://www.instructables.com/id/Mail-Light-B... 8 Jun 2010 21:41
Which is the better method to use
>There is one other way to write this that I tend to use when coding. One of the "guides" to coding I read many years ago, perhaps in college said the smaller of the two choices in an if then else should be first. This makes it easier for the eye to scan the code and glean structure from the shape... a bit lik... 8 Jun 2010 13:41
Need help on getting the original source code of eZ430 Chronos
Currently i'm interested to modify the eZ430 Chronos watch, does any one from TI whom would like to send me the orginal copy or 3rd party of the source code. Thank you. --------------------------------------- Posted through http://www.EmbeddedRelated.com ... 7 Jun 2010 09:37
need advice on device design
For my bachelor project i need a device capable of collecting data from sensors and transmit it through a 802.11b transceiver to a pc. I've worked until now only with software high and low-end programming but never with hardware ; I've started reading and looking through tons of stuff but I failed at finding a small f... 8 Jun 2010 02:32
C18 Compiler again
Unbelievable..... I'm playing around with the Microchip C18 compiler after a hair-splitting experience with CCS. Apparently the optimizer of C18 is not that good. For instance: LATF = addr >> 16; where addr is an uint32, is compiled into a loop where 4 registers really get shifted 16 times in a loop. Any decent ... 10 Jun 2010 07:46
Which is the better method to use "if else" statements
Hi friends, I have some doubt in using "if" "else" statements. uint16_t Func1(uint16_t int1, uint16_t int2, uint16_t int3) { if(int1 == 32) { if(int2 == 16) { if(int3 == 8) { return 0; } else { return 1; } } else { return 2; } } else { retu... 9 Jun 2010 04:15
CONVERT TO ISLAM OR DIE. ALLAH AKBAR!!
Here is the link. http://news.yahoo.com/s/ap/20091111/ap_on_he_me/eu_med_nutrition_report UN says hunger stunts some 200 million children, most of them in Muslim countries. United Nations wants us to give more money to Muslims, so that they make more babies they can not feed, and stupid Christians from th... 7 Jun 2010 02:01
Press Release - Reliable Software Technologies, Ada-Europe 2010
----------------------------------------------------------------------- FINAL Call for Participation *** UPDATED Program Summary *** 15th International Conference on Reliable Software Technologies - Ada-Europe 2010 ... 6 Jun 2010 18:15
ARM7 complete development tools?
>Hello. We are in the beginning of development of new product with ARM7 Can someone tell us what options we have for development tools? We need a list of available dev toolset, such as compiler+emulator+(RTOS)+(dev. board)+(processor) that work with each other. also, perhaps some comments on those tools. ... 8 Jun 2010 15:59
Bluetooth...where to start?
Hi, i want to realize a bluetooth devive thath can be used to communicate with mobile phones, but i have no idea where to start...i have a lot of questions about: 1. What is the difference between HCI ad SSP? Only the second level can communicate with mobile phones? 2. Can you help me to find an embedded solution... 7 Jun 2010 22:09
First  |  Prev |  Next  |  Last
Pages: 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25