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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
0d31669230fd0e6e1cc85205485952faf22976fd | 33,715,493,331,326 | 57c4cb6400d736a7b766d9e6e07d7d76a5f01bf1 | /ChessAlgorithms/src/test/java/com/capgemini/chess/algorithms/implementation/PieceMoveValidatorTest.java | ff05b2b46be1fcd6cc842b135a3412c50f37c6c9 | [] | no_license | nwojtkowiak/StarterKitChess | https://github.com/nwojtkowiak/StarterKitChess | 2c7e3162d72af938d19bcd9a703656d768c07b88 | 72fec82c684e905230e15ea18c80fe56b0cca357 | refs/heads/master | 2020-03-22T21:18:03.422000 | 2018-07-19T16:23:44 | 2018-07-19T16:23:44 | 140,675,231 | 1 | 0 | null | true | 2018-07-12T07:09:03 | 2018-07-12T07:09:03 | 2018-07-04T09:39:32 | 2018-07-04T09:39:30 | 32 | 0 | 0 | 0 | null | false | null | package com.capgemini.chess.algorithms.implementation;
import static org.junit.Assert.assertEquals;
import org.junit.Test;
import com.capgemini.chess.algorithms.data.Coordinate;
import com.capgemini.chess.algorithms.data.enums.BoardState;
import com.capgemini.chess.algorithms.data.enums.Piece;
import com.capgemini.c... | UTF-8 | Java | 4,158 | java | PieceMoveValidatorTest.java | Java | [] | null | [] | package com.capgemini.chess.algorithms.implementation;
import static org.junit.Assert.assertEquals;
import org.junit.Test;
import com.capgemini.chess.algorithms.data.Coordinate;
import com.capgemini.chess.algorithms.data.enums.BoardState;
import com.capgemini.chess.algorithms.data.enums.Piece;
import com.capgemini.c... | 4,158 | 0.752525 | 0.740019 | 134 | 30.02985 | 28.424538 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.014925 | false | false | 4 |
97d5210289fc228c5c86ff2571a594e97d1098e8 | 9,655,086,526,542 | c9521c2dea923959271565f57fd457a1b1e052ce | /lecture05/src/main/java/ru/atom/mm/service/GameRepository.java | bfdf8b6175fadbd029d7251b8af90069e3b83499 | [
"MIT"
] | permissive | AlexShirin/atom | https://github.com/AlexShirin/atom | 6d870ba8ceeb0096eb7f6710f20d66085ea3334a | d0cf9ec3d1899bb289dcfb6a0f3c88be5dd2542a | refs/heads/master | 2020-09-21T12:12:37.516000 | 2019-12-03T14:52:47 | 2019-12-03T14:52:47 | 224,785,742 | 1 | 0 | MIT | true | 2019-11-29T05:52:52 | 2019-11-29T05:52:51 | 2019-11-29T00:12:45 | 2019-09-12T15:46:50 | 62,683 | 0 | 0 | 0 | null | false | false | package ru.atom.mm.service;
import org.springframework.stereotype.Repository;
import ru.atom.mm.model.GameSession;
import java.util.Collection;
import java.util.concurrent.ConcurrentHashMap;
/**
* Created by sergey on 3/15/17.
*/
@Repository
public class GameRepository {
private ConcurrentHashMap<Long, GameSes... | UTF-8 | Java | 536 | java | GameRepository.java | Java | [
{
"context": "l.concurrent.ConcurrentHashMap;\n\n/**\n * Created by sergey on 3/15/17.\n */\n@Repository\npublic class GameRepo",
"end": 218,
"score": 0.998525083065033,
"start": 212,
"tag": "USERNAME",
"value": "sergey"
}
] | null | [] | package ru.atom.mm.service;
import org.springframework.stereotype.Repository;
import ru.atom.mm.model.GameSession;
import java.util.Collection;
import java.util.concurrent.ConcurrentHashMap;
/**
* Created by sergey on 3/15/17.
*/
@Repository
public class GameRepository {
private ConcurrentHashMap<Long, GameSes... | 536 | 0.716418 | 0.70709 | 23 | 22.304348 | 21.706409 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.434783 | false | false | 4 |
4aca0df386c237685602e4aaa9a08ead9c1c1d01 | 33,947,421,513,522 | 15950088ec390b00ef760db167509adece899380 | /app/src/main/java/com/example/homeassignment/DataSetHolder.java | 2b89fb0f63b181017c8886c44f86aedae8cdb56c | [] | no_license | Shivani-oss/Registration_App | https://github.com/Shivani-oss/Registration_App | 1d666a976a6f22143103e80c78c454e456e51f0f | 2da70c2a2a0750b84b4aa178cb6c2e2f7e7a9311 | refs/heads/master | 2023-08-11T13:37:12.096000 | 2021-09-12T08:34:49 | 2021-09-12T08:34:49 | 286,108,082 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.homeassignment;
import android.view.View;
import android.widget.TextView;
import androidx.annotation.NonNull;
import androidx.recyclerview.widget.RecyclerView;
public class DataSetHolder extends RecyclerView.ViewHolder implements View.OnClickListener {
public TextView tv;
public OnClick... | UTF-8 | Java | 754 | java | DataSetHolder.java | Java | [] | null | [] | package com.example.homeassignment;
import android.view.View;
import android.widget.TextView;
import androidx.annotation.NonNull;
import androidx.recyclerview.widget.RecyclerView;
public class DataSetHolder extends RecyclerView.ViewHolder implements View.OnClickListener {
public TextView tv;
public OnClick... | 754 | 0.733422 | 0.733422 | 35 | 20.542856 | 23.817572 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.371429 | false | false | 4 |
660efdbda02106093a5b27c36655c671ef74aaa9 | 17,222,818,867,624 | 246f97766d5952582955ed62ea5e7654032f8d9c | /common/src/main/java/com/omt/common/dto/MigrationObject.java | 21bbc99ae24ca67401a50fef4c76355eccf4b389 | [] | no_license | joejang/omt | https://github.com/joejang/omt | 69d9e83a8839a6739f4434c502aaaa43548430eb | 02c4828578fa5b410d0c72511617cdf6de7c85f3 | refs/heads/master | 2018-11-28T03:50:40.197000 | 2018-11-28T03:26:13 | 2018-11-28T03:26:13 | 146,700,560 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.omt.common.dto;
import java.io.InputStream;
public class MigrationObject extends ObjectMetadata {
private InputStream inputStream;
private String bucketName;
public MigrationObject() {
super();
}
public InputStream getInputStream() {
return inputStream;
}
pub... | UTF-8 | Java | 585 | java | MigrationObject.java | Java | [] | null | [] | package com.omt.common.dto;
import java.io.InputStream;
public class MigrationObject extends ObjectMetadata {
private InputStream inputStream;
private String bucketName;
public MigrationObject() {
super();
}
public InputStream getInputStream() {
return inputStream;
}
pub... | 585 | 0.673504 | 0.673504 | 28 | 19.892857 | 18.530552 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.321429 | false | false | 4 |
36383703bf262dce380d2d68165b76736a145d59 | 34,102,040,333,116 | c7ff96c09da95022930b7abeb3c6319da97f7a64 | /app/src/main/java/com/example/nnroh/moneycontrol/Adapter/PersonRecyclerAdapter.java | d6877674a0eb5c77f6798237d5ee93d6f83a4926 | [] | no_license | nnrohu/MoneyControl | https://github.com/nnrohu/MoneyControl | c0c1311c2e8e7663abda2fb576547c09749e6fc3 | 39bc7fd35ba1e2d8a9b613b653a3737234644655 | refs/heads/master | 2021-07-19T14:02:53.935000 | 2020-04-30T07:05:30 | 2020-04-30T07:05:30 | 150,101,886 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.nnroh.moneycontrol.Adapter;
import android.content.Context;
import android.content.Intent;
import android.database.Cursor;
import androidx.annotation.NonNull;
import androidx.appcompat.app.AppCompatActivity;
import androidx.recyclerview.widget.RecyclerView;
import android.view.LayoutInflater;
impo... | UTF-8 | Java | 4,570 | java | PersonRecyclerAdapter.java | Java | [] | null | [] | package com.example.nnroh.moneycontrol.Adapter;
import android.content.Context;
import android.content.Intent;
import android.database.Cursor;
import androidx.annotation.NonNull;
import androidx.appcompat.app.AppCompatActivity;
import androidx.recyclerview.widget.RecyclerView;
import android.view.LayoutInflater;
impo... | 4,570 | 0.701751 | 0.701313 | 125 | 35.568001 | 27.803982 | 120 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.632 | false | false | 4 |
ccca21659719cddb0e1b84ac7b8b946b7c5e4e15 | 27,315,992,044,595 | 6cd8029721e47c407f4ca1ecff321e87f3d53680 | /lab6/src/lab6/Produs.java | 43f8b7c3ff5cdac23f4cacfeebe0967e649bd527 | [] | no_license | spartan2015/jpajsf | https://github.com/spartan2015/jpajsf | c39e4ef45599ed6c184f5edebdb9886248d809a4 | 72e3d84a00ce7d882f020e9bd0da91f76f360e95 | refs/heads/master | 2021-05-14T15:10:45.989000 | 2018-01-04T21:20:02 | 2018-01-04T21:20:02 | 115,987,210 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package lab6;
public class Produs {
private Integer idProdus;
private String denumire;
private Double pretUnitar;
@Override
public int hashCode() {
final int prime = 31;
int result = 1;
result = prime * result + ((idProdus == null) ? 0 : idProdus.hashCode());
return result;
}
@Override
public boolean equals(Object... | UTF-8 | Java | 1,306 | java | Produs.java | Java | [] | null | [] | package lab6;
public class Produs {
private Integer idProdus;
private String denumire;
private Double pretUnitar;
@Override
public int hashCode() {
final int prime = 31;
int result = 1;
result = prime * result + ((idProdus == null) ? 0 : idProdus.hashCode());
return result;
}
@Override
public boolean equals(Object... | 1,306 | 0.715161 | 0.711332 | 62 | 20.064516 | 15.503247 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.064516 | false | false | 4 |
03f5deec5a7fb86c8610598be38a321165cfe428 | 11,252,814,330,190 | f680851b5704cb60c9a21589ee123b7adc474124 | /2015/FunctionFIRST/app/src/main/java/com/vandenrobotics/functionfirst/model/AutoData.java | c4c833351ffd138268dc0a3aa86e4cf0c701ae74 | [] | no_license | joeyLewis/HighSchoolPortfolio | https://github.com/joeyLewis/HighSchoolPortfolio | 999c3841c27d36f4988be424d808e89299d3e007 | c2e380506637d9f52ddbb956d4cf6b2c095cad84 | refs/heads/master | 2021-01-10T09:58:11.043000 | 2016-02-01T21:32:46 | 2016-02-01T21:32:46 | 50,872,538 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.vandenrobotics.functionfirst.model;
import android.os.Parcel;
import android.os.Parcelable;
public class AutoData implements Parcelable {
public boolean hadAuto;
public int totesToAuto;
public int containersToAuto;
public int containersFromStep;
public int totesFromStep;
... | UTF-8 | Java | 3,663 | java | AutoData.java | Java | [] | null | [] | package com.vandenrobotics.functionfirst.model;
import android.os.Parcel;
import android.os.Parcelable;
public class AutoData implements Parcelable {
public boolean hadAuto;
public int totesToAuto;
public int containersToAuto;
public int containersFromStep;
public int totesFromStep;
... | 3,663 | 0.531259 | 0.520066 | 127 | 26.84252 | 19.596088 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.653543 | false | false | 4 |
cefabd3b819ffae84e557f2f9e9bcbdb1f12c8e9 | 25,486,335,952,405 | 95a6619a277502b50df2039e78d98449a9fb0af8 | /keepaccounts-main/src/main/java/cn/gxf/spring/struts/integrate/sysctr/audit/AuditMsgServiceImpl.java | d07f862e449290d59832c97f6feeb26343c1d3fb | [] | no_license | gxf1027/accountingRecorder | https://github.com/gxf1027/accountingRecorder | 44a1d241b6419008052710a61d85734eea1829b4 | ecae4c64b6730505654a72647223782380862690 | refs/heads/master | 2022-12-25T20:55:20.658000 | 2022-01-07T13:50:27 | 2022-01-07T13:50:27 | 122,914,051 | 2 | 0 | null | false | 2022-12-16T09:42:24 | 2018-02-26T04:41:19 | 2022-01-07T13:50:35 | 2022-12-16T09:42:20 | 68,264 | 0 | 0 | 54 | JavaScript | false | false | package cn.gxf.spring.struts.integrate.sysctr.audit;
import java.util.Date;
import java.util.UUID;
import org.springframework.amqp.rabbit.core.RabbitTemplate;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor;
import org.springframew... | UTF-8 | Java | 930 | java | AuditMsgServiceImpl.java | Java | [] | null | [] | package cn.gxf.spring.struts.integrate.sysctr.audit;
import java.util.Date;
import java.util.UUID;
import org.springframework.amqp.rabbit.core.RabbitTemplate;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor;
import org.springframew... | 930 | 0.804301 | 0.803226 | 33 | 27.181818 | 27.433064 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.363636 | false | false | 4 |
985368e9bf16378de9205261bd97651d8dbc0337 | 3,006,477,135,725 | e682fa3667adce9277ecdedb40d4d01a785b3912 | /internal/fischer/mangf/A260622.java | 10ff2d35fbbf0b619b300472df7fd5ae2302eba3 | [
"Apache-2.0"
] | permissive | gfis/joeis-lite | https://github.com/gfis/joeis-lite | 859158cb8fc3608febf39ba71ab5e72360b32cb4 | 7185a0b62d54735dc3d43d8fb5be677734f99101 | refs/heads/master | 2023-08-31T00:23:51.216000 | 2023-08-29T21:11:31 | 2023-08-29T21:11:31 | 179,938,034 | 4 | 1 | Apache-2.0 | false | 2022-06-25T22:47:19 | 2019-04-07T08:35:01 | 2022-03-26T06:04:12 | 2022-06-25T22:47:18 | 8,156 | 3 | 0 | 1 | Roff | false | false | package irvine.oeis.a260;
// manually sigman1/sigma1s at 2023-03-13
import irvine.factor.factor.Jaguar;
import irvine.math.z.Z;
import irvine.oeis.Sequence1;
import irvine.oeis.a003.A003266;
/**
* A260622 a(n) is the sum of the positive divisors of A003266(n).
* @author Georg Fischer
*/
public class A260622 extend... | UTF-8 | Java | 493 | java | A260622.java | Java | [
{
"context": "of the positive divisors of A003266(n).\n * @author Georg Fischer\n */\npublic class A260622 extends Sequence1 {\n\n p",
"end": 288,
"score": 0.9998419880867004,
"start": 275,
"tag": "NAME",
"value": "Georg Fischer"
}
] | null | [] | package irvine.oeis.a260;
// manually sigman1/sigma1s at 2023-03-13
import irvine.factor.factor.Jaguar;
import irvine.math.z.Z;
import irvine.oeis.Sequence1;
import irvine.oeis.a003.A003266;
/**
* A260622 a(n) is the sum of the positive divisors of A003266(n).
* @author <NAME>
*/
public class A260622 extends Seque... | 486 | 0.697769 | 0.588235 | 25 | 18.719999 | 18.569912 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.32 | false | false | 4 |
ecf4e92bd6e8f81f0bedef9885ce2fd73c6a08a6 | 22,299,470,223,383 | 3f92816c19c7159d276de922410d88b7d38690d4 | /src/main/java/RedisORM/executor/handle/HashHandle.java | 3dbcd407642e2049c871a8139d7a5e8ec35dbd40 | [] | no_license | yuanzijue1992/RedisNOS | https://github.com/yuanzijue1992/RedisNOS | 55f296b3ccd64ba97c7ecc7ab610c02307a118ce | 8a2618868e75da3b5c6fdf87a6b28d0ea246e589 | refs/heads/master | 2020-03-27T23:07:45.728000 | 2018-09-14T06:52:02 | 2018-09-14T06:52:02 | 147,293,318 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package RedisORM.executor.handle;
import redis.clients.jedis.Jedis;
import redis.clients.jedis.Transaction;
import java.util.Map;
/**
* hash类型操作接口,不直接使用Jedis的操作方法而另外定义了操作接口的原因是:
* 在今后会使用责任链的模式和代理模式设计插件接口,使得用户能够扩展这些操作
*/
public interface HashHandle {
/**
* @Description: hash类型的插入操作
* @Date 2018/9/... | UTF-8 | Java | 2,066 | java | HashHandle.java | Java | [] | null | [] | package RedisORM.executor.handle;
import redis.clients.jedis.Jedis;
import redis.clients.jedis.Transaction;
import java.util.Map;
/**
* hash类型操作接口,不直接使用Jedis的操作方法而另外定义了操作接口的原因是:
* 在今后会使用责任链的模式和代理模式设计插件接口,使得用户能够扩展这些操作
*/
public interface HashHandle {
/**
* @Description: hash类型的插入操作
* @Date 2018/9/... | 2,066 | 0.638055 | 0.605042 | 65 | 24.63077 | 19.872337 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.369231 | false | false | 4 |
dc5487f688be99ffefbcfb18f38e9e7286e5a78c | 23,210,003,285,759 | 7a3d7ddabf20af00a6ce5498df6b0ba0eac29696 | /src/main/java/com/wenxueliu/leetcode/LeetCode7.java | 53e71fc3fbfb0aa0184da0ff4b7a79b6e85b88d3 | [] | no_license | wenxueliu/leecode_practice | https://github.com/wenxueliu/leecode_practice | 55c44bb6744b40a0aa825fb75234be6abed8a933 | 643645c06d3339f165d6bae8b58c5924cddd7727 | refs/heads/master | 2021-07-12T17:50:51.170000 | 2020-11-19T16:45:29 | 2020-11-19T16:45:29 | 218,340,579 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.wenxueliu.leetcode;
/**
* @author : liuwenxue
* @date :2019/11/02 18:37
* @description :
* @path : com.wenxueliu.leetcode.LeetCode7
* @modifiedBy :
*
* 11-02
* 思路:翻转非常容易,关键是要考虑各种情况,具体见测试类
* 实现:一开始没有考虑到最大数翻转之后溢出,好在测试的时候发现了。
* 用时: 30 分钟
*/
public class LeetCode7 {
/**
* @param x
* @... | UTF-8 | Java | 2,523 | java | LeetCode7.java | Java | [
{
"context": "package com.wenxueliu.leetcode;\n\n/**\n * @author : liuwenxue\n * @date :2019/11/02 18:37\n * @description :\n * @",
"end": 59,
"score": 0.9908660054206848,
"start": 50,
"tag": "USERNAME",
"value": "liuwenxue"
}
] | null | [] | package com.wenxueliu.leetcode;
/**
* @author : liuwenxue
* @date :2019/11/02 18:37
* @description :
* @path : com.wenxueliu.leetcode.LeetCode7
* @modifiedBy :
*
* 11-02
* 思路:翻转非常容易,关键是要考虑各种情况,具体见测试类
* 实现:一开始没有考虑到最大数翻转之后溢出,好在测试的时候发现了。
* 用时: 30 分钟
*/
public class LeetCode7 {
/**
* @param x
* @... | 2,523 | 0.479578 | 0.455255 | 96 | 21.697916 | 15.754708 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.270833 | false | false | 4 |
c37ffdd8d1f92ece1db3ff898442b0dcc81ff077 | 1,881,195,697,911 | 20c0cb99f52d11c3f8781ee5d1cd6d5cb45ca61a | /src/main/java/com/icbc/dagger/hunter/checker/HadoopChecker.java | 93f5678628cd7788de3887c2aff21da1c0182510 | [] | no_license | herbageh3h/dagger | https://github.com/herbageh3h/dagger | 96dd1ebf4f7fd28b27596f9afbbf0520b804a792 | fc563f0331b57c3e6e03e55d5203cdc50848147d | refs/heads/master | 2021-01-20T04:54:16.161000 | 2017-05-01T17:49:53 | 2017-05-01T17:49:53 | 89,748,689 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.icbc.dagger.hunter.checker;
/**
* hadoop: Big data platform.
*
* @author huanghao
* @since 20170430
*
*/
public class HadoopChecker extends NamePatternChecker {
public HadoopChecker() {
super("hadoop");
}
@Override
protected void setupPattern() {
this.setRegex(".*(ha... | UTF-8 | Java | 358 | java | HadoopChecker.java | Java | [
{
"context": "\n\n/**\n * hadoop: Big data platform.\n * \n * @author huanghao\n * @since 20170430\n *\n */\npublic class Hado",
"end": 92,
"score": 0.7959124445915222,
"start": 90,
"tag": "NAME",
"value": "hu"
},
{
"context": "**\n * hadoop: Big data platform.\n * \n * @author huang... | null | [] | package com.icbc.dagger.hunter.checker;
/**
* hadoop: Big data platform.
*
* @author huanghao
* @since 20170430
*
*/
public class HadoopChecker extends NamePatternChecker {
public HadoopChecker() {
super("hadoop");
}
@Override
protected void setupPattern() {
this.setRegex(".*(ha... | 358 | 0.622905 | 0.600559 | 20 | 16.9 | 17.792976 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 4 |
5fa4b8d02f025d0b6d3fb296b21153b0160830fb | 23,502,061,075,273 | bd292fdb04120d01b84b0fdd4b1e2085aaae2276 | /src/test/java/com/ryq/inspiration/UserServiceTest.java | 5a0d64bf34e555878e631411b7a986c06f52c7b6 | [] | no_license | ryq506587454/inspiration | https://github.com/ryq506587454/inspiration | dd16cf3b463cc9b2c270f1340f2199e2f9f52bd0 | 4e742346f2bf995a80a3f18a036bb83c15f28988 | refs/heads/master | 2022-07-02T23:56:04.634000 | 2020-03-10T11:36:42 | 2020-03-10T11:36:42 | 239,984,027 | 0 | 0 | null | false | 2022-06-17T02:51:55 | 2020-02-12T10:22:07 | 2020-03-10T11:36:56 | 2022-06-17T02:51:55 | 5,281 | 0 | 0 | 2 | Java | false | false | package com.ryq.inspiration;
import com.ryq.inspiration.pojo.User;
import com.ryq.inspiration.serviceImp.UserServiceImp;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBootTest;
import org.springf... | UTF-8 | Java | 950 | java | UserServiceTest.java | Java | [
{
"context": "oid register(){\n User new_user = new User(\"tan\",\"123456\");\n System.out.println(userServic",
"end": 866,
"score": 0.9822392463684082,
"start": 863,
"tag": "USERNAME",
"value": "tan"
}
] | null | [] | package com.ryq.inspiration;
import com.ryq.inspiration.pojo.User;
import com.ryq.inspiration.serviceImp.UserServiceImp;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBootTest;
import org.springf... | 950 | 0.693684 | 0.675789 | 32 | 28.6875 | 19.78231 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.53125 | false | false | 4 |
46bc8ef9524e7f88bdd6096bc7f6b4ca111b9bcc | 11,012,296,200,673 | f9c227970a1c983cbd3ced87da3e9496849e939a | /powerjob-server/src/main/java/com/github/kfcfans/powerjob/server/web/controller/ServerController.java | 57d46d3b8c13538d38a0b59ccb2c12ac1f136f6c | [
"Apache-2.0"
] | permissive | xla145/PowerJob | https://github.com/xla145/PowerJob | 7d47b11074b4b26ada49789de8002291377e50e6 | 6a25bb57e4a840eb45eff85078a20bda45776800 | refs/heads/master | 2023-03-18T22:43:33.318000 | 2021-03-07T15:37:05 | 2021-03-07T15:37:05 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.github.kfcfans.powerjob.server.web.controller;
import com.alibaba.fastjson.JSON;
import com.alibaba.fastjson.JSONObject;
import com.github.kfcfans.powerjob.common.response.ResultDTO;
import com.github.kfcfans.powerjob.common.utils.CommonUtils;
import com.github.kfcfans.powerjob.common.utils.NetUtils;
impor... | UTF-8 | Java | 2,915 | java | ServerController.java | Java | [
{
"context": "t验证appName的可用性,再根据得到的appId获取Server地址\n *\n * @author tjq\n * @since 2020/4/4\n */\n@RestController\n@RequestMa",
"end": 1166,
"score": 0.9991762042045593,
"start": 1163,
"tag": "USERNAME",
"value": "tjq"
}
] | null | [] | package com.github.kfcfans.powerjob.server.web.controller;
import com.alibaba.fastjson.JSON;
import com.alibaba.fastjson.JSONObject;
import com.github.kfcfans.powerjob.common.response.ResultDTO;
import com.github.kfcfans.powerjob.common.utils.CommonUtils;
import com.github.kfcfans.powerjob.common.utils.NetUtils;
impor... | 2,915 | 0.766888 | 0.763388 | 67 | 41.641792 | 35.220711 | 150 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.641791 | false | false | 4 |
6e38079f1afe2b38f7b05fa10ed3fc2063a15bce | 9,002,251,506,244 | 0c2540d7ee57bf834b7c66c5f541ded42155ae20 | /src/main/java/Main.java | f24b1487dac93d9293686cd1b0fb402e86f47ba3 | [] | no_license | wixon1337/JavaChallange | https://github.com/wixon1337/JavaChallange | 6e69fa7d2e2974ff97aefed5f74f15269720c36d | c98476cadcc8fb428fe00da30e18b2d1181ce966 | refs/heads/master | 2020-07-01T19:29:47.271000 | 2019-08-08T14:47:52 | 2019-08-08T14:47:52 | 201,273,350 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public class Main {
public static void main(String[] args) {
Telescope n = new NewtonTelescope(1.2, 2, 3.3);
Telescope r = new RefactorTelescope(1.3, 3, 4);
System.out.println(n);
System.out.println(r);
}
}
| UTF-8 | Java | 247 | java | Main.java | Java | [] | null | [] | public class Main {
public static void main(String[] args) {
Telescope n = new NewtonTelescope(1.2, 2, 3.3);
Telescope r = new RefactorTelescope(1.3, 3, 4);
System.out.println(n);
System.out.println(r);
}
}
| 247 | 0.591093 | 0.554656 | 8 | 29.875 | 19.470732 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 4 |
155710062718d10d62d2c821f54390dd51ecfdca | 14,164,802,199,123 | ff2131ef4b88d260d4aff7f7484a1d540054b5ac | /.svn/pristine/15/155710062718d10d62d2c821f54390dd51ecfdca.svn-base | b132064a996260d4b3006c1575959aed40145d54 | [] | no_license | devevderyadav/EquityTradingApp | https://github.com/devevderyadav/EquityTradingApp | a59e0537b6f9fa972b6c2df60a0ce3fd620934f3 | 3fb830d29aa88261b3b23471efeb264900ea6d92 | refs/heads/master | 2016-09-15T21:35:19.774000 | 2014-09-22T18:05:00 | 2014-09-22T18:05:00 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.sapient.equitytradingapp.et.dao;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNull;
import static org.mockito.Mockito.when;
import javax.persistence.EntityManager;
import org.junit.Before;
import org.junit.Test;
import org.mockito.Mock;
import org.mockito.M... | UTF-8 | Java | 1,675 | 155710062718d10d62d2c821f54390dd51ecfdca.svn-base | Java | [] | null | [] | package com.sapient.equitytradingapp.et.dao;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNull;
import static org.mockito.Mockito.when;
import javax.persistence.EntityManager;
import org.junit.Before;
import org.junit.Test;
import org.mockito.Mock;
import org.mockito.M... | 1,675 | 0.719403 | 0.70209 | 80 | 18.9375 | 22.111843 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.35 | false | false | 4 | |
10b93ee71aad7b7d19c9eb5cb157c4014595722f | 13,194,139,590,180 | 538d7f55987fd4f5e25952bc8c7b9a710933ccd6 | /repository-graph/src/main/java/com/poc/ig/repo/repository/RoleRepository.java | 89ea8319b70a85ebc5200b310f08440693733110 | [] | no_license | sampath516/ig_poc | https://github.com/sampath516/ig_poc | 53e64463636d4dee6a34e5c3726b3c4421d38ff8 | a0efe2ef3577b4987959bcbd82bb5698b3c98340 | refs/heads/master | 2021-09-24T08:44:58.013000 | 2021-09-13T08:08:55 | 2021-09-13T08:08:55 | 150,944,363 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.poc.ig.repo.repository;
import java.util.List;
import java.util.Optional;
import org.springframework.data.neo4j.annotation.Query;
import org.springframework.data.neo4j.repository.Neo4jRepository;
import org.springframework.data.repository.query.Param;
import com.poc.ig.repo.entity.Role;
public interface... | UTF-8 | Java | 942 | java | RoleRepository.java | Java | [] | null | [] | package com.poc.ig.repo.repository;
import java.util.List;
import java.util.Optional;
import org.springframework.data.neo4j.annotation.Query;
import org.springframework.data.neo4j.repository.Neo4jRepository;
import org.springframework.data.repository.query.Param;
import com.poc.ig.repo.entity.Role;
public interface... | 942 | 0.782378 | 0.778132 | 22 | 41.81818 | 46.73196 | 153 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.090909 | false | false | 4 |
cdf888ad84bdf4acae6565a528439fc0fcbf32f6 | 28,415,503,699,894 | fb370d66be228ba5bc6b3db8e339a1f5e222d912 | /src/test/java/com/microsoft/store/partnercenter/models/productupgrades/ProductUpgradeLineItemTest.java | 99db8375836418fe63b07b94a71cc7c52fb728f6 | [
"MIT"
] | permissive | Serik0/Partner-Center-Java | https://github.com/Serik0/Partner-Center-Java | dd49495fcf624bba8fd428068ecdee2519f20217 | 9e10bb1c62b3d36c131795950b5553c36a0a3c4f | refs/heads/master | 2022-01-04T14:39:11.853000 | 2020-03-04T20:02:43 | 2020-03-04T20:02:43 | 250,222,888 | 0 | 0 | MIT | true | 2020-03-26T10:07:13 | 2020-03-26T10:07:12 | 2020-03-04T20:02:47 | 2020-03-04T20:02:49 | 1,269 | 0 | 0 | 0 | null | false | false | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT license. See the LICENSE file in the project root for full license information.
package com.microsoft.store.partnercenter.models.productupgrades;
import static org.junit.jupiter.api.Assertions.assertEquals;
import org.joda.time.Da... | UTF-8 | Java | 2,255 | java | ProductUpgradeLineItemTest.java | Java | [] | null | [] | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT license. See the LICENSE file in the project root for full license information.
package com.microsoft.store.partnercenter.models.productupgrades;
import static org.junit.jupiter.api.Assertions.assertEquals;
import org.joda.time.Da... | 2,255 | 0.683814 | 0.683814 | 79 | 27.556963 | 28.097366 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.518987 | false | false | 4 |
a025088b35c96b7d82f40e0a845af0f176e4ccb4 | 20,100,446,995,322 | 4f27797555b68dff86c434bb374f4e3c153c43d8 | /app/src/main/java/activitytest/example/com/myapplication/MainActivity.java | cbaef5fa9521c4c02c8f2f8d284b9e67a99d8556 | [] | no_license | ujuj138/MyApplication | https://github.com/ujuj138/MyApplication | 2873595aba1a28346ca436794cc9849f51aa9876 | fda48cd4cc99a4d376af1acc75178032423f056a | refs/heads/master | 2020-04-29T11:57:36.264000 | 2019-03-17T15:23:07 | 2019-03-17T15:23:07 | 176,120,048 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package activitytest.example.com.myapplication;
import android.content.Context;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAdapter;
import android.widget.ListView;
impo... | UTF-8 | Java | 3,180 | java | MainActivity.java | Java | [] | null | [] | package activitytest.example.com.myapplication;
import android.content.Context;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAdapter;
import android.widget.ListView;
impo... | 3,180 | 0.598428 | 0.597799 | 123 | 24.853659 | 24.100967 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.487805 | false | false | 4 |
87abfeb0f6c7ecbd025674fb0d733b8196077683 | 944,892,864,507 | e9ea20397e49b85198e4bd9741075d17dd4f0568 | /50.jframe-web/src/main/java/org/jframe/web/JframeApplication.java | d8d43a716f08d9f7bf8c1f1ebe7586ebbb5bfbf8 | [] | no_license | leotsai/jframe | https://github.com/leotsai/jframe | 5ad98dd94e15a9b949e15e57ede4e3f24eb54888 | f55d25c1906c43949f7d6fd0583c7679ab451561 | refs/heads/master | 2020-12-30T13:40:36.130000 | 2018-12-17T09:26:11 | 2018-12-17T09:26:11 | 91,243,782 | 8 | 6 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.jframe.web;
import org.jframe.core.app.AppInitializer;
import org.jframe.core.extensions.JList;
import org.jframe.core.logging.LogAppender;
import org.jframe.core.logging.LoggingConfig;
import org.jframe.core.web.Application;
import org.jframe.core.weixin.core.WxKeyManager;
import org.jframe.data.JframeHib... | UTF-8 | Java | 3,643 | java | JframeApplication.java | Java | [
{
"context": "concurrent.locks.ReentrantLock;\n\n/**\n * Created by leo on 2017-06-28.\n */\npublic class JframeApplication",
"end": 1398,
"score": 0.9845665693283081,
"start": 1395,
"tag": "USERNAME",
"value": "leo"
}
] | null | [] | package org.jframe.web;
import org.jframe.core.app.AppInitializer;
import org.jframe.core.extensions.JList;
import org.jframe.core.logging.LogAppender;
import org.jframe.core.logging.LoggingConfig;
import org.jframe.core.web.Application;
import org.jframe.core.weixin.core.WxKeyManager;
import org.jframe.data.JframeHib... | 3,643 | 0.724952 | 0.721658 | 98 | 36.17347 | 26.015312 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.520408 | false | false | 4 |
32ab56c1dc04ee7ca97caab9dde70f7630133ca2 | 24,799,141,224,651 | d7388e93b9b2a78f61e08a71016b7de118fd1a06 | /src/LeetCode/Tree/SerializeDeserializeBtree.java | b3c9701209d4173151223b0ad4c6b62d036f0d42 | [] | no_license | pgolash/Codechef | https://github.com/pgolash/Codechef | 88d9ac3262afc3defda97a5f3f032ed0af2aed2c | 25d1c5b2b30ba8fa85ad0dffe75e5e78b5d8f266 | refs/heads/master | 2021-01-19T01:46:17.091000 | 2016-10-15T07:07:33 | 2016-10-15T07:07:33 | 41,129,215 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package LeetCode.Tree;
import java.util.ArrayList;
import java.util.List;
/**
* Created by prashantgolash on 29/12/15.
*/
public class SerializeDeserializeBtree {
class Wrapper {
int idx;
Wrapper() {
idx = 0;
}
}
// Encodes a tree to a single string.
public Strin... | UTF-8 | Java | 2,441 | java | SerializeDeserializeBtree.java | Java | [
{
"context": "rayList;\nimport java.util.List;\n\n/**\n * Created by prashantgolash on 29/12/15.\n */\npublic class SerializeDeserializ",
"end": 108,
"score": 0.9962819218635559,
"start": 94,
"tag": "USERNAME",
"value": "prashantgolash"
}
] | null | [] | package LeetCode.Tree;
import java.util.ArrayList;
import java.util.List;
/**
* Created by prashantgolash on 29/12/15.
*/
public class SerializeDeserializeBtree {
class Wrapper {
int idx;
Wrapper() {
idx = 0;
}
}
// Encodes a tree to a single string.
public Strin... | 2,441 | 0.537485 | 0.531749 | 81 | 29.135803 | 23.145676 | 124 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.703704 | false | false | 4 |
39dbfa08fd5a3ba52a5c8b8699f8a8a931596b8d | 944,892,806,159 | 125323c49754be7b2ac6b923585cfaf892b38c9f | /src/akura/viewClassData.java | dafed8be1f4689081eff54823972656541ce460c | [] | no_license | pasindu-dil/College-of-technology-Final-Year-Java-Project-Tution-Class-Management-System | https://github.com/pasindu-dil/College-of-technology-Final-Year-Java-Project-Tution-Class-Management-System | fc237707e00473f3338014c4c3af7610f5fef4c1 | ab3c9aca5a289c87ca93dc224cb1ec3540c56a5f | refs/heads/main | 2023-07-18T22:44:53.862000 | 2021-09-08T02:30:09 | 2021-09-08T02:30:09 | 400,506,107 | 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 akura;
import java.awt.Toolkit;
import java.sql.Connection;
import java.sql.PreparedStatement;
import javax.swing.JOptionPane;... | UTF-8 | Java | 14,968 | java | viewClassData.java | Java | [
{
"context": "import javax.swing.JOptionPane;\n\n/**\n *\n * @author Pasindu01\n */\npublic class viewClassData extends javax.swin",
"end": 349,
"score": 0.9970280528068542,
"start": 340,
"tag": "USERNAME",
"value": "Pasindu01"
}
] | 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 akura;
import java.awt.Toolkit;
import java.sql.Connection;
import java.sql.PreparedStatement;
import javax.swing.JOptionPane;... | 14,968 | 0.670764 | 0.6248 | 301 | 48.727573 | 35.929596 | 196 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.318937 | false | false | 4 |
3b133af27efd1bffeef73ab4b4bd78035fde0ed5 | 26,379,689,137,753 | eca4a253fe0eba19f60d28363b10c433c57ab7a1 | /apps/jacob.call_expert/java/jacob/event/data/Contact_typeTableRecord.java | 6cb73c12210cb96468423124445a6511e149df80 | [] | no_license | freegroup/Open-jACOB | https://github.com/freegroup/Open-jACOB | 632f20575092516f449591bf6f251772f599e5fc | 84f0a6af83876bd21c453132ca6f98a46609f1f4 | refs/heads/master | 2021-01-10T11:08:03.604000 | 2015-05-25T10:25:49 | 2015-05-25T10:25:49 | 36,183,560 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* jACOB event handler created with the jACOB Application Designer
*
* Created on Tue Feb 03 11:39:48 CET 2009
*/
package jacob.event.data;
import jacob.common.AppLogger;
import jacob.model.Contact_type;
import java.util.regex.Pattern;
import org.apache.commons.logging.Log;
import com.hecc.jacob.validation.conta... | UTF-8 | Java | 4,392 | java | Contact_typeTableRecord.java | Java | [
{
"context": ".TableFieldExceptionCollection;\n\n/**\n *\n * @author andherz\n */\npublic class Contact_typeTableRecord extends ",
"end": 654,
"score": 0.994122326374054,
"start": 647,
"tag": "USERNAME",
"value": "andherz"
},
{
"context": "peTableRecord.java,v 1.3 2009/11/23 11:33:41... | null | [] | /*
* jACOB event handler created with the jACOB Application Designer
*
* Created on Tue Feb 03 11:39:48 CET 2009
*/
package jacob.event.data;
import jacob.common.AppLogger;
import jacob.model.Contact_type;
import java.util.regex.Pattern;
import org.apache.commons.logging.Log;
import com.hecc.jacob.validation.conta... | 4,392 | 0.685337 | 0.678506 | 106 | 40.433964 | 46.651665 | 172 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.349057 | false | false | 4 |
d74817d6566f5299e63003dc28ed93d56c4b6736 | 27,762,668,610,060 | 46dbccbae92a06aeeba9e278313d0e5d16f32c81 | /app/src/main/java/com/uwics/uwicsregister/Fragments/MemberOptionsDialogFragment.java | 48ca9b3cc21a337cb6fd9069ecea63a1e4d628a7 | [] | no_license | UWICompSociety/register | https://github.com/UWICompSociety/register | 312a9955fb39cbc4ecc888410672ad0af37718a1 | c86829ca49ef56333d4cb92f8bc88299d249176d | refs/heads/master | 2015-08-21T08:41:28.864000 | 2015-03-20T23:02:10 | 2015-03-20T23:02:10 | 31,960,124 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.uwics.uwicsregister.Fragments;
import android.app.Activity;
import android.app.AlertDialog;
import android.app.Dialog;
import android.content.DialogInterface;
import android.net.Uri;
import android.os.Bundle;
import android.app.Fragment;
import android.support.annotation.NonNull;
import android.support.v4.... | UTF-8 | Java | 2,390 | java | MemberOptionsDialogFragment.java | Java | [] | null | [] | package com.uwics.uwicsregister.Fragments;
import android.app.Activity;
import android.app.AlertDialog;
import android.app.Dialog;
import android.content.DialogInterface;
import android.net.Uri;
import android.os.Bundle;
import android.app.Fragment;
import android.support.annotation.NonNull;
import android.support.v4.... | 2,390 | 0.653975 | 0.65272 | 81 | 28.506172 | 24.421768 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.37037 | false | false | 4 |
17b1191c2da2856a03e4cb0979c3be1c90210de5 | 27,934,467,298,312 | 215a254cd3fda9de7fbff11bf329bc4b3ef84685 | /Code/src/edu/mines/lang/nygren/snake/RootActivity.java | 2e96f198a60cc66f2763fc9ec0639227a4d1c838 | [] | no_license | zenelk/Snake | https://github.com/zenelk/Snake | 1b41f5474a0a44e17fe4a2acda9e839f2aa210dc | 6584c865d442c1f9d4af712ae2034d7c74ef73d6 | refs/heads/master | 2015-08-09T02:18:06.706000 | 2013-11-11T00:11:23 | 2013-11-11T00:11:23 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package edu.mines.lang.nygren.snake;
import android.app.ActionBar;
import android.app.Activity;
import android.app.FragmentTransaction;
import android.os.Bundle;
import android.util.Log;
import android.view.KeyEvent;
/**
* This activity handles all the fragments and the data passed between them.
* This also impleme... | UTF-8 | Java | 9,049 | java | RootActivity.java | Java | [
{
"context": "plements all the fragment listeners.\n *\n * @author Hunter Lang\n * @author Timm Nygren\n */\npublic class RootActiv",
"end": 377,
"score": 0.9998471736907959,
"start": 366,
"tag": "NAME",
"value": "Hunter Lang"
},
{
"context": "nt listeners.\n *\n * @author Hunter Lan... | null | [] | package edu.mines.lang.nygren.snake;
import android.app.ActionBar;
import android.app.Activity;
import android.app.FragmentTransaction;
import android.os.Bundle;
import android.util.Log;
import android.view.KeyEvent;
/**
* This activity handles all the fragments and the data passed between them.
* This also impleme... | 9,039 | 0.633551 | 0.63344 | 267 | 32.891384 | 25.577221 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.479401 | false | false | 4 |
d80ddf760cab14aed4ce045ffb1c2cfe2e69059c | 27,934,467,301,940 | b7a0a97e8135f3489b2dbcebe6dac7afba07de98 | /spring-boot-actuator/src/main/java/org/springframework/boot/actuate/metrics/MetricsEndpoint.java | 7f61ccd27247e8354f4968799d3c3633c3a15de4 | [
"Apache-2.0"
] | permissive | RahulBendre1/spring-boot | https://github.com/RahulBendre1/spring-boot | 87ee030eb21c05b5ddfd1301f0c35ae440211e7c | 5d05347e6156a967003cb2225585208a9dfb77c4 | refs/heads/master | 2023-08-28T05:42:56.430000 | 2017-09-26T19:40:39 | 2017-09-27T02:36:48 | 104,978,436 | 0 | 0 | Apache-2.0 | true | 2023-09-14T19:56:02 | 2017-09-27T06:03:03 | 2021-12-20T01:58:27 | 2023-09-14T19:56:02 | 58,452 | 0 | 0 | 183 | Java | false | false | /*
* Copyright 2012-2017 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 ap... | UTF-8 | Java | 3,460 | java | MetricsEndpoint.java | Java | [
{
"context": "ics held by a {@link MeterRegistry}.\n *\n * @author Jon Schneider\n * @since 2.0.0\n */\n@Endpoint(id = \"metrics\")\npub",
"end": 1529,
"score": 0.999496579170227,
"start": 1516,
"tag": "NAME",
"value": "Jon Schneider"
}
] | null | [] | /*
* Copyright 2012-2017 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 ap... | 3,453 | 0.757514 | 0.753179 | 117 | 28.572649 | 27.258282 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.230769 | false | false | 4 |
0ca1043b81284be63b5596c2d7538a173b099de2 | 30,099,130,815,416 | ebaf9e5240f0d0e047757a3766dab124c98af825 | /CH4/programming_projects/MultithreadedSort/MultithreadedSelectionSort.java | 9a156b99b258329bebcc99970529764710e77443 | [] | no_license | i3abghany/OSC | https://github.com/i3abghany/OSC | 1b906861bc7983a6ec73cf9bdde9c881aa457247 | bc361ac2411de82e882f3c7900ab6f84c1c3e861 | refs/heads/main | 2023-07-20T07:12:45.816000 | 2021-08-24T12:22:30 | 2021-08-24T12:22:30 | 327,637,464 | 6 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.concurrent.*;
public class MultithreadedSelectionSort {
public static class SortTask implements Runnable {
private final int[] arr;
private final int lo;
private final int hi;
public SortTask(int[] arr, int lo, int hi) {
this.arr = arr;
thi... | UTF-8 | Java | 2,862 | java | MultithreadedSelectionSort.java | Java | [] | null | [] | import java.util.concurrent.*;
public class MultithreadedSelectionSort {
public static class SortTask implements Runnable {
private final int[] arr;
private final int lo;
private final int hi;
public SortTask(int[] arr, int lo, int hi) {
this.arr = arr;
thi... | 2,862 | 0.444794 | 0.419986 | 100 | 27.620001 | 21.394756 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.79 | false | false | 4 |
6e2b9a4608b270883d2fd088519370eb6fa38cef | 30,416,958,401,788 | 909ffee3df2d683db76ebea9f023daac033d2176 | /app/src/main/java/com/ACPL/FM220_Sample/RegisteEmployeeActivity.java | a60c9dd0d683d2326c2cf5cf1472c71a11e358dc | [] | no_license | AmolWakchaure/AttendanceSystem | https://github.com/AmolWakchaure/AttendanceSystem | cd852092f41f4d6e42e52683a6a7b290d4cffa31 | adc0fe5a94c9c197a3d99d62035c93d7c9a0e072 | refs/heads/master | 2018-04-12T21:56:35.439000 | 2017-05-04T12:13:58 | 2017-05-04T12:13:58 | 90,258,437 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ACPL.FM220_Sample;
import android.content.Intent;
import android.os.Bundle;
import android.support.design.widget.FloatingActionButton;
import android.support.design.widget.Snackbar;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.Toolbar;
import android.text.Html;
import a... | UTF-8 | Java | 3,192 | java | RegisteEmployeeActivity.java | Java | [] | null | [] | package com.ACPL.FM220_Sample;
import android.content.Intent;
import android.os.Bundle;
import android.support.design.widget.FloatingActionButton;
import android.support.design.widget.Snackbar;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.Toolbar;
import android.text.Html;
import a... | 3,192 | 0.634712 | 0.631892 | 131 | 23.366413 | 21.426674 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.435115 | false | false | 4 |
774766686aad50e51c1235a625bcf3359be4b315 | 10,986,526,354,834 | ff7e44516bf81dae4c803f6f6f62ea05d33f9177 | /slaesvenky/src/main/java/com/mnt/esales/bean/Permissions.java | a06c3e82b3e618aa318f94e91fcdad6ba1152bda | [] | no_license | venkateshpavuluri/esales | https://github.com/venkateshpavuluri/esales | 8e461ee6bab493d361434f28cdac74bd45cc395f | dac0f65187b8ebe258e2705df15f32dbcfe9c8c1 | refs/heads/master | 2016-09-16T02:56:34.248000 | 2014-08-10T13:11:31 | 2014-08-10T13:11:38 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
*
*/
package com.mnt.esales.bean;
/**
* @author venkateshp
*
*/
public class Permissions {
private int permissionsId;
private String userId;
private String branchId;
private String branchName;
private String userName;
private String clientUserId;
private String clientId;
private Stri... | UTF-8 | Java | 2,734 | java | Permissions.java | Java | [
{
"context": "/\r\npackage com.mnt.esales.bean;\r\n\r\n/**\r\n * @author venkateshp\r\n *\r\n */\r\npublic class Permissions {\r\n\tprivate in",
"end": 73,
"score": 0.9996870756149292,
"start": 63,
"tag": "USERNAME",
"value": "venkateshp"
},
{
"context": "me\r\n\t */\r\n\tpublic Stri... | null | [] | /**
*
*/
package com.mnt.esales.bean;
/**
* @author venkateshp
*
*/
public class Permissions {
private int permissionsId;
private String userId;
private String branchId;
private String branchName;
private String userName;
private String clientUserId;
private String clientId;
private Stri... | 2,734 | 0.637162 | 0.637162 | 144 | 16.986111 | 15.088621 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.270833 | false | false | 4 |
84893300e3f49ce57e78c2b9fc7ce29b54faa87e | 33,509,334,911,562 | 0c117566add9eb6268529163aad35de210941238 | /JavChart.java | f0c96d8525b3d4ecf225b119de2f2b55ea509a33 | [] | no_license | pare-68/java | https://github.com/pare-68/java | 653b775b5e99c829039fec0ea8d0eb706cfae742 | 177e26eb2fbd0dfba4482cc399f257c1478b6031 | refs/heads/master | 2022-12-17T07:26:11.411000 | 2020-09-14T14:46:00 | 2020-09-14T14:46:00 | 295,444,901 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright(c) 2008-11 Tarun Chaudhry
* TO COMPILE THIS CODE: javac JavChart.java
* TO RUN THIS CODE: java JavChart
*
* This code is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation.
*
* This c... | UTF-8 | Java | 93,290 | java | JavChart.java | Java | [
{
"context": "/*\r\n * Copyright(c) 2008-11 Tarun Chaudhry\r\n * TO COMPILE THIS CODE: javac JavChart.java\r\n *",
"end": 42,
"score": 0.9998862147331238,
"start": 28,
"tag": "NAME",
"value": "Tarun Chaudhry"
},
{
"context": "details.\r\n * Licensed under GNU GPL v3\r\n * @author Tar... | null | [] | /*
* Copyright(c) 2008-11 <NAME>
* TO COMPILE THIS CODE: javac JavChart.java
* TO RUN THIS CODE: java JavChart
*
* This code is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation.
*
* This code is d... | 93,274 | 0.604459 | 0.589023 | 3,876 | 22.069143 | 19.929621 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.205624 | false | false | 4 |
df019c51c4fe395ba33a4966043dbdccf48d8659 | 24,876,450,599,803 | 20ee9db163dba0454a939860104cd96a3fa760f0 | /app/src/main/java/to/marcus/SpanishDaily/injection/Activity.java | 36e438e024daf04820b9f14e3c751fa49011a1ca | [] | no_license | futureproofd/SpanishDaily | https://github.com/futureproofd/SpanishDaily | 2619bd4008a5fead9b5bcacbd19634121599c9a2 | b95ce59b0161b526512b26a7384cebdff01ae783 | refs/heads/master | 2020-04-13T08:48:21.182000 | 2016-05-05T20:34:17 | 2016-05-05T20:34:17 | 42,113,197 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package to.marcus.SpanishDaily.injection;
/**
* Created by marcus on 9/2/2015.
*/
import java.lang.annotation.Retention;
import javax.inject.Scope;
import static java.lang.annotation.RetentionPolicy.RUNTIME;
@Scope @Retention(RUNTIME)
public @interface Activity {} | UTF-8 | Java | 272 | java | Activity.java | Java | [
{
"context": ".marcus.SpanishDaily.injection;\n\n/**\n * Created by marcus on 9/2/2015.\n */\n\nimport java.lang.annotation.",
"end": 64,
"score": 0.6496661305427551,
"start": 61,
"tag": "NAME",
"value": "mar"
},
{
"context": "cus.SpanishDaily.injection;\n\n/**\n * Created by marcus ... | null | [] | package to.marcus.SpanishDaily.injection;
/**
* Created by marcus on 9/2/2015.
*/
import java.lang.annotation.Retention;
import javax.inject.Scope;
import static java.lang.annotation.RetentionPolicy.RUNTIME;
@Scope @Retention(RUNTIME)
public @interface Activity {} | 272 | 0.772059 | 0.75 | 15 | 17.200001 | 19.093454 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.266667 | false | false | 4 |
32df0a95c75818349b449bdf993239bb8693bbd3 | 28,363,964,085,919 | 6197fccae968b5d82ab8f14c3c3a02dc1d1e4f75 | /learn-springcondition/src/main/java/com/baker/learning/learnspringcondition/controller/TestController.java | 6d8a2a3eb8b0ad1c18e3732f8651c86758969e03 | [] | no_license | Baker-abc/baker-learning-springboot | https://github.com/Baker-abc/baker-learning-springboot | 3d73493a66bf6bf7011e339b29848e68f8e0f08c | ecd3e03ed01fa579e40abeccdec8a1d376a8eb3e | refs/heads/master | 2022-06-23T15:51:30.990000 | 2020-05-05T09:01:45 | 2020-05-05T09:01:45 | 223,061,722 | 2 | 0 | null | false | 2022-06-17T02:43:33 | 2019-11-21T01:29:32 | 2020-05-05T09:57:20 | 2022-06-17T02:43:33 | 174 | 0 | 0 | 3 | Java | false | false | package com.baker.learning.learnspringcondition.controller;
import lombok.extern.log4j.Log4j2;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RestController;
import org.springframework.web.client.R... | UTF-8 | Java | 640 | java | TestController.java | Java | [] | null | [] | package com.baker.learning.learnspringcondition.controller;
import lombok.extern.log4j.Log4j2;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RestController;
import org.springframework.web.client.R... | 640 | 0.765625 | 0.732813 | 24 | 25.666666 | 24.587711 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.375 | false | false | 4 |
b608713db89cd428ee92f3169511c46879b089f2 | 19,018,115,236,674 | b39d014aca3e05fc1245eb3323f9d64c541d2351 | /dips-modules/dips-web-user/dips-web-user-biz/src/main/java/com/cloud/dips/user/DipsUserApplication.java | 56b37c963027fc071411b4c918742986b481d0d7 | [
"MIT"
] | permissive | cckmit/gov_data | https://github.com/cckmit/gov_data | 340911e3b957cfa27ef3d8cb83a40efd42a7b035 | 1c86470ddf8272fb5476b195cf6403f1a12b3d7c | refs/heads/master | 2023-06-12T14:40:39.297000 | 2021-06-28T10:20:19 | 2021-06-28T10:20:19 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
*
* Copyright (c) 2018-2025, Wilson All rights reserved.
*
* Author: Wilson
*
*/
package com.cloud.dips.user;
import org.springframework.boot.SpringApplication;
import org.springframework.cloud.client.SpringCloudApplication;
import org.springframework.context.annotation.ComponentScan;
import com.cloud.dips... | UTF-8 | Java | 885 | java | DipsUserApplication.java | Java | [
{
"context": "/*\n *\n * Copyright (c) 2018-2025, Wilson All rights reserved.\n *\n * Author: Wilson\n *\n */\n",
"end": 40,
"score": 0.9997090101242065,
"start": 34,
"tag": "NAME",
"value": "Wilson"
},
{
"context": "18-2025, Wilson All rights reserved.\n *\n * Author: Wilson\n *\n *... | null | [] | /*
*
* Copyright (c) 2018-2025, Wilson All rights reserved.
*
* Author: Wilson
*
*/
package com.cloud.dips.user;
import org.springframework.boot.SpringApplication;
import org.springframework.cloud.client.SpringCloudApplication;
import org.springframework.context.annotation.ComponentScan;
import com.cloud.dips... | 876 | 0.772448 | 0.734317 | 33 | 23.636364 | 23.855396 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.393939 | false | false | 4 |
0622e9f1aa23ddeecfec4e0c9b3e723e1b834840 | 26,740,466,387,672 | 0acea226c5a7569b740f3d596f9927a403d9a595 | /orange/eclipse/src/MidTerm/TheSultansSuccessors.java | bb4cb585703b932109c5972ba7e51a0021de862c | [] | no_license | khoinguyen1312/big_o_blue_18 | https://github.com/khoinguyen1312/big_o_blue_18 | 3b52d1d3bffd65c1fcb78f90f0b4ed7ece1b4606 | 6b97f0e041f8ce9572f355702f360171af0c312b | refs/heads/master | 2021-07-05T19:47:08.880000 | 2020-06-10T16:50:34 | 2020-06-10T16:50:34 | 191,359,599 | 0 | 1 | null | false | 2020-10-13T21:52:12 | 2019-06-11T11:39:39 | 2020-06-10T16:50:47 | 2020-10-13T21:52:11 | 1,001 | 0 | 1 | 2 | Java | false | false | package MidTerm;
import java.util.Scanner;
public class TheSultansSuccessors {
public static int MAX_BOARD = 0;
public static void main(String[] args) {
Scanner argumentScanner = new Scanner(System.in);
int k = argumentScanner.nextInt();
for (int chessCounter = 0; chessCounter < k; chessCounter++) {
... | UTF-8 | Java | 1,885 | java | TheSultansSuccessors.java | Java | [] | null | [] | package MidTerm;
import java.util.Scanner;
public class TheSultansSuccessors {
public static int MAX_BOARD = 0;
public static void main(String[] args) {
Scanner argumentScanner = new Scanner(System.in);
int k = argumentScanner.nextInt();
for (int chessCounter = 0; chessCounter < k; chessCounter++) {
... | 1,885 | 0.570822 | 0.560743 | 89 | 20.179775 | 21.032646 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.876405 | false | false | 4 |
e82ae16d588754762299543c9d86f4eda5768b25 | 30,434,138,292,900 | 4b2616e891259f2f4961b0d4975d639bec4a18fc | /src/org/zeallat/koreait/CommunityMainBoardTextItem.java | 86ed66baf5e132e9c9f779d8da00a8936d614c24 | [] | no_license | Codejune/KoreaITSchoolApp | https://github.com/Codejune/KoreaITSchoolApp | b5e71277598e4840700a2c1219c59cded8ec35d2 | ff302cdfc953f0b8023a5c04f741482fbb9ccccf | refs/heads/master | 2016-03-30T05:53:20.540000 | 2014-01-12T16:34:48 | 2014-01-12T16:34:48 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.zeallat.koreait;
public class CommunityMainBoardTextItem
{
//private Drawable mIcon;
private String[] mData;
private boolean mSelectable = true;
public CommunityMainBoardTextItem(String[] mData)
{
this.mData = mData;
}
public CommunityMainBoardTextItem(String str1, String str2, String str3... | UHC | Java | 1,588 | java | CommunityMainBoardTextItem.java | Java | [] | null | [] | package org.zeallat.koreait;
public class CommunityMainBoardTextItem
{
//private Drawable mIcon;
private String[] mData;
private boolean mSelectable = true;
public CommunityMainBoardTextItem(String[] mData)
{
this.mData = mData;
}
public CommunityMainBoardTextItem(String str1, String str2, String str3... | 1,588 | 0.632952 | 0.611959 | 100 | 14.72 | 18.292118 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.09 | false | false | 4 |
34999b55a619315cfe427243daaa036a9014b64f | 6,528,350,335,189 | ba07e1c4349890e51a05b56ba06cdc72f39de156 | /src/SimulationResult.java | 4731aed8d84bb5139e6bd43f53dfef51abc782d0 | [
"BSD-2-Clause"
] | permissive | cmassimo/warehouse_solver | https://github.com/cmassimo/warehouse_solver | 263deaa46f08578ec7ecc4ac66b3ee13ca110627 | 78fbdb95ec76de208ca36f8143cf4701cfed755a | refs/heads/master | 2021-01-21T12:31:59.992000 | 2016-04-25T15:25:31 | 2016-04-25T15:25:31 | 11,702,349 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public class SimulationResult {
int node_count;
double elapsed_seconds;
int objective_value;
boolean solution_exists;
public SimulationResult() {}
public SimulationResult(int count, double secs, int objval, boolean sol_exists) {
node_count = count;
elapsed_seconds = secs;
objective_value = objval;
s... | UTF-8 | Java | 355 | java | SimulationResult.java | Java | [] | null | [] | public class SimulationResult {
int node_count;
double elapsed_seconds;
int objective_value;
boolean solution_exists;
public SimulationResult() {}
public SimulationResult(int count, double secs, int objval, boolean sol_exists) {
node_count = count;
elapsed_seconds = secs;
objective_value = objval;
s... | 355 | 0.729577 | 0.729577 | 17 | 19.882353 | 19.505301 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.705882 | false | false | 4 |
3fd3245e53e05dc0e99e46289f76fb9bcb8cc067 | 12,146,167,558,259 | d1c801ef052ee0eac912b2d88e99e6228e58f709 | /app/src/main/java/com/mangolab/mapusers/Login_Activity.java | d9ceb57445cb74a23681473e33f66da13c59d8ef | [] | no_license | KingTamim/MapUsers | https://github.com/KingTamim/MapUsers | a903831963c9363c65b3e689dc92ed11a711de6b | 19b07d8c9f1a2e0c106c512f3db6669259923acd | refs/heads/master | 2021-01-15T13:25:08.885000 | 2017-08-21T13:41:20 | 2017-08-21T13:41:20 | 99,672,814 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mangolab.mapusers;
import android.content.Intent;
import android.support.annotation.NonNull;
import android.support.design.widget.Snackbar;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.text.TextUtils;
import android.view.View;
import android.widget.Button;
impor... | UTF-8 | Java | 3,276 | java | Login_Activity.java | Java | [] | null | [] | package com.mangolab.mapusers;
import android.content.Intent;
import android.support.annotation.NonNull;
import android.support.design.widget.Snackbar;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.text.TextUtils;
import android.view.View;
import android.widget.Button;
impor... | 3,276 | 0.635836 | 0.635531 | 94 | 33.840427 | 29.744051 | 135 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.56383 | false | false | 4 |
ff2d13b4d2b6e2ce4dfa6e0b3173f8b9a4b2b22e | 15,032,385,602,673 | 6fe913ced90b6f4c94ab50c22ca031552f4e5595 | /DHL-IMS/Releases/IMSDEV19680/bookingtool-model/static/client/net/metaship/ims/bookingtool/business/util/ClientDtoCache.java | 3f9e5b4af48db40b8acf0155bd900b26587b9bcc | [] | no_license | darshannagarajakewill/TEST-IMS | https://github.com/darshannagarajakewill/TEST-IMS | 2ee90408cc208a542bc35af264d9df8f6365dde7 | dfd63270ca97ed855241b7237e2885b65a17c377 | refs/heads/master | 2021-01-10T12:46:12.336000 | 2015-11-18T08:19:33 | 2015-11-18T08:19:33 | 47,539,948 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package net.metaship.ims.bookingtool.business.util;
import net.metaship.fea.util.ThreadLocalMap;
public class ClientDtoCache {
private static ThreadLocalMap threadLocalImpls = new ThreadLocalMap();
public static void put( Object key, Object value ) {
//TODO WeakReferences?
threadLocalImpls.put( key, val... | UTF-8 | Java | 487 | java | ClientDtoCache.java | Java | [] | null | [] | package net.metaship.ims.bookingtool.business.util;
import net.metaship.fea.util.ThreadLocalMap;
public class ClientDtoCache {
private static ThreadLocalMap threadLocalImpls = new ThreadLocalMap();
public static void put( Object key, Object value ) {
//TODO WeakReferences?
threadLocalImpls.put( key, val... | 487 | 0.720739 | 0.720739 | 22 | 21.136364 | 22.259411 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.363636 | false | false | 2 |
2a3d322210a8d6f3958787b14c3b2db3dae94fef | 16,406,775,071,737 | ec08d583d6100f21bda461d3a49b9316492435ef | /src/main/java/org/newdeal/core/dispatch/DeclaredProcessor.java | 956dff847b202228e90773259faf8d629b41fc2d | [] | no_license | FVanderbeke/NewDeal | https://github.com/FVanderbeke/NewDeal | 56344f07f979c0f99d80f2afe193d0b75b62136b | 7f21cadcbcc4fdc812a48c9cc7ce3ae0a04a9ca5 | refs/heads/master | 2021-01-10T17:17:06.101000 | 2015-10-25T12:40:08 | 2015-10-25T12:40:08 | 44,452,795 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.newdeal.core.dispatch;
/**
* -- UNSTABLE --
*
* @author Frederick Vanderbeke
* @since 12/06/2015
* @version 0.0.1
*/
public interface DeclaredProcessor extends Processor {
long getPid();
Processor getInitialProcessor();
}
| UTF-8 | Java | 249 | java | DeclaredProcessor.java | Java | [
{
"context": "ore.dispatch;\n\n/**\n * -- UNSTABLE --\n *\n * @author Frederick Vanderbeke\n * @since 12/06/2015\n * @version 0.0.1\n */\npublic",
"end": 92,
"score": 0.9998780488967896,
"start": 72,
"tag": "NAME",
"value": "Frederick Vanderbeke"
}
] | null | [] | package org.newdeal.core.dispatch;
/**
* -- UNSTABLE --
*
* @author <NAME>
* @since 12/06/2015
* @version 0.0.1
*/
public interface DeclaredProcessor extends Processor {
long getPid();
Processor getInitialProcessor();
}
| 235 | 0.686747 | 0.64257 | 13 | 18.153847 | 16.099911 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.230769 | false | false | 2 |
143b230f796e51b8478aacb7981d0e2cc244b403 | 19,396,072,371,789 | c604d083872ae8e8b17f6b24c0fecec80b2343e2 | /cloudsea-api/src/main/java/com/cloud/cloudapi/service/common/impl/NotificationListServiceImpl.java | 60075a4fbf20d14df79c7b1eaa7c94aae26941c7 | [] | no_license | cleo4zheng/cloud | https://github.com/cleo4zheng/cloud | 9051e92ca97633461033c203e1f9524fa5598f99 | 525dcfabb9a97f599747ad3f6734f72f7d94d367 | refs/heads/master | 2021-01-19T10:52:13.853000 | 2017-04-11T11:53:12 | 2017-04-11T11:53:12 | 87,905,011 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.cloud.cloudapi.service.common.impl;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
import javax.annotation.Resource;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.cloud.cloudapi.dao.common.Not... | UTF-8 | Java | 4,054 | java | NotificationListServiceImpl.java | Java | [] | null | [] | package com.cloud.cloudapi.service.common.impl;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
import javax.annotation.Resource;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.cloud.cloudapi.dao.common.Not... | 4,054 | 0.789344 | 0.789344 | 115 | 33.252174 | 31.499025 | 124 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.704348 | false | false | 2 |
e1487e0221b2af217b48840878690d7bb6de3f54 | 30,502,857,753,937 | 2f73ddcc579fce2d3468286e006c395df2255c4c | /app/src/main/java/com/example/myfirstapp/MainActivity.java | 9c085b136063d218bba7abc4549967c511faa8eb | [] | no_license | kiranmanoj2000/Elemental | https://github.com/kiranmanoj2000/Elemental | 4578da7663d85685c429925c85daff46638cd95e | 754cbbeb5367ffee2914bd10c49f4239e8721175 | refs/heads/master | 2020-03-24T15:58:56.504000 | 2019-01-04T19:34:12 | 2019-01-04T19:34:12 | 142,786,158 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.myfirstapp;
import android.app.Activity;
import android.content.Intent;
import android.graphics.Color;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.view.Window;
import android.view.WindowManager;
import android.widget.ArrayAdap... | UTF-8 | Java | 28,998 | java | MainActivity.java | Java | [
{
"context": "ntName[26] = \"Cobalt\";\n elementName[27] = \"Nickel\";\n elementName[28] = \"Copper\";\n e",
"end": 6266,
"score": 0.7350776791572571,
"start": 6262,
"tag": "NAME",
"value": "Nick"
},
{
"context": "ntName[27] = \"Nickel\";\n elementName[28]... | null | [] | package com.example.myfirstapp;
import android.app.Activity;
import android.content.Intent;
import android.graphics.Color;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.view.Window;
import android.view.WindowManager;
import android.widget.ArrayAdap... | 28,998 | 0.539072 | 0.418374 | 900 | 31.219999 | 11.333845 | 122 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.934444 | false | false | 2 |
b4e7e631f831895021a054ca0ac1d6e4a2c53696 | 2,035,814,509,723 | 995f73d30450a6dce6bc7145d89344b4ad6e0622 | /DVC-AN20_EMUI10.1.1/src/main/java/com/huawei/android/util/JlogEx.java | d521f05f2e15d8195532a394ec25aafea4d5731e | [] | no_license | morningblu/HWFramework | https://github.com/morningblu/HWFramework | 0ceb02cbe42585d0169d9b6c4964a41b436039f5 | 672bb34094b8780806a10ba9b1d21036fd808b8e | refs/heads/master | 2023-07-29T05:26:14.603000 | 2021-09-03T05:23:34 | 2021-09-03T05:23:34 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.huawei.android.util;
public class JlogEx {
}
| UTF-8 | Java | 58 | java | JlogEx.java | Java | [] | null | [] | package com.huawei.android.util;
public class JlogEx {
}
| 58 | 0.758621 | 0.758621 | 4 | 13.5 | 13.573872 | 32 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 2 |
ed96a1a1e23db61fdf2ef86e412ccc3c6e6a221b | 5,171,140,667,005 | bfbfa689151de858a4b8c3b764cfe7273fa7f2cd | /Rectangle Free Grid Coloring/GridColoringToSAT/src/ec/de/Best1BinDEBreeder.java | 27e3c43a0b891807d80206fbb21654072487d9be | [
"MIT"
] | permissive | PaulVaroutsos/Scripts-Algorithms-and-Other-Projects | https://github.com/PaulVaroutsos/Scripts-Algorithms-and-Other-Projects | 7054096a0ac0ddf01ed9b77ca5ddbf07d55e4613 | e7168997ee5c53a8fffbaf4beb041efd1edd1652 | refs/heads/master | 2021-01-20T10:15:46.242000 | 2021-01-15T08:06:39 | 2021-01-15T08:06:39 | 3,815,882 | 1 | 3 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ec.de;
import ec.*;
import ec.util.*;
import ec.vector.*;
/*
* Best1BinDEBreeder.java
*
* Created: Wed Apr 26 17:50:17 2006
* By: Liviu Panait
*/
/**
* Best1BinDEBreeder implements the DE/best/1/bin Differential Evolution algorithm.
* The code relies (with permission from the original... | UTF-8 | Java | 2,987 | java | Best1BinDEBreeder.java | Java | [
{
"context": "\n * \r\n * Created: Wed Apr 26 17:50:17 2006\r\n * By: Liviu Panait\r\n */\r\n\r\n/**\r\n * Best1BinDEBreeder implements the ",
"end": 168,
"score": 0.9998871088027954,
"start": 156,
"tag": "NAME",
"value": "Liviu Panait"
},
{
"context": "refer to the aforementioned we... | null | [] | package ec.de;
import ec.*;
import ec.util.*;
import ec.vector.*;
/*
* Best1BinDEBreeder.java
*
* Created: Wed Apr 26 17:50:17 2006
* By: <NAME>
*/
/**
* Best1BinDEBreeder implements the DE/best/1/bin Differential Evolution algorithm.
* The code relies (with permission from the original autho... | 2,975 | 0.579511 | 0.567459 | 90 | 31.188889 | 30.286739 | 118 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.488889 | false | false | 2 |
0fde700afbd69ace10d94ed80b5e01eb89d59907 | 19,653,770,392,833 | 1b0b0f167c28b4593376c9d2b1b24c8cd517c718 | /SistemaEstoque/src/objetos/Estoque.java | 827facbed07820478456db8f49b69f052b956ad5 | [] | no_license | denisfesilva/java-fundamentals-course-alura | https://github.com/denisfesilva/java-fundamentals-course-alura | 3709115fee277c0be884fd6fcb322e15f4c8ec67 | 06af25866bba3ac0efca044889fdbea16668a986 | refs/heads/master | 2020-12-11T00:22:36.501000 | 2020-01-14T04:05:52 | 2020-01-14T04:05:52 | 233,750,929 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package objetos;
import java.util.ArrayList;
public class Estoque {
private Funcionario[] funcionarios;
private Cliente[] clientes;
private Produto[] produtos;
private Venda[] vendas;
private int capacidadeMax;
private int capacidadeAtual;
private boolean statusOperando;
private double valorDeEstoque;
priva... | UTF-8 | Java | 2,803 | java | Estoque.java | Java | [] | null | [] | package objetos;
import java.util.ArrayList;
public class Estoque {
private Funcionario[] funcionarios;
private Cliente[] clientes;
private Produto[] produtos;
private Venda[] vendas;
private int capacidadeMax;
private int capacidadeAtual;
private boolean statusOperando;
private double valorDeEstoque;
priva... | 2,803 | 0.736354 | 0.734927 | 143 | 18.601398 | 17.939346 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.384615 | false | false | 2 |
e0a67dfe3626056228ee4caf54d49a6dee93685d | 28,741,921,146,548 | 4bcd95c28dae12a97161c0d9e76b06b06b5dceb9 | /src/main/java/com/webservice/practice/configs/Swaggerconfig.java | d03ff51f4da6f23949ff08881f2b17ed322914c1 | [] | no_license | MamathaRani2304/SampleMicroservices | https://github.com/MamathaRani2304/SampleMicroservices | b943629527aff0c70235c497c899c2526e5aadb2 | 4434497a487e3bcb8d4905c3fc0c24ba77714ae0 | refs/heads/master | 2023-07-14T17:53:02.455000 | 2021-08-18T07:01:53 | 2021-08-18T07:01:53 | 397,487,627 | 0 | 0 | null | false | 2021-08-18T08:17:49 | 2021-08-18T05:48:44 | 2021-08-18T07:03:10 | 2021-08-18T07:18:13 | 56 | 0 | 0 | 1 | Java | false | false | package com.webservice.practice.configs;
import javax.servlet.ServletContext;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import springfox.documentation.spi.DocumentationType;
import spring... | UTF-8 | Java | 1,002 | java | Swaggerconfig.java | Java | [] | null | [] | package com.webservice.practice.configs;
import javax.servlet.ServletContext;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import springfox.documentation.spi.DocumentationType;
import spring... | 1,002 | 0.772455 | 0.768463 | 34 | 28.470589 | 22.996464 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.264706 | false | false | 2 |
bf6b27741e62914f5dd1d8569509745855b48465 | 18,923,625,924,286 | 8b0aa42ea2251acd51c89d8173035b73eb654b86 | /app/src/main/java/com/soul/android/single/world/util/ScreenUtils.java | 2492e94f38060cab96a07c39a5b1cd4d89794e86 | [] | no_license | wingsZz/SingleWorld | https://github.com/wingsZz/SingleWorld | 825a52e5a1ff74e48a11fa9dfa897ba97a4cb8b4 | 96eb59335b111816616a8c1016bd82feed22dd95 | refs/heads/main | 2023-07-18T12:46:47.449000 | 2021-08-28T15:21:30 | 2021-08-28T15:21:30 | 325,035,199 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.soul.android.single.world.util;
import android.content.Context;
import android.graphics.Point;
import android.os.Build;
import android.view.Display;
import android.view.WindowManager;
/**
* Author : walid
* Data : 2016-08-29 16:07
* Describe :
*/
public class ScreenUtils {
public static in... | UTF-8 | Java | 912 | java | ScreenUtils.java | Java | [
{
"context": "ort android.view.WindowManager;\n\n/**\n * Author : walid\n * Data : 2016-08-29 16:07\n * Describe :\n */",
"end": 221,
"score": 0.9996936321258545,
"start": 216,
"tag": "USERNAME",
"value": "walid"
}
] | null | [] | package com.soul.android.single.world.util;
import android.content.Context;
import android.graphics.Point;
import android.os.Build;
import android.view.Display;
import android.view.WindowManager;
/**
* Author : walid
* Data : 2016-08-29 16:07
* Describe :
*/
public class ScreenUtils {
public static in... | 912 | 0.652326 | 0.634884 | 30 | 27.666666 | 22.796686 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.433333 | false | false | 2 |
6d44fea81754a1856b7aeb9eff91f19033e22958 | 17,884,243,836,140 | 0c61d47dffff1035c85ba3703c7cb15ab1b0200e | /src/main/java/me/osm/osmdoc/read/OSMDocFacade.java | 9c0ec0746635097f7d622588b013c3301e8706ee | [] | no_license | kiselev-dv/osm-doc-java | https://github.com/kiselev-dv/osm-doc-java | e62ca5d0c5fe936fdd055e2669ce8f51da7c8ced | 641642896ef0434a1436025904ff9ef8b6f38cf4 | refs/heads/master | 2021-09-24T05:06:26.643000 | 2021-09-18T00:31:27 | 2021-09-18T00:31:27 | 25,543,137 | 1 | 2 | null | false | 2020-10-13T17:44:23 | 2014-10-21T20:02:55 | 2019-11-27T13:37:09 | 2020-10-13T17:44:22 | 479 | 1 | 1 | 2 | Java | false | false | package me.osm.osmdoc.read;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collection;
import java.util.Collections;
import java.util.HashMap;
import java.util.HashSet;
import java.util.LinkedHashMap;
import java.util.LinkedHashSet;
import java.util.List;
import java.util.Locale;
import java.uti... | UTF-8 | Java | 20,041 | java | OSMDocFacade.java | Java | [
{
"context": "lVals != null) {\n\t\t\t\n\t\t\tString keyKey = tag.getKey().getValue();\n\t\t\t\n\t\t\tif(fillVals.get(keyKey) == null) {\n\t\t\t\t",
"end": 11019,
"score": 0.7231079339981079,
"start": 11011,
"tag": "KEY",
"value": "getValue"
}
] | null | [] | package me.osm.osmdoc.read;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collection;
import java.util.Collections;
import java.util.HashMap;
import java.util.HashSet;
import java.util.LinkedHashMap;
import java.util.LinkedHashSet;
import java.util.List;
import java.util.Locale;
import java.uti... | 20,041 | 0.651714 | 0.64887 | 749 | 25.75701 | 23.068823 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.471295 | false | false | 2 |
ad543a77ac82dffce5dcdd2d87128006a2869bc1 | 9,938,554,358,375 | b7ac604360aec348d1f52547257c279aa1c16594 | /src/main/java/jdddd/domain/model/common/DefaultGyoumuDate.java | 2150b05ba4dfd69e62b8fb91b5234ef063120238 | [] | no_license | daisukhayash/jdddd | https://github.com/daisukhayash/jdddd | 8f173d009a8bc3a110a5cf4201cc6ed0019dc776 | d1709ea600b15ef0f02a04d7af30943523b72de4 | refs/heads/master | 2020-07-22T05:50:56.615000 | 2017-10-04T14:23:19 | 2017-10-04T14:23:19 | 94,344,341 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package jdddd.domain.model.common;
import java.time.LocalDate;
import java.time.Period;
import java.time.chrono.JapaneseDate;
import java.time.chrono.JapaneseEra;
import java.time.format.DateTimeFormatter;
import java.time.temporal.ChronoField;
import java.time.temporal.TemporalAccessor;
import jdddd.domain.shared.Ab... | UTF-8 | Java | 4,696 | java | DefaultGyoumuDate.java | Java | [] | null | [] | package jdddd.domain.model.common;
import java.time.LocalDate;
import java.time.Period;
import java.time.chrono.JapaneseDate;
import java.time.chrono.JapaneseEra;
import java.time.format.DateTimeFormatter;
import java.time.temporal.ChronoField;
import java.time.temporal.TemporalAccessor;
import jdddd.domain.shared.Ab... | 4,696 | 0.713848 | 0.707018 | 171 | 23.83041 | 26.484695 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.701754 | false | false | 2 |
11428a7d18fb2b668c7bcaceb9b9156b11a68751 | 9,938,554,355,521 | 5ac923f02e173116d96aaace67e95b95db94e17e | /app/src/main/java/com/example/muzubi/maelysproject/Accueil.java | b4184a2fbe8d38be5b9855d436703ce3ad6089d8 | [] | no_license | SylvainCallewaert/MaelysProject | https://github.com/SylvainCallewaert/MaelysProject | 49068c6db30004e26574aa78fa5febb53927d51a | 8d3818dee54dc5f8fec245396944e2cd05de7a2f | refs/heads/master | 2021-05-13T12:00:49.694000 | 2018-01-15T19:50:04 | 2018-01-15T19:50:04 | 117,149,587 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.muzubi.maelysproject;
import android.app.ActionBar;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
public class Accueil extends AppCompatActivity {
//création des attributs
private Intent intentionFamille... | UTF-8 | Java | 1,157 | java | Accueil.java | Java | [
{
"context": "package com.example.muzubi.maelysproject;\n\nimport android.app.ActionBar;\nimp",
"end": 26,
"score": 0.9917700886726379,
"start": 20,
"tag": "USERNAME",
"value": "muzubi"
}
] | null | [] | package com.example.muzubi.maelysproject;
import android.app.ActionBar;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
public class Accueil extends AppCompatActivity {
//création des attributs
private Intent intentionFamille... | 1,157 | 0.724048 | 0.720588 | 39 | 28.641026 | 20.461956 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.589744 | false | false | 2 |
6b092206eea982205f3a0d93cb7b5a950b05b443 | 31,086,973,341,860 | 24bd4c51a9cea62a3b94a8b7421dcc2d19055306 | /src/main/java/com/webcrawler/model/UrlProperty.java | d4b94d6723350d6d8466bc272947ff538555c4b8 | [] | no_license | junaidbinsarfraz/WebCrawler | https://github.com/junaidbinsarfraz/WebCrawler | 1f290664d3ad56713afd6c99dc26b4b096b53027 | 6d4739b7f5bf0954df53780dba25afd5b75f9b1e | refs/heads/master | 2020-12-30T13:07:57.652000 | 2018-02-15T16:04:17 | 2018-02-15T16:04:17 | 91,326,728 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.webcrawler.model;
import org.jsoup.Connection.Request;
import org.jsoup.Connection.Response;
import org.jsoup.nodes.Document;
public class UrlProperty {
private String name;
private Request lastRequest;
private Response lastReponse;
private Document htmlDocument;
private String lastTitle;
private I... | UTF-8 | Java | 2,221 | java | UrlProperty.java | Java | [] | null | [] | package com.webcrawler.model;
import org.jsoup.Connection.Request;
import org.jsoup.Connection.Response;
import org.jsoup.nodes.Document;
public class UrlProperty {
private String name;
private Request lastRequest;
private Response lastReponse;
private Document htmlDocument;
private String lastTitle;
private I... | 2,221 | 0.769923 | 0.769923 | 109 | 19.376146 | 18.650229 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.247706 | false | false | 2 |
994c55cf996681787f18648cb1db7effe283abdf | 13,451,837,575,410 | 00e3dced7e2d6592c345143d7ab71a5d9313a9e5 | /app/src/main/java/com/example/administrator/greendao/db/annotation/TbField.java | 65850ad44956fe647a28fef70f1a7bfe0d0cd4c9 | [] | no_license | Soon-gz/SqliteUpdate | https://github.com/Soon-gz/SqliteUpdate | 6f51d28f4292ce576d9a67be128ca1f822e84239 | e1cc2ef382b69d438d705a4f373a9897a4a5a13c | refs/heads/master | 2023-02-23T14:47:14.474000 | 2017-03-06T08:17:52 | 2017-03-06T08:17:52 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.administrator.greendao.db.annotation;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
* Created by ShuWen on 2017/2/9.
*/
@Target(ElementType.FIELD)
@Retention(RetentionPolicy.RUN... | UTF-8 | Java | 376 | java | TbField.java | Java | [
{
"context": "rt java.lang.annotation.Target;\n\n/**\n * Created by ShuWen on 2017/2/9.\n */\n@Target(ElementType.FIELD)\n@Rete",
"end": 245,
"score": 0.9236596822738647,
"start": 239,
"tag": "NAME",
"value": "ShuWen"
}
] | null | [] | package com.example.administrator.greendao.db.annotation;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
* Created by ShuWen on 2017/2/9.
*/
@Target(ElementType.FIELD)
@Retention(RetentionPolicy.RUN... | 376 | 0.787234 | 0.771277 | 15 | 24.066668 | 18.009134 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 2 |
627c8fa05445ec76e68e536424fe08c4be73f74d | 18,760,417,161,479 | b6a1d69698f531d454d88869fb472ea4f30f0eaa | /src/main/java/net/shibboleth/ext/spring/error/ExtendedMappingExceptionResolver.java | a30fa7a017c07d9d03608595d135ff610b18d265 | [] | no_license | unofficial-shibboleth-mirror/spring-extensions | https://github.com/unofficial-shibboleth-mirror/spring-extensions | 02fc88cee4ddccb1d11d7afc60096ee5b913333e | 24bb2fe4ded1a70ad78e273281b6eb02af0b18b4 | refs/heads/main | 2022-12-12T15:29:58.598000 | 2022-07-22T15:24:10 | 2022-07-22T15:24:10 | 189,796,082 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Licensed to the University Corporation for Advanced Internet Development,
* Inc. (UCAID) under one or more contributor license agreements. See the
* NOTICE file distributed with this work for additional information regarding
* copyright ownership. The UCAID licenses this file to You under the Apache
* Licens... | UTF-8 | Java | 4,380 | java | ExtendedMappingExceptionResolver.java | Java | [] | null | [] | /*
* Licensed to the University Corporation for Advanced Internet Development,
* Inc. (UCAID) under one or more contributor license agreements. See the
* NOTICE file distributed with this work for additional information regarding
* copyright ownership. The UCAID licenses this file to You under the Apache
* Licens... | 4,380 | 0.711416 | 0.710274 | 113 | 37.769913 | 32.556828 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.513274 | false | false | 2 |
5e46414fb2942ee19f4e59dd674d25725bf9ffb8 | 19,327,352,894,640 | fa9625f4380e5186a00400da04e5f9df19d87df9 | /app/src/main/java/com/malgwi/gadsproject/LearningLeadersFragment.java | ebe46d60d4d58f34007ea49f2f62e9e28a3e616b | [] | no_license | malgwi/gadsAAD | https://github.com/malgwi/gadsAAD | 50aeba6c0ff04e433894eb21b4d1b7936be64988 | 0405ccfed2c3a78998d514e8a4d91530d0337113 | refs/heads/master | 2022-12-14T17:38:39.734000 | 2020-09-11T21:13:59 | 2020-09-11T21:13:59 | 294,812,148 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.malgwi.gadsproject;
import android.os.Bundle;
import androidx.annotation.NonNull;
import androidx.fragment.app.Fragment;
import androidx.recyclerview.widget.LinearLayoutManager;
import androidx.recyclerview.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.... | UTF-8 | Java | 2,572 | java | LearningLeadersFragment.java | Java | [] | null | [] | package com.malgwi.gadsproject;
import android.os.Bundle;
import androidx.annotation.NonNull;
import androidx.fragment.app.Fragment;
import androidx.recyclerview.widget.LinearLayoutManager;
import androidx.recyclerview.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.... | 2,572 | 0.716563 | 0.715397 | 71 | 35.239437 | 32.005924 | 144 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.619718 | false | false | 2 |
75e9bfba6ec2e428d80598919f0fdd2f9998e12e | 7,275,674,662,880 | d7431be068045da9c24c8427a1a3747578470419 | /src/main/java/com/example/demo/Outlet.java | c9a8ef12bc3e7cd434fb17a385f5b88883d22412 | [] | no_license | Junaed-Uddin/Sales-representative-management-system | https://github.com/Junaed-Uddin/Sales-representative-management-system | 9e0fa0fb6bfca0eb685e670c48e60c3f2a67d05d | f58af1cd6ded323197d586fa9f4e7561cae2678e | refs/heads/main | 2023-07-01T21:05:45.693000 | 2021-08-12T16:18:41 | 2021-08-12T16:18:41 | 395,377,129 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.demo;
public class Outlet {
private String dbPointName;
private String dbPointId;
private String firstAddress;
private String secondAddress;
public String getDbPointName() {
return dbPointName;
}
public void setDbPointName(String dbPointName) {
this.dbPointName = dbPointName;
}
publi... | UTF-8 | Java | 1,287 | java | Outlet.java | Java | [] | null | [] | package com.example.demo;
public class Outlet {
private String dbPointName;
private String dbPointId;
private String firstAddress;
private String secondAddress;
public String getDbPointName() {
return dbPointName;
}
public void setDbPointName(String dbPointName) {
this.dbPointName = dbPointName;
}
publi... | 1,287 | 0.739705 | 0.739705 | 50 | 24.74 | 22.528923 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.82 | false | false | 2 |
f5a5c67810d742e7452a3be7528a66a5f176604d | 12,300,786,355,723 | 28f814e189ad4ee3e6b878e8a7984743e2d4bfba | /clrclient-gs/.svn/pristine/e6/e65d7afb9f1197a523fa410b5d87fc22d5c403ad.svn-base | ed7fcc162428e00735ae20e1f478edde5050f5f9 | [] | no_license | qinfei503/clrlclient | https://github.com/qinfei503/clrlclient | eff321a0b588783c0959b78c0e051c6907c4897a | 358e0760c1016d870f49d846c9ebe8d3c58e7d0a | refs/heads/master | 2017-12-04T09:07:08.828000 | 2017-03-19T07:36:05 | 2017-03-19T07:36:05 | 83,198,505 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.sinosoft.common.service.impl;
import java.lang.reflect.Method;
import java.math.BigDecimal;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.Collection;
import java.util.Date;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.Set;
import... | UTF-8 | Java | 13,397 | e65d7afb9f1197a523fa410b5d87fc22d5c403ad.svn-base | Java | [
{
"context": "tRuleVO;\n/**\n * @Description:校验主入口的实现\n * @Author: 朱道东\n * @Date: 创建时间2016年11月19日 上午10:55:04\n */\npublic c",
"end": 1056,
"score": 0.9998244047164917,
"start": 1053,
"tag": "NAME",
"value": "朱道东"
},
{
"context": "nType: List<Method>\n\t * @exception: \n\t * @Author: ... | null | [] | package com.sinosoft.common.service.impl;
import java.lang.reflect.Method;
import java.math.BigDecimal;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.Collection;
import java.util.Date;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.Set;
import... | 13,397 | 0.682566 | 0.671083 | 397 | 30.367758 | 26.685892 | 165 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.483627 | false | false | 2 | |
170ee41b0ac8056f6254c832a127919c1a6440a3 | 13,486,197,314,165 | f798ce8a4f9bbe75ebcf693a286d78c180347b90 | /src/main/java/ar/edu/unju/edm/model/Nota.java | 4e101165d8791c5d91f2c47f994cb59d6b72f6c1 | [] | no_license | Luis18A/TP7_Grupo_200 | https://github.com/Luis18A/TP7_Grupo_200 | a06ea29c302c188d2da5d71c8a9eedf65be10942 | a133d8a36aca4acdc6835522927d16eace6d8201 | refs/heads/master | 2023-01-04T14:56:23.392000 | 2020-10-20T19:27:49 | 2020-10-20T19:27:49 | 305,194,018 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ar.edu.unju.edm.model;
import java.time.LocalDate;
public class Nota {
private int orden;
private double nota;
private LocalDate fechaNota;
private Materia materia;
public Nota() {
// TODO Auto-generated constructor stub
}
public int getOrden() {
return orden;
}
publi... | UTF-8 | Java | 1,119 | java | Nota.java | Java | [] | null | [] | package ar.edu.unju.edm.model;
import java.time.LocalDate;
public class Nota {
private int orden;
private double nota;
private LocalDate fechaNota;
private Materia materia;
public Nota() {
// TODO Auto-generated constructor stub
}
public int getOrden() {
return orden;
}
publi... | 1,119 | 0.645219 | 0.645219 | 56 | 17.982143 | 19.090471 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.589286 | false | false | 2 |
0819df2e8d123474efbaaf89dc643e921cdc1d62 | 10,634,339,081,855 | 93324d56af122db36c2a09e92142d7cc8f9b1822 | /src/main/java/atomic/AtomicMarkableReferenceDemo.java | 65ed869c225b1f5cac1e1b87283905e12273da4b | [] | no_license | hexiang/java-thread-tutorail | https://github.com/hexiang/java-thread-tutorail | f9a2e841de19fa3c68e58bd5745394eccbb9d34f | 43641e8cf5cf57ff056578f1862bf4a8daf38420 | refs/heads/master | 2016-09-08T04:49:30.375000 | 2015-05-05T12:10:27 | 2015-05-05T12:10:27 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package atomic;
public class AtomicMarkableReferenceDemo {
public static void main(String[] args) {
}
}
| UTF-8 | Java | 111 | java | AtomicMarkableReferenceDemo.java | Java | [] | null | [] | package atomic;
public class AtomicMarkableReferenceDemo {
public static void main(String[] args) {
}
}
| 111 | 0.72973 | 0.72973 | 6 | 16.5 | 18.062391 | 42 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.166667 | false | false | 2 |
c765713c32f499c434ecc0261e947781897b7bed | 17,910,013,633,519 | 39b5cfcaa82e9280b179db8cac2eeec1362a69fe | /src/com/jamocha/DAO/EmployeeHSQLdao.java | 33d2e2350d54c972155a65bd4f16a475aee57b51 | [] | no_license | AshwinSatyawan/employee-CRUD | https://github.com/AshwinSatyawan/employee-CRUD | bb55b4d8a828bc164f59987e085eba53eff7c53c | 306adbfd5f301a1c8f72613d75164542478fb7c9 | refs/heads/master | 2023-07-13T18:41:34.046000 | 2021-09-06T14:06:38 | 2021-09-06T14:06:38 | 400,890,306 | 0 | 0 | null | false | 2021-09-06T14:06:38 | 2021-08-28T21:05:01 | 2021-08-28T21:28:57 | 2021-09-06T14:06:38 | 24,769 | 0 | 0 | 0 | JavaScript | false | false | package com.jamocha.DAO;
import java.util.List;
import org.hibernate.Session;
import org.hibernate.SessionFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Repository;
import com.jamocha.controllers.Employee;
import com.jamocha.controllers.Login;
//@Reposi... | UTF-8 | Java | 2,850 | java | EmployeeHSQLdao.java | Java | [] | null | [] | package com.jamocha.DAO;
import java.util.List;
import org.hibernate.Session;
import org.hibernate.SessionFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Repository;
import com.jamocha.controllers.Employee;
import com.jamocha.controllers.Login;
//@Reposi... | 2,850 | 0.648421 | 0.648421 | 135 | 20.111111 | 20.990887 | 108 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.651852 | false | false | 2 |
c342c07cea2c7d58e16d726b2658ff6f228f145d | 21,260,088,180,907 | 58e277e4446cf7bc5dfce25197b4b857fb2538e7 | /n9-mini-sns-web/src/main/java/com/n9/mini/sns/web/websocket/message/ErrorMessage.java | fdd39d980d18c9416eb27447d286026b0eba7aed | [
"Apache-2.0"
] | permissive | codeaholicguy/mini-sns-api | https://github.com/codeaholicguy/mini-sns-api | 05578a2d226503a262c76825b73a21a287549659 | 7c3947adea51e1cb9519f6a77640ef434d31ba2e | refs/heads/master | 2020-04-09T20:39:34.871000 | 2014-07-11T07:34:37 | 2014-07-11T07:34:37 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
*
*/
package com.n9.mini.sns.web.websocket.message;
/**
* @author HoangNN6
*
*/
public class ErrorMessage {
public static final String DEVICE_HAS_BEEN_REGISTED_CODE = "001";
public static final String DEVICE_HAS_BEEN_REGISTED_MESSAGE = "Device has been registed";
public static final Strin... | UTF-8 | Java | 867 | java | ErrorMessage.java | Java | [
{
"context": "ni.sns.web.websocket.message;\r\n\r\n\r\n/**\r\n * @author HoangNN6\r\n * \r\n */\r\npublic class ErrorMessage {\r\n\r\n\tpublic",
"end": 91,
"score": 0.9996269345283508,
"start": 83,
"tag": "USERNAME",
"value": "HoangNN6"
}
] | null | [] | /**
*
*/
package com.n9.mini.sns.web.websocket.message;
/**
* @author HoangNN6
*
*/
public class ErrorMessage {
public static final String DEVICE_HAS_BEEN_REGISTED_CODE = "001";
public static final String DEVICE_HAS_BEEN_REGISTED_MESSAGE = "Device has been registed";
public static final Strin... | 867 | 0.682814 | 0.673587 | 41 | 19.146341 | 24.527298 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.02439 | false | false | 2 |
002a6338cff58510e03a84d308fe6c0b59a61764 | 9,758,165,752,409 | 5bf9c52d472843736efcc67aa4923b0aa207a3a0 | /src/Formatting.java | d8750c0f056abf51cc44d7cd0164b967124b341a | [] | no_license | fradot/ocajp-8-exam-preparation | https://github.com/fradot/ocajp-8-exam-preparation | bdf42d46b845b22ec18e49ac68713753a6d2d961 | 4b703f276a4aedac21a4200a6ad32c2f4405de7d | refs/heads/master | 2020-03-28T21:48:32.702000 | 2018-11-14T07:34:23 | 2018-11-14T07:34:23 | 149,184,124 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | // Will it compile successfully? What's the output of this class?
import java.time.format.*;
import java.time.LocalDateTime;
public class Formatting {
public static void main (String ...args) {
DateTimeFormatter formatter = DateTimeFormatter.ofLocalizedDateTime(FormatStyle.MEDIUM,FormatStyle.LONG);
LocalDateTi... | UTF-8 | Java | 438 | java | Formatting.java | Java | [] | null | [] | // Will it compile successfully? What's the output of this class?
import java.time.format.*;
import java.time.LocalDateTime;
public class Formatting {
public static void main (String ...args) {
DateTimeFormatter formatter = DateTimeFormatter.ofLocalizedDateTime(FormatStyle.MEDIUM,FormatStyle.LONG);
LocalDateTi... | 438 | 0.76484 | 0.732877 | 17 | 24.764706 | 31.313461 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.941176 | false | false | 2 |
a6de91780feea4544abee5e67beb6d47bd7a47bc | 3,109,556,334,532 | 171c47cfee0a4cb76f0cd3a38ca3845a6ff804ea | /app/src/main/java/com/example/sharat/smarthood/MainActivity.java | 327ad87f7792293f7a6a9853b15c8e1ae03eca4c | [] | no_license | sharatkanthi/Smarthood | https://github.com/sharatkanthi/Smarthood | eb13d5e436fc3df54fd31fa8b24951c3609f3fdf | fa0af2a05de86f3e8dab919a696b4031630b1d1b | refs/heads/master | 2016-08-05T10:12:12.332000 | 2015-07-28T14:40:38 | 2015-07-28T14:40:38 | 39,793,908 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.sharat.smarthood;
import android.app.AlertDialog;
import android.content.DialogInterface;
import android.support.v7.app.ActionBar;
import android.support.v7.app.ActionBarActivity;
import android.os.Bundle;
import android.view.Menu;
import android.view.MenuItem;
import android.view.View;
import andr... | UTF-8 | Java | 4,125 | java | MainActivity.java | Java | [
{
"context": "package com.example.sharat.smarthood;\n\nimport android.app.AlertDialog;\nimpor",
"end": 26,
"score": 0.9497110843658447,
"start": 20,
"tag": "USERNAME",
"value": "sharat"
}
] | null | [] | package com.example.sharat.smarthood;
import android.app.AlertDialog;
import android.content.DialogInterface;
import android.support.v7.app.ActionBar;
import android.support.v7.app.ActionBarActivity;
import android.os.Bundle;
import android.view.Menu;
import android.view.MenuItem;
import android.view.View;
import andr... | 4,125 | 0.589091 | 0.587394 | 107 | 37.551403 | 29.634607 | 132 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.504673 | false | false | 2 |
56253458c65b5562934c27c734bf38788247ee2f | 10,857,677,382,358 | 088906e53cf913f721611474f7b7d709e90a7eb7 | /src/main/java/Operations/Divider.java | c07e44d9d173c578b6889a03e45888b6aa209def | [] | no_license | Polinovskiy/Final_task | https://github.com/Polinovskiy/Final_task | 7cd0f7f45d88e10f69914a3e221ba4da3634b5f8 | 60ed0626057d85305aa075a91a1cdfede86e08f9 | refs/heads/master | 2021-08-29T16:19:51.784000 | 2017-12-14T09:27:44 | 2017-12-14T09:27:44 | 112,195,462 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Operations;
/**
* Реализует операцию деления
*/
public class Divider {
private Double dividend; //делимое
private Double divider; //делитель
/**
* Операция деления
*
* @param dividendA делимое
* @param dividerB делитель
* @return Результат деления или ошибку вида "Er... | UTF-8 | Java | 1,673 | java | Divider.java | Java | [] | null | [] | package Operations;
/**
* Реализует операцию деления
*/
public class Divider {
private Double dividend; //делимое
private Double divider; //делитель
/**
* Операция деления
*
* @param dividendA делимое
* @param dividerB делитель
* @return Результат деления или ошибку вида "Er... | 1,673 | 0.547355 | 0.543436 | 54 | 27.351852 | 22.64636 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.37037 | false | false | 2 |
e176c39f806c3135e0e592157dd9a8c51b26c652 | 26,070,451,532,730 | fce708d78f958933f2f08f28eebf330997bdebbc | /app/src/main/java/com/framgia/chat_03/screen/profile/ProfilePresenter.java | faf9f030025ac080793a660188011f35e31306dd | [] | no_license | awesome-academy/Chat_03 | https://github.com/awesome-academy/Chat_03 | 50753b7c0dc680b39f4576719e7732366232786e | 0bdeabdf7c63009dae08c7b47f9838cee46163ce | refs/heads/master | 2020-04-19T16:38:39.714000 | 2019-02-27T08:51:30 | 2019-02-27T08:51:30 | 168,310,621 | 0 | 1 | null | false | 2019-02-27T08:51:31 | 2019-01-30T08:55:10 | 2019-02-26T02:00:42 | 2019-02-27T08:51:31 | 387 | 0 | 1 | 0 | Java | false | null | package com.framgia.chat_03.screen.profile;
import android.support.annotation.NonNull;
import com.framgia.chat_03.data.model.User;
import com.framgia.chat_03.data.repository.UserRepository;
import com.google.firebase.database.DataSnapshot;
import com.google.firebase.database.DatabaseError;
import com.google.firebase.... | UTF-8 | Java | 1,233 | java | ProfilePresenter.java | Java | [] | null | [] | package com.framgia.chat_03.screen.profile;
import android.support.annotation.NonNull;
import com.framgia.chat_03.data.model.User;
import com.framgia.chat_03.data.repository.UserRepository;
import com.google.firebase.database.DataSnapshot;
import com.google.firebase.database.DatabaseError;
import com.google.firebase.... | 1,233 | 0.736415 | 0.731549 | 46 | 25.804348 | 24.582266 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.326087 | false | false | 2 |
d078c19d3121ba1976b3668eaaeb8acd18039b4e | 6,236,292,554,914 | 57d93dcc98cba675a71e933467a2aaf07551320f | /Book Database(Hash Tables and Serialization)/src/Book.java | 03d0713dc1b4abbe847b3391a64e24faa3d639f2 | [] | no_license | kwakuoowusu/Data-Structures-and-Algorithms | https://github.com/kwakuoowusu/Data-Structures-and-Algorithms | e0842c85b199da18e96746be404f3ad8ef336ca5 | 990ffe8d0130bfef876f9faf91304b800f64d507 | refs/heads/master | 2021-01-11T18:10:27.788000 | 2016-01-28T21:21:42 | 2016-01-28T21:21:42 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Kwaku Owusu
* 109181846
* HW 6
* CSE 214 Recitation 3
* Recitation TA Sun Lin
* Grading TA Ke Ma
* @author Kwaku
*
*/
import java.io.Serializable;
public class Book implements Serializable{
private String title;
private String author;
private String publisher;
private Str... | UTF-8 | Java | 1,792 | java | Book.java | Java | [
{
"context": "/**\r\n * Kwaku Owusu\r\n * 109181846\r\n * HW 6\r\n * CSE 214 Recitation 3\r\n",
"end": 19,
"score": 0.9998865723609924,
"start": 8,
"tag": "NAME",
"value": "Kwaku Owusu"
},
{
"context": "tation TA Sun Lin\r\n * Grading TA Ke Ma\r\n * @author Kwaku\r\n * \r\n */\r\n\r\... | null | [] | /**
* <NAME>
* 109181846
* HW 6
* CSE 214 Recitation 3
* Recitation TA Sun Lin
* Grading TA Ke Ma
* @author Kwaku
*
*/
import java.io.Serializable;
public class Book implements Serializable{
private String title;
private String author;
private String publisher;
private String i... | 1,787 | 0.560268 | 0.549107 | 91 | 17.67033 | 19.160431 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.120879 | false | false | 2 |
9a9f9e580e0a536db724c517f8cd988d7ec5cb3f | 14,474,039,847,821 | e8d66c637203ad5ba2a85279f34af9dfb3b9849a | /app/src/main/java/com/metarhia/lundibundi/console/utils/JSUtils.java | e9ecbd79469781bb426aecc7944243952c15f85e | [] | no_license | lundibundi/console | https://github.com/lundibundi/console | 080124a0f6bb8a1ccbe96333e8407937ffbf1137 | 1692ff69ecc80c832751f0f43bac0cde3f97cf6a | refs/heads/master | 2020-12-07T08:41:51.860000 | 2016-09-11T21:29:31 | 2016-09-11T21:29:31 | 67,955,361 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.metarhia.lundibundi.console.utils;
import com.eclipsesource.v8.V8;
import com.metarhia.lundibundi.console.NodeEnv;
import java.util.HashMap;
import java.util.Map;
/**
* Created by lundibundi on 8/29/16.
*/
public class JSUtils {
public static final String CREATE_OBJECT_FUNCTION = "createObject";
... | UTF-8 | Java | 2,264 | java | JSUtils.java | Java | [
{
"context": ".HashMap;\nimport java.util.Map;\n\n/**\n * Created by lundibundi on 8/29/16.\n */\npublic class JSUtils {\n\n publi",
"end": 206,
"score": 0.9996045827865601,
"start": 196,
"tag": "USERNAME",
"value": "lundibundi"
}
] | null | [] | package com.metarhia.lundibundi.console.utils;
import com.eclipsesource.v8.V8;
import com.metarhia.lundibundi.console.NodeEnv;
import java.util.HashMap;
import java.util.Map;
/**
* Created by lundibundi on 8/29/16.
*/
public class JSUtils {
public static final String CREATE_OBJECT_FUNCTION = "createObject";
... | 2,264 | 0.598498 | 0.591873 | 65 | 33.830769 | 26.257053 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.661538 | false | false | 2 |
4388811f6e000c33c785f621dcdc5f1ef73f16dc | 31,842,887,559,383 | 61dacd89830d2a429dc957e428823d63cfc68bca | /dwarfguide-core/src/test/java/net/dwarfguide/model/ExperienceFactoryTest.java | 95007c5abdcc304b0f6eeac00b9e0c3e87d1ed70 | [] | no_license | ushkinaz/dwarf-guide | https://github.com/ushkinaz/dwarf-guide | 4e9b4f6e9b5009f55c549c0e13962c9a0d4ad38f | ba6d1cfe2a2ce256f81ded02c43ba3ecf5eb521b | refs/heads/master | 2021-06-03T16:20:02.061000 | 2018-08-16T15:45:13 | 2018-08-16T15:45:13 | 2,455,048 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright (c) 2010-2011, Dmitry Sidorenko. All Rights Reserved.
*
* 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 require... | UTF-8 | Java | 2,163 | java | ExperienceFactoryTest.java | Java | [
{
"context": "/*\n * Copyright (c) 2010-2011, Dmitry Sidorenko. All Rights Reserved.\n *\n * Licensed under the Ap",
"end": 47,
"score": 0.99984210729599,
"start": 31,
"tag": "NAME",
"value": "Dmitry Sidorenko"
},
{
"context": "\nimport static org.junit.Assert.*;\n\n/**\n * @author D... | null | [] | /*
* Copyright (c) 2010-2011, <NAME>. All Rights Reserved.
*
* 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 appli... | 2,143 | 0.732779 | 0.683773 | 68 | 30.808823 | 25.36977 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.779412 | false | false | 2 |
0362ff8db4831a9eb96e5d3724f0676ae8a1b2ac | 28,192,165,394,068 | aae1f01d1e2a25eeebc8232c685f4e42bf5bbc81 | /src/edu/berkeley/nlp/chess/util/SerializedCollection.java | 6ee11ada48f7c9bdb5af3726b86ce2d486505b31 | [] | no_license | jinghao/Chess-Commentator | https://github.com/jinghao/Chess-Commentator | f4996018285acffcbb9bb83677db26d5024b369e | 866e4113432e55bf7fb1005aa2b5d3f962d82abf | refs/heads/master | 2021-01-10T21:30:55.217000 | 2011-05-18T17:24:11 | 2011-05-18T17:24:11 | 1,689,313 | 2 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package edu.berkeley.nlp.chess.util;
import java.io.EOFException;
import java.io.IOException;
import java.io.ObjectInputStream;
import java.util.AbstractCollection;
import java.util.Iterator;
import java.util.NoSuchElementException;
import com.google.common.base.Throwables;
import com.google.common.io.Closeables;
imp... | UTF-8 | Java | 2,243 | java | SerializedCollection.java | Java | [] | null | [] | package edu.berkeley.nlp.chess.util;
import java.io.EOFException;
import java.io.IOException;
import java.io.ObjectInputStream;
import java.util.AbstractCollection;
import java.util.Iterator;
import java.util.NoSuchElementException;
import com.google.common.base.Throwables;
import com.google.common.io.Closeables;
imp... | 2,243 | 0.661168 | 0.660722 | 102 | 21 | 15.272685 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.941176 | false | false | 2 |
0baffac8c8adf2b002d45788dd43925e54455320 | 23,175,643,591,126 | f8b96ef1bf09319857189ce95dd468c0e804f78a | /src/main/java/com/dmitrybondarev/tradelog/model/Trade.java | f57b19366f7282dbb572545891d9eafe9e577449 | [] | no_license | tgenman/trade_log | https://github.com/tgenman/trade_log | 175ca5d2c1a82d34f6a54a8066632e9b2a40290a | 64839a66fde78538f91de4915dd85ad48242ea04 | refs/heads/master | 2020-03-28T18:20:49.686000 | 2018-09-17T08:13:11 | 2018-09-17T08:13:11 | 148,873,410 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.dmitrybondarev.tradelog.model;
/**
* Class to contain information about trade.
*/
public class Trade {
/**
*Contain Time Stamp in String for simplicity.
* Convert to int when process TradeLog
*/
private final String time;
private final double price;
private final int vol... | UTF-8 | Java | 1,173 | java | Trade.java | Java | [
{
"context": "package com.dmitrybondarev.tradelog.model;\n\n/**\n * Class to contain informat",
"end": 26,
"score": 0.8605710864067078,
"start": 12,
"tag": "USERNAME",
"value": "dmitrybondarev"
}
] | null | [] | package com.dmitrybondarev.tradelog.model;
/**
* Class to contain information about trade.
*/
public class Trade {
/**
*Contain Time Stamp in String for simplicity.
* Convert to int when process TradeLog
*/
private final String time;
private final double price;
private final int vol... | 1,173 | 0.515772 | 0.515772 | 57 | 19.578947 | 15.485078 | 50 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.350877 | false | false | 2 |
feb73c000f96adcd4d86da17e958ace77f4d2b3a | 26,637,387,236,877 | e84436e02aa166fae62db311065999231acdf02b | /primerange.java | 66caae98548d42c4978a45f76ba1d29b548e6799 | [] | no_license | harinip04/guvi | https://github.com/harinip04/guvi | 63bc635c5fda5ccc626f0048f784d946901f2f44 | 9eeae82afad7cf34e82a5a75df286e5d7e9cbc66 | refs/heads/master | 2021-05-16T04:34:47.440000 | 2018-08-11T14:15:12 | 2018-08-11T14:15:12 | 106,112,435 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.Scanner;
public class primerange
{
public static void main(String[] args) {
Scanner sc=new Scanner(System.in);
int a=sc.nextInt(),b=sc.nextInt(),flag,f=0;
for(int n=++a;n<b;n++)
{
f=0;
for(int i=2;i<=n/2;i++)
{
flag=0;
if(n%i==0)
flag... | UTF-8 | Java | 438 | java | primerange.java | Java | [] | null | [] | import java.util.Scanner;
public class primerange
{
public static void main(String[] args) {
Scanner sc=new Scanner(System.in);
int a=sc.nextInt(),b=sc.nextInt(),flag,f=0;
for(int n=++a;n<b;n++)
{
f=0;
for(int i=2;i<=n/2;i++)
{
flag=0;
if(n%i==0)
flag... | 438 | 0.447489 | 0.424658 | 23 | 18.043478 | 12.743211 | 45 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.347826 | false | false | 2 |
e60a163109332df6ce7d6e811954b0dc59e6970b | 29,360,396,500,972 | 9db635e1f27644ef2649a98a46d044e3e9d18b19 | /gestiona/src/org/adiaz/struts2/modelo/redes/ComparatorSolicitudByItinerario.java | 148e14c892826003a5a549bda5eade4e938844bf | [] | no_license | a0diaz/gestiona | https://github.com/a0diaz/gestiona | b41409034cd8eb91b740bb8c80303d060a067840 | f45cff71e500dc808e83244e89c6c68be295e94e | refs/heads/master | 2019-07-08T23:52:17.749000 | 2017-04-27T18:25:18 | 2017-04-27T18:25:18 | 89,625,268 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.adiaz.struts2.modelo.redes;
import java.util.Comparator;
public class ComparatorSolicitudByItinerario implements Comparator<Solicitud> {
@Override
public int compare(Solicitud o1, Solicitud o2) {
int r = 0;
if (o1 != null && o2 != null) {
r = o1.getItinerario().getDenominacion().comp... | UTF-8 | Java | 491 | java | ComparatorSolicitudByItinerario.java | Java | [] | null | [] | package org.adiaz.struts2.modelo.redes;
import java.util.Comparator;
public class ComparatorSolicitudByItinerario implements Comparator<Solicitud> {
@Override
public int compare(Solicitud o1, Solicitud o2) {
int r = 0;
if (o1 != null && o2 != null) {
r = o1.getItinerario().getDenominacion().comp... | 491 | 0.663951 | 0.641548 | 21 | 21.380953 | 24.109821 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.857143 | false | false | 2 |
56697205db9f92e2a9109bd4a3a0a76550ff6f6a | 30,099,130,859,223 | 028b6656661371d767eebba21f9024519d59e639 | /src/Feb_22nd/HelloWorld.java | 2c14792a64bda4e26073d48930e53e60d34d850a | [] | no_license | orhndmrc/Java | https://github.com/orhndmrc/Java | 73c25d551e62465efb26bc90b61b052678abf575 | 512d1bd101d4fbc5347f2b91f038e118d01ee78e | refs/heads/master | 2020-12-28T00:13:59.786000 | 2020-06-15T03:53:38 | 2020-06-15T03:53:38 | 237,546,271 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Feb_22nd;
public class HelloWorld {
public static void main(String[] args) {
helloWord();
}
public static void helloWord() {
System.out.println("hello word");
}
}
| UTF-8 | Java | 205 | java | HelloWorld.java | Java | [] | null | [] | package Feb_22nd;
public class HelloWorld {
public static void main(String[] args) {
helloWord();
}
public static void helloWord() {
System.out.println("hello word");
}
}
| 205 | 0.604878 | 0.595122 | 10 | 19.4 | 15.85686 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.3 | false | false | 2 |
9e8d0ed1c13bfa1ee54432febe42f50deab93245 | 1,941,325,286,857 | 21577ba705e868406cc3135a40f1d6a32726b2c9 | /src/test/java/com/github/swiftech/EscapeTest.java | 49d3739753cee278e8540bdf86322fa3f47eec3a | [
"Apache-2.0"
] | permissive | swiftech/swiftmarker | https://github.com/swiftech/swiftmarker | dd4ea18614dba92a76ff6b4b6b29be2aa1a169d8 | 6854789988830b0bdfce1a3e6dd70fa6e30100dd | refs/heads/master | 2022-06-17T13:01:15.659000 | 2021-09-19T18:56:21 | 2021-09-19T18:56:21 | 159,165,244 | 2 | 1 | Apache-2.0 | false | 2022-05-20T20:54:07 | 2018-11-26T12:22:11 | 2021-09-20T16:32:08 | 2022-05-20T20:54:07 | 216 | 2 | 1 | 1 | Java | false | false | package com.github.swiftech;
import com.github.swiftech.swiftmarker.Logger;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
/**
* swiftech
*/
public class EscapeTest extends BaseResourceTest{
@BeforeEach
public void setup() {
log.setLevel(Logger.LEVEL_DEBUG);
con... | UTF-8 | Java | 539 | java | EscapeTest.java | Java | [] | null | [] | package com.github.swiftech;
import com.github.swiftech.swiftmarker.Logger;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
/**
* swiftech
*/
public class EscapeTest extends BaseResourceTest{
@BeforeEach
public void setup() {
log.setLevel(Logger.LEVEL_DEBUG);
con... | 539 | 0.679035 | 0.679035 | 25 | 20.559999 | 19.565439 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.36 | false | false | 2 |
91966725653b965f0402634b80dba122e4bc20ca | 18,202,071,469,205 | e08fb9721bb230073af72df49914f1e7909fdb0a | /exercises/c18/c18e02/counters/Counter.java | 1966ef9536ac0e5d81633224419dee1cd355f1b2 | [] | no_license | c-c-ca/nino_and_hosch | https://github.com/c-c-ca/nino_and_hosch | 6410e6a73a95a59c6c70ce1a574c97f2f0d53116 | 64ae53486227a314d0640552ab412237fc0e46af | refs/heads/master | 2021-06-24T05:48:22.379000 | 2020-12-13T08:30:57 | 2020-12-13T08:30:57 | 179,744,641 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package counters;
import java.util.*;
/**
* Models a simple integer counter.
*/
public class Counter extends Observable {
// Private components:
private int count; // current count
// Constructor:
/**
* Create a new Counter.
* @ensure this.count() == 0
*/
public Counter (... | UTF-8 | Java | 901 | java | Counter.java | Java | [] | null | [] | package counters;
import java.util.*;
/**
* Models a simple integer counter.
*/
public class Counter extends Observable {
// Private components:
private int count; // current count
// Constructor:
/**
* Create a new Counter.
* @ensure this.count() == 0
*/
public Counter (... | 901 | 0.495006 | 0.486127 | 55 | 15.381818 | 13.795244 | 50 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.2 | false | false | 2 |
a64441397a2c269f1bf34384c9f023122323d890 | 532,575,963,216 | 682c6d7e49dc6e586983e247e25c12227f1063b0 | /src/main/java/org/fundacionjala/sfdc/pages/common/SalesForceSection.java | 7dc44b325511a9a95410a4bb16ecf8ae74e84421 | [] | no_license | AT-08/sfdc-selenium-tests | https://github.com/AT-08/sfdc-selenium-tests | 33558253780106f35fee0e18a9244f854ce32090 | 1450b4aafe2e2a639f4758f8577daedb6392e4fb | refs/heads/develop | 2020-03-16T15:52:56.872000 | 2018-12-24T22:30:28 | 2018-12-24T22:30:28 | 132,762,451 | 0 | 1 | null | false | 2018-12-24T20:53:20 | 2018-05-09T13:40:10 | 2018-12-24T20:32:02 | 2018-12-24T20:53:20 | 12,176 | 0 | 0 | 0 | Java | false | null | package org.fundacionjala.sfdc.pages.common;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.support.FindAll;
import org.openqa.selenium.support.FindBy;
import org.fundacionjala.core.ui.Base;
import org.fundacionjala.core.ui.CommonWebActions;
import org.fundacionjala.sfdc.util.CommonActions;
import ... | UTF-8 | Java | 1,639 | java | SalesForceSection.java | Java | [] | null | [] | package org.fundacionjala.sfdc.pages.common;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.support.FindAll;
import org.openqa.selenium.support.FindBy;
import org.fundacionjala.core.ui.Base;
import org.fundacionjala.core.ui.CommonWebActions;
import org.fundacionjala.sfdc.util.CommonActions;
import ... | 1,639 | 0.682733 | 0.682123 | 53 | 29.924528 | 28.251465 | 120 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.396226 | false | false | 2 |
d9dbefb41b80453f1819ba94afe442d47688f8e0 | 1,047,972,044,595 | a4aaa33c9d03f0866329a71cd3340a41c8b0ac75 | /src/main/java/com/company/manager/servlet/access/SignUpServlet.java | fab2bf6bb2251c7078117ba81f13ef45b1a026fd | [] | no_license | EgorPronsky/Course-Manager | https://github.com/EgorPronsky/Course-Manager | d800ccd0f82037b782074ec991634b96fb3fba3e | d26520fd0ac17533e3a103fd59d3a69477c76bdc | refs/heads/master | 2023-08-28T02:51:33.267000 | 2023-05-15T16:23:42 | 2023-05-15T16:23:42 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.company.manager.servlet.access;
import com.company.manager.domain.user.UserRole;
import com.company.manager.services.impl.UserServiceImpl;
import com.company.manager.domain.user.UserBuilder;
import lombok.extern.slf4j.Slf4j;
import com.company.manager.domain.user.User;
import javax.servlet.ServletExceptio... | UTF-8 | Java | 1,656 | java | SignUpServlet.java | Java | [
{
"context": " User newUser = UserBuilder.buildUser(firstName, lastName, userRole,\n email, password.hashCo",
"end": 1414,
"score": 0.5984470844268799,
"start": 1406,
"tag": "NAME",
"value": "lastName"
}
] | null | [] | package com.company.manager.servlet.access;
import com.company.manager.domain.user.UserRole;
import com.company.manager.services.impl.UserServiceImpl;
import com.company.manager.domain.user.UserBuilder;
import lombok.extern.slf4j.Slf4j;
import com.company.manager.domain.user.User;
import javax.servlet.ServletExceptio... | 1,656 | 0.748188 | 0.746377 | 42 | 38.42857 | 29.733854 | 122 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.761905 | false | false | 2 |
e7b27cbb6c92f1aa46da41d7e25a8013842b1a20 | 1,047,972,044,857 | 0ec7a8d80184bbb88c8e818eb5e67967e9ccd359 | /src/main/java/io/apollosoftware/naturalnavigation/menu/submenu/WarpIconPickerMenu.java | 11687916fee963cf08e0c9b681d80ad3f34a3c48 | [] | no_license | ericboakye/NaturalNavigation | https://github.com/ericboakye/NaturalNavigation | aea14ac2378af7b1cd5add7ffc7fb6bbd165f1f2 | 35b79beda7d691afd1af191e43a5f107dc2ec08f | refs/heads/master | 2022-03-04T05:42:20.738000 | 2016-04-10T05:31:40 | 2016-04-10T05:31:40 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package io.apollosoftware.naturalnavigation.menu.submenu;
import io.apollosoftware.naturalnavigation.NaturalNavigation;
import io.apollosoftware.naturalnavigation.menu.button.WarpIcon;
import io.apollosoftware.naturalnavigation.menu.button.WarpIconButton;
import io.apollosoftware.lib.gui.Menu;
import org.bukkit.... | UTF-8 | Java | 1,477 | java | WarpIconPickerMenu.java | Java | [
{
"context": "import java.util.List;\r\n\r\n/**\r\n * Class created by xenojava on 9/5/2015.\r\n */\r\npublic class WarpIconPickerMen",
"end": 466,
"score": 0.9996288418769836,
"start": 458,
"tag": "USERNAME",
"value": "xenojava"
}
] | null | [] | package io.apollosoftware.naturalnavigation.menu.submenu;
import io.apollosoftware.naturalnavigation.NaturalNavigation;
import io.apollosoftware.naturalnavigation.menu.button.WarpIcon;
import io.apollosoftware.naturalnavigation.menu.button.WarpIconButton;
import io.apollosoftware.lib.gui.Menu;
import org.bukkit.... | 1,477 | 0.666892 | 0.66283 | 43 | 32.348839 | 30.746437 | 136 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.534884 | false | false | 2 |
64ce594d410915fea26825a4f9b7bca3d456a956 | 17,514,876,700,844 | 56a492f87582cf04ae5c8750cdec6a0b2afd4501 | /userservice/src/main/java/com/kyriba/school/userservice/user/parent/ParentInputModel.java | 2ecd39f81e544429f31ba1753b5811d9ac91fce2 | [] | no_license | vzhuleho/microservices-school | https://github.com/vzhuleho/microservices-school | 6b419f0e87425cce519e2def4c6dbabde7d744bd | 55547d716147db3091fc1d56793c5ee40a392a37 | refs/heads/master | 2022-10-04T15:22:38.696000 | 2020-01-12T16:09:52 | 2020-01-12T16:10:11 | 179,672,649 | 2 | 2 | null | false | 2022-02-16T01:00:26 | 2019-04-05T11:54:01 | 2020-01-12T16:10:43 | 2022-02-16T01:00:26 | 950 | 2 | 2 | 3 | Java | false | false | package com.kyriba.school.userservice.user.parent;
import com.kyriba.school.userservice.user.UserInputModel;
import lombok.NoArgsConstructor;
@NoArgsConstructor
public class ParentInputModel extends UserInputModel {
}
| UTF-8 | Java | 221 | java | ParentInputModel.java | Java | [] | null | [] | package com.kyriba.school.userservice.user.parent;
import com.kyriba.school.userservice.user.UserInputModel;
import lombok.NoArgsConstructor;
@NoArgsConstructor
public class ParentInputModel extends UserInputModel {
}
| 221 | 0.846154 | 0.846154 | 9 | 23.555555 | 23.617842 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 2 |
dceeab8e53dc065245c798255150c8554678da6c | 11,433,202,956,623 | 9e042ad69a5b00c10d95a6a77d7c6bb52987951b | /src/main/java/com/hpe/maas/ldap/client/AddUser.java | fd450bd2c7950ba86326e58bda9f483283173887 | [] | no_license | kyleggy/LearnApacheDirectory | https://github.com/kyleggy/LearnApacheDirectory | d7c51e484c290239cc83fb3bbdec5121f9760f7f | 32e128c04f0b8b16c798383a57b1d66aed1d0c21 | refs/heads/master | 2021-01-10T08:04:20.377000 | 2016-03-23T02:00:22 | 2016-03-23T02:00:22 | 52,772,420 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.hpe.maas.ldap.client;
import com.hpe.maas.ldap.datamodel.LdapUser;
import com.hpe.maas.ldap.generator.ADLdapConnector;
import com.hpe.maas.ldap.generator.LdapConnector;
import java.util.ArrayList;
import java.util.List;
/**
* Created by lizhaok on 2016/3/22.
*/
public class AddUser {
List<LdapUser... | UTF-8 | Java | 1,096 | java | AddUser.java | Java | [
{
"context": "rayList;\nimport java.util.List;\n\n/**\n * Created by lizhaok on 2016/3/22.\n */\npublic class AddUser {\n\n Lis",
"end": 260,
"score": 0.9996785521507263,
"start": 253,
"tag": "USERNAME",
"value": "lizhaok"
},
{
"context": "Connector();\n connector.setLdapCo... | null | [] | package com.hpe.maas.ldap.client;
import com.hpe.maas.ldap.datamodel.LdapUser;
import com.hpe.maas.ldap.generator.ADLdapConnector;
import com.hpe.maas.ldap.generator.LdapConnector;
import java.util.ArrayList;
import java.util.List;
/**
* Created by lizhaok on 2016/3/22.
*/
public class AddUser {
List<LdapUser... | 1,097 | 0.64781 | 0.625 | 36 | 29.444445 | 24.835508 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.833333 | false | false | 2 |
80758438b61bd09446945935eac46c5bdabdc4a1 | 14,817,637,234,827 | 1e60c78e8150b5f3217ea0ef792d5126ac9413f3 | /no.hal.eclipsky.ui/src/no/hal/eclipsky/ui/console/SourceEditorServletCommandProvider.java | 74aec46c41ec19945a12e073ec6b2496a67ba2c6 | [] | no_license | hallvard/eclipsky | https://github.com/hallvard/eclipsky | 451cdbe2315ffcdfcc28b97c7e36b7ce39fc3135 | 77f85b6f0094e8e01d82a0e06de0a811577c96ce | refs/heads/master | 2021-01-17T09:38:38.212000 | 2016-04-29T11:33:37 | 2016-04-29T11:33:37 | 25,350,817 | 0 | 3 | null | false | 2016-03-16T22:42:59 | 2014-10-17T09:43:34 | 2016-03-04T13:34:37 | 2016-03-16T22:42:59 | 5,485 | 0 | 2 | 6 | JavaScript | null | null | package no.hal.eclipsky.ui.console;
import no.hal.eclipsky.services.common.ResourceRef;
import no.hal.eclipsky.services.sourceeditor.SourceEditorServlet;
import org.eclipse.osgi.framework.console.CommandInterpreter;
import org.eclipse.osgi.framework.console.CommandProvider;
import org.osgi.service.component.annotatio... | UTF-8 | Java | 1,808 | java | SourceEditorServletCommandProvider.java | Java | [] | null | [] | package no.hal.eclipsky.ui.console;
import no.hal.eclipsky.services.common.ResourceRef;
import no.hal.eclipsky.services.sourceeditor.SourceEditorServlet;
import org.eclipse.osgi.framework.console.CommandInterpreter;
import org.eclipse.osgi.framework.console.CommandProvider;
import org.osgi.service.component.annotatio... | 1,808 | 0.785951 | 0.785951 | 54 | 32.48148 | 32.023567 | 136 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.796296 | false | false | 2 |
beebcd3a9dfcba73a4ab18538ae6367c66a4dab7 | 3,152,506,055,111 | e9ef1db9e3a2e6a8e04f03a5f0ef04e603885233 | /app/src/main/java/com/example/handy/MapsActivity.java | 29637af719d4dd8a6cd734605c8dfb6c167137b8 | [] | no_license | Artoxus/Handy | https://github.com/Artoxus/Handy | 74cea1532b1e23649d37f919eb97bc7791c7a561 | d185302656d47512e30a3adb9d682b2939b43ff1 | refs/heads/master | 2023-02-04T02:58:12.014000 | 2020-12-16T17:52:54 | 2020-12-16T17:52:54 | 301,146,533 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.handy;
import android.Manifest;
import android.content.Intent;
import android.content.pm.PackageManager;
import android.location.Address;
import android.location.Geocoder;
import android.location.Location;
import android.os.Bundle;
import android.view.View;
import android.widget.AdapterView;
import... | UTF-8 | Java | 10,591 | java | MapsActivity.java | Java | [] | null | [] | package com.example.handy;
import android.Manifest;
import android.content.Intent;
import android.content.pm.PackageManager;
import android.location.Address;
import android.location.Geocoder;
import android.location.Location;
import android.os.Bundle;
import android.view.View;
import android.widget.AdapterView;
import... | 10,591 | 0.658913 | 0.65617 | 235 | 44.004257 | 37.855324 | 259 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.66383 | false | false | 2 |
0c8ee8dc291057e7f3565e4fc4657a7eb982145a | 7,043,746,370,945 | 38e06127524cbb7437214f6c73cb712bfb6dbb9b | /proyectosEstructuraDatos-master/proyectoAVL/src/proyectoavl/controller/Controller.java | 694702333cd5976139eaee03f108a26d97ea6f06 | [] | no_license | alegambo/Arbol-AVL | https://github.com/alegambo/Arbol-AVL | f54bcba52621c5393ed810283a67202e377e0cd2 | 6c4546fc88aed427b349bd2ead605996e852341d | refs/heads/master | 2020-04-07T07:47:26.935000 | 2018-11-19T08:48:03 | 2018-11-19T08:48:03 | 158,188,845 | 1 | 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 proyectoavl.controller;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.I... | UTF-8 | Java | 3,215 | java | Controller.java | Java | [
{
"context": "import proyectoavl.model.Model;\n\n/**\n *\n * @author cristian\n */\npublic class Controller {\n\n Model model = ",
"end": 556,
"score": 0.7161104083061218,
"start": 548,
"tag": "USERNAME",
"value": "cristian"
},
{
"context": "\", 3));\n oss.writeObje... | 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 proyectoavl.controller;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.I... | 3,201 | 0.603362 | 0.598692 | 118 | 26.220339 | 24.076199 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.542373 | false | false | 2 |
ac38bbc0a73c7d56209e849a101cfe53ae3a1d08 | 26,869,315,468,354 | 17909e9df3c979018345d8829d366e4b1997be71 | /src/model/AsistenciaMedica.java | b69d658593bf945f86f464eef8f8dead7adfa5bb | [] | no_license | SandraCabanes/UD04AC_Seguros | https://github.com/SandraCabanes/UD04AC_Seguros | 435ee0eb20ca30dcbce0cd3cb3bccaf91c5d3438 | d2f18fc0e0c9cfde9d796049072267e299bc3f2e | refs/heads/master | 2020-04-16T14:14:41.132000 | 2019-01-21T08:40:12 | 2019-01-21T08:40:12 | 165,659,966 | 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 model;
import java.math.BigDecimal;
import java.util.Date;
/**
*
* @author Sandra
*/
public class AsistenciaMedica {
p... | UTF-8 | Java | 2,735 | java | AsistenciaMedica.java | Java | [
{
"context": "Decimal;\nimport java.util.Date;\n\n/**\n *\n * @author Sandra\n */\npublic class AsistenciaMedica {\n private i",
"end": 278,
"score": 0.9991778135299683,
"start": 272,
"tag": "NAME",
"value": "Sandra"
}
] | 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 model;
import java.math.BigDecimal;
import java.util.Date;
/**
*
* @author Sandra
*/
public class AsistenciaMedica {
p... | 2,735 | 0.644241 | 0.644241 | 115 | 22.782608 | 33.707382 | 314 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.426087 | false | false | 2 |
afbc42ca9cb4e21d9d7dfda88086c477c8837e8b | 26,869,315,468,424 | b37366a313cfec4d51d45a2b7d3ddc97131c26a8 | /spring-06-anno/src/main/java/com/bytedance/pojo/User.java | 701385c480ab1d8d2f3b57607ee236ced6e51fa0 | [] | no_license | PeppaYao/Spring5 | https://github.com/PeppaYao/Spring5 | 44486a228dedefce56282f9b9a20848c899a3dc7 | d4b8e47e47acddea745eb9cc58b11e9392f4c23e | refs/heads/main | 2023-01-23T20:32:29.521000 | 2020-12-07T11:08:15 | 2020-12-07T11:08:15 | 303,107,445 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.bytedance.pojo;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.stereotype.Component;
//等价于<bean id="user" class="com.bytedance.pojo.User"></bean>
//组件
@Component
public class User {
//<property name="name" value="姚军"/></property>
public String name;
@Valu... | UTF-8 | Java | 419 | java | User.java | Java | [
{
"context": "c class User {\n //<property name=\"name\" value=\"姚军\"/></property>\n\n public String name;\n @Value",
"end": 271,
"score": 0.9629972577095032,
"start": 269,
"tag": "NAME",
"value": "姚军"
}
] | null | [] | package com.bytedance.pojo;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.stereotype.Component;
//等价于<bean id="user" class="com.bytedance.pojo.User"></bean>
//组件
@Component
public class User {
//<property name="name" value="姚军"/></property>
public String name;
@Valu... | 419 | 0.693267 | 0.693267 | 16 | 24.0625 | 20.449537 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.3125 | false | false | 2 |
d9d550ff85b5bf66b4ad53ffecce69ceaad6fe45 | 29,162,828,009,756 | e9c107ec560ae3ccc6d55d0f77c3763c8257cf03 | /project/src/librarysystem_phase3/ElectronicBook.java | a7eaaa6b3b7ea2404f69728f58465b2406014094 | [] | no_license | psvelezm/LibrarySystem | https://github.com/psvelezm/LibrarySystem | bf5683c986c65b97a519a89cda7d00f2779bd095 | 1fb903c5f0c6085c5028e4471cf75884aeab1ad0 | refs/heads/master | 2020-03-29T12:24:06.252000 | 2018-09-22T17:05:13 | 2018-09-22T17:05:13 | 149,897,824 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package librarysystem_phase3;
/**
* This class represents electronic books that can be downloaded by members of the library.
* @author */
public class ElectronicBook extends Book
{
// instance variables
private String fileType;
/**
* This constructor initializes the fields to the passed values.
... | UTF-8 | Java | 3,235 | java | ElectronicBook.java | Java | [] | null | [] | package librarysystem_phase3;
/**
* This class represents electronic books that can be downloaded by members of the library.
* @author */
public class ElectronicBook extends Book
{
// instance variables
private String fileType;
/**
* This constructor initializes the fields to the passed values.
... | 3,235 | 0.627821 | 0.626893 | 101 | 31.029703 | 31.273769 | 138 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.445545 | false | false | 2 |
50f1614c7728143f097ddfedb7db7f31c88f3d17 | 14,233,521,618,976 | ec3c555a4e9a933697120d6b7242c5d2056ff4b2 | /app/src/main/java/com/example/billage/frontend/adapter/HowMuchAdapter.java | 7d26db53845ef5f90b9b73caca1a75460aa37e07 | [] | no_license | cambria96/Legeno | https://github.com/cambria96/Legeno | 29922461c29ab80ac9a25e8b44ca10af686bb91a | 7fbbe72eb98b7cd422b512028470efb0effe0f38 | refs/heads/master | 2022-12-08T12:45:32.151000 | 2020-09-05T13:45:06 | 2020-09-05T13:45:06 | 276,586,501 | 0 | 0 | null | true | 2020-07-02T08:06:44 | 2020-07-02T08:06:43 | 2020-06-25T05:51:39 | 2020-06-25T05:51:36 | 55,057 | 0 | 0 | 0 | null | false | false | package com.example.billage.frontend.adapter;
import android.app.Activity;
import android.content.Context;
import android.content.Intent;
import android.content.res.Resources;
import android.graphics.Color;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.MotionEvent;
import android.vie... | UTF-8 | Java | 3,543 | java | HowMuchAdapter.java | Java | [] | null | [] | package com.example.billage.frontend.adapter;
import android.app.Activity;
import android.content.Context;
import android.content.Intent;
import android.content.res.Resources;
import android.graphics.Color;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.MotionEvent;
import android.vie... | 3,543 | 0.692239 | 0.691644 | 103 | 31.650486 | 28.447775 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.660194 | false | false | 2 |
963c6bd02973cb12a54f6127943ccc3b0ec65663 | 32,976,758,921,335 | 28fb9884e4b35831bbccf3ead11296bf08272173 | /estatioapp/app/src/test/java/org/estatio/module/coda/dom/doc/Util_asFinancialYear_Test.java | 269ab22de55b09bc33898f81e9a4e218e24bca00 | [
"Apache-2.0"
] | permissive | grandPiano/estatio | https://github.com/grandPiano/estatio | 1703191d57f4a784fbfa33f96cd3fe68ce66a575 | 3923f15a59fc13dff2aa181e89dbd4fa6750c107 | refs/heads/master | 2020-08-12T18:39:28.628000 | 2019-10-04T09:33:09 | 2019-10-04T09:33:09 | 214,820,841 | 1 | 0 | Apache-2.0 | true | 2019-10-13T13:00:55 | 2019-10-13T13:00:55 | 2019-10-04T12:33:29 | 2019-10-10T05:32:03 | 48,034 | 0 | 0 | 0 | null | false | false | package org.estatio.module.coda.dom.doc;
import org.junit.Test;
import static org.assertj.core.api.Assertions.assertThat;
public class Util_asFinancialYear_Test {
@Test
public void happy_cases() throws Exception {
assertThat(Util.asFinancialYear("2019/1")).isEqualTo("F2019");
assertThat(Util... | UTF-8 | Java | 837 | java | Util_asFinancialYear_Test.java | Java | [] | null | [] | package org.estatio.module.coda.dom.doc;
import org.junit.Test;
import static org.assertj.core.api.Assertions.assertThat;
public class Util_asFinancialYear_Test {
@Test
public void happy_cases() throws Exception {
assertThat(Util.asFinancialYear("2019/1")).isEqualTo("F2019");
assertThat(Util... | 837 | 0.681004 | 0.610514 | 25 | 32.52 | 28.733423 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.44 | false | false | 2 |
4474fc4d93b979e87979b2f730c2fdbc02108e89 | 11,089,605,574,975 | 0700e90f3a7db44c4754ec3cbd3fee29331745ac | /src/me/rabrg/nasa/service/MarsRoverPhotosService.java | 1aa95ef7565f14fa65d318de625a6b2efc8d1d88 | [] | no_license | catalinajbriz/CIT-325-Team-Project- | https://github.com/catalinajbriz/CIT-325-Team-Project- | fe6a694f35975d405d3b1c86b065d1f1a02055e0 | ec73d3d31bf27d58e8da84a495fb13549749ce28 | refs/heads/master | 2021-05-07T15:29:46.773000 | 2017-12-12T00:24:48 | 2017-12-12T00:24:48 | 110,021,464 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package me.rabrg.nasa.service;
import me.rabrg.nasa.model.mars.MarsRoverPhotos;
import retrofit.Call;
import retrofit.http.GET;
import retrofit.http.Query;
public interface MarsRoverPhotosService {
@GET("/mars-photos/api/v1/rovers/curiosity/photos")
Call<MarsRoverPhotos> marsRoverPhotoSol(@Query("sol") int s... | UTF-8 | Java | 710 | java | MarsRoverPhotosService.java | Java | [] | null | [] | package me.rabrg.nasa.service;
import me.rabrg.nasa.model.mars.MarsRoverPhotos;
import retrofit.Call;
import retrofit.http.GET;
import retrofit.http.Query;
public interface MarsRoverPhotosService {
@GET("/mars-photos/api/v1/rovers/curiosity/photos")
Call<MarsRoverPhotos> marsRoverPhotoSol(@Query("sol") int s... | 710 | 0.687324 | 0.684507 | 17 | 40.764706 | 38.224613 | 123 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.764706 | false | false | 2 |
4b0c88f4af2f1b7e45e1a9e154d6e2ce2dd30613 | 11,433,202,958,606 | f9ab12767ce070e11290713f660c7170f86bebc3 | /app/src/main/java/org/sdrc/scslmobile/model/realm/IndicatorFacilityTimeperiodMapping.java | dd8fb20a69698e3ced8c354ee148dd32a89ecb6c | [] | no_license | ratikanta131/scsl | https://github.com/ratikanta131/scsl | aa9e0977eb0ef181b55859d70fdd8a7cd52dbd7a | 17be8041f5cfb4a552ad8dfd876dfdee2f370ee3 | refs/heads/master | 2020-03-24T07:15:14.657000 | 2018-09-06T02:18:57 | 2018-09-06T02:18:57 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.sdrc.scslmobile.model.realm;
import java.util.Date;
import io.realm.RealmObject;
import io.realm.annotations.PrimaryKey;
/**
* Created by Subhadarshani on 24-04-2017.
* Ratikanta pradhan
*/
public class IndicatorFacilityTimeperiodMapping extends RealmObject{
@PrimaryKey
private int indFacilit... | UTF-8 | Java | 1,413 | java | IndicatorFacilityTimeperiodMapping.java | Java | [
{
"context": "o.realm.annotations.PrimaryKey;\n\n/**\n * Created by Subhadarshani on 24-04-2017.\n * Ratikanta pradhan\n */\n\npublic c",
"end": 168,
"score": 0.9996840357780457,
"start": 155,
"tag": "NAME",
"value": "Subhadarshani"
},
{
"context": "\n/**\n * Created by Subhadarshani... | null | [] | package org.sdrc.scslmobile.model.realm;
import java.util.Date;
import io.realm.RealmObject;
import io.realm.annotations.PrimaryKey;
/**
* Created by Subhadarshani on 24-04-2017.
* <NAME>
*/
public class IndicatorFacilityTimeperiodMapping extends RealmObject{
@PrimaryKey
private int indFacilityTpId;
... | 1,402 | 0.657466 | 0.651805 | 70 | 19.185715 | 17.658905 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.314286 | false | false | 2 |
7ddae46eabe0989f618a76b2ece6692b4d46e1f7 | 16,303,695,923,991 | 2a93bd1cb6cd256e271f8a315b58ee2e74c3294d | /OOD/DesignExamples/CardGame/CardDeck.java | 0b1054dd97112afd6ccd365a10d0632b9db80974 | [] | no_license | newman008/Basics | https://github.com/newman008/Basics | 3f2d225f7acc9fc32c67d5e928182fb18cb89cb6 | c313fecdad502d3990b914ca8cc9e18d3a4c95e4 | refs/heads/master | 2021-01-18T22:48:33.692000 | 2018-01-03T18:39:02 | 2018-01-03T18:39:02 | 42,676,587 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package CardGame;
public class CardDeck {
private Card[] deck;
private int numCards;
public CardDeck() {
deck = new Card[52];
fill();
}
public int getSize() {
return numCards;
}
public Card deal() {
if(numCards == 0) return null;
numCar... | UTF-8 | Java | 1,021 | java | CardDeck.java | Java | [] | null | [] | package CardGame;
public class CardDeck {
private Card[] deck;
private int numCards;
public CardDeck() {
deck = new Card[52];
fill();
}
public int getSize() {
return numCards;
}
public Card deal() {
if(numCards == 0) return null;
numCar... | 1,021 | 0.452498 | 0.437806 | 45 | 21.688889 | 16.744913 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6 | false | false | 2 |
1b9a269c396a67d7935ad8e3d5306ec2c1840226 | 12,378,095,817,801 | 5c727826877e485379bf5231c8815600edef21c6 | /src/main/java/slayer404/web4/validators/Validator.java | e6a1fb5119761ed373921bfc3faa32200cd486b5 | [] | no_license | scarletshroud/web4 | https://github.com/scarletshroud/web4 | 52dd46fa2daaf5c84f9af03f813be8f838d28101 | 6011689d6986ecc26a72a23e82d6c288e94bc037 | refs/heads/master | 2023-03-21T10:08:46.728000 | 2021-03-17T21:26:07 | 2021-03-17T21:26:07 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package slayer404.web4.validators;
import slayer404.web4.exceptions.ValidationException;
public abstract class Validator {
public abstract void validate(String value, String name) throws ValidationException;
public void isEmpty(String value, String name) throws ValidationException {
if (value == nul... | UTF-8 | Java | 800 | java | Validator.java | Java | [] | null | [] | package slayer404.web4.validators;
import slayer404.web4.exceptions.ValidationException;
public abstract class Validator {
public abstract void validate(String value, String name) throws ValidationException;
public void isEmpty(String value, String name) throws ValidationException {
if (value == nul... | 800 | 0.605 | 0.59125 | 26 | 29.807692 | 28.333208 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.692308 | false | false | 2 |
0746f4c29dc2e04120e2b68ce214c3355a3e0e4b | 12,541,304,524,299 | 6f48cc4ebd5973ad6856508db7ef741ffde837b4 | /TestNG/src/Testng/Demo.java | 0b2f05fe9e5b08a7caf107d971185adb3416df8a | [] | no_license | manoji099/Data-driven | https://github.com/manoji099/Data-driven | e04713ce6f229d47895605cc6417738622efb4d1 | 77099714fb025f85ae05eccb584e90e8a040790d | refs/heads/master | 2023-06-03T02:03:11.665000 | 2021-06-14T11:47:27 | 2021-06-14T11:47:27 | 376,804,291 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Testng;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.chrome.ChromeDriver;
import org.openqa.selenium.firefox.FirefoxBinary;
import org.openqa.selenium.firefox.FirefoxDriver;
import org.openqa.selenium.ie.InternetExplorerDriver;
import org.testng.Assert;
import org.testng.annotations... | WINDOWS-1252 | Java | 855 | java | Demo.java | Java | [] | null | [] | package Testng;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.chrome.ChromeDriver;
import org.openqa.selenium.firefox.FirefoxBinary;
import org.openqa.selenium.firefox.FirefoxDriver;
import org.openqa.selenium.ie.InternetExplorerDriver;
import org.testng.Assert;
import org.testng.annotations... | 855 | 0.71864 | 0.713951 | 31 | 25.516129 | 25.46455 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.645161 | false | false | 2 |
bfb09371b74aac9efa81269d1fefad4aacc50b0e | 6,227,702,648,858 | a4a63196abc506ea6849ac3942538c7049374ca6 | /qrmarketlist-web/src/main/java/com/qrmarketlist/resources/tenant/TenantBean.java | 9c29de0ab416c95dff9ee87400c5979e6f7475ff | [] | no_license | faemeurer/QRMarketList | https://github.com/faemeurer/QRMarketList | 1b75a72e0292967daa830f5106109465b5bab573 | 35b63e3285564c03d864bd6fe64c0219de646e5c | refs/heads/master | 2016-09-11T00:57:03.770000 | 2013-05-07T01:28:51 | 2013-05-07T01:28:51 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.qrmarketlist.resources.tenant;
import javax.faces.application.FacesMessage;
import javax.faces.bean.ManagedBean;
import javax.faces.bean.ManagedProperty;
import javax.faces.bean.RequestScoped;
import org.slf4j.LoggerFactory;
import com.qrmarketlist.core.AbstractPersistence;
import com.qrmarketl... | UTF-8 | Java | 4,453 | java | TenantBean.java | Java | [] | null | [] | package com.qrmarketlist.resources.tenant;
import javax.faces.application.FacesMessage;
import javax.faces.bean.ManagedBean;
import javax.faces.bean.ManagedProperty;
import javax.faces.bean.RequestScoped;
import org.slf4j.LoggerFactory;
import com.qrmarketlist.core.AbstractPersistence;
import com.qrmarketl... | 4,453 | 0.715922 | 0.715473 | 148 | 28.101351 | 29.590845 | 118 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.027027 | false | false | 2 |
11db2bce3c631ee579fcd8d93cc4a1a1d609fa86 | 6,227,702,645,636 | f6e91eb5200183d0d4873023988efd9351733db5 | /policy-server-web/src/main/java/com/furnaghan/home/web/PolicyServerWebApplication.java | d15ee0abf1c0c4aa933d6e5e5bffaba9958293a7 | [
"Apache-2.0"
] | permissive | reines/home | https://github.com/reines/home | e6fab2d4bf22723feaf51c650938189bf1bcfa9e | a27168230f303574ca4b901895271ee472dd6ba8 | refs/heads/master | 2016-09-06T19:38:09.972000 | 2015-07-18T00:21:54 | 2015-07-18T00:21:54 | 24,559,662 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.furnaghan.home.web;
import com.furnaghan.home.Server;
import com.furnaghan.home.web.config.PolicyServerWebConfiguration;
import com.furnaghan.home.web.errors.IllegalArgumentExceptionMapper;
import com.furnaghan.home.web.resources.ComponentResource;
import com.furnaghan.home.web.resources.PolicyResource;
im... | UTF-8 | Java | 1,709 | java | PolicyServerWebApplication.java | Java | [] | null | [] | package com.furnaghan.home.web;
import com.furnaghan.home.Server;
import com.furnaghan.home.web.config.PolicyServerWebConfiguration;
import com.furnaghan.home.web.errors.IllegalArgumentExceptionMapper;
import com.furnaghan.home.web.resources.ComponentResource;
import com.furnaghan.home.web.resources.PolicyResource;
im... | 1,709 | 0.770041 | 0.770041 | 37 | 45.18919 | 37.730793 | 124 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.783784 | false | false | 2 |
be59ba013a87b16aa5d9f1ac53c015c540873989 | 14,405,320,375,946 | 03524926bff8a4846375e4d916108e905bc3f00a | /src/com/kzziy/DateTest.java | 66b68edb1c4476502439e94aa60ac19ce95cd2d1 | [] | no_license | kizzy8848/Demo1 | https://github.com/kizzy8848/Demo1 | 9b2b7cae7c64690dff45b9653cf0696d523eb308 | 3b0a5c2f9de82fb393da7533cdf0936de09738a4 | refs/heads/master | 2023-01-06T14:58:33.168000 | 2020-11-10T11:47:27 | 2020-11-10T11:47:27 | 311,641,607 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.kzziy;
import java.util.*;
import java.text.SimpleDateFormat;
public class DateTest {
public static void main(String[] args) {
SimpleDateFormat df = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");//设置日期格式
String s=df.format(new Date());// new Date()为获取当前系统时间
System.out.println(s);... | UTF-8 | Java | 359 | java | DateTest.java | Java | [] | null | [] | package com.kzziy;
import java.util.*;
import java.text.SimpleDateFormat;
public class DateTest {
public static void main(String[] args) {
SimpleDateFormat df = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");//设置日期格式
String s=df.format(new Date());// new Date()为获取当前系统时间
System.out.println(s);... | 359 | 0.668693 | 0.668693 | 12 | 26.416666 | 24.66934 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 2 |
f2563b3400e2bf96f9df5196bfa172c0369997db | 14,405,320,376,918 | 3aad1fb6127ec27a25a645eeb0f6b721d4a46096 | /NC2_BS_278_First_Bad_Version.java | 56e9589e62fd757f64ebdc81bb79207c32e84686 | [] | no_license | Carol34/Leetcode | https://github.com/Carol34/Leetcode | 1c02ead315a7da4150582444dc4e8a85222689db | 784bfa8fd7c6b7dc71f0416c2f26f44e70b702cf | refs/heads/master | 2018-10-31T05:17:01.070000 | 2018-08-24T01:23:04 | 2018-08-24T01:23:04 | 125,108,287 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | **/
* Given an API bool isBadVersion(version) which will return whether version is bad.
* Implement a function to find the first bad version.
*
* Idea: Since we need to find the "first" bad version,
* we can use brute force(O(n)) or binary search(O(logn)).
*
* special cases
* 1. n == 0 ? we could only return 0, bec... | UTF-8 | Java | 1,222 | java | NC2_BS_278_First_Bad_Version.java | Java | [] | null | [] | **/
* Given an API bool isBadVersion(version) which will return whether version is bad.
* Implement a function to find the first bad version.
*
* Idea: Since we need to find the "first" bad version,
* we can use brute force(O(n)) or binary search(O(logn)).
*
* special cases
* 1. n == 0 ? we could only return 0, bec... | 1,222 | 0.540098 | 0.526187 | 42 | 28.095238 | 23.141191 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.309524 | false | false | 2 |
4deb2cb55da45338cf4a0ab9059b33861dadc847 | 23,141,283,858,774 | 52c12678c12d696da7a9fde278abdc5042a4d86a | /Player.java | e4def0bfabe31eedf9e9de4330a70661620e36d6 | [] | no_license | MartinKazler/AdvJavaProjekt | https://github.com/MartinKazler/AdvJavaProjekt | a58553b20910a6ce51cb347063a0704da278e1d8 | 3ea116b54e937af3b8aeaf16f8f4bdc7ff9de38f | refs/heads/main | 2023-03-17T07:19:06.617000 | 2021-03-09T19:30:33 | 2021-03-09T19:30:33 | 338,189,681 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Projekt2;
public class Player {
private String name;
private Projekt2.Inventory inventory;
Projekt2.Gui gui;
public Player(String name, int startRoom, Projekt2.Gui g) {
this.gui = g;
this.name = name;
this.inventory = new Projekt2.Inventory(6,g);
}
... | UTF-8 | Java | 538 | java | Player.java | Java | [
{
"context": "g) {\r\n\r\n this.gui = g;\r\n this.name = name;\r\n this.inventory = new Projekt2.Inventory",
"end": 254,
"score": 0.9860224723815918,
"start": 250,
"tag": "NAME",
"value": "name"
}
] | null | [] | package Projekt2;
public class Player {
private String name;
private Projekt2.Inventory inventory;
Projekt2.Gui gui;
public Player(String name, int startRoom, Projekt2.Gui g) {
this.gui = g;
this.name = name;
this.inventory = new Projekt2.Inventory(6,g);
}
... | 538 | 0.60223 | 0.589219 | 24 | 20.416666 | 19.606369 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 2 |
504c1e08f6afb64c4368b9d97a73909c4b974659 | 13,993,003,517,738 | 42b0f0022aebf9dc9ba97330afbb636534a83f55 | /humanres/src/humanres/ui/ui.java | e4bc8619197d121e7810b99dbf516c6d9ab0887f | [] | no_license | yamizone/humanres | https://github.com/yamizone/humanres | 89c93169036ff5e3599d1338a0d5d835f120eae0 | abaed71d2f2300ac34e026f04823fe306d879e66 | refs/heads/master | 2020-03-31T10:44:14.123000 | 2018-10-08T21:16:03 | 2018-10-08T21:16:03 | 152,147,487 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package humanres.ui;
import humanres.db.zaposleni;
import java.util.Scanner;
public class ui {
public void updateZaposleni(zaposleni zaposleni){
Scanner sc = new Scanner(System.in);
System.out.println("Ime zaposlenog: ");
String ime = sc.nextLine();
if(!i... | UTF-8 | Java | 2,480 | java | ui.java | Java | [
{
"context": "ion > 5){\n System.out.println(\"Molim Vas izaberite validan broj menija.\");\n ",
"end": 2193,
"score": 0.9987335801124573,
"start": 2184,
"tag": "NAME",
"value": "Molim Vas"
},
{
"context": "ch(Exception ex){\n System.out.pr... | null | [] | package humanres.ui;
import humanres.db.zaposleni;
import java.util.Scanner;
public class ui {
public void updateZaposleni(zaposleni zaposleni){
Scanner sc = new Scanner(System.in);
System.out.println("Ime zaposlenog: ");
String ime = sc.nextLine();
if(!i... | 2,474 | 0.516741 | 0.512707 | 83 | 28.86747 | 24.788635 | 140 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.457831 | false | false | 2 |
5e649891365874a329735834027df431bbcc1933 | 15,539,191,682,532 | 642be4d70033e53234fd159fefbd43964b436af3 | /homework/EditLead.java | 8999eed4b591ff8506c60add99aa27cfe142274c | [] | no_license | Ramyadevi-05/MyJavaLearning | https://github.com/Ramyadevi-05/MyJavaLearning | f34042a0bbacce9c4bc8dc598727342e5222b0c3 | 659b7149520e6696274664d58de0dfc61c4794b9 | refs/heads/main | 2023-05-26T22:52:07.255000 | 2021-06-04T14:22:07 | 2021-06-04T14:22:07 | 359,931,376 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package week5.day2.homework;
import java.io.IOException;
import org.apache.poi.openxml4j.exceptions.InvalidFormatException;
import org.openqa.selenium.By;
import org.testng.annotations.DataProvider;
import org.testng.annotations.Test;
public class EditLead extends BaseTest{
@DataProvider(name="TestData... | UTF-8 | Java | 2,435 | java | EditLead.java | Java | [] | null | [] | package week5.day2.homework;
import java.io.IOException;
import org.apache.poi.openxml4j.exceptions.InvalidFormatException;
import org.openqa.selenium.By;
import org.testng.annotations.DataProvider;
import org.testng.annotations.Test;
public class EditLead extends BaseTest{
@DataProvider(name="TestData... | 2,435 | 0.6846 | 0.661602 | 81 | 28.074074 | 28.136255 | 125 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.074074 | false | false | 2 |
5f0249073d511832361c022f7e83fccf187ef599 | 34,059,090,716,322 | 88f9391fc5e66eeea94ca1ca5df52348f6f33550 | /src/main/java/com/jlralph/rest/demo/dto/PermissionDto.java | 26c359ff97b54a9884a4a27c019b61180b861564 | [] | no_license | jlralph/spring-boot-rest-jpa-h2-demo | https://github.com/jlralph/spring-boot-rest-jpa-h2-demo | eaf74f5c79034a06eb9b5a56bfc95dfc03657a43 | 5a421deb8a00f01a76a0ecf8c9a363caff1a5e95 | refs/heads/master | 2018-12-25T02:21:17.661000 | 2018-12-22T01:37:28 | 2018-12-22T01:37:28 | 153,562,509 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jlralph.rest.demo.dto;
import javax.validation.constraints.NotNull;
import javax.validation.constraints.Size;
public class PermissionDto {
@NotNull
@Size(min=3, max=64)
private String code;
@NotNull
@Size(min=5, max=128)
private String name;
@Size(max=1024)
private String des... | UTF-8 | Java | 978 | java | PermissionDto.java | Java | [] | null | [] | package com.jlralph.rest.demo.dto;
import javax.validation.constraints.NotNull;
import javax.validation.constraints.Size;
public class PermissionDto {
@NotNull
@Size(min=3, max=64)
private String code;
@NotNull
@Size(min=5, max=128)
private String name;
@Size(max=1024)
private String des... | 978 | 0.619632 | 0.608384 | 61 | 14.032787 | 14.133981 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.098361 | false | false | 2 |
3024e86b878e6bc596c53cc24f618b56cc93bcc1 | 34,059,090,715,482 | 48b2416cf4eb426cc9fb54f045cd255136c9eb6e | /src/shohisha/UserHyojiServlet.java | 771a4fa6efe5e34c919d9906c6b5b195bb539217 | [] | no_license | ShimotsumaA/eclipse | https://github.com/ShimotsumaA/eclipse | 81af8ecec7bba2e7a1b07d38033e9b45eeb4647b | da4717ddacfde20db2700acb1cd450112e49177c | refs/heads/master | 2023-06-09T08:17:41.061000 | 2021-06-29T04:50:33 | 2021-06-29T04:50:33 | 378,129,147 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package shohisha;
import java.io.IOException;
import java.util.ArrayList;
import javax.servlet.RequestDispatcher;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.... | UTF-8 | Java | 2,601 | java | UserHyojiServlet.java | Java | [
{
"context": "bute(\"sId\", sId);\r\n\t\tsession.setAttribute(\"sName\", sName);\r\n\t\tsession.setAttribute(\"dateBirth\", dateBi",
"end": 2054,
"score": 0.8757945895195007,
"start": 2053,
"tag": "NAME",
"value": "s"
},
{
"context": "s\", mailAddress);\r\n\t\tsession.setAttribute(\"... | null | [] | package shohisha;
import java.io.IOException;
import java.util.ArrayList;
import javax.servlet.RequestDispatcher;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.... | 2,606 | 0.734605 | 0.731426 | 78 | 30.26923 | 26.741245 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.589744 | false | false | 2 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.