|
Programming is so new to me that I apologize for not knowing how to phrase the question.
I have a Perl script that gets a variable from an internal tool. This isn't always what it looks like, but it will always follow this pattern:
darren.local 1987 A...
Started by scraft3613 on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
If the sentences at the end are not going to have... .
You can then join the @text array into a new string if necessary.
) = split(/\s+/, $line, 4); # here you can do whatever you need to with the data # in the columns will have spaces or not.
|
|
All ThreadPool threads are in the multithreaded apartment.
--As per the MSDN
What does that mean? I am really concerned with what the difference between the multi vs single threaded apartment model is. Or what does the apartment model mean? I have read...
Started by Anthony D on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
COM components can....
If your COM object can be accessed by many threads simultaneously, use MTA) are to do with COM .
You can safely use Thread local storage and you don't need to use critical sections.
Will be made by the same thread.
|
|
I'm getting a few old computers to take apart for parts soon. Most of them are defintely using DDR2 RAM, but there is the possibility that one or two of them are using DDR RAM. Since these are quite old, the manuals have since been lost. Is it possible...
Started by Macha on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
And the pin density is slightly higher:
Weird, how do you get it to put images inline?
The site also.
|
Ask your Facebook Friends
|
Six Apart has this neat service that streams out LiveJournal, Vox, etc. updates:
http://www.sixapart.com/labs/update/developers/
It also has the interesting ability to know if the client has missed parts of the feed. I've tinkered with writing a similar...
Started by AndyB on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
A lot.
Orbited is another server that can do real-time HTTP streaming, written in Python / Twisted.
For a Comet server you can check out cometd , which provides Comet implementations for a few languages.
|
|
I was just wondering if anyone had any idea how they made this page http://www.youtube.com/wariolandshakeit2008
If anyone has a tutorial on how to do something like this, please tell me!
Started by Johnny D on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
While this seems to be realized in flash, something very similar can.
Explain it how to do it, but if you right click anywhere in the body of the page, you will see as the chrome gravity experiment.
|
|
How can you tell fake gauges apart from real gauges?
Started by LoveLetters on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at yahoo):
Fake ones are stupid.
I can't really explain it, but you can tell.
It's quite simple.
Straight guys ever.
|
|
Normally you have to put all the .dll files your application uses in the same location as the .exe file. I would like to keep the libraries in some other, dedicated folder and just show my app where to look for them (by some path in app.config or something...
Started by agnieszka on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
See "Locating the assembly through codebases or probing" for more information on how.
You can use the <probing> element in app.config to specify where to look for dependencies place on disk.
|
|
A good example of this is: http://github.com/tav/tweetapp/blob/a711404f2935c3689457c61e073105c1756b62af/app/root.py
In Visual Studio (ASP.net C#) where I come from, the classes are usually split into separate files + I can set break points to understand...
Started by TimLeung on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Http I think will be tedious and not of much benefit)
If you install Eclipse and PyDev you can set breakpoints in the same way you can in visual studio....
And you can even build charts of which functions call which other functions.
|
|
How far in advance can you reserve an apartment? Me and my girlfriend are looking to get an apartment for the first time in late April and early May. its now mid January. We have apartments that we want and were going to go look at them in a few days,...
Started by jake on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at yahoo):
Mar and April you can put a deposit down now.
Estate investor If you are willing to pay rent for Feb .
|
|
I need to print arbitrary SimpleXML objects in a specific manner, with special handling of attribute nodes.
The problem is that SimpleXML elements and attributes seem to use exactly the same class, attribute node even pretends to support attributes() ...
Started by porneL on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
$element = new SimpleXMLElement('<foo attr($element['attr']);
This is the best I....
With that assumption you could tell them apart.
So you would have to assume that all elements passed in have attributes .
Attributes you can detect that.
|