Posts by Tags

bookmarks

cloud

A short Docker tutorial

3 minute read

Published:

Dockerfile

here is a example Dockerfile: ``` FROM node:alpine

coding

Java Handy Resources

6 minute read

Published:

Operator Precedence

I forgot the precedence of Java operators frequently, so I paste it here from Sedgewick’s Algo site.

liked sites

machine learning

misc

Configure Remote Server for Colab

less than 1 minute read

Published:

I set up the server and remote access to it as the example here and use the crontab reboot command as given. Moreover, I refer this to use the server as the backend via my macbook, so now the network mapping becomes Colab-> Chrome on my mac-> localhost:8880(on my mac) -> server_ip: 8888 on my home.

programming

Java Handy Resources

6 minute read

Published:

Operator Precedence

I forgot the precedence of Java operators frequently, so I paste it here from Sedgewick’s Algo site.

rl

tips

Configure Remote Server for Colab

less than 1 minute read

Published:

I set up the server and remote access to it as the example here and use the crontab reboot command as given. Moreover, I refer this to use the server as the backend via my macbook, so now the network mapping becomes Colab-> Chrome on my mac-> localhost:8880(on my mac) -> server_ip: 8888 on my home.

todos

tools

A short Docker tutorial

3 minute read

Published:

Dockerfile

here is a example Dockerfile: ``` FROM node:alpine

Configure Remote Server for Colab

less than 1 minute read

Published:

I set up the server and remote access to it as the example here and use the crontab reboot command as given. Moreover, I refer this to use the server as the backend via my macbook, so now the network mapping becomes Colab-> Chrome on my mac-> localhost:8880(on my mac) -> server_ip: 8888 on my home.