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.

Threads by latest ghost replies - Page 354

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

No.35080353 View ViewReplyLast 50OriginalReport
Desktop thread.
336 posts and 100 images omitted

No.46790877 View ViewReplyOriginalReport
Anyone else here is trying to discover something from CICADA 3301?
The site is back online.
23 posts and 5 images omitted

ITT: post code poetry

No.46501610 View ViewReplyOriginalReport
Black Perl

BEFOREHAND: close door, each window & exit; wait until time.
open spellbook, study, read (scan, select, tell us);
write it, print the hex while each watches,
reverse its length, write again;
kill spiders, pop them, chop, split, kill them.
unlink arms, shift, wait & listen (listening, wait),
sort the flock (then, warn the "goats" & kill the "sheep");
kill them, dump qualms, shift moralities,
values aside, each one;
die sheep! die to reverse the system
you accept (reject, respect);
next step,
kill the next sacrifice, each sacrifice,
wait, redo ritual until "all the spirits are pleased";
do it ("as they say").
do it(*everyone***must***participate***in***forbidden**s*e*x*).
return last victim; package body;
exit crypt (time, times & "half a time") & close it,
select (quickly) & warn your next victim;
AFTERWARDS: tell nobody.
wait, wait until time;
wait until next year, next decade;
sleep, sleep, die yourself,
die at last
# Larry Wall

What OS does /g/ use?

No.47551835 View ViewReplyOriginalReport
What os do you use?
46 posts and 5 images omitted