Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IAPOLINARIO/100-days-of-code
/ functions
Functions
2,162 in github.com/IAPOLINARIO/100-days-of-code
⨍
Functions
2,162
◇
Types & classes
466
↓ 4 callers
Function
next_prime
(number)
Month-1/Week-01/day-06/py/main.py:13
↓ 4 callers
Method
numberOfDaysByYear
($years = 0)
Month-1/Week-01/day-01/php/App/Calculator.php:4
↓ 4 callers
Function
outputMessage
* Helper function to output messages to stdout * @param message Message to output */
Month-4/Week-15/day-100/c++/main.cpp:21
↓ 4 callers
Function
playTheGame
(input int)
Month-3/Week-09/day-60/Go/main.go:12
↓ 4 callers
Function
preventDistractions
(validatePhrase string, wordsToAvoid []string)
Month-2/Week-07/day-46/Go/main.go:19
↓ 4 callers
Function
process_input
(year_input: Option<String>, writer: impl std::io::Write)
Month-1/Week-01/day-01/Rust/src/main.rs:11
↓ 4 callers
Function
progress_days
(days)
Month-1/Week-01/day-04/py/main.py:2
↓ 4 callers
Function
redirect
dependencies/c++/httplib.h:2879
↓ 4 callers
Function
replace_substring
! @brief replace all occurrences of a substring by another string @param[in,out] s the string to manipulate; changed so that all
dependencies/c++/json.hpp:12423
↓ 4 callers
Method
rgb2hex
()
Month-2/Week-08/day-54/Go/main.go:21
↓ 4 callers
Function
rgbToHex
* Converts color in RGB format to Hex format. * @param rgb The RGB format ("rgb(color1, color2, color3)") * @return Hex color format */
Month-2/Week-08/day-54/c++/main.cpp:15
↓ 4 callers
Function
rotateArray
(larryArray []int)
Month-2/Week-06/day-40/Go/main.go:13
↓ 4 callers
Function
select_write
dependencies/c++/httplib.h:1644
↓ 4 callers
Method
set_end
set iterator to a defined past the end
dependencies/c++/json.hpp:10729
↓ 4 callers
Function
set_font_style
dependencies/c++/indicators.hpp:1366
↓ 4 callers
Function
set_stream_color
dependencies/c++/indicators.hpp:1335
↓ 4 callers
Function
sigilize
(word string)
Month-3/Week-09/day-57/Go/main.go:20
↓ 4 callers
Function
sock_pairs
(socks)
Month-1/Week-01/day-05/py/main.py:2
↓ 4 callers
Function
startTheDiner
(philosopherNames []string, servingPerPhilosopher int)
Month-1/Week-04/day-23/Go/main.go:97
↓ 4 callers
Function
superHeroTransform
* Superhero Transformation * @param Hero s * @param Hero t * @return True if the transformation is possible */
Month-4/Week-14/day-94/c++/main.cpp:16
↓ 4 callers
Function
switchGravityOn
(inputArray [][]string)
Month-2/Week-08/day-52/Go/main.go:17
↓ 4 callers
Function
ticTacToe
* Return the winner or tie results of a Tic Tac Toe game. * Inputs will be taken from player1 as **"X"**, player2 as **"O"**, and empty spaces as **"
Month-2/Week-08/day-50/c++/main.cpp:16
↓ 4 callers
Function
ticTacToe
(game [][]string)
Month-2/Week-08/day-50/Go/main.go:21
↓ 4 callers
Method
to_string
! @brief return a string representation of the JSON pointer @invariant For each JSON pointer `ptr`, it holds: @code {.cpp} ptr == jso
dependencies/c++/json.hpp:11670
↓ 4 callers
Function
uniqueBST
* Given n, how many structurally unique BST's (binary search trees) that store values 1 ... n? * * @param number of values to store * @return numbe
Month-1/Week-02/day-10/c++/main.cpp:15
↓ 4 callers
Function
valid
Month-1/Week-02/day-11/kts/IPs.kt:21
↓ 4 callers
Function
withdraw
(amount int)
Month-3/Week-13/day-88/Go/main.go:16
↓ 3 callers
Function
CalcAge
(age int)
Month-1/Week-01/day-01/Go-rschio/main.go:9
↓ 3 callers
Method
Calculate
()
Month-1/Week-03/day-18/csharp/Day18/Day18.cs:22
↓ 3 callers
Method
Diff
(d XYpair)
Month-2/Week-05/day-35/Go/main.go:29
↓ 3 callers
Method
GetAssesment
(string[] skewers)
Month-1/Week-01/day-03/csharp/Barbecue/Barbecue/Program.cs:20
↓ 3 callers
Method
IWin
()
Month-1/Week-03/day-16/csharp/Day16.Library/NimGame.cs:14
↓ 3 callers
Method
Norm
()
Month-2/Week-05/day-35/Go/main.go:25
↓ 3 callers
Function
analogClock
* Terminal Analog Clock (5 minute resolution) * @param hInput Hour (optional) * @param mInput Minute (optional) * @return Analog Clock representati
Month-3/Week-12/day-79/c++/main.cpp:94
↓ 3 callers
Function
breakingRecords
* Calculate the number of break records (high and low) * @param scores The scores in the same order as the games played * @return Number of records
Month-2/Week-06/day-37/c++/main.cpp:14
↓ 3 callers
Function
calcAge
Month-1/Week-01/day-01/c++/main.cpp:9
↓ 3 callers
Function
calculateAgeInDays
Month-1/Week-01/day-01/kts/CalculateAge.kt:1
↓ 3 callers
Function
callSuggestionsAPI
* Call the GET '/suggestions' API, served at localhost, port 1234. * It uses the Google Maps API internally to build part of the results. * * @par
Month-1/Week-03/day-20/c++/main.cpp:25
↓ 3 callers
Function
cbegin
! @brief returns a const iterator to the first element Returns a const iterator to the first element. @image html range-begin-end.svg "I
dependencies/c++/json.hpp:21089
↓ 3 callers
Method
checkFit
()
Month-1/Week-02/day-13/cs/Day13.Library/CanFit.cs:19
↓ 3 callers
Function
create_client_socket
dependencies/c++/httplib.h:1993
↓ 3 callers
Function
enum_name
dependencies/c++/magic_enum.hpp:139
↓ 3 callers
Function
findPrincess
(n, r, c int, grid [][]string)
Month-3/Week-11/day-77/Go/main.go:8
↓ 3 callers
Function
findWords
(board [][]byte, words []string)
Month-1/Week-04/day-28/Go/main.go:21
↓ 3 callers
Function
find_nemo
(text)
Month-1/Week-01/day-02/py/main.py:7
↓ 3 callers
Function
fpToString
dependencies/c++/doctest.h:2815
↓ 3 callers
Function
getCurrentTicks
dependencies/c++/doctest.h:2896
↓ 3 callers
Method
getElapsedSeconds
unsigned int getElapsedMilliseconds() const { return static_cast<unsigned int>(getElapsedMicroseconds() / 1000); }
dependencies/c++/doctest.h:2925
↓ 3 callers
Function
getFullURL
* Resolve a full URL from a provided short URL * @param shortURL provided short URL * @return Full and original version of the URL */
Month-1/Week-03/day-19/c++/main.cpp:137
↓ 3 callers
Method
getMessage
Month-3/Week-13/day-85/c++/client.cpp:72
↓ 3 callers
Method
get_param_value
dependencies/c++/httplib.h:3575
↓ 3 callers
Method
has_param
dependencies/c++/httplib.h:3571
↓ 3 callers
Function
hulkFeel
* Help Dr. Banner. * * @param n layers of Hulk feelings * @return Expression of Hulk's feelings */
Month-3/Week-13/day-87/c++/main.cpp:15
↓ 3 callers
Function
identicalFilter
* Create a function that keeps only strings with repeating identical characters * @param list of words * @return list of words with repeating identi
Month-2/Week-08/day-55/c++/main.cpp:14
↓ 3 callers
Function
isDebuggerActive
dependencies/c++/doctest.h:3844
↓ 3 callers
Function
isValidURL
* Check if an URL is valid based on the rules: * a) Regex valid * b) between 1 and 200 characters * * @param url URL to validate * @return true
Month-1/Week-03/day-19/c++/main.cpp:109
↓ 3 callers
Function
is_number_float
! @brief return whether value is a floating-point number This function returns true if and only if the JSON value is a floating-point num
dependencies/c++/json.hpp:19112
↓ 3 callers
Function
is_number_integer
! @brief return whether value is an integer number This function returns true if and only if the JSON value is a signed or unsigned integ
dependencies/c++/json.hpp:19056
↓ 3 callers
Function
javelinThrow
* Write a function that takes initial speed (v in m/s) and throw angle (a in degrees) and returns the maximum height and maximum range reached by jave
Month-2/Week-08/day-53/c++/main.cpp:16
↓ 3 callers
Function
keyboardMistakeFix
* Print the correct string from an input full of common typing errors. * @param input The input with typing errors * @return the message decoded */
Month-2/Week-05/day-33/c++/main.cpp:14
↓ 3 callers
Function
leastInterval
(tasks []byte, n int)
Month-1/Week-04/day-27/Go/main.go:52
↓ 3 callers
Function
lightOn
* How long has the light been on? * @param visits Time points for each person that entered and exited the room * @return Hours the light was on */
Month-3/Week-11/day-71/c++/main.cpp:44
↓ 3 callers
Function
log
(mut writer: impl std::io::Write, string: String)
Month-1/Week-01/day-01/Rust/src/main.rs:2
↓ 3 callers
Function
make_content_range_header_field
dependencies/c++/httplib.h:3192
↓ 3 callers
Function
mergeArrays
(targetArray, sourceArray)
Month-1/Week-01/day-07/py2/main.py:8
↓ 3 callers
Method
moved_or_copied
dependencies/c++/json.hpp:12639
↓ 3 callers
Function
nextEdge
* Get the Maximum Edge of a Triangle. * @param a Side A * @param b Side B * @return Maximum Edge of a Triangle */
Month-2/Week-07/day-44/c++/main.cpp:15
↓ 3 callers
Function
openBinaryFile
* Open file (binary mode). * @param filename The filename * @return The file */
Month-2/Week-07/day-47/c++/main.cpp:33
↓ 3 callers
Function
parseFile
(filePath string)
Month-2/Week-05/day-35/Go/main.go:47
↓ 3 callers
Function
parseOption
parses an option and returns the string after the '=' character
dependencies/c++/doctest.h:5665
↓ 3 callers
Function
parseRGBColor
If there are values less than 16 in r, g, and b, the bellow method will not work. if the obtained string has only one bit, it will be complemented o
Month-2/Week-08/day-54/Go/main.go:35
↓ 3 callers
Function
placeOne
(N int64)
Month-3/Week-12/day-83/Go/main.go:44
↓ 3 callers
Function
preventDistractions
* Checks to see if it contains the following words or phrases: * - "anime" * - "meme" * - "vines" * - "roasts" * - "Danny DeVito" * * @param co
Month-2/Week-07/day-46/c++/main.cpp:20
↓ 3 callers
Method
print_progress
dependencies/c++/indicators.hpp:1815
↓ 3 callers
Function
process_client_socket
dependencies/c++/httplib.h:1827
↓ 3 callers
Function
process_multipart_ranges_data
dependencies/c++/httplib.h:3204
↓ 3 callers
Function
read_content
dependencies/c++/httplib.h:2679
↓ 3 callers
Function
read_headers
dependencies/c++/httplib.h:2504
↓ 3 callers
Function
rescaleNumber
(numberPart string, size int)
Month-2/Week-06/day-36/Go/main.go:149
↓ 3 callers
Method
run
()
Month-1/Week-01/day-01/ts/src/index.ts:8
↓ 3 callers
Function
runChecks
* Helper function to test files * @param sourceFilename The filename to compress, uncompress and compare sizes */
Month-2/Week-07/day-47/c++/main.cpp:173
↓ 3 callers
Function
schedulerTimeUnits
* Return the least number of units of times that the CPU will take to finish all the given tasks. * @param tasks The tasks of the CPU * @param n The
Month-1/Week-04/day-27/c++/main.cpp:47
↓ 3 callers
Method
sendMessage
Month-3/Week-13/day-85/c++/client.cpp:66
↓ 3 callers
Method
set_begin
set iterator to a defined beginning
dependencies/c++/json.hpp:10723
↓ 3 callers
Function
sigilize
* Magic Sigil Generator * @param input text * @return The Magic Sigil */
Month-3/Week-09/day-57/c++/main.cpp:14
↓ 3 callers
Method
start
dependencies/c++/doctest.h:2918
↓ 3 callers
Method
stringify
dependencies/c++/doctest.h:1500
↓ 3 callers
Function
stringifyBinaryExpr
dependencies/c++/doctest.h:1005
↓ 3 callers
Function
switchGravityOn
* Given a 2D array of some suspended blocks (represented as hastags), * return another 2D array which shows the end result once gravity is switched
Month-2/Week-08/day-52/c++/main.cpp:16
↓ 3 callers
Method
think
()
Month-1/Week-04/day-23/Go/main.go:32
↓ 3 callers
Function
toHex
* Create a function that takes a strings characters as ASCII and returns each characters hexadecimal value * as a string. * * @param text Text in
Month-2/Week-08/day-56/c++/main.cpp:16
↓ 3 callers
Function
trim
dependencies/c++/httplib.h:1491
↓ 3 callers
Function
unget
! @brief unget current character (read it again on next get) We implement unget by setting variable next_unget to true. The input is not
dependencies/c++/json.hpp:7313
↓ 3 callers
Function
uniquePaths
* How many possible unique paths are there? * @param m component of grid m x n * @param n component of grid m x n * @return number of unique pa
Month-1/Week-03/day-18/c++/main.cpp:28
↓ 3 callers
Function
vestigium
* Vestigium * * @param m Square matrix of integer values * @return std::array<int, 3> of: TRACE, REPEATED ROWS, REPEATED COLUMNS */
Month-3/Week-12/day-84/c++/main.cpp:15
↓ 3 callers
Method
what
returns the explanatory string
dependencies/c++/json.hpp:2423
↓ 3 callers
Function
withdrawBills
* What is the minimum number of bills Allen could receive after withdrawing his entire balance? * @param n Balance * @return Minimum number of bills
Month-3/Week-13/day-88/c++/main.cpp:14
↓ 3 callers
Function
write_content
dependencies/c++/httplib.h:2742
↓ 2 callers
Function
CheckTidyNumber
(input []int64)
Month-3/Week-12/day-82/Go/main.go:35
↓ 2 callers
Function
ControlDoor
(commands []string)
Month-3/Week-10/day-69/Go/main.go:82
← previous
next →
301–400 of 2,162, ranked by callers