38.107.191.111 |    

Navigation

Google Advertisement

All snippets of the tag html

1-2 of 2 Entries

colums
(Perl::Snippets)
Created by Marko Schulz at 2010-01-20 13:43:03
#!/usr/bin/perl my @array=(1..20); my $cols=6; # Anzahl der Spalten... my $tr=0; my $td=0; print "<table border=\"0\">\n"; # Array loopen... foreach my $line(@array) { # Berechnung der Tabellen-Ausgabe # ( $tr die...

colums
(Bash::Snippets)
Created by Marko Schulz at 2010-01-20 12:32:42
#!/bin/bash array=( Januar Februar März April Mai Juni Juli ) cols=6 # Anzahl der Spalten... tr=0 td=0 echo "<table border=\"0\">" # Array loopen... for (( i=0; i<${#array[*]}; i++ )) { # Berechnung der Tabellen-Ausgab...

1-2 of 2 Entries
Search
 
Full text search by name and content of a snippet.

User online
There are 1 users online.

Tags Cloud

Latest snippets
urlencode
(Perl::Function)
gethostbyaddr
(Perl::Function)
create_function
(JavaScript::Snippets)
function_exists
(JavaScript::Snippets)
listing
(PHP::Function)
runPhpCode
(PHP::Function)
md5
(Bash::Function)
rtrim
(Bash::Function)
ltrim
(Bash::Function)
function_exists
(Bash::Function)