MCPcopy Create free account

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

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

↓ 1 callersFunctionvec_map_example
(input: &[i32])
Rust/rustlings/solutions/05_vecs/vecs2.rs:13
↓ 1 callersFunctionwrite_numbers_to_file
()
Rust/rust-in-action/write123/src/main.rs:5
↓ 1 callersFunctionwritelines
writelines: write output lines */
C/The C Programming Language 2nd Edition/5 - Pointers and Arrays/exc-5-14.c:68
↓ 1 callersFunctionwritelines
writelines: write output lines */
C/The C Programming Language 2nd Edition/5 - Pointers and Arrays/exc-5-7.c:53
↓ 1 callersFunctionwritelines
writelines: write output lines */
C/The C Programming Language 2nd Edition/5 - Pointers and Arrays/exc-5-15.c:74
↓ 1 callersFunctionwritelines
writelines: write output lines */
C/The C Programming Language 2nd Edition/5 - Pointers and Arrays/exc-5-16.c:164
↓ 1 callersFunctionwritelines
writelines: write output lines */
C/The C Programming Language 2nd Edition/5 - Pointers and Arrays/exc-5-17.c:229
↓ 1 callersMethodxor_xy
(8xy2) Set `vx` equal to the bitwise `XOR` of the values in `vx` and `vy`
Rust/rust-in-action/chip_8/src/main.rs:126
FunctionApp
()
Rust/tauri/github_demo/src/App.tsx:7
MethodArea
()
Go/Learn Go with Tests/structs/shapes.go:14
MethodArea
()
Go/Learn Go with Tests/structs/shapes.go:22
MethodArea
()
Go/Learn Go with Tests/structs/shapes.go:31
MethodAt
At returns the color of the pixel at (x, y). At(Bounds().Min.X, Bounds().Min.Y) returns the upper-left pixel of the grid. At(Bounds().Max.X-1, Bounds(
Go/A Tour of Go/go_images/images.go:25
FunctionAuthContextProvider
({ children })
Rust/tauri/github_demo/src/components/context/AuthContext.tsx:17
FunctionAuthModal
({ shouldShowMedal, onSubmit, onCancel })
Rust/tauri/github_demo/src/components/context/AuthModal.tsx:10
FunctionBenchmarkCheckWebsites
(b *testing.B)
Go/Learn Go with Tests/concurrency/check_websites_benchmark_test.go:13
FunctionBenchmarkRepeat
(b *testing.B)
Go/Learn Go with Tests/for/iteration_test.go:30
MethodBounds
Bounds returns the domain for which At can return non-zero color. The bounds do not necessarily contain the point (0, 0).
Go/A Tour of Go/go_images/images.go:18
MethodColorModel
ColorModel returns the Image's color model.
Go/A Tour of Go/go_images/images.go:12
FunctionCreateGist
()
Rust/tauri/github_demo/src/components/gist/CreateGist.tsx:9
FunctionDogView
()
Rust/hot_dog/src/components/view.rs:10
MethodError
()
Go/A Tour of Go/go_errors/errors.go:7
FunctionExampleAdd
()
Go/Learn Go with Tests/integers/adder_test.go:17
FunctionExampleRepeat
()
Go/Learn Go with Tests/for/iteration_test.go:36
FunctionFavorites
()
Rust/hot_dog/src/components/favorites.rs:4
MethodFetch
(url string)
Go/A Tour of Go/go_web_crawler/web_crawler.go:87
FunctionFront
C/freeCodeCamp/Data Structures/queue-array.c:82
FunctionGistDetails
({ gist })
Rust/tauri/github_demo/src/components/gist/GistDetails.tsx:12
FunctionHellos
Hellos returns a map that associates each of the named people with a greeting message.
Go/A Tour of Go/go_library/greetings/greetings.go:23
FunctionListItem
({ item, onSelect, selectedItem, title }: Props<T>)
Rust/tauri/github_demo/src/components/ListItem.tsx:12
FunctionMasterDetail
({ title, items, getItemDescription, detailLayout, }: Props<T>)
Rust/tauri/github_demo/src/components/MasterDetail.tsx:13
FunctionMyGreeterHandler
(w http.ResponseWriter, r *http.Request)
Go/Learn Go with Tests/di/di.go:14
FunctionNavBar
()
Rust/tauri/github_demo/src/components/NavBar.tsx:44
FunctionNavBar
()
Rust/hot_dog/src/components/nav.rs:5
FunctionPic
(dx, dy int)
Go/A Tour of Go/go_slices/main.go:5
FunctionPrivateGists
()
Rust/tauri/github_demo/src/components/gist/PrivateGists.tsx:10
FunctionPrivateRepositories
()
Rust/tauri/github_demo/src/components/repository/PrivateRepositories.tsx:10
FunctionPublicGists
()
Rust/tauri/github_demo/src/components/gist/PublicGists.tsx:9
FunctionPublicRepositories
()
Rust/tauri/github_demo/src/components/repository/PublicRepositories.tsx:9
MethodRead
(bytes []byte)
Go/A Tour of Go/go_rot13reader/rot13reader.go:13
MethodRead
(bytes []byte)
Go/A Tour of Go/go_readers/readers.go:7
FunctionRepositoryDetails
({ repository, token = null })
Rust/tauri/github_demo/src/components/repository/RepositoryDetails.tsx:12
MethodSetDurationSlept
(duration time.Duration)
Go/Learn Go with Tests/mocking/countdown_test.go:30
MethodSleep
()
Go/Learn Go with Tests/mocking/countdown_test.go:17
MethodString
()
Go/A Tour of Go/go_stringers/stringers.go:11
FunctionTestAdd
(t *testing.T)
Go/Learn Go with Tests/maps/dictionary_test.go:27
FunctionTestAdder
(t *testing.T)
Go/Learn Go with Tests/integers/adder_test.go:8
FunctionTestArea
(t *testing.T)
Go/Learn Go with Tests/structs/shapes_test.go:5
FunctionTestCheckWebsites
(t *testing.T)
Go/Learn Go with Tests/concurrency/check_website_test.go:12
FunctionTestConfigurableSleeper
(t *testing.T)
Go/Learn Go with Tests/mocking/countdown_test.go:70
FunctionTestCountdown
(t *testing.T)
Go/Learn Go with Tests/mocking/countdown_test.go:34
FunctionTestDelete
(t *testing.T)
Go/Learn Go with Tests/maps/dictionary_test.go:74
FunctionTestGreet
(t *testing.T)
Go/Learn Go with Tests/di/di_test.go:8
FunctionTestHello
(t *testing.T)
Go/Learn Go with Tests/helloworld/hello_test.go:5
FunctionTestHelloEmpty
TestHelloEmpty calls greetings.Hello with an empty string, checking for an error.
Go/A Tour of Go/go_library/greetings/greetings_test.go:21
FunctionTestHelloName
TestHelloName calls greetings.Hello with a name, checking for a valid return value.
Go/A Tour of Go/go_library/greetings/greetings_test.go:10
FunctionTestRacer
(t *testing.T)
Go/Learn Go with Tests/select/racer_test.go:10
FunctionTestRepeat
(t *testing.T)
Go/Learn Go with Tests/for/iteration_test.go:8
FunctionTestSearch
(t *testing.T)
Go/Learn Go with Tests/maps/dictionary_test.go:5
FunctionTestSum
(t *testing.T)
Go/Learn Go with Tests/arrays/sum_test.go:8
FunctionTestSumAllTails
(t *testing.T)
Go/Learn Go with Tests/arrays/sum_test.go:19
FunctionTestUpdate
(t *testing.T)
Go/Learn Go with Tests/maps/dictionary_test.go:50
FunctionTestWalk
(t *testing.T)
Go/Learn Go with Tests/reflection/reflection_test.go:8
FunctionTestWallet
(t *testing.T)
Go/Learn Go with Tests/pointers/wallet_test.go:7
FunctionUserGrid
({ users })
Rust/tauri/github_demo/src/components/repository/GithubUserGrid.tsx:8
FunctionWordCount
(s string)
Go/A Tour of Go/go_maps/maps.go:8
Function__wbg_init
(input)
Rust/chip8/wasm/web/wasm.js:511
Methodadd
(self, _rhs: Bar)
Rust/rust-by-practice/src/generics/traits/traits4.rs:17
Methodadd_one
Annotate lifetimes as in a standalone function.
Rust/rust-by-practice/src/lifetime/basic/basic10.rs:19
Functionadd_two
FILL in the blank in two ways: map, and then
Rust/rust-by-practice/src/result_panic/result/result4.rs:4
Functionadd_two
Add two to the given value and return a new value # Examples ``` let arg = 5; let answer = doc_comments::add_two(arg); assert_eq!(7, answer); ```
Rust/rust-by-practice/src/crate_mod/doc-comments/src/lib.rs:31
Functionadd_two
(a: i32, b: i32)
Rust/Algorithms and Data Structures/fcc/src/solutions/arguments_optional.rs:20
Functionadd_two
(a: i32, b: i32)
Rust/Algorithms and Data Structures/fcc/src/exercises/arguments_optional.rs:22
Functionafree
afree: free storage pointed to by p */
C/The C Programming Language 2nd Edition/examples/alloc.c:28
Functionall_fruit_types_in_basket
()
Rust/rustlings/solutions/11_hashmaps/hashmaps2.rs:79
Functionalloc
alloc: return pointer to n characters */
C/The C Programming Language 2nd Edition/examples/alloc.c:10
Methodalloc
(&self, layout: Layout)
Rust/rust-in-action/particles/src/main.rs:13
Functionanimal_habitat
(animal: &str)
Rust/rustlings/solutions/03_if/if3.rs:1
Functionapp
()
Rust/hot_dog/src/main.rs:21
Functionapply_to_3
A function which takes a closure and returns an `i32`.
Rust/rust-by-practice/src/functional_programming/closure/closure7.rs:14
Functionapply_velocity
(mut query: Query<(&mut Transform, &Velocity)>, time_step: Res<FixedTime>)
Rust/bevy/bevy_breakout/src/main.rs:314
Methodarea
(&self)
Rust/rust-by-practice/src/method_associated_functions/method5.rs:8
Methodarea
Complete the area method which return the area of a Rectangle.
Rust/rust-by-practice/src/method_associated_functions/method1.rs:8
Functionat_least_five_fruits
()
Rust/rustlings/solutions/11_hashmaps/hashmaps1.rs:38
Functionat_least_five_types_of_fruits
()
Rust/rustlings/solutions/11_hashmaps/hashmaps2.rs:63
Functionat_least_three_types_of_fruits
()
Rust/rustlings/solutions/11_hashmaps/hashmaps1.rs:32
Functionatoi1
atoi: convert s (ASCII) to integer */
C/The C Programming Language 2nd Edition/examples/atoi.c:5
Functionaverage
(values: &[f64])
Rust/rustlings/solutions/23_conversions/using_as.rs:5
Functionbigger
(a: i32, b: i32)
Rust/rustlings/solutions/03_if/if1.rs:1
Functionbinary_agent
(s: &str)
Rust/Algorithms and Data Structures/fcc/src/solutions/binary_agents.rs:6
Functionbinary_agent
(s: &str)
Rust/Algorithms and Data Structures/fcc/src/exercises/binary_agents.rs:7
Functionbuild_scores
()
Rust/rustlings/solutions/11_hashmaps/hashmaps3.rs:61
Functionbyte_counter
Obtain the number of bytes (not characters) in the given argument (`.len()` returns the number of bytes in a string). TODO: Add the `AsRef` trait appr
Rust/rustlings/solutions/23_conversions/as_ref_mut.rs:8
Functioncalculate_price_of_apples
TODO: Write a function that calculates the price of an order of apples given the quantity bought.
Rust/rustlings/solutions/quizzes/quiz1.rs:13
Functioncalculate_transport_fees
()
Rust/rustlings/solutions/07_structs/structs3.rs:78
Methodcan_hold
(&self, other: &Rectangle)
Rust/rust-by-practice/src/method_associated_functions/method5.rs:14
Functioncannot_extract_ident_beginning_with_number
()
Rust/eldiro_v1/crates/eldiro/src/utils.rs:151
Functioncannot_parse_binding_def_without_space_after_let
()
Rust/eldiro_v1/crates/eldiro/src/binding_def.rs:63
Functioncapitalize_words_string
TODO: Apply the `capitalize_first` function again to a slice of string slices. Return a single string. ["hello", " ", "world"] -> "Hello World"
Rust/rustlings/solutions/18_iterators/iterators2.rs:24
Functioncase_insensitive
()
Rust/The Rust Programming Language Book/minigrep/src/lib.rs:82
← previousnext →701–800 of 2,101, ranked by callers