Skip to content

Instantly share code, notes, and snippets.

View allen-hsu's full-sized avatar

allenhsu allen-hsu

View GitHub Profile
@allen-hsu
allen-hsu / History|-35a30910|entries.json
Last active May 25, 2022 02:51
Visual Studio Code Settings Sync Gist
{"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}]}
<?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/>
//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 {
//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 {
//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 {
//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 {
#!/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
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)
$ git config --global commit.template $HOME/.gitmessage.txt
$ git commit
subject line
what happened
[ticket: X]