Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Go-Learning-Land/Go-Learning-Archive
/ functions
Functions
5,073 in github.com/Go-Learning-Land/Go-Learning-Archive
⨍
Functions
5,073
◇
Types & classes
815
↓ 2 callers
Function
show_next
(i)
GolangBooks/blackhatGo/ch-4/credential_harvester/public/index_files/app.js:4029
↓ 2 callers
Function
singlerot
(c int8, s *Node)
GolangDataStructuresAndAlgorithms/Golang Data Structures/trees/avltree/avltree.go:361
↓ 2 callers
Function
sink
(name string, in <-chan Message)
GolangBooks/handsOnSoftwareArch/Chapter06/fan_out.go:57
↓ 2 callers
Function
slashEndpoint
(server, URL string)
GolangBooks/masteringGo/ch10/rClient.go:135
↓ 2 callers
Function
sortData
(data interface{})
GolangBooks/masteringGo/ch04/sortCSV.go:146
↓ 2 callers
Function
sortTwo
Sorting from smaller to bigger value
GolangBooks/masteringGo/ch05/functions.go:10
↓ 2 callers
Function
square
(in <-chan int)
GolangConcurrency/Concurrency_in_Go_Golang_udemy_course/02-exercise-solution/02-pipeline/02-pipeline/main.go:21
↓ 2 callers
Function
square
(in <-chan int)
GolangConcurrency/Concurrency_in_Go_Golang_udemy_course/02-exercise-solution/02-pipeline/01-pipeline/main.go:17
↓ 2 callers
Function
square
(done <-chan struct{}, in <-chan int)
GolangConcurrency/Concurrency_in_Go_Golang_udemy_course/02-exercise-solution/02-pipeline/03-pipeline/main.go:27
↓ 2 callers
Function
square
(in <-chan int)
GolangConcurrency/Concurrency_in_Go_Golang_udemy_course/02-class-codewalk/01-pipeline/main.go:21
↓ 2 callers
Function
square
(in <-chan int)
GolangConcurrency/Concurrency_in_Go_Golang_udemy_course/02-exercise/02-pipeline/03-pipeline/main.go:23
↓ 2 callers
Method
start
()
GolangBasics/learngo/logparser/functional/pipeline.go:51
↓ 2 callers
Method
strToInt
(s string)
GolangBooks/blackhatGo/ch-13/imgInject/pnglib/commands.go:206
↓ 2 callers
Method
string
()
GolangBasics/learngo/interfaces/09-little-refactor/money.go:15
↓ 2 callers
Method
string
()
GolangBasics/learngo/interfaces/03-nonstructs/money.go:15
↓ 2 callers
Function
sum
(nums []int)
GolangBasics/learngo/advfuncs/01-variadic-funcs/main.go:69
↓ 2 callers
Method
sum
sum the numeric fields with another record.
GolangBasics/learngo/logparser/v5/pipe/record.go:38
↓ 2 callers
Function
swap
swap method
GolangDataStructuresAndAlgorithms/Learn-Data-Structures-and-Algorithms-with-Golang/Chapter08/quick_sort.go:38
↓ 2 callers
Function
switchPlayer
switchPlayer switches to the next player
GolangBasics/learngo/x-tba/tictactoe/08-multi-loop/main.go:63
↓ 2 callers
Function
textReader
(r io.Reader)
GolangBasics/learngo/logparser/functional/textreader.go:17
↓ 2 callers
Function
textWriter
(w io.Writer)
GolangBasics/learngo/logparser/functional/textwriter.go:32
↓ 2 callers
Function
timeEndpoint
(server string)
GolangBooks/masteringGo/ch10/rClient.go:113
↓ 2 callers
Function
toTimestamp
toTimestamp returns a timestamp value depending on the type of `v`.
GolangBasics/learngo/interfaces/10-stringer/timestamp.go:36
↓ 2 callers
Function
toTimestamp
toTimestamp returns a timestamp value depending on the type of `v`.
GolangBasics/learngo/interfaces/09-little-refactor/timestamp.go:34
↓ 2 callers
Function
toTimestamp
(v interface{})
GolangBasics/learngo/interfaces/11-sort/timestamp.go:30
↓ 2 callers
Function
toggle_preview_headers
* Switch between short and full headers display in message preview
GolangBooks/blackhatGo/ch-4/credential_harvester/public/index_files/ui.js:716
↓ 2 callers
Method
uatoi
uatoi parses an unsigned integer string and saves the error. it assumes that the val is unsigned. for ease of usability: it returns an int instead of
GolangBasics/learngo/logparser/functional/field.go:23
↓ 2 callers
Function
utf8_decode
(utftext)
GolangBooks/blackhatGo/ch-4/credential_harvester/public/index_files/common.js:716
↓ 2 callers
Function
validate
validate whether a parsed record is valid or not.
GolangBasics/learngo/logparser/v5/pipe/record.go:93
↓ 2 callers
Method
validate
validate whether the current record is valid or not.
GolangBasics/learngo/logparser/v6/logly/record/validate.go:14
↓ 2 callers
Function
vals
()
GolangBasics/GoByExample/013MultipleReturnValues.go:5
↓ 2 callers
Function
w
(i,s,n)
GolangBooks/blackhatGo/ch-4/credential_harvester/public/index_files/jquery-ui-1.10.4.custom.min.js:36
↓ 2 callers
Function
wait
()
GolangBasics/learngo/x-tba/tictactoe/14-more-tests/main.go:72
↓ 2 callers
Function
wait
()
GolangBasics/learngo/x-tba/tictactoe/16-types/main.go:50
↓ 2 callers
Function
wait
VERSION 1: LABELED BREAK func main() { printBoard() // this a label: it can be used by break, continue and goto theGameLoop: // loop forever unti
GolangBasics/learngo/x-tba/tictactoe/13-detect-winning/main.go:118
↓ 2 callers
Function
wait
()
GolangBasics/learngo/x-tba/tictactoe/15-os-args/main.go:50
↓ 2 callers
Method
walk1
(a int)
GolangDataStructuresAndAlgorithms/Golang Data Structures/trees/avltree/avltree.go:427
↓ 2 callers
Method
withinRange
Check that the index is within bounds of the list
GolangDataStructuresAndAlgorithms/Golang Data Structures/queues/circularbuffer/circularbuffer.go:139
↓ 2 callers
Method
withinRange
Check that the index is within bounds of the list
GolangDataStructuresAndAlgorithms/Golang Data Structures/queues/arrayqueue/arrayqueue.go:86
↓ 2 callers
Method
withinRange
Check that the index is within bounds of the list
GolangDataStructuresAndAlgorithms/Golang Data Structures/trees/binaryheap/binaryheap.go:164
↓ 2 callers
Method
withinRange
Check that the index is within bounds of the list
GolangDataStructuresAndAlgorithms/Golang Data Structures/stacks/arraystack/arraystack.go:88
↓ 1 callers
Method
APIInfo
()
GolangBooks/blackhatGo/ch-3/shodan/shodan/api.go:18
↓ 1 callers
Function
Ab
(a,b,c,d)
GolangBooks/blackhatGo/ch-4/credential_harvester/public/index_files/jquery.min.js:36
↓ 1 callers
Function
Add
Add - sequential code to add numbers
GolangConcurrency/Concurrency_in_Go_Golang_udemy_course/01-exercise/01-goroutines/04-add/counting/count.go:23
↓ 1 callers
Function
Add
Add - sequential code to add numbers
GolangConcurrency/Concurrency_in_Go_Golang_udemy_course/01-exercise-solution/01-goroutines/04-add/counting/count.go:26
↓ 1 callers
Function
Add
Traditional Add() function
GolangBooks/masteringGo/ch04/methods.go:12
↓ 1 callers
Method
Add
Add method
GolangDataStructuresAndAlgorithms/Learn-Data-Structures-and-Algorithms-with-Golang/Chapter10/reference_counting.go:29
↓ 1 callers
Method
Add
Type method Add()
GolangBooks/masteringGo/ch04/methods.go:23
↓ 1 callers
Method
Add
(v uint)
GolangBooks/handsOnSoftwareArch/Chapter12/generics/list/list-unit.go:15
↓ 1 callers
Method
AddAfter
AddAfter method of LinkedList
GolangDataStructuresAndAlgorithms/Learn-Data-Structures-and-Algorithms-with-Golang/Chapter03/doubly_linked_list.go:51
↓ 1 callers
Method
AddAfter
AddAfter method adds a node with nodeProperty after node with property
GolangDataStructuresAndAlgorithms/Learn-Data-Structures-and-Algorithms-with-Golang/Chapter03/linked_list.go:50
↓ 1 callers
Method
AddChild
(InterfaceX)
GolangBooks/handsOnSoftwareArch/Chapter03/composite.go:10
↓ 1 callers
Function
AddConcurrent
TODO: complete the concurrent version of add function. AddConcurrent - concurrent code to add numbers
GolangConcurrency/Concurrency_in_Go_Golang_udemy_course/01-exercise/01-goroutines/04-add/counting/count.go:34
↓ 1 callers
Function
AddConcurrent
AddConcurrent - concurrent code to add numbers
GolangConcurrency/Concurrency_in_Go_Golang_udemy_course/01-exercise-solution/01-goroutines/04-add/counting/count.go:35
↓ 1 callers
Method
AddToEnd
AddToEnd method of LinkedList
GolangDataStructuresAndAlgorithms/Learn-Data-Structures-and-Algorithms-with-Golang/Chapter03/doubly_linked_list.go:81
↓ 1 callers
Method
AddToEnd
AddToEnd method adds the node with property to the end
GolangDataStructuresAndAlgorithms/Learn-Data-Structures-and-Algorithms-with-Golang/Chapter03/linked_list.go:79
↓ 1 callers
Function
AdjustTokenPrivileges
adjustTokenPrivileges from core zsyscall_windows.go
GolangBooks/blackhatGo/ch-12/procInjector/winsys/token.go:229
↓ 1 callers
Function
All
(vs []string, f func(string) bool)
GolangBasics/GoByExample/046CollectionFunctions.go:30
↓ 1 callers
Function
Any
(vs []string, f func(string) bool)
GolangBasics/GoByExample/046CollectionFunctions.go:21
↓ 1 callers
Method
Append
Append appends a value (one or more) at the end of the list (same as Add())
GolangDataStructuresAndAlgorithms/Golang Data Structures/lists/singlylinkedlist/singlylinkedlist.go:60
↓ 1 callers
Method
Attach
(observer Observer)
GolangBooks/handsOnSoftwareArch/Chapter03/observer.go:14
↓ 1 callers
Function
B
(a, b chan struct{})
GolangBooks/masteringGo/ch07/defineOrder.go:18
↓ 1 callers
Function
BalanceTree
balanceTree method
GolangDataStructuresAndAlgorithms/Learn-Data-Structures-and-Algorithms-with-Golang/Chapter04/avl_tree.go:78
↓ 1 callers
Method
Begin
Begin resets the iterator to its initial state (one-before-first) Call Next() to fetch the first element if any.
GolangDataStructuresAndAlgorithms/Golang Data Structures/queues/circularbuffer/iterator.go:60
↓ 1 callers
Method
Begin
Begin resets the iterator to its initial state (one-before-first) Call Next() to fetch the first element if any.
GolangDataStructuresAndAlgorithms/Golang Data Structures/queues/linkedlistqueue/iterator.go:49
↓ 1 callers
Method
Begin
Begin resets the iterator to its initial state (one-before-first) Call Next() to fetch the first element if any.
GolangDataStructuresAndAlgorithms/Golang Data Structures/queues/arrayqueue/iterator.go:59
↓ 1 callers
Method
Begin
Begin resets the iterator to its initial state (one-before-first) Call Next() to fetch the first element if any.
GolangDataStructuresAndAlgorithms/Golang Data Structures/trees/avltree/iterator.go:96
↓ 1 callers
Method
Begin
Begin resets the iterator to its initial state (one-before-first) Call Next() to fetch the first element if any.
GolangDataStructuresAndAlgorithms/Golang Data Structures/trees/redblacktree/iterator.go:136
↓ 1 callers
Method
Begin
Begin resets the iterator to its initial state (one-before-first) Call Next() to fetch the first element if any.
GolangDataStructuresAndAlgorithms/Golang Data Structures/trees/binaryheap/iterator.go:73
↓ 1 callers
Method
Begin
Begin resets the iterator to its initial state (one-before-first) Call Next() to fetch the first element if any.
GolangDataStructuresAndAlgorithms/Golang Data Structures/lists/doublylinkedlist/iterator.go:77
↓ 1 callers
Method
Begin
Begin resets the iterator to its initial state (one-before-first) Call Next() to fetch the first element if any.
GolangDataStructuresAndAlgorithms/Golang Data Structures/lists/arraylist/iterator.go:58
↓ 1 callers
Method
Begin
Begin resets the iterator to its initial state (one-before-first) Call Next() to fetch the first element if any.
GolangDataStructuresAndAlgorithms/Golang Data Structures/lists/singlylinkedlist/iterator.go:58
↓ 1 callers
Method
Begin
Begin resets the iterator to its initial state (one-before-first) Call Next() to fetch the first element if any.
GolangDataStructuresAndAlgorithms/Golang Data Structures/sets/treeset/iterator.go:62
↓ 1 callers
Method
Begin
Begin resets the iterator to its initial state (one-before-first) Call Next() to fetch the first element if any.
GolangDataStructuresAndAlgorithms/Golang Data Structures/stacks/arraystack/iterator.go:59
↓ 1 callers
Method
Begin
Begin resets the iterator to its initial state (one-before-first) Call Next() to fetch the first element if any.
GolangDataStructuresAndAlgorithms/Golang Data Structures/stacks/linkedliststack/iterator.go:49
↓ 1 callers
Method
Book
()
GolangBooks/handsOnSoftwareArch/Chapter03/proxy.go:27
↓ 1 callers
Method
Build
()
GolangBooks/handsOnSoftwareArch/Chapter03/creational_builder_factory.go:51
↓ 1 callers
Function
ByteComparator
ByteComparator provides a basic comparison on byte
GolangDataStructuresAndAlgorithms/Golang Data Structures/utils/comparator.go:211
↓ 1 callers
Function
C
(a, b chan struct{})
GolangBooks/masteringGo/ch07/defineOrder.go:25
↓ 1 callers
Method
Cancel
()
GolangBooks/handsOnSoftwareArch/Chapter03/bridge.go:18
↓ 1 callers
Method
Cancel
()
GolangBooks/handsOnSoftwareArch/Chapter03/bridge.go:27
↓ 1 callers
Function
Caretaker
caretaker
GolangBooks/handsOnSoftwareArch/Chapter03/mememto.go:44
↓ 1 callers
Method
Ceiling
Ceiling finds the ceiling key-value pair for the input key. In case that no ceiling is found, then both returned values will be nil. It's generally en
GolangDataStructuresAndAlgorithms/Golang Data Structures/maps/treemap/treemap.go:133
↓ 1 callers
Function
Change
(c *secret, pass string)
GolangBooks/masteringGo/ch07/shareMem.go:17
↓ 1 callers
Method
Clear
Clear removes all elements from the map.
GolangDataStructuresAndAlgorithms/Golang Data Structures/maps/treebidimap/treebidimap.go:124
↓ 1 callers
Method
Clear
Clear removes all elements from the map.
GolangDataStructuresAndAlgorithms/Golang Data Structures/maps/linkedhashmap/linkedhashmap.go:94
↓ 1 callers
Method
Clear
Clear removes all elements from the map.
GolangDataStructuresAndAlgorithms/Golang Data Structures/maps/hashbidimap/hashbidimap.go:91
↓ 1 callers
Method
Clear
Clear removes all elements from the map.
GolangDataStructuresAndAlgorithms/Golang Data Structures/maps/hashmap/hashmap.go:82
↓ 1 callers
Method
Clear
Clear removes all elements from the queue.
GolangDataStructuresAndAlgorithms/Golang Data Structures/queues/circularbuffer/circularbuffer.go:110
↓ 1 callers
Method
Clear
Clear removes all nodes from the tree.
GolangDataStructuresAndAlgorithms/Golang Data Structures/trees/avltree/avltree.go:210
↓ 1 callers
Method
Clear
Clear removes all nodes from the tree.
GolangDataStructuresAndAlgorithms/Golang Data Structures/trees/btree/btree.go:158
↓ 1 callers
Method
Clear
Clear removes all nodes from the tree.
GolangDataStructuresAndAlgorithms/Golang Data Structures/trees/redblacktree/redblacktree.go:280
↓ 1 callers
Method
Clear
Clear clears all values in the set.
GolangDataStructuresAndAlgorithms/Golang Data Structures/sets/treeset/treeset.go:95
↓ 1 callers
Method
Clear
Clear clears all values in the set.
GolangDataStructuresAndAlgorithms/Golang Data Structures/sets/hashset/hashset.go:74
↓ 1 callers
Method
Clear
Clear clears all values in the set.
GolangDataStructuresAndAlgorithms/Golang Data Structures/sets/linkedhashset/linkedhashset.go:92
↓ 1 callers
Function
ComputeResponseNTLMv2
(nthash, lmhash, clientChallenge, serverChallenge, timestamp, serverName []byte)
GolangBooks/blackhatGo/ch-6/smb/ntlmssp/crypto.go:29
↓ 1 callers
Method
Contains
Contains checks weather items (one or more) are present in the set. All items have to be present in the set for the method to return true. Returns tru
GolangDataStructuresAndAlgorithms/Golang Data Structures/sets/treeset/treeset.go:75
↓ 1 callers
Function
CountChars
(filename string, b int)
GolangBooks/masteringGo/ch11/table/table.go:73
↓ 1 callers
Function
Crawl
Crawl uses findLinks to recursively crawl pages starting with url, to a maximum of depth.
GolangConcurrency/Concurrency_in_Go_Golang_udemy_course/01-exercise/07-exercise-web-crawler/main.go:15
↓ 1 callers
Function
Crawl
Crawl uses findLinks to recursively crawl pages starting with url, to a maximum of depth.
GolangConcurrency/Concurrency_in_Go_Golang_udemy_course/01-exercise/07-exercise-web-crawler-solution/main.go:22
← previous
next →
801–900 of 5,073, ranked by callers