text stringlengths 2 99.9k | meta dict |
|---|---|
中国环境科学
CHINA ENVIRONMENTAL SCIENCE
1998年 第18卷 第2期 No.2 Vol.18 1998
科技期刊
电催化产生 H2O2 和*OH 及去除废水
中有机污染物的应用
陈卫国 朱锡海 (中山大学环境科学与工程研究中心, 广州 510275)
文 摘 采用自制的电催化装置研究了苯酚、苯胺和邻苯二甲酸二甲酯三种有机污染物的废水处理规律。证实了在电催化过程中活性物种 H2O2 和*OH 的存在。实验结果表明,有机污染物去除效率的关键在于体系产生活性中间体的量。体系产生的 H2O2 量愈大,相应有机污染物去除效率愈高。体系产生的 H2O2 大于 0.3 mg/L 时,有机物去除效率才会有明显的提高。... | {
"pile_set_name": "Github"
} |
.\" Generated with Ronnjs 0.3.8
.\" http://github.com/kapouer/ronnjs/
.
.TH "NPM\-INIT" "1" "April 2013" "" ""
.
.SH "NAME"
\fBnpm-init\fR \-\- Interactively create a package\.json file
.
.SH "SYNOPSIS"
.
.nf
npm init
.
.fi
.
.SH "DESCRIPTION"
This will ask you a bunch of questions, and then write a package\.json for y... | {
"pile_set_name": "Github"
} |
# react-native-authentication
The main goal of this project is to show you how to register and authenticate a user and access protected resources from a React-Native app to a NodeJS server.
If you want to know more about this project, you can read this article which describe how it works:
The Essential Boilerplate t... | {
"pile_set_name": "Github"
} |
require 'ripper'
require 'pp'
prog = "x > 10 ? 'foo' : 'bar'"
puts "How Ruby interpreter works \n"
puts "Program to interpret: \n" + prog
puts
puts "#" * 40
puts "Tokenizing: break the program into chunk"
puts "#" * 40
pp Ripper.tokenize(prog)
puts
puts "#" * 40
puts "Lexing: identify each chunk"
puts "#" * 40
p... | {
"pile_set_name": "Github"
} |
<?php
/**
* Site
*
* Modified Site object
*/
class Site extends SiteAbstract {
public $languages;
public $language;
public $defaultLanguage;
/**
* Constructor
*/
public function __construct(Kirby $kirby) {
parent::__construct($kirby);
$this->languages = new Languages($this);
foreac... | {
"pile_set_name": "Github"
} |
592,133,83,207
593,130,82,215
592,129,81,216
590,131,90,212
590,127,91,216
591,127,89,216
601,126,81,217
591,125,95,218
596,124,85,220
591,124,96,218
589,121,96,222
589,120,96,224
589,120,96,224
587,120,96,224
586,114,96,236
584,112,96,238
581,112,96,238
579,108,96,242
577,105,96,242
569,100,93,242
... | {
"pile_set_name": "Github"
} |
REQUIRE_IMAGE_METADATA=1
platform_check_image() {
return 0
}
platform_do_upgrade() {
nand_do_upgrade $1
}
| {
"pile_set_name": "Github"
} |
/* $Id$ */
/***************************************************************************
* (C) Copyright 2003-2010 - Stendhal *
***************************************************************************
***************************************************************************
... | {
"pile_set_name": "Github"
} |
//
// Generated by class-dump 3.5 (64 bit) (Debug version compiled Oct 15 2018 10:31:50).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard.
//
#import <Catalyst/CATTaskResultObject.h>
@class NSDictionary;
@interface CRKFetchLastLoginDateResultObject : CATTaskResultObject
{
... | {
"pile_set_name": "Github"
} |
import sys
import py, pytest
from pypy.module.cpyext.test.test_cpyext import AppTestCpythonExtensionBase
only_pypy ="config.option.runappdirect and '__pypy__' not in sys.builtin_module_names"
def test_pragma_version():
from pypy.module.sys.version import CPYTHON_VERSION
rootdir = py.path.local(__file__).joi... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<Filter Include="Source Files">
<UniqueIdentifier>{8ecfec3e-d225-475b-a2a6-097db3886a67}</UniqueIdentifier>
<Extensions>cpp;c;cxx;rc;def;r;odl;idl;hpj;bat</... | {
"pile_set_name": "Github"
} |
/*
Copyright 2003 The Trustees of Indiana University
Authors: Jaakko Jarvi (jajarvi at osl.iu.edu)
Jeremiah Willcock (jewillco at osl.iu.edu)
Andrew Lumsdaine (lums at osl.iu.edu)
Copyright 2018 Glen Joseph Fernandes
(glenjofe@gmail.com)
Distributed under the Boost Software License,
Version 1.0. (S... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2016-present Open Networking Foundation
* Copyright © 2020 camunda services GmbH (info@camunda.com)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apach... | {
"pile_set_name": "Github"
} |
{
"name": "vuepress-theme-reco",
"version": "1.5.7",
"description": "A simple and beautiful vuepress Blog & Doc theme.",
"keywords": [
"vuepress",
"vue",
"theme"
],
"homepage": "https://vuepress-theme-reco.recoluan.com",
"bugs": {
"url": "https://github.com/vuepress-reco/vuepress-theme-rec... | {
"pile_set_name": "Github"
} |
{
"parent": "block/template_fence_gate_wall_open",
"textures": {
"texture": "biomesoplenty:block/umbran_planks"
}
}
| {
"pile_set_name": "Github"
} |
package modern.challenge;
import java.util.Arrays;
public class Main {
public static void main(String[] args) {
int[] arrI = new int[2];
arrI[0] = 5;
arrI[1] = 1;
System.out.println("Initial array (arrI): " + Arrays.toString(arrI));
System.out.println("\... | {
"pile_set_name": "Github"
} |
<DIV class="foo
bar">
<SPAN>
"Hello World"
| {
"pile_set_name": "Github"
} |
//<-- CLI SHELL MODE -->
// =============================================================================
// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
// Copyright (C) 2013 - Scilab Enterprises - Simon MARCHETTO
//
// This file is distributed under the same license as the Scilab package.
// =====... | {
"pile_set_name": "Github"
} |
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * auth_signup
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: Odoo 9.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-08-18 14:07+0000\n"
"PO-Revision-Date: 2015-09-15 14:11+0000\n"
"Last-Translator: Martin T... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html><head>
<base href="http://www.rockieswest.com/"><title>Fairmont BC Real Estate | Invermere BC Real Estate | Radium BC Real Estate | Homes Condos Lots For Sale</title>
<meta name="keywords" content="... | {
"pile_set_name": "Github"
} |
\ *****************************************************************************
\ * Copyright (c) 2012 IBM Corporation
\ * All rights reserved.
\ * This program and the accompanying materials
\ * are made available under the terms of the BSD License
\ * which accompanies this distribution, and is available at
\ * http:... | {
"pile_set_name": "Github"
} |
/* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE121_Stack_Based_Buffer_Overflow__CWE806_wchar_t_declare_snprintf_05.c
Label Definition File: CWE121_Stack_Based_Buffer_Overflow__CWE806.label.xml
Template File: sources-sink-05.tmpl.c
*/
/*
* @description
* CWE: 121 Stack Based Buffer Overflow
* BadSource: Initialize... | {
"pile_set_name": "Github"
} |
require_relative '../../../../spec_helper'
require 'net/http'
describe "Net::HTTPGenericRequest#path" do
it "returns self's request path" do
request = Net::HTTPGenericRequest.new("POST", true, true, "/some/path")
request.path.should == "/some/path"
request = Net::HTTPGenericRequest.new("POST", true, tru... | {
"pile_set_name": "Github"
} |
<!-- HTML header for doxygen 1.8.8-->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- For Mobile Devices -->
... | {
"pile_set_name": "Github"
} |
{
IBClasses = (
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
{
ACTIONS = {relaunchLater = id; relaunchNow = id; };
CLASS = SUAutomaticUpdateAlert;
LANGUAGE = ObjC;
SUPERCLASS = NSWindowController;
}
);
IBVer... | {
"pile_set_name": "Github"
} |
// Copyright 2018 Google LLC All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable l... | {
"pile_set_name": "Github"
} |
var drop = require('./drop');
/**
* Gets all but the first element of `array`.
*
* @static
* @memberOf _
* @alias tail
* @category Array
* @param {Array} array The array to query.
* @returns {Array} Returns the slice of `array`.
* @example
*
* _.rest([1, 2, 3]);
* // => [2, 3]
*/
function rest(array) {
... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2014 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicab... | {
"pile_set_name": "Github"
} |
#ifndef _SYSV_H
#define _SYSV_H
#include <linux/buffer_head.h>
typedef __u16 __bitwise __fs16;
typedef __u32 __bitwise __fs32;
#include <linux/sysv_fs.h>
/*
* SystemV/V7/Coherent super-block data in memory
*
* The SystemV/V7/Coherent superblock contains dynamic data (it gets modified
* while the system is runni... | {
"pile_set_name": "Github"
} |
/** @license MIT License (c) copyright 2010-2014 original author or authors */
/** @author Brian Cavalier */
/** @author John Hann */
(function(define) { 'use strict';
define(function (require) {
var makePromise = require('./makePromise');
var Scheduler = require('./Scheduler');
var async = require('./env').asap;
... | {
"pile_set_name": "Github"
} |
/*
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); y... | {
"pile_set_name": "Github"
} |
import FWCore.ParameterSet.Config as cms
from Configuration.Generator.Pythia8CommonSettings_cfi import *
from Configuration.Generator.Pythia8CUEP8M1Settings_cfi import *
from GeneratorInterface.EvtGenInterface.EvtGenSetting_cff import *
generator = cms.EDFilter("Pythia8GeneratorFilter",
pythi... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<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">
<meta name="description" content="">
<meta name="author" content="">
<title>Commix testbed - Command injection... | {
"pile_set_name": "Github"
} |
/* Generated by RuntimeBrowser.
*/
@protocol MKAnnotationMarkerContainer <MKAnnotationSelector, MKAnnotationModel>
@end
| {
"pile_set_name": "Github"
} |
var path = require('path');
module.exports = function(grunt) {
grunt.initConfig({
pkg: grunt.file.readJSON('package.json'),
jshint: {
files: ['*.js', 'components/**/*.js'],
options: {
jshintrc: true,
}
}
});
grunt.loadNpmTasks('grunt-contrib-jshint');
grunt.registerTask... | {
"pile_set_name": "Github"
} |
--TEST--
Hash: snefru algorithm
--FILE--
<?php
echo hash('snefru', ''), "\n";
echo hash('snefru', 'The quick brown fox jumps over the lazy dog'), "\n";
echo hash('snefru', 'aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa'), "\n";
echo hash('snefru', 'aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa... | {
"pile_set_name": "Github"
} |
/* The kernel call implemented in this file:
* m_type: SYS_TIMES
*
* The parameters for this kernel call are:
* m_lsys_krn_sys_times.endpt (get info for this process)
* m_krn_lsys_sys_times.user_time (return values ...)
* m_krn_lsys_sys_times.system_time
* m_krn_lsys_sys_times.boot_time
* m_krn_lsy... | {
"pile_set_name": "Github"
} |
define([
"../Data"
], function( Data ) {
return new Data();
});
| {
"pile_set_name": "Github"
} |
from django.db.models import __all__ as django_models
from django.db.models import *
from .fields import (
ArrayField, DjongoManager,
EmbeddedField, ArrayReferenceField, ObjectIdField,
GenericObjectIdField, JSONField
)
__all__ = django_models + [
'DjongoManager', 'ArrayField',
'EmbeddedField', 'Ar... | {
"pile_set_name": "Github"
} |
/** Native method references. */
var pow = Math.pow;
/**
* Creates a `_.ceil`, `_.floor`, or `_.round` function.
*
* @private
* @param {string} methodName The name of the `Math` method to use when rounding.
* @returns {Function} Returns the new round function.
*/
function createRound(methodName) {
var func = M... | {
"pile_set_name": "Github"
} |
/**
* Linear Trendline
*/
import { Chart, ScatterSeries, ILegendClickEventArgs, Category, LineSeries, SplineSeries, Tooltip, Crosshair, Legend, DateTime } from '../../../src/chart/index';
import { Trendlines } from '../../../src/chart/trend-lines/trend-line';
Chart.Inject(ScatterSeries, LineSeries, SplineSeries,Trend... | {
"pile_set_name": "Github"
} |
/*
LUFA Library
Copyright (C) Dean Camera, 2014.
dean [at] fourwalledcubicle [dot] com
www.lufa-lib.org
*/
/*
Copyright 2014 Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify, distribute, and sell this
software and its documentation for any purp... | {
"pile_set_name": "Github"
} |
require File.expand_path(File.dirname(__FILE__) + "/../spec_helper")
describe "fill_in" do
it "should work with textareas" do
with_html <<-HTML
<html>
<form method="post" action="/login">
<label for="user_text">User Text</label>
<textarea id="user_text" name="user[text]"></textarea>
... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: 24b23fcf84b97ed4f846422f642515ab
TextureImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 10
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestR... | {
"pile_set_name": "Github"
} |
# frozen_string_literal: true
require 'spec_helper'
RSpec.describe Packages::Composer::CreatePackageService do
include PackagesManagerApiSpecHelpers
let_it_be(:package_name) { 'composer-package-name' }
let_it_be(:json) { { name: package_name }.to_json }
let_it_be(:project) { create(:project, :custom_repo, fil... | {
"pile_set_name": "Github"
} |
/*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
* of the License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be use... | {
"pile_set_name": "Github"
} |
/*
* @Author: ecitlm
* @Date: 2017-12-01 09:34:53
* @Last Modified by: ecitlm
* @Last Modified time: 2018-04-14 23:32:48
*/
// 排行榜下的音乐列表
const express = require('express')
const app = express()
const Server = require('../../../utils/httpServer')
app.get('/:rankid', function (req, res) {
const rankid = req.pa... | {
"pile_set_name": "Github"
} |
using System.Collections;
using UnityEngine;
using Utility = UnityEngine.Networking.Utility;
using Mirror;
using Weapons;
public class WeaponNetworkActions : ManagedNetworkBehaviour
{
private readonly float speed = 7f;
float fistDamage = 5;
//muzzle flash
private bool isFlashing;
private bool isForLerpBack;
p... | {
"pile_set_name": "Github"
} |
<?php
namespace Illuminate\View;
interface ViewFinderInterface
{
/**
* Hint path delimiter value.
*
* @var string
*/
const HINT_PATH_DELIMITER = '::';
/**
* Get the fully qualified location of the view.
*
* @param string $view
* @return string
*/
public ... | {
"pile_set_name": "Github"
} |
{
"source": {
"file": "defFl27.bal"
},
"position": {
"line": 94,
"character": 52
},
"result": [
{
"uri": "defFl27.bal",
"range": {
"start": {
"line": 34,
"character": 5
},
"end": {
"line": 34,
"character": 16
}... | {
"pile_set_name": "Github"
} |
<?php declare(strict_types=1);
/**
* This file is part of the Yasumi package.
*
* Copyright (c) 2015 - 2020 AzuyaLabs
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @author Sacha Telgenhof <me@sachatelgenhof.com>
*/
namespace... | {
"pile_set_name": "Github"
} |
version: 1
n_points: 4
{
71.223 180.355
71.223 362.241
277.360 362.241
277.360 180.355
}
| {
"pile_set_name": "Github"
} |
/*
Copyright (c) 1998, 1999 Thai Open Source Software Center Ltd
See the file COPYING for copying permission.
*/
#include "expatConfig.h"
#include "xmltok.h"
#include "nametab.h"
#ifdef XML_DTD
#define IGNORE_SECTION_TOK_VTABLE , PREFIX(ignoreSectionTok)
#else
#define IGNORE_SECTION_TOK_VTABLE /* as nothing */
#endi... | {
"pile_set_name": "Github"
} |
/*
* cblas_snrm2.c
*
* The program is a C interface to snrm2.
* It calls the fortran wrapper before calling snrm2.
*
* Written by Keita Teranishi. 2/11/1998
*
*/
#include "cblas.h"
#include "cblas_f77.h"
float cblas_snrm2( const int N, const float *X, const int incX)
{
float nrm2;
#ifdef F77_INT
F77_INT... | {
"pile_set_name": "Github"
} |
package main
import (
"bytes"
"encoding/binary"
"errors"
"flag"
"fmt"
"io"
"io/ioutil"
"math/rand"
"os"
"runtime"
"runtime/pprof"
"strconv"
"strings"
"time"
"unicode"
"unicode/utf8"
"unsafe"
"github.com/boltdb/bolt"
)
var (
// ErrUsage is returned when a usage message was printed and the process
... | {
"pile_set_name": "Github"
} |
/*
* Generated by confdc --mib2yang-std
* Source: mgmt/dmi/model/mib/src/RFC-1215.mib
*/
/*
* This YANG module has been generated by smidump 0.5.0:
*
* smidump -f yang RFC-1215
*
* Do not edit. Edit the source file instead!
*/
module RFC-1215 {
namespace "urn:ietf:params:xml:ns:yang:smiv2:RFC-1215";
... | {
"pile_set_name": "Github"
} |
<!--
~ Copyright (©) 2016 Jeff Harris <jefftharris@gmail.com>
~ All rights reserved. Use of the code is allowed under the
~ Artistic License 2.0 terms, as specified in the LICENSE file
~ distributed with this code, or available from
~ http://www.opensource.org/licenses/artistic-license-2.0.php
-->
<!--supp... | {
"pile_set_name": "Github"
} |
require('./angular-locale_de-li');
module.exports = 'ngLocale';
| {
"pile_set_name": "Github"
} |
import * as React from 'react';
import * as sinon from 'sinon';
import { shallow, ShallowWrapper } from 'enzyme';
import TableCell from '../src/components/TableCell';
describe('<TableCell/>', () => {
let component: ShallowWrapper<React.Component>;
let onClick: sinon.SinonSpy;
let onMouseOver: sinon.SinonSpy;
b... | {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML>
<style>
body {
background-image: linear-gradient(green, green);
background-color: transparent;
background-blend-mode: screen;
}
</style>
<p>This test will check that a background-image set on body does not blend with the browser's white background color.<br/>
The test passes if the page has a green ... | {
"pile_set_name": "Github"
} |
<?php
/**
* @copyright Copyright (C) eZ Systems AS. All rights reserved.
* @license For full copyright and license information view LICENSE file distributed with this source code.
*/
namespace eZ\Publish\API\Repository\Tests\Values\User\Limitation;
use eZ\Publish\API\Repository\Values\Content\Query;
use eZ\Publish... | {
"pile_set_name": "Github"
} |
𢶒
| {
"pile_set_name": "Github"
} |
CREATE TABLE "sys"."tbls" (
"id" INTEGER,
"name" VARCHAR(1024),
"schema_id" INTEGER,
"query" VARCHAR(2048),
"type" SMALLINT,
"system" BOOLEAN,
"commit_action" SMALLINT,
"readonly" BOOLEAN,
"temporary" SMALLINT
);
COPY 40 RECORDS INTO "sys"."tbls" FROM st... | {
"pile_set_name": "Github"
} |
/*div高度自适应浏览器高度*/
/*基本样式*/
html,
body {
height: 100%;
overflow: hidden;
/*font-size: 62.5%;*/
}
::selection {
background-color: #4395ff;
text-shadow: none;
color: #fff;
}
ul,
li {
margin: 0;
padding: 0;
list-style: none;
}
a:hover {
text-decoration: none;
}
/*左侧*/
.sideb... | {
"pile_set_name": "Github"
} |
<?php
/*!
* Hybridauth
* https://hybridauth.github.io | https://github.com/hybridauth/hybridauth
* (c) 2017 Hybridauth authors | https://hybridauth.github.io/license.html
*/
namespace Hybridauth;
use Hybridauth\Exception\InvalidArgumentException;
use Hybridauth\Exception\UnexpectedValueException;
use Hybridauth\Stor... | {
"pile_set_name": "Github"
} |
//
// MJRefreshAutoFooter.h
// MJRefreshExample
//
// Created by MJ Lee on 15/4/24.
// Copyright (c) 2015年 小码哥. All rights reserved.
//
#import "MJRefreshFooter.h"
@interface MJRefreshAutoFooter : MJRefreshFooter
/** 是否自动刷新(默认为YES) */
@property (assign, nonatomic, getter=isAutomaticallyRefresh) BOOL automatically... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2002-2016, the original author or authors.
*
* This software is distributable under the BSD license. See the terms of the
* BSD license in the documentation provided with this software.
*
* https://opensource.org/licenses/BSD-3-Clause
*/
package org.jline.reader.impl.history;
import org.jline... | {
"pile_set_name": "Github"
} |
package keeper
import (
"fmt"
"github.com/cosmos/cosmos-sdk/store/prefix"
sdk "github.com/cosmos/cosmos-sdk/types"
"github.com/kava-labs/kava/x/cdp/types"
)
// CalculateFees returns the fees accumulated since fees were last calculated based on
// the input amount of outstanding debt (principal) and the number o... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<item xmlns="http://www.supermemo.net/2006/smux">
<lesson-title>GRE词汇:《再要你命三千》</lesson-title>
<chapter-title>List 23</chapter-title>
<question-title>根据单词,回想词义</question-title>
<question><span style='font-size:18; font-family:Comic Sans MS; font-weight:normal; font-style:no... | {
"pile_set_name": "Github"
} |
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
<a name="0.5.2"></a>
## [0.5.2](https://github.com/imcuttle/measure/compare/v0.5.1...v0.5.2) (2018-09-26)
**Note:** Version bump only for package meas-u... | {
"pile_set_name": "Github"
} |
---
title: X octagon fill
categories:
- Alerts, warnings, and signs
tags:
- x
- delete
- reset
- clear
---
| {
"pile_set_name": "Github"
} |
// Semicolon is absent after assign
import runtime;
main() -> void {
a = 5
if (a == 5)
println("Hello");
}
| {
"pile_set_name": "Github"
} |
// Copyright 2018 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package text
import (
"math"
"math/bits"
"strconv"
"strings"
"unicode/utf8"
"google.golang.org/protobuf/internal/detrand"
"google.golang.org/protobuf/i... | {
"pile_set_name": "Github"
} |
# Planck Layout by Pete
This layout is based on the default layout but uses a FN key in the bottom left corner instead of the shift / backlight key.
On the FN layer you can do the following things
- Step through back light
- Put a mac to sleep
- The Fxx keys in a block to click with the right hand
- The delete key in... | {
"pile_set_name": "Github"
} |
@import '~fundamental-styles/dist/action-bar';
| {
"pile_set_name": "Github"
} |
{
"name": "NivCMS",
"website": "https://NivSoft.ir",
"matches": [
{
"search": "cookies[cookie_name]",
"regexp": "NivCMSPro"
},
{
"search": "headers[x-powered-by]",
"regexp": "NivCMS"
},
{
"search": "meta[gene... | {
"pile_set_name": "Github"
} |
" Vim color file
" Maintainer: Zhang Jing
" Last Change: %[% 2005年12月07日 星期三 10时41分49秒 %]%
set background=dark
if version > 580
hi clear
if exists("syntax_on")
syntax reset
endif
endif
let g:colors_name="softblue"
hi Normal guibg=#183058 guifg=#b0b0e0
hi Cursor guibg=#b3b2df guifg=grey30 ... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<!-- this file is auto-generated from {{src_file_name}}. Do not edited directly -->
<!--
Copyright 2018, Google Inc.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions o... | {
"pile_set_name": "Github"
} |
/*
Copyright The Kubernetes Authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, softw... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>豆瓣音乐</title>
<link rel="stylesheet" href="./css/reset... | {
"pile_set_name": "Github"
} |
/**
* Created by guangqiang on 2017/10/1.
*/
const host = {
dev: {
API_URL: 'https://meituan.cangdu.org',
XIAMI_URL: 'https://api-m.mtime.cn',
MSITE_URL: 'https://api.douban.com',
VENILOG_URL: 'https://api.douban.com',
appId: 'wx3d5c531f5e123456',
envVersion: 'develop'
},
test: {
AP... | {
"pile_set_name": "Github"
} |
<%
var releasedToStudents = xblockInfo.get('released_to_students');
var visibilityState = xblockInfo.get('visibility_state');
var published = xblockInfo.get('published');
var prereq = xblockInfo.get('prereq');
var hasPartitionGroups = xblockInfo.get('has_partition_group_components');
var userPartitionInfo = xblockInfo.... | {
"pile_set_name": "Github"
} |
<?php
/**
* Copyright (c) Enalean, 2020-Present. All Rights Reserved.
*
* This file is a part of Tuleap.
*
* Tuleap is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
*... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="RenderSettings">
<option name="quality" value="0.5" />
</component>
</project> | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
a... | {
"pile_set_name": "Github"
} |
#ifndef __LOCALTRANSACTIONCHECKER_H__
#define __LOCALTRANSACTIONCHECKER_H__
#include "Message.h"
#include "TransactionStatus.h"
namespace ons {
class LocalTransactionChecker {
public:
virtual TransactionStatus check(Message& msg) = 0;
virtual ~LocalTransactionChecker() {}
};
}
#endif
| {
"pile_set_name": "Github"
} |
clc, clear
%% 一元单峰函数优化实例
%定义遗传算法参数
NIND=40; %个体数目(Numbe of individuals)
MAXGEN=500; %最大遗传代数(Maximum number of generations)
NVAR=20; %变量的维数
PRECI=20; %变量的二进制位数(Precision of variables)
GGAP=0.9; %代沟(Generation gap)
trace=zeros(MAXGEN, 2);
%建立区域描述器(Build fie... | {
"pile_set_name": "Github"
} |
import debug from 'debug'
import BN from 'bn.js'
import { ecsign, toBuffer } from 'ethereumjs-util'
import retry from 'retry'
import { Client, ClientEvent, IChainEventArgs, ITxMiddlewareHandler } from './client'
import { createDefaultTxMiddleware } from './helpers'
import {
CallTx,
MessageTx,
Transaction,
VMTy... | {
"pile_set_name": "Github"
} |
// in this sketch the camera image will be distorted by using a sine wave function in the shader
// the shader variable
let camShader;
// the camera variable
let cam;
function preload(){
// load the shader
camShader = loadShader('effect.vert', 'effect.frag');
}
function setup() {
// shaders require WEBGL mode... | {
"pile_set_name": "Github"
} |
angular.module("ngLocale", [], ["$provide", function($provide) {
var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
$provide.value("$locale", {
"DATETIME_FORMATS": {
"AMPMS": {
"0": "AM",
"1": "PM"
},
"DAY": {
"0": "Sunday",
"1":... | {
"pile_set_name": "Github"
} |
idx label predict radius correct time
0 3 3 0.4574 1 0:01:33.712501
20 7 7 0.1388 1 0:01:33.760697
40 4 4 0.4574 1 0:01:33.753903
60 7 7 0.4574 1 0:01:33.732186
80 8 8 0.4574 1 0:01:33.664453
100 4 4 0.1099 1 0:01:33.681881
120 8 8 0.4428 1 0:01:33.687108
140 6 6 0.4574 1 0:01:33.685051
160 2 2 0.4574 1 0:01:33.678883
... | {
"pile_set_name": "Github"
} |
{
"name": "subtitle",
"version": "4.0.1",
"description": "Stream-based library for parsing and manipulating subtitles",
"repository": {
"type": "git",
"url": "https://github.com/gsantiago/subtitle.js"
},
"keywords": [
"subtitle",
"webvtt",
"srt",
"vtt",
"captions",
"subrip",
... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) MuleSoft, Inc. All rights reserved. http://www.mulesoft.com
* The software in this package is published under the terms of the CPAL v1.0
* license, a copy of which has been included with this distribution in the
* LICENSE.txt file.
*/
package org.mule.runtime.core.api.util;
import static java... | {
"pile_set_name": "Github"
} |
################################################################################
#
# network-manager
#
################################################################################
NETWORK_MANAGER_VERSION_MAJOR = 1.0
NETWORK_MANAGER_VERSION = $(NETWORK_MANAGER_VERSION_MAJOR).4
NETWORK_MANAGER_SOURCE = NetworkManage... | {
"pile_set_name": "Github"
} |
//
// CubeNavigationController.h
// SquaresFlipNavigationExample
//
// Created by Andrés Brun on 8/8/13.
// Copyright (c) 2013 Andrés Brun. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "BaseControllerAnimatedTransitioningDelegate.h"
typedef enum {
CubeAnimationTypeHorizontal,
CubeAnimationTypeV... | {
"pile_set_name": "Github"
} |
Shoppers lined up outside stores Friday, some arriving before dawn to get an early start on the holiday shopping season.
The day after Thanksgiving is traditionally one of the busiest days of the year for retailers and the unofficial start of the holiday shopping season, the make-or-break time for many retailers.
With ... | {
"pile_set_name": "Github"
} |
#include "stdafx.h"
#include "UIProgress.h"
namespace DuiLib
{
CProgressUI::CProgressUI() : m_bHorizontal(true), m_nMin(0), m_nMax(100), m_nValue(0), m_bStretchForeImage(true)
{
m_uTextStyle = DT_SINGLELINE | DT_CENTER;
SetFixedHeight(12);
}
LPCTSTR CProgressUI::GetClass() const
{
return _T("ProgressUI");
... | {
"pile_set_name": "Github"
} |
<?php
function B () {
while (C) {
$a = yield;
if ($a === null) {
break;
}
if (isset($this->D[$b])) {
$c = $this->D[$b];
unset($this->D[$b]);
G($c->H);
$d = 'I';
if ... | {
"pile_set_name": "Github"
} |
extern int const kMagicNumber;
| {
"pile_set_name": "Github"
} |
/**
* jqPlot
* Pure JavaScript plotting plugin using jQuery
*
* Version: 1.0.8
* Revision: 1250
*
* Copyright (c) 2009-2013 Chris Leonello
* jqPlot is currently available for use in all personal or commercial projects
* under both the MIT (http://www.opensource.org/licenses/mit-license.php) and GPL
* versio... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.