good site for sample data

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • fris
    Too lazy to set a custom title
    • Aug 2002
    • 55679

    #1

    good site for sample data

    if anyone needs sample data, i came across this site, they give you up to 50,000 records for free in csv,txt,sql formats, good for testing purposes.

    With 27 languages and 22 countries, the Fake Name Generator is the most advanced name generator on the internet. Generate names, addresses, social security numbers, credit card numbers, occupations, UPS tracking numbers, and more absolutely free.
    http://www.fakenamegenerator.com/order.php
    Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.
  • woj
    <&(©¿©)&>
    • Jul 2002
    • 47882

    #2
    what good is that for?
    Custom Software Development, email: woj#at#wojfun#.#com to discuss details or skype: wojl2000 or gchat: wojfun or telegram: wojl2000
    Affiliate program tools: Hosted Galleries Manager Banner Manager Video Manager
    Wordpress Affiliate Plugin Pic/Movie of the Day Fansign Generator Zip Manager

    Comment

    • Juicy D. Links
      So Fucking Banned
      • Apr 2001
      • 122992

      #3
      Originally posted by woj
      what good is that for?
      alot of stuff actually I came up with one idea for its use but it took me a few min...

      Comment

      • papill0n
        Unregistered Abuser
        • Oct 2007
        • 15547

        #4
        excellent fris, cheers

        Comment

        • fris
          Too lazy to set a custom title
          • Aug 2002
          • 55679

          #5
          Originally posted by woj
          what good is that for?
          mainly for development, filling sample data in to populate it with ease.
          Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.

          Comment

          • B.Barnato
            So Fucking Banned
            • Nov 2010
            • 3618

            #6
            this is how dating site profiles are born?

            nice site, thanks for sharing

            Comment

            • topsiteking
              ICQ: 470687453
              • Dec 2007
              • 3571

              #7
              Thanks for the heads up.
              ICQ: 470687453
              EMAIL: [email protected]

              Comment

              • Fenris Wolf
                Confirmed User
                • Nov 2005
                • 1059

                #8
                Bookmarked. Thank you.
                Email: fenris_wolf3000 (a t ) yah00 . c 0 m

                Comment

                • fris
                  Too lazy to set a custom title
                  • Aug 2002
                  • 55679

                  #9
                  also if you are looking for a decent csv class to parse csv files, i came across this one the other day, you can specify how many records to parse, etc. so you dont have to load the whole 15meg+ file.

                  http://code.google.com/p/parsecsv-for-php/

                  Code:
                  $csv = new parseCSV();
                  $csv->auto('data.csv');
                  $csv->limit = 3;
                  print_r($csv->data);
                  Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.

                  Comment

                  • Barry-xlovecam
                    It's 42
                    • Jun 2010
                    • 18083

                    #10
                    Originally posted by B.Barnato
                    this is how dating site profiles are born?

                    nice site, thanks for sharing
                    you funny

                    Comment

                    • Babaganoosh
                      ♥♥♥ Likes Hugs ♥♥♥
                      • Nov 2001
                      • 15841

                      #11
                      Nice, going to bookmark that. I've been using http://www.generatedata.com
                      I like pie.

                      Comment

                      • fris
                        Too lazy to set a custom title
                        • Aug 2002
                        • 55679

                        #12
                        Originally posted by Babaganoosh
                        Nice, going to bookmark that. I've been using http://www.generatedata.com
                        you can custom order 1million records if you really need them, for most projects i juse use a couple thousand so the site is populated for user demos.
                        Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.

                        Comment

                        Working...