I'm using Oracle Apex Version: 20.1 I have a page item (:P303_ADJUSTAMOUNT) that has a default value that's set via sql query. When the user presses the submit
In my project, all the domain classes have a boolean voided field, to manage the soft delete. Problem is, for all the repository methods, I had to manually over
I want to decrease the width of ggpattern's fill pattern, making it looks like a black oblique line. However, my script did not work. library(ggplot2) library(
I am new at using Flutter and I am implementing Google Maps in my app. The thing is that i implemented a function to get my current location and make the camera
I want to use the clap derive API in order to parse an Ipv4Addr. #![allow(unused)] use clap; // 3.1.6 use clap::Parser; use std::net::Ipv4Addr; #[derive(Parser
I want to install pyenv in D:\Programs after git clone https://github.com/pyenv/pyenv.git idk how to correct add paths and system variable. Can you please expla
I have a logging macro that is made of multiple functions and i looks like this: #define MY_LOG(s) { myMutex.lock(); std::cout << __PRETTY_FUNCTION__ <
I am trying to write my first function using numba jit, I have a pandas dataframe that I need to iterate through and find the root mean square for each 350 poin
Whenever I create a new web project using my visual studio 2017, it creates it with a file named packages.config which contains reference for: Microsoft.CodeDo