I hereby claim:
- I am sharptrick on github.
- I am sharptrick (https://keybase.io/sharptrick) on keybase.
- I have a public key ASBjh7U5r6THbj2g3bavHz44M2IBQY_qdx3HLxyoFhz7Lwo
To claim this, I am signing this object:
module InterpolatedMandelbrot | |
using GLMakie | |
# function mandelbrot_func(z::ComplexF64, c::ComplexF64=0.0+0.0im)::ComplexF64 | |
# z^2 + c | |
# end | |
const N = 32 | |
function plot_dots!(fig, ax) |
/* | |
* Copyright (c) 2018 Patrick Sharp | |
* | |
* Permission is hereby granted, free of charge, to any person obtaining | |
* a copy of this software and associated documentation files (the | |
* "Software"), to deal in the Software without restriction, including | |
* without limitation the rights to use, copy, modify, merge, publish, | |
* distribute, sublicense, and/or sell copies of the Software, and to | |
* permit persons to whom the Software is furnished to do so, subject to | |
* the following conditions: |
I hereby claim:
To claim this, I am signing this object:
# I stole most of this from https://gist.github.com/andialbrecht/4463278 | |
import gi | |
import pandas as pd | |
gi.require_version('Gtk', '3.0') | |
from gi.repository import Gtk, GObject | |
class DataFrameTreeModel(GObject.GObject, Gtk.TreeModel, Gtk.TreeSortable): |