Skip to content

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

Storybook logo

Popular topic

Storybook is a UI development environment for your UI components.

Trending repository

Qlib is an AI-oriented quantitative investment platform, which aims to realize the potential, empower the research, and create the value of AI technologies in quantitative investment. With Qlib, you can easily try your ideas to create better Quant investment strategies.

  • Updated Sep 14, 2021
  • Python
Game Off

Upcoming event recommended by GitHub

Nov
1

Game Off

November 01, 2021 - December 01, 2021 • Online

Game Off is an annual game jam, where participants spend the month of November creating games based on a secret theme. Participate individually, or as a team. Use whatever game engines, libraries, and languages you like.
Codecov | Code Coverage screenshot

App recommended by GitHub

Codecov | Code Coverage

Codecov provides highly integrated tools to group, merge, archive and compare coverage reports.

  1. Uploads coverage reports from your CI
  2. Merges all builds and languages into one beautiful, coherent report.
  3. Displays coverage data in GitHub Files tab

Is your team using GitHub Enterprise? If so, check out Codecov Self-Hosted.

Do you have less than 5 users in your organization? You can sign up for free on codecov.io.

Trending repository

jravenel
jravenel commented Sep 13, 2021

The objective of this notebook is to get access to all the job list in Remotive.io for certain keywords.

Input

  • KEYWORDS = ["data", "python"]

Model

Connect to Remotive API, query from variables in input, and return dataframe with the following columns:

  • JOB_TITLE: Web developer
  • JOB_DESCRIPTION: "I'm looking for..."
  • JOB_SNIPPET: "Need a custom website <...>",
  • JOB_URL:

Trending repository

panarch
panarch commented Aug 2, 2021

In src/glue.rs, Glue module is a kind of wrapper interface which provides users to execute sql queries in a simple way.

It is firstly designed to run multiple sql query string.
e.g. In https://docs.rs/gluesql/0.7.0/gluesql/,

   let sqls = "
         DROP TABLE IF EXISTS Glue;
         CREATE TABLE Glue (id INTEGER);
         INSERT INTO Glue VALUES (100);
         INSERT IN
Codacy screenshot

App recommended by GitHub

Codacy

Codacy is an automated code analysis/quality tool that helps developers ship better software, faster. With Codacy, you get static analysis, cyclomatic complexity, duplication and code unit test coverage changes in every commit and pull request.

You can use Codacy to enforce your code quality standard, save time in code reviews, enforce security best practices and onboard developers faster. Integrate with your GitHub repositories to get quality analysis of every pull request inside GitHub.