├── pmag201503 ├── focus.md ├── focus.wd ├── video.md ├── video.wd ├── article.md ├── article.wd ├── code.md ├── code.wd ├── hardware.md ├── hardware.wd ├── people.md ├── people.wd ├── science.md ├── science.wd ├── software.md ├── software.wd ├── preface.md ├── preface.wd ├── book.epub ├── book.pdf ├── cover.jpg ├── table.jpg ├── cc_by_sa.jpg ├── wikidown_edit.jpg ├── wikidown_view.jpg ├── wikidown2homepage.jpg ├── wikidownExplorer.jpg ├── header.htm ├── title.md ├── title.wd ├── wikidown_github_create.jpg ├── wikidown_github_project_page.jpg ├── epub.meta ├── footer.htm ├── book.top ├── license.md ├── license.wd ├── reflink.md ├── reflink.wd └── home.wd ├── pmag201505 ├── focus.md ├── focus.wd ├── video.md ├── video.wd ├── article.md ├── article.wd ├── code.md ├── code.wd ├── hardware.md ├── hardware.wd ├── people.md ├── people.wd ├── science.md ├── science.wd ├── software.md ├── software.wd ├── preface.md ├── preface.wd ├── book.epub ├── book.pdf ├── cover.jpg ├── cc_by_sa.jpg ├── koa_blog.jpg ├── noteSpaNew.jpg ├── noteSpaEdit.jpg ├── noteSpaList.jpg ├── noteSpaList2.jpg ├── header.htm ├── title.md ├── title.wd ├── editor.md ├── editor.wd ├── epub.meta ├── footer.htm ├── book.top ├── code │ └── generator │ │ ├── copyFile.js │ │ ├── copyFile2.js │ │ └── yield1.js ├── license.md ├── license.wd ├── reflink.md └── reflink.wd ├── pmag201511 ├── focus.md ├── focus.wd ├── video.md ├── video.wd ├── article.md ├── article.wd ├── code.md ├── code.wd ├── hardware.md ├── hardware.wd ├── people.md ├── people.wd ├── science.md ├── science.wd ├── software.md ├── software.wd ├── preface.md ├── preface.wd ├── book.epub ├── book.pdf ├── cover.jpg ├── cc_by_sa.jpg ├── koa_blog.jpg ├── header.htm ├── title.md ├── title.wd ├── editor.md ├── editor.wd ├── epub.meta ├── footer.htm ├── book.top ├── code │ └── generator │ │ ├── copyFile.js │ │ ├── copyFile2.js │ │ └── yield1.js ├── license.md ├── license.wd ├── reflink.md ├── reflink.wd ├── home.wd └── home.md ├── ymag201504 ├── focus4.md ├── focus4.wd ├── article2.md ├── article2.wd ├── book.epub ├── book.pdf ├── cover.jpg ├── slide.odp ├── cc_by_sa.jpg ├── EnigmaMath.png ├── PolandHero.png ├── Bombe-rebuild.jpg ├── four-rotor-enigma.jpg ├── 1024px-Bletchley_Park.jpg ├── 1024px-Kenngruppenheft.jpg ├── 225px-alan_turing_photo.jpg ├── 633px-Enigma-action.svg.png ├── 633px-enigma-action-svg.png ├── 640px-enigma-plugboard.jpg ├── Enigma_wiring_kleur.svg.png ├── enigma_wiring_kleur-svg.png ├── 640px-enigma-rotor-stack.jpg ├── editor.md ├── editor.wd ├── book.top ├── book.md ├── book.wd ├── directory.wd ├── license.md ├── license.wd ├── directory.md ├── home.wd └── home.md ├── main ├── imgtest.md ├── imgtest.wd ├── title.md ├── title.wd ├── mathtest.md ├── mathtest.wd ├── mt.jpg ├── cover.jpg ├── mt_back.jpg ├── 240px-appleii.jpg ├── blue.wd ├── blue.md ├── 220px-xerox_alto_mit_rechner.JPG ├── home.wd ├── home.md ├── ccckmit.wd ├── ccckmit.md ├── codetest.md ├── codetest.wd ├── wikidown.wd └── wikidown.md ├── ymag201502 ├── focus1.md ├── focus1.wd ├── focus4.md ├── focus4.wd ├── focus5.md ├── focus5.wd ├── article2.md ├── article2.wd ├── book.epub ├── book.pdf ├── cover.jpg ├── cc_by_sa.jpg ├── JohnGruber.jpg ├── AaronSwartz.jpg ├── LinusTorvalds.png ├── cc-by-88x31.png ├── cc-by-nc-88x31.png ├── cc-by-nd-88x31.png ├── cc-by-sa-88x31.png ├── 640px-Rms_at_pitt.jpg ├── cc-by-nc-nd-88x31.png ├── cc-by-nc-sa-88x31.png ├── cc_license_icons.jpg ├── 220px-Aaron_Swartz_profile.jpg ├── editor.md ├── editor.wd ├── book.md ├── book.wd ├── book.top ├── directory.wd ├── license.md ├── license.wd ├── directory.md ├── home.wd └── home.md ├── pmag201507 ├── article2.md ├── article2.wd ├── focus8.md ├── focus8.wd ├── book.epub ├── book.pdf ├── cover.jpg ├── slide.odp ├── A-format.jpg ├── C-format.jpg ├── D-field.jpg ├── HackCPU.jpg ├── J-field.jpg ├── cc_by_sa.jpg ├── PcCircuit.jpg ├── C-instruction.jpg ├── HackCommand.jpg ├── Part1Projects.jpg ├── HackCPU2Memory.jpg ├── HardwareSimulator.jpg ├── nand2tetris_overview.jpg ├── C-instruction-revisited.jpg ├── HackComputerMemoryMapping.jpg ├── book.wd ├── book.top ├── directory.wd ├── directory.md ├── editor.md └── editor.wd ├── ymag201506 ├── article2.md ├── article2.wd ├── nand2tetris │ ├── tools │ │ ├── bin │ │ │ ├── scripts │ │ │ │ ├── defaultCPU.txt │ │ │ │ ├── defaultVM.txt │ │ │ │ └── defaultHW.txt │ │ │ ├── lib │ │ │ │ ├── Hack.jar │ │ │ │ ├── HackGUI.jar │ │ │ │ ├── Compilers.jar │ │ │ │ ├── AssemblerGUI.jar │ │ │ │ ├── Simulators.jar │ │ │ │ ├── SimulatorsGUI.jar │ │ │ │ └── TranslatorsGUI.jar │ │ │ ├── images │ │ │ │ ├── chip.gif │ │ │ │ ├── find.gif │ │ │ │ ├── hex.gif │ │ │ │ ├── ok.gif │ │ │ │ ├── ok2.gif │ │ │ │ ├── open.gif │ │ │ │ ├── save.gif │ │ │ │ ├── arrow2.gif │ │ │ │ ├── cancel.gif │ │ │ │ ├── clock2.gif │ │ │ │ ├── equal.gif │ │ │ │ ├── open2.gif │ │ │ │ ├── scroll.gif │ │ │ │ ├── keyboard.gif │ │ │ │ ├── opendoc.gif │ │ │ │ ├── redflag.gif │ │ │ │ ├── smallnew.gif │ │ │ │ ├── smallok.gif │ │ │ │ ├── smallplus.gif │ │ │ │ ├── vcrrewind.gif │ │ │ │ ├── vcrstop.gif │ │ │ │ ├── calculator2.gif │ │ │ │ ├── smallcancel.gif │ │ │ │ ├── smallequal.gif │ │ │ │ ├── smallminus.gif │ │ │ │ ├── vcrforward.gif │ │ │ │ └── vcrfastforward.gif │ │ │ ├── classes │ │ │ │ ├── TextComparer.class │ │ │ │ ├── CPUEmulatorMain.class │ │ │ │ ├── VMEmulatorMain.class │ │ │ │ ├── HackAssemblerMain.class │ │ │ │ └── HardwareSimulatorMain.class │ │ │ └── help │ │ │ │ └── compiler.txt │ │ ├── builtInChips │ │ │ ├── ALU.hdl │ │ │ ├── Or.class │ │ │ ├── PC.class │ │ │ ├── ALU.class │ │ │ ├── Add16.class │ │ │ ├── And.class │ │ │ ├── Bit.class │ │ │ ├── DFF.class │ │ │ ├── DMux.class │ │ │ ├── Inc16.class │ │ │ ├── Mux.class │ │ │ ├── Nand.class │ │ │ ├── Not.class │ │ │ ├── Not16.class │ │ │ ├── RAM.class │ │ │ ├── RAM4K.class │ │ │ ├── RAM64.class │ │ │ ├── RAM8.class │ │ │ ├── Xor.class │ │ │ ├── Or8Way.class │ │ │ ├── RAM16K.class │ │ │ ├── RAM512.class │ │ │ ├── ROM32K.class │ │ │ ├── Screen.class │ │ │ ├── ARegister.class │ │ │ ├── DMux4Way.class │ │ │ ├── DMux8Way.class │ │ │ ├── DRegister.class │ │ │ ├── FullAdder.class │ │ │ ├── HalfAdder.class │ │ │ ├── Keyboard.class │ │ │ ├── Mux4Way16.class │ │ │ ├── Mux8Way16.class │ │ │ ├── Register.class │ │ │ ├── RegisterWithGUI.class │ │ │ ├── Not.hdl │ │ │ ├── Nand.hdl │ │ │ ├── Xor.hdl │ │ │ ├── And.hdl │ │ │ ├── Mux.hdl │ │ │ ├── Not16.hdl │ │ │ ├── Or.hdl │ │ │ ├── Or16.hdl │ │ │ ├── Mux16.hdl │ │ │ ├── And16.hdl │ │ │ ├── Or8Way.hdl │ │ │ ├── Add16.hdl │ │ │ ├── DMux.hdl │ │ │ ├── DFF.hdl │ │ │ ├── Inc16.hdl │ │ │ ├── Bit.hdl │ │ │ ├── Register.hdl │ │ │ ├── HalfAdder.hdl │ │ │ ├── Mux4Way16.hdl │ │ │ ├── FullAdder.hdl │ │ │ ├── DMux4Way.hdl │ │ │ ├── Mux8Way16.hdl │ │ │ ├── DMux8Way.hdl │ │ │ └── PC.hdl │ │ ├── builtInVMCode │ │ │ ├── Math.class │ │ │ ├── Sys.class │ │ │ ├── Array.class │ │ │ ├── Memory.class │ │ │ ├── Output.class │ │ │ ├── Screen.class │ │ │ ├── String.class │ │ │ ├── Keyboard.class │ │ │ └── JackOSClass.class │ │ └── OS │ │ │ └── Array.vm │ ├── projects │ │ ├── 10 │ │ │ ├── Square │ │ │ │ └── Main.jack │ │ │ └── ExpressionlessSquare │ │ │ │ └── Main.jack │ │ ├── 11 │ │ │ ├── Seven │ │ │ │ └── Main.jack │ │ │ ├── Pong │ │ │ │ └── Main.jack │ │ │ └── Square │ │ │ │ └── Main.jack │ │ ├── 12 │ │ │ ├── ArrayTest │ │ │ │ ├── ArrayTest.cmp │ │ │ │ └── ArrayTest.tst │ │ │ ├── Output.jack │ │ │ ├── MemoryTest │ │ │ │ ├── MemoryTest.cmp │ │ │ │ └── MemoryTest.tst │ │ │ ├── OutputTest │ │ │ │ └── OutputTestOutput.gif │ │ │ ├── ScreenTest │ │ │ │ └── ScreenTestOutput.gif │ │ │ ├── StringTest │ │ │ │ └── StringTestOutput.gif │ │ │ ├── KeyboardTest │ │ │ │ └── KeyboardTestOutput.gif │ │ │ ├── MathTest │ │ │ │ ├── MathTest.cmp │ │ │ │ └── MathTest.tst │ │ │ └── Array.jack │ │ ├── 13 │ │ │ └── more fun to go.txt │ │ ├── 07 │ │ │ ├── MemoryAccess │ │ │ │ ├── StaticTest │ │ │ │ │ ├── StaticTest.cmp │ │ │ │ │ ├── StaticTest.tst │ │ │ │ │ ├── StaticTestVME.tst │ │ │ │ │ └── StaticTest.vm │ │ │ │ ├── PointerTest │ │ │ │ │ ├── PointerTest.cmp │ │ │ │ │ ├── PointerTest.tst │ │ │ │ │ ├── PointerTestVME.tst │ │ │ │ │ └── PointerTest.vm │ │ │ │ └── BasicTest │ │ │ │ │ └── BasicTest.cmp │ │ │ └── StackArithmetic │ │ │ │ ├── SimpleAdd │ │ │ │ ├── SimpleAdd.cmp │ │ │ │ ├── SimpleAdd.vm │ │ │ │ ├── SimpleAdd.tst │ │ │ │ └── SimpleAddVME.tst │ │ │ │ └── StackTest │ │ │ │ ├── StackTest.cmp │ │ │ │ ├── StackTest.tst │ │ │ │ └── StackTestVME.tst │ │ ├── 01 │ │ │ ├── Not.cmp │ │ │ ├── And.cmp │ │ │ ├── Or.cmp │ │ │ ├── Xor.cmp │ │ │ ├── Or8Way.cmp │ │ │ ├── DMux.cmp │ │ │ ├── Not16.cmp │ │ │ ├── Mux.cmp │ │ │ ├── Not.hdl │ │ │ ├── Xor.hdl │ │ │ ├── Not.tst │ │ │ ├── Not16.hdl │ │ │ ├── Or8Way.hdl │ │ │ ├── DMux4Way.cmp │ │ │ ├── Mux.hdl │ │ │ ├── Or.hdl │ │ │ ├── And.hdl │ │ │ ├── Or16.hdl │ │ │ ├── And16.hdl │ │ │ ├── DMux.hdl │ │ │ ├── And16.cmp │ │ │ ├── Or16.cmp │ │ │ ├── Mux16.hdl │ │ │ ├── Mux4Way16.hdl │ │ │ ├── DMux.tst │ │ │ ├── Or.tst │ │ │ ├── And.tst │ │ │ ├── Xor.tst │ │ │ ├── Mux8Way16.hdl │ │ │ ├── DMux4Way.hdl │ │ │ ├── Or8Way.tst │ │ │ ├── Not16.tst │ │ │ ├── Mux16.cmp │ │ │ └── DMux8Way.hdl │ │ ├── 08 │ │ │ ├── ProgramFlow │ │ │ │ ├── BasicLoop │ │ │ │ │ ├── BasicLoop.cmp │ │ │ │ │ ├── BasicLoop.tst │ │ │ │ │ └── BasicLoopVME.tst │ │ │ │ └── FibonacciSeries │ │ │ │ │ └── FibonacciSeries.cmp │ │ │ └── FunctionCalls │ │ │ │ ├── FibonacciElement │ │ │ │ ├── FibonacciElement.cmp │ │ │ │ ├── FibonacciElementVME.tst │ │ │ │ ├── FibonacciElement.tst │ │ │ │ └── Sys.vm │ │ │ │ ├── StaticsTest │ │ │ │ ├── StaticsTest.cmp │ │ │ │ ├── StaticsTest.tst │ │ │ │ ├── StaticsTestVME.tst │ │ │ │ ├── Class1.vm │ │ │ │ └── Class2.vm │ │ │ │ ├── NestedCall │ │ │ │ ├── NestedCall.cmp │ │ │ │ ├── NestedCall.tst │ │ │ │ └── NestedCallVME.tst │ │ │ │ └── SimpleFunction │ │ │ │ ├── SimpleFunction.cmp │ │ │ │ └── SimpleFunction.vm │ │ ├── 09 │ │ │ ├── Jack OS API.pdf │ │ │ └── Square │ │ │ │ └── Main.jack │ │ ├── 05 │ │ │ ├── Add.hack │ │ │ ├── Max.hack │ │ │ └── Rect.hack │ │ ├── 02 │ │ │ ├── HalfAdder.cmp │ │ │ ├── Inc16.cmp │ │ │ ├── Inc16.hdl │ │ │ ├── Add16.hdl │ │ │ ├── FullAdder.cmp │ │ │ ├── Add16.cmp │ │ │ ├── HalfAdder.hdl │ │ │ ├── FullAdder.hdl │ │ │ ├── HalfAdder.tst │ │ │ └── Inc16.tst │ │ ├── 04 │ │ │ ├── mult │ │ │ │ ├── Mult.cmp │ │ │ │ └── Mult.asm │ │ │ └── fill │ │ │ │ ├── Fill.tst │ │ │ │ └── Fill.asm │ │ ├── 06 │ │ │ ├── add │ │ │ │ └── Add.asm │ │ │ ├── max │ │ │ │ └── MaxL.asm │ │ │ └── rect │ │ │ │ └── RectL.asm │ │ ├── 00 │ │ │ └── Xor.hdl │ │ └── 03 │ │ │ ├── a │ │ │ ├── Register.hdl │ │ │ ├── Bit.hdl │ │ │ ├── PC.hdl │ │ │ ├── RAM8.hdl │ │ │ └── RAM64.hdl │ │ │ └── b │ │ │ ├── RAM4K.hdl │ │ │ └── RAM16K.hdl │ └── mux4to16.png ├── book.epub ├── book.pdf ├── cover.jpg ├── gate1.jpg ├── gate2.jpg ├── gate3.jpg ├── gate4.jpg ├── slide.odp ├── A-format.jpg ├── C-format.jpg ├── D-field.jpg ├── HackCPU.jpg ├── J-field.jpg ├── cc_by_sa.jpg ├── mux4to16.png ├── sum.asm.png ├── PcCircuit.jpg ├── C-instruction.jpg ├── HackCommand.jpg ├── Part1Projects.jpg ├── HackCPU2Memory.jpg ├── Half_Adder.svg.png ├── nandLatchTable.png ├── HardwareSimulator.jpg ├── cpu0architecture.jpg ├── nand2tetris_overview.jpg ├── 120px-NOT_from_NAND.svg.png ├── 200px-AND_from_NAND.svg.png ├── 200px-OR_from_NAND.svg.png ├── C-instruction-revisited.jpg ├── Multiplexer_2-to-1.svg.png ├── SingleBusArchitecture.jpg ├── HackComputerMemoryMapping.jpg ├── nand2tetrisWeek2Component.png ├── 120px-AND_ANSI_Labelled.svg.png ├── 120px-NAND_ANSI_Labelled.svg.png ├── 120px-NOR_ANSI_Labelled.svg.png ├── 120px-NOT_ANSI_Labelled.svg.png ├── 120px-OR_ANSI_Labelled.svg.png ├── 120px-XNOR_ANSI_Labelled.svg.png ├── 120px-XOR_ANSI_Labelled.svg.png ├── 220px-1-bit_full-adder.svg.png ├── Full-adder_logic_diagram.svg.png ├── 220px-SR_Flip-flop_Diagram.svg.png ├── 675px-Demultiplexer_Example01.svg.png ├── 220px-4-bit_ripple_carry_adder.svg.png ├── 300px-D-Type_Transparent_Latch.svg.png ├── 500px-4-bit_ripple_carry_adder.svg.png ├── 512px-Negative-edge_triggered_master_slave_D_flip-flop.svg.png ├── book.wd ├── book.top ├── directory.wd ├── directory.md ├── editor.md └── editor.wd ├── footer.htm ├── header.htm ├── pmag201509 ├── book.epub ├── book.pdf ├── cover.jpg ├── A-format.jpg ├── C-format.jpg ├── D-field.jpg ├── HackCPU.jpg ├── J-field.jpg ├── cc_by_sa.jpg ├── PcCircuit.jpg ├── C-instruction.jpg ├── HackCommand.jpg ├── Part1Projects.jpg ├── HackCPU2Memory.jpg ├── HardwareSimulator.jpg ├── nand2tetris_overview.jpg ├── C-instruction-revisited.jpg ├── HackComputerMemoryMapping.jpg ├── book.top ├── book.wd ├── license.md ├── license.wd ├── editor.md ├── editor.wd ├── home.wd └── home.md ├── ymag201508 ├── book.epub ├── book.pdf ├── cover.jpg ├── SumVmRun.jpg ├── cc_by_sa.jpg ├── BNF_example.jpg ├── HackCommand.jpg ├── JackGrammer1.jpg ├── JackGrammer2.jpg ├── LexerExample.jpg ├── Part1Projects.jpg ├── SquareVmRun.jpg ├── BNF_exp_example.jpg ├── Half_Adder.svg.png ├── JackParsingTree.jpg ├── symbol_mapping.jpg ├── vm_seg_mapping.jpg ├── vmcode_example.jpg ├── vmcode_example1.jpg ├── vmcode_exmaple1.jpg ├── HardwareSimulator.jpg ├── MemoryManagement1.jpg ├── MemoryManagement2.jpg ├── code_gen_example1.jpg ├── if_while_code_gen.jpg ├── ScreenMemoryMapping.jpg ├── exp_code_gen_example.jpg ├── nand2tetris_overview.jpg ├── JackSquareCompileFile.jpg ├── HackComputerMemoryMapping.jpg ├── nand2tetrisWeek2Component.png ├── book.wd ├── book.top ├── editor.md └── editor.wd ├── epub.meta ├── reflink.md └── ymag └── home.md /pmag201503/focus.md: -------------------------------------------------------------------------------- 1 | # 本期焦點 2 | -------------------------------------------------------------------------------- /pmag201503/focus.wd: -------------------------------------------------------------------------------- 1 | # 本期焦點 2 | -------------------------------------------------------------------------------- /pmag201503/video.md: -------------------------------------------------------------------------------- 1 | # 影音頻道 2 | -------------------------------------------------------------------------------- /pmag201503/video.wd: -------------------------------------------------------------------------------- 1 | # 影音頻道 2 | -------------------------------------------------------------------------------- /pmag201505/focus.md: -------------------------------------------------------------------------------- 1 | # 本期焦點 2 | -------------------------------------------------------------------------------- /pmag201505/focus.wd: -------------------------------------------------------------------------------- 1 | # 本期焦點 2 | -------------------------------------------------------------------------------- /pmag201505/video.md: -------------------------------------------------------------------------------- 1 | # 影音頻道 2 | -------------------------------------------------------------------------------- /pmag201505/video.wd: -------------------------------------------------------------------------------- 1 | # 影音頻道 2 | -------------------------------------------------------------------------------- /pmag201511/focus.md: -------------------------------------------------------------------------------- 1 | # 本期焦點 2 | -------------------------------------------------------------------------------- /pmag201511/focus.wd: -------------------------------------------------------------------------------- 1 | # 本期焦點 2 | -------------------------------------------------------------------------------- /pmag201511/video.md: -------------------------------------------------------------------------------- 1 | # 影音頻道 2 | -------------------------------------------------------------------------------- /pmag201511/video.wd: -------------------------------------------------------------------------------- 1 | # 影音頻道 2 | -------------------------------------------------------------------------------- /pmag201503/article.md: -------------------------------------------------------------------------------- 1 | # 程式人文集 2 | 3 | -------------------------------------------------------------------------------- /pmag201503/article.wd: -------------------------------------------------------------------------------- 1 | # 程式人文集 2 | 3 | -------------------------------------------------------------------------------- /pmag201503/code.md: -------------------------------------------------------------------------------- 1 | 2 | # 影音頻道 3 | -------------------------------------------------------------------------------- /pmag201503/code.wd: -------------------------------------------------------------------------------- 1 | 2 | # 影音頻道 3 | -------------------------------------------------------------------------------- /pmag201503/hardware.md: -------------------------------------------------------------------------------- 1 | 2 | # 影音頻道 3 | -------------------------------------------------------------------------------- /pmag201503/hardware.wd: -------------------------------------------------------------------------------- 1 | 2 | # 影音頻道 3 | -------------------------------------------------------------------------------- /pmag201503/people.md: -------------------------------------------------------------------------------- 1 | 2 | # 科技人小傳 3 | -------------------------------------------------------------------------------- /pmag201503/people.wd: -------------------------------------------------------------------------------- 1 | 2 | # 科技人小傳 3 | -------------------------------------------------------------------------------- /pmag201503/science.md: -------------------------------------------------------------------------------- 1 | 2 | # 影音頻道 3 | -------------------------------------------------------------------------------- /pmag201503/science.wd: -------------------------------------------------------------------------------- 1 | 2 | # 影音頻道 3 | -------------------------------------------------------------------------------- /pmag201503/software.md: -------------------------------------------------------------------------------- 1 | 2 | # 影音頻道 3 | -------------------------------------------------------------------------------- /pmag201503/software.wd: -------------------------------------------------------------------------------- 1 | 2 | # 影音頻道 3 | -------------------------------------------------------------------------------- /pmag201505/article.md: -------------------------------------------------------------------------------- 1 | # 程式人文集 2 | 3 | -------------------------------------------------------------------------------- /pmag201505/article.wd: -------------------------------------------------------------------------------- 1 | # 程式人文集 2 | 3 | -------------------------------------------------------------------------------- /pmag201505/code.md: -------------------------------------------------------------------------------- 1 | 2 | # 影音頻道 3 | -------------------------------------------------------------------------------- /pmag201505/code.wd: -------------------------------------------------------------------------------- 1 | 2 | # 影音頻道 3 | -------------------------------------------------------------------------------- /pmag201505/hardware.md: -------------------------------------------------------------------------------- 1 | 2 | # 影音頻道 3 | -------------------------------------------------------------------------------- /pmag201505/hardware.wd: -------------------------------------------------------------------------------- 1 | 2 | # 影音頻道 3 | -------------------------------------------------------------------------------- /pmag201505/people.md: -------------------------------------------------------------------------------- 1 | 2 | # 科技人小傳 3 | -------------------------------------------------------------------------------- /pmag201505/people.wd: -------------------------------------------------------------------------------- 1 | 2 | # 科技人小傳 3 | -------------------------------------------------------------------------------- /pmag201505/science.md: -------------------------------------------------------------------------------- 1 | 2 | # 影音頻道 3 | -------------------------------------------------------------------------------- /pmag201505/science.wd: -------------------------------------------------------------------------------- 1 | 2 | # 影音頻道 3 | -------------------------------------------------------------------------------- /pmag201505/software.md: -------------------------------------------------------------------------------- 1 | 2 | # 影音頻道 3 | -------------------------------------------------------------------------------- /pmag201505/software.wd: -------------------------------------------------------------------------------- 1 | 2 | # 影音頻道 3 | -------------------------------------------------------------------------------- /pmag201511/article.md: -------------------------------------------------------------------------------- 1 | # 程式人文集 2 | 3 | -------------------------------------------------------------------------------- /pmag201511/article.wd: -------------------------------------------------------------------------------- 1 | # 程式人文集 2 | 3 | -------------------------------------------------------------------------------- /pmag201511/code.md: -------------------------------------------------------------------------------- 1 | 2 | # 影音頻道 3 | -------------------------------------------------------------------------------- /pmag201511/code.wd: -------------------------------------------------------------------------------- 1 | 2 | # 影音頻道 3 | -------------------------------------------------------------------------------- /pmag201511/hardware.md: -------------------------------------------------------------------------------- 1 | 2 | # 影音頻道 3 | -------------------------------------------------------------------------------- /pmag201511/hardware.wd: -------------------------------------------------------------------------------- 1 | 2 | # 影音頻道 3 | -------------------------------------------------------------------------------- /pmag201511/people.md: -------------------------------------------------------------------------------- 1 | 2 | # 科技人小傳 3 | -------------------------------------------------------------------------------- /pmag201511/people.wd: -------------------------------------------------------------------------------- 1 | 2 | # 科技人小傳 3 | -------------------------------------------------------------------------------- /pmag201511/science.md: -------------------------------------------------------------------------------- 1 | 2 | # 影音頻道 3 | -------------------------------------------------------------------------------- /pmag201511/science.wd: -------------------------------------------------------------------------------- 1 | 2 | # 影音頻道 3 | -------------------------------------------------------------------------------- /pmag201511/software.md: -------------------------------------------------------------------------------- 1 | 2 | # 影音頻道 3 | -------------------------------------------------------------------------------- /pmag201511/software.wd: -------------------------------------------------------------------------------- 1 | 2 | # 影音頻道 3 | -------------------------------------------------------------------------------- /ymag201504/focus4.md: -------------------------------------------------------------------------------- 1 | ## 停止問題 2 | 3 | -------------------------------------------------------------------------------- /ymag201504/focus4.wd: -------------------------------------------------------------------------------- 1 | ## 停止問題 2 | 3 | -------------------------------------------------------------------------------- /main/imgtest.md: -------------------------------------------------------------------------------- 1 | ![[圖、程式人雜誌封面]](cover.jpg) -------------------------------------------------------------------------------- /main/imgtest.wd: -------------------------------------------------------------------------------- 1 | ![[圖、程式人雜誌封面]](cover.jpg) -------------------------------------------------------------------------------- /main/title.md: -------------------------------------------------------------------------------- 1 | wikidown = wiki + markdown -------------------------------------------------------------------------------- /main/title.wd: -------------------------------------------------------------------------------- 1 | wikidown = wiki + markdown -------------------------------------------------------------------------------- /pmag201503/preface.md: -------------------------------------------------------------------------------- 1 | # 前言 2 | 3 | 4 | -------------------------------------------------------------------------------- /pmag201503/preface.wd: -------------------------------------------------------------------------------- 1 | # 前言 2 | 3 | 4 | -------------------------------------------------------------------------------- /pmag201505/preface.md: -------------------------------------------------------------------------------- 1 | # 前言 2 | 3 | 4 | -------------------------------------------------------------------------------- /pmag201505/preface.wd: -------------------------------------------------------------------------------- 1 | # 前言 2 | 3 | 4 | -------------------------------------------------------------------------------- /pmag201511/preface.md: -------------------------------------------------------------------------------- 1 | # 前言 2 | 3 | 4 | -------------------------------------------------------------------------------- /pmag201511/preface.wd: -------------------------------------------------------------------------------- 1 | # 前言 2 | 3 | 4 | -------------------------------------------------------------------------------- /ymag201502/focus1.md: -------------------------------------------------------------------------------- 1 | ## 開放原始碼的歷史 2 | 3 | -------------------------------------------------------------------------------- /ymag201502/focus1.wd: -------------------------------------------------------------------------------- 1 | ## 開放原始碼的歷史 2 | 3 | -------------------------------------------------------------------------------- /ymag201502/focus4.md: -------------------------------------------------------------------------------- 1 | ## Linux 作業系統 2 | 3 | -------------------------------------------------------------------------------- /ymag201502/focus4.wd: -------------------------------------------------------------------------------- 1 | ## Linux 作業系統 2 | 3 | -------------------------------------------------------------------------------- /ymag201502/focus5.md: -------------------------------------------------------------------------------- 1 | # Git 版本管理系統與 github 平台 2 | 3 | -------------------------------------------------------------------------------- /ymag201502/focus5.wd: -------------------------------------------------------------------------------- 1 | # Git 版本管理系統與 github 平台 2 | 3 | -------------------------------------------------------------------------------- /pmag201507/article2.md: -------------------------------------------------------------------------------- 1 | ## 本文待撰寫 (作者:研發養成所 Bridan) 2 | 3 | -------------------------------------------------------------------------------- /pmag201507/article2.wd: -------------------------------------------------------------------------------- 1 | ## 本文待撰寫 (作者:研發養成所 Bridan) 2 | 3 | -------------------------------------------------------------------------------- /pmag201507/focus8.md: -------------------------------------------------------------------------------- 1 | # Nand2Tetris 第六週 -- 組譯器 2 | 3 | -------------------------------------------------------------------------------- /pmag201507/focus8.wd: -------------------------------------------------------------------------------- 1 | # Nand2Tetris 第六週 -- 組譯器 2 | 3 | -------------------------------------------------------------------------------- /ymag201502/article2.md: -------------------------------------------------------------------------------- 1 | ## 本文待撰寫 (作者:研發養成所 Bridan) 2 | 3 | -------------------------------------------------------------------------------- /ymag201502/article2.wd: -------------------------------------------------------------------------------- 1 | ## 本文待撰寫 (作者:研發養成所 Bridan) 2 | 3 | -------------------------------------------------------------------------------- /ymag201504/article2.md: -------------------------------------------------------------------------------- 1 | ## 本文待撰寫 (作者:研發養成所 Bridan) 2 | 3 | -------------------------------------------------------------------------------- /ymag201504/article2.wd: -------------------------------------------------------------------------------- 1 | ## 本文待撰寫 (作者:研發養成所 Bridan) 2 | 3 | -------------------------------------------------------------------------------- /ymag201506/article2.md: -------------------------------------------------------------------------------- 1 | ## 本文待撰寫 (作者:研發養成所 Bridan) 2 | 3 | -------------------------------------------------------------------------------- /ymag201506/article2.wd: -------------------------------------------------------------------------------- 1 | ## 本文待撰寫 (作者:研發養成所 Bridan) 2 | 3 | -------------------------------------------------------------------------------- /footer.htm: -------------------------------------------------------------------------------- 1 | 2 |
3 | -------------------------------------------------------------------------------- /main/mathtest.md: -------------------------------------------------------------------------------- 1 | # 數學式 2 | 3 | $$\int_{-\infty}^{\infty} f(x) dx$$ 4 | 5 | -------------------------------------------------------------------------------- /main/mathtest.wd: -------------------------------------------------------------------------------- 1 | # 數學式 2 | 3 | $$\int_{-\infty}^{\infty} f(x) dx$$ 4 | 5 | -------------------------------------------------------------------------------- /main/mt.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/programmermagazine/mag/gh-pages/main/mt.jpg -------------------------------------------------------------------------------- /ymag201506/nand2tetris/tools/bin/scripts/defaultCPU.txt: -------------------------------------------------------------------------------- 1 | repeat { 2 | ticktock; 3 | } -------------------------------------------------------------------------------- /ymag201506/nand2tetris/tools/bin/scripts/defaultVM.txt: -------------------------------------------------------------------------------- 1 | repeat { 2 | vmstep; 3 | } -------------------------------------------------------------------------------- /main/cover.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/programmermagazine/mag/gh-pages/main/cover.jpg -------------------------------------------------------------------------------- /main/mt_back.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/programmermagazine/mag/gh-pages/main/mt_back.jpg -------------------------------------------------------------------------------- /ymag201506/nand2tetris/tools/bin/scripts/defaultHW.txt: -------------------------------------------------------------------------------- 1 | repeat { 2 | tick, 3 | tock; 4 | } -------------------------------------------------------------------------------- /header.htm: -------------------------------------------------------------------------------- 1 |