Filter
Exclude
Time range
-
Near
11 Jul 2025
見(⁠๑⁠•⁠﹏⁠•⁠) JavaScript の using と DisposableStack#defer で Go の defer 風|Sosuke Suzuki zenn.dev/sosukesuzuki/articl… #zenn using stack = new DisposableStack(); const f = createFile("/tmp/defer.txt"); stack.defer(() => { closeFile(f); }); writeFile(f);
3
103
起身發現單嘢原來未完全Closefile,仲有其他支線跑出嚟, 前有「質疑」他人抄襲,後有「指控」個路人推友恐嚇🫣 我到底睇咗啲咩...
1
22
689
Over the last few days I've continued with the FAT12 implementation in my x64 based OS. It supports now CreateFile(), OpenFile(), CloseFile(), and DeleteFile(). #osdev #internals #infosec #x64
2
2
489
Окей. Я перекопал все исходники загрузки и управления ассетами в UnrealEngine и мене кажется, что я должен впихнуть туда свою реализацию одного из синглетонов и заодно найти, почему линкер ассетов вызывает CloseFile только при выходе из программы, а это ~20000 хендлов, например.
1
3
120
26 Sep 2022
#轉載 廉署剛打俾我叫我今午去攞返1000蚊保釋金同兩部手機 #CloseFile #張錦雄
4
15
It looks something like this FWIW with lots of internal win32 calls that I never look at, outside the main ones like Create/Read/Write/CloseFile or CreateProcess etc
1
We see this kind of news 😢in #HongKong everyday since Jun2019. #NoInvestigation #Closefile #HongKongProtests #Suicide or #Murder?
3
3
18 Apr 2018
Exclude these operations in @Sysinternals Process Monitor filter to remove a lot of the noise you don't usually need although does depend on what you are diagnosing (those with * use "Begins With" filter): CloseFile, RegCloseKey, RegEnum*, RegSetInfoKey, Query*, CreateFileMapping
8
16
17 Apr 2018
今更ながら、C#のnull条件演算子の便利な使い方を知った。 クラスのフィールドに定義したIDisposableなオブジェクトを破棄するコードが簡潔になる↓ private void CloseFile() { stream?.Dispose(); }
1
2
9 Jun 2017
TIL: You can CloseFile() while async I/O is pending and (a) it's not an error and (b) it completes later and signals the event. Facepalm. :)
1
1
closeFile();
1
1
25 Feb 2016
@bitemyapp @jaennirin @argumatronic Otherwise if you have eg `closeFile :: File Open -> IO (File Closed)`, the `File Open` is still around!
1
1
1 Jan 2015
The win32 API CreateFile() and CloseFile() Functions wp.me/p3Lj0K-td

2
4