Skip to content

Instantly share code, notes, and snippets.

View htlcnn's full-sized avatar

Long htlcnn

  • Hanoi, Vietnam
View GitHub Profile
@htlcnn
htlcnn / clock.html
Created July 21, 2024 15:13 — forked from kirinelf/clock.html
OBS Studio: A HTML page for showing current date and time in the video
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>A simple clock</title>
</head>
<body translate="no" >
@htlcnn
htlcnn / lockview.py
Created May 21, 2023 09:02 — forked from Fweeb/lockview.py
Blender add-on for exposing the 3D View's rotation locking feature
# ***** BEGIN GPL LICENSE BLOCK *****
#
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of