42.7K results in 804 ms
7 years ago · Feb 18, 2019, 03:18 PM
archlinux kernel: ACPI: Early table checksum verification disabled Feb
7 years ago · Feb 18, 2019, 02:44 PM
for getpid... yes checking if gcc/ld supports -Wl,--output-def... not needed, shared libraries are
7 years ago · Feb 18, 2019, 02:08 PM
tempfile */ public function createTempFile($content = "") { // create temporary directory (if not exists) if (!is_dir($this->tmpFilesDirectory) && !mkdir($this->tmpFilesDirectory)) { throw
7 years ago · Feb 18, 2019, 02:08 PM
DB whether the table exists, create if any descrepancy // const query = client.query("CREATE TABLE IF NOT EXISTS dummy(id PRIMARY KEY
7 years ago · Feb 18, 2019, 02:06 PM
DB_NAME = os.getenv("MYSQL_DATABASE") TABLES = {} TABLES['valentine_tweet'] = ( "CREATE TABLE `valentine_tweet` (" " `id` int(11) NOT NULL AUTO_INCREMENT," " `username` varchar(255)
7 years ago · Feb 18, 2019, 01:16 PM
DROP DATABASE IF EXISTS sportsClubs; CREATE DATABASE sportsClubs; USE sportsClubs; CREATE TABLE students( id INT AUTO_INCREMENT
7 years ago · Feb 18, 2019, 12:40 PM
for `sash` -- ---------------------------- DROP TABLE IF EXISTS `sash`; CREATE TABLE `sash` ( `pid` int(11) NOT NULL, `time` timestamp NOT
7 years ago · Feb 18, 2019, 11:20 AM
NAMES utf8mb4 */; -- -- Databáze: `web` -- CREATE DATABASE IF NOT EXISTS `web` DEFAULT CHARACTER SET
7 years ago · Feb 18, 2019, 11:14 AM
SQL Server 2016 (SP2-CU1) ... ----------------------------------------------------------------------------- -- CREATE DATETIME PARTITIONED TABLE set language english ; drop table if exists dbo.test_of_filtered_idx ; drop partition scheme
7 years ago · Feb 18, 2019, 10:48 AM
USE `mydb` ; -- ----------------------------------------------------- -- Table `mydb`.`Clients` -- ----------------------------------------------------- CREATE TABLE IF NOT EXISTS `mydb`.`Clients` ( `idClients` INT NOT
7 years ago · Feb 18, 2019, 10:08 AM
exists dane_db; create database if not exists dane_db; use dane_db; create table pracownicy( id integer not
7 years ago · Feb 18, 2019, 09:44 AM
drop table if exists t,t1; create table t(id int primary
7 years ago · Feb 18, 2019, 09:36 AM
USE `mydb` ; -- ----------------------------------------------------- -- Table `mydb`.`Fabricants` -- ----------------------------------------------------- CREATE TABLE IF NOT EXISTS `mydb`.`Fabricants` ( `Codi` INT NOT
7 years ago · Feb 18, 2019, 09:26 AM
create_table(arduino_ip): cursor = db.cursor() cursor.execute(''' CREATE TABLE IF NOT EXISTS '''+arduino_ip+'''( ID INT NOT
7 years ago · Feb 18, 2019, 08:08 AM
and now there is not. if (!Win32::GetConsoleWindow()) { $ break; } // Console was
7 years ago · Feb 18, 2019, 07:26 AM
CREATE TABLE IF NOT EXISTS test (datetime STRING, person_name
7 years ago · Feb 18, 2019, 05:22 AM
if the pihole user exists and create if it does not create_pihole_user() { local str="Checking for
7 years ago · Feb 18, 2019, 03:29 AM
DROP TABLE IF EXISTS `tb_aluno`; CREATE TABLE IF NOT EXISTS `tb_aluno` ( `id_aluno` int(11) NOT NULL AUTO_INCREMENT, `nm_aluno` varchar(10) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; COMMIT;
7 years ago · Feb 18, 2019, 01:12 AM
json_a[0]['Password']; $nickname = $json_a[0]['nickname']; if($id!=""){ // If id exists that means user exists
Total pages: 2134