Skip to content

Instantly share code, notes, and snippets.

View godfat's full-sized avatar

Lin Jen-Shin (godfat) godfat

View GitHub Profile

ギアッチョ

https://gitlab.com/gitlab-com/team-member-epics/access-requests/-/issues/5942
https://gitlab.com/gitlab-org/quality/triage-ops/-/issues/631
https://gitlab.com/gitlab-com/www-gitlab-com/-/merge_requests/71331
https://gitlab.com/gitlab-org/gitlab/-/issues/295282
https://gitlab.com/gitlab-org/gitlab/-/merge_requests/50862/diffs#note_478582827
https://gitlab.com/gitlab-org/quality/triage-serverless/-/merge_requests/44/diffs#note_477988288
https://gitlab.com/gitlab-com/www-gitlab-com/-/merge_requests/70931#note_478214022
https://gitlab.com/gitlab-org/gitlab/-/merge_requests/50869
https://gitlab.com/gitlab-org/quality/team-tasks/-/issues/757
Hi, GM is Kanna.
<1.4.4 version update contents>
================================================== =========================
▶ New Hero Legion / Centurion Remus
- Remus is a commander in the fight against a powerful legion.
Remus's soldiers become more powerful as they get together because of strong training.

HTTP

Connection

telnet www.example.com 80
curl -v www.example.com

Request

GET / HTTP/1.1
@godfat
godfat / cats-rank.md
Last active April 26, 2019 08:14
The Battle Cats - Cats rank

Top (Powerful for most of the stages, and no alternatives at all)

  1. Miko Mitama (Uberfest)
  2. Kasa Jizo (Ultra Souls)
  3. Radiant Aphrodite (Almighties)

5 stars (Powerful for most of the stages, but could be replaced with specific cats)

  • D'artanyan (Uberfest)
  • D'arktanyan (Epicfest)
<!DOCTYPE HTML>
<html lang="en">
<head>
<title>Rib</title>
<meta charset="utf-8">
<meta name="viewport" content="width=792, user-scalable=no">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<link href="http://www.godfat.org/slide/asset/screen-8.4.css" rel="stylesheet" type="text/css">
<style>
@godfat
godfat / aa.rb
Created March 2, 2018 13:56
settingslogic madness
require 'settingslogic'
class Settings < Settingslogic
source 'aa.yaml'
end
Settings.a['d'] = 2
p Settings.a # {"b"=>0, "c"=>1, "d"=>2}
p Settings['a'] # {"b"=>0, "c"=>1}
@godfat
godfat / gw2-builds.md
Last active March 19, 2018 06:33
GW2 builds

Professions

Elementalist

  • TBA

Mesmer

  • [wvw group boon share chronomancer][]
  • [wvw roaming hybrid mirage][]
@godfat
godfat / corrupt.rb
Created August 8, 2017 10:36
This produces "@@ -24,7 +24,7 @@ Redactedでは**レイヤ**における**zIndex**属性を制御可能にする�"
require 'rugged'
require 'fileutils'
def with_empty_bare_repository(name = nil)
path = name || 'empty-bare-repository'
yield(Rugged::Repository.init_at(path, :bare))
ensure
FileUtils.rm_rf(path)