A static site generator for Swift developers
-
Updated
Jan 1, 2020 - Swift
A static site generator for Swift developers
ALBERT: A Lite BERT for Self-supervised Learning of Language Representations
GUI based Smart Sudoku Solver that tries to extract a sudoku puzzle from a photo and solve it
March 04, 2020 • Los Angeles
As statet in the referenced tutorial Template-method Pattern Tutorial
I would add a note in the pattern description that the template method should be declared final.
To make sure that subclasses don’t override the template method, we should make it final.
And I would change the code accordingly.
Lean's OpenWrt source
Creating pixel art for fun or animated sprites for a game? The digital artist in you will love these apps and tools!
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'd be very interested if someone would be willing to take this up. The current path of building through cargo is not a very friendly one.
Please consider add Pixexid https://pixexid.com is a free image community with features like visual crop and 360 panoramas. (custom license)
👩💻 🇲🇦List of awesome Moroccan things for developers 🇲🇦👨🏻💻
In GNU/Hurd, __MACH__ is also defined, but the macOS specific header file doesn't exist.
Tailwind Starter Kit a beautiful extension for TailwindCSS, Free and Open Source
Machine learning, in numpy
Awesome Forensics Resources. Almost 300 open source forensics tools, and 600 blog posts about forensics.
:gem: A curated list of awesome Competitive Programming, Algorithm and Data Structure resources
Should be parallelized. Great book btw!
jbirms:learn-go-with-tests(master)$ ag paralell
concurrency.md
468:We have paralellized the part of the code that we wanted to make faster, while
List of Development YouTube Channels
✨😂easy ways to add design flair, user delight, and whimsy to your product.
:mortar_board: Path to a free self-taught education in Computer Science!
Spring Boot 2.X 专栏更新中,未来更新 Spring Cloud Alibaba 。欢迎胖友 Star 一波
Open source RAT collection, and RAT analysis blog/video collection.
Integrate Ghidra's decompiler as an Ida plugin
A sandbox tower defense game
Cascadia Code version number: 1909.16
Application (with version) used to display text: Visual Studio Code 1.38.1
OS platform and version: Windows 10 Pro, 18362
Screen resolution (i.e. 220dpi): 1920x1080 @ 100%
Any other software? No
When trying to create an aws_organizations_organization with below configuration:
resource "aws_organizations_organization" "org" {
aws_service_access_principals = [
"tagpolicies.tag.amazonaws.com"
]
feature_set = "ALL"
aws_service_access_principals = ["SERVICE_CONTROL_POLICY", "TAG_POLICY"]
}
Error:
expected enabled_policy_types.0 to be one of [SERVICE_CONTROL_POLIC
From MDN:
- Chrome has an "Intent to Deprecate and Remove the XSS Auditor"
- Firefox have not, and will not implement
X-XSS-Protection- Edge have [retired their X
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,
When straight up using the Makefile, the man file gets installed. However, this is not the case with CMake, and I can not find an option for it. Please also allow installing any documentation, like man files, when using CMake.