Skip to content

Instantly share code, notes, and snippets.

x86_64-linux python39Packages.dask-gateway-server
aarch64-darwin python39Packages.mpldatacursor
aarch64-linux python39Packages.rich-click
x86_64-linux python310Packages.g2pkk
x86_64-darwin python39Packages.apache-airflow
aarch64-darwin python39Packages.tvdb_api
x86_64-linux home-assistant-component-tests.python_script
x86_64-darwin python310Packages.invocations
x86_64-darwin python310Packages.python-manilaclient
x86_64-darwin python310Packages.aioecowitt
@lifenautjoe
lifenautjoe / instagram-web-unfollow.js
Created March 14, 2017 23:27
Script to unfollow people in the instagram website
/**
* Instagram web unfollow script
*
* WHAT IS IT?
* A script to unfollow people in the instagram website
*
* WHY?
* I needed to clean my account so I quickly did this
*
* HOW TO USE:
@batFINGER
batFINGER / spherical_fibonacci.py
Created August 15, 2016 17:33
Spherical Fibonacci Coordinates
import bpy
from numpy import (sum, dot, inf, log, sin, cos, pi,
arccos, arctan2, floor, sqrt, trunc,
)
from mathutils import Vector, Matrix
import bmesh
from bpy import context
PHI = (1 + sqrt(5)) / 2 # golden ratio
@jhorsman
jhorsman / Auto shutdown task.xml
Created March 5, 2013 15:20
Windows Task Scheduler task to shutdown the server after specified hours of idle time. This file can be imported in Windows Task Scheduler.
<?xml version="1.0" encoding="UTF-16"?>
<Task version="1.2" xmlns="http://schemas.microsoft.com/windows/2004/02/mit/task">
<RegistrationInfo>
<Date>2013-03-05T14:01:44.319601</Date>
<Author>TRAIN1\Administrator</Author>
<Description>Shut down the server after specified hours of idle time</Description>
</RegistrationInfo>
<Triggers>
<IdleTrigger>
<Enabled>true</Enabled>