Suddenly, please click the URL below. A terminal will open in your browser and you can try the CLI tool ghs that searches the Github repository.
ghs - Trial page
You can search the Github repository with ghs
the repository you want to find`.
CodePicnic is a service that allows you to publish the environment created as described above on the Web.
The author can update and save the environment. The user basically cannot save the file, but when the file is created and re-accessed, the file remains. If you access it from another browser, the file does not remain, so it is probable that you are managing the session with cookies etc. and the environment is created for each session.
There is a limit of 20 hours a month, but you can use it for free. It also has a bargain price of $ 9.99 with no restrictions.
Since this terminal can be embedded in a web page, you can easily create a tutorial like the one below. I think it is also useful for creating a programming learning site. Try Prediction.IO
In addition to simply providing a console environment, it is possible to check the operation with a simple Web server and share one editor with multiple users for remote pair programming. CodePicnic Features
CodePicnic-Go to https://codepicnic.com/.
Log in from Sign up and try us now !.
Select the language of the environment you want to create from NEW CONSOLE on the left
Create with Create
Enter an appropriate name in New Name your console and create the environment where you want to open the Terminal tab below. When you're done, click the save
icon in the upper right corner of the terminal.
If you want to publish the terminal, change Change mode: at the bottom from Draft
to Public
Finally, get the public URL with the options icon-> Share in the upper right.
You can also display the README
tab by creating README.md
.
See below for details. Embed Documentation - CodePicnic
This is the end.
CodePicnic is a cloud service, but there is a tool called codetainer in OSS. It may be good for the purpose of using your own environment privately from the browser. Security is a concern when it comes to disclosure.
CodePicnic makes it easy to provide users with a trial environment for published tools. I hope that many tools will be provided with a trial environment by CodePicnic in the future.
Recommended Posts