Stefano Tommesani

Skip to content
Menu
  • Home
  • Software
  • Video
  • Marketing
  • Programming
    • Testing
    • SIMD
    • Multi-thread

High-quality Bluetooth audio connection in Android

by Stefano TommesaniPosted onJanuary 16, 2022
Read More

Parametric equalization of Sennheiser HD650

by Stefano TommesaniPosted onJanuary 1, 2022January 1, 2022

Source data Crinacle (folder ears-711_harman_over-ear_2018): link Preamp: -6.3 dB Filter 1: ON PK Fc 24 Hz Gain 6.2 dB Q 0.44 Filter 2: ON PK Fc 163 Hz Gain -2.4 dB Q 1.00 Filter 3: ON PK Fc 3852 Hz…

Read More

Priority Queue in .NET 6

by Stefano TommesaniPosted onDecember 25, 2021

NET Framework 6 adds the long-awaited Priority Queue to the list of collections. An example of usage of Priority Queues is getting the k-highest value in an array without sorting the array: the algorithm is keeps k values in the…

Read More

Custom comparer of a SortedSet

by Stefano TommesaniPosted onDecember 25, 2021December 25, 2021

SortedSet uses a custom comparer for sorting items. The comparer serves two purposes: define a criterion for ordering items in the set (e.g. the Length property in the sample below), AND identify duplicate items, so that only one is present…

Read More

Easily upload videos of security cameras to YouTube

by Stefano TommesaniPosted onApril 5, 2021
YiImport1

In this example, we will import video from a Yi security camera into YouTube. The same process, with eventual adjustment to the naming of directories in the SD card used by the camera to record videos, will also apply to…

Read More

A software to stand out

by Stefano TommesaniPosted onJanuary 27, 2018
AttackInSearch

Standing out of the pack starts by being visible, and being noticed by the right group of professionals. No matter how good your profile is, it is lost in a sea of similar profiles, so you need to show up…

Read More

Web page scraping, the easy way

by Stefano TommesaniPosted onJanuary 6, 2018August 27, 2021
Scrape1

There are many ways to extract data elements from web pages, almost all of them prettier and cooler than the method proposed here, but as we are in an hurry, let’s get that data quickly, ok? Suppose we have to…

Read More

Scraping dynamic page content

by Stefano TommesaniPosted onJanuary 6, 2018

One of the most common roadblocks when scraping the content of web sites is getting the full contents of the page, including JS-generated data elements (probably, the ones you are looking for). So, when using CEFSharp to scrape a site,…

Read More

Unit-testing file I/O

by Stefano TommesaniPosted onNovember 26, 2017

Two good news: file I/O is unit-testable, and it is surprisingly easy to do. Let’s see how it works! A software no-one asked for First, we need a piece of software that deals with files and that has to be…

Read More

Fixing Git pull errors in SourceTree

by Stefano TommesaniPosted onApril 10, 2017
GitUpdate1

If you encounter the following error when pulling a repository in SourceTree: VirtualAlloc pointer is null, Win32 error 487 it is due to to the Cygwin system failing to allocate a 5 MB large chunk of memory for its heap…

Read More

Posts navigation

Page 1 Page 2 … Page 11 Next Page

Recent Posts

  • High-quality Bluetooth audio connection in Android
  • Parametric equalization of Sennheiser HD650
  • Priority Queue in .NET 6
  • Custom comparer of a SortedSet
  • Easily upload videos of security cameras to YouTube

Categories

  • Audio
  • GPGPU
  • Multi-thread
  • OOD / OOP
  • SIMD
  • Software
  • Testing
  • Uncategorized
  • Video
  • Web
  • Web

Recent Downloads

Archives

  • January 2022
  • December 2021
  • April 2021
  • January 2018
  • November 2017
  • April 2017
  • March 2017
  • January 2017
  • December 2016
  • November 2016
  • April 2016
  • February 2016
  • January 2016
  • November 2015
  • June 2015
  • February 2015
  • November 2014
  • July 2014
  • June 2014
  • October 2013
  • September 2013
  • August 2013
  • July 2013
  • June 2013
  • May 2013
  • April 2013
  • March 2013
  • February 2013
  • November 2012
  • October 2012
  • September 2012
  • July 2012
  • February 2012
  • January 2012
  • October 2011
  • May 2011
  • March 2011
  • February 2011
  • January 2011
  • September 2010
  • May 2010
  • April 2010
  • April 2000
© Copyright 2022 – Stefano Tommesani
Geodesic Theme by GetWPTemplates ⋅ Powered by WordPress