Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

Project

Project refers to a temporary endeavor undertaken to create a unique product, service, or result. This topic explores the various aspects of project management, including planning, executing, and closing projects, as well as the tools and techniques used to achieve project goals efficiently. It covers different methodologies like Agile, Waterfall, and Scrum, providing insights into their application across industries. This topic also discusses the challenges of project management, such as scope creep, risk management, and team coordination.

https://github.com/wirthual/smartkanne

Project created for Ubiquitous Computing Course WS17/18 at Karlsruhe Institute of Technology.

appliance arduino arduino-uno lcd-display project rfid smarthome university

Last synced: 15 Oct 2024

https://github.com/lucaargolo/historico-de-voos

Repositorio para hospedagem do site referente ao trabalho de Engenharia de Software (MATA62), referente a analise e demonstração do histórico de voos entre 2015-2020 disponibilizado pela ANAC.

brazil css flights html javascript portuguese project university

Last synced: 14 Oct 2024

https://github.com/loitd/pythonpractical

Các source code và file hướng dẫn trong course "Lập trình Python thực chiến" trên kênh Youtube Tran Duc Loi

language practice project python

Last synced: 14 Oct 2024

https://github.com/vivekkdagar/xbasic

A Python-based, extended interpretation of the BASIC language, enriched with additional features and functionalities.

basic-programming cli cli-app click compiler interpreter language lexer lexical-analysis parser project pypi python

Last synced: 13 Nov 2024

https://github.com/s3gmentati0nfaultuni/programmazione-cpp

Progetto d'esame per il corso di Programmazione C++ tenuto dal professor Ciocca presso l'università degli studi di Milano Bicocca

cpp datastructures-algorithms project qt

Last synced: 11 Oct 2024

https://github.com/jaiswalchitransh/historical-stock-and-revenue-data-analysis

This project focuses on extracting and visualizing stock data using Python libraries such as yfinance for historical stock prices and web scraping techniques to gather company revenue data. It provides a comprehensive analysis by plotting both stock prices and revenues over time for companies like Tesla and GameStop.

artificial-intelligence beautifulsoup bs4 data-science gamestop jupyter jupyter-notebook machine-learning matplotlib pandas plotly project python python-3 python3 requests stock-market tesla webscraping yfinance

Last synced: 13 Nov 2024

https://github.com/semazurek/kolkokrzyzyk

Projekt gry/programu w C na przedmiot Wprowadzenie do Informatyki (WDI)

c cli command-line mini-game project vbscript

Last synced: 12 Nov 2024

https://github.com/aminya/include.m

Adds folders to Matlab's path

addpath file include matlab project

Last synced: 30 Oct 2024

https://github.com/jaiswalchitransh/html-portfolio-example

This HTML code constructs a portfolio webpage featuring the name and role ("Chitransh Jaiswal, Full Stack Web Developer") followed by two project sections. Each project includes a heading, image, and link to its respective HTML file.

css css3 html html5 porfolio portfolio-website project responsive template web-development website

Last synced: 05 Nov 2024

https://github.com/jaiswalchitransh/my-first-html

This HTML document creates a personal website for Chitransh Jaiswal, featuring sections on education, hobbies, licenses, certifications, and skills. It employs images, tables, and hyperlinks for a visually organized and informative layout. The footer provides a link to the "Contact me" page, making it a comprehensive profile webpage.

css first-html first-project html html5 project web-development website

Last synced: 05 Nov 2024

https://github.com/jaiswalchitransh/ucs-with-best-first-search

Implementation of UCS on Romania to find shortest distance from Arad to Bucharest based on best-first search algorithm. It uses a dictionary that stores current city mapped to (parent city, current best distance), and frontier is a priority queue to process nodes containing (node id, current city, priority value).

artificial-intelligence best-first-search heuristic-search-algorithms heuristics project python python-3 python3 searching-algorithms ucs uniform-cost-search

Last synced: 05 Nov 2024

https://github.com/jaiswalchitransh/login-page

This HTML code establishes a clean login and signup page with internal CSS styling for visual appeal. The structure adheres to HTML5 standards, featuring input fields for username and password, submission and cancellation buttons, a "Remember Me" checkbox, and links for password recovery and registration.

