Thread: Bugs (and strange things...)

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Carnivore ('-'v) Hunter2's Avatar
    Join Date
    May 2002
    Posts
    2,879
    Didn't we have a whole thread about "Those sexist VBulletin pigs!"?
    Just Google It. √

    (\ /)
    ( . .)
    c(")(") This is bunny. Copy and paste bunny into your signature to help him gain world domination.

  2. #2
    Mayor of Awesometown Govtcheez's Avatar
    Join Date
    Aug 2001
    Location
    MI
    Posts
    8,823
    It's possible, I suppose. I'm pretty sure webby sets the rep levels (although I don't know for sure - I've never seen that at another site)

  3. #3
    & the hat of GPL slaying Thantos's Avatar
    Join Date
    Sep 2001
    Posts
    5,681
    Switch to opera

  4. #4
    Crazy Fool Perspective's Avatar
    Join Date
    Jan 2003
    Location
    Canada
    Posts
    2,640
    Quote Originally Posted by Thantos
    Switch to opera
    booooo!

    i actually just figured it out. Its the Addblock plug-in. Addblock is great because it blocks imbedded adds in a page. If i disable it everything works

  5. #5
    erstwhile
    Join Date
    Jan 2002
    Posts
    2,227
    Quote Originally Posted by Perspective
    Its the Addblock plug-in. Addblock is great because it blocks imbedded adds in a page. If i disable it everything works
    userContent.css does that and doesn't affect other stuff.
    CProgramming FAQ
    Caution: this person may be a carrier of the misinformation virus.

  6. #6
    Code Goddess Prelude's Avatar
    Join Date
    Sep 2001
    Posts
    9,897
    Bumpity bump. I'm still interested in changing my avatar, but the problem described previously persists.
    My best code is written with the delete key.

  7. #7
    Magically delicious LuckY's Avatar
    Join Date
    Oct 2001
    Posts
    856
    If you have a subscript bracketed i within a code block then have an italic somewhere afterward, that occurrence in the code block becomes the start of italics.

    Proof of concept (foot should have an i within brackets beside it):
    Code:
    for (int i = 0; i < foo; ++i)
      cout << foot[i] << endl;
    Now I want to have a single italicized word, but everything after my subscript is already italicized.

  8. #8
    Mayor of Awesometown Govtcheez's Avatar
    Join Date
    Aug 2001
    Location
    MI
    Posts
    8,823
    Um... my title is supposed to say "Forums forumer". I didn't know "forum" was a censored word

  9. #9
    Software Developer jverkoey's Avatar
    Join Date
    Feb 2003
    Location
    New York
    Posts
    1,905
    Quote Originally Posted by Govtcheez
    Um... my title is supposed to say "Forums forumer". I didn't know "forum" was a censored word
    Yah..that's really weird, it's doing that on and off too. It was Forums Janitor......and now things are going really crazy......

  10. #10
    Administrator webmaster's Avatar
    Join Date
    Aug 2001
    Posts
    1,012
    This has been fixed.

  11. #11
    Mayor of Awesometown Govtcheez's Avatar
    Join Date
    Aug 2001
    Location
    MI
    Posts
    8,823
    Thanks

  12. #12
    Registered User axon's Avatar
    Join Date
    Feb 2003
    Posts
    2,572
    the new mergesort totorial offers only the sample implementation code - but no tutorial....its link, leads to the same page: http://www.cprogramming.com/tutorial...ory/merge.html

    some entropy with that sink? entropysink.com

    there are two cardinal sins from which all others spring: Impatience and Laziness. - franz kafka

  13. #13
    Administrator webmaster's Avatar
    Join Date
    Aug 2001
    Posts
    1,012
    Thanks Axon, that's because I linked to the wrong thing. The filename should be mergesort.html. It should be fixed.

  14. #14
    Registered User axon's Avatar
    Join Date
    Feb 2003
    Posts
    2,572
    one more thing; in the tutorial the original list is "1 5 7 6", but then it seems that the "5" is lost, and a "9" replaces it in all the subsequent steps...untill the last list, which is "1 5 7 9"
    Last edited by axon; 02-01-2005 at 06:17 PM.

    some entropy with that sink? entropysink.com

    there are two cardinal sins from which all others spring: Impatience and Laziness. - franz kafka

  15. #15
    Administrator webmaster's Avatar
    Join Date
    Aug 2001
    Posts
    1,012
    I guess you could call it magic sort. Thanks, should be be fixed.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Strange side effects?
    By _Elixia_ in forum C Programming
    Replies: 4
    Last Post: 08-16-2005, 03:25 PM
  2. Strange file problem.
    By tilex in forum C++ Programming
    Replies: 1
    Last Post: 12-29-2004, 12:32 AM
  3. strange linked list problem
    By maes in forum Windows Programming
    Replies: 0
    Last Post: 09-06-2003, 09:28 AM