Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
@yunusemrejr
yunusemrejr
Follow
View yunusemrejr's full-sized avatar

Yµn ^…^ ƒ(x) yunusemrejr

Machine listens to data, data listens to machine, I just observe their little game.

Block or report yunusemrejr

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more aboutblocking 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 aboutreporting abuse.

Report abuse
yunusemrejr/README.md

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

🐝 My Code:

🔗 See My Other Code...




GitHub StatsGitHub Streak
Top LanguagesQuote

🐬 Socials:

🌎 Personal Website

https://www.yunusemrevurgun.com/

✍️ Weird stuff I am trying to make sense of

Assembly,Physical Circuits,Digital Circuits


Support Me:

yunusemrevrgn

PinnedLoading

  1. KepServerEX-REST-API-web-clientKepServerEX-REST-API-web-clientPublic

    KepServerEX REST API web client (JavaScript, CSS, HTML)

    JavaScript 2 1

  2. VUD-PHPVUD-PHPPublic

    View User Database (V.U.D.) - Written in: PHP, JS, SQL, CSS, HTML

    PHP

  3. Client-Server-File-Transfer-JavaClient-Server-File-Transfer-JavaPublic

    Java 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

  4. Java-Single-Threaded-Server-Socket-ProgrammingJava-Single-Threaded-Server-Socket-ProgrammingPublic

    Java Single Threaded Server Socket Programming. *Learned it from WittCode on YouTube.

    Java

  5. JavaScript-AJAX-pass-data-to-PHPJavaScript-AJAX-pass-data-to-PHPPublic

    JavaScript AJAX pass data to PHP

    JavaScript

  6. Our-Products---PHP-search-inside-mySQL-Table-with-basic-securityOur-Products---PHP-search-inside-mySQL-Table-with-basic-securityPublic

    Our Products - PHP search inside mySQL Table with basic JS front-end security & JS availibility detection via POST request

    PHP


[8]ページ先頭

©2009-2025 Movatter.jp