All Projects → InsideTheSim → ethmerge.com-content

InsideTheSim / ethmerge.com-content

Licence: other
Markdown formatted content for the ethmerge.com website.

Projects that are alternatives of or similar to ethmerge.com-content

content defender
Define allowed or denied content element types in your backend layouts
Stars: ✭ 63 (+117.24%)
Mutual labels:  content
rafy-rs
Rust library to download YouTube content and retrieve metadata
Stars: ✭ 46 (+58.62%)
Mutual labels:  content
writing
New posts will be on Substack
Stars: ✭ 74 (+155.17%)
Mutual labels:  content
Stealth-Kid-RAT
Stealth Kid RAT (SKR) is an open-source multi-platform Remote Access Trojan (RAT) written in C#. Released under MIT license. The SKR project is fully developed and tested on Debian GNU-Linux (Deb 9.8 "Stretch"). The RAT will soon be available on Windows platform by mid-2021.
Stars: ✭ 20 (-31.03%)
Mutual labels:  educational
beacon-APIs
Collection of RESTful APIs provided by Ethereum Beacon nodes
Stars: ✭ 209 (+620.69%)
Mutual labels:  eth2
RTHeadedColumnView
Multi-column content with a common header view
Stars: ✭ 12 (-58.62%)
Mutual labels:  content
docs
Documentation site for LFE
Stars: ✭ 23 (-20.69%)
Mutual labels:  content
PyGameofLife
Conway's Game of Life using python's matplotlib and numpy
Stars: ✭ 40 (+37.93%)
Mutual labels:  educational
SilentCryptoMiner
A Silent (Hidden) Free Crypto Miner Builder - Supports ETH, ETC, XMR and many more.
Stars: ✭ 547 (+1786.21%)
Mutual labels:  educational
cortex
📝 A headless, multitenant dynamic content platform powered by Rails, GraphQL and Elasticsearch
Stars: ✭ 28 (-3.45%)
Mutual labels:  content
unpackai
The Unpack.AI library
Stars: ✭ 20 (-31.03%)
Mutual labels:  educational
rpicore
RPICoin - Proof of Stake Cryptocurrency
Stars: ✭ 16 (-44.83%)
Mutual labels:  proof-of-stake
fts-tree
PoC implementation of follow-the-satoshi in a Merkle tree.
Stars: ✭ 17 (-41.38%)
Mutual labels:  proof-of-stake
react-typescript-jest-enzyme-testing
Testing React.JS + TypeScript component with Jest and Enzyme. A simple example for reference.
Stars: ✭ 53 (+82.76%)
Mutual labels:  educational
perlmaven.com
The source files of the Perl Maven articles
Stars: ✭ 60 (+106.9%)
Mutual labels:  content
content-and-experience-toolkit
The Oracle Content Management Toolkit and SDKs help you develop custom applications that consume content that is managed in the OCM repository. These applications can be developed in the Content Management Cloud or using 3rd party tools.
Stars: ✭ 41 (+41.38%)
Mutual labels:  content
interaction-design-in-a-nutshell
A dense, clearly defined, and small guide to interaction design
Stars: ✭ 13 (-55.17%)
Mutual labels:  educational
kotoba
A Discord bot for helping with learning Japanese.
Stars: ✭ 118 (+306.9%)
Mutual labels:  educational
SilentETHMiner
A Silent (Hidden) Ethereum (ETH & ETC) Miner Builder
Stars: ✭ 219 (+655.17%)
Mutual labels:  educational
magic-web
Discover all the amazing things your browser can do
Stars: ✭ 39 (+34.48%)
Mutual labels:  educational

ethmerge.com Content

This repo contains Markdown files that are fetched during the build process for ethmerge.com. Contributions are welcome in the form of Pull Requests. ❤️

I would love to see various authoritative voices in our community provide content for this project. My time (InsideTheSim) is best spent working on UI / UX challenges as the content accrues. Any help spreading the word about this project is greatly appreciated!

Contributing

Introduction

The introduction copy lives in the /introduction.md file at the root of the repo and is actiavely being worked on on the feature/intro branch. See this issue for discussion around drafting content for the Introduction.

FAQs

Existing FAQs

There are a number of pre-seeded FAQs to be worked on. Please check the open Issues on the repo to see which questions have not yet been started / claimed by a community member before you begin your work.

Answers to questions shoud be opened as Pull Requests with the format: Answer: "Name of the question here?"

New FAQs

To create a new FAQ create a new .md file in the /faqs directory using the structure provided in the /faqs/_template.md file. Do not modify the _template.md file directly.

The title of your FAQ .md file should generally be a kebab-case version of your FAQ question title.

In order to place your FAQ appropriately in the list use the weight property in the .md front-matter. The weight is a float value so if you want to put your FAQ immediately after a question that already exists you should:

  • Open the .md file for the question that you wish to place your question after.
  • Find the weight value for the question - let's say it's 5.0.
  • Add a weight of 5.1 to your own question.

If two files have the same weight defined then they will be sorted by creation date with the oldest file being listed first.

Please try to keep similar topic FAQs logically grouped together.

Authorship

Anonymous authorship is acceptable - but given you'll need a GitHub account to contribute anyways please consider at least listing that if you're not comfortable linking your answer to a public internet profile such as Twitter or Reddit.

Questions can have multiple author attributions - and they'll be shown in order of contribution - not sorted by magnitude except in cases of extreme outliers. So, just because a question has an answer please don't feel like you can't submit improvements to it!

Notice

Not all contributions are guaranteed to be merged - but all contributions are appreciated.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].