content
stringlengths
263
5.24M
pred_label
stringclasses
1 value
pred_score_pos
float64
0.6
1
<?php /* * This file is part of Aplus Framework Pagination Library. * * (c) Natan Felles <natanfelles@gmail.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ /** * @var Framework\Pagination\Pager $pager */ $language = $pager->...
__label__POS
0.649972
/** * CoinAPI Market Data REST API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: v1 * Contact: support@apibricks.io * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech)....
__label__POS
0.667231
/** * CoinAPI Market Data REST API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: v1 * Contact: support@apibricks.io * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech)....
__label__POS
0.827656
/** * CoinAPI Market Data REST API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: v1 * Contact: support@apibricks.io * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech)....
__label__POS
0.826242
/** * CoinAPI Market Data REST API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: v1 * Contact: support@apibricks.io * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech)....
__label__POS
0.813942
/** * CoinAPI Market Data REST API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: v1 * Contact: support@apibricks.io * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech)....
__label__POS
0.791388
/** * CoinAPI Market Data REST API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: v1 * Contact: support@apibricks.io * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech)....
__label__POS
0.655103
/** * CoinAPI Market Data REST API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: v1 * Contact: support@apibricks.io * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech)....
__label__POS
0.922674
<?php declare(strict_types=1); /* * This file is part of Aplus Framework Routing Library. * * (c) Natan Felles <natanfelles@gmail.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Framework\Routing; use Framework\Rout...
__label__POS
0.794453
/** * CoinAPI Market Data REST API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: v1 * Contact: support@apibricks.io * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech)....
__label__POS
0.693881
/** * CoinAPI Market Data REST API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: v1 * Contact: support@apibricks.io * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech)....
__label__POS
0.668932
/** * CoinAPI Market Data REST API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: v1 * Contact: support@apibricks.io * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech)....
__label__POS
0.815351
/** * CoinAPI Market Data REST API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: v1 * Contact: support@apibricks.io * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech)....
__label__POS
0.893751
<?php declare(strict_types=1); /* * This file is part of Aplus Framework Routing Library. * * (c) Natan Felles <natanfelles@gmail.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Framework\Routing\Attributes; use Att...
__label__POS
0.765217
/** * CoinAPI Market Data REST API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: v1 * Contact: support@apibricks.io * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech)....
__label__POS
0.605192
/** * CoinAPI Market Data REST API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: v1 * Contact: support@apibricks.io * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech)....
__label__POS
0.601905
/** * CoinAPI Market Data REST API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: v1 * Contact: support@apibricks.io * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech)....
__label__POS
0.628505
/** * CoinAPI Market Data REST API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: v1 * Contact: support@apibricks.io * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech)....
__label__POS
0.779629
/** * CoinAPI Market Data REST API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: v1 * Contact: support@apibricks.io * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech)....
__label__POS
0.702638
/** * CoinAPI Market Data REST API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: v1 * Contact: support@apibricks.io * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech)....
__label__POS
0.735375
require 'net/http' require 'openssl' require 'date' require 'json' module CoinAPIv1 class Client def initialize(api_key:, options: {}) @api_key = api_key @options = default_options.merge(options) end def metadata_list_all_exchanges request(endpoint: 'exchanges') end def metada...
__label__POS
0.730606
package io.coinapi.rest; import static org.junit.Assert.assertEquals; import org.junit.Before; import org.junit.Test; import java.io.IOException; import java.time.Instant; /** * Unit test for REST_method. */ public class REST_methodsTest { private static String COINAPI_KEY; private REST_methods rm; @...
__label__POS
0.93967
package io.coinapi.rest; /** * Symbol types list (enumeration of symbol_type output variable) */ public class SymbolType { /** * FX Spot. Agreement to exchange one asset for another one (e.g. Buy BTC for USD) */ public static final String SPOT = "SPOT"; /** * Futures contract. FX Spot de...
__label__POS
0.994862
package io.coinapi.rest; /** * Stores all the state for an asset, as described in <a href= "https://docs.coinapi.io/#list-all-assets">https://docs.coinapi.io/#list-all-assets</a>. * <p> * This class is multithread safe: it is <a href="http://www.ibm.com/developerworks/java/library/j-jtp02183.html">immutable</a>. *...
__label__POS
0.783736
package io.coinapi.rest; /** * Stores all the state for a period, as described in <a href= "https://docs.coinapi.io/#list-all-periods">https://docs.coinapi.io/#list-all-periods</a>. * <p> * This class is multithread safe: it is <a href="http://www.ibm.com/developerworks/java/library/j-jtp02183.html">immutable</a>. ...
__label__POS
0.892336
package io.coinapi.rest; import java.time.Instant; import java.util.ArrayList; /** * Stores all the state for an orderbook, as described in <a href= "https://docs.coinapi.io/#order-book">https://docs.coinapi.io/#order-book</a>. * <p> * This class is multithread safe: it is <a href="http://www.ibm.com/developerwork...
__label__POS
0.671685
package io.coinapi.rest; import java.io.Closeable; import java.io.IOException; import java.time.Instant; import java.util.ArrayList; import okhttp3.OkHttpClient; import okhttp3.Request; import okhttp3.Response; import okhttp3.ResponseBody; import org.json.JSONArray; import org.json.JSONObject; /** * Contains method...
__label__POS
0.722844
package io.coinapi.rest; import java.time.Instant; /** * Stores all the state for a quote with a trade, as described in <a href= "https://docs.coinapi.io/#current-data32">https://docs.coinapi.io/#current-data32</a>. * <p> * This class is multithread safe: it is <a href="http://www.ibm.com/developerworks/java/libra...
__label__POS
0.822495
package io.coinapi.rest; import org.json.JSONObject; import java.time.Instant; /** * Helper class to handle the json. */ public class UtilsJSON { /** * Converting json values to string. * @param name * @param value * @return */ public static String parseStringFromJson(String name,...
__label__POS
0.998965
package io.coinapi.rest; import java.time.Instant; /** * Stores all the state for a current exchange rate, as described in <a href= "https://docs.coinapi.io/#get-all-current-rates">https://docs.coinapi.io/#get-all-current-rates</a>. * <p> * This class is multithread safe: it is <a href="http://www.ibm.com/develope...
__label__POS
0.839475
package io.coinapi.rest; import java.time.Instant; /** * Stores all the state for a timeseries data, as described in <a href= "https://docs.coinapi.io/#latest-data">https://docs.coinapi.io/#latest-data</a>. * <p> * This class is multithread safe: it is <a href="http://www.ibm.com/developerworks/java/library/j-jtp0...
__label__POS
0.73146
package io.coinapi.rest; /** * Stores all the state for an exchange, as described in <a href= "https://docs.coinapi.io/#list-all-exchanges">https://docs.coinapi.io/#list-all-exchanges</a>. * <p> * This class is multithread safe: it is <a href="http://www.ibm.com/developerworks/java/library/j-jtp02183.html">immutabl...
__label__POS
0.871336
package io.coinapi.rest; import java.io.FileNotFoundException; import java.io.IOException; import java.io.InputStream; import java.util.Properties; /** * File configuration support */ public class Config { private InputStream inputStream; /** * Get value from config * @param name * @return ...
__label__POS
0.812408
namespace CoinAPI.REST.V1 { public static class CoinApiEndpointUrls { public static string Exchanges() => "/v1/exchanges"; public static string Assets() => "/v1/assets"; public static string Symbols() => "/v1/symbols"; public static string Symbols(string exchangeId) => $"/v1/sym...
__label__POS
0.999862
<?php declare(strict_types=1); /* * This file is part of Aplus Framework Validation Library. * * (c) Natan Felles <natanfelles@gmail.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Framework\Validation; use Framewor...
__label__POS
0.982238
<?php declare(strict_types=1); /* * This file is part of Aplus Framework Validation Library. * * (c) Natan Felles <natanfelles@gmail.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Framework\Validation; use Framewor...
__label__POS
0.994686
<?php declare(strict_types=1); /* * This file is part of Aplus Framework Validation Library. * * (c) Natan Felles <natanfelles@gmail.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Framework\Validation; use Framewor...
__label__POS
0.819199
<?php declare(strict_types=1); /* * This file is part of Aplus Framework Validation Library. * * (c) Natan Felles <natanfelles@gmail.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Framework\Validation\Traits; /** ...
__label__POS
0.843719
<?php declare(strict_types=1); /* * This file is part of Aplus Framework Validation Library. * * (c) Natan Felles <natanfelles@gmail.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Framework\Validation\Traits; use J...
__label__POS
0.92643
#' Get current order book snapshot for all or a specific symbol. #' #' @param symbol #' @param filterSymbol #' @param limitLevels #' #' @return #' @export #' #' @examples #' getOrderbook(symbol = "BITSTAMP_SPOT_BTC_USD", limitLevels = 1) #' getOrderbook(filterSymbol = "BTC") getOrderbook <- function(symbol = NULL, ...
__label__POS
0.808425
#' Get exchange rate for a base/quote pair #' #' @param assetIdBase #' @param assetIdQuote #' @param time #' #' @return #' @export #' #' @examples #' getExchangeRate("BTC", "USD") getExchangeRate <- function(assetIdBase, assetIdQuote, time = NULL) { endpoint <-...
__label__POS
0.687925
# Windows ## 0x00 文件目录操作 ### 1.查找文件 cmd: ```cmd for /r 目录名 %变量名 in (匹配模式1,匹配模式2) do 命令 for /r d: %i in (*) do @echo %i for /r d: %i in (*.txt,*.jpg) do @echo %i for /r d: %i in (*shell.jsp) do @echo %i ``` ### 2.查看文件内容 cmd: ```cmd type "D:\www\shell.jsp" ``` powershell: ```powershell Get-Content "D:\www\shell....
__label__POS
0.643631
当Linux发行版禁用对符号链接的保护时:echo 0 > /proc/sys/fs/protected_symlinks 对软链接文件执行chown操作时,如果未加-h参数,实际将会操作原文件。 利用该特点我们能实现对文件的提权与降权。 ### 文件提权 root用户创建了以下下脚本 ```shell nano 1.sh <<EOF #!/bin/bash chown root:root ./2.sh EOF chmod 4755 ./1.sh ``` aplyc1a用户执行以下步骤,创建对自己生成的suidshell的软链接。 ```shell gcc suid.c -o suid.shell chmod +...
__label__POS
0.956562
import tensorflow as tf import numpy as np def add_noise(x, y): x += np.random.uniform(0.0, 0.01) return x, y def one_hot(x, y): if y == 0: return x, np.array([1, 0]) else: return x, np.array([0, 1]) if __name__ == '__main__': data = np.array([0.1, 0.4, 0.6, 0.2, 0.8, 0.8, 0.4, 0....
__label__POS
0.950315
/** * CoinAPI Indexes REST API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: v1 * Contact: support@apibricks.io * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * ...
__label__POS
0.792927
/** * CoinAPI Indexes REST API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: v1 * Contact: support@apibricks.io * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * ...
__label__POS
0.97597
/** * CoinAPI Indexes REST API * * Contact: support@apibricks.io * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * Represents a timeseries item with value information. */ export interface ...
__label__POS
0.989122
// tslint:disable /** * CoinAPI Indexes REST API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: v1 * Contact: support@apibricks.io * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-ge...
__label__POS
0.88475
/* SPDX-License-Identifier: AGPL-3.0-or-later */ /* This file is part of yagips. ©2025 Alex Pensinger (ArcticLuma113) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the L...
__label__POS
0.88573
note description:"[ CoinAPI Indexes REST API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: v1 Contact: support@apibricks.io NOTE: This class is auto generated by OpenAPI Generator (https://openapi-gener...
__label__POS
0.852717
note description:"[ CoinAPI Indexes REST API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: v1 Contact: support@apibricks.io NOTE: This class is auto generated by OpenAPI Generator (https://openapi-gener...
__label__POS
0.649065
note description: "Summary description for {JSON_BASIC_REFLECTOR_DESERIALIZER}." date: "$Date$" revision: "$Revision$" class JSON_BASIC_REFLECTOR_DESERIALIZER inherit JSON_DESERIALIZER redefine reset end JSON_TYPE_UTILITIES_EXT feature -- Conversion from_json (a_json: detachable JSON_VALUE; ctx: JSON...
__label__POS
0.625568
package org.apmem.tools.layouts; import android.view.Gravity; import android.view.View; import android.widget.Button; import junit.framework.Assert; import org.junit.Test; import org.junit.runner.RunWith; import org.robolectric.Robolectric; import org.robolectric.RobolectricTestRunner; import org.robolectric.annotatio...
__label__POS
0.976506
package org.apmem.tools.layouts; import android.view.Gravity; import android.view.View; import android.widget.Button; import junit.framework.Assert; import org.junit.Test; import org.junit.runner.RunWith; import org.robolectric.Robolectric; import org.robolectric.RobolectricTestRunner; import org.robolectric.annotatio...
__label__POS
0.930136
package org.apmem.tools.layouts; import android.view.Gravity; import junit.framework.Assert; import org.apmem.tools.layouts.logic.CommonLogic; import org.apmem.tools.layouts.logic.ConfigDefinition; import org.apmem.tools.layouts.logic.LineDefinition; import org.apmem.tools.layouts.logic.ViewDefinition; import org.juni...
__label__POS
0.949753
package org.apmem.tools.layouts; import android.view.Gravity; import android.view.View; import android.widget.Button; import junit.framework.Assert; import org.apmem.tools.layouts.logic.CommonLogic; import org.junit.Test; import org.junit.runner.RunWith; import org.robolectric.Robolectric; import org.robolectric.Robol...
__label__POS
0.831731
package org.apmem.tools.layouts; import android.view.Gravity; import android.view.View; import android.widget.Button; import junit.framework.Assert; import org.apmem.tools.example.MyActivity; import org.junit.Test; import org.junit.runner.RunWith; import org.robolectric.Robolectric; import org.robolectric.RobolectricT...
__label__POS
0.813356
package org.apmem.tools.layouts; import android.view.View; import android.view.ViewGroup; import android.widget.Button; import junit.framework.Assert; import org.apmem.tools.example.MyActivity; import org.junit.Test; import org.junit.runner.RunWith; import org.robolectric.Robolectric; import org.robolectric.Robolectri...
__label__POS
0.90634
package org.apmem.tools.example; import android.app.Activity; import android.graphics.Rect; import android.os.Bundle; import android.support.v7.widget.RecyclerView; import org.apmem.tools.example.helpers.TestAdapter; import org.apmem.tools.example.helpers.TestModel; import org.apmem.tools.layouts.FlowLayoutManager; i...
__label__POS
0.887233
package org.apmem.tools.example.helpers; import android.content.Context; import android.support.v7.widget.RecyclerView; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.TextView; import org.apmem.tools.example.R; import org.apmem.tools.layouts.FlowLayou...
__label__POS
0.610108
/* * CoinAPI Indexes REST API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: v1 * Contact: support@apibricks.io * * NOTE: This class is auto generated by the OAS code generator program. * https://github.com/Op...
__label__POS
0.786833
package org.apmem.tools.layouts.logic; import android.graphics.Rect; import android.view.Gravity; import android.view.View; import java.util.List; public class CommonLogic { public static final int HORIZONTAL = 0; public static final int VERTICAL = 1; public static void calculateLinesAndChildPosition(Li...
__label__POS
0.668129
package org.apmem.tools.layouts.logic; import java.util.ArrayList; import java.util.List; public class LineDefinition { private final List<ViewDefinition> views = new ArrayList<>(); private final ConfigDefinition config; private int lineLength; private int lineThickness; private int lineStartThick...
__label__POS
0.798284
/* * CoinAPI Indexes REST API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: v1 * Contact: support@apibricks.io * * NOTE: This class is auto generated by the OAS code generator program. * https://github.com/Op...
__label__POS
0.851902
/* * CoinAPI Indexes REST API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: v1 * Contact: support@apibricks.io * * NOTE: This class is auto generated by the OAS code generator program. * https://github.com/Op...
__label__POS
0.610464
/* * CoinAPI Indexes REST API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: v1 * Contact: support@apibricks.io * * NOTE: This class is auto generated by the OAS code generator program. * https://github.com/Op...
__label__POS
0.68275
/* * CoinAPI Indexes REST API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: v1 * Contact: support@apibricks.io * * NOTE: This class is auto generated by the OAS code generator program. * https://github.com/Op...
__label__POS
0.721272
public class OAS { private static final String HEADER_CONTENT_TYPE = 'Content-Type'; private static final String HEADER_ACCEPT = 'Accept'; private static final String HEADER_ACCEPT_DELIMITER = ','; private static final Map<String, String> DELIMITERS = new Map<String, String> { 'csv' => ',', ...
__label__POS
0.807744
/* * CoinAPI Indexes REST API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: v1 * Contact: support@apibricks.io * * NOTE: This class is auto generated by the OAS code generator program. * https://github.com/Op...
__label__POS
0.833688
/* * CoinAPI Indexes REST API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: v1 * Contact: support@apibricks.io * * NOTE: This class is auto generated by the OAS code generator program. * https://github.com/Op...
__label__POS
0.600704
--[[ CoinAPI Indexes REST API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: v1 Contact: support@apibricks.io Generated by: https://openapi-generator.tech ]] --package openapiclient local http_request = requir...
__label__POS
0.835011
--[[ CoinAPI Indexes REST API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: v1 Contact: support@apibricks.io Generated by: https://openapi-generator.tech ]] --package openapiclient local http_request = requir...
__label__POS
0.686283
--[[ CoinAPI Indexes REST API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: v1 Contact: support@apibricks.io Generated by: https://openapi-generator.tech ]] --package openapiclient local http_request = requir...
__label__POS
0.761048
/*- * See the file LICENSE for redistribution information. * * Copyright (c) 1997, 2015 Oracle and/or its affiliates. All rights reserved. * * $Id$ */ package db; import com.sleepycat.db.*; import java.io.File; import java.io.FileNotFoundException; import java.io.InputStreamReader; import java.io.IOException; ...
__label__POS
0.612845
/*- * See the file LICENSE for redistribution information. * * Copyright (c) 1997, 2015 Oracle and/or its affiliates. All rights reserved. * * $Id$ */ package db; import com.sleepycat.db.*; import java.io.File; import java.io.FileNotFoundException; import java.io.InputStreamReader; import java.io.IOException; ...
__label__POS
0.75456
<VisualStudioProject ProjectType="Visual C++" Version="8.00" Name="db_verify" ProjectGUID="{12E118CA-CAAE-4F54-AE81-8D9981AA0635}"> <Platforms> <Platform Name="Pocket PC 2003 (ARMV4)"/> <Platform Name="Smartphone 2003 (ARMV4)"/> <Platform Name="Windows Mobile 6.5.3 Professional DTK (ARMV4I)"/> </Platfor...
__label__POS
0.60688
<?php /** * Configuration * PHP version 8.1 * * @category Class * @package OpenAPI\Client * @author OpenAPI Generator team * @link https://openapi-generator.tech */ /** * CoinAPI Indexes REST API * * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-gener...
__label__POS
0.729774
<?php /** * HeaderSelector * PHP version 8.1 * * @category Class * @package OpenAPI\Client * @author OpenAPI Generator team * @link https://openapi-generator.tech */ /** * CoinAPI Indexes REST API * * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-gene...
__label__POS
0.602309
<?php /** * MetadataTimeseriesPeriod * * PHP version 8.1 * * @category Class * @package OpenAPI\Client * @author OpenAPI Generator team * @link https://openapi-generator.tech */ /** * CoinAPI Indexes REST API * * No description provided (generated by Openapi Generator https://github.com/openapitools...
__label__POS
0.74722
<?php /** * IndexesIndexValue * * PHP version 8.1 * * @category Class * @package OpenAPI\Client * @author OpenAPI Generator team * @link https://openapi-generator.tech */ /** * CoinAPI Indexes REST API * * No description provided (generated by Openapi Generator https://github.com/openapitools/openap...
__label__POS
0.704814
<?php /** * IndexesIndexTimeseriesItem * * PHP version 8.1 * * @category Class * @package OpenAPI\Client * @author OpenAPI Generator team * @link https://openapi-generator.tech */ /** * CoinAPI Indexes REST API * * No description provided (generated by Openapi Generator https://github.com/openapitoo...
__label__POS
0.783559
<?php /** * ModelInterface * * PHP version 8.1 * * @category Class * @package OpenAPI\Client\Model * @author OpenAPI Generator team * @link https://openapi-generator.tech */ /** * CoinAPI Indexes REST API * * No description provided (generated by Openapi Generator https://github.com/openapitools/ope...
__label__POS
0.980539
<?php /** * IndexesIndexIdentifier * * PHP version 8.1 * * @category Class * @package OpenAPI\Client * @author OpenAPI Generator team * @link https://openapi-generator.tech */ /** * CoinAPI Indexes REST API * * No description provided (generated by Openapi Generator https://github.com/openapitools/o...
__label__POS
0.719418
<?php /** * IndexesIndexValueComponent * * PHP version 8.1 * * @category Class * @package OpenAPI\Client * @author OpenAPI Generator team * @link https://openapi-generator.tech */ /** * CoinAPI Indexes REST API * * No description provided (generated by Openapi Generator https://github.com/openapitoo...
__label__POS
0.73085
<?php /** * MetadataExchange * * PHP version 8.1 * * @category Class * @package OpenAPI\Client * @author OpenAPI Generator team * @link https://openapi-generator.tech */ /** * CoinAPI Indexes REST API * * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi...
__label__POS
0.71407
<?php /** * IndexesIndexDefinitionInputData * * PHP version 8.1 * * @category Class * @package OpenAPI\Client * @author OpenAPI Generator team * @link https://openapi-generator.tech */ /** * CoinAPI Indexes REST API * * No description provided (generated by Openapi Generator https://github.com/opena...
__label__POS
0.746035
<?php /** * IndexesIndexDefinitionSnapshotEntry * * PHP version 8.1 * * @category Class * @package OpenAPI\Client * @author OpenAPI Generator team * @link https://openapi-generator.tech */ /** * CoinAPI Indexes REST API * * No description provided (generated by Openapi Generator https://github.com/o...
__label__POS
0.705114
<?php /** * IndexesIndexMultiAssetWeight * * PHP version 8.1 * * @category Class * @package OpenAPI\Client * @author OpenAPI Generator team * @link https://openapi-generator.tech */ /** * CoinAPI Indexes REST API * * No description provided (generated by Openapi Generator https://github.com/openapit...
__label__POS
0.733047
#include <map> #include <cstdlib> #include <glib-object.h> #include <json-glib/json-glib.h> #include "Helpers.h" #include "Metadata.TimeseriesPeriod.h" using namespace std; using namespace Tizen::ArtikCloud; Metadata.TimeseriesPeriod::Metadata.TimeseriesPeriod() { //__init(); } Metadata.TimeseriesPeriod::~Metadat...
__label__POS
0.676711
#include <iostream> #include <sstream> #include <cstdlib> #include <map> #include <list> #include <cstring> #include "Helpers.h" #include "Object.h" using namespace std; using namespace Tizen::ArtikCloud; void helper_func(JsonObject *object, const gchar* member_name, JsonNode *member_node,gpointer user_data) { gcha...
__label__POS
0.781922
goog.provide('API.Client.Metadata.TimeseriesPeriod'); /** * Represents a timeseries period used in exchange rate data. * @record */ API.Client.MetadataTimeseriesPeriod = function() {} /** * Gets or sets the period ID. * @type {!string} * @export */ API.Client.MetadataTimeseriesPeriod.prototype.periodId; /** ...
__label__POS
0.652613
goog.provide('API.Client.Indexes.IndexTimeseriesItem'); /** * Represents a timeseries item with value information. * @record */ API.Client.IndexesIndexTimeseriesItem = function() {} /** * Gets or sets the start time of the time period. * @type {!Date} * @export */ API.Client.IndexesIndexTimeseriesItem.prototyp...
__label__POS
0.920741
goog.provide('API.Client.Indexes.IndexDefinitionInputData'); /** * @record */ API.Client.IndexesIndexDefinitionInputData = function() {} /** * @type {!string} * @export */ API.Client.IndexesIndexDefinitionInputData.prototype.exchangeId; /** * @type {!string} * @export */ API.Client.IndexesIndexDefinitionInpu...
__label__POS
0.663989
/* * CoinAPI Indexes REST API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: v1 * Contact: support@apibricks.io * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * h...
__label__POS
0.608563
/* * CoinAPI Indexes REST API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: v1 * Contact: support@apibricks.io * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * h...
__label__POS
0.998098
/* * CoinAPI Indexes REST API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: v1 * Contact: support@apibricks.io * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * h...
__label__POS
0.786651
/* * CoinAPI Indexes REST API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: v1 * Contact: support@apibricks.io * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * h...
__label__POS
0.761539
#include <iostream> #include <vector> using namespace std; // Pair Sum vector<int> twoSum(vector<int>& nums, int target) { int st = 0, end = nums.size()-1; vector<int> ans; while(st < end) { int sum = nums[st] + nums[end]; if(sum == target) { ans.push_ba...
__label__POS
1.000008
#include <iostream> using namespace std; class Node { public: int data; Node* next; Node(int data) { this->data = data; next = NULL; } ~Node() { if(next != NULL) { delete next; next = NULL; } } }; class List { Node* head; Node* ...
__label__POS
0.999988
#include <iostream> #include <string> #include <vector> using namespace std; //Simple Recursive Function with Stack Overflow void func() { cout << "function call\n"; func(); } //Factorial int factorial(int n) { if(n == 1) { return 1; } return n * factorial(n-1); } //Print Decreasing void...
__label__POS
0.999998