All Projects → drov0 → steemsnippets

drov0 / steemsnippets

Licence: MIT License
A collection of snippets for steem programming

Programming Languages

javascript
184084 projects - #8 most used programming language
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to steemsnippets

wechat
WeChat for Jenkins (Jenkins 官方微信公众号)
Stars: ✭ 20 (-54.55%)
Mutual labels:  article
vscode-terraform-doc-snippets
Snippets in vscode for all resources and data sources, as yanked directly from provider docs.
Stars: ✭ 26 (-40.91%)
Mutual labels:  snippets
modx-instagram-latest-posts
This snippet allows us to get the latest posts of any Instagram user. Access tokens are NOT required.
Stars: ✭ 20 (-54.55%)
Mutual labels:  snippets
vcl-snippets
Snippets for Varnish Cache
Stars: ✭ 17 (-61.36%)
Mutual labels:  snippets
autify-javascript-snippets
JavaScript examples that can be used in Autify.
Stars: ✭ 21 (-52.27%)
Mutual labels:  snippets
blog
博客,基于issues,技术和思考请参看 https://trello.com/b/fZ2i0xjA
Stars: ✭ 29 (-34.09%)
Mutual labels:  article
code-examples
Short code snippets written by our open source community!
Stars: ✭ 60 (+36.36%)
Mutual labels:  snippets
vscode-gleam
📟 Gleam support for VS Code
Stars: ✭ 34 (-22.73%)
Mutual labels:  snippets
code-cheats
Quick reference code snippets curated from various sources
Stars: ✭ 17 (-61.36%)
Mutual labels:  snippets
vscode-odoo-snippets
Develop Odoo modules faster and with no Typing Errors.
Stars: ✭ 20 (-54.55%)
Mutual labels:  snippets
steemprojects.com
Steem Projects is a directory of apps, sites and tools build by Steem community
Stars: ✭ 27 (-38.64%)
Mutual labels:  steem
vscode-hyper-javascript-snippets
Visual Studio Code snippet extension for JavaScript and TypeScript
Stars: ✭ 14 (-68.18%)
Mutual labels:  snippets
logbook
📖 a programmer's logbook.
Stars: ✭ 40 (-9.09%)
Mutual labels:  snippets
cerebro-snippets
Cerebro plugin to create snippets (https://cerebroapp.com)
Stars: ✭ 17 (-61.36%)
Mutual labels:  snippets
angular-animations
A sample application exploring the Angular animations module using Angular 8
Stars: ✭ 19 (-56.82%)
Mutual labels:  article
php-tools
Some code snippets that are often used in PHP
Stars: ✭ 25 (-43.18%)
Mutual labels:  snippets
DTrip
DTrip - Traveler's app on STEEM blockchain.
Stars: ✭ 18 (-59.09%)
Mutual labels:  steem
Xylitol-MASM32-snippets
MASM32 Code collection for reverse engineers
Stars: ✭ 119 (+170.45%)
Mutual labels:  snippets
jt tools
Ruby on Rails Continuous Deployment Ecosystem to maintain Healthy Stable Development
Stars: ✭ 13 (-70.45%)
Mutual labels:  snippets
How-to-use-C-in-NodeJS-through-CPP
🤓 How to write C code in NodeJS using C++ as a pass through?
Stars: ✭ 50 (+13.64%)
Mutual labels:  article

Steemsnippets

This is a collection of various snippets for steem.

This is intended to be a collection where people can come, search for a specific functionality and have a working code snippet associated.

If you try a snippet and it ends up not working/is outdated, please open an issue or a pull request :)

Don't hesitate to submit a pull request if you want to contribute to the collection.

Made by @howo : https://steemit.com/@howo

Current snippets :

Steem-js

Active snippets (add things to the blockchain)

Passive snippets (read from the blockchain) :

Dsteem

steem-python

How to contribute

I obviously accept external pull requests. Look up github's documentation on How to create a pull request on how to do so. But make sure you follow these rules :

  • The function must be small and must only do one action (post an article, broadcast a vote etc).
  • The function must be fully commented jsdoc/python docstring style
  • The files must follow the directory structure :
    • /library/nameofthesnippet/nameofhtesnippet.js/.py
  • The file must include an installation file with all the dependencies. Aka a requirements.txt for python or a package.json for nodejs. This must be placed next to the source code file.
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].