Five Five Letter Word
word list 大量有意義單字的txt文件
問題
five five-letter words with twenty-five unique letters 找出五個由五個字符組成的單字,其中25的字符皆不相同的組合 參考解答 共813組
CPE (沒)解題技巧
RSA
簡介
一個簡單的 RSA 實作
|
|
keygen() 用以產生金鑰對,返回temp(公,私),pq因大於10^10 sys() 給定encod過的串列及私鑰,返回加密串列,建議以base64 服用 usys() 給定加密串列及公鑰,返回encod過的串列。
Microprocessor Mid-term Project.md
Microprocessor Term Report.md
目的
我致敬了google的小恐龍
先示範
lcd版
|
|
使用零件
LCD,中斷
C語言教學.md
CScope.md
程式語言
C++ Vector Internal
BeforeRun
ConfigStruct(VaultPath=PosixPath(’/opt/note’), ExportPath=PosixPath(’/home/eric/Downloads/ericblog/content/post’), MdTo=<EnumMdTo.HugoBundle: ‘hugobundle’>, MdName=<EnumMdName.Uuidv4: ‘uuid’>, UrlPrefix=’.’, ResourceTo=<EnumResourceTo.Root: ‘root’>, UrlRewrite=<EnumUrlRewrite.RelativeMd: ‘relativemd’>, ResourceName=<EnumResourceName.Uuidv4: ‘uuid’>, ResourceAnoint=PosixPath(’.’), SlugPropertie=<EnumSlugPropertie.Uuidv4: ‘uuid’>, DateFormat=’%Y-%m-%d’, ReportDetail=True) VaultPath : /opt/note ExportPath : /home/eric/Downloads/ericblog/content/post
Test /opt/note/DataView.md
Fail PropertieParsar — Not at first of file {}
Test /opt/note/ExcludeFile.txt
Fail PropertieParsar Not suffix with .md {}
Test /opt/note/obsibian.md
Fail PropertieParsar — Not at first of file {}
Test /opt/note/sync.bash
Fail PropertieParsar Not suffix with .md {}
Test /opt/note/sync.md
Fail PropertieParsar — Not at first of file {}
GnuEfi
https://wiki.osdev.org/GNU-EFI https://sourceforge.net/projects/gnu-efi/ 官網找不到剩sourceforge可以下載,把EDK2的header檔打包成可以用GCC工具鏈編譯專案。 在Ubuntu 22.04LTS上測試確定Hello World可用。
SymbolicLink
Windows 無法在未使用uac提權的前提下建立軟連結(即使有資料夾完全控制權限也不行),但可以以以下方式繞過:
- 開啟開發者模式
- mklink 應該也可以繞過(待確認)