I hereby claim:
- I am felixfong227 on github.
- I am felixfong227 (https://keybase.io/felixfong227) on keybase.
- I have a public key whose fingerprint is C7BD E515 D8BC 8002 47F8 B8BF B2B1 D62A A8EB 3212
To claim this, I am signing this object:
| document.write("Hello Gits"); |
| const body = document.body; | |
| body.innerHTML = "<h1>Hello Mate</h1>"; |
| ## | |
| # Host Database | |
| # | |
| # localhost is used to configure the loopback interface | |
| # when the system is booting. Do not change this entry. | |
| ## | |
| # Lunix /etc/ | |
| # Windows \WINDOWS\system32\drivers\etc |
| const gulp = require("gulp") | |
| ,uglify = require('gulp-uglify') | |
| ,babel = require('gulp-babel') | |
| ,scss = require("gulp-sass") | |
| ,browserify = require("gulp-browserify") | |
| ,rename = require('gulp-rename') | |
| ; | |
| const paths = { | |
| scripts: ['bin/js/**/*.js'] |
| { | |
| "packageInstaller": "yarn", | |
| "routerdirectory": "app/router" | |
| } |
| This is a simple text file that contain useless information that we are not going to use it anyways lol |
| require "kemal" | |
| sha256 = OpenSSL::Digest.new("sha256") | |
| get "/:name" do |env| | |
| name = env.params.url["name"] | |
| render "public/index.ecr" | |
| end | |
| post "/upload" do |env| |
| echo "== Installing Docker And Docker Compose ==" | |
| echo "" | |
| echo "Step 1: Update yum" | |
| sudo yum update | |
| echo "DONE: Update yum" | |
| echo "Step 2: Install Docker via yum" | |
| sudo yum install -y docker | |
| echo "DONE: Install Docker via yum" |
I hereby claim:
To claim this, I am signing this object: