---
pageClass: routes
---
# Programming
## ACM
### A.M.Turing Award Winners
## cve.mitre.org
### Search Result
## GitHub
::: tip
GitHub provides some official RSS feeds:
- Repo releases: https://github.com/:owner/:repo/releases.atom
- Repo commits: https://github.com/:owner/:repo/commits.atom
- User activities: https://github.com/:user.atom
- Private feed: https://github.com/:user.private.atom?token=:secret (You can find **Subscribe to your news feed** in [dashboard](https://github.com) page after login)
:::
### User Repo
### Trending
### Topics
| Parameter | Description | Values |
| ---- | ---- | ---- |
| `l` | Language | For instance `php`, which can be found in the URL of the corresponding [Topics page](https://github.com/topics/framework?l=php) |
| `o` | Sorting Order | `asc`, `desc` |
| `s` | Sorting Criteria | `stars`, `forks`, `updated` |
For instance, the `/github/topics/framework/l=php&o=desc&s=stars` route will generate the RSS feed corresponding to this [page](https://github.com/topics/framework?l=php&o=desc&s=stars).
### Repo Issues
### Repo Pull Requests
### User Followers
### Repo Stars
### Repo Branches
### Files Commits
| User name | Repo name | Branch name | File path |
| --------- | --------- | ----------- | --------------- |
| `DIYgod` | `RSSHub` | `master` | `lib/router.js` |
> - If there are special characters such as `/` in the **branch name**, they need to be encoded with urlencode, usually `/` needs to be replaced with `%2f`
> - If there are special characters in the **file path**, you need to use urlencode to encode them, but the file path can be recognized normally `/` characters
> - If the **file path** ends with `.rss`, `.atom`, `.json`, you need to replace the `.` in the suffix with `%2e`
> > Reeder will make an error when subscribing to `% 2erss` or similar suffixes. At this time, add`.rss` after the route to subscribe
> >
> > Such as: replace `https://rsshub.app/github/file/DIYgod/RSSHub/master/lib/router%2ejs` to `https://rsshub.app/github/file/DIYgod/RSSHub/master/lib/router%2ejs.rss`
### Search Result
| Sort options | sort |
| ---------------- | --------- |
| Best match | bestmatch |
| Most stars | stars |
| Most forks | forks |
| Recently updated | updated |
### User Starred Repositories
### Repo Contributors
## GitLab
### Explore
| Trending | Most stars | All |
| -------- | ---------- | --- |
| trending | starred | all |
### Releases
### Tags
## Hacker News
### Section
Website: https://news.ycombinator.com/
| Section | section |
| ------- | ----------------------------------- |
| index | https://news.ycombinator.com/ |
| new | https://news.ycombinator.com/newest |
| past | https://news.ycombinator.com/front |
| ask | https://news.ycombinator.com/ask |
| show | https://news.ycombinator.com/show |
| jobs | https://news.ycombinator.com/jobs |
| best | https://news.ycombinator.com/best |
> Official RSS:https://news.ycombinator.com/rss is same as `index` section
| Link type | type |
| --------- | ------------------------------ |
| story | Deault, link to shared address |
| comments | Link to Hacker News address |
## Hex-Rays
### Hex-Rays News
## Kaggle
### Discussion
| hot | recent | new | top | active |
| ------- | --------------- | --------------- | ---------- | ------------- |
| Hotness | Recent Comments | Recently Posted | Most Votes | Most Comments |
### Competitions
| 空 | featured | research | recruitment | gettingStarted | masters | playground | analytics |
| -------------- | -------- | -------- | ----------- | --------------- | ------- | ---------- | --------- |
| All Categories | Featured | Research | Recruitment | Getting started | Masters | Playground | Analytics |
## LeetCode
### Articles
### Submission
## Linux Patchwork
### Patch Comments
## LWN.net
### Security alerts
| Distribution | Identification |
| :--------------- | :----------------- |
| Arch Linux | `Arch_Linux` |
| CentOS | `CentOS` |
| Debian | `Debian` |
| Fedora | `Fedora` |
| Gentoo | `Gentoo` |
| Mageia | `Mageia` |
| openSUSE | `openSUSE` |
| Oracle | `Oracle` |
| Red Hat | `Red_Hat` |
| Scientific Linux | `Scientific_Linux` |
| Slackware | `Slackware` |
| SUSE | `SUSE` |
| Ubuntu | `Ubuntu` |
## project-zero issues
### issues
## react
### react-native
## Scala
### Scala Blog
## Visual Studio Code Marketplace
### Visual Studio Code Plugins Marketplace
| Featured | Trending Weekly | Trending Monthly | Trending Daily | Most Popular | Recently Added |
| -------- | --------------- | ---------------- | -------------- | ------------ | -------------- |
| featured | trending | trending_m | trending_d | popular | new |