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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
a4b297a269d722214735fa11aecd2781f17abeaf | 22,162,031,288,399 | 8487b556afa4e497e899f55488d572c7140c64c9 | /src/main/java/sk/gov/ekolky/estamp/fo10/aponet/ObjectFactory.java | 88dd629b5e09c25cb9b2a3de77b3487a6872b084 | [] | no_license | Marine-22/BOC | https://github.com/Marine-22/BOC | 01ea43e0bfdff0a6c3efd16217e195ffdbf6d122 | 515c24e7ed550497c0e23cf8bc68299b09042ddb | refs/heads/master | 2021-01-23T11:33:41.779000 | 2016-10-22T06:53:38 | 2016-10-22T06:53:38 | 26,141,341 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
package sk.gov.ekolky.estamp.fo10.aponet;
import javax.xml.bind.annotation.XmlRegistry;
/**
* This object contains factory methods for each
* Java content interface and Java element interface
* generated in the sk.gov.ekolky.estamp.fo10.aponet package.
* <p>An ObjectFactory allows you to programatically
* ... | UTF-8 | Java | 2,925 | java | ObjectFactory.java | Java | [] | null | [] |
package sk.gov.ekolky.estamp.fo10.aponet;
import javax.xml.bind.annotation.XmlRegistry;
/**
* This object contains factory methods for each
* Java content interface and Java element interface
* generated in the sk.gov.ekolky.estamp.fo10.aponet package.
* <p>An ObjectFactory allows you to programatically
* ... | 2,925 | 0.689231 | 0.68718 | 103 | 27.38835 | 29.729601 | 146 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.116505 | false | false | 8 |
398c4823674580630b12c0f4fb4f83ef9b0ec9ee | 12,910,671,730,650 | 7d8d77524fe7bfd1f7d5006158ae2ad132fe585a | /src/Strings/StringEX.java | 03cebf25aaebde7964cbf43a7d9536ebb4c052d5 | [] | no_license | devisaiprasad/JavaSpace | https://github.com/devisaiprasad/JavaSpace | 07967ca709093f0f74509e4e2c96970cd980f23c | f28cd3867778cfb5301fa319ef9e71f191464d09 | refs/heads/master | 2023-02-02T13:54:57.171000 | 2020-12-19T13:28:21 | 2020-12-19T13:28:21 | 313,524,599 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Strings;
public class StringEX {
public static void main(String[] args) {
String s = new String("Durga");
s.concat(" prasad");
System.out.println(s);
String s1 = s.concat(" prasad");
System.out.println(s1);
String s2 = "Devi";
s2.concat(" prasad");
System.out.println(s... | UTF-8 | Java | 331 | java | StringEX.java | Java | [
{
"context": "n(String[] args) {\n\t\t\n\t\t\n\t\tString s = new String(\"Durga\");\n\t\t\n\t\ts.concat(\" prasad\");\n\t\t\n\t\tSystem.out.prin",
"end": 121,
"score": 0.9973909854888916,
"start": 116,
"tag": "NAME",
"value": "Durga"
},
{
"context": ");\n\t\tSystem.out.println(s1);\n... | null | [] | package Strings;
public class StringEX {
public static void main(String[] args) {
String s = new String("Durga");
s.concat(" prasad");
System.out.println(s);
String s1 = s.concat(" prasad");
System.out.println(s1);
String s2 = "Devi";
s2.concat(" prasad");
System.out.println(s... | 331 | 0.595166 | 0.58006 | 25 | 12.24 | 13.088254 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.72 | false | false | 8 |
c7f572db6c7f4eed16d97b5edb7ecf26b976d157 | 12,910,671,733,329 | 979d4d228daa08898807e36ae2b60ff950473424 | /src/ch/aiko/util/FileUtil.java | bc00566fe23c8a7eff9af729314e4e196d834755 | [] | no_license | AIKO-Aaron/Pokemon | https://github.com/AIKO-Aaron/Pokemon | 887959748a71b9301c4349cb9278c1a92d51db9e | e6eb06d7489ea7229ec11083799bd00308301c75 | refs/heads/master | 2020-04-05T14:06:12.199000 | 2016-09-12T18:05:54 | 2016-09-12T18:05:54 | 31,844,135 | 0 | 0 | null | false | 2016-08-03T13:35:06 | 2015-03-08T09:13:09 | 2016-07-15T13:14:26 | 2016-08-03T13:35:06 | 69,569 | 0 | 0 | 0 | Java | null | null | package ch.aiko.util;
import java.io.BufferedInputStream;
import java.io.BufferedOutputStream;
import java.io.BufferedReader;
import java.io.BufferedWriter;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.FileReader;
import java.io.FileWriter;
import java.io.IOExcep... | UTF-8 | Java | 11,489 | java | FileUtil.java | Java | [] | null | [] | package ch.aiko.util;
import java.io.BufferedInputStream;
import java.io.BufferedOutputStream;
import java.io.BufferedReader;
import java.io.BufferedWriter;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.FileReader;
import java.io.FileWriter;
import java.io.IOExcep... | 11,489 | 0.651667 | 0.650883 | 447 | 24.702461 | 24.134199 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.727069 | false | false | 8 |
611c646842298b930ba191012baa132a5078d0f5 | 14,130,442,438,603 | bd27dd52d6c11d0b94181285aaa4201072229349 | /src/main/java/com/minecave/pickaxes/util/message/Strings.java | 7dcf7889aa5c8949627eea3933024d7ad4c5f222 | [] | no_license | MineCave/UpgradedPickaxes | https://github.com/MineCave/UpgradedPickaxes | 5694814d877efda8727cb61725e8be82371c5388 | 8faf859603ba21c6705b4e9bf74956feeae2b069 | refs/heads/master | 2021-05-29T08:58:09.717000 | 2015-09-02T02:45:28 | 2015-09-02T02:45:28 | 36,997,772 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright (C) 2011-Current Richmond Steele (Not2EXceL) (nasm) <not2excel@gmail.com>
*
* This file is part of minecave.
*
* minecave can not be copied and/or distributed without the express
* permission of the aforementioned owner.
*/
package com.minecave.pickaxes.util.message;
import com.minecave.pickaxe... | UTF-8 | Java | 1,838 | java | Strings.java | Java | [
{
"context": "/*\n * Copyright (C) 2011-Current Richmond Steele (Not2EXceL) (nasm) <not2excel@gmail.com>\n * \n * T",
"end": 48,
"score": 0.9999011754989624,
"start": 33,
"tag": "NAME",
"value": "Richmond Steele"
},
{
"context": " * Copyright (C) 2011-Current Richmond Steele (Not2EXc... | null | [] | /*
* Copyright (C) 2011-Current <NAME> (Not2EXceL) (nasm) <<EMAIL>>
*
* This file is part of minecave.
*
* minecave can not be copied and/or distributed without the express
* permission of the aforementioned owner.
*/
package com.minecave.pickaxes.util.message;
import com.minecave.pickaxes.enchant.enchants.No... | 1,817 | 0.62296 | 0.617519 | 49 | 36.510204 | 26.119913 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.428571 | false | false | 8 |
cc9304dd41035dd677ec4d3da2fa0e60b76f7db9 | 21,036,749,848,032 | 41b37487d7c07f4c1d3433dc848224e12ead26a7 | /Java/src/main/java/U3/T3/Ej9.java | 0a8c96ad6fc95631cea8556a9a126ef8769e01be | [] | no_license | DavidCesarAliseda/Programacion | https://github.com/DavidCesarAliseda/Programacion | e0255b299fd3bb0cae326b12798604904ed28dc8 | 5a1df48699a3c12505b420a3dfa739dbaa8bf3e2 | refs/heads/master | 2023-04-27T01:08:05.014000 | 2021-05-17T16:50:43 | 2021-05-17T16:50:43 | 304,141,317 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package U3.T3;
public class Ej9 {
/*Definir una función que tome como parámetros dos tablas, la primera con 6 números de una apuesta de la primitiva,
y la segunda con los 6 números de la combinación ganadora. La función devolverá el número de aciertos.*/
public static void main(String[] args) {
int... | UTF-8 | Java | 860 | java | Ej9.java | Java | [] | null | [] | package U3.T3;
public class Ej9 {
/*Definir una función que tome como parámetros dos tablas, la primera con 6 números de una apuesta de la primitiva,
y la segunda con los 6 números de la combinación ganadora. La función devolverá el número de aciertos.*/
public static void main(String[] args) {
int... | 860 | 0.565728 | 0.54108 | 27 | 30.555555 | 34.947933 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.111111 | false | false | 8 |
c60bebe44bb8d57cd1bbde963944d8010d6000e1 | 7,095,286,004,298 | 186c123f6d42dddcbf7f12498ee6351c851cf206 | /cache/src/main/java/com/demo/cache/CacheService.java | 0f49ab2f04cc5606189cfce114d6ee9ec6059ec4 | [] | no_license | p180j/technical | https://github.com/p180j/technical | b0ec3bd1f7a87d39b2da31a627ffc9c66bc6e9a1 | bfc6c090dd5aec196f6feed13f53498325f782fb | refs/heads/master | 2020-12-05T08:44:03.402000 | 2020-01-06T09:14:09 | 2020-01-06T09:14:09 | 232,060,880 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.demo.cache;
import org.springframework.cache.annotation.CacheEvict;
import org.springframework.cache.annotation.Cacheable;
import org.springframework.stereotype.Service;
import java.util.Arrays;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
/**
* @author pengjw
* @date 2019年09月... | UTF-8 | Java | 1,825 | java | CacheService.java | Java | [
{
"context": "a.util.List;\nimport java.util.Map;\n\n/**\n * @author pengjw\n * @date 2019年09月26日 20:19\n * @description\n * @Ve",
"end": 302,
"score": 0.9996973872184753,
"start": 296,
"tag": "USERNAME",
"value": "pengjw"
}
] | null | [] | package com.demo.cache;
import org.springframework.cache.annotation.CacheEvict;
import org.springframework.cache.annotation.Cacheable;
import org.springframework.stereotype.Service;
import java.util.Arrays;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
/**
* @author pengjw
* @date 2019年09月... | 1,825 | 0.602188 | 0.576857 | 72 | 23.125 | 19.082378 | 78 | true | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.555556 | false | false | 8 |
f4ec838b17ebbcd3e7072ae38d34646118536ccf | 33,870,112,127,722 | 2316e33a792bafcb499150792fd325639d95b2ad | /src/com/ebupt/hbase/demo/JHBCMain.java | c185830c63732b4d5ee7be7af3d4f60666a9738c | [] | no_license | SwanSpouse/JHBC | https://github.com/SwanSpouse/JHBC | 4df82a38c2026ecd9271202e24e8cc300e72b031 | 93825f92f408b10f480328795e962ed167fa4950 | refs/heads/master | 2016-09-07T01:12:06.538000 | 2015-08-17T05:20:22 | 2015-08-17T05:20:22 | 40,866,055 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ebupt.hbase.demo;
import java.io.IOException;
import org.apache.log4j.Logger;
import com.ebupt.hbase.jhbc.Connection;
import com.ebupt.hbase.jhbc.DDL;
import com.ebupt.hbase.jhbc.Driver;
import com.ebupt.hbase.jhbc.ResultSet;
import com.ebupt.hbase.jhbc.Statement;
//import com.ebupt.hbase.jhbc.DDL;
pub... | UTF-8 | Java | 1,281 | java | JHBCMain.java | Java | [] | null | [] | package com.ebupt.hbase.demo;
import java.io.IOException;
import org.apache.log4j.Logger;
import com.ebupt.hbase.jhbc.Connection;
import com.ebupt.hbase.jhbc.DDL;
import com.ebupt.hbase.jhbc.Driver;
import com.ebupt.hbase.jhbc.ResultSet;
import com.ebupt.hbase.jhbc.Statement;
//import com.ebupt.hbase.jhbc.DDL;
pub... | 1,281 | 0.695092 | 0.688656 | 48 | 24.895834 | 21.58823 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.3125 | false | false | 8 |
8873cc2140db12575946d81500d4efbeab5b9a83 | 3,058,016,754,872 | 26d63af951763e3e9caf87e4c2dad0131d9da0d5 | /src/com/imooc/TypeExchange.java | 56a8db0dda4771f9cbb976df7eb822255154916a | [] | no_license | LewanYang/javaFoundation | https://github.com/LewanYang/javaFoundation | 3a77fb9a3e95fd0fde7f669f35a0328ca1574242 | 64e6ed68d4317ef2b1720e81004746e84df6eb05 | refs/heads/master | 2020-03-17T23:50:04.156000 | 2018-05-31T12:21:55 | 2018-05-31T12:21:55 | 134,063,325 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.imooc;
public class TypeExchange {
public static void main(String[] args) {
// TODO Auto-generated method stub
int m = 5;
final int n =10;
}
}
| UTF-8 | Java | 166 | java | TypeExchange.java | Java | [] | null | [] | package com.imooc;
public class TypeExchange {
public static void main(String[] args) {
// TODO Auto-generated method stub
int m = 5;
final int n =10;
}
}
| 166 | 0.668675 | 0.650602 | 11 | 14.090909 | 14.519295 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 8 |
374282a23c57cd778f7242f704f99be8bd002e71 | 35,424,890,272,947 | 9c49fc7f4a3d511c57f054031962b239d78ddaf1 | /src/gestionecampionati/grafica/gestione_calendario/GestCSk.java | 6924558ee77b7ac349e3c8a261f1547db433f2af | [] | no_license | enrico404/GestioneCampionati | https://github.com/enrico404/GestioneCampionati | 2e3b6b7796b23fc6823eec9e823a63e27f824433 | 887ca4f1289d1213c76d2ad3ed5aaa9fdd9b5e9c | refs/heads/master | 2021-07-17T12:37:56.651000 | 2018-10-21T17:43:36 | 2018-10-21T17:43:36 | 114,396,119 | 0 | 0 | null | false | 2017-12-19T18:10:29 | 2017-12-15T17:36:13 | 2017-12-15T17:55:48 | 2017-12-19T18:10:29 | 2,799 | 0 | 0 | 0 | Java | false | null |
package gestionecampionati.grafica.gestione_calendario;
import gestionecampionati.Campionato;
import gestionecampionati.grafica.MainFrame;
import java.awt.Dimension;
import java.awt.Graphics;
import javax.swing.Box;
import javax.swing.BoxLayout;
import javax.swing.JPanel;
import javax.swing.text.View;
/**
* Pannell... | UTF-8 | Java | 2,396 | java | GestCSk.java | Java | [
{
"context": "ro della schermata gestione calendario.\n * @author enrico\n */\npublic class GestCSk extends JPanel {\n \n ",
"end": 386,
"score": 0.9149723649024963,
"start": 380,
"tag": "USERNAME",
"value": "enrico"
}
] | null | [] |
package gestionecampionati.grafica.gestione_calendario;
import gestionecampionati.Campionato;
import gestionecampionati.grafica.MainFrame;
import java.awt.Dimension;
import java.awt.Graphics;
import javax.swing.Box;
import javax.swing.BoxLayout;
import javax.swing.JPanel;
import javax.swing.text.View;
/**
* Pannell... | 2,396 | 0.643275 | 0.639515 | 97 | 23.670103 | 21.874393 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.536082 | false | false | 8 |
169f846b3d716f2848650279db70629efae1724f | 3,410,204,066,930 | e37c145efa9c1b3079385cf65794ab70390862b0 | /src/cl/pipec/appempresarial/PedidosFragment.java | d8858f5c11d3f00139d0f6b8fe281d3df37a52c6 | [] | no_license | pipec80/AppEmpresarial | https://github.com/pipec80/AppEmpresarial | fb62cc19190789035c2de5dc6878a476237dac59 | 7b851e202c94269a91586af23e3f5a0d4ccc5eed | refs/heads/master | 2021-01-18T15:16:58.908000 | 2015-07-20T01:22:54 | 2015-07-20T01:22:54 | 38,908,608 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cl.pipec.appempresarial;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.Calendar;
import java.util.Locale;
import cl.pipec.appempresarial.clases.Cliente;
import cl.pipec.appempresarial.clases.DataBase;
import cl.pipec.appempresarial.clases.Pedido;
import cl.pipec.appempresaria... | UTF-8 | Java | 6,409 | java | PedidosFragment.java | Java | [
{
"context": "oducto();\n\t\tproducto.id = 2;\n\t\tproducto.nombre = \"leche\";\n\t\tdb.agregarProducto(producto);\n\n\t\tproducto = n",
"end": 2005,
"score": 0.7168737053871155,
"start": 2000,
"tag": "NAME",
"value": "leche"
},
{
"context": "oducto();\n\t\tproducto.id = 5;\n\t\tprod... | null | [] | package cl.pipec.appempresarial;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.Calendar;
import java.util.Locale;
import cl.pipec.appempresarial.clases.Cliente;
import cl.pipec.appempresarial.clases.DataBase;
import cl.pipec.appempresarial.clases.Pedido;
import cl.pipec.appempresaria... | 6,409 | 0.731003 | 0.728975 | 202 | 30.727722 | 19.479364 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.985148 | false | false | 8 |
d86066027fee0947099c7f7caed5c8818e96b2de | 26,671,746,927,427 | 5b3b029b72b584ea51350b2e426bce1d561c48ae | /src/main/java/com/stock/mvc/dao/impl/LigneVenteDaoImpl.java | 86d4c56d2415d3590bb9e6293ad53953abb4be92 | [] | no_license | MoussaKeita/GestionStock | https://github.com/MoussaKeita/GestionStock | 8826d8c700339529afd1ae6bac9032c8b95df0be | 1f9576ed930014cbf14a8181e59c9a5d6b3a01ed | refs/heads/master | 2020-05-16T10:44:32.751000 | 2019-04-30T10:02:57 | 2019-04-30T10:02:57 | 182,991,262 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.stock.mvc.dao.impl;
import com.stock.mvc.bean.LigneVente;
import com.stock.mvc.dao.LigneVenteDao;
public class LigneVenteDaoImpl extends GenericDaoImpl<LigneVente> implements LigneVenteDao {
}
| UTF-8 | Java | 216 | java | LigneVenteDaoImpl.java | Java | [] | null | [] | package com.stock.mvc.dao.impl;
import com.stock.mvc.bean.LigneVente;
import com.stock.mvc.dao.LigneVenteDao;
public class LigneVenteDaoImpl extends GenericDaoImpl<LigneVente> implements LigneVenteDao {
}
| 216 | 0.791667 | 0.791667 | 8 | 25 | 30.240702 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.375 | false | false | 8 |
11a2559e27466f2fd919f69f7703346fcaeca935 | 14,748,917,703,922 | b111de82ab47bef93342dccc54501bf4a49d49bb | /monkeytalk-core/test/com/gorillalogic/monkeytalk/sender/tests/CommandSenderTest.java | 4d810f7076d4b9b42b0655f7c612a1226dbf3ad4 | [] | no_license | holiday-sunrise/monkeytalk | https://github.com/holiday-sunrise/monkeytalk | cb002ea5a9c58f0c0af74bd9243da5da54255c6f | 07125ea3f0a1d328cbb1b62bfe9f0f6ffe4a083c | refs/heads/master | 2016-10-07T20:27:51.353000 | 2015-09-18T06:38:34 | 2015-09-18T06:38:34 | 42,706,403 | 1 | 0 | null | true | 2015-09-18T07:28:40 | 2015-09-18T07:28:40 | 2015-07-09T13:50:27 | 2015-09-18T06:38:45 | 16,628 | 0 | 0 | 0 | null | null | null | /* MonkeyTalk - a cross-platform functional testing tool
Copyright (C) 2012 Gorilla Logic, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License... | UTF-8 | Java | 16,435 | java | CommandSenderTest.java | Java | [
{
"context": "orm functional testing tool\n Copyright (C) 2012 Gorilla Logic, Inc.\n\n This program is free software: y",
"end": 88,
"score": 0.6905755996704102,
"start": 81,
"tag": "NAME",
"value": "Gorilla"
}
] | null | [] | /* MonkeyTalk - a cross-platform functional testing tool
Copyright (C) 2012 Gorilla Logic, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License... | 16,435 | 0.720027 | 0.712172 | 454 | 35.176212 | 25.001581 | 90 | false | false | 0 | 0 | 24 | 0.004384 | 0 | 0 | 2.372247 | false | false | 8 |
bce65ce9bf2a574696a5e11071142779841c27b6 | 1,116,691,507,584 | 5959fbe48ca79f8e0bf7d846a5069c4cb9727597 | /src/main/java/com/taofeng/webcast/config/redis/manager/RedisManager.java | 8d232d5040d548e4ffa87a06fd0119fa63a70351 | [] | no_license | letaotf/webcast | https://github.com/letaotf/webcast | 094e9a9d404f33b6a9051422df193fdf26747128 | 77bdde3c3975752c624204c0b026414e73cf2a0a | refs/heads/master | 2020-03-31T17:05:07.596000 | 2018-11-05T03:22:42 | 2018-11-05T03:22:42 | 152,405,102 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.taofeng.webcast.config.redis.manager;
/**
* <p>redis相关操作</p >
*
* @author: 乐陶(letao@maihaoche.com)
* @date: 2018/3/1 上午10:15
* @since V1.0
*/
public interface RedisManager {
/**
* 写入缓存
* @param key key
* @param value value
* @return 是否设置成功
*/
boolean set(String key, ... | UTF-8 | Java | 1,844 | java | RedisManager.java | Java | [
{
"context": "manager;\n\n/**\n * <p>redis相关操作</p >\n *\n * @author: 乐陶(letao@maihaoche.com)\n * @date: 2018/3/1 上午10:15\n ",
"end": 93,
"score": 0.9977170825004578,
"start": 91,
"tag": "NAME",
"value": "乐陶"
},
{
"context": "ager;\n\n/**\n * <p>redis相关操作</p >\n *\n * @author: 乐陶(leta... | null | [] | package com.taofeng.webcast.config.redis.manager;
/**
* <p>redis相关操作</p >
*
* @author: 乐陶(<EMAIL>)
* @date: 2018/3/1 上午10:15
* @since V1.0
*/
public interface RedisManager {
/**
* 写入缓存
* @param key key
* @param value value
* @return 是否设置成功
*/
boolean set(String key, Object value... | 1,832 | 0.534783 | 0.527329 | 91 | 16.692308 | 13.483969 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.21978 | false | false | 8 |
a9969040cce977c916917e4bf3dbea00aa2cb6aa | 13,451,837,627,922 | 670b6b2084a926de82707190445df2f741c41d26 | /jpaCrudProject /src/main/java/jpa/daoImplimentation/DaoImplimenatation.java | ddc65a6e9c9a50444572bd94fbe3037c1e4c3c83 | [] | no_license | rahoul1804/myfirst | https://github.com/rahoul1804/myfirst | 5688b8e20c43ebcd97971cb419deae9990f75b99 | 0d596b1dc8097d73cdd2060f3b9b05b15e587f3f | refs/heads/master | 2021-04-29T21:40:43.623000 | 2018-02-15T11:51:28 | 2018-02-15T11:51:28 | 121,620,874 | 0 | 0 | null | false | 2018-02-15T11:51:29 | 2018-02-15T11:17:08 | 2018-02-15T11:46:06 | 2018-02-15T11:51:29 | 0 | 0 | 0 | 0 | Java | false | null | package jpa.daoImplimentation;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Repository;
import jpa.controllerModelPojo.EmployeePojo;
import jpa.daoInterface.DaoInterface;
import jpa.daoMOdelEntity.EmployeeEntity;
import jpa.daoRepository.... | UTF-8 | Java | 1,129 | java | DaoImplimenatation.java | Java | [] | null | [] | package jpa.daoImplimentation;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Repository;
import jpa.controllerModelPojo.EmployeePojo;
import jpa.daoInterface.DaoInterface;
import jpa.daoMOdelEntity.EmployeeEntity;
import jpa.daoRepository.... | 1,129 | 0.674934 | 0.672276 | 64 | 16.640625 | 18.515507 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.1875 | false | false | 8 |
7da579af7258c0495807708c053b4135b90c06bc | 3,281,355,075,757 | 4078ebadd08aad2492001b765ebe4fb701967b39 | /app/src/main/java/com/suvesh/activity/UserProfileActivity.java | 4e657182edcb869b3f6706812fca558150a05c52 | [] | no_license | suveshagnihotri/login_signup_with_realm | https://github.com/suveshagnihotri/login_signup_with_realm | 1794533c5ed5b5a467ec36319148edeb8b91934d | 0351e8ece81c9e6fbc600f0e5d4eca90c7279b09 | refs/heads/master | 2021-01-15T11:29:42.946000 | 2017-09-07T08:46:37 | 2017-09-07T08:46:37 | 99,619,776 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.suvesh.activity;
import com.manaschaudhari.android_mvvm.ViewModel;
import com.suvesh.R;
import com.suvesh.viewmodel.ProfileViewModel;
import org.jetbrains.annotations.NotNull;
/**
* Created by Suvesh on 09/08/2017 AD.
*/
public class UserProfileActivity extends BaseActivity {
public static fina... | UTF-8 | Java | 634 | java | UserProfileActivity.java | Java | [
{
"context": ".jetbrains.annotations.NotNull;\n\n/**\n * Created by Suvesh on 09/08/2017 AD.\n */\n\npublic class UserProfileAc",
"end": 215,
"score": 0.9979994297027588,
"start": 209,
"tag": "NAME",
"value": "Suvesh"
}
] | null | [] | package com.suvesh.activity;
import com.manaschaudhari.android_mvvm.ViewModel;
import com.suvesh.R;
import com.suvesh.viewmodel.ProfileViewModel;
import org.jetbrains.annotations.NotNull;
/**
* Created by Suvesh on 09/08/2017 AD.
*/
public class UserProfileActivity extends BaseActivity {
public static fina... | 634 | 0.730284 | 0.717666 | 26 | 23.384615 | 25.106047 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.346154 | false | false | 8 |
1f671443d41c2383f140d237ff36775e7dd02826 | 15,264,313,783,612 | 60ec96ea0b1237dbfd063a5d49dabd8e9704e275 | /src/com/stackroute/Hackathon/Main.java | e4a5df5d4c019fba7a1aaedca0f1b3ed88341885 | [] | no_license | HARIKABODDU11/hackathon | https://github.com/HARIKABODDU11/hackathon | 213f510a8fbc4507789b38288eb8d4233ef5d10f | 064ff9a36dce8cee9ddcc95496450303ddfb6066 | refs/heads/master | 2020-06-19T05:27:17.133000 | 2019-07-12T14:35:58 | 2019-07-12T14:35:58 | 196,580,474 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.stackroute.Hackathon;
public class Main {
public static void main(String[]args){
Honda honda=new Honda();
honda.setModel("Honda Car model");
honda.setLicensePlateNo("AP10024432");
honda.setSpeed(100);
honda.setNoOfSeats(4);
honda.setHandlingGear(6);
... | UTF-8 | Java | 383 | java | Main.java | Java | [] | null | [] | package com.stackroute.Hackathon;
public class Main {
public static void main(String[]args){
Honda honda=new Honda();
honda.setModel("Honda Car model");
honda.setLicensePlateNo("AP10024432");
honda.setSpeed(100);
honda.setNoOfSeats(4);
honda.setHandlingGear(6);
... | 383 | 0.624021 | 0.590078 | 14 | 26.357143 | 14.568102 | 46 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.642857 | false | false | 8 |
5b9b2239cb7eca73d147b3943e5a7830deaf49f1 | 22,600,117,978,443 | 4563767054d0acf6d47cc39c58210d9c0e065bc6 | /src/java/com/in10s/fmsekyc/FMSAadharResponse.java | 9851d280b573b26632d48220451725e732c32110 | [] | no_license | hemanthareddy9071/BSNLWebPortal | https://github.com/hemanthareddy9071/BSNLWebPortal | 07e1f30399db9a76fd6d490f4549d01ac78ee59c | 018188dbd9f99d9ba4626c03664ba837426a60a2 | refs/heads/master | 2020-09-12T11:32:54.598000 | 2019-11-18T10:05:46 | 2019-11-18T10:05:46 | 222,410,217 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package com.in10s.fmsekyc;
/**
*
* @author swaroopeshwar
*/
import com.in10s.commons.CRSAuthenticate;
import com.in10s.commons.CRSC... | UTF-8 | Java | 81,170 | java | FMSAadharResponse.java | Java | [
{
"context": "\n */\npackage com.in10s.fmsekyc;\n\n/**\n *\n * @author swaroopeshwar\n */\nimport com.in10s.commons.CRSAuthenticate;\nimp",
"end": 244,
"score": 0.9986190795898438,
"start": 231,
"tag": "USERNAME",
"value": "swaroopeshwar"
},
{
"context": " uid = (String) session.ge... | null | [] | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package com.in10s.fmsekyc;
/**
*
* @author swaroopeshwar
*/
import com.in10s.commons.CRSAuthenticate;
import com.in10s.commons.CRSC... | 81,164 | 0.451842 | 0.449994 | 1,253 | 63.780525 | 42.163902 | 330 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.921788 | false | false | 8 |
5cf7ae6c6912e5deac49aef9a5819a8d260807ad | 26,594,437,520,966 | 7c2a214fba99d847d60c3b5483b59e88aac68bc5 | /src/ServerSystem/Panel/ExamCreator.java | 07ba7f3b5ff0d0dbc47cc5bfba93fa950ec820fc | [] | no_license | adelkhah/FinalProjectAP | https://github.com/adelkhah/FinalProjectAP | 16239f139c680f4f3d8b2720e9b31e4a79e73105 | 9feb22191079352e80f5ef6253e8e6e18be15293 | refs/heads/master | 2022-11-20T15:01:32.018000 | 2020-07-21T11:48:51 | 2020-07-21T11:48:51 | 281,381,015 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ServerSystem.Panel;
import Exam_pack.Exam;
import Person_pack.Teacher;
import javafx.fxml.FXMLLoader;
import javafx.scene.Parent;
import javafx.scene.Scene;
import javafx.scene.control.Button;
import javafx.scene.control.CheckBox;
import javafx.scene.control.DatePicker;
import javafx.scene.control.TextField;
i... | UTF-8 | Java | 2,531 | java | ExamCreator.java | Java | [] | null | [] | package ServerSystem.Panel;
import Exam_pack.Exam;
import Person_pack.Teacher;
import javafx.fxml.FXMLLoader;
import javafx.scene.Parent;
import javafx.scene.Scene;
import javafx.scene.control.Button;
import javafx.scene.control.CheckBox;
import javafx.scene.control.DatePicker;
import javafx.scene.control.TextField;
i... | 2,531 | 0.653102 | 0.644804 | 81 | 30.246914 | 19.267147 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.876543 | false | false | 8 |
4f799b0bff7b9b2ad53dac30183f39e6ac7d756e | 26,362,509,320,901 | f7222934117be5297853e7221d39875dd3dcae51 | /DesignPtterns/Singleton/1-singletonSingleObject/src/Employee.java | f1e095065d2c28dc3a18489163a090971d365151 | [] | no_license | shaleel/Java-LP-Training | https://github.com/shaleel/Java-LP-Training | dbe5d176b768a54b95323fc1a0e835db3f81248f | 4ebac619df46a735c6f6ad819226d5469e3f5a32 | refs/heads/master | 2020-12-09T21:55:58.818000 | 2020-05-21T14:34:51 | 2020-05-21T14:34:51 | 232,377,382 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public class Employee {
//creating a single object which is static
private static Employee employee = new Employee();
//private constructor won't allow to create an Employee instance outside the class
private Employee(){
System.out.println("Instance created");
}
//getting... | UTF-8 | Java | 500 | java | Employee.java | Java | [] | null | [] | public class Employee {
//creating a single object which is static
private static Employee employee = new Employee();
//private constructor won't allow to create an Employee instance outside the class
private Employee(){
System.out.println("Instance created");
}
//getting... | 500 | 0.65 | 0.65 | 18 | 26.666666 | 24.429035 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.222222 | false | false | 8 |
b7eb4c815064eadc58b7c85628d5659da3af3d29 | 29,841,432,778,847 | 46a79c07c6ff972c8b1287bae29d2b3557cb0525 | /src/common/common-util/src/main/java/ee/ria/xroad/common/util/IdlePercentCalculator.java | bc77ff1e555265869a3afdee5cd9771efdcb8688 | [
"MIT"
] | permissive | nordic-institute/X-Road | https://github.com/nordic-institute/X-Road | dee64a6fae2caf8e02f83a037368df4ed21399ff | 25bdbff39e614c7258d6c202584604d3505e60e0 | refs/heads/develop | 2023-09-01T09:19:05.646000 | 2023-08-31T12:11:04 | 2023-08-31T12:11:04 | 134,143,184 | 559 | 190 | NOASSERTION | false | 2023-09-14T09:52:29 | 2018-05-20T11:06:37 | 2023-09-04T16:55:00 | 2023-09-14T09:52:29 | 272,456 | 534 | 160 | 20 | Java | false | false | /**
* The MIT License
* Copyright (c) 2019- Nordic Institute for Interoperability Solutions (NIIS)
* Copyright (c) 2018 Estonian Information System Authority (RIA),
* Nordic Institute for Interoperability Solutions (NIIS), Population Register Centre (VRK)
* Copyright (c) 2015-2017 Estonian Information System Autho... | UTF-8 | Java | 3,085 | java | IdlePercentCalculator.java | Java | [] | null | [] | /**
* The MIT License
* Copyright (c) 2019- Nordic Institute for Interoperability Solutions (NIIS)
* Copyright (c) 2018 Estonian Information System Authority (RIA),
* Nordic Institute for Interoperability Solutions (NIIS), Population Register Centre (VRK)
* Copyright (c) 2015-2017 Estonian Information System Autho... | 3,085 | 0.696272 | 0.688817 | 75 | 40.133335 | 31.901236 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.626667 | false | false | 8 |
d6e23b66c416cc3e035f7ba425a47ac42e7e9fb6 | 32,040,456,088,730 | 389c1aecf2ee0408a80007cf425cfb1a47887f81 | /math/CountPrimes_204.java | d9c01f88a4e689cefc1f0edb5f51846755a0ffa1 | [] | no_license | achilles1985/LeetCodeProblems | https://github.com/achilles1985/LeetCodeProblems | ce3e37c168b0303f657307b59f0c41c6f7160fb9 | 32f83fae659ef7e15a17d79f054f24a19ff52e4c | refs/heads/master | 2022-05-30T17:14:04.500000 | 2022-05-26T06:42:27 | 2022-05-26T06:42:27 | 127,000,115 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package math;
/** E
Count the number of prime numbers less than a non-negative number, n.
Example:
Input: 10
Output: 4
Explanation: There are 4 prime numbers less than 10, they are 2, 3, 5, 7.
*/
public class CountPrimes_204 {
public static void main(String[] args) {
CountPrimes_204 s = new CountPr... | UTF-8 | Java | 1,168 | java | CountPrimes_204.java | Java | [] | null | [] | package math;
/** E
Count the number of prime numbers less than a non-negative number, n.
Example:
Input: 10
Output: 4
Explanation: There are 4 prime numbers less than 10, they are 2, 3, 5, 7.
*/
public class CountPrimes_204 {
public static void main(String[] args) {
CountPrimes_204 s = new CountPr... | 1,168 | 0.492268 | 0.463058 | 47 | 23.765957 | 25.17193 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.468085 | false | false | 8 |
be7cfc4450fc789dd01af8783e16795794b393d3 | 28,406,913,742,451 | 3e81e28cdb7c3475667aaf9e3e638e61ac015a78 | /concurency/src/test/java/com/learn/pattern/AysncTest.java | f71c09552606c464111b9df6993202a7a33b5907 | [
"Apache-2.0"
] | permissive | kautuka/DesignPatterns | https://github.com/kautuka/DesignPatterns | cd4d52e760863e9e0050d084f6e183e7804e3bd2 | 98e4150ce5489a36d10ac75daeb44b82a6ddeb97 | refs/heads/master | 2021-01-11T03:41:55.771000 | 2016-12-19T02:49:39 | 2016-12-19T02:49:39 | 71,400,233 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.learn.pattern;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import java.util.concurrent.CompletableFuture;
import java.util.function.BinaryOperator;
import java.util.function.Function;
import java.util.function.Supplier;
import java.util.stream.Collectors;
import java.util.st... | UTF-8 | Java | 1,599 | java | AysncTest.java | Java | [] | null | [] | package com.learn.pattern;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import java.util.concurrent.CompletableFuture;
import java.util.function.BinaryOperator;
import java.util.function.Function;
import java.util.function.Supplier;
import java.util.stream.Collectors;
import java.util.st... | 1,599 | 0.629143 | 0.622889 | 66 | 23.227272 | 25.004725 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.424242 | false | false | 8 |
72f31d1ba351b362da9feaac7d79189c604b2cd9 | 970,662,630,604 | 15f7410267b7c9ed2803ec5d92d03ec6b2c754b2 | /psi_webppl_trans/psiExprBaseListener.java | 7a9bec105295377518c16a657ad4a4e180d00dca | [
"LicenseRef-scancode-unknown-license-reference",
"NCSA"
] | permissive | yekerr/PSense | https://github.com/yekerr/PSense | ad42eb9724e45d43b58a2fee3f4dc97a2b4fcdd2 | 939f99f594adae75fded3c7a7512a3d8245094dd | refs/heads/master | 2022-06-18T23:53:02.273000 | 2022-06-11T21:03:47 | 2022-06-11T21:03:47 | 97,529,808 | 6 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | // Generated from psiExpr.g4 by ANTLR 4.7.1
import org.antlr.v4.runtime.ParserRuleContext;
import org.antlr.v4.runtime.tree.ErrorNode;
import org.antlr.v4.runtime.tree.TerminalNode;
/**
* This class provides an empty implementation of {@link psiExprListener},
* which can be extended to create a listener which only ... | UTF-8 | Java | 14,059 | java | psiExprBaseListener.java | Java | [] | null | [] | // Generated from psiExpr.g4 by ANTLR 4.7.1
import org.antlr.v4.runtime.ParserRuleContext;
import org.antlr.v4.runtime.tree.ErrorNode;
import org.antlr.v4.runtime.tree.TerminalNode;
/**
* This class provides an empty implementation of {@link psiExprListener},
* which can be extended to create a listener which only ... | 14,059 | 0.673661 | 0.673163 | 542 | 24.94096 | 26.304354 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.98155 | false | false | 6 |
de216e612521b332a0cffc635b4b9ffa71fedaea | 26,199,300,536,696 | bc701da1fcab20265ba4de78d87940d416806125 | /src/com/hamsterfurtif/cop/inventory/Inventory.java | b27b43d21fa5e305197ea224b486670b7b64ba31 | [] | no_license | Gangstal/COP | https://github.com/Gangstal/COP | 383cb710878101130986c1fbf3b64de5cb573989 | 70d4850575f8ac421e81621a3ab06db8708e05ac | refs/heads/master | 2020-03-11T09:28:59.043000 | 2017-10-23T19:52:35 | 2017-10-23T19:52:35 | 129,912,733 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.hamsterfurtif.cop.inventory;
import java.util.ArrayList;
import org.newdawn.slick.Sound;
import com.hamsterfurtif.cop.inventory.slot.Slot;
public class Inventory {
public Slot primary;
public Slot secondary;
public static ArrayList<Sound> reloadSounds = new ArrayList<Sound>();
public void... | UTF-8 | Java | 1,457 | java | Inventory.java | Java | [] | null | [] | package com.hamsterfurtif.cop.inventory;
import java.util.ArrayList;
import org.newdawn.slick.Sound;
import com.hamsterfurtif.cop.inventory.slot.Slot;
public class Inventory {
public Slot primary;
public Slot secondary;
public static ArrayList<Sound> reloadSounds = new ArrayList<Sound>();
public void... | 1,457 | 0.689087 | 0.689087 | 87 | 15.747127 | 15.333247 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.022989 | false | false | 6 |
80175d7f3316abe857688eda8ce03f01b9658302 | 33,749,853,038,566 | dbff7941f2e8d5eb752543c222a894d0bf1ad9ae | /patterns/src/Adapter.java | c7bdc973f6cefd9c4f41940db3b9bc9430f4a55c | [] | no_license | VashchenkoAlex/ALevel | https://github.com/VashchenkoAlex/ALevel | fc95dd858a149f97dba06eb2cac91b174fa4a3d3 | 85240510a592a1656b89d3cc8350bb4440609a89 | refs/heads/master | 2021-09-17T03:34:42.771000 | 2018-06-27T10:45:05 | 2018-06-27T10:45:05 | 121,404,081 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import com.google.gson.Gson;
abstract class Adapter {
public static String personToJSON(Person person){
Gson gson = new Gson();
return gson.toJson(person);
}
public static Person getPersonFromJSON(String json){
Gson gson = new Gson();
return gson.fromJson(json, Person.class)... | UTF-8 | Java | 330 | java | Adapter.java | Java | [] | null | [] | import com.google.gson.Gson;
abstract class Adapter {
public static String personToJSON(Person person){
Gson gson = new Gson();
return gson.toJson(person);
}
public static Person getPersonFromJSON(String json){
Gson gson = new Gson();
return gson.fromJson(json, Person.class)... | 330 | 0.651515 | 0.651515 | 12 | 26.5 | 19.315365 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 6 |
1146786ebd2a4afa8b4d89a26e0f3f384135ed5a | 36,009,005,818,379 | 505e5449969575eb71c8126ec063849bfcdf0aad | /web-spring-boot/src/main/java/tech/edwardvan/webspringboot/service/impl/UserServiceImpl.java | 382e63fdddce6b53e2ce27aec036253a5dd07260 | [] | no_license | EdwardVan/tech-xyz | https://github.com/EdwardVan/tech-xyz | e263918428317a6de5e1c3dcd276d9099ad15305 | 4f356770a070e8f5b4854dd94f3a993963f954a4 | refs/heads/master | 2021-06-27T01:52:55.451000 | 2020-11-05T12:08:09 | 2020-11-05T12:08:09 | 164,688,700 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package tech.edwardvan.webspringboot.service.impl;
import lombok.extern.slf4j.Slf4j;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.cache.annotation.CacheConfig;
import org.springframework.cache.annotation.CacheEvict;
import org.springframework.cache.annotation.CachePut;
impo... | UTF-8 | Java | 4,210 | java | UserServiceImpl.java | Java | [
{
"context": "vice.IUserService;\n\n/**\n * 用户Service\n *\n * @author EdwardVan\n */\n@Service\n@CacheConfig(cacheNames = \"user\")\n@S",
"end": 733,
"score": 0.9771755337715149,
"start": 724,
"tag": "NAME",
"value": "EdwardVan"
}
] | null | [] | package tech.edwardvan.webspringboot.service.impl;
import lombok.extern.slf4j.Slf4j;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.cache.annotation.CacheConfig;
import org.springframework.cache.annotation.CacheEvict;
import org.springframework.cache.annotation.CachePut;
impo... | 4,210 | 0.69156 | 0.675471 | 108 | 29.5 | 23.264381 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.453704 | false | false | 6 |
00a9adc12821ef8cee38648e59817fbb0911ce88 | 35,837,207,125,744 | 6dc62536e4f83cf01415fce69255293e13cbe4f9 | /ChillySwerve/src/main/java/frc/ChillySwerve/ChillySwerve.java | 160b4e40b7f537c6510d04e869aac34c16566f69 | [] | no_license | FIRST1778/FRC-2019 | https://github.com/FIRST1778/FRC-2019 | 54d03db21da542817c8a6ba20b1c4570a756c086 | ba9b6b4c93eaeeee3fcd338a9ce95b1005b8f54e | refs/heads/master | 2021-11-27T07:06:36.949000 | 2021-11-09T05:20:29 | 2021-11-09T05:20:29 | 130,736,512 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package frc.ChillySwerve;
import edu.wpi.first.wpilibj.Joystick;
import frc.NetworkComm.InputOutputComm;
import frc.Systems.NavXSensor;
import frc.Utility.HardwareIDs;
import jaci.pathfinder.followers.EncoderFollower;
public class ChillySwerve {
//private static final double AUTO_DRIVE_ANGLE_CORRECT_COEFF = 0.02;
... | UTF-8 | Java | 15,704 | java | ChillySwerve.java | Java | [] | null | [] | package frc.ChillySwerve;
import edu.wpi.first.wpilibj.Joystick;
import frc.NetworkComm.InputOutputComm;
import frc.Systems.NavXSensor;
import frc.Utility.HardwareIDs;
import jaci.pathfinder.followers.EncoderFollower;
public class ChillySwerve {
//private static final double AUTO_DRIVE_ANGLE_CORRECT_COEFF = 0.02;
... | 15,704 | 0.68836 | 0.679699 | 443 | 34.451466 | 31.961803 | 126 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.790068 | false | false | 6 |
039f7984ec09578ed878ed36d41ffbec0f1adea4 | 19,069,654,835,884 | 7843922fea956928e3d67c60d30320a822026741 | /of_driver/src/main/java/org/flowforwarding/warp/protocol/ofmessages/IOFMessageProvider.java | ff107095ec945e01728fd5e6f40dce2519c2da64 | [
"Apache-2.0"
] | permissive | FlowForwarding/warp | https://github.com/FlowForwarding/warp | 6ec3f132f7d7f289bdf38dadf4a54a7aa8a49840 | a7d0a04374d3cceb0c5f511f8901deb745f94ac4 | refs/heads/master | 2020-06-05T11:12:01.762000 | 2015-01-09T11:58:05 | 2015-01-09T11:58:05 | 6,234,770 | 2 | 3 | null | false | 2014-12-30T13:07:51 | 2012-10-15T21:37:09 | 2014-11-06T08:28:34 | 2014-12-09T18:46:57 | 47,993 | 11 | 5 | 11 | Scala | null | null | package org.flowforwarding.warp.protocol.ofmessages;
import java.io.ByteArrayOutputStream;
import java.util.List;
import java.util.Map;
import org.apache.avro.Schema;
import org.flowforwarding.warp.protocol.ofmessages.OFMessageError.OFMessageErrorRef;
import org.flowforwarding.warp.protocol.ofmessages.OFMessageFlowMo... | UTF-8 | Java | 5,388 | java | IOFMessageProvider.java | Java | [] | null | [] | package org.flowforwarding.warp.protocol.ofmessages;
import java.io.ByteArrayOutputStream;
import java.util.List;
import java.util.Map;
import org.apache.avro.Schema;
import org.flowforwarding.warp.protocol.ofmessages.OFMessageError.OFMessageErrorRef;
import org.flowforwarding.warp.protocol.ofmessages.OFMessageFlowMo... | 5,388 | 0.715664 | 0.715664 | 174 | 29.965517 | 30.817762 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.33908 | false | false | 6 |
263b5625cb581f30ed2de576b93777c5c7856d92 | 5,222,680,269,572 | 828555ffc297df69df8533428822f75f9383b6c8 | /app/src/main/java/com/example/erp1/info/opsBean.java | 9f67b0a02f3c916dbd19ce65b6c9b1047600dc55 | [] | no_license | voicano61/ERP | https://github.com/voicano61/ERP | f8f84f51ce7ef8e29c4314503109ec9dafb5dc52 | f08e32ce49998849c723426c506c74ac82f8fe8d | refs/heads/master | 2021-04-03T17:39:37.296000 | 2020-05-27T12:45:00 | 2020-05-27T12:45:00 | 248,381,765 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.erp1.info;
public class opsBean {
}
| UTF-8 | Java | 58 | java | opsBean.java | Java | [] | null | [] | package com.example.erp1.info;
public class opsBean {
}
| 58 | 0.741379 | 0.724138 | 5 | 10.6 | 12.831212 | 30 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.2 | false | false | 6 |
919f42e937c63619e8eaa91b6ba8047f9e253678 | 13,795,434,980,881 | 4ac273d9b556d4f451320890c70d17f01929db79 | /src/main/java/cn/jaylen/codegenerator/dao/SysNoticeMapper.java | 8cc43b36eab6faa734cd9f5db900bdab06b52027 | [] | no_license | JaylenLiu/CodeGenerator | https://github.com/JaylenLiu/CodeGenerator | 6c6d3133f4c20ca2cf795f5e07ce9e7b8270e757 | a7d0989a498a84f948771c184628c09773a9cd7c | refs/heads/master | 2020-04-15T16:01:41.586000 | 2019-05-17T07:55:18 | 2019-05-17T07:55:18 | 164,815,770 | 3 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.jaylen.codegenerator.dao;
import cn.jaylen.codegenerator.entity.SysNotice;
import cn.jaylen.codegenerator.entity.example.SysNoticeExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
public interface SysNoticeMapper {
long countByExample(SysNoticeExample example);
int delete... | UTF-8 | Java | 905 | java | SysNoticeMapper.java | Java | [] | null | [] | package cn.jaylen.codegenerator.dao;
import cn.jaylen.codegenerator.entity.SysNotice;
import cn.jaylen.codegenerator.entity.example.SysNoticeExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
public interface SysNoticeMapper {
long countByExample(SysNoticeExample example);
int delete... | 905 | 0.78674 | 0.78674 | 30 | 29.200001 | 30.73044 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6 | false | false | 6 |
a013932229ce7b8e99ce57a1cf7f1a281b28d838 | 6,760,278,569,363 | 2fda0a2f1f5f5d4e7d72ff15a73a4d3e1e93abeb | /proFL-plugin-2.0.3/org/codehaus/groovy/ast/GroovyCodeVisitor.java | b961eef7eb5662f3e21dff2ae92101d55fddc558 | [
"MIT"
] | permissive | ycj123/Research-Project | https://github.com/ycj123/Research-Project | d1a939d99d62dc4b02d9a8b7ecbf66210cceb345 | 08296e0075ba0c13204944b1bc1a96a7b8d2f023 | refs/heads/main | 2023-05-29T11:02:41.099000 | 2021-06-08T13:33:26 | 2021-06-08T13:33:26 | 374,899,147 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | //
// Decompiled by Procyon v0.5.36
//
package org.codehaus.groovy.ast;
import org.codehaus.groovy.classgen.BytecodeExpression;
import org.codehaus.groovy.ast.expr.ClosureListExpression;
import org.codehaus.groovy.ast.expr.ArgumentListExpression;
import org.codehaus.groovy.ast.expr.CastExpression;
import org.codeha... | UTF-8 | Java | 6,408 | java | GroovyCodeVisitor.java | Java | [] | null | [] | //
// Decompiled by Procyon v0.5.36
//
package org.codehaus.groovy.ast;
import org.codehaus.groovy.classgen.BytecodeExpression;
import org.codehaus.groovy.ast.expr.ClosureListExpression;
import org.codehaus.groovy.ast.expr.ArgumentListExpression;
import org.codehaus.groovy.ast.expr.CastExpression;
import org.codeha... | 6,408 | 0.800094 | 0.791355 | 166 | 37.602409 | 25.804846 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.63253 | false | false | 6 |
cb4fd7c565e8eef170a3fdc2b0fd733d7c9f8a9b | 8,022,998,945,970 | 6ed2762a57bcb3ef2dfba12846fa6bf9f06b0de6 | /src/main/java/com/tomato/bean/User.java | 7d109bac98bc25938691023ba13db0d52e57063e | [] | no_license | jeff845997715/tomato | https://github.com/jeff845997715/tomato | 7531bbb8aa3403f96ce77327c93f3053a58b61d5 | 4171f9817638944dd3aadb11bdd373108154673e | refs/heads/master | 2020-05-24T17:21:04.875000 | 2019-05-19T06:54:43 | 2019-05-19T06:54:43 | 187,382,372 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.tomato.bean;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.Id;
import java.io.Serializable;
import java.util.Date;
/**
* user 实体类
*
* @author Jeff
* @create 2019/5/12
* @since 1.0.0
*/
@Entity(name="tb_user")
publi... | UTF-8 | Java | 2,051 | java | User.java | Java | [
{
"context": "ort java.util.Date;\n\n/**\n * user 实体类\n *\n * @author Jeff\n * @create 2019/5/12\n * @since 1.0.0\n */\n@Entity(",
"end": 249,
"score": 0.9836044907569885,
"start": 245,
"tag": "NAME",
"value": "Jeff"
},
{
"context": " = id;\n\t}\n\n\tpublic String getUsername() {\n\t... | null | [] | package com.tomato.bean;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.Id;
import java.io.Serializable;
import java.util.Date;
/**
* user 实体类
*
* @author Jeff
* @create 2019/5/12
* @since 1.0.0
*/
@Entity(name="tb_user")
publi... | 2,055 | 0.679707 | 0.674817 | 119 | 16.184874 | 14.704922 | 50 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.268908 | false | false | 6 |
ca75ba6b0b0e179e1bd29da4a3260b557259ac5c | 7,902,739,827,471 | c1acb93e6fb2238e4184ab45e656078ec39dce44 | /app/src/main/java/com/alphaford/pimapplication/Models/Chaine.java | 9dda4e93f5c6c1c2e4132d18bb24852e325de08b | [] | no_license | ahmedbhd/ClientApp | https://github.com/ahmedbhd/ClientApp | a733811a5b4409b8e193d7e345757b3c825cbb02 | 80aa45061d003ea9dda7f5919ce4a23c6ca2818a | refs/heads/master | 2020-03-18T00:01:22.438000 | 2018-05-31T04:22:17 | 2018-05-31T04:22:17 | 134,073,927 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.alphaford.pimapplication.Models;
/**
* Created by slim on 20/02/2018.
*/
public class Chaine {
private String nom_chaine;
private int nb_telesp;
private int nb_telesp_jour;
private int nb_telesp_mois;
public Chaine(String nom_chaine, int nb_telesp) {
this.nom_chaine = nom_ch... | UTF-8 | Java | 1,438 | java | Chaine.java | Java | [
{
"context": "lphaford.pimapplication.Models;\n\n/**\n * Created by slim on 20/02/2018.\n */\n\npublic class Chaine {\n pri",
"end": 68,
"score": 0.9994839429855347,
"start": 64,
"tag": "USERNAME",
"value": "slim"
}
] | null | [] | package com.alphaford.pimapplication.Models;
/**
* Created by slim on 20/02/2018.
*/
public class Chaine {
private String nom_chaine;
private int nb_telesp;
private int nb_telesp_jour;
private int nb_telesp_mois;
public Chaine(String nom_chaine, int nb_telesp) {
this.nom_chaine = nom_ch... | 1,438 | 0.607789 | 0.602225 | 63 | 21.825397 | 20.440033 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.380952 | false | false | 6 |
7b4acfceb64cc688740862f6b3cd279ee00f56f7 | 9,801,115,382,779 | 919956410561b9ab7fb2f512177adff9873777c2 | /src/application/Calculator.java | eb6ac7baeb0adf7feee783d2ac3bd84a16c6086c | [] | no_license | nohseungrae/hta | https://github.com/nohseungrae/hta | b8a8cd32e9023a3372cb3e76a4fd5c9fbf9e88db | 307b0b5465dd3a6fe4344a944c1e367d31245d05 | refs/heads/master | 2020-04-02T20:23:04.417000 | 2018-10-26T03:23:49 | 2018-10-26T03:23:49 | 154,767,058 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package application;
import java.net.URL;
import java.util.ArrayList;
import java.util.List;
import java.util.ResourceBundle;
import javafx.application.Application;
import javafx.fxml.FXML;
import javafx.fxml.FXMLLoader;
import javafx.fxml.Initializable;
import javafx.scene.Parent;
import javafx.scene.Sce... | UTF-8 | Java | 2,715 | java | Calculator.java | Java | [] | null | [] | package application;
import java.net.URL;
import java.util.ArrayList;
import java.util.List;
import java.util.ResourceBundle;
import javafx.application.Application;
import javafx.fxml.FXML;
import javafx.fxml.FXMLLoader;
import javafx.fxml.Initializable;
import javafx.scene.Parent;
import javafx.scene.Sce... | 2,715 | 0.619889 | 0.60884 | 126 | 19.547619 | 13.585477 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.492064 | false | false | 6 |
406a43799efe25f72675bcdddc5d20e5efe680d0 | 5,600,637,376,267 | bc56541c7a75d98cd1baafc9579fa4a57b427fcb | /src/main/java/de/minestar/Webpanel/core/WebpanelSettings.java | 446d4ca359dc33acc85ea13a071091e19cf458f3 | [] | no_license | MineStar/Webpanel | https://github.com/MineStar/Webpanel | fe5931fe74f0ec8ed4be8f18bb7af91793945fa2 | 483307f6eba6f5e22ea307e310a28ae4a492b114 | refs/heads/master | 2021-05-27T03:27:50.817000 | 2014-04-01T09:48:44 | 2014-04-01T09:48:44 | 16,704,265 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package de.minestar.Webpanel.core;
import java.io.File;
public class WebpanelSettings {
private static WebpanelSettings instance;
public static WebpanelSettings instance() {
return instance;
}
public WebpanelSettings(String pluginFolder) {
instance = this;
this.pluginFolde... | UTF-8 | Java | 1,154 | java | WebpanelSettings.java | Java | [] | null | [] | package de.minestar.Webpanel.core;
import java.io.File;
public class WebpanelSettings {
private static WebpanelSettings instance;
public static WebpanelSettings instance() {
return instance;
}
public WebpanelSettings(String pluginFolder) {
instance = this;
this.pluginFolde... | 1,154 | 0.671577 | 0.671577 | 50 | 22.08 | 20.619253 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.46 | false | false | 6 |
60aa905df54389a5ba1958b956fc35e344ea4965 | 27,865,747,827,225 | e0423cb62719fb20405061f6b122584a7a63738a | /src/fr/gouv/culture/thesaurus/service/impl/ExportType.java | 1e9bdfaa3276b698b4a1cce1286b79c8205aad04 | [
"LicenseRef-scancode-cecill-b-en"
] | permissive | culturecommunication/ginco-diff | https://github.com/culturecommunication/ginco-diff | 278425e15475996a3e7e8c5bdd078ad8f237dc6f | f0347f9e596ebc85afb54cd3273571ca1e42d99c | refs/heads/master | 2021-01-24T16:10:38.308000 | 2016-03-25T01:34:31 | 2016-03-25T01:34:31 | 14,426,800 | 5 | 5 | NOASSERTION | false | 2020-08-20T15:05:29 | 2013-11-15T14:49:37 | 2016-12-14T14:14:14 | 2016-03-25T02:12:33 | 24,997 | 4 | 4 | 2 | Java | false | false | /*
* This software is governed by the CeCILL-B license under French law and
* abiding by the rules of distribution of free software. You can use,
* modify and/or redistribute the software under the terms of the CeCILL-B
* license as circulated by CEA, CNRS and INRIA at the following URL
* "http://www.cecill.info".... | UTF-8 | Java | 2,486 | java | ExportType.java | Java | [] | null | [] | /*
* This software is governed by the CeCILL-B license under French law and
* abiding by the rules of distribution of free software. You can use,
* modify and/or redistribute the software under the terms of the CeCILL-B
* license as circulated by CEA, CNRS and INRIA at the following URL
* "http://www.cecill.info".... | 2,486 | 0.714113 | 0.7125 | 84 | 28.523809 | 28.025276 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.880952 | false | false | 6 |
662af8c8065f1a5b1b023d0879b7e3e68cd6ec3a | 19,550,691,133,328 | 0c35e113132f514081b34182b21b3ef50a001022 | /src/com/company/BombAttack.java | 6cdedfb99985a578f76986c80aa777b4a1d2ced3 | [] | no_license | justinjkim/InterfaceProject | https://github.com/justinjkim/InterfaceProject | c38cf6ae0ab1f1ceec9fa183751c322175b90210 | 24aaf5e3bcb749634443c7a0fe1c16609ed725ff | refs/heads/master | 2021-07-04T16:47:48.264000 | 2017-09-20T03:50:56 | 2017-09-20T03:50:56 | 103,981,768 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.company;
public interface BombAttack extends ProjectileAttack {
public String bombAttack();
}
| UTF-8 | Java | 111 | java | BombAttack.java | Java | [] | null | [] | package com.company;
public interface BombAttack extends ProjectileAttack {
public String bombAttack();
}
| 111 | 0.783784 | 0.783784 | 5 | 21.200001 | 20.153412 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 6 |
b854e300412e7cd79e88a282f9544087601952e2 | 9,680,856,292,700 | f46188c86197c6c458b7e858ab73e61929dcce60 | /src/main/java/com/unrealdinnerbone/yarm/Util/UUIDHelper.java | 5e669f39dfdb065d2beaada00d22ae777f7335eb | [] | no_license | UnRealDinnerbone/Yarm | https://github.com/UnRealDinnerbone/Yarm | 356c386d9f9b43b475c5593d516a34b7f7efbb5d | 280d862f8b336e058c16400d7f038c990416361e | HEAD | 2017-12-03T09:13:13.639000 | 2017-07-03T18:54:56 | 2017-07-03T18:54:56 | 38,439,788 | 1 | 5 | null | false | 2016-04-17T13:10:17 | 2015-07-02T15:10:14 | 2016-01-12T01:51:06 | 2016-04-17T01:59:34 | 8,303 | 1 | 2 | 0 | Java | null | null | package com.unrealdinnerbone.yarm.Util;
public class UUIDHelper {
public static final String UnRealDinnerbone = "ae9c317a-cf2e-43c5-9b32-37a6ae83879f";
}
| UTF-8 | Java | 159 | java | UUIDHelper.java | Java | [] | null | [] | package com.unrealdinnerbone.yarm.Util;
public class UUIDHelper {
public static final String UnRealDinnerbone = "ae9c317a-cf2e-43c5-9b32-37a6ae83879f";
}
| 159 | 0.792453 | 0.672956 | 5 | 30.799999 | 32.633724 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 6 |
bc182ee69a448c8891c4d53a4582ec366b2f9dbe | 21,388,937,186,002 | ee6b83d0345b64e2813104afb4cd78a0b40a4ade | /app/src/main/java/east/orientation/microlesson/mvp/presenter/CreatePresenter.java | 17423119be8fc05f0919803f7070d96faa2315b4 | [] | no_license | sway913/MicroLesson | https://github.com/sway913/MicroLesson | bab6d85b9797dbf15c4bb7b1ba541a507ae1085a | fea9fefb8279f62f663c2696536bf5401d61b700 | refs/heads/master | 2020-04-30T20:52:15.852000 | 2019-02-27T02:08:53 | 2019-02-27T02:08:54 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package east.orientation.microlesson.mvp.presenter;
import com.luck.picture.lib.entity.LocalMedia;
import java.util.List;
import east.orientation.microlesson.mvp.presenter.base.BasePresenter;
import east.orientation.microlesson.mvp.contract.CreateContract;
/**
* @author ljq
* @date 2018/11/27
*/
public class ... | UTF-8 | Java | 793 | java | CreatePresenter.java | Java | [
{
"context": "esson.mvp.contract.CreateContract;\n\n/**\n * @author ljq\n * @date 2018/11/27\n */\n\npublic class CreatePrese",
"end": 281,
"score": 0.9996529817581177,
"start": 278,
"tag": "USERNAME",
"value": "ljq"
}
] | null | [] | package east.orientation.microlesson.mvp.presenter;
import com.luck.picture.lib.entity.LocalMedia;
import java.util.List;
import east.orientation.microlesson.mvp.presenter.base.BasePresenter;
import east.orientation.microlesson.mvp.contract.CreateContract;
/**
* @author ljq
* @date 2018/11/27
*/
public class ... | 793 | 0.740227 | 0.730139 | 34 | 22.32353 | 27.878645 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.235294 | false | false | 6 |
4d64d92bce664f7fb9ea828014f16fe5d0afa132 | 32,916,629,425,246 | 01e19ad6e2a3bd706a5599e9d9927b0d89534d3d | /app/src/main/java/br/com/maldonado/instantet0/MapsActivity.java | 35949c6bec65a791a197ff35d6e466cc4ad7944b | [] | no_license | roniwahyu/EVAPO | https://github.com/roniwahyu/EVAPO | 63e9e148954e12ee99c6fe090bc8f1022c86397a | c60203ed8ee7a9539b53adb9da7f9f6291f5488e | refs/heads/master | 2020-12-19T00:28:59.888000 | 2019-05-07T22:37:23 | 2019-05-07T22:37:23 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.com.maldonado.instantet0;
import android.Manifest;
import android.animation.Animator;
import android.animation.AnimatorListenerAdapter;
import android.app.AlertDialog;
import android.content.DialogInterface;
import android.content.pm.PackageManager;
import android.location.Location;
import android.os.Build;... | UTF-8 | Java | 31,332 | java | MapsActivity.java | Java | [
{
"context": "util.List;\nimport java.util.Queue;\n\n/**\n * @author Walter Maldonado Jr.\n */\npublic class MapsActivity extends FragmentAc",
"end": 3266,
"score": 0.9998727440834045,
"start": 3247,
"tag": "NAME",
"value": "Walter Maldonado Jr"
}
] | null | [] | package br.com.maldonado.instantet0;
import android.Manifest;
import android.animation.Animator;
import android.animation.AnimatorListenerAdapter;
import android.app.AlertDialog;
import android.content.DialogInterface;
import android.content.pm.PackageManager;
import android.location.Location;
import android.os.Build;... | 31,319 | 0.566577 | 0.561215 | 760 | 40.226315 | 29.808712 | 146 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.567105 | false | false | 6 |
f71bbb4960f287e721e98c83f65b923266079e62 | 16,741,782,535,737 | f4244607f3e4b391cb91f66811101b70ae36ea32 | /mooc/mooc-class/src/main/java/edu/whut/cs/jee/mooc/mclass/repository/ExaminationRecordRepository.java | 5cf25df9b8cfe641151fec874acffe6c4f81503a | [] | no_license | HJ-tao/Java | https://github.com/HJ-tao/Java | 2a565d88017fd65fb2aa9d1c73eb49895b6f4f3e | 9a72abb1f7feded61122cff082210ed6450bda9f | refs/heads/master | 2023-06-07T22:56:02.029000 | 2021-07-04T01:15:35 | 2021-07-04T01:15:35 | 345,062,897 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package edu.whut.cs.jee.mooc.mclass.repository;
import edu.whut.cs.jee.mooc.common.persistence.BaseRepository;
import edu.whut.cs.jee.mooc.mclass.model.ExaminationRecord;
import org.springframework.data.domain.Sort;
import java.util.List;
public interface ExaminationRecordRepository extends BaseRepository<Examinatio... | UTF-8 | Java | 420 | java | ExaminationRecordRepository.java | Java | [] | null | [] | package edu.whut.cs.jee.mooc.mclass.repository;
import edu.whut.cs.jee.mooc.common.persistence.BaseRepository;
import edu.whut.cs.jee.mooc.mclass.model.ExaminationRecord;
import org.springframework.data.domain.Sort;
import java.util.List;
public interface ExaminationRecordRepository extends BaseRepository<Examinatio... | 420 | 0.82619 | 0.82619 | 12 | 34 | 33.115959 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 6 |
b85d5045ae8d82d74034ec33daa84e9305bbd765 | 16,741,782,534,574 | 38458c8fde4fdace2719a1a4ac643841367ea0b5 | /driver/src/main/java/ch/adrianelsener/train/driver/OccupiedBoardBeta.java | d730136fc25b314fe78eaedd99f2e8bcc8210b33 | [] | no_license | adrianelsener/train | https://github.com/adrianelsener/train | 23a09443ea986d89be83906fff5e2ed698404521 | 7bf3f2e0fc16c0822a314824d1541d8d577d79aa | refs/heads/master | 2020-05-21T22:17:11.988000 | 2017-01-08T21:35:14 | 2017-01-08T21:35:14 | 19,714,799 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ch.adrianelsener.train.driver;
import ch.adrianelsener.train.config.Config;
import ch.adrianelsener.train.denkovi.Board;
public class OccupiedBoardBeta extends AbstractBoard implements OccupiedBoardDriver {
public OccupiedBoardBeta(Config cfg, Board board) {
super(board, cfg, 0);
}
@Over... | UTF-8 | Java | 496 | java | OccupiedBoardBeta.java | Java | [] | null | [] | package ch.adrianelsener.train.driver;
import ch.adrianelsener.train.config.Config;
import ch.adrianelsener.train.denkovi.Board;
public class OccupiedBoardBeta extends AbstractBoard implements OccupiedBoardDriver {
public OccupiedBoardBeta(Config cfg, Board board) {
super(board, cfg, 0);
}
@Over... | 496 | 0.699597 | 0.697581 | 22 | 21.545454 | 22.936131 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.409091 | false | false | 6 |
375154b1ce0ee1a08afc2f289da5843723147df6 | 2,156,073,584,363 | 67dc90a7cf9c9f24c2279fa13cf6fae575367bfa | /app/src/main/java/com/example/administrator/wanandroid/base/ICustomViewActionListener.java | 08eef77a5d137e42779a99d25db52af8f1fd8c2c | [] | no_license | YangRT/WanAndroid | https://github.com/YangRT/WanAndroid | 5ec1f51709319e381cae9855af4665e2e40f1cd5 | 9acd47008c151d3028de7917aa864326cc274167 | refs/heads/master | 2020-04-28T23:24:09.667000 | 2020-02-14T10:02:34 | 2020-02-14T10:02:34 | 175,653,574 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.administrator.wanandroid.base;
import android.view.View;
public interface ICustomViewActionListener {
void onAction(View view, BaseCustomViewModel viewModel);
}
| UTF-8 | Java | 189 | java | ICustomViewActionListener.java | Java | [] | null | [] | package com.example.administrator.wanandroid.base;
import android.view.View;
public interface ICustomViewActionListener {
void onAction(View view, BaseCustomViewModel viewModel);
}
| 189 | 0.809524 | 0.809524 | 9 | 20 | 23.715912 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.444444 | false | false | 6 |
00d8104bb9c1b40112385a7abbd7c6df25eecd94 | 29,248,727,327,858 | 46734ff61c267c792f9b26f13c66a464a39965dd | /hezhi/src/com/wukong/hezhi/adapter/GameCenterActivityAdapter.java | 10b6d70eacf61a52de891c103b6fb0dabea0e508 | [] | no_license | lynlz1900/hezhi1 | https://github.com/lynlz1900/hezhi1 | 97d4a5ed3b49364a9dc4e9e18cacc38938b3ded7 | 7e6aae4ecdd42ef057258313efa4a67ed8b6d4fd | refs/heads/master | 2021-05-12T18:16:55.086000 | 2018-01-11T06:27:20 | 2018-01-11T06:27:20 | 117,059,357 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.wukong.hezhi.adapter;
import java.util.ArrayList;
import java.util.List;
import android.app.Activity;
import android.content.pm.PackageInfo;
import android.content.pm.PackageManager.NameNotFoundException;
import android.view.View;
import android.view.View.OnClickListener;
import android.view.ViewGroup;
im... | UTF-8 | Java | 4,714 | java | GameCenterActivityAdapter.java | Java | [] | null | [] | package com.wukong.hezhi.adapter;
import java.util.ArrayList;
import java.util.List;
import android.app.Activity;
import android.content.pm.PackageInfo;
import android.content.pm.PackageManager.NameNotFoundException;
import android.view.View;
import android.view.View.OnClickListener;
import android.view.ViewGroup;
im... | 4,714 | 0.694685 | 0.693388 | 166 | 26.879519 | 19.849977 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.680723 | false | false | 6 |
7a81708027548ee02113cb35138eb54d6020bc32 | 27,934,467,356,549 | 4aa90348abcb2119011728dc067afd501f275374 | /app/src/main/java/com/tencent/mm/plugin/wallet_core/model/i.java | a2684d4351da3ac1d01063d51f84a16db54e8799 | [] | no_license | jambestwick/HackWechat | https://github.com/jambestwick/HackWechat | 0d4ceb2d79ccddb45004ca667e9a6a984a80f0f6 | 6a34899c8bfd50d19e5a5ec36a58218598172a6b | refs/heads/master | 2022-01-27T12:48:43.446000 | 2021-12-29T10:36:30 | 2021-12-29T10:36:30 | 249,366,791 | 0 | 0 | null | true | 2020-03-23T07:48:32 | 2020-03-23T07:48:32 | 2020-03-23T07:48:28 | 2018-02-02T05:34:08 | 27,006 | 0 | 0 | 0 | null | false | false | package com.tencent.mm.plugin.wallet_core.model;
import android.app.Activity;
import android.content.Context;
import android.content.DialogInterface;
import android.content.DialogInterface.OnClickListener;
import android.content.Intent;
import android.net.wifi.ScanResult;
import android.net.wifi.WifiInfo;
import andro... | UTF-8 | Java | 11,629 | java | i.java | Java | [] | null | [] | package com.tencent.mm.plugin.wallet_core.model;
import android.app.Activity;
import android.content.Context;
import android.content.DialogInterface;
import android.content.DialogInterface.OnClickListener;
import android.content.Intent;
import android.net.wifi.ScanResult;
import android.net.wifi.WifiInfo;
import andro... | 11,629 | 0.519133 | 0.509588 | 283 | 40.091873 | 39.220478 | 229 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.936396 | false | false | 6 |
bfcd4433f07b7c6f0582821a7095bf5e22f52b7a | 31,241,592,128,515 | 0d76416c69a5f0a9a9a07e751cfc1b4a26cdd05b | /src/test/java/com/wm/jcgl/getGeomapInfo.java | 69eb9486924db57db6ad4d9eea40b429909c8679 | [] | no_license | WOM89757/jcgl | https://github.com/WOM89757/jcgl | 8d7196e09a25a4e7f5b6c8b946ce59ada0124944 | 669eb388417b65a19805d4a471796894485458fb | refs/heads/master | 2022-06-22T16:47:18.129000 | 2022-06-08T10:20:08 | 2022-06-08T10:20:08 | 252,083,680 | 0 | 0 | null | false | 2022-06-17T03:04:26 | 2020-04-01T05:48:06 | 2022-06-08T10:20:12 | 2022-06-17T03:04:26 | 10,325 | 0 | 0 | 3 | JavaScript | false | false | package com.wm.jcgl;
import com.alibaba.fastjson.JSON;
import com.alibaba.fastjson.JSONArray;
import com.alibaba.fastjson.JSONObject;
import okhttp3.ConnectionPool;
import okhttp3.OkHttpClient;
import okhttp3.Request;
import okhttp3.Response;
import java.io.IOException;
import java.util.HashMap;
import java.util.Map;... | UTF-8 | Java | 2,438 | java | getGeomapInfo.java | Java | [] | null | [] | package com.wm.jcgl;
import com.alibaba.fastjson.JSON;
import com.alibaba.fastjson.JSONArray;
import com.alibaba.fastjson.JSONObject;
import okhttp3.ConnectionPool;
import okhttp3.OkHttpClient;
import okhttp3.Request;
import okhttp3.Response;
import java.io.IOException;
import java.util.HashMap;
import java.util.Map;... | 2,438 | 0.601064 | 0.58156 | 61 | 35.983608 | 32.877064 | 162 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.901639 | false | false | 6 |
5ac7e0f6d181a9959a50459a0053d1961c4e4d8a | 21,071,109,613,065 | 9b02cf3b984f4ae0742965622a3819169601ab02 | /src/org/jiaowei/entity/WxStatusTmpTEntity.java | 9cd31016824a20cb504c4349cba9b56a655de238 | [] | no_license | wujie1314/JWWX | https://github.com/wujie1314/JWWX | 3576681cbda21b666e1107215ce3eff80ce6fa3b | f427e724d6586723b4e7f9cab4b7a73f0370abe9 | refs/heads/master | 2020-03-24T23:11:53.717000 | 2018-06-25T02:08:47 | 2018-06-25T02:08:47 | 143,122,859 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.jiaowei.entity;
import java.sql.Timestamp;
import javax.persistence.Basic;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.SequenceGenerator;
import jav... | UTF-8 | Java | 7,362 | java | WxStatusTmpTEntity.java | Java | [
{
"context": "rt javax.persistence.Transient;\n\n/**\n * Created by alex on 15-12-31.\n */\n@Entity\n@Table(name = \"WX_STATUS",
"end": 401,
"score": 0.9995557069778442,
"start": 397,
"tag": "USERNAME",
"value": "alex"
}
] | null | [] | package org.jiaowei.entity;
import java.sql.Timestamp;
import javax.persistence.Basic;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.SequenceGenerator;
import jav... | 7,362 | 0.687518 | 0.68326 | 306 | 21.254902 | 19.098141 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.686275 | false | false | 6 |
6cb4111a8ef261158c12b6e20ee29578f095ce23 | 22,797,686,443,786 | 13e7fc4612fce3424e2c86f590c3e59cd8e6826b | /src/algorithms/Heuristic.java | aa81d51bb7fca08e689c16eb9e428f6da9f6437e | [] | no_license | iver62/SMTWTP | https://github.com/iver62/SMTWTP | 054daac81b2d16998ed3b47a9a4126060b630dbf | baa0d22dd3e04f67bfd1768061c1e7e615a4672d | refs/heads/master | 2021-01-12T14:53:05.542000 | 2016-12-20T10:42:05 | 2016-12-20T10:42:05 | 68,934,419 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package algorithms;
import models.Instance;
public abstract class Heuristic {
public abstract Instance run(Instance i);
}
| UTF-8 | Java | 129 | java | Heuristic.java | Java | [] | null | [] | package algorithms;
import models.Instance;
public abstract class Heuristic {
public abstract Instance run(Instance i);
}
| 129 | 0.767442 | 0.767442 | 9 | 13.333333 | 15.44884 | 42 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 6 |
17b43cc158a004830313edbee9a1abde8a43ec9c | 6,451,040,913,344 | f1add0ce060ce0288d2181bb2b045b7179705782 | /software/washu-commons/src/test/java/edu/wustl/common/jobmanager/DummyJob.java | 776f7c1180ea1e9d9f0a4ed32eb7d4bec5e82c1b | [
"BSD-3-Clause",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | NCIP/commons-module | https://github.com/NCIP/commons-module | e2168837eec1214e28319758d74738560cf6509f | fe2ea52857533707c27d5a4105de8a1ce479b084 | refs/heads/master | 2020-05-31T03:16:03.498000 | 2013-07-11T02:00:35 | 2013-07-11T02:00:35 | 10,502,937 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*L
* Copyright Washington University in St. Louis, SemanticBits, Persistent Systems, Krishagni.
*
* Distributed under the OSI-approved BSD 3-Clause License.
* See http://ncip.github.com/commons-module/LICENSE.txt for details.
*/
package edu.wustl.common.jobmanager;
import edu.wustl.common.jobmanager.Jo... | UTF-8 | Java | 687 | java | DummyJob.java | Java | [] | null | [] | /*L
* Copyright Washington University in St. Louis, SemanticBits, Persistent Systems, Krishagni.
*
* Distributed under the OSI-approved BSD 3-Clause License.
* See http://ncip.github.com/commons-module/LICENSE.txt for details.
*/
package edu.wustl.common.jobmanager;
import edu.wustl.common.jobmanager.Jo... | 687 | 0.736536 | 0.73508 | 30 | 20.9 | 28.92905 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.766667 | false | false | 6 |
110d45614434c1995ca256b6c5f7e0aaa941ddec | 17,755,394,836,572 | 24bd9e6f4962742c20ddc273b4afd2194c3929ce | /src/main/java/com/jeffplaisance/serialization/CodeGenerator.java | 686502506b012340bfb1377571a9826a00dd7319 | [] | no_license | kleopatra999/serialization | https://github.com/kleopatra999/serialization | badc9cab612ee984da06a63030eeafc5c99f9ec2 | 4c4aa50106da3945b7069932db0e77c0c10e868c | refs/heads/master | 2021-01-11T16:42:24.610000 | 2011-12-14T06:47:28 | 2011-12-14T06:47:28 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jeffplaisance.serialization;
import com.jeffplaisance.serialization.ast.Include;
import com.jeffplaisance.serialization.ast.Struct;
import com.jeffplaisance.serialization.ast.Union;
import java.io.Closeable;
/**
* @author jplaisance
*/
public interface CodeGenerator extends Closeable {
public void... | UTF-8 | Java | 513 | java | CodeGenerator.java | Java | [
{
"context": ".Union;\n\nimport java.io.Closeable;\n\n/**\n * @author jplaisance\n */\npublic interface CodeGenerator extends Closea",
"end": 248,
"score": 0.9996171593666077,
"start": 238,
"tag": "USERNAME",
"value": "jplaisance"
}
] | null | [] | package com.jeffplaisance.serialization;
import com.jeffplaisance.serialization.ast.Include;
import com.jeffplaisance.serialization.ast.Struct;
import com.jeffplaisance.serialization.ast.Union;
import java.io.Closeable;
/**
* @author jplaisance
*/
public interface CodeGenerator extends Closeable {
public void... | 513 | 0.773879 | 0.773879 | 23 | 21.304348 | 21.068077 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.434783 | false | false | 6 |
ed96d61e891321a9510028e09a05e065d1d2bfea | 32,521,492,423,620 | a538a90de819a78ea49221a961e95f8e25a7b3b0 | /RoutePlanning/src/main/java/edu/swfu/routeplanning/service/IBusStopService.java | f9ef477f421065e00fe09a157a9c11a75cb789a0 | [
"Apache-2.0"
] | permissive | monkeycc321/research | https://github.com/monkeycc321/research | 561ec5214d8d7a74b04b40cd877d5338facc4578 | 34e563201a77dc2d75345e5e3c044db2d49efb8a | refs/heads/master | 2020-12-28T04:28:00.838000 | 2020-02-05T02:55:12 | 2020-02-05T02:55:12 | 238,181,717 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package edu.swfu.routeplanning.service;
import java.util.List;
import edu.swfu.gis.entity.TGeometry;
import edu.swfu.gis.service.IFeatureService;
import edu.swfu.routeplanning.entity.BusStop;
public interface IBusStopService extends IFeatureService<BusStop>{
public String getStopId(String name,TGeometry g... | UTF-8 | Java | 550 | java | IBusStopService.java | Java | [] | null | [] | package edu.swfu.routeplanning.service;
import java.util.List;
import edu.swfu.gis.entity.TGeometry;
import edu.swfu.gis.service.IFeatureService;
import edu.swfu.routeplanning.entity.BusStop;
public interface IBusStopService extends IFeatureService<BusStop>{
public String getStopId(String name,TGeometry g... | 550 | 0.801818 | 0.798182 | 15 | 34.666668 | 28.501852 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.133333 | false | false | 6 |
851a7154a01eff299247b8800f215016e4a1c485 | 24,300,924,980,023 | 441ecede974d6e1549e96f0978dd1e59d5b624bd | /src/main/java/com/tricast/beans/PeriodType.java | 7f11210879f4968d71ca939e347f941d7bc205d7 | [] | no_license | Tricast-Java-Course-2016/tricast_2016 | https://github.com/Tricast-Java-Course-2016/tricast_2016 | dcedfcc1e0cc07ddd26426b64161b586bb57d3eb | 0dcc49a7feafbc87fa052e6780502e8215798f56 | refs/heads/master | 2021-01-12T13:39:36.359000 | 2016-12-08T13:05:04 | 2016-12-08T13:05:04 | 70,059,796 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.tricast.beans;
public enum PeriodType {
FIRSTHALF(1),
SECONDHALF(2),
NINETYNINEMINS(3),
FULLTIME(4);
private long typeId;
private PeriodType(long typeId) {
this.typeId = typeId;
}
public long getTypeId() {
return typeId;
}
public void setTypeId(long typeId) {
this.... | UTF-8 | Java | 634 | java | PeriodType.java | Java | [] | null | [] | package com.tricast.beans;
public enum PeriodType {
FIRSTHALF(1),
SECONDHALF(2),
NINETYNINEMINS(3),
FULLTIME(4);
private long typeId;
private PeriodType(long typeId) {
this.typeId = typeId;
}
public long getTypeId() {
return typeId;
}
public void setTypeId(long typeId) {
this.... | 634 | 0.635647 | 0.629338 | 38 | 14.684211 | 13.496794 | 43 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.631579 | false | false | 6 |
88603ca565d66c99d8b00b7c08cabfa28b0663d0 | 23,648,089,963,350 | 3db2507c4d4b384412c2c6c16c30c1364440b829 | /palindrome.java | 6efde6f44f89e33fac5d0315bb8e90771751ee97 | [] | no_license | Gayatri-soni/gayatri_acadview | https://github.com/Gayatri-soni/gayatri_acadview | 34bf7f61b7676e39476a4af9db6a33c6f75116ab | efe3fda766c620892331310a64105852d350deac | refs/heads/master | 2021-01-24T19:38:39.538000 | 2018-04-05T09:09:10 | 2018-04-05T09:09:10 | 123,242,483 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package gayatriproject1;
public class palindrome {
public static void main(String args[]) {
int sum=0,r,n,temp;
n=505;
temp=n;
while(n>0) {
r=n%10;
sum=(sum*10)+r;
n=n/10;
}
if(temp==sum) {
System.out.println("this number is a pallindrome");
}
else {
System.out.println("this is not a pallindrome"... | UTF-8 | Java | 342 | java | palindrome.java | Java | [] | null | [] | package gayatriproject1;
public class palindrome {
public static void main(String args[]) {
int sum=0,r,n,temp;
n=505;
temp=n;
while(n>0) {
r=n%10;
sum=(sum*10)+r;
n=n/10;
}
if(temp==sum) {
System.out.println("this number is a pallindrome");
}
else {
System.out.println("this is not a pallindrome"... | 342 | 0.611111 | 0.576023 | 21 | 15 | 15.531841 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.857143 | false | false | 6 |
44e70a21f02076c8939fbbfcbec44d97920848f4 | 300,647,732,126 | 97ca8c7ee99ebe8a40995389e5b341814dd651d4 | /warehouse/warehouse.server/src/main/java/com/chinaway/warehouse/basic/dao/BillMapper.java | 973b57d5ff14c535f36600f24b9a96cb02a70ea2 | [
"Apache-2.0"
] | permissive | shuxiaoxiao/warehouse | https://github.com/shuxiaoxiao/warehouse | 1c84f30cef91d5bd01155c3977e99939273e7a52 | b0df31ea5305b0f16933e22269ca17c769c08e0a | refs/heads/master | 2017-04-23T08:03:26.943000 | 2016-11-23T07:53:27 | 2016-11-23T07:53:27 | 64,757,530 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.chinaway.warehouse.basic.dao;
import java.util.List;
import java.util.Map;
import com.chinaway.warehouse.basic.model.Bill;
import com.chinaway.warehouse.core.BaseMapper;
public interface BillMapper extends BaseMapper<Bill, Integer> {
double getwlCurrentTotalSum(Integer wlcompanyid);
double getwlTotal... | UTF-8 | Java | 628 | java | BillMapper.java | Java | [] | null | [] | package com.chinaway.warehouse.basic.dao;
import java.util.List;
import java.util.Map;
import com.chinaway.warehouse.basic.model.Bill;
import com.chinaway.warehouse.core.BaseMapper;
public interface BillMapper extends BaseMapper<Bill, Integer> {
double getwlCurrentTotalSum(Integer wlcompanyid);
double getwlTotal... | 628 | 0.792994 | 0.791401 | 26 | 23.192308 | 24.802324 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 6 |
fb56a79f7aa2927be1289e9f4707b649e8eb6cd2 | 32,770,600,534,149 | fad9a9d69875d79e34c9a468e439386530f9e72a | /ssh-demo/src/main/java/ssh/demo/entity/Type.java | ddf465bffde5bb890cd6b2673213b55118c55f5f | [] | no_license | jinqinghua/ssh | https://github.com/jinqinghua/ssh | 74c6e2f809b94d2056547a32ad6049709157b36c | 2b97fca51162ca1393e31220749fe756faa342d5 | refs/heads/master | 2020-02-07T12:49:10.051000 | 2013-12-25T07:17:42 | 2013-12-25T07:17:42 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ssh.demo.entity;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.Table;
import javax.persistence.UniqueConstraint;
import javax.validation.constraints.NotNull;
import org.hibernate.annotations.Cache;
import org.hibernate.annotations.CacheConcurrencyStrategy;... | UTF-8 | Java | 2,814 | java | Type.java | Java | [] | null | [] | package ssh.demo.entity;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.Table;
import javax.persistence.UniqueConstraint;
import javax.validation.constraints.NotNull;
import org.hibernate.annotations.Cache;
import org.hibernate.annotations.CacheConcurrencyStrategy;... | 2,814 | 0.724063 | 0.713977 | 112 | 22.785715 | 22.244755 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.107143 | false | false | 6 |
71f36d910a68f0e97021d4b2bb9b750d626c8387 | 31,945,966,806,435 | 27f6a988ec638a1db9a59cf271f24bf8f77b9056 | /Code-Hunt-data/users/User006/Sector3-Level4/attempt015-20140920-150202.java | af12c66232d8bc0f517cfddfbf2886dde6e3bf33 | [] | no_license | liiabutler/Refazer | https://github.com/liiabutler/Refazer | 38eaf72ed876b4cfc5f39153956775f2123eed7f | 991d15e05701a0a8582a41bf4cfb857bf6ef47c3 | refs/heads/master | 2021-07-22T06:44:46.453000 | 2017-10-31T01:43:42 | 2017-10-31T01:43:42 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
public class Program {
public static Boolean Puzzle(char c) {
return ((int)c%2!=0&&c!='y')||c==' '||c=='p';
}
} | UTF-8 | Java | 121 | java | attempt015-20140920-150202.java | Java | [] | null | [] |
public class Program {
public static Boolean Puzzle(char c) {
return ((int)c%2!=0&&c!='y')||c==' '||c=='p';
}
} | 121 | 0.53719 | 0.520661 | 5 | 23 | 19.235384 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 6 |
7f3276faef8e6b3cc43794db87d7086908265b65 | 16,260,746,195,561 | bad66f68cb64c1da53605d90fa6db227d2ed53cf | /src/com/mcmod/injection/McClassLoader.java | c013fe79b3a9531e5ad6515b2d4697f96604c376 | [
"MIT"
] | permissive | mlaux/mcmod | https://github.com/mlaux/mcmod | 63e7419a81e74a7f29f0a9017fabe93c3f06d647 | aa59da19e7fe7c9b1d70aa0697dc2fec5a013d38 | refs/heads/master | 2020-05-17T11:57:20.784000 | 2015-06-09T04:10:42 | 2015-06-09T04:10:42 | 37,109,293 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mcmod.injection;
import java.io.IOException;
import java.net.MalformedURLException;
import java.net.URL;
import java.util.Enumeration;
import java.util.HashMap;
import java.util.Map;
import java.util.jar.JarEntry;
import java.util.jar.JarFile;
import org.objectweb.asm.ClassReader;
import org.objectweb.asm... | UTF-8 | Java | 3,867 | java | McClassLoader.java | Java | [] | null | [] | package com.mcmod.injection;
import java.io.IOException;
import java.net.MalformedURLException;
import java.net.URL;
import java.util.Enumeration;
import java.util.HashMap;
import java.util.Map;
import java.util.jar.JarEntry;
import java.util.jar.JarFile;
import org.objectweb.asm.ClassReader;
import org.objectweb.asm... | 3,867 | 0.715542 | 0.715283 | 138 | 27.02174 | 21.619057 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.398551 | false | false | 6 |
a30f1e7ff040f2101881eb85bebd6127ef2a439e | 32,684,701,176,665 | 75a3bdddcd9d90384655742d8d3cd8743814c481 | /EasyTools/src/com/cd/easytools/base/EasyToolsActivity.java | 157c910228017a5312b5a0d1085d766cc7d27f10 | [
"Apache-2.0"
] | permissive | codedavid/EasyTools | https://github.com/codedavid/EasyTools | d1acaa749ef374fab5e1006d786ff2179cc80380 | fc71e4e71de12009ef133a98fbc8e7e9aa35a59b | refs/heads/master | 2016-08-11T16:07:07.707000 | 2016-06-12T09:52:34 | 2016-06-12T09:52:34 | 55,131,964 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.cd.easytools.base;
import android.annotation.SuppressLint;
import android.app.ActionBar;
import android.content.Intent;
import android.content.IntentFilter;
import android.graphics.drawable.ColorDrawable;
import android.net.ConnectivityManager;
import android.os.Bundle;
import android.support.v4.app.Fragme... | UTF-8 | Java | 6,211 | java | EasyToolsActivity.java | Java | [
{
"context": "right_img);\n\t\t}\n\t}\n\n\t/**\n\t * 网络监控\n\t * \n\t * @author Administrator\n\t * <RelativeLayout android:id=\"@+id/titl",
"end": 2678,
"score": 0.9935988187789917,
"start": 2665,
"tag": "NAME",
"value": "Administrator"
}
] | null | [] | package com.cd.easytools.base;
import android.annotation.SuppressLint;
import android.app.ActionBar;
import android.content.Intent;
import android.content.IntentFilter;
import android.graphics.drawable.ColorDrawable;
import android.net.ConnectivityManager;
import android.os.Bundle;
import android.support.v4.app.Fragme... | 6,211 | 0.671113 | 0.66858 | 237 | 23.995781 | 21.450069 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.691983 | false | false | 6 |
60e7f6f1258e191a4384cdbaed3cd95952dca051 | 22,952,305,265,930 | 61f7c1f9124f792d0921bab5f3130bd444c189c7 | /src/ui/LoaiSanPhamJDialog.java | b95c808f829c735128001c980114d070e452f1a0 | [] | no_license | vovanthang-code/fashionshop | https://github.com/vovanthang-code/fashionshop | ea13010975fa55ca5a070888c1c0552f245d6033 | ce627c36cad41718a48f7a643e3b286d3ebd94af | refs/heads/master | 2023-06-24T07:43:48.450000 | 2021-07-24T06:57:14 | 2021-07-24T06:57:14 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package ui;
import dao.LoaiSanPhamDAO;
import java.util.Date;
import java.util.List;
import javax.swing.table.DefaultTableModel;
impor... | UTF-8 | Java | 12,434 | java | LoaiSanPhamJDialog.java | Java | [
{
"context": "tils.Auth;\nimport utils.MsgBox;\n\n/**\n *\n * @author vvtvo\n */\npublic class LoaiSanPhamJDialog extends javax",
"end": 405,
"score": 0.999652624130249,
"start": 400,
"tag": "USERNAME",
"value": "vvtvo"
}
] | null | [] | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package ui;
import dao.LoaiSanPhamDAO;
import java.util.Date;
import java.util.List;
import javax.swing.table.DefaultTableModel;
impor... | 12,434 | 0.595479 | 0.592401 | 308 | 39.074677 | 32.46883 | 162 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.519481 | false | false | 6 |
4a0268926918829bbf4593f6ed943adc189c2b27 | 687,194,781,746 | 3403ef2720b3d77af114a5f08930a65a9d1dd020 | /src/main/java/com/example/ObterDoisPrimeirosNumeros.java | 933d15080fb6be38e07013656a9e424c3b320648 | [
"MIT"
] | permissive | silvioedu/Redis-demo | https://github.com/silvioedu/Redis-demo | c3525740d701de4f64ac8a2e31f97e439eca23e3 | 82ae8bc0a117f02c7591bcca9046b32264839d84 | refs/heads/master | 2022-12-16T17:23:04.068000 | 2020-09-15T11:34:48 | 2020-09-15T11:34:48 | 295,705,938 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example;
import redis.clients.jedis.Jedis;
public class ObterDoisPrimeirosNumeros {
static Jedis jedis;
public String buscarDoisPrimeirosDigitos(){
String chave = "resultado:megasena";
return jedis.getrange(chave, 0, 4);
}
public static void main(String[] args) {
... | UTF-8 | Java | 544 | java | ObterDoisPrimeirosNumeros.java | Java | [] | null | [] | package com.example;
import redis.clients.jedis.Jedis;
public class ObterDoisPrimeirosNumeros {
static Jedis jedis;
public String buscarDoisPrimeirosDigitos(){
String chave = "resultado:megasena";
return jedis.getrange(chave, 0, 4);
}
public static void main(String[] args) {
... | 544 | 0.672794 | 0.669118 | 22 | 23.727272 | 23.998451 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 6 |
e06f861236c20b58a50a0ba3eb316d9a96a8797d | 16,681,652,981,509 | 7c2b93aa24262b3a4c54f2bcf70e4d771b444a56 | /Hard/23. Merge K Sorted Lists.java | da51eb9a0660439ac815ea3903c95d2ac5ce6093 | [] | no_license | MathewChanda/Leetcode-Solutions | https://github.com/MathewChanda/Leetcode-Solutions | 954ba369e728104de5c7247995b6a42095dcef21 | aaba0b12413fb1c0f6e823f9b5e5947c30f2b7af | refs/heads/master | 2023-02-08T19:32:27.661000 | 2020-12-30T12:23:49 | 2020-12-30T12:23:49 | 260,621,443 | 1 | 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 mergeKLists(ListNode[] ... | UTF-8 | Java | 1,234 | java | 23. Merge K Sorted Lists.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 mergeKLists(ListNode[] ... | 1,234 | 0.538898 | 0.537277 | 38 | 31.5 | 26.380566 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.447368 | false | false | 6 |
ea18d67dd909225e1d54d3cac0c5e9d6b3d711c8 | 16,681,652,981,692 | 555942683ee9a66cc23725e925e7b600c173ea8d | /app/src/main/java/com/example/alumno/myapplication/AltaProfActivity.java | 9ee9af33bc4fd4961d3630ed391e5df952660d77 | [] | no_license | reiserf/practica5PDM | https://github.com/reiserf/practica5PDM | b3d45ad4a3691a48bcf00e0fd43b5282c49b35d0 | 9b46fcc5bdacdb4cab0ab3b7e3e6ecd8e1d3ccae | refs/heads/master | 2021-01-11T14:15:46.802000 | 2017-02-07T21:35:15 | 2017-02-07T21:35:15 | 81,256,085 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.alumno.myapplication;
import android.database.DatabaseUtils;
import android.os.Bundle;
import android.support.v7.app.ActionBar;
import android.support.v7.app.AppCompatActivity;
import android.util.Log;
import android.view.View;
import android.widget.Button;
import android.widget.DatePicker;
import ... | UTF-8 | Java | 5,363 | java | AltaProfActivity.java | Java | [] | null | [] | package com.example.alumno.myapplication;
import android.database.DatabaseUtils;
import android.os.Bundle;
import android.support.v7.app.ActionBar;
import android.support.v7.app.AppCompatActivity;
import android.util.Log;
import android.view.View;
import android.widget.Button;
import android.widget.DatePicker;
import ... | 5,363 | 0.601343 | 0.599478 | 164 | 31.695122 | 30.531347 | 136 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.518293 | false | false | 6 |
4763df44d3db055289c0227a522e77ff39bee9bb | 8,229,157,377,232 | 413b934c75391f1ef79144e60e76347d1ce8b03e | /src/main/java/program/learning/leetcode/leetcode/editor/cn/Id841KeysAndRooms.java | e0f6ffe55bd2c5dba749e5e5501fc1fcda5b2c2a | [] | no_license | sara753951/HelloWorld | https://github.com/sara753951/HelloWorld | 6286c206fc64079bef3ac20c893c4f32bd16f970 | c3b2feb2776ddba04a28248cc33df5ce554d0cf4 | refs/heads/master | 2022-09-09T12:29:20.512000 | 2021-06-27T07:16:35 | 2021-06-27T07:16:35 | 91,788,219 | 0 | 1 | null | false | 2022-09-01T23:00:42 | 2017-05-19T09:12:17 | 2021-06-27T07:19:09 | 2022-09-01T23:00:41 | 6,024 | 0 | 0 | 8 | Java | false | false | //有 N 个房间,开始时你位于 0 号房间。每个房间有不同的号码:0,1,2,...,N-1,并且房间里可能有一些钥匙能使你进入下一个房间。
//
// 在形式上,对于每个房间 i 都有一个钥匙列表 rooms[i],每个钥匙 rooms[i][j] 由 [0,1,...,N-1] 中的一个整数表示,其中
//N = rooms.length。 钥匙 rooms[i][j] = v 可以打开编号为 v 的房间。
//
// 最初,除 0 号房间外的其余所有房间都被锁住。
//
// 你可以自由地在房间之间来回走动。
//
// 如果能进入每个房间返回 true,否则返回 false。
//
//
//
//
// ... | UTF-8 | Java | 2,609 | java | Id841KeysAndRooms.java | Java | [] | null | [] | //有 N 个房间,开始时你位于 0 号房间。每个房间有不同的号码:0,1,2,...,N-1,并且房间里可能有一些钥匙能使你进入下一个房间。
//
// 在形式上,对于每个房间 i 都有一个钥匙列表 rooms[i],每个钥匙 rooms[i][j] 由 [0,1,...,N-1] 中的一个整数表示,其中
//N = rooms.length。 钥匙 rooms[i][j] = v 可以打开编号为 v 的房间。
//
// 最初,除 0 号房间外的其余所有房间都被锁住。
//
// 你可以自由地在房间之间来回走动。
//
// 如果能进入每个房间返回 true,否则返回 false。
//
//
//
//
// ... | 2,609 | 0.545545 | 0.516675 | 83 | 23.216867 | 20.780001 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.325301 | false | false | 6 |
9c21cf4b063839982c0c71485f81bd72504526f4 | 29,386,166,267,165 | 01fbe39a5359dde07b45cc7e680c63eaf9e4ec1b | /app/src/main/java/com/shiyuji/ExitApp/BackPress.java | f505c829c754f88be8f2d8a0f8bae098aaf0699a | [
"Apache-2.0"
] | permissive | mryinshuo/T_Encounter | https://github.com/mryinshuo/T_Encounter | 64fb2a470dc2c64c065d62d37361081cd8c82364 | 74f3c3bfdc15a00b5c2938ed60c9e8d82bb53bc1 | refs/heads/master | 2020-03-27T23:13:48.223000 | 2019-04-17T15:57:01 | 2019-04-17T15:57:01 | 147,303,372 | 0 | 3 | Apache-2.0 | false | 2019-04-17T15:57:02 | 2018-09-04T07:09:04 | 2018-09-04T10:13:11 | 2019-04-17T15:57:02 | 8,754 | 0 | 1 | 0 | Java | false | false | package com.shiyuji.ExitApp;
import android.app.Activity;
import android.content.DialogInterface;
import android.support.v4.app.ActivityCompat;
import android.support.v7.app.AlertDialog;
import com.shiyuji.Application.MyApplication;
public class BackPress {
public static void BackPressed(final Activity activity)... | UTF-8 | Java | 1,179 | java | BackPress.java | Java | [] | null | [] | package com.shiyuji.ExitApp;
import android.app.Activity;
import android.content.DialogInterface;
import android.support.v4.app.ActivityCompat;
import android.support.v7.app.AlertDialog;
import com.shiyuji.Application.MyApplication;
public class BackPress {
public static void BackPressed(final Activity activity)... | 1,179 | 0.630137 | 0.628311 | 27 | 39.555557 | 32.679512 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.62963 | false | false | 6 |
c7f22c7c817a8e4a70f62a95b26b7b75c1fcde54 | 12,927,851,617,564 | 78f402cab3a9a0cea48b375070c78a32093b3b64 | /src/main/java/com/jy/entity/scm/transfer/TransferDetail.java | 27ba64ce026db6eda29e9c34609c60888ac45c13 | [] | no_license | sendtomoon/GMS | https://github.com/sendtomoon/GMS | 7ab3132d99cf998a472c37a0448ab2c4346b60ba | 2efaac89738d292bd49dff3f81a363154d1e6652 | refs/heads/master | 2020-03-18T23:22:58.417000 | 2018-05-30T07:44:58 | 2018-05-30T07:44:58 | 135,399,090 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jy.entity.scm.transfer;
import org.apache.ibatis.type.Alias;
import com.jy.entity.base.BaseEntity;
@Alias("ScmTransferDetail")
public class TransferDetail extends BaseEntity {
/**
*
*/
private static final long serialVersionUID = 1L;
/** 主键*/
private String id ;
/** 移库单ID*/
private String ... | UTF-8 | Java | 3,452 | java | TransferDetail.java | Java | [] | null | [] | package com.jy.entity.scm.transfer;
import org.apache.ibatis.type.Alias;
import com.jy.entity.base.BaseEntity;
@Alias("ScmTransferDetail")
public class TransferDetail extends BaseEntity {
/**
*
*/
private static final long serialVersionUID = 1L;
/** 主键*/
private String id ;
/** 移库单ID*/
private String ... | 3,452 | 0.731202 | 0.730906 | 151 | 21.370861 | 17.091734 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.523179 | false | false | 6 |
09b1c57bcf058515f2ba3cfe27c3f79d409a5852 | 14,267,881,423,790 | 1854928883cd68013e830620a3ab6d63b6cdc90c | /ABBB.java | b607e6c693a9a4b8075f118bf94f6655ed9059ed | [] | no_license | Milon34/CodeForces | https://github.com/Milon34/CodeForces | e0e734b0946d839faa29637a48ede289c80748f2 | ea99be6b36e8da531a930d96f936c78ceec78fe6 | refs/heads/main | 2023-07-03T06:12:24.202000 | 2021-08-05T18:40:43 | 2021-08-05T18:40:43 | 306,667,992 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.milon.CodeForces;
import java.util.Scanner;
import java.util.Stack;
public class ABBB {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
int t = sc.nextInt();
while (t-- > 0) {
String s = sc.next();
Stack<Int... | UTF-8 | Java | 1,632 | java | ABBB.java | Java | [] | null | [] | package com.milon.CodeForces;
import java.util.Scanner;
import java.util.Stack;
public class ABBB {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
int t = sc.nextInt();
while (t-- > 0) {
String s = sc.next();
Stack<Int... | 1,632 | 0.356618 | 0.349877 | 71 | 20.985916 | 16.40379 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.394366 | false | false | 6 |
5716f8e94833ff0118df9e78c4801557cda5e7cd | 24,919,400,268,133 | 6ef6b96d1dbe2fdd80e5081d7848756126e4867f | /app/src/main/java/xyz/winmyataung/news/network/RetrofitDataAgent.java | aba9e0f99bf237dfab3d8a8232699fed689ab9b3 | [
"Apache-2.0"
] | permissive | yaychan/PADC-3-F-WMA-MM-News | https://github.com/yaychan/PADC-3-F-WMA-MM-News | bbf22c5f4cf92cc4fcbc91d6c39e026eed720c9c | 51d4c48b9916f82a8a92b0a31a3e19f115a614fd | refs/heads/master | 2021-03-27T08:50:01.114000 | 2018-01-20T06:43:42 | 2018-01-20T06:43:42 | 112,063,379 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package xyz.winmyataung.news.network;
import com.google.gson.Gson;
import org.greenrobot.eventbus.EventBus;
import java.util.concurrent.TimeUnit;
import okhttp3.OkHttpClient;
import retrofit2.Call;
import retrofit2.Callback;
import retrofit2.Response;
import retrofit2.Retrofit;
import retrofit2.converter.gson.GsonC... | UTF-8 | Java | 2,211 | java | RetrofitDataAgent.java | Java | [
{
"context": "ork.responses.GetNewsResponses;\n\n/**\n * Created by DELL on 1/6/2018.\n */\n\npublic class RetrofitDataAgent ",
"end": 476,
"score": 0.9995487928390503,
"start": 472,
"tag": "USERNAME",
"value": "DELL"
}
] | null | [] | package xyz.winmyataung.news.network;
import com.google.gson.Gson;
import org.greenrobot.eventbus.EventBus;
import java.util.concurrent.TimeUnit;
import okhttp3.OkHttpClient;
import retrofit2.Call;
import retrofit2.Callback;
import retrofit2.Response;
import retrofit2.Retrofit;
import retrofit2.converter.gson.GsonC... | 2,211 | 0.652194 | 0.631841 | 70 | 30.585714 | 27.790796 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.428571 | false | false | 6 |
641dc2105fa82d832456eaf439053706af685e85 | 11,544,872,116,855 | 37a5cd563d50a436adfb5fca929a0e6d8c25bf99 | /app/src/main/java/com/vocabulary/screens/main/LanguageMenuListViewAdapter.java | 11e60194b563afa3f42ae6741239d52b4b593960 | [] | no_license | zsoltkebel/vocabulary | https://github.com/zsoltkebel/vocabulary | 4bda60c7f4eb37cbee049e02f95090b20b600e81 | 6ac441ed4cbedf448aa7457c4727725153952903 | refs/heads/master | 2020-12-18T17:18:11.425000 | 2018-10-19T15:57:40 | 2018-10-19T15:57:40 | 235,463,051 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.vocabulary.screens.main;
import android.app.Activity;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAdapter;
import android.widget.ImageView;
import android.widget.TextView;
import com.vocabulary.R;
im... | UTF-8 | Java | 1,760 | java | LanguageMenuListViewAdapter.java | Java | [
{
"context": "t;\n\nimport java.util.ArrayList;\n\n/**\n * Created by Kébel Zsolt on 1/18/2017.\n */\n\npublic class LanguageMenuListV",
"end": 408,
"score": 0.9998555779457092,
"start": 397,
"tag": "NAME",
"value": "Kébel Zsolt"
}
] | null | [] | package com.vocabulary.screens.main;
import android.app.Activity;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAdapter;
import android.widget.ImageView;
import android.widget.TextView;
import com.vocabulary.R;
im... | 1,754 | 0.692439 | 0.687891 | 67 | 25.253731 | 24.395586 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.552239 | false | false | 6 |
de7576636e1918b044052edb6f94f34cfb598592 | 4,406,636,493,434 | 6ef4869c6bc2ce2e77b422242e347819f6a5f665 | /devices/google/Pixel 2/29/QPP6.190730.005/src/core-oj/java/util/function/Consumer.java | ac8eb6873dd19d4b95d4584603a0a49a5b519776 | [] | no_license | hacking-android/frameworks | https://github.com/hacking-android/frameworks | 40e40396bb2edacccabf8a920fa5722b021fb060 | 943f0b4d46f72532a419fb6171e40d1c93984c8e | refs/heads/master | 2020-07-03T19:32:28.876000 | 2019-08-13T03:31:06 | 2019-08-13T03:31:06 | 202,017,534 | 2 | 0 | null | false | 2019-08-13T03:33:19 | 2019-08-12T22:19:30 | 2019-08-13T03:31:53 | 2019-08-13T03:33:18 | 63,898 | 0 | 0 | 0 | Java | false | false | /*
* Decompiled with CFR 0.145.
*/
package java.util.function;
import java.util.Objects;
import java.util.function._$$Lambda$Consumer$fZIgy_f2Fa5seBa8ztxXTExq2p4;
@FunctionalInterface
public interface Consumer<T> {
public static /* synthetic */ void lambda$andThen$0(Consumer consumer, Consumer consumer2, Object... | UTF-8 | Java | 643 | java | Consumer.java | Java | [] | null | [] | /*
* Decompiled with CFR 0.145.
*/
package java.util.function;
import java.util.Objects;
import java.util.function._$$Lambda$Consumer$fZIgy_f2Fa5seBa8ztxXTExq2p4;
@FunctionalInterface
public interface Consumer<T> {
public static /* synthetic */ void lambda$andThen$0(Consumer consumer, Consumer consumer2, Object... | 643 | 0.710731 | 0.682737 | 22 | 28.181818 | 30.2379 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 6 |
1e18a615804763c617d47abe1199f452d4a94d13 | 32,461,362,830,018 | e844fbbb8f99d72ed5db3efe32787797d38386d6 | /src/org/lanqiao/admin/UserRoleController.java | 22fe95f5a276025c25af45e6ea3d080158f6fe4b | [] | no_license | NnnSss9527/eShop | https://github.com/NnnSss9527/eShop | 221fb0b53eb17216ade3316b7c575aa7d08624fa | 80c7dd4bbf6d8feab624e7debc8337ab3f6c9cef | refs/heads/master | 2021-01-23T09:26:32.162000 | 2017-09-06T08:35:42 | 2017-09-06T08:35:42 | 102,580,766 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.lanqiao.admin;
import java.io.IOException;
import java.util.List;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.lanqiao.entit... | UTF-8 | Java | 1,625 | java | UserRoleController.java | Java | [] | null | [] | package org.lanqiao.admin;
import java.io.IOException;
import java.util.List;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.lanqiao.entit... | 1,625 | 0.746462 | 0.745846 | 50 | 31.5 | 27.490543 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.84 | false | false | 6 |
9834430732b3e09e22bd914aa21dad2877b45af9 | 22,024,592,306,566 | 1a6fc292adff49bdf2b5a989ffe454a9f374dc40 | /src/org/push/core/LogicalConnectionPool.java | a58f441af005d5cbc6d6ad3e14e71ef18fd14b61 | [] | no_license | wanly3643/Java-Push-Framework | https://github.com/wanly3643/Java-Push-Framework | bc434021146038ff8db6d0513f2cfdced866c2b5 | fa252f1079cfb6ee81858831f51a4b9232734af7 | refs/heads/master | 2016-09-06T04:30:40.808000 | 2014-10-30T01:51:05 | 2014-10-30T01:51:05 | 24,554,068 | 5 | 4 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.push.core;
import org.push.protocol.AbstractPool;
import org.push.util.Utils;
/**
* Pool to manage <code>LogicalConnectionImpl</code>
*
* @author Lei Wang
*/
public class LogicalConnectionPool
extends AbstractPool<LogicalConnectionImpl> {
private ServerImpl serverImpl;
public LogicalConnect... | UTF-8 | Java | 837 | java | LogicalConnectionPool.java | Java | [
{
"context": " <code>LogicalConnectionImpl</code>\n * \n * @author Lei Wang\n */\n\npublic class LogicalConnectionPool \n\t\textend",
"end": 173,
"score": 0.9997591376304626,
"start": 165,
"tag": "NAME",
"value": "Lei Wang"
}
] | null | [] | package org.push.core;
import org.push.protocol.AbstractPool;
import org.push.util.Utils;
/**
* Pool to manage <code>LogicalConnectionImpl</code>
*
* @author <NAME>
*/
public class LogicalConnectionPool
extends AbstractPool<LogicalConnectionImpl> {
private ServerImpl serverImpl;
public LogicalConnectio... | 835 | 0.780167 | 0.780167 | 38 | 21.026316 | 22.04957 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 6 |
adf14b929a70e804e149a99a94ff36f31adef17d | 33,603,824,174,734 | b74bc2324c6b6917d24e1389f1cf95936731643f | /base/src/main/java/com/wuyizhiye/base/exceptions/BusinessException.java | 700ef898a59688993fec1af6cebbef34a214ca59 | [] | no_license | 919126624/Feiying- | https://github.com/919126624/Feiying- | ebeb8fcfbded932058347856e2a3f38731821e5e | d3b14ff819cc894dcbe80e980792c08c0eb7167b | refs/heads/master | 2021-01-13T00:40:59.447000 | 2016-03-24T03:41:30 | 2016-03-24T03:41:30 | 54,537,727 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.wuyizhiye.base.exceptions;
/**
* @ClassName BusinessException
* @Description 业务 异常
* @author li.biao
* @date 2015-4-1
*/
public class BusinessException extends RuntimeException {
private static final long serialVersionUID = -4167599513341274424L;
public BusinessException(String string) {
super... | UTF-8 | Java | 345 | java | BusinessException.java | Java | [
{
"context": "BusinessException\n * @Description 业务 异常\n * @author li.biao\n * @date 2015-4-1\n */\npublic class BusinessExcept",
"end": 116,
"score": 0.8547167778015137,
"start": 109,
"tag": "NAME",
"value": "li.biao"
}
] | null | [] | package com.wuyizhiye.base.exceptions;
/**
* @ClassName BusinessException
* @Description 业务 异常
* @author li.biao
* @date 2015-4-1
*/
public class BusinessException extends RuntimeException {
private static final long serialVersionUID = -4167599513341274424L;
public BusinessException(String string) {
super... | 345 | 0.744807 | 0.670623 | 17 | 18.82353 | 20.799421 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.647059 | false | false | 6 |
ae549a5f4480039ef371a6d2fd67cbd5d2ec5788 | 20,607,253,114,032 | 15b035eaaeb5426823da802e233af9883883d85c | /backend/src/main/java/com/mnt/vm/UserVM.java | 57289daebe793f5840f5671c7f4ad9f307055129 | [] | no_license | mindnervestech/bridgeappDev | https://github.com/mindnervestech/bridgeappDev | bc40ab140d4497c6366663a36ce0953692236427 | d92d705993ffee57f04b0d36803b5e83818e80dd | refs/heads/master | 2020-04-20T00:53:28.825000 | 2019-03-14T11:07:04 | 2019-03-14T11:07:04 | 168,531,385 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mnt.vm;
import java.util.List;
public class UserVM {
public Long id;
public String userName;
public String email;
public String firstName;
public String lastName;
public String phone;
public String password;
public Long roleId;
public boolean isActive;
public String role;
public List<Long> gro... | UTF-8 | Java | 1,870 | java | UserVM.java | Java | [
{
"context": "d = id;\n\t}\n\tpublic String getUserName() {\n\t\treturn userName;\n\t}\n\tpublic void setUserName(String userName) {\n\t",
"end": 509,
"score": 0.9623429775238037,
"start": 501,
"tag": "USERNAME",
"value": "userName"
},
{
"context": "d setUserName(String userName) {\n... | null | [] | package com.mnt.vm;
import java.util.List;
public class UserVM {
public Long id;
public String userName;
public String email;
public String firstName;
public String lastName;
public String phone;
public String password;
public Long roleId;
public boolean isActive;
public String role;
public List<Long> gro... | 1,872 | 0.717647 | 0.717647 | 93 | 19.107527 | 14.595228 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.591398 | false | false | 6 |
d4deae3d4e16ce72f8fa124f0e4ec9431953e74c | 33,363,306,011,669 | 1e9a7d9ccdbb8486faf9dfbe663bb18c69a90c21 | /templatemethoddesign/Hoagie.java | d511c5857e761ead2b0117310ca28fc97a0e1ef9 | [] | no_license | mistergregg/DesignPatterns | https://github.com/mistergregg/DesignPatterns | 8852a53b18cb2a54acc36373ab4cf74e25f0ea9f | f16ee5f75aab8aee15606a7b7a2e8ee0ef4bac04 | refs/heads/master | 2020-07-11T13:38:08.562000 | 2019-08-28T15:48:48 | 2019-08-28T15:48:48 | 204,555,758 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.collabera.templatemethoddesign;
public abstract class Hoagie
{
boolean afterFirstCondiment = false;
final void makeSandwich()
{
cutBun();
if(customerWantsMeat())
{
addMeat();
afterFirstCondiment = true;
}
if(customerWantsCheese())
{
if(afterFirstCondiment)
{
Syste... | UTF-8 | Java | 1,298 | java | Hoagie.java | Java | [] | null | [] | package com.collabera.templatemethoddesign;
public abstract class Hoagie
{
boolean afterFirstCondiment = false;
final void makeSandwich()
{
cutBun();
if(customerWantsMeat())
{
addMeat();
afterFirstCondiment = true;
}
if(customerWantsCheese())
{
if(afterFirstCondiment)
{
Syste... | 1,298 | 0.64792 | 0.64792 | 92 | 13.108696 | 13.430543 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.108696 | false | false | 6 |
ae59ec7b329ba0334e92803a617cd8aeb2135da7 | 23,244,363,056,933 | 700f4dcb65ebc1c11f345630713e1b6650474ce9 | /src/SelfPractise/Email.java | 5bea3edb10cafed4d26b804fe30385516e435da3 | [] | no_license | Jackuz95/CybertekProjectBatch-14 | https://github.com/Jackuz95/CybertekProjectBatch-14 | 6da27f93a8fb0eb93dc50b0a52d57a2ef184ed80 | c1b993ea54aa0c3aed27d5d20850f706baae2298 | refs/heads/master | 2020-12-10T19:38:57.178000 | 2020-01-19T04:58:26 | 2020-01-19T04:58:26 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package SelfPractise;
import java.util.Scanner;
public class Email {
public static void main(String[] args) {
Scanner input = new Scanner(System.in);
System.out.println("Enter your words please:");
}
}
| UTF-8 | Java | 231 | java | Email.java | Java | [] | null | [] | package SelfPractise;
import java.util.Scanner;
public class Email {
public static void main(String[] args) {
Scanner input = new Scanner(System.in);
System.out.println("Enter your words please:");
}
}
| 231 | 0.658009 | 0.658009 | 13 | 16.76923 | 19.62398 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.307692 | false | false | 6 |
0d56bf936c1c61ca8058bc6d9ca469d7a098ee66 | 11,476,152,629,874 | 1b8d5fee2d3588ccb23a7dc67715e4d1f3e7e8ff | /src/main/java/com/lemontree/daemon/domm/cmd/Command.java | 934a9c7cec9cf9069f23ffb03c3be041dc1a8760 | [] | no_license | Jasic/WebChat | https://github.com/Jasic/WebChat | fba1929fe7df9fd717f3dafecff555086364e055 | 7c95eb5477f5da7209fe4b05779c91da00c62374 | refs/heads/master | 2021-01-19T07:37:43.361000 | 2014-04-23T03:50:21 | 2014-04-23T03:50:21 | 16,133,664 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.lemontree.daemon.domm.cmd;
/**
* Author Jasic
* Date 13-12-17.
* <p/>
* 命令集合
*/
public enum Command {
CXWMJL(1, "查询外卖记录"),
BJWMJL(2, "标记外卖记录"),
CXYDJL(3, "查询预订记录"),
BJYDJL(4, "标记预订记录"),
CXWXYHJL(5, "查询微信用户记录"),
BJWXYHJL(6, "标记微信用户记录"),
FSXX(7, "发送消息"),
CXXXFSJL(8, "查询消... | UTF-8 | Java | 1,049 | java | Command.java | Java | [
{
"context": "kage com.lemontree.daemon.domm.cmd;\n\n/**\n * Author Jasic\n * Date 13-12-17.\n * <p/>\n * 命令集合\n */\npublic enum",
"end": 59,
"score": 0.9735711812973022,
"start": 54,
"tag": "USERNAME",
"value": "Jasic"
}
] | null | [] | package com.lemontree.daemon.domm.cmd;
/**
* Author Jasic
* Date 13-12-17.
* <p/>
* 命令集合
*/
public enum Command {
CXWMJL(1, "查询外卖记录"),
BJWMJL(2, "标记外卖记录"),
CXYDJL(3, "查询预订记录"),
BJYDJL(4, "标记预订记录"),
CXWXYHJL(5, "查询微信用户记录"),
BJWXYHJL(6, "标记微信用户记录"),
FSXX(7, "发送消息"),
CXXXFSJL(8, "查询消... | 1,049 | 0.546755 | 0.528053 | 53 | 16.150944 | 13.637346 | 45 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.584906 | false | false | 6 |
79481270e0ba6abda84f417bf412f6c3a45da618 | 10,668,698,799,569 | f910e48049d5555db3defc655909739bab668409 | /Clue/src/clue/card/PersonCard.java | 6f57962cc624205a5d97722b005885c37f1fae84 | [] | no_license | Zemiguel99/Clue | https://github.com/Zemiguel99/Clue | 60883f00db0f8366cb35a365a5fdfd48d975c0a1 | adf39a34f253e49a84e28609e5ff3f9c0eea8ad3 | refs/heads/master | 2022-04-10T07:09:31.367000 | 2020-03-13T13:40:08 | 2020-03-13T13:40:08 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package clue.card;
/**
*Represents a card for a person.
* @author slb35
*/
public class PersonCard extends Card{
... | UTF-8 | Java | 512 | java | PersonCard.java | Java | [
{
"context": "/**\r\n *Represents a card for a person.\r\n * @author slb35\r\n */\r\npublic class PersonCard extends Card{\r\n\r\n ",
"end": 268,
"score": 0.9996476173400879,
"start": 263,
"tag": "USERNAME",
"value": "slb35"
}
] | null | [] | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package clue.card;
/**
*Represents a card for a person.
* @author slb35
*/
public class PersonCard extends Card{
... | 512 | 0.603516 | 0.599609 | 24 | 19.333334 | 20.134272 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 6 |
136b145cf814e9aa0552a65740165d30c026cc95 | 22,789,096,501,506 | f0c694f0ed36caca3d1a25b532ecbdd6f97bff7f | /hw4/src/GraphDrawer.java | a886e27ab5e89e78feae6053a840eda8d9db628c | [] | no_license | dimitrovanalysis/CS151-OOD | https://github.com/dimitrovanalysis/CS151-OOD | f9d8ba2d2994fc1530ade5f0874770a9aad3d7ad | 0c20a19f7f511d214f963e7d116234ef56a47122 | refs/heads/master | 2020-03-27T09:46:40.228000 | 2018-11-05T00:21:05 | 2018-11-05T00:21:05 | 146,371,400 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import javax.swing.JLabel;
import java.awt.BorderLayout;
import java.awt.Dimension;
import javax.swing.BoxLayout;
import javax.swing.JFrame;
import javax.swing.JPanel;
public class GraphDrawer
{
JLabel[] frameBar;
JPanel northPlot;
JFrame frameJ;
//TextFieldTester useMeForTextTest = new TextField... | UTF-8 | Java | 1,363 | java | GraphDrawer.java | Java | [] | null | [] | import javax.swing.JLabel;
import java.awt.BorderLayout;
import java.awt.Dimension;
import javax.swing.BoxLayout;
import javax.swing.JFrame;
import javax.swing.JPanel;
public class GraphDrawer
{
JLabel[] frameBar;
JPanel northPlot;
JFrame frameJ;
//TextFieldTester useMeForTextTest = new TextField... | 1,363 | 0.650037 | 0.641233 | 65 | 19 | 17.916044 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.969231 | false | false | 6 |
8c58635b913011846d74e8d2370b952180e14aef | 11,201,274,753,293 | ad01d3afcadd5b163ecf8ba60ba556ea268b4827 | /jmiedrp/trunk/PICO/src/java/pojo/hibernate/ErpmTenderScheduleDAO.java | 3448cf52a335e628b07abb8da6279b612d673da0 | [] | no_license | ynsingh/repos | https://github.com/ynsingh/repos | 64a82c103f0033480945fcbb567b599629c4eb1b | 829ad133367014619860932c146c208e10bb71e0 | refs/heads/master | 2022-04-18T11:39:24.803000 | 2020-04-08T09:39:43 | 2020-04-08T09:39:43 | 254,699,274 | 1 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package pojo.hibernate;
import utils.HibernateUtil;
import org.hibernate.Session;
import org.hibernate.Transaction;
import org.hibernate.Hibernate;
import java.util.List;
/**
* @author Saeed
* @author <a href="mailto... | UTF-8 | Java | 5,052 | java | ErpmTenderScheduleDAO.java | Java | [
{
"context": ".Hibernate;\nimport java.util.List;\n\n/**\n * @author Saeed\n * @author <a href=\"mailto:jaivirpal@gmail.com\">J",
"end": 293,
"score": 0.9997451901435852,
"start": 288,
"tag": "NAME",
"value": "Saeed"
},
{
"context": "\n\n/**\n * @author Saeed\n * @author <a href=\"ma... | null | [] | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package pojo.hibernate;
import utils.HibernateUtil;
import org.hibernate.Session;
import org.hibernate.Transaction;
import org.hibernate.Hibernate;
import java.util.List;
/**
* @author Saeed
* @author <a href="mailto... | 5,034 | 0.601148 | 0.599169 | 141 | 34.829788 | 38.459515 | 293 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.553191 | false | false | 6 |
5b9045bf63261c851da07539a3ea08923ecd274b | 22,874,995,853,727 | d018aa0960c795740e2406597b2aca14c72843d6 | /chapter1/src/test/java/ru/skillfactory/tasks/RemoveWhiteSpacesTest.java | 178350459f45ccf72431fb089891ee407d80a054 | [
"Apache-2.0"
] | permissive | vrnsky/java-coding-problems | https://github.com/vrnsky/java-coding-problems | 8f33596f7ac891852530e985f8611ca08a22c7af | 394ba43c50dafe2ebc044c0847f7353871f15f03 | refs/heads/main | 2023-04-23T17:01:13.621000 | 2021-04-29T09:18:51 | 2021-04-29T09:21:09 | 366,007,200 | 0 | 0 | Apache-2.0 | true | 2021-05-10T10:40:58 | 2021-05-10T10:40:57 | 2021-04-29T09:21:16 | 2021-05-10T10:38:36 | 33 | 0 | 0 | 0 | null | false | false | package ru.skillfactory.tasks;
import org.junit.Test;
import static org.junit.Assert.assertThat;
import static org.hamcrest.core.Is.is;
public class RemoveWhiteSpacesTest {
private static final RemoveWhiteSpaces REMOVER = new RemoveWhiteSpaces();
@Test
public void testThatAllWhitespacesWasRemoved() {
... | UTF-8 | Java | 713 | java | RemoveWhiteSpacesTest.java | Java | [] | null | [] | package ru.skillfactory.tasks;
import org.junit.Test;
import static org.junit.Assert.assertThat;
import static org.hamcrest.core.Is.is;
public class RemoveWhiteSpacesTest {
private static final RemoveWhiteSpaces REMOVER = new RemoveWhiteSpaces();
@Test
public void testThatAllWhitespacesWasRemoved() {
... | 713 | 0.74034 | 0.74034 | 18 | 35 | 38.23756 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.777778 | false | false | 6 |
ca1dcedbbedc43ce6141e8a47510e19e8f6d8c6d | 22,874,995,855,800 | 7a98b4f9d6f267573d1909ff3e3ac10bb6c5d3c0 | /src/main/java/ch/cern/marathonsso/JavaAuthorizer.java | 9e9539040e8df5b6b8489151b917c429cb366e2e | [
"Apache-2.0"
] | permissive | ktf/marathon-sso-plugin | https://github.com/ktf/marathon-sso-plugin | c0d18f7dd416c028b8a3d6ee180dc1c73f5a31b7 | af9e6ff59ad2b06200680d5abd48146975562199 | refs/heads/master | 2020-09-19T19:29:07.879000 | 2016-09-26T09:35:10 | 2016-09-26T09:35:10 | 67,429,721 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ch.cern.marathonsso;
import java.util.Arrays;
import java.util.List;
import java.util.stream.Collectors;
import scala.collection.JavaConverters;
import org.apache.log4j.Logger;
import mesosphere.marathon.plugin.Group;
import mesosphere.marathon.plugin.AppDefinition;
import mesosphere.marathon.plugin.PathId;... | UTF-8 | Java | 4,957 | java | JavaAuthorizer.java | Java | [
{
"context": " = path.path().last();\n String username = principal.getName();\n\n // Only admins can touch /users\n ",
"end": 3138,
"score": 0.9375385642051697,
"start": 3121,
"tag": "USERNAME",
"value": "principal.getName"
}
] | null | [] | package ch.cern.marathonsso;
import java.util.Arrays;
import java.util.List;
import java.util.stream.Collectors;
import scala.collection.JavaConverters;
import org.apache.log4j.Logger;
import mesosphere.marathon.plugin.Group;
import mesosphere.marathon.plugin.AppDefinition;
import mesosphere.marathon.plugin.PathId;... | 4,957 | 0.583014 | 0.581198 | 134 | 35.992538 | 28.303392 | 118 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.552239 | false | false | 6 |
3ac88b6017411dd297a49a472b1b8ad7baf4bacb | 13,881,334,330,296 | bbdcc6794ccaefc77b0bb60363f5f27105b2533b | /src/com/hust/utils/concurrent/FunnelService.java | 8d5c2dc95ffb23bcaab42c3c8e0bcc025bb7e960 | [] | no_license | inspiros/OperationLiberty | https://github.com/inspiros/OperationLiberty | 8df64e0ba8b72f0b8c0d20e14a44c4d6eea6339c | d2b212a9c845dcc9136bd4aa656633c187a38d53 | refs/heads/master | 2020-04-09T14:24:59.844000 | 2019-01-21T21:17:11 | 2019-01-21T21:17:11 | 160,396,859 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.hust.utils.concurrent;
import java.util.ListIterator;
import java.util.concurrent.Callable;
import java.util.concurrent.ConcurrentLinkedQueue;
import java.util.concurrent.CopyOnWriteArrayList;
import java.util.concurrent.Executors;
import java.util.concurrent.FutureTask;
import java.util.concurrent.Schedul... | UTF-8 | Java | 2,796 | java | FunnelService.java | Java | [] | null | [] | package com.hust.utils.concurrent;
import java.util.ListIterator;
import java.util.concurrent.Callable;
import java.util.concurrent.ConcurrentLinkedQueue;
import java.util.concurrent.CopyOnWriteArrayList;
import java.util.concurrent.Executors;
import java.util.concurrent.FutureTask;
import java.util.concurrent.Schedul... | 2,796 | 0.740343 | 0.733906 | 91 | 29.725275 | 24.597446 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.714286 | false | false | 6 |
594ffb88e5cff5ed40b3d58adf6db8a0e2553f5e | 10,703,058,557,890 | 26b7f30c6640b8017a06786e4a2414ad8a4d71dd | /src/number_of_direct_superinterfaces/i9259.java | c5e0e5154ee7e31f74785efccb6e589232ee5e82 | [] | no_license | vincentclee/jvm-limits | https://github.com/vincentclee/jvm-limits | b72a2f2dcc18caa458f1e77924221d585f23316b | 2fd1c26d1f7984ea8163bc103ad14b6d72282281 | refs/heads/master | 2020-05-18T11:18:41.711000 | 2014-09-14T04:25:18 | 2014-09-14T04:25:18 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package number_of_direct_superinterfaces;
public interface i9259 {} | UTF-8 | Java | 68 | java | i9259.java | Java | [] | null | [] | package number_of_direct_superinterfaces;
public interface i9259 {} | 68 | 0.823529 | 0.764706 | 3 | 22 | 16.872068 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 6 |
ac7ac6a69b5b002257f03782231095adcadafb12 | 24,455,543,806,034 | 8b357c2430c3a109e324ed38674960b37ef99fd5 | /client/src/main/java/com/farm/scripts/christmas/Strategies.java | c0d179924f77b12a3e4440bbdd94688fee46620f | [] | no_license | iant89/ibot | https://github.com/iant89/ibot | 95f8dc4693b8ccc05d94fce7372c8dd6f544609e | 973d10b1ef44b3bf5de970907fbbc2def6b51368 | refs/heads/master | 2023-05-27T00:44:31.396000 | 2021-06-20T01:42:43 | 2021-06-20T01:42:43 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.farm.scripts.christmas;
import com.farm.ibot.api.wrapper.item.container.PriceHandler;
import com.farm.ibot.api.wrapper.item.container.WithdrawItem;
import com.farm.ibot.core.script.MultipleStrategyScript;
import com.farm.ibot.core.script.StrategyContainer;
import com.farm.ibot.scriptutils.mule.MuleManager;... | UTF-8 | Java | 1,839 | java | Strategies.java | Java | [] | null | [] | package com.farm.scripts.christmas;
import com.farm.ibot.api.wrapper.item.container.PriceHandler;
import com.farm.ibot.api.wrapper.item.container.WithdrawItem;
import com.farm.ibot.core.script.MultipleStrategyScript;
import com.farm.ibot.core.script.StrategyContainer;
import com.farm.ibot.scriptutils.mule.MuleManager;... | 1,839 | 0.759108 | 0.675367 | 27 | 67.111115 | 115.137383 | 638 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.777778 | false | false | 6 |
7ff60a41a09252fc206d7fa0779a4d3eab598708 | 25,915,832,686,828 | 17f76f8c471673af9eae153c44e5d9776c82d995 | /convertor/java_code/includes/cloakH.java | 4f6cabb96573f4ff7d17d4dab7efa2da0f527546 | [] | no_license | javaemus/arcadeflex-067 | https://github.com/javaemus/arcadeflex-067 | ef1e47f8518cf214acc5eb246b1fde0d6cbc0028 | 1ea6e5c6a73cf8bca5d234b26d2b5b6312df3931 | refs/heads/main | 2023-02-25T09:25:56.492000 | 2021-02-05T11:40:36 | 2021-02-05T11:40:36 | 330,649,950 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*************************************************************************
Atari Cloak & Dagger hardware
*************************************************************************/
/*----------- defined in vidhrdw/ccastles.c -----------*/
VIDEO_START( cloak );
VIDEO_UPDATE( cloak );
| UTF-8 | Java | 289 | java | cloakH.java | Java | [] | null | [] | /*************************************************************************
Atari Cloak & Dagger hardware
*************************************************************************/
/*----------- defined in vidhrdw/ccastles.c -----------*/
VIDEO_START( cloak );
VIDEO_UPDATE( cloak );
| 289 | 0.276817 | 0.276817 | 11 | 25.272728 | 28.604166 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.272727 | false | false | 6 |
14da9808792fbec32fe4dc96850a6ada3c7d9e1f | 7,567,732,406,225 | 68f96a0b538b937fd51b1eba8632393bca5af454 | /src/estimation/test/PlayerTest.java | f109eb68a0c426e924ee59859886d37f270a141f | [] | no_license | danieltantantan/Estimation-Game | https://github.com/danieltantantan/Estimation-Game | f7115e00537a15ab384db8a2734423a676355f9f | 110e06655133f83fc6c4f0c066a630bf082c82fb | refs/heads/master | 2022-12-07T19:00:51.269000 | 2020-08-26T18:39:41 | 2020-08-26T18:39:41 | 220,067,815 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package estimation.test;
import estimation.player.*;
import estimation.card.*;
import java.util.*;
import org.junit.Test;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertTrue;
import static org.junit.Assert.assertFalse;
/**
* This test covers the player class
*/
public class Play... | UTF-8 | Java | 6,940 | java | PlayerTest.java | Java | [] | null | [] | package estimation.test;
import estimation.player.*;
import estimation.card.*;
import java.util.*;
import org.junit.Test;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertTrue;
import static org.junit.Assert.assertFalse;
/**
* This test covers the player class
*/
public class Play... | 6,940 | 0.665562 | 0.652594 | 186 | 36.317204 | 25.958019 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.983871 | false | false | 6 |
67996dfaa52d3eee1841f441565b2834b0f1b9ab | 27,470,610,869,220 | 564934a6984f68f8404c4b6ef9805809a1bd6cab | /src/test/java/DAOBrainTest.java | 631a8a957a158c3dc8242064757ad7ae6abac9b1 | [] | no_license | ericmassip/DAOProjectExtended | https://github.com/ericmassip/DAOProjectExtended | 841a3e1a8b0d995357e0e232609caa4a21fef2c2 | 002e744ef3c247308a9df254766a13dc7b199fd2 | refs/heads/master | 2018-01-04T03:42:33.915000 | 2016-11-15T19:54:17 | 2016-11-15T19:54:17 | 71,163,301 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import org.junit.After;
import org.junit.Before;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* Created by ericmassip on 11/10/16.
*/
public class DAOBrainTest {
User user1;
User user2;
Dept dept1;
@Before
public void setUp() throws Exception {
user1 = new User();
... | UTF-8 | Java | 1,715 | java | DAOBrainTest.java | Java | [
{
"context": "ort static org.junit.Assert.*;\n\n/**\n * Created by ericmassip on 11/10/16.\n */\npublic class DAOBrainTest {\n ",
"end": 136,
"score": 0.9959368109703064,
"start": 126,
"tag": "USERNAME",
"value": "ericmassip"
},
{
"context": " user1 = new User();\n us... | null | [] | import org.junit.After;
import org.junit.Before;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* Created by ericmassip on 11/10/16.
*/
public class DAOBrainTest {
User user1;
User user2;
Dept dept1;
@Before
public void setUp() throws Exception {
user1 = new User();
... | 1,715 | 0.619965 | 0.602452 | 66 | 24.969696 | 26.180012 | 134 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.575758 | false | false | 6 |
2fe96cc5cc5ae062da45f5698e805868f6056920 | 27,470,610,868,186 | 56d2ba474411e8add4286767c460f07077415b11 | /classify/src/main/java/cn/itsite/classify/contract/MenuContract.java | 10d70bdca7e5c9ba49b61cffb16c004fc2a5f836 | [] | no_license | arjun512/YiCommunity3.0 | https://github.com/arjun512/YiCommunity3.0 | d205759bbae64a1490747ac7a8fcb174a5bbd6de | 0000c72efb143628bddab5939b734bdb81a5c3fd | refs/heads/master | 2020-05-16T17:21:18.497000 | 2018-05-29T01:11:48 | 2018-05-29T01:11:48 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.itsite.classify.contract;
import java.util.List;
import cn.itsite.abase.mvp.contract.base.BaseContract;
import cn.itsite.abase.network.http.BaseResponse;
import cn.itsite.acommon.data.GoodsParams;
import cn.itsite.classify.MenuBean;
import cn.itsite.classify.ProductBean;
import rx.Observable;
/... | UTF-8 | Java | 1,039 | java | MenuContract.java | Java | [
{
"context": "uctBean;\r\nimport rx.Observable;\r\n\r\n/**\r\n * @author liujia\r\n * @version v0.0.0\r\n * @E-mail liujia95me@126.co",
"end": 341,
"score": 0.9992707371711731,
"start": 335,
"tag": "USERNAME",
"value": "liujia"
},
{
"context": "\n * @author liujia\r\n * @version v0.0... | null | [] | package cn.itsite.classify.contract;
import java.util.List;
import cn.itsite.abase.mvp.contract.base.BaseContract;
import cn.itsite.abase.network.http.BaseResponse;
import cn.itsite.acommon.data.GoodsParams;
import cn.itsite.classify.MenuBean;
import cn.itsite.classify.ProductBean;
import rx.Observable;
/... | 1,028 | 0.714148 | 0.692012 | 37 | 26.081081 | 24.535004 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.378378 | false | false | 6 |
9dcf16c56faff109c6f3d5346f6fc829b4ace27d | 8,942,121,942,278 | 9fc048fc85aedc5e54e80b2b841b1494f5fdaaa9 | /src/main/java/com/bilibili/schedule/module/moe2017/po/MoeGroup.java | e8dad3fef897444e2286c9b2e22a5c25f7aa4e61 | [] | no_license | xinsec/springboot-schedule | https://github.com/xinsec/springboot-schedule | 8c37fe68f30f5dec14bd0e643451452b4fedb0ed | 67f98a43b5539f6ada28e6e95b981b80436d8430 | refs/heads/master | 2018-02-06T21:08:30.040000 | 2017-06-28T11:00:48 | 2017-06-28T11:00:48 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.bilibili.schedule.module.moe2017.po;
import com.fasterxml.jackson.annotation.JsonInclude;
import java.io.Serializable;
/**
* Created by user on 2016/9/13.
*/
@JsonInclude(JsonInclude.Include.NON_NULL)
public class MoeGroup implements Serializable {
private Integer id;
private String name;
private... | UTF-8 | Java | 1,478 | java | MoeGroup.java | Java | [
{
"context": ";\n\nimport java.io.Serializable;\n\n/**\n * Created by user on 2016/9/13.\n */\n@JsonInclude(JsonInclude.Includ",
"end": 156,
"score": 0.896587610244751,
"start": 152,
"tag": "USERNAME",
"value": "user"
}
] | null | [] | package com.bilibili.schedule.module.moe2017.po;
import com.fasterxml.jackson.annotation.JsonInclude;
import java.io.Serializable;
/**
* Created by user on 2016/9/13.
*/
@JsonInclude(JsonInclude.Include.NON_NULL)
public class MoeGroup implements Serializable {
private Integer id;
private String name;
private... | 1,478 | 0.691475 | 0.682679 | 97 | 14.237113 | 15.123391 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.103093 | false | false | 6 |
b076bf975c713a56693835b1646b3b432d8d9464 | 22,582,938,075,046 | af74ddfbf3e7fd2b4426cf77934f09c909b9959e | /java/up/com/br/companydocsapp/activity/ForgotPasswordActivity.java | a6cb36b4a0520ffbccbfb8ed3baee891070e5b8d | [] | no_license | tadeuaugusto/CompanyDocs | https://github.com/tadeuaugusto/CompanyDocs | 7f5e0a8a9a5bf25b8c214a13a7135e221c19abf0 | d09d3f45f62ae050833744b46bc70f4aa01c155d | refs/heads/master | 2016-09-15T13:05:16.573000 | 2016-06-15T12:19:01 | 2016-06-15T12:19:01 | 61,204,578 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package up.com.br.companydocsapp.activity;
import android.app.ProgressDialog;
import android.content.Intent;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.Toolbar;
import android.util.Log;
import android.view.View;
import android.widget.Button;
im... | UTF-8 | Java | 3,340 | java | ForgotPasswordActivity.java | Java | [
{
"context": "app.constants.ConstantesApp;\r\n\r\n/**\r\n * Created by Tadeu Augusto Dutra Pinto\r\n */\r\npublic class ForgotPasswordActivity extends",
"end": 523,
"score": 0.9998915791511536,
"start": 498,
"tag": "NAME",
"value": "Tadeu Augusto Dutra Pinto"
}
] | null | [] | package up.com.br.companydocsapp.activity;
import android.app.ProgressDialog;
import android.content.Intent;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.Toolbar;
import android.util.Log;
import android.view.View;
import android.widget.Button;
im... | 3,321 | 0.626347 | 0.624551 | 95 | 33.178947 | 31.285772 | 139 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.536842 | false | false | 6 |
59555242dbad5b309389e8f3b9fb3d2c6fcb0edd | 16,913,581,219,827 | e51440d63b4beac5535ed5ce0bc10cc7949b6999 | /Keypad.java | 0284ee5c57c02774c979d0adaf8fc07f4b3c19a8 | [] | no_license | mahaboobfathima/mahaboob | https://github.com/mahaboobfathima/mahaboob | ec503494dca8cdb7351a5962e7e85ff8eb1bf650 | c82e4930adb5817312f992d856eaeed6da2793bb | refs/heads/master | 2021-01-25T06:36:05.996000 | 2017-07-11T07:30:16 | 2017-07-11T07:30:16 | 93,592,836 | 0 | 4 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Guvi;
import java.util.Scanner;
import java.io.*;
public class Keypad {
public static void main(String args[])
{
Scanner sc=new Scanner(System.in);
System.out.println("Enter the button number:");
String a=sc.nextLine();
int n=a.length();
for(int i=0;i<n;i++)
{
char c=a.charAt(i);
... | UTF-8 | Java | 853 | java | Keypad.java | Java | [] | null | [] | package Guvi;
import java.util.Scanner;
import java.io.*;
public class Keypad {
public static void main(String args[])
{
Scanner sc=new Scanner(System.in);
System.out.println("Enter the button number:");
String a=sc.nextLine();
int n=a.length();
for(int i=0;i<n;i++)
{
char c=a.charAt(i);
... | 853 | 0.565064 | 0.554513 | 46 | 16.543478 | 11.420246 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.717391 | false | false | 6 |
16780d614dbb40a0ba78143d18b1990b21dd7350 | 27,470,610,844,112 | 2fe22de2a14b3f9c4cc785b6bff3a694a07d5cf3 | /redome/src/main/java/br/org/cancer/modred/model/domain/StatusPreCadastro.java | 9066819626df6d4b73a26db864aed34071e03d29 | [] | no_license | evandrorgomes/marecrescente | https://github.com/evandrorgomes/marecrescente | 308ac172f645e7e0e828e31a9fd0cba0ac807e4b | cf7a755331acfa59b28f3520178d6ad576b7caaa | refs/heads/master | 2022-06-03T06:25:43.770000 | 2021-07-17T22:59:48 | 2021-07-17T22:59:48 | 63,111,771 | 0 | 0 | null | false | 2022-05-25T07:19:06 | 2016-07-12T00:22:24 | 2021-07-17T23:00:50 | 2022-05-25T07:19:04 | 51,621 | 0 | 0 | 2 | Java | false | false | package br.org.cancer.modred.model.domain;
/**
* Enum que define o status do Pré Cadastro.
* AGUARDANDO APROVAÇÃO: Foi cadastrado pelo médico mas ainda não foi avaliado.
* APROVADO: Foi avaliador positivamente e já ao sistema.
* REPROVADO: Foi recusado seu acesso. Pode ser porque o documento que comprova
* ser um... | UTF-8 | Java | 522 | java | StatusPreCadastro.java | Java | [
{
"context": "ondiz com o informado, por exemplo.\n * \n * @author Pizão\n *\n */\npublic enum StatusPreCadastro {\n\tAGUARDAND",
"end": 423,
"score": 0.968701183795929,
"start": 418,
"tag": "USERNAME",
"value": "Pizão"
}
] | null | [] | package br.org.cancer.modred.model.domain;
/**
* Enum que define o status do Pré Cadastro.
* AGUARDANDO APROVAÇÃO: Foi cadastrado pelo médico mas ainda não foi avaliado.
* APROVADO: Foi avaliador positivamente e já ao sistema.
* REPROVADO: Foi recusado seu acesso. Pode ser porque o documento que comprova
* ser um... | 522 | 0.75098 | 0.75098 | 17 | 29 | 30.047022 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.411765 | false | false | 6 |
866dbf35cf805cb34fa81b8cae74c14a6b050f9d | 27,943,057,228,752 | 46f861a1edbfba761716d3aecdcbbbfa957bfc91 | /src/main/java/com/showka/domain/u11/ShohinIdoMeisai.java | f5a75e312ce6b6dcbfe04066256ae62ffa833241 | [
"MIT"
] | permissive | ShowKa/HanbaiKanri | https://github.com/ShowKa/HanbaiKanri | 7801071d42b118e4bc2c8b8821baa1488a5e8ba3 | 73d302c19aaddb9e0905365048c209f5f3daf491 | refs/heads/master | 2021-01-20T13:10:48.566000 | 2020-09-27T10:17:25 | 2020-09-27T10:17:25 | 90,452,663 | 0 | 1 | MIT | false | 2020-09-15T11:01:34 | 2017-05-06T09:37:31 | 2020-09-12T13:11:49 | 2020-09-15T11:01:34 | 1,273 | 0 | 0 | 5 | Java | false | false | package com.showka.domain.u11;
import com.showka.domain.DomainMeisai;
import com.showka.domain.z00.Shohin;
import com.showka.system.exception.SystemException;
import lombok.AllArgsConstructor;
import lombok.Getter;
/**
* 商品移動明細
*
* @author ShowKa
*
*/
@AllArgsConstructor
@Getter
public class S... | UTF-8 | Java | 784 | java | ShohinIdoMeisai.java | Java | [
{
"context": " lombok.Getter;\r\n\r\n/**\r\n * 商品移動明細\r\n * \r\n * @author ShowKa\r\n *\r\n */\r\n@AllArgsConstructor\r\n@Getter\r\npublic cl",
"end": 265,
"score": 0.7489110231399536,
"start": 259,
"tag": "USERNAME",
"value": "ShowKa"
}
] | null | [] | package com.showka.domain.u11;
import com.showka.domain.DomainMeisai;
import com.showka.domain.z00.Shohin;
import com.showka.system.exception.SystemException;
import lombok.AllArgsConstructor;
import lombok.Getter;
/**
* 商品移動明細
*
* @author ShowKa
*
*/
@AllArgsConstructor
@Getter
public class S... | 784 | 0.668622 | 0.662757 | 41 | 14.634147 | 15.444244 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.634146 | false | false | 6 |
041e99bb0eec5a48cf63d4141598edc7706f5880 | 3,272,765,090,821 | f97f3aef427bb3eadb4089ab2e473bb7a2c73679 | /src/main/java/boets/foodselector2/bus/service/mock/VegatablesMockCreator.java | 63c37fc6fa4245ffa6db473c9a1682c2d25a01a7 | [] | no_license | kboets/foodselector2 | https://github.com/kboets/foodselector2 | b261ae84a289a4b51b60da4d8ecf8f3d1b323e4e | e44cef52e5ac13ee61ca3c04fb5b683c1755ed29 | refs/heads/master | 2018-11-03T18:16:12.229000 | 2018-01-19T13:49:37 | 2018-01-19T13:49:37 | 96,737,400 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package boets.foodselector2.bus.service.mock;
import boets.foodselector2.bus.domain.Vegetable;
import boets.foodselector2.bus.domain.VegetablesFamilyType;
import java.util.ArrayList;
import java.util.List;
/**
* Created by Asus on 29/12/2017.
*/
public class VegatablesMockCreator {
public static List<Vegetabl... | UTF-8 | Java | 6,476 | java | VegatablesMockCreator.java | Java | [
{
"context": "rayList;\nimport java.util.List;\n\n/**\n * Created by Asus on 29/12/2017.\n */\npublic class VegatablesMockCre",
"end": 231,
"score": 0.9845152497291565,
"start": 227,
"tag": "NAME",
"value": "Asus"
},
{
"context": "blesFamilyType.LEAFY);\n endive.setName(\"andi... | null | [] | package boets.foodselector2.bus.service.mock;
import boets.foodselector2.bus.domain.Vegetable;
import boets.foodselector2.bus.domain.VegetablesFamilyType;
import java.util.ArrayList;
import java.util.List;
/**
* Created by Asus on 29/12/2017.
*/
public class VegatablesMockCreator {
public static List<Vegetabl... | 6,470 | 0.655188 | 0.649629 | 191 | 32.905758 | 22.168831 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.638743 | false | false | 6 |
b778830d67ac2078d415efd2e2e81cb303578fba | 3,272,765,094,270 | 203c84e458e1a0cb1a9b5c7c0d0774ec832f0ced | /mq/src/main/java/com/nova/lyn/entity/User.java | d52cd99d8c6466c1e8301e15aea1f065610c275b | [] | no_license | justein/oopmap | https://github.com/justein/oopmap | 32efd0b745acfa66074b0e8988322fffca851f0f | 6476433ba8a3a565a61dc92423c3c7336e11f075 | refs/heads/master | 2022-12-22T01:29:16.431000 | 2019-12-05T14:43:54 | 2019-12-05T14:43:54 | 176,244,369 | 0 | 0 | null | false | 2022-12-16T08:59:51 | 2019-03-18T09:12:21 | 2019-12-05T14:44:12 | 2022-12-16T08:59:48 | 36 | 0 | 0 | 4 | Java | false | false | package com.nova.lyn.entity;
import lombok.Data;
import java.io.Serializable;
/**
* @ClassName User
* @Description TODO
* @Author Lyn
* @Date 2019/4/11 0011 下午 2:59
* @Version 1.0
*/
@Data
public class User implements Serializable {
private String username;
private String password;
private int age... | UTF-8 | Java | 328 | java | User.java | Java | [
{
"context": " * @ClassName User\n * @Description TODO\n * @Author Lyn\n * @Date 2019/4/11 0011 下午 2:59\n * @Version 1.0\n ",
"end": 139,
"score": 0.9947375059127808,
"start": 136,
"tag": "USERNAME",
"value": "Lyn"
}
] | null | [] | package com.nova.lyn.entity;
import lombok.Data;
import java.io.Serializable;
/**
* @ClassName User
* @Description TODO
* @Author Lyn
* @Date 2019/4/11 0011 下午 2:59
* @Version 1.0
*/
@Data
public class User implements Serializable {
private String username;
private String password;
private int age... | 328 | 0.694444 | 0.645062 | 20 | 15.2 | 12.796875 | 43 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.3 | false | false | 6 |
d1da568bb6b61b0d839e5a1845ac743c8c5f396c | 28,922,309,790,843 | 35a067635ab631c482a4bd6d30f45460a4f1c8e4 | /src/test/resources/otherA3/Conversions/narrowingConv5.java | 63d15e0da3e55bcdff9e176961fea524252e0a35 | [] | no_license | acgatea/Java-compiler | https://github.com/acgatea/Java-compiler | ddee20a857eeb09f4612af64c937d80552f6a319 | 9dd8cf79c614d964084ba36ba7a0a494cb9ec411 | refs/heads/main | 2023-08-29T10:57:38.318000 | 2021-10-16T23:35:27 | 2021-10-16T23:35:27 | 417,942,736 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | // bad conversion
public class narrowingConv5 {
public narrowingConv5(){
int y = 0;
null = y;
}
} | UTF-8 | Java | 127 | java | narrowingConv5.java | Java | [] | null | [] | // bad conversion
public class narrowingConv5 {
public narrowingConv5(){
int y = 0;
null = y;
}
} | 127 | 0.535433 | 0.511811 | 7 | 16.428572 | 9.737368 | 29 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.285714 | false | false | 6 |
4ee71bbba2e40c0853937fc50885eef37f8a593a | 14,826,227,112,382 | f5398748ea435d203248eb208850a1d36939e3a8 | /Plugins/Instantiation/de.uni_hildesheim.sse.easy.instantiatorCore/src/net/ssehub/easy/instantiation/core/model/vilTypes/TypeRegistry.java | 43f1c2c2b48ab4af4698e08085746cb9cf923d63 | [
"Apache-2.0"
] | permissive | SSEHUB/EASyProducer | https://github.com/SSEHUB/EASyProducer | 20b5a01019485428b642bf3c702665a257e75d1b | eebe4da8f957361aa7ebd4eee6fff500a63ba6cd | refs/heads/master | 2023-06-25T22:40:15.997000 | 2023-06-22T08:54:00 | 2023-06-22T08:54:00 | 16,176,406 | 12 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package net.ssehub.easy.instantiation.core.model.vilTypes;
import java.lang.reflect.Method;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import net.ssehub.easy.basics.logger.EASyLoggerFactory;
import net.ssehub.easy.basics.logger.EASyLoggerFactory.EASyLogger;
import net.ssehub.easy.ins... | UTF-8 | Java | 42,350 | java | TypeRegistry.java | Java | [
{
"context": "ution of names used in the VIL/VTL.\n * \n * @author Holger Eichelberger\n */\npublic class TypeRegistry {\n\n public stati",
"end": 1115,
"score": 0.999888002872467,
"start": 1096,
"tag": "NAME",
"value": "Holger Eichelberger"
},
{
"context": " for {@link ITypeResol... | null | [] | package net.ssehub.easy.instantiation.core.model.vilTypes;
import java.lang.reflect.Method;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import net.ssehub.easy.basics.logger.EASyLoggerFactory;
import net.ssehub.easy.basics.logger.EASyLoggerFactory.EASyLogger;
import net.ssehub.easy.ins... | 42,324 | 0.585077 | 0.583566 | 1,146 | 35.954624 | 29.465744 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.354276 | false | false | 6 |
e4bef2853ec0728c6117102f0cbd5bb4b2722c50 | 20,074,677,159,603 | 3d186cb84330111d6d54e3360b50a741f6c5d773 | /src/main/java/com/test/infogetter/App.java | 422de05fbd5d51b713a123d4813a6bab7248fd7e | [] | no_license | michaelzhao10/CSITAssistantHelper | https://github.com/michaelzhao10/CSITAssistantHelper | 52759a9a7b07a00f029b837ad95dc87a1a970137 | b19939c2b96fbc9c2d45aac535498cf194c1aa32 | refs/heads/master | 2016-03-27T07:29:39.547000 | 2015-03-24T07:20:38 | 2015-03-24T07:20:38 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.test.infogetter;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.io.UnsupportedEncodingException;
import java.util.ArrayList;
import java.util.List;
import java.util.Ma... | UTF-8 | Java | 8,542 | java | App.java | Java | [
{
"context": "iew\\\\.aspx\\\\?workId=[0-9]+\";\n\t\tString username = \"1042711\";\n\t\tString password = \"1042711\";\n\t\tString htmlGet",
"end": 5673,
"score": 0.999440610408783,
"start": 5666,
"tag": "USERNAME",
"value": "1042711"
},
{
"context": "String username = \"1042711\";\... | null | [] | package com.test.infogetter;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.io.UnsupportedEncodingException;
import java.util.ArrayList;
import java.util.List;
import java.util.Ma... | 8,547 | 0.693395 | 0.678902 | 253 | 32.272728 | 20.940928 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.992095 | false | false | 6 |
2ad73c358de960ad4eb9e37ace30775a2687f526 | 15,126,874,878,248 | d6fa562512f42865f7a5e3c0e6074e9b31720e77 | /app/src/main/java/developer/cristian/alvarez/com/actividad_dsl_login/LoginActivity.java | aeaf9be134f03f74291d844f5d765edca604c3c5 | [] | no_license | CrissAlvarezH/EjemploAsynctask | https://github.com/CrissAlvarezH/EjemploAsynctask | 23dc32647053197465f89f03de4c7b4ff5b0e140 | 0975dd7160e27d042668833412ecb0e8d47c992e | refs/heads/master | 2020-05-23T06:16:35.809000 | 2019-05-14T16:49:08 | 2019-05-14T16:49:08 | 186,663,359 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package developer.cristian.alvarez.com.actividad_dsl_login;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.EditText;
import android.widget.Toast;
public class LoginActivity extends AppCompatActivity {
priva... | UTF-8 | Java | 1,317 | java | LoginActivity.java | Java | [
{
"context": "a.isEmpty() ) {\n\n if ( usuario.equals(\"userdsl\") && contrasena.equals(\"123456\") ) {\n\n ",
"end": 915,
"score": 0.999091625213623,
"start": 908,
"tag": "USERNAME",
"value": "userdsl"
}
] | null | [] | package developer.cristian.alvarez.com.actividad_dsl_login;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.EditText;
import android.widget.Toast;
public class LoginActivity extends AppCompatActivity {
priva... | 1,317 | 0.657555 | 0.65224 | 44 | 28.931818 | 27.547808 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.545455 | false | false | 6 |
0192c84e10aa05dae5fb6560125181bc2333f213 | 26,474,178,447,774 | 13bb6c71163e9e6156d8f541aea42bb1740d1b7e | /word-query-web/src/main/java/com/wordquery/demo/java/QueryResult.java | a797749c8bc3941b3dbc6dc213e00ba008468e12 | [] | no_license | sjtuzwj/Web-HW01-WordQuery | https://github.com/sjtuzwj/Web-HW01-WordQuery | 1f0e41fbbcf4762152920151b495924f2279ddbf | 48754389578b57cdc8b164b7d96de63cc94debb2 | refs/heads/master | 2021-06-30T04:41:58.096000 | 2019-06-19T05:54:29 | 2019-06-19T05:54:29 | 174,834,387 | 3 | 0 | null | false | 2020-10-13T13:07:20 | 2019-03-10T14:25:17 | 2019-06-19T05:54:31 | 2020-10-13T13:07:18 | 766 | 3 | 0 | 4 | Java | false | false | package com.wordquery.demo.java;
import java.util.ArrayList;
public class QueryResult {
public QueryResult(String word){
this.word=word;
this.result=new ArrayList<QueryResultItem>();
}
public String word;
public ArrayList<QueryResultItem> result;
public int time;
}
| UTF-8 | Java | 319 | java | QueryResult.java | Java | [] | null | [] | package com.wordquery.demo.java;
import java.util.ArrayList;
public class QueryResult {
public QueryResult(String word){
this.word=word;
this.result=new ArrayList<QueryResultItem>();
}
public String word;
public ArrayList<QueryResultItem> result;
public int time;
}
| 319 | 0.667712 | 0.667712 | 14 | 20.785715 | 16.891159 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 6 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.