INTEL 80386 PROGRAMMER’S REFERENCE MANUAL 1986
Category: Programming
Powershell to Loop through all SharePoint sites and pages
Import-Module : The specified module ‘OfficeWebApps’ was not loaded because no valid module file was found in any module directory.
This will fix the problem:
Netbeans antlr plugin can format antlr source file
My netbeans antlr plugin finally can format antlr source code
Netbeans bug
Netbeans 11.3 + JDK 13.0.2 + FlatLaf Light theme. Missing character “l” in the package name. If mouse over, tooptip shows correct name.
Pnp provision framework
Pnp provision framework has these steps: 01/20 – Regional Settings02/20 – Supported UI Languages03/20 – Audit Settings04/20 – Site Security05/20 – Fields06/20 – Content Types07/20 – List instances08/20 – Features09/20 – Page Contents10/20 – Client Side Page Contents11/20 – Site Header12/20 – Site Footer13/20 – Property bag entries14/20 – Workflows15/20 – Web Settings16/20 – Site […]
6 hours to fix my antlr netbeans plugin
Used near 6 hours to fix my netbeans-antlr plugin. I have to remember these: Netbeans build in antlr library have to in-sync with the antlr i am using in my pluging. If they in different version, unexpected result will come out. In windows, if antlr grammar has some mistakes (I meant not problems, your grammar […]
Met Rick
2020/04/30. Our assembler team met Rick, Rick is come from America, our first team member from USA. Jenny shown her about the assembler design and Rick share his opinions about the UBC.
Netbeans終於有返一個靚啲嘅theme+字體
spfx becoming super slow after added package buffer
After i added : “buffer”: “^5.4.3” , the “gulp serve –nobrowser” become super slow, stuck in Starting subtask ‘configure-webpack’. I am using spfx 1.10.0 my package.json
Netbeans 11.2 still hand in startup, mac catalina
Delete crash modules’ xml in /Users/peter/Library/Application Support/NetBeans/11.2/config/Modules
SharePoint coloring bug using latest spfx 1.10.0
Using the latest SPFx SDK, the theme color varable $ms-color-themeDark doesn’t work, it doesn’t affect the theme color, see below To fix it add this line @import ‘~@microsoft/sp-office-ui-fabric-core/dist/sass/SPFabricCore.scss’;
SharePoint粉絲注意 : 新書上市Mastering Sharepoint Framework
Table of Contents1. Getting Started with SharePoint Framework2. Develop Your First SPFx Web Part3. SPFx Web Part Property Pane4. Custom Controls for Web Part Property Pane5. PnP Controls for Web Part Property Pane6. CSS Considerations7. Configure SPFx Web Part Icon8. Examine SPFx Web Parts on Modern SharePoint9. Host SPFx Web Parts from MS Azure CDN10. […]
Assembler Meetup #23, 2019/12/07
Meet in MongKok. Mainly shorten the grammar. Jenny confirmed each instruction can be translated by same five functions. We confirmed if instruction has only one operand, we have to add byte/word/dword/qword, e.g.: inc byte [ax] And some instructions such as call doesn’t support all four combinations of byte/word/dword/qword, this “call byte [ax]” will report error […]
Assembler Meetup #22, 2019/11/30
Jenny teach me code translate Not sure our method is unify or not Trying to make the grammar file shorter and uniform
Assembler Meetup #21, 2019/11/23
Cityu is close, we change to meet in Moko
New toy : Arduino wifi
Simplest tutorial to read yammer message in SPfx
Step 1 : Browser https://www.yammer.com/client_applications create your app Step 2 : Make sure you fill in the Javascript Origins, otherwise you will get an cors error Step 3 : Generate the developer token, we need it to send get/post form spfx Result:
PowerApps for PowerBI終於都來了
我們終於可以用PowerApps去加強PowerBI Dashboard的動性, 亦可以用PowerApps作為一個UI的接口去程現不同的外部資料 https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/powerapps-custom-visual
My first notebook that can run SP2019 on-premises
I have to switch back to windows because almost all verilog toolchain only work in windows. And I bought MSI Prestige-15-A10X which has 32GB ram and 1TB nvms ssd, it is only $15300 HKD, super valueable. It is the first notebook which i can run a SharePoint 2019 VM locally.
Netbeans in Mac vs Windows
Netbeans in windows is much more ugly than in Mac, here is my point of view: Font is not align and not beautiful The java swing L&F in mac match with OS, but not the one in windows Toolbar icon style not match with windows
Gitlab CI + Asp.net core
Add auto build and publish using gitlab ci/cd services and deploy to ubuntu.
Assembler Meetup #20, 2019/11/09
Kelvin and Jenny heading to encode b* and c* instructions Desmond keep going to PE format Peter try to add assembler marco. I will think about our own linker format next week.
Assembler Dev #19 2019/11/02
We think the encoding method is stable, asked Jenny to write a wiki, describe how we can encode each instruction https://gitlab.com/quantr/toolchain/Assembler/wikis/Tutorial-of-decoding
Netbeans module failed to install nb-javac
If you netbeans maven module used this in pom.xml, then you will have this problem
YEAH ! 咪記終於有個Portal可以search哂所有sample code
YEAH ! 咪記終於有個Portal可以search哂所有sample code, 仲有埋azure on-click deploy https://docs.microsoft.com/en-us/teamblog/code-samples https://docs.microsoft.com/en-us/samples/browse
How to measure an intranet portal
成功!ELF文件輸出正常
Heading to goal : Our assembler our elf file directly
SharePoint的專業開發者要多注意Core.js
今天開發SharePoint SPFx項目時見到,大家多多注意Core.js這個比較底層的JS library
Serious hanging problem in Microsoft Flow
I got a list on SharePoint Online, which is a typical list with some single-line col and one lookup field. I create a flow to get all item from it (no filtering), then use “Apply to each” to loop through all items. For testing, i got two identical loops. After i run it, one successful […]
ELF Specification 1.2 is only for 32 bits
I am writing a java library to manipulate 64 bits ELF, so i read ELF specification 1.2 , but one big mistake i took is : this specification is only for 32 bits, and the 64 bits one introduce new data types. So I was trying to guess out what data types it is using […]
Assembler dev meeting #11
sync-ed up Jenny coding skill to all of us. Jenny now clearing all useless code, rename variables to a more meaningful name. Our next job is to encode all instructions together, and for me, create an ELF library to output ELF format object code. Here is our tuned assembler grammar https://gitlab.com/quantr/toolchain/Assembler/blob/master/src/main/java/hk/quantr/assembler/antlr/AssemblerParser.g4
Print antlr version in runtime
Assembler Dev Meeting #9 2019/08/16
Meeting #9come up with these fixes: Kelvin fix 66 67 REX Prefix Ending bytes (displacement) Desmond fix IMM* > IMM https://gitlab.com/quantr/toolchain/Assembler/issues/28
Antlr所有Embed action都會跑在Listener前面
意思是會先跑光所有embed action,然後才會跑listener裏面的function
Assembler Dev meeting #6, #7 and #8
Desmond typed all basic instructions to grammar. We found some translation are wrong. I fixed the full test so can test all translated instructions.
I thought Java swing is pixel graphic
In last 20 years, I thought Java swing is pixel graphic, but i found out it is vector. I tried to draw a 1 pixel line with 45 degrees, and when i zoom out, i proved it is not pixel base. So all drawLine, drawRect function calls are vector graphic.
Calling Docusign Restful API with Bearer
In DocuSign, Bearer is same as access token, just two different names. It can be generated by this web https://developers.docusign.com/oauth-token-generator , make sure you have an sandbox account.