<?php $host_name = '***'; $database = '***'; $user_name = '***'; $password = '***'; $link = mysqli_connect($host_name, $user_name, $password, $databas
#include <iostream> #include <list> using namespace std; const int TABLESIZE = 3; class HashTable { public: string k; int v;
I'd like to keep the submit button in my form disabled until the values of the each input are at least one character, not including white space. I tried using t
The below code is to create a new folder and name it on the list of names on Column "A", and if it doesn't have "OK" on Column "H" it will not create that folde
I am using Python 2.7 and Jenkins. I am writing some code in Python that will perform a checkin and wait/poll for Jenkins job to be complete. I would like some