Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Techtonica/curriculum
/ functions
Functions
247 in github.com/Techtonica/curriculum
⨍
Functions
247
◇
Types & classes
21
↓ 40 callers
Method
add_rating
(self, restaurant_id, score)
javascript/restaurant recommender/design_yelp.py:248
↓ 35 callers
Method
add_restaurant_to_tag
Add a restaurant to a tag, add the tag to the restaurant.
javascript/restaurant recommender/design_yelp.py:41
↓ 31 callers
Method
add_restaurant
(self, restaurant)
javascript/restaurant recommender/design_yelp.py:227
↓ 15 callers
Method
size
(self)
javascript/restaurant recommender/Heap.py:24
↓ 13 callers
Method
get
(key: string)
electives/optimization/optimizing-your-react-node-project/src/components/EventfulSearch.tsx:31
↓ 11 callers
Method
add_user
Add user to the system if they do not already exist.
javascript/restaurant recommender/design_yelp.py:21
↓ 10 callers
Method
add_tag
(self, tag)
javascript/restaurant recommender/design_yelp.py:282
↓ 7 callers
Function
set
(input)
pair-programming/week-7/react-forms-continued/src/Components/form.jsx:13
↓ 6 callers
Function
continueCallback
()
projects/Eventful-API-test-page/app.js:23
↓ 5 callers
Method
give_top_five
(self, user_id)
javascript/restaurant recommender/design_yelp.py:164
↓ 4 callers
Method
compare
(self, a, b)
javascript/restaurant recommender/Heap.py:12
↓ 4 callers
Method
remove_peak
(self)
javascript/restaurant recommender/Heap.py:54
↓ 4 callers
Method
swap
(self, index1, index2)
javascript/restaurant recommender/Heap.py:18
↓ 3 callers
Method
bubble_down
(self, index)
javascript/restaurant recommender/Heap.py:61
↓ 3 callers
Function
loadStudents
()
projects/2023TemplateWithVite/client/src/components/ListStudents.jsx:13
↓ 3 callers
Method
prioritize
Prioritize restaurants
javascript/restaurant recommender/design_yelp.py:114
↓ 3 callers
Function
useAPI
(initialData = null)
objectives/quizzes/week_9/Quiz-RTL-Testing-Fetches/src/useAPI.js:3
↓ 2 callers
Method
add_restaurant
Add a restaurant to the system if it does not exist.
javascript/restaurant recommender/design_yelp.py:35
↓ 2 callers
Method
bubble_up
(self, index)
javascript/restaurant recommender/Heap.py:33
↓ 2 callers
Function
clearForm
()
projects/2023TemplateWithVite/client/src/components/Form.jsx:31
↓ 2 callers
Function
countVowelsRecursive
(str)
code-challenges/Week_11/How-Many-Vowels.js:49
↓ 2 callers
Function
evaluate
(f, _ns)
runtime-complexity/runtime.js:8
↓ 2 callers
Function
findLargerNumber
()
code-challenges/Week_7/Ternary_Operator_for_Conditional.js:6
↓ 2 callers
Method
get_top_average_restaurants
(self, number_of_restaurants=5, min_score=5)
javascript/restaurant recommender/design_yelp.py:148
↓ 2 callers
Method
get_user
Get user from the system if they exist.
javascript/restaurant recommender/design_yelp.py:28
↓ 2 callers
Method
insert
(self, value)
javascript/restaurant recommender/Heap.py:28
↓ 2 callers
Function
mysteryFunction2
(p1, p2)
prework/4_FunctionsExercise.js:54
↓ 2 callers
Function
onDelete
(toDeleteStudent)
projects/2023TemplateWithVite/client/src/components/Student.jsx:11
↓ 2 callers
Method
remove
(self, value)
javascript/restaurant recommender/Heap.py:94
↓ 2 callers
Method
set
(key: string, data: SearchResponse)
electives/optimization/optimizing-your-react-node-project/src/components/EventfulSearch.tsx:42
↓ 2 callers
Function
wrapArray
(f, sorted)
runtime-complexity/runtime.js:52
↓ 1 callers
Method
add_preference
(self, tags)
javascript/restaurant recommender/design_yelp.py:252
↓ 1 callers
Method
add_tag
Add tag to tags if it does not already exist.
javascript/restaurant recommender/design_yelp.py:61
↓ 1 callers
Function
askForNameAndRepeat
()
code-challenges/Week_3/Display_User_Name_in_Greeting.js:16
↓ 1 callers
Method
clear
()
electives/optimization/optimizing-your-react-node-project/src/components/EventfulSearch.tsx:55
↓ 1 callers
Function
combineArrays
()
code-challenges/Week_7/Spread_an_Array_into_Another_Array.js:6
↓ 1 callers
Function
count_down_and_up
()
code-challenges/Week_3/HackerRank_Loops.py:21
↓ 1 callers
Function
fetchData
()
pair-programming/week-5/fetch-api/index.js:2
↓ 1 callers
Method
filter_restaurants
Only considering restaurants that are not seen, and removing those that are.
javascript/restaurant recommender/design_yelp.py:124
↓ 1 callers
Method
filter_tags
Adding top prioritized restaurants from each tag.
javascript/restaurant recommender/design_yelp.py:136
↓ 1 callers
Function
findTargetIndex
(inputStr, targetStr)
code-challenges/Week_2/string_manipulation.py:17
↓ 1 callers
Method
getStats
()
electives/optimization/optimizing-your-react-node-project/src/components/EventfulSearch.tsx:59
↓ 1 callers
Method
get_restaurant
Get restaurant from the system if it exists.
javascript/restaurant recommender/design_yelp.py:54
↓ 1 callers
Method
get_tag
Get tag if it exists
javascript/restaurant recommender/design_yelp.py:67
↓ 1 callers
Method
get_top_five
(self, heap)
javascript/restaurant recommender/design_yelp.py:255
↓ 1 callers
Method
get_top_restaurants
(self, heap)
javascript/restaurant recommender/design_yelp.py:230
↓ 1 callers
Method
heapify
(self)
javascript/restaurant recommender/Heap.py:104
↓ 1 callers
Function
main
()
code-challenges/Week_4/Map_Practice.py:13
↓ 1 callers
Function
main
()
code-challenges/Week_4/Getting_Started_with HTML_CSS_Python/main.py:35
↓ 1 callers
Function
myFunc1
(param1)
prework/codeSamples.js:25
↓ 1 callers
Function
myFunc2
(param1, param2)
prework/codeSamples.js:31
↓ 1 callers
Function
mysteryFunction1
(p1)
prework/4_FunctionsExercise.js:38
↓ 1 callers
Function
onSaveStudent
(newStudent)
projects/2023TemplateWithVite/client/src/components/ListStudents.jsx:26
↓ 1 callers
Function
onUpdate
(toUpdateStudent)
projects/2023TemplateWithVite/client/src/components/Student.jsx:7
↓ 1 callers
Function
postStudent
(newStudent)
projects/2023TemplateWithVite/client/src/components/Form.jsx:36
↓ 1 callers
Function
putStudent
(toEditStudent)
projects/2023TemplateWithVite/client/src/components/Form.jsx:55
↓ 1 callers
Method
reduce
Remove ratings from heap that are None.
javascript/restaurant recommender/design_yelp.py:103
↓ 1 callers
Function
removeDuplicates
(arr)
code-challenges/Week_7/Remove_Duplicates_from_Array.js:5
↓ 1 callers
Function
renderData
()
pair-programming/week-5/fetch-api/index.js:13
↓ 1 callers
Function
reportWebVitals
(onPerfEntry)
pair-programming/week-7/react-express-app/starter-code/React-express-starter-code/client/src/reportWebVitals.js:1
↓ 1 callers
Function
reportWebVitals
objectives/quizzes/week_12/Quiz-RTL-Testing-setTimeout/src/reportWebVitals.js:1
↓ 1 callers
Function
reportWebVitals
objectives/quizzes/week_9/Quiz-RTL-Testing-Effects/src/reportWebVitals.js:1
↓ 1 callers
Function
reportWebVitals
objectives/quizzes/week_9/Quiz-RTL-Testing-Input/src/reportWebVitals.js:1
↓ 1 callers
Function
reportWebVitals
objectives/quizzes/week_9/quiz-css-variables/src/reportWebVitals.js:1
↓ 1 callers
Function
reportWebVitals
objectives/quizzes/week_9/Quiz-RTL-Testing-Fetches/src/reportWebVitals.js:1
↓ 1 callers
Function
reportWebVitals
objectives/quizzes/week_11/Quiz-RTL-Testing-Controlled-Component/src/reportWebVitals.js:1
↓ 1 callers
Function
simulateDelay
()
electives/optimization/optimizing-your-react-node-project/server/eventful-api-server.js:74
↓ 1 callers
Method
validate_rating
Check if score is within appropriate range.
javascript/restaurant recommender/design_yelp.py:74
Function
App
()
electives/optimization/optimizing-your-react-node-project/src/App.tsx:3
Function
App
()
projects/2023TemplateWithVite/client/src/App.jsx:6
Function
App
()
code-challenges/Week_8/Working_with_React_Testing_Library/src/App.jsx:3
Function
App
()
code-challenges/Week_4/Getting_Started_with_React_Hello_Component/src/App.jsx:4
Function
App
()
pair-programming/week-4/react-props/src/App.jsx:3
Function
App
()
pair-programming/week-4/passing_props_from_child_to_parent/src/App.jsx:5
Function
App
()
pair-programming/week-4/button-component/src/App.js:3
Function
App
()
pair-programming/week-4/hello-component/src/App.js:3
Function
App
()
pair-programming/week-5/Weather_Forecast_App/src/App.jsx:4
Function
App
()
pair-programming/week-5/Counter_App/src/App.jsx:3
Function
App
()
pair-programming/week-5/react-couter-app/App.js:3
Function
App
()
pair-programming/week-7/react-forms/src/App.jsx:33
Function
App
()
pair-programming/week-7/react-forms-continued/src/App.jsx:6
Function
App
()
pair-programming/week-7/react-express-app/starter-code/React-express-starter-code/client/src/App.js:4
Function
App
()
objectives/quizzes/week_10/Week14_Quiz1/client/src/App.js:3
Function
App
()
objectives/quizzes/week_10/passingprops/src/App.jsx:6
Function
App
()
objectives/quizzes/week_12/fetch_api_data/src/App.js:4
Function
App
()
objectives/quizzes/week_9/Quiz-RTL-Testing-Input/src/App.js:11
Function
App
()
objectives/quizzes/week_9/quiz-css-variables/src/App.js:4
Function
App
()
objectives/quizzes/week_9/Quiz-RTL-Testing-Fetches/src/App.js:11
Function
Button
({ num, handleClick })
pair-programming/week-4/button-component/src/Button.js:1
Function
Button
(props)
objectives/quizzes/week_11/Quiz-RTL-Testing-Controlled-Component/src/components/Button/Button.js:3
Function
ColorButton
({ children, color, onClick })
pair-programming/week-4/passing_props_from_child_to_parent/src/ColorButton.jsx:4
Function
Contact
()
projects/2023TemplateWithVite/client/src/components/contact.jsx:1
Function
Counter
()
objectives/quizzes/week_9/Quiz-RTL-Testing-Effects/src/components/Counter/Counter.js:3
Function
ErrorPage
()
projects/2023TemplateWithVite/client/src/components/error-page.jsx:3
Function
EventCard
({ event })
electives/optimization/optimizing-your-react-node-project/src/components/EventfulSearch.tsx:292
Function
EventfulSearch
()
electives/optimization/optimizing-your-react-node-project/src/components/EventfulSearch.tsx:69
Function
Fetch
()
objectives/quizzes/week_9/Quiz-RTL-Testing-Fetches/src/components/Fetch/Fetch.js:4
Function
FocusInput
()
objectives/quizzes/week_9/Quiz-RTL-Testing-Input/src/components/FocusInput/FocusInput.js:3
Function
Form
({ onSendData })
objectives/quizzes/week_10/passingprops/src/components/form.jsx:3
Function
Form
(props)
objectives/quizzes/week_11/Quiz_Form_Validation_Testing/src/components/form.js:3
next →
1–100 of 247, ranked by callers