Skip to content
View Wimpje's full-sized avatar
🦕
🦕
  • The Netherlands
Block or Report

Block or report Wimpje

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Powershell, split large XML files on... Powershell, split large XML files on node name, with offset support
    1
    param(  [string]$file = $(throw "file is required"), $matchesPerSplit = 50, $maxFiles = [Int32]::MaxValue, $splitOnNode = $(throw "splitOnNode is required"), $offset = 0 )
    2
    # with a little help of https://gist.github.com/awayken/5861923
    3
    $ErrorActionPreference = "Stop";
    4
    
                  
    5
    trap {
  2. Split files with Powershell Split files with Powershell
    1
    param(  [string]$file = $(throw "file is required"),$maxFiles = [Int32]::MaxValue, $upperBound = 500MB )
    2
    # with a little help of https://gist.github.com/awayken/5861923
    3
    $ErrorActionPreference = "Stop";
    4
    
                  
    5
    trap {
  3. nosmallthing.nl nosmallthing.nl Public

    Website for No Small Thing, a small (?) software development company

    HTML

  4. spoti-node spoti-node Public

    Electron with which to interact with spotify connect devices without desktop / mobile app.

    JavaScript

  5. storyroute storyroute Public

    App, designed for exploring interesting points about the liberation of the small town of Ommen (NL) - It reads routes & points of interest from Google Firebase. Use storyroute-builder to create rou…

    Vue 1

  6. storyroute-builder storyroute-builder Public

    Vue