Git Product home page Git Product logo

p0's People

Contributors

mehrabrahman avatar

p0's Issues

Project0 idea

For my project 0, I will be making a simple java calculation/program that will accept an input from the user and then return a factorial for that input. Initially, the variable will be passed via main method, but future enhancement will use a scanner method to request information from the user. I will also be validating the input to ensure that only valid input is accepted. The will eventually be converted to a financial utility tool that will calculate the expected future value of an investment given a consistent monthly deposit and assumed rate of interest. For now, it is going to have only method.

Lawrence Project Idea

It's a CLI application.
It's a simple system that intend to automate the dry cleaning services operation. its intent is to relief the front desk personnel of some simple task.
How it's going to work:
When users(customers) come in , they go to the system, key in the item(clothes) and the quantity of each type they have brought in for dry cleaning service, the system tells the user it's bill and the expected date of delivery/collection
After keying in the item.

Jesus Esquer - Project 0

Hi, I will be working on a Journal App, it will mainly take input from the user using the CLI and save it first in a document and eventually on a SQL database. All entries would be shown as a list for the user and he can choose which one to expand and get all the info from that entry.

Sezin Demir

Hello Everybody! My Project-0 is a banking app. It will help user to see account balance, send and receive money, make an appointment etc.
For now it shows different account balances and it has a subclass for withdrawals. I made a fork for p0 to my java files, so you can look at the code If you like.

Leonard. N: Project P0

Hello Everybody.
I am working on a Budgeting Application, that will will

  1. Take in an initial amount Funds Available.
  2. Allow the User to create a shopping list with associated cost value per item.
  3. Allow the user to grade the necessisty of each item, on category 1-5 (5 being the most Necessary/needed)
  4. Create a shopping list recommendation based on the Funds avilable.

Possible Added Feture:

  1. Update Item price from an evolving database.

Semsi Dogruer -- Project 0

Hello everybody. For my project I am creating an English-Turkish dictionary. Right now I have a working code in which I take a user input and give an output accordingly. In the next step, I will import a .txt file to provide the users with even more words than the ones I provide myself. Eventually, I want to integrate a public API of an online dictionary to make my project more accessible and robust.

Terry Light - Project 0

