Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Not programming but desperate for answer

Not programming but desperate for answer

Scheduled Pinned Locked Moved The Lounge
helpquestion
21 Posts 13 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Anders Molin

    Everything on this site get voted down. Sometimes because it's a crappy post, and sometimes just because of the people that write it. IMHO the voting system makes more damage then good, and it should be removed... Or... Maybe Chris should make it a bit intelligent, so when someone always vote a 1 for the same people, then the system should ignore their votes. - Anders Money talks, but all mine ever says is "Goodbye!" ShotKeeper, my Photo Album / Organizer Application [^]

    My Photos[^]

    R Offline
    R Offline
    RChin
    wrote on last edited by
    #12

    Right, I'm voting you down! :) Anders Molin wrote: IMHO the voting system makes more damage then good Agree Anders Molin wrote: and it should be removed Kinda agree. Modified possibly, but not entirely removed.


    I Dream of Absolute Zero

    1 Reply Last reply
    0
    • A Anders Molin

      Everything on this site get voted down. Sometimes because it's a crappy post, and sometimes just because of the people that write it. IMHO the voting system makes more damage then good, and it should be removed... Or... Maybe Chris should make it a bit intelligent, so when someone always vote a 1 for the same people, then the system should ignore their votes. - Anders Money talks, but all mine ever says is "Goodbye!" ShotKeeper, my Photo Album / Organizer Application [^]

      My Photos[^]

      D Offline
      D Offline
      Daniel Turini
      wrote on last edited by
      #13

      Anders Molin wrote: Everything on this site get voted down. Sometimes because it's a crappy post, and sometimes just because of the people that write it. The problem is that we, as programmers, are used to thinking in binary: we either vote 1 or 5. I never saw people voting 2, 3 or 4... :~ Yes, even I am blogging now!

      1 Reply Last reply
      0
      • K KyleCM

        Help, anyone...I need to know the syntax to search for all files that start with any 10 characters and have a DLL extension. I know the *.dll but what do I put for the 10 characters????????? Thanks in advance

        M Offline
        M Offline
        Marc Clifton
        wrote on last edited by
        #14

        KyleCM wrote: I know the *.dll but what do I put for the 10 characters????????? It's ironic that you answered your own question without realizing it! Marc Microsoft MVP, Visual C# MyXaml MyXaml Blog

        1 Reply Last reply
        0
        • D David Wulff

          On a similar thread, does anyone know how to search for certain characters on Google? How would I search for a file name for example: "file.ext" without it mathcing both the name and extension seperately?


          David Wulff The Royal Woofle Museum

          Putting the laughter back into slaughter

          M Offline
          M Offline
          Marc Clifton
          wrote on last edited by
          #15

          David Wulff wrote: How would I search for a file name for example: "file.ext" without it mathcing both the name and extension seperately Erm... put it in quotes, like you did. I did a google search yesterday that finally yielded an answer I was desperately looking for. I typed in something like this: "foo bar" "fiz bin blah" Note the use of two phrases in separate quotes. Found the answer on the first returned link, and resulted in a very different return than enclosing the entire string in quotes. Google is great! Marc Microsoft MVP, Visual C# MyXaml MyXaml Blog

          1 Reply Last reply
          0
          • A Anders Molin

            Everything on this site get voted down. Sometimes because it's a crappy post, and sometimes just because of the people that write it. IMHO the voting system makes more damage then good, and it should be removed... Or... Maybe Chris should make it a bit intelligent, so when someone always vote a 1 for the same people, then the system should ignore their votes. - Anders Money talks, but all mine ever says is "Goodbye!" ShotKeeper, my Photo Album / Organizer Application [^]

            My Photos[^]

            A Offline
            A Offline
            Alvaro Mendez
            wrote on last edited by
            #16

            What sucks is that there's not way to know who voted you down (or up). If the list of those who voted and how they each voted were made public, most people would think twice before down-voting someone. Regards, Alvaro


            Give a man a fish, he owes you one fish. Teach a man to fish, you give up your monopoly on fisheries.

            A G 2 Replies Last reply
            0
            • A Alvaro Mendez

              What sucks is that there's not way to know who voted you down (or up). If the list of those who voted and how they each voted were made public, most people would think twice before down-voting someone. Regards, Alvaro


              Give a man a fish, he owes you one fish. Teach a man to fish, you give up your monopoly on fisheries.

              A Offline
              A Offline
              Anders Molin
              wrote on last edited by
              #17

              Now there is a great idea :) - Anders Money talks, but all mine ever says is "Goodbye!" ShotKeeper, my Photo Album / Organizer Application [^]

              My Photos[^]

              1 Reply Last reply
              0
              • A Alvaro Mendez

                What sucks is that there's not way to know who voted you down (or up). If the list of those who voted and how they each voted were made public, most people would think twice before down-voting someone. Regards, Alvaro


                Give a man a fish, he owes you one fish. Teach a man to fish, you give up your monopoly on fisheries.

                G Offline
                G Offline
                Gary Wheeler
                wrote on last edited by
                #18

                That implies a data base record for each vote in addition to each post. I have a feeling Chris M. would find that a bit much.


                Software Zen: delete this;

                A 1 Reply Last reply
                0
                • D DrMaltz

                  I'm assuming you're using the Search Assistant (little dog), but when you type in your file name to search for.. just type the following: ??????????.dll The ? serves as a place holder similar to the "_" that's used in a SQL like statement. I hope this helps. :) DrMaltz "The Code King"

                  S Offline
                  S Offline
                  Steve Mayfield
                  wrote on last edited by
                  #19

                  The command prompt command "dir ???.dll" will list all dll files with one, two or three characters before the '.' - so ten '?' would match any .dll files with 1 to 10 character file names. At least that is what happens in XP. Steve

                  1 Reply Last reply
                  0
                  • G Gary Wheeler

                    That implies a data base record for each vote in addition to each post. I have a feeling Chris M. would find that a bit much.


                    Software Zen: delete this;

                    A Offline
                    A Offline
                    Alvaro Mendez
                    wrote on last edited by
                    #20

                    The thing is, in order to calculate the total, Chris takes into account each voter's ranking (Gold, Platinum, etc.). So I imagine he has to keep track of each vote (and voter) individually to tally the total -- unless he found a much more clever way to do it. Regards, Alvaro


                    Give a man a fish, he owes you one fish. Teach a man to fish, you give up your monopoly on fisheries.

                    G 1 Reply Last reply
                    0
                    • A Alvaro Mendez

                      The thing is, in order to calculate the total, Chris takes into account each voter's ranking (Gold, Platinum, etc.). So I imagine he has to keep track of each vote (and voter) individually to tally the total -- unless he found a much more clever way to do it. Regards, Alvaro


                      Give a man a fish, he owes you one fish. Teach a man to fish, you give up your monopoly on fisheries.

                      G Offline
                      G Offline
                      Gary Wheeler
                      wrote on last edited by
                      #21

                      Alvaro Mendez wrote: he found a much more clever way to do it Actually, I believe he has. I remember a post from him about this subject a while back. He tracks the sum of (rankingi * votei), plus the number of votes.


                      Software Zen: delete this;

                      1 Reply Last reply
                      0
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      • Login

                      • Don't have an account? Register

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Categories
                      • Recent
                      • Tags
                      • Popular
                      • World
                      • Users
                      • Groups