text
stringlengths
2
99.9k
meta
dict
// // PJUserViewController.m // Peek // // Created by pjpjpj on 2018/7/26. // Copyright © 2018年 #incloud. All rights reserved. // #import "PJUserViewController.h" #import "PJUserFavoriteView.h" @interface PJUserViewController () @property (nonatomic, readwrite, strong) UIImageView *userBackImageView; @property (...
{ "pile_set_name": "Github" }
/**************************************************************************** ** ** Copyright (C) 2016 The Qt Company Ltd. ** Contact: https://www.qt.io/licensing/ ** ** This file is part of the examples of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:BSD$ ** Commercial License Usage ** Licensees holding valid commercial Qt...
{ "pile_set_name": "Github" }
/* contrib/spi/moddatetime--1.0.sql */ -- complain if script is sourced in psql, rather than via CREATE EXTENSION \echo Use "CREATE EXTENSION moddatetime" to load this file. \quit CREATE FUNCTION moddatetime() RETURNS trigger AS 'MODULE_PATHNAME' LANGUAGE C;
{ "pile_set_name": "Github" }
cheats = 4 cheat0_desc = "Infinite Lives" cheat0_code = "Z 8 49988 0 0" cheat0_enable = false cheat1_desc = "Infinite Grenades" cheat1_code = "Z 8 64252 0 0" cheat1_enable = false cheat2_desc = "Infinite Shield" cheat2_code = "Z 8 49447 0 0" cheat2_enable = false cheat3_desc = "Immunity" cheat3_code = "Z 8 49753 19...
{ "pile_set_name": "Github" }
/* fsys_jfs.c - an implementation for the IBM JFS file system */ /* * GRUB -- GRand Unified Bootloader * Copyright (C) 2001,2002 Free Software Foundation, Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by *...
{ "pile_set_name": "Github" }
/* Generated by RuntimeBrowser Image: /System/Library/PrivateFrameworks/OfficeImport.framework/OfficeImport */ @interface EPNameFormulaCleaner : EDProcessor - (void)applyProcessorToObject:(id)arg1 sheet:(id)arg2; - (bool)isObjectSupported:(id)arg1; @end
{ "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" }
# 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 u...
{ "pile_set_name": "Github" }
.row.admin-posts-field .small-12.columns h3.blog-title #{t('admin.comments')} h4.blog-title = link_to @post.title, blog_path(@post), target: '_blank' table width="100%" thead tr th #{t('admin.comments_head.name')} th #{t('admin.comments_head.email')} th #{...
{ "pile_set_name": "Github" }
#[macro_use] extern crate criterion; extern crate blockstack_lib; extern crate rand; use blockstack_lib::chainstate::burn::BlockHeaderHash; use blockstack_lib::chainstate::stacks::index::{marf::MARF, storage::TrieFileStorage, MARFValue}; use criterion::Criterion; use rand::prelude::*; use std::fs; fn benchmark_marf_...
{ "pile_set_name": "Github" }
##===- lib/Target/Sparc/TargetDesc/Makefile ----------------*- Makefile -*-===## # # The LLVM Compiler Infrastructure # # This file is distributed under the University of Illinois Open Source # License. See LICENSE.TXT for details. # ##===-------------------------------------------------------------...
{ "pile_set_name": "Github" }
------------------------------------------------------------------------------ -- GNAT Studio -- -- -- -- Copyright (C) 2010-2020, AdaCore -- -- ...
{ "pile_set_name": "Github" }
// // BWTokenField.h // BWToolkit // // Created by Brandon Walkin (www.brandonwalkin.com) // All code is provided under the New BSD license. // #import <Cocoa/Cocoa.h> @interface BWTokenField : NSTokenField { } @end
{ "pile_set_name": "Github" }
// 20.1.2.4 Number.isNaN(number) var $export = require('./_export'); $export($export.S, 'Number', { isNaN: function isNaN(number) { // eslint-disable-next-line no-self-compare return number != number; } });
{ "pile_set_name": "Github" }
/* * Copyright (c) MuleSoft, Inc. All rights reserved. http://www.mulesoft.com * The software in this package is published under the terms of the CPAL v1.0 * license, a copy of which has been included with this distribution in the * LICENSE.txt file. */ package org.mule.runtime.core.internal.streaming.object; i...
{ "pile_set_name": "Github" }
### Generated automatically from Makefile.org by Configure. ## ## Makefile for OpenSSL ## VERSION=1.0.2h MAJOR=1 MINOR=0.2 SHLIB_VERSION_NUMBER=1.0.0 SHLIB_VERSION_HISTORY= SHLIB_MAJOR=1 SHLIB_MINOR=0.0 SHLIB_EXT= PLATFORM=dist OPTIONS= no-ec_nistp_64_gcc_128 no-gmp no-jpake no-krb5 no-libunbound no-md2 no-rc5 no-rfc...
{ "pile_set_name": "Github" }
#!/usr/bin/env python import sys, os, datetime, x_stress_util sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), os.path.pardir, 'common'))) import utils r = utils.import_python_driver() class Workload: def __init__(self, options): self.db = options["db"] self.table = optio...
{ "pile_set_name": "Github" }
/* Threads compatibility routines for libgcc2 and libobjc. */ /* Compile this one with gcc. */ /* Copyright (C) 1997-2013 Free Software Foundation, Inc. This file is part of GCC. GCC 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...
{ "pile_set_name": "Github" }
import math from .. import veros_method, runtime_settings as rs from ..variables import allocate from . import numerics, utilities @veros_method def explicit_vert_friction(vs): """ explicit vertical friction dissipation is calculated and added to K_diss_v """ diss = allocate(vs, ('xt', 'yt', 'zw'...
{ "pile_set_name": "Github" }
// SPDX-License-Identifier: GPL-2.0-only /* * An I2C and SPI driver for the NXP PCF2127/29 RTC * Copyright 2013 Til-Technologies * * Author: Renaud Cerrato <r.cerrato@til-technologies.fr> * * Watchdog and tamper functions * Author: Bruno Thomsen <bruno.thomsen@gmail.com> * * based on the other drivers in this ...
{ "pile_set_name": "Github" }
<?xml version="1.0"?> <QtTesting> <settings> <name widget="qApp" command="applicationName" arguments=""/> <version widget="qApp" command="applicationVersion" arguments=""/> <font widget="MainWindow" command="font" arguments="Loma,10,-1,5,50,0,0,0,0,0"/> <geometry widget="MainWindow" ...
{ "pile_set_name": "Github" }
FILE=chord.h DESTFILE=chordscripting.h HEADER=../../_script_template/header.tmpl HEADERADDONS=../../_script_template/baseitemHeader.tmpl;../../_script_template/itemHeader.tmpl BODYFILES=../../_script_template/common.tmpl;../../_script_template/baseitemBody.tmpl;../../_script_template/itemBody.tmpl FOOTER=../../_script_...
{ "pile_set_name": "Github" }
(function (global, factory) { typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() : typeof define === 'function' && define.amd ? define(factory) : (global.Modals = factory()); }(this, (function () { 'use strict'; // https://stackoverflow.com/a/34624648 function copy(o) { var...
{ "pile_set_name": "Github" }
<html><head><title>Pictures</title></head> <body><a href="/lurk/ftp/Pictures/">To the pictures directory</a> </body></html>
{ "pile_set_name": "Github" }
#!/usr/bin/perl # Copyright 2019 Koha Development team # # This file is part of Koha # # Koha 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 v...
{ "pile_set_name": "Github" }
/* * Tencent is pleased to support the open source community by making Blueking Container Service available. * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. * Licensed under the MIT License (the "License"); you may not use this file except * in compliance with the License. You may obta...
{ "pile_set_name": "Github" }
#' @title Plot colours #' @description Display a chart of colours from a vector of colours or ggthemr object. #' @param x Character vector of colours or ggthemr palette object. #' @export #' @author Ciaran Tobin #' @examples #' colour_plot(c('#14B294', 'coral')) #' colour_plot(ggthemr('sea')) #' @export colour_plot <...
{ "pile_set_name": "Github" }
(set-env! :resource-paths #{"resources"} :dependencies '[[cljsjs/boot-cljsjs "0.10.5" :scope "test"]]) (require '[cljsjs.boot-cljsjs.packaging :refer :all]) (def +lib-version+ "1.5.0") (def +version+ (str +lib-version+ "-0")) (task-options! pom {:project 'cljsjs/webslides :version +version+ ...
{ "pile_set_name": "Github" }
About two years ago I decided to add HTTPS support to this site, using automatic certification via Let's Encrypt. All the articles on the subject relied on a tool called [certbot](https://certbot.eff.org/). A couple of variations were mentioned, some requiring the tool to run while the site is down, others using nginx ...
{ "pile_set_name": "Github" }
/* Copyright 2017 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" }
spring.application.name=spring-boot-configuration # random value my.secret=${random.value} my.number=${random.int} my.bignumber=${random.long} my.uuid=${random.uuid} my.number.less.than.ten=${random.int(10)} my.number.in.range=${random.int[10,100]} # property value my.config.app=${spring.application.name} my.config.u...
{ "pile_set_name": "Github" }
From 8941017bc0226b60ce306d5271df15820ce66a53 Mon Sep 17 00:00:00 2001 From: Alan Modra <amodra@gmail.com> Date: Tue, 30 Aug 2016 20:57:32 +0930 Subject: [PATCH] ppc apuinfo for spe parsed incorrectly apuinfo saying SPE resulted in mach = bfd_mach_ppc_vle due to a missing break. PR 20531 * elf32-ppc.c (_bfd_elf_ppc...
{ "pile_set_name": "Github" }
#include "a_lightning.h" #include "doomstat.h" #include "p_lnspec.h" #include "statnums.h" #include "m_random.h" #include "templates.h" #include "s_sound.h" #include "p_acs.h" #include "r_sky.h" #include "g_level.h" #include "r_state.h" #include "serializer.h" static FRandom pr_lightning ("Lightning"); IMPLEMENT_CLAS...
{ "pile_set_name": "Github" }
- SVG 指可伸缩矢量图形 (Scalable Vector Graphics) - SVG 用来定义用于网络的基于矢量的图形 - SVG 使用 XML 格式定义图形 - SVG 图像在放大或改变尺寸的情况下其图形质量不会有所损失 - SVG 是万维网联盟的标准 - SVG 与诸如 DOM 和 XSL 之类的 W3C 标准是一个整体 - line 直线 - polyline:折线 - rect:矩形 - circle:圆形 - ellipse:椭圆形 - polygon:多边形
{ "pile_set_name": "Github" }
glabel func_80B45EF0 /* 01EA0 80B45EF0 27BDFFC8 */ addiu $sp, $sp, 0xFFC8 ## $sp = FFFFFFC8 /* 01EA4 80B45EF4 AFBF002C */ sw $ra, 0x002C($sp) /* 01EA8 80B45EF8 AFB00028 */ sw $s0, 0x0028($sp) /* 01EAC 80B45EFC AFA5003C */ sw $a1, 0x003C($sp) /* 01EB0 80B45F00 8C8E03F0 */ lw $t6, 0x0...
{ "pile_set_name": "Github" }
This file includes highlights of the changes made in the OpenOCD source archive release. JTAG Layer: Boundary Scan: Target Layer: Flash Layer: Board, Target, and Interface Configuration Scripts: Server Layer: Documentation: Build and Release: This release also contains a number of other important functional a...
{ "pile_set_name": "Github" }
path: "tensorflow.layers.Conv3D" tf_class { is_instance: "<class \'tensorflow.python.layers.convolutional.Conv3D\'>" is_instance: "<class \'tensorflow.python.layers.convolutional._Conv\'>" is_instance: "<class \'tensorflow.python.layers.base.Layer\'>" is_instance: "<type \'object\'>" member { name: "activ...
{ "pile_set_name": "Github" }
// +build !amd64 package cuckoo import ( "math/bits" "unsafe" ) const ( x7F = uint64(0x7F7F7F7F7F7F7F7F) x80 = uint64(0x8080808080808080) ) func CountNonzeroBytes(buf []byte) (count uint) { l := len(buf) - len(buf)%8 for _, v := range buf[l:] { if v != 0 { count++ } } bin := (*[1 << 20]uint64)(unsa...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!-- generated on Fri Apr 17 08:19:47 2020 by Eclipse SUMO Version v1_5_0+1182-c674b91ce6 This data file and the accompanying materials are made available under the terms of the Eclipse Public License v2.0 which accompanies this distribution, and is available at http://www.eclips...
{ "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" }
/*! \file SiStripLatency_PayloadInspector \Payload Inspector Plugin for SiStrip Latency \author Jessica Prisciandaro \version $Revision: 1.0 $ \date $Date: 2018/05/22 17:59:56 $ */ #include "CondCore/Utilities/interface/PayloadInspectorModule.h" #include "CondCore/Utilities/interface/PayloadInspector.h" #inc...
{ "pile_set_name": "Github" }
<flash_profiles> <flash_profile version="1.0" name="Default" current="true"> <PublishFormatProperties enabled="true"> <defaultNames>1</defaultNames> <flash>1</flash> <projectorWin>0</projectorWin> <projectorMac>0</projectorMac> <html>0</html> <gif>0</gif> <jpeg>0</jpeg> <png>0</png> ...
{ "pile_set_name": "Github" }
package puppetMonitor; import java.io.BufferedReader; import java.io.BufferedWriter; import java.io.File; import java.io.FileNotFoundException; import java.io.FileReader; import java.io.FileWriter; import java.io.IOException; import java.io.InputStreamReader; import java.io.RandomAccessFile; import java.text.DateForma...
{ "pile_set_name": "Github" }
qbs*oldstr3333=NULL; if(_SUB_BUILD_STRING_PATH->tmp||_SUB_BUILD_STRING_PATH->fixed||_SUB_BUILD_STRING_PATH->readonly){ oldstr3333=_SUB_BUILD_STRING_PATH; if (oldstr3333->cmem_descriptor){ _SUB_BUILD_STRING_PATH=qbs_new_cmem(oldstr3333->len,0); }else{ _SUB_BUILD_STRING_PATH=qbs_new(oldstr3333->len,0); } memcpy(_...
{ "pile_set_name": "Github" }
import { Injectable, Logger, OnApplicationBootstrap, OnModuleInit, } from '@nestjs/common'; import noble, { Peripheral, Advertisement } from '@abandonware/noble'; import { EntitiesService } from '../../entities/entities.service'; import { ConfigService } from '../../config/config.service'; import { XiaomiMiSens...
{ "pile_set_name": "Github" }
// cgo -godefs types_netbsd.go | go run mkpost.go // Code generated by the command above; see README.md. DO NOT EDIT. // +build arm,netbsd package unix const ( SizeofPtr = 0x4 SizeofShort = 0x2 SizeofInt = 0x4 SizeofLong = 0x4 SizeofLongLong = 0x8 ) type ( _C_short int16 _C_int int...
{ "pile_set_name": "Github" }
/***************************************************************************/ /* */ /* pfrgload.h */ /* */ /* Fr...
{ "pile_set_name": "Github" }
<?xml version="1.0"?> <ZopeData> <record id="1" aka="AAAAAAAAAAE="> <pickle> <global name="ProxyField" module="Products.ERP5Form.ProxyField"/> </pickle> <pickle> <dictionary> <item> <key> <string>delegated_list</string> </key> <value> <list/> ...
{ "pile_set_name": "Github" }
# Tests what happens if mean data dump begin time is negative negative_begin # Tests what happens if mean data dump begin time is not a number broken_number # Tests what happens if mean data dump should end before it starts end_before_begin
{ "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" }
# Copyright 2013 Google Inc. All Rights Reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are # met: # # * Redistributions of source code must retain the above copyright # notice, this list of conditions and the foll...
{ "pile_set_name": "Github" }
package <% $module %>::<% $moniker %>::Dispatcher; use strict; use warnings; use utf8; use Amon2::Web::Dispatcher::RouterBoom; use Module::Find qw(useall); # Load all controller classes at loading time. useall('<% $module %>::<% $moniker %>::C'); base '<% $module %>::<% $moniker %>::C'; get '/' => 'Root#index'; post...
{ "pile_set_name": "Github" }
// Copyright 2016 the V8 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. #include "src/libplatform/tracing/trace-writer.h" #include <cmath> #include "base/trace_event/common/trace_event_common.h" #include "include/v8-platfo...
{ "pile_set_name": "Github" }
CODE SEGMENT BYTE PUBLIC PUBLIC FILL PUBLIC BASIC FILL DB 1420H DUP(0CCH) BASIC DB 8000H DUP(0FFH) CODE ENDS END
{ "pile_set_name": "Github" }
{ "javascript": { "main": "http://localhost:3001/public/main.a0e19c27696da51e6f1e.js" }, "styles": {}, "assets": {} }
{ "pile_set_name": "Github" }
/** * Welcome to @reach/slider! * * A UI input component where the user selects a value from within a given * range. A Slider has a handle that can be moved along a track to change its * value. When the user's mouse or focus is on the Slider's handle, the value * can be incremented with keyboard controls. * * R...
{ "pile_set_name": "Github" }
--- __openshift_logging_fluentd_image_prefix: "{{ openshift_logging_image_prefix | default('registry.access.redhat.com/openshift3/') }}" __openshift_logging_fluentd_image_version: "{{ openshift_logging_image_version | default (openshift_image_tag) }}"
{ "pile_set_name": "Github" }
// MESSAGE DEBUG_VECT PACKING #define MAVLINK_MSG_ID_DEBUG_VECT 250 typedef struct __mavlink_debug_vect_t { uint64_t time_usec; ///< Timestamp float x; ///< x float y; ///< y float z; ///< z char name[10]; ///< Name } mavlink_debug_vect_t; #define MAVLINK_MSG_ID_DEBUG_VECT_LEN ...
{ "pile_set_name": "Github" }
/* * Copyright 2011, Ben Langmead <langmea@cs.jhu.edu> * * This file is part of Bowtie 2. * * Bowtie 2 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 opt...
{ "pile_set_name": "Github" }
setup { create extension pg_pathman; create table test_tbl(id int not null, val real); insert into test_tbl select i, i from generate_series(1, 1000) as i; select create_range_partitions('test_tbl', 'id', 1, 100, 10); } teardown { drop table test_tbl cascade; drop extension pg_pathman; } session "s1" step "s1_b...
{ "pile_set_name": "Github" }
require 'carto/db/migration_helper' include Carto::Db::MigrationHelper migration( Proc.new do alter_table :user_multifactor_auths do add_unique_constraint [:user_id, :type] end end, Proc.new do alter_table :user_multifactor_auths do drop_constraint :user_multifactor_auths_user_id_type_ke...
{ "pile_set_name": "Github" }
//! This submodule provides tls support for postgres. //! //! ### Example //! //! ```rust,no_run //! use roa::{App, Context, throw}; //! use roa::http::StatusCode; //! use roa_pg::{Client, connect_tls}; //! use roa_pg::ClientConfig; //! use std::sync::Arc; //! use std::error::Error; //! use roa::query::query_parser; //...
{ "pile_set_name": "Github" }
package jetbrains.mps.lang.constraints.migration; /*Generated by MPS */ import jetbrains.mps.lang.migration.runtime.base.MigrationScriptBase; import org.jetbrains.mps.openapi.model.SNode; import org.jetbrains.mps.openapi.module.SModule; import org.jetbrains.mps.openapi.module.SearchScope; import jetbrains.mps.lang.sm...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: 5807e8a6b8d7b32459e070d288100f8b NativeFormatImporter: userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell; /// <summary>An error response from Kusto.</summary> [System.ComponentModel.TypeConverter(typeof(CloudErrorBodyTypeConverter))] public partial class CloudErro...
{ "pile_set_name": "Github" }
## Task and Workflow The core of Puma is `Task`. When you call `run` method, it actually uses `Workflow`, which is a group of tasks. `Workflow` is intended for cases where you need to run tasks for multiple projects. ```swif run { Build Test } ``` is the same as ```swift let workflow = Workflow { Build ...
{ "pile_set_name": "Github" }
var paths = document.getItems(Path, { selected: true }); var rasters = document.getItems(Raster, { selected: true }); var failed; if (!rasters.length || !paths.length) { Dialog.alert('Please select an image with paths on top of it\n' + 'and execute the script again.\n\nColorizer will colorize the paths according to\...
{ "pile_set_name": "Github" }
julia 0.7 GeoInterface 0.4 BinaryProvider 0.3.3
{ "pile_set_name": "Github" }
;; Base16 Atelier Dune (https://github.com/chriskempson/base16) ;; Scheme: Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/dune) ;;; base16-atelierdune-dark-theme.el ;;; Code: (deftheme base16-atelierdune-dark) (let ((base00 "#20201d") (base01 "#292824") (base02 "#6e6b5e")...
{ "pile_set_name": "Github" }
apply = (f, list) --> f.apply null, list curry = (f) -> curry$ f # using util method curry$ from livescript flip = (f, x, y) --> f y, x fix = (f) -> ( (g) -> -> f(g g) ...arguments ) do (g) -> -> f(g g) ...arguments over = (f, g, x, y) --> f (g x), (g y) memoize = (f) -> memo = {} (...args) -> ke...
{ "pile_set_name": "Github" }
name: _rasterio channels: - defaults dependencies: - python=3.6.* - libgdal=2.3.*
{ "pile_set_name": "Github" }
# Copyright 2018 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, ...
{ "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 distribut...
{ "pile_set_name": "Github" }
you can find the full article <b><a href='https://towardsdatascience.com/predictive-maintenance-with-lstm-siamese-network-51ee7df29767'>here</a></b>
{ "pile_set_name": "Github" }
INCLUDES = ../lib ../monoid
{ "pile_set_name": "Github" }
import macro from 'vtk.js/Sources/macro'; import { Device, Input, } from 'vtk.js/Sources/Rendering/Core/RenderWindowInteractor/Constants'; // ---------------------------------------------------------------------------- // vtkCompositeVRManipulator methods // --------------------------------------------------------...
{ "pile_set_name": "Github" }
//===----------- ImmutableSetTest.cpp - ImmutableSet unit tests ------------===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===------------------------------------------------------...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <ItemGroup Label="ProjectConfigurations"> <ProjectConfiguration Include="Debug|Win32"> <Configuration>Debug</Configuration> <Platform>Win32</Platform>...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <project version="4"> <component name="ProjectModuleManager"> <modules> <module fileurl="file://$PROJECT_DIR$/gradle/gradle.iml" filepath="$PROJECT_DIR$/gradle/gradle.iml" /> </modules> </component> </project>
{ "pile_set_name": "Github" }
/* Gruvbox style (dark) (c) Pavel Pertsev (original style at https://github.com/morhetz/gruvbox) */ .hljs { display: block; overflow-x: auto; padding: 0.5em; background: #282828; } .hljs, .hljs-subst { color: #ebdbb2; } /* Gruvbox Red */ .hljs-deletion, .hljs-formula, .hljs-keyword, .hljs-link, .hljs-sel...
{ "pile_set_name": "Github" }
{ "word": "Purchase", "definitions": [ "The action of buying something.", "A thing that has been bought.", "The acquisition of property by one's personal action rather than by inheritance.", "The annual rent or return from land.", "Firm contact or grip.", "A pulle...
{ "pile_set_name": "Github" }
using System; using System.Collections.Generic; using System.Text; using MineCase.Block.State; using MineCase.Item; namespace MineCase.Block { public class BlockBedrock : Block { public BlockBedrock() { FullBlock = true; LightOpacity = 255; Translucent = fal...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <project version="4"> <component name="RunConfigurationProducerService"> <option name="ignoredProducers"> <set> <option value="org.jetbrains.plugins.gradle.execution.test.runner.AllInPackageGradleConfigurationProducer" /> <option value="org.jetbrains.pl...
{ "pile_set_name": "Github" }
using TinaX; using TinaX.UIKit; using TinaX.VFSKit; using TinaX.XComponent; using UnityEngine; using UnityEngine.UI; namespace Nekonya.UI { public class FetchData : XUIBehaviour { [Binding("btn_exit")] public Button Btn_Close { get; set; } [Binding("txt_content")] public Text ...
{ "pile_set_name": "Github" }
[![Build Status](https://travis-ci.org/kondrak/rust64.svg)](https://travis-ci.org/kondrak/rust64) [![Build status](https://ci.appveyor.com/api/projects/status/77otp2475g7v95mb?svg=true)](https://ci.appveyor.com/project/kondrak/rust64) # Rust64 - a C64 emulator written in Rust This is my attempt to study the Rust progr...
{ "pile_set_name": "Github" }
/* * Copyright (c) Facebook, Inc. and its affiliates. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applic...
{ "pile_set_name": "Github" }
<?php namespace Illuminate\Cache; use Illuminate\Contracts\Cache\Store; class ArrayStore extends TaggableStore implements Store { use RetrievesMultipleKeys; /** * The array of stored values. * * @var array */ protected $storage = []; /** * Retrieve an item from the cache by...
{ "pile_set_name": "Github" }
/* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ import com.adobe.test.Assert; // var SECTION = "7.2-6"; // var VERSION = "ECMA_1"; // var TITLE = "Li...
{ "pile_set_name": "Github" }
Configuration SecurityBaselineConfigWS2016 { Import-DSCResource -ModuleName 'PSDesiredStateConfiguration' Import-DSCResource -ModuleName 'AuditPolicyDSC' Import-DSCResource -ModuleName 'SecurityPolicyDSC' Node localhost { Registry "CCE-37615-2: Ensure 'Accounts: Limit local account use of blank passwords to co...
{ "pile_set_name": "Github" }
# Bundle js-ipfs-http-client with Webpack! > In this example, you will find a boilerplate you can use to guide yourself into bundling js-ipfs-http-client with webpack, so that you can use it in your own web app! ## Setup As for any js-ipfs-http-client example, **you need a running IPFS daemon**, you learn how to do ...
{ "pile_set_name": "Github" }
<?php /** * Created by PhpStorm. * User: mac * Date: 14-5-26 * Time: 下午12:18 */ namespace ZPHP\Common; class AsyncHttpClient { private static $buffer = []; public static function request(callable $callback, $url, $method='GET', array $headers=[], array $params=[]) { $parsed_url = parse_url($...
{ "pile_set_name": "Github" }
#!/usr/bin/env node var path = require('path'); var argv = require('yargs') .usage('Usage: markn [path]') .example('markn', 'Run Markn') .example('markn foo.md', 'Open the markdown file with Markn') .help('h') .alias('h', 'help') .argv; var spawn = require('child_process').spawn; var platform = process.platform; var...
{ "pile_set_name": "Github" }
#ifndef __NV50_DEVINIT_H__ #define __NV50_DEVINIT_H__ #define nv50_devinit(p) container_of((p), struct nv50_devinit, base) #include "priv.h" struct nv50_devinit { struct nvkm_devinit base; u32 r001540; }; int nv50_devinit_new_(const struct nvkm_devinit_func *, struct nvkm_device *, int, struct nvkm_devinit ...
{ "pile_set_name": "Github" }
{ "type": "array", "items": { "type": "object", "properties" : { "basename": { "type": "string" }, "data": { "type": "string" }, "path": { "type": ["string"] }, "filename": { "type": ["string"] }, "id": { "type": ["string", "null"] }, "project_id": { "type": "integer" }, ...
{ "pile_set_name": "Github" }
Erase all Times 12 depth = 200 sweep = Create Sound from formula: "sweep", 1, 0, 10, 16000, ... ~ sin (2 * pi * 400 * x^2) To Spectrogram: 0.05, 8000, 0.002, 20, "Gaussian" Select outer viewport: 0, 6, 0, 3 Paint: 0, 0, 0, 8000, 100, "yes", 90, 0, 0, "yes" Remove selectObject: sweep sweep_8k = Resample: 8000, 50 To S...
{ "pile_set_name": "Github" }
<?php namespace Sabre\DAV\Sync; use Sabre\DAV; /** * If a class extends ISyncCollection, it supports WebDAV-sync. * * You are responsible for maintaining a changelist for this collection. This * means that if any child nodes in this collection was created, modified or * deleted in any way, you should maintain a...
{ "pile_set_name": "Github" }
// The MIT License (MIT) // Copyright © 2014-2018 Miguel Peláez <kernelfreeze@outlook.com> // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation // files (the “Software”), to deal in the Software without restriction, including without limitation...
{ "pile_set_name": "Github" }
HTMLImports.whenReady(function() { Polymer({ is: 'x-list', properties: { items: { type: Array, value: function() { var data = []; for (var i = 1; i <= 64; i++) { data.push(i); } ...
{ "pile_set_name": "Github" }
<?php namespace MySociety\TheyWorkForYou; class Stripe { static private $instance; public function __construct($stripeSecretKey) { if (self::$instance) { throw new \RuntimeException('Stripe could not be instantiate more than once. Check PHP implementation : https://github.com/stripe/strip...
{ "pile_set_name": "Github" }
MBR - Master Boot Record by: Joe Allen (jhallen@world.std.com) original March 1998 John F. Reiser (jreiser@teleport.com) extensively modified July 21, 1998 archived: ftp://ftp.teleport.com/pub/users/jreiser/mbr02.tgz This is a boot manager which boots from primary and logical partitions, including those beyon...
{ "pile_set_name": "Github" }