Skip to content

Instantly share code, notes, and snippets.

View apolkingg8's full-sized avatar
🍊
ORANGGGGGEEEEE!!!

Eddie Hsu apolkingg8

🍊
ORANGGGGGEEEEE!!!
View GitHub Profile
@apolkingg8
apolkingg8 / Markdium-TypeScript.ts
Created February 21, 2022 08:50
Markdium-Hello Markdium!
let foo = 'bar'
/**
Don't worry about the code block, it will be saved as a gist with right language format, and auto embed to your post.
**/
@apolkingg8
apolkingg8 / Markdium-Diff.diff
Created February 21, 2022 08:50
Markdium-Hello Markdium!
public class Hello1
{
public static void Main()
{
- System.Console.WriteLine("Hello, World!");
+ System.Console.WriteLine("Rock all night long!");
}
}
@apolkingg8
apolkingg8 / Markdium-Diff.diff
Created August 24, 2021 06:44
Markdium-Hello Markdium!
public class Hello1
{
public static void Main()
{
- System.Console.WriteLine("Hello, World!");
+ System.Console.WriteLine("Rock all night long!");
}
}
@apolkingg8
apolkingg8 / Markdium-TypeScript.ts
Created August 24, 2021 06:44
Markdium-Hello Markdium!
let foo = 'bar'
/**
Don't worry about the code block, it will be saved as a gist with right language format, and auto embed to your post.
**/
@apolkingg8
apolkingg8 / answer1.test.ts
Last active August 9, 2021 07:42
Orusky_pretest
import isSubset from "./answer1";
describe("answer1", ()=> {
// the time complex is O(n)
test("isSubset()", async ()=> {
expect(isSubset([], [])).toEqual(false)
expect(isSubset([`A`, `B`, `C`], [])).toEqual(false)
expect(isSubset([], [`A`, `B`, `C`])).toEqual(false)
@apolkingg8
apolkingg8 / Markdium-TypeScript.ts
Created July 1, 2021 08:39
Markdium-Hello Markdium!
let foo = 'bar'
/**
Don't worry about the code block, it will be saved as a gist with right language format, and auto embed to your post.
**/
@apolkingg8
apolkingg8 / Markdium-Diff.diff
Created July 1, 2021 08:39
Markdium-Hello Markdium!
public class Hello1
{
public static void Main()
{
- System.Console.WriteLine("Hello, World!");
+ System.Console.WriteLine("Rock all night long!");
}
}
@apolkingg8
apolkingg8 / Markdium-Diff.diff
Created June 11, 2021 06:41
Markdium-Hello Markdium!
public class Hello1
{
public static void Main()
{
- System.Console.WriteLine("Hello, World!");
+ System.Console.WriteLine("Rock all night long!");
}
}
@apolkingg8
apolkingg8 / Markdium-TypeScript.ts
Created June 11, 2021 06:41
Markdium-Hello Markdium!
let foo = 'bar'
/**
Don't worry about the code block, it will be saved as a gist with right language format, and auto embed to your post.
**/
@apolkingg8
apolkingg8 / Markdium-TypeScript.ts
Created June 4, 2021 03:21
Markdium-Hello Markdium!
let foo = 'bar'
/**
Don't worry about the code block, it will be saved as a gist with right language format, and auto embed to your post.
**/