Skip to content
View tenapato's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report tenapato

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 Loading

  1. neural-networks neural-networks Public

    Files for the course Pattern Recognition with neural networks

    Jupyter Notebook

  2. katanagatari katanagatari Public

    Swords Fighting Game

    C# 1

  3. crypto-block-hashing crypto-block-hashing Public

    Crypto PoW mining in multi-threaded nodes using OpenMP

    C

  4. post-it post-it Public

    Small Social network

    JavaScript

  5. Check if a number is prime and calcu... Check if a number is prime and calculate sum of N prime numbers using a Distibute function - Elixir
    1
    distribute = fn target, count ->
    2
      block = div(target, count)
    3
      
    4
      stops = Enum.map(1..(count-1), & &1 * block) ++ [target]
    5
      
  6. cfw-ts-apiserver-template cfw-ts-apiserver-template Public

    Cloudflare workers TS api boilerplate using subrouting

    TypeScript 2