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 python | |
| # -*- coding: utf-8 -*- | |
| """ | |
| ocv domain, a modified copy of sphinx.domains.cpp + shpinx.domains.python. | |
| The original copyright is below | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| The OpenCV C/C++/Python/Java/... language domain. | |
| :copyright: Copyright 2007-2011 by the Sphinx team, see AUTHORS. |
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
| import json | |
| import urllib.request | |
| import math | |
| access_token = "rqtweyjhg" | |
| org_name = "my-org" | |
| keep_artifacts = 2 | |
| def get_all_artifacts(repo_name: str) -> []: |
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
| import anyio | |
| from contextlib import asynccontextmanager | |
| class NotYet(RuntimeError): | |
| pass | |
| class ResultGatheringTaskgroup: | |
| def __init__(self): | |
| self.result = [] |
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
| package main | |
| import "fmt" | |
| func main() { | |
| fmt.Println("hello world") | |
| } |
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
| Mute these words in your settings here: https://twitter.com/settings/muted_keywords | |
| ActivityTweet | |
| generic_activity_highlights | |
| generic_activity_momentsbreaking | |
| RankedOrganicTweet | |
| suggest_activity | |
| suggest_activity_feed | |
| suggest_activity_highlights | |
| suggest_activity_tweet |
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
| """ | |
| Make cubes and towers in Minecraft, with Python. | |
| Really fun way to introduce a kid to Python (or yourself to Minecraft, as I've learned). | |
| Setup instructions for Minecraft + macOS + Python: https://gist.github.com/noahcoad/fc9d3984a5d4d61648269c0a9477c622 | |
| Additional setup: | |
| - Activate correct Java version: `export JAVA_HOME=`/usr/libexec/java_home -v 11.0.5`` | |
| - Activate spigot `cd spigot; java -jar spigot.jar` |
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
| # /etc/udev/rules.d/80-keychron.rules | |
| SUBSYSTEMS=="input", ATTRS{name}=="Keychron K2", RUN+="/usr/bin/touch /tmp/FOUNDKEYBOARD; /bin/echo 2 | /usr/bin/tee /sys/module/hid_apple/parameters/fnmode" |
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
| GOROOT_1_11_X64=/usr/local/go1.11 | |
| ANDROID_HOME=/usr/local/lib/android/sdk | |
| JAVA_HOME_11_X64=/usr/lib/jvm/zulu-11-azure-amd64 | |
| ImageVersion=20190930.2 | |
| LANG=C.UTF-8 | |
| INVOCATION_ID=029524e610de4329ac57a8f3e8b21281 | |
| JAVA_HOME_12_X64=/usr/lib/jvm/zulu-12-azure-amd64 | |
| ANDROID_SDK_ROOT=/usr/local/lib/android/sdk | |
| RUNNER_TOOL_CACHE=/opt/hostedtoolcache | |
| JAVA_HOME=/usr/lib/jvm/zulu-11-azure-amd64 |
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
| Date: Mon, 28 Feb 2011 18:01:09 +0100 | |
| From: Jannis Leidel <[email protected]> | |
| To: Carl Meyer <[email protected]>, | |
| Brian Rosner <[email protected]>, | |
| Ian Bicking <[email protected]> | |
| Subject: (github) account naming | |
| Hi all, | |
| So we should probably find a name for the new home of pip and virtualenv = |