Skip to content

Instantly share code, notes, and snippets.

View cconrad's full-sized avatar

Claus Conrad cconrad

View GitHub Profile
@cconrad
cconrad / chocolatey.log
Created April 25, 2021 07:03
choco-mudlet-4.11.3
2021-04-25 06:57:55,699 3600 [DEBUG] - XmlConfiguration is now operational
2021-04-25 06:57:55,918 3600 [INFO ] - ============================================================
2021-04-25 06:57:56,121 3600 [DEBUG] - Attempting to create directory "C:\ProgramData\chocolatey\config".
2021-04-25 06:57:57,699 3600 [DEBUG] - Attempting to replace "C:\ProgramData\chocolatey\config\chocolatey.config"
with "C:\ProgramData\chocolatey\config\chocolatey.config.3600.update".
Backup placed at "C:\ProgramData\chocolatey\config\chocolatey.config.backup".
2021-04-25 06:57:57,699 3600 [DEBUG] - Attempting to copy "C:\ProgramData\chocolatey\config\chocolatey.config.3600.update"
to "C:\ProgramData\chocolatey\config\chocolatey.config".
2021-04-25 06:57:57,715 3600 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\config\chocolatey.config.3600.update".
2021-04-25 06:57:57,762 3600 [INFO ] - 0.10.15
#!/bin/bash
#written by Tobias Melin
#retrieve screen size:
SCREEN_SIZE="$(adb shell wm size)"
#should be like Physical size: 720x1280
SCREEN_SIZE="$(cut -d' ' -f3 <<<"$SCREEN_SIZE")"
WIDTH="$(cut -d'x' -f1 <<<"$SCREEN_SIZE")"
HEIGHT="$(cut -d'x' -f2 <<<"$SCREEN_SIZE")"
@cconrad
cconrad / keybase.md
Created April 21, 2016 08:25
keybase.md

Keybase proof

I hereby claim:

  • I am cconrad on github.
  • I am clausc (https://keybase.io/clausc) on keybase.
  • I have a public key ASB_Foxw02nJz8HRKn-V6CcP7I7c21poSXPb3VlPgQTBJAo

To claim this, I am signing this object:

<!DOCTYPE html>
<html>
<head>
<link href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
<meta charset="utf-8">
<title>JS Bin</title>
<style id="jsbin-css">
html, body, .sb-main-wrapper {
margin: 0;
padding: 0;

Billy's Billing API v2 Documentation

The new API is a JSON-based REST API. Our new webapp uses the exact same API. This is your guarantee that the API will always support full functionality and generally be nice to work with. We take our own medicine!

During the beta period, the API may have backwards incompatible changes with very short notices. Follow @billydeveloper on Twitter to subscribe to updates.

If you have any questions or feedback (we love feedback!), please ask on Twitter or mail us at beta@billysbilling.com.

Table of Contents