Trending repository
-
Updated
Sep 12, 2021 - Jupyter Notebook
November 01, 2021 - December 01, 2021 • Online
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.
If the target file is deleted first, rm <symlink>
will fail instead of removing the broken symbolic link file.
/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-
Add GitHub action to run PHP CS-Fixer and automatically submit any issues via a pull request
The objective of this notebook is to get access to all the job list in Remotive.io for certain keywords.
Connect to Remotive API, query from variables in input, and return dataframe with the following columns:
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.
We have currently simple GitHub page, but we need to think about it's update with some better design.