extensions
Here are 1,255 public repositories matching this topic...
JKCategories(iOS-Categories,Category), a collection of useful Objective-C Categories extending iOS Frameworks such as Foundation,UIKit,CoreData,QuartzCore,CoreLocation,MapKit Etc.
-
Updated
Jul 23, 2021 - Objective-C
Beautiful calculator app for macOS
-
Updated
May 7, 2021 - JavaScript
-
Updated
Dec 25, 2019 - JavaScript
Is your feature request related to a problem? Please describe.
Most browsers prevent websites from autoplaying media and sound automatically, by default.
When I, for example, open multiple youtube-videos in different tabs, I think it is very disturbing to see this non-standard behavour.
Describe the solution you'd like
By default, all media is prevented from playing automatically.
V
All Chrome Extension examples collected into one repository
-
Updated
Jan 24, 2020 - JavaScript
Provides PowerShell language and debugging support for Visual Studio Code
-
Updated
Jul 28, 2021 - TypeScript
Tools and documentation for building Creative Cloud app extensions with CEP
-
Updated
Jul 24, 2021 - JavaScript
Library to convert between RxJava 1.x and 2.x/3.x reactive types, schedulers and resource handles.
-
Updated
Jul 7, 2021 - Java
A set of .NET libraries for Windows implementing PInvoke calls to many native Windows APIs with supporting wrappers.
-
Updated
Jul 22, 2021 - C#
RxJava 2.x & 3.x extra sources, operators and components and ports of many 1.x companion libraries.
-
Updated
Jul 17, 2021 - Java
Versatile Video Player implementation for iOS, macOS, and tvOS
-
Updated
Mar 29, 2021 - Swift
Extensions for F#
-
Updated
Jul 16, 2021 - F#
Chrome 插件,查看开源中国软件更新资讯,文档导航,GitHub 趋势榜,linux命令索引,浏览历史记录和时钟页面。
-
Updated
Jun 24, 2021 - JavaScript
Ramda Adjunct is the most popular and most comprehensive set of functional utilities for use with Ramda, providing a variety of useful, well tested functions with excellent documentation.
-
Updated
Jul 27, 2021 - JavaScript
-
Updated
Jul 18, 2021 - Kotlin
Kotlin Extensions (Android extensions) and Helpers for smoother Android development
-
Updated
Jul 27, 2021 - Kotlin
Source code of Raindrop.io browser extension (Chrome, Firefox, Opera)
-
Updated
Sep 7, 2020 - JavaScript
Extensions to the Kotlin Flow library.
-
Updated
Jul 14, 2021 - Kotlin
ZSON is a PostgreSQL extension for transparent JSONB compression
-
Updated
Jun 1, 2021 - C
Android Maps Extensions is a library extending capabilities of Google Maps Android API v2.
-
Updated
Jun 5, 2021 - Java
Add more "towel" puns and jokes anywhere appropriate: readme, xml documentation, docfx, etc.
Examples:
A .NET library intended to make coding a bit more towelerable
from the top of the readme
Throw in the towel.
from the description of this repo
I tried to tell a joke about towels...
But people don’t like my dry humor.
my thoughts on #82</su
A collection of utilities to enhance the Unity Editor
-
Updated
May 29, 2020 - C#
A upgrade from
-
Updated
Jul 8, 2021 - TypeScript
https://github.com/Pext/Pext/blob/master/docs/installation.rst contains instructions for openSUSE, but more repositories are available (despite being untested).
These need to be documented for the relevant distributions:
Stable: https://download.opensuse.org/repositories/home:/TheLastProject:/python-pext/
Nightly: https://download.opensuse.org/repositories/home:/TheLastProject:/python-pext:/d
Lulumi-browser is a lightweight browser coded with Vue.js 2 and Electron.
-
Updated
Jun 15, 2021 - JavaScript
iOS浏览器 Web Browser for iOS
-
Updated
Jan 2, 2020 - Objective-C
Improve this page
Add a description, image, and links to the extensions topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the extensions topic, visit your repo's landing page and select "manage topics."


Is your feature request related to a problem? Please describe.
Doc string states:
Date().weekday -> 5 // fifth day in the current week.
Guess what, 5 is not friday. It's thursday. It makes some sense after i dug deeper, but as a programmer, i assumed monday could be 0 or 1, therefore thursday should be 3 or 4. Monday is 2! Because sunday is 1!
**Describe the solution you'd li