Ubuntu :: Axis C++ Calculator Sample Not Working

Mar 29, 2011

I have followed the calculator sample tutorial and cannot get the the calculator client working, the problem appears on the server side. I am working on Linux, I am using:

- Axis C++: axis-c-linux-current-bin.
- Xerces (parser xml): xerces-c2_2_0-linux8.0gcc32
- Apache 2: httpd-2.0.64.

I have used Eclipse to compile the example. When I run the calculator client I get the following message on the command line: "terminate called after throwing an instance of 'axiscpp::SoapFaultException' what(): Cannot deserialize the requested element " and warning message:

[code]....

View 3 Replies


ADVERTISEMENT

Slackware :: Calculator Not Working In Gsb-current

Nov 20, 2010

I see the "starting calculator" icon but it just disappears after a few seconds. If gcalctool is run from a terminal it prints Code: GLib-GIO-ERROR **: Settings schema 'org.gnome.gcalctool' is not installed The way to fix it : Code: cd /usr/share/glib-2.0/schemas/ glib-compile-schemas .

View 1 Replies View Related

Programming :: QWT Get X Axis Value On Click?

Feb 26, 2011

What would be the optimal way to get the value of the x-axis when a QWT plot is clicked on?

View 3 Replies View Related

Hardware :: Can't Even Reflect Screen Across X Or Y Axis?

Jul 9, 2010

My LCD has pivot mode but i don't know how i can use that. I've read manual but I can't even reflect my screen across x or y axis. I've tried also transform option. Nothing worked. In result I've got only massage that i don't understand:

Code:
$ xrandr -x
X Error of failed request: BadMatch (invalid parameter attributes)
Major opcode of failed request: 151 (RANDR)
Minor opcode of failed request: 2 (RRSetScreenConfig)
Serial number of failed request: 14

[Code]...

View 2 Replies View Related

Networking :: Old 'Axis 150' Print Server Doesn't Support TCP / IP

Feb 27, 2010

I have got an old print server Axis 150. It does not support TCP/IP I know that there was a thread about this print server [URL].... but I didn't found answer to "how to bring it up" there.

View 5 Replies View Related

Debian Hardware :: Touchpad Locked To X Axis After Sleep - Powerbook G4 1.67

Mar 30, 2011

I have a Powerbook G4 1.67Ghz. My problem is that if I sleep my laptop by choosing sleep from the desktop menu in kde then it sleeps and wakes fine but when it wakes the pointer is locked to the x axis and tends to snap back to the same point when I'm not actively manipulating it. This is also the case if my laptop sleeps after 10mins inactivity. If I sleep the laptop by closing the lid this problem does not occur. When it wakes all is working well.

View 5 Replies View Related

Ubuntu / Apple :: Calculator Does Not Launch In 10.10 PPC?

Dec 4, 2010

When I try to launch the Calculator from the Applications menu I get the "Starting Calculator" tab in the bottom panel, but the application never launches and the tab disappears after a few seconds.

View 6 Replies View Related

Ubuntu :: Get The Calculator Icon On Top Taskbar?

Feb 15, 2011

i cannot work out how to get the calculator icon on my top taskbar so i can access it fast from there, i know that with ubuntu you right click on it and add to taskbar, this doesnt seem to do it with xubuntu, i cannot work out how to do it.

View 5 Replies View Related

Ubuntu :: Software That Can Replace Graphing Calculator?

Oct 4, 2010

I'm currently reading math courses at home, as opposed to doing it in school, and Swedish schools recommend getting a TI 80 or TI 83 calculator for these math courses. If I'd actually buy one of them, a TI 83 would probably be a better choice since it would last me through more courses, but for now a TI 80 calculator is enough. They are graphing calculators, for anybody that doesn't know.

Anyway, since I'm reading at home, and these calculators are a little expensive, I was looking at software to replace them... The gnome calculator that comes with Ubuntu is a good start, and is probably almost enough for what I will need for now, but it lacks the graphing capabilities, which I will need.

Is there either a more complete calculator, or something to complement the gnome calculator, that will suite my needs? I know I could look through all of the calculators in the repos, but frankly it takes quite a bit of time.

View 2 Replies View Related

Ubuntu :: The Calculator Makes Mouse Unusable In 10.10

Oct 12, 2010

When I press the calculator key on my keyboard and the calculator comes up, I can't use my mouse anymore. I can move it but I can't click on anything. Is there a fix for this?

