I made a frequency table to count items from a given list. Example input: list[1, 2, 1, 1, 0, 8, 8] frequencyTable() returns a dict. of items from the list with
CREATE TABLE salesman ( salesmanid int, name varchar(255), city varchar(255), commision int ); INSERT INTO salesman (s
When writing shell programs, we often use /bin/sh and /bin/bash. I usually use bash, but I don't know what's the difference between them. What's main difference
I have an array with 3 objects, each one is information of an input (text, select and radio) I have a component that has 3 buttons, when pressing each one it sh
Let's consider CuteLogger CMakeLists.txt, it contains ADD_LIBRARY(${library_target} SHARED ${sources} ${includes}) which instructs cmake to build the shared ve
I tried to write a Bert pre-trained model to fine-tune it for a specific task. Here is my model: model_path = config.model_path class BertForCWS(transformers.Be
I would like to launch a vagrant VM with a Docker provisioner, and set the network type of a docker container to host. Is it something that is feasible? My actu
I cant seem to make my transition work for my element. I the box to animate to a larger and/or smaller height between hover states. What am I doing wrong? b
In a project I'm working on I need to obtain a Gaussian fit from a set of points - needing mean and variance for some processing, and possibly an error degree (