Giter Site home page Giter Site logo

Diego Alonso's Projects

aoc2022 icon aoc2022

Advent of Code 2022. Spoiler alert: contains the literal answers to the problems

basic-image-operations icon basic-image-operations

Basic Image "Editor" with a GUI. All operations are built almost from scratch using numpy. Other dependencies are tkinter and PIL for the graphical interface, scipy, skimage and pyplot.

imgui icon imgui

Dear ImGui: Bloat-free Immediate Mode Graphical User interface for C++ with minimal dependencies

ml-techniques-study icon ml-techniques-study

Comparison of Artificial Neural Networks, Support Vector Machines, k-Nearest Neighbours and Convolutional Neural Networks to solve the classification problem of the EMNIST dataset. The objective is to classify handwritten characters as the 26 letters of the english alphabet.

ocaml-calculator icon ocaml-calculator

Floating point prompt calculator with variables written in OCaml. You can do basic arithmetics, assign values to variables and use several implemented functions.

rubiks-cube-parser icon rubiks-cube-parser

Para resolver "puzles giratorios" como los cubos de rubik, se suele definir una notación estándard para ser usada por la comunidad y compartir algoritmos y soluciones. Para los cubos de rubik por ejemplo, esta notación consta de una letra: (F)ront, (B)ack, (R)ight, (L)eft, (U)p, (D)own, que indican una rotación de 90º en el sentido de las agujas del reloj de la cara correspondiente. Estos movimientos se pueden extender o combinar para formar unos nuevos, lo cual se ve necesario cuantas más capas añadas al cubo. Por ejemplo: -un apóstrofe (') después de un movimiento indica que la rotación es inversa a la habitual -para los cubos 3x3x3, existe la notación (Lw) o 'Left wide', que indica que además de mover la capa izquierda hay que mover la central junto a ella. -x, y o z indican que se rota el cubo entero alrededor de cada uno de esos ejes que lo atraviesan -cualquier secuencia de movimientos entre paréntesis y con un multiplicador, por ejemplo, (R U R' U')x2 indica que ésta se debe repetir por el número indicado. Mi programa analiza ficheros que contengan secuencias de movimientos. El analizador léxico convierte cada uno de estos movimientos y modificadores en tokens, incluyendo la sentencia de multiplicación. El analizador sintáctico se encarga de que los tokens estén ordenados adecuadamente y que sean sintácticamente correctos. Se visualiza por consola.

zellij icon zellij

A terminal workspace with batteries included

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.