Skip to content

Instantly share code, notes, and snippets.

@empet
empet / Presidential-Elections.ipynb
Created August 30, 2024 20:35
US Presidential Election Results, 1976-2020
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@empet
empet / complextransf.jl
Last active April 2, 2024 09:24
Image Warping Through a Complex Function
using Images, ImageTransformations, CoordinateTransformations, Interpolations
import StaticArrays: @SMatrix, @SVector, SVector
mutable struct ImageRectangle{T<:Real}
img::Union{Matrix{RGB{T}}, Matrix{Gray{T}}}
inprectangle::NamedTuple
outrectangle::NamedTuple
end
function check_rectangle(a, b, c, d)
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@empet
empet / Image-as-orbit-trap-Julia-set.ipynb
Last active December 16, 2023 11:15
Using an image as orbit trap for plotting a Julia set ¶
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.