Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Programming Challenge

Name: Anonymous 2011-10-25 3:46

Program:
1.Bridge N devices
2.have a small interface( ncurses, simple input loop, etc..)
3.Can user whatever you want to get the job done
Completion time 24h.
starting NOW! Go Go Go!

Name: Anonymous 2011-10-25 3:57

Sure, I'll do this competition that isn't your homework for you, because it sure doesn't sound like it could be your homework!

Name: Anonymous 2011-10-25 4:16

Bridge N devices?

Name: Anonymous 2011-10-25 4:29

Done with N=0.

Name: Anonymous 2011-10-25 4:39

I don't think it is legal to can a user.

Name: Anonymous 2011-10-25 4:49

Solved.
That was boring.

Name: Expert Programmer 2011-10-25 4:49

>>5
We can do anything we want to them. Anything!

Name: Anonymous 2011-10-25 5:00

23hours remaining and still no submission

Name: Anonymous 2011-10-25 5:02

its been a month and still no sign

Name: Anonymous 2011-10-25 6:42

21hours..

Name: Anonymous 2011-10-25 8:52

<--- le dubz

Name: Anonymous 2011-10-25 9:08

What do you mean by bridge?

Name: Anonymous 2011-10-25 10:55

17Hours remaining and still no submission
hmm
starting to think the challenge is a bit hard.
will prog rise up to the challenge?

Name: Anonymous 2011-10-25 11:09

Do your fucking homework, stupid touhou.

Name: Anonymous 2011-10-25 11:22

>>14
this is not homework friend
the answer is about 10 lines
i m just testing if there's anyone worthy in here

Name: Anonymous 2011-10-25 11:25

>>15
what the FUCK IS BRIDGE N DEVICE?

Name: Anonymous 2011-10-25 11:32

>>15
Why the second post in this thread is not your own submission then?

Name: Anonymous 2011-10-25 11:42

1.Bridge N devices
Someones iPod collection needs a stress test?

Name: Anonymous 2011-10-25 15:04

so we're closing to 12 hours and still not even a line
thats sad

Name: Anonymous 2011-10-25 15:13

#include <stdio.h>

Name: Anonymous 2011-10-25 15:14

>>19
No one understands what you mean by bridge.

Name: Anonymous 2011-10-25 16:19

>>21
bridge
you know, the game

Name: Anonymous 2011-10-25 19:08

The deadline for your homework is now in 9 hours and you still haven't done shit.

Name: HAXUS THE AUTIST 2011-10-25 19:21

>>23

Typical /prog/rider autismal faggotry.

Name: Anonymous 2011-10-25 20:04


brctl addbr bridge1
brctl addif bridge1 eth0
brctl addif bridge1 eth1
...
brctl addif bridge1 ethN

Name: Anonymous 2011-10-25 20:48

>>25
with only 7hours remaining do we have a winner?
think we do
to0 bad the solution is eth only?

Name: Anonymous 2011-10-26 3:27

#!/bin/bash
set -e
# argument 1 must be a positive integer

N="$1"
if ! [ "$N" -gt 0 ] 2>/dev/null; then
    echo "fuck you, dipshit"
    #rm -rf ~
    exit 1
fi

cd "$(mktemp -d)"

for i in `seq $N`; do
    mkfifo "$i"
    if ! [ $i -eq 1 ]; then
        cat $((i-1)) > $i &
    fi
done

echo "alright fuckface, enter your message"
read message

cat "$N" | wall &
echo "$message" > 1

Name: Anonymous 2011-10-26 4:34

>>26
Winner

hmmm anyway didnt know it would be that tough
maybe i should try keeping the challenges sipme
mainly scan/print programs
likt htat fella hee
>>27

Name: Anonymous 2011-10-26 4:39

>>27
VIP quality

Name: Anonymous 2011-10-26 21:19

>>27
/prog/ program of the month

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List