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
{"version":1,"resource":"file:///Users/allenhsu/Documents/project/less-workshop/doughnut/frontend/src/components/notes/views/NoteCardsView.vue","entries":[{"id":"elJp.vue","timestamp":1649995823633},{"id":"ZniQ.vue","timestamp":1649995947240},{"id":"KkMU.vue","timestamp":1649996009489},{"id":"Ntnn.vue","timestamp":1649996248243},{"id":"fRU5.vue","timestamp":1649996271545},{"id":"EPBK.vue","timestamp":1649996309691},{"id":"MsIF.vue","timestamp":1650005772813},{"id":"Q4Ya.vue","timestamp":1650005883749}]} |
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
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>Label</key> | |
<string>com.jenkins.ci</string> | |
<key>UserName</key> | |
<string>jenkins</string> | |
<key>SessionCreate</key> | |
<true/> |
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
//Classes | |
//Record Studuent pick. | |
//Cal Result | |
//Studuent Pick Class(Not Pick) | |
//Pick End Time. | |
//Query Time | |
pragma solidity ^0.4.8; | |
import "https://github.com/OpenZeppelin/zeppelin-solidity/contracts/math/SafeMath.sol"; | |
contract PickClass { |
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
//Classes | |
//Record Studuent pick. | |
//Cal Result | |
//Studuent Pick Class(Not Pick) | |
//Pick End Time. | |
//Query Time | |
pragma solidity ^0.4.8; | |
import "https://github.com/OpenZeppelin/zeppelin-solidity/contracts/math/SafeMath.sol"; | |
contract PickClass { |
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
//Classes | |
//Record Studuent pick. | |
//Cal Result | |
//Studuent Pick Class(Not Pick) | |
//Pick End Time. | |
//Query Time | |
pragma solidity ^0.4.8; | |
import "https://github.com/OpenZeppelin/zeppelin-solidity/contracts/math/SafeMath.sol"; | |
contract PickClass { |
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
//Classes | |
//Record Studuent pick. | |
//Cal Result | |
//Studuent Pick Class(Not Pick) | |
//Pick End Time. | |
//Query Time | |
pragma solidity ^0.4.8; | |
import "https://github.com/OpenZeppelin/zeppelin-solidity/contracts/math/SafeMath.sol"; | |
contract PickClass { |
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
#!/usr/bin/env python | |
""" | |
Git commit hook: | |
.git/hooks/commit-msg | |
Check commit message according to angularjs guidelines: | |
* https://docs.google.com/document/d/1QrDFcIiPjSLDn3EL15IJygNPiHORgU1_OOAqWjiDU5Y/edit# | |
""" | |
| |
import sys | |
import re |
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
subject line | |
| |
what happened | |
| |
[ticket: X] | |
# Please enter the commit message for your changes. Lines starting | |
# with '#' will be ignored, and an empty message aborts the commit. | |
# On branch master | |
# Changes to be committed: | |
# (use "git reset HEAD <file>..." to unstage) |
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 config --global commit.template $HOME/.gitmessage.txt | |
$ git commit |
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
subject line | |
what happened | |
[ticket: X] |