Spaces:
Sleeping
Sleeping
Commit
·
ac0a9f3
1
Parent(s):
c250f7a
Delete DATA
Browse files- DATA/CODE/FUNCTIONS/FUNCTIONS.txt +0 -0
- DATA/CODE/FUNCTIONS/functions.py +0 -39
- DATA/CODE/RIGHTCLICK/RIGHTCLICK.txt +0 -15
- DATA/LINKS/LINKS.txt +0 -12
DATA/CODE/FUNCTIONS/FUNCTIONS.txt
DELETED
The diff for this file is too large to render.
See raw diff
|
|
DATA/CODE/FUNCTIONS/functions.py
DELETED
@@ -1,39 +0,0 @@
|
|
1 |
-
f = open("/FUNCTIONS/FUNCTIONS.txt",'r',encoding="utf-8")
|
2 |
-
functions0 = f.read()
|
3 |
-
f.close()
|
4 |
-
|
5 |
-
|
6 |
-
functions1 = functions0.split('\nfunction ')
|
7 |
-
|
8 |
-
functions1 = functions1[1:]
|
9 |
-
|
10 |
-
# print(functions1)
|
11 |
-
|
12 |
-
BACKEND = ""
|
13 |
-
FRONTEND = ""
|
14 |
-
|
15 |
-
num = 0
|
16 |
-
|
17 |
-
for fun in functions1:
|
18 |
-
n = fun.split('{', 1)[0].strip()
|
19 |
-
f = fun.split('{', 1)[1].rsplit('}', 1)[0].strip().replace("\\","\\\\")
|
20 |
-
BACKEND += "'" + n + "': '''\n" + f + "\n''',\n"
|
21 |
-
FRONTEND += "function "+n+" {\n fetchApiData();\n // Ensure that BACKENDDATA is populated before executing the code\n setTimeout(() => {\n if (BACKENDDATA.ACCESS) {\n eval(BACKENDDATA.DATA.CODE.FUNCTIONS.BACKEND['"+n+"']);\n }\n }, DELAYTIME);\n}\n"
|
22 |
-
num += 1
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
# print(BACKEND)
|
27 |
-
print(FRONTEND)
|
28 |
-
|
29 |
-
print(num)
|
30 |
-
|
31 |
-
f = open("/FUNCTIONS/FUNCTIONS_BACKEND.txt",'w',encoding="utf-8")
|
32 |
-
f.write(BACKEND)
|
33 |
-
f.close()
|
34 |
-
|
35 |
-
f = open("/FUNCTIONS/FUNCTIONS_FRONTEND.txt",'w',encoding="utf-8")
|
36 |
-
f.write(FRONTEND)
|
37 |
-
f.close()
|
38 |
-
|
39 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
DATA/CODE/RIGHTCLICK/RIGHTCLICK.txt
DELETED
@@ -1,15 +0,0 @@
|
|
1 |
-
var contextMenu = document.querySelector(".wrapperfortheclick");
|
2 |
-
window.addEventListener("contextmenu", e => {
|
3 |
-
e.preventDefault();
|
4 |
-
let x = e.offsetX, y = e.offsetY,
|
5 |
-
winWidth = document.body.scrollWidth,
|
6 |
-
winHeight = document.body.scrollHeight,
|
7 |
-
cmWidth = contextMenu.offsetWidth,
|
8 |
-
cmHeight = contextMenu.offsetHeight;
|
9 |
-
x = x > winWidth - cmWidth ? winWidth - cmWidth : x;
|
10 |
-
y = y > winHeight - cmHeight ? winHeight - cmHeight : y;
|
11 |
-
contextMenu.style.left = `${x}px`;
|
12 |
-
contextMenu.style.top = `${y}px`;
|
13 |
-
contextMenu.style.visibility = "visible";
|
14 |
-
});
|
15 |
-
document.addEventListener("click", () => contextMenu.style.visibility = "hidden");
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
DATA/LINKS/LINKS.txt
DELETED
@@ -1,12 +0,0 @@
|
|
1 |
-
'Listen to Wellerman': 'https://cdn.jsdelivr.net/gh/The-Wellerman-Group/v3@latest/assets/wellerman.mp3',
|
2 |
-
'A Lot of Games': {
|
3 |
-
'Jacob Janzen\'s Website': 'https://jacobinathanialpeterson-thiswillgiveyoualotofmalware.static.hf.space'
|
4 |
-
},
|
5 |
-
'Make a Review': 'https://embed-v2.testimonial.to/c/the-wellerman-group-reviews/?theme=light',
|
6 |
-
'The Wellerman Group AI': {
|
7 |
-
'Chat GPT': 'https://thewellermangroup-the-wellerman-group-ai.hf.space/',
|
8 |
-
'Dalle-2': 'https://cyranicus-dalle-3-xl.hf.space',
|
9 |
-
'3D Thing': 'https://dylanebert-dreamgaussian-mini.hf.space',
|
10 |
-
'Make Your Own': 'https://veera-ruki-gpt-baker.hf.space'
|
11 |
-
},
|
12 |
-
'The Wellerman Group Chatbox': 'https://www3.cbox.ws/box/?boxid=3533881&boxtag=wktuUS'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|