Skip to content

Instantly share code, notes, and snippets.

View Subtixx's full-sized avatar
♾️

Dominic Hock Subtixx

♾️
View GitHub Profile
@Subtixx
Subtixx / steamworkshop.php
Last active March 21, 2022 22:49
Steam Workshop downloader
<?php
/*
* Usage Multiples:
* http://localhost/steamworkshop.php?ids[]=779297608&ids[]=468207596&ids[]=568872931&ids[]=898613611
* Usage Single:
* http://localhost/steamworkshop.php?id=779297608
*/
set_time_limit(0);
define("API_URL", "http://api.steampowered.com/ISteamRemoteStorage/GetPublishedFileDetails/v0001/");
@Subtixx
Subtixx / meta.xsd
Created February 12, 2018 13:21
Meta XSD
<xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:element name="meta">
<xs:complexType>
<xs:sequence>
<xs:element name="info">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute type="xs:string" name="author"/>
<xs:attribute type="xs:string" name="type"/>
@Subtixx
Subtixx / zippyshare.cs
Last active January 13, 2022 17:58
Zippyshare download c#
public class WebClientEx : WebClient
{
public WebClientEx()
{
}
public WebClientEx(CookieContainer container)
{
this.container = container;
}
<root>
<sdk name="com.github.subtixx" updateAddress="http://127.0.0.1">
<new version="1.0.0" forceUpdate="false" type="package" size="0" />
</sdk>
</root>
@Subtixx
Subtixx / gist:832df74053c303b4299d6e1fa0e1210d
Last active August 7, 2016 05:04
Starbound LUA dump #2
[07:03:30.314] [Info] DUMP START!
[07:03:30.314] [Info] os: {clock: <function reg:98>, time: <function reg:98>, difftime: <function reg:98>}
[07:03:30.314] [Info] os DUMP:
[07:03:30.314] [Info] os.clock: <function reg:107>
[07:03:30.314] [Info] os.time: <function reg:107>
[07:03:30.314] [Info] os.difftime: <function reg:107>
[07:03:30.314] [Info] rawequal: <function reg:107>
[07:03:30.314] [Info] pcall: <function reg:107>
[07:03:30.314] [Info] type: <function reg:107>
[07:03:30.314] [Info] tostring: <function reg:107>
[06:53:11.842] [Info] DUMP START!
[06:53:11.842] [Info] tonumber: <function reg:87>
[06:53:11.843] [Info] jresize: <function reg:87>
[06:53:11.843] [Info] rawequal: <function reg:87>
[06:53:11.843] [Info] script: {updateDt: <function reg:23>, setUpdateDelta: <function reg:23>}
[06:53:11.843] [Info] script DUMP:
[06:53:11.843] [Info] updateDt: <function reg:87>
[06:53:11.843] [Info] setUpdateDelta: <function reg:87>
[06:53:11.843] [Info] storage: {fingerprint: 966.0.1022.0, logStack: {}, name: 966.0.1022.0}
[06:53:11.843] [Info] storage DUMP: