MCPcopy Create free account

hub / github.com/danialgoodwin/dev / functions

Functions980 in github.com/danialgoodwin/dev

↓ 89 callersMethodget
code-practice/project-euler/in-kotlin/src/main/kotlin/Q803_PseudorandomSequence.kt:152
↓ 69 callersMethodpush
(int id)
code-practice/LargestStackTest.java:78
↓ 49 callersMethodvisit
(AbstractSyntaxTree node)
compiler/practice/minimal-calculator-java/Calc.java:199
↓ 41 callersMethodlog
Prints message prepended with question name as a tag.
code-practice/project-euler/in-java/src/com/danialgoodwin/projecteuler/question/Question.java:14
↓ 41 callersMethodsize
Returns the number of primes in table.
code-practice/project-euler/in-java/src/com/danialgoodwin/util/PrimeUtils.java:191
↓ 21 callersMethodlog
Prints message prepended with question name as a tag.
code-practice/interview-cake/src/com/danialgoodwin/interviewcake/question/Question.java:14
↓ 20 callersMethodmax
Return the greatest of multiple {@code long} values. That is, the result is the argument closer to the value of {@link Long#MAX_VALUE}. If the argumen
code-practice/project-euler/in-java/src/com/danialgoodwin/MathUtils.java:22
↓ 19 callersFunctiondebug
(message: str)
code-practice/codingame.com/codingame-sponsored-contest/app.py:192
↓ 19 callersFunctionlog
code-practice/project-euler/in-kotlin/src/main/kotlin/extensions/KotlinExtensions.kt:5
↓ 18 callersMethodlog
(String message)
code-practice/LargestStackTest2.java:64
↓ 18 callersMethodlog
(String message)
code-practice/LargestStackTest.java:68
↓ 18 callersMethodstop
()
code-practice/project-euler/in-java/src/com/danialgoodwin/util/Stopwatch.java:27
↓ 17 callersMethodtoString
()
code-practice/LargestStackTest.java:156
↓ 16 callersMethodpause
()
game/libgdx/app/martian-run-simple/core/src/com/danialgoodwin/game/martianrunsample/GameScreen.java:42
↓ 16 callersFunctions
(b)
game/libgdx/app/drop-simple/html/webapp/soundmanager2-jsmin.js:14
↓ 16 callersFunctions
(b)
game/libgdx/app/martian-run-simple/html/webapp/soundmanager2-jsmin.js:14
↓ 15 callersMethodis_water
(self, x: int, y: int)
code-practice/codingame.com/challenge__ocean_of_code/ocean_challenge/out.py:134
↓ 12 callersMethodpop
()
code-practice/LargestStackTest.java:97
↓ 11 callersFunctionc
(b, d)
game/libgdx/app/drop-simple/html/webapp/soundmanager2-jsmin.js:65
↓ 11 callersMethodleft
(Node node)
code-practice/interview-cake/src/com/danialgoodwin/interviewcake/question/BalancedBinaryTreeQuestion.java:138
↓ 11 callersMethodprint
(int[] ar)
code-practice/hacker-rank/algorithms/sorting/InsertionSort1.java:29
↓ 11 callersMethodstart
()
code-practice/project-euler/in-java/src/com/danialgoodwin/util/Stopwatch.java:22
↓ 11 callersMethodtoString
()
code-practice/interview-cake/src/com/danialgoodwin/interviewcake/question/MergingRangesQuestion.java:84
↓ 11 callersMethodtoString
code-practice/project-euler/in-kotlin/src/main/kotlin/Q803_PseudorandomSequence.kt:165
↓ 9 callersMethodeat
(self, token_type)
compiler/practice/minimal-calculator-python/calc-interpreter-6.py:101
↓ 9 callersMethodeat
(int tokenType)
compiler/practice/minimal-calculator-java/Calc.java:131
↓ 9 callersMethodgetLargest
Returns the largst node if available, otherwise null.
code-practice/LargestStackTest2.java:100
↓ 9 callersMethodgetLargest
Returns the largest node in the stack. If there are no nodes, then returns null.
code-practice/LargestStackTest.java:93
↓ 9 callersMethodgetNthPrime
Returns the Nth prime, starting with 0,2,3,5,7,11,13. The zero-th prime will be 0. If input is less than zero, then throws IllegalArgumentException. @
code-practice/project-euler/in-java/src/com/danialgoodwin/util/PrimeUtils.java:160
↓ 9 callersMethodgetWidth
()
game/libgdx/app/martian-run-simple/core/src/com/danialgoodwin/game/martianrunsample/box2d/UserData.java:24
↓ 9 callersMethodtoString
()
code-practice/LargestStackTest2.java:105
↓ 9 callersMethodtoString
()
code-practice/LargestStackTest.java:123
↓ 9 callersMethodtoString
()
code-practice/career-cup/src/com/anonsage/question/CarRental.java:111
↓ 8 callersMethodadvance
(self)
compiler/practice/minimal-calculator-python/calc-interpreter-5-to-postfix.py:23
↓ 8 callersMethodadvance
(self)
compiler/practice/minimal-calculator-python/calc-interpreter-5.py:23
↓ 8 callersMethodadvance
(self)
compiler/practice/minimal-calculator-python/calc-interpreter-4.py:23
↓ 8 callersMethodadvance
(self)
compiler/practice/minimal-calculator-python/calc-interpreter-5-to-lisp.py:23
↓ 8 callersMethodadvance
(self)
compiler/practice/minimal-calculator-python/calc-interpreter-6.py:23
↓ 8 callersMethodadvance
()
compiler/practice/minimal-calculator-java/Calc.java:54
↓ 8 callersFunctiondebug
(message: str)
code-practice/codingame.com/codingame-sponsored-contest/app-v2.py:61
↓ 8 callersMethodgetTime
()
code-practice/project-euler/in-java/src/com/danialgoodwin/util/Stopwatch.java:33
↓ 8 callersMethodgetUserData
()
game/libgdx/app/martian-run-simple/core/src/com/danialgoodwin/game/martianrunsample/actor/Enemy.java:29
↓ 8 callersMethodis_available
(self, x: int, y: int)
code-practice/codingame.com/challenge__ocean_of_code/ocean_challenge/out.py:138
↓ 8 callersMethodpop
()
code-practice/LargestStackTest2.java:89
↓ 8 callersMethodresume
()
game/libgdx/app/martian-run-simple/core/src/com/danialgoodwin/game/martianrunsample/GameScreen.java:47
↓ 8 callersMethodsolve_testShuffle
(int[] sortedDeck, int numShuffles)
code-practice/interview-cake/src/com/danialgoodwin/interviewcake/question/SingleRifleShuffleQuestion.java:46
↓ 7 callersFunctiona
(a,b)
game/libgdx/app/drop-simple/html/webapp/soundmanager2-jsmin.js:96
↓ 7 callersFunctiona
(a,b)
game/libgdx/app/martian-run-simple/html/webapp/soundmanager2-jsmin.js:96
↓ 7 callersMethodeat
(self, token_type)
compiler/practice/minimal-calculator-python/calc-interpreter-5-to-postfix.py:96
↓ 7 callersMethodeat
(self, token_type)
compiler/practice/minimal-calculator-python/calc-interpreter-5.py:96
↓ 7 callersMethodeat
(self, token_type)
compiler/practice/minimal-calculator-python/calc-interpreter-4.py:82
↓ 7 callersMethodeat
(self, token_type)
compiler/practice/minimal-calculator-python/calc-interpreter-5-to-lisp.py:96
↓ 7 callersMethodget_next_token
Lexical analyzer (also known as scanner or tokenizer). This method is responsible for breaking a sentence apart into tokens. One toke
compiler/practice/minimal-calculator-python/calc-interpreter-1.py:45
↓ 7 callersMethodl
(String s)
code-practice/hacker-rank/algorithms/code-golf/FizzBuzz.java:11
↓ 7 callersFunctionpretty_board
(board: [])
code-practice/codingame.com/codingame-sponsored-contest/app.py:196
↓ 7 callersMethodprint
(Node head)
code-practice/hacker-rank/data-structures/linked-list/PrintElements.java:3
↓ 7 callersMethodpush
(int id)
code-practice/LargestStackTest2.java:79
↓ 7 callersMethodtransformToScreen
(float n)
game/libgdx/app/martian-run-simple/core/src/com/danialgoodwin/game/martianrunsample/actor/GameActor.java:47
↓ 6 callersMethodaddBinary2
(String a, String b)
code-practice/AddBinaryStrings.java:85
↓ 6 callersMethodadvance
(self)
compiler/practice/minimal-calculator-python/calc-interpreter-3.py:20
↓ 6 callersFunctione
()
game/libgdx/app/drop-simple/html/webapp/soundmanager2-jsmin.js:22
↓ 6 callersFunctione
()
game/libgdx/app/martian-run-simple/html/webapp/soundmanager2-jsmin.js:22
↓ 6 callersMethodeat
(self, token_type)
compiler/practice/minimal-calculator-python/calc-interpreter-1.py:100
↓ 6 callersMethodequals
(Object o)
code-practice/hacker-rank/BfsShortestReach.java:127
↓ 6 callersMethodgetHeight
()
game/libgdx/app/martian-run-simple/core/src/com/danialgoodwin/game/martianrunsample/box2d/UserData.java:32
↓ 6 callersMethodgetInstance
Returns a simple instance of this class using DEFAULT_TABLE_SIZE = 1000000, which may change.
code-practice/project-euler/in-java/src/com/danialgoodwin/util/PrimeUtils.java:50
↓ 6 callersMethodgetNext
Returns the nearest larger number that is a prime. If input is less than two, then this will always return 2. This is much more efficient if the next
code-practice/project-euler/in-java/src/com/danialgoodwin/util/PrimeUtils.java:133
↓ 6 callersMethodgetUserData
()
game/libgdx/app/martian-run-simple/core/src/com/danialgoodwin/game/martianrunsample/actor/Ground.java:28
↓ 6 callersMethodlog
(String message)
code-practice/career-cup/src/com/anonsage/question/UnivalBinaryTree.java:17
↓ 6 callersMethodset_unavailable
(self, x: int, y: int)
code-practice/codingame.com/challenge__ocean_of_code/ocean_challenge/out.py:142
↓ 6 callersMethodshow
()
language/java/javafx/app/practice-calculator/src/com/danialgoodwin/practice/CalcApp.java:8
↓ 6 callersMethodstart
(Stage primaryStage)
language/java/javafx/app/practice-calculator/src/sample/Main.java:18
↓ 6 callersMethodtranslate
code-practice/project-euler/in-kotlin/src/main/kotlin/Q803_PseudorandomSequence.kt:189
↓ 5 callersMethoddebug
(self, message: str)
code-practice/codingame.com/challenge__ocean_of_code/ocean_challenge/out.py:402
↓ 5 callersMethoddebug
(self, message: str)
code-practice/codingame.com/challenge__ocean_of_code/ocean_challenge/app.py:42
↓ 5 callersMethodeat
(self, token_type)
compiler/practice/minimal-calculator-python/calc-interpreter-3.py:71
↓ 5 callersMethodgeneratePrimesTable
Creates a table to hold cache of all primes and composites up to size, which is always rounded up to the next multiple of 64. E.g., if input is 64, th
code-practice/project-euler/in-java/src/com/danialgoodwin/util/PrimeUtils.java:63
↓ 5 callersMethodgetFname
()
code-practice/hacker-rank/JavaPriorityQueue.java:20
↓ 5 callersMethodgetId
()
code-practice/LargestStackTest.java:152
↓ 5 callersMethodgetUserData
()
game/libgdx/app/martian-run-simple/core/src/com/danialgoodwin/game/martianrunsample/actor/Runner.java:61
↓ 5 callersMethodget_next_token
(self)
compiler/practice/minimal-calculator-python/calc-interpreter-2.py:18
↓ 5 callersFunctionget_t_f
(value: bool)
code-practice/codingame.com/codingame-sponsored-contest/app.py:20
↓ 5 callersMethodlog
(String message)
topic/factoring/app/FactoringUtils0.java:9
↓ 5 callersMethodmove
(self, x: int, y: int)
code-practice/codingame.com/challenge__ocean_of_code/ocean_challenge/out.py:193
↓ 5 callersMethodprintPermutation
(char[] input)
code-practice/PermutationOfString.java:17
↓ 5 callersMethodright
(Node node)
code-practice/interview-cake/src/com/danialgoodwin/interviewcake/question/BalancedBinaryTreeQuestion.java:139
↓ 5 callersMethodtoString
(int[] a)
topic/factoring/app/FactoringUtils0.java:108
↓ 5 callersMethodvalidateInput
Validates input. If there is an error, then an Exception will be thrown.
code-practice/project-euler/in-java/src/com/danialgoodwin/projecteuler/question/Q11_LargestProductInAGrid.java:141
↓ 4 callersMethodaddNode
(Node node)
code-practice/interview-cake/src/com/danialgoodwin/interviewcake/question/BalancedBinaryTreeQuestion.java:122
↓ 4 callersMethodaddNode
(K key, V value)
code-practice/hacker-rank/algorithms/graph-theory/BfsShortestReach.java:41
↓ 4 callersMethodbodyIsRunner
(Body body)
game/libgdx/app/martian-run-simple/core/src/com/danialgoodwin/game/martianrunsample/util/BodyUtils.java:27
↓ 4 callersMethoderror
(self)
compiler/practice/minimal-calculator-python/calc-interpreter-1.py:42
↓ 4 callersMethodfactorial
Return the factorial value of the input. Note: Numbers can quickly overwhelm the MAX_LONG and cause wrap-around. Note: Currently, negative numbers are
code-practice/project-euler/in-java/src/com/danialgoodwin/MathUtils.java:66
↓ 4 callersMethodg
(int a, int b)
code-practice/code-fights/NumberOfRolls.java:67
↓ 4 callersFunctionga
(b)
game/libgdx/app/drop-simple/html/webapp/soundmanager2-jsmin.js:14
↓ 4 callersFunctionga
(b)
game/libgdx/app/martian-run-simple/html/webapp/soundmanager2-jsmin.js:14
↓ 4 callersMethodgetAllFactors
Returns all factors for input, including 1 and the number. Ex: For 12, returns [1,2,3,4,6,12]. Returns an empty list for input less than 1.
code-practice/project-euler/in-java/src/com/danialgoodwin/util/FactorUtils.java:37
↓ 4 callersMethodgetCgpa
()
code-practice/hacker-rank/JavaPriorityQueue.java:23
↓ 4 callersMethodgetLapTime
()
code-practice/project-euler/in-java/src/com/danialgoodwin/util/Stopwatch.java:37
↓ 4 callersMethodgetMaxWorthForWeight_dp_bottomUp
(ArrayList<Cake> cakes, final int weightCapacity)
code-practice/interview-cake/src/com/danialgoodwin/interviewcake/question/CakeThiefQuestion.java:122
next →1–100 of 980, ranked by callers