|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 78 (0x4e) Types: TextFile Names: »date.awk«
└─⟦db229ac7e⟧ Bits:30007240 EUUGD20: SSBA 1.2 / AFW Benchmarks └─⟦this⟧ »EUUGD20/AFUU-ssba1.21/ssba1.21E/ssba/date.awk« └─⟦this⟧ »EUUGD20/AFUU-ssba1.21/ssba1.21F/ssba/date.awk«
BEGIN { FS=":" } { h = $1 * 3600 m = $2 * 60 s = $3 } END { print h+m+s }