A history of edits to the US Constitution as it has been amended. Written in markdown to match original formatting.
-
Updated
Oct 26, 2019 - 22 commits
A history of edits to the US Constitution as it has been amended. Written in markdown to match original formatting.
Over 200 games were submitted for this year’s js13kGames–a community-organized game jam giving particpants 31 days to build a game using no more than 13kB of JavaScript. Here are the top 10 as voted on by the developers themselves.
Nim is a statically typed, compiled, garbage-collected systems programming language.
Pleasant Programming Language.
Exploit for CVE-2019-11043
November 13, 2019 - November 14, 2019 • San Francisco
All Algorithms implemented in Java
A script that can see if an email address is valid in Office365 (user/email enumeration). This does not perform any login attempts, is unthrottled, and is incredibly useful for social engineering assessments to find which emails exist and which don't.
Creating pixel art for fun or animated sprites for a game? The digital artist in you will love these apps and tools!
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,
AiLearning: 机器学习 - MachineLearning - ML、深度学习 - DeepLearning - DL、自然语言处理 NLP
互联网上的免费书籍
Pre-Built Vulnerable Environments Based on Docker-Compose
Hey Cube.Js team!
I get the following yarn warnings when installing dependencies. Can these be fixed? Thank you.
warning @cubejs-backend/server-core > @cubejs-backend/schema-compiler > joi@14.3.1: This module has moved and is now available at @hapi/joi. Please update your dependencies as this version is no longer maintained an may contain bugs and security issues.
warning @cubejs-backe
A new arguably faster implementation of Apache Spark from scratch in Rust
Logstash ships with a nifty tool [1] that makes it easier to convert ingest node pipelines configs. Users may want to try running the tool against the various pipeline definitions included with a Beats module, so it would be helpful to show an example of how you would do this specific to Beats (e.g where you might locate the definition file for a given module).
/usr/share/filebeat/module/a
Understand kubernetes step by step. A simple repo for beginners :fire:
The SDK is very unfriendly for beginners.
Apart from the fact every program imports docker/docker (including docker-ce and kubernetes) and that redirects to moby/moby on the website, the default version you get from go is v1.13.1 and people just seem to import specific commits. The releases can not be seen on moby/moby but can be found on docker/engine however you can not import s
EventList
It would be a good idea to recommend the Wireguard MacOS app instead of the command line in the usage instructions.
I'd like to have a button that forces a re-render of the selected component when clicked. For example, adding a button like this on the right of the component controls:
This can be accomplished today by adding a new prop and changing the prop, but it's more work than I want to do.
How to improve NGINX performance, security, and other important things; @ssllabs A+ 100%, @mozilla A+ 120/100.
快速、简单避免OOM的java处理Excel工具
If a match expression is built up and stored in a variable, which is then passed to REQUIRE_THAT, the test will crash.
TEST_CASE("Bug Demo", "[Bug]"){
std::string str = "Bugs as a service";
REQUIRE_THAT( str,
Catch::EndsWith( "as a service" ) ||
(Catch::StartsWith( "Big data" ) && !Catch::Contains( "web scale" ) ) );
auto match_expression = Catch::E
A series of Jupyter notebooks that walk you through the fundamentals of Machine Learning and Deep Learning in Python using Scikit-Learn, Keras and TensorFlow 2.
Winner of Mozilla's $50,000 award for art and advocacy exploring AI
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.
To accompany the docs, we should add some example notebooks that showcase some of Polynote's features. After all, aren't notebooks supposed to be self-documenting?😄