Skip to content

Instantly share code, notes, and snippets.

View blacksiders's full-sized avatar

Denys Chikaliuk blacksiders

  • Cold Symmetry
  • United States
View GitHub Profile
@blacksiders
blacksiders / playlist.m3u
Created May 13, 2025 22:04 — forked from justloop/playlist.m3u
playlist.m3u
This file has been truncated, but you can view the full file.
#EXTINF:0 group-title="(AF) Afghanistan",1 TV | SD (AF)
http://kingtveu.com:25461/live/next/next/21789.ts
#EXTINF:0 group-title="(AF) Afghanistan",1 TV | SD (AF)
http://live1.livetvindia.co.in:8000/live/0001_jshdfkbjsd/0001_jshdfkbjsd/2562.ts
#EXTINF:0 group-title="(AF) Afghanistan",2STV | SD (AF)
http://kingtveu.com:25461/live/next/next/16697.ts
#EXTINF:0 group-title="(AF) Afghanistan",ABN TV | SD (AF)
http://kingtveu.com:25461/live/next/next/16672.ts
#EXTINF:0 group-title="(AF) Afghanistan",ABN TV | SD (AF)
http://kingtveu.com:25461/live/next/next/23025.ts
@blacksiders
blacksiders / resetBindPose.py
Created November 7, 2023 09:46 — forked from RiggingRanger/resetBindPose.py
Reset / Save Bind Pose in Maya
"""Reset bind pose for selected joints."""
import maya.cmds as cmds
cmds.dagPose(bindPose=True, reset=True)