-
Updated
Jan 26, 2022 - 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 360 public repositories matching this topic...
-
Updated
Jan 28, 2022 - C#
-
Updated
Dec 17, 2021 - Objective-C
-
Updated
Jan 30, 2022 - C++
-
Updated
Jan 9, 2022 - Swift
-
Updated
Jan 2, 2022 - 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
-
Updated
Jan 19, 2022 - Go
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
Apr 30, 2021 - JavaScript
-
Updated
Dec 14, 2021 - Swift
-
Updated
Jun 3, 2020 - Swift
-
Updated
Apr 5, 2019 - JavaScript
-
Updated
Oct 9, 2021 - Swift
-
Updated
Dec 9, 2021 - Swift
-
Updated
Jan 29, 2022 - Dart
-
Updated
Nov 10, 2021
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
Jan 23, 2022 - Swift
-
Updated
Mar 17, 2019 - Swift
-
Updated
Jan 28, 2022 - Swift
-
Updated
Jan 28, 2022 - Ruby
-
Updated
Jan 27, 2022 - JavaScript
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/