Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New questions

What is the oldest leap year in pandas?

python pandas

Surrounding whitespace-separated URLs with quotes using sed

python regex windows sed

How to properly combine two ggplots and properly align axis and strips/titles?

r ggplot2 patchwork

Invalid buildpack reference 'gcr.io/paketo-buildpacks/adoptium'

Creating cutout notch in android jetpack compose

Rust equivalent of C++ std::promise and std::future

rust

How can I efficiently maintain median in a dynamic data stream with support for deletions?

Declaring volatile pointer to a pointer which points to non-volatile data

c pointers syntax volatile

Extract the coordinates of a rendered dot plot

r ggplot2 ggdist

Dependency injection and consumption in C# classes

c# primary-constructor

Why do we keep a redundant ctor in std::copyable_function?

Get Counts, then Group By Values

sql oracle-database

I would like to filter rows wherein it's identical in 1 column and there must be no other combinations in 2 other columns

excel vba filter

how to force compiler error with strcpy() when destination is const

c

Forward string literal to consteval function

c++ constexpr consteval

Is there a possibility to use std::vector<T> as parameter in this case

c++

How to get 2D combination of words?

excel excel-formula

Why can't C++23's enumerate_view (unlike Range-v3's namesake) be piped into Range-v3's to_vector?

c++ c++23 std-ranges range-v3

How to use `static_assert(std::forward_iterator<my_iterator<...>>);`

explicit object accessing a protected member

c++ c++23