clh

@clh

Joined on May 7, 2022

  • contributed by < Hlunlun > Reviewed by yy214123 q_free 在 queue.h 中有實作: static inline void q_release_element(element_t *e) { test_free(e->value); test_free(e);
     Like  Bookmark
  • Install LaTeX and setup with vscode 參考這個: 使用VSCode上撰寫中文Latex文件:bulb: 這個裝完如果有一堆看不懂的bug,可以去環境變數檢查看看是不是 MikTex的路徑沒找到,參考這個連結 在本地端編輯履歷: 左邊 latex的編譯器在儲存(Ctrl+s)後就會自動轉成pdf檔了 image 推到GitHub 用Git來管理履歷的版本 commit message可以是申請的公司,時間git會自己紀錄 圖片
     Like  Bookmark
  • contributed by < Hlunlun > 第一周 測驗 1 實做 list_insert_before() 這個函數,並使用到 你所不知道的 C 語言: linked list 和非連續記憶體 中指標指標的技巧 函數定義的參數有三個指標變數,l 指向 list ,before 指向預添加節點後所連接的節點,item 指向預添加節點,三個節點可能會呈現以下 digraph list_type{
     Like  Bookmark
  • 下載 Ubuntu 映像檔 參考 release 的版本: https://releases.ubuntu.com/ 盡量下載 LTS 這邊我下載 Ubuntu 22.04.5 LTS、Ubuntu 24.04 LTS 找 .iso 結尾的檔案,然後點擊就會下載了 image 把 .iso 掛接然後放到 USB 我是用 Rufus,或是也可以直接掛載
     Like  Bookmark
  • contributed by < Hlunlun >
     Like  Bookmark
  • By Lun 參考Blind 75 LeetCode Questions這個list,然後2024/11開始為了申請實習開始攻略哩扣 Array Easy 1. Two Sum 121. Best Time to Buy and Sell Stock 217. Contains Duplicate Medium 238. Product of Array Except Self 53. Maximum Subarray
     Like  Bookmark
  • 參考 Electron Course - Code Desktop Applications (inc. React and Typescript) Create project 建一個資料夾,並進入資料夾路徑 create vite project​​​​npm create vite . 選 React image 選 TypeScript image
     Like  Bookmark
  • link Idea Outline 圖片 store as pair number in stack with corresponding node, shown as bit ex: {2,0} {3,4} {1,4} {3,12} {1,12} {1,6} for {2,0}: since 2 is root, we give it path=0 圖片
     Like  Bookmark
  • About the paper read author: Wensong Chan ,Zhiqiang Tian, and Yang Wu published: 2020/6/21 contributinASGCN: combine structural and implicit edge Gated CNN: filter out useless temporal information Dataset: NTU-RGB + D 120南洋理工大學蒐集的資料集
     Like  Bookmark
  • h6 ML Decision Tree Visualization What is Decision Tree I. Structure image II. How to build the decision tree algorithm: learn from dataset. adopts a greedy divide-and conquer strategy: imagealways test the most important attribute first then recursively solve the smaller subproblems that defined by the possible results of the test
     Like  Bookmark
  • Step 1. install latest HUGO on gohugoio click Show all 23 assets to find version for windows Choose ==hugo_0.118.2_windows-amd64.zip== and download! :bulb: no matter what version, choose the file ended with ==amd64.zip== Step 2. Extract the package the target path to file is up to you Step 3. Add the path of HUGO to Environment variable
     Like 1 Bookmark
  • The article is mainly on windows and still keep update (if i find other better ways). Since size of memory is fixed, as a developer, I think that it's important to have sense of keeping computer clean and to have high performance for work. Outline : Delete Clean temp file Some tips :dart:1. Delete Here are some methods if you try to delete or remove something but don't work. If you just want to clear your computer, just jumpt to 2.Clean-temp-file
     Like  Bookmark
  • ###### tags: `Linear Algebra` `Normal operator` `Normal matrix` # Normal Operator/ Matrix Table ![](https://hackmd.io/_uploads/rJ7MFPi62.png)
     Like  Bookmark
  • example code, Hlunlun 前言 外出看天氣可以直接查詢 也可以是todo list,隨時查看還有哪些事沒完成 環境: python 3.9.13 技術
     Like  Bookmark
  • PPT, Video, Hackmd Goal 1. How to use Assembly control port on PIC18F4520 2. How to control connect picket 4 to computer 3. How to use jump wires on breadboard Simple Tutorial I/O ports of PIC18F4520 Components
     Like  Bookmark
  • install VScode ==not in command line== Step 1. Go to website :paperclip: Visual Studio Code Step 2. Click ==.deb== click and download Step 3. Go to your file manager
     Like  Bookmark