Giter Club home page Giter Club logo

mubeenauqi's Projects

15-days-of-code icon 15-days-of-code

15 days of code is an open coding challenge organized by IEEE MACE SB

amazon_ui_clone icon amazon_ui_clone

I have cloned the amazon app using react native and the screenshots are available in the screenshots folder. I have cloned it using react native

bigbasket_ui_clone icon bigbasket_ui_clone

cloned UI of BigBasket with react native, screenshots are available in the mubeena folder.i have cloned it using react native and have added more styles.

braille-translation icon braille-translation

Because Commander Lambda is an equal-opportunity despot, she has several visually-impaired minions. But she never bothered to follow intergalactic standards for workplace accommodations, so those minions have a hard time navigating her space station. You figure printing out Braille signs will help them, and - since you'll be promoting efficiency at the same time - increase your chances of a promotion. Braille is a writing system used to read by touch instead of by sight. Each character is composed of 6 dots in a 2x3 grid, where each dot can either be a bump or be flat (no bump). You plan to translate the signs around the space station to Braille so that the minions under Commander Lambda's command can feel the bumps on the signs and ""read"" the text with their touch. The special printer which can print the bumps onto the signs expects the dots in the following order: 1 4 2 5 3 6 So given the plain text word ""code"", you get the Braille dots: 11 10 11 10 00 01 01 01 00 10 00 00 where 1 represents a bump and 0 represents no bump. Put together, ""code"" becomes the output string ""100100101010100110100010"". Write a function solution(plaintext) that takes a string parameter and returns a string of 1's and 0's representing the bumps and absence of bumps in the input string. Your function should be able to encode the 26 lowercase letters, handle capital letters by adding a Braille capitalization mark before that character, and use a blank character (000000) for spaces. All signs on the space station are less than fifty characters long and use only letters and spaces. Languages ========= To provide a Python solution, edit solution.py To provide a Java solution, edit Solution.java Test cases ========== Your code should pass the following test cases. Note that it may also be run against hidden test cases not shown here. -- Python cases -- Input: solution.solution("code") Output: 100100101010100110100010 Input: solution.solution("Braille") Output: 000001110000111010100000010100111000111000100010 Input: solution.solution("The quick brown fox jumps over the lazy dog") Output: 000001011110110010100010000000111110101001010100100100101000000000110000111010101010010111101110000000110100101010101101000000010110101001101100111100011100000000101010111001100010111010000000011110110010100010000000111000100000101011101111000000100110101010110110 -- Java cases -- Input: Solution.solution("code") Output: 100100101010100110100010 Input: Solution.solution("Braille") Output: 000001110000111010100000010100111000111000100010 Input: Solution.solution("The quick brown fox jumps over the lazy dog") Output: 000001011110110010100010000000111110101001010100100100101000000000110000111010101010010111101110000000110100101010101101000000010110101001101100111100011100000000101010111001100010111010000000011110110010100010000000111000100000101011101111000000100110101010110110

facebook-clone icon facebook-clone

i have cloned facebook homepage using html and css. i have used javascript for bringing a onclick dialog box

gaming_web_page-demo icon gaming_web_page-demo

this is a web page that i tried to create when i was learning html,css,javascript.it is a basic code and is my first try

hacktoberfest2020 icon hacktoberfest2020

Participate in Hacktoberfest by contributing to any Open Source project on GitHub! Here is a starter project for first time contributors. #hacktoberfest

hacktoberfest2020-1 icon hacktoberfest2020-1

This Repo is created by Abhishek Doifode for the beginners to promote open source programming (hacktoberfest), you just need to add any type of code in any programing lang you want, just commit your name at the end.

hacktoberfest2021-1 icon hacktoberfest2021-1

This is especially for beginners...Do submit your simple pull requests...Get your free hacktoberfest T-Shirt

javascript_challenges icon javascript_challenges

this is a collection of javascript challenges that i completed to learn javascript challenge 1:it will calculate the your age in days from your birth year

pattern icon pattern

to create a pattern when input is 3,3 output is 1 3 6 2 5 8 4 7 9

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.