UCYT5040
@UCYT5040
Hey there! I am UCYT5040 and I do lots of coding and stuff. Feel free to ask me to collaborate with you.
0
<script></script>alert('hi')
1
3
0
coverimg
INML can make Python Flask web apps easy.
Fork the repl here, and edit index.html to get started, or read the docs.
Python
This is a Machine Learning project I made that has AI guess what word is next.
Feel free to use any code, but remember the data is updated regularly,
Python
1
AI knows what word comes next!Input single words and see if the AI knows what comes next!
To train, leave a comment with a single sentence, just say "_train" at the end. I'll train the AI with it.
13
0
1
My nix isn't working.
replit.nix
{ pkgs }: {
deps = [
pkgs.php
pkgs.cowsay
];
}
shell
require php >=7.3 -> your php version (7.2.24)
Highwayman if the base nix image already has its own php command, then bash is just finding their command first, because it's presented earlier in the $PATH environment variable. The cows not being present is probably just because Replit has an older and no longer up-to-date cache. You can fix that by just executing kill 1 in the terminal in order to force a reboot and force a reload of the nix store.1 year ago
When will Replit upgrade to PHP 7.3 (or can I upgrade it myself)
What I'm running needs 7.3, and replit runs 7.2. Thanks!
DillonB07 I believe you can use Nix to specify the version of a language you want to run.
For more info, go check out the docs: https://docs.replit.com/repls/nix1 year ago
1
Flask API TemplateTemplate for a Python web/rest API.
69
0
1
https://make-a-card.ucyt5040.repl.co/view/
Umm so yeah it doesnt work.
Please help
Edit it works fine on replit but on a new tab it looks like this:
HTML, CSS, JS
Error
[SolverProblemError]
Because no versions of replit match >3.0.0,=1.1.2,=3.0.0,=1.1.2,<2.0.0).
So, because repl-python3-beta-battl depends on bot
ch1ck3n https://replit.com/talk/learn/Hosting-discordpy-bots-with-replit/11008
the top comment of this post might help?2 years ago
0
Custom 404 PageWarning: Domain changes in the near future!
Custom 404 pages for you HTML repls. Add a 404.html file and use run.ucyt.dev/user/repl/page or 404.ucyt.dev/user/repl/page.
83
4
0
UCYT5040 Custom 404 pages for you HTML repls. Add a 404.html file and use run.ucyt.dev/user/repl/page or 404.ucyt.dev/user/repl/page. **I am adding custom short links (run.ucyt.dev/ur-link). Comment if you want one.**2 years ago
Recently I saw this post which asked about Windows Forms in C#. @SixBeeps answers this question as follows.
> Nope. Repl.it runs on Linux.
However, p
NotMrMan It probably is possible, but I'd recommend having Visual Studio (ex. 2017) so that you can actually edit the files. You will probably have to compile the form, then install wine, so that it will run.
if you can't use VS2017, you can invite me and i'll design it for you!
(just note that you can't update the file after it is out of Visual Studio, so you'd have to redesign it again.)2 years ago
SixBeeps I've yet to see anyone run Wine on Replit, but it might just work if you're crazy enough.2 years ago
Start using PHP webserver instead of HTML,CSS,JS. Try it out. There is not Replit 404 page and you can see all requests in console.
PHP Web Server
This is a simple chat program made in PHP.
To Use:
Enter your username
Enter your message
Press Submit!
I am also looking for developers and moderator
I'm trying to use repl auth in PHP to get the users name and ID. How can I do this?
PHP Web Server
Everytime i use custom domains with replit i get this error from my browser:
This page isn’t working
domain.name redirected you too many times.
Try cl
delicacysound I got this! To fix the issue 'ERRTOOMANY_REDIRECTS' (if you post it on CloudFlare), you need to do:
Go to DSL/TLS
In 'Your SSL/TLS encryption mode is full' you need to turn on the Full level
And then, you can turn on SSL/TSL Recommendations (but it's optional), it 'shall work ;)1 year ago
How should I access the replit data base with PHP? I'm not sure how the curl commands work or even how to get a env.
Coder100 1. .env
ez
2. do http requests
still kinda ez
'value1');
$options = array(
'http' => array(
'header' => "Content-type: application/x-www-form-urlencoded\r\n",
'method' => 'POST',
'content' => httpbuildquery($data)
)
);
$context = streamcontextcreate($options);
$result = filegetcontents($repldburl, false, $context);
if ($result === FALSE) { /* Handle error */ }
var_dump($result);
?>
`2 years ago
So I was just thinking a realized this:
Replit is pronounced rep lit
We call projects repls
I used to pronounce replit like repl it, but now that I l
Baconman321 If you read the blog post (https://blog.replit.com/dotcom) you will find out that it is actually based off of the "read-eval-print loop". They officially got "replit" after Amasad said (in frustration might I add... I think) to one of their friends using the replit prototype, "just repl it!". Repls are probably named after the read-eval-print loop or use a read-eval-print loop.2 years ago
I am using a template from the KaboomJS docs, however none of the sprites are loading. How can I fix this?kaboom
Coder100 you DON'T import them.
This is the kaboom language so that's handled for you on run.2 years ago
So I noticed replit has a new coding language called Kaboom.
I cant find a documention anywhere however.
Can anyone find one?