dev ∎ // from circuits ⇌ software // professional problem creator ↭ solver // ▓
Hi! I'm Yunus Emre Vurgun, a software developer specializing in web and industrial IT systems.
_With a background in computer science and a passion for hardware and AI, I develop custom applications to enhance industrial processes, including API clients, internal scripting solutions, and web-based license management systems. I'm an active contributor to open-source culture on GitHub and create content on software and hardware topics, which you can find on my website at yunusemrevurgun.com, YouTube, Instagram, and other social media platforms.*
||My formal education includes a degree in Computer Programming from Beykoz University, and I am currently pursuing IT studies at Illinois Institute of Technology. I also continuously expand my knowledge through various professional courses in software development and AI.||
Reach me at: [email protected]
Fun fact: I play the guitar (`), enjoy working with graphics, and love books. I speak native Turkish and fluent English.
Here is a crazy obfuscated Fortran code and I won't tell you what is does and I already forgot what it does:
MODULE X1M0D IMPLICIT NONE CONTAINS SUBROUTINE S1(A, B, C) IMPLICIT NONE REAL, INTENT(IN) :: A(:,:), B(:) REAL, INTENT(OUT) :: C(SIZE(B)) INTEGER :: I1 C = 0.0 DO I1 = 1, SIZE(B) C(I1) = SUM(A(I1, :) * B(:)) END DO END SUBROUTINE S1 END MODULE X1M0D PROGRAM Z4 USE X1M0D IMPLICIT NONE REAL, DIMENSION(3,3) :: Q REAL, DIMENSION(3) :: P, W REAL :: E, F INTEGER :: J Q = RESHAPE([0.0, 0.5, 0.5, & 0.33, 0.0, 0.67, & 0.33, 0.33, 0.34], SHAPE=[3, 3]) P = [1.0, 1.0, 1.0] E = 1.0E-5 DO CALL S1(Q, P, W) W = W / 3.0 F = SUM(ABS(W - P)) P = W IF (F <= E) EXIT END DO PRINT *, "Z:" PRINT *, P END PROGRAM Z4
- 🤖 Apply real-time artistic style transfer to webcam video feeds with AI
- 🛡️ MemGuard - Small C Library for Enhanced Memory Management / Limiting & Tracking
malloc()
free()
- 🏭 KepServerEX Full Web Client
- 📆 Hypothetical Factory Engine Calendar System Web App as an Express.js Server
- 📊 Anomaly Detection for Floating Point Values using Statistical Methods in C and C++
- 🐉 Email Dragon - Python Desktop App for Auto-inserting Email Details for a List of Recipients
- 🎓 Illinois Institute of Technology - Information Technology (Bachelor's) - 2023 - ongoing
- 🎓 Beykoz University - Computer Programming (A.S. Degree 2020-23)
- 📜 My Certificates
- 🏢 ASP OTOMASYON A.Ş. | Role: Software Developer & IT Administrator
https://www.yunusemrevurgun.com/
Eternal Griffin AI *Online
javandscript.com / (WebArchive) *Offline
urlatlas.org / (WebArchive) *Offline
earthquakehelpers.gor.bio *Offline
https://www.urlatlas.gor.bio *Offline
https://www.gor.bio/ *multiple web projects, *Online
https://panopticpen.space/ *Online
https://www.editvirtuoso.com/ *Online
https://www.rabbithole42.blog/ *Online
quizboys.com *Online
tapas.ink *Online
HeadsetHub.org *Online
Assembly, Physical Circuits, Digital Circuits