Skip to content
View ChJus's full-sized avatar
๐Ÿ™‚
๐Ÿ™‚

Block or report ChJus

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.

Maximum 250 characters. Please donโ€™t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
ChJus/README.md

Hi! ๐Ÿ‘‹ See my projects here.

You may like:

  • Building Neural Networks from Scratch โ€” explores implementing neural networks in Java from scratch.
  • Handwritten Digit Dataset โ€” a custom handwritten digits dataset and a data augmentation tool for generating more digits based on your own handwriting.
  • Syntax Highlighter โ€” a syntax highlighter for Java written in both Java and JS.
  • Calculator โ€” a colorful console-based calculator based on Pratt parsing.
  • SmartEditor โ€” an attempt to create a plain-text editor using Java Swing.

Pinned Loading

  1. Building-Neural-Networks-From-Scratch Building-Neural-Networks-From-Scratch Public

    Building Neural Networks from Scratch book repository.

    Java 9 3

  2. Handwritten-Digit-Dataset Handwritten-Digit-Dataset Public

    A collection of 107,730 28x28 PNG files of digits from 0-9, with a dataset generator.

    8

  3. SyntaxHighlighter SyntaxHighlighter Public

    A syntax highlighting tool made with Java, HTML, CSS & JS.

    JavaScript 2 1

  4. HTML-and-CSS-Tutorial HTML-and-CSS-Tutorial Public

    Tutorial on HTML and CSS.

    HTML 1

  5. FrontendMentor FrontendMentor Public

    FrontendMentor project solutions.

  6. Calculator Calculator Public

    A console-based calculator written in both C and Java.

    C