gabrielzv1233
@gabrielzv1233
need help? comment on the related project, or send an email to support.gabrielzv1233.net
iowa
Repls
Community
1
gabrielzv1233home page for my projects
original site i couldnt disable the auth page
33
8
1
0
msgra simple messaging platform with an API
you may see code for an IP logger, it is used Ban IPs
If your IP gets leaked than its not my fault as replit dosnt have a way to leave files out of forking
added username saving
Usernames will now be saved when:
you unload the page (exit or reload)
and
you press the send button0
msgra simple messaging platform with an API
you may see code for an IP logger, it is used Ban IPs
If your IP gets leaked than its not my fault as replit dosnt have a way to leave files out of forking
15
1
0
0
PyReferenceReference for Python code
0
0
0
0
Anti IFramecode to make sure a user can't use the page in an IFrame, useful for pages that break in an IFrame
how to use:
just slap the following HTML code into your website:
``
2
0
0
0
dinoplay dino whilst coding
1
0
0
0
FPS scriptA FPS counter UserScript/Bookmarklet
controls:
ctrl+alt+F - toggle show FPS
ctrl+middle-click whilst hovering over FPS counter - drag FPS counter
2
0
0
0
Zero-Width Spaceim to bored to give a desc
0
0
0
0
BOUNCEwasd movement space to jump, shift to sprint
collect stars to get higher jumps
known bugs:
moving into the tallest wall on the left and right sides will freeze you on the up down axis
pressing left mouse button activates touch UI
mouse can interact with touch UI
now with touch UI
my example game for my GDevelop extension JumpingIn3D (currently in review process)
3
0
0
0
GDevelop templatesTemplates for GDevelop editor
0
0
0
0
post-it bookmarklethttps://github.com/gabrielzv1233/post-it-bookmarklet
click the bookmarklet to make a new text area, click and drag to move, hold shift then click and drag to resize
1
0
0
0
aim traineraim trainer with GDevelop 3D, the 3D editor is still in beta and has only just been added, there is no way for me to detect If the camera is looking at the target on the Y axis (up/down) but there is on the X axis, so untill then, aiming above or below the target works for hitting it :\
8
0
0
0
quadratics claculatergets the discriminator, and roots, it also includes error handler
0
0
0
0
DBhttps://db.gabrielzv1233.repl.co/?inp=example
to get somthing, run a shell file that runs
echo "What would you like to get?"
read inp
curl "https://db.gabrielzv1233.repl.co/?inp=$inp"
this will ask for what to get and output it
do do this with web requests just use the GET request on the URL https://db.gabrielzv1233.repl.co/?inp=helloworld, replace helloworld with whatever you would like to get
0
0
0
0
HTML editorhttps://github.com/gabrielzv1233/HTML-editor-bookmarklet
allows you to edit the html of the page you ran the bookmarklet in, text box will be blank if page dosen't allow bookmarklet use
2
0
0
0
DU-LDU-L stands for Dont Un-Load, this is a bookmarklet that prevents accsidental page unloading (closing/reloading)
1
0
0
0
CSS injectorhttps://github.com/gabrielzv1233/CSS-injector-bookmarklet
0
0
0
0
Cursor selectorhttps://github.com/gabrielzv1233/Cursor-selector-bookmarklet
you can set via URL/URI, cursor type via name (button to show documentation included), via image file
2
0
0
0
GPT-3 pythonDirections:
Fork this project
make a secret named "OPENAI_API_KEY"
set the value of the secret to your OpenAI API key
to close a conversation type "cnv close"
THIS VERSION IS UNTESTED DUE TO ME USING ALL OF MY API CREDITS if anyone would like to donate me your API key for testing that would be greatly appreciated, contact me on discord @gabrielizme#8805 :)
for now if it dosent work use main (backup).py, that contains the previous verson
0
0
0
0
Advanced password generatorThis is an advanced password generator that will ask you a series of questions. It will allow you to specify requirements of the password, including length, and whether or not it requires special characters, uppercase letters, lowercase letters, and numbers.
Extra features/commands include creating a UUID by typing “uuid”, exiting the program by typing “exit”, and clearing the console by typing “clear”. These commands must be typed in the password length field.
10
0
0