|
Recently, we've come across an issue at work where if one person is working on some code by themselves, it seems to come out with the other team members looking at it and going "Huh? That's ugly, unmanageable, I need to rewrite that"
In fact, recently...
Started by Mez on
, 10 posts
by 10 people.
Answer Snippets (Read the full thread at stackoverflow):
I'm surprised that you don't have time to do peer reviews but you have time to do paired programming.... .
So:
you are being pushed pretty hard your code is of poor quality Do you think the two could possibly be related? The answer is to fix the schedule .
|
|
I'm writing a 3D application for Windows, using OpenGL. For now it renders a simple test scene with one model of about 50000 polygons and it renders smoothly at 60FPS.
However, the framerate gets very uneven whenever the mouse is moved over the application...
Started by Kronikarz on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
You might try discarding those and the WM_MOUSEMOVE....
What about using a library like glut to handle the opengl main loop for you?
In addition to the mouse move messages, moving over a window will generate WM_SETCURSOR messages .
Sounds like a thread problem.
|
|
I am trying to teach my camera to be a scanner: I take pictures of printed text and then convert them to bitmaps (and then to djvu and OCR'ed). I need to compute a threshold for which pixels should be white and which black, but I'm stymied by uneven illumination...
Started by Norman Ramsey on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
Have you considered chopping the image up into smaller pieces, and re-scaling each sub-image? That should make... .
Usually the image processing I do is highly time sensitive, so a complex algorithm like the one you're seeking wouldn't work .
|
Ask your Facebook Friends
|
Uneven Devision, the OOC
So introduce yourselves, your characters, post your links and choose your speech color. Let the games begin!
Started by Sliver on
, 28 posts
by 7 people.
Answer Snippets (Read the full thread at giantitp):
Talking in royalblue Re: ....
Description! :smallbiggrin: Re: Uneven Devision, the OOC
Ayden skills.
In case you couldn't, but I for one like the first IC post .
My name is distant quasar...
Hi everyone.
Re: Uneven Devision, the OOC
So...
|
|
Often as a Web Producer I get a lovely mock-up with text wrapping around an obvious background image. The content is going to come from a backend CMS and I don't want the editorial staff to worry about inserting <br /> tags etc.
Lorem ipsum dolor...
Started by Steve Perks on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Assuming your image is transparent at the left side, the closest thing I can think of is a script that finds the transparent pixels, and -- to a certain level of detail -- generates a set of floating divs that overlay the image and... .
Ouch, difficult one.
|
|
On round-robin DNS every IP associated to a domain has equal probability of being picked by the client.
But what if I want to set a round-robin domain over two IPs but not in a 50%-50% manner?
For example, I could add 3 A records for IP X and 2 A records...
Started by GetFree on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
Trying to tweak it to trend the load....
Because of caching, and because the DNS resolver on the client actually makes the choice re: what IP address to choose, round-robin is a poor choice for getting any kind of "balance" out of intended load balancing .
|
|
I'd like to make a game where the terrain is not even and is based on a png. How s this done in theory, given the object's vec2 and its angle, because if for instance there is a hill, the character will rotate based on the angle of the hill. Thanks
2d...
Answer Snippets (Read the full thread at stackoverflow):
This mapping function can be simple, as in simply interpreting greyscale values in the PNG as altitude or via human guidance, or it can be complex, as in shadow detection... .
You need a mapping function that converts the PNG data to a 3-d representation.. .
|
|
My rear tyres are wearing unevenly on the inside edge one part of the tread has worn low the next section is higher and the car makes a rumbling noise which i assume is coming from the uneven tread? Any ideas what causing it? Is this a common fault? As...
Started by 747_727 on
, 11 posts
by 6 people.
Answer Snippets (Read the full thread at seatcupra):
Camber could....
Get your alignment and tracking checked.
Caused by cornering at speed I have never heard of the inside tread on fwd cars wearing unevenly on the rears.
Mine are the same, wouldnt worry about it mate common on front wheel drive cars. .
|
|
Hi can anyone give some suggestions to what would have caused this level of uneven tyre wear car is a 2004 E60 BMW 530D, the tyre in question is the rear offside, the heavy wear is on the inside hence why i didnt pick it up when it was just bald could...
Started by BoraBora on
, 17 posts
by 11 people.
Answer Snippets (Read the full thread at pistonheads):
Good luck with your answer by the way from someone... .
Might sound harsh but I suggest checking your tyres more frequently .
The centre is bald and the inside is showing canvas .
Can't advise on cause of wear but even the outside of that tyre isn't much cop .
|
|
Tires cupping/wearing very uneven... Tires on my Shorelander trailer that is loaded with my 16' lund fishing boat are wearing very unevenly. Its almost like they are cupping. The brand of tire is Carlisle and I am very attentive to check tire pressure...
Started by sasada on
, 24 posts
by 13 people.
Answer Snippets (Read the full thread at iboats):
Changing towing angle, changes - Albert Einstein Or with the same level ... .
I would recommend dropping your tongue a bit.
Re: Tires cupping/wearing very uneven...
I would bet your axle needs aligned.
Re: Tires cupping/wearing very uneven...
|