Skip to content

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

NativeScript logo

Popular topic

NativeScript is a JavaScript-native mobile framework.

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.
ZenHub screenshot

App recommended by GitHub

ZenHub

ZenHub is the only project management tool that integrates natively within GitHub’s user interface. No lengthy onboarding. No configuration headaches. No separate logins. Developers stay in an environment they love and Project Managers get total visibility into the development process.

Dev teams at companies like NASA, Microsoft, Adobe, Comcast, Docker, VMware, and Leap Motion trust ZenHub's powerful browser extension to help them ship better software.

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:
gitpod.io screenshot

App recommended by GitHub

gitpod.io

Gitpod is an open-source developer platform automating the provisioning of ready-to-code developer environments..

With Gitpod your team can instantly start coding with fresh, ephemeral and fully-compiled dev environments for each new task - no matter if you are building a new feature, want to fix a bug or do a code review.

Sounds like GitHub Codespaces? https://www.gitpod.io/gitpod-vs-codespaces/