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
vec_map_example
(input: &[i32])
Rust/rustlings/solutions/05_vecs/vecs2.rs:13
↓ 1 callers
Function
write_numbers_to_file
()
Rust/rust-in-action/write123/src/main.rs:5
↓ 1 callers
Function
writelines
writelines: write output lines */
C/The C Programming Language 2nd Edition/5 - Pointers and Arrays/exc-5-14.c:68
↓ 1 callers
Function
writelines
writelines: write output lines */
C/The C Programming Language 2nd Edition/5 - Pointers and Arrays/exc-5-7.c:53
↓ 1 callers
Function
writelines
writelines: write output lines */
C/The C Programming Language 2nd Edition/5 - Pointers and Arrays/exc-5-15.c:74
↓ 1 callers
Function
writelines
writelines: write output lines */
C/The C Programming Language 2nd Edition/5 - Pointers and Arrays/exc-5-16.c:164
↓ 1 callers
Function
writelines
writelines: write output lines */
C/The C Programming Language 2nd Edition/5 - Pointers and Arrays/exc-5-17.c:229
↓ 1 callers
Method
xor_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
Function
App
()
Rust/tauri/github_demo/src/App.tsx:7
Method
Area
()
Go/Learn Go with Tests/structs/shapes.go:14
Method
Area
()
Go/Learn Go with Tests/structs/shapes.go:22
Method
Area
()
Go/Learn Go with Tests/structs/shapes.go:31
Method
At
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
Function
AuthContextProvider
({ children })
Rust/tauri/github_demo/src/components/context/AuthContext.tsx:17
Function
AuthModal
({ shouldShowMedal, onSubmit, onCancel })
Rust/tauri/github_demo/src/components/context/AuthModal.tsx:10
Function
BenchmarkCheckWebsites
(b *testing.B)
Go/Learn Go with Tests/concurrency/check_websites_benchmark_test.go:13
Function
BenchmarkRepeat
(b *testing.B)
Go/Learn Go with Tests/for/iteration_test.go:30
Method
Bounds
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
Method
ColorModel
ColorModel returns the Image's color model.
Go/A Tour of Go/go_images/images.go:12
Function
CreateGist
()
Rust/tauri/github_demo/src/components/gist/CreateGist.tsx:9
Function
DogView
()
Rust/hot_dog/src/components/view.rs:10
Method
Error
()
Go/A Tour of Go/go_errors/errors.go:7
Function
ExampleAdd
()
Go/Learn Go with Tests/integers/adder_test.go:17
Function
ExampleRepeat
()
Go/Learn Go with Tests/for/iteration_test.go:36
Function
Favorites
()
Rust/hot_dog/src/components/favorites.rs:4
Method
Fetch
(url string)
Go/A Tour of Go/go_web_crawler/web_crawler.go:87
Function
Front
C/freeCodeCamp/Data Structures/queue-array.c:82
Function
GistDetails
({ gist })
Rust/tauri/github_demo/src/components/gist/GistDetails.tsx:12
Function
Hellos
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
Function
ListItem
({ item, onSelect, selectedItem, title }: Props<T>)
Rust/tauri/github_demo/src/components/ListItem.tsx:12
Function
MasterDetail
({ title, items, getItemDescription, detailLayout, }: Props<T>)
Rust/tauri/github_demo/src/components/MasterDetail.tsx:13
Function
MyGreeterHandler
(w http.ResponseWriter, r *http.Request)
Go/Learn Go with Tests/di/di.go:14
Function
NavBar
()
Rust/tauri/github_demo/src/components/NavBar.tsx:44
Function
NavBar
()
Rust/hot_dog/src/components/nav.rs:5
Function
Pic
(dx, dy int)
Go/A Tour of Go/go_slices/main.go:5
Function
PrivateGists
()
Rust/tauri/github_demo/src/components/gist/PrivateGists.tsx:10
Function
PrivateRepositories
()
Rust/tauri/github_demo/src/components/repository/PrivateRepositories.tsx:10
Function
PublicGists
()
Rust/tauri/github_demo/src/components/gist/PublicGists.tsx:9
Function
PublicRepositories
()
Rust/tauri/github_demo/src/components/repository/PublicRepositories.tsx:9
Method
Read
(bytes []byte)
Go/A Tour of Go/go_rot13reader/rot13reader.go:13
Method
Read
(bytes []byte)
Go/A Tour of Go/go_readers/readers.go:7
Function
RepositoryDetails
({ repository, token = null })
Rust/tauri/github_demo/src/components/repository/RepositoryDetails.tsx:12
Method
SetDurationSlept
(duration time.Duration)
Go/Learn Go with Tests/mocking/countdown_test.go:30
Method
Sleep
()
Go/Learn Go with Tests/mocking/countdown_test.go:17
Method
String
()
Go/A Tour of Go/go_stringers/stringers.go:11
Function
TestAdd
(t *testing.T)
Go/Learn Go with Tests/maps/dictionary_test.go:27
Function
TestAdder
(t *testing.T)
Go/Learn Go with Tests/integers/adder_test.go:8
Function
TestArea
(t *testing.T)
Go/Learn Go with Tests/structs/shapes_test.go:5
Function
TestCheckWebsites
(t *testing.T)
Go/Learn Go with Tests/concurrency/check_website_test.go:12
Function
TestConfigurableSleeper
(t *testing.T)
Go/Learn Go with Tests/mocking/countdown_test.go:70
Function
TestCountdown
(t *testing.T)
Go/Learn Go with Tests/mocking/countdown_test.go:34
Function
TestDelete
(t *testing.T)
Go/Learn Go with Tests/maps/dictionary_test.go:74
Function
TestGreet
(t *testing.T)
Go/Learn Go with Tests/di/di_test.go:8
Function
TestHello
(t *testing.T)
Go/Learn Go with Tests/helloworld/hello_test.go:5
Function
TestHelloEmpty
TestHelloEmpty calls greetings.Hello with an empty string, checking for an error.
Go/A Tour of Go/go_library/greetings/greetings_test.go:21
Function
TestHelloName
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
Function
TestRacer
(t *testing.T)
Go/Learn Go with Tests/select/racer_test.go:10
Function
TestRepeat
(t *testing.T)
Go/Learn Go with Tests/for/iteration_test.go:8
Function
TestSearch
(t *testing.T)
Go/Learn Go with Tests/maps/dictionary_test.go:5
Function
TestSum
(t *testing.T)
Go/Learn Go with Tests/arrays/sum_test.go:8
Function
TestSumAllTails
(t *testing.T)
Go/Learn Go with Tests/arrays/sum_test.go:19
Function
TestUpdate
(t *testing.T)
Go/Learn Go with Tests/maps/dictionary_test.go:50
Function
TestWalk
(t *testing.T)
Go/Learn Go with Tests/reflection/reflection_test.go:8
Function
TestWallet
(t *testing.T)
Go/Learn Go with Tests/pointers/wallet_test.go:7
Function
UserGrid
({ users })
Rust/tauri/github_demo/src/components/repository/GithubUserGrid.tsx:8
Function
WordCount
(s string)
Go/A Tour of Go/go_maps/maps.go:8
Function
__wbg_init
(input)
Rust/chip8/wasm/web/wasm.js:511
Method
add
(self, _rhs: Bar)
Rust/rust-by-practice/src/generics/traits/traits4.rs:17
Method
add_one
Annotate lifetimes as in a standalone function.
Rust/rust-by-practice/src/lifetime/basic/basic10.rs:19
Function
add_two
FILL in the blank in two ways: map, and then
Rust/rust-by-practice/src/result_panic/result/result4.rs:4
Function
add_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
Function
add_two
(a: i32, b: i32)
Rust/Algorithms and Data Structures/fcc/src/solutions/arguments_optional.rs:20
Function
add_two
(a: i32, b: i32)
Rust/Algorithms and Data Structures/fcc/src/exercises/arguments_optional.rs:22
Function
afree
afree: free storage pointed to by p */
C/The C Programming Language 2nd Edition/examples/alloc.c:28
Function
all_fruit_types_in_basket
()
Rust/rustlings/solutions/11_hashmaps/hashmaps2.rs:79
Function
alloc
alloc: return pointer to n characters */
C/The C Programming Language 2nd Edition/examples/alloc.c:10
Method
alloc
(&self, layout: Layout)
Rust/rust-in-action/particles/src/main.rs:13
Function
animal_habitat
(animal: &str)
Rust/rustlings/solutions/03_if/if3.rs:1
Function
app
()
Rust/hot_dog/src/main.rs:21
Function
apply_to_3
A function which takes a closure and returns an `i32`.
Rust/rust-by-practice/src/functional_programming/closure/closure7.rs:14
Function
apply_velocity
(mut query: Query<(&mut Transform, &Velocity)>, time_step: Res<FixedTime>)
Rust/bevy/bevy_breakout/src/main.rs:314
Method
area
(&self)
Rust/rust-by-practice/src/method_associated_functions/method5.rs:8
Method
area
Complete the area method which return the area of a Rectangle.
Rust/rust-by-practice/src/method_associated_functions/method1.rs:8
Function
at_least_five_fruits
()
Rust/rustlings/solutions/11_hashmaps/hashmaps1.rs:38
Function
at_least_five_types_of_fruits
()
Rust/rustlings/solutions/11_hashmaps/hashmaps2.rs:63
Function
at_least_three_types_of_fruits
()
Rust/rustlings/solutions/11_hashmaps/hashmaps1.rs:32
Function
atoi1
atoi: convert s (ASCII) to integer */
C/The C Programming Language 2nd Edition/examples/atoi.c:5
Function
average
(values: &[f64])
Rust/rustlings/solutions/23_conversions/using_as.rs:5
Function
bigger
(a: i32, b: i32)
Rust/rustlings/solutions/03_if/if1.rs:1
Function
binary_agent
(s: &str)
Rust/Algorithms and Data Structures/fcc/src/solutions/binary_agents.rs:6
Function
binary_agent
(s: &str)
Rust/Algorithms and Data Structures/fcc/src/exercises/binary_agents.rs:7
Function
build_scores
()
Rust/rustlings/solutions/11_hashmaps/hashmaps3.rs:61
Function
byte_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
Function
calculate_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
Function
calculate_transport_fees
()
Rust/rustlings/solutions/07_structs/structs3.rs:78
Method
can_hold
(&self, other: &Rectangle)
Rust/rust-by-practice/src/method_associated_functions/method5.rs:14
Function
cannot_extract_ident_beginning_with_number
()
Rust/eldiro_v1/crates/eldiro/src/utils.rs:151
Function
cannot_parse_binding_def_without_space_after_let
()
Rust/eldiro_v1/crates/eldiro/src/binding_def.rs:63
Function
capitalize_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
Function
case_insensitive
()
Rust/The Rust Programming Language Book/minigrep/src/lib.rs:82
← previous
next →
701–800 of 2,101, ranked by callers