|
What would you do if :
you went to a carbine course and a noob kept sweeping you over and over and over and over again not paying attention?
would you give him a lesson in rifle etiquette?:
would you want your money bad after having such bad experience...
Started by cpl_dan on
, 12 posts
by 12 people.
Answer Snippets (Read the full thread at calguns):
With a couple morons who swept me with a .308 Cetme over and over and finally after a lot of choice words would you do if :
you went to a carbine course and a noob kept sweeping you over and over and over and over....
|
|
Movies you watched over and over and over... yes, basically movies you have seen thousands of times and you still watch them
Now I cant think of Back to the Future, (the 3 parts) it's like an addiction really
The Lion King (Disney), Bram Stoker's Dracula...
Started by lucilla on
, 14 posts
by 12 people.
Answer Snippets (Read the full thread at mjjcommunity):
Yes, I forgot about Jaws
Loving MJ for 20 years....
Jaws
Jurassic Park
Moonwalker
Predator
Back To The Future (1-3) Re: Movies you watched over and over and over...
Re: Movies you watched over and over and over...
|
|
I want to understand if code snippets are what I am looking for here.
I wind up writing the same line of code over and over during a refactoring.
Is there anyway I can create a shortcut that will spit out a line of code that I need?
Started by oo on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
One advantage of a code snippet over adding it to the toolbox.
Are you repeating the same line of code over and over on many different days from one object to another.
Tab name and all.
|
Ask your Facebook Friends
|
I have a Flash movie that is embedded in an HTML page that has a DIV in a layer over the top of the movie. The Flash movie scrolls based on the mouse position over the movie. The client wants the scrolling to stop when the mouse is over the DIV. I've ...
Started by elmonty on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
In Flash.
The Flash function turns off the scrolling.
You'd have to use that when the mouse hovers over the div.
Though the mouse is over the div, it's still within the bounding area of the SWF.
|
|
Does anyone know the motivation behind BBC America's decision to broadcast the same set of X-File episodes, pretty much all from the first three years of the show, over and over again the past couple years? By my count they have done this three times ...
Started by Taurus on
, 11 posts
by 7 people.
Answer Snippets (Read the full thread at stevehoffman):
I feel like my local Fox station plays the same handful of Seinfeld episodes over and over and over.
|
|
After developing some web apps i tend to have some routines/best practises for my apps. For example to create an common Login Controller/Views etc for my app.
I try to talk about it with my colleagues and test some different apps how they do it. After...
Started by bastianneu on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
Have you considered identifying the areas that you seem to keep doing over and over that you have done....
For common code is nice ; some snippets repository too !
Instead of re-writing the same code over and over limitations.
|
|
Table1 ID IdColumn1 Idcolumn2 Table2 ID IdColumn IdPair
Both of them contains the same data.
Table1 have both column populated, Table2 have those columns stored on two rows.
So, if Table1 contains n rows, Table2 will have 2 * n rows
Wich query is faster...
Started by pixel3cs on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
One of the known advantages.
Offers over the traditional table model (and relational model at large).
|
|
I'm interested in cross-colo fail-over strategies for web applications, such that if the main site fails users seamlessly land at the fail-over site in another colo.
The application side of things looks to be mostly figured out with a master-slave database...
Started by Parand on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
MSIE....
The reason for this is that many applications (e.g.
If you can, Multicast - http://en.wikipedia.org/wiki/Multicast or AnyCast - http://en.wikipedia.org/wiki/Anycast
DNS based mechanisms are troublesome, even if you put low TTLs in your zone files .
|
|
One of our products implements the following one-way web service structure:
Server < Middleware < Client SOAP over JMS (queue) SOAP over HTTP
In this model, clients send SOAP messages over HTTP to our middleware (Progress SonicMQ). The messages ...
Started by Tuukka Mustonen on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
That means you can keep SOAP from end-to-end.
Middleware and server layer which does SOAP-over-JMS.
|
|
I have a solution with over 100 projects. It takes a long time to build, and sometimes Visual Studio crashes during the build. How can I deal with this issue and minimize the pain? Have we gone horribly, horribly wrong somewhere?
Some background on the...
Started by MedicineMan on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
Get to over 10 projects, I would hope that you have some sort of management structure in place.
|