ngrok http 8888
ssh -R yoursubdomain:80:localhost:8888 serveo.net
Hi there
Forwarding HTTP traffic from https://yoursubdomain.serveo.net
Press g to start a GUI session and ctrl-c to quit.
...
# -*- coding: utf-8 -*- | |
# | |
# Copyright 2020 isobar. All Rights Reserved. | |
# | |
# Usage: | |
# python qrdecoder.py img.jpg | |
# | |
import os | |
import sys | |
import json |
<!DOCTYPE html> | |
<html> | |
<html> | |
<head> | |
<style> | |
/* | |
嘗試用 css 3d 做出旋轉木馬的效果 | |
目標:儘可能使用 css | |
*/ |
# | |
# Simple dockerignore file for nodejs | |
# | |
# |-- .dockerignore | |
# |-- Makefile | |
# |-- app | |
# |-- creds | |
# |-- modules | |
# |-- node_modules | |
# |-- public |
#!/bin/sh | |
# | |
# Copyright 2018 isobar. All Rights Reserved. | |
# | |
# Usage: | |
# ./mk-node-package-conf.sh web-server wwwins | |
# | |
echo '>>>>> nodejs package.json init <<<<<' | |
if [ -z "$1" ] |
#!/usr/bin/env python2 | |
# | |
# Copyright 2019 isobar. All Rights Reserved. | |
# | |
# Count files in folder | |
# | |
# Usage: | |
# image-cnt.py public/upload | |
# | |
import os |
#!/bin/sh | |
FILENAME="XXX.py" | |
if [ -z $CORES ] | |
then | |
CORES=3 | |
fi | |
cnt=0 |
#!/bin/sh | |
sleep $(awk 'BEGIN { "date +%N" | getline seed; srand(seed); print rand(); }') |
#!/usr/bin/python | |
# | |
# Copyright 2019 isobar. All Rights Reserved. | |
# | |
# Move files to folder by date | |
# | |
# Usage: | |
# mv2folder.py . | |
# |
ngrok http 8888
ssh -R yoursubdomain:80:localhost:8888 serveo.net
Hi there
Forwarding HTTP traffic from https://yoursubdomain.serveo.net
Press g to start a GUI session and ctrl-c to quit.
...