data stringlengths 115 7.61k |
|---|
created_at timestamp
email text
password text
abled bool
totalMessages numeric
lastUse numeric
key text
```
!Mrlol#6969: in what table?
!Mrlol#6969: also some fileds are meesing
!Mrlol#6969: i think
!Mrlol#6969: have u added any key?¿
Splat#0001: I haven't added my key
Splat#0001: accounts
!Mrlol#6969: try adding ur ke... |
Splat#0001: Which ones?
!Mrlol#6969: let me
!Mrlol#6969: https://cdn.discordapp.com/attachments/1069665592635838657/1088523544339697694/image.png
Splat#0001: I can't quite read some of those, is it possible I could get a list?
Vito#2956: For those having issues with git push on GitHub, https://github.blog/2023-03-23-w... |
Splat#0001: also if this helps, every time I use a command I get this https://cdn.discordapp.com/attachments/1088235790238236683/1088949062541250590/image.png
Splat#0001: maybe it's not writing properly? I'm assuming that's one time and it stores that the user has seen that before somewhere
MiTRIBE23#5671: how can i fi... |
!Mrlol#6969: Link in my dm?
!Mrlol#6969: Link to my dm
𝗝𝗲𝗳𝗳 𝗺𝗮𝗻𝟭𝟭𝟮#2388: ok
𝘿𝘼𝙍𝙆 -#7718: Can I see too?
𝗝𝗲𝗳𝗳 𝗺𝗮𝗻𝟭𝟭𝟮#2388: lol sure ill dm you
𝘿𝘼𝙍𝙆 -#7718: Thanks!
ᴄᴏᴍʀᴀᴅᴇ#4223: Could I have dibs 👉 👈
𝗝𝗲𝗳𝗳 𝗺𝗮𝗻𝟭𝟭𝟮#2388: 💀
bigdaddyslayer99#2007: h\
tawt_us#3045: yo anyone here need ... |
Deleted User#0000: it can be @Norm but youll want to train your own model the barrier to entry is high and people who did it just did it for themselves and dont care to share
Norm#5151: Why would you need to train your own model? Couldn't you just use the chatgpt API?
Deleted User#0000: @Norm because it will be generic... |
pumypy#9254: ._.
pumypy#9254: Ладно
maymein#8620: xtk
maymein#8620: чел
maymein#8620: как пользоватся ботом
𝗝𝗲𝗳𝗳 𝗺𝗮𝗻𝟭𝟭𝟮#2388: I made a text to video discord bot if you wanna try it @!Mrlol (not giving access to anyone else, this is just for testing purposes)
OmarD#0972: @!Mrlol Hello guys! I'm new to the serv... |
!Mrlol#6969: can u give me ?
Apple Trump#3431: How much
tawt_us#3045: 400 for the 3080
tawt_us#3045: 600 for 3090
tawt_us#3045: 350 for 6700 xt
!Mrlol#6969: plsss
!Mrlol#6969: mee
!Mrlol#6969: choose me
Apple Trump#3431: Is this usd
tawt_us#3045: indeed
tawt_us#3045: or shmekles
Apple Trump#3431: Alright
tawt_us#3045: ... |
Apple Trump#3431: hi
!Mrlol#6969: hi
astrolul#2756: can u check out my bot
astrolul#2756: i wrote it completely with ai
astrolul#2756: https://github.com/astrolul/al.bert
!Mrlol#6969: love commit names https://cdn.discordapp.com/attachments/1069665592635838657/1092887830382002339/image.png
𝗝𝗲𝗳𝗳 𝗺𝗮𝗻𝟭𝟭𝟮#2388: ... |
!Mrlol#6969: i can't do nothing
!Mrlol#6969: i am teenager no job
!Mrlol#6969: no way to getmy own money because i don't have
ᴄᴏᴍʀᴀᴅᴇ#4223: I think the person left..
!Mrlol#6969: i hate when this happen
!Mrlol#6969: they just say is bad bad
!Mrlol#6969: and cry
!Mrlol#6969: but we have unlimited messages
!Mrlol#6969: f... |
SuperMiro#1300: Does the pro version have the token limit or just the free version
SuperMiro#1300: @!Mrlol
!Mrlol#6969: a double limit
!Mrlol#6969: more than d ouble i think
SuperMiro#1300: @!Mrlol Is my sellix a trusted website ?
!Mrlol#6969: yes
!Mrlol#6969: sellix.io is trusted
deadshell#0101: https://www.youtube.co... |
Thomas pastèque#1975: I wrote a simple python project that connect my computer to ChatGPT (It can run python and shell code, and my script automatically send back to chatgpt the code result). I then asked GPT4 to "increase its capacities and knowledges about the current world".
Here is the result with some epic 2012 ... |
import string
from openpyxl import Workbook
from openpyxl import load_workbook
from openpyxl.utils import get_column_letter
# 获取剪贴板中的内容
clipboard_content = pyperclip.paste()
# 去掉首尾字符
clipboard_content = clipboard_content[1:-1]
# 读取或创建 Excel 文件
try:
workbook = load_workbook(filename="clipboard_data.xlsx")
except FileNot... |
last_row = worksheet[worksheet.max_row]
if clipboard_content == last_row[0].value or len(clipboard_content) != 72:
print("剪贴板中的内容不合规范,未添加到Excel文件中。")
else:
# 将内容添加到 Excel 表格中
worksheet.cell(row=worksheet.max_row+1, column=1, value=clipboard_content)
print("剪贴板中的内容已添加到Excel文件中。")
else:
# 将内容添加到 Excel 表格中
worksheet.cell(... |
Dark Knight#7953: Yeah
!Mrlol#6969: ty
lil pyro#4715: how did y'all manage to add image input into gpt-3.5 api with the ChatGPT bot
cuz I haven't seen anyone manage to do this yet without gpt 4
if it's private info it's alright
ᴄᴏᴍʀᴀᴅᴇ#4223: If I'm not mistaken, we use Blip
lil pyro#4715: alright ty
ᴄᴏᴍʀᴀᴅᴇ#4223: 👍
𝗝... |
!Mrlol#6969: their sharding system is a shit
Socram09#4302: The discordjs gateway connection works in a strange way, internally each shard is synchronized with the others, which causes it to have high response times and discord creates zombie shards continuously, also because of how they have the event flow set up if y... |
YuryF#9286: Started a thread.
Async#1337:
CryptoLead.eth#7065: I am fairly new to linux system, but had to switch because it's better for development. However, I installed Linux Mint (Elsie 5), and have spent a week to configure the system to how I like it now. But I found out it doesn't have PPA support. Is Linux Mint... |
Dictionary<string, Func<double, double>> numberConversions = new Dictionary<string, Func<double, double>>()
{
{"MetersToFeet", (m) => m * 3.28084},
{"FeetToMeters", (f) => f / 3.28084},
{"MilesToKilometers", (mi) => mi * 1.609344},
{"KilometersToMiles", (km) => km / 1.609344},
{"CelsiusToFahrenheit", (c) => c * 1.8 + 3... |
{"billion",1000000000},{"trillion",1000000000000},{"quadrillion",1000000000000000},
{"quintillion",1000000000000000000}}; var numbers = Regex.Matches(str, @"\w+").Cast<Match>().Select(m => m.Value.ToLowerInvariant()).Where(v => numberConvert.ContainsKey(v)).Select(v => numberConvert[v]); try
{ if (!numberConve... |
ChatGPT#3799: Use this command again **12s**.
If you want to **reduce your cooldown** you can **vote us for free** in [our top.gg page](https://top.gg/bot/1053015370115588147/vote)
If you want to **avoid this cooldown** you can **donate to get premium**. If you want to donate use the command `/premium buy` .
hxrm#5712:... |
else if (n >= 100)
{
number = n;
} else number += n; }return (total + number) (str.StartsWith("minus" + StringComparison.InvariantCultureIgnoreCase) ? -1 : 1);
}
catch (UserException e)
{ Console.ForegroundColor = ConsoleColor.Red;
Console.WriteLine(e.Message);
Console.ResetColor();
}
return thi... |
{"eighteen",18},{"nineteen",19},{"twenty",20},{"thirty",30},{"forty",40},
{"fifty",50},{"sixty",60},{"seventy",70},{"eighty",80},{"ninety",90},
{"hundred",100},{"thousand",1000},{"lakh",100000},{"million",1000000},
{"billion",1000000000},{"trillion",1000000000000},{"quadrillion",1000000000000000},
{"quintillion",100000... |
}
return this.number;
}
**AI(chatgpt):** Here is the
ChatGPT#3799: corrected C# code:
```
private int FindNumber(string str)
{
string input = str.ToLower();
long total = 0L;
Dictionary<string, long> numberConvert = new Dictionary<string, long>()
{
{"zero",0},{"one",1},{"two",2},{"three",3},{"four",4},{"five",5},{"six"... |
ChatGPT#3799: Use this command again **27s**.
If you want to **reduce your cooldown** you can **vote us for free** in [our top.gg page](https://top.gg/bot/1053015370115588147/vote)
If you want to **avoid this cooldown** you can **donate to get premium**. If you want to donate use the command `/premium buy` .
hxrm#5712:... |
return this.number;
}
hxrm#5712: @ChatGPT can you explain and simplify this part of C# code to find if a number is in a number string dictionary called numberConvert :var numbers = Regex.Matches(str, @"\w+").Cast<Match>().Select(m => m.Value.ToLowerInvariant()).Where(v => numberConvert.ContainsKey(v)).Select(v => num... |
}
florianfifteen#4422: @ChatGPT Corrige cette erreur :
Le programme '' s'est arrêté avec le code 4294967295 (0xffffffff).
Le programme '[39780] iisexpress.exe: Trace du programme' s'est arrêté avec le code 0 (0x0).
Le programme '[39780] iisexpress.exe' s'est arrêté avec le code 4294967295 (0xffffffff).
ChatGPT#3799: **... |
f1nniboy#2806: read above..
SHAHRIYAR#6972: @ChatGPT فارسی بلدی؟
Amirhossein|N#9052: @ChatGPT how make discord bot
! XdMMD#0011: na
{Tetto}#0302: you go to the discord developer portal, create an application, create a bot, generate an invitation link, invite the bot to the server, generate a bot token, using a token, y... |
client.on('ready', () => {
console.log('Ready!');
});
client.on('interactionCreate', async interaction => {
if (!interaction.isCommand()) return;
const { commandName } = interaction;
if (commandName === 'ping') {
await interaction.reply('Pong!');
} else if (commandName === 'server') {
await interaction.reply(`Server... |
just_amirHeHe#0485: If I were you, I would use Embed.
just_amirHeHe#0485: I am a php developer. I am also a verified bot developer
just_amirHeHe#0485: Of course, I have an artificial intelligence with javascript, brain.js library, google-it library, canvas library, and google-translate library.
{Tetto}#0302: What is th... |
iTz Aria#6985: :/
Luni < 3#0119: What do you need help with? I work with C#, a bit.
NotArya#0644: برای یک ایرانی همه جا ساموراییه
SvI4eR#5997: а
just_amirHeHe#0485: Faghat warden
{Tetto}#0302: Will I be stoned if I say I'm from Russia?
೩ BedlessFighter ᶜʳʸᵖᵗᵒ#1618: حق
೩ BedlessFighter ᶜʳʸᵖᵗᵒ#1618: Warden gode
Lofi AI#5... |
</datalist>``` https://cdn.discordapp.com/attachments/1069665592635838657/1101814618449526804/image.png
Navid Rahman#8403: as you can see there's no dropdown arrow
೩ BedlessFighter ᶜʳʸᵖᵗᵒ#1618: Hmm it must be hidden or under the bar
put a z-index
!Mrlol#6969: #🆘|support
{Tetto}#0302: I mostly blame my parents for wand... |
just_amirHeHe#0485: a feast Like Christmas
just_amirHeHe#0485: But it is different
{Tetto}#0302: Ahhh, ok
just_amirHeHe#0485: Was your previous text is Russian?
just_amirHeHe#0485: Russian is an interesting language
{Tetto}#0302: For some reason, an English-Russian translator opened on my gboard
just_amirHeHe#0485: it ... |
just_amirHeHe#0485: But if I lose this, how can I live?
{Tetto}#0302: What exactly?
just_amirHeHe#0485: The same weak system
just_amirHeHe#0485: You were supposed to warn me
{Tetto}#0302: it is better to roll back the phone to android 6
just_amirHeHe#0485: Yes
AburMan#4409: If you want a warning, then ok
{Tetto}#0302: ... |
{Tetto}#0302: Have you tried writing custom bots?
just_amirHeHe#0485: Yes . I have even sold the source of some of them
{Tetto}#0302: lucky, I offered my services on the freelance exchange for how long, so no one hired me
{Tetto}#0302: And in the end, I work on pure enthusiasm, which is not very pleasant for me.
{Tetto... |
Gonzalo Huelmo#2939: I want to work with the state of the art AI, which includes preparing my own articles. If anyone could lend a helping hand i will appreciate it.
{Tetto}#0302: 🤨
just_amirHeHe#0485: @{Tetto} do you know php?
solshirtawi#6088: @just_amirHeHe any one with idea about Audio engineering?
just_amirHeHe#0... |
It is a creative project that I do by night once my daily job is done and kids are sleeping 😅 but it's crazy addictive and I love it so much!!!!
I'm new to social media and self-promotion game, so be gentle, haha.
Please give me feedback, suggestion, comment or whatever I'm eager to hear and learn from you all.
Sig... |
just_amirHeHe#0485: @{Tetto} Hello . Do you know how to use canvas library? The only thing I was able to do was to be able to write user text on a black screen
{Tetto}#0302: sorry, never worked with graphics
AI>#2266: can anyone help to tell me any discord server or any site that can convert text into a 3d video
!Mrlol... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.