text
stringlengths
2
99.9k
meta
dict
--- oiio-Release-1.8.16/src/pnm.imageio/pnminput.cpp.orig 2018-11-30 21:59:59.037519700 +0300 +++ oiio-Release-1.8.16/src/pnm.imageio/pnminput.cpp 2018-11-30 22:00:26.981118000 +0300 @@ -331,7 +331,8 @@ { try { - unsigned int width, height; + unsigned int width = 0; + unsigned int height = 0; char...
{ "pile_set_name": "Github" }
#include <cstdio> #include <cstring> #include <cmath> #include <vector> #include <set> using namespace std; typedef pair<int,int> pii; typedef vector<pii> vpii; #include <limits.h> //I hope (sizeof(val)*CHAR_BIT-(rot)) will be precalculated in compilation. //#define lrotr(val,rot) (( (val)<<(sizeof(val)*CHAR_BIT-(rot)...
{ "pile_set_name": "Github" }
package core.org.akaza.openclinica.domain.technicaladmin; import core.org.akaza.openclinica.domain.enumsupport.CodedEnum; import core.org.akaza.openclinica.i18n.util.ResourceBundleProvider; import java.util.HashMap; import java.util.ResourceBundle; /* * Use this enum as login status holder * @author Krikor Krumlia...
{ "pile_set_name": "Github" }
/** * Copyright (C) 2001-2020 by RapidMiner and the contributors * * Complete list of developers available at our web site: * * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify it under the terms of the * GNU Affero General Public License as published by ...
{ "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" }
################## mysql-test\t\error_count_basic.test ######################## # # # Variable Name: error_count # # Scope: Session ...
{ "pile_set_name": "Github" }
" If you need to customize launch-vim's behavior (for example, " when trying to figure out what's going on with a particular " set of configuration values), you can put those in here
{ "pile_set_name": "Github" }
# StyleCop "Classic" ## NOTE: This project is no longer very active. See the "Considerations" section below. [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/StyleCop/StyleCop?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) StyleCop analyzes C# source code to enforce...
{ "pile_set_name": "Github" }
Input goes here... Second line.
{ "pile_set_name": "Github" }
declare module "os" { interface CpuInfo { model: string; speed: number; times: { user: number; nice: number; sys: number; idle: number; irq: number; }; } interface NetworkInterfaceBase { address: string; ...
{ "pile_set_name": "Github" }
/* * Copyright 2016 Mesosphere * * 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 i...
{ "pile_set_name": "Github" }
load("@io_bazel_rules_go//go:def.bzl", "go_library") go_library( name = "go_default_library", srcs = [ "const.go", "doc.go", "doctype.go", "entity.go", "escape.go", "foreign.go", "node.go", "parse.go", "render.go", "token.go", ...
{ "pile_set_name": "Github" }
<?xml version="1.0"?> <ZopeData> <record id="1" aka="AAAAAAAAAAE="> <pickle> <global name="Image" module="OFS.Image"/> </pickle> <pickle> <dictionary> <item> <key> <string>_Cacheable__manager_id</string> </key> <value> <string>http_cache</string> </value> ...
{ "pile_set_name": "Github" }
# RUN: llvm-mc %s -arch=mips -mcpu=mips32 | \ # RUN: FileCheck %s -check-prefix=CHECK-ASM # # RUN: llvm-mc %s -arch=mips -mcpu=mips32 -filetype=obj -o - | \ # RUN: llvm-readobj -mips-abi-flags - | \ # RUN: FileCheck %s -check-prefix=CHECK-OBJ # CHECK-ASM: .module softfloat # Check if the MIPS.abiflags section...
{ "pile_set_name": "Github" }
// Copyright 2013 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "base/command_line.h" #include "base/compiler_specific.h" #include "base/logging.h" #include "base/memory/scoped_ptr.h" #include "chrome/browser/...
{ "pile_set_name": "Github" }
#ifndef BOOST_CORE_TYPEINFO_HPP_INCLUDED #define BOOST_CORE_TYPEINFO_HPP_INCLUDED // MS compatible compilers support #pragma once #if defined(_MSC_VER) && (_MSC_VER >= 1020) # pragma once #endif // core::typeinfo, BOOST_CORE_TYPEID // // Copyright 2007, 2014 Peter Dimov // // Distributed under the Boost Software ...
{ "pile_set_name": "Github" }
Car -1 -1 -10 579 181 669 251 1.51 1.55 3.57 0.41 1.76 17.98 1.79 1.00 Car -1 -1 -10 655 175 695 207 1.47 1.64 3.86 3.15 1.59 34.69 -1.41 1.00 Car -1 -1 -10 762 168 810 209 1.80 1.76 4.00 8.25 1.61 34.17 -1.44 0.97 Car -1 -1 -10 843 162 1037 281 1.66 1.66 4.23 5.25 1.52 12.21 -1.49 0.97 Car -1 -1 -10 749 173 786 201 1....
{ "pile_set_name": "Github" }
<?php $lang_downloadnotice = array ( 'head_download_notice' => "下载提示", 'text_client_banned_notice' => "被禁止客户端提示", 'text_client_banned_note' => "Tracker检查到你最近一次使用的BT客户端属于<b>被禁</b>的范畴。请阅读以下说明。", 'text_low_ratio_notice' => "低分享率提示", 'text_low_ratio_note_one' => "<span class='striking'><b>警告:</b></span>你的分享率过低!你必须在",...
{ "pile_set_name": "Github" }
template(name="rulesTriggers") h2 i.fa.fa-magic | {{{_ 'r-rule' }}} "#{data.ruleName.get}" - {{{_ 'r-add-trigger'}}} .triggers-content .triggers-body .triggers-side-menu ul li.active.js-set-board-triggers i.fa.fa-columns li.js-set-card-triggers i...
{ "pile_set_name": "Github" }
/* * Copyright 2017 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 * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
{ "pile_set_name": "Github" }
/* Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang("widget","it",{move:"Fare clic e trascinare per spostare"});
{ "pile_set_name": "Github" }
I am binod
{ "pile_set_name": "Github" }
.. _web_server: Web Server ########## Bugzilla requires a web server to run CGI scripts. It supports the following: .. toctree:: :maxdepth: 1 apache apache-windows iis
{ "pile_set_name": "Github" }
# $Id$ # Authority: dries # Screenshot: http://edu.kde.org/kig/kig-snap-sine-curve.png # ScreenshotURL: http://edu.kde.org/kig/screenshots.php # Tag: rft # this program is now included in kde # ExcludeDist: fc3 fc2 fc1 el3 Summary: Explore mathematical concepts with interactive geometry Name: kig Version: 0.9 Releas...
{ "pile_set_name": "Github" }
<?php namespace Oro\Bundle\PricingBundle\Tests\Unit\Async; use Doctrine\DBAL\Exception\DeadlockException; use Doctrine\ORM\EntityManagerInterface; use Doctrine\Persistence\ManagerRegistry; use Oro\Bundle\CustomerBundle\Entity\Customer; use Oro\Bundle\CustomerBundle\Entity\CustomerGroup; use Oro\Bundle\PricingBundle\A...
{ "pile_set_name": "Github" }
# @configure_input@ # Makefile for libcpp. Run 'configure' to generate Makefile from Makefile.in # Copyright (C) 2004-2019 Free Software Foundation, Inc. #This file is part of libcpp. #libcpp is free software; you can redistribute it and/or modify #it under the terms of the GNU General Public License as published b...
{ "pile_set_name": "Github" }
#pragma once #define ONESHOT_TAP_TOOGLE 2 #define ONESHOT_TIMEOUT 2000 // tap dance configurations #define TAPPING_TERM 200 #define TAPPING_TOGGLE 2 #define PERMISSIVE_HOLD // Fix KC_GESC conflict with Cmd+Alt+Esc on macros #define GRAVE_ESC_GUI_OVERRIDE
{ "pile_set_name": "Github" }
--- title: "_com_error::_com_error" ms.date: "11/04/2016" f1_keywords: ["_com_error::_com_error"] helpviewer_keywords: ["_com_error method [C++]"] ms.assetid: 0a69e46c-caab-49ef-b091-eee401253ce6 --- # _com_error::_com_error **Microsoft Specific** Constructs a **_com_error** object. ## Syntax ``` _com_error( HRE...
{ "pile_set_name": "Github" }
/**************************************************************************** ** ** Copyright (C) 2018 The Qt Company Ltd. ** Contact: https://www.qt.io/licensing/ ** ** This file is part of Qt Creator. ** ** Commercial License Usage ** Licensees holding valid commercial Qt licenses may use this file in ** accordance w...
{ "pile_set_name": "Github" }
package com.gf.mapper; import com.gf.entity.Order; import org.apache.ibatis.annotations.Mapper; import org.apache.ibatis.annotations.Param; @Mapper public interface OrderMapper { int insert(@Param("order") Order record); }
{ "pile_set_name": "Github" }
using JetBrains.ReSharper.Psi.Tree; namespace JetBrains.ReSharper.Plugins.FSharp.Psi.Tree { public partial interface IEnumMemberDeclaration : IFSharpTypeMemberDeclaration, ITypeMemberDeclaration { } }
{ "pile_set_name": "Github" }
package com.schibsted.spain.barista.sample import androidx.test.espresso.Espresso.onView import androidx.test.espresso.assertion.ViewAssertions.matches import androidx.test.espresso.matcher.ViewMatchers.isDisplayed import androidx.test.espresso.matcher.ViewMatchers.withId import androidx.test.rule.ActivityTestRule imp...
{ "pile_set_name": "Github" }
#!/bin/bash cd $(dirname $0) # Compatibility logic for older Anaconda versions. if [ "${CONDA_EXE} " == " " ]; then CONDA_EXE=$((find /opt/conda/bin/conda || find ~/anaconda3/bin/conda || \ find /usr/local/anaconda3/bin/conda || find ~/miniconda3/bin/conda || \ find /root/miniconda/bin/conda || find ~/...
{ "pile_set_name": "Github" }
#! /usr/bin/env python from _tools import parametrize, assert_raises from numpy import random, count_nonzero from numpy.testing import TestCase from aubio import mfcc, cvec, float_type buf_size = 2048 n_filters = 40 n_coeffs = 13 samplerate = 44100 new_params = ['buf_size', 'n_filters', 'n_coeffs', 'samplerate'] ne...
{ "pile_set_name": "Github" }
// Copyright 2014 The Prometheus 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...
{ "pile_set_name": "Github" }
Designers ========= argon2 Alex Biryukov Daniel Dinu Dmitry Khovratovich blake2 Jean-Philippe Aumasson Christian Winnerlein ...
{ "pile_set_name": "Github" }
<?php // +---------------------------------------------------------------------- // | ThinkPHP [ WE CAN DO IT JUST THINK ] // +---------------------------------------------------------------------- // | Copyright (c) 2006~2015 http://thinkphp.cn All rights reserved. // +-------------------------------------------------...
{ "pile_set_name": "Github" }
extend ../layout block content .container .row table.table.table-hover.table-bordered thead tr th(style="text-align:center") 名字 th 时间 th 查看 th 更新 th 删除 th 返回 tbody each item in users tr(cl...
{ "pile_set_name": "Github" }
#!/usr/bin/env python """ Do windowed detection by classifying a number of images/crops at once, optionally using the selective search window proposal method. This implementation follows ideas in Ross Girshick, Jeff Donahue, Trevor Darrell, Jitendra Malik. Rich feature hierarchies for accurate object detection...
{ "pile_set_name": "Github" }
# auto.tcl -- # # utility procs formerly in init.tcl dealing with auto execution # of commands and can be auto loaded themselves. # # Copyright (c) 1991-1993 The Regents of the University of California. # Copyright (c) 1994-1998 Sun Microsystems, Inc. # # See the file "license.terms" for information on usage and redist...
{ "pile_set_name": "Github" }
project(cascade C CXX) configure_file(${CMAKE_SOURCE_DIR}/src/cascade/common/cmake.in ${CMAKE_CURRENT_BINARY_DIR}/../codegen/cmake.h) if(${BISON_VERSION} VERSION_GREATER 3.2.9) bison_target(verilog_parser cascade/verilog/parse/verilog.yy ${CMAKE_CURRENT_BINARY_DIR}/../codegen/verilog_parser.cc COMPILE_FLAGS --warn...
{ "pile_set_name": "Github" }
// Copyright 2017 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 arm64 amd64 ppc64 ppc64le mips64 mips64le s390x // +build darwin dragonfly freebsd linux netbsd openbsd package socket import "unsafe" func (v *iov...
{ "pile_set_name": "Github" }
// // FMDatabasePool.h // fmdb // // Created by August Mueller on 6/22/11. // Copyright 2011 Flying Meat Inc. All rights reserved. // #import <Foundation/Foundation.h> #import "sqlite3.h" @class FMDatabase; /** Pool of `<FMDatabase>` objects. ### See also - `<FMDatabaseQueue>` - `<FMDatabase>` @warning B...
{ "pile_set_name": "Github" }
/* ======================================================================== * PROJECT: ARToolKitPlus * ======================================================================== * This work is based on the original ARToolKit developed by * Hirokazu Kato * Mark Billinghurst * HITLab, University of Washin...
{ "pile_set_name": "Github" }
/* Copyright 2016 The Kubernetes Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, ...
{ "pile_set_name": "Github" }
# Univers BdCd name UCB spacewidth 5856 pcltypeface 4148 pclproportional 1 pclweight 3 pclstyle 4 ligatures fi fl ff ffi ffl 0 kernpairs L V -2924 P . -4388 P , -4388 V A -1949 A V -1949 T o -2924 T r -2924 T c -2924 T e -2924 T d -2924 T s -2924 T y -2924 T a -2924 T w -2924 T u -2924 T J -3413 L T -2924 L Y -2924...
{ "pile_set_name": "Github" }
package com.huawei.internal.telephony; import com.huawei.android.util.NoExtAPIException; public class VirtualNetEx { @Deprecated public static boolean isVirtualNet() { throw new NoExtAPIException("method not supported."); } @Deprecated public static String getApnFilter() { throw n...
{ "pile_set_name": "Github" }
// // Navs // -------------------------------------------------- // Base class // -------------------------------------------------- .nav { margin-bottom: 0; padding-left: 0; // Override default ul/ol list-style: none; &:extend(.clearfix all); > li { position: relative; display: block; > a { ...
{ "pile_set_name": "Github" }
# -*- coding: utf-8 -*- from __future__ import unicode_literals from django.db import migrations, models import ralph.lib.mixins.fields class Migration(migrations.Migration): dependencies = [ ('assets', '0010_auto_20160405_1531'), ('data_center', '0008_datacenter_show_on_dashboard'), ] ...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2007 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" }
/* * 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) 2011, The University of Southampton and the individual contributors. * 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 ...
{ "pile_set_name": "Github" }
#! /bin/sh # Add a .gdb_index section to a file. # Copyright (C) 2010-2020 Free Software Foundation, Inc. # 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 3 of the License, or # ...
{ "pile_set_name": "Github" }
// Copyright 2004-2011 Castle Project - http://www.castleproject.org/ // // 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 // //...
{ "pile_set_name": "Github" }
/* Copyright 2016 The Kubernetes Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, ...
{ "pile_set_name": "Github" }
/* SPDX-License-Identifier: GPL-2.0+ */ /* * (C) Copyright 2000 * Rob Taylor, Flying Pig Systems. robt@flyingpig.com. */ #ifndef _NS87308_H_ #define _NS87308_H_ #include <asm/pci_io.h> /* Note: I couldn't find a full data sheet for the ns87308, but the ns87307 seems to be pretty functionally- (and pin-) equiva...
{ "pile_set_name": "Github" }
using System; using System.Collections.Generic; using System.Linq; using System.Reflection; namespace Dia2Sharp { public static class Reflectors { public static IEnumerable<MethodInfo> LinqPublicFunctions(this Type type) { if (!type.IsInterface) return type.GetMetho...
{ "pile_set_name": "Github" }
#begin document (nw/p2.5_c2e/00/p2.5_c2e_0016); part 000 nw/p2.5_c2e/00/p2.5_c2e_0016 0 0 [WORD] NNP (TOP(FRAG(NP*) - - - - * - nw/p2.5_c2e/00/p2.5_c2e_0016 0 1 [WORD] , * - - - - * - nw/p2.5_c2e/00/p2.5_c2e_0016 0 2 [WORD] NNP (NP* ...
{ "pile_set_name": "Github" }
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <title>RakNet: RakNet::Boo...
{ "pile_set_name": "Github" }
// No release is triggered for the types commented out below. // Commits using these types will be incorporated into the next release. // // NOTE: Any changes here must be reflected in `CONTRIBUTING.md`. module.exports = [ {breaking: true, release: 'major'}, // {type: 'build', release: 'patch'}, // {type: 'chore'...
{ "pile_set_name": "Github" }
@charset 'UTF-8'; /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */ /** * 1. Set default font family to sans-serif. * 2. Prevent iOS and IE text size adjust after device orientation change, * without disabling user zoom. */ html { font-family: sans-serif; /* 1 */ -ms-t...
{ "pile_set_name": "Github" }
//===----------------------------------------------------------------------===// // // The LLVM Compiler Infrastructure // // This file is dual licensed under the MIT and the University of Illinois Open // Source Licenses. See LICENSE.TXT for details. // //===----------------------------------------...
{ "pile_set_name": "Github" }
version https://git-lfs.github.com/spec/v1 oid sha256:1ce232f611de8b6faf193a2f9e8afa9d95ace527306e351a08ce7a3e7a8330c7 size 6307
{ "pile_set_name": "Github" }
/* MIT License Copyright(c) 2019 megai2 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribut...
{ "pile_set_name": "Github" }
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" version="XHTML+RDFa 1.0" dir="ltr" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/terms/" xmlns:foaf="http://x...
{ "pile_set_name": "Github" }
Date: Fri, 06 Oct 2017 09:58:59 GMT Transfer-Encoding: chunked
{ "pile_set_name": "Github" }
// // UserCellModel.swift // Papr // // Created by Joan Disho on 02.06.18. // Copyright © 2018 Joan Disho. All rights reserved. // import Foundation import RxSwift protocol UserCellModelInput {} protocol UserCellModelOutput { var fullName: Observable<NSAttributedString> { get } var profilePhotoURL: Observ...
{ "pile_set_name": "Github" }
from .sqlTableUpdater import SqlTableUpdater from .sqldatabase import SqlDatabase class SystemToCoreUpdater(SqlTableUpdater): def __init__(self, tableName: str = None, tableColumns: list = None, coreInfo: dict = None): if not tableColumns: tableColumns = ( ("system", "TEXT"), ...
{ "pile_set_name": "Github" }
/* * Copyright (c) 1998, 2011, 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" }
/* * Copyright 2009-2016 Jon Stevens et al. * * 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 o...
{ "pile_set_name": "Github" }
# frozen_string_literal: true json.default_country_id(Spree::Country.default.id) json.default_country_iso(Spree::Config[:default_country_iso])
{ "pile_set_name": "Github" }
powershell.exe –command "& {Invoke-Command –ComputerName 'REMOTESERVER1' –ScriptBlock { &'C:\Path With Spaces\LogDeploy.ps1' 'C:\Path With Spaces\Log.txt' 'TESTWEB1' } "
{ "pile_set_name": "Github" }
class App.KnowledgeBaseReaderListItem extends App.Controller constructor: -> super @render() @el[0].dataset.id = @item.id @listenTo App.KnowledgeBase, 'kb_data_change_loaded', => @render() tag: 'li' className: 'section' render: -> if @sort_order != null && @sort_order != @item...
{ "pile_set_name": "Github" }
/* Generated by RuntimeBrowser Image: /System/Library/PrivateFrameworks/UserNotificationsKit.framework/UserNotificationsKit */ @interface NCNotificationSound : NSObject <BSDescriptionProviding> { TLAlertConfiguration * _alertConfiguration; NSDictionary * _controllerAttributes; double _maxDuration; ...
{ "pile_set_name": "Github" }
import React from 'react'; import PropTypes from 'prop-types'; const UilArrowUpRight = (props) => { const { color, size, ...otherProps } = props return React.createElement('svg', { xmlns: 'http://www.w3.org/2000/svg', width: size, height: size, viewBox: '0 0 24 24', fill: color, ...otherPro...
{ "pile_set_name": "Github" }
#!/usr/bin/env sh REMOTE_BRANCH=master POD_NAME=Nimble PODSPEC=Nimble.podspec POD=${COCOAPODS:-pod} function help { echo "Usage: release VERSION RELEASE_NOTES [-f]" echo echo "VERSION should be the version to release, should not include the 'v' prefix" echo "RELEASE_NOTES should be a file that lists a...
{ "pile_set_name": "Github" }
# RUN: yaml2obj %s -o %t # RUN: llvm-readobj -r %t | FileCheck %s --check-prefix=RELOCS # RUN: obj2yaml %t | FileCheck %s --check-prefix=YAML # RELOCS: Relocations [ # RELOCS-NEXT: Section (1) .text { # RELOCS-NEXT: 0x3 IMAGE_REL_AMD64_REL32 .rdata (0) # RELOCS-NEXT: 0xA IMAGE_REL_AMD64_REL32 .rdata (1)...
{ "pile_set_name": "Github" }
package quickutils.core.views.text; import android.content.Context; import android.os.Handler; import android.util.AttributeSet; /** * Created by cesarferreira on 11/06/14. */ public class TypeWriterTextView extends RobotoTextView { private CharSequence mText; private int mIndex; private long mDelay =...
{ "pile_set_name": "Github" }
/* blas/source_her2k_c.h * * Copyright (C) 2001, 2007 Brian Gough * * 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 3 of the License, or (at * your option) any later vers...
{ "pile_set_name": "Github" }
import 'package:flutter/material.dart'; enum NavigationRailKind { Regular, Impersistent, Persistent, // Extended, } class NavigationRail extends StatefulWidget { NavigationRail({ this.leading, this.extendedLeading, // TODO: leading could also be a function that takes in whether its extended or not ...
{ "pile_set_name": "Github" }
/** Used to match template delimiters. */ var reInterpolate = /<%=([\s\S]+?)%>/g; module.exports = reInterpolate;
{ "pile_set_name": "Github" }
# CS1003 | Property | Value | | ---------------------- | ----------------------------------------------------------------- | | Id | CS1003 | | Title ...
{ "pile_set_name": "Github" }
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <title>jeecms-left</title> <#include "/jeecms_sys/head.html"/> </head> <body> ...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang=""> <head> <title>Page 1724</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <style type="text/css"> <!-- p {margin: 0; padding: 0;} .ft00{font-size:9px;font-family:Times;color:#000000;} .ft01{font-size:11px;font-...
{ "pile_set_name": "Github" }
<?php declare(strict_types=1); /* * This file has been auto generated by Jane, * * Do no edit it directly. */ namespace Jane\OpenApi3\JsonSchema\Model; class AuthorizationCodeOAuthFlow extends \ArrayObject { /** * @var string|null */ protected $authorizationUrl; /** * @var string|null...
{ "pile_set_name": "Github" }
[Script Info] ; Script generated by FFmpeg/Lavc ScriptType: v4.00+ PlayResX: 384 PlayResY: 288 [V4+ Styles] Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, StrikeOut, ScaleX, ScaleY, Spacing, Angle, BorderStyle, Outline, Shadow, Alignment, Ma...
{ "pile_set_name": "Github" }
a2ps-4.14-10.1.el6.i686.rpm abrt-devel-1.1.13-4.el6.i686.rpm abrt-plugin-bugzilla-1.1.13-4.el6.i686.rpm abrt-plugin-filetransfer-1.1.13-4.el6.i686.rpm abrt-plugin-mailx-1.1.13-4.el6.i686.rpm abrt-plugin-reportuploader-1.1.13-4.el6.i686.rpm abrt-plugin-runapp-1.1.13-4.el6.i686.rpm adaptx-0.9.13-8.1.el6.i686.rpm adaptx-d...
{ "pile_set_name": "Github" }
// LZ4 API example : Dictionary Random Access #if defined(_MSC_VER) && (_MSC_VER <= 1800) /* Visual Studio <= 2013 */ # define _CRT_SECURE_NO_WARNINGS # define snprintf sprintf_s #endif #include "lz4.h" #include <stdio.h> #include <stdint.h> #include <stdlib.h> #include <string.h> #define MIN(x, y) ((x) < (y) ? ...
{ "pile_set_name": "Github" }
/*************************************************************************** qgslayoutpolygonwidget.cpp begin : March 2016 copyright : (C) 2016 Paul Blottiere, Oslandia email : paul dot blottiere at oslandia dot com *************************...
{ "pile_set_name": "Github" }
owner = AST controller = AST add_core = AST points = 2 rare_materials = 1.00 industry = 9 coastal_fort = 1 land_fort = 0 anti_air = 3 infra = 10 manpower = 2.00 leadership = 0.60 naval_base = 8
{ "pile_set_name": "Github" }
// Copyright (C) MongoDB, Inc. 2017-present. // // 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 package driver import ( "context" "go.mongodb....
{ "pile_set_name": "Github" }
/* * S-Box and MDS Tables for Twofish * (C) 1999-2007 Jack Lloyd * * Botan is released under the Simplified BSD License (see license.txt) */ #include <botan/twofish.h> namespace Botan { const uint8_t Twofish::Q0[256] = { 0xA9, 0x67, 0xB3, 0xE8, 0x04, 0xFD, 0xA3, 0x76, 0x9A, 0x92, 0x80, 0x78, 0xE4, 0xDD, 0xD1, ...
{ "pile_set_name": "Github" }
#!/bin/sh # # Copyright (C) 2016 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" }
{\rtf1\ansi\ansicpg1252\cocoartf1561\cocoasubrtf200 {\fonttbl\f0\fswiss\fcharset0 Helvetica;} {\colortbl;\red255\green255\blue255;\red85\green92\blue98;\red255\green255\blue255;} {\*\expandedcolortbl;;\cssrgb\c40784\c43529\c45882;\cssrgb\c100000\c100000\c100000;} \margl1440\margr1440\vieww10800\viewh8400\viewkind0 \def...
{ "pile_set_name": "Github" }
#ifndef __USBF_DEFS_H__ #define __USBF_DEFS_H__ //----------------------------------------------------------------- // Macros: //----------------------------------------------------------------- // For Little Endian CPUs #define USB_BYTE_SWAP16(n) (n) // For Big Endian CPUs //#define USB_BYTE_SWAP16(n) ...
{ "pile_set_name": "Github" }
/* * Copyright 2002-2013 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
{ "pile_set_name": "Github" }
01 02 03 1 10 11 12 13 14 15 16 17 18 19 1rer 2 20 2tty 3 3com 4 5 6 7 8 9 a a.auth-ns a01 a02 a1 a2 abc about ac academico acceso access accounting accounts acid activestat ad adam adkit admin administracion administrador administrator administrators admins ads adsense adserver adsl ae af affiliate affiliates affiliat...
{ "pile_set_name": "Github" }
/* * Copyright 2002-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
{ "pile_set_name": "Github" }
/* missing-string.c - missing string utilities * Copyright (C) 1994, 1998, 1999, 2000, 2001, * 2003 Free Software Foundation, Inc. * * This file is part of Libgcrypt. * * Libgcrypt is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License ...
{ "pile_set_name": "Github" }
module SignupForm = [%form type input = { email: [@field.async] string, password: [@field.deps passwordConfirmation] string, passwordConfirmation: string, }; let validators = { email: { strategy: OnFirstSuccessOrFirstBlur, validate: ({email}) => { let emailRegex = [%bs.re {|/.*...
{ "pile_set_name": "Github" }