The system tag has no wiki summary.
-4
votes
2answers
38 views
algorithm to solve system of equations
Can anyone give me an algorithm so solve Systems of equations of this kind:
aX1 + bY1 + cZ1 = 0
aX2 + bY2 + cZ2 = 0
aX3 + bY3 + cZ3 = 0
I don't know how to implement an algorithm so ...
0
votes
1answer
27 views
How to make a system call remotely?
I have an app that has to mount a disk on a server. The disk and the server all connected, it just has to use the linux 'mount' command.
I wrote a php that is simply:
<?
exec(sudo mount ...
-2
votes
1answer
21 views
Exception in thread “AWT-EventQueue-2” java.lang.NullPointerException at sun.awt.SunToolkit.createImage(Unknown Source) [closed]
I am getting the following error message when trying to open one of our Web based Java/Applet Application on one of the user's PC.
This issue hasn't happened before and all the other users are using ...
-6
votes
0answers
22 views
youtube like add tag system [closed]
im looking for solution to implement add tag system like there is one in youtube.
spicifically, when you press seperator symbol like das or comma or space, your word is made in chip with ability to ...
0
votes
1answer
14 views
which octal value marks the start of a program in ubuntu/why?
I'm reading the somewhat dated (though still quite good) "The Unix Programming Environment" by Kernighan and Pike. On page 46, in a description of the "file" program, which guesses a file's filetype, ...
0
votes
0answers
9 views
Where to copy the file to make it launch on system startup?
I want to copy a file, which would launch on system startup as soon as possible. I need to make it work on Windows XP, Windows 7 or other versions and maybe on safe-mode(if possible). Is there such a ...
0
votes
0answers
14 views
Using BatteryStatusImpl for battery stats
Any android gurus out there who have used this class previously ???
I instantiate the class using the following code:
IBatteryStats mIStats = IBatteryStats.Stub.asInterface(
...
0
votes
2answers
54 views
Can I suspend a process except one thread?
I'm going to suspend(or pause) a process except one thread.
I've tried to use SuspendThread(Api Function) and the result is process thread was became non-responsable status.
This is not what I ...
0
votes
0answers
16 views
Problems with Sublime text system build and cygwin
I downloaded the 64 version for windows of sublime text, but whenever I try to compile a C++ file using the system build I get the following message:
"The program or feature ...
0
votes
1answer
52 views
How opera mini can set the proxy
It is just what the title said. I dont get it how does the opera can set the proxy by using opera:config. I want to achieve the same thing. Making my apps can set the proxy and then set the url that i ...
0
votes
1answer
24 views
Redirect error in php login system
So i made a simple login page, but im having a problem with the index.php page. It gives me a redirect error. Im a newbie in php coding. Hopefully someone can help me with this.
<?php
...
1
vote
1answer
24 views
Win32 C++ How to get current application Service Name
Assuming my code (DLL) already runs inside application that runs as service.
How to find the service name ?
I would like more elegant way than getting process path and enumerating services in ...
0
votes
1answer
14 views
SystemSoundID Sometimes Changing With Device Volume
I am playing sound effects in my game using the SystemSoundID class, with some odd results. A few of my sounds, including landed1 below, change volume according to the volume buttons, but others, like ...
-5
votes
0answers
20 views
why online examination system can't display formulas, circuits etc? [closed]
There are many examination systems developed on PHP-MYSQL but often when they are implemented, the real life problem is that, while they are randomly generating questions they fail to display formulas ...
1
vote
3answers
58 views
How to code a very simple login system with java
I need to create a system that checks a file for the username and password and if it is correct, it says whether or not in a label. So far I have been able to simply make one username and password ...
0
votes
1answer
20 views
Composer.phar don't want to run by shell_exec from PHP script. Why?
Trying to execute it with all possible params, such as -d and full path etc.. No errors. When running another commands, all is ok, when running composer from CMD, all is ok too. Have tried exec, ...
0
votes
1answer
33 views
Is it better practice to store system variables in SQL or $_SESSION in php web development?
I have a php/SQL web development question. Is it better to use an SQL SELECT every page view to get system variables or better to store system variables in a $_SESSION variables?
$_SESSION variables ...
0
votes
0answers
11 views
What does this error stating to?
In my Web application, I need the system name for that am using the following statement.
SysName = System.DirectoryServices.AccountManagement.UserPrincipal.Current.Name.ToString();
This ...
0
votes
1answer
23 views
Why calling external command returns 0 when done ok?
Example command:
echo "<pre>\n";
system('drush cc all', $retval);
echo "</pre>\n";
Everything seems to be ok. There is a message that indicates command run correctly.
However $retval ...
-1
votes
0answers
10 views
Job Seeker Web Site - Design thoughts [closed]
We are planning to make a job search website. Hence, evaluating all possible required infrastructure.
One of the area we are evaluating is Document management i.e. Since there can be many users so ...
1
vote
0answers
46 views
Dojo 1.9 build 'multipleDefine' error while loading locale
My dojo application breaks after building, during loading the app, throwing 'multipleDefine' and giving this error:
Error {src: "dojoLoader", info: Object}
Message: multipleDefine
info: Object ...
2
votes
2answers
50 views
python execute system commands (windows)
So I have this uber script which constantly checks the system path for a program (openvpn). When you install openvpn it adds itself to the system path. I run my script in the console and, while it ...
-1
votes
0answers
26 views
How to realize rating system [closed]
How would you realize a rating system in a MySQL Database?
What is the best solution to have good performance?
Users should be able to give a +1 or -1 for a entry. I need to know what a user has ...
0
votes
2answers
35 views
How to sanitise input before using system command in C
This is my code in C :-
snprintf(buffer, 1023, "ls -%s", argv[1]);
system(buffer);
And how can i sanitise buffer, so that no one can run malicious command apart from given.
Thanks
0
votes
0answers
18 views
Gravity system with collision
I'm trying to implement a gravity system for a game I'm making but I'm having some problems with it.
I built a scene where i have the floor and a big hole. The initial position of my character is ...
0
votes
2answers
41 views
Find system information
I'd like to find out things like:
What hardware the computer has using java(network card).
If there was an USB flash drive introduced and maybe what the flash drive had(file names,directories,size).
...
0
votes
0answers
21 views
Implementing a file system using FUSE - inodes?
I have an assignment which involves implementing a file system on linux using FUSE and the last 2 days not much progress has been made. As far as I understand it is important to have a way of keeping ...
0
votes
0answers
26 views
How connect C with OS and/or AD
I need to know two things in C language:
First, I need to know how to get to a string variable the session that is being used by the user on the operating system.
Second, I would like to know how to ...
-5
votes
0answers
19 views
What is the architecture of this system [closed]
I'm producing a system for a language training center as part of my studies, the system is divided into two parts:
- A desktop management application programed in java and has its own database
- A ...
0
votes
1answer
20 views
How to add a string to os.system() command? (Python)
I like to add tweet = "@idoodler My CPU temperature is " + str(CPU_temp) to os.system("sudo twidge update \"tweet\"") (tweet is the tweet string above). Can anyone please tell me how I can add the ...
0
votes
0answers
10 views
How To Open System32 On A 64 Bit System?
I just got an HD PVR from Hauppauge (to record my gameplay on XBox Live), and I insert the CD and download the files. I can then open the Capture Module for TotalMedia Extreme.
When I try to open it, ...
2
votes
1answer
25 views
close() after system() weird behavior
I'm calling system("bash ../tools/bashScript \"This is an argument!\" &"), then I'm calling close(socketFD) directly after system returns, of course I've read that system's argument appended with ...
0
votes
1answer
29 views
Is it possible to read a combination of a System Property and a Customized Property in Spring config file?
I need to know if its possible in Spring to derive a value for a Property by combination of a System-Property and a Customized-Property defined over a PropertyFile.
What I've done:
1) Configured a ...
0
votes
0answers
8 views
Multiple web sites with different locales
We have one server on which we need to host several classic asp web sites (we are consolidating several old servers to one new one).
The old servers had different locales and now those that dont have ...
-3
votes
0answers
48 views
Failure in redirection after authentication in PHP
After my login.php checks that the username and password are right, it doesn't redirect to the main page. Here is the code:
<?php
include_once('db.php');
$username = ...
0
votes
1answer
51 views
how to update my app in /system/app
I have an product use Android 2.3, and my app is put into /system/app/.
Now when my app find new version, my app try to download the .apk(updated version) file to /system/app/ , but failed. I ...
2
votes
1answer
33 views
Kernel Panic — Failed copy_from_user, kmalloc?
I am writing a rootkit for my OS class (the teacher is okay with me asking for help here). My rootkit hooks the sys_read system call to hide "magic" ports from the user. When I copy the user buffer ...
1
vote
0answers
43 views
Ruby: read_nonblock(???) breaks “system” command
I have two versions of a method, I encounter the same problem with both.
version 1
def read_char
$stdin.raw!
input = $stdin.getc.chr
if input == "\e" then
input << ...
1
vote
2answers
60 views
System command failing on Linux C++
In my program I am copying an executable file from one location to another, and then execute the copied file. When the copied file is executed I get a "permission denied" error. But if I restart my ...
0
votes
0answers
44 views
Stress testing network server + monitoring
Salutations,
I want to perform a little test to stress test a server based operating system such as Ubuntu server and Window server 2008 to see how the resources are used on the operating system ...
0
votes
1answer
43 views
Batch script, how to know we are running on system user
I am trying to write a windows batch script which detects if it runs under system user to launch an other application. The application needs to run as system. But the batch file launching it will be ...
0
votes
0answers
15 views
Need advice on creating an online contract generation system
First of all, be assured I am not asking how to write up a contract; I already have that covered. My question is how I can best program a system for generating it for clients to digitally sign?
My ...
0
votes
2answers
23 views
block execution flow until script execution is completed
I'm calling a script through C++ code bellow
system("chmod 777 script");
system("./script");
.
.
.
test = new asebt::TestFactory();
and I need to prevent that the object TestFactory() being ...
0
votes
1answer
35 views
Not Recognized as an Internal or External Command
I am getting this error in iPython:
'taskset' is not recognized as an internal or external command,
operable program or batch file.
What needs to be done to correct this error?
import numpy ...
0
votes
1answer
23 views
How to use error_condition in boost::system library?
Is it necessary to use it when I return my error_code from functions? I think it is necessary to pass the single object which class is derived from error_category to error_code object with my error ...
-3
votes
1answer
58 views
how to use write system call
my problem is system call write. arc file contains multiple file contains.i know each file size. and i want create different output files and i want write these contains into the these output files. i ...
0
votes
0answers
22 views
Tool for Documentation of Interconnections and Relations of Data Between Different Systems
I am looking for a tool or method to document and draw interconnections and relation of data in systems and software in our enterprise company.
I've try UML component diagram and layer diagram, but I ...
1
vote
0answers
55 views
Environment.TickCount never resets on my machine, why?
According to the documentation, Environment.TickCount returns "the number of milliseconds elapsed since the system started".
I shutdown my computer every day, so TickCount should be much less than ...
0
votes
0answers
10 views
Google File System Read consistency
Does google file system provide read consistency. I am confused because I know that the primary maintains write consistency in GFS. If a system provided write consistency is it not that it provides ...
0
votes
0answers
28 views
Matlab System Function, freezing
I'm currently using the system() function in Matlab (on mac osx) to run a Unix executable file that I created using c++. I'm going through a for loop and running the executable thousands of times with ...




