1
vote
4answers
122 views
Tips for Project Euler Problem #78
This is the problem in question: Problem #78
This is driving me crazy. I've been working on this for a few hours now and I've been able to reduce the complexity of finding the num …
0
votes
1answer
12 views
How to cycle through xcode windows (or open ‘help’ within the bottom pane)?
Hi. I'm using a MBP...
In Xcode 3.2 the help/reference pops up in a new window when I ALT, CMD, DOUBLECLICK on a class name**. In previous versions it looks like it used to open u …
1
vote
2answers
31 views
jQuery Coda Slider IE 6,7 Crashing when switching tabs…I hate IE…
First off, I would just like to mention my absolute hatred of Internet Explorer and the grief it is causing me.
Okay, so I have am using a Coda slider for a clients website, locat …
1
vote
4answers
42 views
Hand off variable to html
So instead paying $35 for slideshowpro for lightroom, I just decided to whip up a quick javascript slideshow to do a simple task. Rotate 10 images within a div, randomly.
It works …
0
votes
1answer
41 views
jQuery Coda Slider Last Slide is missing in IE 5,6,7
I am working on a site with the current working copy held at: www.OnlineUticaCollege.com/david
I'm not all that familiar with the code slider in jQuery tools, but I know how to pr …
0
votes
2answers
63 views
Can’t work with more recent gems
Hi all,
I'm working on a university project and my teacher set up the server for it, but after installing Ruby 1.9.x we had to return to Ruby 1.8.x, because of the Ruby 1.9/Rails …
-2
votes
0answers
49 views
how to tell how bright a led is? [closed]
So i know that this is not a programing question but... i need to know how to tell / what spec when buying LED's that tells how bright they are? The specs that are given for ones t …
1
vote
3answers
51 views
Need a little help with the Qt painting classes
I'm trying to write a paint program (paint where ever a mouse press/hold is detected), but I'm having trouble using the Qt QPainter. I have read the documentation on their web site …
0
votes
1answer
14 views
HTML HELP WORKSHOP - Adding to TOC
I have a help project consisting of a number of files in the \html subdirectory of the directory where the .hlp project file resides. I added a new file called x.htm under the pro …
0
votes
1answer
52 views
iPhone SDK: Two animation sequences playing at random *help*
I have two animation sequences, and I want one of them to play randomly when a button is pressed. Here is the code:
{
color.animationImages = [NSArray arrayWithObjects:
…
0
votes
0answers
18 views
How to upgrade Apache [closed]
Something (dunno what, perhaps GIT which I just upgraded) is causing my connection to loalhost to work veeeery slowly.
Using WinXP Pro.
I was thinking to upgrade Apache, but cou …
-5
votes
1answer
146 views
here is my code what is wrong with it [closed]
#include <iostream>
using namespace std;
void main(){
//input a variable
int selection;
int temperature;
char confirm;
char wait;
cout << "Please make a selection fro …
0
votes
4answers
61 views
Do you use online or local help in Visual Studio / Are there downsides of one over the other?
Well I am sure that most people have seen the following:
This time, I did not install the local MSDN so I do not have the option of Local help, however I usually always use the …
0
votes
1answer
68 views
GL fragment shaders 101
I want to add a GLSL fragment shader to a program of mine, however I have been unable to find comprehensive documentation related to the C language (not C++ or C#).
Anyone has exa …
1
vote
1answer
39 views
Cannot get .NET winforms app to open to help topic in a CHM file.
Hello,
I have a vb.net Winforms application. I also have a compiled help file (chm) file that I created using RoboHelp 6.0.
I want to open to a specific help topic and so to d …
