so, I want a version of thrradlong that posts a series of random images of mia goth from an array of stored URLs
thx
Printable View
so, I want a version of thrradlong that posts a series of random images of mia goth from an array of stored URLs
thx
arrays what is this fortran
I'm going to write that using PowerShell, since you used bash scripting for yours (y)
no, i want to write it in powershell, because i need to learn that for work
it's the mmost fucked up scripting language i've ever seen, with totally new commands, not seemingly based on anything else
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.
here's the visual basic version. you'll have to unescape the img tag
Code: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
11010011101001010101010 [img]bath[/img]
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
Code:
foreach($i in 1..20)
{
Set-Clipboard -Append [I\MG]http://bayimg.com/ed52bd8d27506fc46b2b04d70a7f6d535145cd48.jpg[/IMG]
}
deso can you change my image limit to something higher than 20 like maybe 2000?
yeah let me get right on that does this use photoshop or mysql?
it's rubycalaber.com it's obviously written in ruby on rails, duh
if you give me access to sql I can do it myself