MCPcopy Create free account

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

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

↓ 1 callersFunctionPlayerIsFaster
()
C#/Minigame/Final/Program.cs:91
↓ 1 callersFunctionPlayerIsSick
()
C#/Minigame/Final/Program.cs:85
↓ 1 callersFunctionPrint
C/freeCodeCamp/Data Structures/queue-array.c:61
↓ 1 callersFunctionPrintCircleArea
(int radius)
C#/Parameters/Program.cs:6
↓ 1 callersFunctionPrintCircleCircumference
(int radius)
C#/Parameters/Program.cs:13
↓ 1 callersFunctionPrintGroup
(string[,] groups)
C#/ZooApp/Program.cs:60
↓ 1 callersFunctionProcess1
(String[] userEntries)
C#/ThrowExceptions101/Program.cs:38
↓ 1 callersFunctionRacer
(a, b string)
Go/Learn Go with Tests/select/racer.go:11
↓ 1 callersFunctionRandomizeAnimals
()
C#/ZooApp/Program.cs:33
↓ 1 callersFunctionRollDice
()
C#/ReturnMethods/Program.cs:37
↓ 1 callersMethodSetUrlVisited
SetUrlVisited sets the value for the given key.
Go/A Tour of Go/go_web_crawler/web_crawler.go:20
↓ 1 callersFunctionSickness
()
C#/Minigame/Starter/Program.cs:67
↓ 1 callersMethodSleep
()
Go/Learn Go with Tests/mocking/main.go:22
↓ 1 callersFunctionSpeedBonus
()
C#/Minigame/Starter/Program.cs:62
↓ 1 callersFunctionSumFloats
SumFloats adds together the values of m.
Go/A Tour of Go/go_generics/generics.go:49
↓ 1 callersFunctionSumInts
SumInts adds together the values of m.
Go/A Tour of Go/go_generics/generics.go:40
↓ 1 callersFunctionTerminalResized
()
C#/Minigame/Final/Program.cs:58
↓ 1 callersFunctionTerminalResized
()
C#/Minigame/Starter/Program.cs:52
↓ 1 callersMethodUrlVisited
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 callersFunctionWinOrLose
(int roll, int target)
C#/ReturnMethods/Program.cs:42
↓ 1 callersFunctionWorkflow1
(string[][] userEnteredValues)
C#/ThrowExceptions101/Program.cs:19
↓ 1 callersMethod__destroy_into_raw
()
Rust/chip8/wasm/web/wasm.js:199
↓ 1 callersFunction__wbg_load
(module, imports)
Rust/chip8/wasm/web/wasm.js:264
↓ 1 callersFunctionabFree
C/kilo/kilo.c:755
↓ 1 callersFunctionadd_to_waitlist
()
Rust/rust-by-practice/src/crate_mod/hello_package/src/front_of_house/hosting.rs:1
↓ 1 callersMethodadd_xy
(&mut self, x: u8, y: u8)
Rust/rust-in-action/chip_8/src/main.rs:133
↓ 1 callersFunctionalloc
C/The C Programming Language 2nd Edition/5 - Pointers and Arrays/exc-5-14.c:96
↓ 1 callersFunctionalloc
C/The C Programming Language 2nd Edition/5 - Pointers and Arrays/exc-5-15.c:102
↓ 1 callersFunctionalloc
C/The C Programming Language 2nd Edition/5 - Pointers and Arrays/exc-5-16.c:190
↓ 1 callersFunctionalloc
C/The C Programming Language 2nd Edition/5 - Pointers and Arrays/exc-5-17.c:257
↓ 1 callersMethodand_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 callersFunctionany
C/The C Programming Language 2nd Edition/2 - Types, Operators, and Expressions/exc-2-5.c:8
↓ 1 callersMethodappend_bar
TODO: Implement `AppendBar` for the type `String`.
Rust/rustlings/solutions/15_traits/traits1.rs:9
↓ 1 callersMethodappend_bar
(mut self)
Rust/rustlings/solutions/15_traits/traits2.rs:8
↓ 1 callersFunctionapply
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 callersFunctionarea
C/Neso Academy/rect.c:13
↓ 1 callersFunctionarray_and_vec
()
Rust/rustlings/solutions/05_vecs/vecs1.rs:1
↓ 1 callersFunctionassertError
(t testing.TB, got error, want error)
Go/Learn Go with Tests/pointers/wallet_test.go:48
↓ 1 callersFunctionassertNoError
(t testing.TB, got error)
Go/Learn Go with Tests/pointers/wallet_test.go:41
↓ 1 callersFunctionatof
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 callersFunctionatoi2
The expression in the for loop can be replaced using isdigit: */
C/The C Programming Language 2nd Edition/examples/atoi.c:15
↓ 1 callersFunctionbiggest_float
C/McCullough/files/returnPointer.c:19
↓ 1 callersFunctionbinsearch
C/The C Programming Language 2nd Edition/3 - Control Flow/exc-3-1.c:16
↓ 1 callersFunctionbinsearch
binsearch: find x in v[0] <= v[1] <= ... <= v[n - 1] */
C/The C Programming Language 2nd Edition/examples/binsearch.c:4
↓ 1 callersFunctionbirthday
C/learn-c/11-func-arguments-pointers.c:12
↓ 1 callersFunctionborrow_object
(s: &String)
Rust/rust-by-practice/src/ownership_and_borrowing/ref_and_borrowing/ref_and_borrowing3.rs:10
↓ 1 callersFunctionborrow_object
(s: &String)
Rust/rust-by-practice/src/ownership_and_borrowing/ref_and_borrowing/ref_and_borrowing9.rs:12
↓ 1 callersFunctionborrow_object
(s: &mut String)
Rust/rust-by-practice/src/ownership_and_borrowing/ref_and_borrowing/ref_and_borrowing8.rs:10
↓ 1 callersFunctionbuild_person
(name: String, age: u8)
Rust/rust-by-practice/src/compound_types/structs/structs5.rs:17
↓ 1 callersMethodcall
(&self)
Rust/rustlings/solutions/08_enums/enums2.rs:18
↓ 1 callersFunctioncall_foo
(arg: i32)
Rust/Inline Assembly/11-abi.rs:9
↓ 1 callersFunctioncall_me
(num: u8)
Rust/rustlings/solutions/02_functions/functions3.rs:1
↓ 1 callersFunctioncall_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 callersFunctioncall_me
TODO: Add the missing type of the argument `num` after the colon `:`.
Rust/rustlings/solutions/02_functions/functions2.rs:2
↓ 1 callersFunctioncapitalize_first
TODO: Complete the `capitalize_first` function. "hello" -> "Hello"
Rust/rustlings/solutions/18_iterators/iterators2.rs:6
↓ 1 callersFunctioncapitalize_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 callersMethodcaught
(&self)
Rust/Algorithms and Data Structures/fcc/src/solutions/everything_be_true.rs:48
↓ 1 callersMethodchange_color
(&mut self, red: u8, green: u8, blue: u8)
Rust/rustlings/solutions/08_enums/enums3.rs:38
↓ 1 callersFunctionchange_value
C/McCullough/files/changeFuncArgVars.c:17
↓ 1 callersFunctioncheck_color
(p: Point)
Rust/rust-by-practice/src/compound_types/structs/structs3.rs:11
↓ 1 callersMethodcmp_display
(&self)
Rust/rust-by-practice/src/generics/traits/traits8.rs:14
↓ 1 callersMethodcompetency
(&self)
Rust/rust-in-action/rpg/src/main.rs:40
↓ 1 callersMethodcomplete
(&mut self, key: &String)
Rust/FCC/todo-cli/src/main.rs:68
↓ 1 callersFunctioncopy
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 callersFunctioncountDownFrom
(from int)
Go/Learn Go with Tests/mocking/main.go:34
↓ 1 callersFunctioncount_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 callersFunctioncranges
C/The C Programming Language 2nd Edition/2 - Types, Operators, and Expressions/exc-2-1.c:40
↓ 1 callersFunctioncreate_fn
Fill in the blank using two aproaches, and fix the errror */
Rust/rust-by-practice/src/functional_programming/closure/closure10.rs:3
↓ 1 callersFunctioncreate_order_template
()
Rust/rustlings/solutions/07_structs/structs2.rs:12
↓ 1 callersFunctioncube
C/freeCodeCamp/returnStatement.c:12
↓ 1 callersFunctioncurrent_favorite_color
TODO: Fix the compiler error without changing the function signature.
Rust/rustlings/solutions/09_strings/strings1.rs:2
↓ 1 callersFunctionday_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 callersFunctionday_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 callersFunctionday_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 callersFunctiondebugString
(val)
Rust/chip8/wasm/web/wasm.js:50
↓ 1 callersFunctiondecode
(sign: u32, exponent: u32, fraction: u32)
Rust/rust-in-action/visualizing-f32.rs:28
↓ 1 callersFunctiondefine_x
()
Rust/rust-by-practice/src/variables/variables4.rs:6
↓ 1 callersMethoddeliver
(&mut self, recipient: &CubeSat)
Rust/rust-in-action/cubesats/src/main.rs:26
↓ 1 callersFunctiondetab
C/The C Programming Language 2nd Edition/1 - A Tutorial Introduction/exc-1-20.c:39
↓ 1 callersFunctiondetailLayout
(gist: Nullable<Gist>)
Rust/tauri/github_demo/src/components/gist/PublicGists.tsx:30
↓ 1 callersMethoddisplay
(&self)
Rust/rust-by-practice/src/collection_types/vector/vector8.rs:7
↓ 1 callersFunctiondivi
C/Neso Academy/calc.c:6
↓ 1 callersFunctiondivide
(x: u8, y: u8)
Rust/rust-by-practice/src/result_panic/panic/panic2.rs:19
↓ 1 callersFunctiondo_something_with_unit
Fill the blank to make the code work
Rust/rust-by-practice/src/compound_types/structs/structs2.rs:17
↓ 1 callersFunctiondraw_screen
(emu: &Emulator, canvas: &mut Canvas<Window>)
Rust/chip8/desktop/src/main.rs:75
↓ 1 callersMethoddraw_screen
* @param {number} scale
Rust/chip8/wasm/web/wasm.js:259
↓ 1 callersFunctiondraw_with_box
(x: Box<dyn Draw>)
Rust/rust-by-practice/src/generics/trait_object/trait_obj3.rs:31
↓ 1 callersFunctiondraw_with_ref
(x: &dyn Draw)
Rust/rust-by-practice/src/generics/trait_object/trait_obj3.rs:35
↓ 1 callersFunctiondrink
FILL the blanks
Rust/rust-by-practice/src/result_panic/panic/panic1.rs:2
↓ 1 callersFunctiondropObject
(idx)
Rust/chip8/wasm/web/wasm.js:11
↓ 1 callersFunctiondynamic_dispatch
Implement below with trait objects.
Rust/rust-by-practice/src/generics/trait_object/trait_obj4.rs:24
↓ 1 callersMethodecho
(&mut self, s: String)
Rust/rustlings/solutions/08_enums/enums3.rs:34
↓ 1 callersFunctioneditorDelChar
C/kilo/kilo.c:569
↓ 1 callersFunctioneditorDelRow
C/kilo/kilo.c:506
↓ 1 callersFunctioneditorDrawMessageBar
C/kilo/kilo.c:872
↓ 1 callersFunctioneditorDrawRows
C/kilo/kilo.c:773
↓ 1 callersFunctioneditorDrawStatusBar
C/kilo/kilo.c:845
↓ 1 callersFunctioneditorFind
C/kilo/kilo.c:717
↓ 1 callersFunctioneditorFreeRow
C/kilo/kilo.c:500
↓ 1 callersFunctioneditorInsertChar
editor operations ***/
C/kilo/kilo.c:547
← previousnext →301–400 of 2,101, ranked by callers