Pinned Loading
-
Informative "uptime" function for po...
Informative "uptime" function for powershell on Windows 1function runtime {
2function extractDate($text, $type) {
3$regex = '.*?' + $type + ' Time: (?:.?(\d{4}).?-.?([01]\d).?-.?([0-3]\dT[0-2]\d:[0-5]\d:[0-5]\d\.\d+(?:[+-][0-2]\d:[0-5]\d|Z))).*?'
4$date = ( % {[regex]::Match($text, $regex)}).Groups
5return Get-Date($date[1].Value + "-" + $date[2].Value + "-" + $date[3].Value)
-
IEEE-SB-Passau/adventcalendar
IEEE-SB-Passau/adventcalendar PublicEvaluation system for programming advent calendar.
JavaScript 1
46 contributions in the last year
Day of Week | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | April Apr | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More
Activity overview
Contributed to
fheck/git-playground
Loading
Contribution activity
April 2025
fheck has no activity
yet for this period.