Skip to content
View raoulduke's full-sized avatar
🐢
🐢
  • Etobicoke
  • 16:30 (UTC -04:00)
Block or Report

Block or report raoulduke

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

  1. Log monitor with email Log monitor with email
    1
    #!/bin/bash
    2
    # Monitor file for changes and send email notification
    3
    # Usage: ./logmond.sh /path/to/file recipient@domain.com
    4
    
                  
    5
    usage() {
  2. C regex get all matches C regex get all matches
    1
    #include <stdio.h>
    2
    #include <string.h>
    3
    #include <regex.h>
    4
    
                  
    5
    #define TEST_REGEX          "^.*\\/([a-zA-Z_.]*)\\.log : [A-Z]{3} [0-9]{2}\\/[0-9]{2} [0-9]{2}:[0-9]{2}:[0-9]{2}\\.[0-9]{6} .* : (.*)$"
  3. findFilesWithName.go findFilesWithName.go
    1
    package main
    2
    
                  
    3
    import (
    4
    	"fmt"
    5
    	"os"
  4. solar-wifi-weather-station solar-wifi-weather-station Public

    C++

  5. js-calendar js-calendar Public

    JavaScript/HTML implementation of a calendar.

    JavaScript

  6. phpocrad phpocrad Public

    Enhance the Linux OCRAD program.

    PHP