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

Programming Books

Name: Anonymous 2013-09-02 19:45

Let's get an actual thread going.

Post your favourite computer science, mathematics, and programming textbooks.

I'll start with a few that aren't posted all that much.

- The Elements of Computing Systems
Shows the implementation of basically everything, from stringing together logic gates all the way to a compiler, OS, VM, interpreter, etc.

- Types and Programming Languages + Advanced Topics in Types and Programming Languages
A good abstract treatise of type systems and programming language theory.

- Lisp in Small Pieces
Basically an entire book about the implementation of Scheme and Lisp interpreters and compilers.

- Artificial Intelligence: A Systems Approach
A good practical overview of most AI algorithms, covers search, NNs, unsupervised & probabilistic algorithms, genetic and evolutionary algorithms, etc. Example code in C.

Name: Anonymous 2013-09-04 0:25

>>17
No, no. Ruby is much better than FIOC. I know that's like saying a dog turd is much better than a bucket of festering cow shit, but if you think really carefully about it, it's true.

Name: Anonymous 2013-09-04 0:48

But Ruby is the cow shit, >>18-kun.

Oh, you're pointing out the fallacy in my argument. You're right, but Ruby is still cow shit.
end
end
end
end
end
end
end
end
end
end
end
end
end
end
end
end

Name: Anonymous 2013-09-04 1:15

>>19
do ... end is preferable over THE FORCED INDENTATION OF THE CODE!

Also, Ruby supports using curly brackets instead.}}}}}}

Name: Anonymous 2013-09-04 1:26

>>20
No! THE FORCED INDENTATION OF THE CODE is pretty much unnoticeable because I always indent my code!

Wait, I didn't know about the optional braces. I think I should kill myself back to the imagereddits.

Name: Anonymous 2013-09-04 7:55

>>21
I don't like to write FIOC and yet I'm willing to forgive other languages for using indentation like that.

i mena haskal
Seriously, I've had so much fun learning Haskell so far. It's quite refreshing.

Name: Anonymous 2013-09-04 12:14

>>20
Yes! Just like Javascript.
)};()
}};){};();
}}();;())}
}};}():)}
[]};():()]
}};}}};}};}}}};};;
}};

Name: Anonymous 2013-09-04 19:50

Name: Anonymous 2013-09-05 19:39

Oh, by the way guys, I almost forgot:

http://progrider.org/files/books/

Here's a collection of "Important Publications in Computer Science" along with the Lambda Papers. Since I've got unlimited bandwidth now feel free to download any/all.

Name: Anonymous 2013-09-05 19:51

Name: Anonymous 2013-09-05 20:47

>>25
Thank you!

Name: (^@^ ) 2013-09-05 21:36

Name: Anonymous 2013-09-05 21:44

>>28
moaar

Name: Anonymous 2013-09-05 21:57

>>28
#/g/sicp
Ugh.

Name: Anonymous 2013-09-05 23:44

Logic, Programming and Prolog.

Name: Anonymous 2013-09-05 23:58

Logic, Programming and Prolog.

PS: Fuck minutes long per-IP antiflood.

Name: gaping_mouth.png 2013-09-06 0:00

Name: Anonymous 2013-09-06 0:12

Name: Anonymous 2013-09-06 0:15

Smalltalk, mediumtalk, largetalk, fattalk, skinnytalk, bullshittalk, fagtalk, politicstalk. It's all the same and your definitive fucking list (yeah good luck with the politics one HAHAHAHA) with a wiki named c2 as in c4 because TERRORISTS! Shall be good enough but never enough. Fucking endless minuscule details that mean nothing. Need more women involved in it. more big picture then, less kikes.

Name: Anonymous 2013-09-06 0:38

So what's this smalltalk thing anyways? Why would I want to learn it?

Name: inb4 2013-09-06 0:42

>>34
Smalltalk did when Scala was made. Well, really Scheme, but who is complaining.

35
Um:
Cunningham & Cunningham, Inc.
c2.com
A small consultancy specialized in object-oriented programming and pattern languages, located in Portland, OR.

Name: >>37 fuck, I am drunk 2013-09-06 0:46

>>34
Smalltalk di[u]e[/u]d when Scala was made. Well, really Scheme, but who is complaining⸮

>>35
Um:
Cunningham & Cunningham, Inc.
c2.com
A small consultancy specialized in object-oriented programming and pattern languages, located in Portland, OR.

