Results 1 to 3 of 3

Thread: intellectual property

  1. #1
    Join Date
    Jan 2007
    Location
    Davenport, Iowa
    Posts
    2,385
    Thanks
    100
    Thanked 113 Times in 111 Posts

    Default intellectual property

    I was wondering if it is ok to list some of the things that I have learned from this site on my site, mostly as a tutorial for myself, for example what Perl stands for and a modified version of a line I got from twey:
    Code:
    $text=preg_replace(array('/[^\d,-]/','/[^\d]*(-)[^\d]*/','/^\D/','/\D$/'),'$1',$text);
    that I have learned a lot from. Actually the above is similar to the one from this post, but a little bit different.

    I just don't want to be stealing the info.

  2. #2
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    Of course, the information was given to you and is publicly accessible anyway, both on this forum and, I'm sure, on other sites around the Web. They're not state secrets
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  3. #3
    Join Date
    Jan 2007
    Location
    Davenport, Iowa
    Posts
    2,385
    Thanks
    100
    Thanked 113 Times in 111 Posts

    Default

    hehe, thanks

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •