Verifying myself: I am sp3ctre on Keybase.io. FoKKyrqQaXl5SxfQ397e9WLSdMaKJq8RGC8l / https://keybase.io/sp3ctre/sigs/FoKKyrqQaXl5SxfQ397e9WLSdMaKJq8RGC8l
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0 info it worked if it ends with ok | |
1 verbose cli [ '/root/.nvm/versions/node/v6.9.1/bin/node', | |
1 verbose cli '/root/.nvm/versions/node/v6.9.1/bin/npm', | |
1 verbose cli 'start' ] | |
2 info using [email protected] | |
3 info using [email protected] | |
4 verbose run-script [ 'prestart', 'start', 'poststart' ] | |
5 info lifecycle [email protected]~prestart: [email protected] | |
6 silly lifecycle [email protected]~prestart: no script for prestart, continuing | |
7 info lifecycle [email protected]~start: [email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include "ControlElevator.h" | |
#include <iostream> | |
ControlElevator::ControlElevator() | |
{ | |
std::cout << "[ControlElevator] Constructed" << std::endl; | |
if ( CommandBase::pElevator != nullptr ) | |
{ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package com.exclnetworks.wordprograms; | |
import java.util.Scanner; | |
/* | |
* Created by Ethan Joshua Gallant | |
* 2/12/2018 | |
* Make random 6 letter words with exactly one or two vowels in them. | |
*/ |
I hereby claim:
- I am volxz on github.
- I am sp3ctre (https://keybase.io/sp3ctre) on keybase.
- I have a public key ASBOuY6DEO2s5gOBh20vnmvYc1UcVN4aiEE1jaw3clT4bwo
To claim this, I am signing this object:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$servername = ""; | |
$username = ""; | |
$password = ""; | |
$database = ""; | |
// Create connection | |
$conn = new mysqli($servername, $username, $password, $database); | |
// Check connection |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"_type":"export","__export_format":4,"__export_date":"2019-11-12T10:26:42.091Z","__export_source":"insomnia.desktop.app:v7.0.3","resources":[{"_id":"req_46361fd0daef4058926b4931828e15ed","authentication":{},"body":{},"created":1573538355662,"description":"","headers":[{"id":"pair_4a3dbc96b4a54069ab82dfe3b6e8ca38","name":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiaXNfYWRtaW4iOmZhbHNlLCJpYXQiOjE1NzM1NDA5MTMsImV4cCI6MTU3MzU0NDUxM30.I7cRSFo_kGQAix0b3QNhQxrYe_kdpcjtSvyu5Gwa7Xs"}],"isPrivate":false,"metaSortKey":-1573538355762,"method":"POST","modified":1573542221980,"name":"Create API Key","parameters":[],"parentId":"fld_673265d408c44cd982b52015e8696af1","settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingSendCookies":true,"settingStoreCookies":true,"url":"http://localhost:3000/auth/apikeys","_type":"request"},{"_id":"fld_673265d408c44cd982b52015e8696af1","created":1573542217314,"description":"","environment":{},"environmentProper |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public static class Ban { | |
public String message; | |
public Date expiresAt; | |
Ban(String message, Date expiresAt) { | |
this.message = message; | |
this.expiresAt = expiresAt; | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package net.rocketplatform.service.player.database; | |
import io.quarkus.runtime.StartupEvent; | |
import org.eclipse.microprofile.config.inject.ConfigProperty; | |
import org.flywaydb.core.Flyway; | |
import javax.enterprise.context.ApplicationScoped; | |
import javax.enterprise.event.Observes; | |
@ApplicationScoped |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
++ expr 8192 / 4 | |
++ expr 8192 / 4 | |
+ exec /cockroach/cockroach.sh start --join=cockroachdb-testing-0.cockroachdb-testing.cockroachdb:26258,cockroachdb-testing-1.cockroachdb-testing.cockroachdb:26258,cockroachdb-testing-2.cockroachdb-testing.cockroachdb:26258 --advertise-host=cockroachdb-testing-0.cockroachdb-testing.cockroachdb --logtostderr=INFO --certs-dir=/cockroach/cockroach-certs/ --http-port=8080 --sql-addr=:26257 --listen-addr=:26258 --cache 2048MiB --max-sql-memory 2048MiB | |
Flag --logtostderr has been deprecated, use --log instead to specify 'sinks: {stderr: {filter: ...}}'. | |
I211019 20:45:53.819162 1 1@cli/start.go:1049 ⋮ [-] 1 ‹CockroachDB CCL v21.1.10 (x86_64-unknown-linux-gnu, built 2021/10/07 02:39:03, go1.15.14)› | |
I211019 20:45:53.820677 1 server/config.go:431 ⋮ [-] 2 system total memory: ‹8.0 GiB› | |
I211019 20:45:53.820717 1 server/config.go:433 ⋮ [-] 3 server configuration: | |
I211019 20:45:53.820717 1 server/config.go:433 ⋮ [-] 3 +‹max offset 500000000› | |
I211019 20:45:53.820717 1 server/ |
OlderNewer