Sponsored White Papers, Webcasts, and Downloads
TechRepublic Resources
- Question on Sorted in java in LinkedList
- My question is why sort method in LinkedList can not sort String typ and integer typ in the same list. For example if we creat list of LinkedList with integer numbers and string names The codein the test class Iam using Java APILinkedList list = new LikedList;list.add(new Integer(1));list.add("AAAAA");list.add(new Integer(6));list.add("BBBBB");//then when...
- Tags: compareTo, INTEGER, Java, LinkedList, modi8_8@..., programming, Sorted
- Discussion threads 2004-11-21
Additional Resources
- Desktop icons not sorted right alphabetically - seems to be in 3 groups
- When I select Arrange Icons By Name on my Windows XP desktop, it sorts them alphabetically as it should, but it seperates them into 3 groups:* Recycle Bin (a 4th "group"- it is always the 1st icon)* Group 1 - Shortcuts created automatically during program installations. Sorted A-Z.* Group 2...
- Tags: Desktops, desktop icon, desktop, Sorted A-Z, Microsoft Windows
- Discussion threads 2008-02-08
- The Ins and Outs and Ups and Downs of Sorted Data
- Many things that appear to be simple turn out to be a mask for various complexities. For example, as one all learned early in school, a simple drop of pond water reveals a complete and complex ecosystem when viewed under a microscope. A single snowflake contains a delicate crystalline pattern....
- Tags: United Parcel Service Of America Inc., SAS Institute
- White papers 2009-02-27
- Query data faster using sorted hash clusters
- When you have a large number of keys, you'll start to see performance problems because now you have many cluster blocks. One way to get around this is by providing a hash function to restrict the number of cluster blocks. When data is stored in a normal table,...
- Tags: Scott Stephens, Financial services, hash function, Oracle Tips Newsletter, Database, Credit Card, Oracle Application Server 10g, Table, Sales Channel, Storage, Databases, Sales, Hardware, Enterprise Software, Software, Data Management
- Technical articles 2005-07-27
- Creating a Sorted JList Component
- Java technology programmers often use the javax.swing.JList component to provide list views of similar data, whether it be a phone contact list or a grocery list. Despite the convenience of this User Interface UI component, a JList doesn't sort its elements. It displays them in the same order provided by...
- Tags: Sun Microsystems Inc., Order, Food & Beverage, Java, Manufacturing, Programming Languages, Software Development, Software/Web Development
- White papers 2006-06-01
- A Typed Hybrid Description Logic Programming Language With Polymorphic Order-Sorted DL-Typed Unification for Semantic Web Type Systems
- In this paper, the author elaborates on a specific application in the context of hybrid description logic programs hybrid DLPs, namely description logic Semantic Web type systems (DL-types) which are used for term typing of LP rules based on a polymorphic, order-sorted, hybrid DL-typed unification as procedural semantics for hybrid...
- Tags: DLP, Programming Language, Unification, Programming, Technischen Universitat Munchen, Semantic Web, Internet
- White papers 2006-10-26
- A Faster Index for Sorted SAS Datasets
- In a NESUG 2007 paper with Shuguang Zhang, The author demonstrated a compressed index (termed "Condensed index" in that paper) which provided significant performance gains (about 33% elapsed time and cpu time) in retrieving subsets from sorted datasets in which each level of the sort variabless has many observations, and...
- Tags: Performance, SAS Institute, Index, Performance Management, Human Resources, Workforce Management
- White papers 2009-02-09
- Sorting character strings using SQL Server
- You are probably familiar with the built-in sorting abilities of SQL Server for columnar data, but what if you need to sort character strings stored in SQL Server fields? Even though this may not be a common need for most users, this issue may come up from time to time. I'll demonstrate...
- Tags: Algorithm, Function, Microsoft SQL Server, Server, String, Character, VARCHAR, Tim, Engineering, Databases, Enterprise Software, Software, Data Management, Tim Chapman
- Blog posts 2008-03-03
- Anatomy of Excel: Sorting and filtering
- Ifyou've used Excel at all in the past, you've seen the millions ofsquare boxes—cells—all over the screen. These cells make up the rows andcolumns in an Excel workbook. In all recent versions of Excel, each sheet inyour workbook can contain up to 65,536 rows of information. Imagine looking forspecific information,...
- Tags: Microsoft Excel, Scott Lowe MCSE, spreadsheet
- Technical articles 2005-11-03
- Extending the Java Collections Framework
- The basic data structures available in the Java Collections Framework serve most purposes, but situations can arise where custom structures are needed. Learn how to extend the Collections Framework to create your own structures.In my previous article, I presented the concepts and architecture of the Java Collections Framework and explained...
- Tags: Alexandre Pereira Calsavara, Java, Java Platform, wrapper, wrapped object, Collections Framework
- Technical articles 2002-05-21
- Learn the pros and cons of working with SortedLists in VB.NET
- If you need to maintain a collection of objects that is sorted every time an item is added or removed, consider using VB.NET's SortedLists. In this tip, Irina Medvinskaya outlines the advantages and disadvantages of using a SortedList. SortedLists come in handy when developers need to maintain a...
- Tags: Microsoft Visual Basic.Net, Irina Medvinskaya, Microsoft development tools, Programming languages, .NET, SortedList, Visual Basic Tips Newsletter, TechRepublic Inc., Object, SortedLists, SortedList System.Collections.SortedList, Development Tools, Software Development, Software/Web Development
- Technical articles 2006-09-07
- Excel: Linked Lists and Value Lookup
- Hello! This is my first post, but I have been actively searching this forums for sometime. Thank you everyone for such great help - now I ask for some. I am going to attempt to explain this as best I can.Issue:I have 4 lists of data and they are not...
- Tags: Food & Beverage, Microsoft Excel, Column C, Sugar, Apple Inc., linked list, beverage
- Discussion threads 2008-07-07
- Getting to know the .NET collections
- If looking for a collection object in .NET has left you scratching your head, you aren't alone. Get your bearings with a guided tour of the System.Collections namespace.Collections provide a way to store arbitrary objects in a structured fashion, and we all know how useful they are in everyday programming....
- Tags: .NET, OOA/OOD/OOP, Lamont Adams, System.Collections namespace, Microsoft .NET
- Technical articles 2002-05-13
- SolutionBase: Take an inside look at Windows Defender in Vista
- Even Vista is vulnerable to exploits that need patching. Windows Defender's spyware-busting features can help further protect systems from compromise. Scott Lowe provides a detailed look at the Windows Defender included in Vista. When Microsoft got into the antispyware market, some pundits decried...
- Tags: Program, Scan, Software, Security, System, Microsoft Windows Vista, Microsoft Corp., Spyware, Service, Action, Computer, Option, View, Windows Defender, Microsoft SpyNet, Membership, Windows Defender Management, Adware & Malware, Cyberthreats, Tools & Techniques, Operating Systems, Viruses And Worms, Protection, Microsoft Windows, File, Figure, OneCare, Quick Scan, History, History Option, Figure M Defender, Scott Lowe
- Technical articles 2007-08-28
- Easily sort values with the .NET Array class's Sort method
- Tony Patton recently examined the basic functionality of .NET arrays; this week, he focuses on the Array class's Sort method, which simplifies sorting the contents of an array. He also explains how you can use other .NET features to institute custom sorting. In a previous column, I discussed...
- Tags: Microsoft .NET, Middleware, Tony Patton, .NET, Microsoft development tools, .NET Newsletter, Method, Array, Class, Interface, Person, Array Class, Sort, IComparable, IComparer, Listing C, Listing E, Listing F, .NET Array Class, Application Servers, Software Development, Software/Web Development, Enterprise Software, Software, Development Tools
- Technical articles 2006-11-14
- Sort nontabular data in Word with Table Sort
- spellingThanks for the tip but next time check your spelling in your example, it'll lend more validity to your tip. Carole from TUCSON AZUsefulTipI've used Word for years but did not know a non-table list could be sorted. Thanks for this very useful tip. It indeed does work. PAEShouldn't...
- Tags: cmcmullen@..., hardware, Microsoft Word, Sort, Table Sort, tip for the tip
- Discussion threads 2005-08-10
- Transpose rows into columns & viceversa?
- I want to transpose rows into columns and vice versa in excel sheet using vb.net.And also the values should be sorted. For EgOld Format: A1 B1...
- Tags: cell, Value at Risk, r_nair83@..., programming
- Q&A 2006-05-09
- Configure IT Quick: Re-create Word's Font Sampler macro with these handy refinements
- Back in the old days, when I was running Office 95 on top of Windows 95, I discovered that Word 95 shipped with a cool Font Sampler macro written in WordBasic. Running the macro created a document containing a sample of every font installed on the system. Unfortunately, the Font...
- Tags: font, Greg Shultz, information technology, Line-2, macro, Microsoft Word, VBA, VBA Font Sampler, VBA Font Sampler macro
- Technical articles 2003-05-05
- Indexing SQL Server relational databases for performance
- By Mark StrawmyerIndexing in a relational database creates a performance tradeoff that is often overlooked. The more indexes you have, the more likely you will retrieve data from the system quickly. However, it's equally true that the more indexes you have, the longer it will take to insert new data...
- Tags: Crowe, Chizek and Company LLP, Microsoft SQL Server, database, RDBMS, server, performance
- Technical articles 2004-02-11
- Sort and format a protected Excel worksheet with a macro
- ProblemReading a Tech Q&A post by traveladvocate, I was reminded of the axiom: You can't always get what you want.That pretty much sums up the situation when it comes to sorting data in aMicrosoft Excel protected worksheet. It is an immutable fact that only cellsthat are unprotected can be sorted....
- Tags: macro, Microsoft Excel, worksheet, Mark Kaelin, Excel Worksheet
- Technical articles 2004-06-23
- << Previous
- page 1 of 1
- Next >>
Smartphones
-
Last year, many businesses deferred the purchase of new laptops in favor of smartphones, and why not? Offering phone, calendar, email, IM and Web access, they're arguably the most practical business tools. Check out the latest CNET Reviews of Blackberry devices for all the knowledge you need to make an intelligent choice.
-
Sleek. Thin. Light.
-
With its full keyboard and high-res screen, the BlackBerry® Curve 8900 is the perfect fit for your work and your life.
Learn more