There's also a paid version.
- App Setup on first open
- Language
- Privacy Policy
This tutorial assumes that you're using Ubuntu 16.04
For goodness' sake, don't use the apt-get
approach to install ruby, use rvm
.
You just need to follow these steps:
https://github.com/rvm/ubuntu_rvm
This tutorial assumes that you're using Ubuntu 16.04
Just follow these steps: https://github.com/rvm/ubuntu_rvm
To install:
Geralmente negligenciado pelos desenvolvedores devido a:
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<title>Resizable Rectangle</title> | |
<style> | |
* { | |
box-sizing: border-box; | |
} |
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<title>Animated Banner</title> | |
<style> | |
* { | |
box-sizing: border-box; | |
} |
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<title>JS Expression Calculator</title> | |
</head> | |
<body> | |
<h1>Expression Calculator</h1> | |
Enter the expression: | |
<input id="expression" type="text" name="expression"> |