Skip to content

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

Firefox logo

Popular topic

Firefox is an open source web browser from Mozilla.

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
GitHub은 글로벌 소프트웨어 개발공간으로서

Upcoming event recommended by GitHub

Sep
28

GitHub은 글로벌 소프트웨어 개발공간으로서

September 28, 2021 • Online

소프트웨어 생태계 전반에 걸친 보안 증진을 위해 노력하고 있습니다. 본 세션에서는 GitHub을 통해 실질적인 보안의 shift left를 이룰 수 있도록 하는 몇가지 기능들을 소개합니다.

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

Mddocs

One-click documentation website from your GitHub repository. Mddocs creates user-friendly documentation from scratch. No tools or instruments required, just a simple .md files from your repository.