Code Monkey home page Code Monkey logo

ryugod_ref's Introduction

Korean

  • This site provides a development environment for simple testing.
  • You can try running 'Linux Shell' and multiple program languages ​​without login.
  • It provides online compilers for C language, C++, Java, etc. and supports syntax highlighting function for all languages.
  • You can upload and download files to/from the server.
  • You can add source files by drag and drop.
  • You can easily share the source code you wrote with your friends.
  • Try copying the editor source and pasting it on the bulletin board. It is nicely pasted.
  • This site is optimized for 'Chrome' and 'Edge Browser'.

Load source using hyperlink

  • You can add a source to a hyperlink and load it directly into the editor.
  • For language identifiers, refer to the URL for each language of this site, such as bash, c, cc, or javascript.
  • The length of the entire URL must not exceed 15,000 bytes.
  • The pako compressed library is required.
  • If you press the Ctrl+Shift+F10 shortcut key, the hyperlink of the source code in the editor is copied to the clipboard.
// JavaScript example
const base_url = 'https://www.ryugod.com/pages/ide/' + "language delimiter"
const url = `${base_url}/source:${Buffer.from(pako.deflate("source to display
"))
    .toString('base64').replace(/\//g, "_")}`
const tag = `<a href="${url}">🚀 Test your code</a>`

ryugod_ref's People

Contributors

ryusatgat avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.