Skip to content

Instantly share code, notes, and snippets.

View shienyuan's full-sized avatar
🍊
Focusing

Shien Yuan shienyuan

🍊
Focusing
  • New Zealand
  • 09:28 (UTC +12:00)
View GitHub Profile
@shienyuan
shienyuan / free-disposable-email-providers.txt
Created June 6, 2023 13:31 — forked from drakodev/free-disposable-email-providers.txt
16413 Free or Disposable Email Providers Domains - Collected and combined from various resources primarily built on top of lists provided by Okutbay & frankwarwick
0-00.usa.cc
0-mail.com
0.pl
001.igg.biz
0039.cf
0039.ga
0039.gq
0039.ml
007addict.com
00b2bcr51qv59xst2.cf
@shienyuan
shienyuan / free-disposable-email-providers.txt
Created June 6, 2023 13:31 — forked from drakodev/free-disposable-email-providers.txt
16413 Free or Disposable Email Providers Domains - Collected and combined from various resources primarily built on top of lists provided by Okutbay & frankwarwick
0-00.usa.cc
0-mail.com
0.pl
001.igg.biz
0039.cf
0039.ga
0039.gq
0039.ml
007addict.com
00b2bcr51qv59xst2.cf
@shienyuan
shienyuan / README-Template.md
Created December 4, 2019 21:39 — forked from PurpleBooth/README-Template.md
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

@shienyuan
shienyuan / npmcrashcourse.txt
Created April 3, 2019 09:23 — forked from bradtraversy/npmcrashcourse.txt
NPM Crash Course Commands
# GET VERSION
npm -v (or --version)
# GET HELP
npm help
npm
# CREATE PACKAGE.JSON
npm init
npm init -y (or --yes)