community-driven
Here are 129 public repositories matching this topic...
-
Updated
Jan 3, 2022 - Emacs Lisp
-
Updated
Jan 4, 2022 - C
-
Updated
Jan 4, 2022 - Go
-
Updated
Jan 4, 2022 - Ruby
-
Updated
Jan 2, 2022 - Ruby
-
Updated
Dec 27, 2021 - Ruby
-
Updated
Dec 7, 2021 - Go
-
Updated
Mar 9, 2019 - JavaScript
-
Updated
Aug 26, 2017
-
Updated
Dec 26, 2021 - PHP
- We will need to update .vscode/vetur/snippetstemplate-typescript-w-decorator.vue to
import { Vue } from 'nuxt-property-decorator'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}
-
Updated
Aug 26, 2020 - Python
Currently, the Python Package Index updates are coded in a Jupyter Notebook and must be run manually. It would be great to:
- Turn this code into a standalone python script
- create a GitHub action that runs it as a cron job every few months and adds the changes to the traffic branch
-
Updated
Nov 25, 2021 - JavaScript
-
Updated
Nov 14, 2021
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
Sep 16, 2021 - PHP
-
Updated
Oct 28, 2019 - Jupyter Notebook
-
Updated
Oct 18, 2021 - Clojure
-
Updated
Jan 4, 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
Oct 21, 2021 - C#
-
Updated
Sep 22, 2020 - Shell
-
Updated
Sep 24, 2020
-
Updated
Mar 1, 2019 - JavaScript
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