blob_id stringlengths 40 40 | __id__ int64 225 39,780B | directory_id stringlengths 40 40 | path stringlengths 6 313 | content_id stringlengths 40 40 | detected_licenses list | license_type stringclasses 2
values | repo_name stringlengths 6 132 | repo_url stringlengths 25 151 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringlengths 4 70 | visit_date timestamp[ns] | revision_date timestamp[ns] | committer_date timestamp[ns] | github_id int64 7.28k 689M ⌀ | star_events_count int64 0 131k | fork_events_count int64 0 48k | gha_license_id stringclasses 23
values | gha_fork bool 2
classes | gha_event_created_at timestamp[ns] | gha_created_at timestamp[ns] | gha_updated_at timestamp[ns] | gha_pushed_at timestamp[ns] | gha_size int64 0 40.4M ⌀ | gha_stargazers_count int32 0 112k ⌀ | gha_forks_count int32 0 39.4k ⌀ | gha_open_issues_count int32 0 11k ⌀ | gha_language stringlengths 1 21 ⌀ | gha_archived bool 2
classes | gha_disabled bool 1
class | content stringlengths 7 4.37M | src_encoding stringlengths 3 16 | language stringclasses 1
value | length_bytes int64 7 4.37M | extension stringclasses 24
values | filename stringlengths 4 174 | language_id stringclasses 1
value | entities list | contaminating_dataset stringclasses 0
values | malware_signatures list | redacted_content stringlengths 7 4.37M | redacted_length_bytes int64 7 4.37M | alphanum_fraction float32 0.25 0.94 | alpha_fraction float32 0.25 0.94 | num_lines int32 1 84k | avg_line_length float32 0.76 99.9 | std_line_length float32 0 220 | max_line_length int32 5 998 | is_vendor bool 2
classes | is_generated bool 1
class | max_hex_length int32 0 319 | hex_fraction float32 0 0.38 | max_unicode_length int32 0 408 | unicode_fraction float32 0 0.36 | max_base64_length int32 0 506 | base64_fraction float32 0 0.5 | avg_csv_sep_count float32 0 4 | is_autogen_header bool 1
class | is_empty_html bool 1
class | shard stringclasses 16
values |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
b9a1c8e2cc2b05f1807b49dcaa8bfc88b5539c2d | 30,897,994,763,856 | 4267b3aa7744b03443483b78e79659e15a2bdd12 | /game_server/src/main/java/com/cellsgame/game/core/cfg/base/CfgVO.java | 195a92b70e7ed1cd7d6531043c896ffcda14c7e9 | [] | no_license | atom-chen/SRGP-Game-java | https://github.com/atom-chen/SRGP-Game-java | dd7b2fdebd88d32839e3cf537e053cdb3f675676 | 4b74c83adef0efa5f01c68f9fa5465cb2cd9bc77 | refs/heads/master | 2020-06-05T16:10:57.283000 | 2018-10-16T04:02:22 | 2018-10-16T04:02:22 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.cellsgame.game.core.cfg.base;
import com.cellsgame.common.util.csv.BaseCfg;
import com.cellsgame.game.cache.CacheConfig;
/**
* @author Aly on 2016-07-18.
*/
public interface CfgVO<T extends BaseCfg> {
default T getCfg() {
return CacheConfig.getCfg(getCfgClass(), getCid());
... | UTF-8 | Java | 384 | java | CfgVO.java | Java | [
{
"context": "llsgame.game.cache.CacheConfig;\r\n\r\n/**\r\n * @author Aly on 2016-07-18.\r\n */\r\npublic interface CfgVO<T ex",
"end": 159,
"score": 0.7313410043716431,
"start": 156,
"tag": "USERNAME",
"value": "Aly"
}
] | null | [] | package com.cellsgame.game.core.cfg.base;
import com.cellsgame.common.util.csv.BaseCfg;
import com.cellsgame.game.cache.CacheConfig;
/**
* @author Aly on 2016-07-18.
*/
public interface CfgVO<T extends BaseCfg> {
default T getCfg() {
return CacheConfig.getCfg(getCfgClass(), getCid());
... | 384 | 0.645833 | 0.625 | 19 | 18.210526 | 19.683226 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.368421 | false | false | 7 |
f2b05ea5806d1106db8aee424275ad9d4ead3f52 | 8,796,093,085,122 | db9459d1ae4622def07c8ca93da4ad9c8c3fd59a | /TBike/src/main/java/info/srihawong/tbike/AboutActivity.java | 30800ad25cd2bc7aca83462f746540deb2429817 | [] | no_license | godsid/TBikeAndroid | https://github.com/godsid/TBikeAndroid | b4e8b57234b9871bd5870eb9a1796dbc7a02e6d4 | 803511ea028f0338d8b83173b53158996273e61c | refs/heads/master | 2020-05-18T17:00:47.073000 | 2014-05-25T13:50:14 | 2014-05-25T13:50:14 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package info.srihawong.tbike;
import android.app.Activity;
import android.os.Bundle;
import android.widget.TextView;
/**
* Created by Demo on 1/14/14 AD.
*/
public class AboutActivity extends Activity {
MyGoogleAnalytics googleAnalytics;
@Override
protected void onCreate(Bundle savedInstanceState) {
... | UTF-8 | Java | 763 | java | AboutActivity.java | Java | [
{
"context": "import android.widget.TextView;\n\n/**\n * Created by Demo on 1/14/14 AD.\n */\npublic class AboutActivity ext",
"end": 141,
"score": 0.977878212928772,
"start": 137,
"tag": "USERNAME",
"value": "Demo"
}
] | null | [] | package info.srihawong.tbike;
import android.app.Activity;
import android.os.Bundle;
import android.widget.TextView;
/**
* Created by Demo on 1/14/14 AD.
*/
public class AboutActivity extends Activity {
MyGoogleAnalytics googleAnalytics;
@Override
protected void onCreate(Bundle savedInstanceState) {
... | 763 | 0.724771 | 0.718218 | 26 | 28.346153 | 26.391932 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.461538 | false | false | 7 |
fb2052ccad04b723ffc97fe0cef95a76f398ddb6 | 8,796,093,085,270 | c01d064a164b287ddb7e5877a31739564964942e | /easytext.analysis.providers.method/src/module-info.java | a2b8e162871b15b6a4efc5750ac4d06d21870aef | [] | no_license | muyinatech/myjavamodules | https://github.com/muyinatech/myjavamodules | 44e8312e16412dce37d7be91f088eb91cf3afad2 | 0e025add00ef885c697983ba549f9f445543db8a | refs/heads/master | 2020-05-09T14:05:39.829000 | 2019-04-13T15:55:12 | 2019-04-13T15:55:12 | 181,181,481 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | module easytext.analysis.providers.method {
requires easytext.analysis.api;
provides muyinatech.myjavamodule.easytext.analysis.api.Analyzer
with muyinatech.myjavamodule.easytext.analysis.providers.method.ExampleProviderMethod;
} | UTF-8 | Java | 250 | java | module-info.java | Java | [] | null | [] | module easytext.analysis.providers.method {
requires easytext.analysis.api;
provides muyinatech.myjavamodule.easytext.analysis.api.Analyzer
with muyinatech.myjavamodule.easytext.analysis.providers.method.ExampleProviderMethod;
} | 250 | 0.796 | 0.796 | 7 | 34.857143 | 35.178844 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.285714 | false | false | 7 |
64e87f2e74f99c1ce4bbb88ab128dceec92aa485 | 10,806,137,783,315 | 1d82bc2eed8fc7ed52c382f5eb4f0e6146676a9f | /src/main/java/co/com/katalogo/controllers/ProductosControllers.java | c304659fbdcd116ff37903069f4798edfa077b55 | [] | no_license | oscarospinag/Katalogo | https://github.com/oscarospinag/Katalogo | 775e4883340b9ad5490aa84f786cb64463194c63 | ca5bb1f068922fb17a5ba728b65c42d400085cc1 | refs/heads/master | 2021-03-13T20:20:38.833000 | 2020-03-16T22:39:45 | 2020-03-16T22:39:45 | 246,708,062 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package co.com.katalogo.controllers;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.DeleteMapping;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PathVariable;
import org.sp... | UTF-8 | Java | 2,127 | java | ProductosControllers.java | Java | [] | null | [] | package co.com.katalogo.controllers;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.DeleteMapping;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PathVariable;
import org.sp... | 2,127 | 0.797367 | 0.797367 | 65 | 31.723078 | 25.812643 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.246154 | false | false | 7 |
9d6a458af5b1e121815d5c36bea0f67f95ae6507 | 37,048,387,905,389 | 262e597e9361e65922afaa1f07d21195bdf5e30b | /Core/gameserver/src/l2s/gameserver/dao/SummonsDAO.java | edbe38d374b703e80a3f5ee1a9a5fa0e20fa0912 | [] | no_license | ellitedev/l2ellite | https://github.com/ellitedev/l2ellite | 5a7ccac82f2c7b5413913cda8ad13b5bad435f92 | cb050cfa96fa7dabe70f0159fa0680878825b9c1 | refs/heads/master | 2017-12-30T18:44:21.556000 | 2016-09-28T23:14:59 | 2016-09-28T23:14:59 | 68,864,146 | 1 | 3 | null | null | null | null | null | null | null | null | null | null | null | null | null | package l2s.gameserver.dao;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.Statement;
import java.util.ArrayList;
import java.util.List;
import l2s.commons.dbutils.DbUtils;
import l2s.gameserver.database.DatabaseFactory;
import l2s.gameserver.model.Player;
im... | UTF-8 | Java | 3,212 | java | SummonsDAO.java | Java | [
{
"context": "r;\nimport org.slf4j.LoggerFactory;\n\n/**\n * @author Bonux\n**/\npublic class SummonsDAO\n{\n\tprivate static fin",
"end": 557,
"score": 0.9977701306343079,
"start": 552,
"tag": "USERNAME",
"value": "Bonux"
}
] | null | [] | package l2s.gameserver.dao;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.Statement;
import java.util.ArrayList;
import java.util.List;
import l2s.commons.dbutils.DbUtils;
import l2s.gameserver.database.DatabaseFactory;
import l2s.gameserver.model.Player;
im... | 3,212 | 0.701743 | 0.698319 | 119 | 25.991596 | 28.330433 | 175 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.394958 | false | false | 7 |
a3dbe1fbb44a97311e11a837522333340f5e5368 | 24,043,226,960,484 | 05842f85c9f35005a1371a77be049afafcdff4c3 | /odata-core/src/test/java/com/sap/core/odata/core/edm/provider/EdmFunctionImportImplProvTest.java | feea3100eb7dd514e9989607bb238a80397f4ba3 | [
"Apache-2.0"
] | permissive | SAP/cloud-odata-java | https://github.com/SAP/cloud-odata-java | 213eaa3beeb098e54caef17f12aa4647d59f8374 | 24e2a2a68af98ba0e9923a7898b070fc9cec192c | refs/heads/master | 2023-06-23T22:04:02.169000 | 2021-03-04T16:25:16 | 2021-03-04T16:25:16 | 9,327,416 | 29 | 6 | Apache-2.0 | false | 2020-10-13T01:41:18 | 2013-04-09T17:41:16 | 2020-01-22T10:14:10 | 2020-10-13T01:41:17 | 20,455 | 45 | 17 | 3 | Java | false | false | /*******************************************************************************
* Copyright 2013 SAP AG
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/l... | UTF-8 | Java | 7,315 | java | EdmFunctionImportImplProvTest.java | Java | [] | null | [] | /*******************************************************************************
* Copyright 2013 SAP AG
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/l... | 7,315 | 0.768968 | 0.765414 | 173 | 41.283237 | 34.857689 | 190 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.682081 | false | false | 7 |
c9d28d556ba2e0d95e864bf3f185365881b788d2 | 17,566,416,275,727 | 4b4eaf569084f2846c8f9e823c2b0f61b2a84062 | /src/test/java/pages/testextent.java | 0ea0c3687dc8dabb5e1a66b9f14a27507827b174 | [] | no_license | Pryagg/FirstProject_Selenium_PacificICT_By_Priyanka | https://github.com/Pryagg/FirstProject_Selenium_PacificICT_By_Priyanka | eb0aeed8dde0c1ee0e8c5ba085b5c4f60ff1d4ac | 1c409462501369def92b8b0e1f14051741dbbba7 | refs/heads/master | 2023-06-03T05:20:55.155000 | 2021-06-20T20:35:20 | 2021-06-20T20:35:20 | 378,733,189 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package pages;
import org.openqa.selenium.WebDriver;
import org.testng.Assert;
import org.testng.annotations.BeforeTest;
import org.testng.annotations.Test;
import com.aventstack.extentreports.ExtentReports;
import com.aventstack.extentreports.ExtentTest;
import com.aventstack.extentreports.Status;
import com.aventst... | UTF-8 | Java | 1,046 | java | testextent.java | Java | [] | null | [] | package pages;
import org.openqa.selenium.WebDriver;
import org.testng.Assert;
import org.testng.annotations.BeforeTest;
import org.testng.annotations.Test;
import com.aventstack.extentreports.ExtentReports;
import com.aventstack.extentreports.ExtentTest;
import com.aventstack.extentreports.Status;
import com.aventst... | 1,046 | 0.721797 | 0.708413 | 49 | 20.346939 | 23.274363 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.387755 | false | false | 7 |
412ae714dcda27ae17298594517222f7b064038f | 24,713,241,841,821 | 74d2de72fe2f3124d63ad8364392f97a37df7b6b | /src/cpit380practice/PictureBook.java | ee712bf4b91f29096ec045ecda44a2f68cbba555 | [] | no_license | aek20/cpit-380-project | https://github.com/aek20/cpit-380-project | 13b0dc89fe5028aeb091ca1b399a5fa64789d3c9 | 4e2f3a06b1977e455b0f4d209b6984b329fc7f55 | refs/heads/master | 2023-04-15T23:40:12.340000 | 2021-04-21T23:37:37 | 2021-04-21T23:37:37 | 360,335,069 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cpit380practice;
import java.util.*;
import java.io.*;
/**
* A class that represents a picture book. This picture
* book maps names to pictures.
*/
public class PictureBook
{
/////////////////// fields /////////////////////////
/** the file name to read from */
private String fileName;
/** the... | UTF-8 | Java | 2,857 | java | PictureBook.java | Java | [
{
"context": "ook.printBook();\n Picture p = book.getPicture(\"Tammy\");\n p.show();\n p = book.getPicture(\"Matt\");",
"end": 2784,
"score": 0.989362895488739,
"start": 2779,
"tag": "NAME",
"value": "Tammy"
},
{
"context": "(\"Tammy\");\n p.show();\n p = book.getPictu... | null | [] | package cpit380practice;
import java.util.*;
import java.io.*;
/**
* A class that represents a picture book. This picture
* book maps names to pictures.
*/
public class PictureBook
{
/////////////////// fields /////////////////////////
/** the file name to read from */
private String fileName;
/** the... | 2,857 | 0.554428 | 0.552328 | 120 | 22.816668 | 18.499092 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.283333 | false | false | 7 |
81b2a32ec6d3edfe5151cb3c9cbf3782b2345369 | 7,507,602,870,383 | 44a22278efc5c6e67f70ffcc746e5d9248f7f3e4 | /fitness-webmvc/src/main/java/com/acme/fitness/webmvc/freemarker/htmlescape/TemplateLoaderWithHtmlEscape.java | bccb27915768b4b3fb2a2ed1be81c668ef24719b | [] | no_license | adamszabo/fitty | https://github.com/adamszabo/fitty | 8360cfc4218b442aecfec7be27dec54533d402a1 | 18d552ddb5fbf8543560e5ca0f409455c01e5e02 | refs/heads/master | 2021-01-15T16:28:57.269000 | 2013-03-11T10:56:34 | 2013-03-11T10:56:34 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.acme.fitness.webmvc.freemarker.htmlescape;
import java.io.IOException;
import java.io.Reader;
import java.io.StringReader;
import org.apache.commons.io.IOUtils;
import freemarker.cache.TemplateLoader;
public class TemplateLoaderWithHtmlEscape implements TemplateLoader {
private static final String ESCA... | UTF-8 | Java | 1,508 | java | TemplateLoaderWithHtmlEscape.java | Java | [] | null | [] | package com.acme.fitness.webmvc.freemarker.htmlescape;
import java.io.IOException;
import java.io.Reader;
import java.io.StringReader;
import org.apache.commons.io.IOUtils;
import freemarker.cache.TemplateLoader;
public class TemplateLoaderWithHtmlEscape implements TemplateLoader {
private static final String ESCA... | 1,508 | 0.724138 | 0.724138 | 50 | 29.16 | 28.220106 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.86 | false | false | 7 |
1d005ddc318348afb1a03c33c21398b4048a5de1 | 11,622,181,512,792 | dd553e6e17a3bcdc6e4723de56a28f41c45c3108 | /picazzy/src/main/java/com/apptown/Picazzy/util/InstaShare.java | aed27be4cac976121415d508e8dda66348a5124e | [
"LicenseRef-scancode-warranty-disclaimer",
"Apache-2.0"
] | permissive | anashish/imagePic | https://github.com/anashish/imagePic | 6f0743a5592659e72f0b355bd57e368a134791da | 96d12cd0864ed25f7a4144f7f0cc8a3d3b23020e | refs/heads/master | 2021-01-20T03:14:25.603000 | 2017-04-26T18:36:14 | 2017-04-26T18:36:14 | 89,514,367 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.apptown.Picazzy.util;
import android.content.Context;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.graphics.drawable.BitmapDrawable;
import android.graphics.drawable.Drawable;
import com.apptown.Picazzy.R;
import java.io.ByteArrayOutputStream;
import magick.Compo... | UTF-8 | Java | 1,811 | java | InstaShare.java | Java | [
{
"context": "import magick.MagickImage;\n\n/**\n * Created by ${=\"Ashish\"} on 11/1/17.\n */\n\npublic class InstaShare {\n\n\n ",
"end": 446,
"score": 0.9996423125267029,
"start": 440,
"tag": "USERNAME",
"value": "Ashish"
}
] | null | [] | package com.apptown.Picazzy.util;
import android.content.Context;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.graphics.drawable.BitmapDrawable;
import android.graphics.drawable.Drawable;
import com.apptown.Picazzy.R;
import java.io.ByteArrayOutputStream;
import magick.Compo... | 1,811 | 0.704583 | 0.680287 | 57 | 30.771931 | 28.064472 | 113 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.894737 | false | false | 7 |
696a2e79d3f1a6898d844ba728784dc41e082a08 | 9,371,618,672,472 | f88d3deb003bf96445862c0357f2488cbc1e0ee6 | /src/sample/FileTransfers.java | 5a8ab4985e04a0cf10270b32866f90c1a0df7704 | [] | no_license | Matthew-Savage/media_manager | https://github.com/Matthew-Savage/media_manager | 1d5e21c784dc479f2092690dc3f48f26db70670d | 189f3e08403d3421540f3035acd9d115cf02fa66 | refs/heads/master | 2020-03-28T17:37:41.176000 | 2018-09-14T15:32:28 | 2018-09-14T15:32:28 | 148,808,697 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package sample;
import org.apache.commons.vfs2.*;
import org.apache.commons.vfs2.impl.StandardFileSystemManager;
import org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder;
import java.io.File;
public class FileTransfers {
private String serverAddress;
private String serverPort;
private St... | UTF-8 | Java | 3,861 | java | FileTransfers.java | Java | [] | null | [] | package sample;
import org.apache.commons.vfs2.*;
import org.apache.commons.vfs2.impl.StandardFileSystemManager;
import org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder;
import java.io.File;
public class FileTransfers {
private String serverAddress;
private String serverPort;
private St... | 3,861 | 0.643616 | 0.640508 | 111 | 33.792793 | 29.298439 | 144 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.621622 | false | false | 7 |
73eca3bf1209fe4a5fd8c2dfe411d6170b68b066 | 27,805,618,325,648 | 6172d3ea09e1b0ad4232d6906658191330f973f5 | /Lab5 Korol/Task2/src/Task2.java | 181a1eac77d26a556d73bd84794ed4bec101d7fe | [] | no_license | KPI-Testing/Testing2017-18 | https://github.com/KPI-Testing/Testing2017-18 | 3fb57448a5dcd547472bf06f86713be4ea0b7727 | 6217396e72997a8a8a06a3224ad5bf2ae3444524 | refs/heads/master | 2022-12-28T15:44:24.296000 | 2018-05-03T07:53:14 | 2018-05-03T07:53:14 | 106,281,083 | 0 | 9 | null | false | 2020-10-13T00:00:36 | 2017-10-09T12:31:34 | 2018-05-03T07:56:36 | 2020-10-13T00:00:35 | 240,363 | 0 | 21 | 27 | Java | false | false | import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.PrintWriter;
import java.util.*;
public class Task2 {
public static void main(String[] args) {
List<Integer> Alfa = new ArrayList<>();
Random rnd = new Random(System.currentTimeMillis());
for (int i = ... | UTF-8 | Java | 1,102 | java | Task2.java | Java | [] | null | [] | import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.PrintWriter;
import java.util.*;
public class Task2 {
public static void main(String[] args) {
List<Integer> Alfa = new ArrayList<>();
Random rnd = new Random(System.currentTimeMillis());
for (int i = ... | 1,102 | 0.522686 | 0.510889 | 36 | 28.611111 | 18.170914 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 7 |
9e9f9ef98dca48f5b49cfe039142e2c49e1af681 | 31,095,563,230,739 | f10d4f0c6b394823abd8c7ab17fb2ce1861360fc | /tag-publisher/src/main/java/uk/co/bbc/vivo/tagpublisher/integration/NexusWriterOutboundGateway.java | 21ee718f9587b12dfc30fab49561ed5e8ee4725d | [] | no_license | chalford/building-microservices | https://github.com/chalford/building-microservices | 282ed296f37b6d97b4114e25d857bac03156591a | 8948662f63b79241e5f946949e7a61da50a9d16b | refs/heads/master | 2016-08-05T15:22:44.108000 | 2015-09-03T10:08:20 | 2015-09-03T10:08:20 | 41,822,295 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package uk.co.bbc.vivo.tagpublisher.integration;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
public class NexusWriterOutboundGateway {
private static NexusWriterOutboundGateway instance;
private static Logger LOG = LoggerFactory.getLogger(NexusWriterOutboundGateway.class);
private NexusWriterOutbo... | UTF-8 | Java | 777 | java | NexusWriterOutboundGateway.java | Java | [] | null | [] | package uk.co.bbc.vivo.tagpublisher.integration;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
public class NexusWriterOutboundGateway {
private static NexusWriterOutboundGateway instance;
private static Logger LOG = LoggerFactory.getLogger(NexusWriterOutboundGateway.class);
private NexusWriterOutbo... | 777 | 0.749035 | 0.741313 | 31 | 24.064516 | 23.748596 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.451613 | false | false | 7 |
8f4d75f177bf41b8181f3e209bc68c4dcb937f3b | 26,190,710,599,360 | af3e5f876c9c42344868224233a91211be70bc3e | /src/com/Java/Prms/Accurances.java | 44883f01a7ef2f287bfeeceb50cf7a4a32851bf1 | [] | no_license | cva225/Java-Programs | https://github.com/cva225/Java-Programs | 5adaa1b23208ea6c2b1213e119e1219cd043b1f4 | eaa3e7820f61d2852fe48a3bb0dc380fd836edc1 | refs/heads/master | 2020-04-26T16:25:17.561000 | 2019-03-04T05:47:22 | 2019-03-04T05:47:22 | 173,677,578 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.Java.Prms;
public class Accurances {
public static void main(String[] args) {
String s = "sivakumar";
char ch = 'a';
int x = 0 ;
for (int i = 0; i < s.length(); i++) {
if (s.charAt(i)==ch) {
x = x+1;
}
}
System.out.println(x);
}
}
| UTF-8 | Java | 285 | java | Accurances.java | Java | [
{
"context": "tatic void main(String[] args) {\n\t\t\n\t\tString s = \"sivakumar\";\n\t\tchar ch = 'a';\n\t\t\n\tint x = 0 ;\n\tfor (int i = ",
"end": 119,
"score": 0.9606262445449829,
"start": 110,
"tag": "NAME",
"value": "sivakumar"
}
] | null | [] | package com.Java.Prms;
public class Accurances {
public static void main(String[] args) {
String s = "sivakumar";
char ch = 'a';
int x = 0 ;
for (int i = 0; i < s.length(); i++) {
if (s.charAt(i)==ch) {
x = x+1;
}
}
System.out.println(x);
}
}
| 285 | 0.512281 | 0.501754 | 24 | 10.875 | 12.540975 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.666667 | false | false | 7 |
ac992abef35e97ac4ced8f32720823ca895bacaf | 26,190,710,599,929 | 1f8fa8780ad7979fa9c8b3eba3ca9601eb5f23fa | /StateStreetBiddingExcercise/src/main/com/ss/auction/bid/AuctionBid.java | 349db362c2b57c4fc72a542d3a908a7abaa5e564 | [] | no_license | ssumitbansal/sSumit.Bansal.GitHub.Repo | https://github.com/ssumitbansal/sSumit.Bansal.GitHub.Repo | 34a47d8962510be20f9c66a9e822085561ae0095 | 4ddae5a00f163bc925199683c886f8b6b45a1450 | refs/heads/master | 2015-08-10T21:37:34.791000 | 2015-06-23T17:33:21 | 2015-06-23T17:33:21 | 17,977,158 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ss.auction.bid;
import java.math.BigDecimal;
public interface AuctionBid extends Bid{
public BigDecimal autoIncreaseBid();
public BigDecimal getAutoIncreaseValue();
public BigDecimal getMaximumFeasibleBidValue();
}
| UTF-8 | Java | 241 | java | AuctionBid.java | Java | [] | null | [] | package com.ss.auction.bid;
import java.math.BigDecimal;
public interface AuctionBid extends Bid{
public BigDecimal autoIncreaseBid();
public BigDecimal getAutoIncreaseValue();
public BigDecimal getMaximumFeasibleBidValue();
}
| 241 | 0.788382 | 0.788382 | 9 | 25.777779 | 19.320559 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.555556 | false | false | 7 |
627b8c07e0d17c7567cfbc5fdbbc409a4c45bafc | 19,988,777,835,051 | e06319912bcb4902a0de42a4b525e06b264fea61 | /A.S. 2018-2019/Compiti 13:03:2019/Organizzazione di consulenza/src/Main.java | 9a78b67ab2b0821776175e8904f36ac68197aafe | [
"MIT"
] | permissive | MarcoBuster/ITIS | https://github.com/MarcoBuster/ITIS | 2b04636609a259fadf242f0e6a7d9938c18c0b80 | 1c5f627f4f48898a5dd05746a71372a425cd6bc0 | refs/heads/master | 2021-10-27T03:57:24.267000 | 2019-04-15T19:25:24 | 2019-04-15T19:25:24 | 106,736,379 | 5 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* (c) Marco Aceti, 2019. Some rights reserved.
* See LICENSE file for more details.
* THE SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND.
*/
class Main {
public static void main(String[] args) {
Progetto progetto = new Progetto();
TecnicoInformatico marco = new TecnicoInformatico(1,... | UTF-8 | Java | 1,582 | java | Main.java | Java | [
{
"context": "/*\n * (c) Marco Aceti, 2019. Some rights reserved.\n * See LICENSE file",
"end": 22,
"score": 0.9997952580451965,
"start": 11,
"tag": "NAME",
"value": "Marco Aceti"
},
{
"context": "icoInformatico marco = new TecnicoInformatico(1, \"Marco\", \"Rossi\", 2003, Tecnico.... | null | [] | /*
* (c) <NAME>, 2019. Some rights reserved.
* See LICENSE file for more details.
* THE SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND.
*/
class Main {
public static void main(String[] args) {
Progetto progetto = new Progetto();
TecnicoInformatico marco = new TecnicoInformatico(1, "Mar... | 1,577 | 0.699747 | 0.675095 | 38 | 40.63158 | 32.51997 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.578947 | false | false | 7 |
75d56ad070d899aaf6d9cf8b94845879c515ca38 | 20,718,922,277,610 | 967e2beedc02e633720c5516821b5e0ae55e4add | /AgenciaDeAutos/Auto.java | cdcf170bc8da0a093e0de079359e1ab8b3cb363e | [] | no_license | driano7/AgenciaDeAutosJava8 | https://github.com/driano7/AgenciaDeAutosJava8 | c5ce3dcadd7919a70a788dea887cbfdb869b7cac | cce14bfedb5ae88a282820aa7630b9910d334cb9 | refs/heads/main | 2023-02-16T11:02:42.837000 | 2021-01-14T16:26:33 | 2021-01-14T16:26:33 | 329,632,806 | 0 | 0 | null | false | 2021-01-14T14:25:59 | 2021-01-14T14:04:23 | 2021-01-14T14:20:38 | 2021-01-14T14:25:11 | 0 | 0 | 0 | 1 | Java | false | false | //package AgenciaDeAutos;
/**
* Interfaz de tipo pública con los métodos más generales para un auto
* @author Riaño Donovan
* @author Tapia Alejandro
* @author Villaseñor Luis
*/
public interface Auto{
/**
*Método de tipo público para la marca de un automóvil
* @param marca
*/
... | UTF-8 | Java | 803 | java | Auto.java | Java | [
{
"context": "los métodos más generales para un auto\r\n * @author Riaño Donovan\r\n * @author Tapia Alejandro\r\n * @author Villaseño",
"end": 128,
"score": 0.9998794794082642,
"start": 115,
"tag": "NAME",
"value": "Riaño Donovan"
},
{
"context": "para un auto\r\n * @author Riaño Do... | null | [] | //package AgenciaDeAutos;
/**
* Interfaz de tipo pública con los métodos más generales para un auto
* @author <NAME>
* @author <NAME>
* @author <NAME>
*/
public interface Auto{
/**
*Método de tipo público para la marca de un automóvil
* @param marca
*/
public void marca(String... | 776 | 0.602548 | 0.602548 | 36 | 19.861111 | 20.423506 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.194444 | false | false | 7 |
aa22f7b9e491107fdc1348f2323ce4f9683eeff0 | 8,796,093,060,442 | 8323c373380110d66e1a6481f4da686f7f5eab1b | /src/main/java/kz/dreamsoft/sender/domain/RequestToRegister.java | b034a18b65ac4385b99e525625fbc5aeba83d5cf | [] | no_license | Nurmukhanov/kz.dreamsoft.sender | https://github.com/Nurmukhanov/kz.dreamsoft.sender | b8616418326ac59a3fc6f7c86c310e1477a98eaf | 0fad1bbb1025ad359ac6a773e6016cb22b35cd11 | refs/heads/master | 2021-01-10T15:00:19.711000 | 2015-06-02T08:27:31 | 2015-06-02T08:27:31 | 36,718,829 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package kz.dreamsoft.sender.domain;
import javax.persistence.Column;
import javax.persistence.Entity;
/**
* Created by olzhas on 5/23/15.
*/
@Entity
public class RequestToRegister extends Domain {
@Column(unique = true)
private String email;
private String name;
private String pwd;
@Column(u... | UTF-8 | Java | 874 | java | RequestToRegister.java | Java | [
{
"context": "mport javax.persistence.Entity;\n\n/**\n * Created by olzhas on 5/23/15.\n */\n@Entity\npublic class RequestToReg",
"end": 128,
"score": 0.9996784329414368,
"start": 122,
"tag": "USERNAME",
"value": "olzhas"
}
] | null | [] | package kz.dreamsoft.sender.domain;
import javax.persistence.Column;
import javax.persistence.Entity;
/**
* Created by olzhas on 5/23/15.
*/
@Entity
public class RequestToRegister extends Domain {
@Column(unique = true)
private String email;
private String name;
private String pwd;
@Column(u... | 874 | 0.594966 | 0.589245 | 53 | 15.490566 | 14.133625 | 47 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.283019 | false | false | 7 |
bb24e1635e6a5025a6109605f0f6f2e7b1569001 | 34,299,608,834,745 | a6cef2805a15507a90787d4857d9f9021ca4298b | /app/src/main/java/com/example/dhobijunction/activity/PaymentActivity.java | 656d5a41967bd6b87cdc1dc8a606930d06fec4fb | [] | no_license | FaizanShaikh654933/DhobiJunction | https://github.com/FaizanShaikh654933/DhobiJunction | d9cf76ca27d4d0744963088574468b2aebcb7c5d | 7ccf488330b0e512d848bfdaadbfe292b42d3ddb | refs/heads/master | 2023-04-13T02:01:50.763000 | 2021-04-23T17:05:14 | 2021-04-23T17:05:14 | 331,293,821 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.dhobijunction.activity;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.content.SharedPreferences;
import android.os.Bundle;
import android.util.Log;
import android.widget.Toast;
import com.example.dhobijunction.R;
import com.example.dhobijunction.mo... | UTF-8 | Java | 6,479 | java | PaymentActivity.java | Java | [
{
"context": "ty extends AppCompatActivity {\n\n String key = \"ub4zyyCk\";\n String txnid = \"1\";\n String amount = \"\";",
"end": 772,
"score": 0.9992495775222778,
"start": 764,
"tag": "KEY",
"value": "ub4zyyCk"
},
{
"context": "tinfo = \"Dhobi Junction\";\n String fir... | null | [] | package com.example.dhobijunction.activity;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.content.SharedPreferences;
import android.os.Bundle;
import android.util.Log;
import android.widget.Toast;
import com.example.dhobijunction.R;
import com.example.dhobijunction.mo... | 6,460 | 0.572619 | 0.564902 | 147 | 43.081635 | 32.716576 | 138 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.714286 | false | false | 7 |
568dbb79b99d5449ee76572662d5aeed306fd24e | 34,299,608,832,937 | 50750cb2acf692309c6afc0c8b2124e1a9ce0980 | /src/main/java/ticTacToe/Genetic/Genes/playCenterGene.java | 54fbae53633c5179c36c224045a5262dd7dc7466 | [] | no_license | faudan/TicTacToe | https://github.com/faudan/TicTacToe | 7d24a9cd52a23546b2fad24c2178e333475e8140 | 501253249837999877509e9442e02840e103d63c | refs/heads/master | 2020-03-17T07:30:53.094000 | 2018-05-14T18:00:53 | 2018-05-14T18:00:53 | 133,401,419 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ticTacToe.Genetic.Genes;
import ticTacToe.Game.GameMarkings;
import ticTacToe.Game.GameMove;
import ticTacToe.Game.GameStrategy;
import ticTacToe.Genetic.Gene;
import ticTacToe.TicTacToe;
public class playCenterGene extends Gene {
@Override
public Integer checkForMove(TicTacToe game, GameMarkings symb... | UTF-8 | Java | 408 | java | playCenterGene.java | Java | [] | null | [] | package ticTacToe.Genetic.Genes;
import ticTacToe.Game.GameMarkings;
import ticTacToe.Game.GameMove;
import ticTacToe.Game.GameStrategy;
import ticTacToe.Genetic.Gene;
import ticTacToe.TicTacToe;
public class playCenterGene extends Gene {
@Override
public Integer checkForMove(TicTacToe game, GameMarkings symb... | 408 | 0.767157 | 0.757353 | 14 | 28.142857 | 23.182066 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.714286 | false | false | 7 |
6da3d9b703d790cbc4f67669fdda39557674a888 | 16,123,307,231,213 | efe0766971a7208a8fecf5ba38df1dc7d3d21ad7 | /app/src/main/java/com/zfsoftmh/ui/modules/common/home/find/FindContract.java | a0d6ebd74928123f702dd9d367816b8483065e8b | [] | no_license | guoyongsheng/Zf_mobile | https://github.com/guoyongsheng/Zf_mobile | a8395830996d7a170d0775dd38142881df8e8968 | fc887f94b61435f5f8327b07b3031376e2fcd743 | refs/heads/master | 2021-01-15T18:01:00.553000 | 2017-08-09T07:24:22 | 2017-08-09T07:24:22 | 99,777,774 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zfsoftmh.ui.modules.common.home.find;
import com.zfsoftmh.ui.base.BasePresenter;
import com.zfsoftmh.ui.base.BaseView;
/**
* @author wesley
* @date: 2017-6-12
* @Description: 发现的协议接口
*/
interface FindContract {
interface View extends BaseView<FindPresenter> {
/**
* 初始化headerVie... | UTF-8 | Java | 617 | java | FindContract.java | Java | [
{
"context": "ort com.zfsoftmh.ui.base.BaseView;\n\n/**\n * @author wesley\n * @date: 2017-6-12\n * @Description: 发现的协议接口\n */\n",
"end": 154,
"score": 0.997952401638031,
"start": 148,
"tag": "USERNAME",
"value": "wesley"
}
] | null | [] | package com.zfsoftmh.ui.modules.common.home.find;
import com.zfsoftmh.ui.base.BasePresenter;
import com.zfsoftmh.ui.base.BaseView;
/**
* @author wesley
* @date: 2017-6-12
* @Description: 发现的协议接口
*/
interface FindContract {
interface View extends BaseView<FindPresenter> {
/**
* 初始化headerVie... | 617 | 0.566724 | 0.554593 | 36 | 15.027778 | 15.512515 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.166667 | false | false | 7 |
f4688a90eeba3cde78a9545ba7dcd7581558f9b8 | 21,182,778,764,562 | 28164ad75b47e665834da12e83f6e2606b8a45aa | /src/main/java/com/vxichina/wfmpx/web/controller/g_autosched/setup/shrinkage/ShrinkageController.java | c819d3acedb120124351e4bbef482e46748c20ad | [] | no_license | squall01/VisionWFMPx | https://github.com/squall01/VisionWFMPx | fe9d446a18bb94dde8f3acc74c77517b895b581c | 644ebcf1b6c76bf35180dc2fcfe5fe7f1084a707 | refs/heads/master | 2018-12-21T00:53:16.162000 | 2018-12-19T06:18:42 | 2018-12-19T06:18:42 | 119,918,976 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.vxichina.wfmpx.web.controller.g_autosched.setup.shrinkage;
import java.util.ArrayList;
import java.util.Date;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.apache.commons.colle... | UTF-8 | Java | 16,268 | java | ShrinkageController.java | Java | [
{
"context": "ller.BaseController;\n\n/**\n * 排班储备率.\n * \n * @author xiaolong.li\n *\n */\n@Controller\n@RequestMapping(\"/g_autosched/",
"end": 1707,
"score": 0.9838624596595764,
"start": 1696,
"tag": "NAME",
"value": "xiaolong.li"
}
] | null | [] | package com.vxichina.wfmpx.web.controller.g_autosched.setup.shrinkage;
import java.util.ArrayList;
import java.util.Date;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.apache.commons.colle... | 16,268 | 0.69269 | 0.687315 | 366 | 39.666668 | 32.03368 | 120 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.467213 | false | false | 7 |
333aa60e3e591d90cc859f81cc556f664a8f431c | 24,146,306,152,107 | dafacfa2cef40dc9d058bf43db893642286bac0f | /src/main/java/com/gatepass/main/repository/PositionQuestionRepository.java | 58a4af288225a1fb67f44c16bfdd7136958c1cc8 | [] | no_license | decoder-sunny/gatepass-screening | https://github.com/decoder-sunny/gatepass-screening | 1ac9971e3c193ec4efe0004ab1848ca2047ffadd | ea5cef36b4700c31618436978c4e892e657c54f3 | refs/heads/master | 2023-06-02T08:44:07.326000 | 2021-06-20T13:57:16 | 2021-06-20T13:57:16 | 348,650,837 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.gatepass.main.repository;
import java.util.List;
import org.springframework.data.repository.CrudRepository;
import org.springframework.stereotype.Repository;
import com.gatepass.main.model.PositionQuestions;
@Repository
public interface PositionQuestionRepository extends CrudRepository<PositionQuestions... | UTF-8 | Java | 541 | java | PositionQuestionRepository.java | Java | [] | null | [] | package com.gatepass.main.repository;
import java.util.List;
import org.springframework.data.repository.CrudRepository;
import org.springframework.stereotype.Repository;
import com.gatepass.main.model.PositionQuestions;
@Repository
public interface PositionQuestionRepository extends CrudRepository<PositionQuestions... | 541 | 0.855823 | 0.855823 | 18 | 29.055555 | 36.580917 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.777778 | false | false | 7 |
21dca24d5d8c5b638537b7cabe875c2af91e457b | 8,641,474,224,578 | 89fbbdf8b45039ae830e70f4bbff826794c603fb | /src/main/Main.java | 5a761498762cab9cf1d57f57252211170a09824a | [] | no_license | 2XG-DEV/Lab2 | https://github.com/2XG-DEV/Lab2 | d1e7fe4c5b36023b257afdfed5d7f1340c70ef62 | 4f7eedf578f021ec842b77dc8211a624d61e529c | refs/heads/master | 2023-09-04T09:22:17.380000 | 2021-10-21T19:00:47 | 2021-10-21T19:00:47 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package main;
import user.Benutzer;
import sports.*;
public class Main {
public static void main(String[] args) {
Benutzer radu = new Benutzer();
Fussball steauaDinamo = new Fussball();
Basketball lakersBulls = new Basketball();
Fussball FcCojascaIdeciu = new Fussball();
Hindernislauf usainBolt = new Hind... | UTF-8 | Java | 686 | java | Main.java | Java | [] | null | [] | package main;
import user.Benutzer;
import sports.*;
public class Main {
public static void main(String[] args) {
Benutzer radu = new Benutzer();
Fussball steauaDinamo = new Fussball();
Basketball lakersBulls = new Basketball();
Fussball FcCojascaIdeciu = new Fussball();
Hindernislauf usainBolt = new Hind... | 686 | 0.744898 | 0.744898 | 26 | 25.384615 | 18.231581 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.884615 | false | false | 7 |
8553c9b688abcbfba0b9dd6e36f76bad6b5050ae | 29,978,871,749,866 | a717de45e7d58e5d45c77308cc6e0a4751e6ca09 | /SimplifyPath.java | cb23b1b2bcf7576c380585cf8cb87352b31213b1 | [] | no_license | deyangyin/Coding-Practice | https://github.com/deyangyin/Coding-Practice | 4d02bfd9fe1c49fc095954c4a5d839ddf82811ad | 2d41e16865bfb8874582d0cf0b756dda86be8e66 | refs/heads/master | 2019-06-04T10:39:38.283000 | 2016-11-19T03:44:11 | 2016-11-19T03:44:11 | 74,185,166 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public class Solution {
public String simplifyPath(String path) {
String[] dirs = path.split("/");
Stack<String> stack = new Stack<>();
for (int i = 0; i < dirs.length; i++) {
if (dirs[i].equals("..") && !stack.isEmpty()) {
stack.pop();
} else {... | UTF-8 | Java | 763 | java | SimplifyPath.java | Java | [] | null | [] | public class Solution {
public String simplifyPath(String path) {
String[] dirs = path.split("/");
Stack<String> stack = new Stack<>();
for (int i = 0; i < dirs.length; i++) {
if (dirs[i].equals("..") && !stack.isEmpty()) {
stack.pop();
} else {... | 763 | 0.399738 | 0.398427 | 24 | 29.875 | 19.626328 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.458333 | false | false | 7 |
4de850a96fbbf12e4aea776f352405a5506b3bca | 22,239,340,672,775 | f8f815849eb3ca3c67cd0d985fef48b4476b89a4 | /querqy-lucene/src/test/java/querqy/lucene/rewrite/prms/PRMSDisjunctionMaxQueryTest.java | 14f6fff5e702fd347a36322cdabb2f553501159f | [
"Apache-2.0"
] | permissive | renovate-bot/cominvent-_-querqy | https://github.com/renovate-bot/cominvent-_-querqy | 8b97c2fe9d9bf11d41068c40e549685bad321e7e | 46e9c18189ecf790186c7d865402ae1f502d5ae4 | refs/heads/master | 2023-03-17T15:59:03.157000 | 2016-03-30T19:24:49 | 2016-03-30T19:24:49 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package querqy.lucene.rewrite.prms;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.Map;
import org.apache.lucene.analysis.Analyzer;
import org.apache.lucene.analysis.TokenStream;
import org.apache.lucene.analysis.core.WhitespaceTokenizer;
import org.apache.lucene.analysis.synonym.SynonymFilter... | UTF-8 | Java | 6,239 | java | PRMSDisjunctionMaxQueryTest.java | Java | [] | null | [] | package querqy.lucene.rewrite.prms;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.Map;
import org.apache.lucene.analysis.Analyzer;
import org.apache.lucene.analysis.TokenStream;
import org.apache.lucene.analysis.core.WhitespaceTokenizer;
import org.apache.lucene.analysis.synonym.SynonymFilter... | 6,239 | 0.636961 | 0.622536 | 160 | 37.993752 | 27.573423 | 130 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.8 | false | false | 7 |
97c333a4ec6692400df25ffe543baae4c87853f5 | 2,250,562,889,448 | 4057115643c9bfd8ed6ca7148a6404de4c050e0a | /src/main/java/com/inspirenetz/api/core/dictionary/CashBackRequest.java | 2c4d2a6a3bb030ee2344b3eb008bc456271fbb50 | [] | no_license | systemsarchitecture/java-spring | https://github.com/systemsarchitecture/java-spring | 38032a8d941f70ca588fce842fb056cef3537065 | 8462e54291e8a45b3b4a97f303490e2510d62a8e | refs/heads/master | 2022-05-20T12:18:08.190000 | 2017-01-05T10:54:31 | 2017-01-05T10:54:31 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.inspirenetz.api.core.dictionary;
import com.inspirenetz.api.core.domain.RedemptionMerchant;
/**
* Created by saneeshci on 15/09/15..
*/
public class CashBackRequest {
String cashBackType = "";
String loyaltyId = "";
String ref = "";
Double amount =0.0;
String merchantIdentifier ... | UTF-8 | Java | 7,074 | java | CashBackRequest.java | Java | [
{
"context": "core.domain.RedemptionMerchant;\n\n/**\n * Created by saneeshci on 15/09/15..\n */\npublic class CashBackRequest {\n",
"end": 133,
"score": 0.9997019171714783,
"start": 124,
"tag": "USERNAME",
"value": "saneeshci"
}
] | null | [] | package com.inspirenetz.api.core.dictionary;
import com.inspirenetz.api.core.domain.RedemptionMerchant;
/**
* Created by saneeshci on 15/09/15..
*/
public class CashBackRequest {
String cashBackType = "";
String loyaltyId = "";
String ref = "";
Double amount =0.0;
String merchantIdentifier ... | 7,074 | 0.601357 | 0.599378 | 301 | 22.501661 | 21.610817 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.348837 | false | false | 7 |
05ca4bd0dd743cbeea0bbf7a86f563125e93d9ad | 6,442,450,954,021 | 44e3235d93e74be3fb08ff79d3fe1cbeb9edc46c | /src/core/Player.java | a4ec397503adbd326c210994c6a72bd9a3a4fef3 | [] | no_license | hani-kh/problem-solving-algorithms | https://github.com/hani-kh/problem-solving-algorithms | 49165e601f18153b2b597fcba6560e9704ca6bf5 | 93057a135961a189b6e57f5c13a2463bd741149a | refs/heads/master | 2022-12-12T07:47:54.710000 | 2020-08-28T23:02:27 | 2020-08-28T23:02:27 | 290,890,087 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package core;
import core.*;
public interface Player {
boolean isMaxPlayer();
IAction makeDecision(State s);
}
| UTF-8 | Java | 119 | java | Player.java | Java | [] | null | [] | package core;
import core.*;
public interface Player {
boolean isMaxPlayer();
IAction makeDecision(State s);
}
| 119 | 0.714286 | 0.714286 | 6 | 18.833334 | 10.761299 | 34 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 7 |
c8d605b2d62d87f2ac372c3fc3eaec119c1730ff | 16,458,314,692,911 | a731e72d4d5779af7a9ea87dad76a63a93ecec8f | /api_parent/api_accounting/src/main/java/org/dao/inventory/InventoryDaoFactory.java | 80a84cc4d0a645944ff86f40776c27976556596e | [] | no_license | rmt2bsc/business_domain_api | https://github.com/rmt2bsc/business_domain_api | 63d52901ef6a7ce87ec915f286b884019c605458 | 851512ae8dc8bb5cf4822c2628edb3e6e9a88ef4 | refs/heads/master | 2023-07-03T13:14:47.198000 | 2022-09-14T07:25:18 | 2022-09-14T07:25:18 | 77,566,407 | 0 | 0 | null | false | 2022-09-10T20:46:31 | 2016-12-28T22:59:02 | 2021-09-04T20:06:26 | 2022-09-10T20:46:29 | 125,813 | 0 | 0 | 1 | Java | false | false | package org.dao.inventory;
import org.dao.mapping.orm.rmt2.ItemMaster;
import org.dao.mapping.orm.rmt2.ItemMasterStatus;
import org.dao.mapping.orm.rmt2.ItemMasterStatusHist;
import org.dao.mapping.orm.rmt2.ItemMasterType;
import org.dao.mapping.orm.rmt2.VendorItems;
import org.dao.mapping.orm.rmt2.VwItemAssociations;... | UTF-8 | Java | 17,686 | java | InventoryDaoFactory.java | Java | [
{
"context": "ting inventory DAO related objects.\n * \n * @author Roy Terrell\n * \n */\npublic class InventoryDaoFactory extends ",
"end": 778,
"score": 0.9997943043708801,
"start": 767,
"tag": "NAME",
"value": "Roy Terrell"
}
] | null | [] | package org.dao.inventory;
import org.dao.mapping.orm.rmt2.ItemMaster;
import org.dao.mapping.orm.rmt2.ItemMasterStatus;
import org.dao.mapping.orm.rmt2.ItemMasterStatusHist;
import org.dao.mapping.orm.rmt2.ItemMasterType;
import org.dao.mapping.orm.rmt2.VendorItems;
import org.dao.mapping.orm.rmt2.VwItemAssociations;... | 17,681 | 0.580855 | 0.578593 | 471 | 36.549892 | 24.206673 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.354565 | false | false | 7 |
114c008f125bb61b48c028ed07bce8d9fb01dd1e | 26,577,257,653,331 | d580e0d2d1fc4a14ab3fa688df243583d25f10b4 | /news-main/news-sale-pay/src/main/java/com/yo/news/sale/pay/controller/response/PayResponse.java | 6f0ee2bf4a5f07ae2c4b80c8789cc777af85cc52 | [] | no_license | zhangqingjian/news-main-cloud | https://github.com/zhangqingjian/news-main-cloud | 22563b184c61c5ddbec12577d5d906833b4a20a4 | 545bd34e96b291004ca4e78d2d9725aa63d8e864 | refs/heads/master | 2021-08-29T23:29:52.845000 | 2017-12-15T08:51:56 | 2017-12-15T08:51:56 | 114,347,412 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
*
*/
package com.yo.news.sale.pay.controller.response;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.yo.news.sale.framework.model.response.RestfulResponse;
import io.swagger.annotations.ApiModelProperty;
/**
*/
/**
* @author JAN
* @CreatedTime:2017年10月11日 下午1:46:43 说明:
*/
public class Pa... | UTF-8 | Java | 462 | java | PayResponse.java | Java | [
{
"context": "notations.ApiModelProperty;\n\n/**\n*/\n/**\n * @author JAN\n * @CreatedTime:2017年10月11日 下午1:46:43 说明:\n */\npub",
"end": 258,
"score": 0.7509210109710693,
"start": 255,
"tag": "NAME",
"value": "JAN"
}
] | null | [] | /**
*
*/
package com.yo.news.sale.pay.controller.response;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.yo.news.sale.framework.model.response.RestfulResponse;
import io.swagger.annotations.ApiModelProperty;
/**
*/
/**
* @author JAN
* @CreatedTime:2017年10月11日 下午1:46:43 说明:
*/
public class Pa... | 462 | 0.738739 | 0.666667 | 25 | 16.76 | 23.267626 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.36 | false | false | 7 |
5632f9662dda0b20c66880aa92caaff6b7e48398 | 5,128,190,967,715 | f0448ff5fe7af60c0e0addfc96f900cdbcf7c4f7 | /RESTful-api/src/test/java/br/edu/ifpb/ajudemais/api/rest/test/AuthRestServiceTest.java | d71e8e4b687f4aae1b276d95dc4e28d8e28d5745 | [] | no_license | AjudeMais/ajudeMais-ws | https://github.com/AjudeMais/ajudeMais-ws | 7847921df70026bd23a50b576987a94b76183f25 | f8b819b90cfe3a75ef8497ebeee13385566b6051 | refs/heads/master | 2021-05-08T00:07:53.696000 | 2019-10-01T12:08:17 | 2019-10-01T12:08:17 | 107,626,723 | 1 | 1 | null | false | 2020-10-13T01:31:17 | 2017-10-20T03:15:13 | 2019-10-01T12:08:21 | 2020-10-13T01:31:16 | 159 | 0 | 1 | 2 | Java | false | false | /**
* Ajude Mais - Módulo Web Service
*
* Sistema para potencializar o processo de doação.
*
* <a href="https://github.com/AjudeMais/AjudeMais">Ajude Mais</a>
* <a href="https://franckaj.github.io">Franck Aragão"></a>
*
* AJUDE MAIS - 2017®
*
*/
package br.edu.ifpb.ajudemais.api.rest.test;
import static ... | UTF-8 | Java | 4,047 | java | AuthRestServiceTest.java | Java | [
{
"context": "sso de doação.\n * \n * <a href=\"https://github.com/AjudeMais/AjudeMais\">Ajude Mais</a>\n * <a href=\"https://fra",
"end": 139,
"score": 0.9448009133338928,
"start": 130,
"tag": "USERNAME",
"value": "AjudeMais"
},
{
"context": " Mais</a>\n * <a href=\"https://franckaj... | null | [] | /**
* Ajude Mais - Módulo Web Service
*
* Sistema para potencializar o processo de doação.
*
* <a href="https://github.com/AjudeMais/AjudeMais">Ajude Mais</a>
* <a href="https://franckaj.github.io"><NAME>"></a>
*
* AJUDE MAIS - 2017®
*
*/
package br.edu.ifpb.ajudemais.api.rest.test;
import static org.jun... | 4,026 | 0.700397 | 0.699405 | 160 | 24.200001 | 28.963295 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.1375 | false | false | 7 |
95b1c8ecaa0389396b87e91b138eb40cfe626894 | 18,176,301,665,608 | 9f72caad645583241c8b85a39e4600a13159eacf | /src/com/nodmp/algorithm/leetcode/lc_557/Solution.java | 9fd136a38aa0dc972f1bd1e56d01b3acd6b0a950 | [
"Apache-2.0"
] | permissive | nodmp/algorithm | https://github.com/nodmp/algorithm | b15deecef7adbb9c22c6b1c34fcae5af9501879f | 3364e2a65270f120ada1ec3cfb35da7e6754cf62 | refs/heads/master | 2022-12-12T23:25:57.790000 | 2020-08-31T03:59:54 | 2020-08-31T04:00:00 | 287,569,199 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.nodmp.algorithm.leetcode.lc_557;
public class Solution {
public String reverseWords(String s) {
String[] s1 = s.split(" ");
StringBuilder builder = new StringBuilder();
for (String s2 : s1) {
builder.append(new StringBuilder(s2).reverse().toString());
bui... | UTF-8 | Java | 398 | java | Solution.java | Java | [] | null | [] | package com.nodmp.algorithm.leetcode.lc_557;
public class Solution {
public String reverseWords(String s) {
String[] s1 = s.split(" ");
StringBuilder builder = new StringBuilder();
for (String s2 : s1) {
builder.append(new StringBuilder(s2).reverse().toString());
bui... | 398 | 0.58794 | 0.570352 | 13 | 29.615385 | 20.5858 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.461538 | false | false | 7 |
3261e2903d1f5d4d4e22b1e6c5c8f6fc7456b933 | 609,885,375,971 | 0f2a05aa42a80b1cbc69740b5d2a1dd7a93d5a9a | /src/no/hvl/dat102/kap3/stack/StackADT.java | 4dc2dcd660cea7a65acd71dd32348486d03a9419 | [] | no_license | 579673/DAT102 | https://github.com/579673/DAT102 | d9f3880f17b3cee07fd56768248cc18095bad358 | cb5ec439f544fda17c4cbd6088cc7a94c5046226 | refs/heads/master | 2020-04-15T09:26:03.392000 | 2019-03-10T19:21:37 | 2019-03-10T19:21:37 | 164,549,557 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package no.hvl.dat102.kap3.stack;
/**
* Defines the interface to a stack collection
* @author Steffen
* @version 1.0
* @param <T>
*/
public interface StackADT<T> {
/**
* Pushes a given element onto the stack
* @param element element
*/
public void push(T element);
/**
* Pops an element off the stack
... | UTF-8 | Java | 859 | java | StackADT.java | Java | [
{
"context": "nes the interface to a stack collection\n * @author Steffen\n * @version 1.0\n * @param <T>\n */\n\npublic interfa",
"end": 104,
"score": 0.9996049404144287,
"start": 97,
"tag": "NAME",
"value": "Steffen"
}
] | null | [] | package no.hvl.dat102.kap3.stack;
/**
* Defines the interface to a stack collection
* @author Steffen
* @version 1.0
* @param <T>
*/
public interface StackADT<T> {
/**
* Pushes a given element onto the stack
* @param element element
*/
public void push(T element);
/**
* Pops an element off the stack
... | 859 | 0.665891 | 0.658906 | 41 | 19.95122 | 16.563185 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.926829 | false | false | 7 |
0062ff48d2028c2461143b53681b358532030248 | 24,910,810,327,452 | a07b510730a9c041dae93f1a86ab78c6bf0273dc | /myeclipse2/smdb/.svn/pristine/34/34821a67c8071bf1ebfaff88df85aaa4f6aa9638.svn-base | 7b275cadafc8690500234c54b27fef068720c8f0 | [] | no_license | Pengineer/hust_codes | https://github.com/Pengineer/hust_codes | 97501a7a4c308423c05b1ade482d5c6f2d0b6028 | fd273015488eccb11c3752e873a808641799d5f2 | refs/heads/master | 2022-12-23T18:06:37.872000 | 2017-06-19T06:28:22 | 2017-06-19T06:28:22 | 94,742,762 | 0 | 0 | null | false | 2022-12-16T05:10:01 | 2017-06-19T06:16:01 | 2017-06-19T06:49:27 | 2022-12-16T05:10:00 | 749,220 | 0 | 0 | 286 | HTML | false | false | package csdc.service.imp;
import java.util.Date;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.springframework.transaction.annotation.Transactional;
import csdc.bean.Notice;
import csdc.service.INoticeService;
import csdc.tool.FileTool;
@Transactional
public class NoticeService ... | UTF-8 | Java | 3,201 | 34821a67c8071bf1ebfaff88df85aaa4f6aa9638.svn-base | Java | [] | null | [] | package csdc.service.imp;
import java.util.Date;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.springframework.transaction.annotation.Transactional;
import csdc.bean.Notice;
import csdc.service.INoticeService;
import csdc.tool.FileTool;
@Transactional
public class NoticeService ... | 3,201 | 0.682345 | 0.672517 | 107 | 25.635513 | 23.053125 | 147 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.504673 | false | false | 7 | |
353db0592dd83a6278cff721fe1eaef84c88e519 | 25,529,285,667,614 | dd8430e14be43c0de0820322b848c806b970cc3a | /assignment9/final.java | 2702d5f4a6d43b1b8e30f552002bbaf2cfbc7c55 | [] | no_license | AYUSH4197/assignment | https://github.com/AYUSH4197/assignment | 9bd41b3df9fc28dd0e41af5862ac496b5af03faa | a1f25de36c9dc2749379b939bbfcbf4faf4b069c | refs/heads/master | 2020-03-27T01:42:49.922000 | 2018-11-16T19:10:32 | 2018-11-16T19:10:32 | 145,736,382 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | final class temp
{
}
class abc extends temp
{
void fun()
{
System.out.println("Final keyword");
}
}
public class a
{
public static void main(String args[])
{
abc obj = new abc();
obj.fun();
}
} | UTF-8 | Java | 259 | java | final.java | Java | [] | null | [] | final class temp
{
}
class abc extends temp
{
void fun()
{
System.out.println("Final keyword");
}
}
public class a
{
public static void main(String args[])
{
abc obj = new abc();
obj.fun();
}
} | 259 | 0.494208 | 0.494208 | 35 | 6.428571 | 11.464942 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.085714 | false | false | 7 |
0af72fcd6cce4f247ec28ab61b7f5cd7f56b9811 | 34,737,695,499,446 | 6658663e35b880c7b02513817799e48a9812e4d7 | /JT808Data/src/main/java/JT809Data/model/MsgHeader.java | b7a730a481a2f0d8fc9d5a903c74cdf1a7714b44 | [] | no_license | zlsf/JT808 | https://github.com/zlsf/JT808 | 07a20c82743450e6516199d2f76de803648fc758 | 97b11924e9dadce30f46377bdd06938c6faae943 | refs/heads/master | 2022-06-27T20:23:17.526000 | 2019-07-21T10:54:12 | 2019-07-21T10:54:12 | 175,381,957 | 0 | 0 | null | false | 2022-06-17T02:14:22 | 2019-03-13T08:52:18 | 2019-07-21T10:54:19 | 2022-06-17T02:14:21 | 255 | 0 | 0 | 2 | Java | false | false | package JT809Data.model;
public class MsgHeader {
private long msgLength;
private long msgNo;
private int msgId;
private GnssPlatformId gnssPlatformId;
private byte[] versionFlag;
private boolean encrypt;
private long encryptKey;
public long getMsgLength() {
return msgLength;
}
public void... | UTF-8 | Java | 1,248 | java | MsgHeader.java | Java | [] | null | [] | package JT809Data.model;
public class MsgHeader {
private long msgLength;
private long msgNo;
private int msgId;
private GnssPlatformId gnssPlatformId;
private byte[] versionFlag;
private boolean encrypt;
private long encryptKey;
public long getMsgLength() {
return msgLength;
}
public void... | 1,248 | 0.689103 | 0.686699 | 68 | 16.352942 | 16.064909 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.25 | false | false | 7 |
3c69a9f964b7b4a810f505a2bfc5c637a81faf94 | 34,737,695,500,412 | 2e15a4e227d6efc8c15c49e5c372cebe8a95dcc6 | /NetworksVoIP/src/networksvoip/NetworksVoIP.java | 01fa7fe697680400d0f234be86865aca65de741e | [] | no_license | Haohan-SHI/NetworksVoIP | https://github.com/Haohan-SHI/NetworksVoIP | d61c198c7347c558ba937dcbdb4eee04e66b369a | 1e00d9f4b700750dd2a251c8729acbae032451ce | refs/heads/master | 2023-03-20T04:55:16.913000 | 2016-06-08T11:17:26 | 2016-06-08T11:17:26 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
package networksvoip;
import java.util.Arrays;
public class NetworksVoIP {
public static final int REPETITION = 1;
public static final int SILENCE = 2;
public static int CONCEALMENT_MODE;
public static boolean INTERLEAVING;
static boolean MODIFIED;
static int BLOCK_INTERLEAVER_DIM;
static bo... | UTF-8 | Java | 1,095 | java | NetworksVoIP.java | Java | [] | null | [] |
package networksvoip;
import java.util.Arrays;
public class NetworksVoIP {
public static final int REPETITION = 1;
public static final int SILENCE = 2;
public static int CONCEALMENT_MODE;
public static boolean INTERLEAVING;
static boolean MODIFIED;
static int BLOCK_INTERLEAVER_DIM;
static bo... | 1,095 | 0.59726 | 0.588128 | 48 | 21.791666 | 15.098231 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.541667 | false | false | 7 |
c2feadb16cba86d04d60c23bded11e4a0e7b27ca | 25,606,595,075,756 | 72eb25b684c027f69c08ec9efd728518de059841 | /Week_01/code/day4/Practice.java | 9a74f4ce5f8a8bb5af987fa6bd6c903c2f4740f1 | [] | no_license | yangxing9/algorithm014-algorithm014 | https://github.com/yangxing9/algorithm014-algorithm014 | 65dab73996403d1a01c21c4c185c48a5244dc524 | 2967338788be3b820abd0dd5d0a4cb84bd754f95 | refs/heads/master | 2023-03-08T18:04:12.433000 | 2021-02-21T05:26:53 | 2021-02-21T05:26:53 | 286,377,294 | 0 | 0 | null | true | 2020-08-10T04:40:17 | 2020-08-10T04:40:16 | 2020-08-10T03:26:04 | 2020-08-10T03:26:02 | 3 | 0 | 0 | 0 | null | false | false | package day4;
import java.util.*;
/**
* @author yangxing
* @version 1.0
* @date 2020/8/13 0013 09:38
*/
public class Practice {
public static void main(String[] args) {
ListNode a = new ListNode(1);
ListNode b = new ListNode(2);
ListNode c = new ListNode(3);
ListNode d = new ... | UTF-8 | Java | 6,321 | java | Practice.java | Java | [
{
"context": "ackage day4;\n\n\nimport java.util.*;\n\n/**\n * @author yangxing\n * @version 1.0\n * @date 2020/8/13 0013 09:38\n */",
"end": 60,
"score": 0.9970105886459351,
"start": 52,
"tag": "USERNAME",
"value": "yangxing"
}
] | null | [] | package day4;
import java.util.*;
/**
* @author yangxing
* @version 1.0
* @date 2020/8/13 0013 09:38
*/
public class Practice {
public static void main(String[] args) {
ListNode a = new ListNode(1);
ListNode b = new ListNode(2);
ListNode c = new ListNode(3);
ListNode d = new ... | 6,321 | 0.464402 | 0.452621 | 217 | 25.995392 | 20.588238 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.539171 | false | false | 7 |
2cc5716e836c4cfedcc38d4654af0fa6f1ee471b | 31,069,793,422,442 | 851b35a84902c05a96c411b6e0da7146034fb751 | /HW1_2/src/Main.java | e5924d057a33d5b57c92f1c0fad81e50c86ee852 | [] | no_license | DanMagor/DSA-Course | https://github.com/DanMagor/DSA-Course | 64f575b69533f20bf7018e7115f160a8e934a2cb | 0d7973b485f8d2850944862bff499bc79c8c99a7 | refs/heads/master | 2021-07-06T15:26:52.068000 | 2017-09-29T20:17:38 | 2017-09-29T20:17:38 | 79,643,614 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.io.FileNotFoundException;
import java.io.FileWriter;
import java.io.IOException;
import java.io.Writer;
import java.util.Locale;
/**
* Created by Anton Skudarnov on 04.02.2017.
* The Main class of problem
*/
public class Main {
public static void main(String[] args) throws IOException {
Mo... | UTF-8 | Java | 748 | java | Main.java | Java | [
{
"context": "riter;\nimport java.util.Locale;\n\n/**\n * Created by Anton Skudarnov on 04.02.2017.\n * The Main class of problem\n */\np",
"end": 175,
"score": 0.9998361468315125,
"start": 160,
"tag": "NAME",
"value": "Anton Skudarnov"
}
] | null | [] | import java.io.FileNotFoundException;
import java.io.FileWriter;
import java.io.IOException;
import java.io.Writer;
import java.util.Locale;
/**
* Created by <NAME> on 04.02.2017.
* The Main class of problem
*/
public class Main {
public static void main(String[] args) throws IOException {
MonteCarlo ... | 739 | 0.639037 | 0.627005 | 28 | 25.714285 | 26.438416 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 7 |
95f4df04ae2bc8eedc0cd2685da69fadc05302fb | 31,069,793,424,386 | 5fddb9a3f85f50cdefe3bf29ca06b33ad44bcd62 | /src/main/java/com/syncleus/aethermud/game/Abilities/Druid/Chant_Treeform.java | 3cb3cd2c5141d1ae31a4b430694e11d5a9b144f5 | [
"Apache-2.0"
] | permissive | freemo/AetherMUD-coffee | https://github.com/freemo/AetherMUD-coffee | da315ae8046d06069a058fb38723750a02f72853 | dbc091b3e1108aa6aff3640da4707ace4c6771e5 | refs/heads/master | 2021-01-19T22:34:29.830000 | 2017-08-26T14:01:24 | 2017-08-26T14:06:07 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Copyright 2017 Syncleus, Inc.
* with portions copyright 2004-2017 Bo Zimmerman
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0... | UTF-8 | Java | 8,889 | java | Chant_Treeform.java | Java | [
{
"context": "/**\n * Copyright 2017 Syncleus, Inc.\n * with portions copyright 2004-2017 Bo Zim",
"end": 30,
"score": 0.7951398491859436,
"start": 22,
"tag": "NAME",
"value": "Syncleus"
},
{
"context": "yncleus, Inc.\n * with portions copyright 2004-2017 Bo Zimmerman\n *\n * License... | null | [] | /**
* Copyright 2017 Syncleus, Inc.
* with portions copyright 2004-2017 <NAME>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
*... | 8,883 | 0.599505 | 0.594443 | 232 | 37.314655 | 29.173828 | 156 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.719828 | false | false | 7 |
97b709e2e6ad73ddc178327287b65f4b96b9b1ca | 21,758,304,351,967 | 6cb690804184254907809b72d2608ad2d134b4ef | /src/main/java/com/jc/p3/t5/pc/Starter.java | 1e0374387f7f55b5b56669b2067211b25d935986 | [] | no_license | h5dde45/Project_300518 | https://github.com/h5dde45/Project_300518 | 9b7fbd05082f57a92741fe7aff36825c2100d448 | a1a402c3a9d9a24d96a1d347844eb4655b45073d | refs/heads/master | 2020-03-19T01:42:56.127000 | 2018-06-09T12:48:22 | 2018-06-09T12:48:22 | 135,566,815 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jc.p3.t5.pc;
public class Starter {
public static void main(String[] args) {
UserRerository userRerository = new UserRerository();
userRerository.addUser(new User(true));
userRerository.addUser(new User(false));
System.out.println(userRerository.getUsers());
user... | UTF-8 | Java | 411 | java | Starter.java | Java | [] | null | [] | package com.jc.p3.t5.pc;
public class Starter {
public static void main(String[] args) {
UserRerository userRerository = new UserRerository();
userRerository.addUser(new User(true));
userRerository.addUser(new User(false));
System.out.println(userRerository.getUsers());
user... | 411 | 0.673966 | 0.6691 | 14 | 28.357143 | 22.67663 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 7 |
c850535c8c8f9308b027ace9d9643bfc828c7ab7 | 21,758,304,352,858 | 97d4f06fa54f7da732a931f2ed3a5e6374c722f9 | /dzy-ssm-demo/ssm-jar/src/main/java/com/daselearn/ssmjar/App.java | 281cdaf01faee95a7a8eb0168c162e6f10b90f36 | [] | no_license | daniel-chan/ssm-demo | https://github.com/daniel-chan/ssm-demo | 2ad256c95a6a7106f62a9062fee752ff55d68d76 | b3270efc1606b98c72aebbf6ddff4de8f1dec387 | refs/heads/master | 2022-12-21T12:29:36.420000 | 2019-09-11T07:05:35 | 2019-09-11T07:05:35 | 178,145,384 | 4 | 0 | null | false | 2022-12-16T04:38:14 | 2019-03-28T07:01:34 | 2019-09-11T07:05:37 | 2022-12-16T04:38:12 | 120 | 1 | 0 | 14 | Java | false | false | package com.daselearn.ssmjar;
import com.daselearn.ssmjar.constant.GlobalConstant;
import com.daselearn.ssmjar.entity.Account;
import com.daselearn.ssmjar.mapper.AccountMapper;
import com.daselearn.ssmjar.service.AccountService;
import com.daselearn.ssmjar.util.SpringCtxHelper;
import com.github.pagehelper.Page... | UTF-8 | Java | 1,758 | java | App.java | Java | [
{
"context": "ort java.util.Date;\r\n\r\n/**\r\n * 启动类\r\n *\r\n * @author daniel\r\n * @date 2019/8/21\r\n */\r\npublic class App {\r\n\r\n ",
"end": 448,
"score": 0.996849000453949,
"start": 442,
"tag": "USERNAME",
"value": "daniel"
},
{
"context": "3453453\");\r\n account.s... | null | [] | package com.daselearn.ssmjar;
import com.daselearn.ssmjar.constant.GlobalConstant;
import com.daselearn.ssmjar.entity.Account;
import com.daselearn.ssmjar.mapper.AccountMapper;
import com.daselearn.ssmjar.service.AccountService;
import com.daselearn.ssmjar.util.SpringCtxHelper;
import com.github.pagehelper.Page... | 1,762 | 0.669977 | 0.650117 | 54 | 29.703703 | 27.204731 | 127 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.592593 | false | false | 7 |
d828dbb9f1c43095f9b373f43b6ae7594d00ad90 | 21,758,304,353,141 | 067ba6f3bd9ab0b7a97443dc9b2da6fb713f6013 | /DescentQuestVault/src/StoryEditor/StoryItem.java | e7d9388160ca0469d5db2a3a20c34ab34e5067ea | [] | no_license | woutVanderLinden1/newrep | https://github.com/woutVanderLinden1/newrep | 5f784f0d82c35b16d03c0256d1a6dda2a6a18fc7 | 78777d6a68f9fb3105bd7b6d5454c83ec191c6c2 | refs/heads/master | 2022-04-14T00:02:54.105000 | 2020-04-08T05:54:59 | 2020-04-08T05:54:59 | 172,201,306 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package StoryEditor;
import model.Item;
import view.viewItems.ItemBox.ItemOptions;
public class StoryItem extends Item {
public StoryItem(String name) {
super(name);
// TODO Auto-generated constructor stub
}
@Override
public int[][] getShape() {
// TODO Auto-generated method stub
return null;
}
@Over... | UTF-8 | Java | 981 | java | StoryItem.java | Java | [] | null | [] | package StoryEditor;
import model.Item;
import view.viewItems.ItemBox.ItemOptions;
public class StoryItem extends Item {
public StoryItem(String name) {
super(name);
// TODO Auto-generated constructor stub
}
@Override
public int[][] getShape() {
// TODO Auto-generated method stub
return null;
}
@Over... | 981 | 0.696228 | 0.690112 | 60 | 15.35 | 14.098256 | 42 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.233333 | false | false | 7 |
e27045b90333484b4ce043053dd7f275d5a5e77e | 14,276,471,332,449 | f9640b735fc42a44be8712593c6ff72743e8d5fe | /src/main/java/c4l/server/main/Scenes.java | 166f8710c647d7a612f0ec6f35df3ce57dfd60ef | [] | no_license | medem100/C4L_ServerV2 | https://github.com/medem100/C4L_ServerV2 | e18e4043f9d65ebefec43676c50ab8c4e72635b2 | 523dce27fef943d6d6fbd7ce91dd24dfa9fef498 | refs/heads/master | 2022-07-14T13:37:19.663000 | 2019-10-03T15:47:29 | 2019-10-03T15:47:29 | 197,006,625 | 0 | 0 | null | false | 2022-06-21T04:04:35 | 2019-07-15T13:42:33 | 2019-10-03T15:47:31 | 2022-06-21T04:04:34 | 383 | 0 | 0 | 2 | Java | false | false | <<<<<<< HEAD
package c4l.server.main;
import org.json.JSONArray;
public class Scenes {
// buttons:[
// {'name': "Effect 0,0", 'id': '1'},
// {'name': "Effect 0,1", 'id': '2'},
// {'name': "Effect 1,0", 'id': '3'},
// {'name': "Effect 1,1", 'id': '4'},
// ],
//TOD... | UTF-8 | Java | 2,817 | java | Scenes.java | Java | [
{
"context": "\n\n}\n>>>>>>> branch 'master' of https://github.com/medem100/C4L_ServerV2.git\n",
"end": 2799,
"score": 0.9993866086006165,
"start": 2791,
"tag": "USERNAME",
"value": "medem100"
}
] | null | [] | <<<<<<< HEAD
package c4l.server.main;
import org.json.JSONArray;
public class Scenes {
// buttons:[
// {'name': "Effect 0,0", 'id': '1'},
// {'name': "Effect 0,1", 'id': '2'},
// {'name': "Effect 1,0", 'id': '3'},
// {'name': "Effect 1,1", 'id': '4'},
// ],
//TOD... | 2,817 | 0.501242 | 0.456159 | 87 | 30.896551 | 23.488337 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.896552 | false | false | 7 |
9521b393194da180d531056d5de8de6f1fd5076b | 19,928,648,256,736 | 408888d809ffbfb35a7120933f4dd50a558c8e71 | /silkChina-core/src/main/java/com/isesol/silkChina/dto/CategoryDTO.java | 56e9a57b3932db44d2c300fa331fcb9688499c1a | [] | no_license | jatsh/silkChina-springboot | https://github.com/jatsh/silkChina-springboot | afc9ce31e519c6573d1585765a65879ade6d16a9 | 315b427ddbe93caeab4e34542b54f9f21b3176f5 | refs/heads/master | 2018-04-21T19:41:44.361000 | 2017-05-23T09:40:53 | 2017-05-23T09:40:53 | 91,054,747 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.isesol.silkChina.dto;
import java.io.*;
/**
* 参数类别 DTO
*
* @author peter zhang
*/
public class CategoryDTO implements Serializable{
/**
* 类型名称
*/
private String name;
/**
* 类型描述
*/
private String desc;
public String getName(){
return name;
}
public void setName(String name){
... | UTF-8 | Java | 611 | java | CategoryDTO.java | Java | [
{
"context": "\n\nimport java.io.*;\n\n/**\n * 参数类别 DTO\n *\n * @author peter zhang\n */\npublic class CategoryDTO implements Serializa",
"end": 95,
"score": 0.9996789693832397,
"start": 84,
"tag": "NAME",
"value": "peter zhang"
}
] | null | [] | package com.isesol.silkChina.dto;
import java.io.*;
/**
* 参数类别 DTO
*
* @author <NAME>
*/
public class CategoryDTO implements Serializable{
/**
* 类型名称
*/
private String name;
/**
* 类型描述
*/
private String desc;
public String getName(){
return name;
}
public void setName(String name){
this.... | 606 | 0.589438 | 0.589438 | 50 | 10.74 | 12.302536 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.02 | false | false | 7 |
c76b8d3a8072e68a91773678d37d776387c893cb | 30,958,124,306,641 | fab2e868a27cfd89d8d76989dfc8d10f0592b894 | /mode/strategy/src/root/strategy/Strategy.java | e26001c24365f6362c2599fc646d59462d42cf63 | [] | no_license | tuwq/imitate_framework | https://github.com/tuwq/imitate_framework | 3c7e53741b92424ba4428c1ab4a862effa5e0f6a | 604f6c9e40d6ac0006e7a20c3c8c7f18326bac4e | refs/heads/master | 2020-03-19T13:55:07.151000 | 2019-04-11T13:16:17 | 2019-04-11T13:16:17 | 136,601,003 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package root.strategy;
public abstract class Strategy {
abstract void algorithmInterface();
}
class strategyA extends Strategy {
@Override
void algorithmInterface() {}
}
class strategyB extends Strategy {
@Override
void algorithmInterface() {}
}
class strategyC extends Strategy {
@Override
void a... | UTF-8 | Java | 527 | java | Strategy.java | Java | [] | null | [] | package root.strategy;
public abstract class Strategy {
abstract void algorithmInterface();
}
class strategyA extends Strategy {
@Override
void algorithmInterface() {}
}
class strategyB extends Strategy {
@Override
void algorithmInterface() {}
}
class strategyC extends Strategy {
@Override
void a... | 527 | 0.719165 | 0.719165 | 26 | 18.26923 | 13.452359 | 36 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.807692 | false | false | 7 |
c5557d130fbe42803c6fbb3063e4d1b697e2fef0 | 13,924,283,988,123 | e21b1fefce985b594fdea5a2970fd2becee3c2a4 | /app/src/main/java/io/josecalles/pocketcloset/storage/SharedPrefLogger.java | 9364fee3efbc648ab00ab99bf31ad9d04773d93e | [] | no_license | josecalles/PocketCloset | https://github.com/josecalles/PocketCloset | 65078e5695e3152ba01d7a574dba11d812d6364b | 98d04c3da0ffa4d0840b560dee90fc0f36c6326e | refs/heads/master | 2017-12-07T04:29:56.373000 | 2017-01-23T02:58:54 | 2017-01-23T02:58:54 | 79,669,960 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package io.josecalles.pocketcloset.storage;
import android.content.SharedPreferences;
import android.preference.PreferenceManager;
import com.google.gson.Gson;
import com.google.gson.reflect.TypeToken;
import java.lang.reflect.Type;
import java.util.ArrayList;
import java.util.List;
import io.josecalles.pocketclose... | UTF-8 | Java | 1,560 | java | SharedPrefLogger.java | Java | [] | null | [] | package io.josecalles.pocketcloset.storage;
import android.content.SharedPreferences;
import android.preference.PreferenceManager;
import com.google.gson.Gson;
import com.google.gson.reflect.TypeToken;
import java.lang.reflect.Type;
import java.util.ArrayList;
import java.util.List;
import io.josecalles.pocketclose... | 1,560 | 0.696154 | 0.696154 | 53 | 28.433962 | 24.18132 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.54717 | false | false | 7 |
8ca2c25bf586b22f144be6b40bb97ab3354232c1 | 14,121,852,479,541 | 05ce8639d5693f1544639c342e581347862caee5 | /src/main/java/au/com/stocksoftware/tide/server/service/tide/UserServiceEJB.java | fbd7e42b351671cc53a692fb60203742a53afbf9 | [] | no_license | jcosmo/tilde-gwt | https://github.com/jcosmo/tilde-gwt | 87b3b8c347b180d3f94f651231050776a8df4267 | 8db5e14857d2a82275f63ca3dea9b09a1b4223e1 | refs/heads/master | 2022-06-29T11:30:31.615000 | 2012-06-26T14:07:06 | 2012-06-26T14:07:06 | 4,347,721 | 0 | 0 | null | false | 2022-05-31T05:53:48 | 2012-05-16T14:15:37 | 2014-05-04T11:37:03 | 2022-05-31T05:53:48 | 1,052 | 1 | 0 | 1 | Java | false | false | package au.com.stocksoftware.tide.server.service.tide;
import au.com.stocksoftware.tide.server.data_type.core.UserDTO;
import au.com.stocksoftware.tide.server.data_type.core.UserType;
import au.com.stocksoftware.tide.server.entity.core.User;
import au.com.stocksoftware.tide.server.entity.core.UserComparator;
import au... | UTF-8 | Java | 3,006 | java | UserServiceEJB.java | Java | [
{
"context": "r();\n user.setLogin( login );\n user.setName( name );\n user.setPassword( password );\n user.set",
"end": 1850,
"score": 0.9554362297058105,
"start": 1846,
"tag": "NAME",
"value": "name"
},
{
"context": ");\n user.setName( name );\n user.setPassword( ... | null | [] | package au.com.stocksoftware.tide.server.service.tide;
import au.com.stocksoftware.tide.server.data_type.core.UserDTO;
import au.com.stocksoftware.tide.server.data_type.core.UserType;
import au.com.stocksoftware.tide.server.entity.core.User;
import au.com.stocksoftware.tide.server.entity.core.UserComparator;
import au... | 3,008 | 0.66833 | 0.66833 | 95 | 30.642105 | 27.104832 | 118 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.684211 | false | false | 7 |
ae4fc88a24a153c9e5bbcf3f71a4fa0cf5730314 | 12,867,722,086,864 | 1b237702fb139ada35205abfbf36723ebe1f8410 | /Assignment4/src/fileCrawler.java | f06df306bb229e5474bf7a5b665d01151297314a | [] | no_license | MrOrga/ComputerNetworking | https://github.com/MrOrga/ComputerNetworking | 29bbfce3d22fc4fe41b303189c170c7686f5bb2a | a938059955a45219ac33b0ef8585e1e98cd24caf | refs/heads/master | 2022-04-04T08:24:10.994000 | 2020-02-14T16:22:38 | 2020-02-14T16:22:38 | 211,818,028 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.ArrayList;
public class fileCrawler
{
public static void main(String[] args)
{
//fileCrawler dirPath k
//dirPath (String) path delle directory
//k(int) numero di consumatori
String dirPath = args[0];
int k = Integer.parseInt(args[1]);
LinkedList... | UTF-8 | Java | 1,149 | java | fileCrawler.java | Java | [] | null | [] | import java.util.ArrayList;
public class fileCrawler
{
public static void main(String[] args)
{
//fileCrawler dirPath k
//dirPath (String) path delle directory
//k(int) numero di consumatori
String dirPath = args[0];
int k = Integer.parseInt(args[1]);
LinkedList... | 1,149 | 0.533507 | 0.530026 | 41 | 27.024391 | 18.998701 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.487805 | false | false | 7 |
1f7ac13fdbf4fe5427cedb308a8e2cecf04fd171 | 12,867,722,084,360 | 0641510d8b93fc4ebc5ff32b3ef67ee69f9c822c | /src/amountZeroException.java | 079fc9eccef09bdbe74705c0456da8bff8a9e9eb | [] | no_license | madwester/atm-system | https://github.com/madwester/atm-system | a881aeeae06add06580fb7b782e846f5e0914925 | 3f6a16afc642e0f5444fad1b447396083a032443 | refs/heads/master | 2020-03-11T22:16:54.066000 | 2018-04-20T00:38:36 | 2018-04-20T00:38:36 | 130,287,480 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
*
* @author 5856 Madeleine
*/
//Custom exception to catch error if user try to deposite zero or a negative amount
public class amountZeroException extends Exception {
public amountZeroException(String message) {
super(message);
}
}
| UTF-8 | Java | 263 | java | amountZeroException.java | Java | [
{
"context": "/**\n *\n * @author 5856 Madeleine \n */\n\n//Custom exception to catch error",
"end": 22,
"score": 0.9965944886207581,
"start": 18,
"tag": "USERNAME",
"value": "5856"
},
{
"context": "/**\n *\n * @author 5856 Madeleine \n */\n\n//Custom exception to catch error if user... | null | [] | /**
*
* @author 5856 Madeleine
*/
//Custom exception to catch error if user try to deposite zero or a negative amount
public class amountZeroException extends Exception {
public amountZeroException(String message) {
super(message);
}
}
| 263 | 0.692015 | 0.676806 | 13 | 19.23077 | 25.356394 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.076923 | false | false | 7 |
e45c3c2e527d59280d4e81ae32334a28fb8f0c21 | 19,542,101,237,772 | fd862ddb6e7e456b994d2661d85f8d4a4e12f75a | /app/src/main/java/com/xiaoyuzhuanqian/model/GaojiAwardBean.java | 3ae0292b4e00d73ee262094073257d8af563af26 | [
"Apache-2.0"
] | permissive | 1095897429/XiaoYu-Android-master | https://github.com/1095897429/XiaoYu-Android-master | 8e710a41caf4538cd6fd7b19e88727077b068c9c | c6b647eed6f42b78aad7ee2623a09fe05317f54c | refs/heads/master | 2020-06-15T20:36:43.583000 | 2019-07-05T10:02:18 | 2019-07-05T10:02:18 | 195,386,766 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.xiaoyuzhuanqian.model;
public class GaojiAwardBean {
private int has_award_num;
private int award_coin;
public int getHas_award_num() {
return has_award_num;
}
public void setHas_award_num(int has_award_num) {
this.has_award_num = has_award_num;
}
public int ... | UTF-8 | Java | 466 | java | GaojiAwardBean.java | Java | [] | null | [] | package com.xiaoyuzhuanqian.model;
public class GaojiAwardBean {
private int has_award_num;
private int award_coin;
public int getHas_award_num() {
return has_award_num;
}
public void setHas_award_num(int has_award_num) {
this.has_award_num = has_award_num;
}
public int ... | 466 | 0.624463 | 0.624463 | 23 | 19.26087 | 17.688654 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.304348 | false | false | 7 |
05978f699f6cd98307023776ae91f1d62727582d | 13,615,046,394,839 | a84a990ebfaa4b31b8cd44345715e2c3cbebc44c | /calc.java | 4a10cff529001763e3317668e566be38058a77f2 | [] | no_license | aidosra/Calculator | https://github.com/aidosra/Calculator | 90a0cac46072b14ac6f326ba92d2f85404049a82 | f1b0738e189286ccac40be15bfabd923d2170dcf | refs/heads/master | 2021-07-22T15:46:59.518000 | 2017-11-07T14:16:13 | 2017-11-07T14:16:13 | 109,844,698 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package calc;
public class calc {
double plus(double a, double b) {
return a+b;
}
double minus(double a, double b) {
return a-b;
}
double kobeitu(double a, double b) {
return a*b;
}
double bolu(double a, double b) {
return a/b;
}
double c (double a, double b) {
return a;
}
doub... | UTF-8 | Java | 532 | java | calc.java | Java | [] | null | [] | package calc;
public class calc {
double plus(double a, double b) {
return a+b;
}
double minus(double a, double b) {
return a-b;
}
double kobeitu(double a, double b) {
return a*b;
}
double bolu(double a, double b) {
return a/b;
}
double c (double a, double b) {
return a;
}
doub... | 532 | 0.575188 | 0.567669 | 33 | 14.121212 | 12.581269 | 37 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.636364 | false | false | 7 |
b83b6f78a60d7d77279ec264c0bdb752ea2921b7 | 627,065,262,268 | 667a76f3e589d9e42457addc3c1e31e5c1a321fa | /app/src/main/java/com/hlandim/gituserssearch/controller/SearchController.java | 8b5413e39b17dbdb3ce54cb35af9684e11ccb197 | [] | no_license | hlandim/GitUserSearch | https://github.com/hlandim/GitUserSearch | 10856c1a8626f959c97efc2c52964dbac56b6b8d | a8f9a1f47aa4e6f5d5ac0b38f3e6e7133a96b56a | refs/heads/master | 2016-09-13T10:31:46.755000 | 2016-05-13T00:50:20 | 2016-05-13T00:50:20 | 58,280,827 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.hlandim.gituserssearch.controller;
import android.content.Context;
import android.content.ContextWrapper;
import com.hlandim.gituserssearch.R;
import com.hlandim.gituserssearch.dao.UserDao;
import com.hlandim.gituserssearch.model.User;
import com.hlandim.gituserssearch.web.GitHubApi;
import java.util.Lis... | UTF-8 | Java | 1,935 | java | SearchController.java | Java | [
{
"context": "HubApi;\n\nimport java.util.List;\n\n/**\n * Created by hlandim on 5/7/16.\n */\npublic class SearchController exte",
"end": 349,
"score": 0.9996180534362793,
"start": 342,
"tag": "USERNAME",
"value": "hlandim"
}
] | null | [] | package com.hlandim.gituserssearch.controller;
import android.content.Context;
import android.content.ContextWrapper;
import com.hlandim.gituserssearch.R;
import com.hlandim.gituserssearch.dao.UserDao;
import com.hlandim.gituserssearch.model.User;
import com.hlandim.gituserssearch.web.GitHubApi;
import java.util.Lis... | 1,935 | 0.578811 | 0.575711 | 66 | 28.333334 | 23.529694 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.409091 | false | false | 7 |
3eae7ace6684e5c030ee211a52d35ad5c011a62b | 26,774,826,159,508 | d2fec809b91fbcf7bb5edb8ad82d1c8e959dc160 | /Git_calci/src/Test.java | b637cf54fe99661e7db06be3968d136747075206 | [] | no_license | PallaviGupta21/first_project | https://github.com/PallaviGupta21/first_project | 8bf434fdd287657ec99b3bfa559fd4c9b23f15ca | 4663a72b6779ef7032a21ef33724789d25c12f24 | refs/heads/master | 2020-04-24T22:53:18.730000 | 2019-07-29T04:40:31 | 2019-07-29T04:40:31 | 172,325,952 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.Scanner;
public class Test {
public static void main(String[] args) {
System.out.println("enter the no. on which action is to be performed: ");
Scanner sc=new Scanner("System.in");
int x =sc.nextInt();
int y= sc.nextInt();
int sum = add(x,y);
}
public static int ad... | UTF-8 | Java | 543 | java | Test.java | Java | [] | null | [] | import java.util.Scanner;
public class Test {
public static void main(String[] args) {
System.out.println("enter the no. on which action is to be performed: ");
Scanner sc=new Scanner("System.in");
int x =sc.nextInt();
int y= sc.nextInt();
int sum = add(x,y);
}
public static int ad... | 543 | 0.589319 | 0.589319 | 29 | 16.724138 | 17.924932 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.586207 | false | false | 7 |
6811f229a8db64706f1911b5c4c5520dc6dec446 | 4,509,715,671,678 | 4536078b4070fc3143086ff48f088e2bc4b4c681 | /v1.0.4/decompiled/k/b/i/b/g/m.java | 21d3551e052526bce4d84907483997bfc32d256a | [] | no_license | olealgoritme/smittestopp_src | https://github.com/olealgoritme/smittestopp_src | 485b81422752c3d1e7980fbc9301f4f0e0030d16 | 52080d5b7613cb9279bc6cda5b469a5c84e34f6a | refs/heads/master | 2023-05-27T21:25:17.564000 | 2023-05-02T14:24:31 | 2023-05-02T14:24:31 | 262,846,147 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package k.b.i.b.g;
import k.b.a.o;
public final class m
{
public final v a;
public final int b;
public final int c;
public final int d;
public final int e;
public final int f;
public final o g;
public m(o paramo)
{
if (paramo != null)
{
g = paramo;
paramo = f.a(paramo);
... | UTF-8 | Java | 1,280 | java | m.java | Java | [] | null | [] | package k.b.i.b.g;
import k.b.a.o;
public final class m
{
public final v a;
public final int b;
public final int c;
public final int d;
public final int e;
public final int f;
public final o g;
public m(o paramo)
{
if (paramo != null)
{
g = paramo;
paramo = f.a(paramo);
... | 1,280 | 0.533594 | 0.514844 | 53 | 23.169811 | 20.153875 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.603774 | false | false | 7 |
f994fdfb2a4772dc9fd021cd343b00c3c0f6d7a0 | 26,860,725,533,355 | ee88beeb8e0066592943642eb82a5a7451cdcc80 | /src/RectanglePit.java | 5170d02c01ce83bed1eb8c138c5249b4799e6ced | [] | no_license | shawnsuarez/CS151-Team-Ocean | https://github.com/shawnsuarez/CS151-Team-Ocean | 4ff2f3ecd9a6576bfd1887debb94e262c0696887 | a2c2a86e9a82834d1301731ebd91f453b82f1681 | refs/heads/master | 2021-01-19T21:44:15.932000 | 2017-05-08T04:19:51 | 2017-05-08T04:19:51 | 88,695,310 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.awt.Color;
import java.awt.Graphics2D;
import java.awt.geom.Rectangle2D;
public class RectanglePit extends DesignPit
{
public static final int STONE_WIDTH = 5;
public static final int STONE_HEIGHT = 5;
public RectanglePit(int xPosition, int yPosition, int pitWidth, int pitHeight) {
... | UTF-8 | Java | 1,510 | java | RectanglePit.java | Java | [] | null | [] | import java.awt.Color;
import java.awt.Graphics2D;
import java.awt.geom.Rectangle2D;
public class RectanglePit extends DesignPit
{
public static final int STONE_WIDTH = 5;
public static final int STONE_HEIGHT = 5;
public RectanglePit(int xPosition, int yPosition, int pitWidth, int pitHeight) {
... | 1,510 | 0.503311 | 0.477483 | 39 | 36.717949 | 25.102814 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.897436 | false | false | 7 |
ec0980a1ebc12637fb6d6dd98fbb6d2d548f8f65 | 34,660,386,084,187 | 0d865e36378603e4a1ac688b4e11abb9db6ec02a | /src/main/java/me/pujari/HttpsClient.java | 844837ce166a60e1dbfd39996dbf8e3b61dc0907 | [] | no_license | PushkarrajPujari/Java_Https_Client | https://github.com/PushkarrajPujari/Java_Https_Client | b0337f3aec58b81a40d33f16c2ce1544c9dd093f | a25258da342be236fdf3692e5d246a3297b898dc | refs/heads/master | 2020-03-29T11:47:18.145000 | 2018-09-24T08:58:01 | 2018-09-24T08:58:01 | 149,870,805 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package me.pujari;
import javax.net.ssl.HttpsURLConnection;
import java.io.IOException;
import java.net.MalformedURLException;
import java.net.URL;
public class HttpsClient implements IClient{
private URL url;
private HttpsURLConnection connection;
public HttpsClient(String uri) throws MalformedURLExcept... | UTF-8 | Java | 1,147 | java | HttpsClient.java | Java | [] | null | [] | package me.pujari;
import javax.net.ssl.HttpsURLConnection;
import java.io.IOException;
import java.net.MalformedURLException;
import java.net.URL;
public class HttpsClient implements IClient{
private URL url;
private HttpsURLConnection connection;
public HttpsClient(String uri) throws MalformedURLExcept... | 1,147 | 0.576286 | 0.576286 | 42 | 26.309525 | 19.581926 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.452381 | false | false | 7 |
14746221cab1c228940a637a62af9612d63c7109 | 34,660,386,080,110 | c0a079dfbe2e2bc006b6805a831d59fb3715da21 | /src/main/java/uploadserver/services/UploadService.java | 71becd68fb3da0626b7e74c430a3794c1fb97fdf | [] | no_license | tonquangtu/CoverLip | https://github.com/tonquangtu/CoverLip | d1c53a9bdd89c1d81cba513d350197d1d535c2ce | 28bb2fdc1df69c6faccbea7c870e2479da9170c1 | refs/heads/master | 2021-06-20T17:37:55.591000 | 2017-07-24T08:54:07 | 2017-07-24T08:54:07 | 86,202,628 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package uploadserver.services;
import com.clteam.dataobject.AccountEntity;
import com.clteam.model.Account;
import com.clteam.model.Post;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframework.web.multipart.MultipartFile;
import uploadse... | UTF-8 | Java | 4,004 | java | UploadService.java | Java | [
{
"context": "ption;\nimport java.util.Random;\n\n/**\n * Created by Dell on 22-May-17.\n */\n@Service\npublic class UploadSer",
"end": 524,
"score": 0.9631196856498718,
"start": 520,
"tag": "USERNAME",
"value": "Dell"
}
] | null | [] | package uploadserver.services;
import com.clteam.dataobject.AccountEntity;
import com.clteam.model.Account;
import com.clteam.model.Post;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframework.web.multipart.MultipartFile;
import uploadse... | 4,004 | 0.579528 | 0.576518 | 127 | 30.385826 | 25.875549 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.503937 | false | false | 7 |
75a6a54fbb835de635d5b9f49c515c8af8b7780f | 22,806,276,388,781 | e3236ef0d574c797d029d0ae5925d700abec986b | /src/main/java/com/piwowarski/models/CustomListModel.java | 9880be1f8429512bc0f96597cae6143923586dc8 | [] | no_license | TPiwowarski17/PrzychodniaSWING | https://github.com/TPiwowarski17/PrzychodniaSWING | 6eb0a809f520246bd7d928c3f653f5bc3a5ffd17 | 89dce28cbb86ef8fb215af134fee2b042f065df9 | refs/heads/master | 2021-01-19T11:09:26.101000 | 2017-04-30T07:48:27 | 2017-04-30T07:48:27 | 87,934,016 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.piwowarski.models;
import javax.swing.*;
import java.util.List;
/**
* Created by Piwowarski Tomasz on 10.03.2017.
*/
public class CustomListModel<T> extends AbstractListModel<T>
{
private List<T> items;
public CustomListModel(List<T> items)
{
this.items = items;
}
public voi... | UTF-8 | Java | 562 | java | CustomListModel.java | Java | [
{
"context": "swing.*;\nimport java.util.List;\n\n/**\n * Created by Piwowarski Tomasz on 10.03.2017.\n */\npublic class CustomListModel<T",
"end": 113,
"score": 0.9998654723167419,
"start": 96,
"tag": "NAME",
"value": "Piwowarski Tomasz"
}
] | null | [] | package com.piwowarski.models;
import javax.swing.*;
import java.util.List;
/**
* Created by <NAME> on 10.03.2017.
*/
public class CustomListModel<T> extends AbstractListModel<T>
{
private List<T> items;
public CustomListModel(List<T> items)
{
this.items = items;
}
public void update(Li... | 551 | 0.608541 | 0.594306 | 33 | 16.030304 | 15.934496 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.242424 | false | false | 7 |
f07b700d901e60a69cee581aa29907792eaa2b1e | 26,645,977,110,818 | c9a11df46c6ec43679258e67bf5ee0c67cc8c5fc | /src/main/java/org/my/bus/MessageBusSingleton.java | 1964179a7418f6504ac3ccdbd2c758b586e03923 | [] | no_license | x7FFFFFFF/postman | https://github.com/x7FFFFFFF/postman | 37f0870376890c84f54e471485a852d6355c5044 | 2114f1c59f1f53179b78b1e3e0db4fdadc1a9a07 | refs/heads/master | 2021-09-03T20:16:49.819000 | 2018-01-11T17:51:37 | 2018-01-11T17:51:37 | 113,643,192 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.my.bus;
/**
* Created on 24.12.2017.
*/
public enum MessageBusSingleton {
INSTANCE(new EventBus());
private final IEventBus eventBus;
MessageBusSingleton(IEventBus eventBus) {
this.eventBus = eventBus;
}
public IEventBus get() {
return eventBus;
}
}
| UTF-8 | Java | 307 | java | MessageBusSingleton.java | Java | [] | null | [] | package org.my.bus;
/**
* Created on 24.12.2017.
*/
public enum MessageBusSingleton {
INSTANCE(new EventBus());
private final IEventBus eventBus;
MessageBusSingleton(IEventBus eventBus) {
this.eventBus = eventBus;
}
public IEventBus get() {
return eventBus;
}
}
| 307 | 0.641694 | 0.615635 | 16 | 18.1875 | 15.005077 | 45 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.3125 | false | false | 7 |
f25377fab5e13800277d9ad4e7fa3cb17183b3fd | 26,388,279,118,499 | 51912b783bf5541da867991d4fecd50f86b68b33 | /app/src/main/java/com/linsr/mvpdemo/data/remote/MainDataSourceImpl.java | a2784f58abc7ebdd865a51330f21c5cf68e4642b | [] | no_license | linsenrong666/MvpDemo | https://github.com/linsenrong666/MvpDemo | 87e49fa27e88f48ec5cbc3d04922c77d6ce4ecb2 | c35ac445abeb13bfca04c79fe693031ba5d29a54 | refs/heads/master | 2021-04-12T09:48:34.105000 | 2018-03-22T11:03:50 | 2018-03-22T11:03:50 | 126,322,475 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.linsr.mvpdemo.data.remote;
import com.linsr.mvpdemo.bean.MainPojo;
import com.linsr.mvpdemo.data.MainDataSource;
import java.util.List;
/**
* Description
*
* @author linsenrong on 2018/3/12 11:16
*/
public class MainDataSourceImpl implements MainDataSource {
@Override
public void getList(On... | UTF-8 | Java | 431 | java | MainDataSourceImpl.java | Java | [
{
"context": " java.util.List;\n\n/**\n * Description\n *\n * @author linsenrong on 2018/3/12 11:16\n */\n\npublic class MainDataSour",
"end": 194,
"score": 0.999604344367981,
"start": 184,
"tag": "USERNAME",
"value": "linsenrong"
}
] | null | [] | package com.linsr.mvpdemo.data.remote;
import com.linsr.mvpdemo.bean.MainPojo;
import com.linsr.mvpdemo.data.MainDataSource;
import java.util.List;
/**
* Description
*
* @author linsenrong on 2018/3/12 11:16
*/
public class MainDataSourceImpl implements MainDataSource {
@Override
public void getList(On... | 431 | 0.719258 | 0.693735 | 22 | 18.59091 | 20.379711 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.272727 | false | false | 7 |
b33e13c05a81ef2fa527f464055905bcfeab7ad9 | 23,639,500,052,801 | 54d41870286ae4a1d086faa28c835533f1eb50da | /app/src/main/java/house/a44/sunshineapp/data/WeatherContract.java | f44601a594691edde801a27cb075471beb7e33a8 | [] | no_license | macieknajbar/Nanodegree.Sunshine | https://github.com/macieknajbar/Nanodegree.Sunshine | ef75111ebfa18e002c8d649c8c6b82e45971fc0f | e0c76239c4aa154edbb57fe126a2a21ade3aef04 | refs/heads/master | 2017-07-02T22:59:17.715000 | 2016-05-30T18:04:27 | 2016-05-30T18:04:27 | 55,907,195 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package house.a44.sunshineapp.data;
import android.content.ContentResolver;
import android.content.ContentUris;
import android.net.Uri;
import android.provider.BaseColumns;
import android.text.format.Time;
public class WeatherContract {
public static final String CONTENT_AUTHORITY = "house.a44.sunshineapp";
pub... | UTF-8 | Java | 3,834 | java | WeatherContract.java | Java | [] | null | [] | package house.a44.sunshineapp.data;
import android.content.ContentResolver;
import android.content.ContentUris;
import android.net.Uri;
import android.provider.BaseColumns;
import android.text.format.Time;
public class WeatherContract {
public static final String CONTENT_AUTHORITY = "house.a44.sunshineapp";
pub... | 3,834 | 0.721179 | 0.717006 | 95 | 39.36842 | 29.446491 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.568421 | false | false | 7 |
64dc6a64dbc803f5f00022a4dfb4b26b2a8d850f | 32,409,823,256,236 | c768e20e79fbd1d2bcd1fae84bf14790c52b1178 | /app/src/main/java/hizkia/william/jfood_android/BuatPesananActivity.java | 8e4444a980a1a88a13b3a0561c4237b0bb9cc0a0 | [] | no_license | hizkiawilliam/jfood-android | https://github.com/hizkiawilliam/jfood-android | 6a44ebc5998f1bffb231d8a8e87a5aa5f52fc850 | 9915be85368d5b0d2b34ee4923c452c54ae24506 | refs/heads/master | 2022-09-21T21:07:07.974000 | 2020-06-04T10:54:19 | 2020-06-04T10:54:19 | 259,888,498 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package hizkia.william.jfood_android;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.os.Bundle;
import android.view.Gravity;
import android.view.View;
import android.widget.ArrayAdapter;
import android.widget.Button;
import android.widget.EditText;
import android.widget... | UTF-8 | Java | 12,123 | java | BuatPesananActivity.java | Java | [
{
"context": " currentUserName = extras.getString(\"currentUserName\");\n currentUserId = extras.getInt(\"cur",
"end": 1630,
"score": 0.5673862099647522,
"start": 1622,
"tag": "USERNAME",
"value": "UserName"
},
{
"context": " intent.putExtra(\"currentU... | null | [] | package hizkia.william.jfood_android;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.os.Bundle;
import android.view.Gravity;
import android.view.View;
import android.widget.ArrayAdapter;
import android.widget.Button;
import android.widget.EditText;
import android.widget... | 12,123 | 0.4748 | 0.474635 | 222 | 53.608109 | 33.51757 | 151 | false | false | 0 | 0 | 0 | 0 | 81 | 0.080178 | 0.689189 | false | false | 7 |
608374a1460d65163c85b709ebcda2ec77d6e519 | 27,977,417,001,567 | fabbdb0f41e1bcde33908e029c2bff24d06d3a7e | /src/com/pecunia/edek/common/TPodmiotDowolny.java | eb57b2b0f0b88acbd0ab58f757fe8fa9632be9ae | [] | no_license | trojaq/edek | https://github.com/trojaq/edek | 04dd80ce377185cf8a1ff366b87732a5cbcfd9e1 | 877e6438fb619c08696dd6919a28fe504dd2f52f | refs/heads/master | 2020-12-10T19:20:05.294000 | 2020-01-13T20:29:56 | 2020-01-13T20:29:56 | 233,685,834 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | //
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-792
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2009... | UTF-8 | Java | 808 | java | TPodmiotDowolny.java | Java | [] | null | [] | //
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-792
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2009... | 808 | 0.757426 | 0.733911 | 27 | 28.925926 | 35.036411 | 126 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.925926 | false | false | 7 |
a5689d2fa047f7ef906b39e0cd1d84e7b364e50e | 30,039,001,295,592 | 8e8dffc5ce3f166b067f0658725e3eb7cb2b0a44 | /src/model/Percurso.java | 7180a1ed6f4105f46d8e8353239201569dbf0f66 | [] | no_license | annanda/fes-sistema-vvv | https://github.com/annanda/fes-sistema-vvv | 6aeee91e43ef824738384ed2275ad469635747ba | c45b572a46a7e71b4fd90c44d40b3821eb8cc56a | refs/heads/master | 2021-01-10T13:48:55.006000 | 2016-03-15T15:45:38 | 2016-03-15T15:45:38 | 46,803,436 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package model;
import java.util.Calendar;
import java.util.Date;
import java.util.HashMap;
import controller.CidadeController;
import controller.Controller;
import controller.ModalController;
public class Percurso {
private int id;
private Modal modal;
private Date hora_partida;
private int horas_dur... | UTF-8 | Java | 4,305 | java | Percurso.java | Java | [] | null | [] | package model;
import java.util.Calendar;
import java.util.Date;
import java.util.HashMap;
import controller.CidadeController;
import controller.Controller;
import controller.ModalController;
public class Percurso {
private int id;
private Modal modal;
private Date hora_partida;
private int horas_dur... | 4,305 | 0.650174 | 0.64971 | 141 | 29.531916 | 28.298698 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.546099 | false | false | 7 |
b4672e957e46560e1d57c891b209ff0c5437a6a2 | 8,555,574,922,453 | f903d707e53e64f7e0b8682dd4240cc56b5e1f26 | /api/src/main/java/com/xrc/camera/setting/CameraSetting.java | 1531db0abee54c71ed3b13dd34c3a042bf11c169 | [] | no_license | d-zhelyazkov/camera-api-java | https://github.com/d-zhelyazkov/camera-api-java | 2a84a70ca4cf185292a33a3454572d73a43039bc | 2a6726a2d218b5a4f211ed24e97a87694748463a | refs/heads/master | 2022-06-07T02:30:39.440000 | 2019-08-28T19:50:24 | 2019-08-28T19:50:24 | 197,453,726 | 0 | 0 | null | false | 2022-05-20T21:04:52 | 2019-07-17T19:55:54 | 2019-08-28T19:50:28 | 2022-05-20T21:04:52 | 126 | 0 | 0 | 2 | Java | false | false | package com.xrc.camera.setting;
import io.swagger.client.model.Setting;
import java.util.List;
public interface CameraSetting<T> {
T getValue();
void setValue(T value) throws UnsupportedOperationException;
/**
* Retrieves a list of supported values for this setting.
*/
List<T> getValues(... | UTF-8 | Java | 379 | java | CameraSetting.java | Java | [] | null | [] | package com.xrc.camera.setting;
import io.swagger.client.model.Setting;
import java.util.List;
public interface CameraSetting<T> {
T getValue();
void setValue(T value) throws UnsupportedOperationException;
/**
* Retrieves a list of supported values for this setting.
*/
List<T> getValues(... | 379 | 0.688654 | 0.688654 | 21 | 17.047619 | 19.662573 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.380952 | false | false | 7 |
97058b58f27bcc86aedc09581bbfcce5d790df78 | 22,668,837,392,451 | 376332076559fb77a07185791b16da00224edca4 | /org.akab.engine.core/src/main/java/org/akab/engine/core/client/api/handler/ControllerEventHandler.java | b75314222d2b56e3cbdc1b0f20d07bb87a6f634f | [] | no_license | vegegoku/Core-engine | https://github.com/vegegoku/Core-engine | dd987ffb10ae40b6f5de2e6240966710d49af859 | f769b5076ba8e835127b761a2be9cbf470236f66 | refs/heads/master | 2016-09-13T20:18:56.203000 | 2016-06-12T09:05:24 | 2016-06-12T09:05:24 | 60,957,461 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.akab.engine.core.client.api.handler;
import com.google.gwt.event.shared.EventHandler;
import com.google.web.bindery.event.shared.Event;
@SuppressWarnings("rawtypes")
public interface ControllerEventHandler<T extends Event<ControllerEventHandler>> extends EventHandler {
public void onEventRecieved(T e... | UTF-8 | Java | 347 | java | ControllerEventHandler.java | Java | [] | null | [] | package org.akab.engine.core.client.api.handler;
import com.google.gwt.event.shared.EventHandler;
import com.google.web.bindery.event.shared.Event;
@SuppressWarnings("rawtypes")
public interface ControllerEventHandler<T extends Event<ControllerEventHandler>> extends EventHandler {
public void onEventRecieved(T e... | 347 | 0.815562 | 0.815562 | 11 | 30.545454 | 32.418747 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.363636 | false | false | 7 |
acadf3741d1a25789fe7eb79129757d0574bf9be | 1,056,562,011,552 | 2d0964f1f8ac758063c591534d588d50d6456bed | /src/com/blueserial/PreferencesEditor.java | a8a06880cd451bfe18db505d687073d9efce59d4 | [
"MIT"
] | permissive | timkubus/BlueSerial-Custom | https://github.com/timkubus/BlueSerial-Custom | bf6f1e2ccb9f08b2b5ee25944334adc09a76de98 | 066bb161db5c13b4d6746760260d61de7085aa00 | refs/heads/master | 2021-01-15T14:36:12.951000 | 2013-11-17T23:20:40 | 2013-11-17T23:20:40 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.blueserial;
import android.os.Bundle;
import android.app.Activity;
import android.content.Context;
import android.content.SharedPreferences;
import android.view.Menu;
import android.view.View;
import android.view.View.OnClickListener;
import android.widget.Button;
import android.widget.EditText;
public cl... | UTF-8 | Java | 1,392 | java | PreferencesEditor.java | Java | [] | null | [] | package com.blueserial;
import android.os.Bundle;
import android.app.Activity;
import android.content.Context;
import android.content.SharedPreferences;
import android.view.Menu;
import android.view.View;
import android.view.View.OnClickListener;
import android.widget.Button;
import android.widget.EditText;
public cl... | 1,392 | 0.762931 | 0.762931 | 45 | 29.933332 | 22.421616 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.933333 | false | false | 7 |
ba57cf643dfbd03b4200c9bb7b9525c32c734703 | 27,298,812,147,462 | a35821200225ac22b5cabe6478bafccbe138e71f | /ProjJSF-web/src/main/java/tn/esprit/managedBeans/LoginBean.java | cd97f998b5ef1cc1efa486be8b950e5fe46aea42 | [] | no_license | YessineAmor/jsf-crud | https://github.com/YessineAmor/jsf-crud | 2920307f355fcae12db2298b3c8d3b0b4a2df496 | 887ae996451b91521a98039a7a384a2ac520b827 | refs/heads/master | 2020-05-09T21:50:12.488000 | 2019-04-15T17:31:51 | 2019-04-15T17:31:51 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package tn.esprit.managedBeans;
import java.io.Serializable;
import javax.ejb.EJB;
import javax.faces.application.FacesMessage;
import javax.faces.bean.ManagedBean;
import javax.faces.bean.SessionScoped;
import javax.faces.context.FacesContext;
import myentities.Employe;
import myentities.Role;
import servicesimpl.E... | UTF-8 | Java | 1,783 | java | LoginBean.java | Java | [
{
"context": "d setPassword(String password) {\n\t\tthis.password = password;\n\t}\n\n\tpublic Employe getEmploye() {\n\t\treturn empl",
"end": 823,
"score": 0.5423089265823364,
"start": 815,
"tag": "PASSWORD",
"value": "password"
}
] | null | [] | package tn.esprit.managedBeans;
import java.io.Serializable;
import javax.ejb.EJB;
import javax.faces.application.FacesMessage;
import javax.faces.bean.ManagedBean;
import javax.faces.bean.SessionScoped;
import javax.faces.context.FacesContext;
import myentities.Employe;
import myentities.Role;
import servicesimpl.E... | 1,785 | 0.750982 | 0.750421 | 79 | 21.56962 | 21.280336 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.316456 | false | false | 7 |
ce06c25a8eb48bc985de9ade37ec27687fc3760a | 12,137,577,640,118 | 656ce78b903ef3426f8f1ecdaee57217f9fbc40e | /src/org/spongycastle/asn1/x509/DistributionPoint.java | acd782d8c336dc72604160c89692bc8d6e7770f6 | [] | no_license | zhuharev/periscope-android-source | https://github.com/zhuharev/periscope-android-source | 51bce2c1b0b356718be207789c0b84acf1e7e201 | 637ab941ed6352845900b9d465b8e302146b3f8f | refs/heads/master | 2021-01-10T01:47:19.177000 | 2015-12-25T16:51:27 | 2015-12-25T16:51:27 | 48,586,306 | 8 | 10 | null | null | null | null | null | null | null | null | null | null | null | null | null | // Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://www.geocities.com/kpdus/jad.html
// Decompiler options: braces fieldsfirst space lnc
package org.spongycastle.asn1.x509;
import java.util.Vector;
import org.spongycastle.asn1.ASN1Encodable;
import org.spongycastle.asn1.ASN1Encoda... | UTF-8 | Java | 4,219 | java | DistributionPoint.java | Java | [
{
"context": "// Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov.\n// Jad home page: http://www.geocities.com/kpdus",
"end": 61,
"score": 0.9996652007102966,
"start": 45,
"tag": "NAME",
"value": "Pavel Kouznetsov"
}
] | null | [] | // Decompiled by Jad v1.5.8e. Copyright 2001 <NAME>.
// Jad home page: http://www.geocities.com/kpdus/jad.html
// Decompiler options: braces fieldsfirst space lnc
package org.spongycastle.asn1.x509;
import java.util.Vector;
import org.spongycastle.asn1.ASN1Encodable;
import org.spongycastle.asn1.ASN1EncodableVector;... | 4,209 | 0.629296 | 0.603461 | 128 | 31.960938 | 28.613918 | 153 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.625 | false | false | 7 |
cf0b2f5329dfa05364126d0fadccae965a57be61 | 12,137,577,640,141 | 4b1056fb9a64fc7a1cac66c8f0de880eb16c852f | /models/src/main/java/io/acode/spark_starter/models/User.java | fe16e998f2835528fdce6a8c3d8cb5f3f7e24a2c | [] | no_license | ajesk/spark-starter | https://github.com/ajesk/spark-starter | 690c018fc401eb10bc388a1a798ff40aa92d465b | 1f645fc86b0fa74eaaadd6da4de822c518befa3b | refs/heads/master | 2021-01-17T14:19:18.665000 | 2017-06-21T17:22:24 | 2017-06-21T17:22:24 | 84,083,629 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package io.acode.spark_starter.models;
import lombok.Data;
/**
* Created by Aaron on 2/17/17.
*
* Just a model
*/
@Data
public class User {
private int id;
private String name;
private String email;
}
| UTF-8 | Java | 219 | java | User.java | Java | [
{
"context": "er.models;\n\nimport lombok.Data;\n\n/**\n * Created by Aaron on 2/17/17.\n *\n * Just a model\n */\n@Data\npublic c",
"end": 84,
"score": 0.999488353729248,
"start": 79,
"tag": "NAME",
"value": "Aaron"
}
] | null | [] | package io.acode.spark_starter.models;
import lombok.Data;
/**
* Created by Aaron on 2/17/17.
*
* Just a model
*/
@Data
public class User {
private int id;
private String name;
private String email;
}
| 219 | 0.6621 | 0.639269 | 15 | 13.6 | 12.076424 | 38 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 7 |
dd61737ed228d85145a651ece84e453c649c0acd | 15,375,982,947,014 | 43a9cd5a98e8dafe9e8f9c4722a3b25fd71ed73a | /Java_springMVC/SpringCrud/src/com/nisum/Employee/EmployeeDAO.java | 257860c7def92aef255d06d47c23bf45f59dd1f4 | [] | no_license | Ranjani513/Assignments | https://github.com/Ranjani513/Assignments | b28f57cc96d33744b43bddfab3ad60fe1e14de5b | b7f0af573443fc975f42bf385c60ddf1471f58f5 | refs/heads/master | 2023-03-06T08:20:54.748000 | 2021-02-12T15:05:01 | 2021-02-12T15:05:01 | 330,324,032 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.nisum.Employee;
import java.util.List;
import javax.sql.DataSource;
public interface EmployeeDAO {
public void setDataSource(DataSource ds);
public void create(String name, Integer age);
public Employee getEmployee(Integer id);
public List<Employee> listEmployees();
... | UTF-8 | Java | 410 | java | EmployeeDAO.java | Java | [] | null | [] | package com.nisum.Employee;
import java.util.List;
import javax.sql.DataSource;
public interface EmployeeDAO {
public void setDataSource(DataSource ds);
public void create(String name, Integer age);
public Employee getEmployee(Integer id);
public List<Employee> listEmployees();
... | 410 | 0.7 | 0.7 | 20 | 19.450001 | 18.437666 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.2 | false | false | 7 |
04c60825b568d1a2591665b0a7cde2996d7ead97 | 3,496,103,426,826 | 03fe0c3f265d1fab9511d20e29274d41fd076f3a | /design-pattern/src/main/java/com/jeiker/designpattern/behavior/classstatus/package-info.java | 775b554e2889398a22ca730c2ace56569af91f9c | [
"MIT"
] | permissive | jeikerxiao/design-pattern | https://github.com/jeikerxiao/design-pattern | 7aa3c25f2c2f24fa0c6d4d5e567db452f5ec9fb7 | 97f9a63a0147b528e854bfbd01c9b0c85a67b268 | refs/heads/master | 2020-03-07T08:43:56.318000 | 2019-03-15T07:09:18 | 2019-03-15T07:09:18 | 127,386,847 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* 行为型设计模式--类的状态
*/
package com.jeiker.designpattern.behavior.classstatus; | UTF-8 | Java | 101 | java | package-info.java | Java | [] | null | [] | /**
* 行为型设计模式--类的状态
*/
package com.jeiker.designpattern.behavior.classstatus; | 101 | 0.746835 | 0.746835 | 4 | 19 | 20.892582 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 7 |
02cf214c22abe48df956aba355a20c8a03c95f82 | 30,039,001,273,743 | 57f77fce6cc9b5c9384b8b00843237cbcd5fb073 | /EduOrg/src/edu/org/controllers/HelpSectionCtrl.java | 7ecfdc6adb336a82506c6c614a95afb8af134aeb | [] | no_license | NikitaChaichits/ISDO | https://github.com/NikitaChaichits/ISDO | 533caab0c2d9e87e31c2bab07d0dd86fd3238a8f | 8060f3fb4d1fc9063b48b44f33d4789d4a364b46 | refs/heads/master | 2021-07-05T06:49:25.466000 | 2019-01-10T05:49:43 | 2019-01-10T05:49:43 | 130,655,816 | 0 | 1 | null | false | 2018-05-18T11:40:18 | 2018-04-23T07:18:59 | 2018-05-18T11:34:41 | 2018-05-18T11:34:40 | 70,461 | 0 | 1 | 1 | Java | false | null | package edu.org.controllers;
import javax.annotation.PostConstruct;
import javax.faces.bean.ManagedBean;
import javax.faces.bean.SessionScoped;
import org.primefaces.event.NodeSelectEvent;
import edu.org.models.HelpSectionViewModel;
import edu.org.models.lineitems.SimpleStringValueLineItem;
@ManagedBean(name = "hel... | UTF-8 | Java | 854 | java | HelpSectionCtrl.java | Java | [] | null | [] | package edu.org.controllers;
import javax.annotation.PostConstruct;
import javax.faces.bean.ManagedBean;
import javax.faces.bean.SessionScoped;
import org.primefaces.event.NodeSelectEvent;
import edu.org.models.HelpSectionViewModel;
import edu.org.models.lineitems.SimpleStringValueLineItem;
@ManagedBean(name = "hel... | 854 | 0.735363 | 0.733021 | 28 | 29.5 | 25.168716 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.392857 | false | false | 7 |
36d14cca088d6d749d044d9a43056edae1747ea5 | 14,955,076,182,406 | b88fa9c8c39e99e9a855151683ede3f3e38f6788 | /src/main/java/com/lefinance/regulation/service/PTLN103Service.java | c3269b32518a42c26d2c197283d22b82cce59135 | [] | no_license | p0p0p0/core-reg | https://github.com/p0p0p0/core-reg | 693ce5cf54fc20cc8eb5eab82f9642c52091a660 | 3cf08dc60283a734e7968a47fe622b20faaf1d82 | refs/heads/master | 2021-03-10T14:37:38.783000 | 2019-12-09T08:01:23 | 2019-12-09T08:01:23 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.lefinance.regulation.service;
import com.lefinance.common.constant.RegulatoryContants;
import com.lefinance.common.constant.TransEnum;
import com.lefinance.common.utils.CommonUtil;
import com.lefinance.common.utils.PubMethod;
import com.lefinance.regulation.dao.RegCqIssueInfoHypoledgeInfoMapper;
import com... | UTF-8 | Java | 6,746 | java | PTLN103Service.java | Java | [
{
"context": "util.Date;\nimport java.util.List;\n\n/**\n * @Author: jingyan\n * @Time: 2017/6/28 18:07\n * @Describe: 贷款发放上报\n *",
"end": 1019,
"score": 0.9995566010475159,
"start": 1012,
"tag": "USERNAME",
"value": "jingyan"
},
{
"context": "eInfoHypoledgeInfoMapper;\n\n /**\n ... | null | [] | package com.lefinance.regulation.service;
import com.lefinance.common.constant.RegulatoryContants;
import com.lefinance.common.constant.TransEnum;
import com.lefinance.common.utils.CommonUtil;
import com.lefinance.common.utils.PubMethod;
import com.lefinance.regulation.dao.RegCqIssueInfoHypoledgeInfoMapper;
import com... | 6,746 | 0.681749 | 0.664838 | 174 | 36.724136 | 28.402561 | 151 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.58046 | false | false | 7 |
9f57280aea0cb639410965007e3ce19083c51c87 | 21,191,368,688,699 | e04c5f7df4371f98be41fcf0601f66cb6806f8fd | /src/com/scommix/chatmessage/MessageSenderGCM.java | 0c5e41620bf928eabcd9ef2d3b50c3b10bf02ab5 | [] | no_license | Scommixdev/Scommix | https://github.com/Scommixdev/Scommix | ccdc8f0d73d84464d6bae5604c110bd62adec414 | 5a96a8e9874f084a56451ce1a98dc682f554c337 | refs/heads/master | 2020-05-19T10:07:43.243000 | 2014-11-14T05:22:49 | 2014-11-14T05:22:49 | 23,379,410 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.scommix.chatmessage;
import java.io.IOException;
import java.io.InputStream;
import java.io.UnsupportedEncodingException;
import java.util.ArrayList;
import java.util.List;
import org.apache.http.HttpEntity;
import org.apache.http.HttpResponse;
import org.apache.http.NameValuePair;
import org.apache.http... | UTF-8 | Java | 6,391 | java | MessageSenderGCM.java | Java | [
{
"context": " \n// String applicationID = \"AIzaSyB5qJUp_uTe7Z6IIeDuDCEVgJcL7MS9L5k\"; ",
"end": 2397,
"score": 0.9997124671936035,
"start": 2358,
"tag": "KEY",
"value": "AIzaSyB5qJUp_uTe7Z6IIeDuDCEVgJcL7MS9L5k"
}
] | null | [] | package com.scommix.chatmessage;
import java.io.IOException;
import java.io.InputStream;
import java.io.UnsupportedEncodingException;
import java.util.ArrayList;
import java.util.List;
import org.apache.http.HttpEntity;
import org.apache.http.HttpResponse;
import org.apache.http.NameValuePair;
import org.apache.http... | 6,357 | 0.546706 | 0.54342 | 152 | 41.052631 | 38.415112 | 169 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.592105 | false | false | 7 |
66c782e45752498be4e3118b11f7ddc44108ef27 | 22,007,412,473,651 | 9904f986820d64db10b827e0bd4f4a547e4f644c | /app/src/main/java/com/ensc38/areaprogrammablesprinkler/PositionActivity.java | fd1d065e62a531e8f97c1cf826adf59790cdd4d7 | [] | no_license | AreaProgrammableSprinkler/AreaProgrammableSprinklerApp | https://github.com/AreaProgrammableSprinkler/AreaProgrammableSprinklerApp | 8d24a90e362e97229c7d15ec660a3d848077e8b8 | 9fb6044e0081a8443b9cbc5938bf712b69d55c1c | refs/heads/master | 2021-01-01T20:48:28.129000 | 2015-04-24T18:21:03 | 2015-04-24T18:21:03 | 34,534,571 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ensc38.areaprogrammablesprinkler;
import android.app.Activity;
import android.app.Fragment;
import android.bluetooth.BluetoothAdapter;
import android.bluetooth.BluetoothDevice;
import android.bluetooth.BluetoothSocket;
import android.content.Context;
import android.content.Intent;
import android.os.Bundle;... | UTF-8 | Java | 8,655 | java | PositionActivity.java | Java | [] | null | [] | package com.ensc38.areaprogrammablesprinkler;
import android.app.Activity;
import android.app.Fragment;
import android.bluetooth.BluetoothAdapter;
import android.bluetooth.BluetoothDevice;
import android.bluetooth.BluetoothSocket;
import android.content.Context;
import android.content.Intent;
import android.os.Bundle;... | 8,655 | 0.61502 | 0.605315 | 262 | 32.034351 | 27.032543 | 135 | false | false | 32 | 0.003697 | 0 | 0 | 0 | 0 | 0.629771 | false | false | 7 |
4c3e0b9b0d2e6503079a5883c287d471c60e016e | 1,468,878,882,780 | a9c337ae45ef27dd6a1ec42b46e8c752df79067d | /2018/Algorithm/[Al]10_Java_201402448_한진영/src/prim/Main.java | ff6eae6c31df96b6568727a8cecd2dd1a7adc636 | [] | no_license | jinyoungHan/CNU | https://github.com/jinyoungHan/CNU | cd54c4b5bc3308683523e429b8f9b3715de03088 | f42141326d13e05d52b8a5958a104bc8e2bc9851 | refs/heads/master | 2020-03-21T12:58:21.393000 | 2018-12-19T19:08:20 | 2018-12-19T19:08:20 | 138,581,127 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package prim;
import java.io.BufferedReader;
import java.io.BufferedWriter;
import java.io.FileNotFoundException;
import java.io.FileReader;
import java.io.FileWriter;
import java.io.IOException;
import java.util.*;
public class Main {
int cccc = 0;
static final int MAX = Integer.MAX_VALUE; // 최대값
ArrayList<Integ... | UHC | Java | 4,295 | java | Main.java | Java | [] | null | [] | package prim;
import java.io.BufferedReader;
import java.io.BufferedWriter;
import java.io.FileNotFoundException;
import java.io.FileReader;
import java.io.FileWriter;
import java.io.IOException;
import java.util.*;
public class Main {
int cccc = 0;
static final int MAX = Integer.MAX_VALUE; // 최대값
ArrayList<Integ... | 4,295 | 0.563254 | 0.552849 | 173 | 23.445087 | 22.344999 | 142 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.358382 | false | false | 7 |
3be2bc1f7ed5c5aa7b964467cee080ab23f10fba | 8,134,668,111,897 | 049f0aa825033b612e39b062564c26d24cfecf64 | /src/main/java/com/greenart/grp/repository/boardDao/ArtDao.java | 80fc155d58652c0055b733b3267140c2ee6509c8 | [] | no_license | GSacttoid/grp | https://github.com/GSacttoid/grp | bd87fdaafa7713fe7496c5f03d7c965be006cbe4 | 895e2004b1c89942bc825221a07b062d88c162a0 | refs/heads/master | 2023-01-30T12:07:41.539000 | 2020-12-16T02:57:40 | 2020-12-16T02:57:40 | 310,523,257 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.greenart.grp.repository.boardDao;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.apache.ibatis.session.SqlSession;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Repository;
import com.greenart.grp.model.ArticleVO;
i... | UTF-8 | Java | 1,996 | java | ArtDao.java | Java | [] | null | [] | package com.greenart.grp.repository.boardDao;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.apache.ibatis.session.SqlSession;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Repository;
import com.greenart.grp.model.ArticleVO;
i... | 1,996 | 0.742986 | 0.742986 | 72 | 26.722221 | 24.40584 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.902778 | false | false | 7 |
b64ec62ad95cfde90591519213a97023b51d8b4e | 30,064,771,132,028 | 7f832cfcd146d24b29d45ac6aa24ceaa1235e3c6 | /shopping-cart/shopping-cart-java/shopping-cart/src/main/java/com/example/shoppingcart/impl/ShoppingCartReport.java | f465771c177b5b3e8c9a702d92517ba7fc3314dc | [
"CC0-1.0",
"LicenseRef-scancode-public-domain-disclaimer",
"Apache-2.0"
] | permissive | lagom/lagom-samples | https://github.com/lagom/lagom-samples | 7cce4001b1f4c5fb1c8d168fe7325964443f6c37 | d1f7a1e2142c9a04c575147601ea55fafb9d290a | refs/heads/1.6.x | 2022-09-28T23:43:30.759000 | 2022-02-10T15:29:26 | 2022-02-10T15:29:26 | 183,382,045 | 92 | 95 | CC0-1.0 | false | 2023-03-09T11:08:44 | 2019-04-25T07:38:24 | 2023-02-23T15:13:32 | 2022-09-08T01:00:10 | 1,094 | 87 | 85 | 34 | Java | false | false | package com.example.shoppingcart.impl;
import javax.persistence.Entity;
import javax.persistence.Id;
import java.time.Instant;
import javax.validation.constraints.NotNull;
@Entity
public class ShoppingCartReport {
/**
* The ID of the shopping cart.
*/
@Id
private String id;
/**
* The s... | UTF-8 | Java | 939 | java | ShoppingCartReport.java | Java | [] | null | [] | package com.example.shoppingcart.impl;
import javax.persistence.Entity;
import javax.persistence.Id;
import java.time.Instant;
import javax.validation.constraints.NotNull;
@Entity
public class ShoppingCartReport {
/**
* The ID of the shopping cart.
*/
@Id
private String id;
/**
* The s... | 939 | 0.650692 | 0.650692 | 48 | 18.5625 | 17.087893 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.291667 | false | false | 7 |
ebe02179b75eefcf40ef62c8a8147ffded36aac0 | 32,323,923,930,537 | 4341ecc6427617202d5627c7f04b5c4f3c3b15cb | /Decode Ways/DecodeWays.java | 9407981b0cad06687deb328458e8f298b4e7c6b5 | [] | no_license | tingyu/Leetcode | https://github.com/tingyu/Leetcode | 846f988d6d3b8b77fa25e258ceee4599a1992941 | 5760e40751d4fa2afec919715f5752d26dcd8512 | refs/heads/master | 2016-09-05T08:43:16.891000 | 2014-11-04T05:21:48 | 2014-11-04T05:21:48 | 18,611,194 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
Decode Ways
A message containing letters from A-Z is being encoded to numbers using the following mapping:
'A' -> 1
'B' -> 2
...
'Z' -> 26
Given an encoded message containing digits, determine the total number of ways to decode it.
For example,
Given encoded message "12", it could be decoded as "AB" (1 2) or "L"... | UTF-8 | Java | 3,575 | java | DecodeWays.java | Java | [
{
"context": "s decoding \"12\" is 2.\n*/\n\n/*\nhttp://blog.csdn.net/worldwindjp/article/details/19938131\n\n题意解析:给你一串数字,解码成英文字母。\n类似",
"end": 406,
"score": 0.999654233455658,
"start": 395,
"tag": "USERNAME",
"value": "worldwindjp"
}
] | null | [] | /**
Decode Ways
A message containing letters from A-Z is being encoded to numbers using the following mapping:
'A' -> 1
'B' -> 2
...
'Z' -> 26
Given an encoded message containing digits, determine the total number of ways to decode it.
For example,
Given encoded message "12", it could be decoded as "AB" (1 2) or "L"... | 3,575 | 0.569595 | 0.520895 | 119 | 24.529411 | 22.117647 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.403361 | false | false | 7 |
52c3c7ebe911167475376941d920b2f123ea1568 | 32,323,923,927,742 | c20ffe4363cc4262ab64675aae71579c69418ee3 | /Java/0914/src/JDBCDemo3.java | 99a5cd6c8979285e26672157861e3b8d12e331a2 | [] | no_license | ojin0611/JavaSE | https://github.com/ojin0611/JavaSE | 971b774c2bf2128b8dd7df390c35bfac1a723a17 | 1e4cff52a9a32f649ed98d4a7b943a3cb4f765ca | refs/heads/master | 2022-12-24T14:32:57.136000 | 2020-09-24T07:17:09 | 2020-09-24T07:17:09 | 279,794,361 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
import java.util.Date;
public class JDBCDemo3 {
public static void main(String[] args) {
try {
Class.forName("oracle.jdbc.driver.OracleDriver");
} catch (ClassNotFoundE... | UHC | Java | 1,815 | java | JDBCDemo3.java | Java | [
{
"context": "onnection(\"jdbc:oracle:thin:@localhost:1521:XE\", \"scott\", \"tiger\");\n\t\t\tstmt = conn.createStatement(); /",
"end": 552,
"score": 0.9844117164611816,
"start": 547,
"tag": "USERNAME",
"value": "scott"
},
{
"context": "(\"jdbc:oracle:thin:@localhost:1521:XE\", \"... | null | [] | import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
import java.util.Date;
public class JDBCDemo3 {
public static void main(String[] args) {
try {
Class.forName("oracle.jdbc.driver.OracleDriver");
} catch (ClassNotFoundE... | 1,815 | 0.596273 | 0.586674 | 53 | 32.415092 | 21.918747 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.150943 | false | false | 7 |
7deb44b1f0379d556de6e52c51edada59afbf6ce | 20,882,131,046,947 | 45b3adc83ab8f4a8fa77c982dbf4b40ba805b7b4 | /app/src/main/java/com/ThirtyNineEighty/Game/ContentState/ContentStateType.java | 21be3ffc4325900d0968cf5f82a665f35a9d8e13 | [
"MIT"
] | permissive | ming311/Tanks | https://github.com/ming311/Tanks | 7919cc6cc3e50dd2dbb4101f8c3d71b61490aeaf | b01dd3bf479993b32b64266ad1ec31b1caab5130 | refs/heads/master | 2020-07-18T08:00:56.154000 | 2016-06-26T16:58:52 | 2016-06-26T16:58:52 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ThirtyNineEighty.Game.ContentState;
public enum ContentStateType
{
MAIN_LOADING,
MAIN,
MAP_SELECT,
TANK_SELECT,
GAME_LOADING,
GAME,
EDITOR,
EDITOR_IMPORT
}
| UTF-8 | Java | 188 | java | ContentStateType.java | Java | [] | null | [] | package com.ThirtyNineEighty.Game.ContentState;
public enum ContentStateType
{
MAIN_LOADING,
MAIN,
MAP_SELECT,
TANK_SELECT,
GAME_LOADING,
GAME,
EDITOR,
EDITOR_IMPORT
}
| 188 | 0.718085 | 0.718085 | 16 | 10.75 | 12.157817 | 47 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 7 |
4ba3ed7842f28d6445bd1f2365d5a8c73677a003 | 18,356,690,276,387 | 946ad243b8831fa8b9b290ee61acab18c1419e57 | /app/controllers/Application.java | 9900e5b19837e5aaba95a57dee3ca55870ecf3dd | [] | no_license | partkyle/tictactoe | https://github.com/partkyle/tictactoe | d6b28d3f80e77fbc5b395dd4f2f3c1e188320284 | 3f093314d904ba87570b2e4dff16d04b964a2181 | refs/heads/master | 2016-09-01T18:55:28.950000 | 2010-11-21T17:59:18 | 2010-11-21T17:59:18 | 1,079,160 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package controllers;
import models.User;
import play.Play;
import play.data.validation.Email;
import play.data.validation.Equals;
import play.data.validation.MinSize;
import play.data.validation.Required;
import play.i18n.Messages;
import play.mvc.Before;
import play.mvc.Controller;
public class Application extends C... | UTF-8 | Java | 2,181 | java | Application.java | Java | [
{
"context": "user\", username));\n\t\tsession.put(\"username\", user.username);\n\t\tUsers.show(user.username);\n\t}\n\n\tprotected sta",
"end": 1889,
"score": 0.6714272499084473,
"start": 1881,
"tag": "USERNAME",
"value": "username"
}
] | null | [] | package controllers;
import models.User;
import play.Play;
import play.data.validation.Email;
import play.data.validation.Equals;
import play.data.validation.MinSize;
import play.data.validation.Required;
import play.i18n.Messages;
import play.mvc.Before;
import play.mvc.Controller;
public class Application extends C... | 2,181 | 0.701972 | 0.698762 | 81 | 25.938272 | 27.008615 | 167 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.098765 | false | false | 7 |
ff58470f20ec3032f734522c53839f0fb356b9cb | 1,254,130,521,330 | 1f4b8d777b7f0e3e38f5346ab4131a2c4d07fe6f | /app/src/main/java/com/example/productprovenance/functional_fragments/CreateProductFragment.java | e1b3b431562de11e3d6f63075cb02ccb3e4211d2 | [] | no_license | mdLn1/ProductProvenance | https://github.com/mdLn1/ProductProvenance | 7ada1714ec4f287029f3b8defd55be8048dcc90e | 1747c8a5841daf055aa210c628272c6bc27e7e56 | refs/heads/master | 2022-08-21T19:30:51.084000 | 2020-05-18T18:26:23 | 2020-05-18T18:26:23 | 241,133,712 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.productprovenance.functional_fragments;
import android.os.Bundle;
import android.view.KeyEvent;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.Button;
import androidx.fragment.app.Fragment;
import com.example.productprovenance.Ma... | UTF-8 | Java | 4,110 | java | CreateProductFragment.java | Java | [] | null | [] | package com.example.productprovenance.functional_fragments;
import android.os.Bundle;
import android.view.KeyEvent;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.Button;
import androidx.fragment.app.Fragment;
import com.example.productprovenance.Ma... | 4,110 | 0.562774 | 0.561314 | 87 | 46.241379 | 34.883705 | 152 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.563218 | false | false | 7 |
e66506d9c2afde0b90b8bf7aa91b925b7240ae71 | 3,882,650,496,135 | d26f94900fb3f05fda9ee4927bd5433a04dac3cc | /src/CustomerView.java | b2be3a540b6a96457a3eebb2aeba09ae280fed76 | [] | no_license | brunobpr/Booking_System | https://github.com/brunobpr/Booking_System | c8654891baaab536bb6db5212a93cfd3d4f217a0 | 11dfb5cbf1127f16623ca24ddc0036bdc458489d | refs/heads/master | 2020-07-07T19:00:57.927000 | 2018-12-10T23:01:06 | 2018-12-10T23:01:06 | 203,447,227 | 5 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.awt.BorderLayout;
import java.awt.Color;
import java.awt.Dimension;
import java.awt.Font;
import java.awt.GridBagConstraints;
import java.awt.GridBagLayout;
import java.awt.GridLayout;
import java.text.DateFormat;
import java.text.SimpleDateFormat;
import java.util.Calendar;
import java.util.Date;
import ja... | UTF-8 | Java | 13,382 | java | CustomerView.java | Java | [
{
"context": "mport javax.swing.WindowConstants;\n\n/**\n * @author Bruno Ribeiro \n *\n */\npublic class CustomerView extends JFrame ",
"end": 725,
"score": 0.9998649954795837,
"start": 712,
"tag": "NAME",
"value": "Bruno Ribeiro"
},
{
"context": "0;\n\t\tc.gridy = 9;\n\t\tuserInfo.... | null | [] | import java.awt.BorderLayout;
import java.awt.Color;
import java.awt.Dimension;
import java.awt.Font;
import java.awt.GridBagConstraints;
import java.awt.GridBagLayout;
import java.awt.GridLayout;
import java.text.DateFormat;
import java.text.SimpleDateFormat;
import java.util.Calendar;
import java.util.Date;
import ja... | 13,360 | 0.67942 | 0.666193 | 409 | 31.718826 | 22.840719 | 120 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.518337 | false | false | 7 |
f11d9e74d3087116175c1c0f59739024a74cffae | 3,882,650,496,317 | 2d7c7664794f1c6d3a1e92626e1862a88374bdb6 | /movie-catalog-service/src/main/java/io/myspringmicroservices/moviecatalogservice/resources/MovieCatalogResource.java | 3ae45771cba09b3d66049831e175b492e74b2d0c | [] | no_license | jamesjp296/SpringBootMicroserviceGitHub | https://github.com/jamesjp296/SpringBootMicroserviceGitHub | f5e598305cf62e788a3a0bdfe87f4ad00c56ec0a | 2a3ab28a289a7e6fe17c4648d39bfc05b1860dd3 | refs/heads/master | 2022-11-16T04:38:10.193000 | 2020-07-05T23:38:01 | 2020-07-05T23:38:01 | 276,560,144 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package io.myspringmicroservices.moviecatalogservice.resources;
import java.util.List;
import java.util.stream.Collectors;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.RequestMapping;
... | UTF-8 | Java | 1,600 | java | MovieCatalogResource.java | Java | [] | null | [] | package io.myspringmicroservices.moviecatalogservice.resources;
import java.util.List;
import java.util.stream.Collectors;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.RequestMapping;
... | 1,600 | 0.75625 | 0.75375 | 46 | 32.782608 | 32.173386 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.217391 | false | false | 7 |
796585a592729b34b4cbc9ddee7c103a605b83bb | 1,726,576,921,164 | 1b798fb46033a7bcde3cacf7ee3da5cd40f74c86 | /MissingBreak.java | 3314a0a5c91a4c34c035c31ddfba2af44ee65af0 | [] | no_license | ash200019/Java | https://github.com/ash200019/Java | 2b41f31d35d632db6330086aa8046ee209cafc0c | 09be82d8604882d06f332bd33b58996f84a16cdb | refs/heads/main | 2023-07-04T08:23:51.781000 | 2021-08-09T16:16:51 | 2021-08-09T16:16:51 | 394,315,333 | 0 | 0 | null | false | 2021-08-09T14:10:30 | 2021-08-09T14:07:37 | 2021-08-09T14:07:41 | 2021-08-09T14:10:29 | 0 | 0 | 0 | 0 | null | false | false | /*MissingBreak.java*/
public class MissingBreak {
public static void main(String[] args) {
int marks = 90;
switch(marks/10)
{
case 10 : case 9 :
System.out.println("Grade : A");
break;
case 8 : case 7 :
System.out.pr... | UTF-8 | Java | 534 | java | MissingBreak.java | Java | [] | null | [] | /*MissingBreak.java*/
public class MissingBreak {
public static void main(String[] args) {
int marks = 90;
switch(marks/10)
{
case 10 : case 9 :
System.out.println("Grade : A");
break;
case 8 : case 7 :
System.out.pr... | 534 | 0.43633 | 0.41573 | 23 | 21.217392 | 13.758655 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.130435 | false | false | 7 |
7fac7a5bd106a12058b17b212e652bb1fb9b0539 | 26,817,775,845,903 | c9e270f0b6d94c7176795718dd95973ac635d399 | /toast-tk-adapters/src/main/java/com/synaptix/toast/adapter/swing/SwingAutoElement.java | 2d0e6941bcdccf3679b5f3a262f6eac346560e12 | [
"Apache-2.0"
] | permissive | harnoux/toast-tk-engine | https://github.com/harnoux/toast-tk-engine | 715824f7cd2f9f17b6ca5fd27217bd2399d0f94e | 39ced3b61f8df124e087def3177bff28d353d4de | refs/heads/master | 2021-01-22T16:10:21.118000 | 2016-01-08T14:49:47 | 2016-01-08T14:49:47 | 45,913,613 | 0 | 0 | null | true | 2015-11-10T13:30:26 | 2015-11-10T13:30:26 | 2015-11-09T09:04:17 | 2015-11-09T10:40:53 | 0 | 0 | 0 | 0 | null | null | null | package com.synaptix.toast.adapter.swing;
import java.util.UUID;
import com.synaptix.toast.core.driver.IRemoteSwingAgentDriver;
import com.synaptix.toast.core.net.request.CommandRequest;
import com.synaptix.toast.core.runtime.ISwingElement;
public abstract class SwingAutoElement {
protected ISwingElement wrappedEl... | UTF-8 | Java | 1,439 | java | SwingAutoElement.java | Java | [] | null | [] | package com.synaptix.toast.adapter.swing;
import java.util.UUID;
import com.synaptix.toast.core.driver.IRemoteSwingAgentDriver;
import com.synaptix.toast.core.net.request.CommandRequest;
import com.synaptix.toast.core.runtime.ISwingElement;
public abstract class SwingAutoElement {
protected ISwingElement wrappedEl... | 1,439 | 0.785962 | 0.785962 | 59 | 23.38983 | 20.879004 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.40678 | false | false | 7 |
6fd6d0cd35ce668161c61b6cb9e9ee2dc4ef4ae2 | 27,427,661,215,607 | 115ccd3272e8736ffe074d668050e612d02a1244 | /bp_/bp-web-inf/src/main/java/com/lexue/bp/web/inf/response/UnclaimedProduceResponse.java | e57d4f9cfc957960b49e5fb20c59fd2405f8c7e0 | [] | no_license | wupxu/Study | https://github.com/wupxu/Study | 66f581e51c8f6ff4b3f4e50b73bbfe49c2b166b4 | ef1c80cf45ddf3aee1f7a44c2a0f6bc7722cf607 | refs/heads/master | 2020-03-18T01:04:45.719000 | 2018-12-29T07:10:28 | 2018-12-29T07:10:28 | 134,126,225 | 0 | 1 | null | false | 2018-08-09T07:58:38 | 2018-05-20T06:39:12 | 2018-08-09T07:51:55 | 2018-08-09T07:58:38 | 0 | 0 | 0 | 0 | Java | false | null | package com.lexue.bp.web.inf.response;
import com.fasterxml.jackson.annotation.JsonProperty;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
/**
* 各渠道累积待领取乐豆数
*
* @author wpx
*
*/
@Data
public class UnclaimedProduceResponse {
/** 渠道编码 */
@JsonProperty("pcc")
@ApiModelProperty("渠道编码 1:订... | UTF-8 | Java | 666 | java | UnclaimedProduceResponse.java | Java | [
{
"context": "rt lombok.Data;\n\n/**\n * 各渠道累积待领取乐豆数\n * \n * @author wpx\n *\n */\n@Data\npublic class UnclaimedProduceRespons",
"end": 201,
"score": 0.9996850490570068,
"start": 198,
"tag": "USERNAME",
"value": "wpx"
}
] | null | [] | package com.lexue.bp.web.inf.response;
import com.fasterxml.jackson.annotation.JsonProperty;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
/**
* 各渠道累积待领取乐豆数
*
* @author wpx
*
*/
@Data
public class UnclaimedProduceResponse {
/** 渠道编码 */
@JsonProperty("pcc")
@ApiModelProperty("渠道编码 1:订... | 666 | 0.716549 | 0.707747 | 31 | 17.32258 | 16.455976 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.677419 | false | false | 7 |
67702888860869c5036a3fae99925e853cf1ea2d | 33,200,097,251,680 | 2605fc5912bc1ed751b5bd4553f613658ce5eb8a | /app/src/main/java/com/example/dell/designapp/ConnectFinances.java | 4d0a38a190e7a34ea99aeb0ddf72794c983063c5 | [] | no_license | MayeshaSamihaOishee/BudgetCatcher | https://github.com/MayeshaSamihaOishee/BudgetCatcher | f8006e07953aec6fd1a557f63087a1e9d1c878e4 | 7f964bf8b3e50ae9aa237cdbf5832bca8ff09de4 | refs/heads/main | 2023-06-02T06:07:32.575000 | 2021-06-23T12:43:27 | 2021-06-23T12:43:27 | 368,838,405 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.dell.designapp;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
public class ConnectFinances extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
su... | UTF-8 | Java | 592 | java | ConnectFinances.java | Java | [] | null | [] | package com.example.dell.designapp;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
public class ConnectFinances extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
su... | 592 | 0.719595 | 0.717905 | 20 | 27.6 | 23.778982 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 7 |
a124706afe19eaf440d0f73e2eec20a61186e55b | 13,829,794,762,232 | 99f9c63f5e934ded4cc3a17541073037a02c4c5e | /app/src/main/java/com/zeroisbiggerthanone/pcs_aos/adapters/SelectAuthenticationMethodAdapter.java | 396ceae8e6e749fef0199b4bb0172735e636ef22 | [] | no_license | deputat007/pcs-aos | https://github.com/deputat007/pcs-aos | e3c23acd0cd9ed19cfb5f32151aaa8a705f9b531 | aefb1b9b7aa1a6f336ca4afe7c2fb8b10af7d95c | refs/heads/master | 2020-12-02T11:10:43.514000 | 2017-07-08T10:31:03 | 2017-07-08T10:31:03 | 96,611,761 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zeroisbiggerthanone.pcs_aos.adapters;
import android.support.v7.widget.RecyclerView;
import android.util.SparseBooleanArray;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.TextView;
import com.zeroisbiggerthanone.pcs_aos.R;
import com.zer... | UTF-8 | Java | 3,826 | java | SelectAuthenticationMethodAdapter.java | Java | [] | null | [] | package com.zeroisbiggerthanone.pcs_aos.adapters;
import android.support.v7.widget.RecyclerView;
import android.util.SparseBooleanArray;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.TextView;
import com.zeroisbiggerthanone.pcs_aos.R;
import com.zer... | 3,826 | 0.690538 | 0.689493 | 124 | 29.854839 | 28.30328 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.459677 | false | false | 7 |
e828ef06c4bef3be168ff3b613f39a1796418f7b | 22,333,830,000,044 | 0af8b92686a58eb0b64e319b22411432aca7a8f3 | /large-multiproject/project36/src/test/java/org/gradle/test/performance36_5/Test36_499.java | eba235bb7631b71424772f68e4b4f9630e275520 | [] | no_license | gradle/performance-comparisons | https://github.com/gradle/performance-comparisons | b0d38db37c326e0ce271abebdb3c91769b860799 | e53dc7182fafcf9fedf07920cbbea8b40ee4eef4 | refs/heads/master | 2023-08-14T19:24:39.164000 | 2022-11-24T05:18:33 | 2022-11-24T05:18:33 | 80,121,268 | 17 | 15 | null | false | 2022-09-30T08:04:35 | 2017-01-26T14:25:33 | 2022-09-09T14:38:38 | 2022-09-30T08:04:34 | 19,731 | 14 | 13 | 103 | null | false | false | package org.gradle.test.performance36_5;
import static org.junit.Assert.*;
public class Test36_499 {
private final Production36_499 production = new Production36_499("value");
@org.junit.Test
public void test() {
assertEquals(production.getProperty(), "value");
}
} | UTF-8 | Java | 292 | java | Test36_499.java | Java | [] | null | [] | package org.gradle.test.performance36_5;
import static org.junit.Assert.*;
public class Test36_499 {
private final Production36_499 production = new Production36_499("value");
@org.junit.Test
public void test() {
assertEquals(production.getProperty(), "value");
}
} | 292 | 0.69863 | 0.636986 | 12 | 23.416666 | 24.008533 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.416667 | false | false | 7 |
459b4b201fd5d5700336e9162057e8f3184f2356 | 5,248,450,035,979 | cacd38b2f3f38e93ba01f77176f495f80cc0bb3c | /poo/Practica10/src/practica10/SuperMan.java | 190cab830e436ecd1d912faf978587e37eed4b52 | [] | no_license | JesusCab/Varios-proyectos | https://github.com/JesusCab/Varios-proyectos | a04c90016947e7cf4c055e045c61fcdacc089357 | a8d7573461f0ceea303b256c0f21ff4d67433739 | refs/heads/master | 2023-09-04T21:14:50.878000 | 2021-11-09T06:28:02 | 2021-11-09T06:28:02 | 207,693,624 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*Jesus Adrian Caballero Nagaya ID.1816014*/
package practica10;
public abstract class SuperMan {
public abstract String SuperFuerza();
public String CorreMasRapido(){
return("Corre mas rapido");}
public String BrincaMasAlto(){
return("Brinca mas alto");}
... | UTF-8 | Java | 330 | java | SuperMan.java | Java | [
{
"context": "/*Jesus Adrian Caballero Nagaya ID.1816014*/\npackage practica10;\n\npublic abstract",
"end": 31,
"score": 0.9998912811279297,
"start": 2,
"tag": "NAME",
"value": "Jesus Adrian Caballero Nagaya"
}
] | null | [] | /*<NAME> ID.1816014*/
package practica10;
public abstract class SuperMan {
public abstract String SuperFuerza();
public String CorreMasRapido(){
return("Corre mas rapido");}
public String BrincaMasAlto(){
return("Brinca mas alto");}
}
| 307 | 0.606061 | 0.578788 | 20 | 15.5 | 15.634897 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.2 | false | false | 7 |
d9ab0dbe396e6bad766d0c50f460d08f2ef823d5 | 29,764,123,366,817 | 3584af2e474b9156a863b4aaaa36360bed85d48e | /src/main/java/com/whaim/dao/ExecuteSqlProvider.java | 44a8f1f2728122ad54624846822abeddd11d1e0f | [] | no_license | whaim1986/demo-java | https://github.com/whaim1986/demo-java | b2a673364ca7ed652cb51d8f1b0c87c385aee956 | 9d14807a7ec63fe6b1e487d6dc0cd7ab1894dee3 | refs/heads/master | 2019-07-09T22:52:46.472000 | 2018-07-23T15:34:56 | 2018-07-23T15:34:56 | 90,772,768 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.whaim.dao;
import com.whaim.domain.Activities;
import com.whaim.domain.ActivitiesExample;
import com.whaim.domain.ActivitiesExample.Criteria;
import com.whaim.domain.ActivitiesExample.Criterion;
import org.apache.ibatis.jdbc.SQL;
import java.util.List;
import java.util.Map;
public class ExecuteSqlProvide... | UTF-8 | Java | 395 | java | ExecuteSqlProvider.java | Java | [] | null | [] | package com.whaim.dao;
import com.whaim.domain.Activities;
import com.whaim.domain.ActivitiesExample;
import com.whaim.domain.ActivitiesExample.Criteria;
import com.whaim.domain.ActivitiesExample.Criterion;
import org.apache.ibatis.jdbc.SQL;
import java.util.List;
import java.util.Map;
public class ExecuteSqlProvide... | 395 | 0.779747 | 0.779747 | 17 | 22.294117 | 18.22979 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.529412 | false | false | 7 |
39d3c35311cde6e5db2c90573f8492e79f2010f3 | 18,751,827,278,121 | 691a1e10c31ff3c48f752ea74116d8e5c24977f8 | /src/com/dbs/test/out1/computeValue.java | 84c98a7e6f9cc38978d70dec789d716aee95e82c | [] | no_license | nanandmca/mypractice | https://github.com/nanandmca/mypractice | aa2baa8e72dade98c138cf8b1922e6d3d3171389 | 56434a5f71335241e1935d50a29f4587bfb33ce9 | refs/heads/master | 2020-04-22T19:47:35.292000 | 2019-02-17T14:28:54 | 2019-02-17T14:28:54 | 170,619,477 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.dbs.test.out1;
public class computeValue extends Exception {
int detail;
public computeValue(int a) {
detail = a;
}
public String toString() {
return "detail";
}
}
| UTF-8 | Java | 193 | java | computeValue.java | Java | [] | null | [] | package com.dbs.test.out1;
public class computeValue extends Exception {
int detail;
public computeValue(int a) {
detail = a;
}
public String toString() {
return "detail";
}
}
| 193 | 0.673575 | 0.668394 | 14 | 12.714286 | 13.775904 | 45 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.142857 | false | false | 7 |
a276e8d20ffd2e23aa810073ee9c40f3d49a0a26 | 3,977,139,776,306 | e1d52ea506dafa0c473e0ddb716a274a364a95f5 | /Unified/Pagos/src/PaymentsApp/Intermediary.java | 89399112ad2a5f9bed904fc9340d891cec9056cd | [] | no_license | MISO-MDE/PILA | https://github.com/MISO-MDE/PILA | 6401ced52866d828ffc798fea55096e39dd67dc6 | 6c51ec2ec6f4946917429ad16b520872bfc9f8fd | refs/heads/master | 2020-05-23T08:12:53.967000 | 2016-12-01T17:49:52 | 2016-12-01T17:49:52 | 70,280,425 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
*/
package PaymentsApp;
import org.eclipse.emf.common.util.EList;
import org.eclipse.emf.ecore.EObject;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Intermediary</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@li... | UTF-8 | Java | 4,538 | java | Intermediary.java | Java | [] | null | [] | /**
*/
package PaymentsApp;
import org.eclipse.emf.common.util.EList;
import org.eclipse.emf.ecore.EObject;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Intermediary</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@li... | 4,538 | 0.672323 | 0.672323 | 130 | 33.907692 | 31.422541 | 124 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.830769 | false | false | 7 |
19150d8fe54a8760cdb1268057e3455cae24ac6a | 6,270,652,308,700 | 675f4c66d10a2906ccfcd2d15ae2fbdbfee06e8c | /api_automation/src/main/java/com/base/Base.java | 9449a462054474d92ca4ba0ed84613cd3c416272 | [] | no_license | anandincbe/API_Automation | https://github.com/anandincbe/API_Automation | 399dcdeb99e007efe6c4fcca083cef9020990625 | 4039bbe736c946c4af5fae87f0f8598133051c5b | refs/heads/master | 2020-04-16T23:46:01.465000 | 2019-01-16T11:20:44 | 2019-01-16T11:20:44 | 166,024,846 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.base;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.util.Properties;
/**
* Hello world!
*
*/
public class Base
{
public Properties prop = new Properties();
public Base() {
try {
FileInputStream fis = ... | UTF-8 | Java | 808 | java | Base.java | Java | [] | null | [] | package com.base;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.util.Properties;
/**
* Hello world!
*
*/
public class Base
{
public Properties prop = new Properties();
public Base() {
try {
FileInputStream fis = ... | 808 | 0.654703 | 0.654703 | 34 | 21.764706 | 28.922878 | 125 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.676471 | false | false | 7 |
900d33cd0a7b320c960da2856a45b914abaa28ad | 26,113,401,205,675 | 82d5d00ffc4c77f5f2eadbf8a96cb338348f1839 | /HackerRank/src/com/easy/Exponential.java | 3d69092847e02f5a2c1a8642f7f25c2100a7e51d | [] | no_license | v1shalsa/Javalearning | https://github.com/v1shalsa/Javalearning | dcc4fcfd066ce8a7699f935fc29f0e8a822fec6b | 63d2ce8d448189e2c248746d987c16cf3d245a02 | refs/heads/master | 2023-07-29T07:04:54.939000 | 2021-09-13T18:15:52 | 2021-09-13T18:15:52 | 284,260,549 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.easy;
public class Exponential {
public static void main(String[] args) {
// TODO Auto-generated method stub
int a = 5;
int n =5;
int b = 3;
int sum = 0;
for(int ex=0;ex<n;ex++) {
sum = sum + (int)(b*Math.pow(2, ex));
System.out.print((sum+a)+" ");
}
}
}
| UTF-8 | Java | 293 | java | Exponential.java | Java | [] | null | [] | package com.easy;
public class Exponential {
public static void main(String[] args) {
// TODO Auto-generated method stub
int a = 5;
int n =5;
int b = 3;
int sum = 0;
for(int ex=0;ex<n;ex++) {
sum = sum + (int)(b*Math.pow(2, ex));
System.out.print((sum+a)+" ");
}
}
}
| 293 | 0.569966 | 0.549488 | 18 | 15.277778 | 14.486797 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.777778 | false | false | 7 |
a2452101c3be0b4854d3320e3422febaec19ebb8 | 1,743,756,730,747 | 4815691a93095c3b52013b6ced025f2fba495154 | /core-customize/hybris/bin/modules/integration-apis/integrationbackoffice/backoffice/src/de/hybris/platform/integrationbackoffice/widgets/editor/utility/EditorUtils.java | ded90c90fed1fd8ca2216429c3bee23fea151a4c | [
"Apache-2.0"
] | permissive | karthik-git-user/SAP-Stage | https://github.com/karthik-git-user/SAP-Stage | fd6fd0b7a2436b690eee08a2c2b8d4e086665c80 | 72487ab521e7e2411f1b081615817d099edf9744 | refs/heads/master | 2022-12-20T04:50:04.840000 | 2020-10-05T21:10:28 | 2020-10-05T21:10:28 | 301,515,436 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright (c) 2020 SAP SE or an SAP affiliate company. All rights reserved.
*/
package de.hybris.platform.integrationbackoffice.widgets.editor.utility;
import com.hybris.cockpitng.util.UITools;
import de.hybris.platform.catalog.model.classification.ClassAttributeAssignmentModel;
import de.hybris.platform.core.... | UTF-8 | Java | 22,595 | java | EditorUtils.java | Java | [] | null | [] | /*
* Copyright (c) 2020 SAP SE or an SAP affiliate company. All rights reserved.
*/
package de.hybris.platform.integrationbackoffice.widgets.editor.utility;
import com.hybris.cockpitng.util.UITools;
import de.hybris.platform.catalog.model.classification.ClassAttributeAssignmentModel;
import de.hybris.platform.core.... | 22,595 | 0.736756 | 0.736535 | 599 | 36.72287 | 36.050282 | 145 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.198664 | false | false | 7 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.