-
Updated
Sep 26, 2019 - 17 commits
- 0 contributors
- C++
Join GitHub (or sign in) to find projects, people, and topics catered to your interests.
Here's what's popular on GitHub today...
Browse a laser-focused collection of information on application security topics, created by a variety of application security professionals with expertise in specific topics.
Symfony
Symfony is a set of reusable PHP components and a web framework.
navi best “primary ip" could automatically execute the snippet which best matches the query, for example.
Flags such as --print should still work accordingly.
Game Off
November 01, 2019 - December 01, 2019 • Online
:white_check_mark: The largest Node.js best practices list (September 2019)
-
Updated
Sep 26, 2019 - 1 commits
- 108 contributors
- JavaScript
Sample code for Channel 9 Python for Beginners course
-
Updated
Sep 26, 2019 - 6 commits
- 3 contributors
- Python
LeanBoard
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.
Seamless operability between C++11 and Python
-
Updated
Sep 26, 2019 - 1 commits
- 140 contributors
- C++
:mortar_board: Path to a free self-taught education in Computer Science!
-
Updated
Sep 26, 2019 - 733 commits
- 85 contributors
completely free for everyone. Its build-in Flutter Dart.
-
Updated
Sep 26, 2019 - 41 commits
- 2 contributors
- Dart
Andromeda - Interactive Reverse Engineering Tool for Android Applications
-
Updated
Sep 26, 2019 - 16 commits
- 2 contributors
- C++
This is an open sourced book on deep learning.
-
Updated
Sep 26, 2019 - 24 commits
- 2 contributors
Simple bookmark manager built with Go
-
Updated
Sep 26, 2019 - 351 commits
- 18 contributors
- JavaScript
🍅冲出你的窗口,free ss/ssr/vmess分享、IPFS、暗网及蹭网教程、Git镜像等其他资源存储库
-
Updated
Sep 26, 2019 - 535 commits
- 4 contributors
- C#
Learn regex the easy way
-
Updated
Sep 26, 2019 - 213 commits
- 69 contributors
Hi, i'v tested out lazydocker today and i love it!
A feature to have is to have names on the containers where the Services window is.
I have a docker-compose.yml file:
version: '3.7'
services:
mongodb:
image: mongo
container_name: "db_app"
ports:
- "27017:27017"
frontend:
image: quizgame/webclient
container_name: "web_app"
build:
High-performance runtime for data analytics applications
-
Updated
Sep 26, 2019 - 597 commits
- 32 contributors
- Rust
This is extracted from #5845 .
When Prometheus adds target labels to a scrape, conflicts with existing labels may arise and have to be solved. The docs specify the following: “… label conflicts are resolved by renaming conflicting labels in the scraped data to "exported_" (for example "exp
基于Python的开源量化交易平台开发框架
-
Updated
Sep 26, 2019 - 2 commits
- 78 contributors
- C++
Lots of times when people have problems with rootless podman, we find that they have not setup User Namespace correctly.
Having podman info display this data would allow us to eliminate one common request we give to users.
📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings
-
Updated
Sep 26, 2019 - 789 commits
- 88 contributors
- JavaScript
Along with implementing support for Base64, add tests as well.
string base64String = "ABA=";
using (JsonDocument doc = JsonDocument.Parse($"{{\"data\":\"{base64String}\"}}"))
{
JsonElement root = doc.RootElement;
JsonElement data = root.GetProperty("data");
byte[] base64Bytes = data.GetBytesFromBase64(); // {0, 16}
Console.WriteLine(base64Bytes.Length); // Returns 2
https://github.com/aspnet/EntityFrameworkCore/blob/03503351c9dd3daf05a1ff66520c00aba3e372eb/src/EFCore/Query/Internal/ExpressionEqualityComparer.cs#L238
I think that this line is supposed to be
However, textual representation of the binding (that is output currently) will be helpful too,