- OPCTurkey / ASP OTOMASYON A.Ş.
- Istanbul
- 12:04
(UTC +03:00) - https://www.yunusemrevurgun.com/
- @yunusemrevrgn
- in/yunus-emre-vurgun-49ba9a177
- @programmingwithyunusemrevu7222
- yunus_emrevurgun
dev ∎ // from circuits ⇌ software // professional problem creator ↭ solver // ▓
Machine listens to data, data listens to machine, I just observe their little game.
Hi! I'm Yunus Emre Vurgun, a software developer and your average IT guy specializing in web and industrial stuff.
__Reach me at:yunus@yunusemrevurgun.com
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
- 🤖MacOS OT Data-stream Bundle
- 🛡️MemGuard - Small C Library for Enhanced Memory Management / Limiting & Tracking
malloc()
free()
- 🏭KepServerEX Full Web Client
- 📊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
https://www.yunusemrevurgun.com/
Assembly,Physical Circuits,Digital Circuits
PinnedLoading
- KepServerEX-REST-API-web-client
KepServerEX-REST-API-web-client PublicKepServerEX REST API web client (JavaScript, CSS, HTML)
- Client-Server-File-Transfer-Java
Client-Server-File-Transfer-Java PublicJava Sockets Program with a client and a server. (Client sends files, server catches them and downloads on approval). Learned it from: "WittCode" on YouTube.
Java 1
- Java-Single-Threaded-Server-Socket-Programming
Java-Single-Threaded-Server-Socket-Programming PublicJava Single Threaded Server Socket Programming. *Learned it from WittCode on YouTube.
Java
- JavaScript-AJAX-pass-data-to-PHP
JavaScript-AJAX-pass-data-to-PHP PublicJavaScript AJAX pass data to PHP
JavaScript
- Our-Products---PHP-search-inside-mySQL-Table-with-basic-security
Our-Products---PHP-search-inside-mySQL-Table-with-basic-security PublicOur Products - PHP search inside mySQL Table with basic JS front-end security & JS availibility detection via POST request
PHP
If the problem persists, check theGitHub status page orcontact support.