Skip to content
View pulimento's full-sized avatar

Organizations

@openkratio

Block or report pulimento

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
pulimento/README.md

Hi! 👋

I'm Javi.

Currently Mobile Dev at Plain Concepts, surrounded by amazing people.

Have a look at my repos! 👇

Pinned Loading

  1. TagListView-ObjCTagListView-ObjCPublic

    Simple but highly customizable iOS tag list view, in Objective-C.

    Objective-C 55 21

  2. TTGO-T-Display-esphome-sampleTTGO-T-Display-esphome-samplePublic

    ESPHome template to show HomeAssistant sensor data in a TTGO T-Display

    66 11

  3. WinRemoteControlWinRemoteControlPublic

    Control your PC remotely, using MQTT and a ZigBee device

    Inno Setup 9 5

  4. github-action-hugo-deploy-to-firebasegithub-action-hugo-deploy-to-firebasePublic

    GitHub action to build a Hugo site and deploy it to Firebase Hosting

    Shell 10 8

  5. Colorize PowerShell's adb outputColorize PowerShell's adb output
    1
    # Change execution policy: Set-ExecutionPolicy -Scope Process Unrestricted
    2
    # Run this script, and then 'adb logcat | color-logcat'
    3
    4
    Functionglobal:color-logcat {
    5
    Process {
  6. Install an APK to multiple devicesInstall an APK to multiple devices
    1
    write-host ('### Multiple devices installer ###') -foreground "Green"
    2
    3
    $package_name='<insert_your_package_name_here>'
    4
    5
    # Search for apk to install