-
Updated
Jul 5, 2020
A collection of inspiring lists, manuals, cheatsheets, blogs, hacks, one-liners, cli/web tools and more.
An awesome list that curates the best Flutter libraries, tools, tutorials, articles and more.
The Patterns of Scalable, Reliable, and Performant Large-Scale Systems
A curated list of software and architecture related design patterns.
Do you have an Interesting Story to share? We are here to listen to your story.
Or, you can also drop a mail at raj.deeepak@gmail.com
Remember your story can inspire thousands of students out there !!
Feel
In several WWDC talks, Apple suggests to set the Input and Output files in all run script phases, so the build system can choose to skip a run script phase if nothing changed, improving incremental build time.
How could we improve R.swift‘s behavior here?
Note that I did not yet check if wildcards were allowed in the Input Files field. Or if we could somehow leverage the new File List field.
A collection of Linux Sysadmin Test Questions and Answers. Test your knowledge and skills in different fields with these Q/A.
The definitive list of lists (of lists) curated on GitHub and elsewhere
Creative Coding: Generative Art, Data visualization, Interaction Design, Resources.
Updates to this repository will continue to arrive until the number of links reaches 10000 links & 10000 pdf files .Learn Ethical Hacking and penetration testing .hundreds of ethical hacking & penetration testing & red team & cyber security & computer science resources.
Eclipse OMR is a C/C++ toolkit for building language runtimes. OMR has a high level JIT compilation library called JitBuilder, which is built on OMR's more general compilation framework. We also have a demo VM called [Base9](https://github.com/b9org/
A list of useful Java frameworks, libraries, software and hello worlds examples
Promise packages, patterns, chat, and tutorials
A curated list of awesome things related to Tailwind CSS
With this code in my server blocks (included as a snippet):
if ($time_iso8601 ~ "^(?<year>\d{4})-(?<month>\d{2})-(?<day>\d{2})") {}
access_log /var/log/nginx/$server_log_prefix.access.$year-$month-$day.log;
For some requests (probably something automated, probably invalid, maybe even malformed) nginx ends up with just this filename: ".access.--.log"
Depending on whether it
A collection of the best resources for programming, web development, computer science and more.
See #158 for context.
- Game Boy Crib Sheet - A handy printable reference sheet with ASM opcodes, memory locations, and much more (repository).
- OP Codes cheatsheet
- [gb-opcodes](https://gbdev.g
I think you could rename the project's file to follow the guidelines with lowercase and undescore. Just an improvement :)
`
Some file systems are not case-sensitive, so many projects require filenames to be all lowercase. Using a separating character allows names to still be readable in that form. Using underscores as the separator ensur
Add a description, image, and links to the resources topic page so that developers can more easily learn about it.
To associate your repository with the resources topic, visit your repo's landing page and select "manage topics."
Team up with vcpkg
Related: microsoft/vcpkg#6154
Sync/verify port descriptions (vcpkg <-> awesome-cpp)
Sync/verify port license information (vcpkg <-> awesome-cpp)
Library Homepage (vcpkg <- awesome-cpp)
Vcpkg availability, operating system support, version, build status (vcpkg -> awesome-cpp)
Dependency level; level0=no deps; level1=depends on any level0; ... (vc