I hereby claim:
- I am dvbnrg on github.
- I am skyforger (https://keybase.io/skyforger) on keybase.
- I have a public key ASCLtMF6Rp1dUDl1Vz8dNSPx58cTjmMfg5Jk8C2uy2-pVAo
To claim this, I am signing this object:
[user] | |
email = [email protected] | |
name = justdave | |
[core] | |
pager = delta | |
[interactive] | |
diffFilter = delta --color-only | |
[delta] |
I hereby claim:
To claim this, I am signing this object:
# Don't print a new line at the start of the prompt | |
add_newline = false | |
format = """[╭─accounts─➜ ❯](bold blue) $username$gcloud$aws$kubernetes | |
[┣─system───➜ ❯](bold yellow) $time$status$cmd_duration$hostname$memory_usage$jobs$battery | |
[┣─project──➜ ❯](bold red) $directory$rust$package$git_branch $git_status $git_state $git_metrics$golang $terraform$docker_context | |
[╰─cmd──────➜](bold green) $character""" | |
# Replace the "❯" symbol in the prompt with "➜" | |
[character] # The name of the module we are configuring is "character" |
This document is research for the selection of a communication platform for robot-net.
The purpose of this component is to enable rapid, reliable, and elegant communication between the various nodes of the network, including controllers, sensors, and actuators (robot drivers). It will act as the core of robot-net to create a standardized infrastructure for robot control.
Requirements:
package main | |
import ( | |
"encoding/json" | |
"log" | |
"net/http" | |
"reflect" | |
"time" | |
"github.com/gorilla/context" |
import React from 'react' | |
import firebaseConfig from '../path/to/firebase-config' | |
import firebase from 'firebase/app' | |
import 'firebase/auth' | |
import FullPageLoading from '../path/to/full-page-loading' | |
AuthProvider.actions = { | |
setUser: 'SET_USER', | |
toggleLoading: 'TOGGLE_LOADING', | |
} |
#!/usr/bin/env bash | |
# This script is meant to build and compile every protocolbuffer for each | |
# service declared in this repository (as defined by sub-directories). | |
# It compiles using docker containers based on Namely's protoc image | |
# seen here: https://github.com/namely/docker-protoc | |
set -e | |
REPOPATH=${REPOPATH-/opt/protolangs} | |
CURRENT_BRANCH=${CIRCLE_BRANCH-"branch-not-available"} |
In addition to the charts that follow, you might want to consider the Frequently Asked Questions section for a selection of common questions about MongoDB.
The following table presents the MySQL/Oracle executables and the corresponding MongoDB executables.
Yes - you can create a Kubernetes cluster with Raspberry Pis with the default operating system called Raspbian. This means you can carry on using all the tools and packages you're used to with the officially-supported OS.