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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
81e21b59bc56312d816c9769093a3f211fa8cb15 | 20,736,102,121,848 | 7df7621ab36bb08d5492d81c5bd55fc213bb86f4 | /src/main/java/be/bt/repository/AuthorityReository.java | dcc432559ada962837508ac511a7f7c10d74e37c | [] | no_license | tareqhb/products-app-back | https://github.com/tareqhb/products-app-back | 41c19baa5ff1b388025f589905b861df4227e252 | 5455b590495fca2fd93ed38428fe0ce3e27af607 | refs/heads/master | 2020-03-28T14:21:49.571000 | 2018-09-12T13:00:44 | 2018-09-12T13:00:44 | 148,481,097 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package be.bt.repository;
import be.bt.domain.security.Authority;
import org.springframework.data.jpa.repository.JpaRepository;
public interface AuthorityReository extends JpaRepository<Authority, Long> {
}
| UTF-8 | Java | 209 | java | AuthorityReository.java | Java | [] | null | [] | package be.bt.repository;
import be.bt.domain.security.Authority;
import org.springframework.data.jpa.repository.JpaRepository;
public interface AuthorityReository extends JpaRepository<Authority, Long> {
}
| 209 | 0.832536 | 0.832536 | 7 | 28.857143 | 28.82176 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.571429 | false | false | 2 |
65d3ca079490b21c3fb3ce8afccb32a9161b1826 | 19,370,302,519,727 | 187d61038c998c769b857667531cda5e95842676 | /src/test/java/com/sqa/sxd/core/IETest.java | 57292e8e20b5991a4cc29b5864abd43f1165ad60 | [] | no_license | sxd-hobo/basic-project | https://github.com/sxd-hobo/basic-project | 1cba9d3647ffe2777d2b17ffd3aa5a55014d217e | 4f40787061d787147f80d56c2a12d238bea75e21 | refs/heads/master | 2021-07-21T21:02:08.180000 | 2017-10-27T05:03:22 | 2017-10-27T05:03:22 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.sqa.sxd.core;
import java.util.concurrent.*;
import org.openqa.selenium.ie.*;
import org.testng.annotations.*;
public class IETest extends Core {
public IETest(String baseURL) {
super(baseURL);
}
@BeforeMethod
public void setIEDriver() {
System.setProperty("webdriver.ie.driver", "drivers/IEDriv... | UTF-8 | Java | 656 | java | IETest.java | Java | [] | null | [] | package com.sqa.sxd.core;
import java.util.concurrent.*;
import org.openqa.selenium.ie.*;
import org.testng.annotations.*;
public class IETest extends Core {
public IETest(String baseURL) {
super(baseURL);
}
@BeforeMethod
public void setIEDriver() {
System.setProperty("webdriver.ie.driver", "drivers/IEDriv... | 656 | 0.722561 | 0.719512 | 28 | 22.428572 | 21.039806 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.321429 | false | false | 2 |
fb8c719e5041d5908748fea05b2b42a3626ca4bf | 16,363,825,445,934 | 9f1ddb370c6abe869bb08496758c08eb8583f73f | /app/src/main/java/grk/impala/model/HistoryModel.java | 00820d6083bd136e512c8428056fdad0694a6fb9 | [] | no_license | cnaveen1403/DialFood | https://github.com/cnaveen1403/DialFood | 6a9ae01f9db30401c8063d651b050b92adda23b4 | 1c1d58dd3764e2958d209707b107d7abac754e33 | refs/heads/master | 2021-01-13T03:26:17.346000 | 2016-12-28T18:57:34 | 2016-12-28T18:57:34 | 74,341,772 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package grk.impala.model;
import java.util.ArrayList;
import java.util.HashMap;
/**
* Created by Samsung on 7/15/2015.
*/
public class HistoryModel {
String id, dat, total, status;
ArrayList<HashMap<String, String>> hashMapArrayList;
public HistoryModel() {
}
public HistoryModel(String id, Str... | UTF-8 | Java | 1,353 | java | HistoryModel.java | Java | [
{
"context": "List;\nimport java.util.HashMap;\n\n/**\n * Created by Samsung on 7/15/2015.\n */\npublic class HistoryModel {\n ",
"end": 107,
"score": 0.9332166314125061,
"start": 100,
"tag": "NAME",
"value": "Samsung"
}
] | null | [] | package grk.impala.model;
import java.util.ArrayList;
import java.util.HashMap;
/**
* Created by Samsung on 7/15/2015.
*/
public class HistoryModel {
String id, dat, total, status;
ArrayList<HashMap<String, String>> hashMapArrayList;
public HistoryModel() {
}
public HistoryModel(String id, Str... | 1,353 | 0.620103 | 0.61493 | 63 | 20.476191 | 23.342077 | 130 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.492063 | false | false | 2 |
bbb308e56b9f64242da7bb8a91cae2aadc35ff95 | 11,304,353,948,007 | 6b2a8dd202fdce77c971c412717e305e1caaac51 | /solutions_5634947029139456_1/java/xiaowuc1/A.java | d0a91c895148993c53d85de4e79d48af09bbd907 | [] | no_license | alexandraback/datacollection | https://github.com/alexandraback/datacollection | 0bc67a9ace00abbc843f4912562f3a064992e0e9 | 076a7bc7693f3abf07bfdbdac838cb4ef65ccfcf | refs/heads/master | 2021-01-24T18:27:24.417000 | 2017-05-23T09:23:38 | 2017-05-23T09:23:38 | 84,313,442 | 2 | 4 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.awt.*;
import java.awt.event.*;
import java.awt.geom.*;
import java.io.*;
import java.math.*;
import java.text.*;
import java.util.*;
public class A {
static BufferedReader br;
static StringTokenizer st;
static PrintWriter pw;
static int maxLen;
public static void main(String[] args) t... | UTF-8 | Java | 2,757 | java | A.java | Java | [
{
"context": "\n\t\t\t\t}\r\n\t\t\t\tsb.append(val);\r\n\t\t\t}\r\n\t\t\tString key = sb.toString();\r\n\t\t\tif(!temp.containsKey(key)) {\r\n\t\t\t\ttemp.put",
"end": 1678,
"score": 0.9197786450386047,
"start": 1667,
"tag": "KEY",
"value": "sb.toString"
}
] | null | [] | import java.awt.*;
import java.awt.event.*;
import java.awt.geom.*;
import java.io.*;
import java.math.*;
import java.text.*;
import java.util.*;
public class A {
static BufferedReader br;
static StringTokenizer st;
static PrintWriter pw;
static int maxLen;
public static void main(String[] args) t... | 2,757 | 0.581066 | 0.57091 | 106 | 24.009434 | 21.009655 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.150943 | false | false | 2 |
ba66fff9d144ba404e3b6820e97a59620b113e5a | 11,304,353,947,977 | e791d4693c019950fd3a5340ceb66ffbf823c5c6 | /CSSE230/TwoDTree/src/twodtree/Testing.java | ce8df6b4fac007a283a3294e98ed8acc4b3a3d72 | [] | no_license | Trigon/RHIT-Codes | https://github.com/Trigon/RHIT-Codes | d9225982d9393be1e982977b8ad05e1df44dce69 | 227050226e157b6bbf9c83f6113d40a8004a0270 | refs/heads/master | 2016-09-17T15:40:15.390000 | 2016-09-09T18:36:06 | 2016-09-09T18:36:06 | 67,822,224 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package twodtree;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertTrue;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import java.util.Random;
import org.junit.AfterClass;
import org.junit.Test;
import twodtr... | UTF-8 | Java | 6,330 | java | Testing.java | Java | [] | null | [] | package twodtree;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertTrue;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import java.util.Random;
import org.junit.AfterClass;
import org.junit.Test;
import twodtr... | 6,330 | 0.629226 | 0.566983 | 252 | 24.119047 | 21.362 | 120 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.777778 | false | false | 2 |
206c9b7c1d0cc1431b70c32f266ca30a67e2658f | 2,465,311,256,825 | d75fd0b7dd5f88129a764842f92fb1c470060114 | /UVA/Problem_11494.java | 1de061874847e91cd0a2ddb1ce2c9f7a1a47c3c5 | [] | no_license | renatoaf/renatoaf | https://github.com/renatoaf/renatoaf | e74ba7ca304581db08bea55818a3dcbaf8eaf133 | 2c09f19273cad8a88983f5b793c33c8975a9fac1 | refs/heads/master | 2020-04-16T03:23:26.449000 | 2015-10-01T04:33:03 | 2015-10-01T04:33:03 | 33,736,906 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Queen
*/
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.StringTokenizer;
class Problem_11494 {
static int nextInt(StringTokenizer config) {
return Integer.parseInt(config.nextToken());
}
public static void main(String[] args) th... | UTF-8 | Java | 1,018 | java | Problem_11494.java | Java | [] | null | [] | /*
* Queen
*/
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.StringTokenizer;
class Problem_11494 {
static int nextInt(StringTokenizer config) {
return Integer.parseInt(config.nextToken());
}
public static void main(String[] args) th... | 1,018 | 0.599214 | 0.56778 | 43 | 21.72093 | 19.731129 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.209302 | false | false | 2 |
a52a30f2d1b7f2029bbaec224f2b796be60708b8 | 11,149,735,145,744 | f051d87b9fe6e5280a9f55cd142302cd0dc894e2 | /contrib/storage-kafka/src/main/java/org/apache/drill/exec/store/kafka/decoders/JsonMessageReader.java | 32396646465e47c681b8c107b2c213ab40edf571 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference",
"MIT",
"LicenseRef-scancode-unknown"
] | permissive | parthchandra/drill | https://github.com/parthchandra/drill | 6e469840c3746fb7dd6d07d53face80da78ff1cf | 865ea2f3f233abc2bf5854f272f5455d2f93d97b | refs/heads/master | 2021-04-06T03:54:37.536000 | 2018-05-04T17:47:28 | 2018-05-15T21:50:52 | 17,526,683 | 1 | 1 | Apache-2.0 | true | 2018-09-05T21:52:12 | 2014-03-07T20:40:04 | 2018-05-15T21:55:31 | 2018-08-03T01:15:15 | 45,987 | 2 | 2 | 0 | Java | false | null | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | UTF-8 | Java | 4,398 | java | JsonMessageReader.java | Java | [] | null | [] | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | 4,398 | 0.753752 | 0.751933 | 108 | 39.722221 | 31.553551 | 116 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.583333 | false | false | 2 |
204be7f54a90f423875e4811e34f2d4107e47b42 | 9,689,446,248,709 | 529bb13bea4470929733c6ac6c654d760b0a1c23 | /src/doctest/Test.java | 34d13f1778d03424291536277392df0c6dfd9c9b | [] | no_license | xuzhiyou/FirstRpt | https://github.com/xuzhiyou/FirstRpt | 06ac21cc4102e896187962b3a2372a05062c45f6 | 036e431464d3e4a7a169e5b4ad565b5ad61e6fc5 | refs/heads/master | 2020-05-21T20:11:08.236000 | 2017-01-05T03:16:10 | 2017-01-05T03:16:10 | 63,239,269 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package doctest;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.FileReader;
import java.io.IOException;
import xzy.*;
import java.util.Arrays;
/**
* Description:
* <br> 第一个javadoc测试类
* 2016-09-02<br>
* 这是在utf-8下新加入的中文
* this is a test
* @author x... | UTF-8 | Java | 10,065 | java | Test.java | Java | [
{
"context": "r>\r\n* 这是在utf-8下新加入的中文\r\n* this is a test\r\n* @author xuzhiyou\r\n* @author x z y\r\n* @author xzy--xzy2--xzy3\r\n* @v",
"end": 327,
"score": 0.9994719624519348,
"start": 319,
"tag": "USERNAME",
"value": "xuzhiyou"
},
{
"context": "st\r\n* @author xuzhiyou\r\n* @auth... | null | [] | package doctest;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.FileReader;
import java.io.IOException;
import xzy.*;
import java.util.Arrays;
/**
* Description:
* <br> 第一个javadoc测试类
* 2016-09-02<br>
* 这是在utf-8下新加入的中文
* this is a test
* @author x... | 10,067 | 0.557733 | 0.547631 | 452 | 19.900442 | 18.756269 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.130531 | false | false | 2 |
b71c6b4ff82ebed66460e346266984b94c622dcd | 12,945,031,461,696 | 9c7899f41c97260ce59f9d875635955b15bcb195 | /source/RuntimeTest/src/com/huaqin/runtime/TesterCamera.java | 777e57841d63705329682f7a8db8927c099e9068 | [] | no_license | davidlcc/tools | https://github.com/davidlcc/tools | 9fffe2b60b0d7c2b07caabf6edcc4ebc78d90399 | e94de12580aff55af2c873d79e5519bb54ea9b9b | HEAD | 2016-08-06T07:15:42.313000 | 2015-08-14T10:04:01 | 2015-08-14T10:36:40 | 40,168,895 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.huaqin.runtime;
import android.app.Activity;
import android.content.Context;
import android.content.Intent;
import android.content.IntentFilter;
import android.content.BroadcastReceiver;
import android.graphics.PixelFormat;
import android.hardware.Camera;
import android.hardware.Camera.PreviewCallback;
im... | UTF-8 | Java | 12,426 | java | TesterCamera.java | Java | [] | null | [] | package com.huaqin.runtime;
import android.app.Activity;
import android.content.Context;
import android.content.Intent;
import android.content.IntentFilter;
import android.content.BroadcastReceiver;
import android.graphics.PixelFormat;
import android.hardware.Camera;
import android.hardware.Camera.PreviewCallback;
im... | 12,426 | 0.558345 | 0.553758 | 409 | 29.378973 | 26.076166 | 142 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.518337 | false | false | 2 |
012a98bf85db43b8e9ac95ad1c431421c7bb049e | 28,621,662,093,347 | ae9aa7105bed87bbf884dbce15aba7b1d136f24f | /src/main/java/net/canarymod/api/world/blocks/Dispenser.java | ff50065bfdaa4c2552ac42cba830cbd614a60d1a | [] | no_license | zaurek/CanaryLib | https://github.com/zaurek/CanaryLib | 636e2e3be77ac681483106249a2bf598a669c407 | acad4689be37f17ab6467db8710a6591f26096ce | refs/heads/master | 2021-01-20T23:52:09.999000 | 2012-07-13T18:06:50 | 2012-07-13T18:06:50 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package net.canarymod.api.world.blocks;
import net.canarymod.api.entity.Entity;
import net.canarymod.api.inventory.Container;
import net.canarymod.api.inventory.Inventory;
import net.canarymod.api.inventory.Item;
public interface Dispenser extends ComplexBlock, Container<Item>{
/**
* Get this dispensers... | UTF-8 | Java | 750 | java | Dispenser.java | Java | [] | null | [] | package net.canarymod.api.world.blocks;
import net.canarymod.api.entity.Entity;
import net.canarymod.api.inventory.Container;
import net.canarymod.api.inventory.Inventory;
import net.canarymod.api.inventory.Item;
public interface Dispenser extends ComplexBlock, Container<Item>{
/**
* Get this dispensers... | 750 | 0.677333 | 0.677333 | 29 | 24.862068 | 20.052902 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.310345 | false | false | 2 |
f760c38182d70d1c0ed37d5b25df2dd351f0ea5e | 23,467,701,342,781 | 67e735ab2b0f3190968aa248e80a7b3a570f1101 | /hcl_java_tools/Demo_JDBC/src/com/jdbc/demo/AddEmployee.java | 556fd11c5de47f5caa56cb08ec4a7261880465e6 | [] | no_license | DivyaMaddipudi/HCL_Training | https://github.com/DivyaMaddipudi/HCL_Training | 7ed68a19552310093895e12deacf0f019b07b49c | c7a6bd9fbac7f3398e7d68e8dce5f72ed13d14ec | refs/heads/master | 2023-01-28T18:33:04.969000 | 2020-12-08T18:05:32 | 2020-12-08T18:05:32 | 304,354,730 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jdbc.demo;
import java.io.IOException;
import java.io.InputStream;
import java.sql.*;
import java.util.Properties;
public class AddEmployee {
public static void main(String[] args) {
Statement stmt = null;
ResultSet rs = null;
try {
Connection connection = ConnectionFactory.getConnection()... | UTF-8 | Java | 712 | java | AddEmployee.java | Java | [] | null | [] | package com.jdbc.demo;
import java.io.IOException;
import java.io.InputStream;
import java.sql.*;
import java.util.Properties;
public class AddEmployee {
public static void main(String[] args) {
Statement stmt = null;
ResultSet rs = null;
try {
Connection connection = ConnectionFactory.getConnection()... | 712 | 0.698034 | 0.683989 | 31 | 21.967741 | 24.038254 | 121 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.129032 | false | false | 2 |
a5d2bc218e1aa607514b41b3778b2fb5d0a5a2ad | 10,110,353,060,164 | 51374109cc5ecf1439545a08a5183488b41d0ea2 | /src/main/java/com/epam/wizzair/step/cucumber/ServicePageStepsCuc.java | 4816066e1525ecf54e9120ef474340e1a30eb4f8 | [] | no_license | AliaksandrKrutsko/wizzair-1 | https://github.com/AliaksandrKrutsko/wizzair-1 | 9e1e75ea970d195d1ab56d40ae4bad1cfac4abc9 | a47dd85776677d95af43c750688c13e549400c2e | refs/heads/master | 2021-01-17T14:18:20.899000 | 2017-06-09T12:11:18 | 2017-06-09T12:11:18 | 84,049,272 | 0 | 0 | null | true | 2017-03-06T08:36:32 | 2017-03-06T08:36:32 | 2017-03-03T14:36:45 | 2017-03-06T08:31:28 | 64 | 0 | 0 | 0 | null | null | null | package com.epam.wizzair.step.cucumber;
import com.epam.wizzair.page.ServicesPage;
import cucumber.api.java.en.When;
/**
* Created by Aliaksandr_Krutsko on 6/8/2017.
*/
public class ServicePageStepsCuc {
private ServicesPage servicesPage = new ServicesPage();
@When("^User passes on services$")
public v... | UTF-8 | Java | 531 | java | ServicePageStepsCuc.java | Java | [
{
"context": "port cucumber.api.java.en.When;\n\n/**\n * Created by Aliaksandr_Krutsko on 6/8/2017.\n */\npublic class ServicePageStepsCuc",
"end": 155,
"score": 0.9326919913291931,
"start": 137,
"tag": "NAME",
"value": "Aliaksandr_Krutsko"
}
] | null | [] | package com.epam.wizzair.step.cucumber;
import com.epam.wizzair.page.ServicesPage;
import cucumber.api.java.en.When;
/**
* Created by Aliaksandr_Krutsko on 6/8/2017.
*/
public class ServicePageStepsCuc {
private ServicesPage servicesPage = new ServicesPage();
@When("^User passes on services$")
public v... | 531 | 0.702448 | 0.691149 | 22 | 23.136364 | 20.237892 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.272727 | false | false | 2 |
579451269220058fe43e540943541df99171c40c | 32,538,672,273,885 | 92ea52278fd3cda4f3ecdac1f521067cb8eea95c | /code/com/nabeeh/webmail/SettingProcess.java | 9064a33089078f92590dfed6fc726a16f77736b3 | [] | no_license | nghanem/webmailserver | https://github.com/nghanem/webmailserver | baaae3b14a9466e0c9ca5a736a2e076c76ddb6c3 | 40b81243ea646641b601ac80b8f8afa5e99530ea | refs/heads/master | 2021-01-01T18:22:10.302000 | 2013-06-09T08:34:05 | 2013-06-09T08:34:05 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.nabeeh.webmail;
import java.io.IOException;
import java.util.ArrayList;
import javax.servlet.http.*;
//import other.ContactAPI;
public class SettingProcess extends Page {
/**
* Webmail server Application for 601 class USF
* @author Nabeeh Ghanem
* @version 1.0
*/
public SettingProcess(HttpServ... | UTF-8 | Java | 1,845 | java | SettingProcess.java | Java | [
{
"context": "il server Application for 601 class USF\n\t* @author Nabeeh Ghanem\n\t* @version 1.0\n\t*/\n\n\tpublic SettingProcess(HttpS",
"end": 267,
"score": 0.9998939633369446,
"start": 254,
"tag": "NAME",
"value": "Nabeeh Ghanem"
},
{
"context": "\");\n\t\t\tString newPassword =... | null | [] | package com.nabeeh.webmail;
import java.io.IOException;
import java.util.ArrayList;
import javax.servlet.http.*;
//import other.ContactAPI;
public class SettingProcess extends Page {
/**
* Webmail server Application for 601 class USF
* @author <NAME>
* @version 1.0
*/
public SettingProcess(HttpServletRequ... | 1,835 | 0.676423 | 0.672087 | 72 | 24.638889 | 22.425993 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.805556 | false | false | 2 |
6f09eff091f71a769b74cc6f7fd6128a8969602b | 25,537,875,584,011 | acb0caa3b73f3b63abd10a98fe125aa10e3919a5 | /src/test/java/com/acme/demo/broker/controller/BrokerControllerTest.java | e9fa55af76327eb1b0dc8622f9ec85f1c1a87461 | [
"MIT"
] | permissive | ammbra/12factor-kube-broker | https://github.com/ammbra/12factor-kube-broker | 16a65546b7bd5070b3d08228bb740ada6d428fe4 | 21e18404e67a0743a9d3bf8178a271f12e9ae054 | refs/heads/master | 2023-04-28T08:16:35.036000 | 2019-08-24T11:43:05 | 2019-08-24T11:43:05 | 200,270,933 | 1 | 1 | MIT | false | 2023-04-14T17:39:58 | 2019-08-02T17:07:31 | 2019-08-27T17:59:29 | 2023-04-14T17:39:57 | 37 | 1 | 1 | 1 | Java | false | false | package com.acme.demo.broker.controller;
import static org.springframework.test.web.servlet.request.MockMvcRequestBuilders.get;
import static org.springframework.test.web.servlet.result.MockMvcResultMatchers.status;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springfram... | UTF-8 | Java | 1,683 | java | BrokerControllerTest.java | Java | [] | null | [] | package com.acme.demo.broker.controller;
import static org.springframework.test.web.servlet.request.MockMvcRequestBuilders.get;
import static org.springframework.test.web.servlet.result.MockMvcResultMatchers.status;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springfram... | 1,683 | 0.827689 | 0.827094 | 49 | 33.346939 | 29.675491 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.836735 | false | false | 2 |
67092bc89c470cd47998dcbdbd773d7607e9b5f7 | 39,075,612,462,676 | c2561b452e407487a276bdbd06ba8f768ebdb9e1 | /src/main/java/com/spring/classes/Client.java | 61c1ce0b6c40d4c3bd5c98bd3c32439f1a8f3f6b | [] | no_license | AsmaaJittou/Project_Ecommerce_J2EE_SPRING | https://github.com/AsmaaJittou/Project_Ecommerce_J2EE_SPRING | a3a0899922b37a4df0901eb407c9a9ef2d0a8e86 | 63f908b3207f66b53d1d8f468302e3ae9f43369f | refs/heads/master | 2023-01-31T10:08:37.381000 | 2020-12-18T09:02:00 | 2020-12-18T09:02:00 | 322,540,108 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.spring.classes;
public class Client {
private int id;
private String nom;
private String prenom;
private String password;
private String email;
private String adresse;
private String tel;
private String pays;
public Client() {
super();
}
public Client( String nom, String prenom,String pas... | UTF-8 | Java | 1,538 | java | Client.java | Java | [
{
"context": "m=\" + nom + \", prenom=\" + prenom + \", password=\" + password + \", email=\" + email\n\t\t\t+ \", adresse=\" + adresse ",
"end": 681,
"score": 0.996875524520874,
"start": 673,
"tag": "PASSWORD",
"value": "password"
},
{
"context": ") {return email;}\n\tpublic String ... | null | [] | package com.spring.classes;
public class Client {
private int id;
private String nom;
private String prenom;
private String password;
private String email;
private String adresse;
private String tel;
private String pays;
public Client() {
super();
}
public Client( String nom, String prenom,String pas... | 1,544 | 0.691808 | 0.691808 | 58 | 25.517241 | 25.006372 | 114 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.655172 | false | false | 2 |
2c59bd706f93e4c06b4b6647529f0ac2334de1fb | 35,991,825,971,186 | d3a59ef8704a4a6163f2154bd4cbcdedbd859387 | /src/com/utils/ConnectionProvider.java | 66ae422ec7890f89c89dc9cf4c08aa73764d9c43 | [] | no_license | dranandrao/ComponentTracker | https://github.com/dranandrao/ComponentTracker | fb302f9a829e56049f535f0d3b52e89098a0e0cc | be201e75cda9ab4fbc968de580df344a716887f9 | refs/heads/master | 2021-04-29T20:52:21.650000 | 2018-04-08T08:38:39 | 2018-04-08T08:38:39 | 121,605,416 | 0 | 2 | null | false | 2018-03-27T08:57:33 | 2018-02-15T08:19:01 | 2018-03-27T07:53:47 | 2018-03-27T08:57:33 | 21 | 0 | 1 | 0 | Java | false | null | package com.utils;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.SQLException;
/**
* @author dranandrao
*
*/
public class ConnectionProvider implements Provider {
private Connection conn;
public Connection getConnection() {
try {
Class.forName(DRIVER);
conn = DriverManager.g... | UTF-8 | Java | 613 | java | ConnectionProvider.java | Java | [
{
"context": "ger;\nimport java.sql.SQLException;\n\n/**\n * @author dranandrao\n *\n */\npublic class ConnectionProvider implements",
"end": 135,
"score": 0.999590277671814,
"start": 125,
"tag": "USERNAME",
"value": "dranandrao"
}
] | null | [] | package com.utils;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.SQLException;
/**
* @author dranandrao
*
*/
public class ConnectionProvider implements Provider {
private Connection conn;
public Connection getConnection() {
try {
Class.forName(DRIVER);
conn = DriverManager.g... | 613 | 0.719413 | 0.719413 | 29 | 20.137932 | 17.0187 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.551724 | false | false | 2 |
9fead63115bbf156750bacdea760891851d34037 | 39,513,699,133,427 | 6201bd61a1a2690a63d7a767cd3be907a748176e | /greendaotest/src/main/java/com/example/greendaotest/MainActivity.java | 573b606c86d672f1216e68308f9c01afb0ab36d2 | [] | no_license | LiyDzz/Model | https://github.com/LiyDzz/Model | d9b887ab5d88b0b356845c283212ab509e2a9b3d | a91330c4e2f266ee081e46afe64b1e32e0ca3311 | refs/heads/master | 2021-01-20T14:23:54.220000 | 2017-05-08T08:28:05 | 2017-05-08T08:28:05 | 90,604,227 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.greendaotest;
import android.app.Activity;
import android.database.sqlite.SQLiteDatabase;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import com.example.db.DaoMaster;
import com.example.db.DaoSession;
im... | UTF-8 | Java | 3,218 | java | MainActivity.java | Java | [
{
"context": "tudent.setNumber(number);\n student.setName(name);\n student.setAge(age);\n student.se",
"end": 2013,
"score": 0.9854331612586975,
"start": 2009,
"tag": "NAME",
"value": "name"
},
{
"context": " stu.setId(3L);\n stu.setName(\"韩韩\... | null | [] | package com.example.greendaotest;
import android.app.Activity;
import android.database.sqlite.SQLiteDatabase;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import com.example.db.DaoMaster;
import com.example.db.DaoSession;
im... | 3,218 | 0.612226 | 0.609091 | 101 | 30.584158 | 21.056391 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.693069 | false | false | 2 |
353498b83f9723ec81c1d1bdab2cd3e5c43ac49a | 27,668,179,388,181 | dcdb7b92f3d279b57b80bafd49d3e8484c6d0bef | /hadoop-yarn-project/hadoop-yarn/hadoop-yarn-client/src/main/java/org/apache/hadoop/yarn/client/cli/LogsCLI.java | d3b44a7764aedad560e4c698f192bba329b04b63 | [
"Apache-2.0",
"LicenseRef-scancode-unknown",
"BSD-2-Clause",
"BSD-3-Clause"
] | permissive | naver/hadoop | https://github.com/naver/hadoop | 87b5684945da4d1a6002bb2039ac35986b64eb64 | 0c0a80f96283b5a7be234663e815bc04bafc8be2 | refs/heads/master | 2023-08-24T16:06:00.884000 | 2022-11-03T00:31:17 | 2022-11-03T00:31:17 | 106,681,970 | 42 | 39 | Apache-2.0 | false | 2022-11-03T00:31:18 | 2017-10-12T11:06:22 | 2022-11-03T00:30:28 | 2022-11-03T00:31:17 | 82,150 | 34 | 23 | 1 | Java | false | false | /**
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may n... | UTF-8 | Java | 7,374 | java | LogsCLI.java | Java | [] | null | [] | /**
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may n... | 7,374 | 0.713588 | 0.711419 | 204 | 35.14706 | 24.838457 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.647059 | false | false | 2 |
8a700fa99af1ca9f8f7cd2b5d433837ad4f7940c | 8,959,301,846,742 | 88640ad5fde41cc5a585b561aa2b6c110703aa9f | /src/gettersSetters/ProduitsFinies.java | 12dd34a77c0444627089f18385ec5b88cf32ba12 | [] | no_license | Landrice/AmicaleGeMaPre | https://github.com/Landrice/AmicaleGeMaPre | 0207f27934747b6d3d23ccb44f53a86bd76bc0bd | 210185a8249907e8317d3de6aa76bc356c4fe659 | refs/heads/master | 2020-04-13T23:50:11.882000 | 2018-12-29T14:27:50 | 2018-12-29T14:27:50 | 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 gettersSetters;
import javafx.collections.FXCollections;
import javafx.collections.ObservableList;
/**
*
* @aut... | UTF-8 | Java | 867 | java | ProduitsFinies.java | Java | [
{
"context": "collections.ObservableList;\r\n\r\n/**\r\n *\r\n * @author Ralande\r\n */\r\npublic class ProduitsFinies {\r\n public ",
"end": 331,
"score": 0.9876120090484619,
"start": 324,
"tag": "NAME",
"value": "Ralande"
}
] | 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 gettersSetters;
import javafx.collections.FXCollections;
import javafx.collections.ObservableList;
/**
*
* @aut... | 867 | 0.726644 | 0.726644 | 29 | 27.896551 | 23.746281 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.655172 | false | false | 2 |
2cf802fb31b61a5b419f4fb7e8fc61121dc4f59c | 38,749,194,994,610 | b83a4fe5fa09f20ca872e57bef69b40fde6df4f3 | /repository/perseo-backend/src/main/java/com/perseo/backend/models/entity/HistoriasClinicas.java | f55547f816f437a3fc58e8c9badf09207b6b14cc | [] | no_license | FranAdduci/perseo-back | https://github.com/FranAdduci/perseo-back | 788a4589b312d273f2238ef4f1a6fa7a95d92c63 | eb3fa67adcb8ee5cec1c1cd0c70a938d05887429 | refs/heads/master | 2022-12-01T08:19:23.501000 | 2020-08-14T22:27:45 | 2020-08-14T22:27:45 | 287,635,061 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.perseo.backend.models.entity;
public class HistoriasClinicas {
}
| UTF-8 | Java | 84 | java | HistoriasClinicas.java | Java | [] | null | [] | package com.perseo.backend.models.entity;
public class HistoriasClinicas {
}
| 84 | 0.75 | 0.75 | 5 | 14.8 | 17.948816 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.2 | false | false | 2 |
f8905a44ed6130502b2f6e24e244f70de2f41254 | 12,429,635,395,703 | 328811cf2412df812911e34365a94be817f223e6 | /src/main/java/pe/edu/upc/ezshipping/models/repositories/TipoClienteRepository.java | 3761e5281241ba97d86f6b59a4753cdecad3fe04 | [] | no_license | JoseC120900/ezshipping-TF | https://github.com/JoseC120900/ezshipping-TF | 9acb93d681b1979341bd1c7c727bf29071a30acf | 6c3d704ce262c25a8bcfa5ef5864b3ab953bad12 | refs/heads/master | 2022-12-29T16:14:19.701000 | 2020-10-17T21:31:34 | 2020-10-17T21:31:34 | 304,681,494 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package pe.edu.upc.ezshipping.models.repositories;
import java.util.Optional;
import pe.edu.upc.ezshipping.models.entities.TipoCliente;
public interface TipoClienteRepository extends JpaRepository<TipoCliente, Integer> {
Optional<TipoCliente> findByNombre(String nombre) throws Exception;
}
| UTF-8 | Java | 295 | java | TipoClienteRepository.java | Java | [] | null | [] | package pe.edu.upc.ezshipping.models.repositories;
import java.util.Optional;
import pe.edu.upc.ezshipping.models.entities.TipoCliente;
public interface TipoClienteRepository extends JpaRepository<TipoCliente, Integer> {
Optional<TipoCliente> findByNombre(String nombre) throws Exception;
}
| 295 | 0.833898 | 0.833898 | 9 | 31.777779 | 31.653603 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 2 |
54e603854257b7cbc99a74dc5be196501de31a01 | 29,764,123,415,981 | a6507c591cbf51a62b8388c843fd9b182caf3d53 | /src/main/java/de/dfki/asr/atlas/business/scratchSpace/ScratchSpace.java | bd30827f36ebbd5cf7252300b8874b791477e5d6 | [
"Apache-2.0",
"MIT"
] | permissive | dfki-asr/atlas-server | https://github.com/dfki-asr/atlas-server | 6dbe115ee7a6092967b10567c5df23bd8245b180 | 20f1ab260098d753da368c0011cc0c453b2c699b | refs/heads/master | 2021-01-21T04:54:08.445000 | 2018-10-18T15:24:48 | 2018-10-18T15:24:48 | 32,386,407 | 0 | 0 | null | false | 2016-03-23T13:35:30 | 2015-03-17T10:19:09 | 2015-03-17T10:25:52 | 2016-03-23T13:35:30 | 737 | 0 | 0 | 1 | JavaScript | null | null | /*
* This file is part of ATLAS. It is subject to the license terms in
* the LICENSE file found in the top-level directory of this distribution.
* (Also available at http://www.apache.org/licenses/LICENSE-2.0.txt)
* You may not use this file except in compliance with the License.
*/
package de.dfki.asr.atlas.busin... | UTF-8 | Java | 1,742 | java | ScratchSpace.java | Java | [] | null | [] | /*
* This file is part of ATLAS. It is subject to the license terms in
* the LICENSE file found in the top-level directory of this distribution.
* (Also available at http://www.apache.org/licenses/LICENSE-2.0.txt)
* You may not use this file except in compliance with the License.
*/
package de.dfki.asr.atlas.busin... | 1,742 | 0.771527 | 0.770379 | 54 | 31.25926 | 27.6989 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.351852 | false | false | 2 |
892e70252aeddf9a250b8a12fd582450d4abb8d9 | 25,245,817,791,944 | adca570db8c6a0d2386acfed68b55f6aa789266e | /app/src/main/java/ir/sharif/mobile/simple_task_management/repository/RewardRepository.java | 709081659bd3d8c6827d9abab8561c2f3ba80005 | [] | no_license | taslimisina/mobile-project | https://github.com/taslimisina/mobile-project | 60974219eda817e9e3d2be7776ee1eff74c0683f | 3865b3a7f959960e22d58f2d68475720a65a01a1 | refs/heads/main | 2023-06-21T03:31:21.394000 | 2021-07-23T12:16:52 | 2021-07-23T12:16:52 | 384,528,797 | 0 | 0 | null | false | 2021-07-17T20:50:33 | 2021-07-09T19:06:57 | 2021-07-15T03:55:52 | 2021-07-17T20:50:32 | 567 | 0 | 0 | 0 | Java | false | false | package ir.sharif.mobile.simple_task_management.repository;
import android.content.ContentValues;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import java.util.ArrayList;
import java.util.List;
import ir.sharif.mobile.simple_task_management.model.Reward;
public class RewardReposito... | UTF-8 | Java | 2,937 | java | RewardRepository.java | Java | [] | null | [] | package ir.sharif.mobile.simple_task_management.repository;
import android.content.ContentValues;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import java.util.ArrayList;
import java.util.List;
import ir.sharif.mobile.simple_task_management.model.Reward;
public class RewardReposito... | 2,937 | 0.641471 | 0.640449 | 79 | 36.177216 | 27.688942 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.632911 | false | false | 2 |
778dbd6d52532b03df17047a7fa337818dc0bc61 | 4,690,104,316,513 | b0475805679f90784fff777d6558ce1f849b5609 | /app/src/main/java/com/naurah/model/Schedule.java | a36a720ff8df1f94fc4d91e254d51132be4b19e3 | [] | no_license | faisalarkan21/android-absensi | https://github.com/faisalarkan21/android-absensi | c1ab0e8791b5481cc76182ded2086c9272ac11fa | a946e6b9be95eb22d2ff181c51c9605ea8cfed4f | refs/heads/master | 2020-03-25T17:34:25.196000 | 2018-09-23T11:09:20 | 2018-09-23T11:09:20 | 143,984,078 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.naurah.model;
public class Schedule {
private String title, thumbnailUrl;
private String year;
private String dosen;
private String placeAndTime;
private String idMhs;
private String idJadwal;
private String nip;
private String pertemuan;
private String pertemuanDosen;
... | UTF-8 | Java | 2,881 | java | Schedule.java | Java | [] | null | [] | package com.naurah.model;
public class Schedule {
private String title, thumbnailUrl;
private String year;
private String dosen;
private String placeAndTime;
private String idMhs;
private String idJadwal;
private String nip;
private String pertemuan;
private String pertemuanDosen;
... | 2,881 | 0.610899 | 0.610899 | 144 | 19.013889 | 17.03672 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.361111 | false | false | 2 |
0083ac56e53a5dc63fcdcf77cff0f43ee4010e5c | 21,784,074,173,240 | edf6a037939a166a12849ff8e5a18483becbea2b | /src/listeners/WindowListenerSubject.java | c4d898165c162738b2d052d7f131f1e74d645153 | [] | no_license | AleksicNikola00/informacioni-sistem-studentske-sluzbe | https://github.com/AleksicNikola00/informacioni-sistem-studentske-sluzbe | 47cf73f01960bbd0d13761798c81e39aa630bb17 | b3f855588313fda4503ea64906f03be48ce1d293 | refs/heads/master | 2023-02-19T16:14:31.258000 | 2021-01-13T19:12:07 | 2021-01-13T19:12:07 | 315,057,052 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package listeners;
import java.awt.event.WindowEvent;
import java.awt.event.WindowListener;
import view.MainFrame;
public class WindowListenerSubject implements WindowListener {
@Override
public void windowActivated(WindowEvent arg0) {
// TODO Auto-generated method stub
}
@Override
public void windowClosed... | UTF-8 | Java | 1,028 | java | WindowListenerSubject.java | Java | [] | null | [] | package listeners;
import java.awt.event.WindowEvent;
import java.awt.event.WindowListener;
import view.MainFrame;
public class WindowListenerSubject implements WindowListener {
@Override
public void windowActivated(WindowEvent arg0) {
// TODO Auto-generated method stub
}
@Override
public void windowClosed... | 1,028 | 0.753891 | 0.747082 | 55 | 17.690908 | 19.661566 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.872727 | false | false | 2 |
36f6670679bed4d4a1a34b2208d5fc8ab094cf1b | 5,111,011,134,025 | 7ac8cb711987a1ff234b1ffa907b0642041e6e58 | /src/main/java/bgi/ipeak/percolator/MsgfPercolator.java | e2493c2724fdb08838dde5619bd3a9bd63151df5 | [
"Apache-2.0"
] | permissive | wenbostar/mzidlib | https://github.com/wenbostar/mzidlib | 445843761a223b45780b7c8c345ee3110b6fc76c | 41c5d9d028529f7ada5f9417d49491989f9ddba2 | refs/heads/master | 2021-01-20T22:40:31.325000 | 2016-03-01T08:23:12 | 2016-03-01T08:23:12 | 52,857,446 | 0 | 0 | null | true | 2016-03-01T07:33:04 | 2016-03-01T07:33:03 | 2016-02-19T16:27:04 | 2016-02-09T17:21:32 | 91,557 | 0 | 0 | 0 | null | null | null | package bgi.ipeak.percolator;
import java.io.File;
import java.io.IOException;
import java.util.Set;
import java.util.Vector;
import org.kohsuke.args4j.CmdLineException;
import org.kohsuke.args4j.CmdLineParser;
import org.kohsuke.args4j.Option;
import bgi.ipeak.SetDecoyInfo;
import bgi.ipeak.percolator.paser.MSGFPar... | UTF-8 | Java | 6,920 | java | MsgfPercolator.java | Java | [
{
"context": "tem.err.println(\"\\niPeak v1.0(2013-07)\\nWritten by Guilin Li (liguilin@genomics.org.cn) in the\\n\" +\n \t\t",
"end": 1626,
"score": 0.9998232126235962,
"start": 1617,
"tag": "NAME",
"value": "Guilin Li"
},
{
"context": "tln(\"\\niPeak v1.0(2013-07)\\nWritten ... | null | [] | package bgi.ipeak.percolator;
import java.io.File;
import java.io.IOException;
import java.util.Set;
import java.util.Vector;
import org.kohsuke.args4j.CmdLineException;
import org.kohsuke.args4j.CmdLineParser;
import org.kohsuke.args4j.Option;
import bgi.ipeak.SetDecoyInfo;
import bgi.ipeak.percolator.paser.MSGFPar... | 6,880 | 0.716185 | 0.709393 | 175 | 38.542858 | 32.340282 | 118 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.925714 | false | false | 2 |
036adb3500719d1e9d15c8a93612a2e0084d2dfd | 33,672,543,610,876 | 5aa9e456791b919be914a695e5a52d4c30ec71de | /fr.obeo.ecore.fxdiag.app/src/fr/obeo/ecore/fxdiag/app/NodeListItem.java | 124e904a23ea2b925869a8adf9358a4e97ffe96a | [] | no_license | cbrun/fx-ecore-diagram | https://github.com/cbrun/fx-ecore-diagram | 6cfd16f0b4553d37fff01697e137d52b5f497343 | 63683e1d17c5f6cf32bce5570db8a0e0f421a250 | refs/heads/master | 2021-01-10T19:41:17.516000 | 2014-01-24T13:22:07 | 2014-01-24T13:22:07 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package fr.obeo.ecore.fxdiag.app;
import javafx.geometry.Pos;
import javafx.geometry.VPos;
import javafx.scene.CacheHint;
import javafx.scene.image.Image;
import javafx.scene.image.ImageView;
import javafx.scene.layout.HBox;
import javafx.scene.text.Font;
import javafx.scene.text.Text;
public class NodeListItem exten... | UTF-8 | Java | 1,182 | java | NodeListItem.java | Java | [] | null | [] | package fr.obeo.ecore.fxdiag.app;
import javafx.geometry.Pos;
import javafx.geometry.VPos;
import javafx.scene.CacheHint;
import javafx.scene.image.Image;
import javafx.scene.image.ImageView;
import javafx.scene.layout.HBox;
import javafx.scene.text.Font;
import javafx.scene.text.Text;
public class NodeListItem exten... | 1,182 | 0.72758 | 0.725888 | 57 | 19.736841 | 14.820004 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.666667 | false | false | 2 |
ede24235b5cb76a0fd344fcd2aa129aa6814331b | 10,033,043,608,673 | df12499e271f3ce39ee9ab1d085fcc25543e6ccd | /Chapter_4/SimpleClassesAndObjects/src/by/minsk/epam/jio/taskEight/Main.java | a8f00b6f31f9f9c279b14041465bda7b27c1f616 | [] | no_license | D2tun/epam_introduction_to_java | https://github.com/D2tun/epam_introduction_to_java | e1cd7b9c594eaa5c75de206fdbdcfbd8b76197d4 | 7d30fb80c64ae71887a9dcb145b61a1c2bb5e606 | refs/heads/main | 2023-07-18T01:30:23.235000 | 2021-09-06T16:01:08 | 2021-09-06T16:01:08 | 383,377,601 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Создать класс Customer, спецификация которого приведена ниже. Определить
* конструкторы, set- и get- методы и метод toString(). Создать второй класс,
* агрегирующий массив типа Customer, с подходящими конструкторами и методами.
* Задать критерии выбора данных и вывести эти данные на консоль.
* Класс C... | UTF-8 | Java | 3,722 | java | Main.java | Java | [
{
"context": "ина 45/1\");\r\n\t\tcustomer1.setBankAccountNumber(\"20014587479312430003\");\r\n\t\tcustomer1.setCreditCardNumbe",
"end": 927,
"score": 0.5336351990699768,
"start": 925,
"tag": "KEY",
"value": "14"
},
{
"context": "1\");\r\n\t\tcustomer1.setBankAccountNumber(\"20014587... | null | [] | /*
* Создать класс Customer, спецификация которого приведена ниже. Определить
* конструкторы, set- и get- методы и метод toString(). Создать второй класс,
* агрегирующий массив типа Customer, с подходящими конструкторами и методами.
* Задать критерии выбора данных и вывести эти данные на консоль.
* Класс C... | 3,722 | 0.722458 | 0.639752 | 88 | 32.761364 | 21.947765 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.477273 | false | false | 2 |
b83ba5f13534f12e3ae49b5871b647e6069aec3b | 23,639,500,010,665 | 6212c5eceda685951ff2748df5e2b2f83ea52223 | /nan/nan-model/src/main/java/com/web2h/nan/model/exception/parameter/InvalidParameterException.java | 723244362130936d452949fe0f6a5648a4dd94d9 | [] | no_license | web2h/need-a-nounou | https://github.com/web2h/need-a-nounou | 3a456047928fca56e0aaa6fe1f8af2853520fc74 | 0b00edf1693e8fc48fa4b165852d4b3ed5a63540 | refs/heads/master | 2021-01-21T13:03:11.250000 | 2016-04-15T20:21:26 | 2016-04-15T20:21:26 | 54,022,056 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.web2h.nan.model.exception.parameter;
/**
* Invalid parameter exception. Occurs when a parameter does not match the required format.
*
* @author web2h
*/
@SuppressWarnings("serial")
public class InvalidParameterException extends ParameterException {
private static final String MESSAGE = "T... | UTF-8 | Java | 530 | java | InvalidParameterException.java | Java | [
{
"context": "es not match the required format.\r\n * \r\n * @author web2h\r\n */\r\n@SuppressWarnings(\"serial\")\r\npublic class I",
"end": 171,
"score": 0.9994894862174988,
"start": 166,
"tag": "USERNAME",
"value": "web2h"
}
] | null | [] | package com.web2h.nan.model.exception.parameter;
/**
* Invalid parameter exception. Occurs when a parameter does not match the required format.
*
* @author web2h
*/
@SuppressWarnings("serial")
public class InvalidParameterException extends ParameterException {
private static final String MESSAGE = "T... | 530 | 0.730189 | 0.722642 | 20 | 24.6 | 28.690416 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.8 | false | false | 2 |
681c8f39ebb08cb92e8cc17ba45b04e0e7bd2966 | 2,791,728,767,807 | d9ba1c926eb45fadf03ad4cbea475b47c3f0609b | /src/interfaceConcept/IbnSina.java | 4d83e9fb13f0705832247d63f90cf6bc03d307b3 | [] | no_license | MohammedTarafdar/BasicJava2020 | https://github.com/MohammedTarafdar/BasicJava2020 | c30c343d60b8acd2286e6e780546b5e0b782bc5b | adec22c3c6b6bb82a62c74efe7626cf87ef14ee9 | refs/heads/master | 2023-01-15T18:55:20.463000 | 2020-11-20T04:26:23 | 2020-11-20T04:26:23 | 258,062,362 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package interfaceConcept;
public class IbnSina extends GlobalPatientData implements USMedical, UKMedical, IndianMedical {
@Override
public void physioServices() {
System.out.println("IbnSina physio services");
}
@Override
public void oncologyServices() {
System.out.println("IbnSina oncology services");
... | UTF-8 | Java | 1,366 | java | IbnSina.java | Java | [] | null | [] | package interfaceConcept;
public class IbnSina extends GlobalPatientData implements USMedical, UKMedical, IndianMedical {
@Override
public void physioServices() {
System.out.println("IbnSina physio services");
}
@Override
public void oncologyServices() {
System.out.println("IbnSina oncology services");
... | 1,366 | 0.70937 | 0.70937 | 81 | 15.864198 | 20.48592 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.271605 | false | false | 2 |
685429f6530a95efd726389143e265a9f437d3f4 | 22,625,887,732,056 | b27c117017d4351dd992b345fb5fa374bafbf17b | /capgemini/oops/Student_Test.java | 7095106e290c205aee34157f358713714a2a0ff2 | [] | no_license | pavan241197/pavan | https://github.com/pavan241197/pavan | 7da60ce5bafd501aa2690d3fb2440bde7c70ff2f | a2d9d798611a9943650f27d06b31fc88621c6616 | refs/heads/master | 2020-06-30T11:47:19.818000 | 2019-08-17T12:57:59 | 2019-08-17T12:57:59 | 200,817,149 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package capgemini.oops;
// fields
class Student {
int rollno;
String name;
float marks;
final float OUT_OF_MARKS = 300;
// constructors
public Student() {
rollno = 0;
name = null;
marks = 0.0f;
System.out.println("default");
}
public Student(int i, String sname, float f) {
this.ro... | UTF-8 | Java | 1,730 | java | Student_Test.java | Java | [
{
"context": "(String[] args) {\r\n\t\tStudent s1 = new Student(1, \"pavan\", 267.9f);\r\n\t\tStudent s2 = new Student(2, \"suresh",
"end": 1366,
"score": 0.9996402263641357,
"start": 1361,
"tag": "NAME",
"value": "pavan"
},
{
"context": "\"pavan\", 267.9f);\r\n\t\tStudent s2 = new S... | null | [] | package capgemini.oops;
// fields
class Student {
int rollno;
String name;
float marks;
final float OUT_OF_MARKS = 300;
// constructors
public Student() {
rollno = 0;
name = null;
marks = 0.0f;
System.out.println("default");
}
public Student(int i, String sname, float f) {
this.ro... | 1,730 | 0.610405 | 0.580925 | 77 | 20.467533 | 17.359892 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.87013 | false | false | 2 |
d80f1abf2b9690c2541c382bb71bb0990f5b5dca | 13,408,887,916,123 | 1252ea2bbc264be8c24db56df0c0c3b53709773a | /src/test/java/ru/mezgin/tracker/util/CalculationTimeWorkedTest.java | 3ce65f42b750b0a8008d7533de093ae113a0e97c | [] | no_license | amezgin/timetracker | https://github.com/amezgin/timetracker | fc13fed7e372748e7e49a6889b77f11cdc5bc1fa | cb505d52ded394dd4b5ac664d1940c6240094521 | refs/heads/master | 2020-03-11T00:00:19.334000 | 2018-04-15T21:27:06 | 2018-04-15T21:27:06 | 129,653,025 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ru.mezgin.tracker.util;
import org.junit.Test;
import ru.mezgin.tracker.model.Status;
import java.time.LocalDateTime;
import java.util.ArrayList;
import java.util.List;
import static org.hamcrest.core.Is.is;
import static org.junit.Assert.assertThat;
/**
* The class CalculationTimeWorkedTest.
*
* @author... | UTF-8 | Java | 1,624 | java | CalculationTimeWorkedTest.java | Java | [
{
"context": "The class CalculationTimeWorkedTest.\n *\n * @author Alexander Mezgin\n * @version 1.0\n * @since 15.04.2018\n */\npublic c",
"end": 337,
"score": 0.9998779296875,
"start": 321,
"tag": "NAME",
"value": "Alexander Mezgin"
}
] | null | [] | package ru.mezgin.tracker.util;
import org.junit.Test;
import ru.mezgin.tracker.model.Status;
import java.time.LocalDateTime;
import java.util.ArrayList;
import java.util.List;
import static org.hamcrest.core.Is.is;
import static org.junit.Assert.assertThat;
/**
* The class CalculationTimeWorkedTest.
*
* @author... | 1,614 | 0.625 | 0.58 | 56 | 27.589285 | 25.823423 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.071429 | false | false | 2 |
bcd348ea9e56803090d7e2943f9a8fae5fa852c6 | 8,100,308,366,883 | 4e22bda99c2e74f86f417d440b142515b84e67dd | /src/test/java/org/ai/AlphabetaSearchTest.java | 652fb4c11f1ba1ba4c78211622ea496fcec3e2c1 | [] | no_license | nothize/suite | https://github.com/nothize/suite | ea5fe41af2457622a6aabd27dfec5ade5d4fcb0e | 83753871add18b577d3d3b967b9646c7604bcb81 | refs/heads/master | 2021-01-16T23:02:05.972000 | 2012-04-01T15:11:56 | 2012-04-01T15:11:56 | 2,393,585 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.ai;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import org.ai.AlphabetaSearch.Game;
import org.junit.Test;
public class AlphabetaSearchTest {
private static class TicTacToe {
char player = 'O';
char grid[] = new char[9];
public String toString() {
return "\n" +... | UTF-8 | Java | 2,317 | java | AlphabetaSearchTest.java | Java | [] | null | [] | package org.ai;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import org.ai.AlphabetaSearch.Game;
import org.junit.Test;
public class AlphabetaSearchTest {
private static class TicTacToe {
char player = 'O';
char grid[] = new char[9];
public String toString() {
return "\n" +... | 2,317 | 0.536901 | 0.504532 | 100 | 22.17 | 19.882181 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.06 | false | false | 2 |
3e651603898d52f3abbd3b24d072524c2433470f | 8,100,308,364,569 | 1ef497fef3ca2bd5981ff2a6d3b5df32a845ce85 | /jadx-decompile/org/codehaus/jackson/map/util/StdDateFormat.java | 7821c62853ea3394c0f349253736e7e307d913a3 | [] | no_license | gmtandi/droneapp | https://github.com/gmtandi/droneapp | 624eeb8a77bbb6cbe3160d79d0c9b46e827e8f4f | bfacef0ef2cc43aded3e03c012debcee868706c5 | refs/heads/master | 2019-07-22T10:11:35.423000 | 2017-06-01T00:38:41 | 2017-06-01T00:38:41 | 92,822,587 | 5 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.codehaus.jackson.map.util;
import java.text.DateFormat;
import java.text.FieldPosition;
import java.text.ParseException;
import java.text.ParsePosition;
import java.text.SimpleDateFormat;
import java.util.Date;
import java.util.TimeZone;
import org.codehaus.jackson.io.NumberInput;
import org.codehaus.jacks... | UTF-8 | Java | 8,083 | java | StdDateFormat.java | Java | [] | null | [] | package org.codehaus.jackson.map.util;
import java.text.DateFormat;
import java.text.FieldPosition;
import java.text.ParseException;
import java.text.ParsePosition;
import java.text.SimpleDateFormat;
import java.util.Date;
import java.util.TimeZone;
import org.codehaus.jackson.io.NumberInput;
import org.codehaus.jacks... | 8,083 | 0.608932 | 0.578127 | 193 | 40.880829 | 31.689577 | 202 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.715026 | false | false | 2 |
bac1a41b938192a2b833b5e8a4d73611aeae737b | 13,537,736,934,570 | b8275941677400bfcd2311947f8322d69706c119 | /src/main/java/st/extreme/klingklong/demo/JVM1.java | 256fcdbd35de615e302ef9970bf235ac365a9343 | [
"Apache-2.0"
] | permissive | ohumbel/klingklong | https://github.com/ohumbel/klingklong | 257cc3ce327f7a294ff154d7ba2b511a679147b4 | 5c13f347c68fa8b3748b0dd993fc17752ffd605d | refs/heads/master | 2020-05-24T20:55:55.411000 | 2019-07-07T11:54:43 | 2019-07-07T11:54:43 | 187,465,162 | 0 | 0 | Apache-2.0 | false | 2019-07-07T11:54:44 | 2019-05-19T10:56:55 | 2019-06-30T11:50:22 | 2019-07-07T11:54:44 | 200 | 0 | 0 | 0 | Java | false | false | package st.extreme.klingklong.demo;
import st.extreme.klingklong.Type;
public class JVM1 {
/**
* Main method for testing
*
* @param args the arguments
*/
public static void main(String[] args) {
System.exit(work());
}
/**
* Do all the work and provide an appropriate exit code
*
* ... | UTF-8 | Java | 585 | java | JVM1.java | Java | [] | null | [] | package st.extreme.klingklong.demo;
import st.extreme.klingklong.Type;
public class JVM1 {
/**
* Main method for testing
*
* @param args the arguments
*/
public static void main(String[] args) {
System.exit(work());
}
/**
* Do all the work and provide an appropriate exit code
*
* ... | 585 | 0.605128 | 0.598291 | 31 | 17.870968 | 16.24955 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.258065 | false | false | 2 |
af8d3fc27ecb1991c0e8f5c7dee4f2c4e8334af0 | 22,488,448,785,275 | 0ba0066edc525a09b25e6754d34ddb15defca720 | /commonsframework-lightApp/src/main/java/cn/singno/commonsframework/weixin/msg/receive/event/R_e_reportLocationMsg.java | 207db9095096c3a80e61b679ea102c5ed31cfeda | [] | no_license | zhouguangnuan/commonsframework | https://github.com/zhouguangnuan/commonsframework | bcc6fee367582f164427e00c043d747f8778f5af | c62e1283a61b6a1c1bece1aaccad70550ed3350e | refs/heads/master | 2021-01-17T10:10:18.121000 | 2016-08-26T04:08:28 | 2016-08-26T04:08:28 | 42,493,947 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.singno.commonsframework.weixin.msg.receive.event;
import cn.singno.commonsframework.weixin.msg.receive.ReceiveMsg;
/**
* <p>名称:R_e_subscribeMsg.java</p>
* <p>描述:上报地理位置事件</p>
* <pre>
* 接收事件推送
*
* 用户同意上报地理位置后,每次进入公众号会话时,都会在进入时上报地理位置,或在进入会话后每5秒上报一次地理位置,公众号可以在公众平台网站中修改以上设置。
* 上报地理位置时,微信会将上报... | UTF-8 | Java | 1,435 | java | R_e_reportLocationMsg.java | Java | [
{
"context": "位置时,微信会将上报地理位置事件推送到开发者填写的URL\n * </pre>\n * @author 周光暖\n * @date 2015-5-25 下午5:57:56\n * @version 1.0.0\n *",
"end": 363,
"score": 0.9998404383659363,
"start": 360,
"tag": "NAME",
"value": "周光暖"
}
] | null | [] | package cn.singno.commonsframework.weixin.msg.receive.event;
import cn.singno.commonsframework.weixin.msg.receive.ReceiveMsg;
/**
* <p>名称:R_e_subscribeMsg.java</p>
* <p>描述:上报地理位置事件</p>
* <pre>
* 接收事件推送
*
* 用户同意上报地理位置后,每次进入公众号会话时,都会在进入时上报地理位置,或在进入会话后每5秒上报一次地理位置,公众号可以在公众平台网站中修改以上设置。
* 上报地理位置时,微信会将上报... | 1,435 | 0.71618 | 0.702034 | 56 | 19.196428 | 18.919395 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.053571 | false | false | 2 |
3b7fa6c293e9e0e36cd1ac460cb1f453170e261f | 30,099,130,882,607 | a36cc163809ab6e24bfd136f557a294ab756590e | /hrportal/src/main/java/com/zenith/hrportal/entities/category/CategoryGrade.java | b425b461369b664aac323caa727bef50f7c4460b | [] | no_license | serhat26/JavaAngularCombined | https://github.com/serhat26/JavaAngularCombined | 7ee364500e5e1cf7d96e77ef34a203a7950647bf | 170da1838c0ee768dabf4a95518356fad6ec5b74 | refs/heads/master | 2023-02-11T00:42:52.873000 | 2021-01-14T18:13:06 | 2021-01-14T18:13:06 | 329,697,405 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zenith.hrportal.entities.category;
import com.zenith.hrportal.entities.company.Company;
import java.io.Serializable;
import java.util.Date;
import javax.persistence.Column;
import javax.persistence.EmbeddedId;
import javax.persistence.Entity;
import javax.persistence.JoinColumn;
import javax.persistence.Ma... | UTF-8 | Java | 3,582 | java | CategoryGrade.java | Java | [] | null | [] | package com.zenith.hrportal.entities.category;
import com.zenith.hrportal.entities.company.Company;
import java.io.Serializable;
import java.util.Date;
import javax.persistence.Column;
import javax.persistence.EmbeddedId;
import javax.persistence.Entity;
import javax.persistence.JoinColumn;
import javax.persistence.Ma... | 3,582 | 0.607482 | 0.607203 | 177 | 19.237288 | 17.287537 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.20339 | false | false | 2 |
2128792271bd284d75678e2d8b5433f393ec70f5 | 4,320,737,159,137 | 9fcb7ab22f6c7709193a147b0bf99902f724ee5e | /src/java/test/RecordDisplayServiceTest.java | 4b94d0df63b0cdcedfd9c824ccdae544079bbcc9 | [] | no_license | tarish/cyrus-code-test | https://github.com/tarish/cyrus-code-test | e3dfa52c1ce60298bbbe13b0cc3a0635a389e4b4 | 5098df545875929b0ad91a4244a88d82e761fa46 | refs/heads/master | 2020-03-27T00:25:16.137000 | 2018-09-20T02:02:18 | 2018-09-20T02:02:18 | 145,182,842 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import org.junit.Before;
import org.junit.Test;
import java.io.File;
import java.io.IOException;
import java.nio.file.Files;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.HashSet;
import java.util.Set;
import static org.hamcrest.CoreMatchers.is;
import static org.hamcrest.Matche... | UTF-8 | Java | 3,279 | java | RecordDisplayServiceTest.java | Java | [
{
"context": "crest.MatcherAssert.assertThat;\n\n/**\n * Created by Tarish Rhees on 8/23/2018.\n */\npublic class RecordDisplayServi",
"end": 371,
"score": 0.9998836517333984,
"start": 359,
"tag": "NAME",
"value": "Tarish Rhees"
}
] | null | [] | import org.junit.Before;
import org.junit.Test;
import java.io.File;
import java.io.IOException;
import java.nio.file.Files;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.HashSet;
import java.util.Set;
import static org.hamcrest.CoreMatchers.is;
import static org.hamcrest.Matche... | 3,273 | 0.669411 | 0.656298 | 94 | 33.893616 | 32.486813 | 130 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.851064 | false | false | 2 |
62ca8411016dd454e0ebf4ff2f7102c9139c21e4 | 22,780,506,595,329 | 2d555a9960d934f887ebb9da1a9b72599361a63b | /Project/Project/src/X.java | babe8b49e10c949ad4b008ccf00edd9f166241e5 | [] | no_license | T1-Frank/Mathematical-Art | https://github.com/T1-Frank/Mathematical-Art | ce145627e895ab1fe6d6903fa74ecb9f7e38da8f | e0767dff09557ef2aca57607a728773c776e8059 | refs/heads/main | 2023-09-01T18:53:55.129000 | 2021-10-13T07:18:00 | 2021-10-13T07:18:00 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.Random;
public class X extends Expression {
@Override
public double evaluate(double x, double y) {
return x;
}
public Expression variation(int maxDepth, Random random) {
if (random.nextBoolean()) {
return Expression.random(maxDepth, random);
} else {
return this;
}
}
... | UTF-8 | Java | 323 | java | X.java | Java | [] | null | [] | import java.util.Random;
public class X extends Expression {
@Override
public double evaluate(double x, double y) {
return x;
}
public Expression variation(int maxDepth, Random random) {
if (random.nextBoolean()) {
return Expression.random(maxDepth, random);
} else {
return this;
}
}
... | 323 | 0.665635 | 0.665635 | 18 | 16.944445 | 18.404324 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.222222 | false | false | 2 |
879208c4a90f7b72db70ed0172b912e95caa9c76 | 25,348,897,012,008 | 456fa0dc04f6f7388a5ecbaaf84db09cb3bf0b39 | /App03/data/src/main/java/com/carrion/edward/data/repository/datasource/MovieDataStoreFactory.java | 8dc77b35ae9a30910eefd98202f48bc6a84d5800 | [] | no_license | edwardc29/samples | https://github.com/edwardc29/samples | 9898a680b9cb945ede77bdf2bc247b13ae9b7f27 | af44c210483caf6f7daf56373beed13249fa9ec0 | refs/heads/master | 2020-04-21T10:36:33.144000 | 2019-02-07T00:31:59 | 2019-02-07T00:31:59 | 169,491,065 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.carrion.edward.data.repository.datasource;
import android.content.Context;
import android.support.annotation.NonNull;
import com.carrion.edward.data.entity.mapper.MovieEntityJsonMapper;
import com.carrion.edward.data.net.RestApi;
import com.carrion.edward.data.net.RestApiImpl;
import javax.inject.Inject;
... | UTF-8 | Java | 1,061 | java | MovieDataStoreFactory.java | Java | [] | null | [] | package com.carrion.edward.data.repository.datasource;
import android.content.Context;
import android.support.annotation.NonNull;
import com.carrion.edward.data.entity.mapper.MovieEntityJsonMapper;
import com.carrion.edward.data.net.RestApi;
import com.carrion.edward.data.net.RestApiImpl;
import javax.inject.Inject;
... | 1,061 | 0.752121 | 0.752121 | 37 | 27.675676 | 25.374018 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.459459 | false | false | 2 |
eb61f6d83da6f60919966312fe82f47c413293e6 | 16,277,926,076,930 | a2d2cb028465b3f6a1be3e750efcb30fcf9f5e10 | /src/main/java/ru/geekbrains/justweather/HourlyWeatherRecyclerDataAdapter.java | 1fc14d70effc89c226c6ff3965ed1e438f3f18d0 | [] | no_license | SmallBasket42/geekbrains_android2 | https://github.com/SmallBasket42/geekbrains_android2 | 1eb1c089e4f6ebbf37aa65e3de79c4a0e5eec896 | ea38648225b49075df5e676783746b408037052b | refs/heads/master | 2023-01-07T15:42:05.425000 | 2020-09-13T13:17:19 | 2020-09-13T13:17:19 | 295,152,522 | 0 | 0 | null | false | 2020-10-20T15:50:42 | 2020-09-13T13:03:26 | 2020-09-13T13:18:02 | 2020-10-20T15:49:55 | 1,354 | 0 | 0 | 6 | Java | false | false | package ru.geekbrains.justweather;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import android.widget.TextView;
import androidx.annotation.NonNull;
import androidx.recyclerview.widget.RecyclerView;
import java.util.List;
public class Hou... | UTF-8 | Java | 3,131 | java | HourlyWeatherRecyclerDataAdapter.java | Java | [] | null | [] | package ru.geekbrains.justweather;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import android.widget.TextView;
import androidx.annotation.NonNull;
import androidx.recyclerview.widget.RecyclerView;
import java.util.List;
public class Hou... | 3,131 | 0.725966 | 0.725647 | 77 | 39.662338 | 35.805611 | 170 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.61039 | false | false | 2 |
4377b25db3b8e8483f82e09559b858060c5ffb76 | 18,683,107,758,395 | 8edd5f8745bb5073240e36906d961b9dfc026702 | /SpringConfig.java | affa5c3733f427c4e1c1a6015ad9b390f4597bf9 | [] | no_license | dillip37/available-parking-spaces | https://github.com/dillip37/available-parking-spaces | f0cd2ebb0163ab679040ac7b384e6659d85fe0bf | 48947dfaf6b6103b21fc9b214789c18adeb4816c | refs/heads/master | 2022-12-24T01:08:09.385000 | 2020-09-28T17:58:52 | 2020-09-28T17:58:52 | 299,387,825 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.restservice;
import javax.sql.DataSource;
import org.apache.commons.dbcp2.BasicDataSource;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.Primary;
import org.springframework.jdbc.core.Jd... | UTF-8 | Java | 1,349 | java | SpringConfig.java | Java | [
{
"context": "ost:5432/devdb\");\n dataSource.setUsername(\"dbuser\");\n dataSource.setTestOnBorrow(true);\n ",
"end": 691,
"score": 0.9970604181289673,
"start": 685,
"tag": "USERNAME",
"value": "dbuser"
},
{
"context": "meMillis(1000L);\n\n dataSource.setPass... | null | [] | package com.example.restservice;
import javax.sql.DataSource;
import org.apache.commons.dbcp2.BasicDataSource;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.Primary;
import org.springframework.jdbc.core.Jd... | 1,351 | 0.743514 | 0.727947 | 43 | 30.372093 | 22.226135 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.581395 | false | false | 2 |
92472828aeaa905be92a0f6f87ba1846cf1ff269 | 8,521,215,146,201 | 7b66260d79d71519b4b4f965f011666fcdecfb84 | /codes/admin/src/main/java/com/x404/busi/entity/Procedure.java | 5a67d8d62e54b55ce90eaf8c93abbc287160dacf | [] | no_license | Reekdnroxx7/inventory | https://github.com/Reekdnroxx7/inventory | 2647a84cbecd730bf06d5d666a1fdded27efca36 | 80b565131fa7abfd3786183864ff743bfa605038 | refs/heads/master | 2023-06-05T06:45:25.093000 | 2021-06-16T07:39:52 | 2021-06-16T07:39:52 | 366,370,361 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.x404.busi.entity;
import org.springframework.data.annotation.CreatedBy;
import org.springframework.data.annotation.CreatedDate;
import org.springframework.data.annotation.LastModifiedBy;
import org.springframework.data.annotation.LastModifiedDate;
/**
* Created by chaox on 1/17/2018.
*/
public class Pro... | UTF-8 | Java | 723 | java | Procedure.java | Java | [
{
"context": "ta.annotation.LastModifiedDate;\n\n/**\n * Created by chaox on 1/17/2018.\n */\npublic class Procedure\n{\n pr",
"end": 285,
"score": 0.9992002248764038,
"start": 280,
"tag": "USERNAME",
"value": "chaox"
}
] | null | [] | package com.x404.busi.entity;
import org.springframework.data.annotation.CreatedBy;
import org.springframework.data.annotation.CreatedDate;
import org.springframework.data.annotation.LastModifiedBy;
import org.springframework.data.annotation.LastModifiedDate;
/**
* Created by chaox on 1/17/2018.
*/
public class Pro... | 723 | 0.704965 | 0.69078 | 30 | 22.5 | 17.304625 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.433333 | false | false | 2 |
8d8f7c36f634c9e273d339ae5a609d5c1bd7e4c8 | 18,940,805,814,947 | 05524acdf6e9c03134129f8b6a954d1cd2da6d43 | /src/org/selenium/day2/IciciBank.java | e014e1ac4d458b8a3a533d477284526abcdc38f9 | [] | no_license | AmanK1010/Selenium- | https://github.com/AmanK1010/Selenium- | de1e431ffcad8cbfdf8db0a2a9dc2bc6cae6f840 | 0e66ad743182fd4eeeaf4242297df62ede02bcd5 | refs/heads/master | 2023-02-06T23:29:04.628000 | 2020-12-30T07:54:53 | 2020-12-30T07:54:53 | 325,490,197 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.selenium.day2;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.chrome.ChromeDriver;
public class IciciBank {
public static void main(String[] args) {
System.setProperty("webdriver.chrome.driver", "D:\\Selenium\\S... | UTF-8 | Java | 812 | java | IciciBank.java | Java | [
{
"context": "gin.jsp\");\n\t\t\n\t\t\n//\t\tdriver.findElement(By.name(\"DUMMY1\")).sendKeys(\"qwerty\");\n\t\t\n\t\tWebElement findElemen",
"end": 514,
"score": 0.8274812698364258,
"start": 509,
"tag": "USERNAME",
"value": "UMMY1"
},
{
"context": "\t\tdriver.findElement(By.name(\"D... | null | [] | package org.selenium.day2;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.chrome.ChromeDriver;
public class IciciBank {
public static void main(String[] args) {
System.setProperty("webdriver.chrome.driver", "D:\\Selenium\\S... | 812 | 0.731527 | 0.721675 | 30 | 26.066668 | 29.614111 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.666667 | false | false | 2 |
03948be37d4ff03a20a7097c6e1e006476083b8c | 3,556,232,940,006 | 4d274173ce10931ce2c819acf2ab382336816c3a | /jax-core/src/main/java/com/eoi/jax/core/spark/debug/WebsocketDebugSinker.java | 13009024218d6700f2f2c02abbd02f379fb330a8 | [
"Apache-2.0"
] | permissive | joely110/jax | https://github.com/joely110/jax | 346aa1d66f1c6c1f0f5eb1809a3a3c20cf544d36 | 9f54fd84f149896112bf1e39a0b60533196ac5fb | refs/heads/master | 2023-06-27T03:55:05.631000 | 2021-08-03T06:53:15 | 2021-08-03T06:53:15 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* 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 applicable law or agreed to in writing, software
* distribut... | UTF-8 | Java | 3,741 | java | WebsocketDebugSinker.java | Java | [] | null | [] | /*
* 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 applicable law or agreed to in writing, software
* distribut... | 3,741 | 0.660863 | 0.658987 | 101 | 35.960396 | 29.857059 | 143 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.782178 | false | false | 2 |
222cc4301da018221625ced0d03f43bb2c6d1888 | 10,479,720,221,824 | b4ddfbb7ea8c5dc4b9dcc07e0f356254250037af | /src/main/java/hr/fer/zemris/java/hw12/jvdraw/objects/Line.java | 0fb8ae160d1c9955e9af611d6e91f347c3d91dcd | [] | no_license | vilimstaroveski/JavaCourse-HW12 | https://github.com/vilimstaroveski/JavaCourse-HW12 | 4e3a9bd9ccf0f241f2e1c2f21646cb014f891844 | 76edc527d2c9dd83ba9a754c1f0f53d1125a5928 | refs/heads/master | 2021-07-05T22:33:24.401000 | 2019-06-23T00:42:03 | 2019-06-23T00:42:03 | 193,291,603 | 0 | 0 | null | false | 2020-10-13T14:05:37 | 2019-06-23T00:41:03 | 2019-06-23T00:42:06 | 2020-10-13T14:05:36 | 746 | 0 | 0 | 1 | HTML | false | false | package hr.fer.zemris.java.hw12.jvdraw.objects;
import java.awt.Color;
import java.awt.Point;
/**
* Object that represents a line.
* @author Vilim Staroveški
*
*/
public class Line extends GeometricalObject {
/**
* Creates new {@link Line}
* @param color outline color
*/
public Line(Color col... | UTF-8 | Java | 835 | java | Line.java | Java | [
{
"context": "/**\r\n * Object that represents a line.\r\n * @author Vilim Staroveški\r\n *\r\n */\r\npublic class Line extends GeometricalOb",
"end": 166,
"score": 0.9996703863143921,
"start": 150,
"tag": "NAME",
"value": "Vilim Staroveški"
}
] | null | [] | package hr.fer.zemris.java.hw12.jvdraw.objects;
import java.awt.Color;
import java.awt.Point;
/**
* Object that represents a line.
* @author <NAME>
*
*/
public class Line extends GeometricalObject {
/**
* Creates new {@link Line}
* @param color outline color
*/
public Line(Color color) {
s... | 824 | 0.665468 | 0.66307 | 35 | 21.828571 | 20.568333 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.285714 | false | false | 2 |
05ec82847e343c5553b4ce8b2f38a455954f4245 | 5,420,248,746,428 | ab35edcd3437bbf9940dd5d2d089d64f303f137f | /iBase4J-Common/src/main/java/org/ibase4j/core/listener/SessionListener.java | b882f14ce4fe307a04ac85930e027ee36f73529e | [] | no_license | Fog-computing/health | https://github.com/Fog-computing/health | d1ebe720478b78b3e890be1413683b7e4ec89753 | 9458fe3734c3b44aaa70c33412d7dd1fe4dfec96 | refs/heads/master | 2020-04-08T11:11:17.192000 | 2018-11-30T03:32:22 | 2018-11-30T03:32:22 | 159,296,342 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.ibase4j.core.listener;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
import org.ibase4j.core.Constants;
import org.ibase4j.core.util.CacheUtil;
import javax.servlet.http.HttpSession;
import javax.servlet.http.HttpSessionEvent;
import javax.servlet.http.HttpSessionList... | UTF-8 | Java | 1,834 | java | SessionListener.java | Java | [
{
"context": "p.HttpSessionListener;\n\n/**\n * 会话监听器\n *\n * @author ShenHuaJie\n * @version $Id: SessionListener.java, v 0.1 2014",
"end": 364,
"score": 0.9998461604118347,
"start": 354,
"tag": "NAME",
"value": "ShenHuaJie"
}
] | null | [] | package org.ibase4j.core.listener;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
import org.ibase4j.core.Constants;
import org.ibase4j.core.util.CacheUtil;
import javax.servlet.http.HttpSession;
import javax.servlet.http.HttpSessionEvent;
import javax.servlet.http.HttpSessionList... | 1,834 | 0.673446 | 0.662147 | 57 | 30.052631 | 27.091412 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.385965 | false | false | 2 |
375bedb771acaacf66588db8975f16986cb7b335 | 23,965,917,531,506 | dd8b05598c3d0815664521abae8ca851870008fa | /Zac/Zacs Code/Positron_C.java | 95d4c91f0989747fa15541e26a6bef4cabf6ae5f | [] | no_license | donmegamuffin/PHYS488_Project | https://github.com/donmegamuffin/PHYS488_Project | e0667d327af47672426073b5c635ecac7ef843ce | d701a9baa676e2c66319abbb94b462d4832fe65f | refs/heads/master | 2021-01-19T03:27:02.938000 | 2017-05-05T10:09:12 | 2017-05-05T10:09:12 | 87,312,582 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.Random;
class Positron_C extends Positron
{
Random randGen = new Random();
public Positron_C(double in_momentum)
{
momentum = in_momentum;
energy = Math.sqrt(Math.pow(momentum,2)+Math.pow(mass,2));
beta = (momentum/energy);
gamma = (energy/mass);
life... | UTF-8 | Java | 419 | java | Positron_C.java | Java | [] | null | [] | import java.util.Random;
class Positron_C extends Positron
{
Random randGen = new Random();
public Positron_C(double in_momentum)
{
momentum = in_momentum;
energy = Math.sqrt(Math.pow(momentum,2)+Math.pow(mass,2));
beta = (momentum/energy);
gamma = (energy/mass);
life... | 419 | 0.596659 | 0.591885 | 17 | 23.705883 | 17.234591 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.588235 | false | false | 2 |
d7b7e72fdeec120c7fc820a87b30bbb9cc0597c8 | 6,597,069,803,859 | a707e42b2336c58d6c506f98277d2e2d705894fd | /Microgrid/src/mg/AuctionInterface.java | 313eb338e505bce2b7cda3c5616c3948498ee5db | [] | no_license | tarmokorotko/microgrid | https://github.com/tarmokorotko/microgrid | f092798c02f3e22fc281c56062fb4dc41f5a5889 | be95d4c191a80d30bbec482b699f463825d095a5 | refs/heads/master | 2020-03-24T20:56:03.715000 | 2018-10-23T06:47:54 | 2018-10-23T06:47:54 | 143,004,270 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package mg;
import jade.lang.acl.ACLMessage;
public interface AuctionInterface {
public ACLMessage startNewRound(); // method for initiating new auction round
public void presentBid(String agentName, BidSet b); // method for setting auction participant data
}
| UTF-8 | Java | 272 | java | AuctionInterface.java | Java | [] | null | [] | package mg;
import jade.lang.acl.ACLMessage;
public interface AuctionInterface {
public ACLMessage startNewRound(); // method for initiating new auction round
public void presentBid(String agentName, BidSet b); // method for setting auction participant data
}
| 272 | 0.772059 | 0.772059 | 8 | 32 | 35.468296 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.875 | false | false | 2 |
e60433c68878cde82ab14eabd13b7088a3c3893e | 5,892,695,162,826 | 6138e2a2278579f7e33d927603d9dad5a1099306 | /DataAccessLayer-jar/src/main/java/models/Build.java | 64c588b590bf8926b5e597703a67fbed8127d427 | [] | no_license | gabrielfurcal/CollegeStudentManagementSystem | https://github.com/gabrielfurcal/CollegeStudentManagementSystem | 00c3d7b9b9e9fa021285638c2db6a782b7ce2304 | e5fd27bfb9f4f1e1cb896670bf469568046aa23f | refs/heads/master | 2022-02-07T15:30:42.551000 | 2019-08-05T20:49:23 | 2019-08-05T20:49:23 | 175,835,652 | 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 models;
import java.io.Serializable;
import java.math.BigDecimal;
import java.util.Date;
import java.util.List;
import javax.p... | UTF-8 | Java | 4,553 | java | Build.java | Java | [
{
"context": "l.bind.annotation.XmlTransient;\n\n/**\n *\n * @author Gabriel_Liberato\n */\n@Entity\n@Table(name = \"BUILDS\")\n@XmlRootEleme",
"end": 988,
"score": 0.9993712306022644,
"start": 972,
"tag": "NAME",
"value": "Gabriel_Liberato"
}
] | 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 models;
import java.io.Serializable;
import java.math.BigDecimal;
import java.util.Date;
import java.util.List;
import javax.p... | 4,553 | 0.663738 | 0.662201 | 172 | 25.476744 | 27.561443 | 137 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.447674 | false | false | 2 |
558d6935810b78fd60d2a090b1cb1f0a1d2e6bc4 | 12,378,095,776,641 | d392a08c59ce177acf48b2ec173a181de08dcc5c | /dynamic-web-project/web/src/test/java/kz/zhanbolat/web/UserValidatorTest.java | 325df803e31fd480607331c27bc8df8f43303499 | [] | no_license | Fousq/JWebProject | https://github.com/Fousq/JWebProject | e1c899900d5482c480993d6146c7229d390796bb | 869edaa320d451570e8218c5c593e3c5bb960b87 | refs/heads/master | 2022-07-07T08:01:32.779000 | 2019-09-09T09:25:24 | 2019-09-09T09:25:24 | 197,719,486 | 0 | 0 | null | false | 2022-06-21T01:32:58 | 2019-07-19T06:58:57 | 2019-09-09T09:25:36 | 2022-06-21T01:32:57 | 37,022 | 0 | 0 | 5 | Java | false | false | package kz.zhanbolat.web;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertTrue;
import java.util.stream.Stream;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
import org.junit.Test;
import kz.zhanbolat.web.domain.validator.UserValidator;
public ... | UTF-8 | Java | 1,516 | java | UserValidatorTest.java | Java | [
{
"context": "PasswordShouldReturnTrue() {\n\t\tString password = \"seeg412QWFS\";\n\t\tboolean valid = UserValidator.validatePasswor",
"end": 514,
"score": 0.9987568855285645,
"start": 503,
"tag": "PASSWORD",
"value": "seeg412QWFS"
},
{
"context": "se() {\n\t\tString[] passwords = n... | null | [] | package kz.zhanbolat.web;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertTrue;
import java.util.stream.Stream;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
import org.junit.Test;
import kz.zhanbolat.web.domain.validator.UserValidator;
public ... | 1,515 | 0.735488 | 0.658971 | 52 | 28.153847 | 24.363737 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.019231 | false | false | 2 |
c5e5226941e3f0febef77b6a6031ab3100d6ebf4 | 12,378,095,778,748 | 900246785d87eae381da6e76689cd3da24a8c749 | /src/main/java/com/example/hookah/controller/mapper/ReservationMapper.java | ace973caeeb8139c58ab549d06f8432f450a986d | [] | no_license | IamCyrek/hookah | https://github.com/IamCyrek/hookah | df995e5e2c290cc23bad9ce6279efafe6734c922 | 0e95f17c9bd04a24d47455d47d3846c98291860b | refs/heads/master | 2022-11-05T23:24:19.453000 | 2020-06-23T23:32:50 | 2020-06-23T23:32:50 | 262,810,837 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.hookah.controller.mapper;
import com.example.hookah.controller.dto.ReservationDTO;
import com.example.hookah.model.Reservation;
import org.mapstruct.InjectionStrategy;
import org.mapstruct.Mapper;
import java.util.List;
@Mapper(componentModel = "spring", injectionStrategy = InjectionStrategy.CONS... | UTF-8 | Java | 761 | java | ReservationMapper.java | Java | [] | null | [] | package com.example.hookah.controller.mapper;
import com.example.hookah.controller.dto.ReservationDTO;
import com.example.hookah.model.Reservation;
import org.mapstruct.InjectionStrategy;
import org.mapstruct.Mapper;
import java.util.List;
@Mapper(componentModel = "spring", injectionStrategy = InjectionStrategy.CONS... | 761 | 0.822602 | 0.822602 | 21 | 35.238094 | 35.34713 | 118 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.619048 | false | false | 2 |
a84859c2a5cde53e877fc3615b1be7258eebb246 | 15,960,098,498,335 | 9c9f7432cc7fc23357be6267b3a5fa43e34ac3e9 | /semi_sisNbro/src/common/controller/FrontController.java | 9c9ceb57684eac0fda0b70705e65b58320a349bf | [] | no_license | HanGyuLee/Eclipse-test | https://github.com/HanGyuLee/Eclipse-test | 4e0341b993b2f1107ceaf9d7d51ba4e7c582b25c | 16fabfb44e4a75b78ce149e1ed1a416218bab217 | refs/heads/master | 2021-07-21T01:18:09.838000 | 2017-10-30T10:28:55 | 2017-10-30T10:28:55 | 108,802,960 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package common.controller;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.IOException;
import java.util.Enumeration;
import java.util.HashMap;
import java.util.Properties;
import javax.servlet.RequestDispatcher;
import javax.servlet.Ser... | UHC | Java | 7,708 | java | FrontController.java | Java | [] | null | [] | package common.controller;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.IOException;
import java.util.Enumeration;
import java.util.HashMap;
import java.util.Properties;
import javax.servlet.RequestDispatcher;
import javax.servlet.Ser... | 7,708 | 0.660214 | 0.656122 | 198 | 30.09091 | 25.713295 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.671717 | false | false | 2 |
b8a40636d6820cea5fb2d5dff5ea2b4372592b37 | 17,042,430,262,275 | 8238831efe073654e856a3ce51a299dd164be11a | /src/java/dao/RatingDao.java | fde5745888596f84f472b04b1d66f0a6302e4b6c | [] | no_license | ambikasinghh/Solar-Mate_ver_1 | https://github.com/ambikasinghh/Solar-Mate_ver_1 | 0b6fb25ddc2a6d8c468d0792ef103d089e424048 | dbba1f4af756a0976ecbcc15bdff485763b037c2 | refs/heads/main | 2023-04-09T21:23:12.551000 | 2021-04-15T17:26:10 | 2021-04-15T17:26:10 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package dao;
import java.util.*;
import java.sql.*;
import myconn.GetConnection;
import dto.Rating;
public class RatingDao {
public int addRating(Rating obj, int rate) throws SQLException {
int i=0;
Connection con = GetConnection.getConnect();
String query = "select rating... | UTF-8 | Java | 965 | java | RatingDao.java | Java | [] | null | [] | package dao;
import java.util.*;
import java.sql.*;
import myconn.GetConnection;
import dto.Rating;
public class RatingDao {
public int addRating(Rating obj, int rate) throws SQLException {
int i=0;
Connection con = GetConnection.getConnect();
String query = "select rating... | 965 | 0.6 | 0.585492 | 27 | 33.740742 | 22.63657 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.074074 | false | false | 2 |
1476b9ed159a8451cd4be19b33bd2b4432d3132d | 2,997,887,206,347 | e9b030bafed6b319eed22d39acbe9e6f8aa8293e | /app/src/main/java/com/rudolphriding/giftfriend/app/home/RvHolder.java | a0002daa8c0fbbb07ff56005921d9452c14e324b | [] | no_license | nagihiko0704/GiftFriend | https://github.com/nagihiko0704/GiftFriend | 44eeb52112b64b236ac1ee9cbcae4540cc755c0a | f3bf2196025823894d80476fbeae739c33cfa009 | refs/heads/master | 2021-01-19T15:24:43.023000 | 2017-12-18T07:16:00 | 2017-12-18T07:16:00 | 100,967,258 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.rudolphriding.giftfriend.app.home;
import android.support.constraint.ConstraintLayout;
import android.support.v7.widget.RecyclerView;
import android.view.View;
import android.widget.ImageView;
import android.widget.TextView;
import com.rudolphriding.giftfriend.R;
/**
* Created by 이지혜 on 2017-09-17.
*/
... | UTF-8 | Java | 868 | java | RvHolder.java | Java | [
{
"context": "com.rudolphriding.giftfriend.R;\n\n/**\n * Created by 이지혜 on 2017-09-17.\n */\npublic class RvHolder extend",
"end": 298,
"score": 0.6426840424537659,
"start": 297,
"tag": "USERNAME",
"value": "이"
},
{
"context": "m.rudolphriding.giftfriend.R;\n\n/**\n * Created by 이지혜 ... | null | [] | package com.rudolphriding.giftfriend.app.home;
import android.support.constraint.ConstraintLayout;
import android.support.v7.widget.RecyclerView;
import android.view.View;
import android.widget.ImageView;
import android.widget.TextView;
import com.rudolphriding.giftfriend.R;
/**
* Created by 이지혜 on 2017-09-17.
*/
... | 868 | 0.737819 | 0.727378 | 30 | 27.733334 | 25.624121 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.533333 | false | false | 2 |
3ebb5af0dc74e659fcf49e684ecf951842b6693d | 25,537,875,592,611 | 7e671d3247c3aa1b405e7b93985f31c9e3be45f8 | /src/Poligon_Lambda/Concatenare.java | 9c06345d9b4896704fb69d5580a1dd6c25cebf8c | [] | no_license | DanielaCiocoiu/Probe | https://github.com/DanielaCiocoiu/Probe | fa24d2e082cce1f70fed3c18424ad4f65c1f7bb2 | 4d5ce9a7f87adf39cf88d2e6230253f9438e3461 | refs/heads/master | 2023-06-22T05:46:45.678000 | 2021-07-21T11:12:45 | 2021-07-21T11:12:45 | 387,151,359 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Ex3Poligon_Lambda;
/* Sa se creeze urmatoarele interfete functionale, care vor fi utilizate in metoda main cu ajutorul expresiilor lambda.
Concatenare cu metoda String concateneaza(String s1, String s2);
AfisareString cu metoda void afiseazaDeNOri(String s, int n);
Inmultire cu metod... | UTF-8 | Java | 463 | java | Concatenare.java | Java | [] | null | [] | package Ex3Poligon_Lambda;
/* Sa se creeze urmatoarele interfete functionale, care vor fi utilizate in metoda main cu ajutorul expresiilor lambda.
Concatenare cu metoda String concateneaza(String s1, String s2);
AfisareString cu metoda void afiseazaDeNOri(String s, int n);
Inmultire cu metod... | 463 | 0.7473 | 0.736501 | 13 | 34.615383 | 36.122738 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.692308 | false | false | 2 |
3df36a677fa61f848d3e402a1b05c47ea331a03b | 38,250,978,757,854 | a43d76bcf8adace16c3ac29b996c7c488a5cd930 | /src/Test1.java | 879dfced9df39f937236ebab055ca1eb04b8e44c | [] | no_license | JyothiCyril/DevlabsSDETBatch1 | https://github.com/JyothiCyril/DevlabsSDETBatch1 | 29ee85dea4c55f9bd02bb868a23395ac00a12421 | 52e915920d190e8cbedb91547d3a27d293e899a2 | refs/heads/master | 2023-03-19T02:35:46.919000 | 2021-02-13T10:07:28 | 2021-02-13T10:07:28 | 338,537,090 | 0 | 0 | null | false | 2021-02-13T10:07:28 | 2021-02-13T09:15:05 | 2021-02-13T10:07:18 | 2021-02-13T10:07:28 | 0 | 0 | 0 | 0 | Java | false | false |
public class Test1 extends TestBase {
public static void main(String[] args) {
System.out.println("I am Test case 1 class");
}
}
| UTF-8 | Java | 145 | java | Test1.java | Java | [] | null | [] |
public class Test1 extends TestBase {
public static void main(String[] args) {
System.out.println("I am Test case 1 class");
}
}
| 145 | 0.648276 | 0.634483 | 10 | 13.4 | 18.650469 | 47 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.1 | false | false | 2 |
ce2f4c394d0d20717e5a1cac461c49d5fb22724b | 38,250,978,760,598 | 8f49f272547ece17b67b1b81eb32d6c26d6425f4 | /src/test/java/com/countme/up/service/CandidateServiceTest.java | a93f0e68c520c77382e8a04143e8650deb587259 | [] | no_license | ahamouda88/countme-up | https://github.com/ahamouda88/countme-up | 9407013fee40703141d8ae386522ea0882039104 | c26a0d5bb5d2ed958c29fef9e53544abd24ea23b | refs/heads/master | 2021-01-20T18:02:35.310000 | 2017-05-15T14:14:05 | 2017-05-15T14:14:05 | 90,897,577 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.countme.up.service;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertNull;
import static org.junit.Assert.assertTrue;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.b... | UTF-8 | Java | 3,671 | java | CandidateServiceTest.java | Java | [
{
"context": "stAdd() {\n\t\tCandidate candidate1 = new Candidate(\"Lionel\", \"Messi\", \"leo@hotmail.com\", null);\n\t\tassertTrue",
"end": 1131,
"score": 0.999786376953125,
"start": 1125,
"tag": "NAME",
"value": "Lionel"
},
{
"context": "\t\tCandidate candidate1 = new Candidate(\"... | null | [] | package com.countme.up.service;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertNull;
import static org.junit.Assert.assertTrue;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.b... | 3,640 | 0.770907 | 0.764642 | 111 | 32.072071 | 30.86755 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.603604 | false | false | 2 |
e99c1e76eb9e6bd11d76995de6307f0ecace4c5f | 39,496,519,271,503 | 1c09b362c449164a86cdd1e44197ebacd2039539 | /CarRentOrderFinal/java/home/service/HistoryService.java | 50f6bbbb672c28452e70fb153f1f71c799e4f923 | [] | no_license | MakcumLviv/CarFinal | https://github.com/MakcumLviv/CarFinal | 7ce8eeaf2e34ea6e023000256a3a2d0c80951b57 | 47dd7c30bec5ed54071f8190115619c227aaa359 | refs/heads/master | 2016-09-08T10:09:38.201000 | 2015-04-27T16:23:08 | 2015-04-27T16:23:08 | 34,677,642 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package home.service;
import home.model.History;
public interface HistoryService {
}
| UTF-8 | Java | 93 | java | HistoryService.java | Java | [] | null | [] | package home.service;
import home.model.History;
public interface HistoryService {
}
| 93 | 0.741935 | 0.741935 | 11 | 7.454545 | 12.048113 | 33 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.272727 | false | false | 2 |
604c19dd75b44934cabde1c749cc453ac730f544 | 37,426,345,046,590 | 0b01d6e4d55d7aaf1fc984fb1044ea142c900009 | /app/src/main/java/com/t3h/appdemo/fragment/SavedFragment.java | e506671add0b25d2bd2834c6d8449f50732e0ce9 | [] | no_license | 21nghin/AppDemo | https://github.com/21nghin/AppDemo | 8cbec41ed22c70714fe4a4f739c1a09b48cc443d | cfe32b8a61fcf35bb4c61f5382f509a4adce2f7d | refs/heads/master | 2020-07-25T05:52:16.799000 | 2019-11-29T14:47:03 | 2019-11-29T14:47:03 | 208,187,163 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.t3h.appdemo.fragment;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.Toast;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import androidx.fragment.app.Fragment;
import androidx.recycle... | UTF-8 | Java | 3,185 | java | SavedFragment.java | Java | [] | null | [] | package com.t3h.appdemo.fragment;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.Toast;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import androidx.fragment.app.Fragment;
import androidx.recycle... | 3,185 | 0.695831 | 0.694567 | 95 | 32.326317 | 27.052168 | 132 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.589474 | false | false | 2 |
2a91ab6f6e179435b41d5036eb59253a0cba9f73 | 37,426,345,045,578 | a9335d0a500ecfca196788f804425e6c01b1e45a | /app/src/main/java/com/example/omarelaimy/iseeyou/EditSlot.java | b7b13c44ba8c73b892aab66d5ed0f2469b495dd8 | [] | no_license | omarelaimy/ISeeYou | https://github.com/omarelaimy/ISeeYou | 6712b33164dcf703628a4a00e974db734f57c3c8 | 3f236999dae9d310cb4c1c15f0202721544afd63 | refs/heads/master | 2021-08-29T17:41:44.484000 | 2017-07-20T10:50:08 | 2017-07-20T10:50:08 | 84,760,843 | 0 | 1 | null | false | 2017-12-14T14:04:41 | 2017-03-12T22:05:31 | 2017-08-10T13:15:36 | 2017-12-14T14:04:27 | 2,787 | 0 | 1 | 0 | Java | false | null | package com.example.omarelaimy.iseeyou;
import android.app.TimePickerDialog;
import android.content.DialogInterface;
import android.graphics.Paint;
import android.graphics.Typeface;
import android.os.Bundle;
import android.support.v7.app.AlertDialog;
import android.support.v7.app.AppCompatActivity;
import android.text.... | UTF-8 | Java | 43,732 | java | EditSlot.java | Java | [
{
"context": "package com.example.omarelaimy.iseeyou;\nimport android.app.TimePickerDialog;\nimp",
"end": 30,
"score": 0.845850944519043,
"start": 20,
"tag": "USERNAME",
"value": "omarelaimy"
},
{
"context": "til.List;\nimport java.util.Map;\n\n/**\n * Created by Omar on 3/15/2017.\n... | null | [] | package com.example.omarelaimy.iseeyou;
import android.app.TimePickerDialog;
import android.content.DialogInterface;
import android.graphics.Paint;
import android.graphics.Typeface;
import android.os.Bundle;
import android.support.v7.app.AlertDialog;
import android.support.v7.app.AppCompatActivity;
import android.text.... | 43,732 | 0.528309 | 0.52417 | 909 | 47.110012 | 30.541843 | 195 | false | false | 0 | 0 | 0 | 0 | 79 | 0.001806 | 0.759076 | false | false | 2 |
6e7f55744e8dade4a3067ffc4af641e2ffa328e5 | 403,726,990,151 | 1cc037b19a154941fd1fdc7d9d1c02702794b975 | /core-customize/custom/spar/sparcore/src/com/spar/hcl/jalo/promotions/SparEmployeeDiscountPromotion.java | 80128db08b96cceb7c346310b9673e395531bd47 | [] | no_license | demo-solution/solution | https://github.com/demo-solution/solution | b557dea73d613ec8bb722e2d9a63a338f0b9cf8d | e342fd77084703d43122a17d7184803ea72ae5c2 | refs/heads/master | 2022-07-16T05:41:35.541000 | 2020-05-19T14:51:59 | 2020-05-19T14:51:59 | 259,383,771 | 0 | 0 | null | false | 2020-05-19T14:54:38 | 2020-04-27T16:07:54 | 2020-05-19T14:54:19 | 2020-05-19T14:54:37 | 101,858 | 0 | 0 | 1 | Java | false | false | package com.spar.hcl.jalo.promotions;
import java.util.ArrayList;
import java.util.Collection;
import java.util.List;
import java.util.Locale;
import javax.xml.ws.WebServiceException;
import org.apache.log4j.Logger;
import org.springframework.remoting.soap.SoapFaultException;
import com.spar.hcl.sparpricefactory.mo... | UTF-8 | Java | 7,027 | java | SparEmployeeDiscountPromotion.java | Java | [] | null | [] | package com.spar.hcl.jalo.promotions;
import java.util.ArrayList;
import java.util.Collection;
import java.util.List;
import java.util.Locale;
import javax.xml.ws.WebServiceException;
import org.apache.log4j.Logger;
import org.springframework.remoting.soap.SoapFaultException;
import com.spar.hcl.sparpricefactory.mo... | 7,027 | 0.761776 | 0.759499 | 190 | 35.984211 | 32.823368 | 153 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.857895 | false | false | 2 |
952831e47e73a9b44e3697ee9f0eb4a8c4f8b11f | 37,830,071,971,857 | 6f2a821cbbbf36b323a6487adf75c235f1777e6e | /app/src/main/java/com/jacob/floatview/view/FloatBigView.java | e81fee6d1b85a4426fbb8082766c796e374ffaa9 | [
"MIT"
] | permissive | wangjia55/FloatView | https://github.com/wangjia55/FloatView | 60c9b8388bdd39f93fa9f120a7fd5867cbe36a81 | 726809a5970a53568d1e538540a114ba8fe148df | refs/heads/master | 2021-01-20T08:44:04.527000 | 2015-04-28T12:48:06 | 2015-04-28T12:48:06 | 34,660,325 | 10 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jacob.floatview.view;
import android.content.Context;
import android.util.AttributeSet;
import android.view.LayoutInflater;
import android.view.MotionEvent;
import android.view.View;
import android.view.ViewGroup;
import android.view.WindowManager;
import android.widget.LinearLayout;
import android.widget.... | UTF-8 | Java | 1,518 | java | FloatBigView.java | Java | [
{
"context": ";\nimport com.jacob.floatview.R;\n\n/**\n * Created by jacob-wj on 2015/4/28.\n */\npublic class FloatBigView exten",
"end": 432,
"score": 0.9996446967124939,
"start": 424,
"tag": "USERNAME",
"value": "jacob-wj"
}
] | null | [] | package com.jacob.floatview.view;
import android.content.Context;
import android.util.AttributeSet;
import android.view.LayoutInflater;
import android.view.MotionEvent;
import android.view.View;
import android.view.ViewGroup;
import android.view.WindowManager;
import android.widget.LinearLayout;
import android.widget.... | 1,518 | 0.716733 | 0.711462 | 53 | 27.64151 | 23.442499 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.660377 | false | false | 2 |
7be51a52ab9f3312cecfaaf31d9285f624b7bbe0 | 8,358,006,361,106 | 97889c445661cec1ec8a846b0673bb0df8ebb100 | /src/manager/xsales/program/shared/domain/beallitasok/BeallitasokRendszer.java | 5b9dd326a245961ec0bdac4edd334eb59ea8d558 | [] | no_license | eggp/XSalesManager | https://github.com/eggp/XSalesManager | 08a8e304d39f585ba952815f3e1e2a165375e332 | 8019f6fbd3683d36406cc9369d54e700389cb182 | refs/heads/master | 2015-07-10T00:28:03 | 2015-03-18T21:01:42 | 2015-03-18T21:01:42 | 10,280,958 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package manager.xsales.program.shared.domain.beallitasok;
import hgexengine.utils.shared.HasVersion;
import hgexengine.utils.shared.domain.AbstractDomainObjectWithCreateAndModifyDate;
import hgexengine.utils.shared.domain.HasCreateFelhasznalo;
import hgexengine.utils.shared.domain.HasDeleted;
import hgexengine.u... | UTF-8 | Java | 3,625 | java | BeallitasokRendszer.java | Java | [] | null | [] | package manager.xsales.program.shared.domain.beallitasok;
import hgexengine.utils.shared.HasVersion;
import hgexengine.utils.shared.domain.AbstractDomainObjectWithCreateAndModifyDate;
import hgexengine.utils.shared.domain.HasCreateFelhasznalo;
import hgexengine.utils.shared.domain.HasDeleted;
import hgexengine.u... | 3,625 | 0.754207 | 0.748138 | 130 | 25.884615 | 24.2955 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.8 | false | false | 2 |
fcb7824949b2880f72bf175992b15ea2d70cbb1c | 7,103,875,978,297 | d17f33afbbdf61ce5b2e86e6f970af92eacc4da1 | /GroupProject/TourneyManager/app/src/main/java/edu/gatech/seclass/tourneymanager/ManagerMode.java | 0e83f5ade07e7684df77826ec1e7fa41d75618ff | [] | no_license | johonea4/TourneyManagerApp | https://github.com/johonea4/TourneyManagerApp | b34a2f0c146addcb07117a6069f2f17fa125cb2e | 3b8e96d9eb34a91efcf4f22a34b5793d4c645686 | refs/heads/master | 2020-05-05T05:22:48.613000 | 2017-03-11T00:10:40 | 2017-03-11T00:10:40 | 179,749,111 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package edu.gatech.seclass.tourneymanager;
import android.content.Context;
import java.util.ArrayList;
import java.util.Collections;
import java.util.HashMap;
import java.util.List;
import java.util.Random;
import java.util.Arrays;
import java.util.SortedSet;
import java.util.Collection;
import java.util.HashMap;
imp... | UTF-8 | Java | 9,345 | java | ManagerMode.java | Java | [
{
"context": "rneymanager.models.TourneyInfo;\n\n/**\n * Created by johon on 2/25/2017.\n */\n\npublic class ManagerMode exten",
"end": 846,
"score": 0.9725346565246582,
"start": 841,
"tag": "USERNAME",
"value": "johon"
},
{
"context": "ze prize = new Prize();\n prize.setUserN... | null | [] | package edu.gatech.seclass.tourneymanager;
import android.content.Context;
import java.util.ArrayList;
import java.util.Collections;
import java.util.HashMap;
import java.util.List;
import java.util.Random;
import java.util.Arrays;
import java.util.SortedSet;
import java.util.Collection;
import java.util.HashMap;
imp... | 9,345 | 0.599893 | 0.595078 | 253 | 35.93676 | 30.525761 | 137 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.822134 | false | false | 2 |
7223982a46ad92c6362b30ce0d0c60d73887ae66 | 14,843,407,038,545 | 074c6d12d901863fcd57818ceefcf096e6e41566 | /TP/src/test/java/com/EyVdeSW/TP/services/TestTarifarioService.java | 9e96ce32bbd3c41814ed973e2e34985fea26c8c5 | [] | no_license | roberGzt/TPEspecificacion | https://github.com/roberGzt/TPEspecificacion | d51c31393052589237c1d58f6ac142431d5a6374 | a227cbbd2c3582b197555f24fc5c447a87d597a6 | refs/heads/master | 2021-01-21T07:13:55.288000 | 2017-06-30T16:29:46 | 2017-06-30T16:29:46 | 91,604,037 | 0 | 0 | null | false | 2017-06-23T15:45:22 | 2017-05-17T17:42:44 | 2017-05-17T18:01:33 | 2017-06-23T15:45:21 | 491 | 0 | 0 | 1 | CSS | null | null | package com.EyVdeSW.TP.services;
import static org.junit.Assert.*;
import java.math.BigDecimal;
import java.util.Date;
import java.util.HashMap;
import java.util.Map;
import org.easymock.*;
import org.junit.Test;
import org.junit.runner.RunWith;
import com.EyVdeSW.TP.Daos.TarifarioDAO;
import com.EyVd... | UTF-8 | Java | 5,933 | java | TestTarifarioService.java | Java | [] | null | [] | package com.EyVdeSW.TP.services;
import static org.junit.Assert.*;
import java.math.BigDecimal;
import java.util.Date;
import java.util.HashMap;
import java.util.Map;
import org.easymock.*;
import org.junit.Test;
import org.junit.runner.RunWith;
import com.EyVdeSW.TP.Daos.TarifarioDAO;
import com.EyVd... | 5,933 | 0.766391 | 0.748188 | 149 | 37.81879 | 36.549873 | 127 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.583893 | false | false | 2 |
dd86b1188953693ede0683430fcff8bf6a8de6a2 | 3,530,463,123,618 | 63152c4f60c3be964e9f4e315ae50cb35a75c555 | /mllib/target/java/org/apache/spark/mllib/classification/StreamingLogisticRegressionWithSGD.java | 17a357bb9ebf04596ff401cf33a041f00eeb24b2 | [
"EPL-1.0",
"Classpath-exception-2.0",
"LicenseRef-scancode-unicode",
"BSD-3-Clause",
"LicenseRef-scancode-generic-cla",
"LicenseRef-scancode-free-unknown",
"GCC-exception-3.1",
"LGPL-2.0-or-later",
"CDDL-1.0",
"MIT",
"CC-BY-SA-3.0",
"NAIST-2003",
"LGPL-2.1-only",
"LicenseRef-scancode-other... | permissive | PowersYang/spark-cn | https://github.com/PowersYang/spark-cn | 76c407d774e35d18feb52297c68c65889a75a002 | 06a0459999131ee14864a69a15746c900e815a14 | refs/heads/master | 2022-12-11T20:18:37.376000 | 2020-03-30T09:48:22 | 2020-03-30T09:48:22 | 219,248,341 | 0 | 0 | Apache-2.0 | false | 2022-12-05T23:46:17 | 2019-11-03T03:55:17 | 2020-03-30T09:51:51 | 2022-12-05T23:46:17 | 122,973 | 0 | 0 | 13 | HTML | false | false | package org.apache.spark.mllib.classification;
/**
* Train or predict a logistic regression model on streaming data. Training uses
* Stochastic Gradient Descent to update the model based on each new batch of
* incoming data from a DStream (see <code>LogisticRegressionWithSGD</code> for model equation)
* <p>
* Each... | UTF-8 | Java | 3,080 | java | StreamingLogisticRegressionWithSGD.java | Java | [] | null | [] | package org.apache.spark.mllib.classification;
/**
* Train or predict a logistic regression model on streaming data. Training uses
* Stochastic Gradient Descent to update the model based on each new batch of
* incoming data from a DStream (see <code>LogisticRegressionWithSGD</code> for model equation)
* <p>
* Each... | 3,080 | 0.769481 | 0.761688 | 45 | 67.444443 | 58.603207 | 275 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.444444 | false | false | 2 |
c544eb42935bab08dc9f01681a807186a344a45e | 23,914,377,964,001 | 71b4d4f61b0351e8a4406960d2a8cca5b278995e | /src/test/java/br/com/dextra/dextranet/unidade/UnidadeTest.java | 95079616b325ee840556bdcf6cac3b69904dcbbf | [] | no_license | dextra/dextranet | https://github.com/dextra/dextranet | 0b54495b8121e023a863ac3bb213d4506d107e78 | bc54575883fa5e8a49a106ea3065e96b261d653c | refs/heads/master | 2021-01-21T12:52:56.880000 | 2016-03-24T12:10:53 | 2016-03-24T12:10:53 | 7,016,884 | 3 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.com.dextra.dextranet.unidade;
import org.junit.Assert;
import org.junit.Test;
import br.com.dextra.teste.TesteIntegracaoBase;
import com.google.appengine.api.datastore.Entity;
//a heranca eh para poder testar os objetos envolvendo entity
public class UnidadeTest extends TesteIntegracaoBase {
... | UTF-8 | Java | 1,007 | java | UnidadeTest.java | Java | [] | null | [] | package br.com.dextra.dextranet.unidade;
import org.junit.Assert;
import org.junit.Test;
import br.com.dextra.teste.TesteIntegracaoBase;
import com.google.appengine.api.datastore.Entity;
//a heranca eh para poder testar os objetos envolvendo entity
public class UnidadeTest extends TesteIntegracaoBase {
... | 1,007 | 0.751738 | 0.751738 | 32 | 29.46875 | 31.827646 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.21875 | false | false | 2 |
c3f4c49acf817feeec2536fb448b9e5499fe825d | 23,914,377,963,969 | c8b6e7531db33ccbb547194668ad0b6d2cffbb65 | /java-se-base-parent/model-io-stream/src/main/java/com/io/stream/IoParam.java | 4e375663378fd54038bdac6d7781aacda8e45fed | [
"Apache-2.0"
] | permissive | cicadasmile/java-base-parent | https://github.com/cicadasmile/java-base-parent | fe7bcd568700fbe11561d0e0584283c870e25905 | 3b3e7f9e0543780a83f37c1ed8b95ff62f529b6e | refs/heads/master | 2022-06-25T06:09:30.435000 | 2022-02-22T14:54:25 | 2022-02-22T14:54:25 | 226,533,015 | 39 | 24 | Apache-2.0 | false | 2022-06-21T02:29:58 | 2019-12-07T15:12:27 | 2022-06-06T07:26:15 | 2022-06-21T02:29:55 | 197 | 35 | 25 | 8 | Java | false | false | package com.io.stream;
public class IoParam {
public static final String BASE_PATH = "基础路径" ;
}
| UTF-8 | Java | 111 | java | IoParam.java | Java | [] | null | [] | package com.io.stream;
public class IoParam {
public static final String BASE_PATH = "基础路径" ;
}
| 111 | 0.68932 | 0.68932 | 7 | 13.714286 | 17.942083 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.285714 | false | false | 2 |
e48cbbf70d98dcca6e0af68d8fdee52b9e8560d6 | 28,948,079,635,749 | fa0cddbb3d04f7ff14ab2c1b6a04daafc4cabef6 | /src/main/java/com/zspace/spring/cache/service/CacheKeyGenerator.java | 6432bcfb9f420281dbe56778cb8398808f0699da | [] | no_license | jack-wqing/common-spring-cache | https://github.com/jack-wqing/common-spring-cache | 7c2c5fa16fdae9ddc73b6576796ca27478bdd47f | 132350b5300d5394c8853dfa55e8186378881307 | refs/heads/master | 2022-11-23T17:42:07.910000 | 2019-12-24T12:53:51 | 2019-12-24T12:53:51 | 229,940,888 | 0 | 0 | null | false | 2022-11-16T12:14:35 | 2019-12-24T12:48:28 | 2019-12-24T12:53:54 | 2022-11-16T12:14:33 | 17 | 0 | 0 | 3 | null | false | false | package com.zspace.spring.cache.service;
import java.lang.reflect.Method;
import org.springframework.cache.interceptor.KeyGenerator;
import com.alibaba.fastjson.JSON;
public class CacheKeyGenerator implements KeyGenerator {
@Override
public Object generate(Object target, Method method, Object... params) {
Strin... | UTF-8 | Java | 606 | java | CacheKeyGenerator.java | Java | [] | null | [] | package com.zspace.spring.cache.service;
import java.lang.reflect.Method;
import org.springframework.cache.interceptor.KeyGenerator;
import com.alibaba.fastjson.JSON;
public class CacheKeyGenerator implements KeyGenerator {
@Override
public Object generate(Object target, Method method, Object... params) {
Strin... | 606 | 0.745875 | 0.739274 | 20 | 29.35 | 26.422102 | 91 | true | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.45 | false | false | 2 |
7015d1edc530cf29e480d804cbef07d944040c37 | 22,660,247,456,728 | adcdd5d02646a77c411f342bc693e1bef6793a39 | /2020 Senior Year/Programming Concepts/PLC Interpreter Project/src/test/java/plc.interpreter/LexerTests.java | bfbf4708339fe86c10d754d1477d7dc78f91aeeb | [] | no_license | Koby1997/UF-Classes | https://github.com/Koby1997/UF-Classes | 15dc5714584e56b23bdfc3f187ca44c7a10d2381 | c50e461fcd5249106398c33a65b3248edece9198 | refs/heads/master | 2023-03-12T16:42:20.706000 | 2021-03-02T21:12:35 | 2021-03-02T21:12:35 | 343,909,056 | 0 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package plc.interpreter;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.params.ParameterizedTest;
import org.junit.jupiter.params.provider.Arguments;
import org.junit.jupiter.params.provider.MethodSource;
import java.util.Arrays;
import java.util.List;
import java... | UTF-8 | Java | 9,556 | java | LexerTests.java | Java | [] | null | [] | package plc.interpreter;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.params.ParameterizedTest;
import org.junit.jupiter.params.provider.Arguments;
import org.junit.jupiter.params.provider.MethodSource;
import java.util.Arrays;
import java.util.List;
import java... | 9,556 | 0.562892 | 0.55044 | 253 | 36.770752 | 29.13365 | 127 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.268775 | false | false | 2 |
ff24fb537cb80c6dd68b5d7c48335438b859888b | 26,663,157,030,025 | b2759bbf00326177d75d67f803c30132e07e6fbe | /Step4/output/MicroParserLexer.java | 687d0346717af11828481c57be8880cd699c55a8 | [] | no_license | vineethh91/ECE468-Compiler | https://github.com/vineethh91/ECE468-Compiler | 8cee1f82867495cbed72ceb840af383f1081249c | d4acae66419bcd9b18c96221f28733d42ff79c5d | refs/heads/master | 2021-01-19T05:46:48.190000 | 2013-03-21T23:25:19 | 2013-03-21T23:25:19 | 8,940,872 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | // $ANTLR 3.4 MicroParser.g 2012-10-14 00:46:37
import org.antlr.runtime.*;
import java.util.Stack;
import java.util.List;
import java.util.ArrayList;
@SuppressWarnings({"all", "warnings", "unchecked"})
public class MicroParserLexer extends Lexer {
public static final int EOF=-1;
public static final int T__17... | UTF-8 | Java | 82,839 | java | MicroParserLexer.java | Java | [] | null | [] | // $ANTLR 3.4 MicroParser.g 2012-10-14 00:46:37
import org.antlr.runtime.*;
import java.util.Stack;
import java.util.List;
import java.util.ArrayList;
@SuppressWarnings({"all", "warnings", "unchecked"})
public class MicroParserLexer extends Lexer {
public static final int EOF=-1;
public static final int T__17... | 82,839 | 0.334697 | 0.27854 | 3,076 | 25.93108 | 24.18693 | 368 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.473992 | false | false | 2 |
ed013c90219176bdee0fab3ccf2f480bc3dc646c | 20,968,030,409,528 | 805985326d824afc4d3df577f5e6d8de9f25ef71 | /src/org/ds/handlingtypes/filehandler/FileHandler.java | 2a1f82a4607c28b5cef9e9ea76a5b19861bc4b74 | [
"MIT"
] | permissive | zhanghehua/Desktop-Search-1 | https://github.com/zhanghehua/Desktop-Search-1 | 8b5dcfc68d1dcc578a894cba580d2160a8c6c978 | 93b13c0bf2791711fa07b5204b09c6883fa8ea92 | refs/heads/master | 2019-04-02T02:22:27.308000 | 2014-04-21T06:03:54 | 2014-04-21T06:03:54 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.ds.handlingtypes.filehandler;
import java.io.File;
import org.apache.lucene.document.Document;
/**
* 定义getDocument方法
*/
public interface FileHandler
{
/**
* 从文件获取一个Document类的实例
* @param file 文件对象
* @return 一个新的Document类的实例
* @throws FileHandlerException DocumentHandler异常
*/... | GB18030 | Java | 458 | java | FileHandler.java | Java | [] | null | [] | package org.ds.handlingtypes.filehandler;
import java.io.File;
import org.apache.lucene.document.Document;
/**
* 定义getDocument方法
*/
public interface FileHandler
{
/**
* 从文件获取一个Document类的实例
* @param file 文件对象
* @return 一个新的Document类的实例
* @throws FileHandlerException DocumentHandler异常
*/... | 458 | 0.7 | 0.7 | 20 | 19 | 16.935171 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.2 | false | false | 2 |
c65cb02cc42f6987bb96ab49e8e912fe7cbd66d1 | 5,626,407,182,489 | eb3a2284fad8aac2e02153e8ad9eee4804119b23 | /src/main/java/org/jeecgframework/core/common/model/common/QueryCondition.java | e792f1fc55c10ddc32e54aace326221139755598 | [
"Apache-2.0"
] | permissive | capricornstone/jeecg-3.8-hzwm | https://github.com/capricornstone/jeecg-3.8-hzwm | c9d10ba1c4c73630ef8f8e2a90954362f1969edd | f5d0042db7f2c3e8b00f99b6cf39ea60f1e58e82 | refs/heads/master | 2022-12-23T10:51:47.038000 | 2019-07-08T07:32:45 | 2019-07-08T07:32:45 | 195,143,819 | 2 | 1 | Apache-2.0 | false | 2022-12-06T00:43:02 | 2019-07-04T00:37:43 | 2021-09-13T07:46:40 | 2022-12-06T00:43:02 | 42,113 | 1 | 1 | 17 | JavaScript | false | false | package org.jeecgframework.core.common.model.common;
import java.util.List;
import org.jeecgframework.core.util.PropertiesUtil;
public class QueryCondition {
Integer id;
String state;
String field;
String type;
String condition;
String value;
String relation;
List<QueryCondition> children;
public List<Qu... | UTF-8 | Java | 2,263 | java | QueryCondition.java | Java | [] | null | [] | package org.jeecgframework.core.common.model.common;
import java.util.List;
import org.jeecgframework.core.util.PropertiesUtil;
public class QueryCondition {
Integer id;
String state;
String field;
String type;
String condition;
String value;
String relation;
List<QueryCondition> children;
public List<Qu... | 2,263 | 0.678166 | 0.678166 | 98 | 21.479591 | 17.702894 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.040816 | false | false | 2 |
70d01d9345281f086bc5d1ffea36b2545ea7e75c | 1,322,849,934,127 | cd0efa127073847b7b00a50a816d5a910d815602 | /src/test/java/bdd/example2/bddexample2/page/objects/MainPage.java | ca357412b16af52ff22c5cd724a5e2d26b6cd927 | [] | no_license | alanwardrope/bddexample2 | https://github.com/alanwardrope/bddexample2 | 9e360338ee7b5f6226541c63e7d1e78cd39dc8b5 | 1d1dae2ccce5a331bde9ac97fd16481ee0d79c9e | refs/heads/master | 2021-01-11T16:02:32.501000 | 2017-01-25T07:30:42 | 2017-01-25T07:30:42 | 79,992,711 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package bdd.example2.bddexample2.page.objects;
/**
* Created by vanwh on 18/01/2017.
*/
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import bdd.example2.bddexample2.framework.ParentPage;
import org.openqa.selenium.WebElement;
import java.util.List;
public class MainPage extends ParentPage ... | UTF-8 | Java | 1,084 | java | MainPage.java | Java | [
{
"context": "mple2.bddexample2.page.objects;\n\n/**\n * Created by vanwh on 18/01/2017.\n */\n\nimport org.openqa.selenium.By",
"end": 71,
"score": 0.999695897102356,
"start": 66,
"tag": "USERNAME",
"value": "vanwh"
}
] | null | [] | package bdd.example2.bddexample2.page.objects;
/**
* Created by vanwh on 18/01/2017.
*/
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import bdd.example2.bddexample2.framework.ParentPage;
import org.openqa.selenium.WebElement;
import java.util.List;
public class MainPage extends ParentPage ... | 1,084 | 0.708487 | 0.695572 | 35 | 30 | 30.964497 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.485714 | false | false | 2 |
d12b464acf061609e8325b15407e183b773b1839 | 10,411,000,734,208 | 12823b910d5eb51d5907f38a5de0c4648ae27308 | /src/io/trivium/extension/binding/webui/RegistryRequestHandler.java | d8f3957baa59a1a6ba6017ccd2bbf85a1a187558 | [
"Apache-2.0"
] | permissive | JensWalter/trivium | https://github.com/JensWalter/trivium | 428330f4cb09229312a601581c380a67f77b7467 | e0000bbe59429b1b90f2e1b208fb3be222927a90 | refs/heads/master | 2021-05-31T10:15:47.682000 | 2016-03-26T13:29:25 | 2016-03-26T13:29:25 | 30,550,214 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright 2016 Jens Walter
*
* 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 applicable law or agreed to ... | UTF-8 | Java | 7,383 | java | RegistryRequestHandler.java | Java | [
{
"context": "/*\n * Copyright 2016 Jens Walter\n *\n * Licensed under the Apache License, Version ",
"end": 32,
"score": 0.9996429681777954,
"start": 21,
"tag": "NAME",
"value": "Jens Walter"
}
] | null | [] | /*
* Copyright 2016 <NAME>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in wr... | 7,378 | 0.546119 | 0.5449 | 168 | 42.94643 | 25.190998 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.738095 | false | false | 2 |
588b69a20d7fd6c40f809841fa4764aa080075da | 11,218,454,583,541 | 09660d14c28a5a884d8da35a94133264bd9d67d6 | /site-alitalia/component/src/main/java/com/alitalia/aem/consumer/booking/render/SeatsMapRender.java | dc5b0b936085e091c3cc2f23e69323b02814893d | [] | no_license | R0b3rt0M/az | https://github.com/R0b3rt0M/az | 9d4070111a4e34b7ae8c35fdbf996c076baa1e08 | 3f48265dc81a0b1c134347c8865c30b5d1b1ae3d | refs/heads/master | 2020-08-08T06:35:44.906000 | 2019-10-08T20:52:31 | 2019-10-08T20:52:31 | 213,745,864 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.alitalia.aem.consumer.booking.render;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.LinkedList;
import java.util.List;
import java.util.ListIterator;
import org.apache.commons.lang3.StringUtils;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import com.alitalia.aem.comm... | UTF-8 | Java | 7,475 | java | SeatsMapRender.java | Java | [] | null | [] | package com.alitalia.aem.consumer.booking.render;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.LinkedList;
import java.util.List;
import java.util.ListIterator;
import org.apache.commons.lang3.StringUtils;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import com.alitalia.aem.comm... | 7,475 | 0.684147 | 0.678528 | 230 | 31.5 | 28.331078 | 136 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.173913 | false | false | 2 |
9c47a871ab2b5eb00abbc8c24c83e40e037fbb37 | 29,944,511,995,160 | 1a2daf068134c5e04c6d180a8bf678a76d579b70 | /com/ifmo/jjd/lesson12/exceptions/ChatException.java | 3bcf3a3edafc25e5772e612ea7b7184a40bbc96e | [] | no_license | Shipiguzov/Java | https://github.com/Shipiguzov/Java | 9b1b5810ba286cc8d4881d088bf9145cc2173046 | aebca9a761c6e5eb4f23f22e708e41f15219661b | refs/heads/master | 2023-01-30T05:05:15.886000 | 2020-12-18T08:20:08 | 2020-12-18T08:20:08 | 300,535,026 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package src.com.ifmo.jjd.lesson12.exceptions;
// Если необходимо создать собственный класс исключения времени выполнения, то класс должен наследоваться от
// RuntimeException
// Если необходимо создать собственный класс исключения времени компиляции, то класс должен наследоваться от
// Exception
public class ChatExcep... | UTF-8 | Java | 911 | java | ChatException.java | Java | [] | null | [] | package src.com.ifmo.jjd.lesson12.exceptions;
// Если необходимо создать собственный класс исключения времени выполнения, то класс должен наследоваться от
// RuntimeException
// Если необходимо создать собственный класс исключения времени компиляции, то класс должен наследоваться от
// Exception
public class ChatExcep... | 911 | 0.731167 | 0.728213 | 23 | 28.434782 | 31.300543 | 108 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.347826 | false | false | 2 |
5623f5ba023b10db3546fea178a5e29e5f11f7e0 | 8,091,718,396,817 | 606ca96aaf6196c3c2c54a5ae7a4f0524e736a1f | /Reverse.java | 3fb7b2269d1e5fa559f6801c378666792e99c5d9 | [] | no_license | bigdata-twitter/cascade | https://github.com/bigdata-twitter/cascade | 85d6297c300249a8675ea9a92c749a0c0aa25fa1 | 77ee1c921032e03d2e214f691e9b27a57179cc05 | refs/heads/master | 2021-01-23T14:58:47.209000 | 2015-03-15T15:22:50 | 2015-03-15T15:22:50 | 28,139,794 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.io.BufferedReader;
import java.io.FileReader;
import java.io.IOException;
import java.util.HashSet;
public class Reverse {
public static void main() throws IOException {
BufferedReader br = new BufferedReader(new FileReader("leftover_roots"));
HashSet<Long> roots = new HashSet<Long>();
String in;
... | UTF-8 | Java | 591 | java | Reverse.java | Java | [] | null | [] | import java.io.BufferedReader;
import java.io.FileReader;
import java.io.IOException;
import java.util.HashSet;
public class Reverse {
public static void main() throws IOException {
BufferedReader br = new BufferedReader(new FileReader("leftover_roots"));
HashSet<Long> roots = new HashSet<Long>();
String in;
... | 591 | 0.695431 | 0.695431 | 20 | 28.549999 | 18.639944 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2 | false | false | 2 |
da9c1aa5fbb94bf65650db6b0f639842d8bc5933 | 13,357,348,303,957 | 758892eed2a10b0edd5d2dcc7170301a58927187 | /ai/botbuilding/bot_clean.java | 891344c8193014ea146ed9ebb41d97f132ca8b22 | [] | no_license | gardncl/hackerrank | https://github.com/gardncl/hackerrank | db0a77cef1dbca56c2b81bbfa406adae1cf7231c | c7c8a231a4b8b4bc0d7ccc77bf57e5d0ef651bd0 | refs/heads/master | 2016-08-11T04:08:33.464000 | 2015-12-20T05:30:08 | 2015-12-20T05:30:08 | 48,135,146 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package artificial_intelligence;
/*
Problem Statement
The goal of Artificial Intelligence is to create a rational agent
(Artificial Intelligence 1.1.4). An agent gets input from the environment
through sensors and acts on the environment with actuators. In this challenge,
you will program a simple bot to perform... | UTF-8 | Java | 3,532 | java | bot_clean.java | Java | [
{
"context": "ctions based on environmental input.\n\nMeet the bot MarkZoid. It's a cleaning bot whose sensor is a head mount",
"end": 393,
"score": 0.9646689295768738,
"start": 385,
"tag": "USERNAME",
"value": "MarkZoid"
}
] | null | [] | package artificial_intelligence;
/*
Problem Statement
The goal of Artificial Intelligence is to create a rational agent
(Artificial Intelligence 1.1.4). An agent gets input from the environment
through sensors and acts on the environment with actuators. In this challenge,
you will program a simple bot to perform... | 3,532 | 0.680634 | 0.66846 | 131 | 25.961832 | 32.779488 | 194 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.267176 | false | false | 2 |
c29f7afc2bfc49fcb993a18d5ddb45f59c327f5b | 5,360,119,198,407 | 6ad215d36c1a1e2e14ec5dc2023cf43227134ab9 | /src/day34_LocalDateAndTime/Birthday.java | e82874c02ee42caf2c543bd73a483b0f1d2f84d5 | [] | no_license | KseniiaMazanko/JavaProgramming_B23 | https://github.com/KseniiaMazanko/JavaProgramming_B23 | 839f3504b808bb0510c70f1ac041c0650d566b1d | ef3862ba8a40bae90545d1cfe3564ebc822ea4e5 | refs/heads/master | 2023-08-16T04:31:36.981000 | 2021-09-30T22:59:19 | 2021-09-30T22:59:19 | 387,605,760 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package day34_LocalDateAndTime;
import java.time.LocalDate;
public class Birthday {
public static void main(String[] args) {
birthday(1994, 7, 22);
}
public static void birthday (int year, int month, int day){
LocalDate DOB = LocalDate.of(year, month, day);
LocalDate today =... | UTF-8 | Java | 696 | java | Birthday.java | Java | [] | null | [] | package day34_LocalDateAndTime;
import java.time.LocalDate;
public class Birthday {
public static void main(String[] args) {
birthday(1994, 7, 22);
}
public static void birthday (int year, int month, int day){
LocalDate DOB = LocalDate.of(year, month, day);
LocalDate today =... | 696 | 0.567529 | 0.554598 | 31 | 21.451612 | 24.716246 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.451613 | false | false | 2 |
71244a5d18b55e2525a1202bdceaf9a61f73d3fb | 11,991,548,701,898 | d57dcf29e17043eef7e48e896a244f1a7fa3423c | /src/manager/MenuManager.java | 894cb9254c1195d68bc3c011c42bd5677da23c34 | [] | no_license | junho0901/TimetableManagementSystem | https://github.com/junho0901/TimetableManagementSystem | 99f23a427b4f307d65363111475c42dbf02008ad | 2b70c460301a69a752abdc18ae25890a83b5d41b | refs/heads/master | 2021-04-17T13:41:11.624000 | 2020-07-02T11:59:46 | 2020-07-02T11:59:46 | 249,449,417 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package manager;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.ObjectInputStream;
import java.io.ObjectOutputStream;
import java.util.InputMismatchException;
import java.util.Scanner;
import gui.WindowFrame;
... | UTF-8 | Java | 3,430 | java | MenuManager.java | Java | [] | null | [] | package manager;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.ObjectInputStream;
import java.io.ObjectOutputStream;
import java.util.InputMismatchException;
import java.util.Scanner;
import gui.WindowFrame;
... | 3,430 | 0.674344 | 0.669096 | 121 | 26.363636 | 19.854845 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.016529 | false | false | 2 |
b7e6c31d148186aa46cd8bc3936d55e613930dcf | 20,804,821,594,573 | b0cb567004ed8f441f4d78095848d61fef9bf7a4 | /src/main/java/com/wtsd/myspring/mapper/HkAdverMapper.java | c6cb43e4f6d90997382865bc3a3dd56f832b0382 | [] | no_license | trntaken/spring-gradle-mybatis | https://github.com/trntaken/spring-gradle-mybatis | 3717492d9a6536adc1c4e55a6a910ebdacd7e54d | a1397eb539d01f3019b4fecbd7d2d2228f975206 | refs/heads/master | 2017-12-16T14:56:06.093000 | 2016-12-30T09:15:46 | 2016-12-30T09:15:46 | 77,665,437 | 3 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.wtsd.myspring.mapper;
import com.wtsd.myspring.entity.HkAdver;
import com.wtsd.myspring.entity.HkAdverExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
public interface HkAdverMapper {
int countByExample(HkAdverExample example);
int deleteByExample(HkAdverExample example... | UTF-8 | Java | 855 | java | HkAdverMapper.java | Java | [] | null | [] | package com.wtsd.myspring.mapper;
import com.wtsd.myspring.entity.HkAdver;
import com.wtsd.myspring.entity.HkAdverExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
public interface HkAdverMapper {
int countByExample(HkAdverExample example);
int deleteByExample(HkAdverExample example... | 855 | 0.775439 | 0.775439 | 30 | 27.533333 | 29.062843 | 108 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6 | false | false | 2 |
dacc42cd6f2f46d12bbb646f1a3fe6a3725a3af1 | 10,316,511,458,555 | a6800a5abf0841cb806ff21bb4f482fefbcbe873 | /src/main/java/org/sid/web/ControllerStudent.java | e7e8a4f651f510d36ffc30bf60eb92327cfb284a | [] | no_license | guahmed/E-learning | https://github.com/guahmed/E-learning | 0ccf6abfce725bbdaa54666e2e5609a9d6736a11 | c9be8554c6e315f071c32111d594bbd7bc3636f5 | refs/heads/master | 2022-11-28T09:45:36.534000 | 2020-07-25T12:07:44 | 2020-07-25T12:07:44 | 256,256,216 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.sid.web;
import java.util.List;
import javax.management.RuntimeErrorException;
import java.io.IOException;
import java.io.InputStream;
import java.nio.file.Files;
import java.sql.SQLException;
import org.hibernate.engine.jdbc.BlobProxy;
import org.sid.dao.CourseDao;
import org.sid.dao.InstitutDao;
impor... | UTF-8 | Java | 6,852 | java | ControllerStudent.java | Java | [] | null | [] | package org.sid.web;
import java.util.List;
import javax.management.RuntimeErrorException;
import java.io.IOException;
import java.io.InputStream;
import java.nio.file.Files;
import java.sql.SQLException;
import org.hibernate.engine.jdbc.BlobProxy;
import org.sid.dao.CourseDao;
import org.sid.dao.InstitutDao;
impor... | 6,852 | 0.763281 | 0.762843 | 250 | 26.408001 | 25.461687 | 134 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.58 | false | false | 2 |
3849f87e27b40caa83541c17a3b7088810131d58 | 36,850,819,434,265 | a2bf12456639dddfe62e051826c0679daf1b7b1c | /Banco/src/banco/Banco.java | a9003aa75532512873a4522fe216a10e0487e5b8 | [] | no_license | Eweline/projetos-java | https://github.com/Eweline/projetos-java | 263ae84739232526981fc710e8dc4f39f3bbffe9 | e51529804ac3ed8163083f8deb9098e5e7787f89 | refs/heads/master | 2021-01-25T07:19:15.333000 | 2013-04-02T19:52:01 | 2013-04-02T19:52:01 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
package banco;
public class Banco {
public static void main(String[] args) {
//Criando funcionários
Funcionario f1 = new Funcionario();
f1.nome = "Fiodor";
f1.salario = 100.0;
f1.bonificar(50);
Funcionario f2 = new Funcionario();
f2.nome = ... | UTF-8 | Java | 1,476 | java | Banco.java | Java | [
{
"context": "onario f1 = new Funcionario();\n f1.nome = \"Fiodor\"; \n f1.salario = 100.0;\n f1.bonific",
"end": 191,
"score": 0.9997228980064392,
"start": 185,
"tag": "NAME",
"value": "Fiodor"
},
{
"context": "onario f2 = new Funcionario();\n f2.nome = \... | null | [] |
package banco;
public class Banco {
public static void main(String[] args) {
//Criando funcionários
Funcionario f1 = new Funcionario();
f1.nome = "Fiodor";
f1.salario = 100.0;
f1.bonificar(50);
Funcionario f2 = new Funcionario();
f2.nome = ... | 1,476 | 0.5241 | 0.477257 | 53 | 26.773584 | 19.411766 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.698113 | false | false | 7 |
d6220471000257ccaa6ae060569c26ecf2fec031 | 2,010,044,717,237 | 5593b25213aa13e7928408c41cff7e1ea984ab00 | /app/src/main/java/com/hapramp/utils/StringUtils.java | af35e48a8d62086a2cdd083fd30490eb3031ee8b | [
"MIT"
] | permissive | hapramp/Hapramp-Android | https://github.com/hapramp/Hapramp-Android | e48fa86cc41ddda3b07282b4b6be3e6f644062d4 | 7c254b2b3b30560ea171d6942490b039e9c85a1e | refs/heads/master | 2018-10-16T22:29:53.732000 | 2018-10-16T16:11:09 | 2018-10-16T16:11:09 | 132,155,805 | 6 | 3 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.hapramp.utils;
public class StringUtils {
// replace with single escape character
public static String stringify(String s) {
s = s.replace("\n","\\n");
s = s.replace("\"", "\\\"");
s = s.replace("\\\\", "\\\\\\");
return s;
}
}
| UTF-8 | Java | 263 | java | StringUtils.java | Java | [] | null | [] | package com.hapramp.utils;
public class StringUtils {
// replace with single escape character
public static String stringify(String s) {
s = s.replace("\n","\\n");
s = s.replace("\"", "\\\"");
s = s.replace("\\\\", "\\\\\\");
return s;
}
}
| 263 | 0.555133 | 0.555133 | 11 | 22.90909 | 15.359063 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.727273 | false | false | 7 |
258992397f21a54e3c4ef8da962df36f8038baf7 | 10,316,511,464,680 | 6bba8ac5bd0d345a1c4b5eb90df052434438aa76 | /projectno2/src/CollectionsAssignment/Program3.java | 2d9cd2e6b0b2eece238f0c10548fb470d16e63be | [] | no_license | charan-3876/Java-Programs | https://github.com/charan-3876/Java-Programs | 6d474a921bc49cd976d8d6082cbc4344b69803f3 | ec1f33a0c0ed59ad387f3ad78d7a442e97ec3a32 | refs/heads/master | 2023-03-06T23:18:11.051000 | 2021-02-17T11:23:47 | 2021-02-17T11:23:47 | 339,609,395 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package CollectionsAssignment;
import java.util.*;
public class Program3
{
public static void main(String[] args)
{
Scanner scan=new Scanner(System.in);
Vector<Integer> v1=new Vector<Integer>();
int cos=0;
do
{
System.out.println("Enter integer element: ");
int ele=scan.nextInt();
v1.add(ele);
System... | UTF-8 | Java | 587 | java | Program3.java | Java | [] | null | [] | package CollectionsAssignment;
import java.util.*;
public class Program3
{
public static void main(String[] args)
{
Scanner scan=new Scanner(System.in);
Vector<Integer> v1=new Vector<Integer>();
int cos=0;
do
{
System.out.println("Enter integer element: ");
int ele=scan.nextInt();
v1.add(ele);
System... | 587 | 0.693356 | 0.67632 | 24 | 23.458334 | 16.958231 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.333333 | false | false | 7 |
a2a05ffbc33be292920e258692dd03c380d27354 | 10,316,511,466,936 | 3da0b8f4bf7c2857c431ecbb94ceaaa7248604f8 | /main/java/com/eBay/NativeApp/PageComponents/SharePanelComponent.java | caeab1727132544158e5236d5450910d7a0018fd | [] | no_license | asartabe/newRepo | https://github.com/asartabe/newRepo | 1a76bebba20a533bf8aea65ec2fde6487bc90d0f | e68423b8e50c569e1e0518deb82aad73a18828b8 | refs/heads/master | 2020-12-07T14:38:18.945000 | 2020-01-09T18:43:22 | 2020-01-09T18:43:22 | 232,739,213 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.eBay.NativeApp.PageComponents;
import java.util.List;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import com.eBay.NativeApp.Enums.ShareOptionsMenu;
import com.eBay.NativeApp.Locators.SharePanelComponentLocators;
public class SharePanelComponent extends SharePanelComponentLocator... | UTF-8 | Java | 2,208 | java | SharePanelComponent.java | Java | [
{
"context": "h(\"//android.widget.TextView[@text='\"+ShareOptionsMenu.MESSAGING.getValue()+\"']\"));\n\t\t\n\t\tList<String> allOptions = actions.",
"end": 648,
"score": 0.6331009864807129,
"start": 625,
"tag": "EMAIL",
"value": "Menu.MESSAGING.getValue"
},
{
"context": "ons.element... | null | [] | package com.eBay.NativeApp.PageComponents;
import java.util.List;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import com.eBay.NativeApp.Enums.ShareOptionsMenu;
import com.eBay.NativeApp.Locators.SharePanelComponentLocators;
public class SharePanelComponent extends SharePanelComponentLocator... | 2,179 | 0.734601 | 0.734601 | 64 | 33.5 | 34.07666 | 165 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.140625 | false | false | 7 |
1d0e9df58fe7f2a2e8795477822ee11b3cae2ecf | 3,822,520,912,909 | 89f6bf8a5e850aa275a081758f4fae99ad8af020 | /app/src/main/java/edu/auburn/eng/csse/comp3710/cma0036/droidclicker/models/questions/JsonQuestion.java | a0efabd23297d629db05d2543865fd7938bd6624 | [] | no_license | Caio-Margutti-Alves/droidClicker | https://github.com/Caio-Margutti-Alves/droidClicker | c1bf89cb51df93bf7d2c8888cc48a81f7e69b3f7 | 261ec4af15543fefef9b753274eedd0de2259631 | refs/heads/master | 2021-05-16T02:49:23.804000 | 2015-05-04T04:27:23 | 2015-05-04T04:27:23 | 34,538,774 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package edu.auburn.eng.csse.comp3710.cma0036.droidclicker.models.questions;
import android.util.Log;
import org.json.JSONArray;
import org.json.JSONObject;
import java.util.ArrayList;
import edu.auburn.eng.csse.comp3710.cma0036.droidclicker.codeUtils.Util;
import edu.auburn.eng.csse.comp3710.cma0036.droidclicker.ht... | UTF-8 | Java | 2,868 | java | JsonQuestion.java | Java | [] | null | [] | package edu.auburn.eng.csse.comp3710.cma0036.droidclicker.models.questions;
import android.util.Log;
import org.json.JSONArray;
import org.json.JSONObject;
import java.util.ArrayList;
import edu.auburn.eng.csse.comp3710.cma0036.droidclicker.codeUtils.Util;
import edu.auburn.eng.csse.comp3710.cma0036.droidclicker.ht... | 2,868 | 0.664226 | 0.647141 | 82 | 33.987804 | 31.793732 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.707317 | false | false | 7 |
089a01c574c7379ee816b174813e7ba8fd7bf5b2 | 29,678,224,034,300 | 558db86c64f8551c0ec3bbd00d7a2eb6f4b7f917 | /PongKlient/src/com/pong/klient/Main.java | 3b5b401bd79bfcaa30cd92b8d3e9c517aaf2252e | [] | no_license | kamilkolmus/PongJava | https://github.com/kamilkolmus/PongJava | 8999f29230417decc5d38645bafb527c7665ffa5 | 130d2db56ba70a53b77254cb1bb72156c763c057 | refs/heads/master | 2021-05-07T22:56:59.611000 | 2018-01-31T18:38:30 | 2018-01-31T18:38:30 | 107,377,626 | 0 | 1 | null | false | 2018-01-25T02:41:44 | 2017-10-18T08:08:05 | 2017-11-13T18:43:41 | 2018-01-25T02:41:43 | 805 | 0 | 1 | 0 | Java | false | null | package com.pong.klient;
import com.pong.gameengine.NumberOfPlayers;
import javafx.application.Application;
import javafx.application.Platform;
import javafx.event.EventHandler;
import javafx.fxml.FXMLLoader;
import javafx.scene.Scene;
import javafx.stage.Stage;
import javafx.stage.WindowEvent;
import java.io.IOEx... | UTF-8 | Java | 4,564 | java | Main.java | Java | [] | null | [] | package com.pong.klient;
import com.pong.gameengine.NumberOfPlayers;
import javafx.application.Application;
import javafx.application.Platform;
import javafx.event.EventHandler;
import javafx.fxml.FXMLLoader;
import javafx.scene.Scene;
import javafx.stage.Stage;
import javafx.stage.WindowEvent;
import java.io.IOEx... | 4,564 | 0.551392 | 0.550734 | 154 | 28.616882 | 26.090799 | 118 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.376623 | false | false | 7 |
bc527d2796084cc7fa6290de7c4359f8704e7af2 | 16,020,228,036,283 | 95b5310fe2c74d3321384311146f44997511fb42 | /src/main/java/com/demo/mapper/TestMapper.java | 1669d25a3e6df456199048df528936706d988eca | [] | no_license | q1054733797/springbootDemo | https://github.com/q1054733797/springbootDemo | c6172f2cc5214aed241657bcc4177669be926bba | 68b625ab58fd36fa2e37aedf2c5424e364561eda | refs/heads/master | 2020-04-03T09:38:35.639000 | 2019-02-14T01:13:47 | 2019-02-14T01:13:47 | 155,171,506 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.demo.mapper;
import org.apache.ibatis.annotations.Delete;
import org.apache.ibatis.annotations.Insert;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.annotations.Select;
import java.util.Date;
import java.util.HashMap;
import java.util.List;
/**
* @ClassName: TestMapper
* @Author:... | UTF-8 | Java | 1,110 | java | TestMapper.java | Java | [
{
"context": "l.List;\n\n/**\n * @ClassName: TestMapper\n * @Author: zhanghongkai\n * @Date: Create in 2018/10/29 11:05\n * @Version:",
"end": 333,
"score": 0.7504158020019531,
"start": 321,
"tag": "USERNAME",
"value": "zhanghongkai"
}
] | null | [] | package com.demo.mapper;
import org.apache.ibatis.annotations.Delete;
import org.apache.ibatis.annotations.Insert;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.annotations.Select;
import java.util.Date;
import java.util.HashMap;
import java.util.List;
/**
* @ClassName: TestMapper
* @Author:... | 1,110 | 0.7 | 0.687387 | 36 | 29.833334 | 27.307405 | 114 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.638889 | false | false | 7 |
c873356ce160fad6220886ad49faff35caca6ae1 | 13,683,765,832,444 | ba561c83bf984087418af66f4fc58395ab5fcd5d | /XtremEngine/src/com/labs/xe/client/ui/XUIFactory.java | b22f8134a5d51e5c276401c2369350a142849e3e | [] | no_license | juanlerch/xe001 | https://github.com/juanlerch/xe001 | 7bdc8e41c31c00befb4458ed836db44a7dcf00d1 | c1f6e06fbd76e262fcc829617f9119d028759d22 | refs/heads/master | 2021-01-22T11:46:52.514000 | 2015-09-18T17:51:19 | 2015-09-18T17:51:19 | 31,987,963 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.labs.xe.client.ui;
import com.labs.xe.client.ui.handler.ToServerHandler;
public class XUIFactory {
static public XUIBase create (String type) {
if (type.equalsIgnoreCase("Button") || type.equalsIgnoreCase(XUIButton.class.getSimpleName())){
XUIButton b= new XUIButton();
b.addEven... | UTF-8 | Java | 1,155 | java | XUIFactory.java | Java | [] | null | [] | package com.labs.xe.client.ui;
import com.labs.xe.client.ui.handler.ToServerHandler;
public class XUIFactory {
static public XUIBase create (String type) {
if (type.equalsIgnoreCase("Button") || type.equalsIgnoreCase(XUIButton.class.getSimpleName())){
XUIButton b= new XUIButton();
b.addEven... | 1,155 | 0.661472 | 0.661472 | 43 | 24.860466 | 30.796844 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.534884 | false | false | 7 |
2b04441e5768a129910da39df99b07eba174e1bf | 26,233,660,268,487 | b131bd68b0724d050d713230ea433c8347cb01a6 | /framework-admin/src/main/java/com/zyk/project/admin/sms/mapper/TSmsConfigMapper.java | ac5aaf72dd10fad342f835fbde567c7c8bf83619 | [] | no_license | zyk492322922/framework | https://github.com/zyk492322922/framework | ac44023cc9c72ef6b4c247e672223dda66939e75 | 96a8e39943880e4f7e8c72780594f75ca2243376 | refs/heads/master | 2022-07-07T04:08:46.306000 | 2019-12-31T07:36:51 | 2019-12-31T07:36:51 | 184,706,893 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zyk.project.admin.sms.mapper;
import com.zyk.project.admin.sms.domain.TSmsConfig;
import java.util.List;
/**
* 短信配置Mapper接口
*
* @author ruoyi
* @date 2019-12-06
*/
public interface TSmsConfigMapper {
/**
* 查询短信配置
*
* @param id 短信配置ID
* @return 短信配置
*/
public TSmsCo... | UTF-8 | Java | 1,256 | java | TSmsConfigMapper.java | Java | [
{
"context": "ava.util.List;\n\n/**\n * 短信配置Mapper接口\n * \n * @author ruoyi\n * @date 2019-12-06\n */\npublic interface TSmsConf",
"end": 160,
"score": 0.9995902180671692,
"start": 155,
"tag": "USERNAME",
"value": "ruoyi"
}
] | null | [] | package com.zyk.project.admin.sms.mapper;
import com.zyk.project.admin.sms.domain.TSmsConfig;
import java.util.List;
/**
* 短信配置Mapper接口
*
* @author ruoyi
* @date 2019-12-06
*/
public interface TSmsConfigMapper {
/**
* 查询短信配置
*
* @param id 短信配置ID
* @return 短信配置
*/
public TSmsCo... | 1,256 | 0.57635 | 0.568901 | 61 | 16.606558 | 16.535385 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.147541 | false | false | 7 |
e4f141ad52638f2d9d4b33dd6a732f38bb7f05f6 | 26,233,660,271,994 | 57f1f2d3dc6e4c01ed239ac4e288ccee0d6cc3cd | /mylintcode/src/mylintcode/RemoveDupInArray.java | e6497b99326caad20aca58ba1152f3ee7abe6cc3 | [] | no_license | Lazybird-Chao/Miscellaneous | https://github.com/Lazybird-Chao/Miscellaneous | 79fefda72513afce65ba81b5dab9393ad06c326f | 516064b63d4223cbcbfd1a3026e4e10a9aa91678 | refs/heads/master | 2021-05-03T15:48:22.544000 | 2018-04-13T01:29:46 | 2018-04-13T01:29:46 | 69,478,742 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package mylintcode;
import java.util.Arrays;
public class RemoveDupInArray {
public int deduplication(int[] nums){
if(nums == null || nums.length ==0)
return 0;
Arrays.sort(nums);
int i, j;
i=j=1;
while(j<nums.length){
if(nums[j]!=nums[j-1]){
nums[i]=nums[j];
i++;
j++;
}
else
... | UTF-8 | Java | 348 | java | RemoveDupInArray.java | Java | [] | null | [] | package mylintcode;
import java.util.Arrays;
public class RemoveDupInArray {
public int deduplication(int[] nums){
if(nums == null || nums.length ==0)
return 0;
Arrays.sort(nums);
int i, j;
i=j=1;
while(j<nums.length){
if(nums[j]!=nums[j-1]){
nums[i]=nums[j];
i++;
j++;
}
else
... | 348 | 0.563218 | 0.551724 | 25 | 12.92 | 11.433004 | 38 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.4 | false | false | 7 |
8ef87a9d9f103f4c32b142d5cb37112efcaae3f8 | 6,640,019,465,897 | 072bc3aeb54d5ee5c09557109bec7d9168b4d7ca | /src/main/java/app/controller/BookController.java | 1219a7e1a87a179ce831274fe07940052af79dff | [] | no_license | esnosek/rest-assured-test | https://github.com/esnosek/rest-assured-test | aec7b2cf70304334eedc693a622f934297241c57 | 43435a26d8c05e026c75cd994829b42170bb4343 | refs/heads/master | 2021-08-15T06:47:06.877000 | 2017-11-17T14:53:32 | 2017-11-17T14:53:32 | 110,405,032 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package app.controller;
import app.dto.BookDto;
import app.model.Book;
import app.model.Library;
import app.service.BookService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpStatus;
import org.springframework.http.MediaType;
import org.springframework.http.Response... | UTF-8 | Java | 3,058 | java | BookController.java | Java | [] | null | [] | package app.controller;
import app.dto.BookDto;
import app.model.Book;
import app.model.Library;
import app.service.BookService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpStatus;
import org.springframework.http.MediaType;
import org.springframework.http.Response... | 3,058 | 0.685415 | 0.685415 | 75 | 39.773335 | 32.531654 | 124 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 7 |
863c78edc18a9640282ae458a1a0652f421c196a | 33,200,097,219,157 | f2a938bf3e35d713524792368fa2afb4cabacf4d | /src/test/java/seleniumTesting/SetWaits.java | ab58b36bdfad2e5e61389278a9f9c0a3946ecc0c | [] | no_license | VolodymyrHunko/Hunko | https://github.com/VolodymyrHunko/Hunko | 115233223817cf89489e1c60c060581b84df4699 | bcb90419a756969f1263c0bfa79927bb76957a81 | refs/heads/master | 2023-05-10T16:22:58.166000 | 2022-10-18T17:19:07 | 2022-10-18T17:19:07 | 157,042,822 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package seleniumTesting;
import org.openqa.selenium.*;
import org.openqa.selenium.chrome.ChromeDriver;
import org.openqa.selenium.support.ui.ExpectedConditions;
import org.openqa.selenium.support.ui.FluentWait;
import org.openqa.selenium.support.ui.Wait;
import org.openqa.selenium.support.ui.WebDriverWait;
import org.... | UTF-8 | Java | 1,941 | java | SetWaits.java | Java | [] | null | [] | package seleniumTesting;
import org.openqa.selenium.*;
import org.openqa.selenium.chrome.ChromeDriver;
import org.openqa.selenium.support.ui.ExpectedConditions;
import org.openqa.selenium.support.ui.FluentWait;
import org.openqa.selenium.support.ui.Wait;
import org.openqa.selenium.support.ui.WebDriverWait;
import org.... | 1,941 | 0.647604 | 0.642968 | 62 | 30.306452 | 25.961876 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 7 |
612d045becafad7b1c4b517ecec2dfdb7233dd82 | 11,149,735,106,877 | a6a877127620291450450fc5acb3947041a25517 | /app/src/main/java/com/example/asus/smiley/Gerdaloo.java | 8856d4a0766a4b10a5f0f4c34d6f0f7a4f1cc034 | [] | no_license | s3000-f/CustomViewTest | https://github.com/s3000-f/CustomViewTest | 8fc092d3ab30f47295fc7c387c7fb05c7fc24911 | 5c99e66ce87e74126768fb704f128a41b3d59033 | refs/heads/master | 2020-03-27T13:04:26.493000 | 2018-08-29T22:05:34 | 2018-08-29T22:05:34 | 146,588,439 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.asus.smiley;
import android.animation.ObjectAnimator;
import android.content.Context;
import android.graphics.Color;
import android.graphics.Path;
import android.graphics.RectF;
import android.os.Build;
import android.util.AttributeSet;
import android.util.Log;
import android.view.MotionEvent;
impo... | UTF-8 | Java | 5,756 | java | Gerdaloo.java | Java | [] | null | [] | package com.example.asus.smiley;
import android.animation.ObjectAnimator;
import android.content.Context;
import android.graphics.Color;
import android.graphics.Path;
import android.graphics.RectF;
import android.os.Build;
import android.util.AttributeSet;
import android.util.Log;
import android.view.MotionEvent;
impo... | 5,756 | 0.551077 | 0.524844 | 160 | 34.974998 | 29.084993 | 160 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.0625 | false | false | 7 |
1fb0a18c06166dc09b2dbcbe2eddccc85a16c484 | 28,656,021,804,163 | 58e442daa511dc23bd2f129b1a56af8529645eaa | /src/main/java/planning/service/TimeService.java | 8faf1ac456e6b8eb3e823860ecd2dc8aa2faa4ae | [] | no_license | zmazloom/final-project | https://github.com/zmazloom/final-project | 55de69bbbe4961af2c961d19c1c23489aee35ff0 | d13fcf869364aa9758e8ac120640eb4eed236176 | refs/heads/master | 2021-03-20T19:37:58.975000 | 2021-01-05T09:15:06 | 2021-01-05T09:15:06 | 247,227,968 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package planning.service;
import planning.model.Time;
public class TimeService {
public static String getTimePersian(Time time) {
switch (time) {
case SHANBE8T:
return "شنبه 8";
case SHANBE10T:
return "شنبه 10";
case SHANBE12T:
... | UTF-8 | Java | 4,917 | java | TimeService.java | Java | [] | null | [] | package planning.service;
import planning.model.Time;
public class TimeService {
public static String getTimePersian(Time time) {
switch (time) {
case SHANBE8T:
return "شنبه 8";
case SHANBE10T:
return "شنبه 10";
case SHANBE12T:
... | 4,917 | 0.455782 | 0.387755 | 145 | 30.427586 | 8.538549 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.434483 | false | false | 7 |
253b3412a6c989a4be3c5333479b0b00eca0401a | 33,311,766,353,211 | 962328c0f5e44123991bbcde6a5158755c235013 | /src/main/java/cn/qingtianr/util/ScanPackage.java | 4a6b20f47772e416bffb38cbf430a5e68fc1e716 | [] | no_license | yang2yang/YangMvc | https://github.com/yang2yang/YangMvc | 4874a8f98147d1d9497779d25fd466a77e3e2688 | 27f466e62b5931f294f0038f87de64dc092270a0 | refs/heads/master | 2021-01-23T04:09:49.120000 | 2017-04-29T15:02:47 | 2017-04-29T15:02:47 | 86,167,348 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.qingtianr.util;
import cn.qingtianr.Annotation.YangController;
import cn.qingtianr.Annotation.YangRequestMapping;
import java.io.File;
import java.io.IOException;
import java.net.URL;
import java.util.ArrayList;
import java.util.List;
/**
* Created by ding on 2017/4/1.
*/
public class ScanPackage {
... | UTF-8 | Java | 2,658 | java | ScanPackage.java | Java | [
{
"context": "rayList;\nimport java.util.List;\n\n/**\n * Created by ding on 2017/4/1.\n */\npublic class ScanPackage {\n\n ",
"end": 271,
"score": 0.998606264591217,
"start": 267,
"tag": "USERNAME",
"value": "ding"
}
] | null | [] | package cn.qingtianr.util;
import cn.qingtianr.Annotation.YangController;
import cn.qingtianr.Annotation.YangRequestMapping;
import java.io.File;
import java.io.IOException;
import java.net.URL;
import java.util.ArrayList;
import java.util.List;
/**
* Created by ding on 2017/4/1.
*/
public class ScanPackage {
... | 2,658 | 0.623715 | 0.619763 | 76 | 32.302631 | 28.862659 | 117 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.447368 | false | false | 7 |
c9034c522d33ff9f8de2dde979b421a6931cd12b | 12,103,217,876,442 | 2769b90b7982f1eb9c8b5e920a3c76b7f810674c | /Day16-eclipse-ListSon&JDK_NEW/src/com/xiahu/ArrayList/ArrayListDemo.java | 18421eca0d47fb121dfb937dedc97a0e329926a0 | [] | no_license | xiahuya/javaSE | https://github.com/xiahuya/javaSE | 14e82e30f900ed26ac04cfff438b24b6cb76472e | bf40a659f9c69aaa8fe2299998866601ee922edc | refs/heads/master | 2022-07-14T01:43:53.903000 | 2020-05-17T05:13:36 | 2020-05-17T05:13:36 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.xiahu.ArrayList;
import java.util.ArrayList;
import java.util.Iterator;
/*
* List的子类特点:
* ArrayList:
* 底层数据是数组,查询快,增删慢
* 线程不安全,效率高
* Vector:
* 底层数据是数组,查询快,增删慢
* 线程安全,效率低
* LinkedList:
* 底层数据是链表,查询慢,增删快
* 线程不安全,效率高
*
* ArrayLi... | GB18030 | Java | 1,052 | java | ArrayListDemo.java | Java | [] | null | [] | package com.xiahu.ArrayList;
import java.util.ArrayList;
import java.util.Iterator;
/*
* List的子类特点:
* ArrayList:
* 底层数据是数组,查询快,增删慢
* 线程不安全,效率高
* Vector:
* 底层数据是数组,查询快,增删慢
* 线程安全,效率低
* LinkedList:
* 底层数据是链表,查询慢,增删快
* 线程不安全,效率高
*
* ArrayLi... | 1,052 | 0.565789 | 0.564593 | 49 | 16.061224 | 11.123442 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.428571 | false | false | 7 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.