This gist contains links to the resources referenced in the HackFS workshop Developing on Filecoin.
Slides for this presentation can be found here.
- How Filecoin Works: an in-depth system overview by Juan Benet
- Developing on Filecoin by Pooja Shah
# Source: https://gist.github.com/2f6ef41745fad5bf0d7c023c1261d77c | |
########################################################################### | |
# How To Shift Left Infrastructure Management Using Crossplane Composites # | |
# https://youtu.be/AtbS1u2j7po # | |
########################################################################### | |
# Referenced videos: | |
# - Crossplane - GitOps-based Infrastructure as Code through Kubernetes API: https://youtu.be/n8KjVmuHm7A | |
# - How to apply GitOps to everything - combining Argo CD and Crossplane: https://youtu.be/yrj4lmScKHQ |
# Source: https://gist.github.com/f11e690295311d8d7dd53b5128bd6d3e | |
##################################### | |
# Tekton vs. Argo Workflows # | |
# Kubernetes-Native CI/CD Pipelines # | |
# https://youtu.be/dAUpAq7hfeA # | |
##################################### | |
# Referenced videos: | |
# - Tekton - Kubernetes Cloud-Native CI/CD Pipelines And Workflows: https://youtu.be/7mvrpxz_BfE |
This gist contains links to the resources referenced in the HackFS workshop Developing on Filecoin.
Slides for this presentation can be found here.
*.ip | |
*.log |
{"nodes":[{"id":"4062045","user":"mbostock","description":"Force-Directed Graph"},{"id":"1341021","user":"mbostock","description":"Parallel Coordinates"},{"id":"1341281","user":"jasondavies","description":"Parallel Coordinates"},{"id":"b3ff6ae1c120eea654b5","user":"d3noob","description":"Simple d3.js Graph"},{"id":"4963004","user":"calvinmetcalf","description":"Quadtree Madness Round 2"},{"id":"4962892","user":"calvinmetcalf","description":"Quadtree Madness Round 2"},{"id":"4963273","user":"calvinmetcalf","description":"Quadtree Madness Round 2"},{"id":"4967213","user":"calvinmetcalf","description":"Rtree Madness"},{"id":"4060606","user":"mbostock","description":"Choropleth"},{"id":"4686432","user":"dwtkns","description":"Faux-3d Shaded Globe"},{"id":"3757101","user":"mbostock","description":"Lambert Azimuthal Equal-Area"},{"id":"5028304","user":"d3noob","description":"Sankey diagram with horizontal and vertical node movement"},{"id":"4343214","user":"mbostock","description":"Quadtree"},{"id":"1346410","user" |
Your blockchain must have all of the following properties:
If your blockchain is missing any of the above properties, it is not a blockchain, it is just a ledger.
boot.img http://dl.free.fr/h4GMnkXNR | |
system.img http://dl.free.fr/fCtptJFxs |
apply plugin: 'java' | |
apply plugin: 'scala' | |
// For those using Eclipse or IntelliJ IDEA | |
apply plugin: 'eclipse' | |
apply plugin: 'idea' | |
def findPlay20(){ | |
def pathEnvName = ['PATH', 'Path'].find{ System.getenv()[it] != null } | |
for(path in System.getenv()[pathEnvName].split(File.pathSeparator)){ | |
for(playExec in ['play.bat', 'play.sh', 'play']){ |