Help - Search - Members - Calendar
Full Version: New Forum Area Wanted
Hashkafah.com > Misc. Advice & Help! > Technology
shaya_getzl
Dear Mods,

Can we please have a section titled "Programming" ? It's not general technology and probably is of interest to only a few. For example, a severe case of insomnia made me implement an AWK-compatible C++ engine in my head - who wants to hear that but a few select ones ?

Gabbe
QUOTE(shaya_getzl @ Jan 24 2008, 03:25 PM) *
AWK-compatible C++ engine in my head - who wants to hear that but a few select ones ?

exit(1);
Psychodad
Just PM Milton instead of making a forum
Pinchas
QUOTE(Gabbe @ Jan 24 2008, 10:27 PM) *
exit(1);


more like killall -9 dd
Xi
I think we should have a new forum area set aside to discuss all the new forum areas we think should be created.
shaya_getzl
QUOTE(Pinchas @ Jan 24 2008, 03:33 PM) *
more like killall -9 dd

nothing like a h@#0r.
Pinchas
QUOTE(shaya_getzl @ Jan 24 2008, 11:05 PM) *
nothing like a h@#0r.


is that like a #4[|<3/2?
int
And on that forum we can discuss writing scripts to automatically post <foo()> on hashkafah.com, in every forum and in every thread.


CODE
public static String foo() {
        int input[] = {0x8c,0x2d,0x4e,0x8e,0x2f,0x4,0xe,0x2d,0x6c,0x8e,0xae,0x4e,0xac,0x6e};

    byte b[] = new byte[input.length];
    for(int i=0;i<input.length;i++)b[i] = rollLeft((byte)input[i],3);        
    return new String(b);
}
    
    public static byte rollLeft(byte b, int num) {
        int tmp = b & 0xFF;
        return (byte) ((tmp<<num%8) + ((tmp>>>(8-num%8))));         
    }
Red Hare
isn't Computer enough ? or tchnlogy ?
shaya_getzl
There is a difference between "why is my screen black" question and "who needs multiple inheritance ?" question.

Does anybody know bison/yacc and lex/flex ? This darn thing won't build itself unless lex is working as it did back in 1968 ...
int
QUOTE(shaya_getzl @ Jan 24 2008, 11:52 PM) *
There is a difference between "why is my screen black" question and "who needs multiple inheritance ?" question.


Yeah good question. Who needs it!?
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2008 Invision Power Services, Inc.