The source code to VVVVVV, now open and public!
-
Updated
Jan 12, 2020 - C++
The source code to VVVVVV, now open and public!
A rugged, minimal framework for composing JavaScript behavior in your markup.
Put your ninja skills to use and teleport from point to point in this retro-looking puzzle game. 2nd place overall in the GitHub Game Off.
The BLAKE3 cryptographic hash function
A free, open source, self-hosted customer feedback tool ๐ฆ
March 04, 2020 โข Los Angeles
๐ A React Framework for building extensible drag and drop page editors
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,
Below is a list of failing links in our French 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
In What about &&? section we have the following code.
function foo() {
console.log( a );
}
var a = 42;
a && foo(); // 42
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 of a and foo() should be different to make the example be clearer.
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.
A list of /uses pages detailing developer setups, gear, software and configs.
Most important: add link to Atlassian's documentation on how to generate an API token:
https://confluence.atlassian.com/cloud/api-tokens-938839638.html
Lean's OpenWrt source
Tutorials, assignments, and competitions for MIT Deep Learning related courses.
:cn: GitHubไธญๆๆ่กๆฆ๏ผๅธฎๅฉไฝ ๅ็ฐ้ซๅไผ็งไธญๆ้กน็ฎใๆด้ซๆๅฐๅธๆถๅฝไบบ็ไผ็ง็ป้ชๆๆ๏ผๆฆๅๆฏๅจๆดๆฐไธๆฌก๏ผๆฌ่ฏทๅ ณๆณจ๏ผ
I recently added "back to top" button to README. What other features would make it easier to browse? Please write your recommendation.
a high-performance, high-precision CPU and memory profiler for Python
Describe the bug
The public middleware can't be disabled.
Steps to reproduce the behavior
A curated list of awesome Python frameworks, libraries, software and resources
๐ฏ Materials to help you rock your next coding interview
Question: Now that I have a simple example working I wanted to run it on my remote headless server. I have installed pySimpleGuiWeb and remi with pip3.
Debian 9
python3.7.2
Web
__3 Python programming e
Things you can do with a browser in 2020 โ๏ธ
I tried building the docs, but was met with a graphviz error. Typically this means I can spend a few hours pecking away at the dependencies until I get stable build... or someone that has it working can export their environment, and publish an environment.yml that we can use with the build instructions.
I was going off of the d2l book since that's a dep here, but their [environment.yml](https://g
่ พ่ฎฏ็ฉ่็ฝ็ป็ซฏๆไฝ็ณป็ป
Fake news is horrible - and defending against it is difficult. This thread hopes to raise awareness of what fake news currently is and what it can become with the dawn of AI (aka fake news 2.0)
I'm interested, what we, as engineers, coders, and citizens can do aga
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.
I just merged #34921 which updates Bullet to version 2.89.
If you simply rebuild it on top of a previous Godot build using the earlier Bullet version, it might compile fine but give you a broken binary which gives weird memory errors and crashes.
So to be safe, cleanup all build artifacts with
scons <your_usual_arguments> -corgit clean -fdx(removes all untracked files), or simply:``