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

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.

Content in all repositories owned by your account will be closed.
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
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. nbs-rootnbs-rootPublic

    Minimal, project-agnostic tooling package built around React, Tailwind and Webpack.

    JavaScript 1

  2. esp32-bluetooth-rubber-duckyesp32-bluetooth-rubber-duckyPublic

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

    C++ 13 1

  3. portable-esp32-captive-portalportable-esp32-captive-portalPublic

    Portable ESP32 Wi-Fi Cloner with Captive Portal

    C++

  4. ikea-rodulf-eps32ikea-rodulf-eps32Public

    ESP32 tutorial for hacking your IKEA Rodulf to support web API

    C++ 10 2

  5. react-boilerplatereact-boilerplatePublic

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

    JavaScript 8 1

  6. Disable web search on Windows 11Disable web search on Windows 11
    1
    @echooff
    2
    net session>nul2>&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