css css3 html html5 login-page project responsive responsive-design template web-development website

Last synced: 05 Nov 2024

https://github.com/pavi2410/pynas

A Network Access Storage (NAS) server

bootstrap bottle fullstack nas project python replit

Last synced: 14 Oct 2024

https://github.com/jaiswalchitransh/csp-map-coloring-using-backtracking

The code uses backtracking to solve the Constraint Satisfaction Problem (CSP) of map coloring. It checks if assigning colors to regions follows the constraint that no adjacent regions have the same color. The skills involved include algorithm design for backtracking, recursion, and solving CSP problems. The implementation uses Python.

ai artificial-intelligence backtracking csp map-coloring project python python-3 python3 recursion

Last synced: 05 Nov 2024

https://github.com/jaiswalchitransh/restaurant-management-system

This Restaurant Management System is a Python application facilitating menu display, ordering, and menu management. It presents customers with a user-friendly interface to explore the menu, place orders, and provide ratings for items.

project projects python python-3 python-project python3 pythonprojects restaurant-management rms

Last synced: 05 Nov 2024

https://github.com/jaiswalchitransh/dfs-searching-algorithm

This Python code employs the Depth-First Search (DFS) algorithm to find a path from "Arad" to "Bucharest" in the Romania map. It uses a priority queue, backtracking, and a graph representation. The DFS path is printed at the end. Skills demonstrated include graph traversal, priority queue usage, and DFS algorithm implementation.

ai artificial-intelligence depth-first-search dfs dfs-algorithm dfs-search graph priority-queue project python python-3 python3 searching searching-algorithms travesal

Last synced: 05 Nov 2024

https://github.com/jaiswalchitransh/python-sapi-voice-for-windows

The Python script utilizes the win32com library to interact with the Windows Speech API (SAPI), prompting the user to input text to be spoken aloud. It continuously speaks the input text using the default system text-to-speech engine until the user inputs "-1" to terminate the program.

project python python-3 python3 sapi sapi-voice text-to-speech win32 win32com windows

Last synced: 05 Nov 2024

https://github.com/jaiswalchitransh/kaun-banega-crorepati-game-in-python

This Python script replicates the "Kaun Banega Crorepati" game, presenting users with multiple-choice questions and monetary rewards. Players can choose to answer or quit at any point, accumulating winnings based on correct answers. The game concludes with a display of the player's total earnings.

game game-development kaun-banega-crorepati project python python-3 python3

Last synced: 05 Nov 2024

https://github.com/jaiswalchitransh/merge-pdf-files-using-pypdf2

This Python script merges all PDF files in the current directory into a single PDF file named "merged.pdf" using the PyPDF2 library. It iterates through the PDF files, appends their content to a PdfWriter object, writes the merged content to a new file, and then closes the PdfWriter object.

merge merger pdf project pypdf2 pypdf2-library python python-3 python3

Last synced: 05 Nov 2024

https://github.com/jaiswalchitransh/snake-water-gun-game-in-python

This Python script implements a Snake, Water, Gun game where the user competes against the computer. The user inputs their choice, and the program randomly selects a choice for the computer. The game function evaluates the choices, determining the winner based on predefined rules.

game game-development project python python-3 python3 snakewatergun-game

Last synced: 05 Nov 2024

https://github.com/blackhatdevx/dice_roller

A simple and beautiful dice roller app built using Flutter. The app features a smooth gradient background and an intuitive UI, making it easy and fun to use. Future enhancements include adding animations and sound effects for a more engaging experience.

flutter flutter-project project

Last synced: 18 Oct 2024

https://github.com/jaiswalchitransh/secret-code-game-in-python

This Python script implements a Secret Code Game where users choose between encoding or decoding a message. For encoding, it applies a specific pattern to each word, and for decoding, it attempts to reverse the pattern. The code includes error handling for decoding. The program concludes by thanking the user for playing the Secret Code Game.

game project python python-3 python3 secretcode

Last synced: 05 Nov 2024

https://github.com/justinrubek/project-runner

A tool/library that detects and describes details about a project. This is a work in progress and is intended to be used as a library for other tools to build on top of and provide a consistent experience for interactions.

