Skip to content

Instantly share code, notes, and snippets.

View junbong's full-sized avatar

Lloyd Junbong Lee junbong

View GitHub Profile
<!doctype html>
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office">
<head>
<!-- NAME: SOFT -->
<!--[if gte mso 15]>
<xml>
<o:OfficeDocumentSettings>
<o:AllowPNG/>
<o:PixelsPerInch>96</o:PixelsPerInch>
</o:OfficeDocumentSettings>
// 2018-03 데이터
1. 전체 샵 수 (2213)
- 한국 및 다른 글로벌 전체 : 1850
- 일본 전체 : 363
2. 유료 샵 수 (832)
- 한국 및 다른 글로벌 유료 : 656
- 일본 유료 : 176
3. 전체 센서 수 (11699)
@junbong
junbong / urlUtils.test.ts
Created January 5, 2018 08:16
urlUtils.test.ts
```typescript
it("should returns proper URL when FilterOption object specified to queryParams parameter", () => {
const baseUrl = "http://foo.Bar.go";
const options: FunnelFilterOptions = {
tag: [
new OptionItem("shop", "Shop")
],
from: "2017-01-01",
to: "2017-01-02",
profile: new OptionItem("all", "All"),
@junbong
junbong / gist:948e892a39ae0b0190f41146d8c59a75
Created October 18, 2017 06:23
jOOQ 3.10 - Updated features for PostgresQL
https://www.jooq.org/notes
[ Other great improvements ]
----
Better support for PostgreSQL's ON CONFLICT clause
[ Features and Improvements ]
----
server {
listen 22;
server_name dev-sftp.zoyi.co;
location / {
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header Host $host;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_pass http://127.0.0.1:2222;
proxy_read_timeout 30;
@junbong
junbong / 20170601_o2o_deploy
Last active June 1, 2017 10:11
20170601_o2o_deploy
<< Begin >>
|
|
|
ELK -- (Deploy)
|
(ELK Test)
|
|
|
package your_package;
import android.animation.AnimatorSet;
import android.animation.ObjectAnimator;
import android.app.Activity;
import android.content.Context;
import android.graphics.Bitmap;
import android.graphics.Canvas;
import android.graphics.Color;
import android.graphics.Paint;