• R/O
  • HTTP
  • SSH
  • HTTPS

提交

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

wwww


Commit MetaInfo

修訂f634ec0b04d9641e564ffdf1777a746294678fd7 (tree)
時間2016-03-16 16:13:53
作者sparky4 <sparky4@cock...>
Commitersparky4

Log Message

a cute image added

Change Summary

差異

--- a/awoo.sh
+++ b/awoo.sh
@@ -1,9 +1,9 @@
11 #!/bin/bash
22 . ./wbuild.sh
3-if [ -f "*.exe" ]
4- then
3+#if [ -f "*.exe" ]
4+# then
5+#fi
56 wmake -h www
6-fi
77 wmake -h clean
88 if [ -z "$*" ]; then
99 pee="wwww"
Binary files /dev/null and b/data/cute.pcx differ
Binary files /dev/null and b/data/cute.png differ
--- /dev/null
+++ b/dld.sh
@@ -0,0 +1 @@
1+cd src/lib/doslib
--- a/makefile
+++ b/makefile
@@ -431,14 +431,17 @@ comp: .symbolic
431431 @upx -9 $(EXEC)
432432
433433 comq: .symbolic
434- @upx -9 $(UPXQ) $(EXEC)
434+ @upx -9 $(UPXQ) $(EXEC)
435435
436436 www: .symbolic
437437 # @rm /var/www/$(EXEC)
438- @cp ./$(EXEC) /var/www/
439- @./z.sh $(EXEC) $(EXEC)
440- @scp -r -P 26 *.exe 4ch.mooo.com:/var/www/16/
441- @scp -r -P 26 /var/www/*.exe.zip.* 4ch.mooo.com:/var/www/16/
438+ @cp ./$(EXEC) /var/www/
439+ @./z.sh $(EXEC) $(EXEC)
440+ @scp -r -P 26 *.exe 4ch.mooo.com:/var/www/16/
441+ @scp -r -P 26 /var/www/*.exe.zip.* 4ch.mooo.com:/var/www/16/
442+
443+getwww: .symbolic
444+ @x4get.bat $(EXEC)
442445
443446 #git submodule add <repo>
444447 uplibs: .symbolic
--- a/src/bakapi.c
+++ b/src/bakapi.c
@@ -85,9 +85,9 @@ main(int argc, char *argvar[])
8585 //modexLeave();
8686 // user imput switch
8787 fprintf(stderr, "xx=%d yy=%d\n", bakapee.xx, bakapee.yy);
88-// printf("Enter 1, 2, 3, 4, or 6 to run a screensaver, or enter 0 to quit.\n", getch()); // prompt the user
89- printf("Enter 1, 2, 3, 4, or 6 to run a screensaver, or enter 0 to quit.\n"); // prompt the user
90- clrstdin();
88+ printf("Enter 1, 2, 3, 4, or 6 to run a screensaver, or enter 0 to quit.\n", getch()); // prompt the user
89+// printf("Enter 1, 2, 3, 4, or 6 to run a screensaver, or enter 0 to quit.\n"); // prompt the user
90+// clrstdin();
9191 scanf("%d", &key);
9292 //if(key==3){xx=yy=0;} // crazy screen saver wwww
9393 if(key==0){ d=0; }else{
--- a/x4get.bat
+++ b/x4get.bat
@@ -1 +1,34 @@
1-htget http://4ch.mooo.com/16/%1.exe.zip.%2 > %3
1+@echo off
2+del %*
3+setlocal
4+rem for %@eval[%#+1] in (%*) do (
5+rem for %# in (1,1,%*) do (
6+:loop
7+ set /a o=0
8+:oooo
9+ set /a q=%@EVAL[%@LEN[%1] - 4]
10+ set w=%@INSTR[0,%q,%1]
11+ iff NOT "%w" == "" then
12+ set /a o=%o+1
13+ set y=%w.z%o
14+rem echo y=%y
15+ htget http://4ch.mooo.com/16/%1.zip.00%o > %y
16+rem pause
17+ type %y >> %w.zip
18+ iff "%@FILESIZE[%y,b]" == "65536" then
19+rem echo o=%o
20+ goto oooo
21+ endiff
22+ iff NOT "%#" == "0" then
23+ shift /1
24+ unzip %w.zip
25+ del %w.z*
26+ goto loop
27+ endiff
28+ endiff
29+rem echo y="%y"
30+rem echo q=%q
31+rem echo o=%o
32+rem echo w=%w
33+rem echo %%1=%1
34+endlocal
--- a/z.bat
+++ b/z.bat
@@ -1,3 +1,14 @@
11 @echo off
2+set file="%1"
3+set maxbytesize=65536
4+
5+FOR /F "usebackq" %%A IN ('%file%') DO set size=%%~zA
6+
7+if %size% LSS %maxbytesize% (
8+ echo.File is ^< %maxbytesize% bytes
9+) ELSE (
10+ echo.File is ^>= %maxbytesize% bytes
11+)
12+
213 for /f %%A in ('dir ^| find "*.z?*"') do set cnt=%%A
314 echo File count = %cnt%