Skip to content
View ZaidaZadkiel's full-sized avatar
😁
Got a computer again! I can code again
😁
Got a computer again! I can code again
  • Somewhere in the depths of Hell, Mexico
Block or Report

Block or report ZaidaZadkiel

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

Pinned

  1. RemoteControlAndroid RemoteControlAndroid Public

    Forked from ZyronLP/RemoteControlAndroid

    Java

  2. listy listy Public

    list based calculator for embedding in applications

    C 1

  3. Numeric Palindrome test to show off Numeric Palindrome test to show off
    1
    //compile in linux with: gcc is_palindrome.c -g -lm -lc && ./a.out
    2
    
                  
    3
    #include <stdio.h>
    4
    #include <stdlib.h>
    5
    
                  
  4. I dont even remember what this is ab... I dont even remember what this is about - euler problem #11 incorrect solution - node js
    1
    
                  
    2
          
    3
    /* ZaidaZadkiel at march 28, 2020 
    4
       euler problem #11 - incorrect 
    5
       
  5. Tic Tac Toe in python in a 4 iterati... Tic Tac Toe in python in a 4 iteration for loop
    1
    # import only system from os
    2
    from os import system, name
    3
    import math
    4
    
                  
    5
    # define our clear function
  6. tjsgame tjsgame Public

    threejs web game

    JavaScript