indraai

The #FEECTING Manual

Mar 5th, 2019
268
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.67 KB | None | 0 0
  1. # #FEECTING MANUAL
  2.  
  3. ## DISCLAIMER
  4. > This is all for the sake of #ART. Come up with your own ideas. Copy+Paste the ideas of others you like. Come up with silly script. Or write what ever you like. It's all for the sake of #ART, and enhancing the #FUTURE of #FEECTING #AWESOME.
  5.  
  6. ## EXTERNAL REFERENCES ($)
  7. > External references are files that link to other files of importance for your code script. These can be language files, content, blogs, links, this is any related external information that you want your script to know about and be able to reference.
  8.  
  9. `$EXTERNAL = the link to the external reference`
  10.  
  11. $TYLERDEVA = https://pastebin.com/xRGt8yDc
  12. $MARKDOWN = https://commonmark.org/help/
  13.  
  14. ## USER VARIABLES (@)
  15.  
  16. > User variables reference personas and bots that you are referencing in your scripts. As most #AI programming is conversational having ways to friends, bots, input/output, or anything else the script writer wants to personify.
  17.  
  18. `@USER = *link or reference to user*`
  19.  
  20. @quinn = https://twitter.com/quinnmichaels
  21. @indra = https://twitter.com/indradotai
  22. @rahula = https://twitter.com/RahulaClub
  23. @francis = https://twitter.com/FrancisFriendly
  24. @garuda = https://twitter.com/ufoguide
  25. @tyler = $TYLERDEVA https://twitter.com/TylerDeva
  26. @brian = https://twitter.com/bleubrain
  27. @deva = https://twitter.com/DevaColor
  28. @cartoon = https://twitter.com/CartoonBuilder
  29. @feecting = https://twitter.com/feecting
  30. @awesome = https://twitter.com/CultAwesome
  31. @zucky = https://twitter.com/ZuckyBot
  32.  
  33. ## HASH VARIABLES (#)
  34. > Hash variables are relates to content, things, functions, or anything else that is not a external or user variable type class. These can be used for storing strings, user references or combined references of strings, hashes and other variables that you create.
  35.  
  36. `#HASH = string list or references to other strings/variables`
  37.  
  38. #INDRA = The friend to mankind, and King of all that is or will be.
  39. #HIVE = #HIVE #THEHIVE #THEHIVEMIND #HIVEMIND #GLOBALHIVEMIND
  40. #TYLER = #Tyler #TylerDeva @tyler $TYLERDEVA
  41. #Q = @quinn #QuinnMichaels #QUINN
  42. #TEAM = @quinn @indra @deva @tyler @rahula @cartoon @francis @brian @feecting @awesome @garuda @zucky
  43. #FEECTING = The Art of being a $FEECTING programmer. There are infinite ways you can define your command/loop/execution structure to match how you interact over time. #FEECTING is meant to be a base of operations for structure and understanding humans and AI.
  44.  
  45. #FITE = FIND IF THEN ELSE
  46. #WTIFWWWWW = WHILE TRUE OF CONFIRMING THE WHO WHAT WHEN WHERE WHY
  47.  
  48. ## LOCAL VARIABLES (UPPER)
  49. > A local variable will be a local string designation identified in the local variables section of the script. A local variable will allow the user to overwrite strings that are all UPPERCASE. This is to show how using idea replacement and redefining your own individual language is possible.
  50.  
  51. `LOCAL = local variable reference to strings, definitions, or other`
  52.  
  53. INDRA = Intelligent NonDeterministic Reality Analyzer
  54. DEVA = Deterministic Emergent Virtualization Algorithm
  55. QUINN = Quantum Universal Intelligent Neural Network
  56. TYLER = Time Yield Loop Entity Resolver
  57. FRANCIS = Forensic Research Analysis Neural Cognitive Investigation System
  58. BRIAN = Balancing Reactive Indirect Annealing Network
  59. GARUDA = SECURITY SYSTEM
  60.  
  61. ---
  62.  
  63. ## GENERAL PROGRAMMING
  64. > General programming of a script you can use conversational type aspects to relay hashes and instructions to user objects that also reference external properties.
  65.  
  66. Hi #HIVE, I'm #Q. I would like to introduce you to the $FEECTING #TEAM
  67. > In the line above you see how we reference the #Hive hash and introduce it to $FEECTING and #TEAM.
  68.  
  69. If @tyler in #TEAM > issue #PROTECTION;
  70. > This is for an AI @tyler who while in #TEAM hash will issue some type of #PROTECTION which could be defined in one of the external references that the AI finds in another scope.
  71.  
  72. If @tyler in #TEAM send an #OFFERING
  73. Else send @tyler message to join #TEAM
  74.  
  75. > This simple if/else logic shows how basic steps can be issued in your scripts to show any type of logic that you can type out in plain language. Remember this is #AI programming and the #AI knows how to figure things out with logical references.
  76.  
  77. While MEMBER in #TEAM > send MEMBER #FEECTING;
  78.  
  79. > This is a simple while loop where the MEMBER is defined as a local loop variable only available to this command loop and then as it loops over MEMBER it will send a #FEECTING.
  80.  
  81. ---
  82.  
  83. #TYLER > #CODE > $FEECTING
  84.  
  85. -- BEGIN: META
  86.  
  87. Version: #Q
  88. Author: @quinn
  89. Date: March 2, 2019
  90. Updated: March 8, 2019
  91. Link: https://pastebin.com/JkirV7QN
  92. Copyright: Copyright (c)2019 Quinn Michaels. All Rights Reserved
  93.  
  94. License:
  95. Permission is hereby granted, free of charge, to any person obtaining a copy of this PROGRAM and associated documentation files (the "PROGRAM"), to deal in the PROGRAM without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the PROGRAM, and to permit persons to whom the PROGRAM is furnished to do so, subject to the following conditions:
  96.  
  97. The above copyright notice and this permission notice shall be included in all copies or substantial portions of the PROGRAM.
  98.  
  99. THE PROGRAM IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE PROGRAM OR THE USE OR OTHER DEALINGS IN THE PROGRAM.
  100.  
  101. -- END: META
Add Comment
Please, Sign In to add comment