Skip to content

Instantly share code, notes, and snippets.

View orbeckst's full-sized avatar

Oliver Beckstein orbeckst

View GitHub Profile

How to play ASCII-Art Star Wars offline

Following will teach you how to play the "easter-egg" (which actually isn't, but many people describe this as an easter egg) of ASCII-Art Star Wars (or Star Wars in terminal/telnet, whatever), the one you normally starts like this:

$ telnet towel.blinkenlights.nl
  1. Before you start, ensure Node.js is installed.
  2. Navigate to www.asciimation.co.nz, the original home of that ASCII-Art Star Wars.
  3. Press F12 to open developer tools.
@biochem-fan
biochem-fan / atom2svg.py
Last active March 30, 2023 23:31
atom2svg
# atom2svg.py by @biochem_fan
# VERSION: 210224
# License: GPLv2 or later (ask me if this is inconvenient for you)
#
# LIMITATIONS:
# - This supports only a single chain. If you have more chains, shift residue IDs and merge chains.
#
# TODO:
# - Residue numbers (how to pack??)
#
@diflores
diflores / bulk_delete_github_repos.py
Last active January 10, 2023 19:30
Bulk delete GitHub repositories
"""
The following script is a dead-simple one to bulk delete repositories at a GitHub organization.
Note:
You will need to put your GitHub Token (you can generate one here:
https://github.com/settings/tokens) in a .env file located in the same directory
as this script. When generating your token, make sure you selected all the scopes
related to private repositories and deleting them.
"""
@richardjgowers
richardjgowers / custom_attrs.ipynb
Created November 26, 2018 02:49
Custom TopologyAttrs in MDAnalysis
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.