Skip to content

Instantly share code, notes, and snippets.

View Subtixx's full-sized avatar
♾️

Dominic Hock Subtixx

♾️
View GitHub Profile
[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:
@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>
<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 / 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;
}
@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 / 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 / gist:57f6002262fec66706b9039958e23fd7
Created April 8, 2019 17:41
RageMP Client Dumped Functions 0.3.7
[19:40:38.398 2019-04-08][debug]: Start Output MP Methods:
[19:40:38.399 2019-04-08][debug]: mp.version:
[19:40:38.400 2019-04-08][debug]: -->mp.version.core
[19:40:38.401 2019-04-08][debug]: -->mp.version.net
[19:40:38.401 2019-04-08][debug]:
[19:40:38.402 2019-04-08][debug]: mp._events:
[19:40:38.403 2019-04-08][debug]: -->mp._events.add
[19:40:38.403 2019-04-08][debug]: -->mp._events.addDataHandler
[19:40:38.404 2019-04-08][debug]: -->mp._events.call
[19:40:38.405 2019-04-08][debug]: -->mp._events.callRemote
0:00:07.473923000 26164 000002052D8AC1C0 WARN GST_ELEMENT_FACTORY gstelementfactory.c:467:gst_element_factory_make: no such element factory "appsrc"!
0:00:07.474675000 26164 000002052D8AC1C0 ERROR GST_PIPELINE gst/parse/grammar.y:850:priv_gst_parse_yyparse: no element "appsrc"
0:00:07.475608000 26164 000002052D8AC1C0 WARN GST_ELEMENT_FACTORY gstelementfactory.c:467:gst_element_factory_make: no such element factory "queue"!
0:00:07.476487000 26164 000002052D8AC1C0 ERROR GST_PIPELINE gst/parse/grammar.y:850:priv_gst_parse_yyparse: no element "queue"
0:00:07.477288000 26164 000002052D8AC1C0 ERROR GST_PIPELINE gst/parse/grammar.y:938:priv_gst_parse_yyparse: link has no source [sink=@0000000000000000]
0:00:07.477892000 26164 000002052D8AC1C0 WARN GST_ELEMENT_FACTORY gstelementfactory.c:467:gst_element_factory_make: no such element factory "h264parse"!
0:00:07.478568000 26164 000002052D8AC1C0 ERROR GST_PIPELINE gst/parse/grammar.y:850:priv_gst_parse_yyparse: no el
@Subtixx
Subtixx / laravel_qap_export.php
Created October 9, 2021 14:41
This will let one use "Download Full Code" on Quickadminpanel with Trial (It works by grabbing the AJAX request when clicking on view code, copying the curl request and executing it in a cmd
<?php
/*
Steps to get a project.json:
1. Register or Login to quickadminpanel
2. Create your project
3. Open developer tools (F12)
4. Navigate to the Networkanalysis
5. Click on "View Code" on quickadminpanel
6. There is now a request with the url "https://quickadminpanel.com/builder/XXXX/preview/files"
7. Right click the request -> copy as -> CURL
@Subtixx
Subtixx / import-contact.ps1
Created January 20, 2022 15:51
Import Contacts to Office365
param (
[Parameter(mandatory=$true)]
[string]$principal,
[Parameter(mandatory=$true)]
[string]$name,
[Parameter(mandatory=$true)]
[string]$email,