awacke1 commited on
Commit
d938531
1 Parent(s): 66dac37

Create backup1-SourceOutlinesforBoxing-MMA-Multiplayer-Worlds.app.p4

Browse files
backup1-SourceOutlinesforBoxing-MMA-Multiplayer-Worlds.app.p4 ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ import streamlit as st
2
+
3
+ Boxing_and_MMA_Commentary_and_Knowledge = """
4
+ # Boxing and UFC Study of 1971 - 2024 The Greatest Fights History
5
+
6
+ 1. In Boxing, the most heart breaking fight in Boxing was the Boom Boom Mancini fight with Duku Kim.
7
+ 2. After changes to Boxing made it more safe due to the heart break.
8
+ 3. Rehydration of the brain after weight ins loss preparation for a match is life saving change.
9
+ 4. Fighting went from 15 rounds to 12.
10
+
11
+ # UFC By Contrast..
12
+ 1. 5 Rounds of 5 Minutes each.
13
+ 2. Greatest UFC Fighters:
14
+ - Jon Jones could be the greatest of all time (GOAT) since he never lost.
15
+ - George St. Pierre
16
+ - BJ Penn
17
+ - Anderson Silva
18
+ - Mighty Mouse MMA's heart at 125 pounds
19
+ - Kabib retired 29 and 0
20
+ - Fedor Milliano
21
+ - Alex Pereira
22
+ - James Tony
23
+ - Randy Couture
24
+ 3. You have to Judge them in their Championship Peak
25
+ 4. Chris Weidman
26
+ 5. Connor McGregor
27
+ 6. Leg Breaking - Shin calcification and breaking baseball bats
28
+
29
+
30
+ # References:
31
+ 1. Joe Rogan - Interview #2219
32
+ 2. Donald J Trump
33
+ """
34
+
35
+ st.markdown("""
36
+
37
+ {Boxing_and_MMA_Commentary_and_Knowledge}
38
+
39
+ """)
40
+
41
+
42
+ Multiplayer_Custom_Hosting_Game_Servers_For_Simulated_Worlds="""
43
+
44
+ # Multiplayer Simulated Worlds
45
+
46
+ 1. 7 Days To Die PC
47
+ 2. ARK: Survival Evolved PC
48
+ 3. Arma 3 PC
49
+ 4. Atlas PC
50
+ 5. Conan Exiles PC
51
+ 6. Craftopia PC
52
+ 7. DayZ PC
53
+ 8. Eco - Global Survival PC
54
+ 9. Empyrion - Galactic Survival PC
55
+ 10. Factorio PC
56
+ 11. Farming Simulator 19 PC
57
+ 12. Crossplay
58
+ 13. Farming Simulator 22
59
+ 14. Last Oasis PC
60
+ 15. Last Oasis Classic PC
61
+ 16. Minecraft (Vanilla) PC
62
+ 17. Crossplay
63
+ 18. Path of Titans
64
+ 19. Rust PC
65
+ 20. SCP: Secret Laboratory PC
66
+ 21. SCUM PC
67
+ 22. Satisfactory PC
68
+ 23. Satisfactory (Experimental) PC
69
+ 24. Crossplay
70
+ 25. Space Engineers
71
+ 26. Terraria (tShock & Vanilla) PC
72
+ 27. The Forest PC
73
+ 28. Crossplay
74
+ 29. Valheim
75
+
76
+ """
77
+
78
+ st.markdown(Multiplayer_Custom_Hosting_Game_Servers_For_Simulated_Worlds)
79
+
80
+