Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/campoy/justforfunc
/ functions
Functions
244 in github.com/campoy/justforfunc
⨍
Functions
244
◇
Types & classes
48
↓ 20 callers
Method
Add
(ctx context.Context, in *Text, opts ...grpc.CallOption)
31-grpc/todo/todo.pb.go:121
↓ 16 callers
Method
Done
()
10-contextimpl/context.go:25
↓ 16 callers
Method
Err
()
10-contextimpl/context.go:26
↓ 12 callers
Method
Close
()
19-pipes/imgcat/imgcat/imgcat.go:73
↓ 11 callers
Method
Close
()
40-csvql/csvql.go:82
↓ 10 callers
Method
Error
()
10-contextimpl/context.go:105
↓ 10 callers
Method
Name
()
40-csvql/csvql.go:76
↓ 9 callers
Function
Background
()
10-contextimpl/context.go:42
↓ 7 callers
Function
asChan
(vs ...int)
27-merging-chans/main.go:39
↓ 7 callers
Function
pixel
pixel returns the color of a Mandelbrot fractal at the given point.
22-perf/main.go:210
↓ 6 callers
Function
WithCancel
(parent Context)
10-contextimpl/context.go:63
↓ 5 callers
Function
errorf
(format string, args ...interface{})
15-logpipe/logpipe.go:105
↓ 4 callers
Method
List
(ctx context.Context, in *Void, opts ...grpc.CallOption)
31-grpc/todo/todo.pb.go:120
↓ 4 callers
Method
Say
(ctx context.Context, in *Text, opts ...grpc.CallOption)
13-flite-cgo/api/say.pb.go:85
↓ 4 callers
Method
Write
([]byte)
19-pipes/imgcat/main.go:40
↓ 4 callers
Function
getenv
(name string)
14-twitterbot/main.go:31
↓ 4 callers
Method
local
(n ast.Node)
25-go-parser/main.go:131
↓ 3 callers
Function
Println
Println calls log.Printf to print to the standard logger but adds the request from the event context.
09-context/log/log.go:29
↓ 3 callers
Method
Value
(key interface{})
10-contextimpl/context.go:27
↓ 3 callers
Method
cancel
(err error)
10-contextimpl/context.go:82
↓ 3 callers
Method
localList
(fs []*ast.Field)
25-go-parser/main.go:144
↓ 2 callers
Method
Deadline
()
10-contextimpl/context.go:24
↓ 2 callers
Function
Gradient
Gradient computes the cost function and its gradients.
38-linreg-vanilla/linreg/linreg.go:23
↓ 2 callers
Function
Ints
Ints returns the sum of a list of integers.
16-testing/sum/sum.go:17
↓ 2 callers
Function
LinearRegression
LinearRegression runs the requested number of iterations of gradient descent and returns the latest approximated coefficients.
38-linreg-vanilla/linreg/linreg.go:9
↓ 2 callers
Function
NewTasksClient
(cc *grpc.ClientConn)
31-grpc/todo/todo.pb.go:128
↓ 2 callers
Method
String
()
12-say-grpc/api/say.pb.go:42
↓ 2 callers
Function
WithDeadline
(parent Context, deadline time.Time)
10-contextimpl/context.go:109
↓ 2 callers
Function
WithTimeout
(parent Context, timeout time.Duration)
10-contextimpl/context.go:132
↓ 2 callers
Function
asChan
(vs ...int)
26-nil-chans/main.go:46
↓ 2 callers
Function
createCol
createCol creates one goroutine per column.
22-perf/main.go:81
↓ 2 callers
Function
errorHandler
(h func(http.ResponseWriter, *http.Request) error)
23-plot/main.go:153
↓ 2 callers
Function
handle
(w http.ResponseWriter, r *http.Request)
37-sync-pool/main.go:25
↓ 2 callers
Function
handler
()
16-testing/webserver/main.go:30
↓ 2 callers
Function
mergeTwo
(a, b <-chan int)
27-merging-chans/main.go:93
↓ 2 callers
Function
norm
(x, total int, min, max float64)
22-perf/main.go:228
↓ 2 callers
Function
printTopFive
(counts map[string]int)
25-go-parser/main.go:47
↓ 1 callers
Function
Copy
Copy copies the given image reader and encodes it as an iTerm2 image into the writer.
19-pipes/imgcat/imgcat/imgcat.go:26
↓ 1 callers
Function
Decorate
Decorate wraps the given HandlerFunc by adding a unique request id to the context of the request that the HandlerFunc receives.
09-context/log/log.go:40
↓ 1 callers
Method
Done
()
10-contextimpl/context.go:52
↓ 1 callers
Function
Execute
Execute adds all child commands to the root command and sets flags appropriately. This is called by main.main(). It only needs to happen once to the r
32-cobra/todo/cmd/root.go:48
↓ 1 callers
Function
NewWriter
NewWriter returns a new imgcat writer.
19-pipes/imgcat/imgcat/imgcat.go:52
↓ 1 callers
Function
RegisterTasksServer
(s *grpc.Server, srv TasksServer)
31-grpc/todo/todo.pb.go:157
↓ 1 callers
Method
Say
(ctx context.Context, in *Text, opts ...grpc.CallOption)
12-say-grpc/api/say.pb.go:85
↓ 1 callers
Method
String
()
31-grpc/todo/todo.pb.go:44
↓ 1 callers
Function
TODO
()
10-contextimpl/context.go:43
↓ 1 callers
Function
TextToSpeech
(path, text string)
13-flite-cgo/flite/flite_cgo.go:36
↓ 1 callers
Function
WithValue
(parent Context, key, value interface{})
10-contextimpl/context.go:148
↓ 1 callers
Function
add
(ctx context.Context, text string)
32-cobra/todo/cmd/new.go:39
↓ 1 callers
Function
add
(text string)
30-protobuf/cmd/todo/main.go:47
↓ 1 callers
Function
add
(ctx context.Context, client todo.TasksClient, text string)
31-grpc/cmd/todo/main.go:42
↓ 1 callers
Function
cat
(path string)
19-pipes/imgcat/main.go:44
↓ 1 callers
Function
createColWorkers
createColWorkers creates numWorkers workers and uses a channel to pass each column.
22-perf/main.go:154
↓ 1 callers
Function
createColWorkersBuffered
createColWorkersBuffered creates numWorkers workers and uses a buffered channel to pass each column.
22-perf/main.go:182
↓ 1 callers
Function
createPixel
createPixel creates one goroutine per pixel.
22-perf/main.go:64
↓ 1 callers
Function
createSeq
createSeq fills one pixel at a time.
22-perf/main.go:53
↓ 1 callers
Function
createWorkers
createWorkers creates numWorkers workers and uses a channel to pass each pixel.
22-perf/main.go:98
↓ 1 callers
Function
createWorkersBuffered
createWorkersBuffered creates numWorkers workers and uses a buffered channel to pass each pixel.
22-perf/main.go:126
↓ 1 callers
Function
doubleHandler
(w http.ResponseWriter, r *http.Request)
16-testing/webserver/main.go:36
↓ 1 callers
Function
fetchAudio
(c context.Context, url string)
02-magic-gate/main.go:86
↓ 1 callers
Function
fetchTranscription
(ctx context.Context, audio []byte)
02-magic-gate/main.go:105
↓ 1 callers
Function
ints
(vs []int)
16-testing/sum/sum.go:21
↓ 1 callers
Function
list
(ctx context.Context, filterDone bool)
32-cobra/todo/cmd/list.go:43
↓ 1 callers
Function
list
()
30-protobuf/cmd/todo/main.go:77
↓ 1 callers
Function
list
(ctx context.Context, client todo.TasksClient)
31-grpc/cmd/todo/main.go:52
↓ 1 callers
Function
merge
(a, b <-chan int)
26-nil-chans/main.go:19
↓ 1 callers
Function
mergeReflect
(chans ...<-chan int)
27-merging-chans/main.go:50
↓ 1 callers
Function
mySleepAndTalk
(ctx context.Context, d time.Duration, msg string)
09-context/main.go:32
↓ 1 callers
Function
newTable
(path string)
40-csvql/csvql.go:50
↓ 1 callers
Function
newVisitor
(f *ast.File)
25-go-parser/main.go:69
↓ 1 callers
Function
plotData
(path string, xys plotter.XYs)
34-gonum-plot/main.go:54
↓ 1 callers
Function
plotData
(out io.Writer, xs, ys []float64, iterations int)
38-linreg-vanilla/main.go:80
↓ 1 callers
Function
readData
(path string)
34-gonum-plot/main.go:30
↓ 1 callers
Function
readData
(data io.Reader)
38-linreg-vanilla/main.go:57
↓ 1 callers
Function
transcribe
(c context.Context, url string)
02-magic-gate/main.go:77
↓ 1 callers
Function
tree
(root, indent string)
35-tree/main.go:25
Method
Add
(ctx context.Context, text *todo.Text)
31-grpc/cmd/server/main.go:40
Method
Add
(ctx context.Context, in *Text, opts ...grpc.CallOption)
31-grpc/todo/todo.pb.go:141
Method
Add
(context.Context, *Text)
31-grpc/todo/todo.pb.go:154
Function
BenchmarkCol
(b *testing.B)
22-perf/main_test.go:46
Function
BenchmarkHandle
(b *testing.B)
37-sync-pool/main_test.go:41
Function
BenchmarkMerge
(b *testing.B)
27-merging-chans/main_test.go:37
Function
BenchmarkPixel
(b *testing.B)
22-perf/main_test.go:36
Function
BenchmarkRowWorkers
(b *testing.B)
22-perf/main_test.go:76
Function
BenchmarkRowWorkersBuffered
(b *testing.B)
22-perf/main_test.go:86
Function
BenchmarkSeq
(b *testing.B)
22-perf/main_test.go:26
Function
BenchmarkWorkers
(b *testing.B)
22-perf/main_test.go:56
Function
BenchmarkWorkersBuffered
(b *testing.B)
22-perf/main_test.go:66
Method
Critical
(args ...interface{})
14-twitterbot/main.go:77
Method
Criticalf
(format string, args ...interface{})
14-twitterbot/main.go:78
Method
Deadline
()
10-contextimpl/context.go:32
Method
Deadline
()
10-contextimpl/context.go:97
Method
Descriptor
()
12-say-grpc/api/say.pb.go:44
Method
Descriptor
()
12-say-grpc/api/say.pb.go:60
Method
Descriptor
()
30-protobuf/todo/todo.pb.go:38
Method
Descriptor
()
13-flite-cgo/api/say.pb.go:44
Method
Descriptor
()
13-flite-cgo/api/say.pb.go:60
Method
Descriptor
()
31-grpc/todo/todo.pb.go:46
Method
Descriptor
()
31-grpc/todo/todo.pb.go:69
Method
Descriptor
()
31-grpc/todo/todo.pb.go:85
next →
1–100 of 244, ranked by callers