Skip to content

Instantly share code, notes, and snippets.

View Gabboxl's full-sized avatar
💭
swag

Gabriele Gabboxl

💭
swag
View GitHub Profile
@Gabboxl
Gabboxl / logcat.log
Created March 18, 2021 09:50
logcat lshal [email protected] hwbinder
gprimeltexx:/ # lshal
| All binderized services (registered with hwservicemanager)
VINTF R Interface Thread Use Server Clients
FM Y [email protected]::IDisplayService/default 0/1 386 249
DC,FM Y [email protected]::ISchedulingPolicyService/default 0/4 778 249
DC,FM Y [email protected]::ISensorManager/default 0/4 778 249
FM Y [email protected]::IStats/default 0/4 778 249
DM,FC Y [email protected]::IEffectsFactory/default 0/4 358 379 249
DM,FC Y [email protected]::IDevicesFactory/default 0/4 358 379 249
DM,FC Y [email protected]::IBluetoothAudioProvidersFactory/default 0/4 358 249
@Gabboxl
Gabboxl / markdown-resize.md
Created February 21, 2021 14:00
Resize images with Markdown on Github

![alt text](images/str2logic.png){:height="205px" width="936px"}

<?php
echo file_get_contents('http://tinyurl.com/api-create.php?url='.'http://www.example.com/');
/* For example
http://tinyurl.com/api-create.php?url=http://www.fullondesign.co.uk/
Would return:
http://tinyurl.com/d4px9f
*/
?>