This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* 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: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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> |