community-driven
Here are 136 public repositories matching this topic...
-
Updated
Oct 9, 2020 - Emacs Lisp
Description of Change
- adding new feature - articulation point algorithm. In a graph, a vertex is called an articulation point if removing it and all the edges associated with it results in the increase of the number of connected components in the graph. For example consider the graph given in following figure.
- moving the GraphRep struct from Graph.c to Graph.h
References
<!
-
Updated
Oct 8, 2020 - Go
-
Updated
Oct 9, 2020 - Ruby
-
Updated
Oct 9, 2020 - Ruby
-
Updated
Sep 24, 2020 - JavaScript
-
Updated
Oct 9, 2020 - Go
Logos and pictures could be in the settings file to make the config even easier.
For example, logo is in:
./client/head.html
<img src="/logo/openki.png" alt="Openki logo">
./imports/ui/pages/kiosk/kiosk.html
<img src="/logo/openki.png" class="kiosk-logo kiosk-logo-openki">
I'll have a look at meteor templates (not done much with meteorjs until now) and may do it.
-
Updated
Aug 26, 2017
-
Updated
Jun 24, 2020 - Go
-
Updated
Aug 26, 2020 - Python
-
Updated
Oct 7, 2020 - PHP
-
Updated
Aug 4, 2020
-
Updated
Sep 9, 2020 - JavaScript
-
Updated
Sep 10, 2020 - JavaScript
We have install instructions, but nothing for updating. We should add update info (or at least links) to the install instructions and include a link to the install/update instructions from the ChangeLog page.
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
Jul 24, 2020 - PHP
-
Updated
Oct 28, 2019 - Jupyter Notebook
Ajouter cette vidéo youtube
https://www.youtube.com/watch?v=Hox_CHmC-so
ici (en dessous de la 1ere partie du site) en français uniquement :

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
Jul 15, 2019 - JavaScript
-
Updated
May 28, 2020 - C#
-
Updated
Sep 22, 2020 - Shell
-
Updated
Feb 19, 2020 - JavaScript
-
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."
Many algorithms in Project Euler do not follow coding styles as mentioned by @dhruvmanila here, or even the standard coding guidelines.
Notes:
solutionfunctions (a lot of them aren't named as "solution")