Skip to content
View AdnanCutura's full-sized avatar
🔥
🔥

Highlights

  • Pro

Organizations

@rootidev
Block or Report

Block or report AdnanCutura

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. eTeatar eTeatar Public

    RESTful API with mobile and desktop app for managing theaters plays, tickets and news.

    C# 1

  2. SamirHabota/EESTEC-Hackaton SamirHabota/EESTEC-Hackaton Public

    VisyLrn, a first place MVC competition application for simplifying student needs through file and resource sharing and various advanced learning and teaching guides.

    C# 1

  3. frosty-sh/DigitRecognizer frosty-sh/DigitRecognizer Public

    Convolutional Neural Network created using Keras with tensorflow backend. Machine learning model used to predict the digit on a photo.

    Python 1

  4. Hardware-interrupt-controller Hardware-interrupt-controller Public

    Controlling a DC motor using rotary encoder

    C 2

  5. frosty-sh/KnowledgeSurvival frosty-sh/KnowledgeSurvival Public

    A model which represents the effect of cataclysm on human knowledge.

    NetLogo 2

  6. Linear interpolation in C# Linear interpolation in C#
    1
    using System;
    2
    using System.Collections.Generic;
    3
    using System.Linq;
    4
    
                  
    5
    namespace LinearInterpolation