system

Matlab unable to open the .dat file as data file when calling a software using 'system'

To generate an ouput file (.rwo format) containing the desired result, we have to run the executable of the report program which uses a parameter file (.rwd format). The output file is ReportBHP1.rwo, this file will contain the variable exported. Now to implement this in Matlab, below is a small script giving a gist of what I am trying ...

How to run a system command in Qt?

I have to run a system command in Qt. but I have to give an argument for that command. for example opening gedit with a text file. like "gedit /home/oDx/Documents/a.txt" but the path "/home/oDx/Documents/a.txt" will be in a variable like "docPath". so how can i do it!? ...

Stop invoking of new Shell/cmd prompt , python

hi friends., i have a python script which should invoke a .exe file to get some result. That .exe file is invoking a new windows command prompt(shell) . i dont need any output from the .exe file. i 'm using os.system('segwin.exe args') in my script where segwin is an executable. now my question is : i need to stop invoking cmd prompt...

Windows Service with WPF management tool

hi, i'm trying to create a windows service with C# in .net that runs before the user is logged on... then when a user is logged on a symbol should appear in the system tray (next to the clock) to show the user that the service is running.. by double clicking that symbol a configuration utility (written in wpf) should be shown to the u...

Enterprise Architect (Sparx Systems) - add parameter name and type in parameter list

I cannot get the name of the parameter to show up in class diagram generated by 'Enterprise Architect' (Sparx Systems). I am trying to add a operation below + delayFight(numberOfMinutes: int) : Date but after I add the parameter name and type, the operation is displayed as this + delayFight(int) : Date Does anyone know how to for...

How do I change the screen working area using SHAppBarMessage in Visual C#?

I've been looking at the MSDN article for visual C++ and it looks kind of intimidating: http://msdn.microsoft.com/en-us/library/cc144177(VS.85).aspx All the other articles that I've been linked to 404. Basically, I'm creating a desktop application toolbar that changes the working area of the screen when it's docked so that no maximized...

what is the recommended system requirement for using eclipse and maven plugin?

I am wondering what is the recommended system requirement for using eclipse and m2eclipse plugin. I am using E8400 and 4Gb ram currently. Nearly every time I changed something in the pom.xml the eclipse IDE would hang for a while (about 1-3 minutes) before it finished. Is it normal? ...

C++ and CTime & System clock changing

Hello. I want to write simple application in C++ using ctime library. I'm getting the actual time and do some calculation in the loop. Very important for me is the fact that user can modify OS clock during calculations. Is there any way to get to know inside my app if the user has changed OS clock? Thnx for help in advance. PS. This ap...

Can system programming be done in JAVA ?

Unix System programming to be precise. ...

difference b/w operating system and kernel

I was unable to figure out the difference between operating system and kernel.Can anybody help me please....... ...

career in system programming

I have done 4 years of development & maintenance on Linux user space using C, Got some idea of threads, IPCs, socket prog. etc. Looking in Indian job market, it seems to be more (current) demand of C++ or kernel programmers. Or of application programmers or SAP ABAP scripters. I am thinking of adding/shifting my career path (as C-Linux u...

Any shared file system solution under Windows?

Several Windows OSes need to access a shared FS. Notice it that it may be write-intensive on the FS and the FS should look like a local one(ie. C:\SharedFolder). Any idea? Thanks! ...

[Ruby] WebGUI and administrative Systemtasks - best practice?

Hi, I have written a backend for creating ftp-users for proftpd via MySQL-module. After deleting a user from database some OS-specific tasks are left: deleting or moving the files of the user on file system level ("rm -R /home/dir/of/deleted/user"). The backend runs under linux user A, the ftp root belongs to user B. Therefore and for ...

Flash widget system

I want to create a little flash application, what would implement a widget system. Main points: Widgets are separate SWF files, loaded dynamically from a folder Active widgets and their position are saved on a given interval Widgets can be dragged after a long press (time of press can be set) Open source and free Not too important but ...

php login user logic

hey all, so i've scrapped all the crappy tutorials that have never worked for one reason or another, and decided to roll out my own registration/login feature on my own, and to my surprise it actually works! But what i don't get is how the logic behind keeping somebody logged in works! Like, once they've logged in, do i just $_POST the...

PHP Plugins System

Possible Duplicate: Best way to allow plugins for a PHP application Hello all.. I'd like to learn how does the php plugins system works.. So can anyone explain the idea of it for me in detail, I saw many posts and explanations but I didn't learn and understand any of it. Edited: Sorry.. I meant if I want to make a plugins sy...

Difference between dynamic library and runtime library?

Can you please explain the concept of static, runtime and dynamic libraries with examples? ...

Reference about testing distributed system

Hi, Do you know any good reference about testing distributed systems? It could be about main types of test for distributed systems, major tests, who are the main authors about it ... Thanks for any help, Giovanni ...

Testing Availability of External Data

In which level of testing,we should test for the data from an external source. For eg:When there is AirLine Flight schedule has interact with Airport Traffic Control System.This can be identified in which level of testing. Also,please provide me if there is any external resource that clearly defines the type of testing to be used. ...

Adding system header search path to Xcode

(Posting this question for reference purpose, I'll answer immediately) How to header search paths to Xcode? Especially using include it this syntax: include <myheader.h> Adding path globally to all projects like system headers. Adding path to only to a specific project. ...