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 callersFunctionfunRet
(i int)
GolangBooks/masteringGo/ch05/returnFunction.go:5
↓ 2 callersMethodgenAndSendOTP
(otpLength int)
GolangDesignPatterns/refactoringGuru/template/otp.go:28
↓ 2 callersFunctiongenerator
(nums ...int)
GolangConcurrency/Concurrency_in_Go_Golang_udemy_course/02-class-codewalk/01-pipeline/main.go:10
↓ 2 callersFunctiongetBuilder
(builderType string)
GolangDesignPatterns/refactoringGuru/builder/iBuilder.go:10
↓ 2 callersFunctiongetDressFactorySingleInstance
()
GolangDesignPatterns/refactoringGuru/flyweight/dressFactory.go:39
↓ 2 callersFunctiongetFieldLengthByName
(fieldName string, meta *Metadata)
GolangBooks/blackhatGo/ch-6/smb/smb/encoder/encoder.go:127
↓ 2 callersFunctiongetGun
(gunType string)
GolangDesignPatterns/refactoringGuru/factory/gunFactory.go:5
↓ 2 callersMethodgetID
()
GolangDesignPatterns/refactoringGuru/observer/observer.go:5
↓ 2 callersMethodgetLogo
()
GolangDesignPatterns/refactoringGuru/abstractFactory/iShoe.go:6
↓ 2 callersMethodgetMaxFromNode
(node *rbt.Node)
GolangDataStructuresAndAlgorithms/Golang Data Structures/examples/redblacktreeextended/redblacktreeextended.go:65
↓ 2 callersMethodgetMemento
(index int)
GolangDesignPatterns/refactoringGuru/memento/caretaker.go:11
↓ 2 callersMethodgetMinFromNode
(node *rbt.Node)
GolangDataStructuresAndAlgorithms/Golang Data Structures/examples/redblacktreeextended/redblacktreeextended.go:55
↓ 2 callersFunctiongetOffsetByFieldName
(fieldName string, meta *Metadata)
GolangBooks/blackhatGo/ch-6/smb/smb/encoder/encoder.go:92
↓ 2 callersMethodgetPrice
()
GolangDesignPatterns/refactoringGuru/decorator/pizza.go:4
↓ 2 callersMethodgetSize
()
GolangDesignPatterns/refactoringGuru/abstractFactory/iShoe.go:7
↓ 2 callersFunctiongetString
(l int64)
GolangBooks/masteringGo/ch02/phoneBook.go:40
↓ 2 callersMethodgrowBy
Expand the array if necessary, i.e. capacity will be reached if we add n elements
GolangDataStructuresAndAlgorithms/Golang Data Structures/lists/arraylist/arraylist.go:209
↓ 2 callersFunctioni
()
GolangBooks/blackhatGo/ch-4/credential_harvester/public/index_files/jquery.min.js:35
↓ 2 callersFunctionincrN
()
GolangBasics/learngo/25-functions/01-basics/bad.go:20
↓ 2 callersMethodincrementItemCount
(count int)
GolangDesignPatterns/refactoringGuru/state/vendingMachine.go:63
↓ 2 callersFunctioninit_button
(cmd, prop)
GolangBooks/blackhatGo/ch-4/credential_harvester/public/index_files/app.js:6931
↓ 2 callersMethodinsertCase1
(node *Node)
GolangDataStructuresAndAlgorithms/Golang Data Structures/trees/redblacktree/redblacktree.go:403
↓ 2 callersFunctionintSeq
()
GolangBasics/GoByExample/015Closure.go:5
↓ 2 callersFunctionla
(a,b)
GolangBooks/blackhatGo/ch-4/credential_harvester/public/index_files/jquery.min.js:34
↓ 2 callersFunctionlist
(d interface{})
GolangBooks/masteringGo/ch04/sortCSV.go:129
↓ 2 callersFunctionload
(m map[int]string, students []string)
GolangBasics/learngo/26-pointers/exercises/04-simplify/solution/main.go:26
↓ 2 callersFunctionlog
TODO: create pool of bytes.Buffers which can be reused.
GolangConcurrency/Concurrency_in_Go_Golang_udemy_course/01-exercise/04-sync/41-pool/main.go:12
↓ 2 callersFunctionlog
(w io.Writer, val string)
GolangConcurrency/Concurrency_in_Go_Golang_udemy_course/01-exercise-solution/04-sync/41-pool/main.go:21
↓ 2 callersFunctionmadvise
()
GolangBooks/blackhatGo/ch-9/dirtycow/main.go:36
↓ 2 callersMethodmakeEntry
(accountID, txnType string, amount int)
GolangDesignPatterns/refactoringGuru/facade/ledger.go:8
↓ 2 callersFunctionmakeId
generates ID for the Chapter10 from SKU, roomid and checkin date
GolangBooks/handsOnSoftwareArch/Chapter10/models.go:59
↓ 2 callersMethodmakeShirt
()
GolangDesignPatterns/refactoringGuru/abstractFactory/iSportsFactory.go:7
↓ 2 callersMethodmakeShoe
()
GolangDesignPatterns/refactoringGuru/abstractFactory/iSportsFactory.go:6
↓ 2 callersFunctionmatchNameSur
(s string)
GolangBooks/masteringGo/ch03/fieldsRE.go:10
↓ 2 callersMethodmaxEntries
()
GolangDataStructuresAndAlgorithms/Golang Data Structures/trees/btree/btree.go:267
↓ 2 callersFunctionmeasure
(g geometry)
GolangBasics/GoByExample/020Interfaces.go:34
↓ 2 callersMethodmiddle
()
GolangDataStructuresAndAlgorithms/Golang Data Structures/trees/btree/btree.go:275
↓ 2 callersFunctionminMax
(x, y int)
GolangBooks/masteringGo/ch05/namedReturn.go:9
↓ 2 callersMethodmustGet
mustGet the field with the same kind or panics.
GolangBasics/learngo/logparser/v5/pipe/recordshare.go:50
↓ 2 callersFunctionnewAuthenticate
(domain, user, workstation string, nthash, lmhash []byte, c Challenge)
GolangBooks/blackhatGo/ch-6/smb/ntlmssp/ntlmssp.go:258
↓ 2 callersFunctionnewPlayer
(playerType, dressType string)
GolangDesignPatterns/refactoringGuru/flyweight/player.go:10
↓ 2 callersMethodnotifyAboutDeparture
()
GolangDesignPatterns/refactoringGuru/mediator/mediator.go:5
↓ 2 callersFunctionparse
(filename string)
GolangBooks/blackhatGo/ch-5/dns_proxy/main.go:16
↓ 2 callersFunctionparse
(snum string)
GolangBasics/learngo/x-tba/foundations/calc/08-funcs/main.go:51
↓ 2 callersFunctionparseStr
parseStr helps UnmarshalText for string to positive int parsing.
GolangBasics/learngo/logparser/v5/pipe/record.go:84
↓ 2 callersFunctionparseTags
(sf reflect.StructField)
GolangBooks/blackhatGo/ch-6/smb/smb/encoder/encoder.go:60
↓ 2 callersFunctionpassPtrVal
*pn is a int pointer variable (copy of P)
GolangBasics/learngo/26-pointers/02-pointers-basic-examples/main.go:53
↓ 2 callersMethodperform
()
GolangDataStructuresAndAlgorithms/Learn-Data-Structures-and-Algorithms-with-Golang/Chapter01/composite.go:12
↓ 2 callersMethodperim
()
GolangBasics/GoByExample/020Interfaces.go:10
↓ 2 callersFunctionplay
play plays the game for the current player. + registers the player's move in the board. if the move is valid: + increases the turn.
GolangBasics/learngo/x-tba/tictactoe/14-more-tests/play.go:17
↓ 2 callersFunctionplay
play plays the game for the current player. + registers the player's move in the board. if the move is valid: + increases the turn.
GolangBasics/learngo/x-tba/tictactoe/16-types/play.go:17
↓ 2 callersFunctionplay
play plays the game for the current player. + registers the player's move in the board. if the move is valid: + increases the turn.
GolangBasics/learngo/x-tba/tictactoe/15-os-args/play.go:17
↓ 2 callersMethodpress
()
GolangDesignPatterns/refactoringGuru/command/button.go:7
↓ 2 callersFunctionprint
(tree *RedBlackTreeExtended)
GolangDataStructuresAndAlgorithms/Golang Data Structures/examples/redblacktreeextended/redblacktreeextended.go:75
↓ 2 callersMethodprint
()
GolangBasics/learngo/interfaces/01-methods/game.go:18
↓ 2 callersMethodprint
(string)
GolangDesignPatterns/refactoringGuru/prototype/inode.go:4
↓ 2 callersFunctionprintBoard
printBoard cannot use the banner
GolangBasics/learngo/x-tba/tictactoe/05-testing/main.go:46
↓ 2 callersFunctionprintBoard
printBoard prints the board
GolangBasics/learngo/x-tba/tictactoe/07-loop/board.go:14
↓ 2 callersFunctionprintBoard
printBoard cannot use the banner
GolangBasics/learngo/x-tba/tictactoe/06-if-switch/main.go:47
↓ 2 callersFunctionprintBoard
printBoard prints the board
GolangBasics/learngo/x-tba/tictactoe/08-multi-loop/board.go:14
↓ 2 callersFunctionprintBoard
(board [][]string)
GolangBasics/learngo/x-tba/tictactoe-experiments/03-with-structs/main.go:87
↓ 2 callersFunctionprintBoard
(board [][]string, player string)
GolangBasics/learngo/x-tba/tictactoe-experiments/02-with-funcs/main.go:82
↓ 2 callersFunctionprintDetails
(g IGun)
GolangDesignPatterns/refactoringGuru/factory/main.go:13
↓ 2 callersFunctionprintGame
(g game)
GolangBasics/learngo/25-functions/exercises/refactor-to-funcs-3/games.go:72
↓ 2 callersFunctionprintGame
(g game)
GolangBasics/learngo/25-functions/exercises/refactor-to-funcs-3/solution/games.go:91
↓ 2 callersFunctionprintGame
(g game)
GolangBasics/learngo/25-functions/exercises/refactor-to-funcs-1/solution/games.go:50
↓ 2 callersFunctionprintGame
(g game)
GolangBasics/learngo/25-functions/exercises/refactor-to-funcs-2/games.go:50
↓ 2 callersFunctionprintGame
(g game)
GolangBasics/learngo/25-functions/exercises/refactor-to-funcs-2/solution/games.go:50
↓ 2 callersFunctionprintMatrix
printMatrix method
GolangDataStructuresAndAlgorithms/Learn-Data-Structures-and-Algorithms-with-Golang/Chapter05/boolean_matrix.go:43
↓ 2 callersFunctionprintShirtDetails
(s IShirt)
GolangDesignPatterns/refactoringGuru/abstractFactory/main.go:29
↓ 2 callersFunctionprintShoeDetails
(s IShoe)
GolangDesignPatterns/refactoringGuru/abstractFactory/main.go:22
↓ 2 callersFunctionqb
(a)
GolangBooks/blackhatGo/ch-4/credential_harvester/public/index_files/jquery.min.js:36
↓ 2 callersFunctionrandom
(min, max int)
GolangBooks/masteringGo/ch02/phoneBook.go:36
↓ 2 callersFunctionrandom
(min, max int)
GolangBooks/masteringGo/ch06/prettyPrint.go:17
↓ 2 callersFunctionrandom
(min, max int)
GolangBooks/masteringGo/ch06/JSONstreams.go:17
↓ 2 callersFunctionrandom
(min, max int)
GolangBooks/masteringGo/ch07/randomFiles.go:11
↓ 2 callersFunctionrandomDuration
()
GolangConcurrency/Concurrency_in_Go_Golang_udemy_course/01-exercise/05-race/main.go:22
↓ 2 callersFunctionrandomDuration
()
GolangConcurrency/Concurrency_in_Go_Golang_udemy_course/01-exercise-solution/05-race/main.go:26
↓ 2 callersFunctionrb
(a,b,c,d)
GolangBooks/blackhatGo/ch-4/credential_harvester/public/index_files/jquery.min.js:36
↓ 2 callersFunctionrcube_find_object
(id, d)
GolangBooks/blackhatGo/ch-4/credential_harvester/public/index_files/common.js:492
↓ 2 callersFunctionrcube_mouse_is_over
(ev, obj)
GolangBooks/blackhatGo/ch-4/credential_harvester/public/index_files/common.js:531
↓ 2 callersFunctionread
read reads len(buf) bytes to buf from a file
GolangBasics/learngo/magic/detect.go:55
↓ 2 callersMethodreadChunk
(b *bytes.Reader)
GolangBooks/blackhatGo/ch-13/imgInject/pnglib/commands.go:122
↓ 2 callersFunctionreadClose
readClose the reader if it's a io.Closer.
GolangBasics/learngo/logparser/v5/pipe/close.go:16
↓ 2 callersMethodrebalance
rebalance rebalances the tree after deletion if necessary and returns true, otherwise false. Note that we first delete the entry and then call rebalan
GolangDataStructuresAndAlgorithms/Golang Data Structures/trees/btree/btree.go:500
↓ 2 callersMethodregister
(observer Observer)
GolangDesignPatterns/refactoringGuru/observer/subject.go:4
↓ 2 callersMethodreplaceLast
(element T)
GolangBooks/masteringGo/ch13/newDT.go:10
↓ 2 callersFunctionreport
()
GolangBasics/learngo/x-tba/project-png-parser/png-parser-project/main.go:94
↓ 2 callersFunctionreport
()
GolangBasics/learngo/x-tba/slicing-allocs-gotcha/main.go:51
↓ 2 callersFunctionrequest
creating a robust http getter (lecture? :))
GolangBasics/learngo/x-tba/swapi-api-client/request.go:23
↓ 2 callersFunctionresize
* Update UI on window resize
GolangBooks/blackhatGo/ch-4/credential_harvester/public/index_files/ui.js:383
↓ 2 callersMethodrestoreMemento
(m *Memento)
GolangDesignPatterns/refactoringGuru/memento/originator.go:11
↓ 2 callersMethodright
(node *Node)
GolangDataStructuresAndAlgorithms/Golang Data Structures/trees/btree/btree.go:436
↓ 2 callersFunctionsaveCSVFile
(filepath string)
GolangBooks/masteringGo/ch03/phoneBook.go:58
↓ 2 callersFunctionsaveCSVFile
(filepath string)
GolangBooks/masteringGo/ch04/phoneBook.go:61
↓ 2 callersFunctionsave_func
()
GolangBooks/blackhatGo/ch-4/credential_harvester/public/index_files/app.js:4249
↓ 2 callersMethodsetEvictionAlgo
(e EvictionAlgo)
GolangDesignPatterns/refactoringGuru/strategy/cache.go:20
↓ 2 callersMethodsetState
(state string)
GolangDesignPatterns/refactoringGuru/memento/originator.go:15
↓ 2 callersFunctionshowN
()
GolangBasics/learngo/25-functions/01-basics/bad.go:13
↓ 2 callersFunctionshow_header_row
*
GolangBooks/blackhatGo/ch-4/credential_harvester/public/index_files/ui.js:1089
← previousnext →701–800 of 5,073, ranked by callers