text
stringlengths
2
99.9k
meta
dict
import _ from "lodash"; import React from "react"; import ReactDOM from "react-dom"; import {IndexRoute, Route, Router, useRouterHistory} from "react-router"; import {createHistory} from 'history' import {Button, Modal} from "react-bootstrap"; import {addLocaleData, FormattedMessage, IntlProvider} from "react-intl"; im...
{ "pile_set_name": "Github" }
SUBROUTINE OFFSET_ccsdt_lr_alpha2_9_15_1_2_1(l_a_offset,k_a_offset &,size) C $Id$ C This is a Fortran77 program generated by Tensor Contraction Engine v.1.0 C Copyright (c) Battelle & Pacific Northwest National Laboratory (2002) C i4 ( h2 h4 h8 p5 p6 p7 )_y IMPLICIT NONE #include "globa...
{ "pile_set_name": "Github" }
// Bosnian (function () { var numpf; numpf = function (n, f, s, t) { var n10; n10 = n % 10; if (n10 === 1 && (n === 1 || n > 20)) { return f; } else if (n10 > 1 && n10 < 5 && (n > 20 || n < 10)) { return s; } else { return t; }...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!-- Copyright (C) 2017 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/licens...
{ "pile_set_name": "Github" }
to FuckYouGithub resetall hideturtle fd 20 left 180 fd 40 left 180 fd 20 right 90 fd 20 left 90 fd 20 left 180 fd 40 left 90 fd 20 left 90 fd 20 right 90 fd 20 right 90 fd 10 right 90 fd 20 left 90 fd 10 left 90 fd 30 left 90 fd 40 left 180 fd 40 left 90 fd 20 left 90 fd 40 left 180 fd 40 left 90 f...
{ "pile_set_name": "Github" }
#include <GuiFoundationPCH.h> #include <Foundation/Math/BoundingBox.h> #include <Foundation/Math/Declarations.h> #include <GuiFoundation/Widgets/WidgetUtils.h> #include <QApplication> #include <QRect> QScreen& ezWidgetUtils::GetClosestScreen(const QPoint& point) { QScreen* pClosestScreen = QApplication::screenAt(po...
{ "pile_set_name": "Github" }
<Workspace Version="0.7.5.3566" X="211.750015300907" Y="319.164800445981" zoom="1.20739804276316" Description="Rounds a point coordinate *down* to a specified precision" Category="Clockwork.Geometry.Point.Actions" Name="Point.RoundDownToPrecision" ID="5ce3f172-9e4f-4ad3-8bff-b3c2f68fd3cf"> <Elements> <Dynamo.Node...
{ "pile_set_name": "Github" }
#!/bin/sh # shellcheck source=e2e-test-subrs . "$(dirname "$0")/e2e-test-subrs" PATH=$PATH:.:$srcdir # Top-level wrapper. if [ $# -eq 0 ]; then e2e-test "$0" baseline direct variant verify same exit fi # OK, we have arguments, we're one of the test hooks. if [ $# -ne 1 ]; then fail "bad arguments %s\n" "$...
{ "pile_set_name": "Github" }
#pragma clang diagnostic ignored "-Wmissing-prototypes" #include <metal_stdlib> #include <simd/simd.h> using namespace metal; struct cb { float value; }; // Returns 2D texture coords corresponding to 1D texel buffer coords static inline __attribute__((always_inline)) uint2 spvTexelBufferCoord(uint tc) { ret...
{ "pile_set_name": "Github" }
# Copyright 2013 IBM Corp. # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agree...
{ "pile_set_name": "Github" }
import { gql } from 'apollo-server-micro'; const typeDefs = gql` extend type Query { """ Retorna o endereço com base no CEP fornecido """ cep( """ CEP deve **sempre** conter 8 caracteres [**[referência](https://pt.wikipedia.org/wiki/C%C3%B3digo_de_Endere%C3%A7amento_Postal)**] ...
{ "pile_set_name": "Github" }
{ "lint": { "rules": ["polymer-2-hybrid"] } }
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>files</key> <dict/> <key>files2</key> <dict/> <key>rules</key> <dict> <key>^Resources/</key> <true/> <key>^Resources/.*\.lproj/</key...
{ "pile_set_name": "Github" }
var io = require('socket.io'); var net = require('net'); var cfg = require('./config'); var ws = require('./web-server'); var logger = require('./logger'); var browser = require('./browser'); var reporter = require('./reporter'); var events = require('./events'); var constant = require('./constants'); var watcher = re...
{ "pile_set_name": "Github" }
//>>built define( //begin v1.x content ({ insertAnchor: "Sett inn anker", title: "Ankeregenskaper", anchor: "Navn:", text: "Beskrivelse:", set: "Definer", cancel: "Avbryt" }) //end v1.x content );
{ "pile_set_name": "Github" }
""" it works """ def Main(argv as (string)): print "it works"
{ "pile_set_name": "Github" }
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
{ "pile_set_name": "Github" }
/* Copyright 2012-2014 Neko. */ /* VVADP is Video Adapter: not implemented yet. */ #include "../utils.h" #include "vbios.h" #include "vport.h" #include "vvadp.h" t_vadp vvadp; void vvadpInit() { MEMSET((void *)(&vvadp), Zero8, sizeof(t_vadp)); vbiosAddInt("qdx 10\niret", 0x10); } void vvadpReset() { ME...
{ "pile_set_name": "Github" }
/** * Author: Jeremy Yu <ccpalettes@gmail.com> * * Solution for Exercise 4-08, Chapter4. */ #include <stdio.h> int getch(void); void ungetch(int); int main(void) { ungetch('a'); ungetch('t'); putchar(getch()); return 0; } int buf = -1; /* buffer for ungetch */ int getch(void) /* get a (possib...
{ "pile_set_name": "Github" }
/* Copyright (c) 2014, Robert Escriva * 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 c...
{ "pile_set_name": "Github" }
namespace CGAL { namespace Mesh_2 { /*! \ingroup PkgMesh2Ref */ enum Face_badness { NOT_BAD, BAD, IMPERATIVELY_BAD}; } }
{ "pile_set_name": "Github" }
/** * Compiler implementation of the * $(LINK2 http://www.dlang.org, D programming language). * * Copyright: Copyright (C) 1999-2018 by The D Language Foundation, All Rights Reserved * Authors: $(LINK2 http://www.digitalmars.com, Walter Bright) * License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Bo...
{ "pile_set_name": "Github" }
(FAMILY MNSYMBOLA-BOLD) (FACE O 346) (CODINGSCHEME UNSPECIFIED) (DESIGNSIZE R 12.0) (COMMENT DESIGNSIZE IS IN POINTS) (COMMENT OTHER SIZES ARE MULTIPLES OF DESIGNSIZE) (CHECKSUM O 20051032627) (CHARACTER O 0 (CHARWD R 0.815773) (CHARHT R 0.429642) (CHARDP R -0.0794935) ) (CHARACTER O 1 (CHARWD R 0.448269...
{ "pile_set_name": "Github" }
'use strict'; module.exports = app => { class RenderController extends app.Controller { * index() { this.ctx.body = 'hello World'; } } return RenderController; };
{ "pile_set_name": "Github" }
/* 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 applicable law or agreed to in ...
{ "pile_set_name": "Github" }
/* * Copyright 2017 The Closure Compiler 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...
{ "pile_set_name": "Github" }
## 包含文件 - Reference Code:《机器学习实战》第 6 章参考代码 - Assignment:作业
{ "pile_set_name": "Github" }
############################ # Premier League 2012-2013 league: en season: 2012/13 start_at: 1912-08-17 fixtures: - premierleague1 24 teams: - Barnsley - Birmingham - Blackburn - Blackpool - Bolton - Brighton - Bristol City - Burnley - Cardiff - Charlton - Crystal Palace - Derby - Huddersfield - Hull - Ipswich - Lee...
{ "pile_set_name": "Github" }
{ "name": "23", "difficulty": 2, "map": [ "X X X X X X X X X X X X X ", "X X X X X Tf Tf X X X X X X ", "X X X X X X Tf X X X X X X ", "X Tf Tf F F Bf Tf Bf F F Tf Tf X ", "X X X Tf F F Tf F F Tf X X X ", "F X X X Tf F F F Tf X X...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <module type="JAVA_MODULE" version="4"> <component name="NewModuleRootManager" inherit-compiler-output="true"> <exclude-output /> <content url="file://$MODULE_DIR$"> <sourceFolder url="file://$MODULE_DIR$/java" isTestSource="false" /> <sourceFolder url="file:...
{ "pile_set_name": "Github" }
/* XMRig * Copyright 2010 Jeff Garzik <jgarzik@pobox.com> * Copyright 2012-2014 pooler <pooler@litecoinpool.org> * Copyright 2014 Lucas Jones <https://github.com/lucasjones> * Copyright 2014-2016 Wolf9466 <https://github.com/OhGodAPet> * Copyright 2016 Jay D Dee <jayddee246@gmail.com> * C...
{ "pile_set_name": "Github" }
# Microsoft Developer Studio Project File - Name="listctrl" - Package Owner=<4> # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86) Application" 0x0101 CFG=listctrl - Win32 Debug !MESSAGE This is not a valid makefile. To build this project using NMAKE, !M...
{ "pile_set_name": "Github" }
<?php class NotExistingCoveredElementTest extends PHPUnit_Framework_TestCase { /** * @covers NotExistingClass */ public function testOne() { } /** * @covers NotExistingClass::notExistingMethod */ public function testTwo() { } /** * @covers NotExistingClass:...
{ "pile_set_name": "Github" }
#include <stdio.h> #include <string.h> #include "civetweb.h" static const char *html_form = "<html><body>POST example." "<form method=\"POST\" action=\"/handle_post_request\">" "Input 1: <input type=\"text\" name=\"input_1\" /> <br/>" "Input 2: <input type=\"text\" name=\"input_2\" /> <br/>" "<inpu...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <gpx version="1.0" creator="GPSBabel - http://www.gpsbabel.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.topografix.com/GPX/1/0" xsi:schemaLocation="http://www.topografix.com/GPX/1/0 http://www.topografix.com/GPX/1/0/gpx.xsd"> <time>2010-08...
{ "pile_set_name": "Github" }
/* * Copyright Disney Enterprises, 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 * and the following modification to it: Section 6 Trademarks. * deleted and replaced with: * * 6. Trademarks. This License d...
{ "pile_set_name": "Github" }
<#-- Solo - A small and beautiful blogging system written in Java. Copyright (c) 2010-present, b3log.org Solo is licensed under Mulan PSL v2. You can use this software according to the terms and conditions of the Mulan PSL v2. You may obtain a copy of Mulan PSL v2 at: http://license.co...
{ "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" }
/** @file Copyright (c) 2018 - 2019, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include <PiPei.h> #include <Library/PcdLib.h> #include <Library/DebugLib.h> #include <Library/BaseLib.h> #include <Library/SocInitLib.h> #include <IndustryStandard/Acpi.h...
{ "pile_set_name": "Github" }
/* * JBoss, Home of Professional Open Source. * Copyright 2006, Red Hat Middleware LLC, and individual contributors * as indicated by the @author tags. See the copyright.txt file in the * distribution for a full listing of individual contributors. * * This is free software; you can redistribute it and/or modify i...
{ "pile_set_name": "Github" }
# <%= name %> <%= description %>
{ "pile_set_name": "Github" }
Windows Registry Editor Version 5.00 [-HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.ahk\UserChoice]
{ "pile_set_name": "Github" }
// +build pkcs11 package yubikey import ( "crypto" "crypto/ecdsa" "crypto/elliptic" "crypto/rand" "crypto/sha256" "crypto/x509" "errors" "fmt" "io" "math/big" "os" "time" "github.com/Sirupsen/logrus" "github.com/docker/notary/passphrase" "github.com/docker/notary/trustmanager" "github.com/docker/nota...
{ "pile_set_name": "Github" }
(* * Copyright 2014, NICTA * * This software may be distributed and modified according to the terms of * the BSD 2-Clause license. Note that NO WARRANTY is provided. * See "LICENSE_BSD2.txt" for details. * * @TAG(NICTA_BSD) *) theory Sep_ImpI imports Sep_Provers Sep_Cancel_Set Sep_Tactic_Helpers begin lemma s...
{ "pile_set_name": "Github" }
'use strict'; const update = require('./update'); const path = require('path'); const os = require('os'); let argv; try { argv = JSON.parse(process.env.npm_config_argv).original; } catch (ex) { argv = process.argv.slice(2); } let configFile = process.env.npm_config_userconfig; if (configFile) { configFile = path.r...
{ "pile_set_name": "Github" }
// // ComicsNavigationControllerTests.swift // Example // // Created by Pedro Vicente Gomez on 26/11/15. // Copyright © 2015 GoKarumi S.L. All rights reserved. // import Foundation import KIF import Nimble @testable import Example class SeriesViewControllerTests: AcceptanceTestCase { func testShouldShowLoad...
{ "pile_set_name": "Github" }
/* * jcphuff.c * * Copyright (C) 1995-1997, Thomas G. Lane. * This file is part of the Independent JPEG Group's software. * For conditions of distribution and use, see the accompanying README file. * * This file contains Huffman entropy encoding routines for progressive JPEG. * * We do not support output suspe...
{ "pile_set_name": "Github" }
/* * Copyright 2002-2005, Instant802 Networks, Inc. * Copyright 2005, Devicescape Software, Inc. * Copyright (c) 2006 Jiri Benc <jbenc@suse.cz> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Soft...
{ "pile_set_name": "Github" }
<?php /* * This file is part of PHPExifTool. * * (c) 2012 Romain Neutron <imprec@gmail.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace PHPExiftool\Driver\Tag\Qualcomm; use JMS\Serializer\Annotation\ExclusionPolicy...
{ "pile_set_name": "Github" }
name: CI on: pull_request: branches: - master push: branches: - master - release/* schedule: - cron: 0 2 * * 1-5 jobs: test: runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 - name: install deno run: curl -fsSL https://deno.land/x/install/install....
{ "pile_set_name": "Github" }
/** * Modified MIT License * * Copyright 2017 OneSignal * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy, ...
{ "pile_set_name": "Github" }
好奇心原文链接:[阿里巴巴继续入股微博,刚买了 1.35 亿美元股票_智能_好奇心日报-龚方毅](https://www.qdaily.com/articles/32063.html) WebArchive归档链接:[阿里巴巴继续入股微博,刚买了 1.35 亿美元股票_智能_好奇心日报-龚方毅](http://web.archive.org/web/20161118052654/http://www.qdaily.com:80/articles/32063.html) ![image](http://ww3.sinaimg.cn/large/007d5XDply1g3ygdvmjyjj30u03564qp)
{ "pile_set_name": "Github" }
# lt~obsolete.m4 -- aclocal satisfying obsolete definitions. -*-Autoconf-*- # # Copyright (C) 2004-2005, 2007, 2009, 2011-2013 Free Software # Foundation, Inc. # Written by Scott James Remnant, 2004. # # This file is free software; the Free Software Foundation gives # unlimited permission to copy and/or distri...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2015, Parse, LLC. All rights reserved. * * You are hereby granted a non-exclusive, worldwide, royalty-free license to * use, copy, modify, and distribute this software in source code or binary * form for use in connection with the web services and APIs provided by Parse. * * As with any s...
{ "pile_set_name": "Github" }
<?xml version='1.0' encoding='UTF-8' standalone='no'?> <doxygen xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="compound.xsd" version="1.8.15"> <compounddef id="class_rubeus_1_1_graphic_components_1_1_r_game_scene" kind="class" language="C++" prot="public"> <compoundname>Rubeu...
{ "pile_set_name": "Github" }
// // Generated by class-dump 3.5 (64 bit) (Debug version compiled Jun 9 2015 22:53:21). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2014 by Steve Nygard. // #import "TBaseEncryptionPasswordViewController.h" @class TTextField; @interface TDecryptionPasswordViewController : TBaseEncryptionPa...
{ "pile_set_name": "Github" }
concrete-function.chpl:7: error: record 'R' cannot contain a recursive field 'x' of type 'R'
{ "pile_set_name": "Github" }
@ Contest move effect descriptions gText_HighlyAppealingMove:: @ 827CB82 .string "A highly appealing move.$" gText_UserMoreEasilyStartled:: @ 827CB9B .string "After this move, the user is\nmore easily startled.$" gText_GreatAppealButNoMoreToEnd:: @ 827CBCE .string "Makes a great appeal, but\nallows no more to the...
{ "pile_set_name": "Github" }
// Copyright (C) 2016 by rr- // // This file is part of arc_unpacker. // // arc_unpacker 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" }
var baseHas = require('./baseHas'), keys = require('../keys'); /** Used to compose bitmasks for comparison styles. */ var UNORDERED_COMPARE_FLAG = 1, PARTIAL_COMPARE_FLAG = 2; /** * A specialized version of `baseIsEqualDeep` for objects with support for * partial deep comparisons. * * @private * @param {...
{ "pile_set_name": "Github" }
// <copyright file="MultipleWindowsPage.cs" company="Objectivity Bespoke Software Specialists"> // Copyright (c) Objectivity Bespoke Software Specialists. All rights reserved. // </copyright> // <license> // The MIT License (MIT) // Permission is hereby granted, free of charge, to any person obtaining a copy /...
{ "pile_set_name": "Github" }
/******************************* User Variable Overrides *******************************/
{ "pile_set_name": "Github" }
<?php require_once('require/class.Connection.php'); require_once('require/class.Spotter.php'); require_once('require/class.Language.php'); if (!isset($_GET['country'])) { header('Location: '.$globalURL.'/country'); die(); } $Spotter = new Spotter(); $country = ucwords(str_replace("-", " ", urldecode(fil...
{ "pile_set_name": "Github" }
/* This file is part of corebird, a Gtk+ linux Twitter client. * Copyright (C) 2017 Timm Bäder * * corebird 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...
{ "pile_set_name": "Github" }
[Settings] NumFields=1 [Field 1] Type=label Text=Install Options Page B Left=0 Right=-1 Top=0 Bottom=10
{ "pile_set_name": "Github" }
/* * Copyright (c) 1999, 2006, 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" }
# 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 under t...
{ "pile_set_name": "Github" }
vim
{ "pile_set_name": "Github" }
## `nginx:1.18.0-perl` ```console $ docker pull nginx@sha256:2b4f396a382645d9174326f62c91335c41306ccc2499ad75c402ebdd7847e0ac ``` - Manifest MIME: `application/vnd.docker.distribution.manifest.list.v2+json` - Platforms: - linux; amd64 - linux; arm variant v5 - linux; arm variant v7 - linux; arm64 variant v8 - li...
{ "pile_set_name": "Github" }
/* Q Light Controller Plus vcframepageshortcut.h Copyright (c) Lukas Jähn Massimo Callegari 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/...
{ "pile_set_name": "Github" }
import numpy import matplotlib.pyplot as pyplot def gamma_dist(mean, coeffvar, N): scale = mean*coeffvar**2 shape = mean/scale return numpy.random.gamma(scale=scale, shape=shape, size=N) def dist_info(dists, names=None, plot=False, bin_size=1, colors=None, reverse_plot=False): dists = [dists] if not isinstan...
{ "pile_set_name": "Github" }
{ "name": "linked", "version": "1.1.1", "description": "build/bindings (see tootallnate/bindings)", "main": "index.js", "dependencies": { "release": "1.1.1" } }
{ "pile_set_name": "Github" }
// RUN: %clang_cc1 -fsyntax-only -verify %s namespace DeduceVsMember { template<typename T> struct X { template<typename U> int &operator==(const U& other) const; }; template<typename T, typename U> float &operator==(const T&, const X<U>&); void test(X<int> xi, X<float> xf) { flo...
{ "pile_set_name": "Github" }
Welcome back. In this video, we'll discuss some of the most important constraints involved in motion planning. These constraints are often crucial for maintaining stability and comfort within the vehicle, as well as maintaining the safety of all agents in a given driving scenario. Specifically, you will learn abo...
{ "pile_set_name": "Github" }
/* crypto/x509/x509_vfy.h */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * * This package is an SSL implementation written * by Eric Young (eay@cryptsoft.com). * The implementation was written so as to conform with Netscapes SSL. * * This library is free for commercial and no...
{ "pile_set_name": "Github" }
{ "dist": "dist/js/jplist.sort-bundle.min.js", "src": [ "src/addons/sort-bundle/js/default-sort/default-sort-view.js", "src/addons/sort-bundle/js/default-sort/default-sort-dto.js", "src/addons/sort-bundle/js/dropdown/sort-select-view.js", "src/addons/sort-bundle/js/dropdown/sort-dropdown-view.js", "src/addo...
{ "pile_set_name": "Github" }
/********************************************************************** *These solidity codes have been obtained from Etherscan for extracting *the smartcontract related info. *The data will be used by MATRIX AI team as the reference basis for *MATRIX model analysis,extraction of contract semantics, *as well as AI base...
{ "pile_set_name": "Github" }
{ "status_code": 200, "data": { "Policy": "{\"Version\":\"2012-10-17\",\"Statement\":[{\"Sid\":\"Zebra\",\"Effect\":\"Deny\",\"Principal\":\"*\",\"Action\":\"s3:PutObject\",\"Resource\":\"arn:aws:s3:::custodian-policy-test/*\",\"Condition\":{\"StringNotEquals\":{\"s3:x-amz-server-side-encryption\":[\"A...
{ "pile_set_name": "Github" }
1
{ "pile_set_name": "Github" }
using System; namespace Avalonia.Markup.Xaml { public interface IProvideValueTarget { object TargetObject { get; } object TargetProperty { get; } } public interface IRootObjectProvider { /// <summary> /// The root object of the xaml file /// </summary> ...
{ "pile_set_name": "Github" }
<html lang="en"> <head> <title>GIMPLE Exception Handling - GNU Compiler Collection (GCC) Internals</title> <meta http-equiv="Content-Type" content="text/html"> <meta name="description" content="GNU Compiler Collection (GCC) Internals"> <meta name="generator" content="makeinfo 4.7"> <link title="Top" rel="start" href="i...
{ "pile_set_name": "Github" }
// // ReleaseiPhone32.xcconfig // // Xcode configuration file for building a Release configuration of a project // for iPhone OS 3.2. // // Copyright 2010 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 ...
{ "pile_set_name": "Github" }
# Exploit Title: PROLiNK H5004NK Multiple Vulnerabilities # Date: 16-04-2015 # Firmware: R76S Slt 4WNE1 6.1R # Tested on: Windows 8 64-bit # Exploit Author: Osanda Malith Jayathissa (@OsandaMalith) # Disclaimer: Use this for educational purposes only! #1| Admin Password Manipulation XSRF --------------------------...
{ "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 B<T where T:T{let b{struct d{func b(t
{ "pile_set_name": "Github" }
/** @namespace */ var THREEx = THREEx || {}; // TODO http://29a.ch/2011/9/11/uploading-from-html5-canvas-to-imgur-data-uri // able to upload your screenshot without running servers // forced closure (function(){ /** * Take a screenshot of a renderer * - require WebGLRenderer to have "preserveDrawingBuffer: tr...
{ "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. #include <unixasmmacros.inc> #include "AsmOffsets.inc" #ifdef FEATURE_CACHED_INTERFACE_DISPATCH .extern RhpCidResolve .extern RhpUniversalTransition_DebugStepTailCall ...
{ "pile_set_name": "Github" }
<!-- @author Google LLC @author Andy Scherzinger Copyright (C) 2018 Google LLC Copyright (C) 2018 Andy Scherzinger 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 ht...
{ "pile_set_name": "Github" }
package com.github.unidbg.debugger.gdb; import com.github.unidbg.Emulator; class LastSignalCommand implements GdbStubCommand { @Override public boolean processCommand(Emulator<?> emulator, GdbStub stub, String command) { stub.makePacketAndSend("S" + GdbStub.SIGTRAP); return true; } }
{ "pile_set_name": "Github" }
/* * c128fastiec.h - Fast IEC bus handling. * * Written by * Andreas Boose <viceteam@t-online.de> * * This file is part of VICE, the Versatile Commodore Emulator. * See README for copyright notice. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Gene...
{ "pile_set_name": "Github" }
from typing import Optional import logging import sys import pytest logging.basicConfig( level=logging.INFO, format="%(asctime)s test %(levelname)s: %(message)s", datefmt='%Y-%m-%d %H:%M:%S' ) logger = logging.getLogger("ambassador") from ambassador import Config, IR from ambassador.fetch import Resour...
{ "pile_set_name": "Github" }
CREATE OR REPLACE FUNCTION workspaces_message_update( workspace_id bigint, workspace_message text ) returns void AS $$ DECLARE workspace_version bigint; BEGIN UPDATE workspaces as w SET message = workspace_message, message_updated_at = now() WHERE ...
{ "pile_set_name": "Github" }
// cgo -godefs -- -Wall -Werror -static -I/tmp/include linux/types.go | go run mkpost.go // Code generated by the command above; see README.md. DO NOT EDIT. // +build mips64le,linux package unix const ( sizeofPtr = 0x8 sizeofShort = 0x2 sizeofInt = 0x4 sizeofLong = 0x8 sizeofLongLong = 0x8 Pat...
{ "pile_set_name": "Github" }
fails:Enumerator#peek_values returns the next element in self fails:Enumerator#peek_values does not advance the position of the current element fails:Enumerator#peek_values can be called repeatedly without advancing the position of the current element fails:Enumerator#peek_values works in concert with #rewind fails:Enu...
{ "pile_set_name": "Github" }
if TARGET_M5373EVB config SYS_CPU default "mcf532x" config SYS_BOARD default "m5373evb" config SYS_VENDOR default "freescale" config SYS_CONFIG_NAME default "M5373EVB" endif
{ "pile_set_name": "Github" }
/* * Copyright (C) 2012 eXo Platform SAS. * * This 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 2.1 of * the License, or (at your option) any later version. * * This so...
{ "pile_set_name": "Github" }
{ "name": "EQUALS", "date": "2020-09-07T07:49:06.739Z", "version": null, "results": [ { "name": "Rambda", "ops": 129156, "margin": 0.25, "percentSlower": 72.1 }, { "name": "Ramda", "ops": 93223, "margin": 0.32, "percentSlower": 79.87 }, { ...
{ "pile_set_name": "Github" }
# Makefile for generating TLS certs for the Prometheus custom metrics API adapter SHELL=bash UNAME := $(shell uname) PURPOSE:=metrics SERVICE_NAME:=custom-metrics-apiserver ALT_NAMES:="custom-metrics-apiserver.monitoring","custom-metrics-apiserver.monitoring.svc" SECRET_FILE:=custom-metrics-api/cm-adapter-serving-cert...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <!-- ** ** Copyright 2013, 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/...
{ "pile_set_name": "Github" }
import os import shutil from tempfile import mkdtemp from galaxy.tool_util.deps import ( conda_util, DependencyManager ) from galaxy.tool_util.deps.requirements import ToolRequirement from galaxy.tool_util.deps.resolvers.conda import CondaDependencyResolver from .util import external_dependency_management @e...
{ "pile_set_name": "Github" }
// +build !ignore_autogenerated /* 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 applica...
{ "pile_set_name": "Github" }