Skip to content
View ekv88's full-sized avatar
☒️
engaging in unhealthy lifestyle decisions
☒️
engaging in unhealthy lifestyle decisions

Highlights

  • Pro

Block or report ekv88

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 supported. This note will be visible to only you.
Report abuse

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

Report abuse
ekv88/README.md

Hi there, I'm Stefan a.k.a. ekv πŸ‘‹

  • πŸ“– I'm self taught developer.
  • πŸ€– Currently looking to dig in AI and ML field.
  • 🀝 Also looking to collaborate and contribute more.
  • 🎸 I'm big on punk and metal music.
  • 🍺 And ofcourse beer!

I ❀ working using:



Spotify Playing 🎧

ekv playlist

πŸ“Š GitHub Stats

ekv's git stats

Pinned Loading

  1. react-boilerplate react-boilerplate Public

    React, redux, trunk, reselect, react router and react scripts boilerplate

    JavaScript 8 1

  2. ikea-rodulf-eps32 ikea-rodulf-eps32 Public

    ESP32 tutorial for hacking your IKEA Rodulf to support web API

    C++ 5 1

  3. portable-esp32-captive-portal portable-esp32-captive-portal Public

    Portable ESP32 Wi-Fi Cloner with Captive Portal

    C++

  4. esp32-bluetooth-rubber-ducky esp32-bluetooth-rubber-ducky Public

    Bluetooth Rubber ducky on ESP32 that acts like bluetooth keyboard and mouse

    C++ 4

  5. Disable web search on Windows 11 Disable web search on Windows 11
    1
    @echo off
    2
    net session >nul 2>&1 || (powershell -NoP -Command "Start-Process '%~f0' -Verb RunAs" & exit /b)
    3
    
                  
    4
    reg delete "HKCU\Software\Policies\Microsoft\Windows\Explorer" /v DisableSearchBoxSuggestions /f
    5
    reg delete "HKLM\SOFTWARE\Policies\Microsoft\Windows\Explorer" /v DisableSearchBoxSuggestions /f