I am better to embed all testing assembly instruction in the antlr listener 2018-02-28 2.8K I am better to embed all testing assembly instruction in the antlr listener rather than finding a way to embed…
SharePoint left navigation bar in modern page 2018-02-28 2.6K If you create a SharePoint site using the "communication site", the left navigation is hidden and the top navigation menu…
First draft of netbeans quick outline plugin 2018-02-26 5.8K First draft of netbeans quick outline plugin, click ctrl-p / command-p in mac, then click on any row to jump…
Netbeans quick outline 2018-02-26 3.5K Eclipse quick outline is just so convenient, after i press command-O shortcut, i can type in keyword to filter the…
Test cases in antlr grammar file 2018-02-24 3.8K I am developing an Assembler, i think the best way is to embed the test case into the grammer, all…
Why nasm support an instruction that doesn't exist on Intel manual 2018-02-20 2.7K Nasm support "mov al,0x1234" which is "ADC AL, imm16". But on Intel manual, there is only "ADC AL, imm8". Why?
Spring-boot will ignore your own log4j.properties 2018-02-18 2.1K Spring-boot will ignore your own log4j.properties, two ways to fix that Way 1: Way 2: Put the spring-boot dependency in…
Azure functions for java still not mature enough 2018-02-17 2.7K I was trying to put my assembler on cloud and found outĀ Azure functions for java still not mature enough, using…
SharePoint - Patterns and Practices 2018-02-13 2.4K These web are good for you to learn latest SharePoint dev patterns and practices - [PnP at dev.office.com](http://aka.ms/OfficeDevPnP) - Welcome…
Can write simple test bench in vivado 2018-02-02 3.7K After reading my verilog book for few days, i can write test bench file to test my verilog program in…