text
stringlengths
2
99.9k
meta
dict
/* The contents of this file are subject to the Netscape Public * License Version 1.1 (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.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS * IS" ...
{ "pile_set_name": "Github" }
MWF.xApplication.Homepage.TaskContent = new Class({ Implements: [Options, Events], options: { "view": "taskContent.html" }, initialize: function(app, container, options){ this.setOptions(options); this.app = app; this.container = container; this.viewPath = this.ap...
{ "pile_set_name": "Github" }
/* Copyright The Kubernetes Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, softw...
{ "pile_set_name": "Github" }
package de.lessvoid.nifty.examples.lwjgl.defaultcontrolsxml; import de.lessvoid.nifty.examples.defaultcontrolsxml.ListboxExample; import de.lessvoid.nifty.examples.lwjgl.NiftyExampleLoaderLWJGL; /** * @author Aaron Mahan <aaron@forerunnergames.com> */ public class ListboxDemoMain { public static void main(f...
{ "pile_set_name": "Github" }
% File src/library/utils/man/windows/winextras.Rd % Part of the R package, http://www.R-project.org % Copyright 1995-2011 R Core Team % Distributed under GPL 2 or later \name{winextras} \alias{win.version} \title{Auxiliary Functions for the Windows Port} \description{ Auxiliary functions for the Windows port } \usag...
{ "pile_set_name": "Github" }
## arrowbutton.api # # Compiled by: # src/lib/x-kit/widget/xkit-widget.sublib stipulate include package threadkit; # threadkit is from src/lib/src/lib/thread-kit/src/core-thread-kit/threadkit.pkg include package geometry2d; # geometry2d is from src/lib/std/2d/geometry2d.pkg # ...
{ "pile_set_name": "Github" }
#muuid {8432b009-ff32-4727-aae6-a9035038fd58} ;============================================================ ; File: Facebook.dll ; Plugin: Facebook ; Version: 0.4.2.4 ; Authors: Michal Zelinka, Robert Pösel ;============================================================ [Facebook protocol support for Miranda NG.] Fac...
{ "pile_set_name": "Github" }
// stdafx.cpp : 只包括标准包含文件的源文件 // client.pch 将作为预编译头 // stdafx.obj 将包含预编译类型信息 #include "stdafx.h" // TODO: 在 STDAFX.H 中 // 引用任何所需的附加头文件,而不是在此文件中引用
{ "pile_set_name": "Github" }
/* jshint esversion: 5, curly: true, eqeqeq: true, forin: true */ /*********************************************************************************** * Title: Hamsters.js * * Description: 100% Vanilla Javascript Multithreading & Parallel Execution Library ...
{ "pile_set_name": "Github" }
#include <cassert> #include "SPACE.H" #include "WriteRectMDArray.H" #include <math.h> // Default Constructor template<class T, unsigned int C, unsigned char D, unsigned char E> LevelData<T,C,D,E>::LevelData() { } // Destructor template<class T, unsigned int C, unsigned char D, unsigned char E> LevelData<T, C, D, E>:...
{ "pile_set_name": "Github" }
package com.wrapper.spotify.requests.data.player; import com.fasterxml.jackson.databind.annotation.JsonDeserialize; import com.wrapper.spotify.exceptions.SpotifyWebApiException; import com.wrapper.spotify.requests.data.AbstractDataRequest; import org.apache.hc.core5.http.ContentType; import org.apache.hc.core5.http.Pa...
{ "pile_set_name": "Github" }
# AlpineLinux with a glibc-2.23 and Oracle Java 8 FROM alpine:3.4 MAINTAINER Anastas Dancha <anapsix@random.io> # thanks to Vladimir Krivosheev <develar@gmail.com> aka @develar for smaller image # and Victor Palma <palma.victor@gmail.com> aka @devx for pointing it out # Java Version and other ENV ENV JAVA_VERSION_MAJ...
{ "pile_set_name": "Github" }
*** Settings *** Documentation A test suite with a single test for valid login. ... ... This test has a workflow that is created using keywords in ... the imported resource file. Resource ../../resources/web/webadmin.txt Resource ../../resources/web/tree.txt...
{ "pile_set_name": "Github" }
\section{Some applications of gradient methods} \sectionlabel{applications} This lecture was a sequence of code examples that you can find here: \begin{center} {\Large \href{https://ee227c.github.io/code/lecture4.html}{Lecture 4} } (opens in your browser) \end{center}
{ "pile_set_name": "Github" }
#!/usr/bin/env node /* Build time: 12-September-2012 01:46:26 */ /* * Encapsulates all of the CLI functionality. The api argument simply * provides environment-specific functionality. */ /*global CSSLint*/ function cli(api){ //------------------------------------------------------------------------- // Hel...
{ "pile_set_name": "Github" }
// Range v3 library // // Copyright Eric Niebler 2014-present // Copyright Gonzalo Brito Gadeschi 2014 // // Use, modification and distribution is subject to the // Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) // // Project home...
{ "pile_set_name": "Github" }
# -*- coding: utf-8 -*- __author__ = 'hupili' __copyright__ = 'Unlicensed' __license__ = 'Unlicensed' __version__ = '0.1' __maintainer__ = 'hupili' __email__ = 'hpl1989@gmail.com' __status__ = 'development' from test_config import * from test_utils import * from snsapi import snstype from snsapi.plugin import rss s...
{ "pile_set_name": "Github" }
/* * August 24, 1998 * Copyright (C) 1998 Juergen Mueller And Sundry Contributors * This source code is freely redistributable and may be used for * any purpose. This copyright notice must be maintained. * Juergen Mueller And Sundry Contributors are not responsible for * the consequences of using this software. ...
{ "pile_set_name": "Github" }
# Aleph environment configuration # # This file is loaded by docker-compose and transformed into a set of # environment variables inside the containers. These are, in turn, parsed # by aleph and used to configure the system. # Random string: ALEPH_SECRET_KEY= # Visible instance name in the UI ALEPH_APP_TITLE=Aleph # ...
{ "pile_set_name": "Github" }
/////////////////////////////////////////////////////////////////////////////// // THIS FILE IS IMMUTABLE. DO NOT EDIT IN ANY CASE. // /////////////////////////////////////////////////////////////////////////////// // This file is a frozen snapshot of an AIDL interface (or parcelable). Do not ...
{ "pile_set_name": "Github" }
Prism.languages.python= { 'triple-quoted-string': { pattern: /"""[\s\S]+?"""|'''[\s\S]+?'''/, alias: 'string' }, 'comment': { pattern: /(^|[^\\])#.*/, lookbehind: true }, 'string': { pattern: /("|')(?:\\\\|\\?[^\\\r\n])*?\1/, greedy: true }, 'function' : { pattern: /((?:^|\s)def[ \t]+)[a-zA-Z_][a-z...
{ "pile_set_name": "Github" }
/* bnx2x_stats.h: QLogic Everest network driver. * * Copyright (c) 2007-2013 Broadcom Corporation * Copyright (c) 2014 QLogic Corporation * All rights reserved * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Fr...
{ "pile_set_name": "Github" }
package com.aylson.dc.cfdb.search; import com.aylson.core.frame.search.BaseSearch; public class AppVersionSearch extends BaseSearch{ private static final long serialVersionUID = -4660511186669936958L; }
{ "pile_set_name": "Github" }
/* * Copyright (C) 2012 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" }
///////////////////////////////////////// /// /// /// TsGh By TsGh Sniper /// /// /// ///////////////////////////////////////// #ifndef _LMAT_ #define _LMAT_ #if _MSC_VER > 1000 #pragma once #endif #ifdef __cplusplus extern "C" { #endi...
{ "pile_set_name": "Github" }
//------------------------------------------------------------ // Game Framework // Copyright © 2013-2019 Jiang Yin. All rights reserved. // Homepage: http://gameframework.cn/ // Feedback: mailto:jiangyin@gameframework.cn //------------------------------------------------------------ using GameFramework.Resource; usi...
{ "pile_set_name": "Github" }
/* * Copyright 2013, Google Inc. * 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 conditio...
{ "pile_set_name": "Github" }
ID=0 ROUT='ATL_damm0_1m_2x2x1.c' AUTH='R. Clint Whaley' TA='T' TB='N' \ OPMV=3 VLEN=1 KU=1 NU=2 MU=2 MB=4 NB=4 KB=4 NOBCAST=0 KUISKB=0 KVEC=0 \ L14NB=0 PFCELTS=0 PFBCOLS=0 PFABLK=0 PFACOLS=0 AOUTER=1 KRUNTIME=1 \ LDCTOP=1 X87=0 \ MFLOP=-1.574654e+02,0.000000e+00,-7.553342e-01 ID=0 ROUT='ATL_damm0_1m_5x1x...
{ "pile_set_name": "Github" }
<?xml version="1.0" standalone="no"?> <WebApplicationTest> <TestDescription name="WebDAV enabled" version="0.1" released="20040327" updated="20140314" protocol="HTTP" mayproxy="true" affects="file" severity="low" alert="success" type="Informational"> <WASPDescription BindAlertToFile="0" CrawlerProcessingMode="Par...
{ "pile_set_name": "Github" }
<?php /** * LaraCMS - CMS based on laravel * * @category LaraCMS * @package Laravel * @author Wanglelecc <wanglelecc@gmail.com> * @date 2018/06/06 09:08:00 * @copyright Copyright 2018 LaraCMS * @license https://opensource.org/licenses/MIT * @github https://github.com/wanglelecc/laracms * @link...
{ "pile_set_name": "Github" }
" I am a queue item, used by atomic queues. All my new instances are circular i.e. next = self " Class { #name : #AtomicQueueItem, #superclass : #Object, #instVars : [ 'next', 'object' ], #category : #'Collections-Atomic-Elements' } { #category : #initialization } AtomicQueueItem >> initialize [ "make circul...
{ "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 !gccgo #include "textflag.h" // // System call support for ARM64, NetBSD // // Just jump to package syscall's implementation for all these function...
{ "pile_set_name": "Github" }
organization := "org.scalablytyped" name := "domelementtype" version := "2.0.1-142e7d" scalaVersion := "2.13.3" enablePlugins(ScalaJSPlugin) libraryDependencies ++= Seq( "com.olvind" %%% "scalablytyped-runtime" % "2.1.0") publishArtifact in packageDoc := false scalacOptions ++= List("-encoding", "utf-8", "-feature", ...
{ "pile_set_name": "Github" }
#region Copyright (c) 2003, newtelligence AG. All rights reserved. /* // Copyright (c) 2003, newtelligence AG. (http://www.newtelligence.com) // Original BlogX Source Code: Copyright (c) 2003, Chris Anderson (http://simplegeek.com) // All rights reserved. // // Redistribution and use in source and binary forms, with...
{ "pile_set_name": "Github" }
/* Copyright The Kubernetes Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, softw...
{ "pile_set_name": "Github" }
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
{ "pile_set_name": "Github" }
// // Author: // Aaron Bockover <abock@xamarin.com> // // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. using System.Text; namespace Xamarin.Interactive { static class CryptoHelpers { public static string ToHexString (this byte [] bytes) { ...
{ "pile_set_name": "Github" }
<?php /** * 2007-2016 [PagSeguro Internet Ltda.] * * NOTICE OF LICENSE * * 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 req...
{ "pile_set_name": "Github" }
/******************************* Copyright (c) 2016-2020 Grégoire Angerand 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...
{ "pile_set_name": "Github" }
<template> <div class="weui_media_bd"><slot></slot></div> </template>
{ "pile_set_name": "Github" }
common: exec: sleep 10 api_enable: true api_port: 1234 app.conf.erb: target: app.conf config: port: '8081' database: 'stg-db-1.dev.example.com'
{ "pile_set_name": "Github" }
/** * @fileoverview Rule to * @author Toru Nagashima */ "use strict"; //------------------------------------------------------------------------------ // Helpers //------------------------------------------------------------------------------ /** * Gets the variable object of `arguments` which is def...
{ "pile_set_name": "Github" }
{ "name": "editor.md", "version": "1.5.0", "description": "Open source online markdown editor.", "directories": { "doc": "docs", "example": "examples", "test": "tests" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "...
{ "pile_set_name": "Github" }
{ "EC2": [ "ec2_metadata", "ec2_userdata" ], "GCE": [ "gce" ], "augeas": [ "augeas", "augeasversion" ], "desktop management interface": [ "dmi", "bios_vendor", "bios_version", "bios_release_date", "boardassettag", "boardmanufacturer", "boardproductname", "boardserialnumber", "chassisa...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!-- ~ Copyright 2019-2029 geekidea(https://github.com/geekidea) ~ ~ 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...
{ "pile_set_name": "Github" }
/* * omap-dmic.h -- OMAP Digital Microphone Controller * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */ #ifndef _OMAP_DMIC_H #define _OMAP_DMIC_H #define OMAP_DMIC_REVISI...
{ "pile_set_name": "Github" }
<?xml version='1.0' encoding='utf-8'?> <section xmlns="https://code.dccouncil.us/schemas/dc-library" xmlns:codified="https://code.dccouncil.us/schemas/codified" xmlns:codify="https://code.dccouncil.us/schemas/codify" xmlns:xi="http://www.w3.org/2001/XInclude" containing-doc="D.C. Code"> <num>7-1541.05</num> <reason...
{ "pile_set_name": "Github" }
{if !$container->getDependencies()|empty} <script data-relocate="true"> {foreach from=$container->getDependencies() item=dependency} {@$dependency->getHtml()} {/foreach} </script> {/if}
{ "pile_set_name": "Github" }
// This script checks for browser compatibility and is executed outside React's scope. If a browser // is incompatible or not optimal for using the app, a banner is appended into the DOM body. // This is so that in cases where the React app completely fails to render anything at all, the // user will at least be able t...
{ "pile_set_name": "Github" }
module Test0 where import List(sort) import Ix(inRange) {-P: import PreludeProps(Finite) -} {-P: property ImpliesToo P Q = -/ P \/ Q property IsIdentity' = IsIdentity property IsIdentity f = All x . {f x} === x -- :: Pred(a->a) property IsIdentityToo f = f === id -- :: Pred(a->a) assert Id1 = id ::: IsIdentity {...
{ "pile_set_name": "Github" }
var path = require('./$.path') , $export = require('./$.export'); // Placeholder require('./$.core')._ = path._ = path._ || {}; $export($export.P + $export.F, 'Function', {part: require('./$.partial')});
{ "pile_set_name": "Github" }
package pool import ( "errors" "fmt" "net" "sync" "sync/atomic" "time" "gopkg.in/bsm/ratelimit.v1" "gopkg.in/redis.v3/internal" ) var ( ErrClosed = errors.New("redis: client is closed") ErrPoolTimeout = errors.New("redis: connection pool timeout") errConnStale = errors.New("connection is stale") )...
{ "pile_set_name": "Github" }
package com.frankzhu.recyclerviewdemo.ui; import android.os.Bundle; import android.support.v7.app.ActionBarActivity; import android.support.v7.app.AppCompatActivity; import com.frankzhu.recyclerviewdemo.R; import com.frankzhu.recyclerviewdemo.fragment.ItemsFragment; import butterknife.ButterKnife; public class Mai...
{ "pile_set_name": "Github" }
:020000021000EC :10FC000001C0F2C0112484B790E890936100109273 :10FC10006100882369F0982F9A70923049F081FF33 :10FC200002C097EF94BF282E80E001D10C94000011 :10FC300085E08093810082E08093C80088E1809312 :10FC4000C90087E78093CC0086E08093CA008EE0ED :10FC5000EED0209A84E02BE93BEF91E030938500D1 :10FC60002093840096BBB09BFECF189A...
{ "pile_set_name": "Github" }
Pod::Spec.new do |s| s.name = "YTKNetwork" s.version = "2.0.4" s.summary = "YTKNetwork is a high level request util based on AFNetworking." s.homepage = "https://github.com/yuantiku/YTKNetwork" s.license = "MIT" s.author = { "tangqiao" => "tangqiao@fenbi...
{ "pile_set_name": "Github" }
/* $Id: ppm2tiff.c,v 1.19 2015-06-21 01:09:10 bfriesen Exp $ */ /* * Copyright (c) 1991-1997 Sam Leffler * Copyright (c) 1991-1997 Silicon Graphics, Inc. * * Permission to use, copy, modify, distribute, and sell this software and * its documentation for any purpose is hereby granted without fee, provided * that...
{ "pile_set_name": "Github" }
'use strict'; exports.__esModule = true; var _normalizeWheel = require('normalize-wheel'); var _normalizeWheel2 = _interopRequireDefault(_normalizeWheel); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } var isFirefox = typeof navigator !== 'undefined' && navigator.us...
{ "pile_set_name": "Github" }
lm-weight: 0.3 beam-size: 20 penalty: 0.0 maxlenratio: 0.0 minlenratio: 0.0 ctc-weight: 0.6
{ "pile_set_name": "Github" }
'use strict'; function assembleStyles () { var styles = { modifiers: { reset: [0, 0], bold: [1, 22], // 21 isn't widely supported and 22 does the same thing dim: [2, 22], italic: [3, 23], underline: [4, 24], inverse: [7, 27], hidden: [8, 28], strikethrough: [9, 29] }, colors: { black:...
{ "pile_set_name": "Github" }
eclipse.preferences.version=1 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6 org.eclipse.jdt.core.compiler.compliance=1.6 org.eclipse.jdt.core.compiler.source=1.6
{ "pile_set_name": "Github" }
#include "torch_xla/csrc/ops/threshold.h" #include "tensorflow/compiler/xla/xla_client/util.h" #include "torch_xla/csrc/elementwise.h" #include "torch_xla/csrc/lowering_context.h" namespace torch_xla { namespace ir { namespace ops { Threshold::Threshold(const Value& input, float threshold, float value) : Node(ir...
{ "pile_set_name": "Github" }
package com.company.manerger.sys.service.modules.sys.controller; import com.company.manerger.sys.common.utils.StringUtils; import com.company.manerger.sys.service.utils.ThemeUtils; import org.springframework.stereotype.Controller; import org.springframework.ui.Model; import org.springframework.web.bind.annotation.Path...
{ "pile_set_name": "Github" }
!YouTube8MEncoder parameters: model_dir: ${YT8M_MODEL} model_name: RVLAD-avg-new gnes_config: name: yt8m_encoder is_trained: true
{ "pile_set_name": "Github" }
# SPDX-License-Identifier: LGPL-2.1+ libnm_core_inc = include_directories('.') libnm_core_nm_default_dep = declare_dependency( sources: nm_version_macro_header, include_directories: libnm_core_inc, dependencies: glib_nm_default_dep, ) common_c_flags = [ '-DG_LOG_DOMAIN="@0@"'.format(libnm_name), '-DNETWORK...
{ "pile_set_name": "Github" }
public class Complex implements Cloneable { private double a; private double b; // Constructors /** Creates a complex object for number 0 */ public Complex() { this(0, 0); } /** Create a complex object with 0 for b */ public Complex(double a) { this(a, 0); } /** Creates a complex object with specified ...
{ "pile_set_name": "Github" }
/* * This file is part of the nivo project. * * Copyright 2016-present, Raphaël Benitte. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ import { SwarmPlotDefaultProps } from '@nivo/swarmplot' import { themeProperty, motion...
{ "pile_set_name": "Github" }
<?php /** * File form base class. * * @method File getObject() Returns the current form's model object * * @package crew * @subpackage form * @author Your name here */ abstract class BaseFileForm extends BaseFormPropel { public function setup() { $this->setWidgets(array( 'id' ...
{ "pile_set_name": "Github" }
/* * Handle mapping of the flash memory access routines * on TQM8xxL based devices. * * based on rpxlite.c * * Copyright(C) 2001 Kirk Lee <kirk@hpc.ee.ntu.edu.tw> * * This code is GPLed * */ /* * According to TQM8xxL hardware manual, TQM8xxL series have * following flash memory organisations: * | capacity...
{ "pile_set_name": "Github" }
<?php /** * Magento * * NOTICE OF LICENSE * * This source file is subject to the Open Software License (OSL 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/osl-3.0.php * If you did not receive a co...
{ "pile_set_name": "Github" }
var ScribePrecogTracker = function(config) { if (!(this instanceof ScribePrecogTracker)) return new ScribePrecogTracker(config); this.config = config; this.api = new Precog.api({apiKey: config.apiKey, analyticsService: config.analyticsService}); }; ScribePrecogTracker.prototype.tracker = function(info) { v...
{ "pile_set_name": "Github" }
export { TimePickerComponent} from './timepicker.component'; export { TimePickerModule } from './timepicker.module'; export { TimePickerAllModule } from './timepicker-all.module';
{ "pile_set_name": "Github" }
// Code generated by protoc-gen-gogo. DO NOT EDIT. // source: asym.proto /* Package asym is a generated protocol buffer package. It is generated from these files: asym.proto It has these top-level messages: M MyType */ package asym import testing "testing" import math_rand "math/rand" import time "time" import g...
{ "pile_set_name": "Github" }
/* Copyright (C) 2014-2019 de4dot@gmail.com This file is part of dnSpy dnSpy is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later...
{ "pile_set_name": "Github" }
#ifndef _STRING_H_ # define _STRING_H_ char *strdup(char *s); char *strchr(char *s, int c); char *strrchr(char *s, int c); #endif // _STRING_H_
{ "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" }
<?xml version="1.0" encoding="UTF-8" standalone="no"?><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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupI...
{ "pile_set_name": "Github" }
/* * Translated default messages for the jQuery validation plugin. * Locale: RO (Romanian, limba română) */ jQuery.extend(jQuery.validator.messages, { required: "Acest câmp este obligatoriu.", remote: "Te rugăm să completezi acest câmp.", email: "Te rugăm să introduci o adresă de email validă", url: "Te rugă...
{ "pile_set_name": "Github" }
// Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information // regarding copyright ownership. The ASF licenses this file // to you under the Apache License, Version 2.0 (the // "License"); you may...
{ "pile_set_name": "Github" }
package com.tianma.xsmscode.common.widget; import android.content.Context; import android.util.AttributeSet; import android.view.View; import android.view.animation.LinearInterpolator; import com.google.android.material.floatingactionbutton.FloatingActionButton; import androidx.annotation.NonNull; import androidx.co...
{ "pile_set_name": "Github" }
请实现PageRank算法(Implement PageRank)。 注意要分布式。
{ "pile_set_name": "Github" }
/*####################################################################################### Copyright (c) 2017-2019 Kasugaccho https://github.com/Kasugaccho/DungeonTemplateLibrary wanotaitei@gmail.com Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http:...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: 6e0b4a05932877a4b89fb3fb32c3e72b ModelImporter: serializedVersion: 22 fileIDToRecycleName: 100000: Bip001 100002: Bip001 Footsteps 100004: Bip001 Head 100006: Bip001 L Calf 100008: Bip001 L Clavicle 100010: Bip001 L Finger0 100012: Bip001 L Finger01 100014:...
{ "pile_set_name": "Github" }
#include "z_demo_du.h" #define FLAGS 0x00000010 #define THIS ((DemoDu*)thisx) void DemoDu_Init(Actor* thisx, GlobalContext* globalCtx); void DemoDu_Destroy(Actor* thisx, GlobalContext* globalCtx); void DemoDu_Update(Actor* thisx, GlobalContext* globalCtx); void DemoDu_Draw(Actor* thisx, GlobalContext* globalCtx); /...
{ "pile_set_name": "Github" }
require 'mysql2' require 'redis' =begin Mysql和Redis操作类 redis中可以进行的全局配置: * fofa:cfg:black_domain_threshold 根域名最大支持多少个host(阈值,默认200),超出后自动加黑 * fofa:cfg:black_ips_threshold 单个ip最大支持多少个host处理(阈值,默认200),超出后自动加黑 =end class FofaDB Sidekiq.redis{|redis| @redis ||= redis @black_domain_threshold=@redis.get('fofa:cfg...
{ "pile_set_name": "Github" }
<div class="jumbotron"> <div class="container"> <h1>Convert Anything to a Spotify Playlist</h1> <p>Spotlistr is a collection of tools to help you generate Spotify playlists from many different sources!</p> <div class="row"> <div class="col-md-3"> <h1 class="text-center"><i class="fa fa-youtube"></i></h1> ...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2012-2018 Team Kodi * This file is part of Kodi - https://kodi.tv * * SPDX-License-Identifier: GPL-2.0-or-later * See LICENSES/README.md for more information. */ #include "FileExtensionProvider.h" #include "ServiceBroker.h" #include "addons/AddonManager.h" #include "settings/AdvancedSetti...
{ "pile_set_name": "Github" }
<Type Name="TestExpandRowArgs" FullName="Gtk.TestExpandRowArgs"> <TypeSignature Language="C#" Value="public class TestExpandRowArgs : GLib.SignalArgs" Maintainer="auto" /> <TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit TestExpandRowArgs extends GLib.SignalArgs" /> <AssemblyInfo> ...
{ "pile_set_name": "Github" }
/********************************************************************************* * (Count-up stopWatch) Write a program that simulates a stopWatch, as shown in * * Figure 16.45a. When the user clicks the Start button, the button’s label is * * changed to Pause, as shown in Figure 16.45b. When the user clicks the...
{ "pile_set_name": "Github" }
// Boost.Units - A C++ library for zero-overhead dimensional analysis and // unit/quantity manipulation and conversion // // Copyright (C) 2003-2008 Matthias Christian Schabel // Copyright (C) 2008 Steven Watanabe // // Distributed under the Boost Software License, Version 1.0. (See // accompanying file LICENSE...
{ "pile_set_name": "Github" }
/* ****************************************************************************** * Copyright (c) 2006-2012 XMind Ltd. and others. * * This file is a part of XMind 3. XMind releases 3 and * above are dual-licensed under the Eclipse Public License (EPL), * which is available at http://www.eclipse.org/legal/epl-v10...
{ "pile_set_name": "Github" }
;;; =========================================================================== ;;; F L I I M P L E M E N T A T I O N ;;; =========================================================================== ;;; -- IMPLEMEMTATION NOTES --- ;;; ;;; The complete FLI is comprised of the following files: ;;; .../...
{ "pile_set_name": "Github" }
// Boost.Range library // // Copyright Neil Groves 2010. Use, modification and // distribution is subject to the Boost Software License, Version // 1.0. (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) // // For more information, see http://www.boost.org/libs/range/ // #ifn...
{ "pile_set_name": "Github" }
// Copyright 2010 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. package html import ( "bytes" "strings" "unicode/utf8" ) // These replacements permit compatibility with old numeric entities that // assumed Windows-1252 ...
{ "pile_set_name": "Github" }
<?php /** * ALIPAY API: alipay.marketing.tool.fengdie.editor.query request * * @author auto create * * @since 1.0, 2018-07-02 10:31:48 */ namespace Alipay\Request; class AlipayMarketingToolFengdieEditorQueryRequest extends AbstractAlipayRequest { /** * 唤起凤蝶活动编辑器 **/ private $bizContent; ...
{ "pile_set_name": "Github" }
/*************************************************************************** ** This file is part of the generic algorithm library Wiselib. ** ** Copyright (C) 2008,2009 by the Wisebed (www.wisebed.eu) project. ** ** ** ** The Wise...
{ "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>CFBundleDevelopmentRegion</key> <string>$(DEVELOPMENT_LANGUAGE)</string> <key>CFBundleExecutable</key> <string>$(EXECUTABLE_NAME)</string> ...
{ "pile_set_name": "Github" }
/* Copyright 2008-2013 Gephi Authors : Mathieu Bastian <mathieu.bastian@gephi.org> Website : http://www.gephi.org This file is part of Gephi. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. Copyright 2013 Gephi Consortium. All rights reserved. The contents of this file are subject to the terms of ei...
{ "pile_set_name": "Github" }
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.appolica.spring"> <application android:allowBackup="true" android:label="@string/app_name" android:supportsRtl="true" > </application> </manifest>
{ "pile_set_name": "Github" }
#define DPRINTK(fmt, args...) \ pr_debug("xenbus_probe (%s:%d) " fmt ".\n", \ __func__, __LINE__, ##args) #include <linux/kernel.h> #include <linux/err.h> #include <linux/string.h> #include <linux/ctype.h> #include <linux/fcntl.h> #include <linux/mm.h> #include <linux/proc_fs.h> #include <linux/notifier.h> #inc...
{ "pile_set_name": "Github" }
* increased spread on super shotgun * rewrote sound loading and mixing * fixed sound refcounting bug * fixed sound not playing bug * fixed sound hanging bug + axe colored lighting sample lightning gun light bmodels don't let the view model go full dark
{ "pile_set_name": "Github" }