Skip to content
Open navbar menu
Sign UpLog In
Profile icon

Dex

Hacker
@DexieTheSheep
-13- -14- -15- -16- 17 year old programmer who likes Sheep and Pigs. ||| Nothing's ever truly complete, it's just good enough to say it is.
  • A.I.M.

    Cover page
    Made with Node.js
    Recent comments (0)
  • Sheep Click

    Cover page
    Made with HTML, CSS, JS
    Recent comments (2)
    tylerAvery1
    tylerAvery1
    2 years ago

    It's not loading. Why is it not loading?!

  • Conic

    Cover page
    Made with Node.js

    Work-in-progress programming language made for smart contracts on my cryptocurrency. Still haven't added functions or boolean comparisons (>, <, ==, !=), but everything else shown in the test code somewhat works, so feel free to mess around with it.

    Disclaimer: I didn't write the parser, I just wrote the grammar and semantic actions. Unlike SOME people on Replit boards, I'm actually gonna be honest about the amount of work I'm putting into this project.

    Recent comments (2)
    ThusEndingTheStory
    ThusEndingTheStory
    8 months ago

    Error:

    ----------------------------------
    Starting code execution... v1.0.0
    ----------------------------------
     
    /home/runner/fZayUb7wkQo/index.js:194
    return input.toString();
    ^
     
    TypeError: Cannot read properties of undefined (reading 'toString')
    at stringifyConval (/home/runner/fZayUb7wkQo/index.js:194:22)
    at Semantics.Wrapper.Statement_Print (/home/runner/fZayUb7wkQo/index.js:41:21)
    at Operation.execute (/home/runner/fZayUb7wkQo/node_modules/ohm-js/src/Semantics.js:660:25)
    exit status 1
  • Carbonado

    Cover page
    Made with Node.js

    Test crypto with different subcurrencies. NOT YET FINISHED!

    Main currency is Carbonado (CSIX) and can be traded for other things like NFTs (that actually do stuff) on the platform.

    Recent comments (0)
