GithubHelp home page GithubHelp logo

Miguel Romero Rosas's Projects

accounting--proccess-costing-system icon accounting--proccess-costing-system

This is an Accounting project for the Icesi University. It consists of a process costing system. This program will be used by students from different semesters. Process costing is generally applied in companies with a form of production in which a continuous process is used, resulting in a high volume of production units, the same or similar. For that reason, we decided to implement it by Software.

artificial-intelligence icon artificial-intelligence

Program developed in Python. This program consists of the popular Tic-Tac-Toe game, but this time the program will generate the best play for the main player, making it possible to be at the same level as the machine, using genetic algorithms.

artificial-intelligence-minimax-and-alpha-beta-pruning icon artificial-intelligence-minimax-and-alpha-beta-pruning

Minimax is a recursive algorithm which is used to choose an optimal move for a player assuming that the other player is also playing optimally. It is used in games such as tic-tac-toe, go, chess, isola, checkers, and many other two-player games. Such games are called games of perfect information because it is possible to see all the possible moves of a particular game. In this Repository we are going to convert from Mini-Max to Alpha-beta pruning

computing-cloud icon computing-cloud

Design and Implementation of Unit Testing and Integration in Spring Internet computing  Design and implement unit and integration tests.  Allow basic access to a data model through repositories.  Implement services that consume the repositories.  Implement tests using tools like Junit or TestNG.  Implement tests in Spring Framework.

data-bases icon data-bases

This program was implemented using an SQL database, which is that relational database that is written in SQL (Structured Query Language), also pronounced "sequel". This language is considered the standard language for databases according to ANSI, although it is not the only one. Several queries were made to the database, such as searching for how many users meet a certain characteristic.

final-project---restful-layer-and-integration.-cloud-computing icon final-project---restful-layer-and-integration.-cloud-computing

Objectives:  Implement the presentation using Thymeleaf.  Implementation of RESTFull services separating the logic of the previous project to implement the separate client and server.  Implement Business Delegate design pattern as client for RESTFull layer.  Implement unit tests for logic that cover the code and limit values.  Manage transactions within business logic with Spring.

final-project-computer-architecture-interfaces-and-architecture-hardware icon final-project-computer-architecture-interfaces-and-architecture-hardware

An ability to develop and conduct appropriate experimentation, analyze and interpret data, and use engineering judgment to draw conclusions.Experiments play a very important role in engineering because it supports the validation phases of a service, model or development of a software or hardware component of a system under conditions closer to the work scenarios, or when you want to study the behavior of a system.

kidslivesmatter icon kidslivesmatter

Andromeda Nextjs Light is a multipurpose NextJs SAAS Template designed to showcase any SAAS product or solution.

nasm-assembly-language-program-that-performs-iterative-subtraction icon nasm-assembly-language-program-that-performs-iterative-subtraction

It is an x86 NASM assembly language program that performs iterative subtraction between two numbers in the Bigdecimal format. As can be seen, 6 variables are created (3 int types and 3 BigDecimal) and within a for structure a switch-case is evaluated with the value of the variable i that is increased by the for, each case has a for structure that calls a function or method called subtrac (), which receives the parameters through the stack. The result of the subtraction is stored in the variable ‘Result’ (‘data1’ - ‘delta’). This result is then copied to data1. The subtract method works in all cases (that is, it gives the correct result either when it is positive or negative) and it works for any size or number of digits, suppose the three variables are the same size.

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.