sdl-fbvideo.patch: SDLに当てる、キーボード入力を殺すパッチ
lsdldoom-video.patch: lsdldoomに当てる、色深度の判定を強制的に32bitにするパッチ
| # SDL_NOMOUSE=1 ./lsdldoom -width 960 -height 720 | |
| LsdlDoom v1.5 (http://jesshaas.com/lsdldoom/) | |
| Z_Init : Allocated 6016Kb zone memory | |
| found doom1.wad | |
| IWAD found: doom1.wad | |
| LsdlDoom (built Nov 17 2016), playing: DOOM Shareware | |
| LsdlDoom is released under the GNU General Public license v2.0. | |
| You are welcome to redistribute it under certain conditions. | |
| It comes with ABSOLUTELY NO WARRANTY. See the file COPYING for details. |
| Page size: 2048 (0x00000800) | |
| Kernel size: 2038328 (0x001f1a38) | |
| Ramdisk size: 782904 (0x000bf238) | |
| Second size: 0 (0x00000000) | |
| Board name: | |
| Command line: root=/dev/nandb decrypt ro console=ttyS0,115200 loglevel=4 ion_cma_512m=148m ion_cma_1g=176m ion_carveout_512m=8m ion_carveout_1g=150m coherent_pool=4m consoleblank=0 | |
| Writing test.bin-kernel ... complete. | |
| Writing test.bin-ramdisk.gz ... complete. |
| #!/bin/sh | |
| for file in *.txt | |
| do | |
| nkf -w $file | grep -a '^TOKYO MX' > /dev/null | |
| if [ $? = 0 ]; then | |
| name=`basename $file .program.txt` | |
| echo Move $name | |
| for mov in $name* | |
| do |
| [Service] | |
| Type=forking | |
| PIDFile=/home/sdtd/instances/%i/7dtd.pid | |
| ExecStart=/usr/local/bin/7dtd.sh start %i | |
| ExecStop=/usr/local/bin/7dtd.sh kill %i | |
| [Install] | |
| WantedBy=multi-user.target |
| -- 1s: 2000000くらい | |
| morse = {} | |
| morse["a"] = ".-" | |
| morse["b"] = "-..." | |
| morse["c"] = "-.-." | |
| morse["d"] = "-.." | |
| morse["e"] = "." | |
| morse["f"] = "..-." | |
| morse["g"] = "--." |
| [nvsofts@aya ~]$ cat Test.java | |
| import java.lang.*; | |
| import java.io.*; | |
| public class Test | |
| { | |
| public static void main(String[] args) | |
| { | |
| String company = "未経験者、中途者の熱意"; | |
| int i = Integer.parseInt(company); |
| [nvsofts@aya ~]$ cat Test.java | |
| import java.lang.*; | |
| import java.io.*; | |
| public class Test | |
| { | |
| public static void main(String[] args) | |
| { | |
| String company = "未経験者、中途者の熱意" | |
| int i = Integer.parseInt(company); |
| [nvsofts@aya ~/osv]$ nm external/x64/gcc.bin/usr/lib/gcc/x86_64-redhat-linux/4.8.2/libstdc++.a | c++filt | grep out_of_range | |
| nm: compatibility-debug_list-2.o: シンボルがありません | |
| U std::__throw_out_of_range(char const*) | |
| 0000000000000000 T std::out_of_range::out_of_range(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) | |
| 0000000000000000 T std::out_of_range::out_of_range(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) | |
| 0000000000000000 T std::out_of_range::~out_of_range() | |
| 0000000000000000 T std::out_of_range::~out_of_range() | |
| 0000000000000000 T std::out_of_range::~out_of_range() | |
| 0000000000000000 V typeinfo for std::out_of_range | |
| 0000000000000000 V typeinfo name for std::out_of_range |