This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# Check APT | |
echo ============== | |
echo = apt update = | |
echo ============== | |
sudo apt update && sudo apt upgrade -y | |
# Install git | |
echo =============== | |
echo = git install = |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
Language: Cpp | |
# BasedOnStyle: LLVM | |
AccessModifierOffset: -2 | |
AlignAfterOpenBracket: Align | |
AlignConsecutiveMacros: true | |
AlignConsecutiveAssignments: true | |
AlignConsecutiveDeclarations: true | |
AlignEscapedNewlines: Right | |
AlignOperands: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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> | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"lastUpload":"2021-02-19T07:44:12.692Z","extensionVersion":"v3.4.3"} |