Skip to content

Instantly share code, notes, and snippets.

View kjunichi's full-sized avatar

Junichi Kajiwara kjunichi

View GitHub Profile
@kjunichi
kjunichi / 202312.md
Last active December 24, 2024 09:00

2023年12月

sun mon tue wed thu fri sat
1 2
[3] 8 []
10 []
17
24 27
@kjunichi
kjunichi / 202401.md
Last active December 24, 2024 08:56

2024年1月

sun mon tue wed thu fri sat
1
[7] [13]
14 20
21 22
28

2024年7月

sun mon tue wed thu fri sat
2
7 [13]
14
21
28
@kjunichi
kjunichi / 202412.md
Last active December 26, 2024 06:35
2024年12月まとめ

2024年12月

sun mon tue wed thu fri sat
1
8 13
15
22
29
@kjunichi
kjunichi / gistCalendar.md
Last active February 4, 2025 09:53
my gistカレンダー
1 2 3 4 5 6 7 8 9 10 11 12
1/1 2/1 [12/1]
[1/2] 2/2 [12/2]
[1/3] 2/3 [12/3]
[1/4] 2/4 [12/4]
1/5 [12/5]
1/6 [12/6]
1/7 [12/7]
1/8 [12/8]

Rustはオーバーロードがない

extern "C" {
    pub fn cv_video_capture(camnum: c_int) -> *mut CvVideoCapture;
    pub fn cv_video_capture_with_apiPreference(camnum: c_int, apiPreference: c_int) -> *mut CvVideoCapture;
}
@kjunichi
kjunichi / build.md
Last active December 20, 2024 01:13
WindowsでpthreadをつかうJuliaの埋め込み

準備

vcpkgでpthreadを入れておく

vcpkg install pthreads:x64-windows

build

@kjunichi
kjunichi / 20241219.md
Last active December 19, 2024 06:33
2024年12月19日

cl.exeでJuliaを組み込む

cl /I %JULIA_DIR%\include\julia main.cpp /link /LIBPATH:%julia_dir%\lib libjulia.dll.a libopenlibm.dll.a
@kjunichi
kjunichi / notemycalendar.md
Last active February 23, 2025 05:16
noteの日記カレンダー
pip install --dry-run glances