Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/3rfaan/courses
/ functions
Functions
2,101 in github.com/3rfaan/courses
⨍
Functions
2,101
◇
Types & classes
361
↓ 1 callers
Method
quack
(&self)
Rust/rust-by-practice/src/generics/trait_object/trait_obj2.rs:19
↓ 1 callers
Method
quit
(&mut self)
Rust/rustlings/solutions/08_enums/enums3.rs:42
↓ 1 callers
Function
rand
rand: return pseudo-random integer on 0..32767 */
C/The C Programming Language 2nd Edition/examples/rand.c:4
↓ 1 callers
Function
randomFormat
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 callers
Function
random_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 callers
Function
read_numbers_from_file
()
Rust/rust-in-action/write123/src/main.rs:24
↓ 1 callers
Method
read_opcode
(&self)
Rust/rust-in-action/chip_8/src/main.rs:11
↓ 1 callers
Function
readargs
readargs: read program arguments */
C/The C Programming Language 2nd Edition/5 - Pointers and Arrays/exc-5-17.c:51
↓ 1 callers
Function
readlines
readlines: read input lines */
C/The C Programming Language 2nd Edition/5 - Pointers and Arrays/exc-5-14.c:50
↓ 1 callers
Function
readlines
readlines: read input lines */
C/The C Programming Language 2nd Edition/5 - Pointers and Arrays/exc-5-7.c:33
↓ 1 callers
Function
readlines
readlines: read input lines */
C/The C Programming Language 2nd Edition/5 - Pointers and Arrays/exc-5-15.c:56
↓ 1 callers
Function
readlines
readlines: read input lines */
C/The C Programming Language 2nd Edition/5 - Pointers and Arrays/exc-5-16.c:135
↓ 1 callers
Function
readlines
readlines: read input lines */
C/The C Programming Language 2nd Edition/5 - Pointers and Arrays/exc-5-17.c:211
↓ 1 callers
Function
reg_fn
(_s: S)
Rust/rust-by-practice/src/generics/generics/generics1.rs:6
↓ 1 callers
Function
remove_by_value
C/learn-c/15-linked-lists.c:39
↓ 1 callers
Method
remove_shapes
(&mut self, n: i32)
Rust/rust-in-action/particles/src/main.rs:93
↓ 1 callers
Method
reset
()
Rust/chip8/wasm/web/wasm.js:240
↓ 1 callers
Method
resize
(&mut self, width: u64, height: u64)
Rust/rustlings/solutions/08_enums/enums3.rs:25
↓ 1 callers
Method
ret
(00ee) RET return from the current sub-routine
Rust/rust-in-action/chip_8/src/main.rs:56
↓ 1 callers
Function
return_me
C/McCullough/files/voidPointer.c:18
↓ 1 callers
Function
reverse
reverse: reverse string s in place */
C/The C Programming Language 2nd Edition/5 - Pointers and Arrays/exc-5-6/itoa.c:30
↓ 1 callers
Function
reverse
reverse: reverse string s in place */
C/The C Programming Language 2nd Edition/4 - Functions and Program Structure/exc-4-13.c:19
↓ 1 callers
Function
reverse
reverse: reverse string s in place */
C/The C Programming Language 2nd Edition/3 - Control Flow/exc-3-6.c:41
↓ 1 callers
Function
reverse
reverse: reverse string s in place */
C/The C Programming Language 2nd Edition/3 - Control Flow/exc-3-4.c:39
↓ 1 callers
Function
reverse
reverse: reverse string s in place */
C/The C Programming Language 2nd Edition/3 - Control Flow/exc-3-5.c:62
↓ 1 callers
Function
reverse
reverse: reverse string s in place */
C/The C Programming Language 2nd Edition/examples/reverse.c:5
↓ 1 callers
Function
reverse
reverse: reverse string s in place */
C/The C Programming Language 2nd Edition/examples/itoa.c:37
↓ 1 callers
Function
reverse
C/The C Programming Language 2nd Edition/1 - A Tutorial Introduction/exc-1-19.c:39
↓ 1 callers
Function
reverse
C/freeCodeCamp/Data Structures/reverse-linked-list.c:14
↓ 1 callers
Function
reverser
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 callers
Function
rightrot
C/The C Programming Language 2nd Edition/2 - Types, Operators, and Expressions/exc-2-8.c:27
↓ 1 callers
Method
role
(&self)
Rust/Algorithms and Data Structures/fcc/src/solutions/everything_be_true.rs:27
↓ 1 callers
Function
run
(input: &str, env: &mut eldiro::Env)
Rust/eldiro_v1/crates/eldiro-cli/src/main.rs:27
↓ 1 callers
Function
run
(config: Config)
Rust/The Rust Programming Language Book/minigrep/src/lib.rs:35
↓ 1 callers
Function
run
()
Rust/chip8/wasm/web/index.js:19
↓ 1 callers
Method
run
(&self)
Rust/Asynchronous Programming/timer_future/src/main.rs:20
↓ 1 callers
Function
search
(query: &str, contents: &'a str)
Rust/The Rust Programming Language Book/minigrep/src/lib.rs:50
↓ 1 callers
Function
search
C/freeCodeCamp/Data Structures/binary-search-tree.c:39
↓ 1 callers
Function
search_case_insensitive
(query: &str, contents: &'a str)
Rust/The Rust Programming Language Book/minigrep/src/lib.rs:57
↓ 1 callers
Function
send_tx
(q: Queue, tx: mpsc::Sender<u32>)
Rust/rustlings/solutions/20_threads/threads3.rs:17
↓ 1 callers
Function
sequence1
( 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 callers
Function
serve_order
()
Rust/rust-by-practice/src/crate_mod/hello_package/src/front_of_house/serving.rs:2
↓ 1 callers
Function
set_email
(u: User)
Rust/rust-by-practice/src/compound_types/structs/structs6.rs:21
↓ 1 callers
Method
set_full_name
(&mut self, first_name: &str, last_name: &str)
Rust/Algorithms and Data Structures/fcc/src/solutions/make_a_person.rs:49
↓ 1 callers
Method
set_full_name
(&mut self, first_name: &str, last_name: &str)
Rust/Algorithms and Data Structures/fcc/src/exercises/make_a_person.rs:45
↓ 1 callers
Method
set_last_name
(&mut self, last_name: &str)
Rust/Algorithms and Data Structures/fcc/src/solutions/make_a_person.rs:45
↓ 1 callers
Method
set_last_name
(&mut self, last_name: &str)
Rust/Algorithms and Data Structures/fcc/src/exercises/make_a_person.rs:41
↓ 1 callers
Function
set_time_span
C/playground/greeting.c:29
↓ 1 callers
Function
setbits
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 callers
Function
setbitsV2
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 callers
Function
settab
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 callers
Function
shellsort
shellsort: sort v[0]...v[n-1] into increasing order */
C/The C Programming Language 2nd Edition/examples/shellsort.c:25
↓ 1 callers
Function
shoes_in_size
(shoes: Vec<Shoe>, shoe_size: u32)
Rust/rust-by-practice/src/functional_programming/iterator/iterator12.rs:7
↓ 1 callers
Function
show_message
(msg: Message)
Rust/rust-by-practice/src/compound_types/enums/enums4.rs:22
↓ 1 callers
Function
show_message
(msg: Message)
Rust/rust-by-practice/src/pattern_match/matches/matches3.rs:23
↓ 1 callers
Method
show_state
(&self)
Rust/rust-by-practice/src/method_associated_functions/method2.rs:8
↓ 1 callers
Method
sne
(4xkk) Skip next instruction if register `vx` is NOT equal to `kk`
Rust/rust-in-action/chip_8/src/main.rs:93
↓ 1 callers
Method
some_function
(&self)
Rust/rustlings/solutions/15_traits/traits5.rs:2
↓ 1 callers
Function
square
TODO: Fix the function body without changing the signature.
Rust/rustlings/solutions/02_functions/functions5.rs:2
↓ 1 callers
Function
squeeze
C/The C Programming Language 2nd Edition/2 - Types, Operators, and Expressions/exc-2-4.c:6
↓ 1 callers
Function
srand
srand: set seed for rand() */
C/The C Programming Language 2nd Edition/examples/rand.c:10
↓ 1 callers
Function
static_dispatch
IMPLEMENT below with generics.
Rust/rust-by-practice/src/generics/trait_object/trait_obj4.rs:18
↓ 1 callers
Function
strcatV1
strcat: concatentate t to end of s; s must be big enough */
C/The C Programming Language 2nd Edition/examples/strcat.c:4
↓ 1 callers
Function
strcat_m
Concatenate t to s. */
C/The C Programming Language 2nd Edition/5 - Pointers and Arrays/exc-5-3.c:24
↓ 1 callers
Function
strend
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 callers
Function
strindex
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 callers
Function
strindex
strindex: return index of t in s, -1 if none */
C/The C Programming Language 2nd Edition/examples/strindex.c:37
↓ 1 callers
Function
string_uppercase
Should take ownership
Rust/rustlings/solutions/06_move_semantics/move_semantics5.rs:12
↓ 1 callers
Method
stringify
(&self)
Rust/rust-by-practice/src/compound_types/enums/enums6.rs:24
↓ 1 callers
Function
strncat_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 callers
Function
strncmp_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 callers
Function
strrindex
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 callers
Function
strrindexV2
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 callers
Function
sub
C/Neso Academy/calc.c:4
↓ 1 callers
Function
sum
(x: i32, y: i32)
Rust/rust-by-practice/src/basic_types/statements_and_expressions/statements_and_expressions3.rs:8
↓ 1 callers
Function
sum
(x: i32, y: i32)
Rust/rust-by-practice/src/basic_types/functions/functions1.rs:11
↓ 1 callers
Function
sum
C/Neso Academy/calc.c:3
↓ 1 callers
Function
sum_multiply
(nums: (i32, i32))
Rust/rust-by-practice/src/compound_types/tuple/tuple6.rs:11
↓ 1 callers
Method
swim
(&self)
Rust/rust-by-practice/src/generics/trait_object/trait_obj1.rs:7
↓ 1 callers
Function
take_ownership
Only modify the code below!
Rust/rust-by-practice/src/ownership_and_borrowing/ownership/ownership2.rs:10
↓ 1 callers
Method
tick
(&mut self)
Rust/chip8/wasm/src/lib.rs:34
↓ 1 callers
Method
tick
()
Rust/chip8/wasm/web/wasm.js:230
↓ 1 callers
Method
tick_timers
(&mut self)
Rust/chip8/wasm/src/lib.rs:38
↓ 1 callers
Method
tick_timers
()
Rust/chip8/wasm/web/wasm.js:235
↓ 1 callers
Method
to_centimeters
(&self)
Rust/rust-by-practice/src/generics/traits/traits2.rs:10
↓ 1 callers
Function
to_parts
(n: f32)
Rust/rust-in-action/visualizing-f32.rs:18
↓ 1 callers
Function
total_cost
Don't change this function.
Rust/rustlings/solutions/13_error_handling/errors3.rs:8
↓ 1 callers
Function
transformer
TODO: Complete the function as described above.
Rust/rustlings/solutions/quizzes/quiz2.rs:30
↓ 1 callers
Function
unescape
C/The C Programming Language 2nd Edition/3 - Control Flow/exc-3-2.c:75
↓ 1 callers
Function
ungetch
ungetch: push character back on input */
C/The C Programming Language 2nd Edition/5 - Pointers and Arrays/exc-5-1.c:62
↓ 1 callers
Function
ungetch
ungetch: push character back on input */
C/The C Programming Language 2nd Edition/5 - Pointers and Arrays/exc-5-2.c:68
↓ 1 callers
Function
ungetch
ungetch: push character back on input */
C/The C Programming Language 2nd Edition/5 - Pointers and Arrays/exc-5-6/getop.c:38
↓ 1 callers
Function
ungetch
ungetch: push character back on input */
C/The C Programming Language 2nd Edition/4 - Functions and Program Structure/exc-4-4.c:139
↓ 1 callers
Function
ungetch
ungetch: push character back on input */
C/The C Programming Language 2nd Edition/4 - Functions and Program Structure/exc-4-6.c:130
↓ 1 callers
Function
ungetch
ungetch: push character back onto the input */
C/The C Programming Language 2nd Edition/examples/month_name.c:67
↓ 1 callers
Function
ungetch
ungetch: push character back on input */
C/The C Programming Language 2nd Edition/examples/getint.c:58
↓ 1 callers
Function
ungetch
ungetch: push character back on input */
C/The C Programming Language 2nd Edition/examples/polish_calc/getch.c:14
↓ 1 callers
Method
update
(&mut self)
Rust/rust-in-action/particles/src/main.rs:66
↓ 1 callers
Function
vec_loop
(input: &[i32])
Rust/rustlings/solutions/05_vecs/vecs2.rs:1
↓ 1 callers
Function
vec_map
(input: &[i32])
Rust/rustlings/solutions/05_vecs/vecs2.rs:20
← previous
next →
601–700 of 2,101, ranked by callers