Skip to content

Instantly share code, notes, and snippets.

View zerosign's full-sized avatar
🏠
Working from home

zerosign zerosign

🏠
Working from home
View GitHub Profile
Space: Available space, data directory space, and XLOG directory space (archived and unarchived)
Junk data
Table expansion
Index expansion
Deadtuple
Unreferenced large object
Running condition
Database age
Long transaction and 2PC
Sequence depletion
zerosign@pacifier ~/D/s/0001dc36dc357e83735c06577106693a-16aab867429adb85a24ed04eabcd0bc71750dbf2> nm libvec.a | grep '.o:'
vec.vec.3a1fbbbh-cgu.0.rcgu.o:
vec.vec.3a1fbbbh-cgu.1.rcgu.o:
vec.vec.3a1fbbbh-cgu.10.rcgu.o:
vec.vec.3a1fbbbh-cgu.11.rcgu.o:
vec.vec.3a1fbbbh-cgu.12.rcgu.o:
vec.vec.3a1fbbbh-cgu.13.rcgu.o:
vec.vec.3a1fbbbh-cgu.14.rcgu.o:
vec.vec.3a1fbbbh-cgu.15.rcgu.o:
vec.vec.3a1fbbbh-cgu.2.rcgu.o:
main: main.o libvec.a
gcc -o main main.o -L. -lvec -lpthread -ldl
main.o: main.c
gcc -o main.o -c main.c
libvec.a: vec.rs
rustc -C target-feature=+crt-static --crate-type staticlib vec.rs
clean:
<whitespace> ::= '\n' | '\t' | '\r' | ' '
<quote> ::= '"'
<digit_without_zero> ::= '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8' | '9'
<digit_zero> ::= '0'
<digit> ::= <digit_zero> | <digit_without_zero>
<letter> ::= 'A' | 'B' | 'C' | 'D' | 'E' | 'F' | 'G' | 'H' | 'I' | 'J' | 'K' | 'L' | 'M' | 'N' | 'O' | 'P' | 'Q' | 'R' | 'S' | 'T' | 'U' | 'V' | 'W' | 'X' | 'Y' | 'Z' | 'a' | 'b' | 'c' | 'd' | 'e' | 'f' | 'g' | 'h' | 'i' | 'j' | 'k' | 'l' | 'm' | 'n' | 'o' | 'p' | 'q' | 'r' | 's' | 't' | 'u' | 'v' | 'w' | 'x' | 'y' | 'z'
<symbol> ::= '_' | '-' | "'"
<token_dot> ::= '.'
<char> ::= <letter> | <digit> | <symbol>
<true> ::= "true"
https://github.com/git/git/blob/master/credential.c#L210-L250
module Convert
module DSL
def self.included(klass)
klass.define_singleton_method :convert do |method, &block|
raise StandardError unless [:from, :to].include?(method)
case method
when :from then
klass.define_singleton_method :from, &block
when :to then
klass.send :define_method, :to, &block
module Queryable
def query(*labels)
label = labels.shift
hash = self[label]
hash = self[label.to_sym] if hash.nil? && label.is_a?(String)
hash = self[label.to_s] if hash.nil? && label.is_a?(Symbol)
case hash
when Hash, Array
return hash if labels.empty?
- Architecting Dependable Systems
https://books.google.co.id/books?id=MKqqCAAAQBAJ&printsec=frontcover&dq=Architecting+Dependable+Systems&hl=id&sa=X&ved=0ahUKEwiK2oqrjtDiAhUOinAKHVpIB20Q6AEIMTAB#v=onepage&q=Architecting%20Dependable%20Systems&f=false
- Architecting Dependable Systems II
https://books.google.co.id/books/about/Architecting_Dependable_Systems_II.html?id=O3LF-b_G6I0C&redir_esc=y
- Architecting Dependable Systems III
https://books.google.co.id/books/about/Architecting_Dependable_Systems_III.html?id=aSyePtPveVIC&redir_esc=y
- Architecting Dependable Systems IV
https://books.google.co.id/books/about/Architecting_Dependable_Systems_IV.html?id=6e9zVvbu_1UC&redir_esc=y
- Architecting Dependable Systems V
https://books.google.co.id/books?id=ndprCQAAQBAJ&dq=Architecting+Dependable+Systems+V&hl=id
ArtifactRepository
------------------
+ pathOf(Artifact)
+ pathOfRemoteRepositoryMetadata(ArtifactMetadata)
+ pathOfLocalRepositoryMetadata(ArtifactMetadata, ArtifactRepository)
+ getUrl()
+ setUrl()
+ getBasedir()
+ getProtocol()
+ getId()

Keybase proof

I hereby claim:

  • I am zerosign on github.
  • I am zerosign (https://keybase.io/zerosign) on keybase.
  • I have a public key ASBMlyRLS9YbfAAyo2ipD3F9cKfRxAa5-cy5oslcPuStLwo

To claim this, I am signing this object: