Biologia - Herança Ligada ao Sexo
Related Posts:
Perl - Ways to recover @ARGV #!/usr/bin/perl use strict; use warnings; #ways to recover print join (" | ",@ARGV),"\n"; print "$ARGV[0] - $ARGV[1] - $ARGV[2]\n"; result : argum… Read More
Removing the redundancy file.txtandre@fera:~$ cat file_A.txt Desktop Documents Downloads examples.desktop Music andre@fera:~$ cat file_B.txt Desktop Documents Downloads examples.d… Read More
Zip - MacOS/Linux/Unix Manual do programa ZIP Manual of the ZIP program $ man zip Deszipar um arquivo: Unzip a file: $ unzip -a file.zip … Read More
Basic commands of VIM esc + i = insert esc + : + w = save esc + : +… Read More
Perl - Host connected to the network count#!/usr/bin/perl use strict; use warnings; use Net::Ping; my $rede = '192.168.0'; my ($addX,$contHost) = (0,0); while( $addX++ < 255… Read More
0 comentários:
Post a Comment