An open API service providing repository metadata for many open source software ecosystems.

Topic: "oriented-object-programming"

guto-alves/java-how-to-program-11e

My solutions for Deitel & Deitel - Java How to Program, 11/e (Early Objects).

Language: Java - Size: 7.77 MB - Last synced at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 55 - Forks: 34

tgmarinho/gobarber-api-gostack11

API GoBarber / NodeJS / Express / Typescript / SOLID

Language: TypeScript - Size: 1000 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 42 - Forks: 18

runtimevic/OOP-IEC61131-3--Curso-Youtube

Programación Orientada a Objetos OOP IEC61131-3 PLC Curso Youtube Runtimevic

Language: Shell - Size: 372 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 41 - Forks: 17

romainhry/MiniMetro_Game

Java educational project with JavaFX

Language: Java - Size: 5.6 MB - Last synced at: 5 months ago - Pushed at: over 2 years ago - Stars: 41 - Forks: 19

alexandredev3/nodejs-clean-architeture

Typescript & Node.js Clean Architecture.

Language: TypeScript - Size: 1.25 MB - Last synced at: about 2 months ago - Pushed at: about 4 years ago - Stars: 39 - Forks: 8

shivabhusal/subjuster

A Ruby based CLI for Subtitle adjustment | TDD Guide for Software Engineers

Language: Ruby - Size: 2.08 MB - Last synced at: about 2 months ago - Pushed at: almost 8 years ago - Stars: 16 - Forks: 1

nick6969/MVVM

MVVM - POP & OOP

Language: Swift - Size: 55.7 KB - Last synced at: about 2 months ago - Pushed at: about 7 years ago - Stars: 13 - Forks: 1

epicestudar/Digital_Bank

digital bank made with Java GUI

Language: Java - Size: 10.7 KB - Last synced at: about 20 hours ago - Pushed at: over 1 year ago - Stars: 12 - Forks: 1

ribafs/aplicativos-php

Quatro aplicativos em PHP do zero e com bons recursos

Language: PHP - Size: 906 KB - Last synced at: 2 months ago - Pushed at: about 2 years ago - Stars: 11 - Forks: 4

leopoglia/java

Atividades Java em 300h, repositório utilizado nas disciplinas de Lógica de Programação, Programação Orientada a Objeto e JAVA. 🐱‍💻

Language: Java - Size: 363 KB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 11 - Forks: 0

diegoarmandoo/ecommerce-node-api

[Software Development] Repositório de um projeto acadêmico para prática de desenvolvimento de software, mais especificamente a aplicação do paradigma orientado objeto (POO), modelagem de domínios ricos, aplicações WEB e APIs, integração com BDs, testes automatizados, princípios e padrões de arquitetura e projetos e boas práticas de desenvolvimento.

Language: TypeScript - Size: 279 KB - Last synced at: 25 days ago - Pushed at: over 1 year ago - Stars: 9 - Forks: 2

Tynab/Java-OOP-Exercise

CyberSoft Java 17 - Java Oriented Object Programming Exercise

Language: Java - Size: 477 KB - Last synced at: 7 days ago - Pushed at: 5 months ago - Stars: 8 - Forks: 0

BELMALLEM/Nine_Mens_Morris_AI

An AI game developed with C++

Language: C++ - Size: 4.18 MB - Last synced at: over 1 year ago - Pushed at: over 5 years ago - Stars: 8 - Forks: 1

th-rpy/jackson_job_shop_scheduling

PyJackson:Implementation of a mathematical model in Python to solve an assignment problem in Job Shop environments. With its respective Gantt chart.

Language: Python - Size: 212 KB - Last synced at: about 2 months ago - Pushed at: about 1 year ago - Stars: 7 - Forks: 1

luizcalaca/ddd-bdd-mongodb-impl

Domaing Driven Design (DDD) + BDD (Behavior Driven Development) + MongoDB implementation + Actions CI/CD (QA)

Language: TypeScript - Size: 119 KB - Last synced at: about 2 months ago - Pushed at: almost 2 years ago - Stars: 7 - Forks: 9

jonasaacampos/study_JAVA_Capgemini-Start