>>36
It was relevant in the 1970s and 80s, until Scheme and Scala destroyed it to the ground.

Name: Anonymous 2013-09-06 0:53

>>38
Smalltalk died, but its ideas live on. I love the idea of the smalltalk ide.

Just remember, CL is better than scheme! But scheme is lisp! It's also not lisp!

http://c2.com/cgi/wiki?IsSchemeLisp

Name: Anonymous 2013-09-06 1:00

>>29 I know man, I know. I was there. I am remember my freshmen year, and getting my first internship. The memories are flooding. No take them back, take them back.

So who is up for another game of CoreWar?

Name: Anonymous 2013-09-07 8:19

What are the suggested books for different programming languages as K&R is to C?

Looking suggestions for Ruby, Perl, Python, Java, Javascript, PHPI am really sorry but I have to., Haskell, Smalltalk, Erlang or Elixir, and Objective-C.

Name: Anonymous 2013-09-07 8:34

>>41
For Smalltalk... here: http://progrider.org/files/books/Smalltalk/

I quite like Smalltalk to I have a few books on it but I need to find the rest. The one in there, "Smalltalk 80: The Language and its Implementation" is like the K&R for Smalltalk.

PHP... I don't think there's a K&R for that. I read a book on OOP PHP5 and "best practices" and it was horrifying, but it was considered one of the best PHP books. So my recommendation is just pick up pretty much any PHP book written by any retard since the language is shit anyway it's not like it matters.

Javascript... "JavaScript: The Definitive Guide" is basically the K&R for JS, covers more or less the entire EMCAScript standard. It's thick though. "Javascript: The Good Parts" covers everything but the DOM, so basically the core language.

Perl I don't know, it's disgusting so I could never make it through reading any one book on it. Python and Ruby can be read without really actually reading a book on them. Java, I guess read Sun's documentation?

Obj-C, again, this suffers the PHP problem, almost all books on it are shit. Try Apple's documentation / PDFs on its implementation. They're better than most shit out there, which is surprising.

Name: Anonymous 2013-09-07 8:54

>>41

Just grab anything by O'Reilly. :^)

Name: Anonymous 2013-09-07 9:33

>>43
*grabs dick*

Name: Anonymous 2013-09-07 10:34

>>41
The one written by Matsumoto.
The one written by Larry Wall.
The Python documentation pages.
Anything about Java.
What >>42 said.
Real World Haskell/Learn you A Haskell FGG
What >>42 said.
Learn you an Erlang for Greater Good
Elixir
Obj-C
KEK

Name: Anonymous 2013-09-07 10:43

I'm going to write a book called "SQL: The art of injection '; DROP TABLE books; --"

Name: Anonymous 2013-09-07 13:35

I think admin-sama should upload more lisp related books.

Name: Anonymous 2013-09-07 13:50

>>47
Any requests?

Name: Anonymous 2013-09-07 14:21

>>48
The Architecture of Symbolic Computers would be a good start.

Name: Anonymous 2013-09-07 14:40

>>49,Admin
So you are going to make a jailed file share partitions? That way you can worry about making the other partition and repos, and we dump all the books, audio books, files, and fizzles that make a community awesome?

No haste, I know you are always busy, admin-sama.

Name: Anonymous 2013-09-07 14:44

>>50
The only problem is that I don't really want to deal with DMCA takedown requests.

How likely do you think that is?

Name: Anonymous 2013-09-07 15:28

>>51
In a server in Germany? Not likely. Here is one I enjoy in on a daily basis, and no DMCA has touched it:
kissmanga.com

Also, we can make a DHT index for the file names with a key that is cycled daily, making near impossible for DMCA bots to find. And since the partitions will be in distributed file systems, with uplinks, it will make them removal resistant.

Like I said, we should be more worried about Malware than file sharing. We can implement ClamAV cron, to filter corrupted files in a quarantine, or simple remove them.

What's your ToS, to review caveats?
And you visit 4chan, maybe even encyclopediadramatica.se and worry about DMCA. HA! I am not dissing you. Its just the irony is so hilarious. You are worrying about something so insignificant, bottle-necking your work, and we only want to make a better /prog/, with the best SchemeBBS that ever existed. That should be the least of your concerns, and more about the repo.

