MCPcopy Create free account

hub / github.com/3rfaan/courses / functions

Functions2,101 in github.com/3rfaan/courses

↓ 1 callersMethodquack
(&self)
Rust/rust-by-practice/src/generics/trait_object/trait_obj2.rs:19
↓ 1 callersMethodquit
(&mut self)
Rust/rustlings/solutions/08_enums/enums3.rs:42
↓ 1 callersFunctionrand
rand: return pseudo-random integer on 0..32767 */
C/The C Programming Language 2nd Edition/examples/rand.c:4
↓ 1 callersFunctionrandomFormat
randomFormat returns one of a set of greetings messages. The returned message is selected at random.
Go/A Tour of Go/go_library/greetings/greetings.go:43
↓ 1 callersFunctionrandom_animal
Returns some struct that implements Animal, but we don't know which one at compile time. FIX the errors here, you can make a fake random, or you can u
Rust/rust-by-practice/src/generics/traits/traits6.rs:22
↓ 1 callersFunctionread_numbers_from_file
()
Rust/rust-in-action/write123/src/main.rs:24
↓ 1 callersMethodread_opcode
(&self)
Rust/rust-in-action/chip_8/src/main.rs:11
↓ 1 callersFunctionreadargs
readargs: read program arguments */
C/The C Programming Language 2nd Edition/5 - Pointers and Arrays/exc-5-17.c:51
↓ 1 callersFunctionreadlines
readlines: read input lines */
C/The C Programming Language 2nd Edition/5 - Pointers and Arrays/exc-5-14.c:50
↓ 1 callersFunctionreadlines
readlines: read input lines */
C/The C Programming Language 2nd Edition/5 - Pointers and Arrays/exc-5-7.c:33
↓ 1 callersFunctionreadlines
readlines: read input lines */
C/The C Programming Language 2nd Edition/5 - Pointers and Arrays/exc-5-15.c:56
↓ 1 callersFunctionreadlines
readlines: read input lines */
C/The C Programming Language 2nd Edition/5 - Pointers and Arrays/exc-5-16.c:135
↓ 1 callersFunctionreadlines
readlines: read input lines */
C/The C Programming Language 2nd Edition/5 - Pointers and Arrays/exc-5-17.c:211
↓ 1 callersFunctionreg_fn
(_s: S)
Rust/rust-by-practice/src/generics/generics/generics1.rs:6
↓ 1 callersFunctionremove_by_value
C/learn-c/15-linked-lists.c:39
↓ 1 callersMethodremove_shapes
(&mut self, n: i32)
Rust/rust-in-action/particles/src/main.rs:93
↓ 1 callersMethodreset
()
Rust/chip8/wasm/web/wasm.js:240
↓ 1 callersMethodresize
(&mut self, width: u64, height: u64)
Rust/rustlings/solutions/08_enums/enums3.rs:25
↓ 1 callersMethodret
(00ee) RET return from the current sub-routine
Rust/rust-in-action/chip_8/src/main.rs:56
↓ 1 callersFunctionreturn_me
C/McCullough/files/voidPointer.c:18
↓ 1 callersFunctionreverse
reverse: reverse string s in place */
C/The C Programming Language 2nd Edition/5 - Pointers and Arrays/exc-5-6/itoa.c:30
↓ 1 callersFunctionreverse
reverse: reverse string s in place */
C/The C Programming Language 2nd Edition/4 - Functions and Program Structure/exc-4-13.c:19
↓ 1 callersFunctionreverse
reverse: reverse string s in place */
C/The C Programming Language 2nd Edition/3 - Control Flow/exc-3-6.c:41
↓ 1 callersFunctionreverse
reverse: reverse string s in place */
C/The C Programming Language 2nd Edition/3 - Control Flow/exc-3-4.c:39
↓ 1 callersFunctionreverse
reverse: reverse string s in place */
C/The C Programming Language 2nd Edition/3 - Control Flow/exc-3-5.c:62
↓ 1 callersFunctionreverse
reverse: reverse string s in place */
C/The C Programming Language 2nd Edition/examples/reverse.c:5
↓ 1 callersFunctionreverse
reverse: reverse string s in place */
C/The C Programming Language 2nd Edition/examples/itoa.c:37
↓ 1 callersFunctionreverse
C/The C Programming Language 2nd Edition/1 - A Tutorial Introduction/exc-1-19.c:39
↓ 1 callersFunctionreverse
C/freeCodeCamp/Data Structures/reverse-linked-list.c:14
↓ 1 callersFunctionreverser
reverser: reverse string s in place; recursive */
C/The C Programming Language 2nd Edition/4 - Functions and Program Structure/exc-4-13.c:24
↓ 1 callersFunctionrightrot
C/The C Programming Language 2nd Edition/2 - Types, Operators, and Expressions/exc-2-8.c:27
↓ 1 callersMethodrole
(&self)
Rust/Algorithms and Data Structures/fcc/src/solutions/everything_be_true.rs:27
↓ 1 callersFunctionrun
(input: &str, env: &mut eldiro::Env)
Rust/eldiro_v1/crates/eldiro-cli/src/main.rs:27
↓ 1 callersFunctionrun
(config: Config)
Rust/The Rust Programming Language Book/minigrep/src/lib.rs:35
↓ 1 callersFunctionrun
()
Rust/chip8/wasm/web/index.js:19
↓ 1 callersMethodrun
(&self)
Rust/Asynchronous Programming/timer_future/src/main.rs:20
↓ 1 callersFunctionsearch
(query: &str, contents: &'a str)
Rust/The Rust Programming Language Book/minigrep/src/lib.rs:50
↓ 1 callersFunctionsearch
C/freeCodeCamp/Data Structures/binary-search-tree.c:39
↓ 1 callersFunctionsearch_case_insensitive
(query: &str, contents: &'a str)
Rust/The Rust Programming Language Book/minigrep/src/lib.rs:57
↓ 1 callersFunctionsend_tx
(q: Queue, tx: mpsc::Sender<u32>)
Rust/rustlings/solutions/20_threads/threads3.rs:17
↓ 1 callersFunctionsequence1
( parser: impl Fn(&str) -> Result<(&str, T), String>, separator_parser: impl Fn(&str) -> (&str, &str),
Rust/eldiro_v1/crates/eldiro/src/utils.rs:59
↓ 1 callersFunctionserve_order
()
Rust/rust-by-practice/src/crate_mod/hello_package/src/front_of_house/serving.rs:2
↓ 1 callersFunctionset_email
(u: User)
Rust/rust-by-practice/src/compound_types/structs/structs6.rs:21
↓ 1 callersMethodset_full_name
(&mut self, first_name: &str, last_name: &str)
Rust/Algorithms and Data Structures/fcc/src/solutions/make_a_person.rs:49
↓ 1 callersMethodset_full_name
(&mut self, first_name: &str, last_name: &str)
Rust/Algorithms and Data Structures/fcc/src/exercises/make_a_person.rs:45
↓ 1 callersMethodset_last_name
(&mut self, last_name: &str)
Rust/Algorithms and Data Structures/fcc/src/solutions/make_a_person.rs:45
↓ 1 callersMethodset_last_name
(&mut self, last_name: &str)
Rust/Algorithms and Data Structures/fcc/src/exercises/make_a_person.rs:41
↓ 1 callersFunctionset_time_span
C/playground/greeting.c:29
↓ 1 callersFunctionsetbits
setbits: set n bits in x starting from position p to the rightmost n bits from y, leaving other bits unchanged */
C/The C Programming Language 2nd Edition/2 - Types, Operators, and Expressions/exc-2-6.c:22
↓ 1 callersFunctionsetbitsV2
setbits version 2: consiced version of above program*/
C/The C Programming Language 2nd Edition/2 - Types, Operators, and Expressions/exc-2-6.c:55
↓ 1 callersFunctionsettab
settab: set tab stops in array tab */
C/The C Programming Language 2nd Edition/5 - Pointers and Arrays/exc-5-11/settab.c:4
↓ 1 callersFunctionshellsort
shellsort: sort v[0]...v[n-1] into increasing order */
C/The C Programming Language 2nd Edition/examples/shellsort.c:25
↓ 1 callersFunctionshoes_in_size
(shoes: Vec<Shoe>, shoe_size: u32)
Rust/rust-by-practice/src/functional_programming/iterator/iterator12.rs:7
↓ 1 callersFunctionshow_message
(msg: Message)
Rust/rust-by-practice/src/compound_types/enums/enums4.rs:22
↓ 1 callersFunctionshow_message
(msg: Message)
Rust/rust-by-practice/src/pattern_match/matches/matches3.rs:23
↓ 1 callersMethodshow_state
(&self)
Rust/rust-by-practice/src/method_associated_functions/method2.rs:8
↓ 1 callersMethodsne
(4xkk) Skip next instruction if register `vx` is NOT equal to `kk`
Rust/rust-in-action/chip_8/src/main.rs:93
↓ 1 callersMethodsome_function
(&self)
Rust/rustlings/solutions/15_traits/traits5.rs:2
↓ 1 callersFunctionsquare
TODO: Fix the function body without changing the signature.
Rust/rustlings/solutions/02_functions/functions5.rs:2
↓ 1 callersFunctionsqueeze
C/The C Programming Language 2nd Edition/2 - Types, Operators, and Expressions/exc-2-4.c:6
↓ 1 callersFunctionsrand
srand: set seed for rand() */
C/The C Programming Language 2nd Edition/examples/rand.c:10
↓ 1 callersFunctionstatic_dispatch
IMPLEMENT below with generics.
Rust/rust-by-practice/src/generics/trait_object/trait_obj4.rs:18
↓ 1 callersFunctionstrcatV1
strcat: concatentate t to end of s; s must be big enough */
C/The C Programming Language 2nd Edition/examples/strcat.c:4
↓ 1 callersFunctionstrcat_m
Concatenate t to s. */
C/The C Programming Language 2nd Edition/5 - Pointers and Arrays/exc-5-3.c:24
↓ 1 callersFunctionstrend
strend: return 1 if string t occurs at the end of s */
C/The C Programming Language 2nd Edition/5 - Pointers and Arrays/exc-5-4.c:8
↓ 1 callersFunctionstrindex
strindex: return index of t in s, -1 if none */
C/The C Programming Language 2nd Edition/5 - Pointers and Arrays/exc-5-6/strindex.c:4
↓ 1 callersFunctionstrindex
strindex: return index of t in s, -1 if none */
C/The C Programming Language 2nd Edition/examples/strindex.c:37
↓ 1 callersFunctionstring_uppercase
Should take ownership
Rust/rustlings/solutions/06_move_semantics/move_semantics5.rs:12
↓ 1 callersMethodstringify
(&self)
Rust/rust-by-practice/src/compound_types/enums/enums6.rs:24
↓ 1 callersFunctionstrncat_m
strncat: concatenate n characters of t to the end of s */
C/The C Programming Language 2nd Edition/5 - Pointers and Arrays/exc-5-5.c:38
↓ 1 callersFunctionstrncmp_m
strncmp: compare at most n characters of t with s */
C/The C Programming Language 2nd Edition/5 - Pointers and Arrays/exc-5-5.c:43
↓ 1 callersFunctionstrrindex
strrindex: returns rightmost index of t in s, -1 if none */
C/The C Programming Language 2nd Edition/4 - Functions and Program Structure/exc-4-1.c:21
↓ 1 callersFunctionstrrindexV2
strrindexV2: returns rightmost index of t in s, -1 if none; version 2 */
C/The C Programming Language 2nd Edition/4 - Functions and Program Structure/exc-4-1.c:34
↓ 1 callersFunctionsub
C/Neso Academy/calc.c:4
↓ 1 callersFunctionsum
(x: i32, y: i32)
Rust/rust-by-practice/src/basic_types/statements_and_expressions/statements_and_expressions3.rs:8
↓ 1 callersFunctionsum
(x: i32, y: i32)
Rust/rust-by-practice/src/basic_types/functions/functions1.rs:11
↓ 1 callersFunctionsum
C/Neso Academy/calc.c:3
↓ 1 callersFunctionsum_multiply
(nums: (i32, i32))
Rust/rust-by-practice/src/compound_types/tuple/tuple6.rs:11
↓ 1 callersMethodswim
(&self)
Rust/rust-by-practice/src/generics/trait_object/trait_obj1.rs:7
↓ 1 callersFunctiontake_ownership
Only modify the code below!
Rust/rust-by-practice/src/ownership_and_borrowing/ownership/ownership2.rs:10
↓ 1 callersMethodtick
(&mut self)
Rust/chip8/wasm/src/lib.rs:34
↓ 1 callersMethodtick
()
Rust/chip8/wasm/web/wasm.js:230
↓ 1 callersMethodtick_timers
(&mut self)
Rust/chip8/wasm/src/lib.rs:38
↓ 1 callersMethodtick_timers
()
Rust/chip8/wasm/web/wasm.js:235
↓ 1 callersMethodto_centimeters
(&self)
Rust/rust-by-practice/src/generics/traits/traits2.rs:10
↓ 1 callersFunctionto_parts
(n: f32)
Rust/rust-in-action/visualizing-f32.rs:18
↓ 1 callersFunctiontotal_cost
Don't change this function.
Rust/rustlings/solutions/13_error_handling/errors3.rs:8
↓ 1 callersFunctiontransformer
TODO: Complete the function as described above.
Rust/rustlings/solutions/quizzes/quiz2.rs:30
↓ 1 callersFunctionunescape
C/The C Programming Language 2nd Edition/3 - Control Flow/exc-3-2.c:75
↓ 1 callersFunctionungetch
ungetch: push character back on input */
C/The C Programming Language 2nd Edition/5 - Pointers and Arrays/exc-5-1.c:62
↓ 1 callersFunctionungetch
ungetch: push character back on input */
C/The C Programming Language 2nd Edition/5 - Pointers and Arrays/exc-5-2.c:68
↓ 1 callersFunctionungetch
ungetch: push character back on input */
C/The C Programming Language 2nd Edition/5 - Pointers and Arrays/exc-5-6/getop.c:38
↓ 1 callersFunctionungetch
ungetch: push character back on input */
C/The C Programming Language 2nd Edition/4 - Functions and Program Structure/exc-4-4.c:139
↓ 1 callersFunctionungetch
ungetch: push character back on input */
C/The C Programming Language 2nd Edition/4 - Functions and Program Structure/exc-4-6.c:130
↓ 1 callersFunctionungetch
ungetch: push character back onto the input */
C/The C Programming Language 2nd Edition/examples/month_name.c:67
↓ 1 callersFunctionungetch
ungetch: push character back on input */
C/The C Programming Language 2nd Edition/examples/getint.c:58
↓ 1 callersFunctionungetch
ungetch: push character back on input */
C/The C Programming Language 2nd Edition/examples/polish_calc/getch.c:14
↓ 1 callersMethodupdate
(&mut self)
Rust/rust-in-action/particles/src/main.rs:66
↓ 1 callersFunctionvec_loop
(input: &[i32])
Rust/rustlings/solutions/05_vecs/vecs2.rs:1
↓ 1 callersFunctionvec_map
(input: &[i32])
Rust/rustlings/solutions/05_vecs/vecs2.rs:20
← previousnext →601–700 of 2,101, ranked by callers