Skip to content
View ikluhsman's full-sized avatar
🤓
Feeling Nerdy
🤓
Feeling Nerdy
  • Self Employed
  • Denver, CO

Highlights

  • Pro

Block or report ikluhsman

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
ikluhsman/README.md

👋 Hola Nerds

⛷️ I hope you're having a good day

👀 I enjoy using computers to create things that make life easier. The first computer I worked on was an Apple IIe in kindergarten, I loved the way the keys on those old mechanical keyboards clicked loudly under your fingers.

💞️ I like to work with anyone that's willing to code something with me. I like my work to be original, simple, and make sense in the real world.

🐦 In an effort to not bore you to death with tech-talk, here are some non-techy related things about me!

Likes: ☕coffee #️⃣coding 🐱cats 🐎horses 🍕pizza 🥄cooking 🏞️nature 👪family 🍔bbq

I am a: 🎿skiier 🚣whitewater kayaker 🎮gamer 💻programmer 🎵musician 👪son/brother/uncle 🐕dog dad 🚴bicyclist 🏍️dirt-biker 📷photographer 🔭astrophotographer 🎱pool shark 🎸guitarist 🔉audio techician 🔌electrician 🔨carpenter 🔧mechanic

📫 You can contact me, send me a message at [email protected]. I love to hear from other developers and make friends that share a common interest in my hobbies.

🍻 Cheers!

Pinned Loading

  1. Python: move files to creation date ... Python: move files to creation date named directories
    1
    #!/usr/local/bin/python3
    2
    import os, time, shutil, sys
    3
    dir = sys.argv[1]
    4
    os.chdir(dir)
    5
    for f in os.listdir('.'):
  2. community-templates-Update-CyberPowerUps community-templates-Update-CyberPowerUps Public

    Forked from zabbix/community-templates

    Zabbix Community Templates repository

    Python

  3. m3uy m3uy Public

    Copy files from a m3u playlist.

    PowerShell

  4. pyencrypt pyencrypt Public

    Encrypt/decrypt messages with Python Fernet library.

    Python