Let me start this out by saying that I know nothing about programming.
I am a Futaba (www.2chan.net) user, and over there we have a wonderful set of Firefox extensions known as Akafuku and Aima Aima ni (http://www.unmht.org/futaba/). These do far more than the 4chan Firefox Extension, and include such features as one-click image saving, thread archiving, pop-up windows that display the target of >>(postnumber), or even >(quote) on mouseover, extensive spam filters, etc. etc.
Having a program like this for 4chan would be fucking awesome. I know 4chan is based off of Futaba, but how hard would it be to reverse engineer this to work with 4chan?
Name:
Anonymous2009-06-07 11:11
Windows ``just works''
You need to work on your trolling >>48-san
Let me start this out by saying that I know nothing about programming.
I am a SICP (http://mitpress.mit.edu/sicp/full-text/book/book.html) user, and over there we have a wonderful set of procedures known as EVAL and APPLY. These do far more than the numeric procedures, and include such features as metacircular interpretation, proper tail recursion, debugging messages that display the call trace of >>(procedurename), or even >(macro) on debugging mode, extensive bayesian spam filters, etc. etc.
Having a program like this for bbcode would be fucking awesome. I know bbcode is based off of LISP, but how hard would it be to reverse engineer this to work with bbcode?
Thread archiving, batch saving and searching has already been covered well enough by DownThemAll and Ctrl-F. There is simply no reason to write another tool that does the same stuff.
Name:
Anonymous2009-06-07 23:06
Hopefully in b4 hax my anus, *grabs dick*, Ginger, Sussman, Culver, Xarn, Taro, Oyashiro-sama, NULL NULL NULL, and dead dogs.
And that's why one should never bother to discuss anything intelligent on 4chan. Ever.
Name:
Anonymous2009-06-08 20:17
>>62
PROTIP: Disabling SSID broadcast doesn't buy you anything. It just disables the advertising frames. Other frames are still transmitted with your SSID in it, and they are trivial to pick up using something like AirSnort or NetStumbler (what is it with wifi security tools and CamelCase?).
How can I have a Firefox ``script-let'' automatically fill out a file select element?
Doing it normally throws an exception, is there some extra code you can add to get permission from the user (I think I used something like that for XMLHttpRequest once)?
Example of what I want:
Click button -> Comment field is filled with "Japanese bird cooking spaghetti," file select field is filled with "penne rigate.jpg."
Set signed.applets.codebase_principal_support to true. javascript:(function(){netscape.security.PrivilegeManager.enablePrivilege('UniversalFileRead');document.getElementsByName('com')[0].value="Japanese%20bird%20cooking%20spaghetti";document.getElementsByName('upfile')[0].value="/dev/null/Japanese%20bird%20cooking%20spaghetti.jpg";})();
And the result: Error: Duplicate file entry detected.
Maybe I'll give in and make an extension instead...
Name:
Anonymous2009-06-09 13:20
>>68
That's only because Japanese bird cooking spaghetti.jpg is already on the server.
Name:
Anonymous2009-06-09 13:43
>>69
That's because the image that happened to be called Japanese bird cooking spaghetti.jpg is already on the server. (Changing the name will not fix the problem.)
Name:
Anonymous2009-06-09 13:56
Rule 34 on japanese bird cooking spaghetti
Name:
Anonymous2009-06-09 14:19
>>71
Get the fuck out of /prog/ and go back to /b/. Thanks.
Forth is a structured, imperative, stack-based, computer programming language and programming environment. Forth is sometimes spelled in all capital letters following the customary usage during its earlier years, although the name is not an acronym.
A procedural, stack-oriented and reflective programming language without type checking, Forth features both interactive execution of commands (making it suitable as a shell for systems that lack a more formal operating system) and the ability to compile sequences of commands for later execution. Some Forth implementations (usually early versions or those written to be extremely portable) compile threaded code, but many implementations today generate optimized machine code like other language compilers.
Although not as popular as other programming systems, Forth has enough support to keep several language vendors and contractors in business. Forth is currently used in boot loaders such as Open Firmware, space applications,[1] and other embedded systems. An implementation of Forth by the GNU Project is actively maintained, the last release in November 2008. The 1994 standard is currently undergoing revision, provisionally titled Forth 200x.