Skip to content

Instantly share code, notes, and snippets.

View mwojtera's full-sized avatar

Michał Wojtera mwojtera

  • Politechnika Łódzka
  • Łódź, Poland
View GitHub Profile
@mwojtera
mwojtera / FileWatcher.cs
Created June 1, 2023 08:54 — forked from kylehowells/FileWatcher.cs
Monitor iOS files for changes using GCD dispatch_source_create DISPATCH_SOURCE_TYPE_VNODE in Xamarin
using System;
using ObjCRuntime;
using Foundation;
using CoreFoundation;
using System.IO;
namespace LoadRuntimeXAML.iOS
{
public class FileWatcher : IDisposable
{

Keybase proof

I hereby claim:

  • I am mwojtera on github.
  • I am mwojtera (https://keybase.io/mwojtera) on keybase.
  • I have a public key ASC2oJIshUM5T_qiJbE6vQTLDtyK-fuOtKhEuszgK7tf3Ao

To claim this, I am signing this object:

@mwojtera
mwojtera / setting-up-babel-nodemon.md
Last active December 19, 2017 14:20 — forked from sam-artuso/setting-up-babel-nodemon.md
Setting up Babel and nodemon

Setting up Babel and nodemon

Inital set-up

Set up project:

mkdir project
cd project
npm init -y