input
stringlengths
1
893
label
int64
0
1
% The COBRAToolbox: testFindMetsFromRxns.m % % Purpose: % - tests that metabolites are found when a set of reactions is % provided % % Authors: % - Original file: Thomas Pfau Jan
1
/* * Copyright (c) 2020, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. * * WSO2 Inc. licenses this file to you under the Apache License, * Version 2.0 (the "License"); you may not
1
// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef
1
struct PS_INPUT { float4 vColor0 : COLOR0; }; float4 main( PS_INPUT i ) : COLOR { return i.vColor0; }
1
/* 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
1
blockAds=Bloquer les publicités allowAdsAndTracking=Autoriser les publicités et le pistage block3rdPartyCookie=Bloquer les cookies tiers httpsEverywhere=HTTPS Everywhere noScript=Bloquer les scripts noScriptPref=Bloquer les scripts (empêchera de nombreux sites de fonctionner) safeBrowsing=Bloquer les pages d'hameçonnage /
1
// compile // Copyright 2014 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file.
1
#!/usr/bin/perl # ********************************************************** # Copyright (c) 2001-2006 VMware, Inc. All rights reserved. # ********************************************************** # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that
1
// Boost.Geometry (aka GGL, Generic Geometry Library) // Copyright (c) 2007-2015 Barend Gehrels, Amsterdam, the Netherlands. // Copyright (c) 2008-2015 Bruno Lalande, Paris, France. // Copyright (c) 2009-2015 Mateusz Loskot, London, UK.
1
# # Copyright 2008 Free Software Foundation, Inc. # # This software is distributed under the terms of the GNU General Public # See the COPYING file in the main directory for
1
# HCSStarRatingView `HCSStarRatingView` is a `UIControl` subclass to easily provide users with a basic star rating interface. It supports all device resolutions and although it requires no images to render the stars
1
[ { "method": "json", "object": { "furniture": { ".": "f_null", "P": "f_sign", "^": [ "f_rubble", "f_rubble", "f_rubble", "f_null", "f_rubble_rock", "f_wreckage" ], "&": [ "f_rubble", "f_rubble", "f_rubble", "f_null", "f_null", "f_null", "f_null", "f_null", "f_null",
1
package broker import ( "context" "sync" "time" "github.com/Jeffail/benthos/v3/lib/log" "github.com/Jeffail/benthos/v3/lib/metrics" "github.com/Jeffail/benthos/v3/lib/response" "github.com/Jeffail/benthos/v3/lib/types" "github.com/Jeffail/benthos/v3/lib/util/throttle" "golang.org/x/sync/errgroup" ) //------------------------------------------------------------------------------ // FanOut is a broker that implements types.Consumer and broadcasts each message // out to an array
1
/* 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
1
import isEmail from 'validator/lib/isEmail'; import isURL from 'validator/lib/isURL'; // Errors. const required = (value: string) => value.length === 0 && 'REQUIRED'; const email = (value: string) => !isEmail(value) && 'EMAIL'; const url
1
/* * Copyright (C) 2020 Igalia S.L * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public *
1
{ "parent":"galacticraftcore:block/tin_1_stairs" }
1
fileFormatVersion: 2 guid: d190bd67e62824c1b8c7792439238401 timeCreated: 1498092939 licenseType: Pro TextureImporter: fileIDToRecycleName: {} serializedVersion: 4 mipmaps: mipMapMode: 0 enableMipMap: 1 sRGBTexture: 1 linearTexture: 0 fadeOut: 0 borderMipMap: 0 mipMapFadeDistanceStart: 1 mipMapFadeDistanceEnd: 3 bumpmap: convertToNormalMap:
1
package org.javers.spring.annotation; import org.javers.spring.auditable.aspect.springdata.JaversSpringDataAuditableRepositoryAspect; import org.springframework.data.repository.CrudRepository; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; /** * Enables Javers auto-audit aspect when put on Spring Data {@link CrudRepository} * * @see JaversSpringDataAuditableRepositoryAspect *
1
// -*- mode:java; encoding:utf-8 -*- // vim:set fileencoding=utf-8: // @homepage@ package example; import java.awt.*; import java.text.NumberFormat; import java.util.Objects; import javax.swing.*; import javax.swing.text.AbstractDocument; import javax.swing.text.AttributeSet; import javax.swing.text.BadLocationException; import javax.swing.text.DefaultFormatterFactory; import javax.swing.text.Document; import javax.swing.text.DocumentFilter;
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>org.gradle.api.dsl</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="keywords" CONTENT="org/gradle/api/dsl package"> <link href="groovy.ico" type="image/x-icon" rel="shortcut icon"> <link href="groovy.ico" type="image/x-icon" rel="icon"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css"
1
////////////////////////////////////////////////////////////////////////////// // // Copyright (c) 2004, Industrial Light & Magic, a division of Lucasfilm // Entertainment Company Ltd. Portions contributed and copyright held by // others as indicated. All rights reserved. //
1
# Console Mode Running [![English](https://img.shields.io/badge/language-English-orange.svg)](Console-Mode-Running.md) [![Korean](https://img.shields.io/badge/language-Korean-blue.svg)](Console-Mode-Running_kr.md) It is also provided console-mode-monitoring. But remember this method is temporary for rarely special cases. For example, you can use console-mode-monitoring, 1. When the communication is
1
<?php /** * Test class for HttpRequest. * Generated by PHPUnit on 2013-03-03 at 18:10:39. */ class HttpRequestTest extends PHPUnit_Framework_TestCase { /** * @var HttpRequest */ protected $object; /** * Sets up
1
(ns datasplash.api (:refer-clojure :exclude [map filter mapcat group-by distinct flatten concat juxt identity max min count frequencies key val partition-by cond->> ->>]) (:require [datasplash [core :as dt] [bq :as bq] [options :as
1
<#-- 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
1
'\" '\" Copyright (c) 1993 The Regents of the University of California. '\" Copyright (c) 1994-1996 Sun Microsystems, Inc. '\" Copyright (c) 2001 Kevin B. Kenny <kennykb@acm.org>. All rights reserved. '\" '\"
1
<?xml version="1.0" encoding="utf-8"?> <!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. --> <xs:schema
1
versions: "1.16.1": folder: all "1.15.0": folder: all "1.14.0": folder: all
1
// Vita3K emulator project // Copyright (C) 2018 Vita3K team // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General
1
#template('colorThemeInit.vm') /*! #macro (toRGBa $hexColor $opacity) #set ($macro.hexColor = "$!hexColor") #if ($macro.hexColor.matches('#[0-9a-fA-F]{3}')) ## Expand the color value. #set ($macro.hexColor = $macro.hexColor.replaceAll('(\w)', '$1$1')) #end #if ($macro.hexColor.matches('#[0-9a-fA-F]{6}')) #set ($integer = 0) #set ($red =
1
target datalayout = "e-m:w-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-pc-windows-msvc19.11.0" define dso_local dllexport i32 @foo() { ret i32 42 }
1
; haribote-os boot asm ; TAB=4 [INSTRSET "i486p"] VBEMODE EQU 0x105 ; 1024 x 768 x 8bit彩色 ; (画面模式一览) ; 0x100 : 640 x 400 x 8bit彩色 ; 0x101 : 640 x
1
@******************************************************************************************************* // ModbusConfig.cshtml - Gbtc // // Copyright © 2017 Grid Protection Alliance. All Rights Reserved. // // Licensed to the Grid Protection Alliance (GPA) under one or more contributor license agreements.
1
/*! * write <https://github.com/jonschlinkert/write> * * Copyright (c) 2014-2015, Jon Schlinkert. * Licensed under the MIT License. */ 'use strict'; var fs = require('fs'); var path = require('path'); var mkdir = require('mkdirp');
1
<!doctype html> <html class="default no-js"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>DefaultJPEGDecoderComponentFactory | amazon-chime-sdk-js</title> <meta name="description" content="Documentation for amazon-chime-sdk-js"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="../assets/css/main.css"> </head> <body> <header> <div class="tsd-page-toolbar"> <div
1
#!/bin/sh . /lib/functions.sh . /lib/functions/system.sh # initialize defaults RAMFS_COPY_BIN="" # extra programs for temporary ramfs root RAMFS_COPY_DATA="" # extra data files export MTD_CONFIG_ARGS="" export INTERACTIVE=0 export VERBOSE=1 export SAVE_CONFIG=1 export SAVE_OVERLAY=0 export
1
CONFIG_ARM=y CONFIG_ARCH_CPU_INIT=y CONFIG_ARCH_RMOBILE=y CONFIG_SYS_TEXT_BASE=0x50000000 CONFIG_SYS_MALLOC_F_LEN=0x2000 CONFIG_ENV_SIZE=0x20000 CONFIG_ENV_OFFSET=0xFFFE0000 CONFIG_DM_GPIO=y CONFIG_SPL_TEXT_BASE=0xe6318000 CONFIG_RCAR_GEN3=y CONFIG_TARGET_EBISU=y CONFIG_DEFAULT_DEVICE_TREE="r8a77990-ebisu-u-boot" CONFIG_SMBIOS_PRODUCT_NAME="" CONFIG_FIT=y CONFIG_USE_BOOTARGS=y CONFIG_BOOTARGS="root=/dev/nfs rw nfsroot=192.168.0.1:/export/rfs ip=192.168.0.20" CONFIG_SUPPORT_RAW_INITRD=y CONFIG_DEFAULT_FDT_FILE="r8a77990-ebisu.dtb" CONFIG_VERSION_VARIABLE=y CONFIG_HUSH_PARSER=y CONFIG_CMD_BOOTZ=y CONFIG_CMD_GPIO=y CONFIG_CMD_I2C=y CONFIG_CMD_MMC=y CONFIG_CMD_USB=y CONFIG_CMD_DHCP=y CONFIG_CMD_MII=y CONFIG_CMD_PING=y CONFIG_CMD_EXT2=y
1
// // TestAppAppDelegate.m // TestApp // // Created by Benjawan Tanarattanakorn on 11/30/12. // Copyright __MyCompanyName__ 2012. All rights reserved. // #import "TestAppAppDelegate.h" @implementation TestAppAppDelegate @synthesize window; #pragma mark - #pragma mark
1
const webpack = require('webpack'); const path = require('path'); module.exports = { devtool: 'none', entry: path.resolve(__dirname, "../Client/index.tsx"), resolve: { extensions: [".tsx",".ts", ".json"] }, output: { path: path.join(__dirname, "../Assets"), filename: 'beatpulse-bundle.js' }, module: {
1
#!/usr/bin/env bash # 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
1
"use strict"; module.exports = { "#": require("./#"), "escape": require("./escape"), "isRegExp": require("./is-reg-exp"), "validRegExp": require("./valid-reg-exp") };
1
from django.core.management.base import NoArgsCommand from django.contrib.auth.models import User, Group from newsfeed.models import Activity from guardian.conf import settings from guardian.shortcuts import assign_perm class Command(NoArgsCommand): def handle(self, **options): everyone = Group.objects.get(name='everyone') anonymous = User.objects.get(pk=settings.ANONYMOUS_USER_ID)
1
>>> Flow 1 (client to server) 00000000 16 03 01 00 f8 01 00 00 f4 03 03 00 00 00 00 00 |................| 00000010 00 00 00 00 00 00 00
1
fileFormatVersion: 2 guid: 6560e97806699ac45b85b0a83b7f0187 folderAsset: yes timeCreated: 1497977272 licenseType: Pro DefaultImporter: userData: assetBundleName: assetBundleVariant:
1
@h1 Core C Types Felix lifts a basic set of types from C. This is best understood by examining the standard library. @felix plat/ctypedefs.flx The <code>type</code> statement is used to lift a
1
/* * Copyright (c) 2000,2002,2005 Silicon Graphics, Inc. * All Rights Reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the
1
# Locally calculated sha256 192d903588ae2cdceab3d7dc5a5636b023132c8369f184ca89ccec0312ae33d0 opencv-2.4.13.7.tar.gz sha256 46e42877dfc3ac65769292cb4dc1a04b204ad9e40859a390f4c035d6179fbcc4 LICENSE
1
/******************************************************************************* AudioScience HPI driver Copyright (C) 1997-2011 AudioScience Inc. <support@audioscience.com> This program is free software; you can redistribute it and/or modify it under the terms of version 2 of the GNU General
1
@node getpeername @section @code{getpeername} @findex getpeername POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/getpeername.html} Gnulib module: getpeername Portability problems fixed by Gnulib: @itemize @item On Windows platforms (excluding Cygwin), error codes from this function are not placed
1
diff --git a/dotnetcore2/runtime.py b/dotnetcore2/runtime.py index 475e2b4..5b578ec 100644 --- a/dotnetcore2/runtime.py +++ b/dotnetcore2/runtime.py @@ -41,6 +41,7 @@ def _get_bin_folder() -> str: def get_runtime_path(): + return "@dotnet@/dotnet" search_string = os.path.join(_get_bin_folder(), 'dotnet*') matches = [f for
1
/* * Copyright (c) 2013 Isode Limited. * All rights reserved. * See the COPYING file for more information. */ #include <Swiften/Elements/PubSubOwnerPubSub.h> using namespace Swift; PubSubOwnerPubSub::PubSubOwnerPubSub() { } PubSubOwnerPubSub::~PubSubOwnerPubSub() { }
1
{ "name": "Template script tags", "options": {}, "html": "<script type=\"text/template\"><h1>Heading1</h1></script>", "expected": [ { "type": "script", "name": "script", "attribs": { "type": "text/template" }, "children": [ { "data": "<h1>Heading1</h1>", "type": "text" } ] }
1
================== Resource iterators ================== Web services often implement pagination in their responses which requires the end-user to issue a series of consecutive requests in order to fetch all of the data they
1
# XMPP 协议规范 xmpp 是基于 xml 类型进行消息传递的。所有的消息传递类型都是 xmpp 类型的。 ![聊天数据流](https://s2.ax1x.com/2019/10/24/KUGlWD.png) 流程:客户端 A 给客户端 B 发送一条消息,消息先从客户端 A 传到服务器,服务器通过判断客户端 B 是否在线,如果在线的就直接把消息推送给客户端 B,客户端 B 收到消息以后,则发送后回执,服务器收到回执以后再推给客户端 A。如果客户端 B 不在线,则消息在服务器端保存,服务器发送回回执告诉客户端 A 发送消息成功,等客户端 B 上线以后再把消息推送给客户端 B。 问题 1:
1
# Copyright (c) 2017 Sony Corporation. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the
1
--TEST-- #2382: Data Providers throw error with uncloneable object --FILE-- <?php $_SERVER['argv'][1] = '--no-configuration'; $_SERVER['argv'][2] = 'Issue2382Test'; $_SERVER['argv'][3] = __DIR__ . '/2382/Issue2382Test.php'; require __DIR__ . '/../../../bootstrap.php'; PHPUnit\TextUI\Command::main(); ?> --EXPECTF-- PHPUnit %s by
1
/* ============================================================ * * This file is a part of digiKam project * https://www.digikam.org * * Date : 2007-11-09 * Description : resize image threads manager. * * Copyright (C) 2007-2019 by
1
{ "info" : { "version" : 1, "author" : "xcode" } }
1
/////////////////////////////////////////////////////////////////////////////////// /// OpenGL Mathematics (glm.g-truc.net) /// /// Copyright (c) 2005 - 2013 G-Truc Creation (www.g-truc.net) /// Permission is hereby granted, free of charge, to any person obtaining a copy /// of this
1
/* ============================================================================== This file is part of the juce_core module of the JUCE library. Copyright (c) 2015 - ROLI Ltd. Permission to use, copy, modify, and/or distribute this software for any purpose
1
--- description: "Compiler Error CS0545" title: "Compiler Error CS0545" ms.date: 07/20/2015 f1_keywords: - "CS0545" helpviewer_keywords: - "CS0545" ms.assetid: f8c50376-76c4-46ac-9ee1-76cc58005cea --- # Compiler Error CS0545 'function' : cannot override because 'property' does not
1
#!/bin/bash if [ "$#" -lt 3 ]; then echo "" echo "Please use $0 /emsdk/emscripten/1.38.8 Debug|RelWithDebInfo|Release|MinSizeRel wglChAoSP|wglChAoSP_lowres" echo "" else EMSCRIPTEN=$1 BUILD_TYPE=$2 PROG_TYPE=$3 EMS_DIR=$RAMDISK"builds/ems"$BUILD_TYPE cmake -DCMAKE_TOOLCHAIN_FILE:STRING=$EMSCRIPTEN/cmake/Modules/Platform/Emscripten.cmake -DCMAKE_BUILD_TYPE:STRING=$BUILD_TYPE -DBUILD_$PROG_TYPE:BOOL=TRUE -G "Ninja" -B$EMS_DIR cd
1
package cli type Args interface { // Get returns the nth argument, or else a blank string Get(n int) string // First returns the first argument, or else a blank string First()
1
{ "format_version": "1.10.0", "minecraft:attachable": { "description": { "identifier": "{{PROJ_PREFIX}}:{{IDENTIFIER}}_leggings.player", "item": { "{{PROJ_PREFIX}}:{{IDENTIFIER}}_leggings": "query.owner_identifier == 'minecraft:player'" }, "materials": { "default": "armor", "enchanted": "armor_enchanted" }, "textures": { "default": "textures/models/armor/{{IDENTIFIER}}_2", "enchanted": "textures/misc/enchanted_item_glint" }, "geometry": {
1
pragma solidity ^0.4.24; import "./MintableToken.sol"; /** * @title Capped token * @dev Mintable token with a token cap. */ contract CappedToken is MintableToken { uint256 public cap; constructor(uint256 _cap) public { require(_cap
1
{ "acno": "AR00415", "acquisitionYear": 2009, "all_artists": "Andy Warhol", "artistRooms": true, "catalogueGroup": {}, "classification": "on paper, print", "contributorCount": 1, "contributors": [ { "birthYear": 1928, "date": "1928\u20131987", "displayOrder": 1, "fc": "Andy Warhol", "gender": "Male",
1
-n net3.net.xml -r input_routes.rou.xml --step-length=0.1 --step-method.ballistic --no-step-log
1
# frozen_string_literal: true module Aws # A utility module that provides a class method that wraps # a method such that it generates a deprecation warning when called. # Given the following
1
// Boost.Range library // // Copyright Neil Groves 2014. Use, modification and // distribution is subject to the Boost Software License, Version // 1.0. (See accompanying file LICENSE_1_0.txt or copy at //
1
/* * Copyright (C) Igor Sysoev * Copyright (C) Nginx, Inc. */ #include <ngx_config.h> #include <ngx_core.h> #include <ngx_http.h> #define NGX_HTTP_REFERER_NO_URI_PART ((void *) 4) /* The ngx_http_referer_module module is used to block access
1
<html> <head> <title>SL.P.10.R.21.SL062003-15</title> </head> <body bgcolor="white"> <a name="1">[1]</a> <a href="#1" id=1>summit conference site of the city centre in france </a> </body> </html>
1
#import <JavaScriptCore/JavaScriptCore.h> @interface JSObjWrapper : NSObject @property (readonly, nonatomic) JSContextRef jsctx; @property (readonly, nonatomic) JSObjectRef jsobj; - (instancetype)initWithJSContext:(JSContextRef)ctx object:(JSObjectRef)obj; @end
1
// 属性接口 interface PersonInfo { name: string; age: number; gender: string; school?: string; } var somePersonInfo:PersonInfo = { name: 'shao', age: 12, gender: 'man' } // 属性接口封装ajax interface Config { type: string;
1
import marshmallow as ma import pytest class Person(ma.Schema): name = ma.fields.String() status = ma.fields.String( required=True, validate=ma.validate.OneOf(choices=('user', 'moderator', 'admin'))) created = ma.fields.DateTime() birthday = ma.fields.Date() is_relative = ma.fields.Bool() class Pet(ma.Schema): name = ma.fields.String()
1
grammar CSV; top : hdr row+ ; hdr : row ; row : field (',' field)* '\r'? '\n' ; field : TEXT # text | STRING # string | # empty ;
1
/* casale_exchange_connector.h Mathieu Stefani, 05 December 2014 Copyright (c) 2014 Datacratic. All rights reserved. Exchange Connector for Casale Media */ #pragma once #include "rtbkit/plugins/exchange/openrtb_exchange_connector.h" #include "rtbkit/plugins/exchange/creative_configuration.h" namespace RTBKIT { /*****************************************************************************/ /* CASALE
1
<?php namespace Elastica\Filter; trigger_error('Deprecated: Filters are deprecated. Use queries in filter context. See https://www.elastic.co/guide/en/elasticsearch/reference/2.0/query-dsl-filters.html', E_USER_DEPRECATED); /** * Multi Abstract filter object. Should be extended by filter types composed of an array of
1
// fn0C00_0000 // Return size: 2 define fn0C00_0000 fn0C00_0000_entry: sp = fp Top = 0<i8> // succ: l0C00_0000 l0C00_0000: ebx = 0x20<32> eax = 0x64<32> edx_eax = CONVERT(eax, int32, int64) v7 =
1
OK
1
// Copyright 2013 the V8 project authors. All rights reserved. // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are
1
<!-- This file contains Runtime Directives used by .NET Native. The defaults here are suitable for most developers. However, you can modify these parameters to modify the behavior of the .NET Native
1
/*! * jQuery UI CSS Framework 1.10.3 * http://jqueryui.com * * Copyright 2013 jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license * * http://docs.jquery.com/UI/Theming/API * * To
1
############################################################################## ############################################################################## ### T E S T I N G ### ############################################################################## ############################################################################## # -------------------------------------------------------------------- # Copy all the HDF5 files from the test directory into the source directory # -------------------------------------------------------------------- set
1
/* * Copyright 1993-2015 NVIDIA Corporation. All rights reserved. * * NOTICE TO USER: * * This source code is subject to NVIDIA ownership rights under U.S. and * international Copyright laws.
1
// Copyright Joyent, Inc. and other Node contributors. // // Permission is hereby granted, free of charge, to any person obtaining a // copy of this software and associated documentation files (the
1
<html> <head> <title> RPOW Security </title> </head> <body> <font face="lucida grande, verdana, arial, helvetica, sans-serif" size="+1"> <blockquote> <div align="center"> <table border="2" width="100%" cellspacing="20" bgcolor="#99ffcc" cellpadding="10"><tr align="center"> <td width="10%" valign="top" bgcolor="#ffffff"> <a href="index.html">
1
/* * Copyright 2014-2016 Nippon Telegraph and Telephone Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the
1
<p>Just a demo</p>
1
#!/usr/bin/env bash ############################################################################## ## ## Gradle start up script for UN*X ## ############################################################################## # Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this
1
{ "Name:": "Nom:", "Pronouns:": "Pronouns:", "Origin:": "Origin:", "Class:": "Classe:", "Level:": "Niveau:", "XP:": "XP:", "Base Attributes": "Base Attributes", "Toughness:": "Toughness:", "Agility:": "Agility:", "Accuracy:": "Accuracy:", "Discipline:": "Discipline:", "Combat Attributes": "Combat Attributes", "Max HP:": "Max
1
/* Copyright (c) 2009-2017, Haystack Software LLC https://www.arqbackup.com All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
1
/** @defgroup iwdg_file IWDG @ingroup STM32F1xx @brief <b>libopencm3 STM32F1xx Independent Watchdog Timer</b> @version 1.0.0 @date 18 August 2012 LGPL License Terms @ref lgpl_license */ /* * This file is part of the
1
/* * This file is part of wl1251 * * Copyright (C) 2008 Nokia Corporation * * This program is free software; you can redistribute it and/or * modify it under the
1
#!/bin/bash set -e if [[ $GO111MODULE == "on" ]]; then go get . else go get -u -v $(go list -f '{{join .Imports "\n"}}{{"\n"}}{{join .TestImports "\n"}}' ./... | sort | uniq |
1
#! /usr/local/bin/ruby -w require 'RMagick' imgl = Magick::ImageList.new imgl.new_image(500, 300, Magick::HatchFill.new('white','lightcyan2')) gc = Magick::Draw.new # Draw path with quadratic bezier commands gc.fill_opacity 0 gc.stroke 'red' gc.stroke_width 3 gc.path "M20,150 Q120,25 220,150 T420,150"
1
# supervision 16kbyte cartridge # ld65 config file # ld65 --config supervision-16k.cfg -o <prog>.bin <prog>.o SYMBOLS { __STACKSIZE__: type = weak, value = $0100; # 1 page stack __GFX_START__: type = weak,
1
"%1$@ %2$@ has been downloaded and is ready to use! This is an important update; would you like to install it and relaunch %1$@ now?" = "%1$@ %2$@ er lastet ned og
1
// RUN: %dxc -T ps_6_0 %s -E main | %FileCheck %s // CHECK: call void @dx.op.storeOutput{{.*}} float 0x3FB21BD540000000 [RootSignature("")] float main(float x : A) : SV_Target { float y = 1.5; return
1
1
README.md exists but content is empty. Use the Edit dataset card button to edit it.
Downloads last month
0
Edit dataset card