@# Quotes DB     useful, funny, interesting





Google
 
Web www.quotesdb.info
Undernet  |  EFnet  |  Quakenet  |  Freenode  |  Dalnet  |  Ircnet  |  Galaxynet
Page: 1 2 3 4 5 6 7 8 9 10 11



Comments:

<0> and it refuses to p*** a lot of these tests
<0> like mandelbrot.b
<1> let me see if i can get it to compile on vc++ express
<0> I'm sure it will compile
<0> this is 4 interpreters in a row I've written for brain**** that have all failed
<1> ah, much better, syntax highlighting
<1> wrong font though
<1> haven't dusted off vc++ in a while
<2> poutine what is brain**** aim ?
<0> dataloss, turing complete language in 7 instructions
<0> it goes 1:1 to C and ASM instructions, it's quite easy to write something that makes brain**** into ***embly or C, but I'm finding it's difficult to interpret without that
<2> those in Case ?
<2> poutine good luck.
<0> err
<0> that 50000
<0> should be 1024



<0> ****
<2> lol
<0> that was to get past it crashing
<2> yeah I did notice !
<2> if ((slots = malloc(sizeof(char) * (50000))) == NULL)
<1> .\bf4.c(219) : warning C4033: 'parse_brain****_file' must return a value
<1> c:\jl\projects\penis\bf4.c(220) : warning C4715: 'parse_brain****_file' : not all control paths return a value
<2> oops
<2> :-)
<0> jedzilla, refresh
<3> sizeof(char) * n == n
<0> I know pizza_milkshake
<3> well, i suppose there could be whacked-out archs with char > 1
<0> that was because I might switch it over to unsigned int
<0> later on
<0> and verbosity never hurt anyone sizeof(char) is evaluated as 1 at compile time
<4> did you guys know about the backtick operator?
<1> yes
<3> @~
<3> ~~
<5> Failed to find definition for ~
<3> ~`
<5> Listing of some of the ` functions:
<5> hw_Array2Objrec, hw_changeobject, hw_Children, hw_ChildrenObj, hw_Close, hw_Connect, hw_connection_info, hw_cp, hw_Deleteobject, hw_DocByAnchor, hw_DocByAnchorObj, hw_Document_Attributes, hw_Document_BodyTag, hw_Document_Content, hw_Document_SetContent, hw_Document_Size, hw_dummy, hw_EditText, hw_Error, hw_ErrorMsg
<5> http://www.php.net/`
<3> ...
<4> i had no idea
<4> pretty cool
<0> it works on some simple tests
<1> give me one it chokes on
<0> like if you put ",----------[----------------------.,----------]"
<0> it runs fine
<0> makes every lowecase letter you input uppercase
<0> the simplest one I found that it chokes on is this
<0> ,>++++++[<-------->-],[<+>-],<.>.
<2> I really can't see the benefit of that !
<0> it works if you put "44"
<0> it will return 8
<0> 54 will return 9
<1> i'm in an infinite loop
<0> but it doesn't operate to spec as what wikipedia says it should
<2> 213 ? will return 6
<0> hmm
<1> oh, i need to input
<0> I guess that works
<1> dur
<1> 54 returned 1
<2> 23h2 ? would return ?
<2> lol
<0> rsdb@mudportal1$ ./bf4 add.b
<0> 54
<0> 9
<0> rsdb@mudportal1$
<1> C:\JL\Projects\Penis\Debug>bf4 test.bf
<1> 54
<1> 1
<1> rofl
<1> uh oh!
<1> something sinister in there lurks
<0> This is what you used right: ,>++++++[<-------->-],[<+>-],<.>.
<1> alright, let me configure debug



<1> yep
<1> C:\JL\Projects\Penis\Debug>bf4 test.bf
<1> 81
<1> 1
<1>
<1> C:\JL\Projects\Penis\Debug>bf4 test.bf
<1> 78
<1> 7
<2> lol
<2> project's name is PEnis ?
<2> lol
<1> i'm gonna set a breakpoint on your switch and see what it does each char
<2> VC++ ****s !
<1> dataloss: what an unfounded statement
<2> yeah
<1> f:\rtm\vctools\crt_bld\self_x86\crt\src\dosmap.c
<1> neat
<1> windows source code paths
<4> where are you guys hosted?
<6> aol.com
<0> my computer is running slow as balls today for some reason
<1> vc++'s default configuration is no-debug, even though the configuration is Debug, for some reason
<1> now that i've got that fixed
<0> weird jedzilla
<1> let's play "step through"
<0> I get the same result
<0> with vc++
<0> but not with mingw or cygwin, or on freebsd
<1> okay
<1> on the first switch
<1> on , executing getchar
<4> funny how exec() and system() are disabled on my server for security reasons, but backticks still work
<1> it executed the , poutine but code->slotptr didn't change
<0> slotptr shouldn't change
<0> it only changes on > <
<1> ah, okay, it's pointing at 1
<1> i put in "18"
<1> hmm....
<1> it's pointing at 1, then garbage
<0> doh!
<0> I didn't memset slots
<1> well, the 8 isn't there either
<1> getchar() seems to only be getting one
<1> 31 f0 ad ba 0d f0
<1> f0 ad ba is all garbage
<1> or is that unicode
<0> no
<0> I didn't memset it
<1> yeah, but '8' isn't there either
<0> hold up, changing
<0> jedzilla, it's not 8
<0> it's 48 + 8
<0> ascii is offset by 48
<1> i'm looking at the ascii too
<1> the 8 isn't getting saved
<1> getchar() gets exactly one character
<1> for some reason you can put in a billion
<0> oh yeah, that's a windows problem
<0> I think they fix it with something in conio.h
<1> "," is input until enter, right?
<0> input 1 char
<1> oh
<0> you could loop it like
<0> ,----------[----------------------.,----------]
<0> and that will loop until enter is hit
<1> i wonder if getc would fix this
<0> getch() ?
<0> getch() on windows would probably fix it
<0> but I'm not going to break ANSI C to get windows visual c++ working
<1> yeah it does
<0> which?
<1> getch
<0> I'm going to memset these slots properly and see if I can get any of those tests running


Name:

Comments:

Please enter the result of the sum 63 + 46 (to avoid spam):






Return to #php
or
Go to some related logs:

#allnitecafe
#php
#india
#kl
wazeefa
#allnitecafe
#vb
#kl
#india
warscript+kick+mirc



Home  |  disclaimer  |  contact  |  submit quotes