list may refer to: a linked list (an ordered set of nodes, each referencing its successor), or a form of dynamic array. Not to be used for HTML lists, use [li] instead.
1
vote
2answers
49 views
c# dictionary/list with reflection
HI guys say I have an object with type dictionary
I already made a function that will add data to dictionary and get data from a dictionary using reflection.
My problem is how do you modify an item ...
-2
votes
2answers
36 views
How I can fill a treeView with a List<string>? [closed]
hi i have a question to treeview.
I have a List liste and the treeview with the name treeLic. Now I want to fill this treeview with this list. Can I do this and how?
XmlReader xr = ...
2
votes
3answers
165 views
Haskell <<loop>>
With getIndex xs y I want the index of the first sublist in xs whose length is greater than y.
The output is:
[[],[4],[4,3],[3,5,3],[3,5,5,6,1]]
aufgabe6: <<loop>>
why getIndex does ...
-1
votes
3answers
98 views
Script to parse .xml files and list tags [SOLVED]
I need a script to go through a directory recursively and parse every .xml files and list tags by order of most frequent to less frequent and tell how many times each tag appears in order to make a ...
28
votes
5answers
16k views
Compare two List<T> objects for equality, ignoring order
Yet another list-comparing question.
List<MyType> list1;
List<MyType> list2;
I need to check that they both have the same elements, regardless of their position within the list. Each ...
0
votes
2answers
49 views
Finding the indices of matching elements in list in Python
I have a long list of float numbers ranging from 1 to 5, called "average", and I want to return the list of indices for elements that are smaller than a or larger than b
def find(lst,a,b):
result ...
0
votes
2answers
56 views
Python Multiplication within a List
I have a list like this:
[(u'a', 0, 25), (u'a', 1, 11), (u'a', 3, 60), (u'a', 4, 89), (u'b', 0, 18),
(u'b', 1, 76), (u'b', 2, 52), (u'b', 3, 75), (u'b', 4, 46)]
I would like to take 0th element ...
0
votes
1answer
21 views
Doubts on Lists for custom class on Windows Phone 7.1
Using Visual Studio Express 2010 for Windows Phone | C# | Silverlight
Lets say I have created a class called Person and it has two properties: name(string) and amount(int).
List<Person> ...
-5
votes
3answers
70 views
How to search a list and return the specific strings and data associated with it using Java
I have a list of names with Account numbers associated with them. How would I create a method that when I type a certain name from the keyboard it would search the list and return all the account ...
0
votes
2answers
38 views
How to get the package name of an application in android and then launch that app using Intent?
I am developing an android app in that app there is a button when i click the button it shows another activity which contains the list of installed apps on the phone when the user selects an app the ...
0
votes
1answer
45 views
Select Distinct rows based a particular column value in list
I have the following list Lsit<Car> lstcarIP it has the following data
ID | Name | Year
0 - Zen - 1990
1 - Alto - 2003
3 - Zen - 2004
4 - Santro - 2000
5 - Alto - 2003
Irrespective ...
0
votes
0answers
13 views
Google Spreadsheets: Setting list of items to default value
I have a range of cells in a Google Spreadsheet, each with a list of items that drop down (0,1,2,3). At the end of every week I would like to set them all back to the default zero. Is there a quick ...
0
votes
1answer
35 views
C/C++ - HWInfo - libhd - How to get the name list of all available devices?
On Linux, one can use command "hwinfo" (after installing it) in Terminal to print a lot of device information. While this is nice, I'd also like to utilize libhd (included in hwinfo) to get device ...
4
votes
5answers
170 views
Arithmetic operations on list with missing values
I'm trying to do some arithmetic on a list that may contain missing values.
So far, I'm representing my list with Option[Int]:
val mylist=List( Option(4), Option(8), None )
With this ...
0
votes
2answers
64 views
List of different objects that implement an interface [closed]
I saw something similar to this using inheritance but I want to use an interface
I want to create a single arraylist consisting of different objects.
ArrayList containing the following objects ...
1
vote
4answers
64 views
Button click to add string to List<string>
I would like to have a button that when clicked will take the text of what's inside the text box and add it to a list of strings. Then, I have another button that when clicked will output the count ...
0
votes
1answer
34 views
Switching BG using Python
I'm writing a simple program that changes my background when I run it.
I'm trying to make it so that when I run it, it changes the background then when I run it again it goes to the next image in the ...
0
votes
1answer
47 views
Can a unique list accept lower and upercase entries
My script logs information about all the unique file types in a directory and subdirectory. In the process of creating a unique list of file extensions the current code considers that jpg, Jpg and JPG ...
2
votes
3answers
71 views
Python not ignoring empty items in list
I have this code to print some strings to a text file, but I need python to ignore every empty items, so it doesn't print empty lines.
I wrote this code, which is simple, but should do the trick:
...
0
votes
3answers
41 views
How to sort List<Point> [duplicate]
I have this variable:
List<Points> pointsOfList;
it's contain unsorted points( (x,y) - coordinates);
My question how can I sort the points in list by X descending.
for example:
I have ...
0
votes
0answers
14 views
jQuery.cookie saving and loading settings
I got this runtime dynamic unordered list with .sortable() which I want to store its new listitem order in my cookie after a drag event. On a page reload the saved index values get loaded from the ...
1
vote
3answers
71 views
Recursive object-listing
Is there an elegant way in R to recursively turn an arbitrary deep list (containing lists and vectors) into a vector of paths? For example, convert this:
list(
home = list(
jerry = c("R", ...
0
votes
3answers
43 views
Load distinct values from database into List<>
I made a Record POCO class with a foreign key to an Event (=sport discipline).
A record can be linked to 1 event but an event can have multiple records (world record, olympic record, etc..).
Now I ...
0
votes
2answers
61 views
Not printing a string if I have an empty list
So I have some code where I create a list at the start and then ask a user if he wants to make an object (turtle), in which case it adds that to the list, OR if he wants to move the turtle (X). If the ...
2
votes
4answers
70 views
Access property/variable from unknown object
I have a list of 'object' that has different kinds of objects in it. I need to be able to edit/read a property of the objects that all of them have, but I don't know how to do that.
...
0
votes
0answers
29 views
Extract list object slot into function with R
I've fitted 28 arma+garch models with a function and put the 28 fits all togheter via sapply: `
garch_models <- sapply(returns, garchAuto)`
Now I have the following strucutre (only a extract of ...
-4
votes
1answer
58 views
C# Joining 3 Lists with Linq [closed]
I want to join 3 Lists that have the following format:
List1:
CountryID | CountryData | regionUID
===================================
12 | Has good gras | 4567
12 | nice ...
1
vote
7answers
959 views
Can I count on order being preserved in a Python tuple?
I've got a list of datetimes from which I want to construct time segments. In other words, turn [t0, t1, ... tn] into [(t0,t1),(t1,t2),...,(tn-1, tn)]. I've done it this way:
# start by sorting ...
15
votes
10answers
64k views
C#: How to add subitems in ListView
Creating an item(Under the key) is easy,but how to add subitems(Value)?
listView1.Columns.Add("Key");
listView1.Columns.Add("Value");
listView1.Items.Add("sdasdasdasd");
//How to add "asdasdasd" ...
1
vote
1answer
30 views
Center multiple row list items with specific amount per row
I'm trying to create an unordered list spanning over multiple rows that is always centered and where I can set which child breaks into a second row, for example -
link | link | link | link
link ...
4
votes
3answers
59 views
Printing lists onto tables in python
If i had three lists such as
a = [1, 2, 3]
b = [4, 5, 6]
c = [7, 8, 9]
And wanted to print it like this
1 4 7
2 5 8
3 6 9
How would i do that?
0
votes
2answers
77 views
Issue with adding a Double to a List<double>
I'm getting an issue with adding a Double to a List<double> from a CSV file. Now I've done this before, with the exact same file, and added it to a Double Array.
Here is my code that works with ...
0
votes
2answers
30 views
Dynamically styling JSON list input
my first question here after reading and attempting many responses... and I should confess that I'm pretty new to all this.
I have a long list stored in JSON format. It's well over 500 items long. I ...
1
vote
1answer
127 views
How to iterate through all <select> field options in behat / mink
I am testing a product search form. Product may be searched be different parameters (like status, material, wight etc.). When i want to search by status i do the following:
Scenario Outline: search ...
0
votes
1answer
25 views
Java awt.list ActionListener single click
I have a list of cities.
When you click on a city it shows the current time, date etc.. for the city
However it only updates when i double click on the city
How would I go about changing it to a ...
1
vote
1answer
87 views
List of first occurrences in original order
Suppose I have x: List[A]. What is an elegant way of building y: List[A] such that y contains only the first occurrence of each element of x, in the same order? Actually I am really only interested ...
0
votes
1answer
45 views
List to Hashmap to create API
I have some method that return an object and a count, due to the following SQL request
public List<Sales> mostLoyal() {
String queryString = "SELECT s, COUNT(s.saleId) as TotalNum FROM ...
1
vote
5answers
3k views
Python: Using Dictionary get method to return empty list by default returns None instead!
In python I would like to build up an dictionary of arrays using the dictionary get method to by default supply an empty list to then populate with information e.g.:
dict = {}
for i in range( 0, 10 ...
1
vote
4answers
63 views
Identifying coordinate matches from two files using python
I've got two sets of data describing atomic positions. They're in separate files that I would like to compare, aim being identifying matching atoms by their coordinates. Data looks like the following ...
1
vote
1answer
55 views
C# DataTable error
I have a DataTable printed on a ListView, it was working fine, but at some point, it started trhowing theese errors. The workaround for this project is:
User fills the WinForms, then inserts on ...
0
votes
1answer
40 views
Pure ASP hyperlink for all files in a folder
I recently had a project and couldn't find simple code anywhere.. hope this helps someone!
Make sure to set NTFS permissions for the IIS app account on the folder. Use file:// for files http:// for a ...
0
votes
1answer
115 views
Haskell - list comprehension can't enumerate N × N
I have to write a function which returns a list of all pairs (x,y) where x,
y ∈ N , and:
x is the product of two natural numbers (x = a • b, where a, b ∈ N) and
x is really bigger than 5 but really ...
-1
votes
2answers
33 views
Explain how prolog handles this query?
my_append([], L, L).
my_append([H|T], L, [H|NewTail]):-
my_append(T, L, NewTail).
Here is a program that can appear in my exam. The output is here:
?- my_append([1,2,5], [3,4], L).
L = [1, 2, 5, ...
3
votes
10answers
9k views
Prolog, find minimum in a list
in short: How to find min value in a list? (thanks for the advise kaarel)
long story:
I have created a weighted graph in amzi prolog and given 2 nodes, I am able to retrieve a list of paths. ...
1
vote
3answers
100 views
Racket/Scheme Return the first list of a connection of lists
I have the following expression:
(list '* '* '* (list '- '- '- (list '* '* '*)))
I want to extract:
(list '* '* '*)
(first (list '* '* '* (list '- '- '- (list '* '* '*))))
does not work for ...
0
votes
2answers
31 views
Center List in side a div Problems?
quick question trying to center my list with images inside a div... really cant get to grips of hows it done.. this is what I'm getting.. icons way to small wanna make them big and center the list.. ...
4
votes
3answers
101 views
Adding values to a list in a sort of “overlapped” way
I'll explain in math, here's the transformation I'm struggling to write Scheme code for:
(f '(a b c) '(d e f)) = '(ad (+ bd ae) (+ cd be af) (+ ce bf) cf)
Where two letters together like ad means ...
0
votes
3answers
36 views
Python: Variance of a list of defined numbers
I am trying to make a function that prints the variance of a list of defined numbers:
grades = [100, 100, 90, 40, 80, 100, 85, 70, 90, 65, 90, 85, 50.5]
So far, I have tried proceeding on making ...
0
votes
0answers
41 views
Get index of changed element
I have a custom list in HTML wich I add rows dynamically when click in a button, the row has 2 column where the second column will be filled depending of the selection of the first column on the same ...
-1
votes
2answers
35 views
How to populate xml from list of paths
How to populate XML from list of paths in C#?
For example:
C:\WINDOWS\addins
C:\WINDOWS\AppPatch
C:\WINDOWS\AppPatch\MUI
C:\WINDOWS\AppPatch\MUI\040C
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727
...




