I need to check if the module that is going to be loaded is a built-in or an external module. For example, suppose that you have a module named fs inside the no
i tried to read the pins from pinterest api but i don't know how to authorize using the app id and the secret app id. i tried to read the docs but i didn't unde
I need to implement a masonry layout. However, for a number of reasons I don't want to use JavaScript to do it. Parameters: All elements have the same width El
Lets assume we have one table/View with below columns columns : ID , Status I am writing one search API to get Data from backend I am using org.springframework.
declare i number; sum number; begin i:=1; sum:=0; for i in 1..100 loop if MOD(i,2) != 0 then sum:= sum + i;
import tensorflow as tf from tensorflow import keras from tensorflow.keras import layers image_size = (180, 180) batch_size = 32 train_ds = tf.keras.preproc
We currently have Visual Studio 2017 installed on a Windows server 2012 machine. We have mapped drives on the network where we do our development in our local a
I have a problem with using multiple ClientKafka in one service, here is my implementation: @Controller() export class ApiController implements OnModuleInit {
I'm only starting to grasp this idea of abstracting complex stuff via functions, so I decided to practice it a bit in Pygame. So, this code right here works jus