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

usenet reader for /prog/

Name: Anonymous 2012-05-20 21:08

usenet is pretty much dead now as far as a discussian medium because most newsgroups are unmoderated and spammed constantly, so most people use private forums.

So my question is, would it be possible to load ALL /prog/ threads into a usenet newsreader? Instead of waiting for /prog/ to become moderated this would allow anyone to self moderate by deleting threads on their private version of /prog/. This also could be dont in html, just run the html source of this page on your own saved version of /prog/. Someone could also host their version of /prog/ and only allow private access by invitation. Just a thought.

Name: Anonymous 2012-05-20 23:46

Okay, how would I display the sum of even numbers in an ArrayList/
    private void sumEvenButtonActionPerformed(java.awt.event.ActionEvent evt) {
        for (String i : numbers) {
            int j = Integer.parseInt(i);
            sum = sum + j;
            if (sum % 2 == 0){
                outputText.setText("The total of the even entries is: " + j);
            }
        }
    }

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