extensions
Here are 1,445 public repositories matching this topic...
Beautiful calculator app for macOS
-
Updated
Jun 7, 2022 - JavaScript
an enhancer/customiser for the all-in-one productivity workspace notion.so (app)
-
Updated
Jun 5, 2022 - JavaScript
JKCategories(iOS-Categories,Category), a collection of useful Objective-C Categories extending iOS Frameworks such as Foundation,UIKit,CoreData,QuartzCore,CoreLocation,MapKit Etc.
-
Updated
Dec 4, 2021 - Objective-C
-
Updated
Jun 17, 2022 - JavaScript
Modern and feature-rich web browser base based on Electron
-
Updated
Jun 17, 2022 - TypeScript
Provides PowerShell language and debugging support for Visual Studio Code
-
Updated
Jul 8, 2022 - TypeScript
All Chrome Extension examples collected into one repository
-
Updated
Oct 31, 2021 - JavaScript
Tools and documentation for building Creative Cloud app extensions with CEP
-
Updated
Jun 24, 2022 - JavaScript
A set of .NET libraries for Windows implementing PInvoke calls to many native Windows APIs with supporting wrappers.
-
Updated
Jul 7, 2022 - C#
Library to convert between RxJava 1.x and 2.x/3.x reactive types, schedulers and resource handles.
-
Updated
Jun 8, 2022 - Java
Extensions for F#
-
Updated
Jul 8, 2022 - F#
Versatile Video Player implementation for iOS, macOS, and tvOS
-
Updated
Sep 19, 2021 - Swift
RxJava 2.x & 3.x extra sources, operators and components and ports of many 1.x companion libraries.
-
Updated
Jun 8, 2022 - Java
Chrome 插件,查看开源中国软件更新资讯,文档导航,GitHub 趋势榜,linux命令索引,浏览历史记录和时钟页面。
-
Updated
Jun 24, 2022 - 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 4, 2022 - JavaScript
-
Updated
Jun 11, 2022 - Kotlin
Kotlin Extensions (Android extensions) and Helpers for smoother Android development
-
Updated
Jul 7, 2022 - Kotlin
Throw in the towel.
-
Updated
Jun 8, 2022 - C#
-
Updated
Jul 3, 2022 - Go
Extensions to the Kotlin Flow library.
-
Updated
Jul 8, 2022 - Kotlin
Source code of Raindrop.io browser extension (Chrome, Firefox, Opera)
-
Updated
Sep 7, 2020 - JavaScript
A upgrade from
-
Updated
Apr 10, 2022 - TypeScript
ZSON is a PostgreSQL extension for transparent JSONB compression
-
Updated
Apr 21, 2022 - C
Android Maps Extensions is a library extending capabilities of Google Maps Android API v2.
-
Updated
Jun 5, 2021 - Java
Lulumi-browser is a lightweight browser coded with Vue.js 2 and Electron.
-
Updated
Jul 7, 2022 - JavaScript
A collection of utilities to enhance the Unity Editor
-
Updated
May 29, 2020 - 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."

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.

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