Skip to content

Instantly share code, notes, and snippets.

View SotchNam's full-sized avatar

Sotch Nam SotchNam

  • 01:26 (UTC +02:00)
View GitHub Profile
@noromanba
noromanba / thinkpad-trackpoint-speed.mkd
Last active August 26, 2023 13:01
change pointer speed of Trackpoint on Thinkpad T60

Thinkpad Trackpoint speed configuration on Linux

change pointer speed of Trackpoint on Thinkpad

works well T60 with Ubuntu 13.10 and Ubuntu 14.04 LTS

how to change

speed configration by write integer to file

0 <- slower ------------ faster -> 250

@treastrain
treastrain / Makefile
Last active June 14, 2023 11:59
✅ A C++ project using OpenCV that can be compiled with Clang but not with GCC
OpenCV-Playground:
echo OpenCV-Playground
buildclang:
clang++ -Wall -std=c++17 -O0 \
-I../Libraries/opencv/include/opencv4 -L../Libraries/opencv/lib \
-lopencv_core -lopencv_videoio -lopencv_imgproc -lopencv_imgcodecs \
-o OpenCV-Playground \
main.cpp