Pinned Repositories
Android-Resource
To Speed Up Your App Development
Anime-Engine
Contains project related to android application - CashBook Money Manager, Your Task Manager and Developer Chat, Kids Quiz, etc
First-Cry
Cloned Android Application - India's Largest Online Store for newborn, baby & kids products.
Javascript-Project
It will show the implementation of Vanilla JavaScript.
MFine
Cloned MFine Android Application - Online Doctor Consultation, Lab Test, Scans
Move-On
Move on provides a complete package from shifting to ride, households to warehouses, packers and movers.
Notify
Hackathon Project - Collection the information regarding the event, task, goal and notify the user.
Rock-Paper-Scissors-Game
RocK Paper Scissors Game using HTML, CSS, JavaScript
Sarang
With Sarang, you can listen to millions of songs and podcasts for free! Listen to artists you love and enjoy music and playlists in Hindi, English, Tamil, Telugu, and many more languages.
TCS-NQT-PREPARATION-2021
Study Material for preparing TCS-NQT-2021
Kingbond470's Repositories
Kingbond470/Rock-Paper-Scissors-Game
RocK Paper Scissors Game using HTML, CSS, JavaScript
Kingbond470/Business_Website
It include HTML, CSS, Bootstrap and Javascript and it is a business website design to understand the concept and learn about languages.
Kingbond470/Mumbai-University-Aritifcal-Intelligence
It contains the Mumbai University Semester V Practical of Artifical Intelligence.
Kingbond470/Romania-Problem
Map of Romania with dictionary
Kingbond470/Typing-Word-Game-Python
Python Project on Typing Word Game with the help of pygame library.Have you played a typing speed game? It’s a very useful game to track your typing speed and improve it with regular practice. Now, you will be able to build your own typing speed game in Python by just following a code and application.n this Python project idea, we are going to build an exciting project through which you can check and even improve your typing speed. For a graphical user interface, we are going to use the pygame library which is used for working with graphics. We will draw the images and text to be displayed on the screen.
Kingbond470/Windows-10-free-activation
How to activate the windows 10 easily.. !!
Kingbond470/animationexample
Using Android
Kingbond470/Canon-Camera-WEbsite
Website Link - https://canoncamera.netlify.app/ Developed using HTML, CSS and SCSS. Theme of project is a maximum use of single color and to make it happen I have done it on canon. Canon EOS (Electro-Optical System) is an autofocus single-lens reflex camera (SLR) and mirrorless camera series produced by Canon Inc. Introduced in 1987 with the Canon EOS 650, all EOS cameras used 35 mm film until October 1996 when the EOS IX was released using the new and short-lived APS film. In 2000, the D30 was announced, as the first digital SLR designed and produced entirely by Canon. Since 2005, all newly announced EOS cameras have used digital image sensors rather than film. The EOS line is still in production as Canon's current digital SLR (DSLR) range, and, with the 2012 introduction of the Canon EOS M, Canon's mirrorless interchangeable-lens camera (MILC) system. In 2018 the system was further extended with the introduction of the EOS R camera, Canon's first full frame mirrorless interchangeable lens system. The development project was called "EOS" (Electro Optical System). EOS is also the name of the goddess of dawn in Greek mythology, which further signifies the design's generational stature.[1] The EOS emblem was created using Handel Gothic typography. It competes primarily with the Nikon F series and its successors, as well as autofocus SLR systems from Olympus Corporation, Pentax, Sony/Minolta, and Panasonic/Leica.[2] At the heart of the system is the EF lens mount, which replaced the previous FD lens mount, which mainly supported only manual-focus lenses. The EOS R full frame camera introduced a new lens mount to the system – the RF mount.
Kingbond470/Corona-Virus
Corona Virus Notification using python
Kingbond470/Herbal-Tea-Website
It will show the basic info of herbal tea.Herbal teas have existed for a very long time, but have surged in popularity over the past several decades thanks to their vibrant flavor, as well as their myriad mental, emotional, and physical health benefits. In an increasingly stressful and chaotic world, herbal teas present an opportunity to go back to basics and focus on wellness through a holistic approach. Because they can be created from almost any combination of natural ingredients, there are a vast number of herbal tea varieties Each with their own flavor qualities and health benefits. Some of the most common herbal teas include: Chamomile tea Hibiscus tea Peppermint tea Red rooibos tea Turmeric tea Spearmint tea Ginger tea Yerba maté Herbal teas are most commonly consumed hot, but they can also be chilled and served over ice, depending on your preferences.
Kingbond470/HTML-GAME
It will contain the HTML Game
Kingbond470/Java-Program
Kingbond470/Javascript-Clock-Dark-UI-Design
Working analog clock using html & css, javascript with css neumorphism effect UI design
Kingbond470/Railway-System
Static Web Page which will display the fair and information about railway.
Kingbond470/Text-Transalator-Python
Text translation from one language to another is increasingly becoming common for various websites as they cater to an international audience. The python package which helps us do this is called translate. This package can be installed by the following way. It provides translation for major languages. Google translate is a free service that translates words, phrases and entire web pages into more than 100 languages. You probably already know it and you have used it many times in your life. let's install it using pip: pip install googletrans About Application It automatically detects the language and translate to english by default. It also doesn't guarantee that the library would work properly at all times, if you want to use a stable API you should use the official Google Translate API. Using this library a lot, Google translate may block your IP address, consider using proxies by passing a proxy dictionary to proxies parameter in Translator() class, or use the official API as discussed.
Kingbond470/TYCS-INS
Mumbai University TY Computer Science - Code
Kingbond470/Anime-Manga-
It is about anime and manga blog.
Kingbond470/breaking-bad-quotes
A simple API to retrieve some quotes of Breaking Bad, bitch!
Kingbond470/CSS-BODER-CORNER
CSS Boder Shape and Corner Radius Learning Website
Kingbond470/Ethernum-Blockchain-Election
Based on ethernum blockchain election
Kingbond470/Flappy-Bird-Game
Classic Flappy Bird Game Using Pygame Library.
Kingbond470/hello-world
Basic hello-world program using github.
Kingbond470/Java-If-Else
If else weird problem
Kingbond470/python-turtle-day
Python Turtle Turtle graphics with turtle Python has a library called turtle that is part of the standard python installation. To use it, you need only type: from turtle import * or import turtle You can type this right in the python interpreter to experiment with turtle graphics or, better yet, include this line at the top of your program and then use turtle drawing commands in your program! In the turtle package when you run a program with turtle commands, a special window will open where the drawing will take place
Kingbond470/Static-Page-Navigation-Bar-
Rectangular effect after hover on navigation bar
Kingbond470/TextChat
Its a real time mini localhost chat application.
Kingbond470/Toast-Countdown-timer
Kingbond470/TODO-List-
Basic todo list using javascript.
Kingbond470/Web-Scrapping
Web Scrapping with Python
Kingbond470/weird-algo
Its about integer having +ve and if n is even divide by 2,n is odd then 3*n+1,terminates when n==1.