why are people talking so much about memes in this thread
[QUOTE=DudeGuyKT;46007883]why are people talking so much about memes in this thread[/QUOTE]
I have no fucking clue what has been happening in here today
I leave the forum for a week and everyone has lost the plot
[QUOTE=DudeGuyKT;46007883]why are people talking so much about memes in this thread[/QUOTE]
Blame Mikey
based mikey is love
based mikey is life
[B]I am meme king[/B]
So which is higher up: Meme King or Meme Lord.
Cause Kiwi you might have to start your own nation to fight mikey's
im easily more qualified lol
whats a good documentary on ancient egypt or occult stuff
i used word of command to bind his super fuck off monster to the assault zone but its alright becuase im about to decimate this dude but fuck he spammed his defense zone with just enough trash mobs to cancel out my attack and take out my main hitter meaning his giant fuck off monster is now free to ruin me in the next turn and he 1-hits kos me it hurts
[QUOTE=~Kiwi~v2;46008015]Oh shit he's banned[/QUOTE]
May he Rest In RIP alongside Dub. I guess Kiwi auto-wins.
[QUOTE=laurencedgreat;46007804]bash scripting hurts my brain[/QUOTE]
If you think mere comparisons were bad, I looked like an idiot trying to figure out what [I]exactly[/I] `read -r` did. It didn't do what I expected.
[code]
stone@Lappy-486:~$ help read | grep "\-r"
-r do not allow backslashes to escape any characters
[/code]
And no, it doesn't work for "\t" or "\n". Those don't exist in the shell. It's "\<TAB>" or "\<ENTER>", pressing their respective key. You probably know that using "\<ENTER>" in a line allows you to continue a series on multiple lines where a new line would normally indicate the end of a command.
[I]Fig. A. Example use of backslash to continue a line:[/I]
[code]
herbstclient --idle | {
# Things go here, in my case herbstclient(1) would send hooks to stdout when ran with --idle.
} | bar -p \ # See that backslash? I can continue adding parameters to bar(1) on the next line.
-f"$bar_font" -F"$bar_fgcolor" -B"$bar_bgcolor"
[/code]
[I]Fig. B. An example of `read` with backslashes for escapes[/I]
[code]
stone@Lappy-486:~$ read var
this\ is\ the\ life\<ENTER>
> sucka
stone@Lappy-486:~$ echo $var
this is the lifesucka
[/code]
Simple, right? Backslash uses their respective characters to escape instead of C-like escapes with "\t" or "\n". This feature can be used in printf, another shell built-in, and [url=http://wiki.bash-hackers.org/commands/builtin/echo]should be[/url] [url=http://cfajohnson.com/shell/cus-faq.html#Q0b]used over[/url] [url=http://www.in-ulm.de/~mascheck/various/echo+printf/]echo for portability[/url].
[code]
stone@Lappy-486:~$ read -r var # Note the -r parameter, don't allow backslashes to escape.
this\ is\ the\ life\<ENTER>
stone@Lappy-486:~$ echo $var
this\ is\ the\ life\
[/code]
But if you got that, you can specify a delimiter for your input and use [url=http://mywiki.wooledge.org/IFS]an input field separator[/url], but that's straying from the point of this post.
[editline]# eheheheheheheh"[/editline]
If you still need Bash shell/scripting help, drop me a line.
[QUOTE=~Kiwi~v2;46008015]
Oh shit he's banned[/QUOTE]
Welp.
Looks like [I]someone[/I] won
He knew he was poking the sleeping lion
that feel when your meme king is struck down by nonbelievers
[img]http://feels4u.com/images/feels4u.png[/img]
[highlight](User was banned for this post ("Meme face reply" - Craptasket))[/highlight]
[highlight](User was banned for this post ("Extended - Ban history" - Craptasket))[/highlight]
Oh my God rip Mikey for three days. We'll all miss you.
honestly though using meme faces even ironically is still dumb
[img]http://i.imgur.com/JdWWKF4.png[/img]
If I'm getting "disk write errors" on multiple programs, is this an indication of a failing hard drive?
I just transferred my stuff from my 3ds to my new 2ds.
Feels awesome!
[QUOTE=Winner;46008266]i appreciate you naming your box lappy 486[/QUOTE]
My laptop is named Wundahbox
I've blown my nose over 3 dozen times today HOW IS IT STILL PRODUCING SNOT
[t]http://i.imgur.com/JmzfVFd.jpg[/t]
mmm, yeh beb das it
[URL="http://i.imgur.com/k2wjgY0.jpg"]Bonus.[/URL]
[editline]boobsrgreat[/editline]
He's got the ab crunch you'd expect from the Marvel Legends line, but his armor is actually separate from the body mold and prevents its use pretty much entirely. It can also be removed, but the chest/back is just a blank black generic low detail body that is clearly not meant to be seen. His ankles are on a swivel joint and have decent enough range except the shin brace of his boots prevent them from going forward. His hip ball joints are finicky but work well. Mine came stiff as shit though and there was a very loud pop that made me think I broke it when I finally got the right one to move. And I still haven't got the left one to move.
He comes with his pistol from the comic as well as two generic pistols and an MP5 of sorts which can be attached to four removable tendrils that go on his back. Even though he's technically part of the Amazing Spider-Man 2 line like my Superior Spider-Man, he's considered an extra and so doesn't come with a part of the Green Goblin BAF.
Overall it's pretty radical. Even though everything I just pointed out was negative.
[editline]zoop[/editline]
Also, he's just a tad too tall I believe. Flash is 6'2" so unless he's bigger in the venom suit he's too tall compared to Doom who is 6'7" in his armor.
[editline]zoop[/editline]
Oh, and I forgot to mention the deal with his shoulder pads.
They got over the problem of obstructed articulation with the best solution I've seen yet. They made the shoulder pads part of the armor piece connected via some soft plastic so when you pull his arms upwards they simply flex along with them.
[editline]zoop[/editline]
[URL="http://i.imgur.com/PAqBBde.jpg"]Bonus 2.[/URL]
[QUOTE=Winner;46008266]i appreciate you naming your box lappy 486[/QUOTE]
You think I [I]wouldn't[/I] keep the tradition up after upgrading from my Compy 386? Had to use that thing from 2009 to 2011 with 256MB of RAM (upgraded to 512MB after a memory stick trade with the school's IT class), a Pentium 4, and an assortment of almost borderline minimal GNU/Linux distros before settling on Crunchbang for a while. If I had to deal with that crap again, I'll [url=http://crux.nu/]install something even more barebones[/url]. Heck, I still might if I had a workstation-tier PC.
[editline]e[/editline]
You can't make me go back to Windows no matter how hard you tried. Win7 without any extra bloatware running uses 1.25GB [B]on boot[/B]. For 1185MB (still less than 1.25GB, presuming as giga- than gibi-), I can have the OS, window manager, Firefox with twenty tabs, several Vim instances, six IRC terminals, MyPaint, and Spotify going at the same time.
[editline]e[/editline]
Trying to acquire another junk PC for external processing reasons. Think it'll be called Concessions with a user named Bubs.
i dont want snow this year
I've gotten into this habit of listening to multiple songs at once.
[QUOTE=Bbls;46008576]i dont want snow this year[/QUOTE]
I would rather it be too cold and be able to layer up and get under covers to get warmer, than it be too hot and be in boxers and never be able to get cooler.
It makes me feel lightheaded for some reason.
[editline]17th September 2014[/editline]
[QUOTE=Bbls;46008576]i dont want snow this year[/QUOTE]
It's been endless heat here. The only snow i've ever seen was in the mountains.
I really want some good snow this year.
[QUOTE=TAU!;46008621]I really want some good snow this year.[/QUOTE]
There's nothing in life more satisfying than seeing clear skies and blank streets the night before, and waking up to white hills and the sound of snow shovels.
[QUOTE=TAU!;46008621]I really want some good snow this year.[/QUOTE]
I personally can't wait for it to snow again. Absolute favorite time of the year. It'll be even better if we get 6 feet of snow again.
Sorry, you need to Log In to post a reply to this thread.