Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Abbreviation = []string{
"TCP",
"HTTP",
"SDD",
"RAM",
"GB",
"CSS",
"SSL",
"AGP",
"SQL",
"FTP",
"PCI",
"AI",
"ADP",
"RSS",
"XML",
"EXE",
"COM",
"HDD",
"THX",
"SMTP",
"SMS",
"USB",
"PNG",
"SAS",
"IB",
"SCSI",
"JSON",
"XSS",
"JBOD",
}
View Source
var Adjective = []string{
"auxiliary",
"primary",
"back-end",
"digital",
"open-source",
"virtual",
"cross-platform",
"redundant",
"online",
"haptic",
"multi-byte",
"bluetooth",
"wireless",
"1080p",
"neural",
"optical",
"solid state",
"mobile",
}
View Source
var IngVerb = []string{
"backing up",
"bypassing",
"hacking",
"overriding",
"compressing",
"copying",
"navigating",
"indexing",
"connecting",
"generating",
"quantifying",
"calculating",
"synthesizing",
"transmitting",
"programming",
"parsing",
}
View Source
var Noun = []string{
"driver",
"protocol",
"bandwidth",
"panel",
"microchip",
"program",
"port",
"card",
"array",
"interface",
"system",
"sensor",
"firewall",
"hard drive",
"pixel",
"alarm",
"feed",
"monitor",
"application",
"transmitter",
"bus",
"circuit",
"capacitor",
"matrix",
}
View Source
var Phrase = []string{
"If we #{.Hacker.Verb} the #{.Hacker.Noun}, we can get to the #{.Hacker.Abbreviation} #{.Hacker.Noun} through the #{.Hacker.Adjective} #{.Hacker.Abbreviation} #{.Hacker.Noun}!",
"We need to #{.Hacker.Verb} the #{.Hacker.Adjective} #{.Hacker.Abbreviation} #{.Hacker.Noun}!",
"Try to #{.Hacker.Verb} the #{.Hacker.Abbreviation} #{.Hacker.Noun}, maybe it will #{.Hacker.Verb} the #{.Hacker.Adjective} #{.Hacker.Noun}!",
"You can't #{.Hacker.Verb} the #{.Hacker.Noun} without #{.Hacker.IngVerb} the #{.Hacker.Adjective} #{.Hacker.Abbreviation} #{.Hacker.Noun}!",
"Use the #{.Hacker.Adjective} #{.Hacker.Abbreviation} #{.Hacker.Noun}, then you can #{.Hacker.Verb} the #{.Hacker.Adjective} #{.Hacker.Noun}!",
"The #{.Hacker.Abbreviation} #{.Hacker.Noun} is down, #{.Hacker.Verb} the #{.Hacker.Adjective} #{.Hacker.Noun} so we can #{.Hacker.Verb} the #{.Hacker.Abbreviation} #{.Hacker.Noun}!",
"#{.Hacker.IngVerb} the #{.Hacker.Noun} won't do anything, we need to #{.Hacker.Verb} the #{.Hacker.Adjective} #{.Hacker.Abbreviation} #{.Hacker.Noun}!",
"I'll #{.Hacker.Verb} the #{.Hacker.Adjective} #{.Hacker.Abbreviation} #{.Hacker.Noun}, that should #{.Hacker.Noun} the #{.Hacker.Abbreviation} #{.Hacker.Noun}!",
}
View Source
var Verb = []string{
"back up",
"bypass",
"hack",
"override",
"compress",
"copy",
"navigate",
"index",
"connect",
"generate",
"quantify",
"calculate",
"synthesize",
"input",
"transmit",
"program",
"reboot",
"parse",
}
Functions ¶
This section is empty.
Types ¶
type Definitions ¶
type Definitions struct {
Abbreviation, Adjective,
Noun, Verb, IngVerb,
Phrase []string
}
func Export ¶
func Export() Definitions
Click to show internal directories.
Click to hide internal directories.