Here are 2,133 public repositories matching this topic...
-
Updated
Mar 11, 2020 - Python
-
Updated
Nov 14, 2020 - JavaScript
-
Updated
Nov 29, 2020 - Java
-
Updated
Nov 5, 2020 - Kotlin
-
Updated
Nov 23, 2020 - JavaScript
Synccit custom URL
Slide version:6.2.2
Android version:8.1.0
I run my own synccit server, on a custom URL. I have no experience with java, but i have found the url in the code, its at https://github.com/ccrama/Slide/blob/0541b746f09cc4ee61f2957e466840a568209015/app/src/main/java/me/ccrama/redditslide/Synccit/SynccitTask.java#L16.
Is it possible to make this a setting?
-
Updated
Jun 27, 2020 - PHP
-
Updated
Nov 29, 2020 - Java
-
Updated
Nov 23, 2020
Hi
So that extension on NSImage on macOS makes a blank image and has a placeholder input string to maybe do something with in the future or...?
Thanks in advance.
-
Updated
Jul 7, 2016 - Python
-
Updated
May 15, 2020 - Python
-
Updated
Jun 19, 2020
-
Updated
Nov 25, 2020 - Python
-
Updated
Feb 20, 2018 - Python
-
Updated
Aug 31, 2015 - Python
-
Updated
Nov 18, 2019 - Shell
-
Updated
Apr 8, 2019 - Python
-
Updated
Aug 24, 2020 - CoffeeScript
Improve this page
Add a description, image, and links to the reddit topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the reddit topic, visit your repo's landing page and select "manage topics."
If we compile with
#![deny(missing_docs)]
in lib.rs, the compiler will warn us about any public functions and items without documention. I think it would be very useful to add this documentation, both for potential contributors and for our own understanding of the code. This might even be a good task for new contributors, because it doesnt require knowledge of the code (we can always answer ques