Skip to content
Sign UpLog In
Profile icon

Harrison Smith

@Highwayman
The gun? A compiler. The bullets? My code. The zombie? My confidence. BANG!
  • Automated characters sheet

    Cover page
    Made with C++11
    Recent comments (0)
  • XOR stream cipher

    Cover page
    Made with C++11

    Self synchronized? Nope.

    Recent comments (0)
  • KeyBoardWarlock

    Cover page
    Made with Node.js

    [WIP]
    dueling game.
    you play as a warlock.
    you cast spells by typing any sequence that matches this regex:

    /(o\d*)? [xei] (f\d?)?(w\d?)?(a\d?)?(e\d?)? [swi] /

    multiple spells can be cast all at once by pressing / key.
    press \t key to move between platforms.

    Recent comments (0)
  • dnd revamp

    Cover page
    Made with C++11
    Recent comments (0)
Repls
Community
Highwayman
Highwayman
published an Update
1 year ago
1
C++20 Template
C++20 TemplateExtremely minimal template for compiling c++20 programs - the most up-to-date standard as of posting (Dec 10, 2021).
C++20 on replit
Repl.it’s standard C++ template is kind of out of date, so… here you go.
Highwayman
Highwayman
shared a Post
2 years ago
Ok, so I forked this really cool library from GitHub that helps you make TUIs, right? and I built it just fine, found the libraries just fine, include
asdf
Blank Repl
Highwayman
Highwayman
Oh, also, you'll notice that when I pass the libs, I use -l: instead of -l. That's because earlier, I was trying to use just the normal -l, like -lftxui-dom, but it tried to search for libftxuidom.a instead of just ftxui-dom.a or something like that.2 years ago
Highwayman
Highwayman
shared a Post
2 years ago
OK so I had the hacker plan a couple months ago, and the repl linked was made during that time. I was having some troubles with the repl and I just ki
READ
Node.js
OldWizard209
OldWizard209
@Highwayman The easiest way right now would be to Fork the repl and do whatever you want. Because you don't have hacker plan, it will not be always on.2 years ago
Highwayman
Highwayman
shared a Post
2 years ago
I am trying to make a little bit of css and js for darkmode, but the view doesn’t seem to change when I click on the button. I checked to see if the j
plug
Node.js
Coder100
Coder100
haha that's a lot of redundant code lol2 years ago
CodeLongAndPros
CodeLongAndPros
You need a # for classes and a . for ids2 years ago
Highwayman
Highwayman
shared a Post
3 years ago
why am I making this? > because I’m bored plz read me. I have actually tried to make a C++ tutorial over and over again, but each time I always encou
WilliamWu13
WilliamWu13
HahaYes..... what about me3 years ago
CodeLongAndPros
CodeLongAndPros
Wow, the ending is like Firefly3 years ago
DynamicSquid
DynamicSquid
I should make an absolute banger of a C++ tutorial Cool!3 years ago
Highwayman
Highwayman
shared a Post
3 years ago
GAH! I’VE LITERALLY BEEN SEARCHING ALL DAY WHHYYYYYY. So I have an assignment(my first) for an online class I’m taking, but it requires either: A) th
matthewproskils
matthewproskils
https://www.tcsh.org/3 years ago
Highwayman
Highwayman
shared a Post
3 years ago
So if I remember correctly more people than just me were having problems with a certain make file error stating a missing separator, even if you speci
Highwayman
Highwayman
This is the future me telling the past me that I'm a dumb b. the version of make that replit uses is GnuMake. just use .RECIPEPREFIX= recipe: commands commands commands ~2 years ago
DynamicSquid
DynamicSquid
tabs > spaces3 years ago
Highwayman
Highwayman
shared a Post
3 years ago
Has anyone been able to get openssl to work for them in c++, cause the library doesn't seem to be in the proper path or something??? I can include the
IvanChang111
IvanChang111
I only do python and html53 years ago
Highwayman
Highwayman
shared a Post
3 years ago
Which is better: intel or AT&T x86 assembly syntax?
CodeLongAndPros
CodeLongAndPros
Intel/NASM3 years ago
TheForArkLD
TheForArkLD
x86.3 years ago
Highwayman
Highwayman
shared a Post
3 years ago
I was bored, so I added an asynchronous-callback-based-however-you-say-it function to https://repl.it/talk/share/C-Wrapper-for-SQLite-Database/33959
Asynchronous SQLite
cpp11
Highwayman
Highwayman
shared a Post
3 years ago
Um... guys? Why can’t I move my repls??? 32AE97F5-5DF7-4D6C-8D6C-68BFE6F55A9E
Codemonkey51
Codemonkey51
Well... turn off explorer mode, or just drag the link into a folder should work idk3 years ago
Highwayman
Highwayman
shared a Post
3 years ago
This is probably the biggest accomplishment for me right here lol. Let me start from the beginning... > scroll down to tldr for shorter thingy.. the
SQLite repl revisit-3
cpp11
DynamicSquid
DynamicSquid
Didn't understand anything, I'm not an SQL guy, but good job!3 years ago
Highwayman
Highwayman
shared a Post
3 years ago
I had a big thing written up on it, then repl.it deleted it. It’s cool. That is all.
XOR stream cipher
cpp11
Highwayman
Highwayman
shared a Post
3 years ago
Basically what’s been happening is I’ll make a cipher with crypto.createCipheriv, and then attempt to use CIPHER.update(Buffer.from(STRING)) to encryp
Highwayman
Highwayman
shared a Post
3 years ago
I’ve been doing a lot of more reporting than I ever usually do recently, and I’m starting to feel like I’m doing the wrong thing. I give explanations
Highwayman
Highwayman
@ash15khng & @CodingCactus thank you guys for sharing with me, I forget how I decided who to. Ban, so I just decided to stop, I like your criteria it’s noice. Thanks!3 years ago
ash15khng
ash15khng
I only really report people who are spamming random links with nothing to do with repl talk. Also I didn't know there are bots upvoting posts?3 years ago
CodingCactus
CodingCactus
I normally just report people that have bots upvoting them. I know someone that got banned from repl talk because they got reported when they said that someone's post was bad3 years ago
Highwayman
Highwayman
shared a Post
3 years ago
I’ve managed to make a mock HTTP server using the Server class thingy that I shared with ya’ll earlier (https://repl.it/talk/share/Thousandth-Cycle-Ce
HTTP Server...?
cpp11
Highwayman
Highwayman
shared a Post
3 years ago
PLEASE TAKE NOTE!!! > the repl DOES NOT WORK ON REPLIT. Any attempts to connect to this repl should fail with. Error 502 or something like that. To c
TCP Server Framework Thingy
Blank Repl
DynamicSquid
DynamicSquid
Did your account actually get taken away from you?3 years ago
CSharpIsGud
CSharpIsGud
+1 for using sys/socket3 years ago
Highwayman
Highwayman
shared a Post
3 years ago
Since the hostname of a website is translated into an ip anyways and you never actually see the hostname in an HTTP req/res, could I just use the actu
ash15khng
ash15khng
It should work.3 years ago
Highwayman
Highwayman
shared a Post
3 years ago
Can anyone think of a good program I could make? I have some experience with C++ and Node.js. Please don’t suggest making a game unless you have an i
mwilki7
mwilki7
make a procedurally generated picture with canvas3 years ago
ash15khng
ash15khng
Join the coronavirus challenge?3 years ago
Highwayman
Highwayman
shared a Post
3 years ago
My code is fine, but whenever I attempt to run my server, it inexplicably exits with the words terminated without active exception, so I tried going t
dopertjes
dopertjes
just use port 443, which works!1 year ago
Arrows12
Arrows12
use pagekite tcp it works on replit1 year ago
eco27
eco27
you don't get access to the tcp port on repl.it which is a big F3 years ago