@GeoneveStudios
I've been trying so hard to open it, How do you do it? This is my code:
Hello, World!";
}
sayHello();
?>
And this is what I keep getting:
Code Snippe
Coder100 php files are not meant to be opened. They must be actually converted into HTML in order to properly render onto the page.
clearly, nobody wants to set it up, so replit set it up for you. Just click this: https://replit.com/new/php7
and write your PHP :DDDD2 years ago
Loi Alphabet
FLEET ZERO
A = !
B =
C = #(!
D = #@@
E = #%!
F = *#@
FLEET ONE
G = @*
H = &([email protected]
I =
J = #@#@#@
K = #([email protected]
L = #[email protected]
FLEET TWO
M = @(@!\
N
Rock, Paper, Scissors
Rock, Paper, Scissors is an original real life game that I recreated in Python3 using the random command. Here are some notes;
Python
Morse Loadout
Morse Loadout is a game where you are supposed to decipher without any cheats, if you don't know morse code then look in the dictionary.
Python
Poogle - ALPHA!
Poogle is a Python search engine made by MorseStudios.
Futher Noice
Poogle is in ALPHA, so some search options might not work.
Credits
Python
Opinion
For me binary code is so much harder than morse code, here's my comparison:
Prints "Hello" (Morse Code)
'.... . .-.. .-.. --'
Prints "Hello" (
Coder100 Morse is much easier, it was designed to communicate after all, and that is why still many people do use it.
Binary, however, was not used for communication. Its primary purpose is to just store data in a computer-readable format, it's not for humans.2 years ago
GeoneveStudios Morse Code Version
.... .. ... / .--. .-. --- --. .-. .- -- / -.-. --- -. - .- .. -. ... / .- / .-.. --- - / --- ..-. / -- --- .-. ... . / -.-. --- -.. . .-.-.-
English Version
THIS PROGRAM CONTAINS A LOT OF MORSE CODE.
Spanish Version
ESTE PROGRAMA CONTIENE MUCHO CÓDIGO MORSE.
French Version
CE PROGRAMME CONTIENT BEAUCOUP DE CODE MORSE.
Portuguese Version
ESTE PROGRAMA CONTÉM MUITO CÓDIGO MORSE.2 years ago
HackOrNot
Hack or not is a simulation hacking simulator. Where you must block hacks by getting the hack_blockers correct.
Python
The Elements
The Elements is a game made with Python. That the objective is to get every element combination ever. There is also a dictionary full of
Python
Gh0stHack3r I love It, the beginning Is awesome when you made the letters spray out the words " I present to you THE ELEMENTS" and I also learned a lot of things!2 years ago
The dictionary, is a simulation I made using Python. This not to be taken seriously, the locations, people, and cars are obviously fake.
Python
Desert
Desert is a survival game that I have made with Python. I worked really hard on this, so just so you know I gave this my best effort.
Notice
T
Python
D4S3F1L3.EXE
This version is improved, It's 100 times better than D4SHF1L3.EXE.
WIP
> Remember this is still being worked on its not done and its nowh
Python
GeoneveStudios More Futher Notice
It only does that when you shut down the program.
Otherwise it runs smoothly.2 years ago
GeoneveStudios Quick Notice
I've tried to get rid of this but I don't know how to get rid of it;
annoyingstuff2 years ago
Python Question
I have a question. In Python how do you make a loading animation.
awesomecds7 if you want to make one with graphics, you have to use a moudule called tkinter
import tkinter as tk
from tkinter import *
from tkinter.ttk import *
####LOADING SCREEN
import time
for i in range(3):
ws = Tk()
def step():
for i in range(37):
ws.update_idletasks()
pb1['value'] += random.choice(adl)
time.sleep(random.choice(wl))
pb1.destroy()
ws.destroy()
pb1 = Progressbar(ws, orient=HORIZONTAL, length=379, mode='determinate')
pb1.pack(expand=True)
step()1 year ago
I was writing C++ trying to make a program to output how many kilometers a ship does every hour, when this happened:
C++
if it is possible; how do you do it?
RYANTADIPARTHI you can't. Something close to that would be gifs. But only images work. Not videos.
you could suggest to feedback.
https://repl.it/feedback.2 years ago
Coder100 you can't. You can only upload images.
This tutorial is everything repl.it supports: https://repl.it/talk/learn/A-Quick-Guide-to-Replit-Talk-Markdown/7448
why do you need videos anyways?2 years ago
Everyone's been saying its so hard to learn. I just wanna hear you guys opinion. By The Way I'm showing one of my repls to show that C++ is easy.
C++
Coder100 It's not very hard, many things have been made easier from C, but that does not mean it is easy either. You still have to keep in mind memory management, and you always, always have to make sure to always allocate enough memory.
Other than that, once you make some practical programs you will see how messy some things are and how bad docs are for even such an old lang2 years ago