Git Product home page Git Product logo

Bina Maria's Projects

computesum icon computesum

A program that uses multiple processes to compute the sum of a set of (small) positive integers

dataanalysishn icon dataanalysishn

This java program offers the user with option to view the following:1. A map that plot the locations in such a way that users can tell if there are more jobs in that area or less than last year. 2. It will show number of job sites for that area on the map by clicking the marker pointing to that area

functional-emulator icon functional-emulator

Implemented the following: 1.Wrote Fibonacci program in 6502 assembly language and converted it to machine code. 2.Memory address FE - input, holds the index of the fibonacci number. Address FF - output, wrote the final fibonacci number here.

itempricecomparator icon itempricecomparator

Implemented a swift program with the following steps:, 1. Create a dictionary for products, in which each key is a product name (e.g., “Stawberry Icecream”) and each value is a tuple including the category and price of the corresponding product (e.g., (“Dissert”, 3.99)) 2. Declare three functions: 1.lowestPrice function returns name and price of the product that has the lowest price among all given products. 2.highestPrice function returns name and price of the product that has the highest price among all given products. 3.price function takes a product dictionary and a reference to a function as arguments. It returns the information (i.e., product name and price) of the product that has either the lowest price or the highest price. 3. call function price and pass a reference to lowestPrice, and make sure you get the correct returned value 4. call function price and pass a reference to highestPrice, and make sure you get the correct returned value.

joblister icon joblister

Java program which lists the total number of job postings that are listed within 50 miles of the user's current location.

phoneserverbase icon phoneserverbase

A simple java implementation of server, client socket program which allows the following features: 1.STORE the phone number. 2.GET the phone number. 3. REMOVE the phone number. 4.EXIT.

pingserver icon pingserver

Server to process ping requests over UDP. Java PingClient host port.

studentclassregistration icon studentclassregistration

Java program to associate Gherkin scenarios with actual functions for the following requirements: 1.Students should be able to register for classes. 2.Students who are on visas or who have financial aid loans must register for at least 12 credits. Students who are neither can register for how ever many courses they want to. 3.Students can’t register for the same class twice. 4.Students take courses every semester. (so combining this with the last means students can’t take a course they’ve already taken. 5.Student need to take at least one class to remain active. 6.Students can’t take more than 17 credits (in real life that is the cutoff for being charged more, so lets just say no more than that).

twitter-feed icon twitter-feed

This code is used to build the TwitterFeedMicroservice.

visible_infrared_map icon visible_infrared_map

A swift program using animation to view both the visible as well as the infrared satellite images of the earth.

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.