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
/* | |
_ _ _ _____ _ ____ _ | |
| \ | | ___ | |_ | ___| | __ _ _ __ _ __ _ _ | _ \ _ _ ___| | __ | |
| \| |/ _ \| __| | |_ | |/ _` | '_ \| '_ \| | | | | | | | | | |/ __| |/ / | |
| |\ | (_) | |_ | _| | | (_| | |_) | |_) | |_| | | |_| | |_| | (__| < | |
|_| \_|\___/ \__| |_| |_|\__,_| .__/| .__/ \__, | |____/ \__,_|\___|_|\_\ | |
|_| |_| |___/ | |
compiler : GCC | |
command : gcc source.c -o FlappyBird.exe -Werror -Wall -W -s | |
license : www.unlicense.org (Please credit my channel tho) |
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
package main | |
import ( | |
"fmt" | |
"os" | |
"time" | |
"github.com/go-git/go-git/v5" | |
"github.com/go-git/go-git/v5/plumbing" | |
"github.com/go-git/go-git/v5/plumbing/object" |
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
package main | |
import ( | |
"compress/zlib" | |
"crypto/sha1" | |
"encoding/hex" | |
"errors" | |
"fmt" | |
"hash" | |
"io" |
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
# ~/AppData/Local/nvim/init.vim | |
# ~/.config/nvim/init.vim | |
set guicursor=a:ver25-blinkon10 |
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
// | |
#include <Windows.h> | |
class ProcessGroup { | |
public: | |
ProcessGroup() = default; | |
ProcessGroup(const ProcessGroup &) = delete; | |
ProcessGroup &operator=(const ProcessGroup &) = delete; | |
~ProcessGroup() { | |
if (hJob != nullptr) { |
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
https://mirrors.tuna.tsinghua.edu.cn/github-release/be5invis/ | |
https://mirrors.tuna.tsinghua.edu.cn/github-release/be5invis/Sarasa-Gothic/ | |
https://www.lanzous.com/b405554/ |
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 file was initially generated by Windows Terminal 0.11.1333.0 | |
// It should still be usable in newer versions, but newer versions might have additional | |
// settings, help text, or changes that you will not see unless you clear this file | |
// and let us generate a new one for you. | |
// To view the default settings, hold "alt" while clicking on the "Settings" button. | |
// For documentation on these settings, see: https://aka.ms/terminal-documentation | |
{ | |
"$schema": "https://aka.ms/terminal-profiles-schema", | |
"defaultProfile": "{574e775e-4f2a-5b96-ac1e-a2962a402336}", | |
// You can add more global application settings here. |
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
// | |
// vadefs.h | |
// | |
// Copyright (c) Microsoft Corporation. All rights reserved. | |
// | |
// Definitions of macro helpers used by <stdarg.h>. This is the topmost header | |
// in the CRT header lattice, and is always the first CRT header to be included, | |
// explicitly or implicitly. Therefore, this header also has several definitions | |
// that are used throughout the CRT. | |
// |
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
/*++ | |
Copyright (c) Microsoft Corporation. All rights reserved. | |
Module Name: | |
projectedfslib.h | |
Abstract: |
NewerOlder