-
I love this project! Can you add some screenshots so we can see what it looks like? Maybe also a small demo showing how to consume content from the server from the command line?
-
## Abstract
SimpleABI is a standardized interface definition for smart contract communication. This allows for a group of smart contracts to implement a single standardized interface and be accesse…
Earlz updated
5 years ago
-
Would it be possible to add a few examples? Either directly on the main
README, or perhaps better as a small directory that could be distributed
too. Just a few examples, ideally with some comments …
-
It seems it does not work if there is already something after(I assume that because of an error)
1
![image](https://user-images.githubusercontent.com/30507409/71683489-be122200-2da3-11ea-8432-79…
-
A FAQ in the community is a structured roadmap for learning Data Engineering and it's about time we start addressing it. We currently have a getting started guide but it's not detailed enough and was …
-
- __GitHub Profile__: @creaoy
- __Available for__: `full-time` `part-time`
- __Categories__: `head-of-engineering` `engineering-manager` `solution-architect` `sales`
- __Location__: `indonesia:bali`
-…
-
@jfairbank's talk at Codemash 2017 is a _strong_ contender for "Best intro to Elm" for complete beginners:
[![image](https://user-images.githubusercontent.com/194400/33337143-f5230204-d469-11e7-9984-…
-
When running DIE with the JSON flag (`-j, --json`), non-JSON output is included regarding heuristic scan information.
**DIE Version**
```
$ diec -v
die 3.10
```
**Basic example**
```
$…
-
An idea mined out of #6 :
A user editable (wiki-like) crowdsourced variant of Khan Academy. Let anyone create courses, contribute to the content of other courses, upload and edit video links and docu…
-
Unlike most programming languages, using `and` in an `if` statement will cause an error to be thrown if the second part of the operator relies on the first. As an example, here is the bug I encountere…