text stringlengths 369 99.9k | meta dict |
|---|---|
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|x64">
<Configuration>Debug</Configuration>
<Platform>x64</Platform... | {
"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"); you may ... | {
"pile_set_name": "Github"
} |
# Live2D Animator Motion Data
$fps=30
$fadein=1000
$fadeout=1000
$fadein:PARAM_EYE_L_OPEN=300
$fadeout:PARAM_EYE_L_OPEN=300
$fadein:PARAM_EYE_L_SMILE=300
$fadeout:PARAM_EYE_L_SMILE=300
$fadein:PARAM_EYE_R_OPEN=300
$fadeout:PARAM_EYE_R_OPEN=300
$fadein:PARAM_EYE_R_SMILE=300
$fadeout:PARAM_EYE_R_S... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free ... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
<Platform>Win32</Platform>... | {
"pile_set_name": "Github"
} |
<?xml version='1.0' encoding='UTF-8'?>
<symbols>
<symbol ticker="AGRO.BA" name="Agrometal S.A.I." type="stock" sector="Industrial Goods" industry="Farm & Construction Machinery"/>
<symbol ticker="ALUA.BA" name="Aluar Aluminio Argentino S.A.I.C." type="stock" sector="Basic Materials" industry="Aluminum"/>
<sym... | {
"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"
} |
package plugins.core.combat;
import java.util.ArrayList;
import java.util.HashSet;
import java.util.List;
import java.util.Set;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import akka.actor.ActorRef;
import akka.actor.ActorSelection;
import akka.actor.Props;
import akka.actor.UntypedActor;
... | {
"pile_set_name": "Github"
} |
/*
* RHQ Management Platform
* Copyright (C) 2005-2008 Red Hat, Inc.
* All rights reserved.
*
* 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 version 2 of the License.
*
* This program i... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 1996, 2015, Oracle and/or its affiliates. All rights reserved.
* ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
package sun.rmi.transport;
import java.io.InvalidClassException;
import java.lang.ref.PhantomReference;... | {
"pile_set_name": "Github"
} |
<map id="rlinifile.h" name="rlinifile.h">
<area shape="rect" id="node2" href="$rlcanopentypes_8h.html" title="rlcanopentypes.h" alt="" coords="285,80,408,107"/>
<area shape="rect" id="node3" href="$rlcannode_8h.html" title="rlcannode.h" alt="" coords="135,155,227,181"/>
<area shape="rect" id="node12" href="$rlinifile_8... | {
"pile_set_name": "Github"
} |
package abstractfactory
import "fmt"
//OrderMainDAO 为订单主记录
type OrderMainDAO interface {
SaveOrderMain()
}
//OrderDetailDAO 为订单详情纪录
type OrderDetailDAO interface {
SaveOrderDetail()
}
//DAOFactory DAO 抽象模式工厂接口
type DAOFactory interface {
CreateOrderMainDAO() OrderMainDAO
CreateOrderDetailDAO() OrderDetailDAO
}
... | {
"pile_set_name": "Github"
} |
[Go]
[History recording mode]
[Send group chat invitation]
[Incoming group chat invitation]
[The transaction identifier is:]
[Error %s %s]
[Select Command]
[Not supported]
[In progress. Please Wait...]
[Requesting command list. Please wait...]
[Jabber Ad-Hoc commands at %s]
[Sending Ad-Hoc command to %s]
[S... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2018 Google LLC
*
* 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
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to ... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<map version="1.0" tiledversion="1.1.5" orientation="orthogonal" renderorder="right-down" width="64" height="64" tilewidth="128" tileheight="128" infinite="0" nextobjectid="1">
<tileset firstgid="1" source="testtileset.tsx"/>
<layer name="Tile Layer 1" width="64" height="64">
... | {
"pile_set_name": "Github"
} |
<?php
/**
* ProcessWire Fuel
*
* Fuel maintains a single instance each of multiple objects used throughout the application.
* The objects contained in fuel provide access to the ProcessWire API. For instance, $pages,
* $users, $fields, and so on. The fuel is required to keep the system running, so to speak.
*
... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(SolutionDir)\..\vsprojects\packages\grpc.dependencies.openssl.1.0.204.1\build\native\grpc.dependencies.openssl.props" Condition="Exists('$(Solution... | {
"pile_set_name": "Github"
} |
21
51
36
46
21
33
50
54
45
25
42
17
22
2
11
44
17
31
41
28
24
22
18
36
11
41
33
22
22
27
15
40
33
49
29
85
28
40
22
49
39
39
29
39
37
77
40
58
61
24
31
18
9
51
72
43
56
53
72
74
76
42
33
50
43
34
65
90
26
71
74
90
35
73
58
49
48
69
56
75
38
53
78
62
80
78
36
34
64
19
22
73
45
91
60
69
74
67
14
30
16
66
60
65
92
24
69
7... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8" ?>
<Form version="1.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JDialogFormInfo">
<Properties>
<Property name="defaultCloseOperation" type="int" value="2"/>
<Property name="undecorated" type="boolean" value="true"/>
<Property name="resizable" type="bo... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-16"?>
<Task version="1.3" xmlns="http://schemas.microsoft.com/windows/2004/02/mit/task">
<RegistrationInfo>
<Date>2013-12-05T22:55:35.177926</Date>
<Author>AULTAN\rlk</Author>
</RegistrationInfo>
<Triggers>
<CalendarTrigger>
<Repetition>
<Interv... | {
"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"); you ... | {
"pile_set_name": "Github"
} |
# 自定义资源处理器
到目前为止,您对随NanUI项目一起公布的三个资源处理器`AssemblyResourceHandler`,`FileResourceHandler`,`RestfulServiceResourceHandler`应该已经有所了解。在NanUI 0.7版中优化了资源处理器的实现方式,它允许您根据具体的需求、通过简单的代码来构建您自己的资源处理器。您可以通过查看NanUI源码中有关这三个资源处理器的逻辑来学习如何为您自己的资源提供自定义资源处理器。
构建您自己的资源处理器方法很简单,在下文中将做一些初步的讲解。
本章节涉及的内容
- [资源处理器组件](#资源处理器组件)
- [示例](#示例)
## ... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build">
<PropertyGroup>
<ProjectGuid>{30D10654-A5F5-4AC5-A370-E6DD4D0FAC50}</ProjectGuid>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configurati... | {
"pile_set_name": "Github"
} |
/*
* pg_upgrade.c
*
* main source file
*
* Copyright (c) 2010, PostgreSQL Global Development Group
* $PostgreSQL$
*/
#include "pg_upgrade.h"
#ifdef HAVE_LANGINFO_H
#include <langinfo.h>
#endif
static void disable_old_cluster(migratorContext *ctx);
static void prepare_new_cluster(migratorContext *ctx);
static ... | {
"pile_set_name": "Github"
} |
# Windows Software
自己日常用到的一些工具咯
----
## Emeditor
https://www.emeditor.com/
下载:http://files.emeditor.com/emed64_16.3.1.exe
打开超大文件,语法高亮,批处理替换等好用的功能
## Everything
https://www.voidtools.com/
下载:https://www.voidtools.com/Everything-1.4.1.809b.x64.zip
快速全盘搜索,不知道比windows自带的搜索快到哪里去了
## **Sy... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
<Platform>Win32</Platform... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2001-2016 Food and Agriculture Organization of the
* United Nations (FAO-UN), United Nations World Food Programme (WFP)
* and United Nations Environment Programme (UNEP)
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public Licen... | {
"pile_set_name": "Github"
} |
package org.knowm.xchart;
import de.rototor.pdfbox.graphics2d.PdfBoxGraphics2D;
import java.io.BufferedOutputStream;
import java.io.File;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.OutputStream;
import java.util.ArrayList;
import java.util.List;
import org.apache.pdfbox.pdmodel.PDDocum... | {
"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"); you may ... | {
"pile_set_name": "Github"
} |
---
# Handle case where openshift_master_predicates is defined
- when: openshift_master_scheduler_predicates | default(none) is not none
block:
- name: openshift_master_scheduler_predicates is defined
debug:
msg: "openshift_master_scheduler_predicates is defined"
- name: openshift_master_scheduler_pred... | {
"pile_set_name": "Github"
} |
ifdef FOO
$(error FOO is not defined!)
endif
FOO = foo
FOOFOUND = false
BARFOUND = false
BAZFOUND = false
ifdef FOO
FOOFOUND = true
else ifdef BAR
BARFOUND = true
else
BAZFOUND = true
endif
BAR2 = bar2
FOO2FOUND = false
BAR2FOUND = false
BAZ2FOUND = false
ifdef FOO2
FOO2FOUND = true
else ifdef BAR2
BAR2FOUND = true... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
<Platform>Win32</Platform... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
... | {
"pile_set_name": "Github"
} |
/**
* Copyright (C) 2016 - 2030 youtongluan.
*
* 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"
} |
# webpack-sources
Contains multiple classes which represent a `Source`. A `Source` can be asked for source code, size, source map and hash.
## `Source`
Base class for all sources.
### Public methods
All methods should be considered as expensive as they may need to do computations.
#### `source`
```... | {
"pile_set_name": "Github"
} |
package com.alipay.api.response;
import java.util.List;
import com.alipay.api.internal.mapping.ApiField;
import com.alipay.api.internal.mapping.ApiListField;
import com.alipay.api.domain.AlipayItemGoodsList;
import com.alipay.api.AlipayResponse;
/**
* ALIPAY API: alipay.data.dataexchange.sfasdf response.
... | {
"pile_set_name": "Github"
} |
// This is core/vnl/vnl_det.hxx
#ifndef vnl_det_hxx_
#define vnl_det_hxx_
#include "vnl_det.h"
template <class T>
T vnl_det(T const *row0, T const *row1)
{
return row0[0]*row1[1] - row0[1]*row1[0];
}
template <class T>
T vnl_det(T const *row0, T const *row1, T const *row2)
{
return // the extra '+' makes it work... | {
"pile_set_name": "Github"
} |
rows = {[2.151069e+002
2.660431e+002
2.820231e+002
2.900131e+002
2.990019e+002
3.159806e+002
3.239706e+002
3.329594e+002
3.639206e+002
3.709119e+002
3.828969e+002
3.878906e+002
3.918856e+002
3.978781e+002
3.998756e+002
4.008744e+002
4.008744e+002
3.998756e+002
3.978781e+002
3.958806e+002
];
[2.7303... | {
"pile_set_name": "Github"
} |
// Copyright 2016 The LUCI 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... | {
"pile_set_name": "Github"
} |
[Use "Variables" plugin or not. If plugin used, you can use some transform, data and math functions. If plugin not used, work will be faster.]
[Report on some errors.]
[Try to use OLE interface to obtain more information from players. If this option is "OFF", plugin works little faster.]
[Text insertion to other App... | {
"pile_set_name": "Github"
} |
// Copyright 2015-2020 Swim inc.
//
// 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 ... | {
"pile_set_name": "Github"
} |
// Copyright 2014 the V8 project authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef V8_COMPILER_JS_TYPED_LOWERING_H_
#define V8_COMPILER_JS_TYPED_LOWERING_H_
#include "src/base/compiler-specific.h"
#include "src/common/globals.... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2017 Red Hat, Inc. and/or its affiliates.
*
* 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 app... | {
"pile_set_name": "Github"
} |
# Live2D Animator Motion Data
$fps=30
$fadein=1000
$fadeout=1000
$fadein:PARAM_EYE_L_OPEN=300
$fadeout:PARAM_EYE_L_OPEN=300
$fadein:PARAM_EYE_L_SMILE=300
$fadeout:PARAM_EYE_L_SMILE=300
$fadein:PARAM_EYE_R_OPEN=300
$fadeout:PARAM_EYE_R_OPEN=300
$fadein:PARAM_EYE_R_SMILE=300
$fadeout:PARAM_EYE_R_S... | {
"pile_set_name": "Github"
} |
// Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
// Package costandusagereportserviceiface provides an interface to enable mocking the AWS Cost and Usage Report Service service client
// for testing your code.
//
// It is important to note that this interface will have breaking changes
// when the ... | {
"pile_set_name": "Github"
} |
[PACKET]
codec_type=audio
stream_index=0
pts=0
pts_time=0.000000
dts=0
dts_time=0.000000
duration=1024
duration_time=0.023220
convergence_duration=N/A
convergence_duration_time=N/A
size=2048
pos=647
flags=K_
[/PACKET]
[FRAME]
media_type=audio
stream_index=0
key_frame=1
pkt_pts=0
pkt_pts_time=0.000000
pkt_dts=0
pkt_dts_... | {
"pile_set_name": "Github"
} |
<Workspace Version="0.9.1.3091" X="-116.041430786869" Y="103.467972699172" zoom="1.14593358331987" Name="Home" Description="" RunType="Manual" RunPeriod="1000" HasRunWithoutCrash="True">
<NamespaceResolutionMap />
<Elements>
<Dynamo.Nodes.DSFaceSelection guid="dac7c28e-3f00-4fef-ad8d-4511f666ad08" type="Dynamo.... | {
"pile_set_name": "Github"
} |
/**
* Copyright (c) 2013-2020 Contributors to the Eclipse Foundation
*
* <p> See the NOTICE file distributed with this work for additional information regarding copyright
* ownership. All rights reserved. This program and the accompanying materials are made available
* under the terms of the Apache License, Versio... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="7.10"
Name="paec"
ProjectGUID="{6316EB4E-0F57-4491-9383-22072AF3D996}"
SccProjectName=""
SccLocalPath="">
<Platforms>
<Platform
Name="Win32"/>
</Platforms>
<Configurations>
<Configuration
Name="Debug|... | {
"pile_set_name": "Github"
} |
/* Copyright (C) 2011 [Gobierno de Espana]
* This file is part of "Cliente @Firma".
* "Cliente @Firma" 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 y... | {
"pile_set_name": "Github"
} |
unit CashFormUnit;
interface
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics,
Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.Grids, AdvObj, BaseGrid, AdvGrid, Vcl.StdCtrls;
type
TCashForm = class(TForm)
CashGrid: TAdvStringGrid;
Button1: TButto... | {
"pile_set_name": "Github"
} |
<?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\CssSelector;
use Symfony\Component\CssSelector\Parser... | {
"pile_set_name": "Github"
} |
<?php
/**
* inoERP
*
* @copyright 2014 Nishit R. Das
* @license https://www.mozilla.org/MPL/2.0/
* @link http://inoideas.org
* @source code https://github.com/inoerp/inoERP
*/
/**
* mdm_bank_account
* Contains all the onhand information, such as - bank_name, bank_number, description, bank_name_a... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2010, 2017, Oracle and/or its affiliates. All rights reserved.
* ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
package javafx.scene.control.skin;
import com.sun.javafx.scene.ParentHelper;
import com.sun.javafx.sce... | {
"pile_set_name": "Github"
} |
www
mail
remote
blog
webmail
server
ns1
ns2
smtp
secure
vpn
m
shop
ftp
mail2
test
portal
ns
ww1
host
support
dev
web
bbs
ww42
mx
email
cloud
1
mail1
2
forum
owa
www2
gw
admin
store
mx1
cdn
api
exchange
app
gov
2tty
vps
govyty
hgfgdf
news
1rer
lkjkui
hfgfgf
yty
lkljk
... | {
"pile_set_name": "Github"
} |
idx label predict basePredict correct time
0 3 3 3 1 0:00:02.880090
20 7 5 5 0 0:00:02.805073
40 4 0 4 0 0:00:02.820064
60 7 7 7 1 0:00:02.871635
80 8 8 8 1 0:00:02.823541
100 4 5 5 0 0:00:02.816172
120 8 1 8 0 0:00:02.806945
140 6 6 2 1 0:00:02.810067
160 2 2 2 1 0:00:02.807297
180 0 0 0 1 0:00:02.838913
20... | {
"pile_set_name": "Github"
} |
// Copyright 2014 The Chromium 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 org.chromium.chrome.browser.init;
import android.app.Activity;
import android.content.Context;
import android.os.AsyncTask;
import android.os.Bui... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2017-present Robert Jaros
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge... | {
"pile_set_name": "Github"
} |
<Canvas>
<Kind>42</Kind>
<Name>Jellyus Oneus</Name>
<IsMinified>1</IsMinified>
<XPosition>1.000000000</XPosition>
<YPosition>1.000000000</YPosition>
</Canvas>
<Widget>
<Kind>6</Kind>
<Name>body h range</Name>
<HighValue>0.522167504</HighValue>
<LowValue>0.423645318</LowValue>
</Widge... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="debug_shared|Win32">
<Configuration>debug_shared</Configuration>
<Platform>Win... | {
"pile_set_name": "Github"
} |
// Package : omnithread
// omnithread/nt.cc Created : 6/95 tjr
//
// Copyright (C) 1999 AT&T Laboratories Cambridge. All Rights Reserved.
//
// This file is part of the omnithread library
//
// The omnithread library is free software; you can redistribute it and/or
// modify it under the terms o... | {
"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"); you may ... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free ... | {
"pile_set_name": "Github"
} |
<?php
$languageNames = array(
'ar' => 'අරාබි',
'bn' => 'බෙංගලි',
'bo' => 'ටිබෙට්',
'de' => 'ජර්මන්',
'de-at' => 'ඔස්ට්රියානු ජර්මන්',
'dv' => 'දිවෙහි',
'el' => 'ග්රීක',
'en' => 'ඉංග්රීසි',
'en-au' => 'ඕස්ට්රේලියානු ඉංග්රීසි',
'en-ca' => 'කැනේඩියානු ඉංග්රීසි',
'en-gb' => 'බ්රිතාන්ය ඉංග්රීසින්ය',
'en-us' => 'ඇ... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="NullableNotNullManager">
<option name="myDefaultNullable" value="android.support.annotation.Nullable" />
<option name="myDefaultNotNull" value="android.support.annotation.NonNull" />
<option name="myNullables">
<value>
... | {
"pile_set_name": "Github"
} |
/*
* RHQ Management Platform
* Copyright (C) 2005-2010 Red Hat, Inc.
* All rights reserved.
*
* 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 version 2 of the License.
*
* This program i... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<!--
<copyright file="ContosoMockEmailService.csproj" company="Microsoft">
Copyright (C) Microsoft. All rights reserved.
</copyright>
-->
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGrou... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="6214" systemVersion="14A314h" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES">
<dependencies>
<p... | {
"pile_set_name": "Github"
} |
// Copyright Aleksey Gurtovoy 2000-2004
//
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
//
// Preprocessed version of "boost/mpl/aux_/fold_impl.hpp" header
// -- DO NOT modify by hand!
namespace boost { n... | {
"pile_set_name": "Github"
} |
// Copyright Aleksey Gurtovoy 2000-2004
//
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
//
// Preprocessed version of "boost/mpl/aux_/fold_impl.hpp" header
// -- DO NOT modify by hand!
namespace boost { n... | {
"pile_set_name": "Github"
} |
# 4.8 学习一些常见的并发模型

本篇内容主要是了解下并发编程中的一些概念,及讲述一些常用的并发模型都是什么样的,从而理解 Golang 中的 协程在这些众多模型中是一种什么样的存在及地位。可能和本系列的初衷(零基础学Go)有所出入,因此你读不读本篇都不会对你学习Go有影响,尽管我个人觉得这是有必要了解的。
你可以自行选择,若你只想学习 Golang 有关的内容,完全可以跳过本篇。
## 0. 并发与并行
讲到并发,那不防先了解下什么是并发,与之相对的并行有什么区别?
这里我用两个例子来形象描述:
- **并发**:当你在跑... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
<Platform>Win32</Platform>... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
<Platform>Win32</Platform>... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<EmguTFLiteMacLinkTarget>MacOS_x64</EmguTFLiteMacLinkTarget>
<EmguTFLiteMacBuildX64 Condition="'$(Platform)'=='AnyCPU' OR '$(Platform)'=='x64'">True</Emgu... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<config xmlns="http://www.knime.org/2008/09/XMLConfig" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.knime.org/2008/09/XMLConfig http://www.knime.org/XMLConfig_2008_09.xsd" key="spec.xml">
<entry key="spec_name" type="xstring" value="default"... | {
"pile_set_name": "Github"
} |
0
SECTION
2
HEADER
9
$ACADVER
1
AC1009
9
$INSBASE
10
0.0
20
0.0
30
0.0
9
$EXTMIN
10
-24.458112
20
16.165
30
0.0
9
$EXTMAX
10
-13.224388
20
23.235
30
0.0
9
$LIMMIN
10
0.0
20
0.0
9
$LIMMAX
10
0.0
20
0.0
9
$ORTHOMODE
70
0
9
$REGENMOD... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
<Platform>Win32</Platform... | {
"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"); you ... | {
"pile_set_name": "Github"
} |
<flash_profiles>
<flash_profile version="1.0" name="Default" current="true">
<PublishFormatProperties enabled="true">
<defaultNames>1</defaultNames>
<flash>1</flash>
<projectorWin>0</projectorWin>
<projectorMac>0</projectorMac>
<html>0</html>
<gif>0</gif>
<jpeg>0</jpeg>
<png>0</png>
... | {
"pile_set_name": "Github"
} |
14
27
41
26
19
30
24
22
35
22
34
26
20
25
20
16
19
25
26
14
22
20
17
23
19
23
18
31
27
34
25
25
28
16
21
23
27
19
34
26
17
22
17
19
20
17
28
22
32
31
18
26
36
34
27
25
22
13
19
20
20
24
17
24
28
30
31
20
26
32
31
17
22
24
22
28
27
27
29
23
26
27
24
25
26
19
21
20
28
32
30
9
36
19
19
53
29
20
24
20
28
22
23
22
29
18
30
... | {
"pile_set_name": "Github"
} |
package org.docear.plugin.pdfutilities.listener;
import java.awt.Component;
import java.awt.Cursor;
import java.awt.Dimension;
import java.awt.KeyboardFocusManager;
import java.awt.Point;
import java.awt.Rectangle;
import java.awt.Window;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import ... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<dependenciesRoot>
<dependency className="jetbrains.mps.lang.typesystem.pluginSolution.plugin.ConvertInferenceRuleToCheckingRule_Action">
<classNode dependClassName="com.intellij.openapi.actionSystem.AnActionEvent" />
<classNode dependClassName="java.lang.Object" />
... | {
"pile_set_name": "Github"
} |
19A00:
19A01:
19A02:
19A03:
19A04:
19A05:
19A06:
19A07:
19A08:
19A09:
19A0A:
19A0B:
19A0C:
19A0D:
19A0E:
19A0F:
19A10:
19A11:
19A12:
19A13:
19A14:
19A15:
19A16:
19A17:
19A18:
19A19:
19A1A:
19A1B:
19A1C:
19A1D:
19A1E:
19A1F:
19A20:
19A21:
19A22:
19A23:
19A24:
19A25:
19A26:
19A27:
19A28:
19A29:
19A2A:
19A2B:
19A2C:
19A2D... | {
"pile_set_name": "Github"
} |
/*
* Copyright Beijing 58 Information Technology Co.,Ltd.
*
* 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
... | {
"pile_set_name": "Github"
} |
package net.perfectdreams.loritta.website
import com.github.benmanes.caffeine.cache.Caffeine
import com.mrpowergamerbr.loritta.Loritta
import com.mrpowergamerbr.loritta.utils.WebsiteUtils
import com.mrpowergamerbr.loritta.utils.locale.BaseLocale
import com.mrpowergamerbr.loritta.utils.loritta
import com.mrpowergamerbr... | {
"pile_set_name": "Github"
} |
/*
* (C) 2007-2012 Alibaba Group Holding Limited.
*
* 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 applic... | {
"pile_set_name": "Github"
} |
package org.apache.lucene.analysis.shingle;
/**
* 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 Lic... | {
"pile_set_name": "Github"
} |
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * hr_holidays_calendar
#
# Translators:
# Martin Trigaux, 2020
# Yoshi Tashiro <tashiro@roomsfor.hk>, 2020
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 13.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-0... | {
"pile_set_name": "Github"
} |
use association_AddIndexControlFunctions.ump;
use association_AddMNToMany.ump;
use association_AddMNToOnlyOne.ump;
use association_AddMNToOptionalOne.ump;
use association_AddMStarToMany.ump;
use association_AddMandatoryManyToOne.ump;
use association_AddManyToManyMethod.ump;
use association_AddManyToOne.ump;
use associa... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
<Platform>Win32</Platform>... | {
"pile_set_name": "Github"
} |
# 1.2 Vagrant安装配置
实际上Vagrant只是一个让你可以方便设置你想要的虚拟机的便携式工具,它底层支持VirtualBox、VMware甚至AWS作为虚拟机系统,本书中我们将使用VirtualBox来进行说明,所以第一步需要先安裝Vagrant和VirtualBox。
## VirtualBox安装
VirtualBox是Oracle开源的虚拟化系统,它支持多个平台,所以你可以到官方网站:https://www.virtualbox.org/wiki/Downloads/ 下载适合你平台的VirtualBox最新版本并安装,它的安装过程都很傻瓜化,一步一步执行就可以完成安装了。
## Vagran... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
<Platform>Win32</Platform... | {
"pile_set_name": "Github"
} |
<AnalogEfexPro2_preset>
<filter name="TauronGlobalAdjustments">
<parameter name="strengthFactor" value="28" valueType="float"/>
<parameter name="brightness" value="6" valueType="float"/>
<parameter name="contrast" value="20" valueType="float"/>
<parameter name="saturation" value="70" valueType="float"/>
<par... | {
"pile_set_name": "Github"
} |
[preset00]
fRating=3.000000
fGammaAdj=1.000000
fDecay=0.997000
fVideoEchoZoom=0.996629
fVideoEchoAlpha=0.000000
nVideoEchoOrientation=1
nWaveMode=6
bAdditiveWaves=0
bWaveDots=0
bWaveThick=1
bModWaveAlphaByVolume=0
bMaximizeWaveColor=0
bTexWrap=1
bDarkenCenter=0
bRedBlueStereo=0
bBrighten=0
bDarken=1
b... | {
"pile_set_name": "Github"
} |
/*
* This file is part of LibrePlan
*
* Copyright (C) 2013 St. Antoniusziekenhuis
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your ... | {
"pile_set_name": "Github"
} |
#StarCraftⅡ-cn,星际争霸2国服,0,0,1,0,1,0,By-normanbb
12.129.202.0/24
12.129.206.0/24
12.129.210.0/24
12.129.222.0/24
12.129.242.0/24
12.130.193.0/24
14.215.228.0/24
36.25.240.0/24
39.129.16.0/24
42.186.64.0/24
42.186.64.174/32
42.186.64.175/32
42.186.64.176/32
42.186.64.177/32
42.186.64.178/32
42.186.64.179/3... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
<Platform>Win32</Platform... | {
"pile_set_name": "Github"
} |
package org.apache.http.impl.client;
import android.support.v4.app.NotificationCompat.WearableExtender;
import java.io.IOException;
import java.io.InterruptedIOException;
import java.net.URI;
import java.net.URISyntaxException;
import java.util.concurrent.TimeUnit;
import org.apache.commons.logging.Log;
import org.apa... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.