Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cbourke/ComputerScienceII
/ functions
Functions
1,172 in github.com/cbourke/ComputerScienceII
⨍
Functions
1,172
◇
Types & classes
223
↓ 4 callers
Method
addEmail
(String email)
notes/1241-Spring2024/156/code/jdbc/Person.java:83
↓ 4 callers
Method
addEmail
(String email)
notes/1241-Spring2024/156H/code/Person.java:83
↓ 4 callers
Method
compare
(Integer o1, Integer o2)
notes/1231-Spring2023/194/code/Demo.java:18
↓ 4 callers
Method
degToRadians
@param degrees @return
notes/1201-Spring2020/H/oop/DistanceUtils.java:23
↓ 4 callers
Method
degreeToRadians
Converts degrees to radians @param degrees @return
notes/1201-Spring2020/oop/DistanceUtils.java:16
↓ 4 callers
Method
dequeue
()
notes/1231-Spring2023/156/code/lists/Queue.java:14
↓ 4 callers
Method
enqueue
(T x)
notes/1231-Spring2023/156/code/lists/Queue.java:18
↓ 4 callers
Method
equals
(Object obj)
notes/1251-Spring2025/ECEN156/code/Book.java:81
↓ 4 callers
Method
get
Returns the element at the given <code>index</code>.
notes/1251-Spring2025/CSCE156H/code/lists/MyArrayList.java:40
↓ 4 callers
Method
getEmails
()
notes/1241-Spring2024/156H/code/Person.java:87
↓ 4 callers
Method
getNodeAtIndex
(int index)
notes/1251-Spring2025/ECEN156/code/lists/MyLinkedList.java:60
↓ 4 callers
Method
getNodeAtIndex
Returns the node at the given index. @param index @return
notes/1251-Spring2025/CSCE156H/code/lists/MyLinkedList.java:57
↓ 4 callers
Method
getNodeAtIndex
(int index)
notes/1231-Spring2023/156H/code/lists/MyLinkedList.java:13
↓ 4 callers
Method
getRating
()
notes/1241-Spring2024/156/code/Book.java:37
↓ 4 callers
Method
getRating
()
notes/1241-Spring2024/194/code/Book.java:63
↓ 4 callers
Method
getTitle
()
notes/1251-Spring2025/CSCE156/code/Book.java:44
↓ 4 callers
Function
get_grade
Returns the grade (generally a float) from the canvas gradebook for the given assignment and user. If no grade has been assigned, the re
scripts/codepost/canvas_utils.py:249
↓ 4 callers
Method
insert
Inserts the given element <code>x</code> to this list at the given <code>index</code>. @param x @param index
notes/1251-Spring2025/CSCE156/code/lists/MyLinkedList.java:24
↓ 4 callers
Method
next
()
notes/1231-Spring2023/194/code/trees/BinaryTree.java:124
↓ 4 callers
Method
pop
()
notes/1251-Spring2025/CSCE156/code/lists/Stack.java:17
↓ 4 callers
Method
push
(T item)
notes/1251-Spring2025/CSCE156/code/lists/Stack.java:13
↓ 4 callers
Method
push
(T item)
notes/1251-Spring2025/CSCE156H/code/lists/Stack.java:13
↓ 4 callers
Method
remove
Removes the given element <code>x</code> from this tree if it exists and returns <code>true</code>. If no such element exists, returns <code>false</co
notes/1231-Spring2023/156H/code/trees/BinarySearchTree.java:120
↓ 4 callers
Method
retrieve
Returns the element at the given <code>index</code>. @param index @return
notes/1251-Spring2025/ECEN156/code/lists/MyArrayList.java:40
↓ 4 callers
Method
setNext
(Node<T> next)
notes/1251-Spring2025/CSCE156/code/lists/Node.java:26
↓ 4 callers
Method
setNext
(Node<T> next)
notes/1251-Spring2025/CSCE156H/code/lists/Node.java:22
↓ 4 callers
Function
set_grade
Sets/updates the grade in the canvas gradebook for the given assignment (`assignment_id`) for the given user (`user_id`). If the comment
scripts/codepost/canvas_utils.py:279
↓ 3 callers
Method
addEmail
(String email)
notes/1231-Spring2023/156H/code/jdbc/Person.java:56
↓ 3 callers
Method
addEmail
(String email)
notes/1231-Spring2023/194/code/jdbc/entities/Person.java:55
↓ 3 callers
Method
checkBounds
(int index)
notes/1251-Spring2025/ECEN156/code/lists/MyIntegerArrayList.java:135
↓ 3 callers
Method
checkBounds
(int index)
notes/1251-Spring2025/ECEN156/code/lists/MyArrayList.java:116
↓ 3 callers
Method
checkIndex
(int index)
notes/1231-Spring2023/156H/code/lists/MyStringArrayList.java:54
↓ 3 callers
Method
checkIndex
(int index)
notes/1231-Spring2023/156H/code/lists/MyIntegerArrayList.java:54
↓ 3 callers
Method
checkIndex
(int index)
notes/1231-Spring2023/156H/code/lists/MyArrayList.java:54
↓ 3 callers
Method
compare
(Integer s, Integer t)
notes/1231-Spring2023/156/code/trees/TreeUtils.java:112
↓ 3 callers
Method
compare
(Integer s, Integer t)
notes/1231-Spring2023/156H/code/trees/TreeUtils.java:111
↓ 3 callers
Method
compare
(Integer o1, Integer o2)
notes/1201-Spring2020/trees/BinarySearchTree.java:145
↓ 3 callers
Function
convert_flow
TODO: Documentation
assignments/1261-Spring2026/assignment00-files/flood_utils.py:9
↓ 3 callers
Method
delete
Removes (and returns) the element at the given index. @param index
notes/1251-Spring2025/CSCE156/code/lists/MyLinkedList.java:73
↓ 3 callers
Function
flood_capacity
TODO: Documentation
assignments/1261-Spring2026/assignment00-files/flood_utils.py:15
↓ 3 callers
Method
getAuthor
()
notes/1241-Spring2024/156/code/Book.java:53
↓ 3 callers
Method
getData
()
notes/1251-Spring2025/CSCE156/code/lists/Node.java:18
↓ 3 callers
Method
getNodeAtIndex
TODO; documentation private because otherwise it is a leaky abstraction @param index @return
notes/1251-Spring2025/CSCE156/code/lists/MyLinkedList.java:54
↓ 3 callers
Method
getNodeAtIndex
(int index)
notes/1201-Spring2020/lists/MyLinkedList.java:20
↓ 3 callers
Method
getSize
()
notes/1231-Spring2023/194/code/lists/MyList.java:13
↓ 3 callers
Method
getTotal
(Collection<? extends Account> accounts)
notes/1231-Spring2023/194/code/AccountDemo.java:15
↓ 3 callers
Function
get_assignments
Retrieves assignments from the canvas course. By default, retrieves all assignments. If the `name` parameter is provided, only assignments
scripts/codepost/canvas_utils.py:346
↓ 3 callers
Method
hasRightChild
()
notes/1231-Spring2023/194/code/trees/BinaryTreeNode.java:35
↓ 3 callers
Method
insertAtHead
(T item)
notes/1201-Spring2020/lists/MyLinkedList.java:68
↓ 3 callers
Method
insertAtTail
(T item)
notes/1201-Spring2020/lists/MyLinkedList.java:79
↓ 3 callers
Method
isEmpty
()
notes/1231-Spring2023/156H/code/lists/Stack.java:63
↓ 3 callers
Method
isEmpty
()
notes/1201-Spring2020/lists/MyLinkedList.java:107
↓ 3 callers
Method
isLeftChild
()
notes/1231-Spring2023/156/code/trees/BinaryTreeNode.java:43
↓ 3 callers
Method
isLeftChild
()
notes/1231-Spring2023/156H/code/trees/BinaryTreeNode.java:43
↓ 3 callers
Method
isRightChild
()
notes/1231-Spring2023/156/code/trees/BinaryTreeNode.java:47
↓ 3 callers
Method
isRightChild
()
notes/1231-Spring2023/156H/code/trees/BinaryTreeNode.java:47
↓ 3 callers
Method
loadPerson
Loads the person data (along with the email data) for the person with the given UUID. Returns <code>null</code> if no such record exists. @param uui
notes/1251-Spring2025/CSCE156H/code/DatabasePersonLoader.java:25
↓ 3 callers
Method
next
()
notes/1231-Spring2023/156H/code/trees/BinaryTree.java:118
↓ 3 callers
Method
pop
()
notes/1211-Spring2021/lists_code/honors/Stack.java:16
↓ 3 callers
Method
pop
Removes and returns the element at the top of the stack. @return
notes/1231-Spring2023/156H/code/lists/Stack.java:43
↓ 3 callers
Method
push
(T item)
notes/1211-Spring2021/lists_code/honors/Stack.java:9
↓ 3 callers
Method
setNext
(Node<T> next)
notes/1211-Spring2021/lists_code/Node.java:16
↓ 3 callers
Method
setNext
(Node<T> next)
notes/1211-Spring2021/lists_code/honors/Node.java:16
↓ 3 callers
Method
sum
(List<T> values)
notes/1241-Spring2024/156/code/Demo.java:28
↓ 3 callers
Method
toString
()
notes/1231-Spring2023/156H/code/jdbc/Person.java:64
↓ 2 callers
Method
addBook
(Book b)
notes/1241-Spring2024/156/code/Author.java:17
↓ 2 callers
Method
addElementAtIndex
(T x, int index)
notes/1211-Spring2021/lists_code/MyList.java:35
↓ 2 callers
Method
addElementAtIndex
(T x, int index)
notes/1211-Spring2021/lists_code/honors/MyList.java:35
↓ 2 callers
Method
addElementAtIndex
(T x, int index)
notes/1231-Spring2023/156/code/lists/MyArrayList.java:64
↓ 2 callers
Method
addEmail
(String email)
notes/1241-Spring2024/194/code/jdbc/Person.java:77
↓ 2 callers
Method
addFilm
(Film f)
notes/1241-Spring2024/156/code/Director.java:17
↓ 2 callers
Method
add_members
Adds the given members, sorting them by name
scripts/codepost/group.py:45
↓ 2 callers
Method
compareTo
(Person that)
notes/1251-Spring2025/CSCE156/code/Person.java:29
↓ 2 callers
Method
compareTo
(Person that)
notes/1231-Spring2023/194/code/jdbc/entities/Person.java:64
↓ 2 callers
Method
contains
TODO @param value @return
notes/1251-Spring2025/ECEN156/code/lists/MyAbstractList.java:34
↓ 2 callers
Method
decay
Decays this radioactive isotope's mass by an appropriate amount given the decay period (given by the <code>duration</code>). @param duration @return
notes/1231-Spring2023/156H/code/Isotope.java:81
↓ 2 callers
Method
dequeue
()
notes/1251-Spring2025/CSCE156/code/lists/Queue.java:17
↓ 2 callers
Method
dequeue
()
notes/1251-Spring2025/CSCE156H/code/lists/Queue.java:17
↓ 2 callers
Method
getAccountNumber
()
notes/1231-Spring2023/156/code/Account.java:14
↓ 2 callers
Method
getAccountNumber
()
notes/1231-Spring2023/156H/code/jdbc/Account.java:14
↓ 2 callers
Method
getAccountNumber
()
notes/1231-Spring2023/194/code/Account.java:16
↓ 2 callers
Method
getAccountNumber
()
notes/1231-Spring2023/194/code/jdbc/entities/Account.java:14
↓ 2 callers
Method
getAgeInYears
()
notes/1241-Spring2024/156/code/Book.java:61
↓ 2 callers
Method
getAuthor
()
notes/1241-Spring2024/194/code/Book.java:55
↓ 2 callers
Method
getAuthor
()
notes/1231-Spring2023/156/code/Book.java:44
↓ 2 callers
Method
getDateOfBirth
()
notes/1241-Spring2024/156/code/jdbc/Person.java:75
↓ 2 callers
Method
getDateOfBirth
()
notes/1241-Spring2024/156H/code/Person.java:75
↓ 2 callers
Method
getDateOfBirth
()
notes/1231-Spring2023/156H/code/jdbc/Person.java:52
↓ 2 callers
Method
getElementAtIndex
(int index)
notes/1231-Spring2023/194/code/lists/MyList.java:11
↓ 2 callers
Method
getEmails
()
notes/1231-Spring2023/156H/code/jdbc/Person.java:60
↓ 2 callers
Method
getFirstName
()
notes/1231-Spring2023/156H/code/jdbc/Person.java:44
↓ 2 callers
Method
getItem
()
notes/1251-Spring2025/CSCE156H/code/lists/Node.java:26
↓ 2 callers
Method
getLastName
()
notes/1231-Spring2023/156H/code/jdbc/Person.java:48
↓ 2 callers
Method
getNode
(T x)
notes/1231-Spring2023/156/code/trees/BinarySearchTree.java:75
↓ 2 callers
Method
getNode
(T x)
notes/1231-Spring2023/156H/code/trees/BinarySearchTree.java:78
↓ 2 callers
Method
getNode
(T x)
notes/1231-Spring2023/194/code/trees/BinarySearchTree.java:97
↓ 2 callers
Method
getNodeAtIndex
(int index)
notes/1211-Spring2021/lists_code/MyLinkedList.java:39
↓ 2 callers
Method
getNodeAtIndex
(int index)
notes/1211-Spring2021/lists_code/honors/MyLinkedList.java:27
↓ 2 callers
Method
getRating
()
notes/1251-Spring2025/CSCE156H/code/Book.java:58
↓ 2 callers
Method
getValue
Returns the value of this asset. @return
notes/1241-Spring2024/156/code/Asset.java:27
← previous
next →
101–200 of 1,172, ranked by callers