text
stringlengths
2
99.9k
meta
dict
defmodule Game.Session.SessionStats do @moduledoc """ Struct for session stats """ @doc """ Session stats - `commands`: Map of counts for command usage, The module is the key, value is the count """ defstruct commands: %{} end
{ "pile_set_name": "Github" }
/************************************************************ yymgetch.c This file can be freely modified for the generation of custom code. Copyright (c) 1999 Bumble-Bee Software Ltd. ************************************************************/ #include <stdio.h> #include <assert.h> #include "mlex.h" #ifdef YYPROT...
{ "pile_set_name": "Github" }
# -*- coding: utf-8 -*- # Licensed under a 3-clause BSD style license - see LICENSE.rst import numpy as np from datetime import datetime from astropy.time import Time from astropy import units as u __all__ = ['time_support'] __doctest_requires__ = {'time_support': ['matplotlib']} UNSUPPORTED_FORMATS = ('datetime'...
{ "pile_set_name": "Github" }
Pynche - The PYthonically Natural Color and Hue Editor Contact: Barry A. Warsaw Email: bwarsaw@python.org Version: 1.3 Introduction Pynche is a color editor based largely on a similar program that I originally wrote back in 1987 for the Sunview window system. That editor was called ICE, the Interactiv...
{ "pile_set_name": "Github" }
// Distributed under the terms of the MIT license // Test case submitted to project by https://github.com/practicalswift (practicalswift) // Test case found by fuzzing class A<S where h:a{protocol a class a{let g=A?{a{
{ "pile_set_name": "Github" }
/* * Copyright 2015 Red Hat, Inc. 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. * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, soft...
{ "pile_set_name": "Github" }
/*! * SAP UI development toolkit for HTML5 (SAPUI5/OpenUI5) * (c) Copyright 2009-2015 SAP SE or an SAP affiliate company. * Licensed under the Apache License, Version 2.0 - see LICENSE.txt. */ sap.ui.define(['jquery.sap.global','sap/ui/core/Control','./library'],function(q,C,l){"use strict";var a=C.extend("sap.ui.u...
{ "pile_set_name": "Github" }
/* * FreeRTOS Kernel V10.0.1 * Copyright (C) 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * 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, ...
{ "pile_set_name": "Github" }
package aws import ( "encoding/base64" "fmt" "log" "strings" "time" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/service/ecr" "github.com/hashicorp/terraform-plugin-sdk/helper/schema" ) func dataSourceAwsEcrAuthorizationToken() *schema.Resource { return &schema.Resource{ Read: dataSourceAwsE...
{ "pile_set_name": "Github" }
// otlib // set to create pre-compiled header file! #include <stdafx.hpp>
{ "pile_set_name": "Github" }
/* Copyright 2018 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" }
# Maintainer: acxz <akashpatel2008 at yahoo dot com> pkgname=rocm-debug-agent pkgver=3.7.0 pkgrel=1 pkgdesc="ROCr Debug Agent Library" arch=('x86_64') url="https://github.com/ROCm-Developer-Tools/rocr_debug_agent" license=('custom:NCSAOSL') depends=('hip-rocclr' 'rocm-dbgapi' 'glibc') makedepends=('cmake' 'git') option...
{ "pile_set_name": "Github" }
<!DOCTYPE HTML> <title>Testcase, bug 462844</title> <div style="position: relative"> <div style="display:inline"> <div style="height: 100px"></div> <div style="background: aqua; height: 20px;"></div> <div style="display:block; position: absolute; top: auto; left: 0; background: yellow;">Should be just below aqua...
{ "pile_set_name": "Github" }
<div class="panel panel-default"> <div class="panel-heading"> <span class="glyphicon glyphicon-user"></span> <strong> 关于博主 </strong> </div> <div class="panel-body"> <div class="text-center"> <img id="img-ymz" src="~/content/images/ymz.jpg" alt="衣明志" c...
{ "pile_set_name": "Github" }
/** * eCryptfs: Linux filesystem encryption layer * Copyright (c) 2015, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and * only version 2 as published by the Free Software Founda...
{ "pile_set_name": "Github" }
package com.nikoyuwono.toolbarpanel.sample; import android.app.Activity; import android.os.Bundle; import android.view.View; import android.widget.TextView; import com.nikoyuwono.toolbarpanel.ToolbarPanelLayout; public class SampleActivity extends Activity { private ToolbarPanelLayout toolbarPanelLayout; @...
{ "pile_set_name": "Github" }
class Build constructor: (@singool) -> description: 'Build Layout, JS and CSS' run: => @singool.build() module.exports = Build
{ "pile_set_name": "Github" }
// Copyright 2018 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 text import ( "math" "math/bits" "strconv" "strings" "unicode/utf8" "google.golang.org/protobuf/internal/detrand" "google.golang.org/protobuf/i...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html> <head> <title>Filter by zoom range | CARTO</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta charset="UTF-8"> <meta name="robots" content="noindex"> <script src="../../dist/carto-vl.js"></script> <script src="https://api.tiles.mapbox.com...
{ "pile_set_name": "Github" }
# Tenko parser autogenerated test case - From: tests/testcases/assigns/to_keyword/autogen.md - Path: tests/testcases/assigns/to_keyword/gen/assign_to_paren-wrapped_keyword_var_inside_delete_in_param_default/static.md > :: assigns : to keyword : gen : assign to paren-wrapped keyword var inside delete in param default ...
{ "pile_set_name": "Github" }
<template> <div :class="'slide-wrap ' + (touching ? 'touching' : '')" v-show="showWrap" v-swipe:start="slideStart" v-swipe:move="slideMove" v-swipe:end="slideEnd"> <overlay :show="mutableShow" :click="close" :opacity="opacity"></overlay> <transition name="side"> <div class="side" v-show="mutableShow"> ...
{ "pile_set_name": "Github" }
--- a/arch/mips/include/asm/mach-bcm63xx/bcm63xx_board.h +++ b/arch/mips/include/asm/mach-bcm63xx/bcm63xx_board.h @@ -1,6 +1,8 @@ #ifndef BCM63XX_BOARD_H_ #define BCM63XX_BOARD_H_ +#include <asm/bootinfo.h> + const char *board_get_name(void); void board_prom_init(void); @@ -9,4 +11,8 @@ void board_setup(void); ...
{ "pile_set_name": "Github" }
//Illustration of set operations #include<iostream> #include<set> #include<vector> using namespace std; void display(set<int> s) { set<int>::iterator i; for(i = s.begin(); i != s.end(); i++) cout<<*i<<endl; cout<<endl; } int main() { set<int> s; s.insert(10); s.insert(20); s.insert(3...
{ "pile_set_name": "Github" }
Markdown: Syntax ================ <ul id="ProjectSubmenu"> <li><a href="/projects/markdown/" title="Markdown Project Page">Main</a></li> <li><a href="/projects/markdown/basics" title="Markdown Basics">Basics</a></li> <li><a class="selected" title="Markdown Syntax Documentation">Syntax</a></li> <li><a h...
{ "pile_set_name": "Github" }
<?php /** * Copyright (c) BoonEx Pty Limited - http://www.boonex.com/ * CC-BY License - http://creativecommons.org/licenses/by/3.0/ */ require_once( BX_DIRECTORY_PATH_MODULES . $aModule['path'] . '/classes/' . $aModule['class_prefix'] . 'Module.php'); bx_import('BxDolPageView'); $oSpy = new BxSpyM...
{ "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 Xunit; namespace ManagedTests.DynamicCSharp.Conformance.dynamic.statements.Null.nullable01.nullable01 { // <Description>Nullable invocation of GetValueOrDefault</Descripti...
{ "pile_set_name": "Github" }
// This file was procedurally generated from the following sources: // - src/dstr-binding/ary-ptrn-rest-init-obj.case // - src/dstr-binding/default/cls-decl-meth-static-dflt.template /*--- description: Rest element (nested object pattern) does not support initializer (static class expression method (default parameter))...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html class="reftest-wait"> <head> <style type="text/css"> #a { background-color: green; margin-bottom: 40px; } #a div { display: none; height: 20px; margin-bottom: 20px; } #b { height: 20px; background-color: green; margin-top: 10px; } </style> <script type="text/javascript"> function test() { ...
{ "pile_set_name": "Github" }
/* * Copyright (C) by Argonne National Laboratory * See COPYRIGHT in top-level directory */ #include "mpiimpl.h" /* -- Begin Profiling Symbol Block for routine MPI_Attr_get */ #if defined(HAVE_PRAGMA_WEAK) #pragma weak MPI_Attr_get = PMPI_Attr_get #elif defined(HAVE_PRAGMA_HP_SEC_DEF) #pragma _HP_SECONDARY_DEF...
{ "pile_set_name": "Github" }
package com.example; import com.facebook.react.ReactActivity; public class MainActivity extends ReactActivity { /** * Returns the name of the main component registered from JavaScript. * This is used to schedule rendering of the component. */ @Override protected String getMainComponentName...
{ "pile_set_name": "Github" }
/* * Copyright 2014 Red Hat Inc. * * 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, d...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:context="http://www.springframework.org/schema/context" xmlns:util="http://www.springframework.org/schema/util" xmlns:mvc="http://www.springframew...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2000, 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" }
import React, { Component } from 'react' import styles from './ActionMenu.styl' import {shell, clipboard} from 'electron' export default class StoryActionMenu extends Component { static propTypes = { onGoogle: React.PropTypes.func.isRequired, onReadability: React.PropTypes.func.isRequired, onCache: Reac...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <root> <!-- Microsoft ResX Schema Version 2.0 The primary goals of this format is to allow a simple XML format that is mostly human readable. The generation and parsing of the various data types are done through the TypeConverter classes a...
{ "pile_set_name": "Github" }
// Apart from this line, only executable lines should contain non-blank comments function f() { return; // 1 } console // 1 .log("hello"); label1: // 1 console.log(""); // 1 if ( // 1 false ) { throw e; // 1 } for( // 1 var i = 0; i < 3; i++) { // 1 continue; // 1 } for( // 1 var prop in obj // 1 ...
{ "pile_set_name": "Github" }
// entity 0 { "classname" "worldspawn" // brush 0 { ( 460 212 4 ) ( 460 208 4 ) ( 452 212 4 ) tex_terrain/dummy 0 0 0 0.25 0.25 0 0 0 ( 476 256 4 ) ( 468 256 4 ) ( 476 256 0 ) tex_common/nodraw 0 0 0 0.25 0.25 0 0 0 ( 512 212 4 ) ( 512 212 0 ) ( 512 208 4 ) tex_common/nodraw 0 0 0 0.25 0.25 0 0 0 ( 452 208 0 ) ( 460 20...
{ "pile_set_name": "Github" }
/**************************************************************************** ** ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). ** All rights reserved. ** Contact: Nokia Corporation (qt-info@nokia.com) ** ** This file is part of the QtOpenGL module of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL$ ...
{ "pile_set_name": "Github" }
Configuration Loaders --------------------- Loaders are in charge of loading configuration from various sources, like ``.ini`` files or *environment* variables. Loaders are ment to chained, so that prettyconf checks one by one for a given configuration variable. Prettyconf comes with some loaders already included in ...
{ "pile_set_name": "Github" }
// Copyright 2004-present Facebook. All Rights Reserved. #pragma once #include <jni.h> namespace facebook { namespace react { jmethodID getLogMarkerMethod(); } // namespace react } // namespace facebook
{ "pile_set_name": "Github" }
*** Settings *** Resource ../../lib/browser/rs_browser.robot *** Variables *** ${COUNTER COMPONENT ID} counter ${COUNTER COMPONENT} css=[data-testid="${COUNTER COMPONENT ID}"] ${COUNTER INCREMENT} ${COUNTER COMPONENT} [data-ref="incrementButton"] *** Keywords *** Verify Counter Increment Exist ...
{ "pile_set_name": "Github" }
# coding=utf-8 # Copyright 2018 The Google AI Language Team Authors and The HuggingFace Inc. team. # Copyright (c) 2018, NVIDIA CORPORATION. All rights reserved. # # 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...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2004 Lubos Lunak <l.lunak@kde.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 version. * * ...
{ "pile_set_name": "Github" }
1270 1565596821906 httpcache-v1 Method: POST URL: https://www.notion.so/api/v3/getRecordValues Body:+110 { "requests": [ { "id": "1ffeb517-3152-4568-acf5-425070e8ec9b", "table": "block" } ] } Response:+1070 { "results": [ { "role": "comment_only", "value": { "alive": tr...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]--> <!--[if IE 7 ]><html class="ie ie7" lang="en"> <![endif]--> <!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]--> <!--[if (gte IE 9)|!(IE)]><!--> <html lang="en" xmlns="http://www.w3.org/1999/html"> <!--<![endif]--> <head> <!-- Basic...
{ "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 not use ...
{ "pile_set_name": "Github" }
[net] batch=64 subdivisions=8 height=416 width=416 channels=3 momentum=0.9 decay=0.0005 angle=0 saturation = 1.5 exposure = 1.5 hue=.1 learning_rate=0.0001 max_batches = 45000 policy=steps steps=100,25000,35000 scales=10,.1,.1 [convolutional] batch_normalize=1 filters=32 size=3 stride=1 pad=1 activation=leaky [maxpo...
{ "pile_set_name": "Github" }
--- title: "Walkthrough: Creating a Custom Directive Processor | Microsoft Docs" ms.date: 11/15/2016 ms.prod: visual-studio-dev14 ms.technology: vs-ide-modeling ms.topic: conceptual helpviewer_keywords: - "text templates, custom directive processors" - "walkthroughs [text templates], directive processor" ms.assetid...
{ "pile_set_name": "Github" }
package net.i2p.util; import java.io.Serializable; import java.util.Set; import java.util.concurrent.ConcurrentHashMap; import java.util.concurrent.atomic.AtomicInteger; /** * Count things. * * @author zzz, welterde */ public class ObjectCounter<K> implements Serializable { /** * Serializable so it can...
{ "pile_set_name": "Github" }
/* bzflag * Copyright (c) 1993-2020 Tim Riker * * This package is free software; you can redistribute it and/or * modify it under the terms of the license found in the file * named COPYING that should have accompanied this file. * * THIS PACKAGE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR * IMPLIED WARRAN...
{ "pile_set_name": "Github" }
/* YUI 3.17.0 (build ce55cc9) Copyright 2014 Yahoo! Inc. All rights reserved. Licensed under the BSD License. http://yuilibrary.com/license/ */ YUI.add('highlight-accentfold', function (Y, NAME) { /** Adds accent-folding highlighters to `Y.Highlight`. @module highlight @submodule highlight-accentfold **/ /** @class...
{ "pile_set_name": "Github" }
{ "pstextpath[](){}{}": { "command": "pstextpath[pos](x,y){graphics object}{text}", "package": "pst-text", "snippet": "pstextpath[${3:pos}](${4:x,y}){${1:graphics object}}{${2:text}}" }, "pstextpath(){}{}": { "command": "pstextpath(x,y){graphics object}{text}", "package": "pst-text", "snip...
{ "pile_set_name": "Github" }
#X-Generator: crowdin.com BACK_TO_MY_GROUPS=\u56de\u5230\u6211\u7684\u7ec4 CONTENT_ADDED=\u5185\u5bb9\u5df2\u6dfb\u52a0 CONTENT_ADDED_FOLDER_FAIL=\u65e0\u6cd5\u5c06\u5185\u5bb9\u6dfb\u52a0\u5230\u6587\u4ef6\u5939 ${folderLink}\u3002 CONTENT_ADDED_FOLDER_SUCCESS=\u5185\u5bb9\u6709\u5df2\u6210\u529f\u6dfb\u52a0\u5230\u65...
{ "pile_set_name": "Github" }
using System.Collections.Generic; using System.Linq; namespace LightBDD.Framework.Parameters.Implementation { internal abstract class AbstractTableBuilder<TRow, TColumn> where TColumn : InputTableColumn { private readonly List<TColumn> _customColumns = new List<TColumn>(); protected bool Infer...
{ "pile_set_name": "Github" }
/* ============================================================================== This file is part of the JUCE library. Copyright (c) 2015 - ROLI Ltd. Permission is granted to use this software under the terms of either: a) the GPL v2 (or any later version) b) the Affero GPL v3 Details...
{ "pile_set_name": "Github" }
=== Contact Form DB === Contributors: msimpson Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=NEVDJ792HKGFN&lc=US&item_name=Wordpress%20Plugin&item_number=cf7%2dto%2ddb%2dextension&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted Tags: contact form,database,contact f...
{ "pile_set_name": "Github" }
# file : libbuild2/bash/buildfile # license : MIT; see accompanying LICENSE file # NOTE: shared imports should go into root.build. # include ../ imp_libs = ../lib{build2} # Implied interface dependency. include ../in/ int_libs = ../in/lib{build2-in} ./: lib{build2-bash}: libul{build2-bash}: {hxx ixx txx cxx}{...
{ "pile_set_name": "Github" }
// // Generated by class-dump 3.5 (64 bit) (Debug version compiled Jun 6 2019 20:12:56). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. // #import <DVTSourceEditor/DVTInvalidation-Protocol.h> @protocol DVTUndoManagerDelegate; @protocol DVTUndo <DVTInvalidation> @property(...
{ "pile_set_name": "Github" }
{ "LANGS_CHOOSE": "Kies een taal", "GLOSSARY": "Begrippenlijst", "GLOSSARY_INDEX": "Index", "GLOSSARY_OPEN": "Begrippenlijst", "GITBOOK_LINK": "Gepubliceerd met GitBook", "SUMMARY": "Inhoudsopgave", "SUMMARY_INTRODUCTION": "Inleiding", "SUMMARY_TOGGLE": "Inhoudsopgave", "SEARCH_TOGGL...
{ "pile_set_name": "Github" }
/* ---------------------------------------------------------------------- * Copyright (C) 2010 ARM Limited. All rights reserved. * * $Date: 15. July 2011 * $Revision: V1.0.10 * * Project: CMSIS DSP Library * Title: arm_sin_q31.c * * Description: Fast sine calculation for Q31 value...
{ "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 "Licens...
{ "pile_set_name": "Github" }
/*M/////////////////////////////////////////////////////////////////////////////////////// // // IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING. // // By downloading, copying, installing or using the software you agree to this license. // If you do not agree to this license, do not download, instal...
{ "pile_set_name": "Github" }
{ "title": "Пиры", "peerId": "ID пира", "peers": "Пиры", "address": "Адрес", "location": "Местоположение", "unknownLocation": "Неизвестно", "addConnection": "Добавить соединение", "insertPeerAddress": "Добавить адрес пира, к которому вы хотите присоединиться.", "add": "Добавить", "example": "Пример:...
{ "pile_set_name": "Github" }
var convert = require('./convert'), func = convert('stubTrue', require('../stubTrue'), require('./_falseOptions')); func.placeholder = require('./placeholder'); module.exports = func;
{ "pile_set_name": "Github" }
'use strict'; import gulp from 'gulp'; import runSequence from 'run-sequence'; gulp.task('dev', ['clean'], function(cb) { cb = cb || function() {}; global.isProd = false; return runSequence(['sass', 'imagemin', 'browserify', 'copyFonts', 'copyIndex', 'copyIcons'], 'watch', cb); });
{ "pile_set_name": "Github" }
/* * AC-3 encoder options * Copyright (c) 2011 Justin Ruggles <justin.ruggles@gmail.com> * * This file is part of FFmpeg. * * FFmpeg 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 * ver...
{ "pile_set_name": "Github" }
/* * B53 register access through Switch Register Access Bridge Registers * * Copyright (C) 2013 Hauke Mehrtens <hauke@hauke-m.de> * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permi...
{ "pile_set_name": "Github" }
G04 Flashes of rectangular apertures* %FSLAX24Y24*% %MOMM*% %ADD10R,0.44X0.25*% %ADD11R,0.44X0.25X0.19*% D10* X000000Y000000D03* D11* X010000D03* M02*
{ "pile_set_name": "Github" }
// Copyright 2000-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. package com.intellij.openapi.vcs.actions; import com.intellij.openapi.project.Project; import com.intellij.openapi.vcs.AbstractVcs; import com.intellij.openapi.vcs.FilePath; impo...
{ "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. */ /** * The minimum interface for an Event. * * @author Chris Corbyn */ interface Swift_Events_Event { ...
{ "pile_set_name": "Github" }
import Cookies from 'js-cookie' const state = { sidebar: { opened: Cookies.get('sidebarStatus') ? !!+Cookies.get('sidebarStatus') : true, withoutAnimation: false }, device: 'desktop', size: Cookies.get('size') || 'medium' } const mutations = { TOGGLE_SIDEBAR: state => { state.sidebar.opened = !s...
{ "pile_set_name": "Github" }
int main() { double c; double b; float a; float d; #pragma scop a = 0.6f; b = 120.7234234f; c = 4.0; d = 5; #pragma endscop }
{ "pile_set_name": "Github" }
config B43LEGACY tristate "Broadcom 43xx-legacy wireless support (mac80211 stack)" depends on SSB_POSSIBLE && MAC80211 && HAS_DMA select SSB select FW_LOADER ---help--- b43legacy is a driver for 802.11b devices from Broadcom (BCM4301 and BCM4303) and early model 802.11g chips (BCM4306 Ver. 2) used in the ...
{ "pile_set_name": "Github" }
table_create Terms TABLE_PAT_KEY ShortText --default_tokenizer TokenBigramSplitSymbolAlphaDigit --normalizer NormalizerAuto [[0,0.0,0.0],true] table_create Memos TABLE_NO_KEY [[0,0.0,0.0],true] column_create Memos body COLUMN_SCALAR Text [[0,0.0,0.0],true] column_create Terms memos_body COLUMN_INDEX|WITH_POSITION M...
{ "pile_set_name": "Github" }
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include <aws/quicksight/QuickSight_EXPORTS.h> #include <aws/quicksight/model/RelationalTable.h> #include <aws/quicksight/model/CustomSql.h> #include <aws/quicksight/model/S3Source.h> #in...
{ "pile_set_name": "Github" }
class Tag < Formula desc "Manipulate and query tags on macOS files" homepage "https://github.com/jdberry/tag/" url "https://github.com/jdberry/tag/archive/v0.10.tar.gz" sha256 "5ab057d3e3f0dbb5c3be3970ffd90f69af4cb6201c18c1cbaa23ef367e5b071e" license "MIT" revision 1 head "https://github.com/jdberry/tag.g...
{ "pile_set_name": "Github" }
# -*- ruby encoding: utf-8 -*- require 'mime/types'
{ "pile_set_name": "Github" }
(ns zest.docs.registry (:require-macros [cljs.core.async.macros :refer [go]]) (:require [reagent.core :as reagent] [cljs.core.async :as async])) (defn get-so-root [] (let [electron (.require js/window "electron") path (.require js/window "path")] (.join path (.getPath (.-app (...
{ "pile_set_name": "Github" }
//@module /* * Copyright (C) 2010-2016 Marvell International Ltd. * Copyright (C) 2002-2010 Kinoma, 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 * * h...
{ "pile_set_name": "Github" }
/** * @license * Copyright 2014 Google Inc. All rights reserved. * 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...
{ "pile_set_name": "Github" }
--net-file=input_tri.net.xml --detector-files=input_tri.det.xml --detector-output detectors_def.det.xml --measure-files xxx.txt,input_flows.txt
{ "pile_set_name": "Github" }
--- title: HastySite repo: h3rald/hastysite homepage: https://hastysite.h3rald.com/ language: - Nim license: - MIT templates: - Mustache description: HastySite is a minimalist, self-contained, and highly-extensible static site generator. --- HastySite is a minimalist but powerful static site generator written in...
{ "pile_set_name": "Github" }
// // AppDelegate.swift // // Copyright (c) 2016 Orderella Ltd. (http://orderella.co.uk) // Author - Martin Wildfeuer (http://www.mwfire.de) // // 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...
{ "pile_set_name": "Github" }
#ifndef UTILS_H #define UTILS_H #include <macutils.h> #include <iputils.h> #endif
{ "pile_set_name": "Github" }
/* -*- mode: c; c-basic-offset: 8; -*- * vim: noexpandtab sw=8 ts=8 sts=0: * * ocfs2_ioctl.h * * Defines OCFS2 ioctls. * * Copyright (C) 2010 Oracle. All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public * License, versio...
{ "pile_set_name": "Github" }
// GENERATED FILE - DO NOT EDIT. // Generated by generate_entry_points.py using data from gl.xml and gl_angle_ext.xml. // // Copyright 2020 The ANGLE Project Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // // entry_points_enum_auto...
{ "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" }
/** * Copyright (c) 2012 - 2017, Nordic Semiconductor ASA * * 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 code must retain the above copyright notice,...
{ "pile_set_name": "Github" }
import com.google.protobuf.ByteString; import com.google.protobuf.CodedInputStream; import com.google.protobuf.conformance.Conformance; import com.google.protobuf.InvalidProtocolBufferException; import com.google.protobuf_test_messages.proto3.TestMessagesProto3; import com.google.protobuf.util.JsonFormat; import com.go...
{ "pile_set_name": "Github" }
How to run the website: ``` yarn yarn start ``` If you want to run both the website and the playground: ``` cd ../build cmake .. ninja skip_to_native skip_to_js skip_printer skip_to_ast skip_to_parsetree cd ../website yarn cd playground yarn yarn build cd .. ./run-all.sh ``` For the above to work, please use a node...
{ "pile_set_name": "Github" }
{ "ecmul_7827-6598_0_21000_96_d0g0v0_Istanbul" : { "_info" : { "comment" : "Puts the point (11999875504842010600789954262886096740416429265635183817701593963271973497827, 11843594000332171325303933275547366297934113019079887694534126289021216356598) and the factor 0 into the ECMUL precompile, tr...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <form xmlns="http://www.intellij.com/uidesigner/form/" version="1" bind-to-class="com.microsoft.azuretools.ijidea.ui.RemoteDebuggingClientDialog"> <grid id="cbd77" binding="contentPane" layout-manager="GridLayoutManager" row-count="2" column-count="1" same-size-horizontally="fal...
{ "pile_set_name": "Github" }
import { Response } from 'node-fetch' import responseRoot from './__fixtures__/kraken/root' import response401 from './__fixtures__/kraken/401' import response404 from './__fixtures__/kraken/404' const mockJson = jest.fn(() => Promise.resolve({ mock: true })) const fetch = jest.fn().mockImplementation( (url /*, op...
{ "pile_set_name": "Github" }
#/****************************************************************************** #* Copyright (c) 2015 - 2020 Xilinx, Inc. All rights reserved. #* SPDX-License-Identifier: MIT #******************************************************************************/ proc swapp_get_name {} { return "OpenAMP matrix multipli...
{ "pile_set_name": "Github" }
#include <linux/ppp-comp.h>
{ "pile_set_name": "Github" }
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Polyfill\Util; if (class_exists('PHPUnit_Runner_Version') && ve...
{ "pile_set_name": "Github" }
/*|----------------------------------------------------------------------------- *| This source code is provided under the Apache 2.0 license -- *| and is provided AS IS with no warranty or guarantee of fit for purpose. -- *| See the project's LICENSE.md for details. ...
{ "pile_set_name": "Github" }
module.exports = require('./wrapperValue');
{ "pile_set_name": "Github" }
package ssh import ( "errors" "io" "net" ) // streamLocalChannelOpenDirectMsg is a struct used for SSH_MSG_CHANNEL_OPEN message // with "direct-streamlocal@openssh.com" string. // // See openssh-portable/PROTOCOL, section 2.4. connection: Unix domain socket forwarding // https://github.com/openssh/openssh-portable...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2016 Spotify AB. * * 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 Li...
{ "pile_set_name": "Github" }