-
Updated
Nov 8, 2020 - Python
community-driven
Here are 140 public repositories matching this topic...
-
Updated
Nov 5, 2020 - Emacs Lisp
-
Updated
Nov 7, 2020 - Go
-
Updated
Nov 7, 2020 - Ruby
-
Updated
Nov 5, 2020 - Ruby
-
Updated
Oct 10, 2020 - JavaScript
-
Updated
Oct 17, 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 31, 2020 - PHP
-
Updated
Aug 4, 2020

-
Updated
Nov 2, 2020 - JavaScript
-
Updated
Nov 8, 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
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 42 pts de réputation :
- [S'inscrire](https://captainfact.io/signu
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."
Tick-Tack-Toe game is not working for exception part
Description
Else part on line 247 takes you to infinite loop on getting any char value as input for position.
Expected Behavior