text
stringlengths
2
99.9k
meta
dict
/******************************************************************* * This file is part of the Emulex Linux Device Driver for * * Fibre Channel Host Bus Adapters. * * Copyright (C) 2004-2008 Emulex. All rights reserved. * * EMULEX and SLI are trademarks of Emulex. ...
{ "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" }
// Copyright 2014 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. // Defensive debug-only utility to track that functions run on the // goroutine that they're supposed to. package http2 import ( "bytes" "errors" "fmt" "o...
{ "pile_set_name": "Github" }
#ifndef _INCLUDE_KEY_POINT_DETECT_HPP #define _INCLUDE_KEY_POINT_DETECT_HPP #include "utility.h" #include "pca.h" #include <boost/filesystem.hpp> #include <boost/function.hpp> #include <fstream> #include <string.h> namespace ghicp { template <typename PointT> class CKeypointDetect { public: C...
{ "pile_set_name": "Github" }
/* Copyright 2011 Jun Wako <wakojun@gmail.com> This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version. This program is distributed in ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <ItemGroup> <Filter Include="Source Files"> <UniqueIdentifier>{28feb3e5-286e-4bae-8a94-1831f7734250}</UniqueIdentifier> <Extensions>cpp;c;cxx;rc;def;r;odl;idl;hpj;bat</Exten...
{ "pile_set_name": "Github" }
import { useEffect } from "react"; import { remote } from "electron"; import { useItems } from "../AppContext"; function getTimeCondition(nd) { let condition = false; switch (remote.getGlobal("notificationSettings").reminderNotification) { case "hour": condition = nd.getMinutes() === 0 && nd.getSeconds(...
{ "pile_set_name": "Github" }
<?php /** * li₃: the most RAD framework for PHP (http://li3.me) * * Copyright 2010, Union of RAD. All rights reserved. This source * code is distributed under the terms of the BSD 3-Clause License. * The full license text can be found in the LICENSE.txt file. */ namespace app\config\bootstrap; use lithium\storag...
{ "pile_set_name": "Github" }
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // Copyright (C) 2014 Benoit Steiner <benoit.steiner.goog@gmail.com> // // 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 ca...
{ "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.6.0_65) on Tue Jun 23 19:39:40 MSK 2015 --> <TITLE> DescriptorMatcher </TITLE> <META NAME="date" CONTENT="2015-06-23"> <LINK REL ="stylesheet" TYPE="te...
{ "pile_set_name": "Github" }
#region License /* * Copyright (C) 1999-2020 John Källén. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2, or (at your option) * any later version. * * This program i...
{ "pile_set_name": "Github" }
Camlp4 is a software system for writing extensible parsers for programming languages. It provides a set of OCaml libraries that are used to define grammars as well as loadable syntax extensions of such grammars. Camlp4 stands for Caml Preprocessor and Pretty-Printer and one of its most important applications is the def...
{ "pile_set_name": "Github" }
// Copyright (c) Committed Software 2018, opensource@committed.io package uk.gov.dstl.baleen.annotators.relations; import java.util.Comparator; import java.util.HashMap; import java.util.List; import java.util.Map; import java.util.Map.Entry; import java.util.Optional; import java.util.regex.Matcher; import java.util....
{ "pile_set_name": "Github" }
YUI.add('global-mod', function(Y) { Y.GlobalMod = true; });
{ "pile_set_name": "Github" }
// this file is auto generated and changes to it will be overwritten // make edits in docs/*nav.adoc.template files instead * xref:eips:enterprise-integration-patterns.adoc[Enterprise Integration Patterns] ** xref:eips:aggregate-eip.adoc[Aggregate] ** xref:eips:batch-config-eip.adoc[Batch-config] ** xref:eips:bean-...
{ "pile_set_name": "Github" }
# # Expects: # PLATFORM_ROOT # # Defines: # arcan_lwa (new target executable) # Lightweight arcan is a regular arcan build where we configure an # audio/video/input platform that uses arcan-shmif rather than the # regular platform configuration. # # To achieve this, we need special handling for audio, which is # cur...
{ "pile_set_name": "Github" }
// Autoload the jQuery bindings // We know that all of the modules exist above this, so we're safe var select2 = S2.require('jquery.select2'); // Hold the AMD module references on the jQuery function that was just loaded // This allows Select2 to use the internal loader outside of this file, such // as in ...
{ "pile_set_name": "Github" }
; RUN: opt -basicaa -newgvn -S < %s | FileCheck %s target datalayout = "e-p:64:64:64" ; GVN should ignore the store to p[1] to see that the load from p[0] is ; fully redundant. ; CHECK-LABEL: @yes( ; CHECK: if.then: ; CHECK-NEXT: store i32 0, i32* %q ; CHECK-NEXT: ret void define void @yes(i1 %c, i32* %p, i32* %q) ...
{ "pile_set_name": "Github" }
name = "ext/gmp"; description = "Extension ext/gmp. These functions allow for arbitrary-length integers to be worked with using the GNU MP library. <?php $pow1 = gmp_pow('2', 131); echo gmp_strval($pow1) . PHP_EOL; $pow2 = gmp_pow('0', 0); echo gmp_strval($pow2) . PHP_EOL; $pow3 = gmp_pow('2', -1); // Negative exp, g...
{ "pile_set_name": "Github" }
# vim: set sts=2 ts=8 sw=2 tw=99 et ft=python: import os.path binary = AMXX.MetaModule(builder, 'regex') if builder.target_platform == 'linux': binary.compiler.postlink += [binary.Dep('lib_linux/libpcre.a')] elif builder.target_platform == 'mac': binary.compiler.postlink += [binary.Dep('lib_darwin/libpcre.a')] el...
{ "pile_set_name": "Github" }
r.analytics = { init: function() { // these guys are relying on the custom 'onshow' from jquery.reddit.js $(document).delegate( '.organic-listing .promotedlink.promoted', 'onshow', _.bind(function(ev) { this.fireTrackingPixel(ev.target); }, this) ); $('.promotedlink.pr...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <androidx.coordinatorlayout.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" android:id="@+id/main_coordinator_layout" android:...
{ "pile_set_name": "Github" }
// https://github.com/Modernizr/Modernizr/issues/615 // documentMode is needed for false positives in oldIE, please see issue above Modernizr.addTest('cssfilters', function() { var el = document.createElement('div'); el.style.cssText = Modernizr._prefixes.join('filter' + ':blur(2px); '); return !!el.style.l...
{ "pile_set_name": "Github" }
using System; namespace Convey.MessageBrokers.RabbitMQ.Plugins { internal sealed class RabbitMqPluginChain { public Type PluginType { get; set; } public IRabbitMqPlugin Plugin { get; set; } } }
{ "pile_set_name": "Github" }
module Spree module DisplayMoney ## # Takes a list of methods that the base object wants to be able to use # to display with Spree::Money, and turns them into display_* methods. # Intended to help clean up some of the presentational logic that exists # at the model layer. # # # ==== Ex...
{ "pile_set_name": "Github" }
/* ======================================================================== * Bootstrap: alert.js v3.1.1 * http://getbootstrap.com/javascript/#alerts * ======================================================================== * Copyright 2011-2014 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstra...
{ "pile_set_name": "Github" }
/* B80_ZK_2915Test.java Purpose: Description: History: Wed Oct 21 16:12:40 CST 2015, Created by chunfu Copyright (C) 2015 Potix Corporation. All Rights Reserved. This program is distributed under LGPL Version 2.1 in the hope that it will be useful, but WITHOUT ANY WARRANTY. */ package org.zkoss.zktest.za...
{ "pile_set_name": "Github" }
Subject: it is an easy and legitimate way to sav on quality rneds . at our chemist - site , customers can sav a lot of rnoney on the best - selling rneds . and it is quick and legitimate to shoppe in this way . , our e - store provides customers quality rnedicals on pain , ereection dysfunction , man ' s care , hig...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <Profile xmlns="http://soap.sforce.com/2006/04/metadata"> <applicationVisibilities> <application>TestApp</application> <default>false</default> <visible>false</visible> </applicationVisibilities> <objectPermissions> <object>Chris__c</obj...
{ "pile_set_name": "Github" }
#include <stdio.h> #include <Cocoa/Cocoa.h> #include <sys/sysctl.h> @interface AppDelegate : NSObject <NSApplicationDelegate> { NSAlert *alert; } - (AppDelegate *) initWithArgc:(int)argc argv:(const char **)argv; - (void) applicationWillFinishLaunching: (NSNotification *)notification; @end @imple...
{ "pile_set_name": "Github" }
#!/bin/sh . /lib/functions.sh . /lib/functions/uci-defaults.sh . /lib/functions/system.sh ramips_setup_interfaces() { local board="$1" case $board in aigale,ai-br100|\ alfa-network,ac1200rm|\ asus,rt-n12p|\ dlink,dir-810l|\ dlink,dwr-116-a1|\ dlink,dwr-921-c1|\ dlink,dwr-922-e2|\ ohyeah,oy-0001|\ phicomm,...
{ "pile_set_name": "Github" }
################################################################################ ### Copyright (C) 2007-2016 VMware, Inc. All rights reserved. ### ### This program is free software; you can redistribute it and/or modify ### it under the terms of version 2 of the GNU General Public License as ### published by the Free ...
{ "pile_set_name": "Github" }
require 'erb' require_relative '../../spec_helper' describe "ERB#def_method" do it "define module's instance method to render eRuby file" do input = <<'END' arg1=<%= arg1.inspect %> arg2=<%= arg2.inspect %> END expected = <<'END' arg1="foo" arg2=123 END # filename = 'example.rhtml' # 'arg1' and 'a...
{ "pile_set_name": "Github" }
[ { "name": "ActiveMq调试工具", "synopsis": "ActiveMq调试工具", "jarName": "x-ActiveMqTool", "version": "0.0.1", "versionNumber": 1, "downloadUrl": "https://xwintop.gitee.io/maven/plugin-libs/debugTools/x-ActiveMqTool-0.0.1.jar" }, { "name": "Cmd调试工具", ...
{ "pile_set_name": "Github" }
# 高效加载大图 > 编写:[kesenhoo](https://github.com/kesenhoo) - 原文:<http://developer.android.com/training/displaying-bitmaps/load-bitmap.html> 图片有不同的形状与大小。在大多数情况下它们的实际大小都比需要呈现的尺寸大很多。例如,系统的图库应用会显示那些我们使用相机拍摄的照片,但是那些图片的分辨率通常都比设备屏幕的分辨率要高很多。 考虑到应用是在有限的内存下工作的,理想情况是我们只需要在内存中加载一个低分辨率的照片即可。为了更便于显示,这个低分辨率的照片应该是与其对应的UI控件大小相匹配的。加载一个超过屏...
{ "pile_set_name": "Github" }
<?php namespace Oro\Bundle\EmailBundle\Entity; use Doctrine\ORM\Mapping as ORM; use JMS\Serializer\Annotation as JMS; /** * Email Attachment * * @ORM\Table(name="oro_email_attachment_content") * @ORM\Entity */ class EmailAttachmentContent { /** * @var integer * * @ORM\Column(name="id", type="...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html> <head> <title>simplebox.js Demo</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/3.0.3/normalize.css"> <link rel="stylesheet" type="text/css" href="css/simplebox.css"> <link rel="stylesheet" type="text/css" href="css/style.css"> <link rel="stylesheet...
{ "pile_set_name": "Github" }
/* SPDX-License-Identifier: GPL-2.0+ */ /* * u_ether.h -- interface to USB gadget "ethernet link" utilities * * Copyright (C) 2003-2005,2008 David Brownell * Copyright (C) 2003-2004 Robert Schwebel, Benedikt Spranger * Copyright (C) 2008 Nokia Corporation */ #ifndef __U_ETHER_H #define __U_ETHER_H #include <lin...
{ "pile_set_name": "Github" }
;;; ob-org.el --- Babel Functions for Org Code Blocks -*- lexical-binding: t; -*- ;; Copyright (C) 2010-2018 Free Software Foundation, Inc. ;; Author: Eric Schulte ;; Keywords: literate programming, reproducible research ;; Homepage: http://orgmode.org ;; This file is part of GNU Emacs. ;; GNU Emacs is free softwar...
{ "pile_set_name": "Github" }
package toml import ( "fmt" "strconv" "strings" "time" "unicode" "unicode/utf8" ) type parser struct { mapping map[string]interface{} types map[string]tomlType lx *lexer // A list of keys in the order that they appear in the TOML data. ordered []Key // the full key for the current hash in scope ...
{ "pile_set_name": "Github" }
using BeatPulse.UI.Core.Data; using Microsoft.AspNetCore.Http; using Microsoft.EntityFrameworkCore; using Microsoft.Extensions.DependencyInjection; using Newtonsoft.Json; using Newtonsoft.Json.Serialization; using System; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threadi...
{ "pile_set_name": "Github" }
module.exports = { title: 'Advanced' }
{ "pile_set_name": "Github" }
CONFIG_NLM_XLP_BOARD=y CONFIG_64BIT=y CONFIG_KSM=y CONFIG_DEFAULT_MMAP_MIN_ADDR=65536 CONFIG_SMP=y CONFIG_NO_HZ=y CONFIG_HIGH_RES_TIMERS=y # CONFIG_SECCOMP is not set CONFIG_USE_OF=y CONFIG_EXPERIMENTAL=y CONFIG_CROSS_COMPILE="" # CONFIG_LOCALVERSION_AUTO is not set CONFIG_SYSVIPC=y CONFIG_POSIX_MQUEUE=y CONFIG_BSD_PRO...
{ "pile_set_name": "Github" }
3 1 2473.000000 3371.000000 2128.000000 9999.00000 9999.00000 0
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <selector xmlns:android="http://schemas.android.com/apk/res/android"> <item android:state_pressed="true" android:color="@color/zzz_positive_button_press_color"/> <item android:color="@color/zzz_float_positive_button_normal_color"/> </selector>
{ "pile_set_name": "Github" }
{ "output": "$(OutDir)/bridge/", "sourceMap": { "enabled": true }, "combineScripts": true, "html": { "disabled": true }, "reflection": { "disabled": true }, "cleanOutputFolderBeforeBuild": true // More config options available at // https://github.com/bridgedotnet/Bridge/wiki/...
{ "pile_set_name": "Github" }
package com.jaydenxiao.common.compressorutils; import android.content.Context; import android.database.Cursor; import android.net.Uri; import android.provider.MediaStore; import android.provider.OpenableColumns; import android.util.Log; import java.io.File; import java.io.FileNotFoundException; import java.io.FileOut...
{ "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" }
package smartadapter.widget /* * Created by Manne Öhlund on 2019-08-15. * Copyright (c) All rights reserved. */ import android.graphics.Canvas import androidx.recyclerview.widget.ItemTouchHelper import androidx.recyclerview.widget.RecyclerView import smartadapter.viewholder.SmartViewHolder import kotlin.math.abs i...
{ "pile_set_name": "Github" }
package configschema import ( "github.com/hashicorp/hcl/v2/hcldec" ) var mapLabelNames = []string{"key"} // DecoderSpec returns a hcldec.Spec that can be used to decode a HCL Body // using the facilities in the hcldec package. // // The returned specification is guaranteed to return a value of the same type // retu...
{ "pile_set_name": "Github" }
-- delimiter: |; ignoreOrder: false; types: VARCHAR|BIGINT Supplier#000002829|20| Supplier#000005808|18| Supplier#000000262|17| Supplier#000000496|17| Supplier#000002160|17| Supplier#000002301|17| Supplier#000002540|17| Supplier#000003063|17| Supplier#000005178|17| Supplier#000008331|17| Supplier#000002005|16| Supplier...
{ "pile_set_name": "Github" }
package org.bouncycastle.operator; import java.util.HashMap; import java.util.Map; import org.bouncycastle.asn1.ASN1ObjectIdentifier; import org.bouncycastle.asn1.bsi.BSIObjectIdentifiers; import org.bouncycastle.asn1.cryptopro.CryptoProObjectIdentifiers; import org.bouncycastle.asn1.eac.EACObjectIdentifiers; import ...
{ "pile_set_name": "Github" }
Name: XML tree Synonyms: xml tree, tree Type: glossary Description: An <XML> document held in memory. An XML tree is a data structure containing all the content in an <XML document>, arranged to make it easy to traverse <owner|parent>, <sibling>, and <child> relationships between <node|nodes>. References: node (glo...
{ "pile_set_name": "Github" }
// Copyright (c) 2012 Marshall A. Greenblatt. All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are // met: // // * Redistributions of source code must retain the above copyright // notice, this list of ...
{ "pile_set_name": "Github" }
# -*- coding: utf-8 -*- import unittest from flask.ext.sqlalchemy import SQLAlchemy import flask_featureflags as feature_flags from flask_featureflags.contrib.sqlalchemy import SQLAlchemyFeatureFlags from tests.fixtures import app, feature_setup db = SQLAlchemy(app) SQLAlchemyHandler = SQLAlchemyFeatureFlags(db) ...
{ "pile_set_name": "Github" }
/***************************************************************************/ /* */ /* psauxerr.h */ /* */ /* PS...
{ "pile_set_name": "Github" }
/* This file is a part of libcds - Concurrent Data Structures library (C) Copyright Maxim Khizhinsky (libcds.dev@gmail.com) 2006-2016 Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ Redistribution and use in source and binary forms, ...
{ "pile_set_name": "Github" }
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: http://codemirror.net/LICENSE (function(mod) { if (typeof exports == "object" && typeof module == "object") // CommonJS mod(require("../../lib/codemirror")); else if (typeof define == "function" && define.amd) // A...
{ "pile_set_name": "Github" }
/* * Password Management Servlets (PWM) * http://www.pwm-project.org * * Copyright (c) 2006-2009 Novell, Inc. * Copyright (c) 2009-2020 The PWM 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 ...
{ "pile_set_name": "Github" }
#ifndef __KDATA_DOT_H__ #define __KDATA_DOT_H__ #include <stdbool.h> extern char *cmdline; extern struct u_block ub; /* Some platforms define udata for things like register globals */ #ifndef udata extern struct u_data udata; #endif extern uint16_t maxproc; /* Actual max number of processes */ extern uint16_t ra...
{ "pile_set_name": "Github" }
[application] name = pass [configuration_files] .password-store
{ "pile_set_name": "Github" }
<?php namespace Ratchet\Server; use Ratchet\MessageComponentInterface; use React\EventLoop\LoopInterface; use React\Socket\ServerInterface; use React\EventLoop\Factory as LoopFactory; use React\Socket\Server as Reactor; /** * Creates an open-ended socket to listen on a port for incoming connections. * Events are del...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <configentry> <keyword>*COLOR</keyword> <scope>NODE</scope> <anchor>NODE_COLORS</anchor> <definition>LABELFONTCOLOR <meta>red</meta> <meta>green</meta> <meta>blue</meta> </definition> <definition>LABELFONTSHADOWCOLOR ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <project version="4"> <component name="MPSFavoritesManager"> <option name="keepMe" value="true" /> </component> </project>
{ "pile_set_name": "Github" }
# -*- coding: utf-8 -*- #------------------------------------------------------------------------- # drawElements Quality Program utilities # -------------------------------------- # # Copyright 2015 The Android Open Source Project # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use t...
{ "pile_set_name": "Github" }
package netlink import ( "fmt" "net" "strings" "syscall" "github.com/vishvananda/netlink/nl" "golang.org/x/sys/unix" ) type PDP struct { Version uint32 TID uint64 PeerAddress net.IP MSAddress net.IP Flow uint16 NetNSFD uint32 ITEI uint32 OTEI uint32 } func (pdp *...
{ "pile_set_name": "Github" }
;;* ("lexical-domonad<" ;;* "lexical-mlet<" ;; "domonad<" ;;* "mlet<" ;;* "lexical-domonad" ;;* "lexical-mlet" ;; "domonad" ;;* "mlet") (defun monad? (m) (and (hash-table-p m) (tbl m :m-bind) (tbl m :m-return))) (defmacro let-monad (monad &rest body) `(let ((current-monad ,monad) (m-zero (tbl ...
{ "pile_set_name": "Github" }
# Copyright 2006 Google, Inc. All Rights Reserved. # Licensed to PSF under a Contributor Agreement. """Fixer that turns 'long' into 'int' everywhere. """ # Local imports from lib2to3 import fixer_base from lib2to3.fixer_util import is_probably_builtin class FixLong(fixer_base.BaseFix): BM_compatible = True ...
{ "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 u...
{ "pile_set_name": "Github" }
[![GoDoc](https://godoc.org/github.com/smartystreets/assertions/internal/oglematchers?status.svg)](https://godoc.org/github.com/smartystreets/assertions/internal/oglematchers) `oglematchers` is a package for the Go programming language containing a set of matchers, useful in a testing or mocking framework, inspired by...
{ "pile_set_name": "Github" }
package schema import ( "bytes" "fmt" "reflect" "sort" "strconv" "sync" "github.com/hashicorp/terraform-plugin-sdk/helper/hashcode" ) // HashString hashes strings. If you want a Set of strings, this is the // SchemaSetFunc you want. func HashString(v interface{}) int { return hashcode.String(v.(string)) } /...
{ "pile_set_name": "Github" }
.TH PCRESAMPLE 3 "10 January 2012" "PCRE 8.30" .SH NAME PCRE - Perl-compatible regular expressions .SH "PCRE SAMPLE PROGRAM" .rs .sp A simple, complete demonstration program, to get you started with using PCRE, is supplied in the file \fIpcredemo.c\fP in the PCRE distribution. A listing of this program is given in the ...
{ "pile_set_name": "Github" }
<?php /* * Unit_model * An easier way to construct your unit testing * and pass it to a really nice looking page. * * @author sjlu */ class Unit_model extends CI_Model { public function __construct() { parent::__construct(); } public function count_failed_tests($tests) { $count = 0; ...
{ "pile_set_name": "Github" }
// // NYTubeAnimationView.m // NYTubeAnimationDemo // // Created by 牛严 on 16/9/1. // Copyright © 2016年 牛严. All rights reserved. // #import "NYTubeAnimationControl.h" #import "NYTubeAnimationView.h" #define sinx(a) sin(a/180*M_PI) #define cosx(a) cos(a/180*M_PI) #define tanx(a) tan(a/180*M_PI) @interface NYTub...
{ "pile_set_name": "Github" }
var baseRepeat = require('./_baseRepeat'), isIterateeCall = require('./_isIterateeCall'), toInteger = require('./toInteger'), toString = require('./toString'); /** * Repeats the given string `n` times. * * @static * @memberOf _ * @since 3.0.0 * @category String * @param {string} [string=''] The stri...
{ "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 u...
{ "pile_set_name": "Github" }
#include "pch.h"
{ "pile_set_name": "Github" }
# ***** BEGIN GPL LICENSE BLOCK ***** # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License # as published by the Free Software Foundation; either version 2 # of the License, or (at your option) any later version. # # This program is distributed ...
{ "pile_set_name": "Github" }
/* Copyright 2016 Google LLC Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software dis...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd"> <bean id="dataSource" class="...
{ "pile_set_name": "Github" }
#pragma pack(8) typedef struct tagCCSTYLEA { DWORD flStyle; DWORD flExtStyle; CHAR szText[CCHCCTEXT]; LANGID lgid; WORD wReserved1; } CCSTYLEA, *LPCCSTYLEA; typedef struct tagCCSTYLEW { DWORD fl...
{ "pile_set_name": "Github" }
# README.md We'll use this section to capture notes as we're brainstorming about a certain topic — and potentially other spots throughout the development of the documentation. It's just one big parking lot. To prevent any confusion with versioning, any content from this section that has already moved downstream to t...
{ "pile_set_name": "Github" }
#ifndef __NVBIOS_THERM_H__ #define __NVBIOS_THERM_H__ struct nouveau_bios; struct nvbios_therm_threshold { u8 temp; u8 hysteresis; }; struct nvbios_therm_sensor { /* diode */ s16 slope_mult; s16 slope_div; s16 offset_num; s16 offset_den; s8 offset_constant; /* thresholds */ struct nvbios_therm_threshold t...
{ "pile_set_name": "Github" }
<menu xmlns:android="http://schemas.android.com/apk/res/android" > <item android:id="@+id/action_settings" android:orderInCategory="100" android:showAsAction="never" android:title="@string/action_settings"/> </menu>
{ "pile_set_name": "Github" }
/* config.in. Generated from configure.ac by autoheader. */ /* Define if building universal (internal helper macro) */ #undef AC_APPLE_UNIVERSAL_BUILD /* Define to 1 if you have the <ctype.h> header file. */ #undef HAVE_CTYPE_H /* Define to 1 if you have the <inttypes.h> header file. */ #undef HAVE_INTTYPES_H /* ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <strings> <string id="30000">아이디</string> <string id="30001">암호</string> <string id="30002">영화 정보 대신 디스크 정보 사용</string> <string id="30003">언어, 영화 정보</string> <string id="30004">국가, 디스크 정보</string> <string id="30005">팬아트 가져오기</string> <string id="30006">...
{ "pile_set_name": "Github" }
/* ****************************************************************** ** ** OpenSees - Open System for Earthquake Engineering Simulation ** ** Pacific Earthquake Engineering Research Center ** ** ** ** ...
{ "pile_set_name": "Github" }
// Package tag. package tag println("tag70")
{ "pile_set_name": "Github" }
# # Autogenerated by Thrift Compiler (0.9.1) # # DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING # require 'thrift' module TReplicationOperation COPY_UNPARTITIONED_TABLE = 0 COPY_PARTITIONED_TABLE = 1 COPY_PARTITION = 2 COPY_PARTITIONS = 3 DROP_TABLE = 4 DROP_PARTITION = 5 RENAME_TABLE ...
{ "pile_set_name": "Github" }
--- id: 587d78ad367417b2b2512af9 title: Use the align-items Property in the Tweet Embed challengeType: 0 videoUrl: 'https://scrimba.com/p/pVaDAv/cd3PNfq' forumTopicId: 301106 --- ## Description <section id='description'> The last challenge introduced the <code>align-items</code> property and gave an example. This prop...
{ "pile_set_name": "Github" }
<?php /** * @file * Tracks recent content posted by a user or users. */ /** * Implements hook_help(). */ function tracker_help($path, $arg) { switch ($path) { case 'admin/help#tracker': $output = '<h3>' . t('About') . '</h3>'; $output .= '<p>' . t('The Tracker module displays the most recently ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <archive type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="8.00"> <data> <int key="IBDocument.SystemTarget">1552</int> <string key="IBDocument.SystemVersion">12D78</string> <string key="IBDocument.InterfaceBuilderVersion">3084</string> <string key="IBDocument.App...
{ "pile_set_name": "Github" }
index_title=Pakketti ta 'Softwer Cluster index_hosts=Servers Immexxi index_nohosts=L-ebda server tal-Webmin ma ġew irreġistrati għall-immaniġġjar tas-softwer. index_add=Żid server index_gadd=Żid is-servers fi grupp index_installed=Pakketti installati index_search=Fittex Għall-Pakkett: index_install=Installa Pakkett Ġdi...
{ "pile_set_name": "Github" }
{ "policies": [ { "id": "policyIdTESTLOADER", "version": "0.1", "name": "Director", "organizationId": "WONKA", "statements": [ { "Effect": "Allow", "Action": [ "finance:ReadBalanceSheet" ], "Resource": [ "databas...
{ "pile_set_name": "Github" }
/** * Copyright 2014 Lockheed Martin Corporation * * 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 ...
{ "pile_set_name": "Github" }
/* * This file is part of the TrinityCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free Software Foundation; either version 2 of the License, or (at your ...
{ "pile_set_name": "Github" }
#region using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Threading.Tasks; using SteamCleaner.Analyzer.Analyzers; using SteamCleaner.Analyzer.FileFinders; using SteamCleaner.Model; #endregion namespace SteamCleaner.Analyzer { public class AnalyzerService { ...
{ "pile_set_name": "Github" }
# shims ## utility methods appended to core classes & namespaces Helper methods to class String. Also add 'remove' & 'clear' to class Array ### Append to class String shim method startsWith(text:string) return this.slice(0, text.length) is text shim method endsWith(text:string) ...
{ "pile_set_name": "Github" }
// user include files #include "CondFormats/EcalObjects/interface/EcalTPGCrystalStatus.h" #include "FWCore/Utilities/interface/typelookup.h" TYPELOOKUP_DATA_REG(EcalTPGCrystalStatus);
{ "pile_set_name": "Github" }
// Animated Icons // -------------------------- .@{fa-css-prefix}-spin { -webkit-animation: fa-spin 2s infinite linear; animation: fa-spin 2s infinite linear; } .@{fa-css-prefix}-pulse { -webkit-animation: fa-spin 1s infinite steps(8); animation: fa-spin 1s infinite steps(8); } @-webkit-keyfr...
{ "pile_set_name": "Github" }