Skip to content

Instantly share code, notes, and snippets.

View zxh's full-sized avatar
🎈

zxh zxh

🎈
  • AWS, Amazon
  • Beijing
View GitHub Profile
@cstromme
cstromme / backend_go_dev.md
Last active January 26, 2018 09:02
Backend Go Developers (freelance, remote or on-site)

Backend Go Developers (freelance, remote or on-site)

Vuu are looking for you

Who we are

We are a dedicated team of movie and TV enthusiasts building a unique content platform centered around movies and TV-series for web, mobile and third-party systems.

Currently, we're growing our design and development team from the ground up. Given the competitive nature of our industry and the app development space, we're keeping our efforts to ourselves for the time being. But we'd love to give the right person the grand tour, and the option to join an exciting new startup in its early stages.

We are very open to remote freelancers, but require you to be open to visit our main office in Norway on a regular basis. Our remote workers start with a 2-4 week period in Norway before transitioning back to their remote locations, and come back to Norway every ~3 months for a 1-2 week period. All trips and stays in Norway are of cours

@MrKou47
MrKou47 / dunk.md
Last active June 30, 2020 19:00
Training Plan

Dunking

Training Plan:

Day 1:

  • Squats (3 Sets of 5 Reps)
  • Lunges (3 Sets of 10 Reps)
  • Frog Jumps (5 Sets of 10 Reps)
  • Box Jumps (3 Sets of 10 Reps)
@rosiehoyem
rosiehoyem / getting-started-with-airflow.md
Last active January 14, 2023 18:09
Getting Started With Airflow

Install Airflow

1. Install Airflow

Follow the installation instructions on the Airflow website.

Update Airflow Configurations

To configure Airflow to use Postgres rather than the default Sqlite3, go to airflow.cfg and update this configuration to LocalExecutor:

# The executor class that airflow should use. Choices include
@hwdsl2
hwdsl2 / .MOVED.md
Last active May 19, 2024 06:28
IPsec VPN Server Auto Setup Script for Ubuntu and Debian
@calo81
calo81 / LoggerFilter
Created March 18, 2012 12:48
Filter for reading and logging HttpServletRequest body, and resetting the input stream
package com.paddypower.financials.market.management.rest.logging;
import java.io.BufferedReader;
import java.io.ByteArrayInputStream;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import javax.servlet.Filter;
import javax.servlet.FilterChain;