Search found 6 matches
- Tue Apr 16, 2013 9:56 pm
- Forum: Challenges Solved
- Topic: lotsa dots
- Replies: 26
- Views: 4639
- Tue Jun 12, 2012 9:35 pm
- Forum: Challenges
- Topic: Outer Space
- Replies: 29
- Views: 43841
Very Funny
Just saw a relevant Movie and it took 3 seconds to guess..... :lol:
- Fri Apr 03, 2009 7:20 pm
- Forum: Challenges Solved
- Topic: Exclusive Or
- Replies: 24
- Views: 12338
- Tue Jan 06, 2009 2:21 pm
- Forum: Challenges Solved
- Topic: Valuation
- Replies: 103
- Views: 23738
VBA of excel
VBA works also fine: Sub summier() Dim wert1 As String Dim wert2 As String Dim wert3 As String Dim erg As Long zahl = 1 wert1 = Workbooks("Mappe1.xls").Worksheets("Tabelle1").Cells(1, 1).Value laenge = Len(wert1) Do akt = Mid(wert1, zahl, 1) If akt = "x" Then wert2 = Mi...
- Tue Jan 06, 2009 10:11 am
- Forum: Challenges Solved
- Topic: One Minute Man
- Replies: 39
- Views: 10761
Just Batch
:start
wget http://www.hacker.org/challenge/misc/minuteman.php
wait 10
goto start
Wget renames automaticly the file. After 24 hours i sorted the files to there size: 4.52h
wget http://www.hacker.org/challenge/misc/minuteman.php
wait 10
goto start
Wget renames automaticly the file. After 24 hours i sorted the files to there size: 4.52h
- Mon Dec 29, 2008 1:06 pm
- Forum: Challenges Solved
- Topic: Russian Dolls
- Replies: 40
- Views: 4669
Batch File
Just used GZIP and a Batch-File
:start
gzip.exe -d doll.gz
ren doll doll.gz
goto start
Works fine for me under 5 minutes
:start
gzip.exe -d doll.gz
ren doll doll.gz
goto start
Works fine for me under 5 minutes