Resolução de exercícios e Projetos solucionados no Programa Capgemini Start Java

Language: Java - Size: 306 KB - Last synced at: 2 months ago - Pushed at: almost 3 years ago - Stars: 7 - Forks: 4

FabianaCampanari/Object-Oriented-Programming

🧬 Here you'll find OOP exercises, exams, notes, and environment setup instructions relevant to the curriculum covered in class.

Language: Python - Size: 11.7 MB - Last synced at: 1 day ago - Pushed at: 3 months ago - Stars: 6 - Forks: 1

gabrielrochasouza/chess-game-front-end

This is the front end of a real time chess game made using react and typescript and object oriented proggraming to create the whole logic.

Language: TypeScript - Size: 17.7 MB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 6 - Forks: 0

dhDSouza/backend-dev-talentos-ti

Repositório destinado as aulas ministradas para o curso de desenvolvimento backend do programa 3 Mil Talentos TI.

Language: TypeScript - Size: 248 KB - Last synced at: about 2 months ago - Pushed at: 10 months ago - Stars: 6 - Forks: 2

profaraissa/2022.2-programacao

Repositório criado com a finalidade de disponibilizar códigos desenvolvidos durantes as aulas para ao alunos de Programação de Soluções Computacionais da UNIFG

Language: Java - Size: 84 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 6 - Forks: 0

victorsouza19/csv-converter

