Paul Gardner
@paulatdunedin
Teacher, Windows/Unix admin, DBA (Oracle, MariaDB/MySQL, SQLite), programmer (JavaScript, Python, Visual Basic, C#, C++)
How can I change the keyboard layout that the console and shell uses in a NIX-based repl?
The code editor work fine with my UK keyboard layout but th
AlexandreDumon1 Hi, I have a similar issue, although in my case it happens also when code runs in python3.
When I am using Chromium on Linux computer to browse Repl.it:
I can type "<" in the editor, but the same key is received as "\" in the python3 console...
WHen I use a Windows computer, it all works as expected (exact same REPL). Which is weird. Can it be "browser" related?1 year ago
0
RedSpecializedOppositesDemonstrates phpinfo() on a PHP Web Server repl
2
0
0
3
PHPMySQLDemoSmall demo combining a custom PHP build, an external MySQL database and the demo web site from 'PHP & MySQL in easy steps'
100
0
3
0
SQLiteBrowserDemoThis demo shows how some some coding in Python can be used to provide a web browser interface to an SQLite database.
31
0
0
0
N5 2020 Assignment Part A (Database) - V2-2This is a template for pupils to tackle the 2020 N5 Computing Assignment Part A (Database) (no solutions).
New SQL query panel added!
14
0
0
Demo programs in C++ using the GTK toolkit for GUI applications. Only GTK 2 but it works. Demo code from 'An Introduction to C&GUI Programming' by Sim
C++
DynamicSquid Nice! You normally see a lot of GUI applications in C#, so it's nice to see some in C++ :)2 years ago
2
C++GTKDemonstration programs for C++ with the GTK GUI toolkit
114
1
2
I'm teaching beginners how to get started with HTML and Emmet's autocomplete is confusing. Can I turn it off?
RYANTADIPARTHI Solution
click on the settings button, at the side, and go to code intelligence. Click turn off. An there you go. Done!
It should work2 years ago
Kookiez If you want to turn it off, it's quite easy:
First, you click on the settings button:
image
Then you scroll down to Code Intelligence...
image
And then you can disable it or enable it.
Hope this helps! :D2 years ago