@# 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 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51



Comments:

<0> nice
<0> maybe you should consider writing you own malloc implementation
<0> if it is really that fast, I know a guy who could be very interested in it
<1> wrong channel, but anybody familiar with running two separate win2000 servers: one for terminal services and the other for a domain/active directory controller?
<1> I'm trying to get folder redirection to work for terminal services users' my documents folders, but it's not doing anything ;)
<2> lenny__, malloc() is designed to allocate abritrary sized blocks.....im just using it to allocate blocks of a known size, like a sub-heap for fixed size objects, thats all
<0> what is an "active directory"?
<2> size i know the size, im able to "buffer" the calls to malloc()
<2> s/size/since
<0> that's why I'm suggeting you to (maybe) start your own implementation from scratch intead of trying to figure out how to implement that monster called malloc
<2> i havent implemented malloc(), i just coded on top of it
<0> and I'm sure that if you sear "alternative malloc implemetation" or something on google
<3> sha1sum: ##windows ^^
<4> headmonkey: Are you using c++?
<2> lenny__, there are alot of papers on efficient heaps...its a standard area of research....ive even seen them on heaps implemented in hardware
<0> coding on top on malloc is what I'm trying to discourage you to do



<2> lenny__, my app remains portable that way....i can always get another malloc() implementation thats better than glibc's and the results would still be the same, faster allocation
<2> bronze, no... C
<4> ah, ok
<0> not really, I'm not sure because I don't follow that argument closely
<0> but alternative mallocs achieve portability allocating a large block with malloc
<0> and then handling the internal subdivision themselves
<0> or using other GCC specific tricks
<2> lenny__, a heap will always ( at least for the time being ) be slower than a list, im just splitting the heap into lists
<2> its just a generic way of preallocating stuff
<0> maybe have a look at glig docs
<0> glib*
<5> lenny__: handling the internal subdivision themselves as I was trying to insinuate is usually a bad idea, except in rare cases, and one knows better.
<6> symbolic links.. can they be relitive ie is "ln -s ~/myconfigfile.conf
<7> yes
<6> speedevil talking to me?
<7> yes
<6> WOO
<6> :D
<7> netsurf3: yes
<5> netsurf3: as a rule, they should be relative.
<6> thankes
<5> netsurf3: however, as a rule, don't use symlinks unless you really need to use them.
<6> i normaly use them to prevent the pointless copying of files
<0> yes I heard bad things about symlinks too
<6> whats wrong with them?
<0> I heard that they use drugs, frequent bad companies
<8> hello
<6> heheh
<8> who can help me with an command protocol
<8> any scripter arround ?
<0> what command protocol
<7> We don't help people with ICBM launch protocls around here.
<8> i want to know
<7> At least, not after last time.
<8> the ctcp protoco
<8> l
<9> omfg i wish this torrent would finish so i could install ubuntu
<0> lol
<0> -}MatriX{- VERSION mIRC v6.17 Khaled Mardam-Bey
<0> I just hax0red you with CTCP
<8> k`
<8> but i want to know
<8> if i tell to my bot
<8> !ctcp nick text
<8> to work
<10> AfterDeath, you here there anywhere?
<8> capish ?
<11> This sounds like a job for RTFMman.
<11> Capish?
<10> }MatriX{, you into bot setup?
<8> yep
<8> if ( $ff[0]
<8> ...
<10> what bot is it?
<8> is bot
<8> but i want to know the command
<8> this is an scripter job..
<10> did you download it someplace or are you doing one yourself?
<8> myself
<10> cool
<10> what lang?



<8> php
<12> I logged in remotely on my linux box, how do I write to other users on my box?
<8> Mc_Fly
<8> write username
<13> Man, i have a feeling my freenode ##linux experience is going to far exceed my efnet ##linux experience
<5> Mc_Fly: write what?
<8> press enter
<12> Blis***: just a text string
<13> i mean, good
<13> lol
<8> and then enter your text
<5> Mc_Fly: if letters, you can use a word processor like 'abiword' or OOo, and post them to their address.
<12> }MatriX{: ok, Ill try
<12> }MatriX{: how do I nd then?
<8> have u got private ? :))
<12> }MatriX{: ohh sorry, How do I END then?
<8> enter
<8> write username
<8> enter
<8> text
<8> enter
<14> ctrl+C or ctrl+D
<14> (ctrl+D to send, ctrl+C to cancel)
<6> http://sial.org/pbot/17754
<6> can someone help me out please
<15> any program that would spot not working repos and remove them from sources.list?
<15> or ask me first of course
<3> netsurf3: around here (file:line #) look for a missing ; /home/user/Desktop/Linux_7780/mcs7780.c:81:
<3> Hoxzer: base application? apt or yum?
<15> apt ;)
<15> Where I come from isn't all the great
<15> my automobile is piece of crap
<16> why are only 4 partitions allowed per HD?
<15> I forgot words damn :..
<16> or is it just qparted that says that?
<6> gufymike: this is what is on line 81
<6> MODULE_PARM(turboMode,"i");
<17> Shaezsche: 4 primary partitions, yes
<3> netsurf3: look at line 80
<6> ah
<11> Shaezsche: make some logical partition in an extended partyion if you need more.
<16> lovecraft i did
<6> gufymike: this is line 80 "int turboMode=0;"
<3> Hoxzer: iirc there is a mirror list directive you can set to multiple mirrors it can cycle through.
<18> 3 primary, make the fourth one an extended partition
<16> reiserfs v. ext3?
<18> the extended partition is the one that gets the logical partitions nested inside of it
<3> oki, netsurf then find out what MOFDULE_PARAM wants p***ed to it and what is being p***ed to it.
<15> gufymike: iirc means?
<16> i cannot decide between reiserfs and ext3
<3> Hoxzer: if I remember correctly
<18> ext3
<3> MODULE_PARAM *
<15> :D but what does iirc mean
<9> so i used to somewhat whip my head so my hair would get out of my face when it was longer, about 3 days ago. its short now and i still do it
<18> more stable than reiserfs from what i've heard
<9> iwhat an odd habit
<18> too hot now for long hair, ppj1010, lol
<16> yea, but doesnt it sacrifice performnce?
<9> yeah
<9> but i still whip my head
<3> Hoxzer: I$Bf I R$Bemember $BC$Borrectly
<9> i probably look like i have down syndrome
<3> Hoxzer: I$Bf I R$Bemember Correctly
<9> or a tick
<18> ext3 sacrifices nothing from what i know, Shaezsche
<3> Hoxzer: If I R$Bemember Correctly (dorry for the spam)
<15> :D
<15> ok
<6> gufymike: is a 3line paste ok?
<6> i cant program
<6> i am finding this a little confusing
<16> lol


Name:

Comments:

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






Return to #linux
or
Go to some related logs:

bochsrc: directive 'vga' not understood
#lgp
gentoo wxgtk frontend without unicode
#debian
pyrex pickle __reduce__
#lisp
#perl
webserver configiration
sarge /proc/meminfo can't see ram
fedora ruby2 gnome



Home  |  disclaimer  |  contact  |  submit quotes