PDA

View Full Version : requesting mia goth long, fork of thrradlong and bsthlong



m0nde
01-05-2019, 04:22 PM
so, I want a version of thrradlong that posts a series of random images of mia goth from an array of stored URLs

thx

maks
01-05-2019, 04:57 PM
arrays what is this fortran

m0nde
01-05-2019, 05:03 PM
I'm going to write that using PowerShell, since you used bash scripting for yours (y)

juji
01-05-2019, 06:11 PM
I'm going to write that using PowerShell, since you used bash scripting for yours (y)

I wouldn't recommend you to write with PoweShell, I strongly advice to use windows 98 in virtual machine and port it with MS-DOS

m0nde
01-05-2019, 06:39 PM
no, i want to write it in powershell, because i need to learn that for work

m0nde
01-05-2019, 06:40 PM
it's the mmost fucked up scripting language i've ever seen, with totally new commands, not seemingly based on anything else

maks
01-05-2019, 07:03 PM
It's not that different than bash, it just has really fucking long command names like Select-Item-On-FileSystem-In-Current-Directory-Which-Is-Named-Like -FilePath $var

I like how every command has a -WhatIf flag, I wish BASH did that.

maks
01-05-2019, 07:08 PM
here's the visual basic version. you'll have to unescape the img tag



Module Module1

Sub Main()

Dim sString As String
sString = ""

For i As Integer = 1 To 20

sString = sString & "[IM\G]http://bayimg.com/ed52bd8d27506fc46b2b04d70a7f6d535145cd48.jpg[/IMG]"

Next i

My.Computer.Clipboard.SetText(sString)

End Sub

End Module

Desolation
01-05-2019, 07:09 PM
11010011101001010101010 bath

maks
01-05-2019, 07:14 PM
writing this from memory and I don't feel like going to a windows machine to test it so it might not work, here is bathlong.ps1




foreach($i in 1..20)
{
Set-Clipboard -Append [I\MG]http://bayimg.com/ed52bd8d27506fc46b2b04d70a7f6d535145cd48.jpg[/IMG]
}

maks
01-05-2019, 07:15 PM
deso can you change my image limit to something higher than 20 like maybe 2000?

Desolation
01-05-2019, 07:21 PM
yeah let me get right on that does this use photoshop or mysql?

maks
01-05-2019, 07:24 PM
it's rubycalaber.com it's obviously written in ruby on rails, duh

maks
01-05-2019, 07:25 PM
if you give me access to sql I can do it myself