Posts

Hungry_Anaconda

import turtle import time import random d = 0.1 score = 0 hscore = 0 win = turtle.Screen() win.title(" Hungry AnaConDa @By Sallu@@") win.bgcolor("light blue") win.setup(width=600, height=600) win.tracer(0) an = turtle.Turtle() an.speed(0) an.shape("square") an.color("dark green") an.penup() an.goto(0,0) an.direction = "stop" #food meat = turtle.Turtle() meat.speed(0) meat.shape("circle") meat.color("red") meat.penup() meat.goto(0,100) body =[] view = turtle.Turtle() view.speed(0) view.shape("square") view.color("yellow") view.penup() view.hideturtle() view.goto(0, 260) view.write("Score : 0 High Score : 0",align="center",font=("Showcard Gothic",24,"bold")) def up(): if an.direction != "down" : an.direction = "up" def down(): if an.direction != "up" : an.direction = "down" def left(): ...
Image
  A Journey called Life This one is called "A journey called Life" No rhymes, only random thoughts :) Feel free to share,comment :) __________________________________ When I walked barefoot on the riverside,  I felt the soft sand between my toes… Tender breeze was coming from the river, Sand was cold and had small shells too,  Often the water touched my feet, And went back where it belongs to… I tossed a pebble towards the river, And stopped there till it made ripples, Then walked up to my favorite place, From where I always see the sunset… As sun glides below the river, I get ready to walk back to same way, Over the same sand and shells, Throwing same pebbles in the river… At the end of path I take my shoes, And come out from the thoughts, That keeps making ripples in my mind, Even after getting away from the place… I keep walking on sands of time, And often forget the world around me, The ripples of thoughts keep me alive, And make me live a journey called life…
  Memory Waves.. My life flows on the waves of memories, I live silently during these journeys, And step ahead on my own, But memories never let me be alone, Sometimes I feel as I am asleep, But memories me wide awake, Sometimes heart feels frozen, But the warmth of love keeps my senses alive,  Thank god I have some memories! 
Image
 HUMAN FACE DRAW USING JAVA CODE: /*Java Program to Draw a Human Face using Applet*/ import java.applet.*; import java.awt.*; public class Human_Face extends Applet {      //Initialize the applet     public void init()     { setBackground(Color.cyan);     }     //Draw the human face     public void paint(Graphics g)      {          //Change color to cream         Color clr=new Color(255,179,86);         g.setColor(clr);         //Draw and fill the face         g.drawOval(100,100,250,300);         g.fillOval(100,100,250,300);         //Change color to black         g.setColor(Color.black);         //Draw the left eye         g.drawOval(160,185,40,25);         g.fillOval(160,185,40,...
Image
  EMPLOYEE PAYROLL MANAGEMENT SYSTEM IN JAVA USING NETBEANS WITH SOURCE CODE: https://drive.google.com/drive/folders/1YdMh4zaM1oh4TR4--X2LL5vkJUDenEKa?usp=sharing Project: – Employee Payroll management system – To download it for free(Scroll down) The employee payroll management system is a java project developed using NetBeans with backend SQLite as the database. In this project, the user will find the login module appearing on the home page. The user has to enter the username and password in order to get logged into the system as the system administrator. When the user gets logged in the system he can then do the following features: Register Employee Search Employee Salary Deduction Payment Check Allowance More features are available in this project as you can even generate the report of the employee. Also, you can audit the employee record and salary. You can even generate the slip of the payment made to the employee. This project allows you to insert profile images during ...
Amazon Associates https://www.amazon.in/gp/product/B009DD8TJ4/ref=as_li_tl?ie=UTF8&camp=3638&creative=24630&creativeASIN=B009DD8TJ4&linkCode=as2&tag=s2ag-21&linkId=d55713c3084431db64b5ce94f497f29b https://amzn.to/2O0TP1M

java download

Image