|
What is the best way to get started with programming things outside of your computer?
I don't mean mainstream things like cell phones with APIs.
Please assume working knowledge of C/C++
Started by Brian R. Bondy on
, 20 posts
by 20 people.
Answer Snippets (Read the full thread at stackoverflow):
You can start with things like and outs of embedded....
Embedded programming is fun.
It is inexpensive" then raw memory-mapped hardware access.
Is this the sort of thing you're looking for?
Brian, you might find the Arduino interesting.
|
|
I have an ASP.NET application where I want to set some additional HTTP headers (related to page expiration) if the request is for a normal ASPX page. However, I don't want to add these headers for things like images, or AXD handlers, or static HTML pages...
Started by jkohlhepp on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Hello i used
void Application_BeginRequest(object sender, EventArgs e) { string pathAndQuery = Request.Url.PathAndQuery.ToString(); if (pathAndQuery.Contains(".aspx")) //etc
allthough it might be better to check with a regex instead of contains
EDIT: ... .
|
|
HEY! LISTEN! HEY! LISTEN! HEY! LISTEN! READ MY RULES PLEASE!
Mods pleaz lock ==> http://www.pojo.biz/board/showthread.php?t=888866 .
RULES:
1. POJO RULES (yes, that means Ref Rules) except the japanese Stuff.
2a. Trade only in USA, USA territories ...
Started by Tim17 on
, 24 posts
by 8 people.
Answer Snippets (Read the full thread at pojo):
Any other ygo you....
#41 Torkoal Lv 32 (1x rh)
Majestic Dawn:
1x #13 Rotom Lv 37
4x #17 Empoleon Lv 49
Other notables:
1x rh)
Majestic Dawn:
1x #13 Rotom Lv 37
4x #17 Empoleon Lv 49
Other notables:
1x MT #52 Happiny Lv 8 ones I have.
|
Ask your Facebook Friends
|
I am writing a python platform for the simulation of distributed sensor swarms. The idea being that the end user can write a custom Node consisting of the SensorNode behaviour (communication, logging, etc) as well as implementing a number of different...
Started by Mike Hamer on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Edit: I posted framework you shouldn't say things like isinstance(sensor, PositionSensor) -- you should say things.
Code from the Node subclasses into some other method (I used cls_init ).
|
|
At various times in my career I have encouraged staff I worked with and/or managed to track defects in artifacts of the development process other than source code (i.e. requirements, tests, design). Each time the request has been met with astonishment...
Started by Jim Blizard on
, 10 posts
by 10 people.
Answer Snippets (Read the full thread at stackoverflow):
Arguing whether it's defect or feature....
It's more a matter of keeping.
Task lists) doesn't seem like it's the same thing.
Tracking bugs in requirements or other documentation (e.g.
A list of things that are to be fixed or implemented.
|
|
One of these things is not like the others ...
one of these things doesn't belong ... lol DLJStRap likes this.
Show me a sane man and I will cure him for you! ♥
Started by squirt on
, 20 posts
by 3 people.
Answer Snippets (Read the full thread at jokeroo):
Re: one of these....
DLJStRap likes this.
Re: one of these things is not like the others ...
Re: one of these things is not like the others ...
DLJStRap likes this.
Re: one of these things is not like the others ...
|
|
Free food and other things Hey guys like i posted in the Bordem thread..I need help
Im in a pickle right now.. I cant get my LCA out or back in. I also tore my dang Inner CV in the process[rant].
I need to change out that LCA and CV axel. I will provide...
Started by fhh02a on
, 12 posts
by 8 people.
Answer Snippets (Read the full thread at focusfanatics):
Does the "other things" involve sexual deeds??
But seriously if I had the money to go to lbk the "other things" involve sexual deeds??
But seriously if I had the money to go to lbk I would come help is my other issue....
|
|
Things Brought To Britian From Other Cultures? Just a list of things please, like a food people may have brought over, or traditions. All I have is curry!
Thank you.
Started by ForeverAlone WithCats on
, 11 posts
by 11 people.
Answer Snippets (Read the full thread at yahoo):
If you think about it, the British culture is simply a melting pot of lots of other cultures....
Considering Britain has been invaded so much during its history, there are plenty of things
Buddhism (and all other religions in Britain today).
|
|
Looking to trade Unusual Master's Yellow Belt (Green Fetti) for a sniper or spy unusual.
Other things for sale:
Big Kill
Milkman
Grimm Hatte
Started by ToniToniChoppa on
, 17 posts
by 11 people.
Answer Snippets (Read the full thread at lostbrotherhood):
.5-1 buds....
BUT IT'S GREEN CONFETTI...
I HAVE TO START UPGRADING MY UNUSUALS SOME HOW.
I'm sorry...
H Green Confetti...
What are you looking for for that big kill? || At the speed of light .
|
|
How should i sanitize urls so people don't put 漢字 or other things in them?
EDIT: I'm using java. The url will be generated from a question the user asks on a form. It seems StackOverflow just removed the offending characters, but it also turns an á into...
Started by Doug on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Unless the link is displayed properly, encoded by the browser and decoded at the other end.
Is other countries, but if I saw tons of encoding in a URL send to me, I would think it was stupid or suspicious ...
|