Re: Time for some humour before Jan 20 Community Center Geeks' Lounge by MasoodDidThat Schrödinger’s cat walks into a bar. And doesn’t. Cat (1)/Computer(0) Hardware and Software Microsoft Windows by jdoggrr So I was happily playing Warhammer when the cat walked behind the monitor and *POOF!* no graphics signal. I … safe mode (didn't work) [*]replaced graphics card [*]had the cat walk backwards behind the monitor [/LIST] Nothing's worked. So…, do I get rid of the cat? Can you get my computer back for me? Thanks! cat face Programming Software Development by krbenet …import java.awt.BasicStroke; /** * A component that draws a Cat Face. *@Kevin Bennett */ public class CatComponentalt extends JComponent { … g2.translate(200, 200); g2.draw(radius1); // Draw the cat head. //Ellipse2D.Double head = new Ellipse2D.Double(5, 10, … Re: cat face Programming Software Development by krbenet …import java.awt.BasicStroke; /** * A component that draws a Cat Face. *@Kevin Bennett */ public class CatComponentalt extends JComponent { … g2.translate(200, 200); g2.draw(radius1); // Draw the cat head. //Ellipse2D.Double head = new Ellipse2D.Double(5, 10, … Re: cat face Programming Software Development by krbenet …awt.BasicStroke; /** * A component that draws a Cat Face. *@Kevin Bennett */ public class CatComponentalt extends …r1); g2.setColor(Color.BLACK); // Draw the cat head. //Ellipse2D.Double head = new Ellipse2D.Double(…(200, 200); g2.draw(radius1); // Draw the cat head. //Ellipse2D.Double head = new Ellipse2D.Double(5… Re: cat face Programming Software Development by krbenet … main body,(CatFrame is Run program) Got program to display cat face, was wanting to add criteria to able the… cat to resize with the frame resizing, (original program was named … Re: cat face Programming Software Development by NormR1 [QUOTE] wanting to add criteria to able the cat to resize[/QUOTE] That sounds like artistic, algorithmic stuff: redraw a complicate figure at a different scale. If you have an algorithm, then we can help you write the java code for it. Re: cat face Programming Software Development by NormR1 [QUOTE] wanting to add criteria to able the cat to resize[/QUOTE] That sounds like artistic, algorithmic stuff: redraw a complicate figure at a different scale. If you have an algorithm, then we can help you write the java code for it. cat . causes strange characters Programming Software Development by serkan sendur when i run cat . i displays some weird characters which is fine, but after that i can not turn back to my normal directory path. it always shows some weird characters in my directory path too. Why? how to turn back? Re: cat . causes strange characters Programming Software Development by sknake Use [icode]reset[/icode] to reset your shell. You can use [icode]cat /dev/urandom[/icode] to get random junk data which should screw your terminal up, then issuing a reset should fix it. No -- This will not reboot your computer :) Re: cat . causes strange characters Programming Software Development by serkan sendur reset did not work, cat /dev/urandom screwed the terminal. Re: cat . causes strange characters Programming Software Development by serkan sendur it is time to make you happy Scott, i mark this thread as solved, the solution to this problem is to close your telnet application and reopen it. when you try to cat a binary file, it corrupts the command prompt. Re: Cat lovers.... Community Center Geeks' Lounge by sneekula Cat pee and underarm odor go hand in hand. Re: Cat lovers.... Community Center Geeks' Lounge by EnderX [quote=jasimp;439249]Dogs are very loud, rambunctious and I don't like them, unless they are small and quite, like a cat.[/quote] Quite what? And if you instead meant quiet, you've never met a cat like the two I live with. Re: Cat lovers.... Community Center Geeks' Lounge by bobbyraw … any way. therre are 4 main reason why cat urine has such a strong odor. 1 cats dont sweat, … Re: Cat lovers.... Community Center Geeks' Lounge by lasher511 heh heh blind cat Re: Cat lovers.... Community Center Geeks' Lounge by jasimp Dogs are very loud, rambunctious and I don't like them, unless they are small and quite, like a cat. Re: Cat lovers.... Community Center Geeks' Lounge by twomers The pee from a cat reeks more than that of a dog, in my experience. My father throws things at cats who go into our garden! Re: Cat lovers.... Community Center Geeks' Lounge by bobbyraw Ammonia and traces of protein with a chemical call urea are the main culprit ,,,,,,,,not to change the topic big lover of cat here. they are cudly, ALWAYS clean and smell way better than dogs they are not nasty animals and definately quieter than dogs. Re: cat clone Programming Software Development by Ene Uran What is "cat" and where does it come from? C Shell Wrapper script for cat command in linux Hardware and Software Linux and Unix by msrikanth … have written a C Shell wrapper script for "cat" command in the linux such that whenever any …script is as #!/bin/tcsh -f set command = /etc/temp/cat set logfile = /etc/cat_command.log echo "$LOGNAME + $command… $command $argv So , i have move the original "cat" command from "/bin" and replaced it with… Re: C Shell Wrapper script for cat command in linux Hardware and Software Linux and Unix by msrikanth … [/CODE] Then you could filter that file using "grep cat ~/.tschrc_history" or something similar.[/QUOTE] Hi LaMouche, Yes we… that's why i have created a my own "cat" command which log the output to the specified location… Re: C Shell Wrapper script for cat command in linux Hardware and Software Linux and Unix by Mouche … [/CODE] Then you could filter that file using "grep cat ~/.tschrc_history" or something similar. Re: Newline removed while cat Programming Software Development by thekashyap … directly pipe the output of cat to next command like: [CODE]cat orders.0613 | awk ... cat orders.0613 | sed ... cat orders.0613 | cut ... # Of… # file as a param so do not need to do cat. awk ... orders.0613 cut ... orders.0613 sed ... orders.0613 # or… use cat command to append to a file? Programming Software Development by dancks … part doesn't. I tried to use the cat command because I thought doing cat >> file.txt would simply append…;phones.txt" echo "$2\n$3\n" | cat >> $nfile #right here else echo "wrong parameter… Re: use cat command to append to a file? Programming Software Development by cfajohnson … part doesn't. I tried to use the cat command because I thought doing cat >> file.txt would simply append… within code-tags), for example: $ xx.sh new uio jhg $ cat phones.txt uio jhg Re: use cat command to append to a file? Programming Software Development by L7Sqr Either form should work correctly:[code]echo -e "$1\n$2\n" | cat >> $file # Or echo -e "$1\n$2\n" | cat - >> $file[/code]In the second form it is explicit that STDIN is the input file. Perhaps you should present a minimal working example of what fails so we can duplicate (including input/output and code). writing a simple cat program Programming Software Development by kiki021600 hi I am trying to write a simple cat program in C but am getting very confused. I thought … will be writing a simple version of the program "cat". It must accept as arguments any number fo filenames… ScTP or UTP Cat 5e Hardware and Software Networking by Kurtismonger … was shielded, but because it was just terminated with regular cat 5e connectors I don't think the shielding was doing… stay 2-3 inches away from most of it should cat 5e work? accesing a device file using cat command Hardware and Software Linux and Unix by ankush chander can a device like a hyperterminal(ttyUSB) be written and then accessed using cat command. for example command:cat /dev/ttyUSB0 throw some light on it if it's possible Thanks in advance...