help

How to connect to MySQl db on linux server using toad?

How to connect to MySQl db on linux server using toad? what i should give on host? i get the error Can't connect to MySQL server on 'tinywall' (10061) ...

Help Integration in Qt/C++ Application

Hi, I am using Qt 4.6 so do C++. I have a User Manual (.chm) for my application which has the help required for the users to run the application. Now I want this help to be integrated into my application, so that when the user selects for help from the application, the user manual will be opened with the corresponding help page displ...

Remove headers from Powershell Datasets

I need to remove the headers and spacing from a SQL dataset in Powershell so i can compare the result. Using $res = $DataSet.Tables[0].rows | ft -HideTableHeaders removes the headers but leaves the spacing. What is the best way of just showing the result prptySwitch ----------- False $SqlCmd = New-Object System.Data.SqlClient.SqlCo...

Do different 68k simulators have different TRAP tasks?

I've been revisiting Motorola 68000 programming lately. Admittedly, when I took the course I just did what was necessary to pass (and had a horrible professor)...but NOW I'm actually interested in the stuff. Anyway, looking through my old textbook The 68000 Microprocessor by James L. Antonakos, he uses the following code: ORG ...

Retrieve the last 10 records from mysql database table, problem.

I have a weird problem. When I run this script I get 10 records from the database but they are all exactly the same. I have no idea what I am doing wrong or how to fix it. Please help me. I have tables AMCMS_highscores , AMCMS_users , AMCMS_games I want to look inside the AMCMS_highscores table, get the last 10 records but only where th...

Storing help pages on Remote Server

Hi all, I have made a sample application in which I am able to implement help book via help viewer . Right now it is storing and displaying content from application bundle, but I want to implement Internet Primary help book content, in which it checks the server to determine whether a newer version of each page is available before dis...

Java Custom Class Loader

Any ideas why I am getting this error? (Yes, I looked up the error, and still haven't found a solution) My error: Exception in thread "main" java.lang.ClassFormatError: Truncated class file at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(Unknown Source) at java.lang.ClassLoader.defineClass(...

Facebook App FBML, fb:friend-selector get friend userid.

Hello everyone, i am trying to get the current logged in user's friends, they should select one friend using the form below and then submit it to the same page. The script is suppose to get the friend's userid (only one) and add it to the database. The script is working fine but its not posting the right ID (Wrong ID $_POST['friend_sele...

JavaScript avatar with items question

I'm trying to create a javascript avatar. E.G with Head Items, body items etc... I have a PHP script that queries the database and retrieves the current items the avatar/user is wearing, it's response is in a serialised array. The item/avatar images are in E.G: http://blahblahblahBlah.com/graphic/itemtype/id.png How would I create an "i...

Help needed in Multithreading to determing which thread stops first

Write a class named RaceHorse that extends Thread. Each RaceHorse has a name and run() method that displays the name 5000 times. Write a Java application that instantiates 2 RaceHorse objects. The last RaceHorse to finish is the loser. This is the question. I have written the code for the two classes two run the thread Here are the code...

Building a 3x3 reflection matrix using GSL

Based on the documents http://www.gnu.org/software/gsl/manual/html_node/Householder-Transformations.html and http://en.wikipedia.org/wiki/Householder_transformation I figured the following code would successfully produce the matrix for reflection in the plane orthogonal to the unit vector normal_vector. gsl_matrix * reflection = gsl...

Switch program failure, please help

I wrote this program to practice using multiple programs(im using eclipse). and I can't get the switch statement to work properly: Eclipse keeps telling me that there is a syntax error on the token case and an assert is expected? public class MultiClass { public static void main(String args[]) { MultiClassTwo MCT = new MultiClassTwo...

C# ambiguity error when properties are used

I've recently started learning C#. I just learned about properties and decided to make a simple program in order to understand them more. this is the code I wrote: class Dog { private int weight; private string colour; public string colour { get; set; } public Dog(int theWeight, string theColour) { weight =...

Strange problem while compiling CHM file

Hello, I had to write some documentation. I wrote each page in MS Word and then save each *.docx as htm file. I'm using "HTML Help Workshop" (from microsoft) to compile a chm file. I was able to sucessfully create a chm file but the problem is that not all images in chm file are displayed. I tried decompiling the *.chm file into anothe...

TreeView Multibinding with multiple classes

I was reading this post StackOverFlowPost but I think I need more than that. Here is my situation. I am trying to fill a TreeView with items from a class with two different types ObservableCollection's. Here is the class definition: public class User : INotifyPropertyChanged { public event PropertyChangedEventHandler PropertyChanged...

Multi Class program problem

Hi I was attempting to create a calculator that can add subtract multiply and divide to challenge myself but find myself getting stuck around the switch part:(I will point out the errors within the switch message that say "The method addition etc(String[]) in the type addition etc is not applicable for the arguments ()." I believe the pr...

Storage Space/HD space on iPhone via code

How do I get the amount of storage room left on the iPhone? I need to be able to ge the info that you can get with appbox pro, ie. space used, space available, space total, all in GB. How can I access it in-app without the use of private APIs? Thanks ...

Cocoa Touch - Looping Help

I need help with some programming logic... I need to loop this method to display the math problem in my labels then sleep(5) and then loop again. Anything I've tried ends of freezing the program. PLEASE help! I've been tearing my hair out trying everything I know! EDIT: I edited the code to this, After 3 seconds it fades away the label ...

jQuery slideshow pagination problem

Hey guys, I'm a jQuery newb and I've been trying to create a custom slideshow widget for a page that I'm developing. I've been able to get all the basic bits working (autoplay, pause, captions) but I've hit a roadblock with the pagination (allows you to pick the slide). For whatever reason once I try to select a slide the image and the c...

possible to make tunneling using linux webhosting with cpanel

hi, I'm having a Linux Webhosting account with cpanel & whm.. i also see something ssh on cpanel.. i have heard about tunneling to make proxy. my friend is having VPS server and is able to make tunneling using ssh via 443port. i need to know if there is some possibility to make proxy browsing using my webhosting account.. i google...