Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/burrsutter/9stepsawesome
/ functions
Functions
65 in github.com/burrsutter/9stepsawesome
⨍
Functions
65
◇
Types & classes
20
↳
Endpoints
1
↓ 2 callers
Method
humanReadableByteCount
(long bytes, boolean si)
hello/quarkus/src/main/java/com/redhat/developer/demo/GreetingEndpoint.java:66
↓ 2 callers
Method
humanReadableByteCount
(long bytes, boolean si)
hello/springboot/src/main/java/com/burrsutter/MyRESTController.java:99
↓ 2 callers
Method
humanReadableByteCount
(long bytes, boolean si)
hello/springbootjshift/src/main/java/com/burrsutter/MyRESTController.java:98
↓ 2 callers
Method
humanReadableByteCount
(long bytes, boolean si)
hello/springbootjib/src/main/java/com/burrsutter/MyRESTController.java:98
↓ 1 callers
Method
findByQuestionId
(Long questionId)
hellodata/boot_postgres/src/main/java/com/example/boot_postgres/repository/AnswerRepository.java:12
↓ 1 callers
Method
getDescription
()
hellodata/boot_postgres/src/main/java/com/example/boot_postgres/model/Question.java:47
↓ 1 callers
Method
getText
()
hellodata/boot_postgres/src/main/java/com/example/boot_postgres/model/Answer.java:47
↓ 1 callers
Method
getTitle
()
hellodata/boot_postgres/src/main/java/com/example/boot_postgres/model/Question.java:39
↓ 1 callers
Method
setDescription
(String description)
hellodata/boot_postgres/src/main/java/com/example/boot_postgres/model/Question.java:51
↓ 1 callers
Method
setQuestion
(Question question)
hellodata/boot_postgres/src/main/java/com/example/boot_postgres/model/Answer.java:59
↓ 1 callers
Method
setText
(String text)
hellodata/boot_postgres/src/main/java/com/example/boot_postgres/model/Answer.java:51
↓ 1 callers
Method
setTitle
(String title)
hellodata/boot_postgres/src/main/java/com/example/boot_postgres/model/Question.java:43
↓ 1 callers
Method
sync
(self, parent, children)
pizzas/sync.py:6
Function
HelloHandler
(w http.ResponseWriter, r *http.Request)
hello/go/myrest.go:20
Method
ResourceNotFoundException
(String message)
hellodata/boot_postgres/src/main/java/com/example/boot_postgres/exception/ResourceNotFoundException.java:8
Method
addAnswer
(@PathVariable Long questionId, @Valid @RequestBody Answer answer)
hellodata/boot_postgres/src/main/java/com/example/boot_postgres/controller/AnswerController.java:34
Method
callinganother
()
hello/springboot/src/main/java/com/burrsutter/MyRESTController.java:84
Method
callinganother
()
hello/springbootjshift/src/main/java/com/burrsutter/MyRESTController.java:83
Method
callinganother
()
hello/springbootjib/src/main/java/com/burrsutter/MyRESTController.java:83
Method
configure
()
hello/springboot/src/main/java/com/burrsutter/MyRESTController.java:71
Method
configure
()
hello/springbootjshift/src/main/java/com/burrsutter/MyRESTController.java:70
Method
configure
()
hello/springbootjib/src/main/java/com/burrsutter/MyRESTController.java:70
Method
consumeSome
()
hello/quarkus/src/main/java/com/redhat/developer/demo/GreetingEndpoint.java:46
Method
consumeSome
()
hello/springboot/src/main/java/com/burrsutter/MyRESTController.java:42
Method
consumeSome
()
hello/springbootjshift/src/main/java/com/burrsutter/MyRESTController.java:41
Method
consumeSome
()
hello/springbootjib/src/main/java/com/burrsutter/MyRESTController.java:41
Method
contextLoads
()
hellodata/boot_postgres/src/test/java/com/example/boot_postgres/BootPostgresApplicationTests.java:12
Method
createQuestion
(@Valid @RequestBody Question question)
hellodata/boot_postgres/src/main/java/com/example/boot_postgres/controller/QuestionController.java:40
Method
deleteAnswer
(@PathVariable Long questionId, @PathVariable Long answerId)
hellodata/boot_postgres/src/main/java/com/example/boot_postgres/controller/AnswerController.java:58
Method
deleteQuestion
(@PathVariable Long questionId)
hellodata/boot_postgres/src/main/java/com/example/boot_postgres/controller/QuestionController.java:56
Method
doGet
()
hello/microprofile/src/main/java/com/burrsutter/swarmdemo/rest/HelloWorldEndpoint.java:14
Method
do_POST
(self)
pizzas/sync.py:50
Method
getAnswersByQuestionId
(@PathVariable Long questionId)
hellodata/boot_postgres/src/main/java/com/example/boot_postgres/controller/AnswerController.java:29
Method
getCreatedAt
()
hellodata/boot_postgres/src/main/java/com/example/boot_postgres/model/AuditModel.java:35
Method
getId
()
hellodata/boot_postgres/src/main/java/com/example/boot_postgres/model/Answer.java:39
Method
getId
()
hellodata/boot_postgres/src/main/java/com/example/boot_postgres/model/Question.java:31
Method
getQuestion
(@PathVariable Long questionId)
hellodata/boot_postgres/src/main/java/com/example/boot_postgres/controller/QuestionController.java:32
Method
getQuestion
()
hellodata/boot_postgres/src/main/java/com/example/boot_postgres/model/Answer.java:55
Method
getQuestions
(Pageable pageable)
hellodata/boot_postgres/src/main/java/com/example/boot_postgres/controller/QuestionController.java:27
Method
getSystemResources
()
hello/quarkus/src/main/java/com/redhat/developer/demo/GreetingEndpoint.java:35
Method
getSystemResources
()
hello/springboot/src/main/java/com/burrsutter/MyRESTController.java:32
Method
getSystemResources
()
hello/springbootjshift/src/main/java/com/burrsutter/MyRESTController.java:31
Method
getSystemResources
()
hello/springbootjib/src/main/java/com/burrsutter/MyRESTController.java:31
Method
getUpdatedAt
()
hellodata/boot_postgres/src/main/java/com/example/boot_postgres/model/AuditModel.java:41
Method
greet
()
hello/quarkus/src/main/java/com/redhat/developer/demo/GreetingEndpoint.java:21
Method
health
()
hello/quarkus/src/main/java/com/redhat/developer/demo/GreetingEndpoint.java:28
Method
health
()
hello/springboot/src/main/java/com/burrsutter/MyRESTController.java:61
Method
health
()
hello/springbootjshift/src/main/java/com/burrsutter/MyRESTController.java:60
Method
health
()
hello/springbootjib/src/main/java/com/burrsutter/MyRESTController.java:60
Function
main
()
hello/python/app.py:7
Function
main
()
hello/go/myrest.go:10
Method
main
(String[] args)
hellodata/boot_postgres/src/main/java/com/example/boot_postgres/BootPostgresApplication.java:11
Method
main
(String[] args)
hello/springboot/src/main/java/com/burrsutter/HellobootApplication.java:9
Method
main
(String[] args)
hello/springbootjshift/src/main/java/com/burrsutter/HellobootApplication.java:9
Method
main
(String[] args)
hello/springbootjib/src/main/java/com/burrsutter/HellobootApplication.java:9
Method
sayHello
()
hello/springboot/src/main/java/com/burrsutter/MyRESTController.java:24
Method
sayHello
()
hello/springbootjshift/src/main/java/com/burrsutter/MyRESTController.java:24
Method
sayHello
()
hello/springbootjib/src/main/java/com/burrsutter/MyRESTController.java:24
Method
setCreatedAt
(Date createdAt)
hellodata/boot_postgres/src/main/java/com/example/boot_postgres/model/AuditModel.java:38
Method
setId
(Long id)
hellodata/boot_postgres/src/main/java/com/example/boot_postgres/model/Answer.java:43
Method
setId
(Long id)
hellodata/boot_postgres/src/main/java/com/example/boot_postgres/model/Question.java:35
Method
setUpdatedAt
(Date updatedAt)
hellodata/boot_postgres/src/main/java/com/example/boot_postgres/model/AuditModel.java:44
Method
start
()
hello/vertx/src/main/java/com/burrsutter/MainVerticle.java:7
Method
updateAnswer
(@PathVariable Long questionId, @PathVariable Long answerId,
hellodata/boot_postgres/src/main/java/com/example/boot_postgres/controller/AnswerController.java:44
Method
updateQuestion
(@PathVariable Long questionId, @Valid @RequestBody Question questionReques
hellodata/boot_postgres/src/main/java/com/example/boot_postgres/controller/QuestionController.java:45