Skip to main content

Posts

Showing posts from February, 2024

TV Serie - The Mire | Rojst [PL] (2018) - Season 01

 

Movies - Road House (1989)

 

TV Serie - Miracle Workers (2019) - Season 01

 

Movies - Cabin in the Sky (1943)

 

Movies - Has Anybody Seen My Gal (1952)

 

Think-Cell - interval_map

Received a message that this code failed ..... Not sure where the problem is .... #define _AMD64_ #include <Windows.h> #include <map> template <typename K, typename V> class interval_map { friend void IntervalMapTest(); V m_valBegin; // default constructor, whtever it is std::map<K, V> m_map; public: // constructor associates whole range of K with val interval_map( V const& val ) : m_valBegin( val ) {} // Assign value val to interval [keyBegin, keyEnd). // Overwrite previous values in this interval. // Conforming to the C++ Standard Library conventions, the interval // includes keyBegin, but excludes keyEnd. // If !( keyBegin < keyEnd ), this designates an empty interval, // and assign must do nothing. void assign( K const& keyBegin, K const& keyEnd, V const& val ) { // ATTENTION: *** Not sure if should be a return or a throw. It is not clear how error should be treated. ...

Movies - Rob Roy (1995)

 

Movies - Dark Waters (2019)

 

Movies - Footloose (1984)

 

Movies - The Call of the Wild (1935)

 

Movies - Cause for Alarm! (1951)

 

Movies - Another Fine Mess (Short 1930)

 

Movies - Anna Christie (1930)

 

Movies - The Edge of the World (1937)

 

Movies - Golden Boy (1939)

 

IT - My Home Platform View - HG000009

  HG000009 Updates 2024-Feb-23: Added new disk " sdz  12:0:0:4   disk LIO-ORG  t15-A-disk0              4.0 a5af33b8-5d79-47c4-8d06-7697a4038002 iscsi " in ZFS pool  pool_videos . Pending Implement container (podman) for a limited SFTP server Allow SFTP server access from outside (intranet) access Removed 4TB disk from ZPool pool_videos System $ sudo dmidecode -t 0 # dmidecode 3.5 Getting SMBIOS data from sysfs. SMBIOS 2.4 present. Handle 0x000F, DMI type 0, 24 bytes BIOS Information Vendor: Apple Inc. Version: 430.140.2.0.0 Release Date: 04/18/2022 ROM Size: 8 MB Characteristics: PCI is supported BIOS is upgradeable BIOS shadowing is allowed Boot from CD is supported Selectable boot is supported ACPI is supported IEEE 1394 boot is supported Smart battery is supported Function key-initiated network boot is supported Targeted content distribution is supported BIOS...