Markdown for Jupyter NotebookHere below is a very small cheatsheet for some markdown for Jupyter Notebook. Are you working with Jupyter […] October 19, 2023 in Python tagged jupyter / bold / format / header / list / cheat / sheet / cheatsheet / markdown by Mike
Excel Column to CSVHow would you convert an Excel column of strings or numbers to a string as a comma separated […] July 6, 2023 in Excel tagged pandas / dataframe / excel / list / VBA / csv / transpose by Mike
Python ListsA list is a data structure that helps store, and if necessary, manipulate an ordered collection of items, […] May 28, 2023 in Python tagged list / index / collection / mutable by Mike
Vectors in RA vector is a list of items that are of the same type. A vector is similar to […] April 8, 2023 in R Language tagged data / list / type / structure / vector by Mike
Sorted Data Validation ListIn Excel, in Microsoft 365, how do you sort your dropdown data validation list? You have a cell […] February 12, 2023 in Excel tagged array / validation / dynamic / sort / data / list by Mike
DOS Command LineIn Windows, you can run DOS commands at the command line. In PC computers, DOS was the operating […] September 25, 2020 in Windows tagged files / list / DOS / command / directory / cmd / dir / DOS by Mike
WPF ListView and ScrollViewerThe ListView control derives from (inherits from) ListBox. A ListView is basically like a ListBox, but it also […] April 10, 2020 in WPF tagged list / WPF / bar / scroll / listbox / listview by Mike
WPF ListBox List FontsHere is another example of the ListBox. Here we will display all of the system fonts. Below is […] April 9, 2020 in WPF tagged listbox / fonts / font / display / list / box / system / WPF ListBox by Mike
WPF ListBox SelectionListBox SelectionChanged Event This post follows along using the example from the previous post. The series links can […] April 9, 2020 in WPF tagged listbox / selectionchanged / scrollbar / scrollviewer / list / WPF / box / selection / WPF ListBox by Mike
WPF ListBox of ColorsThis post is a sample Windows Presentation Foundation (WPF) program of a ListBox that lists all of the […] April 6, 2020 in WPF tagged colors / colours / list / loaded / color / C# / predefined / query / window_loaded / box / Linq / example / listbox / WPF ListBox by Mike
WPF ListBox ControlAt this site there is an older post on the ListBox. It gives an example of a ListBox […] April 6, 2020 in WPF tagged listbox / list / control / box / bar / invisible / scroll / WPF ListBox by Mike
WPF DataGrid Control IntroductionThe DataGrid control was introduced in WPF version 4.0. The Windows Presentation Foundation (WPF) DataGrid is a powerful […] September 30, 2018 in WPF tagged data / itemsource / excel / freeze / list / select / simple / introduction / grid / datagrid / selection / WPF DataGrid Control by Mike