I have create my own plugin for link. Now I want to add some other attributes to a tag generated by the plugin, like target, rel. But I am not able to get it d
library(tidyverse) set.seed(10) dat <- data.frame(age = sample(14:79, size = 15, replace = TRUE), sex = sample(c("m", "f"), size = 15, rep
What is the difference between model.trainable=False and model(..,training=False)? In general, when is one used over the other and when are they both used toget
I want to change my pojo class to spring, I have a problem for injection protoype bean to singelton bean, My old code was as follows: public class InsertBankBus
I'm setting up a Jenkins build for our internal NodeJS Express project. The project uses some native libraries (written in C). After trial & error setting
hey so I've been looking around a lot but i couldn't get a accurate answer and I want to communicate php and c++ with sockets and i have spend hours trying to f
SizedBox( height: size.height * 0.5, child: Row( children: [ Expanded(