#
key
Here are 401 public repositories matching this topic...
enhancement
good first issue
Bite-sized items for first time contributors
backlog
Issues to address with priority for current development goals
Safe deep property access in 120 bytes. x = dlv(obj, 'a.b.x')
-
Updated
Dec 13, 2020 - JavaScript
agateau-gg
commented
May 31, 2022
IgnoredMatch is currently defined as a Dict[str, str] with two entries: name and match.
It should be turned into a dataclass to improve type-safety and make code more expressive. The Cache code must be updated as well, since it also uses the IgnoredMatch d
Use property paths (`a.b.c`) get a nested value from an object.
nodejs
javascript
node
paths
object
deep
value
key
lodash
get
nested
dot-notation
dot-prop
jonschlinkert
object-path
deep-property
get-deep
-
Updated
Dec 15, 2020 - JavaScript
A simple, yet powerful chromakey / greenscreen solution for Unity. Designed to be used with virtual production.
-
Updated
Jan 3, 2022 - ShaderLab
Flashing tools for VW AG control units over UDS. Includes support for Simos18.1 and Simos18.10, including signature bypass and support for modified Application Software (ASW) as well as DQ250-MQB, including compression and encryption.
-
Updated
May 20, 2022 - Python
Key establishment using KDC server.
-
Updated
Apr 4, 2022 - Java
Station-to-Station authentication key exchange protocol.
-
Updated
Jan 12, 2021 - Java
Bitcoin Wallet Address Generator
python
generator
bitcoin
address
cryptocurrency
key
wallet
segwit
bitcoin-address
bech32
wif
bitcoinaddress
bc1
-
Updated
May 2, 2021 - Python
Example project showing how to provide a Spring Boot App that serves a secured REST endpoint, that is called with Spring´s RestTemplate configured to use client authentification with a client certificate
spring-boot
key
java-keystore
jks
crt
spring-resttemplate
client-certificate
truststore
resttemplate-configuration
-
Updated
May 19, 2022 - Java
Get Unlimited amount of Data in Cloudflare's WARP+ VPN🔥
python
hack
script
cloudflare
vpn
key
warp
wrap
activation
pc
unlimited
cloudflare-warp
warp-plus
warp-hack
warp-script
-
Updated
May 31, 2022 - HTML
Simple Java library to translate your text using Google Translate without using of API KEY
-
Updated
Aug 18, 2018 - Java
基于go-gin框架建立减少冗余动作项目,如:下载一些工具
shell
golang
crawler
scraper
spider
python3
gin
key
keygen
nginx-configuration
gin-gonic
navicat
nginx-conf
xshell
xftp
xmanager
mobaxterm-keygen
registry-workshop
-
Updated
Aug 14, 2021 - Go
Improve this page
Add a description, image, and links to the key topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the key topic, visit your repo's landing page and select "manage topics."


We already have
TargetFile.from_data() / TargetFile.from_file()to calculate hashes and length for a target.We should optionally support hashes and length for Metafile too (but likely the API is not same, see below).
This hasn't come up so far because we haven't really used the optional hashes in our metafiles... it did come up in theupdateframework/go-tuf#228.
No