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": "@vx3/vx", | |
| "version": "0.0.17", | |
| "description": "A CLI tool for smart contracts", | |
| "main": "dist/index.js", | |
| "license": "MIT", | |
| "keywords": [ | |
| "web3", | |
| "vx3", | |
| "cli", |
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
| SELECT 日付, 入金額 | |
| FROM "家計簿" | |
| WHERE 日付<='2022-02-10' OR 日付='2022-02-18'; |
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
| const nextConfig= { | |
| outputFileTracingIncludes: { | |
| "*": [ | |
| "node_modules/@emotion/react/**/*", | |
| "node_modules/@emotion/styled/**/*", | |
| "node_modules/@emotion/utils/**/*", | |
| "node_modules/@emotion/use-insertion-effect-with-fallbacks/**/*" | |
| ] | |
| } | |
| }; |
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 "engine_sim.mr" | |
| units units() | |
| constants constants() | |
| impulse_response_library ir_lib() | |
| label cycle(2 * 360 * units.deg) | |
| private node wires { | |
| output wire1: ignition_wire(); | |
| output wire2: ignition_wire(); |
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
| const router = useRouter() | |
| const { locale, locales, defaultLocale } = router | |
| const currentLocale = locale || defaultLocale | |
| const availableLocales = locales || [] |
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
Show hidden characters
| { | |
| "compilerOptions": { | |
| "target": "ES6", | |
| "module": "commonjs", | |
| "strict": true, | |
| "moduleResolution": "node", | |
| "esModuleInterop": true, | |
| "skipLibCheck": true, | |
| "rootDir": "./src", | |
| "outDir": "./dist" |
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
| (Get-FileHash $args[0] -Algorithm sha256).hash.ToLower() |
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
| Write-Host("hello i'm amamiya!") |
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> | |
| <head> | |
| <meta charset="utf-8"> | |
| <meta name="viewport" content="width=device-width"> | |
| <title>Home | VARIUS</title> | |
| <meta name="google-site-verification" content="Qjxxvj1jYae_WgPQU3DLHEhDgH_DlomNupTymcKRHUc"> | |
| <meta name="description" content="VARIUS development team"> | |
| <meta property="og:url" content="https://varius.technology/"> | |
| <meta property="og:title" content="Home | VARIUS"> |
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, { ReactNode } from "react"; | |
| import Layout from "layout/main"; | |
| import { Box, Center, Text } from "@chakra-ui/react"; | |
| import HMeta from "components/headmeta"; | |
| import Image from "next/image"; | |
| export default function About() { | |
| return ( | |
| <Layout> | |
| <BgImage /> | |
| <HMeta pageTitle="About VARIUS" /> |
NewerOlder