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
Function
PlayerIsFaster
()
C#/Minigame/Final/Program.cs:91
↓ 1 callers
Function
PlayerIsSick
()
C#/Minigame/Final/Program.cs:85
↓ 1 callers
Function
Print
C/freeCodeCamp/Data Structures/queue-array.c:61
↓ 1 callers
Function
PrintCircleArea
(int radius)
C#/Parameters/Program.cs:6
↓ 1 callers
Function
PrintCircleCircumference
(int radius)
C#/Parameters/Program.cs:13
↓ 1 callers
Function
PrintGroup
(string[,] groups)
C#/ZooApp/Program.cs:60
↓ 1 callers
Function
Process1
(String[] userEntries)
C#/ThrowExceptions101/Program.cs:38
↓ 1 callers
Function
Racer
(a, b string)
Go/Learn Go with Tests/select/racer.go:11
↓ 1 callers
Function
RandomizeAnimals
()
C#/ZooApp/Program.cs:33
↓ 1 callers
Function
RollDice
()
C#/ReturnMethods/Program.cs:37
↓ 1 callers
Method
SetUrlVisited
SetUrlVisited sets the value for the given key.
Go/A Tour of Go/go_web_crawler/web_crawler.go:20
↓ 1 callers
Function
Sickness
()
C#/Minigame/Starter/Program.cs:67
↓ 1 callers
Method
Sleep
()
Go/Learn Go with Tests/mocking/main.go:22
↓ 1 callers
Function
SpeedBonus
()
C#/Minigame/Starter/Program.cs:62
↓ 1 callers
Function
SumFloats
SumFloats adds together the values of m.
Go/A Tour of Go/go_generics/generics.go:49
↓ 1 callers
Function
SumInts
SumInts adds together the values of m.
Go/A Tour of Go/go_generics/generics.go:40
↓ 1 callers
Function
TerminalResized
()
C#/Minigame/Final/Program.cs:58
↓ 1 callers
Function
TerminalResized
()
C#/Minigame/Starter/Program.cs:52
↓ 1 callers
Method
UrlVisited
UrlVisited returns the current value of the counter for the given key.
Go/A Tour of Go/go_web_crawler/web_crawler.go:27
↓ 1 callers
Function
WinOrLose
(int roll, int target)
C#/ReturnMethods/Program.cs:42
↓ 1 callers
Function
Workflow1
(string[][] userEnteredValues)
C#/ThrowExceptions101/Program.cs:19
↓ 1 callers
Method
__destroy_into_raw
()
Rust/chip8/wasm/web/wasm.js:199
↓ 1 callers
Function
__wbg_load
(module, imports)
Rust/chip8/wasm/web/wasm.js:264
↓ 1 callers
Function
abFree
C/kilo/kilo.c:755
↓ 1 callers
Function
add_to_waitlist
()
Rust/rust-by-practice/src/crate_mod/hello_package/src/front_of_house/hosting.rs:1
↓ 1 callers
Method
add_xy
(&mut self, x: u8, y: u8)
Rust/rust-in-action/chip_8/src/main.rs:133
↓ 1 callers
Function
alloc
C/The C Programming Language 2nd Edition/5 - Pointers and Arrays/exc-5-14.c:96
↓ 1 callers
Function
alloc
C/The C Programming Language 2nd Edition/5 - Pointers and Arrays/exc-5-15.c:102
↓ 1 callers
Function
alloc
C/The C Programming Language 2nd Edition/5 - Pointers and Arrays/exc-5-16.c:190
↓ 1 callers
Function
alloc
C/The C Programming Language 2nd Edition/5 - Pointers and Arrays/exc-5-17.c:257
↓ 1 callers
Method
and_xy
(8xy2) Set `vx` equal to the bitwise `AND` of the values in `vx` and `vy`
Rust/rust-in-action/chip_8/src/main.rs:118
↓ 1 callers
Function
any
C/The C Programming Language 2nd Edition/2 - Types, Operators, and Expressions/exc-2-5.c:8
↓ 1 callers
Method
append_bar
TODO: Implement `AppendBar` for the type `String`.
Rust/rustlings/solutions/15_traits/traits1.rs:9
↓ 1 callers
Method
append_bar
(mut self)
Rust/rustlings/solutions/15_traits/traits2.rs:8
↓ 1 callers
Function
apply
A function which takes a closure as an argument and calls it. <F> denotes that F is a "Generic type parameter"
Rust/rust-by-practice/src/functional_programming/closure/closure7.rs:5
↓ 1 callers
Function
area
C/Neso Academy/rect.c:13
↓ 1 callers
Function
array_and_vec
()
Rust/rustlings/solutions/05_vecs/vecs1.rs:1
↓ 1 callers
Function
assertError
(t testing.TB, got error, want error)
Go/Learn Go with Tests/pointers/wallet_test.go:48
↓ 1 callers
Function
assertNoError
(t testing.TB, got error)
Go/Learn Go with Tests/pointers/wallet_test.go:41
↓ 1 callers
Function
atof
atof: convert string s to double; pointer version */
C/The C Programming Language 2nd Edition/5 - Pointers and Arrays/exc-5-6/atof.c:5
↓ 1 callers
Function
atoi2
The expression in the for loop can be replaced using isdigit: */
C/The C Programming Language 2nd Edition/examples/atoi.c:15
↓ 1 callers
Function
biggest_float
C/McCullough/files/returnPointer.c:19
↓ 1 callers
Function
binsearch
C/The C Programming Language 2nd Edition/3 - Control Flow/exc-3-1.c:16
↓ 1 callers
Function
binsearch
binsearch: find x in v[0] <= v[1] <= ... <= v[n - 1] */
C/The C Programming Language 2nd Edition/examples/binsearch.c:4
↓ 1 callers
Function
birthday
C/learn-c/11-func-arguments-pointers.c:12
↓ 1 callers
Function
borrow_object
(s: &String)
Rust/rust-by-practice/src/ownership_and_borrowing/ref_and_borrowing/ref_and_borrowing3.rs:10
↓ 1 callers
Function
borrow_object
(s: &String)
Rust/rust-by-practice/src/ownership_and_borrowing/ref_and_borrowing/ref_and_borrowing9.rs:12
↓ 1 callers
Function
borrow_object
(s: &mut String)
Rust/rust-by-practice/src/ownership_and_borrowing/ref_and_borrowing/ref_and_borrowing8.rs:10
↓ 1 callers
Function
build_person
(name: String, age: u8)
Rust/rust-by-practice/src/compound_types/structs/structs5.rs:17
↓ 1 callers
Method
call
(&self)
Rust/rustlings/solutions/08_enums/enums2.rs:18
↓ 1 callers
Function
call_foo
(arg: i32)
Rust/Inline Assembly/11-abi.rs:9
↓ 1 callers
Function
call_me
(num: u8)
Rust/rustlings/solutions/02_functions/functions3.rs:1
↓ 1 callers
Function
call_me
TODO: Add some function with the name `call_me` without arguments or a return value.
Rust/rustlings/solutions/02_functions/functions1.rs:2
↓ 1 callers
Function
call_me
TODO: Add the missing type of the argument `num` after the colon `:`.
Rust/rustlings/solutions/02_functions/functions2.rs:2
↓ 1 callers
Function
capitalize_first
TODO: Complete the `capitalize_first` function. "hello" -> "Hello"
Rust/rustlings/solutions/18_iterators/iterators2.rs:6
↓ 1 callers
Function
capitalize_words_vector
TODO: Apply the `capitalize_first` function to a slice of string slices. Return a vector of strings. ["hello", "world"] -> ["Hello", "World"]
Rust/rustlings/solutions/18_iterators/iterators2.rs:17
↓ 1 callers
Method
caught
(&self)
Rust/Algorithms and Data Structures/fcc/src/solutions/everything_be_true.rs:48
↓ 1 callers
Method
change_color
(&mut self, red: u8, green: u8, blue: u8)
Rust/rustlings/solutions/08_enums/enums3.rs:38
↓ 1 callers
Function
change_value
C/McCullough/files/changeFuncArgVars.c:17
↓ 1 callers
Function
check_color
(p: Point)
Rust/rust-by-practice/src/compound_types/structs/structs3.rs:11
↓ 1 callers
Method
cmp_display
(&self)
Rust/rust-by-practice/src/generics/traits/traits8.rs:14
↓ 1 callers
Method
competency
(&self)
Rust/rust-in-action/rpg/src/main.rs:40
↓ 1 callers
Method
complete
(&mut self, key: &String)
Rust/FCC/todo-cli/src/main.rs:68
↓ 1 callers
Function
copy
copy 'from' into 'to': assume 'to' is big enough */
C/The C Programming Language 2nd Edition/1 - A Tutorial Introduction/exc-1-16.c:53
↓ 1 callers
Function
countDownFrom
(from int)
Go/Learn Go with Tests/mocking/main.go:34
↓ 1 callers
Function
count_iterator
TODO: Implement the functionality of `count_for` but with an iterator instead of a `for` loop.
Rust/rustlings/solutions/18_iterators/iterators5.rs:28
↓ 1 callers
Function
cranges
C/The C Programming Language 2nd Edition/2 - Types, Operators, and Expressions/exc-2-1.c:40
↓ 1 callers
Function
create_fn
Fill in the blank using two aproaches, and fix the errror */
Rust/rust-by-practice/src/functional_programming/closure/closure10.rs:3
↓ 1 callers
Function
create_order_template
()
Rust/rustlings/solutions/07_structs/structs2.rs:12
↓ 1 callers
Function
cube
C/freeCodeCamp/returnStatement.c:12
↓ 1 callers
Function
current_favorite_color
TODO: Fix the compiler error without changing the function signature.
Rust/rustlings/solutions/09_strings/strings1.rs:2
↓ 1 callers
Function
day_of_year
day_of_year: set day of year from month & day */
C/The C Programming Language 2nd Edition/5 - Pointers and Arrays/exc-5-9.c:27
↓ 1 callers
Function
day_of_year
day_of_year: set day of year from month & day */
C/The C Programming Language 2nd Edition/5 - Pointers and Arrays/exc-5-8.c:27
↓ 1 callers
Function
day_of_year
day_of_year: set day of year from month & day */
C/The C Programming Language 2nd Edition/examples/day-converter.c:25
↓ 1 callers
Function
debugString
(val)
Rust/chip8/wasm/web/wasm.js:50
↓ 1 callers
Function
decode
(sign: u32, exponent: u32, fraction: u32)
Rust/rust-in-action/visualizing-f32.rs:28
↓ 1 callers
Function
define_x
()
Rust/rust-by-practice/src/variables/variables4.rs:6
↓ 1 callers
Method
deliver
(&mut self, recipient: &CubeSat)
Rust/rust-in-action/cubesats/src/main.rs:26
↓ 1 callers
Function
detab
C/The C Programming Language 2nd Edition/1 - A Tutorial Introduction/exc-1-20.c:39
↓ 1 callers
Function
detailLayout
(gist: Nullable<Gist>)
Rust/tauri/github_demo/src/components/gist/PublicGists.tsx:30
↓ 1 callers
Method
display
(&self)
Rust/rust-by-practice/src/collection_types/vector/vector8.rs:7
↓ 1 callers
Function
divi
C/Neso Academy/calc.c:6
↓ 1 callers
Function
divide
(x: u8, y: u8)
Rust/rust-by-practice/src/result_panic/panic/panic2.rs:19
↓ 1 callers
Function
do_something_with_unit
Fill the blank to make the code work
Rust/rust-by-practice/src/compound_types/structs/structs2.rs:17
↓ 1 callers
Function
draw_screen
(emu: &Emulator, canvas: &mut Canvas<Window>)
Rust/chip8/desktop/src/main.rs:75
↓ 1 callers
Method
draw_screen
* @param {number} scale
Rust/chip8/wasm/web/wasm.js:259
↓ 1 callers
Function
draw_with_box
(x: Box<dyn Draw>)
Rust/rust-by-practice/src/generics/trait_object/trait_obj3.rs:31
↓ 1 callers
Function
draw_with_ref
(x: &dyn Draw)
Rust/rust-by-practice/src/generics/trait_object/trait_obj3.rs:35
↓ 1 callers
Function
drink
FILL the blanks
Rust/rust-by-practice/src/result_panic/panic/panic1.rs:2
↓ 1 callers
Function
dropObject
(idx)
Rust/chip8/wasm/web/wasm.js:11
↓ 1 callers
Function
dynamic_dispatch
Implement below with trait objects.
Rust/rust-by-practice/src/generics/trait_object/trait_obj4.rs:24
↓ 1 callers
Method
echo
(&mut self, s: String)
Rust/rustlings/solutions/08_enums/enums3.rs:34
↓ 1 callers
Function
editorDelChar
C/kilo/kilo.c:569
↓ 1 callers
Function
editorDelRow
C/kilo/kilo.c:506
↓ 1 callers
Function
editorDrawMessageBar
C/kilo/kilo.c:872
↓ 1 callers
Function
editorDrawRows
C/kilo/kilo.c:773
↓ 1 callers
Function
editorDrawStatusBar
C/kilo/kilo.c:845
↓ 1 callers
Function
editorFind
C/kilo/kilo.c:717
↓ 1 callers
Function
editorFreeRow
C/kilo/kilo.c:500
↓ 1 callers
Function
editorInsertChar
editor operations ***/
C/kilo/kilo.c:547
← previous
next →
301–400 of 2,101, ranked by callers