text
stringlengths
2
99.9k
meta
dict
import { getError } from "../../../../api/validation"; export const validate = (values) => { const errors = {}; const { username, password } = values; errors.username = getError(username, ['required', 'emailFormat']); errors.password = getError(password, ['required']); return errors; };
{ "pile_set_name": "Github" }
<!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Example - example-example64</title> <link href="style.css" rel="stylesheet" type="text/css"> <script src="../../../angular.min.js"></script> <script src="../../../angular-animate.js"></script> </head> <body ng-app="ngAnimate"> ...
{ "pile_set_name": "Github" }
# Kodi Media Center language file # Addon Name: Estuary # Addon id: skin.estuary # Addon Provider: phil65, Ichabod Fletchman msgid "" msgstr "" "Project-Id-Version: KODI Main\n" "Report-Msgid-Bugs-To: https://github.com/xbmc/xbmc/issues/\n" "POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:M...
{ "pile_set_name": "Github" }
/*************************************************************************** qgsreportsectionmodel.h --------------------- begin : December 2017 copyright : (C) 2017 by Nyall Dawson email : nyall dot dawson at gmail dot com **********************************...
{ "pile_set_name": "Github" }
<!DOCTYPE HTML> <html> <head> <title>Pixel rounding testcase</title> <style type="text/css"> html, body { margin: 0; border: none; padding: 0; } img { position: absolute; } img[src="blue-1x1.png"] { left: 10px; } img[src="blue-3x3.png"] { left: 40px; } img[src="blue-5x5.png"] { left: 70px; } img[src="blue-25x25...
{ "pile_set_name": "Github" }
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; using System.Diagnostics; using System.Reflection; namespace Microsoft.Extensions.Logging { internal static class ProviderAliasUtilities { private cons...
{ "pile_set_name": "Github" }
This directory contains the C# Protocol Buffers runtime library. Usage ===== The easiest way how to use C# protobufs is via the `Google.Protobuf` NuGet package. Just add the NuGet package to your VS project. You will also want to install the `Google.Protobuf.Tools` NuGet package, which contains precompiled version o...
{ "pile_set_name": "Github" }
// // Badges // -------------------------------------------------- // Base class .badge { display: inline-block; min-width: 10px; padding: 3px 7px; font-size: @font-size-small; font-weight: @badge-font-weight; color: @badge-color; line-height: @badge-line-height; vertical-align: middle; white-space:...
{ "pile_set_name": "Github" }
๏ปฟ /* * Copyright (c) 2017 Samsung Electronics Co., Ltd All Rights Reserved * * Contact: Ernest Borowski <e.borowski@partner.samsung.com> * * 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 Licen...
{ "pile_set_name": "Github" }
// This file contains portions of code released by Microsoft under the MIT license as part // of an open-sourcing initiative in 2014 of the C# core libraries. // The original source was submitted to https://github.com/Microsoft/referencesource namespace System.Collections { struct Sorter<T, T2> { // This is the th...
{ "pile_set_name": "Github" }
{ "compilerOptions": { "outDir": "./built", "allowJs": true, "sourceMap": true, "experimentalDecorators": true }, "include": [ "./src/**/*.js", "./src/**/*.ts" ] }
{ "pile_set_name": "Github" }
// license:BSD-3-Clause // copyright-holders:R. Belmont /********************************************************************* laser128.c Helper to implement the Laser 128's built-in slot peripherals *********************************************************************/ #include "emu.h" #include "laser128.h...
{ "pile_set_name": "Github" }
<!ENTITY window.title "ะขะตัั‚ ะดะพัั‚ัƒะฟะฝะพัั‚ะธ: ะฟะตั€ะฒั‹ะน ัˆะฐะณ"> <!ENTITY filterAll.label "ะกะผะพั‚ั€ะตั‚ัŒ ะฒัะต ั‚ะตัั‚ั‹"> <!ENTITY filterPassed.label "ะกะผ. ั‚ะพะปัŒะบะพ ะฟั€ะพัˆะตะดัˆะธะต ั‚ะตัั‚ั‹"> <!ENTITY filterFailed.label "ะกะผ. ั‚ะพะปัŒะบะพ ะฝะต ัƒะดะฐะฒัˆะธะตัั ั‚ะตัั‚ั‹"> <!ENTITY speed.label "ะกะบะพั€ะพัั‚ัŒ:"> <!ENTITY title.label "ะะฐะทะฒะฐะฝะธะต:">
{ "pile_set_name": "Github" }
// Copyright 2017 Google Inc. // Copyright 2020 The Open GEE Contributors // // 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 // // Unles...
{ "pile_set_name": "Github" }
package cli import ( "flag" "strconv" "time" ) // WARNING: This file is generated! // BoolFlag is a flag with type bool type BoolFlag struct { Name string Usage string EnvVar string FilePath string Hidden bool Destination *bool } // String returns a readable representation of this...
{ "pile_set_name": "Github" }
* HID over I2C Device-Tree bindings HID over I2C provides support for various Human Interface Devices over the I2C bus. These devices can be for example touchpads, keyboards, touch screens or sensors. The specification has been written by Microsoft and is currently available here: http://msdn.microsoft.com/en-us/libr...
{ "pile_set_name": "Github" }
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <title>ะœะฐัะบะธ ั„ะฐะนะปะพะฒ</title> <meta http-equiv="Content-Type" Content="text/html; charset=Windows-1251"> <link rel="stylesheet" type="text/css" href="../styles/styles.css"> <script language="javascript" src='links.js' type="text/javascript"></sc...
{ "pile_set_name": "Github" }
var isIndex = require('../internal/isIndex'), isKey = require('../internal/isKey'), isObject = require('../lang/isObject'), toPath = require('../internal/toPath'); /** * Sets the property value of `path` on `object`. If a portion of `path` * does not exist it is created. * * @static * @memberOf _ * @...
{ "pile_set_name": "Github" }
{ "editor": { "theme": "light", "statusBar": true, "layout": { "name": "default", "direction": "horizontal", "sizes": [ 30, 70 ], "elements": [ { "direction": "vertical", "sizes": [ 50, 50 ], ...
{ "pile_set_name": "Github" }
\documentclass[border=5pt, tikz]{standalone} \usepackage[scheme=plain]{ctex} \usepackage{tikz} \begin{document} \begin{tikzpicture} \coordinate (a) at (0,0); \node [minimum width=10em, minimum height=10em, draw=blue, outer sep=0pt] (a) {่Š‚็‚น}; \foreach \pos/\qos in {east/west, south/north, west/east, north/south, so...
{ "pile_set_name": "Github" }
//=== MachORelocation.h - Mach-O Relocation Info ----------------*- 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 2014 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package typeutil // This file defines utilities for user interfaces that display types. import "go/types" // IntuitiveMethodSet returns the intuitive method ...
{ "pile_set_name": "Github" }
const array = [[1], [2, 3]]; function f(acc, e) { return acc.concat(e); } const results = array.reduceRight(f, [-1]);
{ "pile_set_name": "Github" }
<?php /** * @title Loader File * * @author Pierre-Henry Soria <ph7software@gmail.com> * @copyright (c) 2012-2019, Pierre-Henry Soria. All Rights Reserved. * @license GNU General Public License; See PH7.LICENSE.txt and PH7.COPYRIGHT.txt in the root directory. * @package ...
{ "pile_set_name": "Github" }
:man_page: bson_append_maxkey bson_append_maxkey() ==================== Synopsis -------- .. code-block:: c #define BSON_APPEND_MAXKEY(b, key) \ bson_append_maxkey (b, key, (int) strlen (key)) bool bson_append_maxkey (bson_t *bson, const char *key, int key_length); Parameters ---------- * ``bson``: A ...
{ "pile_set_name": "Github" }
package saros.ui.decorators; import java.util.Collection; import java.util.Collections; import java.util.HashMap; import java.util.HashSet; import java.util.List; import java.util.Map; import java.util.Map.Entry; import java.util.Set; import java.util.concurrent.ConcurrentHashMap; import java.util.concurrent.CopyOnWri...
{ "pile_set_name": "Github" }
๏ปฟusing Samba.Domain.Models.Settings; namespace Samba.Services.Implementations.PrinterModule { public class TicketPrintTask { public Printer Printer { get; set; } public string[] Lines { get; set; } } }
{ "pile_set_name": "Github" }
/* * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * * Copyright (c) 2013 Oracle and/or its affiliates. All rights reserved. * * The contents of this file are subject to the terms of either the GNU * General Public License Version 2 only ("GPL") or the Common Development * and Distribution License("CD...
{ "pile_set_name": "Github" }
# From https://nodejs.org/dist/v12.18.0/SHASUMS256.txt sha256 d4688636a378367f5157f02bd5c13902f5c193356f8f7a35c99dfa383b03b13f node-v12.18.0.tar.xz # Hash for license file sha256 cd2e5817a25d7d28efba927b01056cae04a616b673014159f9eafeb008a0e747 LICENSE
{ "pile_set_name": "Github" }
/* iCheck plugin Polaris skin ----------------------------------- */ .icheckbox_polaris, .iradio_polaris { display: inline-block; *display: inline; vertical-align: middle; margin: 0; padding: 0; width: 29px; height: 29px; background: url(polaris.png) no-repeat; border: none; curs...
{ "pile_set_name": "Github" }
๏ปฟ@model Firehose.Web.Infrastructure.IAmACommunityMember[] <div class="alert alert-info text-center" role="alert"> <i class="fa fa-info-circle"></i> Order is random. Refresh to shuffle. </div> <div class="text-center col-md-12"> <input type="text" class="live-search-box form-control text-center" placeholder="S...
{ "pile_set_name": "Github" }
;++ ; ; Copyright (c) Microsoft Corporation. All rights reserved. ; ; Licensed under the MIT License. ; ; Module Name: ; ; QgemmU8S8KernelAvx2.asm ; ; Abstract: ; ; This module implements the kernels for the quantized integer matrix/matrix ; multiply operation (QGEMM). ; ; This implementation uses AVX2 instruct...
{ "pile_set_name": "Github" }
syntax = "proto3"; package networking.smh.solo.io; option go_package = "github.com/solo-io/service-mesh-hub/pkg/api/networking.smh.solo.io/v1alpha2"; import "google/protobuf/wrappers.proto"; import "skv2/api/core/v1/core.proto"; import "gogoproto/gogo.proto"; option (gogoproto.equal_all) = true; /* Select Kubern...
{ "pile_set_name": "Github" }
<!-- Description: item content:encoded contains embed Expect: not bozo and entries[0]['description'] == 'safe description' --> <rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/"> <channel> <item> <content:encoded>safe&lt;embed src="http://example.com"> description</content:encoded> </item>...
{ "pile_set_name": "Github" }
#!/bin/bash # Based on https://github.com/krizsan/elastalert-docker echo "Waiting for Elasticsearch to startup" while true; do curl ${ELASTICSEARCH_HOST}:${ELASTICSEARCH_PORT} 2>/dev/null && break sleep 1 done echo "Starting Alerting" # Set the timezone. if [ "$SET_CONTAINER_TIMEZONE" = "true" ]; then unlink ...
{ "pile_set_name": "Github" }
package ecs //Licensed under the Apache License, Version 2.0 (the "License"); //you may not use this file except in compliance with the License. //You may obtain a copy of the License at // //http://www.apache.org/licenses/LICENSE-2.0 // //Unless required by applicable law or agreed to in writing, software //distribut...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content=""> <meta name="author" content=""> <link rel="icon" href="../../favicon.ic...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2005 Luca Veltri - University of Parma - Italy * Copyright (C) 2009 The Sipdroid Open Source Project * * This file is part of MjSip (http://www.mjsip.org) * * MjSip is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as publis...
{ "pile_set_name": "Github" }
--- order: 2 title: zh-CN: ๆ•ฐๆฎๆบ en-US: DataSet --- ## zh-CN ็ป‘ๅฎšๆ•ฐๆฎๆบใ€‚ ## en-US DataSet binding. ```jsx import { DataSet, Password } from 'choerodon-ui/pro'; function handleDataSetChange({ record, name, value, oldValue }) { console.log( '[dataset newValue]', value, '[oldValue]', oldValue, `[r...
{ "pile_set_name": "Github" }
// Copyright 2013, ARM Limited // 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 conditions a...
{ "pile_set_name": "Github" }
package de.vogella.databinding.person.model; import java.beans.PropertyChangeEvent; import java.beans.PropertyChangeListener; import java.beans.PropertyChangeSupport; public class Person implements PropertyChangeListener { private String firstName; private String lastName; private boolean married; private String ...
{ "pile_set_name": "Github" }
{% block title %} {{ obj.name }} {{ obj.type.title() }} {{ "=" * (obj.name|length + obj.type|length + 1) }} {% endblock %} {% block toc %} {% if obj.children %} .. toctree:: :hidden: :maxdepth: 2 {% for item in obj.children|sort %} {% if item.type != 'namespace' %} {{ item.include_path }} {% end...
{ "pile_set_name": "Github" }
<?php /** * Copyright ยฉ Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ declare(strict_types=1); namespace Magento\Framework\Setup\Test\Unit\Declaration\Schema\Declaration; use Magento\Framework\App\ResourceConnection; use Magento\Framework\DB\Adapter\SqlVersionProvider; use Magento\Fr...
{ "pile_set_name": "Github" }
// -*- C++ -*- // Copyright (C) 2005, 2006, 2009, 2010, 2011 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library 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 // Foundatio...
{ "pile_set_name": "Github" }
/** @jsx React.DOM */ $.afui.ready(function(){ var _todoList=[]; var todo = React.createClass({ render: function() { return ( <li>{this.props.name}</li> ); }, componentDidMount:function(){ $(this.getDOMNode()).on("longTap",function(e){ var cf=confirm("Are you sure yo...
{ "pile_set_name": "Github" }
// // Generated by class-dump 3.5 (64 bit) (Debug version compiled Oct 15 2018 10:31:50). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. // #import <SAObjects/NSObject-Protocol.h> @class AceObject, NSDictionary, NSString; @protocol AceContext <NSObject> - (AceObject *)aceO...
{ "pile_set_name": "Github" }
import { FixtureState } from 'react-cosmos-shared2/fixtureState'; import { FixtureId, RendererId, RendererRequest, } from 'react-cosmos-shared2/renderer'; import { RendererCoreContext } from '../shared'; export function postSelectFixtureRequest( context: RendererCoreContext, rendererId: RendererId, fixture...
{ "pile_set_name": "Github" }
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* * This file is part of the LibreOffice project. * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozil...
{ "pile_set_name": "Github" }
// run // Copyright 2009 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. // Test the cap predeclared function applied to channels. package main func main() { c := make(chan int, 10) if len(c) != 0 || cap(c) != 10 { prin...
{ "pile_set_name": "Github" }
<?php /* * Copyright 2014 Google Inc. * * 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 t...
{ "pile_set_name": "Github" }
/* * This file is part of gtkD. * * gtkD is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 3 * of the License, or (at your option) any later version, with * some exceptions, please r...
{ "pile_set_name": "Github" }
############################################################## # # DO NOT EDIT THIS FILE! # ############################################################## # If the tool is built out of the kit, PIN_ROOT must be specified in the make invocation and point to the kit root. ifdef PIN_ROOT CONFIG_ROOT := ...
{ "pile_set_name": "Github" }
%%PERL5_MAN3%%/Algorithm::Annotate.3.gz %%SITE_PERL%%/Algorithm/Annotate.pm
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="12118" systemVersion="16E195" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="b4J-...
{ "pile_set_name": "Github" }
/**************************************************************** The author of this software is David M. Gay. Copyright (C) 1998 by Lucent Technologies All Rights Reserved Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee is hereby granted, provided ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <project version="4"> <component name="ProjectModuleManager"> <modules> <module fileurl="file://$PROJECT_DIR$/AndroidLibyuvImageUtils.iml" filepath="$PROJECT_DIR$/AndroidLibyuvImageUtils.iml" /> <module fileurl="file://$PROJECT_DIR$/app/app.iml" filepath="$PROJEC...
{ "pile_set_name": "Github" }
require 'concurrent/configuration' require 'concurrent/future' module Expeditor class RichFuture < Concurrent::Future def get wait if rejected? raise reason else value end end def get_or_else(&block) wait if rejected? block.call else ...
{ "pile_set_name": "Github" }
/*! Isomorphic Style Loader | MIT License | https://github.com/kriasoft/isomorphic-style-loader */ 'use strict'; var React = require('react'); var hoistStatics = require('hoist-non-react-statics'); var StyleContext = require('./StyleContext.js'); function _inheritsLoose(subClass, superClass) { subClass.prototype =...
{ "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 com.thinkbiganalytics.metadata.core; /*- * #%L * thinkbig-metadata-core * %% * Copyright (C) 2017 ThinkBig Analytics * %% * 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 Licens...
{ "pile_set_name": "Github" }
This is the same test as rsa-pss-sha256-salt10-using-pss-key-with-params.pem except the hash in the PSS key's parameters has been changed from SHA-256 to SHA-384. $ openssl asn1parse -i < [PUBLIC KEY] 0:d=0 hl=3 l= 209 cons: SEQUENCE 3:d=1 hl=2 l= 65 cons: SEQUENCE 5:d=2 hl=2 l= ...
{ "pile_set_name": "Github" }
/* * STM32F2XX ADC * * Copyright (c) 2014 Alistair Francis <alistair@alistair23.me> * * 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 ...
{ "pile_set_name": "Github" }
/* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed...
{ "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"/> <meta name="generator" con...
{ "pile_set_name": "Github" }
# Copyright (c) 2019 Elie Michel # # 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, distrib...
{ "pile_set_name": "Github" }
<?php // +---------------------------------------------------------------------- // | ThinkPHP [ WE CAN DO IT JUST THINK ] // +---------------------------------------------------------------------- // | Copyright (c) 2006~2017 http://thinkphp.cn All rights reserved. // +-------------------------------------------------...
{ "pile_set_name": "Github" }
const PACKAGE = require('../../../../../webpack.common.js'); module.exports = PACKAGE( 'input/tex/extensions/configmacros',// the package to build '../../../../../../js', // location of the MathJax js library [ // packages to link to 'components/src/input/tex/ext...
{ "pile_set_name": "Github" }
//===- llvm/unittest/ADT/PointerSumTypeTest.cpp ---------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===---------------------------...
{ "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"> <meta> <!-- Stylesheets --> <link href="../web.css" type="text/css" rel="stylesheet"></link> <link href="../pygmentize.css" type="text/css" rel="s...
{ "pile_set_name": "Github" }
/* * ALSA card-level driver for Turtle Beach Wavefront cards * (Maui,Tropez,Tropez+) * * Copyright (c) 1997-1999 by Paul Barton-Davis <pbd@op.net> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Pub...
{ "pile_set_name": "Github" }
framework module Pods_GYPageViewController_Example { umbrella header "Pods-GYPageViewController_Example-umbrella.h" export * module * { export * } }
{ "pile_set_name": "Github" }
/* * Copyright 1999-2012 Alibaba Group. * * 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 la...
{ "pile_set_name": "Github" }
{ "You don't have any notifications": "You don't have any notifications", "Enable notifications": "Enable notifications", "Enable sound": "Enable sound", "Skipped frames detected:": "Skipped frames detected:", "Detect skipped frames": "Detect skipped frames", "Skipped frames threshold": "Skipped frames thre...
{ "pile_set_name": "Github" }
//===-- Listener.h ----------------------------------------------*- C++ -*-===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===---------------------------...
{ "pile_set_name": "Github" }
// Copyright 2009 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 dwarf provides access to DWARF debugging information loaded from // executable files, as defined in the DWARF 2.0 Standard at // http://dwarfstd.org/...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="generator" content="rustdoc"> <meta name="description" content="API documentation for the Rust `MIN` constant in crate `core`."> <meta name="keywords" con...
{ "pile_set_name": "Github" }
/* * QEMU MIPS address translation support * * 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, ...
{ "pile_set_name": "Github" }
module Platform;end module Platform::Sysconf @@@ constants do |cg| cg.include "sys/types.h" cg.include "unistd.h" %w[ _SC_ARG_MAX _SC_CHILD_MAX _SC_CLK_TCK _SC_NGROUPS_MAX _SC_OPEN_MAX _SC_JOB_CONTROL _SC_SAVED_IDS _SC_VERSION _SC_BC_BASE_MAX _...
{ "pile_set_name": "Github" }
package org.fleen.forsythia.app.grammarEditor.editor_Metagon.ui; import java.awt.BorderLayout; import java.awt.FlowLayout; import javax.swing.JLabel; import javax.swing.JPanel; import org.fleen.forsythia.app.grammarEditor.GE; import org.fleen.forsythia.app.grammarEditor.util.UI; import org.fleen.util.ui.WrapLayout; ...
{ "pile_set_name": "Github" }
import {types as tt} from "./tokentype" import {Parser} from "./state" import {reservedWords} from "./identifier" import {has} from "./util" const pp = Parser.prototype // Convert existing expression atom to assignable pattern // if possible. pp.toAssignable = function(node, isBinding) { if (this.options.ecmaVersi...
{ "pile_set_name": "Github" }
module E (h) where h :: Int -> Int h x = x + x + x + x + x + x + x + x
{ "pile_set_name": "Github" }
/* * Copyright (C) 2013 Nokia Corporation and/or its subsidiary(-ies). * Copyright (C) 2015 Ericsson AB. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source cod...
{ "pile_set_name": "Github" }
# testthat for gg_error function context("gg_error tests") test_that("gg_error.rfsrc classifications",{ ## Load the cached forest data(iris, package="datasets") rfsrc_iris <- randomForestSRC::rfsrc(Species ~., data = iris, importa...
{ "pile_set_name": "Github" }
Document Title: =============== FortiManager (Series) - Multiple Web Vulnerabilities References (Source): ==================== http://www.vulnerability-lab.com/get_content.php?id=1684 Fortinet PSIRT ID: 1624459 Release Notes 1: http://docs.fortinet.com/uploaded/files/2910/fortimanager-v5.4.0-release-notes.pdf Relea...
{ "pile_set_name": "Github" }
Software development kit for the Gpufit library (https://github.com/gpufit/Gpufit) which implements Levenberg Marquardt curve fitting in CUDA. Gpufit 1.1.0 Compiled with the Microsoft Visual Studio 2015 C++ compiler and CUDA toolkit 8.0. Folder include contains the gpufit.h header file representing the C API. Folde...
{ "pile_set_name": "Github" }
ensemble ================================== .. automodule:: dapper.da_methods.ensemble :members: :undoc-members: :show-inheritance:
{ "pile_set_name": "Github" }
// Copyright (c) 2019 Cisco and/or 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 applicabl...
{ "pile_set_name": "Github" }
// // main.m // ___PROJECTNAME___ // // Created by ___FULLUSERNAME___ on ___DATE___. // Copyright ___ORGANIZATIONNAME___ ___YEAR___. All rights reserved. // #import <UIKit/UIKit.h> int main(int argc, char* argv[]) { @autoreleasepool { return UIApplicationMain(argc, argv, nil, @"AppDelegate"); } }
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="generator" content="rustdoc"> <meta name="description" content="API documentation for the Rust `dup2` fn in crate `libc`."> <meta name="keywords" content=...
{ "pile_set_name": "Github" }
// // Abstract Authentication implementation // // Authors: // Greg Reinacker (gregr@rassoc.com) // Sebastien Pouliot (spouliot@motus.com) // // Copyright 2002-2003 Greg Reinacker, Reinacker & Associates, Inc. All rights reserved. // Portions (C) 2003 Motus Technologies Inc. (http://www.motus.com) // // Based on "Diges...
{ "pile_set_name": "Github" }
/* * Copyright (C) Igor Sysoev * Copyright (C) Nginx, Inc. */ #include <ngx_config.h> #include <ngx_core.h> #include <ngx_event.h> #include <ngx_mail.h> #include <ngx_mail_pop3_module.h> static ngx_int_t ngx_mail_pop3_user(ngx_mail_session_t *s, ngx_connection_t *c); static ngx_int_t ngx_mail_pop3_pass(ngx_mail...
{ "pile_set_name": "Github" }
/* $Id: globals.h,v 1.47 2011/02/01 22:29:03 erg Exp $ $Revision: 1.47 $ */ /* vim:set shiftwidth=4 ts=8: */ /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials * are made avail...
{ "pile_set_name": "Github" }
# C++ ๅฎž็Žฐๅคช้˜ณ็ณป่กŒๆ˜Ÿ็ณป็ปŸ - ็ผ–็ ๅฎž็Žฐ ## ไธ€ใ€่ฏดๆ˜Ž ### ๅฎž้ชŒไป‹็ป ๆœฌ่Š‚ๅฎž้ชŒๆˆ‘ไปฌๅฐ†ๅฏนไธŠไธ€่Š‚ๅฎž้ชŒไธญๆ‰€่ฎพ่ฎก็š„ๅŸบๆœฌๆก†ๆžถ่ฟ›่กŒ่ฏฆ็ป†็š„ๅฎž็Žฐใ€‚ ### ๅฎž้ชŒๆถ‰ๅŠ็š„็Ÿฅ่ฏ†็‚น - OpenGL ็š„็Ÿฉ้˜ตๆจกๅผ - OpenGL ๅธธ็”จ็š„ๅ›พๅƒ็ป˜ๅˆถๆŽฅๅฃ - OpenGL ไธญ็š„่ง†่ง’ - OpenGL ็š„ๅ…‰็…งๅฎž็Žฐ ## ไบŒใ€ๅŸบ็ก€็Ÿฅ่ฏ† ### OpenGL ไธญ็š„็Ÿฉ้˜ตๆฆ‚ๅฟต ๅœจ็บฟๆ€งไปฃๆ•ฐไธญ๏ผŒๆˆ‘ไปฌ็Ÿฅ้“ไบ†็Ÿฉ้˜ต็š„ๆฆ‚ๅฟต๏ผŒไฝ†ๅฎž้™…ไธŠๆˆ‘ไปฌๅฏน็Ÿฉ้˜ต็š„ๅ…ทไฝ“ไฝœ็”จๅ’Œ่ฎค่ฏ†ๅนถๆฒกๆœ‰ไฝ“ไผšๅˆฐๅคšๅฐ‘ใ€‚็Ÿฉ้˜ตๅˆฐๅบ•ๆ˜ฏไป€ไนˆ๏ผŸ ้ฆ–ๅ…ˆๆˆ‘ไปฌ็œ‹่ฟ™ๆ ทไธ€ไธชๅผๅญ๏ผš ``` x = Ab ``` ๅ…ถไธญ `A` ไธบ็Ÿฉ้˜ต๏ผŒ`x,b` ไธบๅ‘้‡ใ€‚ **่ง‚็‚นไธ€๏ผš** x ๅ’Œ b ้ƒฝๆ˜ฏ ๆˆ‘ไปฌไธ‰็ปด็ฉบ้—ดไธญ...
{ "pile_set_name": "Github" }
--- source: crates/mun_codegen/src/test.rs expression: "pub fn not(a: u64) -> u64 { !a }\npub fn bitand(a: u64, b: u64) -> u64 { a & b }\npub fn bitor(a: u64, b: u64) -> u64 { a | b }\npub fn bitxor(a: u64, b: u64) -> u64 { a ^ b }" --- ; == FILE IR ===================================== ; ModuleID = 'main.mun' source_f...
{ "pile_set_name": "Github" }
/** * This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. * If it is not possible or desirable to put the notice in a particular file, then You may include the notice in a locat...
{ "pile_set_name": "Github" }
precision mediump float; uniform float time; uniform vec2 resolution; void main() { vec2 uv = gl_FragCoord.xy / resolution.xy; gl_FragColor = vec4(uv,0.5+0.5*sin(time),1.0); }
{ "pile_set_name": "Github" }
# /* ************************************************************************** # * * # * (C) Copyright Paul Mensonides 2002. # * Distributed under the Boost Software License, Version 1.0. (See # * accompanying file LICENSE_1_0.txt...
{ "pile_set_name": "Github" }
/* SITE-SPECIFIC TAB STYLING */ body.profile #tab_profile a, body.projects #tab_projects a, body.notices #tab_notices a { color: #000; /* selected tab text colour */ } body.profile #tab_profile, body.projects #tab_projects, body.notices #tab_notices { margin: 0; /* to compensate for border */ padding: 5px...
{ "pile_set_name": "Github" }
package net.ripe.db.whois.api.rdap.domain; import com.fasterxml.jackson.databind.annotation.JsonSerialize; import com.google.common.collect.Lists; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlElement; import javax.xml.bind.annota...
{ "pile_set_name": "Github" }
------------------------------------------------------------------------------ -- DynASM x64 module. -- -- Copyright (C) 2005-2020 Mike Pall. All rights reserved. -- See dynasm.lua for full copyright notice. ------------------------------------------------------------------------------ -- This module just sets 64 bit m...
{ "pile_set_name": "Github" }