Skip to content

Instantly share code, notes, and snippets.

View nguyenhx2's full-sized avatar

Hoang Xuan Nguyen nguyenhx2

View GitHub Profile
@KangHidro
KangHidro / 1. demo angular 17+ (Standalone app) structure.txt
Last active January 21, 2025 04:12
Demo Angular Structure. Angular 14 introduced standalone component, so I make some changes in "shared" folder. Angular 17 introduced standalone application, so I make breaking change in all structure project.
src
├─ app
│ ├─ auth (Folder)
│ │ ├─ auth routes config (File)
│ │ ├─ login (Standalone-Component)
│ │ ├─ register (Standalone-Component)
│ │ └─ ...
│ │
│ ├─ core (Folder)
│ │ ├─ core providers config (File)
@nguyenhx2
nguyenhx2 / remove-pass.vb
Created June 8, 2021 02:26 — forked from yevrah/remove-pass.vb
Excel: Remove Excel Password
' src: http://www.mcgimpsey.com/excel/removepwords.html
'
' Removing Internal XL passwords
'
' Note: For a discussion of File or VBA Project password protection, see here.
'
' Internal XL passwords are about as useful for security as tissue paper. The
' reason is that the passwords you enter (i.e., with Tools/Protect/Protect
' Worksheet or /Protect Workbook) are not used directly in protection. Instead
' they are hashed (mathematically transformed) into a much less secure code.