Skip to content

Instantly share code, notes, and snippets.

View chaojian-zhang's full-sized avatar
🏯
When I am doing programming: I want to be God.

Charles Zhang chaojian-zhang

🏯
When I am doing programming: I want to be God.
View GitHub Profile
@chaojian-zhang
chaojian-zhang / pandoc.md2pdf.sublime-build
Created January 9, 2020 21:15 — forked from keuv-grvl/pandoc.md2pdf.sublime-build
Convert Markdown to PDF within Sublime Text using Pandoc
{
"cmd": ["pandoc --pdf-engine=xelatex --filter=pandoc-citeproc -o '$file_base_name.pdf' '$file_name'"],
"selector": "text.html.markdown",
"shell": true
}
@chaojian-zhang
chaojian-zhang / CSharpServer.cs
Last active January 16, 2020 03:54
A C# server that reads local files as input and output new total numbers based on input.
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
namespace CSharpServer
{
@chaojian-zhang
chaojian-zhang / RegRename
Created March 21, 2021 21:10
A CLI (Command Line Interface) utility to rename files with regular expression (C# style). Itch.IO: https://charles-zhang.itch.io/rename
using System;
using System.IO;
using System.Linq;
using System.Text.RegularExpressions;
namespace RegRename
{
class Program
{
static void Main(string[] args)
@chaojian-zhang
chaojian-zhang / TmuxUsageNotes.md
Last active September 8, 2021 17:27 — forked from MohamedAlaa/tmux-cheatsheet.markdown
Tmux Shortcuts & Cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s test
@chaojian-zhang
chaojian-zhang / Minecraft Mods.md
Created September 9, 2021 03:18
Minecraft MODs Installation Guide
@chaojian-zhang
chaojian-zhang / (Note) Rider Usage Note.k.md
Last active September 29, 2021 21:44
Rider for Unreal.

Assume VS 2019 style shortcut preset.

  • (Feature) Ctrl+T for Search Everywhere for symbols and definitions, which is different from Search from Files (Ctrl+Shift+F);
  • (Code Navigation) Alt+Shift+L: Navigate to file in solution explorer;
  • Put general language/usage notes here.

Snippets

  • Put Snippets here.

Print value of Pi to Any Number of Accuracy

@chaojian-zhang
chaojian-zhang / Test1.c
Created October 28, 2021 03:17
Basic Lectures on C
int main()
{
int a = 5;
int* b = &a;
int c[] = {1, 2, 3, 4, 5};
return 0;
}
@chaojian-zhang
chaojian-zhang / index.html
Created March 6, 2022 15:53
Clean empty HTML5 template
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Enter Title Here</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta name="description" content="Starter Template">
<meta name="author" content="Charles Zhang">
<link href="style.css" rel="stylesheet" />
@chaojian-zhang
chaojian-zhang / 202203 Books Sale.md
Last active March 24, 2022 04:02
Textbook information

(List is up-to-date per 20220322)

Overview

All prices negotiable; LIST PRICE MAY CHANGE (and become higher); Most of my books are either new or almost new because I always keep my books in very good conditions. Some even have insightful notes.

Most books are purchased within the past 4 years.

[Bundles]