Poll: How many people have contributed?

Be advised that this is a public poll: other users can see the choice(s) you selected.

Page 3 of 3 FirstFirst 123
Results 51 to 68 of 68

Thread: AutoChat (In Dev)

  1. #51
    Join Date
    Feb 2013
    Posts
    89
    Mentioned
    1 Post(s)
    Quoted
    12 Post(s)

    Default

    Quote Originally Posted by cause View Post
    Ok I see. Once you have a delivery system made I can help with randomization.
    Okay sweet!!! thanks

  2. #52
    Join Date
    Feb 2013
    Posts
    89
    Mentioned
    1 Post(s)
    Quoted
    12 Post(s)

    Default

    As of now i am begging an alternative route to the way the script collects data and uses it to respond, thus a brain!

    more info will be released later on

  3. #53
    Join Date
    Feb 2013
    Posts
    89
    Mentioned
    1 Post(s)
    Quoted
    12 Post(s)

    Default

    Spring break has ended for me which means i will have to slow the project but i will still be communicating here maybe a few times a week

  4. #54
    Join Date
    Nov 2011
    Posts
    68
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    I have some problems loading the website :\. I love the idea of this! I will contribute when/if I can get on
    Code:
    The connection has timed out
            
              The server at 173.216.39.233 is taking too long to respond.

  5. #55
    Join Date
    Feb 2013
    Posts
    89
    Mentioned
    1 Post(s)
    Quoted
    12 Post(s)

    Default

    Quote Originally Posted by Toby1 View Post
    I have some problems loading the website :\. I love the idea of this! I will contribute when/if I can get on
    Code:
    The connection has timed out


    the site will be down here and there :/

  6. #56
    Join Date
    Feb 2006
    Location
    Canada
    Posts
    2,254
    Mentioned
    21 Post(s)
    Quoted
    238 Post(s)

    Default

    Quote Originally Posted by xxpoopyxx View Post
    the site will be down here and there :/
    You should take Justin up on his hosting offer.

  7. #57
    Join Date
    Sep 2010
    Posts
    5,762
    Mentioned
    136 Post(s)
    Quoted
    2739 Post(s)

    Default

    You should upload the script here -.-

  8. #58
    Join Date
    Feb 2012
    Location
    DON'T PM ME ASKING FOR STUFF
    Posts
    2,170
    Mentioned
    38 Post(s)
    Quoted
    423 Post(s)

    Default

    if (Scriptupload = True) then
    writeln('Not lying');
    else
    writeln('LIAR, BURN HIM BUUURRRN HIM');

    I'm pretty sure I worked on something like this a while ago, I can dig some of it out if u want?
    Last edited by xtrapsp; 03-27-2013 at 10:17 AM.

  9. #59
    Join Date
    Oct 2011
    Location
    Chicago
    Posts
    3,352
    Mentioned
    21 Post(s)
    Quoted
    437 Post(s)

    Default

    If you can get this big enough I wonder if Wizzup etc. would mind hosting it, cause if they host it chances are it will never go down and we could all view source etc. at all times keep it in constant development.




    Anti-Leech Movement Prevent Leeching Spread the word
    Insanity 60 Days (Killer workout)
    XoL Blog (Workouts/RS/Misc)

  10. #60
    Join Date
    Feb 2013
    Posts
    89
    Mentioned
    1 Post(s)
    Quoted
    12 Post(s)

    Default

    Quote Originally Posted by RJJ95 View Post
    You should upload the script here -.-
    The script and information is located on the first page of this thread

  11. #61
    Join Date
    Feb 2013
    Posts
    89
    Mentioned
    1 Post(s)
    Quoted
    12 Post(s)

    Default

    Quote Originally Posted by [XoL] View Post
    If you can get this big enough I wonder if Wizzup etc. would mind hosting it, cause if they host it chances are it will never go down and we could all view source etc. at all times keep it in constant development.
    i would ask but currently i am back in school so this project is slowing down. Also the way i am doing this now is not they best logical way its just matching questions that have a set answer(s) so before i host for a while i would like to make an alternative part to this script that is logical, literally a chat bot

    No worries this will not die it will just be very slow for a bit! on the weekends it will pick up

  12. #62
    Join Date
    Sep 2010
    Posts
    5,762
    Mentioned
    136 Post(s)
    Quoted
    2739 Post(s)

    Default

    Quote Originally Posted by xxpoopyxx View Post
    The script and information is located on the first page of this thread
    website has a lot of downtime -.-

  13. #63
    Join Date
    Feb 2013
    Posts
    89
    Mentioned
    1 Post(s)
    Quoted
    12 Post(s)

    Default

    Quote Originally Posted by RJJ95 View Post
    website has a lot of downtime -.-
    go look again it wont download because its offline! i just put a temp download on there

  14. #64
    Join Date
    Nov 2006
    Location
    Location, Location
    Posts
    1,126
    Mentioned
    6 Post(s)
    Quoted
    41 Post(s)

    Default

    http://www.cleverscript.com/CSL/CleverScriptManual.pdf
    http://www.cleverscript.com/

    Seems CleverBot has gone API mode! You would have to use it specifically in testing though as to publish it publicly and use it costs credits.

  15. #65
    Join Date
    Feb 2012
    Location
    Wonderland
    Posts
    1,988
    Mentioned
    41 Post(s)
    Quoted
    272 Post(s)

    Default

    Found a way to improve your script immensely via making a BinarySearch instead of InStrArrEx. Muuuuch faster. @xxpoopyxx;

    Edit:
    Also, not sure if this would be a bigger library for you, but http://dumps.wikimedia.org/enwiktionary/latest/ has some large files
    Last edited by Le Jingle; 04-04-2013 at 04:38 PM.

  16. #66
    Join Date
    Feb 2013
    Posts
    89
    Mentioned
    1 Post(s)
    Quoted
    12 Post(s)

    Default

    Quote Originally Posted by Kave View Post
    http://www.cleverscript.com/CSL/CleverScriptManual.pdf
    http://www.cleverscript.com/

    Seems CleverBot has gone API mode! You would have to use it specifically in testing though as to publish it publicly and use it costs credits.

    wow! alright!! sweet i will definitely take a look at that thanks!

  17. #67
    Join Date
    Feb 2013
    Posts
    89
    Mentioned
    1 Post(s)
    Quoted
    12 Post(s)

    Default

    Quote Originally Posted by Le Jingle View Post
    Found a way to improve your script immensely via making a BinarySearch instead of InStrArrEx. Muuuuch faster. @xxpoopyxx;

    Edit:
    Also, not sure if this would be a bigger library for you, but http://dumps.wikimedia.org/enwiktionary/latest/ has some large files
    Thanks! i will look into and i hope you dont mind but i will definitely ask you some questions about it and for some help!

  18. #68
    Join Date
    Feb 2013
    Posts
    89
    Mentioned
    1 Post(s)
    Quoted
    12 Post(s)

    Default

    Sorry for being slow to respond and work on the project i have been very busy lately! but no worries this weekend work will continue

Page 3 of 3 FirstFirst 123

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Posting Permissions

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