Re: How can I upload a tar.bz2 file to openstack swift object storage container Programming Software Development by Salem … block size = 900k foo.tar.gz: gzip compressed data, from Unix, original size modulo 2^32 10240 foo.tar: POSIX tar…, 'object_netbox_media_2024-03-20.tar.bz2', contents=file, content_type='application/octet-stream' ) It kinda depends on what `swift_conn.put_object` does with `… use of unix stream Programming Software Development by nikita. what is the use of [code]unix-stream("path/to/file");[/code] I can't seem to find it anywhere. Re: use of unix stream Programming Software Development by L7Sqr Without context, that makes no sense to me. It could be a user-defined function in a program. It could be a little know API method for some package you have installed. It could be a compilation error. Where did you find/see this code? What is the surrounding context? unix little quiz Programming Software Development by k2k hi, i had a few unix questions that I am not sure about the answers. if …-z' after the command is run, case of the input stream will be swapped. True or False # i tried, the output…, -foobar True or False 7. The program 'ls' is a UNIX filter True or False Re: unix little quiz Programming Software Development by masijade …;[i]handle[/i] redirects the first handle to whatever "stream" the second handle [i][b]currently[/b][/i] points…[/i] redirects the listed handle to a newly created output stream, what do you think the answer is? Hint, the keyword… Re: Unix, C++, pipe and fork Programming Software Development by vijayan121 … main() { int fdin = open( "/usr/local/include/boost/iostreams/stream.hpp", O_RDONLY|O_SHLOCK ) ; int fdout = open( "/tmp/…(fdout) ; assert( system( "diff /usr/local/include/boost/iostreams/stream.hpp" " /tmp/copy_of_stream.hpp" ) == 0 ) ; } [/code] … Re: unix little quiz Programming Software Development by k2k … I actually found it the answer true somewhere on a unix tutorial website.... however, i don't get what it meant… UNIX Socket read/write functions Programming Software Development by nanodano …] functions. Is there any way to treat it like a stream and use the insertion/extraction operators (<< and >… Re: UNIX Socket read/write functions Programming Software Development by John A …] >Is there any way to treat it like a stream and use the insertion/extraction operators (<< and >… Re: Stream socket client Programming Software Development by Banfa … 17:38:34 GMT Server: Apache/1.3.3.7 (Unix) (Red-Hat/Linux) Last-Modified: Wed, 10 May 2014 17… Re: Halp! - Input/Output File Stream Problems Programming Software Development by Ancient Dragon unix is an operating system, not a compiler. You are probably using gcc or g++. The debugger you want is gnu's dbg -- [URL="http://www.dirac.org/linux/gdb/"]tutorial here[/URL]. Re: Stream sockets: receiving information Programming Software Development by Benkyou … out im not having problems with the code. In the unix console when i try to connect, it gets established aswell… feedback form for website based on Unix server Programming Web Development by jees Hi, I am a webdesigner and don know much about php coz, my main stream is html and css. I used to use asp feedback forms for my websites. But my new website server is unix based. I think asp feedback forms are not supported in unix. Please tell me any other option for the feedback form. Thanks Jees Re: feedback form for website based on Unix server Programming Web Development by R0bb0b … webdesigner and don know much about php coz, my main stream is html and css. I used to use asp feedback… forms for my websites. But my new website server is unix based. I think asp feedback forms are not supported in… unix. Please tell me any other option for the feedback form. … Re: Process Scheduler problem in UNIX Programming Software Development by lotrsimp12345 … Project on Write a C/C++ Process Scheduler program on UNIX to simulate the round robin priority scheduler with four queues… Re: Process Scheduler problem in UNIX Programming Software Development by lotrsimp12345 This is due by tonight.... So, don't have enough time to start with threading. We seem to have the sleep on the third job queue working. The only problem is the ctrl-c. Ctrl-c is also the terminator for a process in UNIX. I think that may be the problem. Process Scheduler problem in UNIX Programming Software Development by lotrsimp12345 … a stringstream ss << number; //add number to the stream return ss.str(); //return a string with the contents of… the stream } void signalCall(int param) { cout << endl <<… Re: Run Unix Find command using java Program Programming Software Development by brianlevine … (a program or script). If you want to process the stream to either redirect it or pipe it into another program… Re: Run Unix Find command using java Program Programming Software Development by babusek … (a program or script). If you want to process the stream to either redirect it or pipe it into another program… Re: getch() implementation in Unix Programming Software Development by ahamed101 I tried flushing the outpur stream... but no luck... I still need to press enter thrice... … Help please c sockets in unix Programming Software Development by crsurfer …("opened socket as fd (%d) on port (%d) for stream i/o\n",hServerSocket, ntohs(Address.sin_port) ); printf("… Re: Halp! - Input/Output File Stream Problems Programming Software Development by swolll [QUOTE=Ancient Dragon;1008635]what compiler are you using? If it has a debugger then learn to use it so that you can find out what is wrong with your program.[/QUOTE] I've just been using unix. Can you recommend a better one with a debugger (that is free)? Re: unix little quiz Programming Software Development by Salem Smells like homework - where's your attempt at answers? Re: unix little quiz Programming Software Development by omrsafetyo Yeah... where are you taking this "quiz"? You seem to have a lot of questions, and it is certainly hard to tell if its because you are trying to learn or cheat. If its just an online quiz - can you provide a link? I'd be interested in taking a try myself. Re: unix little quiz Programming Software Development by k2k this is homework and i probably shoulda mention. However, it is all open book open notes and free to discuss with classmates or anybody else. There are totally 42 questions and I am not sure about these 6 or 7. I had many questions posted but most of them weren't asking anyone to do anything bigger than one line of script. It is just I had … Re: unix little quiz Programming Software Development by Salem [url]http://www.daniweb.com/forums/announcement113-2.html[/url] Posting them is fine, so long as you show some effort. You almost made it with "# i tried, the output is a bit weird...." but it would have been better if you'd actually copied and pasted what you tried. Question 1 is answered in the manual Re: UNIX Socket read/write functions Programming Software Development by Ancient Dragon Microsoft MFC has a c++ socket classes, but I hear it isn't very well liked. You might check boost libraries, it probably has something. Re: UNIX Socket read/write functions Programming Software Development by vijayan121 socket++ is a library that i have used. it works resonably well. it has a distinct c++ feel about it; sockets in the library have the same interface as the streams in the iostream library. here is the link: [url]http://www.linuxhacker.at/socketxx[/url] [URL="http://freshmeat.net/projects/socketxx/"] [/URL] Re: One question about Unix Programming Software Development by Potion … while preserving file owner, permissions and date attributes. Every Linux/Unix hack should know this: [CODE] $ cd /source_dir $ tar -cf - * | (cd… we create an archive of all the contents sending the stream to [I]std-out[/I]. We then pipe the… stream to to a grouped command, which first changes directory, and … Re: Datagram socket (server) Programming Software Development by Hiroshe … a destination ip address. This is not the case for unix stream sockets, which are more like names pipes. In the olden…