community-driven
Here are 136 public repositories matching this topic...
-
Updated
May 31, 2022 - Emacs Lisp
-
Updated
May 29, 2022 - C
-
Updated
May 21, 2022 - Go
-
Updated
May 31, 2022 - Ruby
-
Updated
May 27, 2022 - Ruby
-
Updated
Jan 6, 2022 - Ruby
This issue serves as place to note candidate projects (via url), which might be added to the list.
Update (2022-01-29): I initially planned to use this issue as a public place to note down candidates to add them by later myself. Now, I try to ping people involved in those projects. Benefits:
- Information added is more accurate
- People get to know of this list
- Saves time for me
Update:
Prevent user from minting when has insufficient balance, other actions send/consume/list/buy been solved in action component
Mind test on
- classic
- simple mint
Originally posted by @yangwao in kodadot/nft-gallery#65 (comment)
-
Updated
Apr 17, 2022 - Go
-
Updated
Apr 9, 2022 - JavaScript
-
Updated
Mar 9, 2019 - JavaScript
-
Updated
May 30, 2022 - PHP
-
Updated
Aug 26, 2017
Nice work on these docs. It looks like the save command is outdated. When looking in my console with sublime.log_commands(True), it has an additional argument:
command: save {"async": true}
Currently we track (and visualize) GitHub clones and PyPI downloads here. It would be great to add conda-forge data to this. Steps required (draft list):
- build Python script to access/download and visualize data
- determine the best way to do above (likely via this anaconda package data library)
- create a GitHub action t
-
Updated
Aug 26, 2020 - Python
-
Updated
May 15, 2022 - JavaScript
-
Updated
Feb 2, 2022
Afin d'encourager la participation, publions un challenge !
Emplacement dans le menu :

(design au choix, à ne pas suivre à la lettre)
Texte FR
Nouveau sur CaptainFact ? Passez notre épreuve du feu et gagnez 20 pts de réputation :
- [S'inscrire](https://captainfact.io/signu
-
Updated
May 21, 2022 - JavaScript
-
Updated
May 31, 2022 - Java
-
Updated
Apr 11, 2022 - Clojure
-
Updated
Oct 28, 2019 - Jupyter Notebook
Squashfs is a read-only filesystem that is frequently used to transparently compress whole operating systems in a live portable media, to distribute software in Snap and AppImage formats, and to efficiently store large multimedia archives. It divides the data into rather small blocks and then compresses them with one of 6 algorithms:
- gzip
- LZ4
- LZMA
- LZMA2
- LZO
- zstd
If Fairytale
-
Updated
Apr 1, 2022 - C#
- Instead of gathering stats by ratings, gather it by
bad(1-2),average(3) andgood(4-5), if only 5s are there, for example showawesomeinstead ofgoodand so on. On hover show detailed info: (example) 5 users marked water as good - on hover (4 users rated "5" and on
Improve this page
Add a description, image, and links to the community-driven topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the community-driven topic, visit your repo's landing page and select "manage topics."

We have a lot of
is_prime(or similar) functions: https://github.com/TheAlgorithms/Python/search?p=4&q=is_prime, https://github.com/TheAlgorithms/Python/search?q=isPrime, data_structures/hashing/number_theory/prime_numbers, etc. Shall we use one common function for that exactly identical