flake nix nix-flake prj project runner rust

Last synced: 23 Oct 2024

https://github.com/suniksha12/php_my_sql_projects

This repo collection of hands-on PHP and MySQL projects demonstrating backend development concepts through practical applications. Each project explores different aspects of web development, from basic CRUD operations to complex database management.

backend beginner-project creative-coding crud css database form helpful html innovation javascript mysql mysql-database php phpmyadmin project server web-application webdevelopment

Last synced: 01 Nov 2024

https://github.com/jbitton/grad-planner

Principles of Software Engineering Project

algorithmic problem-solving project rails ruby university

Last synced: 14 Oct 2024

https://github.com/ujarhr/laravel_pos

Elevate Your Sales Game with this Powerful Laravel POS Application!

application laravel laravel-framework php point-of-sale pos project

Last synced: 05 Nov 2024

https://github.com/deeksha-dhawan/pizza-outlet-analysis-using-sql

This project analyzes pizza sales data to gain insights into customer behavior and revenue patterns. Key analyses include customer insights, popular pizza types and sizes, revenue generation, and order trends. The findings help optimize menu offerings, staffing, and marketing strategies to boost overall business performance.

coding-challenge data-analysis data-science microsoft my portfolio-project programming project projects sql sql-analysis sql-project sqlproject sqlserver

Last synced: 14 Oct 2024

https://github.com/yakuter/laravel-site-settings

An easy site settings example to show how to create a site settings page and cache the settings in laravel

beginner laravel php project settings starter

Last synced: 14 Oct 2024

https://github.com/contributte/demo-typesense

🏀 Demo application of Typesense (@typesense) based on Nette Framework (@nette) by @f3l1x.

contributte demo engine nette project search skeleton typesense

Last synced: 25 Oct 2024

https://github.com/xiaomi7732/codewithsaar.extensions.projectassets

View NuGet package dependency hierarchy with visualization

compliance dependency nuget package project version virsualize visualization

Last synced: 01 Nov 2024

https://github.com/valentin-koeberl/webt2024-25

This repository is all about DreamLabs. DreamLabs Production is a virtual company founded by Laurens Vidan and Valentin Köberl as part of the Media Technology course at HTL 3 Rennweg. In this course, we focus on web technologies, particularly HTML5, CSS, PHP and JavaScript.

css development html-css-javascript html5 javascript php php7 project webtechnology

Last synced: 18 Oct 2024

https://github.com/nixpulvis/maze_gl

Maze game in OpenGL (Windows)

project

Last synced: 27 Oct 2024

https://github.com/zalweny26/lab_algoritmi_unipa

Progetto per l'esame di Laboratorio di Algoritmi 23-24, UniPa, Informatica L-31

algorithms cpp project

Last synced: 04 Nov 2024

https://github.com/subb98/race-results

Test task for PHP developer position at Smart Logistics

app application backend docker docker-compose example php php8 php81 project task test

Last synced: 26 Oct 2024

https://github.com/brahmbeyond/randomjokesgenerator

Generates Random jokes on every click.. 👻

async-await fetch-api html-css-javascript project

Last synced: 19 Oct 2024

https://github.com/alizul01/theater-cashier-project

🍿 Theater-Cashier-Project adalah sebuah aplikasi berbasis Command-Line-Interface (CLI) yang dibuat untuk membantu pemilik theater untuk mengelola penjualan tiket dan cafetaria. Aplikasi ini dibuat untuk memenuhi tugas mata kuliah Praktikum Dasar Pemrograman

college-project final-project java java-11 java-programming java-sdk project

Last synced: 11 Nov 2024

https://github.com/mohitkumartoshniwal/custom-react-dom

A basic custom react dom implementation

beginner-friendly project react react-dom youtube

Last synced: 02 Nov 2024

https://github.com/siddhant-k-code/scrabble-lite

Participation for the Codepen board game challenge. A take on scrabble but for single players. There is currently no logic to validate if a word is real because I could not find a free API. Feel free to use it and incorporate the API yourself

css game html htmlgame js new project scrabble scrabble-game

Last synced: 07 Nov 2024

https://github.com/contributte/doctrine-project

🕹️ Minimal viable project with Doctrine to Nette (@nette) by @f3l1x

