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
param ( | |
[Parameter(mandatory=$true)] | |
[string]$principal, | |
[Parameter(mandatory=$true)] | |
[string]$name, | |
[Parameter(mandatory=$true)] | |
[string]$email, | |
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
<?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 |
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
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 |
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
[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 |
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
<?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/"); |
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
<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"/> |
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
<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> |
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
[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> |
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
[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: |
NewerOlder