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
↓ 42 callers
Method
push
(&mut self, elem: T)
Rust/rustonomicon/vec/src/lib.rs:53
↓ 35 callers
Function
getObject
(idx)
Rust/chip8/wasm/web/wasm.js:7
↓ 33 callers
Method
len
Returns the file's length in bytes.
Rust/rust-in-action/filebasics/src/main.rs:27
↓ 32 callers
Function
strlen
strlen: return length of string s */
C/The C Programming Language 2nd Edition/examples/strlen.c:5
↓ 27 callers
Function
abAppend
C/kilo/kilo.c:745
↓ 27 callers
Function
addHeapObject
(obj)
Rust/chip8/wasm/web/wasm.js:41
↓ 27 callers
Method
get
(&mut self, key: &ByteStr)
Rust/rust-in-action/actionkv/src/lib.rs:89
↓ 26 callers
Method
clone
(&self)
Rust/rustonomicon/arc/src/lib.rs:48
↓ 20 callers
Method
insert
(&mut self, index: usize, elem: T)
Rust/rustonomicon/vec/src/lib.rs:74
↓ 17 callers
Method
Write
(p []byte)
Go/Learn Go with Tests/mocking/countdown_test.go:21
↓ 17 callers
Method
into_iter
(self)
Rust/rustonomicon/vec/src/lib.rs:146
↓ 14 callers
Method
insert
(&mut self, key: &ByteStr, value: &ByteStr)
Rust/rust-in-action/actionkv/src/lib.rs:135
↓ 14 callers
Function
pop
pop: pop and return top value from stack */
C/The C Programming Language 2nd Edition/4 - Functions and Program Structure/exc-4-5.c:128
↓ 13 callers
Function
Enqueue
C/freeCodeCamp/Data Structures/queue-array.c:24
↓ 13 callers
Method
parse
(s: &str)
Rust/rustlings/solutions/13_error_handling/errors6.rs:45
↓ 13 callers
Function
pop
pop: pop and return top value from stack */
C/The C Programming Language 2nd Edition/4 - Functions and Program Structure/exc-4-4.c:124
↓ 13 callers
Function
print
C/freeCodeCamp/Data Structures/stack-array.c:39
↓ 13 callers
Function
strcmp
strcmp: return <0 if s < t, 0 if s == t, >0 if s > t */
C/The C Programming Language 2nd Edition/examples/strcmp.c:2
↓ 11 callers
Function
getItem
( label: React.ReactNode, key: React.Key, icon?: React.ReactNode, children?: MenuItem[], t
Rust/tauri/github_demo/src/components/NavBar.tsx:8
↓ 11 callers
Method
next
(&mut self)
Rust/rustonomicon/vec/src/lib.rs:225
↓ 11 callers
Function
pop
pop: pop and return top value from stack */
C/The C Programming Language 2nd Edition/4 - Functions and Program Structure/exc-4-3.c:115
↓ 11 callers
Function
pop
pop: pop and return top value from stack */
C/The C Programming Language 2nd Edition/4 - Functions and Program Structure/exc-4-6.c:115
↓ 11 callers
Method
spawn
(&self, future: impl Future<Output = ()> + 'static + Send)
Rust/Asynchronous Programming/timer_future/src/main.rs:50
↓ 10 callers
Method
add
(7xkk) Adds the value `kk` to the value in register `vx`
Rust/rust-in-action/chip_8/src/main.rs:105
↓ 10 callers
Function
handleError
(f, args)
Rust/chip8/wasm/web/wasm.js:184
↓ 10 callers
Method
ptr
(&self)
Rust/rustonomicon/vec/src/lib.rs:38
↓ 10 callers
Function
push
push: push f onto value stack */
C/The C Programming Language 2nd Edition/4 - Functions and Program Structure/exc-4-4.c:116
↓ 10 callers
Method
send
(&self, mailbox: &mut Mailbox, msg: Message)
Rust/rust-in-action/cubesats/src/main.rs:42
↓ 10 callers
Function
tag
(starting_text: &'a str, s: &'b str)
Rust/eldiro_v1/crates/eldiro/src/utils.rs:33
↓ 9 callers
Function
atof
atof: convert string s to double; pointer version */
C/The C Programming Language 2nd Edition/5 - Pointers and Arrays/exc-5-17.c:137
↓ 9 callers
Function
pop
pop: pop and return top value from stack */
C/The C Programming Language 2nd Edition/5 - Pointers and Arrays/exc-5-10.c:119
↓ 9 callers
Function
pop
pop: pop and return top value from stack */
C/The C Programming Language 2nd Edition/4 - Functions and Program Structure/exc-4-10.c:114
↓ 9 callers
Function
pop
pop: pop and return top value from stack */
C/The C Programming Language 2nd Edition/4 - Functions and Program Structure/exc-4-11.c:96
↓ 9 callers
Function
pop
pop: pop and return top value from stack */
C/The C Programming Language 2nd Edition/examples/polish_calc/stack.c:17
↓ 9 callers
Function
push
push: push f onto value stack */
C/The C Programming Language 2nd Edition/4 - Functions and Program Structure/exc-4-5.c:120
↓ 9 callers
Function
strcpy
strcpy: copy t to s; array subscript version */
C/The C Programming Language 2nd Edition/examples/strcpy.c:2
↓ 8 callers
Function
assertError
(t testing.TB, got, want error)
Go/Learn Go with Tests/maps/dictionary_test.go:116
↓ 8 callers
Function
atoi
atoi: convert s to integer; pointer version */
C/The C Programming Language 2nd Edition/5 - Pointers and Arrays/exc-5-6/atoi.c:5
↓ 8 callers
Method
details
(&self)
Rust/rustlings/solutions/19_smart_pointers/rc1.rs:24
↓ 8 callers
Function
editorSetStatusMessage
C/kilo/kilo.c:905
↓ 8 callers
Function
extract_whitespace
(s: &str)
Rust/eldiro_v1/crates/eldiro/src/utils.rs:7
↓ 8 callers
Method
open
(path: &Path)
Rust/rust-in-action/actionkv/src/lib.rs:28
↓ 8 callers
Function
push
push: push f onto value stack */
C/The C Programming Language 2nd Edition/4 - Functions and Program Structure/exc-4-6.c:107
↓ 8 callers
Function
string
(arg: String)
Rust/rustlings/solutions/09_strings/strings4.rs:8
↓ 7 callers
Method
Search
(word string)
Go/Learn Go with Tests/maps/dictionary.go:17
↓ 7 callers
Method
Sleep
()
Go/Learn Go with Tests/mocking/main.go:14
↓ 7 callers
Function
atof
atof: convert string s to double */
C/The C Programming Language 2nd Edition/4 - Functions and Program Structure/exc-4-2.c:17
↓ 7 callers
Method
contains
(&self, number_1: &Self::A, number_2: &Self::B)
Rust/rust-by-practice/src/generics/advanced_traits/adv_traits1.rs:17
↓ 7 callers
Function
getInt32Memory0
()
Rust/chip8/wasm/web/wasm.js:173
↓ 7 callers
Function
insert
Give a binary search tree and a number, inserts a new node with the given number in the correct place in the tree. Returns the new root pointer
C/freeCodeCamp/Data Structures/bst-get-successor.c:75
↓ 7 callers
Function
make_get_request
(url: URL, token: Option<&str>)
Rust/tauri/github_demo/src-tauri/src/api.rs:25
↓ 6 callers
Function
Hello
(name string, language string)
Go/Learn Go with Tests/helloworld/hello.go:16
↓ 6 callers
Function
atof
atof: convert string s to double */
C/The C Programming Language 2nd Edition/examples/atof.c:19
↓ 6 callers
Function
die
terminal ***/
C/kilo/kilo.c:114
↓ 6 callers
Function
enQueue
C/freeCodeCamp/Data Structures/queue-linked-list.c:13
↓ 6 callers
Function
f
C/The C Programming Language 2nd Edition/examples/register.c:1
↓ 6 callers
Function
insert
C/freeCodeCamp/Data Structures/binary-search-tree.c:21
↓ 6 callers
Function
push
push: push f onto value stack */
C/The C Programming Language 2nd Edition/4 - Functions and Program Structure/exc-4-3.c:107
↓ 6 callers
Method
remove
(&mut self, index: usize)
Rust/rustonomicon/vec/src/lib.rs:92
↓ 5 callers
Function
assertCorrectMessage
(t testing.TB, got, want string)
Go/Learn Go with Tests/helloworld/hello_test.go:33
↓ 5 callers
Method
call
(2nnn) CALL sub-routine at `addr`
Rust/rust-in-action/chip_8/src/main.rs:72
↓ 5 callers
Function
check_size
(val: T)
Rust/rust-by-practice/src/generics/const_generics/const_gen3.rs:4
↓ 5 callers
Function
editorUpdateRow
C/kilo/kilo.c:447
↓ 5 callers
Function
extract_ident
(s: &str)
Rust/eldiro_v1/crates/eldiro/src/utils.rs:19
↓ 5 callers
Function
getErrorMessage
(error: unknown)
Rust/tauri/github_demo/src/helper.ts:1
↓ 5 callers
Function
getStringFromWasm0
(ptr, len)
Rust/chip8/wasm/web/wasm.js:36
↓ 5 callers
Function
get_map
()
Rust/rustlings/solutions/18_iterators/iterators5.rs:66
↓ 5 callers
Function
getch
getch: get a (possibly pushed back) character */
C/The C Programming Language 2nd Edition/5 - Pointers and Arrays/exc-5-2.c:63
↓ 5 callers
Method
len
(&self)
Rust/rust-by-practice/src/compound_types/enums/enums6.rs:17
↓ 5 callers
Function
newNode
Helper function that allocates a new node with the given data and NULL left and right pointers. */
C/freeCodeCamp/Data Structures/binary-tree-level-order-traversal.c:66
↓ 5 callers
Method
process
(&mut self, message: Message)
Rust/rustlings/solutions/08_enums/enums3.rs:46
↓ 5 callers
Function
push
push: push f onto value stack */
C/The C Programming Language 2nd Edition/5 - Pointers and Arrays/exc-5-10.c:111
↓ 5 callers
Function
push
push: push f onto value stack */
C/The C Programming Language 2nd Edition/4 - Functions and Program Structure/exc-4-10.c:106
↓ 5 callers
Function
push
push: push f onto value stack */
C/The C Programming Language 2nd Edition/4 - Functions and Program Structure/exc-4-11.c:88
↓ 5 callers
Function
push
push: push f onto value stack */
C/The C Programming Language 2nd Edition/examples/polish_calc/stack.c:9
↓ 5 callers
Method
store_binding
(&mut self, name: String, val: Val)
Rust/eldiro_v1/crates/eldiro/src/env.rs:43
↓ 5 callers
Method
store_func
(&mut self, name: String, params: Vec<String>, body: Stmt)
Rust/eldiro_v1/crates/eldiro/src/env.rs:47
↓ 5 callers
Function
take_while
(accept: impl Fn(char) -> bool, s: &str)
Rust/eldiro_v1/crates/eldiro/src/utils.rs:73
↓ 4 callers
Function
Move
(int speed = 1, bool otherKeysExit = false)
C#/Minigame/Final/Program.cs:112
↓ 4 callers
Function
Repeat
(c string, n int)
Go/Learn Go with Tests/for/iteration.go:5
↓ 4 callers
Function
Sqrt
(f float64)
Go/A Tour of Go/go_errors/errors.go:11
↓ 4 callers
Method
String
()
Go/Learn Go with Tests/pointers/wallet.go:10
↓ 4 callers
Function
abs_all
(input: &mut Cow<[i32]>)
Rust/rustlings/solutions/19_smart_pointers/cow1.rs:8
↓ 4 callers
Function
add
Add two values together and return the sum of the two values # Examples ``` let arg1 = 2; let arg2 = 2; let answer = doc_comments::add(arg1, arg2);
Rust/rust-by-practice/src/crate_mod/doc-comments/src/lib.rs:17
↓ 4 callers
Function
copy
copy 'from' into 'to': assume 'to' is big enough */
C/The C Programming Language 2nd Edition/examples/find-longest-line.c:43
↓ 4 callers
Function
editorInsertRow
C/kilo/kilo.c:474
↓ 4 callers
Function
error
error: print error message and exit */
C/The C Programming Language 2nd Edition/5 - Pointers and Arrays/exc-5-17.c:266
↓ 4 callers
Function
factorial
C/learn-c/14-recursion.c:14
↓ 4 callers
Function
fruit_basket
(basket: &mut HashMap<Fruit, u32>)
Rust/rustlings/solutions/11_hashmaps/hashmaps2.rs:22
↓ 4 callers
Function
getUint8Memory0
()
Rust/chip8/wasm/web/wasm.js:29
↓ 4 callers
Function
get_fruit_basket
Don't modify this function!
Rust/rustlings/solutions/11_hashmaps/hashmaps2.rs:48
↓ 4 callers
Function
get_vec_map
()
Rust/rustlings/solutions/18_iterators/iterators5.rs:80
↓ 4 callers
Function
getch
getch: get a (possibly pushed back) character */
C/The C Programming Language 2nd Edition/4 - Functions and Program Structure/exc-4-5.c:138
↓ 4 callers
Function
getch
getch: get a (possibly pushed back) character */
C/The C Programming Language 2nd Edition/4 - Functions and Program Structure/exc-4-3.c:125
↓ 4 callers
Function
htoi
C/The C Programming Language 2nd Edition/2 - Types, Operators, and Expressions/exc-2-3.c:27
↓ 4 callers
Function
htoiV2
htoi: convert hexdecimal string s to integer */
C/The C Programming Language 2nd Edition/2 - Types, Operators, and Expressions/exc-2-3.c:47
↓ 4 callers
Function
insert
C/freeCodeCamp/Data Structures/linked-list2.c:17
↓ 4 callers
Function
insert
C/freeCodeCamp/Data Structures/reverse-linked-list.c:31
↓ 4 callers
Function
insert
C/learn-c/16-binary-trees.c:32
↓ 4 callers
Function
is_vec
(v: &Vec<u8>)
Rust/rust-by-practice/src/collection_types/vector/vector1.rs:28
next →
1–100 of 2,101, ranked by callers