contributte doctrine example mvp nette php project

Last synced: 26 Oct 2024

https://github.com/web-dev-codi/clean-vitejs-javascript-project-scaffolding

Vite project setup using Javascript. App,jsx, index.css, App.css content deleted.

javascript project react scaffolding template-project vitejs

Last synced: 31 Oct 2024

https://github.com/ernscht/nitro-project-test

Example project to develop & test generator-nitro project

example nitro project

Last synced: 15 Oct 2024

https://github.com/ndamatta/lolgistic

website to analyze your LoL profile

api bulma javascript league lol official opgg project riot riotgames stats

Last synced: 15 Oct 2024

https://github.com/huifer/kop

Project combat is not limited to the front and rear end

project rbac springboot

Last synced: 20 Oct 2024

https://github.com/arif98741/java-calculator

This is a simple java project for beginners. Anyone can take idea regarding Java Mechanism and Process of software making technology

calculator java project

Last synced: 15 Oct 2024

https://github.com/vishalkalola1/languagelearn

You can learn swift programming and iOS Application component from this app. you can also learn third party framework integration, pods installation, application deployment, MVC architecture, InAppPurchase, Database, Webservices etc..

component language mvc project sqlite3 swift

Last synced: 10 Nov 2024

https://github.com/joebobmiles/cautious-couscous

Basic TypeScript project template.

project template typescript

Last synced: 15 Oct 2024

https://github.com/kadiryazadzhi/softuni---randomsentencesgenerator

🎓 Solution for the "Random Sentence Generator" practical project in the C# Fundamentals course at SoftUni 🎓

charp course fundamentals project softuni

Last synced: 07 Nov 2024

https://github.com/robbypambudi/general_programming_in_c

This is my programing project with C Language to solve any problem on internet

c project

Last synced: 15 Oct 2024

https://github.com/darkzarich/run_elsea-bot

Discord bot made with Node.js (discord.js) and Selenium for grabbing data from THE iDOLM@STER Cinderella Girls: Starlight Stage token calculator

discord-bot discord-js nodejs parsing project selenium

Last synced: 18 Nov 2024

https://github.com/bibekdhkl/html-css-js-projects

Honing skills by building small projects

beginner-project js project

Last synced: 25 Oct 2024

https://github.com/rijoksd/event-mangement

A full-stack event management platform with user authentication, event creation, and admin features using React, Express, Node.js, and MongoDB.

cloudinary daisyui event-management events express javascript mern-stack mongodb nodejs project react realtime ui

Last synced: 15 Oct 2024

https://github.com/shane-reall/final-project-client-server

My final project for Client Server Systems. It's a multiplayer card game called Triple Triad, where it's the player's goal to have as many tiles in their color as possible.

client-server java javafx-application project

Last synced: 12 Oct 2024

https://github.com/myles/font

Myles Font

font project status-incubator

Last synced: 07 Nov 2024

https://github.com/darkzarich/sheets-project-training

Vanilla JavaScript project, something similar to Google Sheets. With this project I decided to try to stay away from any libraries, frameworks, any other utils (excluding build instruments such as Webpack) and make something using only Vanilla JavaScript.

google-sheets javascript no-libraries oop-principles project sheets training vanilla-javascript webpack

Last synced: 18 Nov 2024

https://github.com/subramanyaks/react-api-project

Simple API Project Using React JS . This is in development state

api project react react-api react-applications

Last synced: 19 Nov 2024

https://github.com/yonis-savary/clarityapp

Project template to create a new Clarity Application

framework php project template web

Last synced: 05 Nov 2024

https://github.com/aloramercer/integral-calculation-using-reiman-sums

This project is for calculating the area under the curve of a function over a specified interval. It uses Left Hand Rule, Right Hand Rule, and Midpoint Rule to estimate the integral.

calculate-area cpp curved function integral project

Last synced: 25 Oct 2024

https://github.com/oscarvalenzuela25/legal-document

Proyecto para generar PDFs con una base HTML

mustache-js pdf project

Last synced: 14 Nov 2024

https://github.com/amruthpillai/vtu-dsce-project-report-template

VTU DSCE Project Report Template in LaTeX

latex project report vtu

