Skip to content

Instantly share code, notes, and snippets.

View seemethere's full-sized avatar
👀
does anyone actually look at this?

Eli Uriegas seemethere

👀
does anyone actually look at this?
View GitHub Profile
$CudaInstallerVersion = "cuda_11.3.0_465.89_win10"
$CudaInstallerLink = "https://ossci-windows.s3.amazonaws.com/${CudaInstallerVersion}.exe"
$TmpDownloadFile = Join-Path $Env:Temp $(New-Guid)
$TmpDownloadFile += ".exe"
Write-Output "Downloading ${CudaInstallerLink} to ${TmpDownloadFile}"
Invoke-WebRequest -Uri ${CudaInstallerLink} -OutFile ${TmpDownloadFile}
Write-Output "Extracting ${TmpDownloadFile}"
7z x ${TmpDownloadFile} -o${TmpDownloadFile}_extracted
workflows:
version: 2
commit-workflow:
triggers:
- schedule:
cron: "0 1 * * *"
filters:
branches:
only: master
- commit

Keybase proof

I hereby claim:

  • I am seemethere on github.
  • I am seemethere (https://keybase.io/seemethere) on keybase.
  • I have a public key whose fingerprint is DEC8 39EF D264 4EC6 CE93 CB89 48B1 173B 7CDE 3ACB

To claim this, I am signing this object:

Keybase proof

I hereby claim:

  • I am seemethere on github.
  • I am seemethere (https://keybase.io/seemethere) on keybase.
  • I have a public key whose fingerprint is F070 70DF ACDD DEDA A41A 3767 7F70 1972 BEEA 7156

To claim this, I am signing this object:

==================
image name: centos:7.5.1804
/etc/redhat-release: CentOS Linux release 7.5.1804 (Core)
rpm --eval '%dist': .el7
==================
==================
image name: centos:7.4.1708
/etc/redhat-release: CentOS Linux release 7.4.1708 (Core)
rpm --eval '%dist': .el7.centos
#!/usr/bin/env bash
fails="DockerSuite.TestRmiContainerImageNotFound
DockerSuite.TestRmiImageIDForceWithRunningContainersAndMultipleTags
DockerSuite.TestRunAttachDetachFromInvalidFlag
DockerSuite.TestRunWithNanoCPUs
DockerSuite.TestUpdateWithNanoCPUs
DockerSwarmSuite.TestServiceLogs
DockerSwarmSuite.TestSwarmNetworkPluginV2
DockerSwarmSuite.TestSwarmServicePsMultipleServiceIDs"
#!/bin/sh
set -e
#
# This script is meant for quick & easy install via:
# 'curl -sSL https://get.docker.com/ | sh'
# or:
# 'wget -qO- https://get.docker.com/ | sh'
#
# For test builds (ie. release candidates):
# 'curl -fsSL https://test.docker.com/ | sh'
import asyncio
import aiohttp
BASE_URL = 'https://josephg.com/sp/edit'
HEADERS = {
'Origin': 'https://josephg.com',
'User-Agent': ('Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) '
'AppleWebKit/537.36 (KHTML, like Gecko) '
'Chrome/57.0.2987.133 Mobile Safari/537.36'),
'Referer': 'https://josephg.com/sp/',

Keybase proof

I hereby claim:

  • I am seemethere on github.
  • I am seemethere (https://keybase.io/seemethere) on keybase.
  • I have a public key whose fingerprint is 5C6E 6F1C 226A 2B00 02AC 0728 7FFD BC36 78DD A36A

To claim this, I am signing this object:

This file has been truncated, but you can view the full file.