Skip to content

Instantly share code, notes, and snippets.

View TrabacchinLuigi's full-sized avatar

Luigi Trabacchin TrabacchinLuigi

  • Italy, Venice
View GitHub Profile
Using unsafe methods: True
03/09/2022 18:38:18 - [Kernel] GetVolumeInformationProxy:
03/09/2022 18:38:18 - [Mirror] GetVolumeInformation('<null>', {<null>, False, False, False, False, #35568, False, False}, out DOKAN, out CaseSensitiveSearch, CasePreservedNames, UnicodeOnDisk, PersistentAcls, SupportsRemoteStorage, out NTFS) -> Success
03/09/2022 18:38:18 - [Kernel] GetVolumeInformationProxy:
03/09/2022 18:38:18 - [Mirror] GetVolumeInformation('<null>', {<null>, False, False, False, False, #4, False, False}, out DOKAN, out CaseSensitiveSearch, CasePreservedNames, UnicodeOnDisk, PersistentAcls, SupportsRemoteStorage, out NTFS) -> Success
03/09/2022 18:38:18 - [Kernel] Context {<null>, False, False, False, False, #4, False, False}
03/09/2022 18:38:18 - [Mirror] GetVolumeInformation('<null>', {<null>, False, False, False, False, #35568, False, False}, out DOKAN, out CaseSensitiveSearch, CasePreservedNames, UnicodeOnDisk, PersistentAcls, SupportsRemoteStorage, out NTFS) -> Success
03/09/2022 18:38:18 - [Kernel]
Using unsafe methods: False
03/09/2022 18:25:58 - [Mirror] GetVolumeInformation('<null>', {<null>, False, False, False, False, #20048, False, False}, out DOKAN, out CaseSensitiveSearch, CasePreservedNames, UnicodeOnDisk, PersistentAcls, SupportsRemoteStorage, out NTFS) -> Success
03/09/2022 18:25:58 - [Kernel] GetVolumeInformationProxy:
03/09/2022 18:25:58 - [Mirror] GetVolumeInformation('<null>', {<null>, False, False, False, False, #4, False, False}, out DOKAN, out CaseSensitiveSearch, CasePreservedNames, UnicodeOnDisk, PersistentAcls, SupportsRemoteStorage, out NTFS) -> Success
03/09/2022 18:25:58 - [Kernel] GetVolumeInformationProxy:
03/09/2022 18:25:58 - [Mirror] GetVolumeInformation('<null>', {<null>, False, False, False, False, #20048, False, False}, out DOKAN, out CaseSensitiveSearch, CasePreservedNames, UnicodeOnDisk, PersistentAcls, SupportsRemoteStorage, out NTFS) -> Success
03/09/2022 18:25:58 - [Mirror] Mounted('<null>', {<null>, False, False, False, False, #0, False, False}) -> Success
03/09/202
@TrabacchinLuigi
TrabacchinLuigi / program.cs
Created July 24, 2020 15:32
Raspberry Pi 3 Pin benchmark
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Device.Gpio;
using System.Device.Gpio.Drivers;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
namespace IRLLogger
@TrabacchinLuigi
TrabacchinLuigi / DisableSourceUnwanted.targets
Last active November 26, 2019 16:39 — forked from attilah/X.Y.Z.Sources.csproj
X.Y.Z.Sources nuget package
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Target Name="Compile" />
<Target Name="CopyFilesToOutputDirectory" />
</Project>