pedicab 0.1.5 → 0.1.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (41) hide show
  1. checksums.yaml +4 -4
  2. data/#README.md# +51 -0
  3. data/Gemfile.lock +49 -0
  4. data/books/Arnold_Bennett-How_to_Live_on_24_Hours_a_Day.txt +1247 -0
  5. data/books/Edward_L_Bernays-crystallizing_public_opinion.txt +4422 -0
  6. data/books/Emma_Goldman-Anarchism_and_Other_Essays.txt +7654 -0
  7. data/books/Office_of_Strategic_Services-Simple_Sabotage_Field_Manual.txt +1057 -0
  8. data/books/Sigmund_Freud-Group_Psychology_and_The_Analysis_of_The_Ego.txt +2360 -0
  9. data/books/Steve_Hassan-The_Bite_Model.txt +130 -0
  10. data/books/Steve_Hassan-The_Bite_Model.txt~ +132 -0
  11. data/books/Sun_Tzu-Art_of_War.txt +159 -0
  12. data/books/Sun_Tzu-Art_of_War.txt~ +166 -0
  13. data/books/US-Constitution.txt +502 -0
  14. data/books/US-Constitution.txt~ +502 -0
  15. data/books/cia-kubark.txt +4637 -0
  16. data/books/machiavelli-the_prince.txt +4599 -0
  17. data/books/sun_tzu-art_of_war.txt +1017 -0
  18. data/books/us_army-bayonette.txt +843 -0
  19. data/lib/pedicab/calc.rb~ +8 -0
  20. data/lib/pedicab/link.rb +38 -0
  21. data/lib/pedicab/link.rb~ +14 -0
  22. data/lib/pedicab/mark.rb +9 -0
  23. data/lib/pedicab/mark.rb~ +5 -0
  24. data/lib/pedicab/on.rb +6 -0
  25. data/lib/pedicab/on.rb~ +6 -0
  26. data/lib/pedicab/poke.rb +14 -0
  27. data/lib/pedicab/poke.rb~ +15 -0
  28. data/lib/pedicab/query.rb +92 -0
  29. data/lib/pedicab/query.rb~ +93 -0
  30. data/lib/pedicab/rank.rb +92 -0
  31. data/lib/pedicab/rank.rb~ +89 -0
  32. data/lib/pedicab/ride.rb +109 -0
  33. data/lib/pedicab/ride.rb~ +101 -0
  34. data/lib/pedicab/version.rb +1 -1
  35. data/pedicab-0.1.0.gem +0 -0
  36. data/pedicab-0.1.1.gem +0 -0
  37. data/pedicab-0.1.2.gem +0 -0
  38. data/pedicab-0.1.3.gem +0 -0
  39. data/pedicab-0.1.4.gem +0 -0
  40. data/pedicab-0.1.5.gem +0 -0
  41. metadata +39 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6dcc8956237d5d2399736410eae55ecbc43ecdcb2b8f383acab6b885053080c7
4
- data.tar.gz: bfb0d5817a809a82fc5be2d7c50d3a3512edf36e943392d4a18dfd0dbcca2bb9
3
+ metadata.gz: 4a03245e6ff3dcc42d4a672ae60e3728d6dd1ef1cf6a19e0a9a80a070ecaca1c
4
+ data.tar.gz: e38e75877ac41580bea974ce7aaad5cd1cee4d42d413d0af69b4f9ee86cbfe7a
5
5
  SHA512:
6
- metadata.gz: 05a38529cb5433c759aaec2a9147ab2f186439511f71ea9597553ed71bd3ed67ddc099cc0ca1faf69c93f4610f15f5c5212b828754ccecf9d9f1736298da0e80
7
- data.tar.gz: 9508f869206489c6940a8ad561a19447b6ddc230616865108b531c67633fb75e88abaf24710f638b6407eb0a39dbc9fa2976ea90d4532681ae94d9e5fbac6693
6
+ metadata.gz: e33115747e0f8537d054ed1f1b9ec8b1cf5b68de91597e25fec0376a60f13b97663fc4af205399790e113d9222358dee6446557c425037fdef0698aceba3a093
7
+ data.tar.gz: 9bc622038b6f121be0d67b5847e956d9201482e728e8748d18cf36d7069768b6847bc008c9390463f02f676663061549bd2c20fb7ec3a723a492610456ed5a35
data/#README.md# ADDED
@@ -0,0 +1,51 @@
1
+ # Pedicab
2
+ Install: bundle add pedicab
3
+ bundler managed?: gem install pedicab
4
+
5
+ ## Usage
6
+
7
+ What you going?
8
+ 0h!
9
+
10
+ the gem!?
11
+
12
+ okay.
13
+
14
+ "AI" has been around since before buddy holly. Not citiong sources, but generic gguf files are the newest and asap pending *. Short-fast-n-lould is their're a tech you should "understand"; no judgment.
15
+
16
+ 1. LLM's are a giant pattern response engines without souls.
17
+
18
+ 2. do the pre-req'. (curl a .gguf into /models/model.gguf)
19
+ 2.a. **Seriously!?**: Yes, that's it. no details. dealer's choice. figure it out.
20
+
21
+ 2. You cab fix that with:
22
+
23
+ a. your favorite author.
24
+ b. your corpo gibberish.
25
+ c. you'll figure it out.
26
+
27
+ Either way, use the `books/` to seed your distills. Do it, and enjoy the product o' their results.
28
+
29
+ usage:
30
+
31
+ ```
32
+ @me = Pedicab['me']
33
+
34
+ # to seed the model context.
35
+ my = @me << "What is the meaning of life>?"
36
+
37
+ # ... ( to expound... )
38
+ # @me["But what if I'm a piece o'poop?"]
39
+ # => try it, it works,
40
+
41
+ # question: could I give you more guildance?
42
+ # answert: yes.
43
+
44
+ # question: would it matter?
45
+ # answer: no. figure it out.
46
+
47
+ # summary:
48
+ #
49
+
50
+
51
+ ```
data/Gemfile.lock ADDED
@@ -0,0 +1,49 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ pedicab (0.1.4)
5
+ benchmark
6
+ eqn
7
+ httparty
8
+ json
9
+ nokogiri
10
+ open3
11
+ redcarpet
12
+
13
+ GEM
14
+ remote: https://rubygems.org/
15
+ specs:
16
+ benchmark (0.4.1)
17
+ bigdecimal (3.2.3)
18
+ csv (3.3.5)
19
+ eqn (1.6.5)
20
+ treetop (>= 1.2.0)
21
+ httparty (0.23.1)
22
+ csv
23
+ mini_mime (>= 1.0.0)
24
+ multi_xml (>= 0.5.2)
25
+ json (2.6.1)
26
+ mini_mime (1.1.5)
27
+ mini_portile2 (2.8.9)
28
+ multi_xml (0.7.1)
29
+ bigdecimal (~> 3.1)
30
+ nokogiri (1.18.10)
31
+ mini_portile2 (~> 2.8.2)
32
+ racc (~> 1.4)
33
+ open3 (0.1.1)
34
+ polyglot (0.3.5)
35
+ racc (1.6.0)
36
+ rake (13.0.6)
37
+ redcarpet (3.6.1)
38
+ treetop (1.6.14)
39
+ polyglot (~> 0.3)
40
+
41
+ PLATFORMS
42
+ x86_64-linux
43
+
44
+ DEPENDENCIES
45
+ pedicab!
46
+ rake (~> 13.0)
47
+
48
+ BUNDLED WITH
49
+ 2.3.15