Skip to content
Sign UpLog In
Profile icon

dObbOb11

@dObbOb11
I like coding in JavaScript and some Python. I make frontend apps and stuff with Node.JS
Website
  • PyMenu

    Cover page
    Made with Python

    This is a simple and lightweight package that helps you create menus in the python terminal. (feedback does nothing)

    Recent comments (0)
  • Algebra Gen

    Cover page
    Made with HTML, CSS, JS

    This is a simple algebra generator to keep you busy over lockdown (I know it is not presented right: A + A + A = 30 when it should be 3A = 30, but whatever!)

    go to /.html page to see spotlight.

    Recent comments (2)
    Lizzie126
    Lizzie126
    1 year ago

    WOw, this is amazing :). I love mathematics. keep up the good work!

  • Talkly 2.0

    Cover page
    Made with Python

    A remake of my old program with nicer visuals

    Recent comments (3)
    YOVLYX
    YOVLYX
    2 years ago

    Wow, I didn't know there was a library with data storage! Good job!

    Edit: Nevermind, I found out that refreshing clears everything the user adds. It's still cool how the code self-adds details.

    isaiah08
    isaiah08
    2 years ago

    This is super cool!

Repls
Community
dObbOb11
dObbOb11
published an Update
6 months ago
0
Jibey Network
Jibey NetworkA suite of tools for work. As of V1.0, includes a Site Searcher and Word Processor
Jibey has had it's full release!
Jibey Blog is out! Find out more abot it there. A few other small things have happened to make Jibbey ready for it's release but nothing else to important
#apps
#html
#javascript
+2
dObbOb11
dObbOb11
published a Repl
6 months ago
0
Jibey Network
Jibey NetworkA suite of tools for work. As of V1.0, includes a Site Searcher and Word Processor
dObbOb11
dObbOb11
Jibey Blog is out! Find out more abot it there. A few other small things have happened to make Jibbey ready for it's release but nothing else to important6 months ago
dObbOb11
dObbOb11
The [progress of Jibey](https://jibba-network.dobbob11.repl.co/Public/Projects/Jibey%20Progress.html) will always be wirtten down here so you can look if you want to see updates as they happen6 months ago
dObbOb11
dObbOb11
published a Repl
9 months ago
0
Consoled
ConsoledThis is a template / library that makes it simple to build command-line apps on the web!
dObbOb11
dObbOb11
Hello World, Replers!7 months ago
dObbOb11
dObbOb11
published a Repl
2 years ago
0
Python Turtle Collison Detection
Python Turtle Collison DetectionPython collision detection for Turtle. Includes example. Make sure the console window is selected to move.
YOVLYX
YOVLYX
Could I use this code for a game I'm making? I'll credit you of course.2 years ago
dObbOb11
dObbOb11
shared a Post
2 years ago
I am trying to create a shell. But I get an error that I tried to debug by making pathgAb a global variable, but I still get the error. Here is the
Wumi4
Wumi4
You haven't assigned a value for pathAb yet.2 years ago
dObbOb11
dObbOb11
published a Repl
2 years ago
0
Single-Sprite 2D Rendering Engine
Single-Sprite 2D Rendering EngineA console-based 2D rendering engine. Can only render a single sprite as of 02/06/2021
dObbOb11
dObbOb11
shared a Post
2 years ago
Python Custom Packages If you have created your own custom python package and wish to use it in Replit there are two options to add it : PyPI Method T
Katety
Katety
This is a great blog, full of fun. Thank you everyone for sharing this useful information!lol beans11 months ago
dObbOb11
dObbOb11
shared a Post
2 years ago
Inspired by Post.it created by @poggypotato. I am clearly worse at coding than @poggypotato so I made mine run in the console (I will try and get it t
placeholder
Python
GARFIELD1
GARFIELD1
What happened to the original postit ?2 years ago
dObbOb11
dObbOb11
published a Repl
2 years ago
3
Talkly
Talkly
dObbOb11
dObbOb11
shared a Post
2 years ago
Calculator Broken I tried to make a JavaScript calculator where you can do this sort of thing: 3*4 and get the result printed to the console but some
Coder100
Coder100
Here is your error: !input.indexOf("+") == -1 It gets evaluated like this: (!input.indexOf("+")) == -1 What you want is: !(input.indexOf("+") == -1) or even better: input.indexOf("+") != -1 line 42 years ago
dObbOb11
dObbOb11
published a Repl
2 years ago
1
Jibba
JibbaA terrible search engine, cause why not? This is the legacy version of jibba. For the modernized version, see jibba-network.dobbob11.repl.co
dObbOb11
dObbOb11
published a Repl
2 years ago
5
Algebra Gen
Algebra GenThis is a simple algebra generator to keep you busy over lockdown (I know it is not presented right: A + A + A = 30 when it should be 3A = 30, but whatever!) go to /.html page to see spotlight.
Lizzie126
Lizzie126
WOw, this is amazing :). I love mathematics. keep up the good work!1 year ago
dObbOb11
dObbOb11
shared a Post
2 years ago
I wrote a program to open google and get the search results and it used the same concept as https://replit.com/@dObbOb11/Googleable#main.py (googleabl
dObbOb11
dObbOb11
thanks!2 years ago
dObbOb11
dObbOb11
thanks2 years ago
LegendaryWolf
LegendaryWolf
maybe this code will work for tkinter import tkinter as tk import tkinter.font as font import webbrowser root = tk.Tk() root.title("google alt") def search(): query = "https://www.google.com/search?q="+entry.get().replace(" ","+") webbrowser.open(query) Fonts logoFont = font.Font(family="Arial", size="30") Header title = tk.Label(text="Google", font=logoFont).pack() btn1 = tk.Label(text="\nGoogle Search...").pack() Searchbox entry = tk.Entry(root) entry.pack() btn = tk.Button(root, te2 years ago
dObbOb11
dObbOb11
shared a Post
2 years ago
// Addition if (mode.Equals("+")) { a = Convert.ToInt32(Console.ReadLine()); b = Convert.ToInt32(Console.ReadLine()); Console.W
AnotherAcclaimedMaintenance
C#
dObbOb11
dObbOb11
i thought you could only mark one as correct sorry2 years ago
19ecal
19ecal
@dObbOb11 can you mark mine as correct plz2 years ago
dObbOb11
dObbOb11
I didn't even realise the error was there!2 years ago
dObbOb11
dObbOb11
shared a Post
2 years ago
I was writing code to handle files and I kept getting an error that didn't make any sense here is the code (i included it all because I didn't know wh
dObbOb11
dObbOb11
@19ecal thanks!2 years ago
19ecal
19ecal
You're missing a closing bracket at the end of line 252 years ago
dObbOb11
dObbOb11
shared a Post
2 years ago
I wanted to print a picture of an apple so I used /n to get a newline but it didn't work can you help? this was the code: https://storage.googleapis.c
dObbOb11
dObbOb11
@19ecal thank you for the help :)2 years ago
19ecal
19ecal
Yes a newline is \n not /n2 years ago