Skip to content

Instantly share code, notes, and snippets.

View yihuajack's full-sized avatar
💭
Studying

Liu Yihua yihuajack

💭
Studying
View GitHub Profile
slug date title
/PRs
2023-04-05
Open-Source Contributions
Repo Date Languages Status
C #931 2022-01-12 C Merged
cacti #15 2022-07-04 C++ Open
HTML 12 hrs 10 mins ███████▊░░░░░░░░░░░░░ 37.4%
Other 8 hrs 59 mins █████▊░░░░░░░░░░░░░░░ 27.6%
C++ 5 hrs 36 mins ███▌░░░░░░░░░░░░░░░░░ 17.2%
sh 1 hr 33 mins ▉░░░░░░░░░░░░░░░░░░░░ 4.8%
QML 1 hr 26 mins ▉░░░░░░░░░░░░░░░░░░░░ 4.4%
@yihuajack
yihuajack / lststyle-VS2017.sty
Created September 22, 2020 05:07 — forked from pezcode/lststyle-VS2017.sty
Visual Studio 2017 C++ color scheme for the LaTeX listing package
% VS2017 C++ color scheme
\definecolor{clr-background}{RGB}{255,255,255}
\definecolor{clr-text}{RGB}{0,0,0}
\definecolor{clr-string}{RGB}{163,21,21}
\definecolor{clr-namespace}{RGB}{0,0,0}
\definecolor{clr-preprocessor}{RGB}{128,128,128}
\definecolor{clr-keyword}{RGB}{0,0,255}
\definecolor{clr-type}{RGB}{43,145,175}
\definecolor{clr-variable}{RGB}{0,0,0}
\definecolor{clr-constant}{RGB}{111,0,138} % macro color
@yihuajack
yihuajack / mips.sty
Last active September 18, 2020 07:05 — forked from walkie/mips.sty
MIPS Assembly language definition for the LaTeX listings package.
% MIPS Assembly language definition for the LaTeX `listings' package
%
% Author: Eric Walkingshaw <eric@walkingshaw.net>, Yihua Liu <yihuajack@live.cn>
%
% This code is in the public domain.
%
\ProvidesPackage{mips}
\RequirePackage{listings}
\lstdefinelanguage[mips]{Assembler}{%
alsoletter={.\$},
@yihuajack
yihuajack / settings.json
Last active September 18, 2020 02:13
A sample of Windows Terminal profiles including iTerm2-Color-Schemes, PowerShell 7, and other personalized settings
// 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",