paiza.io
Open in
urlscan Pro
18.179.70.17
Public Scan
Submitted URL: http://paiza.io/
Effective URL: https://paiza.io/en/
Submission: On March 21 via manual from IN — Scanned from JP
Effective URL: https://paiza.io/en/
Submission: On March 21 via manual from IN — Scanned from JP
Form analysis
2 forms found in the DOMName: signup_form — POST /users
<form name="signup_form" class="new_user ng-pristine ng-invalid ng-invalid-required ng-valid-minlength ng-valid-email ng-valid-validator" id="new_user" action="/users" accept-charset="UTF-8" method="post"><input name="utf8" type="hidden"
value="✓"><input type="hidden" name="authenticity_token" value="XRAGXWR8R/YpUVGcR7YeCzIgICjbnkQ1qmUcLvn9GorHw8zrHJA7zzdiATNdrcW4Eev5nI7mYgkgWalLN8UDjQ==">
<div class="control-group mb5">
<label class="control-label" for="user_username">Username</label>
<div class="controls">
<input autofocus="autofocus" class="text_area ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required ng-valid-minlength" required="required" minlength="3" ng-model="username" type="text" name="user[username]" id="user_username">
<span class="text-danger ng-active" ng-messages="signup_form['user[username]'].$error">
<!-- ngMessage: required --><span ng-message="required" class="ng-scope">Required</span>
<!-- ngMessage: minlength -->
</span>
<span class="text-success ng-hide" ng-show="signup_form['user[username]'].$valid">OK</span>
</div>
</div>
<div class="control-group mb5">
<label class="control-label" for="user_email">E-mail</label>
<div class="controls">
<input class="text_area ng-pristine ng-untouched ng-empty ng-valid-email ng-invalid ng-invalid-required" ng-model="email" required="required" type="email" value="" name="user[email]" id="user_email">
<span class="text-danger ng-active" ng-messages="signup_form['user[email]'].$error">
<!-- ngMessage: required --><span ng-message="required" class="ng-scope">Required</span>
<!-- ngMessage: email -->
</span>
<span class="text-success ng-hide" ng-show="signup_form['user[email]'].$valid">OK</span>
</div>
</div>
<div class="control-group mb5">
<label class="control-label" for="user_password">Password</label>
<div class="controls">
<input autocomplete="off" class="text_area ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required ng-valid-minlength" ng-model="password" minlength="8" required="required" type="password" name="user[password]" id="user_password">
<span class="text-danger ng-active" ng-messages="signup_form['user[password]'].$error">
<!-- ngMessage: required --><span ng-message="required" class="ng-scope">Required</span>
<!-- ngMessage: minlength -->
</span>
<span class="text-success ng-hide" ng-show="signup_form['user[password]'].$valid">OK</span>
</div>
</div>
<div class="mb15">
<label for="user_password_confirmation">Password confirmation</label>
<br>
<input autocomplete="off" ng-model="password_confirmation" minlength="8" required="required" ui-validate="'$value==password'" ui-validate-watch="'password'" type="password" name="user[password_confirmation]" id="user_password_confirmation"
class="ng-pristine ng-untouched ng-valid-validator ng-empty ng-invalid ng-invalid-required ng-valid-minlength">
<span class="text-danger ng-active" ng-messages="signup_form['user[password_confirmation]'].$error">
<!-- ngMessage: required --><span ng-message="required" class="ng-scope">Required</span>
<!-- ngMessage: validator -->
</span>
<span class="text-success ng-hide" ng-show="signup_form['user[password_confirmation]'].$valid">OK</span>
</div>
<div><input type="submit" name="commit" value="Sign Up" class="btn btn-primary" ng-disabled="signup_form.$invalid" disabled="disabled"></div>
</form>
Name: signin_form — POST /users/sign_in
<form name="signin_form" class="new_user ng-pristine ng-valid-email ng-invalid ng-invalid-required ng-valid-minlength" id="new_user" action="/users/sign_in" accept-charset="UTF-8" method="post"><input name="utf8" type="hidden" value="✓"><input
type="hidden" name="authenticity_token" value="XRAGXWR8R/YpUVGcR7YeCzIgICjbnkQ1qmUcLvn9GorHw8zrHJA7zzdiATNdrcW4Eev5nI7mYgkgWalLN8UDjQ==">
<div class="control-group">
<label class="control-label" for="user_email">E-mail</label>
<div class="controls">
<input autofocus="autofocus" class="text_area ng-pristine ng-untouched ng-empty ng-valid-email ng-invalid ng-invalid-required" ng-model="email" required="required" type="email" value="" name="user[email]" id="user_email">
<span class="text-danger" ng-show="signin_form['user[email]'].$error.required">Required</span>
<span class="text-danger ng-hide" ng-show="signin_form['user[email]'].$error.email">Invalid E-Mail address</span>
<span class="text-success ng-hide" ng-show="signin_form['user[email]'].$valid">OK</span>
</div>
</div>
<div class="control-group">
<label class="control-label" for="user_password">Password</label>
<div class="controls">
<input autocomplete="off" class="text_area ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required ng-valid-minlength" minlength="8" required="required" ng-model="password" type="password" name="user[password]" id="user_password">
<span class="text-danger" ng-show="signin_form['user[password]'].$error.required">Required</span>
<span class="text-danger ng-hide" ng-show="signin_form['user[password]'].$error.minlength">Too short(less than 8 characters)</span>
<span class="text-success ng-hide" ng-show="signin_form['user[password]'].$valid">OK</span>
</div>
</div>
<div>
<input name="user[remember_me]" type="hidden" value="0"><input type="checkbox" value="1" name="user[remember_me]" id="user_remember_me">
<label for="user_remember_me">Remember me</label>
</div>
<div><input type="submit" name="commit" value="Sign In" class="btn btn-primary"></div>
</form>
Text Content
Beta * New code * Recent codes * WebDev * * English * English * 日本語 * Spanish * Sign Up * * Sign In * * Help Feedback/Contact × Close SIGN UP GitHub Sign In -------------------------------------------------------------------------------- Facebook Sign In Google Sign In -------------------------------------------------------------------------------- Username Required OK E-mail Required OK Password Required OK Password confirmation Required OK Forgot your password? Didn't receive confirmation instructions? -------------------------------------------------------------------------------- × Close SIGN IN GitHub Sign In -------------------------------------------------------------------------------- Facebook Sign In Google Sign In -------------------------------------------------------------------------------- E-mail Required Invalid E-Mail address OK Password Required Too short(less than 8 characters) OK Remember me Forgot your password? Didn't receive confirmation instructions? -------------------------------------------------------------------------------- JUST WRITE AND RUN CODE ONLINE ! Which language will you use ? Bash C C# C++ Clojure Cobol CoffeeScript D Elixir Erlang F# Go Haskell Java JavaScript Kotlin MySQL Nadesiko Objective-C Perl PHP Python2 Python3 R Ruby Rust Scala Scheme Swift TypeScript VB FOR WEB DEVELOPMENT, PACKAGE INSTALLATION,... VISIT PAIZACLOUD CLOUD IDE! WHAT IS PAIZA.IO? paiza.IO is online editor and compiler where you can write and run code instantly. Whenever you come up with new idea, learn or teach programming, you and others can just write and run code. PAIZA.IO ENGINE paiza.IO engine is the lightest container based code runner engine that support all(20+) popular compiler or script languages. paiza.IO engine provides stable running time, extremely low latency without any polling, and scalable infrastructure. PAIZA.IO API We provide paiza.IO API for your application. You can try the API, but API access have limitation and we don't guarantee the service at all. For business use, please contact info@paiza.io with purpose and estimated access for stable paiza.IO service. * API interface PAIZA.JP paiza.jp provide coding based engineer and IT company matching service using paiza.IO code runner engine. Please contact info@paiza.io for customized programming skill check service for your company. You can see POH(paiza Online Hackathon) page as a English example. All the your code is just saved, to view or edit later on. And more, your code can be automatically synced with GitHub(Gist). (Sign in required) Sing up ( Free ) Internet connection is available. You can use Twitter or any external API service, or scrape web sites. Create new code ( Free ) Multiple file is supported. Just drag and drop to upload files ! By pushing "+" tab button, you can create more files to run. You can create multiple source codes and data files easily. You can even just drag-and-drop to upload files. Crea código nuevo (gratis) Post your code to your blog ! The code runs on your blog ! By clicking "embed" toolbar button, you can get HTML snippet you can just put on your blog ! For example, you can write programming challenge on your blog. Create new code ( Free ) Online editor and compiler * Official Facebook Page * Official Twitter Account(English) Browser-based web development environment PaizaCloud Online editor and compiler * Bash Online | * Online C compiler | * C# Online | * Online C++ compiler | * Clojure Online | * Cobol Online | * CoffeeScript Online | * D Online | * Elixir Online | * Erlang Online | * F# Online | * Go Online | * Haskell Online | * Online Java compiler | * JavaScript Online | * Kotlin Online | * MySQL Online | * Nadesiko Online | * Objective-C Online | * Perl Online | * Online PHP Editor | * Python2 Online | * Python Online | * R Online | * Ruby Online | * Rust Online | * Scala Online | * Scheme Online | * Swift Online | * TypeScript Online | * VB Online | PaizaCloud Tutorials Ruby on Rails Tutorial | Ruby Sinatra Tutorial | Laravel Tutorial | Django Tutorial | Go(golang) Tutorial | Jupyter Notebook Tutorial | Twitter bot Tutorial | Slack bot Tutorial | Google Home App Tutorial | Alexa App Tutorial | iPad IDE Tutorial Locale * Switch to Japanese | * Switch to English | * Switch to Spanish | © Paiza, Inc. 2014- | e-mail: info@paiza.io , TEL: +81-3-6384-8050 , Address: Tokyo Tatemono Aoyama Building 5F, 3-3-5, Kita-Aoyama, Minato-ku, Tokyo, Japan, 107-0061