*Thanks to @RayhanADev, @k9chelsea2, and @19wintersp for helping with the project.*
# An introduction to XHTML #
I had joined [Repl.it](https://repl...
### Author's note: ###
This tutorial series should explain everything that I have learned in my time using JavaScript.
I've known the language for l...
I'm thinking about creating one of those websites that you use to learn a coding (programming/scripting/markup) language, think [FCC](https://www.free...
# What is memoization?
***
Yeah, that's right, ***memo***, not ***memor***. I asked my self this when I first saw it. Simply put, memoization can be d...
About a month ago, I had opened Chromium bug reports explaining this, informing them that a single page can crash a whole browser, but they... seem to...
I'm trying to figure out what type `u'0'` and `u"0"` are, but `std::char8_t` doesn't exist, so is it an un-named type?
Ahh, these don't even compare!...
Low-level programming; how to implement an allocator?
I am dealing with a system where a mix of GC, RC, and manual memory management is needed.
The program has a static block of memory, precisely 65535 (...
Disconnecting pseudo-elements from their element? CSS expert help wanted!
I'm not asking how this can be done, since I know that it *can* be done.
How can one disconnect a CSS pseudo-element from its actual element?
By "di...
Compile-time values as parameters in functions in Rust?
Does Rust have something similar to C++ templates, in the way that they could create compile-time functions and accept compile-time values as template...
[Closed] Does anyone have suggestions to name my site?
I'm developing a language learning site with a team, but one of the most important parts of a site is its name but... we're stuck!
I asked for anyone...
I was searching around, and I wanted to use an alternative target for the Rust compiler, but I needed to install the core and std libraries for that t...
5 months ago, I made a post about using WebAssembly's high execution speed to crash browsers. You can check it out at https://repl.it/talk/share/Brows...
microChat, derived from Vandeism14’s “tiny chat,” but ever smaller!
*Disclaimer: I am, in no way whatsoever assuming authorship of the original code by repl.it user “Vandeism14,” whose code can be found at https://repl...
How to determine how much data is on the stack, and prevent stackoverflow
Lang dev people, @fuzzyastrocat, @DynamicSquid, @firefish, do any of you know anything about stuff like this? Thank you in advance.
Let's consider a...
I'm pretty sure I'll need a Repl.it developer.
##### Background #####
If you make your own .replit file and configure it correctly, it will override...
What is the difference between advanced and unadvanced code?
This is a very opinionated question, but what do you think divide "advanced" code from the rest?
What do you believe constitutes calling code "advanc...
I have a function `send_file` that takes a few arguments that must be passed, but the last parameter is an struct that acts as an "options bag" of thi...
According to https://github.com/rust-lang/rfcs/pull/1909, Rust has C-like VLAs.
But... upon trying the exact example that they had given, it's not wo...
Let's say that I have three functions:
* firstIndexOf
* indexOf
* lastIndexOf
`firstIndexOf` just finds the first index of a number in an array.
`la...
Recently, I began work on a simple, static web site. My first in almost a year (maybe longer). It is intended to persuade people to try the alternativ...