program

mat file from matlab to pascal program

Hi please, any one help me to solve my peoblem: I have struct of array containing image file name and color histogram and save it in mat file. How can I use this file in pascal program ...

What is the difference between Inclusive and Exclusive OR?

I have been studying some Business Process Execution Language (BPEL) and the associated modelling system (BPMN) where the designer needs to learn about inclusive and exclusive gateways for process flow. Thanks very much for any help and a general explanation of the terms would be enough assuming the same rules apply. This is some techn...

Measure the run time in pascal program

Hi Please, I need to measure the search time in my pascal program in order to measure the performance efficient.. if there is any function or code to measure the search time? thanks ...

Is computer science to those who love program? If not, then what should I choose?

I love program. I love solving problems, seek for algorithms and so on. And I love mix it. I program websites with php/mysql/javascript. What I want to do in the future is to write programs. I am not very keen to understand how software works, build robots and something like that but as I mentioned before, I just love programm. So, shoul...

clickable list of individual items populated by single internet file (android)

alright first off i will say that im definitely newer to android programming than most.. i think that i am picking up quite quickly however i think that the program that im looking to eventually create is a bit out of my league right now considering my level of knowledge.. im hoping someone here can either tell me what i need to do so i ...

android program to display rout between two locations

Does anyone know how to do google map program in android by inputing two location's name and now one can see the rout between them ...

android route mapping program

hai , Can anybody help me to create a route mapping program in android which will take location's names as input and give output as route between these two locations ...

Checking for palindrome string in c

I am accepting a string as a command line argument. I want to check whether the inputted string is a palindrome or not and print the result. I have written the following code. But its displaying the result 'not palindrome' for all inputs. #include<stdio.h> #include<string.h> int main(int argc, char argv[20]) { int i; int l = st...

Is there a program like PSpad/notepad++ etc. that automatically suggests functions?

Hi there, I could not find this anywhere, but do you know if there is a php writing program which suggests functions automatically? So when you start: "include('head...." that the program suggests: "include('header.php'); automatically..? Would help me so much in both time and not knowing if i wrote the functions as I should... Thanks!...

How to send input to hidden program c++?

So my question is how to send some comands or input from one (c++) program to another if hi is on hidden mode? For example I want to open some text file in notepad with function WinExec("notepad", 0); and than want to print conetent of file, I make handle to that file, make sendinput with CTRL+P, and the window of printig show up,.... I ...

List of most popular programs and their programming language...

Is there any resource for list of most popular (web/desktop/...)programs and their programming languages? ...

Socket Programming in c

I have created small socket programs (client/server). Client will transfer all formats of files to server.The problem i am facing now is - I read mp3 file in binary mode and sent to the server. Server reads the content from the buffer and create a file.But when i am trying to open the file, it not getting open. But size remains same as o...

reading .bash_history file through python script

I want to write a python script which reads the '.bash_history' file and prints the statistics. Also, I would like to print the command which was used the most. I was able to read the bash history through the terminal but I'm not able to do it through python programming. Can someone please help me with how to start with it? ...

Execution at main method

Hii , We generally see that the program execution begins in the main method for the languages like C , C++ , Java (i am familiar with these). I want to know how the compiler knows the presence of MAIN method in the program . What does the main method signify besides that it is the entry point for program execution ...How does these cr...

what makes a simple program to be a good program?

The programming language or The programming logic..... Because both are equally important for good coding practice. And, please justify your answer. ...

updated static libraries, now application exits before anything on stack. How to debug

I am developing a unix console application on OS X. I just updated three statically linked libraries (hdf5 and its dependents szip and z). After a rebuild all, the application exits code 1 immediately after launch. I'm unaware of how to explore the problem further in gdb because nothing is on the stack by the time the app exits. I di...

Visual Studio 2010 Project on shared folder: fatal error C1033: cannot open program database

I am running Windows 7 inside VMWare on a Mac as I am working on a cross plattform project. I want to keep all my plattform independent files in the same folder - that's why I want to organize everything in a folder on the mac and share it with windows that's running in the VM. When I try to compile the project in the shared folder, I ge...

Call program with time offset on Linux

I would like to call a program or a script with a relative time offset (or, alternatively, with an absolute time value) on Linux. Think of it as setting the system date and time, except not globally for the system but locally for the script/program and all its child processes. Is that possible? ...

Image Viewer to display transparent Image as a Desktop Layer

Hello, I am looking for a Windows program that can show an image in fullscreen mode, being transparent itself at transparent image regions. My goal is to have an image layered over the Windows desktop. I do not have to interact with the desktop, but it's content changes. And the image is intended to highlight certain regions... Before...

Difference between Scriptable and programmable

Hi Guys, I was confused as to what is the difference between a Script and a Program, but a previously asked question http://stackoverflow.com/questions/2286552/difference-between-script-and-program clarified my doubt but that further leads me to wonder what is the difference between an Object being Scriptable versus being Programmable. ...