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:
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:
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 .
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
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.
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.
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.
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.
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.
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?
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 ?
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:
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
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).
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
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.
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#
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.
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
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:
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.
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.
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?
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.