MCPcopy Create free account

hub / github.com/Techtonica/curriculum / functions

Functions247 in github.com/Techtonica/curriculum

↓ 40 callersMethodadd_rating
(self, restaurant_id, score)
javascript/restaurant recommender/design_yelp.py:248
↓ 35 callersMethodadd_restaurant_to_tag
Add a restaurant to a tag, add the tag to the restaurant.
javascript/restaurant recommender/design_yelp.py:41
↓ 31 callersMethodadd_restaurant
(self, restaurant)
javascript/restaurant recommender/design_yelp.py:227
↓ 15 callersMethodsize
(self)
javascript/restaurant recommender/Heap.py:24
↓ 13 callersMethodget
(key: string)
electives/optimization/optimizing-your-react-node-project/src/components/EventfulSearch.tsx:31
↓ 11 callersMethodadd_user
Add user to the system if they do not already exist.
javascript/restaurant recommender/design_yelp.py:21
↓ 10 callersMethodadd_tag
(self, tag)
javascript/restaurant recommender/design_yelp.py:282
↓ 7 callersFunctionset
(input)
pair-programming/week-7/react-forms-continued/src/Components/form.jsx:13
↓ 6 callersFunctioncontinueCallback
()
projects/Eventful-API-test-page/app.js:23
↓ 5 callersMethodgive_top_five
(self, user_id)
javascript/restaurant recommender/design_yelp.py:164
↓ 4 callersMethodcompare
(self, a, b)
javascript/restaurant recommender/Heap.py:12
↓ 4 callersMethodremove_peak
(self)
javascript/restaurant recommender/Heap.py:54
↓ 4 callersMethodswap
(self, index1, index2)
javascript/restaurant recommender/Heap.py:18
↓ 3 callersMethodbubble_down
(self, index)
javascript/restaurant recommender/Heap.py:61
↓ 3 callersFunctionloadStudents
()
projects/2023TemplateWithVite/client/src/components/ListStudents.jsx:13
↓ 3 callersMethodprioritize
Prioritize restaurants
javascript/restaurant recommender/design_yelp.py:114
↓ 3 callersFunctionuseAPI
(initialData = null)
objectives/quizzes/week_9/Quiz-RTL-Testing-Fetches/src/useAPI.js:3
↓ 2 callersMethodadd_restaurant
Add a restaurant to the system if it does not exist.
javascript/restaurant recommender/design_yelp.py:35
↓ 2 callersMethodbubble_up
(self, index)
javascript/restaurant recommender/Heap.py:33
↓ 2 callersFunctionclearForm
()
projects/2023TemplateWithVite/client/src/components/Form.jsx:31
↓ 2 callersFunctioncountVowelsRecursive
(str)
code-challenges/Week_11/How-Many-Vowels.js:49
↓ 2 callersFunctionevaluate
(f, _ns)
runtime-complexity/runtime.js:8
↓ 2 callersFunctionfindLargerNumber
()
code-challenges/Week_7/Ternary_Operator_for_Conditional.js:6
↓ 2 callersMethodget_top_average_restaurants
(self, number_of_restaurants=5, min_score=5)
javascript/restaurant recommender/design_yelp.py:148
↓ 2 callersMethodget_user
Get user from the system if they exist.
javascript/restaurant recommender/design_yelp.py:28
↓ 2 callersMethodinsert
(self, value)
javascript/restaurant recommender/Heap.py:28
↓ 2 callersFunctionmysteryFunction2
(p1, p2)
prework/4_FunctionsExercise.js:54
↓ 2 callersFunctiononDelete
(toDeleteStudent)
projects/2023TemplateWithVite/client/src/components/Student.jsx:11
↓ 2 callersMethodremove
(self, value)
javascript/restaurant recommender/Heap.py:94
↓ 2 callersMethodset
(key: string, data: SearchResponse)
electives/optimization/optimizing-your-react-node-project/src/components/EventfulSearch.tsx:42
↓ 2 callersFunctionwrapArray
(f, sorted)
runtime-complexity/runtime.js:52
↓ 1 callersMethodadd_preference
(self, tags)
javascript/restaurant recommender/design_yelp.py:252
↓ 1 callersMethodadd_tag
Add tag to tags if it does not already exist.
javascript/restaurant recommender/design_yelp.py:61
↓ 1 callersFunctionaskForNameAndRepeat
()
code-challenges/Week_3/Display_User_Name_in_Greeting.js:16
↓ 1 callersMethodclear
()
electives/optimization/optimizing-your-react-node-project/src/components/EventfulSearch.tsx:55
↓ 1 callersFunctioncombineArrays
()
code-challenges/Week_7/Spread_an_Array_into_Another_Array.js:6
↓ 1 callersFunctioncount_down_and_up
()
code-challenges/Week_3/HackerRank_Loops.py:21
↓ 1 callersFunctionfetchData
()
pair-programming/week-5/fetch-api/index.js:2
↓ 1 callersMethodfilter_restaurants
Only considering restaurants that are not seen, and removing those that are.
javascript/restaurant recommender/design_yelp.py:124
↓ 1 callersMethodfilter_tags
Adding top prioritized restaurants from each tag.
javascript/restaurant recommender/design_yelp.py:136
↓ 1 callersFunctionfindTargetIndex
(inputStr, targetStr)
code-challenges/Week_2/string_manipulation.py:17
↓ 1 callersMethodgetStats
()
electives/optimization/optimizing-your-react-node-project/src/components/EventfulSearch.tsx:59
↓ 1 callersMethodget_restaurant
Get restaurant from the system if it exists.
javascript/restaurant recommender/design_yelp.py:54
↓ 1 callersMethodget_tag
Get tag if it exists
javascript/restaurant recommender/design_yelp.py:67
↓ 1 callersMethodget_top_five
(self, heap)
javascript/restaurant recommender/design_yelp.py:255
↓ 1 callersMethodget_top_restaurants
(self, heap)
javascript/restaurant recommender/design_yelp.py:230
↓ 1 callersMethodheapify
(self)
javascript/restaurant recommender/Heap.py:104
↓ 1 callersFunctionmain
()
code-challenges/Week_4/Map_Practice.py:13
↓ 1 callersFunctionmain
()
code-challenges/Week_4/Getting_Started_with HTML_CSS_Python/main.py:35
↓ 1 callersFunctionmyFunc1
(param1)
prework/codeSamples.js:25
↓ 1 callersFunctionmyFunc2
(param1, param2)
prework/codeSamples.js:31
↓ 1 callersFunctionmysteryFunction1
(p1)
prework/4_FunctionsExercise.js:38
↓ 1 callersFunctiononSaveStudent
(newStudent)
projects/2023TemplateWithVite/client/src/components/ListStudents.jsx:26
↓ 1 callersFunctiononUpdate
(toUpdateStudent)
projects/2023TemplateWithVite/client/src/components/Student.jsx:7
↓ 1 callersFunctionpostStudent
(newStudent)
projects/2023TemplateWithVite/client/src/components/Form.jsx:36
↓ 1 callersFunctionputStudent
(toEditStudent)
projects/2023TemplateWithVite/client/src/components/Form.jsx:55
↓ 1 callersMethodreduce
Remove ratings from heap that are None.
javascript/restaurant recommender/design_yelp.py:103
↓ 1 callersFunctionremoveDuplicates
(arr)
code-challenges/Week_7/Remove_Duplicates_from_Array.js:5
↓ 1 callersFunctionrenderData
()
pair-programming/week-5/fetch-api/index.js:13
↓ 1 callersFunctionreportWebVitals
(onPerfEntry)
pair-programming/week-7/react-express-app/starter-code/React-express-starter-code/client/src/reportWebVitals.js:1
↓ 1 callersFunctionreportWebVitals
objectives/quizzes/week_12/Quiz-RTL-Testing-setTimeout/src/reportWebVitals.js:1
↓ 1 callersFunctionreportWebVitals
objectives/quizzes/week_9/Quiz-RTL-Testing-Effects/src/reportWebVitals.js:1
↓ 1 callersFunctionreportWebVitals
objectives/quizzes/week_9/Quiz-RTL-Testing-Input/src/reportWebVitals.js:1
↓ 1 callersFunctionreportWebVitals
objectives/quizzes/week_9/quiz-css-variables/src/reportWebVitals.js:1
↓ 1 callersFunctionreportWebVitals
objectives/quizzes/week_9/Quiz-RTL-Testing-Fetches/src/reportWebVitals.js:1
↓ 1 callersFunctionreportWebVitals
objectives/quizzes/week_11/Quiz-RTL-Testing-Controlled-Component/src/reportWebVitals.js:1
↓ 1 callersFunctionsimulateDelay
()
electives/optimization/optimizing-your-react-node-project/server/eventful-api-server.js:74
↓ 1 callersMethodvalidate_rating
Check if score is within appropriate range.
javascript/restaurant recommender/design_yelp.py:74
FunctionApp
()
electives/optimization/optimizing-your-react-node-project/src/App.tsx:3
FunctionApp
()
projects/2023TemplateWithVite/client/src/App.jsx:6
FunctionApp
()
code-challenges/Week_8/Working_with_React_Testing_Library/src/App.jsx:3
FunctionApp
()
code-challenges/Week_4/Getting_Started_with_React_Hello_Component/src/App.jsx:4
FunctionApp
()
pair-programming/week-4/react-props/src/App.jsx:3
FunctionApp
()
pair-programming/week-4/passing_props_from_child_to_parent/src/App.jsx:5
FunctionApp
()
pair-programming/week-4/button-component/src/App.js:3
FunctionApp
()
pair-programming/week-4/hello-component/src/App.js:3
FunctionApp
()
pair-programming/week-5/Weather_Forecast_App/src/App.jsx:4
FunctionApp
()
pair-programming/week-5/Counter_App/src/App.jsx:3
FunctionApp
()
pair-programming/week-5/react-couter-app/App.js:3
FunctionApp
()
pair-programming/week-7/react-forms/src/App.jsx:33
FunctionApp
()
pair-programming/week-7/react-forms-continued/src/App.jsx:6
FunctionApp
()
pair-programming/week-7/react-express-app/starter-code/React-express-starter-code/client/src/App.js:4
FunctionApp
()
objectives/quizzes/week_10/Week14_Quiz1/client/src/App.js:3
FunctionApp
()
objectives/quizzes/week_10/passingprops/src/App.jsx:6
FunctionApp
()
objectives/quizzes/week_12/fetch_api_data/src/App.js:4
FunctionApp
()
objectives/quizzes/week_9/Quiz-RTL-Testing-Input/src/App.js:11
FunctionApp
()
objectives/quizzes/week_9/quiz-css-variables/src/App.js:4
FunctionApp
()
objectives/quizzes/week_9/Quiz-RTL-Testing-Fetches/src/App.js:11
FunctionButton
({ num, handleClick })
pair-programming/week-4/button-component/src/Button.js:1
FunctionButton
(props)
objectives/quizzes/week_11/Quiz-RTL-Testing-Controlled-Component/src/components/Button/Button.js:3
FunctionColorButton
({ children, color, onClick })
pair-programming/week-4/passing_props_from_child_to_parent/src/ColorButton.jsx:4
FunctionContact
()
projects/2023TemplateWithVite/client/src/components/contact.jsx:1
FunctionCounter
()
objectives/quizzes/week_9/Quiz-RTL-Testing-Effects/src/components/Counter/Counter.js:3
FunctionErrorPage
()
projects/2023TemplateWithVite/client/src/components/error-page.jsx:3
FunctionEventCard
({ event })
electives/optimization/optimizing-your-react-node-project/src/components/EventfulSearch.tsx:292
FunctionEventfulSearch
()
electives/optimization/optimizing-your-react-node-project/src/components/EventfulSearch.tsx:69
FunctionFetch
()
objectives/quizzes/week_9/Quiz-RTL-Testing-Fetches/src/components/Fetch/Fetch.js:4
FunctionFocusInput
()
objectives/quizzes/week_9/Quiz-RTL-Testing-Input/src/components/FocusInput/FocusInput.js:3
FunctionForm
({ onSendData })
objectives/quizzes/week_10/passingprops/src/components/form.jsx:3
FunctionForm
(props)
objectives/quizzes/week_11/Quiz_Form_Validation_Testing/src/components/form.js:3
next →1–100 of 247, ranked by callers