CEO Today Global Awards - Winners Edition Now Live!
WINNERS EDITION ONLINE NOW CEO Today Global Awards Winners Edition Now Live We are delighted to announce that the official Winners' Edition of the 2021 CEO Today Global Awards has now been published. Over the last 12 months, CEO Today Magazine has worked with and featured many of the most successful and respected CEOs in business today. Having interviewed company leaders from across every region and from all of the key business sectors, CEO Today Magazine is ideally placed to recognise and applaud those CEOs who have disrupted the industry's status quo and taken their company to new heights of innovation and growth. We hope that you enjoy the edition and you can view the entire publication by clicking the button below. VIEW THE WINNERS EDITION For more information about the CEO Today Global Awards or to register your interest for next years awards, please visit our website here click here. Follow CEO Today Magazine The contents of this e-mail and attachments, if any, are confidential and solely intended for the use of the addressee. If you receive this e-mail in error, then we kindly request you to notify the sender thereof immediately, and to delete the e-mail and the attachments without printing, copying or distributing any of those. The publication, copying whole or in part or use or dissemination in any other way of the e-mail and attachments by others than the intended person(s) is prohibited. The sender cannot guarantee the security of electronic communication and is not liable for any negative consequence of the use of electronic communication, including but not limited to, damage as a result of in or non-complete delivery or delay in delivery of any e-mail; the text of the e-mail as sent is decisive. The sender is part of Universal Media Ltd, consisting of a number of business- to- business publications worldwide. A full list of the terms and conditions is available on the website: www.ceotodaymagazine.com Registered company address: Universal Media Limited, 2 Queen St, Lichfield, Staffordshire, United Kingdom, WS13 6QD. Company Registration No: 10274076(C17). If you would like to stop receiving messages from www.ceotodaymagazine.com please click on the links below. Should you have any queries relating to your data, you can view our Privacy Policy here.Sorry, not this time I Unsubscribe me
Videoconference tomorrow, Tuesday 2021-03-02 18:00 UTC (Was: For those who want to keep on contributing (Was: Debian @ COVID-19 Biohackathon (April 5-11, 2020))
Hi, this is the call for the nect video conference of the Debian Med team that are an established means to continue the COVID-19 hackathon in April[1] and we do it twice per month on every 2th and 17th of a month. So the next meeting is tomorrow 18:00 UTC For those who would like to join our next videomeeting it will happen at https://www.timeanddate.com/worldclock/fixedtime.html?msg=Debian+CoViD-19+Biohackathon+Video+Conference&iso=20210302T18 The meeting is on the Debian Social channel https://jitsi.debian.social/DebianMedCovid19 These video meetings were started in the Debian Med Biohackathon[1]. The topic is what contributors have done in the past period and to coordinate the work until the next meeting. I'd like to repeat myself: Newcomers are always welcome. Lets keep on the great work and see you tomorrow Andreas. [1] https://lists.debian.org/debian-devel-announce/2020/03/msg00010.html [2] https://lists.debian.org/debian-med/2020/11/msg00334.html -- http://fam-tille.de
Bug#983806: ITP: gexml -- dead-simple object-XML mapper for Python
Package: wnpp Severity: wishlist Owner: Daniel Leidert X-Debbugs-Cc: debian-devel@lists.debian.org -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 * Package name: gexml Version : 1.0.0 Upstream Author : Greg Albrecht * URL : https://github.com/ampledata/gexml * License : MIT Programming Lang: Python Description : dead-simple object-XML mapper for Python The gexml module takes the obvious mapping between XML tags and Python objects and lets one capture that as cleanly as possible. Loosely inspired by Django's ORM, one writes simple class definitions to define the expected structure of an XML document. Then the document can be parsed into an object. Also an object can be rendered into an XML file. This package is a dependency of spotcot. -BEGIN PGP SIGNATURE- iQIzBAEBCgAdFiEEvu1N7VVEpMA+KD3HS80FZ8KW0F0FAmA9YkEACgkQS80FZ8KW 0F1uAQ/7BvqzKwErIKtjLEF0iiFS5+xj20sUGk3Pim9rdTGWbRPy8uBKmUtfITAM hGuPwir0UxJqBWJktZaejaG/bYMiLOvzs6LBr1ji/ttVoA9yK2zvqR0uYuUq+4Lc SoB7qgMCHXfW3xkj+52RQwIE3JHGm8qvSJqDIn/GSPZtlK/MNvKMBGuun31cvO7/ ORVQmdn8AL+AVB8OIw+FoyHGGjfSxR6071aU+P2CPA85B2U1qz2/cO74sAqSSLxn 0bzWHJsW8NSzSThhfzwJQzIFUzMTgDgPDphk6zykFxj5rsRDxluwX0S/kO99L8G5 +n6YdryexAn1BSaBMynZyNrju2SnzlSr/Ujrg8hrY6y0VvQfQw5Ndnob4FqMG/t+ f3X1JisLwCNgjkpPzRJYh/vKdr3TZAIfks2XFdDdAc84x+beU73fUMdaMnagz4xj MgO9cSdPrX/I2ba/AbupEWur3TUafbUAuexQ1BmgZAj4IA1IDqAUcnqrSeYmcGr8 BWmbdlKHVQhFwq74qYVWjZZJGrNBOuHUJj738x9/A1mKAzETPn4+b0UptNriZn7P OLzzsIyGgchW0ZDdPG7+BBEJIWLMx7aZy7BmKvohQZ3XggShgcRL+uvFFtgWsEDm kOuUJVOCNnh0uKschVgYOEgDyQw6XCdXcMDrGiSRZUmmdV0iw40= =xhSG -END PGP SIGNATURE-
Bug#983809: ITP: pyahocorasick -- Aho-Corasick string search algorithm
Package: wnpp Severity: wishlist Owner: Jelmer Vernooij X-Debbugs-Cc: debian-devel@lists.debian.org * Package name: pyahocorasick Version : 1.4.1 Upstream Author : Wojciech Muła * URL : https://github.com/WojciechMula/pyahocorasick/ * License : BSD-3-Clause Programming Lang: C, Python Description : Aho-Corasick string search algorithm pyahocorasick is a fast and memory efficient library for exact or approximate multi-pattern string search meaning that you can find multiple key strings occurrences at once in some input text. The library provides an ahocorasick Python module that you can use as a plain dict-like Trie or convert a Trie to an automaton for efficient Aho-Corasick search. This is a dependency of scancode.
Bug#983819: ITP: asyncio-dgram -- higher level datagram support for asyncio
Package: wnpp Severity: wishlist Owner: Daniel Leidert X-Debbugs-Cc: debian-devel@lists.debian.org -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 * Package name: asyncio-dgram Version : 1.2.0 Upstream Author : Justin Bronder * URL : https://github.com/jsbronder/asyncio-dgram * License : MIT Programming Lang: Python Description : higher level datagram support for asyncio Simple wrappers that allow one to 'await read()' from datagrams. The goal of this package is to make implementing common patterns that use datagrams simple and straight-forward while still supporting more esoteric options. This is a dependency of spotcot. -BEGIN PGP SIGNATURE- iQIzBAEBCgAdFiEEvu1N7VVEpMA+KD3HS80FZ8KW0F0FAmA9hakACgkQS80FZ8KW 0F2znw//eEc7S+tNixeXq0zEQQNjujhSQmM/Gs3wsN+1R5F+UjFR/vfkw+PE0n3u 4AXRCzcogzRhBlymKLRJ4IZLOMNDkjFbctKeWcTSVXoeB8b+tVpKu3sqZY86mWkt MQLZ3HKO+J9XqrSdbuqPnp1xbKg1ez66P7WyvJHqSx3IjS0w+BRbhnQscURqkHSI r5MzzIxQ4bO3btljncpdl4Dp5WFhL8n0hmOThoTysi19I0ZrTNE+MUP6W79bRM9i s+GBgPwvonfq1WSp6d+8OnC0ZTaoeWvorfG3wQnGVXL9OprcZSSEg99jm+jdbSCv gheZHXp5Ux5UehBoVQnCMrWQPCl1qqM5TwPNZaidkUCjgxpVtylw2LwaRfj3J03G vLbUs8kiDFqU3A/rDWSbBYz7wfnJZ4tinONe1+qlOgd7zvZ21+67cwyVOO8ISA4H CL/QhCPO88ECehJNGTd4/t2lisvhcA6y9U1Eq0FQSJ/6mwX/K4TaQSL+HSZWhQGt ZnzVAho5nJy60Xjye5hsEPD01IJa/tUTWns/fUy3V5gnpx2bPf3Bhsnimy/6XT34 v+P3iJ//KdnrmtiHVzwh5rsaQ4qoiXZRjZCwam2kE3BhRCnuEYaKTpIEGsBIlvvw S0gTC8QBCoZervAC6LY3KHu+G7l2f6W/RG6UCbwPY0ihlEriE3M= =8koy -END PGP SIGNATURE-
Bug#983820: ITP: pycot -- cursor on target module
Package: wnpp Severity: wishlist Owner: Daniel Leidert X-Debbugs-Cc: debian-devel@lists.debian.org -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 * Package name: pycot Version : 2.5.0 Upstream Author : Greg Albrecht * URL : https://github.com/ampledata/pycot * License : Apache 2.0 Programming Lang: Python Description : cursor on target module The pycot module renders and parses cursor on target XML events. This is a dependency of spotcot. -BEGIN PGP SIGNATURE- iQIzBAEBCgAdFiEEvu1N7VVEpMA+KD3HS80FZ8KW0F0FAmA9h5EACgkQS80FZ8KW 0F2kHg/+LBHcRusgrcXTO1s71aQomiE7mU2B4ERSJEC2uWxSGo5MYw3iWKfFBv4I C4lWjNQygseAEJHQRLHm01IQEQf0KOqLIVF87rC96mXPe9sjenQFrTJKj6pLRvOr Xr4jwt+Tps/Z+UGa1s2WmjUg70T9Wmdyov3CzxXhrNFCTa0EUHbkFdvfukfVenFN foY2Q+LWMhN27zttbQ0aVfF2NixmKmAvD3hDsLYGz3NT6NGQ9o/RjCUN8r7w4U7S 2071Vwwj6+kbU/PEr51UymxrxAEuQ+R5ff5fBp6Mtgg8t911ksLZPfoIKN2JkMX7 4Qq17GZud5d1d7Fa8g2Z2z2tgJSUpWqM+H857zqbKMmOUZGLjRAkUUxFp1DLbQ3y EJ3ivkoMwyQWNDVwp+E3Xo5OzmcXw+K/DU9/WIKCGOv6r/xYIHEICvXaB+9U7BXm 2XL5N53AdY+p+uLHUpAaFXxCysfQ1dFG5loaOgjmiP5EUt8LI1WyIDOBLV/KSkbf ft8LqKzdD836HlnYqBBToklfSBOn7X1DjQXbByu/IyCzKgwMwA2yTvr5u6nATFQV sBFqWMRdAIT820huQ6Y3NZJ9OdtxwbXqbtbgJFvTXUu8O6kmVPtFmzamcFRAMinP cBfcsFBj8bbZdTGXGIex88Ke3z6He0X6MHKSob3tuECWk45jbpE= =9a6s -END PGP SIGNATURE-
Bug#983821: ITP: pytak -- team awareness kit (PyTAK) module
Package: wnpp Severity: wishlist Owner: Daniel Leidert X-Debbugs-Cc: debian-devel@lists.debian.org -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 * Package name: pytak Version : 3.1.1 Upstream Author : Greg Albrecht * URL : https://github.com/ampledata/pytak * License : Apache 2.0 Programming Lang: Python Description : team awareness kit (PyTAK) module PyTAK is a Python Module for creating TAK clients & servers. This module includes Classes for handling CoT Events & non-CoT Messages, as well as functions for serializing CoT Events. As a bonus, there are helper functions for classifying Aircraft attitude/affiliation/posture based on ICAO, Emitter Category, Flight Name, et al. This is a dependency of spotcot. -BEGIN PGP SIGNATURE- iQIzBAEBCgAdFiEEvu1N7VVEpMA+KD3HS80FZ8KW0F0FAmA9iiMACgkQS80FZ8KW 0F3ftBAA2ldo6CihC1InrJBKQisLxxcNAgujyXgIzTN2EpzkWTyoIA7eZrGGy9IH Fa/0OKJ29OSxXulU7hdprL8m/JuWAU/63mt+Qs8ILlPr8+TPc3PIqqlK6tzJQM2P 6SSldEIAs8+UHlVmTqArglcaxf7MvsKfuR6p2qwVYgamtBVoMI2NhZ5zNapUVPbc SarSL6h8EojF6vzdVjGudXSglkpMivycXc4cOSC/22N6x8BcIk397ANSw7bdPvzX wGIKSRvbWPoqCk/TMZtWbIHIsOK6q92NsST8oeGMFsmZmwgo4zn8GoNWD2Go1sh8 3A3nQtT7i7rDJHyQi2aTHO7mIheR0YZFQha1ftvnu1DBzlLHG3oFxBdZt9JFyzna qJQbfjBpU7k7D4RctcKShHKReSdCEW2E1mk5JisRbgDWz5DgmXbqTbV5iyvnp/Xu yimSX07ZMOc+K4cle0yx5iTYZjtRMDMAkDJ+6FOxx6b41gPFRSFKYOnrCGDfkVKI hyknk0uywG1hNNxJNu21sNSSgrihZtnaFjBDCwoQx02IK0U3xuc1DjrU4jao1WzZ BdlIMrNzehxCCGcsIg31s4UyM9txCVO8qYVEpKmzXfP1jtfrMFgqXlIAzEt2BORb AtRQcIIatYBAmv0lSQW7ejhFz4WiAK78vhXv00pCwJOqNdnz+WE= =mG4T -END PGP SIGNATURE-
Bug#983822: ITP: spotcot -- Spot Cursor-on-Target gateway
Package: wnpp Severity: wishlist Owner: Daniel Leidert X-Debbugs-Cc: debian-devel@lists.debian.org -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 * Package name: spotcot Version : 2.2.0 Upstream Author : Greg Albrecht * URL : https://github.com/ampledata/spotcot * License : Apache 2.0 Programming Lang: Python Description : Spot Cursor-on-Target gateway The spotcot gateway transforms Spot position messages into Cursor on Target (CoT) Position Location Information (PLI) Points for display on Situational Awareness (SA) applications such as the Android Team Awareness Kit (ATAK), WinTAK, RaptorX, et al. This allows partner agencies to track affiliated units without exposing existing networks, amongst other uses. . It can be run as a foreground command line application, or can be run as a background service using a daemon like supervisor. . Usage of this gateway requires a Spot device with service. -BEGIN PGP SIGNATURE- iQIzBAEBCgAdFiEEvu1N7VVEpMA+KD3HS80FZ8KW0F0FAmA9j/8ACgkQS80FZ8KW 0F0KWQ//dn5BOtpqzk5CPdO0P4Cw+26q+xiRCmmiaIjmj4kaydI33UwJKl/Pk5hG N3iDq6W3gndyfs+KXey+hrGgImjLm2g7HY1jn/+clABJGMx87O8/+bpPmJ04lCFh 4gLgBG+SOprG9I/JGFvVpLwsXdYV8VjvQIg9/a8EJtMhhQ3/+t9GEuP+98kivbtU QC9+GKUrRb+eFKw2HSy6jYTjJRy7w5AzYvPg317jUvwsR5xE6us1cTHVj80sL5f7 tVOesgyFFFZcT5p0ZtD+ShOBy1x/vcFjLO6baBgYB0ZihG37NcK4yUourjtrA3PS if166I0R1mwOxOAKXo7rZH9+G5o7YdiePdIsc7qn07gvRKDLcJXl2afmKzuLtzOY HGqJQSC2n1LR1R3lm+1uvBn3th8jvlh5Ru2KZrzMb6rCJHSobE+hwo1/Zkfh0TwQ yPSByQ6WcKR3IlU6HdxPuRi3S8wxVNOOh1h/4/yB2GZxOqWICdeA93xCFs6PpMWK otu9PPxOmLQodoNpj4Gdi0ZTZCgYZ1cJGy0yIqaX1irgnBGxIpgN5hqngdx3No7z afrUEkqfpDlraFM3DCfZioPpyf8F+uuEEFf9yL7kGNraaCx996QpIbjb1SVbfZZ2 lOgsuOTbdPeqTs9qMkvsNgfYM1s4apn2WCtwBlukqnkHzLwb3qY= =2Nl2 -END PGP SIGNATURE-
Stable Release Installer Not Asking for Firmware: 10.7.0, and 10.8.0
The unofficial, non-free, stable release installer with firmware, doesn't recognize Intel Network Card 2723 when selecting the Intel Linux driver. It would be helpful if the firmware, and driver for this network card were added to the stable release so that the installer is easier to use by the general public. This problem was detected while installing 10.7.0 and 10.8.0 stable release RS On 2/26/21 9:25 PM, SmartList wrote: It has been requested that the following address: bugrep...@sonic.net should be added to the debian-devel-announce mailing list. The address has NOT yet been subscribed to the mailing list. To subscribe you need to confirm the subscription request by sending an email to the address: debian-devel-announce-requ...@lists.debian.org with the Subject string: CONFIRM s202102270525293792 With a reasonable good email program a reply to this message should be sufficient Do NOT remove or edit the CONFIRM ... text within the Subject header. If it is removed or changed, the confirmation will fail! The address listed above will be (un)subscribed as soon as your confirmation message is received. If the above address is incorrect, please don't send in the confirm message listed above. Instead, send a new (un)subscribe request with the Subject: subscribe correct-address@correct-domain or unsubscribe correct-address@correct-domain and wait for a new confirmation message. If you are unable to subscribe to our lists through this mechanism, please contact us at listmas...@lists.debian.org For more information about Debian mailing lists, please see https://www.debian.org/MailingLists/ In the event that you did not send a request to (un)subscribe, a copy of the (un)subscription request that follows below may help you discover who sent the request.
Bug#983842: ITP: srcode -- Tool that help developers to manage their codebase in an effective & productive way.
Package: wnpp Severity: wishlist Owner: Aloïs Micard * Package name: srcode Version : 0.7.2-1 Upstream Author : Aloïs Micard * URL : https://github.com/creekorful/srcode * License : GPL-3.0 Programming Lang: Go Description : Tool that help developers to manage their codebase in an effective & productive way. srcode is a tool that help developers to manage their codebase in an effective & productive way. Cheers!