text
stringlengths
2
99.9k
meta
dict
/* *********************************************************************** * * project: org.matsim.* * CompressedRoute.java * * * *********************************************************************** * * ...
{ "pile_set_name": "Github" }
/* Copyright (c) 2014-2015, ArrayFire Copyright (c) 2015 Gábor Mező aka unbornchikken (gabor.mezo@outlook.com) 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 reta...
{ "pile_set_name": "Github" }
/////////////////////////////////////////////////////////////////////////////// // modifier.hpp // // Copyright 2008 Eric Niebler. 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) #ifndef BOOST_XPRESSIVE_DETAIL_S...
{ "pile_set_name": "Github" }
485 260 518 290 1 180 253 211 289 3 150 74 196 111 5 372 127 414 156 6
{ "pile_set_name": "Github" }
function c = min(a,b) % MIN for adiff objects. This selects the value of a which is a maximum. % Both min(a) and min(a,b) will work. min(a,[],dim) is meaningless because % the adiff object is a column vector; use min(a) instead. if nargin==1 [y,i] = min(a.x); c = adiff(y,a.dx(i,:),a.root); else switch [class...
{ "pile_set_name": "Github" }
/* * OMAP4 specific common source file. * * Copyright (C) 2010 Texas Instruments, Inc. * Author: * Santosh Shilimkar <santosh.shilimkar@ti.com> * * * 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 ...
{ "pile_set_name": "Github" }
/* gmp_randinit_default -- initialize a random state with a default algorithm. Copyright 2001, 2002 Free Software Foundation, Inc. This file is part of the GNU MP Library. The GNU MP Library is free software; you can redistribute it and/or modify it under the terms of either: * the GNU Lesser General Public Licen...
{ "pile_set_name": "Github" }
Description: Generates a config file and locale files and a model/attributes translation file for Rails 3.x i18n. In other words, executes i18n_locale and i18n_translation at once. Example: % rails g i18n locale_name (ja, pt-BR, etc.) This will create: config/locales/ja.yml config/loca...
{ "pile_set_name": "Github" }
/* * Copyright (c) Facebook, Inc. and its affiliates. * * 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 applic...
{ "pile_set_name": "Github" }
<?php /** * Add methods for dispatching events * * @author Ushahidi Team <team@ushahidi.com> * @package Ushahidi\Application * @copyright 2014 Ushahidi * @license https://www.gnu.org/licenses/agpl-3.0.html GNU Affero General Public License Version 3 (AGPL3) */ namespace Ushahidi\Core\Traits\Events; ...
{ "pile_set_name": "Github" }
/* * 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. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warran...
{ "pile_set_name": "Github" }
<testcase> <info> <keywords> SFTP SFTP put FAILURE </keywords> </info> # # Server-side <reply> </reply> # # Client-side <client> <server> sftp </server> <name> SFTP put failure </name> <command> --key curl_client_key --pubkey curl_client_key.pub -u %USER: -T log/file622.txt sftp://%HOSTIP:%SSHPORT%PWD/log/nonexist...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="iso-8859-1"?> <Workspace> <ConfigDictionary> <CurrentConfigs><Project>RTOSDemo/Debug</Project></CurrentConfigs></ConfigDictionary> <Desktop> <Static> <Workspace> <ColumnWidths> <Column0>241</Col...
{ "pile_set_name": "Github" }
using System; using BepuUtilities.Collections; using BepuUtilities.Memory; using BepuPhysics; using System.Numerics; using System.Threading.Tasks; using System.Threading; using BepuUtilities; using BepuPhysics.CollisionDetection; using BepuPhysics.Trees; using System.Runtime.CompilerServices; namespace DemoRenderer.C...
{ "pile_set_name": "Github" }
/* * * Copyright 2017 gRPC 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 agree...
{ "pile_set_name": "Github" }
msgid "" msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: frmselectdataset.scancelbtn msgid "Cancel" msgstr "" #: frmselectdataset.scaption msgid "Select dataset to copy from" msgstr "" #: frmselectdataset.scopymeta msgid "Copy only metadata" msgstr "...
{ "pile_set_name": "Github" }
{ "randomStatetest" : { "env" : { "currentCoinbase" : "945304eb96065b2a98b57a48a06ae28d285a71b5", "currentDifficulty" : "5623894562375", "currentGasLimit" : "115792089237316195423570985008687907853269984665640564039457584007913129639935", "currentNumber" : "0"...
{ "pile_set_name": "Github" }
--- Description: Bitmap Header Types ms.assetid: 6df4655a-f707-4893-b6e6-f7e4d7f67b4e title: Bitmap Header Types ms.topic: article ms.date: 05/31/2018 --- # Bitmap Header Types The bitmap has four basic header types: - [**BITMAPCOREHEADER**](/windows/win32/api/wingdi/ns-wingdi-bitmapcoreheader) - [**BITMAPINFOHE...
{ "pile_set_name": "Github" }
#!/usr/bin/env python # # Process a list of Python and/or XML files containing SCons documentation. # # This script creates formatted lists of the Builders, functions, Tools # or construction variables documented in the specified XML files. # # Depending on the options, the lists are output in either # DocBook-formatte...
{ "pile_set_name": "Github" }
size(200); pen[] p={red,green,blue,magenta}; pair[] z={(-1,0),(0,0),(0,1),(1,0)}; int[] edges={0,0,0,1}; gouraudshade(z[0]--z[2]--z[3]--cycle,p,z,edges); draw(z[0]--z[1]--z[2]--cycle); draw(z[1]--z[3]--z[2],dashed); dot(Label,z[0],W); dot(Label,z[1],S); dot(Label,z[2],N); dot(Label,z[3],E); label("0",z[0]--z[1],S,r...
{ "pile_set_name": "Github" }
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/RKTagsView" OTHER_CFLAGS = $(inherited) -isystem "${PODS_ROOT}/Headers/Public" -isystem "${PODS_ROOT}/Headers/Public/RKTagsView" OTHER_LDFLAGS = $(inherited) -ObjC -l"RKT...
{ "pile_set_name": "Github" }
/** * MegaMek - Copyright (C) 2005 Ben Mazur (bmazur@sev.org) * * 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 ver...
{ "pile_set_name": "Github" }
WORKSPACE=${WORKSPACE:-$( cd $(dirname $0)/../../.. ; pwd -P )} XBMC_PLATFORM_DIR=linux64-wayland . $WORKSPACE/tools/buildsteps/defaultenv make -C $WORKSPACE/tools/depends/target/cmakebuildsys
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: e2c34acb208a3324586159903f01b109 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
//////////////////////////////////////////////////////////// // // SFML - Simple and Fast Multimedia Library // Copyright (C) 2007-2018 Laurent Gomila (laurent@sfml-dev.org) // // This software is provided 'as-is', without any express or implied warranty. // In no event will the authors be held liable for any damages a...
{ "pile_set_name": "Github" }
<?php return [ 'plugin' => [ 'name' => 'Блог', 'description' => 'Надежная блоговая-платформа.' ], 'blog' => [ 'menu_label' => 'Блог', 'menu_description' => 'Управление Блогом', 'posts' => 'Записи', 'create_post' => 'записи', 'categories' => 'Категории...
{ "pile_set_name": "Github" }
<div class="column"> {{ sylius_template_event('sylius.shop.layout.header.content') }} </div>
{ "pile_set_name": "Github" }
package de.danoeh.antennapod.core.feed.util; import de.danoeh.antennapod.core.asynctask.ImageResource; import de.danoeh.antennapod.core.feed.FeedItem; import de.danoeh.antennapod.core.feed.FeedMedia; import de.danoeh.antennapod.core.preferences.UserPreferences; /** * Utility class to use the appropriate image resour...
{ "pile_set_name": "Github" }
// (C) Copyright John Maddock 2007. // Use, modification and distribution are 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) // // This file is machine generated, do not edit by hand // Polynomial evaluation using H...
{ "pile_set_name": "Github" }
//===-- llvm/CodeGen/RegAllocRegistry.h -------------------------*- C++ -*-===// // // 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" }
/* * Copyright 2015 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applic...
{ "pile_set_name": "Github" }
//------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // </auto-generated> //----------------------------------------...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!-- 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, ...
{ "pile_set_name": "Github" }
<?xml version='1.0' encoding='utf-8'?> <document xmlns:cache="https://code.dccouncil.us/schemas/cache" xmlns:citations="https://code.dccouncil.us/schemas/citations" xmlns:codified="https://code.dccouncil.us/schemas/codified" xmlns:codify="https://code.dccouncil.us/schemas/codify" xmlns:macro="https://code.dccouncil.us/...
{ "pile_set_name": "Github" }
# - Try to find Simmetrix SimModSuite # Once done this will define # SIMMODSUITE_FOUND - System has SimModSuite # SIMMODSUITE_INCLUDE_DIR - The SimModSuite include directories # SIMMODSUITE_LIBS - The libraries needed to use SimModSuite # SIMMODSUITE_<library>_FOUND - System has <library> # SIMMODSUITE_MAJOR_VERSI...
{ "pile_set_name": "Github" }
// SPDX-License-Identifier: LGPL-2.1+ /* * Copyright (C) 2018 Red Hat, Inc. */ #include "nm-default.h" #include "nm-glib-aux/nm-logging-fwd.h" /*****************************************************************************/ gboolean _nm_log_enabled_impl (gboolean mt_require_locking, NMLogLeve...
{ "pile_set_name": "Github" }
// 代码地址: https://github.com/CoderMJLee/MJRefresh // 代码地址: http://code4app.com/ios/%E5%BF%AB%E9%80%9F%E9%9B%86%E6%88%90%E4%B8%8B%E6%8B%89%E4%B8%8A%E6%8B%89%E5%88%B7%E6%96%B0/52326ce26803fabc46000000 #import <UIKit/UIKit.h> #import <objc/message.h> // 弱引用 #define MJWeakSelf __weak typeof(self) weakSelf = self; // 日志输...
{ "pile_set_name": "Github" }
This Makefile requires devkitARM (http://www.devkitpro.org/category/devkitarm/) and works inside "contrib/nds". It is based on a devkitARM template. Eduardo Costa <eduardo.m.costa@gmail.com> January 3, 2009
{ "pile_set_name": "Github" }
//------------------------------------------------------------------------------ /* This file is part of Beast: https://github.com/vinniefalco/Beast Copyright 2013, Vinnie Falco <vinnie.falco@gmail.com> Portions of this file are from JUCE. Copyright (c) 2013 - Raw Material Software Ltd. Please visi...
{ "pile_set_name": "Github" }
import { CosmosDBManagementClient } from "azure-arm-cosmosdb"; import { DatabaseAccount } from "azure-arm-cosmosdb/lib/models"; import { ServiceClientCredentials } from "ms-rest"; import { SubscriptionItem, ResourceGroupItem } from "../azure-auth/azureAuth"; import * as path from "path"; import { SubscriptionError, ...
{ "pile_set_name": "Github" }
/* ***** BEGIN LICENSE BLOCK ***** * Distributed under the BSD license: * * Copyright (c) 2010, Ajax.org B.V. * 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 so...
{ "pile_set_name": "Github" }
#define SUBROUTINE add #define MODULE_LIST add.c #define P3_SUBLIB #define USES_C
{ "pile_set_name": "Github" }
package com.roncoo.education.user.service.api.pc.biz; import java.math.BigDecimal; import java.util.regex.Pattern; import com.roncoo.education.user.common.req.*; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Component; import org.springframework.transaction.annot...
{ "pile_set_name": "Github" }
ROLE_SYSTEM_DOCUMENT READONLY FOCUSABLE ++IA2_ROLE_FORM ++++ROLE_SYSTEM_TEXT FOCUSABLE ++++ROLE_SYSTEM_PUSHBUTTON name='Submit' FOCUSABLE
{ "pile_set_name": "Github" }
#!/bin/sh # SPDX-License-Identifier: GPL-2.0 PKG="Qt5Core Qt5Gui Qt5Widgets" PKG2="QtCore QtGui" if [ -z "$(command -v pkg-config)" ]; then echo >&2 "*" echo >&2 "* 'make xconfig' requires 'pkg-config'. Please install it." echo >&2 "*" exit 1 fi if pkg-config --exists $PKG; then echo cflags=\"-std=c++11 -fPIC $...
{ "pile_set_name": "Github" }
// +build linux package mount import ( "bufio" "fmt" "io" "os" "strings" ) const ( /* 36 35 98:0 /mnt1 /mnt2 rw,noatime master:1 - ext3 /dev/root rw,errors=continue (1)(2)(3) (4) (5) (6) (7) (8) (9) (10) (11) (1) mount ID: unique identifier of the mount (may be reused after ...
{ "pile_set_name": "Github" }
;;; yaml-mode.el --- Major mode for editing YAML files ;; Copyright (C) 2006 Yoshiki Kurihara ;; Author: Yoshiki Kurihara <kurihara@cpan.org> ;; Marshall T. Vandegrift <llasram@gmail.com> ;; Keywords: data yaml ;; Version: 0.0.3 ;; This file is not part of Emacs ;; This file is free software; you can redis...
{ "pile_set_name": "Github" }
/* 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" }
open Dune_action_plugin.V1 let action = write_file ~path:(Path.of_string "some_target") ~data:"Hello from some_target!" let () = run action
{ "pile_set_name": "Github" }
/* Class = "NSComboBox"; ibShadowedToolTip = "<key>Inject</key>\n<string>Detect</string>\nProperty injection for the sound chip. Only works when the DSDT defines Device (HDEF). If you renamed it, you can also inject the other properties differently. Do not use this parameter with VoodooHDA. Possible options are:\n\nNo...
{ "pile_set_name": "Github" }
package wangdaye.com.geometricweather.db.entity; import org.greenrobot.greendao.annotation.Convert; import org.greenrobot.greendao.annotation.Entity; import wangdaye.com.geometricweather.basic.model.option.provider.WeatherSource; import wangdaye.com.geometricweather.db.propertyConverter.TimeZoneConverter; import wang...
{ "pile_set_name": "Github" }
PCBNEW-LibModule-V1 10/21/2014 8:27:10 PM # encoding utf-8 Units mm $INDEX PCM_C1 $EndINDEX $MODULE PCM_C1 Po 0 0 0 15 5446F8BE 00000000 ~~ Li PCM_C1 Cd PCM_CON_4x38_C1 Kw PCM_CON_4x38_C1 Sc 0 AR Op 0 0 0 T0 7.5 -10.25 1.5 1 0 0.15 N V 21 N "PCM_CON_4x38_C1" T1 -2.25 0 1.5 1 0 0.15 N V 21 N "Val**" $PAD Sh "1" O 1.7 ...
{ "pile_set_name": "Github" }
data { int<lower=2> K; // num topics int<lower=2> V; // num words int<lower=1> M; // num docs int<lower=1> N; // total word instances int<lower=1,upper=V> w[N]; // word n int<lower=1,upper=M> doc[N]; // doc ID for word n vector<lower=0>[K] alpha;...
{ "pile_set_name": "Github" }
/* This file is part of the OWL API. * The contents of this file are subject to the LGPL License, Version 3.0. * Copyright 2014, The University of Manchester * * 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 Softwa...
{ "pile_set_name": "Github" }
/******************** (C) COPYRIGHT 2003 STMicroelectronics ******************** * File Name : 71x_type.h * Author : MCD Application Team * Date First Issued : 05/16/2003 * Description : Common data types ******************************************************************************** ...
{ "pile_set_name": "Github" }
<?php /** * @package plugins.systemPartner * @subpackage api.objects */ class KalturaSystemPartnerPackage extends KalturaObject { /** * @var int */ public $id; /** * @var string */ public $name; private static $map_between_objects = array ( "id", "name", ); public function getMapBetweenObjec...
{ "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"); ...
{ "pile_set_name": "Github" }
/** * Licensed to Apereo under one or more contributor license agreements. See the NOTICE file * distributed with this work for additional information regarding copyright ownership. Apereo * licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use * this file except in compli...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2018-2020 "Graph Foundation" * Graph Foundation, Inc. [https://graphfoundation.org] * * Copyright (c) 2002-2018 "Neo4j," * Neo4j Sweden AB [http://neo4j.com] * * This file is part of ONgDB Enterprise Edition. The included source * code can be redistributed and/or modified under the terms of t...
{ "pile_set_name": "Github" }
// Copyright (c) 2012-2018 Ugorji Nwoke. All rights reserved. // Use of this source code is governed by a MIT license found in the LICENSE file. // +build !go1.5 package codec var genCheckVendor = false
{ "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" }
# this file is managed by dry-rb/devtools project name: docsite on: push: paths: - docsite/** - .github/workflows/docsite.yml branches: - master - release-** tags: jobs: update-docs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 with: ...
{ "pile_set_name": "Github" }
@import "../scrollbars/mixins"; @import "variables"; .mdl-datepicker { display : block; width : $_datepicker_width; .mdl-datepicker__year, .mdl-datepicker__date { opacity : 0.8; cursor: pointer; &.is-active { opacity : 1; cursor: default; } } ...
{ "pile_set_name": "Github" }
import pandas as pd from sklearn.preprocessing import LabelEncoder import janitor as jn import numpy as np def load_finches_2012(): path = '../data/finch_beaks_2012.csv' return load_finches(path) def load_finches_1975(): path = '../data/finch_beaks_1975.csv' df = load_finches(path) df = df.renam...
{ "pile_set_name": "Github" }
<?php /* * This file is part of SwiftMailer. * (c) 2004-2009 Chris Corbyn * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ /** * Handles binary/7/8-bit Transfer Encoding in Swift Mailer. * * @author Chris Corbyn */ class Sw...
{ "pile_set_name": "Github" }
#include <algorithm> #include <map> #include <utility> #include <vector> #include "caffe/layers/multibox_loss_layer.hpp" #include "caffe/util/math_functions.hpp" namespace caffe { template <typename Dtype> void MultiBoxLossLayer<Dtype>::LayerSetUp(const vector<Blob<Dtype>*>& bottom, const vector<Blob<Dtype>*>&...
{ "pile_set_name": "Github" }
/* * 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 the hope that it will be use...
{ "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>en</string> <key>CFBundleExecutable</key> <string>$(EXECUTABLE_NAME)</string> <key>CFBundleIdentifi...
{ "pile_set_name": "Github" }
require File.expand_path('../../../spec_helper', __FILE__) require File.expand_path('../../../fixtures/constants', __FILE__) describe "Module#const_missing" do it "is called when an undefined constant is referenced via literal form" do ConstantSpecs::ClassA::CS_CONSTX.should == :CS_CONSTX end it "is called ...
{ "pile_set_name": "Github" }
package(default_visibility = ["//visibility:public"]) licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", "go_library", ) go_library( name = "go_default_library", srcs = ["storage.go"], tags = ["automanaged"], deps = [ "//pkg/api:go_default_library", "//pkg/apis/certi...
{ "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" }
/* * Copyright (c) 1998, 2017, 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" }
config = require"lapis.config".get! db = require "lapis.db" image_secret = config.image_secret or config.secret import escape from require "socket.url" import filter_update from require "helpers.model" b64_for_url = do import encode_base64 from require "lapis.util.encoding" (str, len) -> str = encode_base64...
{ "pile_set_name": "Github" }
--- layout: base title: 'Statistics of ADV in UD_Latvian' udver: '2' --- ## Treebank Statistics: UD_Latvian: POS Tags: `ADV` There are 691 `ADV` lemmas (6%), 716 `ADV` types (3%) and 5489 `ADV` tokens (6%). Out of 16 observed tags, the rank of `ADV` is: 5 in number of lemmas, 5 in number of types and 5 in number of ...
{ "pile_set_name": "Github" }
/* zip_source_close.c -- close zip_source (stop reading) Copyright (C) 2009-2019 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. The authors can be contacted at <libzip@nih.at> Redistribution and use in source and binary forms, with or without modificati...
{ "pile_set_name": "Github" }
platform_is :windows do require 'win32ole' describe "WIN32OLE_METHOD#return_type_detail" do before :each do ole_type = WIN32OLE_TYPE.new("Microsoft Shell Controls And Automation", "Shell") @m_browse_for_folder = WIN32OLE_METHOD.new(ole_type, "BrowseForFolder") end it "raises ArgumentError ...
{ "pile_set_name": "Github" }
# frozen_string_literal: false # $Id$ # # scanf for Ruby # # Some not very comprehensive tests of block behavior. require 'test/unit' require 'scanf' require 'tmpdir' class TestScanfBlock < Test::Unit::TestCase def setup @str = <<-EOS Beethoven 1770 Bach 1685 Handel 1685 Scarlatti ...
{ "pile_set_name": "Github" }
(include 'class/fixeds/class.inc) (def-class 'path 'fixeds) (dec-method :vtable 'gui/path/vtable) (dec-method :create 'gui/path/create) (dec-method :vcreate 'gui/path/create :final) (dec-method :filter_polyline 'gui/path/filter_polyline :static '(r0 r1 r2) '(r0)) (dec-method :filter_polygon 'gui/path/filter_polygon ...
{ "pile_set_name": "Github" }
#!/usr/bin/env python2 ## -*- coding: utf-8 -*- import sys def sx(bits, value): sign_bit = 1 << (bits - 1) return (value & (sign_bit - 1)) - (value & sign_bit) SymVar_0 = int(sys.argv[1]) ref_680 = SymVar_0 ref_691 = ref_680 # MOV operation ref_703 = ref_691 # MOV operation ref_705 = ref_703 # MOV operation ...
{ "pile_set_name": "Github" }
// show that no match events happen while paused. var tap = require("tap") , child_process = require("child_process") // just some gnarly pattern with lots of matches , pattern = "test/a/!(symlink)/**" , bashResults = require("./bash-results.json") , patterns = Object.keys(bashResults) , glob = require("../") , Glob = ...
{ "pile_set_name": "Github" }
/*************************************************************************** * * * This file was automatically generated using idlc.js * * PLEASE DO NOT EDIT!!!! * * ...
{ "pile_set_name": "Github" }
<?php declare(strict_types=1); echo 'about.index.get';
{ "pile_set_name": "Github" }
// GENERATE BY ./scripts/generate.ts // DON NOT EDIT IT MANUALLY import * as React from 'react'; import SettingOutlinedSvg from "@ant-design/icons-svg/es/asn/SettingOutlined"; import AntdIcon from '../components/AntdIcon'; var SettingOutlined = function SettingOutlined(props, ref) { return React.createElement(AntdIc...
{ "pile_set_name": "Github" }
<?php /** * Session API: WP_Session_Tokens class * * @package WordPress * @subpackage Session * @since 4.7.0 */ /** * Abstract class for managing user session tokens. * * @since 4.0.0 */ abstract class WP_Session_Tokens { /** * User ID. * * @since 4.0.0 * @var int User ID. */ protected $user_id;...
{ "pile_set_name": "Github" }
# This is a generated file! Please edit source .ksy file and use kaitai-struct-compiler to rebuild from pkg_resources import parse_version import kaitaistruct from kaitaistruct import KaitaiStruct, KaitaiStream, BytesIO import collections if parse_version(kaitaistruct.__version__) < parse_version('0.9'): raise E...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html lang="en"> <head> <link rel="stylesheet" href="../../../../Styles/jqx.apireference.css" type="text/css" /> <script type="text/javascript" src="../../../../scripts/jquery-1.11.1.min.js"></script> <script type="text/javascript" src="../../../../scripts/documentation.js"></script> <m...
{ "pile_set_name": "Github" }
/* Copyright (c) 2011, Open Knowledge Foundation Ltd. All rights reserved. HTTP Content-Type Autonegotiation. The functions in this package implement the behaviour specified in http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html Redistribution and use in source and binary forms, with or without modification, are ...
{ "pile_set_name": "Github" }
using UnityEngine; namespace HT.Framework { /// <summary> /// HTFramework框架异常 /// </summary> internal sealed class HTFrameworkException : UnityException { /// <summary> /// 异常模块 /// </summary> public HTFrameworkModule Module; /// <summary> /// HTFra...
{ "pile_set_name": "Github" }
obj-$(CONFIG_SND_AOA_SOUNDBUS_I2S) += snd-aoa-i2sbus.o snd-aoa-i2sbus-objs := core.o pcm.o control.o
{ "pile_set_name": "Github" }
.a { error: (1px + 3em); }
{ "pile_set_name": "Github" }
{ "comment": "MyPaint brush file", "description": "", "group": "", "notes": "", "parent_brush_name": "classic/modelling2", "settings": { "anti_aliasing": { "base_value": 0.0, "inputs": {} }, "change_color_h": { "base_value": 0.0,...
{ "pile_set_name": "Github" }
/*------------------------------------------------------------------------------ * dumpssr.c : dump ssr messages in rtcm log * * 2010/06/10 new *-----------------------------------------------------------------------------*/ #include <stdio.h> #include "rtklib.h" /* print ssr messages ---------------------------------...
{ "pile_set_name": "Github" }
/* Copyright (c) 2018-2020 Kevin McGill <kevin@mcgilldevtech.com> 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, m...
{ "pile_set_name": "Github" }
package sqlite.kripton205; import com.abubusoft.kripton.AbstractMapper; import com.abubusoft.kripton.annotation.BindMap; import com.abubusoft.kripton.common.PrimitiveUtils; import com.abubusoft.kripton.escape.StringEscapeUtils; import com.abubusoft.kripton.xml.EventType; import com.abubusoft.kripton.xml.XMLParser; imp...
{ "pile_set_name": "Github" }
.transaction { &__dot { display: inline-block; height: 10px; width: 10px; border-radius: 50%; margin-left: 5px; vertical-align: baseline; &--pending { background-color: $gray-500; } &--success { background-color: $success; } &--failed { background-color: ...
{ "pile_set_name": "Github" }
package org.n3r.eql.codedesc; public interface CodeDescMapper { String map(String code); }
{ "pile_set_name": "Github" }
# 'boxed' can only be used with named types { 'command': 'foo', 'boxed': true, 'data': { 'string': 'str' } }
{ "pile_set_name": "Github" }
cloud: gcp disk_size: 50g cycle_time: 1h max_run_time: 1h cores_per_task: 10 metal: false name: Test Pool tasks: 2 command: - cmd1 - arg1 container: MozillaSecurity/fuzzer:latest minimum_memory_per_core: 1g imageset: generic-worker-A cpu: x64 platform: linux preprocess: "" macros: ENVVAR1: "123456" ENVVAR2: 789...
{ "pile_set_name": "Github" }
(* Modified by TrustInSoft *) (**************************************************************************) (* *) (* This file is part of Frama-C. *) (* ...
{ "pile_set_name": "Github" }
/* * (C) Copyright 2014 * * SPDX-License-Identifier: GPL-2.0+ */ #ifndef _FIT_COMMON_H_ #define _FIT_COMMON_H_ #include "imagetool.h" #include "mkimage.h" #include <image.h> int fit_verify_header(unsigned char *ptr, int image_size, struct image_tool_params *params); int fit_check_image_types(uint8_t type); ...
{ "pile_set_name": "Github" }