Donations to the archive would be appreciated to help fund our server hardware & storage drives. We are looking for developers to help build new software and archives, discuss here.
Planned network provider replacement will occur with downtime the entire day of 2/16 or 2/17.

Threads by latest ghost replies - Page 319

No.47776660 View ViewReplyOriginalReport
4CHAN X 4CHAN X 4CHAN X 4CHAN X 4CHAN X 4CHAN X 4CHAN X 4CHAN X MAYHEM MAYHEM CCD0 CCD0 CCD0 CCD0 CCD0 CCD0 CCD0 CCD0 CCD0 CCD0 CCD0 CCD0 CCD0 CCD0

Quick reply is broken if the thread is "dead", "archived", or 404'd.

What if you want to construct posts and quote people for a new thread? Or another thread?

Pretty sure this worked in mayhem's.

It would be nice if you could could use quick reply to construct posts in threads you can't reply to.

I'm using greasemonkey 1.15 and firefox 28 because version 29 onwards has no add-on bar and that shit nigger tier giant old people buttons fisher price full retard gui, if that means anything.

Inb4 github. User Name IDs make it more like any stupid internet forum where everyone has a constant username blah blah blah w/e you guys know where I'm going with this.

4CHAN X 4CHAN X 4CHAN X 4CHAN X 4CHAN X 4CHAN X 4CHAN X 4CHAN X MAYHEM MAYHEM CCD0 CCD0 CCD0 CCD0 CCD0 CCD0 CCD0 CCD0 CCD0 CCD0 CCD0 CCD0 CCD0 CCD0
15 posts and 2 images omitted

No.47750346 View ViewReplyLast 50OriginalReport
Speaker thread?

My dorm room speakers are finally dead so I finally have an excuse to buy some nice ones

Any suggestions? I'm leaning towards the audioengine a5+. I'm planNing on using them to listen to virtually everything from music to videogames so a good all-round set would be ideal. $400 budget tops

Thanks for your help /g/ents
156 posts and 31 images omitted

No.47761636 View ViewReplyOriginalReport
What "E-cig" starters kid should I buy? I'm overwhelmed by the amount of information I am finding on these things.
47 posts omitted

No.32328844 View ViewReplyLast 50OriginalReport
What is the best shell for unix-like OSes?

Hard mode: don't pick zsh.
Nightmare mode: don't pick rc.
56 posts and 2 images omitted

No.47060724 View ViewReplyLast 50OriginalReport
Why do all celebrities insist on using Apple?
252 posts and 53 images omitted

No.34414512 View ViewReplyOriginalReport
Front Panel connectors??!?

I'm moving my rig from one chassis to another and i'm encountering some issues

My crappy ass old motherboard doesn't have a properly labled front panel switch led header. This naturally means that i have no fucking clue where to put the cables.

I am however pretty convinced that the front panel cables need to go into this one are labled FP1, but it's a weird 13 pin layout with no clarification.

I really would like to know if anyone has any clue about what i could do.

The Motherboard is from an Acer Aspire M7721, but i can't figure out what model it is, and i've been looking for it for hours in hopes of finding a manual. The best i've come up with is:

>Acer Aspire M7721 TBGM01A1 MB.SCN09.001 GATEWAY MB.G4109.002 MBG4109002 MBSCN09001 1366 X58 Motherboard

But i can't figure out how to decode that into a model number, and i can't find the model number printed anywhere on the motherboard itself. Acer seems to be doing some Nazi stunt with this, because the front panel connectors on the old chassis dont have anything like the same layout.

Any help/suggestions would be much appreciated

No.47748967 View ViewReplyOriginalReport
Discuss
19 posts and 4 images omitted

No.38402615 View ViewReplyOriginalReport
Avid MS Paint user here. I am ready to take it to the next level. Anyone know any le37 m0ds that make it easier to do cool shit? Or any guides/tutorials in that vein? Greatly appreciated and I will make a painting.png for the one who satisfies my requests most adequately. Good tidings to you all.
20 posts and 7 images omitted

No.39373676 View ViewReplyOriginalReport
I was amused at some of the archetypal "Hello Worlds" for various Java frameworks. For reference, I'll include an assembly version first:

; This program displays "Hello, World!" in a windows messagebox and then quits.
; Written by Stewart Moss - May 2006
; Assemble using TASM 5.0 and TLINK32
; The output EXE is standard 4096 bytes long.
; It is possible to produce really small windows PE exe files, but that
; is outside of the scope of this demo.

.486p
.model flat,STDCALL
include win32.inc

extrn MessageBoxA:PROC
extrn ExitProcess:PROC

.data

HelloWorld db "Hello, world!",0
msgTitle db "Hello world program",0

.code
Start:
push MB_ICONQUESTION + MB_APPLMODAL + MB_OK
push offset msgTitle
push offset HelloWorld
push 0
call MessageBoxA

push 0
call ExitProcess
ends
end Start


Now, Java's Swing framework:

import javax.swing.JFrame; //Importing class JFrame
import javax.swing.JLabel; //Importing class JLabel

public class HelloWorld {
public static void main(String[] args) {
JFrame frame = new JFrame(); //Creating frame
frame.setTitle("Hi!"); //Setting title frame
frame.add(new JLabel("Hello, world!"));//Adding text to frame
frame.pack(); //Setting size to smallest
frame.setLocationRelativeTo(null); //Centering frame
frame.setVisible(true); //Showing frame
}
}
4 posts omitted

why

No.47704994 View ViewReplyOriginalReport
Hello /g/
I have a question, why do people buy the 3DS? Or any Nintendo product really. I mean look st the specs for this thing. 128 MB of ram, and a processer that is something of the early 21st century.. A raspberry pi is so much better, and a lower cost.


Why is Nintendo popular?
Pic unrelated.
5 posts omitted