My project 0 aims to read a text file of a story to the user one word (or whatever # of words) at a time for users too lazy to read. Additional features I would like to add are placeholders if user leaves, allow the user to select from a database's list of story files, rewinding or fast forwarding from words or sentences, and as a long term milestone allowing text to speech.

Marvin and intellij

I am trying to install the environment Marvin/Intellij, for my computer and it is taking time. Need to trouble shoot more, Maybe I will need to read the documentation.

Tyler Bagala P0 Idea

PokéAverage
A CLI Application to retrieve and analyze data from a Pokémon database. This grants insight to the user about the general idea of what each type is good for, and grants them the knowledge to build out their own teams.

Currently, a User can:
specify a database to retrieve information from
pick an ID to return a name of that mon

Future functionality is to add a utility to create a SQLite DB file from a csv, and retrieve other columns of info from that DB file, including stats, resistances, and other useful info.

Emily Project 0 Idea

I plan to create a banking app that helps the bank organize its clients and immediately find clients from its existing database who may be interested in a bank's particular products. Bankers can add clients into the system. There will be multiple categories for each client, such as name, age, occupation, what the bank sold to them in the past (mortgage loans, etc). The data will be kept in a data structure like a map or a CSV file. The program will be able to read in the data and pose to the banker what is the best client they should reach out to.

Gabriela Amezcua - Project 0 - description

My project's description: I created a feelings journal designed to help users manage and keep track of their feelings. The program prompts users to choose from a menu a negative feeling and, in return, receives advice on how to manage the feeling. In a near future, I want to add more features to the program like the capability to save and display journal entries by date from/to either a database or text file.

Olenka Quispe Huanca - Project 0 idea

My project idea is a mortgage calculator. It calculates the monthly payment for a house loan based on the user input. I currently have a very simple prototype on my fork p0 that takes the user input and prints the calculated mortgage payment.

Timothy M. Herger (timothyherger6), p0 Idea/Progress so far, Bank Account App....

For my 0th project, I have ultimately decided on doing a Bank Account Application, possibly in honor of our prime client, JPMCB. No music app here anymore, as I have decided that it's not going to work out/will have to try that idea some other time (Apologies if you were looking forward to that :-/).

I have so far written methods to: Create the Account (constructor), Get the Balance for the Account, Withdraw Funds from the account, Deposit Funds into the Account, Display information about the account, Transfer funds between two accounts if multiple accounts exist (getting a little ahead of myself), and Closing the Account.

However, the main method is still a little iffy/janky, so, I have to work on that to get everything working.

Future ideas for possible addition to the Bank Account App: Username/Password for Security, Add interest rates to calculate/accumulate into account (a la Savings Account/Interest Checking Account/CD), possibly do money loans? Getting ahead of myself here....

I understand others are doing a Bank Account App? I believe it was Sezin Demir? I would love to do some pair programming with the others, as I feel it would be beneficial to us both/all. That's all I have for now. Thank you. ...

  • Tim H.

LaneDorscher - Project Zero - Idea

Pet Management

This app is intended for use by employees of a pet grooming business. They will be able to log customers and their respective pets into a database to keep track of who the business has served.

Application

  • Retrieves / creates a database
    • Tables:
      • customers (customerID, firstName, lastName)
      • pets (petID, petName, breed, description, customerID)
  • Allows for:
    • adding/removing customer(s)
    • adding/removing pet(s)
    • searching for customers by name
    • searching for pets by customer's name
    • listing all pets owned by customer

Jonathan Gomez P0 Project

My project 0 will be a banking app. I want to allow people to keep track of multiple bank accounts, and make deposits and withdrawals on all of them. I plan to expand the project further by adding activity logging to keep track of spending.

Ted Balashov p0 idea

The program is a museum map.

Complete Features:
Application inputs a basic map of a museum from a text file, with impassable walls, a starting point, and exhibitions enumerated A-Z.
The museum map is displayed in the terminal using a simple text diagram.
User may either navigate the museum with wasd controls or jump to an exhibition with A-Z. The user will only move when it is permitted, walls are impassable.
User may enter 'f' to view an artwork. The program will load and print an ASCII art version of the painting, using an image whose URL is stored in the map file. Nothing happens if there is no artwork to view.

Planned features:
User activity logging (such as logging the most viewed paintings), completely bug-free (ensuring that the museum map is bulletproof, all exhibits are reachable with BFS, ensuring that the painting image URLS are reachable)
Allow the creation and editing of museum maps & paintings within the console.
Think of some way to usefully implement threads.

p0_TNJ_proposal

// ---------------------------------------------------------------------------------------------------------------------
// NAME: Taryn Nicole Jones ----------------------------------------------------------------------------------------
// COURSE: Revature - Java Reactive --------------------------------------------------------------------------------
// DATE: 7/23/2021 ---------------------------------------------------------------------------------------------------
// TITLE: Project 0 -----------------------------------------------------------------------------------------------------
// DESCRIPTION: Lightning Predictor App Proposal -----------------------------------------------------------------
// Goals: ---------------------------------------------------------------------------------------------------------------
// ----- 1. predict next lightning strike given data -------------------------------------------------------------------
// ----- 2. predict lightning in given area, given history trends (possibly try to get all in US based on zip code) -
// ----- 3. output lightning map through time -----------------------------------------------------------------------
// ----- 4. output lightning heat map ---------------------------------------------------------------------------------
// ----- >>> BONUS: Can also try predicting the magnitude + landfall + potential warnings? --------------------

Andrew Gregersen P0 Idea

I have decided to try and implement a very simple user shell that allows the user to access system programs (i.e git, mvn, etc.) from the command line, in addition to some built in programs like cat and grep. So far cat, grep and a custom document analyzer have been implemented in a rough prototype that work, they still need to be linked to the driver script however. In addition the commands ls and cd have been implemented at their most basic implementation. PWD has been implemented completely. I will need to figure out how threads work in Java to get the other programs to run.

Tam Nguyen - Project 0

Hi all,

My project 0 is a CLI file manager to allow a user to view and access their files. A user can browse their file system, move up and down directories, and toggle whether hidden files are shown or not.

Additional features I am looking to add the moment are the ability to zip files, move files, and to make the app a TUI app to allow for additional key presses (such as arrow keys) rather than reading from standard input.

Paul Marquis - Project 0

My first project is a Fiber Calculator. It takes a food item as a string input from the command line argument when calling the program. Then, it queries the Edamam food database API and returns the fiber per serving in grams of the top search result for the food input. Currently, this is all my program does. However, I plan on giving the user the ability to select the amount and unit of measurement of their food, and get any nutritional data for that food that they specify back (not just the fiber value). Additionally, I would like to implement a system where the user can see the top search results and then select the result that works best for them, but for that to work I would need to be successfully parsing and storing the JSON responses. I have had issues getting the JSON parsing packages installed and working, so for now I am just manually parsing the response myself for just the value I am concerned with, the fiber value.

Rolando Leiva project 0

For my project zero, I'm making a simple text adventure game that gives the user two choices. The user can read the scenario and pick between 1 or 2. Once the user picks an option then the program will move on to the next scene. The text adventure game also keeps of log of people who have been playing the text adventure and the choices the player made.

Chris Jose - Project 0

Project Summary
My Project Zero is a simple Retail POS System intended for stores that sell and deliver products to guests. Examples include furniture and mattress retailers. Sales associates can use it to make customer profiles, schedule deliveries, add inventory to sales orders, construct sales invoices, and more. It is not intended to actually process payments (like a normal POS), but to record that those payments happened and their details, as well as other sales order details.

Current Status
So far, I've coded most of the menu system. Users can navigate through the menus by pressing the respective menu option numbers (1,2,3...). The actual content of the menu options is minimal. Some menu options can take inputs and spit out outputs that are examples of what I'd like the program to eventually output by integrating it with SQL databases. For example, the Customer option in Main Menu prompts you for a name, phone number, and address. Then, it spits out a fictitious customer named Bobby Borowitz (regardless of what you type), his sales order history, and more, as an example output. I'd like to integrate this with SQL databases for storing data from this program and for generating the outputs for this program. I have not conceptualized payment functionality, completely.

https://github.com/christopherjose/p0/blob/main/POS.java
https://github.com/christopherjose/p0/blob/main/README.md

Josue Bueno - Project 0

The project is a book keeping app.

Features:

  • Mode Selection: User will be able to select between different modes consisting of To Do List, Notes, and Journal.
  • To Do List: keeping track of tasks needed to be done.
  • Notes: record notes.
  • Journal: create journals that will then be able to take in entries per journal created.

Technicality:

  • Persistency: This app will achieve persistency by locally creating and deleting txt files in created directories.

Daniel Westfall

The project I plan on doing is making a discord bot that uses Discord4J (https://discord4j.com/) and that plays a handful of simple minigames.
Currently I've just built tic-tac-toe as an introduction for myself to Java. Discord integration will come later after I've built a few more. Likely will want to add on Connect4, single player battleship, Yahtzee, and whatever else I can think of.

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.