|
I know this question is kind of stupid, maybe it's a just a part of writing code but it seems defining simple functions can really hurt performance severely... I've tried this simple test:
def make_legal_foo_string(x): return "This is a foo string: " ...
Started by ooboo on
, 9 posts
by 9 people.
Answer Snippets (Read the full thread at stackoverflow):
I actually find your example kind of silly in many ways - a function that... .
Many factors (performance, readability, maintainability) feed into the equation.
Figuring out what to make into a function and what to just include inline is something of an art .
|
|
Hi all,
Despite an earlier question ( asked here ), our project is constrained to using glDrawPixels, so we have to do some hackery.
One of the feature requirements is to be able to have a magnified view show up on a clicked region of an image; so, looking...
Started by mmr on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Texture-mapping is a core, basic, everyday, run of the mill... .
Please, pretty please with loads of sugar, molasses, sprinkles and a mist of high-fructose corn syrup on top and all over, explain why you cannot just use texture-mapping to draw this imagery .
|
|
Is it in general very hard to port JavaScript code to another browser platform?
Started by Dimitri C. on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
I could keep going but ppk (quirksmode....
Name iframe s ...
Here are some common problems:
eventing AJAX id vs.
See quirksmode for the everything cross-browser.
But if you don't, then it can be a real bitch .
Not if you use a library like jQuery or Prototype .
|
Ask your Facebook Friends
|
I'm coding in an embedded language called JS.
I want to be able to call three functions in any order. (ABC, ACB, BAC, BCA, CBA, CAB.)
The trick? The language doesn't have user-defined functions.
It does have a conditional and a looping construct.
I think...
Started by Nosredna on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Perhaps some kind of mutant state-machine, viz:
int CODEWORD=0x123; while (CODEWORD) { switch(CODEWORD&15) { case 1: /// case 1 break; case 2: /// case 2 break; case 3: //// case 3 break; } CODEWORD=CODEWORD>>4; }
DRY, no preprocessor, no array.... .
|
|
I have an old dedicated server running an out of date version of Fedora Core. As a result of the age of the distro, its repositories are no longer maintained, so the software on the server is getting badly out of date, and I would like to bring things...
Started by matthock on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at serverfault):
Upgrading a distro that old may mean upgrading through a couple of versions (as a direct upgrade between that... .
Of the two I would recommend the second option, or a mix of the two: use the VPS to hold and run the site while you upgrade the main machine .
|
|
Audio severely messed up after updating to 3.0.6 OS is Windows XP SP2, sound card is sound blaster 5.1. Before updating I experienced no problems whatsoever with audio, but after updating, everything (both notifications e.g "channel switched", "user entered...
Started by idoit on
, 11 posts
by 3 people.
Answer Snippets (Read the full thread at teamspeak):
|
|
I really didnt know thabo knew how to shoot. Knocking down the threes against the spurs has me in doubts of his shooting weakness.
How come such a pesky defender with such long arms has been severely underrated. Thabo is defending most gifted players....
Started by kaskoosek on
, 13 posts
by 12 people.
Answer Snippets (Read the full thread at realgm):
How come such a pesky defender with such long arms has been severely.
Of his shooting weakness.
|
|
Need Advice - Package Came Severely Damaged Edit: Added Pictures.
Hi Guys,
I need some advice. Recently on an impulse I bought a second hand laser off of a member here in the B/S/T section.
I PMed him, we settled on a price, payment was sent via paypal...
Started by InfinitusEquitas on
, 25 posts
by 12 people.
Answer Snippets (Read the full thread at laserpointerforums):
Good luck! Re: Need Advice - Package Came Severely Damaged Hopefully it was insured....if not perhaps head...PM me if you have one or information....
Especially.
Re: Need Advice - Package Came Severely Damaged These situations are so unfortunate...
|
|
Remember all the while back when I made that poll about what Batman would do with the whole 99% movement, about whose side he would lean on and why? And remember how it got locked right away? Well guess what's the entire focal point of the Dark Knight...
Started by GestaltReplicant on
, 19 posts
by 9 people.
Answer Snippets (Read the full thread at zeldainformer):
|
|
Well, another one of my integrated amps comes to life.
I had posted a thread about the process of building this amp... so, if you want more in-process details, look here:
http://www.audiokarma.org/forums/sho...d.php?t=427064
This started out as a throw...
Started by GordonW on
, 15 posts
by 12 people.
Answer Snippets (Read the full thread at audiokarma):
Wow! -- What a great job of making something really neat out of literally nothing! Between the good looks and superb job of re-purposing all the various components you had on hand to come together into a great final product, that is really excellent engineering... .
|