Showing headlines posted by bob

« Previous ( 1 ... 251 252 253 254 255 256 257 258 259 260 261 ... 1158 ) Next »

Add interactivity to your Python plots with Bokeh

In this series of articles, I'm looking at the characteristics of different Python plotting libraries by making the same multi-bar plot in each one. This time I'm focusing on Bokeh (pronounced "BOE-kay").

How to Install Open Source Computer Vision Library (OpenCV) on CentOS 8

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on May 29, 2020 1:40 PM EDT)
  • Groups: Linux; Story Type: News Story
OpenCV stands for "Open Source Computer Vision Library" is an open-source cross-platform computer vision algorithm library that can be used in all kinds of visual processing areas, such as facial recognition, gesture recognition and motion tracking.

How to Install NFS Client and Server on Ubuntu 20.04

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on May 29, 2020 12:39 PM EDT)
  • Groups: Ubuntu, Linux; Story Type: News Story
Network File System or short NFS is a distributed file system protocol that allows you to mount remote directories on your server. In this tutorial, we will learn how to set up an NFS Server and how to mount NFS Shares on a client using Ubuntu 20.04.

Precision data plotting in Python with Matplotlib

  • Opensource.com (Posted by bob on May 29, 2020 11:37 AM EDT)
  • Groups: Python; Story Type: News Story
Python offers a rich set of options for visualizing data. I'll show you the basics of plotting in Matplotlib by creating a bar chart with grouped bars. It shows election results for the UK between 1966 and 2020: read more

FYI: There are thousands of Chrome extensions with so, so many fake installations to trick you into using them

Unethical developers fake user counts to gain trust. Efforts to manipulate installation counts in Chrome Web Store extension listings appear to be alive and well, despite a developer's personal crusade to call attention to the problem.…

9 open source JavaScript frameworks for front-end web development

About a decade ago, the JavaScript developer community began to witness fierce battles emerging among JavaScript frameworks. In this article, I will introduce some of the most well-known of these frameworks. And it's important to note that these are all open source JavaScript projects, meaning that you can freely utilize them under an open source license and even contribute to the source code and communities.

Ardour goes harder: v6.0 brings 'huge engineering changes' to open-source digital audio workstation

Dev sticks with elderly GTK+2 GUI toolkit because 'we would gain nothing' by upgrading. The sound-tinkerers among you will be pleased to learn that Ardour 6.0 is out, representing a major upgrade of the open-source digital audio workstation for Linux, macOS and Windows.…

In Rust, we lust: Security-focused super-C++ language still most loved among Stack Overflow denizens

  • The Register; By Thomas Claburn (Posted by bob on May 29, 2020 3:23 AM EDT)
  • Story Type: News Story; Groups: Developer
Trendy systems programming lingo tops poll fifth year on the trot. Rust for the fifth year in a row has held its position as the most-loved programming language in Stack Overflow's annual developer survey, even if it's not the primary language for most programmers and not many jobs require it.…

Strapi introduces new open-source headless content management system

You may not have heard of Strapi, but you will. Its headless content management system has always proven popular with thousands of companies.

Raspberry Pi 4 gains 8GB RAM version and 64-bit Raspberry Pi OS

Raspberry Pi Ltd. has launched a version of the Raspberry Pi 4 with 8GB DDR4 for $75. It also released a beta of Raspbian — now called Raspberry Pi OS — with a 64-bit architecture that can fully exploit the 8GB RAM. A new Raspberry Pi 4 Model B with 8GB of RAM has touched […]

Mozilla's journey to environmental sustainability

  • The Mozilla Blog; By Cathleen Berger (Posted by bob on May 28, 2020 11:17 PM EDT)
  • Story Type: Editorial; Groups: Mozilla
The programme may be new, but the process has been shaping for years: In March 2020, Mozilla officially launched a dedicated Environmental Sustainability Programme, and I am proud and excited to be stewarding our efforts.