View 4 Replies View Related

Ubuntu :: Possible To Edit Source Code Of Calculator?

Dec 23, 2010

I want to know if it is possible to edit the source code of the programs in Linux. Like, take the calculator for instance. If I want to add a user-defined function to it, how can I do it - if I can do it at all? In general, where and how can I look at the source code of such programs ?

View 3 Replies View Related

Ubuntu :: Change Calculator Mode In Natty?

Apr 30, 2011

Just upgraded to Natty and I cannot figure out how to change the calculator mode to scientific.

View 2 Replies View Related

Fedora :: Graphing Calculator Program For KDE?

Apr 10, 2010

Does anybody know of a good graphing calculator program for Fedora 12 KDE? I tried fung-calc and some problems are occurring in the installation. I have followed the directions in the README, and I am doing something wrong, although I am following the directions in the README. Basically, it can't make. I get a message stating:

Code:

[root@localhost fung-calc-1.3.2b]# ls
acinclude.m4 configure.files Fung_calc.kdevelop NEWS
aclocal.m4 configure.in fung-calc.spec.in README

[code].....

View 14 Replies View Related

Software :: Calculator Casio Or Ti- Emulator ?

Jan 19, 2011

Do you know some calculator casio or Ti- emulator for linux ?

View 6 Replies View Related

Red Hat :: Can't Find A Crc32 Calculator In Centos 5

Sep 13, 2010

I have looked around but I can't find a crc32 calculator in Centos 5. Is there a native app or one I can download?

View 1 Replies View Related

Ubuntu Multimedia :: Screen Recorder - Can Select The Window/window Size The Axis

Jul 17, 2011

I have asked for a video capturing software before but recommend a GOOD screen recorder where you can select the window/window size the axis and also a good editing software which will render/export into FULL 720p HD

View 2 Replies View Related

Fedora :: No Decimal Point In Programming Calculator?

Dec 9, 2010

I just noticed there doesn't seem to be a decimal point button on the calculator (gcalctool 5.32.0) when it is in programming mode. I'm using Fedora 14 (32-bit).

View 4 Replies View Related

Programming :: Invoke The Calculator In Bash Script?

May 16, 2010

