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-Diff.diff
Created June 4, 2021 03:21
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 3, 2021 12:34
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 June 3, 2021 12:34
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-text.txt
Created January 5, 2020 15:21
Markdium-Test
gcloud config list project
@apolkingg8
apolkingg8 / Markdium-Shell.bash
Created January 5, 2020 15:21
Markdium-Test
docker rmi node-app:0.2 gcr.io/[project-id]/node-app node-app:0.1
docker rmi node:6
docker rmi $(docker images -aq) # remove remaining images
docker images
@apolkingg8
apolkingg8 / Markdium-Shell.bash
Created January 5, 2020 15:21
Markdium-Test
docker stop $(docker ps -q)
docker rm $(docker ps -aq)
@apolkingg8
apolkingg8 / Markdium-Shell.bash
Created January 5, 2020 15:21
Markdium-Test
ls
@apolkingg8
apolkingg8 / Markdium-Shell.bash
Created January 5, 2020 15:21
Markdium-Test
docker tag node-app:0.2 gcr.io/[project-id]/node-app:0.2
@apolkingg8
apolkingg8 / Markdium-Shell.bash
Created January 5, 2020 15:21
Markdium-Test
docker inspect [container_id]
@apolkingg8
apolkingg8 / Markdium-Shell.bash
Created January 5, 2020 15:21
Markdium-Test
docker logs [container_id]