I hereby claim:
- I am joerick on github.
- I am joerick (https://keybase.io/joerick) on keybase.
- I have a public key ASDltyZj-bUqerbEwz324BDuZbbpCpQCF5NYiPLo6qU80wo
To claim this, I am signing this object:
-- create a folder for use by the script and set the path to it here | |
set thepath to alias "Macintosh HD:Users:joerick:Desktop:Scratch" as text | |
tell application "Photos" | |
set photos to every media item of container "DateFix" | |
repeat with mediaitem in photos | |
tell application "Finder" to delete every item of folder thepath | |
export {mediaitem} to thepath with using originals | |
tell application "Finder" to set theExport to item 1 of folder thepath | |
from __future__ import annotations | |
import abc | |
from typing import ContextManager, Protocol | |
from cibuildwheel.logger import log | |
from cibuildwheel.options import Options | |
class PythonConfiguration(Protocol): | |
identifier: str | |
import _frozen_importlib # frozen | |
import _imp # builtin | |
import '_thread' # <class '_frozen_importlib.BuiltinImporter'> | |
import '_warnings' # <class '_frozen_importlib.BuiltinImporter'> | |
import '_weakref' # <class '_frozen_importlib.BuiltinImporter'> | |
import '_io' # <class '_frozen_importlib.BuiltinImporter'> | |
import 'marshal' # <class '_frozen_importlib.BuiltinImporter'> | |
import 'posix' # <class '_frozen_importlib.BuiltinImporter'> | |
import '_frozen_importlib_external' # <class '_frozen_importlib.FrozenImporter'> | |
# installing zipimport hook |
pip version: pip 20.3.3 from /private/tmp/env/lib/python3.9/site-packages/pip (python 3.9) | |
sys.version: 3.9.1 (v3.9.1:1e5d33e9b9, Dec 7 2020, 12:44:01) | |
[Clang 12.0.0 (clang-1200.0.32.27)] | |
sys.executable: /private/tmp/env/bin/python | |
sys.getdefaultencoding: utf-8 | |
sys.getfilesystemencoding: utf-8 | |
locale.getpreferredencoding: UTF-8 | |
sys.platform: darwin | |
sys.implementation: | |
name: cpython |
map $http_upgrade $connection_upgrade { | |
default upgrade; | |
'' close; | |
} | |
upstream littleprinter { | |
server littleprinter.nordprojects.co:443; | |
} | |
server { |
I hereby claim:
To claim this, I am signing this object:
#!/bin/bash | |
set -o errexit | |
set -o xtrace | |
version=0.1 | |
package_name=patch_python_macos_openssl | |
tag=cp27-cp27m-macosx_10_6_intel | |
wheel_root=$package_name-$version |
#include <sys/ioctl.h> | |
#include <errno.h> | |
#include <string.h> | |
#include <stdio.h> | |
#include <linux/vt.h> | |
#include <sys/types.h> | |
#include <sys/stat.h> | |
#include <fcntl.h> | |
#include <linux/kd.h> | |
#include <linux/keyboard.h> |