Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in vector
How to cumsum the elements of a vector under certain condition in R?
Oct 17, 2025
r
if-statement
vector
conditional-statements
cumsum
Pasting values from a vector to a new column in a for loop with nested data
Oct 17, 2025
r
for-loop
vector
nested-loops
Rust - How can I return multiple variables from a function such that they are accessible outside the scope the function is called in?
Oct 17, 2025
vector
rust
how to memcpy iterator element in C++?
Oct 17, 2025
c++
vector
iterator
memcpy
Understanding how Rust elides lifetimes with mutable references
Oct 17, 2025
rust
vector
lifetime
borrow-checker
Print multimap<string, vector<string>>?
Oct 16, 2025
c++
vector
multimap
How to increment every number in a vector without the error "cannot borrow as mutable more than once at a time"?
Oct 16, 2025
vector
rust
borrow-checker
cin to vector of bools
Oct 13, 2025
c++
vector
stl
boolean
Counting matches in vector of structs
Oct 13, 2025
c++
arrays
vector
iterator
std
Converting uint16_t * array to std::vector [duplicate]
Oct 14, 2025
c++
arrays
vector
Erasing zeros from the vector element in Rcpp
Oct 14, 2025
r
performance
vector
subset
rcpp
Number of different elements up to this point
Oct 14, 2025
r
vector
unique
std::tuple faster than std::array?
Oct 14, 2025
c++
arrays
performance
vector
tuples
C++ access vector beyond size() and under capacity()
Oct 13, 2025
c++
vector
sort a vector of vectors in c++ by size of each vector [duplicate]
Oct 01, 2025
c++
sorting
vector
Can the back() iterator of a vector be safely assumed to be the end() iterator after a pop_back()?
Sep 23, 2025
c++
vector
iterator
std
stdvector
Is using std::span into an std::vector after push_back is called undefined behavior
Sep 23, 2025
c++
vector
undefined-behavior
ownership-semantics
std-span
std::transform for a vector of vectors
Sep 22, 2025
c++
vector
nested
range
transform
Older Entries »