Use these rapid keyboard shortcuts to control the GitHub Atom text editor on Mac OSX.
- ⌘ : Command key
- ⌃ : Control key
- ⌫ : Delete key
- ← : Left arrow key
- → : Right arrow key
- ↑ : Up arrow key
| { | |
| "name": "DigiCask Devnet Token", | |
| "symbol": "DCASK", | |
| "description": "Offcial token of the DigiCask tokenization platform.", | |
| "image": "https://www.digicask.finance/Logo/Logo3.png" | |
| } |
| // SPDX-License-Identifier: MIT | |
| pragma solidity ^0.8.7; | |
| interface OracleInterface { | |
| function fulfillOracleRequest( | |
| uint requestId, | |
| bytes32 data | |
| ) external returns (bool); |
| // SPDX-License-Identifier: MIT | |
| pragma solidity ^0.8.7; | |
| import "./OracleInterface.sol"; | |
| contract Oracle is OracleInterface { | |
| address public nodeAddress; | |
| string public adapterId; |
| // SPDX-License-Identifier: MIT | |
| pragma solidity ^0.8.7; | |
| import "./Oracle.sol"; | |
| contract PriceConsumer { | |
| Oracle public oracleAddress; | |
| uint public price; |
| // <ORACLIZE_API> | |
| /* | |
| Copyright (c) 2015-2016 Oraclize SRL | |
| Copyright (c) 2016 Oraclize LTD | |
| Permission is hereby granted, free of charge, to any person obtaining a copy | |
| of this software and associated documentation files (the "Software"), to deal | |
| in the Software without restriction, including without limitation the rights |
| | **Product** | **Image** | **Tags** | | |
| |----------------|-------------------|----------| | |
| | Sleeveless Jump Suit| [jump-suit.jpg](https://eecommerce.s3.amazonaws.com/jump-suit.jpg)|*women, jump suit* | |
| | Men Jean| [jean.jpg](https://eecommerce.s3.amazonaws.com/jean.jpg)|*men,pants,jean* | |
| |Pencil Skirt| [pencil-skirt.jpg](https://eecommerce.s3.amazonaws.com/pencil-skirt.jpg)|*women,skirt* | |
| |Men Sandal| [sandal.jpg](https://eecommerce.s3.amazonaws.com/sandal.jpg) |*men,footwear,sandal* | |
| |Smock Top| [smock-top.jpg](https://eecommerce.s3.amazonaws.com/smock-top.jpg) |*women,top* | |
| |T-Shirt| [tees.jpg](https://eecommerce.s3.amazonaws.com/tees.jpg) |*men,women,top* |
| Product | Image | Tags | |
|---|---|---|---|
| Sleeveless Jump Suit | https://eecommerce.s3.amazonaws.com/jump-suit.jpg | women jumpsuit | |
| Men Jean | https://eecommerce.s3.amazonaws.com/jean.jpg | men pants jean | |
| Pencil Skirt | https://eecommerce.s3.amazonaws.com/pencil-skirt.jpg | women skirt | |
| Men Sandal | https://eecommerce.s3.amazonaws.com/sandal.jpg | men footwear sandal | |
| Smock Top | https://eecommerce.s3.amazonaws.com/smock-top.jpg | women top | |
| T-Shirt | https://eecommerce.s3.amazonaws.com/tees.jpg | men women top |
Use these rapid keyboard shortcuts to control the GitHub Atom text editor on Mac OSX.
| /* | |
| ##Device = Desktops | |
| ##Screen = 1281px to higher resolution desktops | |
| */ | |
| @media (min-width: 1281px) { | |
| //CSS | |