content stringlengths 263 5.24M | pred_label stringclasses 1
value | pred_score_pos float64 0.6 1 |
|---|---|---|
/**
* ____ _ _ _____ _ _ _ _
* | _ \ __ _| |_| |__ | ___(_)_ __ __| (_)_ __ __ _ (_)___
* | |_) / _` | __| '_ \| |_ | | '_ \ / _` | | '_ \ / _` | | / __|
* | __/ (_| | |_| | | | _| | | | | | (_| | | | | | (_| |_ | \__ \
* |_| \__,_... | __label__POS | 0.72664 |
**[How To Customize DBCP2 Settings Via Properties And `DataSourceBuilder`](https://github.com/AnghelLeonard/Hibernate-SpringBoot/tree/master/HibernateSpringBootDataSourceBuilderDBCP2Kickoff)**
**Note:** The best way to tune the connection pool parameters consist in using [Flexy Pool](https://github.com/vladmihalcea/fl... | __label__POS | 0.966371 |
package com.github.appreciated.apexcharts.config.xaxis.builder;
import com.github.appreciated.apexcharts.config.xaxis.AxisBorder;
public class AxisBorderBuilder {
private Boolean show;
private String color;
private Double offsetX;
private Double offsetY;
private Double strokeWidth;
private Ax... | __label__POS | 0.824995 |
package edu.stanford.math.mapper;
import java.util.Arrays;
import java.util.List;
import java.util.Set;
import edu.stanford.math.clustering.DisjointSetSystem;
import edu.stanford.math.clustering.HierarchicalClustering;
import edu.stanford.math.clustering.SingleLinkageClustering;
import edu.stanford.math.plex4.example... | __label__POS | 0.997528 |
package com.apress.springrecipes.board;
import javax.annotation.PostConstruct;
import org.springframework.stereotype.Component;
@Component
class TodoInitializer {
private final TodoService messageBoardService;
TodoInitializer(TodoService messageBoardService) {
this.messageBoardService = messageBoar... | __label__POS | 0.92755 |
package com.github.appreciated.apexcharts.config.xaxis.builder;
import com.github.appreciated.apexcharts.config.xaxis.AxisTicks;
public class AxisTicksBuilder {
private Boolean show;
private String borderType;
private String color;
private Double height;
private Double offsetX;
private Double ... | __label__POS | 0.730847 |
package edu.stanford.math.mapper;
import java.io.IOException;
import java.util.List;
import edu.stanford.math.plex4.examples.PointCloudExamples;
import edu.stanford.math.plex4.graph.AbstractWeightedUndirectedGraph;
import edu.stanford.math.plex4.graph.io.GraphDotWriter;
import edu.stanford.math.plex4.metric.impl.Eucl... | __label__POS | 0.999972 |
package com.github.appreciated.app.layout.test.addon;
import com.codeborne.selenide.Condition;
import com.codeborne.selenide.Selenide;
import com.github.appreciated.app.layout.test.BaseTest;
import com.github.appreciated.app.layout.test.addon.search.SearchView;
import org.junit.Test;
import org.openqa.selenium.WebEle... | __label__POS | 0.799796 |
package edu.stanford.math.plex;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
/**
* The <code>TorusTest</code> class.
*
* <p>Among the facilities provided by the <code>TorusTest</code> class
* are whatever we want it to do.
*
* @version $ID$
*/
@SuppressWarnings("unused")
public clas... | __label__POS | 0.742275 |
package com.apress.springrecipes.board;
import java.sql.PreparedStatement;
import java.util.List;
import javax.sql.DataSource;
import org.springframework.jdbc.core.BeanPropertyRowMapper;
import org.springframework.jdbc.core.JdbcTemplate;
import org.springframework.jdbc.support.GeneratedKeyHolder;
import org.springfr... | __label__POS | 0.87436 |
package com.github.appreciated.app.layout.test.addon;
import com.codeborne.selenide.Condition;
import com.github.appreciated.app.layout.test.BaseTest;
import com.github.appreciated.app.layout.test.addon.profile.ProfileView;
import org.junit.Test;
import org.openqa.selenium.WebElement;
import static com.codeborne.sel... | __label__POS | 0.93267 |
package com.github.appreciated.app.layout.test.nested;
import com.github.appreciated.app.layout.test.BaseTest;
import com.github.appreciated.app.layout.test.nestedlayout.AccessDeniedExceptionHandler;
import com.github.appreciated.app.layout.test.nestedlayout.NestedLayout;
import org.junit.Assert;
import org.junit.Test... | __label__POS | 0.805408 |
**[How To Use Spring Projections(DTO) And Left Joins](https://github.com/AnghelLeonard/Hibernate-SpringBoot/tree/master/HibernateSpringBootDtoViaLeftJoins)**

**Description:** This app... | __label__POS | 0.807712 |
package edu.stanford.math.plex;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertTrue;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
/**
* The <code>PersistenceTest</code> class.
*
* <p>Among the facilities provided by the <code>PersistenceTest</code> cla... | __label__POS | 0.894275 |
package com.apress.springrecipes.board.web;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;
import org.springframework.web.servlet.config.annotation.EnableWebMvc;
import org.springframework.we... | __label__POS | 0.742223 |
package com.github.appreciated.app.layout.test.navigation;
import com.codeborne.selenide.Condition;
import com.github.appreciated.app.layout.test.BaseTest;
import org.junit.Assert;
import org.junit.Test;
import org.openqa.selenium.WebElement;
import static com.codeborne.selenide.Selenide.$$;
public class NavigationI... | __label__POS | 0.930375 |
package com.github.appreciated.apexcharts.config.xaxis.builder;
import com.github.appreciated.apexcharts.config.xaxis.Title;
import com.github.appreciated.apexcharts.config.xaxis.title.Style;
public class TitleBuilder {
private String text;
private Double offsetX;
private Double offsetY;
private Style... | __label__POS | 0.846823 |
package com.github.appreciated.app.layout.test.annotation;
import com.github.appreciated.app.layout.test.BaseTest;
import org.junit.Assert;
import org.junit.Test;
import org.openqa.selenium.WebElement;
public class AnnotationIntegrationTest extends BaseTest {
@Test
public void testMenu() {
WebElemen... | __label__POS | 0.984973 |
package edu.stanford.math.plex;
import static org.junit.Assert.assertTrue;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
/**
* The <code>MappedBufferDataTest</code> class contains tests.
*
* @version $Id$
*/
@SuppressWarnings("unused")
public class MappedBufferDataTest {
private java.... | __label__POS | 0.956252 |
package edu.stanford.math.plex;
import static org.junit.Assert.assertEquals;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
/**
* The <code>PersistenceIntervalTest</code> class.
*
* <p>Among the facilities provided by the <code>PersistenceIntervalTest</code> class
* are whatever we want ... | __label__POS | 0.749839 |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<script type="text/javascript" src="//use.typekit.net/jbn8qxr.js"></script>
<scri... | __label__POS | 0.977552 |
package com.github.appreciated.app.layout.test.layouts.left;
import com.github.appreciated.app.layout.test.BaseTest;
import com.github.appreciated.app.layout.test.layouts.left.lefthybridsmall.LeftHybridSmallBehaviourView;
import org.junit.Test;
import org.openqa.selenium.WebElement;
public class LeftHybridSmallInteg... | __label__POS | 0.991236 |
**[How To Programmatically Customize HikariCP Settings Via `DataSourceBuilder`](https://github.com/AnghelLeonard/Hibernate-SpringBoot/tree/master/HibernateSpringBootDataSourceBuilderProgHikariCPKickoff)**
**If you use the `spring-boot-starter-jdbc` or `spring-boot-starter-data-jpa` "starters", you automatically get a ... | __label__POS | 0.937634 |
package com.github.appreciated.app.layout.test.layouts.left;
import com.github.appreciated.app.layout.test.BaseTest;
import com.github.appreciated.app.layout.test.layouts.left.lefthybrid.LeftHybridBehaviourView;
import org.junit.Test;
import org.openqa.selenium.WebElement;
public class LeftHybridIntegrationTest exte... | __label__POS | 0.990915 |
**[Log Slow Queries Via DataSource-Proxy](https://github.com/AnghelLeonard/Hibernate-SpringBoot/tree/master/HibernateSpringBootLogSlowQueries)**
**Description:** This application is a sample of logging only slow queries via **[DataSource-Proxy](https://github.com/ttddyy/datasource-proxy)**. A slow query is a query tha... | __label__POS | 0.774961 |
package com.github.appreciated.app.layout.test.layouts.left;
import com.github.appreciated.app.layout.test.BaseTest;
import com.github.appreciated.app.layout.test.layouts.left.left.LeftBehaviourView;
import org.junit.Test;
import org.openqa.selenium.WebElement;
public class LeftIntegrationTest extends BaseTest {
... | __label__POS | 0.983906 |
package com.github.appreciated.app.layout.test.layouts.left;
import com.github.appreciated.app.layout.test.BaseTest;
import com.github.appreciated.app.layout.test.layouts.left.leftresponsivesmall.LeftResponsiveSmallBehaviourView;
import org.junit.Test;
import org.openqa.selenium.WebElement;
public class LeftResponsi... | __label__POS | 0.996656 |
package com.apress.springrecipes.board;
import javax.annotation.PostConstruct;
import org.springframework.stereotype.Component;
@Component
class TodoInitializer {
private final TodoService messageBoardService;
TodoInitializer(TodoService messageBoardService) {
this.messageBoardService = messageBoar... | __label__POS | 0.92755 |
package edu.stanford.math.plex;
import static org.junit.Assert.assertEquals;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
/**
* The <code>CubeHashTest</code> class.
*
* <p>Among the facilities provided by the <code>CubeHashTest</code> class
* are whatever we want it to do.
*
* @versi... | __label__POS | 0.746778 |
package com.apress.springrecipes.board;
import java.sql.PreparedStatement;
import java.util.List;
import javax.sql.DataSource;
import org.springframework.jdbc.core.BeanPropertyRowMapper;
import org.springframework.jdbc.core.JdbcTemplate;
import org.springframework.jdbc.support.GeneratedKeyHolder;
import org.springfr... | __label__POS | 0.87436 |
package com.github.appreciated.app.layout.test.layouts.left;
import com.github.appreciated.app.layout.test.BaseTest;
import com.github.appreciated.app.layout.test.layouts.left.leftresponsivehybridnoappbar.LeftResponsiveHybridNoAppBarBehaviourView;
import org.junit.Test;
import org.openqa.selenium.WebElement;
public ... | __label__POS | 0.997013 |
package edu.stanford.math.plex;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertTrue;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
/**
* The <code>SimplexFaceIteratorTest</code> class.
*
* <p>Among the facilit... | __label__POS | 0.924165 |
package com.github.appreciated.app.layout.test.layouts.left;
import com.github.appreciated.app.layout.test.BaseTest;
import com.github.appreciated.app.layout.test.layouts.left.leftresponsiveoverlay.LeftResponsiveOverlayBehaviourView;
import org.junit.Test;
import org.openqa.selenium.WebElement;
public class LeftResp... | __label__POS | 0.996828 |
package com.apress.springrecipes.board.security;
import org.springframework.context.annotation.Configuration;
import org.springframework.http.HttpMethod;
import org.springframework.security.config.annotation.authentication.builders.AuthenticationManagerBuilder;
import org.springframework.security.config.annotation.web... | __label__POS | 0.94267 |
package com.github.appreciated.app.layout.test.layouts.left;
import com.github.appreciated.app.layout.test.BaseTest;
import com.github.appreciated.app.layout.test.layouts.left.leftresponsivedouble.LeftResponsiveDoubleBehaviourView;
import org.junit.Test;
import org.openqa.selenium.WebElement;
public class LeftRespon... | __label__POS | 0.997604 |
package edu.stanford.math.plex;
import static org.junit.Assert.assertTrue;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
@SuppressWarnings("unused")
public class PlexTest {
private java.util.List<Object> emptyList;
/**
* Sets up the test fixture.
* (Called before every test case m... | __label__POS | 0.997411 |
package com.github.appreciated.apexcharts.config.xaxis.crosshairs.builder;
import com.github.appreciated.apexcharts.config.xaxis.crosshairs.Gradient;
import java.util.List;
public class GradientBuilder {
private String colorFrom;
private String colorTo;
private List<Double> stops;
private Double opac... | __label__POS | 0.846515 |
package com.github.appreciated.app.layout.test.layouts.left;
import com.github.appreciated.app.layout.test.BaseTest;
import com.github.appreciated.app.layout.test.layouts.left.leftresponsivehybridoverlaynoappbar.LeftResponsiveHybridOverlayNoAppBarBehaviourView;
import org.junit.Test;
import org.openqa.selenium.WebElem... | __label__POS | 0.996568 |
**[How To DTO an `@ElementCollection`](https://github.com/AnghelLeonard/Hibernate-SpringBoot/tree/master/HibernateSpringBootDtoElementCollection)**
**Description:** This application is an example of fetching a DTO that includes attributes from an `@ElementCollection`.
**Key points:**
- by default, `@ElementCollectio... | __label__POS | 0.836083 |
package com.github.appreciated.app.layout.test.layouts.left;
import com.github.appreciated.app.layout.test.BaseTest;
import com.github.appreciated.app.layout.test.layouts.left.leftoverlay.LeftOverlayBehaviourView;
import org.junit.Test;
import org.openqa.selenium.WebElement;
public class LeftOverlayIntegrationTest e... | __label__POS | 0.984428 |
package edu.stanford.math.plex;
import static org.junit.Assert.assertTrue;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
/**
* The <code>ChainTest</code> class.
*
* <p>Among the facilities provided by the <code>ChainTest</code> class
* are whatever we want it to do.
*
* @version $ID$
... | __label__POS | 0.865955 |
package com.github.appreciated.app.layout.test.layouts.left;
import com.github.appreciated.app.layout.test.BaseTest;
import com.github.appreciated.app.layout.test.layouts.left.leftresponsive.LeftResponsiveBehaviourView;
import org.junit.Test;
import org.openqa.selenium.WebElement;
public class LeftResponsiveIntegrat... | __label__POS | 0.996568 |
// <copyright file="TimeUnitExtensions.cs" company="App Metrics Contributors">
// Copyright (c) App Metrics Contributors. All rights reserved.
// </copyright>
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
namespace App.Metrics
{
public static class TimeUnitExtensions
{... | __label__POS | 0.807484 |
package com.github.appreciated.apexcharts.config.xaxis.labels.builder;
import com.github.appreciated.apexcharts.config.xaxis.labels.Style;
import java.util.List;
public class StyleBuilder {
private List<String> colors;
private String fontSize;
private String fontFamily;
private String cssClass;
... | __label__POS | 0.894364 |
// <copyright file="DefaultMetricFieldNames.cs" company="App Metrics Contributors">
// Copyright (c) App Metrics Contributors. All rights reserved.
// </copyright>
using System.Collections.Generic;
namespace App.Metrics
{
internal static class DefaultMetricFieldNames
{
public static readonly string D... | __label__POS | 0.701883 |
**[Inspect Persistent Context](https://github.com/AnghelLeonard/Hibernate-SpringBoot/tree/master/HibernateSpringBootInspectPersistentContext)**
**Description:** This application is a sample of inspecting the Persistent Context content via `org.hibernate.engine.spi.PersistenceContext`.
**Key points:**
- get the curren... | __label__POS | 0.749709 |
package edu.stanford.math.plex;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertTrue;
import java.util.Iterator;
import org.junit.Test;
/**
* The <code>ExplicitStreamTest</code> class.
*
* <p>Among the facilities provided by the <code>... | __label__POS | 0.849079 |
/**
* ____ _ _ _____ _ _ _ _
* | _ \ __ _| |_| |__ | ___(_)_ __ __| (_)_ __ __ _ (_)___
* | |_) / _` | __| '_ \| |_ | | '_ \ / _` | | '_ \ / _` | | / __|
* | __/ (_| | |_| | | | _| | | | | | (_| | | | | | (_| |_ | \__ \
* |_| \__,_... | __label__POS | 0.72664 |
// <copyright file="MetricFieldNamesMappingExtensions.cs" company="App Metrics Contributors">
// Copyright (c) App Metrics Contributors. All rights reserved.
// </copyright>
using System.Diagnostics;
// ReSharper disable CheckNamespace
namespace System.Collections.Generic
// ReSharper restore CheckNamespace
{
... | __label__POS | 0.704631 |
package com.github.appreciated.apexcharts.config.xaxis.labels.builder;
import com.github.appreciated.apexcharts.config.xaxis.labels.DatetimeFormatter;
public class DatetimeFormatterBuilder {
private String year;
private String month;
private String day;
private String hour;
private String minute;
... | __label__POS | 0.865397 |
// <copyright file="DictionaryExtensions.cs" company="App Metrics Contributors">
// Copyright (c) App Metrics Contributors. All rights reserved.
// </copyright>
using System.Diagnostics;
using System.Linq;
// ReSharper disable CheckNamespace
namespace System.Collections.Generic
// ReSharper restore CheckNamespac... | __label__POS | 0.824544 |
package com.github.appreciated.app.layout.test.layouts.left;
import com.github.appreciated.app.layout.test.BaseTest;
import com.github.appreciated.app.layout.test.layouts.left.leftresponsiveoverlaynoappbar.LeftResponsiveOverlayNoAppBarBehaviourView;
import org.junit.Test;
import org.openqa.selenium.WebElement;
publi... | __label__POS | 0.996675 |
package edu.stanford.math.plex;
import static org.junit.Assert.assertEquals;
import org.junit.Test;
/**
* The <code>PersistenceTest</code> class.
*
* <p>Among the facilities provided by the <code>PersistenceTest</code> class
* are whatever we want it to do.
*
* @version $ID$
*/
@SuppressWarnings("unused")
pub... | __label__POS | 0.991576 |
package com.github.appreciated.apexcharts.config.yaxis.builder;
import com.github.appreciated.apexcharts.config.yaxis.AxisBorder;
public class AxisBorderBuilder {
private Boolean show;
private String color;
private Number offsetX;
private Number offsetY;
private AxisBorderBuilder() {
}
p... | __label__POS | 0.826832 |
package com.apress.springrecipes.board;
import javax.annotation.PostConstruct;
import org.springframework.stereotype.Component;
@Component
class TodoInitializer {
private final TodoService messageBoardService;
TodoInitializer(TodoService messageBoardService) {
this.messageBoardService = messageBoar... | __label__POS | 0.92755 |
package com.github.appreciated.apexcharts.config.yaxis.builder;
import com.github.appreciated.apexcharts.config.yaxis.AxisTicks;
public class AxisTicksBuilder {
private Boolean show;
private String color;
private Number width;
private Number offsetX;
private Number offsetY;
private AxisTicksB... | __label__POS | 0.647464 |
**[Why To Avoid Hibernate-specific `hibernate.enable_lazy_load_no_trans`](https://github.com/AnghelLeonard/Hibernate-SpringBoot/tree/master/HibernateSpringBootEnableLazyLoadNoTrans)**
**Description:** This application is an example of using Hibernate-specific `hibernate.enable_lazy_load_no_trans`. Check out the appli... | __label__POS | 0.758222 |
package edu.stanford.math.plex;
import static org.junit.Assert.assertEquals;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
/**
* The <code>Packed2SimplexTest</code> class contains tests.
*
* @version $Id$
*/
public class Packed2SimplexTest {
private java.util.List<Object> emptyList;
... | __label__POS | 0.919674 |
package com.apress.springrecipes.board;
import java.sql.PreparedStatement;
import java.util.List;
import javax.sql.DataSource;
import org.springframework.jdbc.core.BeanPropertyRowMapper;
import org.springframework.jdbc.core.JdbcTemplate;
import org.springframework.jdbc.support.GeneratedKeyHolder;
import org.springfr... | __label__POS | 0.87436 |
// <copyright file="MetricTagExtensions.cs" company="App Metrics Contributors">
// Copyright (c) App Metrics Contributors. All rights reserved.
// </copyright>
using System;
using System.Collections.Generic;
using System.Linq;
namespace App.Metrics
{
public static class MetricTagExtensions
{
public s... | __label__POS | 0.851554 |
package edu.stanford.math.plex;
import static org.junit.Assert.assertTrue;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
/**
* The <code>Packed6SimplexTest</code> class contains tests.
*
* @version $Id$
*/
@SuppressWarnings("unused")
public class Packed6SimplexTest {
private java.uti... | __label__POS | 0.909368 |
package com.apress.springrecipes.board.security;
import java.util.Collection;
import java.util.Objects;
import org.springframework.security.access.AccessDecisionVoter;
import org.springframework.security.access.ConfigAttribute;
import org.springframework.security.core.Authentication;
import org.springframework.securi... | __label__POS | 0.961926 |
package edu.stanford.math.plex;
import static org.junit.Assert.assertTrue;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
@SuppressWarnings("unused")
public class SimplexTest {
private java.util.List<Object> emptyList;
/**
* Sets up the test fixture.
* (Called before every test case... | __label__POS | 0.980501 |
package com.apress.springrecipes.board.web;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;
import org.springframework.web.servlet.config.annotation.EnableWebMvc;
import org.springframework.we... | __label__POS | 0.742223 |
package com.github.appreciated.app.layout.test.base;
import com.github.appreciated.app.layout.addons.notification.DefaultNotificationHolder;
import com.github.appreciated.app.layout.component.applayout.AppLayout;
import com.github.appreciated.app.layout.component.builder.AppLayoutBuilder;
import com.github.appreciated... | __label__POS | 0.796627 |
package com.github.appreciated.apexcharts.config.yaxis.title.builder;
import com.github.appreciated.apexcharts.config.yaxis.title.Style;
public class StyleBuilder {
private String color;
private String fontSize;
private String fontFamily;
private String cssClass;
private StyleBuilder() {
}
... | __label__POS | 0.887203 |
// <copyright file="Unit.cs" company="App Metrics Contributors">
// Copyright (c) App Metrics Contributors. All rights reserved.
// </copyright>
using System;
using System.Diagnostics;
using System.Globalization;
namespace App.Metrics
{
[DebuggerDisplay("{" + nameof(Name) + "}")]
public struct Unit
{
... | __label__POS | 0.924925 |
**[How To Use Spring Projections(DTO) And Exclusive Left Joins](https://github.com/AnghelLeonard/Hibernate-SpringBoot/tree/master/HibernateSpringBootDtoViaLeftExcludingJoins)**

public class P... | __label__POS | 0.987662 |
package com.apress.springrecipes.board;
import javax.annotation.PostConstruct;
import org.springframework.stereotype.Component;
@Component
class TodoInitializer {
private final TodoService messageBoardService;
TodoInitializer(TodoService messageBoardService) {
this.messageBoardService = messageBoar... | __label__POS | 0.92755 |
package com.github.appreciated.apexcharts.config.yaxis.labels.builder;
import com.github.appreciated.apexcharts.config.yaxis.labels.Style;
import java.util.List;
public class StyleBuilder {
private List<String> colors;
private String fontSize;
private String fontFamily;
private String cssClass;
... | __label__POS | 0.891702 |
package edu.stanford.math.plex;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertTrue;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
/**
* The <code>Packed4SimplexTest</code> class.
*
* <p>Among the facilities provided by the <code>Packed4SimplexTest</cod... | __label__POS | 0.908146 |
// <copyright file="AppMetricsConstants.cs" company="App Metrics Contributors">
// Copyright (c) App Metrics Contributors. All rights reserved.
// </copyright>
using System;
using System.Collections.Generic;
using App.Metrics.Apdex;
using App.Metrics.Counter;
using App.Metrics.Histogram;
using App.Metrics.Meter;
usin... | __label__POS | 0.94948 |
package edu.stanford.math.plex4.test_utility;
import cern.colt.Timer;
/**
* This class contains static methods for measuring time intervals. It is exists
* for convenience purposes so that one doesn't have to instantiate an object whenever
* one wishes to measure a time interval.
*
* @author Andrew Tausz
*
*/... | __label__POS | 0.941326 |
package com.apress.springrecipes.board;
import java.sql.PreparedStatement;
import java.util.List;
import javax.sql.DataSource;
import org.springframework.jdbc.core.BeanPropertyRowMapper;
import org.springframework.jdbc.core.JdbcTemplate;
import org.springframework.jdbc.support.GeneratedKeyHolder;
import org.springfr... | __label__POS | 0.87436 |
package com.aprbrother.aprilscan;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.widget.ListView;
import com.aprbrother.aprilbeaconscansdk.EddyStone;
import com.aprbrother.aprilbeaconscansdk.ScanManager;
import java.util.ArrayList;
import java.util.Collections;
public cla... | __label__POS | 0.849553 |
package com.aprbrother.aprilscan;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAdapter;
import android.widget.TextView;
import com.aprbrother.aprilbeaconscansdk.Beacon;
import java.util.ArrayList;
import java.ut... | __label__POS | 0.690807 |
package com.github.appreciated.apexcharts.config.chart.builder;
import com.github.appreciated.apexcharts.config.chart.Zoom;
import com.github.appreciated.apexcharts.config.chart.zoom.ZoomType;
import com.github.appreciated.apexcharts.config.chart.zoom.ZoomedArea;
public class ZoomBuilder {
private Boolean enabled... | __label__POS | 0.793557 |
package com.github.appreciated.apexcharts.config.chart.builder;
import com.github.appreciated.apexcharts.config.chart.Toolbar;
import com.github.appreciated.apexcharts.config.chart.toolbar.AutoSelected;
import com.github.appreciated.apexcharts.config.chart.toolbar.Export;
import com.github.appreciated.apexcharts.confi... | __label__POS | 0.718211 |
package com.github.appreciated.app.layout.test.navigation;
import com.github.appreciated.app.layout.component.applayout.AppLayout;
import com.github.appreciated.app.layout.component.applayout.LeftLayouts;
import com.github.appreciated.app.layout.component.builder.AppLayoutBuilder;
import com.github.appreciated.app.lay... | __label__POS | 0.76866 |
package com.github.appreciated.apexcharts.config.chart.builder;
import com.github.appreciated.apexcharts.config.chart.DropShadow;
public class DropShadowBuilder {
private Boolean enabled;
private Double top;
private Double left;
private Double blur;
private Double opacity;
private DropShadowB... | __label__POS | 0.871042 |
package com.apress.springrecipes.board.web;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;
import org.springframework.web.servlet.config.annotation.EnableWebMvc;
import org.springframework.we... | __label__POS | 0.742223 |
package com.github.appreciated.apexcharts.config.chart.builder;
import com.github.appreciated.apexcharts.config.annotations.AnnotationLabel;
import com.github.appreciated.apexcharts.config.chart.Marker;
import com.github.appreciated.apexcharts.config.chart.PointAnnotations;
public class PointAnnotationsBuilder {
... | __label__POS | 0.841352 |
package com.github.appreciated.apexcharts.config.chart.builder;
import com.github.appreciated.apexcharts.config.chart.Animations;
import com.github.appreciated.apexcharts.config.chart.animations.AnimateGradually;
import com.github.appreciated.apexcharts.config.chart.animations.DynamicAnimation;
import com.github.appre... | __label__POS | 0.614987 |
package edu.stanford.math.plex4.example_tests;
import static org.junit.Assert.assertTrue;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
import edu.stanford.math.plex4.graph.AbstractUndirectedGraph;
import edu.stanford.math.plex4.graph.UndirectedListGraph;
public class GraphTest {
@Before... | __label__POS | 0.930705 |
package com.github.appreciated.apexcharts.config.chart.toolbar.builder;
import com.github.appreciated.apexcharts.config.chart.toolbar.Tools;
public class ToolsBuilder {
private String download;
private String selection;
private String zoom;
private String zoomin;
private String zoomout;
privat... | __label__POS | 0.731712 |
package com.github.appreciated.apexcharts.config.chart.toolbar.builder;
import com.github.appreciated.apexcharts.config.chart.toolbar.Csv;
import com.github.appreciated.apexcharts.helper.Formatter;
public class CsvBuilder {
private String filename;
private String columnDelimiter;
private String headerCate... | __label__POS | 0.846228 |
**[Why You Should Avoid Time-Consuming Tasks In Spring Boot Post-Commit Hooks](https://github.com/AnghelLeonard/Hibernate-SpringBoot/tree/master/HibernateSpringBootPostCommit)**
**Description:** This application is a proof of concept for using Spring post-commit hooks and how they may affect the persistence layer perf... | __label__POS | 0.793605 |
package com.github.appreciated.apexcharts.config.chart.selection.builder;
import com.github.appreciated.apexcharts.config.chart.selection.Stroke;
public class StrokeBuilder {
private Double width;
private String color;
private Double opacity;
private Double dashArray;
private StrokeBuilder() {
... | __label__POS | 0.91618 |
package com.github.appreciated.app.layout.test.layouts.left.leftresponsiveoverlaynoappbar;
import com.github.appreciated.app.layout.component.applayout.AppLayout;
import com.github.appreciated.app.layout.component.applayout.LeftLayouts;
import com.github.appreciated.app.layout.test.base.AbstractLeftBehaviorBasicView;
... | __label__POS | 0.934042 |
package com.github.appreciated.apexcharts.config.theme.builder;
import com.github.appreciated.apexcharts.config.theme.Monochrome;
import com.github.appreciated.apexcharts.config.theme.ShadeTo;
public class MonochromeBuilder {
private Boolean enabled;
private String color;
private ShadeTo shadeTo;
priv... | __label__POS | 0.872151 |
**[How To Define A Composite Primary Key Via `@Embeddable`](https://github.com/AnghelLeonard/Hibernate-SpringBoot/tree/master/HibernateSpringBootCompositeKeyEmbeddable)**
**Description:** This application is a proof of concept of how to define a composite key via `@Embeddable` and `@EmbeddedId`. This application uses ... | __label__POS | 0.63044 |
package com.github.appreciated.app.layout.test.layouts.left.leftresponsivehybridoverlaynoappbar;
import com.github.appreciated.app.layout.component.applayout.AppLayout;
import com.github.appreciated.app.layout.component.applayout.LeftLayouts;
import com.github.appreciated.app.layout.test.base.AbstractLeftBehaviorBasic... | __label__POS | 0.935215 |
package edu.stanford.math.plex4.example_tests;
import java.io.IOException;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
import edu.stanford.math.plex4.examples.PointCloudExamples;
import edu.stanford.math.plex4.homology.barcodes.BarcodeCollection;
import edu.stanford.math.plex4.homology.zi... | __label__POS | 0.995022 |
package com.apress.springrecipes.board;
import javax.annotation.PostConstruct;
import org.springframework.stereotype.Component;
@Component
class TodoInitializer {
private final TodoService messageBoardService;
TodoInitializer(TodoService messageBoardService) {
this.messageBoardService = messageBoar... | __label__POS | 0.92755 |
package com.github.appreciated.apexcharts.config.fill.builder;
import com.github.appreciated.apexcharts.config.fill.Pattern;
public class PatternBuilder {
private String style;
private Double width;
private Double height;
private Double strokeWidth;
private PatternBuilder() {
}
public st... | __label__POS | 0.871871 |
using System;
using System.Collections.Generic;
using System.Text;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Imaging;
using System.Windows.Shapes;
namespace Controls
... | __label__POS | 0.613967 |
package com.github.appreciated.app.layout.test.layouts.left.leftresponsivehybridnoappbar;
import com.github.appreciated.app.layout.component.applayout.AppLayout;
import com.github.appreciated.app.layout.component.applayout.LeftLayouts;
import com.github.appreciated.app.layout.test.base.AbstractLeftBehaviorBasicView;
i... | __label__POS | 0.940362 |
package edu.stanford.math.plex4.example_tests;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
import edu.stanford.math.plex4.examples.SimplexStreamExamples;
import edu.stanford.math.plex4.homology.barcodes.Barco... | __label__POS | 0.788769 |
package edu.stanford.math.plex4.example_tests;
import java.util.Arrays;
import java.util.List;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
import edu.stanford.math.plex4.homology.chain_basis.Simplex;
import edu.stanford.math.plex4.utility.FormalSumUtility;
import edu.stanford.math.primiti... | __label__POS | 0.944058 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.