MCPcopy Create free account

hub / github.com/GoesToEleven/csuf / functions

Functions1,038 in github.com/GoesToEleven/csuf

↓ 1 callersMethodarea
Circle implements the Shape interface
sp15/02_golang-book/38_chp09_structs_interfaces.go:27
↓ 1 callersMethodarea
Rectangle implements the Shape interface
sp15/02_golang-book/38_chp09_structs_interfaces.go:32
↓ 1 callersMethodarea
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 callersMethodarea
TYPES CAN CONTAIN METHODS & RETURN
sp15/01_samples/82_methods_type_int.go:11
↓ 1 callersFunctionaverage
(xs []float64)
sp15/02_golang-book/24_chp07_FUNCTIONS.go:5
↓ 1 callersFunctionclient
()
sp15/00_student_code/shawn_b/golang-homework/ch13/ch13_everything.go:223
↓ 1 callersFunctionclient
()
sp15/02_golang-book/62_chp13_CORE_PACKAGES_TCP.go:69
↓ 1 callersFunctionclient
(mq *sysv_mq.MessageQueue)
sp15/xx_in_process/08_caleb/integration/shm/main.go:65
↓ 1 callersFunctionclient
()
sp15/xx_in_process/08_caleb/integration/net/main.go:10
↓ 1 callersFunctionclient2
()
sp15/00_student_code/shawn_b/golang-homework/ch13/ch13_everything.go:157
↓ 1 callersFunctioncontains
(token)
sp15/xx_in_process/08_caleb/appengine/toddModifiedCMS/static/scripts/hyperscript.js:304
↓ 1 callersFunctioncontains
(token)
sp15/xx_in_process/08_caleb/appengine/cms/static/scripts/hyperscript.js:350
↓ 1 callersFunctioncontext
()
sp15/xx_in_process/08_caleb/appengine/toddModifiedCMS/static/scripts/hyperscript.js:8
↓ 1 callersFunctioncontext
()
sp15/xx_in_process/08_caleb/appengine/cms/static/scripts/hyperscript.js:51
↓ 1 callersFunctionconvertF2C
(F float32)
sp15/00_student_code/corey/3-2_assign/Chapter 4/temperature.go:5
↓ 1 callersFunctiondecode
(src string)
sp15/xx_in_process/13_go_web_shanghai/03/02/28_cookie/flash.go:39
↓ 1 callersFunctiondivideFloat
()
sp15/02_golang-book/07_chp03_types_floating_point.go:62
↓ 1 callersFunctiondivideFloatMas
()
sp15/02_golang-book/07_chp03_types_floating_point.go:66
↓ 1 callersFunctiondivideInt
()
sp15/02_golang-book/07_chp03_types_floating_point.go:58
↓ 1 callersFunctiondoSlicesIntersect
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 callersMethodeatChocolate
TYPES CAN CONTAIN METHODS
sp15/01_samples/79_methods_type_string.go:9
↓ 1 callersMethodeatChocolate2
()
sp15/00_student_code/shawn_b/samples/main2.go:12
↓ 1 callersMethodeatPeanuts
()
sp15/01_samples/79_methods_type_string.go:13
↓ 1 callersFunctionencode
-------------------------
sp15/xx_in_process/13_go_web_shanghai/03/02/28_cookie/flash.go:35
↓ 1 callersFunctionf
()
sp15/02_golang-book/25_chp07_functions_multiple_returns.go:5
↓ 1 callersFunctionf
* 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 callersFunctionf
* 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 callersFunctionfactorial
RECURSION a function which calls itself
sp15/02_golang-book/30_chp07_functions_recursion.go:8
↓ 1 callersFunctionfib
(n int)
sp15/00_student_code/corey/3-2_assign/Chapter 7/fib.go:7
↓ 1 callersFunctionfib
(x int)
sp15/00_student_code/shawn_b/golang-homework/ch7_p5_fibonacci.go:12
↓ 1 callersFunctionfilter
(arr, fn)
sp15/xx_in_process/08_caleb/appengine/toddModifiedCMS/static/scripts/hyperscript.js:347
↓ 1 callersFunctionfilter
(arr, fn)
sp15/xx_in_process/08_caleb/appengine/cms/static/scripts/hyperscript.js:393
↓ 1 callersFunctionfindLarge
( args ...int)
sp15/00_student_code/shawn_b/golang-homework/ch7_p3_findVariadicLarge.go:18
↓ 1 callersFunctionfirst
()
sp15/02_golang-book/31_chp07_functions_defer.go:5
↓ 1 callersFunctiongetLatLng
(f io.Reader)
sp15/04_bwpwg-master/blobstrex.go:99
↓ 1 callersFunctiongetPrinter
Function factory, return the correct printer type
sp15/00_student_code/shawn_b/types,pointers,structs/main3.go:22
↓ 1 callersFunctiongetSimpleBrief
( arg_controls controls)
sp15/00_student_code/shawn_b/types,pointers,structs/main2.go:24
↓ 1 callersFunctiongreatest
(list ...int)
sp15/00_student_code/corey/3-2_assign/Chapter 7/greatest.go:7
↓ 1 callersFunctionhandleServerConnection
(c net.Conn)
sp15/00_student_code/shawn_b/golang-homework/ch13/ch13_everything.go:210
↓ 1 callersFunctionhandleServerConnection
(c net.Conn)
sp15/02_golang-book/62_chp13_CORE_PACKAGES_TCP.go:56
↓ 1 callersMethodhoorah
()
sp15/00_student_code/shawn_b/samples/main1.go:28
↓ 1 callersFunctionisArray
(arr)
sp15/xx_in_process/08_caleb/appengine/toddModifiedCMS/static/scripts/hyperscript.js:146
↓ 1 callersFunctionisArray
(arr)
sp15/xx_in_process/08_caleb/appengine/cms/static/scripts/hyperscript.js:192
↓ 1 callersFunctionisElementInSlice
(str string, sl []string)
sp15/xx_in_process/13_go_web_shanghai/04/02_validation/06_validate_checkboxes/main.go:39
↓ 1 callersFunctionitem
(l)
sp15/xx_in_process/08_caleb/appengine/toddModifiedCMS/static/scripts/hyperscript.js:14
↓ 1 callersFunctionitem
(l)
sp15/xx_in_process/08_caleb/appengine/cms/static/scripts/hyperscript.js:58
↓ 1 callersFunctionloadPage
* 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 callersFunctionloadPage
(title string)
sp15/03_gowiki/07_net-http_package_load_page.go:14
↓ 1 callersFunctionloadPage
(title string)
sp15/03_gowiki/01_wiki.go:18
↓ 1 callersFunctionmain
()
sp15/xx_in_process/08_caleb/integration/sysv_mq/python/main.py:6
↓ 1 callersFunctionmain
()
sp15/xx_in_process/08_caleb/integration/unixsocket/python/main.py:5
↓ 1 callersFunctionmain
()
sp15/xx_in_process/08_caleb/appengine/toddModifiedCMS/static/scripts/main.js:26
↓ 1 callersFunctionmain
()
sp15/xx_in_process/08_caleb/appengine/cms/static/scripts/main.js:26
↓ 1 callersFunctionmakeEvenGenerator
()
sp15/02_golang-book/29_chp07_functions_funcs-return-funcs.go:5
↓ 1 callersFunctionmakeOddGenerator
()
sp15/00_student_code/corey/3-2_assign/Chapter 7/oddgen.go:7
↓ 1 callersFunctionmakeOddGenerator
()
sp15/00_student_code/shawn_b/golang-homework/ch7_p4_makeOddGenerator.go:11
↓ 1 callersFunctionmq_getattr
(q mqd_t)
sp15/xx_in_process/08_caleb/integration/mq/mq.go:44
↓ 1 callersFunctionmq_open
(name string, oflag int, mode int, attr mq_attr)
sp15/xx_in_process/08_caleb/integration/mq/mq.go:28
↓ 1 callersFunctionmq_receive
(q mqd_t)
sp15/xx_in_process/08_caleb/integration/mq/mq.go:70
↓ 1 callersFunctionmq_send
(q mqd_t, data []byte, priority int)
sp15/xx_in_process/08_caleb/integration/mq/mq.go:62
↓ 1 callersFunctionmyConditional
(myCheck bool)
sp15/01_samples/38_if_variable_scope.go:5
↓ 1 callersFunctionmyConditional
(myCheck bool)
sp15/01_samples/37_if.go:5
↓ 1 callersFunctionnumbers
()
sp15/01_samples/xx_89_concurrency_channel.go:8
↓ 1 callersFunctionnumbers
()
sp15/01_samples/89_concurrency_channel.go:8
↓ 1 callersFunctionnumbers
()
sp15/01_samples/88_concurrency_just_go.go:5
↓ 1 callersFunctionnumbers
()
sp15/01_samples/xx_87_CONCURRENCY_none.go:5
↓ 1 callersFunctionnumbers
()
sp15/01_samples/xx_88_concurrency_just_go.go:5
↓ 1 callersFunctionoperator_creation
()
sp15/00_student_code/corey/2-11_assign/2-11_assign.go:19
↓ 1 callersFunctionparseClass
(string)
sp15/xx_in_process/08_caleb/appengine/toddModifiedCMS/static/scripts/hyperscript.js:16
↓ 1 callersFunctionparseClass
(string)
sp15/xx_in_process/08_caleb/appengine/cms/static/scripts/hyperscript.js:61
↓ 1 callersFunctionpassByRef
(c *Circle)
sp15/02_golang-book/35_chp09_STRUCTS_passing.go:16
↓ 1 callersFunctionpassByVal
(c Circle)
sp15/02_golang-book/35_chp09_STRUCTS_passing.go:10
↓ 1 callersMethodperimeter
()
sp15/00_student_code/corey/3-2_assign/Chapter 9/perimeter.go:29
↓ 1 callersMethodperimeter
()
sp15/00_student_code/corey/3-2_assign/Chapter 9/perimeter.go:43
↓ 1 callersMethodperimeter
()
sp15/00_student_code/shawn_b/golang-homework/ch9_p3_shapePerimeterInterface.go:29
↓ 1 callersMethodperimeter
()
sp15/00_student_code/shawn_b/golang-homework/ch9_p3_shapePerimeterInterface.go:37
↓ 1 callersMethodperimeter
()
sp15/00_student_code/shawn_b/golang-homework/ch9_p3_shapePerimeterInterface.go:47
↓ 1 callersFunctionpinger
* 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 callersFunctionpinger
* 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 callersFunctionponger
this function is new
sp15/02_golang-book/43_chp10_CONCURRENCY_channels_02.go:19
↓ 1 callersFunctionprint_fav
(name string, num int)
sp15/00_student_code/corey/quiz1/quiz1.go:7
↓ 1 callersFunctionprinter
(c chan string)
sp15/02_golang-book/42_chp10_CONCURRENCY_channels_01.go:20
↓ 1 callersFunctionprinter
(c chan string)
sp15/02_golang-book/43_chp10_CONCURRENCY_channels_02.go:25
↓ 1 callersFunctionrecv
(mq *sysv_mq.MessageQueue)
sp15/xx_in_process/08_caleb/integration/shm/main.go:22
↓ 1 callersFunctionrecv
()
sp15/xx_in_process/08_caleb/integration/mq/main.go:19
↓ 1 callersFunctionremove
(token)
sp15/xx_in_process/08_caleb/appengine/toddModifiedCMS/static/scripts/hyperscript.js:292
↓ 1 callersFunctionremove
(token)
sp15/xx_in_process/08_caleb/appengine/cms/static/scripts/hyperscript.js:338
↓ 1 callersMethodrenameTwo
(s *string)
sp15/01_samples/84_methods_pointers.go:20
↓ 1 callersFunctionrenamer
any func that implements the same methods as the interface will be implementing that interface
sp15/01_samples/85_methods_interfaces.go:25
↓ 1 callersFunctionrephraseDos
(m *myPhrase)
sp15/01_samples/84_methods_pointers_MAS.go:13
↓ 1 callersMethodrephraseTres
()
sp15/01_samples/84_methods_pointers_MAS.go:17
↓ 1 callersFunctionrephraseUno
FUNCS
sp15/01_samples/84_methods_pointers_MAS.go:9
↓ 1 callersMethodretLang
()
sp15/00_student_code/shawn_b/samples/main1.go:32
↓ 1 callersFunctionrot13
(b byte)
sp15/xx_in_process/08_caleb/integration/pipes/rot13/main.go:18
↓ 1 callersFunctionrot13
(b byte)
sp15/xx_in_process/08_caleb/integration/namedpipes/rot13/main.go:19
↓ 1 callersFunctionrunes
()
sp15/01_samples/xx_89_concurrency_channel.go:15
↓ 1 callersFunctionrunes
()
sp15/01_samples/89_concurrency_channel.go:15
↓ 1 callersFunctionrunes
()
sp15/01_samples/88_concurrency_just_go.go:11
↓ 1 callersFunctionrunes
()
sp15/01_samples/xx_87_CONCURRENCY_none.go:11
↓ 1 callersFunctionrunes
()
sp15/01_samples/xx_88_concurrency_just_go.go:11
← previousnext →201–300 of 1,038, ranked by callers