Skip to content

Instantly share code, notes, and snippets.

View JuenTingShie's full-sized avatar
🧑‍💼
Working in Taiwan

JuenTingShie JuenTingShie

🧑‍💼
Working in Taiwan
View GitHub Profile
@JuenTingShie
JuenTingShie / run.sh
Last active December 4, 2022 22:48
My brand-new linux startup
#!/usr/bin/env bash
# Check APT
echo ==============
echo = apt update =
echo ==============
sudo apt update && sudo apt upgrade -y
# Install git
echo ===============
echo = git install =
@JuenTingShie
JuenTingShie / how
Last active October 29, 2021 05:41
cheatsheet in bash
# This simple function is to get cheatsheet from http://cht.sh/
# Nothing complex else!
# install:
# Put into your .bashrc
# usage:
# how {language}/{word1}+{word2}
function how () {
if [ $# -eq 0 ]; then
curl cht.sh/;
else
Logging to C:/Data/Users/NTUST/AppData/Local/Packages/Template3D_pzq3xp76mxafg/TempState/UnityPlayer.log
Loading native plugins
Loading opus_egpv.dll
Loading mrwebrtc.dll
Loading AudioPluginMsHRTF.dll
Module information:
Built with Compiler Ver '191627012'
Built from '2019.4/release' branch
Version is '2019.4.18f1 (3310a4d4f880)'
Master build
---
Language: Cpp
# BasedOnStyle: LLVM
AccessModifierOffset: -2
AlignAfterOpenBracket: Align
AlignConsecutiveMacros: true
AlignConsecutiveAssignments: true
AlignConsecutiveDeclarations: true
AlignEscapedNewlines: Right
AlignOperands: true
// Bounce.c
// Demonstrates a simple animated rectangle program with GLUT
// OpenGL SuperBible, 2nd Edition
// Richard S. Wright Jr.
#include <time.h>
#include <windows.h>
#include <gl/glut.h>
// Bounce.c
// Demonstrates a simple animated rectangle program with GLUT
// OpenGL SuperBible, 2nd Edition
// Richard S. Wright Jr.
#include <windows.h>
#include <gl/glut.h>
// Initial square position and size
@JuenTingShie
JuenTingShie / cloudSettings
Last active February 19, 2021 07:44
VScode setting sync
{"lastUpload":"2021-02-19T07:44:12.692Z","extensionVersion":"v3.4.3"}