A collection of inspiring lists, manuals, cheatsheets, blogs, hacks, one-liners, cli/web tools and more.
-
Updated
Jan 23, 2020
A collection of inspiring lists, manuals, cheatsheets, blogs, hacks, one-liners, cli/web tools and more.
A turn based puzzle-roguelike game about breaking the bounds of the traditional grid. Exist in multiple grid spaces at once, and leap across three cells in only one step! Awarded 1st place in the Theme Interpretation category.
Visualization of all roads within any city
A source code analyzer built for surfacing features of interest and other characteristics to answer the question 'what's in it' using static analysis with a json based rules engine. Ideal for scanning components before use or detecting feature level changes.
March 04, 2020 • Los Angeles
As per the title, it seems strange that Deno.Listener instances do not have an exposed rid property.
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,
As a new iOS user, I'd love to see some "less than apple approved" things going on the iOS platform. Can we get a list going?
Could someone take a look at the outstanding pull-requests for react-redux-realworld-example-app? That app desperately needs updating. @khaledosman did some excellent work, and I've also contributed a hooks-update (though I should probably merge my work with his before it's accepted).
https://github.com/gothinkster/react-redux-realworld-example-app/pulls
Thanks!
Describe the feature request
We need to develop a test for the Provisioning Identity through SDS task in order to provide automated testing of the Istio.io website for future releases.
Example tests and the documentation for the framework can be found here: https://github.com/istio/istio/tree/master/tests/integration
程序员如何优雅的挣零花钱
https://github.com/ryanmcdermott/clean-code-javascript#dont-add-unneeded-context
Not so good:
const Car = {
make: 'Honda',
model: 'Accord',
color: 'Blue'
};
function paintCar(car) {
car.color = 'Red';
}
// paintCar for a function name is redundant here and a simple paint(car) seems more intuitive.
Better:
const Car = {
make: 'Honda',
model: 'Acc
Bao, a Lightweight Static Partitioning Hypervisor
The count next to
The filter says null:
<label for="filter-null" class="Topics__Tag-sc-80i8eu-1 bFdvcV">
<input type="radio" name="tag" id="filter-null" value="🏴">
<span class="Topics__TagEmoji-sc-80i8eu-2 iNCQMW">🏴</span>
<span class="Topics__TagCount-sc-80i8eu-3 kqfjcM">3</span>
</label>
在集成dubbo的时候,扩展类没有实现序列化
`Caused by: java.lang.RuntimeException: Serialized class com.alibaba.cola.extension.BizScenario must implement java.io.Serializable
Java field: private com.alibaba.cola.extension.BizScenario com.alibaba.cola.dto.Command.bizScenario
at com.alibaba.com.caucho.hessian.io.JavaSerializer$FieldSerializer.serialize(JavaSerializer.java:299)
at com.alibaba.com.caucho.hessi
Create a Helm chart for Appwrite to allow DevOps to easily setup the server stack in any Kubernetes based cluster.
Kubernetes - Beginners | Intermediate | Advanced
Path to a Software Architect
Official repo of the AWS-JPL Open Source Rover challenge
A collection of various awesome lists for hackers, pentesters and security researchers
Official implementation of "Compounding the Performance Improvements of Assembled Techniques in a Convolutional Neural Network"
Add a comment to https://github.com/RasaHQ/rasa/blob/master/rasa/cli/initial_project/credentials.yml#L31
describing what this entry does.
The entry is needed if you are using Rasa X. There are the credentials for the Rasa X “channel”, i.e. talk to your bot and share your bot.
Thefatrat a massive exploiting tool : Easy tool to generate backdoor and easy tool to post exploitation attack like browser attack and etc . This tool compiles a malware with popular payload and then the compiled malware can be execute on windows, android, mac . The malware that created with this tool also have an ability to bypass most AV software protection .
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.
Thanks for creating this content! I noticed there is a typo in the pandas, import convention section. It says pasdas instead of pandas. I thought you'd like to know.