Skip to content

Join GitHub (or sign in) to find projects, people, and topics catered to your interests.

Here's what's popular on GitHub today...

Support open source and get a T-shirt
Event recommended by GitHub

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.

Popular topic

Twitter

Twitter is an online news and social networking service where users post and interact with messages, known as “Tweets”.

Game Off
Upcoming event recommended by GitHub
Nov
1

Game Off

November 01, 2019 - December 01, 2019 • Online

Game Off is our annual game jam celebrating open source
streamlit
Trending repository
gatsby
Trending repository
KyleAMathews
KyleAMathews commented Aug 29, 2019

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.sav
App recommended by GitHub

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.

PENTESTING-BIBLE
Trending repository

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
Python
Trending repository
cclauss
cclauss commented Jul 28, 2019

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.

libra
Trending repository
bothra90
bothra90 commented Oct 1, 2019

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

awesome-learning
Trending repository
App recommended by GitHub

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,

You can’t perform that action at this time.