text stringlengths 2 99.9k | meta dict |
|---|---|
#include <signal.h>
#include <stdlib.h>
#include "ethos.hpp"
#include "bootstrap.cpp"
#include "resource/resource.cpp"
#include "../ananke/ananke.hpp"
#include <stdio.h>
Program* program = nullptr;
DSP dspaudio;
struct color {
short r, g, b;
} white, black, red, green, yellow;
Emulator::Interface& system() {
if(... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env python
import sys
import os
import re
import anchore.anchore_utils
# parse the commandline and set up local config
try:
config = anchore.anchore_utils.init_query_cmdline(sys.argv, "params: <package> <package> ...\nhelp: search input image(s) for specified <package> installations")
except Exception ... | {
"pile_set_name": "Github"
} |
description: STM32 F1 flash controller
compatible: "st,stm32f1-flash-controller"
include: flash-controller.yaml
| {
"pile_set_name": "Github"
} |
JASC-PAL
0100
16
24 41 82
255 255 255
222 230 238
189 205 230
156 180 222
131 131 139
98 98 123
65 74 106
41 49 90
115 189 246
98 172 238
238 230 164
222 205 131
213 180 106
205 156 82
115 197 164
| {
"pile_set_name": "Github"
} |
# mach: crisv3 crisv8 crisv10 crisv32
# output: ffffff42\n94\nffff4321\n9234\n76543210\n76540000\n
; Move constant byte, word, dword to register. Check that no extension is
; performed, that only part of the register is set.
.include "testutils.inc"
startnostack
moveq -1,r3
move.b 0x42,r3
test_move_cc 0 0 0 0
... | {
"pile_set_name": "Github"
} |
/*
* Copyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas.
* Copyright 2007-2008 Red Hat, Inc.
* (C) Copyright IBM Corporation 2004
* All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Softwar... | {
"pile_set_name": "Github"
} |
require 'starscope/version'
require 'starscope/db'
| {
"pile_set_name": "Github"
} |
/*
* linux/drivers/mmc/host/sdhci.h - Secure Digital Host Controller Interface driver
*
* Header file for Host Controller registers and I/O accessors.
*
* Copyright (C) 2005-2008 Pierre Ossman, All Rights Reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms o... | {
"pile_set_name": "Github"
} |
#if __VERSION__ >= 130
#define varying in
out vec4 mgl_FragColor;
#define gl_FragColor mgl_FragColor
#endif
#ifdef GL_ES
precision mediump float;
precision mediump int;
#endif
varying vec4 pass_textureCoords;
uniform sampler2D textureSampler;
void main (void)
{
vec4 inputColor = texture2D(textureSa... | {
"pile_set_name": "Github"
} |
//
// TernarySearchTree.swift
//
//
// Created by Siddharth Atre on 3/15/16.
//
//
import Foundation
public class TernarySearchTree<Element> {
var root: TSTNode<Element>?
public init() {}
// MARK: - Insertion
public func insert(data: Element, withKey key: String) -> Bool {
return insert(... | {
"pile_set_name": "Github"
} |
/* BSDI osd_defs.h,v 1.4 1998/06/03 19:14:58 karels Exp */
/*
* Copyright (c) 1996-1999 Distributed Processing Technology Corporation
* All rights reserved.
*
* Redistribution and use in source form, with or without modification, are
* permitted provided that redistributions of source code must retain the
* above... | {
"pile_set_name": "Github"
} |
import datetime
from peewee import (ForeignKeyField, BooleanField, DateTimeField)
from models.base import BaseModel
from models.user import UserProfile
class FollowRequest(BaseModel):
account = ForeignKeyField(UserProfile)
target = ForeignKeyField(UserProfile)
created_at = DateTimeField(default=datetime... | {
"pile_set_name": "Github"
} |
#!/bin/bash
# font color : green
color='\e[0;32m'
# font color : white
NC='\e[0m'
getquote(){
num_online_quotes=9999
rand_online=$[ ( $RANDOM % $num_online_quotes ) + 1 ]
quote=$(wget -q -O - "http://www.quotationspage.com/quote/$rand_online.html" |
grep -e "<dt>" -e "</dd>" | awk -F'[<>]' '{
... | {
"pile_set_name": "Github"
} |
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozil... | {
"pile_set_name": "Github"
} |
<?php
/*
* 2007-2016 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a... | {
"pile_set_name": "Github"
} |
sha256:401a2c2470e1fb95051388dc82c632a952cc72b90979cfdb1a2494a585f3e98a
| {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2017-2019 Alibaba Group Holding Limited
*/
/******************************************************************************
* @file wj_usi_spi.h
* @brief header file for usi spi
* @version V1.0
* @date 02. June 2017
******************************************************************... | {
"pile_set_name": "Github"
} |
<form action="%type_page%" method="get" id="zen_form">
<input type="hidden" name="id" value="%form_id%"/>
<div id="zen_content" class="zen_round zen_box_shadow zen_fonts">
<div class="zen_pad zen_base_form">
<h2 class="zen_notopmargin">Please Input Your Registration Code</h2>
... | {
"pile_set_name": "Github"
} |
/* AVX2 version of vectorized cos, vector length is 8.
Copyright (C) 2014-2020 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C 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 ... | {
"pile_set_name": "Github"
} |
# -*- coding: utf-8 -*-
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('contenttypes', '0002_remove_content_type_name'),
('sites', '0001_initial'),
]
operations = [
migrations.CreateModel(
name='LinkReference',
... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="iso-8859-1"?>
<project>
<fileVersion>2</fileVersion>
<configuration>
<name>stm32f103xE</name>
<toolchain>
<name>ARM</name>
</toolchain>
<debug>1</debug>
<settings>
<name>C-STAT</name>
<archiveVersion>259</archiveVersion>
<data>
<vers... | {
"pile_set_name": "Github"
} |
// Copyright 2013 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.
// +build go1.2
package language
import "sort"
var sortStable = sort.Stable
| {
"pile_set_name": "Github"
} |
package gw.internal.gosu.parser;
import gw.lang.reflect.java.JavaTypes;
import gw.test.TestClass;
public class JavaTypeExtensionsTest extends TestClass {
public void testSimpleExtension() {
IJavaTypeInternal extendedType = JavaTypeExtensions.newExtendedType(
TestTypeExtension.class, (IJavaTypeInter... | {
"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"
} |
==================================
Contributing to LLVM
==================================
Thank you for your interest in contributing to LLVM! There are multiple ways to
contribute, and we appreciate all contributions. In case you
have questions, you can either use the `Developer's List (llvm-dev)`_
or the #llvm cha... | {
"pile_set_name": "Github"
} |
/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */
/*
QM DSP Library
Centre for Digital Music, Queen Mary, University of London.
This file copyright 2008-2009 Matthew Davies and QMUL.
This program is free software; you can redistribute it and/or
modify it under the ter... | {
"pile_set_name": "Github"
} |
package org.eternity.theater.step03;
import java.time.LocalDateTime;
public class Invitation {
private LocalDateTime when;
}
| {
"pile_set_name": "Github"
} |
<http://example.org/res1> <http://example.org/prop1> "000000"^^<http://www.w3.org/2001/XMLSchema#integer> .
<http://example.org/res2> <http://example.org/prop2> "0"^^<http://www.w3.org/2001/XMLSchema#integer> .
<http://example.org/res3> <http://example.org/prop3> "000001"^^<http://www.w3.org/2001/XMLSchema#integer> .
<... | {
"pile_set_name": "Github"
} |
<?php
namespace Faker\Test\Provider;
use Faker\Generator;
use Faker\Provider\Company;
use Faker\Provider\Internet;
use Faker\Provider\Lorem;
use Faker\Provider\Person;
class InternetTest extends \PHPUnit_Framework_TestCase
{
/**
* @var Generator
*/
private $faker;
public function setUp()
... | {
"pile_set_name": "Github"
} |
--
-- Copyright Camunda Services GmbH and/or licensed to Camunda Services GmbH
-- under one or more contributor license agreements. See the NOTICE file
-- distributed with this work for additional information regarding copyright
-- ownership. Camunda licenses this file to you under the Apache License,
-- Version 2.0; y... | {
"pile_set_name": "Github"
} |
ace.define("ace/mode/doc_comment_highlight_rules",["require","exports","module","ace/lib/oop","ace/mode/text_highlight_rules"], function(require, exports, module) {
"use strict";
var oop = require("../lib/oop");
var TextHighlightRules = require("./text_highlight_rules").TextHighlightRules;
var DocCommentHighlightRule... | {
"pile_set_name": "Github"
} |
// mkerrors.sh -Wall -Werror -static -I/tmp/include -m32
// Code generated by the command above; see README.md. DO NOT EDIT.
// +build 386,linux
// Created by cgo -godefs - DO NOT EDIT
// cgo -godefs -- -Wall -Werror -static -I/tmp/include -m32 _const.go
package unix
import "syscall"
const (
AF_ALG ... | {
"pile_set_name": "Github"
} |
const path = require('path');
const glob = require('glob');
const execSync = require('child_process').execSync;
const [version] = process.argv.slice(2);
const examplesPath = path.join(__dirname, '..', 'examples');
{
// Update React InstantSearch DOM
const examples = glob.sync(path.join(examplesPath, '!(react-nati... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2018-2020 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
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by a... | {
"pile_set_name": "Github"
} |
<?php
namespace ApacheSolrForTypo3\Solr\Tests\Integration;
/***************************************************************
* Copyright notice
*
* (c) 2010-2015 Timo Schmidt <timo.schmidt@dkd.de>
* All rights reserved
*
* This script is part of the TYPO3 project. The TYPO3 project is
* free software; you c... | {
"pile_set_name": "Github"
} |
# Archive SharpKit.Installer\res\Files.zip
Files\Application\4\LicenseAgreement.rtf
Files\Application\4\SharpKitActivation.exe
Files\Application\4\Assemblies\v3.5\SharpKit.AspNetAjax.dll
Files\Application\4\Assemblies\v3.5\SharpKit.AspNetAjax.XML
Files\Application\4\Assemblies\v3.5\SharpKit.ExtJs-3.1.0.XML
Files\Appl... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2008 The Android Open Source Project
*
* 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"
} |
/*
* JBoss, Home of Professional Open Source.
* Copyright 2006, Red Hat Middleware LLC, and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify i... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2011-present, Facebook, Inc. All rights reserved.
// This source code is licensed under both the GPLv2 (found in the
// COPYING file in the root directory) and Apache 2.0 License
// (found in the LICENSE.Apache file in the root directory).
#pragma once
#include "rocksdb/status.h"
namespace ROCKS... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2001, 2006, 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"
} |
%description:
Tests that a channel without base class needs a C++ class of the
same name (as with simple modules)
%file: test.ned
import testlib.Dump;
channel TestChannel { }
module Node { gates: input in[]; output out[]; connections allowunconnected: }
network Test
{
submodules:
a: Node;
b: No... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2012 Red Hat Inc.
*
* 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, publish, d... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright © 2019 同程艺龙 (zhihui.li@ly.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.apache.org/licenses/LICENSE-... | {
"pile_set_name": "Github"
} |
package com.enonic.xp.impl.server.rest.task;
import java.time.Duration;
import java.util.Arrays;
import com.enonic.xp.impl.server.rest.model.VacuumRequestJson;
import com.enonic.xp.impl.server.rest.model.VacuumResultJson;
import com.enonic.xp.impl.server.rest.task.listener.VacuumListenerImpl;
import com.enonic.xp.tas... | {
"pile_set_name": "Github"
} |
var key = 'aes__uncompressed';
var data = {data: [{age: 1}, {age: '2'}]};
var aes_u = new SecureLS({encodingType: 'aes', isCompression: false});
ae = aes_u.AES.encrypt(JSON.stringify(data), 's3cr3t@123');
bde = aes_u.AES.decrypt(ae.toString(), 's3cr3t@123');
de = bde.toString(aes_u.enc._Utf8);
aes_u.set(key, data);
co... | {
"pile_set_name": "Github"
} |
/*
* SHA-256 hash implementation and interface functions
* Copyright (c) 2003-2012, Jouni Malinen <j@w1.fi>
*
* This software may be distributed under the terms of the BSD license.
* See README for more details.
*/
#include "includes.h"
#include "common.h"
#include "sha256.h"
#include "crypto.h"
/**
* hmac_s... | {
"pile_set_name": "Github"
} |
// Modified by Princeton University on June 9th, 2015
// ========== Copyright Header Begin ==========================================
//
// OpenSPARC T1 Processor File: iob_tap_3.tap
// Copyright (c) 2006 Sun Microsystems, Inc. All Rights Reserved.
// DO NOT ALTER OR REMOVE COPYRIGHT NOTICES.
//
// The above named p... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env python
import inspect
import os
import random
import sys
import matplotlib.cm as cmx
import matplotlib.colors as colors
import matplotlib.pyplot as plt
import matplotlib.legend as lgd
import matplotlib.markers as mks
def get_log_parsing_script():
dirname = os.path.dirname(os.path.abspath(inspect.get... | {
"pile_set_name": "Github"
} |
好奇心原文链接:[“极受欢迎”的一部加缪传记,展现了他迷人的一生_文化_好奇心日报-曾梦龙](https://www.qdaily.com/articles/49232.html)
WebArchive归档链接:[“极受欢迎”的一部加缪传记,展现了他迷人的一生_文化_好奇心日报-曾梦龙](http://web.archive.org/web/20180531155421/http://www.qdaily.com:80/articles/49232.html)
 | {
"pile_set_name": "Github"
} |
itk_wrap_class("itk::TikhonovDeconvolutionImageFilter" POINTER)
itk_wrap_image_filter("${WRAP_ITK_SCALAR}" 2 "2;3;4")
itk_end_wrap_class()
| {
"pile_set_name": "Github"
} |
//===-- ElimAvailExtern.cpp - DCE unreachable internal functions
//----------------===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-----------------------------------------------... | {
"pile_set_name": "Github"
} |
/*
* 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, software distributed under t... | {
"pile_set_name": "Github"
} |
package com.github.davidmoten.rx2.internal.flowable.buffertofile;
import java.io.File;
import java.nio.ByteOrder;
import java.util.concurrent.Callable;
import java.util.concurrent.atomic.AtomicInteger;
import com.github.davidmoten.guavamini.Preconditions;
@SuppressWarnings("serial")
// non-final class for unit testi... | {
"pile_set_name": "Github"
} |
name: "Daniel Berman"
twitter: "proudboffin"
bio: "Daniel is Product Evangelist at Logz.io, talking and writing about ELK, Docker and AWS. Daniel is a regular contributor to SitePoint and DZone and the organizer of TLV-PHP Meetup, Tel Aviv Elasticsearch and DevOpsDays Tel Aviv. Outside work - Daniel is busy raising his... | {
"pile_set_name": "Github"
} |
<?php
/*
* This file is part of the Ivory Google Map package.
*
* (c) Eric GELOEN <geloen.eric@gmail.com>
*
* For the full copyright and license information, please read the LICENSE
* file that was distributed with this source code.
*/
namespace Ivory\Tests\GoogleMap\Service\Place\Autocomplete\Request;
use Iv... | {
"pile_set_name": "Github"
} |
Browsing
========
While the web app interface is designed to be intuitive, it would be great
to have some documentation. Contributions are welcome!
..
TODO: Add the following? Make sure it is correct.
Tags are one of the main organizing principles of the knowledge repo web app, and it is important to have high ... | {
"pile_set_name": "Github"
} |
--- a/package.json
+++ b/package.json
@@ -32,7 +32,6 @@
"readmeFilename": "README.md",
"dependencies": {
"async-retry": "^1.2.1",
- "debug": "^3.1.0",
- "epoll": "^2.0.10"
+ "debug": "^3.1.0"
}
}
| {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<endpoint xmlns="http://ws.apache.org/ns/synapse" name="club_record_ds_lb_endpoint">
<loadbalance algorithm="org.apache.synapse.endpoints.algorithms.RoundRobin">
<endpoint>
<address uri="http://10.100.2.122:9766/services/ClubDataDS1/"/>
</endpoint>
... | {
"pile_set_name": "Github"
} |
/*
Copyright 2014 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, ... | {
"pile_set_name": "Github"
} |
import os
def main():
path = os.path.splitext(get_idb_path())[0] + '.idc'
gen_file(OFILE_IDC, path, 0, 0, GENFLG_IDCTYPE)
Exit(0)
if ( __name__ == "__main__" ):
main()
| {
"pile_set_name": "Github"
} |
dnl acinclude.m4. Change *this* file to add new or change macros.
dnl When changes have been made, delete aclocal.m4 and run
dnl "aclocal".
dnl
dnl DO NOT change aclocal.m4 !
dnl
dnl-----------------------------------------------------------------------------
dnl LA_SEARCH_FILE(variable, filename, PATH)
dnl Search "... | {
"pile_set_name": "Github"
} |
//
// NSException+GHTestFailureExceptions.h
//
// Created by Johannes Rudolph on 23.09.09.
// Copyright 2009. All rights reserved.
//
// 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 ... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<asset name="Tein">
<pos>
<x>2132.315563</x>
<y>1963.660570</y>
</pos>
<GFX>
<space>X00.png</space>
<exterior>desertic4.png</exterior>
</GFX>
<general>
<class>A</class>
<population>0</population>
<hide>0.250000</hide>
<services/>
</general>
</asset>
| {
"pile_set_name": "Github"
} |
// -*- C++ -*-
// Copyright (C) 2005, 2006 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 ... | {
"pile_set_name": "Github"
} |
/*-
* <<
* task
* ==
* Copyright (C) 2019 - 2020 sia
* ==
* 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 b... | {
"pile_set_name": "Github"
} |
#!/bin/bash
set -o pipefail
function finish {
sync_unlock.sh
}
if [ -z "$TRAP" ]
then
sync_lock.sh || exit -1
trap finish EXIT
export TRAP=1
fi
> errors.txt
> run.log
GHA2DB_PROJECT=cnigenie PG_DB=cnigenie GHA2DB_LOCAL=1 structure 2>>errors.txt | tee -a run.log || exit 1
./devel/db.sh psql cnigenie -c "create... | {
"pile_set_name": "Github"
} |
included_line4
| {
"pile_set_name": "Github"
} |
<?php
namespace MaxMind\Exception;
/**
* This class represents an HTTP transport error.
*/
class HttpException extends WebServiceException
{
/**
* The URI queried.
*/
private $uri;
/**
* @param string $message a message describing the error
* @param int $httpStatus th... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2013 Goldman Sachs.
*
* 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"
} |
const canvasSketch = require('canvas-sketch');
const { renderPaths } = require('canvas-sketch-util/penplot');
const { clipPolylinesToBox } = require('canvas-sketch-util/geometry');
const { linspace, lerpArray, lerp } = require('canvas-sketch-util/math');
const Random = require('canvas-sketch-util/random');
const RBush ... | {
"pile_set_name": "Github"
} |
%noscript
.announcement
%h4
Javascript脚本被禁用
%p
%strong
为了使用ShopQi后台管理,您的浏览器
%em
需要启用javascript脚本
%p
点击了解更多
%a{ :href => "http://www.enable-javascript.com/" }
怎么启用脚本
\.
| {
"pile_set_name": "Github"
} |
// Copyright 2011 Google Inc. All rights reserved.
// Use of this source code is governed by the Apache 2.0
// license that can be found in the LICENSE file.
// +build appengine
package internal
import (
"appengine_internal"
)
func Main() {
appengine_internal.Main()
}
| {
"pile_set_name": "Github"
} |
package sqlite.feature.many2many.case6.persistence;
import android.database.Cursor;
import androidx.sqlite.db.SupportSQLiteStatement;
import com.abubusoft.kripton.android.Logger;
import com.abubusoft.kripton.android.sqlite.Dao;
import com.abubusoft.kripton.android.sqlite.KriptonContentValues;
import com.abubusoft.krip... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<window>
<id>2012</id>
<defaultcontrol>3</defaultcontrol>
<allowoverlay>no</allowoverlay>
<controls>
<control>
<type>image</type>
<id>0</id>
<width>1920</width>
<height>1080</height>
<texture>semi_trans_back_general_menu.png</tex... | {
"pile_set_name": "Github"
} |
// go run mksyscall.go -tags linux,mips64le syscall_linux.go syscall_linux_mips64x.go
// Code generated by the command above; see README.md. DO NOT EDIT.
// +build linux,mips64le
package unix
import (
"syscall"
"unsafe"
)
var _ syscall.Errno
// THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
func ... | {
"pile_set_name": "Github"
} |
{
"additionalFeatures": "Adobe\u00ae Flash\u00ae Lite\u00ae 3, DNLA, CrystalTalk\u2122 PLUS technology",
"android": {
"os": "Android 2.1",
"ui": "MOTOBLUR\u2122"
},
"availability": [
"AT&T"
],
"battery": {
"standbyTime": "216 hours",
"talkTime": "6 ho... | {
"pile_set_name": "Github"
} |
/*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
*
* Copyright (c) 2006-2017 Oracle and/or its affiliates. All rights reserved.
*
* The contents of this file are subject to the terms of either the GNU
* General Public License Version 2 only ("GPL") or the Common Development
* and Distribution Licens... | {
"pile_set_name": "Github"
} |
<?php
/**
* Created by PhpStorm.
* User: bruce
* Date: 2019-07-19
* Time: 20:32
*/
namespace uploader;
use Obs\ObsClient;
use Obs\ObsException;
class UploadHuawei extends Common {
//华为AccessKey
public $accessKey;
//华为AccessSecret
public $secretKey;
//华为存储空间名称
public $bucket;
//EndPoint
... | {
"pile_set_name": "Github"
} |
// Go support for Protocol Buffers - Google's data interchange format
//
// Copyright 2016 The Go Authors. All rights reserved.
// https://github.com/golang/protobuf
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met... | {
"pile_set_name": "Github"
} |
# Contribuir
**Sobre el desarrollo de este libro:**
Como regla general cualquier aportación de código/texto se realizará en la [rama "dev"](https://github.com/UlisesGascon/javascript-inspirate/tree/dev) ya sea por aporte directo o a través de [pull requests](https://github.com/UlisesGascon/javascript-inspirate/pulls)... | {
"pile_set_name": "Github"
} |
@model ScopeViewModel
<li class="list-group-item">
<label>
<input class="consent-scopecheck"
type="checkbox"
name="ScopesConsented"
id="scopes_@Model.Name"
value="@Model.Name"
checked="@Model.Checked"
disabled="@Mode... | {
"pile_set_name": "Github"
} |
###########################################################
#
# py-selector
#
###########################################################
#
# PY-SELECTOR_VERSION, PY-SELECTOR_SITE and PY-SELECTOR_SOURCE define
# the upstream location of the source code for the package.
# PY-SELECTOR_DIR is the directory which is creat... | {
"pile_set_name": "Github"
} |
5.9587 3.7957
-19.195 -18.324
25.287 -21.803
-36.836 -0.46006
-2.4357 -39.008
4.3173 -40.151
40.999 0.15948
-30.435 -38.582
| {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<node>
<version>6</version>
<dict>
<key>title</key><string>New Page</string>
<key>expanded</key><false/>
<key>nodeid</key><string>87f7c354-eb3a-4a50-b973-4d848ef996a4</string>
<key>modified_time</key><integer>1207979466</integer>
<key>expanded2</key><false/>
<key>versi... | {
"pile_set_name": "Github"
} |
JASC-PAL
0100
16
213 213 189
0 255 255
0 255 255
0 255 255
0 255 255
139 230 255
106 205 246
74 164 230
32 123 197
24 74 139
0 255 255
0 255 255
0 255 255
0 255 255
49 49 49
255 255 255
| {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.gitonway.lee.niftynotification" >
<application
android:allowBackup="true"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:theme=... | {
"pile_set_name": "Github"
} |
#
# Makefile for the kernfs pseudo filesystem
#
obj-y := mount.o inode.o dir.o file.o symlink.o
| {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html class="minimal">
<title>Canvas test: 2d.path.arc.angle.5</title>
<script src="../tests.js"></script>
<link rel="stylesheet" href="../tests.css">
<link rel="prev" href="minimal.2d.path.arc.angle.4.html" title="2d.path.arc.angle.4">
<link rel="next" href="minimal.2d.path.arc.angle.6.html" title="2d.... | {
"pile_set_name": "Github"
} |
// Copyright 2019 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.
// +build purego appengine
package impl
import (
"reflect"
"google.golang.org/protobuf/encoding/protowire"
)
func sizeEnum(p pointer, f *coderFieldInfo, _... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2014 Google 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... | {
"pile_set_name": "Github"
} |
require_relative '../../spec_helper'
require_relative '../fixtures/classes'
describe "Regexps with modifiers" do
it "supports /i (case-insensitive)" do
/foo/i.match("FOO").to_a.should == ["FOO"]
end
it "supports /m (multiline)" do
/foo.bar/m.match("foo\nbar").to_a.should == ["foo\nbar"]
/foo.bar/.ma... | {
"pile_set_name": "Github"
} |
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2020 Nextcloud GmbH
# This file is distributed under the same license as the Nextcloud latest User Manual package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
# Translators:
# Kervoas-Le Nabat Ewen <ewenkervoas@free.fr>, 2020
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Nex... | {
"pile_set_name": "Github"
} |
package android.support.v4.util;
public final class CircularArray<E> {
private int mCapacityBitmask;
private E[] mElements;
private int mHead;
private int mTail;
private void doubleCapacity() {
int n = this.mElements.length;
int r = n - this.mHead;
int newCapacity = n << 1;... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="colorPrimary">#FAFAFA</color>
<color name="colorPrimaryDark">#C2C2C2</color>
<color name="colorAccent">#009688</color>
<color name="black">#333333</color>
<color name="grey">#999999</color>
<color name="disabledAppBackground">#E0F2F... | {
"pile_set_name": "Github"
} |
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+
//
// IntersectQueryOperator.cs
//
// =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-... | {
"pile_set_name": "Github"
} |
Here is a complete grammar for Lox. The chapters that introduce each part of the
language include the grammar rules there, but this collects them all into one
place.
## Syntax Grammar
The syntactic grammar is used to parse the linear sequence of tokens into the
nested syntax tree structure. It starts with the first r... | {
"pile_set_name": "Github"
} |
1 stdcall OleUIAddVerbMenuA(ptr str long long long long long long ptr)
2 stdcall OleUICanConvertOrActivateAs(ptr long long)
3 stdcall OleUIInsertObjectA(ptr)
4 stdcall OleUIPasteSpecialA(ptr)
5 stdcall OleUIEditLinksA(ptr)
6 stdcall OleUIChangeIconA(ptr)
7 stdcall OleUIConvertA(ptr)
8 stdcall OleUIBusyA... | {
"pile_set_name": "Github"
} |
# Locally computed
sha256 4cb81f29cba23172d042e50bbab00cd64cd5670ad7350fd9d25301f63178e5f7 kodi-pvr-wmc-2.4.5-Leia.tar.gz
sha256 1a2f68003a1149b6f6480f4cc749089aed8cbf16529300cc8458c5c7925ce917 src/client.h
| {
"pile_set_name": "Github"
} |
/*
Copyright 2017 the Velero contributors.
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,... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<bpmn2:definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bpmn2="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:di="http://www.omg.org/spec/DD/2010052... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.