Skip to content

Instantly share code, notes, and snippets.

View MistaKistHur's full-sized avatar

Ryan Tao Spencer Middleton MistaKistHur

View GitHub Profile
@MistaKistHur
MistaKistHur / Cargo.toml
Created February 11, 2021 06:27 — forked from rolisz/Cargo.toml
Simple web crawler in Rust
[package]
name = "rust_crawler"
version = "0.1.0"
authors = ["Roland Szabo <rolisz@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
reqwest = { version = "0.10", features = ["json", "blocking"] }
#!/usr/bin/env python
# GIMP UI examples of options
# Feedback welcome: jacksonbates@hotmail.com
from gimpfu import *
def ui_examples_1(int_var, float_var, string_var, value_var, color_var,
colour_var, image_var, layer_var, channel_var, drawable_var,
toggle_var, boolean_var):