This file contains 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 { ethers } from "ethers"; | |
import fs from "fs"; | |
import path from "path"; | |
// Define the callback function type | |
type ProcessJsonCallback = (json: any, path: string) => void; | |
// Function to process a JSON file | |
const processJsonFile = (filePath: string, callback: ProcessJsonCallback) => { | |
try { |
This file contains 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
{ | |
sections(filter: { regionId: "337c9466-4242-11e8-aa0e-87e0dc325cf4"}, page: { limit: 5 }) { | |
nodes { | |
id | |
name | |
altNames | |
description | |
season | |
seasonNumeric | |
river { |
This file contains 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
// ==UserScript== | |
// @name Github wide wiki | |
// @version 1 | |
// @grant none | |
// @include https://github.com/*/*/wiki/* | |
// @require https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js | |
// ==/UserScript== | |
this.$ = this.jQuery = jQuery.noConflict(true); | |
$(document).ready(function () | |
{ |
This file contains 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
// tslint:disable:max-classes-per-file | |
declare module 'react-native-paper' { | |
import { Component, ReactNode } from 'react'; | |
import { | |
StyleProp, | |
TextProps, | |
TextStyle, | |
TouchableHighlightProps, | |
TouchableNativeFeedbackProps, | |
ViewProps, |
This file contains 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
# Uncomment the next line to define a global platform for your project | |
# platform :ios, '9.0' | |
target 'swapp' do | |
# Uncomment the next line if you're using Swift or would like to use dynamic frameworks | |
# use_frameworks! | |
# Pods for swapp | |
pod 'AppCenter/Crashes', '~> 1.0.1' | |
pod 'AppCenter/Analytics', '~> 1.0.1' |
This file contains 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
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. | |
# yarn lockfile v1 | |
"@expo/react-native-action-sheet@^1.0.1": | |
version "1.0.1" | |
resolved "https://registry.yarnpkg.com/@expo/react-native-action-sheet/-/react-native-action-sheet-1.0.1.tgz#c02f36688a1e4f8dc60890ff3c734944af541c6b" | |
dependencies: | |
hoist-non-react-statics "^2.2.2" | |
prop-types "^15.5.10" |
This file contains 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 { createMemoryHistory, History } from 'history'; | |
import * as Joi from 'joi'; | |
import * as React from 'react'; | |
import { Provider } from 'react-redux'; | |
import { MemoryRouter, Router } from 'react-router'; | |
import { ComponentEnhancer, withProps } from 'recompose'; | |
import { combineReducers, createStore } from 'redux'; | |
import { InjectedFormProps, reducer as formReducer } from 'redux-form'; | |
import { mountWithMuiContext } from '../../test'; | |
import { Omit } from '../../ww-commons/ts'; |
This file contains 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
[/* 1 */ | |
{ | |
"_id" : "3uefAw5ECrpZXXThq", | |
"url" : "http://wwater.tk/public/N98sMHd636wHMPncE.png", | |
"type" : "photo", | |
"description" : "The first canyon. Rider: Mike Krutyansky. Screenshot: Ivan Kozlachkov", | |
"copyright" : null | |
} | |
/* 2 */ |
This file contains 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
new3_260515_новый размер.jpg | |
new3_23_новый размер.jpg | |
P4146187.jpg | |
Ecuador-Colombia-05614.jpg | |
vlcsnap-2017-01-15-12h49m51s18_новый размер.png | |
img003.jpg | |
vlcsnap-2017-01-15-12h47m36s152_новый размер.png | |
SAC-20161129-132443_новый размер.jpg | |
P4126054_новый размер.jpg | |
SAC-20161206-153246.jpg |
This file contains 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
{ | |
/* | |
// Place your snippets for JavaScript here. Each snippet is defined under a snippet name and has a prefix, body and | |
// description. The prefix is what is used to trigger the snippet and the body will be expanded and inserted. Possible variables are: | |
// $1, $2 for tab stops, ${id} and ${id:label} and ${1:label} for variables. Variables with the same id are connected. | |
// Example: | |
"Print to console": { | |
"prefix": "log", | |
"body": [ | |
"console.log('$1');", |
NewerOlder