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
# Script for extracting focus bracketing images taken in quick succession and sort into individual folders for stacking. | |
function Get-Stacks { | |
[CmdletBinding()] | |
param ( | |
# Input dir containing the image stacks | |
[Parameter(Mandatory = $true, HelpMessage = "The directory to extract images from.")] | |
[string] | |
$InputDir, | |
# Output dir to put extracted files. Must be empty |
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
#!/bin/bash | |
### Description: Sonarr .NET Debian install | |
### Originally written for Radarr by: DoctorArr - [email protected] on 2021-10-01 v1.0 | |
### Updates for servarr suite made by Bakerboy448, DoctorArr, brightghost, aeramor and VP-EN | |
### Version v1.0.0 2023-12-29 - StevieTV - adapted from servarr script for Sonarr installs | |
### Version V1.0.1 2024-01-02 - StevieTV - remove UTF8-BOM | |
### Version V1.0.2 2024-01-03 - markus101 - Get user input from /dev/tty | |
### Version V1.0.3 2024-01-06 - StevieTV - exit script when it is ran from install directory | |
### Boilerplate Warning |
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
/* SMBLoris attack proof-of-concept | |
* | |
* Copyright 2017 Hector Martin "marcan" <[email protected]> | |
* | |
* Licensed under the terms of the 2-clause BSD license. | |
* | |
* This is a proof of concept of a publicly disclosed vulnerability. | |
* Please do not go around randomly DoSing people with it. | |
* | |
* Tips: do not use your local IP as source, or if you do, use iptables to block |
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
#import "fmt.odin"; | |
main :: proc() { | |
#label loop | |
for i := 1; ; i++ { | |
f := fib(i); | |
fmt.println(f); | |
if f > 100_000_000 { | |
break loop; | |
} |
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
http://oss.reflected.net/jenkins/146436/cm-12.1-20160127-SNAPSHOT-YOG7DAO3J1-obake.zip | |
http://oss.reflected.net/jenkins/129246/cm-12.1-20151007-SNAPSHOT-YOG4PAO332-flounder.zip | |
http://oss.reflected.net/jenkins/124145/cm-12.1-20150901-SNAPSHOT-YOG4PAO23E-vs985.zip | |
http://oss.reflected.net/jenkins/115613/cm-11-20150626-SNAPSHOT-XNG3CAO1L6-acclaim.zip | |
http://oss.reflected.net/jenkins/175002/cm-13.0-20160819-SNAPSHOT-ZNH5YAO0IA-klteduos.zip | |
http://oss.reflected.net/jenkins/153948/cm-13.0-20160316-SNAPSHOT-ZNH0EAO1QD-kipper.zip | |
http://oss.reflected.net/jenkins/174534/cm-13.0-20160816-SNAPSHOT-ZNH5YAO0F9-huashan.zip | |
http://oss.reflected.net/jenkins/124006/cm-11-20150901-SNAPSHOT-XNG3CAO3G2-tf701t.zip | |
http://oss.reflected.net/jenkins/124146/cm-12.1-20150901-SNAPSHOT-YOG4PAO23E-xt897.zip | |
http://oss.reflected.net/jenkins/135180/cm-12.1-20151117-SNAPSHOT-YOG7DAO1KI-d800.zip |