The Wayback Machine - https://web.archive.org/web/20210915024653/https://github.com/explore
Skip to content

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

Raspberry Pi logo

Popular topic

The Raspberry Pi is a popular single-board computer.

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

App recommended by GitHub

SoftaCheck

Run Static Analysis Seamlessly on Your Code and Generate Code Documentation Automatically with Doxygen
The static analysis tool we use is based on the open-source tools CppCheck and Clang-Tidy.

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

App recommended by GitHub

App Center

Ship Your Mobile Projects Faster

Automate the Build-Test-Distribute process for your mobile projects. Continuous Integration and Continuous Delivery (CI/CD) are at your fingertips.