Skip to content

Instantly share code, notes, and snippets.

View LiuToki's full-sized avatar
💭
vscodeのUIから選択できるgit stashコマンドを修正したい

TUKUMO Ray LiuToki

💭
vscodeのUIから選択できるgit stashコマンドを修正したい
View GitHub Profile
@steve02081504
steve02081504 / _main.md
Last active May 6, 2022 01:48
How to get your ghost to support Discord Rich Presence
@UnaNancyOwen
UnaNancyOwen / CMakeLists.txt
Last active August 10, 2022 02:17
Start Project for Point Cloud Library
cmake_minimum_required( VERSION 3.6 )
# Language
enable_language( CXX )
# Compiler Settings
set( CMAKE_CXX_STANDARD 17 )
set( CMAKE_CXX_STANDARD_REQUIRED ON )
set( CMAKE_CXX_EXTENSIONS OFF )
@merrielle
merrielle / css-get-better-quickly.md
Last active June 11, 2022 02:16
CSS for those who want to get better quickly

CSS for those who want to get better quickly

START HERE for an overview of CSS language features.

How do you write css? What does the @ symbol mean? How do you use css functions? In general, MDN is always an excellent resource and makes up the majority of the links on this page.

How to debug CSS
Summary: Right click on an element in a web page and click "Inspect”\

@grantpete
grantpete / index.html
Created January 20, 2022 05:53
The Last Experience
<canvas></canvas><!--
o
\_/\o
( Oo) \|/
(_=-) .===O- ~~Z~A~P~~ -O-
/ \_/U' /|\
|| |_/
\\ |
{K ||
| PP
@raulqf
raulqf / Install_OpenCV4_CUDA12.6_CUDNN8.9.md
Last active September 10, 2024 08:07
How to install OpenCV 4.10 with CUDA 12 in Ubuntu 24.04

Install OpenCV 4.10 with CUDA 12.6 and CUDNN 8.9 in Ubuntu 24.04

First of all install update and upgrade your system:

    $ sudo apt update
    $ sudo apt upgrade

Then, install required libraries:

@hashrock
hashrock / diag.md
Last active February 26, 2024 05:51
作図系ツール・ライブラリまとめ

シーケンス図とかフローチャートをしごとで描画することになった場合、 テキストから生成できたら楽なので、それ系のツールまとめ

GraphViz

http://www.graphviz.org/

  • C製
  • Doxygen, Moinmoinなどと連携可能
  • ブロック図、クラス図、ネットワーク図など
@jboner
jboner / latency.txt
Last active September 19, 2024 22:27
Latency Numbers Every Programmer Should Know
Latency Comparison Numbers (~2012)
----------------------------------
L1 cache reference 0.5 ns
Branch mispredict 5 ns
L2 cache reference 7 ns 14x L1 cache
Mutex lock/unlock 25 ns
Main memory reference 100 ns 20x L2 cache, 200x L1 cache
Compress 1K bytes with Zippy 3,000 ns 3 us
Send 1K bytes over 1 Gbps network 10,000 ns 10 us
Read 4K randomly from SSD* 150,000 ns 150 us ~1GB/sec SSD