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
Function
s
(o,u)
sp15/xx_in_process/08_caleb/appengine/toddModifiedCMS/static/scripts/hyperscript.js:1
↓ 1 callers
Function
s
(o, u)
sp15/xx_in_process/08_caleb/appengine/cms/static/scripts/hyperscript.js:22
↓ 1 callers
Method
save
()
sp15/03_gowiki/16_func-literals_closures.go:23
↓ 1 callers
Method
save
()
sp15/03_gowiki/13_error_handling.go:15
↓ 1 callers
Method
save
* Sometimes we need to work with strings as binary data. To convert a string to a slice of bytes (and vice-versa) do this: arr := []byte("test") fm
sp15/03_gowiki/02_wiki_with_notes.go:30
↓ 1 callers
Method
save
()
sp15/03_gowiki/01_wiki.go:13
↓ 1 callers
Method
save
* The function template.Must is a convenience wrapper that panics when passed a non-nil error value, and otherwise returns the *Template unaltered. A
sp15/03_gowiki/14_template_caching.go:40
↓ 1 callers
Method
save
* If the title is valid, it will be returned along with a nil error value. If the title is invalid, the function will write a "404 Not Found" error to
sp15/03_gowiki/15_path_validation.go:56
↓ 1 callers
Method
save
()
sp15/03_gowiki/12_saving_pages.go:15
↓ 1 callers
Method
save
()
sp15/00_student_code/shawn_b/gowiki/gowiki.go:22
↓ 1 callers
Method
sayHello
()
sp15/00_student_code/shawn_b/samples/main1.go:23
↓ 1 callers
Method
sayHello
TYPES CAN CONTAIN METHODS & RETURN
sp15/01_samples/81_methods_with_returns.go:12
↓ 1 callers
Method
sayHello
STRUCTS (TYPES) CAN CONTAIN METHODS
sp15/01_samples/78_METHODS_type_struct.go:12
↓ 1 callers
Function
second
()
sp15/02_golang-book/31_chp07_functions_defer.go:9
↓ 1 callers
Function
send
(mq *sysv_mq.MessageQueue, offset, size int)
sp15/xx_in_process/08_caleb/integration/shm/main.go:15
↓ 1 callers
Function
send
()
sp15/xx_in_process/08_caleb/integration/mq/main.go:33
↓ 1 callers
Function
server
()
sp15/00_student_code/shawn_b/golang-homework/ch13/ch13_everything.go:191
↓ 1 callers
Function
server
()
sp15/02_golang-book/62_chp13_CORE_PACKAGES_TCP.go:37
↓ 1 callers
Function
server
(mq *sysv_mq.MessageQueue)
sp15/xx_in_process/08_caleb/integration/shm/main.go:37
↓ 1 callers
Function
server
()
sp15/xx_in_process/08_caleb/integration/net/main.go:31
↓ 1 callers
Function
server2
()
sp15/00_student_code/shawn_b/golang-homework/ch13/ch13_everything.go:142
↓ 1 callers
Function
shm_unlink
(name string)
sp15/xx_in_process/08_caleb/integration/shm/shm.go:32
↓ 1 callers
Function
square
(x *float64)
sp15/00_student_code/shawn_b/samples/class.go:6
↓ 1 callers
Function
sum
extern sum
sp15/xx_in_process/08_caleb/integration/cgo/gcc/main.go:6
↓ 1 callers
Function
swap
(x *int, y *int)
sp15/00_student_code/corey/3-2_assign/Chapter 8/swap.go:7
↓ 1 callers
Function
swap
(x *int, y *int)
sp15/00_student_code/shawn_b/golang-homework/ch8_p5_swapByPtr.go:11
↓ 1 callers
Function
testContainers
()
sp15/00_student_code/shawn_b/golang-homework/ch13/ch13_everything.go:287
↓ 1 callers
Function
testError
Test errors
sp15/00_student_code/shawn_b/golang-homework/ch13/ch13_everything.go:318
↓ 1 callers
Function
testFlag
()
sp15/00_student_code/shawn_b/golang-homework/ch13/ch13_everything.go:99
↓ 1 callers
Function
testHashes
()
sp15/00_student_code/shawn_b/golang-homework/ch13/ch13_everything.go:242
↓ 1 callers
Function
testNet
()
sp15/00_student_code/shawn_b/golang-homework/ch13/ch13_everything.go:118
↓ 1 callers
Function
testOsPackage
Test the os/ioutil/path/filepath
sp15/00_student_code/shawn_b/golang-homework/ch13/ch13_everything.go:328
↓ 1 callers
Method
testPrint
(t str_test)
sp15/00_student_code/corey/practice/practice.go:9
↓ 1 callers
Function
testPrinter
( printFunction func(string) )
sp15/00_student_code/shawn_b/types,pointers,structs/main3.go:31
↓ 1 callers
Function
testStrings
Test the string package
sp15/00_student_code/shawn_b/golang-homework/ch13/ch13_everything.go:367
↓ 1 callers
Function
testSync
()
sp15/00_student_code/shawn_b/golang-homework/ch13/ch13_everything.go:81
↓ 1 callers
Function
timeHandler
closure
sp15/xx_in_process/13_go_web_shanghai/03/02/09_edwards_07/main.go:10
↓ 1 callers
Function
timeHandler
(format string)
sp15/xx_in_process/13_go_web_shanghai/03/02/10_edwards_08/main.go:9
↓ 1 callers
Function
totalArea
(shapes ...Shape)
sp15/00_student_code/shawn_b/golang-homework/ch9_p3_shapePerimeterInterface.go:51
↓ 1 callers
Function
totalArea
we can use interface types as arguments to functions
sp15/02_golang-book/38_chp09_structs_interfaces.go:37
↓ 1 callers
Function
totalPerimeter
(shapes ...Shape)
sp15/00_student_code/shawn_b/golang-homework/ch9_p3_shapePerimeterInterface.go:59
↓ 1 callers
Function
valRadio
(r *http.Request)
sp15/xx_in_process/13_go_web_shanghai/04/02_validation/05_validate_radio_buttons/main.go:26
↓ 1 callers
Function
valSelect
(r *http.Request)
sp15/xx_in_process/13_go_web_shanghai/04/02_validation/04_validate_select/main.go:26
↓ 1 callers
Function
valSelect
(r *http.Request)
sp15/xx_in_process/13_go_web_shanghai/04/04_duplicate_submission/01/main.go:30
↓ 1 callers
Function
zero
(xPtr *int)
sp15/02_golang-book/34_chp08_pointers_pass_by_reference.go:5
↓ 1 callers
Function
zero
(x int)
sp15/02_golang-book/33_chp08_POINTERS_pass_by_value.go:5
↓ 1 callers
Function
zero
(xPtr *int)
sp15/01_samples/84_methods_pointers.go:52
Function
$toString
()
sp15/xx_in_process/08_caleb/appengine/toddModifiedCMS/static/scripts/hyperscript.js:318
Function
$toString
()
sp15/xx_in_process/08_caleb/appengine/cms/static/scripts/hyperscript.js:364
Function
Average
(intSliceParam []int)
sp15/00_student_code/shawn_b/tmmath/average.go:3
Function
Average
(intSliceParam []int)
sp15/00_math/average.go:3
Function
AverageCorrect
you must capitalize the func name for it to export (be available, be public)
sp15/00_student_code/shawn_b/tmmath/average.go:17
Function
AverageCorrect
you must capitalize the func name for it to export (be available, be public)
sp15/00_math/average.go:17
Function
BenchmarkMapGet
(b *testing.B)
sp15/xx_in_process/08_caleb/trie/trie_test.go:113
Function
BenchmarkMapSet
(b *testing.B)
sp15/xx_in_process/08_caleb/trie/trie_test.go:99
Function
BenchmarkTrieGet
(b *testing.B)
sp15/xx_in_process/08_caleb/trie/trie_test.go:124
Function
BenchmarkTrieSet
(b *testing.B)
sp15/xx_in_process/08_caleb/trie/trie_test.go:106
Function
BenchmarkV1
(b *testing.B)
sp15/xx_in_process/08_caleb/integration/asm/sum_test.go:43
Function
BenchmarkV2
(b *testing.B)
sp15/xx_in_process/08_caleb/integration/asm/sum_test.go:54
Function
Hello
(w http.ResponseWriter, r *http.Request, ps httprouter.Params)
sp15/xx_in_process/13_go_web_shanghai/03/02/23_schmidt_router/main.go:14
Function
Index
(w http.ResponseWriter, r *http.Request, _ httprouter.Params)
sp15/xx_in_process/13_go_web_shanghai/03/02/23_schmidt_router/main.go:10
Function
Index
(w http.ResponseWriter, r *http.Request, _ httprouter.Params)
sp15/xx_in_process/13_go_web_shanghai/03/02/24_schmidt_auth/main.go:41
Method
IsOld
()
sp15/xx_in_process/07_mcleod_web_app/05_exploring_template/main.go:16
Method
Len
()
sp15/00_student_code/shawn_b/golang-homework/ch7_p3_findVariadicLarge.go:14
Method
Len
()
sp15/00_student_code/shawn_b/golang-homework/ch6_p2.go:15
Method
Len
()
sp15/00_student_code/shawn_b/golang-homework/ch13/ch13_everything.go:266
Method
Len
()
sp15/00_student_code/shawn_b/golang-homework/ch13/ch13_everything.go:277
Method
Len
()
sp15/00_student_code/shawn_b/golang-homework/golang_math/math.go:7
Method
Len
()
sp15/02_golang-book/59_chp13_CORE_PACKAGES_sort.go:15
Method
Less
(i, j int)
sp15/00_student_code/shawn_b/golang-homework/ch7_p3_findVariadicLarge.go:16
Method
Less
(i, j int)
sp15/00_student_code/shawn_b/golang-homework/ch6_p2.go:17
Method
Less
(i, j int)
sp15/00_student_code/shawn_b/golang-homework/ch13/ch13_everything.go:269
Method
Less
(i, j int)
sp15/00_student_code/shawn_b/golang-homework/ch13/ch13_everything.go:280
Method
Less
(i, j int)
sp15/00_student_code/shawn_b/golang-homework/golang_math/math.go:9
Method
Less
(i, j int)
sp15/02_golang-book/59_chp13_CORE_PACKAGES_sort.go:18
Function
Max
Finds the maximum value in a given slice of float64
sp15/00_student_code/corey/3-2_assign/Chapter11/min_max/min_max.go:15
Function
Mean
(xs []float64)
sp15/xx_in_process/08_caleb/integration/swig/gsl/gsl.go:6
Function
Min
Finds the minimum value in a given slice of float64
sp15/00_student_code/corey/3-2_assign/Chapter11/min_max/min_max.go:4
Method
Negate
(i int64, reply *int64)
sp15/00_student_code/shawn_b/golang-homework/ch13/ch13_everything.go:137
Function
Protected
(w http.ResponseWriter, r *http.Request, _ httprouter.Params)
sp15/xx_in_process/13_go_web_shanghai/03/02/24_schmidt_auth/main.go:45
Function
Reverse
(s string)
sp15/00_hello/stringutil/reverse.go:3
Method
SayHi
()
sp15/xx_in_process/13_go_web_shanghai/02/06/01_interface/main.go:23
Method
SayHi
()
sp15/xx_in_process/13_go_web_shanghai/02/06/01_interface/main.go:31
Method
ServeHTTP
(w http.ResponseWriter, r *http.Request)
sp15/xx_in_process/13_go_web_shanghai/03/02/05_edwards_04/main.go:13
Function
ServeTemplate
(w http.ResponseWriter, r *http.Request)
sp15/04_bwpwg-master/12_dosasite/dosasite.go:38
Method
Sing
(lyrics string)
sp15/xx_in_process/13_go_web_shanghai/02/06/01_interface/main.go:27
Method
String
()
sp15/xx_in_process/13_go_web_shanghai/02/06/04_assertion/main.go:17
Method
String
()
sp15/xx_in_process/13_go_web_shanghai/02/06/05_assertion/main.go:17
Method
String
()
sp15/xx_in_process/13_go_web_shanghai/02/06/06_performance/main.go:19
Function
Sum
(intSliceParam []int)
sp15/00_student_code/shawn_b/tmmath/sum.go:3
Function
Sum
(intSliceParam []int)
sp15/00_math/sum.go:3
Function
SumV2
sp15/xx_in_process/08_caleb/integration/syso/sum_amd64.c:1
Method
Swap
(i, j int)
sp15/00_student_code/shawn_b/golang-homework/ch7_p3_findVariadicLarge.go:15
Method
Swap
(i, j int)
sp15/00_student_code/shawn_b/golang-homework/ch6_p2.go:16
Method
Swap
(i, j int)
sp15/00_student_code/shawn_b/golang-homework/ch13/ch13_everything.go:272
Method
Swap
(i, j int)
sp15/00_student_code/shawn_b/golang-homework/ch13/ch13_everything.go:283
Method
Swap
(i, j int)
sp15/00_student_code/shawn_b/golang-homework/golang_math/math.go:8
Method
Swap
(i, j int)
sp15/02_golang-book/59_chp13_CORE_PACKAGES_sort.go:21
Function
Test
(t *testing.T)
sp15/xx_in_process/08_caleb/integration/asm/sum_test.go:20
Function
TestAPI
(t *testing.T)
sp15/xx_in_process/08_caleb/appengine/cms/api_test.go:16
← previous
next →
301–400 of 1,038, ranked by callers