ギアッチョ
View gist:d7114e6d76f80b006d667ae779a3a6f8
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
View gist:201c671301dbeaf162051854da0b6c12
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
View web.md
HTTP
Connection
telnet www.example.com 80
curl -v www.example.com
Request
GET / HTTP/1.1
View cats-rank.md
Top (Powerful for most of the stages, and no alternatives at all)
- Miko Mitama (Uberfest)
- Kasa Jizo (Ultra Souls)
- Radiant Aphrodite (Almighties)
5 stars (Powerful for most of the stages, but could be replaced with specific cats)
- D'artanyan (Uberfest)
- D'arktanyan (Epicfest)
View rib-slides.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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> |
View gw2-builds.md
Professions
Elementalist
- TBA
Mesmer
- [wvw group boon share chronomancer][]
- [wvw roaming hybrid mirage][]
View aa.rb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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} |
View rails41_jsonb.rb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Rails.application.config.after_initialize do | |
ActiveSupport.on_load(:active_record) do | |
oid = ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::OID | |
# https://github.com/rails/rails/blob/v4.2.3/activerecord/lib/active_record/connection_adapters/postgresql/oid/jsonb.rb | |
oid::Jsonb = Class.new(oid::Json) do | |
def type | |
:jsonb | |
end |
NewerOlder