Last synced: 25 Oct 2024

https://github.com/claspog/tabtimetracker-chromeextension

"Tab Time Tracker: A Chrome extension that monitors and displays the time spent on each active tab."

chrome-extension digital-wellbeing javascript online-tools project

Last synced: 26 Oct 2024

https://github.com/ajiththeerthiya/full-stack-employee-management-system-using-springboot-and-react-js-

This is a full-stack Employee Management System (EMS) built using React JS (Vite) for the frontend and Spring Boot for the backend. It allows users to manage employee data, including adding new employees, updating existing information, deleting employees, and viewing a list of all employees.

crud-operation employee-management-system ems full-stack-web-development fullstack java javaproject project react-hooks react-rou reactjs spring spring-boot

Last synced: 06 Nov 2024

https://github.com/oscarvalenzuela25/portafolio

Proyecto para listar las landing pages hechas y proyectos propios

astro css3 html5 project react reactquery zustand

Last synced: 14 Nov 2024

https://github.com/lucianookdp/keys-of-fear

Jogo de terror desenvolvido em C# no Unity, com todos os elementos modelados e criados por mim e colaboradores. O jogo está disponível em um arquivo executável zipado para download e gameplay.

blender csharp faculdade faculty-project game game-dev game-development project terror training unity unity3d visual-studio

Last synced: 26 Oct 2024

https://github.com/kazooki123/ripledd-android

Android Version of Ripledd

android app kotlin mobile project

Last synced: 05 Nov 2024

https://github.com/monuelo/projeto-lp2

:coffee: Projeto Final - Laboratório de Programação II - UFCG

css html java javascript project ufcg university

Last synced: 29 Oct 2024

https://github.com/monuelo/androidprojects

Android Mini Projects

android java learning mini project

Last synced: 29 Oct 2024

https://github.com/jonathanfernandi/swiftcab-super-app-website

This repository contains Jonathan et al.'s AoL (Assurance of Learning) Project for COMP6800001 - Human and Computer Interaction Course. This project has been declared to have passed with a high distinction (score: 89, grade: A-).

assurance-of-learning css figma html human-computer-interaction javascript project

Last synced: 07 Nov 2024

https://github.com/jonathanfernandi/binus-anggrek-6-8-network-system-design

This repository contains Jonathan et al.'s AoL (Assurance of Learning) Group Case Study and Project for COMP6247001 - Computer Networks Course. This group case study and project have been declared to have passed with a high distinction (score: 95, grade: A).

case-study cisco-packet-tracer computer computer-network networks project

Last synced: 07 Nov 2024

https://github.com/mdazlaanzubair/dr-source-api

This is the API for Dr. Source, utilizing LangChain and Google Gemini AI to handle document parsing, vectorization, and question answering.

express gemini-ai langchain nodejs open-source personal-project pinecone project supabase vector-database

Last synced: 26 Oct 2024

https://github.com/afeiship/project-jkf.cn

My practice project.

practical project

Last synced: 27 Oct 2024

https://github.com/ambiere/project-root

Zero dependencies utility, that helps you find the root of your project.

directory npm package-json parent path project root

Last synced: 27 Oct 2024

https://github.com/lucianookdp/gerenciadorlivros

Aplicação Laravel para gerenciar uma lista de livros. Permite adicionar, editar e excluir livros, além de visualizar detalhes como título, autor e ano de publicação. Ideal para quem deseja organizar suas leituras.

book books-management faculdade faculty laravel laravel-framework management php project visual-studio

Last synced: 05 Nov 2024

https://github.com/tamk-kol/sql-powerbi-bike_sales_data

This project involves end-to-end data analysis of a bike shop service, aimed at analyzing key performance metrics such as hourly revenue, profit and revenue trends, seasonal revenue, and rider demographics.

bikesales dashboard database endtoend powerbi powerbi-visuals powerbidashboard project sales salesdata sql sql-server

Last synced: 10 Nov 2024

https://github.com/darkzarich/theshopper

Full-fledged small SPA shop with filters, fetching, sorts, search, shop cart. Built with Vue, Vuex and Vuex Router

javascript learning project training vue-router vue2 vuejs vuex

Last synced: 18 Nov 2024