Programming Challenge
1
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!
2
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!
3
Name:
Anonymous
2011-10-25 4:16
Bridge N devices?
4
Name:
Anonymous
2011-10-25 4:29
Done with N=0.
5
Name:
Anonymous
2011-10-25 4:39
I don't think it is legal to can a user.
6
Name:
Anonymous
2011-10-25 4:49
Solved.
That was boring.
>>5
We can do anything we want to them.
Anything!
8
Name:
Anonymous
2011-10-25 5:00
23hours remaining and still no submission
9
Name:
Anonymous
2011-10-25 5:02
its been a month and still no sign
10
Name:
Anonymous
2011-10-25 6:42
21hours..
11
Name:
Anonymous
2011-10-25 8:52
<--- le dubz
12
Name:
Anonymous
2011-10-25 9:08
What do you mean by bridge?
13
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?
14
Name:
Anonymous
2011-10-25 11:09
Do your fucking homework, stupid touhou.
15
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
16
Name:
Anonymous
2011-10-25 11:25
>>15
what the FUCK IS BRIDGE N DEVICE?
17
Name:
Anonymous
2011-10-25 11:32
>>15
Why the second post in this thread is not your own submission then?
18
Name:
Anonymous
2011-10-25 11:42
1.Bridge N devices
Someones iPod collection needs a stress test?
19
Name:
Anonymous
2011-10-25 15:04
so we're closing to 12 hours and still not even a line
thats sad
20
Name:
Anonymous
2011-10-25 15:13
#include <stdio.h>
21
Name:
Anonymous
2011-10-25 15:14
>>19
No one understands what you mean by bridge.
22
Name:
Anonymous
2011-10-25 16:19
>>21
bridge
you know,
the game
23
Name:
Anonymous
2011-10-25 19:08
The deadline for your homework is now in 9 hours and you still haven't done shit.
>>23
Typical
/prog/rider autismal faggotry.
25
Name:
Anonymous
2011-10-25 20:04
brctl addbr bridge1
brctl addif bridge1 eth0
brctl addif bridge1 eth1
...
brctl addif bridge1 ethN
26
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?
27
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
28
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
29
Name:
Anonymous
2011-10-26 4:39
30
Name:
Anonymous
2011-10-26 21:19
>>27
/prog/ program of the month