Go to your work folder, mine is located at:
F:/Work/EnterpriseName/
And then create a .gitconfig-work with the following data:
| """Utilities for managing database sessions.""" | |
| from __future__ import with_statement | |
| import contextlib | |
| import functools | |
| @contextlib.contextmanager | |
| def temp_session(session_cls, **kwargs): | |
| """Quick and dirty context manager that provides a temporary Session object | |
| to the nested block. The session is always closed at the end of the block. |
| # aproducer.py | |
| # | |
| # Async Producer-consumer problem. | |
| # Challenge: How to implement the same functionality, but no threads. | |
| import time | |
| from collections import deque | |
| import heapq | |
| class Scheduler: |
| #!/bin/sh | |
| PATH_TO_ACCOUNT="/path/to/account" | |
| PATH_TO_FILE="/path/to/file" | |
| ACCOUNT_NAME="account@somewhere.org" | |
| ISSUER="Somewhere Org" | |
| KEEPASS_PASSWORD="the secret password" | |
| echo "$KEEPASS_PASSWORD" | keepassxc-cli show -a "TOTP Seed" "$PATH_TO_FILE" "$PATH_TO_ACCOUNT" | grep -v "Insert password" | while read i;do echo "otpauth://totp/$ACCOUNT_NAME?secret=$i&issuer=$ISSUER" | qr;done; |
| #!/bin/sh | |
| IN=LVDS-0; | |
| setoff() { | |
| for display in `xrandr | awk '/ disconnected/ {print $1}'`; do | |
| echo "maybe disabling $display"; | |
| xrandr --output $display --off; | |
| done; | |
| } |
git log --oneline -1 <PR-BRANCH>git push -f origin :People
:bowtie: |
π :smile: |
π :laughing: |
|---|---|---|
π :blush: |
π :smiley: |
:relaxed: |
π :smirk: |
π :heart_eyes: |
π :kissing_heart: |
π :kissing_closed_eyes: |
π³ :flushed: |
π :relieved: |
π :satisfied: |
π :grin: |
π :wink: |
π :stuck_out_tongue_winking_eye: |
π :stuck_out_tongue_closed_eyes: |
π :grinning: |
π :kissing: |
π :kissing_smiling_eyes: |
π :stuck_out_tongue: |