Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GoesToEleven/csuf
/ functions
Functions
1,038 in github.com/GoesToEleven/csuf
⨍
Functions
1,038
◇
Types & classes
181
↓ 1 callers
Method
area
Circle implements the Shape interface
sp15/02_golang-book/38_chp09_structs_interfaces.go:27
↓ 1 callers
Method
area
Rectangle implements the Shape interface
sp15/02_golang-book/38_chp09_structs_interfaces.go:32
↓ 1 callers
Method
area
WITHOUT method * func circleArea(c *Circle) float64 { return math.Pi * c.r * c.r } */ WITH method
sp15/02_golang-book/36_chp09_structs_methods.go:21
↓ 1 callers
Method
area
TYPES CAN CONTAIN METHODS & RETURN
sp15/01_samples/82_methods_type_int.go:11
↓ 1 callers
Function
average
(xs []float64)
sp15/02_golang-book/24_chp07_FUNCTIONS.go:5
↓ 1 callers
Function
client
()
sp15/00_student_code/shawn_b/golang-homework/ch13/ch13_everything.go:223
↓ 1 callers
Function
client
()
sp15/02_golang-book/62_chp13_CORE_PACKAGES_TCP.go:69
↓ 1 callers
Function
client
(mq *sysv_mq.MessageQueue)
sp15/xx_in_process/08_caleb/integration/shm/main.go:65
↓ 1 callers
Function
client
()
sp15/xx_in_process/08_caleb/integration/net/main.go:10
↓ 1 callers
Function
client2
()
sp15/00_student_code/shawn_b/golang-homework/ch13/ch13_everything.go:157
↓ 1 callers
Function
contains
(token)
sp15/xx_in_process/08_caleb/appengine/toddModifiedCMS/static/scripts/hyperscript.js:304
↓ 1 callers
Function
contains
(token)
sp15/xx_in_process/08_caleb/appengine/cms/static/scripts/hyperscript.js:350
↓ 1 callers
Function
context
()
sp15/xx_in_process/08_caleb/appengine/toddModifiedCMS/static/scripts/hyperscript.js:8
↓ 1 callers
Function
context
()
sp15/xx_in_process/08_caleb/appengine/cms/static/scripts/hyperscript.js:51
↓ 1 callers
Function
convertF2C
(F float32)
sp15/00_student_code/corey/3-2_assign/Chapter 4/temperature.go:5
↓ 1 callers
Function
decode
(src string)
sp15/xx_in_process/13_go_web_shanghai/03/02/28_cookie/flash.go:39
↓ 1 callers
Function
divideFloat
()
sp15/02_golang-book/07_chp03_types_floating_point.go:62
↓ 1 callers
Function
divideFloatMas
()
sp15/02_golang-book/07_chp03_types_floating_point.go:66
↓ 1 callers
Function
divideInt
()
sp15/02_golang-book/07_chp03_types_floating_point.go:58
↓ 1 callers
Function
doSlicesIntersect
Returns true if slices have a common element
sp15/xx_in_process/13_go_web_shanghai/04/02_validation/06_validate_checkboxes/main.go:27
↓ 1 callers
Method
eatChocolate
TYPES CAN CONTAIN METHODS
sp15/01_samples/79_methods_type_string.go:9
↓ 1 callers
Method
eatChocolate2
()
sp15/00_student_code/shawn_b/samples/main2.go:12
↓ 1 callers
Method
eatPeanuts
()
sp15/01_samples/79_methods_type_string.go:13
↓ 1 callers
Function
encode
-------------------------
sp15/xx_in_process/13_go_web_shanghai/03/02/28_cookie/flash.go:35
↓ 1 callers
Function
f
()
sp15/02_golang-book/25_chp07_functions_multiple_returns.go:5
↓ 1 callers
Function
f
* Goroutines are lightweight. We can easily create thousands of them. Let's modify our program to run 1,000,000 goroutines: */
sp15/02_golang-book/40_chp10_CONCURRENCY_step_02.go:11
↓ 1 callers
Function
f
* Large programs are often made up of many smaller sub-programs. For example a web server handles requests made from web browsers and serves up HTML w
sp15/02_golang-book/39_chp10_CONCURRENCY_step_01.go:23
↓ 1 callers
Function
factorial
RECURSION a function which calls itself
sp15/02_golang-book/30_chp07_functions_recursion.go:8
↓ 1 callers
Function
fib
(n int)
sp15/00_student_code/corey/3-2_assign/Chapter 7/fib.go:7
↓ 1 callers
Function
fib
(x int)
sp15/00_student_code/shawn_b/golang-homework/ch7_p5_fibonacci.go:12
↓ 1 callers
Function
filter
(arr, fn)
sp15/xx_in_process/08_caleb/appengine/toddModifiedCMS/static/scripts/hyperscript.js:347
↓ 1 callers
Function
filter
(arr, fn)
sp15/xx_in_process/08_caleb/appengine/cms/static/scripts/hyperscript.js:393
↓ 1 callers
Function
findLarge
( args ...int)
sp15/00_student_code/shawn_b/golang-homework/ch7_p3_findVariadicLarge.go:18
↓ 1 callers
Function
first
()
sp15/02_golang-book/31_chp07_functions_defer.go:5
↓ 1 callers
Function
getLatLng
(f io.Reader)
sp15/04_bwpwg-master/blobstrex.go:99
↓ 1 callers
Function
getPrinter
Function factory, return the correct printer type
sp15/00_student_code/shawn_b/types,pointers,structs/main3.go:22
↓ 1 callers
Function
getSimpleBrief
( arg_controls controls)
sp15/00_student_code/shawn_b/types,pointers,structs/main2.go:24
↓ 1 callers
Function
greatest
(list ...int)
sp15/00_student_code/corey/3-2_assign/Chapter 7/greatest.go:7
↓ 1 callers
Function
handleServerConnection
(c net.Conn)
sp15/00_student_code/shawn_b/golang-homework/ch13/ch13_everything.go:210
↓ 1 callers
Function
handleServerConnection
(c net.Conn)
sp15/02_golang-book/62_chp13_CORE_PACKAGES_TCP.go:56
↓ 1 callers
Method
hoorah
()
sp15/00_student_code/shawn_b/samples/main1.go:28
↓ 1 callers
Function
isArray
(arr)
sp15/xx_in_process/08_caleb/appengine/toddModifiedCMS/static/scripts/hyperscript.js:146
↓ 1 callers
Function
isArray
(arr)
sp15/xx_in_process/08_caleb/appengine/cms/static/scripts/hyperscript.js:192
↓ 1 callers
Function
isElementInSlice
(str string, sl []string)
sp15/xx_in_process/13_go_web_shanghai/04/02_validation/06_validate_checkboxes/main.go:39
↓ 1 callers
Function
item
(l)
sp15/xx_in_process/08_caleb/appengine/toddModifiedCMS/static/scripts/hyperscript.js:14
↓ 1 callers
Function
item
(l)
sp15/xx_in_process/08_caleb/appengine/cms/static/scripts/hyperscript.js:58
↓ 1 callers
Function
loadPage
* the receiver is a pointer to a struct this allows us to change the data in the struct (pass by reference) it also allows us to only pass the memory
sp15/03_gowiki/02_wiki_with_notes.go:53
↓ 1 callers
Function
loadPage
(title string)
sp15/03_gowiki/07_net-http_package_load_page.go:14
↓ 1 callers
Function
loadPage
(title string)
sp15/03_gowiki/01_wiki.go:18
↓ 1 callers
Function
main
()
sp15/xx_in_process/08_caleb/integration/sysv_mq/python/main.py:6
↓ 1 callers
Function
main
()
sp15/xx_in_process/08_caleb/integration/unixsocket/python/main.py:5
↓ 1 callers
Function
main
()
sp15/xx_in_process/08_caleb/appengine/toddModifiedCMS/static/scripts/main.js:26
↓ 1 callers
Function
main
()
sp15/xx_in_process/08_caleb/appengine/cms/static/scripts/main.js:26
↓ 1 callers
Function
makeEvenGenerator
()
sp15/02_golang-book/29_chp07_functions_funcs-return-funcs.go:5
↓ 1 callers
Function
makeOddGenerator
()
sp15/00_student_code/corey/3-2_assign/Chapter 7/oddgen.go:7
↓ 1 callers
Function
makeOddGenerator
()
sp15/00_student_code/shawn_b/golang-homework/ch7_p4_makeOddGenerator.go:11
↓ 1 callers
Function
mq_getattr
(q mqd_t)
sp15/xx_in_process/08_caleb/integration/mq/mq.go:44
↓ 1 callers
Function
mq_open
(name string, oflag int, mode int, attr mq_attr)
sp15/xx_in_process/08_caleb/integration/mq/mq.go:28
↓ 1 callers
Function
mq_receive
(q mqd_t)
sp15/xx_in_process/08_caleb/integration/mq/mq.go:70
↓ 1 callers
Function
mq_send
(q mqd_t, data []byte, priority int)
sp15/xx_in_process/08_caleb/integration/mq/mq.go:62
↓ 1 callers
Function
myConditional
(myCheck bool)
sp15/01_samples/38_if_variable_scope.go:5
↓ 1 callers
Function
myConditional
(myCheck bool)
sp15/01_samples/37_if.go:5
↓ 1 callers
Function
numbers
()
sp15/01_samples/xx_89_concurrency_channel.go:8
↓ 1 callers
Function
numbers
()
sp15/01_samples/89_concurrency_channel.go:8
↓ 1 callers
Function
numbers
()
sp15/01_samples/88_concurrency_just_go.go:5
↓ 1 callers
Function
numbers
()
sp15/01_samples/xx_87_CONCURRENCY_none.go:5
↓ 1 callers
Function
numbers
()
sp15/01_samples/xx_88_concurrency_just_go.go:5
↓ 1 callers
Function
operator_creation
()
sp15/00_student_code/corey/2-11_assign/2-11_assign.go:19
↓ 1 callers
Function
parseClass
(string)
sp15/xx_in_process/08_caleb/appengine/toddModifiedCMS/static/scripts/hyperscript.js:16
↓ 1 callers
Function
parseClass
(string)
sp15/xx_in_process/08_caleb/appengine/cms/static/scripts/hyperscript.js:61
↓ 1 callers
Function
passByRef
(c *Circle)
sp15/02_golang-book/35_chp09_STRUCTS_passing.go:16
↓ 1 callers
Function
passByVal
(c Circle)
sp15/02_golang-book/35_chp09_STRUCTS_passing.go:10
↓ 1 callers
Method
perimeter
()
sp15/00_student_code/corey/3-2_assign/Chapter 9/perimeter.go:29
↓ 1 callers
Method
perimeter
()
sp15/00_student_code/corey/3-2_assign/Chapter 9/perimeter.go:43
↓ 1 callers
Method
perimeter
()
sp15/00_student_code/shawn_b/golang-homework/ch9_p3_shapePerimeterInterface.go:29
↓ 1 callers
Method
perimeter
()
sp15/00_student_code/shawn_b/golang-homework/ch9_p3_shapePerimeterInterface.go:37
↓ 1 callers
Method
perimeter
()
sp15/00_student_code/shawn_b/golang-homework/ch9_p3_shapePerimeterInterface.go:47
↓ 1 callers
Function
pinger
* Channels provide a way for two goroutines to communicate with one another and synchronize their execution. Here is an example program using channels
sp15/02_golang-book/42_chp10_CONCURRENCY_channels_01.go:14
↓ 1 callers
Function
pinger
* Channels provide a way for two goroutines to communicate with one another and synchronize their execution. Let's add another sender to the program
sp15/02_golang-book/43_chp10_CONCURRENCY_channels_02.go:12
↓ 1 callers
Function
ponger
this function is new
sp15/02_golang-book/43_chp10_CONCURRENCY_channels_02.go:19
↓ 1 callers
Function
print_fav
(name string, num int)
sp15/00_student_code/corey/quiz1/quiz1.go:7
↓ 1 callers
Function
printer
(c chan string)
sp15/02_golang-book/42_chp10_CONCURRENCY_channels_01.go:20
↓ 1 callers
Function
printer
(c chan string)
sp15/02_golang-book/43_chp10_CONCURRENCY_channels_02.go:25
↓ 1 callers
Function
recv
(mq *sysv_mq.MessageQueue)
sp15/xx_in_process/08_caleb/integration/shm/main.go:22
↓ 1 callers
Function
recv
()
sp15/xx_in_process/08_caleb/integration/mq/main.go:19
↓ 1 callers
Function
remove
(token)
sp15/xx_in_process/08_caleb/appengine/toddModifiedCMS/static/scripts/hyperscript.js:292
↓ 1 callers
Function
remove
(token)
sp15/xx_in_process/08_caleb/appengine/cms/static/scripts/hyperscript.js:338
↓ 1 callers
Method
renameTwo
(s *string)
sp15/01_samples/84_methods_pointers.go:20
↓ 1 callers
Function
renamer
any func that implements the same methods as the interface will be implementing that interface
sp15/01_samples/85_methods_interfaces.go:25
↓ 1 callers
Function
rephraseDos
(m *myPhrase)
sp15/01_samples/84_methods_pointers_MAS.go:13
↓ 1 callers
Method
rephraseTres
()
sp15/01_samples/84_methods_pointers_MAS.go:17
↓ 1 callers
Function
rephraseUno
FUNCS
sp15/01_samples/84_methods_pointers_MAS.go:9
↓ 1 callers
Method
retLang
()
sp15/00_student_code/shawn_b/samples/main1.go:32
↓ 1 callers
Function
rot13
(b byte)
sp15/xx_in_process/08_caleb/integration/pipes/rot13/main.go:18
↓ 1 callers
Function
rot13
(b byte)
sp15/xx_in_process/08_caleb/integration/namedpipes/rot13/main.go:19
↓ 1 callers
Function
runes
()
sp15/01_samples/xx_89_concurrency_channel.go:15
↓ 1 callers
Function
runes
()
sp15/01_samples/89_concurrency_channel.go:15
↓ 1 callers
Function
runes
()
sp15/01_samples/88_concurrency_just_go.go:11
↓ 1 callers
Function
runes
()
sp15/01_samples/xx_87_CONCURRENCY_none.go:11
↓ 1 callers
Function
runes
()
sp15/01_samples/xx_88_concurrency_just_go.go:11
← previous
next →
201–300 of 1,038, ranked by callers