MCPcopy Create free account

hub / github.com/Go-Learning-Land/Go-Learning-Archive / functions

Functions5,073 in github.com/Go-Learning-Land/Go-Learning-Archive

↓ 2 callersFunctionshow_next
(i)
GolangBooks/blackhatGo/ch-4/credential_harvester/public/index_files/app.js:4029
↓ 2 callersFunctionsinglerot
(c int8, s *Node)
GolangDataStructuresAndAlgorithms/Golang Data Structures/trees/avltree/avltree.go:361
↓ 2 callersFunctionsink
(name string, in <-chan Message)
GolangBooks/handsOnSoftwareArch/Chapter06/fan_out.go:57
↓ 2 callersFunctionslashEndpoint
(server, URL string)
GolangBooks/masteringGo/ch10/rClient.go:135
↓ 2 callersFunctionsortData
(data interface{})
GolangBooks/masteringGo/ch04/sortCSV.go:146
↓ 2 callersFunctionsortTwo
Sorting from smaller to bigger value
GolangBooks/masteringGo/ch05/functions.go:10
↓ 2 callersFunctionsquare
(in <-chan int)
GolangConcurrency/Concurrency_in_Go_Golang_udemy_course/02-exercise-solution/02-pipeline/02-pipeline/main.go:21
↓ 2 callersFunctionsquare
(in <-chan int)
GolangConcurrency/Concurrency_in_Go_Golang_udemy_course/02-exercise-solution/02-pipeline/01-pipeline/main.go:17
↓ 2 callersFunctionsquare
(done <-chan struct{}, in <-chan int)
GolangConcurrency/Concurrency_in_Go_Golang_udemy_course/02-exercise-solution/02-pipeline/03-pipeline/main.go:27
↓ 2 callersFunctionsquare
(in <-chan int)
GolangConcurrency/Concurrency_in_Go_Golang_udemy_course/02-class-codewalk/01-pipeline/main.go:21
↓ 2 callersFunctionsquare
(in <-chan int)
GolangConcurrency/Concurrency_in_Go_Golang_udemy_course/02-exercise/02-pipeline/03-pipeline/main.go:23
↓ 2 callersMethodstart
()
GolangBasics/learngo/logparser/functional/pipeline.go:51
↓ 2 callersMethodstrToInt
(s string)
GolangBooks/blackhatGo/ch-13/imgInject/pnglib/commands.go:206
↓ 2 callersMethodstring
()
GolangBasics/learngo/interfaces/09-little-refactor/money.go:15
↓ 2 callersMethodstring
()
GolangBasics/learngo/interfaces/03-nonstructs/money.go:15
↓ 2 callersFunctionsum
(nums []int)
GolangBasics/learngo/advfuncs/01-variadic-funcs/main.go:69
↓ 2 callersMethodsum
sum the numeric fields with another record.
GolangBasics/learngo/logparser/v5/pipe/record.go:38
↓ 2 callersFunctionswap
swap method
GolangDataStructuresAndAlgorithms/Learn-Data-Structures-and-Algorithms-with-Golang/Chapter08/quick_sort.go:38
↓ 2 callersFunctionswitchPlayer
switchPlayer switches to the next player
GolangBasics/learngo/x-tba/tictactoe/08-multi-loop/main.go:63
↓ 2 callersFunctiontextReader
(r io.Reader)
GolangBasics/learngo/logparser/functional/textreader.go:17
↓ 2 callersFunctiontextWriter
(w io.Writer)
GolangBasics/learngo/logparser/functional/textwriter.go:32
↓ 2 callersFunctiontimeEndpoint
(server string)
GolangBooks/masteringGo/ch10/rClient.go:113
↓ 2 callersFunctiontoTimestamp
toTimestamp returns a timestamp value depending on the type of `v`.
GolangBasics/learngo/interfaces/10-stringer/timestamp.go:36
↓ 2 callersFunctiontoTimestamp
toTimestamp returns a timestamp value depending on the type of `v`.
GolangBasics/learngo/interfaces/09-little-refactor/timestamp.go:34
↓ 2 callersFunctiontoTimestamp
(v interface{})
GolangBasics/learngo/interfaces/11-sort/timestamp.go:30
↓ 2 callersFunctiontoggle_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 callersMethoduatoi
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 callersFunctionutf8_decode
(utftext)
GolangBooks/blackhatGo/ch-4/credential_harvester/public/index_files/common.js:716
↓ 2 callersFunctionvalidate
validate whether a parsed record is valid or not.
GolangBasics/learngo/logparser/v5/pipe/record.go:93
↓ 2 callersMethodvalidate
validate whether the current record is valid or not.
GolangBasics/learngo/logparser/v6/logly/record/validate.go:14
↓ 2 callersFunctionvals
()
GolangBasics/GoByExample/013MultipleReturnValues.go:5
↓ 2 callersFunctionw
(i,s,n)
GolangBooks/blackhatGo/ch-4/credential_harvester/public/index_files/jquery-ui-1.10.4.custom.min.js:36
↓ 2 callersFunctionwait
()
GolangBasics/learngo/x-tba/tictactoe/14-more-tests/main.go:72
↓ 2 callersFunctionwait
()
GolangBasics/learngo/x-tba/tictactoe/16-types/main.go:50
↓ 2 callersFunctionwait
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 callersFunctionwait
()
GolangBasics/learngo/x-tba/tictactoe/15-os-args/main.go:50
↓ 2 callersMethodwalk1
(a int)
GolangDataStructuresAndAlgorithms/Golang Data Structures/trees/avltree/avltree.go:427
↓ 2 callersMethodwithinRange
Check that the index is within bounds of the list
GolangDataStructuresAndAlgorithms/Golang Data Structures/queues/circularbuffer/circularbuffer.go:139
↓ 2 callersMethodwithinRange
Check that the index is within bounds of the list
GolangDataStructuresAndAlgorithms/Golang Data Structures/queues/arrayqueue/arrayqueue.go:86
↓ 2 callersMethodwithinRange
Check that the index is within bounds of the list
GolangDataStructuresAndAlgorithms/Golang Data Structures/trees/binaryheap/binaryheap.go:164
↓ 2 callersMethodwithinRange
Check that the index is within bounds of the list
GolangDataStructuresAndAlgorithms/Golang Data Structures/stacks/arraystack/arraystack.go:88
↓ 1 callersMethodAPIInfo
()
GolangBooks/blackhatGo/ch-3/shodan/shodan/api.go:18
↓ 1 callersFunctionAb
(a,b,c,d)
GolangBooks/blackhatGo/ch-4/credential_harvester/public/index_files/jquery.min.js:36
↓ 1 callersFunctionAdd
Add - sequential code to add numbers
GolangConcurrency/Concurrency_in_Go_Golang_udemy_course/01-exercise/01-goroutines/04-add/counting/count.go:23
↓ 1 callersFunctionAdd
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 callersFunctionAdd
Traditional Add() function
GolangBooks/masteringGo/ch04/methods.go:12
↓ 1 callersMethodAdd
Add method
GolangDataStructuresAndAlgorithms/Learn-Data-Structures-and-Algorithms-with-Golang/Chapter10/reference_counting.go:29
↓ 1 callersMethodAdd
Type method Add()
GolangBooks/masteringGo/ch04/methods.go:23
↓ 1 callersMethodAdd
(v uint)
GolangBooks/handsOnSoftwareArch/Chapter12/generics/list/list-unit.go:15
↓ 1 callersMethodAddAfter
AddAfter method of LinkedList
GolangDataStructuresAndAlgorithms/Learn-Data-Structures-and-Algorithms-with-Golang/Chapter03/doubly_linked_list.go:51
↓ 1 callersMethodAddAfter
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 callersMethodAddChild
(InterfaceX)
GolangBooks/handsOnSoftwareArch/Chapter03/composite.go:10
↓ 1 callersFunctionAddConcurrent
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 callersFunctionAddConcurrent
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 callersMethodAddToEnd
AddToEnd method of LinkedList
GolangDataStructuresAndAlgorithms/Learn-Data-Structures-and-Algorithms-with-Golang/Chapter03/doubly_linked_list.go:81
↓ 1 callersMethodAddToEnd
AddToEnd method adds the node with property to the end
GolangDataStructuresAndAlgorithms/Learn-Data-Structures-and-Algorithms-with-Golang/Chapter03/linked_list.go:79
↓ 1 callersFunctionAdjustTokenPrivileges
adjustTokenPrivileges from core zsyscall_windows.go
GolangBooks/blackhatGo/ch-12/procInjector/winsys/token.go:229
↓ 1 callersFunctionAll
(vs []string, f func(string) bool)
GolangBasics/GoByExample/046CollectionFunctions.go:30
↓ 1 callersFunctionAny
(vs []string, f func(string) bool)
GolangBasics/GoByExample/046CollectionFunctions.go:21
↓ 1 callersMethodAppend
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 callersMethodAttach
(observer Observer)
GolangBooks/handsOnSoftwareArch/Chapter03/observer.go:14
↓ 1 callersFunctionB
(a, b chan struct{})
GolangBooks/masteringGo/ch07/defineOrder.go:18
↓ 1 callersFunctionBalanceTree
balanceTree method
GolangDataStructuresAndAlgorithms/Learn-Data-Structures-and-Algorithms-with-Golang/Chapter04/avl_tree.go:78
↓ 1 callersMethodBegin
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 callersMethodBegin
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 callersMethodBegin
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 callersMethodBegin
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 callersMethodBegin
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 callersMethodBegin
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 callersMethodBegin
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 callersMethodBegin
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 callersMethodBegin
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 callersMethodBegin
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 callersMethodBegin
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 callersMethodBegin
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 callersMethodBook
()
GolangBooks/handsOnSoftwareArch/Chapter03/proxy.go:27
↓ 1 callersMethodBuild
()
GolangBooks/handsOnSoftwareArch/Chapter03/creational_builder_factory.go:51
↓ 1 callersFunctionByteComparator
ByteComparator provides a basic comparison on byte
GolangDataStructuresAndAlgorithms/Golang Data Structures/utils/comparator.go:211
↓ 1 callersFunctionC
(a, b chan struct{})
GolangBooks/masteringGo/ch07/defineOrder.go:25
↓ 1 callersMethodCancel
()
GolangBooks/handsOnSoftwareArch/Chapter03/bridge.go:18
↓ 1 callersMethodCancel
()
GolangBooks/handsOnSoftwareArch/Chapter03/bridge.go:27
↓ 1 callersFunctionCaretaker
caretaker
GolangBooks/handsOnSoftwareArch/Chapter03/mememto.go:44
↓ 1 callersMethodCeiling
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 callersFunctionChange
(c *secret, pass string)
GolangBooks/masteringGo/ch07/shareMem.go:17
↓ 1 callersMethodClear
Clear removes all elements from the map.
GolangDataStructuresAndAlgorithms/Golang Data Structures/maps/treebidimap/treebidimap.go:124
↓ 1 callersMethodClear
Clear removes all elements from the map.
GolangDataStructuresAndAlgorithms/Golang Data Structures/maps/linkedhashmap/linkedhashmap.go:94
↓ 1 callersMethodClear
Clear removes all elements from the map.
GolangDataStructuresAndAlgorithms/Golang Data Structures/maps/hashbidimap/hashbidimap.go:91
↓ 1 callersMethodClear
Clear removes all elements from the map.
GolangDataStructuresAndAlgorithms/Golang Data Structures/maps/hashmap/hashmap.go:82
↓ 1 callersMethodClear
Clear removes all elements from the queue.
GolangDataStructuresAndAlgorithms/Golang Data Structures/queues/circularbuffer/circularbuffer.go:110
↓ 1 callersMethodClear
Clear removes all nodes from the tree.
GolangDataStructuresAndAlgorithms/Golang Data Structures/trees/avltree/avltree.go:210
↓ 1 callersMethodClear
Clear removes all nodes from the tree.
GolangDataStructuresAndAlgorithms/Golang Data Structures/trees/btree/btree.go:158
↓ 1 callersMethodClear
Clear removes all nodes from the tree.
GolangDataStructuresAndAlgorithms/Golang Data Structures/trees/redblacktree/redblacktree.go:280
↓ 1 callersMethodClear
Clear clears all values in the set.
GolangDataStructuresAndAlgorithms/Golang Data Structures/sets/treeset/treeset.go:95
↓ 1 callersMethodClear
Clear clears all values in the set.
GolangDataStructuresAndAlgorithms/Golang Data Structures/sets/hashset/hashset.go:74
↓ 1 callersMethodClear
Clear clears all values in the set.
GolangDataStructuresAndAlgorithms/Golang Data Structures/sets/linkedhashset/linkedhashset.go:92
↓ 1 callersFunctionComputeResponseNTLMv2
(nthash, lmhash, clientChallenge, serverChallenge, timestamp, serverName []byte)
GolangBooks/blackhatGo/ch-6/smb/ntlmssp/crypto.go:29
↓ 1 callersMethodContains
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 callersFunctionCountChars
(filename string, b int)
GolangBooks/masteringGo/ch11/table/table.go:73
↓ 1 callersFunctionCrawl
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 callersFunctionCrawl
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
← previousnext →801–900 of 5,073, ranked by callers