EDIT:
reading it:
http://www.us.unmetered.com/terms-and-conditions.php

Name: Anonymous 2013-09-07 15:36

>>52

Ha. That's funny. This server isn't in Germany. I just looked up the IP and they spoof the geolocation. Neat!

I suppose I can just make the fileshares password protected with passwords that are public but cycled daily to prevent bots crawling.

I don't see what your problem with malware is? I very much doubt anyone will be able to exploit the server itself. If someone uploads malware then just don't download it / don't run random binaries? At most it'll just give me something to disassemble.

The repo is what I'll set up first, anyway, indeed. What was the decision? Fossil, SVN? Or?

Name: Anonymous 2013-09-07 15:56

I want to upload the very essentials, but where should I upload them?

The contents of the satori directory are
A critique of Abelson and Sussman.pdf
A Gentle Introduction to Haskell.pdf
Basic Lisp Techniques.pdf
Common Lisp: A Gentel Introduction to Symbolic Computation.pdf
Common Lisp - An Interactive Approach.pdf
Functional Programming for the Real World.pdf
How to Design Programs.chm
How to Design Programs.pdf
Land of Lisp.pdf
Learn you a Haskell.pdf
On Lisp.pdf
Paradigms of Artificial Intelligence Programming - Case Studies in Common Lisp.pdf
Prolog Programming for Artificial Intelligence [3Ed].pdf
Structure and Interpretation of Computer Programs.pdf
The Haskell Road to Logic, Math and Programming.pdf
The Little Lisper [3Ed].pdf
The Little Schemer.pdf
The Seasoned Schemer.pdf

Name: Anonymous 2013-09-07 16:10

>>54
A critique of Abelson and Sussman.pdf
And he should remain quiet.

Name: Anonymous 2013-09-07 16:12

>>53
Well its is clear that you, as the admin:
While using the service, you may not:
violate [...] laws protecting Intellectual property including copyright, trademark, trade secret, misappropriation and anti-dilution laws;

Still that does not stop users from posting said content, and you are not encouraging it ;). If they did spoof the IP address, then this makes sense:
This agreement shall be governed by the applicable laws of Missouri and the United States of America.

