Social Icons

Sunday, April 13, 2014

JStockCharts Update - Gain Analyzer for Historical prices


After passing it's thousand downloads milestone, JStockCharts is keep getting updated continuously with fresh features which are not available in other applications. Historical Prices window has been added with a new tab to analyze historical price data to see how a selected counter recorded a given gain percentage or a higher value. It is my utmost joy to fulfill my users various requests and this is indeed one of such requests. This feature can possible go a long way with your valuable suggestions. I humbly expect them. Enjoy!




___________________________________________________________________
Official Site

Direct download

WAP File mailing-list(Please subscribe to receive daily WAP File)
___________________________________________________________________

Saturday, March 29, 2014

BIT Semester 02 -Recommended Readings - Ebooks - Download


It was without a doubt a cumbersome task to find the Electronic versions of recommended books for BIT UCSC Semester 01 but it was harder to find semester 02 ones, hence I thought of sharing what I have found for the benefit of fellow students who following BIT in UCSC. I haven't been able to find all the books recommended by UCSC , but I'll update the list once I have found others on due course. 

I have included following E Books in the shared folder (link below), Please share this post among fellow students and keep in touch with the blog for I shall upload other E books as soon as I found them.

+------------------------------------------------------ Upload log----------------------------------------------------------+
05 April 2014 : Uploaded "Systems Analysis and Design Methods by Jeffrey L. Whitten and Lonnie D. Bentley."

01 June 2014 : Uploaded "Java: The Complete Reference Book by Herbert Schildt"

15 June 2014: Uploaded  "Computer Program Design by Elizabeth A. Dickson, Tata McGraw-Hill Edition 2002"
+------------------------------------------------------------------------------------------------------------------------------+




Sunday, October 27, 2013

JStockCharts - Update - High & Low Prices for predefined Time ranges


JStockCharts has just been improved with a new update to Historical Prices tool, High/Low prices. Using the tool users can search for High/Low prices and their respective traded dates for predefined time periods such as 01 Month, 06 Months, 01 Year and All Time of selected share or of all currently trading shares. Prices are obtained from OHLC data published by CSE. Neither VWAP nor closing prices are used to obtain these extreme price points.



More Updates are coming soon, Including Market Summary on the Main Window and criteria calculation algorithms for new daily 52Week High/Low prices. 

___________________________________________________________________
Official Site

Direct download

WAP File mailing-list(Please subscribe to receive daily WAP File)
___________________________________________________________________

Sunday, October 6, 2013

BIT Semester 01 -Recommended Readings - Ebooks - Download


It's without a doubt a cumbersome task to find the Electronic versions of recommended books for BIT UCSC Semester 01, or any E book for that matter, hence I thought of sharing what I have found for the benefit of fellow students who following BIT course in UCSC. I haven't been able to find all the books recommended by UCSC , but I'll update the list once I have found others on due course.

I have included following E Books in the compressed file which is available to download.

Last updated on 21.10.2013 : Added OBrien - Introduction to Information Systems [2010].
  • Schaum’s Outlines Series; Basic Mathematics with applications to science and technology. 2nd Edition.
  • O’Brien, J. (2005). Introduction to information systems.12th Edition: Tata McGraw-Hill Publishing Company Limited. 
  • Linda Null and Julia Lobur, Computer Organization and Architecture, Jones 2006 
  • Scott Mueller, Upgrading and Repairing PCs, 18th Edition, QUE Press 2008 
  • Peter Norton, Introduction to Computers, 6th Edition, Tata McGraw-Hill 2005 
  • Web Application Architecture, Leon Shklar& Rich Rosen, John Wiley & Sons, Ltd 2003
  • OBrien - Introduction to Information Systems [2010]



P:S Don't forget to share this link among your fellow students.

Monday, July 22, 2013

JTattoo : Brings a whole new Look and Feel to your J2 applications


Are you fed up with the look and feel of your J2 applications? Well, You are not alone. Originally JDK is shipped with only 03 Look and Feel classes to present UI components in our Java applications (Nimbus,Metal and Motif) or you can use the default system UI by invoking UIManager.getSystemLookAndFeelClassName()).

Which brings us to JTattoo , It is Java library of LookAndFeel classes ,and provides us with 13 different look and feel classes to choose from . Users have different life styles and preferences, While some can get along with simple and lightweight themes , some may prefer darker and flashy UIs. By using JTattoo's wide range of options we can let user decide how he wants our J2 applications to look like according to their tastes.

Here are some sample look and feel classes. you can view all available LF classes here.

                    

                   

How to change LookAndFeel Class?
Following code shows how to assign LF classes dynamically. I have chosen 'smart' LF in JTatoo library.

 public void changeLF() {
        try {
            // select Look and Feel for e:g "Smart" LF
            UIManager.setLookAndFeel("com.jtattoo.plaf.smart.SmartLookAndFeel");
            //initialize this frame's UI Trees with the current look and feel.
            SwingUtilities.updateComponentTreeUI(this);            
        }
        catch (Exception ex) {
            //catches UnsupportedLookAndFeelException & ClassNotFoundException
            ex.printStackTrace();
        }
 } // end 

All available LF classes.
  • com.jtattoo.plaf.aero.AeroLookAndFeel
  • com.jtattoo.plaf.acryl.AcrylLookAndFeel
  • com.jtattoo.plaf.fast.FastLookAndFeel
  • com.jtattoo.plaf.mcwin.McWinLookAndFeel
  • com.jtattoo.plaf.mint.MintLookAndFeel
  • com.jtattoo.plaf.smart.SmartLookAndFeel
  • com.jtattoo.plaf.aluminium.AluminiumLookAndFeel
  • com.jtattoo.plaf.bernstein.BernsteinLookAndFeel
  • com.jtattoo.plaf.graphite.GraphiteLookAndFee
  • com.jtattoo.plaf.hifi.HiFiLookAndFeel
  • com.jtattoo.plaf.noire.NoireLookAndFeel"
  • com.jtattoo.plaf.texture.TextureLookAndFeel"
 
 
Blogger Templates http://slots.to/