I hereby claim:
- I am etihwnad on github.
- I am etihwnad (https://keybase.io/etihwnad) on keybase.
- I have a public key whose fingerprint is DA91 A6AE 578A 48D1 BE48 3A65 F76C 2C4B 7F04 32B5
To claim this, I am signing this object:
| """ | |
| Export a Conda environment with --from-history, but also append | |
| Pip-installed dependencies | |
| Exports only manually-installed dependencies, excluding build versions, but | |
| including Pip-installed dependencies. | |
| Lots of issues requesting this functionality in the Conda issue tracker, no | |
| sign of progress (as of March 2020). |
| #! /usr/bin/env python3 | |
| # MIT license | |
| # Copyright 2019 Dan White | |
| # | |
| # Permission is hereby granted, free of charge, to any person obtaining a copy | |
| # of this software and associated documentation files (the "Software"), to deal | |
| # in the Software without restriction, including without limitation the rights | |
| # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
| # copies of the Software, and to permit persons to whom the Software is |
| #!/bin/sh | |
| # screen and input device rotation for e.g. a Thinkpad X1 Yoga | |
| # adopted from by the script from http://ubuntuforums.org/showthread.php?t=996830&p=6274392#post6274392 | |
| # | |
| # Usage: | |
| # ./rotate.sh | |
| # will rotate both the screen and input device either to right or normal setting depending on previous state. Additionally: | |
| # * in "right" layout, a on screen keyboard (onboard) is started or stopped in normal mode | |
| # * the touchpad is switched off in "right" mode |
I hereby claim:
To claim this, I am signing this object:
| #! /usr/bin/env python | |
| #support either python 2 and 3 | |
| from __future__ import print_function | |
| import argparse | |
| import os | |
| import sys | |
| import csv |