The Secret Service API is a D-Bus interface
(org.freedesktop.secrets) implemented by GNOME Keyring. Applications use it to store and retrieve
credentials. Once your desktop session is unlocked (at login), any process running as your user can
talk to this interface without further authentication.
Do you endorse XXXXX?
The person listed below wishes to submit work to the cs.SE (Software Engineering) subject category of arXiv. To do this, they must be endorsed by an existing arXiv user with sufficient publication history on arXiv. You are such a person.
Endorsement request from:
Your endorsement will enable to upload articles to cs.SE. We ask that you verify that they are a competent member of the scientific community and will submit legitimate research work that is relevant to cs.SE. Considerations
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ## Result: Proportion of Anonymous Edits on English Wikipedia — March 2026 | |
| Using the [Wikimedia Analytics REST API](https://wikimedia.org/api/rest_v1/), edit counts for the last complete month (March 2026): | |
| | Metric | Count | | |
| |---|---| | |
| | Total edits | 5,389,374 | | |
| | Anonymous edits | 454,619 | | |
| | **Proportion anonymous** | **8.44%** | |
From the network configuration:
Allowed domains only:
api.anthropic.comarchive.ubuntu.comcrates.iofiles.pythonhosted.orggithub.comindex.crates.ionpmjs.com/npmjs.org/www.npmjs.com/www.npmjs.org
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #! /usr/bin/env python3 | |
| """Enable GitHub sponsorships for all repositories in an organization. | |
| This script: | |
| - Reads a GitHub personal access token from the local keyring | |
| - Lists all repositories in the configured organization | |
| - Skips archived repositories | |
| - Enables the sponsorship button on each remaining repository via the GitHub API | |
| Requirements: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python3 | |
| """ | |
| JupyterLab Terminal Tmux Manager. | |
| This script provides multiple ways to interact with JupyterLab terminals: | |
| 1. Tmux Orchestrator: Launches a tmux session where each window is connected to | |
| an active JupyterHub terminal. Inside tmux, 'c' creates a new remote terminal. | |
| 2. One-shot Execution: Creates a temporary terminal to run a single command | |
| (passed as an argument or piped) and prints the output. | |
| 3. Terminal Listing: Lists all active terminals and their last activity. |
NewerOlder