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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ed6f81b299601f9ae00c85b34e6ab5c032e09d25 | 7,687,991,492,431 | 2cca2a4f4c22d599770cf986e96f0f20f2ca8ea3 | /src/test/java/restassured/automation/testcases/Restassured_Automation_MethodologItem.java | 31d2eced5bf554d08afe65da20c348c6a897687e | [] | no_license | bswjitsamal/practiceForAll | https://github.com/bswjitsamal/practiceForAll | c694aa0f8878af44fcaceab8258a874d98087b6c | 09d32cbf3bc95a7e592e84994ea52ae264d3b64d | refs/heads/main | 2023-06-12T23:20:32.681000 | 2021-07-04T13:14:08 | 2021-07-04T13:14:08 | 382,297,352 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package restassured.automation.testcases;
import static java.util.concurrent.TimeUnit.MILLISECONDS;
import static java.util.concurrent.TimeUnit.SECONDS;
import java.io.IOException;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.Properties;
import ja... | UTF-8 | Java | 59,548 | java | Restassured_Automation_MethodologItem.java | Java | [] | null | [] | package restassured.automation.testcases;
import static java.util.concurrent.TimeUnit.MILLISECONDS;
import static java.util.concurrent.TimeUnit.SECONDS;
import java.io.IOException;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.Properties;
import ja... | 59,548 | 0.764224 | 0.754198 | 1,472 | 39.453804 | 32.704197 | 116 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.402174 | false | false | 7 |
a4f9d658379810d834adfba687084e2b671892fe | 7,687,991,491,032 | 9cb83f3b3c05ab29454812fabdda2c26a0e39754 | /Leetcode-2/Array/39.组合总数/Solution.java | a6922617b21bd6864b44b4d5d351e8b3cbed1010 | [] | no_license | heathjay/niuke | https://github.com/heathjay/niuke | 0da093bd6b1bd3099955d5ffac3f749e85ccf29a | ad3e82ddf9aac2e718d77571f2191815ce1bd44d | refs/heads/master | 2023-08-21T00:18:29.116000 | 2021-10-20T08:48:36 | 2021-10-20T08:48:36 | 306,721,910 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | class Solution {
List<List<Integer>> res = new ArrayList<>();
List<int[]> freq = new ArrayList<>();
public List<List<Integer>> combinationSum(int[] candidates, int target) {
int len = candidates.length;
if(len == 0) return res;
Arrays.sort(candidates);
dfs(candidates, new Arr... | UTF-8 | Java | 979 | java | Solution.java | Java | [] | null | [] | class Solution {
List<List<Integer>> res = new ArrayList<>();
List<int[]> freq = new ArrayList<>();
public List<List<Integer>> combinationSum(int[] candidates, int target) {
int len = candidates.length;
if(len == 0) return res;
Arrays.sort(candidates);
dfs(candidates, new Arr... | 979 | 0.530633 | 0.524403 | 31 | 30.096775 | 21.702318 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.903226 | false | false | 7 |
f1e88b26b807266127691f66aaeab79b9d57248c | 29,600,914,632,130 | ba0b7cb8eec8091ca799c094ae6a0d23bd84a816 | /src/main/java/com/whizzosoftware/hobson/liftmyq/state/ConfigurationWaitState.java | 7d308e2b40afd9b72cd341261d550da25587c68d | [] | no_license | whizzosoftware/hobson-hub-liftmaster-myq | https://github.com/whizzosoftware/hobson-hub-liftmaster-myq | bcc7d6f3d656780f622e773f1c7627fe0db49b5b | 8aef944618c17709d0b8816a3ce135db1254e9f0 | refs/heads/master | 2021-01-09T21:52:39.413000 | 2017-03-28T23:32:44 | 2017-03-28T23:32:44 | 55,423,804 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*******************************************************************************
* Copyright (c) 2016 Whizzo Software, LLC.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is availab... | UTF-8 | Java | 2,046 | java | ConfigurationWaitState.java | Java | [
{
"context": "t wait for the user to provide them.\n *\n * @author Dan Noguerol\n */\npublic class ConfigurationWaitState implement",
"end": 915,
"score": 0.9998761415481567,
"start": 903,
"tag": "NAME",
"value": "Dan Noguerol"
}
] | null | [] | /*******************************************************************************
* Copyright (c) 2016 Whizzo Software, LLC.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is availab... | 2,040 | 0.663245 | 0.658847 | 60 | 33.099998 | 32.737186 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 7 |
152e797a981d3e1f1ee24448804e82d65820f17a | 10,651,518,955,225 | f60e4b86964fbafb3d8eb099fa4feec34c7f79ed | /src/main/java/finance/financialSys/framework/domain/GenerateReportCommand.java | d7f3be395f123285f2e63e7638023f65d899dcf8 | [] | no_license | ridwantahir/BankingFramework | https://github.com/ridwantahir/BankingFramework | 0a564156979567169af6abd87d9d9dcd22b4c600 | 7907278deab450cdd922c84be938baaabe3fb62d | refs/heads/master | 2023-03-08T11:47:48.850000 | 2023-02-26T02:17:47 | 2023-02-26T02:17:47 | 89,897,877 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package finance.financialSys.framework.domain;
import finance.financialSys.framework.controller.AUIMediator;
import finance.financialSys.framework.controller.IReportController;
public class GenerateReportCommand implements IFinCommand {
IReportController controller = Utility.getReportController();
@Over... | UTF-8 | Java | 413 | java | GenerateReportCommand.java | Java | [] | null | [] | package finance.financialSys.framework.domain;
import finance.financialSys.framework.controller.AUIMediator;
import finance.financialSys.framework.controller.IReportController;
public class GenerateReportCommand implements IFinCommand {
IReportController controller = Utility.getReportController();
@Over... | 413 | 0.801453 | 0.801453 | 15 | 25.533333 | 26.849871 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.8 | false | false | 7 |
c429910e290cca76e27cc0fbcb15c47bb1101b0d | 13,554,916,828,557 | 0dea332f991a4f7daaad358ab342454f65ab8f65 | /app/src/main/java/com/huangjie/googleplay/fragment/HotFragment.java | c6f67613be47d29ced81e02514e7664701d40e81 | [] | no_license | HappyJie135588/GooglePlay | https://github.com/HappyJie135588/GooglePlay | 09261edb64d1db90597c5567d5582f85cb7a330a | 04d96e5655de29fbd12885bea267b6da4d1b7231 | refs/heads/master | 2020-07-07T02:05:30.018000 | 2017-06-26T11:23:36 | 2017-06-26T11:23:36 | 74,040,508 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.huangjie.googleplay.fragment;
import android.graphics.Color;
import android.graphics.drawable.Drawable;
import android.graphics.drawable.GradientDrawable;
import android.graphics.drawable.StateListDrawable;
import android.graphics.drawable.shapes.Shape;
import android.view.Gravity;
import android.view.View... | UTF-8 | Java | 3,374 | java | HotFragment.java | Java | [
{
"context": "List;\nimport java.util.Random;\n\n/**\n * Created by 黄杰 on 2017/4/30.\n */\n\npublic class HotFragment exten",
"end": 754,
"score": 0.9994753003120422,
"start": 752,
"tag": "NAME",
"value": "黄杰"
}
] | null | [] | package com.huangjie.googleplay.fragment;
import android.graphics.Color;
import android.graphics.drawable.Drawable;
import android.graphics.drawable.GradientDrawable;
import android.graphics.drawable.StateListDrawable;
import android.graphics.drawable.shapes.Shape;
import android.view.Gravity;
import android.view.View... | 3,374 | 0.639675 | 0.62342 | 90 | 35.91111 | 22.898153 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.855556 | false | false | 7 |
19b9ebc72f0d4f2a9536683f22f0dc1ac0013520 | 36,094,905,188,344 | d60e287543a95a20350c2caeabafbec517cabe75 | /LACCPlus/Hadoop/2315_2.java | 9396e93891b9cf407bc043349402b168ac0517e1 | [
"MIT"
] | permissive | sgholamian/log-aware-clone-detection | https://github.com/sgholamian/log-aware-clone-detection | 242067df2db6fd056f8d917cfbc143615c558b2c | 9993cb081c420413c231d1807bfff342c39aa69a | refs/heads/main | 2023-07-20T09:32:19.757000 | 2021-08-27T15:02:50 | 2021-08-27T15:02:50 | 337,837,827 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | //,temp,TestLightWeightLinkedSet.java,185,204,temp,TestLightWeightHashSet.java,150,170
//,3
public class xxx {
@Test
public void testRemoveMulti() {
LOG.info("Test remove multi");
for (Integer i : list) {
assertTrue(set.add(i));
}
for (int i = 0; i < NUM / 2; i++) {
assertTrue(set.remove... | UTF-8 | Java | 658 | java | 2315_2.java | Java | [] | null | [] | //,temp,TestLightWeightLinkedSet.java,185,204,temp,TestLightWeightHashSet.java,150,170
//,3
public class xxx {
@Test
public void testRemoveMulti() {
LOG.info("Test remove multi");
for (Integer i : list) {
assertTrue(set.add(i));
}
for (int i = 0; i < NUM / 2; i++) {
assertTrue(set.remove... | 658 | 0.580547 | 0.553191 | 26 | 24.346153 | 21.173174 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.846154 | false | false | 10 |
24f01487faddf34c3dcec4d3992e3fd7e6f5d669 | 36,507,222,049,481 | 8837a734da3a2dccbe025cb817dbdc0849529ac2 | /a_Appium_Pack/ActivityAndPackageInfo/src/com/example/activityandpackageinfo/MainActivity.java | 98e1cdd23bed9bacd9de86209b23f9bcc131d0fb | [] | no_license | jigyasa-at-git/QTPS_SelApp | https://github.com/jigyasa-at-git/QTPS_SelApp | 8f3b557e2b46bafb5e9060b9c1ed9da27f98cad2 | e4ebea7e5521aaad1e243cd75c62d17b6f94f9a7 | refs/heads/master | 2021-03-12T23:06:29.458000 | 2015-08-22T21:04:31 | 2015-08-22T21:04:31 | 41,224,248 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.activityandpackageinfo;
import java.util.Collections;
import java.util.List;
import android.app.Activity;
import android.content.Intent;
import android.content.pm.PackageManager;
import android.content.pm.ResolveInfo;
import android.os.Bundle;
import android.util.Log;
public class Mai... | UTF-8 | Java | 1,537 | java | MainActivity.java | Java | [] | null | [] | package com.example.activityandpackageinfo;
import java.util.Collections;
import java.util.List;
import android.app.Activity;
import android.content.Intent;
import android.content.pm.PackageManager;
import android.content.pm.ResolveInfo;
import android.os.Bundle;
import android.util.Log;
public class Mai... | 1,537 | 0.720885 | 0.720234 | 50 | 28.74 | 26.418032 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.68 | false | false | 10 |
9395ed67540eaf93a36414854ed64b535026221b | 1,090,921,700,673 | 0623eb2a0b567f64d9265770045355ec837c43f8 | /trunk/Install_sinapse/src/install/sinapse/Cuadro.java | adc3d0359b1a21423a93092323d98bc6ce899ce7 | [] | no_license | Sinapse-Energia/APP-Installation | https://github.com/Sinapse-Energia/APP-Installation | 76ce7a2c874d1403acf1b661d849c118caad9a9d | a29c4255ad865fb0402c2e971825407555e2ed59 | refs/heads/master | 2020-03-30T00:56:34.105000 | 2018-10-02T14:19:27 | 2018-10-02T14:19:27 | 150,551,509 | 0 | 1 | null | false | 2018-10-02T14:19:29 | 2018-09-27T08:06:24 | 2018-10-01T07:33:14 | 2018-10-02T14:19:28 | 18,860 | 0 | 1 | 2 | Java | false | null | package install.sinapse;
import java.util.ArrayList;
public class Cuadro {
private ArrayList<Cmc> CMC;
public Cuadro(){}
public Cuadro(ArrayList<Cmc> c)
{
CMC = c;
}
public ArrayList<Cmc> getCuadros()
{
return CMC;
}
}
| UTF-8 | Java | 263 | java | Cuadro.java | Java | [] | null | [] | package install.sinapse;
import java.util.ArrayList;
public class Cuadro {
private ArrayList<Cmc> CMC;
public Cuadro(){}
public Cuadro(ArrayList<Cmc> c)
{
CMC = c;
}
public ArrayList<Cmc> getCuadros()
{
return CMC;
}
}
| 263 | 0.612167 | 0.612167 | 21 | 10.523809 | 12.085485 | 35 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 10 |
6196b51391878328167cc90fe1ad20b4a49f0082 | 4,449,586,125,045 | 629aec83c5a2b0010d287db6d821ba5a137fa0c5 | /app/src/main/java/shaunaksharma/app/quotesoverdogs/MainActivity.java | a7c729c2848234e577c4009aa1f953f8f677d268 | [] | no_license | shaunaksharma/QuotesOverDogs | https://github.com/shaunaksharma/QuotesOverDogs | 09fdaf4d7395b014cfb19d2ce99c2e2a8a206c9d | b8f068ef68afa9ecf8498b272ee0b0446bf75892 | refs/heads/master | 2020-05-14T22:50:57.179000 | 2019-08-28T17:00:06 | 2019-08-28T17:00:06 | 181,986,408 | 0 | 0 | null | false | 2019-08-28T22:30:07 | 2019-04-18T00:09:45 | 2019-08-28T16:53:58 | 2019-08-28T17:00:07 | 3,727 | 0 | 0 | 0 | Java | false | false | package shaunaksharma.app.quotesoverdogs;
import android.Manifest;
import android.animation.ArgbEvaluator;
import android.animation.ValueAnimator;
import android.content.DialogInterface;
import android.content.Intent;
import android.content.pm.PackageManager;
import android.graphics.Bitmap;
import android.graphics.Bit... | UTF-8 | Java | 17,471 | java | MainActivity.java | Java | [
{
"context": " if(response.body().getQuoteAuthor().equals(\"Joseph Stalin\") || response.body().getQuoteAuthor().equals(\"Don",
"end": 10116,
"score": 0.9998837113380432,
"start": 10103,
"tag": "NAME",
"value": "Joseph Stalin"
},
{
"context": "lin\") || response.body().getQuoteA... | null | [] | package shaunaksharma.app.quotesoverdogs;
import android.Manifest;
import android.animation.ArgbEvaluator;
import android.animation.ValueAnimator;
import android.content.DialogInterface;
import android.content.Intent;
import android.content.pm.PackageManager;
import android.graphics.Bitmap;
import android.graphics.Bit... | 17,458 | 0.639689 | 0.635567 | 434 | 39.258064 | 34.56781 | 168 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.640553 | false | false | 10 |
0317032472d7e24b6cec28cb0b74b0806eac224e | 12,128,987,648,675 | 2dafa1bc8436d282c552cb1cb55df69ef70d9dbc | /jsure-client-eclipse/src/com/surelogic/jsure/client/eclipse/views/metrics/statewrt/StateWrtElementProject.java | d5a8b1f2d20f1dfb408d980e1ef21f0a8ab7b5dd | [] | no_license | surelogic/jsure | https://github.com/surelogic/jsure | 99c47d195674234b688d08a4b03e506b3a235620 | 184d698991d0fbb8f73735b5aab2c5051d2518fd | refs/heads/master | 2021-05-01T00:15:53.632000 | 2016-05-27T02:35:14 | 2016-05-27T02:35:14 | 50,687,249 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.surelogic.jsure.client.eclipse.views.metrics.statewrt;
import org.eclipse.swt.graphics.Image;
import com.surelogic.common.ui.SLImages;
public final class StateWrtElementProject extends StateWrtElement {
protected StateWrtElementProject(StateWrtElementScan parent, String projectName) {
sup... | UTF-8 | Java | 453 | java | StateWrtElementProject.java | Java | [] | null | [] | package com.surelogic.jsure.client.eclipse.views.metrics.statewrt;
import org.eclipse.swt.graphics.Image;
import com.surelogic.common.ui.SLImages;
public final class StateWrtElementProject extends StateWrtElement {
protected StateWrtElementProject(StateWrtElementScan parent, String projectName) {
sup... | 453 | 0.757174 | 0.757174 | 17 | 24.647058 | 27.388149 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.411765 | false | false | 10 |
43529eb3838613a96c267dcd17b4f2495667afc9 | 15,865,609,197,316 | 020d93365ed97530ae35731c0fd3428377a422a5 | /app/src/main/java/com/jtangopro/Tango.java | 6b2266b7137c1b64e69c892248dca89f09e1ad52 | [] | no_license | helloword-git/JTangoPro | https://github.com/helloword-git/JTangoPro | ae01f8ad0ef59b5abda91c3607b8ab24131f71e8 | 97c4d3ff7a7908febe5d9a2c85d8f6f2b521a9b8 | refs/heads/master | 2022-11-24T05:53:12.586000 | 2020-08-04T09:44:14 | 2020-08-04T09:44:14 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jtangopro;
import java.io.Serializable;
import java.util.HashMap;
import java.util.Iterator;
import java.util.Map;
/**
* 词条属性类
* 使用字典保存各个属性
*/
public class Tango implements Serializable {
private Map<String, String> m = new HashMap<>();
public Tango(Map<String, String> m_){
Iterator i... | UTF-8 | Java | 711 | java | Tango.java | Java | [] | null | [] | package com.jtangopro;
import java.io.Serializable;
import java.util.HashMap;
import java.util.Iterator;
import java.util.Map;
/**
* 词条属性类
* 使用字典保存各个属性
*/
public class Tango implements Serializable {
private Map<String, String> m = new HashMap<>();
public Tango(Map<String, String> m_){
Iterator i... | 711 | 0.590308 | 0.590308 | 32 | 20.28125 | 17.850481 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.53125 | false | false | 10 |
d3b6a3fb6a10e1fd546efce0bf88bf631ffbd139 | 19,129,784,345,142 | 35ef309f7ae3814f35f94cf8ab97e9d9df2b0284 | /AlgorithimsProjects/src/com/datastructure/MergeOverlappingIntervals.java | d6e07635711a37f43cceb3506a22219279bda95f | [] | no_license | mdfraz13/workspace | https://github.com/mdfraz13/workspace | 8db03f88942b2bd24957c6c4c8b5039ec7cbc2d0 | 12b645f2702ec11dcbdec44ad3ad4061c7ed38ff | refs/heads/master | 2021-06-10T15:06:35.379000 | 2021-05-28T18:08:25 | 2021-05-28T18:08:25 | 181,201,315 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.datastructure;
import java.util.ArrayList;
import java.util.Collections;
import java.util.Comparator;
import java.util.List;
import java.util.Stack;
/**
* [1,4] [3,6] [8,10] []
* @author Faraz
*
*/
public class MergeOverlappingIntervals {
public static void main(String[] args) {
int[][] input = {... | UTF-8 | Java | 1,391 | java | MergeOverlappingIntervals.java | Java | [
{
"context": "il.Stack;\n\n/**\n * [1,4] [3,6] [8,10] []\n * @author Faraz\n *\n */\npublic class MergeOverlappingIntervals {\n\t",
"end": 208,
"score": 0.9997348785400391,
"start": 203,
"tag": "NAME",
"value": "Faraz"
}
] | null | [] | package com.datastructure;
import java.util.ArrayList;
import java.util.Collections;
import java.util.Comparator;
import java.util.List;
import java.util.Stack;
/**
* [1,4] [3,6] [8,10] []
* @author Faraz
*
*/
public class MergeOverlappingIntervals {
public static void main(String[] args) {
int[][] input = {... | 1,391 | 0.60532 | 0.584472 | 67 | 19.761194 | 21.294725 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.223881 | false | false | 10 |
842b9a810a39a2122ce2cc137e14a6a24ac94afd | 26,749,056,326,633 | 57167433a127b329f7c6b375d8c3eef2b34096cf | /src/qwe.java | 2aa2eb2c6d13ecc45af5ed07f09234cd61bf3319 | [] | no_license | Lake3L/Quest-about-Hackers | https://github.com/Lake3L/Quest-about-Hackers | 729529a0570bd63f9ca4b9c345d98daf089fef88 | 8951e5620917ca3a5e0cbaec4ca712740320858f | refs/heads/master | 2023-02-18T06:27:53.559000 | 2021-01-18T14:23:08 | 2021-01-18T14:23:08 | 322,328,310 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.Scanner;
public class qwe {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
String input = "";
boolean running = true;
sc.nextLine();
while(running){
for(int i = 0; i<30; i++){
input = sc.nextLine();
... | UTF-8 | Java | 754 | java | qwe.java | Java | [] | null | [] | import java.util.Scanner;
public class qwe {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
String input = "";
boolean running = true;
sc.nextLine();
while(running){
for(int i = 0; i<30; i++){
input = sc.nextLine();
... | 754 | 0.539919 | 0.535859 | 24 | 29.791666 | 16.373198 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.708333 | false | false | 10 |
87861d7b882cfd37f26d9bab3fb777e37281042b | 33,457,795,243,232 | e8b64332df55a0a551112ac3d19a3e78aaea0d2b | /app/src/main/java/percept/myplan/POJO/SidaSummary.java | 60146c925a178018d06743af59e65f1eb1a8a78f | [] | no_license | niravPercept/MyPlan | https://github.com/niravPercept/MyPlan | e670e51b4df71881abaa979cfe1605a3d7b04b28 | 74996c53f9f87a13f8e14b2c2b01f60190bfc014 | refs/heads/master | 2020-04-12T05:41:14.061000 | 2017-06-01T04:13:29 | 2017-06-01T04:13:29 | 63,421,827 | 0 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package percept.myplan.POJO;
import com.google.gson.annotations.SerializedName;
public class SidaSummary {
@SerializedName("week_number")
private String Week_Number;
@SerializedName("avg_perc")
private String avg_perc;
@SerializedName("avg_score")
private String Avg_Score;
@SerializedName(... | UTF-8 | Java | 1,436 | java | SidaSummary.java | Java | [] | null | [] | package percept.myplan.POJO;
import com.google.gson.annotations.SerializedName;
public class SidaSummary {
@SerializedName("week_number")
private String Week_Number;
@SerializedName("avg_perc")
private String avg_perc;
@SerializedName("avg_score")
private String Avg_Score;
@SerializedName(... | 1,436 | 0.630223 | 0.630223 | 63 | 21.793652 | 18.711815 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.380952 | false | false | 10 |
968254eb7424d0cf3e7a936e69535e61bd14b2ee | 31,104,153,165,263 | ec32ff271058f361948a475c72a118aa2a3180a1 | /src/main/java/com/great/school/controllers/FeeTransactionController.java | 46f29781f9512f9c263d904f776e6cd1b557e39e | [] | no_license | CateNjeri/sms-api | https://github.com/CateNjeri/sms-api | f4af10b35f6da80e583320b127c79bddde6e0aa5 | 44a5ca6bbf6233e93aaedd50a02a2142de758a80 | refs/heads/master | 2020-03-27T15:34:29.596000 | 2018-08-30T09:23:55 | 2018-08-30T09:23:55 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.great.school.controllers;
import com.great.school.models.data.FeeTransaction;
import com.great.school.services.FeeTransactionService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.*;
import java... | UTF-8 | Java | 1,146 | java | FeeTransactionController.java | Java | [
{
"context": "n.Valid;\nimport java.util.List;\n\n/**\n * Created by Kibet on 25-Nov-17.\n */\n@RestController\n@RequestMapping",
"end": 387,
"score": 0.9985286593437195,
"start": 382,
"tag": "USERNAME",
"value": "Kibet"
}
] | null | [] | package com.great.school.controllers;
import com.great.school.models.data.FeeTransaction;
import com.great.school.services.FeeTransactionService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.*;
import java... | 1,146 | 0.773124 | 0.769634 | 36 | 30.833334 | 30.939457 | 124 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.361111 | false | false | 10 |
054abe8d2f2f4b46b2179425372ffd21ebf898f0 | 24,404,004,185,304 | aa469cbc3b7b427f94e0ea36892a0794fdd9ab1e | /src/main/java/com/viniciusDias/cursomc/repositories/ProdutoRepository.java | eb3735cef713cf9bf6731ecdd9eb1e6aeada5790 | [] | no_license | viniciusteixeiradias/cursomc | https://github.com/viniciusteixeiradias/cursomc | 44b0c9d5179c5e0a79fcc515a5fcacddb7520ea8 | e1ffeec8e7161ca911bc7a46fa4cbe12e07ee02f | refs/heads/master | 2023-04-10T03:04:46.732000 | 2021-04-25T22:22:03 | 2021-04-25T22:22:03 | 361,004,135 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.viniciusDias.cursomc.repositories;
import com.viniciusDias.cursomc.domain.Produto;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
@Repository
public interface ProdutoRepository extends JpaRepository<Produto, Integer>{
}
| UTF-8 | Java | 301 | java | ProdutoRepository.java | Java | [] | null | [] | package com.viniciusDias.cursomc.repositories;
import com.viniciusDias.cursomc.domain.Produto;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
@Repository
public interface ProdutoRepository extends JpaRepository<Produto, Integer>{
}
| 301 | 0.850498 | 0.850498 | 11 | 26.363636 | 27.877239 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.454545 | false | false | 10 |
ac99e7f0d2005c9d27adea5494380df855710415 | 31,765,578,133,873 | 3c8f642ce9091d5795ab6a41b96b84196142e531 | /caishunpay/caishunuser/src/main/java/com/trade/util/RSASignature.java | 7390c3c3857c0bdf07b41531f74c8e20cf7d54ae | [] | no_license | bluelzx/xiying | https://github.com/bluelzx/xiying | 1e82d112203bc65a797405a30c706837338b3509 | 42b60a841354ae94d3cdb594b08f9cd5327460d4 | refs/heads/master | 2020-04-06T23:47:48.911000 | 2018-05-27T10:58:08 | 2018-05-27T10:58:08 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Decompiled with CFR 0_124.
*/
package com.trade.util;
import com.trade.util.Base64;
import com.trade.util.RSAUtils;
import java.io.BufferedReader;
import java.io.FileReader;
import java.io.IOException;
import java.io.PrintStream;
import java.io.Reader;
import java.security.KeyFactory;
import java.security.Priv... | UTF-8 | Java | 4,492 | java | RSASignature.java | Java | [] | null | [] | /*
* Decompiled with CFR 0_124.
*/
package com.trade.util;
import com.trade.util.Base64;
import com.trade.util.RSAUtils;
import java.io.BufferedReader;
import java.io.FileReader;
import java.io.IOException;
import java.io.PrintStream;
import java.io.Reader;
import java.security.KeyFactory;
import java.security.Priv... | 4,492 | 0.640917 | 0.606411 | 111 | 39.468468 | 35.943855 | 300 | false | false | 0 | 0 | 48 | 0.020036 | 0 | 0 | 0.684685 | false | false | 10 |
0256ca87b0dab5313610b5c82c843f6074d10a86 | 14,499,809,600,797 | aca55726908f182ffac45ba7720729420a495491 | /testingDSL/webPageContainers4Testing/dev/GoogleAnalyticsElement.java | f39684faa230917ff8de87bb98c4615763178dfb | [] | no_license | murali-projects/k12-automation | https://github.com/murali-projects/k12-automation | c20548510416235716b3c190b7b576aeb308fd39 | b792b163d30afddd73abb7c30e4fc4f24f982f0c | refs/heads/master | 2021-01-18T21:30:37.546000 | 2013-04-19T10:57:37 | 2013-04-19T10:57:37 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package webPageContainers4Testing.dev;
public class GoogleAnalyticsElement extends BaseDevPageContainer {
protected String locator = properties.get("google_analytics_element");
protected String javascriptLocator = properties.get("google_analytics_javascript_element");
public GoogleAnalyticsElement() throws Exc... | UTF-8 | Java | 526 | java | GoogleAnalyticsElement.java | Java | [] | null | [] | package webPageContainers4Testing.dev;
public class GoogleAnalyticsElement extends BaseDevPageContainer {
protected String locator = properties.get("google_analytics_element");
protected String javascriptLocator = properties.get("google_analytics_javascript_element");
public GoogleAnalyticsElement() throws Exc... | 526 | 0.788973 | 0.787072 | 21 | 24.095238 | 28.430206 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.190476 | false | false | 10 |
af1823e0b1ac2fc1f8115607d06cc08159dfcc44 | 8,134,668,080,876 | d8b70a9fc63dee52403979191afaa68383402ff0 | /src/main/java/org/example/array/MoveZeros.java | a8a6af1df7dcce3659dca6e9ffd00bfa7fb32be7 | [] | no_license | niuniu-doc/BlogComments | https://github.com/niuniu-doc/BlogComments | e46843693c35854e31c71ec04481cbf1c32862b9 | 4cf80035b437ed682b5b151544d0ef1940ee3e85 | refs/heads/master | 2021-04-12T14:01:29.385000 | 2021-04-07T01:43:40 | 2021-04-07T01:43:40 | 249,082,550 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.example.array;
import java.util.Arrays;
/**
* 给定一个数组 nums,编写一个函数将所有 0 移动到数组的末尾,同时保持非零元素的相对顺序。
*
* 示例:
*
* 输入: [0,1,0,3,12]
* 输出: [1,3,12,0,0]
* 说明:
*
* 必须在原数组上操作,不能拷贝额外的数组。
* 尽量减少操作次数。
*
* 来源:力扣(LeetCode)
* 链接:https://leetcode-cn.com/problems/move-zeroes
* 著作权归领扣网络所有。商业转载请联系官方授权,非商业转载请注明出处。
... | UTF-8 | Java | 1,353 | java | MoveZeros.java | Java | [] | null | [] | package org.example.array;
import java.util.Arrays;
/**
* 给定一个数组 nums,编写一个函数将所有 0 移动到数组的末尾,同时保持非零元素的相对顺序。
*
* 示例:
*
* 输入: [0,1,0,3,12]
* 输出: [1,3,12,0,0]
* 说明:
*
* 必须在原数组上操作,不能拷贝额外的数组。
* 尽量减少操作次数。
*
* 来源:力扣(LeetCode)
* 链接:https://leetcode-cn.com/problems/move-zeroes
* 著作权归领扣网络所有。商业转载请联系官方授权,非商业转载请注明出处。
... | 1,353 | 0.519317 | 0.497754 | 45 | 23.733334 | 21.766846 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.644444 | false | false | 10 |
d6f940b5931dbb3c3d403471979ae7b70fd499aa | 16,088,947,518,392 | a37220beb80050e4c77d45ee15896e3cd1c9799c | /src/main/java/com/prandium/controller/UserController.java | b12c87b60677a4cfad48cd9bac338596e5c8c9b8 | [] | no_license | akshaygurao/Happy-Meals | https://github.com/akshaygurao/Happy-Meals | 61200cd87a82855b0bcab45996394f7c426f06d3 | 60bfe624cda03bc4b8b890fe6317981d7e9e7324 | refs/heads/master | 2023-02-22T19:33:31.678000 | 2021-05-12T07:25:37 | 2021-05-12T07:25:37 | 130,827,565 | 0 | 0 | null | false | 2023-02-22T07:11:31 | 2018-04-24T09:11:55 | 2021-05-12T07:25:40 | 2023-02-22T07:11:30 | 7,411 | 0 | 0 | 8 | Java | false | false | package com.prandium.controller;
import java.util.List;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpSession;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Qualifier;
import org.springframework.stereotype.Controller;
... | UTF-8 | Java | 9,713 | java | UserController.java | Java | [
{
"context": "ter.removeXSS(tempLastName);\n\n\t\t\tuser.setUsername(username);\n\t\t\tuser.setPassword(password);\n\t\t\tuser.setFirst",
"end": 4031,
"score": 0.9991893768310547,
"start": 4023,
"tag": "USERNAME",
"value": "username"
},
{
"context": "\t\tuser.setUsername(username);\n... | null | [] | package com.prandium.controller;
import java.util.List;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpSession;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Qualifier;
import org.springframework.stereotype.Controller;
... | 9,717 | 0.733141 | 0.733141 | 293 | 32.150169 | 27.005207 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.221843 | false | false | 10 |
2e51716673fdeedfa3070ad14cfe3a7183b8dd0c | 16,088,947,515,281 | 7f9fee07fcd214ae3da6dc7ad9fb948e1d20ff65 | /threads/src/main/java/com/threads/thread/jdk/semaphore/MySemaphore.java | 524e452f72de53278e55ed9ede5b4ff3ad5e30bb | [] | no_license | opop32165455/zeroBeginning | https://github.com/opop32165455/zeroBeginning | d2ac5c4c4a641fe59904b23491df8ae5419bde75 | 8d6b1bb548f3ee72fa2695f9826404deaaab7720 | refs/heads/master | 2023-07-06T05:52:02.183000 | 2023-01-28T09:03:41 | 2023-01-28T09:03:41 | 320,766,486 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.threads.thread.jdk.semaphore;
import lombok.extern.slf4j.Slf4j;
import java.util.concurrent.ConcurrentLinkedQueue;
import java.util.concurrent.Semaphore;
import java.util.concurrent.TimeUnit;
import static java.lang.Thread.currentThread;
/**
* @author zhangxuecheng4441
* @date 2021/5/17/017 12:00
*/
... | UTF-8 | Java | 3,802 | java | MySemaphore.java | Java | [
{
"context": "ic java.lang.Thread.currentThread;\n\n/**\n * @author zhangxuecheng4441\n * @date 2021/5/17/017 12:00\n */\n@Slf4j\npublic cl",
"end": 286,
"score": 0.9985631108283997,
"start": 269,
"tag": "USERNAME",
"value": "zhangxuecheng4441"
}
] | null | [] | package com.threads.thread.jdk.semaphore;
import lombok.extern.slf4j.Slf4j;
import java.util.concurrent.ConcurrentLinkedQueue;
import java.util.concurrent.Semaphore;
import java.util.concurrent.TimeUnit;
import static java.lang.Thread.currentThread;
/**
* @author zhangxuecheng4441
* @date 2021/5/17/017 12:00
*/
... | 3,802 | 0.627262 | 0.615199 | 127 | 25.094488 | 21.385267 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.370079 | false | false | 10 |
3c6c9c880f9bed1d4d5d475f73aef94d1043e94d | 21,732,534,542,350 | bf4c98ad14e9a16bcb23eeb88af464fa79de37f2 | /src/model/entities/Airport.java | c92c372a34963396ad43ea0963900cd1813361e8 | [] | no_license | KwasnikMaciej/TicketReservationSystem | https://github.com/KwasnikMaciej/TicketReservationSystem | 940c850397435b7284c14f420a4ce27a18e8f68a | ab0e15f0605d900f9bd1298f829ecc44b78ea06b | refs/heads/master | 2021-01-10T16:48:11.959000 | 2016-03-11T16:51:14 | 2016-03-11T16:51:14 | 53,680,322 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package model.entities;
import java.io.Serializable;
import java.lang.Integer;
import java.lang.String;
import javax.persistence.*;
@Entity
public class Airport implements Serializable {
@Transient
private static final long serialVersionUID = 1L;
@Id
@GeneratedValue(strategy=GenerationType.AUTO)
private Integer ... | UTF-8 | Java | 1,054 | java | Airport.java | Java | [] | null | [] | package model.entities;
import java.io.Serializable;
import java.lang.Integer;
import java.lang.String;
import javax.persistence.*;
@Entity
public class Airport implements Serializable {
@Transient
private static final long serialVersionUID = 1L;
@Id
@GeneratedValue(strategy=GenerationType.AUTO)
private Integer ... | 1,054 | 0.683112 | 0.682163 | 57 | 17.491228 | 14.607284 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.333333 | false | false | 10 |
d6eaad7352491449a566f46a17d39ca43b213a39 | 8,512,625,208,008 | 70f7bbdfa2aeb927e1717db310bb7df816d9c230 | /src/main/java/net/sublime/warehouse/model/Product.java | a329628c2d9461bca9c8e315d824b739b77cd666 | [] | no_license | Atoiebai/e-warehouse | https://github.com/Atoiebai/e-warehouse | ead52d7c955a044248302c1c736c12b6a596e6c5 | caac925f44470024a0c3464494518a558c0ccb22 | refs/heads/master | 2023-03-21T12:58:43.801000 | 2021-02-19T21:15:45 | 2021-02-19T21:15:45 | 336,786,885 | 1 | 0 | null | false | 2021-02-19T21:15:45 | 2021-02-07T12:56:38 | 2021-02-13T20:07:46 | 2021-02-19T21:15:45 | 47 | 0 | 0 | 0 | Java | false | false | package net.sublime.warehouse.model;
import com.fasterxml.jackson.annotation.JsonIgnore;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import lombok.AllArgsConstructor;
import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.Setter;
import javax.persistence.*;
@Entity
@Getter
@Setter
@Al... | UTF-8 | Java | 694 | java | Product.java | Java | [] | null | [] | package net.sublime.warehouse.model;
import com.fasterxml.jackson.annotation.JsonIgnore;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import lombok.AllArgsConstructor;
import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.Setter;
import javax.persistence.*;
@Entity
@Getter
@Setter
@Al... | 694 | 0.760807 | 0.760807 | 33 | 20.030304 | 17.880894 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.393939 | false | false | 10 |
b0027acc02bf210ae427ac241b6e881e4b09ff7e | 8,512,625,207,289 | 10a2a8dc540b109aca685100832f52047ad5de53 | /test1/mycalc/src/main/java/local/lessons/mycalc/NumeredButton.java | c10926ef6e5b15977890384f96fccf6806c5c2c7 | [] | no_license | lesnikyan/android_course | https://github.com/lesnikyan/android_course | ec816d23cbe4ef4b27cbd3ca3bc89af6aebcaddb | 146fcda1fa64617f31ee44b50d79b8a5ff7b2bd2 | refs/heads/master | 2020-03-29T13:17:01.999000 | 2015-05-11T22:10:10 | 2015-05-11T22:10:10 | 33,244,394 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package local.lessons.mycalc;
import android.content.Context;
import android.util.AttributeSet;
import android.widget.Button;
import android.widget.RemoteViews;
/**
* Created by Less on 14.03.2015.
*/
@RemoteViews.RemoteView
public class NumeredButton extends Button {
private int val;
public NumeredButton... | UTF-8 | Java | 574 | java | NumeredButton.java | Java | [
{
"context": "ort android.widget.RemoteViews;\n\n/**\n * Created by Less on 14.03.2015.\n */\n@RemoteViews.RemoteView\npublic",
"end": 185,
"score": 0.9150065183639526,
"start": 181,
"tag": "USERNAME",
"value": "Less"
}
] | null | [] | package local.lessons.mycalc;
import android.content.Context;
import android.util.AttributeSet;
import android.widget.Button;
import android.widget.RemoteViews;
/**
* Created by Less on 14.03.2015.
*/
@RemoteViews.RemoteView
public class NumeredButton extends Button {
private int val;
public NumeredButton... | 574 | 0.665505 | 0.651568 | 32 | 16.9375 | 16.55094 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.375 | false | false | 10 |
450b4dec48b41a33bc3e063d0e95eb825ccc0545 | 32,049,046,020,391 | 67e7b49c7ea7d3b556dcdda981c02154552c1132 | /reptiles-src/common/EntityTortoise.java | d8a68d36de210d5c3422e7a4a748445392aacfad | [] | no_license | Kash-117/reptiles | https://github.com/Kash-117/reptiles | 5ca10faa7900c6e00d32dcbc17e15c1b244c8d6d | c52da05430c45ecf6d50fb0b22480d247d2062f7 | refs/heads/master | 2016-12-28T09:47:33.569000 | 2013-06-10T21:02:30 | 2013-06-10T21:02:30 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | //
// This work is licensed under the Creative Commons
// Attribution-ShareAlike 3.0 Unported License. To view a copy of this
// license, visit http://creativecommons.org/licenses/by-sa/3.0/
//
package reptiles.common;
import java.util.*;
import net.minecraft.entity.EntityAgeable;
import net.minecraft.entity.passiv... | UTF-8 | Java | 865 | java | EntityTortoise.java | Java | [] | null | [] | //
// This work is licensed under the Creative Commons
// Attribution-ShareAlike 3.0 Unported License. To view a copy of this
// license, visit http://creativecommons.org/licenses/by-sa/3.0/
//
package reptiles.common;
import java.util.*;
import net.minecraft.entity.EntityAgeable;
import net.minecraft.entity.passiv... | 865 | 0.717919 | 0.70289 | 34 | 24.441177 | 23.509937 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.176471 | false | false | 10 |
173069f3a01ea0734c7627c3f273b3b78096d575 | 36,155,034,732,492 | 5052aded7e9182cf31019243b4c1c5368ad821a2 | /CrackingTheCodingInterview/src/main/java/ch1/Q16.java | 66b0eabde02691cbda5a3751a32282e473ddc9a1 | [
"Apache-2.0"
] | permissive | richmnus/sandbox | https://github.com/richmnus/sandbox | ef7a01d4435e1abfa8b72cd23e9432ae77dce373 | d58c8375a7b001eba3e11d77b74435d13b959635 | refs/heads/master | 2020-04-06T06:59:42.925000 | 2016-08-18T16:38:18 | 2016-08-18T16:38:18 | 62,914,674 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ch1;
public class Q16 {
int[][] rotate(int[][] shape) {
return null;
}
}
| UTF-8 | Java | 92 | java | Q16.java | Java | [] | null | [] | package ch1;
public class Q16 {
int[][] rotate(int[][] shape) {
return null;
}
}
| 92 | 0.554348 | 0.521739 | 10 | 8.2 | 10.127192 | 32 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.9 | false | false | 10 |
72700ac12b123ce25de10855ea4fb30a3a2f9033 | 38,293,928,430,712 | eb1af80e8a8d20330b6459bdeadc0526dd6925a1 | /app/src/main/java/com/zhonghong/hlbelogistics/core/home/Fragments/BuyerInfoFragment.java | 07734fe80e95178a55310d25c14813a535d51901 | [] | no_license | qq742571766/Shang-TongBao | https://github.com/qq742571766/Shang-TongBao | d23c4d6dd4f6e284016fd6ca611cbfde49cb7afb | 310d12e7063b4060edea32711d0549d9ad75e152 | refs/heads/master | 2021-01-20T16:04:11.546000 | 2017-05-11T07:43:27 | 2017-05-11T07:43:27 | 90,812,221 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zhonghong.hlbelogistics.core.home.Fragments;
import android.content.Intent;
import android.os.AsyncTask;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup... | UTF-8 | Java | 5,855 | java | BuyerInfoFragment.java | Java | [] | null | [] | package com.zhonghong.hlbelogistics.core.home.Fragments;
import android.content.Intent;
import android.os.AsyncTask;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup... | 5,855 | 0.610931 | 0.607173 | 172 | 33.040699 | 24.970531 | 123 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.616279 | false | false | 10 |
5f90bc3f0fa63edf71ffc9ea1cd66a920d3692a8 | 33,105,607,952,466 | ed65ab4008762c2dc205ec3430d6c06b0c30b3d7 | /src/main/GameLauncher.java | ace51db68a29537c47ef3e936ab243bfdecb0d21 | [] | no_license | MrEqu/Java_Checkers | https://github.com/MrEqu/Java_Checkers | 0e841b4e5b6a2d6be1686621ad782745b5f3b488 | bf38a785d5c1af3758a6f3cd34e500125fb673ed | refs/heads/master | 2021-01-21T03:38:20.683000 | 2013-04-16T15:18:07 | 2013-04-16T15:18:07 | 36,811,768 | 1 | 0 | null | true | 2015-06-03T15:14:11 | 2015-06-03T15:14:10 | 2014-04-16T17:05:48 | 2013-04-16T15:19:01 | 19,355 | 0 | 0 | 0 | null | null | null | package main;
import javax.swing.SwingWorker;
public class GameLauncher extends SwingWorker{
int mode = -1;
/**
* Constructor method to set the 'Mode' of the game from a given integer, 1 or 2, to decide the number of Human Players.
* @param mode Integer value, 1 or 2, of the number of human players... | UTF-8 | Java | 739 | java | GameLauncher.java | Java | [] | null | [] | package main;
import javax.swing.SwingWorker;
public class GameLauncher extends SwingWorker{
int mode = -1;
/**
* Constructor method to set the 'Mode' of the game from a given integer, 1 or 2, to decide the number of Human Players.
* @param mode Integer value, 1 or 2, of the number of human players... | 739 | 0.663058 | 0.656292 | 31 | 21.838709 | 29.811338 | 121 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.354839 | false | false | 10 |
c4a71b039277022d5931ddcccf73baefb6803af1 | 23,338,852,327,800 | c107e325dfd1bc9ad1c5e8ef01e30f1fab2d7e75 | /src/Square/Square.java | 573f1917ead475e393e7084ed34fc0f4cb3e2ed7 | [] | no_license | AzizovMarat/YandexAlgorithmsCourse | https://github.com/AzizovMarat/YandexAlgorithmsCourse | 94f2fcdec62a00663babe6458fff1b5a4a107a35 | b0ee0fc89b6b55e227ce92254743f25069be8f79 | refs/heads/master | 2023-06-22T20:39:15.094000 | 2021-07-05T14:22:25 | 2021-07-05T14:22:25 | 382,816,025 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Square;
import java.io.BufferedReader;
import java.io.FileReader;
import java.io.IOException;
public class Square {
public static void main(String[] args) throws IOException {
long t, n, m;
try (BufferedReader reader = new BufferedReader(new FileReader("input.txt"))) {
n = Long... | UTF-8 | Java | 1,332 | java | Square.java | Java | [] | null | [] | package Square;
import java.io.BufferedReader;
import java.io.FileReader;
import java.io.IOException;
public class Square {
public static void main(String[] args) throws IOException {
long t, n, m;
try (BufferedReader reader = new BufferedReader(new FileReader("input.txt"))) {
n = Long... | 1,332 | 0.53979 | 0.530781 | 44 | 29.295454 | 23.812315 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.909091 | false | false | 10 |
805088ae9e0ca0eb406870b37abc42b2bd990f47 | 13,357,348,335,392 | 3c905d04f4a7b5867cceeb56279de98f103cd691 | /SistemaAgendamentoPOO20181/src/processamento/classes/EquipamentoGenerico.java | 5c115b3c96805281d0aca8efb2c5caa5618bf00a | [] | no_license | helder-rangel/projetopoo20181 | https://github.com/helder-rangel/projetopoo20181 | 17a14264f2c102c6999f29f1b2a9b99e315f9af9 | 8054aa2d7e7e7776cc5d997a52a5173b7f8bd4c8 | refs/heads/master | 2020-08-11T05:16:07.028000 | 2018-07-26T10:42:34 | 2018-07-26T10:42:34 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package processamento.classes;
import java.util.Scanner;
public class EquipamentoGenerico {
private Integer mesas;
private Integer cadeiras;
private Integer lixeiras;
private Integer quadros;
//Construtores
public EquipamentoGenerico(Integer mesas, Integer cadeiras, Integer lixeiras, Integer quadros) {
s... | ISO-8859-1 | Java | 3,430 | java | EquipamentoGenerico.java | Java | [] | null | [] | package processamento.classes;
import java.util.Scanner;
public class EquipamentoGenerico {
private Integer mesas;
private Integer cadeiras;
private Integer lixeiras;
private Integer quadros;
//Construtores
public EquipamentoGenerico(Integer mesas, Integer cadeiras, Integer lixeiras, Integer quadros) {
s... | 3,430 | 0.668321 | 0.666277 | 158 | 20.677216 | 24.16852 | 167 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.867089 | false | false | 10 |
cfe3052a123aafb48488cb3b6c350ca242f97392 | 17,712,445,165,539 | 58bcb7e79c7f92afecd62e0fc7d0df25b1de2587 | /src/pieces/Pawn.java | 68a2e393fa42d5ea2367a3c16e61e0d1b101c9b0 | [] | no_license | katerina-raztsvetnikova/Kasparov-Tron-Week3 | https://github.com/katerina-raztsvetnikova/Kasparov-Tron-Week3 | 943a0872584c35a0bcdbff530adb4ac4c7d8a8a8 | 17dd02f9242cb0f856d374b902d511f3cfa6893e | refs/heads/master | 2020-12-21T21:01:21.200000 | 2020-01-27T18:11:35 | 2020-01-27T18:11:35 | 236,555,425 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package pieces;
public class Pawn extends Piece {
public Pawn(String inputColor, int row, int col) {
super(inputColor, row, col);
this.power = 1;
this.id = 1;
}
public boolean isMovePosible(int moveRow, int moveCol) {
int moveRowCoeficient = (this.row - mo... | UTF-8 | Java | 1,748 | java | Pawn.java | Java | [] | null | [] | package pieces;
public class Pawn extends Piece {
public Pawn(String inputColor, int row, int col) {
super(inputColor, row, col);
this.power = 1;
this.id = 1;
}
public boolean isMovePosible(int moveRow, int moveCol) {
int moveRowCoeficient = (this.row - mo... | 1,748 | 0.467963 | 0.462243 | 57 | 28.596491 | 27.142805 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.526316 | false | false | 10 |
49c67f6acce659a1a357e9232c646a467f474a6c | 7,395,933,685,156 | 8614c330200db00a9e4f99dbba80b846cecf4958 | /LeetcodeProblems/Indeed/RootLeafMinCost.java | 89865e306793d21afb30e77783d959ecc5e42922 | [] | no_license | sjwangzju/leetcode | https://github.com/sjwangzju/leetcode | 0b8d26de6d2ef1c88e6fe46affb2e480f99703b2 | 5145edb3fbec01c0fd50d0700d69248e9db2e96c | refs/heads/master | 2021-06-15T18:21:39.016000 | 2019-12-20T18:50:33 | 2019-12-20T18:50:33 | 130,455,572 | 5 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Indeed;
import java.util.LinkedList;
import java.util.List;
public class RootLeafMinCost {
public static class Node {
List<Edge> edges;
public Node() {
this.edges = new LinkedList<>();
}
}
public static class Edge {
Node endNode;
int cost;
... | UTF-8 | Java | 1,941 | java | RootLeafMinCost.java | Java | [] | null | [] | package Indeed;
import java.util.LinkedList;
import java.util.List;
public class RootLeafMinCost {
public static class Node {
List<Edge> edges;
public Node() {
this.edges = new LinkedList<>();
}
}
public static class Edge {
Node endNode;
int cost;
... | 1,941 | 0.473467 | 0.447707 | 83 | 22.385542 | 16.187777 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.686747 | false | false | 10 |
742f62e55da1a725a6e70a02c18b6c68313bb6bf | 8,143,258,015,865 | 8d2b4690852e6a70b3d3d537fdde049710de1142 | /helloDemo/src/com/fhzc/stream/TestPredicate.java | 2a2f142c5b2ace4076febe44d35ffb97b0a7b133 | [] | no_license | calmDJ/jdk8 | https://github.com/calmDJ/jdk8 | fe3fd07461fbcc80a8d8911866136ba1bffcae77 | db2de86e4db88ee3ea9fd25e431436da99dee919 | refs/heads/master | 2020-09-10T20:52:48.489000 | 2019-11-15T03:04:47 | 2019-11-15T03:04:47 | 221,831,728 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.fhzc.stream;
import org.junit.Test;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
public class TestPredicate {
List<Employee> emps = Arrays.asList(
new Employee(102, "李四", 59, 6666.66),
new Employee(101, "张三", 18, 9999.99),
new Employe... | UTF-8 | Java | 2,136 | java | TestPredicate.java | Java | [
{
"context": "s = Arrays.asList(\n new Employee(102, \"李四\", 59, 6666.66),\n new Employee(101, \"张三",
"end": 230,
"score": 0.9997605085372925,
"start": 228,
"tag": "NAME",
"value": "李四"
},
{
"context": "李四\", 59, 6666.66),\n new Employee(101, \"张三\", ... | null | [] | package com.fhzc.stream;
import org.junit.Test;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
public class TestPredicate {
List<Employee> emps = Arrays.asList(
new Employee(102, "李四", 59, 6666.66),
new Employee(101, "张三", 18, 9999.99),
new Employe... | 2,136 | 0.517073 | 0.469268 | 77 | 25.623377 | 19.836369 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.623377 | false | false | 10 |
df4442ecb92a6f90909e53b1c0eafb719dbfee64 | 25,202,868,121,933 | dc83ad32419999b5c2122dd215c3cfa408171e91 | /精灵1/src/com/kikyou/spirit/GameLayer.java | 44002f5e71d58a2b3239a069f858b57ccc3df1bd | [] | no_license | Kikyou645559030/AndroidApp | https://github.com/Kikyou645559030/AndroidApp | bbc55b33a846a0565603b3a5722e09945ccab25a | fa832597828572962ff613836e10df0b648c209e | refs/heads/master | 2021-01-22T09:33:24.754000 | 2015-07-15T10:08:41 | 2015-07-15T10:08:41 | 38,040,530 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.kikyou.spirit;
import org.cocos2d.actions.interval.CCJumpBy;
import org.cocos2d.actions.interval.CCMoveBy;
import org.cocos2d.layers.CCLayer;
import org.cocos2d.nodes.CCSprite;
import org.cocos2d.types.CGPoint;
/**
* 布景层-向量的计算
* Created by Liu_Zhichao on 2014/12/1 0001.
*/
public class GameLayer extend... | UTF-8 | Java | 1,711 | java | GameLayer.java | Java | [
{
"context": "s2d.types.CGPoint;\n\n/**\n * 布景层-向量的计算\n * Created by Liu_Zhichao on 2014/12/1 0001.\n */\npublic class Game",
"end": 258,
"score": 0.8160303831100464,
"start": 256,
"tag": "USERNAME",
"value": "Li"
},
{
"context": ".types.CGPoint;\n\n/**\n * 布景层-向量的计算\n * Created by L... | null | [] | package com.kikyou.spirit;
import org.cocos2d.actions.interval.CCJumpBy;
import org.cocos2d.actions.interval.CCMoveBy;
import org.cocos2d.layers.CCLayer;
import org.cocos2d.nodes.CCSprite;
import org.cocos2d.types.CGPoint;
/**
* 布景层-向量的计算
* Created by Liu_Zhichao on 2014/12/1 0001.
*/
public class GameLayer extend... | 1,711 | 0.725946 | 0.681486 | 64 | 22.546875 | 18.03896 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.828125 | false | false | 10 |
55af9044093f20b9182ffcd36320262df03e88b3 | 21,741,124,496,554 | 1c30efa3180f5a4fcba99c12b55d92b6f5bf6333 | /src/main/java/generated/wlyjt/czknj/nxbdo/wxict/ixrvd/Class002102.java | 38f86ca838c7b7e8587bd777e85fab2243e40bf0 | [] | no_license | mojira/MojirAI.git | https://github.com/mojira/MojirAI.git | e4adc643511d943620e364ce46719bd02392484d | 5934d64874e54fddabb16826dfb5af397988825c | refs/heads/main | 2021-06-09T15:12:12.938000 | 2021-04-01T21:30:16 | 2021-04-01T21:30:16 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package generated.wlyjt.czknj.nxbdo.wxict.ixrvd;
import helpers.Config;
import helpers.Context;
import helpers.BullshifierException;
import java.util.*;
import java.util.logging.*;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import java.io.IOException;
import java.text.SimpleDateFormat;
public class Clas... | UTF-8 | Java | 34,170 | java | Class002102.java | Java | [
{
"context": "= \"StrBgnqubgcpwt\";\n\t\t\n\t\tlong mapKeyDtkboemkcxr = 9017545038932032496L;\n\t\t\n\t\troot.put(\"mapValHitefcfcoqm\",\"mapKeyDtkboem",
"end": 11021,
"score": 0.9804520606994629,
"start": 11001,
"tag": "KEY",
"value": "9017545038932032496L"
},
{
"context": "62913819... | null | [] | package generated.wlyjt.czknj.nxbdo.wxict.ixrvd;
import helpers.Config;
import helpers.Context;
import helpers.BullshifierException;
import java.util.*;
import java.util.logging.*;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import java.io.IOException;
import java.text.SimpleDateFormat;
public class Clas... | 34,161 | 0.714399 | 0.66851 | 1,022 | 32.434441 | 34.893677 | 123 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.014677 | false | false | 10 |
297b93568b67d00f5d5ffefab60fbd2720813316 | 7,567,732,411,303 | 01cf07f9e3a373bbdbc4c2936d5beed9f06df589 | /src/Assignment_3_2.java | 60dc53fb3c2be1ae73a77c3c7aba119ba068f77c | [] | no_license | nguyendangtritoan/OOP_course | https://github.com/nguyendangtritoan/OOP_course | d57f1e20595ff1527e0b74ec73325a115756e03a | 28b1792b79569d531b2076784f025decd6660c62 | refs/heads/master | 2022-03-26T10:42:15.165000 | 2019-12-09T17:03:43 | 2019-12-09T17:03:43 | 212,534,523 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.HashMap;
import java.util.Scanner;
public class Assignment_3_2 {
public static void main(String[] args) {
// TODO Auto-generated method stub
HashMap<Integer,Double> product = new HashMap<>();
Scanner sc = new Scanner(System.in);
product.put(1, 150.3);
produ... | UTF-8 | Java | 851 | java | Assignment_3_2.java | Java | [] | null | [] | import java.util.HashMap;
import java.util.Scanner;
public class Assignment_3_2 {
public static void main(String[] args) {
// TODO Auto-generated method stub
HashMap<Integer,Double> product = new HashMap<>();
Scanner sc = new Scanner(System.in);
product.put(1, 150.3);
produ... | 851 | 0.522914 | 0.490012 | 28 | 29.392857 | 18.773727 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.785714 | false | false | 10 |
ac99e740a60503788ea8ab7b5ebf4d8dabda544b | 26,826,365,749,369 | 240e1ec3ee43b0c1cefdf2110b57985fab56948c | /app-spring/src/test/java/io/ibigdata/app/spring/introduce/TestIntroduce.java | c7a3af655795639601257ad600126c6a889ae851 | [] | no_license | zlj0123/ibigdata | https://github.com/zlj0123/ibigdata | 10c827ab35bfea74357355f2fd377afec0ea2c2b | 5d1176296b8366147bf233378b881813756061e2 | refs/heads/master | 2018-01-03T15:32:52.748000 | 2016-11-11T07:32:59 | 2016-11-11T07:32:59 | 71,433,713 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package io.ibigdata.app.spring.introduce;
import org.junit.Test;
import org.springframework.context.ApplicationContext;
import org.springframework.context.support.ClassPathXmlApplicationContext;
public class TestIntroduce {
@Test
public void testIntroduce() {
String configPath = "APPLICATION_INTRODUCE_BEAN.xml"... | UTF-8 | Java | 774 | java | TestIntroduce.java | Java | [] | null | [] | package io.ibigdata.app.spring.introduce;
import org.junit.Test;
import org.springframework.context.ApplicationContext;
import org.springframework.context.support.ClassPathXmlApplicationContext;
public class TestIntroduce {
@Test
public void testIntroduce() {
String configPath = "APPLICATION_INTRODUCE_BEAN.xml"... | 774 | 0.762274 | 0.74677 | 22 | 34.227272 | 24.646467 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.045455 | false | false | 10 |
18e3451de96ea7d1f367cd1d02b94afd4cc70810 | 30,975,304,172,734 | 0ef3e696ca0f6d88d921ed89ad626aa7f94897f3 | /src/main/java/lionsmobile/com/MM6/MM6_1/MM6_04/MM6_04ServiceImpl.java | 30fa9332bdbd85d0c9676142ee1e2f8b36f57072 | [] | no_license | pentium4/bokjuri | https://github.com/pentium4/bokjuri | 3e70f1f0bf8c4f1537eac9f68b6990c9d0f09c83 | 2de175e625ca25cf822ee1bd4387a73f7d65657e | refs/heads/master | 2021-01-12T07:58:27.245000 | 2017-01-14T09:43:03 | 2017-01-14T09:43:03 | 77,064,836 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package lionsmobile.com.MM6.MM6_1.MM6_04;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import egovframework.rte.fdl.cmmn.AbstractServiceImpl;
@Service
public class MM6_04ServiceImpl extends AbstractServiceImpl implements MM6_04Ser... | UTF-8 | Java | 674 | java | MM6_04ServiceImpl.java | Java | [] | null | [] | package lionsmobile.com.MM6.MM6_1.MM6_04;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import egovframework.rte.fdl.cmmn.AbstractServiceImpl;
@Service
public class MM6_04ServiceImpl extends AbstractServiceImpl implements MM6_04Ser... | 674 | 0.795252 | 0.746291 | 23 | 28.304348 | 29.568542 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.913043 | false | false | 10 |
4ca39905ce8387857f9b9af208062e9579cf754d | 30,030,411,396,355 | 1303ee0a02950aad1fa36493fdf285d062ffc62c | /tsr/src/th/co/thiensurat/fragments/complain/ComplainDetailFragment.java | 4902ecf1ae6eef637ad74f7c559872a797130682 | [] | no_license | it-thiensurat/tsr-android | https://github.com/it-thiensurat/tsr-android | bd996bc1aae6c298f353d31086fad7c2c8a8106c | 6547b0c80c3bc2eceedc2df549066f3e8dc26e1b | refs/heads/master | 2023-07-10T01:50:03.884000 | 2023-06-27T10:19:31 | 2023-06-27T10:19:31 | 194,594,260 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package th.co.thiensurat.fragments.complain;
import android.app.AlertDialog;
import android.content.Context;
import android.content.DialogInterface;
import android.os.Bundle;
import android.view.View;
import android.widget.AdapterView;
import android.widget.AdapterView.OnItemSelectedListener;
import android.widget.Edi... | UTF-8 | Java | 13,518 | java | ComplainDetailFragment.java | Java | [] | null | [] | package th.co.thiensurat.fragments.complain;
import android.app.AlertDialog;
import android.content.Context;
import android.content.DialogInterface;
import android.os.Bundle;
import android.view.View;
import android.widget.AdapterView;
import android.widget.AdapterView.OnItemSelectedListener;
import android.widget.Edi... | 13,518 | 0.605259 | 0.603119 | 284 | 45.063381 | 40.953377 | 237 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.679577 | false | false | 10 |
0d9d9c3c4c2cfaecc7e409886dbef2eb5b985f96 | 28,286,654,645,033 | 7df2d99e1bc425c4ffa6982da27ffe9d0421a78c | /app/src/main/java/org/ucomplex/ucomplex/Modules/RoleSelect/RoleModel.java | 3570d1a0de28c784dc464c4e7a8f3f142c8e50df | [] | no_license | Sermilion/uComplexAndroid | https://github.com/Sermilion/uComplexAndroid | 2240e6080a25093bf9002fef7b817dd89621b7ef | e2ef28a80a640c09a7c71d1ae7a8f2df9027a474 | refs/heads/master | 2021-01-18T22:34:29.126000 | 2017-02-07T20:03:38 | 2017-02-07T20:03:38 | 72,567,037 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.ucomplex.ucomplex.Modules.RoleSelect;
import android.os.Bundle;
import net.oneread.aghanim.components.utility.MVPCallback;
import net.oneread.aghanim.mvp.abstractmvp.MVPAbstractModelRecycler;
import net.oneread.aghanim.mvp.recyclermvp.MVPModelRecycler;
import org.ucomplex.ucomplex.CommonDependencies.Cons... | UTF-8 | Java | 2,601 | java | RoleModel.java | Java | [
{
"context": "------------------------------------\n * Created by Sermilion on 08/11/2016.\n * Project: uComplex_v_2\n * ------",
"end": 624,
"score": 0.9995102286338806,
"start": 615,
"tag": "NAME",
"value": "Sermilion"
},
{
"context": "complex.org</a>\n * <a href=\"http://www.githu... | null | [] | package org.ucomplex.ucomplex.Modules.RoleSelect;
import android.os.Bundle;
import net.oneread.aghanim.components.utility.MVPCallback;
import net.oneread.aghanim.mvp.abstractmvp.MVPAbstractModelRecycler;
import net.oneread.aghanim.mvp.recyclermvp.MVPModelRecycler;
import org.ucomplex.ucomplex.CommonDependencies.Cons... | 2,601 | 0.588235 | 0.580161 | 71 | 35.633804 | 29.108946 | 147 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.507042 | false | false | 10 |
e3098d723a0873cb2b23f42833a8cd503f60144e | 29,274,497,126,975 | 341d828a009a672f432d1c90387950f56dc1db6f | /Learn-java-Spring-MVC/Spring-mvc/src/main/java/com/laptrinhjavaweb/service/impl/CatalogService.java | a2a00c78ef7dc5f899a923423ac6f2218af8504c | [] | no_license | ThangHuynh99/Spring-MVC-ttclothesShop | https://github.com/ThangHuynh99/Spring-MVC-ttclothesShop | d94ba9ed03bbe44cc11c105aeee9143a81ceb3a9 | 55f5d9a33a7ebff123df234af8dcb228dc2f74f7 | refs/heads/master | 2023-07-07T07:09:46.171000 | 2021-08-07T13:32:39 | 2021-08-07T13:32:39 | 349,434,861 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.laptrinhjavaweb.service.impl;
import java.util.ArrayList;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.data.domain.Pageable;
import org.springframework.stereotype.Service;
import com.laptrinhjavaweb.converter.CatalogConverter;
import com... | UTF-8 | Java | 1,001 | java | CatalogService.java | Java | [] | null | [] | package com.laptrinhjavaweb.service.impl;
import java.util.ArrayList;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.data.domain.Pageable;
import org.springframework.stereotype.Service;
import com.laptrinhjavaweb.converter.CatalogConverter;
import com... | 1,001 | 0.813187 | 0.813187 | 36 | 26.805555 | 22.155787 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.166667 | false | false | 10 |
b16f7a5e2c3ff0554ebaf9490cf60c0a688240ed | 1,039,382,117,372 | 6712044ffb39b5d507308d1a0c6ad9290f557ac4 | /vertx-config-redis/src/main/java/io/vertx/config/redis/RedisConfigStore.java | 54eeb5c33cf7d92cf78544f78239cd9947cdd1d2 | [
"Apache-2.0"
] | permissive | vert-x3/vertx-config | https://github.com/vert-x3/vertx-config | 5e6f7a38f922bc806067cefee6ee427dbb938f7c | f650b9c19601883805df624b627fc99066ecb6b4 | refs/heads/master | 2023-08-20T17:41:52.486000 | 2023-08-01T11:01:17 | 2023-08-01T11:01:17 | 75,085,823 | 55 | 86 | Apache-2.0 | false | 2023-07-31T14:42:13 | 2016-11-29T13:51:02 | 2023-05-21T04:54:58 | 2023-07-19T14:41:33 | 1,653 | 51 | 67 | 27 | Java | false | false | /*
* Copyright (c) 2014 Red Hat, Inc. and others
*
* Red Hat licenses this file to you under the Apache License, version 2.0
* (the "License"); you may not use this file except in compliance with the
* License. You may obtain a copy of the License at:
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless ... | UTF-8 | Java | 1,765 | java | RedisConfigStore.java | Java | [
{
"context": "edis.\n *\n * @author <a href=\"http://escoffier.me\">Clement Escoffier</a>\n */\npublic class RedisConfigStore implements ",
"end": 1010,
"score": 0.9998049736022949,
"start": 993,
"tag": "NAME",
"value": "Clement Escoffier"
}
] | null | [] | /*
* Copyright (c) 2014 Red Hat, Inc. and others
*
* Red Hat licenses this file to you under the Apache License, version 2.0
* (the "License"); you may not use this file except in compliance with the
* License. You may obtain a copy of the License at:
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless ... | 1,754 | 0.70085 | 0.696317 | 59 | 28.915255 | 25.753254 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.457627 | false | false | 10 |
656b92c52a3cf0d85499a06d45e11281c61eab39 | 27,023,934,251,926 | bb245b695a9736d8302b38a7691d69ba8e859a60 | /Algo/src/Main/Main_리모컨.java | 615ecf4d13df0453b9340411217c4712bd85685f | [] | no_license | wrjym/algorithm | https://github.com/wrjym/algorithm | bee42f3b1a4710b3996ae3da403805b456f7c747 | a8feb2de4fb1e779afc185bb66e3a64bec338d43 | refs/heads/master | 2020-06-23T12:50:09.675000 | 2019-11-01T00:54:56 | 2019-11-01T00:54:56 | 198,628,920 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Main;
import java.io.FileInputStream;
import java.util.Arrays;
import java.util.Scanner;
public class Main_리모컨{
static String channelStr;
static int channel;
static int n;
static int []tmp;
static int []seq;
static int []num;
static int count = 0;
static int ans = 0;
static boolean b = false;
public ... | UTF-8 | Java | 1,398 | java | Main_리모컨.java | Java | [] | null | [] | package Main;
import java.io.FileInputStream;
import java.util.Arrays;
import java.util.Scanner;
public class Main_리모컨{
static String channelStr;
static int channel;
static int n;
static int []tmp;
static int []seq;
static int []num;
static int count = 0;
static int ans = 0;
static boolean b = false;
public ... | 1,398 | 0.597983 | 0.579251 | 65 | 20.353846 | 14.69739 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.476923 | false | false | 10 |
fc4a2cc36a80ee3332d6ec0c8c6eed567b688bfc | 15,238,543,999,147 | b2810bdfafc7fb3f72d5625c593eb088450e6846 | /condition/FinalCondition.java | 82bcb454677efd65f6ecf56adc796ed0521a98c2 | [] | no_license | ElgersNiels/Subset-Sum-Iterator | https://github.com/ElgersNiels/Subset-Sum-Iterator | 119e31b97c3c88b52bdc72f2118ec7fe0af96355 | 4e5cb22396b522d9f1e80e80c7bdcb66b10eb61b | refs/heads/master | 2021-08-18T19:59:38.623000 | 2017-11-23T18:39:14 | 2017-11-23T18:39:14 | 103,564,868 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package condition;
import java.util.List;
public interface FinalCondition<T> extends Condition<T> {
boolean sat(List<T> ts);
}
| UTF-8 | Java | 130 | java | FinalCondition.java | Java | [] | null | [] | package condition;
import java.util.List;
public interface FinalCondition<T> extends Condition<T> {
boolean sat(List<T> ts);
}
| 130 | 0.753846 | 0.753846 | 7 | 17.571428 | 18.980118 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.571429 | false | false | 10 |
46959fb6dbac9a1b946d7b749df022ea1dc38cb1 | 30,296,699,326,351 | 23d0ff45a1a07f7e1210a2c9ec2528ff9eae5c8a | /hndl-activitySys/src/main/java/com/hndl/cn/activity/sys/business/library/vo/HappyLibraryHeadDataVo.java | 2e95917f2a2dc13bd966dbb08eb8c5f3ede1b7b9 | [] | no_license | moutainhigh/hndl-platfrom | https://github.com/moutainhigh/hndl-platfrom | e7a6ee302bce88eaef51316dd94300d248068ad4 | 02cc84f8fef8cf2bf32fa6f30a7b51bf7d53a448 | refs/heads/master | 2022-03-20T19:07:26.610000 | 2019-09-04T06:22:26 | 2019-09-04T06:22:26 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.hndl.cn.activity.sys.business.library.vo;
import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Data;
import lombok.NoArgsConstructor;
import java.io.Serializable;
/**
* @Classname 赵俊凯
* @Description TODO
* @Date 2019/3/31 17:59
* @Created by 湖南达联
*/
@Data
@Builder
@NoArgsConstructo... | UTF-8 | Java | 705 | java | HappyLibraryHeadDataVo.java | Java | [
{
"context": "\n\nimport java.io.Serializable;\n\n/**\n * @Classname 赵俊凯\n * @Description TODO\n * @Date 2019/3/31 17:59\n * ",
"end": 217,
"score": 0.9998469352722168,
"start": 214,
"tag": "NAME",
"value": "赵俊凯"
},
{
"context": "tion TODO\n * @Date 2019/3/31 17:59\n * @Created by 湖南... | null | [] | package com.hndl.cn.activity.sys.business.library.vo;
import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Data;
import lombok.NoArgsConstructor;
import java.io.Serializable;
/**
* @Classname 赵俊凯
* @Description TODO
* @Date 2019/3/31 17:59
* @Created by 湖南达联
*/
@Data
@Builder
@NoArgsConstructo... | 705 | 0.750385 | 0.733436 | 36 | 17.027779 | 16.479763 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.361111 | false | false | 10 |
def8d1ba0c3519293895f82ab09a8e2da0039a08 | 28,819,230,578,873 | 497a2ec4fc2f277b3c730c2f7fcc1e7f00543fc5 | /TPE/CondGeneroUnico.java | 6c22e29ac370daadc5d0ca2323038fec0c4bb156 | [] | no_license | GeroMendy/Programacion-2---TPE | https://github.com/GeroMendy/Programacion-2---TPE | a33415304eaf4533e42fa8b0af189f95c3987c5e | 0aabb51f216e32ba82edd36e33a9087e40f79615 | refs/heads/master | 2020-07-31T14:45:41.136000 | 2019-09-24T15:48:02 | 2019-09-24T15:48:02 | 210,640,633 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package TPE;
import java.util.Vector;
public class CondGeneroUnico extends CondGeneros{
public CondGeneroUnico(Vector<String>generos) {
super(generos);
}
public CondGeneroUnico(Cliente cliente) {
super(cliente);
}
public boolean cumple(Pelicula p) {
if(g!=null) {
if(g.size()!=0) {
boolean cumple =... | UTF-8 | Java | 486 | java | CondGeneroUnico.java | Java | [] | null | [] | package TPE;
import java.util.Vector;
public class CondGeneroUnico extends CondGeneros{
public CondGeneroUnico(Vector<String>generos) {
super(generos);
}
public CondGeneroUnico(Cliente cliente) {
super(cliente);
}
public boolean cumple(Pelicula p) {
if(g!=null) {
if(g.size()!=0) {
boolean cumple =... | 486 | 0.639918 | 0.635802 | 27 | 17 | 15.700909 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.333333 | false | false | 10 |
037e4627cd755eede1df40b54d9d9e315330000f | 910,533,095,271 | 00e72473bee6b901255f1b6cb7ff5ca234f7fd6b | /SFtoBoot_std190829_Spring_5_BBS_Sample/src/main/java/com/sample/app/pds/model/PdsDTO.java | ae1c2b8294c14d53822da01b6093e6359c4791b6 | [] | no_license | HyeongJunMin/springboot | https://github.com/HyeongJunMin/springboot | 7e70be9f75d6f35632e8c9d2833e9b7e4b929fa0 | 63250c54267c5a67b687906f7f34ad6aa8691a56 | refs/heads/master | 2021-06-17T10:24:28.908000 | 2019-11-05T03:47:07 | 2019-11-05T03:47:07 | 197,293,405 | 1 | 3 | null | false | 2021-04-26T19:28:32 | 2019-07-17T01:38:05 | 2019-11-05T03:47:16 | 2021-04-26T19:28:32 | 8,133 | 1 | 3 | 7 | JavaScript | false | false | package com.sample.app.pds.model;
import java.io.Serializable;
import lombok.Builder;
import lombok.Getter;
import lombok.Setter;
import lombok.ToString;
@Getter
@Setter
@ToString
public class PdsDTO implements Serializable {
/**
*
*/
private static final long serialVersionUID = 1L;
private int rnum;
priv... | UTF-8 | Java | 2,258 | java | PdsDTO.java | Java | [] | null | [] | package com.sample.app.pds.model;
import java.io.Serializable;
import lombok.Builder;
import lombok.Getter;
import lombok.Setter;
import lombok.ToString;
@Getter
@Setter
@ToString
public class PdsDTO implements Serializable {
/**
*
*/
private static final long serialVersionUID = 1L;
private int rnum;
priv... | 2,258 | 0.711235 | 0.710771 | 88 | 23.477272 | 22.792032 | 116 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.295455 | false | false | 10 |
f9f84c357c2b373496b2a17d6039c8eac0179e83 | 3,719,441,706,564 | db009f41bd031815294cbd1831e972b31d7d5ff6 | /SelectionCommittee/src/main/java/by/training/nc/dev3/entities/Faculty.java | 0f19ffca8f47e80d922ee5ab05541186b33fb61b | [] | no_license | yalov4uk/Selection-committee-1 | https://github.com/yalov4uk/Selection-committee-1 | 4055bffdbdb22faf7019afd7361cc7417713fa1c | 9509a9f4a58699481719e9f83597cdee40fcba14 | refs/heads/master | 2021-06-24T19:44:06.839000 | 2017-04-26T18:36:34 | 2017-04-26T18:36:34 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package by.training.nc.dev3.entities;
import by.training.nc.dev3.abstracts.Entity;
import java.util.ArrayList;
import java.util.List;... | UTF-8 | Java | 3,685 | java | Faculty.java | Java | [
{
"context": ".ArrayList;\nimport java.util.List;\n\n/**\n * @author Valera Yalov4uk\n */\npublic class Faculty extends Entity {\n\n pr",
"end": 352,
"score": 0.9998618364334106,
"start": 337,
"tag": "NAME",
"value": "Valera Yalov4uk"
}
] | null | [] | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package by.training.nc.dev3.entities;
import by.training.nc.dev3.abstracts.Entity;
import java.util.ArrayList;
import java.util.List;... | 3,676 | 0.6 | 0.595929 | 135 | 26.296297 | 24.918259 | 125 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.459259 | false | false | 10 |
65656b4e20d912fd289bdf2cfd5b68733f0c85f1 | 4,612,794,906,122 | 3fae644fef1f49558e4226ebc08e12e3ba7be5d2 | /src/com/testyantra/webelementmethods/HandlingMultipleWindows.java | 47f9cb1d2eccab60b756210a32ddf85fc6fe68ef | [] | no_license | HemaGaikwad/TrialRep | https://github.com/HemaGaikwad/TrialRep | 752581bde65cfc051320de1a5fdbfca43704a864 | 4bd7ee171d8c9d6ea51e138d6083fc474c99b0b9 | refs/heads/master | 2021-08-20T05:59:51.885000 | 2017-11-28T10:55:42 | 2017-11-28T10:55:42 | 112,321,114 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.testyantra.webelementmethods;
import java.util.Set;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.chrome.ChromeDriver;
public class HandlingMultipleWindows {
public static WebDriver driver=null;
public static void handleMultipleWindows()
... | UTF-8 | Java | 1,039 | java | HandlingMultipleWindows.java | Java | [] | null | [] | package com.testyantra.webelementmethods;
import java.util.Set;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.chrome.ChromeDriver;
public class HandlingMultipleWindows {
public static WebDriver driver=null;
public static void handleMultipleWindows()
... | 1,039 | 0.709336 | 0.706448 | 37 | 26.081081 | 23.452515 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.783784 | false | false | 10 |
c1a4c6ba129bfb92454f510370ab482ff30bfba3 | 19,250,043,447,787 | 6d686c58203d1ffbcd4e8fb29005d76fad326a1c | /app/src/main/java/com/finalexam/capstone1/mypage/MypageActivity.java | 7accc14731ae99e63576b2a7120efc85a4de3b62 | [] | no_license | JMine97/traveler_limits | https://github.com/JMine97/traveler_limits | 78f441ee7f004c532cecde3d075e7546251be50a | 185b6dfd61eb329a414ddb42031229720e0ea6f3 | refs/heads/master | 2023-04-27T08:30:00.439000 | 2021-05-28T11:15:16 | 2021-05-28T11:15:16 | 371,254,138 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.finalexam.capstone1.mypage;
import android.app.Activity;
import android.content.Context;
import android.content.DialogInterface;
import android.content.Intent;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.Adapte... | UTF-8 | Java | 8,048 | java | MypageActivity.java | Java | [
{
"context": "irth\");\n password = intent.getStringExtra(\"password\");\n */\n if(id!=null) {\n ",
"end": 2259,
"score": 0.9976632595062256,
"start": 2251,
"tag": "PASSWORD",
"value": "password"
},
{
"context": ");\n intent.putExtra... | null | [] | package com.finalexam.capstone1.mypage;
import android.app.Activity;
import android.content.Context;
import android.content.DialogInterface;
import android.content.Intent;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.Adapte... | 8,054 | 0.560529 | 0.55913 | 216 | 35.402779 | 26.009254 | 116 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.726852 | false | false | 10 |
1e37d3c968312faccc935b1b23fd898e45d92a61 | 19,250,043,444,918 | 8a8f91a50d0a8203df994a41b77b8bea951af1b9 | /ccmillennium/src/zw/co/telecel/akm/webservice/ccb/client/TestNum.java | 6aeba9b47b644bb16e30a73da2f957b3efc1a81e | [] | no_license | ebridgevas/vasgw | https://github.com/ebridgevas/vasgw | d138bfa177d763d2efd5a46560af5975e6e39845 | 62bf2d9a1872fd270f0a7cfee6c558762b057362 | refs/heads/master | 2020-04-28T00:51:36.298000 | 2014-03-24T09:05:38 | 2014-03-24T09:05:38 | 18,056,792 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package zw.co.telecel.akm.webservice.ccb.client;
/**
*
* @author matsaudzaa
*/
public class TestNum {
public static void main(String [] args){
try{
ChangeCOS chan... | UTF-8 | Java | 765 | java | TestNum.java | Java | [
{
"context": ".akm.webservice.ccb.client;\r\n\r\n/**\r\n *\r\n * @author matsaudzaa\r\n */\r\npublic class TestNum {\r\n public static",
"end": 186,
"score": 0.9929271936416626,
"start": 176,
"tag": "USERNAME",
"value": "matsaudzaa"
}
] | null | [] | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package zw.co.telecel.akm.webservice.ccb.client;
/**
*
* @author matsaudzaa
*/
public class TestNum {
public static void main(String [] args){
try{
ChangeCOS chan... | 765 | 0.554248 | 0.477124 | 27 | 26.333334 | 23.303156 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.444444 | false | false | 10 |
aad2b6011486450ff684feff5f944f8b9070dfa9 | 36,395,552,873,153 | e0f81ca84f953c8e5d641fbd5fc1244acd5a8101 | /framework-toolkit/framework-toolkit-cli/src/main/java/com/rnkrsoft/framework/toolkit/cli/CommandDefine.java | a48e3f9a46bdbf5f2f75aa1bb672be576c5c8475 | [] | no_license | rnkrsoft/framework | https://github.com/rnkrsoft/framework | c2a5a984623d75217be69da959f18f2791ec3d31 | eb00a2a6981e9a585ddf7215d2c9c531db0d501b | refs/heads/master | 2020-03-25T05:26:30.721000 | 2019-09-20T09:58:56 | 2019-09-20T09:58:56 | 143,446,825 | 1 | 1 | null | false | 2020-10-04T08:07:01 | 2018-08-03T15:55:20 | 2020-10-04T08:06:26 | 2020-10-04T08:07:00 | 1,685 | 1 | 1 | 5 | Java | false | false | package com.rnkrsoft.framework.toolkit.cli;
import com.rnkrsoft.message.MessageFormatter;
import lombok.Getter;
import lombok.Setter;
import lombok.ToString;
import java.util.*;
/**
* Created by rnkrsoft.com on 2017/1/4.
* 命令定义
*/
@ToString
public class CommandDefine {
@Setter
@Getter
String name;
... | UTF-8 | Java | 6,296 | java | CommandDefine.java | Java | [
{
"context": ".ToString;\n\nimport java.util.*;\n\n/**\n * Created by rnkrsoft.com on 2017/1/4.\n * 命令定义\n */\n@ToString\npublic class C",
"end": 211,
"score": 0.7979658842086792,
"start": 199,
"tag": "EMAIL",
"value": "rnkrsoft.com"
}
] | null | [] | package com.rnkrsoft.framework.toolkit.cli;
import com.rnkrsoft.message.MessageFormatter;
import lombok.Getter;
import lombok.Setter;
import lombok.ToString;
import java.util.*;
/**
* Created by <EMAIL> on 2017/1/4.
* 命令定义
*/
@ToString
public class CommandDefine {
@Setter
@Getter
String name;
@Set... | 6,291 | 0.488264 | 0.485785 | 205 | 28.512196 | 23.49543 | 154 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.531707 | false | false | 10 |
5dcf67e89a5911d8443df4ffa21caaafbbb4c9b2 | 687,194,805,714 | 009d040f48a3ede3a5199614759409d59a808ffb | /security/security-provider/common-security-provider/src/main/java/uet/hungnh/config/AbstractSecurityConfig.java | dea46e4b573db03eff2604aa590c9fa5861684b0 | [] | no_license | hungnh/spring-boot-security | https://github.com/hungnh/spring-boot-security | 55a6491e571d9573e6758218e37619b417c8a3b2 | e08a1f54dff6b377b20c77f6765ddb300b790356 | refs/heads/master | 2020-04-21T18:44:40.487000 | 2016-09-19T07:26:26 | 2016-09-19T07:26:26 | 67,766,652 | 6 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package uet.hungnh.config;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Bean;
import org.springframework.security.authentication.AuthenticationProvider;
import org.springframework.security.authentication.dao.DaoAuthenticationProvider;
import org.springfra... | UTF-8 | Java | 2,894 | java | AbstractSecurityConfig.java | Java | [] | null | [] | package uet.hungnh.config;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Bean;
import org.springframework.security.authentication.AuthenticationProvider;
import org.springframework.security.authentication.dao.DaoAuthenticationProvider;
import org.springfra... | 2,894 | 0.78369 | 0.78369 | 68 | 41.558823 | 32.328907 | 125 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.632353 | false | false | 10 |
d1bf3ca68b1bb4c153f9364e77f1e45ef60d7b61 | 32,083,405,733,994 | aea4b04eaf4bd039a407c1f8e867983873ad1286 | /src/main/java/by/soft/testProject/questionnairePortal/dto/request/RegistrationUserRequestDto.java | 4cbb3173dc003e17eb4b6b40df8c8adef5326113 | [] | no_license | HalapsikoN/Questionnaire-portal | https://github.com/HalapsikoN/Questionnaire-portal | 2149cc93f2c9240857e0e41301ad76ecd516a57e | ae56dcdaa3b60246a07058e084f7b89000666f17 | refs/heads/master | 2021-03-29T10:48:33.859000 | 2020-03-30T19:38:31 | 2020-03-30T19:38:31 | 247,947,385 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package by.soft.testProject.questionnairePortal.dto.request;
import by.soft.testProject.questionnairePortal.entity.User;
import by.soft.testProject.questionnairePortal.exception.ErrorMessageConstants;
import lombok.Data;
import javax.validation.constraints.Email;
import javax.validation.constraints.NotNull;
import ja... | UTF-8 | Java | 1,570 | java | RegistrationUserRequestDto.java | Java | [
{
"context": "User user = new User();\n user.setFirstName(firstName);\n user.setLastName(lastName);\n use",
"end": 1333,
"score": 0.9989345669746399,
"start": 1324,
"tag": "NAME",
"value": "firstName"
},
{
"context": "setFirstName(firstName);\n user.setLas... | null | [] | package by.soft.testProject.questionnairePortal.dto.request;
import by.soft.testProject.questionnairePortal.entity.User;
import by.soft.testProject.questionnairePortal.exception.ErrorMessageConstants;
import lombok.Data;
import javax.validation.constraints.Email;
import javax.validation.constraints.NotNull;
import ja... | 1,572 | 0.752229 | 0.752229 | 49 | 31.040817 | 27.932835 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.469388 | false | false | 10 |
047d23d68ec2d329c393fe79223d085bde8523d4 | 32,083,405,730,111 | cc9a3fc52c5a5dba047d831a8c1578d646c7c032 | /7주차/2번/BeerSelect.java | 68b4a097c5a6052f15fbdb7b9168db5b17082a1e | [] | no_license | jiwon4178/webProgramming | https://github.com/jiwon4178/webProgramming | d73df0d3929ccd8fe10a4ca669a3ceefdc4b2421 | 650de77e75851fd52134b71900af7d43d96616a5 | refs/heads/master | 2022-12-31T02:01:45.916000 | 2020-10-23T08:43:22 | 2020-10-23T08:43:22 | 294,652,260 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
import java.io.IOException;
import java.io.PrintWriter;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
/**
* Servlet implementation class BeerSelect... | UTF-8 | Java | 1,388 | java | BeerSelect.java | Java | [] | null | [] |
import java.io.IOException;
import java.io.PrintWriter;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
/**
* Servlet implementation class BeerSelect... | 1,388 | 0.755764 | 0.753602 | 44 | 30.522728 | 30.390257 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.090909 | false | false | 10 |
ff79e0f0d4b59418c49afab03e848286acf7068d | 35,321,811,060,068 | e5aa5e735d53967862f3cac9ae71640dc85fa498 | /cosmic-core/api/src/main/java/com/cloud/api/command/user/nat/ListIpForwardingRulesCmd.java | 06259610de49c47a50f6c82c6cc789c834dc32ac | [
"Apache-2.0"
] | permissive | MissionCriticalCloud/cosmic | https://github.com/MissionCriticalCloud/cosmic | 93eb8e0fa4d7db63f0fd20d8181ed56ecfaab20b | 094bdd3b9f23cc80824e194854c489ce782b6090 | refs/heads/master | 2023-06-22T16:20:25.140000 | 2022-12-08T15:19:54 | 2022-12-08T15:19:54 | 61,372,044 | 58 | 21 | Apache-2.0 | false | 2023-09-05T22:00:45 | 2016-06-17T12:28:44 | 2023-08-06T02:21:24 | 2023-09-05T22:00:45 | 28,840 | 55 | 18 | 35 | Java | false | false | package com.cloud.api.command.user.nat;
import com.cloud.api.APICommand;
import com.cloud.api.APICommandGroup;
import com.cloud.api.ApiConstants;
import com.cloud.api.BaseListProjectAndAccountResourcesCmd;
import com.cloud.api.Parameter;
import com.cloud.api.response.FirewallRuleResponse;
import com.cloud.api.response... | UTF-8 | Java | 3,800 | java | ListIpForwardingRulesCmd.java | Java | [] | null | [] | package com.cloud.api.command.user.nat;
import com.cloud.api.APICommand;
import com.cloud.api.APICommandGroup;
import com.cloud.api.ApiConstants;
import com.cloud.api.BaseListProjectAndAccountResourcesCmd;
import com.cloud.api.Parameter;
import com.cloud.api.response.FirewallRuleResponse;
import com.cloud.api.response... | 3,800 | 0.631842 | 0.631316 | 91 | 40.758244 | 35.801144 | 170 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.681319 | false | false | 10 |
235ff214b7d5b85d11dd8421532364bb1bf6428f | 35,321,811,055,949 | 3628b8c1f38cd0ac27fa35d58e94757830a5932a | /src/Kantine.java | 9fbe05e7e4c9645636b813e08fed5b9fb0d5fb89 | [] | no_license | Figueus/Kantine | https://github.com/Figueus/Kantine | 0c6809eede49eb821c5ed87bb3fd4ea71db663ee | a2ee45d0b712eaefcc217bf9195a9891cc8ab69d | refs/heads/master | 2020-05-18T02:55:06.616000 | 2015-01-21T09:01:47 | 2015-01-21T09:01:47 | 27,541,832 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
/**
* Write a description of class Kantine here.
*
* @author Robert van Timmeren & Jan-Bert
* @version 1.9
*/
public class Kantine {
private Kassa kassa;
private KassaRij kassaRij;
private KantineAanbod kantineaanbod;
/**
* Constructor
*/
public Kantine()
{
kassaRij=new ... | UTF-8 | Java | 1,721 | java | Kantine.java | Java | [
{
"context": " description of class Kantine here.\n * \n * @author Robert van Timmeren & Jan-Bert\n * @version 1.9\n */\npublic class Kanti",
"end": 85,
"score": 0.9997631907463074,
"start": 66,
"tag": "NAME",
"value": "Robert van Timmeren"
},
{
"context": "Kantine here.\n * \n * @au... | null | [] |
/**
* Write a description of class Kantine here.
*
* @author <NAME> & Jan-Bert
* @version 1.9
*/
public class Kantine {
private Kassa kassa;
private KassaRij kassaRij;
private KantineAanbod kantineaanbod;
/**
* Constructor
*/
public Kantine()
{
kassaRij=new KassaRij();
... | 1,708 | 0.597327 | 0.595584 | 75 | 21.946667 | 21.293438 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.226667 | false | false | 10 |
70dec529a55ade529ae020684ed5b0c1870c831f | 6,863,357,789,363 | 1edf1423dbafd3fc6d82e475a77c0da2bec049c3 | /app/src/main/java/letier/brandon/weatherapp/service/ForecastWebService.java | b8d9dd878d7197c9b1be3928b1a948f6338ca7dc | [] | no_license | letiger/WeatherApp | https://github.com/letiger/WeatherApp | fbfaec6c8729d57f126faaf974d019990640b294 | 248042a5ff31a65405a7371cc4f1d3847dce28ea | refs/heads/master | 2020-07-11T20:26:38.225000 | 2019-09-26T17:46:00 | 2019-09-26T17:46:00 | 128,891,645 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package letier.brandon.weatherapp.service;
import android.content.Context;
import io.reactivex.Observable;
import letier.brandon.weatherapp.service.model.Forecast;
import retrofit2.Response;
public interface ForecastWebService {
Observable<Response<Forecast>> getDailyForecast(Context context, String city);
O... | UTF-8 | Java | 421 | java | ForecastWebService.java | Java | [] | null | [] | package letier.brandon.weatherapp.service;
import android.content.Context;
import io.reactivex.Observable;
import letier.brandon.weatherapp.service.model.Forecast;
import retrofit2.Response;
public interface ForecastWebService {
Observable<Response<Forecast>> getDailyForecast(Context context, String city);
O... | 421 | 0.824228 | 0.821853 | 12 | 34.166668 | 32.145069 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.833333 | false | false | 10 |
4bc723911b3bfbc945acc72c39c3e3047f796931 | 773,094,119,401 | 5850b875cf0cd9a92a81f30a2fc377134ca65a1a | /src/java/com/exposure101/ubik/event/type/CloseEditorEvent.java | d3c14d6b448722f49dd4b9510e86edcff8823dd0 | [] | no_license | schriste/ubik-shared | https://github.com/schriste/ubik-shared | 744603ed0f4894e7980d47c3ac15f6c3d33f288d | 5b44b022aa9935623b08f4da0ee57aa51ddf22b8 | refs/heads/master | 2016-08-09T08:31:25.374000 | 2015-05-28T02:12:41 | 2015-05-28T02:12:41 | 36,408,339 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.exposure101.ubik.event.type;
import com.exposure101.ubik.event.Event;
import com.exposure101.ubik.event.handler.CloseEditorEventHandler;
import com.exposure101.ubik.mvp.presenter.EditorPresenter;
public interface CloseEditorEvent {
class GroupLayer implements Event<CloseEditorEventHandler.GroupLayer> {... | UTF-8 | Java | 1,668 | java | CloseEditorEvent.java | Java | [] | null | [] | package com.exposure101.ubik.event.type;
import com.exposure101.ubik.event.Event;
import com.exposure101.ubik.event.handler.CloseEditorEventHandler;
import com.exposure101.ubik.mvp.presenter.EditorPresenter;
public interface CloseEditorEvent {
class GroupLayer implements Event<CloseEditorEventHandler.GroupLayer> {... | 1,668 | 0.726619 | 0.717626 | 60 | 26.799999 | 31.0273 | 132 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.266667 | false | false | 10 |
3fc7cb30eda4dda6a1b6ba13280cba1395684ddc | 3,350,074,496,682 | 3ce811e60d04cb848cf5e0045c8adc9c2cbb7867 | /src/main/java/falah/falah_api/repository/CommentRepository.java | befec52dcac54aeb2762639c780f99dbeac2560b | [] | no_license | salekin01/testAPI | https://github.com/salekin01/testAPI | 263ae9de2bbf6023dc3e95626d86117202a9ced9 | 8bb349a0509fb75601feea61a8843dbba12c17ba | refs/heads/master | 2023-01-03T04:56:57.309000 | 2020-10-21T23:33:09 | 2020-10-21T23:33:09 | 305,820,274 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package falah.falah_api.repository;
import falah.falah_api.model.Comment;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.Modifying;
import org.springframework.data.jpa.repository.Query;
import org.springframework.data.repository.query.Param;
import java.ut... | UTF-8 | Java | 772 | java | CommentRepository.java | Java | [] | null | [] | package falah.falah_api.repository;
import falah.falah_api.model.Comment;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.Modifying;
import org.springframework.data.jpa.repository.Query;
import org.springframework.data.repository.query.Param;
import java.ut... | 772 | 0.782383 | 0.782383 | 20 | 37.599998 | 28.685188 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.55 | false | false | 10 |
5bf08524565edfb79833a56273a99a2818691b95 | 12,378,095,753,332 | dbdd5f1caf4d5117560d3588aeec7950c3adbe9a | /src/Setup.java | d16a0977747e7bc3b270b053291644269d7bcd24 | [] | no_license | bzkxzol/FileCommands | https://github.com/bzkxzol/FileCommands | 7435cde3bc30c23cc0fa51e136304c9146a72318 | 2c0bdad5b9c81d4a9b0ad8651ae90ecf234b16e3 | refs/heads/master | 2021-01-02T22:54:05.059000 | 2017-08-07T12:33:31 | 2017-08-07T12:33:31 | 99,416,565 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.io.*;
import java.nio.file.NoSuchFileException;
import java.util.concurrent.TimeUnit;
public class Setup {
protected static File MergeFiles(String fileName1, String fileName2) throws InterruptedException {
File file1 = new File (fileName1);
File file2 = new File (fileName2);
C... | UTF-8 | Java | 1,767 | java | Setup.java | Java | [] | null | [] | import java.io.*;
import java.nio.file.NoSuchFileException;
import java.util.concurrent.TimeUnit;
public class Setup {
protected static File MergeFiles(String fileName1, String fileName2) throws InterruptedException {
File file1 = new File (fileName1);
File file2 = new File (fileName2);
C... | 1,767 | 0.549741 | 0.53939 | 61 | 27.508196 | 28.673185 | 171 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.590164 | false | false | 10 |
a67a4d4d4c5e94c21c41ab883ff1db7de3896292 | 12,687,333,400,227 | aeb14e5247558e2bf8f037a690de7069128ac7a0 | /java/botanyMain/Crafting.java | 9050147e3570ec71dc6d9d2ebee618d1d8b11d7e | [] | no_license | LucasSchuetz/theBotonyMod | https://github.com/LucasSchuetz/theBotonyMod | 15ce2fa597b497c2ebd825337661b632643cf72a | 49472efa58236bf3edad70ea27dfa35cbe4c14d1 | refs/heads/master | 2021-01-17T16:13:18.227000 | 2014-09-29T01:48:35 | 2014-09-29T01:48:35 | 23,158,230 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package botanyMain;
import net.minecraft.init.Blocks;
import net.minecraft.init.Items;
import net.minecraft.item.ItemStack;
import cpw.mods.fml.common.registry.GameRegistry;
/** Crafting Recipe Skeletons **
* Shapeless Recipe:
* GameRegistry.addShapelessRecipe(new ItemStack(Base.Blocks/Items, X, Y), new Object[]{
... | UTF-8 | Java | 5,900 | java | Crafting.java | Java | [] | null | [] | package botanyMain;
import net.minecraft.init.Blocks;
import net.minecraft.init.Items;
import net.minecraft.item.ItemStack;
import cpw.mods.fml.common.registry.GameRegistry;
/** Crafting Recipe Skeletons **
* Shapeless Recipe:
* GameRegistry.addShapelessRecipe(new ItemStack(Base.Blocks/Items, X, Y), new Object[]{
... | 5,900 | 0.699831 | 0.692203 | 142 | 40.556339 | 39.079464 | 131 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.485915 | false | false | 10 |
0525cd0e4cae7da6dcac93cab2949e9565cd0999 | 24,627,342,480,144 | 857b63fad61d93b4c83add0c19cbba88e4ea5967 | /Block.java | e0527abf00fecc29ff37fd8db68243ee5a993cbe | [] | no_license | NassimBennouar/myJavaBlockchain | https://github.com/NassimBennouar/myJavaBlockchain | bd0f9368b4f708204137a297be7cfc2e653674e5 | 69896b6611cf66afeceb12ec8e2eef072d28fac2 | refs/heads/master | 2021-02-04T08:46:33.520000 | 2020-02-28T00:31:03 | 2020-02-28T00:31:03 | 243,645,288 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package myJavaBlockchain;
import java.security.Timestamp;
import java.util.ArrayList;
import java.util.Date;
import java.util.Random;
import org.json.JSONObject;
public class Block {
private static int currentIndex=0;
private static final int DIFFICULTY_THRESHOLD=Cryptools.MY_HASHFUNC_LENGTH-5;
private int id;
pr... | UTF-8 | Java | 3,275 | java | Block.java | Java | [] | null | [] | package myJavaBlockchain;
import java.security.Timestamp;
import java.util.ArrayList;
import java.util.Date;
import java.util.Random;
import org.json.JSONObject;
public class Block {
private static int currentIndex=0;
private static final int DIFFICULTY_THRESHOLD=Cryptools.MY_HASHFUNC_LENGTH-5;
private int id;
pr... | 3,275 | 0.692449 | 0.687557 | 141 | 22.198582 | 20.772739 | 143 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.156028 | false | false | 10 |
b6889d295bf3ec3fb8e7b473cd0d1b9ae39391e3 | 1,176,821,075,508 | d6bcd74c26428f29cf793c33ce74653b9690b55c | /YourBook/src/exception/IllegalArgumentException.java | 26c2aaba3be70a305d2d0f74ff0397083ae54d56 | [] | no_license | paolopetta/YourBook | https://github.com/paolopetta/YourBook | 44cec3bd95c96e68cec45f9e057e9b501de653a6 | 0af1dcffe9c9cfc6b97dc774bbd1afb1dd1d69e9 | refs/heads/master | 2023-07-29T11:20:41.427000 | 2021-09-12T10:05:39 | 2021-09-12T10:05:39 | 303,450,391 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package exception;
import javax.servlet.ServletException;
public class IllegalArgumentException extends ServletException {
private static final long serialVersionUID = 1L;
public IllegalArgumentException() {
super();
}
public IllegalArgumentException(String message, Throwable rootCause) {
... | UTF-8 | Java | 537 | java | IllegalArgumentException.java | Java | [] | null | [] | package exception;
import javax.servlet.ServletException;
public class IllegalArgumentException extends ServletException {
private static final long serialVersionUID = 1L;
public IllegalArgumentException() {
super();
}
public IllegalArgumentException(String message, Throwable rootCause) {
... | 537 | 0.711359 | 0.709497 | 23 | 22.391304 | 23.658327 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.391304 | false | false | 10 |
ffe0fd4236c2db56c66a8fa51a8ec403f8c4d805 | 20,779,051,801,912 | 4a606b7a7babf5a9446045b1ff08985d237fa9a7 | /src/main/java/org/lima/vertx/mod_was/handler/EBDataHandler.java | a08ba1af43c6e13112ce6f411bf71602f21a5c93 | [] | no_license | sungtaek/mod-was | https://github.com/sungtaek/mod-was | 4092d1d5e8b602e032c9e48ac2c29f195d6ddcf7 | 773b63b335834e0bb29f71ee553c3574f8ca8943 | refs/heads/master | 2016-09-15T21:12:33.290000 | 2015-05-27T14:31:38 | 2015-05-27T14:31:38 | 35,374,993 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.lima.vertx.mod_was.handler;
import org.vertx.java.core.Handler;
import org.vertx.java.core.eventbus.Message;
public abstract class EBDataHandler<T> implements Handler<Message<T>>{
private Message<T> msg;
@Override
public void handle(Message<T> msg) {
this.msg = msg;
handleData(msg.body())... | UTF-8 | Java | 531 | java | EBDataHandler.java | Java | [] | null | [] | package org.lima.vertx.mod_was.handler;
import org.vertx.java.core.Handler;
import org.vertx.java.core.eventbus.Message;
public abstract class EBDataHandler<T> implements Handler<Message<T>>{
private Message<T> msg;
@Override
public void handle(Message<T> msg) {
this.msg = msg;
handleData(msg.body())... | 531 | 0.711864 | 0.711864 | 20 | 24.549999 | 20.123308 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.4 | false | false | 10 |
00cc776162faa053e8fdd968a7102073f41788a0 | 9,775,345,594,091 | f41584418aed7f733c29f2ffdc4c32bba912ba1f | /ScheduleArray.java | 0fa40ba24ec99497859a934eb94ab0c3b0a8e5f1 | [] | no_license | t-griggs/schedule-manager | https://github.com/t-griggs/schedule-manager | 57a4814fe0041d45b81bfe915d67fd2d744630f2 | 988e4749629395f656e4bb39dacb13b4d99b0d44 | refs/heads/master | 2016-09-13T15:15:49.081000 | 2016-05-18T22:24:50 | 2016-05-18T22:24:50 | 58,881,933 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
public class ScheduleArray {
public static int length = 340;
public static int timeIncrement = 10;
public static String startTime = "9:00";
private Availability[] availabilty;
public Availability get(int index){
return availabilty[index];
}
public static int toScheduleIndex(Day day, int time){
int d... | UTF-8 | Java | 1,578 | java | ScheduleArray.java | Java | [] | null | [] |
public class ScheduleArray {
public static int length = 340;
public static int timeIncrement = 10;
public static String startTime = "9:00";
private Availability[] availabilty;
public Availability get(int index){
return availabilty[index];
}
public static int toScheduleIndex(Day day, int time){
int d... | 1,578 | 0.695184 | 0.666033 | 51 | 29.921568 | 23.718813 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.372549 | false | false | 10 |
57935e277e486ed03c7c44c775a23f08d714fecf | 13,993,003,475,493 | 31677e002c27aeb016c8cb244c63ab5071ae54b3 | /df-dev/data-fabric-aggregate/data-fabric-reference/src/main/java/com/hsbc/gbm/datafabric/support/reference/ReferenceableStream.java | d4233de7a59e78fd739856b243b054210ffe28b2 | [] | no_license | mileyd/df | https://github.com/mileyd/df | 0d1e1385ffb3d67829124df85734f23014be0e6f | b3b493c395cd37ee0374a204f64dd955821be04e | refs/heads/master | 2016-06-05T06:56:09.301000 | 2015-06-06T21:25:50 | 2015-06-06T21:25:50 | 36,993,848 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* HSBC Bank : Fixed Income
*/
package com.hsbc.gbm.datafabric.support.reference;
import java.util.Iterator;
import java.util.Properties;
import com.hsbc.gbm.datafabric.api.DataVersion;
import com.hsbc.gbm.datafabric.api.Referenceable;
import com.hsbc.gbm.datafabric.api.View;
import com.hsbc.gbm.datafabric.api.p... | UTF-8 | Java | 1,185 | java | ReferenceableStream.java | Java | [] | null | [] | /**
* HSBC Bank : Fixed Income
*/
package com.hsbc.gbm.datafabric.support.reference;
import java.util.Iterator;
import java.util.Properties;
import com.hsbc.gbm.datafabric.api.DataVersion;
import com.hsbc.gbm.datafabric.api.Referenceable;
import com.hsbc.gbm.datafabric.api.View;
import com.hsbc.gbm.datafabric.api.p... | 1,185 | 0.745992 | 0.745992 | 49 | 23.183674 | 22.074709 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.081633 | false | false | 10 |
44760e30f21cc08f7a00a62f2adabd0d211dffb3 | 31,370,441,159,696 | 8816fe7f46a0b1e4a3b4a9502c9adfa9494dc484 | /JFCU/src/main/java/uk/org/merg/jfcu/modulemodel/Type.java | 1c8fd52f1681ee793f77167eae27f4ddaf0e1174 | [] | no_license | MERG-DEV/JFCU | https://github.com/MERG-DEV/JFCU | 3a6ba300a298b072e1465a102b0dc65c4f81a60d | 84186f8c83b97c4edcde2bce9d18510b888b84c4 | refs/heads/master | 2022-03-25T15:02:46.873000 | 2019-12-18T11:18:57 | 2019-12-18T11:18:57 | 106,045,378 | 1 | 1 | null | false | 2019-12-18T11:18:59 | 2017-10-06T20:02:40 | 2019-12-08T08:23:46 | 2019-12-18T11:18:58 | 716 | 0 | 1 | 0 | Java | false | false | package uk.org.merg.jfcu.modulemodel;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlElementRef;
import javax.xml.bind.annotation.XmlRootElement;
import uk.org.merg.jfcu.layoutmodel.Module;
@XmlRootElement
public class Type {
private String ui;
@XmlElementRef(name="choice", requir... | UTF-8 | Java | 1,531 | java | Type.java | Java | [] | null | [] | package uk.org.merg.jfcu.modulemodel;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlElementRef;
import javax.xml.bind.annotation.XmlRootElement;
import uk.org.merg.jfcu.layoutmodel.Module;
@XmlRootElement
public class Type {
private String ui;
@XmlElementRef(name="choice", requir... | 1,531 | 0.691705 | 0.691705 | 72 | 20.263889 | 17.164234 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.652778 | false | false | 10 |
e78cde8b01ec3af584d0b27ac75198437ad398ac | 1,640,677,544,235 | 49e1ff6d44dda3998fd0bf9aea1c0e0f6d9e8175 | /dddsample_javaee/src/main/java/com/dliu/dddsample/domain/model/cargo/Leg.java | fa7e2d1c3aa43c85a761b925aff45c4870883f23 | [] | no_license | davidlzs/dddsample_javaee | https://github.com/davidlzs/dddsample_javaee | e98bbf8c86f80148321dada7a8d04d8565cdb9f4 | e5bb19ba37c17b89b1377626f324197ad4e1d394 | refs/heads/master | 2021-01-10T21:05:58.569000 | 2014-03-04T02:46:05 | 2014-03-04T02:46:05 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.dliu.dddsample.domain.model.cargo;
import com.dliu.dddsample.domain.model.location.Location;
import com.dliu.dddsample.domain.model.voyage.Voyage;
import org.apache.commons.lang.Validate;
import java.util.Date;
/**
* Created by IntelliJ IDEA.
*/
public class Leg {
private Voyage voyage;
privat... | UTF-8 | Java | 1,192 | java | Leg.java | Java | [] | null | [] | package com.dliu.dddsample.domain.model.cargo;
import com.dliu.dddsample.domain.model.location.Location;
import com.dliu.dddsample.domain.model.voyage.Voyage;
import org.apache.commons.lang.Validate;
import java.util.Date;
/**
* Created by IntelliJ IDEA.
*/
public class Leg {
private Voyage voyage;
privat... | 1,192 | 0.683725 | 0.683725 | 48 | 23.833334 | 24.264458 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.604167 | false | false | 10 |
6f74e97117d908f6a17a0e435ff0e091fb0816f0 | 9,955,734,208,486 | 5225c1ed193a6cb686188daa08e33aaf0bbf084c | /src/gov/nasa/Calculator.java | e1666e907c52fd8a99ada8fb67d5c1b960555e16 | [] | no_license | TehGreatCat/JavaCourse | https://github.com/TehGreatCat/JavaCourse | 3af0b08bc6102bbad55c742d893527d28a9ae9f0 | 2b5edb9bea0487323ddcb6ef4799c4d1441cf848 | refs/heads/master | 2020-01-24T20:53:12.978000 | 2016-11-15T21:58:54 | 2016-11-15T21:58:54 | 73,853,778 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package gov.nasa;
public class Calculator {
private Processor amplifier;
private Processor summator;
private Processor contractor;
private Processor divider;
public Calculator(Processor amplifier, Processor summator, Processor divider, Processor contractor) {
this.amplifier = amplifier;
... | UTF-8 | Java | 820 | java | Calculator.java | Java | [] | null | [] | package gov.nasa;
public class Calculator {
private Processor amplifier;
private Processor summator;
private Processor contractor;
private Processor divider;
public Calculator(Processor amplifier, Processor summator, Processor divider, Processor contractor) {
this.amplifier = amplifier;
... | 820 | 0.659756 | 0.659756 | 32 | 24.625 | 23.128378 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.75 | false | false | 10 |
8cf1521923e641b5cb14e6cb305c0e19d66f32d2 | 18,562,848,722,213 | d83310dca5e5cf173338aeff56a720a0fcf6ae1e | /l011_Heap/Heap creation/heapSort.java | 15c5ed2e2bd1eaa64154550fdaf746f8b1efcaa6 | [] | no_license | annukamat/pepcoding_DS | https://github.com/annukamat/pepcoding_DS | a46667b8fd8a81b3a1392f6e2e901ae3bd3c4e3e | 8135b5b70495cc4d46ba831ebf3a53dd5cfb6dff | refs/heads/master | 2023-05-05T01:43:08.219000 | 2021-05-09T05:18:36 | 2021-05-09T05:18:36 | 347,165,614 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public class heapSort {
public static void swap(int[] arr, int i, int j){
int temp = arr[i];
arr[i] = arr[j];
arr[j] = temp;
}
public static boolean compareTo(int a, int b, boolean isMax){
if(isMax) return a > b;
else return a < b;
}
public static void heapi... | UTF-8 | Java | 479 | java | heapSort.java | Java | [] | null | [] | public class heapSort {
public static void swap(int[] arr, int i, int j){
int temp = arr[i];
arr[i] = arr[j];
arr[j] = temp;
}
public static boolean compareTo(int a, int b, boolean isMax){
if(isMax) return a > b;
else return a < b;
}
public static void heapi... | 479 | 0.498956 | 0.490605 | 21 | 21.809525 | 20.504631 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.714286 | false | false | 10 |
f0af0bc05df9d9802278deca4c02f1f374cd3e3e | 953,482,740,484 | 2b58332190757831b1d0874f2db5d8351f10bd14 | /services/src/main/java/org/keycloak/services/managers/AuditManager.java | 5aa416775ffa7e93bfcf595a5057c0c4693c3de1 | [
"Apache-2.0"
] | permissive | cardosogabriel/keycloak | https://github.com/cardosogabriel/keycloak | 769765b1e5341564fa3ee2a63b8c880af3baffed | 4a5ea08a2a399e5b570111b020a8ec8617485620 | refs/heads/master | 2017-04-29T11:07:34.275000 | 2014-08-13T13:42:09 | 2014-08-13T13:42:09 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.keycloak.services.managers;
import org.jboss.logging.Logger;
import org.keycloak.ClientConnection;
import org.keycloak.audit.Audit;
import org.keycloak.audit.AuditListener;
import org.keycloak.audit.AuditProvider;
import org.keycloak.models.KeycloakSession;
import org.keycloak.models.RealmModel;
import ja... | UTF-8 | Java | 1,832 | java | AuditManager.java | Java | [
{
"context": "t java.util.List;\n\n/**\n * @author <a href=\"mailto:sthorger@redhat.com\">Stian Thorgersen</a>\n */\npublic class AuditManag",
"end": 414,
"score": 0.9998964071273804,
"start": 395,
"tag": "EMAIL",
"value": "sthorger@redhat.com"
},
{
"context": "*\n * @author <a href=... | null | [] | package org.keycloak.services.managers;
import org.jboss.logging.Logger;
import org.keycloak.ClientConnection;
import org.keycloak.audit.Audit;
import org.keycloak.audit.AuditListener;
import org.keycloak.audit.AuditProvider;
import org.keycloak.models.KeycloakSession;
import org.keycloak.models.RealmModel;
import ja... | 1,810 | 0.645196 | 0.645196 | 57 | 31.14035 | 26.928391 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.561404 | false | false | 10 |
efc698ac082469747dc57ecfe7391a371c8b5858 | 22,265,110,527,890 | 12998e1b57e9e3926d6870fc1f1cdced5b54e83f | /idsbase/src/main/java/cn_rt/idsbase/netbean/ShotScreenPresent.java | e30fe2b0dc332f70d9f40e59dfbb2091cb67eeea | [] | no_license | lwh4444/rtbase | https://github.com/lwh4444/rtbase | 084ab8382af5931237d329e448e81b87f8d302b5 | f6144b33cc7d2edaadf44bbcf399bab01f1cef4b | refs/heads/master | 2022-12-04T02:27:41.612000 | 2020-08-20T07:09:05 | 2020-08-20T07:09:05 | 288,926,905 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn_rt.idsbase.netbean;
import android.annotation.SuppressLint;
import android.content.Context;
import android.util.Log;
import java.io.File;
import io.reactivex.android.schedulers.AndroidSchedulers;
import io.reactivex.functions.Consumer;
import io.reactivex.schedulers.Schedulers;
import okhttp3.MediaType;
i... | UTF-8 | Java | 1,411 | java | ShotScreenPresent.java | Java | [
{
"context": "y;\nimport okhttp3.RequestBody;\n\n\n/**\n * Created by ${zml} on 2019/6/27.\n */\npublic class ShotScreenPresent ",
"end": 402,
"score": 0.8798492550849915,
"start": 397,
"tag": "USERNAME",
"value": "${zml"
}
] | null | [] | package cn_rt.idsbase.netbean;
import android.annotation.SuppressLint;
import android.content.Context;
import android.util.Log;
import java.io.File;
import io.reactivex.android.schedulers.AndroidSchedulers;
import io.reactivex.functions.Consumer;
import io.reactivex.schedulers.Schedulers;
import okhttp3.MediaType;
i... | 1,411 | 0.659107 | 0.65202 | 50 | 27.219999 | 26.905977 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 10 |
fd349840c71ca790b77b695f1e96f54beb13e580 | 31,542,239,830,063 | aab012090e8318487db50f9432e51aa88b0902a9 | /src/Gameplay/Model/Wonder/Wonder.java | 640d5f529884aebf31a536455c326b91a200fbff | [] | no_license | Jcvarela/OOPTeam14 | https://github.com/Jcvarela/OOPTeam14 | f127e1cb47a127b489e2f80b01f6addee67a564d | 50f8da684f09c8d23da8fcd72d2c9f4b9b28702d | refs/heads/master | 2021-06-16T02:04:49.749000 | 2017-04-30T00:32:12 | 2017-04-30T00:32:12 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Gameplay.Model.Wonder;
import Gameplay.Model.Actions.WonderAction.IrrigationWonderAction;
import Gameplay.Model.Actions.WonderAction.WonderAction;
/**
* Created by Willie on 4/17/2017.
*/
public class Wonder {
Brick[] bricks;
WonderAction[] wonderActions;
int counter = 0;
public Wonder() {... | UTF-8 | Java | 655 | java | Wonder.java | Java | [
{
"context": "ions.WonderAction.WonderAction;\n\n/**\n * Created by Willie on 4/17/2017.\n */\npublic class Wonder {\n\n Bric",
"end": 181,
"score": 0.9857718348503113,
"start": 175,
"tag": "NAME",
"value": "Willie"
}
] | null | [] | package Gameplay.Model.Wonder;
import Gameplay.Model.Actions.WonderAction.IrrigationWonderAction;
import Gameplay.Model.Actions.WonderAction.WonderAction;
/**
* Created by Willie on 4/17/2017.
*/
public class Wonder {
Brick[] bricks;
WonderAction[] wonderActions;
int counter = 0;
public Wonder() {... | 655 | 0.653435 | 0.632061 | 28 | 22.392857 | 20.077242 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.428571 | false | false | 10 |
285312484a2adb09044b4a67d7706598737c3ac0 | 20,263,655,702,694 | 4d48e1c36cac8197fde138f064b8475edc1c8d5b | /app/src/main/java/com/andshine/app/entity/SimpleEntity.java | 053c579143684911170b76c89eecd5435495ed5c | [] | no_license | andShine/app_base | https://github.com/andShine/app_base | 467bda4faabce4fa1b40590325ed2b317ead1e1e | 1c3ced062f94e9b42a330b5faff8269402060963 | refs/heads/master | 2021-09-16T01:29:50.726000 | 2018-06-14T09:34:27 | 2018-06-14T09:34:27 | 114,231,229 | 4 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.andshine.app.entity;
/**
* 基本数据类型
* Created by liu on 2017/12/14.
*/
public class SimpleEntity {
public boolean status;
public String msg;
public BaseEntity toBaseEntity() {
BaseEntity baseEntity = new BaseEntity();
baseEntity.status = status;
baseEntity.msg = msg;... | UTF-8 | Java | 368 | java | SimpleEntity.java | Java | [
{
"context": ".andshine.app.entity;\n\n/**\n * 基本数据类型\n * Created by liu on 2017/12/14.\n */\n\npublic class SimpleEntity {\n ",
"end": 65,
"score": 0.9809228181838989,
"start": 62,
"tag": "USERNAME",
"value": "liu"
}
] | null | [] | package com.andshine.app.entity;
/**
* 基本数据类型
* Created by liu on 2017/12/14.
*/
public class SimpleEntity {
public boolean status;
public String msg;
public BaseEntity toBaseEntity() {
BaseEntity baseEntity = new BaseEntity();
baseEntity.status = status;
baseEntity.msg = msg;... | 368 | 0.63764 | 0.615169 | 19 | 17.736841 | 15.680501 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.368421 | false | false | 10 |
6be6db6614df1ecf16771120525025b4eda35d3d | 9,491,877,755,944 | e7e83db1ca7b702bed203819e7319fca9b0fbfc4 | /app/src/androidTest/java/com/example/photogalleryproject3/UITest.java | de25058e6bd41746bfafde7bbbca6d07c148f4e0 | [] | no_license | wmcconnell1234/PhotoGalleryProject | https://github.com/wmcconnell1234/PhotoGalleryProject | 843bb7eb50bfb8eac9cb013ee241ee13ded24422 | f14befc4adeabe895cc6c76920289ea4389acd9f | refs/heads/master | 2021-05-17T15:13:05.678000 | 2020-04-19T00:38:17 | 2020-04-19T00:38:17 | 250,838,005 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright 2015, The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applic... | UTF-8 | Java | 20,013 | java | UITest.java | Java | [] | null | [] | /*
* Copyright 2015, The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applic... | 20,013 | 0.66097 | 0.640684 | 398 | 49.28392 | 34.920403 | 131 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.540201 | false | false | 10 |
f26cc5d12779057788c8a02af21c42fc609cd72b | 5,531,917,891,729 | 21891ebf452e51cc87982ab128a029e979236139 | /addons/osio-addon/src/test/java/io/fabric8/launcher/osio/client/AuthPublicKeyProviderTest.java | a60ef2e0f2b57880df178c782fae9bcf027db6f1 | [
"Apache-2.0"
] | permissive | tinakurian/launcher-backend | https://github.com/tinakurian/launcher-backend | 1f7d7825e088df97a447e78bba8962ee95cdc827 | 03d9743465c15fd426e21a8b0d44f50b33c76860 | refs/heads/master | 2020-03-22T17:14:10.825000 | 2018-10-30T21:43:16 | 2018-10-30T21:43:16 | 140,382,927 | 0 | 0 | Apache-2.0 | true | 2019-01-29T00:32:01 | 2018-07-10T05:46:09 | 2018-10-31T15:05:44 | 2019-01-28T20:19:57 | 36,829 | 0 | 0 | 1 | Java | false | null | package io.fabric8.launcher.osio.client;
import java.security.interfaces.RSAPublicKey;
import java.util.Optional;
import io.fabric8.launcher.base.http.HttpClient;
import io.fabric8.launcher.base.identity.RSAPublicKeyConverter;
import io.fabric8.launcher.base.test.hoverfly.LauncherPerTestHoverflyRule;
import io.fabric... | UTF-8 | Java | 2,434 | java | AuthPublicKeyProviderTest.java | Java | [] | null | [] | package io.fabric8.launcher.osio.client;
import java.security.interfaces.RSAPublicKey;
import java.util.Optional;
import io.fabric8.launcher.base.http.HttpClient;
import io.fabric8.launcher.base.identity.RSAPublicKeyConverter;
import io.fabric8.launcher.base.test.hoverfly.LauncherPerTestHoverflyRule;
import io.fabric... | 2,434 | 0.774445 | 0.769515 | 53 | 44.92453 | 40.329235 | 135 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.566038 | false | false | 10 |
2d9dab1f55b8fa5c8f1debce28d7341eede2cd98 | 3,753,801,483,765 | 951a2cebfb3b742a0b9da0dee787f4610505292c | /toq/Misc/JavaSrc/com/qualcomm/toq/base/connectionlistener/bluetooth/BTConnectionListener.java | 8c62569754c4e93e1b1ae2d8bc967335f995ef05 | [] | no_license | marciallus/mytoqmanager | https://github.com/marciallus/mytoqmanager | eca30683508878b712e9c1c6642f39f34c2e257b | 65fe1d54e8593900262d5b263d75feb646c015e6 | refs/heads/master | 2020-05-17T01:03:44.121000 | 2014-12-10T07:22:14 | 2014-12-10T07:22:14 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | // Decompiled by Jad v1.5.8g. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://www.kpdus.com/jad.html
// Decompiler options: packimports(3) fieldsfirst noctor space
package com.qualcomm.toq.base.connectionlistener.bluetooth;
import android.bluetooth.*;
import android.content.Context;
import android.content.... | UTF-8 | Java | 45,389 | java | BTConnectionListener.java | Java | [
{
"context": "// Decompiled by Jad v1.5.8g. Copyright 2001 Pavel Kouznetsov.\n// Jad home page: http://www.kpdus.com/jad.html\n",
"end": 61,
"score": 0.9996756315231323,
"start": 45,
"tag": "NAME",
"value": "Pavel Kouznetsov"
}
] | null | [] | // Decompiled by Jad v1.5.8g. Copyright 2001 <NAME>.
// Jad home page: http://www.kpdus.com/jad.html
// Decompiler options: packimports(3) fieldsfirst noctor space
package com.qualcomm.toq.base.connectionlistener.bluetooth;
import android.bluetooth.*;
import android.content.Context;
import android.content.SharedPref... | 45,379 | 0.567516 | 0.546212 | 1,199 | 36.855713 | 37.969372 | 289 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.724771 | false | false | 10 |
474500761ffc7c58d34a168e69d0ea96d8298442 | 21,010,980,018,073 | eb7682c8b4e301b8ee92628b797c7a2bba0de979 | /src/main/java/com/example/pro/sys/dao/SysFuncInfoDao.java | 00de2a6a1f12ff6eba60ad8c0d8de6fd64382a09 | [] | no_license | l-bk/pro | https://github.com/l-bk/pro | aa986490b5311897e6e70251a9edcfe24f4dcc1a | df92b75813cdb7ee22397c5a3012816e5917e11f | refs/heads/master | 2020-04-13T19:03:17.311000 | 2018-12-28T09:23:19 | 2018-12-28T09:23:19 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.pro.sys.dao;
import com.example.pro.sys.entity.SysFuncInfo;
import org.apache.ibatis.annotations.Mapper;
import org.springframework.stereotype.Repository;
import java.util.List;
@Mapper
public interface SysFuncInfoDao {
public List<SysFuncInfo> getList();
}
| UTF-8 | Java | 285 | java | SysFuncInfoDao.java | Java | [] | null | [] | package com.example.pro.sys.dao;
import com.example.pro.sys.entity.SysFuncInfo;
import org.apache.ibatis.annotations.Mapper;
import org.springframework.stereotype.Repository;
import java.util.List;
@Mapper
public interface SysFuncInfoDao {
public List<SysFuncInfo> getList();
}
| 285 | 0.8 | 0.8 | 12 | 22.75 | 19.170834 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 10 |
f0c1af6480294027974125c938c98a7986e22501 | 3,384,434,262,059 | 2b6af8c01b4a5be1b59c67e4e177714106c570eb | /Quiz/src/main/java/com/devoteam/dls/service/CacheService.java | e78c9660d87d11844cecce94651b909019d2fb1b | [] | no_license | iamjoydevdas/Quiz-Sample | https://github.com/iamjoydevdas/Quiz-Sample | ef266488db2184dec625c4544ef467430b500580 | 7e8958c346bc59623b7d69a632b0231719069f0b | refs/heads/master | 2020-03-26T04:12:29.010000 | 2018-10-12T15:13:25 | 2018-10-12T15:13:25 | 144,492,414 | 0 | 0 | null | false | 2018-10-12T15:13:26 | 2018-08-12T18:47:51 | 2018-10-11T21:28:15 | 2018-10-12T15:13:26 | 79,494 | 0 | 0 | 0 | CSS | false | null | package com.devoteam.dls.service;
import java.util.List;
import com.devoteam.dls.dao.Receiver;
import com.devoteam.dls.dao.Sender;
import com.devoteam.dls.domain.OnlineQuizzers;
import com.devoteam.dls.domain.OnlineStatus;
import com.devoteam.dls.domain.Quizzer;
public interface CacheService {
void setQuizzer(Onlin... | UTF-8 | Java | 595 | java | CacheService.java | Java | [] | null | [] | package com.devoteam.dls.service;
import java.util.List;
import com.devoteam.dls.dao.Receiver;
import com.devoteam.dls.dao.Sender;
import com.devoteam.dls.domain.OnlineQuizzers;
import com.devoteam.dls.domain.OnlineStatus;
import com.devoteam.dls.domain.Quizzer;
public interface CacheService {
void setQuizzer(Onlin... | 595 | 0.813445 | 0.813445 | 19 | 30.31579 | 17.853357 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.210526 | false | false | 7 |
b1e8f6aa59ded11df9e90ec15d7b7bbdb869d477 | 15,530,601,774,069 | ae1ace5b6c38594105cfb2ba53b2a012cddc2ebf | /src/prover/Prover.java | b7f6f83639202d2090f1b5c98c168fe686a2076e | [] | no_license | JorgeFerreira93/TP-VF | https://github.com/JorgeFerreira93/TP-VF | 2e34ebd0c148b0338c2dea09dc019027fda7c1ce | b5698780afdf1b5f7632b6637c014bfd6992b504 | refs/heads/master | 2020-04-16T01:52:04.337000 | 2016-09-12T12:13:31 | 2016-09-12T12:13:31 | 60,902,190 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package prover;
import com.microsoft.z3.*;
import operator.*;
import java.util.ArrayList;
import java.util.HashMap;
/**
* Classe que dado um conjunto de condições retorna o seu resultado.
*
* @author jorge
*/
public class Prover {
private ArrayList<Exp> condicoes;
public Prover(ArrayList<Exp> condicoes... | UTF-8 | Java | 4,243 | java | Prover.java | Java | [
{
"context": "e condições retorna o seu resultado.\n *\n * @author jorge\n */\npublic class Prover {\n\n private ArrayList<",
"end": 211,
"score": 0.9076505899429321,
"start": 206,
"tag": "USERNAME",
"value": "jorge"
}
] | null | [] | package prover;
import com.microsoft.z3.*;
import operator.*;
import java.util.ArrayList;
import java.util.HashMap;
/**
* Classe que dado um conjunto de condições retorna o seu resultado.
*
* @author jorge
*/
public class Prover {
private ArrayList<Exp> condicoes;
public Prover(ArrayList<Exp> condicoes... | 4,243 | 0.481079 | 0.480605 | 158 | 25.759493 | 24.059639 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.575949 | false | false | 7 |
d598dd3d17bfb2d10d31539c24e5278fae9ca57a | 979,252,580,520 | f99c3a5c7034480fc5525ebeee314afb4a0d8e52 | /src/main/java/com/netcracker/crm/datagenerator/impl/HistorySetter.java | 0e016784cb48507a0177591851a764cc3383fd97 | [] | no_license | ncProjectRoot/nc-crm | https://github.com/ncProjectRoot/nc-crm | 1ce2283b4948527169053ca3e13f8913f5ecdd15 | ba76e9147c2a7aaefb89d4186cea783449bdd7ca | refs/heads/master | 2021-01-19T16:26:07.157000 | 2017-05-31T11:56:34 | 2017-05-31T11:56:34 | 88,263,363 | 0 | 5 | null | false | 2017-05-29T21:46:19 | 2017-04-14T11:48:29 | 2017-04-24T14:45:41 | 2017-05-29T21:46:19 | 1,390 | 0 | 3 | 1 | Java | null | null | package com.netcracker.crm.datagenerator.impl;
import com.netcracker.crm.dao.HistoryDao;
import com.netcracker.crm.datagenerator.AbstractSetter;
import com.netcracker.crm.domain.model.*;
import com.netcracker.crm.domain.real.RealHistory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springf... | UTF-8 | Java | 12,511 | java | HistorySetter.java | Java | [
{
"context": "ateTime;\nimport java.util.List;\n\n/**\n * Created by Pasha on 16.05.2017.\n */\n@Service\npublic class HistoryS",
"end": 429,
"score": 0.9969298243522644,
"start": 424,
"tag": "NAME",
"value": "Pasha"
}
] | null | [] | package com.netcracker.crm.datagenerator.impl;
import com.netcracker.crm.dao.HistoryDao;
import com.netcracker.crm.datagenerator.AbstractSetter;
import com.netcracker.crm.domain.model.*;
import com.netcracker.crm.domain.real.RealHistory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springf... | 12,511 | 0.619215 | 0.617776 | 363 | 33.465565 | 25.181015 | 122 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.550964 | false | false | 7 |
61c0ef0aa60a8f26d40e4d214355b3d0019698c5 | 24,627,342,510,160 | 3aba32972405be7ea7c99f1a3c54220b53f12ee9 | /jk_service/src/main/java/top.greathead.jk.service/impl/ExportServiceImpl.java | 28ac0046c8b893b36ac942f62329f0d9bfa83e6d | [] | no_license | YiYi666/jk_parent | https://github.com/YiYi666/jk_parent | 04130904556bf481f91f4e0a34bc9045f3ed5ae5 | a3d5140128cb772064812e235e1b7b9f9da756ce | refs/heads/master | 2021-09-04T00:44:34.402000 | 2018-01-12T09:37:10 | 2018-01-12T09:37:10 | 114,776,137 | 1 | 0 | null | false | 2018-01-12T09:37:11 | 2017-12-19T14:40:48 | 2017-12-19T14:53:08 | 2018-01-12T09:37:11 | 2,182 | 0 | 0 | 0 | Java | false | null | package top.greathead.jk.service.impl;
import org.apache.commons.beanutils.BeanUtils;
import org.apache.struts2.ServletActionContext;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import top... | UTF-8 | Java | 7,884 | java | ExportServiceImpl.java | Java | [] | null | [] | package top.greathead.jk.service.impl;
import org.apache.commons.beanutils.BeanUtils;
import org.apache.struts2.ServletActionContext;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import top... | 7,884 | 0.624302 | 0.623795 | 201 | 38.223881 | 28.214788 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.701493 | false | false | 7 |
8d0db6edfefbcec02aab5ce95167ff7c3c625d1a | 11,063,835,760,055 | ab7bb384447e7937a413da10d0806506d8f6ec4e | /workout/src/com/mschmidt/android/workout/activity/AddRestActivity.java | 86a63557269255b92c20bd1b3c53f52896725bc5 | [] | no_license | mschmidt18/steves-workout | https://github.com/mschmidt18/steves-workout | 69e463a111df5f3f658a27353c2eb2e214232a72 | 93fe9b213eaaf8570db68469423c062541c30f0d | refs/heads/master | 2021-01-01T19:20:54.275000 | 2012-02-05T21:51:09 | 2012-02-05T21:51:09 | 3,330,710 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mschmidt.android.workout.activity;
import android.app.Activity;
import android.os.Bundle;
import android.text.Editable;
import android.util.Log;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import com.mschmidt.android.workout.IWorkoutComponent;
import ... | UTF-8 | Java | 2,581 | java | AddRestActivity.java | Java | [] | null | [] | package com.mschmidt.android.workout.activity;
import android.app.Activity;
import android.os.Bundle;
import android.text.Editable;
import android.util.Log;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import com.mschmidt.android.workout.IWorkoutComponent;
import ... | 2,581 | 0.688493 | 0.687718 | 86 | 28.011627 | 19.541544 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.895349 | false | false | 7 |
f2c67bb6ef91220a030f0aa7892c6254b28d6650 | 11,063,835,761,946 | e8e48a96f2aba9040f4f55ab61efaab1a9eb6a23 | /Leetcode/437-path-sum-iii/Solution.java | 40350dd4e16ed0465f71cc918d453d81bb17e04f | [] | no_license | arnabs542/algorithmic-problems | https://github.com/arnabs542/algorithmic-problems | 67342172c2035d9ffb2ee2bf0f1901e651dcce12 | 5d19d2e9cddc20e8a6949ac38fe6fb73dfc81bf4 | refs/heads/master | 2021-12-14T05:41:50.177000 | 2017-04-15T07:42:41 | 2017-04-15T07:42:41 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
You are given a binary tree in which each node contains an integer value.
Find the number of paths that sum to a given value.
The path does not need to start or end at the root or a leaf, but it must go
downwards (traveling only from parent nodes to child nodes).
The tree has no more than 1,000 nodes and the val... | UTF-8 | Java | 3,946 | java | Solution.java | Java | [] | null | [] | /*
You are given a binary tree in which each node contains an integer value.
Find the number of paths that sum to a given value.
The path does not need to start or end at the root or a leaf, but it must go
downwards (traveling only from parent nodes to child nodes).
The tree has no more than 1,000 nodes and the val... | 3,946 | 0.545362 | 0.524328 | 153 | 24.79085 | 21.482218 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.895425 | false | false | 7 |
a6085927ec2cffd59b6d492d6b18392afc6cc692 | 16,595,753,666,629 | 14770f49eb96598933faa34a38b1d065f960a682 | /src/main/java/springBootService/models/Token.java | e3855d937b22538271bb8ee850254366ba9446dc | [] | no_license | PlanidinR/SpringBootService | https://github.com/PlanidinR/SpringBootService | 71f802b635012ea1e4b1b21115e17f21971c026d | dedd2b2b807dabd95d4ed70d60f59fabe9ee4c24 | refs/heads/master | 2021-07-05T06:48:29.265000 | 2020-12-10T20:03:00 | 2020-12-10T20:03:00 | 212,337,837 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package springBootService.models;
import java.util.Objects;
/**
* @author Planidin Roman
* @version v1.0
*/
public class Token {
private Integer id;
private String value;
private String user_login;
private User user;
public Token (){}
public Token( String value, String user_login) {
... | UTF-8 | Java | 1,683 | java | Token.java | Java | [
{
"context": "models;\n\nimport java.util.Objects;\n\n/**\n * @author Planidin Roman\n * @version v1.0\n */\n\npublic class Token {\n pr",
"end": 91,
"score": 0.999833881855011,
"start": 77,
"tag": "NAME",
"value": "Planidin Roman"
}
] | null | [] | package springBootService.models;
import java.util.Objects;
/**
* @author <NAME>
* @version v1.0
*/
public class Token {
private Integer id;
private String value;
private String user_login;
private User user;
public Token (){}
public Token( String value, String user_login) {
this.v... | 1,675 | 0.536542 | 0.535354 | 64 | 25.296875 | 18.138081 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.53125 | false | false | 7 |
35dafd9365076addd141f1cec37fe61f78deb52a | 9,552,007,271,516 | 600ad8e01092d1f1219e36c4b417618c3231205e | /modules/quality-check/src/main/java/net/sf/qualitycheck/exception/IllegalInstanceOfArgumentException.java | d0c14d5e374c1ea721eae1a3ecf018af90bfee27 | [
"LicenseRef-scancode-warranty-disclaimer",
"Apache-2.0"
] | permissive | arouel/quality-check | https://github.com/arouel/quality-check | 23b85d7286c633dc3e5d0f9abce0c441400c2e98 | a75c32c39434ddb1f89bece57acae0536724c15a | refs/heads/master | 2023-07-09T00:46:13.987000 | 2015-12-09T11:35:23 | 2015-12-09T11:35:23 | 5,590,873 | 0 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*******************************************************************************
* Copyright 2013 André Rouél and Dominik Seichter
*
* 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
*
*... | UTF-8 | Java | 6,086 | java | IllegalInstanceOfArgumentException.java | Java | [
{
"context": "********************************\n * Copyright 2013 André Rouél and Dominik Seichter\n * \n * Licensed under the Ap",
"end": 110,
"score": 0.999869167804718,
"start": 99,
"tag": "NAME",
"value": "André Rouél"
},
{
"context": "****************\n * Copyright 2013 André Ro... | null | [] | /*******************************************************************************
* Copyright 2013 <NAME> and <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.a... | 6,052 | 0.705196 | 0.700756 | 142 | 41.830986 | 40.509602 | 155 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.183099 | false | false | 7 |
bfa282eb6c45f6bb24b4abfbdfe83209de8b6ff9 | 15,032,385,587,515 | 3133a87e9eb50026df6c7dd94c97f83a89dff729 | /Algorithms/src/com/practise/hackerearth/Factorial.java | ffd427a7c2d67d7bef180c402ad76c7e73ea7037 | [] | no_license | rishuatgithub/Algorithms | https://github.com/rishuatgithub/Algorithms | d7fa6117d13d77b35321da9d877e416647e59801 | 295671045468998c2e4c4855324eb0520cf0b883 | refs/heads/master | 2021-12-28T22:18:01.263000 | 2021-12-21T13:46:11 | 2021-12-21T13:46:11 | 42,785,294 | 0 | 0 | null | false | 2021-12-21T13:46:03 | 2015-09-19T18:43:14 | 2018-04-27T23:37:40 | 2021-12-21T13:46:02 | 30 | 0 | 0 | 1 | Java | false | false | package com.practise.hackerearth;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
public class Factorial {
public static void main(String[] args) throws IOException {
// TODO Auto-generated method stub
BufferedReader br = new BufferedReader(new InputStreamReader(Syst... | UTF-8 | Java | 558 | java | Factorial.java | Java | [] | null | [] | package com.practise.hackerearth;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
public class Factorial {
public static void main(String[] args) throws IOException {
// TODO Auto-generated method stub
BufferedReader br = new BufferedReader(new InputStreamReader(Syst... | 558 | 0.625448 | 0.621864 | 25 | 21.32 | 19.529915 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.76 | false | false | 7 |
7a0105d27f896ffc1772ea9b562dfb401a54dabc | 7,473,243,141,669 | 7112ce5c2a3f9ab9f36c7c8cf94c2ef627ac7813 | /TeamCode/src/main/java/org/firstinspires/ftc/teamcode/SimplePingTest.java | 8745b2771e09be37a628baa1cba2b57f8138a880 | [] | no_license | Aedificatores8581/relic-recovery | https://github.com/Aedificatores8581/relic-recovery | be2fab873bdfef808926a173a87430defa72c426 | 5d6bfca50a29df86849ee31b251ae1d437119baf | refs/heads/master | 2022-01-16T13:29:18.573000 | 2019-07-24T15:31:46 | 2019-07-24T15:31:46 | 95,800,731 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.firstinspires.ftc.teamcode;
import com.qualcomm.robotcore.eventloop.opmode.Autonomous;
import com.qualcomm.robotcore.eventloop.opmode.Disabled;
import com.qualcomm.robotcore.eventloop.opmode.OpMode;
/**
* Conjured into existence by The Saminator on 03-05-2018.
*/
@Autonomous(name = "Simple Ping Test (co... | UTF-8 | Java | 681 | java | SimplePingTest.java | Java | [
{
"context": ".opmode.OpMode;\n\n/**\n * Conjured into existence by The Saminator on 03-05-2018.\n */\n@Autonomous(name = \"Simple Pin",
"end": 260,
"score": 0.5715964436531067,
"start": 247,
"tag": "NAME",
"value": "The Saminator"
}
] | null | [] | package org.firstinspires.ftc.teamcode;
import com.qualcomm.robotcore.eventloop.opmode.Autonomous;
import com.qualcomm.robotcore.eventloop.opmode.Disabled;
import com.qualcomm.robotcore.eventloop.opmode.OpMode;
/**
* Conjured into existence by <NAME> on 03-05-2018.
*/
@Autonomous(name = "Simple Ping Test (config 'p... | 674 | 0.720999 | 0.709251 | 24 | 27.375 | 26.253273 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.375 | false | false | 7 |
99f25fa5889de4b053de479ed00ddd07536f90e9 | 29,016,799,093,201 | 72b6943ba2b177764c7cc587e6040817f63f4e4c | /AtomCore/src/sg/atom/stage/SelectManager.java | 60ea60dcc00c94604cff9941c234f0a5be46799a | [
"BSD-3-Clause"
] | permissive | cckmit/atom-game-framework | https://github.com/cckmit/atom-game-framework | cb7dbb6445eb648de73ed7e948b8362ee348d370 | 4a5d01e4c739346c8adaa79ee397646e50b979b8 | refs/heads/master | 2023-03-16T09:55:23.570000 | 2014-04-18T09:04:02 | 2014-04-18T09:04:02 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package sg.atom.stage;
import sg.atom.world.WorldManager;
import com.jme3.asset.AssetManager;
import com.jme3.collision.CollisionResult;
import com.jme3.collision.CollisionResults;
import com.jme3.input.InputManager;
import com.jme3.input.event.MouseButtonEvent;
import com.jme3.input.event.MouseMotionEvent;
import com... | UTF-8 | Java | 10,403 | java | SelectManager.java | Java | [
{
"context": "g.atom.world.spatial.SceneGraphUtils;\n\n/**\n@author atomix\n */\n/**\n * This class\n * <code>SelectManager</cod",
"end": 1117,
"score": 0.9996368885040283,
"start": 1111,
"tag": "USERNAME",
"value": "atomix"
}
] | null | [] | package sg.atom.stage;
import sg.atom.world.WorldManager;
import com.jme3.asset.AssetManager;
import com.jme3.collision.CollisionResult;
import com.jme3.collision.CollisionResults;
import com.jme3.input.InputManager;
import com.jme3.input.event.MouseButtonEvent;
import com.jme3.input.event.MouseMotionEvent;
import com... | 10,403 | 0.679131 | 0.676632 | 314 | 32.130573 | 26.797165 | 117 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.414013 | false | false | 7 |
bbf54ffb877d8de4360b9b5a3295b54882bc40ce | 28,776,280,930,014 | 9a34b100ca5ce6fbd4873c0bfaacf73177183d5e | /src/main/java/ioprintwriter/talentshow/ResultCalculator.java | 6a09770c0e26311a1b149a0027d13095ee42ef12 | [] | no_license | kondasg/training-solutions | https://github.com/kondasg/training-solutions | 862a4704bd782a3cf7fdf4f07ec65228ed28ff8d | 337e96453eb50f628ce664aead00169317d99635 | refs/heads/master | 2023-04-30T03:11:28.852000 | 2021-05-14T16:24:54 | 2021-05-14T16:24:54 | 308,166,095 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ioprintwriter.talentshow;
import java.io.BufferedReader;
import java.io.BufferedWriter;
import java.io.IOException;
import java.io.PrintWriter;
import java.nio.file.Files;
import java.nio.file.Path;
import java.util.ArrayList;
import java.util.List;
public class ResultCalculator {
private final List<Prod... | UTF-8 | Java | 3,059 | java | ResultCalculator.java | Java | [] | null | [] | package ioprintwriter.talentshow;
import java.io.BufferedReader;
import java.io.BufferedWriter;
import java.io.IOException;
import java.io.PrintWriter;
import java.nio.file.Files;
import java.nio.file.Path;
import java.util.ArrayList;
import java.util.List;
public class ResultCalculator {
private final List<Prod... | 3,059 | 0.559189 | 0.557554 | 95 | 31.189474 | 26.1362 | 116 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.421053 | false | false | 7 |
8695b36405cba2139ec12ec0563bf8c24c7d22dd | 1,941,325,286,450 | 64e22313b567d1b9e4cf0cb9c428c5929f176348 | /2018-02/2018-02-14/leetcode34.java | 4fa6b02c2049446fc00107d913dc01b78f77a717 | [] | no_license | pwxcoo/accept | https://github.com/pwxcoo/accept | e6f9b1cf1d42cbd3b8f557205146404c2481bf89 | 075ac957e7fbf9542a3d00188589626654c0201d | refs/heads/master | 2021-09-28T15:04:07.987000 | 2021-09-27T17:28:18 | 2021-09-27T17:28:18 | 112,719,098 | 4 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* date: 2018-02-14
* author: pwxcoo
* complexity: T = O(log(n)), S = O(1)
* describe: 二分查找。找出下限和上限。
*/
class Solution {
public int[] searchRange(int[] nums, int target) {
int len = nums.length;
int[] res = {-1, -1};
if(len == 0) return res;
int low = 0, high = l... | UTF-8 | Java | 948 | java | leetcode34.java | Java | [
{
"context": "/**\n * date: 2018-02-14\n * author: pwxcoo\n * complexity: T = O(log(n)), S = O(1)\n * describ",
"end": 41,
"score": 0.9994974732398987,
"start": 35,
"tag": "USERNAME",
"value": "pwxcoo"
}
] | null | [] | /**
* date: 2018-02-14
* author: pwxcoo
* complexity: T = O(log(n)), S = O(1)
* describe: 二分查找。找出下限和上限。
*/
class Solution {
public int[] searchRange(int[] nums, int target) {
int len = nums.length;
int[] res = {-1, -1};
if(len == 0) return res;
int low = 0, high = l... | 948 | 0.401302 | 0.376356 | 40 | 22.075001 | 18.826029 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.55 | false | false | 7 |
a5c93a3f87ef938b756c8e4b21127504a4670a4a | 25,426,206,456,873 | 919b2816ce09a52d95d91843ef69083f4313b9db | /group/DeviceGroupUtils.java | cbab0b0d4e8fd9cebd2f4e558e4bbe7e1e4d3d41 | [] | no_license | Walidib/sitewhere | https://github.com/Walidib/sitewhere | f6d582df20a6e670ebfb1ed849fdc9c38942c80d | 985e87c3cf14b31d887b6f21c3118ca596d879c7 | refs/heads/main | 2023-08-27T04:25:55.699000 | 2021-09-20T01:46:08 | 2021-09-20T01:46:08 | 408,276,797 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright (c) SiteWhere, LLC. All rights reserved. http://www.sitewhere.com
*
* The software in this package is published under the terms of the CPAL v1.0
* license, a copy of which has been included with this distribution in the
* LICENSE.txt file.
*/
package com.sitewhere.device.group;
import java.util.Ar... | UTF-8 | Java | 4,339 | java | DeviceGroupUtils.java | Java | [
{
"context": "ds for maniupulating device groups.\n * \n * @author Derek\n */\npublic class DeviceGroupUtils {\n\n /**\n ",
"end": 991,
"score": 0.999620258808136,
"start": 986,
"tag": "NAME",
"value": "Derek"
}
] | null | [] | /*
* Copyright (c) SiteWhere, LLC. All rights reserved. http://www.sitewhere.com
*
* The software in this package is published under the terms of the CPAL v1.0
* license, a copy of which has been included with this distribution in the
* LICENSE.txt file.
*/
package com.sitewhere.device.group;
import java.util.Ar... | 4,339 | 0.713298 | 0.712376 | 131 | 32.129772 | 30.001883 | 118 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.091603 | false | false | 7 |
7012685a82cdd55a22caa3e94c423751a2b37a73 | 28,278,064,740,534 | 8af1164bac943cef64e41bae312223c3c0e38114 | /results-java/realm--realm-java/6892df6eed75e81c361a60c7e7b723c056ced124/after/TableDataOperationsTest.java | 7458130b040383f4c1f229f45a6bb6bfefaf6216 | [] | no_license | fracz/refactor-extractor | https://github.com/fracz/refactor-extractor | 3ae45c97cc63f26d5cb8b92003b12f74cc9973a9 | dd5e82bfcc376e74a99e18c2bf54c95676914272 | refs/heads/master | 2021-01-19T06:50:08.211000 | 2018-11-30T13:00:57 | 2018-11-30T13:00:57 | 87,353,478 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.tightdb.typed;
import static org.testng.AssertJUnit.assertEquals;
import java.util.Date;
import org.testng.annotations.BeforeMethod;
import org.testng.annotations.Test;
import com.tightdb.test.TestEmployeeQuery;
import com.tightdb.test.TestEmployeeRow;
import com.tightdb.test.TestEmployeeTable;
import c... | UTF-8 | Java | 1,918 | java | TableDataOperationsTest.java | Java | [
{
"context": "new TestEmployeeTable();\n\n\t\temployees.add(NAME0, \"Doe\", 10000, true, new byte[] { 1, 2, 3 }, new Date()",
"end": 802,
"score": 0.9996250867843628,
"start": 799,
"tag": "NAME",
"value": "Doe"
},
{
"context": "w Date(), \"extra\", null);\n\t\temployees.add(NAME2, \"... | null | [] | package com.tightdb.typed;
import static org.testng.AssertJUnit.assertEquals;
import java.util.Date;
import org.testng.annotations.BeforeMethod;
import org.testng.annotations.Test;
import com.tightdb.test.TestEmployeeQuery;
import com.tightdb.test.TestEmployeeRow;
import com.tightdb.test.TestEmployeeTable;
import c... | 1,917 | 0.724192 | 0.687696 | 65 | 28.523077 | 28.591074 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.984615 | false | false | 7 |
c7c5dcfbd13efe78b481afaf873effd450c7e736 | 1,047,972,044,283 | ebc3d87b953c5daab66b71981097d2d5492dc455 | /shared/src/main/java/shared/model/EventType.java | a43f3e3d5bd523022ee4ff4cb5ebc153b3605122 | [] | no_license | griffinbholt/FamilyMapClient | https://github.com/griffinbholt/FamilyMapClient | fc70f2d4bfa5689891c43fb6c5991640de08e0cf | 20560902f4e7fe02159680199d02fd73a52cb08f | refs/heads/master | 2022-04-18T08:50:48.054000 | 2020-04-09T06:41:38 | 2020-04-09T06:41:38 | 253,123,665 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package shared.model;
import java.io.Serializable;
import java.util.Objects;
/**
* A class to manage the eventType field of {@link ServerEvent} objects
* @author griffinbholt
*/
@SuppressWarnings("StaticVariableOfConcreteClass")
public class EventType implements Comparable<EventType>, Serializable {
/**
*... | UTF-8 | Java | 2,383 | java | EventType.java | Java | [
{
"context": "pe field of {@link ServerEvent} objects\n * @author griffinbholt\n */\n@SuppressWarnings(\"StaticVariableOfConcreteCl",
"end": 178,
"score": 0.9993273615837097,
"start": 166,
"tag": "USERNAME",
"value": "griffinbholt"
}
] | null | [] | package shared.model;
import java.io.Serializable;
import java.util.Objects;
/**
* A class to manage the eventType field of {@link ServerEvent} objects
* @author griffinbholt
*/
@SuppressWarnings("StaticVariableOfConcreteClass")
public class EventType implements Comparable<EventType>, Serializable {
/**
*... | 2,383 | 0.647923 | 0.647923 | 81 | 28.419754 | 28.390514 | 116 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.259259 | false | false | 7 |
efbc5b45cf685d4f2d30fe9565cec5ce5ba342f6 | 12,506,944,769,733 | 5a0bfac7ad00c079fe8e0bdf1482f4271c46eeab | /app/src/main/wechat6.5.3/com/tencent/mm/plugin/webview/c/b.java | 3f86e7f20ebc7b8816d233ee6ddf890ef546b5ef | [] | no_license | newtonker/wechat6.5.3 | https://github.com/newtonker/wechat6.5.3 | 8af53a870a752bb9e3c92ec92a63c1252cb81c10 | 637a69732afa3a936afc9f4679994b79a9222680 | refs/heads/master | 2020-04-16T03:32:32.230000 | 2017-06-15T09:54:10 | 2017-06-15T09:54:10 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.tencent.mm.plugin.webview.c;
import android.content.Intent;
import android.os.Bundle;
import android.os.RemoteException;
import com.tencent.mm.a.g;
import com.tencent.mm.e.a.id;
import com.tencent.mm.e.a.nr;
import com.tencent.mm.model.ak;
import com.tencent.mm.model.m;
import com.tencent.mm.modelbiz.BizIn... | UTF-8 | Java | 36,173 | java | b.java | Java | [
{
"context": "\n String n = c.n(map, \"userName\");\n boolean b3 = c.b(m",
"end": 13968,
"score": 0.9726217985153198,
"start": 13960,
"tag": "USERNAME",
"value": "userName"
},
{
"context": " dVar.username = ... | null | [] | package com.tencent.mm.plugin.webview.c;
import android.content.Intent;
import android.os.Bundle;
import android.os.RemoteException;
import com.tencent.mm.a.g;
import com.tencent.mm.e.a.id;
import com.tencent.mm.e.a.nr;
import com.tencent.mm.model.ak;
import com.tencent.mm.model.m;
import com.tencent.mm.modelbiz.BizIn... | 36,173 | 0.465152 | 0.456802 | 849 | 41.60424 | 25.940336 | 201 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.025913 | false | false | 7 |
428dce7f1e4201361187633c5241133b2d702d6a | 1,580,548,027,668 | 614435b298084c9eb9a5d01af716154f4e9a7019 | /voguemovies/app/src/main/java/com/anshulvyas/android/voguemovies/data/MoviesRepository.java | c5f88f49b2cc102f740c3554116417a6c0d905ad | [
"Apache-2.0"
] | permissive | av-7/vogue-movies | https://github.com/av-7/vogue-movies | 60a7f0f4c431a4f6b8ebae6a8198c30859bec3bd | bd21fb5dfb9a80244a27a206160f5a553b190ae8 | refs/heads/master | 2018-10-14T16:48:28.985000 | 2018-07-28T21:47:54 | 2018-07-28T21:47:54 | 136,954,999 | 0 | 0 | Apache-2.0 | false | 2018-07-27T00:01:19 | 2018-06-11T16:49:07 | 2018-07-23T23:36:08 | 2018-07-27T00:01:18 | 57,352 | 0 | 0 | 0 | Java | false | null | package com.anshulvyas.android.voguemovies.data;
import android.app.Application;
import android.arch.lifecycle.LiveData;
import android.arch.lifecycle.MutableLiveData;
import android.util.Log;
import com.anshulvyas.android.voguemovies.AppExecutors;
import com.anshulvyas.android.voguemovies.data.model.Movie;
import co... | UTF-8 | Java | 7,906 | java | MoviesRepository.java | Java | [] | null | [] | package com.anshulvyas.android.voguemovies.data;
import android.app.Application;
import android.arch.lifecycle.LiveData;
import android.arch.lifecycle.MutableLiveData;
import android.util.Log;
import com.anshulvyas.android.voguemovies.AppExecutors;
import com.anshulvyas.android.voguemovies.data.model.Movie;
import co... | 7,906 | 0.689097 | 0.688717 | 199 | 38.728642 | 35.62714 | 124 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.452261 | false | false | 7 |
6096b35bd0c58e7b11ab05ed19e9e504cf067e00 | 29,987,461,724,021 | b5e234d941697acd1784cad05d4135f01117c289 | /Project2/src/ChartBuilder.java | 8eb94f53f7836495471c79f73124db91aacc0bb9 | [] | no_license | ksdorsett/Project2 | https://github.com/ksdorsett/Project2 | 4f04ca575d9c4c4b76f7615f6ff4c5bc7bd1b011 | 47748fcee5bfef60854b7aaf157b0628af5497af | refs/heads/master | 2021-01-24T11:36:10.192000 | 2016-11-03T14:48:25 | 2016-11-03T14:48:25 | 70,212,627 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | //Kevin Dorsett
//Project 1
//Software Engineering
import java.util.Scanner;
import csci348.drawings.SimpleDrawing;
/**
*
* @author kdorsett
*/
public class ChartBuilder{
static void drawLineOutside(Board board){
if(board.getSize().getWidth()+20<=SimpleDrawing.MAX_WIDTH){
board.addShape(new Line((int)boar... | UTF-8 | Java | 2,727 | java | ChartBuilder.java | Java | [
{
"context": "//Kevin Dorsett\n//Project 1\n//Software Engineering\n\nimport java.u",
"end": 15,
"score": 0.9998905062675476,
"start": 2,
"tag": "NAME",
"value": "Kevin Dorsett"
},
{
"context": "csci348.drawings.SimpleDrawing;\n\n/**\n *\n * @author kdorsett\n */\n\n\npublic class Ch... | null | [] | //<NAME>
//Project 1
//Software Engineering
import java.util.Scanner;
import csci348.drawings.SimpleDrawing;
/**
*
* @author kdorsett
*/
public class ChartBuilder{
static void drawLineOutside(Board board){
if(board.getSize().getWidth()+20<=SimpleDrawing.MAX_WIDTH){
board.addShape(new Line((int)board.getSi... | 2,720 | 0.645765 | 0.635497 | 67 | 39.716419 | 41.208538 | 187 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.686567 | false | false | 7 |
0352c1c1ed56e6f3357b8c90f6a97e487a38d1d9 | 11,605,001,647,532 | 95c49f466673952b465e19a5ee3ae6eff76bee00 | /src/main/java/com/zhihu/android/videox/api/model/Statement.java | b1fd9f729fb469b853eb764c7547ca50a2c8af49 | [] | no_license | Phantoms007/zhihuAPK | https://github.com/Phantoms007/zhihuAPK | 58889c399ae56b16a9160a5f48b807e02c87797e | dcdbd103436a187f9c8b4be8f71bdf7813b6d201 | refs/heads/main | 2023-01-24T01:34:18.716000 | 2020-11-25T17:14:55 | 2020-11-25T17:14:55 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zhihu.android.videox.api.model;
import android.os.Parcel;
import android.os.Parcelable;
import com.fasterxml.jackson.p518a.JsonProperty;
import com.secneo.apkwrapper.C6969H;
import kotlin.Metadata;
import kotlin.p2243e.p2245b.C32569u;
import kotlin.p2243e.p2245b.DefaultConstructorMarker;
@Metadata
/* comp... | UTF-8 | Java | 9,518 | java | Statement.java | Java | [] | null | [] | package com.zhihu.android.videox.api.model;
import android.os.Parcel;
import android.os.Parcelable;
import com.fasterxml.jackson.p518a.JsonProperty;
import com.secneo.apkwrapper.C6969H;
import kotlin.Metadata;
import kotlin.p2243e.p2245b.C32569u;
import kotlin.p2243e.p2245b.DefaultConstructorMarker;
@Metadata
/* comp... | 9,518 | 0.634167 | 0.566085 | 241 | 38.493774 | 74.787949 | 557 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.767635 | false | false | 7 |
f38feb141688016a27b61abf9c010295bc23e62c | 7,980,049,240,481 | 4cfda4f1b4d7703e1b460359012082c158103476 | /miliconvert/xsmt/branches/xsmt-1.0.0/org.miliconvert.xsmt.editor/src/org/miliconvert/xsmt/editor/parts/LinkElementEditPart.java | 8c9c6026c897cf71c8eaf7e661a43ad20d7ed2fa | [] | no_license | opensourcejavadeveloper/military_xml_project_miliconvert | https://github.com/opensourcejavadeveloper/military_xml_project_miliconvert | e62dee54499fdb8abaa76a9d44ed97ace19dc887 | bb0276970c243ec3acc07fd4b255673d6d7dd080 | refs/heads/master | 2022-01-10T18:11:39.021000 | 2018-08-20T12:45:02 | 2018-08-20T12:45:02 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /* ***** BEGIN LICENSE BLOCK *****
* Version: GPL 2.0
*
* The contents of this file are subject to the GNU General Public
* License Version 2 or later (the "GPL").
*
* Software distributed under the License is distributed on an "AS IS" basis,
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the Lic... | UTF-8 | Java | 2,892 | java | LinkElementEditPart.java | Java | [] | null | [] | /* ***** BEGIN LICENSE BLOCK *****
* Version: GPL 2.0
*
* The contents of this file are subject to the GNU General Public
* License Version 2 or later (the "GPL").
*
* Software distributed under the License is distributed on an "AS IS" basis,
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the Lic... | 2,892 | 0.764706 | 0.759516 | 98 | 28.489796 | 23.939653 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.336735 | false | false | 7 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.