Conversor de CSV para HTML ou PDF responsivo e projetado para a WEB com design elegante e intuitivo. (:

Language: JavaScript - Size: 80.1 KB - Last synced at: 2 months ago - Pushed at: over 3 years ago - Stars: 6 - Forks: 0

myllah/UFG-Sistemas-de-Informacao

Atividades

Language: Jupyter Notebook - Size: 12.7 MB - Last synced at: 12 months ago - Pushed at: about 4 years ago - Stars: 6 - Forks: 0

CalyCherkaoui/Tic-Tac-Toe-Ruby Fork of brugobi/Tic-Tac-Toe-Ruby

In this project, we tried to build a tic-tac-toe game on the command line where two human players can play against each other and the board is displayed in between turns. The aim of this exercise is to learn about Object-Oriented Programming by using classes, Instances, Modules, and relationships between objects.

Language: Ruby - Size: 109 KB - Last synced at: about 2 years ago - Pushed at: almost 5 years ago - Stars: 6 - Forks: 0

JamarTG/arcade-style-car-game

A single-player 2D vehicle dodging game created using the JavaScript Canvas API

Language: TypeScript - Size: 28.8 MB - Last synced at: about 2 months ago - Pushed at: 8 months ago - Stars: 5 - Forks: 1

Alexis06030631/SNCF.js

An easy to use javascript module to get all the information in real time about the trains ©SNCF

Language: TypeScript - Size: 5.21 MB - Last synced at: 3 days ago - Pushed at: about 1 year ago - Stars: 5 - Forks: 0

QtLittleXu/lighzy-interpreter

lighzy-interpreter 是专门用来解释 Lighzy 语言的跨平台解释器,其通过对源代码一行一行地解释以实现运行

Language: C++ - Size: 172 KB - Last synced at: 2 months ago - Pushed at: about 1 year ago - Stars: 5 - Forks: 0

zhanzengyu/JavaSamples

Samples for Java

Language: Java - Size: 11.3 MB - Last synced at: about 2 months ago - Pushed at: almost 2 years ago - Stars: 5 - Forks: 7

Yuyan-Lei/MyFridge-InventoryManagement

🧊My Fridge is an inventory management system that helps the users to track the stock, get expiration and low stock alerts, and generate recipes automatically. #Java #OOD #MVC Pattern

Language: Java - Size: 14.5 MB - Last synced at: 6 days ago - Pushed at: over 2 years ago - Stars: 5 - Forks: 2

jeimison3/SinricProPyOO

A Python library for "things" simulation integrable with Amazon Alexa.

Language: Python - Size: 34.2 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 5 - Forks: 0

Akkuun/Code_Game_Jam_2024

Github Repository of our game for the Code Game Jam 2023 organized by the IUT in Montpellier. My team and I had 36 hours to create a game on the themes: Ethereal Legends

Language: C# - Size: 44.8 MB - Last synced at: 7 months ago - Pushed at: 9 months ago - Stars: 4 - Forks: 0

GuardianOfGods/the-solid-principles

Size: 3.41 MB - Last synced at: about 2 months ago - Pushed at: over 1 year ago - Stars: 4 - Forks: 1

BrunoSDMDev/ADA-Locate-Car Fork of jpastolfo/ADA-Locate-Car

Projeto de sistema de Locadora de Carros desenvolvido para o módulo de POO-II do Santander Coders 2023.

Language: Java - Size: 80.1 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 4 - Forks: 0

maiconspa/Jask

Aplicativo de gerenciamento de projetos com o paradigma Kanban.

Language: Java - Size: 16.1 MB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 4 - Forks: 1

YuweiHuang/Recite-Word-System

This is a recite words application based on C++.

Language: C++ - Size: 3.91 KB - Last synced at: over 1 year ago - Pushed at: over 9 years ago - Stars: 4 - Forks: 1

LIUNKS/SistemaDeVentas

Proyecto Final para el curso de Programación Orienta a Objetos.

Language: Java - Size: 1.26 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 3 - Forks: 0

iurisaints/typescriptClass

Typescript OOP Class

Language: TypeScript - Size: 301 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 3 - Forks: 2

Kauanrodrigues01/Python-POO

Repositório destinado a guardar projetos desenvolvidos e exercicíos resolvidos durante cursos de python. Python orientação a objeto e Python consumindo API

Language: Python - Size: 110 KB - Last synced at: 4 days ago - Pushed at: 11 months ago - Stars: 3 - Forks: 0

AdaiasMagdiel/hermes

Hermes is a experimental lightweight PHP library for routing management. It provides a simple and intuitive way to define routes and execute actions based on HTTP requests.

Language: PHP - Size: 1.57 MB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 3 - Forks: 0

luhoro/todo-list

To-Do List com opção de criar tarefas, marcar como feito, e excluir.

Language: CSS - Size: 33.2 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 3 - Forks: 0

sarahvjustino/GitFav-Explorer

GitFav

Language: CSS - Size: 317 KB - Last synced at: 3 months ago - Pushed at: about 2 years ago - Stars: 3 - Forks: 0

Koda-ms/projeto-ip2

Uma aplicação voltada para a saúde na busca de melhores hábitos de vida. Esta será capaz de acompanhar a rotina do Cliente referente à prática de exercícios e alimentação diária, conforme o registro destes no sistema, além de sugerir adequações a esses modos.

Language: Java - Size: 815 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 3 - Forks: 2

SteffanoP/projeto-pacovan

Um sistema capaz de registrar empréstimos, sem análise de riscos, ver a quantidade de parcelas restantes para quitação do ágio, amortização por Bens Especiais Não Solicitados (B.E.N.S.) e taxas de juros variáveis para cada usuário.

Language: Java - Size: 15.2 MB - Last synced at: over 1 year ago - Pushed at: almost 4 years ago - Stars: 3 - Forks: 1

guilhermecostam/CalcEletric

Calculator to perform basic calculations of electricity.

Language: Java - Size: 102 KB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 3 - Forks: 0

tuliohds/RPG-por-Turnos

Trabalho Interdisciplinar de POO - RPG por turnos em C#

Language: C# - Size: 3.78 MB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 3 - Forks: 2

CaioCesarS/Heranca-e-Composicao-em-Python-OO

Herança e Composição em Python Orientado à Objetos

Language: Python - Size: 3.91 KB - Last synced at: almost 2 years ago - Pushed at: almost 7 years ago - Stars: 3 - Forks: 1

rakasyailendra/AbsensiSlipGajiSystem

Aplikasi Absensi & Slip Gaji Asatidz adalah program desktop app sederhana ☕ berbasis java dan java swing | Project ini dikembangkan menggunakan NetBeans IDE, VSCode dan Github sebagai pengerjaan Kolaborasi👨🏻‍💻👩🏻‍💻.

Language: Java - Size: 13.2 MB - Last synced at: 4 days ago - Pushed at: 5 days ago - Stars: 2 - Forks: 4

igorfreits/small-projects

Algumas aulas e projetos

Language: Python - Size: 18.1 MB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 2 - Forks: 0

DeividSouSan/ReceitasGov

Automação com Interface Gráfica para baixar o arquivo de receitas do Portal da Transparência, manipula-lo e envia-lo a API.

Language: Python - Size: 16.1 MB - Last synced at: about 2 months ago - Pushed at: 8 months ago - Stars: 2 - Forks: 0

sikatikenmogne/flutter_calculator

A simple calculator built using Flutter, designed to mimic the functionality and user interface of the Windows 11 calculator standard mode.

Language: Dart - Size: 698 KB - Last synced at: 4 days ago - Pushed at: 11 months ago - Stars: 2 - Forks: 0

JayCesar/java-springboot

[📚 Study ] This repository was created to add files and my notes from the course POO of Java ( + spring);

Size: 60.7 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 0

ChenHCY/AlgorithmsQuestion

Data Structures, Algorithms Small Training Course

Language: Java - Size: 1.66 MB - Last synced at: 2 months ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

TheoBortoletto/Python

Learning Python

Language: Python - Size: 85 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

josgard94/Metodo-de-Biseccion

Este programa aproxima las raíces de una función mediante el método de bisección utilizando un intervalo de inicio [a, b]

Language: C++ - Size: 5.86 KB - Last synced at: 2 months ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

davidlotfi/PHP-OOP-

Photo Gallery Project

Language: PHP - Size: 872 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

LeonardoMarconi/e-Bichos

Trabalho de Conclusão de Curso (TCC) do curso de Ciência de Computação na FATECE.

Language: JavaScript - Size: 23.1 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 1

Phrdavis/Jogo-Termo

Jogo do termo criado em Java com Orientação a Objetos

Language: Java - Size: 636 KB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

sofiane-abou-abderrahim/javascript-programming-paradigms

I built this little JavaScript demo in three different ways by using the three programming paradigms: Procedural Programming, Oriented Object Programming and Functional Programming.

Language: JavaScript - Size: 2.93 KB - Last synced at: 4 days ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

Dom-Luiz-III/Atividades_Senai_Java

Atividades feitas durantes as aulas de Orientação a Objeto com o professor Phillipe no Curso Técnico de ADS pelo SENAI. Códigos feitos durante o primeiro semestre de 2023

Language: Java - Size: 313 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

Ivi-SCD/oop-java

Repository intended for students who are starting to study some object-oriented language or who want to improve their skills.

Size: 117 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 2

PaulTorresE/Javascript-7-days

This repository contains a 7-day JavaScript learning guide designed to help you acquire fundamental JavaScript knowledge and consolidate your web programming skills.

Language: JavaScript - Size: 30.3 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 2 - Forks: 0

Christiangsn/domain-driver-design-FinancialAPI

Projeto financeiro usando domain driven design, tdd, arquitetura hexagonal e solid

Language: TypeScript - Size: 2.45 MB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

VivianMachado0/VendasTCC

Trabalho de conclusão de curso apresentado ao Curso Bacharelado em Sistemas de Informação do Instituto Federal de Minas Gerais - Campus São João Evangelista para obtenção do grau de bacharel em Sistemas de Informação.

Language: Java - Size: 21.8 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

ThurFerreira/Java-Bank

A Bank application only in Java, made by Oriented Object Programming subject. It could execute simple bank functions, like simulate withdraw money, deposit, consult your current balance and payments.

Language: Java - Size: 274 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

Denis-san/agenda-telefonica-poo

Aplicação desktop Java utilizando a biblioteca Swing, requisitado pela disciplina de Princípios de Orientação à Objetos - UFRB

Language: Java - Size: 224 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

diegoreiss/pokemon-battle-simulator

terminal pokemon battle simulator in java

Language: Java - Size: 744 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

rogerkeithi/Adam

Adam é um projeto realizado com o propósito de auxiliar estudantes da área de tecnologia da informação, que estão iniciando com o conceito de orientação a objetos.

Language: Java - Size: 96.7 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 1

yurimatosrodrigues/hackerRankExercises

Repositório com a resolução de alguns exercícios do site HackerRank e conversão dos problemas de Orientação a Objetos em Java para C#.

Language: C# - Size: 693 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

jonasmachados/bootcamp-desafio-dio

Desafio proposto pelo Bootcamp Spring Framework Experience, modulo de Java para apimorar os conceitos de Orientação a Objetos.

Language: Java - Size: 6.84 KB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 2 - Forks: 0

dudaholandah/Flappy-Bird

Final Project of Object-Oriented Programming Course at UnB in 2020.1

Language: Java - Size: 3.6 MB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 2 - Forks: 0

Guilherme-Maciel/ArquivoVivo-Website

Aplicação de divulgação de portfólio e auxilio de negócio para a empresa de restauração, venda e locação de móveis de luxo, Arquivo Vivo Móveis.

Language: PHP - Size: 13.4 MB - Last synced at: about 1 year ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 0

YassineMarroun/POO-PracticaSIGT2017

Sistema Integrado de Gestión de un Taller de Coches. Práctica de Programación Orientada a Objetos - Curso 2016/2017 - UNED

Language: Java - Size: 2.01 MB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 0

zakaria-batty/gestion--employes

Language: PHP - Size: 13.7 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 0

daneccc/tic-tac-toe

🎮 It still remains create artificial intelligence for the "computer" player.

Language: Java - Size: 6.84 KB - Last synced at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 2 - Forks: 0

bm777/Switch-Pointer

Usage of pointer in C++ and switch function

Language: C++ - Size: 34.2 KB - Last synced at: 3 months ago - Pushed at: about 5 years ago - Stars: 2 - Forks: 0

thiagoaraujocampos/trabalho_final_poo

Trabalho Final de Programação Orientada a Objetos

Language: C++ - Size: 15.3 MB - Last synced at: almost 2 years ago - Pushed at: over 5 years ago - Stars: 2 - Forks: 1

GStaehler/Iguane-CMS

Content Management System for publishing web content. Iguane is written in PHP, is responsive, uses inventive object-oriented-programming techniques and stores data in a MySQL database.

Language: PHP - Size: 4.86 MB - Last synced at: over 1 year ago - Pushed at: about 6 years ago - Stars: 2 - Forks: 0

CristianBonilla/functional-programming

A partir de la versión 8 de java la programación funcional se aplica con un estilo idiomático. Para entender la programación funcional es necesario volver a versiones anteriores.

Language: Java - Size: 3.45 MB - Last synced at: 3 months ago - Pushed at: about 6 years ago - Stars: 2 - Forks: 0

lilgallon/GameOfLife

🕹️ Simple Game of life implementation in Python.

Language: Python - Size: 43.9 KB - Last synced at: 3 months ago - Pushed at: over 7 years ago - Stars: 2 - Forks: 0

anthonymnf/POO-Java

Códigos das aulas e listas de exercícios da disciplina de Programação Orientada a Objetos (Java).

Language: Java - Size: 289 KB - Last synced at: 10 days ago - Pushed at: 11 days ago - Stars: 1 - Forks: 0

raisalomao/design-patterns

Contains practical examples and implementations of software design patterns in Java. Ideal for learning and applying design principles in real-world scenarios.

Language: Java - Size: 17.2 MB - Last synced at: 21 days ago - Pushed at: 21 days ago - Stars: 1 - Forks: 0

pcapurro/chess-game

A chess game/engine made from scratch with a graphic interface (SDL2) and a Stockfish integration.

Language: C++ - Size: 2.22 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

oiclai/edd-activities

Repositório para armazenar práticas relacionadas a disciplina de Estrurura de Dados 2024.2.

Language: Python - Size: 64.5 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

NicolasRaf/POO-TrabalhoFinal

A network for the final project of the object-oriented programming course

Language: TypeScript - Size: 93.8 KB - Last synced at: 20 days ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

PedroEmmanuelBuerger/Trybers-And-Dragons

Trybers & Dragons is a project developed as part of the "Trybe" course to simulate the famous tabletop RPG game "Dungeons & Dragons." The project aims to create object-oriented programming classes to represent races, archetypes, monsters, and many other RPG elements. It also applies classes that develop the combat system for player vs player (PVP)

Language: TypeScript - Size: 925 KB - Last synced at: 3 months ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

Jonas-SLara/Projeto_C

repositório de códigos na linguagem c de estrutura de dados desenvolvidos em aula

Language: C - Size: 165 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

01Barthez/TP-Inf-211

TP: Object Oriented Programming. Subjet: Managing a supermarket’s stock can be challenging, with numerous products, suppliers, and inventory processes to oversee. As a developer for Dovv Supermarket in Biyem-Assi, Yaounde you’ve been tasked with creating a stock management system. This system will organize products by categories, manage supplier...

Language: C++ - Size: 2.09 MB - Last synced at: 3 months ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

pcapurro/metal-gear-pong

Pong 2D game made from scratch using canvas. Graphic theme inspired from Metal Gear saga.

Language: JavaScript - Size: 2.75 MB - Last synced at: 2 months ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

catalyn98/JavaProgrammingMasterclass

Learn how to program in Java

Language: Java - Size: 3.95 MB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 1 - Forks: 0

LuisAzofra/Java-Service-Oriented-Systems-Project--Wine-Community-Management-

In this project, I developed a Java-based client for the Wine Community API using Apache Axis2. The client facilitates interaction with a wine management system, enabling users to perform various operations related to wine and social networking.

Language: Java - Size: 1.56 MB - Last synced at: 2 months ago - Pushed at: 7 months ago - Stars: 1 - Forks: 0

Godwin-Jules/Mentorat_EPL_2024-Python2

Ce repo contient mon code source de toutes les activités du club Génie Informatique de l'EPL session 2023-2024 dans le cadre du montorat en Python

Language: Python - Size: 13.7 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 1 - Forks: 0

WitchBeato/MyMusicPlayer

my musicplaying application, main goal is usable musicplayer for everyone.

Language: Java - Size: 681 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 1 - Forks: 0

Gustavo-Vinicius-Santana/estudos-java

Algoritmos feitos em java para fins de estudo de sintaxe e programação orientada a objetos.

Language: Java - Size: 7.81 KB - Last synced at: 3 months ago - Pushed at: 10 months ago - Stars: 1 - Forks: 0

Oslonline/todolist-php

PHP Object-Oriented To-Do List Project.

Language: PHP - Size: 125 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 1 - Forks: 1

MatthewRobertLotts/TimelyTables

This repository implements a Python program to model a restaurant business with menus, franchises, and functionality to calculate bills and determine available menus based on time.

Language: Python - Size: 16.6 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 1 - Forks: 0

EdiJunior88/Desenvolvimento_Web_Completo_2021

Bem vindo ao curso Desenvolvimento Web Completo 2021 - 20 cursos + 20 projetos, o curso mais completo e bem avaliado da categoria. O curso conta com mais de 530 aulas, ao todo são mais de 100 horas de videoaulas em que são abordadas as principais tecnologias web do momento.

Language: HTML - Size: 2.9 MB - Last synced at: 3 months ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

jpcadena/design-patterns

Design Patterns for Clean Code in Python

Language: Python - Size: 352 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

Phrdavis/springboot-project

Springboot Java Project

Language: Java - Size: 78.1 KB - Last synced at: 3 months ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

Asymut/Ferajna-Chat-App

Windows Chat application which is used for communication and integration groups of people.

Language: C# - Size: 6.65 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

Asymut/BudgetPlus

Object-oriented application for managing your house budget.

Language: C++ - Size: 3.91 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

HelenaOliveira366/Sistema-de-controle-de-livraria-com-CSharp

Para a faculdade, foi pedido que projetasse um sistema de livraria alocado em memória, onde pudesse adicionar, listar, remover, entrada e saída de livros do estoque. Para isso, foi implantado TAD, orientação a objeto, funções, estruturas de decisão e repetição

Language: C# - Size: 68.4 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0