My main problem right now is doing floating point arithmetic within a bash script, with variables.Right now I have a folder called "myExamples" with a script called "run_example" that runs with no issues.I plan to(1) create many folders inside [myExamples], that are named [example10] [example11]...each containing an identical copy of (run_example),(2) modify Line 172 of each copy of (run_example)...in one copy, it would be 3.00, the next copy would have 3.05, etc. (This part doesn't work!)How can I use the available calculator bc code to do floating point operationsMy code is below -

#!/bin/sh
# run from directory where this script is
cd `echo $0 | sed 's/(.*)/.*/1/'` # extract pathname

[code]....

View 1 Replies View Related

Ubuntu :: Meerkat Gcalctool 5.32.0 (default Calculator) Missing Memory Registers

Oct 28, 2010

Ubuntu 10.10 default calculator, gcalctool 5.32. seems to be missing the 10 memory registers it used to have. The geaphic keys for memory functions are missing and control-M does not bring up memory pop-up either. Am I just missing something or have they been removed? I store lots of intermediate results in the registers for use later in calculations.

View 7 Replies View Related

Programming :: Print Cgi Result (loan Calculator) Using Popup

Jan 7, 2010

I am using the script below but need to make it to show the result in a html popup window. The script is Free and I don't think Kristina will complaint by making it more versatile.

The problem I have is that the script moves to a standalone window to show the results. I am interested in making it "popup' a window with the results.

Code:
#!/usr/bin/perl
# NOTE: You must change the line above to point to the path to Perl
# on your system.
#########################################################################
##### AffordaBilly v1.0#
##### Copyright 2001, Kristina L. Pfaff-Harris, scripts@tesol.net#

[Code]....

View 1 Replies View Related

Fedora :: Looking For Sample MySQL And Web Front End App?

May 9, 2010

Really interested if anyone knows of any pre-compiled or pre-built demo applications that could run on a MySQL back-end with a web-based front-end?

Ideally, it would be really, really simple having a web front-end that attaches to the database and just either reads data from it (or even enter data into it). Nothing too flash.

I'm thinking along the lines of a LAMP (Linux, Apache, MYSQL, PHP) install but I'm not a developer so if I have to build something I'll probably be out of my league here Does MySQL/Apache etc. have sample/demo databases with a web-front end application that could be fired up and installed without having to build the environment?

Years ago I remember M$ had the PetShop .Net app running on a SQL2000 environment easy to setup and simple enough to showcase the database and a simple front-end. A colleague wrote a small .NET app to just read the data from it and continuously scroll the data in a text box which was fine. Something like that on Linux would be perfect.

View 2 Replies View Related

Ubuntu Multimedia :: Set JACK/Alsa To Lower Sample Rates?

Jun 2, 2010

It automagically started working after the latest updates. same command. Which at the same relieves

View 2 Replies View Related

Ubuntu :: Copy A Sample Set Of Files/pictures To A Directory On Desktop?

Jul 6, 2011

I'm trying to copy a sample set of files/pictures to a directory on my desktop. For my sample from /home/user/pics containing 7,000+ pictures, I have a desired list of:

Code:

user@computer:/home/user/pics$ ls | tail

I use that to generate a list of a few files that I'd like to move to my desktop. I tried:

Code:

user@computer:/home/user/pics$ ls | tail | cp /home/user/Desktop

I thought that might dump the tail list of files for an argument in the cp command, but no luck. I then tried:

Code:

user@computer:/home/user/pics$ ls | tail | cp . /home/user/Desktop

"ls | tail" output, but no luck.

View 5 Replies View Related

Software :: Gnuplot - Combining A Linear Range And Log-scale Range In The Same X-axis?

Apr 24, 2011

I want to plot a set of data in only one plot.The problem is that some points of the data should be better plotted in a linear scale (lets say 0 to 100,000) but there are other data points that, exceding the value 100,000, would be better plotted in a logarithmic scale, as they goes in the range 100,000 to 500,000,000. Let's say the data is:

Code:

X Y
0 100
10000 80
20000 75

[code]....

Is there a way to plot all these points in the same plot in only one X-axis showing two different ranges in that axis: linear: 0-100,000 logarithmic: 100,000 - 1,000,000,000?The axis would be read, for example, as:

Code:
|-----|-----|-----|-----|-----|-----|-----|-----|-----|
0 20k 40k 60k 80k 100k 1M 10M 100M 1G

(The abbreviations k-M-G are not the important point. Just shown for clarity)

View 2 Replies View Related

Security :: Sample Attack On Honeypot System?

Nov 23, 2010

I have implemented two machines one for honeypot(192.168.100.10) and another(192.168.100.20) to remotely log the honeypot log file using syslog. Inside honeypot I emulated another 3 machines with services on virtual IPs of that same block.Now honeypot is working and I can see the logs generating as I did a portscan(nmap) on those virtual IPs from .20 machine.All of the machines are running ubuntu.

But does anyone know any s/w or tools which originally attackers use so that I can get a clear picture of what happens from the logs. Having problems creating these attack scenarios.

View 2 Replies View Related

Server :: Sample Squid Proxy Log Files?

Oct 11, 2010

I'm doing a research for my MSc analyzing the patterns in squid proxy logs. for that I need sample squid proxy log files which are freely avaliable to refer. provide some proxy log files or providing links to download them.

View 5 Replies View Related

Programming :: Calculate The Time Taken For A Sample Program To Run?

Apr 24, 2011

i have the example code below, i want to calculate the time taken for a sample program to run. but i keep getting undefined reference error.

#include <sys/time.h>
#include <iostream>
int main(int argc, char **argv) {
struct timeval startTime;
struct timeval endTime;

[Code]...

View 9 Replies View Related

Programming :: How To Compile Libipq Sample Program

Feb 26, 2010

I want to capture the ip packets, so i installed

I am getting the following errors.

View 7 Replies View Related

Slackware :: Sample Driver Incompatibility With GCC Version

Mar 18, 2010

I am trying to install a SDK into my linux machine...but the GCC version used to build the kernel for that particular SDK on the target machine is different from the GCC version I am using. How to overcome this problem without any need for me to change my GCC version?

View 1 Replies View Related

Fedora Installation :: XMMS2 Playing Only The Sample Song?

Mar 26, 2010

I just installed XMMS2 and everytime I tell it to play one of my mp3 files it only plays the sample song provided with the program. I haven't found any solution to this, just other people with the same problem.

View 14 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved