text
stringlengths
2
99k
meta
dict
// // Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE.txt file in the project root for full license information. // using System.Collections.Generic; using System.Linq; using Microsoft.PowerShell.Phosphor.Model; namespace Microsoft.PowerShell.Phosphor { public class Se...
{ "pile_set_name": "Github" }
/* * Copyright 2006 Sony Computer Entertainment Inc. * * Licensed under the MIT Open Source License, for details please see license.txt or the website * http://www.opensource.org/licenses/mit-license.php * */ #ifndef __dom141Force_field_h__ #define __dom141Force_field_h__ #include <dae/daeDocument.h> #include ...
{ "pile_set_name": "Github" }
package fr.xephi.authme.util.lazytags; import java.util.function.Function; import java.util.function.Supplier; /** * Utility class for creating tags. */ public final class TagBuilder { private TagBuilder() { } public static <A> Tag<A> createTag(String name, Function<A, String> replacementFunction) { ...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2013-2014 Synopsys, Inc. All rights reserved. * * SPDX-License-Identifier: GPL-2.0+ */ /* * For some reason linker sets linker-generated symbols to zero in PIE mode. * A work-around is substitution of linker-generated symbols with * compiler-generated symbols which are properly handled by lin...
{ "pile_set_name": "Github" }
#region Using Statements using System; using System.Collections.Generic; using System.Runtime.Serialization; using System.Text; using WaveEngine.Common.Graphics; using WaveEngine.Common.Input; using WaveEngine.Common.Math; using WaveEngine.Framework; using WaveEngine.Framework.Graphics; using WaveEngine.Framework.Mana...
{ "pile_set_name": "Github" }
/* -*- c++ -*- */ /* * Copyright 2019-2020 Daniel Estevez <daniel@destevez.net> * * This file is part of gr-satellites * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifndef INCLUDED_SATELLITES_DISTRIBUTED_SYNCFRAME_SOFT_IMPL_H #define INCLUDED_SATELLITES_DISTRIBUTED_SYNCFRAME_SOFT_IMPL_H #include <satelli...
{ "pile_set_name": "Github" }
#include <sysdeps/unix/nice.c>
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <SiPolicy xmlns="urn:schemas-microsoft-com:sipolicy"> <VersionEx>1.4.0.0</VersionEx> <PolicyTypeID>{A244370E-44C9-4C06-B551-F6016E563076}</PolicyTypeID> <PlatformID>{2E07F7E4-194C-4D20-B7C9-6F44A6C5A234}</PlatformID> <Rules> <!--Ignore the following rules. This CI pol...
{ "pile_set_name": "Github" }
using MementoFX.Domain; using Merp.Registry.CommandStack.Model; using Xunit; using System; using System.Collections.Generic; using System.Linq; using System.Text; using SharpTestsEx; using System.Threading.Tasks; using Merp.Registry.CommandStack.Events; namespace Merp.Registry.CommandStack.Tests.Model { publ...
{ "pile_set_name": "Github" }
package jsoniter import ( "fmt" "math" "strconv" ) var pow10 []uint64 func init() { pow10 = []uint64{1, 10, 100, 1000, 10000, 100000, 1000000} } // WriteFloat32 write float32 to stream func (stream *Stream) WriteFloat32(val float32) { if math.IsInf(float64(val), 0) || math.IsNaN(float64(val)) { stream.Error ...
{ "pile_set_name": "Github" }
// SPARC.cpp #include "StdAfx.h" #include "SPARC.h" #include "Windows/Defs.h" #include "BranchSPARC.c" UInt32 CBC_SPARC_Encoder::SubFilter(Byte *data, UInt32 size) { return ::SPARC_Convert(data, size, _bufferPos, 1); } UInt32 CBC_SPARC_Decoder::SubFilter(Byte *data, UInt32 size) { return ::SPARC_...
{ "pile_set_name": "Github" }
Keras<2.0 numpy tensorflow nltk sklearn
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <ItemGroup Label="ProjectConfigurations"> <ProjectConfiguration Include="debug_shared|x64"> <Configuration>debug_shared</Configuration> <Platform>x64</...
{ "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" }
/* 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" }
## What's JikeGallery ? A cool gallery view with vertical smooth animation which shows content more attractive. [![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-JikeGallery-green.svg?style=true)](https://android-arsenal.com/details/1/4084) ## Demo ![效果](http://i4.piimg.com/1070/a43444182f677b1d.gif...
{ "pile_set_name": "Github" }
.class public final Lcom/lifx/app/onboarding/ReactiveOnboardingProcessor$updateFirmware$2$server$1; .super Ljava/lang/Object; .source "SourceFile" # interfaces .implements Lcom/lifx/ota/OTAServerListener; # annotations .annotation system Ldalvik/annotation/EnclosingMethod; value = Lcom/lifx/app/onboarding/Reacti...
{ "pile_set_name": "Github" }
package procfs import ( "net" "testing" ) var ( expectedIPVSStats = IPVSStats{ Connections: 23765872, IncomingPackets: 3811989221, OutgoingPackets: 0, IncomingBytes: 89991519156915, OutgoingBytes: 0, } expectedIPVSBackendStatuses = []IPVSBackendStatus{ IPVSBackendStatus{ LocalAddress: net...
{ "pile_set_name": "Github" }
# `thenable.finally` _(ext/thenable\_/finally)_ `finally` method for any _thenable_ input ```javascript const finally = require("ext/thenable_/finally"); finally.call(thenable, () => console.log("Thenable resolved")); ```
{ "pile_set_name": "Github" }
/* * Copyright 1999 Sun Microsystems, Inc. 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 Software Foundati...
{ "pile_set_name": "Github" }
// !$*UTF8*$! { archiveVersion = 1; classes = { }; objectVersion = 46; objects = { /* Begin PBXBuildFile section */ 11C32825186CDBD800F6D762 /* DDContextFilterLogFormatter.m in Sources */ = {isa = PBXBuildFile; fileRef = 11C32820186CDBD800F6D762 /* DDContextFilterLogFormatter.m */; }; 11C32826186CDBD800F6D762...
{ "pile_set_name": "Github" }
{ "id": "red-king-crab", "name": "Red King Crab", "category": "Fish", "games": { "nl": { "orderable": false, "sellPrice": { "currency": "bells", "value": 6000 }, "sources": [ "In the deep sea." ] } } }
{ "pile_set_name": "Github" }
# Copyright (C) 2001-2008 World Wide Web Consortium, (Massachusetts # Institute of Technology, European Research Consortium for # Informatics and Mathematics, Keio University). All Rights Reserved. # This work is distributed under the W3C(R) Software License in the # hope that it will be useful, but WITHOUT ANY WARRAN...
{ "pile_set_name": "Github" }
Version History =============== 2.0.1 2019-04-04 ----------------- - Narrow the pin to psycopg2 < 2.8 due to a breaking change - Fix Results iterator for Python 3.7 (#31 - `nvllsvm <https://github.com/nvllsvm>`_) 2.0.0 2018-01-29 ----------------- - REMOVED support for Python 2.6 - FIXED CPU Pegging bug: Cleanup ...
{ "pile_set_name": "Github" }
<CALLBACK type="HASH"> <METHODS> <METHOD> <PARAM name="callback"> <DESC>Callback to contain returned property values</DESC> <POSSIBILITY> <DESC>Function to receive property values</DESC> <TYPE> <FUNCTION> <FUNC_PARAM> <DESC>Mapping of property names to Values</DESC> ...
{ "pile_set_name": "Github" }
{ "images" : [ { "idiom" : "iphone", "size" : "29x29", "scale" : "2x" }, { "idiom" : "iphone", "size" : "29x29", "scale" : "3x" }, { "idiom" : "iphone", "size" : "40x40", "scale" : "2x" }, { "idiom" : "iphone", "size" : "40x...
{ "pile_set_name": "Github" }
{ "id": "https://login.salesforce.com/id/foo/bar", "issued_at": "1309974610026", "instance_url": "https://na1.salesforce.com", "signature": "sig=", "access_token": "refreshed_access_token" }
{ "pile_set_name": "Github" }
<?php /** * Shopware 5 * Copyright (c) shopware AG * * According to our dual licensing model, this program can be used either * under the terms of the GNU Affero General Public License, version 3, * or under a proprietary license. * * The texts of the GNU Affero General Public License with an additional * perm...
{ "pile_set_name": "Github" }
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __NVIF_CL006B_H__ #define __NVIF_CL006B_H__ struct nv03_channel_dma_v0 { __u8 version; __u8 chid; __u8 pad02[2]; __u32 offset; __u64 pushbuf; }; #endif
{ "pile_set_name": "Github" }
# Running on laptop # - 2.6GHz Quad-core Intel Core i7, 16GB 1600MHz DDR3L SDRAM # - wrk2 v3.1.1 (https://github.com/giltene/wrk2) # - wrk -t5 -c100 -d50s -R2000 --latency -s $1 http://127.0.0.1:9000/v1/events # - ingestion-api v0.1.0 on host (no docker) # - {:server {:port 9000 :auto-reload true} # :backend...
{ "pile_set_name": "Github" }
// Copyright (c) 2013-2016 The btcsuite developers // Use of this source code is governed by an ISC // license that can be found in the LICENSE file. package main import ( "fmt" "os" "path/filepath" "github.com/gcash/bchd/chaincfg" "github.com/gcash/bchd/database" _ "github.com/gcash/bchd/database/ffldb" "git...
{ "pile_set_name": "Github" }
open Core_kernel open Lib open Types.RuntimeT module RT = Runtime let fns : fn list = [ { prefix_names = ["JSON::read"] ; infix_names = [] ; parameters = [par "json" TStr] ; return_type = TAny ; description = "Parses a json string and returns its value. HTTPClient functions, and our request h...
{ "pile_set_name": "Github" }
/* ** Copyright (c) 2012 The Khronos Group Inc. ** ** Permission is hereby granted, free of charge, to any person obtaining a ** copy of this software and/or associated documentation files (the ** "Materials"), to deal in the Materials without restriction, including ** without limitation the rights to use, copy, modif...
{ "pile_set_name": "Github" }
class CreateRealActivityStream < ActiveRecord::Migration def change drop_table :activities create_table :activities, id: :uuid do |t| t.string :type t.uuid :actor_id t.string :actor_type t.uuid :subject_id t.string :subject_type t.uuid :target_id ...
{ "pile_set_name": "Github" }
/* roadmap_plugin.h - plugin interfaces * * LICENSE: * * Copyright 2005 Ehud Shabtai * * This file is part of RoadMap. * * RoadMap 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 ver...
{ "pile_set_name": "Github" }
--- nginx-1.5.4/src/http/ngx_http_core_module.c 2010-12-14 18:38:42.000000000 +0800 +++ nginx-1.5.4-patched/src/http/ngx_http_core_module.c 2011-01-30 19:24:34.956354518 +0800 @@ -57,6 +57,8 @@ void *conf); static char *ngx_http_core_error_page(ngx_conf_t *cf, ngx_command_t *cmd, void *conf); +static char *n...
{ "pile_set_name": "Github" }
/** * The MIT License * Copyright (c) 2014-2016 Ilkka Seppälä * * 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, c...
{ "pile_set_name": "Github" }
#ifndef Py_PYMATH_H #define Py_PYMATH_H #include "pyconfig.h" /* include for defines */ /************************************************************************** Symbols and macros to supply platform-independent interfaces to mathematical functions and constants *****************************************************...
{ "pile_set_name": "Github" }
@import "transition.js"; @import "alert.js"; @import "button.js"; @import "carousel.js"; @import "collapse.js"; @import "dropdown.js"; @import "modal.js"; @import "tooltip.js"; @import "popover.js"; @import "scrollspy.js"; @import "tab.js"; @import "affix.js";
{ "pile_set_name": "Github" }
/////////////////////////////////////////////////////////////////////////////// // // Copyright (c) 2015 Microsoft Corporation. All rights reserved. // // This code is licensed under the MIT License (MIT). // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR // IMPLIED, INCLUDING BUT NOT LIM...
{ "pile_set_name": "Github" }
// -*- C++ -*- //===------------------------ regex_grep.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" }
<?php class Application_Mobile_DataController extends Application_Controller_Mobile_Default { public function findallAction() { $application = $this->getApplication(); $pages = $application->getOptions(); $request = $this->getRequest(); $base_url = $request->getBaseUrl(); ...
{ "pile_set_name": "Github" }
/* * Driver for ADAU1381/ADAU1781 codec * * Copyright 2011-2013 Analog Devices Inc. * Author: Lars-Peter Clausen <lars@metafoo.de> * * Licensed under the GPL-2 or later. */ #include <linux/module.h> #include <linux/init.h> #include <linux/i2c.h> #include <linux/spi/spi.h> #include <linux/slab.h> #include <sound...
{ "pile_set_name": "Github" }
#!/usr/bin/env python # coding: utf-8 # In[1]: import time from datetime import datetime, timedelta import matplotlib.pyplot as plt import numpy as np import pandas as pd import tensorflow as tf from sklearn.preprocessing import MinMaxScaler import seaborn as sns sns.set() # In[1]: def reducedimension(input_,...
{ "pile_set_name": "Github" }
999 dxfrw 0.5.10 0 SECTION 2 HEADER 9 $ACADVER 1 AC1021 9 $HANDSEED 5 20000 9 $DWGCODEPAGE 3 ANSI_1252 9 $INSBASE 10 0 20 0 30 0 9 $EXTMIN 10 0 20 0 30 0 9 $EXTMAX 10 0 20 0 30 0 9 $LIMMIN 10 0 20 0 9 $LIMMAX 10 420 20 297 9 $ORTHOMODE 70 0 9 $LTSCALE 40 1 9...
{ "pile_set_name": "Github" }
var $parseFloat = require('./_global').parseFloat; var $trim = require('./_string-trim').trim; module.exports = 1 / $parseFloat(require('./_string-ws') + '-0') !== -Infinity ? function parseFloat(str) { var string = $trim(String(str), 3); var result = $parseFloat(string); return result === 0 && string.charAt(0) ...
{ "pile_set_name": "Github" }
"""Tests that the rerun mechanism respects lldbinline-created tests. The current implementation of this test is expected to fail both on the initial run and on the rerun, assuming --rerun-all-issues is provided to the dotest.py run. This test could be improved by doing something in the test inferior C++ program that ...
{ "pile_set_name": "Github" }
{ "demoSharedZAxisBeefSandwichRecipeTitle": "Sandwich met rundvlees", "demoSharedZAxisDessertRecipeDescription": "Recept voor dessert", "demoSharedYAxisAlbumTileSubtitle": "Artist", "demoSharedYAxisAlbumTileTitle": "Album", "demoSharedYAxisRecentSortTitle": "Onlangs geluisterd", "demoSharedYAxisAlphabetical...
{ "pile_set_name": "Github" }
// Thelia : Brand // Brand Info .brand-description { margin-bottom: 20px; } // Content List #brands { .brands > ul { .item { padding-bottom: 15px; + .item { padding-top: 15px; } > article { margin-left: 0; ...
{ "pile_set_name": "Github" }
// Copyright (c) 2015, Baidu.com, Inc. All Rights Reserved // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef TERA_COMMON_COUNTER_H_ #define TERA_COMMON_COUNTER_H_ #include <stdio.h> #include "common/atomic.h" #include "common/timer.h" namespace tera { c...
{ "pile_set_name": "Github" }
<script>window.onload = function() { opener.postMessage("loaded", "*"); };</script><body>Should show</body>
{ "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>SchemeUserState</key> <dict> <key>WBShareKit.xcscheme</key> <dict> <key>orderHint</key> <integer>0</integer> </dict> </dict> <ke...
{ "pile_set_name": "Github" }
using RedisAdminUI.ServiceModel.Operations.List; namespace RedisAdminUI.ServiceInterface.List { public class PushItemToListService : RedisServiceBase { public object Any(PushItemToList request) { Redis.PushItemToList(request.Id, request.Item); return new PushItemToListResponse(); } } }
{ "pile_set_name": "Github" }
package dao import ( "context" "encoding/json" "flag" "fmt" "testing" "time" "go-common/app/service/openplatform/anti-fraud/conf" "go-common/app/service/openplatform/anti-fraud/model" . "github.com/smartystreets/goconvey/convey" ) const _key = "AntiFraud:BANKID_1527233672941" var qustion = &model.ArgGetQu...
{ "pile_set_name": "Github" }
.TH MDB_LOAD 1 "2015/09/30" "LMDB 0.9.17" .\" Copyright 2014-2018 Howard Chu, Symas Corp. All Rights Reserved. .\" Copying restrictions apply. See COPYRIGHT/LICENSE. .SH NAME mdb_load \- LMDB environment import tool .SH SYNOPSIS .B mdb_load [\c .BR \-V ] [\c .BI \-f \ file\fR] [\c .BR \-n ] [\c .BI \-s \ subdb\fR] [\c...
{ "pile_set_name": "Github" }
[CmdletBinding(PositionalBinding=$false)] Param( [string] $verbosity = 'minimal', [bool] $warnAsError = $true, [bool] $nodeReuse = $true, [switch] $ci, [switch] $prepareMachine, [Parameter(ValueFromRemainingArguments=$true)][String[]]$extraArgs ) . $PSScriptRoot\tools.ps1 try { if ($ci) { $nodeReuse...
{ "pile_set_name": "Github" }
using System; using System.Composition; using System.Diagnostics.Contracts; using System.Threading.Tasks; namespace GitCandy.Schedules { public class SingleJob : IJob { private Task _task; private JobType _jobType; [ImportingConstructor] public SingleJob() : this((...
{ "pile_set_name": "Github" }
module('Dropdown - attachBody - positioning'); test('appends to the dropdown parent', function (assert) { assert.expect(4); var $ = require('jquery'); var $select = $('<select></select>'); var $parent = $('<div></div>'); var $container = $('<span></span>'); var container = new MockContainer(...
{ "pile_set_name": "Github" }
// License: GPL. For details, see LICENSE file. package org.openstreetmap.josm.gui.layer.imagery; /** * Load all tiles. * @since 11950 (extracted from {@link AbstractTileSourceLayer}) */ import static org.openstreetmap.josm.tools.I18n.tr; import java.awt.event.ActionEvent; import javax.swing.AbstractAction; impo...
{ "pile_set_name": "Github" }
# Generated Thu Jul 11 16:59:59 2019 by ./gen-tests.pl '-n' '300' '-o' 'au' '-v' 'LOGIN' '-i' '' '-d' '.' '-r' '-p' 'Username:' '-s' '%SWAKS% --dump AUTH --to user@host1.nodns.test.swaks.net --from recip@host1.nodns.test.swaks.net --helo hserver --server "ser.ver" --ap PASS' auto: REMOVE_FILE,CREATE_FILE,MUNGE,COMPARE...
{ "pile_set_name": "Github" }
{ "volume": { "status": "in-use", "user_id": "92ac3530a6cb4d47aa406f1c2c90fca4", "attachments": [{ "host_name": "myhost", "device": "/dev/vdd", "server_id": "eaa6a54d-35c1-40ce-831d-bb61f991e1a9", "id": "8a9287b7-4f4d-4213-8d75-...
{ "pile_set_name": "Github" }
#ifndef Geometry_TrackerNumberingBuilder_CmsTrackerAbstractConstruction_H #define Geometry_TrackerNumberingBuilder_CmsTrackerAbstractConstruction_H #include <string> class GeometricDet; /** * Abstract Class to construct a Tracker SubDet */ template <class FilteredView> class CmsTrackerAbstractConstruction { public...
{ "pile_set_name": "Github" }
# # Copyright Amazon.com, Inc. or its affiliates. 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. # A copy of the License is located at # # http://aws.amazon.com/apache2.0 # # or in the "license" file accompanyi...
{ "pile_set_name": "Github" }
Microsoft Azure Cognitiveservices Form Recognizer Client Library for Ruby. WWW: https://github.com/Azure/azure-sdk-for-ruby WWW: https://github.com/Azure/azure-sdk-for-ruby/tree/master/data/azure_cognitiveservices_formrecognizer
{ "pile_set_name": "Github" }
/* * Copyright (c) 2014, 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 Softwa...
{ "pile_set_name": "Github" }
import React from 'react'; import ReactDOM from 'react-dom'; import Quilts from './Quilts'; it('renders without crashing', () => { const el = document.createElement('div'); ReactDOM.render(<Quilts students={[]} />, el); });
{ "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" }
#!/system/bin/sh echo 'Content-Type: application/octet-stream' echo 'Content-Transfer-Encoding: binary' echo 'Content-Disposition: attachment; filename="env.tgz"' echo '' tar czf - -C "$ENV_DIR" .
{ "pile_set_name": "Github" }
#!/bin/bash # @@@ START COPYRIGHT @@@ # # 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, Vers...
{ "pile_set_name": "Github" }
{ "result": { "item": "projecte:red_matter", "count": 4 }, "ingredients": [ { "item": "projecte:red_matter_block" } ], "type": "minecraft:crafting_shapeless" }
{ "pile_set_name": "Github" }
/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */ /* * Copyright (c) 2008 INRIA * Copyright (c) 2009 MIRKO BANCHI * Copyright (c) 2013 Dalian University of Technology * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License ver...
{ "pile_set_name": "Github" }
# -*- coding: utf-8 -*- import numpy as np import pandas as pd import pandas.util.testing as tm class TestSparseGroupBy(object): def setup_method(self, method): self.dense = pd.DataFrame({'A': ['foo', 'bar', 'foo', 'bar', 'foo', 'bar', 'foo', 'foo'], ...
{ "pile_set_name": "Github" }
1 00:00:00,220 --> 00:00:03,688 In the previous video, we talked about the form of the hypothesis for linear 2 00:00:03,688 --> 00:00:07,246 regression with multiple features or with multiple variables. 3 00:00:07,246 --> 00:00:11,912 In this video, let's talk about how to fit the parameters of that hypothe...
{ "pile_set_name": "Github" }
module M //---------------------------------------------------------------------------- // A Simple Solar System Simulator, using Units of Measure // // This sample code is provided "as is" without warranty of any kind. // We disclaim all warranties, either express or implied, including the // warranties of merchant...
{ "pile_set_name": "Github" }
False True True False True False False False True True False False True False True True True False True False False True False False True False False False False False False False True False True False True True True True True False True False True False True True False True True False True True
{ "pile_set_name": "Github" }
using System; public class runme { static void Main() { // Call our gcd() function int x = 42; int y = 105; int g = example.gcd(x,y); Console.WriteLine("The gcd of " + x + " and " + y + " is " + g); // Manipulate the Foo global variable // Output its ...
{ "pile_set_name": "Github" }
var baseClone = require('../internal/baseClone'), baseMatchesProperty = require('../internal/baseMatchesProperty'); /** * Creates a function that compares the property value of `path` on a given * object to `value`. * * **Note:** This method supports comparing arrays, booleans, `Date` objects, * numbers, `Obj...
{ "pile_set_name": "Github" }
kfreebsd /kfreebsd.aout boot # Shouln't happen halt
{ "pile_set_name": "Github" }
/* * drivers/net/phy/qsemi.c * * Driver for Quality Semiconductor PHYs * * Author: Andy Fleming * * Copyright (c) 2004 Freescale Semiconductor, Inc. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free S...
{ "pile_set_name": "Github" }
//========= Copyright 2016-2020, HTC Corporation. All rights reserved. =========== using HTC.UnityPlugin.Utility; using System; using UnityEngine; namespace HTC.UnityPlugin.VRModuleManagement { public enum VRModuleDeviceClass { Invalid, HMD, Controller, GenericTracker, ...
{ "pile_set_name": "Github" }
<%@ Control Language="C#" CodeBehind="Boolean.ascx.cs" Inherits="DynamicDataEFCodeFirst.BooleanFilter" %> <asp:DropDownList runat="server" ID="DropDownList1" AutoPostBack="True" CssClass="DDFilter" OnSelectedIndexChanged="DropDownList1_SelectedIndexChanged"> </asp:DropDownList>
{ "pile_set_name": "Github" }
import {Command, command, param} from '../../../../..'; @command({ brief: 'Foo brief', description: 'Foo description', }) export default class extends Command { execute( @param({ description: 'Some name', }) name: string, ) { return JSON.stringify( { name, }, und...
{ "pile_set_name": "Github" }
@echo off setlocal REM Copyright 2006-2010 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the REM Amazon Software License (the "License"). You may not use this file except in compliance with the License. A copy of the REM License is located at http://aws.amazon.com/asl or in the "lic...
{ "pile_set_name": "Github" }
/* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright 2007,2009-2012 Freescale Semiconductor, Inc. */ #ifndef __FSL_PCI_H_ #define __FSL_PCI_H_ #include <asm/fsl_law.h> #include <asm/fsl_serdes.h> #include <pci.h> #define PEX_IP_BLK_REV_2_2 0x02080202 #define PEX_IP_BLK_REV_2_3 0x02080203 #define PEX_IP_BLK_REV_3...
{ "pile_set_name": "Github" }
// Usage: LOGLEVEL=info node test-parse-pcapfile.js '/DIR/pubg-game1.pcap' | pino const PacketByPacket = require('p-by-p') const PacketParser = require('./backend/packetparser') const utils = require('./backend/utils') const logger = require('./backend/logger') const CONSTS = require('./backend/constants') const pars...
{ "pile_set_name": "Github" }
require('../../../modules/es7.string.pad-start'); module.exports = require('../../../modules/_entry-virtual')('String').padStart;
{ "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 "MBUAProtocol-Protocol.h" @protocol MBUTProtocol <MBUAProtocol> - (void)startTrampolineToUID:(unsigned int)arg1 withCompletion...
{ "pile_set_name": "Github" }
{ "description": "Lets values pass through only if COND is true", "nodes": [ { "id": "B1dMI7RWX", "position": { "units": "slots", "x": 0, "y": 1 }, "type": "xod/patch-nodes/not-implemented-in-xod" }, { "description": "A value that passed through", ...
{ "pile_set_name": "Github" }
package com.yugy.v2ex.daily.utils; import android.content.Context; import android.text.format.DateUtils; import com.yugy.v2ex.daily.R; /** * Created by yugy on 14-3-9. */ public class TextUtils { public static CharSequence getRelativeTimeDisplayString(Context context, long referenceTime) { long now = ...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2011 Metropolitan Transportation Authority * * 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 requir...
{ "pile_set_name": "Github" }
#include "test.h" TEST(SystemDeathTest, Init) { printf("picasso initialize\n"); ASSERT_NE(False, ps_initialize()); int v = ps_version(); fprintf(stderr, "picasso version %d \n", v); ASSERT_EQ(STATUS_SUCCEED, ps_last_status()); } TEST(System, Shutdown) { printf("picasso shutdown\n")...
{ "pile_set_name": "Github" }
/* * ALSA driver for ICEnsemble VT1724 (Envy24HT) * * Lowlevel functions for Advanced Micro Peripherals Ltd AUDIO2000 * * Copyright (c) 2000 Jaroslav Kysela <perex@perex.cz> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>NetInfoDialog</class> <widget class="QDialog" name="NetInfoDialog"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>490</width> <height>394</height> </rect> </property> <property name="windowTitle"> <string>Net ...
{ "pile_set_name": "Github" }
"use strict"; var _classCallCheck = require("babel-runtime/helpers/class-call-check")["default"]; var _getIterator = require("babel-runtime/core-js/get-iterator")["default"]; var _interopRequireDefault = require("babel-runtime/helpers/interop-require-default")["default"]; var _interopRequireWildcard = require("babe...
{ "pile_set_name": "Github" }
<!-----------------------------------------------------------------> <!-- AUTOMATICALLY GENERATED CODE - PLEASE EDIT TEMPLATE INSTEAD --> <!-----------------------------------------------------------------> <!DOCTYPE html> <meta charset="utf-8"> <html> <div id="chartContainer"> <script src="/lib/d3.v4.3.0.js"></scrip...
{ "pile_set_name": "Github" }
ace.define("ace/mode/xml_highlight_rules",["require","exports","module","ace/lib/oop","ace/mode/text_highlight_rules"], function(require, exports, module) { "use strict"; var oop = require("../lib/oop"); var TextHighlightRules = require("./text_highlight_rules").TextHighlightRules; var XmlHighlightRules = function(no...
{ "pile_set_name": "Github" }
typedef struct AdditiveT { std::vector<std::vector<std::string>> plus_vars; std::vector<std::vector<std::string>> minus_vars; } Additive;
{ "pile_set_name": "Github" }
package main import "fmt" func main() { const ( Foo = iota Bar Baz ) const ( Asm = iota C Java Go ) fmt.Println(Foo, Bar, Baz) fmt.Println(Asm, C, Java, Go) } // Output: // 0 1 2 // 0 1 2 3
{ "pile_set_name": "Github" }
/* ----------------------------------------------------------------------------- * std_map.i * * SWIG typemaps for std::map * ----------------------------------------------------------------------------- */ %include <std_common.i> // ------------------------------------------------------------------------ // std:...
{ "pile_set_name": "Github" }
{ "AUD": { "name": "Австралийски долар", "symbol": "AUD" }, "AZN": { "name": "Азербайджански манат", "symbol": "AZN" }, "ALL": { "name": "Албански лек", "symbol": "ALL" }, "DZD": { "name": "Алжирски динар", "symbol": "DZD" }...
{ "pile_set_name": "Github" }