Do you want to run your SoloLearn code in full-screen mode? Any suggestions? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 43

Do you want to run your SoloLearn code in full-screen mode? Any suggestions?

I am working on a code that can be included in any SoloLearn code so that your code can be viewed full-screen in the browser. Just one line has to be included in your HTML code if it is using jQuery. If not then two lines have to be added. It is basically working and I am in the test phase. Mainly it is useful when running your code in the browser on the PC. Do you think it would be useful to have full-screen mode for your SoloLearn code? Any suggestions concerning features? I didn't include a link to the code on purpose, so that I get new ideas. Anyway, if you want to have a look at it you can go to my codes and check out Browser Me Demo...

6th Aug 2018, 8:15 AM
Modi
Modi - avatar
22 Answers
+ 28
Sebastian Keßler You are right! Forgot to mention that it's only for web codes... Maybe make something that reads the output once it's there and then shows it in another browser window monospaced and full-screen. Would be another nice/complicated project... 😏 No idea how to implement it because it cannot be added to the code itself. Maybe a browser plugin... 😩
6th Aug 2018, 12:17 PM
Modi
Modi - avatar
+ 27
Sebastian Keßler Just checked it again... The output of Python and C++ is monospaced... Do you mean without wrapping?
6th Aug 2018, 12:41 PM
Modi
Modi - avatar
+ 26
Oma Falk hmmm... So far I am just reading stuff out of there, but never put something in. Probably, it's more complicated and it doesn't really look like a great feature. It looks more like a very great project. 😀
6th Aug 2018, 10:51 AM
Modi
Modi - avatar
+ 25
Sebastian Keßler Not sure if it is cheating, but you could change to other characters... Anyway, the output is still in the lower area... Tell me when is should delete it... https://code.sololearn.com/cr6b2N4134jY/?ref=app
6th Aug 2018, 2:30 PM
Modi
Modi - avatar
+ 24
Maybe make a similar user interface as for the Browser Me Prove of Concept plus some other stuff like... - Have the codes in question in the menu. - Add an upload button. - Add an update button. - A link to the original SoloLearn code page. When selecting a code in the menu it is shown below. Uploading shows the code from the hard disk below. Updating replaces the code on SoloLearn and saves it... https://code.sololearn.com/WlqglXr0Qr6D/?ref=app
6th Aug 2018, 11:25 AM
Modi
Modi - avatar
+ 24
Sebastian Keßler & Oma Falk I had before the opposite problem... Make a web code monospaced... Edit: sorry wrong code link... https://code.sololearn.com/WFcyVtYDIwNK/?ref=app
6th Aug 2018, 12:50 PM
Modi
Modi - avatar
+ 23
Infinity Do you want to be the first tester? If so, have a look at the Browser Me Demo. You basically just have to add the Browser Me Include (line 20) to your HTML code in the header. If you don't use jQuery, then you'll have to add also line 16. If you want the In Browser functionality then you'll have to upload the downloaded file somewhere and link to it... https://code.sololearn.com/Woc6xEy8ZLza/?ref=app
8th Aug 2018, 5:17 AM
Modi
Modi - avatar
+ 15
I've just made a template to make web codes full screen. It's shorter faster because it doesn't download the codes again... https://code.sololearn.com/Wx3ggejnhWE3/?ref=app
6th Oct 2018, 2:11 PM
Modi
Modi - avatar
+ 14
Oma Falk Made some progress with the code uploading and it's basically working for web codes in the PC browser. I guess you want to... - upload any code? - update existing ones? - create new ones? - add files via drag & drop? - ...? Any other suggestions?
13th Aug 2018, 3:21 PM
Modi
Modi - avatar
+ 6
hey sounds pretty good! Will hava look on it. A very great feature would be the other way: uploading code to sololearn. maybe u have a genius moment for that.
6th Aug 2018, 10:28 AM
Oma Falk
Oma Falk - avatar
+ 5
Modi that could be right...
6th Aug 2018, 11:04 AM
Oma Falk
Oma Falk - avatar
+ 4
Sebastian Keßler would be too late for your chess😔😔
6th Aug 2018, 12:07 PM
Oma Falk
Oma Falk - avatar
6th Aug 2018, 12:44 PM
Oma Falk
Oma Falk - avatar
+ 4
Zackery Spry , ReimarPB It has been working a long time ago. Anyway, just tried it again and it didn't work anymore for some reason. That's for example a code which could do it in a browser (not the app)... https://code.sololearn.com/WKyvxwe8j2Cl/?ref=app
19th Mar 2020, 12:12 PM
Modi
Modi - avatar
+ 3
Ya! Of course its going to be useful!
8th Aug 2018, 3:24 AM
Infinity
Infinity - avatar
+ 2
For Webcodes it is useful. For Python and C++ I miss a monospaced Fond (Courier).
6th Aug 2018, 11:58 AM
Sebastian Keßler
Sebastian Keßler - avatar
+ 2
Characters and Numbers have the same Width. But ASCII Signs like char177 not. The Output of this code looks clean and propper on my Raspberry, Laptop and in Pydroid, but unfortunately not here https://code.sololearn.com/cAM1YUq9RVQa/?ref=app
6th Aug 2018, 2:26 PM
Sebastian Keßler
Sebastian Keßler - avatar
+ 2
Sololearn will not allow fullscreen. Not sure why. Maybe to prevent screen-lock risk, even though you could just close the browser. Example: in chrome to close a tab do ctrl + W
19th Mar 2020, 12:39 AM
Zackery Spry
Zackery Spry - avatar
+ 1
good job modi. this is really a great code ,i guess that you work hard for that. In my opinion, with adding another things ,it will be in my list of the best code
7th Aug 2018, 12:18 AM
Feres
Feres - avatar
+ 1
Zackery Spry This is very much possible to do in the browser because of SoloLearn's lack of security. SoloLearn's web app is vulnerable to a common but also dangerous attack called XSS. While this can be used to steal your account, it can also be used to run codes in full screen.
19th Mar 2020, 7:07 AM
ReimarPB
ReimarPB - avatar