52.55.214.236 |    

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 5 users online.

Tags Cloud

Latest snippets
str2seconds
(Bash::Function)
is_integer
(Bash::Function)
file_rotate
(Bash::Function)
confirm
(Bash::Function)
is_workingtime
(Bash::Function)
last day of last month
(Bash::Snippets)
crypt_apr1_md5
(PHP::Function)
crypt_apr1_md5
(Perl::Function)
transparent
(CSS)
rfc2822Toiso8601
(PHP::Function)