1,446 Topics
![]() | |
How do we create a thread with visual studio for windows. I would like to know how can we manipulate thread in a windows program using Visual Studio Ver 6 and Visual Studio 2005 and 2008 for windows 98, XP and Vista. I know how to play with threads using … | |
Our company wants to migrate a large multi-server website to a new set of servers. Current technology is mostly unix/Apache. It's been developed over a period of several years using very basic tools (vi, perl/cgi, notepad, etc.). I'm looking for tools that will assist us in the migration. We have … | |
Hello, I have a project that needs to implement a Safe Array which is an Array that has bounds checking. On top of that I need to create a "Matrix" class which implements 2D which is basically a Safe array within a Safe array. This is also templatized. The problem … | |
Hi All! I need to parse a piece Ruby source code file. For that purpose, I need a Ruby parser (which can be used on windows plateform). I tried to configure ruby_parser 1.0, but I am unable to configure it on windows XP, as it is depending upon RACC parser, … | |
Hi, while executing the code of SCTP from Unix Network Programming, The Sockets Networking API Volume 1, Third Edition, by W. Richard Stevens, i am getting the following error ‘SCTP_EVENTS’ undeclared (first use in this function) sctpserv01.c:66: error: (Each undeclared identifier is reported only once sctpserv01.c:66: error: for each function … | |
A lot of people say that Unix BC is a very good calculator program. However whenever I enter the following commands (after loading the math library -- i.e invoking BC at the command line by typing 'bc -l') I get: e (3 * l(2) ) 7.99999999999999999982 e(0.2*l(32)) 1.99999999999999999998 The first … | |
<URL SNIPPED> This site contains 2000+ ebooks on php, Java, access, .NET, c#, UML, Perl, c++, linux, sql server, asp.net, Oracle, db2, xml, javascript, unix, flash, cisco, excel ... | |
Well I made it through my first semester of an MSCS. Almost. This summer I want to build a game. I am trying to understand a little bit of the history of Windows graphics and am a bit confused. There's WinAPI. There's OpenGL. There's DirectX. As I understand it, OpenGL … | |
HI I am facing some (lot of, actually) problems porting a legacy program from UNIX to WINDOWS... I see a lot of errors like this error LNK2001: unresolved external symbol Can some one help how to get rid of these errors.. Thanks in advance | |
hi, I am trying to take unix administration and shell scripting courses this summer. I have done 2 courses of C++ and a course of java. However i have never learned C. Anyone please give me some opinion if learning C is necessary for Unix. Since C++ is inherited from … | |
i used vi: %vi shellProgramming and then i typed the shell script in the vi and saved with :wq However, when i run the vi file ...... %shellProgramming my unix says "command not found" why is that? and how do i run the vi shell scripting file? thanks | |
I am 70 years old and have been programming since 1977. My first computer had no software. We had to write everything using a crude form of basic and a Zilog Z-80 compiler. It started as a hobby and then became a passion. I have used Basic, Cobol, Pascal, fortran, … | |
Hi I'm relatively new to Unix and after setting up PHP5, I was unable to start the Apache Server. The error below was reported:- httpd: Syntax error on line 53 of /usr/local/apache2/conf/httpd.conf: Cannot load /usr/local/apache2/modules/libphp5.so into server: ld.so.1: httpd: fatal: relocation error: file /usr/local/apache2/modules/libphp5.so: symbol xmlTextReaderSetup: referenced symbol not found … | |
Hi, I wish to delete the last three lines of a file iteratively. I tried this in unix shell scripting but it is not working.. lines=$(wc -l < s27.cnf) target=$((lines-2)) sed '$target,$lines d' s27.cnf > f2.cnf mv f2.cnf s27.cnf I am getting an error "sed: 1: "$target,$lines d": undefined label … | |
Our application was ported from UNIX to Linux(x86) and we are using Red Hat Linux. I have hit a problem with Rogue Wave libraries and would appreciate any help. RWTPtrSlistIterator is being used to iterate a list which has RWTPtrSlist in them. The code flow goes something like CaUpdateSetIterator updateIter(( … | |
ok lets make this a little simpler than my last topic. I found this [URL="http://wiki.dreamhost.com/index.php/PHP.ini"]site[/URL] which everyone who follows it seems to be getting results from, though it says "You are expected to be knowledgeable in the UNIX shell." which i have got no idea what that even is. I … | |
Anyone know of a good shell script beautifier that works in either unix or windows or a way of properly indenting/tidying up code??? | |
Hi I am trying to write a script that converts centigrade to fahrenheit and vice versa I need to use a sub-function to perform the calculations. Can anyone help me get started on this I am kinda lost and will like help learning this thank you | |
Hi All, In my network setup all our UNIX/Linux Servers are standalone.So when a user joins i have to create a user account in all the servers. I will be using the same user acc to create the user account across servers So if you can guys provide me a … | |
I have two program problems: a program that generates this file writing zeros for PID and TIME and random numbers in the 8 pozitions of the DATA field. and program that will create at least 3 child processes, each of which will repeat at least 10 times the following operations … | |
i have created a file uploading system on a website that i have created and i need to know how the file can be over written. the file thats are upload are only used once and the next time the user uploads a new file i want the last file … | |
why the WINDOWS DNS servers return SERVFAIL for invalid requests. fidc1 - 172.25.220.30 fidc2 - 172.25.220.32 These are Windows domain controllers. When I attempt to do a lookup from a Unix host using those boxes, of something that doesn't exist I get back : [root@fitmpindexc1r1 root]# nslookup thing Server: 172.25.220.30 … | |
I need some ideas: The called program gets as parameters two or more integers and and returns 0 if all pairs of two are relatively primes, and 1otherwise. The callee shall read a sequence of numbers and tell whether they two by tworelatively primes. | |
hello..i need a help for math function..when i try to add multiple number in php..the value that return to me is array..below is my code..can anyone help me.. [code=php]<?php $Final2=null; $gred=null; $con = mysql_connect("localhost","root",""); if (!$con) { die('Could not connect: ' . mysql_error()); } mysql_select_db("kptm", $con); $result = mysql_query("SELECT NAMA … | |
. Wednesday - '08-04-16 . I am a retired computer "professional" - . First used a computer in 1957 - Started with a specialized simulation language, soon found myself writing 0's and 1's on a drum based machine with only teletype and paper tape I.O. . Then Fortran on a … | |
HELLO i HAVE A SCRIPT THAT TAKES INFORMATION FROM 2 FILES AND PUT IT IN ONE, NOW I NEED TO PUT ALL THE INFORMATION(OUTPUT) INTO A NEW FILE , THIS IS HAS TO BE DONE IN THE ORIGINAL SCRIPT NOT COMMAND LINE, CAN ANYONE TELL ME HOW TO DO THIS … | |
Hello! I want to know the procedure for hosting a website on the internet. My website is created and is saved on my computer as a single .pub file (Microsoft Publisher). The size of the file is 50 MB. How can I publish it on the internet free (free web … | |
Hi, A tool is run just by the command "adutool" from anypath inside the same server. This command will execute the script in the folder "/myfolder/bin/adutool" on the same server. Since "/myfolder/bin/" is setenv'd in the PATH env variable, it runs the tool. Now my question.. Is there anyway of … | |
Hi jack of unix commands,oracle plsql and php, wanting to clarify silly doubts and to look for support when stuck | |
HEY, I am new at this but I am in a middle of an excercise for an online class I am taking and I am doing a exercise and I am stuck. the instruction are as follow : write a shell script that will take information from 2 fles and … | |
Hello, I just downloaded the latest gd library, unziped it - i downloaded a dll version and a source code version. I have problems whit using it in my msvc application. I will paste here the install specifications for visual c++ users : [code] [I]Instructions from the gd site :[/I] … | |
hello..i have a problem when i try to post the value from form 2.php to form 4.php..this form name 2.php..i make a table in this form.the problem is, i cannot post all the value that i wrote, it just take the last value for the proccess..anybody?..plz help me..u can try … | |
I have wrote this program to do i of 6 thing to 1) Initialise: Read static data from a file and a) store in appropriate data structures at run time b) sort into alphabetic order for subsequent display in the grid. 2) Menu: A menu to support the following: Have … | |
hi fellows... I have a little problem, in Unix there's a library called unistd.h that have the function "link" and as its name says, creates a link of a file.... I want to use that function in windows, but i only found the "_unlink" function in the io.h library, this … | |
Hi I'm a bit of a newbie when it comes to programing. I know the basics of computers but I have only just gotten interested in Unix and Python. If anyone has any advice on how to get started with it I would appreciate it. Well in any case I'm … | |
Hi all, I got a code in 2 programs that allow me to open the file, write the file, then close it. BUT...I want to open it back up and read it then close it again and i don't know how to. Below is what i already have but i … | |
Hi guys, Couldn't find a suitable forum for this question, please move this thread if needed. What I need to do redirect the output of TOP to a text file. Doing a simple %> top > top.txt yields the following %> less top.txt load averages: 0.88, 0.89, 0.87 11:50:49 100 … | |
hi frens I hav windows server with XP os . I need to make a contact us form for a website for which i want to use PHP. Will it run in windows server having IIS or it requires unix os TNX | |
Hi All Im having issues with my mail command sending data from my script. I have a korn shell script which logs onto a database and does a few select statements. The problem is i think the EOF stops my mail command sending the data. Im able to run the … | |
The title might be messed up a bit; I didn't know how else to title it... Basically I'm making a web page for a guy who sells sports memorabilia/penants/team clocks, etc. for free as a favor, and I'm making the item create page where you type in the name of … | |
I was a Unix, C, C++ programmer for 17 years then got out of IT during the 2001 dot com crash (to teach Junior/High School). Teaching was/is rewarding but I want to finish my working years in IT. I've been taking some steps (updating my training, etc...) to return to … | |
hi, i'm a very new in unix, can u help me how would i start to read sell programming. can u suggest me some name of tutorials thanks | |
![]() | I want to write a shell script that finds files in a directory that are (owner permissions) readable, writeable, or executable for the owner. But I don't know the command to list files with certain permissions (rwx)... I'm sure it has something to do with ls, but I just can't … |
Hi All, This alam from delhi and asking for some confusion which i have. actually i want to make my career as a C,C++ developer in Linux and Unix platform . friends i am totally new in this field...i know basic concept of C, C++ and Unix system.... So, what … | |
I am having a problem reading a date format in a file I am trying to count the difference between two dates. the format I have is 010108. I tried to break up the date mmddyy but have run into other errors. [CODE=python]import datetime as dt # US format month/day/year … | |
Please forgive me, I know *VERY* little about C... I can hack out enough to do what I need to do for the most part but I'm absolutely lost on a project I need to finish. I am writing a wrapper for common RHEL commands so that our helpdesk technicians … | |
(not sure where I found this - but cracks me up every time, kudos to whoever wrote it originaly though) Dazza :cool: A Week in the Life Of a System Administrator MONDAY 8:05am User called to say they forgot password. Told them to use password retrieval utility called FDISK. Blissfully … | |
I have always been a fan of FireFox. Not only a fan but a heated supporter of FireFox in comparison to Internet Explorer. Most of the time I felt very justified in this stance. Mozilla: less bugs, more plug-ins, a myriad of themes and customization. Robust programming. A challenge to … | |
hello there I am new into scripting . What is the use of unix shell scripting with oracle and how can I combine oracle with unix shell scripting? Any replies regarding this would be great. Thanks in advance, Techbrain55 | |
The End.