- The BitTorrent Protocol Daemon https://github.com/btpd/btpd
- FFplay https://www.ffmpeg.org/ffplay.html
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
| #Sun May 13 13:06:45 CEST 2018 | |
| defaultFillColour_ImplementationEvent=\#f8c6d7 | |
| defaultFillColour_Driver=\#e4cee7 | |
| defaultFillColour_ApplicationProcess=\#bbdefb | |
| defaultFillColour_BusinessActor=\#fff9c4 | |
| defaultFillColour_Outcome=\#e4cee7 | |
| defaultFillColour_Resource=\#ffe0b2 | |
| defaultFillColour_Representation=\#fff9c4 | |
| defaultFillColour_Facility=\#b2dfdb | |
| defaultFillColour_Gap=\#dbe6db |
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
| pragma solidity ^0.4.0; | |
| contract Courses { | |
| string fName; | |
| uint age; | |
| function setInstructor(string _fName, uint _age) public { | |
| fName = _fName; | |
| age = _age; |
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
| pragma solidity ^0.4.0; | |
| contract Courses { | |
| string fName; | |
| uint age; | |
| function setInstructor(string _fName, uint _age) public { | |
| fName = _fName; | |
| age = _age; |
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
| pragma solidity ^0.4.0; | |
| contract Courses { | |
| string fName; | |
| uint age; | |
| function setInstructor(string _fName, uint _age) public { | |
| fName = _fName; | |
| age = _age; |
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
| pragma solidity ^0.4.0; | |
| contract Courses { | |
| string fName; | |
| uint age; | |
| function setInstructor(string _fName, uint _age) public { | |
| fName = _fName; | |
| age = _age; |
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
| pragma solidity ^0.4.0; | |
| contract Courses { | |
| string fName; | |
| uint age; | |
| function setInstructor(string _fName, uint _age) public { | |
| fName = _fName; | |
| age = _age; |
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
| pragma solidity ^0.4.0; | |
| contract Courses { | |
| string fName; | |
| uint age; | |
| function setInstructor(string _fName, uint _age) public { | |
| fName = _fName; | |
| age = _age; |
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
| pragma solidity ^0.4.0; | |
| contract Courses { | |
| string fName; | |
| uint age; | |
| function setInstructor(string _fName, uint _age) public { | |
| fName = _fName; | |
| age = _age; |
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
| pragma solidity ^0.4.0; | |
| contract Courses { | |
| string fName; | |
| uint age; | |
| function setInstructor(string _fName, uint _age) public { | |
| fName = _fName; | |
| age = _age; |