- Feature Articles
- CodeSOD
- Error'd
- Forums
-
Other Articles
- Random Article
- Other Series
- Alex's Soapbox
- Announcements
- Best of…
- Best of Email
- Best of the Sidebar
- Bring Your Own Code
- Coded Smorgasbord
- Mandatory Fun Day
- Off Topic
- Representative Line
- News Roundup
- Editor's Soapbox
- Software on the Rocks
- Souvenir Potpourri
- Sponsor Post
- Tales from the Interview
- The Daily WTF: Live
- Virtudyne
Admin
Post silly comparisons like your OP?
Admin
Rule of thumb: if you need more than 100 labels - you are doing it wrong.
Admin
It's been weeks and you're still making snide remarks? I guess your egos may never recover from not knowing how an EPROM is used.
Boring, and I'm not even an embedded programmer. stfu n00bs.
Admin
Admin
Well, that was a fail.
Admin
and convert it to XML of the output
Admin
What? Nine thousand!?
Admin
Admin
Or: "Wasn't specified. How was I supposed to know what 'n' labels was supposed to mean? 's not my job to know..."
Admin
More generic rule: if you do something — you are doing it wrong.
Admin
Most embedded products use Nand or Nor flash, not eproms.
Admin
Many use both Flash memory and EEPROMs.
Admin
EEPROM != EPROM
Admin
If you're going to nitpick, flash memory doesn't usually replace EPROMs, since EPROMs can be only written once and are much cheaper.
Admin
Admin
Boom! Boom!
Yep.
Admin
err if you want to call someone a nit picker you should actually check your facts if you do not know them. EPROM can be reprogramed ....err hence the name .... erasable programmable read only memory.
For cheap applications which only need to be programed once a OTP (one time programmable) technology is used, typically Mask ROM or eFuse. The traditional term for all of these devices is PROM (prgrammable read only memory) and sometimes NVM (non-volatile memory).
Admin
I sould have been more specific. EPROMs can't be rewrtitten in the device, they have to be taken out and erased. Still makes them a different application than flash or EEPROM.
Admin
sheesh talk about developer from 1980
MOST embedded products use Nand or Nor flash, not eproms.
EPROM is very expensive in power consumption and much smaller sizes then flash. If you still want to take chips out and swap/reprogram then use a EEPROM, it's costs less (no window etc etc)
Admin
A more generic fix:
setCount: function(label) {
}
Admin
Do all unreadable comments get tagged as featured comments?
Admin
Nonono! You need a web engine for enterprise grade. It is a higher level of professionalism to do it while not creating any web service.
Admin
Which is sadder, making these references or getting them?
Admin
If you're going to nitpick on someone's nitpicks, you should preautonitpick:
You're thinking of "PROMs",
PROM = programmable (once) read-only memory EPROM = erasable (usu. via ultraviolet) programmable read-only memory. EEPROM = electrically-erasable (usu. via elevated voltages) programmable read-only memory
sheesh. Nitpicking has hit a new low.
Admin
Similarly, many, many, many years ago I worked on a stock control application which was coded in assembly code on a 6502 system (a PET, actually, though we did at least have floppy drives, rather than the cassette player).
We had an issue when one of our clients was a quarry, where the minimum quantity they handles was in the range of thousands of tonnes (in fact it may well have been imperial tons in those days actually). The quantities kept overflowing the 16-bit registers in which things were stored.
We had access to lay out the input and report screens, so in the end I simply put "000" (text) into all the relevant places on the report and data entry forms, and the client went away happy.
Admin
how about using regexps and solving it in a couple lines for all cases
Admin
Dofus Kamas|Prix Moins Cher Dofus Kamas|Kamas par allopass|Dofus kamas audiotel|Dofus kamas par telephone sur Virstock.com
Meilleur prix www.virstock.com dofus kamas stock de www.virstock.com dofus kamas
Prix moins cher www.virstock.com dofus kamas vente www.virstock.com dofus kamas sur www.virstock.com
www.virstock.com/jsp/comments.jsp dofus kamas vente www.virstock.com
Admin
i saw a similar behavior when i tried to sort a report by page number...it came out, 1,10,11,12,13,14,15,16,17,18,19,2,20,21...i ended up changing the first 10 pages to 01,02,03,etc.