Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GrowAdept/youtube
/ functions
Functions
474 in github.com/GrowAdept/youtube
⨍
Functions
474
◇
Types & classes
49
↓ 1 callers
Function
printC
()
gobeyondbasics/sync/main.go:29
↓ 1 callers
Function
printD
()
gobeyondbasics/goroutines/main.go:31
↓ 1 callers
Function
printD
(c chan string)
gobeyondbasics/channels/channels/main.go:29
↓ 1 callers
Function
printD
()
gobeyondbasics/sync/main.go:37
↓ 1 callers
Method
printMessage
unexported method can be run inside of local package but not outside
gobeyondbasics/calendar/calendar.go:62
↓ 1 callers
Function
printPet
()
gobasics/scope/main.go:12
↓ 1 callers
Function
printProverb
()
gobeyondbasics/splitcode/xyz.go:11
↓ 1 callers
Function
printTwice
prints passed in value twice
gobasics/comments/main.go:16
↓ 1 callers
Function
rectArea
(len float64, wid float64)
gobasics/funcs/main.go:12
↓ 1 callers
Function
rectArea
(len float64, wid float64)
gobasics/error/main.go:9
↓ 1 callers
Function
sendVerPWemail
(randStr string, username string, toEmail string)
gowebdev/forgotPassword/main.go:744
↓ 1 callers
Function
sender1
(ch chan string, s string)
gobeyondbasics/select/main.go:13
↓ 1 callers
Function
sender2
(ch chan int, i int)
gobeyondbasics/select/main.go:18
↓ 1 callers
Function
sender3
(ch chan Result, r Result)
gobeyondbasics/select/main.go:23
↓ 1 callers
Function
ticker
()
gobasics/concurrency2/main.go:30
↓ 1 callers
Function
ticker
()
gobasics/concurrency/main.go:18
↓ 1 callers
Function
totalTwoItems
* // WARNING: this will not work since the ... is not on the last parameter in function signature // throws error: syntax error: cannot use ... with n
gobasics/variadicfunc/main.go:60
↓ 1 callers
Function
transSavToCheck
(userID int, amount float32)
gowebMySQL/transactions/main.go:28
↓ 1 callers
Method
validateEmail
validateEmail validates email re returns error that is safe to share with the user
gin/register/users.go:174
↓ 1 callers
Method
validateEmail
validateEmail validates email re returns error that is safe to share with the user
gin/pswdRecovery/users.go:179
↓ 1 callers
Method
validateEmail
validateEmail validates email re returns error that is safe to share with the user
gin/changePswd/users.go:186
↓ 1 callers
Method
validatePassword
validatePassword checks level of entropy of password
gin/register/users.go:44
↓ 1 callers
Method
validateUsername
validateUsername checks username only has alphanumeric characters and if sufficient length, errors are safe to share with user
gin/register/users.go:29
↓ 1 callers
Method
validateUsername
validateUsername checks username only has alphanumeric characters and if sufficient length, errors are safe to share with user
gin/pswdRecovery/users.go:41
↓ 1 callers
Method
validateUsername
validateUsername checks username only has alphanumeric characters and if sufficient length, errors are safe to share with user
gin/changePswd/users.go:51
Method
AskGPTresp
(prompt string)
goprojects/chatGPT/chatGPTapi/chatGPTapi.go:101
Function
BenchmarkAdd2
(b *testing.B)
gobasics/testing/main_test.go:34
Function
CallClear
()
gobasics/concurrency2/main.go:43
Function
CanCashPr
(p float64)
gowebdev/tmpTrblshoot/main.go:29
Method
CanCashPr
CanCashPr converts Canadian price to cash price (no 1 cent coins)
gowebdev/tmpMethod/main.go:15
Function
ChPswdGEThandler
ChPswdGETHandler displays for to make password change
gin/changePswd/main.go:448
Function
ChPswdPOSThandler
even if user is logged in, we ask for the password again incase user was away from keyboard but still logged in
gin/changePswd/main.go:454
Function
CreateClient
(APIkey, APIurl string)
goprojects/chatGPT/chatGPTapi/chatGPTapi.go:58
Method
Day
()
gobeyondbasics/encap/main.go:23
Method
EmailExists
EmailExists checks if email address exists in db
gin/pswdRecovery/users.go:78
Method
EmailExists
EmailExists checks if email address exists in db
gin/changePswd/users.go:88
Function
Example
()
gobasics/testing/main_test.go:40
Method
Len
Len is the number of elements in the collection.
gocorefuncs/sort/custsort/main.go:23
Method
Less
Swap swaps the elements with indexes i and j.
gocorefuncs/sort/custsort/main.go:33
Method
Month
()
gobeyondbasics/calendar/calendar.go:49
Function
Order
(x []T)
gobeyondbasics/generics/constraints/main.go:8
Function
Order2
(x []T)
gobeyondbasics/generics/constraints/main.go:13
Function
PrintAnotherProv
needs to be capitalized to run outside of package
gobeyondbasics/splitcode/doathing/doapart/doapart1.go:10
Function
PrintProverb
(prov string)
gobeyondbasics/splitcode/doathing/doathing.go:12
Method
SetDay
(day int)
gobeyondbasics/encap/main.go:15
Method
Swap
Less reports whether the element with index i should sort before the element with index j.
gocorefuncs/sort/custsort/main.go:28
Function
TestAdd2
(t *testing.T)
gobasics/testing/main_test.go:18
Function
TestCheckNameLen
(t *testing.T)
gobasics/testingErrors/main_test.go:9
Function
TestHello
(t *testing.T)
gobasics/testing/main_test.go:27
Function
TestOpenFile
(t *testing.T)
gobasics/testingErrors/main_test.go:26
Function
TestWorld
TestHello checks if "Hello World" is returned
gobasics/testing/world/world_test.go:6
Function
aboutHandleFunc
(w http.ResponseWriter, r *http.Request)
gowebdev/basicServ3/main.go:22
Function
aboutHandler
(w http.ResponseWriter, r *http.Request)
gobasics/websvr/main.go:14
Function
aboutHandler
(w http.ResponseWriter, r *http.Request)
gowebdev/sessions/main.go:57
Function
aboutHandler
(w http.ResponseWriter, r *http.Request)
gowebdev/middleware/main.go:69
Function
aboutHandler
(w http.ResponseWriter, r *http.Request)
gowebdev/tmpPrse/main.go:28
Function
aboutHandler
(w http.ResponseWriter, r *http.Request)
gowebdev/stayLoggedIn/main.go:99
Function
aboutHandler
check session for logged in done with middleware Auth()
gowebdev/forgotPassword/main.go:91
Function
aboutHandler
(w http.ResponseWriter, r *http.Request)
gowebdev/editProfile/main.go:111
Function
accCreateHandler
accCreateHandler creates new user in database
gowebdev/editProfile/main.go:194
Function
accEditHandler
accEditHandler render edit profile page
gowebdev/editProfile/main.go:545
Function
accEditVerHandler
accEditVefHandler render edit profile page
gowebdev/editProfile/main.go:563
Function
accEmailVerHandler
accEmailVerHandler serves form for registring new users
gowebdev/editProfile/main.go:305
Function
accForgotPWhandler
route: /account/forgotpw renders form for recovering account via email
gowebdev/editProfile/main.go:375
Function
accForgotPWvalHandler
route: /account/forgotpw/validate checks if email exists for this account and send email if exists (do not want to send unsolicited emails)
gowebdev/editProfile/main.go:382
Function
accForgotPWverHandler
route: /account/forgotpw/verify verify u.verPassword and update db
gowebdev/editProfile/main.go:446
Function
accForgotpwChangeHandler
route: /account/forgotpw/change render form to change password and passes auth info into the path in the form's action
gowebdev/editProfile/main.go:431
Function
accLoginHandler
accLoginHandler serves form for users to login with
gowebdev/editProfile/main.go:117
Function
accLoginVerHandler
accLoginVerHandler authenticates user login
gowebdev/editProfile/main.go:123
Function
accLogoutHandler
(w http.ResponseWriter, r *http.Request)
gowebdev/editProfile/main.go:165
Function
accNewHandler
accNewHandler serves form for registring new users
gowebdev/editProfile/main.go:188
Function
accProfileHandler
accProfileHandler renders Profile page
gowebdev/editProfile/main.go:527
Function
addTax
pass by copy
gobasics/pointers/main.go:9
Function
area
(width, height float64)
gobasics/methods/main.go:16
Method
area
()
gobasics/interfaces/main.go:61
Function
area2
(r rectangle)
gobasics/methods/main.go:21
Function
askGEThandler
askGetHandler displays field to ask chatGPT questions
goprojects/chatGPT/chatGPTweb/main.go:34
Function
askPOSThandler
askPostHandler asks chatGPT question from user and serves response
goprojects/chatGPT/chatGPTweb/main.go:39
Function
auth
auth middleware
gin/GorillaSessions/main.go:63
Function
auth
auth middleware checks if logged in by looking at session
gin/register/auth.go:20
Function
auth
auth middleware checks if logged in by looking at session
gin/pswdRecovery/auth.go:20
Function
auth
auth middleware checks if logged in by looking at session
gin/changePswd/auth.go:20
Function
browseHandler
(w http.ResponseWriter, r *http.Request)
gowebMySQL/insUpdDel/main.go:42
Function
contactHandler
(w http.ResponseWriter, r *http.Request)
gowebdev/tmpPrse/main.go:32
Function
createGopher
* c.BindJSON(&newGohper) -binds JSON to struct pointer -we handle any errors */
gin/GinVsGorAPI/gin/main.go:46
Function
createGopher
* A Decoder reads and decodes JSON values from an input stream. NewDecoder returns a new decoder that reads from r. The decoder introduces its own buf
gin/GinVsGorAPI/gorilla/main.go:61
Function
createHandler
(w http.ResponseWriter, r *http.Request)
gowebdev/sessions/main.go:26
Function
createMovie
(c *gin.Context)
gin/middleware/main.go:84
Function
createMovie
(c *gin.Context)
gin/ginIntro/APIbasics/main.go:66
Function
createMovieForm
(c *gin.Context)
gin/middleware/main.go:80
Function
deleteHandler
(w http.ResponseWriter, r *http.Request)
gowebMySQL/insUpdDel/main.go:154
Function
deleteHandler
(w http.ResponseWriter, r *http.Request)
gowebdev/sessions/main.go:61
Function
deleteMovie
(c *gin.Context)
gin/ginIntro/APIbasics/main.go:93
Method
doesChangeStr
receives pointer (memory address) of original struct
gobasics/methodPtr/main.go:14
Method
doesNotChangeRect
creates copy of type and passes it to the function, not the original
gobasics/methods/main.go:9
Function
emailChPswdHandler
(c *gin.Context)
gin/pswdRecovery/main.go:364
Function
emailChPswdHandler
(c *gin.Context)
gin/changePswd/main.go:380
Function
emailRecovHandler
(c *gin.Context)
gin/pswdRecovery/main.go:321
Function
emailRecovHandler
(c *gin.Context)
gin/changePswd/main.go:337
Function
emailverGEThandler
(c *gin.Context)
gin/register/main.go:173
← previous
next →
101–200 of 474, ranked by callers