Skip to content

Instantly share code, notes, and snippets.

View elderica's full-sized avatar
🚞
I'm enjoing with trains and computers.

elderica

🚞
I'm enjoing with trains and computers.
View GitHub Profile
@elderica
elderica / WindowsPathChecker.ps1
Last active September 3, 2025 11:29 — forked from yamamaya/WindowsPathChecker.cs
WindowsPathChecker - A simple console application to check the validity of paths
# ***********************************************************************
# WindowsPathChecker
# A simple console application to check
# the validity of paths in the Windows PATH environment variable.
# ***********************************************************************
using namespace System
using namespace System.IO
using namespace System.Collections.Generic
# morimorihoge screenrc
escape \233\233
zombie
hardstatus on
defbce on
# Protection from attacks
multiuser off
@elderica
elderica / foooos.go
Last active January 3, 2016 10:19 — forked from sorah/foooo.rb
simple rewrite
package main
import (
"fmt"
"os"
"bufio"
"regexp"
)
func main() {