Trending repository
-
Updated
Sep 5, 2021 - Python
We take a look at 30 fantastic, free, and open source Linux games, their communities, and their stories. Part 2 of 3.
August 13, 2021 - September 13, 2021 • Online
Open source projects built in or receiving significant contributions from India :india:
Create a website or edit the one you have and host it on Github pages.
Hosting is free, without ads, and super fast. The editor is simple and optimized for mobile phones.
Note: static websites are very fast ! Stastic editor plugs into Jekyll websites, wich are natively supported by Github pages. Install Stastic, then add
/adminto the website URL to enter the editor.
There are many inactive PRs that have already been revised and with their APIs according to our addition criteria. These PRs are just waiting for some correction that was requested by one of the maintainers, and as they are inactive PRs, they will likely not be done.
Inactive PRs must be closed and their APIs added if they still meet our criteria.
Maintainers can add the APIs of these PRs in
Here is a simple template for the default administration password on ZyXEL devices. I tested it only on two different ZyXEL devices, the authentication flow and the resulting page may differ on other models, so it needs more tests.
id: zyxel-default-password
info:
name: ZyXEL Default Password
author: wtzu
severity: high
tags: zyxel
requests:
- raw:
- |
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind feature
or only Idea
Description
Enable to create shared volumes at the Pod level like in the Kubernetes Pod
Currently, Podman volumes can be shared via podman run --mounts-from, i.e only at the container level. On other hand, Kubernetes allows share volumes uniformly mounted by all Pod's containers. I
We need to correctly display that there was an issue when a redemption fails for some reason.
Many cosmology methods start with
if isiterable(z):
z = np.asarray(z)
This eats any units, so is unsafe:
In [6]: Planck18.Tcmb([0., 1.]*u.m)
Out[6]: <Quantity [2.7255, 5.451 ] K>
Probably should be replaced with u.Quantity(z, u.dimensionless_unscaled).value (or just u.Quantity(z, cu.redshift) though that will be slower).
p.s. Noticed this whil
Tired of the troubles with JavaScript? DeepScan can help you.
DeepScan is an advanced static analysis tool engineered to support JavaScript, TypeScript, React, and Vue.js.
You can use DeepScan to find possible runtime errors and quality issues instead of coding conventions. Integrate with your GitHub repositories to get quality insight into your web project.
Added a cpp file for Floyd Algorithm for cycle detection Description of Change
Checklist