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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
61d4715ec6fe909a31c882e1784a693c3616083e | 34,565,896,852,449 | 62b867974100a52d1101c1b17b07e94184467110 | /src/java/controllers/GenreControl.java | f3dccca415604b9bf3088e51c9105e80e7ed4b27 | [] | no_license | kirillzharko/library | https://github.com/kirillzharko/library | f321a052638ecff601b2fd7961b72abcaa3c4f58 | caeebc43b5011c056b4196d6d27af96d20c50134 | refs/heads/master | 2016-08-22T16:50:57.819000 | 2016-06-05T08:47:27 | 2016-06-05T08:47:27 | 60,451,136 | 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 controllers;
import comporable.ListComparator;
import db.DataHelper;
import entity.Genre;
import java.io.Serializable;
import... | UTF-8 | Java | 2,268 | java | GenreControl.java | Java | [
{
"context": "t javax.faces.model.SelectItem;\n\n/**\n *\n * @author Kirill\n */\n@ManagedBean(eager = false)\n@ApplicationScope",
"end": 922,
"score": 0.9991084933280945,
"start": 916,
"tag": "NAME",
"value": "Kirill"
}
] | 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 controllers;
import comporable.ListComparator;
import db.DataHelper;
import entity.Genre;
import java.io.Serializable;
import... | 2,268 | 0.673721 | 0.673721 | 95 | 22.863157 | 20.576742 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.557895 | false | false | 6 |
63b569e64bba4a41442a779f1d7b830d5a02ff49 | 35,983,236,045,025 | e7d8d306b23dbb31f4892cc3cb931f102194cd0e | /src/test/java/com/libertymutual/goforcode/invoicify/models/UserTests.java | 4101da07d2ae26ced0a429670c5f8bc6ddd3909c | [] | no_license | bbran/invoicify | https://github.com/bbran/invoicify | da786f59e748b7b9e725a86840c43d5f9b4302c3 | 8e16f062e0708b02bfb4ef9fb98b72990844b817 | refs/heads/master | 2021-06-24T16:54:21.307000 | 2017-09-13T23:24:39 | 2017-09-13T23:24:39 | 103,329,441 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.libertymutual.goforcode.invoicify.models;
import static org.assertj.core.api.Assertions.*;
import org.junit.Test;
import org.meanbean.test.BeanTester;
public class UserTests {
@Test
public void User_getter_setter_tests() {
BeanTester tester = new BeanTester();
tester.testBean(User.class);
}
@T... | UTF-8 | Java | 1,211 | java | UserTests.java | Java | [] | null | [] | package com.libertymutual.goforcode.invoicify.models;
import static org.assertj.core.api.Assertions.*;
import org.junit.Test;
import org.meanbean.test.BeanTester;
public class UserTests {
@Test
public void User_getter_setter_tests() {
BeanTester tester = new BeanTester();
tester.testBean(User.class);
}
@T... | 1,211 | 0.700248 | 0.700248 | 63 | 18.222221 | 19.424616 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.730159 | false | false | 6 |
cb0479fb96a27a237d23450eda4b55eff32b1bb5 | 21,801,254,007,587 | 889a3a25fea907b84a15cd691383788720b435bb | /src/main/com/danielsiwiec/sort/strategies/InsertionSortStrategy.java | 9d871d2f579a14ed1d032388b418e20ec45e6886 | [] | no_license | danielsiwiec/sorting | https://github.com/danielsiwiec/sorting | 6a12b3d7b1375219ee1cafc699215fbba83a7317 | 0e89f67ea0265a89e169997abcf322bbef6ce217 | refs/heads/master | 2016-09-06T14:26:10.542000 | 2012-12-25T21:59:32 | 2012-12-25T21:59:32 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.danielsiwiec.sort.strategies;
import java.util.LinkedList;
import java.util.List;
public class InsertionSortStrategy implements SortStrategy {
public List<Integer> sort(List<Integer> list) {
if (list == null || list.size() < 2){
return list;
}
LinkedList<Integer> linkedList = new LinkedList<... | UTF-8 | Java | 670 | java | InsertionSortStrategy.java | Java | [] | null | [] | package com.danielsiwiec.sort.strategies;
import java.util.LinkedList;
import java.util.List;
public class InsertionSortStrategy implements SortStrategy {
public List<Integer> sort(List<Integer> list) {
if (list == null || list.size() < 2){
return list;
}
LinkedList<Integer> linkedList = new LinkedList<... | 670 | 0.673134 | 0.668657 | 30 | 21.333334 | 21.886576 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.066667 | false | false | 6 |
d284b7aa56791180ca0242eb42b36642fb7b7a93 | 9,354,438,788,646 | f3e21cd35854b949e671cddfb3231dfc82cc8d4c | /microservicios/sagas-statemachine/inventory-service/src/main/java/es/codeurjc/inventoryservice/stream/kafka/InventoryStream.java | 0d883497109550296f671ed0753d853234d15224 | [] | no_license | MasterCloudApps/3.4.Aplicaciones-nativas-de-la-nube | https://github.com/MasterCloudApps/3.4.Aplicaciones-nativas-de-la-nube | 203b72256e40381da3f845b71ef1e0b2ef2b3f02 | e09cd334647847aaf1fbbd9f4356a991330df1cb | refs/heads/master | 2021-06-18T20:36:25.217000 | 2021-05-14T15:45:03 | 2021-05-14T15:45:03 | 209,170,659 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package es.codeurjc.inventoryservice.stream.kafka;
import org.springframework.cloud.stream.annotation.Input;
import org.springframework.cloud.stream.annotation.Output;
import org.springframework.messaging.MessageChannel;
import org.springframework.messaging.SubscribableChannel;
public interface InventoryStream {
pu... | UTF-8 | Java | 780 | java | InventoryStream.java | Java | [] | null | [] | package es.codeurjc.inventoryservice.stream.kafka;
import org.springframework.cloud.stream.annotation.Input;
import org.springframework.cloud.stream.annotation.Output;
import org.springframework.messaging.MessageChannel;
import org.springframework.messaging.SubscribableChannel;
public interface InventoryStream {
pu... | 780 | 0.79359 | 0.79359 | 22 | 34.454544 | 24.767513 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.545455 | false | false | 6 |
40ff1a817ca1aec2d5ca7c9620ddc19b18d0c345 | 17,162,689,330,239 | d9e5085727a89d5894ebaa511069ada26813e0e2 | /CentiScaPeClientLocal/src/main/java/org/cytoscape/centiscape/internal/Centroidnew.java | 5bd7788bdcb0f0db8c670b9e4a68df897aceaa36 | [] | no_license | nrnb/gsoc2013diego | https://github.com/nrnb/gsoc2013diego | 37fb44cff1d9d392ef8c76b0963959850b6aabb6 | e89d7a4f7b725de25bdbf60ebb263391dbfdf6f4 | refs/heads/master | 2016-09-06T15:30:36.299000 | 2015-03-17T00:41:26 | 2015-03-17T00:41:26 | 32,361,926 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.cytoscape.centiscape.internal;
/*
* CentiScaPe.java
*
* Created on 17 gennaio 2007, 11.21
*
* To change this template, choose Tools | Template Manager
* and open the template in the editor.
*/
/**
*
* @author Diego Magagna
*/
import java.util.Iterator;
import java.util.LinkedList... | UTF-8 | Java | 6,943 | java | Centroidnew.java | Java | [
{
"context": " template in the editor.\r\n */\r\n/**\r\n *\r\n * @author Diego Magagna\r\n */\r\n\r\nimport java.util.Iterator;\r\nimport java.u",
"end": 256,
"score": 0.9998596906661987,
"start": 243,
"tag": "NAME",
"value": "Diego Magagna"
}
] | null | [] | package org.cytoscape.centiscape.internal;
/*
* CentiScaPe.java
*
* Created on 17 gennaio 2007, 11.21
*
* To change this template, choose Tools | Template Manager
* and open the template in the editor.
*/
/**
*
* @author <NAME>
*/
import java.util.Iterator;
import java.util.LinkedList;
impo... | 6,936 | 0.524352 | 0.519597 | 144 | 46.194443 | 36.685085 | 176 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.784722 | false | false | 6 |
1c0cc554eb4edfa64eff45180939cda6836348f3 | 33,285,996,554,085 | ff3e403afb51d7a4f10cbc98f20661c507248aed | /eBayAuto/src/main/java/com/interview/eBayAuto/StartApplication.java | 687095c079d9351b1a18d1fcef3f79e2ed50a320 | [] | no_license | gaya3bollineni/eBayAuto | https://github.com/gaya3bollineni/eBayAuto | 721e62556c83d165bf53c66f818b43d1bbcbd748 | d9d1d833dc8fe431c502aeda0de0d527a91dd4d7 | refs/heads/master | 2022-07-06T18:50:34.766000 | 2020-08-08T06:37:14 | 2020-08-08T06:37:14 | 224,987,821 | 0 | 0 | null | false | 2022-06-29T17:48:54 | 2019-11-30T09:21:23 | 2020-08-08T06:41:41 | 2022-06-29T17:48:51 | 29 | 0 | 0 | 2 | Java | false | false | package com.interview.eBayAuto;
import io.appium.java_client.android.AndroidDriver;
import com.interview.eBay.Config.*;
import java.io.File;
import java.net.MalformedURLException;
import java.net.URL;
import java.util.concurrent.TimeUnit;
import org.openqa.selenium.By;
import org.openqa.selenium.remote.Capabi... | UTF-8 | Java | 1,377 | java | StartApplication.java | Java | [
{
"context": "\");\r\n\t\tdriver = new AndroidDriver(new URL(\"http://127.0.0.1:4723/wd/hub\"), capabilities);\r\n\t\tdriver.manage().",
"end": 1099,
"score": 0.9968553185462952,
"start": 1090,
"tag": "IP_ADDRESS",
"value": "127.0.0.1"
}
] | null | [] | package com.interview.eBayAuto;
import io.appium.java_client.android.AndroidDriver;
import com.interview.eBay.Config.*;
import java.io.File;
import java.net.MalformedURLException;
import java.net.URL;
import java.util.concurrent.TimeUnit;
import org.openqa.selenium.By;
import org.openqa.selenium.remote.Capabi... | 1,377 | 0.757444 | 0.744372 | 43 | 30.069767 | 28.366697 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.465116 | false | false | 6 |
1dc742717f7a04322db648c300e7cbed94afb49b | 19,275,813,239,091 | 67dffdc0e14cddebf37fee43cb9cc9760e63c0be | /src/main/java/org/california/service/builders/EntityToDtoMapper.java | f8bfa92f3e57062248206b7003297dae689adea1 | [] | no_license | k-gawel/FridgeApi | https://github.com/k-gawel/FridgeApi | dd450fca4ba6b030a5d53960d26a4e5400421e97 | 8ef894739919c0108f487804bb0513caab91c127 | refs/heads/master | 2022-12-29T05:53:44.272000 | 2019-10-24T14:27:55 | 2019-10-24T14:27:55 | 177,991,767 | 0 | 0 | null | false | 2022-12-16T04:37:15 | 2019-03-27T12:38:24 | 2019-10-24T14:28:46 | 2022-12-16T04:37:14 | 126,724 | 0 | 0 | 11 | Python | false | false | package org.california.service.builders;
import org.california.model.entity.*;
import org.california.model.entity.item.*;
import org.california.model.entity.utils.AccountDate;
import org.california.model.transfer.response.AccountDateDto;
import org.california.model.transfer.response.BaseDto;
import org.california.mode... | UTF-8 | Java | 13,797 | java | EntityToDtoMapper.java | Java | [] | null | [] | package org.california.service.builders;
import org.california.model.entity.*;
import org.california.model.entity.item.*;
import org.california.model.entity.utils.AccountDate;
import org.california.model.transfer.response.AccountDateDto;
import org.california.model.transfer.response.BaseDto;
import org.california.mode... | 13,797 | 0.591215 | 0.590853 | 361 | 37.218838 | 29.938057 | 146 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.279778 | false | false | 6 |
d3d3437a7921861897bdf7588f35f3f8f61120eb | 15,960,098,489,641 | 47b9daf34909d23c30615c3186620c8b0e6013d3 | /bdf2-webservice/src/main/java/com/bstek/bdf2/webservice/jaxb/WSJaxb2Marshaller.java | c331d840767dade6171ac9370bf4a81aa161d857 | [
"Apache-2.0"
] | permissive | 294033186/bdf2 | https://github.com/294033186/bdf2 | 5548dc23cd5b5d220558893165e923182dc5387f | 496ccd60feafb9e59b65020fbc2a4199a506fb4f | refs/heads/master | 2020-03-28T05:46:06.446000 | 2017-11-26T03:11:53 | 2017-11-26T03:11:53 | 147,795,504 | 1 | 1 | Apache-2.0 | true | 2018-09-07T08:36:24 | 2018-09-07T08:36:24 | 2018-09-03T06:35:04 | 2017-11-26T03:12:02 | 3,885 | 0 | 0 | 0 | null | false | null | package com.bstek.bdf2.webservice.jaxb;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
import org.springframework.beans.BeansException;
import org.springframework.context.ApplicationContext;
import org.springframework.context.ApplicationContextAware;
import org.springframework.oxm.jaxb.Jaxb2... | UTF-8 | Java | 1,262 | java | WSJaxb2Marshaller.java | Java | [] | null | [] | package com.bstek.bdf2.webservice.jaxb;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
import org.springframework.beans.BeansException;
import org.springframework.context.ApplicationContext;
import org.springframework.context.ApplicationContextAware;
import org.springframework.oxm.jaxb.Jaxb2... | 1,262 | 0.740887 | 0.736133 | 39 | 31.358974 | 27.919744 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.769231 | false | false | 6 |
388edac8213336292a277699d1aa3fce6e3724c2 | 31,001,073,957,502 | ead17fe9e39c2bcd3212e32a5d8d59cc7e16fe14 | /statusview/src/main/java/com/lz/statusview/WaterRippleAnim.java | 666b11ad2d3c5ddb2a71a5527fbd0b2fd3e74f03 | [] | no_license | liuzeze/StatusView | https://github.com/liuzeze/StatusView | 706835fcd7ab96bf07b28411f89fb2451d5db37d | 28355fedfb55c679a6c36ff7212abe190606a400 | refs/heads/master | 2020-04-02T08:42:29.799000 | 2018-10-23T10:14:47 | 2018-10-23T10:14:47 | 154,256,991 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.lz.statusview;
import android.animation.Animator;
import android.animation.AnimatorListenerAdapter;
import android.animation.AnimatorSet;
import android.animation.ObjectAnimator;
import android.animation.ValueAnimator;
import android.content.Context;
import android.content.res.ColorStateList;
import androi... | UTF-8 | Java | 5,904 | java | WaterRippleAnim.java | Java | [
{
"context": "---作者----------日期----------变更内容-----\n * - 刘泽 2018-10-23 创建class\n */\npublic class ",
"end": 767,
"score": 0.882754385471344,
"start": 767,
"tag": "NAME",
"value": ""
},
{
"context": "--作者----------日期----------变更内容-----\n * - 刘泽 2018-1... | null | [] | package com.lz.statusview;
import android.animation.Animator;
import android.animation.AnimatorListenerAdapter;
import android.animation.AnimatorSet;
import android.animation.ObjectAnimator;
import android.animation.ValueAnimator;
import android.content.Context;
import android.content.res.ColorStateList;
import androi... | 5,904 | 0.607823 | 0.602381 | 223 | 25.367714 | 23.152821 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.55157 | false | false | 6 |
bc23c0aa7aa90c4f551ea24601bcdd68fa7fd83d | 1,632,087,601,502 | d4e2df864f02d882c38ed969a2e41c3853202548 | /src/main/java/com/tiobe/utill/RandomUniqueNum.java | 005db24970e629571ebbd571cb35a7c0aabcdc0a | [] | no_license | Sligths/Springmvc-Spring-Mybatis | https://github.com/Sligths/Springmvc-Spring-Mybatis | 17b9b26716d0469863f29e18a914a724f50a3e79 | ed9f2f74f5960cfdffb5e87ab5bae9e976cca00a | refs/heads/master | 2021-01-11T19:06:05.197000 | 2017-02-28T05:50:05 | 2017-02-28T05:50:05 | 79,316,596 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.tiobe.utill;
import java.util.Arrays;
import java.util.Random;
import org.apache.log4j.Logger;
import com.tiobe.redis.RedisUtil;
import redis.clients.jedis.Jedis;
/**
* Title: RandomUniqueNum
* Description:
* Team: SSflow
* @author Ss
* @date 2017年1月17日
*
*/
public class RandomUniqueNum... | UTF-8 | Java | 2,106 | java | RandomUniqueNum.java | Java | [
{
"context": "queNum\r\n* Description: \r\n* Team: SSflow\r\n* @author Ss\r\n* @date 2017年1月17日\r\n*\r\n*/\r\npublic class RandomUn",
"end": 263,
"score": 0.9992146492004395,
"start": 261,
"tag": "USERNAME",
"value": "Ss"
}
] | null | [] | package com.tiobe.utill;
import java.util.Arrays;
import java.util.Random;
import org.apache.log4j.Logger;
import com.tiobe.redis.RedisUtil;
import redis.clients.jedis.Jedis;
/**
* Title: RandomUniqueNum
* Description:
* Team: SSflow
* @author Ss
* @date 2017年1月17日
*
*/
public class RandomUniqueNum... | 2,106 | 0.599214 | 0.579077 | 89 | 20.876404 | 17.60734 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.202247 | false | false | 6 |
631ea20fcca05d41cf23feac104d88ea662fa0ec | 15,264,313,817,631 | 0614fad00e5f2dbf1e22d7b10ec73f112909fa70 | /src/main/java/com/complywayz/titan/document/common/Links.java | b72be83c868a6cb218c9828bd484d808248667d5 | [] | no_license | complywayz/titan-backend | https://github.com/complywayz/titan-backend | 33646ff4f60e9d11fd448ff0c23a497590b73448 | b0d30c3d66fac8d962e60a70c977b6eb3952b081 | refs/heads/master | 2020-04-17T18:01:54.903000 | 2019-01-23T11:38:19 | 2019-01-23T11:38:19 | 166,808,743 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.complywayz.titan.document.common;
import com.fasterxml.jackson.annotation.JsonInclude;
import com.fasterxml.jackson.annotation.JsonProperty;
import lombok.Getter;
import lombok.Setter;
@Getter @Setter
public class Links
{
@JsonProperty("_self")
@JsonInclude(JsonInclude.Include.NON_NULL)
privat... | UTF-8 | Java | 338 | java | Links.java | Java | [] | null | [] | package com.complywayz.titan.document.common;
import com.fasterxml.jackson.annotation.JsonInclude;
import com.fasterxml.jackson.annotation.JsonProperty;
import lombok.Getter;
import lombok.Setter;
@Getter @Setter
public class Links
{
@JsonProperty("_self")
@JsonInclude(JsonInclude.Include.NON_NULL)
privat... | 338 | 0.784024 | 0.784024 | 15 | 21.533333 | 18.945066 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 6 |
5005ee5b5c248bf0eba1b53a9b7cd2121efef6bf | 23,622,320,171,461 | eec187d2c3230b8f2d3838c054325e9ec82b5d8a | /xwiki-platform-core/xwiki-platform-ircbot/xwiki-platform-ircbot-api/src/test/java/org/xwiki/ircbot/internal/wiki/DefaultWikiIRCModelTest.java | f8da377ccc3b2f63e1df61e56e40087c252c1e9b | [] | no_license | xwiki-contrib/xwiki-platform-wiki30 | https://github.com/xwiki-contrib/xwiki-platform-wiki30 | 53f8cefe213a2d568f0bc7aaf1939f6c2957795c | bbc33321b1efd0d08d776c9d8f1bd0b7edb7af80 | refs/heads/master | 2020-12-25T12:07:37.389000 | 2015-07-03T16:34:24 | 2015-07-03T16:34:24 | 1,864,244 | 1 | 0 | null | true | 2015-07-03T16:34:48 | 2011-06-08T08:24:17 | 2015-07-03T16:34:40 | 2015-07-03T16:34:24 | 211,870 | 2 | 0 | 0 | Java | null | null | /*
* See the NOTICE file distributed with this work for additional
* information regarding copyright ownership.
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation; either version 2.1 of
* th... | UTF-8 | Java | 6,476 | java | DefaultWikiIRCModelTest.java | Java | [
{
"context": "ue(\"password\");\n will(returnValue(\"mypassword\"));\n oneOf(botDataObject).",
"end": 4929,
"score": 0.710138738155365,
"start": 4927,
"tag": "PASSWORD",
"value": "my"
},
{
"context": "model.loadBotData();\n Assert.assertEquals(\"m... | null | [] | /*
* See the NOTICE file distributed with this work for additional
* information regarding copyright ownership.
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation; either version 2.1 of
* th... | 6,476 | 0.669395 | 0.666152 | 175 | 36.011429 | 27.838717 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.662857 | false | false | 6 |
5e0157e94410c1df6214283046b6de8b4d6721ad | 16,741,782,584,927 | 5ca3901b424539c2cf0d3dda52d8d7ba2ed91773 | /src_cfr/com/google/common/collect/GenericMapMaker$NullListener.java | dafe1a9b57f617220cb6255350657874859e529d | [] | no_license | fjh658/bindiff | https://github.com/fjh658/bindiff | c98c9c24b0d904be852182ecbf4f81926ce67fb4 | 2a31859b4638404cdc915d7ed6be19937d762743 | refs/heads/master | 2021-01-20T06:43:12.134000 | 2016-06-29T17:09:03 | 2016-06-29T17:09:16 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Decompiled with CFR 0_115.
*/
package com.google.common.collect;
import com.google.common.annotations.GwtIncompatible;
import com.google.common.collect.MapMaker;
import com.google.common.collect.MapMaker$RemovalListener;
import com.google.common.collect.MapMaker$RemovalNotification;
@GwtIncompatible(value="To ... | UTF-8 | Java | 580 | java | GenericMapMaker$NullListener.java | Java | [] | null | [] | /*
* Decompiled with CFR 0_115.
*/
package com.google.common.collect;
import com.google.common.annotations.GwtIncompatible;
import com.google.common.collect.MapMaker;
import com.google.common.collect.MapMaker$RemovalListener;
import com.google.common.collect.MapMaker$RemovalNotification;
@GwtIncompatible(value="To ... | 580 | 0.777586 | 0.77069 | 23 | 24.173914 | 25.591528 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.26087 | false | false | 6 |
cc87b84b6a1e67711b1f538a16df806a9ecc19ca | 16,741,782,587,009 | b9005c63a37f8956db7d44a20187fcf4e4ebb8aa | /src/org/kirhgoff/mail/client/MailClient.java | b5190b811e3bde3e0df8e0932d7486a5353e9188 | [] | no_license | kirhgoff/vkantakte-projects | https://github.com/kirhgoff/vkantakte-projects | 586a9b7be1ca90b86dbfa3c688689a3f053a4397 | 99586ae8711159cacbe0ad390fc2814cb7491d48 | refs/heads/master | 2016-09-05T16:00:07.990000 | 2010-01-09T01:52:22 | 2010-01-09T01:52:22 | 32,251,099 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.kirhgoff.mail.client;
import java.util.Arrays;
import java.util.Properties;
import javax.mail.Address;
import javax.mail.BodyPart;
import javax.mail.Folder;
import javax.mail.Message;
import javax.mail.MessagingException;
import javax.mail.Session;
import javax.mail.Store;
import javax.mail.in... | UTF-8 | Java | 2,948 | java | MailClient.java | Java | [] | null | [] | package org.kirhgoff.mail.client;
import java.util.Arrays;
import java.util.Properties;
import javax.mail.Address;
import javax.mail.BodyPart;
import javax.mail.Folder;
import javax.mail.Message;
import javax.mail.MessagingException;
import javax.mail.Session;
import javax.mail.Store;
import javax.mail.in... | 2,948 | 0.692334 | 0.690977 | 84 | 33.119049 | 27.191299 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.428571 | false | false | 6 |
377437e1db4e0cdc000ae84b07da1e88c91cdde0 | 2,989,297,284,268 | 405a26af60f9dcc63a0d8fd21651914a10325f60 | /java/src/run/HttpBotServlet.java | 8cd3bd715ab57bd55b7a16f6b1a0ea0b26d61061 | [] | no_license | artzub/ecobot | https://github.com/artzub/ecobot | 6c5b3fd90df7cb7ef29be157f1b5a9536770af2b | 481da9de9be16cf1209c1e9833ae33594e1e0d95 | refs/heads/master | 2021-01-10T18:57:41.334000 | 2014-03-31T05:13:46 | 2014-03-31T05:13:46 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package run;
import bot.Controller;
import javax.servlet.ServletException;
import javax.servlet.http.*;
import java.io.IOException;
/**
* Created by hp on 23.03.2014.
*/
public class HttpBotServlet extends javax.servlet.http.HttpServlet {
/*protected void doPost(HttpServletRequest request, HttpServ... | UTF-8 | Java | 1,455 | java | HttpBotServlet.java | Java | [
{
"context": "\nimport java.io.IOException;\r\n\r\n/**\r\n * Created by hp on 23.03.2014.\r\n */\r\npublic class HttpBotServlet ",
"end": 164,
"score": 0.9946284890174866,
"start": 162,
"tag": "USERNAME",
"value": "hp"
}
] | null | [] | package run;
import bot.Controller;
import javax.servlet.ServletException;
import javax.servlet.http.*;
import java.io.IOException;
/**
* Created by hp on 23.03.2014.
*/
public class HttpBotServlet extends javax.servlet.http.HttpServlet {
/*protected void doPost(HttpServletRequest request, HttpServ... | 1,455 | 0.578007 | 0.571821 | 45 | 30.333334 | 28.255972 | 124 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.444444 | false | false | 6 |
25eee3417000cc254ca5e1611ec4b1393da32e97 | 8,830,452,767,125 | e300c4b9384a4efa2834d97277f044953f32e0d4 | /src/main/java/com/gulyaich/boot/kafka/model/NewsStatus.java | d70ac68c0477235b8da974cb1038c93b87e05dc8 | [] | no_license | gulyaich94/journal | https://github.com/gulyaich94/journal | 7aaa62e3685a0ea29848c3a0b1137f77cfe83700 | 3e82c71e89e3ae104891086ff6399b8da000993a | refs/heads/master | 2023-06-02T18:47:29.744000 | 2019-08-28T12:59:01 | 2019-08-28T12:59:01 | 379,638,761 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.gulyaich.boot.kafka.model;
public enum NewsStatus {
SUCCESS,
ERROR
}
| UTF-8 | Java | 90 | java | NewsStatus.java | Java | [] | null | [] | package com.gulyaich.boot.kafka.model;
public enum NewsStatus {
SUCCESS,
ERROR
}
| 90 | 0.711111 | 0.711111 | 6 | 14 | 13.354151 | 38 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 6 |
be3a35f10453920f2e583ed9c9d372c19236a152 | 37,409,165,179,094 | 866a88855aeba65ae3358cc3c5c9faded77544cb | /app/src/main/java/com/ishotfirst/popularmovies/AboutActivityFragment.java | 6a60f8a68e4b92c5af673202770cd4fe34d93986 | [] | no_license | clockworkcoding/Udacity-Popular-Movies-1 | https://github.com/clockworkcoding/Udacity-Popular-Movies-1 | bcca8a9caee6499c4031031fdf6176a05ad2ff51 | 03563d1d57cd85c083ce25ef6bb9f02cf43a27c3 | refs/heads/master | 2021-01-10T13:06:59.179000 | 2015-10-16T20:58:26 | 2015-10-16T20:58:26 | 44,409,779 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ishotfirst.popularmovies;
import android.support.v4.app.Fragment;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import com.squareup.picasso.Picasso;
/**
* A placeholder fragment containing a simple ... | UTF-8 | Java | 937 | java | AboutActivityFragment.java | Java | [
{
"context": "package com.ishotfirst.popularmovies;\n\nimport android.support.v4.app.Fra",
"end": 22,
"score": 0.9108301401138306,
"start": 15,
"tag": "USERNAME",
"value": "otfirst"
}
] | null | [] | package com.ishotfirst.popularmovies;
import android.support.v4.app.Fragment;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import com.squareup.picasso.Picasso;
/**
* A placeholder fragment containing a simple ... | 937 | 0.733191 | 0.729989 | 30 | 30.233334 | 33.776405 | 144 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.533333 | false | false | 6 |
91699a204187b945e39e920e86e7fee3ec2eab40 | 39,376,260,208,941 | 28755b72249542569d742fd11d17068057f8b2f1 | /src/com/notjuststudio/engine2dgame/control/Sprite.java | 760a32dc61e29d694bc16d27407611e008f01869 | [] | no_license | KILLdon/2dGameEngine | https://github.com/KILLdon/2dGameEngine | 1a5b038f4351b33bd96c5986f53cb26fd9489958 | 3a255c0b6bbd5bc8e9faa1bee5d16d15001f11ff | refs/heads/master | 2021-01-20T17:29:42.333000 | 2017-07-06T15:36:54 | 2017-07-06T15:36:54 | 90,879,400 | 4 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.notjuststudio.engine2dgame.control;
import com.notjuststudio.engine2dgame.util.Container;
import com.notjuststudio.engine2dgame.util.ImageLoader;
import com.notjuststudio.engine2dgame.util.Parser;
import com.notjuststudio.fpnt.FPNTDecoder;
import org.lwjgl.opengl.GL14;
import java.io.File;
import java.awt... | UTF-8 | Java | 3,336 | java | Sprite.java | Java | [
{
"context": ".HashMap;\nimport java.util.Map;\n\n/**\n * Created by Georgy on 03.04.2017.\n */\npublic class Sprite implements",
"end": 416,
"score": 0.9861748814582825,
"start": 410,
"tag": "USERNAME",
"value": "Georgy"
}
] | null | [] | package com.notjuststudio.engine2dgame.control;
import com.notjuststudio.engine2dgame.util.Container;
import com.notjuststudio.engine2dgame.util.ImageLoader;
import com.notjuststudio.engine2dgame.util.Parser;
import com.notjuststudio.fpnt.FPNTDecoder;
import org.lwjgl.opengl.GL14;
import java.io.File;
import java.awt... | 3,336 | 0.6253 | 0.615108 | 114 | 28.263159 | 24.089399 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.745614 | false | false | 6 |
4c90a5432e69aa5fd438d6bb406e95b7cc08f487 | 33,895,881,951,926 | d48e98074662e6eb6f8fc676abf9e1fe85ad32e7 | /src/shapeLib/Rhombus.java | 2414668398ef608287fdeb4a9b4029a3e76f314b | [] | no_license | erinthered/MySecondProject | https://github.com/erinthered/MySecondProject | 29b10bf6d2e4c8544bfe4f0fefc6a7b9f3254d63 | 24ed14279066f249aea95b849fe423404fb50c4f | refs/heads/master | 2016-09-01T23:04:15.701000 | 2014-06-22T18:38:00 | 2014-06-22T18:38:00 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package shapeLib;
public class Rhombus extends Square {
private double height;
private double base;
public Rhombus(double height, double base) {
super(base);
this.height = height;
this.base = base;
}
@Override
public double getArea() {
return height * base;
}
@Override
public String description()... | UTF-8 | Java | 559 | java | Rhombus.java | Java | [] | null | [] | package shapeLib;
public class Rhombus extends Square {
private double height;
private double base;
public Rhombus(double height, double base) {
super(base);
this.height = height;
this.base = base;
}
@Override
public double getArea() {
return height * base;
}
@Override
public String description()... | 559 | 0.677996 | 0.677996 | 30 | 17.633333 | 21.961304 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.366667 | false | false | 6 |
43e1c49c0b1e453b9031e87ac7903aca51929d57 | 35,064,113,058,588 | c605bcadf8635ce9fdd6823965dcbebc48c7a4c3 | /src/main/java/com/yog/webstarter/core/annotations/Validation.java | 02c6e8efec4019e3873f384e323d85633832d864 | [
"Apache-2.0"
] | permissive | ypkkhatri/yog-webstarter | https://github.com/ypkkhatri/yog-webstarter | 9df318a2f0e8c7a223b788bc65ab078d46e26758 | 482960cefaa30097483860ed4ac7bf3df56d0387 | refs/heads/master | 2016-09-13T13:16:00.110000 | 2016-09-06T08:22:14 | 2016-09-06T08:22:14 | 59,659,194 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.yog.webstarter.core.annotations;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
* @author Yougeshwar
*/
@Retention(RetentionPolicy.RUNTIME)
@Target({ ElementType.FIELD })
public @interfa... | UTF-8 | Java | 743 | java | Validation.java | Java | [
{
"context": "mport java.lang.annotation.Target;\n\n/**\n * @author Yougeshwar\n */\n@Retention(RetentionPolicy.RUNTIME)\n@Target({",
"end": 233,
"score": 0.9939306974411011,
"start": 223,
"tag": "USERNAME",
"value": "Yougeshwar"
}
] | null | [] | package com.yog.webstarter.core.annotations;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
* @author Yougeshwar
*/
@Retention(RetentionPolicy.RUNTIME)
@Target({ ElementType.FIELD })
public @interfa... | 743 | 0.682369 | 0.682369 | 35 | 20.228571 | 18.319523 | 45 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 6 |
6dcda6fee98be86b633d8075e9edd9a722a1d19a | 8,349,416,482,423 | 177dc414e828643be57b063a0d923b0f9e0ff82d | /MyAndroidLib/src/com/summer/androidlib/core/ui/future/impl/DefaultTaskFuture.java | e792db4c6b2480304edd3146767e31b9b12148e8 | [] | no_license | summerlu66/myandroid | https://github.com/summerlu66/myandroid | 60d2ff6531ce3c7d16afa6df5eba9f72a1ea758e | 04077331b859fbd8be22ce9b6a96dbb4bec0d839 | refs/heads/master | 2016-08-04T07:51:23.375000 | 2015-03-05T01:23:49 | 2015-03-05T01:23:49 | 31,529,983 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.summer.androidlib.core.ui.future.impl;
import com.summer.androidlib.core.ui.future.api.IFutureListener;
import com.summer.androidlib.core.ui.future.api.ITaskFuture;
/**
* A default implementation of {@link ITaskFuture}.
*
* @author Summer Lu
* @email summer.lu@software.dell.com
* @date Jul 24, 2014
... | UTF-8 | Java | 2,402 | java | DefaultTaskFuture.java | Java | [
{
"context": "plementation of {@link ITaskFuture}.\n *\n * @author Summer Lu\n * @email summer.lu@software.dell.com\n * @date Ju",
"end": 259,
"score": 0.9998348355293274,
"start": 250,
"tag": "NAME",
"value": "Summer Lu"
},
{
"context": "nk ITaskFuture}.\n *\n * @author Summer Lu\n ... | null | [] | package com.summer.androidlib.core.ui.future.impl;
import com.summer.androidlib.core.ui.future.api.IFutureListener;
import com.summer.androidlib.core.ui.future.api.ITaskFuture;
/**
* A default implementation of {@link ITaskFuture}.
*
* @author <NAME>
* @email <EMAIL>
* @date Jul 24, 2014
*
*/
public class Def... | 2,379 | 0.412157 | 0.409659 | 71 | 32.830986 | 41.90028 | 132 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.887324 | false | false | 6 |
1ac6044e94d80f652de4dec549bc9306d206c6ed | 8,349,416,480,872 | 2bc37f407dd23a19937fec8472d63075c189f226 | /src/main/java/lab/aikibo/dao/SpptDao.java | 541fa4bcb2e3d501b4ee5c5661f78fd171d3abc2 | [] | no_license | tamami/learn-spring-rest-hibernate | https://github.com/tamami/learn-spring-rest-hibernate | 665df9d88e55e81b25ca24cd6cf49cbf6344436d | f28bbadca8c57540b249782e36a817007c5cb9e8 | refs/heads/master | 2021-01-20T20:14:42.367000 | 2016-11-30T08:10:08 | 2016-11-30T08:10:08 | 64,677,057 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package lab.aikibo.dao;
import lab.aikibo.model.Sppt;
public interface SpptDao {
public Sppt getSpptByNopThn(String nop, String thn);
public Sppt inqSpptByNopThn(String nop, String thn);
}
| UTF-8 | Java | 195 | java | SpptDao.java | Java | [] | null | [] | package lab.aikibo.dao;
import lab.aikibo.model.Sppt;
public interface SpptDao {
public Sppt getSpptByNopThn(String nop, String thn);
public Sppt inqSpptByNopThn(String nop, String thn);
}
| 195 | 0.774359 | 0.774359 | 10 | 18.5 | 20.59733 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.8 | false | false | 6 |
06a1b9d23e3221af8c8ed0311810456bea969b47 | 31,464,930,462,707 | b07a5c046ad0d3ebe6e86b569bbb61a534d9c6e6 | /LabyMod-Flags/src/main/java/nl/manthos/labymodflags/util/dependencies/Dependencies.java | 7d410faf0b4f92a66d2e2267012b052a0aec617f | [] | no_license | Maiky1304/Labymod-Addons | https://github.com/Maiky1304/Labymod-Addons | 869091a685928862728f46de374fe1004ef381b8 | 638314fc3f0a70d6fb6db3350676c9db79c47635 | refs/heads/master | 2023-07-07T07:31:35.701000 | 2021-08-06T14:38:13 | 2021-08-06T14:38:13 | 384,487,859 | 0 | 1 | null | false | 2021-08-06T14:38:14 | 2021-07-09T16:03:26 | 2021-07-22T13:47:08 | 2021-08-06T14:38:13 | 98 | 0 | 1 | 0 | Java | false | false | package nl.manthos.labymodflags.util.dependencies;
import nl.manthos.labymodflags.Main;
import org.bukkit.Bukkit;
import org.bukkit.Server;
import org.bukkit.plugin.PluginManager;
public class Dependencies {
private String[] dependecies;
public Dependencies(String... dependencies) {
this.dependecies... | UTF-8 | Java | 1,494 | java | Dependencies.java | Java | [] | null | [] | package nl.manthos.labymodflags.util.dependencies;
import nl.manthos.labymodflags.Main;
import org.bukkit.Bukkit;
import org.bukkit.Server;
import org.bukkit.plugin.PluginManager;
public class Dependencies {
private String[] dependecies;
public Dependencies(String... dependencies) {
this.dependecies... | 1,494 | 0.572289 | 0.57095 | 40 | 36.349998 | 32.431889 | 140 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 6 |
31891bf06c6b7e776a2ee0e331e0ed674404a9e5 | 12,317,966,267,058 | 5da904713893fec40ca210380cdec6c0b0a00f09 | /DisableComboPopupByVerifier/src/java/example/MainPanel.java | 4df4bb605388a147aea81dd3389a0b476e771bbc | [
"MIT"
] | permissive | aterai/java-swing-tips | https://github.com/aterai/java-swing-tips | 27379a0242e5b7d72ccc0af95a12c45b4a1b77f6 | 6941415d3b245aa655522a0ed998a7f50cb2ea95 | refs/heads/master | 2023-09-04T02:36:19.294000 | 2023-09-03T16:51:35 | 2023-09-03T16:51:35 | 23,829,681 | 521 | 184 | MIT | false | 2023-09-03T02:05:16 | 2014-09-09T10:51:59 | 2023-08-23T07:28:47 | 2023-09-03T02:05:15 | 60,109 | 470 | 155 | 2 | Java | false | false | // -*- mode:java; encoding:utf-8 -*-
// vim:set fileencoding=utf-8:
// @homepage@
package example;
import com.sun.java.swing.plaf.windows.WindowsComboBoxUI;
import java.awt.*;
import java.awt.event.MouseAdapter;
import java.awt.event.MouseEvent;
import java.awt.event.MouseListener;
import java.util.Objects;
import ja... | UTF-8 | Java | 6,228 | java | MainPanel.java | Java | [] | null | [] | // -*- mode:java; encoding:utf-8 -*-
// vim:set fileencoding=utf-8:
// @homepage@
package example;
import com.sun.java.swing.plaf.windows.WindowsComboBoxUI;
import java.awt.*;
import java.awt.event.MouseAdapter;
import java.awt.event.MouseEvent;
import java.awt.event.MouseListener;
import java.util.Objects;
import ja... | 6,228 | 0.683044 | 0.672768 | 182 | 33.21978 | 24.651997 | 114 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.675824 | false | false | 6 |
b010ab3a1e24c245942c350d2a519bfd1daf0d9f | 30,322,469,174,624 | 37b186ef4cea5eeb0b50f6e43863c72cb3138ade | /collection/arrayList/ArrayListDemo.java | ee5440e883d74a0dc7c576dae7bc0c96b76c1a84 | [] | no_license | aakash2809/java-concept | https://github.com/aakash2809/java-concept | 00e8c7dd210f4978274c468800a5a6f89cd12423 | 8a8b6d7a490b48e428164193b8b7991d5ea920ef | refs/heads/master | 2023-01-04T14:11:58.692000 | 2020-11-05T09:22:26 | 2020-11-05T09:22:26 | 310,205,383 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.io.Serializable;
import java.util.ArrayList;
import java.util.Collection;
import java.util.Collections;
import java.util.List;
import java.util.RandomAccess;
public class ArrayListDemo {
public static void main(String[] args) {
ArrayList al = new ArrayList(30);
ArrayList al1 = new ArrayList();
Array... | UTF-8 | Java | 1,324 | java | ArrayListDemo.java | Java | [
{
"context": "on s = new ArrayList();\n\t\ts.add(\"m\");\n\n\t\tal2.add(\"raju\");\n\t\tal2.add(10);\n\t\tal.add(\"aakash\");\n\t\tal.add(10",
"end": 412,
"score": 0.9904637336730957,
"start": 408,
"tag": "NAME",
"value": "raju"
},
{
"context": "m\");\n\n\t\tal2.add(\"raju\");\n\t\ta... | null | [] | import java.io.Serializable;
import java.util.ArrayList;
import java.util.Collection;
import java.util.Collections;
import java.util.List;
import java.util.RandomAccess;
public class ArrayListDemo {
public static void main(String[] args) {
ArrayList al = new ArrayList(30);
ArrayList al1 = new ArrayList();
Array... | 1,324 | 0.681269 | 0.660121 | 55 | 23.072727 | 14.458536 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.2 | false | false | 6 |
a158073359b0fcf549ac8dc4358f14c3ecdd59c2 | 30,322,469,174,372 | 0a537e5c3d961e4967f6961e69e385bea6c8872f | /back/src/main/java/com/codecool/league/controller/TeamImageController.java | f0d3cec2ae0daefb563437b5eaff87a866a16180 | [] | no_license | MadalinCiobanu/Street-Football | https://github.com/MadalinCiobanu/Street-Football | dcac3689c174d546a348a55f97b45f3a0a7e052d | de4c151f08cf464a3f964ef63883692f4b117aec | refs/heads/main | 2023-07-17T18:07:07.944000 | 2021-08-27T10:42:09 | 2021-08-27T10:42:09 | 368,133,476 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.codecool.league.controller;
import com.codecool.league.model.TeamImage;
import com.codecool.league.service.TeamImageService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.*;
import org.springframework.web.multipart.MultipartFile;
import java.... | UTF-8 | Java | 1,458 | java | TeamImageController.java | Java | [] | null | [] | package com.codecool.league.controller;
import com.codecool.league.model.TeamImage;
import com.codecool.league.service.TeamImageService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.*;
import org.springframework.web.multipart.MultipartFile;
import java.... | 1,458 | 0.714678 | 0.711934 | 48 | 29.375 | 24.078539 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.395833 | false | false | 6 |
46c8df18e04de4b7f973ae0921f39eb69b845147 | 979,252,606,262 | 264a4f593de34555f6238bfde06291ca90894995 | /Project/src/main/java/jtp/JTPInputStream.java | 657148b116a23143db462595c564076f570f895b | [] | no_license | DanPetrov1/TRiTPO | https://github.com/DanPetrov1/TRiTPO | d099f3524c6ecc0f24f41de04852d7676396e385 | 5c267c97897ab902e31999f918da827bb3745dae | refs/heads/master | 2023-01-31T04:09:30.869000 | 2020-12-13T18:48:54 | 2020-12-13T18:48:54 | 297,360,044 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package jtp;
import java.io.IOException;
import java.io.ObjectInputStream;
import java.net.Socket;
public class JTPInputStream {
private ObjectInputStream input;
JTPInputStream(Socket socket) throws IOException {
super();
this.input = new ObjectInputStream(socket.getInputStream());
}
... | UTF-8 | Java | 448 | java | JTPInputStream.java | Java | [] | null | [] | package jtp;
import java.io.IOException;
import java.io.ObjectInputStream;
import java.net.Socket;
public class JTPInputStream {
private ObjectInputStream input;
JTPInputStream(Socket socket) throws IOException {
super();
this.input = new ObjectInputStream(socket.getInputStream());
}
... | 448 | 0.716518 | 0.716518 | 20 | 21.4 | 23.139576 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.45 | false | false | 6 |
47f05fdca23b5cf04dcb6165ca941061b96eb083 | 11,115,375,420,019 | 78ea3b9f0a1b77af84801b94f2d7cee14c0d7180 | /rhino-core/src/main/java/io/ryos/rhino/sdk/users/oauth/Authenticator.java | 5aa7b72732bfb695b3242434f022145b15c62962 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | ryos-io/Rhino | https://github.com/ryos-io/Rhino | d1e639456b28f2b69f5e7a2238dbb128fa407c0d | 1269f0d86866a09ac5df0a3f910e1d603f87513c | refs/heads/master | 2023-06-22T12:56:52.384000 | 2022-06-26T19:25:06 | 2022-06-26T19:25:16 | 185,821,779 | 17 | 1 | Apache-2.0 | false | 2023-06-14T22:29:33 | 2019-05-09T15:05:17 | 2023-06-08T19:23:55 | 2023-06-14T22:29:32 | 5,905 | 16 | 3 | 19 | Java | false | false | package io.ryos.rhino.sdk.users.oauth;
/**
* Generic authenticator authenticates an entity against an authorization server. The entity can
* be a user or a service instance.
* <p>
*
* @param <T> The entity type being authenticated.
* @param <R> Return type with authentication tokens. The return type is to be a s... | UTF-8 | Java | 767 | java | Authenticator.java | Java | [
{
"context": "e is to be a sub type of the\n * entity.\n * @author Erhan Bagdemir\n * @since 1.6.0\n */\npublic interface Authenticato",
"end": 371,
"score": 0.9998863339424133,
"start": 357,
"tag": "NAME",
"value": "Erhan Bagdemir"
}
] | null | [] | package io.ryos.rhino.sdk.users.oauth;
/**
* Generic authenticator authenticates an entity against an authorization server. The entity can
* be a user or a service instance.
* <p>
*
* @param <T> The entity type being authenticated.
* @param <R> Return type with authentication tokens. The return type is to be a s... | 759 | 0.702738 | 0.698827 | 26 | 28.5 | 31.772327 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.115385 | false | false | 6 |
f718bd3c1b213b86f45a6a6005258c5d6153eaeb | 11,115,375,423,203 | f1f190fd0d087dceba200cefa66bf8cfdf4467ee | /app/src/main/java/com/example/kirill/stopping/Stations.java | dcb12225bab486fec052d806cef4cae382371a7e | [] | no_license | KirillTK/TransTable | https://github.com/KirillTK/TransTable | 0f652abae4fd3002899681a7eee9ee25a130e881 | e6c602c81a75d2c2cc1b73d4569fd3d15340427a | refs/heads/master | 2021-09-19T08:27:24.304000 | 2018-07-25T17:35:37 | 2018-07-25T17:35:37 | 119,164,512 | 0 | 0 | null | false | 2018-04-30T20:32:01 | 2018-01-27T12:59:41 | 2018-03-24T19:47:21 | 2018-04-30T20:32:00 | 268 | 0 | 0 | 0 | Java | false | null | package com.example.kirill.stopping;
public class Stations {
private String stations;
private int position;
private boolean isfavourite;
private String busnamber;
public int getPosition() {
return position;
}
public void setPosition(int position) {
this.position = positio... | UTF-8 | Java | 1,029 | java | Stations.java | Java | [] | null | [] | package com.example.kirill.stopping;
public class Stations {
private String stations;
private int position;
private boolean isfavourite;
private String busnamber;
public int getPosition() {
return position;
}
public void setPosition(int position) {
this.position = positio... | 1,029 | 0.638484 | 0.638484 | 48 | 20.4375 | 17.716408 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.395833 | false | false | 6 |
d8de03d1664819b9ffcff846fc471a3a8d357508 | 4,853,313,109,659 | b3d9e98f353eaba1cf92e3f1fc1ccd56e7cecbc5 | /fx-games/mahjong/mahjong/gameserver/game-common/src/com/lingyu/msg/rpc/WriteDataAck.java | d0e6a5f3ec826f082e14b6987fa7743f36fd8497 | [] | no_license | konser/repository | https://github.com/konser/repository | 9e83dd89a8ec9de75d536992f97fb63c33a1a026 | f5fef053d2f60c7e27d22fee888f46095fb19408 | refs/heads/master | 2020-09-29T09:17:22.286000 | 2018-10-12T03:52:12 | 2018-10-12T03:52:12 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.lingyu.msg.rpc;
public class WriteDataAck {
private int retCode;
public int getRetCode() {
return retCode;
}
public void setRetCode(int retCode) {
this.retCode = retCode;
}
}
| UTF-8 | Java | 216 | java | WriteDataAck.java | Java | [] | null | [] | package com.lingyu.msg.rpc;
public class WriteDataAck {
private int retCode;
public int getRetCode() {
return retCode;
}
public void setRetCode(int retCode) {
this.retCode = retCode;
}
}
| 216 | 0.657407 | 0.657407 | 15 | 12.4 | 13.255439 | 38 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.866667 | false | false | 6 |
d945966a4aadcc1ddf0325db2aebf09164884f40 | 13,331,578,491,801 | 97ae30310365e318590a3a8df3a2eb39d07c5ad4 | /BrokenCloud/app/src/main/java/cloud/broken/com/brokencloud/currentweather/presentation/ui/CityWeatherMapActivity.java | 98da1b1961e3833dd33a330ebe82530d96e77394 | [] | no_license | hollywoodprinciple/BrokenCloud | https://github.com/hollywoodprinciple/BrokenCloud | 40af3cd5346f966053252c9aff90e5f26110a99b | fe6f4921fd058293758af78fca7b4ac9f8eb37ac | refs/heads/master | 2017-05-11T23:27:57.365000 | 2017-03-17T06:11:25 | 2017-03-17T06:11:25 | 82,760,029 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cloud.broken.com.brokencloud.currentweather.presentation.ui;
import android.os.Bundle;
import android.support.design.widget.FloatingActionButton;
import android.support.design.widget.Snackbar;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.Toolbar;
import android.view.View;
i... | UTF-8 | Java | 7,107 | java | CityWeatherMapActivity.java | Java | [] | null | [] | package cloud.broken.com.brokencloud.currentweather.presentation.ui;
import android.os.Bundle;
import android.support.design.widget.FloatingActionButton;
import android.support.design.widget.Snackbar;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.Toolbar;
import android.view.View;
i... | 7,107 | 0.71704 | 0.716195 | 173 | 40.080925 | 30.972752 | 120 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.601156 | false | false | 6 |
f0d4d5633299dc932b07218e84afd6a602f9db67 | 32,289,564,192,185 | e827b9873580f3fc4ae51694504fe92e3b225f3f | /app/src/main/java/com/example/android/apis/graphics/PurgeableBitmap.java | 4b8af3d6ad26f2ded6e5dd1a7f41f1eaad43e4f8 | [] | no_license | vlad5ss/ApiDemos | https://github.com/vlad5ss/ApiDemos | d7b7aab4389b7c6d325474cc51af30ba85284d4f | ff0c40931245b7c02f4cc9fc9a39514ea0b9d65c | refs/heads/master | 2020-12-23T03:43:31.639000 | 2020-01-29T13:46:27 | 2020-01-29T13:46:27 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright (C) 2009 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | UTF-8 | Java | 9,787 | java | PurgeableBitmap.java | Java | [] | null | [] | /*
* Copyright (C) 2009 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | 9,787 | 0.66292 | 0.659242 | 208 | 46.052883 | 35.857117 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.360577 | false | false | 6 |
1d3bfdad4213b4a4cdd1931625f2a901f30b8d18 | 35,227,321,801,705 | 68a19507f18acff18aa4fa67d6611f5b8ac8913c | /plfx/plfx-xl/plfx-xl-application/src/main/java/plfx/xl/app/service/spi/DateSalePriceServiceImpl.java | c93be5a27d286b001d94c52f9e88239f266dd524 | [] | no_license | ksksks2222/pl-workspace | https://github.com/ksksks2222/pl-workspace | cf0d0be2dfeaa62c0d4d5437f85401f60be0eadd | 6146e3e3c2384c91cac459d25b27ffeb4f970dcd | refs/heads/master | 2021-09-13T08:59:17.177000 | 2018-04-27T09:46:42 | 2018-04-27T09:46:42 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package plfx.xl.app.service.spi;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Qualifier;
import org.springframework.stereotype.Service;
import plfx.xl.app.component.base.BaseXlSpiServiceImpl;
import plfx.xl.app.service.local.DateSalePriceLoc... | UTF-8 | Java | 4,547 | java | DateSalePriceServiceImpl.java | Java | [
{
"context": "* @修改说明:\r\n * @公司名称:浙江汇购科技有限公司\r\n * @部门:技术部\r\n * @作者:luoyun\r\n * @创建时间:2014年12月17日下午4:45:58\r\n * @版本:V1.0\r\n *\r\n",
"end": 987,
"score": 0.9988069534301758,
"start": 981,
"tag": "USERNAME",
"value": "luoyun"
}
] | null | [] | package plfx.xl.app.service.spi;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Qualifier;
import org.springframework.stereotype.Service;
import plfx.xl.app.component.base.BaseXlSpiServiceImpl;
import plfx.xl.app.service.local.DateSalePriceLoc... | 4,547 | 0.752778 | 0.748469 | 125 | 33.271999 | 27.923717 | 129 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.128 | false | false | 6 |
952d67ca357d83b50765a8455d994a4f6b013980 | 37,881,611,573,633 | e860915fe664ef76d0100a8b92f6f16b69b8c60a | /unichain-core/src/main/java/tech/unichain/framework/core/dict/apply/DictWrapper.java | 69dcf83cfe9b7caf2812df41b6760037f7adffc9 | [] | no_license | unichain/unichain-framework | https://github.com/unichain/unichain-framework | afc2473b965841ecb5c1869b9b92ff1245082602 | e26874626f3b1dbdb152bbf42ce342cf94c9f8c7 | refs/heads/master | 2020-03-12T04:17:22.202000 | 2018-04-21T23:55:42 | 2018-04-21T23:55:47 | 130,442,316 | 0 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package tech.unichain.framework.core.dict.apply;
import tech.unichain.framework.core.dict.DictDefineRepository;
/**
* @author lait.zhang
* @since 1.0.0
*/
public interface DictWrapper {
DictWrapper empty = (bean, repository) -> {};
void wrap(Object bean, DictDefineRepository repository);
}
| UTF-8 | Java | 307 | java | DictWrapper.java | Java | [
{
"context": "rk.core.dict.DictDefineRepository;\n\n/**\n * @author lait.zhang\n * @since 1.0.0\n */\npublic interface DictWrapper ",
"end": 139,
"score": 0.9950026273727417,
"start": 129,
"tag": "NAME",
"value": "lait.zhang"
}
] | null | [] | package tech.unichain.framework.core.dict.apply;
import tech.unichain.framework.core.dict.DictDefineRepository;
/**
* @author lait.zhang
* @since 1.0.0
*/
public interface DictWrapper {
DictWrapper empty = (bean, repository) -> {};
void wrap(Object bean, DictDefineRepository repository);
}
| 307 | 0.726384 | 0.716612 | 15 | 19.466667 | 23.165684 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 6 |
0395f5035759360effcf14ae2504a4162d473049 | 25,022,479,528,230 | 36da4e09c8ca1ea3396cfe2de832d1639f0c403e | /framework/servlet/src/cc/alcina/framework/servlet/servlet/remote/RemoteInvocationProxy.java | 617118eacaee5179d1740df3a8c8e3d3099e4df1 | [] | no_license | nevella/alcina | https://github.com/nevella/alcina | b1ed4cb006c96af566dcdd5d0bc5130f02df0a64 | fdde4bf59b1e1cfb4ac426efe192ccd0917b90fb | refs/heads/main | 2023-08-04T13:31:42.598000 | 2023-08-02T12:13:08 | 2023-08-02T12:18:31 | 32,334,578 | 2 | 3 | null | false | 2022-05-18T15:51:57 | 2015-03-16T15:31:02 | 2021-12-24T04:05:55 | 2022-05-18T15:51:56 | 47,756 | 1 | 2 | 11 | Java | false | false | package cc.alcina.framework.servlet.servlet.remote;
import java.lang.reflect.InvocationHandler;
import java.lang.reflect.Method;
import java.lang.reflect.Proxy;
import com.google.gwt.user.client.rpc.RemoteService;
import cc.alcina.framework.common.client.logic.reflection.registry.Registry;
import cc.alcina.framework... | UTF-8 | Java | 2,255 | java | RemoteInvocationProxy.java | Java | [] | null | [] | package cc.alcina.framework.servlet.servlet.remote;
import java.lang.reflect.InvocationHandler;
import java.lang.reflect.Method;
import java.lang.reflect.Proxy;
import com.google.gwt.user.client.rpc.RemoteService;
import cc.alcina.framework.common.client.logic.reflection.registry.Registry;
import cc.alcina.framework... | 2,255 | 0.768071 | 0.767627 | 66 | 33.166668 | 26.194832 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.121212 | false | false | 6 |
13f158b105178d84161cf17fcf2df7298641f09d | 38,792,144,635,932 | d1ee6edfaa727650397646e6565fd10202b80d9a | /src/main/java/synergy/Schedule.java | f08a590cb473cd9db5e495aa287b954516a28186 | [] | no_license | davidramsayer/p1-mosaic-spring | https://github.com/davidramsayer/p1-mosaic-spring | 013ac57b6d74187376c44701a740e5a97e2fdb7e | 49b819450d875302caa79bb9acc8cd30465225db | refs/heads/master | 2023-03-18T11:11:21.396000 | 2021-03-10T01:05:19 | 2021-03-10T01:05:19 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package synergy;
public class Schedule {
private Class period1;
private Class period2;
private Class period3;
private Class period4;
private Class period5;
public Schedule(Class period1, Class period2, Class period3, Class period4, Class period5) {
this.period1 = period1;
this... | UTF-8 | Java | 444 | java | Schedule.java | Java | [] | null | [] | package synergy;
public class Schedule {
private Class period1;
private Class period2;
private Class period3;
private Class period4;
private Class period5;
public Schedule(Class period1, Class period2, Class period3, Class period4, Class period5) {
this.period1 = period1;
this... | 444 | 0.657658 | 0.612613 | 18 | 23.666666 | 21.252451 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.833333 | false | false | 6 |
b541bdbda5b4d4d4f9e5f50e3503d8e3fffb6982 | 34,634,616,329,266 | eab45662076d1370950b9031482aa3866a732604 | /src/Interfaz/Reloj.java | 1e5d7f3614d0a1b25a2037cc7036333f6c5b3c90 | [] | no_license | depradaboris/SudokuTDP | https://github.com/depradaboris/SudokuTDP | 22385456e6c9f4af98987b33e5593aca01e1ed50 | 49d5cd0f13acf85caec181a82ee4906de925765c | refs/heads/master | 2023-01-01T05:22:36.398000 | 2020-10-25T19:31:03 | 2020-10-25T19:31:03 | 307,170,143 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Interfaz;
import java.awt.Color;
import java.awt.GridLayout;
import java.awt.Image;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import javax.swing.BorderFactory;
import javax.swing.ImageIcon;
import javax.swing.JLabel;
import javax.swing.JPanel;
import javax.swing.Timer;
public c... | ISO-8859-1 | Java | 4,213 | java | Reloj.java | Java | [] | null | [] | package Interfaz;
import java.awt.Color;
import java.awt.GridLayout;
import java.awt.Image;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import javax.swing.BorderFactory;
import javax.swing.ImageIcon;
import javax.swing.JLabel;
import javax.swing.JPanel;
import javax.swing.Timer;
public c... | 4,213 | 0.693495 | 0.669516 | 161 | 25.161491 | 23.878029 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.73913 | false | false | 6 |
8c3b4d581b0d47749ac417175aaa4394b74a154f | 34,196,529,664,534 | 0b64cff87b41226653c66bbfc487549772f7e4dd | /user-demo/src/main/java/com/lizk/controller/UserController.java | b2bba62cbebed5fdde367930e17a83f99f17e86c | [] | no_license | rookieLizk/springCloudDev | https://github.com/rookieLizk/springCloudDev | 8be2509dcc96f543f237c5b6f610d1af5dcabb3b | 9de7235bd8f2019c08ca847e033fb7ae9a184d11 | refs/heads/master | 2022-07-30T17:33:57.628000 | 2019-10-16T14:59:28 | 2019-10-16T14:59:28 | 215,573,595 | 0 | 0 | null | false | 2022-07-11T21:05:52 | 2019-10-16T14:48:50 | 2019-10-19T09:10:54 | 2022-07-11T21:05:52 | 51 | 0 | 0 | 4 | Java | false | false | package com.lizk.controller;
import com.lizk.entity.User;
import io.swagger.annotations.Api;
import io.swagger.annotations.ApiImplicitParam;
import io.swagger.annotations.ApiOperation;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.web.bind.annotation.*;
import java.util.ArrayLi... | UTF-8 | Java | 1,611 | java | UserController.java | Java | [] | null | [] | package com.lizk.controller;
import com.lizk.entity.User;
import io.swagger.annotations.Api;
import io.swagger.annotations.ApiImplicitParam;
import io.swagger.annotations.ApiOperation;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.web.bind.annotation.*;
import java.util.ArrayLi... | 1,611 | 0.615644 | 0.606878 | 55 | 25.963636 | 19.814562 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.490909 | false | false | 6 |
407072548c57a1db95485b5acec2553637fda64f | 39,195,871,553,158 | da89aa538eb553f1afcf39a987ec9d5fa0d8472d | /controller/src/main/java/com/example/webmvc/response/ResponseEntityResponseWriter.java | c4faf26c6edb9e02b5d4bd7326a5264cd2cc0337 | [] | no_license | crgardner/clean-architecture-spring-boot | https://github.com/crgardner/clean-architecture-spring-boot | bff17e79a8f46608d239818ca520c4d425fbfc90 | 98313e2dc75fe0e38e121d4fe34e0e4f1cd8abc3 | refs/heads/master | 2021-03-23T21:06:49.028000 | 2020-03-15T19:23:10 | 2020-03-15T19:23:10 | 247,484,053 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.webmvc.response;
import org.springframework.http.ResponseEntity;
import com.example.controller.response.ResponseWriter;
public class ResponseEntityResponseWriter implements ResponseWriter {
private ResponseEntity<Object> responseEntity;
@Override
public void ok(Object resource) {
... | UTF-8 | Java | 474 | java | ResponseEntityResponseWriter.java | Java | [] | null | [] | package com.example.webmvc.response;
import org.springframework.http.ResponseEntity;
import com.example.controller.response.ResponseWriter;
public class ResponseEntityResponseWriter implements ResponseWriter {
private ResponseEntity<Object> responseEntity;
@Override
public void ok(Object resource) {
... | 474 | 0.759494 | 0.759494 | 19 | 23.947369 | 24.180187 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.315789 | false | false | 6 |
67429e47baf35da38aaea06c7505d95bb9fad5d0 | 38,577,396,273,794 | f12e86f9fd56aeda8eacc5752dfc1f7d7024dd26 | /src/ru/falsher/jsonparser/JSONObject.java | f1c213f9c4a6a77bd2b77c003876acdcb67a8cd1 | [] | no_license | falsher-dev/JSONParser | https://github.com/falsher-dev/JSONParser | 80f1ed88b6ba731671d4ac62dae6895c45721865 | db82e0ca39e5dfe699b8c3bae1555c047370af34 | refs/heads/main | 2023-08-11T06:06:54.681000 | 2021-10-11T08:55:34 | 2021-10-11T08:55:34 | 415,847,320 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ru.falsher.jsonparser;
import java.util.*;
import java.util.function.Consumer;
public class JSONObject extends JSONElement {
private String[] keys;
private JSONElement[] values;
private int len;
private transient KeySet keySet = null;
private transient Collection<JSONElement>... | UTF-8 | Java | 5,786 | java | JSONObject.java | Java | [] | null | [] | package ru.falsher.jsonparser;
import java.util.*;
import java.util.function.Consumer;
public class JSONObject extends JSONElement {
private String[] keys;
private JSONElement[] values;
private int len;
private transient KeySet keySet = null;
private transient Collection<JSONElement>... | 5,786 | 0.493778 | 0.490149 | 199 | 27.075377 | 23.30957 | 118 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.507538 | false | false | 6 |
296a97b005ed08b61476b1e086c81b07ad9d6705 | 35,098,472,790,286 | 4dffde64a6434d761b16ec607c81964e13a5b3e1 | /workspace/sys-vendas/src/main/java/br/com/aluizio/sysvendas/model/Pagamento.java | 024ea7245580107a37946568b86458b7433c6a0c | [] | no_license | RicoChivela1/sys-vendas | https://github.com/RicoChivela1/sys-vendas | 2d0666e1e7625dc6645036a0957d687f9fbfcce2 | dfa50050c1beb53627eb797b1ce8615673c9b5e8 | refs/heads/master | 2022-12-07T01:37:47.236000 | 2020-08-24T04:46:14 | 2020-08-24T04:46:14 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.com.aluizio.sysvendas.model;
/**
* @author Aluizio Monteiro
*/
public class Pagamento {
private Integer id;
private Integer valorTotal;
private Integer qtdParcelas;
private Integer valorParcela;
private Integer diaVencimento;
private Integer parcelasPagas;
private EnumStatus status;
public Intege... | UTF-8 | Java | 1,589 | java | Pagamento.java | Java | [
{
"context": "ge br.com.aluizio.sysvendas.model;\n\n/**\n * @author Aluizio Monteiro\n */\npublic class Pagamento {\n\tprivate Integer id;",
"end": 72,
"score": 0.9998629093170166,
"start": 56,
"tag": "NAME",
"value": "Aluizio Monteiro"
}
] | null | [] | package br.com.aluizio.sysvendas.model;
/**
* @author <NAME>
*/
public class Pagamento {
private Integer id;
private Integer valorTotal;
private Integer qtdParcelas;
private Integer valorParcela;
private Integer diaVencimento;
private Integer parcelasPagas;
private EnumStatus status;
public Integer getId() ... | 1,579 | 0.723096 | 0.723096 | 78 | 19.371796 | 22.10297 | 114 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.346154 | false | false | 6 |
41cdd99f5f328ffaf3e521e1852a842693baecdd | 4,269,197,563,350 | c33ae52f561006b90125551998dc412b1247e07f | /spring data jpa Dome/src/main/java/com/example/demo/controller/UserHtml5Controll.java | bc9f9dd6b96979bc1599530f361cf8991ada62f0 | [] | no_license | PZH24/Spring-Boot | https://github.com/PZH24/Spring-Boot | ec017705792374294e12f32a9ccaf803f4c0c97a | 194641f25ee2df32c4ea01be6a84145e151b1eca | refs/heads/master | 2022-09-20T09:27:38.969000 | 2022-06-18T01:45:38 | 2022-06-18T01:45:38 | 143,806,547 | 0 | 0 | null | false | 2022-09-01T22:22:58 | 2018-08-07T02:10:28 | 2022-06-18T01:20:55 | 2022-09-01T22:22:56 | 786 | 0 | 0 | 3 | CSS | false | false | package com.example.demo.controller;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
@Controller
public class UserHtml5Controll {
@RequestMapping("/login")
public String login() {
return "login";
}
@RequestMapping("/ed... | UTF-8 | Java | 797 | java | UserHtml5Controll.java | Java | [] | null | [] | package com.example.demo.controller;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
@Controller
public class UserHtml5Controll {
@RequestMapping("/login")
public String login() {
return "login";
}
@RequestMapping("/ed... | 797 | 0.613551 | 0.612296 | 32 | 22.90625 | 14.552404 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.28125 | false | false | 6 |
a8b7eece723a18e17a66cf9398cbcde24403994e | 38,001,870,668,178 | 44bcca6987d0778daf82fc9fbae52db85cf5b1b0 | /missionhub/src/com/missionhub/model/gson/GContactAssignments.java | 3fd0df7555c02835b79e5ecd18d14742573ae7c9 | [
"MIT"
] | permissive | obasi42/MissionHub-Android | https://github.com/obasi42/MissionHub-Android | 5fe71dd99151622f6debed41a2074c289f017828 | 59c1704140d10025a5309dedd820b0a09d87fc7a | refs/heads/master | 2021-01-17T12:09:17.047000 | 2015-02-08T16:01:13 | 2015-02-08T16:01:13 | 30,440,980 | 0 | 0 | null | true | 2015-02-07T01:32:19 | 2015-02-07T01:32:18 | 2014-07-22T12:53:00 | 2014-04-24T21:44:14 | 67,404 | 0 | 0 | 0 | null | null | null | package com.missionhub.model.gson;
import com.missionhub.application.Application;
import com.missionhub.model.ContactAssignment;
import com.missionhub.model.ContactAssignmentDao;
import java.util.ArrayList;
import java.util.List;
import java.util.concurrent.Callable;
public class GContactAssignments {
public GC... | UTF-8 | Java | 3,478 | java | GContactAssignments.java | Java | [] | null | [] | package com.missionhub.model.gson;
import com.missionhub.application.Application;
import com.missionhub.model.ContactAssignment;
import com.missionhub.model.ContactAssignmentDao;
import java.util.ArrayList;
import java.util.List;
import java.util.concurrent.Callable;
public class GContactAssignments {
public GC... | 3,478 | 0.577056 | 0.577056 | 94 | 36.010639 | 34.896656 | 194 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.340426 | false | false | 6 |
2fb8e2aacab222e82e87941597fb2cbe8b814dd1 | 34,883,724,431,884 | 73d4aae69364fb6044a4f7135e2cde6782830868 | /classblog/java/src/main/java/com/somecoder/demo/blog/entity/request/DeleteCommentRequest.java | 86e2a6f39d461e213f29643872730334571f8ef4 | [] | no_license | miskamuska/xian_hub | https://github.com/miskamuska/xian_hub | 1a7ce73fa553accc54e8b23e5d7d6b3c18b03404 | 32b9a19d928919e7e788f02ac9aebf9b220de87d | refs/heads/main | 2023-06-08T23:46:49.019000 | 2021-06-25T15:11:18 | 2021-06-25T15:11:18 | 355,435,947 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.somecoder.demo.blog.entity.request;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
/**
* @author Liangkeyu
* @since 2021-01-28
*/
@Data
@ApiModel("删除评论实体类")
public class DeleteCommentRequest {
@ApiModelProperty(value = "评论主键")
privat... | UTF-8 | Java | 364 | java | DeleteCommentRequest.java | Java | [
{
"context": "ModelProperty;\nimport lombok.Data;\n\n/**\n * @author Liangkeyu\n * @since 2021-01-28\n */\n@Data\n@ApiModel(\"删除评论实体类",
"end": 182,
"score": 0.9230649471282959,
"start": 173,
"tag": "NAME",
"value": "Liangkeyu"
}
] | null | [] | package com.somecoder.demo.blog.entity.request;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
/**
* @author Liangkeyu
* @since 2021-01-28
*/
@Data
@ApiModel("删除评论实体类")
public class DeleteCommentRequest {
@ApiModelProperty(value = "评论主键")
privat... | 364 | 0.751462 | 0.72807 | 17 | 19.117647 | 16.74333 | 47 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.294118 | false | false | 6 |
f8203a6e292dcc018591bfd4cde19b246b16ed74 | 38,165,079,427,369 | 7d1d1388ee437865014dd40f05361b80045f9ce0 | /APC/src/com/apc/builders/PatternBuilder.java | dfabf2eba3294105f030043bf8c5c97902e7255d | [] | no_license | mutukulasureshkumar/APC | https://github.com/mutukulasureshkumar/APC | b62006919eec7ed4bc5a9ca39cfe72801132c9aa | 36106da3dd83eaa5c0b3552d2d159db5252ddad3 | refs/heads/master | 2021-05-15T12:13:30.771000 | 2017-11-10T07:29:56 | 2017-11-10T07:29:56 | 108,413,684 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.apc.builders;
import com.apc.core.beans.ProjectInfor;
import com.apc.core.classes.Constants;
import com.apc.core.classes.MVC;
import com.apc.core.interfaces.Pattern;
import com.apc.core.mvc.decorators.JavaViewDecorator;
/**
* @author Suresh Kumar Mutukula
*
*/
public class PatternBuilder {
... | UTF-8 | Java | 1,001 | java | PatternBuilder.java | Java | [
{
"context": "vc.decorators.JavaViewDecorator;\r\n\r\n/**\n * @author Suresh Kumar Mutukula\r\n *\r\n */\r\npublic class PatternBuilder {\r\n\t\r\n\t/**\r",
"end": 278,
"score": 0.999870240688324,
"start": 257,
"tag": "NAME",
"value": "Suresh Kumar Mutukula"
}
] | null | [] | package com.apc.builders;
import com.apc.core.beans.ProjectInfor;
import com.apc.core.classes.Constants;
import com.apc.core.classes.MVC;
import com.apc.core.interfaces.Pattern;
import com.apc.core.mvc.decorators.JavaViewDecorator;
/**
* @author <NAME>
*
*/
public class PatternBuilder {
/**
* @D... | 986 | 0.727273 | 0.727273 | 38 | 24.368422 | 22.982168 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.210526 | false | false | 6 |
16b82d00fd2ae95942b788d8b0e67bf032aedfb5 | 37,125,697,342,436 | 35b233572a9011c8a3ddf9c1d08f747d1955e07f | /yong/src/main/java/yong/entity/CtgMstEntity.java | 6b70fc5528a1668403b3a6a2a0e019d4dfce3003 | [] | no_license | qwqws9/gradleYong | https://github.com/qwqws9/gradleYong | 5de62bc7e92a07d6e80680226d8c182b8a9aaa28 | 4a6089246fa3408d976769307737dd57c06f1e34 | refs/heads/master | 2021-07-24T07:56:21.981000 | 2021-02-23T23:32:42 | 2021-02-23T23:32:42 | 243,719,621 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package yong.entity;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.Table;
import lombok.Getter;
import lombok.Setter;
import lombok.ToString;
@Entity
@Table(name... | UTF-8 | Java | 619 | java | CtgMstEntity.java | Java | [] | null | [] | package yong.entity;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.Table;
import lombok.Getter;
import lombok.Setter;
import lombok.ToString;
@Entity
@Table(name... | 619 | 0.760905 | 0.760905 | 33 | 17.757576 | 14.711427 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.424242 | false | false | 6 |
d1ab407c6ff157f4e452bf177f87cac02d5e4fbb | 35,270,271,489,818 | a2185e172e6450ab73e91e8e1147cf858baeccb8 | /src/main/java/pe/softweb/filter/HeaderFilter.java | 478871f39cca2f871f5bd6a10d3ed2c925095d36 | [] | no_license | pepeul1191/spring-boot | https://github.com/pepeul1191/spring-boot | dca7d170b9871f06064bc1e3a66d91ea9770656a | f7441adec235d441b31b0fc414588008e5d9506f | refs/heads/master | 2022-12-27T23:30:14.275000 | 2020-06-27T05:20:54 | 2020-06-27T05:20:54 | 269,247,672 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package pe.softweb.filter;
import org.springframework.web.filter.OncePerRequestFilter;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.servlet.FilterChain;
import java.io.IOException;
import org.springframework.stereotype.... | UTF-8 | Java | 729 | java | HeaderFilter.java | Java | [] | null | [] | package pe.softweb.filter;
import org.springframework.web.filter.OncePerRequestFilter;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.servlet.FilterChain;
import java.io.IOException;
import org.springframework.stereotype.... | 729 | 0.812071 | 0.812071 | 22 | 32.18182 | 27.397141 | 116 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.818182 | false | false | 6 |
34e39b9869d77688268009a8e668518b51cc22c4 | 25,254,407,711,132 | 39e880dacc9a01d03399b3ff1fb5e96b98802039 | /tern-compile/src/test/java/org/ternlang/compile/staticanalysis/ForceOperatorTest.java | 9b6a607a74d737b94f8d2d5c4510c3d8b147f085 | [] | no_license | tern-lang/tern | https://github.com/tern-lang/tern | 581aa79bebcfe079fe7648f764e921ecb7a12390 | 7cf10f325f25b379717985673af4c0bae308a712 | refs/heads/master | 2023-07-18T12:27:05.425000 | 2023-07-09T13:54:21 | 2023-07-09T13:54:21 | 169,908,813 | 24 | 2 | null | false | 2023-02-10T16:44:12 | 2019-02-09T20:11:12 | 2023-01-20T11:29:58 | 2023-02-10T16:44:11 | 1,246 | 15 | 2 | 9 | Java | false | false | package org.ternlang.compile.staticanalysis;
import junit.framework.TestCase;
import org.ternlang.compile.ClassPathCompilerBuilder;
import org.ternlang.compile.Compiler;
import org.ternlang.compile.verify.VerifyException;
public class ForceOperatorTest extends TestCase {
private static final String SOU... | UTF-8 | Java | 2,222 | java | ForceOperatorTest.java | Java | [] | null | [] | package org.ternlang.compile.staticanalysis;
import junit.framework.TestCase;
import org.ternlang.compile.ClassPathCompilerBuilder;
import org.ternlang.compile.Compiler;
import org.ternlang.compile.verify.VerifyException;
public class ForceOperatorTest extends TestCase {
private static final String SOU... | 2,222 | 0.565257 | 0.559406 | 78 | 26.487179 | 21.511322 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.448718 | false | false | 6 |
68524046a2187f06996fc9390f23126c05ab748c | 25,933,012,549,287 | f52cea50a8be85aef239e3997afd4696a0ea587d | /src/hangmanbic/FileManager.java | 8c377a444e4da6577d5fa2cea02a82498565e3e5 | [] | no_license | buizonjames/Hang-Time-Lab | https://github.com/buizonjames/Hang-Time-Lab | d74cd9e52eec044a54d91d1768a95170626b513b | 297390232c65ecb00b0e0bfeb071697cc964db1a | refs/heads/master | 2023-01-11T22:18:39.195000 | 2023-01-05T17:54:57 | 2023-01-05T17:54:57 | 140,328,744 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package hangmanbic;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.ObjectInputStream;
import java.io.ObjectOutputStream;
import javax.swing.JOptionPane;
public class FileManager {
String fileName = "HangTimeLab.jed";
public FileM... | UTF-8 | Java | 1,960 | java | FileManager.java | Java | [] | null | [] | package hangmanbic;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.ObjectInputStream;
import java.io.ObjectOutputStream;
import javax.swing.JOptionPane;
public class FileManager {
String fileName = "HangTimeLab.jed";
public FileM... | 1,960 | 0.579592 | 0.578571 | 60 | 31.666666 | 25.108873 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.633333 | false | false | 6 |
7153de630e9737b553a297d429cdb837ed9bace9 | 25,933,012,549,438 | 1f5e845d8a00e18923f621c7898be64dedde2ea8 | /database-access/common-interface/src/main/java/com/laneholloway/unittestingexample/database/commoninterface/MyCommonInterfaceForOneDao.java | eabf68feb8d35e2748de22913e8ae84c97f7192a | [] | no_license | ltholloway/unit-testing-examples | https://github.com/ltholloway/unit-testing-examples | aebad49377f029fdfe199189a7b0fe2afbf6e735 | 8085914b6f52651198fa7603756b796e1fc6a717 | refs/heads/master | 2020-07-03T08:05:05.613000 | 2013-02-28T02:19:41 | 2013-02-28T02:19:41 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.laneholloway.unittestingexample.database.commoninterface;
import com.laneholloway.unittestingexample.domain.MyItem;
import com.laneholloway.unittestingexample.database.dao.MyDao;
import java.util.UUID;
/**
* A very simple common interface
*/
public class MyCommonInterfaceForOneDao implements MyCommonIn... | UTF-8 | Java | 820 | java | MyCommonInterfaceForOneDao.java | Java | [] | null | [] | package com.laneholloway.unittestingexample.database.commoninterface;
import com.laneholloway.unittestingexample.domain.MyItem;
import com.laneholloway.unittestingexample.database.dao.MyDao;
import java.util.UUID;
/**
* A very simple common interface
*/
public class MyCommonInterfaceForOneDao implements MyCommonIn... | 820 | 0.689024 | 0.689024 | 37 | 21.162163 | 21.187086 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.27027 | false | false | 6 |
fdb7870a40dd6103b135207b20e6fc11f66d8d94 | 31,310,311,601,865 | a581ad65086bd183cdec7d6650e2bb04745c6f47 | /src/com/hd/hse/json/AppRequestEmployeeManageList.java | 779cf1c69e4c9514922ed19a96b0f73d61bafae6 | [] | no_license | djshin98/DesignBiz | https://github.com/djshin98/DesignBiz | d1b8c8627a687ec70292c612b472da1287a12f12 | c32c1a6b6de76321510d7ccd3ee9d72333ee153e | refs/heads/master | 2021-01-12T01:31:14.729000 | 2017-01-09T05:49:35 | 2017-01-09T05:49:35 | 78,397,633 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.hd.hse.json;
import java.util.ArrayList;
import java.sql.Timestamp;
import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;
import com.itf.framework.util.DATE;
import com.itf.framework.db.JSONWrapper;
public class AppRequestEmployeeManageList extends JSONWrapper{
public sta... | UTF-8 | Java | 4,026 | java | AppRequestEmployeeManageList.java | Java | [] | null | [] | package com.hd.hse.json;
import java.util.ArrayList;
import java.sql.Timestamp;
import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;
import com.itf.framework.util.DATE;
import com.itf.framework.db.JSONWrapper;
public class AppRequestEmployeeManageList extends JSONWrapper{
public sta... | 4,026 | 0.653749 | 0.653242 | 127 | 30.086615 | 21.892012 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.850394 | false | false | 6 |
eb3ea13d5c6428a7ffe4bb0248ba734b8c918ade | 12,223,476,942,854 | a5eabeef96fc615e34770dac4b272f973bf17c59 | /UnitTest/src/com/cooeeui/brand/zenlauncher/unittest/layout/IconDialog.java | 8e56c07927b913a976375e3bd6cb68e9fa964a83 | [] | no_license | hugoYe/zenlauncher | https://github.com/hugoYe/zenlauncher | a51e0cdf0359dce3813955b4a32f21404eb070cf | 2f6a18fdc4e307c15909cd6905e032d4094c8bcd | refs/heads/master | 2021-01-15T10:05:46.679000 | 2015-01-06T09:31:57 | 2015-01-06T09:31:57 | 28,893,360 | 1 | 0 | null | true | 2015-01-07T02:00:04 | 2015-01-07T02:00:04 | 2015-01-06T09:31:58 | 2015-01-06T09:32:00 | 8,880 | 0 | 0 | 0 | null | null | null |
package com.cooeeui.brand.zenlauncher.unittest.layout;
import com.cooeeui.brand.zenlauncher.unittest.R;
import android.app.Dialog;
import android.content.Context;
import android.content.DialogInterface;
import android.os.Bundle;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAdapt... | UTF-8 | Java | 2,127 | java | IconDialog.java | Java | [] | null | [] |
package com.cooeeui.brand.zenlauncher.unittest.layout;
import com.cooeeui.brand.zenlauncher.unittest.R;
import android.app.Dialog;
import android.content.Context;
import android.content.DialogInterface;
import android.os.Bundle;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAdapt... | 2,127 | 0.608839 | 0.606488 | 77 | 26.61039 | 23.270378 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.467532 | false | false | 6 |
5d69d2128f71ebf9a0df0778a64e7d469c31772c | 29,635,274,362,969 | 85233a54b5e141af362df4e78a563b51dead3c7a | /app/is/rufan/fantasy/data/FantasyTeamNotCreatedException.java | 104b9ab1757e3027edaf1b7b5bbdbccdb96d7207 | [
"Apache-2.0"
] | permissive | konnigud/RuFanWeb | https://github.com/konnigud/RuFanWeb | 998f22822fc78793c454129017ae0fd3ac1b95fc | 2231d51f883b10cc5be5242946dea4612f64bc40 | refs/heads/master | 2021-01-10T08:27:54.322000 | 2015-11-04T19:34:34 | 2015-11-04T19:34:34 | 44,859,068 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package is.rufan.fantasy.data;
/**
* Created by Konni on 27.10.2015.
*/
public class FantasyTeamNotCreatedException extends RuntimeException
{
public FantasyTeamNotCreatedException()
{
super();
}
public FantasyTeamNotCreatedException(String message)
{
super(message);
}
p... | UTF-8 | Java | 435 | java | FantasyTeamNotCreatedException.java | Java | [
{
"context": "package is.rufan.fantasy.data;\n\n/**\n * Created by Konni on 27.10.2015.\n */\npublic class FantasyTeamNotCre",
"end": 55,
"score": 0.9357091188430786,
"start": 50,
"tag": "USERNAME",
"value": "Konni"
}
] | null | [] | package is.rufan.fantasy.data;
/**
* Created by Konni on 27.10.2015.
*/
public class FantasyTeamNotCreatedException extends RuntimeException
{
public FantasyTeamNotCreatedException()
{
super();
}
public FantasyTeamNotCreatedException(String message)
{
super(message);
}
p... | 435 | 0.678161 | 0.65977 | 22 | 18.772728 | 22.7195 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.272727 | false | false | 6 |
4e5da997b76f39cf83ce5b9f5e916d0f3d14e46f | 5,892,695,150,396 | 8a7765b656635a00e1ba58495c41cda051570db4 | /hasor-core/src/main/java/net/hasor/core/aop/InnerMethodInterceptorDefine.java | 842f377c9aa58a865c34dadd301e6bb49fafade8 | [
"Apache-2.0"
] | permissive | janck13/hasor | https://github.com/janck13/hasor | 456fea623b6ff8fdb2893c74605f6efba1a12857 | 0f86059bc45c9ee7efdb9744c68badd84dfa0523 | refs/heads/master | 2020-05-21T21:26:30.490000 | 2019-05-09T10:31:35 | 2019-05-09T10:31:35 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package net.hasor.core.aop;
import net.hasor.core.MethodInterceptor;
import net.hasor.core.MethodInvocation;
import java.lang.reflect.Method;
import java.util.function.Predicate;
/**
*
* @version : 2014年9月8日
* @author 赵永春 (zyc@hasor.net)
*/
class InnerMethodInterceptorDefine implements MethodInterceptor, Predicate... | UTF-8 | Java | 886 | java | InnerMethodInterceptorDefine.java | Java | [
{
"context": "dicate;\n/**\n *\n * @version : 2014年9月8日\n * @author 赵永春 (zyc@hasor.net)\n */\nclass InnerMethodInterceptorD",
"end": 225,
"score": 0.999864935874939,
"start": 222,
"tag": "NAME",
"value": "赵永春"
},
{
"context": "e;\n/**\n *\n * @version : 2014年9月8日\n * @author 赵永春 (zyc... | null | [] | package net.hasor.core.aop;
import net.hasor.core.MethodInterceptor;
import net.hasor.core.MethodInvocation;
import java.lang.reflect.Method;
import java.util.function.Predicate;
/**
*
* @version : 2014年9月8日
* @author 赵永春 (<EMAIL>)
*/
class InnerMethodInterceptorDefine implements MethodInterceptor, Predicate<Metho... | 880 | 0.734554 | 0.727689 | 27 | 31.407408 | 26.980459 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.481481 | false | false | 6 |
88d61db14d150db3425d98f31ec9f8e8e847d8c2 | 5,892,695,151,512 | f97a819cc4c003dc8422d0111b709dae1ddb328b | /src/main/java/com/yogeshnagar/numbers/processors/bucket/OddEven.java | 763762301202996fcceab30fadddb957da1918b9 | [] | no_license | yogeshnagar/numbers | https://github.com/yogeshnagar/numbers | 291307c3b8b19137909dcc4839b5c3c4128a4768 | edf8b6d0d7b5ffdb7b8288b6da731c5fedc00f04 | refs/heads/master | 2022-12-07T13:19:28.559000 | 2020-08-23T16:09:29 | 2020-08-23T16:09:29 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.yogeshnagar.numbers.processors.bucket;
import java.util.List;
import java.util.stream.Collectors;
import org.springframework.stereotype.Service;
import com.yogeshnagar.numbers.core.beans.Bucket;
import com.yogeshnagar.numbers.core.beans.Number;
import com.yogeshnagar.numbers.core.beans.Response;
import c... | UTF-8 | Java | 966 | java | OddEven.java | Java | [] | null | [] | package com.yogeshnagar.numbers.processors.bucket;
import java.util.List;
import java.util.stream.Collectors;
import org.springframework.stereotype.Service;
import com.yogeshnagar.numbers.core.beans.Bucket;
import com.yogeshnagar.numbers.core.beans.Number;
import com.yogeshnagar.numbers.core.beans.Response;
import c... | 966 | 0.776398 | 0.772257 | 28 | 33.5 | 25.540585 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.285714 | false | false | 6 |
e31fa6cdfe5afbfd71d28521e2eb3f5a6612c48e | 27,092,653,726,167 | c50a0249559642b7882a9479dff6766bedd82c51 | /src/com/devcula/dao/TrainDAO.java | cb9fb3138f76069f799fe5d64f5fd032795158fe | [
"MIT"
] | permissive | devcula/travel_webapp | https://github.com/devcula/travel_webapp | e8764911c7e307733d6d75504c53d92a6ee2305d | b8d5829f0c1f647d97ecf8d49f6f5bf676455b8f | refs/heads/master | 2021-06-18T16:47:39.159000 | 2021-06-12T10:22:15 | 2021-06-12T10:22:15 | 150,611,307 | 10 | 4 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.devcula.dao;
import java.util.ArrayList;
import java.util.List;
import org.apache.log4j.Logger;
import org.hibernate.Query;
import org.hibernate.Session;
import org.hibernate.SessionFactory;
import com.devcula.bean.Train;
import com.devcula.entity.TrainEntity;
import com.devcula.json.TrainJso... | UTF-8 | Java | 4,307 | java | TrainDAO.java | Java | [] | null | [] | package com.devcula.dao;
import java.util.ArrayList;
import java.util.List;
import org.apache.log4j.Logger;
import org.hibernate.Query;
import org.hibernate.Session;
import org.hibernate.SessionFactory;
import com.devcula.bean.Train;
import com.devcula.entity.TrainEntity;
import com.devcula.json.TrainJso... | 4,307 | 0.671465 | 0.670536 | 123 | 33.016262 | 26.612541 | 153 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.626016 | false | false | 6 |
0829afc3874c2665a15cb0900b7a7c51407ae16b | 15,461,882,284,689 | a770b46da9f2a5356ba4cba247be0ac6ef5557ab | /src/main/java/com/sola/contentcenter/service/rocketmq/impl/RocketmqTransactionLogServiceImpl.java | e556418b619de2f7eaa343d1a00d13a5590d7d5c | [] | no_license | routesss/content-center | https://github.com/routesss/content-center | 7e257edf9f88e1cdf115e8b5770c33c9d0a76322 | 119c567b34a4f19c6ebcfc7c1cf3aa55cd3a7230 | refs/heads/master | 2023-03-12T09:10:40.847000 | 2021-03-02T02:25:13 | 2021-03-02T02:25:13 | 297,487,467 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.sola.contentcenter.service.rocketmq.impl;
import org.springframework.stereotype.Service;
import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper;
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
import com.sola.contentcenter.domain.entity.rocketmq.RocketmqTransactionLog... | UTF-8 | Java | 1,078 | java | RocketmqTransactionLogServiceImpl.java | Java | [
{
"context": "ervice;\n\n/**\n * <p>\n * 服务实现类\n * </p>\n *\n * @author jobob\n * @since 2021-01-22\n */\n@Service\npublic class Ro",
"end": 525,
"score": 0.9996490478515625,
"start": 520,
"tag": "USERNAME",
"value": "jobob"
}
] | null | [] | package com.sola.contentcenter.service.rocketmq.impl;
import org.springframework.stereotype.Service;
import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper;
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
import com.sola.contentcenter.domain.entity.rocketmq.RocketmqTransactionLog... | 1,078 | 0.817416 | 0.809925 | 28 | 37.142857 | 37.060486 | 120 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.428571 | false | false | 6 |
e2283dc91bb9f7e7b765b32c74b3782f771836bc | 29,197,187,682,349 | 57853e37c71d4edf2b8afafb634eb6592a53dcfd | /src/程序设计方法与优化/肯德基点餐系统/Kola.java | 90d6be8917b506d2cad4da7d66eca3ae79e64e45 | [] | no_license | YeeDream/YeeDream | https://github.com/YeeDream/YeeDream | a15b7492049e562939404711619c24149f44d247 | 31d4fef907b40450a8f6fb18bb06bcd53e7ee63f | refs/heads/master | 2020-07-02T01:49:59.921000 | 2020-01-02T08:48:46 | 2020-01-02T08:48:46 | 201,377,077 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package 程序设计方法与优化.肯德基点餐系统;
//可乐
public class Kola extends Drinks {
public Kola(int num){
this.kind="可乐";
this.price=6f;
this.num=num;
}
}
| UTF-8 | Java | 210 | java | Kola.java | Java | [] | null | [] | package 程序设计方法与优化.肯德基点餐系统;
//可乐
public class Kola extends Drinks {
public Kola(int num){
this.kind="可乐";
this.price=6f;
this.num=num;
}
}
| 210 | 0.588235 | 0.582353 | 9 | 17.888889 | 10.918327 | 34 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.444444 | false | false | 6 |
1e314f1a90eb699bb7fa09e347135bc045027ae2 | 23,802,708,773,853 | 2515b39abadc359dac1b77243e0271ab6d92327c | /src/main/java/wang/laic/open/HzapiApplication.java | 9c6627e1b1bdc7014a29049ceaf7344ddb48ba3b | [] | no_license | iDuduba/hzapi | https://github.com/iDuduba/hzapi | b8c9b4681e23f5ada191af6dffe65c6d8cc1f4b4 | f5148a058df9ec9c6eec354e268f6c45fc21e60b | refs/heads/master | 2017-12-18T01:20:45.685000 | 2016-12-30T01:46:22 | 2016-12-30T01:46:22 | 77,354,448 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package wang.laic.open;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class HzapiApplication {
public static void main(String[] args) {
SpringApplication.run(HzapiApplication.class, args);
}
}
| UTF-8 | Java | 304 | java | HzapiApplication.java | Java | [] | null | [] | package wang.laic.open;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class HzapiApplication {
public static void main(String[] args) {
SpringApplication.run(HzapiApplication.class, args);
}
}
| 304 | 0.819079 | 0.819079 | 12 | 24.333334 | 23.442602 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.75 | false | false | 6 |
bb575626a53222502e0e521b519b275ca5d1dde5 | 20,461,224,220,259 | c7cfc5dba52ea6874b1093653e5fa5cfb6097733 | /src/com/zeshanaslam/actionhealth/action/ActionListener.java | 85692db2019327bddbb557ba976a09bce25a18ca | [
"MIT"
] | permissive | Sevedian/ActionHealth | https://github.com/Sevedian/ActionHealth | ff92ea24869e446944f38273bd6ec19186926a7f | 3ab91232dac5e3ec02e41941d48490f166c883f3 | refs/heads/master | 2021-04-02T11:14:06.777000 | 2020-03-18T15:26:54 | 2020-03-18T15:26:54 | 248,268,993 | 0 | 0 | MIT | true | 2020-03-18T15:24:34 | 2020-03-18T15:24:33 | 2020-03-10T23:15:09 | 2020-02-15T22:28:55 | 227 | 0 | 0 | 0 | null | false | false | package com.zeshanaslam.actionhealth.action;
import com.zeshanaslam.actionhealth.Main;
import org.bukkit.entity.Player;
import org.bukkit.event.EventHandler;
import org.bukkit.event.Listener;
import org.bukkit.event.block.Action;
import org.bukkit.event.entity.EntityDamageByEntityEvent;
import org.bukkit.event.player.... | UTF-8 | Java | 4,170 | java | ActionListener.java | Java | [] | null | [] | package com.zeshanaslam.actionhealth.action;
import com.zeshanaslam.actionhealth.Main;
import org.bukkit.entity.Player;
import org.bukkit.event.EventHandler;
import org.bukkit.event.Listener;
import org.bukkit.event.block.Action;
import org.bukkit.event.entity.EntityDamageByEntityEvent;
import org.bukkit.event.player.... | 4,170 | 0.672422 | 0.672422 | 116 | 34.948277 | 29.743979 | 113 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.577586 | false | false | 6 |
b51b536d44128e2d000e8d0181dba82c423fd1e1 | 11,647,951,352,506 | 8747313f07c964cb84fa1a6f16f3eeb24c3cec14 | /src/main/java/com/luopc/base/jihe/LinkHashMapDemo.java | 32ea84e27c86158d376d7a164e564559faf1a9b9 | [] | no_license | luopc/helloworld | https://github.com/luopc/helloworld | b6d8ebc3495805f57ac6377840f953c617f856e3 | 893ae9e9a8438665b761952afbba81bec6e19962 | refs/heads/master | 2020-05-20T00:57:11.568000 | 2018-05-26T11:04:46 | 2018-05-26T11:04:46 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.luopc.base.jihe;
import java.util.LinkedHashMap;
import java.util.Map;
public class LinkHashMapDemo {
public static void main(String[] args) {
Map<String, String> maps = new LinkedHashMap<String, String>();
maps.put("aa", "aa");
maps.put("cc", "cc");
... | UTF-8 | Java | 494 | java | LinkHashMapDemo.java | Java | [] | null | [] | package com.luopc.base.jihe;
import java.util.LinkedHashMap;
import java.util.Map;
public class LinkHashMapDemo {
public static void main(String[] args) {
Map<String, String> maps = new LinkedHashMap<String, String>();
maps.put("aa", "aa");
maps.put("cc", "cc");
... | 494 | 0.548583 | 0.548583 | 18 | 25.444445 | 22.336374 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.722222 | false | false | 6 |
c11db91133849f5673166921070425c5583d7145 | 10,333,691,322,637 | 80b86f364dd409e1e86f234c7f4cf1d9f2e8d2b1 | /Battleship/task/src/battleship/GamePlay.java | 077eae199153b83f6d17aefe4d2ddc95c986e546 | [] | no_license | tongprapaipak/Battleship2 | https://github.com/tongprapaipak/Battleship2 | 750193bdd874b344c6bed38565f1c927c144e98f | d42f9ae3aaae1600f20be443fa2a5ca74117920b | refs/heads/main | 2023-08-29T02:23:46.786000 | 2021-11-08T10:09:44 | 2021-11-08T10:09:44 | 425,787,718 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package battleship;
import java.util.ArrayList;
public class GamePlay {
public static void playerTurn(PlayingGrid player1Board, PlayingGrid player2Board, ArrayList<Boat> player1BoatList, ArrayList<Boat> player2BoatList) {
boolean gameOver = false;
int player1ShipsDestroyed = 0;
int player2ShipsDestroy... | UTF-8 | Java | 8,429 | java | GamePlay.java | Java | [] | null | [] | package battleship;
import java.util.ArrayList;
public class GamePlay {
public static void playerTurn(PlayingGrid player1Board, PlayingGrid player2Board, ArrayList<Boat> player1BoatList, ArrayList<Boat> player2BoatList) {
boolean gameOver = false;
int player1ShipsDestroyed = 0;
int player2ShipsDestroy... | 8,429 | 0.571005 | 0.553091 | 240 | 34.120834 | 23.579962 | 151 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.545833 | false | false | 6 |
34fde735efeda22a6f8e660f6651489ee03ab1fd | 10,333,691,320,117 | 3acbe36f6c23e6c9118061439101ae6af8ad52e6 | /app/src/main/java/com/ifwaxtel/newsapp/adapter/NewsListAdapter.java | 46ca3aa450d7be64d8dc369fcf04a6586a15f2bc | [] | no_license | DarkSeidNG/NewsMobileApp | https://github.com/DarkSeidNG/NewsMobileApp | 35fe31d6bb6c2e4917be9230546d72f4e8143dad | 9820c551a42c93bf067b7615185ce26efd0b8f2a | refs/heads/master | 2021-01-01T19:40:06.455000 | 2019-01-20T00:56:51 | 2019-01-20T00:56:51 | 98,637,646 | 4 | 3 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ifwaxtel.newsapp.adapter;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import android.widget.TextView;
import com.ifwaxtel.newsapp.R;
import com.ifwaxtel.newsapp.model.NewsItemsObject;
import ... | UTF-8 | Java | 3,233 | java | NewsListAdapter.java | Java | [
{
"context": "cyclerview.widget.RecyclerView;\n\n/**\n * Created by iFwAxTel on 13/01/2017.\n */\npublic class NewsListAdapter e",
"end": 511,
"score": 0.9996833205223083,
"start": 503,
"tag": "USERNAME",
"value": "iFwAxTel"
}
] | null | [] | package com.ifwaxtel.newsapp.adapter;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import android.widget.TextView;
import com.ifwaxtel.newsapp.R;
import com.ifwaxtel.newsapp.model.NewsItemsObject;
import ... | 3,233 | 0.61893 | 0.616455 | 123 | 25.284554 | 22.995411 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.390244 | false | false | 6 |
f40245e47cc66324a7e136be481f706f3f2db24f | 12,652,973,695,438 | b9c65e3bb54366a481a5b5a636e32ed7f4d831f9 | /app/src/main/java/fr/fafsapp/flipper/finder/database/DAOBase.java | 1a17e7512915be859bc90cb7f8b2ef03a37488b3 | [] | no_license | utix/FlipperFinderApp | https://github.com/utix/FlipperFinderApp | 53b18a1e440922f4682d91a448eb9a714b8eeeab | 73ab485227ec9fbc2343307a032f1b44aca0bbe4 | refs/heads/master | 2021-01-19T09:57:42.884000 | 2017-02-17T05:38:47 | 2017-02-17T05:42:01 | 82,154,728 | 0 | 0 | null | true | 2017-02-16T07:56:11 | 2017-02-16T07:56:11 | 2017-02-14T20:24:14 | 2017-02-14T19:15:08 | 1,230 | 0 | 0 | 0 | null | null | null | package fr.fafsapp.flipper.finder.database;
import android.content.Context;
import android.database.sqlite.SQLiteDatabase;
public abstract class DAOBase {
protected SQLiteDatabase mDb = null;
protected FlipperDatabaseHandler mHandler = null;
public DAOBase(SQLiteDatabase pDb) {
this.mDb = p... | UTF-8 | Java | 752 | java | DAOBase.java | Java | [] | null | [] | package fr.fafsapp.flipper.finder.database;
import android.content.Context;
import android.database.sqlite.SQLiteDatabase;
public abstract class DAOBase {
protected SQLiteDatabase mDb = null;
protected FlipperDatabaseHandler mHandler = null;
public DAOBase(SQLiteDatabase pDb) {
this.mDb = p... | 752 | 0.6751 | 0.6751 | 31 | 22.225807 | 21.723644 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.096774 | false | false | 6 |
e9cb302c7e0a3dbb2e3da1e69614940890a598c1 | 2,628,520,037,463 | 93df3eb01150a13a5f3480bd2a8e429105cae029 | /data-services-impl/src/main/java/ua/danit/flights/data/impl/model/AirportConnection.java | 5c889115e5c759186fa1f164852854133c7523a7 | [
"Apache-2.0"
] | permissive | djandrewd/flights-application | https://github.com/djandrewd/flights-application | e18cbbc81373f126c907131780174190dcbfe151 | f76eab17d0b2931a255411da3d24f38b7c5eca6f | refs/heads/master | 2021-05-02T12:05:51.363000 | 2018-02-08T08:56:01 | 2018-02-08T08:56:01 | 120,736,122 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ua.danit.flights.data.impl.model;
import java.util.List;
import javax.persistence.CascadeType;
import javax.persistence.Entity;
import javax.persistence.FetchType;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.JoinColumn;... | UTF-8 | Java | 1,766 | java | AirportConnection.java | Java | [
{
"context": "ted airports and route between them.\n *\n * @author Andrey Minov\n */\n@Entity\n@Table(name = \"AIRPORT_CONNECTION\")\np",
"end": 564,
"score": 0.9994648694992065,
"start": 552,
"tag": "NAME",
"value": "Andrey Minov"
}
] | null | [] | package ua.danit.flights.data.impl.model;
import java.util.List;
import javax.persistence.CascadeType;
import javax.persistence.Entity;
import javax.persistence.FetchType;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.JoinColumn;... | 1,760 | 0.733862 | 0.733862 | 81 | 20.802469 | 19.503351 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.37037 | false | false | 6 |
d3f4b6ec9a18f172922d874619e91a6e733aba90 | 23,055,384,516,182 | 0f3c9fc87675739aee40a23d41ec3086492a991f | /unit_9_ionio/src/main/java/service/DepartmentServiceImpl.java | d205f174fdcc18a85dd78fe111786a8817cba735 | [] | no_license | sorokivski/nix_7 | https://github.com/sorokivski/nix_7 | 0b46f7c6941d3513da472df4d98890747c2445d8 | d989f3914e38a8f995538742c24b4aef92ebc423 | refs/heads/master | 2023-07-19T03:34:25.277000 | 2021-09-27T03:40:15 | 2021-09-27T03:40:15 | 384,889,759 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package service;
import dao.InMemoryDepartmentDao;
import entity.Department;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import java.util.Scanner;
import java.util.regex.Pattern;
public class DepartmentServiceImpl implements DepartmentServices {
private static final Logger LOGGER_INFO = LoggerFactor... | UTF-8 | Java | 2,658 | java | DepartmentServiceImpl.java | Java | [] | null | [] | package service;
import dao.InMemoryDepartmentDao;
import entity.Department;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import java.util.Scanner;
import java.util.regex.Pattern;
public class DepartmentServiceImpl implements DepartmentServices {
private static final Logger LOGGER_INFO = LoggerFactor... | 2,658 | 0.658014 | 0.656885 | 78 | 33.076923 | 28.95167 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.487179 | false | false | 6 |
6fa38e1c74b88862ed5a05cb63073e337d3246fc | 8,916,352,150,414 | b298dab058536ffc94e21d1c9f35f1d709c43da5 | /app/src/main/java/com/ldroid/kwei/common/lib/cache/ImageDownloader.java | f0aa2f54b575527c480825f3de6cc1340f7e4fff | [] | no_license | ngLiaXL/LDROID | https://github.com/ngLiaXL/LDROID | 0430c4b20ce6cbb1451b395fed3491becb164b0e | 7f0379a964c3b5c3793d7a42a937427eddc1fc81 | refs/heads/master | 2020-01-23T21:47:38.754000 | 2016-11-25T01:48:38 | 2016-11-25T01:48:38 | 74,716,660 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ldroid.kwei.common.lib.cache;
import com.ldroid.kwei.common.lib.volley.RequestQueue;
import com.ldroid.kwei.common.lib.volley.toolbox.ImageLoader;
import com.ldroid.kwei.common.net.NetManager;
/**
*
* @ClassName: ImageDownloader
* @Description:volley缓存
* @author: Owen Liang
* @date: 2014-1-14 下午8:06... | UTF-8 | Java | 1,135 | java | ImageDownloader.java | Java | [
{
"context": "ageDownloader\n * @Description:volley缓存\n * @author: Owen Liang\n * @date: 2014-1-14 下午8:06:44\n * \n */\npublic clas",
"end": 293,
"score": 0.99986732006073,
"start": 283,
"tag": "NAME",
"value": "Owen Liang"
}
] | null | [] | package com.ldroid.kwei.common.lib.cache;
import com.ldroid.kwei.common.lib.volley.RequestQueue;
import com.ldroid.kwei.common.lib.volley.toolbox.ImageLoader;
import com.ldroid.kwei.common.net.NetManager;
/**
*
* @ClassName: ImageDownloader
* @Description:volley缓存
* @author: <NAME>
* @date: 2014-1-14 下午8:06:44
... | 1,131 | 0.753327 | 0.74268 | 49 | 22.020409 | 20.045347 | 67 | true | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.163265 | false | false | 6 |
8cc065b9c8cb7c36c53e84dc5d3280efbcda700b | 3,539,053,059,014 | fdf092c7b7b494d554c715b8f88f59b29d0a2ad8 | /src/main/java/com/earner/info/query/rowmapper/StringRowMapper.java | c9300529161bfb895d23b0ca80d47954ea0f5fca | [] | no_license | satyabratamohapatra8/Perkhackathon | https://github.com/satyabratamohapatra8/Perkhackathon | 84641dfbf6f781abdadc387784c9f9a6fa7ea122 | 49422b91cc666553bac9681555f9c4e50ec7a84a | refs/heads/master | 2021-01-10T04:03:46.547000 | 2015-12-19T14:23:55 | 2015-12-19T14:23:55 | 48,281,427 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.earner.info.query.rowmapper;
import java.sql.ResultSet;
import java.sql.SQLException;
import org.springframework.jdbc.core.RowMapper;
public class StringRowMapper implements RowMapper<String>{
@Override
public String mapRow(ResultSet res, int arg1)
throws SQLException {
return res.getString(1);
... | UTF-8 | Java | 325 | java | StringRowMapper.java | Java | [] | null | [] | package com.earner.info.query.rowmapper;
import java.sql.ResultSet;
import java.sql.SQLException;
import org.springframework.jdbc.core.RowMapper;
public class StringRowMapper implements RowMapper<String>{
@Override
public String mapRow(ResultSet res, int arg1)
throws SQLException {
return res.getString(1);
... | 325 | 0.784615 | 0.778462 | 16 | 19.3125 | 19.677774 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.875 | false | false | 6 |
f7e46267cfba4a61ba57c415a259890f8f5dbe40 | 28,011,776,762,254 | a11787b3fa2ba984a5684ea451a97cadad8ab8d4 | /app/src/main/java/com/example/pc01/pointblank/JSONParser.java | 0bce6687d82d5af6458277c364ced04e66a60079 | [] | no_license | badaay/Point.blank | https://github.com/badaay/Point.blank | 8c59a429ccb06984fc272705847ea6eee6eaaced | 1f4eea1cca09def3fc90243f45a0d7c09cc8b504 | refs/heads/master | 2016-08-11T23:42:20.224000 | 2016-01-25T02:37:37 | 2016-01-25T02:37:37 | 50,320,968 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.pc01.pointblank;
import android.util.Log;
import android.view.View;
import org.json.JSONException;
import org.json.JSONObject;
import java.util.Iterator;
/**
* Created by PC01 on 22/01/2016.
*/
public class JSONParser {
public String JSONParser(String jsonku, View v) {
String data... | UTF-8 | Java | 1,294 | java | JSONParser.java | Java | [
{
"context": "ct;\n\nimport java.util.Iterator;\n\n/**\n * Created by PC01 on 22/01/2016.\n */\npublic class JSONParser {\n\n ",
"end": 200,
"score": 0.9994574189186096,
"start": 196,
"tag": "USERNAME",
"value": "PC01"
}
] | null | [] | package com.example.pc01.pointblank;
import android.util.Log;
import android.view.View;
import org.json.JSONException;
import org.json.JSONObject;
import java.util.Iterator;
/**
* Created by PC01 on 22/01/2016.
*/
public class JSONParser {
public String JSONParser(String jsonku, View v) {
String data... | 1,294 | 0.590417 | 0.581144 | 45 | 27.755556 | 21.728788 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.533333 | false | false | 6 |
314a6c84d5fe4116c77fae43ea506be4e40605f6 | 25,048,249,279,400 | b364554a6c40cde0ef8a2efc1e9085f47e2808f4 | /xstart/src/main/java/com/example/start/module/entity/SysUser.java | 426936e48c20ad836fc5b5423a35e317c7c860de | [] | no_license | xynlanlan/xstart | https://github.com/xynlanlan/xstart | afb5e384f28e57add6d3e0aae63df973fcf7f413 | cd12ca9abe82ef8904d7b60d2f84997f5b12789f | refs/heads/master | 2020-03-11T06:46:54.250000 | 2018-11-02T09:07:19 | 2018-11-02T09:07:19 | 129,839,727 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.start.module.entity;
import com.example.start.common.entity.BaseEntity;
import org.apache.commons.lang3.builder.ToStringBuilder;
import java.util.Date;
import java.util.List;
public class SysUser extends BaseEntity {
/**
*
* sys_user.id
*/
private Long id;
... | UTF-8 | Java | 4,565 | java | SysUser.java | Java | [
{
"context": "\n public String getUserName() {\r\n return userName;\r\n }\r\n\r\n /**\r\n * 用户名\r\n * @param use",
"end": 1899,
"score": 0.8640547394752502,
"start": 1891,
"tag": "USERNAME",
"value": "userName"
},
{
"context": "}\r\n\r\n /**\r\n * 用户名\r... | null | [] | package com.example.start.module.entity;
import com.example.start.common.entity.BaseEntity;
import org.apache.commons.lang3.builder.ToStringBuilder;
import java.util.Date;
import java.util.List;
public class SysUser extends BaseEntity {
/**
*
* sys_user.id
*/
private Long id;
... | 4,565 | 0.490048 | 0.487074 | 235 | 16.608511 | 15.755307 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.165957 | false | false | 6 |
9efc16194efb776a97e612b96cee52bbce7693d1 | 33,706,903,385,010 | 2cae33608153e755a98cf084cdb132c75292f604 | /coursedesign/src/main/java/com/example/coursedesign/utils/Logger.java | d2c084ed19d276fa59fe767357023fe3f3f2000a | [] | no_license | MikasaLee/Demo_Android | https://github.com/MikasaLee/Demo_Android | 9a668ab347bced23e1edea3a339c227e4df45ef1 | cd3332ec183ffbab8cf9a5d9fefbe23fc34e1ba2 | refs/heads/master | 2022-11-12T13:35:14.445000 | 2020-06-22T10:07:40 | 2020-06-22T10:07:40 | 273,411,130 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.coursedesign.utils;
import android.util.Log;
public class Logger {
/**
* 正式发布后改为 false暂停Log输出
*/
private static final boolean DEBUG = true;
/**
* 控制台输出信息
*
* @param tag
* @param msg
*/
public static void w(String tag, String msg) {
if (DE... | UTF-8 | Java | 1,174 | java | Logger.java | Java | [] | null | [] | package com.example.coursedesign.utils;
import android.util.Log;
public class Logger {
/**
* 正式发布后改为 false暂停Log输出
*/
private static final boolean DEBUG = true;
/**
* 控制台输出信息
*
* @param tag
* @param msg
*/
public static void w(String tag, String msg) {
if (DE... | 1,174 | 0.461183 | 0.461183 | 65 | 15.646153 | 13.742053 | 50 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.276923 | false | false | 6 |
a98b5efacc7ed583a72c871a0359ebec655bbde9 | 7,533,372,696,003 | 0a9fe2e3ea9dba0649a50120e1d9bec75f9a8386 | /app/src/main/java/com/example/moneymanager/activities/StatisticActivity.java | 82063278904ce76bc6f07e36790ff83555a23caa | [] | no_license | EmilRailgun/MoneyManager | https://github.com/EmilRailgun/MoneyManager | 0e91f85f772bd187dc00a95df3bf0390bd5b61bc | ce76b80ef2c65829db371011a0601dd05dc9b8bf | refs/heads/master | 2023-06-04T21:55:18.259000 | 2021-06-26T17:56:03 | 2021-06-26T17:56:03 | 378,449,015 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.moneymanager.activities;
import android.content.Intent;
import android.content.SharedPreferences;
import android.graphics.Color;
import android.os.Bundle;
import android.util.Log;
import android.view.MenuItem;
import android.view.View;
import android.widget.LinearLayout;
import android.widget.Tex... | UTF-8 | Java | 40,076 | java | StatisticActivity.java | Java | [
{
"context": "ymanager.methods.SharedMethods;\nimport com.github.dewinjm.monthyearpicker.MonthFormat;\nimport com.github.de",
"end": 700,
"score": 0.9915817379951477,
"start": 693,
"tag": "USERNAME",
"value": "dewinjm"
},
{
"context": "jm.monthyearpicker.MonthFormat;\nimport com.gith... | null | [] | package com.example.moneymanager.activities;
import android.content.Intent;
import android.content.SharedPreferences;
import android.graphics.Color;
import android.os.Bundle;
import android.util.Log;
import android.view.MenuItem;
import android.view.View;
import android.widget.LinearLayout;
import android.widget.Tex... | 40,076 | 0.625419 | 0.612194 | 821 | 46.247261 | 32.67622 | 152 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.909866 | false | false | 6 |
80dd5acbfd8c022189c754de38485410bdd0b4ee | 2,765,958,939,661 | ac7a8bb4f7e2523498aadd61bb48aa5d79a01c02 | /gremlin/gremlin-test/src/main/java/com/tinkerpop/gremlin/test/ComplianceTest.java | 4656414ccd8a84dcfbafd32231c0d785baf3ffc8 | [
"Apache-2.0"
] | permissive | kuglgruber/tinkerpop3 | https://github.com/kuglgruber/tinkerpop3 | a83e68711bb228b39af323ef949a175d9656cb95 | 3dc5201af44985f17ae92676d65f5fab1b826fc2 | refs/heads/master | 2021-01-18T00:59:17.024000 | 2014-01-21T22:16:31 | 2014-01-21T22:16:43 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.tinkerpop.gremlin.test;
import org.junit.Test;
import java.util.stream.Stream;
import static junit.framework.TestCase.fail;
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertTrue;
/**
* @author Marko A. Rodriguez (http://markorodriguez.com)
* @author Stephen Mallette (... | UTF-8 | Java | 1,363 | java | ComplianceTest.java | Java | [
{
"context": "tatic org.junit.Assert.assertTrue;\n\n/**\n * @author Marko A. Rodriguez (http://markorodriguez.com)\n * @author Stephen Ma",
"end": 262,
"score": 0.9998738765716553,
"start": 244,
"tag": "NAME",
"value": "Marko A. Rodriguez"
},
{
"context": ". Rodriguez (http://markoro... | null | [] | package com.tinkerpop.gremlin.test;
import org.junit.Test;
import java.util.stream.Stream;
import static junit.framework.TestCase.fail;
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertTrue;
/**
* @author <NAME> (http://markorodriguez.com)
* @author <NAME> (http://stephen.genopri... | 1,341 | 0.632428 | 0.632428 | 39 | 33.948719 | 31.258188 | 121 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.358974 | false | false | 6 |
e7bdfc59ac6bce67830114cf3781df1edc2b5441 | 20,710,332,307,132 | b73129ae663d18693c7a220ebb41a3f56b7c2c69 | /code/Ch11/src/Output1.java | ae6c0da3f13bd992c2acd7f3fc923b8f10452c25 | [] | no_license | cse2016hy/cse2016hy.github.io | https://github.com/cse2016hy/cse2016hy.github.io | eb5f2c09a08a696cf05a2c25e86952123bdbccce | 5617358a457be01dfa666cebea878255cbff3427 | refs/heads/master | 2022-11-29T12:59:43.869000 | 2022-11-28T02:08:38 | 2022-11-28T02:08:38 | 146,400,368 | 9 | 18 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.io.*;
/** Output1 writes three lines of characters to file test.txt */
public class Output1
{ public static void main(String[] args) throws IOException
{ PrintWriter outfile = new PrintWriter(new FileWriter("test.txt"));
outfile.println("Hello to you!");
outfile.print("How are");
... | UTF-8 | Java | 461 | java | Output1.java | Java | [] | null | [] | import java.io.*;
/** Output1 writes three lines of characters to file test.txt */
public class Output1
{ public static void main(String[] args) throws IOException
{ PrintWriter outfile = new PrintWriter(new FileWriter("test.txt"));
outfile.println("Hello to you!");
outfile.print("How are");
... | 461 | 0.637744 | 0.626898 | 13 | 33.615383 | 21.258621 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.615385 | false | false | 6 |
b0fa98967a0d5e177e86e7fa031d6ce049dd3254 | 12,747,462,953,302 | 242ccfb8cea8171021c8ebc9e6217fdae4d32200 | /src/main/java/com/api/gym/repository/TrainingPlanRepository.java | 1d109e7e32a62c446cb54a18cc3d384ce3465725 | [] | no_license | KrystianKorbecki/spring-gym-web-service | https://github.com/KrystianKorbecki/spring-gym-web-service | 95259c33126932dda67746364d219ce845f4b08d | d1487d68288a5930eb53adff629e7267ca328b4d | refs/heads/main | 2023-04-13T01:43:18.819000 | 2021-04-16T23:23:23 | 2021-04-16T23:23:23 | 306,626,925 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.api.gym.repository;
import com.api.gym.models.TrainingPlan;
import com.api.gym.models.User;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
import java.util.List;
import java.util.Optional;
@Repository
public interface TrainingPlanRepository... | UTF-8 | Java | 611 | java | TrainingPlanRepository.java | Java | [] | null | [] | package com.api.gym.repository;
import com.api.gym.models.TrainingPlan;
import com.api.gym.models.User;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
import java.util.List;
import java.util.Optional;
@Repository
public interface TrainingPlanRepository... | 611 | 0.819967 | 0.819967 | 18 | 32.944443 | 31.699057 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.777778 | false | false | 13 |
6405ecc6a65edd57b8c0bc72ff42a1e90b3f8605 | 12,747,462,951,936 | d348e2e73a5043158e8e8ab3fa5c8f3f99ff7a67 | /examples/src/be/howest/ti/secure/development/examples/example1/MySqlConnection.java | 403db3b57b7a432f9dc81c76272ebf064391274e | [] | no_license | vincentcpcccp/SecureCodingGuidelines | https://github.com/vincentcpcccp/SecureCodingGuidelines | 35a5a18ec00015fd4221ad494005612339e641a1 | 7bdfa359795806b20ba3a7692bd101cf2be7f4bc | refs/heads/master | 2020-03-25T19:03:27.056000 | 2018-01-26T20:17:00 | 2018-01-26T20:17:00 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package be.howest.ti.secure.development.examples.example1;
import java.sql.Connection;
//just a placeholder, so we don't have Errors in the code
public class MySqlConnection {
public static Connection getConnection() {
return connection;
}
}
| UTF-8 | Java | 261 | java | MySqlConnection.java | Java | [] | null | [] | package be.howest.ti.secure.development.examples.example1;
import java.sql.Connection;
//just a placeholder, so we don't have Errors in the code
public class MySqlConnection {
public static Connection getConnection() {
return connection;
}
}
| 261 | 0.739464 | 0.735632 | 11 | 22.727272 | 22.111662 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.363636 | false | false | 13 |
d7df0ed458c034d3ee61cb65351fe1858a1dc6d0 | 10,471,130,305,349 | 9f4e3fa1a86fc662ebbfb2731995be73407af03d | /app/src/main/java/com/example/adam/tunisia/Model/Rest/RetrofitActualite.java | d9bec65cc57ef113f7343eb13a25bb24f8c9a8be | [] | no_license | YoloWF/PFEAndroid | https://github.com/YoloWF/PFEAndroid | f0de8b57faf671fcb60ba0440e3eed69b4eabdd7 | 26e9c789cc3bfa1fb6aed0e299a6521bc4ae7466 | refs/heads/master | 2021-01-18T21:19:16.805000 | 2016-09-05T07:11:39 | 2016-09-05T07:11:39 | 51,456,192 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.adam.tunisia.Model.Rest;
import android.content.Context;
import android.util.Log;
import com.example.adam.tunisia.Model.Database.DBAdapterActualite;
import com.example.adam.tunisia.Model.Entities.Actualite;
import com.example.adam.tunisia.Model.Rest.Interfaces.IActualite;
import java.util.List;
... | UTF-8 | Java | 2,337 | java | RetrofitActualite.java | Java | [
{
"context": "rter.gson.GsonConverterFactory;\n\n/**\n * Created by Adam on 04/04/2016.\n */\npublic class RetrofitActualite",
"end": 501,
"score": 0.9674366116523743,
"start": 497,
"tag": "NAME",
"value": "Adam"
},
{
"context": "t;\n\n private static final String URL = \"http://1... | null | [] | package com.example.adam.tunisia.Model.Rest;
import android.content.Context;
import android.util.Log;
import com.example.adam.tunisia.Model.Database.DBAdapterActualite;
import com.example.adam.tunisia.Model.Entities.Actualite;
import com.example.adam.tunisia.Model.Rest.Interfaces.IActualite;
import java.util.List;
... | 2,337 | 0.584938 | 0.568678 | 86 | 26.174419 | 28.209429 | 147 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.465116 | false | false | 13 |
c4e41f8a9aca6f4d98d96cf0c1d5af926ff6cfe0 | 8,117,488,256,673 | 80dded658a2def9f19efda0285e22405a8dd451c | /Attacknids/src/org/anddev/andengine/ui/activity/BaseActivity.java | 2d407ca9c78998ec839878f68e58bc4c8e0dbbb9 | [
"Apache-2.0"
] | permissive | rLadia-demo/AttacknidPatch | https://github.com/rLadia-demo/AttacknidPatch | 57482e19c6e99e8923e299a121b9b2c74242b8ee | 561fc5fa5c1bc5afa4bad28855bf16b480c3ab6a | refs/heads/master | 2021-01-25T07:08:43.450000 | 2014-06-15T14:35:03 | 2014-06-15T14:35:03 | 20,852,359 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.anddev.andengine.ui.activity;
import java.util.concurrent.Callable;
import org.anddev.andengine.util.AsyncCallable;
import org.anddev.andengine.util.Callback;
import org.anddev.andengine.util.Debug;
import org.anddev.andengine.util.ProgressCallable;
import org.anddev.progressmonitor.IProgressListener;
im... | UTF-8 | Java | 7,216 | java | BaseActivity.java | Java | [
{
"context": "alog;\nimport android.os.AsyncTask;\n\n/**\n * @author Nicolas Gramlich\n * @since 18:35:28 - 29.08.2009\n */\npublic abstra",
"end": 443,
"score": 0.9998335838317871,
"start": 427,
"tag": "NAME",
"value": "Nicolas Gramlich"
}
] | null | [] | package org.anddev.andengine.ui.activity;
import java.util.concurrent.Callable;
import org.anddev.andengine.util.AsyncCallable;
import org.anddev.andengine.util.Callback;
import org.anddev.andengine.util.Debug;
import org.anddev.andengine.util.ProgressCallable;
import org.anddev.progressmonitor.IProgressListener;
im... | 7,206 | 0.603659 | 0.599224 | 246 | 28.333334 | 30.439508 | 191 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.52439 | false | false | 13 |
68a53c3d36234dd4b682b2f4bdfe009c986c0bd2 | 8,117,488,255,043 | 5b38bd1d93de7091e2af450a7c4864d2e26e00bc | /NC/src/main/java/base/upp/nc/camunda/ChoseEditorOfScientificFieldAndSendNotification.java | 0a70e8da5e92d4aab5c754a5a82511d33de583ca | [] | no_license | jovica27/NaucnaCentrala | https://github.com/jovica27/NaucnaCentrala | 940893766f833131308bcbe290f6f4305bc75d15 | fe41a070c798631544817b6b70061281bb3ce91c | refs/heads/master | 2023-01-23T08:49:28.652000 | 2019-06-12T22:42:18 | 2019-06-12T22:42:18 | 170,226,508 | 0 | 0 | null | false | 2023-01-07T06:14:07 | 2019-02-12T00:45:34 | 2019-06-12T22:42:45 | 2023-01-07T06:14:07 | 4,636 | 0 | 0 | 13 | Java | false | false | package base.upp.nc.camunda;
import org.camunda.bpm.engine.delegate.DelegateExecution;
import org.camunda.bpm.engine.delegate.JavaDelegate;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;
import base.upp.nc.domain.Magazine;
import base.upp.nc.repository.... | UTF-8 | Java | 1,173 | java | ChoseEditorOfScientificFieldAndSendNotification.java | Java | [] | null | [] | package base.upp.nc.camunda;
import org.camunda.bpm.engine.delegate.DelegateExecution;
import org.camunda.bpm.engine.delegate.JavaDelegate;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;
import base.upp.nc.domain.Magazine;
import base.upp.nc.repository.... | 1,173 | 0.73913 | 0.738278 | 32 | 35.65625 | 31.358421 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.75 | false | false | 13 |
4495c38639faada1cdb06441335efeff63176c56 | 5,952,824,688,624 | 6b6b507c7123b5dc0d097df17c3fa63b8af85413 | /src/org/soldieringup/Account.java | 5076358a3ee107db050c52e7218eed801d4e963b | [] | no_license | JakeLaCombe/soldieringup | https://github.com/JakeLaCombe/soldieringup | 8d607fe1d11bc05883fe4b0445fb147ee1714f3e | 5553933897f426e9a36bbbb640acfe058ef56bd3 | refs/heads/master | 2016-08-05T07:41:04.253000 | 2012-11-17T18:24:47 | 2012-11-17T18:24:47 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | //Copyright (c) <2012> <Jarrett Homann>.
//Copyright (c) <2012> Jared Jennings <jared@jaredjennings.org>.
//All rights reserved.
//
//Redistribution and use in source and binary forms are permitted
//provided that the above copyright notice and this paragraph are
//duplicated in all such forms and that any documentatio... | UTF-8 | Java | 3,751 | java | Account.java | Java | [
{
"context": "//Copyright (c) <2012> <Jarrett Homann>.\n//Copyright (c) <2012> Jared Jennings <jared@ja",
"end": 38,
"score": 0.9998880624771118,
"start": 24,
"tag": "NAME",
"value": "Jarrett Homann"
},
{
"context": "c) <2012> <Jarrett Homann>.\n//Copyright (c) <2012> Jared Jennings ... | null | [] | //Copyright (c) <2012> <<NAME>>.
//Copyright (c) <2012> <NAME> <<EMAIL>>.
//All rights reserved.
//
//Redistribution and use in source and binary forms are permitted
//provided that the above copyright notice and this paragraph are
//duplicated in all such forms and that any documentation,
//advertising materials, and ... | 3,719 | 0.635297 | 0.633164 | 207 | 17.120773 | 17.683201 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.198068 | false | false | 13 |
d0bc2ed1a5ab9bc9fb8ad3bd453c4c8cff11eb79 | 31,945,966,803,501 | 58e68be0cb3c73977213494922dd65872afe3107 | /src/main/java/com/msa/service/aggregation/ReviewerAggregation.java | d2578bcc6bfe58d11aee013bad06a95209c6a7ed | [] | no_license | DongjinHa/poc-review-api | https://github.com/DongjinHa/poc-review-api | f42c781258f38d15a114546c3b085a04b7b7943c | 32dc2c51d65d1180464be7db26daa7388727fd37 | refs/heads/master | 2021-01-04T11:47:28.884000 | 2020-03-28T00:50:36 | 2020-03-28T00:50:36 | 240,533,520 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.msa.service.aggregation;
import java.util.ArrayList;
import java.util.Calendar;
import java.util.List;
import org.apache.logging.log4j.util.Strings;
import org.springframework.data.domain.Sort;
import org.springframework.data.mongodb.core.aggregation.Aggregation;
import org.springframework.data.mongodb.co... | UTF-8 | Java | 6,467 | java | ReviewerAggregation.java | Java | [] | null | [] | package com.msa.service.aggregation;
import java.util.ArrayList;
import java.util.Calendar;
import java.util.List;
import org.apache.logging.log4j.util.Strings;
import org.springframework.data.domain.Sort;
import org.springframework.data.mongodb.core.aggregation.Aggregation;
import org.springframework.data.mongodb.co... | 6,467 | 0.726711 | 0.714193 | 142 | 42.316902 | 40.521664 | 157 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.34507 | false | false | 13 |
865eba429cd3a18ad4d1763469958edd03f867a0 | 31,791,347,966,871 | b1c943d4b6d33622563a83a47dc1192a964f6d2d | /src/main/java/pl/bartekrobert/taskreminder/views/MainView.java | c1a8bd618a1e713ef6feb31de7e280deec50c82e | [] | no_license | ROzog/TaskReminder | https://github.com/ROzog/TaskReminder | ad94b79db94dd8c96e6f0772659f916f1219d935 | 7170b7c91cc1df2ca382208c0fe8c62ad7b15289 | refs/heads/master | 2020-03-23T12:36:08.025000 | 2018-07-19T13:36:40 | 2018-07-19T13:36:40 | 141,566,711 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package pl.bartekrobert.taskreminder.views;
public class MainView {
public void showWelcomeText(){
System.out.println("Witaj w programie");
}
public void showLoginText(){
System.out.println("Podaj swoj login: ");
}
public void showPasswordText(){
System.out.println("Podaj sw... | UTF-8 | Java | 796 | java | MainView.java | Java | [
{
"context": "package pl.bartekrobert.taskreminder.views;\n\npublic class MainView {\n ",
"end": 23,
"score": 0.9758944511413574,
"start": 11,
"tag": "USERNAME",
"value": "bartekrobert"
}
] | null | [] | package pl.bartekrobert.taskreminder.views;
public class MainView {
public void showWelcomeText(){
System.out.println("Witaj w programie");
}
public void showLoginText(){
System.out.println("Podaj swoj login: ");
}
public void showPasswordText(){
System.out.println("Podaj sw... | 796 | 0.648855 | 0.645038 | 25 | 30.440001 | 22.524796 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 13 |
5e74510382738154d9d9acc4d320559d5083cae4 | 22,282,290,384,448 | fb3a2be2d81cc6ebe2e9e47221df0447e53caba7 | /app/src/main/java/io/orcas/pfl/ui/viewmodel/TeamsViewModel.java | f09efa5c871648f0eb6359f36a27de9c9bd5719f | [] | no_license | osmanibrahiem/PremierFootballLeague | https://github.com/osmanibrahiem/PremierFootballLeague | 4e488cf3508f3712e8013f4e1194f6102e31f45a | a1b841022027eced30bcff1988b4fea7ad38349c | refs/heads/master | 2020-09-16T05:13:46.995000 | 2019-11-23T22:55:45 | 2019-11-23T22:55:45 | 223,664,019 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package io.orcas.pfl.ui.viewmodel;
import android.app.Application;
import androidx.annotation.NonNull;
import androidx.lifecycle.LiveData;
import androidx.paging.PagedList;
import io.orcas.pfl.model.NetworkState;
import io.orcas.pfl.model.Team;
import io.orcas.pfl.repository.FootballLeagueRepository;
import io.orcas... | UTF-8 | Java | 1,026 | java | TeamsViewModel.java | Java | [] | null | [] | package io.orcas.pfl.ui.viewmodel;
import android.app.Application;
import androidx.annotation.NonNull;
import androidx.lifecycle.LiveData;
import androidx.paging.PagedList;
import io.orcas.pfl.model.NetworkState;
import io.orcas.pfl.model.Team;
import io.orcas.pfl.repository.FootballLeagueRepository;
import io.orcas... | 1,026 | 0.761209 | 0.761209 | 37 | 26.729731 | 24.043484 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.432432 | false | false | 13 |
7e6e266b347e61d467ae09c632e1d8b914660c64 | 19,378,892,496,970 | 7593362f5ff5f4f00c4be735a3357dddf5aee81c | /src/main/java/pl/projekt/tristar/ProjektSpringTristar20/controllers/PageController.java | fe2b02678177d65b365eead1c346f877e1d08edc | [] | no_license | tomekbock/Spring_Tristar2.0 | https://github.com/tomekbock/Spring_Tristar2.0 | 49c769709fb0e019cbfdc3df8d4d597c9b722d7b | f1f472dc7166effb52e1e8d8cc5199a8e2a7f026 | refs/heads/master | 2022-09-21T22:37:53.488000 | 2020-08-11T18:52:05 | 2020-08-11T18:52:05 | 168,937,315 | 1 | 0 | null | false | 2022-09-08T00:59:38 | 2019-02-03T11:18:27 | 2020-08-11T18:53:44 | 2022-09-08T00:59:37 | 647 | 0 | 0 | 2 | JavaScript | false | false | package pl.projekt.tristar.ProjektSpringTristar20.controllers;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
@Controller
public class PageController {
@RequestMapping("/CamerasMap")
public String homePage()
{
return "camerasM... | UTF-8 | Java | 556 | java | PageController.java | Java | [] | null | [] | package pl.projekt.tristar.ProjektSpringTristar20.controllers;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
@Controller
public class PageController {
@RequestMapping("/CamerasMap")
public String homePage()
{
return "camerasM... | 556 | 0.652878 | 0.647482 | 49 | 10.346939 | 16.788664 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.122449 | false | false | 13 |
4120048ca8a6585935f37956daf8996bb32f71d7 | 25,400,436,641,632 | 715a6807efb645deef2a12ac6fc611d3064bf93c | /JavaStudy/HelloWorlddemo/src/JavaCore/JavaCore/SystemDemo.java | 4082e00c6b03d09c352c571ef53b112e20c93121 | [] | no_license | sevenBy/Study | https://github.com/sevenBy/Study | 2f4728c1e2d454ba0ec89e47cc916537be40d37e | 17bd8e23e937b5773503f29a6fecbc81bb4e8e2e | refs/heads/master | 2020-03-21T22:54:25.675000 | 2017-03-07T04:55:12 | 2017-03-07T04:55:12 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package JavaCore;
import java.util.Properties;
public class SystemDemo {
public static void main(String []args){
Properties a=System.getProperties();
System.out.println(a);
}
}
| UTF-8 | Java | 185 | java | SystemDemo.java | Java | [] | null | [] | package JavaCore;
import java.util.Properties;
public class SystemDemo {
public static void main(String []args){
Properties a=System.getProperties();
System.out.println(a);
}
}
| 185 | 0.740541 | 0.740541 | 10 | 17.5 | 15.034959 | 40 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 13 |
69331eb92d915aa92bb807196b1a46a221f66af4 | 27,676,769,309,340 | b59b631f23f2dcb86f072964a907acc969809b65 | /src/net/nologin/meep/pingly/alarm/ProbeRunnerReceiver.java | 6964e34da149458548eab28a5f8debb747f00656 | [
"Apache-2.0"
] | permissive | chenhbzl/pingly | https://github.com/chenhbzl/pingly | b5b80691309033012210fdae5fb7dc93e65d2c62 | 500d5255feb883de909aead5c950043b77b1d9f6 | refs/heads/master | 2021-01-16T22:39:33.257000 | 2012-12-02T18:29:23 | 2012-12-02T18:36:39 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Pingly - A simple app for checking for signs of life in hosts/services.
* Copyright 2012 Barry O'Neill
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* ... | UTF-8 | Java | 1,894 | java | ProbeRunnerReceiver.java | Java | [
{
"context": "s of life in hosts/services.\r\n * Copyright 2012 Barry O'Neill\r\n *\r\n * Licensed under the Apache License, Ver",
"end": 117,
"score": 0.9997962117195129,
"start": 104,
"tag": "NAME",
"value": "Barry O'Neill"
}
] | null | [] | /*
* Pingly - A simple app for checking for signs of life in hosts/services.
* Copyright 2012 <NAME>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* ... | 1,887 | 0.728617 | 0.724393 | 49 | 36.612244 | 33.225155 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.408163 | false | false | 13 |
be812c415d631878fa77c90109264763bc196d1f | 15,779,709,849,846 | dda53daa18f1274d72ba7f3c11845720c8122d04 | /org.archware.sosadl/src/org/archware/sosadl/validation/typing/proof/Type_bodyprotocol_generic.java | fb41d876608acbe4408a94f9811a0e938f655212 | [] | no_license | gianricardo/sosadl_melange | https://github.com/gianricardo/sosadl_melange | 3e89569122c89de72885b6bcb4c363d0e6447289 | e8b80ef97132aad0b88466e97f4df637e096af7a | refs/heads/master | 2022-01-02T21:48:01.397000 | 2018-03-01T15:53:21 | 2018-03-01T15:53:21 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.archware.sosadl.validation.typing.proof;
import org.archware.sosadl.sosADL.*;
import org.archware.sosadl.validation.typing.Environment;
public class Type_bodyprotocol_generic implements Type_bodyprotocol {
@Mandatory
private final Environment gamma;
@Mandatory
private final ProtocolStatem... | UTF-8 | Java | 1,788 | java | Type_bodyprotocol_generic.java | Java | [] | null | [] | package org.archware.sosadl.validation.typing.proof;
import org.archware.sosadl.sosADL.*;
import org.archware.sosadl.validation.typing.Environment;
public class Type_bodyprotocol_generic implements Type_bodyprotocol {
@Mandatory
private final Environment gamma;
@Mandatory
private final ProtocolStatem... | 1,788 | 0.770694 | 0.763982 | 41 | 42.609756 | 89.434502 | 407 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.390244 | false | false | 13 |
e240ec4776c761b6ca4425e16bc589fcce19d911 | 8,581,344,723,110 | 0e71c528c2a82bcef0d38a9239816f87288f45f1 | /src/main/java/org/terracotta/ipceventbus/proc/JavaProcessBuilder.java | e115359e395d733105fa6fdbacb5960afe30f2c1 | [
"Apache-2.0"
] | permissive | cljohnso/ipc-eventbus | https://github.com/cljohnso/ipc-eventbus | 19ccd959cf1d3c882d1751fef3ca76b5d44f946f | 2989cb5495c5cb85b3ea2a97840e47ffe6e7ee53 | refs/heads/master | 2021-08-10T08:47:43.504000 | 2020-03-11T19:07:43 | 2020-03-11T19:07:43 | 143,464,871 | 0 | 1 | Apache-2.0 | true | 2023-04-25T16:48:53 | 2018-08-03T19:20:03 | 2020-04-03T16:36:40 | 2020-04-03T16:36:36 | 106 | 0 | 1 | 0 | Java | false | false | /*
* Copyright 2015 Terracotta, Inc., a Software AG company.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required b... | UTF-8 | Java | 5,363 | java | JavaProcessBuilder.java | Java | [
{
"context": "a.util.List;\nimport java.util.Map;\n\n/**\n * @author Mathieu Carbou\n */\npublic class JavaProcessBuilder<T extends Jav",
"end": 906,
"score": 0.9998787045478821,
"start": 892,
"tag": "NAME",
"value": "Mathieu Carbou"
}
] | null | [] | /*
* Copyright 2015 Terracotta, Inc., a Software AG company.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required b... | 5,355 | 0.691404 | 0.689539 | 176 | 29.47159 | 26.886953 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.596591 | false | false | 13 |
48439d720119554e582159cd4b2253c195e672ae | 7,438,883,357,765 | 3462e04643ff05657c79aa1a85e570ec9b0e436a | /src/main/java/com/lobbyswitch/listeners/CypherInventoryListener.java | a5da765ac42e269d73050bd2bc153952e36f2115 | [] | no_license | CuboidCreations/LobbySwitch | https://github.com/CuboidCreations/LobbySwitch | 03dd82cb271aae3dfd92da4dd47f5e4e624b3269 | e19e48d509647307736a12afb087dc67f430f0e2 | refs/heads/master | 2022-06-05T01:07:28.819000 | 2019-07-23T05:34:56 | 2019-07-23T05:34:56 | 187,213,228 | 0 | 0 | null | false | 2022-05-20T21:03:45 | 2019-05-17T12:33:46 | 2022-04-28T04:15:33 | 2022-05-20T21:03:45 | 107 | 0 | 0 | 1 | Java | false | false | package com.lobbyswitch.listeners;
import com.google.common.io.ByteArrayDataOutput;
import com.google.common.io.ByteStreams;
import com.lobbyswitch.LobbySwitch;
import com.lobbyswitch.ServerItem;
import com.lobbyswitch.config.ConfigPaths;
import org.bukkit.entity.Player;
import org.bukkit.event.EventHandler;
import or... | UTF-8 | Java | 3,440 | java | CypherInventoryListener.java | Java | [
{
"context": "org.bukkit.inventory.ItemStack;\n\n/**\n * Created by Derek on 8/5/2014.\n * Time: 3:46 PM\n */\npublic class Cy",
"end": 557,
"score": 0.9526261687278748,
"start": 552,
"tag": "NAME",
"value": "Derek"
}
] | null | [] | package com.lobbyswitch.listeners;
import com.google.common.io.ByteArrayDataOutput;
import com.google.common.io.ByteStreams;
import com.lobbyswitch.LobbySwitch;
import com.lobbyswitch.ServerItem;
import com.lobbyswitch.config.ConfigPaths;
import org.bukkit.entity.Player;
import org.bukkit.event.EventHandler;
import or... | 3,440 | 0.590988 | 0.586919 | 71 | 47.450703 | 38.448353 | 142 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.478873 | false | false | 13 |
0533045af7d58a3dd906aeee82ae0241e5a7d8b0 | 10,436,770,599,444 | 6500848c3661afda83a024f9792bc6e2e8e8a14e | /gp_JADX/com/google/android/gms/internal/dk.java | f2b64feab35b05a4630bf1e046be8d6152f4510d | [] | no_license | enaawy/gproject | https://github.com/enaawy/gproject | fd71d3adb3784d12c52daf4eecd4b2cb5c81a032 | 91cb88559c60ac741d4418658d0416f26722e789 | refs/heads/master | 2021-09-03T03:49:37.813000 | 2018-01-05T09:35:06 | 2018-01-05T09:35:06 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.google.android.gms.internal;
import android.os.IBinder;
import android.os.IInterface;
import android.os.Parcel;
public final class dk extends ng implements dj {
dk(IBinder iBinder) {
super(iBinder, "com.google.android.gms.common.internal.service.ICommonService");
}
public final void m... | UTF-8 | Java | 445 | java | dk.java | Java | [] | null | [] | package com.google.android.gms.internal;
import android.os.IBinder;
import android.os.IInterface;
import android.os.Parcel;
public final class dk extends ng implements dj {
dk(IBinder iBinder) {
super(iBinder, "com.google.android.gms.common.internal.service.ICommonService");
}
public final void m... | 445 | 0.669663 | 0.635955 | 17 | 25.17647 | 22.508129 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.647059 | false | false | 13 |
dffe601984eda375c99b8842482bb5c7de91cbb8 | 6,150,393,219,902 | 0c472fa3e8c7d4f74db271ebfd5b59174912c83c | /src/com/webfront/view/JPadsPromptEditor.java | a7a318668b5f16aaada75ad1b6c1418572eaa331 | [] | no_license | rdlittle/JPADS | https://github.com/rdlittle/JPADS | 0daafee7a3fd1ae724016f2a06a4affae630e48a | 713591bf37027fc1209c4cbd8b7d5417fe719b45 | refs/heads/master | 2016-08-05T17:52:39.084000 | 2013-04-05T17:15:50 | 2013-04-05T17:15:50 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.webfront.view;
import java.awt.Color;
import java.awt.Dimension;
import java.awt.FlowLayout;
import java.awt.GridBagConstraints;
import java.awt.GridBagLayout;
import java.awt.Insets;
import javax.swing.ButtonGroup;
import javax.swing.ButtonModel;
import javax.swing.DefaultComboBoxModel;
import javax.swin... | UTF-8 | Java | 18,955 | java | JPadsPromptEditor.java | Java | [] | null | [] | package com.webfront.view;
import java.awt.Color;
import java.awt.Dimension;
import java.awt.FlowLayout;
import java.awt.GridBagConstraints;
import java.awt.GridBagLayout;
import java.awt.Insets;
import javax.swing.ButtonGroup;
import javax.swing.ButtonModel;
import javax.swing.DefaultComboBoxModel;
import javax.swin... | 18,955 | 0.747771 | 0.735162 | 634 | 28.897476 | 19.994097 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.345426 | false | false | 13 |
ac2d45544fa40ea0e81a7318ec7ef7fc95a1b6c1 | 23,768,349,029,480 | be40e06bdccd4cfbfde1827b2cebfa59eaced246 | /Back-End/spring-test/src/main/java/br/com/torneio/gerenciador/repository/PartidaRepository.java | 95be119fab62afd6989091f6a86d1d56b98d639a | [] | no_license | andresnunes/Lab-Eng-Soft | https://github.com/andresnunes/Lab-Eng-Soft | deea563a6da17a525028368c18e8be58e0e7458a | bebed6caf27ab854346257822eb31dd705588731 | refs/heads/master | 2021-02-16T15:14:51.877000 | 2020-07-16T18:30:34 | 2020-07-16T18:30:34 | 245,019,271 | 1 | 2 | null | false | 2020-07-09T00:07:26 | 2020-03-04T22:42:08 | 2020-07-07T10:27:33 | 2020-07-09T00:07:24 | 442 | 1 | 0 | 0 | Java | false | false | package br.com.torneio.gerenciador.repository;
import org.springframework.data.jpa.repository.JpaRepository;
import br.com.torneio.gerenciador.model.Partida;
public interface PartidaRepository extends JpaRepository<Partida, String>{
}
| UTF-8 | Java | 239 | java | PartidaRepository.java | Java | [] | null | [] | package br.com.torneio.gerenciador.repository;
import org.springframework.data.jpa.repository.JpaRepository;
import br.com.torneio.gerenciador.model.Partida;
public interface PartidaRepository extends JpaRepository<Partida, String>{
}
| 239 | 0.83682 | 0.83682 | 9 | 25.555555 | 29.326178 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.444444 | false | false | 13 |
a8d279fa7550f72aba024cf6e7a46ba9a8fde3e6 | 4,234,837,785,836 | fd079c6627f17feec89f50ad4343271d2a6e8694 | /app/src/main/java/journalapp/udacity/alc/journalapp/activities/AddDiaryActivity.java | 326fb02d4e557e75a78f3d58566192bed67db05e | [] | no_license | gmerwan/Journal-App | https://github.com/gmerwan/Journal-App | c9508d546cfc31cd42d8b4c1ebd260a6f2fb38bb | 6e7085d5fdd1a1cbc937d5873fb89b2116331b25 | refs/heads/master | 2020-03-22T01:07:32.159000 | 2019-11-19T14:20:53 | 2019-11-19T14:20:53 | 139,284,595 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package journalapp.udacity.alc.journalapp.activities;
import android.app.Activity;
import android.content.Context;
import android.content.Intent;
import android.os.AsyncTask;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.text.TextUtils;
import android.util.Log;
import androi... | UTF-8 | Java | 5,534 | java | AddDiaryActivity.java | Java | [] | null | [] | package journalapp.udacity.alc.journalapp.activities;
import android.app.Activity;
import android.content.Context;
import android.content.Intent;
import android.os.AsyncTask;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.text.TextUtils;
import android.util.Log;
import androi... | 5,534 | 0.602096 | 0.601554 | 147 | 36.646259 | 28.257755 | 117 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.836735 | false | false | 13 |
aa8453f9527f98b7fdc96f5b2d02be5f80c6cd77 | 32,384,053,423,731 | 91281118dc5e02785e863e9ab53bfd26d6d820ba | /src/com/adrianmrivera/Analyses/Regression.java | ca40abe05076406893404ab90399c4554dbf131a | [] | no_license | Adrriver/com.adrianmrivera.gradstats | https://github.com/Adrriver/com.adrianmrivera.gradstats | 5a19a75aafab8b6f47c53b4291987cc1cc8054a7 | a7b2246ce07aa69a50e24eb8584703eef063a43c | refs/heads/master | 2021-01-13T01:28:07.390000 | 2015-08-19T16:44:53 | 2015-08-19T16:44:53 | 39,382,033 | 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.adrianmrivera.Analyses;
/**
*
* @author AdrianMRivera
*/
public class Regression extends Analysis {
public Reg... | UTF-8 | Java | 401 | java | Regression.java | Java | [
{
"context": "age com.adrianmrivera.Analyses;\n\n/**\n *\n * @author AdrianMRivera\n */\npublic class Regression extends Analysis {\n ",
"end": 253,
"score": 0.9998518228530884,
"start": 240,
"tag": "NAME",
"value": "AdrianMRivera"
}
] | 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.adrianmrivera.Analyses;
/**
*
* @author AdrianMRivera
*/
public class Regression extends Analysis {
public Reg... | 401 | 0.65586 | 0.65586 | 20 | 19.049999 | 21.397371 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.2 | false | false | 13 |
ee300cb765a894775f61a3ce317e4217305903f6 | 20,091,857,038,216 | d4c42b37056f8f6330ea5c8b7eb7bce9d438d20b | /src/main/java/com/hx/springbt/security/entity/SysRoleResource.java | 849e8e909b676057c881b3e6605901f466d6397a | [] | no_license | VanHelxing/springbt | https://github.com/VanHelxing/springbt | 3bfc84ad1b9270814a430fc83fc745888c5e7661 | 2c9dc7834a0511cc95e0437588ba42faec25361e | refs/heads/master | 2020-03-18T06:22:42.100000 | 2018-06-01T10:43:07 | 2018-06-01T10:43:07 | 134,391,915 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.hx.springbt.security.entity;
import com.hx.springbt.core.entity.BaseEntity;
import lombok.Data;
import javax.persistence.*;
/**
* 角色资源映射表
* @author : yangjunqing / yangjunqing@zhimadi.cn
* @version : 1.0
*/
@Data
@Entity
@Table(name = "sys_role_resource")
public class SysRoleResource extends BaseEnti... | UTF-8 | Java | 701 | java | SysRoleResource.java | Java | [
{
"context": " javax.persistence.*;\n\n/**\n * 角色资源映射表\n * @author : yangjunqing / yangjunqing@zhimadi.cn\n * @version : 1.0\n */\n@D",
"end": 178,
"score": 0.9968187212944031,
"start": 167,
"tag": "USERNAME",
"value": "yangjunqing"
},
{
"context": "ence.*;\n\n/**\n * 角色资源映射表\n * @au... | null | [] | package com.hx.springbt.security.entity;
import com.hx.springbt.core.entity.BaseEntity;
import lombok.Data;
import javax.persistence.*;
/**
* 角色资源映射表
* @author : yangjunqing / <EMAIL>
* @version : 1.0
*/
@Data
@Entity
@Table(name = "sys_role_resource")
public class SysRoleResource extends BaseEntity {
priva... | 686 | 0.654247 | 0.625931 | 36 | 17.638889 | 19.395235 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 13 |
f656d2be1809d85adc450e840d0391e017701624 | 26,946,624,843,031 | 79fd1b0aa191c1691665647c60f0eacb27425a06 | /morning_tests/src/main/java/com/morning/common/models/pmtconfig/ConfigType.java | e8feed85cf444191943ea31e3714a343e638eb26 | [] | no_license | Strunevskiy/work | https://github.com/Strunevskiy/work | 6032ed13fa8791cefe369e4a6f3de170494409f0 | ef37f894ac1251056303ff2a74b95c07954b8aa2 | refs/heads/master | 2015-07-21T16:19:46 | 2015-03-27T13:50:41 | 2015-03-27T13:50:41 | 32,944,214 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | //
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2014.01.04 at 05:15... | UTF-8 | Java | 2,933 | java | ConfigType.java | Java | [] | null | [] | //
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2014.01.04 at 05:15... | 2,933 | 0.688374 | 0.680532 | 113 | 24.955751 | 25.900896 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.867257 | false | false | 13 |
84b6e72db54199212f87cec25b4d5fba5dbd7ede | 18,485,539,253,471 | bb461e35f2bdeee98b43157c44481fdb839d536d | /app/src/main/java/com/elmorshdi/hr/ui/contacts/MyCustomAdapter.java | 06a516f373cf6689659fe4a9dc5df3638c4a2d91 | [] | no_license | elmorshdi/ui | https://github.com/elmorshdi/ui | e21db469afc8013e8b6d940613bf7465b41d32ff | 451f320314b8ba1d21a658a21bb20f2d8fcb3121 | refs/heads/master | 2023-01-23T09:41:13.167000 | 2022-07-03T10:59:04 | 2022-07-03T10:59:04 | 254,696,322 | 2 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.elmorshdi.hr.ui.contacts;
import android.content.Context;
import android.content.Intent;
import android.net.Uri;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageButton;
import android.widget.TextView;
import androidx.annotation.NonNul... | UTF-8 | Java | 3,561 | java | MyCustomAdapter.java | Java | [] | null | [] | package com.elmorshdi.hr.ui.contacts;
import android.content.Context;
import android.content.Intent;
import android.net.Uri;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageButton;
import android.widget.TextView;
import androidx.annotation.NonNul... | 3,561 | 0.659927 | 0.659927 | 110 | 31.372726 | 25.458651 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.609091 | false | false | 13 |
e64c9ebc1ab9b97ab5deeb48966a49654928bf24 | 4,904,852,698,495 | bf1edfdeabaab7ba72dff7f7c80721d384d295b4 | /study-modules/study-test-service/src/main/java/com/dll/code/dto/conditional/ConditionalOnMissingBeanV2.java | 5ed7d85a6c35c8a5c9a9a9590dec748caba1e0ad | [] | no_license | brick-anywhere/study_code | https://github.com/brick-anywhere/study_code | 2abb67b217655911a0b0a28797d383903320da4e | ad40a22dbdf36c1dabc2d50287fc0f3bad137318 | refs/heads/master | 2023-04-30T23:29:32.825000 | 2021-05-21T03:06:12 | 2021-05-21T03:06:12 | 322,532,107 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.dll.code.dto.conditional;
import lombok.Data;
/**
* @author dll
* @date 2021-01-20 15:32
*/
@Data
public class ConditionalOnMissingBeanV2 {
private String v2name;
}
| UTF-8 | Java | 186 | java | ConditionalOnMissingBeanV2.java | Java | [
{
"context": ".conditional;\n\nimport lombok.Data;\n\n/**\n * @author dll\n * @date 2021-01-20 15:32\n */\n@Data\npublic class ",
"end": 78,
"score": 0.9981620907783508,
"start": 75,
"tag": "USERNAME",
"value": "dll"
}
] | null | [] | package com.dll.code.dto.conditional;
import lombok.Data;
/**
* @author dll
* @date 2021-01-20 15:32
*/
@Data
public class ConditionalOnMissingBeanV2 {
private String v2name;
}
| 186 | 0.709677 | 0.634409 | 12 | 14.5 | 14.227321 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 13 |
ac8840918ddef9d7df41991c55ff413a6a13a399 | 2,989,297,258,273 | 8235b25f7ba6b58b9a59be061f31a48a97e747a5 | /src/main/java/com/pouani/pos/web/rest/package-info.java | 90d2eb1a717eb99067d9e45703af89b6d7574572 | [] | no_license | eserranogz/pouani-pos | https://github.com/eserranogz/pouani-pos | 6634f108823f79b14d9f9f9e68c68705f9b8f7e1 | 2616ffbd07fca010199dda052722dc82f4ba2594 | refs/heads/main | 2023-04-11T20:55:25.776000 | 2021-04-30T13:40:12 | 2021-04-30T13:40:12 | 327,051,727 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Spring MVC REST controllers.
*/
package com.pouani.pos.web.rest;
| UTF-8 | Java | 73 | java | package-info.java | Java | [] | null | [] | /**
* Spring MVC REST controllers.
*/
package com.pouani.pos.web.rest;
| 73 | 0.684932 | 0.684932 | 4 | 17.25 | 14.254385 | 32 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 13 |
4722ec9a6345c91719a0b6da3a2cc426f2ecf604 | 21,990,232,586,755 | 0386dd72896464326174b50eb6743a02d1a87c3f | /examples/simple/src/main/java/org/apache/myfaces/examples/listexample/SimpleCountryList.java | ea8f70b05dc595a880e8f93a1aedc839b248382b | [] | no_license | bschuette/tomahawk | https://github.com/bschuette/tomahawk | f6922930bbb54e6914325fce11764eeeff63ef07 | 8e300e4adbadeb7221df00c3bb2e71ead86b656f | refs/heads/master | 2023-01-04T06:06:33.733000 | 2020-11-05T20:33:48 | 2020-11-05T20:33:48 | 310,410,746 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | UTF-8 | Java | 5,562 | java | SimpleCountryList.java | Java | [
{
"context": "java.util.HashMap;\n\n/**\n * DOCUMENT ME!\n * @author Thomas Spiegl (latest modification by $Author$)\n * @version $Re",
"end": 1210,
"score": 0.9988639950752258,
"start": 1197,
"tag": "NAME",
"value": "Thomas Spiegl"
}
] | null | [] | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | 5,555 | 0.594391 | 0.5863 | 184 | 29.22826 | 31.318525 | 165 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.592391 | false | false | 13 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.