I built the Cox proportional hazards model by using cph function as below: library("rms") n <- 20 # sample size set.seed(1234) time=sample(10:52, replace=TR
SELECT id, some_jsonb_table FROM public.example where some_jsonb_table::text ilike '%example_report%' I tried to switch some_jsonb_table on TEXT b
I am using app.config file to read data from it.. I am loading the app.config file as: string app_path = HttpContext.Current.Server.MapPath("app.config"); xmlD
I'm trying to solve reverse order the string, then I'm coming with 2 solution that almost similar, but the result quite difference (I thought result should be s
I am writing a proc_macro attribute that add fields to a struct and also implement my trait (and other by adding a #[derive(...)]) to the expanded struct Here a
I'm trying to build a decentralized app for a lottery smart contract, deployed on a local ganache ethereum network, but in this case I'm using Drizzle tool from
I have deployed my angular application in Onprem server and stored the assets files in Onprem storage. As of now, the images are working fine without any issues
I want to create a random ID variable considering an actual ID. That means that observations with the same id must have the same random ID. Let me put an exampl
I am writing a program in python using docker and wanted access to a network shared volume. my docker-compose.yml is: version: '3.7' services: testpathdocke