text stringlengths 2 99.9k | meta dict |
|---|---|
from automat import MethodicalMachine
class Led(object):
_machine = MethodicalMachine()
@_machine.state()
def led_on(self):
"led is on"
@_machine.state(initial=True)
def led_off(self):
"led is off"
@_machine.input()
def turn_on(self):
"turn the led on"
@_mac... | {
"pile_set_name": "Github"
} |
######################## BEGIN LICENSE BLOCK ########################
# The Original Code is Mozilla Universal charset detector code.
#
# The Initial Developer of the Original Code is
# Simon Montagu
# Portions created by the Initial Developer are Copyright (C) 2005
# the Initial Developer. All Rights Reserved... | {
"pile_set_name": "Github"
} |
# -*- python -*-
# Copyright (c) 2012 The Native Client Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
#
Import('env')
env.Prepend(CPPDEFINES=['XP_UNIX'])
env.Replace(TEST_DIR='${SOURCE_ROOT}/ppapi/native_client/tests/ppapi_browser/... | {
"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"
} |
{
"notes": "",
"support": {
"Android Browser": "y 4.4",
"Baidu Browser": "y 7.12",
"Blackberry Browser": "y 10",
"Chrome": "y 30",
"Chrome for Android": "y 74",
"Edge": "y 75",
"Firefox": "y 16",
"Firefox for Android": "y 66",
"IE": "n 11",
"IE Mobile": "n 11",
"KaiOS Browser": "y 2.5... | {
"pile_set_name": "Github"
} |
/****************************************************************************************
* Copyright (c) 2013 Bibek Shrestha <bibekshrestha@gmail.com> *
* Copyright (c) 2013 Zaur Molotnikov <qutorial@gmail.com> *
* Copyright (c) 2013 Nicolas Raoul <nicolas.raoul... | {
"pile_set_name": "Github"
} |
'use strict';
//
// Load all the fixtures and inject in all configuration resources.
// 1. Push the ../config files (local configuration, may be used in next steps)
// 2. Store the ESN configuration files into mongo
//
// Each configuration feature live in its module. On each module, index.js will be called and
// it ... | {
"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"
} |
(* ==== PERVASIVE LIBRARY UTILITIES ====
* FUNCTOR
*
* Copyright 2013 Ravenbrook Limited <http://www.ravenbrook.com/>.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
* m... | {
"pile_set_name": "Github"
} |
#!/bin/sh
. ./setup.sh
commonName="/CN=Openswan Unit Testing Root CA"
DN=$countryName$stateOrProvinceName$localityName
DN=$DN$organizationName$organizationalUnitName$commonName
export subjectAltName=email:root@openswan.org
# 1220 days = three years plus 125 days
if [ ! -f $rootca/private/ca.key.$format ]; then
... | {
"pile_set_name": "Github"
} |
/*
* This file is used to build the API routes, we may have
* different routes for views and the like
*/
const express = require('express')
const userRoutes = require('./users') //use the user route shit
const router = express.Router() //make a new router
router.use('/users', userRoutes) //tell it to use the us... | {
"pile_set_name": "Github"
} |
export default function _readOnlyError(name) {
throw new Error("\"" + name + "\" is read-only");
} | {
"pile_set_name": "Github"
} |
// Copyright (c) 2019, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
part of models;
abstract class IsolateGroupRef {
/// The id which is passed to the getIsolateGroup R... | {
"pile_set_name": "Github"
} |
/* iCheck plugin Square skin
----------------------------------- */
.icheckbox_square,.iradio_square {
display: block;
margin: 0;
padding: 0;
width: 22px;
height: 22px;
background: url(square.png) no-repeat;
border: none;
cursor: pointer;
}
.icheckbox_square {
background-position: 0 0;
}
.ic... | {
"pile_set_name": "Github"
} |
# Upgrade to 2.9
## Deprecated `Statement::fetchColumn()` with an invalid index
Calls to `Statement::fetchColumn()` with an invalid column index currently return `NULL`. In the future, such calls will result in a exception.
## Deprecated `Configuration::getFilterSchemaAssetsExpression()`, `::setFilterSchemaAssetsExp... | {
"pile_set_name": "Github"
} |
/*
* Copyright MapStruct Authors.
*
* Licensed under the Apache License version 2.0, available at http://www.apache.org/licenses/LICENSE-2.0
*/
package org.mapstruct.ap.test.collection.wildcard;
import java.math.BigDecimal;
import java.util.List;
import org.mapstruct.Mapper;
/**
*
* @author Sjaak Derksen
*/
@... | {
"pile_set_name": "Github"
} |
/*=============================================================================
Copyright (c) 2001-2008 Joel de Guzman
Copyright (c) 2001-2008 Hartmut Kaiser
http://spirit.sourceforge.net/
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at http:... | {
"pile_set_name": "Github"
} |
// Copyright Daniel Wallin, David Abrahams 2010. Use, modification and
// distribution is subject to 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)
#ifndef BOOST_PARAMETER_IS_MAYBE_050329_HPP
#define BOOST_PARAMETER_IS_MAYBE_... | {
"pile_set_name": "Github"
} |
//* This file is part of the MOOSE framework
//* https://www.mooseframework.org
//*
//* All rights reserved, see COPYRIGHT for full restrictions
//* https://github.com/idaholab/moose/blob/master/COPYRIGHT
//*
//* Licensed under LGPL 2.1, please see LICENSE for details
//* https://www.gnu.org/licenses/lgpl-2.1.html
#in... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
<FrameLayout
android:id="@+id/vg_cover"
android:layout_width="match_parent"
android:layout_heig... | {
"pile_set_name": "Github"
} |
============
============
============
============
.====...====.
.............
.............
.............
############.
############.
############.
############. | {
"pile_set_name": "Github"
} |
diff --git a/Makefile.msc b/Makefile.msc
index 9baa035..88d21e4 100644
--- a/Makefile.msc
+++ b/Makefile.msc
@@ -270,9 +270,9 @@ SQLITE3H = sqlite3.h
#
!IFNDEF SQLITE3DLL
!IF $(FOR_WIN10)!=0
-SQLITE3DLL = winsqlite3.dll
+SQLITE3DLL = sqlcipher.dll
!ELSE
-SQLITE3DLL = sqlite3.dll
+SQLITE3DLL = sqlcipher.dll
!ENDIF
... | {
"pile_set_name": "Github"
} |
Universidad Francisco de Vitoria
| {
"pile_set_name": "Github"
} |
/******************************************
Copyright (C) 2009-2020 Authors of CryptoMiniSat, see AUTHORS file
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 withou... | {
"pile_set_name": "Github"
} |
TITLE:: PureUGen
summary:: Pure UGen
categories:: UGens
related:: Classes/UGen
DESCRIPTION::
A Pure UGen is a UGen, which does not access any shared resources like busses, buffers or random number generators. UGen
classes which are derived from PureUGen are candidates for common subexpression elimination and dead cod... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!--
create table foo(a int, b int)
partition by list (b)
(partition p1 values(1,3), partition p2 values(4,2), default partition other);
select * from foo where b = 1 union all
select * from foo where b > 3 union all
select * from foo where b in (0,1) union all
select * from foo ... | {
"pile_set_name": "Github"
} |
require('../modules/web.timers');
require('../modules/web.immediate');
require('../modules/web.dom.iterable');
module.exports = require('../modules/$.core'); | {
"pile_set_name": "Github"
} |
from typing import Type
from psqlextra.models import PostgresMaterializedViewModel
from .view import PostgresViewModelState
class PostgresMaterializedViewModelState(PostgresViewModelState):
"""Represents the state of a :see:PostgresMaterializedViewModel in the
migrations."""
@classmethod
def _get_b... | {
"pile_set_name": "Github"
} |
// RUN: %clang_cc1 -triple x86_64-unknown-linux -O0 -fsanitize-cfi-cross-dso \
// RUN: -fsanitize=cfi-icall,cfi-nvcall,cfi-vcall,cfi-unrelated-cast,cfi-derived-cast \
// RUN: -fsanitize-trap=cfi-icall,cfi-nvcall -fsanitize-recover=cfi-vcall,cfi-unrelated-cast \
// RUN: -emit-llvm -o - %s | FileCheck %s
voi... | {
"pile_set_name": "Github"
} |
; RUN: opt < %s -instcombine -S | FileCheck %s
define zeroext i1 @_Z3fooPb(i8* nocapture %x) {
entry:
%a = load i8, i8* %x, align 1, !range !0
%b = and i8 %a, 1
%tobool = icmp ne i8 %b, 0
ret i1 %tobool
}
; CHECK: %a = load i8, i8* %x, align 1, !range !0
; CHECK-NEXT: %tobool = icmp ne i8 %a, 0
; CHECK-NEXT: ... | {
"pile_set_name": "Github"
} |
# Copyright 2020 Google Research. 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 law... | {
"pile_set_name": "Github"
} |
{% load admin_tags %}
{% with ip_log=item %}
<tr>
<td>{{ ip_log|details_url:"ip"|safe }}</td>
<td>{{ ip_log|details_url:"vm"|safe }}</td>
<td>{{ ip_log|details_url:"network"|safe }}</td>
<td>{{ ip_log|details_url:"user"|safe }}</td>
<td>{{ ip_log.action }}</td>
<td>{{ ip_log.action_date }}</td>... | {
"pile_set_name": "Github"
} |
/*
Copyright Oliver Kowalke 2009.
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)
*/
/******************************************************
* ... | {
"pile_set_name": "Github"
} |
mkdir -p $PREFIX/bin
./configure --disable-debugging
make
# cmfinder.pl requires env-var CMfinder be set to bin parent dir
mv bin/cmfinder.pl bin/_cmfinder.pl
echo 'export CMfinder='$PREFIX > bin/cmfinder.pl
echo '_cmfinder.pl "$@"' >> bin/cmfinder.pl
chmod +x bin/cmfinder.pl
cp bin/* $PREFIX/bin/
| {
"pile_set_name": "Github"
} |
<?php
// +-----------------------------------------------------------------------+
// | This file is part of Piwigo. |
// | |
// | For copyright and license information, please view the COPYING.txt |
// | f... | {
"pile_set_name": "Github"
} |
from __future__ import division, print_function, absolute_import
import numpy as np
from numpy.testing import assert_equal, assert_allclose, assert_
from scipy.sparse.linalg.isolve import minres
import pytest
from pytest import raises as assert_raises
from .test_iterative import assert_normclose
def get_sample_probl... | {
"pile_set_name": "Github"
} |
# $Id$
# Authority: shuff
# Upstream: Khemir Nadim ibn Hamouda <nadim$khemir,net>
%define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)
%define perl_vendorarch %(eval "`%{__perl} -V:installvendorarch`"; echo $installvendorarch)
%define real_name Data-TreeDumper-Renderer-GTK
Summary... | {
"pile_set_name": "Github"
} |
# Test Upgrade from old version 5727
# Stop DB server which was created by MTR default
# Copy and unzip old version data directory.
List all files before upgrade
-----------------------------
table_part_1#p#p0.ibd
table_part_1#p#p1.ibd
table_part_1#p#p2.ibd
table_part_1#p#p3.ibd
table_part_1#p#p4.ibd
table_part_1.frm
t... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2018 Team Kodi
* This file is part of Kodi - https://kodi.tv
*
* SPDX-License-Identifier: GPL-2.0-or-later
* See LICENSES/README.md for more information.
*/
#include "MusicUtils.h"
#include "Application.h"
#include "PlayListPlayer.h"
#include "ServiceBroker.h"
#include "dialogs/GUIDialogS... | {
"pile_set_name": "Github"
} |
[faster-signatures]
ed25519ll
[signatures]
keyring
keyrings.alt
[signatures:sys_platform!="win32"]
pyxdg
[test]
pytest>=3.0.0
pytest-cov
| {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2002 Sistina Software (UK) Limited.
* Copyright (C) 2006 Red Hat GmbH
*
* This file is released under the GPL.
*
* Kcopyd provides a simple interface for copying an area of one
* block-device to one or more other block-devices, with an asynchronous
* completion notification.
*/
#include <li... | {
"pile_set_name": "Github"
} |
/* Generated by RuntimeBrowser
Image: /System/Library/PrivateFrameworks/AnnotationKit.framework/AnnotationKit
*/
@interface AKAnnotationImageHelper : NSObject
+ (void)_drawFilledShapeImageForAnnotation:(id)arg1 inRect:(struct CGRect { struct CGPoint { double x_1_1_1; double x_1_1_2; } x1; struct CGSize { double x... | {
"pile_set_name": "Github"
} |
/*******************************************************************\
Module:
Author: Daniel Kroening, kroening@kroening.com
\*******************************************************************/
#include "c_preprocess.h"
#include <util/c_types.h>
#include <util/config.h>
#include <util/prefix.h>
#include <util/run... | {
"pile_set_name": "Github"
} |
# Warning flags for C and C++:
COMMON_FLAGS += -Wall -Wextra -pedantic -Werror
COMMON_FLAGS += -Wmissing-declarations -g
#COMMON_FLAGS += -Weverything
CFLAGS += ${COMMON_FLAGS}
CPPFLAGS += ${COMMON_FLAGS}
# These warnings are not valid for C++:
CFLAGS += -Wmissing-prototypes
CFLAGS += -Wstrict-prototypes
PROGRAMS_C=... | {
"pile_set_name": "Github"
} |
class AddNewIndexes < ActiveRecord::Migration
def up
add_index :communities_payment_gateways, :community_id
end
def down
remove_index :communities_payment_gateways, :community_id
end
end
| {
"pile_set_name": "Github"
} |
00:00 Okay, let's get cracking.
00:01 First thing we need to do is import requests, sorry.
00:07 import requests.
00:09 Now I know you probably know how to use requests
00:12 so I'm not going over this too much.
00:14 But what I'd like you to do is
00:15 enter the URL of your feed.
00:18 Now to get that for example,
00... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2011 Sonian 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 in w... | {
"pile_set_name": "Github"
} |
// SPDX-License-Identifier: GPL-2.0-or-later
/*
*
* Bluetooth HCI UART driver
*
* Copyright (C) 2000-2001 Qualcomm Incorporated
* Copyright (C) 2002-2003 Maxim Krasnyansky <maxk@qualcomm.com>
* Copyright (C) 2004-2005 Marcel Holtmann <marcel@holtmann.org>
*/
#include <linux/module.h>
#include <linux/ker... | {
"pile_set_name": "Github"
} |
+++
fragment = "copyright"
#disabled = true
date = "2016-09-07"
weight = 110
background = "secondary"
copyright = "" # default: Copyright $Year .Site.params.name
attribution = true # enable attribution by setting it to true
+++
| {
"pile_set_name": "Github"
} |
package io.cattle.platform.configitem.server.resource;
import java.io.IOException;
import java.io.InputStream;
import java.net.URL;
import org.apache.commons.io.IOUtils;
import org.apache.commons.io.output.CountingOutputStream;
import org.apache.commons.io.output.NullOutputStream;
public class URLResource extends Ab... | {
"pile_set_name": "Github"
} |
"""
Boolean geometry utilities.
"""
from __future__ import absolute_import
#Init has to be imported first because it has code to workaround the python bug where relative imports don't work if the module is imported as a main module.
import __init__
import os
import sys
import traceback
__author__ = 'Enrique Perez ... | {
"pile_set_name": "Github"
} |
export default {
adminUser: {
lb_form_title: "填写用户信息",
lb_userName: "用户名",
lb_userGroup: "用户类型",
lb_name: "姓名",
lb_phoneNum: "手机号",
lb_countryCode: "国家码",
lb_password: "密码",
lb_confirmPassword: "确认密码",
lb_email: "邮箱",
lb_enable: "是否有效",
lb_comments: "备注",
lb_options: "操... | {
"pile_set_name": "Github"
} |
// -*- C++ -*-
// Copyright (C) 2005-2013 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library 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 3... | {
"pile_set_name": "Github"
} |
// SPDX-License-Identifier: GPL-2.0
/*
* core.c - contains all core device and protocol registration functions
*
* Copyright 2002 Adam Belay <ambx1@neo.rr.com>
*/
#include <linux/pnp.h>
#include <linux/types.h>
#include <linux/list.h>
#include <linux/device.h>
#include <linux/module.h>
#include <linux/mutex.h>
#in... | {
"pile_set_name": "Github"
} |
#pragma once
#include <stdint.h>
uint64_t singleTextureVS[] =
{
0xe0024c6700601a00,
0x100210a715c27d80,
0x100200e715c27d80,
0x100049e220802037,
0x100049e1200e003e,
0x1002416321802477,
0x100049e2200e003e,
0x100250e0218026b7,
0x100049e3200e003e,
0x10025121218020f7,
0x100049e0200e003e,
0x1002410181c27236,
0... | {
"pile_set_name": "Github"
} |
'use strict';
module.exports = function () {
var isSafeInteger = Number.isSafeInteger;
if (typeof isSafeInteger !== 'function') return false;
return !isSafeInteger('23') && isSafeInteger(34232322323) &&
!isSafeInteger(9007199254740992);
};
| {
"pile_set_name": "Github"
} |
//=======================================================================
// (c) Copyright Juergen Hunold 2008
// Use, modification and distribution is subject to 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)
//====================... | {
"pile_set_name": "Github"
} |
<?php
namespace frontend\controllers\cabinet;
use shop\readModels\Shop\ProductReadRepository;
use shop\useCases\cabinet\WishlistService;
use Yii;
use yii\filters\AccessControl;
use yii\filters\VerbFilter;
use yii\web\Controller;
class WishlistController extends Controller
{
public $layout = 'cabinet';
privat... | {
"pile_set_name": "Github"
} |
//
// EmptyExecutorCommand.swift
// OpenTerm
//
// Created by Louis D'hauwe on 09/04/2018.
// Copyright © 2018 Silver Fox. All rights reserved.
//
import Foundation
import ios_system
/// No-op command to run.
struct EmptyExecutorCommand: CommandExecutorCommand {
func run(forExecutor executor: CommandExecutor) th... | {
"pile_set_name": "Github"
} |
/*
dumpf.h:
Copyright (C) 1991 Barry Vercoe, John ffitch
This file is part of Csound.
The Csound Library is free software; you can redistribute it
and/or modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of ... | {
"pile_set_name": "Github"
} |
import Foundation
/// The details of a specific condition
struct ASTCondition: Codable, Equatable {
enum Kind: String, Codable {
case BooleanCondition
/// TODO: What other kinds are there?
}
/// The kind of condition
let kind: ASTCondition.Kind
/// The name of the variable determining this cond... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8" ?>
<Form version="1.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
<AuxValues>
<AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>
<AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" val... | {
"pile_set_name": "Github"
} |
// Package mydnsjp implements a DNS provider for solving the DNS-01 challenge using MyDNS.jp.
package mydnsjp
import (
"errors"
"fmt"
"net/http"
"time"
"github.com/go-acme/lego/v4/challenge/dns01"
"github.com/go-acme/lego/v4/platform/config/env"
)
const defaultBaseURL = "https://www.mydns.jp/directedit.html"
... | {
"pile_set_name": "Github"
} |
.. BACpypes bsll module
.. module:: bsllservice
BACnet Streaming Link Layer Service
===================================
BACnet streaming link layer...
Streaming Packets
-----------------
.. function:: _Packetize(data)
:param data: octet stream to slice into packets
This is a long line of text.
.. class:... | {
"pile_set_name": "Github"
} |
.generic-datasource-query-row .query-keyword {
width: 75px;
} | {
"pile_set_name": "Github"
} |
{{- if .Values.rbac.enabled }}
apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding
metadata:
name: {{ include "enmasse.fullname" . }}-address-space-controller
labels:
{{ include "enmasse.labels" . | indent 4 }}
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: Role
name: {{ include "enmasse.fullname" ... | {
"pile_set_name": "Github"
} |
// keygenerator.h : main header file for the KEYGENERATOR application
//
#if !defined(AFX_KEYGENERATOR_H__22CD5805_2CF6_11D9_A6F0_0060087D3389__INCLUDED_)
#define AFX_KEYGENERATOR_H__22CD5805_2CF6_11D9_A6F0_0060087D3389__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#ifndef __AFXWIN_H__
#erro... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!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=ISO-8859-1" />
<title>Eclipse Public Lice... | {
"pile_set_name": "Github"
} |
<?php
namespace Victoire\Bundle\ViewReferenceBundle\ViewReference;
class BusinessPageReference extends ViewReference
{
protected $entityId;
protected $entityNamespace;
protected $templateId;
/**
* @return mixed
*/
public function getEntityId()
{
return $this->entityId;
}... | {
"pile_set_name": "Github"
} |
import { BlockHandler } from "./block-handler";
export class InvalidGeneratorHandler extends BlockHandler {}
| {
"pile_set_name": "Github"
} |
# This is the CMakeCache file.
# For build in directory: /Users/zhanggeng/CVCheck/app/.externalNativeBuild/cmake/universalRelease/x86
# It was generated by CMake: /Users/zhanggeng/android_tools/android_studio/android-sdk-macosx/cmake/3.6.3155560/bin/cmake
# You can edit this file to change values found and used by cmak... | {
"pile_set_name": "Github"
} |
//
// Generated by class-dump 3.5 (64 bit).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
//
#import "WXPBGeneratedMessage.h"
@class NSData;
@interface HWParamBuffer : WXPBGeneratedMessage
{
}
+ (void)initialize;
// Remaining properties
@property(nonatomic) unsigned int... | {
"pile_set_name": "Github"
} |
/*
* OMAP5 thermal driver.
*
* Copyright (C) 2011-2012 Texas Instruments Inc.
* Contact:
* Eduardo Valentin <eduardo.valentin@ti.com>
*
* This software is licensed under the terms of the GNU General Public
* License version 2, as published by the Free Software Foundation, and
* may be copied, distributed, and ... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2018-2020 ProfunKtor
*
* 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"
} |
/**
* Toggles
*
* Non-animation
*/
;(function($, window, undefined)
{
"use strict";
$(document).ready(function()
{
// Chat Toggler
$('a[data-toggle="chat"]').each(function(i, el)
{
$(el).on('click', function(ev)
{
ev.preventDefault();
public_vars.$body.toggleClass('chat-open');
if($... | {
"pile_set_name": "Github"
} |
package com.tencent.mm.ui.chatting;
import android.content.Context;
import android.view.MenuItem;
import com.tencent.mm.a.n;
import com.tencent.mm.model.ax;
import com.tencent.mm.plugin.report.service.j;
import com.tencent.mm.q.l;
import com.tencent.mm.sdk.platformtools.t;
import com.tencent.mm.ui.base.bk.d;
final cl... | {
"pile_set_name": "Github"
} |
# SPDX-License-Identifier: GPL-2.0
# ===========================================================================
# Kernel configuration targets
# These targets are used from top-level makefile
PHONY += xconfig gconfig menuconfig config localmodconfig localyesconfig \
build_menuconfig build_nconfig build_gconfig build... | {
"pile_set_name": "Github"
} |
{-# LANGUAGE DeriveDataTypeable #-}
{-# LANGUAGE OverloadedStrings #-}
{-# OPTIONS_GHC -fno-warn-missing-fields #-}
{-# OPTIONS_GHC -fno-warn-missing-signatures #-}
{-# OPTIONS_GHC -fno-warn-name-shadowing #-}
{-# OPTIONS_GHC -fno-warn-unused-imports #-}
{-# OPTIONS_GHC -fno-warn-unused-matches #-}
-------------------... | {
"pile_set_name": "Github"
} |
//---------------------------------------------------------------------------
// Greenplum Database
// Copyright (C) 2012 EMC Corp.
//
// @filename:
// CConstraintNegation.h
//
// @doc:
// Representation of a negation constraint
//---------------------------------------------------------------------------
#ifndef GPO... | {
"pile_set_name": "Github"
} |
// RUN: %clang_cc1 -std=c++1z -fcxx-exceptions -verify %s
// RUN: %clang_cc1 -std=c++1z -fcxx-exceptions -verify %s -DCLASS
#ifdef CLASS
struct Outer {
#endif
template<typename> struct A {};
// Valid forms.
A(int(&)[1]) -> A<int>;
explicit A(int(&)[2]) -> A<int>;
// Declarator pieces are not OK.
*A(int(&)[3]) -> A<... | {
"pile_set_name": "Github"
} |
//
// SidebarAnimationController.m
// Vesper
//
// Created by Brent Simmons on 8/8/14.
// Copyright (c) 2014 Q Branch LLC. All rights reserved.
//
#import "SidebarAnimationController.h"
@implementation SidebarAnimationController
#pragma mark - UIViewControllerAnimatedTransitioning
- (NSTimeInterval)transition... | {
"pile_set_name": "Github"
} |
First, copy editing type nonsense:
In sections 1.3, 1.4 and 1.6 the phrase "Q-Link Commodore 64" should
read "Commodore 64 Q-Link" in order to correspond with the phrasing in the
other definitions.
In section 2.1 the phrase "...on the Q-Link under..." should read
"...on the Q-Link system under..."
Weird turns of ... | {
"pile_set_name": "Github"
} |
/*
* Generated by class-dump 3.3.4 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2011 by Steve Nygard.
*/
#import <DevToolsInterface/XCApplicationPropertiesInspectorPane.h>
@class NSButton, NSMutableArray, NSMutableDictionary, NSTableView, PBXAddVariantPanel, XCExtendedArrayControll... | {
"pile_set_name": "Github"
} |
BUILDING rdiscount
==================
You'll be needing Ruby, rake, and a basic build environment.
Build the rdiscount extension for tests and local development:
$ rake build
Use your rdiscount working copy when running ruby programs:
$ export RUBYLIB=~/rdiscount/lib:$RUBYLIB
$ ruby some-program.rb
Ga... | {
"pile_set_name": "Github"
} |
librosa==0.6.2
pytube==9.5.2
requests==2.21.0
inflect==2.1.0
pocketsphinx==0.1.15
google-api-python-client==1.7.11
pydub==0.23.1
| {
"pile_set_name": "Github"
} |
var v : 1 .. 1000 ;
assert v contains "abc";
assert v contains "cde";
assert v contains "deg"; | {
"pile_set_name": "Github"
} |
// Copyright 2013 Chris McGee <sirnewton_01@yahoo.ca>. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package main
import (
"encoding/json"
"errors"
"go/build"
"io"
"net/http"
"os"
"path/filepath"
"strconv"
"strings"
)
type Projec... | {
"pile_set_name": "Github"
} |
using Uno;
using Uno.UX;
using Uno.Platform.EventSources;
using Fuse.Controls.FallbackTextRenderer;
using Fuse.Controls.Graphics;
using Fuse.Drawing;
using Fuse.Elements;
using Fuse.Input;
using Fuse.Internal;
using Fuse.Triggers;
using Fuse.Controls.Native;
using Fuse.Controls.FallbackTextEdit;
namespace Fuse.Control... | {
"pile_set_name": "Github"
} |
"Filed out from Dolphin Smalltalk 7"!
ENHMETARECORD subclass: #EMRPLGBLT
instanceVariableNames: ''
classVariableNames: '_OffsetOf_aptlDest _OffsetOf_cbBitsMask _OffsetOf_cbBitsSrc _OffsetOf_cbBmiMask _OffsetOf_cbBmiSrc _OffsetOf_crBkColorSrc _OffsetOf_cxSrc _OffsetOf_cySrc _OffsetOf_iUsageMask _OffsetOf_iUsageS... | {
"pile_set_name": "Github"
} |
52
3
0
212 144
92 144
163 138
3
0
163 138
92 144
141 138
3
0
163 138
141 138
163 125
3
0
163 125
141 138
141 125
3
0
163 125
141 125
178 108
3
0
178 108
141 125
126 108
3
0
178 108
126 108
179 87
3
0
179 87
126 108
125 87
3
0
179 87
125 87
170 75
3
0
170 75
125 87
134 7... | {
"pile_set_name": "Github"
} |
#include <iostream>
#include "BenchUtil.h"
#include "basicbenchmark.h"
int main(int argc, char *argv[])
{
DISABLE_SSE_EXCEPTIONS();
// this is the list of matrix type and size we want to bench:
// ((suffix) (matrix size) (number of iterations))
#define MODES ((3d)(3)(4000000)) ((4d)(4)(1000000)) ((Xd)(4)(100... | {
"pile_set_name": "Github"
} |
module App.Section.Demo
exposing
( Model
, Msg
, init
, update
, view
, subscriptions
, routeChanged
)
{-| The main demo component. Handles the demo section routing.
-}
import Html exposing (Html, section, h1, p, text)
import App.Section.Demo.Route e... | {
"pile_set_name": "Github"
} |
<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="Website XSL Stylesheet V1.79.1"><link rel="home" href="../index.html" title="Netkiller ebook - Linux ebook"><link rel="up" href="../home/project.html" title="Project"><link rel="previous" href="../home/deploym... | {
"pile_set_name": "Github"
} |
#load "..\TestCs\ReferencedClass.cs"
#load "ReferencedScript.csx"
//Write using supplied ScriptContext
Output.WriteLine("namespace TestNamespace{class TestClass{public void TestMethod(){}}}");
//With referenced script
Output.WriteLine($"// we have multiplied {Go4th(2, 3)}");
//Create instance from intercepted class... | {
"pile_set_name": "Github"
} |
好奇心原文链接:[《忠犬八公》导演的温情新作,还是能让你为一只狗哭上一回_娱乐_好奇心日报-陈心怡](https://www.qdaily.com/articles/31645.html)
WebArchive归档链接:[《忠犬八公》导演的温情新作,还是能让你为一只狗哭上一回_娱乐_好奇心日报-陈心怡](http://web.archive.org/web/20161106062253/http://www.qdaily.com:80/articles/31645.html)
 | {
"pile_set_name": "Github"
} |
dnl mpn_rshift2
dnl Copyright 2009 Jason Moxham
dnl This file is part of the MPIR Library.
dnl The MPIR Library is free software; you can redistribute it and/or modify
dnl it under the terms of the GNU Lesser General Public License as published
dnl by the Free Software Foundation; either version 2.1 of the Lic... | {
"pile_set_name": "Github"
} |
//
// Grid
// --------------------------------------------------
.row {
&-flexbox {
display: flex;
flex-flow: row wrap;
}
}
| {
"pile_set_name": "Github"
} |
/*jshint undef: false */
describe('Service with sample conf', function() {
beforeEach(function() {
module('ncy-sample-conf');
});
it('generate a unique step for the "home" state', inject(function($breadcrumb) {
goToStateAndFlush('home');
var statesChain = $breadcrumb.getStatesChai... | {
"pile_set_name": "Github"
} |
*PPD-Adobe: "4.0"
*% Copyright 1994 Dataproducts corporation.
*% All Rights Reserved.
*% Permission is granted for redistribution of this file as
*% long as this copyright notice is intact and the contents
*% of the file are not altered in any way from their original form.
*% End of Copyright statement
*FormatVe... | {
"pile_set_name": "Github"
} |
<?php
/**
* Phanbook : Delightfully simple forum software
*
* Licensed under The BSD License
* For full copyright and license information, please see the LICENSE.txt
* Redistributions of files must retain the above copyright notice.
*
* @link http://phanbook.com Phanbook Project
* @since 1.0.0
* @license ... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.