Giter Site home page Giter Site logo
A . S . M . RADWAN (エー エス エム レードワン) photo

radwanromy Goto Github PK

followers: 41.0 following: 18.0 repos: 71.0 gists: 0.0

Name: A . S . M . RADWAN (エー エス エム レードワン)

Type: User

Company: 総合システムリサーチ, Motivationworks株式会社, B-JET, ERA-InfoTech Ltd, Up-Work, EDGE AIUBian, American International University - Bangladesh (AIUB)

Bio: Software Engineer at 総合システムリサーチ in JAPAN. Former Professional GitHub AC: @radwanjabait (Motivationworks株式会社)

Location: Japan

Blog: https://radwanromy.github.io/Japanese-Portfolio/

side Image

📫 Reach me out! hi

Facebook Badge Linkedin Badge Insta Badge Insta2 Badge Mail Badge Twitter Badge
Languages GitHub stats

Profile Visits

visitors ThanksYou

Expend this to know some more about me

A . S . M . RADWAN (エー エス エム レードワン)'s Projects

algorithms icon algorithms

AppenAppend , Remove, Display, Sort , Binary & Linear Search And Count Codes In A Single Python Code.

alram-info icon alram-info

The app should have the following features: 1. User should be able to create new reminders along with place name. 2. The app should be able to search for places from ​Google’s places autocomplete API. 3. The app should also be able to retrieve the place name and details from ​pick from map (like google maps). 4. User should be able to ​set a date and time​ that is in the future . The user will also be able to add optional comments to the reminder saved. 5. The app should also be able to remind the user with a ​notification​ in the notification bar. 6. A visual representation of the map is mandatory and the places the user saved must be distinguishable in the map. 7. User should see all reminders in Map using Markers or in a List. 8. The app should be able to show the places and times the user saved in ​offline​ mode. Note​ ​:​ The user can save multiple places, have multiple reminders. UI/UX should follow modern conventions. The UI should be user friendly and simple but must accommodate all the functionalities listed above. You are required to push your code to your GitHub repository and share the URL. Any commits made after the deadline will not be considered. Moreover you need to add your updated release apk in the root directory of the project.

android-location-proximity-alert-using-google-maps-geofencing icon android-location-proximity-alert-using-google-maps-geofencing

The app should have the following features: 1. User should be able to create new reminders along with place name. 2. The app should be able to search for places from ​Google’s places autocomplete API. 3. The app should also be able to retrieve the place name and details from ​pick from map (like google maps). 4. User should be able to ​set a date and time​ that is in the future . The user will also be able to add optional comments to the reminder saved. 5. The app should also be able to remind the user with a ​notification​ in the notification bar. 6. A visual representation of the map is mandatory and the places the user saved must be distinguishable in the map. 7. User should see all reminders in Map using Markers or in a List. 8. The app should be able to show the places and times the user saved in ​offline​ mode. Note​ ​:​ The user can save multiple places, have multiple reminders. UI/UX should follow modern conventions. The UI should be user friendly and simple but must accommodate all the functionalities listed above. You are required to push your code to your GitHub repository and share the URL. Any commits made after the deadline will not be considered. Moreover you need to add your updated release apk in the root directory of the project.

aws-innovate---modern-apps-edition-conference-on-october-20- icon aws-innovate---modern-apps-edition-conference-on-october-20-

Building a future-ready business with modern applications A guide and pathway to successful modern application development Architecting, securing, and deploying serverless applications at scale Running containers securely, reliably, and at scale Expert tips to save costs, improve security, and operations.

computer-graphics-project-village-view icon computer-graphics-project-village-view

The project is full with so many objects of a imaginational village. Here we have included day and night mode also the auto day and night changes. I have included a train also in this project which can be move forward or backward and also can be stopped any position of the line. Color changes with day and night etc.

develop-student-account-book-library-class icon develop-student-account-book-library-class

1. Develop the classes Student String name String id String department float cgpa Member fields declare private. use properties to access 2 Constructor (Empty, valued) showInfo Account String accName String acid int balance Member fields declare private use properties to access 2 Constructor (Empty, valued) Deposit(int amount) Withdraw(int amount) Extended part Transfer(int amount, Account receiver) Transfer amount from one account to another account Book String bookName String bookAuthor String bookId String bookType int bookCopy // how many copy Member fields declare private. use properties to access 2 Constructor (Empty, valued) void ShowInfo() void AddBookCopy(int x)// how many copy of book Library Reuse Book Class String libName String libAddress Book [] listOfBook int totalBook; Member fields declare private. use properties to access 2 constructors (empty and valued) void ShowLibInfo() // show library info void ShowAllBooks() //show all book info as well void AddNewBook(Book book) // add a new book into lib void DeleteBook(Book book) // delete book object void AddNewBookCopy(Book book, int copy) 2. Now we want to reuse our Account class. The scenario is every student object has an account. Tasks that you have to do: I. If a student deposit a book after certain duration then for each day 10 taka will be charged by the library authority. II. Student can pay that amount (charged amount) from his/her bank account to the library account. So the library also has an account. III. Show the total amount a student paid to the library. IV. Show the total amount library gets from the students (total charged amount). V. But if any student has any valid reason for delay then the librarian can excuse the charged amount. Librarian can excuse full or partially (%). 3. In this program we want to reuse our last developed Library and Student Class. Our objective is to develop the scenario, where student can take maximum 5 books (for 5 days each) at a time from the library, and return these books. Tasks that you have to do: I. Show all the borrowed book information of a student from student class II. Show all the student name and book information from library class, which are currently borrowed by students. III. Step 2 IV. Preserve borrowed history of student object, which he/she takes in his/her lifetime. Preserve borrowed history of book objects that are taken by students.

erp-based-a-poultry-and-frozen-food-company-software- icon erp-based-a-poultry-and-frozen-food-company-software-

Suppose you are a project manager of a software company. Your company got a big software project to develop for a poultry and frozen food company. Project is to automate their company with an ERP (Enterprise Resource Planning). Now you are planning to start the project to develop it successfully with good quality. 1. Describe from your point of view how you can state the term quality? 2. Measuring what you can say the software you developed assured quality or not and how? 3. Is it possible to assure top quality for every quality attributes? Define your answer. 4. According to your plan the software you are developing will be tested by whom?

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.