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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
c27d9df0873aa8d0355658d91c901a6f18ca889a | 32,246,614,470,979 | f475dbb992f61487266384fdd6c36ab7b20fc2d0 | /src/main/java/com/tjs/common/response/PageFileResponse.java | b5c908e57c3a67a36b60477a7996df2b36772acf | [
"Apache-2.0"
] | permissive | tjscreators/endlos | https://github.com/tjscreators/endlos | c039405006a97452abe27e4a11651dd9b6e1d6fa | cf7819c716ac7a1a95a31ee77d60059a040a129d | refs/heads/master | 2022-12-25T04:05:45.380000 | 2020-09-24T10:23:20 | 2020-09-24T10:23:20 | 297,992,002 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
*
*/
package com.tjs.common.response;
import java.io.File;
import com.fasterxml.jackson.annotation.JsonInclude;
import com.fasterxml.jackson.annotation.JsonInclude.Include;
/**
* This is used to return file response.
* @author Core team.
* @version 1.0
* @since 08/12/2018
*/
@JsonInclude(Include.NON_NUL... | UTF-8 | Java | 803 | java | PageFileResponse.java | Java | [
{
"context": "* This is used to return file response.\n * @author Core team.\n * @version 1.0\n * @since 08/12/2018\n */\n\n@JsonI",
"end": 248,
"score": 0.7727652788162231,
"start": 239,
"tag": "NAME",
"value": "Core team"
}
] | null | [] | /**
*
*/
package com.tjs.common.response;
import java.io.File;
import com.fasterxml.jackson.annotation.JsonInclude;
import com.fasterxml.jackson.annotation.JsonInclude.Include;
/**
* This is used to return file response.
* @author <NAME>.
* @version 1.0
* @since 08/12/2018
*/
@JsonInclude(Include.NON_NULL)
... | 800 | 0.742217 | 0.706102 | 43 | 17.674419 | 23.52408 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.837209 | false | false | 2 |
dfa0ae1d0c42ef0ed687be96ce6076adebefe160 | 7,765,300,900,196 | 89c3a10ce0f2826569a09aaad9f164a5a249c8f5 | /src/sample/app/NeighboursType.java | 365fdc80c03a1be58a8380f98044f01264d662e0 | [] | no_license | wienio/Grain_Growth | https://github.com/wienio/Grain_Growth | d86fabc3f0eb3d40c930aade26f6c1067749d0ca | d83c3cfd5101a6f527b955153a5964ec2c878d2e | refs/heads/master | 2020-03-21T09:40:31.096000 | 2018-06-23T15:24:39 | 2018-06-23T15:24:39 | 138,411,744 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package sample.app;
/**
* Created by Wienio on 2018-05-24.
*/
public enum NeighboursType {
VONNEUMANN("Von Neumann"), MOORE("Moore"), HEXAGONAL_LEFT("Hexagonal left"), HEXAGONAL_RIGHT("Hexagonal right"), PENTAGONAL_RANDOM("Pentagonal random");
private final String neighbourName;
NeighboursType(String ... | UTF-8 | Java | 690 | java | NeighboursType.java | Java | [
{
"context": "package sample.app;\n\n/**\n * Created by Wienio on 2018-05-24.\n */\npublic enum NeighboursType {\n\n",
"end": 45,
"score": 0.9998541474342346,
"start": 39,
"tag": "NAME",
"value": "Wienio"
},
{
"context": " */\npublic enum NeighboursType {\n\n VONNEUMANN(\"Von Neum... | null | [] | package sample.app;
/**
* Created by Wienio on 2018-05-24.
*/
public enum NeighboursType {
VONNEUMANN("<NAME>"), MOORE("Moore"), HEXAGONAL_LEFT("Hexagonal left"), HEXAGONAL_RIGHT("Hexagonal right"), PENTAGONAL_RANDOM("Pentagonal random");
private final String neighbourName;
NeighboursType(String name)... | 685 | 0.62029 | 0.608696 | 29 | 22.793104 | 30.854921 | 156 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.37931 | false | false | 2 |
f9e515f26d3fd3bee585e44e8117ae2f00891836 | 16,269,336,121,885 | 6d6024d59d9b9262996877e32bc06bc841adf5be | /app/src/main/java/com/example/chenguang/gankio/adapter/TypeAdapter.java | d5433d76e5cd3f5a68bc8ab313c6b884945e4b31 | [] | no_license | huchenguang/GankIo | https://github.com/huchenguang/GankIo | e77315fd8bcc46d5572dd176824536607621df5a | c4a091b94505774f06d25287c9d8bde0c1fe901d | refs/heads/master | 2021-09-08T01:44:51.617000 | 2018-03-05T14:11:00 | 2018-03-05T14:11:00 | 111,982,360 | 3 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.chenguang.gankio.adapter;
import android.content.Context;
import android.support.annotation.LayoutRes;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import android.widget.TextView;
import com.bumptech.glide.Glide;
import com.example.chenguang.gankio.R;
i... | UTF-8 | Java | 2,189 | java | TypeAdapter.java | Java | [
{
"context": "w.adapter.RecyclerArrayAdapter;\n\n/**\n * Created by chenguang on 2017/10/21.\n */\n\npublic class TypeAdapter exte",
"end": 522,
"score": 0.8934276700019836,
"start": 513,
"tag": "USERNAME",
"value": "chenguang"
}
] | null | [] | package com.example.chenguang.gankio.adapter;
import android.content.Context;
import android.support.annotation.LayoutRes;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import android.widget.TextView;
import com.bumptech.glide.Glide;
import com.example.chenguang.gankio.R;
i... | 2,189 | 0.611695 | 0.606213 | 68 | 31.191177 | 21.072884 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.558824 | false | false | 2 |
92b32b73ad130976d096ade659c2a529602978e8 | 790,274,009,012 | 848b11aaa784346fb90bd2572a7cd045b159acc6 | /3_Construccion/SDCE/src/main/java/mx/com/asteca/servicio/assembler/CertificadoAssembler.java | 2fded660c87975186329e75281ee11352ccec3f5 | [] | no_license | amaro-coria/mx-com-sdce-asteca | https://github.com/amaro-coria/mx-com-sdce-asteca | f702de57478c47baf62eca2e59471dc1e90289dd | 206e2b1636b97e9aeb4437a22a34dbbc1fd9c683 | refs/heads/master | 2020-03-27T00:09:10.507000 | 2013-12-17T00:22:41 | 2013-12-17T00:22:41 | 37,559,210 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
*
*/
package mx.com.asteca.servicio.assembler;
import mx.com.asteca.comun.Constantes;
import mx.com.asteca.comun.dto.CertificadoDTO;
import mx.com.asteca.persistencia.entidades.Alumnos;
import mx.com.asteca.persistencia.entidades.Certificados;
import mx.com.asteca.persistencia.entidades.Estatus;
imp... | UTF-8 | Java | 2,146 | java | CertificadoAssembler.java | Java | [
{
"context": "framework.stereotype.Component;\r\n\r\n/**\r\n * @author JAMARO\r\n * \r\n */\r\n@Component(Constantes.ASSEMBLER_CERTIF",
"end": 391,
"score": 0.9513910412788391,
"start": 385,
"tag": "NAME",
"value": "JAMARO"
}
] | null | [] | /**
*
*/
package mx.com.asteca.servicio.assembler;
import mx.com.asteca.comun.Constantes;
import mx.com.asteca.comun.dto.CertificadoDTO;
import mx.com.asteca.persistencia.entidades.Alumnos;
import mx.com.asteca.persistencia.entidades.Certificados;
import mx.com.asteca.persistencia.entidades.Estatus;
imp... | 2,146 | 0.73439 | 0.73439 | 66 | 30.515152 | 22.488544 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.863636 | false | false | 2 |
60f358158fadcea5f1f8a380508d915d79087a15 | 21,148,418,980,606 | 0ca8b6f8e5ec65c2c7aaf7f829541a1883a6b8ff | /Java_9.3_Mybatis3/mybatis1-custom-use/src/main/java/com/loto/mybatis/pojo/User.java | cf8df05f483d78d5060386c39c204d42f64a85bd | [] | no_license | shorfng/MyCode_JavaWeb_Framework | https://github.com/shorfng/MyCode_JavaWeb_Framework | 327014cc94cd1b369d123c63eb06782ea51efd76 | 811ad561231e0cdd51061fe6438e3323aa10191f | refs/heads/master | 2023-08-24T14:28:28.096000 | 2022-06-02T12:27:21 | 2022-06-02T12:27:21 | 325,334,160 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.loto.mybatis.pojo;
import lombok.Data;
/**
* <p>Author:蓝田_Loto</p>
* <p>Date:2021-03-12 10:47</p>
* <p>PageName:User.java</p>
* Function:用户实体类
*/
@Data
public class User {
private Integer id;
private String username;
private String password;
}
| UTF-8 | Java | 289 | java | User.java | Java | [
{
"context": "atis.pojo;\n\nimport lombok.Data;\n\n/**\n * <p>Author:蓝田_Loto</p>\n * <p>Date:2021-03-12 10:47</p>\n * <p>PageNam",
"end": 77,
"score": 0.8978226184844971,
"start": 70,
"tag": "NAME",
"value": "蓝田_Loto"
}
] | null | [] | package com.loto.mybatis.pojo;
import lombok.Data;
/**
* <p>Author:蓝田_Loto</p>
* <p>Date:2021-03-12 10:47</p>
* <p>PageName:User.java</p>
* Function:用户实体类
*/
@Data
public class User {
private Integer id;
private String username;
private String password;
}
| 289 | 0.677903 | 0.632959 | 17 | 14.705882 | 11.503272 | 31 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.470588 | false | false | 2 |
1250340ccfcd630e0feeacd5323432b133e6a4f4 | 6,322,191,869,092 | a4529fd67ddb7b0b8af7dc8d7bdd9a4098c149ff | /AttendanceService/src/com/syncall/backingbean/PersonBackingBean.java | 8bdcf276cc0f0594a5ca0435974089f854be8f13 | [] | no_license | nagarjunveni/attendproject | https://github.com/nagarjunveni/attendproject | c9444891c355269aae79fb6dc7746ba358a41cb2 | 0b63fb0c8e19b08a981677dcdb0d1d2aeeda5dd2 | refs/heads/master | 2016-09-05T09:29:33.429000 | 2015-03-08T10:53:03 | 2015-03-08T10:53:03 | 31,845,052 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package com.syncall.backingbean;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.ArrayList;
import java.util.List;
import java.ut... | UTF-8 | Java | 8,192 | java | PersonBackingBean.java | Java | [
{
"context": "port com.syncall.model.Student;\n\n/**\n *\n * @author Nagarjun_v\n */\n@ManagedBean(name=\"personBackingBean\")\n@Sessi",
"end": 611,
"score": 0.9700276255607605,
"start": 601,
"tag": "USERNAME",
"value": "Nagarjun_v"
}
] | null | [] | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package com.syncall.backingbean;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.ArrayList;
import java.util.List;
import java.ut... | 8,192 | 0.655151 | 0.653931 | 278 | 28.467627 | 27.399864 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.100719 | false | false | 2 |
00630e5505105e7ca2520cf7276b2b76be71c56b | 24,507,083,429,279 | aa2c6b79e66b090865520befda787d08aa863ab1 | /rapid-common-redis/src/test/java/com/github/rapid/common/redis/JedisPoolFactoryBeanTest.java | 54308dbac0d8dfbad2ab36989f33fdef3f5402cd | [] | no_license | imanutd/commons | https://github.com/imanutd/commons | 39f8151e98ab8d363e7478f79bb481476702240a | 31a09f3505d594fb8ebd8521e7a53ab77af36639 | refs/heads/master | 2020-05-17T17:14:12.443000 | 2019-04-26T02:23:24 | 2019-04-26T02:23:24 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.github.rapid.common.redis;
import static org.junit.Assert.*;
import org.junit.Test;
import org.springframework.util.Assert;
public class JedisPoolFactoryBeanTest {
@Test
public void test() throws Exception {
JedisPoolFactoryBean f = new JedisPoolFactoryBean();
f.setServer("redis://jf02oO0Oo:user@1... | UTF-8 | Java | 434 | java | JedisPoolFactoryBeanTest.java | Java | [
{
"context": "toryBean();\n\t\tf.setServer(\"redis://jf02oO0Oo:user@120.132.77.166:6379/1\");\n\t\tf.afterPropertiesSet();\n\t\t\n\t\tObject p",
"end": 333,
"score": 0.9995806813240051,
"start": 319,
"tag": "IP_ADDRESS",
"value": "120.132.77.166"
}
] | null | [] | package com.github.rapid.common.redis;
import static org.junit.Assert.*;
import org.junit.Test;
import org.springframework.util.Assert;
public class JedisPoolFactoryBeanTest {
@Test
public void test() throws Exception {
JedisPoolFactoryBean f = new JedisPoolFactoryBean();
f.setServer("redis://jf02oO0Oo:user@1... | 432 | 0.741935 | 0.698157 | 20 | 20.700001 | 19.738541 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.2 | false | false | 2 |
9d273be00208b04cbb9a9aa568c304dc67912633 | 2,035,814,523,298 | cd80ba7d95bb91d4b39da841577edafda48a59ba | /src/main/java/com/open/cms/bean/UserAuthInfo.java | 24638276edaa46487ad1aec1e9a8998ababdce21 | [] | no_license | xuanshuangchen/java-open-cms-api | https://github.com/xuanshuangchen/java-open-cms-api | 48bdddf378008904ae23883c396708b4328abebe | e7fbbd3a9674953ac35ffd6da16bb50ed80f01ec | refs/heads/master | 2018-01-12T08:14:57.810000 | 2016-03-12T03:18:29 | 2016-03-12T03:18:29 | 53,285,518 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.open.cms.bean;
import lombok.Getter;
import lombok.Setter;
@Getter
@Setter
public class UserAuthInfo {
private String account;
private String sessionId;
private String email;
private String userName;
private String token;
private String fromIp;
private String role;
}
| UTF-8 | Java | 312 | java | UserAuthInfo.java | Java | [
{
"context": "onId;\n private String email;\n private String userName;\n private String token;\n private String fro",
"end": 229,
"score": 0.983877420425415,
"start": 221,
"tag": "USERNAME",
"value": "userName"
}
] | null | [] | package com.open.cms.bean;
import lombok.Getter;
import lombok.Setter;
@Getter
@Setter
public class UserAuthInfo {
private String account;
private String sessionId;
private String email;
private String userName;
private String token;
private String fromIp;
private String role;
}
| 312 | 0.727564 | 0.727564 | 18 | 16.333334 | 11.642833 | 29 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.555556 | false | false | 2 |
0050c1ed8961b38cea2411d4ff8c7bb5a6d7cb26 | 2,035,814,520,415 | 9a625fb230de2860fda67c8d939c25acead5b91c | /app/src/main/java/com/peep/peep/login/LoginActivity.java | 9964c5fe21993cfee5b29cee83b01e6d5d5d4ef8 | [] | no_license | Rk123012/peep_project_bitbucket | https://github.com/Rk123012/peep_project_bitbucket | b5d9f1b7b75d854f19d1090bb099e12be5f276ba | 3bf4fe559de82d561ccc9387bf38184d4ad3522b | refs/heads/master | 2020-03-28T15:57:53.553000 | 2018-09-13T11:45:22 | 2018-09-13T11:45:22 | 148,644,099 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.peep.peep.login;
import android.content.Intent;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.util.Log;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import com.apollographql.apollo.api.Response;
import com.peep.peep.Que... | UTF-8 | Java | 2,066 | java | LoginActivity.java | Java | [] | null | [] | package com.peep.peep.login;
import android.content.Intent;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.util.Log;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import com.apollographql.apollo.api.Response;
import com.peep.peep.Que... | 2,066 | 0.718296 | 0.717812 | 78 | 25.47436 | 23.884726 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.487179 | false | false | 2 |
5e9e54e6d7c84e35adeeeeaebbd69e58d8cd29fa | 26,396,869,012,520 | e3e229f46c5f58baf0910a166e5ced02995b3f93 | /test/com/galaksiya/social/crawler/SocialCrawlerFacebookClientTest.java | 617f39055e67384246b33e7dc57c2170616ec7f8 | [
"Apache-2.0"
] | permissive | GalaksiyaIT/socialcrawler | https://github.com/GalaksiyaIT/socialcrawler | 07dc30cf617dd5e8e4455e6e6a366e85e7bdfc4e | 8acbeef352179fb40668e2ffe7f6814253d29f5c | refs/heads/master | 2021-01-25T07:19:18.518000 | 2014-06-06T12:47:52 | 2014-06-06T12:47:52 | 19,751,987 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.galaksiya.social.crawler;
import static org.junit.Assert.assertEquals;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
public class SocialCrawlerFacebookClientTest {
private static final String FACEBOOK_GRAPH_ENDPOINT_URL = "https://graph.facebook.com";
private static final Str... | UTF-8 | Java | 2,428 | java | SocialCrawlerFacebookClientTest.java | Java | [] | null | [] | package com.galaksiya.social.crawler;
import static org.junit.Assert.assertEquals;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
public class SocialCrawlerFacebookClientTest {
private static final String FACEBOOK_GRAPH_ENDPOINT_URL = "https://graph.facebook.com";
private static final Str... | 2,428 | 0.785832 | 0.785832 | 69 | 34.188404 | 29.9692 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.130435 | false | false | 2 |
ec2bac4251ae3a261dde8303865c6c90c644e641 | 32,143,535,276,853 | 8ced32b21f1be9511c256cb8b589d7976b4b98d6 | /alanmall-service/mscard-service/card-api/src/main/java/com/itcrazy/alanmall/mscard/dto/response/ReportMemberActivePercentageResDto.java | b2f2c646966593e71c37707bd69fe90b269a975d | [] | no_license | Yangliang266/Alanmall | https://github.com/Yangliang266/Alanmall | e5d1e57441790a481ae5aa75aa9d091909440281 | 38c2bde86dab6fd0277c87f99bc860bfc0fbdc0a | refs/heads/master | 2023-06-13T05:01:25.747000 | 2021-07-10T12:18:58 | 2021-07-10T12:18:58 | 293,702,057 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.itcrazy.alanmall.mscard.dto.response;
import com.itcrazy.alanmall.common.framework.dto.CardBaseResponseDto;
import com.itcrazy.alanmall.mscard.dto.Base.CardBaseDto;
import lombok.Data;
import java.util.Date;
@Data
public class ReportMemberActivePercentageResDto extends CardBaseResponseDto {
private Str... | UTF-8 | Java | 455 | java | ReportMemberActivePercentageResDto.java | Java | [] | null | [] | package com.itcrazy.alanmall.mscard.dto.response;
import com.itcrazy.alanmall.common.framework.dto.CardBaseResponseDto;
import com.itcrazy.alanmall.mscard.dto.Base.CardBaseDto;
import lombok.Data;
import java.util.Date;
@Data
public class ReportMemberActivePercentageResDto extends CardBaseResponseDto {
private Str... | 455 | 0.810989 | 0.810989 | 24 | 17.958334 | 22.654064 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.708333 | false | false | 2 |
3d9c5d4edbf58e4b18fa7f5cce449680352bfc82 | 4,982,162,064,522 | 8a01ec8fb73bca73b65b47f02814e9961ffd146b | /Desarrollo/ETLPits/src/pe/com/j2techcon/bi/etl/domain/origen/Areacliente.java | b0499154b39756307b1c89a669cebfb32b0f9dd8 | [] | no_license | cuongtruonghcm/pits-bi-real-time | https://github.com/cuongtruonghcm/pits-bi-real-time | f0bf283388bedba2d1bdbad5ac5035e26d5bdc6a | fd007b960cf1b544dd317194a3fb7cec04e61b75 | refs/heads/master | 2021-05-28T13:44:16.907000 | 2013-10-26T19:22:23 | 2013-10-26T19:22:23 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package pe.com.j2techcon.bi.etl.domain.origen;
import java.util.Date;
public class Areacliente {
private String codareacliente;
private String codcliente;
private String ruc;
private String areacliente;
private String direccion;
private String ubigeo;
private String ... | UTF-8 | Java | 5,683 | java | Areacliente.java | Java | [] | null | [] | package pe.com.j2techcon.bi.etl.domain.origen;
import java.util.Date;
public class Areacliente {
private String codareacliente;
private String codcliente;
private String ruc;
private String areacliente;
private String direccion;
private String ubigeo;
private String ... | 5,683 | 0.585782 | 0.585606 | 266 | 19.372181 | 17.761383 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.68797 | false | false | 2 |
28b74c5527c290ea9f103a3255ff1e285dda81cd | 25,950,192,469,826 | f76109275b2d5fe2dfb8fb96a7a06b1a75f151cf | /scorpius-core/src/main/java/org/joo/scorpius/trigger/handle/RoutingHandlingStrategy.java | 079daac0c18469c7b3040afce35cf45b417cf769 | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | dungba88/scorpius | https://github.com/dungba88/scorpius | b69294f4dc92704af5af3df20f1b466ab59765dd | 2b74ee2a69fe8e3ad71f05212b525b4c52689230 | refs/heads/master | 2021-09-25T07:03:37.138000 | 2018-10-19T08:20:14 | 2018-10-19T08:20:14 | 109,854,857 | 0 | 1 | null | false | 2017-11-14T09:15:52 | 2017-11-07T15:35:13 | 2017-11-14T09:14:56 | 2017-11-14T09:15:52 | 145 | 0 | 0 | 0 | Java | false | null | package org.joo.scorpius.trigger.handle;
import java.util.Map;
import java.util.concurrent.ConcurrentHashMap;
import org.joo.libra.support.PredicateExecutionException;
import org.joo.scorpius.support.exception.NoMatchingRouteException;
import org.joo.scorpius.support.exception.TriggerExecutionException;
import org.jo... | UTF-8 | Java | 3,012 | java | RoutingHandlingStrategy.java | Java | [] | null | [] | package org.joo.scorpius.trigger.handle;
import java.util.Map;
import java.util.concurrent.ConcurrentHashMap;
import org.joo.libra.support.PredicateExecutionException;
import org.joo.scorpius.support.exception.NoMatchingRouteException;
import org.joo.scorpius.support.exception.TriggerExecutionException;
import org.jo... | 3,012 | 0.698207 | 0.698207 | 88 | 33.238636 | 30.831284 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.522727 | false | false | 2 |
d499d791db98d29d4eee1905608c0e8f32cc7018 | 32,590,211,871,270 | 3051c17f4e0829a19c7df4c5f3f38d183313a569 | /src/engine/MoveOrderItem.java | fc5eefeabda140463191b9164122063b475f4a09 | [
"ISC"
] | permissive | MauriceGit/2048_Game_AI | https://github.com/MauriceGit/2048_Game_AI | d9033e3b804bc0e746ba3a222626f057f2e53f04 | a6066e5f6dc587fe4aec0c21f650f533e41f2e9f | refs/heads/master | 2021-01-10T17:01:30.890000 | 2016-02-06T09:13:09 | 2016-02-06T09:13:09 | 51,156,455 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package engine;
import board.Move;
/**
*
* Klasse, die zum Sortieren im MoveOrdering genutzt wird, um ein Tupel von Move
* und Score zu speichern und auszuwerten ohne Hashmaps nutzen zu müssen.
*
* @author maurice
*
*/
public class MoveOrderItem {
private Move move;
private int score;
public MoveOrder... | UTF-8 | Java | 606 | java | MoveOrderItem.java | Java | [
{
"context": "ten ohne Hashmaps nutzen zu müssen.\n * \n * @author maurice\n * \n */\npublic class MoveOrderItem {\n\n\tprivate Mo",
"end": 222,
"score": 0.9890267848968506,
"start": 215,
"tag": "USERNAME",
"value": "maurice"
}
] | null | [] | package engine;
import board.Move;
/**
*
* Klasse, die zum Sortieren im MoveOrdering genutzt wird, um ein Tupel von Move
* und Score zu speichern und auszuwerten ohne Hashmaps nutzen zu müssen.
*
* @author maurice
*
*/
public class MoveOrderItem {
private Move move;
private int score;
public MoveOrder... | 606 | 0.677686 | 0.677686 | 40 | 14.125 | 18.466438 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.925 | false | false | 2 |
1d75ace5297c03294306c1410a5487c12ac193bc | 30,279,519,460,983 | a1ea59a15d5c667aafcb40fb4511990dd6cb67b7 | /TravelMaster/src/com/chinasofti/travelmaster/dao/impl/TravellistsDaoImpl.java | 7282a688800febd9bd3ecc40573853dc19049cd5 | [] | no_license | ChenCYY/TravelMaster_Server | https://github.com/ChenCYY/TravelMaster_Server | ff2f3670814027fc60bb3885d15c121686e6e4fa | 4fb9c814a15110689b67929cd5035301e7ec039c | refs/heads/master | 2021-01-10T18:13:37.797000 | 2015-06-10T15:52:17 | 2015-06-10T15:52:17 | 36,733,982 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.chinasofti.travelmaster.dao.impl;
import java.sql.Connection;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.ArrayList;
import java.util.List;
import com.chinasofti.travelmaster.dao.ITravellistsDao;
import com.chinasofti.travelmaster.db.ConnectionManger;
import com.chinasofti.tr... | UTF-8 | Java | 4,900 | java | TravellistsDaoImpl.java | Java | [] | null | [] | package com.chinasofti.travelmaster.dao.impl;
import java.sql.Connection;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.ArrayList;
import java.util.List;
import com.chinasofti.travelmaster.dao.ITravellistsDao;
import com.chinasofti.travelmaster.db.ConnectionManger;
import com.chinasofti.tr... | 4,900 | 0.716327 | 0.711429 | 169 | 27.994083 | 21.607718 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.893491 | false | false | 2 |
01fc2e82030bf228a4e171236c2a485dd4ec984a | 1,271,310,361,970 | 8628d6aa52dec90de1b2349fd480feacf27f25c9 | /app/src/main/java/com/goalwise/taskapp/utils/JsonUtils.java | 72fdff5158407df6bdbd9085809af21e8ec8bd20 | [] | no_license | niyaz434/TaskApp | https://github.com/niyaz434/TaskApp | 55182125de6fdb77e06854d51215644a981ad773 | 8901b3958554bd4efb3b6cdcbca63563ecca56e0 | refs/heads/master | 2020-06-02T15:15:36.305000 | 2019-06-12T08:28:05 | 2019-06-12T08:28:05 | 191,205,461 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.goalwise.taskapp.utils;
import android.content.Context;
import android.text.TextUtils;
import com.goalwise.taskapp.models.Fund;
import org.json.JSONArray;
import org.json.JSONObject;
import java.util.ArrayList;
public class JsonUtils {
private final String TAG_STATUS = "status";
private final ... | UTF-8 | Java | 3,858 | java | JsonUtils.java | Java | [] | null | [] | package com.goalwise.taskapp.utils;
import android.content.Context;
import android.text.TextUtils;
import com.goalwise.taskapp.models.Fund;
import org.json.JSONArray;
import org.json.JSONObject;
import java.util.ArrayList;
public class JsonUtils {
private final String TAG_STATUS = "status";
private final ... | 3,858 | 0.554432 | 0.551322 | 116 | 32.258621 | 25.460627 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.474138 | false | false | 2 |
f0fa05ac62a85fba61dfec4f6561d787479c909c | 32,890,859,604,300 | 8d05dd96f90cc9b97b25df55cb18041c18504071 | /lab12/NoMatchData.java | 3f436de8e04048dd8e32d424fabf65c75f18088a | [] | no_license | Liliia111/Java_- | https://github.com/Liliia111/Java_- | 62ee94f0a460404c0ed4f42fc5ed0d26df52c61e | 715df9da38539919a62f65c387531cee3708e245 | refs/heads/master | 2018-07-11T10:21:26.462000 | 2018-06-01T08:16:30 | 2018-06-01T08:16:30 | 124,911,212 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ua.lpnuai.oop.ryvak11;
public class NoMatchData extends Exception {
private String text = "";//text
NoMatchData(String text){
this.text = text;
}
public void printError(){
System.err.println("Data that must match, doesn`t match in this text =======> " + ... | UTF-8 | Java | 354 | java | NoMatchData.java | Java | [] | null | [] | package ua.lpnuai.oop.ryvak11;
public class NoMatchData extends Exception {
private String text = "";//text
NoMatchData(String text){
this.text = text;
}
public void printError(){
System.err.println("Data that must match, doesn`t match in this text =======> " + ... | 354 | 0.550847 | 0.545198 | 21 | 14.952381 | 25.861307 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.238095 | false | false | 2 |
2aaa86b3bbe5f15aaf27961904d35756c5893b0f | 26,886,495,282,172 | 320b9c9ab250dc128f93d5ebe4ce05ae318d78f6 | /app/src/main/java/com/renyu/androidcommonlibrary/utils/CustomerDateRangeUtils.java | aec2b6ca541f658efafb0399a8f0c8d2b2ea9a8e | [] | no_license | r17171709/AndroidCommonLibrary | https://github.com/r17171709/AndroidCommonLibrary | 8906d60b8f5eb6a560ebb5e9c74da540fb1c77b7 | 0e504828466708521117ec77527c749dca65b4bb | refs/heads/master | 2021-11-28T06:39:10.530000 | 2021-09-02T02:46:59 | 2021-09-02T02:46:59 | 93,467,625 | 31 | 17 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.renyu.androidcommonlibrary.utils;
import android.view.View;
import android.widget.LinearLayout;
import com.blankj.utilcode.util.SizeUtils;
import com.renyu.androidcommonlibrary.R;
import com.renyu.commonlibrary.views.wheelview.LoopView;
import java.text.ParseException;
import java.text.SimpleDateFormat;
... | UTF-8 | Java | 17,721 | java | CustomerDateRangeUtils.java | Java | [] | null | [] | package com.renyu.androidcommonlibrary.utils;
import android.view.View;
import android.widget.LinearLayout;
import com.blankj.utilcode.util.SizeUtils;
import com.renyu.androidcommonlibrary.R;
import com.renyu.commonlibrary.views.wheelview.LoopView;
import java.text.ParseException;
import java.text.SimpleDateFormat;
... | 17,721 | 0.564686 | 0.554363 | 399 | 41.483707 | 34.393845 | 195 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.656642 | false | false | 2 |
d041b52aefdb4e27fadf2661b519b4905afd49cc | 23,252,952,949,455 | 684f50dd1ae58a766ce441d460214a4f7e693101 | /modules/statistics/statistics-console-service/src/main/java/com/dimeng/p2p/modules/statistics/console/service/RechargeWithdrawManage.java | 23acd51434a0b3c807115b3468d7d1f07e8ac6c8 | [] | no_license | wang-shun/rainiee-core | https://github.com/wang-shun/rainiee-core | a0361255e3957dd58f653ae922088219738e0d25 | 80a96b2ed36e3460282e9e21d4f031cfbd198e69 | refs/heads/master | 2020-03-29T16:40:18.372000 | 2018-09-22T10:05:17 | 2018-09-22T10:05:17 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.dimeng.p2p.modules.statistics.console.service;
import java.io.OutputStream;
import com.dimeng.framework.service.Service;
import com.dimeng.framework.service.query.Paging;
import com.dimeng.framework.service.query.PagingResult;
import com.dimeng.p2p.modules.statistics.console.service.entity.RecWit;
import ... | UTF-8 | Java | 6,871 | java | RechargeWithdrawManage.java | Java | [] | null | [] | package com.dimeng.p2p.modules.statistics.console.service;
import java.io.OutputStream;
import com.dimeng.framework.service.Service;
import com.dimeng.framework.service.query.Paging;
import com.dimeng.framework.service.query.PagingResult;
import com.dimeng.p2p.modules.statistics.console.service.entity.RecWit;
import ... | 6,871 | 0.489925 | 0.470941 | 283 | 20.219082 | 20.415163 | 117 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.084806 | false | false | 2 |
c553e4a0cb77ac5011cea481a3ef5f99c28c0ed2 | 21,234,318,323,915 | c1a5138b9cbc60147907bf8dfaf5e8f672506208 | /src/gwt/client/adminz/PromotionEditor.java | aa1c0cc02673f72910838c26aa0e12eafb147e7b | [
"BSD-3-Clause"
] | permissive | FlowShift/Flow | https://github.com/FlowShift/Flow | 14eb40c90ecc85a59e3854c7285e6ad3802cdc22 | 0b85d2dd3c80a690316a525b9437061bfd4ef70e | refs/heads/master | 2021-01-20T23:02:53.137000 | 2015-09-04T06:23:13 | 2015-09-04T06:23:13 | 40,071,575 | 1 | 0 | null | true | 2015-09-03T08:31:55 | 2015-08-02T06:58:13 | 2015-08-02T10:37:16 | 2015-09-03T08:31:55 | 1,655,652 | 0 | 0 | 0 | HTML | null | null | //
// $Id$
package client.adminz;
import java.util.Date;
import java.util.List;
import com.google.gwt.event.dom.client.ClickEvent;
import com.google.gwt.event.dom.client.ClickHandler;
import com.google.gwt.user.client.Command;
import com.google.gwt.user.client.ui.Button;
import com.google.gwt.user.client.ui.HasAlign... | UTF-8 | Java | 8,230 | java | PromotionEditor.java | Java | [] | null | [] | //
// $Id$
package client.adminz;
import java.util.Date;
import java.util.List;
import com.google.gwt.event.dom.client.ClickEvent;
import com.google.gwt.event.dom.client.ClickHandler;
import com.google.gwt.user.client.Command;
import com.google.gwt.user.client.ui.Button;
import com.google.gwt.user.client.ui.HasAlign... | 8,230 | 0.59271 | 0.585298 | 229 | 34.938866 | 25.494167 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.017467 | false | false | 2 |
243057801bb0c3fd272c91780a188502e52d4ca4 | 14,482,629,746,601 | e5dacebab3a94c75a95befca10712ac12121268b | /src/main/java/org/lgulab/httpserver/WebServerMultiContext.java | ed6d55ad3c79ac24cbd0a729fed756a4a8a0e72d | [] | no_license | lgu-lab/http-cmd-launcher | https://github.com/lgu-lab/http-cmd-launcher | 897cbc9cdcccbe2c8b9679a4d4df9289f683a8a8 | e7261d9a08ecb0ff1819f6d7492203f55f9a7dfb | refs/heads/master | 2021-01-10T08:43:48.207000 | 2015-11-09T12:04:20 | 2015-11-09T12:04:20 | 45,833,770 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.lgulab.httpserver;
import org.eclipse.jetty.server.Server;
import org.eclipse.jetty.server.handler.AbstractHandler;
import org.eclipse.jetty.server.handler.ContextHandler;
import org.eclipse.jetty.server.handler.ContextHandlerCollection;
import org.lgulab.handlers.CScriptHandler;
import org.lgulab.handlers... | UTF-8 | Java | 1,537 | java | WebServerMultiContext.java | Java | [] | null | [] | package org.lgulab.httpserver;
import org.eclipse.jetty.server.Server;
import org.eclipse.jetty.server.handler.AbstractHandler;
import org.eclipse.jetty.server.handler.ContextHandler;
import org.eclipse.jetty.server.handler.ContextHandlerCollection;
import org.lgulab.handlers.CScriptHandler;
import org.lgulab.handlers... | 1,537 | 0.709824 | 0.70527 | 40 | 37.450001 | 29.772429 | 125 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.7 | false | false | 2 |
fcaf68169383702ae541d2cffd0ac88cba234660 | 32,212,254,728,904 | 7c996f3b0685d56f06d6f17a01784e0dea640dd2 | /tests/remotespecs/src/test/java/de/quantummaid/httpmaid/remotespecs/lambda/junit/Listener.java | 6d86a21b4d864a5e15267db7e8367d4557ec9cbb | [
"Apache-2.0"
] | permissive | quantummaid/httpmaid | https://github.com/quantummaid/httpmaid | 1f110eb685b62dd7342d9575026051c942a186a7 | cd570b6e810181af727fbbdbe90dc627ee85349d | refs/heads/master | 2022-12-24T14:25:28.480000 | 2021-08-10T10:49:46 | 2021-08-10T10:49:46 | 227,642,614 | 10 | 1 | Apache-2.0 | false | 2022-12-12T21:43:25 | 2019-12-12T15:52:33 | 2021-08-10T10:49:49 | 2022-12-12T21:43:21 | 3,074 | 10 | 0 | 37 | Java | false | false | /*
* Copyright (c) 2020 Richard Hauswald - https://quantummaid.de/.
*
* 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
* ... | UTF-8 | Java | 2,777 | java | Listener.java | Java | [
{
"context": "/*\n * Copyright (c) 2020 Richard Hauswald - https://quantummaid.de/.\n *\n * Licensed to the ",
"end": 41,
"score": 0.9997814893722534,
"start": 25,
"tag": "NAME",
"value": "Richard Hauswald"
}
] | null | [] | /*
* Copyright (c) 2020 <NAME> - https://quantummaid.de/.
*
* 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 und... | 2,767 | 0.722362 | 0.718041 | 67 | 40.447762 | 30.556179 | 130 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.432836 | false | false | 2 |
a1984a14a031826550d05435b962d0c6aad54f46 | 36,996,848,302,665 | ac971b6b4857926f8a3c97d37a7db687079f98a3 | /src/jogo/Principal.java | 9d685d4b584b47a2c2d960a6d4777bd7b8a5d636 | [] | no_license | plvlr/dark-wizard | https://github.com/plvlr/dark-wizard | aa1d068724266d9cdfb4c7fc7de964176a11810a | 8910d17a426062da5302d55493bb3ba10555410b | refs/heads/main | 2023-06-06T03:41:47.227000 | 2021-06-25T21:34:27 | 2021-06-25T21:34:27 | 380,355,550 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package jogo;
import javax.swing.JFrame;
public class Principal extends JFrame {
public Principal(){
add(new Fase());
setTitle("Dark Wizard");
setSize(1280,720);
setResizable(false);
setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
setLocationRelativeTo(null);
setVisible(true);
}
... | UTF-8 | Java | 421 | java | Principal.java | Java | [] | null | [] | package jogo;
import javax.swing.JFrame;
public class Principal extends JFrame {
public Principal(){
add(new Fase());
setTitle("Dark Wizard");
setSize(1280,720);
setResizable(false);
setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
setLocationRelativeTo(null);
setVisible(true);
}
... | 421 | 0.657957 | 0.64133 | 24 | 15.541667 | 15.973883 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.75 | false | false | 2 |
279a9b1e105e8b615f2bbdf5ca672f86b44ea23c | 37,873,021,638,194 | 16928a67f28133887f3a45aee550f90283db6215 | /src/main/java/com/bala/algs/week10/BruteSubStringSearch.java | af35d034daefba77f86dfd9a7cb1d1f96b3c9a94 | [] | no_license | balasubram/Algorithms | https://github.com/balasubram/Algorithms | b091deba4a08dac64cdc8b644f097e251d2546d7 | 7790fe64bf9fb7fa2eb53d9b8a23e78b28b43e49 | refs/heads/master | 2020-03-18T19:32:43.518000 | 2018-05-28T13:37:34 | 2018-05-28T13:37:34 | 135,160,510 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.bala.algs.week10;
public class BruteSubStringSearch {
public static int methodOne(String pattern, String matcher) {
int m = pattern.length();
int n = matcher.length();
for (int i = 0; i < m - n; i++) {
int j = 0;
for (; j < n; j++) {
if (pattern.charAt(i + j) != matcher.charAt(j)) {
... | UTF-8 | Java | 706 | java | BruteSubStringSearch.java | Java | [] | null | [] | package com.bala.algs.week10;
public class BruteSubStringSearch {
public static int methodOne(String pattern, String matcher) {
int m = pattern.length();
int n = matcher.length();
for (int i = 0; i < m - n; i++) {
int j = 0;
for (; j < n; j++) {
if (pattern.charAt(i + j) != matcher.charAt(j)) {
... | 706 | 0.522663 | 0.511331 | 42 | 15.833333 | 17.335508 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.5 | false | false | 2 |
dcd186f7c1dae8624eb2995ebe0ddae69f3198b1 | 34,230,889,400,890 | c4796f96cba499abfe5106677783fcca1cec8c89 | /InvokenGame/core/src/com/eldritch/invoken/actor/aug/Mirror.java | 8a13c05ceb014457cfad61884688a69e3e4512f4 | [] | no_license | tgaddair/invoken | https://github.com/tgaddair/invoken | 1b25a512438a820354d94216069bf3c0a97c0b88 | 7faecbda872c3ba15bcd06b1baaf90481ff31ea6 | refs/heads/master | 2020-03-23T17:13:34.977000 | 2015-08-14T13:23:55 | 2015-08-14T13:23:55 | 141,849,550 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.eldritch.invoken.actor.aug;
import com.badlogic.gdx.math.Vector2;
import com.eldritch.invoken.actor.aug.Augmentation.SelfAugmentation;
import com.eldritch.invoken.actor.type.Agent;
import com.eldritch.invoken.actor.type.Agent.Activity;
import com.eldritch.invoken.effects.Mirroring;
import com.eldritch.invo... | UTF-8 | Java | 1,680 | java | Mirror.java | Java | [] | null | [] | package com.eldritch.invoken.actor.aug;
import com.badlogic.gdx.math.Vector2;
import com.eldritch.invoken.actor.aug.Augmentation.SelfAugmentation;
import com.eldritch.invoken.actor.type.Agent;
import com.eldritch.invoken.actor.type.Agent.Activity;
import com.eldritch.invoken.effects.Mirroring;
import com.eldritch.invo... | 1,680 | 0.672619 | 0.668452 | 70 | 23 | 20.982986 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 2 |
4f54918ce35da834cdbaa9bc8a50103d1af86ab7 | 26,302,379,779,642 | 25690a94079b5c339bfe9d4244de52a8a04118d5 | /src/main/java/com/modules/controller/UserWxController.java | df0d8e884419d331dbd5b1a190e8a4b64ff2bc3a | [] | no_license | zhouweihny/hrcc | https://github.com/zhouweihny/hrcc | 0d37df677b965ff83db40efc12f17a93d70ad2a4 | 7307d81f4454e824bc2fa5b9463235f104dbe3f2 | refs/heads/master | 2020-03-30T07:22:20.274000 | 2018-09-30T06:00:16 | 2018-09-30T06:00:16 | 150,935,128 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.modules.controller;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.util.StringUtils;
import org.springframework.web.bind.... | UTF-8 | Java | 1,683 | java | UserWxController.java | Java | [
{
"context": "mport com.modules.pojo.UserWx;\n\n/**\n * \n * @author Du.Jun\n */\n@Controller\n@RequestMapping(\"userwx\")\npublic ",
"end": 785,
"score": 0.9998152256011963,
"start": 779,
"tag": "NAME",
"value": "Du.Jun"
}
] | null | [] | package com.modules.controller;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.util.StringUtils;
import org.springframework.web.bind.... | 1,683 | 0.774213 | 0.768865 | 61 | 26.606558 | 21.852921 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.491803 | false | false | 2 |
dae1b155c0c135f58d84c7f35e07d55b74a8b0b2 | 26,302,379,782,280 | 1c8afd912db8313cf646ddaf89a95338287fb178 | /Rover.java | a5db936d569e967f6304c8b39e5611c7614a672f | [] | no_license | drzeus99/problem_3 | https://github.com/drzeus99/problem_3 | 11f75871e51b85586c8743d44b14d81e5ec7e79f | 7b189f8177dff3ae01f73fec941e2abdfadd9161 | refs/heads/master | 2021-01-23T00:14:58.412000 | 2014-08-22T19:36:25 | 2014-08-22T19:36:25 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package problem_3;
/**
* Class which contains the Compass and Direction2d classes as members and stores the position of the rover
* Additionally, this class handles moving and rotating the rover as well as printing out its current position
* and heading in terms of the cardinal directions.
* @author zacharykraus
... | UTF-8 | Java | 3,022 | java | Rover.java | Java | [
{
"context": "g in terms of the cardinal directions. \n * @author zacharykraus\n *\n */\npublic class Rover { \n\tprivate long x_posi",
"end": 319,
"score": 0.9902079105377197,
"start": 307,
"tag": "USERNAME",
"value": "zacharykraus"
}
] | null | [] | package problem_3;
/**
* Class which contains the Compass and Direction2d classes as members and stores the position of the rover
* Additionally, this class handles moving and rotating the rover as well as printing out its current position
* and heading in terms of the cardinal directions.
* @author zacharykraus
... | 3,022 | 0.692588 | 0.681999 | 86 | 34.139534 | 29.132082 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.77907 | false | false | 2 |
b0874ed855b507970fb9324e0ebc66c49d90b30f | 5,188,320,546,790 | 63278c3824f9f9c1404bafacf8e21d7eb26f4efc | /src/day9_22/Anno1.java | d109829fe53d96d924297eef3eb56f552392c8ed | [] | no_license | ZGL665/hello-java | https://github.com/ZGL665/hello-java | f4dd09b1d7c5049a14fc0cc3359b20dab601cb0c | 31d6d7f7c872923a8f5579e50ee9bd21f62bb4b2 | refs/heads/master | 2023-08-21T23:47:26.654000 | 2021-09-24T13:32:36 | 2021-09-24T13:32:36 | 394,883,564 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package day9_22;
public @interface Anno1 {
}
| UTF-8 | Java | 53 | java | Anno1.java | Java | [] | null | [] | package day9_22;
public @interface Anno1 {
}
| 53 | 0.622642 | 0.54717 | 8 | 5.625 | 8.887316 | 25 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 2 |
157f23010a16380f31c73af9f9033c22322b99d9 | 39,479,339,388,296 | c4013c6cc6fb3df6ca63227ff9e7fc19773fdf99 | /android/android_project_as/chengningcommon/.svn/pristine/68/680b59b5eb3f167def4db18ffcbdbcca990deb61.svn-base | 2a3e8431a188c797d217186e31cdb6224c78bd2a | [] | no_license | w1052181187/development_project | https://github.com/w1052181187/development_project | 57af856de60f0ee8de50544049d1b80a362e7f39 | 8dcfffed15a7486543915b9441daee720d37400c | refs/heads/master | 2022-12-16T09:24:12.532000 | 2020-01-02T00:50:56 | 2020-01-02T00:50:56 | 213,525,565 | 1 | 1 | null | false | 2022-12-10T07:43:05 | 2019-10-08T01:53:51 | 2020-01-02T06:53:20 | 2022-12-10T07:43:04 | 210,109 | 1 | 1 | 137 | JavaScript | false | false | package com.chengning.common.base.util;
import android.app.Activity;
import android.content.Context;
import android.content.Intent;
import android.text.TextUtils;
import com.chengning.common.R;
import com.umeng.socialize.PlatformConfig;
import com.umeng.socialize.ShareAction;
import com.umeng.socialize.UMAuthListener... | UTF-8 | Java | 14,658 | 680b59b5eb3f167def4db18ffcbdbcca990deb61.svn-base | Java | [] | null | [] | package com.chengning.common.base.util;
import android.app.Activity;
import android.content.Context;
import android.content.Intent;
import android.text.TextUtils;
import com.chengning.common.R;
import com.umeng.socialize.PlatformConfig;
import com.umeng.socialize.ShareAction;
import com.umeng.socialize.UMAuthListener... | 14,658 | 0.715559 | 0.713003 | 547 | 25.460695 | 25.744984 | 124 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.480804 | false | false | 2 | |
f66bd517b3a0244510aa62ce82be14fc313e2ea7 | 35,639,638,664,020 | 9564056d018bf080b263bca528d7e76db008a53c | /src/GameWindowSwing.java | 48c5aad8ec77fd80350854a32168a744547ace9a | [] | no_license | GBurslem/Dungeons-of-Doom | https://github.com/GBurslem/Dungeons-of-Doom | 67877117b9e89bc59096c89a64446768ecff9ed7 | d10b7a6ef69da8929587b42290e392184f0967eb | refs/heads/master | 2020-07-24T09:38:34.513000 | 2019-09-11T18:57:21 | 2019-09-11T18:57:21 | 207,884,597 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /** This is part of the GUI is for entering the IP address you want to connect to.
*
*
* @author George P Burslem
* @version 1.0
* @release 22/03/2016
*/
import java.awt.BorderLayout;
import java.awt.Color;
import java.awt.FlowLayout;
import java.awt.GridBagConstraints;
import java.awt.GridBagLayout;
import ja... | UTF-8 | Java | 4,528 | java | GameWindowSwing.java | Java | [
{
"context": "address you want to connect to.\n * \n * \n * @author George P Burslem\n * @version 1.0\n * @release 22/03/2016\n */\n\nimpor",
"end": 118,
"score": 0.999823272228241,
"start": 102,
"tag": "NAME",
"value": "George P Burslem"
}
] | null | [] | /** This is part of the GUI is for entering the IP address you want to connect to.
*
*
* @author <NAME>
* @version 1.0
* @release 22/03/2016
*/
import java.awt.BorderLayout;
import java.awt.Color;
import java.awt.FlowLayout;
import java.awt.GridBagConstraints;
import java.awt.GridBagLayout;
import java.awt.eve... | 4,518 | 0.711131 | 0.70318 | 170 | 25.635294 | 17.818264 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.782353 | false | false | 2 |
faf24521f79af094132bcc1f4be719e5f646d385 | 36,421,322,711,743 | 6c876687fcc2c5d080f6d30eb2afd68beda4a95c | /wtrader-cep/wtrader-cep-utils/src/main/java/org/wtrader/cep/utils/interfaces/IAverageDirectionalMovementIndexRating.java | 72de060a97295ec2e5a96d02c0bf064903f2ef56 | [
"Apache-2.0"
] | permissive | bbranquinho/wpattern-wtrader | https://github.com/bbranquinho/wpattern-wtrader | 4d8c4dd04f275f53ccb319c9c5ffd6c840274976 | ade245cbbaf8592cb942c9bf52f567f6f83d5809 | refs/heads/master | 2021-01-10T13:23:16.788000 | 2017-10-18T17:08:45 | 2017-10-18T17:08:45 | 47,472,766 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.wtrader.cep.utils.interfaces;
import org.wtrader.cep.utils.annotations.TechnicalAnalysis;
import org.wtrader.cep.utils.ta.beans.request.AverageDirectionalMovementIndexRatingRequestBean;
import org.wtrader.cep.utils.ta.beans.response.AverageDirectionalMovementIndexRatingResponseBean;
@TechnicalAnalys... | UTF-8 | Java | 574 | java | IAverageDirectionalMovementIndexRating.java | Java | [] | null | [] | package org.wtrader.cep.utils.interfaces;
import org.wtrader.cep.utils.annotations.TechnicalAnalysis;
import org.wtrader.cep.utils.ta.beans.request.AverageDirectionalMovementIndexRatingRequestBean;
import org.wtrader.cep.utils.ta.beans.response.AverageDirectionalMovementIndexRatingResponseBean;
@TechnicalAnalys... | 574 | 0.862369 | 0.862369 | 12 | 45.833332 | 44.194332 | 130 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 2 |
1092b0a5c7f4ea417fab04814e0b87d2d641b441 | 10,101,763,143,700 | a0314686ed4c98e567c5fbffe4abd1750444001f | /GrandeViaFitness/src/main/java/com/br/GrandeViaFitness/componentes/gridGenerica/CustomNavigator.java | 7d40cc1c17f0805983480d2fc91f655336e671a5 | [] | no_license | alanfagner/GrandeViaFitness | https://github.com/alanfagner/GrandeViaFitness | a43bdbbc04e6663b4e8dafcdf8b525e62c10a844 | ec6d289157c551b91561418c818fb4ce64109ed2 | refs/heads/master | 2016-09-05T11:21:38.820000 | 2014-11-24T11:20:13 | 2014-11-24T11:20:13 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.br.GrandeViaFitness.componentes.gridGenerica;
import java.util.Arrays;
import java.util.List;
import org.apache.wicket.AttributeModifier;
import org.apache.wicket.extensions.markup.html.repeater.data.table.AbstractToolbar;
import org.apache.wicket.extensions.markup.html.repeater.data.table.DataTable;... | UTF-8 | Java | 3,205 | java | CustomNavigator.java | Java | [] | null | [] | package com.br.GrandeViaFitness.componentes.gridGenerica;
import java.util.Arrays;
import java.util.List;
import org.apache.wicket.AttributeModifier;
import org.apache.wicket.extensions.markup.html.repeater.data.table.AbstractToolbar;
import org.apache.wicket.extensions.markup.html.repeater.data.table.DataTable;... | 3,205 | 0.701716 | 0.693604 | 89 | 34.011234 | 30.890707 | 116 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.674157 | false | false | 2 |
30bf964851eb539843ca7ae82057c7eab08b9286 | 37,778,532,362,820 | 8e3e8bdc2b052c7027818b772055e8dace0fbe28 | /org.adichatz.generator/src/generator/org/adichatz/generator/PluginEntityTreeGenerator.java | d520731d669d4da18acb279e2899216a04a8643a | [] | no_license | YvesArpheuil/Adichatz-Eclipse4-RCP-Framework | https://github.com/YvesArpheuil/Adichatz-Eclipse4-RCP-Framework | bc0c3687646bb18782fd824347433a6897e8b02f | 4d7edeb39cf50654d4e72636e86a1aab0a1830e2 | refs/heads/master | 2016-09-05T12:43:11.815000 | 2015-10-07T13:15:51 | 2015-10-07T13:15:51 | 10,759,638 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*******************************************************************************
*
* arpheuil@adichatz.org
*
* This software is a computer program whose purpose is to build easily
* Eclipse RCP applications using JPA in a JEE or JSE context.
*
* This software is governed by the CeCILL-C license under F... | ISO-8859-1 | Java | 11,087 | java | PluginEntityTreeGenerator.java | Java | [
{
"context": "*****************************************\r\n * \r\n * arpheuil@adichatz.org\r\n * \r\n * This software is a computer program whos",
"end": 111,
"score": 0.9999336004257202,
"start": 90,
"tag": "EMAIL",
"value": "arpheuil@adichatz.org"
},
{
"context": "*****************... | null | [] | /*******************************************************************************
*
* <EMAIL>
*
* This software is a computer program whose purpose is to build easily
* Eclipse RCP applications using JPA in a JEE or JSE context.
*
* This software is governed by the CeCILL-C license under French law and
... | 11,052 | 0.697853 | 0.696404 | 260 | 40.465385 | 32.0452 | 126 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.219231 | false | false | 2 |
742405d2e40ff956d7e836c8e3b60d9ff47a4556 | 38,302,518,370,584 | c3975c09e48d0ff4ee47029906b233eeb9494fd4 | /in28Minutes-javaInterview/src/main/java/com/in28minutes/java/others/SameType.java | 40e25456af8209c1746cc426c77e3ffb187d9651 | [
"Apache-2.0"
] | permissive | jamalgithub/workdev | https://github.com/jamalgithub/workdev | c8068cead5220016e385872615742c2eb6e9fc2e | cec55ee7e4598d2a875f03e7bbeee0f17c870ab7 | refs/heads/master | 2022-12-25T19:58:32.907000 | 2019-10-13T12:01:56 | 2019-10-13T12:01:56 | 108,096,447 | 1 | 1 | Apache-2.0 | false | 2022-12-16T08:56:01 | 2017-10-24T08:09:26 | 2021-06-07T05:03:52 | 2022-12-16T08:55:57 | 36,076 | 1 | 1 | 159 | Java | false | false | package com.in28minutes.java.others;
public class SameType {
}
class SuperClass {
}
class SubClass extends SuperClass {
}
abstract class Abstract {
abstract SuperClass method1();
}
interface Interface {
SuperClass method2();
}
class ConcreteClass extends Abstract implements Interface {
public SubClass metho... | UTF-8 | Java | 389 | java | SameType.java | Java | [] | null | [] | package com.in28minutes.java.others;
public class SameType {
}
class SuperClass {
}
class SubClass extends SuperClass {
}
abstract class Abstract {
abstract SuperClass method1();
}
interface Interface {
SuperClass method2();
}
class ConcreteClass extends Abstract implements Interface {
public SubClass metho... | 389 | 0.730077 | 0.714653 | 32 | 11.15625 | 14.805213 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.46875 | false | false | 2 |
1673f1f82a5fe56ab9eba31d63bdbd331e5d999d | 39,324,720,590,321 | e64237c1c6e35d3bc3886fa56421bb0d63549397 | /app/src/main/java/org/cheeseandbacon/wellsweather/WeatherHazard.java | 36917ac44f475ebb542bd136915be9e830f02c1e | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | darkoppressor/WellsWeather | https://github.com/darkoppressor/WellsWeather | 55a8e83777c65718f2c56bd47ec81a68077dc61c | 0707c5e3100bdd18155bf38da33fd498f2aaea02 | refs/heads/master | 2021-01-22T19:04:27.718000 | 2019-08-21T14:12:08 | 2019-08-21T14:12:08 | 85,156,403 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.cheeseandbacon.wellsweather;
import java.io.Serializable;
public class WeatherHazard implements Serializable{
private String text;
private String url;
public WeatherHazard(){
text = JSONParser.INVALID_STRING;
url = JSONParser.INVALID_STRING;
}
public String getFormatt... | UTF-8 | Java | 682 | java | WeatherHazard.java | Java | [] | null | [] | package org.cheeseandbacon.wellsweather;
import java.io.Serializable;
public class WeatherHazard implements Serializable{
private String text;
private String url;
public WeatherHazard(){
text = JSONParser.INVALID_STRING;
url = JSONParser.INVALID_STRING;
}
public String getFormatt... | 682 | 0.623167 | 0.623167 | 33 | 19.666666 | 18.357836 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.393939 | false | false | 2 |
a6d047afcf99687ac5171f1a07a66c75e8d4a54f | 32,160,715,148,670 | 75e6075902420b43eb20c5e1e3a9d6d0a9e547a4 | /d&d/src/dnd/Dado.java | 3df90805f7f0905846ab082f25a3c58b2de63d24 | [] | no_license | DanieleDiMolfetta/scuola | https://github.com/DanieleDiMolfetta/scuola | 9c351930cda34e2825a6c0096b2e4b923491c647 | 9cfda110acd6e1f2f3e8ca98f2522997e71cb797 | refs/heads/master | 2020-12-20T17:42:03.531000 | 2020-01-27T11:56:11 | 2020-01-27T11:56:11 | 236,157,740 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package dnd;
//aaa
public class Dado {
public int numFacce;
public int risultato;
public Dado(int nfacce) {
numFacce = nfacce;
risultato = 0;
}
public void lanciaDado() {
risultato = (int) (Math.random()*numFacce +1);
}
}
| UTF-8 | Java | 240 | java | Dado.java | Java | [] | null | [] | package dnd;
//aaa
public class Dado {
public int numFacce;
public int risultato;
public Dado(int nfacce) {
numFacce = nfacce;
risultato = 0;
}
public void lanciaDado() {
risultato = (int) (Math.random()*numFacce +1);
}
}
| 240 | 0.654167 | 0.645833 | 16 | 14 | 13.091027 | 48 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.25 | false | false | 2 |
b3130ccaaa553661ced1b2269a33130d1c14191a | 14,620,068,716,729 | caeb581fcecd3269706b40e617f94fbf1caf1483 | /src/main/java/edu/handong/csee/java/example/inheritance/Faculty.java | 20dfe725607caca89e87aac27179cffd5df35f52 | [] | no_license | S0rrow/InheritanceExample | https://github.com/S0rrow/InheritanceExample | 2101ac484673214fccf5915250eff01f2eb32aa9 | 1270bc80dd5b62beece09864bdfb66316e5fce7c | refs/heads/master | 2020-03-12T12:47:09.919000 | 2018-04-23T02:21:13 | 2018-04-23T02:21:13 | 130,626,512 | 0 | 0 | null | true | 2018-04-23T01:58:19 | 2018-04-23T01:58:18 | 2018-04-22T04:49:55 | 2018-04-22T04:49:54 | 12 | 0 | 0 | 0 | null | false | null | package edu.handong.csee.java.example.inheritance;
public class Faculty extends Student{
private int level;
public Faculty() {
super();
level = 1;
}
public Faculty(String initial_name, int initial_num, int initial_level) {
super(initial_name, initial_num);
setLevel(initial_level);
}
public void reset(... | UTF-8 | Java | 1,001 | java | Faculty.java | Java | [] | null | [] | package edu.handong.csee.java.example.inheritance;
public class Faculty extends Student{
private int level;
public Faculty() {
super();
level = 1;
}
public Faculty(String initial_name, int initial_num, int initial_level) {
super(initial_name, initial_num);
setLevel(initial_level);
}
public void reset(... | 1,001 | 0.646354 | 0.64036 | 41 | 23.414635 | 23.574455 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.804878 | false | false | 2 |
2d1c1a9571ed037f1b14226038747f97c7d061b3 | 2,379,411,901,029 | cdb81bee807889ce9030394eb36ce74113b63296 | /src/main/java/com/thinkgem/jeesite/modules/trade/entity/Bill.java | ca7d06e4de3e7ef575fa526b2671e20c5bfd224f | [
"MIT"
] | permissive | rendason/chamberlain | https://github.com/rendason/chamberlain | 108c29b0b019494deb4c6314d583df5aaa1084d2 | c1517c27ddb642524f44be9bba8cdbaaf0b2ff2d | refs/heads/master | 2021-09-12T15:39:11.014000 | 2018-04-18T06:00:35 | 2018-04-18T06:00:35 | 126,109,930 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Copyright © 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*/
package com.thinkgem.jeesite.modules.trade.entity;
import org.hibernate.validator.constraints.Length;
import javax.validation.constraints.NotNull;
import com.thinkgem.jeesite.common.persistence.DataEnt... | UTF-8 | Java | 1,715 | java | Bill.java | Java | [
{
"context": "ight © 2012-2016 <a href=\"https://github.com/thinkgem/jeesite\">JeeSite</a> All rights reserved.\n */\npac",
"end": 70,
"score": 0.9981632828712463,
"start": 62,
"tag": "USERNAME",
"value": "thinkgem"
},
{
"context": "ersistence.DataEntity;\n\n/**\n * 账单Entity\n *... | null | [] | /**
* Copyright © 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*/
package com.thinkgem.jeesite.modules.trade.entity;
import org.hibernate.validator.constraints.Length;
import javax.validation.constraints.NotNull;
import com.thinkgem.jeesite.common.persistence.DataEnt... | 1,715 | 0.691777 | 0.66855 | 81 | 18.679012 | 20.023336 | 108 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.333333 | false | false | 2 |
ace6ef65ac3663461411082f2cbc6fa69793be66 | 5,497,558,178,836 | 361693d00951af8b0359232c9d0983e4e8bc62be | /src/main/java/com/flansmod/client/model/apocalypse/ModelGroundSkeleton.java | b4b105b00389e243549c18d682301b031bf5f4cf | [] | no_license | gitgud-software/FlansMod | https://github.com/gitgud-software/FlansMod | eb225768382aca1093f9a32c529b8029dea3c487 | fae9e95abaf5fdd05c32d0b416cf5285417cc6d8 | refs/heads/1.10.2 | 2020-12-01T03:03:12.065000 | 2016-09-14T01:36:31 | 2016-09-14T01:36:31 | 61,653,870 | 3 | 3 | null | true | 2016-07-06T16:19:57 | 2016-06-21T17:35:05 | 2016-06-26T12:40:25 | 2016-07-06T16:19:57 | 66,736 | 1 | 0 | 1 | Java | null | null | //This File was created with the Minecraft-SMP Modelling Toolbox 2.1.1.13
// Copyright (C) 2015 Minecraft-SMP.de
// This file is for Flan's Flying Mod Version 4.0.x+
package com.flansmod.client.model.apocalypse;
import com.flansmod.client.model.ModelItemHolder;
import com.flansmod.client.tmt.ModelRendererTurbo;
impor... | UTF-8 | Java | 1,410 | java | ModelGroundSkeleton.java | Java | [] | null | [] | //This File was created with the Minecraft-SMP Modelling Toolbox 2.1.1.13
// Copyright (C) 2015 Minecraft-SMP.de
// This file is for Flan's Flying Mod Version 4.0.x+
package com.flansmod.client.model.apocalypse;
import com.flansmod.client.model.ModelItemHolder;
import com.flansmod.client.tmt.ModelRendererTurbo;
impor... | 1,410 | 0.711348 | 0.617021 | 40 | 34.275002 | 25.501949 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.6 | false | false | 2 |
55b30e1e3673b91a982beefe70715047371298c1 | 24,094,766,561,006 | 1a0d3089f5cbf07a2c775fb6ae9bb74338f33040 | /src/datastructure/stackqueue/interviewtodo/RottenOrange.java | a58b8bf8f70ca9c14adcda58476124e04a96d651 | [] | no_license | ArijitNath/Data-Structure | https://github.com/ArijitNath/Data-Structure | 7fb13b3ef1fcba10be971662f79d4a08e42c58a4 | d10503e28349164fab0a6d9964c77ad3ae8e4481 | refs/heads/master | 2021-01-14T22:46:16.726000 | 2020-03-08T11:03:41 | 2020-03-08T11:03:41 | 242,785,475 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package datastructure.stackqueue.interviewtodo;
import java.util.LinkedList;
import java.util.Queue;
public class RottenOrange {
public static void main(String[] args) {
int[][] grid = {
{2, 1, 0, 2, 1},
{1, 0, 1, 2, 1},
{1, 0, 0, 2, 1}
};
RottenOrangeImpl ro = new RottenOrangeIm... | UTF-8 | Java | 2,450 | java | RottenOrange.java | Java | [] | null | [] | package datastructure.stackqueue.interviewtodo;
import java.util.LinkedList;
import java.util.Queue;
public class RottenOrange {
public static void main(String[] args) {
int[][] grid = {
{2, 1, 0, 2, 1},
{1, 0, 1, 2, 1},
{1, 0, 0, 2, 1}
};
RottenOrangeImpl ro = new RottenOrangeIm... | 2,450 | 0.56449 | 0.547347 | 120 | 19.424999 | 17.673738 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.958333 | false | false | 2 |
e59224f81028f0d84140dc539a9fe065f3443bf8 | 33,603,824,157,024 | 49cdca3f972933fac46e453c835a2b8dc9d7bbe8 | /java8/src/main/java/com/manjula/java/java8/collect/FactoryTester.java | 3ef6f6df0f88ac585577a0287406f4eede3bf51b | [] | no_license | slmanju/javatime | https://github.com/slmanju/javatime | e19016f93e3f462099f8b14c724eeecea1559db9 | f16c92c6d463a8fc1b14319d07884b9eb4e4f3db | refs/heads/master | 2021-06-28T04:23:03.350000 | 2019-08-25T12:18:42 | 2019-08-25T12:18:42 | 156,045,549 | 0 | 0 | null | false | 2020-10-13T10:42:24 | 2018-11-04T03:25:01 | 2019-08-25T12:18:59 | 2020-10-13T10:42:23 | 80 | 0 | 0 | 1 | Java | false | false | package com.manjula.java.java8.collect;
import com.manjula.java.java8.factorymethod.Menu;
import com.manjula.java.java8.factorymethod.MenuFactory;
import com.manjula.java.java8.factorymethod.MenuFactoryA;
import com.manjula.java.java8.factorymethod.Param;
import java.util.List;
public class FactoryTester {
publ... | UTF-8 | Java | 638 | java | FactoryTester.java | Java | [] | null | [] | package com.manjula.java.java8.collect;
import com.manjula.java.java8.factorymethod.Menu;
import com.manjula.java.java8.factorymethod.MenuFactory;
import com.manjula.java.java8.factorymethod.MenuFactoryA;
import com.manjula.java.java8.factorymethod.Param;
import java.util.List;
public class FactoryTester {
publ... | 638 | 0.730408 | 0.721003 | 21 | 29.380953 | 24.797228 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.52381 | false | false | 2 |
8647b9372a622af428bff391d4c9d6d760cc0e46 | 18,030,272,739,115 | d679743ac31023a1d2199f246237b997974c0da7 | /MyRestaurantService/src/main/java/my/restaurant/repository/ProductRepository.java | 5992f251b1f83f41c4a0ff69eeaf844cb548efc5 | [] | no_license | ibitprogress/MyRestaurantService-master | https://github.com/ibitprogress/MyRestaurantService-master | df13a6d32319e247d431629ea700a01e7eb90989 | b10e9f8d9c31d2fdacff8c54959d6398ad53b6e5 | refs/heads/master | 2022-12-26T17:41:27.729000 | 2019-07-15T18:05:26 | 2019-07-15T18:05:26 | 197,047,627 | 0 | 0 | null | false | 2022-12-16T06:56:56 | 2019-07-15T17:59:29 | 2019-07-15T18:06:42 | 2022-12-16T06:56:55 | 774 | 0 | 0 | 12 | Java | false | false | package my.restaurant.repository;
import java.util.List;
import org.springframework.data.jpa.repository.Query;
import org.springframework.data.repository.CrudRepository;
import my.restaurant.entity.Product;
public interface ProductRepository extends CrudRepository<Product, Integer> {
@Query("select p fro... | UTF-8 | Java | 374 | java | ProductRepository.java | Java | [] | null | [] | package my.restaurant.repository;
import java.util.List;
import org.springframework.data.jpa.repository.Query;
import org.springframework.data.repository.CrudRepository;
import my.restaurant.entity.Product;
public interface ProductRepository extends CrudRepository<Product, Integer> {
@Query("select p fro... | 374 | 0.780749 | 0.780749 | 14 | 24.714285 | 24.786022 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.642857 | false | false | 2 |
c8b69b4a93aa1c3089fe5f613dd11a628243da7b | 18,030,272,740,330 | 7229b0e3f8d63e323079ff8c8eb32a96104241ad | /spring-boot-3/demo-neo4j/src/main/java/com/example/demoneo4j/config/InvestmentDatabaseNeo4jConfiguration.java | be73cc237c14b41e32d2cd3d7d98f877f73b90af | [] | no_license | diegolirio/demos-spring-boot | https://github.com/diegolirio/demos-spring-boot | 68676316975041041dba1f10c1c1203f67c2c241 | 27838bad8f254ad205556f095d1a5a66de6bc3c2 | refs/heads/master | 2023-07-20T00:27:37.700000 | 2023-07-17T15:30:46 | 2023-07-17T15:30:46 | 129,958,346 | 1 | 3 | null | false | 2021-05-14T02:07:17 | 2018-04-17T20:02:29 | 2020-11-09T15:47:57 | 2021-05-14T02:07:16 | 10,246 | 0 | 2 | 1 | Java | false | false | package com.example.demoneo4j.config;
import org.neo4j.ogm.session.SessionFactory;
import org.springframework.context.annotation.Bean;
import org.neo4j.ogm.config.Configuration.Builder;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;
import org.... | UTF-8 | Java | 1,182 | java | InvestmentDatabaseNeo4jConfiguration.java | Java | [] | null | [] | package com.example.demoneo4j.config;
import org.neo4j.ogm.session.SessionFactory;
import org.springframework.context.annotation.Bean;
import org.neo4j.ogm.config.Configuration.Builder;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;
import org.... | 1,182 | 0.764805 | 0.747885 | 32 | 35.9375 | 34.811043 | 145 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.375 | false | false | 2 |
d9461017496361a140a63f40fb828bc6204446f6 | 12,618,613,938,759 | 984a2f6beadc87994576d88ff59b16554094432f | /src/javaprogramming1/looping/ForLoop.java | 5574d2bdc51b6a87c29f43e2bc1cdba43bc88ac1 | [] | no_license | premaluu/JavaProgramming1 | https://github.com/premaluu/JavaProgramming1 | 361f24dc946cba67f47d82fc21ff742aa2dd79f2 | 9c0df79d0cd081e65780046bd021f0417ef526d8 | refs/heads/master | 2022-12-29T01:31:06.320000 | 2020-10-08T18:45:40 | 2020-10-08T18:45:40 | 284,989,625 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package javaprogramming1.looping;
public class ForLoop {
public static void main(String args[]) {
int i;
for(i = 0 ; i < 10 ; i++) {
System.out.println("Loop number :- "+(i+1));
for(int j = 0 ; j < 5 ; j++) {
System.out.println(j+1);
}
... | UTF-8 | Java | 335 | java | ForLoop.java | Java | [] | null | [] | package javaprogramming1.looping;
public class ForLoop {
public static void main(String args[]) {
int i;
for(i = 0 ; i < 10 ; i++) {
System.out.println("Loop number :- "+(i+1));
for(int j = 0 ; j < 5 ; j++) {
System.out.println(j+1);
}
... | 335 | 0.441791 | 0.41791 | 14 | 23 | 17.655432 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.571429 | false | false | 2 |
56c7c728c056445e6319a28ab43d71ebb12370b8 | 12,206,297,074,675 | 334e2e5ec6271164cfd067d508f3b18e42b64e21 | /src/main/java/com/hust/baseweb/rest/user/PartyTypeProjection.java | 016a581f8418958582bcdbb0fb141ca5b66a01c9 | [
"BSD-3-Clause"
] | permissive | lehoangtran289/baseweb-backend | https://github.com/lehoangtran289/baseweb-backend | 2367014e3376006c7751438fea430a4324c1b6ce | dbb460b9c4c8983c5f72df97be4dda218f08fea4 | refs/heads/master | 2023-01-06T12:12:32.257000 | 2020-10-28T08:54:56 | 2020-10-28T08:54:56 | 287,901,504 | 0 | 0 | null | false | 2020-10-14T08:36:49 | 2020-08-16T08:10:47 | 2020-10-09T13:19:25 | 2020-10-14T08:36:06 | 864 | 0 | 0 | 0 | PLpgSQL | false | false | package com.hust.baseweb.rest.user;
import com.hust.baseweb.entity.PartyType;
import org.springframework.data.rest.core.config.Projection;
@Projection(name = "PartyTypeProjection", types = {PartyType.class})
public interface PartyTypeProjection {
String getPartyTypeId();
}
| UTF-8 | Java | 281 | java | PartyTypeProjection.java | Java | [] | null | [] | package com.hust.baseweb.rest.user;
import com.hust.baseweb.entity.PartyType;
import org.springframework.data.rest.core.config.Projection;
@Projection(name = "PartyTypeProjection", types = {PartyType.class})
public interface PartyTypeProjection {
String getPartyTypeId();
}
| 281 | 0.790036 | 0.790036 | 10 | 27.1 | 24.525293 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 2 |
b543c6458ec2e07b9be62f9e99f67b0c9eb9f861 | 27,797,028,389,847 | 8ed22be106bdfca29c8edd602d17231e66cc1d46 | /app/src/main/java/com/example/alena/tututest/InfoStationActivity.java | 134c462dac49cc4803f9bae55a200fbed7fb230d | [] | no_license | AlenaIgorya/TutuTest | https://github.com/AlenaIgorya/TutuTest | 5a09bd63ccd905f556a7fe52555a75158b5a3edb | 59cbe6b44396ee1659dd78c46aaa8a430dcb2d96 | refs/heads/master | 2021-01-12T15:15:12.046000 | 2016-10-24T10:19:54 | 2016-10-24T10:19:54 | 71,732,423 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.alena.tututest;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.Toolbar;
import android.view.MenuItem;
import android.widget.TextView;
import com.example.alena.tututest.model.Point;
import com.e... | UTF-8 | Java | 3,295 | java | InfoStationActivity.java | Java | [
{
"context": "son;\n\nimport timber.log.Timber;\n\n/**\n * Created by alena on 21.10.2016.\n */\n\npublic class InfoStationActiv",
"end": 811,
"score": 0.9934857487678528,
"start": 806,
"tag": "USERNAME",
"value": "alena"
}
] | null | [] | package com.example.alena.tututest;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.Toolbar;
import android.view.MenuItem;
import android.widget.TextView;
import com.example.alena.tututest.model.Point;
import com.e... | 3,295 | 0.72352 | 0.719879 | 90 | 35.611111 | 29.195393 | 117 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.622222 | false | false | 2 |
3056264a5ca163a67cffe908885102b2d0a48284 | 23,124,103,941,584 | c27a3e53abf91544b641cabf3b49219210a11038 | /SpringCloud/springcloud-api/src/main/java/com/terr/springcloud/pojo/Dept.java | a9f2dccdef899623dc2aad04b63aef8dd56cc02a | [] | no_license | terrycgo/web-study | https://github.com/terrycgo/web-study | 2920408bd1fea5bdd916385a16a3094b6c53fbac | 4d24a49195e21b0b91d855123e7aa4466e04d66a | refs/heads/master | 2023-06-15T17:08:03.844000 | 2021-01-16T10:18:36 | 2021-01-16T10:18:36 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.terr.springcloud.pojo;
import lombok.Data;
import lombok.NoArgsConstructor;
import lombok.experimental.Accessors;
import java.io.Serializable;
// 所有的实体类务必实现序列化
@Data
@NoArgsConstructor
@Accessors(chain = true) // 链式写法
public class Dept implements Serializable {// 实体类 orm=>对象关系映射 mysql中的表对应这个类--dept (类表... | UTF-8 | Java | 645 | java | Dept.java | Java | [] | null | [] | package com.terr.springcloud.pojo;
import lombok.Data;
import lombok.NoArgsConstructor;
import lombok.experimental.Accessors;
import java.io.Serializable;
// 所有的实体类务必实现序列化
@Data
@NoArgsConstructor
@Accessors(chain = true) // 链式写法
public class Dept implements Serializable {// 实体类 orm=>对象关系映射 mysql中的表对应这个类--dept (类表... | 645 | 0.723404 | 0.723404 | 24 | 20.541666 | 21.573477 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.375 | false | false | 2 |
ee541d088dfc5413a34b6c0086c13c56f77e6cf9 | 16,338,055,612,877 | 0944777c3f81b45401fbbea062520b1c53af582f | /src/agentes/StartEsclavo.java | f155bf1459890cce0f89a8b1ce1adaea6250a96a | [] | no_license | davidigea/TrabajoSatd | https://github.com/davidigea/TrabajoSatd | 382c0510742883fb52cb59f9557736be4fd12b4e | 8a8e674d7250419a09acdd8387d71d7a9ea023ff | refs/heads/master | 2020-04-11T21:43:44.983000 | 2019-01-30T12:04:53 | 2019-01-30T12:04:53 | 162,114,401 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package agentes;
import comportamiento.StartDist_Behaviour;
import comportamiento.Start_Behaviour;
import jade.core.Agent;
import java.util.Scanner;
public class StartEsclavo extends Agent {
public void setup() {
this.addBehaviour(new StartDist_Behaviour(2));
}
}
| UTF-8 | Java | 283 | java | StartEsclavo.java | Java | [] | null | [] | package agentes;
import comportamiento.StartDist_Behaviour;
import comportamiento.Start_Behaviour;
import jade.core.Agent;
import java.util.Scanner;
public class StartEsclavo extends Agent {
public void setup() {
this.addBehaviour(new StartDist_Behaviour(2));
}
}
| 283 | 0.756184 | 0.75265 | 13 | 20.76923 | 18.098677 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.461538 | false | false | 2 |
faab26d1825b51fd42e28e8a7110f2e69c036eeb | 2,413,771,658,619 | 2dead708c415a32d9ef0e4b9ac09ff128284f74b | /src/MainEver.java | c8429d4ffa7f1c6f230b7368e78540adecca9bd3 | [
"MIT"
] | permissive | yulbamn/KOPO04_project1 | https://github.com/yulbamn/KOPO04_project1 | 8145fbb13de3c6684a459f9f6ad619ba1d3f5284 | cdd45c9685539632abd42d267dd20e9d6da48601 | refs/heads/main | 2023-06-09T01:24:21.444000 | 2021-06-29T11:19:34 | 2021-06-29T11:19:34 | 380,866,304 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package everlandFinal;
public class MainEver {
public static void main(String[] args) {
// TODO Auto-generated method stub
InputEver everinput = new InputEver();
DataEver everdata = new DataEver();
ArrayEver everarray = new ArrayEver();
everdata.printToday();
do {
while(true ) {
ev... | ISO-8859-10 | Java | 1,208 | java | MainEver.java | Java | [] | null | [] | package everlandFinal;
public class MainEver {
public static void main(String[] args) {
// TODO Auto-generated method stub
InputEver everinput = new InputEver();
DataEver everdata = new DataEver();
ArrayEver everarray = new ArrayEver();
everdata.printToday();
do {
while(true ) {
ev... | 1,208 | 0.654167 | 0.650833 | 38 | 30.578947 | 20.549852 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.842105 | false | false | 2 |
b9fd95ae65b96e78b3107e69f2c0e65f4157fa24 | 24,455,543,844,210 | b743b1e19053093d350cd96c09778a006cf0fe50 | /src/main/java/com/chen/pojo/Student.java | 211a34612fdedabe56b409663a1438933ad72931 | [] | no_license | Enter9265/saolei | https://github.com/Enter9265/saolei | 05a8fc176d6361d6c3d74a2b5ccd5c1669b30698 | 9ae9d6fec011887c495f4b81bbe74c55a3b12a80 | refs/heads/master | 2022-11-28T15:42:11.140000 | 2020-08-14T02:54:36 | 2020-08-14T02:54:36 | 287,231,868 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.chen.pojo;
import lombok.Data;
import javax.persistence.Id;
import javax.persistence.Table;
import java.io.Serializable;
@Data
//@Table(name="student")
public class Student implements Serializable {
// @Id
private int id ;
private int age ;
private String name ;
private Strin... | UTF-8 | Java | 390 | java | Student.java | Java | [] | null | [] | package com.chen.pojo;
import lombok.Data;
import javax.persistence.Id;
import javax.persistence.Table;
import java.io.Serializable;
@Data
//@Table(name="student")
public class Student implements Serializable {
// @Id
private int id ;
private int age ;
private String name ;
private Strin... | 390 | 0.68718 | 0.68718 | 20 | 18.5 | 13.135829 | 46 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.55 | false | false | 2 |
9aeb74b36aec85d809dee057115d9e5d8e330cd3 | 4,793,183,505,856 | 0667b96c167caa53b7612ac2b44127a17fcfcff5 | /src/main/java/com/example/smshub/dao/LcrDao.java | 606c53f7900844a207e7b9bd907b22d34dabba91 | [] | no_license | nimish311/hubgui-backend | https://github.com/nimish311/hubgui-backend | bbb18a03c70d2bf954c0c3c61b912ee979af2c14 | 197fe2a352f390687d45fa63cc6c0bf994f1ccbc | refs/heads/master | 2022-08-10T15:47:59.181000 | 2020-05-15T11:05:53 | 2020-05-15T11:05:53 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.smshub.dao;
import java.util.List;
import org.springframework.data.repository.CrudRepository;
import org.springframework.stereotype.Repository;
import com.example.smshub.model.Lcr;
@Repository
public interface LcrDao extends CrudRepository<Lcr, Integer>{
// Lcr findByLcr_name(String lcr_name)... | UTF-8 | Java | 324 | java | LcrDao.java | Java | [] | null | [] | package com.example.smshub.dao;
import java.util.List;
import org.springframework.data.repository.CrudRepository;
import org.springframework.stereotype.Repository;
import com.example.smshub.model.Lcr;
@Repository
public interface LcrDao extends CrudRepository<Lcr, Integer>{
// Lcr findByLcr_name(String lcr_name)... | 324 | 0.805556 | 0.805556 | 14 | 22.142857 | 22.62381 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.571429 | false | false | 2 |
2bfb51640f409f7ed03870927029c3fda157eddc | 3,289,944,957,659 | 6894fcd983502c8cb9de8a13df95ae000aae4c87 | /tg/src/test/java/pages/Login.java | e21bbf883f186af9bfc136a269553e4c22e34000 | [] | no_license | adnanghaffar07/Appium_Java | https://github.com/adnanghaffar07/Appium_Java | ab1b5f8b92808b818e2de874761b5567dd84785b | de35977d38def110d35dd8a7a576c1607e66aa0b | refs/heads/master | 2020-04-13T23:42:58.813000 | 2018-12-29T13:41:05 | 2018-12-29T13:41:05 | 163,513,817 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package pages;
import org.openqa.selenium.By;
import org.openqa.selenium.TimeoutException;
import org.openqa.selenium.WebElement;
import com.microsoft.appcenter.appium.EnhancedAndroidDriver;
import com.microsoft.appcenter.appium.EnhancedIOSDriver;
import io.appium.java_client.AppiumDriver;
import io.appium.java_clie... | UTF-8 | Java | 4,048 | java | Login.java | Java | [
{
"context": "\n\t\tclick(By.xpath(\"//XCUIElementTypeButton[@name='Entrar']\"));\n\t}\n\t\n\tpublic void loginWithFacebook() throw",
"end": 3962,
"score": 0.9089711904525757,
"start": 3956,
"tag": "NAME",
"value": "Entrar"
}
] | null | [] | package pages;
import org.openqa.selenium.By;
import org.openqa.selenium.TimeoutException;
import org.openqa.selenium.WebElement;
import com.microsoft.appcenter.appium.EnhancedAndroidDriver;
import com.microsoft.appcenter.appium.EnhancedIOSDriver;
import io.appium.java_client.AppiumDriver;
import io.appium.java_clie... | 4,048 | 0.774098 | 0.771626 | 113 | 34.805309 | 33.603062 | 136 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.707965 | false | false | 2 |
d370fe8e920656f01c050475a2d11a0c8481b97e | 274,877,920,188 | f5087a23fd2503b558e89e2f5edc3fc4f833c134 | /src/test/java/org/seeraid/forecastengine/tests/SimpleExponentialSmoothingTest.java | b54b37a4c8d08dd0d3fa8fb28feb8a62a740cdff | [] | no_license | seeraid/seeraid | https://github.com/seeraid/seeraid | e2f52431048652c9e4a93eaf73df8b3ea76421b8 | c051cc17f13fc3b633f9fbbf52d89d726dbee616 | refs/heads/master | 2021-01-11T19:44:10.249000 | 2014-12-23T16:56:22 | 2014-12-23T16:56:22 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.seeraid.forecastengine.tests;
import org.seeraid.forecastengine.DataPoint;
import org.seeraid.forecastengine.DataSet;
import org.seeraid.forecastengine.ForecastingModel;
import org.seeraid.forecastengine.Observation;
import org.seeraid.forecastengine.models.SimpleExponentialSmoothingModel;
public class S... | UTF-8 | Java | 7,002 | java | SimpleExponentialSmoothingTest.java | Java | [
{
"context": "e taken from \"Business Statistics\", 4th Edition by Daniel\n * and Terrell, page 605. This example tests ",
"end": 4908,
"score": 0.98587566614151,
"start": 4902,
"tag": "NAME",
"value": "Daniel"
},
{
"context": "ness Statistics\", 4th Edition by Daniel\n * and... | null | [] | package org.seeraid.forecastengine.tests;
import org.seeraid.forecastengine.DataPoint;
import org.seeraid.forecastengine.DataSet;
import org.seeraid.forecastengine.ForecastingModel;
import org.seeraid.forecastengine.Observation;
import org.seeraid.forecastengine.models.SimpleExponentialSmoothingModel;
public class S... | 7,002 | 0.533562 | 0.491859 | 200 | 34.009998 | 24.588409 | 159 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.75 | false | false | 2 |
01eb3512068f48dbd708ef8ba4755bfd8bc455ac | 32,933,809,230,553 | 91dff453344b64cc677583eb7ef9a0b998345fe5 | /MVP_Study/app/src/main/java/com/happy/chris/mvp_study/addresslist/AddressPresenter.java | b597e5dd5382cf79fe16377f65359b889418793b | [] | no_license | noyo/MVP_STUDY | https://github.com/noyo/MVP_STUDY | 582b0ca4d42150d93b97a14e8ae735ef2725ff47 | c5163daa42f0e56b796248c72fb5299895cf1cab | refs/heads/master | 2021-01-20T15:03:50.852000 | 2017-06-30T05:18:50 | 2017-06-30T05:18:50 | 90,710,823 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.happy.chris.mvp_study.addresslist;
import android.content.Context;
import com.happy.chris.mvp_study.common.Repository;
import com.happy.chris.mvp_study.handler.CallBack;
/**
* package: com.jzzs.ParentsHelper.emergencylib.addresslist
* <p>
* description:
* <p>
* Created by zhouzhaojun on ... | UTF-8 | Java | 1,210 | java | AddressPresenter.java | Java | [
{
"context": "st\r\n * <p>\r\n * description:\r\n * <p>\r\n * Created by zhouzhaojun on 2017/5/10.\r\n */\r\n\r\npublic class AddressPresent",
"end": 316,
"score": 0.999264121055603,
"start": 305,
"tag": "USERNAME",
"value": "zhouzhaojun"
}
] | null | [] | package com.happy.chris.mvp_study.addresslist;
import android.content.Context;
import com.happy.chris.mvp_study.common.Repository;
import com.happy.chris.mvp_study.handler.CallBack;
/**
* package: com.jzzs.ParentsHelper.emergencylib.addresslist
* <p>
* description:
* <p>
* Created by zhouzhaojun on ... | 1,210 | 0.6202 | 0.614357 | 49 | 22.44898 | 22.539816 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.265306 | false | false | 2 |
7fd61c84591565bbebfd8b9adb1ec0355cc8a22a | 7,043,746,387,415 | 8477c75c128935d3312ce2f3606ca93c5c88d4ca | /Workspace/Shpo-IT-Spring-V1/src/main/java/com/pricematrix/C1.java | 6dfe2cb617092eec534e2add684f64ffd483c5d0 | [] | no_license | tracksdata/verizon-springboot | https://github.com/tracksdata/verizon-springboot | 37f4c59bf14bad7d5abcdb2db84193c8977d3b7f | 9f60982a6a450dbbde65f39513ad844db68f6b31 | refs/heads/master | 2021-10-10T23:57:00.480000 | 2019-01-19T11:15:44 | 2019-01-19T11:15:44 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.pricematrix;
import org.springframework.stereotype.Repository;
@Repository("c1")
public class C1 implements PriceMatrix{
public double getItemPrice(String itemCode) {
return 200;
}
}
| UTF-8 | Java | 203 | java | C1.java | Java | [] | null | [] | package com.pricematrix;
import org.springframework.stereotype.Repository;
@Repository("c1")
public class C1 implements PriceMatrix{
public double getItemPrice(String itemCode) {
return 200;
}
}
| 203 | 0.778325 | 0.753695 | 12 | 15.916667 | 18.341475 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.583333 | false | false | 2 |
7da351250a071b4e996bf3bc18d62028febb46a9 | 7,078,106,116,387 | 51c9e0759fa8fb6f306fc20a3b3629bd0e4557e8 | /app/src/main/java/com/zhhl/android/policemovecareful/adapter/CaseAdapter.java | b20489c92cf09533f03b654295c2b349684fe400 | [] | no_license | AndromedaX7/CaseApprove | https://github.com/AndromedaX7/CaseApprove | e0a736c23dfabe0a1e3a1172c2bf88128ede9b51 | 704d92fa3fb71fc1d983d02159a3864b28cb60e9 | refs/heads/master | 2020-05-26T11:13:22.150000 | 2019-05-23T10:31:04 | 2019-05-23T10:31:04 | 160,899,672 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zhhl.android.policemovecareful.adapter;
import android.util.SparseArray;
import android.view.View;
import android.widget.TextView;
import com.zhhl.android.policemovecareful.ConnectImpl;
import com.zhhl.android.policemovecareful.DateUtil;
import com.zhhl.android.policemovecareful.R;
import com.zhhl.android... | UTF-8 | Java | 5,449 | java | CaseAdapter.java | Java | [
{
"context": "eactivex.schedulers.Schedulers;\n\n/**\n * Created by miao on 2018/9/11.\n */\npublic class CaseAdapter extend",
"end": 813,
"score": 0.9900225400924683,
"start": 809,
"tag": "USERNAME",
"value": "miao"
}
] | null | [] | package com.zhhl.android.policemovecareful.adapter;
import android.util.SparseArray;
import android.view.View;
import android.widget.TextView;
import com.zhhl.android.policemovecareful.ConnectImpl;
import com.zhhl.android.policemovecareful.DateUtil;
import com.zhhl.android.policemovecareful.R;
import com.zhhl.android... | 5,449 | 0.602028 | 0.597419 | 158 | 33.335442 | 27.332369 | 144 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.544304 | false | false | 2 |
ce6cf349334085d61627ef162e23094aa5f497c4 | 4,372,276,715,770 | df0af87d529a1a777f471ac1cd21515a29fcc390 | /api-passenger/src/main/java/com/onlinetaxi/apipassenger/service/impl/VerificationCodeServiceImpl.java | fd0d26d6a0090ad57f28714625ff6587b37c1f3d | [] | no_license | LvYangai/OnlineTaxi | https://github.com/LvYangai/OnlineTaxi | 824beda63d932db5fa19abd06421fbdd69757767 | b3a9fe0ccf35f808116baf8610e2c7552a611533 | refs/heads/master | 2023-07-04T21:56:36.698000 | 2021-08-16T07:53:37 | 2021-08-16T07:53:37 | 394,282,708 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.onlinetaxi.apipassenger.service.impl;
import com.alibaba.fastjson.JSON;
import com.onlinetaxi.apipassenger.api.CodeServiceApi;
import com.onlinetaxi.apipassenger.api.SmsServiceApi;
import com.onlinetaxi.apipassenger.service.VerificationCodeService;
import com.onlinetaxi.internalcommon.constant.CommonStatus... | UTF-8 | Java | 3,415 | java | VerificationCodeServiceImpl.java | Java | [
{
"context": "ArrayList;\nimport java.util.List;\n\n\n/**\n * @author lvyangai\n * @Description : 验证码服务类\n * @date 2021/8/14 16:39",
"end": 1038,
"score": 0.9996654987335205,
"start": 1030,
"tag": "USERNAME",
"value": "lvyangai"
},
{
"context": "ion : 验证码服务类\n * @date 2021/8/14 16:39... | null | [] | package com.onlinetaxi.apipassenger.service.impl;
import com.alibaba.fastjson.JSON;
import com.onlinetaxi.apipassenger.api.CodeServiceApi;
import com.onlinetaxi.apipassenger.api.SmsServiceApi;
import com.onlinetaxi.apipassenger.service.VerificationCodeService;
import com.onlinetaxi.internalcommon.constant.CommonStatus... | 3,405 | 0.721565 | 0.710039 | 86 | 37.325581 | 29.056257 | 118 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.511628 | false | false | 2 |
6c6724098d36803d53f7f86ae278123428fe49c7 | 33,148,557,596,568 | e5f81841cf414ae7fd013c2ade5bf20307d0d0e1 | /src/com/jianzhiOffer/No43.java | dabac2a1dd0764cda08df2fbdb93fdbba76a6df1 | [] | no_license | xiaozhi747/jianzhiOffer | https://github.com/xiaozhi747/jianzhiOffer | 3f04225e07bf21c15546c1160caf68d885cb31d4 | 3630e8e1a79f384ceb278c2c6f87e4a28b2f4ade | refs/heads/master | 2021-06-14T20:52:34.970000 | 2021-03-04T08:58:54 | 2021-03-04T08:58:54 | 132,866,371 | 3 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jianzhiOffer;
/**
* 输入一个整数 n,求 1 ~ n 这 n 个正数的十进制表示中 1 出现的次数。
* 例如,输入 12, 1 ~ 12 这些整数中包含 1 的数字中有 1、 10、11 和 12, 1 一共出现了 5 次
*
* Created by 林智 on 2018/6/13.
*/
public class No43 {
public int NumberOf1Between1AndN_Solution(int n) {
if (n < 1) {
return 0;
}
int len... | UTF-8 | Java | 1,162 | java | No43.java | Java | [
{
"context": "的数字中有 1、 10、11 和 12, 1 一共出现了 5 次\n *\n * Created by 林智 on 2018/6/13.\n */\npublic class No43 {\n\n public",
"end": 157,
"score": 0.9722926616668701,
"start": 155,
"tag": "NAME",
"value": "林智"
}
] | null | [] | package com.jianzhiOffer;
/**
* 输入一个整数 n,求 1 ~ n 这 n 个正数的十进制表示中 1 出现的次数。
* 例如,输入 12, 1 ~ 12 这些整数中包含 1 的数字中有 1、 10、11 和 12, 1 一共出现了 5 次
*
* Created by 林智 on 2018/6/13.
*/
public class No43 {
public int NumberOf1Between1AndN_Solution(int n) {
if (n < 1) {
return 0;
}
int len... | 1,162 | 0.5 | 0.446894 | 41 | 23.341463 | 19.64764 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.365854 | false | false | 2 |
8cabb567d5ab9be7e258a25caaec4f51d1258539 | 24,970,939,877,292 | 098d95d7aa610723ecd3e8680b3a9d508119393b | /Microservicios/catalogo/src/main/java/com/example/domains/entities/dtos/FilmShort.java | a613da9b73d69e8135a080ea39605f06870a2edd | [] | no_license | JorgeTorresVN/FS20210921 | https://github.com/JorgeTorresVN/FS20210921 | ed9bfc70034680038e72a6d5993e541626a1b45c | 77ad72590cf0f7d313147a72394a6435530efa1e | refs/heads/main | 2023-08-22T21:57:26.305000 | 2021-11-02T09:18:24 | 2021-11-02T09:18:24 | 408,758,006 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.domains.entities.dtos;
import org.springframework.beans.factory.annotation.Value;
public interface FilmShort {
int getFilmId();
@Value("#{target.title + ', ' + target.language}")
String getNombreCompleto();
}
| UTF-8 | Java | 237 | java | FilmShort.java | Java | [] | null | [] | package com.example.domains.entities.dtos;
import org.springframework.beans.factory.annotation.Value;
public interface FilmShort {
int getFilmId();
@Value("#{target.title + ', ' + target.language}")
String getNombreCompleto();
}
| 237 | 0.742616 | 0.742616 | 10 | 22.5 | 21.195518 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.8 | false | false | 2 |
f51cab4961376c1007877e531deb8b961483651f | 16,758,962,413,459 | 4e8d52f594b89fa356e8278265b5c17f22db1210 | /WebServiceArtifacts/Hotel_a/hotel/ws_2013/ResultManipulation.java | b2f90c19ec4ba6f5705ea8810b9c542d592e8b1c | [] | no_license | ouniali/WSantipatterns | https://github.com/ouniali/WSantipatterns | dc2e5b653d943199872ea0e34bcc3be6ed74c82e | d406c67efd0baa95990d5ee6a6a9d48ef93c7d32 | refs/heads/master | 2021-01-10T05:22:19.631000 | 2015-05-26T06:27:52 | 2015-05-26T06:27:52 | 36,153,404 | 1 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null |
package hotel.ws_2013;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
/**
* <p>Java class for ResultManipulation complex type.
*
* <p>The following schema fragment specifies ... | UTF-8 | Java | 8,045 | java | ResultManipulation.java | Java | [] | null | [] |
package hotel.ws_2013;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
/**
* <p>Java class for ResultManipulation complex type.
*
* <p>The following schema fragment specifies ... | 8,045 | 0.603605 | 0.594779 | 313 | 24.69968 | 23.331598 | 116 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.233227 | false | false | 2 |
a1061b3e44fc1332dff83d153230c3f4e5090386 | 12,584,254,200,027 | 235ad5862ee6e76d428df33f0da534639124a9b3 | /graphs/src/graphs/Window.java | e07c2988056954521b2ca1c35005d0022a3a6828 | [] | no_license | Aristocraat/connect | https://github.com/Aristocraat/connect | 7f2975dc4c780b2ff928db833494639562c16212 | c5a6e25952437cb79a13f0f83107fd396f6f6bb5 | refs/heads/master | 2015-08-12T00:21:25.407000 | 2014-06-08T13:19:44 | 2014-06-08T13:19:44 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package graphs;
import java.util.Observable;
import java.util.Observer;
public class Window extends GraphFrame implements Observer {
public GraphPanel paneel;
public Window(GraphModel graph){
super(graph);
paneel = new GraphPanel(graph, this);
graph.addObserver(paneel);
}
@O... | UTF-8 | Java | 416 | java | Window.java | Java | [] | null | [] | package graphs;
import java.util.Observable;
import java.util.Observer;
public class Window extends GraphFrame implements Observer {
public GraphPanel paneel;
public Window(GraphModel graph){
super(graph);
paneel = new GraphPanel(graph, this);
graph.addObserver(paneel);
}
@O... | 416 | 0.665865 | 0.665865 | 21 | 18.809525 | 17.967216 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.47619 | false | false | 2 |
49feaa8bd1be7ae72f64b960baabd00e3899e220 | 26,293,789,844,717 | 457b45e4f76c3949eb37b3f978e15a035cc5099b | /environment/client/node/level/Level.java | 48190ce7dd14ebbca11ba9bc588929888e2a9c52 | [] | no_license | DSchougaard/AI-MAS-Assignment3 | https://github.com/DSchougaard/AI-MAS-Assignment3 | 24c8eac0f9354de1428f1fae9b7589dfad79f888 | 1d8b9e7882bf6fe37db9f4b004165a375522f651 | refs/heads/master | 2022-08-25T07:29:27.136000 | 2015-06-04T19:33:05 | 2015-06-04T19:33:05 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package client.node.level;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.HashSet;
import client.Settings;
import client.node.Color;
import client.node.level.clustering.KClusteringGoals;
import client.node.level.distancemap.DistanceMap;
import client.node.storage.Base;
import client.node.stor... | UTF-8 | Java | 8,672 | java | Level.java | Java | [
{
"context": "rt client.node.storage.LogicalAgent;\n\n/*\n\t@author: Daniel Schougaard\n*/\n\npublic class Level implements LevelInterface{",
"end": 402,
"score": 0.9998638033866882,
"start": 385,
"tag": "NAME",
"value": "Daniel Schougaard"
}
] | null | [] | package client.node.level;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.HashSet;
import client.Settings;
import client.node.Color;
import client.node.level.clustering.KClusteringGoals;
import client.node.level.distancemap.DistanceMap;
import client.node.storage.Base;
import client.node.stor... | 8,661 | 0.605743 | 0.599285 | 387 | 21.410852 | 21.627434 | 143 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.080103 | false | false | 2 |
34efd32a86069f68385908f7eab062ed122dd580 | 18,038,862,705,170 | adf52b2b01c73e3970ed0ffeadda804420701596 | /meteor-client/src/main/java/meteor/plugins/paistisuite/api/WebWalker/walker_engine/real_time_collision/CollisionDataCollector.java | 455bd05e9bbf913fb9465fe262b5f32efdf5a551 | [] | no_license | SheinH/MeteorLite | https://github.com/SheinH/MeteorLite | 83f112d7bcdb9351912473d6cac0471d2558d9fe | bbef05db392bfdf1fb6b8e6adcc88cab0eb2a763 | refs/heads/main | 2023-09-06T06:32:08.094000 | 2021-11-15T00:15:12 | 2021-11-15T00:15:12 | 416,130,065 | 0 | 0 | null | true | 2021-10-12T00:38:45 | 2021-10-12T00:38:45 | 2021-10-11T16:01:48 | 2021-10-12T00:15:02 | 29,039 | 0 | 0 | 0 | null | false | false | package meteor.plugins.paistisuite.api.WebWalker.walker_engine.real_time_collision;
import lombok.extern.slf4j.Slf4j;
import net.runelite.api.Client;
import meteor.plugins.paistisuite.api.PPlayer;
import meteor.plugins.paistisuite.api.PUtils;
import meteor.plugins.paistisuite.api.WebWalker.wrappers.RSTile;
import net.... | UTF-8 | Java | 2,627 | java | CollisionDataCollector.java | Java | [] | null | [] | package meteor.plugins.paistisuite.api.WebWalker.walker_engine.real_time_collision;
import lombok.extern.slf4j.Slf4j;
import net.runelite.api.Client;
import meteor.plugins.paistisuite.api.PPlayer;
import meteor.plugins.paistisuite.api.PUtils;
import meteor.plugins.paistisuite.api.WebWalker.wrappers.RSTile;
import net.... | 2,627 | 0.641035 | 0.63799 | 61 | 42.081966 | 35.504002 | 146 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.836066 | false | false | 2 |
d188fc9ce29b94807680c280d91e0903bc2bdcfa | 5,549,097,775,305 | fea865e2d54a3bcab29491895d43fc0d3ff16a60 | /src/main/java/com/xiaoleitech/authapi/registration/bean/response/GetAuthKeyResponse.java | 015b1469f58b68b58932376280944e59775a517b | [] | no_license | ytwei72/AuthAPI | https://github.com/ytwei72/AuthAPI | 29b6260b1d86016ba9b5e8aaa506ff7fa6db614f | 12f1d3530312580c0543b42d631b3b76a7503766 | refs/heads/master | 2020-03-26T13:21:00.580000 | 2018-11-08T01:23:35 | 2018-11-08T01:23:35 | 144,934,331 | 2 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.xiaoleitech.authapi.registration.bean.response;
import com.xiaoleitech.authapi.global.bean.AuthAPIResponse;
import lombok.Data;
import lombok.EqualsAndHashCode;
import org.springframework.stereotype.Component;
@EqualsAndHashCode(callSuper = true)
@Component
@Data
public class GetAuthKeyResponse extends Au... | UTF-8 | Java | 515 | java | GetAuthKeyResponse.java | Java | [] | null | [] | package com.xiaoleitech.authapi.registration.bean.response;
import com.xiaoleitech.authapi.global.bean.AuthAPIResponse;
import lombok.Data;
import lombok.EqualsAndHashCode;
import org.springframework.stereotype.Component;
@EqualsAndHashCode(callSuper = true)
@Component
@Data
public class GetAuthKeyResponse extends Au... | 515 | 0.800391 | 0.796477 | 17 | 29.058823 | 19.980787 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.588235 | false | false | 2 |
e92142ffbaa8cc38f42bdb48b9110f2d89a4809b | 3,118,146,258,410 | e654cb0ed47baab11fba584d456076ac85308f60 | /np-commons/src/com/newpecunia/synchronization/LockProvider.java | e869e99ad9c0ce8b40181b41d1a470b483220a24 | [] | no_license | petrsmid/newpecunia-bitcoin-exchange | https://github.com/petrsmid/newpecunia-bitcoin-exchange | 30195c323d9a7576c227e34f1227c7083f6e535a | e7f678b9814a490e8e5b17c67ad34e1abbbb382f | refs/heads/master | 2021-01-10T05:33:32.634000 | 2015-06-15T17:39:29 | 2015-06-15T17:39:29 | 47,216,805 | 2 | 3 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.newpecunia.synchronization;
import java.util.concurrent.locks.Lock;
public interface LockProvider {
Lock getLock();
}
| UTF-8 | Java | 133 | java | LockProvider.java | Java | [] | null | [] | package com.newpecunia.synchronization;
import java.util.concurrent.locks.Lock;
public interface LockProvider {
Lock getLock();
}
| 133 | 0.796992 | 0.796992 | 7 | 18 | 16.869246 | 39 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.571429 | false | false | 2 |
382c37ac72d9488d7f7bd19eaea90eb4dae5f746 | 4,569,845,211,083 | dcf2721abe2201c7717c4ec0efd5fb12510f23f0 | /lab1/src/main/lab1/Book.java | 15c8d6f06deea394ee2202a6cd0928b97490ca49 | [] | no_license | WilliSelariu/DesignPattern | https://github.com/WilliSelariu/DesignPattern | 333e7d722b92daca4cc06d9087f566a5d06523d0 | c5b8a8b527811b5cce8c4a45e8f98f3e523cb101 | refs/heads/master | 2023-03-03T16:52:16.874000 | 2021-02-02T16:42:19 | 2021-02-02T16:42:19 | 335,335,840 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package main.lab1;
import java.util.ArrayList;
public class Book {
public Book(){}
public String title;
private ArrayList<Author> authors= new ArrayList<>();
private ArrayList<Chapter> chapters= new ArrayList<>();
public Book (String title){
this.title= title;
}
public int creat... | UTF-8 | Java | 1,881 | java | Book.java | Java | [] | null | [] | package main.lab1;
import java.util.ArrayList;
public class Book {
public Book(){}
public String title;
private ArrayList<Author> authors= new ArrayList<>();
private ArrayList<Chapter> chapters= new ArrayList<>();
public Book (String title){
this.title= title;
}
public int creat... | 1,881 | 0.51462 | 0.508772 | 83 | 21.674698 | 21.395365 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.445783 | false | false | 2 |
abba210482a78957bdad62041517dd0f60abe8d8 | 4,569,845,213,215 | 376570535f3fb4471cb3d4a226c8a47c03bcfa7c | /SensorEducativo/src/org/edu/uvg/besser/beans/Usuario.java | 5e97a4014152332c59d5da43cce1223606bb2954 | [] | no_license | GrupoJava/Proyecto-Estrcuctura-de-Datos | https://github.com/GrupoJava/Proyecto-Estrcuctura-de-Datos | 86ef0e758dcec5d1929faeec44fd06b41c65f0c8 | 9ddb214f49e6a1f66b99a631840642c0c08de71e | refs/heads/master | 2021-01-01T18:02:29.636000 | 2015-11-17T15:02:21 | 2015-11-17T15:02:21 | 40,186,494 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Rudy Garrido 14366
* Jackeline Juarez 14041
* Leonel Guillen 14451
*
* Proyecto Besser
* Clase Usuario
*/
package org.edu.uvg.besser.beans;
public class Usuario {
private String nombreUsuario;
private String password;
private String nombre;
private String apellido;
private int idUsuario;
public Usu... | UTF-8 | Java | 1,268 | java | Usuario.java | Java | [
{
"context": "/**\n * Rudy Garrido 14366\n * Jackeline Juarez 14041\n * Leonel Guillen",
"end": 19,
"score": 0.9998613595962524,
"start": 7,
"tag": "NAME",
"value": "Rudy Garrido"
},
{
"context": "/**\n * Rudy Garrido 14366\n * Jackeline Juarez 14041\n * Leonel Guillen 14451\n * \n *... | null | [] | /**
* <NAME> 14366
* <NAME> 14041
* <NAME> 14451
*
* Proyecto Besser
* Clase Usuario
*/
package org.edu.uvg.besser.beans;
public class Usuario {
private String nombreUsuario;
private String password;
private String nombre;
private String apellido;
private int idUsuario;
public Usuario() {
}
public Us... | 1,248 | 0.724763 | 0.712934 | 62 | 19.451612 | 15.38084 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.5 | false | false | 2 |
270ed4a233a2e4f949157c727cc9099e1ab14835 | 19,739,669,760,544 | 5941aa98b0cb69dc6d8ec7cdff0fc86d96c7d213 | /app/src/main/java/vision/genesis/ui/insert/InsertActivity.java | 0bae16880194f95baff83067887d8549dff23a8c | [] | no_license | SergeiVasilenko/borrow-friend-android | https://github.com/SergeiVasilenko/borrow-friend-android | e4a63c42d95a0697c30a081e04e9b55b2b0e1a22 | 68f0fe87fb9c1517d78417a408b2830285423879 | refs/heads/master | 2021-01-20T03:53:47.113000 | 2017-04-27T14:01:56 | 2017-04-27T14:01:56 | 89,603,812 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package vision.genesis.ui.insert;
import android.content.Context;
import android.content.Intent;
import android.os.Bundle;
import android.support.design.widget.TextInputLayout;
import android.support.v7.app.ActionBar;
import android.support.v7.widget.Toolbar;
import android.view.MenuItem;
import android.view.View;
imp... | UTF-8 | Java | 6,089 | java | InsertActivity.java | Java | [] | null | [] | package vision.genesis.ui.insert;
import android.content.Context;
import android.content.Intent;
import android.os.Bundle;
import android.support.design.widget.TextInputLayout;
import android.support.v7.app.ActionBar;
import android.support.v7.widget.Toolbar;
import android.view.MenuItem;
import android.view.View;
imp... | 6,089 | 0.741994 | 0.74068 | 237 | 24.691982 | 19.326477 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.101266 | false | false | 2 |
0ab6f447da35e989ef437950b8b0c05903cc3991 | 13,048,110,668,229 | e7f38ff284c802f2d78307c6d2c22b3b8ecebeb3 | /src/main/java/com/easyweb/entity/core/DBInfo.java | d82e2e356868cc9fe01fe7f43937966a6e2095d7 | [
"MIT"
] | permissive | easywebOrg/Easy-Web | https://github.com/easywebOrg/Easy-Web | 289723fb894683cd209ab2dc4a267e7e431f1c4a | d15266ea952ee1299b91096d680ad5811ad9e0f6 | refs/heads/master | 2021-01-10T21:43:07.149000 | 2017-09-19T02:25:01 | 2017-09-19T02:25:01 | 20,048,881 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.easyweb.entity.core;
import javax.persistence.*;
import java.util.Date;
/**
* 数据库连接信息,主要用于保存数据持久化的数据库
*/
@Entity
@Table(name = "t_db_info")
public class DBInfo {
/**
* ID主键
*/
@Id
@GeneratedValue
private Integer id;
/**
* 数据库名
*/
@Column(length = 31, name = "... | UTF-8 | Java | 2,808 | java | DBInfo.java | Java | [
{
"context": "\n\n public String getUserName() {\n return userName;\n }\n\n public void setUserName(String userNa",
"end": 1994,
"score": 0.9098061919212341,
"start": 1986,
"tag": "USERNAME",
"value": "userName"
},
{
"context": "serName(String userName) {\n thi... | null | [] | package com.easyweb.entity.core;
import javax.persistence.*;
import java.util.Date;
/**
* 数据库连接信息,主要用于保存数据持久化的数据库
*/
@Entity
@Table(name = "t_db_info")
public class DBInfo {
/**
* ID主键
*/
@Id
@GeneratedValue
private Integer id;
/**
* 数据库名
*/
@Column(length = 31, name = "... | 2,808 | 0.592255 | 0.584662 | 139 | 17.94964 | 17.028679 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.266187 | false | false | 2 |
c3324559e81db7182bd3ab857e924e03c526823b | 12,146,167,569,901 | 3861c0ceddeb4e8b356dc3dd133284a09dc5e077 | /src/main/java/com/patryk/app/output/Printer.java | baa59ddf0df8fcdae01dd8f9bf72b84f91a5a959 | [] | no_license | TwojaTata/OX2nd | https://github.com/TwojaTata/OX2nd | dddaa2415e5c4f445cf3e23d8e706c4793c8c42f | e9190927ba89edccd6aee1e369d1fc7927341a1e | refs/heads/master | 2023-06-01T10:09:09.753000 | 2021-10-07T20:17:33 | 2021-10-07T20:17:33 | 178,393,746 | 0 | 0 | null | false | 2023-05-09T18:08:29 | 2019-03-29T11:32:16 | 2021-10-07T20:17:36 | 2023-05-09T18:08:27 | 77 | 0 | 0 | 2 | Java | false | false | package com.patryk.app.output;
/**
* contains print methods using languageManager class
*
* @author Patryk Kucharski
*/
class Printer {
private LanguageManager languageManager;
Printer() {
languageManager = new LanguageManager();
}
void print(String message) {
System.out.println(... | UTF-8 | Java | 1,407 | java | Printer.java | Java | [
{
"context": " methods using languageManager class\n *\n * @author Patryk Kucharski\n */\nclass Printer {\n\n private LanguageManager ",
"end": 120,
"score": 0.9998037219047546,
"start": 104,
"tag": "NAME",
"value": "Patryk Kucharski"
}
] | null | [] | package com.patryk.app.output;
/**
* contains print methods using languageManager class
*
* @author <NAME>
*/
class Printer {
private LanguageManager languageManager;
Printer() {
languageManager = new LanguageManager();
}
void print(String message) {
System.out.println(message);
... | 1,397 | 0.703625 | 0.701493 | 50 | 27.139999 | 25.821705 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.38 | false | false | 2 |
83b7483ed651fc709b4ae87e03d54f4ade419d27 | 12,146,167,568,740 | eb9f655206c43c12b497c667ba56a0d358b6bc3a | /java/java-tests/testData/ig/com/siyeh/igtest/naming/new_class_naming_convention/Simple.java | 09c97a23d5375a7e23922b9efdefe68ce1c2a1e7 | [
"Apache-2.0"
] | permissive | JetBrains/intellij-community | https://github.com/JetBrains/intellij-community | 2ed226e200ecc17c037dcddd4a006de56cd43941 | 05dbd4575d01a213f3f4d69aa4968473f2536142 | refs/heads/master | 2023-09-03T17:06:37.560000 | 2023-09-03T11:51:00 | 2023-09-03T12:12:27 | 2,489,216 | 16,288 | 6,635 | Apache-2.0 | false | 2023-09-12T07:41:58 | 2011-09-30T13:33:05 | 2023-09-12T03:37:30 | 2023-09-12T06:46:46 | 4,523,919 | 15,754 | 4,972 | 237 | null | false | false | package com.siyeh.igtest.naming.abstract_class_naming_convention;
public abstract class <warning descr="Abstract class name 'Simple' is too short (6 < 8)">Simple</warning> {
}
| UTF-8 | Java | 177 | java | Simple.java | Java | [] | null | [] | package com.siyeh.igtest.naming.abstract_class_naming_convention;
public abstract class <warning descr="Abstract class name 'Simple' is too short (6 < 8)">Simple</warning> {
}
| 177 | 0.762712 | 0.751412 | 4 | 43.25 | 45.256905 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 2 |
52b3aa185a4710433ccd56a111614ba7f7f1e96b | 19,567,871,027,048 | e7a9278951e68f6db58e9bc98f09a5cf3068bbc0 | /serverdemo/src/test/java/com/hbgc/demo/Service/ArticleServiceTest.java | 392f68c4fd717cb748095ccd6eddd80b4eb963bc | [] | no_license | alphy-02/web_server_prj | https://github.com/alphy-02/web_server_prj | 447f41d7290c41d3a05b6f097991fca132fa0a78 | 91891c6b1bce2c8acd2438be4af9d99a60d49964 | refs/heads/master | 2020-12-03T01:39:14.758000 | 2020-01-01T05:38:44 | 2020-01-01T05:38:44 | 231,179,649 | 0 | 0 | null | false | 2020-10-13T18:33:40 | 2020-01-01T05:38:24 | 2020-01-01T05:38:55 | 2020-10-13T18:33:39 | 100 | 0 | 0 | 1 | Java | false | false | package com.hbgc.demo.Service;
import com.hbgc.demo.domain.Article;
import com.hbgc.demo.service.ArticleService;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.junit4.SpringRunner;
import javax.annotation.Res... | UTF-8 | Java | 869 | java | ArticleServiceTest.java | Java | [] | null | [] | package com.hbgc.demo.Service;
import com.hbgc.demo.domain.Article;
import com.hbgc.demo.service.ArticleService;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.junit4.SpringRunner;
import javax.annotation.Res... | 869 | 0.710983 | 0.709827 | 31 | 26.903225 | 18.907848 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.516129 | false | false | 2 |
53e5b5a66d0aa9beb846b030fbda4273b230d5e2 | 16,999,480,578,697 | b342d3943f9f65edea4a50aabab5cae1bae12add | /src/Sorting_Insertion.java | fa66ded5bd9efcba7563d7ec8b151c988ac43afd | [] | no_license | aseemakurty/JavaProgramsDump | https://github.com/aseemakurty/JavaProgramsDump | 23b485c27deb30e6599ec77055fbe54e324725d3 | c71ddd6857a65f0af8c456aa2a131186c7eb765c | refs/heads/master | 2021-05-24T08:57:54.893000 | 2020-04-06T11:59:11 | 2020-04-06T11:59:11 | 253,482,542 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public class Sorting_Insertion {
public void sort(int[] arr){
int value;
int hole;
for(int i=0;i<arr.length;i++){
value = arr[i];
hole = i;
while(hole > 0 && arr[hole-1]>value){
arr[hole]=arr[hole-1];
hole--;
}
... | UTF-8 | Java | 652 | java | Sorting_Insertion.java | Java | [] | null | [] | public class Sorting_Insertion {
public void sort(int[] arr){
int value;
int hole;
for(int i=0;i<arr.length;i++){
value = arr[i];
hole = i;
while(hole > 0 && arr[hole-1]>value){
arr[hole]=arr[hole-1];
hole--;
}
... | 652 | 0.464724 | 0.446319 | 24 | 26.166666 | 16.687487 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.875 | false | false | 2 |
cd23716bf4f73ba5041c3d0ba3a10f8703c0fe97 | 25,185,688,236,580 | a6cd32c1e2264c565ee681176989065902dff8c8 | /HelloJson/src/main/java/org/gd/hellojson/jackson/jacksonTest1.java | 79b32430d17fdad3e6670d045ee86cda3059a483 | [] | no_license | DimkaGorhover/java-playground | https://github.com/DimkaGorhover/java-playground | 6a83d3dfee5c1cd1d0d9a58ddca09720f40ec739 | 72a2ce1017d8a0a55fb4fbc0d7393f95e5cfa047 | refs/heads/master | 2015-08-12T17:34:10.526000 | 2014-11-27T17:01:00 | 2014-11-27T17:01:00 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.gd.hellojson.jackson;
import org.codehaus.jackson.JsonGenerationException;
import org.codehaus.jackson.map.ObjectMapper;
import org.codehaus.jackson.node.ArrayNode;
import org.codehaus.jackson.node.JsonNodeFactory;
import org.codehaus.jackson.node.ObjectNode;
import java.io.IOException;
/**
* @author Go... | UTF-8 | Java | 760 | java | jacksonTest1.java | Java | [
{
"context": "Node;\n\nimport java.io.IOException;\n\n/**\n * @author Gorhover\n * @version 1.0-SNAPSHOT\n * @since 2013-09-17 12:",
"end": 326,
"score": 0.9888272285461426,
"start": 318,
"tag": "USERNAME",
"value": "Gorhover"
}
] | null | [] | package org.gd.hellojson.jackson;
import org.codehaus.jackson.JsonGenerationException;
import org.codehaus.jackson.map.ObjectMapper;
import org.codehaus.jackson.node.ArrayNode;
import org.codehaus.jackson.node.JsonNodeFactory;
import org.codehaus.jackson.node.ObjectNode;
import java.io.IOException;
/**
* @author Go... | 760 | 0.738158 | 0.715789 | 30 | 24.333334 | 24.686478 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 2 |
8bd34d65f69b510bd7f0e9f7122599bd3f68fd69 | 25,185,688,235,395 | 02570607edea101396ff231025498056ece3df31 | /TVLibrary/src/main/java/com/swl/tvlibrary/customBridge/VerticalScrollBridge.java | 92a2ebd6a3c5d5d6d5560d489747baed761fe025 | [] | no_license | SKToukir/FileBrowser-TV | https://github.com/SKToukir/FileBrowser-TV | 978048f6d172224522d57b06a2282b2f9fd922ea | 25b6d2f19bd76d7933f143744d1b01a40958f2ef | refs/heads/master | 2023-03-05T15:12:25.861000 | 2021-02-18T04:41:21 | 2021-02-18T04:41:21 | 334,580,130 | 5 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.swl.tvlibrary.customBridge;
import android.animation.Animator;
import android.animation.Animator.AnimatorListener;
import android.animation.AnimatorSet;
import android.animation.ObjectAnimator;
import android.graphics.Rect;
import android.graphics.RectF;
import android.view.View;
import android.view.ViewPa... | UTF-8 | Java | 7,121 | java | VerticalScrollBridge.java | Java | [
{
"context": "*\n * 用于一个页面的垂直布局,解决当页面垂直滚动时,边框位置不对的问题\n *\n *@author zhangTianSheng 956122936@qq.com\n */\npublic class VerticalScrollB",
"end": 559,
"score": 0.9998366832733154,
"start": 545,
"tag": "NAME",
"value": "zhangTianSheng"
},
{
"context": ",解决当页面垂直滚动时,边框位置不对的问题\n *\n *@auth... | null | [] | package com.swl.tvlibrary.customBridge;
import android.animation.Animator;
import android.animation.Animator.AnimatorListener;
import android.animation.AnimatorSet;
import android.animation.ObjectAnimator;
import android.graphics.Rect;
import android.graphics.RectF;
import android.view.View;
import android.view.ViewPa... | 7,112 | 0.63227 | 0.627075 | 186 | 36.252689 | 32.164154 | 116 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.682796 | false | false | 2 |
a620618a1cdc66da2283a419340da205c4bf6ec8 | 22,952,305,257,758 | c4623aa95fb8cdd0ee1bc68962711c33af44604e | /src/com/crashlytics/android/core/r$h.java | cbfa7f01ea7c28c93fd5c073702b5071bf923091 | [] | no_license | reverseengineeringer/com.yelp.android | https://github.com/reverseengineeringer/com.yelp.android | 48f7f2c830a3a1714112649a6a0a3110f7bdc2b1 | b0ac8d4f6cd5fc5543f0d8de399b6d7b3a2184c8 | refs/heads/master | 2021-01-19T02:07:25.997000 | 2016-07-19T16:37:24 | 2016-07-19T16:37:24 | 38,555,675 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.crashlytics.android.core;
import java.io.IOException;
final class r$h
extends r.j
{
b a;
public r$h(b paramb)
{
super(6, new r.j[0]);
a = paramb;
}
public int a()
{
return CodedOutputStream.b(1, a);
}
public void a(CodedOutputStream paramCodedOutputStream)
throws... | UTF-8 | Java | 513 | java | r$h.java | Java | [] | null | [] | package com.crashlytics.android.core;
import java.io.IOException;
final class r$h
extends r.j
{
b a;
public r$h(b paramb)
{
super(6, new r.j[0]);
a = paramb;
}
public int a()
{
return CodedOutputStream.b(1, a);
}
public void a(CodedOutputStream paramCodedOutputStream)
throws... | 513 | 0.631579 | 0.610136 | 32 | 15.0625 | 15.984245 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.3125 | false | false | 2 |
75392fe6bab2d5c35df75659ebf1c947a3a47274 | 29,025,389,022,024 | a00413d3cd1eedbc7f8ba002658a16dfe27d2837 | /ManejoArchivosJframe/src/manejoarchivo/CrearArchivoTexto.java | 607719d7bb44398b5e3527abfc4bccd6a5954446 | [] | no_license | aorellanad/applied_programming | https://github.com/aorellanad/applied_programming | 469d7e4b9d5e2668b1abfcd43171d318ed3e2d57 | 8c14c564f4a298bdb960c3247fb6c116afd74fa7 | refs/heads/master | 2022-12-07T22:55:17.991000 | 2020-08-29T03:37:09 | 2020-08-29T03:37:09 | 268,983,815 | 0 | 1 | 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 manejoarchivo;
import clases.RegistroCuenta;
import java.io.FileNotFoundException;
import java.util.Formatter;
impor... | UTF-8 | Java | 3,116 | java | CrearArchivoTexto.java | Java | [
{
"context": "\r\nimport java.util.Scanner;\r\n\r\n/**\r\n *\r\n * @author majito1\r\n */\r\npublic class CrearArchivoTexto \r\n { ",
"end": 457,
"score": 0.9995782971382141,
"start": 450,
"tag": "USERNAME",
"value": "majito1"
}
] | 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 manejoarchivo;
import clases.RegistroCuenta;
import java.io.FileNotFoundException;
import java.util.Formatter;
impor... | 3,116 | 0.430957 | 0.42903 | 86 | 34.209301 | 26.300198 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.418605 | false | false | 2 |
4f7be301fabaf8bdba4f97f7f19942847f9e3c7d | 4,406,636,471,987 | 04dc4276e29e0a7307ebf5489139495fb098d0a9 | /src/Game/ItemUseage.java | 5c53da7c592dbb8b9d8f2a51ac5d239e2ce97d44 | [] | no_license | kbuzsaki/FEK | https://github.com/kbuzsaki/FEK | 9b84179c928aa89652852982a60359f57c92f043 | f0dee5d41e1a4d327c2a2bda2edba8ad215b47c0 | refs/heads/master | 2021-01-13T07:38:43.736000 | 2013-10-08T19:24:06 | 2013-10-08T19:24:06 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright 2012 Kyle Buzsaki. All Rights Reserved.
*/
package Game;
import Sprites.AnimationEffect;
import Sprites.AnimationEffectFactory;
import Sprites.CompletionListener;
import Units.Items.UseableItem;
import Units.Unit;
import java.util.ArrayList;
import java.util.Collection;
public class ItemUseage {
... | UTF-8 | Java | 1,367 | java | ItemUseage.java | Java | [
{
"context": "/*\n * Copyright 2012 Kyle Buzsaki. All Rights Reserved.\n */\npackage Game;\n\nimport S",
"end": 33,
"score": 0.9995000958442688,
"start": 21,
"tag": "NAME",
"value": "Kyle Buzsaki"
}
] | null | [] | /*
* Copyright 2012 <NAME>. All Rights Reserved.
*/
package Game;
import Sprites.AnimationEffect;
import Sprites.AnimationEffectFactory;
import Sprites.CompletionListener;
import Units.Items.UseableItem;
import Units.Unit;
import java.util.ArrayList;
import java.util.Collection;
public class ItemUseage {
privat... | 1,361 | 0.664228 | 0.661302 | 55 | 23.854546 | 18.91264 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.490909 | false | false | 2 |
c32e3cf8c2d0fc32c508097e0ac4acd3a9139880 | 11,476,152,680,401 | 18e79e556750941d2f06f67a3854373455353b95 | /src/test/java/xyz/superdev/algorithm/question/PalindromeNumberTests.java | 690d17a671fde363d9c8fcdf30e0dbd5b26c4c16 | [] | no_license | mindcloud92/algorithm | https://github.com/mindcloud92/algorithm | 3a6de33a98833a33bfbea591596a3b5e445f41aa | 4a2547e640c062f04e64ff2c6964e7d6d12114d5 | refs/heads/main | 2023-08-06T08:22:52.756000 | 2022-03-19T11:51:34 | 2022-03-19T11:51:34 | 392,210,045 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package xyz.superdev.algorithm.question;
import static org.junit.jupiter.api.Assertions.assertFalse;
import static org.junit.jupiter.api.Assertions.assertTrue;
import org.junit.jupiter.api.BeforeAll;
import org.junit.jupiter.api.Test;
public class PalindromeNumberTests {
private static PalindromeNumber palindrome... | UTF-8 | Java | 970 | java | PalindromeNumberTests.java | Java | [] | null | [] | package xyz.superdev.algorithm.question;
import static org.junit.jupiter.api.Assertions.assertFalse;
import static org.junit.jupiter.api.Assertions.assertTrue;
import org.junit.jupiter.api.BeforeAll;
import org.junit.jupiter.api.Test;
public class PalindromeNumberTests {
private static PalindromeNumber palindrome... | 970 | 0.735052 | 0.724742 | 45 | 20.555555 | 23.737972 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.355556 | false | false | 2 |
05a4e75a52a312fc0635eb287e021b2dcfe84337 | 7,576,322,326,503 | 2a7296d1d888b5ceedb8711af52615b2a43b0ddc | /src/Actor.java | 0a6ccde8aa3aec2cd6f02994f9206e0f61b68b20 | [] | no_license | Lukem121/space-invaders-remake | https://github.com/Lukem121/space-invaders-remake | abd1e2e64e9b1d4059c39c555748384a01ed853d | 70d279b0e8c3fc4e6a80bf4c64475f7d1aa5a18e | refs/heads/master | 2022-12-15T16:25:28.518000 | 2020-09-10T16:09:35 | 2020-09-10T16:09:35 | 128,804,079 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
public abstract class Actor implements Stage {
//This is an abstract class that gives each actor properties
int Width;
int Height;
int LocationX;
int LocationY;
int Speed;
int Life;
}
| UTF-8 | Java | 198 | java | Actor.java | Java | [] | null | [] |
public abstract class Actor implements Stage {
//This is an abstract class that gives each actor properties
int Width;
int Height;
int LocationX;
int LocationY;
int Speed;
int Life;
}
| 198 | 0.727273 | 0.727273 | 12 | 15.416667 | 18.085253 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.333333 | false | false | 2 |
db15079f2b084317bd094a813b8ef5eb6a1a9e60 | 1,168,231,104,866 | 8c6fdf8635b6a439d41fee7a399249005c285f9d | /examples/boot-api/src/main/java/org/springside/examples/bootapi/domain/SysRole.java | 66f816a7fc450bc96502033dc62fdbe44bd4d553 | [
"Apache-2.0"
] | permissive | yxy2018/test | https://github.com/yxy2018/test | 572dd81e8ca3c08faae68ac6df68525c3bfcbdd7 | 8ac0ade8b85cb44f517e0d82c0b1f56edf1bca27 | refs/heads/master | 2022-12-08T23:57:34.981000 | 2019-06-04T06:35:00 | 2019-06-04T06:35:00 | 186,755,507 | 0 | 0 | Apache-2.0 | false | 2022-11-16T07:50:10 | 2019-05-15T05:33:13 | 2019-06-04T06:35:53 | 2022-11-16T07:50:06 | 75,429 | 0 | 0 | 11 | Java | false | false | package org.springside.examples.bootapi.domain;
import org.apache.commons.lang3.builder.ToStringBuilder;
import org.hibernate.annotations.GenericGenerator;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.Id;
// JPA实体类的标识
/**
* 课程类别表
*/
@Entity
public class SysRol... | UTF-8 | Java | 872 | java | SysRole.java | Java | [] | null | [] | package org.springside.examples.bootapi.domain;
import org.apache.commons.lang3.builder.ToStringBuilder;
import org.hibernate.annotations.GenericGenerator;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.Id;
// JPA实体类的标识
/**
* 课程类别表
*/
@Entity
public class SysRol... | 872 | 0.709476 | 0.705736 | 38 | 20.105263 | 20.28973 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.368421 | false | false | 2 |
c7f922505d958b8c02f2dd01bfbd4171c13baa6b | 6,356,551,627,100 | fd7da3068eb9b6017958725de4c37e68bfdca0d1 | /app/src/main/java/com/haiwai/administrator/japanhouse/model/TopSearchHintBean.java | 20aa8589e154d0eec1bb61ce9131f2edf53136e9 | [] | no_license | lxkman/japan_house | https://github.com/lxkman/japan_house | aa975169df03a143cb2b6e30f9b4b16c0f651b4c | f49907b9255b6f140622b300886da46e104f2ff1 | refs/heads/master | 2020-03-09T04:43:08.298000 | 2018-09-14T01:08:49 | 2018-09-14T01:08:49 | 128,593,873 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.haiwai.administrator.japanhouse.model;
import java.util.List;
/**
* Created by admin on 2018/5/21.
*/
public class TopSearchHintBean {
/**
* msg : 请求成功
* code : 200
* datas : [{"val":"1"}]
*/
private String msg;
private String code;
private List<DatasBean> datas;... | UTF-8 | Java | 1,002 | java | TopSearchHintBean.java | Java | [
{
"context": "odel;\n\nimport java.util.List;\n\n/**\n * Created by admin on 2018/5/21.\n */\n\npublic class TopSearchHintBean",
"end": 101,
"score": 0.9383862018585205,
"start": 96,
"tag": "USERNAME",
"value": "admin"
}
] | null | [] | package com.haiwai.administrator.japanhouse.model;
import java.util.List;
/**
* Created by admin on 2018/5/21.
*/
public class TopSearchHintBean {
/**
* msg : 请求成功
* code : 200
* datas : [{"val":"1"}]
*/
private String msg;
private String code;
private List<DatasBean> datas;... | 1,002 | 0.523139 | 0.511066 | 60 | 15.566667 | 14.45956 | 50 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.233333 | false | false | 2 |
e9cfcac11d61ee1c67c62d3cb555c035f25b772c | 32,487,132,658,252 | 450107a74c9dbd80d4ebdbcb912c22eb98717ce6 | /DesignPatternByExample/src/com/design/strategy/flyrun/CircusManger.java | 05f51c39969298fc37d27d54093dac1200b9d410 | [] | no_license | slgithub/techRepo | https://github.com/slgithub/techRepo | 9b4836136db1b0d6ef8a6cd2fc48b35faf6576ce | e7e5596d2fa8e3c3d66d63152424249904c795f1 | refs/heads/master | 2021-01-10T21:13:14.041000 | 2015-12-09T14:31:09 | 2015-12-09T14:31:09 | 34,501,042 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.design.strategy.flyrun;
public class CircusManger {
public static void main(String[] arg){
Animal[] animalOnStage= new Animal[3];
animalOnStage[0]= new Dog("Luckky---the Dog----");
animalOnStage[1]= new Bird("Twidder--Sweet Singer");
animalOnStage[2]= new Penguine("Penguine of Maddaguskar... | UTF-8 | Java | 399 | java | CircusManger.java | Java | [] | null | [] | package com.design.strategy.flyrun;
public class CircusManger {
public static void main(String[] arg){
Animal[] animalOnStage= new Animal[3];
animalOnStage[0]= new Dog("Luckky---the Dog----");
animalOnStage[1]= new Bird("Twidder--Sweet Singer");
animalOnStage[2]= new Penguine("Penguine of Maddaguskar... | 399 | 0.666667 | 0.656642 | 15 | 24.6 | 21.278471 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.666667 | false | false | 2 |
a2f3489a7a5022a8a7c0aef67ea4f154dac01587 | 11,613,591,637,212 | 3245aba2459979b922b2db023cea0056b68482e5 | /src/main/java/com/idugalic/queryside/team/domain/Team.java | 597aafb6f5724b097b3468344fd6d318bd6ce2f5 | [
"Apache-2.0"
] | permissive | ivans-innovation-lab/my-company-team-materialized-view | https://github.com/ivans-innovation-lab/my-company-team-materialized-view | 3e8cababf6e2671969c9f1be8df958441f887aec | 494c4bebe95ceff0eacc43cc130a253f5ea301b2 | refs/heads/master | 2021-09-07T23:46:35.827000 | 2018-03-03T12:59:36 | 2018-03-03T12:59:36 | 103,636,985 | 1 | 0 | Apache-2.0 | false | 2018-03-03T12:59:37 | 2017-09-15T09:04:14 | 2017-10-28T18:11:40 | 2018-03-03T12:59:37 | 31 | 0 | 0 | 1 | Java | false | null | package com.idugalic.queryside.team.domain;
import java.util.HashSet;
import java.util.Set;
import javax.persistence.CascadeType;
import javax.persistence.Entity;
import javax.persistence.Id;
import javax.persistence.JoinColumn;
import javax.persistence.ManyToOne;
import javax.persistence.OneToMany;
import javax.pers... | UTF-8 | Java | 2,483 | java | Team.java | Java | [] | null | [] | package com.idugalic.queryside.team.domain;
import java.util.HashSet;
import java.util.Set;
import javax.persistence.CascadeType;
import javax.persistence.Entity;
import javax.persistence.Id;
import javax.persistence.JoinColumn;
import javax.persistence.ManyToOne;
import javax.persistence.OneToMany;
import javax.pers... | 2,483 | 0.741442 | 0.741442 | 119 | 19.865545 | 19.582157 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.327731 | false | false | 2 |
2f5636feb8461eb3459c7e583cc1d5fb3e72a490 | 29,832,842,865,186 | eb8699c97416b5af6857c81ddb9fdc13dba363d7 | /MinimalismEShop/src/main/java/com/minimalism/shop/cmn/base/BaseServiceImpl.java | cdf012de63ab8def77a587fe5485a87fdf13d664 | [] | no_license | uynuyn/InternshipProject | https://github.com/uynuyn/InternshipProject | ce5299d42034ca4536dd42fbeb5fb7c2de483306 | b259506e1c834ec553f7e76f046f9a2957431518 | refs/heads/master | 2021-01-01T04:46:54.964000 | 2018-04-30T04:13:32 | 2018-04-30T04:13:32 | 97,240,890 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.minimalism.shop.cmn.base;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
@Service
public abstract class BaseServiceImpl<E,I>{
@Autowired private BaseRepositoryImpl<E, I> baseRepository;
public E save(E entity) {
// TODO Auto-generated m... | UTF-8 | Java | 493 | java | BaseServiceImpl.java | Java | [] | null | [] | package com.minimalism.shop.cmn.base;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
@Service
public abstract class BaseServiceImpl<E,I>{
@Autowired private BaseRepositoryImpl<E, I> baseRepository;
public E save(E entity) {
// TODO Auto-generated m... | 493 | 0.762677 | 0.762677 | 22 | 21.40909 | 21.689249 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.954545 | false | false | 2 |
e394975212112a72a115e5f2edb4b73125deb6ef | 893,353,240,775 | 235341626f23ec9f740b2ce5d5cd08f8052ec75c | /src/test/java/com/jparams/object/builder/type/TypeMapTest.java | 24708756ca86950699be53f1fa44ffbe5d5cbf35 | [
"MIT"
] | permissive | jparams/object-builder | https://github.com/jparams/object-builder | 9b612e23efa402088f555323e9690f0f36b19f5e | ba0d6f3682e324928667c6f53344d5105c6f80c2 | refs/heads/master | 2021-07-22T05:28:36.611000 | 2020-01-03T15:37:12 | 2020-01-03T15:37:12 | 104,455,078 | 6 | 1 | null | false | 2021-07-12T05:35:12 | 2017-09-22T09:09:36 | 2021-04-27T08:31:08 | 2021-07-12T05:35:09 | 105 | 4 | 0 | 5 | Java | false | false | package com.jparams.object.builder.type;
import java.util.List;
import java.util.Optional;
import org.junit.Before;
import org.junit.Test;
import static org.assertj.core.api.Assertions.assertThat;
public class TypeMapTest
{
private TypeMap<String> subject;
@Before
public void setUp()
{
subj... | UTF-8 | Java | 1,704 | java | TypeMapTest.java | Java | [] | null | [] | package com.jparams.object.builder.type;
import java.util.List;
import java.util.Optional;
import org.junit.Before;
import org.junit.Test;
import static org.assertj.core.api.Assertions.assertThat;
public class TypeMapTest
{
private TypeMap<String> subject;
@Before
public void setUp()
{
subj... | 1,704 | 0.669601 | 0.669601 | 68 | 24.07353 | 30.392199 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.382353 | false | false | 2 |
9b83c3b39f1473c4e158dee297f4c60ce51052e1 | 10,797,547,814,519 | de3c2d89f623527b35cc5dd936773f32946025d2 | /src/main/java/com/app/hubert/guide/lifecycle/FragmentLifecycle.java | 80af2cd2fa73c8b1670714d5cb3742ff27ce8bf3 | [] | no_license | ren19890419/lvxing | https://github.com/ren19890419/lvxing | 5f89f7b118df59fd1da06aaba43bd9b41b5da1e6 | 239875461cb39e58183ac54e93565ec5f7f28ddb | refs/heads/master | 2023-04-15T08:56:25.048000 | 2020-06-05T10:46:05 | 2020-06-05T10:46:05 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.app.hubert.guide.lifecycle;
/* renamed from: com.app.hubert.guide.lifecycle.a */
public interface FragmentLifecycle {
/* renamed from: a */
void mo12306a();
/* renamed from: b */
void mo12308b();
/* renamed from: c */
void mo12309c();
/* renamed from: d */
void mo12310d()... | UTF-8 | Java | 324 | java | FragmentLifecycle.java | Java | [] | null | [] | package com.app.hubert.guide.lifecycle;
/* renamed from: com.app.hubert.guide.lifecycle.a */
public interface FragmentLifecycle {
/* renamed from: a */
void mo12306a();
/* renamed from: b */
void mo12308b();
/* renamed from: c */
void mo12309c();
/* renamed from: d */
void mo12310d()... | 324 | 0.614198 | 0.552469 | 16 | 19.25 | 15.192514 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.3125 | false | false | 2 |
9f0a94e5c63a448944d7dd02da646157433dafa1 | 13,546,326,863,299 | b34014ba132b3946b2f2399f6f93f80acda4a47c | /xw-ai-web-starter/src/main/java/com/xuanwu/ai/filter/OrderedMdcFilter.java | d8f6e86ba5b0faa6cf95ee8b326da365efe6ae02 | [] | no_license | chengguanyi/xw-ai-all | https://github.com/chengguanyi/xw-ai-all | 2137392c0e8a77de7eb959292fec1ca096bab70b | 8b9f4e81e2011cc23e0fd96dea65a5de1e1b0565 | refs/heads/master | 2023-03-26T13:45:12.357000 | 2021-03-25T08:50:20 | 2021-03-25T08:50:20 | 333,618,220 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.xuanwu.ai.filter;
import org.springframework.core.Ordered;
public class OrderedMdcFilter extends MdcFilter implements Ordered {
private int order = Ordered.HIGHEST_PRECEDENCE + 200;
@Override
public int getOrder() {
return this.order;
}
/**
* Set the order for this filt... | UTF-8 | Java | 444 | java | OrderedMdcFilter.java | Java | [] | null | [] | package com.xuanwu.ai.filter;
import org.springframework.core.Ordered;
public class OrderedMdcFilter extends MdcFilter implements Ordered {
private int order = Ordered.HIGHEST_PRECEDENCE + 200;
@Override
public int getOrder() {
return this.order;
}
/**
* Set the order for this filt... | 444 | 0.648649 | 0.641892 | 22 | 19.181818 | 19.892065 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.227273 | false | false | 2 |
cbcda16b7a8c649649ec29f77d15d23861e3d1cd | 13,546,326,864,107 | 5b07e9959f439c1fbdb9441859fab63a10ada67a | /app/src/main/java/com/vip/helper/bean/OrderBean.java | 6de3068db71f8701cd6a2312a3b2ecabe61fac0f | [] | no_license | 1023863295/Helper | https://github.com/1023863295/Helper | cf7cfc7103e6cd55eb65e09f76a6ce245340b1e1 | a4c25925408ede67448131005adc2db2bc4560d8 | refs/heads/master | 2021-08-20T10:07:45.047000 | 2017-09-12T10:42:29 | 2017-09-12T10:42:29 | 96,124,345 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.vip.helper.bean;
/**
* 作者:liuliang
* 时间 2017/8/13 19:35
* 邮箱:liang.liu@zmind.cn
*/
public class OrderBean {
}
| UTF-8 | Java | 143 | java | OrderBean.java | Java | [
{
"context": "package com.vip.helper.bean;\n\n/**\n * 作者:liuliang\n * 时间 2017/8/13 19:35\n * 邮箱:liang.liu@zmind.cn\n *",
"end": 48,
"score": 0.9995940327644348,
"start": 40,
"tag": "USERNAME",
"value": "liuliang"
},
{
"context": ";\n\n/**\n * 作者:liuliang\n * 时间 2017/8/13 19:35\n * 邮箱... | null | [] | package com.vip.helper.bean;
/**
* 作者:liuliang
* 时间 2017/8/13 19:35
* 邮箱:<EMAIL>
*/
public class OrderBean {
}
| 132 | 0.653543 | 0.566929 | 9 | 13.111111 | 10.774914 | 28 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.111111 | false | false | 2 |
5427edd7d78589385821ab51765b898606e0ffee | 13,546,326,861,999 | 90eaf20741fba8f73ec16b341ac40d83a4fc7b48 | /atc-model/src/main/java/com/atc/connection/InventoryEM.java | 33e92fd0fbf1bb077cb77f72cb65400ac68b59d3 | [] | no_license | juanramirez93/appATC | https://github.com/juanramirez93/appATC | af8d92c3dd6f3b62e7708cb93da8d307ec5d1711 | 2e58681acd2a933ba74c890f9a25108d4e2f5130 | refs/heads/master | 2020-03-27T20:10:18.001000 | 2018-11-26T16:06:04 | 2018-11-26T16:06:14 | 135,716,919 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.atc.connection;
import com.atc.model.Inventory;
import javax.persistence.TypedQuery;
import java.util.List;
public class InventoryEM extends EM implements AbstractEntityManager<Inventory> {
@Override
public List<Inventory> getAll() {
return null;
}
@Override
public List<Invent... | UTF-8 | Java | 1,708 | java | InventoryEM.java | Java | [] | null | [] | package com.atc.connection;
import com.atc.model.Inventory;
import javax.persistence.TypedQuery;
import java.util.List;
public class InventoryEM extends EM implements AbstractEntityManager<Inventory> {
@Override
public List<Inventory> getAll() {
return null;
}
@Override
public List<Invent... | 1,708 | 0.543326 | 0.539813 | 57 | 28.964912 | 24.029196 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.421053 | false | false | 2 |
dbd3920d35959e9898ac03d9886a25a812593bcc | 24,601,572,717,070 | 89409c58188b5360933bae73020f2e584c65b65b | /app/src/main/java/com/sung/databinding/MainActivity.java | 089fe2269d096fa737f7916beeae7bdab4d1c7fb | [] | no_license | ssccbb/DataBinding | https://github.com/ssccbb/DataBinding | b669e07927e11e2f8ee36baa0876590cc3a37b57 | 90d761ff8ada6b657a86014ab32c0fe48d9e0d85 | refs/heads/master | 2022-12-12T13:37:49.167000 | 2020-08-27T05:34:47 | 2020-08-27T05:34:47 | 290,105,211 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.sung.databinding;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import com.sung.databinding.sample.BindingAdapterSampleActivity;
import com.sung.databinding.sample.MutualSampleActivity;
import com.sung.databinding.sampl... | UTF-8 | Java | 1,996 | java | MainActivity.java | Java | [] | null | [] | package com.sung.databinding;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import com.sung.databinding.sample.BindingAdapterSampleActivity;
import com.sung.databinding.sample.MutualSampleActivity;
import com.sung.databinding.sampl... | 1,996 | 0.627883 | 0.627883 | 54 | 34.351852 | 22.888746 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.592593 | false | false | 2 |
cc1cb526b7baca184794d2ae67abd5789aa49f54 | 2,534,030,736,257 | b05b26f3547d4213210290f4fdedba685a5ae48c | /src/정렬/MergeSort.java | 9c8a1f9ef9d325afe321a07c01e6663414917c9c | [] | no_license | pve123/Algorithm | https://github.com/pve123/Algorithm | 76c226df8c7b4e8a96966157847041667ee1f3d4 | 1279a44d069e9901b199b7380cfccfe5fcf124b2 | refs/heads/master | 2021-05-17T21:38:01.875000 | 2020-04-08T12:58:04 | 2020-04-08T12:58:04 | 250,964,217 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package 정렬;
import java.util.Arrays;
public class MergeSort {
private int[] mergesort;
public void mergesecond(int[] arr, int l, int middle, int r) {
mergesort = new int[arr.length];
int i = l;
int j = middle + 1;
int k = l;
while (i <= middle && j <= r) {
if (arr[i] < arr[j]) {
mergesort[k] = ... | UTF-8 | Java | 1,335 | java | MergeSort.java | Java | [] | null | [] | package 정렬;
import java.util.Arrays;
public class MergeSort {
private int[] mergesort;
public void mergesecond(int[] arr, int l, int middle, int r) {
mergesort = new int[arr.length];
int i = l;
int j = middle + 1;
int k = l;
while (i <= middle && j <= r) {
if (arr[i] < arr[j]) {
mergesort[k] = ... | 1,335 | 0.516104 | 0.505106 | 63 | 19.206348 | 18.817553 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.634921 | false | false | 2 |
e8b9c7a706aeba961b0ecd2563b12498160a06fb | 8,486,855,428,001 | 5e3235edf3de262f4d10b9e9e1fcc3bd13d6b8b1 | /Code Snippet Repository/Maven/Maven1826.java | 97fc322f7c4d919fb10d6e78a3c4b61e3b039c6f | [] | no_license | saber13812002/DeepCRM | https://github.com/saber13812002/DeepCRM | 3336a244d4852a364800af3181e03e868cf6f9f5 | be3e5e50e34a042d5ba7259ff5ff75c08ab32bb9 | refs/heads/master | 2023-03-16T00:08:06.473000 | 2018-04-18T05:29:50 | 2018-04-18T05:29:50 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | private static int getBuildNumber( Metadata metadata )
{
int number = 0;
Versioning versioning = metadata.getVersioning();
if ( versioning != null )
{
Snapshot snapshot = versioning.getSnapshot();
if ( snapshot != null && snapshot.getBuildNumber() > 0 )
... | UTF-8 | Java | 439 | java | Maven1826.java | Java | [] | null | [] | private static int getBuildNumber( Metadata metadata )
{
int number = 0;
Versioning versioning = metadata.getVersioning();
if ( versioning != null )
{
Snapshot snapshot = versioning.getSnapshot();
if ( snapshot != null && snapshot.getBuildNumber() > 0 )
... | 439 | 0.517084 | 0.512528 | 16 | 26.1875 | 22.801367 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.3125 | false | false | 2 |
0c853bbf049e0d709c648f4102ee51987b6fdb9d | 14,663,018,391,386 | 2e79b73c6918b6b1d410b8c70f0c1521bd019161 | /app/src/main/java/com/wardrobe/gallery/CameraTask.java | dbeb0259737f08220dad28b19da6d0c1f62a66df | [
"MIT"
] | permissive | hardikm9850/Wardrobe | https://github.com/hardikm9850/Wardrobe | fd90fad21b54293d9cd5036e51734d6f1266df6c | f72a2fd1b09d3c17f9104341163cb6e7cb14c604 | refs/heads/master | 2021-05-14T17:03:15.945000 | 2018-01-06T14:01:18 | 2018-01-06T14:01:18 | 116,035,981 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.wardrobe.gallery;
import android.content.Context;
import android.content.Intent;
import android.graphics.Bitmap;
import android.net.Uri;
import android.os.Environment;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import android.util.Log;
import android.widget.Toast... | UTF-8 | Java | 2,881 | java | CameraTask.java | Java | [
{
"context": "am;\nimport java.util.ArrayList;\n\n/**\n * Created by hardik on 04/10/17.\n */\n\npublic class CameraTask {\n p",
"end": 627,
"score": 0.9995778799057007,
"start": 621,
"tag": "USERNAME",
"value": "hardik"
}
] | null | [] | package com.wardrobe.gallery;
import android.content.Context;
import android.content.Intent;
import android.graphics.Bitmap;
import android.net.Uri;
import android.os.Environment;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import android.util.Log;
import android.widget.Toast... | 2,881 | 0.630337 | 0.626866 | 78 | 35.935898 | 24.799887 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.769231 | false | false | 2 |
685319a12a2eadb6c80da3100c890c5f36fda84b | 25,881,472,965,076 | e9d7665c307cb071de327aae923d3a5a234b24c2 | /yuyongliang-parent/puff-framework/src/main/java/com/puff/web/mvc/Dispatcher.java | 4c8ccf1a4007d417d768f6e7c9a962670872f687 | [] | no_license | yyl4654/yuyongliang-parent | https://github.com/yyl4654/yuyongliang-parent | a517f45fec683b5bcc463a5930ebfd9cb98b62d3 | 411ab4cb0c674fc44b26f06c63ca69d9e69651d1 | refs/heads/master | 2018-11-09T17:19:37.342000 | 2018-08-24T07:51:40 | 2018-08-24T07:53:10 | 136,574,911 | 3 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.puff.web.mvc;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
public abstract class Dispatcher {
protected Dispatcher chain;
/**
*
* @param target
* @param request
* @param response
* @param provider
*/
public abstract void dis... | UTF-8 | Java | 434 | java | Dispatcher.java | Java | [] | null | [] | package com.puff.web.mvc;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
public abstract class Dispatcher {
protected Dispatcher chain;
/**
*
* @param target
* @param request
* @param response
* @param provider
*/
public abstract void dis... | 434 | 0.737327 | 0.737327 | 18 | 22.111111 | 30.953171 | 134 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.944444 | false | false | 2 |
60606558b22752f7badd71ee442caf69cafac285 | 3,891,240,398,276 | 10861d659456bf799056164df1d7aa49c4ff807d | /SWIFTMatching/src/main/java/com/prowidesoftware/swift/internal/SequenceStyle.java | 168c01d91f57fc39f2bbe83cc04eb6094779ee23 | [] | no_license | mavrk/brainwaves2019 | https://github.com/mavrk/brainwaves2019 | 061e783ada97bbb25ac4f8422f539e75dfc676a7 | 5aad21487d29b191cd9673d92604a19ef4341050 | refs/heads/master | 2020-04-29T06:59:07.977000 | 2019-03-17T03:11:26 | 2019-03-17T03:11:26 | 175,937,269 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.prowidesoftware.swift.internal;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
/**
* Mark detecting sequences strategy used.
* <em>Internal use</em>
* <ol>
* <li> <code>Type.GENERATED_16RS</code> </li>
* <li> <code>Type.GENERATED_FIXED_WITH_OPTIONAL_TAIL</cod... | UTF-8 | Java | 570 | java | SequenceStyle.java | Java | [] | null | [] | package com.prowidesoftware.swift.internal;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
/**
* Mark detecting sequences strategy used.
* <em>Internal use</em>
* <ol>
* <li> <code>Type.GENERATED_16RS</code> </li>
* <li> <code>Type.GENERATED_FIXED_WITH_OPTIONAL_TAIL</cod... | 570 | 0.712281 | 0.705263 | 20 | 27.5 | 24.816326 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.75 | false | false | 2 |
b802cee4b6308df42d986513fa0e69a9f29a19e2 | 2,714,419,399,928 | 4894e48e79f321184b12828350d261e713beac9c | /MyLauncher/src/main/java/mike/mylauncher/Global.java | 530ccdf2f1bb22569b3a3c5ac0af4e023d6277e2 | [] | no_license | 0xcc/android-practice | https://github.com/0xcc/android-practice | 925c6dd1849d13a400cc0ac2aeb6d27b335465e4 | 6a5b92a00d7b5d272e2556c349ff96fe42aa4b30 | refs/heads/master | 2021-01-01T03:33:18.487000 | 2016-05-16T11:31:11 | 2016-05-16T11:31:11 | 58,925,663 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package mike.mylauncher;
/**
* Created by Administrator on 15-11-17.
*/
public final class Global {
public final static int sIconSizePixels=96;
public final static int sMax_imageloading_threads=7;
}
| UTF-8 | Java | 212 | java | Global.java | Java | [] | null | [] | package mike.mylauncher;
/**
* Created by Administrator on 15-11-17.
*/
public final class Global {
public final static int sIconSizePixels=96;
public final static int sMax_imageloading_threads=7;
}
| 212 | 0.726415 | 0.683962 | 10 | 20.200001 | 20.6 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.3 | false | false | 2 |
02871e7df24ac823e51cf4ffd98c747cb7d144e4 | 8,624,294,368,354 | 8decdadc016c32cfd18b0903f45b6e85a8a8aee0 | /src/test/java/com/OX/app/BoardTest.java | 9535f84b4382dca5c39326d249f848b2c53b19ac | [] | no_license | Kapaika/OX | https://github.com/Kapaika/OX | c14ef7af962446f270f81db250343a6248abf7ea | aed5a596390cfb4acf74f14e97be1c1f12d56854 | refs/heads/master | 2020-04-28T21:23:47.284000 | 2019-04-08T15:51:55 | 2019-04-08T15:51:55 | 175,580,336 | 0 | 0 | null | false | 2019-04-08T15:51:56 | 2019-03-14T08:32:13 | 2019-03-21T18:38:44 | 2019-04-08T15:51:56 | 174 | 0 | 0 | 0 | Java | false | false | package com.OX.app;
import org.testng.Assert;
import org.testng.annotations.DataProvider;
import org.testng.annotations.Test;
/**
* @author Bartosz Kupajski
*/
@Test
public class BoardTest {
@Test
public void testOfBoardCreation(){
Board board = new Board(null);
Assert.assertNotNull(board);... | UTF-8 | Java | 1,162 | java | BoardTest.java | Java | [
{
"context": "mport org.testng.annotations.Test;\n\n/**\n * @author Bartosz Kupajski\n */\n@Test\npublic class BoardTest {\n\n @Test\n ",
"end": 159,
"score": 0.9998509883880615,
"start": 143,
"tag": "NAME",
"value": "Bartosz Kupajski"
}
] | null | [] | package com.OX.app;
import org.testng.Assert;
import org.testng.annotations.DataProvider;
import org.testng.annotations.Test;
/**
* @author <NAME>
*/
@Test
public class BoardTest {
@Test
public void testOfBoardCreation(){
Board board = new Board(null);
Assert.assertNotNull(board);
}
... | 1,152 | 0.551635 | 0.532702 | 49 | 22.714285 | 18.274549 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.714286 | false | false | 2 |
1902977c41b18fdb33cb5bea1458f6b646ba2611 | 24,472,723,680,583 | 9ad2a58ea17d69e61f2ff6ab92ac7ea3a245853c | /src/main/java/project/service/UsersServiceRest.java | fa35256c16f1b8e5bb82c8fc10e585616e379129 | [] | no_license | argosumy/UsersSpingBootJpa | https://github.com/argosumy/UsersSpingBootJpa | 81318283c64371ea18accc452ec783a4c4be1505 | cbf6636acd91731e56aaa0920b07b5294dc32eae | refs/heads/master | 2023-02-21T12:26:06.179000 | 2021-01-20T16:33:56 | 2021-01-20T16:33:56 | 328,241,192 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package project.service;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import project.model.User;
import project.repository.UsersRepository;
import javax.transaction.Transactional;
import java.util.List;
@Service
public class UsersServiceRest implements ... | UTF-8 | Java | 1,343 | java | UsersServiceRest.java | Java | [
{
"context": "createUser(User user){\n user.setFirstName(\"Ivan-Chai\");\n user.setLastName(\"Lozinskiy\");\n ",
"end": 1074,
"score": 0.9995858073234558,
"start": 1065,
"tag": "NAME",
"value": "Ivan-Chai"
},
{
"context": "FirstName(\"Ivan-Chai\");\n user.s... | null | [] | package project.service;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import project.model.User;
import project.repository.UsersRepository;
import javax.transaction.Transactional;
import java.util.List;
@Service
public class UsersServiceRest implements ... | 1,343 | 0.683544 | 0.676098 | 55 | 23.418182 | 19.285124 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.345455 | false | false | 2 |
adb658804aa3bcdc1b0a021ac386ef293dc07c18 | 11,476,152,623,357 | 40268182f4aca109612a7c54c74b40bda245c3a2 | /uima-ducc-database/src/main/java/org/apache/uima/ducc/database/DbAlive.java | d19b6070fb7b63a8c259eced7b2de7722cabdf06 | [
"LicenseRef-scancode-unknown",
"CC0-1.0",
"CC-BY-2.0",
"CC-BY-SA-2.5",
"BSD-3-Clause",
"LicenseRef-scancode-unknown-license-reference",
"CC-BY-SA-3.0",
"LicenseRef-scancode-unicode",
"CC-BY-SA-2.0",
"Apache-2.0",
"LicenseRef-scancode-public-domain",
"MPL-1.0",
"LicenseRef-scancode-proprietar... | permissive | apache/uima-ducc | https://github.com/apache/uima-ducc | 51f51158e5bfb7f4d85efebcd3961fc73967c1e6 | fd8cab1dfe0ee8bd4b2e52637735f994048725cd | refs/heads/trunk | 2023-08-22T05:21:56.848000 | 2020-05-27T12:41:11 | 2020-05-27T12:41:11 | 15,070,660 | 9 | 24 | Apache-2.0 | false | 2023-07-18T12:32:19 | 2013-12-10T08:00:23 | 2023-06-23T05:04:56 | 2023-07-18T12:32:08 | 57,108 | 10 | 17 | 2 | Java | false | false | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | UTF-8 | Java | 5,766 | java | DbAlive.java | Java | [] | null | [] | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | 5,766 | 0.562088 | 0.557579 | 165 | 33.945454 | 26.12215 | 149 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.593939 | false | false | 2 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.