sakapon / Tools-2017

The project to create tools.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tools 2017

The project to create tools.

Event Log Picker

Event Log Picker is a command line tool to pick out event log entries from a Windows PC. By the app, a CSV file that follows the same format as exported by the Event Viewer will be created.
See document.

EventLogPicker-CSV

Connective Bot

"Creativity is just connecting things." --- Steve Jobs
Connective Bot is a Twitter bot that will compose words at random from the Wikipedia.
See document.

@bot_connective

ConnectiveBot

Epidemic Simulator

Epidemic Simulator is a tool to simulate the SIR epidemic model described as follows:

S' = θR - βSI
I' = βSI - γI
R' = γI - θR

where

S(t): susceptible people
I(t): infected people
R(t): recovered people
β: infection rate
γ: recovery rate
θ: deimmunization rate

The simulation by this tool is a kind of cellular automaton.
See document.

Epidemic-Wave Epidemic

About

The project to create tools.

License:MIT License


Languages

Language:C# 86.1%Language:PowerShell 13.9%