• Stars
    star
    3
  • Rank 3,959,946 (Top 79 %)
  • Language
    Java
  • Created over 4 years ago
  • Updated over 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

It is an android application where you can buy ticket for your travelling destination.

More Repositories

1

panda-commerce

Online shopping website. different kinds of items find in this website, Buy option included.
HTML
4
star
2

gadget

Using bootstrap and CSS. navbar on top, carousel control, use flex for adding more div, card use etc.
HTML
3
star
3

profile

First website of mine. basic information. You can hire, find Facebook account through this website.
HTML
3
star
4

DailyExpanse

It was an android project based on our daily expanses. We can note down or record our daily expanses through this app.
Java
3
star
5

KIDs-ONLINE-BOOK

Assembly language based project. online book for children. English, Math, Rhymes category-wise.
Assembly
3
star
6

Assembly-codes

Here some codes of assembly language: comparing between two number, alphabet count, add two number, factorial find, string find, variable print, increment and decrement etc...
Assembly
2
star
7

3Dobject-OpenGL

3D object creation with openGL. making a small 3D hut and tree with openGL code.
C++
1
star
8

Flag-Making-OpenGL

Designed Flag with OpenGL.
C++
1
star
9

Hut-Making-with-OpenGL

OpenGL mini task to draw a small HUT with OpenGL polygon function...
C++
1
star
10

lex-example

All kinds of keywords, functions, operator, relational operator, identifier, Constant number recognition.
C
1
star
11

Shahid-Minar-OpenGL

Short project of making shahid minar with OpenGL
C++
1
star
12

Star-Making-with-OpenGL

Simple project Star making include line drawing using OpenGL.
1
star
13

Calculator

Calculator making for better calculation.
Java
1
star
14

Facial_Expression_Recognition

Project, Using keras, tensorflow, opencv. Detect human facial expression.
Python
1
star
15

Star-Making-OpenGL

Simple Star making assignment...
C++
1
star
16

shorna-bank

Banking System website. deposit amount, withdraw amount and check the current balance of you account.
HTML
1
star
17

Bank-system

Banking system, Deposit amount into the account, withdraw amount, check the current balance and all the information of the account, exit from the account.
Python
1
star
18

OpenGL-task

Here is a mini task of OpenGL where all the elements are made with triangle and some polygon. Easier glut project making.
C++
1
star
19

coursera_3.1

Coursera Assignment: 3.1 Write a program to prompt the user for hours and rate per hour using input to compute gross pay. Pay the hourly rate for the hours up to 40 and 1.5 times the hourly rate for all hours worked above 40 hours. Use 45 hours and a rate of 10.50 per hour to test the program (the pay should be 498.75). You should use input to read a string and float() to convert the string to a number.
Python
1
star
20

coursera_3.3

Coursera Assignment: 3.3 Write a program to prompt for a score between 0.0 and 1.0. If the score is out of range, print an error. If the score is between 0.0 and 1.0, print a grade using the following table: Score Grade >= 0.9 A >= 0.8 B >= 0.7 C >= 0.6 D < 0.6 F If the user enters a value out of range, print a suitable error message and exit.
Python
1
star
21

coursera_5.2

Coursera Assignment: 5.2 Write a program that repeatedly prompts a user for integer numbers until the user enters 'done'. Once 'done' is entered, print out the largest and smallest of the numbers. If the user enters anything other than a valid number catch it with a try/except and put out an appropriate message and ignore the number. Enter 7, 2, bob, 10, and 4 and match the output below.
Python
1
star
22

coursera_4.6

Python Assignment: 4.6 Write a program to prompt the user for hours and rate per hour using raw_input to compute gross pay. Award time-and-a-half for the hourly rate for all hours worked above 40 hours. Put the logic to do the computation of time-and-a-half in a function calledcomputepay() and use the function to do the computation. The function should return a value. Use 45 hours and a rate of 10.50 per hour to test the program (the pay should be 498.75). You should use raw_input to read a string and float() to convert the string to a number. Do not worry about error checking the user input unless you want to – you can assume the user types numbers properly
Python
1
star