reorganized file structure

This commit is contained in:
2010-04-17 12:00:00 -05:00
parent ecb6c5bb6b
commit 71f81ab34e
469 changed files with 0 additions and 37 deletions

14
archive/penis.m Executable file
View File

@@ -0,0 +1,14 @@
function penis
while true
for k = logspace(-.1,-3,15)
for j = 1:25
for i = 1:j
fprintf(' ');
end
fprintf('8=====>\n')
pause(k)
clc
end
end
end