Skip to content
View demirdegerli's full-sized avatar
Block or Report

Block or report demirdegerli

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
demirdegerli/README.md

Hello there 👋

I'm Demir. I am a Turkish developer and student. I've been using Node.js and Python commonly to make projects, my projects are here.

discord-profile

🔗 Links

Discord YouTube Github Spotify Reddit Twitter npm Mastodon

demir09's Github stats demir09's Github stats

Pinned

  1. reddit-video-maker reddit-video-maker Public

    User friendly Reddit video maker

    Python 5

  2. spotify-to-youtube spotify-to-youtube Public

    Convert Spotify playlists to YouTube playlists

    Python 10

  3. pastebin pastebin Public

    Simple pastebin server with encryption support.

    JavaScript 5

  4. link-shortener link-shortener Public

    Simple link shortener

    JavaScript 2

  5. Ubuntu Debloater Ubuntu Debloater
    1
    #!/bin/sh
    2
    if [ "$(whoami)" != "root" ]; then
    3
    	echo "Please run this script as root."
    4
    	exit
    5
    fi
  6. post-and-save-to-database post-and-save-to-database Public

    Posting the data, then saving it to the database, then importing it with Handlebars.js and rendering it as HTML | for beginners to understand Handlebars.js logic

    JavaScript 1