Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ardanlabs/gotraining
/ functions
Functions
1,474 in github.com/ardanlabs/gotraining
⨍
Functions
1,474
◇
Types & classes
404
↓ 3 callers
Method
ReadAt
(p []T, off int64)
topics/go/generics/13-io/generic.go:220
↓ 3 callers
Method
String
String implements the fmt.Stringer interface.
topics/go/design/composition/assertions/example2/example2.go:18
↓ 3 callers
Method
String
()
topics/go/videos/miki/shorts/date_flag/main.go:15
↓ 3 callers
Method
_adjustDialog
()
topics/go/videos/miki/building/embed/static/bootstrap.js:3086
↓ 3 callers
Method
_clearTimeout
()
topics/go/videos/miki/building/embed/static/bootstrap.js:4990
↓ 3 callers
Method
_disposePopper
()
topics/go/videos/miki/building/embed/static/bootstrap.js:4215
↓ 3 callers
Method
_enter
(event, context)
topics/go/videos/miki/building/embed/static/bootstrap.js:4070
↓ 3 callers
Method
_initializeOnDelegatedTarget
(event, context)
topics/go/videos/miki/building/embed/static/bootstrap.js:3950
↓ 3 callers
Method
_isShown
(element = this._element)
topics/go/videos/miki/building/embed/static/bootstrap.js:2181
↓ 3 callers
Method
_isWithActiveTrigger
()
topics/go/videos/miki/building/embed/static/bootstrap.js:4123
↓ 3 callers
Method
_resolvePossibleFunction
(content)
topics/go/videos/miki/building/embed/static/bootstrap.js:3970
↓ 3 callers
Method
_sanitizeAndSetContent
(template, content, selector)
topics/go/videos/miki/building/embed/static/bootstrap.js:3888
↓ 3 callers
Method
_setElementAttributes
(selector, styleProp, callback)
topics/go/videos/miki/building/embed/static/bootstrap.js:2451
↓ 3 callers
Function
add
(numbers []int)
topics/go/testing/benchmarks/cpu-bound/cpu.go:36
↓ 3 callers
Function
addConcurrent
(goroutines int, numbers []int)
topics/go/testing/benchmarks/cpu-bound/cpu.go:44
↓ 3 callers
Function
bubbleSort
(numbers []int)
topics/go/algorithms/sorting/bubble/bubble.go:34
↓ 3 callers
Method
carouselInterface
(element, config)
topics/go/videos/miki/building/embed/static/bootstrap.js:1546
↓ 3 callers
Method
changeEmail
changeEmail implements a method with a pointer receiver.
topics/go/language/methods/example1/example1.go:26
↓ 3 callers
Function
compare
(a int)
topics/go/packages/slices/example10/example10.go:33
↓ 3 callers
Method
delete
delete removes an element from the tree. It is an error to try deleting an element that does not exist. In order to remove an element properly, Delete
topics/go/algorithms/data/tree/binary/binary.go:296
↓ 3 callers
Method
diameter
()
topics/go/profiling/exercises/graphblog/node.go:50
↓ 3 callers
Function
executeTemplate
executeTemplate executes the specified template with the specified variables.
topics/go/profiling/project/service/templates.go:50
↓ 3 callers
Function
find
(topic string, docs []string)
topics/go/testing/benchmarks/io-bound/io.go:42
↓ 3 callers
Function
findConcurrent
(goroutines int, topic string, docs []string)
topics/go/testing/benchmarks/io-bound/io.go:58
↓ 3 callers
Function
getSelectorFromElement
topics/go/videos/miki/building/embed/static/bootstrap.js:88
↓ 3 callers
Method
hashKey
hashKey calculates the bucket index position to use for the specified key.
topics/go/algorithms/data/hash/hash.go:129
↓ 3 callers
Method
hide
()
topics/go/videos/miki/building/embed/static/bootstrap.js:3283
↓ 3 callers
Function
inspect
(n *notifier, u *user)
topics/go/language/interfaces/advanced/example1/example1.go:28
↓ 3 callers
Method
join
join takes a new connection and adds it to the room.
topics/go/concurrency/patterns/chat/chat.go:123
↓ 3 callers
Method
last
()
topics/go/generics/02-underlying-type/generic.go:17
↓ 3 callers
Function
loadTemplate
loadTemplate reads the specified template file for use.
topics/go/profiling/project/service/templates.go:27
↓ 3 callers
Method
match
(v T)
topics/go/generics/05-type-constraint/generic.go:72
↓ 3 callers
Function
normalizeDataKey
(key)
topics/go/videos/miki/building/embed/static/bootstrap.js:963
↓ 3 callers
Method
prev
()
topics/go/videos/miki/building/embed/static/bootstrap.js:1205
↓ 3 callers
Method
read
(b []byte)
topics/go/language/interfaces/example1/example1.go:11
↓ 3 callers
Method
rebalance
rebalance will rotate the nodes based on the ratio.
topics/go/algorithms/data/tree/binary/binary.go:243
↓ 3 callers
Function
removeHandler
(element, events, typeEvent, handler, delegationSelector)
topics/go/videos/miki/building/embed/static/bootstrap.js:496
↓ 3 callers
Method
replaceNode
replaceNode replaces the parent’s child pointer to n with a pointer to the replacement node. parent must not be nil.
topics/go/algorithms/data/tree/binary/binary.go:276
↓ 3 callers
Method
rotateLeft
rotateLeft turns the node to the left. #3 #4 \ / \ #4 #3 #5 \ #5
topics/go/algorithms/data/tree/binary/binary.go:189
↓ 3 callers
Method
rotateRight
rotateRight turns the node to the right. #5 #4 \ #4 #3 #5 #3
topics/go/algorithms/data/tree/binary/binary.go:205
↓ 3 callers
Function
sayHello
sayHello abstracts speaking functionality.
topics/go/language/interfaces/exercises/exercise1/exercise1.go:76
↓ 3 callers
Method
speak
()
topics/go/language/interfaces/exercises/exercise1/exercise1.go:20
↓ 3 callers
Function
swap
============================================================================= This function provides a generics solution to perform a generic swap. Th
topics/go/generics/08-swapping/generic.go:38
↓ 2 callers
Method
Amount
()
topics/go/videos/miki/interfaces/escape/weather/bench_test.go:14
↓ 2 callers
Method
ContributorList
(string)
topics/go/exercises/contributors/part3/main.go:34
↓ 2 callers
Method
ContributorList
ContributorList gives a list of the top 30 contributors. It returns an error for network problems reaching the API or for application problems such as
topics/go/exercises/contributors/part3/github/client.go:56
↓ 2 callers
Method
Delete
Delete removes the key from the tree and keeps it balaned.
topics/go/algorithms/data/tree/binary/binary.go:41
↓ 2 callers
Method
Dequeue
Dequeue removes an administrator from the adminlist.
topics/go/design/composition/exercises/exercise1/exercise1.go:36
↓ 2 callers
Method
Dequeue
Dequeue removes a developer from the devlist.
topics/go/design/composition/exercises/exercise1/exercise1.go:55
↓ 2 callers
Method
Do
Do submits work to the pool.
topics/go/concurrency/patterns/task/task.go:55
↓ 2 callers
Method
Enqueue
Enqueue adds an administrator to the adminlist.
topics/go/design/composition/exercises/exercise1/exercise1.go:31
↓ 2 callers
Function
EvalPoly
(s []PT, v PT)
topics/go/generics/12-pointer-methods/generic.go:53
↓ 2 callers
Function
LineCount
(fileName string)
topics/go/videos/miki/interfaces/variable/wc/wc.go:10
↓ 2 callers
Function
MaxFloat64s
MaxFloat64s return the maximal value in a slice of float64
topics/go/videos/miki/interfaces/generics/stats/stats.go:22
↓ 2 callers
Function
MaxInts
MaxInts return the maximal value in a slice of int
topics/go/videos/miki/interfaces/generics/stats/stats.go:6
↓ 2 callers
Function
New
(buckets int, hf hashFunc[K])
topics/go/generics/11-hash-table/generic.go:26
↓ 2 callers
Method
Next
()
topics/go/videos/miki/shorts/json_stream/db.go:24
↓ 2 callers
Method
Operate
Operate accepts a function that takes a node and calls the specified function for every node found.
topics/go/algorithms/data/list/list.go:144
↓ 2 callers
Method
OperateReverse
OperateReverse accepts a function that takes a node and calls the specified function for every node found.
topics/go/algorithms/data/list/list.go:157
↓ 2 callers
Method
Pop
Pop removes data from the top of the stack.
topics/go/algorithms/data/stack/stack.go:39
↓ 2 callers
Method
ReadFrom
(r Reader[T])
topics/go/generics/13-io/generic.go:179
↓ 2 callers
Method
Remove
Remove takes a client out of the list.
topics/go/algorithms/fun/pubsub/clients.go:39
↓ 2 callers
Method
Remove
Remove traverses the list looking for the specified data and if found, removes the node from the list.
topics/go/algorithms/data/list/list.go:127
↓ 2 callers
Method
Retrieve
(key K)
topics/go/generics/11-hash-table/generic.go:51
↓ 2 callers
Function
Reverse
Reverse gives the reversed form of s. This implementation improves performance by removing unnecessary string conversions. Further improvements could
topics/go/testing/strings/example4/reverse.go:19
↓ 2 callers
Function
Reverse
Reverse takes the specified integer and reverses it.
topics/go/algorithms/numbers/reverse/reverse.go:4
↓ 2 callers
Function
Routes
Routes sets the routes for the web service.
topics/go/testing/tests/example4/handlers/handlers.go:13
↓ 2 callers
Function
SendError
SendError responds with an error.
topics/go/testing/fuzzing/example1/example1.go:28
↓ 2 callers
Method
Shutdown
Shutdown waits for all the goroutines to shutdown.
topics/go/concurrency/patterns/task/task.go:49
↓ 2 callers
Method
Start
()
topics/go/design/composition/pollution/example1/example1.go:10
↓ 2 callers
Method
Stop
()
topics/go/design/composition/pollution/example1/example1.go:11
↓ 2 callers
Function
String
String takes the specified string and reverses it.
topics/go/algorithms/strings/reverse/reverse.go:4
↓ 2 callers
Method
String
()
topics/go/generics/12-pointer-methods/generic.go:32
↓ 2 callers
Method
WriteTo
(w Writer[T])
topics/go/generics/13-io/generic.go:190
↓ 2 callers
Method
_activate
(target)
topics/go/videos/miki/building/embed/static/bootstrap.js:4525
↓ 2 callers
Method
_activate
(element, container, callback)
topics/go/videos/miki/building/embed/static/bootstrap.js:4685
↓ 2 callers
Method
_addAttachmentClass
(attachment)
topics/go/videos/miki/building/embed/static/bootstrap.js:4014
↓ 2 callers
Method
_applyManipulationCallback
(selector, callBack)
topics/go/videos/miki/building/embed/static/bootstrap.js:2501
↓ 2 callers
Method
_cleanTipClass
()
topics/go/videos/miki/building/embed/static/bootstrap.js:4185
↓ 2 callers
Method
_clear
()
topics/go/videos/miki/building/embed/static/bootstrap.js:4553
↓ 2 callers
Method
_completeHide
(relatedTarget)
topics/go/videos/miki/building/embed/static/bootstrap.js:2114
↓ 2 callers
Method
_detectNavbar
()
topics/go/videos/miki/building/embed/static/bootstrap.js:2210
↓ 2 callers
Method
_emulateAnimation
(callback)
topics/go/videos/miki/building/embed/static/bootstrap.js:2633
↓ 2 callers
Method
_getAttachment
(placement)
topics/go/videos/miki/building/embed/static/bootstrap.js:4018
↓ 2 callers
Method
_getBasicClassPrefix
()
topics/go/videos/miki/building/embed/static/bootstrap.js:4195
↓ 2 callers
Method
_getContent
()
topics/go/videos/miki/building/embed/static/bootstrap.js:4325
↓ 2 callers
Method
_getDimension
()
topics/go/videos/miki/building/embed/static/bootstrap.js:1862
↓ 2 callers
Method
_getScrollHeight
()
topics/go/videos/miki/building/embed/static/bootstrap.js:4479
↓ 2 callers
Method
_getScrollTop
()
topics/go/videos/miki/building/embed/static/bootstrap.js:4475
↓ 2 callers
Method
_handlePopperPlacementChange
(popperData)
topics/go/videos/miki/building/embed/static/bootstrap.js:4199
↓ 2 callers
Method
_maybeScheduleHide
()
topics/go/videos/miki/building/embed/static/bootstrap.js:4941
↓ 2 callers
Method
_process
()
topics/go/videos/miki/building/embed/static/bootstrap.js:4487
↓ 2 callers
Method
_saveInitialAttribute
(element, styleProp)
topics/go/videos/miki/building/embed/static/bootstrap.js:2478
↓ 2 callers
Method
_setEscapeEvent
()
topics/go/videos/miki/building/embed/static/bootstrap.js:2976
↓ 2 callers
Method
_setResizeEvent
()
topics/go/videos/miki/building/embed/static/bootstrap.js:2991
↓ 2 callers
Method
_triggerBackdropTransition
()
topics/go/videos/miki/building/embed/static/bootstrap.js:3046
↓ 2 callers
Method
activate
()
topics/go/videos/miki/building/embed/static/bootstrap.js:2670
↓ 2 callers
Method
addEdge
(a, b string)
topics/go/profiling/exercises/graphblog/node.go:43
↓ 2 callers
Function
addHandler
(element, originalTypeEvent, handler, delegationFn, oneOff)
topics/go/videos/miki/building/embed/static/bootstrap.js:448
↓ 2 callers
Function
algOne
algOne is one way to solve the problem. This approach first reads a minimum number of bytes required and then starts processing new bytes as they are
topics/go/packages/io/example4/example4.go:92
← previous
next →
101–200 of 1,474, ranked by callers