Top "Items" questions

Iterating through YAML list in python

I'm trying to read a YAML file and print out the list I have on there in order of what …

python yaml items iteritems
Sharepoint List, users only view their own Items

I'm using Sharepoint 2010 and I have a list where I want users to only be able to see their own …

list sharepoint permissions items
Changing the colour of certain ListView columns

How can I change the colour of a specific column in a listview? string[] row = { appID[i], "Launch Game"}; // more …

c# listview colors items subitem
Progress bar with tqdm while iterating over the items in a python dictionary

If I'm trying to get a progress bar while iterating over a dict, how can I do this with tqdm? …

python dictionary iteration items tqdm
Android, spinner items not showing

This is my code and I can not get the items add inside Spinner. I don't know what's going wrong, …

java android string spinner items
jQuery UI Sortable - how to include/exclude multiple "items"?

I have a working example of the jQuery UI Sortable function. I'm applying it to a HTML table to drag …

jquery-ui jquery-ui-sortable items
Android - How to get all items in a Spinner?

How do I get all items in a Spinner? I was having trouble trying to search a way to get …

android spinner items
C# - DatagridView and ContextMenuStrip

I have a datagridview with five columns and context menu strip which have items and sub items. When I right …

c# datagridview items contextmenustrip
Retrieve all CS:GO items via Steam API or endpoint

I was just wondering, is there anyway to retrieve all CS:GO items some way through the Steam Web API, …

json api steam items
Python, remove duplicates from list of tuples

I have the following list: [('mail', 167, datetime.datetime(2010, 9, 29)) , ('name', 1317, datetime.datetime(2011, 12, 12)), ('mail', 1045, datetime.datetime(2010, 8, 13)), ('name', 3, datetime.datetime(2011, 11, 3))] And I want …

python list items