Linux tsuru-no-tsurugi 5.15.0-186-generic #196-Ubuntu SMP Sat Jun 20 16:09:34 UTC 2026 x86_64
Apache/2.4.52 (Ubuntu)
Server IP : 192.168.0.18 & Your IP : 216.73.217.105
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
doc /
jp2a /
Delete
Unzip
Name
Size
Permission
Date
Action
BUGS
868
B
-rw-r--r--
2021-11-21 04:10
README.gz
2.71
KB
-rw-r--r--
2021-11-21 04:10
changelog.Debian.gz
1.66
KB
-rw-r--r--
2021-11-26 04:47
copyright
2.07
KB
-rw-r--r--
2021-11-22 09:31
Save
Rename
TODO - What about making a Windows installer? - What about making a small GUI for windows? If run, open a file browser, then convert and display result in notepad, or internet explorer. - About process_scanline, it might be much better (clearer, faster) to pass a function pointer to the read pixels algorithm, so we don't have to do all those "if"s in the innerloop. Might also be slower, though, because of the increased stack pushing and popping. - Check j2pa --color ~/tmp/cola.jpg, should not get blue color there, because we are using grayscale colors! - Consider using Bresenham scaling (search for "Image scanling with Bresenham" on DDJ.com) - Consider using other libs for image conversions, e.g. would be nice to read GIF. (See gdlib.) BUGS - Floating-point calculation (and rounding) is not 100% equal from compiler to compiler. Try to fix this.