DexieTheSheep
DexieTheSheep
published a Repl
2 years ago
0
TS N17 Nix Template
TS N17 Nix Template
DexieTheSheep
DexieTheSheep
published a Repl
2 years ago
2
Conic
ConicWork-in-progress programming language made for smart contracts on my cryptocurrency. Still haven't added functions or boolean comparisons (>, <, ==, !=), but everything else shown in the test code somewhat works, so feel free to mess around with it. Disclaimer: I didn't write the parser, I just wrote the grammar and semantic actions. Unlike SOME people on Replit boards, I'm actually gonna be honest about the amount of work I'm putting into this project.
ThusEndingTheStory
ThusEndingTheStory
Error: ``` ---------------------------------- Starting code execution... v1.0.0 ---------------------------------- /home/runner/fZayUb7wkQo/index.js:194 return input.toString(); ^ TypeError: Cannot read properties of undefined (reading 'toString') at stringifyConval (/home/runner/fZayUb7wkQo/index.js:194:22) at Semantics.Wrapper.Statement_Print (/home/runner/fZayUb7wkQo/index.js:41:21) at Operation.execute (/home/runner/fZayUb7wkQo/node_modules/ohm-js/src/Semantics.js:660:25) exit status 1 ```8 months ago
DexieTheSheep
DexieTheSheep
published an Update
2 years ago
0
Rainbow-L
Rainbow-L
Replit Proxies being weird... Pls help (ignore attached repl)
I have a "server" repl (A) that records IPs of people who POST request it, using the X-Forwarded-For header. When I connect to that server using a different "peer" repl (let's call it B), it puts TWO addresses. I looked up online and saw the reason for this was because of proxies, and now I'm confused on what to do. Example for IP pair: 172.18.0.183 34.132.232.121 I have Repl B open to requests (example: https://34.132.232.121/ping). I want other people using Repl B to access each other in a peer-to-peer network using Repl A as a reference for IPs. In Repl A's side, which IP is the "correct" one to give out to others? Which one, when put into https:///ping, will return actual data instead of throwing a 404 at you? I hope I explained that correctly.
DexieTheSheep
DexieTheSheep
shared a Post
2 years ago
Can't find a place to report bugs. Basically, if you hold Alt in the editor you crash. Using a school chromebook, so the problem is probably memory o
emilyDoesPascal
emilyDoesPascal
You can report bugs on replits discord server (replit.com/discord) or on https://replit.canny.io/general-feedback/2 years ago
ch1ck3n
ch1ck3n
image click on that question mark and click 'report a bug'2 years ago
DexieTheSheep
DexieTheSheep
shared a Post
3 years ago
I know what .env files are, but can't someone just fork the repl? If I were to make an app that uses the Twitter API and an ENV file, would it be hack
Whippingdot
Whippingdot
Excuse me, if someone forks your repl you they can't see the .env file. Use that itself.3 years ago
InvisibleOne
InvisibleOne
Yes, your code could be taken, but somebody wouldn't be able to use your api key and such if it was kept in an .env file3 years ago
DexieTheSheep
DexieTheSheep
shared a Post
4 years ago
For GitHub student pack, does it last forever or for a certain amount?
eco27
eco27
lasts 1 year4 years ago
Vandesm14
Vandesm14
I think it lasts for a year, but I might be wrong.4 years ago
DexieTheSheep
DexieTheSheep
shared a Post
5 years ago
Ok, so this thread is basically 2 questions: 1: When is there going to be an actual PHP service, like a .php site, not just programming in ONLY php?
timmy_i_chen
timmy_i_chen
We made some updates to PHP (well, we made two new "languages"): https://repl.it/languages/php_cli - New and improved PHP language for command line interface shenanigans. Supports multiple files. https://repl.it/languages/php7 - PHP Web servers! Just like other hosted repls, this allows you to write websites using PHP. Enjoy!4 years ago
ash15khng
ash15khng
The downloading PHP site is intended for some reason I think.5 years ago
DexieTheSheep
DexieTheSheep
shared a Post
5 years ago
Clicker game where you get bags of wool from clicking the sheep or getting upgrades. Constructive Criticism & Feedback is appreciated.
Sheep Click
HTML, CSS, JS
DexieTheSheep
DexieTheSheep
shared a Post
5 years ago
I'm new to Lua, ROBLOX got me interested, so I made a basic app where you have to find a random hidden piece of food. You can choose a custom range or
Food Finder
Lua
jwangtcsyl
jwangtcsyl
Learn with thishttps://www.roblox.com/games/1334669864/Lua-Learning#!/game-instances4 years ago
stevenhuang2025
stevenhuang2025
Kewl4 years ago
DexieTheSheep
DexieTheSheep
shared a Post
5 years ago
Can't someone just visit your Django repl if you tell them the project name (because all you do is repl.it/@NAME/PROJECT) and then see the secret key
timmy_i_chen
timmy_i_chen
You can store your keys in an .env file - see more details here: https://repl.it/site/docs/secret-keys Alternatively, private repls (available through hacker plan) would prevent them from seeing the repl. :)5 years ago
DexieTheSheep
DexieTheSheep
shared a Post
5 years ago
My attempt at making an Autocorrect. Yes, I know it sucks. \(Trust me, it turned "maek" \(typo of make\) into "meek" https://repl.it/@Lamby777/Lambo
Nitroski
Nitroski
maek5 years ago
valerienbraye
valerienbraye
Helo I ame an erour Hello i tame an our ... not perfect... but good idea!5 years ago
DexieTheSheep
DexieTheSheep
shared a Post
5 years ago
Me: Play my project! You: no u Me: oh ok https://repl.it/@Lamby777/NO-U
HeerokDas
HeerokDas
no u5 years ago
Charlie01
Charlie01
Best thing ever made can you be my dad5 years ago
DexieTheSheep
DexieTheSheep
shared a Post
5 years ago
Person Information Storage with built-in File Writer! https://repl.it/@Lamby777/PiggyPerson-V12 image image
DexieTheSheep
DexieTheSheep
shared a Post
5 years ago
Learn to type, with a smart program that adjusts to YOUR needs! Gives you 100-point grades, line points and levels! You can level up every 100 points
DexieTheSheep
DexieTheSheep
shared a Post
5 years ago
Learn to type in a simple Python app! It fits YOUR level, not the other way around! Link: https://repl.it/@Lamby777/TypePy image image
DexieTheSheep
DexieTheSheep
I ran into a "situation" and now the whole file is empty... Sorry.5 years ago
coder92708
coder92708
This is AWESOME!5 years ago