|
Browse by Tags
All Tags » obfuscation (RSS)
-
import Char; import List; import Maybe main = putStrLn $ map (chr . fromInteger) $ unfoldr foo 653552968926683012802491080 foo n = listToMaybe $ genericTake n $ [(n `mod` 128, n `div` 128)]
-
kvigor: return ((float (*)(float, float, int *))coefficientTable)(f1, f2, isErr); I could not get your posted code to compile with VC++ 2005. ( error C2440 ) I had to change the line I quoted to: return ((float (*)(float, float, int *))(void *)coefficientTable)(f1, f2, isErr); Then it compiled. I then...
-
So here's somethink easier, though alike in spirit: Write a program, that writes a program, that writes ... all in different languages. Shell, PHP, Java, Perl, Javascript, C, Python, ... A small example - writing HTML from Javascript from PHP: <?php echo '<HTML><BODY><SCRIPT language...
-
You say its not supposed to be an obfuscation contest, but a lot of the threads seem to imply that it is better to make something unreadable and confusing (by printing binary assembly code directly to memory and running it, or other silly things) than to make complicated but readable code. In other words...
-
#!/bin/bash x=20; d='bupr rabq "}1:d:q{$" a- bupr bq ;))--d;0=>d;2-k=d((ebs "740\" r- bupr 31gbe | "q$" a- bupr "740\" ra- bupr rabq "}1:d:q{$" a- bupr bq ;))--d;k=>d;1-}q#{$=d((ebs ]k-y[$=k ;}q#{$=y `31gbe | "q$" bupr`=q =q ;02=k ufno/avo/!#' d=`echo "$d" | rot13` l=${#d}; x=$[l-x] for((q=${#d...
-
GeneWitch: you know something? in abasic or qbasic you could have READ...DATA statements, that would have made this trivial. I really miss READ...DATA statements, and i cry a tear of sorrow everytime i learn a new language that doesn't have a functional equivalent. AAAAAAAAHHHHHHHHHHHHH, don't remind...
Page 1 of 1 (6 items)
|
|
|