Skip to content

Instantly share code, notes, and snippets.

View palapapa's full-sized avatar

palapapa palapapa

  • Taiwan
  • 12:21 (UTC +08:00)
View GitHub Profile
@palapapa
palapapa / .gitconfig
Created May 2, 2022 11:45
Git Aliases
[alias]
co = checkout
br = branch
st = status
cm = commit
logro = log --reverse --oneline
adog = log --all --decorate --oneline --graph --reflog
@palapapa
palapapa / SolveLinearEquationWithThreeVariables.cs
Last active December 24, 2020 10:24
Solve linear equation with three variables
using System;
using System.Collections.Generic;
class ThreeVariableLinearEquation
{
public float ACoefficient;
public float BCoefficient;
public float CCoefficient;
public float Answer;
@palapapa
palapapa / palapapa's Visual Studio Color Theme.vssettings
Last active February 24, 2022 14:19
palapapa's Visual Studio Color Theme
<UserSettings><ApplicationIdentity version="17.0"/><ToolsOptions><ToolsOptionsCategory name="Environment" RegisteredName="Environment"/></ToolsOptions><Category name="Environment_Group" RegisteredName="Environment_Group"><Category name="Environment_FontsAndColors" Category="{1EDA5DD4-927A-43a7-810E-7FD247D0DA1D}" Package="{DA9FB551-C724-11d0-AE1F-00A0C90FFFC3}" RegisteredName="Environment_FontsAndColors" PackageName="Visual Studio Environment Package"><PropertyValue name="Version">2</PropertyValue><FontsAndColors Version="2.0"><Theme Id="{1DED0138-47CE-435E-84EF-9EC1F439B749}"/><Categories><Category GUID="{FF349800-EA43-46C1-8C98-878E78F46501}" FontName="IBM 3270" FontSize="12" CharSet="1" FontIsDefault="No"><Items><Item Name="Brace Matching (Highlight)" Foreground="0x01000000" Background="0x01000001" BoldFont="No"/></Items></Category><Category GUID="{FA937F7B-C0D2-46B8-9F10-A7A92642B384}" FontIsDefault="Yes"><Items><Item Name="Artboard Background" Foreground="0x02000000" Background="0x02000000" BoldFont="No"
@palapapa
palapapa / cloudSettings
Last active October 9, 2022 04:32
VSCode Settings
{"lastUpload":"2022-10-09T04:32:49.484Z","extensionVersion":"v3.4.3"}