Lumynous

@lumynou5

https://github.com/lumynou5

Joined on Apr 7, 2022

  • contributed by < lumynou5 > 程式碼位於 impl 分支。 Reviews Reviewed by HeatCrab 對於 lab0-c 來說,同學可能做了很多的貢獻,也發現了許多有趣值得改良的問題。 但是筆記內並沒有過多的紀錄與 2025 年 Linux 核心設計課程作業 —— lab0 內中作業說明,或是作業要求有關的內容。 我在查看了 同學的 Github 後發現也沒有找到明確同學的 commit 紀錄,如果有 rebase 過的話,應該可以直接清晰地在整個 commit 紀錄的最上端,但卻只有找到跟 upstream 相關的紀錄。
     Like  Bookmark
  • contributed by < lumynou5 > 1-1 list_insert_before 函式巧妙地利用指標的指標來避免特例: list_item_t **p; for (p = &l->head; *p != before; p = &(*p)->next) ; *p = item; (*p)->next = before;
     Like  Bookmark
  • contributed by < lumynou5 >
     Like  Bookmark
  • contributed by < lumynou5 > 開發環境與前置作業 $ gcc --version gcc (GCC) 13.2.1 20230801 $ lscpu Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit Address sizes: 48 bits physical, 48 bits virtual
     Like  Bookmark
  • Dark Theme License The MIT License (MIT) Copyright (c) 2022-2024 Lumynous Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
     Like 1 Bookmark
  • :::info This is a showcase of HackMD Dark Theme made by me. To use the theme, embed the theme note by appending into your note. ::: Heading 2 Heading 3 Heading 4 Heading 5
     Like  Bookmark
  • :::warning WIP! ::: C++ 是一個強大的程式語言,儘管名字上相似,也有歷史淵源,但 C++ 並非 C 的超集,如同Javascript 之於 Java,應該作為不同的語言看待。 其能夠在兼顧高效能的同時表達高階概念,輕鬆撰寫出跨平台的程式碼,因而歷久不衰。 無論是初學者,抑或已經掌握其他語言的程式設計師都適合學習。 缺點則包含歷史因素導致語法艱澀等等,然而一個語言要有用並不只是良好的設計,也需要有豐富的第三方生態,因此目前看來,C++ 還會繼續它的不朽。
     Like 6 Bookmark
  • contributed by < lumynou5 > 〈因為自動飲料機而延畢的那一年〉的啟發 如果這是一部少年熱血漫畫,那麼在這樣艱困的情況下,主角一定會堅持努力不放棄,主角的好朋友會提一些蠢想法,然後主角會突然開悟,問題解決皆大歡喜。 但這是他媽的真實的人生,熱血毫無用武之地,主角的好朋友提的意見對解決問題完全沒有任何幫助,主角日日夜夜都在思考這個問題的解法,跑了許多地方、搞了整整一個半月,但是依舊一點進展都沒有。 比起幾年前的草草讀過,這次我在閱讀時也在反思,有了些許心得。 你最大的問題在太害怕失敗了……
     Like  Bookmark
  • Process There was a window suddenly popping up in Genburten's game, and someone said "Apex hacking global series by Destroyer2009 & R4ndom" as him with the in-game chat at a same time, he could see every player subsequently.^genburten-hacked-clip The in-game chat is a evidence that Genburten didn't cheat accidentally because normally a cheat engine won't do this. In ImperialHal's case, similarly, he got aimbot during shooting, but there wasn't in-game chat like Genburten encountered.^imperialhal-hacked-clip However, it's hard to be he was cheating because ImperialHal has been a top player since a early period[^imperialhal-period] and his aiming is obviously different from aimbot. [^imperialhal-period]: ImperialHal has been a professional player since 2019. https://liquipedia.net/apexlegends/ImperialHal Afterwards, ImperialHal and his teammate, Verhulst's accounts were banned. Currently, whether the bans are because of the injected cheat engine detected by anti-cheat or management permission obtained Destroyer2009 is uncertain.
     Like  Bookmark