Code Monkey home page Code Monkey logo

Mohamed Ali's Projects

analysis-comparison icon analysis-comparison

Perform an experimental analysis that compares the relative running times of the methods shown in Code Fragment 4.12.

bar-chart_plot icon bar-chart_plot

Write a Java program that inputs a document and then outputs a bar-chart plot of the frquencies of every alphabet character that appears within that document.

bear-fish-simulator icon bear-fish-simulator

Write a Java program to simulate an ecosystem containing two types of creatures, bears and fish. The ecosystem consists of a river, which is modeled as a relatively large array. Each cell of the array should contain an Animal object, which can be a Bear object, a Fish object, or null. In each time step, based on a random process, each animal either attempts to move into an adjacent array cell or stay where it is. If two animals of the same type are about to collide in the same cell, then they stay where they are, but they create a new instance of that type of animal, which is placed in a random empty (i.e., previously null) cell in the array. If a bear and a fish collide, however, then the fish dies (i.e., it disappears). Use actual object creation, via the new operator, to model the creation of new objects, and provide a visualization of the array after each time step.

caesar-cipher icon caesar-cipher

Write a program that can perform the Caesar cipher for English messages that include both upper- and lowercase characters.

color-stack icon color-stack

Design an ADT for a two-color, double-stack ADT that consists of two stacks— one “red” and one “blue”—and has as its operations color-coded versions of the regular stack ADT operations. For example, this ADT should support both a redPush operation and a bluePush operation. Give an efficient implementation of this ADT using a single array whose capacity is set at some value N that is assumed to always be larger than the sizes of the red and blue stacks combined.

confplus icon confplus

Conference Management System named ConfPlus to manage the process of organizing and running an academic conference.

des-3des icon des-3des

Implementation of encryption and decryption of DES and 3DES.

matrix-addandsum icon matrix-addandsum

Write a Java program for a matrix class that can add and multiply arbitrary two-dimensional arrays of integers.

reconnect icon reconnect

ReConnect: A platform linking refugees with employers. Tailored search filters and interactive profiles facilitate connections, fostering opportunities for all. Thrive together, regardless of borders.

sda icon sda

The Secure Data Acquisition System is a client-server application designed for continuous monitoring of environmental conditions.

secure-data-transfer icon secure-data-transfer

The Secure Data Transfer device combines Raspberry Pi-based hardware with user-friendly Python scripts for seamless and secure file encryption and transfer, enhancing data privacy.

top-ten-scores icon top-ten-scores

Write a class that maintains the top ten scores for a game application, implementing the add and remove methods of Section 3.1.1, but using a singly linked list instead of an array.

vowels icon vowels

Recursive method to determine if a string s has more vowels than consonants.

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.