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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
a9967c3b879e422b80e4fce1e62aa35ed8caf2d1 | 18,391,049,988,989 | 72f7f779280d0f63aa044fd10fd4bdac783cb84a | /154.java | d7a15580ffc69bfd5f6786e98a465387e9bb7f1b | [] | no_license | hefangli0412/Leetcode | https://github.com/hefangli0412/Leetcode | a6d2129a74804c253940210d9686b1dd0f3c740b | 08cbefc70fe83e966b3b578f86c4f61fc8606c95 | refs/heads/master | 2021-01-15T15:36:51.461000 | 2016-08-25T16:08:40 | 2016-08-25T16:08:40 | 52,333,461 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | // 154. Find Minimum in Rotated Sorted Array II
// https://leetcode.com/problems/find-minimum-in-rotated-sorted-array-ii/
// The logic is that if reverse-order it means the other part is in-order
// since there is only one rotation.
public class Solution {
public int findMin(int[] nums) {
// Assume that n... | UTF-8 | Java | 1,615 | java | 154.java | Java | [] | null | [] | // 154. Find Minimum in Rotated Sorted Array II
// https://leetcode.com/problems/find-minimum-in-rotated-sorted-array-ii/
// The logic is that if reverse-order it means the other part is in-order
// since there is only one rotation.
public class Solution {
public int findMin(int[] nums) {
// Assume that n... | 1,615 | 0.505263 | 0.494118 | 49 | 31.959183 | 20.950827 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.632653 | false | false | 3 |
63d392b3b3b7ce14598fc4e984aff95216015890 | 18,391,049,987,661 | 13eaa8a0cbafe59cf5d45bffce4d17110911d9a3 | /demos/metagun/metagun-desktop/src/com/mojang/metagun/entity/Explosion.java | 7ada851c05b53cc94ac6041a44390cd510e48bba | [] | no_license | eerock/libgdx | https://github.com/eerock/libgdx | edd235914c38e07b1a988177dc26f622722f400e | 377d816a2f87321081b1823b2f241b4098dc14cf | refs/heads/master | 2016-08-06T21:47:27.081000 | 2011-05-13T04:20:13 | 2011-05-13T04:20:13 | 1,745,459 | 2 | 3 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mojang.metagun.entity;
import com.mojang.metagun.Art;
import com.mojang.metagun.level.Camera;
import com.mojang.metagun.level.Level;
import com.mojang.metagun.screen.Screen;
public class Explosion extends Entity {
private int life, delay, color;
private int duration;
public int power... | UTF-8 | Java | 1,833 | java | Explosion.java | Java | [] | null | [] | package com.mojang.metagun.entity;
import com.mojang.metagun.Art;
import com.mojang.metagun.level.Camera;
import com.mojang.metagun.level.Level;
import com.mojang.metagun.screen.Screen;
public class Explosion extends Entity {
private int life, delay, color;
private int duration;
public int power... | 1,833 | 0.497545 | 0.474086 | 64 | 26.640625 | 22.051338 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.953125 | false | false | 3 |
3fba574821b3e8061250bab04606dc8842c93d60 | 32,057,635,964,403 | f820cb024736011db68bb205097eed9492ae9082 | /target/.generated/ruiteweb/gwt/admin/shared/server/ProductServer_Proxy.java | a1b190a1caa6d1d401236ed68b6914b6519cd93e | [] | no_license | newton449/ruite | https://github.com/newton449/ruite | 00ab899943e68da61724e1e80c3a7829b5aa6836 | 96b6e2528043b88fc26f0c1c84213876fdb60aca | refs/heads/master | 2016-09-16T01:59:34.321000 | 2014-10-28T01:01:10 | 2014-10-28T01:01:10 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ruiteweb.gwt.admin.shared.server;
import com.google.gwt.user.client.rpc.impl.RemoteServiceProxy;
import com.google.gwt.user.client.rpc.impl.ClientSerializationStreamWriter;
import com.google.gwt.user.client.rpc.SerializationStreamWriter;
import com.google.gwt.core.client.GWT;
import com.google.gwt.user.client.... | UTF-8 | Java | 9,164 | java | ProductServer_Proxy.java | Java | [] | null | [] | package ruiteweb.gwt.admin.shared.server;
import com.google.gwt.user.client.rpc.impl.RemoteServiceProxy;
import com.google.gwt.user.client.rpc.impl.ClientSerializationStreamWriter;
import com.google.gwt.user.client.rpc.SerializationStreamWriter;
import com.google.gwt.core.client.GWT;
import com.google.gwt.user.client.... | 9,164 | 0.764622 | 0.750873 | 168 | 53.547619 | 52.455288 | 209 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.797619 | false | false | 3 |
5e36720f328324f7d857b4454ffa8863557a2f1b | 15,178,414,425,650 | 9a371b3244681a240507f22fac2dcc108d1f4b5a | /src/edu/yangtze/service/UserService.java | 05b25a0480fe80832f45f87e7a134cea347c06e3 | [] | no_license | ForsakenFire/OnlineMarket | https://github.com/ForsakenFire/OnlineMarket | 69055b5c751ec100e88a1596aa933d0a72c28d8f | fdc497e978ba24e9fcc66495b0ec62aff15d4ba3 | refs/heads/master | 2018-11-16T10:12:08.659000 | 2018-10-17T09:08:49 | 2018-10-17T09:08:49 | 147,096,930 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package edu.yangtze.service;
import java.util.HashMap;
import java.util.List;
import edu.yangtze.bean.ShopCar;
import edu.yangtze.bean.User;
import edu.yangtze.bean.UserAddress;
import edu.yangtze.bean.querybean.ShopCar4Query;
public interface UserService {
/**
* 通过map装载查询条件获取User实体
* @p... | UTF-8 | Java | 1,897 | java | UserService.java | Java | [] | null | [] | package edu.yangtze.service;
import java.util.HashMap;
import java.util.List;
import edu.yangtze.bean.ShopCar;
import edu.yangtze.bean.User;
import edu.yangtze.bean.UserAddress;
import edu.yangtze.bean.querybean.ShopCar4Query;
public interface UserService {
/**
* 通过map装载查询条件获取User实体
* @p... | 1,897 | 0.638336 | 0.637131 | 101 | 14.425742 | 17.526413 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.188119 | false | false | 3 |
6b5ba1fc933fc06d6534699c9c0daa44656bf083 | 15,178,414,425,897 | 45e9cea08a7ed4edcfbb3b7a783eb6d29dc4bc28 | /src/main/java/com/nantian/npbs/packet/business/ISO8583/ISO8583Packet009001Helper.java | ff769e26f356f95e0b57222eeba0ae99be7e7d3b | [] | no_license | wudexin/npbs | https://github.com/wudexin/npbs | 178bed12a804fdddac5883f877b4134b47e36c41 | eb136dd82611f001efd627c99a909b0f899abefc | refs/heads/master | 2021-01-19T08:31:16.503000 | 2013-10-18T01:50:00 | 2013-10-18T01:50:00 | 6,915,314 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.nantian.npbs.packet.business.ISO8583;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.stereotype.Component;
import com.nantian.npbs.packet.BusinessMessage;
import com.nantian.npbs.packet.internal.TVCashData;
/**
* 有线电视查询
* @author wzd
*
*/
@Component
... | UTF-8 | Java | 1,480 | java | ISO8583Packet009001Helper.java | Java | [
{
"context": "internal.TVCashData;\r\n\r\n/**\r\n * 有线电视查询\r\n * @author wzd\r\n *\r\n */\r\n@Component\r\npublic class ISO8583Packet0",
"end": 298,
"score": 0.9995490908622742,
"start": 295,
"tag": "USERNAME",
"value": "wzd"
}
] | null | [] | package com.nantian.npbs.packet.business.ISO8583;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.stereotype.Component;
import com.nantian.npbs.packet.BusinessMessage;
import com.nantian.npbs.packet.internal.TVCashData;
/**
* 有线电视查询
* @author wzd
*
*/
@Component
... | 1,480 | 0.686782 | 0.648707 | 45 | 28.933332 | 27.907307 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.555556 | false | false | 3 |
c98523dd21de11e36bd06546b5a0388bec383b99 | 17,179,923,714 | 5308312a164c4d72a4c5813a2f07e5005e836cee | /src/test/java/com/example/simpletasktrackersystem/service/MainServiceTest.java | 0db2af1668e72c77c5df229a42cb117e42f3fc00 | [] | no_license | NeBugAFicha/SimpleTaskTrackerSystem | https://github.com/NeBugAFicha/SimpleTaskTrackerSystem | 886e520603692b8d065887df7b84de477fd8f441 | 0a7386a91ff70555b3378ac81293a0b3ee9dab51 | refs/heads/master | 2023-06-15T17:22:07.908000 | 2021-07-10T15:46:11 | 2021-07-10T15:46:11 | 381,365,475 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.simpletasktrackersystem.service;
import com.example.simpletasktrackersystem.domain.Task;
import com.example.simpletasktrackersystem.domain.User;
import com.example.simpletasktrackersystem.repos.ProjectRepo;
import com.example.simpletasktrackersystem.repos.TaskRepo;
import com.example.simpletasktrac... | UTF-8 | Java | 5,204 | java | MainServiceTest.java | Java | [
{
"context": "po.findAll().size();\n mainService.addUser(\"Stas\");\n mainService.addUser(\"egor\");\n i",
"end": 1093,
"score": 0.9580624103546143,
"start": 1089,
"tag": "NAME",
"value": "Stas"
},
{
"context": "ice.addUser(\"Stas\");\n mainService.addUser... | null | [] | package com.example.simpletasktrackersystem.service;
import com.example.simpletasktrackersystem.domain.Task;
import com.example.simpletasktrackersystem.domain.User;
import com.example.simpletasktrackersystem.repos.ProjectRepo;
import com.example.simpletasktrackersystem.repos.TaskRepo;
import com.example.simpletasktrac... | 5,204 | 0.6397 | 0.626249 | 160 | 31.53125 | 22.699097 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.85625 | false | false | 3 |
5cac937e32ab5209db13515e0848af5c2c1d31b1 | 18,949,395,772,744 | 47cd2665b6769993bed237d3c5912d34049a319f | /FactoryPattern/src/com/rajni/headfirst/abstractfactory/Pepperoni.java | dd8f4a186a80c4d1670158b4f4c484398c4bd8d6 | [] | no_license | rajnibebo/localhome | https://github.com/rajnibebo/localhome | 6cce9e873b186c944848819ba2d4ae9aa52d868e | 56b3b325596c4002b30cca9ef82a5d06b8094c9e | refs/heads/master | 2021-01-10T05:38:39.050000 | 2015-12-28T14:04:15 | 2015-12-28T14:04:15 | 44,433,642 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
*
*/
package com.rajni.headfirst.abstractfactory;
/**
* @author Rajni
*
* @date 26-Dec-2015 12:28:59 am
*/
public interface Pepperoni {
}
| UTF-8 | Java | 151 | java | Pepperoni.java | Java | [
{
"context": "m.rajni.headfirst.abstractfactory;\n\n/**\n * @author Rajni\n *\n * @date 26-Dec-2015 12:28:59 am\n */\npublic in",
"end": 78,
"score": 0.9990817904472351,
"start": 73,
"tag": "NAME",
"value": "Rajni"
}
] | null | [] | /**
*
*/
package com.rajni.headfirst.abstractfactory;
/**
* @author Rajni
*
* @date 26-Dec-2015 12:28:59 am
*/
public interface Pepperoni {
}
| 151 | 0.629139 | 0.549669 | 13 | 10.615385 | 14.101492 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.076923 | false | false | 3 |
569789e8529eafda63fe033ee64ef42201601c47 | 30,674,656,486,383 | c270016abd3d3d42febf844f34f8300805e12f33 | /src/main/java/com/cy/entity/SystemRole.java | ca9b77f0c07dde512c029df14c28288074b00319 | [] | no_license | 810wangcheng/background_manage | https://github.com/810wangcheng/background_manage | f955b98b862d01b78a84af88864693837ec2c086 | c898c05bf161ec9df8aeb7d0859e5b10b2bf62f6 | refs/heads/master | 2023-02-12T14:57:08.022000 | 2021-01-13T07:06:41 | 2021-01-13T07:06:41 | 308,283,558 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.cy.entity;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;
/**
* @author Administrator
*/
@Data
@AllArgsConstructor
@NoArgsConstructor
public class SystemRole extends BaseEntity{
private String name;
private String note;
}
| UTF-8 | Java | 288 | java | SystemRole.java | Java | [
{
"context": ";\nimport lombok.NoArgsConstructor;\n\n/**\n * @author Administrator\n */\n@Data\n@AllArgsConstructor\n@NoArgsConstructor\n",
"end": 140,
"score": 0.9790671467781067,
"start": 127,
"tag": "NAME",
"value": "Administrator"
}
] | null | [] | package com.cy.entity;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;
/**
* @author Administrator
*/
@Data
@AllArgsConstructor
@NoArgsConstructor
public class SystemRole extends BaseEntity{
private String name;
private String note;
}
| 288 | 0.774306 | 0.774306 | 18 | 15 | 13.362468 | 43 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 3 |
3f185a6fe392c9658e1858ab6b16db4942e627a5 | 8,718,783,645,155 | a7885ff63a74fb55351ec3b52842b5d0855188ad | /design-patterns/factory-method/src/test/java/org/bonanzaone/product/concrete/AmericanTest.java | 9eab8d887df0bb3e55ec4de3b4382e1cf0f81ad8 | [] | no_license | bonanzaone/javaee6 | https://github.com/bonanzaone/javaee6 | fd883ffbe381ad720e6f51000444a1722634b394 | 8efe872c07abf8fe0f34e13bb3bfb1e7605d040a | refs/heads/master | 2016-09-02T03:46:09.152000 | 2014-11-03T22:54:19 | 2014-11-03T22:54:19 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.bonanzaone.product.concrete;
import org.junit.Assert;
import org.junit.Test;
public class AmericanTest {
@Test
public void testSayHello() {
String hello = "Hello";
American american = new American();
Assert.assertEquals(hello, american.sayHello());
}
}
| UTF-8 | Java | 278 | java | AmericanTest.java | Java | [] | null | [] | package org.bonanzaone.product.concrete;
import org.junit.Assert;
import org.junit.Test;
public class AmericanTest {
@Test
public void testSayHello() {
String hello = "Hello";
American american = new American();
Assert.assertEquals(hello, american.sayHello());
}
}
| 278 | 0.733813 | 0.733813 | 15 | 17.533333 | 16.640779 | 50 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.066667 | false | false | 3 |
90ec6bf9f1a1f6dea6f7828ec0198a675cf1f32c | 9,122,510,560,337 | 323b87fbcca09320cec85c3468934325a5cb8cc9 | /SentenceParser.java | 959fd5a780f7a40bfa8eb0299707fcf4913f40cd | [] | no_license | ndomar/Advanced-lab-mini-project-I | https://github.com/ndomar/Advanced-lab-mini-project-I | 94c969f9a9b84fc9f52824bebf137b90f70bcab7 | 7adfbd387937705f9e4df948a8bdd32abe2ad3f3 | refs/heads/master | 2021-01-22T03:50:24.735000 | 2014-02-09T02:49:08 | 2014-02-09T02:49:08 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | //package edu.cmu.sphinx.demo.Calculator1310;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.HashMap;
/*
* TODO
* Optimizie Grammar.
* work for forty, etc.
*
*/
public class SentenceParser {
private static String[] NUMBERS = {"zero", "one", "two", "three", "four", "five", "six... | UTF-8 | Java | 9,144 | java | SentenceParser.java | Java | [] | null | [] | //package edu.cmu.sphinx.demo.Calculator1310;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.HashMap;
/*
* TODO
* Optimizie Grammar.
* work for forty, etc.
*
*/
public class SentenceParser {
private static String[] NUMBERS = {"zero", "one", "two", "three", "four", "five", "six... | 9,144 | 0.619751 | 0.610674 | 359 | 24.470753 | 23.179056 | 136 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.077994 | false | false | 3 |
123bafaca4c89dec499ab04e704a014da229a6e4 | 9,448,928,057,700 | 31970943b208bc2d0e173b16afdefda74da418b1 | /CompositeSort/src/main/java/sorting/SortingMethod.java | dce8f74adba45921a908d57da6f998419860be0e | [] | no_license | andrachiorcea/ProiectIPM3 | https://github.com/andrachiorcea/ProiectIPM3 | 2e258d00195473013f4b439afd87f2b762c7b936 | a90a21648e714cff80701faaf0397ddbdc886375 | refs/heads/master | 2020-03-08T21:10:52.985000 | 2018-05-29T12:00:58 | 2018-05-29T12:00:58 | 128,401,242 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package sorting;
import org.kohsuke.github.GHRepository;
import java.util.ArrayList;
import java.util.List;
public abstract class SortingMethod {
public abstract List<GHRepository> sort(List<GHRepository> repositories);
}
| UTF-8 | Java | 229 | java | SortingMethod.java | Java | [] | null | [] | package sorting;
import org.kohsuke.github.GHRepository;
import java.util.ArrayList;
import java.util.List;
public abstract class SortingMethod {
public abstract List<GHRepository> sort(List<GHRepository> repositories);
}
| 229 | 0.799127 | 0.799127 | 10 | 21.9 | 23.436937 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 3 |
7e75a74a4629dfd25406e7c509995e8e58d90f29 | 14,834,817,071,220 | ba5042e4090e96f6b0c5e2bf6a4df1b0c7e8aa6b | /Simulation of Star Wars Movie/src/main/java/bgu/spl/mics/application/passiveObjects/Diary.java | 087b140b66798cb13ea5813376fc254727c3e2d3 | [] | no_license | m7mdganem/Systems-Programming | https://github.com/m7mdganem/Systems-Programming | 2d984ccb40e9e43c405f473cc8547854143bd83c | eb28406e36c54b32f6919734b3a5d9436cd87489 | refs/heads/main | 2023-04-17T11:48:12.010000 | 2021-05-05T05:35:37 | 2021-05-05T05:35:37 | 364,470,650 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package bgu.spl.mics.application.passiveObjects;
import java.util.concurrent.atomic.AtomicInteger;
/**
* Passive data-object representing a Diary - in which the flow of the battle is recorded.
* We are going to compare your recordings with the expected recordings, and make sure that your output makes sense.
* <p>
... | UTF-8 | Java | 2,992 | java | Diary.java | Java | [] | null | [] | package bgu.spl.mics.application.passiveObjects;
import java.util.concurrent.atomic.AtomicInteger;
/**
* Passive data-object representing a Diary - in which the flow of the battle is recorded.
* We are going to compare your recordings with the expected recordings, and make sure that your output makes sense.
* <p>
... | 2,992 | 0.670455 | 0.657086 | 96 | 30.166666 | 30.068556 | 116 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 3 |
507d184283606752243d723d9202e86ff5499611 | 2,259,152,815,470 | 80576460f983a1ce5e11348e144257d6a2e12a97 | /API/APIContaCapital/src/main/java/br/com/sicoob/sisbr/cca/api/negocio/servicos/IntegralizacaoCapitalServico.java | 19b4ae796c708b3f73c0fff41cd696763acc040e | [] | no_license | pabllo007/cca | https://github.com/pabllo007/cca | 8d3812e403deccdca5ba90745b188e10699ff44c | 99c24157ff08459ea3e7c2415ff75bcb6a0102e4 | refs/heads/master | 2022-12-01T05:20:26.998000 | 2019-10-27T21:33:11 | 2019-10-27T21:33:11 | 217,919,304 | 0 | 0 | null | false | 2022-11-24T06:24:00 | 2019-10-27T21:31:25 | 2019-10-27T21:36:17 | 2022-11-24T06:23:57 | 33,264 | 0 | 0 | 4 | Java | false | false | package br.com.sicoob.sisbr.cca.api.negocio.servicos;
import java.util.List;
import br.com.bancoob.excecao.BancoobException;
import br.com.sicoob.sisbr.cca.api.negocio.dto.ConsultaIntegralizacaoCapitalCabalDTO;
import br.com.sicoob.sisbr.cca.api.negocio.dto.ConsultaIntegralizacaoCapitalCabalRetornoDTO;
import br.com.... | ISO-8859-1 | Java | 2,432 | java | IntegralizacaoCapitalServico.java | Java | [
{
"context": "**\n\t * Estorna os lançamentos de rateio\n\t * @param idUsuario\n\t * @param chavesLancamentos\n\t * @return\n\t",
"end": 2264,
"score": 0.6491719484329224,
"start": 2262,
"tag": "USERNAME",
"value": "id"
}
] | null | [] | package br.com.sicoob.sisbr.cca.api.negocio.servicos;
import java.util.List;
import br.com.bancoob.excecao.BancoobException;
import br.com.sicoob.sisbr.cca.api.negocio.dto.ConsultaIntegralizacaoCapitalCabalDTO;
import br.com.sicoob.sisbr.cca.api.negocio.dto.ConsultaIntegralizacaoCapitalCabalRetornoDTO;
import br.com.... | 2,432 | 0.805705 | 0.805705 | 70 | 33.557144 | 36.246628 | 159 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.957143 | false | false | 3 |
2d5caf15067eac5b1657bfe8e77c2b82f6d3ef13 | 28,776,280,927,364 | 2c974d6eb581eb00fe9ed22bd4905ccb4d80e3da | /src/main/java/Extensions/Verifications.java | 90d522196e9ccd44e8dbd6afc6c94355b70a1d7f | [] | no_license | alexeidudarev/Full_Java_Automation_2020 | https://github.com/alexeidudarev/Full_Java_Automation_2020 | aced78f5e29757440997849877ad1a3b2d1a328f | 4dcacc8396ed97546c312a8f47db65ad9330919a | refs/heads/master | 2023-05-11T11:07:04.904000 | 2020-02-16T12:11:22 | 2020-02-16T12:11:22 | 237,634,462 | 0 | 0 | null | false | 2023-05-09T18:36:07 | 2020-02-01T15:26:04 | 2020-02-16T12:11:31 | 2023-05-09T18:36:03 | 2,015 | 0 | 0 | 1 | Java | false | false | package Extensions;
import Utilities.CommonOperations;
import io.qameta.allure.Step;
import org.openqa.selenium.By;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.support.ui.ExpectedCondition;
import org.openqa.selenium.support.ui.ExpectedConditions;
import ru.yandex.qatools.ashot.AShot;
import ru.y... | UTF-8 | Java | 2,699 | java | Verifications.java | Java | [] | null | [] | package Extensions;
import Utilities.CommonOperations;
import io.qameta.allure.Step;
import org.openqa.selenium.By;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.support.ui.ExpectedCondition;
import org.openqa.selenium.support.ui.ExpectedConditions;
import ru.yandex.qatools.ashot.AShot;
import ru.y... | 2,699 | 0.712116 | 0.711375 | 65 | 40.523075 | 27.089657 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.646154 | false | false | 3 |
651e514785a4fab54927684d4981673c4f63bbd4 | 28,776,280,928,456 | 6f137e72f26867af0bbb51cc829167497fc7e2b4 | /BlockContainerTest/src/BlockContainerTest.java | e3b8d4644723b351e4f575491f0a3457ad12aa33 | [] | no_license | kunovskis/Java-zadaci | https://github.com/kunovskis/Java-zadaci | 9da2df9da0b1afef82df51d4d695034769e837ac | b0c3b7984d2cf91323345319fee54a96abedd6d3 | refs/heads/master | 2021-01-23T00:39:23.568000 | 2017-03-23T20:29:32 | 2017-03-23T20:29:32 | 85,750,123 | 1 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.*;
public class BlockContainerTest {
public static void main(String[] args) {
Scanner scanner = new Scanner(System.in);
int n = scanner.nextInt();
int size = scanner.nextInt();
BlockContainer<Integer> integerBC = new BlockContainer<Integer>(size);
scanner.nextLine();
Integer lastInteger =... | UTF-8 | Java | 3,306 | java | BlockContainerTest.java | Java | [] | null | [] | import java.util.*;
public class BlockContainerTest {
public static void main(String[] args) {
Scanner scanner = new Scanner(System.in);
int n = scanner.nextInt();
int size = scanner.nextInt();
BlockContainer<Integer> integerBC = new BlockContainer<Integer>(size);
scanner.nextLine();
Integer lastInteger =... | 3,306 | 0.618889 | 0.614941 | 160 | 19.581249 | 16.960052 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.3 | false | false | 3 |
80df38bac60a3c270738bc212f6d5023ec67e748 | 19,731,079,799,495 | a770e95028afb71f3b161d43648c347642819740 | /sources/org/telegram/messenger/ChatObject$Call$$ExternalSyntheticLambda13.java | a48bcdcde9a4fd8d1340ff7c87727409bc1c2b20 | [] | no_license | Edicksonjga/TGDecompiledBeta | https://github.com/Edicksonjga/TGDecompiledBeta | d7aa48a2b39bbaefd4752299620ff7b72b515c83 | d1db6a445d5bed43c1dc8213fb8dbefd96f6c51b | refs/heads/master | 2023-08-25T04:12:15.592000 | 2021-10-28T20:24:07 | 2021-10-28T20:24:07 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.telegram.messenger;
import org.telegram.messenger.ChatObject;
import org.telegram.tgnet.RequestDelegate;
import org.telegram.tgnet.TLObject;
import org.telegram.tgnet.TLRPC$TL_error;
import org.telegram.tgnet.TLRPC$TL_phone_getGroupParticipants;
public final /* synthetic */ class ChatObject$Call$$External... | UTF-8 | Java | 1,001 | java | ChatObject$Call$$ExternalSyntheticLambda13.java | Java | [] | null | [] | package org.telegram.messenger;
import org.telegram.messenger.ChatObject;
import org.telegram.tgnet.RequestDelegate;
import org.telegram.tgnet.TLObject;
import org.telegram.tgnet.TLRPC$TL_error;
import org.telegram.tgnet.TLRPC$TL_phone_getGroupParticipants;
public final /* synthetic */ class ChatObject$Call$$External... | 1,001 | 0.738262 | 0.724276 | 23 | 42.52174 | 41.376186 | 177 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.826087 | false | false | 3 |
f00cc2e27cac28afde2f05444f5760996d359117 | 30,640,296,742,414 | 09b1c0a4c9111a4b2a9f9642ea7e0387fa678a9b | /src/com/library/action/partAction.java | cf28a390124c480a53af367ca7b0c8d27efa2cf2 | [] | no_license | JiaQi9669/ssh | https://github.com/JiaQi9669/ssh | 19c3f2445d7791c608b002fc058017aa31413bcf | b346c15afaad0243f7ef084564c3e659baecdaa4 | refs/heads/master | 2021-01-21T13:04:58.672000 | 2017-05-19T13:11:57 | 2017-05-19T13:11:57 | 91,807,182 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.library.action;
import com.library.service.partService;
import com.opensymphony.xwork2.ActionContext;
import com.opensymphony.xwork2.ActionSupport;
public class partAction extends ActionSupport{
private partService ps = new partService();
private String chkName;
private String chkYear;
public String... | UTF-8 | Java | 1,837 | java | partAction.java | Java | [] | null | [] | package com.library.action;
import com.library.service.partService;
import com.opensymphony.xwork2.ActionContext;
import com.opensymphony.xwork2.ActionSupport;
public class partAction extends ActionSupport{
private partService ps = new partService();
private String chkName;
private String chkYear;
public String... | 1,837 | 0.670232 | 0.611408 | 51 | 32 | 34.545223 | 167 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.254902 | false | false | 3 |
f9827668d5e8cd76a2f39c6dda81f81693b44408 | 13,657,996,071,682 | dad7d786d8f1a68a14ab26f9a0e4f4b9d682754c | /src/main/java/com/bit/beer/repository/ReviewDaoImpl.java | e34b444917d3da662693ce512fefbf6f25111fc6 | [] | no_license | bit-projectgirls/beer | https://github.com/bit-projectgirls/beer | c970b708c8e1e5347c9ca429906fb23f4e640f98 | 48474df21a5ab41a61d8397715794d5244d75802 | refs/heads/master | 2022-12-21T05:16:11.614000 | 2020-03-19T04:07:42 | 2020-03-19T04:07:42 | 238,093,518 | 0 | 1 | null | false | 2022-12-16T00:44:29 | 2020-02-04T00:52:04 | 2020-03-19T04:07:56 | 2022-12-16T00:44:26 | 128,361 | 0 | 1 | 9 | JavaScript | false | false | package com.bit.beer.repository;
import java.util.List;
import java.util.Map;
import org.apache.ibatis.session.SqlSession;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Repository;
@Repository
public class ReviewDaoImpl implements ReviewDao {
@Autowired
priv... | UTF-8 | Java | 2,003 | java | ReviewDaoImpl.java | Java | [] | null | [] | package com.bit.beer.repository;
import java.util.List;
import java.util.Map;
import org.apache.ibatis.session.SqlSession;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Repository;
@Repository
public class ReviewDaoImpl implements ReviewDao {
@Autowired
priv... | 2,003 | 0.750374 | 0.748377 | 84 | 22.845238 | 24.498053 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.619048 | false | false | 3 |
177102c2281faa5ca8d68c44db08dce831705a20 | 28,003,186,836,547 | 1d00e12ce9581d6ae7409eae371acb109ecc8589 | /src/main/java/com/app/pas/service/BoardManagementService.java | 6f5f26ce8bf923a26896e89bcb5e95f26b668b56 | [] | no_license | yjy1987/PASProject | https://github.com/yjy1987/PASProject | 9ee8aa38fe49181f6a50594501e4a3d478f65d9a | 761e1c687b06b7000fcc5ec33eff8a21f5ba523b | refs/heads/master | 2021-04-15T04:04:18.963000 | 2018-03-22T07:08:03 | 2018-03-22T07:08:03 | 126,294,122 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.app.pas.service;
import java.sql.SQLException;
import java.util.List;
import com.app.pas.dao.BoardManagementDao;
import com.app.pas.dto.BoardManagementVo;
public class BoardManagementService {
private BoardManagementDao boardManagementDao;
public void setBoardManagementDao(BoardManagementDao boardMan... | UTF-8 | Java | 1,513 | java | BoardManagementService.java | Java | [] | null | [] | package com.app.pas.service;
import java.sql.SQLException;
import java.util.List;
import com.app.pas.dao.BoardManagementDao;
import com.app.pas.dto.BoardManagementVo;
public class BoardManagementService {
private BoardManagementDao boardManagementDao;
public void setBoardManagementDao(BoardManagementDao boardMan... | 1,513 | 0.808989 | 0.808328 | 48 | 30.520834 | 31.4424 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.541667 | false | false | 3 |
6c3dfb4d7b0c6f5dd34cf2e9398b71ce169a12f3 | 23,776,939,014,160 | 036b3aa461cf2c655024ac416fe308590cd0b6ac | /backup/edge/module/datapoint/src/main/java/com/nubeiot/edge/module/datapoint/scheduler/SyncPointDataJob.java | 7f6e051852ce670c2bc4928b43679a11e434e355 | [] | no_license | bellmit/iot-engine | https://github.com/bellmit/iot-engine | ad1e02124efea681a64c1f9fab24edab0b55372a | 7234405c5af23edeb2ec332f0fa9181d13a2fac3 | refs/heads/master | 2023-04-01T00:52:20.206000 | 2021-02-08T12:09:32 | 2021-02-08T12:09:32 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.nubeiot.edge.module.datapoint.scheduler;
import io.vertx.core.json.JsonObject;
import com.nubeiot.core.sql.type.Label;
public final class SyncPointDataJob extends AbstractDataJobDefinition implements DataJobDefinition {
public SyncPointDataJob() {
super("SYNC_POINT_DATA", Label.builder().lab... | UTF-8 | Java | 478 | java | SyncPointDataJob.java | Java | [] | null | [] | package com.nubeiot.edge.module.datapoint.scheduler;
import io.vertx.core.json.JsonObject;
import com.nubeiot.core.sql.type.Label;
public final class SyncPointDataJob extends AbstractDataJobDefinition implements DataJobDefinition {
public SyncPointDataJob() {
super("SYNC_POINT_DATA", Label.builder().lab... | 478 | 0.732218 | 0.732218 | 18 | 25.555555 | 31.016523 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 3 |
f231c823c6ffc43a7d6943e4f0e7314cb5fa3a56 | 30,322,469,114,190 | 213f231b9b4d9c786fdc1e695d81551747b74632 | /demo/Android/SmartHome/app/src/main/java/com/neucrack/smarthome/Smart.java | 73a38e0ac777f960ce00e78c94424c899767dc45 | [
"MIT"
] | permissive | Neutree/SmartHome | https://github.com/Neutree/SmartHome | 310ef341433003402465097d49724318e5c20e98 | 28eed405a487b30a96d73ba37193e03c353d3483 | refs/heads/master | 2021-01-21T04:30:57.973000 | 2016-06-22T05:41:29 | 2016-06-22T05:41:29 | 55,669,311 | 1 | 4 | null | false | 2016-05-20T13:28:06 | 2016-04-07T06:27:35 | 2016-05-15T11:06:06 | 2016-05-20T13:28:04 | 3,186 | 1 | 1 | 0 | C | null | null | package com.neucrack.smarthome;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
public class Smart extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_smart);... | UTF-8 | Java | 329 | java | Smart.java | Java | [] | null | [] | package com.neucrack.smarthome;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
public class Smart extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_smart);... | 329 | 0.753799 | 0.75076 | 13 | 24.307692 | 21.138315 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.384615 | false | false | 3 |
98d81a8093a5515bc1506c8e7a71f9b0c291c846 | 9,921,374,465,630 | 13bb3008b3c3191d27731fe0761c86d4f9019016 | /base/src/main/java/com/hanggle/shiro/TestShiroIni.java | 1f751c0f42865d7d214350e24ca03eac130a43f4 | [] | no_license | oskyhang/javaSE | https://github.com/oskyhang/javaSE | 156746f3bd0b4b9e4a9f26b7fffba5f42398ba0b | a119bb6430d2d5fdc93591ca56e7787b67528711 | refs/heads/master | 2019-07-07T13:41:42.054000 | 2019-07-01T15:40:38 | 2019-07-01T15:40:38 | 87,173,279 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.hanggle.shiro;
/**
* @description:
* @author: hanggle
* @date: 2018/12/7
*/
public class TestShiroIni {
}
| UTF-8 | Java | 124 | java | TestShiroIni.java | Java | [
{
"context": "m.hanggle.shiro;\n\n/**\n * @description:\n * @author: hanggle\n * @date: 2018/12/7\n */\npublic class TestShiroIni",
"end": 68,
"score": 0.9996150732040405,
"start": 61,
"tag": "USERNAME",
"value": "hanggle"
}
] | null | [] | package com.hanggle.shiro;
/**
* @description:
* @author: hanggle
* @date: 2018/12/7
*/
public class TestShiroIni {
}
| 124 | 0.645161 | 0.58871 | 10 | 11.4 | 10.499524 | 27 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.1 | false | false | 3 |
2a1b0dd1ffdc6ebb922a32db0f5087f1ec506057 | 13,383,118,108,508 | d5578e7d0cef47b8a3dd84f43c8976cea58578f3 | /src/main/java/org/demo/persistence/impl/jpa/CountryPersistenceJpa.java | cefa4b1f36fa7cfa2fb0b9386311cb8460e0ca11 | [] | no_license | t-soumbou/spring-data-jpa | https://github.com/t-soumbou/spring-data-jpa | de63a83b20d0f63382784e1737d960afadcfe6f8 | 87f3e5d5afb256424785a401740d4528492610d7 | refs/heads/master | 2021-01-19T16:05:20.181000 | 2017-04-14T08:23:56 | 2017-04-14T08:23:56 | 88,248,452 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.demo.persistence.impl.jpa;
import java.util.List;
import javax.inject.Named;
import org.demo.data.record.CountryRecord; // "Neutral Record" class
import org.demo.data.repository.jpa.CountryJpaRepository;
import org.demo.persistence.CountryPersistence; // Persistence service interface
import org.demo.per... | UTF-8 | Java | 3,074 | java | CountryPersistenceJpa.java | Java | [] | null | [] | package org.demo.persistence.impl.jpa;
import java.util.List;
import javax.inject.Named;
import org.demo.data.record.CountryRecord; // "Neutral Record" class
import org.demo.data.repository.jpa.CountryJpaRepository;
import org.demo.persistence.CountryPersistence; // Persistence service interface
import org.demo.per... | 3,074 | 0.758295 | 0.758295 | 118 | 25.050848 | 24.120758 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.533898 | false | false | 3 |
196d7a0f6f10a7e3a5e2f656d9ecd7a3925500eb | 21,663,815,076,254 | 88c9f9fec3cb71e3e4db3d92148dbc38031314cf | /src/main/java/ch/uzh/ifi/hase/soprafs21/GameEntities/Movement/RoundHistoryIterator.java | c0e3a1514dd41463282496f1b8d1c80d9cb3ca8e | [
"MIT",
"Apache-2.0"
] | permissive | dombosfi/sopra-fs21-group08-server | https://github.com/dombosfi/sopra-fs21-group08-server | 4b9556eb1d0a6e7b0171672f0f453c8b357130ff | beb453536b3bd030a76d74ee007a4db018eec52f | refs/heads/master | 2023-05-08T05:52:25.273000 | 2021-05-30T21:15:38 | 2021-05-30T21:15:38 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ch.uzh.ifi.hase.soprafs21.GameEntities.Movement;
import java.util.Iterator;
import java.util.NoSuchElementException;
public class RoundHistoryIterator implements Iterator<Round> {
private int i;
private final RoundHistory roundHistory;
public RoundHistoryIterator(RoundHistory roundHistory) {
... | UTF-8 | Java | 750 | java | RoundHistoryIterator.java | Java | [] | null | [] | package ch.uzh.ifi.hase.soprafs21.GameEntities.Movement;
import java.util.Iterator;
import java.util.NoSuchElementException;
public class RoundHistoryIterator implements Iterator<Round> {
private int i;
private final RoundHistory roundHistory;
public RoundHistoryIterator(RoundHistory roundHistory) {
... | 750 | 0.634667 | 0.629333 | 36 | 19.861111 | 19.529398 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 3 |
db0b095e38b8e78c22e656a0fa39bb4e68bcff65 | 11,278,584,161,391 | 02c2fe9ca3db03b9f5034df3a4311b78cb94f559 | /app/src/main/java/com/example/cloudview/base/IBaseCallback.java | f1af5e39a2a2a1fd44d7f9995625aa47033e2c69 | [] | no_license | wtx203210jp/cloudview | https://github.com/wtx203210jp/cloudview | aadd8ed664c51e924f3296628a0f33a377116682 | bb2405643c6434922d52ccc0be6ac07c1d95afba | refs/heads/master | 2023-05-08T15:44:16.357000 | 2021-06-01T05:58:11 | 2021-06-01T05:58:11 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.cloudview.base;
public interface IBaseCallback {
/**
* 网络错误
*/
void onError();
/**
* 数据为空
*/
void onEmpty();
/**
* 成功
*/
void onSuccess();
/**
* 数据加载中
*/
void onLoading();
}
| UTF-8 | Java | 300 | java | IBaseCallback.java | Java | [] | null | [] | package com.example.cloudview.base;
public interface IBaseCallback {
/**
* 网络错误
*/
void onError();
/**
* 数据为空
*/
void onEmpty();
/**
* 成功
*/
void onSuccess();
/**
* 数据加载中
*/
void onLoading();
}
| 300 | 0.448148 | 0.448148 | 23 | 10.73913 | 9.464889 | 35 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.217391 | false | false | 3 |
d3f4b9868a7a237b6b09146f74916654de687ba4 | 9,156,870,300,053 | 3b61b605547a88b300a97e59267f3f805bfaf65e | /app/src/main/java/com/banyan/androidiws/global/NotificationUtils.java | 830876e482e57427db358e13aea13e78b5254ad5 | [] | no_license | banyanandroid/AndroidIWS | https://github.com/banyanandroid/AndroidIWS | ec00a9a17f55ee52316224fee6e00b2ce8d71fb2 | ad0cd84fe66ff339d6366db1d188e7bed39e1f0f | refs/heads/master | 2020-06-04T14:56:28.505000 | 2019-09-27T19:13:16 | 2019-09-27T19:13:16 | 192,070,960 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.banyan.androidiws.global;
import android.app.ActivityManager;
import android.app.Notification;
import android.app.NotificationChannel;
import android.app.NotificationManager;
import android.app.PendingIntent;
import android.content.ComponentName;
import android.content.ContentResolver;
import android.conte... | UTF-8 | Java | 4,055 | java | NotificationUtils.java | Java | [] | null | [] | package com.banyan.androidiws.global;
import android.app.ActivityManager;
import android.app.Notification;
import android.app.NotificationChannel;
import android.app.NotificationManager;
import android.app.PendingIntent;
import android.content.ComponentName;
import android.content.ContentResolver;
import android.conte... | 4,055 | 0.68434 | 0.681874 | 120 | 32.791668 | 28.369261 | 127 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.483333 | false | false | 3 |
a9827c754b66050c91e39cca73ac0ed7c23ca35a | 7,447,473,346,138 | 13df78588f9cf4971f4ad6e77ea8604a3e1ff422 | /src/main/java/com/example/demo/repository/AuthenticationRepository.java | 682c219b5478a237fb1e311e3584b4331919aed4 | [] | no_license | marksanidad/BookingServiceAuth | https://github.com/marksanidad/BookingServiceAuth | 545a9d8ea1ea0a7b3b6c60e5026e846b1aa040f2 | 51c3e5278eb7a16b99557d3dde03cad4e6582d1e | refs/heads/master | 2020-03-27T21:33:07.944000 | 2018-09-03T09:01:03 | 2018-09-03T09:01:03 | 147,155,708 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.demo.repository;
import java.util.List;
import org.springframework.data.repository.CrudRepository;
import com.example.demo.model.Authentication;
import com.example.demo.model.Customer;
public interface AuthenticationRepository extends CrudRepository<Authentication, Integer> {
public Authentica... | UTF-8 | Java | 420 | java | AuthenticationRepository.java | Java | [] | null | [] | package com.example.demo.repository;
import java.util.List;
import org.springframework.data.repository.CrudRepository;
import com.example.demo.model.Authentication;
import com.example.demo.model.Customer;
public interface AuthenticationRepository extends CrudRepository<Authentication, Integer> {
public Authentica... | 420 | 0.833333 | 0.833333 | 16 | 25.25 | 28.65855 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.625 | false | false | 3 |
b0934638dec25a6335fc575c4b44c84001f99fb3 | 7,447,473,346,273 | 272e689f12172c71c3d3b7441f6e46aa4da8c2b9 | /src/com/ndy/worker/scheduler/context/SchedulerContext.java | ebca0b107d33023bfa75a0704048eabdae0711e4 | [] | no_license | MarkerDevelopers/AldarWorker | https://github.com/MarkerDevelopers/AldarWorker | 145d4f838716fe8c892c929333473b5fa10ce3f2 | 834d5204551d080faa35b529a21d039f63c62be3 | refs/heads/master | 2020-04-20T16:46:41.026000 | 2019-02-09T04:52:02 | 2019-02-09T04:52:02 | 168,968,166 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ndy.worker.scheduler.context;
import com.ndy.worker.scheduler.abstraction.AbstractWorkScheduler;
public class SchedulerContext {
private AbstractWorkScheduler scheduler;
public void setScheduler(AbstractWorkScheduler scheduler) {
if(this.scheduler != null) stopScheduler();
this.... | UTF-8 | Java | 656 | java | SchedulerContext.java | Java | [] | null | [] | package com.ndy.worker.scheduler.context;
import com.ndy.worker.scheduler.abstraction.AbstractWorkScheduler;
public class SchedulerContext {
private AbstractWorkScheduler scheduler;
public void setScheduler(AbstractWorkScheduler scheduler) {
if(this.scheduler != null) stopScheduler();
this.... | 656 | 0.707317 | 0.707317 | 26 | 24.23077 | 25.242376 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.346154 | false | false | 3 |
7fd4bfa1c7181e2fde75ebbb133ddaeee893e8b1 | 30,047,591,212,459 | 1bddae1e15d4617009309cec50e62617e357c130 | /src/main/java/com/sanbeso/service/UserService.java | 786fac8b804b61ac62b00cafec4bb7ae086763ab | [] | no_license | josebeas/SanbesoStore | https://github.com/josebeas/SanbesoStore | d0e319fa088a336faf0e12a0a6106f7daad170a4 | c704ffcf2b0bdcd984b6834caa6b42efc6766fd8 | refs/heads/master | 2022-01-22T06:46:23.007000 | 2015-02-18T00:15:41 | 2015-02-18T00:15:41 | 26,448,664 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.sanbeso.service;
import java.util.List;
import javax.persistence.PersistenceException;
import com.sanbeso.domain.User;
import com.sanbeso.exception.CustomValidationException;
/**
*
* @author jose.beas
*
*/
public interface UserService {
public Long add(User user) throws PersistenceException, Cust... | UTF-8 | Java | 565 | java | UserService.java | Java | [
{
"context": "ion.CustomValidationException;\n\n/**\n * \n * @author jose.beas\n *\n */\npublic interface UserService {\n\n\tp",
"end": 211,
"score": 0.5129872560501099,
"start": 210,
"tag": "NAME",
"value": "j"
},
{
"context": "n.CustomValidationException;\n\n/**\n * \n * @author jo... | null | [] | package com.sanbeso.service;
import java.util.List;
import javax.persistence.PersistenceException;
import com.sanbeso.domain.User;
import com.sanbeso.exception.CustomValidationException;
/**
*
* @author jose.beas
*
*/
public interface UserService {
public Long add(User user) throws PersistenceException, Cust... | 565 | 0.787611 | 0.787611 | 23 | 23.565218 | 25.120277 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.826087 | false | false | 3 |
f1cdc265a82f8e260d480dcecc7f248dee1387e0 | 9,019,431,347,395 | 06661c4708b0b48c1762749d7ff3b7b7dfc14ab6 | /junjie-part-base/src/test/java/com/agilemaster/cloud/test/Redis.java | c5daef240cdd61f760c681e15cb786cf96afdcaa | [] | no_license | agilizer/junjie-saas-old | https://github.com/agilizer/junjie-saas-old | ffb1259a9220ad1937ea27099a367c6ba6d80f3b | e4f34ab72c772c590468142e8229e572ea5f98fe | refs/heads/master | 2021-06-11T00:32:43.280000 | 2017-01-22T03:33:33 | 2017-01-22T03:33:33 | 37,448,789 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.agilemaster.cloud.test;
import static org.junit.Assert.fail;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.data.redis.core.RedisTemplate;
import org.springframework.test.context.ContextConfiguration;
import... | UTF-8 | Java | 716 | java | Redis.java | Java | [] | null | [] | package com.agilemaster.cloud.test;
import static org.junit.Assert.fail;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.data.redis.core.RedisTemplate;
import org.springframework.test.context.ContextConfiguration;
import... | 716 | 0.797486 | 0.793296 | 24 | 28.833334 | 25.03442 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.958333 | false | false | 3 |
464e377bbfc891f9b203b05fda6eff87291421b4 | 7,576,322,360,354 | 86baf8c70bdd6250f3ce5cb9fdd7beb71ba3167a | /perkajob/src/main/java/com/reindeercrafts/perkajob/ProjectInformation.java | 614ac4334697c8833f3586fcf89cf5385544cd21 | [
"Apache-2.0"
] | permissive | lzanita09/PerkaJobApplication | https://github.com/lzanita09/PerkaJobApplication | 17b20d6a88f60baa3e90b0a950d8743e711057ea | 140fbcae4f50b6febe09b57db2d16a476518db04 | refs/heads/master | 2015-08-10T22:24:12.314000 | 2014-04-04T13:46:47 | 2014-04-04T13:46:47 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.reindeercrafts.perkajob;
/**
* Simple class to store entered project information.
*/
public class ProjectInformation {
private String mProjectTitle;
private String mProjectDescription;
public ProjectInformation(String projectTitle, String projectDescription) {
this.mProjectTitle = pr... | UTF-8 | Java | 693 | java | ProjectInformation.java | Java | [] | null | [] | package com.reindeercrafts.perkajob;
/**
* Simple class to store entered project information.
*/
public class ProjectInformation {
private String mProjectTitle;
private String mProjectDescription;
public ProjectInformation(String projectTitle, String projectDescription) {
this.mProjectTitle = pr... | 693 | 0.698413 | 0.698413 | 27 | 24.666666 | 24.081652 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.37037 | false | false | 3 |
eb4991b65b820e4a3267adb6c246af6aa7fb709b | 16,990,890,689,627 | b964a9fee827668296ac1e1f3e4dbe29f3783f02 | /crnk-examples/spring-boot-example/src/main/java/io/crnk/example/springboot/domain/repository/DossierBIRepositoryImpl.java | 774397c3d9fffa4310f67be54313fab906ac9e35 | [
"Apache-2.0"
] | permissive | simon-eastwood/crnk-framework | https://github.com/simon-eastwood/crnk-framework | 7e5d5a870a47b8c3049936cd023b324a1b078895 | 5f2ab1911061c4b1c2c306546c4f34acd86f9fe0 | refs/heads/master | 2021-09-10T07:45:47.854000 | 2018-03-22T10:02:17 | 2018-03-22T10:02:17 | 110,800,833 | 0 | 0 | null | true | 2017-11-15T07:41:30 | 2017-11-15T07:41:30 | 2017-11-08T08:55:36 | 2017-11-14T11:51:01 | 3,072 | 0 | 0 | 0 | null | false | null | /*
* Auto generated from a template
*/
package io.crnk.example.springboot.domain.repository;
import io.crnk.core.queryspec.QuerySpec;
import io.crnk.core.repository.ResourceRepositoryBase;
import io.crnk.example.springboot.domain.model.DossierBI;
import org.springframework.stereotype.Component;
import java.util.Has... | UTF-8 | Java | 1,528 | java | DossierBIRepositoryImpl.java | Java | [] | null | [] | /*
* Auto generated from a template
*/
package io.crnk.example.springboot.domain.repository;
import io.crnk.core.queryspec.QuerySpec;
import io.crnk.core.repository.ResourceRepositoryBase;
import io.crnk.example.springboot.domain.model.DossierBI;
import org.springframework.stereotype.Component;
import java.util.Has... | 1,528 | 0.759162 | 0.755236 | 60 | 24.483334 | 26.681761 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.2 | false | false | 3 |
49656bf905397f5772ddd44cce8a93350f8cf0af | 24,043,226,987,108 | 4b445c659b39bbbc6c178b0ad8b36e968c2372d4 | /src/main/java/Dao/BlogDao.java | 1383ea4d747d1ff249199a06f2adec4e20ad3f24 | [] | no_license | Rlxy93/xylBlogBySSM | https://github.com/Rlxy93/xylBlogBySSM | 30b4c83d718754fc06b53d009a64152476a78b58 | 0bf0acce59e9bdaa9d7e65bd35304a43c0108fa2 | refs/heads/master | 2020-07-10T13:33:49.594000 | 2019-08-25T09:47:44 | 2019-08-25T09:47:44 | 204,273,904 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Dao;
import Entity.Blog;
import java.util.List;
public interface BlogDao {
List<Blog> getBlogByCategoryId(String paramString);
Blog getBlogByBlogId(String paramString);
void deleteBlogByBlogId(String paramString);
List<Blog> getAllBlog();
void addBlog(Blog paramBlog);
List<Blog> sea... | UTF-8 | Java | 405 | java | BlogDao.java | Java | [] | null | [] | package Dao;
import Entity.Blog;
import java.util.List;
public interface BlogDao {
List<Blog> getBlogByCategoryId(String paramString);
Blog getBlogByBlogId(String paramString);
void deleteBlogByBlogId(String paramString);
List<Blog> getAllBlog();
void addBlog(Blog paramBlog);
List<Blog> sea... | 405 | 0.750617 | 0.750617 | 20 | 19.299999 | 18.958111 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 3 |
bcd80ee517aad69414a226169aadb6d1945ea326 | 24,043,226,989,311 | bed724adb842ebf4f4891b06acdfaafaa1e38cef | /code/smartpay/core/src/main/java/com/lambo/smartpay/core/persistence/dao/AccountTypeDao.java | 43b7f62f6f4957b925fdfec3b90f0fde61059592 | [] | no_license | shunchaowang/smartpay | https://github.com/shunchaowang/smartpay | 26fec064e6653405d44787fee911c6c543a73164 | fd4d7469b0aec6931f8afc0ac400d517883d07d8 | refs/heads/master | 2021-01-10T03:20:44.748000 | 2016-01-25T11:24:52 | 2016-01-25T11:24:52 | 50,345,966 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.lambo.smartpay.core.persistence.dao;
import com.lambo.smartpay.core.persistence.entity.AccountType;
/**
* Dao Interface for AccountType.
* Created by swang on 2/26/2015.
*/
public interface AccountTypeDao extends GenericLookupDao<AccountType, Long> {
}
| UTF-8 | Java | 270 | java | AccountTypeDao.java | Java | [
{
"context": "**\n * Dao Interface for AccountType.\n * Created by swang on 2/26/2015.\n */\npublic interface AccountTypeDao",
"end": 171,
"score": 0.99903404712677,
"start": 166,
"tag": "USERNAME",
"value": "swang"
}
] | null | [] | package com.lambo.smartpay.core.persistence.dao;
import com.lambo.smartpay.core.persistence.entity.AccountType;
/**
* Dao Interface for AccountType.
* Created by swang on 2/26/2015.
*/
public interface AccountTypeDao extends GenericLookupDao<AccountType, Long> {
}
| 270 | 0.781482 | 0.755556 | 10 | 26 | 27.411676 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.3 | false | false | 3 |
389af9e539d1cc5839b46ac25e867ec080808445 | 3,676,492,053,802 | 0f731ff79aa21943a16063f699c817f1c802bd08 | /src/javaxm/Jdbc_text.java | f03c1ca82ad64e6f74bff091f50895a5671e3bcf | [] | no_license | WRoip/ATTENDANCE_SYSTEM | https://github.com/WRoip/ATTENDANCE_SYSTEM | a7b31a38267efba00bf744e932e65f21041c3c7a | 85b9e09d127a441577845188d4ac3ec20b460896 | refs/heads/master | 2020-06-22T18:21:54.400000 | 2019-07-19T12:38:00 | 2019-07-19T12:38:00 | 197,770,038 | 2 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package javaxm;
import java.sql.*;
public class Jdbc_text {
public static void main(String args[]) {
//public sqlmain(){
Connection ct=null;
Statement sm=null;
//PreparedStatement ps=null;
ResultSet rs=null;
try{
Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
ct=DriverManager... | GB18030 | Java | 2,862 | java | Jdbc_text.java | Java | [
{
"context": "=sm.executeUpdate(\"insert into name values('002','王武','男','112233')\");//添加数据\n i",
"end": 542,
"score": 0.9937625527381897,
"start": 540,
"tag": "NAME",
"value": "王武"
},
{
"context": "=sm.executeUpdate(\"delete from name where n_name='王武'\");//数... | null | [] | package javaxm;
import java.sql.*;
public class Jdbc_text {
public static void main(String args[]) {
//public sqlmain(){
Connection ct=null;
Statement sm=null;
//PreparedStatement ps=null;
ResultSet rs=null;
try{
Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
ct=DriverManager... | 2,862 | 0.430403 | 0.420879 | 84 | 31.5 | 21.800776 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.642857 | false | false | 3 |
ccfc26cfea5da2fdaefb61f63cdb742af947f979 | 25,177,098,349,099 | b6d3919ca614ccf857c10f48390aad2a51aa0f77 | /spring-study/dependency-lookup/src/main/java/b/xay/dependency/lookup/HierarchicalDependencyLookupDemo.java | 7e55687ec2dc8a2752282ffb0e0d7317fae737f7 | [] | no_license | dontsotp/study | https://github.com/dontsotp/study | 896788fc6f7e152bdfd343e8b57a1f53a4050f2b | 072cc52e00f92d32d4d6f360d762ba1de28e7be0 | refs/heads/master | 2020-12-21T05:01:05.342000 | 2020-09-21T08:07:20 | 2020-09-21T08:07:20 | 236,314,694 | 0 | 0 | null | false | 2021-03-12T07:12:36 | 2020-01-26T13:18:15 | 2021-03-12T07:04:08 | 2021-03-12T07:12:35 | 376 | 0 | 0 | 1 | Java | false | false | package b.xay.dependency.lookup;
import org.springframework.beans.factory.BeanFactoryUtils;
import org.springframework.context.annotation.AnnotationConfigApplicationContext;
import org.springframework.context.annotation.Bean;
/**
* @description: 父子容器依赖查找
* @author: xay
* @create: 2020-02-23 15:51
**/
public class... | UTF-8 | Java | 1,133 | java | HierarchicalDependencyLookupDemo.java | Java | [
{
"context": "n.Bean;\n\n/**\n * @description: 父子容器依赖查找\n * @author: xay\n * @create: 2020-02-23 15:51\n **/\npublic class Hi",
"end": 273,
"score": 0.9996138215065002,
"start": 270,
"tag": "USERNAME",
"value": "xay"
}
] | null | [] | package b.xay.dependency.lookup;
import org.springframework.beans.factory.BeanFactoryUtils;
import org.springframework.context.annotation.AnnotationConfigApplicationContext;
import org.springframework.context.annotation.Bean;
/**
* @description: 父子容器依赖查找
* @author: xay
* @create: 2020-02-23 15:51
**/
public class... | 1,133 | 0.757386 | 0.746643 | 32 | 33.90625 | 35.987289 | 139 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.53125 | false | false | 3 |
1eff691b711fff4628500ce45f3ff9e3cec427eb | 10,436,770,562,214 | 084d3a2675f76ab9e06833aee4f06aad6b4717a2 | /BuildTools/work/decompile-d7866d9c/net/minecraft/world/level/IBlockAccess.java | 3b2aae64bb34f0b2df5c53724212f594f1c49f74 | [
"Apache-2.0"
] | permissive | RG2N/Spigot-BT | https://github.com/RG2N/Spigot-BT | 22fb38c905fd3da7923491b907f60bfb218cd501 | 6fd702d992fc1fb70cc984d7379e48acefbc29a5 | refs/heads/main | 2023-07-07T08:54:43.095000 | 2021-08-09T03:19:37 | 2021-08-09T03:19:37 | 394,089,093 | 0 | 0 | Apache-2.0 | false | 2021-08-09T00:50:02 | 2021-08-08T23:26:29 | 2021-08-09T00:49:51 | 2021-08-09T00:50:02 | 150,198 | 0 | 0 | 0 | Perl | false | false | package net.minecraft.world.level;
import java.util.function.BiFunction;
import java.util.function.Function;
import java.util.function.Supplier;
import java.util.stream.Stream;
import javax.annotation.Nullable;
import net.minecraft.core.BlockPosition;
import net.minecraft.core.EnumDirection;
import net.minecraft.util.... | UTF-8 | Java | 6,919 | java | IBlockAccess.java | Java | [] | null | [] | package net.minecraft.world.level;
import java.util.function.BiFunction;
import java.util.function.Function;
import java.util.function.Supplier;
import java.util.stream.Stream;
import javax.annotation.Nullable;
import net.minecraft.core.BlockPosition;
import net.minecraft.core.EnumDirection;
import net.minecraft.util.... | 6,919 | 0.598208 | 0.565544 | 163 | 41.447853 | 36.730515 | 155 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.858896 | false | false | 3 |
f2f9d2fd12e2cf34df1d192567da755d967bfc95 | 10,436,770,566,156 | 839f3a4218cd26a6e80f9c9e5b5fdf45e74d7f5e | /src/by/it/prymshyts/jd02/jd02_03/Logger.java | c86cdb34cbdc7a69057b23e21836c2c1a4036397 | [] | no_license | du4/JD2016-08-22 | https://github.com/du4/JD2016-08-22 | a10fb3b268c46e52a8c4003bd9bba1622bfa3ca1 | 9c594c48deef622754483d088ee326b89526ecd1 | refs/heads/master | 2021-01-15T16:36:45.135000 | 2016-11-09T08:13:36 | 2016-11-09T08:13:36 | 68,627,723 | 0 | 2 | null | true | 2016-09-19T17:09:30 | 2016-09-19T17:09:29 | 2016-09-01T16:52:04 | 2016-09-19T16:49:25 | 434 | 0 | 0 | 0 | null | null | null | package by.it.prymshyts.jd02.jd02_03;
class Logger implements ILogger {
static void buyersLog(String str) {
if (BUYERS_LOG) {
System.out.println(str);
}
}
static void marketLog(String str) {
if (MARKET_LOG) {
System.out.println(str);
}
}
st... | UTF-8 | Java | 653 | java | Logger.java | Java | [] | null | [] | package by.it.prymshyts.jd02.jd02_03;
class Logger implements ILogger {
static void buyersLog(String str) {
if (BUYERS_LOG) {
System.out.println(str);
}
}
static void marketLog(String str) {
if (MARKET_LOG) {
System.out.println(str);
}
}
st... | 653 | 0.51608 | 0.502297 | 33 | 18.787878 | 16.925428 | 48 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.272727 | false | false | 3 |
33111dc7913463599ff5e6d6714a0fd2b7dbf41d | 27,410,481,335,107 | 4d2893244af40ad8f04c84325739991772def90b | /src/main/java/com/ragnax/sso/entidad/SeguridadAplicacionAcceso.java | d9eb241bd8fc90cdfa4bc8cf6a3614e4bd6d0148 | [] | no_license | juliocornejo/ragnax-sso | https://github.com/juliocornejo/ragnax-sso | d684f4abd211d9029d7d6cb6f6d2533de68872bc | afac232e340131b6cb75810f9167f46b7618498f | refs/heads/master | 2020-09-26T10:00:03.133000 | 2019-12-11T04:01:55 | 2019-12-11T04:01:55 | 226,232,111 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ragnax.sso.entidad;
import javax.persistence.*;
/**
* implementation class for @Entity: SeguridadAplicacionAcceso
* en la base de Datos representa los roles establecidos para ejecutar acciones en las aplicación
*/
@Entity
@Table (name="seguridad_aplicacion_acceso")
public class SeguridadAplicacionAcc... | UTF-8 | Java | 2,738 | java | SeguridadAplicacionAcceso.java | Java | [] | null | [] | package com.ragnax.sso.entidad;
import javax.persistence.*;
/**
* implementation class for @Entity: SeguridadAplicacionAcceso
* en la base de Datos representa los roles establecidos para ejecutar acciones en las aplicación
*/
@Entity
@Table (name="seguridad_aplicacion_acceso")
public class SeguridadAplicacionAcc... | 2,738 | 0.840702 | 0.840702 | 83 | 31.975904 | 33.279747 | 118 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.289157 | false | false | 3 |
2ee9f79b279c4cab81b5a423f0e7592e41b889b5 | 1,529,008,416,693 | db536dc0a86a6bead60f528168a16ca67b7ddd7f | /src/main/java/br/com/lucasfaria/administrador/fragment/MyDatePickerFragment.java | c058a42ff1a823261163a9e5a16372470635753e | [] | no_license | lucasrobertofaria/administrador | https://github.com/lucasrobertofaria/administrador | 014a243683289db2029c661435bb35117114a44f | e7be49b6a64e1d7c004e4e068116ff5373396fc8 | refs/heads/master | 2020-05-18T21:51:21.802000 | 2019-05-03T00:04:42 | 2019-05-03T00:04:42 | 184,674,287 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.com.lucasfaria.administrador.fragment;
import android.app.DatePickerDialog;
import android.app.Dialog;
import android.os.Bundle;
import android.support.design.widget.TextInputEditText;
import android.support.v4.app.DialogFragment;
import android.widget.DatePicker;
import java.util.Calendar;
import br.com.... | UTF-8 | Java | 1,612 | java | MyDatePickerFragment.java | Java | [] | null | [] | package br.com.lucasfaria.administrador.fragment;
import android.app.DatePickerDialog;
import android.app.Dialog;
import android.os.Bundle;
import android.support.design.widget.TextInputEditText;
import android.support.v4.app.DialogFragment;
import android.widget.DatePicker;
import java.util.Calendar;
import br.com.... | 1,612 | 0.640819 | 0.640199 | 53 | 29.415094 | 26.086529 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.622642 | false | false | 3 |
77fc0d42798cacd2c3042c9acd09c9281c156046 | 34,239,479,291,451 | 2b6f573fb601c05d50820acd1220697ea25c89fb | /generated/org.openhealthtools.mdht.uml.cda.consol2/src/org/openhealthtools/mdht/uml/cda/consol/impl/LongitudinalCareWoundObservationImpl.java | 698096b614f5b953bf858f641ce9217600548806 | [] | no_license | mdht/mdht-models | https://github.com/mdht/mdht-models | 72349a6abe6a573cca605d7de53b69a3e6826aa4 | 71637c1e007409b8c24c0a06701b937022a47b03 | refs/heads/master | 2023-08-31T08:07:23.214000 | 2023-08-23T14:51:04 | 2023-08-23T14:51:04 | 30,920,404 | 24 | 23 | null | false | 2022-09-23T20:06:23 | 2015-02-17T14:27:53 | 2022-05-17T17:19:03 | 2022-09-23T20:06:23 | 320,718 | 24 | 17 | 16 | Java | false | false | /**
*/
package org.openhealthtools.mdht.uml.cda.consol.impl;
import java.lang.Iterable;
import java.util.Map;
import org.eclipse.emf.common.util.DiagnosticChain;
import org.eclipse.emf.common.util.EList;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.emf.ecore.EObject;
import org.eclipse.mdht.emf.runtime.ut... | UTF-8 | Java | 10,119 | java | LongitudinalCareWoundObservationImpl.java | Java | [] | null | [] | /**
*/
package org.openhealthtools.mdht.uml.cda.consol.impl;
import java.lang.Iterable;
import java.util.Map;
import org.eclipse.emf.common.util.DiagnosticChain;
import org.eclipse.emf.common.util.EList;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.emf.ecore.EObject;
import org.eclipse.mdht.emf.runtime.ut... | 10,119 | 0.749086 | 0.748196 | 325 | 30.135386 | 33.745567 | 127 | false | false | 0 | 0 | 0 | 0 | 74 | 0.040715 | 1.544615 | false | false | 3 |
289c7cbffabdc87a78e457de14dc7edc5f9ef58a | 21,062,519,630,459 | 72bbaae83dbfab18a77dbfd7ce9dae80e73498b1 | /app/src/main/java/yinlei/baseadapter/adapter/NewsAdapter.java | cce967da51ebe66401729614e1122e7f66b740e0 | [
"Apache-2.0"
] | permissive | wuyinlei/BaseViewHolderDemo | https://github.com/wuyinlei/BaseViewHolderDemo | f7bd02fb9df1e5e09aa541539a8e470e4b9487a2 | 6aa51a49831eae9179927efe7a620689faee6c96 | refs/heads/master | 2021-01-20T17:21:19.795000 | 2016-07-17T15:05:11 | 2016-07-17T15:05:11 | 63,537,642 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package yinlei.baseadapter.adapter;
import android.content.Context;
import android.support.v7.widget.CardView;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import android.widget.LinearLayout;... | UTF-8 | Java | 3,211 | java | NewsAdapter.java | Java | [] | null | [] | package yinlei.baseadapter.adapter;
import android.content.Context;
import android.support.v7.widget.CardView;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import android.widget.LinearLayout;... | 3,211 | 0.676241 | 0.675617 | 101 | 30.722773 | 27.519253 | 108 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.594059 | false | false | 3 |
57c9ccb29f982899b8d0bc7049a436a6b189994e | 34,832,184,805,550 | a3b785225240ff70cedbdb64ebf9ca4c24473547 | /src/sm/hris/struts2/base/db/OrderDetail.java | 53c757499320ca195c152fa48191ca97405b19a3 | [] | no_license | benysartono/sm-hris | https://github.com/benysartono/sm-hris | 5bde68668b7ac66ec5428a1b83fd7bde1ff63be9 | fd993add452395d50c085dc6f0b19c11985c4779 | refs/heads/master | 2022-08-13T22:52:24.493000 | 2020-05-20T13:38:18 | 2020-05-20T13:38:18 | 179,632,610 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package sm.hris.struts2.base.db;
import java.util.Date;
import java.io.File;
import org.apache.commons.codec.digest.DigestUtils;
public class OrderDetail {
private String idOrder;
private String idProduct;
private Float amount;
private String unit;
private Float unitPri... | UTF-8 | Java | 1,568 | java | OrderDetail.java | Java | [] | null | [] | package sm.hris.struts2.base.db;
import java.util.Date;
import java.io.File;
import org.apache.commons.codec.digest.DigestUtils;
public class OrderDetail {
private String idOrder;
private String idProduct;
private Float amount;
private String unit;
private Float unitPri... | 1,568 | 0.662628 | 0.66199 | 84 | 16.666666 | 16.00248 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.940476 | false | false | 3 |
fd6957a5088d579234647f0f1acc76843da0f258 | 34,943,853,960,436 | 582a02fbc0a56de096466361796ac6dc0144937e | /src/main/java/com/daxia/wz/dao/OrderDAO.java | 19a532f5a3c11279611cd3605cb37b4c98e57c46 | [] | no_license | jonathan-tanxin/wz | https://github.com/jonathan-tanxin/wz | e054c35729fb1dd18f7d1233bfa06c9323899506 | c103fb6dc169d6a1b9ee6e62fc038aa4667bf02e | refs/heads/master | 2020-03-13T04:41:22.235000 | 2018-04-27T09:23:40 | 2018-04-27T09:23:40 | 130,967,988 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.daxia.wz.dao;
import java.util.ArrayList;
import java.util.List;
import org.apache.commons.collections.CollectionUtils;
import org.springframework.stereotype.Repository;
import org.apache.commons.lang3.StringUtils;
import com.daxia.wz.dao.GenericDAOHibernate;
import com.daxia.wz.model.Order;
import com.... | UTF-8 | Java | 2,194 | java | OrderDAO.java | Java | [] | null | [] | package com.daxia.wz.dao;
import java.util.ArrayList;
import java.util.List;
import org.apache.commons.collections.CollectionUtils;
import org.springframework.stereotype.Repository;
import org.apache.commons.lang3.StringUtils;
import com.daxia.wz.dao.GenericDAOHibernate;
import com.daxia.wz.model.Order;
import com.... | 2,194 | 0.570647 | 0.567457 | 64 | 33.28125 | 20.941488 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.953125 | false | false | 3 |
83c9bc5e959f85c6e7e00d11b96defb0bc92fb92 | 34,943,853,958,150 | 43c7125ff0f31fa5216e556dbdaaf5496a898ffc | /catroid/src/at/tugraz/ist/catroid/plugin/Drone/other/DroneMoveBrickChooseMovementDialog.java | ca205e71727fab2376fad6a732d1b5774ebc27f6 | [] | no_license | pocket7878/Catroid | https://github.com/pocket7878/Catroid | 348ac0180f93e33485050b6c2b574f1e1d9521e2 | 1d428a5efd7488cd7743be47ff102c11fb2e0367 | refs/heads/main | 2021-01-21T00:56:06.769000 | 2012-08-01T13:55:41 | 2012-08-01T13:55:41 | 6,077,118 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Catroid: An on-device graphical programming language for Android devices
* Copyright (C) 2010-2011 The Catroid Team
* (<http://code.google.com/p/catroid/wiki/Credits>)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public ... | UTF-8 | Java | 4,575 | java | DroneMoveBrickChooseMovementDialog.java | Java | [] | null | [] | /**
* Catroid: An on-device graphical programming language for Android devices
* Copyright (C) 2010-2011 The Catroid Team
* (<http://code.google.com/p/catroid/wiki/Credits>)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public ... | 4,575 | 0.694208 | 0.686557 | 135 | 31.888889 | 26.850937 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.103704 | false | false | 3 |
8e4cfc961037058c9ff92eb48b6243522c26923b | 38,766,374,819,616 | 96602275a8a9fdd18552df60d3b4ae4fa21034e9 | /integration-tests/test-all-jaxb/src/test/java/org/jboss/resteasy/test/providers/jaxb/JAXBElementClient.java | 31fc9bfed2a598886cfb239b5bd02315fa46114b | [
"Apache-2.0"
] | permissive | tedwon/Resteasy | https://github.com/tedwon/Resteasy | 03bb419dc9f74ea406dc1ea29d8a6b948b2228a8 | 38badcb8c2daae2a77cea9e7d70a550449550c49 | refs/heads/master | 2023-01-18T22:03:43.256000 | 2016-06-29T15:37:45 | 2016-06-29T15:37:45 | 62,353,131 | 0 | 0 | NOASSERTION | true | 2023-01-02T22:02:20 | 2016-07-01T01:29:16 | 2016-07-01T01:29:23 | 2023-01-02T22:02:17 | 29,394 | 0 | 0 | 41 | Java | false | false | package org.jboss.resteasy.test.providers.jaxb;
import javax.ws.rs.Consumes;
import javax.ws.rs.GET;
import javax.ws.rs.POST;
import javax.ws.rs.Path;
import javax.ws.rs.PathParam;
import javax.ws.rs.Produces;
import javax.xml.bind.JAXBElement;
/**
* A JAXBXmlRootElementClient.
*
* @author <a href="ry... | UTF-8 | Java | 668 | java | JAXBElementClient.java | Java | [
{
"context": "AXBXmlRootElementClient.\r\n *\r\n * @author <a href=\"ryan@damnhandy.com\">Ryan J. McDonough</a>\r\n * @version $Revision:$\r\n",
"end": 336,
"score": 0.9999334812164307,
"start": 318,
"tag": "EMAIL",
"value": "ryan@damnhandy.com"
},
{
"context": "ent.\r\n *\r\n * @aut... | null | [] | package org.jboss.resteasy.test.providers.jaxb;
import javax.ws.rs.Consumes;
import javax.ws.rs.GET;
import javax.ws.rs.POST;
import javax.ws.rs.Path;
import javax.ws.rs.PathParam;
import javax.ws.rs.Produces;
import javax.xml.bind.JAXBElement;
/**
* A JAXBXmlRootElementClient.
*
* @author <a href="<E... | 646 | 0.699102 | 0.699102 | 29 | 21.103449 | 19.45879 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.344828 | false | false | 3 |
896d31524628816dae21f216824820b41552b12f | 35,897,336,694,558 | 0e04b482e3278b40588b64c55cf76dea8dc54b73 | /ijaux/PixLib.java | 068aaf0c1c6c6b4a1825d325d349d9d2721ef2a9 | [] | no_license | dprodanov/pixlib | https://github.com/dprodanov/pixlib | 2b52b37dde6b88d0c91173972e29b0ec5750d71d | 2b755b9b8f383a3102b842267ddff4b51cdafe9f | refs/heads/master | 2022-06-12T17:48:56.013000 | 2022-05-29T09:13:54 | 2022-05-29T09:13:54 | 45,463,346 | 2 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ijaux;
import java.awt.Rectangle;
import ij.*;
import ij.process.*;
import ijaux.compat.ImagePlusCube;
import ijaux.datatype.UnsupportedTypeException;
import ijaux.datatype.access.Access;
import ijaux.hypergeom.PixelCube;
import ijaux.hypergeom.index.BaseIndex;
import ijaux.hypergeom.index.GridIndex;
/*
* ... | UTF-8 | Java | 19,284 | java | PixLib.java | Java | [] | null | [] | package ijaux;
import java.awt.Rectangle;
import ij.*;
import ij.process.*;
import ijaux.compat.ImagePlusCube;
import ijaux.datatype.UnsupportedTypeException;
import ijaux.datatype.access.Access;
import ijaux.hypergeom.PixelCube;
import ijaux.hypergeom.index.BaseIndex;
import ijaux.hypergeom.index.GridIndex;
/*
* ... | 19,284 | 0.649087 | 0.637938 | 693 | 26.828283 | 26.48838 | 147 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.82684 | false | false | 3 |
6effd92dd9b048dd8c810eb55b7df0751404f33d | 35,897,336,694,066 | 07f9414c92189abde94c20a0a6533a218f263c10 | /src/test/java/org/bicarb/core/forum/CsrfTest.java | 15c9452032a612cc34675858eceb3d7ad21d8ca1 | [
"Apache-2.0"
] | permissive | bicarb/bicarb-core | https://github.com/bicarb/bicarb-core | b6bb038c400548d2eadd1f55928e3ac053348a03 | e8f7ea7358f298c32cfa38da250f067217952f2f | refs/heads/master | 2020-03-20T13:49:33.013000 | 2018-11-17T13:17:55 | 2018-11-17T13:17:55 | 137,467,475 | 6 | 0 | Apache-2.0 | false | 2020-01-31T18:12:09 | 2018-06-15T09:18:37 | 2019-02-16T13:54:56 | 2020-01-31T18:12:06 | 671 | 5 | 0 | 1 | Java | false | false | /*
* Copyright (c) 2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by appl... | UTF-8 | Java | 2,099 | java | CsrfTest.java | Java | [
{
"context": "import org.junit.jupiter.api.Test;\n\n/**\n * @author olOwOlo\n */\npublic class CsrfTest extends BaseSetup {\n\n ",
"end": 1158,
"score": 0.9837235808372498,
"start": 1151,
"tag": "USERNAME",
"value": "olOwOlo"
}
] | null | [] | /*
* Copyright (c) 2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by appl... | 2,099 | 0.713673 | 0.709862 | 61 | 33.409836 | 27.087215 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.262295 | false | false | 3 |
4a065259d733e0405f5be40d5cc209a38944e875 | 36,842,229,486,247 | 3bddeb98c73fbef04223d5fae34e84701e95a414 | /src/main/java/telas/Produtos.java | a3c15ab2af18fa5dbe01f9303c0b022adca7c0df | [] | no_license | BrnEnd/gfn_qa_challenge_bruno_alexandrino | https://github.com/BrnEnd/gfn_qa_challenge_bruno_alexandrino | e853960eb78a72e0497b4e23cff6ae342c4c0b5e | 7a265f480994ed686c5712728e7015f317cc5b96 | refs/heads/master | 2020-05-17T10:39:10.395000 | 2019-05-02T18:18:46 | 2019-05-02T18:18:46 | 183,662,347 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package telas;
import java.text.SimpleDateFormat;
import java.util.Calendar;
import java.util.Date;
import java.util.GregorianCalendar;
import java.util.List;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
public class Produtos {
public WebDriver driver;
... | UTF-8 | Java | 1,871 | java | Produtos.java | Java | [] | null | [] | package telas;
import java.text.SimpleDateFormat;
import java.util.Calendar;
import java.util.Date;
import java.util.GregorianCalendar;
import java.util.List;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
public class Produtos {
public WebDriver driver;
... | 1,871 | 0.723143 | 0.721539 | 67 | 26.925373 | 27.449989 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.865672 | false | false | 3 |
20aa87bedb4c4f7fc25475f4f1aa0d1936c4f016 | 39,015,482,923,310 | b8bd2bf800d270a5ddc544dd8ef975e09abb2ac8 | /src/a_lintcode/improve/surrouded_regions/Solution.java | 0ecab74b316eef52a13ab798fcda777b1ebc208b | [] | no_license | RocketRazer/Interview | https://github.com/RocketRazer/Interview | 94b73ece6124545ffa843f7abf286e6de489d97d | 0c4bce543b9992fcd2ed74ad9830214e8994d980 | refs/heads/master | 2022-02-24T13:40:07.088000 | 2019-09-21T19:41:45 | 2019-09-21T19:41:45 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package a_lintcode.improve.surrouded_regions;
import java.util.LinkedList;
import java.util.Queue;
public class Solution {
/*
* @param board: board a 2D board containing 'X' and 'O'
* @return: nothing
*/
public void surroundedRegions(char[][] board) {
// write your code here
if ... | UTF-8 | Java | 2,580 | java | Solution.java | Java | [] | null | [] | package a_lintcode.improve.surrouded_regions;
import java.util.LinkedList;
import java.util.Queue;
public class Solution {
/*
* @param board: board a 2D board containing 'X' and 'O'
* @return: nothing
*/
public void surroundedRegions(char[][] board) {
// write your code here
if ... | 2,580 | 0.408527 | 0.396899 | 101 | 24.544554 | 19.576468 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.811881 | false | false | 3 |
41af8fb5e5a2dbde7832bbd618eaa46dc4670231 | 36,730,560,348,574 | 6a84a754960862ec9438aed5d8872e0ab9deca56 | /app/src/main/java/com/example/application/MainActivity.java | fdf92faa69714ea4b37d6de048305b3e0e363cfd | [] | no_license | nivedithanagelli/Application | https://github.com/nivedithanagelli/Application | 3ec4b3a1cdd1e94846f6866d163211c983a370bc | f946e7640adc1c91d1e3123178d02477c1e7c2d7 | refs/heads/master | 2020-05-29T21:46:15.238000 | 2019-05-30T10:14:46 | 2019-05-30T10:14:46 | 189,392,157 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.application;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.support.v7.widget.AppCompatCheckBox;
import android.text.m... | UTF-8 | Java | 3,444 | java | MainActivity.java | Java | [] | null | [] | package com.example.application;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.support.v7.widget.AppCompatCheckBox;
import android.text.m... | 3,444 | 0.59698 | 0.590302 | 86 | 39.05814 | 28.295515 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.616279 | false | false | 3 |
552490735424680d9cd2fb702d3721decd0d0ebe | 34,840,774,741,427 | aaa3ee8501e7043c97b851ee069a28ba2f893dfb | /src/main/java/com/curso/spring/tarjeta/controllers/Controlador.java | 7acf88c668ebcb1d86b6ab7ef28633b5487b0b7d | [] | no_license | iborlado/tarjetaFidelizacion | https://github.com/iborlado/tarjetaFidelizacion | ffa98f0abd1a91ba766968dcc0b786aec64e6be3 | f22d5d2a0af2aa7319a1ebc3f0136f53041f5d9d | refs/heads/master | 2021-05-10T16:40:31.275000 | 2018-10-30T09:03:03 | 2018-10-30T09:03:03 | 118,583,092 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.curso.spring.tarjeta.controllers;
import java.util.Map;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Qualifier;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.a... | UTF-8 | Java | 2,280 | java | Controlador.java | Java | [] | null | [] | package com.curso.spring.tarjeta.controllers;
import java.util.Map;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Qualifier;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.a... | 2,280 | 0.790351 | 0.790351 | 58 | 38.310345 | 36.796837 | 152 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.293103 | false | false | 3 |
20b8b3c194008ed526cccbdcf84646722e2e684a | 38,955,353,403,099 | d5f947966275d88dd97aa3f96359060664c63869 | /src/Main.java | a93190198303bf47d4eb7f4d97c90cb7b171aa2d | [] | no_license | lonk10/TesiDroni | https://github.com/lonk10/TesiDroni | e40954712f870baccf8d015093cea4a2a17d13c8 | 95a7a0abb1b934426b5ae9c775867df4b391243f | refs/heads/master | 2023-09-02T11:19:19.992000 | 2021-11-14T22:23:08 | 2021-11-14T22:23:08 | 402,063,705 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import exceptions.AdjacencyException;
import exceptions.IncompatibleSectionType;
import exceptions.IncompatibleVehicleType;
import it.uniud.mads.jlibbig.core.attachedProperties.SimpleProperty;
import it.uniud.mads.jlibbig.core.std.*;
import org.w3c.dom.Document;
import org.xml.sax.SAXException;
import javax.xml.parser... | UTF-8 | Java | 1,263 | java | Main.java | Java | [] | null | [] | import exceptions.AdjacencyException;
import exceptions.IncompatibleSectionType;
import exceptions.IncompatibleVehicleType;
import it.uniud.mads.jlibbig.core.attachedProperties.SimpleProperty;
import it.uniud.mads.jlibbig.core.std.*;
import org.w3c.dom.Document;
import org.xml.sax.SAXException;
import javax.xml.parser... | 1,263 | 0.720507 | 0.718131 | 40 | 30.575001 | 33.912304 | 177 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.725 | false | false | 3 |
28a32796802d94521d15fe9b8376095d3480272b | 33,767,032,925,932 | 656fd53547d56adf45b077834c96539b2d6c480c | /JavaBase/src/com/hxd/Javabase/Lx.java | 4386effe6bb026aafc2a2fb36ccade6c7cc48ce0 | [] | no_license | 1064209914/JavaBase | https://github.com/1064209914/JavaBase | 7cc12cf0bf09240efa9260112af322fc1f15fd2e | dc2738b731d21b62999228e2ba138acac08792fb | refs/heads/master | 2021-01-22T19:05:12.419000 | 2017-06-13T00:25:57 | 2017-06-13T00:25:57 | 87,883,872 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.hxd.Javabase;
/**
* 作者:hxd
* 时间:2017.3.20
* 这是一个输出星期一到星期日的程序
*
*
*/
public class Lx {
public static void main(String[] args) {
int i = 1;
for (; i <= 6; i++) {
System.out.println("今天是星期" + i);
}
System.out.println("今天是星期日");
}
}
| UTF-8 | Java | 334 | java | Lx.java | Java | [
{
"context": "package com.hxd.Javabase;\n/**\n * 作者:hxd\n * 时间:2017.3.20\n * 这是一个输出星期一到星期日的程序\n * \n *\n */\npu",
"end": 39,
"score": 0.9996768832206726,
"start": 36,
"tag": "USERNAME",
"value": "hxd"
}
] | null | [] | package com.hxd.Javabase;
/**
* 作者:hxd
* 时间:2017.3.20
* 这是一个输出星期一到星期日的程序
*
*
*/
public class Lx {
public static void main(String[] args) {
int i = 1;
for (; i <= 6; i++) {
System.out.println("今天是星期" + i);
}
System.out.println("今天是星期日");
}
}
| 334 | 0.55597 | 0.522388 | 19 | 13.105263 | 12.510605 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.263158 | false | false | 3 |
e82731635666e43e172d8d2a7afb1a16fab252cb | 34,136,400,120,459 | cc65e10feea55bfa97cade23176cd6e574d3bbea | /commons/commons-redis/src/main/java/com/imall/commons/redis/RedisCache.java | 8af89c3731ce711bd11fe927d80f5de76ff9044f | [] | no_license | weishihuai/imallCloudc | https://github.com/weishihuai/imallCloudc | ef5a0d7e4866ad7e63251dff512afede7246bd4f | f3163208eaf539aa63dc9e042d2ff6c7403aa405 | refs/heads/master | 2021-08-20T05:42:23.717000 | 2017-11-28T09:10:36 | 2017-11-28T09:10:36 | 112,305,704 | 2 | 4 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.imall.commons.redis;
import com.imall.commons.redis.util.EntityCacheInfo;
import com.imall.commons.redis.util.RedisCacheHitCalcUtil;
import com.imall.commons.redis.util.SerializableObjectUtil;
import org.springframework.cache.support.SimpleValueWrapper;
import org.springframework.dao.DataAccessException;
i... | UTF-8 | Java | 12,195 | java | RedisCache.java | Java | [] | null | [] | package com.imall.commons.redis;
import com.imall.commons.redis.util.EntityCacheInfo;
import com.imall.commons.redis.util.RedisCacheHitCalcUtil;
import com.imall.commons.redis.util.SerializableObjectUtil;
import org.springframework.cache.support.SimpleValueWrapper;
import org.springframework.dao.DataAccessException;
i... | 12,195 | 0.549443 | 0.548763 | 352 | 32.41193 | 26.985332 | 126 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4375 | false | false | 3 |
1c0015b04cf0d31cd54a8722c3394a574af93cde | 35,785,667,540,712 | d122d60be5d0e5346d075ed85d71a6323ac264bd | /EmployeeApp/src/main/java/com/roha/emp/dataobjects/Employee.java | 552976a1fe25b5b45d48854b950e7ed33d32d386 | [] | no_license | rohandm/EmployeeApp | https://github.com/rohandm/EmployeeApp | 0c7cfc95b229eb36e0e05c78beb4df21c1d5ed88 | 3886662d8145b71b5b323d3ced209d356e61707d | refs/heads/master | 2021-07-22T05:35:29.375000 | 2017-10-28T02:47:55 | 2017-10-28T02:47:55 | 107,058,896 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package com.roha.emp.dataobjects;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persis... | UTF-8 | Java | 2,618 | java | Employee.java | Java | [] | null | [] | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package com.roha.emp.dataobjects;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persis... | 2,618 | 0.577922 | 0.577922 | 122 | 19.47541 | 17.903755 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.270492 | false | false | 3 |
2635155209d7767c3579106090048e12db1d9e04 | 37,787,122,288,676 | b8ca0d008710d1a89eb7093816e9099174a3c604 | /kie-remote/kie-remote-services/src/main/java/org/kie/remote/services/rest/QueryResourceImpl.java | f2d20a4a4f42172d84864255f1318fc1620a4814 | [
"Apache-2.0"
] | permissive | karolkornecki/droolsjbpm-integration | https://github.com/karolkornecki/droolsjbpm-integration | 43ccb4bc0b0ca1098c719068c963167acde470e0 | ea987a55a1ef470bf571b6c381d15fee1524989c | refs/heads/master | 2021-01-15T16:00:14.371000 | 2014-09-25T11:24:46 | 2014-09-25T11:24:46 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.kie.remote.services.rest;
import static org.kie.remote.services.rest.query.QueryResourceData.actionParamNameMap;
import static org.kie.remote.services.rest.query.QueryResourceData.getDates;
import static org.kie.remote.services.rest.query.QueryResourceData.getInts;
import static org.kie.remote.services.res... | UTF-8 | Java | 37,847 | java | QueryResourceImpl.java | Java | [] | null | [] | package org.kie.remote.services.rest;
import static org.kie.remote.services.rest.query.QueryResourceData.actionParamNameMap;
import static org.kie.remote.services.rest.query.QueryResourceData.getDates;
import static org.kie.remote.services.rest.query.QueryResourceData.getInts;
import static org.kie.remote.services.res... | 37,847 | 0.595582 | 0.592306 | 762 | 48.66798 | 34.792542 | 162 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.828084 | false | false | 3 |
f71644c5ae72370cae6235ecacc34f141a64a535 | 36,000,415,914,701 | 7a86de39c86ca56ebc9c3ce3908cdeaf88c162d2 | /app/src/main/java/test/com/testdatabinding/basic/Utils.java | 1f36aa41fbc6ccee372accbf9f415025f7120fb0 | [] | no_license | Selina592732122/TestDataBinding | https://github.com/Selina592732122/TestDataBinding | 478d98b33567cdfb6503f687b51fd9d3ad002274 | 8ae20e042f5619bd9214d0f4999b6e4bf2eb6b62 | refs/heads/master | 2021-01-12T15:44:15.184000 | 2016-10-25T08:36:30 | 2016-10-25T08:36:30 | 71,874,837 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package test.com.testdatabinding.basic;
import android.databinding.BindingAdapter;
import android.net.Uri;
import com.facebook.drawee.view.SimpleDraweeView;
public class Utils {
@BindingAdapter({"imageUrl"})
public static void imageLoader(SimpleDraweeView draweeView, String url) {
Uri uri = Uri.parse(url);
dra... | UTF-8 | Java | 352 | java | Utils.java | Java | [] | null | [] | package test.com.testdatabinding.basic;
import android.databinding.BindingAdapter;
import android.net.Uri;
import com.facebook.drawee.view.SimpleDraweeView;
public class Utils {
@BindingAdapter({"imageUrl"})
public static void imageLoader(SimpleDraweeView draweeView, String url) {
Uri uri = Uri.parse(url);
dra... | 352 | 0.78125 | 0.78125 | 14 | 24.071428 | 21.568708 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 3 |
bcd3f2c6cc836934f0a65e9dd65fde9a7045dde8 | 16,415,365,066,600 | 39863e084c652a64b0d107cc9c3dec1de1d3f568 | /src/main/java/net/jiyuu_ni/seiidex/jpa/NatureName.java | 7f714e8cbd271a80d31544335c3b3296fb598ea7 | [
"MIT"
] | permissive | seii/seii-dex-json | https://github.com/seii/seii-dex-json | 86506efa180544017c261546a450538b3c6804e2 | ca99d8f038f785309604bb0fe258c2e6d0546bb0 | refs/heads/master | 2021-01-21T04:50:31.187000 | 2016-07-19T17:56:55 | 2016-07-19T17:56:55 | 54,071,704 | 0 | 0 | null | false | 2016-07-19T17:56:55 | 2016-03-16T22:43:10 | 2016-03-16T23:32:34 | 2016-07-19T17:56:55 | 11,768 | 0 | 0 | 0 | Java | null | null | package net.jiyuu_ni.seiidex.jpa;
import java.io.Serializable;
import javax.persistence.*;
/**
* The persistent class for the nature_names database table.
*
*/
@Entity
@Table(name="nature_names")
@NamedQuery(name="NatureName.findAll", query="SELECT n FROM NatureName n")
public class NatureName implements Seriali... | UTF-8 | Java | 1,177 | java | NatureName.java | Java | [] | null | [] | package net.jiyuu_ni.seiidex.jpa;
import java.io.Serializable;
import javax.persistence.*;
/**
* The persistent class for the nature_names database table.
*
*/
@Entity
@Table(name="nature_names")
@NamedQuery(name="NatureName.findAll", query="SELECT n FROM NatureName n")
public class NatureName implements Seriali... | 1,177 | 0.724724 | 0.723874 | 66 | 16.848484 | 18.100094 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.939394 | false | false | 3 |
641f4947b79635ccf1c58e79e80fa86a90bde93b | 28,948,079,642,795 | af4141ab17cb1a7105b61ab64f76d0d24f650f29 | /springboot-mybatis-redis-rabbitmq/src/main/java/com/xmzpc/demo/service/RedisService.java | f1b363ce1f3e9bb463602d21b7871ac6f5eb5596 | [
"Apache-2.0"
] | permissive | xmzpc/SpringBoot-Demo | https://github.com/xmzpc/SpringBoot-Demo | af087afc351efa077ea6434cc4e0bed31743043d | 687eb5b37a3c9332ad6269544317c1bbae3d40ee | refs/heads/master | 2021-06-19T08:44:13.396000 | 2019-09-19T05:16:31 | 2019-09-19T05:16:31 | 207,429,154 | 1 | 0 | Apache-2.0 | false | 2021-04-26T19:32:31 | 2019-09-10T00:22:07 | 2019-09-19T05:18:09 | 2021-04-26T19:32:31 | 111 | 1 | 0 | 12 | Java | false | false | package com.xmzpc.demo.service;
import com.xmzpc.demo.common.redis.KeyPrefix;
import java.util.List;
/**
* Desciption:
*
* @Author: XMZPC.
* Creation time: 2019/9/9 15:30:00.
*/
public interface RedisService {
/**
* 获取当个对象
* */
<T> T get(KeyPrefix prefix, String key, Class<T> clazz);
... | UTF-8 | Java | 997 | java | RedisService.java | Java | [
{
"context": "java.util.List;\n\n/**\n * Desciption:\n *\n * @Author: XMZPC.\n * Creation time: 2019/9/9 15:30:00.\n */\n\npublic",
"end": 145,
"score": 0.9996857047080994,
"start": 140,
"tag": "USERNAME",
"value": "XMZPC"
}
] | null | [] | package com.xmzpc.demo.service;
import com.xmzpc.demo.common.redis.KeyPrefix;
import java.util.List;
/**
* Desciption:
*
* @Author: XMZPC.
* Creation time: 2019/9/9 15:30:00.
*/
public interface RedisService {
/**
* 获取当个对象
* */
<T> T get(KeyPrefix prefix, String key, Class<T> clazz);
... | 997 | 0.550911 | 0.538049 | 57 | 15.368421 | 19.016735 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.385965 | false | false | 3 |
b020c8500ace63b1c8c0388ab9cab4bc24af5642 | 21,895,743,284,148 | 1cf9407cb8e2600aa78447afe7f7cffc77346c31 | /Assignment1-cafe/src/main/java/HelloServlet.java | 3f5aaed4e1adae8a036211b1b7cf57dce0a7987e | [] | no_license | csc456fall2014/jared-russell | https://github.com/csc456fall2014/jared-russell | 37afbd499c3a03018708053c7dc976bb77c74f4d | 66e340fc5e69f3e107d1300a89bc2ab9204ab57a | refs/heads/master | 2015-08-13T04:01:32.735000 | 2014-12-10T18:32:23 | 2014-12-10T18:32:23 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
import javax.servlet.*;
import javax.servlet.http.*;
import java.io.*;
public class HelloServlet extends HttpServlet {
public void doPost(HttpServletRequest request,
HttpServletResponse response)
throws IOException {
PrintWriter out = response.getWriter();
String[] items = request.getParameterValues("o... | UTF-8 | Java | 1,690 | java | HelloServlet.java | Java | [] | null | [] |
import javax.servlet.*;
import javax.servlet.http.*;
import java.io.*;
public class HelloServlet extends HttpServlet {
public void doPost(HttpServletRequest request,
HttpServletResponse response)
throws IOException {
PrintWriter out = response.getWriter();
String[] items = request.getParameterValues("o... | 1,690 | 0.567456 | 0.553846 | 60 | 27.166666 | 20.64394 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.866667 | false | false | 3 |
5f5ecee8d8e016d023734fdea9ef91b4de0e9cae | 1,185,411,008,066 | c3e4b52a91519f19de9ecf7175f99878b003b771 | /lmf/lvmofangCanRun/GreenCube-Server/src/main/java/com/cnd/greencube/server/dao/impl/FadocHospitalDeparementDaoImpl.java | 408e8c1494003ac93338d504ee811382615ab2a1 | [] | no_license | chenlian2015/clserver | https://github.com/chenlian2015/clserver | 99f4d25ee5e8540caa7f7d4fe8f724db4e8fb09a | b75cb07582c1266b7d8ed7befec56b89c8dfeafc | refs/heads/master | 2021-01-23T18:22:37.435000 | 2017-03-07T12:03:02 | 2017-03-07T12:03:02 | 82,997,444 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.cnd.greencube.server.dao.impl;
import org.springframework.stereotype.Repository;
import com.cnd.greencube.server.dao.FadocHospitalDeparementDao;
import com.cnd.greencube.server.dao.redis.RedisDaoSupportImpl;
import com.cnd.greencube.server.entity.FadocHospitalDeparement;
@Repository("FadocHospitalDepareme... | UTF-8 | Java | 481 | java | FadocHospitalDeparementDaoImpl.java | Java | [] | null | [] | package com.cnd.greencube.server.dao.impl;
import org.springframework.stereotype.Repository;
import com.cnd.greencube.server.dao.FadocHospitalDeparementDao;
import com.cnd.greencube.server.dao.redis.RedisDaoSupportImpl;
import com.cnd.greencube.server.entity.FadocHospitalDeparement;
@Repository("FadocHospitalDepareme... | 481 | 0.866944 | 0.866944 | 11 | 42.727272 | 41.468697 | 145 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.545455 | false | false | 3 |
c3b36ebf04d51238904b78c64e9bbe207fcc257d | 6,236,292,521,404 | e2074695714fd01d1e4ef58bee092db83dbe45b8 | /src/Voiture.java | 463618924e9234f91e9bb9157a014a68525736db | [] | no_license | noemiie21/Course_voiture | https://github.com/noemiie21/Course_voiture | e84cc08fb46ebf63c83d33fa73ad00e1fc46a00c | d2fae1c6de4c1c4f776960ba42d4d35233ed6fb5 | refs/heads/master | 2023-08-21T02:56:58.338000 | 2021-10-20T11:11:39 | 2021-10-20T11:11:39 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public class Voiture {
private String nom;
private float vitesse_min;
private float vitesse_moy;
private float vitesse_max;
private float tempscourse ;
public Voiture(String nom, float vitesse_min, float vitesse_moy, float vitesse_max) {
this.nom = nom;
this.vitesse_min = vites... | UTF-8 | Java | 1,247 | java | Voiture.java | Java | [] | null | [] | public class Voiture {
private String nom;
private float vitesse_min;
private float vitesse_moy;
private float vitesse_max;
private float tempscourse ;
public Voiture(String nom, float vitesse_min, float vitesse_moy, float vitesse_max) {
this.nom = nom;
this.vitesse_min = vites... | 1,247 | 0.609463 | 0.608661 | 57 | 20.877193 | 19.202585 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.403509 | false | false | 3 |
478ddccd8854296b768da06ae7237851f739cc22 | 25,838,523,254,114 | a00807ed87e9ca82a5358d58a2228944b90ba645 | /im-common/src/main/java/com/im/util/DateTimeUtil.java | 3cdcc76a8308cb77f91f026267a27b683298844f | [] | no_license | wangdan92/imServer-exe-api | https://github.com/wangdan92/imServer-exe-api | c6df171bed1911939d16eac3afd09f1a42414f9c | 3b2eaeaa42d037fb770ac9f6e9d619296bf98ddd | refs/heads/master | 2020-12-18T09:50:29.379000 | 2020-01-21T12:27:23 | 2020-01-21T12:27:23 | 235,337,116 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.im.util;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.Calendar;
import java.util.Date;
import java.util.List;
/**
* @author ZhangPeng
* @date 2010-11-18
*/
public class DateTimeUtil {
private static final String DEFAULTFORMATSTR = ... | UTF-8 | Java | 32,177 | java | DateTimeUtil.java | Java | [
{
"context": ".util.Date;\nimport java.util.List;\n\n/**\n * @author ZhangPeng\n * @date 2010-11-18\n */\npublic class DateTimeUtil",
"end": 216,
"score": 0.9996414184570312,
"start": 207,
"tag": "NAME",
"value": "ZhangPeng"
}
] | null | [] | package com.im.util;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.Calendar;
import java.util.Date;
import java.util.List;
/**
* @author ZhangPeng
* @date 2010-11-18
*/
public class DateTimeUtil {
private static final String DEFAULTFORMATSTR = ... | 32,177 | 0.567997 | 0.559236 | 1,065 | 26.439436 | 23.051451 | 166 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.641315 | false | false | 5 |
993436b6c8b34bd459d101a6ab2df125e257e60c | 16,200,616,695,144 | 9c211aeded65666b800cdee4512378c6989ba400 | /FitterSport/src/com/chzh/fitter/LoginActivity.java | 94c4b76e76fedae40a2a0457e516b325855e4946 | [] | no_license | jarrahwu/MyProjFitter | https://github.com/jarrahwu/MyProjFitter | 8297de092d1127a03ff2b1f5cb4c50c7f1875152 | 4d4196ddc6e072d3c8700bd2aa9eda6a84897d28 | refs/heads/master | 2016-09-16T04:04:11.252000 | 2014-07-23T16:19:38 | 2014-07-23T16:19:38 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.chzh.fitter;
import java.util.HashMap;
import org.json.JSONObject;
import android.graphics.Color;
import android.view.View;
import android.widget.EditText;
import com.chzh.fitter.core.UICore;
import com.chzh.fitter.framework.BaseActivity;
import com.chzh.fitter.framework.GlobalConstant;
import com.chzh.... | UTF-8 | Java | 3,215 | java | LoginActivity.java | Java | [
{
"context": "ata.put(\"mobile\", account);\n\t\tdata.put(\"password\", password);\n\n\t\tJHttpManager.initWithContext(this).post(data",
"end": 2227,
"score": 0.9276282787322998,
"start": 2219,
"tag": "PASSWORD",
"value": "password"
}
] | null | [] | package com.chzh.fitter;
import java.util.HashMap;
import org.json.JSONObject;
import android.graphics.Color;
import android.view.View;
import android.widget.EditText;
import com.chzh.fitter.core.UICore;
import com.chzh.fitter.framework.BaseActivity;
import com.chzh.fitter.framework.GlobalConstant;
import com.chzh.... | 3,217 | 0.737418 | 0.735855 | 115 | 26.81739 | 24.02194 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.095652 | false | false | 5 |
3a1f1f168be9dabf891bb65d4ecbab68ca869114 | 21,801,254,038,049 | 83bda186d8594d54b7c04d087ec74104d3cacb0d | /src/Project1/QueueSystem.java | 66e9ecb6773acb65410010311a117891a054d7a6 | [] | no_license | AndrzejFidosKarol-1/QueuePost | https://github.com/AndrzejFidosKarol-1/QueuePost | 7237171bbab3090fb735dd99be3e7c9633733474 | d903f9d5af96ad37059497db41374d01f915e5a1 | refs/heads/master | 2021-01-04T00:51:02.986000 | 2020-02-13T16:44:28 | 2020-02-13T16:44:28 | 240,310,682 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Project1;
public class QueueSystem {
public static final int Send_package = 1, Pickup_package = 2;
public QueueSystem(int a, int b) {
int sendQueue;
int pickupQueue;
}
public boolean emptyQueue(int type) {
if (type == Send_package) {
return true;
}... | UTF-8 | Java | 373 | java | QueueSystem.java | Java | [] | null | [] | package Project1;
public class QueueSystem {
public static final int Send_package = 1, Pickup_package = 2;
public QueueSystem(int a, int b) {
int sendQueue;
int pickupQueue;
}
public boolean emptyQueue(int type) {
if (type == Send_package) {
return true;
}... | 373 | 0.552279 | 0.544236 | 19 | 18.578947 | 17.21479 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.421053 | false | false | 5 |
23d9856e4b0707540e42858512a4df4983555ae0 | 5,695,126,692,334 | c048a804b870c226a78f7033af831a0db68ea7da | /app/src/main/java/com/example/flora/CustomAdapter.java | 6bec5377ff8b49705f55fae47ffee6450b0a64e9 | [] | no_license | stalinBox/flora | https://github.com/stalinBox/flora | bdf6865dcb3643b69b3d96127308fa0b40d5733a | c3416f33c224407b04b9f0a64f3168d4c2189be4 | refs/heads/main | 2023-08-23T23:45:01.440000 | 2021-10-20T02:29:36 | 2021-10-20T02:29:36 | 419,157,041 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.flora;
import android.content.Context;
import android.database.DataSetObserver;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.util.Base64;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.Image... | UTF-8 | Java | 2,958 | java | CustomAdapter.java | Java | [] | null | [] | package com.example.flora;
import android.content.Context;
import android.database.DataSetObserver;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.util.Base64;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.Image... | 2,958 | 0.658891 | 0.65551 | 116 | 24.5 | 23.726713 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.439655 | false | false | 5 |
c2bbf857da6f36abd429be415c85c6f874ba3d29 | 31,842,887,590,203 | 0be8ea1233dd2e74ca4e0c73766417e9d7367a4f | /src/main/java/com/mvc/timemachine/repositories/SoundRepo.java | 1c3fd67a1bb8b72cbf5cc63e3df2b4529809bad0 | [
"Apache-2.0"
] | permissive | Ahmed-elsayed-mahmoud/Time-Machine | https://github.com/Ahmed-elsayed-mahmoud/Time-Machine | ba34d4d2d2b2d75e5e1fdd55f8616bddd0bdcf5c | 99fa254baadf04134a5f199093cd3cce38d4f3aa | refs/heads/master | 2020-04-15T12:15:14.953000 | 2017-08-26T12:01:44 | 2017-08-26T12:01:44 | 68,123,865 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mvc.timemachine.repositories;
import org.springframework.data.repository.CrudRepository;
import org.springframework.stereotype.Repository;
import com.mvc.timemachine.models.Sound;
@Repository
public interface SoundRepo extends CrudRepository<Sound, Integer> {
}
| UTF-8 | Java | 278 | java | SoundRepo.java | Java | [] | null | [] | package com.mvc.timemachine.repositories;
import org.springframework.data.repository.CrudRepository;
import org.springframework.stereotype.Repository;
import com.mvc.timemachine.models.Sound;
@Repository
public interface SoundRepo extends CrudRepository<Sound, Integer> {
}
| 278 | 0.83813 | 0.83813 | 11 | 24.272728 | 25.541735 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.454545 | false | false | 5 |
cce42bd803c5cfdfe4fc14a1129a0566846aa4da | 8,864,812,536,770 | 113e36704001bd33ef16292ad444b8d801d03cb5 | /src/main/java/com/areatecnica/nanduappgm/behaviors/FindBusPagaAction.java | 560761e960a53667960ced08447bfb7cdbd1303d | [] | no_license | ianfranco/SIGFMinutos | https://github.com/ianfranco/SIGFMinutos | fddc08ced38cadd657fa97ae8983a39a30472cde | fc161f342f3c03270f2056437d30f7839c866102 | refs/heads/master | 2021-03-27T14:57:01.111000 | 2018-05-23T06:11:37 | 2018-05-23T06:11:37 | 122,508,362 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package com.areatecnica.nanduappgm.behaviors;
import com.areatecnica.nanduappgm.controllers.RegistroMinutoController;
import c... | UTF-8 | Java | 2,588 | java | FindBusPagaAction.java | Java | [
{
"context": " java.awt.event.FocusEvent;\r\n\r\n/**\r\n *\r\n * @author ianfr\r\n */\r\npublic class FindBusPagaAction extends Focu",
"end": 589,
"score": 0.999678373336792,
"start": 584,
"tag": "USERNAME",
"value": "ianfr"
}
] | null | [] | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package com.areatecnica.nanduappgm.behaviors;
import com.areatecnica.nanduappgm.controllers.RegistroMinutoController;
import c... | 2,588 | 0.632006 | 0.632006 | 74 | 32.959461 | 32.932133 | 127 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.418919 | false | false | 5 |
87b4b7c8905e676eb74b7f8457404102be794641 | 25,872,882,993,616 | a693ccd296adc0d095126cea525096c240ecc0a3 | /app/src/main/java/kojimation/com/cleanarchitecturemvvmdatabinding/data/exchange/repository/ExchangeRepositoryModule.java | c7833dc4721d4e40417952006abc19d0759a7a35 | [] | no_license | MuuKojima/CleanArchitectureMVVMDataBinding | https://github.com/MuuKojima/CleanArchitectureMVVMDataBinding | bf87c92723c033b96161ca4f8ebd765fe185baf2 | 925a350056031b2a5a63dd3e39b2606eadcf497e | refs/heads/master | 2020-01-23T21:58:57.017000 | 2016-11-25T02:47:45 | 2016-11-25T02:47:45 | 74,720,275 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package kojimation.com.cleanarchitecturemvvmdatabinding.data.exchange.repository;
import javax.inject.Singleton;
import dagger.Module;
import dagger.Provides;
import kojimation.com.cleanarchitecturemvvmdatabinding.data.exchange.ExchangeRateRepository;
import retrofit2.Retrofit;
/**
* Created by muukojima on 2016/11... | UTF-8 | Java | 732 | java | ExchangeRepositoryModule.java | Java | [
{
"context": "ory;\nimport retrofit2.Retrofit;\n\n/**\n * Created by muukojima on 2016/11/22.\n */\n\n@Module\npublic class Exchange",
"end": 309,
"score": 0.9997110366821289,
"start": 300,
"tag": "USERNAME",
"value": "muukojima"
}
] | null | [] | package kojimation.com.cleanarchitecturemvvmdatabinding.data.exchange.repository;
import javax.inject.Singleton;
import dagger.Module;
import dagger.Provides;
import kojimation.com.cleanarchitecturemvvmdatabinding.data.exchange.ExchangeRateRepository;
import retrofit2.Retrofit;
/**
* Created by muukojima on 2016/11... | 732 | 0.793716 | 0.781421 | 27 | 26.148148 | 30.815704 | 116 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.296296 | false | false | 5 |
3f0bac2f7d6022c681a16691baf7a6708cb45662 | 25,872,882,992,270 | 923a6799dc2c1da298e9657ee72bece3c2e1a1d5 | /app/src/main/java/com/app/fastcabdriver/fragments/RateUserFragment.java | 46b6994f3e7b893bce79afd8f012713a2630ff35 | [] | no_license | SaeedHyder/FastCab_Driver_Android- | https://github.com/SaeedHyder/FastCab_Driver_Android- | 703a3158c65391a464ce8d08e13e3bea41238121 | 79ee68d4028f4fcbb870c395f5bbf2de2f1769bf | refs/heads/master | 2021-11-29T21:24:21.252000 | 2018-02-08T12:25:11 | 2018-02-08T12:25:11 | 168,325,103 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.app.fastcabdriver.fragments;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v4.widget.NestedScrollView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.Button;
import android.widget.ImageView;
i... | UTF-8 | Java | 2,902 | java | RateUserFragment.java | Java | [
{
"context": "ircleimageview.CircleImageView;\n\n/**\n * Created by saeedhyder on 6/29/2017.\n */\n\npublic class RateUserFragment ",
"end": 749,
"score": 0.9996588826179504,
"start": 739,
"tag": "USERNAME",
"value": "saeedhyder"
}
] | null | [] | package com.app.fastcabdriver.fragments;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v4.widget.NestedScrollView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.Button;
import android.widget.ImageView;
i... | 2,902 | 0.73949 | 0.736733 | 102 | 27.450981 | 20.759418 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.529412 | false | false | 5 |
9eeebedb3a51e5b119d679bfa2f24755063db97a | 2,284,922,634,389 | 79651ab65309d73f891b9c114066bb4137794a26 | /code/src/httf/ui/TextLine.java | 62cd764495d9577333d314b5ef4d33025376a42e | [] | no_license | httfbw/Debless | https://github.com/httfbw/Debless | 838fa5d3154fd883c6fca97e506484f8bbd520f9 | bfbad9c87968a79f4eaedfbecccb33619161ff3a | refs/heads/master | 2021-07-11T10:16:35.607000 | 2017-10-15T12:28:07 | 2017-10-15T12:28:07 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package httf.ui;
import httf.util.*;
public class TextLine {
public String text;
public Bitmap[] chars;
public int x;
public int y;
public TextLine(String text, int x, int y) {
this.text = text;
this.x = x;
this.y = y;
this.chars = new Bitmap[text.length()];
for(int i = 0; i < chars.length; i++) {
... | UTF-8 | Java | 769 | java | TextLine.java | Java | [] | null | [] | package httf.ui;
import httf.util.*;
public class TextLine {
public String text;
public Bitmap[] chars;
public int x;
public int y;
public TextLine(String text, int x, int y) {
this.text = text;
this.x = x;
this.y = y;
this.chars = new Bitmap[text.length()];
for(int i = 0; i < chars.length; i++) {
... | 769 | 0.598179 | 0.594278 | 33 | 22.30303 | 19.879158 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.242424 | false | false | 5 |
00ac4c2c785bc10cf1bb6b632fcbbc91ffcaa242 | 6,493,990,553,296 | 70a0c844062304760e1ffb5aaa97c1de6e73d88a | /src/lab3/ExtendedMatrix.java | 25b7de28fc5e78591bf8b7af2b1447118c61a22c | [] | no_license | serkov23/JavaLab3 | https://github.com/serkov23/JavaLab3 | 3e01ede001f9aeb027ef1c30935359d0ff0d601d | d15e5d928966b1c761aca7fc10a0e28523e0a4d5 | refs/heads/master | 2020-04-01T17:59:34.221000 | 2018-10-18T15:16:28 | 2018-10-18T15:16:28 | 153,464,411 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package lab3;
import java.io.File;
import java.io.FileNotFoundException;
import java.util.InputMismatchException;
import java.util.Scanner;
class ExtendedMatrix {
private int size;
private double[][] mat;
public int getSize() {
return size;
}
void read(File file) throws FileNotFoundExcep... | UTF-8 | Java | 1,543 | java | ExtendedMatrix.java | Java | [] | null | [] | package lab3;
import java.io.File;
import java.io.FileNotFoundException;
import java.util.InputMismatchException;
import java.util.Scanner;
class ExtendedMatrix {
private int size;
private double[][] mat;
public int getSize() {
return size;
}
void read(File file) throws FileNotFoundExcep... | 1,543 | 0.53208 | 0.527544 | 60 | 24.716667 | 20.482588 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.716667 | false | false | 5 |
c8069a5bd3797ad150dfd034598b1c1706aa994c | 16,982,300,739,887 | 77642241995b3479f1faf559ba30227e5e4938c7 | /sacca-message-service/src/main/java/za/co/sacca/dao/impl/ComplimentsDaoImpl.java | 2da481f91b966789b4878cdb8d1ea54deae1f22f | [] | no_license | nkwenkwezi/sacca | https://github.com/nkwenkwezi/sacca | 38aebb518461c166afb63eca44fe3692832dd7d5 | 4ae79b30ebc9bfa1a56a38710071ab8ba3fd7e38 | refs/heads/master | 2018-01-10T14:16:33.651000 | 2015-10-11T21:39:23 | 2015-10-11T21:39:23 | 44,070,278 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package za.co.sacca.dao.impl;
import java.util.List;
import za.co.sacca.dao.ComplimentsDao;
import za.co.sacca.domain.ComplimentResponse;
import za.co.sacca.domain.Compliments;
public class ComplimentsDaoImpl implements ComplimentsDao {
public Compliments findCompliment(long id) {
// TODO Auto-generated method s... | UTF-8 | Java | 1,190 | java | ComplimentsDaoImpl.java | Java | [] | null | [] | package za.co.sacca.dao.impl;
import java.util.List;
import za.co.sacca.dao.ComplimentsDao;
import za.co.sacca.domain.ComplimentResponse;
import za.co.sacca.domain.Compliments;
public class ComplimentsDaoImpl implements ComplimentsDao {
public Compliments findCompliment(long id) {
// TODO Auto-generated method s... | 1,190 | 0.769748 | 0.769748 | 51 | 22.333334 | 23.097973 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.196078 | false | false | 5 |
13b6870364d8bc6c9b3579b11e1a0986bab54aae | 26,980,984,554,317 | ef620db7e548992c25e51315adf72e321ad4c03a | /com.gamecard.platform.service/src/main/java/com/sp/platform/service/CpNumService.java | b8f23a98062516d8261ec4d05c2233b5601ccc57 | [] | no_license | mopdzz/gamecard | https://github.com/mopdzz/gamecard | 65eb0e90c191dcf45fa021eeae07bf1b07423b39 | 96c25595a5930018cab65faf1845106c3da512e8 | refs/heads/master | 2016-06-16T14:40:46.911000 | 2016-06-07T08:04:11 | 2016-06-07T08:04:11 | 24,816,215 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.sp.platform.service;
import com.sp.platform.entity.CpNum;
import java.util.List;
/**
* User: yangl
* Date: 13-5-29 上午12:31
*/
public interface CpNumService extends AbstractService<CpNum> {
public CpNum getByCalled(String called);
public List<CpNum> getByCpId(Integer id);
public String ge... | UTF-8 | Java | 368 | java | CpNumService.java | Java | [
{
"context": "ntity.CpNum;\n\nimport java.util.List;\n\n/**\n * User: yangl\n * Date: 13-5-29 上午12:31\n */\npublic interface CpN",
"end": 114,
"score": 0.9995753169059753,
"start": 109,
"tag": "USERNAME",
"value": "yangl"
}
] | null | [] | package com.sp.platform.service;
import com.sp.platform.entity.CpNum;
import java.util.List;
/**
* User: yangl
* Date: 13-5-29 上午12:31
*/
public interface CpNumService extends AbstractService<CpNum> {
public CpNum getByCalled(String called);
public List<CpNum> getByCpId(Integer id);
public String ge... | 368 | 0.736264 | 0.711538 | 17 | 20.411764 | 21.744665 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.411765 | false | false | 5 |
3d6e376c65e1c5a53789da5a3a94d5fd18793f99 | 26,980,984,555,105 | fc4aeb67559b1d3d141f37a2f09d026718552f67 | /Interview Practice Problems/firecode.io questions/Iterative Preorder Traversal.java | 0120da75a2231cae0afbdb12ee23060d5b36415e | [] | no_license | jmtimper/Interview-Questions | https://github.com/jmtimper/Interview-Questions | 3af2f7e5013f76011dc64bac4263a3a1b06e1b82 | 6bf82ab409c1c9fb8deb864a4d4dcd03a3fca946 | refs/heads/master | 2021-09-03T20:36:14.112000 | 2018-01-11T20:53:08 | 2018-01-11T20:53:08 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | // java.util.* has been imported for this problem.
// You don't need any other imports.
/**
* Given a binary tree, write a method to iteratively traverse the tree in the preorder manner.
* Mark a node as visited by adding its data to a list - Arraylist <Integer> preorderedList.
* Return this list.
*/
p... | UTF-8 | Java | 879 | java | Iterative Preorder Traversal.java | Java | [] | null | [] | // java.util.* has been imported for this problem.
// You don't need any other imports.
/**
* Given a binary tree, write a method to iteratively traverse the tree in the preorder manner.
* Mark a node as visited by adding its data to a list - Arraylist <Integer> preorderedList.
* Return this list.
*/
p... | 879 | 0.675768 | 0.675768 | 24 | 34.708332 | 29.296585 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 5 |
622b64b17e28539d7cd2c50d3446731846fbfb4e | 10,264,971,844,292 | 91a52cf59acdc8db69918cfe1e8668492046c39a | /neg_staticimport_tests/test008.java | e590d8ecdbc4342af74159d60d757438e5d2492a | [] | no_license | sable/tests | https://github.com/sable/tests | ee1ce57c19733a2506b52d771f7bbf45736ea15e | fbf0aeefcd53183a6181ba892a4e912d8857bb6d | refs/heads/master | 2023-06-23T18:59:51.267000 | 2005-11-03T17:16:31 | 2005-11-03T17:16:31 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import static p.Y008.*;
public class test008 extends p.Z008 {}
class test008X extends M008.N008 {}
class test008XX extends M008.Missing {}
| UTF-8 | Java | 139 | java | test008.java | Java | [] | null | [] | import static p.Y008.*;
public class test008 extends p.Z008 {}
class test008X extends M008.N008 {}
class test008XX extends M008.Missing {}
| 139 | 0.769784 | 0.597122 | 4 | 33.75 | 6.378675 | 39 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 5 |
3252445a0c87305135c68c41c18ef49e7447a33e | 11,630,771,456,537 | 009fbfbd43af159bc8e33d48fab92034c616d133 | /src/main/java/org/gullerya/ServerMain.java | 4566e30d69e3868416db07534aa71bf0f7a23591 | [
"Apache-2.0"
] | permissive | gullerya/websocket-verifier | https://github.com/gullerya/websocket-verifier | 194873ab4774ee7374ffa525c65e9f7b99ba7ce6 | ca1dae7532e3df4e0caec09f6cab56ee46556665 | refs/heads/master | 2020-04-01T14:32:22.252000 | 2018-10-26T07:10:23 | 2018-10-26T07:10:23 | 153,298,450 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.gullerya;
import org.eclipse.jetty.http.CookieCompliance;
import org.eclipse.jetty.http.HttpCompliance;
import org.eclipse.jetty.http.HttpVersion;
import org.eclipse.jetty.server.HttpConfiguration;
import org.eclipse.jetty.server.HttpConnectionFactory;
import org.eclipse.jetty.server.Server;
import org.ecl... | UTF-8 | Java | 3,785 | java | ServerMain.java | Java | [
{
"context": "tore\"));\n\t\tsslContextFactory.setKeyStorePassword(\"87654321\");\n\n\t\t// ssl connection factory\n\t\tSslConnectionF",
"end": 3046,
"score": 0.9992190599441528,
"start": 3038,
"tag": "PASSWORD",
"value": "87654321"
}
] | null | [] | package org.gullerya;
import org.eclipse.jetty.http.CookieCompliance;
import org.eclipse.jetty.http.HttpCompliance;
import org.eclipse.jetty.http.HttpVersion;
import org.eclipse.jetty.server.HttpConfiguration;
import org.eclipse.jetty.server.HttpConnectionFactory;
import org.eclipse.jetty.server.Server;
import org.ecl... | 3,787 | 0.810568 | 0.800528 | 91 | 40.593407 | 31.783257 | 128 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.956044 | false | false | 5 |
86b05ce74bab151212052e892686b4696167184d | 26,594,437,559,023 | 80f794e50c0f9bb7f5bb8bd604faf1338ea54009 | /app/src/main/java/com/nocompany/frank/weather/bean/WeatherSuggestion.java | b5accf6d43607e547212614425877ccf35acd5a1 | [] | no_license | putme2yourheart/weather | https://github.com/putme2yourheart/weather | 580bdc53f5f10756434d18b049f2f687070ce1ed | 256bed0bce4803b4463535aa257c929baf14df22 | refs/heads/master | 2021-01-18T08:46:50.036000 | 2017-03-08T11:11:23 | 2017-03-08T11:11:23 | 84,306,654 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.nocompany.frank.weather.bean;
import java.util.List;
/**
* Created by Frank on 2017/1/25 0025.
* 生活指数
*/
public class WeatherSuggestion {
private List<Results> results;
public List<Results> getResults() {
return results;
}
public void setResults(List<Results> results) {
... | UTF-8 | Java | 4,815 | java | WeatherSuggestion.java | Java | [
{
"context": "r.bean;\n\nimport java.util.List;\n\n/**\n * Created by Frank on 2017/1/25 0025.\n * 生活指数\n */\n\npublic class Weat",
"end": 90,
"score": 0.999639630317688,
"start": 85,
"tag": "NAME",
"value": "Frank"
}
] | null | [] | package com.nocompany.frank.weather.bean;
import java.util.List;
/**
* Created by Frank on 2017/1/25 0025.
* 生活指数
*/
public class WeatherSuggestion {
private List<Results> results;
public List<Results> getResults() {
return results;
}
public void setResults(List<Results> results) {
... | 4,815 | 0.448513 | 0.446224 | 201 | 22.915422 | 18.26989 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.308458 | false | false | 5 |
f1d58c4a41655460c6645da90d5dc43fd9ef20f9 | 4,715,874,153,112 | 4cfb203c4810530514fd6b7e16de9a215b9c2d7e | /src/test/java/excelDriven/DataDriven/DataProviders.java | 89445e5c001420125e20647b0958eec1131c314e | [] | no_license | pdhunter4/DemoCode1 | https://github.com/pdhunter4/DemoCode1 | 10d42116702279d109de733e2d50d1624ddd4513 | 9ab3ee23c75ee7345bf7261b803474582eb65968 | refs/heads/master | 2022-12-26T06:51:40.968000 | 2020-10-13T09:51:41 | 2020-10-13T09:51:41 | 303,657,457 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package excelDriven.DataDriven;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.FileReader;
import java.io.IOException;
import java.util.List;
import org.apache.poi.ss.usermodel.DataFormatter;
import org.apache.poi.xssf.usermodel.XSSFCell;
import org.apache.poi.xssf.usermodel.XSSF... | UTF-8 | Java | 3,086 | java | DataProviders.java | Java | [
{
"context": "ginObject;\n\t\t\t\tloginData[counter][0] = login.get(\"username\"); \n\t\t\t\tloginData[counter][1] = login.get(\"passwo",
"end": 2287,
"score": 0.9861001372337341,
"start": 2279,
"tag": "USERNAME",
"value": "username"
}
] | null | [] | package excelDriven.DataDriven;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.FileReader;
import java.io.IOException;
import java.util.List;
import org.apache.poi.ss.usermodel.DataFormatter;
import org.apache.poi.xssf.usermodel.XSSFCell;
import org.apache.poi.xssf.usermodel.XSSF... | 3,086 | 0.720026 | 0.715813 | 91 | 32.912086 | 26.709528 | 125 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.087912 | false | false | 5 |
150278b67d48f305c1f61cc1e0f7baf1c893328b | 6,622,839,577,624 | ed62261ba6fcd6ac12a21160ec73fe8de7fd9338 | /src/main/java/MyMain.java | 3bdeccbf44a489016a3f63ca3f9af7d45ada0cb1 | [
"Apache-2.0"
] | permissive | apcs-assignments-fall2021/08-arrays-and-more-loops-ethanarnold | https://github.com/apcs-assignments-fall2021/08-arrays-and-more-loops-ethanarnold | 11aaa0e4e9bc8ebff924742cb574231ec58fc4b0 | f23e6eb1f8c3dc7f41e0ca6ddafba453e42e9903 | refs/heads/master | 2023-08-27T02:25:25.847000 | 2021-09-26T00:04:40 | 2021-09-26T00:04:40 | 410,103,442 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.Arrays;
public class MyMain {
// Rotates all values in an array to the left
// Ex. rotateLeft([1, 2, 3, 4, 5]) => [2, 3, 4, 5, 1]
public static int[] rotateLeft(int[] arr) {
int[] res = new int[arr.length];
res[res.length-1] = arr[0];
for (int i = 0; i < arr.length... | UTF-8 | Java | 1,727 | java | MyMain.java | Java | [] | null | [] | import java.util.Arrays;
public class MyMain {
// Rotates all values in an array to the left
// Ex. rotateLeft([1, 2, 3, 4, 5]) => [2, 3, 4, 5, 1]
public static int[] rotateLeft(int[] arr) {
int[] res = new int[arr.length];
res[res.length-1] = arr[0];
for (int i = 0; i < arr.length... | 1,727 | 0.506659 | 0.459178 | 47 | 35.765957 | 24.726772 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.702128 | false | false | 5 |
52aa74c4cfac67d37bdbf4520f3ec3c1d28fc207 | 11,716,670,817,071 | 151260917d489e44ff7b2c1c2c61702c8b03d4bb | /src/hw1/Task4.java | 5ae3ae9add9841b047930d72542072035323d747 | [] | no_license | SergeyTomp/JJD-ITMO-2018 | https://github.com/SergeyTomp/JJD-ITMO-2018 | e72dc8aa0c8cd77ea7c925b1750b647590da4832 | e5728a739c722d5d45e035fb14379166e58996c0 | refs/heads/master | 2021-04-12T08:07:45.623000 | 2018-05-24T00:49:00 | 2018-05-24T00:49:00 | 125,927,547 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package hw1;
//перестановка трёх цифр для получения возрастающей последовательности
public class Task4 {
public static void main(String[] args) {
int a = -3;
int b = 3;
int c = -1;
int tmp;
while ((a > b) || (a > c) || (b > c)) {
if (a > b) {
tmp ... | UTF-8 | Java | 630 | java | Task4.java | Java | [] | null | [] | package hw1;
//перестановка трёх цифр для получения возрастающей последовательности
public class Task4 {
public static void main(String[] args) {
int a = -3;
int b = 3;
int c = -1;
int tmp;
while ((a > b) || (a > c) || (b > c)) {
if (a > b) {
tmp ... | 630 | 0.346831 | 0.338028 | 24 | 22.666666 | 15.718001 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 5 |
782080367ed8c8435ecfb299c6b9dae84986c001 | 8,787,503,114,828 | ccb365032f657a0369c1610dd144c8a7f76dd8c3 | /flex3 flex4/jarrflex3arq/src/br/com/jarr/arquitetura/servicobase/auditoria/ServicoDeAuditoria.java | 28947f1a01473a57e4d65a90926649f8b5a618f9 | [] | no_license | jullierme/old-codes | https://github.com/jullierme/old-codes | 7a1dae65803696885fce57b09b181ff99851f787 | 5f8ccf8f7e16888022ea72c5574822f5d7409ba0 | refs/heads/master | 2019-07-19T13:02:48.765000 | 2017-06-10T15:39:44 | 2017-06-10T15:39:44 | 93,948,206 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.com.jarr.arquitetura.servicobase.auditoria;
import java.util.ArrayList;
import java.util.Date;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import br.com.jarr.arquitetura.annotation.RemoteObject;
import br.com.jarr.arquitetura.servicobase.Entidade;
import br.com.jarr.arquitetura.s... | UTF-8 | Java | 13,970 | java | ServicoDeAuditoria.java | Java | [] | null | [] | package br.com.jarr.arquitetura.servicobase.auditoria;
import java.util.ArrayList;
import java.util.Date;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import br.com.jarr.arquitetura.annotation.RemoteObject;
import br.com.jarr.arquitetura.servicobase.Entidade;
import br.com.jarr.arquitetura.s... | 13,970 | 0.729488 | 0.727696 | 344 | 39.56686 | 44.458908 | 229 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.389535 | false | false | 5 |
4c62d9233f497e209546b135b581dfe2ea57468b | 3,307,124,880,855 | 561cfebdd66cde710bf0973d2b029459561db11b | /src/app/vezba8/ExerciseLambda.java | f5a6772527d5234ccf0139fd83a128e35a8b3dc3 | [] | no_license | zeljkobalenovic/lambda | https://github.com/zeljkobalenovic/lambda | e74fa94db998e0d998f6046018299880e37db44e | 0657f210062d7878c98c4532ce78fb9b888b4c07 | refs/heads/master | 2020-12-06T22:11:49.556000 | 2020-01-13T09:40:06 | 2020-01-13T09:40:06 | 232,549,200 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package app.vezba8;
import java.util.Arrays;
import java.util.Collections;
import java.util.List;
/**
* ExerciseLambda
*/
// VAZNO . Da bi se koristila lambda potreban je interfejs sa samo JEDNOM metodom i da lambda ima isti otisak kao ta
// metoda (iste parametre po broju i tipu i isti tip povratne vrednosti) -... | UTF-8 | Java | 3,248 | java | ExerciseLambda.java | Java | [
{
"context": "rson> people = Arrays.asList(\n new Person(\"Charles\", \"Dickens\", 60),\n new Person(\"Lewis\", \"Ca",
"end": 1588,
"score": 0.9997363090515137,
"start": 1581,
"tag": "NAME",
"value": "Charles"
},
{
"context": "e = Arrays.asList(\n new Person(\"Ch... | null | [] | package app.vezba8;
import java.util.Arrays;
import java.util.Collections;
import java.util.List;
/**
* ExerciseLambda
*/
// VAZNO . Da bi se koristila lambda potreban je interfejs sa samo JEDNOM metodom i da lambda ima isti otisak kao ta
// metoda (iste parametre po broju i tipu i isti tip povratne vrednosti) -... | 3,248 | 0.690271 | 0.678879 | 82 | 38.621952 | 37.001858 | 118 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.512195 | false | false | 5 |
3d33d70e28e2dc9a80f61023d910a05110ed5857 | 14,697,378,130,015 | 8c29a257b05ecca0ff8173fb2c48e8248c90a810 | /projectGamer/src/projectGamer/Main.java | 93f332bc82551d05756521223289de92ce92e93c | [] | no_license | mertbayraktar335/Odevler | https://github.com/mertbayraktar335/Odevler | e1dc89da086b65615faa0c3ca020e0266be4f4a2 | 15a1204a1e25c137b914181b3188bee81725364c | refs/heads/main | 2023-05-07T05:18:33.205000 | 2021-05-28T22:52:46 | 2021-05-28T22:52:46 | 365,234,055 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package projectGamer;
import java.time.LocalDate;
import projectGamer.adapters.MernisCheckAdapter;
import projectGamer.concretes.GamerManager;
import projectGamer.concretes.OrderManager;
import projectGamer.entities.Game;
import projectGamer.entities.Gamer;
import projectGamer.entities.Order;
public class... | UTF-8 | Java | 1,133 | java | Main.java | Java | [
{
"context": "();\r\n\t\t\r\n\t\tgamer.setId(1);\r\n\t\tgamer.setFirstName(\"Mert\");\r\n\t\tgamer.setLastName(\"Bayraktar\");\r\n\t\tgamer.se",
"end": 461,
"score": 0.9997885227203369,
"start": 457,
"tag": "NAME",
"value": "Mert"
},
{
"context": "gamer.setFirstName(\"Mert\");\r\n\t\... | null | [] | package projectGamer;
import java.time.LocalDate;
import projectGamer.adapters.MernisCheckAdapter;
import projectGamer.concretes.GamerManager;
import projectGamer.concretes.OrderManager;
import projectGamer.entities.Game;
import projectGamer.entities.Gamer;
import projectGamer.entities.Order;
public class... | 1,133 | 0.667255 | 0.629303 | 61 | 16.573771 | 17.198418 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.983607 | false | false | 5 |
f8ac2c0a846a724736cf62950df2c37124908388 | 8,108,898,317,269 | e29d54e384713e49e99593708dc4cbc8145c6ba8 | /src/main/java/com/dota2apiclient/Controllers/Models/PlayerViewModel.java | c350c315291b0d3e37fa6afcc7a416bf1bf94641 | [] | no_license | Barabullko/Dota2PickHelper | https://github.com/Barabullko/Dota2PickHelper | d1c67f56299f87a9d233d0fb3646879522089db4 | 9a3ef62c93c31dd5e4763255625e34e06bacb186 | refs/heads/master | 2020-02-13T22:23:44.348000 | 2019-10-24T21:49:26 | 2019-10-24T21:49:26 | 52,550,255 | 0 | 2 | null | false | 2019-10-24T21:49:27 | 2016-02-25T19:16:27 | 2019-10-24T21:42:45 | 2019-10-24T21:49:27 | 34 | 0 | 1 | 0 | Java | false | false | package com.dota2apiclient.Controllers.Models;
import com.dota2apiclient.ApiClient.Models.Hero;
import com.dota2apiclient.ApiClient.Models.Item;
import java.util.List;
public class PlayerViewModel {
private String personName;
private String avatar;
private String avatarMedium;
private Hero hero;
... | UTF-8 | Java | 1,591 | java | PlayerViewModel.java | Java | [] | null | [] | package com.dota2apiclient.Controllers.Models;
import com.dota2apiclient.ApiClient.Models.Hero;
import com.dota2apiclient.ApiClient.Models.Item;
import java.util.List;
public class PlayerViewModel {
private String personName;
private String avatar;
private String avatarMedium;
private Hero hero;
... | 1,591 | 0.61785 | 0.615965 | 88 | 17.079546 | 16.21743 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.318182 | false | false | 5 |
d3279d82f14f1cb02bf14d4a91ec187b20c5f9a0 | 12,103,217,886,112 | 0f0ccb91e8eab0f6d21195f2e00cc242ee90f372 | /Assignment2/src/ca/utoronto/utm/paint/ColorChooser.java | b6e5119539af53b28bc7cb55dd89cffc2c887627 | [] | no_license | axyeara/paintprogram | https://github.com/axyeara/paintprogram | 7c4eb223252641618bf055797c3e8909e16767e8 | bc04f29ed22230fa4b27549d690c89755bde2ea9 | refs/heads/master | 2023-04-23T19:42:55.022000 | 2021-05-01T05:51:08 | 2021-05-01T05:51:08 | 363,333,746 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
package ca.utoronto.utm.paint;
import java.awt.BorderLayout;
import java.awt.Color;
import java.awt.Dimension;
import javax.swing.JColorChooser;
import javax.swing.JFrame;
import javax.swing.JLabel;
import javax.swing.JPanel;
import javax.swing.event.ChangeEvent;
import javax.swing.event.ChangeListener;
... | UTF-8 | Java | 1,465 | java | ColorChooser.java | Java | [
{
"context": "or choosing colours with JColorChooser\r\n * @author repo_a2_realSlimShady\r\n *\r\n */\r\npublic class ColorChooser extends JPane",
"end": 444,
"score": 0.9995657801628113,
"start": 423,
"tag": "USERNAME",
"value": "repo_a2_realSlimShady"
}
] | null | [] |
package ca.utoronto.utm.paint;
import java.awt.BorderLayout;
import java.awt.Color;
import java.awt.Dimension;
import javax.swing.JColorChooser;
import javax.swing.JFrame;
import javax.swing.JLabel;
import javax.swing.JPanel;
import javax.swing.event.ChangeEvent;
import javax.swing.event.ChangeListener;
... | 1,465 | 0.74744 | 0.745393 | 44 | 31.136364 | 30.394072 | 135 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.272727 | false | false | 5 |
7c2476196c9e06a07e5dd7223d0865e302b6fb89 | 12,103,217,884,510 | f10f5683d83829fafd21626782f52e858eadb73f | /vb2js/src/com/google/vb2js/VbaJsConverter.java | 08aa470efd50efb3bfc7615ab755a12739e13949 | [] | no_license | ralic/HackerRanks | https://github.com/ralic/HackerRanks | 2af29ec7f382d779563d51d928cb6fa36bea8b7a | 1f2482b2dc5a1c985bde9c653a3ca9336b83786e | refs/heads/master | 2021-01-19T02:48:15.920000 | 2017-04-03T04:37:06 | 2017-04-03T04:37:06 | 66,897,460 | 0 | 1 | null | false | 2017-03-26T15:21:33 | 2016-08-30T02:07:00 | 2017-02-19T10:56:21 | 2017-03-26T15:21:33 | 142,605 | 0 | 0 | 0 | HTML | null | null | /*
* Copyright 2010 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in w... | UTF-8 | Java | 39,332 | java | VbaJsConverter.java | Java | [
{
"context": " <li /> Optional parameters\n * </ol>\n *\n * @author Brian Kernighan\n * @author Nikhil Singhal\n */\npublic final class ",
"end": 1544,
"score": 0.9998638033866882,
"start": 1529,
"tag": "NAME",
"value": "Brian Kernighan"
},
{
"context": "\n * </ol>\n *\n * @author Br... | null | [] | /*
* Copyright 2010 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in w... | 39,315 | 0.516475 | 0.514619 | 1,097 | 34.854149 | 26.021425 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.616226 | false | false | 5 |
37d5f14206d41a162ba424933ad68631ebbdd56d | 7,619,272,026,375 | 712eaf5cf4b0aeaec0c0b71c1f14a1fa6d30fbff | /src/cn/jx/pxc/otsystem/mapper/StudentResultInfoMapper.java | 7e7fbc20da01448b5a180fd792ebcb36a9bb759e | [] | no_license | duyangge/OTSystem | https://github.com/duyangge/OTSystem | 8e51065f9d0b0be1ceecc5358c5faee157a60b1a | 67c01d5ac0647e38e278f626feb1d0e6e57959ff | refs/heads/master | 2020-06-01T16:34:14.231000 | 2019-06-28T02:35:29 | 2019-06-28T02:35:29 | 190,851,414 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.jx.pxc.otsystem.mapper;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import cn.jx.pxc.otsystem.bean.StudentQueryVo;
import cn.jx.pxc.otsystem.bean.StudentResultInfo;
import cn.jx.pxc.otsystem.bean.StudentResultInfoCustom;
public interface StudentResultInfoMapper {
int... | UTF-8 | Java | 1,635 | java | StudentResultInfoMapper.java | Java | [] | null | [] | package cn.jx.pxc.otsystem.mapper;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import cn.jx.pxc.otsystem.bean.StudentQueryVo;
import cn.jx.pxc.otsystem.bean.StudentResultInfo;
import cn.jx.pxc.otsystem.bean.StudentResultInfoCustom;
public interface StudentResultInfoMapper {
int... | 1,635 | 0.710305 | 0.710305 | 54 | 26.611111 | 29.058317 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 5 |
81472d2a72e0314865c9f0e9dc4066b879b2ece8 | 8,400,956,048,649 | 7da9a79ed410393ca64f447803de91805c32b104 | /src/sketch/view/ToolPanelUndo.java | c4b398860173c552caf5cef7e8dadb4bd42fc8c7 | [] | no_license | Vecc/Sketch | https://github.com/Vecc/Sketch | a1f601f0c60a63ce85bad50898278f8604f2c893 | db2b4b952ca057ea3e53bf15aafbdbda4655c1ac | refs/heads/master | 2016-08-12T10:15:35.624000 | 2015-12-18T19:52:06 | 2015-12-18T19:52:06 | 46,499,981 | 0 | 0 | null | false | 2015-11-23T13:16:02 | 2015-11-19T15:08:42 | 2015-11-19T15:11:55 | 2015-11-23T13:16:02 | 51 | 0 | 0 | 1 | Java | null | null | package sketch.view;
import java.awt.event.ActionListener;
import java.awt.event.KeyEvent;
import javax.swing.BorderFactory;
import javax.swing.JButton;
import javax.swing.JPanel;
@SuppressWarnings("serial")
public class ToolPanelUndo extends JPanel {
public static final String BUTTON_UNDO_TITLE = "Undo";
public s... | UTF-8 | Java | 946 | java | ToolPanelUndo.java | Java | [] | null | [] | package sketch.view;
import java.awt.event.ActionListener;
import java.awt.event.KeyEvent;
import javax.swing.BorderFactory;
import javax.swing.JButton;
import javax.swing.JPanel;
@SuppressWarnings("serial")
public class ToolPanelUndo extends JPanel {
public static final String BUTTON_UNDO_TITLE = "Undo";
public s... | 946 | 0.765328 | 0.765328 | 35 | 26.028572 | 21.494831 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.485714 | false | false | 5 |
5f70a2f27a37d2dd883e13370a1dcdbed08d52ae | 16,535,624,109,701 | c99fbcc8a336f4b1007094c7bc833d26f0472d83 | /app/src/main/java/com/example/trabalho_v2/Model/Class.java | 7c99279d55a712006cc248cff0cce5dd0b00cc85 | [] | no_license | a11581/trabalho11581 | https://github.com/a11581/trabalho11581 | 745b5f5ed8fd4c75c4bf041916f2c577dd406fbe | 18369839c1312c1e832bba8c87b02d5901f88314 | refs/heads/master | 2020-06-23T02:30:23.116000 | 2019-07-23T17:34:44 | 2019-07-23T17:34:44 | 198,478,294 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.trabalho_v2.Model;
import io.realm.RealmList;
import io.realm.RealmModel;
import io.realm.annotations.PrimaryKey;
import io.realm.annotations.RealmClass;
import io.realm.annotations.Required;
@RealmClass
public class Class implements RealmModel {
@PrimaryKey
private String id;
@Require... | UTF-8 | Java | 1,817 | java | Class.java | Java | [] | null | [] | package com.example.trabalho_v2.Model;
import io.realm.RealmList;
import io.realm.RealmModel;
import io.realm.annotations.PrimaryKey;
import io.realm.annotations.RealmClass;
import io.realm.annotations.Required;
@RealmClass
public class Class implements RealmModel {
@PrimaryKey
private String id;
@Require... | 1,817 | 0.639516 | 0.638965 | 90 | 19.188889 | 16.087879 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 5 |
b61777fdefa7bc90864a3e52729d834d007090c5 | 5,514,738,057,508 | 2e80a184edf32671d0d8ca86f95f2eed16702fb0 | /DictionaryTest/src/DictionaryTest.java | 8603ded751dfa5a1903679439fb7ffb6d6c547b1 | [] | no_license | NNicrosopht/Eclipse | https://github.com/NNicrosopht/Eclipse | 72333da9ad9e72b2b786cb077f5364ac8864d913 | 64121838a2dd099ef95f85e681c2afb34d345bbf | refs/heads/master | 2021-01-10T16:24:58.794000 | 2016-03-29T00:12:28 | 2016-03-29T00:12:28 | 54,932,835 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import ISharp.Dictionary;
public class DictionaryTest
{
public static void main(String[] args)
{
try
{
Dictionary<Integer,String> D = new Dictionary<>();
D.add(10,"ten");
D.add(20,"twenty");
D.add(30,"thirty"); ... | UTF-8 | Java | 615 | java | DictionaryTest.java | Java | [] | null | [] | import ISharp.Dictionary;
public class DictionaryTest
{
public static void main(String[] args)
{
try
{
Dictionary<Integer,String> D = new Dictionary<>();
D.add(10,"ten");
D.add(20,"twenty");
D.add(30,"thirty"); ... | 615 | 0.378862 | 0.365854 | 27 | 21.777779 | 16.141352 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.555556 | false | false | 5 |
306c65132e49dd47a0ceb407ce1145f1bf6685e3 | 25,151,328,527,650 | 23ffb3309c25da829a54eea316016af21d77ccb1 | /security-core/src/main/java/com/jerry/security/core/social/weixin/connect/WeixinAccessGrant.java | 0fb57c2577ed38c1b12782ba14eeb36acde9be7d | [] | no_license | GHChrisSu/security | https://github.com/GHChrisSu/security | 94cf6b059ccd567b2aa28f987a85988559b6ab17 | 15152994853f1b0d6bc409326fbcf44e6bed57f6 | refs/heads/master | 2020-04-10T00:18:23.332000 | 2018-05-09T13:52:08 | 2018-05-09T13:52:08 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jerry.security.core.social.weixin.connect;
import lombok.Data;
import org.springframework.social.oauth2.AccessGrant;
/**
* Created with IntelliJ IDEA.
* User: Jerry
* Date: 2018/5/5
* Time: 14:47
* Description: 因为微信和标准的AccessGrant不一样,多了一个openId,这里需要覆盖AccessGrant,添加openId
*/
@Data
public class Weixin... | UTF-8 | Java | 665 | java | WeixinAccessGrant.java | Java | [
{
"context": "rant;\n\n/**\n * Created with IntelliJ IDEA.\n * User: Jerry\n * Date: 2018/5/5\n * Time: 14:47\n * Description: ",
"end": 180,
"score": 0.9872098565101624,
"start": 175,
"tag": "USERNAME",
"value": "Jerry"
}
] | null | [] | package com.jerry.security.core.social.weixin.connect;
import lombok.Data;
import org.springframework.social.oauth2.AccessGrant;
/**
* Created with IntelliJ IDEA.
* User: Jerry
* Date: 2018/5/5
* Time: 14:47
* Description: 因为微信和标准的AccessGrant不一样,多了一个openId,这里需要覆盖AccessGrant,添加openId
*/
@Data
public class Weixin... | 665 | 0.730832 | 0.712887 | 26 | 22.576923 | 26.814425 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.461538 | false | false | 5 |
16a66010e28854819dfe00b3112d3602f47def70 | 20,899,310,868,403 | efd20c4174dcc6ec5b2f000e43ee6ed0a9316a70 | /src/main/java/nd/esp/service/lifecycle/services/notify/NotifyReportService.java | ed1c720ea104b090dfec2528e7740fe8df0314da | [] | no_license | 434480761/develop | https://github.com/434480761/develop | 12cf03af4622865cc33236a3370a0f2c3a2cc929 | 124b85e0863d92d1f4fbc8e93bb35784ba836140 | refs/heads/master | 2021-01-11T07:37:49.332000 | 2016-10-24T01:16:13 | 2016-10-24T01:16:13 | 72,700,800 | 3 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package nd.esp.service.lifecycle.services.notify;
import java.util.List;
import nd.esp.service.lifecycle.educommon.models.ResourceModel;
import nd.esp.service.lifecycle.models.CategoryDataModel;
import nd.esp.service.lifecycle.models.CategoryModel;
import nd.esp.service.lifecycle.models.coverage.v06.CoverageModel;
im... | UTF-8 | Java | 1,580 | java | NotifyReportService.java | Java | [
{
"context": "rt.enums.OperationType;\n/**\n * 通知报表中心系统\n * @author xuzy\n *\n */\npublic interface NotifyReportService {\n\tpu",
"end": 487,
"score": 0.9994914531707764,
"start": 483,
"tag": "USERNAME",
"value": "xuzy"
}
] | null | [] | package nd.esp.service.lifecycle.services.notify;
import java.util.List;
import nd.esp.service.lifecycle.educommon.models.ResourceModel;
import nd.esp.service.lifecycle.models.CategoryDataModel;
import nd.esp.service.lifecycle.models.CategoryModel;
import nd.esp.service.lifecycle.models.coverage.v06.CoverageModel;
im... | 1,580 | 0.828005 | 0.825448 | 42 | 36.238094 | 28.49629 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.357143 | false | false | 5 |
3876dc8e1b4420126a75cc0ee36b0aeb75d76bd2 | 6,897,717,497,963 | 95162bdd4bd431b1b165723871aa4a8af7f89e2a | /src/com/destiny/client/app/chat/ChatAppMessage.java | 6a2e2a2f665263fac5a24c7cb9bb553f02861226 | [] | no_license | JimTranWork/ProjectDestiny | https://github.com/JimTranWork/ProjectDestiny | aed234a7d7fe22fb0deefa19f15dbe97a550f8d8 | 6e60f2110bf91c7b1bb36a40f25806210fb01705 | refs/heads/master | 2016-08-05T03:02:28.519000 | 2016-06-06T00:31:03 | 2016-06-06T00:31:03 | 58,349,771 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.destiny.client.app.chat;
import java.io.Serializable;
import com.destiny.shared.AppStrings;
import com.destiny.shared.AppValues;
public class ChatAppMessage implements Serializable {
private static final long serialVersionUID = 1842707727824218302L;
private final AppStrings appStrings = new AppStrings(... | UTF-8 | Java | 1,078 | java | ChatAppMessage.java | Java | [] | null | [] | package com.destiny.client.app.chat;
import java.io.Serializable;
import com.destiny.shared.AppStrings;
import com.destiny.shared.AppValues;
public class ChatAppMessage implements Serializable {
private static final long serialVersionUID = 1842707727824218302L;
private final AppStrings appStrings = new AppStrings(... | 1,078 | 0.75603 | 0.738404 | 48 | 21.458334 | 21.445627 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.1875 | false | false | 5 |
4f152573a6b530eed5e230d55b127727f642434c | 14,242,111,570,882 | 2ed56b6e39442cf8e48790628dda9c691a339856 | /twttr-service/src/test/java/de/openknowledge/twttrService/api/rest/stepDefinitions/UnfollowUserSteps.java | 664f94324a1ccaf4acb8879cdfffa45977a58279 | [] | no_license | VinceBeck-lab/twttr-service | https://github.com/VinceBeck-lab/twttr-service | 1a25aa89b933d2103c8cec3f3436fbd561c23f3a | 2e80f338550291ce9ac3284568cefe00a18fd3e5 | refs/heads/features | 2022-11-26T12:48:06.408000 | 2019-08-25T12:39:55 | 2019-08-25T12:39:55 | 203,598,149 | 0 | 0 | null | false | 2022-11-24T06:23:57 | 2019-08-21T14:11:18 | 2019-08-25T12:40:45 | 2022-11-24T06:23:54 | 3,231 | 0 | 0 | 4 | Java | false | false | package de.openknowledge.twttrService.api.rest.stepDefinitions;
import cucumber.api.java.en.Given;
import cucumber.api.java.en.When;
import de.openknowledge.twttrService.api.rest.supportCode.IntegrationTestUtil;
import de.openknowledge.twttrService.api.rest.supportCode.SharedDomain;
import de.openknowledge.twttrServic... | UTF-8 | Java | 3,533 | java | UnfollowUserSteps.java | Java | [
{
"context": "\n @Given(\"the user max isn´t a follower of user john with id 2\")\n public void the_user_isn_t_a_f",
"end": 724,
"score": 0.9937593936920166,
"start": 723,
"tag": "NAME",
"value": "j"
},
{
"context": " @Given(\"the user max isn´t a follower of user john with i... | null | [] | package de.openknowledge.twttrService.api.rest.stepDefinitions;
import cucumber.api.java.en.Given;
import cucumber.api.java.en.When;
import de.openknowledge.twttrService.api.rest.supportCode.IntegrationTestUtil;
import de.openknowledge.twttrService.api.rest.supportCode.SharedDomain;
import de.openknowledge.twttrServic... | 3,533 | 0.670442 | 0.669592 | 79 | 43.708862 | 35.091976 | 129 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.392405 | false | false | 5 |
17330daea1270e17617becb864c15f75dfdb5bd9 | 27,625,229,679,708 | d42dfa936a07cd5dd8e5feca75afca21b3d63bce | /src/com/kiy/wcms/design/mapper/DesignAttaMapper.java | 3c3c98d88ea791cd509a7f236345de02bc8b1a27 | [] | no_license | liveqmock/wcms | https://github.com/liveqmock/wcms | 8c7022c3ae92aa70d1176fa63c9d2de88891f8b8 | d5b3676768ec602ce7849e6e48c8e33e7097f87c | refs/heads/master | 2021-01-15T17:46:15.868000 | 2015-04-12T08:54:33 | 2015-04-12T08:54:33 | 33,809,890 | 1 | 0 | null | true | 2015-04-12T08:54:09 | 2015-04-12T08:54:08 | 2015-03-03T10:56:23 | 2015-03-03T10:56:22 | 25,412 | 0 | 0 | 0 | null | null | null | package com.kiy.wcms.design.mapper;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import com.kiy.wcms.design.entity.DesignAtta;
public interface DesignAttaMapper {
/**
* 保存附件
* @param designId
* @param path
* @param name
*/
public void save(@Param("designId")String de... | UTF-8 | Java | 723 | java | DesignAttaMapper.java | Java | [] | null | [] | package com.kiy.wcms.design.mapper;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import com.kiy.wcms.design.entity.DesignAtta;
public interface DesignAttaMapper {
/**
* 保存附件
* @param designId
* @param path
* @param name
*/
public void save(@Param("designId")String de... | 723 | 0.623719 | 0.623719 | 39 | 15.51282 | 16.820122 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.025641 | false | false | 5 |
2b089507677f9d677e483fbdc29e4dcce380928e | 14,697,378,134,407 | dfbc5d29ce3f754e147712e00ea04037c5039c30 | /src/struct/wrapper/Car.java | e3f0e59e99bf40dfc75a8b4aa558fad39669d9fa | [] | no_license | jinxindong1990/design-pattern | https://github.com/jinxindong1990/design-pattern | a57d0fe50008a5b2cf31be708e43bcd23ec9d8ee | 5c00fa2ad19f70b92b1f346a350dcd2015835739 | refs/heads/master | 2022-01-20T10:35:11.669000 | 2019-06-05T05:40:15 | 2019-06-05T05:40:15 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package struct.wrapper;
/**
* @author Karl Jin
* @create 2019-05-29 09:39
* 原始抽象接口
*/
public interface Car {
public void show();
}
| UTF-8 | Java | 153 | java | Car.java | Java | [
{
"context": "package struct.wrapper;\n\n/**\n * @author Karl Jin\n * @create 2019-05-29 09:39\n * 原始抽象接口\n */\npublic ",
"end": 48,
"score": 0.9998745918273926,
"start": 40,
"tag": "NAME",
"value": "Karl Jin"
}
] | null | [] | package struct.wrapper;
/**
* @author <NAME>
* @create 2019-05-29 09:39
* 原始抽象接口
*/
public interface Car {
public void show();
}
| 151 | 0.631206 | 0.546099 | 11 | 11.818182 | 10.425652 | 27 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.181818 | false | false | 5 |
2321e633aacb6568fdf5a694b81f49cc46403a68 | 34,041,910,796,806 | bad99c62c827afad33d1410d0826ca1ba17e783c | /CMM/src/MainFunction/Main.java | e3833307ca3bcf98fa172c8fb49dfe7b1ada13a2 | [] | no_license | CatWang/CMMInterpreter | https://github.com/CatWang/CMMInterpreter | 3f4523f45e35b520fe417bbb560c926b250921fc | a2fa1bea1b9d7350074d433db4984768af3dc062 | refs/heads/master | 2018-01-07T22:02:33.762000 | 2016-03-05T11:13:14 | 2016-03-05T11:13:14 | 53,179,779 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package MainFunction;
import Compiler.Lexer;
import Compiler.Parser;
import DataStructure.Token;
import DataStructure.TreeNode;
import util.JCloseableTabbedPane;
import util.JFileTree;
import util.JStatusBar;
import util.JTreeRenderer;
import javax.swing.*;
import javax.swing.filechooser.FileFilter;
import javax.swin... | GB18030 | Java | 22,638 | java | Main.java | Java | [
{
"context": "le;\nimport java.util.ArrayList;\n\n/**\n * Created by lenovo on 2015/11/30.\n * 2013302580150, International Cl",
"end": 540,
"score": 0.999564528465271,
"start": 534,
"tag": "USERNAME",
"value": "lenovo"
},
{
"context": "/11/30.\n * 2013302580150, International Class ... | null | [] | package MainFunction;
import Compiler.Lexer;
import Compiler.Parser;
import DataStructure.Token;
import DataStructure.TreeNode;
import util.JCloseableTabbedPane;
import util.JFileTree;
import util.JStatusBar;
import util.JTreeRenderer;
import javax.swing.*;
import javax.swing.filechooser.FileFilter;
import javax.swin... | 22,638 | 0.623151 | 0.616454 | 563 | 37.19183 | 21.04859 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.825933 | false | false | 5 |
c9539296e1c6ef0b2c69d625fd705944caf401dc | 2,430,951,513,010 | e1a6af1596f446565713711ed4a84ca8c2e42b04 | /jswl/src/com/client/control/LoginControl.java | 96d2dfbcb8dc6278fb28ca0a08afc197617addb4 | [] | no_license | andy65007/svn_migrate_worktest1 | https://github.com/andy65007/svn_migrate_worktest1 | 3c3eb34ccb5c2eee79b72c7d7a2430fcfbdd3700 | cc719db4116f3f1a6318afaeceabe38e92a08371 | refs/heads/master | 2016-09-22T06:04:13.015000 | 2014-09-12T14:52:29 | 2014-09-12T14:52:29 | 59,978,929 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.client.control;
import com.client.common.CommonHelper;
import com.client.common.Config;
import com.client.common.DesignHelper;
import com.client.common.RMSManager;
import com.sun.lwuit.Button;
import com.sun.lwuit.CheckBox;
import com.sun.lwuit.Container;
import com.sun.lwuit.Label;
import com.su... | UTF-8 | Java | 2,504 | java | LoginControl.java | Java | [] | null | [] | package com.client.control;
import com.client.common.CommonHelper;
import com.client.common.Config;
import com.client.common.DesignHelper;
import com.client.common.RMSManager;
import com.sun.lwuit.Button;
import com.sun.lwuit.CheckBox;
import com.sun.lwuit.Container;
import com.sun.lwuit.Label;
import com.su... | 2,504 | 0.741727 | 0.739709 | 79 | 29.367088 | 20.445778 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.987342 | false | false | 5 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.