A Pen by AplinXy9plin on CodePen.
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
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8" /> | |
| <meta http-equiv="X-UA-Compatible" content="IE=edge" /> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0" /> | |
| <title>Kill Mob</title> | |
| </head> | |
| <body> | |
| <div class="container h-100"> |
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
| import { Chain, Connector } from 'wagmi'; | |
| import WalletConnect from "@walletconnect/client"; | |
| interface ISubsPromise { | |
| params: { | |
| accounts: string[], | |
| chainId: number, | |
| }[] | |
| } |
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
| // SPDX-License-Identifier: GPL-3.0 | |
| pragma solidity >=0.7.0 <0.9.0; | |
| import "@openzeppelin/contracts/token/ERC20/ERC20.sol"; | |
| import "@openzeppelin/contracts/token/ERC20/ERC20.sol"; | |
| import "@openzeppelin/contracts/token/ERC20/IERC20.sol"; | |
| contract DSalary { | |
| address contractOwner; |
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
| [ | |
| { | |
| "name": "WETH", | |
| "marketPrice": 10.31, | |
| "contractAddress": "0xc778417e063141139fce010982780140aa0cd5ab", | |
| "liquid": 1 | |
| }, | |
| { | |
| "name": "DAI", | |
| "marketPrice": 20.31, |
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
| CSGO-T6Vzd-J2TbO-CwNYu-r8hTW-O5JzN |
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
| curl --request POST \ | |
| --url https://talestorm.ws.pho.to/build \ | |
| --header 'content-type: application/x-www-form-urlencoded' \ | |
| --header 'style_url: https://cdns-images.dzcdn.net/images/cover/11cb6e83b920c208beaf4bf8039be246/500x500-000000-80-0-0.jpg' \ | |
| --data url=http://temp-images.ws.pho.to/1975d63402cc4ba31f0b9d017e98e9ac080263ad.jpeg \ | |
| --data style_url=https://cdns-images.dzcdn.net/images/cover/11cb6e83b920c208beaf4bf8039be246/500x500-000000-80-0-0.jpg |
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
| app.use(function(req, res, next) { | |
| res.header("Access-Control-Allow-Origin", "*"); | |
| res.header("Access-Control-Allow-Headers", "Origin, X-Requested-With, Content-Type, Accept"); | |
| next(); | |
| }); |
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
| import React from 'react'; | |
| import { View, Panel, PanelHeader, Tabbar, TabbarItem } from '@vkontakte/vkui'; | |
| import Icon28Messages from '@vkontakte/icons/dist/28/messages' | |
| import Icon28Search from '@vkontakte/icons/dist/28/search' | |
| export default class App extends React.Component { | |
| constructor (props) { | |
| super(props); | |
| | |
| this.state = { | |
| activeStory: 'feed' |
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
| import React, { Component } from 'react'; | |
| import './App.css'; | |
| class App extends Component { | |
| constructor(){ | |
| super() | |
| this.state = { | |
| hello: "Hello World!", | |
| text: "", | |
| scopes: [] |
NewerOlder