Skip to content

Commit

Permalink
refs #7 : update - README.md, LICENSE and package meta information
Browse files Browse the repository at this point in the history
  • Loading branch information
inureyes committed Jan 13, 2017
1 parent 572bf84 commit a2d4781
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 14 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2016 Lablup
Copyright (c) 2016-2017 Lablup Inc.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,39 +1,39 @@
# sorna-code-runner

ATOM package to run code snippets using Sorna API server
ATOM package to run code snippets via Sorna Cloud API server (https://cloud.sorna.io)

Description
===========

`sorna-code-runner` is ATOM editor package to add remote code execution feature using [Sorna](http://sorna.io) API. Currently, Sorna API supports 11 programming languages.
`sorna-code-runner` is ATOM editor package to add remote code execution feature using [Sorna Cloud API Service](https://cloud.sorna.io). `sorna-code-runner` uses [Sorna Opensource framework](http://sorna.io) and [Sorna API](http://docs.sorna.io)). Currently, Sorna supports 11 programming languages now.

By using this package, you can run your code (or code snippet) without installing or setting any programming environment. All you need to run code is
You can run your code (or code snippet) without installing or setting any programming environment with this package. All you need to run code is

* Install `sorna-code-runner` package.
* Get Sorna API access / secret key.
* Type your keys on preference page.
* Get Sorna API access / secret key at [Sorna Cloud API](https://cloud.sorna.io)
* Type your keys on package preferences page.
* You are ready to go!


Supported Languages
===================
Supported Languages on `sorna-code-runner`
==========================================

* Python 2.7
* Python 3.5
* TensorFlow 0.11
* Caffe
* PHP 7
* Linux terminal (ubuntu linux based)
* Javascript (via V8 engine)
* Node.js 4
* R 3
* Julia
* haskell

Languages (to be ready soon)
============================

* Rust
* Swift (via Swift opensource version)
* Theano
* Caffe
* Keras
* C++ (via gcc)
* Rust
* Swift (via Swift opensource version)
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
{
"name": "sorna-code-runner",
"main": "./lib/sorna-code-runner",
"version": "0.0.1",
"description": "Sorna code runner test package",
"version": "0.1.0",
"description": "Run program code via Sorna Cloud API service (https://cloud.sorna.io)",
"repository": "https://github.com/lablup/sorna-code-runner",
"license": "MIT",
"engines": {
"atom": ">=1.0.0 <2.0.0"
},
"dependencies": {
"language-r": ">=0.4.0",
"language-haskell": ">=1.10.0",
"language-julia": ">=0.10.0"
}
}

0 comments on commit a2d4781

Please sign in to comment.