" found code "


Closed Thread
Results 1 to 3 of 3

Thread: " found code "

  1. #1
    Join Date
    Aug 2006
    Location
    Look, behind you.
    Posts
    2,818

    Default " found code "

    I often see this " I Found this code . . . "
    Great, very glad you did, Also very glad to see it, I might learn something from it.<br>
    If you do this, it would be very good Karma, Ethics, or just plain decent to post the link of the Original Poster, for :
    1. To give proper recognition to it's author
    2. Give all of us, context as to how the code was originally used.
    3. Internet spiders are all over this forum, it will help that web page's presence, on Google etc . . . Win Win for everyone.
    4. Might keep somebody out of a lawsuit, somewhere down the line.
    Just my opinion.
    Thanks
    Last edited by Archangel; - 16th June 2009 at 19:40.
    If you do not believe in MAGIC, Consider how currency has value simply by printing it, and is then traded for real assets.
    .
    Gold is the money of kings, silver is the money of gentlemen, barter is the money of peasants - but debt is the money of slaves
    .
    There simply is no "Happy Spam" If you do it you will disappear from this forum.

  2. #2
    Join Date
    Apr 2003
    Location
    Cambridge - UK
    Posts
    1,033


    Did you find this post helpful? Yes | No

    Default

    Very good point , Joe.

    And if users popst their code example on sites.picbasic.net in their own user site. The code will be available in an easy to acess format. A post on the forum and link through to the user site will keep google indexing the forum and the user site

    An example being Darrels user site....

    Home page

    Code Examples with downloads


    A Code Example without downloadable file


    File repository

    Rss Feeds


    A good example of the user site system that can be linked to from the forum and code examples that will not be lost in the depth of the forum.

    And there is no restriction on links, darrel freely links to his own web site from within the user sites system.

    Users that do not ahve their own web space and require additional - more flexible space for theor projects can have access to a dedicated section of our server to upload their complete project, with no restrictions on web space.

    User web sites are the best solution for the distribution of code examples.

  3. #3
    Join Date
    Aug 2006
    Location
    Look, behind you.
    Posts
    2,818


    Did you find this post helpful? Yes | No

    Default

    Thank You Lester.
    This is how I practice what I preach, listed below is a snippet from some code " I Found " and it illustrates the Header, as I store it in my computer.
    Code:
    '****************************************************************
    '*  Name    : Christmas show.BAS                                *
    '*  Author  : [email protected]                              *
    '*  Notice  :                                                   *
    '*          : All Rights Reserved                               *
    '*  Date    : 12/14/2008                                        *
    '*  Version : 1.0                                               *
    '* www.picbasic.co.uk/forum/showthread.php?p=67803#post67803    *
    '*          : 18F4550                                           *
    '****************************************************************
    
    DEFINE OSC 20
    DEFINE HSER_RCSTA 90h      ' Enable serial receive
    DEFINE HSER_TXSTA 20h      ' Enable serial transmit
    DEFINE BRGH = 1
    SPBRG = 10
    Notice it contains the file name, the authors name and the link, and that helps in case I need to go back and follow up. I doubt posting just this way will help the spyders as much as doing the link the way Lester did, but it is better than nothing and it will help you in the future when you need to go back and check something.<br>
    Edit: I had to alter his author info a bit, as it seems his user ID is an E mail address, and I think he probably gets enough webbot spam already.
    Last edited by Archangel; - 17th June 2009 at 18:54.
    If you do not believe in MAGIC, Consider how currency has value simply by printing it, and is then traded for real assets.
    .
    Gold is the money of kings, silver is the money of gentlemen, barter is the money of peasants - but debt is the money of slaves
    .
    There simply is no "Happy Spam" If you do it you will disappear from this forum.

Similar Threads

  1. Instant Interrupts - Revisited
    By Darrel Taylor in forum Code Examples
    Replies: 772
    Last Post: - 17th February 2016, 22:14
  2. I2C Master/Slave 16F88/16F767 working code
    By DanPBP in forum Code Examples
    Replies: 2
    Last Post: - 23rd October 2012, 22:31
  3. Making Program Code Space your playground...
    By Melanie in forum Code Examples
    Replies: 15
    Last Post: - 19th July 2008, 08:26
  4. 4 Chanel Dmx512 ready assembly code to PBP ?
    By syscoder in forum mel PIC BASIC Pro
    Replies: 10
    Last Post: - 21st March 2007, 23:55
  5. Port control code Yelp!!
    By andyf in forum mel PIC BASIC Pro
    Replies: 4
    Last Post: - 8th May 2005, 22:36

Members who have read this thread : 1

You do not have permission to view the list of names.

Posting Permissions

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