All Projects → Trendyol → Code Playground

Trendyol / Code Playground

Licence: mit
CodePlayground is a playground tool for go and rust language.

Programming Languages

go
31211 projects - #10 most used programming language
rust
11053 projects
golang
3204 projects

Projects that are alternatives of or similar to Code Playground

React View
React View is an interactive playground, documentation and code generator for your components.
Stars: ✭ 544 (+1108.89%)
Mutual labels:  playground
Electron Playground
This is a project to quickly experiment and learn electron related APIs
Stars: ✭ 938 (+1984.44%)
Mutual labels:  playground
Mlmoji
Hand-Drawn Emoji Classifier (WWDC18 Scholarship Application)
Stars: ✭ 34 (-24.44%)
Mutual labels:  playground
Unityplayground
A collection of simple scripts to create 2D physics game, intended for giving workshops to a young audience
Stars: ✭ 603 (+1240%)
Mutual labels:  playground
Ngx Formly Playground
Project with list of Angular Formly exercises. Every next exercise add new feature to the previous one.
Stars: ✭ 16 (-64.44%)
Mutual labels:  playground
Awesome Ai Books
Some awesome AI related books and pdfs for learning and downloading, also apply some playground models for learning
Stars: ✭ 855 (+1800%)
Mutual labels:  playground
Inim
Interactive Nim Shell / REPL / Playground
Stars: ✭ 407 (+804.44%)
Mutual labels:  playground
Imagecoordinatespace
UICoordinateSpace for UIImageView image
Stars: ✭ 42 (-6.67%)
Mutual labels:  playground
Deer Executor
An executor for online judge —— 基于Go语言实现的代码评测工具
Stars: ✭ 23 (-48.89%)
Mutual labels:  playground
Scrubber
🎚Swift playground for building animations with UIViewPropertyAnimator
Stars: ✭ 32 (-28.89%)
Mutual labels:  playground
Flutterbasicwidgets
ABC of Flutter widgets. Intended for super beginners at Flutter. Play with 35+ examples in DartPad directly and get familiar with various basic widgets in Flutter
Stars: ✭ 609 (+1253.33%)
Mutual labels:  playground
Flexibleimage
A simple way to play with the image!
Stars: ✭ 798 (+1673.33%)
Mutual labels:  playground
Flutterplayground
Playground app for Flutter
Stars: ✭ 859 (+1808.89%)
Mutual labels:  playground
Graphql Editor
📺 Visual Editor & GraphQL IDE. Draw GraphQL schemas using visual 🔷 nodes and explore GraphQL API with beautiful UI. Even 🐒 can do that!
Stars: ✭ 5,485 (+12088.89%)
Mutual labels:  playground
Swiftwasm Pad
swiftwasm-pad is a online playground to help developers learn about Swift on Web.
Stars: ✭ 35 (-22.22%)
Mutual labels:  playground
Playalways
Create Xcode playgrounds from your menu bar
Stars: ✭ 515 (+1044.44%)
Mutual labels:  playground
Vuep
🎡 A component for rendering Vue components with live editor and preview.
Stars: ✭ 840 (+1766.67%)
Mutual labels:  playground
Componentfixture
🛠️Interactive sandox playground for vue components
Stars: ✭ 44 (-2.22%)
Mutual labels:  playground
Ncform
🍻 ncform, a very nice configuration generation way to develop forms ( vue, json-schema, form, generator )
Stars: ✭ 1,009 (+2142.22%)
Mutual labels:  playground
Revery Playground
Live, interactive playground for Revery examples
Stars: ✭ 14 (-68.89%)
Mutual labels:  playground

CodePlayground

CodePlayground is a playground tool for go and rust language.

Go Report Card Go Doc Card

Installation

Use homebrews to install code-playground.

brew tap trendyol/trendyol-tap
brew install code-playground

Usage

Commands open default (vim) editor

code-playground go

code-playground rust

If you want to use another editor for code-playground, export PLAYGROUND ENVIRONMENT value.

e.g. export PLAYGROUND_ENVIRONMENT="subl -w" (use sublime editor)

e.g. export PLAYGROUND_ENVIRONMENT="code -w" (use vscode editor)

Flags

Naming Playground

This command save to playground.

code-playground go my-go-playground

code-playground rust my-rust-playground

Share (-s)

This flag generate to playground link.

code-playground go -s

code-playground rust -s

Import (-i)

This flag import to shared playground link.

code-playground go -i "https://play.golang.org/p/9geTEmeOzJO"

code-playground rust -i "https://play.rust-lang.org/?gist=62a1c0b6f2aee0f7ebd78cfbddaae0e4"

Output

>>> code-playground rust -s

-------------------------------------------------
Hello, code-playground
-------------------------------------------------
⇨ https://play.rust-lang.org/?gist=7f28f8a1a7f35c35a903f983fa95b9e0
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].