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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
b2dcc6f066928e540b2402e85eb8dc66b1a63819 | 36,816,459,694,307 | 4e762bfe75554b8f4bbe2f17997ae57603b5fc02 | /src/com/cnu/pluralpractice/_5_/queues/stacks/CalculatorTest.java | e3d2ba13a48e10d330db416b3be2f2b8f891e57c | [] | no_license | duggisrinivasarao/TheCollections | https://github.com/duggisrinivasarao/TheCollections | 4a2b2f5e09eabd165ac514f8bbd75dd6875f9698 | a616c9f6bb0ce6b609c55c69650d58359353820c | refs/heads/master | 2019-01-26T00:58:30.929000 | 2017-03-24T10:16:54 | 2017-03-24T10:16:54 | 86,053,217 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.cnu.pluralpractice._5_.queues.stacks;
import org.testng.Assert;
import org.testng.annotations.Test;
public class CalculatorTest {
private Calculator calculator = new Calculator();
@Test
public void shouldEvaluateConstants() {
int result = calculator.evaluate("5");
Assert.assertEquals(result, 5);... | UTF-8 | Java | 742 | java | CalculatorTest.java | Java | [] | null | [] | package com.cnu.pluralpractice._5_.queues.stacks;
import org.testng.Assert;
import org.testng.annotations.Test;
public class CalculatorTest {
private Calculator calculator = new Calculator();
@Test
public void shouldEvaluateConstants() {
int result = calculator.evaluate("5");
Assert.assertEquals(result, 5);... | 742 | 0.715633 | 0.691375 | 34 | 20.82353 | 19.476185 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.441176 | false | false | 11 |
d32812a0d8fc74c3d4033382b3bb4e04816db51c | 39,608,188,415,863 | b6dc53303be92b35eaab0be1cb1f51575849a360 | /MyBoot24-easyui/src/test/java/com/example/JdbcTest.java | cb723b114a5a0f1e3b5aa8f47da99cd36d71755f | [] | no_license | zhangxinzhou/SpringBootLearn | https://github.com/zhangxinzhou/SpringBootLearn | f7390313a0de33ab898bfb3861dad622b275bd7d | 6586d353db088dcae3123b7811792d79a702e89d | refs/heads/master | 2021-09-18T15:29:25.106000 | 2018-07-16T14:17:14 | 2018-07-16T14:17:14 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example;
import java.sql.CallableStatement;
import java.sql.Connection;
import java.sql.ResultSet;
import java.sql.ResultSetMetaData;
import java.sql.SQLException;
import java.sql.Types;
import java.util.ArrayList;
import java.util.Date;
import java.util.HashMap;
import java.util.List;
import j... | UTF-8 | Java | 11,103 | java | JdbcTest.java | Java | [
{
"context": "reTest13-16演示了jdbc.call()的用法,都能实现着几种情况\r\n * @author user\r\n *\r\n */\r\n@RunWith(SpringRunner.class)\r\n@SpringBo",
"end": 1444,
"score": 0.9959056377410889,
"start": 1440,
"tag": "USERNAME",
"value": "user"
}
] | null | [] | package com.example;
import java.sql.CallableStatement;
import java.sql.Connection;
import java.sql.ResultSet;
import java.sql.ResultSetMetaData;
import java.sql.SQLException;
import java.sql.Types;
import java.util.ArrayList;
import java.util.Date;
import java.util.HashMap;
import java.util.List;
import j... | 11,103 | 0.676997 | 0.664972 | 305 | 31.537704 | 27.628912 | 126 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.790164 | false | false | 11 |
280f348d1d95189705649178bef5131fb4960b4c | 34,840,774,750,143 | d91f2212ff8f0fafc05f5b7633540d5c14b5ebb2 | /src/main/java/com/ibm/handsup/service/DJIService.java | 709f1e4194371f121dbf5f2c7effb30645033423 | [] | no_license | liuyiffan/tokenBackend | https://github.com/liuyiffan/tokenBackend | 463c49feea708777f35c0b6f36ab74943a48010a | 7d19e5bb960d4bf0d81550dd6fc6343cffe770a6 | refs/heads/master | 2020-04-26T08:45:13.950000 | 2019-11-29T02:23:21 | 2019-11-29T02:23:21 | 173,433,203 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ibm.handsup.service;
import com.ibm.handsup.entity.dji.Product;
import com.ibm.handsup.entity.dji.Type;
import org.springframework.stereotype.Service;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
@Service
public class DJIService {
private static ... | UTF-8 | Java | 9,289 | java | DJIService.java | Java | [] | null | [] | package com.ibm.handsup.service;
import com.ibm.handsup.entity.dji.Product;
import com.ibm.handsup.entity.dji.Type;
import org.springframework.stereotype.Service;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
@Service
public class DJIService {
private static ... | 9,289 | 0.764874 | 0.52304 | 91 | 98.92308 | 107.83078 | 249 | false | false | 0 | 0 | 0 | 0 | 83 | 0.292093 | 1.78022 | false | false | 11 |
6001f699974251d8b41229bec9a7a1c244bc7e80 | 35,691,178,274,374 | 914c204660f0917fcecfc44a4f16ef015459af97 | /src/SentenceSimilarityI.java | 3548dafb43b21c164e64f8f2e42d2a0e84fb8614 | [] | no_license | honghanmyb/LeeCode | https://github.com/honghanmyb/LeeCode | c5c8770b013703ea0e7db41f15dc3c1a728a5e6f | 66e0bf8aa321dd4434ffb8a22db7a0018b987ead | refs/heads/master | 2021-07-25T07:42:23.091000 | 2020-04-26T19:50:26 | 2020-04-26T19:50:26 | 157,652,252 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.HashMap;
import java.util.HashSet;
import java.util.List;
import java.util.Map;
import java.util.Set;
public class SentenceSimilarityI {
public boolean areSentencesSimilar(String[] words1, String[] words2, List<List<String>> pairs) {
if (words1.length != words2.length) {
return... | UTF-8 | Java | 1,301 | java | SentenceSimilarityI.java | Java | [] | null | [] | import java.util.HashMap;
import java.util.HashSet;
import java.util.List;
import java.util.Map;
import java.util.Set;
public class SentenceSimilarityI {
public boolean areSentencesSimilar(String[] words1, String[] words2, List<List<String>> pairs) {
if (words1.length != words2.length) {
return... | 1,301 | 0.523444 | 0.510377 | 43 | 29.255814 | 21.671 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.790698 | false | false | 11 |
4d2677573494ff8e9dea0f75a19ee46e3b1e5a15 | 33,809,982,615,360 | 69a4f2d51ebeea36c4d8192e25cfb5f3f77bef5e | /methods/Method_20985.java | 0e317354d4de8d1361041e027634005b53a3cdc2 | [] | no_license | P79N6A/icse_20_user_study | https://github.com/P79N6A/icse_20_user_study | 5b9c42c6384502fdc9588430899f257761f1f506 | 8a3676bc96059ea2c4f6d209016f5088a5628f3c | refs/heads/master | 2020-06-24T08:25:22.606000 | 2019-07-25T15:31:16 | 2019-07-25T15:31:16 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public Category root(){
return isRoot() ? this : parent();
}
| UTF-8 | Java | 63 | java | Method_20985.java | Java | [] | null | [] | public Category root(){
return isRoot() ? this : parent();
}
| 63 | 0.634921 | 0.634921 | 3 | 20 | 14.445299 | 36 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 11 |
d06563ed01a5bc930ef45257544f714994f6f1d7 | 38,534,446,603,177 | 85986e4d862e6fd257eb1c3db6f6b9c82bc6c4d5 | /prjLnArticulo/src/main/java/ec/com/smx/sic/articulo/gestor/batch/writer/ArticuloEstablecimientoMigracionNoSqlItemWriter.java | 8c74e8135191e168f68a07496fef3699c76cee51 | [] | no_license | SebasBenalcazarS/RepoAngularJS | https://github.com/SebasBenalcazarS/RepoAngularJS | 1d60d0dec454fe4f1b1a8c434b656d55166f066f | 5c3e1d5bb4a624e30cba0d518ff0b0cda14aa92c | refs/heads/master | 2016-08-03T23:21:26.639000 | 2015-08-19T16:05:00 | 2015-08-19T16:05:00 | 40,517,374 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ec.com.smx.sic.articulo.gestor.batch.writer;
import java.util.Collection;
import java.util.List;
import org.apache.commons.collections.CollectionUtils;
import org.springframework.batch.item.ItemWriter;
import ec.com.kruger.utilitario.dao.commons.dto.SearchDTO;
import ec.com.smx.sic.cliente.common.Logeable;
i... | UTF-8 | Java | 2,389 | java | ArticuloEstablecimientoMigracionNoSqlItemWriter.java | Java | [
{
"context": "to.ArticuloEstablecimientoDTO;\n\n/**\n * \n * @author wcaiza\n *\n * @param <T>\n */\npublic class ArticuloEstable",
"end": 468,
"score": 0.9996569752693176,
"start": 462,
"tag": "USERNAME",
"value": "wcaiza"
}
] | null | [] | package ec.com.smx.sic.articulo.gestor.batch.writer;
import java.util.Collection;
import java.util.List;
import org.apache.commons.collections.CollectionUtils;
import org.springframework.batch.item.ItemWriter;
import ec.com.kruger.utilitario.dao.commons.dto.SearchDTO;
import ec.com.smx.sic.cliente.common.Logeable;
i... | 2,389 | 0.799498 | 0.798661 | 69 | 33.63768 | 40.667965 | 151 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.463768 | false | false | 11 |
d6bafdd2c42f324aa96a445bf6979d8f27d9f1e1 | 37,288,906,102,708 | 11bbfa86a7e209b8992cbaf4ecc4ddf40b80ec7f | /ODLSERVER/src/com/ebupt/vnbo/Dao/FlowIdDao.java | 6502f29f587d2c98d92c51e6444c2830b4674bb3 | [] | no_license | xujunnnn/ODLSERVER | https://github.com/xujunnnn/ODLSERVER | 654c2f887ba1dbee82db68cfce1538c08acfe4f9 | 424f9b1957de4d384c0e9e99b4d652b442d5eb12 | refs/heads/master | 2021-01-21T10:25:34.447000 | 2017-05-18T11:47:48 | 2017-05-18T11:47:48 | 91,689,181 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ebupt.vnbo.Dao;
import java.io.IOException;
import java.lang.reflect.Array;
import java.util.ArrayList;
import java.util.List;
import org.apache.ibatis.session.SqlSession;
import com.ebupt.vnbo.Beans.Flow.Flow;
import com.ebupt.vnbo.Beans.Flow.FlowId;
import com.ebupt.vnbo.Util.DBUtil;
/**
* db operatio... | UTF-8 | Java | 1,646 | java | FlowIdDao.java | Java | [
{
"context": "Util;\n\n/**\n * db operation about Flowid\n * @author xu\n *\n */\n\npublic class FlowIdDao {\n\t/**\n\t * get flo",
"end": 348,
"score": 0.9941881895065308,
"start": 346,
"tag": "USERNAME",
"value": "xu"
}
] | null | [] | package com.ebupt.vnbo.Dao;
import java.io.IOException;
import java.lang.reflect.Array;
import java.util.ArrayList;
import java.util.List;
import org.apache.ibatis.session.SqlSession;
import com.ebupt.vnbo.Beans.Flow.Flow;
import com.ebupt.vnbo.Beans.Flow.FlowId;
import com.ebupt.vnbo.Util.DBUtil;
/**
* db operatio... | 1,646 | 0.674362 | 0.674362 | 82 | 19.073172 | 14.861787 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.02439 | false | false | 11 |
4763a5c2952c0615d7f14af2379d196d5ce6d1da | 34,402,688,100,365 | 1860fad4596f7e84642f55a6b078949695b7cbf6 | /test.java | a2949d54d9c6ee4ee181ad87e03d16b4a226681d | [] | no_license | MagicPF/Search-Engine | https://github.com/MagicPF/Search-Engine | f5a00fa8ca917cf11e9eb6a931a044e6aab739cf | baaf229671255a0d9c38dd9edd99c9aeafbdae33 | refs/heads/master | 2023-01-23T12:42:41.923000 | 2020-11-07T06:02:22 | 2020-11-07T06:02:22 | 305,948,229 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import javax.swing.text.html.HTMLEditorKit;
import javax.swing.text.html.parser.ParserDelegator;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.net.MalformedURLException;
import java.net.URL;
import java.util.ArrayList;
import java.util.Comparator;
import ... | UTF-8 | Java | 3,477 | java | test.java | Java | [] | null | [] | import javax.swing.text.html.HTMLEditorKit;
import javax.swing.text.html.parser.ParserDelegator;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.net.MalformedURLException;
import java.net.URL;
import java.util.ArrayList;
import java.util.Comparator;
import ... | 3,477 | 0.559678 | 0.555651 | 125 | 25.816 | 23.272778 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.52 | false | false | 11 |
cabb72e7aef75fa886b4411cce141ea8f54a7344 | 37,280,316,164,758 | faaa44f13e7ec27db98c7195ef200b898f260189 | /ReuseDAG.java | e1d307db2983db7f4dfd30ce1da0e1aab0d8b353 | [] | no_license | ZhewenSong/F2-Apps | https://github.com/ZhewenSong/F2-Apps | a55cd87a7d1e67369c9a9971f0bb5cfdc87f19db | cc10effae4afdc9fe0f6703c7b52c2581b6415b8 | refs/heads/master | 2021-08-30T18:47:12.917000 | 2017-12-19T01:45:15 | 2017-12-19T01:45:15 | 114,705,912 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.apache.tez.examples;
import java.io.IOException;
import java.util.StringTokenizer;
import org.apache.hadoop.conf.Configuration;
import org.apache.hadoop.io.IntWritable;
import org.apache.hadoop.io.Text;
import org.apache.hadoop.mapred.TextInputFormat;
import org.apache.hadoop.mapred.TextOutputFormat;
impo... | UTF-8 | Java | 16,031 | java | ReuseDAG.java | Java | [] | null | [] | package org.apache.tez.examples;
import java.io.IOException;
import java.util.StringTokenizer;
import org.apache.hadoop.conf.Configuration;
import org.apache.hadoop.io.IntWritable;
import org.apache.hadoop.io.Text;
import org.apache.hadoop.mapred.TextInputFormat;
import org.apache.hadoop.mapred.TextOutputFormat;
impo... | 16,031 | 0.573202 | 0.571206 | 285 | 55.249123 | 36.232162 | 125 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.582456 | false | false | 11 |
51e9ed84bd1cb61d0b5f65d46eca1f8baa8c5652 | 3,126,736,197,803 | 9c70c6a44dde731e150300b1c72833c0161a65af | /src/main/java/kariminf/sentrep/ston/StonKeys.java | e77c51f78b4c33dd39954ab14b7f72d7630166a8 | [
"Apache-2.0",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | kariminf/sentrep | https://github.com/kariminf/sentrep | a3b9c8322b5d49bf8852438d9e0f4eb18f829e7b | cba65714ec7561c31b563ff307bbe50b9616d459 | refs/heads/master | 2021-06-19T23:31:59.714000 | 2017-07-28T21:46:30 | 2017-07-28T21:46:30 | 46,045,802 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package kariminf.sentrep.ston;
public class StonKeys {
public static final String ID = "id";
public static final String SYNSET = "syn";
public static final String TENSE = "tns";
public static final String PROGRESSIVE = "prg";
public static final String PERFECT = "prf";
public static final String NEGATED = "neg";... | UTF-8 | Java | 1,295 | java | StonKeys.java | Java | [] | null | [] | package kariminf.sentrep.ston;
public class StonKeys {
public static final String ID = "id";
public static final String SYNSET = "syn";
public static final String TENSE = "tns";
public static final String PROGRESSIVE = "prg";
public static final String PERFECT = "prf";
public static final String NEGATED = "neg";... | 1,295 | 0.718919 | 0.717375 | 37 | 34 | 16.53334 | 48 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.675676 | false | false | 11 |
1330d3f6fa5ca7a41e7ac70a50b59aa0814e41d3 | 3,461,743,645,689 | fd5c96f9b1429a3ecbc22b22da14a3be9d3176e2 | /solutions/Solution-328.java | f82d74fd7ecb6e723804571f84f62a1e4c5e453e | [] | no_license | Greenbeen5/greenbean-leetcode-solutions | https://github.com/Greenbeen5/greenbean-leetcode-solutions | 4b5011fee9dfe25f045f1e9596ce51e6e20bc27c | f5c2548e3eb129fb07a65e06bea6f15160fe574e | refs/heads/master | 2021-02-08T11:36:39.167000 | 2020-11-29T02:34:55 | 2020-11-29T02:34:55 | 244,147,217 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Definition for singly-linked list.
* public class ListNode {
* int val;
* ListNode next;
* ListNode() {}
* ListNode(int val) { this.val = val; }
* ListNode(int val, ListNode next) { this.val = val; this.next = next; }
* }
*/
class Solution {
public ListNode oddEvenList(ListNode he... | UTF-8 | Java | 978 | java | Solution-328.java | Java | [] | null | [] | /**
* Definition for singly-linked list.
* public class ListNode {
* int val;
* ListNode next;
* ListNode() {}
* ListNode(int val) { this.val = val; }
* ListNode(int val, ListNode next) { this.val = val; this.next = next; }
* }
*/
class Solution {
public ListNode oddEvenList(ListNode he... | 978 | 0.466258 | 0.466258 | 37 | 25.459459 | 15.712956 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.567568 | false | false | 11 |
765999bb7d3bf0aab0db84bd0f1a6c3f4962168a | 10,024,453,675,799 | 062fd3558721f7c95ec1be4e5f4ae1d9b5b24e71 | /lib_android_ui/src/main/java/com/lib/android/ui/dialog/RxDialogSureCancel.java | 69cacc069b117c6afe5a7839812fe24c8ab8cf49 | [] | no_license | zlm332770932/LibUse | https://github.com/zlm332770932/LibUse | abc6e7f2a9a790129c4510e9b112ca8d6626bac3 | 309bfda8db5fe1d9b0cebfab796f686fddf3fb8f | refs/heads/master | 2023-05-07T23:10:47.514000 | 2021-05-25T08:12:52 | 2021-05-25T08:12:52 | 362,320,019 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.lib.android.ui.dialog;
import android.content.Context;
import android.text.method.ScrollingMovementMethod;
import android.view.LayoutInflater;
import android.view.View;
import android.widget.TextView;
import com.lib.android.ui.R;
import com.lib.android.ui.databinding.DialogSureBinding;
import com.lib.andr... | UTF-8 | Java | 2,566 | java | RxDialogSureCancel.java | Java | [
{
"context": "nding.DialogSureCancelBinding;\n\n\n/**\n * Created by ak on 2016/7/19.\n * Mainly used for confirmation and",
"end": 386,
"score": 0.9991850256919861,
"start": 384,
"tag": "USERNAME",
"value": "ak"
}
] | null | [] | package com.lib.android.ui.dialog;
import android.content.Context;
import android.text.method.ScrollingMovementMethod;
import android.view.LayoutInflater;
import android.view.View;
import android.widget.TextView;
import com.lib.android.ui.R;
import com.lib.android.ui.databinding.DialogSureBinding;
import com.lib.andr... | 2,566 | 0.697973 | 0.695246 | 91 | 27.197802 | 25.016575 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.527473 | false | false | 11 |
9ab88149c1d3e4c0ff9f5151c2b6c0151c85ed34 | 14,199,161,888,245 | 26404ee80604e976c11e87bbf1c31254d8230c4c | /study-spring/study-spring-aop/src/main/java/com/zp/study/spring/aop/core/test/MyClassloader.java | 015757d1e9517dc76a996f8f62ebf1ccd40b01eb | [] | no_license | pengzhangg/study | https://github.com/pengzhangg/study | da193b012fa0e40635e393d42096f4449b9f04d6 | 91af54a7ac2b6963c13c0ebf817ed5e9266d430b | refs/heads/master | 2017-12-11T18:41:08.867000 | 2017-04-07T10:21:22 | 2017-04-07T10:21:22 | 81,301,711 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zp.study.spring.aop.core.test;
import com.zp.study.spring.aop.core.model.impl.Business;
/**
* 使用自定义的类加载
*/
public class MyClassloader extends ClassLoader {
public static void main(String[] args) {
try {
MyClassloader myClassloader = new MyClassloader();
Class b = my... | UTF-8 | Java | 688 | java | MyClassloader.java | Java | [] | null | [] | package com.zp.study.spring.aop.core.test;
import com.zp.study.spring.aop.core.model.impl.Business;
/**
* 使用自定义的类加载
*/
public class MyClassloader extends ClassLoader {
public static void main(String[] args) {
try {
MyClassloader myClassloader = new MyClassloader();
Class b = my... | 688 | 0.61194 | 0.61194 | 25 | 25.799999 | 22.611502 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.32 | false | false | 11 |
f6ee7d97d8a986e385c02d80ae8eb52e1c29c861 | 14,259,291,431,948 | 62643e25b35403e3f9a2ea08362cbf877bdd0db5 | /src/main/java/com/supplier/TestSupplierListStringImpl.java | 8c0ca1d5f76fa0823f7b33485fb2899787362914 | [] | no_license | rsree20/Java-1.8-functional-interface | https://github.com/rsree20/Java-1.8-functional-interface | 252307f871c390f10013f63de5420037ef22c60b | 4f79554c2a852dd31ad87f01c11be983c0480b20 | refs/heads/master | 2020-04-23T07:35:57.373000 | 2019-02-21T03:43:37 | 2019-02-21T03:43:37 | 171,010,900 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.supplier;
import java.util.ArrayList;
import java.util.List;
import java.util.function.Supplier;
public class TestSupplierListStringImpl implements Supplier<List<String>> {
@Override
public List<String> get() {
List<String> courses = new ArrayList<>();
courses.add("MCA");
courses.add(... | UTF-8 | Java | 500 | java | TestSupplierListStringImpl.java | Java | [] | null | [] | package com.supplier;
import java.util.ArrayList;
import java.util.List;
import java.util.function.Supplier;
public class TestSupplierListStringImpl implements Supplier<List<String>> {
@Override
public List<String> get() {
List<String> courses = new ArrayList<>();
courses.add("MCA");
courses.add(... | 500 | 0.658 | 0.658 | 24 | 18.833334 | 16.629959 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.583333 | false | false | 11 |
53f17d098544ce2323bf82746fefcbf4ad4cf8ed | 18,811,956,762,876 | 268f614277d1456ec3ec2dbac5ef49a22cc241ff | /wire-mock/src/main/java/com/spring/wiremock/thirdparty/model/request/PaymentRequest.java | a7ebf722ad7fc19ba3b2a94fcd07fd82212e36d1 | [] | no_license | Chaminda202/WireMock-wt-springboot | https://github.com/Chaminda202/WireMock-wt-springboot | d03f5e888a0612ec001bc58f12d3f53ac56a571d | 2c80cf3c17103003e26d47613484fac9433bc8dd | refs/heads/master | 2022-12-02T23:39:27.498000 | 2020-08-23T15:00:22 | 2020-08-23T15:00:22 | 287,058,868 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.spring.wiremock.thirdparty.model.request;
import lombok.Builder;
import lombok.Getter;
import lombok.Setter;
import java.math.BigDecimal;
import java.time.LocalDate;
@Getter
@Setter
@Builder
public class PaymentRequest {
private String paymentId;
private String cardNumber;
private String bank... | UTF-8 | Java | 393 | java | PaymentRequest.java | Java | [] | null | [] | package com.spring.wiremock.thirdparty.model.request;
import lombok.Builder;
import lombok.Getter;
import lombok.Setter;
import java.math.BigDecimal;
import java.time.LocalDate;
@Getter
@Setter
@Builder
public class PaymentRequest {
private String paymentId;
private String cardNumber;
private String bank... | 393 | 0.78117 | 0.78117 | 19 | 19.68421 | 14.35656 | 53 | true | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.578947 | false | false | 11 |
c0404f9df5a3adfc3870ef5dc22a547c529a17cc | 20,100,446,953,570 | 0faa32b49868f8645472a3a6a0202b5a2b12a60a | /src/com/socket/handler/PracticeHandler.java | c20c675915a3d345ea2692ea603cca22cc251030 | [] | no_license | xiaotaoma/sanguo | https://github.com/xiaotaoma/sanguo | 621850d8f11829472565f5f568688d1539638a57 | 6a939b3a5d64eee98d6469eeef7c290db573251c | refs/heads/master | 2018-01-12T05:51:53.768000 | 2016-03-24T02:13:02 | 2016-03-24T02:13:02 | 54,607,626 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.socket.handler;
import java.io.ByteArrayInputStream;
import java.io.ByteArrayOutputStream;
import java.io.DataInputStream;
import java.io.DataOutputStream;
import java.io.IOException;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.Iterator;
import java.util.List;
import j... | UTF-8 | Java | 20,907 | java | PracticeHandler.java | Java | [
{
"context": "l.general.GeneralTool;\r\n\r\n/**\r\n * 武将修炼\r\n * @author Administrator\r\n *3036\r\n */\r\npublic class PracticeHandler {\r\n\tpr",
"end": 1267,
"score": 0.8146325349807739,
"start": 1254,
"tag": "USERNAME",
"value": "Administrator"
}
] | null | [] | package com.socket.handler;
import java.io.ByteArrayInputStream;
import java.io.ByteArrayOutputStream;
import java.io.DataInputStream;
import java.io.DataOutputStream;
import java.io.IOException;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.Iterator;
import java.util.List;
import j... | 20,907 | 0.563511 | 0.554421 | 628 | 30.581211 | 24.01429 | 158 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.765924 | false | false | 11 |
cb3564414587ee2b769789fdd093bb48fa4ca838 | 11,793,980,207,962 | efb1786076d0546cfbf973fefb31c77295fa26ad | /src/main/java/nexusvault/cli/extensions/show/property/FileProperties.java | a7a4a9a2b1727434bbc0f6bcf29f355ebebddf4e | [] | no_license | MarbleBag/NexusVault-CLI | https://github.com/MarbleBag/NexusVault-CLI | 8e6173d178d3c6e3d66223b0828dc894a229530d | b52f030b5145641478f399c5e8dfb2043d20d9cd | refs/heads/master | 2023-05-25T17:30:23.232000 | 2023-05-24T14:41:19 | 2023-05-24T14:41:19 | 169,287,954 | 4 | 2 | null | false | 2023-05-24T14:44:42 | 2019-02-05T18:11:42 | 2021-12-20T16:44:54 | 2023-05-24T14:41:19 | 242 | 2 | 2 | 3 | Java | false | false | package nexusvault.cli.extensions.show.property;
import java.util.ArrayList;
import java.util.Collection;
import java.util.List;
import java.util.Map;
import java.util.Map.Entry;
import java.util.Objects;
import java.util.Set;
import java.util.TreeMap;
import org.apache.logging.log4j.LogManager;
import org.apache.log... | UTF-8 | Java | 3,135 | java | FileProperties.java | Java | [] | null | [] | package nexusvault.cli.extensions.show.property;
import java.util.ArrayList;
import java.util.Collection;
import java.util.List;
import java.util.Map;
import java.util.Map.Entry;
import java.util.Objects;
import java.util.Set;
import java.util.TreeMap;
import org.apache.logging.log4j.LogManager;
import org.apache.log... | 3,135 | 0.705582 | 0.704306 | 111 | 27.243244 | 27.552805 | 130 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.603604 | false | false | 11 |
0a514550ce498e1c360d746dd010300bfdfb8fc6 | 22,686,017,267,031 | cf713ff02d0a187817619aa2ef496950ea5b3c20 | /src/main/java/downloader/MediaToolExecutor.java | e0da2a96e985641fc49e4849acf9f859a0d7e273 | [] | no_license | Fytyny/yt-downloader | https://github.com/Fytyny/yt-downloader | 4838b3d020281ebd265d245d2883f791389442b3 | 0d3422c2f7b4d568300336153ecc3c9179d64e65 | refs/heads/master | 2022-06-21T10:05:06.321000 | 2022-06-02T20:20:21 | 2022-06-02T20:20:21 | 163,115,834 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package downloader;
import api.*;
import api.Observable;
import api.Observer;
import lombok.Getter;
import lombok.Setter;
import lombok.extern.slf4j.Slf4j;
import java.io.BufferedReader;
import java.io.File;
import org.opensaml.xmlsec.signature.P;
import java.io.IOException;
import java.io.InputStreamReader;
impor... | UTF-8 | Java | 7,072 | java | MediaToolExecutor.java | Java | [] | null | [] | package downloader;
import api.*;
import api.Observable;
import api.Observer;
import lombok.Getter;
import lombok.Setter;
import lombok.extern.slf4j.Slf4j;
import java.io.BufferedReader;
import java.io.File;
import org.opensaml.xmlsec.signature.P;
import java.io.IOException;
import java.io.InputStreamReader;
impor... | 7,072 | 0.578903 | 0.57664 | 248 | 27.516129 | 24.091051 | 117 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.568548 | false | false | 11 |
e0319a7f15e774c070182b6f8b07d754577887c1 | 26,482,768,360,588 | 509e7c2c319f0de073ab7778ab9577667028108b | /Application/src/main/java/com/example/android/bluetoothchat/community/getWheel.java | 2037b17aa93a83898b6d9230c4dadad70e0e1dd0 | [
"CC-BY-4.0",
"CC-BY-NC-SA-4.0",
"Apache-2.0",
"CC-BY-NC-4.0"
] | permissive | gyungdal/Wheel-Chair-Client | https://github.com/gyungdal/Wheel-Chair-Client | 1f996cc0eb619a7ef242376ba2c40e0d75819396 | 8ff216ad114769107194ab43bdc956a794ed6b06 | refs/heads/master | 2020-12-02T21:14:58.098000 | 2017-02-14T08:46:35 | 2017-02-14T08:46:35 | 96,276,987 | 1 | 0 | Apache-2.0 | false | 2019-09-10T08:32:59 | 2017-07-05T04:34:04 | 2019-01-21T06:57:08 | 2019-09-10T08:32:57 | 79,237 | 0 | 0 | 1 | Java | false | false | package com.example.android.bluetoothchat.community;
import org.json.JSONArray;
import org.json.JSONObject;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.net.HttpURLConnection;
import java.net.URL;
/**
* Created by GyungDal on 20... | UTF-8 | Java | 1,817 | java | getWheel.java | Java | [
{
"context": "onnection;\nimport java.net.URL;\n\n/**\n * Created by GyungDal on 2017-01-30.\n */\n\nimport android.os.AsyncTask;\n",
"end": 314,
"score": 0.9990782737731934,
"start": 306,
"tag": "USERNAME",
"value": "GyungDal"
}
] | null | [] | package com.example.android.bluetoothchat.community;
import org.json.JSONArray;
import org.json.JSONObject;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.net.HttpURLConnection;
import java.net.URL;
/**
* Created by GyungDal on 20... | 1,817 | 0.649422 | 0.642267 | 60 | 29.283333 | 26.68276 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.616667 | false | false | 11 |
3d8d7bf2a3ae8b68cd471042dbf156cd62e126bf | 34,299,608,851,466 | 63d91cd79b266a95024f1228c27fc4f9ee0e8166 | /src/main/java/entities/Entity.java | d4c4966fc178d6cf641b2fdd3e3734ae013f6104 | [] | no_license | Kajder/Halves2D | https://github.com/Kajder/Halves2D | 828e868ac8bbe14da061e5f93dbea9d4f1400099 | 77c1fdf618e6484abb5eabd40b43cdd0e4b7232a | refs/heads/master | 2020-04-21T12:50:42.258000 | 2020-01-04T12:22:51 | 2020-01-04T12:22:51 | 169,577,419 | 0 | 1 | null | false | 2020-03-09T12:07:02 | 2019-02-07T13:38:34 | 2020-01-04T12:28:24 | 2020-01-04T12:56:32 | 68,363 | 0 | 1 | 1 | Java | false | false | package entities;
import java.awt.Graphics;
import game2d.Handler;
public abstract class Entity {
protected Handler handler;
protected double x, y;
protected int width, height;
protected float radius;
protected boolean hasAball, mayCatch = false;
protected int mode = 0;
public Entity(Ha... | UTF-8 | Java | 1,758 | java | Entity.java | Java | [] | null | [] | package entities;
import java.awt.Graphics;
import game2d.Handler;
public abstract class Entity {
protected Handler handler;
protected double x, y;
protected int width, height;
protected float radius;
protected boolean hasAball, mayCatch = false;
protected int mode = 0;
public Entity(Ha... | 1,758 | 0.564278 | 0.559158 | 97 | 17.123711 | 16.63945 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.42268 | false | false | 11 |
9e00a2ab26c76013ca778e80c5f5b65b7f6835d9 | 38,714,835,238,868 | 174d713793953527bd7ddea56f178ee74c52e700 | /shcool/src/com/zzuli/service/impl/UsersServiceImpl.java | 32e4fa4dabf6378419f00c189af45613c6572bff | [] | no_license | GitPanQiangYin/shcool | https://github.com/GitPanQiangYin/shcool | 5401f174bc410963cdf810fca076278180f59d79 | e1af5ce9a58133d73787d17c3483eece2ddaaeb0 | refs/heads/master | 2020-05-04T07:57:55.639000 | 2019-04-02T09:36:39 | 2019-04-02T09:36:39 | 179,037,891 | 2 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zzuli.service.impl;
import java.util.ArrayList;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.zzuli.mapper.UsersMapper;
import com.zzuli.pojo.Assignment;
import co... | UTF-8 | Java | 5,143 | java | UsersServiceImpl.java | Java | [] | null | [] | package com.zzuli.service.impl;
import java.util.ArrayList;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.zzuli.mapper.UsersMapper;
import com.zzuli.pojo.Assignment;
import co... | 5,143 | 0.763951 | 0.763368 | 166 | 29.981928 | 27.820091 | 173 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.801205 | false | false | 11 |
dcc43887bcb965e8450d9c30b7131e496d4bd42d | 7,258,494,755,949 | 87785dd2b3726343ca76eecc8034c55c9c629c6e | /app/src/main/java/com/example/dell/myapplication/db/StringConverter.java | cde4c5943fb5974532523ae8d1262e85e16974bb | [] | no_license | yufeilong92/GreenDaoDone-master | https://github.com/yufeilong92/GreenDaoDone-master | c6dd05d0f5ca2087cc81b0be77a448dd6173c792 | 41d99c4da53ba50b7aa3ae973dd575cbfe4d1ec7 | refs/heads/master | 2020-03-17T20:09:09.207000 | 2018-05-18T07:26:16 | 2018-05-18T07:26:16 | 133,895,316 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.dell.myapplication.db;
import com.example.dell.myapplication.UserData;
import com.google.gson.Gson;
import com.google.gson.reflect.TypeToken;
import org.greenrobot.greendao.converter.PropertyConverter;
import java.lang.reflect.Type;
import java.util.ArrayList;
import java.util.Arrays;
import java... | UTF-8 | Java | 1,395 | java | StringConverter.java | Java | [
{
"context": "myapplication.db\n * @Description: todo\n * @author: L-BackPacker\n * @date: 2018/5/9 9:05\n * @verdescript 版本号 修改时间 ",
"end": 487,
"score": 0.999019980430603,
"start": 475,
"tag": "USERNAME",
"value": "L-BackPacker"
}
] | null | [] | package com.example.dell.myapplication.db;
import com.example.dell.myapplication.UserData;
import com.google.gson.Gson;
import com.google.gson.reflect.TypeToken;
import org.greenrobot.greendao.converter.PropertyConverter;
import java.lang.reflect.Type;
import java.util.ArrayList;
import java.util.Arrays;
import java... | 1,395 | 0.662013 | 0.650992 | 53 | 24.679245 | 21.660131 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.358491 | false | false | 11 |
e3dda5ef750063bf7c916d8590bda61c77b14da0 | 20,985,210,266,988 | e3712168b5154d456edf3512a1424b9aea290f24 | /frontend/Tagline/sources/com/google/appinventor/components/runtime/SingleValueSensor.java | 11496920ce8ac0e1ac15b0858da93088cee73e8f | [] | no_license | uandisson/Projeto-TagLine-HACK_GOV_PE | https://github.com/uandisson/Projeto-TagLine-HACK_GOV_PE | bf3c5c106191292b3692068d41bc5e6f38f07d52 | 5e130ff990faf5c8c5dab060398c34e53e0fd896 | refs/heads/master | 2023-03-12T17:36:36.792000 | 2021-02-11T18:17:51 | 2021-02-11T18:17:51 | 338,082,674 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.google.appinventor.components.runtime;
import android.hardware.Sensor;
import android.hardware.SensorEvent;
import android.hardware.SensorEventListener;
import android.hardware.SensorManager;
import android.os.Build;
import com.google.appinventor.components.annotations.DesignerProperty;
import com.google.a... | UTF-8 | Java | 5,929 | java | SingleValueSensor.java | Java | [] | null | [] | package com.google.appinventor.components.runtime;
import android.hardware.Sensor;
import android.hardware.SensorEvent;
import android.hardware.SensorEventListener;
import android.hardware.SensorManager;
import android.os.Build;
import com.google.appinventor.components.annotations.DesignerProperty;
import com.google.a... | 5,929 | 0.63181 | 0.60398 | 171 | 33.672516 | 36.098766 | 239 | false | false | 0 | 0 | 0 | 0 | 64 | 0.043178 | 0.333333 | false | false | 11 |
1d61035a74da3bd0dcaf2f65710cfe9d97c2d909 | 19,670,950,230,361 | 4e04c5e2040e727fff15b907773fd61515b7d6b6 | /ExSpring/src/spring/mvc/javaz/spring/mvc/controller/AdminController.java | fa57256f29788b169fd0455cdc0567717ba367d1 | [] | no_license | exec4life/exprojects | https://github.com/exec4life/exprojects | cd22b16dda7f0c7eac8fb52edb8ed65ddb6a70a4 | ebd9045e67dcf36f7c4390872023288eb5a665db | refs/heads/master | 2018-01-07T07:42:27.170000 | 2015-03-26T09:11:06 | 2015-03-26T09:11:06 | 32,137,129 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package javaz.spring.mvc.controller;
import java.io.IOException;
import java.util.List;
import java.util.Map;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javaz.common.logger.CustomLogger;
import javaz.hibernate.entity.User;
import javaz.spring.aop.annotation.Cu... | UTF-8 | Java | 3,169 | java | AdminController.java | Java | [
{
"context": "ramework.web.servlet.ModelAndView;\n\n/**\n * @author SUCCESS\\tungo\n * @date Aug 5, 2014 9:55:13 AM\n */\n@Controller\n@",
"end": 860,
"score": 0.9985306262969971,
"start": 847,
"tag": "USERNAME",
"value": "SUCCESS\\tungo"
}
] | null | [] | package javaz.spring.mvc.controller;
import java.io.IOException;
import java.util.List;
import java.util.Map;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javaz.common.logger.CustomLogger;
import javaz.hibernate.entity.User;
import javaz.spring.aop.annotation.Cu... | 3,169 | 0.756706 | 0.75355 | 98 | 31.336735 | 28.668386 | 114 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.561224 | false | false | 11 |
ce75097009c05e383dc250c87eb29fd0146fcb51 | 32,306,744,065,825 | 80b9eb44a01283477d6f7ffa0afe9f718a6676c0 | /trunk/org.mwc.cmap.grideditor/src/org/mwc/cmap/grideditor/chart/TimeSeriesWithDuplicates.java | 4c5a865c6cd51c200d3a85416cd5600b8f626980 | [] | no_license | jesseeichar/debrief | https://github.com/jesseeichar/debrief | ddc70cde1b37dd07ed8a99020e3e50c1ccb2e4f8 | 0b6ce0692eb1857fd492347ffee65bb649254a37 | refs/heads/master | 2023-05-30T22:33:40.006000 | 2013-05-03T17:15:55 | 2013-05-03T17:15:55 | 8,770,845 | 2 | 1 | null | false | 2013-05-01T06:59:26 | 2013-03-14T08:08:49 | 2013-05-01T06:59:25 | 2013-05-01T06:59:25 | 204,436 | null | 1 | 0 | Java | null | null | package org.mwc.cmap.grideditor.chart;
import java.util.ArrayList;
import java.util.Collections;
import java.util.Date;
import java.util.IdentityHashMap;
import java.util.List;
import java.util.Map;
import java.util.TimeZone;
import org.jfree.data.time.FixedMillisecond;
import org.jfree.data.time.TimeSerie... | UTF-8 | Java | 8,317 | java | TimeSeriesWithDuplicates.java | Java | [] | null | [] | package org.mwc.cmap.grideditor.chart;
import java.util.ArrayList;
import java.util.Collections;
import java.util.Date;
import java.util.IdentityHashMap;
import java.util.List;
import java.util.Map;
import java.util.TimeZone;
import org.jfree.data.time.FixedMillisecond;
import org.jfree.data.time.TimeSerie... | 8,317 | 0.74991 | 0.747144 | 215 | 36.693024 | 32.094753 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.190698 | false | false | 11 |
73b8e0b1478c6c3a2402a1af3d387e618dd11f0c | 27,779,848,524,000 | 2c2489cef6d67ab7a84cf7a2979f25f5fa49bccb | /src/design_patterns/ch09_iterator_and_composite_pattern/DinerMenu.java | 57169d8049085a4d0f04747bc441b1cc4f95d231 | [] | no_license | blindmice1o3/head_first | https://github.com/blindmice1o3/head_first | c0e07609f8e7146a5b4c29eac5b9576b0de2325e | 30c91221abc53e9d7e923be8f34f5086fb59d2cc | refs/heads/master | 2020-04-12T21:36:07.791000 | 2018-12-21T23:24:30 | 2018-12-21T23:24:30 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package design_patterns.ch09_iterator_and_composite_pattern;
import java.util.Iterator;
// And here's Mel's implementation of the Diner menu.
// I used a REAL Array so I can control the maximum size of my menu and get my MenuItems without having to use a cast.
public class DinerMenu
implements Menu {
sta... | UTF-8 | Java | 3,251 | java | DinerMenu.java | Java | [] | null | [] | package design_patterns.ch09_iterator_and_composite_pattern;
import java.util.Iterator;
// And here's Mel's implementation of the Diner menu.
// I used a REAL Array so I can control the maximum size of my menu and get my MenuItems without having to use a cast.
public class DinerMenu
implements Menu {
sta... | 3,251 | 0.62873 | 0.6235 | 84 | 37.714287 | 36.482407 | 122 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.571429 | false | false | 11 |
f4eb9d6ca62b4215fcbdf798427179b66b771628 | 27,453,430,967,065 | 254def573eaaaa1e7edbb16a770f1862370324dc | /AIProject/src/moives/entity/Links.java | de5ddb1cff9f5d4682158484707092138391930f | [] | no_license | YungMH/AI_Final_Project2015 | https://github.com/YungMH/AI_Final_Project2015 | ce1a556052c868bb932fc6bdfc80789a832e6737 | 3ac5985a8942eadc60c9f2bef5349ca3aff523b6 | refs/heads/master | 2020-05-30T13:07:01.928000 | 2015-06-09T16:00:32 | 2015-06-09T16:00:32 | 35,097,951 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package moives.entity;
import java.util.Date;
public class Links extends AbstractMoviesEntity {
public static final String TABLE_NAME = "links";
private Long movieId;
private Long imdbId;
private Long tmdbId;
public Long getMovieId() {
return movieId;
}
public void setMovieId(Long movieId) {
this.mov... | UTF-8 | Java | 677 | java | Links.java | Java | [] | null | [] | package moives.entity;
import java.util.Date;
public class Links extends AbstractMoviesEntity {
public static final String TABLE_NAME = "links";
private Long movieId;
private Long imdbId;
private Long tmdbId;
public Long getMovieId() {
return movieId;
}
public void setMovieId(Long movieId) {
this.mov... | 677 | 0.704579 | 0.704579 | 38 | 16.81579 | 14.791276 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.315789 | false | false | 11 |
17ee6f2bed34403d05343e47fed7c6995aa987f1 | 3,513,283,249,242 | f0ee0f2331a55d72fc19f9a06083c657608d19d8 | /pharmacy/src/main/java/ftn/isa/team12/pharmacy/controller/DermatologistController.java | 58c1277aac69e4a518df614018a73cda19310431 | [] | no_license | stiven98/ISA | https://github.com/stiven98/ISA | e0659f0fe97dd6f720ba6d03350aac63149bd951 | be1f77a98c6c4d98ebd1aab1defa658f74afced8 | refs/heads/develop | 2023-03-03T07:44:57.070000 | 2021-02-12T22:58:56 | 2021-02-12T22:58:56 | 326,386,114 | 0 | 1 | null | false | 2021-02-12T17:37:33 | 2021-01-03T11:02:13 | 2021-02-12T17:25:06 | 2021-02-12T17:37:32 | 5,769 | 0 | 0 | 0 | Java | false | false | package ftn.isa.team12.pharmacy.controller;
import ftn.isa.team12.pharmacy.domain.common.City;
import ftn.isa.team12.pharmacy.domain.common.Country;
import ftn.isa.team12.pharmacy.domain.common.Location;
import ftn.isa.team12.pharmacy.domain.users.Dermatologist;
import ftn.isa.team12.pharmacy.domain.users.User;
import... | UTF-8 | Java | 5,914 | java | DermatologistController.java | Java | [
{
"context": "ue);\n dermatologistRequest.setPassword(passwordEncoder.encode(dermatologistRequest.getPassword())",
"end": 2873,
"score": 0.5729703307151794,
"start": 2865,
"tag": "PASSWORD",
"value": "password"
},
{
"context": "ologistRequest.setPassword(passwordEncoder.en... | null | [] | package ftn.isa.team12.pharmacy.controller;
import ftn.isa.team12.pharmacy.domain.common.City;
import ftn.isa.team12.pharmacy.domain.common.Country;
import ftn.isa.team12.pharmacy.domain.common.Location;
import ftn.isa.team12.pharmacy.domain.users.Dermatologist;
import ftn.isa.team12.pharmacy.domain.users.User;
import... | 5,894 | 0.731823 | 0.727765 | 144 | 40.069443 | 35.316162 | 124 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.555556 | false | false | 11 |
5e1bc4f3ef107e9c46c8a64d3095d2a51dbf2c93 | 21,406,117,037,888 | 99cbac4bb695615adca68d97299a9b1605f0ab5e | /cxy-security-browser/src/main/java/com/cxy/security/cxysecuritybrowser/CxySecurityBrowserApplication.java | dd58776a07efc9d69c4cfbc8d684d9a3cd9b1109 | [] | no_license | caoxingyun0816/AuthProject | https://github.com/caoxingyun0816/AuthProject | 1bd65a15b9adfbc7556eeba0785da479fe77a109 | 4c4ce6aebc9a667b4200d10d93b43590068a93de | refs/heads/master | 2020-04-27T10:41:33.379000 | 2019-07-17T09:58:01 | 2019-07-17T09:58:01 | 174,265,545 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.cxy.security.cxysecuritybrowser;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class CxySecurityBrowserApplication {
public static void main(String[] args) {
SpringApplication.run(CxySecuri... | UTF-8 | Java | 364 | java | CxySecurityBrowserApplication.java | Java | [] | null | [] | package com.cxy.security.cxysecuritybrowser;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class CxySecurityBrowserApplication {
public static void main(String[] args) {
SpringApplication.run(CxySecuri... | 364 | 0.81044 | 0.81044 | 13 | 27 | 26.738045 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.384615 | false | false | 11 |
57e89d0f7ba17ef337aa07c124606b53753948a5 | 16,690,242,951,652 | 539a427c490325bb6597707fc29c5d61e2683536 | /src/aula11/controller/Calcular.java | 85d21e18c0701aba7fd38ed68f7be697e45f9869 | [] | no_license | lucascruztoledo/projetointegrador | https://github.com/lucascruztoledo/projetointegrador | ab34dbdc06d0d9b6683705f37fc206b070fcb3e9 | 9c5ff3226163dbcb2de5c188a478072f84fe2d1c | refs/heads/master | 2020-06-20T19:04:51.736000 | 2019-07-16T15:07:47 | 2019-07-16T15:07:47 | 197,216,901 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package aula11.controller;
import java.io.IOException;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
@WebServlet("/calcular")
public class Calcular e... | ISO-8859-2 | Java | 1,456 | java | Calcular.java | Java | [] | null | [] | package aula11.controller;
import java.io.IOException;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
@WebServlet("/calcular")
public class Calcular e... | 1,456 | 0.711142 | 0.704952 | 47 | 29.936171 | 21.480722 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.212766 | false | false | 11 |
fdecfb09f36b170d1b4860c2abcc4f9b435657c1 | 13,726,715,530,170 | c713ab2fa5f771757ac264942fb799a206812382 | /src/main/java/cn/ncut/java/problem/Profit.java | 96bde572c80821fcf9be4f517b3a528430eb0315 | [] | no_license | xrw560/Base-Java | https://github.com/xrw560/Base-Java | 933f4999b40b635fc2bc06d09c3fdc74809ea8c7 | e6b3e4d29396c1fa0f87b1a99243237e4b438698 | refs/heads/master | 2021-08-23T07:25:22.875000 | 2017-12-04T03:51:56 | 2017-12-04T03:51:56 | 107,069,601 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.ncut.java.problem;
import java.util.Scanner;
/**
* 题目:企业发放的奖金根据利润提成。
* 利润(I)低于或等于10万元时,奖金可提10%;
* 利润高于10万元,低于20万元时,低于10万元的部分按10%提成,高于10万元的部分,可提成7.5%;
* 20万到40万之间时,高于20万元的部分,可提成5%;
* 40万到60万之间时高于40万元的部分,可提成3%;
* 60万到100万之间时,高于60万元的部分,可提成1.5%,
* 高于100万元时,超过100万元的部分按1%提成,
* 从键盘输入当月利润lirun,求应发放奖金总数sum?... | UTF-8 | Java | 1,776 | java | Profit.java | Java | [] | null | [] | package cn.ncut.java.problem;
import java.util.Scanner;
/**
* 题目:企业发放的奖金根据利润提成。
* 利润(I)低于或等于10万元时,奖金可提10%;
* 利润高于10万元,低于20万元时,低于10万元的部分按10%提成,高于10万元的部分,可提成7.5%;
* 20万到40万之间时,高于20万元的部分,可提成5%;
* 40万到60万之间时高于40万元的部分,可提成3%;
* 60万到100万之间时,高于60万元的部分,可提成1.5%,
* 高于100万元时,超过100万元的部分按1%提成,
* 从键盘输入当月利润lirun,求应发放奖金总数sum?... | 1,776 | 0.514793 | 0.378698 | 41 | 31.975609 | 28.659044 | 132 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.317073 | false | false | 11 |
6fa71f2b556425a3359e0731a0bc0ab0c4986632 | 14,620,068,715,478 | c66f58a45390ad2875e757c3f0d6c2fc33c8b88e | /domino-apt/apt-server/src/test/resources/com/progressoft/brix/domino/apt/server/singleHandler/package-info.java | 1b5146b12633ec9df9199e1f989809a9b14e3445 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | rjeeb/domino | https://github.com/rjeeb/domino | 5f8e57592a93444caacf942d83ce9bd7bf03efbd | f642c4d1e68f8368cdc00c1a527970b1bfa18e86 | refs/heads/master | 2021-07-07T09:37:52.051000 | 2017-09-29T21:44:18 | 2017-09-29T21:44:18 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | @ServerModule(name="Test")
package com.progressoft.brix.domino.apt.server.singleHandler;
import com.progressoft.brix.domino.api.server.config.ServerModule; | UTF-8 | Java | 156 | java | package-info.java | Java | [] | null | [] | @ServerModule(name="Test")
package com.progressoft.brix.domino.apt.server.singleHandler;
import com.progressoft.brix.domino.api.server.config.ServerModule; | 156 | 0.833333 | 0.833333 | 4 | 38.25 | 26.929306 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 11 |
9fa6836f45b6028927617f276236b574cd658144 | 19,078,244,764,744 | 57f23ac17965e5f6e454f257a772af3be03b05c9 | /app/src/main/java/com/udacity/pmovies/adapters/TrailerAdapter.java | 01da70f75e922041349a013635aa62f60e322b04 | [] | no_license | mregtej/popular-movies | https://github.com/mregtej/popular-movies | 21c2d20218d3e0c3ce0908e67260c73b18a6abe4 | 49b65824c58534584f323b6f56c867cdfa996d8b | refs/heads/master | 2020-03-10T22:49:50.830000 | 2018-05-30T06:15:14 | 2018-05-30T06:15:14 | 129,626,585 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.udacity.pmovies.adapters;
import android.content.Context;
import android.support.annotation.NonNull;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import android.widget.TextView;
... | UTF-8 | Java | 6,900 | java | TrailerAdapter.java | Java | [] | null | [] | package com.udacity.pmovies.adapters;
import android.content.Context;
import android.support.annotation.NonNull;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import android.widget.TextView;
... | 6,900 | 0.470145 | 0.47 | 196 | 34.204082 | 30.91445 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.392857 | false | false | 11 |
6f8318ecc3d615c5ab005f616258a3eb90faaf64 | 18,932,215,885,172 | 33bb9746ed420411b2f1eab29fd78ab22c9daed0 | /src/main/java/org/coins1920/group05/model/trello/Action.java | e54f88bb5d928896a75b6be41c24451a3eec186e | [
"MIT"
] | permissive | icknOrg/condor-ticketboard-analyzer | https://github.com/icknOrg/condor-ticketboard-analyzer | a28e072e4618d572b05de8d0d3db3bda1cc6e19f | 4ba061ac5767a2eed5314abe993b9441acaeb6a6 | refs/heads/master | 2020-08-27T07:57:09.096000 | 2020-02-20T21:20:11 | 2020-02-20T21:20:11 | 217,291,534 | 1 | 2 | MIT | false | 2020-02-20T21:20:12 | 2019-10-24T12:17:04 | 2020-02-08T11:45:05 | 2020-02-20T21:20:11 | 17,166 | 1 | 2 | 0 | Java | false | false | package org.coins1920.group05.model.trello;
import lombok.Getter;
import lombok.ToString;
import org.coins1920.group05.model.general.AbstractAction;
@Getter
@ToString(callSuper = true)
public class Action extends AbstractAction {
private String type;
private Member memberCreator;
}
| UTF-8 | Java | 293 | java | Action.java | Java | [] | null | [] | package org.coins1920.group05.model.trello;
import lombok.Getter;
import lombok.ToString;
import org.coins1920.group05.model.general.AbstractAction;
@Getter
@ToString(callSuper = true)
public class Action extends AbstractAction {
private String type;
private Member memberCreator;
}
| 293 | 0.798635 | 0.757679 | 12 | 23.416666 | 18.21839 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 11 |
e4dfcfc3cacde57eb7467f67d4e5d924ef38da59 | 29,635,274,398,362 | 336a57862c069fe8a81faf74ff2a409d339fafe7 | /CSC 165 - A3 Game Client/src/myGameEngine/ClientInputHandler.java | d859dd0dae49f8bfd38f68ae87b885fc84e9a817 | [] | no_license | NinTanDao64/CSC165-A3---Final-Game-Project-AetherBattle | https://github.com/NinTanDao64/CSC165-A3---Final-Game-Project-AetherBattle | 09470d48aff2044aa41678213ee5e4af8ed272d1 | af3639c1d20eb3701a646eeca542e39a332a2c85 | refs/heads/master | 2021-01-24T08:29:35.599000 | 2017-06-05T08:48:18 | 2017-06-05T08:48:18 | 93,383,915 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package myGameEngine;
import java.util.HashMap;
import java.util.UUID;
import a3.AetherBattle;
import graphicslib3D.Matrix3D;
import graphicslib3D.Vector3D;
public class ClientInputHandler {
private AetherBattle game;
private ClientOutputHandler output;
private HashMap<UUID, Avatar> ghostAvatars;
public Cli... | UTF-8 | Java | 3,291 | java | ClientInputHandler.java | Java | [] | null | [] | package myGameEngine;
import java.util.HashMap;
import java.util.UUID;
import a3.AetherBattle;
import graphicslib3D.Matrix3D;
import graphicslib3D.Vector3D;
public class ClientInputHandler {
private AetherBattle game;
private ClientOutputHandler output;
private HashMap<UUID, Avatar> ghostAvatars;
public Cli... | 3,291 | 0.626557 | 0.619569 | 109 | 29.201836 | 25.560068 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.522936 | false | false | 11 |
3a2ca254e50ec0a43d6123dbb233f4781723d192 | 7,627,861,956,156 | 7e84d52635908b3cec3e4495bc6d19f3f2c464b5 | /src/main/java/voyagessncf/technologies/xspeedit/robot/Robot.java | a6e8b761f374f08b0af49d7a05b39d428974ed76 | [] | no_license | peyo/xspeedit | https://github.com/peyo/xspeedit | c01594eba76a70fffb208075c6debf28df014204 | 8ea64490a030cf550478a41072db77bbc8472b71 | refs/heads/master | 2019-07-11T14:14:24.737000 | 2017-05-19T11:37:17 | 2017-05-19T11:37:17 | 91,730,837 | 0 | 0 | null | true | 2017-05-18T19:35:34 | 2017-05-18T19:35:34 | 2017-05-17T13:21:31 | 2016-12-02T15:36:59 | 0 | 0 | 0 | 0 | null | null | null | package voyagessncf.technologies.xspeedit.robot;
import voyagessncf.technologies.xspeedit.article.Article;
import voyagessncf.technologies.xspeedit.colis.Colis;
import java.util.Collection;
/**
* Contrat que doit remplir un robot pour être sur la chaîne d'emballage de colis
*/
public interface Robot {
/**
... | UTF-8 | Java | 661 | java | Robot.java | Java | [] | null | [] | package voyagessncf.technologies.xspeedit.robot;
import voyagessncf.technologies.xspeedit.article.Article;
import voyagessncf.technologies.xspeedit.colis.Colis;
import java.util.Collection;
/**
* Contrat que doit remplir un robot pour être sur la chaîne d'emballage de colis
*/
public interface Robot {
/**
... | 661 | 0.727549 | 0.727549 | 22 | 28.863636 | 27.935471 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.227273 | false | false | 11 |
8b731658d3a56274767681bb135830b242705cc8 | 3,934,190,111,743 | d4736c08d75f3c3a1708746165b0c6d134e2054e | /app/src/main/java/org/ppanek/worktimetracker/model/def/BreakDefault.java | 7705689276cf6761a09e01e021eb865b5fcf469a | [] | no_license | panpawel88/WorkTimeTracker | https://github.com/panpawel88/WorkTimeTracker | 2567587e5be40d47d42cb68d4e39c7e5ddb45d23 | d4f25762cc448572ddde76e4d6ee57544c7d7b4f | refs/heads/master | 2021-09-17T11:05:45.727000 | 2018-07-01T08:05:41 | 2018-07-01T08:05:41 | 110,785,794 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.ppanek.worktimetracker.model.def;
import org.ppanek.worktimetracker.model.base.BreakBase;
import org.ppanek.worktimetracker.model.interfaces.IWorkday;
import java.util.Date;
/**
* Created by pawel on 18.11.2017.
*/
public class BreakDefault extends BreakBase {
private TimePeriodDefault breakTime;
... | UTF-8 | Java | 1,066 | java | BreakDefault.java | Java | [
{
"context": "orkday;\n\nimport java.util.Date;\n\n/**\n * Created by pawel on 18.11.2017.\n */\n\npublic class BreakDefault ext",
"end": 212,
"score": 0.9991909861564636,
"start": 207,
"tag": "USERNAME",
"value": "pawel"
}
] | null | [] | package org.ppanek.worktimetracker.model.def;
import org.ppanek.worktimetracker.model.base.BreakBase;
import org.ppanek.worktimetracker.model.interfaces.IWorkday;
import java.util.Date;
/**
* Created by pawel on 18.11.2017.
*/
public class BreakDefault extends BreakBase {
private TimePeriodDefault breakTime;
... | 1,066 | 0.670732 | 0.663227 | 51 | 19.90196 | 18.624519 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.27451 | false | false | 11 |
47a2c4e80cad7b27001e99b3e32c9c8220aaf444 | 6,940,667,208,159 | 866846c93c17138c32faf7c687580a8eaa199909 | /TVSW/Lezione2/src/UsoAssert.java | 159a494a4e8c1ad9155e5e1673e4bc9eea2fc2e3 | [
"MIT"
] | permissive | samuelexferri/unibg-workspace | https://github.com/samuelexferri/unibg-workspace | 37c2ca2222aa370b6492a86fbbbf6bf82b03d608 | 41533f215599e5e7c937a054b25881ef02f29ac8 | refs/heads/master | 2023-01-06T00:18:14.707000 | 2020-11-08T18:32:02 | 2020-11-08T18:32:02 | 220,287,635 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public class UsoAssert {
// Assert di Java (Run Configurations, VM Arguments: -ea)
static void foo(int x) {
assert x > 0;
assert check();
assert x++ > 0;
System.out.println(x);
}
public static void main(String[] args) {
foo(3);
// foo(-3);
}
/*+INFERRED@
@ private normal_behavior
@ ensure... | UTF-8 | Java | 655 | java | UsoAssert.java | Java | [] | null | [] | public class UsoAssert {
// Assert di Java (Run Configurations, VM Arguments: -ea)
static void foo(int x) {
assert x > 0;
assert check();
assert x++ > 0;
System.out.println(x);
}
public static void main(String[] args) {
foo(3);
// foo(-3);
}
/*+INFERRED@
@ private normal_behavior
@ ensure... | 655 | 0.589313 | 0.574046 | 31 | 20.161291 | 15.895012 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.516129 | false | false | 11 |
d94a26ee346dfe658645f3b9025e30fa1c29a0f0 | 11,639,361,432,366 | ac1848026f1cff253c808d1f8878ec3150b1986a | /src/main/java/team/crapplet/investment_assistant/Model/PerShare.java | c9006e7c6854aa0a945d53b10e351948983896aa | [] | no_license | Araf020/investment_assistant | https://github.com/Araf020/investment_assistant | 9d58fc869079c9e14dc16169666868a18b5b4218 | 66e8284a7683e8ef1a5ed060b706a0b135dbd997 | refs/heads/master | 2023-07-07T04:37:53.549000 | 2021-08-09T03:36:30 | 2021-08-09T03:36:30 | 370,015,544 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package team.crapplet.investment_assistant.Model;
import org.springframework.data.annotation.TypeAlias;
import javax.persistence.*;
@Entity
@Table(name = "per_share")
@IdClass(MakeCompositeKey.class)
public class PerShare {
@Id
@Column(name = "code_name")
private String CodeName;
@Id
private ... | UTF-8 | Java | 10,208 | java | PerShare.java | Java | [] | null | [] | package team.crapplet.investment_assistant.Model;
import org.springframework.data.annotation.TypeAlias;
import javax.persistence.*;
@Entity
@Table(name = "per_share")
@IdClass(MakeCompositeKey.class)
public class PerShare {
@Id
@Column(name = "code_name")
private String CodeName;
@Id
private ... | 10,208 | 0.700137 | 0.700137 | 322 | 30.701864 | 32.754375 | 116 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.28882 | false | false | 11 |
17cb16c4f17db49e9fcbef04ef12bbc932e914c8 | 22,617,297,842,498 | 0bd13fc3e19723ca4db73e5f2ae831daabac3e1e | /TreeGrowth/src/v2/NN/InputNeuron.java | ee71ca27e28fa40dd0c56f68d68c5702a824409d | [] | no_license | ronvree/TreeGrowth | https://github.com/ronvree/TreeGrowth | 3347bc56d4d06d244ec226acad5210ff4286a56a | 7dbda6e572d967b245c4bb1f950f7e6b186f3367 | refs/heads/master | 2017-04-27T12:44:27.822000 | 2016-08-16T15:38:40 | 2016-08-16T15:38:40 | 54,582,833 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package v2.NN;
public abstract class InputNeuron implements Neuron {
@Override
public float fire() {
return this.getOutput();
}
}
| UTF-8 | Java | 140 | java | InputNeuron.java | Java | [] | null | [] | package v2.NN;
public abstract class InputNeuron implements Neuron {
@Override
public float fire() {
return this.getOutput();
}
}
| 140 | 0.707143 | 0.7 | 10 | 13 | 16.068604 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 11 |
de754d7b0c50daf7ea0ee7b456e823d539960d56 | 14,886,356,662,312 | 30c4ce44f1abcc123b46349e9f65a0e848f8ddc4 | /src/main/java/dev/leandroerllet/erlleteconomy/model/CustomEconomy.java | d3fd4d5432389c79c789dc948b4d81ed2e7a963f | [] | no_license | Brun0XP/erlleteconomy | https://github.com/Brun0XP/erlleteconomy | 35c8d0f0d36e7ad792e1091412e9133f38b01c8b | 26199763d54489db5c93ffa96e659d151ffc550c | refs/heads/master | 2023-02-04T19:30:00.544000 | 2020-12-25T14:08:51 | 2020-12-25T14:08:51 | 290,520,075 | 0 | 0 | null | true | 2020-08-26T14:31:57 | 2020-08-26T14:31:56 | 2020-07-16T13:17:41 | 2020-07-16T13:17:39 | 12 | 0 | 0 | 0 | null | false | false | package dev.leandroerllet.erlleteconomy.model;
import dev.leandroerllet.erlleteconomy.Erlleteconomy;
import dev.leandroerllet.erlleteconomy.util.StringUtils;
import lombok.SneakyThrows;
import net.milkbowl.vault.economy.Economy;
import net.milkbowl.vault.economy.EconomyResponse;
import org.bukkit.Bukkit;
import org.b... | UTF-8 | Java | 9,998 | java | CustomEconomy.java | Java | [] | null | [] | package dev.leandroerllet.erlleteconomy.model;
import dev.leandroerllet.erlleteconomy.Erlleteconomy;
import dev.leandroerllet.erlleteconomy.util.StringUtils;
import lombok.SneakyThrows;
import net.milkbowl.vault.economy.Economy;
import net.milkbowl.vault.economy.EconomyResponse;
import org.bukkit.Bukkit;
import org.b... | 9,998 | 0.689138 | 0.685237 | 297 | 32.6633 | 32.801636 | 143 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6633 | false | false | 11 |
94c9987dcb4f0fd9df5373d82a34fa8cc768c1f0 | 16,698,832,848,453 | ee3030cdb764338f5615c0956a2b58fd2988ff36 | /src/ni/gob/minsa/sivin/forms/SeccionAForm.java | df1967ffbad907304daa11efa4bff92b8d11d781 | [] | no_license | wmonterrey/sivin-app | https://github.com/wmonterrey/sivin-app | c00b10bce0e6e3b50fc3b03363634f95167ba16e | de462ed69024b9a57a31a8bc6aa03c14b8585638 | refs/heads/master | 2021-01-24T16:20:18.029000 | 2019-05-20T03:05:31 | 2019-05-20T03:05:31 | 123,186,252 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ni.gob.minsa.sivin.forms;
import java.util.List;
import android.content.Context;
import ni.gob.minsa.sivin.database.SivinAdapter;
import ni.gob.minsa.sivin.domain.MessageResource;
import ni.gob.minsa.sivin.utils.Constants;
import ni.gob.minsa.sivin.utils.MainDBConstants;
import ni.gob.minsa.sivin.wizard.model... | UTF-8 | Java | 3,635 | java | SeccionAForm.java | Java | [] | null | [] | package ni.gob.minsa.sivin.forms;
import java.util.List;
import android.content.Context;
import ni.gob.minsa.sivin.database.SivinAdapter;
import ni.gob.minsa.sivin.domain.MessageResource;
import ni.gob.minsa.sivin.utils.Constants;
import ni.gob.minsa.sivin.utils.MainDBConstants;
import ni.gob.minsa.sivin.wizard.model... | 3,635 | 0.754058 | 0.748281 | 70 | 50.92857 | 53.064468 | 187 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.971429 | false | false | 11 |
ec5a492ff8f5637588c59467d5922424306e6387 | 9,637,906,617,290 | 12864e27ceac9844a3e2dbb8e83f9b08bed30873 | /src/common/Encryption.java | fbc7d01dce33595a452ac3485af6f20177f40217 | [] | no_license | n4oah/mini1710 | https://github.com/n4oah/mini1710 | e94234e845ea142ce599bba18d62d6625a9d0091 | 69aca97d6dce2551bfdeb78264ab5d1a40fd5c88 | refs/heads/master | 2021-07-21T21:33:14.124000 | 2017-10-30T07:37:12 | 2017-10-30T07:37:12 | 108,058,687 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package common;
import java.security.MessageDigest;
import java.security.NoSuchAlgorithmException;
public class Encryption
{
private Encryption() {}
public static String getEncSHA256(String inputStr)
{
StringBuffer outputStr = new StringBuffer();
try
{
MessageDigest encrypt;
encrypt = MessageDige... | UTF-8 | Java | 658 | java | Encryption.java | Java | [] | null | [] | package common;
import java.security.MessageDigest;
import java.security.NoSuchAlgorithmException;
public class Encryption
{
private Encryption() {}
public static String getEncSHA256(String inputStr)
{
StringBuffer outputStr = new StringBuffer();
try
{
MessageDigest encrypt;
encrypt = MessageDige... | 658 | 0.697568 | 0.674772 | 29 | 21.724138 | 22.394421 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.034483 | false | false | 11 |
fb1c46ba48284c7e213776e978f7f8d3d04eaffa | 29,042,568,897,293 | d48bc53011af65989df9c4c5e62ce2515e5482f8 | /src/test/resources/unit/sources/function-signature-test/src/main/java/io/kubeless/PublicWithoutKubelessFunction1.java | 975624ffe0781c0e88f32274485609f3d9b0a6a9 | [
"Apache-2.0"
] | permissive | singasanisuryateja/kubeless-maven-plugin | https://github.com/singasanisuryateja/kubeless-maven-plugin | cd31059c81cb8f309da2b53490ec63be93234ed9 | 8914fbbef2df3c722ac38dfa8b1bd5442700e91f | refs/heads/master | 2022-03-31T11:09:40.648000 | 2019-12-23T11:51:45 | 2019-12-23T11:51:45 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package io.kubeless;
public class PublicWithoutKubelessFunction1 {
} | UTF-8 | Java | 69 | java | PublicWithoutKubelessFunction1.java | Java | [] | null | [] | package io.kubeless;
public class PublicWithoutKubelessFunction1 {
} | 69 | 0.84058 | 0.826087 | 4 | 16.5 | 18.282505 | 45 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 11 |
2110c8d80813bb7919625accee73cc75795b3474 | 1,614,907,763,204 | b8305d875731c5f3fda3dbdf1c0d494e1be39c4a | /ListaDeJogos/app/src/main/java/br/senai/sp/informatica/listadejogos/view/MainActivity.java | 39fc0cc7606e730ff087a3bff061457f41959f7a | [] | no_license | felipe11xx/MobileSenai | https://github.com/felipe11xx/MobileSenai | e4e03019e20299f0d247629a95fcae3d71f13b58 | 6968d376aa00be04f63e751cac9c73777a47db2c | refs/heads/master | 2023-08-24T18:26:00.779000 | 2018-02-24T00:53:54 | 2018-02-24T00:53:54 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.senai.sp.informatica.listadejogos.view;
import android.content.DialogInterface;
import android.content.Intent;
import android.support.v7.app.AlertDialog;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.Menu;
import android.view.MenuItem;
import android.view.Vie... | UTF-8 | Java | 7,046 | java | MainActivity.java | Java | [] | null | [] | package br.senai.sp.informatica.listadejogos.view;
import android.content.DialogInterface;
import android.content.Intent;
import android.support.v7.app.AlertDialog;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.Menu;
import android.view.MenuItem;
import android.view.Vie... | 7,046 | 0.582383 | 0.581956 | 182 | 37.554947 | 28.915655 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.527473 | false | false | 11 |
d24b50798156b71259e27bf795bbe72bfbcb4a44 | 12,893,491,836,751 | 47edea2a21cee4ccd8a47e790fd42d36f0bdf2a0 | /src/main/java/com/sudoku/logging/LoggingUtil.java | 6416f8c724ec774fa9fd74121e621003044b450b | [] | no_license | vineetschaudhary/SudokuSolver | https://github.com/vineetschaudhary/SudokuSolver | ec2454afd30a36f2af8484106cfa2f1108f6131f | 153e049d2fe258d96ea0f3fa4f2910f8453fd25a | refs/heads/master | 2021-01-12T06:52:42.874000 | 2016-12-19T19:38:07 | 2016-12-19T19:38:07 | 76,844,248 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.sudoku.logging;
import com.fasterxml.jackson.databind.ObjectMapper;
import org.slf4j.Logger;
/**
* Writes the data to the log file.
*
* @author Veenit Kumar
* @since 17-12-2016
*/
public class LoggingUtil {
/**
* Logs simple string messages.
* <p>
* @param logger - logger object
* @param me... | UTF-8 | Java | 1,003 | java | LoggingUtil.java | Java | [
{
"context": " * Writes the data to the log file.\n * \n * @author Veenit Kumar\n * @since 17-12-2016\n */\npublic class LoggingUtil",
"end": 174,
"score": 0.9998599886894226,
"start": 162,
"tag": "NAME",
"value": "Veenit Kumar"
}
] | null | [] | package com.sudoku.logging;
import com.fasterxml.jackson.databind.ObjectMapper;
import org.slf4j.Logger;
/**
* Writes the data to the log file.
*
* @author <NAME>
* @since 17-12-2016
*/
public class LoggingUtil {
/**
* Logs simple string messages.
* <p>
* @param logger - logger object
* @param message ... | 997 | 0.684945 | 0.675972 | 42 | 22.880953 | 24.471754 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.285714 | false | false | 14 |
f8b55d69d49f4ff10eef028e01a001b4a9de220e | 11,132,555,231,838 | fc524814138ad52d0dbb0338a3f8b23e662b1e39 | /src/tonegod/gui/tests/states/text/TextLabelState.java | c78e61db873299041a20231bc18d1ca4cef32cfa | [] | no_license | brainless-studios/tonegodgui-test | https://github.com/brainless-studios/tonegodgui-test | 52e2799da2f91bd27cfa5681659dc7beea29c985 | e3556aa3959afdedc91bb5c9a33e303a1e31451d | refs/heads/master | 2020-05-17T10:07:11.695000 | 2016-01-28T21:02:37 | 2016-01-28T21:02:37 | 40,498,312 | 0 | 1 | null | false | 2015-08-31T15:19:46 | 2015-08-10T18:19:22 | 2015-08-10T19:38:55 | 2015-08-31T15:19:46 | 588 | 0 | 1 | 0 | Java | null | null | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package tonegod.gui.tests.states.text;
import com.jme3.font.BitmapFont;
import com.jme3.font.BitmapFont.Align;
import com.jme3.font.BitmapFont.VAlign;
import com.jme3.input.event.MouseButtonEvent;
import com.j... | UTF-8 | Java | 4,678 | java | TextLabelState.java | Java | [
{
"context": "sts.controls.CollapsePanel;\r\n\r\n/**\r\n *\r\n * @author t0neg0d\r\n */\r\npublic class TextLabelState extends AppStat",
"end": 772,
"score": 0.9996301531791687,
"start": 765,
"tag": "USERNAME",
"value": "t0neg0d"
}
] | null | [] | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package tonegod.gui.tests.states.text;
import com.jme3.font.BitmapFont;
import com.jme3.font.BitmapFont.Align;
import com.jme3.font.BitmapFont.VAlign;
import com.jme3.input.event.MouseButtonEvent;
import com.j... | 4,678 | 0.707781 | 0.700941 | 148 | 29.608109 | 24.011719 | 127 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.554054 | false | false | 14 |
556300efad6adbdfb50f9b689fb7bd1bffaf657e | 8,177,617,734,904 | 70e908409f75c77acac4caecb817ee618027beb4 | /octocraft/octocore/proxy/ServerProxy.java | 16e20347e300fa90dbf49ee56fc0bae02961085a | [] | no_license | OctoJulo/OctoCraft | https://github.com/OctoJulo/OctoCraft | 5e98f75ade40114985a65a4c33be5bbac4216b86 | a7040520136a470cd69d7456861a081df53b4e15 | refs/heads/master | 2021-01-11T20:51:57.721000 | 2017-06-18T10:49:47 | 2017-06-18T10:49:47 | 79,200,515 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package octogeek.octocraft.octocore.proxy;
import net.minecraftforge.fml.common.event.FMLInitializationEvent;
import net.minecraftforge.fml.common.event.FMLPreInitializationEvent;
//import octogeek.octocore.init.ModSounds;
public class ServerProxy implements CommonProxy {
// @Override
// public void preInit() {
// ... | UTF-8 | Java | 548 | java | ServerProxy.java | Java | [] | null | [] | package octogeek.octocraft.octocore.proxy;
import net.minecraftforge.fml.common.event.FMLInitializationEvent;
import net.minecraftforge.fml.common.event.FMLPreInitializationEvent;
//import octogeek.octocore.init.ModSounds;
public class ServerProxy implements CommonProxy {
// @Override
// public void preInit() {
// ... | 548 | 0.762774 | 0.762774 | 29 | 17.896551 | 22.180054 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.862069 | false | false | 14 |
0595ab6179d99fd04dce7bd98a094b97c17757e8 | 29,609,504,601,438 | a6e63730595fc6cf8eb4f074aa377f5202368721 | /java/YatziTest.java | 89726eb2bbce097e6fbdfbe0df5b78ebc219fbe8 | [] | no_license | WassimKH/kataTest | https://github.com/WassimKH/kataTest | 2b5c4655516b411e42434b2f9c83bfc1bf175fa6 | 84eead1ae2b88c59417e27643be6787d3f2808c6 | refs/heads/master | 2020-06-14T21:44:44.397000 | 2019-07-03T22:43:00 | 2019-07-03T22:43:00 | 195,134,900 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import org.junit.*;
import static org.junit.Assert.*;
public class YatziTest {
@Test
public void chance_scores_sum_of_all_dice() {
int expected = 15;
int[] t1 = {2,3,4,5,1};
int[] t2 = {2,3,4,5,6};
int actual = YatziRefactoring.chance(t1);
assertEquals(expected, actual)... | UTF-8 | Java | 4,937 | java | YatziTest.java | Java | [] | null | [] | import org.junit.*;
import static org.junit.Assert.*;
public class YatziTest {
@Test
public void chance_scores_sum_of_all_dice() {
int expected = 15;
int[] t1 = {2,3,4,5,1};
int[] t2 = {2,3,4,5,6};
int actual = YatziRefactoring.chance(t1);
assertEquals(expected, actual)... | 4,937 | 0.593073 | 0.512862 | 132 | 36.409092 | 24.749641 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.439394 | false | false | 14 |
6906407cb35a21a1f259b16f118e6222396ae26b | 16,260,746,185,595 | b5d62f95d27ac6acbfa13805b7fb56c70f0b4188 | /src/test/java/ecse429/group9/restAPI/PartC/TestTodosPerformance.java | 5e4ae2ba83f65ca776f0f4af2e66380491c138bc | [] | no_license | chriscui47/ECSE429TaskA | https://github.com/chriscui47/ECSE429TaskA | 4a9f37cfa78fa1cf027b9c140aa894df123ae45f | b074e6ce78939f315819f6f48777bbcf269cecba | refs/heads/main | 2023-04-01T12:05:49.381000 | 2021-04-06T03:14:21 | 2021-04-06T03:14:21 | 338,944,525 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ecse429.group9.restAPI.PartC;
import ecse429.group9.restAPI.APIInstance;
import org.json.JSONObject;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
import java.io.FileWriter;
import java.io.IOException;
//import static java.lang.Thread.sleep;
import static org.junit.Assert.*;
public... | UTF-8 | Java | 8,176 | java | TestTodosPerformance.java | Java | [] | null | [] | package ecse429.group9.restAPI.PartC;
import ecse429.group9.restAPI.APIInstance;
import org.json.JSONObject;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
import java.io.FileWriter;
import java.io.IOException;
//import static java.lang.Thread.sleep;
import static org.junit.Assert.*;
public... | 8,176 | 0.574364 | 0.560665 | 266 | 29.736841 | 29.218105 | 131 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.575188 | false | false | 14 |
03e1f08b06098b167d0745087e12f6e506af9ffc | 29,343,216,628,182 | 721b98ec063bcf4b85e8c24d34fa12764176d5c9 | /2.2.2. spring_mvc/src/main/java/web/Service/CarService.java | 813934f45fc46122c0e7a6a7a9cba4fee0690d45 | [] | no_license | Arzy-2807/spring-mvc1 | https://github.com/Arzy-2807/spring-mvc1 | 03f5faf3c83b26a20767b88b23f7c2f8b055b9bf | ce0a17ebb1f432d39d780786a8c77034a4b0cf36 | refs/heads/master | 2023-07-03T11:43:41.305000 | 2021-08-07T08:19:51 | 2021-08-07T08:19:51 | 393,624,075 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package web.Service;
import web.model.Car;
import java.util.ArrayList;
import java.util.List;
import java.util.stream.Collectors;
public class CarService {
private static List<Car> cars = new ArrayList<>();
static {
cars.add(new Car(2020,230,"toyota"));
cars.add(new Car(2021,300,"BMW"));
... | UTF-8 | Java | 653 | java | CarService.java | Java | [] | null | [] | package web.Service;
import web.model.Car;
import java.util.ArrayList;
import java.util.List;
import java.util.stream.Collectors;
public class CarService {
private static List<Car> cars = new ArrayList<>();
static {
cars.add(new Car(2020,230,"toyota"));
cars.add(new Car(2021,300,"BMW"));
... | 653 | 0.612557 | 0.555896 | 27 | 23.185184 | 21.076645 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.888889 | false | false | 14 |
2d054322375f262e8e58fdc498d3786c4b4fe831 | 3,616,362,467,098 | f63bb13ef86de8f8202b43edbdcf8deb162cf848 | /src/test/java/com/readdle/fluix/plugin/rules/CorrectStepDefinitionRuleTest.java | 93442fe11fc58defd44796cb6d1a489ddd966ec8 | [] | no_license | VitaliyYurash/fluix_sonar-rules | https://github.com/VitaliyYurash/fluix_sonar-rules | 969c7f6c7e16d6af1aa8388a21d0173aa06ca5b4 | 70da01c5e9e2f11fed65a8044e536f09c6de6019 | refs/heads/master | 2021-08-28T14:31:28.856000 | 2017-04-06T16:00:59 | 2017-04-06T16:00:59 | 86,826,052 | 0 | 0 | null | false | 2021-08-23T14:08:56 | 2017-03-31T14:08:54 | 2017-03-31T16:51:40 | 2021-08-23T14:06:28 | 12 | 0 | 0 | 0 | Java | false | false | package com.readdle.fluix.plugin.rules;
import org.junit.Test;
import org.sonar.java.checks.verifier.JavaCheckVerifier;
public class CorrectStepDefinitionRuleTest {
@Test
public void test() {
JavaCheckVerifier.verify("src/test/java/com/readdle/fluix/plugin/files/TestClass3.java", new CorrectStepDefin... | UTF-8 | Java | 342 | java | CorrectStepDefinitionRuleTest.java | Java | [] | null | [] | package com.readdle.fluix.plugin.rules;
import org.junit.Test;
import org.sonar.java.checks.verifier.JavaCheckVerifier;
public class CorrectStepDefinitionRuleTest {
@Test
public void test() {
JavaCheckVerifier.verify("src/test/java/com/readdle/fluix/plugin/files/TestClass3.java", new CorrectStepDefin... | 342 | 0.760234 | 0.75731 | 12 | 27.5 | 36.038174 | 130 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.416667 | false | false | 14 |
6edc8754d0d5df9c9011d4403666efef2b6a19c9 | 29,592,324,710,834 | 2d943e3e9c8cc4ffc9acde20a60e41a27cec380b | /Assignment-2/src/StackOverflowException.java | 40e52aadd04ce462bc63be0cab87745aa71d33ec | [] | no_license | ksuwal/CMSC-204 | https://github.com/ksuwal/CMSC-204 | a5fae63f7338ff851b36a679cf27f77d3c20f00f | 9be3fcb78b41376819b46381c46227f7b5497356 | refs/heads/main | 2023-02-07T11:57:08.866000 | 2020-12-18T08:52:58 | 2020-12-18T08:52:58 | 293,386,179 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
public class StackOverflowException extends RuntimeException {
/**
* Exception when a push method is called on a full stack.
*/
public StackOverflowException() {
super("The Stack is full");
}
} | UTF-8 | Java | 238 | java | StackOverflowException.java | Java | [] | null | [] |
public class StackOverflowException extends RuntimeException {
/**
* Exception when a push method is called on a full stack.
*/
public StackOverflowException() {
super("The Stack is full");
}
} | 238 | 0.617647 | 0.617647 | 9 | 24.444445 | 23.674229 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.111111 | false | false | 14 |
dffc00bc3c1b9fda9240d72380826dd2cc6f88ef | 15,977,278,401,537 | 257b477f19a37359065e8c9aa7102a41d533949d | /src/main/java/com/groupe1/sujet1/service/UserService.java | 19e1a68eef91df6ae8b45f56b0c7862a1267749a | [] | no_license | quentingit/JEE-project | https://github.com/quentingit/JEE-project | daf4283575785a8b17b44dc60b1ef79a07797821 | e26f11213da1eeb55dca4013a44437939917d0a5 | refs/heads/master | 2020-03-16T16:16:13.153000 | 2018-06-12T18:09:42 | 2018-06-12T18:09:42 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.groupe1.sujet1.service;
import java.util.List;
import com.groupe1.sujet1.model.User;
public interface UserService {
void save(User user);
void saveOrUpdate(User student);
void deleteStudent(User user);
void updateStudent(User user);
List<User> list();
List<User> listByName(Object na... | UTF-8 | Java | 355 | java | UserService.java | Java | [] | null | [] | package com.groupe1.sujet1.service;
import java.util.List;
import com.groupe1.sujet1.model.User;
public interface UserService {
void save(User user);
void saveOrUpdate(User student);
void deleteStudent(User user);
void updateStudent(User user);
List<User> list();
List<User> listByName(Object na... | 355 | 0.721127 | 0.709859 | 18 | 18.777779 | 15.240865 | 38 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.555556 | false | false | 14 |
622a2090c4134a8da4ca001d554774ca118935ed | 1,245,540,551,891 | fbee7a60729da26b9358ce541da14be7c877ef56 | /uimaj-ep-deployeditor/src/main/java/org/apache/uima/dde/internal/wizards/EditParamWizard.java | 08a46379f8f81fd002075027e2b0f3a083081bc4 | [
"LicenseRef-scancode-unknown",
"BSD-3-Clause",
"Apache-2.0",
"MPL-1.0",
"LicenseRef-scancode-unicode",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | apache/uima-as_old | https://github.com/apache/uima-as_old | c5431594b8973eea183a22261ce33d12e3eaeede | c6faa8b6fd8b4dd914e0fa6ded4ce330462f7236 | refs/heads/trunk | 2022-07-23T23:42:37.781000 | 2020-01-15T19:19:36 | 2020-01-15T19:19:36 | 15,070,658 | 2 | 6 | Apache-2.0 | false | 2022-07-07T19:10:47 | 2013-12-10T08:00:23 | 2022-06-28T19:31:59 | 2022-07-07T19:10:46 | 12,329 | 9 | 10 | 3 | 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 ... | UTF-8 | Java | 2,209 | java | EditParamWizard.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 ... | 2,209 | 0.719783 | 0.711634 | 75 | 28.466667 | 24.316433 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.546667 | false | false | 14 |
5b93d8a22016b4e3fc359cb05fe0247ccde5103d | 12,996,571,064,840 | bd11ee910c132e6f7316d0ab382c708fcf5314b6 | /src/main/java/org/clothocad/core/communication/apollo/ClothoMessageConsumer.java | 6c0f23c2a54a1bfcb2c0b92531da45151a182a40 | [
"BSD-3-Clause",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | CIDARLAB/clotho3 | https://github.com/CIDARLAB/clotho3 | d3744cd164c013b5064dc9c791d1929448a5264f | d129765b6a868f332478ba21fc499d2b2e45edd5 | refs/heads/master | 2021-03-24T13:18:09.897000 | 2019-04-04T11:03:52 | 2019-04-04T11:03:52 | 6,784,424 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.clothocad.core.communication.apollo;
import java.io.IOException;
import java.util.Map;
import java.util.UUID;
import javax.jms.JMSException;
import javax.jms.Message;
import javax.jms.Session;
import org.clothocad.core.util.JSON;
import org.fusesource.stomp.jms.message.StompJmsMessage;
public class Cloth... | UTF-8 | Java | 3,422 | java | ClothoMessageConsumer.java | Java | [] | null | [] | package org.clothocad.core.communication.apollo;
import java.io.IOException;
import java.util.Map;
import java.util.UUID;
import javax.jms.JMSException;
import javax.jms.Message;
import javax.jms.Session;
import org.clothocad.core.util.JSON;
import org.fusesource.stomp.jms.message.StompJmsMessage;
public class Cloth... | 3,422 | 0.525424 | 0.525424 | 87 | 38.333332 | 32.240002 | 188 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.448276 | false | false | 14 |
5bfdbb873f27cca65f48f96a357b752925830cff | 27,994,596,842,049 | bcecb0a1884d319c28795e9da9112bfe06618a7b | /Multilevel.java | 097a13269c441c2076ae5e3b043452c4c8c98cdc | [] | no_license | farhad06/java-programs | https://github.com/farhad06/java-programs | 7decfd433f212faf880d06943ae0b89a4bcd6666 | fba4c148141991ff998c1049fe0c28bae96d3bca | refs/heads/main | 2023-07-15T22:15:59.524000 | 2021-08-30T16:01:45 | 2021-08-30T16:01:45 | 401,403,376 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | class A{
public void methodA(){
System.out.println("It is class A's method");
}
}
class B extends A{
public void methodB(){
System.out.println("It is class B's method");
}
}
class C extends B{
public void methodC(){
System.out.println("It is class C's method");
}
}
public class Multilevel{
public static v... | UTF-8 | Java | 487 | java | Multilevel.java | Java | [] | null | [] | class A{
public void methodA(){
System.out.println("It is class A's method");
}
}
class B extends A{
public void methodB(){
System.out.println("It is class B's method");
}
}
class C extends B{
public void methodC(){
System.out.println("It is class C's method");
}
}
public class Multilevel{
public static v... | 487 | 0.622177 | 0.622177 | 29 | 15.827586 | 14.922949 | 47 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.310345 | false | false | 14 |
77194824f96ad08c199fe4741773e7cf56f23b71 | 7,095,285,974,637 | 2ce288d3bfd047aa3681664ebb52e4f603bc56da | /content/app/model/SectionDef.java | ca64829b698126543dd0e1b7dad373750640048e | [
"Apache-2.0"
] | permissive | gatblau/lynx | https://github.com/gatblau/lynx | f4214bda357de250b54afc536b53226c17873b08 | d755e3c471ec5d07ce4220b2b2ae83df059153c7 | refs/heads/master | 2020-09-22T22:20:00.168000 | 2017-05-27T05:20:14 | 2017-05-27T05:20:14 | 66,932,087 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package model;
import javax.persistence.*;
import java.io.Serializable;
import java.util.HashSet;
import java.util.Set;
@Entity (name="SectionDef")
@Table (name="\"section_def\"")
@NamedQueries ({
@NamedQuery(name="SectionDef.findAll", query="SELECT a FROM SectionDef a")
,@NamedQuery(name="SectionDef.findByDynamic... | UTF-8 | Java | 7,459 | java | SectionDef.java | Java | [] | null | [] | package model;
import javax.persistence.*;
import java.io.Serializable;
import java.util.HashSet;
import java.util.Set;
@Entity (name="SectionDef")
@Table (name="\"section_def\"")
@NamedQueries ({
@NamedQuery(name="SectionDef.findAll", query="SELECT a FROM SectionDef a")
,@NamedQuery(name="SectionDef.findByDynamic... | 7,459 | 0.711624 | 0.711489 | 214 | 33.855141 | 36.003536 | 161 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.672897 | false | false | 14 |
9db1e028bacbada8589afbabd933e356c1eda83a | 14,748,917,734,892 | 6f024865f86614117e73ff1ad784398884edf765 | /src/main/java/com/inteliclinic/neuroon/views/pickers/PickerView$$ViewInjector.java | 6b739067b832f7dadeab48433881e1de633d5b46 | [] | no_license | chakaponden/neuroon-classic-app | https://github.com/chakaponden/neuroon-classic-app | 0df0ef593dd3e55bbffc325cdd0a399265dffb73 | aa337afe4764a3af5094b3a0bc8cea54aa23dd34 | refs/heads/main | 2022-12-25T21:52:49.184000 | 2020-10-09T15:42:36 | 2020-10-09T15:42:36 | 302,444,442 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.inteliclinic.neuroon.views.pickers;
import android.view.View;
import android.widget.ImageView;
import android.widget.LinearLayout;
import butterknife.ButterKnife;
import com.inteliclinic.neuroon.R;
import com.inteliclinic.neuroon.views.SwitchView;
public class PickerView$$ViewInjector {
public static ... | UTF-8 | Java | 1,464 | java | PickerView$$ViewInjector.java | Java | [] | null | [] | package com.inteliclinic.neuroon.views.pickers;
import android.view.View;
import android.widget.ImageView;
import android.widget.LinearLayout;
import butterknife.ButterKnife;
import com.inteliclinic.neuroon.R;
import com.inteliclinic.neuroon.views.SwitchView;
public class PickerView$$ViewInjector {
public static ... | 1,464 | 0.672814 | 0.671448 | 35 | 40.828571 | 34.817471 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.914286 | false | false | 14 |
22d4c12e36f02b800545c58814f65911f2df4f18 | 27,908,697,539,292 | 067aea6a6b24d8b7068359b91febbacce8e061d3 | /implementation/src/Test/java/OrdersAndInvoicesTest.java | ccf2bd335be2b86c964a799fb93c04f39d9f74d5 | [
"Apache-2.0"
] | permissive | Warglaive/PRJ2-Runnable | https://github.com/Warglaive/PRJ2-Runnable | 0870cb69431fe616aa5387fb2af5dd7ee10b3dc9 | efa1f02674ec7145daf70d8c995c5b022c310c40 | refs/heads/main | 2023-01-02T08:29:35.186000 | 2020-10-29T15:19:36 | 2020-10-29T15:19:36 | 308,367,163 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import controllers.OrdersInvoicesController;
import entities.*;
import logic.PGDataSource;
import nl.fontys.sebivenlo.dao.DAO;
import nl.fontys.sebivenlo.dao.pg.PGDAOFactory;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
import java.time.LocalDate;
import java.time.format.DateTimeFormatte... | UTF-8 | Java | 4,818 | java | OrdersAndInvoicesTest.java | Java | [] | null | [] | import controllers.OrdersInvoicesController;
import entities.*;
import logic.PGDataSource;
import nl.fontys.sebivenlo.dao.DAO;
import nl.fontys.sebivenlo.dao.pg.PGDAOFactory;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
import java.time.LocalDate;
import java.time.format.DateTimeFormatte... | 4,818 | 0.681403 | 0.672478 | 111 | 42.405407 | 27.910532 | 139 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.747748 | false | false | 14 |
cc0adef11047f44a8948c0595c147751cbc48bf5 | 22,789,096,504,929 | 14f93d5fd38dcff88289f6ea193689bec6d9d097 | /logica-java-execicios/IFRGS-ExerciciosJava/src/CadernoExercicios2/exercicio3.java | 0951ab34386c3c9f09578149e47136c0383d8f77 | [] | no_license | ruthfs/turma19java | https://github.com/ruthfs/turma19java | 525ca2b394892e49097ab2d7270c08370411e74c | e1880488e6d6d64c3f81c758d279ff8ef1be4fd9 | refs/heads/main | 2023-04-04T10:14:52.260000 | 2022-08-03T21:56:14 | 2022-08-03T21:56:14 | 348,373,454 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package CadernoExercicios2;
import java.util.Scanner;
public class exercicio3 {
public static void main(String[] args) {
/*
Construa um programa que leia três valores numéricos (representados
pelas variáveis A, B e C) e faça o cálculo do delta de uma equação de
segundo grau, segundo a fórmula de Báskar... | WINDOWS-1252 | Java | 1,324 | java | exercicio3.java | Java | [] | null | [] | package CadernoExercicios2;
import java.util.Scanner;
public class exercicio3 {
public static void main(String[] args) {
/*
Construa um programa que leia três valores numéricos (representados
pelas variáveis A, B e C) e faça o cálculo do delta de uma equação de
segundo grau, segundo a fórmula de Báskar... | 1,324 | 0.646558 | 0.62877 | 51 | 24.352942 | 24.359903 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.333333 | false | false | 14 |
183c9c693f29b0fa165929e49339a1c17a1acfd3 | 28,432,683,500,984 | ce2ba537632493e8d287283c71b423d23dc39775 | /CPLInput/app/src/main/java/com/northeastern_uni/caipengli/cplinput/logic/service/ServiceOperaionImpl.java | 85611cfe4ed06959c7f2470d5fc608b6b247776b | [] | no_license | zartkims/CplGraduationDesign | https://github.com/zartkims/CplGraduationDesign | ffba4570472d74d2b6d649f745d42c12f565a0c0 | 5a32f87f062fe9b2296247deef3ceff372409489 | refs/heads/master | 2019-05-16T08:58:36.352000 | 2016-08-06T15:23:49 | 2016-08-06T15:23:49 | 52,328,441 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.northeastern_uni.caipengli.cplinput.logic.service;
import android.content.Context;
import android.text.TextUtils;
import android.util.Log;
import com.apkplug.CloudService.ApkplugCloudAgent;
import com.apkplug.CloudService.Bean.AppSearchBean;
import com.apkplug.CloudService.Model.AppModel;
import com.apkpl... | UTF-8 | Java | 5,118 | java | ServiceOperaionImpl.java | Java | [
{
"context": "til.List;\nimport java.util.Map;\n\n/**\n * Created by caipengli on 16年4月8日.\n */\npublic class ServiceOperaionImpl ",
"end": 801,
"score": 0.9997021555900574,
"start": 792,
"tag": "USERNAME",
"value": "caipengli"
}
] | null | [] | package com.northeastern_uni.caipengli.cplinput.logic.service;
import android.content.Context;
import android.text.TextUtils;
import android.util.Log;
import com.apkplug.CloudService.ApkplugCloudAgent;
import com.apkplug.CloudService.Bean.AppSearchBean;
import com.apkplug.CloudService.Model.AppModel;
import com.apkpl... | 5,118 | 0.649584 | 0.648397 | 160 | 30.5875 | 24.98184 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.54375 | false | false | 14 |
68954ee6767091f290916d2ecd6a2817e55546f2 | 3,633,542,386,613 | 47d03db337458fa908f1c024face779a93af884f | /DC-Linguistics/NLP-DC-Screwing_Around/src/test_package_de_jc/TestTwo.java | d115a9fc5cfd32266ad0ceb74407a9d964651753 | [] | no_license | joshmreesjones/random | https://github.com/joshmreesjones/random | 98eee98a17993ccf7f0e2460a802b2c855e80ace | 75f3b1acd378ccec4aba3a742aa8864f3d162234 | refs/heads/master | 2021-01-20T03:49:59.638000 | 2016-11-29T17:04:25 | 2016-11-29T17:04:25 | 25,746,637 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package test_package_de_jc;
import java.io.*;
import java.util.ArrayList;
import opennlp.tools.tokenize.*;
public class TestTwo {
public static void main(String[] args){
InputStream modelIn = null;
TokenizerModel model = null;
try {
modelIn = new FileInputStream("models\\en-token.bin");
} ca... | UTF-8 | Java | 2,277 | java | TestTwo.java | Java | [] | null | [] | package test_package_de_jc;
import java.io.*;
import java.util.ArrayList;
import opennlp.tools.tokenize.*;
public class TestTwo {
public static void main(String[] args){
InputStream modelIn = null;
TokenizerModel model = null;
try {
modelIn = new FileInputStream("models\\en-token.bin");
} ca... | 2,277 | 0.596399 | 0.595081 | 96 | 21.71875 | 16.507387 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.677083 | false | false | 14 |
1a9b1a6aec060e4b2e7b4602df1f159defd88fdd | 11,613,591,587,427 | 73a6867db33d281f51c7317a7ff7cb65b0c96237 | /src/main/java/trafficlight/states/StateYellow.java | ee02d595220746c6a6b978f45d0ec3acdf8ff506 | [] | no_license | FuhrmannMartin/trafficlight | https://github.com/FuhrmannMartin/trafficlight | cec5a7e76c9af733684e6db4aca5850f3a26823a | bc56ea4040d154ab983e74fb575f31614ded0027 | refs/heads/master | 2022-04-13T10:22:16.871000 | 2020-03-17T13:18:22 | 2020-03-17T13:18:22 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package trafficlight.states;
import trafficlight.ctrl.TrafficLightCtrl;
public class StateYellow implements State {
private TrafficLightCtrl context;
public StateYellow(TrafficLightCtrl context) {
super();
this.context = context;
}
@Override
public void nextState() {
if ... | UTF-8 | Java | 633 | java | StateYellow.java | Java | [] | null | [] | package trafficlight.states;
import trafficlight.ctrl.TrafficLightCtrl;
public class StateYellow implements State {
private TrafficLightCtrl context;
public StateYellow(TrafficLightCtrl context) {
super();
this.context = context;
}
@Override
public void nextState() {
if ... | 633 | 0.661927 | 0.661927 | 27 | 22.481482 | 20.976831 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.296296 | false | false | 14 |
bd1de21d1e982eaf9896d8f580bc1a86869c69ec | 32,238,024,582,770 | 0541d5cbc55c2960adbb541a4892d83a1b9a4e1d | /Vehicle.java | 8e61762a7c249344fc0044b6d25f0ef61adc820e | [] | no_license | nishand17/ATDP-Exercises | https://github.com/nishand17/ATDP-Exercises | 3011a33835e6f9bffb0dfceeaee692505b616025 | 8abe849660a7124d6f7f2adce97a74c2d0ae74e7 | refs/heads/master | 2021-01-10T06:23:31.703000 | 2016-08-11T16:15:34 | 2016-08-11T16:15:34 | 51,624,375 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Construct a spaceship class that fulfills the following:
* Your class must have a name, a maxFuel, fuel, and ways to modify maxFuel and fuel.
* Your class must keep track of number of crewmembers and be able to add and remove crew.
* You must also keep track of food. Food is increased with the grow method and ... | UTF-8 | Java | 1,131 | java | Vehicle.java | Java | [] | null | [] | /*
* Construct a spaceship class that fulfills the following:
* Your class must have a name, a maxFuel, fuel, and ways to modify maxFuel and fuel.
* Your class must keep track of number of crewmembers and be able to add and remove crew.
* You must also keep track of food. Food is increased with the grow method and ... | 1,131 | 0.701149 | 0.698497 | 47 | 23.085106 | 26.81999 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.297872 | false | false | 14 |
89e6fea39b432eb347a0e888f864a46695d34c0f | 4,715,874,127,144 | 591a4798066bcac4299882ffcd46ec00412790a7 | /TAI/src/dao/CidadeDAO.java | 5e047f346f64ada426ae72361e277920779db4e6 | [] | no_license | phpc91/TAI | https://github.com/phpc91/TAI | 9584b4d4744270935b3318bf559f9b163dbe77c8 | 2a89a24484a3d870380a8810e182be99f68841e9 | refs/heads/master | 2020-12-07T02:23:39.820000 | 2017-09-12T18:28:22 | 2017-09-12T18:28:22 | 95,475,070 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package dao;
import java.sql.Connection;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
import java.util.ArrayList;
import entidades.Cidade;
import entidades.Concessionaria;
import entidades.Estado;
public class CidadeDAO extends BaseDAO implements InterfaceCidadeDAO ... | UTF-8 | Java | 2,965 | java | CidadeDAO.java | Java | [] | null | [] | package dao;
import java.sql.Connection;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
import java.util.ArrayList;
import entidades.Cidade;
import entidades.Concessionaria;
import entidades.Estado;
public class CidadeDAO extends BaseDAO implements InterfaceCidadeDAO ... | 2,965 | 0.688364 | 0.688364 | 102 | 27.068628 | 26.807323 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.598039 | false | false | 14 |
9489d6539481e936dca8729cb78c45c601712a34 | 12,455,405,207,270 | 264c1322faa2d47560d038d906beef1ad3596525 | /ieven-ext-quartz/src/main/java/com/ieven/ext/quartz/conf/ConfigProxy.java | 30d21602375cdb28735a5998b8e6bff0f0536c3c | [] | no_license | ieven/ieven-ext | https://github.com/ieven/ieven-ext | a502092c8f1da80466111c4fafbff3783fd2418b | 3a001bd5c99bc28cbfa84d894b2ee726b9c50d77 | refs/heads/master | 2020-05-21T16:44:45.342000 | 2017-02-07T01:44:11 | 2017-02-07T01:44:11 | 65,619,257 | 5 | 1 | null | false | 2017-02-07T01:44:12 | 2016-08-13T13:44:22 | 2016-11-10T08:10:46 | 2017-02-07T01:44:12 | 385 | 5 | 1 | 0 | Java | null | null | package com.ieven.ext.quartz.conf;
import java.util.Map;
import com.ieven.ext.quartz.po.JobBean;
import com.ieven.ext.quartz.po.TriggerBean;
/**
* 配置文件代理类
*
* @author lichong
*
*/
public class ConfigProxy {
/**
* 待初始化的配置
*/
private static ScheduleConfigProxy scheduleConfig;
private static JobConfigProx... | UTF-8 | Java | 1,189 | java | ConfigProxy.java | Java | [
{
"context": "tz.po.TriggerBean;\n\n/**\n * 配置文件代理类\n * \n * @author lichong\n *\n */\npublic class ConfigProxy {\n\n\t/**\n\t * 待初始化的",
"end": 181,
"score": 0.9976087808609009,
"start": 174,
"tag": "USERNAME",
"value": "lichong"
}
] | null | [] | package com.ieven.ext.quartz.conf;
import java.util.Map;
import com.ieven.ext.quartz.po.JobBean;
import com.ieven.ext.quartz.po.TriggerBean;
/**
* 配置文件代理类
*
* @author lichong
*
*/
public class ConfigProxy {
/**
* 待初始化的配置
*/
private static ScheduleConfigProxy scheduleConfig;
private static JobConfigProx... | 1,189 | 0.706268 | 0.706268 | 59 | 17.118645 | 19.330387 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.033898 | false | false | 14 |
00ed1f32bce2605ab86333edef6a814b9e933f5f | 19,138,374,341,231 | b602aef2d5cd613a91a98105b7f7abe1de4b6de7 | /app/src/free/java/com/udacity/gradle/builditbigger/free/MainActivity.java | 3be8e839cee9111c87ff6b1ea66511da3bd66284 | [] | no_license | Hermueller/AND_BuildItBigger | https://github.com/Hermueller/AND_BuildItBigger | 696a8b26dd94a7d43858c1d8b031fae7ce4f372c | 377807a07e1d9eea5aa7926836e7ddd8068177da | refs/heads/master | 2020-03-08T16:33:16.692000 | 2018-04-05T17:49:59 | 2018-04-05T17:49:59 | 128,242,581 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.udacity.gradle.builditbigger.free;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.Menu;
import android.view.MenuItem;
import android.view.View;
import android.widget.Button;
import com.google.android.gms.ads.AdRequest;
import com.google.android.gms.ads.AdVie... | UTF-8 | Java | 2,727 | java | MainActivity.java | Java | [] | null | [] | package com.udacity.gradle.builditbigger.free;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.Menu;
import android.view.MenuItem;
import android.view.View;
import android.widget.Button;
import com.google.android.gms.ads.AdRequest;
import com.google.android.gms.ads.AdVie... | 2,727 | 0.678034 | 0.675468 | 87 | 30.344828 | 25.128555 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.402299 | false | false | 14 |
7113340b2df1208d434c2a33eff5401b24a6f611 | 16,492,674,485,304 | b5b99eba769b17afae447e3fb67d7fcd87a80dc6 | /src/main/java/Service/accessRecord/AccessRecord.java | 53b5bade413211e359024071df7d996c43fc76ad | [] | no_license | zhaokejie/stuManager | https://github.com/zhaokejie/stuManager | 757c93cd74899f997188a6e6ec04029e11379bdd | 28a3c79ea5cea7fabd253073c7c79227fc5b876f | refs/heads/master | 2023-02-14T02:28:39.121000 | 2021-01-08T08:06:48 | 2021-01-08T08:06:48 | 314,996,123 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Service.accessRecord;
import Dao.MyBatisConnect;
import Dao.AccessRecordDaoImpl;
import Service.accessRecord.AccessRecord;
import Service.accessRecord.AccessRecordDao;
import org.apache.ibatis.session.SqlSession;
import org.json.JSONArray;
import org.json.JSONObject;
import java.io.IOException;
import java.u... | UTF-8 | Java | 4,000 | java | AccessRecord.java | Java | [] | null | [] | package Service.accessRecord;
import Dao.MyBatisConnect;
import Dao.AccessRecordDaoImpl;
import Service.accessRecord.AccessRecord;
import Service.accessRecord.AccessRecordDao;
import org.apache.ibatis.session.SqlSession;
import org.json.JSONArray;
import org.json.JSONObject;
import java.io.IOException;
import java.u... | 4,000 | 0.686071 | 0.686071 | 146 | 25.335617 | 26.762087 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.458904 | false | false | 14 |
add4fdf793ceef806fdbc85840f888a0deb478df | 10,668,698,809,916 | 391009d52875ed81bfdec69a29657e79a815f2f0 | /app/src/main/java/com/rabor/transitioneffectdemo/RedActivity.java | 262765871e59ac5b390905480f91096e74b7beb5 | [] | no_license | lrabor/TransitionEffectDemo | https://github.com/lrabor/TransitionEffectDemo | b1a39e1d6b07671e20d91b0efa9a91d48390bc2b | f44467005e8a53084ea86b7bc216ccb125799e4f | refs/heads/master | 2016-09-06T05:29:26.161000 | 2015-09-12T15:15:01 | 2015-09-12T15:15:01 | 42,361,452 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.rabor.transitioneffectdemo;
import android.content.Intent;
import android.support.v7.app.ActionBarActivity;
import android.os.Bundle;
import android.view.Menu;
import android.view.MenuItem;
import android.view.View;
import android.widget.Button;
public class RedActivity extends ActionBarActivity {
p... | UTF-8 | Java | 946 | java | RedActivity.java | Java | [] | null | [] | package com.rabor.transitioneffectdemo;
import android.content.Intent;
import android.support.v7.app.ActionBarActivity;
import android.os.Bundle;
import android.view.Menu;
import android.view.MenuItem;
import android.view.View;
import android.widget.Button;
public class RedActivity extends ActionBarActivity {
p... | 946 | 0.681818 | 0.680761 | 37 | 24.567568 | 21.007772 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.459459 | false | false | 14 |
102d578c3660e6e65b72f5ae2c76649acc255786 | 4,544,075,432,707 | ed3d8874eed62a8198651376b82aa3f1fc90b2c0 | /src/com/company/recursionAndDp/validTriangleNumber.java | 4222523afae65e508a4ca928e56bea411047d7c7 | [] | no_license | SteveLim99/Cracking-the-Coding-Interview- | https://github.com/SteveLim99/Cracking-the-Coding-Interview- | faae41932f61410aaba6b276e94c8b5db43f8b8c | daaba9ccc0ebb48e0db7e02a22db0f46e40d3069 | refs/heads/master | 2023-02-15T12:15:48.576000 | 2021-01-08T17:03:59 | 2021-01-08T17:03:59 | 296,804,168 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.company.recursionAndDp;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
public class validTriangleNumber {
public int triangleNumber(int[] nums) {
Arrays.sort(nums);
int total = backtrack(nums, new ArrayList(), 0);
return total;
}
... | UTF-8 | Java | 758 | java | validTriangleNumber.java | Java | [] | null | [] | package com.company.recursionAndDp;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
public class validTriangleNumber {
public int triangleNumber(int[] nums) {
Arrays.sort(nums);
int total = backtrack(nums, new ArrayList(), 0);
return total;
}
... | 758 | 0.547493 | 0.534301 | 28 | 25.071428 | 19.318623 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.785714 | false | false | 14 |
8f082f5344ade2b4b16d4abae57d84c95e242285 | 30,520,037,645,532 | 579f437e6ac8c6a147962d75b1b89598067f3343 | / sdb/src/public/nc/vo/ebscg/dasuppliercate/service/ISupplierCateQueryService.java | da5f4a3891d17c1d4ffc3d9ad6e6140ad2e41c0f | [] | no_license | dalinhuang/sdb | https://github.com/dalinhuang/sdb | 50d98fbc31bbe7671e0b83ba15caecb47e819cd9 | a077013a8aafd7de19c607d46de9e45d3169c782 | refs/heads/master | 2016-08-11T14:08:35.137000 | 2015-03-28T09:28:02 | 2015-03-28T09:28:02 | 50,279,261 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
*
*/
package nc.vo.ebscg.dasuppliercate.service;
import nc.lfw.core.exception.LfwBusinessException;
/**
* 供应商分类service查询接口类
* @author zhangmingc 2009-11-12, 2009-11-25
*
*/
public interface ISupplierCateQueryService {
/**
* 删除供应商分类逻辑校验service查询接口
* @author zhangmingc
* @param pk_da_s... | GB18030 | Java | 827 | java | ISupplierCateQueryService.java | Java | [
{
"context": "xception;\r\n\r\n/**\r\n * 供应商分类service查询接口类\r\n * @author zhangmingc 2009-11-12, 2009-11-25\r\n *\r\n */\r\npublic interface",
"end": 164,
"score": 0.9996339082717896,
"start": 154,
"tag": "USERNAME",
"value": "zhangmingc"
},
{
"context": "e {\r\n\t/**\r\n\t * 删除供应商分类逻... | null | [] | /**
*
*/
package nc.vo.ebscg.dasuppliercate.service;
import nc.lfw.core.exception.LfwBusinessException;
/**
* 供应商分类service查询接口类
* @author zhangmingc 2009-11-12, 2009-11-25
*
*/
public interface ISupplierCateQueryService {
/**
* 删除供应商分类逻辑校验service查询接口
* @author zhangmingc
* @param pk_da_s... | 827 | 0.708166 | 0.686747 | 33 | 20.636364 | 19.888809 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.727273 | false | false | 14 |
0e1732a0deae31c9eac5aca59b4286edd34ed8ae | 9,629,316,715,576 | 5fa23d60f8bce0209870a04c7d8e4f71b96dafbb | /database/src/main/java/org/mk/badam7/database/enums/UserAuthorities.java | 97ffe378fa44f1fc713c2ef09b5f1902a2d0f43f | [] | no_license | makzmslv/badam7 | https://github.com/makzmslv/badam7 | ab3533d56f7425b78d9511eacd55f239f2846843 | a173c33bed7505a04d450fb916c5cd8485927ea0 | refs/heads/master | 2021-01-01T15:55:47.032000 | 2015-09-30T12:06:14 | 2015-09-30T12:06:14 | 25,087,872 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.mk.badam7.database.enums;
public enum UserAuthorities
{
ADMIN(1),
USER(2),
NOT_VERIFIED(3);
private Integer role;
UserAuthorities(Integer role)
{
this.role = role;
}
public Integer getRole()
{
return role;
}
}
| UTF-8 | Java | 283 | java | UserAuthorities.java | Java | [] | null | [] | package org.mk.badam7.database.enums;
public enum UserAuthorities
{
ADMIN(1),
USER(2),
NOT_VERIFIED(3);
private Integer role;
UserAuthorities(Integer role)
{
this.role = role;
}
public Integer getRole()
{
return role;
}
}
| 283 | 0.583039 | 0.568905 | 21 | 12.476191 | 12.280914 | 37 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 14 |
75e9f11397f79ce32ec4a85f200209baa6621cfe | 9,629,316,717,485 | 145b5f588088a03f854da454992220949fd52e8c | /app/src/main/java/com/myproject/myweatherapp/adapter/RecyclerViewParticulateAdapter.java | 0ff808436853c96beb8c73e54c6a7e0bbce82bc8 | [] | no_license | youngjin-yu/android_MyWeatherApp | https://github.com/youngjin-yu/android_MyWeatherApp | 3b95bff0acc6ac5564a2fd54361cc557ad48086e | ede4ec1fa29f97ff334d6a4a88dcdd48e54c9619 | refs/heads/master | 2022-09-20T14:44:50.740000 | 2020-05-31T08:54:33 | 2020-05-31T08:54:33 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.myproject.myweatherapp.adapter;
import android.content.Context;
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... | UTF-8 | Java | 6,226 | java | RecyclerViewParticulateAdapter.java | Java | [] | null | [] | package com.myproject.myweatherapp.adapter;
import android.content.Context;
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... | 6,226 | 0.651357 | 0.640397 | 146 | 38.369862 | 32.592129 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.479452 | false | false | 14 |
a8b4bda31655500b1d8fd4b4334f5d0da7442260 | 6,545,530,190,424 | 9ad7ccf1175424af01e1875067e12e003aa981f4 | /src/main/java/CBORException.java | 368b3d7b8a9d8871e560facd7ce602000195849f | [] | no_license | KingHodor/CBOR-Java | https://github.com/KingHodor/CBOR-Java | 8857207d97ede008d065fa32ccbafeb35d5238e2 | 032ff38d2720e127a8a02ef918da5cf48706b8ab | refs/heads/master | 2020-04-16T10:06:54.611000 | 2019-01-13T23:18:33 | 2019-01-13T23:18:33 | 165,491,353 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public class CBORException extends Exception {
public CBORException(String message) {
super(message);
}
}
| UTF-8 | Java | 123 | java | CBORException.java | Java | [] | null | [] | public class CBORException extends Exception {
public CBORException(String message) {
super(message);
}
}
| 123 | 0.682927 | 0.682927 | 6 | 19.5 | 18.945097 | 46 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.166667 | false | false | 14 |
9008b3bd61eb6980c5db1c4f0ec68ab97aa524b4 | 18,597,208,436,634 | 0f49b49589215b9a3b6be5816bacd4f884d8557b | /src/main/java/ir/markazandroid/UniEngine/persistance/DeviceDAOImp.java | 0ff40fc03a205ed710baf40d3bfe5fbe80b5878d | [] | no_license | ali8569/UniEngine | https://github.com/ali8569/UniEngine | 3bf6989ce8d7749651583a7d8e4793c51e8954a2 | e6e7ca667a200a9a39a84168067a23c415ee8211 | refs/heads/master | 2022-05-27T05:42:19.011000 | 2019-06-29T17:06:28 | 2019-06-29T17:06:28 | 184,983,610 | 0 | 0 | null | false | 2022-05-20T20:57:21 | 2019-05-05T05:31:25 | 2019-08-17T12:26:26 | 2022-05-20T20:57:21 | 118 | 0 | 0 | 2 | Java | false | false | package ir.markazandroid.UniEngine.persistance;
import ir.markazandroid.UniEngine.persistance.entity.DeviceEntity;
import ir.markazandroid.UniEngine.persistance.interfaces.DeviceDAO;
import ir.markazandroid.UniEngine.util.DaoUtils;
import org.hibernate.Session;
import org.springframework.stereotype.Repository;
import... | UTF-8 | Java | 3,983 | java | DeviceDAOImp.java | Java | [
{
"context": "ia.Root;\nimport java.util.List;\n\n/**\n * Created by Ali on 6/10/2019.\n */\n@Repository\npublic class Device",
"end": 678,
"score": 0.9886005520820618,
"start": 675,
"tag": "NAME",
"value": "Ali"
}
] | null | [] | package ir.markazandroid.UniEngine.persistance;
import ir.markazandroid.UniEngine.persistance.entity.DeviceEntity;
import ir.markazandroid.UniEngine.persistance.interfaces.DeviceDAO;
import ir.markazandroid.UniEngine.util.DaoUtils;
import org.hibernate.Session;
import org.springframework.stereotype.Repository;
import... | 3,983 | 0.694954 | 0.692694 | 106 | 36.57547 | 29.949312 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.509434 | false | false | 14 |
c97627ff13cd52bf1d45cff53d0a900e97c72c2f | 8,160,437,903,605 | 584d36a185bedd31baf24077695331557b11e571 | /src/main/java/io/eddumelendez/MessageController.java | 28765cb6be5b2d11a5d5bd7f4839cdf216aecab1 | [] | no_license | eddumelendez/spring-boot-web-reactive-demo | https://github.com/eddumelendez/spring-boot-web-reactive-demo | 0a118d77036f574c3fb89f7ddf47dc86b77a389f | 9447276b58fe9c1d86e214aeb71d392cc14a5dac | refs/heads/master | 2016-09-20T14:57:56.133000 | 2016-08-20T01:12:13 | 2016-08-20T01:12:13 | 66,076,017 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package io.eddumelendez;
import reactor.core.publisher.Flux;
import reactor.core.publisher.Mono;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.an... | UTF-8 | Java | 669 | java | MessageController.java | Java | [
{
"context": "eb.bind.annotation.RestController;\n\n/**\n * @author Eddú Meléndez\n */\n@RestController\n@RequestMapping((\"/messages\")",
"end": 374,
"score": 0.999866783618927,
"start": 361,
"tag": "NAME",
"value": "Eddú Meléndez"
}
] | null | [] | package io.eddumelendez;
import reactor.core.publisher.Flux;
import reactor.core.publisher.Mono;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.an... | 660 | 0.770615 | 0.770615 | 28 | 22.821428 | 21.694393 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.714286 | false | false | 14 |
0022fbb296e9064fe80fb69e28e28e99f464f6e1 | 27,822,798,171,678 | 9841623adc3cb494170deca3dccedf661e098f03 | /src/main/java/lv/javaguru/java2/domain/services/factories/UserCreationFactory.java | fe5892c1594c6da16a8df35fabd87d674cae1540 | [] | no_license | axel29753664/Totalizator | https://github.com/axel29753664/Totalizator | 3a4753359e642095aef9a6de8231cd8b3f233d00 | 07a905fca2da49b1a4cb90a7543abc2b9c994470 | refs/heads/master | 2021-01-11T01:57:44.088000 | 2017-01-31T13:34:27 | 2017-01-31T13:34:27 | 70,829,725 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package lv.javaguru.java2.domain.services.factories;
import lv.javaguru.java2.domain.User;
import lv.javaguru.java2.domain.services.dtoConverters.ConverterDTO;
import lv.javaguru.java2.domain.services.UserService;
import lv.javaguru.java2.domain.validators.UserValidator;
import lv.javaguru.java2.servlet.dto.UserDTO;
i... | UTF-8 | Java | 1,269 | java | UserCreationFactory.java | Java | [] | null | [] | package lv.javaguru.java2.domain.services.factories;
import lv.javaguru.java2.domain.User;
import lv.javaguru.java2.domain.services.dtoConverters.ConverterDTO;
import lv.javaguru.java2.domain.services.UserService;
import lv.javaguru.java2.domain.validators.UserValidator;
import lv.javaguru.java2.servlet.dto.UserDTO;
i... | 1,269 | 0.723404 | 0.718676 | 36 | 34.25 | 28.205963 | 134 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.611111 | false | false | 14 |
bb092db4c4881804d8788bb433d32686faa584cd | 26,276,609,948,712 | 5f187bbd06295658da72bc1a181a16103ac65c36 | /src/main/java/com/colorcc/common/security/mapper/SecurityRoleMapper.java | bc7da7be37f930a3bb282de0ee853dbcee8e77a6 | [] | no_license | qintianjie/colorcc-security-dao | https://github.com/qintianjie/colorcc-security-dao | 12cfe5770d5197b3049b3f7c4987f1e539abdedd | cd8d22a825432d8178af81117b59927183ebb050 | refs/heads/master | 2016-09-06T03:12:08.320000 | 2012-07-25T14:00:55 | 2012-07-25T14:00:55 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.colorcc.common.security.mapper;
import java.util.List;
import com.colorcc.common.security.model.SecurityRole;
public interface SecurityRoleMapper {
public SecurityRole selectOne(int id);
public SecurityRole getRoleByName(String roleName);
public List<SecurityRole> getRolesForUser(int userId);
}
| UTF-8 | Java | 318 | java | SecurityRoleMapper.java | Java | [] | null | [] | package com.colorcc.common.security.mapper;
import java.util.List;
import com.colorcc.common.security.model.SecurityRole;
public interface SecurityRoleMapper {
public SecurityRole selectOne(int id);
public SecurityRole getRoleByName(String roleName);
public List<SecurityRole> getRolesForUser(int userId);
}
| 318 | 0.811321 | 0.811321 | 15 | 20.200001 | 22.727957 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6 | false | false | 14 |
de0efb30df44658cd25398ca38486259eef0da21 | 1,906,965,520,940 | 2655ffe0ac2feadc51eedbf9a9c39632d041c26a | /Lab4-Proxy/src/Carte.java | 0accd7018e2634b58ab3e9fac86dcee5ac253e8c | [] | no_license | szaszkarina/LaboratoareSP | https://github.com/szaszkarina/LaboratoareSP | cc7d62a6ddeb156d226129b947c501937ce667b3 | b1e74102db10fdf88d43e83876cdc34372529c2b | refs/heads/master | 2020-12-09T21:04:04.044000 | 2020-01-12T15:54:31 | 2020-01-12T15:54:31 | 233,416,431 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.lang.reflect.Array;
import java.util.ArrayList;
public class Carte {
private String nume;
private Autor autor;
private ArrayList<Element> content = new ArrayList<Element>();
public String getNume() {
return nume;
}
public void setNume(String nume) {
this.nume = nume;
}
public Carte(String x... | UTF-8 | Java | 833 | java | Carte.java | Java | [] | null | [] | import java.lang.reflect.Array;
import java.util.ArrayList;
public class Carte {
private String nume;
private Autor autor;
private ArrayList<Element> content = new ArrayList<Element>();
public String getNume() {
return nume;
}
public void setNume(String nume) {
this.nume = nume;
}
public Carte(String x... | 833 | 0.618247 | 0.618247 | 50 | 15.66 | 15.732272 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.36 | false | false | 14 |
2f55173355d0b5639003cb64f8ea524ee4624acb | 3,521,873,225,936 | 0672e9e49394c9f80ed9432d8f7da4e45a5b4021 | /src/main/java/edu/yuferov/serializationbench/data/SmallNestedData.java | d3af2516bfe00239b93e28f2bfd9b1a4fa19a182 | [] | no_license | yuferovalex/serializationbench | https://github.com/yuferovalex/serializationbench | 76a2a9c69659d0cbb79c08b735e6b40abf73f5b6 | 23230b94e42122e65303964d0e861afe74713cf3 | refs/heads/master | 2022-12-13T03:59:21.969000 | 2019-05-24T08:45:31 | 2019-05-24T08:45:31 | 187,441,622 | 0 | 0 | null | false | 2022-11-16T11:47:36 | 2019-05-19T06:24:57 | 2019-05-24T08:45:39 | 2022-11-16T11:47:33 | 62 | 0 | 0 | 1 | Java | false | false | package edu.yuferov.serializationbench.data;
import lombok.Data;
import lombok.NoArgsConstructor;
import java.io.Serializable;
@Data
@NoArgsConstructor
public class SmallNestedData extends PlainData implements Serializable {
private static final long serialVersionUID = 2955772576025346945L;
private PlainDat... | UTF-8 | Java | 571 | java | SmallNestedData.java | Java | [] | null | [] | package edu.yuferov.serializationbench.data;
import lombok.Data;
import lombok.NoArgsConstructor;
import java.io.Serializable;
@Data
@NoArgsConstructor
public class SmallNestedData extends PlainData implements Serializable {
private static final long serialVersionUID = 2955772576025346945L;
private PlainDat... | 571 | 0.684764 | 0.651489 | 20 | 27.549999 | 22.863672 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.75 | false | false | 14 |
5c621934aea437ad78038803073c92f2853af11d | 1,039,382,139,703 | a24ff74487a411054428f811ce91d4aec9a43251 | /app/src/main/java/com/example/ethan/studying/ForumActivity.java | 17b60061e2269f419494277bd496b15dc4bdfc4c | [] | no_license | ethanluuflu/StuDying | https://github.com/ethanluuflu/StuDying | d46c670cc16b0797b7bc4277174d2b54500beafc | fa6c979ab65ccc433eaaf6e60dfe3b7b4525c557 | refs/heads/master | 2020-04-19T06:04:16.484000 | 2019-05-09T07:19:11 | 2019-05-09T07:19:11 | 168,007,522 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.ethan.studying;
import android.app.Dialog;
import android.content.Intent;
import android.graphics.Color;
import android.graphics.drawable.ColorDrawable;
import android.support.annotation.NonNull;
import android.support.design.widget.FloatingActionButton;
import android.support.v7.app.AppCompatActiv... | UTF-8 | Java | 7,530 | java | ForumActivity.java | Java | [] | null | [] | package com.example.ethan.studying;
import android.app.Dialog;
import android.content.Intent;
import android.graphics.Color;
import android.graphics.drawable.ColorDrawable;
import android.support.annotation.NonNull;
import android.support.design.widget.FloatingActionButton;
import android.support.v7.app.AppCompatActiv... | 7,530 | 0.655777 | 0.653918 | 189 | 38.846561 | 29.71492 | 176 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.613757 | false | false | 14 |
3f61aa9378c46df24899b05032491062a4e9c3d2 | 13,030,930,815,195 | aab3223fb1733a801b63254af1903185749f79f7 | /src/main/java/ru/mkiryanov/report/generator/exception/GeneratorException.java | 9c8b8139ff574f7f07b30216225b9769f50fb73d | [] | no_license | mxv2/report-generator | https://github.com/mxv2/report-generator | 401764197953061b4a2a4b856d45cc11843c62e3 | 9a5a8a5c12d23e63566bae4814b152e0823debcf | refs/heads/master | 2021-06-01T03:20:23.186000 | 2016-07-21T18:55:28 | 2016-07-21T18:55:28 | 63,544,161 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ru.mkiryanov.report.generator.exception;
/**
* User: maxim-kiryanov
* Time: 19.07.16 23:14
*/
public class GeneratorException extends RuntimeException {
public GeneratorException(String message, Throwable cause) {
super(message, cause);
}
}
| UTF-8 | Java | 257 | java | GeneratorException.java | Java | [
{
"context": "kiryanov.report.generator.exception;\n\n/**\n * User: maxim-kiryanov\n * Time: 19.07.16 23:14\n */\npublic class Generato",
"end": 77,
"score": 0.9984127879142761,
"start": 63,
"tag": "USERNAME",
"value": "maxim-kiryanov"
}
] | null | [] | package ru.mkiryanov.report.generator.exception;
/**
* User: maxim-kiryanov
* Time: 19.07.16 23:14
*/
public class GeneratorException extends RuntimeException {
public GeneratorException(String message, Throwable cause) {
super(message, cause);
}
}
| 257 | 0.750973 | 0.712062 | 11 | 22.363636 | 22.451048 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.727273 | false | false | 14 |
462a6424bbd599e72a2d8c602eaac93e809ba829 | 31,928,786,912,778 | 62af8d8d6ca759897ea2489774aeea0b8bf9306a | /src/main/java/com/fudo/store/repository/UserRepo.java | 51a156e1462ca8331428f7409c641c6e2260a760 | [] | no_license | arunachi/store | https://github.com/arunachi/store | 0a7fe9b8e7a267bb08fb4ff5f76f96f78d999446 | d1f9a29987503c2f9015fef03ffc40bd6061b014 | refs/heads/master | 2020-06-05T05:10:11.198000 | 2019-09-23T10:12:20 | 2019-09-23T10:12:20 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.fudo.store.repository;
import com.fudo.store.model.User;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
@Repository
public interface UserRepo extends JpaRepository<User, Integer> {
}
| UTF-8 | Java | 262 | java | UserRepo.java | Java | [] | null | [] | package com.fudo.store.repository;
import com.fudo.store.model.User;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
@Repository
public interface UserRepo extends JpaRepository<User, Integer> {
}
| 262 | 0.832061 | 0.832061 | 9 | 28.111111 | 24.659658 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.555556 | false | false | 14 |
79200e27288b8c11d6512eec45095f2ea391a7d6 | 17,549,236,416,288 | f1ba081cad4b16eb1b7883eac1aa2fc697a384ad | /src/main/java/com/phearun/HMS.java | 89891c5d3ae94a7e250d421b4555bfbca3862f09 | [] | no_license | SpringWebSocket/spring-netty-socketio-online-user | https://github.com/SpringWebSocket/spring-netty-socketio-online-user | cfd9539ef13a6709fff1871926555f14a8bc7865 | 49b19a4f7c2d639ba15c97c0ebbd46cf2c000c62 | refs/heads/master | 2020-07-05T21:46:50.902000 | 2016-12-09T12:09:09 | 2016-12-09T12:09:09 | 73,978,650 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.phearun;
/**
* Created by PHEARUN on 12/8/2016.
*/
import java.util.Scanner;
class HMS {
Scanner sc=new Scanner(System.in);
String choice,menu,name;
int n,i,j,ri,fo,ro,fi;
String[] sub;
String n1;
String[][] stor=new String[n][n];
void startUp(){
System.out.println(... | UTF-8 | Java | 3,901 | java | HMS.java | Java | [
{
"context": "package com.phearun;\n\n/**\n * Created by PHEARUN on 12/8/2016.\n */\nimport java.util.Scanner;\n\nclas",
"end": 47,
"score": 0.8459503650665283,
"start": 40,
"tag": "USERNAME",
"value": "PHEARUN"
}
] | null | [] | package com.phearun;
/**
* Created by PHEARUN on 12/8/2016.
*/
import java.util.Scanner;
class HMS {
Scanner sc=new Scanner(System.in);
String choice,menu,name;
int n,i,j,ri,fo,ro,fi;
String[] sub;
String n1;
String[][] stor=new String[n][n];
void startUp(){
System.out.println(... | 3,901 | 0.426557 | 0.41656 | 160 | 23.38125 | 20.950499 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.55 | false | false | 14 |
783fc32f58afe20c2b4fcddc530568255c3e9820 | 22,230,750,726,310 | 39e52111688d3ca1867ea5fabbfee6c2757645ca | /interface/src/com/agentecon/market/IStatistics.java | 3ace925f5d0b6b88c1cd81fd6a4daa5d59321051 | [] | no_license | meisser/course2019 | https://github.com/meisser/course2019 | 7434810ec5f8807971218f8f8c11783f0e040fe3 | 9dd6aabac6bbb119a1428879e1020278490a0ad0 | refs/heads/master | 2022-12-22T09:57:57.060000 | 2019-12-11T14:51:56 | 2019-12-11T14:51:56 | 209,724,805 | 3 | 3 | null | false | 2022-12-11T06:31:49 | 2019-09-20T06:51:27 | 2022-09-06T16:03:49 | 2022-12-11T06:31:48 | 20,746 | 3 | 3 | 18 | Java | false | false | /**
* Created by Luzius Meisser on Jun 18, 2017
* Copyright: Meisser Economics AG, Zurich
* Contact: luzius@meissereconomics.com
*
* Feel free to reuse this code under the MIT License
* https://opensource.org/licenses/MIT
*/
package com.agentecon.market;
import java.util.Random;
import com.agentecon.goods.Good... | UTF-8 | Java | 742 | java | IStatistics.java | Java | [
{
"context": "/**\n * Created by Luzius Meisser on Jun 18, 2017\n * Copyright: Meisser Economics A",
"end": 32,
"score": 0.9998980164527893,
"start": 18,
"tag": "NAME",
"value": "Luzius Meisser"
},
{
"context": "opyright: Meisser Economics AG, Zurich\n * Contact: luzius@meissereconom... | null | [] | /**
* Created by <NAME> on Jun 18, 2017
* Copyright: Meisser Economics AG, Zurich
* Contact: <EMAIL>
*
* Feel free to reuse this code under the MIT License
* https://opensource.org/licenses/MIT
*/
package com.agentecon.market;
import java.util.Random;
import com.agentecon.goods.Good;
/**
* Provides access to ... | 714 | 0.757412 | 0.749326 | 35 | 20.200001 | 19.903769 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.742857 | false | false | 14 |
821d6766e252e88eebe833cfd12d11de2b743e27 | 35,725,537,982,171 | dea4431f50380f988b206b4459645ce4d3eb9109 | /app/src/main/java/com/shtainyky/tvproject/presentation/account/created_lists/movie_in_list/MoviesInListPresenter.java | 95196a23a4316b0ed99e49157e1c35f39e11b00e | [] | no_license | IrinaShtain/TV-Progect | https://github.com/IrinaShtain/TV-Progect | 0c5253f19732e4192eb47ef4536b6c4fd103c880 | f6fbbcaed14cc24c9227dfd3c293ca31b545b867 | refs/heads/master | 2020-12-30T22:35:04.722000 | 2017-12-01T09:33:34 | 2017-12-01T09:33:34 | 95,422,347 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.shtainyky.tvproject.presentation.account.created_lists.movie_in_list;
import android.util.Log;
import com.shtainyky.tvproject.data.exceptions.ConnectionException;
import com.shtainyky.tvproject.data.models.movie.MovieItem;
import com.shtainyky.tvproject.presentation.account.created_lists.movie_in_list.ada... | UTF-8 | Java | 5,315 | java | MoviesInListPresenter.java | Java | [
{
"context": "isposables.CompositeDisposable;\n\n/**\n * Created by Irina Shtain on 17.11.2017.\n */\n\npublic class MoviesInListPres",
"end": 500,
"score": 0.9998918771743774,
"start": 488,
"tag": "NAME",
"value": "Irina Shtain"
}
] | null | [] | package com.shtainyky.tvproject.presentation.account.created_lists.movie_in_list;
import android.util.Log;
import com.shtainyky.tvproject.data.exceptions.ConnectionException;
import com.shtainyky.tvproject.data.models.movie.MovieItem;
import com.shtainyky.tvproject.presentation.account.created_lists.movie_in_list.ada... | 5,309 | 0.583067 | 0.580997 | 159 | 32.427673 | 26.322016 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.490566 | false | false | 14 |
8ab52d2c47702e1a0e25a4f9842b502f174631d6 | 32,014,686,272,221 | f63899507a9f383b987e93ed896ea855248b9f7f | /Dddml.Wms.JavaCommon/src/main/java/org/dddml/wms/domain/meta/AttributeValueMvoFilteringProperties.java | 0bd25b480ee306717d2b1e4d059ca45978628c2e | [] | no_license | zhoufoxcn/wms-2 | https://github.com/zhoufoxcn/wms-2 | ad5eb61ccbbd8446ce0e161256f79d3fcc76416a | 2c531a1591deb3e764b49fcb5d84d66694981324 | refs/heads/master | 2021-01-18T16:02:05.686000 | 2017-03-18T05:05:23 | 2017-03-18T05:05:23 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.dddml.wms.domain.meta;
import java.util.HashMap;
import java.util.Map;
public final class AttributeValueMvoFilteringProperties
{
private AttributeValueMvoFilteringProperties()
{
}
public static final String[] propertyNames = new String[] {
"name",
"description",
... | UTF-8 | Java | 2,193 | java | AttributeValueMvoFilteringProperties.java | Java | [] | null | [] | package org.dddml.wms.domain.meta;
import java.util.HashMap;
import java.util.Map;
public final class AttributeValueMvoFilteringProperties
{
private AttributeValueMvoFilteringProperties()
{
}
public static final String[] propertyNames = new String[] {
"name",
"description",
... | 2,193 | 0.477884 | 0.477428 | 86 | 24.488373 | 15.630727 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.825581 | false | false | 14 |
af2419ca29aef5038ed202f89cbfecadf7a6c3fe | 34,050,500,751,487 | ca7f55a64c9c181bed92d0d15f88bad7b6a604a2 | /shop_trunk/src/com/mall/dao/SubTypeDao.java | d5602f40cbb0abbccaff608c80baa8f51a46d74e | [] | no_license | jzteam/shop | https://github.com/jzteam/shop | ef7e9346e61b39b95c656a4e74cd16f1873fedca | 2b2ed744495a5832050e17b89a7cfbee993b95e5 | refs/heads/master | 2021-01-20T00:34:00.939000 | 2017-05-16T05:41:24 | 2017-05-16T05:41:24 | 89,150,873 | 0 | 1 | null | false | 2017-05-16T05:41:40 | 2017-04-23T15:11:02 | 2017-04-23T15:33:00 | 2017-05-16T05:41:40 | 4,441 | 0 | 1 | 0 | Java | null | null | package com.mall.dao;
import java.util.List;
public interface SubTypeDao {
//根据大类的ID获取所有的小类
public List showAllSubTypeBySuperId(int superId);
}
| UTF-8 | Java | 180 | java | SubTypeDao.java | Java | [] | null | [] | package com.mall.dao;
import java.util.List;
public interface SubTypeDao {
//根据大类的ID获取所有的小类
public List showAllSubTypeBySuperId(int superId);
}
| 180 | 0.75 | 0.75 | 8 | 17.5 | 16.224981 | 50 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.625 | false | false | 14 |
740cad1e1a0a8663eae30959ef9029a5d17b9038 | 4,939,212,442,166 | 3381b988e0903e7adcd92f2bdf56c6292b3b8fff | /SameTree.java | e80330f6e65578f48c49787990e1d51d3acd9c13 | [] | no_license | xiaobingzhang/leetcode-java | https://github.com/xiaobingzhang/leetcode-java | 2c058222db6302ac79634a7bfbe7007f47d4a19b | bad670f6f88d3a20eae3443cad292384d8c291f2 | refs/heads/master | 2016-09-10T21:50:15.018000 | 2015-05-26T12:07:01 | 2015-05-26T12:07:01 | 28,428,107 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
import java.util.LinkedList;
import java.util.Queue;
public class SameTree {
public static void main(String[] args) {
SameTree st = new SameTree();
TreeNode p1 = new TreeNode(1);
TreeNode p2 = new TreeNode(2);
TreeNode p3 = new TreeNode(3);
TreeNode p4 = new TreeNode(4);
TreeNode p5 = new TreeNode(5);
... | UTF-8 | Java | 2,098 | java | SameTree.java | Java | [] | null | [] |
import java.util.LinkedList;
import java.util.Queue;
public class SameTree {
public static void main(String[] args) {
SameTree st = new SameTree();
TreeNode p1 = new TreeNode(1);
TreeNode p2 = new TreeNode(2);
TreeNode p3 = new TreeNode(3);
TreeNode p4 = new TreeNode(4);
TreeNode p5 = new TreeNode(5);
... | 2,098 | 0.591992 | 0.549571 | 89 | 22.539326 | 16.235664 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.719101 | false | false | 14 |
8c367e11ca28dfb9887ca715e91c5ad69b34361d | 14,912,126,498,654 | 28c95ff3e059e896d2f10caf25b3353c7ac50109 | /characteristic/u2a8a/src/test/java/org/im97mori/ble/characteristic/u2a8a/FirstNameTest.java | 5f2975a75982520a05a8af51a0fbf175a189a38e | [
"MIT"
] | permissive | im97mori-github/JavaBLEUtil | https://github.com/im97mori-github/JavaBLEUtil | 7c8fd4bf0b640c87a874a07aa8873815ba1beb09 | 335b7a76869abf89ad1397aaf7544c1ca5b92526 | refs/heads/master | 2023-08-30T21:04:34.786000 | 2023-08-25T12:00:07 | 2023-08-26T23:07:11 | 242,078,480 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.im97mori.ble.characteristic.u2a8a;
import static org.junit.Assert.assertArrayEquals;
import static org.junit.Assert.assertEquals;
import org.im97mori.ble.characteristic.u2b37.RegisteredUser;
import org.im97mori.ble.test.TestBase;
import org.junit.Test;
public class FirstNameTest extends TestBase {
@Te... | UTF-8 | Java | 9,936 | java | FirstNameTest.java | Java | [
{
"context": " test_constructor_00001() {\n\t\tbyte[] FirstName = \"github@im97mori.org\".getBytes();\n\n\t\tbyte[] additionalData = new byte[",
"end": 404,
"score": 0.9998551607131958,
"start": 385,
"tag": "EMAIL",
"value": "github@im97mori.org"
},
{
"context": "test_constructor_000... | null | [] | package org.im97mori.ble.characteristic.u2a8a;
import static org.junit.Assert.assertArrayEquals;
import static org.junit.Assert.assertEquals;
import org.im97mori.ble.characteristic.u2b37.RegisteredUser;
import org.im97mori.ble.test.TestBase;
import org.junit.Test;
public class FirstNameTest extends TestBase {
@Te... | 9,800 | 0.743861 | 0.703804 | 217 | 44.788017 | 32.751419 | 113 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.880184 | false | false | 14 |
10a924527987413e2ad03918c427426b37cbd6b2 | 27,384,711,521,933 | f01ab45947940126f166d991568bca3404231cba | /Proj3/src/IdxStorage/IdxDB.java | 45d1f4869db2c88d4827272312ab1d4730b96ef6 | [] | no_license | zyeung/IR_Course_Project | https://github.com/zyeung/IR_Course_Project | 3b5f62fb91bf491cd7d12f6a6d95260ccd6c6d68 | 862403ebb514e6a511f00dae1aa471544f421b95 | refs/heads/master | 2021-01-10T01:49:29.702000 | 2016-03-30T04:26:33 | 2016-03-30T04:26:33 | 55,032,033 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package IdxStorage;
import java.io.*;
import java.util.*;
import jdbm.PrimaryHashMap;
import jdbm.RecordManager;
import jdbm.RecordManagerFactory;
public class IdxDB {
private RecordManager database;
private PrimaryHashMap<String, ArrayList<TokenPos>> idx_map;
private long count;
public IdxDB(String path){
i... | UTF-8 | Java | 1,916 | java | IdxDB.java | Java | [] | null | [] | package IdxStorage;
import java.io.*;
import java.util.*;
import jdbm.PrimaryHashMap;
import jdbm.RecordManager;
import jdbm.RecordManagerFactory;
public class IdxDB {
private RecordManager database;
private PrimaryHashMap<String, ArrayList<TokenPos>> idx_map;
private long count;
public IdxDB(String path){
i... | 1,916 | 0.643528 | 0.638831 | 89 | 20.52809 | 21.662939 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.41573 | false | false | 14 |
8fc24b19d35dc08ce76055333b73e83df8bac98f | 8,383,776,197,366 | 8b38c97c083442814ff5e1af9291b09619ce83d1 | /src/main/java/uk/co/thefishlive/AbstractAssetMojo.java | 047a4e2a8a928ea6a6dc2cf0829b8184937bf542 | [
"MIT"
] | permissive | thefishlive/asset-maven-plugin | https://github.com/thefishlive/asset-maven-plugin | 89887f77db7cd16d0886cecad73971911b73c88b | 6ebed815f022045b55f546c3569b7d08401a94ee | refs/heads/master | 2020-04-14T13:55:08.845000 | 2015-02-14T15:03:00 | 2015-02-14T15:03:00 | 27,894,989 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package uk.co.thefishlive;
import com.google.common.hash.HashFunction;
import com.google.common.hash.Hashing;
import java.io.IOException;
import java.nio.file.FileVisitResult;
import java.nio.file.Path;
import java.nio.file.SimpleFileVisitor;
import java.nio.file.attribute.BasicFileAttributes;
/**
*
*/
public abst... | UTF-8 | Java | 1,755 | java | AbstractAssetMojo.java | Java | [
{
"context": "package uk.co.thefishlive;\n\nimport com.google.common.hash.HashFunction;\nimp",
"end": 25,
"score": 0.6761949062347412,
"start": 17,
"tag": "USERNAME",
"value": "fishlive"
}
] | null | [] | package uk.co.thefishlive;
import com.google.common.hash.HashFunction;
import com.google.common.hash.Hashing;
import java.io.IOException;
import java.nio.file.FileVisitResult;
import java.nio.file.Path;
import java.nio.file.SimpleFileVisitor;
import java.nio.file.attribute.BasicFileAttributes;
/**
*
*/
public abst... | 1,755 | 0.583476 | 0.574359 | 55 | 30.90909 | 25.664459 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.436364 | false | false | 14 |
a9167d6e3d81808404415dd66f45540c9ab45a1a | 16,621,523,481,369 | 94fb88a2f4d26a96a056ba55604a00559fb0d480 | /src/main/java/com/lancethomps/lava/common/web/requests/AcceptHeaderMediaType.java | 61deb4be8415bd2cd1a5781745df284cdc46d841 | [] | no_license | lancethomps/lava | https://github.com/lancethomps/lava | 0cd059d3d1f3d187ce49f81f360759c077fdecba | b87ba7937e53dbc644fcafbb6a07c15d3d597653 | refs/heads/main | 2023-04-07T11:46:54.581000 | 2022-04-07T00:41:49 | 2022-04-07T00:41:49 | 133,867,284 | 0 | 1 | null | false | 2022-04-07T00:41:13 | 2018-05-17T20:52:29 | 2022-01-03T22:18:32 | 2022-04-07T00:41:12 | 1,069 | 0 | 1 | 0 | Java | false | false | package com.lancethomps.lava.common.web.requests;
import static org.apache.commons.lang3.StringUtils.trimToNull;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
import org.apache.commons.lang3.StringUtils;
import org.apache.commons.lang3.math.NumberUtils;
import com.lancethomps.lava.common.Enums;
im... | UTF-8 | Java | 2,590 | java | AcceptHeaderMediaType.java | Java | [] | null | [] | package com.lancethomps.lava.common.web.requests;
import static org.apache.commons.lang3.StringUtils.trimToNull;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
import org.apache.commons.lang3.StringUtils;
import org.apache.commons.lang3.math.NumberUtils;
import com.lancethomps.lava.common.Enums;
im... | 2,590 | 0.730502 | 0.725483 | 89 | 28.101124 | 31.101517 | 114 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.58427 | false | false | 14 |
55819245b1da43339e9c2206fbde8259d026bc94 | 2,164,663,560,906 | c32bf584836fd7f2a296009b5714535f954b9114 | /src/main/java/com/bobmowzie/mowziesmobs/server/ai/EntityAIBarakoayaTradeLook.java | acdd9eb27c4ae57adb7188455e1832da9c37ebfb | [] | no_license | Quarris/MowziesMobs | https://github.com/Quarris/MowziesMobs | 47a3e48ce393a5b6dfa0bbd0f5cb07465744a752 | 58f5059d66fc47cbdb259358d3c8557c0d5d9703 | refs/heads/1.12 | 2022-12-05T09:34:19.484000 | 2020-08-14T22:00:12 | 2020-08-14T22:00:12 | 283,745,431 | 0 | 0 | null | true | 2020-08-13T17:47:53 | 2020-07-30T10:48:12 | 2020-08-13T14:59:24 | 2020-08-13T17:41:54 | 11,757 | 0 | 0 | 0 | Java | false | false | package com.bobmowzie.mowziesmobs.server.ai;
import com.bobmowzie.mowziesmobs.server.entity.barakoa.EntityBarakoaya;
import net.minecraft.entity.ai.EntityAIWatchClosest;
import net.minecraft.entity.player.EntityPlayer;
public class EntityAIBarakoayaTradeLook extends EntityAIWatchClosest {
private final EntityBara... | UTF-8 | Java | 708 | java | EntityAIBarakoayaTradeLook.java | Java | [] | null | [] | package com.bobmowzie.mowziesmobs.server.ai;
import com.bobmowzie.mowziesmobs.server.entity.barakoa.EntityBarakoaya;
import net.minecraft.entity.ai.EntityAIWatchClosest;
import net.minecraft.entity.player.EntityPlayer;
public class EntityAIBarakoayaTradeLook extends EntityAIWatchClosest {
private final EntityBara... | 708 | 0.721751 | 0.720339 | 23 | 29.782608 | 24.194782 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.521739 | false | false | 14 |
af102505e266e39bf620c0fe9aed974ed237105c | 12,635,793,839,741 | 82414f9d92291b77e9e0f9832aa7cc9b5cf28ce6 | /src/main/java/ink/haifeng/graph/controller/QueryController.java | a1d482311fb4b44e421aa4fb54a9636245b534ba | [] | no_license | kioco/janusgraph-visualization | https://github.com/kioco/janusgraph-visualization | 9d9e624a4e4695d97b20ea9f094c8cb0a2897d2c | 06d2a947df9bd53783bfda463f1525f2c90c79ff | refs/heads/master | 2020-09-17T11:33:57.801000 | 2019-11-20T08:07:43 | 2019-11-20T08:07:43 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ink.haifeng.graph.controller;
import ink.haifeng.graph.entity.QueryResult;
import ink.haifeng.graph.service.QueryService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.CrossOrigin;
import org.springframework.web.bind.annotation.RequestMapping;
imp... | UTF-8 | Java | 748 | java | QueryController.java | Java | [
{
"context": "b.bind.annotation.RestController;\n\n/**\n * @Author: haifeng\n * @Date: 2019-08-29 11:12\n */\n@RestController\n@C",
"end": 404,
"score": 0.9994940757751465,
"start": 397,
"tag": "USERNAME",
"value": "haifeng"
}
] | null | [] | package ink.haifeng.graph.controller;
import ink.haifeng.graph.entity.QueryResult;
import ink.haifeng.graph.service.QueryService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.CrossOrigin;
import org.springframework.web.bind.annotation.RequestMapping;
imp... | 748 | 0.766043 | 0.744652 | 27 | 26.703703 | 23.896093 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.518519 | false | false | 14 |
f3b933a4a43fb09819a524129541360998036cb4 | 16,724,602,693,225 | 15775c78551cb09ef5885be78e8581bcf1184979 | /mango-core/src/main/java/org/calrissian/mango/types/LexiTypeEncoders.java | 2a8a6ae0131cc6dd296eef9b9e7c9215b92efda7 | [
"Apache-2.0"
] | permissive | opearo/mango | https://github.com/opearo/mango | 712b07fe89bf90e7a0498a2313fe630c33c73037 | 1d7d22564a1779dae42942f14d1259c27a4ac7f3 | refs/heads/master | 2019-07-03T19:12:57.457000 | 2018-05-25T14:46:05 | 2018-05-25T18:20:07 | 123,169,436 | 0 | 0 | Apache-2.0 | true | 2018-02-27T18:15:32 | 2018-02-27T18:15:32 | 2017-10-25T14:38:41 | 2017-11-22T00:13:58 | 1,407 | 0 | 0 | 0 | null | false | null | /*
* Copyright (C) 2017 The Calrissian Authors
*
* 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... | UTF-8 | Java | 7,730 | java | LexiTypeEncoders.java | Java | [] | null | [] | /*
* Copyright (C) 2017 The Calrissian Authors
*
* 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... | 7,730 | 0.710349 | 0.704657 | 226 | 33.203541 | 32.158802 | 116 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.615044 | false | false | 14 |
f89dd16fafc610d18b9cf19aa6fc8803a0eba174 | 9,663,676,458,330 | 9e4fb53f7404d1bd7bbe5ce97f3866bd52002d05 | /app/src/main/java/com/example/pacman/CreatorsActivity.java | 22f62276f401ac8a540f5f558789f0efb5fc86e7 | [] | no_license | carlitox477/retro_pacman | https://github.com/carlitox477/retro_pacman | 06748e9a1d2a15e8a0b79fa61af74757353506ea | 8118eb2e5a2564b7d9c3592da6bf3fefff16539a | refs/heads/master | 2021-02-08T01:13:54.552000 | 2020-03-24T23:30:39 | 2020-03-24T23:30:39 | 244,092,910 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.pacman;
import android.content.ComponentName;
import android.content.Context;
import android.content.Intent;
import android.content.ServiceConnection;
import android.os.Bundle;
import android.os.IBinder;
import android.os.PowerManager;
import androidx.appcompat.app.AppCompatActivity;
... | UTF-8 | Java | 567 | java | CreatorsActivity.java | Java | [] | null | [] | package com.example.pacman;
import android.content.ComponentName;
import android.content.Context;
import android.content.Intent;
import android.content.ServiceConnection;
import android.os.Bundle;
import android.os.IBinder;
import android.os.PowerManager;
import androidx.appcompat.app.AppCompatActivity;
... | 567 | 0.772487 | 0.772487 | 19 | 27.842106 | 19.76244 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.578947 | false | false | 14 |
d9cb814ad1f40d4808aa4fb197a9dbf4b7f93dcd | 6,373,731,509,241 | 5f959fa3f84bf7a9818aa0316b470d49f8d1ae85 | /pupil/src/main/java/com/wintersportcoaches/pupil/chats/ChatsListFragment.java | 7464469e452b359353b0dc3860bf5694bdb002bc | [] | no_license | artemrudoj/si_android | https://github.com/artemrudoj/si_android | e7d84ed3f2bca37d289997645c2d38ac8ab799cd | d000ee0152e99536ed628b99998a1a400eb555b9 | refs/heads/master | 2021-01-17T12:43:59.564000 | 2016-06-22T23:39:13 | 2016-06-22T23:39:13 | 56,785,131 | 0 | 0 | null | false | 2016-05-26T11:57:37 | 2016-04-21T15:28:03 | 2016-05-22T17:24:06 | 2016-05-26T11:57:37 | 128 | 0 | 0 | 0 | Java | null | null | package com.wintersportcoaches.pupil.chats;
import android.app.Activity;
import android.app.Fragment;
import android.app.FragmentTransaction;
import android.os.Bundle;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android... | UTF-8 | Java | 3,572 | java | ChatsListFragment.java | Java | [] | null | [] | package com.wintersportcoaches.pupil.chats;
import android.app.Activity;
import android.app.Fragment;
import android.app.FragmentTransaction;
import android.os.Bundle;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android... | 3,572 | 0.694009 | 0.693449 | 92 | 37.826088 | 30.498613 | 147 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.597826 | false | false | 14 |
f66d9de8a3d76abbf17a21694782d6451e67baaf | 22,265,110,504,511 | fc4966c109057e5dc60daf8fae89575246fb07be | /src/jogo/Placar.java | d8831169b1e84fca85592a915a5a14b6bf10d495 | [] | no_license | GabrielLMaia/Tetris | https://github.com/GabrielLMaia/Tetris | 75e7ed6a4caf71fce66018e26c96dfe987a70bf2 | 056306812f8322ff9c3365d9bcc4d9e1b9b038eb | refs/heads/master | 2021-05-27T21:40:35.589000 | 2014-05-31T01:16:44 | 2014-05-31T01:16:44 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package jogo;
import java.io.BufferedReader;
import java.io.BufferedWriter;
import java.io.File;
import java.io.FileReader;
import java.io.FileWriter;
import java.io.IOException;
import lista.Lista;
import lista.No;
//é essa classe que contém os métodos de escrever e ler o arquivo txt dos placares,assim co... | ISO-8859-1 | Java | 3,862 | java | Placar.java | Java | [] | null | [] | package jogo;
import java.io.BufferedReader;
import java.io.BufferedWriter;
import java.io.File;
import java.io.FileReader;
import java.io.FileWriter;
import java.io.IOException;
import lista.Lista;
import lista.No;
//é essa classe que contém os métodos de escrever e ler o arquivo txt dos placares,assim co... | 3,862 | 0.626202 | 0.623863 | 148 | 24.006756 | 20.825367 | 129 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.75 | false | false | 14 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.