Posts

How to Crack Any Star UML Version for Free

When you have already installed the program.  You have to go to the program’s folder: C:\Program Files (x86)\StarUML\www\license\node Inside that folder, you will find a few documents.  You have to modify “LicenseManagerDomain.js” as follow: Find the validate function in the file and replace the function with the below one. function validate(PK, name, product, licenseKey) { return{ name: "AtulsBlog", product: "StarUML", licenseType: "vip", quantity: " tfrobomatic.wordpress.com ", licenseKey: "Freeware for all,free for all,Follow me" }; } The fields entered in the function will be your License key as follows: name:  AtulsBlog license key:  Freeware for all,free for all,Follow me.
Msc IT Books To download the e-books for MSc IT  click here.  Or You can download it from here Sem 1 Data Mining Distributed Systems  Software Testing Data Analysis Tools for any other requirements leave a comment.

Other Way to solve Apache Tomcat start-up error......

Image
Steps to solve the Problem: 1.Open the Netbeans    then Services    then goto - Servers 2.Select the Apache server    then Start the server    it will show dialog with "Starting of Tomcat failed" 3.Then again right click on Apache server,     then click on Properties 4.It will show you a screen ,    Select the startup tab from the frame showed 5.Check the checkbox shown to you,     it will show you a browse option 6. Select the "catalina.bat" File path from your drives     and then open it 7.Close the frame and refresh the Apache server,     again start the server     The server will start up Note : To get the '.bat' file read the next post

How to solve Apache Tomcat start-up problem in Netbeans

To remove the error which you get while working with Netbeans Follow the following Step: 1. Go to Tomcat Apache Folder where you have installed 2. Double Click on the folder.   3. Click on the bin folder 4. Search for catalina.bat ..Right click on it..Click on Edit 5. Check for set Java_opts=%Java%  %logging_config% 6   Check for set Java_opts=%Java%  %logging_manager% Remove double quote from the above two set Restart the Tomact Server Execute the page Your page would be compiled Warm Regards for further query give your feedback....!!!!!!!!

Computer Graphics lesson's

Basic's of how to draw a line in TurboC.... #include<iostream.h> #include<conio.h> #include<stdio.h> #include<dos.h> #include<graphics.h> #include<math.h> void main() {  clrscr();  float x,y,x1,x2,y1,y2,dx,dy,lenght;  int i,gd,gm;  cout<<"enter x1 and y1"<<endl;  cin>>x1>>y2;  cout<<"enter x2 and y2"<<endl;  cin>>x2>>y2;  detectgraph(&gd,&gm);  initgraph(&gd,&gm,"C:\\TC\\BGI");  dx=abs(x2-x1);  dy=abs(y2-y1);  if(dx>=dy)  { lenght=dx;}  else  {lenght=dy;}  dx=(x2-x1)/lenght;  dy=(y2-y1)/lenght;  x=x1+0.5 ;  y=y1+0.5;  i=1;  while(i<=lenght)  {   putpixel(x,y,15);   x=x+dx;   y=y+dy;   i++;  }  delay(100);  getch();  closegraph(); } Second basic's of drawing a line...... #include<iostream.h> #include<conio.h> #include<stdio.h> #i

Life's line

Image
life isn't above always going your way, life is something to be experienced, by the way.......! There are only two ways to live your life, only two ways to enjoy it, One is the right way ,, And other is the wrong way. The right is to share,give and love,, the other is to snatch,exploit and accumulate.... LOVE and MONEY are the symbol of these....   "Eleven Hints for Life" 1. It hurts to love someone and not be loved in return. But what is more painful is to love someone and never find the courage to let that person know how you feel. 2. A sad thing in life is when you meet someone who means a lot to you, only to find out in the end that it was never meant to be and you just have to let go. 3. The best kind of friend is the kind you can sit on a porch swing with, never say a word, and then walk away feeling like it was the best conversation you've ever had. 4. It's true that we don't know what we'v