Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/CSpyridakis/notes
/ functions
Functions
83 in github.com/CSpyridakis/notes
⨍
Functions
83
◇
Types & classes
31
↓ 2 callers
Method
append
(self, elem: u32)
Rust/notes.rs:1248
↓ 2 callers
Method
prepend
(self, elem: u32)
Rust/notes.rs:1244
↓ 1 callers
Function
age
A function `age` which returns a `u32`.
Rust/notes.rs:671
↓ 1 callers
Function
ah
Define if unwind
Rust/notes.rs:1822
↓ 1 callers
Function
are_you_on_linux
()
Rust/notes.rs:1779
↓ 1 callers
Function
arrays
()
Rust/notes.rs:688
↓ 1 callers
Function
associated_functions_methods
()
Rust/notes.rs:1633
↓ 1 callers
Function
attributes
()
Rust/notes.rs:1715
↓ 1 callers
Function
binding
()
Rust/notes.rs:663
↓ 1 callers
Function
borrowing
()
Rust/notes.rs:1966
↓ 1 callers
Function
control_flow
()
Rust/notes.rs:1281
↓ 1 callers
Function
conversion
()
Rust/notes.rs:509
↓ 1 callers
Function
crates
()
Rust/notes.rs:1474
↓ 1 callers
Function
destructoring_dereferencing
()
Rust/notes.rs:568
↓ 1 callers
Function
enums
()
Rust/notes.rs:910
↓ 1 callers
Function
error_handling
()
Rust/notes.rs:1814
↓ 1 callers
Function
execute_system_cmd
()
Rust/notes.rs:2105
↓ 1 callers
Function
formatted_print
()
Rust/notes.rs:54
↓ 1 callers
Function
function_closures
()
Rust/notes.rs:345
↓ 1 callers
Function
function_pointers
()
Rust/notes.rs:326
↓ 1 callers
Function
functions
()
Rust/notes.rs:418
↓ 1 callers
Function
generics
()
Rust/notes.rs:953
↓ 1 callers
Function
impls
()
Rust/notes.rs:1513
↓ 1 callers
Method
into
(self)
Rust/notes.rs:554
↓ 1 callers
Function
iterators
()
Rust/notes.rs:1370
↓ 1 callers
Method
len
(&self)
Rust/notes.rs:1255
↓ 1 callers
Function
let_else
()
Rust/notes.rs:1184
↓ 1 callers
Function
library_docs_envlosing
()
Rust/notes.rs:44
↓ 1 callers
Function
library_docs_following
Generate library docs for the following item.
Rust/notes.rs:39
↓ 1 callers
Function
lifetimes
()
Rust/notes.rs:2015
↓ 1 callers
Function
linked_list
()
Rust/notes.rs:1229
↓ 1 callers
Function
macros
()
Rust/notes.rs:438
↓ 1 callers
Function
modules
()
Rust/notes.rs:1431
↓ 1 callers
Function
oop
()
Rust/notes.rs:1798
↓ 1 callers
Function
ownership
()
Rust/notes.rs:1859
↓ 1 callers
Function
print_ref
(_t: &'a T)
Rust/notes.rs:2081
↓ 1 callers
Function
random_animal
(random_number: f64)
Rust/notes.rs:1602
↓ 1 callers
Function
slices
()
Rust/notes.rs:753
↓ 1 callers
Function
strings
()
Rust/notes.rs:232
↓ 1 callers
Function
structs
()
Rust/notes.rs:835
↓ 1 callers
Function
takes_anything
-------------------------- Generalizing functions
Rust/notes.rs:976
↓ 1 callers
Function
takes_two_things
(_x: T, _xy: U)
Rust/notes.rs:980
↓ 1 callers
Function
tests
()
Rust/notes.rs:2115
↓ 1 callers
Function
threads
()
Rust/notes.rs:2134
↓ 1 callers
Function
time
()
Rust/notes.rs:2193
↓ 1 callers
Function
traits
()
Rust/notes.rs:1543
↓ 1 callers
Function
traits_inheritance
()
Rust/notes.rs:1612
↓ 1 callers
Function
tupples
()
Rust/notes.rs:728
↓ 1 callers
Function
user_input
()
Rust/notes.rs:2094
↓ 1 callers
Function
var_shadowing
()
Rust/notes.rs:299
↓ 1 callers
Function
variable_binding
()
Rust/notes.rs:146
↓ 1 callers
Function
vectors
()
Rust/notes.rs:783
Method
TomcatServer
(int port)
Java/Maven-http-server/src/main/java/com/example/App.java:39
Method
area
(&self)
Rust/notes.rs:1684
Method
fmt
This trait requires `fmt` with this exact signature.
Rust/notes.rs:117
Method
from
(item: i32)
Rust/notes.rs:532
Function
function
()
Rust/notes.rs:1448
Function
generic
(_x: T)
Rust/notes.rs:2091
Function
get_count_item
(s: &str)
Rust/notes.rs:1194
Method
get_full_name
(&self)
Rust/notes.rs:1530
Method
handle
(HttpExchange exchange)
Java/Simple-http-server/SimpleHttpServer.java:22
Function
main
()
Rust/notes.rs:2210
Method
main
(String[] args)
Java/Maven-http-server/src/main/java/com/example/App.java:17
Method
main
(String[] args)
Java/Simple-http-server/SimpleHttpServer.java:12
Function
make_sound
(t: &T)
Rust/notes.rs:991
Function
map_option
(_input: Option<Input>)
Rust/notes.rs:1133
Function
match_option
(_input: Option<Input>)
Rust/notes.rs:1126
Function
multiple_bounds_diff_types
(_t: &T, _u:&U)
Rust/notes.rs:1001
Function
multiple_bounds_function
(_t: &T)
Rust/notes.rs:997
Method
new
()
Rust/notes.rs:1240
Method
new
Some other languages support static methods. At such times, we call a function directly through the class without creating an object. In Rust, we call
Rust/notes.rs:1578
Method
origin
()
Rust/notes.rs:1661
Method
perimeter
(&self)
Rust/notes.rs:1695
Function
plus_one
(a: i32)
Rust/notes.rs:322
Function
private_function
()
Rust/notes.rs:1445
Function
pub_in_crate
()
Rust/notes.rs:1451
Function
public_function_in_nested
()
Rust/notes.rs:1464
Function
public_function_in_super_mod
()
Rust/notes.rs:1469
Method
run
()
Java/Maven-http-server/src/main/java/com/example/App.java:43
Function
showAlert
()
Web/server/static-demo-website/js/function.js:1
Method
stringify
(&self)
Rust/notes.rs:1262
Method
testAppStarts
()
Java/Maven-http-server/src/test/java/com/example/AppTest.java:8
Method
translate
(&mut self, x: f64, y: f64)
Rust/notes.rs:1705