The source code to VVVVVV!
-
Updated
Jan 13, 2020 - ActionScript
The source code to VVVVVV!
A Windows game, quite literally with a unique game mechanic. Overall winner and 1st place in both Gameplay and Graphics categories.
The BLAKE3 cryptographic hash function
March 04, 2020 • Los Angeles
:books: 技术面试必备基础知识、Leetcode、计算机操作系统、计算机网络、系统设计、Java、Python、C++
Lean's OpenWrt source
Having trouble using Jupyter Notebooks effectively in your team? Join 200+ organizations like Amazon, Microsoft, Tensorflow, fast.ai in using ReviewNB for notebook code reviews.
We provide complete code review workflow for notebooks,
💥Fast State-of-the-Art Tokenizers optimized for Research and Production
🚀 A React Framework for building extensible drag and drop page editors
:cn: GitHub中文排行榜,帮助你发现高分优秀中文项目、更高效地吸收国人的优秀经验成果;榜单每周更新一次,敬请关注!
Remote Code Execution Exploit for Citrix Application Delivery Controller and Citrix Gateway [ CVE-2019-19781 ]
In src/utils/global.css:
Logic issue:
Fixes added in src/components/Toggle.js:
Fixed added in src/components/Toggle.css
I recently added "back to top" button to README. What other features would make it easier to browse? Please write your recommendation.
This is a tool published for the Citrix ADC (NetScaler) vulnerability. We are only disclosing this due to others publishing the exploit code first.
Tutorials, assignments, and competitions for MIT Deep Learning related courses.
Things you can do with a browser in 2020 ☕️
It'd be great to have a CDK or SAM template to set up all required resources in 1 click/command to run n8n on AWS.
I'd imagine it'd include something like:
The documentation says to connect the common pin of an encoder to ground but all optical encoders that I’ve found seem to connect their optical transistors to VCC.
https://static6.arrow.com/aropdfconversion/b37bee95f5eae7e7f00cc37d7f45757e265dbb6b/50924574275363em14.pdf
Would that still be compatible without messing with extra transistors? Do I need to change the Firmware? In Arduino I’d know t
Below is a list of failing links in our Russian lists
You can help improve this repo by resolving the problems.
A failing link may be a website or resource that has disappeared. You can submit a PR
基于SpringCloud(Hoxton.SR1) + SpringBoot(2.2.2.RELEASE) 的SaaS 微服务脚手架,具有统一授权、认证后台管理系统,其中包含具备用户管理、资源权限管理、网关API、分布式事务、大文件断点分片续传等多个模块,支持多业务系统并行开发,可以作为后端服务的开发脚手架。代码简洁,架构清晰,适合学习和直接项目中使用。核心技术采用Nacos、Fegin、Ribbon、Zuul、Hystrix、JWT Token、Mybatis、SpringBoot、Redis、RibbitMQ等主要框架和中间件。
Thanks for maintaining this awesome list. I'd like to suggest to add a release when a change is made to the README file. With this, we can watch the project without getting lots of activity emails.
Thanks for sharing Checkov with the community. I've tried it out briefly on a few of our Terraform projects and found it easy enough to work with. I found some of the checks a little hard to understand the reasoning behind however.
Would it be reasonable to add a rational to each check where it's explained what kind of issues are being avoided by enforcing the check and why it is considered a b
Some changes have been made to the main Readme (which appears when landing on the github webpage) and the FAQ. This is a post to notify people, gather some interest and suggestions.
Thanks to @ker0chan for her help on the Readme (lots more feedback that I haven't processed yet) and @ButternCream for his help working on the FAQ.
from #1919
Code TODO, documentation indicates that the focusRemovedHandler should do something, but it's unclear what. This issue tracks determining proper thing to do.
Lean Board is a collaborative whiteboard with sticky notes which seamlessly connects with your GitHub issue. Login with your GitHub account, create a board for an issue and a snapshot of your notes is embedded in the issue automatically.
In What about &&? section we have the following code.
result in comment should indicate that foo was called. but in fact we would get same result of "42" if first operand had been called (like in
||operator). i think results ofaandfoo()should be different to make the example be clearer.