Simplify data visualization in Python with Plotly

  • Opensource.com; By Shaun Taylor-Morgan (Posted by bob on May 28, 2020 10:16 PM EDT)
  • Story Type: Tutorial; Groups: Developer, Python
Plotly is a plotting ecosystem that allows you to make plots in Python, as well as JavaScript and R. In this series of articles, I'm focusing on plotting with Python libraries. Plotly has three different Python APIs, giving you a choice of how to drive it.

Linux-loving Windows 10 May 2020 Update squeaks in with days to spare before June

Scampering through spring fields, or a cautious dribble seeping under the bathroom door? After a lengthy gestation in the Insider Program, the Windows 10 May 2020 Update (aka 2004, aka 20H1) has arrived, replete with a Linux kernel in the form of the Windows Subsystem for Linux 2 (WSL).…

First new Docker release under Mirantis appears

  • ZDNet | open-source RSS; By Steven J. Vaughan-Nichols (Posted by bob on May 28, 2020 7:11 PM EDT)
  • Story Type: News Story; Groups: Virtualization
Docker, the company, couldn't make a go of it, but Docker Enterprise, under its new owner Mirantis, is moving forward.

4 Linux distributions for gaming

Gaming on Linux got a thorough kickstart in 2013 when Valve announced that their own SteamOS would be written on top of Linux. Since then, Linux users could realistically expect to play high-grade games that, in the past, required the purchase of a Windows computer or gaming console. The experience got off to a modest start, with just a few brave companies like CD Projekt Red, Deep Silver, Valve itself, and others putting the Linux penguin icon in their compatibility list, but eventually, even Gearbox and Square Enix were releasing their biggest titles on Linux. read more

How to Install PyroCMS with Nginx an Let's Encrypt SSL on CentOS 8

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on May 28, 2020 2:45 PM EDT)
  • Groups: Linux; Story Type: News Story
PyroCMS is a powerful modular CMS and development platform built with Laravel 5, which allows you to build better Laravel websites and applications faster.

Simplify data visualization in Python with Plotly

  • Opensource.com (Posted by bob on May 28, 2020 12:16 PM EDT)
  • Groups: Python; Story Type: News Story
Plotly is a plotting ecosystem that allows you to make plots in Python, as well as JavaScript and R. In this series of articles, I'm focusing on plotting with Python libraries. Plotly has three different Python APIs, giving you a choice of how to drive it: read more

PoE-ready Ryzen V1000 SBC is all about camera control

  • LinuxGizmos.com; By Eric Brown (Posted by bob on May 28, 2020 11:02 AM EDT)
  • Story Type: News Story; Groups: Embedded
Axiomtek’s “MIRU130” SBC targets embedded vision applications with a Ryzen V1000 SoC, 4x USB 3.1 Gen2, HDMI and DP ports, cam triggers and lighting controls, 2x M.2, PCIe x16, and 4x GbE ports, 2x of which offer PoE. Axiomtek recently launched a CAPA13R, joineing Seco’s similarly 3.5-inch SBC-C90 as the only SBCs we have seen […]

Manage startup using systemd

While setting up a Linux system recently, I wanted to know how to ensure that dependencies for services and other units were up and running before those dependent services and units start. Specifically, I needed more knowledge of how systemd manages the startup sequence, especially in determining the order services are started in what is essentially a parallel system.

Machine vision computer supports 5GBase-T cameras

Imago’s Linux-ready “VisionBox AGE-X5” computer has an Intel 6th Gen CPU plus 2x 5GbE ports for driving new 5GBase-T cameras. Also onboard: 2x GigE, 4x USB 3.0, DIO, LED controllers, and camera triggers. In recent years we have seen a growing number of embedded boards and systems with 2.5GbE and 10GbE ports, but no 5GbE […]

« Previous ( 1 ... 251 252 253 254 255 256 257 258 259 260 261 ... 1158 ) Next »