Koti Syamala

Koti Syamala

EVOLUTION OF SOFTWARE ECONOMICS

CHAPTER – 2 Software Economics:             Most software cost models can be abstracted into a function of five basic parameters. 1.       Size 2.       Process 3.       Personnel 4.       Environment 5.       Quality Size:  The size of the end product, which is typically…

Conventional Software Management

Chapter – 1 Conventional Software Management 1. The best thing about software is its flexibility: – It can be programmed to do almost anything. 2. The worst thing about software is also its flexibility: – The almost anythingcharacteristic has made…

DOJO data grid formatter

Using dojo data grid formmtter we can format the data of a row.. the follwing code is simple data grid with first name is link and based on one of the value of row making it as link otherwise normal…

Dynamic charts in DOJO

<!DOCTYPE HTML><html lang=”en”><head><meta charset=”utf-8″><title>Demo: StoreSeries – Users Online</title><link rel=”stylesheet”    href=”http://ajax.googleapis.com/ajax/libs/dojo/1.10.1/dijit/themes/claro/claro.css”    media=”screen”><script    src=”http://ajax.googleapis.com/ajax/libs/dojo/1.10.1/dojo/dojo.js”></script></head><body>    <h1>Demo: StoreSeries – Users Online</h1>    <p>The chart below shows the number of online users on two        different websites over a minute’s time.</p>     <div id=”chartNode” style=”width: 800px;…

How to send SMS in java using SMS Gateways App

Using the SMS garways app (https://play.google.com/store/apps/details?id=eu.apksoft.android.smsgateway&hl=en) Port of app: IP address of your phone currently connected to a network. <pre class=”code”>import java.io.BufferedReader;import java.io.IOException;import java.io.InputStreamReader;import java.net.HttpURLConnection;import java.net.MalformedURLException;import java.net.URL;import java.net.URLConnection;import java.net.URLEncoder; public class SendSMS { public static void send(String mobileNumber, String textMessage,…

Inter portlet communication in same and different WAR files

Inter Portlet Communication (portlets reside in same Application and different Application) ______________________________________________________________________________ There are mainly two ways using       1.            Public render parameter (PRP)       2.            Portlet Events       3.            URL Generation API Public render parameters: a)      when two portlets…

Missing person locator

Abstract:  Everyday many persons are missing worldwide, most of them are children and women, in order to identify the location of missing person. It is very difficult to everyone. To identify the location of a missing person’s location we will…

Brain game 2.0 questions

  Question 1: In June of 2013, Microsoft announced that apps developed using Unity would be available in the Windows Store and in the Windows Phone Store. Since then, how many apps have been submitted using Unity? About 1000 About…

Java Program to find common chrectures in three Strings

Input: consider 3 strings are “AMITABH”, “BACHCHAN”, “RAJNIKANTH” program : class FindCommonAlphabets{      public static String find(String str1,String str2)        {              int i,j,k,flag;              String result=””;              char s1[]=str1.toCharArray();              char s2[]=str2.toCharArray();            for(i=0;i<s1.length;i++)                   {                     for(j=0;j<s2.length;j++)                        {          …

Enable Notifications OK No thanks