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
↓ 224 callers
Method
size
dependencies/c++/doctest.h:3157
↓ 223 callers
Function
move
dependencies/c++/indicators.hpp:972
↓ 157 callers
Function
create
dependencies/c++/json.hpp:17482
↓ 155 callers
Method
end
return iterator end (needed for range-based for)
dependencies/c++/json.hpp:4014
↓ 126 callers
Method
empty
! @brief return whether pointer points to the root document @return true iff the JSON pointer points to the root document @complexity Co
dependencies/c++/json.hpp:11923
↓ 125 callers
Method
begin
return iterator begin (needed for range-based for)
dependencies/c++/json.hpp:4008
↓ 122 callers
Method
write_character
dependencies/c++/json.hpp:12726
↓ 112 callers
Method
size
dependencies/c++/httplib.h:1542
↓ 105 callers
Method
push_back
! @brief append an unescaped token at the end of the reference pointer @param[in] token token to add @complexity Amortized constant.
dependencies/c++/json.hpp:11898
↓ 105 callers
Method
size
dependencies/c++/json.hpp:2758
↓ 74 callers
Method
data
dependencies/c++/magic_enum.hpp:163
↓ 63 callers
Method
find
dependencies/c++/json.hpp:16596
↓ 46 callers
Function
get
dependencies/c++/json.hpp:4023
↓ 38 callers
Function
add
add a character to token_buffer
dependencies/c++/json.hpp:7340
↓ 37 callers
Method
erase
dependencies/c++/json.hpp:16551
↓ 36 callers
Function
type_name
! @brief return the type as string Returns the type name as string to be used in error messages - usually to indicate that a function was
dependencies/c++/json.hpp:23494
↓ 32 callers
Function
basic_json
! @brief create an empty value with a given type Create an empty JSON value with a given type. The value will be default initialized with
dependencies/c++/json.hpp:17913
↓ 31 callers
Method
insert
dependencies/c++/json.hpp:16620
↓ 31 callers
Method
parse_error
dependencies/c++/json.hpp:2530
↓ 29 callers
Function
is_colorized
Say whether a given stream should be colorized or not. It's always true for ATTY streams and may be true for streams marked with colorize flag.
dependencies/c++/indicators.hpp:563
↓ 28 callers
Method
get
! @brief get next character from the input This function provides the interface to the used input adapter. It does not throw in case the
dependencies/c++/json.hpp:9959
↓ 26 callers
Method
compare
dependencies/c++/doctest.h:3170
↓ 26 callers
Method
emplace
dependencies/c++/json.hpp:16502
↓ 26 callers
Method
key
dependencies/c++/json.hpp:5915
↓ 25 callers
Function
stringToIntArray
Month-1/Week-02/day-12/kts/MountainOrValley.kt:47
↓ 24 callers
Function
is_object
! @brief return whether value is an object This function returns true if and only if the JSON value is an object. @return `true` if type
dependencies/c++/json.hpp:19134
↓ 23 callers
Method
pop_back
! @brief remove last reference token @pre not `empty()` @liveexample{The example shows the usage of `pop_back`.,json_pointer__pop_back}
dependencies/c++/json.hpp:11852
↓ 20 callers
Method
append
dependencies/c++/httplib.h:1582
↓ 20 callers
Method
operator[]
access to successor
dependencies/c++/json.hpp:11579
↓ 19 callers
Method
number_integer
dependencies/c++/json.hpp:5885
↓ 19 callers
Method
scopedElement
dependencies/c++/doctest.h:4553
↓ 19 callers
Method
set_header
dependencies/c++/httplib.h:3559
↓ 19 callers
Method
write
Rstream implementation
dependencies/c++/httplib.h:3698
↓ 18 callers
Function
input_adapter
dependencies/c++/json.hpp:5156
↓ 18 callers
Function
parseCommaSepArgs
parses a comma separated list of words after a pattern in one of the arguments in argv
dependencies/c++/doctest.h:5683
↓ 18 callers
Method
sax_parse
dependencies/c++/json.hpp:10334
↓ 17 callers
Method
String
()
Month-1/Week-04/day-27/Go/main.go:15
↓ 17 callers
Method
get_token_string
! @return a string representation of the last read byte */
dependencies/c++/json.hpp:10106
↓ 17 callers
Function
to_json
dependencies/c++/json.hpp:4280
↓ 17 callers
Function
win_change_attributes
Change Windows Terminal colors attribute. If some parameter is `-1` then attribute won't changed.
dependencies/c++/indicators.hpp:593
↓ 16 callers
Function
end
! @brief returns an iterator to one past the last element Returns an iterator to one past the last element. @image html range-begin-end.
dependencies/c++/json.hpp:21120
↓ 16 callers
Method
getCurrentCommand
Month-3/Week-10/day-69/c++/main.cpp:155
↓ 16 callers
Function
is_array
! @brief return whether value is an array This function returns true if and only if the JSON value is an array. @return `true` if type i
dependencies/c++/json.hpp:19156
↓ 16 callers
Function
is_null
! @brief return whether value is null This function returns true if and only if the JSON value is null. @return `true` if type is null,
dependencies/c++/json.hpp:18975
↓ 16 callers
Method
size
dependencies/c++/magic_enum.hpp:165
↓ 15 callers
Function
combine
boost::hash_combine
dependencies/c++/json.hpp:4662
↓ 15 callers
Function
from_json
dependencies/c++/json.hpp:3493
↓ 15 callers
Function
get_token_string
return the last read token (for errors only). Will never contain EOF (an arbitrary value that is not a valid char value, often -1), because 255 may l
dependencies/c++/json.hpp:7387
↓ 14 callers
Function
climbMoves
* What is the minimal number of moves to climb to the top of the stairs that satisfies the condition? * @param n Number of steps * @param m The cond
Month-4/Week-14/day-93/c++/main.cpp:16
↓ 14 callers
Function
close_socket
dependencies/c++/httplib.h:1602
↓ 14 callers
Function
find
dependencies/c++/json.hpp:20895
↓ 14 callers
Function
isValley
Month-1/Week-02/day-12/kts/MountainOrValley.kt:22
↓ 14 callers
Method
number_unsigned
dependencies/c++/json.hpp:5890
↓ 13 callers
Method
count
dependencies/c++/json.hpp:16584
↓ 13 callers
Method
get_header_value
dependencies/c++/httplib.h:3545
↓ 13 callers
Function
isMountain
Month-1/Week-02/day-12/kts/MountainOrValley.kt:1
↓ 13 callers
Function
parseFlag
locates a flag on the command line
dependencies/c++/doctest.h:5678
↓ 13 callers
Method
value
return value of the iterator
dependencies/c++/json.hpp:3989
↓ 12 callers
Method
Get
dependencies/c++/httplib.h:5241
↓ 12 callers
Function
detectTerrainType
* Detect terrain type: "mountain", "valley", or "neither". * @param t vector of terrain description * @return terrain type */
Month-1/Week-02/day-12/c++/main.cpp:14
↓ 12 callers
Function
display_width
dependencies/c++/indicators.hpp:1296
↓ 11 callers
Function
checkAnagram
Month-1/Week-03/day-15/kts/Anagram.kt:1
↓ 11 callers
Method
dump
! @brief internal implementation of the serialization function This function is called by the public member function dump and organizes t
dependencies/c++/json.hpp:15607
↓ 11 callers
Method
has_header
Request implementation
dependencies/c++/httplib.h:3541
↓ 11 callers
Method
number_float
dependencies/c++/json.hpp:5895
↓ 11 callers
Function
parse
dependencies/c++/json.hpp:23270
↓ 11 callers
Method
read
dependencies/c++/httplib.h:3762
↓ 11 callers
Function
skipPathFromFilename
dependencies/c++/doctest.h:3278
↓ 11 callers
Function
timeInWords
* Given the time in numerals we may convert it into words. * @param h Hour (1 - 12) * @param m Minute (0 - 59) * @return Description of time */
Month-2/Week-05/day-31/c++/main.cpp:15
↓ 11 callers
Function
toString
dependencies/c++/doctest.h:849
↓ 10 callers
Function
NextPrime
(input int)
Month-1/Week-01/day-06/Go/main.go:28
↓ 10 callers
Function
balanced_bonus
(sequence string)
Month-3/Week-09/day-59/Go/main.go:16
↓ 10 callers
Function
begin
! @brief returns an iterator to the first element Returns an iterator to the first element. @image html range-begin-end.svg "Illustratio
dependencies/c++/json.hpp:21049
↓ 10 callers
Method
boolean
dependencies/c++/json.hpp:5880
↓ 10 callers
Function
buildNumber
(top, mid, bot string, size int)
Month-2/Week-06/day-36/Go/main.go:141
↓ 10 callers
Function
gadoDetect
* THE CATTLEMETER * * @param twitterUsername The twitter username to analyse * @param lasTweetsToAnalyze Number of last tweets to analyse (default
Month-3/Week-11/day-74/c++/main.cpp:38
↓ 10 callers
Method
getCurrentState
Month-3/Week-10/day-69/c++/main.cpp:148
↓ 10 callers
Method
getValue
pure virtual method
Month-3/Week-10/day-69/c++/main.cpp:45
↓ 10 callers
Function
isAnagram
* Given two strings s and t , write a function to determine if t is an anagram of s. * @param s string1 * @param t string1 * @return true if t
Month-1/Week-03/day-15/c++/main.cpp:28
↓ 10 callers
Function
parser
dependencies/c++/json.hpp:16763
↓ 9 callers
Function
CanFit
(items []int, bags int)
Month-1/Week-02/day-13/Go/main.go:36
↓ 9 callers
Function
balanced_bonus
* Perfectly balanced * Given a string containing only lowercase letters, find whether every letter that appears in the string appears the same number
Month-3/Week-09/day-59/c++/main.cpp:17
↓ 9 callers
Function
balanced_bonus_second_version
* Perfectly balanced (second version) * Given a string containing only lowercase letters, find whether every letter that appears in the string appear
Month-3/Week-09/day-59/c++/main.cpp:43
↓ 9 callers
Function
canFit
* Check if your bags can carry the items * @param weights of each item * @param bags number of bags (each bag supports 10kg) * @return true if
Month-1/Week-02/day-13/c++/main.cpp:15
↓ 9 callers
Function
canWin
(stones int)
Month-1/Week-03/day-16/Go/main.go:21
↓ 9 callers
Function
canWinNim
* Check if you can win a Nim Game playing optimally * @param n stones on the heap * @return true if you can win */
Month-1/Week-03/day-16/c++/main.cpp:14
↓ 9 callers
Function
checkWin
Month-1/Week-03/day-16/kts/NimGame.kt:1
↓ 9 callers
Method
getline
dependencies/c++/httplib.h:1555
↓ 9 callers
Function
has_crlf
dependencies/c++/httplib.h:3310
↓ 9 callers
Function
is_binary
! @brief return whether value is a binary array This function returns true if and only if the JSON value is a binary array. @return `tru
dependencies/c++/json.hpp:19200
↓ 9 callers
Function
letterCombinations
* Given a string containing digits from 2-9 inclusive, return all possible letter combinations that the number could represent. Return the answer in a
Month-1/Week-02/day-08/c++/main.cpp:31
↓ 9 callers
Function
makeShortURL
* Generate a short version of the provided URL. * @param url provided URL * @param customShortLink - Optional custom short link (defaults to "l.t
Month-1/Week-03/day-19/c++/main.cpp:120
↓ 9 callers
Function
matchesAny
checks if the name matches any of the filters (and can be configured what to do when empty)
dependencies/c++/doctest.h:3521
↓ 9 callers
Function
minPages
* Given n and p, find and return the minimum number of pages that must be turned in order to arrive at page p. * When they open the book, page 1 is a
Month-2/Week-06/day-42/c++/main.cpp:16
↓ 9 callers
Function
nextPrime
* Calculate next prime number * * @param number * @return next prime number */
Month-1/Week-01/day-06/c++/main.cpp:33
↓ 9 callers
Method
ptr
dependencies/c++/httplib.h:1534
↓ 8 callers
Function
LandscapeType
(input []string)
Month-1/Week-02/day-12/Go/main.go:17
↓ 8 callers
Function
carryOperations
* Count the number of carry operations of a sum of two unsigned integers. * Each number is less than 10 digits. * @param num1 The first number to su
Month-2/Week-05/day-34/c++/main.cpp:16
↓ 8 callers
Function
countPairs
* Alex works at a clothing store. There is a large pile of socks that must be paired by color for sale. * Given an array of integers representing th
Month-2/Week-06/day-41/c++/main.cpp:16
↓ 8 callers
Function
dump_integer
dependencies/c++/json.hpp:16188
next →
1–100 of 2,162, ranked by callers