-
Updated
Oct 8, 2019 - 680 commits
- TypeScript
Join GitHub (or sign in) to find projects, people, and topics catered to your interests.
Here's what's popular on GitHub today...
A High-Quality Real Time Upscaler for Anime Video
-
Updated
Oct 8, 2019 - 134 commits
- Java
Hacktoberfest — brought to you by DigitalOcean in partnership with DEV — is a month-long celebration of open source software. Maintainers are invited to guide would-be contributors towards issues that will help move the project forward, and contributors get the opportunity to give back to both projects they like and others they’ve just discovered. No contribution is too small — bug fixes and documentation updates are valid ways of participating.
Can’t make it to this event? Hacktoberfest is virtual and open to participants from around the globe. Sign up to participate today.
You can look for open issues labeled Hacktoberfest for inspiration. And if are an open source repository maintainer, you can create issues or label existing ones with Hacktoberfest on your GitHub projects to help new contributors know what to work on.
Twitter is an online news and social networking service where users post and interact with messages, known as “Tweets”.
An entity framework for Go
-
Updated
Oct 8, 2019 - 212 commits
- Go
A bot for booking Glastonbury tickets using selenium
-
Updated
Oct 8, 2019 - 29 commits
- HTML
Game Off
November 01, 2019 - December 01, 2019 • Online
Many people on constrained data plans turn on data saving — their smartphone browsers then send a "Save-Data" header to servers.
We can use this in the client as well to choose lower-data rendering options for these people.
For gatsby-image, we can render regular resolution images for these people instead of retina.
if ("connection" in navigator) {
if (navigator.connection.savLeanBoard
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.
Godot version:
3.1.1
OS/device including version:
Windows 10, Oculus Rift (with OpenVR plugin)
Issue description:
App for viewers to suggest ideas to livestreamer in realtime
-
Updated
Oct 7, 2019 - 2 commits
- HTML
This repository was created and developed by Ammar Amer @cry__pto Only. 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.
-
Updated
Oct 8, 2019 - 170 commits
😎 Finding duplicate images made easy!
-
Updated
Oct 8, 2019 - 358 commits
- Python
Need more pytests
The following do not yet have any pytests:
- boolean_algebra
- digital_image_processing
- divide_and_conquer
- hashes
- linear_algebra #1124
- networking_flow #1126
- traversals
- file_transfer_protocol # This might be difficult
- machine_learning
- neural_network
For ease of review, please only modify one directory per pull request.
Fix the LGTM issues
At present, Discovery message fields are accessed using .unwrap() once they've been verified to be present and valid. This makes the code look uglier and riskier than it really is or needs to be. A better solution would be to convert verified messages into an alternate type which provides accessors that don't unwrap, along the following lines:
`fn verify_message(raw_discovery_msg: bytes) -> R
Create Social Network by running one command. Demo: https://worldexplorer.netlify.com/
-
Updated
Oct 8, 2019 - 56 commits
- JavaScript
A collection of source code for various botnets.
-
Updated
Oct 8, 2019 - 2 commits
- C
TotalRecon installs all the recon tools you need
-
Updated
Oct 8, 2019 - 8 commits
- Shell
A bunch of links related to Linux kernel exploitation
-
Updated
Oct 8, 2019 - 57 commits
Common issues while developing with Expo
-
Updated
Oct 7, 2019 - 13 commits
:mortar_board: Path to a free self-taught education in Computer Science!
-
Updated
Oct 8, 2019 - 733 commits
Python - 100天从新手到大师
-
Updated
Oct 8, 2019 - 267 commits
- Jupyter Notebook
A starting point for Clean Architecture with ASP.NET Core
-
Updated
Oct 8, 2019 - 106 commits
- C#
:books: Tech Interview Guide 技术面试必备基础知识、Leetcode 题解、Java、C++、Python、后端面试、操作系统、计算机网络、系统设计
-
Updated
Oct 8, 2019 - 3 commits
- Java
Streamlit app demonstrating an image browser for the Udacity self-driving-car dataset with realtime object detection using YOLO.
-
Updated
Oct 8, 2019 - 88 commits
- Python
Problem
As part of issue #59, all snapshots tests where removed. We would now like to replace these snapshots with a more meaningful unit test.
Acceptance Criteria
Using @testing-library/react create a test for Text.js found in src/components/Text/
:dolphin: The missing terminal file manager for X
-
Updated
Oct 8, 2019 - 1 commits
- C
Review Notebook App
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,
- Visual diff for GitHub commit/PR containing notebooks
- Commenting on the notebook diff to start discussion
- Conversation threads to track all open discussions
For historical reasons, st.text/markdown/json/alert all share the same proto (
Text) and they're all handled by the same elementText.tsx). This makes no sense, though. We should split them out.