paiza.io
Open in
urlscan Pro
13.230.125.65
Public Scan
URL:
https://paiza.io/projects/XH9sxuCAN4h9WYj-CrptIg?language=php
Submission: On December 27 via manual from US — Scanned from JP
Submission: On December 27 via manual from US — Scanned from JP
Form analysis
3 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="k4zZ05uReHE2oT5GoeKEHgxr4wT8Rwd4Syodr21f67nlbTdsyWAbQGzLRt2h2ECAx7HyKzC45XEEo8xjA91TaA==">
<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="k4zZ05uReHE2oT5GoeKEHgxr4wT8Rwd4Syodr21f67nlbTdsyWAbQGzLRt2h2ECAx7HyKzC45XEEo8xjA91TaA==">
<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>
<form ng-submit="addComment(comment_message)" role="form" class="ng-pristine ng-valid">
<div>
<table>
<tbody>
<tr>
<td>
<user-image size="32" user="current_user"
class="ng-isolate-scope"><i class="glyphicon glyphicon-user guest-user-color" ng-show="user==null" ng-style="{'font-size': size + 'px', 'vertical-align': 'middle'}" tooltip-animation="false" uib-tooltip="(A guest)" style="font-size: 32px; vertical-align: middle;"></i>
<a class="no-color" ng-href="/users/show/" href="/users/show/">
<img ng-show="user.image_url" ng-style="{ width: size+'px',height:size+'px'}" tooltip-animation="false" uib-tooltip="" class="ng-hide" style="width: 32px; height: 32px;">
<i class="glyphicon glyphicon-user default-user-color ng-hide" ng-show="user!=null && !user.image_url" ng-style="{'font-size': size+'px','vertical-align':'middle'}" tooltip-animation="false" uib-tooltip="" style="font-size: 32px; vertical-align: middle;"></i>
</a>
</user-image>
</td>
<td>
<div ng-show="current_user" class="ng-hide" style="">
<div>
<b class="ng-binding">
</b>
</div>
<div>
<div class="form-inline">
<div class="form-group">
<textarea class="form-control ng-pristine ng-untouched ng-valid ng-empty" ng-model="comment_message" placeholder="Looks good for you ?" style="width: 500px;" type="text"></textarea>
<input class="btn btn-primary" type="submit">
</div>
</div>
</div>
</div>
<div ng-show="!current_user">
<b class="ng-binding">
Please sign in to use this feature.
</b>
</div>
</td>
</tr>
</tbody>
</table>
</div>
</form>
Text Content
Beta Online PHP Editor * New code * Recent code * 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? -------------------------------------------------------------------------------- PHP Split Button! 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 Ruby on Rails, Node.js, MySQL, Java(Tomcat, JSP), PHP(LAMP), Django, Jupyter Notebook, etc. For web development, additional package, root, database, terminal... Visit PaizaCloud Cloud IDE! * Main.php Success 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 https://www.mixily.com/event/5145226480490505828 https://player.soundon.fm/p/8e05e4e3-c74b-4301-9711-464cc9124154 https://www.mixily.com/event/5424013757687220431 https://player.soundon.fm/p/0a1dc086-0815-426b-9fed-55bb3a6e50ae https://www.mixily.com/event/4491234182244648837 https://player.soundon.fm/p/919fd66a-b037-4919-b25e-71080af6828a https://www.mixily.com/event/3661836542389692414 https://player.soundon.fm/p/5c83d2e0-a0e1-43ff-82a2-d02714254847 https://www.mixily.com/event/6676806051571987153 https://player.soundon.fm/p/27db3484-0c28-4f62-a5c0-d2e023d79ca1 https://www.mixily.com/event/8424247666044188361 https://player.soundon.fm/p/28c03ce3-bc51-4a82-bd24-99a0bc360c6c https://www.mixily.com/event/1234247622346130478 https://player.soundon.fm/p/4185413c-6b5e-453f-b490-acaf5407b8b4 https://www.mixily.com/event/3577392235195040158 https://player.soundon.fm/p/55f725e0-15d8-4d75-9c85-a3efe7d82044 https://www.mixily.com/event/4687637090305105285 https://player.soundon.fm/p/0d6bc277-731e-4ce1-82a9-280b6e7e6acc https://www.mixily.com/event/6651923264626626545 https://player.soundon.fm/p/0f7152b3-3d99-42c6-ae4a-d90a8a0d5c3d https://www.mixily.com/event/8121185712995376059 https://player.soundon.fm/p/5b462084-2904-4c4d-8903-6af2e80f1fec https://www.mixily.com/event/4183012384558669396 https://player.soundon.fm/p/7b06c35b-5475-49d3-a3c1-27485a337a39 https://www.mixily.com/event/1692009012934778865 https://player.soundon.fm/p/1cf2b824-e1bc-4d36-8520-5f9ad5b88220 https://www.mixily.com/event/6081801737767371962 https://player.soundon.fm/p/95b9b42c-9199-4ce8-b80f-00c536556991 https://www.mixily.com/event/2159503447967958677 https://player.soundon.fm/p/4cc04aaa-e75a-4a8e-98ca-a8bb3de28696 https://www.mixily.com/event/6545980637305003506 https://player.soundon.fm/p/4e0a9c6b-3b74-4cf8-8fa9-5ef52f7e692c https://www.mixily.com/event/334024997846702855 https://player.soundon.fm/p/9caae1f1-9232-403b-aae4-02fe49e7f618 https://www.mixily.com/event/7718515618858354902 https://player.soundon.fm/p/5ce3ac42-c501-4696-a3f5-2a15b10f0c34 https://www.mixily.com/event/2221266347431931801 https://player.soundon.fm/p/b3b94bac-59e0-47a2-a5d9-ed530af3a0ee https://www.mixily.com/event/8475117271480731069 https://player.soundon.fm/p/33ae882e-acf5-43e7-9445-ecc1d3dda044 https://www.mixily.com/event/7671626864939257342 https://player.soundon.fm/p/15656bb1-eef0-4c09-bdc7-b4e4e54f92fa https://www.mixily.com/event/4090751661537256900 https://player.soundon.fm/p/f6ea852d-1968-47f5-be10-c104ee82b403 https://www.mixily.com/event/6702793095777201425 https://player.soundon.fm/p/514554f9-b5d8-4b21-b76c-0b07e97f82e5 https://www.mixily.com/event/8280641544161872419 https://player.soundon.fm/p/7b190a7d-facf-48c3-91e6-b95b3b981008 https://www.mixily.com/event/893423610704847193 https://player.soundon.fm/p/7a671e74-e95c-4fe1-8056-e21930d188cc https://www.mixily.com/event/5485382741851443766 https://player.soundon.fm/p/2ba1e080-f099-46ed-b4a0-c70deae34ad9 https://www.mixily.com/event/8231735899575889203 https://player.soundon.fm/p/fdddea1e-8a52-4717-92ec-672ce3edc28a https://www.mixily.com/event/7990983074585665888 https://player.soundon.fm/p/bfe078b3-55ad-49e2-8fb4-db00a00ab784 https://www.mixily.com/event/3691910918324735991 https://player.soundon.fm/p/3de7e62f-af82-4002-9961-d90f3a737343 https://www.mixily.com/event/8682777822877664400 https://player.soundon.fm/p/d18e4f5d-4b1f-48de-9588-3f35f5773a24 https://www.mixily.com/event/1353947133221178149 https://player.soundon.fm/p/20c5689a-fa00-40c7-a788-578e1eeda5d2 https://www.mixily.com/event/4994271999461407587 הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX Run (Ctrl-Enter) Split Button! * Delete * Delete (as Super User) * * Save only * Fork * Run only | * Output * Runtime error * Build error * Input * Comments 0 (0.04 sec) nullnull Please sign in to use this feature. Please Wait... TextHTMLJSON https://www.mixily.com/event/5145226480490505828 https://player.soundon.fm/p/8e05e4e3-c74b-4301-9711-464cc9124154 https://www.mixily.com/event/5424013757687220431 https://player.soundon.fm/p/0a1dc086-0815-426b-9fed-55bb3a6e50ae https://www.mixily.com/event/4491234182244648837 https://player.soundon.fm/p/919fd66a-b037-4919-b25e-71080af6828a https://www.mixily.com/event/3661836542389692414 https://player.soundon.fm/p/5c83d2e0-a0e1-43ff-82a2-d02714254847 https://www.mixily.com/event/6676806051571987153 https://player.soundon.fm/p/27db3484-0c28-4f62-a5c0-d2e023d79ca1 https://www.mixily.com/event/8424247666044188361 https://player.soundon.fm/p/28c03ce3-bc51-4a82-bd24-99a0bc360c6c https://www.mixily.com/event/1234247622346130478 https://player.soundon.fm/p/4185413c-6b5e-453f-b490-acaf5407b8b4 https://www.mixily.com/event/3577392235195040158 https://player.soundon.fm/p/55f725e0-15d8-4d75-9c85-a3efe7d82044 https://www.mixily.com/event/4687637090305105285 https://player.soundon.fm/p/0d6bc277-731e-4ce1-82a9-280b6e7e6acc https://www.mixily.com/event/6651923264626626545 https://player.soundon.fm/p/0f7152b3-3d99-42c6-ae4a-d90a8a0d5c3d https://www.mixily.com/event/8121185712995376059 https://player.soundon.fm/p/5b462084-2904-4c4d-8903-6af2e80f1fec https://www.mixily.com/event/4183012384558669396 https://player.soundon.fm/p/7b06c35b-5475-49d3-a3c1-27485a337a39 https://www.mixily.com/event/1692009012934778865 https://player.soundon.fm/p/1cf2b824-e1bc-4d36-8520-5f9ad5b88220 https://www.mixily.com/event/6081801737767371962 https://player.soundon.fm/p/95b9b42c-9199-4ce8-b80f-00c536556991 https://www.mixily.com/event/2159503447967958677 https://player.soundon.fm/p/4cc04aaa-e75a-4a8e-98ca-a8bb3de28696 https://www.mixily.com/event/6545980637305003506 https://player.soundon.fm/p/4e0a9c6b-3b74-4cf8-8fa9-5ef52f7e692c https://www.mixily.com/event/334024997846702855 https://player.soundon.fm/p/9caae1f1-9232-403b-aae4-02fe49e7f618 https://www.mixily.com/event/7718515618858354902 https://player.soundon.fm/p/5ce3ac42-c501-4696-a3f5-2a15b10f0c34 https://www.mixily.com/event/2221266347431931801 https://player.soundon.fm/p/b3b94bac-59e0-47a2-a5d9-ed530af3a0ee https://www.mixily.com/event/8475117271480731069 https://player.soundon.fm/p/33ae882e-acf5-43e7-9445-ecc1d3dda044 https://www.mixily.com/event/7671626864939257342 https://player.soundon.fm/p/15656bb1-eef0-4c09-bdc7-b4e4e54f92fa https://www.mixily.com/event/4090751661537256900 https://player.soundon.fm/p/f6ea852d-1968-47f5-be10-c104ee82b403 https://www.mixily.com/event/6702793095777201425 https://player.soundon.fm/p/514554f9-b5d8-4b21-b76c-0b07e97f82e5 https://www.mixily.com/event/8280641544161872419 https://player.soundon.fm/p/7b190a7d-facf-48c3-91e6-b95b3b981008 https://www.mixily.com/event/893423610704847193 https://player.soundon.fm/p/7a671e74-e95c-4fe1-8056-e21930d188cc https://www.mixily.com/event/5485382741851443766 https://player.soundon.fm/p/2ba1e080-f099-46ed-b4a0-c70deae34ad9 https://www.mixily.com/event/8231735899575889203 https://player.soundon.fm/p/fdddea1e-8a52-4717-92ec-672ce3edc28a https://www.mixily.com/event/7990983074585665888 https://player.soundon.fm/p/bfe078b3-55ad-49e2-8fb4-db00a00ab784 https://www.mixily.com/event/3691910918324735991 https://player.soundon.fm/p/3de7e62f-af82-4002-9961-d90f3a737343 https://www.mixily.com/event/8682777822877664400 https://player.soundon.fm/p/d18e4f5d-4b1f-48de-9588-3f35f5773a24 https://www.mixily.com/event/1353947133221178149 https://player.soundon.fm/p/20c5689a-fa00-40c7-a788-578e1eeda5d2 https://www.mixily.com/event/4994271999461407587 https://player.soundon.fm/p/4d4cfb4c-5cba-496b-be76-a2534a65be40 https://www.mixily.com/event/4217757427737110261 https://player.soundon.fm/p/d47b816f-8c54-4634-8072-d4283300b86e https://www.mixily.com/event/4307011095059105682 https://player.soundon.fm/p/50063f8b-206b-4112-8605-4f97b25df767 https://www.mixily.com/event/1063889981366687600 https://player.soundon.fm/p/b47ad242-bdc8-4cfa-9e85-a5b6eba244a7 https://www.mixily.com/event/980112119097847616 https://player.soundon.fm/p/0ac32b68-ca99-4a3e-862e-42189be7cd53 https://www.mixily.com/event/7449833736485771555 https://www.mixily.com/event/8693942309339177812 https://player.soundon.fm/p/f30a254c-742d-44a8-9379-47bfe2a2efcc https://www.mixily.com/event/5686769015230610410 https://player.soundon.fm/p/d7a14dbd-ba9f-4920-a44b-d637d975dcf5 https://www.mixily.com/event/3830465603039928095 https://player.soundon.fm/p/89628c5e-790c-43a5-ad9a-67b53ec85a88 https://www.mixily.com/event/1031357243532792655 https://player.soundon.fm/p/11a8176b-01af-4f08-83f6-9c9dc6de1b37 https://www.mixily.com/event/1668955881533705105 https://player.soundon.fm/p/1291126e-c51c-4edb-bdf8-a4c559860a25 https://www.mixily.com/event/2638765542913855111 https://player.soundon.fm/p/d32f76e3-47af-4239-882b-27fa408a4b96 https://www.mixily.com/event/4671130909476479421 https://player.soundon.fm/p/4e6668d5-3d85-4c9e-b605-77d7580ca109 https://dollarsprout.com/author/download-avatar-2-the-way-of-water-2022/ https://dollarsprout.com/author/where-to-watch-avatar-2-the-way-of-water-online/ https://dollarsprout.com/author/123movies-watch-avatar-2-2022-online-on-123movies/ https://dollarsprout.com/author/watch-avatar-2-the-way-of-water-online-free/ https://dollarsprout.com/author/free-avatar-2-the-way-of-water-watch-full-movie/ https://dollarsprout.com/author/avatar-2-the-way-of-water-watch-online-streaming/ https://dollarsprout.com/author/watch-avatar-2-the-way-of-water-free-online/ https://dollarsprout.com/author/how-to-watch-avatar-2-the-way-of-water-free/ https://dollarsprout.com/author/watch-avatar-2-the-way-of-water-2022-full-movie/ https://dollarsprout.com/author/full-free-avatar-2-streaming-movie-on-123Movies/ https://dollarsprout.com/author/avatar-2-the-way-of-water-2022-full-movie-for-free/ https://dollarsprout.com/author/download-avatar-2-the-way-of-water-2022-full-movie/ https://dollarsprout.com/author/avatar-2-the-way-of-water-2022-watch-full-movie/ https://dollarsprout.com/author/watch-avatar-2-the-way-of-water-2022-free-download/ https://dollarsprout.com/author/where-to-watch-avatar-2-2022-streaming-at-home/ https://dollarsprout.com/author/official-watch-avatar-2-2022-online-free-on-hbomax/ https://dollarsprout.com/author/watch-avatar-2-the-way-of-water-film-free-at-home/ https://dollarsprout.com/author/download-black-panther-2-2022-online-fullmovie/ https://dollarsprout.com/author/how-to-watch-black-panther-2-free-online-movie/ https://dollarsprout.com/author/free-watch-black-panther-2-2022-fullMovie-online/ https://dollarsprout.com/author/black-panther-2-wakanda-forever-watch-online-home/ https://dollarsprout.com/author/watch-black-panther-2-movie-online-on-123movies/ https://dollarsprout.com/author/black-panther-2-full-movie-online-for-free/ https://dollarsprout.com/author/watch-black-panther-2-online-for-free-download/ https://dollarsprout.com/author/download-babylon-2022-online-fullmovie-free-720p/ https://dollarsprout.com/author/how-to-watch-babylon-2022-free-online-streaming/ https://dollarsprout.com/author/free-watch-babylon-2022-fullmovie-online-for-free/ https://dollarsprout.com/author/babylon-2022-watch-online-streaming-at-home/ https://dollarsprout.com/author/watch-babylon-2022-full-movie-online-on-123movies/ https://dollarsprout.com/author/babylon-2022-full-movie-online-for-free/ https://dollarsprout.com/author/watch-babylon-2022-online-for-free-download/ https://www.wowace.com/paste/b33e1977 https://pastebin.com/7xRmWhXW https://pastelink.net/6ypb8c7d https://yamcode.com/ax2s9eocuj × 学校向けに無料提供中!ブラウザだけでプログラミングが学べる「paizaラーニング学校フリーパス」の申請はこちらから! × Close INFORMATION This program was neither run nor saved. -------------------------------------------------------------------------------- FORK PARENT: No parent DETAILS Id: 17017886 Language: php Build time: Build exit code: 0 Build result: Exit code: 0 Time: 0.04 Memory: 28428000 Network connections used: 0 Result: success Live: Share: private Created at: 2022-12-27T18:14:05.000Z Updated at: 2022-12-27T18:14:06.000Z Run at: 2022-12-27T18:14:06.000Z Saved at: 2022-12-27T18:14:05.000Z Close × Close EDITOR PREFERENCES Theme: ChromeCloudsCrimson EditorDawnDreamweaverEclipseKatzenMilchKuroirGitHubSolarized LightTextMateTomorrowXCodeAmbianceChaosClouds MidnightCobaltidle_fingerskrkrThemeMerbivoreMerbivore SoftMono IndustrialMonokaiPastel on DarkSolarized DarkTerminalTomorrow NightTomorrow Night BlueTomorrow Night BrightTomorrow Night 80sTwilightVibrant Ink FontSize: 10px11px12px13px14px16px18px20px24px48px Keymap: normalvimemacs Tab width: Auto completion: On Show gutter: On Show invisibles: Off Close × TASK SCHEDULING Please sign in to use this feature. You are not the owner of this code. No schedulingEvery hourEvery day Close