community-driven
Here are 134 public repositories matching this topic...
-
Updated
Mar 25, 2022 - Emacs Lisp
-
Updated
Mar 20, 2022 - C
-
Updated
Mar 25, 2022 - Go
-
Updated
Mar 25, 2022 - Ruby
-
Updated
Mar 8, 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:
We could put ourselves there as OpenSea for Polkadot, NFT explorer.
Aggregating NFT standards across Polkadot/Kusama parachains with emphasis on NFT analytics and highlighting
- series-insights
- spotlight
- whale index #1165
- flipping dynamics #1115
- what's hot #1386
h/t @kkukelka for nudge
Before making PR to Polkadot/Kusama Wiki/Wikipedia, please elaborate text putting there f
-
Updated
Mar 1, 2022 - Go
-
Updated
Mar 23, 2022 - JavaScript
-
Updated
Mar 9, 2019 - JavaScript
-
Updated
Mar 25, 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}
The IS2_DEM_comparison_WIP.ipynb notebook is still in the repo, but is not shown on the docs page because it is too outdated. icepyx now has some of the functionalities (e.g. data read in) that previously relied on other 2019 hackweek libraries, and the DEM used in the comparison cannot be shared publicly (though it is freely available to download). We need to migrate this example to a more easily
-
Updated
Aug 26, 2020 - Python
-
Updated
Mar 7, 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
Oct 18, 2021 - Clojure
-
Updated
Oct 28, 2019 - Jupyter Notebook
-
Updated
Mar 25, 2022 - JavaScript
-
Updated
Mar 25, 2022 - Java
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
Jan 21, 2022 - C#
-
Updated
Sep 24, 2020
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