Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
Home of the simple console library consisting of ProgressBar, Window, Form, Draw & MockConsole (C# console progress bar with support for single or multithreaded progress updates) Window is a 100%-ish console compatible window, supporting all normal console writing to a windowed section of the screen, supporting scrolling and clipping of console output.
Currently, the X atoms are held as a simple slice of static strings that are then referenced an copied in multiple places. These should really be an enum that can be converted to a &str in a similar way to WindowType in the draw module:
/// An EWMH Window typepubenumWindowType {
/// A dock / status bar
Dock,
/// A menu
Menu,
It would be cool if we can add more guides to the guide list in the docs. Currently, there's only the striped-rows guide. From an initial thought, here are some potential guides we can add:
Using Custom Components
Using Custom Components by Cells (Based on cell data)
A jQuery Plugin to create highly configurable floating panels, modals, tooltips, hints/notifiers or contextmenus for use in a backend solution and other web applications.
Currently, the X atoms are held as a simple slice of static strings that are then referenced an copied in multiple places. These should really be an enum that can be converted to a
&strin a similar way toWindowTypein thedrawmodule: