Skip to content

Instantly share code, notes, and snippets.

View p-i-'s full-sized avatar

Pi p-i-

View GitHub Profile
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
/* Generated by Cython 0.29.30 */
#ifndef PY_SSIZE_T_CLEAN
#define PY_SSIZE_T_CLEAN
#endif /* PY_SSIZE_T_CLEAN */
#include "Python.h"
#ifndef Py_PYTHON_H
#error Python headers needed to compile C extensions, please install development version of Python.
#elif PY_VERSION_HEX < 0x02060000 || (0x03000000 <= PY_VERSION_HEX && PY_VERSION_HEX < 0x03030000)
#error Cython requires Python 2.6+ or Python 3.3+.
@p-i-
p-i- / ascii-grid.ipynb
Last active March 27, 2021 15:59
ascii-grid.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
{
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"metadata": {},
"outputs": [],
"source": [
"import imageio"
]
//
// test.swift
// chi
//
// Created by π on 15/07/2019.
// Copyright © 2019 π. All rights reserved.
//
import Foundation
import Speech
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>MenuSpy</title>
<link rel="stylesheet" href="assets/main.css">
</head>
<body>
<header id="main-header" class="fixed-header">
pi@piMac.local ~ /Users/pi:
⤐ brew install --HEAD julia -v
==> Installing julia from staticfloat/julia
==> Using Homebrew-provided fortran compiler.
This may be changed by setting the FC environment variable.
==> Cloning https://github.com/JuliaLang/julia.git
Updating /Users/pi/Library/Caches/Homebrew/julia--git
git config remote.origin.url https://github.com/JuliaLang/julia.git
git config remote.origin.fetch +refs/heads/master:refs/remotes/origin/master
git fetch origin

HowTo for installing bleeding-edge (a.k.a. Nightly/Master) Juno

A Guide for (other) idiots

This guide is for you if:

  • you wish to understand how Juno works under the hood
  • you like taking things apart, tinkering, and putting them back together
  • you want to be on the bleeding edge build, why?
  • if you report bugs the devs will like you more

HowTo for installing bleeding-edge (a.k.a. Nightly/Master) Juno

A Guide for (other) idiots

This guide is for you if:

  • you wish to understand how Juno works under the hood
  • you like taking things apart, tinkering, and putting them back together
  • you want to be on the bleeding edge build, why?
  • if you report bugs the devs will like you more