Skarkolainen's Stars
TryCatchLearn/Reactivities_2.2
Repository for Reactivities training course using .Net Core, React (with Typescript), Mobx. .Net Core 2.2 version
TonyGermaneri/canvas-datagrid
Canvas based data grid web component. Capable of displaying millions of contiguous hierarchical rows and columns without paging or loading, on a single canvas element.
TryCatchLearn/Reactivities-v6
kmrambo/Python-docx-Reading-paragraphs-tables-and-images-in-document-order-
The Python docx package cannot read paragraphs, tables and images in document order. It can only render all the paragraphs at once or all tables at once or all images at once. Here, I provide a way in which paragraphs, tables and images present in a docx file can be read in document order into a dataframe in python.