screencast
Here are 127 public repositories matching this topic...
-
Updated
Mar 18, 2019 - JavaScript
Can you add button click border color option separately for buttons.
The border icon is perceived as an checkbox icon because it is very similar to the checkbox icon.
I think It may be a different icon or no icon.
-
Updated
Feb 14, 2020 - Swift
-
Updated
Mar 18, 2017 - Shell
-
Updated
Nov 6, 2017 - C#
-
Updated
Apr 25, 2020 - Shell
-
Updated
Apr 7, 2020 - C++
- Give example of splitting data: http://scikit-learn.org/stable/modules/generated/sklearn.model_selection.train_test_split.html
- Attempting two to three Algorithms
- Plot Diagnostics
- Show Accuracy score: http://scikit-learn.org/stable/modules/generated/sklearn.metrics.accuracy_score.html
-
Updated
Jun 3, 2020 - C++
-
Updated
May 13, 2020 - Objective-C
-
Updated
Aug 2, 2017 - JavaScript
-
Updated
Nov 28, 2019 - Java
Box support
Api – https://docs.box.com/docs. Bonus points for the “expire shared link” date selection, which allow to specify when a shared link to an uploaded file will expire, like say, one week from now, two weeks from now, etc.
-
Updated
May 27, 2020 - AutoHotkey
-
Updated
Jun 16, 2018 - Emacs Lisp
Improve the look and feel of the player, especially on mobile devices (phones, tablets). Accessible themes for xterm.js would be nice, too (especially ones to support non-xterm color schemes).
-
Updated
Nov 9, 2016 - AutoHotkey
-
Updated
Nov 16, 2019 - Shell
-
Updated
Mar 27, 2019 - Shell
-
Updated
Jul 11, 2018 - Swift
-
Updated
Mar 7, 2017 - JavaScript
-
Updated
Aug 20, 2017 - JavaScript
-
Updated
Jun 28, 2019 - C++
-
Updated
Apr 19, 2020 - Objective-C
Improve this page
Add a description, image, and links to the screencast topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the screencast topic, visit your repo's landing page and select "manage topics."

man peekon NixOS is binary garbage. It seems that some part of the build system doesn't know thatpeek.1is already compressed and gzips it for the second time.One possible fix is to add
.gzsuffix to generated manpage filename. This is consistent with behavior ofdata/man/CMakeLists.txtwhich appends.gzsuffix.diff --git a/data/man/meson.build b/data/man/meson.build in