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
↓ 2 callers
Function
reportFatal
dependencies/c++/doctest.h:4108
↓ 2 callers
Method
resetPosition
* Resets the position of the Lock to the number specified. * @param n The number specified to reset position of the Lock * @return The Lock
Month-1/Week-04/day-26/c++/main.cpp:27
↓ 2 callers
Function
rollTheDices
(dices []string, seed int64)
Month-3/Week-09/day-58/Go/main.go:18
↓ 2 callers
Method
sendMessage
Month-3/Week-13/day-85/c++/server.cpp:110
↓ 2 callers
Method
setLast
dependencies/c++/doctest.h:3020
↓ 2 callers
Method
setSizes
set the sizes and notify StreamDisplayManager
Month-3/Week-12/day-80/Go/main.go:80
↓ 2 callers
Method
set_option
dependencies/c++/indicators.hpp:1631
↓ 2 callers
Method
set_progress
dependencies/c++/indicators.hpp:1676
↓ 2 callers
Method
set_subtype
! @brief sets the binary subtype Sets the binary subtype of the value, also flags a binary JSON value as having a subtype, which has impl
dependencies/c++/json.hpp:4559
↓ 2 callers
Function
show_console_cursor
dependencies/c++/indicators.hpp:937
↓ 2 callers
Function
skip_whitespace
dependencies/c++/json.hpp:7439
↓ 2 callers
Function
sort_array
(first_array_str, second_array_str)
Month-1/Week-01/day-07/py/main.py:2
↓ 2 callers
Function
ssl_connect_or_accept_nonblocking
dependencies/c++/httplib.h:5711
↓ 2 callers
Function
ssl_delete
dependencies/c++/httplib.h:5700
↓ 2 callers
Function
ssl_new
dependencies/c++/httplib.h:5670
↓ 2 callers
Function
status_message
dependencies/c++/httplib.h:2108
↓ 2 callers
Function
stringToIntArray
Month-1/Week-01/day-07/kts/SortArray.kt:8
↓ 2 callers
Function
swap
! @brief exchanges the values Exchanges the contents of the JSON value with those of @a other. Does not invoke any move, copy, or swap op
dependencies/c++/json.hpp:22442
↓ 2 callers
Function
switchPrisonCells
* Switch lock of prison cells. * @param &pa prison arrangement */
Month-1/Week-03/day-17/c++/main.cpp:13
↓ 2 callers
Function
testGoogleLogo
* Helper test method. * @param n Size of output image as NxN pixels * @param outputFileName Ouput image file * @param expectedOutputContent Expecte
Month-3/Week-12/day-81/c++/main.cpp:79
↓ 2 callers
Function
throwException
dependencies/c++/doctest.h:3462
↓ 2 callers
Method
tick
dependencies/c++/indicators.hpp:1686
↓ 2 callers
Function
translateActiveException
dependencies/c++/doctest.h:3802
↓ 2 callers
Function
tree
* Create a Christmas tree based on height. * @param h Height * @return Christmas tree */
Month-2/Week-07/day-48/c++/main.cpp:15
↓ 2 callers
Function
updateCooldown
* Update the tasks cooldown. * For the executed task, it resets its cooldown and for the others, it updates until 0. * @param cool The control map o
Month-1/Week-04/day-27/c++/main.cpp:23
↓ 2 callers
Function
updateIndicator
* Update the analog indicator of the clock * @param clock The clock * @param i Indicator Data * @param iType Indicator Type */
Month-3/Week-12/day-79/c++/main.cpp:50
↓ 2 callers
Function
updt1
Month-3/Week-11/day-71/c++/main.cpp:9
↓ 2 callers
Function
updt2
Month-3/Week-11/day-71/c++/main.cpp:18
↓ 2 callers
Function
wordSearch
* The Word Search. * @param board The board of letters * @param dictionary Dictionary of valid words do find * @return Words found */
Month-1/Week-04/day-28/c++/main.cpp:145
↓ 2 callers
Method
write_bson
! @param[in] j JSON value to serialize @pre j.type() == value_t::object */
dependencies/c++/json.hpp:12847
↓ 2 callers
Method
write_cbor
! @param[in] j JSON value to serialize */
dependencies/c++/json.hpp:12867
↓ 2 callers
Function
write_headers
dependencies/c++/httplib.h:2709
↓ 2 callers
Method
write_msgpack
! @param[in] j JSON value to serialize */
dependencies/c++/json.hpp:13172
↓ 2 callers
Method
write_ubjson
! @param[in] j JSON value to serialize @param[in] use_count whether to use '#' prefixes (optimized format) @param[in] use_type wheth
dependencies/c++/json.hpp:13496
↓ 1 callers
Function
ASN1_STRING_get0_data
dependencies/c++/httplib.h:227
↓ 1 callers
Method
Client
Universal client implementation
dependencies/c++/httplib.h:6337
↓ 1 callers
Function
DrawMaze
(rows, cols int)
Month-1/Week-03/day-21/Go/main.go:28
↓ 1 callers
Method
GetDictionary
()
Month-3/Week-11/day-73/Go/main.go:44
↓ 1 callers
Method
GetDictionary
()
Month-3/Week-11/day-72/Go/main.go:33
↓ 1 callers
Function
HourCords
Given current hour time(i.e. 12, 8) and the radius, returns pair of cords to draw line to
Month-3/Week-12/day-79/Go/main.go:83
↓ 1 callers
Function
ISBNGenerator
* ISBN Generator * @return ISBN code */
Month-3/Week-10/day-66/c++/main.cpp:44
↓ 1 callers
Function
L33TtoEnglish
* L33T -> 'English' * @param w Word * @return Translated word */
Month-3/Week-11/day-73/c++/main.cpp:14
↓ 1 callers
Function
MakePhilosopher
(id int, name string, neighbor *Philosopher)
Month-1/Week-04/day-23/Go/main.go:16
↓ 1 callers
Method
MergeArrays
(int[] nums1, int[] nums2)
Month-1/Week-01/day-07/csharp/MergeSortedArrays/MergeSortedArrays/Program.cs:21
↓ 1 callers
Function
NewCattle
(tw *twitter.User, tm []twitter.Tweet)
Month-3/Week-11/day-74/Go/main.go:22
↓ 1 callers
Function
NewDoor
(initialStatus string)
Month-3/Week-10/day-69/Go/main.go:13
↓ 1 callers
Function
NewDoorComand
(command string)
Month-3/Week-10/day-69/Go/main.go:49
↓ 1 callers
Function
NewNode
(value int)
Month-1/Week-02/day-10/Go/main.go:17
↓ 1 callers
Method
Pop
()
Month-1/Week-04/day-27/Go/main.go:41
↓ 1 callers
Method
Push
(x interface{})
Month-1/Week-04/day-27/Go/main.go:36
↓ 1 callers
Function
RandomString
(n int, characters string)
Month-1/Week-03/day-19/Go/main.go:26
↓ 1 callers
Function
ScoreBuild
(clientId *string, clientSecret *string, twitterHandle *string)
Month-3/Week-11/day-74/Go/main.go:104
↓ 1 callers
Method
SendCommand
(command DoorCommand)
Month-3/Week-10/day-69/Go/main.go:17
↓ 1 callers
Method
SetCostBenefit
()
Month-3/Week-11/day-76/Go/main.go:14
↓ 1 callers
Function
Solution
(N int)
Month-2/Week-05/day-30/Go/main.go:16
↓ 1 callers
Function
SortMapByValue
SortMapByValue sort values by mapping
readme-generator/main.go:301
↓ 1 callers
Method
addError
dependencies/c++/doctest.h:5006
↓ 1 callers
Method
addFailure
dependencies/c++/doctest.h:5001
↓ 1 callers
Method
addNewClient
Month-3/Week-13/day-85/c++/server.cpp:114
↓ 1 callers
Function
additionalPaths
* Number of additional paths ahead. * @param step current step of the path * @param maxM M component of grid m x n * @param maxM N component of
Month-1/Week-03/day-18/c++/main.cpp:16
↓ 1 callers
Function
append_exponent
dependencies/c++/json.hpp:15336
↓ 1 callers
Function
at
! @brief access specified array element with bounds checking Returns a reference to the element at specified location @a idx, with bounds
dependencies/c++/json.hpp:19876
↓ 1 callers
Function
backtrack
(input string, track []string, key int, result *[]string)
Month-1/Week-02/day-11/Go/main.go:32
↓ 1 callers
Function
base64_encode
NOTE: This code came up with the following stackoverflow post: https://stackoverflow.com/questions/180947/base64-decode-snippet-in-c
dependencies/c++/httplib.h:1330
↓ 1 callers
Function
bbq_skewer
(grill)
Month-1/Week-01/day-03/py/main.py:2
↓ 1 callers
Function
bind_ip_address
dependencies/c++/httplib.h:1944
↓ 1 callers
Function
buildChallengeIndex
()
readme-generator/main.go:49
↓ 1 callers
Function
buildGoogleLogo
* Draw the “G” Logo * * @param n Size of output image as NxN pixels * @param outputFileName Ouput image file * @return true if OK */
Month-3/Week-12/day-81/c++/main.cpp:17
↓ 1 callers
Function
buildMunicipalitiesOfBrazil
* Build the map of all municipalities of Brazil * @return Map with a std::pair with name, state and internal IBGE id */
Month-4/Week-15/day-99/c++/main.cpp:53
↓ 1 callers
Function
buildNumber
()
Month-3/Week-12/day-78/Go/main.go:8
↓ 1 callers
Function
buildOutputResult
(PRs []structs.PullRequest)
readme-generator/main.go:204
↓ 1 callers
Function
buildRankingTable
(sortedMap map[string][]string)
readme-generator/main.go:250
↓ 1 callers
Function
calcCostBenefit
(cakes []Cake)
Month-3/Week-11/day-76/Go/main.go:64
↓ 1 callers
Function
calcDestructionInFootballFields
Month-1/Week-04/day-22/c++/main.cpp:10
↓ 1 callers
Method
calculateDaysFromYear
(year: number)
Month-1/Week-01/day-01/ts/src/index.ts:19
↓ 1 callers
Function
callMapsAPI
* Call the Google Maps API * @param q search string * @param latitude Optional latitude for search * @param longitude Optional longitude for search
Month-1/Week-03/day-20/c++/server.cpp:22
↓ 1 callers
Function
callServerOff
* Call the /stop API endpoint on the localserver to shutdown it. */
Month-1/Week-03/day-20/c++/main.cpp:47
↓ 1 callers
Function
can_compress_content_type
dependencies/c++/httplib.h:2178
↓ 1 callers
Function
checkCattleLevel
(clientId *string, clientSecret *string, twitterHandle *string)
Month-3/Week-11/day-74/Go/main.go:148
↓ 1 callers
Function
checkGameWinner
(gameResult map[string]int)
Month-2/Week-08/day-50/Go/main.go:46
↓ 1 callers
Function
checkIfShouldThrow
dependencies/c++/doctest.h:3448
↓ 1 callers
Function
checkStalls
(input [][]int64)
Month-3/Week-12/day-83/Go/main.go:17
↓ 1 callers
Function
checks
Month-3/Week-11/day-71/c++/main.cpp:27
↓ 1 callers
Function
clearCell
(x, y int)
Month-3/Week-11/day-75/Go/main.go:77
↓ 1 callers
Function
clearString
Month-1/Week-02/day-11/kts/IPs.kt:27
↓ 1 callers
Function
color_to_stream
dependencies/c++/doctest.h:3738
↓ 1 callers
Function
colors_init
dependencies/c++/doctest.h:3720
↓ 1 callers
Function
combine_letters_empty_input
()
Month-1/Week-02/day-08/py/main_test.py:4
↓ 1 callers
Function
combine_letters_one_digit
()
Month-1/Week-02/day-08/py/main_test.py:8
↓ 1 callers
Function
combine_letters_three_digits
()
Month-1/Week-02/day-08/py/main_test.py:16
↓ 1 callers
Function
combine_letters_two_digits
()
Month-1/Week-02/day-08/py/main_test.py:12
↓ 1 callers
Function
compress
* Compress a file. * @param sourceFileName Source filename * @param targetFileName Target (compressed) filename * return 0 if OK */
Month-2/Week-07/day-47/c++/main.cpp:58
↓ 1 callers
Method
connect_with_proxy
dependencies/c++/httplib.h:6055
↓ 1 callers
Method
copy
dependencies/c++/doctest.h:3022
↓ 1 callers
Function
countAdjMines
(x, y int)
Month-3/Week-11/day-75/Go/main.go:61
↓ 1 callers
Function
crbegin
! @brief returns a const reverse iterator to the last element Returns a const iterator to the reverse-beginning; that is, the last elemen
dependencies/c++/json.hpp:21264
↓ 1 callers
Function
createCombitaion
Month-1/Week-02/day-08/kts/PhoneNumbers.kt:9
↓ 1 callers
Function
crend
! @brief returns a const reverse iterator to one before the first Returns a const reverse iterator to the reverse-end; that is, one before
dependencies/c++/json.hpp:21293
↓ 1 callers
Function
decode
* Decode part of an encoded short URL to an numerical ID * @param id - the id to encode * @param base - the encode base system to use to decode * @
Month-1/Week-03/day-19/c++/main.cpp:86
↓ 1 callers
Method
decompress
dependencies/c++/httplib.h:2311
← previous
next →
501–600 of 2,162, ranked by callers