Skip to content
View ClarkCodes's full-sized avatar
馃悽
Working on New Projects, but always listening to the Universe...
馃悽
Working on New Projects, but always listening to the Universe...

Highlights

  • Pro
Block or Report

Block or report ClarkCodes

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鈥檚 behavior. Learn more about reporting abuse.

Report abuse
ClarkCodes/README.md

ClarkCodes Logo OnTransparent_100x100px_300ppi Hey what's up man!, I'm Clark... Welcome to ClarkCodes! 馃憢

Twitter Follow GitHub Followers

I'm a self-taugh Software Developer, and currently a Software Engineering university superior grade student, passionated about programming and technology, I like to write code and develop tools to improve people lives, to make things better, I love to learn new things and to practice my coding skills, so I'm doing it constantly, I like to contribute weather this is creating content about software development or sometimes sharing code I've done practicing, contributing to the world... for a brighter tomorrow.

  • 馃敪 I鈥檓 currently working on my technical coding skills, 馃尡 practicing a lot developing personal projects and in my formal studies.

Languages and technologies that I've worked with


Cks-Java Cks-Csharp Cks-Python Cks-Kotlin Cks-Js Cks-HTML Cks-CSS Cks-Andr Cks-AndroidStudio Cks-VS Cks-VSCode Cks-DotNet Cks-Git Cks-MySQL Cks-Photoshop Cks-Premiere Cks-Gimp Cks-Linux

How to reach me

  • 馃摣 You can send me an email to clark.codes.sk@gmail.com and I'll try to answer as soon as possible for me, you can also follow me on my socials if you want to see my content.

Thanks for visiting

Thank you very much for visiting, these projects have been made with love and passion, as everything I do, I really enjoyed doing them, it's been pretty cool, so I'll be seeing you here soon with more projects, on YouTube with more videos and on the other social networks as well, hugs, cheers... with love and enthusiasm and...

Happy Coding! <3

Clark.

Pinned

  1. SmallvilleClock_Java_Netbeans SmallvilleClock_Java_Netbeans Public

    Simple Useful Clock, una aplicaci贸n utilitaria con Reloj Mundial, Temporizador y Cron贸metro, personalizable y disponible en espa帽ol e ingl茅s.

    Java 1

  2. CinemaTickets CinemaTickets Public

    Cinema Management System - Basic Java Application - University School Project - Software Engineering - OOP

    Java 1

  3. Python-Scripts-And-Utilities Python-Scripts-And-Utilities Public

    Here there are Python Scripts and Utilities I've written

    Python 1

  4. Utilidad de red escrita en Python pa... Utilidad de red escrita en Python para escanear y detectar dispositivos en un segmento de red indicado con nmap, obtener su direcci贸n ip, direcci贸n mac y sus puertos abiertos
    1
    # NetScanner.py
    2
    # * Descripci贸n: Utilidad de red escrita en Python para escanear y detectar dispositivos en un segmento de red indicado con nmap, 
    3
    # * obtener su direcci贸n ip, direcci贸n mac y sus puertos abiertos
    4
    # * Author: ClarkCodes
    5
    
                  
  5. Matrix Effect in html and javascript... Matrix Effect in html and javascript for web
    1
    // Getting the canvas from the html and also the context
    2
    const matrixCodeSpace = document.getElementById( "matrixCodeSpace" );
    3
    const matrixContext = matrixCodeSpace.getContext( "2d" );
    4
    // Setting the canvas width same as the page width
    5
    matrixCodeSpace.width = document.body.offsetWidth;
  6. Raffle-Codes-Maker Raffle-Codes-Maker Public

    A Basic but useful Software to make Raffles, maintaining randomness and equity with all participants and preventing cheating

    Visual Basic 2 2