Skip to content

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

Ruby logo

Popular topic

Ruby is a scripting language designed for simplified object-oriented programming.

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 13, 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.

App recommended by GitHub

CommitCheck

CommitCheck ensures your commit messages are consistent and contain all required information. You can check that commits contain a JIRA number or ensure commits don't contain WIP.

Trending repository

sheepduke
sheepduke commented Aug 30, 2021

Describe the bug

If the target file is deleted first, rm <symlink> will fail instead of removing the broken symbolic link file.

How to reproduce

/home/sheep/temp> touch test.txt
/home/sheep/temp> ln -s test.txt test-link
/home/sheep/temp> rm test.txt
deleted /home/sheep/temp/test.txt
/home/sheep/temp> rm test-link
error: No valid paths
  ┌─ shell:5:1
  │
5 │ rm test-

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:

App recommended by GitHub

LGTM

Continuous security analysis

LGTM is a code analysis platform for identifying vulnerabilities and preventing them from reaching production.

LGTM automatically runs 1600+ standard analyses contributed by researchers from the Semmle Security Research Team and our customer community, including Microsoft, Google, Uber and Mozilla.

Quickly refine and run custom QL queries to find variants of known issues and prevent them from being re-introduced into your codebase.