Why did you pick a US server? Why not in the Netherlands or South America (like Costa Rica, Brazil, or Argentina? I am trying to recall the the island in the Caribbean that ignores copyright, I assume it's governed by the Netherlands. Does anyone remember? Been trying to find it in the last couple of months. I know there are others. I mean 4chan uses servers in California, and they use cloudflare. Pirate Bay on the Netherlands.

Name: Anonymous 2013-09-07 16:26

>>56
Don't worry about the location of the server, I picked it and this host for a reason.

>>54
Maybe I can give FTP access?

Name: Anonymous 2013-09-07 18:14

>>57
Ok, fine. It looks like the Island I had in mind is Antigua. I need to look for host there. I am also looking for "countries that ignore copyright". I know Brazil is at the least.

SFTP or Rsync, if you cannot make the Distributed FS, where we can mount from, even drop files with GNUnet ECRS and Freenet Frost. We can even use Unison if warranted. Which of the 3 file systems are you picking? Coda?

Name: Anonymous 2013-09-07 18:31

>>58
You want me to write a Distributed FS? Or just set one up? What do you recommend? I haven't really used these types of things in a while.

I can set up the distributed FS with ECRS or Frost, just inform me of what you prefer.

Name: Anonymous 2013-09-07 19:24

>>59
I meant "deploy," instead of "make." My apologies.

Its hard deciding between OpenAFS|Coda|MooseFS. I always make my personal FS in ZFS, rysnc the rest. I want someone's opinion on this matter. Certainly we do now want another NFS. The articles online are not helping.

But for the uplinks use both, ECRS being the most prevalent. Frost has issues with spam and DoS, so until you get the firewall well made, ECRS for now.

Unless you want to double cheat, and use the Fossil Repo as the file share.

Name: Anonymous 2013-09-07 19:46

>>60
use the Fossil Repo as the file share
I feel problems will come quickly with that.

The firewall is fine. Plus, I think I have enough bandwidth to mitigate the DoS problems. Spam is annoying, though.

For me, Coda seems like a good choice, since I've used its predecessor, AFS.

Have you an XMPP account somewhere? Perhaps we can coordinate better in that manner. Make and post a temporary public key so we can exchange.

Name: Anonymous 2013-09-07 20:16

>>61
Why I said "double cheat"

If you like Coda, that nails it to OpenAFS, since Coda still has that bug if in network write, and network off, no file on both. MooseFS is just so tempting for Fault tolerancy. Myaaa, this is is so frustrating.

And no, I've disliked XMPP since its inception. IRC has always been there since public chatting, and its great enough for extensions. I am fine using SILC although. However, what would you like to coordinate about? You want me to help build the proposed components in?:
https://bbs.progrider.org/prog/read/1378391842/9,12,14-15,16,19,21,25-

Name: Anonymous 2013-09-07 20:21

>>62
If you feel like you will be able to, I can just give you an account on the server and let you set those things up. I can take care of security / the more complicated server side parts.

I can set up a quick no-frills (no services) IRC on the server if you want.

Name: Anonymous 2013-09-07 20:54

>>63
Well then, make a jailed partition, make an user in it, install an internal IRC server in it, and maybe ircII. That way we can talk freely from spammers and DoS, and coordinate whatever you want. tty write, those were the fun days.

Unless of course you know how to prevent IRC floods with IPtables. If all else fails, we can just talk in a FIFO. A much better option than a vanilla IRC server under no packet filter.

Name: >>64 2013-09-07 22:53

What am I kidding. Just set up the jailed account w/ another user, and we can talk on tmux by on the same session w/ tee, or a file we are looking at on buffer, heck even wall(1) is fine.

Name: >>54 2013-09-07 23:41

>>57
That's fine.

>>55
It's actually a nice read. It has some stupid arguments that won't keep me away from (((satori~n))), but it also has some good points.

Name: Anonymous 2013-09-07 23:43

>>66
And what are these points you consider good?

Name: Anonymous 2013-09-07 23:48

>>66,>>67
RACE WAR!

Name: Anonymous 2013-09-07 23:49

>>67
It's funny.

Name: Anonymous 2013-09-08 0:05

>>68,68
UNOPTIMIZED QUOTES!

Name: Anonymous 2013-09-08 0:21

>>70
You think you're cool, kid? You forgot your stylized exclamation mark.

Name: Anonymous 2013-09-08 0:32

>>71
Shit! Shalom!

Name: Anonymous 2013-09-08 8:00

>>72
Slalom, skiing enthusiast!

Name: Anonymous 2013-09-08 12:25

>>73
....#>.......
.............
(............
........#>...
.............
.............
....#>....)..
.............
..(..........
........#>...
.__________
(Thank you!).
.. v ........
.. @ #>......
..\+/ ........
.. \\ .......
........#>...

Name: Anonymous 2013-09-08 15:26

Reversing: Secrets of Reverse Engineering

by Eldad Eilam

Name: Anonymous 2013-09-09 0:42

>>54
Get those books uploaded please.

Name: Anonymous 2013-09-09 11:59

>>76
Oh, sorry, didn't think someone would still be interested. Uploading to mega right now.

Name: Anonymous 2013-09-09 12:34

satori essentials:
https://mega.co.nz/#!GQRF2IJI!CtahBQXKWD5hfG1SQkDISHrXI4EGqr6gEFbHqA70iAI
Let me know if you find anything wrong, I could not open one of the books in Windows (but opens perfectly fine in Linux, who knows why) and Mega is a piece of shit that punched me in the dick for not using the latest Firefox.

Name: Anonymous 2013-09-09 15:10

>>78
Why use mega, and not Anofiles? Heck, even depositfiles is better than DoD land.

Name: Anonymous 2013-09-09 15:46

>>79
No specific reason other than my ignorance. Do you want me to reupload them?

Name: Anonymous 2013-09-09 18:19

>>80
Nah, don't care enough. As long as you know to ignore them in the future, I am fine.

Name: Anonymous 2013-09-09 19:39

>>81
Okay then. I hope Admin-kun-sama-dono uploads them to his FTP, as I didn't get access to it and I don't think I need it anymore.

Oh, right: what's Anofiles exactly? Couldn't find anything on Google other than some empty Wordpress site and HELP WHAT IS THIS .ANO FILE.

Name: Anonymous 2013-09-09 20:19

>>82
anonfiles.com, my apologies.

Name: Anonymous 2013-09-09 21:36

>>83
Oh.

Name: ~K 2013-09-17 13:08

RICK GET IN HERE

Name: John 2013-09-17 13:11

Master ~K
Please teach me the ways

Name: Anonymous 2013-09-17 14:18

LOL, we >>85,86, we must have our clock in right, 'cause I was just going to grep these books to make them into audio, after getting re-inspired:
http://joezack.com/2013/09/15/audiobooks-for-programmers/

Let's see if I can find someone with a good narration voice.

Name: Anonymous 2013-09-17 16:57

Maybe this thread should be stickied.

Name: Anonymous 2013-09-17 19:33

>>88
Can tablecat support that? If so, lots of things need to be stickied. I'd make a lite-wiki page just for that, under a frame if not. Scheme based:
http://practical-scheme.net/wiliki/wiliki.cgi
http://sourceforge.net/projects/wiliki/

Well, here is all of them:
http://c2.com/cgi/wiki?WikiEngines

Name: Anonymous 2013-09-18 7:57

>>89
You could use fossil's built in wiki.

Name: Anonymous 2013-09-18 23:17

K&R - pronounced "kander"
SICP - pronounced sissy pee

Name: Anonymous 2013-09-18 23:29

>>91
SICP - pronounced sick pee

Name: Anonymous 2013-09-18 23:41

ncmpcpp - pronounced mehcoomahpoopeepah

Name: Anonymous 2013-09-19 0:08

SICP - SKIP as in skip rope.
K&R - KandR

Name: Anonymous 2013-09-19 0:13

Trap - Tarp as in covering textile

>>94's retarded logic.

Name: Anonymous 2013-09-19 1:07

>>95
heurt heurt heurt heurt heurt heurt heurt heurt heurt heurt heurt heurt

Name: Anonymous 2013-09-22 6:19

ncmpcpp - nincompoop

Name: Anonymous 2013-10-07 6:16

>>28
2 days to clean and reorganize the gentoomen library.

Name: Anonymous 2013-10-09 7:37

>>98
Wait up a minute, did you download the entire gentoomen library, and didn't even make a database for the file names to manage them, and have yet to make the jailed account? 'know, we can organize in a SQLite Hash Table real easy

You must be drunk as I am, mixing priorities like a cyclone.

Name: Anonymous 2013-10-09 7:51

>>99
That wasn't me. I've never downloaded that library. I have far more books than that, from years of collecting torrents and individual downloads.

Regardless, I'm not going to host that library, I will definitely get hit with a DMCA letter at that point.

I've been too busy with work to do anything. I might set things up sometime next month. I wrote an IRCd when I was bored a few days ago so I might set up an IRC server on here later when I get around to implementing proper timeouts.

Name: Anonymous 2013-10-09 14:42

>>100
you could host it as a hidden service because fuck da police.

Name: Anonymous 2013-10-09 19:06

>>100
Wait, you're still afraid of a DMCA, even after I re-established the point that it is a stupid thought. You know what fuck it, looking for you a Berne and TRIPS ©opyrght ignorant, just as a storage server.

Also, why did you write and IRC'd when there's so many out there. Plus, the IRC server should be internal only

[------Searching-\------]

>>101
Exactly the point. At the least we are not spreading chaos and malware like those pricks in Anonops.

Name: Anonymous 2013-10-09 19:42

>>102
All it takes is one spiteful person's report. I've gotten DMCA takedown requests on servers I've owned in the past without even actually providing any public service. I'd rather not deal with unnecessary hassles.

Also, I don't use daemons written by others if I can help it. Running a hidden service is absolutely pointless since people will know that it's running on this server anyway, or that it's associated with the person that owns this server.

Name: Anonymous 2013-10-09 20:01

I have a very big Computer books library. Is there a way to manage them like handling a music library in Foobar2K to edit the metadata. Those books are a pain in the ass to keep on a fucking tablet.

Name: Anonymous 2013-10-09 20:04

Also, I don't use daemons written by others if I can help it.
Even if it open source, and you can review the code... Ok.
But you trust your Debian installation here, the Perl binary, and tablecat's mess. I see... If what you needed is list of IRCDs here are some:
https://en.wikipedia.org/wiki/Comparison_of_Internet_Relay_Chat_daemons
http://searchirc.com/ircd-versions
https://www.alien.net.au/irc/
UnrealIRCd being the best choice

Name: Anonymous 2013-10-09 20:13

>>105
My Debian installation? I'm not too bothered about Tablecat's thing, and I've reviewed nginx's source, that's why I use nginx over apache. HTTP daemons are awful to write because the HTTP protocol is awful. IRC is simple enough to implement. HTTP daemons also aren't persistent connection daemons.

I don't see the problem in writing my own IRCd. Most IRC daemons I've seen are piles of shit. It's not hard to write and I only really think 1/10 of the feature set of IRC is sane / needed, so I only implemented that, it actually makes it even more intrinsically secure / anonymous than any other IRCd out there, no whois, all information other than nick is discarded, no histories, or anything beyond just PRIVMSG, JOIN/PART, and NICK, really.

What kind of programmer doesn't write his own daemons if he can?

Name: Anonymous 2013-10-09 20:14

>>104
Dump your metadata to a SQLite DB, or any small ones mentioned here:
https://bbs.progrider.org/prog/read/1379431546/59

Use a script with mv and exec to rename the the files. I usually name the entire file the entire metadata itself for easier parsing and reorganizing later:
$TITLE_$AUTHOR_$SOURCE_$COMMENTS_$DATEorTIMESTAMP.$EXTENSION

pushd if you have multiple folders.

Name: Anonymous 2013-10-09 20:15

because the HTTP protocol is awful
Whoops. Because HTTP is awful.*

Name: Anonymous 2013-10-09 20:16

>>106
It's not hard to write and I only really think 1/10 of the feature set of IRC is sane / needed, so I only implemented that, it actually makes it even more intrinsically secure / anonymous than any other IRCd out there, no whois, all information other than nick is discarded, no histories, or anything beyond just PRIVMSG, JOIN/PART, and NICK, really.
That sounds awesome. Will you open source it?

Name: Anonymous 2013-10-09 20:18

>>108
Yet another victim of the Gerald Johann Sussman Bach syndrome.

Name: Anonymous 2013-10-09 20:21

>>106
The pragmatic ones. It's usually better to get a copy that is well established and reviewed, trim out the fat you do not need (like you thought, well), so the diff for your sups to review/compare, append the rest that is required, re-diff.

IoW, pragmatic ones work with what is available already, and show what was changed.

rewriting always has looms the process of going over all the mistakes worked on on previous versions. I would have done the same, and called it $IRCD_TYPE-lite version, and showed all my diffs. Kept the history and previous bug reports.

Name: Anonymous 2013-10-09 20:25

>>109
Sure, I just need to finish the timeout edge cases, but it's pretty much done. Depending on how much free time I have in the next two weeks, it might get done.

I'm interested to see what people think of the server model I use. It's nonblocking, single threaded, only POSIX I/O, and requires no libraries other than (obviously) libc. I think I was able to keep the design clean enough.

Name: Anonymous 2013-10-09 20:28

>>111
Having to modify the code of others is annoying, and boring. I only do it if I have to. It takes less time to just write something from scratch, and it is more enjoyable.

Again, an IRCd isn't a big project, if I needed a custom HTTPd I would probably modify nginx's source, because there's no way that I would be able to write a proper HTTP daemon in any sane amount of time.

IRCd is fine to write from scratch though.

Name: Anonymous 2013-10-09 20:45

>>113
Ok, then simple question: Will it support the following?:
IPv6 capable
SSL or SASL
Hostmasking or cloaking (I assume so since you said "no whois")
DCC
Secure/private channels/messages? (not just PRIVMSG: /JOIN #secret_room <keys>)

I know you built it as a one node IRCD, so I won't as for that.

Name: Anonymous 2013-10-09 20:55

>>114
I'm not >>113.

IPv6 capable, SSL or SASL
Both are obtainable through socat.

DCC
is a fucking mess.

Hostmasking or cloaking (I assume so since you said "no whois")
I would assume >>113 would rather go for an anti-abuse approach that doesn't require host-based identification so that people can use it over anonymizing networks.

Name: Anonymous 2013-10-09 21:20

>>115
Minus SASL, but Ok.
DCC is a fucking mess
Ok, so when I find the server, we just use the server to send each other files, ok.

use it over anonymizing networks.
So yes? So far I am liking it. You need a repo to host it? I would love to take a look it, and run it over my fuzzers, and make reports.

Name: Anonymous 2013-10-09 21:35

>>116
I'm not the person writing it (>>113), I was just commenting on your post.

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