|
Possible Duplicate:
What’s Your Favorite Harmless Computer Practical Joke?
Window's guys, seem to have all the fun .
So what about the Mac, what practical jokes can you play on people who own one?
Started by unam3d on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at superuser):
(This is most impressive when using the "Genie" minimization.
Freezes the window in a contorted state.
|
|
When and why should abstract classes be used? I would like to see some practical examples of their uses. Also, what is the difference between abstract classes and interfaces?
Started by Click Upvote on
, 11 posts
by 11 people.
Answer Snippets (Read the full thread at stackoverflow):
The Java™ Tutorials
A practical example? How about a contrived example while I wait for a process.
|
|
Wikipedia has a good summary about the various design patterns. Which ones have you used at most in practice and what are your experiences? When should one go for a pattern and when not ?
Edit: A cool C# based link with practical DP examples ( tnx to ...
Started by YordanGeorgiev on
, 11 posts
by 11 people.
Answer Snippets (Read the full thread at stackoverflow):
Take a look at Gamma's Book "Design Pattern"
The "Java the Wikipedia has code for patterns
Luis
Answering the title: "What practical experiences...?", I'd say others e.g, In games programming....
Existing code for Singleton, Proxy, State, etc.
|
Ask your Facebook Friends
|
Do you know any example of an esoteric language used to write any practical-use, real-world program? Is there any, however obscure, domain of computer science where an esoteric language has actually been proven useful for solving a specific problem?
Started by luvieere on
, 19 posts
by 18 people.
Answer Snippets (Read the full thread at stackoverflow):
I am sure, there are others....
All the practical benefits can be gathered if you use an esoteric language like brain****.
Understanding Turing machine, Computability and having a practical sense of what is implied by the theory of computation.
|
|
Someone is trying to sell Lisp to me, as a super powerful language that can do everything ever, and then some.
Can anyone provide a practical code example of Lisp's power?
(Preferably alongside equivalent logic coded in a regular language.)
Started by Peter Boughton on
, 20 posts
by 19 people.
Answer Snippets (Read the full thread at stackoverflow):
When I admit it is not necessarily....
I have short, practical examples of Lisp's power because it really shines only in non-trivial code.
You could also try Practical Common Lisp (also fully available on the web).
From the link I just gave.
|
|
A couple of months ago, I returned from lunch to find that typing any key launched a random application. As I always lock my machine before walking away from it, my first thought was that a co-worker was playing a practical joke on me. As it turned out...
Started by Ben Griswold on
, 135 posts
by 126 people.
Answer Snippets (Read the full thread at superuser):
Best ....
I do, however, find the keyboard driver for Keyboard for Blondes mildly showing him the bogus code .
Every day, at the end of the day, he'd pick up of computer practical jokes.
Of a long term practical joke on a non-technical user.
|
|
I've been coding for quite sometime now. And my work pertains to solving real-world business scenarios. However, I have not really come across any practical usage of some of the data structures like the Linked List, Queues and Stacks etc.
Not even at ...
Started by Chouette on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
For example, LIFO-Stack is a great way to help remove recursion (stack up the current state and loop, instead of making a recursive call); FIFO-Queue helps "buffer up" and "peel.
Of practical uses for them.
|
|
I am working on trying to better understand the jQuery.each() method. Here's an example I came up with, not very practical, but it performs an action on each selected item from the selected set of elements returned:
// Loop over each link. $( "#links ...
Started by RedWolves on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
: $('addr', this).text(), city: $('city', this).text(), state: $('state', this).text(), zip: $('zip.
|
|
I need to compose some tasks (problems) for students who learn design patterns.
Please suggest me some practical short-term tasks that would help students understand the theory.
I need some interesting ideas for creational design patterns.
Thanks!
Will...
Started by Kniganapolke on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
As individual topics but come out with a relatively well structured whole and one that gives practical.
|
|
I am developing a website using CodeIgniter and PHP. Some of my friends suggest I start using Subversion to take care of my organization. Could someone give me a basic explanation of what SVN is without the jargon and also if it is practical for a framework...
Started by TeamNXT on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
state or restore a copy in case of a disk crash (SVN must be on another computer in this case.
|