This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<# | |
A script to write an exclude file for all users AppData for TSM Tivoli. | |
Copyright Lars Quentin 2023, licsensed as CC0 (Public Domain) | |
#> | |
<# | |
Configuration Variables: | |
- BASE_PATH: | |
Where the user folders are. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module Main where | |
import Statistics.Types | |
import Data.Maybe (fromJust) | |
----------------------- | |
-- Confidence levels -- | |
----------------------- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include<stdatomic.h> | |
#include<stdio.h> | |
#include<stdlib.h> | |
#include<string.h> | |
#include<fcntl.h> | |
#include<pthread.h> | |
#include<unistd.h> | |
/* Lars Quentin 2025, licensed as WTFPL */ |