No announcements
Found 146991 threads
-
0 Votes
Selection sort and binary search with words
Hi, I have an array of words that must be sorted alpabetically using selection sort, I must then be able to search the array with a binary search. I just can't get my head around how ...Answered | 2 Replies | 5620 Views | Created by Matthew Stevens - Tuesday, April 28, 2009 11:46 AM | Last reply by A.m.a.L Hashim - Tuesday, April 28, 2009 12:19 PM -
0 Votes
SQL and Amharic
I find it difficult to sort Amharic words in SQL. Can any body help me pleaseAnswered | 4 Replies | 550 Views | Created by Engineer Hailu Worlu - Thursday, January 18, 2018 1:30 PM | Last reply by Visakh16 - Thursday, January 18, 2018 1:39 PM -
0 Votes
If in a listbox in row I have more words , how to sort them out in the table as on picture , A have VB 2010
Hi falkon10, Do you want to sort the words in the listbox? If a post answers your question, please click "Mark As Answer" on that post and ...Answered | 6 Replies | 1721 Views | Created by Falkon10 - Sunday, December 18, 2011 5:49 PM | Last reply by Falkon10 - Monday, December 19, 2011 11:33 PM -
0 Votes
How to separate string type to single words and sort them alphabetically?
How to separate string type to single words and sort them alphabetically? I have string with names which looks like ...Answered | 4 Replies | 486 Views | Created by Chris Paruzel - Sunday, June 29, 2014 11:07 AM | Last reply by Solitaire - Sunday, June 29, 2014 4:52 PM -
0 Votes
Find Differences with String Comparison
split each string into an array of words. sort the array (remove duplicates?). compareTo each string and pull out any matches into another ...Answered | 3 Replies | 7599 Views | Created by Peaceful World - Tuesday, February 5, 2008 12:42 PM | Last reply by Adam D. Turner - Tuesday, February 5, 2008 9:22 PM -
0 Votes
Question about using Access 2010
Having been forced to use Access 2010, is there any way to sort the query list by, for example, date created? Of course when I do a search with the words ...Answered | 3 Replies | 241 Views | Created by Fredrated451 - Tuesday, December 13, 2016 7:58 PM | Last reply by .theDBguy - Tuesday, December 13, 2016 11:33 PM -
0 Votes
Problem with finding record position
order (in other words, you have to sort the DataView on PK (and nobody should change the sort order after) before you can do searching on PK).Answered | 4 Replies | 3461 Views | Created by SHISHIR WAHI - Saturday, February 11, 2006 12:21 PM | Last reply by SHISHIR WAHI - Saturday, February 18, 2006 2:43 PM -
6 Votes
Need Help Creating a Chat Bot in Visual Basic 2010 or Visual Web Developer Express
Consider something like this instead: Don't bother with trying to sort out words in a line of text, especially if you have nothing which you can depend on to be a ...Answered | 26 Replies | 11057 Views | Created by KenMona - Friday, August 17, 2012 3:29 PM | Last reply by bilde2910 - Saturday, August 25, 2012 7:12 AM -
0 Votes
How to Convert ClearAll, Search, Sort string into other language
Hi all,in PiovtViewer those words such like ClearAll, Search, Sort r defalut in English on SL5 version,anyway my project use by another country ,so those ...Answered | 3 Replies | 1215 Views | Created by panjiping - Monday, January 16, 2012 9:01 AM | Last reply by Xpert360 - Tuesday, January 17, 2012 6:09 AM -
0 Votes
Excluding specific words from search results
Hi, Is there any way in the SharePoint search that we can specify to exclude results containing specific words from search results, sort of what Google ...Answered | 1 Replies | 6454 Views | Created by Arjuna_M - Sunday, December 13, 2009 3:59 PM | Last reply by Paul Galvin - Sunday, December 13, 2009 11:45 PM -
0 Votes
I need a second pair of eyes on this datagrid problem
in d WTF way. sorry to say but I have a habit of writing down words in sort and in hurry same thing happened with the post. i will make ...Answered | 5 Replies | 5746 Views | Created by Chase Thomas - Wednesday, August 5, 2009 1:01 AM | Last reply by Chase Thomas - Tuesday, August 11, 2009 3:30 PM -
0 Votes
How private static Void Main() method is calling in dotnet
(as object instantiation may execute any number of other methods not related to running the application). In other words, Main sort of "sets up" the objects in your ...Answered | 5 Replies | 5517 Views | Created by Pattabhi - Thursday, July 31, 2008 3:58 PM | Last reply by stahtufiang - Monday, November 4, 2013 5:42 PM -
4 Votes
Implementing IComparable<T> to sort by multiple fields
Hi, I have a generic list and need to sort the elements by multiple fields. In other words I need to be able to set a sorting order per field (Sorting ...Answered | 3 Replies | 6381 Views | Created by Vipstercular - Tuesday, June 15, 2010 5:02 PM | Last reply by DeborahK - Tuesday, June 15, 2010 6:20 PM -
3 Votes
How to sort observable collection
letter) { _EnglishWords.Clear(); if (_EnglishWords.Count != null) { //Here i want to sort words from variable _EnglishWords ...Answered | 3 Replies | 1125 Views | Created by Ashiq Hassan - Tuesday, July 7, 2015 1:18 AM | Last reply by Robin Sedlaczek - Tuesday, July 7, 2015 9:52 AM -
0 Votes
Sorting
Here is a generic answer to your question. This example will create two random lists, words and numbers, and then sort them. The word comparison is done by a separate sub routine to ...Answered | 2 Replies | 562 Views | Created by JaneenB - Wednesday, May 6, 2015 9:58 PM | Last reply by Coding Cat - Thursday, May 7, 2015 7:39 PM -
0 Votes
Typing tutor random words
on a form. The array is initialized with several words. Then the Shuffle Sort algorithm is applied. It lists the words in a different ...Answered | 4 Replies | 4541 Views | Created by zebastian90 - Sunday, January 20, 2008 1:15 AM | Last reply by zebastian90 - Monday, January 21, 2008 3:57 AM -
0 Votes
Do I have to use Dataset.locale?
I doubt the Japanese would sort words containing Latin letters differently. You should see an effect when you use text with glyphs that are used in multiple cultures but ...Answered | 5 Replies | 2800 Views | Created by sysmatrix - Sunday, September 14, 2008 1:40 PM | Last reply by nobugz - Monday, September 15, 2008 5:05 PM -
0 Votes
broken pipe column delimiter text file in ssis
hi sorry for not putting much detail, i have got one csv in which there is one comment column in which users can put any sort of words, ...Answered | 3 Replies | 1008 Views | Created by cameron10001 - Thursday, January 29, 2015 7:47 PM | Last reply by ArthurZ - Thursday, January 29, 2015 10:02 PM -
3 Votes
T-SQL Order By Question
How can I specify a particular sort order other than by the alphabet in the order by clause. I want the order to be words that start with T then words that start with C the ...Answered | 2 Replies | 4652 Views | Created by bzhafer - Tuesday, June 1, 2010 2:01 PM | Last reply by bzhafer - Wednesday, June 2, 2010 4:23 PM -
2 Votes
Sorting a dictionary?
but on the value. Imagine that I use this dictionary to form a count of words. where the value (int) would represent the count of the words. Now I want to sort this list by ...Answered | 3 Replies | 3022 Views | Created by KevinBurton - Thursday, April 2, 2009 6:53 PM | Last reply by David M Morton - Thursday, April 2, 2009 7:11 PM - Items 1 to 20 of 146991 Next ›
No announcements