There are no reviews yet. Be the first to send feedback to the community and the maintainers!
panda-commerce
Online shopping website. different kinds of items find in this website, Buy option included.Ticket
It is an android application where you can buy ticket for your travelling destination.gadget
Using bootstrap and CSS. navbar on top, carousel control, use flex for adding more div, card use etc.profile
First website of mine. basic information. You can hire, find Facebook account through this website.DailyExpanse
It was an android project based on our daily expanses. We can note down or record our daily expanses through this app.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...3Dobject-OpenGL
3D object creation with openGL. making a small 3D hut and tree with openGL code.Flag-Making-OpenGL
Designed Flag with OpenGL.Hut-Making-with-OpenGL
OpenGL mini task to draw a small HUT with OpenGL polygon function...lex-example
All kinds of keywords, functions, operator, relational operator, identifier, Constant number recognition.Shahid-Minar-OpenGL
Short project of making shahid minar with OpenGLStar-Making-with-OpenGL
Simple project Star making include line drawing using OpenGL.Calculator
Calculator making for better calculation.Facial_Expression_Recognition
Project, Using keras, tensorflow, opencv. Detect human facial expression.Star-Making-OpenGL
Simple Star making assignment...shorna-bank
Banking System website. deposit amount, withdraw amount and check the current balance of you account.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.OpenGL-task
Here is a mini task of OpenGL where all the elements are made with triangle and some polygon. Easier glut project making.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.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.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.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 properlyLove Open Source and this site? Check out how you can help us