text stringlengths 2 99.9k | meta dict |
|---|---|
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Studyzy.IMEWLConverter.Entities;
namespace Studyzy.IMEWLConverter.Generaters
{
public abstract class BaseCodeGenerater
{
public virtual void GetCodeOfWordLibrary(WordLibrary wl)
{
wl.Codes =... | {
"pile_set_name": "Github"
} |
import unittest
import requests
import pytest_httpbin
def test_httpbin_gets_injected(httpbin):
assert httpbin.url
def test_httpbin_accepts_get_requests(httpbin):
assert requests.get(httpbin.url + '/get').status_code == 200
def test_httpbin_secure_accepts_get_requests(httpbin_secure):
assert requests.g... | {
"pile_set_name": "Github"
} |
package me.riddhimanadib.formmaster.model;
/**
* Created by Riddhi - Rudra on 28-Jul-17.
*/
public class FormElementTextPassword extends BaseFormElement {
public FormElementTextPassword() {
}
public static FormElementTextPassword createInstance() {
FormElementTextPassword FormElementTextPasswo... | {
"pile_set_name": "Github"
} |
/*
* Symphony - A modern community (forum/BBS/SNS/blog) platform written in Java.
* Copyright (C) 2012-present, b3log.org
*
* 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 ve... | {
"pile_set_name": "Github"
} |
/*
Copyright © 2011 MLstate
This file is part of Opa.
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... | {
"pile_set_name": "Github"
} |
/* $Id: hfc_sx.h,v 1.2.6.1 2001/09/23 22:24:48 kai Exp $
*
* specific defines for CCD's HFC 2BDS0 S+,SP chips
*
* Author Werner Cornelius
* based on existing driver for CCD HFC PCI cards
* Copyright by Werner Cornelius <werner@isdn4linux.de>
*
* This software may be used and distributed a... | {
"pile_set_name": "Github"
} |
/*-
* Copyright (c) 2017-2019 wenba, Inc.
* All rights reserved.
*
* See the file LICENSE for redistribution information.
*/
#include "remb_receiver.h"
#include "estimator_common.h"
#include "razor_log.h"
#define remb_rate_wnd_size 2000
#define remb_rate_scale 8000
#define remb_time_event 200
remb_receiver_t* ... | {
"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"
} |
Source: liblz4
Section: devel
Priority: optional
Maintainer: Evgeniy Polyakov <zbr@ioremap.net>
Build-Depends:
cmake (>= 2.6),
debhelper (>= 7.0.50~),
cdbs
Standards-Version: 3.8.0
Homepage: http://www.lz4.org/
Vcs-Git: git://github.com/lz4/lz4.git
Vcs-Browser: https://github.com/lz4/lz4
Package: liblz4
Architectur... | {
"pile_set_name": "Github"
} |
<template>
<div>Child</div>
</template>
<script>
export default {
name: "Child"
}
</script>
| {
"pile_set_name": "Github"
} |
# set object with special methods
s = {1, 2}
print(s.__contains__(1))
print(s.__contains__(3))
| {
"pile_set_name": "Github"
} |
Name: nutch
Version: 1.0
Release: 0.19.20081201040121nightly%{?dist}
Summary: Open source web-search software
License: ASL 2.0
URL: http://lucene.apache.org/nutch/index.html
Source0: http://hudson.zones.apache.org/hudson/job/Nutch-trunk/647/artifact/trunk/build/nutch-2008-12-01_04-01-21.tar.gz
BuildArch: noarch
Requir... | {
"pile_set_name": "Github"
} |
using ServiceStack;
using System;
using System.Net;
namespace Demo.Presentation.ServiceStack.Infrastructure.Exceptions
{
public class RequestTimeoutException : Exception, IHasStatusCode
{
public int StatusCode => (int)HttpStatusCode.RequestTimeout;
}
}
| {
"pile_set_name": "Github"
} |
package version
// Build information
var (
Version string
Revision string
Branch string
BuildDate string
GoVersion string
)
// Info provides the iterable version information.
var Info = map[string]string{
"version": Version,
"revision": Revision,
"branch": Branch,
"buildDate": BuildDate,
"goVers... | {
"pile_set_name": "Github"
} |
/**
* Round number to a specific radix
*/
function round(value, radix){
radix = radix || 1; // default round 1
return Math.round(value / radix) * radix;
}
module.exports = round;
| {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_08) on Tue Jun 03 16:14:56 GMT-05:00 2008 -->
<TITLE>
AddJSRs (Soot API)
</TITLE>
<META NAME="keywords" CONTENT="soot.jbco.bafTransformations.AddJSR... | {
"pile_set_name": "Github"
} |
<?php
namespace Guzzle\Http;
use Guzzle\Common\Exception\RuntimeException;
/**
* EntityBody decorator that can cache previously read bytes from a sequentially read tstream
*/
class CachingEntityBody extends AbstractEntityBodyDecorator
{
/** @var EntityBody Remote stream used to actually pull data onto the buff... | {
"pile_set_name": "Github"
} |
St. Petersburg State University of Technology and Design
| {
"pile_set_name": "Github"
} |
/*!
* Stylesheet for the Date Range Picker, for use with Bootstrap 3.x
*
* Copyright 2013-2015 Dan Grossman ( http://www.dangrossman.info )
* Licensed under the MIT license. See http://www.opensource.org/licenses/mit-license.php
*
* Built for http://www.improvely.com
*/
.daterangepicker.dropdown-menu {
max-w... | {
"pile_set_name": "Github"
} |
GPT-2 (355M model) finetuned on 0.5m PubMed abstracts. Used in the [writemeanabstract.com](writemeanabstract.com) and the following preprint:
[Papanikolaou, Yannis, and Andrea Pierleoni. "DARE: Data Augmented Relation Extraction with GPT-2." arXiv preprint arXiv:2004.13845 (2020).](https://arxiv.org/abs/2004.13845)
| {
"pile_set_name": "Github"
} |
{
"type": "bundle",
"id": "bundle--a210eddf-1d5e-4f22-bd68-654dc660a4a6",
"spec_version": "2.0",
"objects": [
{
"created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
"object_marking_refs": [
"marking-definition--fa42a846-8d90-4e51-bc29-71d5b4... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2012-2017 VideoStitch SAS
// Copyright (c) 2018 stitchEm
#pragma once
#include <gpu/buffer.hpp>
#include <gpu/stream.hpp>
#include "libvideostitch/status.hpp"
#include "maskMerger.hpp"
namespace VideoStitch {
namespace Core {
class VoronoiMaskMerger : public MaskMerger {
public:
VoronoiMaskMerge... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity version="1.0.0.0" name="MyApplication.app"/>
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
<security>
<requestedPrivileges xmlns="urn:schemas-microsof... | {
"pile_set_name": "Github"
} |
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
use Magento\SalesRule\Model\Coupon;
// phpcs:ignore Magento2.Security.IncludeFile
require 'rules.php';
$collection = \Magento\TestFramework\Helper\Bootstrap::getObjectManager()->create(
\Magento\SalesRule\Mode... | {
"pile_set_name": "Github"
} |
#include "../../src/gui/util/qundostack.h"
| {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2003, 2019, 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"
} |
flf2a$ 15 9 32 -1 2
Fraktur.flf by Philip Menke (philippe@dds.nl)
may 1995
$$$%
$$$%
$$$%
$$$%
$$$%
$$$%
$$$%
$$$%
$$$%
$$$%
$$$%
$$$%
$$$%
$$$%
$$$%%
.. $%
888B.$%
48888E$%
'8888'$%
Y88F $%
'88 $%
8F $%
4 $%
. $%
u8N. $%
"*88% $%
"" $%
$%
$%
$%%
... | {
"pile_set_name": "Github"
} |
/**********************************************************************
* Copyright (c) 2015 Pieter Wuille *
* Distributed under the MIT software license, see the accompanying *
* file COPYING or http://www.opensource.org/licenses/mit-license.php.*
*******************************... | {
"pile_set_name": "Github"
} |
<!doctype html>
<meta charset = "utf-8">
<title>Buttons</title>
<body>
<script src="../ga.js"></script>
<script>
/*
Learn how to make an interactive button with three
states: up, over and down.
*/
//Create a new GA instance, and start it.
//Pre-load images in the array.
var g = ga(
256, 256, setup,
[
"imag... | {
"pile_set_name": "Github"
} |
/* SPDX-License-Identifier: Apache-2.0 */
/* Copyright Contributors to the ODPi Egeria project. */
package org.odpi.openmetadata.accessservices.subjectarea.handlers;
import org.apache.commons.collections4.CollectionUtils;
import org.odpi.openmetadata.accessservices.subjectarea.ffdc.SubjectAreaErrorCode;
import org.odp... | {
"pile_set_name": "Github"
} |
import { async, ComponentFixture, TestBed } from '@angular/core/testing';
import { ContentComponent } from './content.component';
describe('ContentComponent', () => {
let component: ContentComponent;
let fixture: ComponentFixture<ContentComponent>;
beforeEach(async(() => {
TestBed.configureTestingModule({
... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<resources>
<item name="fake_statusbar" type="id"/>
</resources> | {
"pile_set_name": "Github"
} |
//********************************* bs::framework - Copyright 2018-2019 Marko Pintera ************************************//
//*********** Licensed under the MIT license. See LICENSE.md for full terms. This notice is not to be removed. ***********//
using System;
using System.Runtime.CompilerServices;
using System.Runt... | {
"pile_set_name": "Github"
} |
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Da... | {
"pile_set_name": "Github"
} |
var baseGetTag = require('./_baseGetTag'),
isLength = require('./isLength'),
isObjectLike = require('./isObjectLike');
/** `Object#toString` result references. */
var argsTag = '[object Arguments]',
arrayTag = '[object Array]',
boolTag = '[object Boolean]',
dateTag = '[object Date]',
errorTag =... | {
"pile_set_name": "Github"
} |
package io.mycat.sqlhandler.dml;
import com.alibaba.fastsql.sql.SQLUtils;
import com.alibaba.fastsql.sql.ast.SQLStatement;
import com.alibaba.fastsql.sql.ast.statement.SQLExprTableSource;
import com.alibaba.fastsql.sql.dialect.mysql.ast.statement.MySqlUpdateStatement;
import io.mycat.*;
import io.mycat.hbt3.DrdsConfig... | {
"pile_set_name": "Github"
} |
---
layout: post
title: Ubuntu下的程序安装与卸载
category: 编程
tags: [Ubuntu, 软件]
description:
---
## 程序安装与卸载`apt-get`
### 1. 添加 PPA 源
> PPA,表示 Personal Package Archives,也就是个人软件包集。
> 有很多软件因为种种原因,不能进入官方的 Ubuntu 软件仓库。 为了方便 Ubuntu 用户使用,launchpad.net 提供了 ppa,允许用户建立自己的软件仓库, 自由的上传软件。
```sh
#到[launchpad.net](https://launchpad.net... | {
"pile_set_name": "Github"
} |
{
"images" : [
{
"idiom" : "iphone",
"size" : "29x29",
"scale" : "2x"
},
{
"idiom" : "iphone",
"size" : "29x29",
"scale" : "3x"
},
{
"idiom" : "iphone",
"size" : "40x40",
"scale" : "2x"
},
{
"idiom" : "iphone",
"size" : "40x... | {
"pile_set_name": "Github"
} |
<!--
doc/src/sgml/ref/create_language.sgml
PostgreSQL documentation
-->
<refentry id="sql-createlanguage">
<indexterm zone="sql-createlanguage">
<primary>CREATE LANGUAGE</primary>
</indexterm>
<refmeta>
<refentrytitle>CREATE LANGUAGE</refentrytitle>
<manvolnum>7</manvolnum>
<refmiscinfo>SQL - Language Stat... | {
"pile_set_name": "Github"
} |
:020000021000EC
:10FC000001C0F2C0112484B790E890936100109273
:10FC10006100882369F0982F9A70923049F081FF33
:10FC200002C097EF94BF282E80E001D10C94000011
:10FC300085E08093810082E08093C00088E180931A
:10FC4000C1008CE08093C40086E08093C2008EE007
:10FC5000EED0279A84E026E83FEF91E030938500CC
:10FC60002093840096BBB09BFECF1F9A... | {
"pile_set_name": "Github"
} |
"VertexLitGeneric"
{
"$baseTexture" "models\chipstiks_ls3_models/MediumOxygenTank/Green"
}
| {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="12121" systemVersion="16F73" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" colorMatched="YES">
<dependencies>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTou... | {
"pile_set_name": "Github"
} |
<html>
<head>
<style>
body { margin: 18px; font-family: sans-serif; background-color:#333333; color:#ffffff }
span { background-color: #454545; display:block; padding: 1em; white-space: pre-wrap; font-family: monospace; font-size: 8pt; }
li { list-style: none; }
h3 { margin: 0.5em; }... | {
"pile_set_name": "Github"
} |
; RUN: opt < %s -basicaa -aa-eval -disable-output 2>&1 | FileCheck %s
; TEST that A[1][0] may alias A[0][i].
target datalayout = "E-p:64:64:64-a0:0:8-f32:32:32-f64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-v64:64:64-v128:128:128"
; CHECK: 2 no alias responses
define void @test(i32 %N) {
entry:
%X = alloca [3... | {
"pile_set_name": "Github"
} |
<?php
namespace Illuminate\Database\Migrations;
use Closure;
use Illuminate\Support\Str;
use Illuminate\Filesystem\Filesystem;
class MigrationCreator
{
/**
* The filesystem instance.
*
* @var \Illuminate\Filesystem\Filesystem
*/
protected $files;
/**
* The registered post create... | {
"pile_set_name": "Github"
} |
void foo(int[] offsets) {
offsets
} | {
"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"
} |
[config]
command = record
args = -c 100 -P kill >/dev/null 2>&1
ret = 1
[event:base-record]
sample_period=100
freq=0
| {
"pile_set_name": "Github"
} |
/*
* Copyright 2016 kaistart.com All right reserved. This software is the
* confidential and proprietary information of kaistart.com ("Confidential
* Information"). You shall not disclose such Confidential Information and shall
* use it only in accordance with the terms of the license agreement you entered
* into ... | {
"pile_set_name": "Github"
} |
/// <reference types="Cypress" />
import ProductPageObject from '../../../support/pages/module/sw-product.page-object';
describe('Product: Test crud operations', () => {
beforeEach(() => {
cy.setToInitialState()
.then(() => {
cy.loginViaApi();
})
.then((... | {
"pile_set_name": "Github"
} |
package com.ifast.common.service.impl;
import com.baomidou.mybatisplus.mapper.EntityWrapper;
import com.ifast.common.base.CoreServiceImpl;
import com.ifast.common.dao.ConfigDao;
import com.ifast.common.domain.ConfigDO;
import com.ifast.common.service.ConfigService;
import org.springframework.stereotype.Service;
impor... | {
"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"
} |
Dell Doradus
Copyright 2014, Dell Inc.
All Rights Reserved.
This product includes software developed by The Apache Software Foundation:
http://www.apache.org/
Copyright (c) 2012 The Apache Software Foundation
The Apache Cassandra client interface is used from:
http://cassandra.apache.org/
Copyright (c) 2009 The Apach... | {
"pile_set_name": "Github"
} |
/**
* The base implementation of `_.property` without support for deep paths.
*
* @private
* @param {string} key The key of the property to get.
* @returns {Function} Returns the new function.
*/
function baseProperty(key) {
return function(object) {
return object == null ? undefined : object[key];
};
}
... | {
"pile_set_name": "Github"
} |
[kakao](../../index.md) / [com.agoda.kakao](../index.md) / [BackgroundColorMatcher](index.md) / [matchesSafely](./matches-safely.md)
# matchesSafely
`protected fun matchesSafely(item: `[`View`](https://developer.android.com/reference/android/view/View.html)`?): `[`Boolean`](https://kotlinlang.org/api/latest/jvm/stdli... | {
"pile_set_name": "Github"
} |
.. DGL documentation master file, created by
sphinx-quickstart on Fri Oct 5 14:18:01 2018.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Overview of DGL
===============
Deep Graph Library (DGL) is a Python package built for easy implementatio... | {
"pile_set_name": "Github"
} |
require('../../modules/es6.object.prevent-extensions');
module.exports = require('../../modules/_core').Object.preventExtensions; | {
"pile_set_name": "Github"
} |
{
"name": "methods",
"version": "0.1.0",
"description": "HTTP methods that node supports",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"http",
"methods"
],
"author": {
"name": "TJ Holowaychuk"
},
"license": "MIT",
"repos... | {
"pile_set_name": "Github"
} |
// ------------------------------------------------------------------------------
// Copyright (c) 2011 GeometryFactory (FRANCE)
// SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial
// ------------------------------------------------------------------------------
#ifndef SWIG_CGAL_TRIANGULATION_2_CO... | {
"pile_set_name": "Github"
} |
## DESCRIPTION
## Calculus: How Derivatives Affect the Shape of a Graph
## ENDDESCRIPTION
## Tagged by YL
## DBsubject(Calculus - single variable)
## DBchapter(Applications of differentiation)
## DBsection(Summary of curve sketching)
## Date(5/29/2005)
## Institution(UVA)
## Author(Jeff Holt)
## MLT(SCS_all_rad)
##... | {
"pile_set_name": "Github"
} |
// RUN: %target-swift-emit-silgen -module-name final %s | %FileCheck %s
class TestClass {
final
var finalProperty : Int { return 42 }
final
func finalMethod() -> Int { return 12 }
func baseMethod() {}
}
class TestDerived : TestClass {
final
override func baseMethod() {}
}
// CHECK-LABEL: sil hidd... | {
"pile_set_name": "Github"
} |
/*=============================================================================
Copyright (c) 2001-2011 Joel de Guzman
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"
} |
import Promise from './promise';
/**
This is a convenient alias for `Promise.resolve`.
@method resolve
@public
@static
@for rsvp
@param {*} value value that the returned promise will be resolved with
@param {String} [label] optional string for identifying the returned promise.
Useful for tooling.
@r... | {
"pile_set_name": "Github"
} |
package org.jetbrains.plugins.scala
package lang
package transformation
package calls
/**
* @author Pavel Fatin
*/
class ExpandSetterCallTest extends TransformerTest(new ExpandSetterCall()) {
override protected val header: String =
"""
object O {
var v1: A = _
var v2: A
private[thi... | {
"pile_set_name": "Github"
} |
/* First created by JCasGen Sat Jun 18 15:55:46 CEST 2016 */
package de.mpg.mpi_inf.ambiversenlu.nlu.ner.uima.type;
import org.apache.uima.cas.FeatureStructure;
import org.apache.uima.cas.Type;
import org.apache.uima.cas.impl.CASImpl;
import org.apache.uima.cas.impl.FSGenerator;
import org.apache.uima.cas.impl.TypeIm... | {
"pile_set_name": "Github"
} |
// Microsoft Visual C++ generated resource script.
// encoding: UTF-8
#pragma code_page(65001) // UTF-8
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 2 resource.
//
#include "winresrc.h"
#inclu... | {
"pile_set_name": "Github"
} |
// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package com.yahoo.searchlib.rankingexpression.evaluation;
import com.google.common.annotations.Beta;
import com.yahoo.searchlib.rankingexpression.rule.Function;
import com.yahoo.searchlib.rankingexpre... | {
"pile_set_name": "Github"
} |
package cn.byhieg.threadtutorial.char04;
/**
* Created by byhieg on 17/1/26.
* Mail to byhieg@gmail.com
*/
public class ThreadB extends Thread{
private MyConditionMoreService service;
public ThreadB(MyConditionMoreService service){
this.service = service;
}
@Override
public void run()... | {
"pile_set_name": "Github"
} |
#
# PRE: update
#
# A more generic "update" mechanism
#
update {
&control.Cleartext-Password := 'hello'
}
success
| {
"pile_set_name": "Github"
} |
// spyon should be created for all the external dependencies
// each spyon should be checked with number of paramaters and type of parameters and return type if any
require('reflect-metadata/reflect');
import {AuthService} from '../../security/auth/auth-service';
import {MockAuthService} from './MockService';
import ... | {
"pile_set_name": "Github"
} |
package org.jabref.gui.util;
import java.util.function.UnaryOperator;
import java.util.regex.Pattern;
import javafx.scene.control.TextFormatter;
import javafx.util.converter.IntegerStringConverter;
/**
* Formatter that only accepts integer.
* <p>
* More or less taken from http://stackoverflow.com/a/36749659/87366... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="shortcut icon" type="image/x-icon" href="../../../favicon.ico" />
<title>
ItemView
| GreenDroid
</title>
<link href="../../../../assets/android-developer-d... | {
"pile_set_name": "Github"
} |
<div ng-controller="AppCtrl as ctrl" ng-cloak>
<md-content layout="column">
<p>
Display an infinitely growing list of items in a viewport of only 7 rows (height=40px).
<br/><br/>
This demo shows scroll and rendering performance gains when using <code>md-virtual-repeat</code>;
achieved ... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>files</key>
<dict>
<key>Resources/Base.lproj/MainMenu.nib</key>
<dict>
<key>hash</key>
<data>
hFz93/8uB/gA3VXQKfLElQX/ouc=
</d... | {
"pile_set_name": "Github"
} |
// Created by cgo -godefs - DO NOT EDIT
// cgo -godefs defs_freebsd.go
package socket
const (
sysAF_UNSPEC = 0x0
sysAF_INET = 0x2
sysAF_INET6 = 0x1c
sysSOCK_RAW = 0x3
)
type iovec struct {
Base *byte
Len uint64
}
type msghdr struct {
Name *byte
Namelen uint32
Pad_cgo_0 [4]byte
Iov *i... | {
"pile_set_name": "Github"
} |
var chai = require("chai");
var expect = chai.expect;
var TestRunner = require("../src/test_runner");
var _ = require("lodash");
var settings = require("../src/settings");
var WorkerAllocator = require("../src/worker_allocator");
var TestListener = require("../test_support/test_listener");
settings.framework = "magel... | {
"pile_set_name": "Github"
} |
package tw.fatminmin.xposed.minminguard.orm;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import android.database.sqlite.SQLiteStatement;
import de.greenrobot.dao.AbstractDao;
import de.greenrobot.dao.Property;
import de.greenrobot.dao.internal.DaoConfig;
// THIS CODE IS GENERATED BY... | {
"pile_set_name": "Github"
} |
/* -mlong-double-64 compatibility mode for <printf.h> functions.
Copyright (C) 2006-2016 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 publish... | {
"pile_set_name": "Github"
} |
/// @ref gtx_functions
/// @file glm/gtx/functions.hpp
///
/// @see core (dependence)
/// @see gtc_quaternion (dependence)
///
/// @defgroup gtx_functions GLM_GTX_functions
/// @ingroup gtx
///
/// Include <glm/gtx/functions.hpp> to use the features of this extension.
///
/// List of useful common functions.
#pragma o... | {
"pile_set_name": "Github"
} |
(require 'sequences)
(define ALPHABET (list->vector ["A" .. "Z"] ))
(vector-push ALPHABET " ")
(define (fitness source target) ;; score >=0, best is 0
(for/sum [(s source)(t target)]
(if (= s t) 0 1)))
(define (mutate source rate)
(for/string [(s source)]
(if (< (random) rate) [ALPHABET (random 27)] s)))
... | {
"pile_set_name": "Github"
} |
//
// UIColor+LGFColor.h
// LGFOCTool
//
// Created by apple on 2017/5/3.
// Copyright © 2017年 来国锋. All rights reserved.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
extern void LGF_RGB2HSL(CGFloat r, CGFloat g, CGFloat b,
CGFloat *h, CGFloat *s, CGFloat *l);
extern void LGF_HSL2RGB... | {
"pile_set_name": "Github"
} |
/*******************************************************************************
* Copyright (c) 2004, 2016 Intel Corporation and others.
*
* This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at... | {
"pile_set_name": "Github"
} |
<component name="libraryTable">
<library name="design-23.0.1">
<ANNOTATIONS>
<root url="jar://$PROJECT_DIR$/app/build/intermediates/exploded-aar/com.android.support/design/23.0.1/annotations.zip!/" />
</ANNOTATIONS>
<CLASSES>
<root url="file://$PROJECT_DIR$/app/build/intermediates/exploded-aar... | {
"pile_set_name": "Github"
} |
# Copyright (c) 2017-present, Facebook, Inc.
#
# This source code is licensed under the Apache 2.0 license found in the
# LICENSE file in the root directory of this source tree.
load(
"//tools/build_defs/oss:litho_defs.bzl",
"LITHO_ANDROIDSUPPORT_TARGET",
"LITHO_BUILD_CONFIG_TARGET",
"LITHO_PERFBOOST_T... | {
"pile_set_name": "Github"
} |
//
// locationView.m
// Hydro
//
// Created by kevinzhow on 14/12/26.
// Copyright (c) 2014年 Catch Inc. All rights reserved.
//
#import "locationView.h"
#import <POP.h>
@implementation locationView
/*
// Only override drawRect: if you perform custom drawing.
// An empty implementation adversely affects performan... | {
"pile_set_name": "Github"
} |
/*
Bullet Continuous Collision Detection and Physics Library
Copyright (c) 2003-2006 Erwin Coumans http://continuousphysics.com/Bullet/
This software is provided 'as-is', without any express or implied warranty.
In no event will the authors be held liable for any damages arising from the use of this software.
... | {
"pile_set_name": "Github"
} |
<?php
/**
* Zend Framework
*
* LICENSE
*
* This source file is subject to the new BSD license that is bundled
* with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://framework.zend.com/license/new-bsd
* If you did not receive a copy of the license an... | {
"pile_set_name": "Github"
} |
<?php
/*
* This file is part of the Imagine package.
*
* (c) Bulat Shakirzyanov <mallluhuct@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Imagine\Image\Metadata;
use Imagine\Exception\InvalidArgumentExcept... | {
"pile_set_name": "Github"
} |
{
"id": "8ed6e867-c250-4d7b-8cf8-caf7c9d34e56",
"modelName": "GMScript",
"mvc": "1.0",
"name": "TweenFireFrom",
"IsCompatibility": false,
"IsDnD": false
} | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2016-2017, Adam <Adam@sigterm.info>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the above copyright notice, this
* ... | {
"pile_set_name": "Github"
} |
// @lib: es5
class Event {
private _listeners: any[] = [];
constructor () {
// TODO: remove
this._listeners = [];
}
add(listener: () => any): void {
/// <summary>Registers a new listener for the event.</summary>
/// <param name="listener">The callback function to register.</p... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 1994-2020 Altair Engineering, Inc.
* For more information, contact Altair at www.altair.com.
*
* This file is part of both the OpenPBS software ("OpenPBS")
* and the PBS Professional ("PBS Pro") software.
*
* Open Source License Information:
*
* OpenPBS is free software. You can redistribute... | {
"pile_set_name": "Github"
} |
msgid ""
msgstr ""
"Project-Id-Version: 3.5\n"
"Report-Msgid-Bugs-To: pete@akeo.ie\n"
"POT-Creation-Date: 2020-04-17 12:19+0100\n"
"PO-Revision-Date: 2020-04-17 12:30+0100\n"
"Language: uk_UA\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Poedit-SourceCharset... | {
"pile_set_name": "Github"
} |
import clr
clr.AddReference('RevitAPI')
from Autodesk.Revit.DB import *
clr.AddReference("RevitNodes")
import Revit
clr.ImportExtensions(Revit.Elements)
clr.ImportExtensions(Revit.GeometryConversion)
clr.AddReference("RevitServices")
import RevitServices
from RevitServices.Persistence import DocumentManager
from Revi... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2018-present, lmyooyo@gmail.com.
*
* This source code is licensed under the GPL license found in the
* LICENSE file in the root directory of this source tree.
*/
package com.lmy.codec.texture.impl.filter
import com.lmy.codec.texture.IParams
/**
* Created by lmyooyo@gmail.com on 2018/6/6.
*/
... | {
"pile_set_name": "Github"
} |
/*
[The "BSD license"]
Copyright (c) 2011-2014 Joel Li (李家智)
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice,... | {
"pile_set_name": "Github"
} |
return bytecodes
commonCallerReturn
"Return to the previous context/frame (sender for method activations, caller for block activations)."
<sharedCodeInCase: #returnTopFromBlock>
| callersFPOrNull doWeHaveANativeFrame |
<var: #callersFPOrNull type: #'char *'>
"TODO: Store/restore the nativeSP more properly, when i... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
// All rights reserved.
// This component and the accompanying materials are made available
// under the terms of the License "Eclipse Public License v1.0"
// which accompanies this distribution, and is available
// at the URL "http://www.eclipse... | {
"pile_set_name": "Github"
} |
//===- unittest/AST/ASTContextParentMapTest.cpp - AST parent map test -----===//
//
// 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"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.