-
Updated
Jul 21, 2021 - JavaScript
#
mirror
Here are 925 public repositories matching this topic...
MagicMirror² is an open source modular smart mirror platform. With a growing list of installable modules, the MagicMirror² allows you to convert your hallway or bathroom mirror into your personal assistant.
A simple and powerful React framework with minimal API and zero boilerplate.
-
Updated
May 28, 2021 - JavaScript
Framework for transforming Cascading Style Sheets (CSS) from Left-To-Right (LTR) to Right-To-Left (RTL)
javascript
css
i18n
postcss
css3
mirror
donation
ltr
rtl
cascading-style-sheets
postcss-plugin
flip
rtlcss
right-to-left
left-to-right
-
Updated
Jul 8, 2021 - JavaScript
Talk to God on up to 64 cores. Final snapshot of the Third Temple.
-
Updated
Feb 27, 2020 - HolyC
A telegram bot for all your mirror needs
-
Updated
Jul 24, 2021 - Python
-
Updated
Nov 27, 2020 - PHP
Displaying real time information on a mirrored surface.
-
Updated
Jul 7, 2020 - JavaScript
Mirrorbits is a geographical download redirector written in Go for distributing files efficiently across a set of mirrors.
-
Updated
Jan 23, 2021 - Go
Arch Linux CN Community repo mirrors list
-
Updated
Jul 17, 2021 - Python
Android application powering a magic mirror.
-
Updated
Apr 10, 2017 - Java
Documents about how to use repos on mirrors.ustc.edu.cn.
-
Updated
Jul 15, 2021 - Python
rigelifland
commented
Feb 19, 2021
Currently, if you use the exclude_platform filter to remove linux packages, newer package tags still make it through. (For example, tornado-6.1-cp35-cp35m-manylinux2014_aarch64.whl)
The exclude_platform filter currently doesn't exclude packages with newer linux platform tags as defined in PEP 599 and 600
-
Updated
Oct 15, 2015 - JavaScript
Mirror of the Gio main repository (https://git.sr.ht/~eliasnaur/gio)
-
Updated
Jul 19, 2021 - Go
Ignorance utilizes the power of ENet to provide a reliable UDP networking transport for Mirror Networking.
game
networking
unity
mirror
udp
unity3d
enet
essential
reliable-udp
llapi
ignorance
enet-csharp
unity-llapi-transport
-
Updated
Jul 24, 2021 - C#
Patchman is a Linux Patch Status Monitoring System
linux
package
django
monitoring
kernel
debian
repository
mirror
centos
django-application
patch
errata
patch-management
package-management
package-manager-tool
patchman
patchman-server
patchman-client
-
Updated
Jul 14, 2021 - Python
Python library to mirror webpage and websites.
-
Updated
Jun 2, 2021 - Python
Improve this page
Add a description, image, and links to the mirror topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the mirror topic, visit your repo's landing page and select "manage topics."


We're having a mix of named function syntax (old style) and non-named function syntax (new style) in our internal JavaScript.
The old style was mostly there for JS stack traces before they were as nice as what we have now. Since that's solved, having named functions has become unnecessary and will just take up JS data space when processing.
We should convert all named function syntax in JSO