Skip to content

Instantly share code, notes, and snippets.

This file has been truncated, but you can view the full file.
diff --git a/.dockerignore b/.dockerignore
new file mode 100644
index 0000000..53f7426
--- /dev/null
+++ b/.dockerignore
@@ -0,0 +1 @@
+**/target/
\ No newline at end of file
diff --git a/.gitignore b/.gitignore
index b6e8700..f07a38a 100644
This file has been truncated, but you can view the full file.
diff --git a/.dockerignore b/.dockerignore
new file mode 100644
index 0000000..53f7426
--- /dev/null
+++ b/.dockerignore
@@ -0,0 +1 @@
+**/target/
\ No newline at end of file
diff --git a/.gitignore b/.gitignore
index b6e8700..f07a38a 100644
This file has been truncated, but you can view the full file.
diff --git a/.dockerignore b/.dockerignore
new file mode 100644
index 0000000..53f7426
--- /dev/null
+++ b/.dockerignore
@@ -0,0 +1 @@
+**/target/
\ No newline at end of file
diff --git a/.gitignore b/.gitignore
index b6e8700..f07a38a 100644
diff --git a/.dockerignore b/.dockerignore
new file mode 100644
index 0000000..53f7426
--- /dev/null
+++ b/.dockerignore
@@ -0,0 +1 @@
+**/target/
\ No newline at end of file
diff --git a/.gitignore b/.gitignore
index b6e8700..f07a38a 100644
String file contents
@nginnever
nginnever / gist:6a5f086afc6774763d44a6de7f69e088
Last active December 24, 2019 02:04
lotus custom bellman Makefile
SHELL=/usr/bin/env bash
all: build
.PHONY: all
GOVERSION:=$(shell go version | cut -d' ' -f 3 | cut -d. -f 2)
ifeq ($(shell expr $(GOVERSION) \< 13), 1)
$(warning Your Golang version is go 1.$(GOVERSION))
$(error Update Golang to version $(shell grep '^go' go.mod))
endif

Gaming District

The gaming district is a community of devs, modders, hackers, and gamers, competing and uniting to create and experience new games. A district0x and Finality Labs collaboration.

Purpose:

To imagine and practically implement immersive, expansive, and inclusive gaming experiences. To coordinate those that are most invested in the games they play and allow them to decide how it should be built and maintained.

Description:

Finality Labs is working on building a gaming district centered around the development of open gaming communities with governance and assets running on distributed ledgers. The gaming district will explore producing games that are themselves DAOs, districts, or sub-districts that give dedicated gamers the ability to decide how various aspects of game generation and maintenance take place. Projects may be easily forked and stake holders in game proposals may pull funding or support different visions of how a game should be built and maintained over time.

### Keybase proof
I hereby claim:
* I am nginnever on github.
* I am voxelot_crypto (https://keybase.io/voxelot_crypto) on keybase.
* I have a public key whose fingerprint is 8018 D06C 121E 0229 0D70 E037 823B FD18 2D17 4B82
To claim this, I am signing this object:
#define _XOPEN_SOURCE 700
#include <string.h>
#include <stdlib.h>
#include <stdio.h>
#include <stdint.h>
#include <sodium.h>
#include <unistd.h>
#include <time.h>
#include <arpa/inet.h>
#include <assert.h>
#define _XOPEN_SOURCE 700
#include <string.h>
#include <stdlib.h>
#include <stdio.h>
#include <stdint.h>
#include <sodium.h>
#include <unistd.h>
#include <time.h>
#include <arpa/inet.h>
#include <assert.h>