Skip to content

Instantly share code, notes, and snippets.

View aplinxy9plin's full-sized avatar
:octocat:
Hack now!

AplinXy9plin aplinxy9plin

:octocat:
Hack now!
  • TaleStorm
View GitHub Profile
@aplinxy9plin
aplinxy9plin / index.html
Created May 25, 2024 20:33
Layout based clicker game
<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">
import { Chain, Connector } from 'wagmi';
import WalletConnect from "@walletconnect/client";
interface ISubsPromise {
params: {
accounts: string[],
chainId: number,
}[]
}
// 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;
[
{
"name": "WETH",
"marketPrice": 10.31,
"contractAddress": "0xc778417e063141139fce010982780140aa0cd5ab",
"liquid": 1
},
{
"name": "DAI",
"marketPrice": 20.31,
CSGO-T6Vzd-J2TbO-CwNYu-r8hTW-O5JzN
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
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();
});
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'
@aplinxy9plin
aplinxy9plin / flipping-a-css-coin-bitcoin.markdown
Created April 11, 2019 04:11
Flipping a CSS Coin (bitcoin?)
import React, { Component } from 'react';
import './App.css';
class App extends Component {
constructor(){
super()
this.state = {
hello: "Hello World!",
text: "",
scopes: []