MCPcopy Create free account

hub / github.com/IAPOLINARIO/100-days-of-code / functions

Functions2,162 in github.com/IAPOLINARIO/100-days-of-code

Functionfront
! @brief access the first element Returns a reference to the first element in the container. For a JSON container `c`, the expression `c.
dependencies/c++/json.hpp:20488
Functionget
dependencies/c++/indicators.hpp:859
FunctiongetCollaboratorStats
(token string)
readme-generator/main.go:138
FunctiongetCommits
(token string)
readme-generator/main.go:155
MethodgetCurrentTimestamp
gmtime
dependencies/c++/doctest.h:4945
MethodgetElapsedMicroseconds
dependencies/c++/doctest.h:2919
FunctiongetEvents
(token string)
readme-generator/main.go:193
MethodgetSuccessOrFailColor
dependencies/c++/doctest.h:5186
MethodgetSuccessOrFailString
dependencies/c++/doctest.h:5179
Methodget_active_contexts
dependencies/c++/doctest.h:3401
Functionget_allocator
! @brief returns the allocator associated with the container */
dependencies/c++/json.hpp:16880
Methodget_bson_binary
dependencies/c++/json.hpp:7938
Methodget_bson_cstr
! @brief Parses a C-style string from the BSON input. @param[in, out] result A reference to the string variable where the read
dependencies/c++/json.hpp:7887
Methodget_bson_string
dependencies/c++/json.hpp:7917
Methodget_cbor_array
! @param[in] len the length of the array or std::size_t(-1) for an array of indefinite size @param[in] tag_handler how CB
dependencies/c++/json.hpp:8745
Methodget_cbor_binary
! @brief reads a CBOR byte array This function first reads starting bytes to determine the expected byte array length and then copies thi
dependencies/c++/json.hpp:8651
Methodget_cbor_float_prefix
dependencies/c++/json.hpp:14032
Methodget_cbor_object
! @param[in] len the length of the object or std::size_t(-1) for an object of indefinite size @param[in] tag_handler how
dependencies/c++/json.hpp:8783
Methodget_cbor_string
! @brief reads a CBOR string This function first reads starting bytes to determine the expected string length and then copies this number
dependencies/c++/json.hpp:8556
Methodget_character
std::istream/std::streambuf use std::char_traits<char>::to_int_type, to ensure that std::char_traits<char>::eof() and the character 0xFF do not end up
dependencies/c++/json.hpp:4891
Methodget_character
dependencies/c++/json.hpp:4919
Methodget_character
dependencies/c++/json.hpp:5081
Methodget_codepoint
! @brief get codepoint from 4 hex characters following `\u` For input "\u c1 c2 c3 c4" the codepoint is: (c1 * 0x1000) + (c2 * 0x0100)
dependencies/c++/json.hpp:6108
Methodget_decimal_point
return the locale-dependent decimal point
dependencies/c++/json.hpp:6081
Functionget_error_message
return syntax error message
dependencies/c++/json.hpp:7411
Methodget_file_value
dependencies/c++/httplib.h:3597
Functionget_header_value<uint64_t>
dependencies/c++/httplib.h:2462
Methodget_header_value_count
dependencies/c++/httplib.h:3554
Methodget_ignore_noop
! @return character read from the input after ignoring all 'N' entries */
dependencies/c++/json.hpp:9968
Functionget_impl
dependencies/c++/indicators.hpp:843
Methodget_msgpack_array
! @param[in] len the length of the array @return whether array creation completed */
dependencies/c++/json.hpp:9409
Methodget_msgpack_binary
! @brief reads a MessagePack byte array This function first reads starting bytes to determine the expected byte array length and then cop
dependencies/c++/json.hpp:9298
Methodget_msgpack_float_prefix
dependencies/c++/json.hpp:14046
Methodget_msgpack_object
! @param[in] len the length of the object @return whether object creation completed */
dependencies/c++/json.hpp:9431
Methodget_msgpack_string
! @brief reads a MessagePack string This function first reads starting bytes to determine the expected string length and then copies this
dependencies/c++/json.hpp:9216
Methodget_num_active_contexts
dependencies/c++/doctest.h:3400
Methodget_num_stringified_contexts
dependencies/c++/doctest.h:3402
Methodget_number
dependencies/c++/json.hpp:9993
Functionget_number_float
return floating-point value
dependencies/c++/json.hpp:7363
Functionget_number_unsigned
dependencies/c++/json.hpp:7357
Methodget_openssl_verify_result
dependencies/c++/httplib.h:6045
Methodget_param_value_count
dependencies/c++/httplib.h:3583
Functionget_position
return position of last read token
dependencies/c++/json.hpp:7379
Methodget_postfix_text
dependencies/c++/indicators.hpp:1759
Methodget_postfix_text
dependencies/c++/indicators.hpp:2064
Methodget_postfix_text
dependencies/c++/indicators.hpp:2347
Methodget_prefix_text
dependencies/c++/indicators.hpp:1751
Methodget_prefix_text
dependencies/c++/indicators.hpp:2056
Methodget_prefix_text
dependencies/c++/indicators.hpp:2339
Functionget_ptr
dependencies/c++/json.hpp:19650
Functionget_ref
dependencies/c++/json.hpp:19744
Functionget_ref_impl
dependencies/c++/json.hpp:19384
Methodget_stringified_contexts
dependencies/c++/doctest.h:3403
Functionget_to
dependencies/c++/json.hpp:19613
Methodget_token
get next token from lexer
dependencies/c++/json.hpp:10636
Methodget_ubjson_array
! @return whether array creation completed */
dependencies/c++/json.hpp:9760
Methodget_ubjson_float_prefix
dependencies/c++/json.hpp:14283
Methodget_ubjson_high_precision_number
dependencies/c++/json.hpp:9897
Methodget_ubjson_object
! @return whether object creation completed */
dependencies/c++/json.hpp:9822
Methodget_ubjson_size_type
! @brief determine the type and size for a container In the optimized UBJSON format, a type and a size can be provided to allow for a mor
dependencies/c++/json.hpp:9618
Methodget_ubjson_size_value
! @param[out] result determined size @return whether size determination completed */
dependencies/c++/json.hpp:9541
Methodget_ubjson_string
! @brief reads a UBJSON string This function is either called after reading the 'S' byte explicitly indicating a string, or in case of an
dependencies/c++/json.hpp:9487
Methodget_ubjson_value
! @param prefix the previously read or set type prefix @return whether value creation completed */
dependencies/c++/json.hpp:9659
Methodget_value
dependencies/c++/indicators.hpp:1717
Methodget_value
dependencies/c++/indicators.hpp:2027
Methodget_value
dependencies/c++/indicators.hpp:2319
Methodget_value
dependencies/c++/indicators.hpp:2557
Methodget_value
dependencies/c++/indicators.hpp:2748
FunctiongoogleLogo
(w http.ResponseWriter, req *http.Request)
Month-3/Week-12/day-81/Go/main.go:21
Methodgzip_compressor
dependencies/c++/httplib.h:2246
Methodgzip_decompressor
dependencies/c++/httplib.h:2294
MethodhandleException
dependencies/c++/doctest.h:3968
MethodhandleSignal
dependencies/c++/doctest.h:4034
Methodhandle_file_request
dependencies/c++/httplib.h:4259
Methodhandle_request
dependencies/c++/httplib.h:4856
Methodhandle_value
dependencies/c++/json.hpp:5782
Methodhas_file
dependencies/c++/httplib.h:3593
FunctionhelloWorldFromLinkedAssembly
Month-4/Week-15/day-100/c++/main.cpp:37
FunctionhelloWorldInHexadecimal
* Outputs Hello World from Hexadecimal content. */
Month-4/Week-15/day-100/c++/main.cpp:46
FunctionhelloWorldMultipleThreads
* Ouputs Hello World using multiple threads (102 - one for each character of the expected output). * Since all 102 threads are running in parallel,
Month-4/Week-15/day-100/c++/main.cpp:82
FunctionhelloWorldRandom
* Outputs Hello World using Random Generation. * Multiples attempts are necessary to build the sentence. */
Month-4/Week-15/day-100/c++/main.cpp:55
Functionindexes
dependencies/c++/magic_enum.hpp:470
Methodinput_stream_adapter
dependencies/c++/json.hpp:4873
Functioninsert
! @brief inserts element Inserts element @a val before iterator @a pos. @param[in] pos iterator before which the content will be inserte
dependencies/c++/json.hpp:22105
MethodisMontain
()
Month-1/Week-02/day-12/cs/Day12.Library/LandscapeType.cs:14
MethodisValley
()
Month-1/Week-02/day-12/cs/Day12.Library/LandscapeType.cs:29
Methodis_completed
dependencies/c++/indicators.hpp:2018
Methodis_completed
dependencies/c++/indicators.hpp:2310
Methodis_completed
dependencies/c++/indicators.hpp:2459
Methodis_completed
dependencies/c++/indicators.hpp:2733
Functionis_discarded
! @brief return whether value is discarded This function returns true if and only if the JSON value was discarded during parsing with a c
dependencies/c++/json.hpp:19227
Methodis_errored
dependencies/c++/json.hpp:5760
Functionis_primitive
! @brief return whether type is primitive This function returns true if and only if the JSON type is primitive (string, number, boolean,
dependencies/c++/json.hpp:18926
Methodis_readable
dependencies/c++/httplib.h:3754
Methodis_running
dependencies/c++/httplib.h:3991
Methodis_socket_open
dependencies/c++/httplib.h:5557
Functionis_sparse
dependencies/c++/magic_enum.hpp:508
Methodis_ssl
dependencies/c++/httplib.h:5239
Functionis_structured
! @brief return whether type is structured This function returns true if and only if the JSON type is structured (array or object).
dependencies/c++/json.hpp:18953
Methodis_valid
dependencies/c++/httplib.h:2309
← previousnext →1,501–1,600 of 2,162, ranked by callers