Skip to content

Instantly share code, notes, and snippets.

View Sphelx's full-sized avatar

Sphelx Komodo Sphelx

  • Studio Varanus
  • England
  • 04:30 (UTC +01:00)
View GitHub Profile
@Sphelx
Sphelx / gist:9ad7a25a1bad79c94165fbd12334cc9b
Created March 25, 2024 11:28 — forked from groakat/gist:e7d8394d57fd4d3fe016
Blender python script to export the motion tracking markers to .csv files.
from __future__ import print_function
import bpy
import os
D = bpy.data
printFrameNums = True # include frame numbers in the csv file
relativeCoords = False # marker coords will be relative to the dimensions of the clip
proj_folder = os.path.join(bpy.path.abspath('//'))
@Sphelx
Sphelx / AdbCommands
Created March 25, 2021 00:31 — forked from Pulimet/AdbCommands
Adb useful commands list
adb help // List all comands
== Adb Server
adb kill-server
adb start-server
== Adb Reboot
adb reboot
adb reboot recovery
adb reboot-bootloader
@Sphelx
Sphelx / api.html
Created January 3, 2021 12:56 — forked from xmrig/api.html
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.5.2/css/bootstrap.min.css" integrity="sha512-MoRNloxbStBcD8z3M/2BmnT+rg4IsMxPkXaGh2zD6LGNNFE80W3onsAhRcMAMrSoyWL9xD7Ert0men7vR8LUZg==" crossorigin="anonymous" />
<title>XMRig API test</title>
</head>
<body>