-
Updated
Dec 11, 2021 - Swift
macos-app
macOS is the operating system that powers every Mac computer. It was designed by Apple and is meant specifically for their hardware.
Here are 353 public repositories matching this topic...
-
Updated
Dec 17, 2021 - Objective-C
-
Updated
Dec 24, 2021 - C#
-
Updated
Dec 24, 2021 - C++
-
Updated
Nov 18, 2021 - Swift
-
Updated
Aug 9, 2021 - JavaScript
Someone could fork https://github.com/sindresorhus/plash-bing-photo-of-the-day and adapt it for other services.
For example:
- Pexels - Curated photo: https://www.pexels.com/api/documentation/#photos-curated
- Pexels - Search: https://www.pexels.com/api/documentation/#photos-search
- Pixabay - Search: https://pixabay.com/api/docs/#api_search_images
Contributions welcome. Jus
-
Updated
Jun 25, 2021 - Swift
The random number generator (RNG) that deterministically generates all pseudo-random events in a game is never actually seeded, so that all games always use the exact same sequence of random numbers.
The RNG must be seeded with a truly random number (e.g. SDL_GetTicks() or clock()) exactly once at the start of every game.
In MP matches, the seed value must also be distributed from the ho
-
Updated
Oct 27, 2021 - Go
-
Updated
Apr 30, 2021 - JavaScript
-
Updated
Dec 14, 2021 - Swift
-
Updated
Jun 3, 2020 - Swift
-
Updated
Apr 5, 2019 - JavaScript
-
Updated
Dec 9, 2021 - Swift
-
Updated
Oct 9, 2021 - Swift
-
Updated
Nov 10, 2021
-
Updated
Dec 24, 2021 - Dart
Validate text fields
I think we should validate the text fields and indicate invalid/unsupported input somehow. Maybe making the text field have a red border.
-
Updated
Mar 17, 2019 - Swift
-
Updated
Dec 22, 2021 - Swift
-
Updated
Oct 30, 2021 - Swift
-
Updated
Dec 23, 2021 - Ruby
Gifski requires at least 2 frames in the resulting GIF, but users might accidentally trim or choose low enough FPS for the resulting GIF to contain less than 2 frames. We should show a warning in the editor's view in that case.
Right now, we just show an error when the conversion starts:
<img width="472" alt="Screen Shot 2020-10-24 at 16 53 31" src="https://user-images.githubusercontent.com/