Search found 6 matches

by macdachs
Tue Apr 16, 2013 9:56 pm
Forum: Challenges Solved
Topic: lotsa dots
Replies: 26
Views: 2166

Used AutoIt as well: $x = 32 $y = 340 $farbe = 0 $text = "" While $farbe <> 1579032 $wert = 0 for $zahl = 0 to 7 $farbe = PixelGetColor($x + ($zahl * 16),$y) if $farbe = 15132390 Then $wert = $wert + 2^(7-$zahl) EndIf Next ConsoleWrite(chr($wert)) $y = $y +16 WEnd ConsoleWrite(@CRLF)
by macdachs
Tue Jun 12, 2012 9:35 pm
Forum: Challenges
Topic: Outer Space
Replies: 29
Views: 39677

Very Funny

Just saw a relevant Movie and it took 3 seconds to guess..... :lol:
by macdachs
Fri Apr 03, 2009 7:20 pm
Forum: Challenges Solved
Topic: Exclusive Or
Replies: 24
Views: 3873

One Question by the way,

I just solved this one (not the Easy way):

The challange gives us two Integers. Is it right, to calculate only numbers smaler than 8^7 or do i have to calc with 32 Bit?

I think with bigger numbers than 2097152 the solution of lukas wouldnt work.
by macdachs
Tue Jan 06, 2009 2:21 pm
Forum: Challenges Solved
Topic: Valuation
Replies: 103
Views: 8891

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...
by macdachs
Tue Jan 06, 2009 10:11 am
Forum: Challenges Solved
Topic: One Minute Man
Replies: 39
Views: 4241

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
by macdachs
Mon Dec 29, 2008 1:06 pm
Forum: Challenges Solved
Topic: Russian Dolls
Replies: 40
Views: 3094

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