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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
45f534e6f43cb47b81a30605f39748e96a49ddc1 | 27,539,330,317,335 | d281d6dfc8b606d6fc0bf4616bd7d208ebf000d3 | /Backend/com/jiayuli/jupiter/recommendation/ItemRecommender.java | e8c9acbf181c144256656018379a42ef758beac0 | [
"Apache-2.0"
] | permissive | Jiayuli-CU/TwitchPlus | https://github.com/Jiayuli-CU/TwitchPlus | fdfb55b4bf9bce387672103b16f15431251c8c88 | 6b8f45f6224b76033db5b572bb720cbec4a46946 | refs/heads/main | 2023-04-30T16:16:53.292000 | 2021-05-19T12:23:59 | 2021-05-19T12:23:59 | 360,503,838 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jiayuli.jupiter.recommendation;
import com.jiayuli.jupiter.db.MySQLConnection;
import com.jiayuli.jupiter.db.MySQLException;
import com.jiayuli.jupiter.entity.Game;
import com.jiayuli.jupiter.entity.Item;
import com.jiayuli.jupiter.entity.ItemType;
import com.jiayuli.jupiter.external.TwitchClient;
import c... | UTF-8 | Java | 7,013 | java | ItemRecommender.java | Java | [] | null | [] | package com.jiayuli.jupiter.recommendation;
import com.jiayuli.jupiter.db.MySQLConnection;
import com.jiayuli.jupiter.db.MySQLException;
import com.jiayuli.jupiter.entity.Game;
import com.jiayuli.jupiter.entity.Item;
import com.jiayuli.jupiter.entity.ItemType;
import com.jiayuli.jupiter.external.TwitchClient;
import c... | 7,013 | 0.643377 | 0.632967 | 144 | 47.701389 | 38.004036 | 202 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.770833 | false | false | 7 |
82d611e8f0247507e21d82744a9ca598facfc06d | 14,164,802,158,802 | b4b411a19f7ca6ca4ed6e5ddd00aa630daea6e2a | /src/main/java/com/algorithm/problems/sum_of_digits_in_the_minimum_number/Solution1.java | 3971916197444650911e12f35484e43712ab92b4 | [] | no_license | unknown-peter/algorithm-problems | https://github.com/unknown-peter/algorithm-problems | ca9d4fdf31cb09cbaa0728a09f22e06d4363cc90 | 7185679c671caf567619242417e020a8da624e82 | refs/heads/master | 2022-10-24T10:55:22.860000 | 2022-10-23T04:58:40 | 2022-10-23T04:58:40 | 186,918,222 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Leetcode - sum_of_digits_in_the_minimum_number
*/
package com.algorithm.problems.sum_of_digits_in_the_minimum_number;
class Solution1 implements Solution {
@Override
public int sumOfDigits(int[] A) {
int minNum = Integer.MAX_VALUE;
for (int num : A) {
if (minNum > num) minN... | UTF-8 | Java | 496 | java | Solution1.java | Java | [] | null | [] | /**
* Leetcode - sum_of_digits_in_the_minimum_number
*/
package com.algorithm.problems.sum_of_digits_in_the_minimum_number;
class Solution1 implements Solution {
@Override
public int sumOfDigits(int[] A) {
int minNum = Integer.MAX_VALUE;
for (int num : A) {
if (minNum > num) minN... | 496 | 0.524194 | 0.506048 | 21 | 22.619047 | 18.216885 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 7 |
d88784bb0d35573163b4645d4c351ea21dd6c6e5 | 14,164,802,160,399 | 74fa94e46b73399a822afab7a89dae58f67d9796 | /swt21w09/main/java/kickstart/forum/ForumForm.java | 105f39106fef17f5a7dd8bd9d94e18da67057b12 | [] | no_license | InSuLaTi0N/Informatik | https://github.com/InSuLaTi0N/Informatik | 188759dcbd09e88946196eb593eaa3e7fca8a5d6 | 0c0530832304fc95e9bfda3bc5d8d37ea4cae180 | refs/heads/master | 2022-11-02T18:43:34.928000 | 2022-10-26T19:19:17 | 2022-10-26T19:19:17 | 173,316,466 | 0 | 0 | null | false | 2019-03-01T14:40:22 | 2019-03-01T14:33:58 | 2019-03-01T14:34:00 | 2019-03-01T14:38:38 | 0 | 0 | 0 | 1 | null | false | null | package kickstart.forum;
import javax.validation.constraints.NotBlank;
public class ForumForm {
private final @NotBlank String name;
private final @NotBlank String text;
private final @NotBlank String email;
public ForumForm(String name, String text, String email) {
this.name = name;
this.text = text;
th... | UTF-8 | Java | 569 | java | ForumForm.java | Java | [] | null | [] | package kickstart.forum;
import javax.validation.constraints.NotBlank;
public class ForumForm {
private final @NotBlank String name;
private final @NotBlank String text;
private final @NotBlank String email;
public ForumForm(String name, String text, String email) {
this.name = name;
this.text = text;
th... | 569 | 0.713533 | 0.713533 | 32 | 16.78125 | 18.091322 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.25 | false | false | 7 |
164922235100bad9e4c806ab3092d505a2b5e75d | 31,233,002,195,799 | 2b4bebe78c35ebb0d552fbe419b94d32fe5692e8 | /app/src/main/java/com/xinxinxuedai/Utils/NoHttp/task/MultiAsynctask.java | b1d5bcd1bfd3233dacb9cef9219137b477df01a9 | [] | no_license | yu358769601/xingxingx | https://github.com/yu358769601/xingxingx | 418934ba487f2d4209655be776b1daddf907821a | 5aa70240ca7ba6e88ff078731413ea1c1d26302a | refs/heads/master | 2021-01-12T05:49:30.179000 | 2017-02-04T09:06:09 | 2017-02-04T09:06:09 | 77,210,825 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright © Yolanda. 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 applicable law or ... | UTF-8 | Java | 4,612 | java | MultiAsynctask.java | Java | [
{
"context": "/*\n * Copyright © Yolanda. All Rights Reserved\n *\n * Licensed under the Apa",
"end": 25,
"score": 0.9817876815795898,
"start": 18,
"tag": "NAME",
"value": "Yolanda"
},
{
"context": "Created in Mar 27, 2016 9:22:22 PM.\n * \n * @author Yolanda;\n */\npublic abstract c... | null | [] | /*
* Copyright © Yolanda. 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 applicable law or ... | 4,612 | 0.677467 | 0.66894 | 205 | 19.024391 | 20.837217 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.297561 | false | false | 7 |
ac63b1215c8f7986e07e11edf37141fd268829b4 | 26,723,286,533,020 | 52b219f3fcbb88982bc98b95d27c09cc646cdb1d | /EBank-zhw/src/main/java/com/xingyunfu/ebank/dto/paycenter/detail/DetailReqDTO.java | 5aae57190d5e0ab7b5d7b47ee5d330a66b56ca6b | [] | no_license | jiangqiang520/xyfProjects | https://github.com/jiangqiang520/xyfProjects | d65d9f144522bbbbf492dba4a847afd0784b84ac | ab348de96b5c0c6a4f46d609720e189c274a4b26 | refs/heads/master | 2020-09-06T14:12:31.464000 | 2019-09-23T09:52:08 | 2019-09-23T09:52:08 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.xingyunfu.ebank.dto.paycenter.detail;
import lombok.Data;
import lombok.NoArgsConstructor;
import java.time.Instant;
@Data
@NoArgsConstructor
public class DetailReqDTO {
private String merchantNo;
private Long timestamp = Instant.now().getEpochSecond();
private String startTime;
private S... | UTF-8 | Java | 540 | java | DetailReqDTO.java | Java | [] | null | [] | package com.xingyunfu.ebank.dto.paycenter.detail;
import lombok.Data;
import lombok.NoArgsConstructor;
import java.time.Instant;
@Data
@NoArgsConstructor
public class DetailReqDTO {
private String merchantNo;
private Long timestamp = Instant.now().getEpochSecond();
private String startTime;
private S... | 540 | 0.738889 | 0.738889 | 21 | 24.714285 | 21.399027 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.619048 | false | false | 7 |
bb38995b8c21bbefbd18e571def1748647d0e0e3 | 18,640,158,086,993 | 0e5fca7c87e1f35b4ac0a4bdeff8cffa2694fc06 | /WebDriverAvinash/src/CoreJava/ClassA.java | ea2ab3134c6d34a262d0089bad5105cc6f222ea2 | [] | no_license | praveenautomation1/AvinashClass | https://github.com/praveenautomation1/AvinashClass | 64a4cc448a93338cda60912b373a7de52f5ddde3 | f93f957303f0367249ac1417bd95f4c0d10fe745 | refs/heads/master | 2020-09-22T17:22:02.629000 | 2019-12-02T04:33:55 | 2019-12-02T04:33:55 | 225,285,072 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package CoreJava;
import org.openqa.selenium.WebDriver;
public class ClassA {
// default constructor
public ClassA(){
System.out.println("default constructor");
}
// parameterised construtor
public ClassA(String x){
System.out.println(x);
}
// Parameteris... | UTF-8 | Java | 416 | java | ClassA.java | Java | [] | null | [] | package CoreJava;
import org.openqa.selenium.WebDriver;
public class ClassA {
// default constructor
public ClassA(){
System.out.println("default constructor");
}
// parameterised construtor
public ClassA(String x){
System.out.println(x);
}
// Parameteris... | 416 | 0.600962 | 0.600962 | 35 | 9.885715 | 12.772227 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.171429 | false | false | 7 |
dc3c0003df6109fdb69893f0ade079c25974e464 | 5,866,925,349,309 | f7975f82fdd514062aa356095245871cb6f77149 | /Father/lo54-plateforme-formation-bo/src/main/java/fr/utbm/plateformation/entity/Client.java | 8f31a8472fe3872a23dac0976b32f829564d45a1 | [] | no_license | belhaddo/Plateformation-BO-FO | https://github.com/belhaddo/Plateformation-BO-FO | ecf24ca462b92890eb02a31973e7eeccb25d50b6 | 8040c1c8151af28a6797803b62e19240a7258d4d | refs/heads/master | 2022-10-09T22:53:36.235000 | 2019-05-31T14:29:20 | 2019-05-31T14:29:20 | 189,606,590 | 0 | 0 | null | false | 2022-10-05T19:23:41 | 2019-05-31T14:22:17 | 2019-05-31T14:30:50 | 2022-10-05T19:23:41 | 34,121 | 0 | 0 | 4 | Java | false | false | package fr.utbm.plateformation.entity;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;
import javax.persistence.*;
import java.util.Collection;
@Entity
@Data
@NoArgsConstructor
@AllArgsConstructor
public class Client {
@Id
@GeneratedValue(strategy = GenerationType.AUTO... | UTF-8 | Java | 536 | java | Client.java | Java | [] | null | [] | package fr.utbm.plateformation.entity;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;
import javax.persistence.*;
import java.util.Collection;
@Entity
@Data
@NoArgsConstructor
@AllArgsConstructor
public class Client {
@Id
@GeneratedValue(strategy = GenerationType.AUTO... | 536 | 0.759328 | 0.759328 | 32 | 15.75 | 14.766939 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.40625 | false | false | 7 |
496daeaff2aeff642279e807b4616fbd86850d85 | 5,866,925,346,578 | f2336255a1b7218db886ba520454b9d6d16e4d1e | /weshop/src/com/weshop/facade/ProdutoFacade.java | f1f6d4accd8ccb1bfb4b2862669d1541a01e7d75 | [] | no_license | ernandotr/weshop | https://github.com/ernandotr/weshop | 8045128dedc16b568a652beada826fb236d59839 | 28d93df3a73f6cbdafc3381eb875a561007ae788 | refs/heads/master | 2021-01-10T19:00:08.216000 | 2015-02-28T21:19:55 | 2015-02-28T21:19:55 | 31,476,696 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.weshop.facade;
import javax.ejb.EJB;
import com.weshop.dao.ProdutoDAO;
import com.weshop.model.Produto;
public class ProdutoFacade {
@EJB
private ProdutoDAO produtoDAO;
public void inserir(Produto produto){
produtoDAO.save(produto);
}
public void update(Produto produto) {
p... | UTF-8 | Java | 493 | java | ProdutoFacade.java | Java | [] | null | [] | package com.weshop.facade;
import javax.ejb.EJB;
import com.weshop.dao.ProdutoDAO;
import com.weshop.model.Produto;
public class ProdutoFacade {
@EJB
private ProdutoDAO produtoDAO;
public void inserir(Produto produto){
produtoDAO.save(produto);
}
public void update(Produto produto) {
p... | 493 | 0.693712 | 0.693712 | 28 | 15.607142 | 14.726893 | 38 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.107143 | false | false | 7 |
670c945261313b9d450df80bc947d7095ae229c2 | 15,805,479,670,211 | acd5d19242c2f667291bc4b70bba5a0eacd487e6 | /recyclerviewplus/src/main/java/com/chengfu/recyclerviewplus/loadmore/ILoadMoreView.java | cbcae661e01e68c8a37fac639bbd0cc8d19318be | [] | no_license | fulvmei/RecyclerViewPlus | https://github.com/fulvmei/RecyclerViewPlus | aa18050114e669076d20003f69738e5027d0ab2c | 26beb822f866539f1f124b6ce210f9d4080dd76e | refs/heads/master | 2021-09-10T21:10:52.846000 | 2018-04-02T07:17:13 | 2018-04-02T07:17:13 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.chengfu.recyclerviewplus.loadmore;
/**
* 加载更多View接口
*
* @author ChengFu
*
*/
public interface ILoadMoreView {
void show();
void hide();
void loadFailed();
}
| UTF-8 | Java | 191 | java | ILoadMoreView.java | Java | [
{
"context": "iewplus.loadmore;\n\n/**\n * 加载更多View接口\n *\n * @author ChengFu\n *\n */\npublic interface ILoadMoreView {\n\n\tvoid sh",
"end": 87,
"score": 0.9995051026344299,
"start": 80,
"tag": "NAME",
"value": "ChengFu"
}
] | null | [] | package com.chengfu.recyclerviewplus.loadmore;
/**
* 加载更多View接口
*
* @author ChengFu
*
*/
public interface ILoadMoreView {
void show();
void hide();
void loadFailed();
}
| 191 | 0.681564 | 0.681564 | 14 | 11.785714 | 13.132177 | 46 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 7 |
d4019d367cffa21c89f912967b456220ea8fa278 | 6,640,019,467,169 | a316c7b56ecf1ac3da205f4f044113a6f2b8ec09 | /src/test/java/rchallenge/SkiPathFinderIntegrationTest.java | 47a316f9f9e8beb8394cf76825486144d22db5da | [] | no_license | aironm/rchallenge | https://github.com/aironm/rchallenge | 125825671e8376c6477180b5d7742b7201e12c81 | 1ef677803d5d34814b345477c3bbd410e9ad6ba1 | refs/heads/master | 2016-08-12T07:20:50.294000 | 2015-10-27T19:21:47 | 2015-10-27T19:21:47 | 45,063,958 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package rchallenge;
import static org.hamcrest.MatcherAssert.assertThat;
import static org.hamcrest.Matchers.is;
import org.junit.Before;
import org.junit.Test;
import com.challenge.DFSTopologicalSort;
import com.challenge.LongestPath;
import com.challenge.Map;
import com.challenge.SkiPathFinder;
public class SkiPa... | UTF-8 | Java | 1,456 | java | SkiPathFinderIntegrationTest.java | Java | [] | null | [] | package rchallenge;
import static org.hamcrest.MatcherAssert.assertThat;
import static org.hamcrest.Matchers.is;
import org.junit.Before;
import org.junit.Test;
import com.challenge.DFSTopologicalSort;
import com.challenge.LongestPath;
import com.challenge.Map;
import com.challenge.SkiPathFinder;
public class SkiPa... | 1,456 | 0.699176 | 0.690247 | 44 | 32.090908 | 29.36047 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.704545 | false | false | 7 |
ae397dad7d7bedb5eb4abf45c158fb859042af8b | 523,986,055,894 | b39ea2bc2a1801024ef189fd049374dcdce60ee7 | /app/src/main/java/c/bilgin/chatapplication/QuestionPage/QuestionAdapter.java | aa032b313b2289c80bf911ea9798cf3e5974d1b9 | [] | no_license | bilginyuksel/FunctionalChatApplication | https://github.com/bilginyuksel/FunctionalChatApplication | d9e6b0201dcfd78d0126481f56880e21b8153a3f | 7838beb0adb4c1b1ea83a9ec5b23d2f566862053 | refs/heads/master | 2020-05-30T10:23:55.576000 | 2020-01-22T05:36:32 | 2020-01-22T05:36:32 | 189,671,150 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package c.bilgin.chatapplication.QuestionPage;
import android.app.Dialog;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.AdapterView;
import android.widget.ArrayAdapter;
import android.widget.ImageButton;
import android... | UTF-8 | Java | 4,781 | java | QuestionAdapter.java | Java | [] | null | [] | package c.bilgin.chatapplication.QuestionPage;
import android.app.Dialog;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.AdapterView;
import android.widget.ArrayAdapter;
import android.widget.ImageButton;
import android... | 4,781 | 0.624556 | 0.624137 | 143 | 32.433567 | 29.357826 | 117 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.594406 | false | false | 7 |
adc84e910a2569fb28e4eecdad56a19e23159a18 | 17,042,430,266,840 | 94c3fb6f2aef051ef0666968993179c8e4ac3ae4 | /library/src/org/crazydays/aexample/MainActivity.java | 0a2c157dddf7f476fc3906100d25c15ae6383ff0 | [] | no_license | crazydays/android_multiple_releases | https://github.com/crazydays/android_multiple_releases | 85b0fafda8a120e88ca4e77356392a426f200708 | db68ec89caf782a6265652003c6910ee7454d2e9 | refs/heads/master | 2016-09-16T03:35:37.742000 | 2012-11-14T14:48:56 | 2012-11-14T14:48:56 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.crazydays.aexample;
import android.os.Bundle;
import android.app.Activity;
import android.view.Menu;
import android.view.View;
import android.view.View.OnClickListener;
import android.widget.Toast;
public class MainActivity
extends Activity
{
@Override
public void onCreate(Bundle savedInstanc... | UTF-8 | Java | 1,636 | java | MainActivity.java | Java | [] | null | [] | package org.crazydays.aexample;
import android.os.Bundle;
import android.app.Activity;
import android.view.Menu;
import android.view.View;
import android.view.View.OnClickListener;
import android.widget.Toast;
public class MainActivity
extends Activity
{
@Override
public void onCreate(Bundle savedInstanc... | 1,636 | 0.581907 | 0.581907 | 68 | 23.058823 | 20.047651 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.367647 | false | false | 7 |
10e4a0bab4f50b4a78f2c8a84e3505a28cc587c9 | 19,361,712,598,890 | 98282ca8ed293b8e8c879aa57bec2bafe0edb8af | /src/Painting.java | 8214f29a6df7e69810f705f1a3ee08a5a53a5dfb | [] | no_license | Harrybev/A3-Group04 | https://github.com/Harrybev/A3-Group04 | d1430b59e3043ec3a6a8d21f953f4a03866459c5 | b4d858b235daddc41cce79df6fc60fbc1b312097 | refs/heads/master | 2021-08-28T06:09:24.585000 | 2017-12-08T15:50:12 | 2017-12-08T15:50:12 | 111,919,149 | 0 | 0 | null | false | 2017-11-27T16:19:13 | 2017-11-24T13:02:42 | 2017-11-27T15:08:12 | 2017-11-27T16:18:07 | 1 | 0 | 0 | 0 | null | false | null | public class Painting extends Artwork implements Sortable {
private String title;
private String description;
private String photoPath;
private String creatorName;
private int creationYear;
private double width;
private double height;
public Painting(String title, String description, St... | UTF-8 | Java | 1,001 | java | Painting.java | Java | [] | null | [] | public class Painting extends Artwork implements Sortable {
private String title;
private String description;
private String photoPath;
private String creatorName;
private int creationYear;
private double width;
private double height;
public Painting(String title, String description, St... | 1,001 | 0.645355 | 0.645355 | 38 | 25.342106 | 22.69973 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.684211 | false | false | 7 |
e2bd2a62eb85e1d3d652d6bd890a08620b743b5a | 15,805,479,686,593 | 6360cc15ba0a73674b0483ab6518b89562b4d83e | /java/tenmo-client/src/main/java/com/techelevator/tenmo/services/AccountService.java | a2c8d53ed038fc0c250ecd86e696974b7b522a70 | [] | no_license | vidya1783/tenmo | https://github.com/vidya1783/tenmo | 22bbd084a70a4e792543c07eeb06facafc8f4242 | d45cbdf59166e487b65186eb5d2403cfa9c2bac3 | refs/heads/main | 2023-06-16T07:45:47.403000 | 2021-07-06T01:36:14 | 2021-07-06T01:36:14 | 385,076,151 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.techelevator.tenmo.services;
import com.techelevator.tenmo.model.AuthenticatedUser;
import com.techelevator.tenmo.model.User;
import org.springframework.http.HttpEntity;
import org.springframework.http.HttpHeaders;
import org.springframework.http.HttpMethod;
import org.springframework.web.client.RestClient... | UTF-8 | Java | 2,060 | java | AccountService.java | Java | [] | null | [] | package com.techelevator.tenmo.services;
import com.techelevator.tenmo.model.AuthenticatedUser;
import com.techelevator.tenmo.model.User;
import org.springframework.http.HttpEntity;
import org.springframework.http.HttpHeaders;
import org.springframework.http.HttpMethod;
import org.springframework.web.client.RestClient... | 2,060 | 0.692718 | 0.688835 | 58 | 34.517242 | 30.536716 | 167 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.586207 | false | false | 7 |
080f81a57e421f3b9c28b9be22339b8f1e91d7d0 | 12,850,542,182,702 | b42ff807bbff4d8599e16a851c93b5cc6e8ba9ce | /src/main/java/com/chrzha/social/service/impl/DataCatchServiceImpl.java | 30f3fbb1f14453f95564d6dd4741738afdc4e609 | [] | no_license | chrzha/Social | https://github.com/chrzha/Social | 13ee7307fe432478ffee21edb3b01721308881c2 | cfadb24d676a5c96ab57f4f98d950f6666a8f4c6 | refs/heads/master | 2020-04-13T10:17:20.040000 | 2015-04-27T14:21:13 | 2015-04-27T14:21:13 | 28,771,975 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.chrzha.social.service.impl;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.chrzha.social.entity.PatentsInfo;
import com.chrzha.social.mapper.DataCatchMapper;
import com.chrzha.social.service.DataCatchService;... | UTF-8 | Java | 1,998 | java | DataCatchServiceImpl.java | Java | [] | null | [] | package com.chrzha.social.service.impl;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.chrzha.social.entity.PatentsInfo;
import com.chrzha.social.mapper.DataCatchMapper;
import com.chrzha.social.service.DataCatchService;... | 1,998 | 0.796296 | 0.795295 | 73 | 26.369864 | 25.666729 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.273973 | false | false | 7 |
f38438f1a4dc65e3bdaf8cb7f44c828e1ca4c402 | 22,067,542,004,460 | d4c97f73aab5c3cd927bbbd98aeaad8b1f9bac85 | /src/main/java/com/insightfullogic/java8/examples/chapter7/TestForReByLambda.java | 9ee7b1b4dc1a2361eb5e48988dfab512fb7f3c38 | [
"MIT"
] | permissive | Horstson/java-8-lambdas-exercises | https://github.com/Horstson/java-8-lambdas-exercises | fdfe6b58f34449696ac52ebdf7ca9dacd0706ffa | 799a52c76c721002950465c6f56b015938487dfa | refs/heads/master | 2020-04-24T13:16:55.870000 | 2019-02-26T22:28:32 | 2019-02-26T22:28:32 | 171,982,318 | 0 | 0 | MIT | true | 2019-02-22T02:43:45 | 2019-02-22T02:43:45 | 2019-02-22T01:21:33 | 2018-11-04T06:57:35 | 379 | 0 | 0 | 0 | null | false | null | package com.insightfullogic.java8.examples.chapter7;
import java.util.ArrayList;
import java.util.List;
import java.util.function.ToLongFunction;
import com.insightfullogic.java8.examples.chapter1.Album;
public class TestForReByLambda {
private List<Album> albums;
public TestForReByLambda() {
albums = new Array... | UTF-8 | Java | 814 | java | TestForReByLambda.java | Java | [] | null | [] | package com.insightfullogic.java8.examples.chapter7;
import java.util.ArrayList;
import java.util.List;
import java.util.function.ToLongFunction;
import com.insightfullogic.java8.examples.chapter1.Album;
public class TestForReByLambda {
private List<Album> albums;
public TestForReByLambda() {
albums = new Array... | 814 | 0.733415 | 0.728501 | 28 | 28.071428 | 29.802839 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.071429 | false | false | 7 |
f5f980a23f403295bdb74be20b0536fe2794791e | 17,076,790,011,266 | 914eafd083d1ffa8412080174d96d201b5b36d9d | /sinbad2.resolutionphase.sensitivityanalysis.ui/src/sinbad2/resolutionphase/sensitivityanalysis/ui/sensitivityanalysis/SensitivityAnalysisView.java | fa57533b6d530b32a47d1d6da92af5d7261b8505 | [] | no_license | otacon19/simbad2 | https://github.com/otacon19/simbad2 | 8f12444056c88766b94928d6038788290ff3f4dd | dc01225bf8c0484a1a9d7ed7baa1097ee2d10574 | refs/heads/master | 2021-05-22T08:55:02.829000 | 2018-09-16T13:06:56 | 2018-09-16T13:06:56 | 35,471,221 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package sinbad2.resolutionphase.sensitivityanalysis.ui.sensitivityanalysis;
import java.util.LinkedList;
import java.util.List;
import org.eclipse.swt.SWT;
import org.eclipse.swt.events.FocusEvent;
import org.eclipse.swt.events.FocusListener;
import org.eclipse.swt.layout.GridData;
import org.eclipse.swt.lay... | UTF-8 | Java | 3,902 | java | SensitivityAnalysisView.java | Java | [] | null | [] | package sinbad2.resolutionphase.sensitivityanalysis.ui.sensitivityanalysis;
import java.util.LinkedList;
import java.util.List;
import org.eclipse.swt.SWT;
import org.eclipse.swt.events.FocusEvent;
import org.eclipse.swt.events.FocusListener;
import org.eclipse.swt.layout.GridData;
import org.eclipse.swt.lay... | 3,902 | 0.754229 | 0.75141 | 125 | 29.216 | 36.75967 | 245 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.776 | false | false | 7 |
62d26fd23b0da110ae847be552714fe7184521d6 | 17,076,790,008,521 | fb35589f69b8632de77095cf245e7e2420601974 | /src/main/java/bg/d3soft/dropwizard/example/cli/MyExampleCommand.java | cc528e8d9e962058ff0019f0dfd591fc4db347e3 | [] | no_license | trifonnt/openshift-diy-maven-dropwizard-071-swagger | https://github.com/trifonnt/openshift-diy-maven-dropwizard-071-swagger | 536d901cb6a0d351d1e257d0fa1b295ffbf222f8 | dbfd9c98eeca095d62a0cc7c1e18af9e3d6b3306 | refs/heads/master | 2021-01-16T21:23:58.778000 | 2015-08-05T12:32:31 | 2015-08-05T12:32:31 | 27,528,813 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package bg.d3soft.dropwizard.example.cli;
import net.sourceforge.argparse4j.inf.Namespace;
import net.sourceforge.argparse4j.inf.Subparser;
import io.dropwizard.cli.Command;
import io.dropwizard.setup.Bootstrap;
public class MyExampleCommand extends Command {
public MyExampleCommand() {
// super(name, description... | UTF-8 | Java | 622 | java | MyExampleCommand.java | Java | [] | null | [] | package bg.d3soft.dropwizard.example.cli;
import net.sourceforge.argparse4j.inf.Namespace;
import net.sourceforge.argparse4j.inf.Subparser;
import io.dropwizard.cli.Command;
import io.dropwizard.setup.Bootstrap;
public class MyExampleCommand extends Command {
public MyExampleCommand() {
// super(name, description... | 622 | 0.76045 | 0.755627 | 27 | 22.074074 | 22.772509 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.111111 | false | false | 7 |
1b498a8225a39c4fc55c0b3984c51b1318e51008 | 3,908,420,273,145 | 2e186995a172542aee55aafa902974f1efb8394e | /portal-admin/src/main/java/com/aspire/webbas/portal/common/service/impl/CityServiceImpl.java | ebb1580296cfce5b50366fdbbfe59beeeadf5d1a | [] | no_license | oceanzsg/java_admin_web | https://github.com/oceanzsg/java_admin_web | 848f91d97ae3ae81d5d2c70d1ecb77ae070ba1f3 | 0bb3b16fc9a37970b8fe4982edcc213f5907048b | refs/heads/master | 2023-03-16T10:17:10.705000 | 2017-11-13T08:25:03 | 2017-11-13T08:25:03 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.aspire.webbas.portal.common.service.impl;
import com.aspire.webbas.portal.common.dao.CityMapper;
import com.aspire.webbas.portal.common.entity.City;
import com.aspire.webbas.portal.common.service.CityService;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.s... | UTF-8 | Java | 650 | java | CityServiceImpl.java | Java | [] | null | [] | package com.aspire.webbas.portal.common.service.impl;
import com.aspire.webbas.portal.common.dao.CityMapper;
import com.aspire.webbas.portal.common.entity.City;
import com.aspire.webbas.portal.common.service.CityService;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.s... | 650 | 0.806154 | 0.806154 | 23 | 27.304348 | 22.827206 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.869565 | false | false | 7 |
390251f535024c009e0abbd583ef408cda24928d | 1,005,022,376,016 | e0976a3627379705b94ea19e261532acc79adbb0 | /src/main/java/kr/kcisa/meta/support/web/SupportController.java | f314088bbb374dd61f1664acec348f1b8d878de9 | [] | no_license | humancreator/meta | https://github.com/humancreator/meta | fa83d3e4e968357a9cddeb8aa1f07d3227aa5c10 | d37174b2cec56310c1683c38f180f57a3b15225d | refs/heads/master | 2020-03-30T07:21:37.387000 | 2018-10-03T13:41:53 | 2018-10-03T13:41:53 | 150,934,604 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package kr.kcisa.meta.support.web;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.servlet.http.HttpSession;
import javax.validation.Valid;
import kr.kcisa.meta.common.code.TechSupportCategory;
import kr.kcisa.meta.login.service.LoginService;
import kr.kcisa.m... | UTF-8 | Java | 5,315 | java | SupportController.java | Java | [] | null | [] | package kr.kcisa.meta.support.web;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.servlet.http.HttpSession;
import javax.validation.Valid;
import kr.kcisa.meta.common.code.TechSupportCategory;
import kr.kcisa.meta.login.service.LoginService;
import kr.kcisa.m... | 5,315 | 0.763112 | 0.762728 | 161 | 31.329193 | 27.458105 | 120 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.975155 | false | false | 7 |
d5c404085546cb95e70d6799c666f197b181908a | 11,854,109,756,144 | 9f836ac0df5a4ffdcb781c693e45482ace5b8469 | /src/jianzhi/solutions/Solution_MinStack.java | 3047111f45d58aa6630bfe48c87a5ba91cf9e4d5 | [] | no_license | liecz/JianzhiOffer | https://github.com/liecz/JianzhiOffer | 7f1fe71a30af6ce3b4b27f992f8f2b9a87aa923b | 8965541ad8a561ed99f0b36bc9da85f1e32fd71b | refs/heads/master | 2021-01-12T21:54:02.983000 | 2017-09-08T07:54:01 | 2017-09-08T07:54:01 | 81,406,225 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package jianzhi.solutions;
/**
* Created by liec on 2017-02-13.
*/
public class Solution_MinStack {
private int[] elements = new int[15];
private java.util.Stack<Integer> minStack = new java.util.Stack<>();
private int minValue = Integer.MAX_VALUE;
private int top = -1;
public static void main(S... | UTF-8 | Java | 1,400 | java | Solution_MinStack.java | Java | [
{
"context": "package jianzhi.solutions;\n\n/**\n * Created by liec on 2017-02-13.\n */\npublic class Solution_MinStack",
"end": 50,
"score": 0.9995670318603516,
"start": 46,
"tag": "USERNAME",
"value": "liec"
}
] | null | [] | package jianzhi.solutions;
/**
* Created by liec on 2017-02-13.
*/
public class Solution_MinStack {
private int[] elements = new int[15];
private java.util.Stack<Integer> minStack = new java.util.Stack<>();
private int minValue = Integer.MAX_VALUE;
private int top = -1;
public static void main(S... | 1,400 | 0.525 | 0.512143 | 59 | 22.728813 | 18.290342 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.542373 | false | false | 7 |
0d5d91f25ea4542b08a9caf9723641f4a41e6d48 | 12,601,434,065,613 | 5c3757ebc65811f83b639260d6dc91d9c8221ab6 | /jira/plugin/core/src/test/java/org/overbaard/jira/impl/BoardConfigurationManagerBuilder.java | 3714b332dad4b0f6dc5ea9c4046aba87de3f9622 | [
"Apache-2.0"
] | permissive | kabir/overbaard | https://github.com/kabir/overbaard | 5e966b8475e16a3a8b14292df8633dd1d0370879 | 609c37c90ad463f2e6aca447ffe719cdbbffe44a | refs/heads/master | 2023-07-21T06:39:27.987000 | 2023-07-06T10:26:11 | 2023-07-06T10:26:11 | 113,577,799 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright 2016 Red Hat, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to ... | UTF-8 | Java | 12,299 | java | BoardConfigurationManagerBuilder.java | Java | [
{
"context": ".jira.mock.PriorityManagerBuilder;\n\n/**\n * @author Kabir Khan\n */\npublic class BoardConfigurationManagerBuilder",
"end": 2873,
"score": 0.999803900718689,
"start": 2863,
"tag": "NAME",
"value": "Kabir Khan"
}
] | null | [] | /*
* Copyright 2016 Red Hat, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to ... | 12,295 | 0.69339 | 0.691601 | 320 | 37.434376 | 31.330528 | 177 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.534375 | false | false | 7 |
8307afde135a5a94ea76056148432da58dfe3111 | 22,093,311,783,871 | adc071251ce40758360d33b02ef5a077142eeddb | /src/TrainHub.java | 71ef0e2ba27c4fe005725bda1e55158c6d788b74 | [] | no_license | nawaldua/Train-Hub | https://github.com/nawaldua/Train-Hub | 6395f05a5e7295f392d510a0302ec184e12581e8 | 18729dff4d7709f1793157be3ad9a1bad5b237bf | refs/heads/master | 2020-04-14T17:27:02.801000 | 2019-01-03T14:07:57 | 2019-01-03T14:07:57 | 163,980,832 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /////////////////////////////////////////////////////////////////////////////
// Semester: CS367 Fall 2017
// PROJECT: Train Hub
// FILE: LinkedList.java
//
// TEAM: Individual
// Authors: Nawal Dua
//
// ---------------- OTHER ASSISTANCE CREDITS
// Persons: none
//
// Online sources:... | UTF-8 | Java | 11,341 | java | TrainHub.java | Java | [
{
"context": "kedList.java\n//\n// TEAM: Individual\n// Authors: Nawal Dua\n//\n// ---------------- OTHER ASSISTANCE CREDITS \n",
"end": 231,
"score": 0.9998690485954285,
"start": 222,
"tag": "NAME",
"value": "Nawal Dua"
},
{
"context": "ars are defines here\n *\n * <p>Bugs: \n *\... | null | [] | /////////////////////////////////////////////////////////////////////////////
// Semester: CS367 Fall 2017
// PROJECT: Train Hub
// FILE: LinkedList.java
//
// TEAM: Individual
// Authors: <NAME>
//
// ---------------- OTHER ASSISTANCE CREDITS
// Persons: none
//
// Online sources: no... | 11,335 | 0.648708 | 0.646504 | 370 | 29.651352 | 28.314642 | 111 | false | false | 0 | 0 | 0 | 0 | 80 | 0.007054 | 2.137838 | false | false | 7 |
e47e1637eeba987e5535052a588e41c7674f0e1d | 26,199,300,527,467 | 134c9ee6c35054be8b0a35532180c74be229cf31 | /app/src/main/java/com/himanshu/navigationdrawer/activity/AboutUsActivity.java | a2801d5f180551a5de121a73d7577d4fdc1b98bd | [
"MIT"
] | permissive | himanshurawlani/NetworkingTools | https://github.com/himanshurawlani/NetworkingTools | 17465d86280132ac1f0e8e9fed460aa5ed4b08cd | fbcaf1d730a88878ae3ea138b8e3c2f766242ae1 | refs/heads/master | 2021-01-18T23:14:08.281000 | 2019-12-28T18:21:26 | 2019-12-28T18:21:26 | 87,098,936 | 3 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.himanshu.navigationdrawer.activity;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.text.Html;
import android.view.MenuItem;
import android.widget.TextView;
import com.himanshu.navigationdrawer.R;
import org.w3c.dom.Text;
public class AboutUsActivity extends App... | UTF-8 | Java | 1,644 | java | AboutUsActivity.java | Java | [
{
"context": " \"<b>Our Team: </b><br>\" +\n \"<i>Himanshu Rawlani</i><br>\" +\n \"<i>Vignesh Zambre</i>",
"end": 977,
"score": 0.999864935874939,
"start": 961,
"tag": "NAME",
"value": "Himanshu Rawlani"
},
{
"context": "i>Himanshu Rawlani</i><br>\" +... | null | [] | package com.himanshu.navigationdrawer.activity;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.text.Html;
import android.view.MenuItem;
import android.widget.TextView;
import com.himanshu.navigationdrawer.R;
import org.w3c.dom.Text;
public class AboutUsActivity extends App... | 1,620 | 0.635645 | 0.634428 | 48 | 33.25 | 26.422449 | 124 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.375 | false | false | 7 |
6719a4ff55fb1454ab51a2a8e772b3c7afa6baaa | 15,891,379,047,325 | 158cc15b3df0ce885f3dcbc6409239829c00ee4a | /viewpagedemo/src/main/java/com/example/viewpagedemo/fragment/ThirdFragment.java | 1f30a3d1a7666c1e9b62e7865a41d42e9cbf302c | [] | no_license | xiaoyinstyle/MyApp | https://github.com/xiaoyinstyle/MyApp | cf883bd66ec2eff08699094479488c582cc0f738 | f230e0206f146b723a9bc8768b1493e3a6fc970d | refs/heads/master | 2016-09-23T06:05:07.277000 | 2016-09-02T08:31:38 | 2016-09-02T08:31:40 | 65,253,904 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.viewpagedemo.fragment;
import android.content.Context;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.View.OnClickListener;
import android.view.ViewGroup;
import android.widget.Button;
import androi... | UTF-8 | Java | 1,093 | java | ThirdFragment.java | Java | [] | null | [] | package com.example.viewpagedemo.fragment;
import android.content.Context;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.View.OnClickListener;
import android.view.ViewGroup;
import android.widget.Button;
import androi... | 1,093 | 0.771272 | 0.767612 | 45 | 23.288889 | 20.978954 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.511111 | false | false | 7 |
381fdd9a76094d273417225f338dc908a815367e | 31,490,700,269,915 | 3ec01ed3236d38b6380e0ec530bdbd517cf3e2bb | /src/es/studium/PrimerEjercicio/PreguntasRespuestas.java | 5da276971b608669d6939f274ba289671defe53f | [] | no_license | DavidSanchezCabello/PracticaProg | https://github.com/DavidSanchezCabello/PracticaProg | fd137a4d27cea7a7b014484d2d2a6e9f56b0f861 | ab1512f85484eeeb5edea63e01e2370ba29a285b | refs/heads/master | 2020-09-20T04:48:37.141000 | 2019-11-27T08:21:57 | 2019-11-27T08:21:57 | 224,380,364 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package es.studium.PrimerEjercicio;
import java.util.Random;
public class PreguntasRespuestas
{
public static void main(String[] args)
{
String randomPreguntas="";
int x=4;
int y=5;
String preguntas[][] = new String[x][y];
String seleccion[][]=new String [2][3];
preguntas[0][0] = "¿Cuál es la... | ISO-8859-1 | Java | 2,453 | java | PreguntasRespuestas.java | Java | [] | null | [] | package es.studium.PrimerEjercicio;
import java.util.Random;
public class PreguntasRespuestas
{
public static void main(String[] args)
{
String randomPreguntas="";
int x=4;
int y=5;
String preguntas[][] = new String[x][y];
String seleccion[][]=new String [2][3];
preguntas[0][0] = "¿Cuál es la... | 2,453 | 0.625259 | 0.600828 | 74 | 31.635136 | 27.050291 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.689189 | false | false | 7 |
843c237526170644ae70091a25458296eaee59d6 | 36,627,481,118,213 | 3a661fae95ea4e9660f0a92ea026b711ecfcebd1 | /assignment7/Rocket.java | e20741ce98c5b2f965cec19dc487231d2c9094cc | [
"MIT"
] | permissive | albertokjian/CIS254 | https://github.com/albertokjian/CIS254 | 3183d6117b0230b225910cbaa74208509f83891c | 3203ff660325c02e511594916a19e02e42358f22 | refs/heads/master | 2020-02-15T17:03:35.053000 | 2018-03-08T21:48:19 | 2018-03-08T21:48:19 | 124,353,364 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /* Albert Jian
* CIS 254
* 07/08/2015
* Mr. Harden
*
* Assignment 7.2
* File_Name: Rocket
*
* The program uses various methods to outline a rocket for the user using
* asterisks. The program first asks for the user's input of a height, a width,
* and a number of stages. This program is separated in many me... | UTF-8 | Java | 7,080 | java | Rocket.java | Java | [
{
"context": "/* Albert Jian\n * CIS 254\n * 07/08/2015\n * Mr. Harden\n * \n * Ass",
"end": 14,
"score": 0.9998132586479187,
"start": 3,
"tag": "NAME",
"value": "Albert Jian"
},
{
"context": "/* Albert Jian\n * CIS 254\n * 07/08/2015\n * Mr. Harden\n * \n * Assignment 7.2\n * File_N... | null | [] | /* <NAME>
* CIS 254
* 07/08/2015
* Mr. Harden
*
* Assignment 7.2
* File_Name: Rocket
*
* The program uses various methods to outline a rocket for the user using
* asterisks. The program first asks for the user's input of a height, a width,
* and a number of stages. This program is separated in many methods... | 7,075 | 0.656073 | 0.650706 | 338 | 19.926035 | 25.086664 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.426036 | false | false | 7 |
e17b9eb28a5f9b6dc8cc18a3f64c6e3bed104694 | 36,627,481,119,977 | bb40587818d8fa8d363d7af8590e4289869a0dd5 | /viginere_crypt.java | 5e999b89fa538dc8b2f168e2e888599bc3cc183e | [] | no_license | 0x13A0F/cryptesi | https://github.com/0x13A0F/cryptesi | c240b83b9511dddcb4de0083880fb7d155d221e8 | 61996b27e81185c8647901af40659f0601725b1e | refs/heads/master | 2021-01-12T09:37:14.903000 | 2016-12-11T21:58:45 | 2016-12-11T21:58:45 | 76,199,939 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.Scanner;
public class viginere_crypt{
public static void main(String[] args){
System.out.println("Message to encrypt : ");
Scanner sc = new Scanner(System.in);
String message = sc.nextLine().toUpperCase().replaceAll("[^A-Z]","") , ciphertext="";
... | UTF-8 | Java | 752 | java | viginere_crypt.java | Java | [] | null | [] | import java.util.Scanner;
public class viginere_crypt{
public static void main(String[] args){
System.out.println("Message to encrypt : ");
Scanner sc = new Scanner(System.in);
String message = sc.nextLine().toUpperCase().replaceAll("[^A-Z]","") , ciphertext="";
... | 752 | 0.477394 | 0.465426 | 16 | 46 | 24.328482 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.875 | false | false | 7 |
e6bda242d53de8ccc3866c0667290eb67fd90b5e | 30,794,915,560,990 | b9451c54b2ff7ddb797afc029672c57181a79bf9 | /core/src/test/java/org/infinispan/tx/TxCompletionForRolledBackTxTest.java | a582406458e1908b1fc0701dc582e8bc9c57648a | [
"Apache-2.0",
"LicenseRef-scancode-dco-1.1"
] | permissive | infinispan/infinispan | https://github.com/infinispan/infinispan | 4c16a7f7381894e1c38c80e39cc9346b566407ad | 1babc3340f2cf9bd42c84102a42c901d20feaa84 | refs/heads/main | 2023-08-31T19:46:06.326000 | 2023-06-20T08:14:50 | 2023-08-31T17:54:31 | 1,050,944 | 920 | 527 | Apache-2.0 | false | 2023-09-14T21:00:45 | 2010-11-04T12:33:19 | 2023-09-13T11:30:16 | 2023-09-14T21:00:44 | 145,284 | 1,077 | 595 | 22 | Java | false | false | package org.infinispan.tx;
import static org.testng.Assert.assertEquals;
import static org.testng.Assert.assertNull;
import org.infinispan.commands.remote.recovery.TxCompletionNotificationCommand;
import org.infinispan.commands.tx.RollbackCommand;
import org.infinispan.configuration.cache.CacheMode;
import org.infini... | UTF-8 | Java | 1,725 | java | TxCompletionForRolledBackTxTest.java | Java | [
{
"context": "mport org.testng.annotations.Test;\n\n/**\n * @author Mircea Markus\n * @since 5.2\n */\n@Test (groups = \"functional\", t",
"end": 632,
"score": 0.9996318817138672,
"start": 619,
"tag": "NAME",
"value": "Mircea Markus"
}
] | null | [] | package org.infinispan.tx;
import static org.testng.Assert.assertEquals;
import static org.testng.Assert.assertNull;
import org.infinispan.commands.remote.recovery.TxCompletionNotificationCommand;
import org.infinispan.commands.tx.RollbackCommand;
import org.infinispan.configuration.cache.CacheMode;
import org.infini... | 1,718 | 0.769855 | 0.762899 | 48 | 34.9375 | 29.964846 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.708333 | false | false | 7 |
bdf402874bedb0817129b8ba0760ab8da893f558 | 29,626,684,472,476 | 7832e764e4184e61e991000ba334481c86553e3d | /leetcode/RemoveDuplicatesfromSortedArray.java | a04cd461ce6256d92df774e8e810322f2c1f86f0 | [] | no_license | hfutweile/LeetCode | https://github.com/hfutweile/LeetCode | 362055c76cf8c55d8ab990b13d3919ddb1db5643 | dc1c94a4d09afdbbd902a5ede1ec0940b50aede0 | refs/heads/master | 2021-07-09T00:32:05.723000 | 2017-09-26T06:23:49 | 2017-09-26T06:23:49 | 104,631,416 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package leetcode;
public class RemoveDuplicatesfromSortedArray {
public int removeDuplicates(int[] nums) {
int length=nums.length;
int count=length;
for(int i=0;i<length-1;i++)
{
if(nums[i]==nums[i+1])count--;
}
int item=0;
int index=0;
for(int i=0;i<length;i++)
{
if(item!=nums[i])
{
it... | UTF-8 | Java | 402 | java | RemoveDuplicatesfromSortedArray.java | Java | [] | null | [] | package leetcode;
public class RemoveDuplicatesfromSortedArray {
public int removeDuplicates(int[] nums) {
int length=nums.length;
int count=length;
for(int i=0;i<length-1;i++)
{
if(nums[i]==nums[i+1])count--;
}
int item=0;
int index=0;
for(int i=0;i<length;i++)
{
if(item!=nums[i])
{
it... | 402 | 0.584577 | 0.567164 | 24 | 15.75 | 12.718916 | 46 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.458333 | false | false | 7 |
67bf16559be587a7caba95d9287d2f91cb1a31da | 26,371,099,256,626 | 54ba6eba67a891c4085ac5f1bec341592b04f0ad | /Things/src/input/Keyboard.java | 40d620066fc21bf4055c4584ba40d7b7304575df | [] | no_license | tpa-upc/things | https://github.com/tpa-upc/things | 41eac06a2da2c276f4d185e01bdaa99bb33a17ca | 87297b375ced385b73b083e3061ea7feaed6a4c6 | refs/heads/master | 2020-04-09T07:34:34.515000 | 2016-07-24T11:26:15 | 2016-07-24T11:26:15 | 62,089,190 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package input;
/**
* Created by germangb on 16/06/16.
*/
public interface Keyboard {
/**
* Get currently setIndices keyboard listener
* @return keyboard listener
*/
KeyboardListener getListener ();
/**
* Set keyboard listener
* @param listener new keyboard listener (can be null... | UTF-8 | Java | 773 | java | Keyboard.java | Java | [
{
"context": "package input;\n\n/**\n * Created by germangb on 16/06/16.\n */\npublic interface Keyboard {\n\n ",
"end": 42,
"score": 0.9996635913848877,
"start": 34,
"tag": "USERNAME",
"value": "germangb"
}
] | null | [] | package input;
/**
* Created by germangb on 16/06/16.
*/
public interface Keyboard {
/**
* Get currently setIndices keyboard listener
* @return keyboard listener
*/
KeyboardListener getListener ();
/**
* Set keyboard listener
* @param listener new keyboard listener (can be null... | 773 | 0.613195 | 0.605433 | 37 | 19.891891 | 18.040171 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.162162 | false | false | 7 |
9d6600452b37b329df4c7e6b5c83cf6d059784a3 | 17,154,099,416,244 | ec0ce09f3133e42762b6719f823226b7ea765c66 | /.svn/pristine/d6/d6f6f15c07a251be6251dff76b876d0c53fb4450.svn-base | 3e8288c52fbd60e4ef2305e3b03fe86093fa06be | [
"MIT"
] | permissive | ghkvud2/travel | https://github.com/ghkvud2/travel | 3787c779c8c6e6e374c754f7fbcb7db5a7ca9931 | 67ef9487a4b5e59a9984dde4010b9de94bb1c4a7 | refs/heads/master | 2020-06-03T20:39:08.038000 | 2019-06-13T08:30:05 | 2019-06-13T08:30:05 | 191,722,574 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.project.planner.model.service;
import java.util.List;
import com.project.planner.model.DayPlanDto;
import com.project.planner.model.DayRouteDto;
import com.project.planner.model.GroupMemberDto;
import com.project.planner.model.PlannerDto;
import com.project.planner.model.PlannerPlaceDto;
import com.projec... | UTF-8 | Java | 1,841 | d6f6f15c07a251be6251dff76b876d0c53fb4450.svn-base | Java | [] | null | [] | package com.project.planner.model.service;
import java.util.List;
import com.project.planner.model.DayPlanDto;
import com.project.planner.model.DayRouteDto;
import com.project.planner.model.GroupMemberDto;
import com.project.planner.model.PlannerDto;
import com.project.planner.model.PlannerPlaceDto;
import com.projec... | 1,841 | 0.747309 | 0.747309 | 68 | 24.955883 | 24.230167 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.397059 | false | false | 7 | |
570c2afd477788dfdba072e675194cfc4c884ee9 | 34,849,364,682,215 | 47ee8262380623e8c55adf11dec41f800870a5d9 | /src/main/java/com/vkbot/keyboard/Keyboard.java | 106d076321aa4d54660ed2bd49df26461fd9a74f | [] | no_license | JohnnyDey/Vkbot | https://github.com/JohnnyDey/Vkbot | ef96838937a9f80aa8709c2ed4a48cdff3bba48a | cdb190105d1be72a9a83fe887324d03acb6a35b5 | refs/heads/master | 2020-04-04T23:51:33.709000 | 2018-11-08T08:52:51 | 2018-11-08T08:52:51 | 156,374,638 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
package com.vkbot.keyboard;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
import java.util.ArrayList;
import java.util.List;
public class Keyboard {
Keyboard(Boolean oneTime) {
this.oneTime = oneTime;
}
Keyboard addToLine(int index, Button.Color ... | UTF-8 | Java | 1,244 | java | Keyboard.java | Java | [] | null | [] |
package com.vkbot.keyboard;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
import java.util.ArrayList;
import java.util.List;
public class Keyboard {
Keyboard(Boolean oneTime) {
this.oneTime = oneTime;
}
Keyboard addToLine(int index, Button.Color ... | 1,244 | 0.621383 | 0.621383 | 56 | 21.196428 | 18.985352 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.428571 | false | false | 7 |
9fa1a6d0d7d157442deae62f60f5b5c6eb54dcc5 | 32,246,614,517,407 | aed1a67b5dcd85e8495085d240e1772fed8d50ce | /_archived/model/Stakeholder.java | 577d7a29b2d682deea7fa940b2560e8b3efc8ae5 | [] | no_license | dither001/Blades-in-the-Dark | https://github.com/dither001/Blades-in-the-Dark | 3ae43e6937403be96cada631d3d3819d8be6f567 | 6ff994201c4adbc45241c87926a2c8983493a14b | refs/heads/master | 2021-11-17T23:17:18.962000 | 2021-11-02T12:22:46 | 2021-11-02T12:22:46 | 139,473,381 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package model;
public interface Stakeholder {
public void report(LocaleOld locale);
}
| UTF-8 | Java | 91 | java | Stakeholder.java | Java | [] | null | [] | package model;
public interface Stakeholder {
public void report(LocaleOld locale);
}
| 91 | 0.758242 | 0.758242 | 7 | 12 | 14.803474 | 38 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.571429 | false | false | 7 |
caae96f3c0872eba0f2491785f9720ecaf8100fd | 28,535,762,766,793 | c8253e0a1c25796ceabf6a5a81cdbcc116b29b93 | /app/src/main/java/com/muthukumar/mk/mkassist/second.java | deca6c07a4542e396a9d1f91b88c04e5206a75c4 | [] | no_license | muthukumar4999/Library | https://github.com/muthukumar4999/Library | a920da5fc37f70f6c48e29714b158c529018b6e3 | dc49707c96eac3fded43da1a443406af16de895b | refs/heads/master | 2018-02-07T18:39:15.498000 | 2017-07-02T17:41:09 | 2017-07-02T17:41:09 | 96,042,324 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.muthukumar.mk.mkassist;
import android.app.ProgressDialog;
import android.content.Context;
import android.content.Intent;
import android.net.Uri;
import android.os.AsyncTask;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.text.TextUtils;
import android.view.LayoutInfla... | UTF-8 | Java | 9,120 | java | second.java | Java | [] | null | [] | package com.muthukumar.mk.mkassist;
import android.app.ProgressDialog;
import android.content.Context;
import android.content.Intent;
import android.net.Uri;
import android.os.AsyncTask;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.text.TextUtils;
import android.view.LayoutInfla... | 9,120 | 0.557785 | 0.555263 | 232 | 38.301723 | 24.022339 | 113 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.784483 | false | false | 7 |
8bb98b5a594fa964f31fdfb0cdf73bbd1a07ff4a | 8,950,711,895,591 | 96ce783c8f5fa2a1d2720582bac95cfb83a36b6d | /src/com/yizhi/easyaccount/Statistics.java | 6d4e871017cd3d0f2f327067be19bebe80a40d2b | [] | no_license | yizhiw2/EasyAccount | https://github.com/yizhiw2/EasyAccount | 585f54d94b46c73f8858ab6af5acec2cc5839179 | 9036c37e04ce005abd5b25db52d63160f14002ce | refs/heads/master | 2020-05-29T12:10:39.343000 | 2014-05-14T04:49:05 | 2014-05-14T04:49:05 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.yizhi.easyaccount;
import android.annotation.SuppressLint;
import android.app.ActionBar.Tab;
import android.app.Activity;
import android.app.Fragment;
import android.app.FragmentTransaction;
import android.os.Bundle;
import android.app.ActionBar;
@SuppressLint("NewApi")
public class Statistics extends Act... | GB18030 | Java | 2,303 | java | Statistics.java | Java | [] | null | [] | package com.yizhi.easyaccount;
import android.annotation.SuppressLint;
import android.app.ActionBar.Tab;
import android.app.Activity;
import android.app.Fragment;
import android.app.FragmentTransaction;
import android.os.Bundle;
import android.app.ActionBar;
@SuppressLint("NewApi")
public class Statistics extends Act... | 2,303 | 0.759251 | 0.757377 | 79 | 26.025316 | 21.998259 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.810127 | false | false | 7 |
a75c7d7196c83b7ce45879476ab94f8cb2b81e02 | 16,767,552,390,416 | 5601c930768f047471b1abb058843bb759ad7438 | /part04-Part04_06.Door/src/main/java/Door.java | fa95b596a20125821a1f765b7f1ff2f1ccdcc1ab | [] | no_license | mmacdonnacha/Mooc.fi-2020-Java-Programming-1 | https://github.com/mmacdonnacha/Mooc.fi-2020-Java-Programming-1 | 94bb29830feb731f6ea08e947b626667238d3afd | d2c34dd8ca08d8617a859a7c064fb7215028f2a9 | refs/heads/master | 2022-12-03T07:16:30.218000 | 2020-08-18T15:27:15 | 2020-08-18T15:27:15 | 288,487,208 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
*
* @author miche
*/
public class Door {
private String sound;
public Door() {
this.sound = "Who's there?";
}
public void knock(){
System.out.println(this.sound);
}
}
| UTF-8 | Java | 220 | java | Door.java | Java | [
{
"context": "/**\n *\n * @author miche\n */\npublic class Door {\n private String sound;",
"end": 23,
"score": 0.8060187101364136,
"start": 18,
"tag": "USERNAME",
"value": "miche"
}
] | null | [] | /**
*
* @author miche
*/
public class Door {
private String sound;
public Door() {
this.sound = "Who's there?";
}
public void knock(){
System.out.println(this.sound);
}
}
| 220 | 0.509091 | 0.509091 | 15 | 13.666667 | 12.380989 | 39 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.2 | false | false | 7 |
13aa4a89750b3b197ce7e081396e441e455602e4 | 15,006,615,784,163 | 8a7ae87a61a2b0e289bd0f9f84feb9da77d7811b | /src/main/java/com/github/hcsp/descriptorparser/ReferenceDescriptor.java | 464e7210ba15f4175178e164418e41b14addd985 | [] | no_license | kioyong/type-descriptor-parser | https://github.com/kioyong/type-descriptor-parser | 6e75473492727a373e6d74c77acb9156a679058b | eb7035003064645e1db29d34b7d3fe593a70338c | refs/heads/master | 2021-02-07T06:02:39.325000 | 2020-02-29T15:21:30 | 2020-03-01T01:52:53 | 243,990,495 | 0 | 0 | null | true | 2020-02-29T15:12:54 | 2020-02-29T15:12:54 | 2020-02-29T15:12:53 | 2020-02-29T13:15:41 | 9 | 0 | 0 | 0 | null | false | false | package com.github.hcsp.descriptorparser;
/**
* 代表引用类型的描述符号
*/
public class ReferenceDescriptor implements TypeDescriptor {
/**
* 全限定类名,如java.lang.Object
*/
private String fqcn;
private String descriptor;
public ReferenceDescriptor(String descriptor) {
int start = 0;
int en... | UTF-8 | Java | 782 | java | ReferenceDescriptor.java | Java | [] | null | [] | package com.github.hcsp.descriptorparser;
/**
* 代表引用类型的描述符号
*/
public class ReferenceDescriptor implements TypeDescriptor {
/**
* 全限定类名,如java.lang.Object
*/
private String fqcn;
private String descriptor;
public ReferenceDescriptor(String descriptor) {
int start = 0;
int en... | 782 | 0.571046 | 0.569705 | 35 | 20.314285 | 19.191919 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.428571 | false | false | 7 |
78c180f86c8e9157453f69969c5311eeb88b25c3 | 188,978,568,228 | 0882f3d795cc57f5621603cd88943f5161c825c6 | /ProjetoIntegrador1/src/ADO02/Questao03.java | b6668161614294cd6ff2fd6d980a1807232f8ca7 | [] | no_license | sillasHead/SENAC_TADS_Projeto_Integrador_1 | https://github.com/sillasHead/SENAC_TADS_Projeto_Integrador_1 | a71af9b35c75347c6892073d12c21fbbf900feee | eb0e612a08ba309ff4aba544a4b183989f95bab0 | refs/heads/master | 2021-01-07T00:07:22.068000 | 2020-02-19T03:19:26 | 2020-02-19T03:19:26 | 241,521,396 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ADO02;
import java.util.Scanner;
public class Questao03 {
public static void main(String[] args) {
Scanner entrada = new Scanner(System.in);
System.out.print("Insira um número de 1 até 10: ");
int num = entrada.nextInt();
int mult = num;
System.out.println("Tabuada do número " +... | UTF-8 | Java | 488 | java | Questao03.java | Java | [] | null | [] | package ADO02;
import java.util.Scanner;
public class Questao03 {
public static void main(String[] args) {
Scanner entrada = new Scanner(System.in);
System.out.print("Insira um número de 1 até 10: ");
int num = entrada.nextInt();
int mult = num;
System.out.println("Tabuada do número " +... | 488 | 0.560825 | 0.540206 | 23 | 19.086956 | 18.943653 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.913043 | false | false | 7 |
b10393ca9940dc2e8c396420725cca114ba39aa8 | 6,889,127,598,043 | c0dc2cfc18a4992a0fba1b8f5dd2a2638d994dd9 | /az-api/src/main/java/bgu/dcr/az/api/exen/mdef/MessageDelayer.java | d79f00ea6067d3435724062a9a574726ebffa09f | [] | no_license | bennylut/agent-zero | https://github.com/bennylut/agent-zero | ec395ea623fb54980789359199d0f9ac22b24df7 | b43883abcade545cd782469f09ab966c9a97a6d9 | refs/heads/master | 2021-01-17T20:43:38.051000 | 2016-06-13T20:48:02 | 2016-06-13T20:48:02 | 61,029,474 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* The MIT License
*
* Copyright 2016 Benny Lutati.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, m... | UTF-8 | Java | 2,219 | java | MessageDelayer.java | Java | [
{
"context": "/* \n * The MIT License\n *\n * Copyright 2016 Benny Lutati.\n *\n * Permission is hereby granted, free of char",
"end": 56,
"score": 0.999871551990509,
"start": 44,
"tag": "NAME",
"value": "Benny Lutati"
},
{
"context": " bgu.dcr.az.api.exen.Execution;\n\n/**\n *\n * @... | null | [] | /*
* The MIT License
*
* Copyright 2016 <NAME>.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify,... | 2,213 | 0.69671 | 0.694908 | 64 | 33.671875 | 31.497051 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.484375 | false | false | 7 |
8ee69c7655782741031ce03ef49e2fbd760f9661 | 22,737,556,865,178 | ae3b8e5b1f027b5113c68a701622531a4e74bc89 | /fillme/src/main/java/com/patryk1007/fillme/listeners/OnFillLineCalculationListener.java | 45a0d4453f20daf57a64de57944e1ebff1d12a30 | [] | no_license | codegarage-tech/cg-quote | https://github.com/codegarage-tech/cg-quote | f5e00db45fccb97b18b9f243459a016330485a43 | c375c5b2ff575c74d1ccf2a6c462993070d2ef14 | refs/heads/master | 2021-09-19T18:19:43.467000 | 2018-07-30T05:06:18 | 2018-07-30T05:06:18 | 110,427,528 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.patryk1007.fillme.listeners;
import com.patryk1007.fillme.models.FillLine;
import java.util.ArrayList;
public interface OnFillLineCalculationListener {
void onCompleted(ArrayList<FillLine> points);
}
| UTF-8 | Java | 222 | java | OnFillLineCalculationListener.java | Java | [
{
"context": "package com.patryk1007.fillme.listeners;\n\n\nimport com.patryk1007.fillme.",
"end": 22,
"score": 0.8942824006080627,
"start": 15,
"tag": "USERNAME",
"value": "ryk1007"
},
{
"context": "age com.patryk1007.fillme.listeners;\n\n\nimport com.patryk1007.fillme.models.FillLi... | null | [] | package com.patryk1007.fillme.listeners;
import com.patryk1007.fillme.models.FillLine;
import java.util.ArrayList;
public interface OnFillLineCalculationListener {
void onCompleted(ArrayList<FillLine> points);
}
| 222 | 0.806306 | 0.77027 | 12 | 17.5 | 21.18372 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 7 |
fd74068f34b9fc6d93e9cf6ea64a7b87a114ef53 | 6,923,487,331,209 | 372552ec51faabda2a7fc46f06fcd65654623f19 | /src/main/java/com/dilib/hotelapi/controller/BookingController.java | a2eba83cc5102f6dd528712c176d5c295aaeed05 | [] | no_license | Ben-Diliberto/HotelApi | https://github.com/Ben-Diliberto/HotelApi | 7aff8b395d5729f01146af262f06a4d37ef7aadc | 909dbf2a4f84662e76b6a144eafd08387f4c04e0 | refs/heads/master | 2022-11-27T00:02:02.518000 | 2020-07-23T23:00:49 | 2020-07-23T23:00:49 | 281,991,463 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.dilib.hotelapi.controller;
import com.dilib.hotelapi.domain.dto.BookingDto;
import com.dilib.hotelapi.domain.transformer.BookingTransformer;
import com.dilib.hotelapi.service.BookingService;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.*;
import java.util.... | UTF-8 | Java | 1,174 | java | BookingController.java | Java | [] | null | [] | package com.dilib.hotelapi.controller;
import com.dilib.hotelapi.domain.dto.BookingDto;
import com.dilib.hotelapi.domain.transformer.BookingTransformer;
import com.dilib.hotelapi.service.BookingService;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.*;
import java.util.... | 1,174 | 0.770017 | 0.770017 | 35 | 32.542858 | 30.638298 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.342857 | false | false | 7 |
f172fac120870f1525ece1cd424db241ab5f2930 | 17,815,524,412,382 | 92b42100a605b9c6b0f034e2ab254f9aea28a017 | /app/src/main/java/com/example/multigame/fragment/SettingsFragment.java | 2733026fe4db764fc3743f5b9ea84bf056b30966 | [] | no_license | zonbimutin/MultiGame-android | https://github.com/zonbimutin/MultiGame-android | 43e9add7d745de0abf7a5f6b1636e696c9488a13 | ae9be125c57022f634388f2e3a17971f25418d19 | refs/heads/master | 2023-04-21T05:03:24.677000 | 2021-05-17T09:24:07 | 2021-05-17T09:24:07 | 352,546,814 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.multigame.fragment;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import androidx.appcompat.app.AppCompatActivity;
import androidx.databinding.DataBindi... | UTF-8 | Java | 2,153 | java | SettingsFragment.java | Java | [] | null | [] | package com.example.multigame.fragment;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import androidx.appcompat.app.AppCompatActivity;
import androidx.databinding.DataBindi... | 2,153 | 0.754761 | 0.754761 | 57 | 36.771931 | 31.976974 | 132 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 7 |
adbf5cef4a6f31c6808357493f79837c3333468e | 10,342,281,272,073 | 80a3c5aa93d24755da2d3ef64db42fdd7b167a8e | /input-types/src/main/java/org/uncertweb/impl/InputReferenceTypeImpl.java | ca96140e4a453ba1f4fadd8b2175caf1e46b90eb | [] | no_license | 52North/UncertWeb | https://github.com/52North/UncertWeb | 2f796354b987cd82048ee5cdfdbbc00065f334ef | 26d85a6809f3f7ab30154269803c229aa5bdb3a9 | refs/heads/master | 2020-05-21T16:46:41.296000 | 2016-09-19T16:11:50 | 2016-09-19T16:11:50 | 63,933,712 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* XML Type: InputReferenceType
* Namespace: http://www.uncertweb.org
* Java type: org.uncertweb.InputReferenceType
*
* Automatically generated - do not modify.
*/
package org.uncertweb.impl;
/**
* An XML InputReferenceType(@http://www.uncertweb.org).
*
* This is a complex type.
*/
public class InputRefere... | UTF-8 | Java | 29,966 | java | InputReferenceTypeImpl.java | Java | [] | null | [] | /*
* XML Type: InputReferenceType
* Namespace: http://www.uncertweb.org
* Java type: org.uncertweb.InputReferenceType
*
* Automatically generated - do not modify.
*/
package org.uncertweb.impl;
/**
* An XML InputReferenceType(@http://www.uncertweb.org).
*
* This is a complex type.
*/
public class InputRefere... | 29,966 | 0.534472 | 0.5294 | 1,009 | 28.698711 | 28.235916 | 161 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.281467 | false | false | 7 |
3a760ede4432e4e25145770f7b871d3e759d0dbf | 10,342,281,269,969 | 40d6b1fc6e9e9f6adaff43d689ba906648f46708 | /src/main/java/by/bsu/vatolinrp/subd/util/ClinicUtil.java | 180f0c8096055c4c76cbad51793727879e6490a3 | [] | no_license | YuraLu/stomatology | https://github.com/YuraLu/stomatology | 52994901bf250a8ed7342852e351da3748369118 | ff8619551996c51787b6ea3cb1b5782642ce9ae8 | refs/heads/master | 2020-08-04T10:03:08.371000 | 2016-11-20T20:18:28 | 2016-11-20T20:18:28 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package by.bsu.vatolinrp.subd.util;
import by.bsu.vatolinrp.subd.model.Patient;
import java.text.SimpleDateFormat;
import java.util.List;
import java.util.Map;
public class ClinicUtil
{
public static String getHtml( List<Patient> patients )
{
StringBuilder sb = new StringBuilder();
SimpleDat... | UTF-8 | Java | 6,323 | java | ClinicUtil.java | Java | [] | null | [] | package by.bsu.vatolinrp.subd.util;
import by.bsu.vatolinrp.subd.model.Patient;
import java.text.SimpleDateFormat;
import java.util.List;
import java.util.Map;
public class ClinicUtil
{
public static String getHtml( List<Patient> patients )
{
StringBuilder sb = new StringBuilder();
SimpleDat... | 6,323 | 0.525384 | 0.518741 | 181 | 32.933701 | 20.789288 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.812155 | false | false | 7 |
63c5fa02cd1fdd2d995a06c9546943dd875cbbbc | 18,897,856,104,215 | bcbe7f5ff2b29f7be3372042fcfc2d694ca6b7d8 | /src/main/java/com/banking/AccountCreation.java | 6ce4fb4111c83a1b13beb9386996e8df8b1a7e3f | [] | no_license | luckyhughes/JavaPractice | https://github.com/luckyhughes/JavaPractice | 8f91b1db8ff96080c5300c8b95c7341f758b5d90 | ba5d46622065a189ecf834713dc6b630519e0314 | refs/heads/master | 2021-01-20T09:06:42.609000 | 2017-05-09T23:54:14 | 2017-05-09T23:54:14 | 90,220,496 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package main.java.com.banking;
public class AccountCreation {
public void SaveProfileInfo(String name, String dob,String address,String phone){
//create object refence
Profile pObj = new Profile();
pObj.setName(name);
pObj.setAddress(address);
pObj.setPhone(phone);
pObj.setDob(dob);
System.out... | UTF-8 | Java | 956 | java | AccountCreation.java | Java | [
{
"context": "new AccountCreation();\n\t\tacreate.SaveProfileInfo(\"Anisha\",\"06/28/1985\", \"10034 foxboror\",\"510-509\");\n\t\t\n\t}",
"end": 902,
"score": 0.9941696524620056,
"start": 896,
"tag": "NAME",
"value": "Anisha"
}
] | null | [] | package main.java.com.banking;
public class AccountCreation {
public void SaveProfileInfo(String name, String dob,String address,String phone){
//create object refence
Profile pObj = new Profile();
pObj.setName(name);
pObj.setAddress(address);
pObj.setPhone(phone);
pObj.setDob(dob);
System.out... | 956 | 0.733264 | 0.713389 | 38 | 24.157894 | 27.358753 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.052632 | false | false | 7 |
2343a30e915844ae402559a6c7c185421f9af9f1 | 19,490,561,648,083 | c38edb4325aeb8e1fe362c54d0be44542eb98044 | /src/main/java/computationEngine/SparkJobs/SparkJobMaker.java | a1d0e4ad853f87e15fa5be25f6c05ed49367997d | [] | no_license | jinfenglin/TracePlatfrom | https://github.com/jinfenglin/TracePlatfrom | e50db1b720de43d01a2a3b88344a497051456275 | 28081514dac4b56f30eabdb6d73f42825cff339b | refs/heads/master | 2020-03-27T09:18:50.620000 | 2018-10-25T18:29:42 | 2018-10-25T18:29:42 | 146,330,024 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package computationEngine.SparkJobs;
import computationEngine.Model.TraceModel;
import messageDeliver.DebeziumEvent;
import org.springframework.stereotype.Component;
import spring.services.TIMGraph;
import java.sql.Timestamp;
import java.util.StringJoiner;
@Component
public class SparkJobMaker {
public SparkJob... | UTF-8 | Java | 1,495 | java | SparkJobMaker.java | Java | [] | null | [] | package computationEngine.SparkJobs;
import computationEngine.Model.TraceModel;
import messageDeliver.DebeziumEvent;
import org.springframework.stereotype.Component;
import spring.services.TIMGraph;
import java.sql.Timestamp;
import java.util.StringJoiner;
@Component
public class SparkJobMaker {
public SparkJob... | 1,495 | 0.674248 | 0.674248 | 42 | 34.595238 | 30.482672 | 123 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.595238 | false | false | 7 |
bbdb1e269de893e529b2093061843f1111a4f5c6 | 3,307,124,854,872 | 77bc3cc12674ceec36a26d1574d712d483594cbd | /Ateam_IoT_Spring/src/main/java/com/hanul/ateamiot/IoTController.java | d9b73e37d520fc4414fa1e4fb05e17f6b98526de | [] | no_license | meerkatjin/ateam_app_springs | https://github.com/meerkatjin/ateam_app_springs | 221e1f9f0a4aa1c0ec1e6b8aae8dcc266828cace | a3ea974a1fef5eb4c2d3b226ef72a5c817bde5a3 | refs/heads/master | 2023-03-25T04:08:20.543000 | 2021-03-24T07:01:33 | 2021-03-24T07:01:33 | 327,767,908 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.hanul.ateamiot;
import java.util.ArrayList;
import java.util.UUID;
import javax.servlet.http.HttpServletRequest;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annota... | UTF-8 | Java | 2,113 | java | IoTController.java | Java | [] | null | [] | package com.hanul.ateamiot;
import java.util.ArrayList;
import java.util.UUID;
import javax.servlet.http.HttpServletRequest;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annota... | 2,113 | 0.731167 | 0.72969 | 64 | 30.734375 | 24.838379 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.40625 | false | false | 7 |
0f4a47eae30fb8c5ccb6055d74296f5e98950baf | 20,298,015,502,155 | 6311030a14ab34663066d00517d1da2a2f2147fc | /src/main/java/com/itvsme/pizzeria/service/OrderPizzaService.java | 9da9b80cf4e31e2d147cff3f8565711e5301f121 | [] | no_license | jaca1119/Pizzeria-spring | https://github.com/jaca1119/Pizzeria-spring | c5d5ecc9fedddb1395da363d5289d7c82e75f4c4 | 31ec48aded78009d4440808d5d1a31ca4437298b | refs/heads/master | 2020-12-19T07:00:07.524000 | 2020-05-20T12:19:03 | 2020-05-20T12:19:03 | 235,656,320 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.itvsme.pizzeria.service;
import com.itvsme.pizzeria.model.addon.Addon;
import com.itvsme.pizzeria.model.addon.AddonInput;
import com.itvsme.pizzeria.model.order.OrderPizza;
import com.itvsme.pizzeria.model.order.OrderPizzaCart;
import com.itvsme.pizzeria.model.payment.Payment;
import com.itvsme.pizzeria.mo... | UTF-8 | Java | 3,757 | java | OrderPizzaService.java | Java | [] | null | [] | package com.itvsme.pizzeria.service;
import com.itvsme.pizzeria.model.addon.Addon;
import com.itvsme.pizzeria.model.addon.AddonInput;
import com.itvsme.pizzeria.model.order.OrderPizza;
import com.itvsme.pizzeria.model.order.OrderPizzaCart;
import com.itvsme.pizzeria.model.payment.Payment;
import com.itvsme.pizzeria.mo... | 3,757 | 0.714134 | 0.714134 | 97 | 37.73196 | 37.795303 | 235 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.536082 | false | false | 7 |
4a4e444beb6ccefb501e4d20d6184fb83ce6aec4 | 7,636,451,892,978 | 3af9b2a11e7ccd2a872fd72aca14d45b867df3e4 | /src/main/java/FlightManager.java | d90e5a8bdc0f4f5fb8bbb148b05b73a9aeec16e8 | [] | no_license | Eisman111/codeclan_travel_java | https://github.com/Eisman111/codeclan_travel_java | 3c13c22939376a9eede5d0995ac20a7384a60b36 | 7385c9d92496196c452973b2248b37c04867e355 | refs/heads/master | 2020-12-08T17:22:07.374000 | 2020-01-10T12:48:26 | 2020-01-10T12:48:26 | 233,045,845 | 0 | 0 | null | false | 2020-10-13T18:45:49 | 2020-01-10T12:49:17 | 2020-01-10T12:51:52 | 2020-10-13T18:45:48 | 11 | 0 | 0 | 1 | Java | false | false | public class FlightManager {
public int calculateAvailableBagWeightPerPassenger(Flight flight) {
return (calculateBagReservedWeight(flight)) /
flight.getPlane().getPlaneType().getPassengersCapacity();
}
public int calculateTotalBookedBagWeight(Flight flight) {
int bagWeight... | UTF-8 | Java | 760 | java | FlightManager.java | Java | [] | null | [] | public class FlightManager {
public int calculateAvailableBagWeightPerPassenger(Flight flight) {
return (calculateBagReservedWeight(flight)) /
flight.getPlane().getPlaneType().getPassengersCapacity();
}
public int calculateTotalBookedBagWeight(Flight flight) {
int bagWeight... | 760 | 0.736842 | 0.735526 | 20 | 37 | 33.479843 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 7 |
7a81e8d190599b0e89e4330e46ab414de62158ac | 10,591,389,363,519 | 082a2b4c291f4ee72ae64cfeb92c41e51dc597e4 | /src/main/java/by/andervyd/access_modifiers_and_package/package/package_two/ClassTwo.java | c72cae471f00dc187922a6c5be8ac5a828d709ef | [] | no_license | andervyd/Java_OCA | https://github.com/andervyd/Java_OCA | 9a7b2410d8e44451b9b7b13cc37c4e086b5d52a2 | 57a5ec424ffa420a9ac71228dec596e85eabfaf6 | refs/heads/master | 2023-05-08T10:17:05.869000 | 2021-05-26T19:24:46 | 2021-05-26T19:24:46 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package by.andervyd.access_modifiers_and_package.package_two;
public class ClassTwo {
}
class ClassOne {
}
| UTF-8 | Java | 110 | java | ClassTwo.java | Java | [] | null | [] | package by.andervyd.access_modifiers_and_package.package_two;
public class ClassTwo {
}
class ClassOne {
}
| 110 | 0.763636 | 0.763636 | 8 | 12.75 | 20.023424 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.125 | false | false | 7 |
24403b7cd57b02e27d512856359bdccae8b500a8 | 13,099,650,261,663 | f13c3fa23c5282b81ae32c86c80b1d4242f0807d | /app/src/main/java/com/tur/bumerang/Global/Model/RecycleModel.java | 9f5e207558dea16bd50a1d0ef756c5f807c1bc04 | [] | no_license | upmanager/Bumerang-android | https://github.com/upmanager/Bumerang-android | 823baa6bd2c29682755cc176f4aff87f9528ed30 | b4fa83bd055c2fa91262e7c52fcded1fa2e529b0 | refs/heads/master | 2022-11-10T06:56:53.515000 | 2020-06-22T16:46:04 | 2020-06-22T16:46:04 | 240,452,779 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.tur.bumerang.Global.Model;
public class RecycleModel {
int id;
String imagename;
String productname;
public int getId() {
return id;
}
public void setId(int id) {
this.id = id;
}
public String getImagename() {
return imagename;
}
public vo... | UTF-8 | Java | 572 | java | RecycleModel.java | Java | [] | null | [] | package com.tur.bumerang.Global.Model;
public class RecycleModel {
int id;
String imagename;
String productname;
public int getId() {
return id;
}
public void setId(int id) {
this.id = id;
}
public String getImagename() {
return imagename;
}
public vo... | 572 | 0.611888 | 0.611888 | 31 | 17.451612 | 15.898547 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.322581 | false | false | 7 |
e5ac1648e2d98f5e4dc5768957693d568cc2da57 | 3,401,614,116,317 | d9b1827e24d31dc1119477225d67afc14d3a6d5d | /kapacitor-cli/src/main/java/com/raysdata/kapacitor_cli/exception/BlankException.java | c1dc357a37fe779ee01d953b20eff1f96832df34 | [] | no_license | jiutianfeiwu/kapacitor-client | https://github.com/jiutianfeiwu/kapacitor-client | 0469b06a6163e32734e26dbf0d973d0fa5179f18 | ff0d99fc71b9866bb07c909a0c2c94f7f46b7557 | refs/heads/master | 2021-01-01T05:11:45.238000 | 2016-04-27T09:24:19 | 2016-04-27T09:24:19 | 57,200,361 | 0 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.raysdata.kapacitor_cli.exception;
public class BlankException extends Exception {
/**
*
*/
private static final long serialVersionUID = 1L;
public BlankException(){
super();
}
public BlankException(String mess){
super(mess);
}
}
| UTF-8 | Java | 273 | java | BlankException.java | Java | [] | null | [] | package com.raysdata.kapacitor_cli.exception;
public class BlankException extends Exception {
/**
*
*/
private static final long serialVersionUID = 1L;
public BlankException(){
super();
}
public BlankException(String mess){
super(mess);
}
}
| 273 | 0.673993 | 0.67033 | 15 | 16.200001 | 18.206959 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.066667 | false | false | 7 |
bb01f5da8fd71228c3a6a1302607a89f1966df9a | 20,237,885,916,720 | 9458d5d35e65f1037311ccde72f65e2fa5c4a4bf | /src/test/java/org/gradle/sample/GreeterTest.java | 37f677cae8bb1ca8619d005eb379b675c318e77f | [] | no_license | oscarDelgadillo/OD | https://github.com/oscarDelgadillo/OD | d0b3deab41c99a99e10d60545e94047c8e2fc8f7 | b81d957b24c8e0c4b71ca83df842c9b430e3a372 | refs/heads/master | 2021-04-27T00:53:20.786000 | 2018-02-28T15:01:04 | 2018-02-28T15:01:04 | 122,662,256 | 0 | 0 | null | true | 2018-02-28T15:01:04 | 2018-02-23T19:11:59 | 2018-02-27T17:52:44 | 2018-02-28T15:01:04 | 65 | 0 | 0 | 0 | Java | false | null | package org.gradle.sample;
import org.junit.Before;
import org.junit.Test;
import static org.junit.Assert.assertEquals;
/**
* Created by Administrator on 2/22/2018.
*/
public class GreeterTest {
private Greeter greeter;
/**
* This method execute before any test.
*/
@Before
public void setUp() {
... | UTF-8 | Java | 2,761 | java | GreeterTest.java | Java | [
{
"context": " org.junit.Assert.assertEquals;\n\n/**\n * Created by Administrator on 2/22/2018.\n */\npublic class GreeterTest {\n\n p",
"end": 154,
"score": 0.7662226557731628,
"start": 141,
"tag": "NAME",
"value": "Administrator"
},
{
"context": "Exception {\n final String actu... | null | [] | package org.gradle.sample;
import org.junit.Before;
import org.junit.Test;
import static org.junit.Assert.assertEquals;
/**
* Created by Administrator on 2/22/2018.
*/
public class GreeterTest {
private Greeter greeter;
/**
* This method execute before any test.
*/
@Before
public void setUp() {
... | 2,761 | 0.677291 | 0.674756 | 122 | 21.639345 | 20.622313 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.377049 | false | false | 7 |
500b9c474bbe3359c7f2030d6fd17e4960410133 | 28,166,395,572,979 | ff8bde722e5868cccb456dfebf8832bb7461491d | /FonixFlightOffers/src/main/java/com/fonix/FonixFlightOffers/controller/OfferController.java | 93acfa94ba1596ca0d79e96eadd2745afc15c5fb | [] | no_license | HeliPatel91/FlightOffersSubscrption | https://github.com/HeliPatel91/FlightOffersSubscrption | 8f9c9092b951ba5919f993935b4d607e8874aa43 | 3e812b9d55a34d1bd6bb5e9198f7d649d6067057 | refs/heads/master | 2020-05-24T17:13:05.314000 | 2019-05-21T12:13:18 | 2019-05-21T12:13:18 | 187,379,047 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.fonix.FonixFlightOffers.controller;
import java.time.LocalDate;
import java.time.Period;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpStatus;
import org.springframework.http.MediaType;
import org.springframework.http.Res... | UTF-8 | Java | 5,117 | java | OfferController.java | Java | [] | null | [] | package com.fonix.FonixFlightOffers.controller;
import java.time.LocalDate;
import java.time.Period;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpStatus;
import org.springframework.http.MediaType;
import org.springframework.http.Res... | 5,117 | 0.734415 | 0.733242 | 114 | 42.885963 | 41.69075 | 166 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.131579 | false | false | 7 |
7ee486c8a1866c92ec85098698fc0d810173d627 | 25,563,645,363,946 | 05279e5f4a67461fb7f0b0a15bd18edcfbee7eca | /security/src/main/java/javacloud/framework/security/internal/BasicCredentials.java | 8044ae2e586833bc7a21eed286ad8c2a5e804659 | [
"Apache-2.0"
] | permissive | javacloud-io/framework | https://github.com/javacloud-io/framework | 9360ea33de659a0b1fa3eceafc2e8d02360c208a | 035a4644fa0897247e5444b6f3b27f3ffc3692e6 | refs/heads/main | 2023-07-29T04:17:07.950000 | 2023-04-23T04:12:52 | 2023-04-23T04:12:52 | 173,407,125 | 0 | 1 | Apache-2.0 | false | 2023-07-05T20:53:20 | 2019-03-02T05:25:11 | 2021-12-22T03:53:34 | 2023-07-05T20:53:19 | 19,704 | 0 | 1 | 4 | Java | false | false | package javacloud.framework.security.internal;
import java.util.Map;
import javacloud.framework.security.Credentials;
import javacloud.framework.util.Codecs;
import javacloud.framework.util.Objects;
/**
* Simple authentication request, just principal & credentials. There are remoteAddress field help to ident... | UTF-8 | Java | 1,895 | java | BasicCredentials.java | Java | [
{
"context": " field help to identify original.\r\n * \r\n * @author tobi\r\n *\r\n */\r\npublic class BasicCredentials implement",
"end": 355,
"score": 0.9994275569915771,
"start": 351,
"tag": "USERNAME",
"value": "tobi"
}
] | null | [] | package javacloud.framework.security.internal;
import java.util.Map;
import javacloud.framework.security.Credentials;
import javacloud.framework.util.Codecs;
import javacloud.framework.util.Objects;
/**
* Simple authentication request, just principal & credentials. There are remoteAddress field help to ident... | 1,895 | 0.64591 | 0.638522 | 86 | 20.034883 | 21.997593 | 120 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.534884 | false | false | 7 |
4b7e67d5c8b6ed48f8422187de16097d390846d4 | 24,575,802,891,793 | 49125b99208063499b7751545fcec90f152bdc40 | /myFirstSpring/controller/QuestionController.java | 66f82dd766019e78c422b7ef85fa5e8bd89dc82b | [] | no_license | ffsong951013/ffsong_Projects | https://github.com/ffsong951013/ffsong_Projects | 2c331f18f247d76f527cf0b33a9ea6330576a8ad | 0d2d39ee922a4b54fe60e769f44b3975549a43f7 | refs/heads/master | 2020-05-17T02:44:24.426000 | 2019-04-25T15:48:10 | 2019-04-25T15:48:10 | 183,462,611 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.myFirstSpring.controller;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework... | UTF-8 | Java | 3,705 | java | QuestionController.java | Java | [
{
"context": " com.myFirstSpring.util.myUtil;\r\n\r\n/**\r\n * @author SFF\r\n * @date 2018-8-1\r\n */\r\n@Controller\r\npublic clas",
"end": 1117,
"score": 0.9996676445007324,
"start": 1114,
"tag": "USERNAME",
"value": "SFF"
}
] | null | [] | package com.myFirstSpring.controller;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework... | 3,705 | 0.723308 | 0.718493 | 117 | 28.179487 | 25.114988 | 121 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.145299 | false | false | 7 |
dd8e3b50e1eefe921d050577647affd4f74c9bb4 | 24,077,586,682,506 | 7a9050e40d6ba5883937a298cb44052ffc1f2ac0 | /mini/Args.java | 9c1d7cc78b24939730281861452515ad9e140c9d | [] | no_license | BenGlasser/CS322-hw3 | https://github.com/BenGlasser/CS322-hw3 | a8f430c95c2b06e7776dd8cd90090474ae7efaff | 589987e4d92fdb5619afcfbd531f680ddc671356 | refs/heads/master | 2021-01-01T05:31:54.652000 | 2013-02-21T21:45:45 | 2013-02-21T21:45:45 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package mini;
import compiler.*;
import compiler.Failure;
/** Represents a list of expressions passed as the arguments to a
* function call.
*/
class Args {
/** Holds this argument expression.
*/
private Expr arg;
/** A flag, set during static analysis, to indicate if this
* parameter shoul... | UTF-8 | Java | 3,097 | java | Args.java | Java | [] | null | [] | package mini;
import compiler.*;
import compiler.Failure;
/** Represents a list of expressions passed as the arguments to a
* function call.
*/
class Args {
/** Holds this argument expression.
*/
private Expr arg;
/** A flag, set during static analysis, to indicate if this
* parameter shoul... | 3,097 | 0.53794 | 0.534388 | 94 | 31.946808 | 31.038879 | 121 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.648936 | false | false | 7 |
b3cdb4eafec8ac8b217c0f2901f9eef468770cf1 | 4,054,449,159,579 | 776485acb6089540df2f266dc0f7dbf86dac206d | /Newawe_Source/com/inmobi/commons/core/configs/ConfigNetworkClient.java | 92d52566e25a17a350932277fdc8abdcb5fc3a7c | [] | no_license | newawe/Newawe-Android | https://github.com/newawe/Newawe-Android | d044a9534de8391a684c57eaf852254d88249cfc | 6de139d11d412ef1928722dee0d5a2d72bf07fcb | refs/heads/master | 2021-06-03T15:54:51.209000 | 2016-05-06T23:34:56 | 2016-05-06T23:34:56 | 58,172,398 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.inmobi.commons.core.configs;
import com.inmobi.commons.core.configs.ConfigNetworkResponse.ConfigResponse;
import com.inmobi.commons.core.network.SyncNetworkTask;
import com.inmobi.commons.core.utilities.Logger;
import com.inmobi.commons.core.utilities.Logger.InternalLogLevel;
import java.util.Map;
import j... | UTF-8 | Java | 2,600 | java | ConfigNetworkClient.java | Java | [] | null | [] | package com.inmobi.commons.core.configs;
import com.inmobi.commons.core.configs.ConfigNetworkResponse.ConfigResponse;
import com.inmobi.commons.core.network.SyncNetworkTask;
import com.inmobi.commons.core.utilities.Logger;
import com.inmobi.commons.core.utilities.Logger.InternalLogLevel;
import java.util.Map;
import j... | 2,600 | 0.610769 | 0.546538 | 71 | 35.619717 | 28.984388 | 128 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.492958 | false | false | 7 |
26d36b9016a0bc948814dd1e94664cea3209bf25 | 8,117,488,196,879 | 5b6063a5c3a8114acfc57454127f9c6768f5b4dc | /05_IMPLEMENTATION/05_02_NATIVE/VuiBongDa/app/src/main/java/ats/abongda/helper/DateTimeUlti.java | e2498a14f9cdde293971c2ea0cdc69b05fc6e921 | [] | no_license | vtproduction/vuibongda | https://github.com/vtproduction/vuibongda | 9560ab60aec5133c63100c47d8ee263c6ad71550 | a064f2b68abd277c949e701de59a0cd6445e8ea0 | refs/heads/master | 2020-03-22T01:33:09.046000 | 2016-10-01T13:13:18 | 2016-10-01T13:13:18 | 139,312,968 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ats.abongda.helper;
import org.joda.time.DateTime;
import org.joda.time.format.DateTimeFormat;
import org.joda.time.format.DateTimeFormatter;
/**
* Created by NienLe on 12-Jul-16.
*/
public class DateTimeUlti {
public static DateTime stringToDatetime(String dateTimeString){
DateTime dateTime;
... | UTF-8 | Java | 684 | java | DateTimeUlti.java | Java | [
{
"context": ".time.format.DateTimeFormatter;\n\n/**\n * Created by NienLe on 12-Jul-16.\n */\npublic class DateTimeUlti {\n ",
"end": 176,
"score": 0.9991347789764404,
"start": 170,
"tag": "USERNAME",
"value": "NienLe"
}
] | null | [] | package ats.abongda.helper;
import org.joda.time.DateTime;
import org.joda.time.format.DateTimeFormat;
import org.joda.time.format.DateTimeFormatter;
/**
* Created by NienLe on 12-Jul-16.
*/
public class DateTimeUlti {
public static DateTime stringToDatetime(String dateTimeString){
DateTime dateTime;
... | 684 | 0.657895 | 0.649123 | 22 | 30.09091 | 28.287338 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.545455 | false | false | 7 |
2743185b2cdfdfb2838f9fac40c4bdff02eed071 | 7,215,545,093,875 | 3ac79cc1fbd42055b4aa1afc2246ea2ecf3e6c4c | /src/main/java/com/example/jkapi/service/impl/DoctorHospitalServiceImpl.java | b631fde5cc9e51b424ded9e380975e6a9632b862 | [] | no_license | dragonII/jkapi | https://github.com/dragonII/jkapi | 571d907a0962937e2169df0d8f68a02fc0a6a75b | d0d25becba48c56dbbd5a49aeddbd98833d2c6c0 | refs/heads/master | 2016-03-27T22:51:10.039000 | 2015-09-18T07:29:06 | 2015-09-18T07:29:06 | 42,167,176 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.jkapi.service.impl;
import java.util.ArrayList;
import java.util.List;
import org.springframework.stereotype.Service;
import com.example.jkapi.model.DoctorHospital;
import com.example.jkapi.service.IDoctorHospitalService;
import com.example.jkapi.utils.Constants.Database;
import com.example.jkapi... | UTF-8 | Java | 3,106 | java | DoctorHospitalServiceImpl.java | Java | [] | null | [] | package com.example.jkapi.service.impl;
import java.util.ArrayList;
import java.util.List;
import org.springframework.stereotype.Service;
import com.example.jkapi.model.DoctorHospital;
import com.example.jkapi.service.IDoctorHospitalService;
import com.example.jkapi.utils.Constants.Database;
import com.example.jkapi... | 3,106 | 0.738599 | 0.736946 | 108 | 27.018518 | 29.261902 | 114 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.62963 | false | false | 7 |
36b5538eed3ef44e5fd207b5cf21e8761e5cc01e | 14,345,190,774,316 | cf75ad08a6e69878154f112e7e1cda9e5b3af3ac | /Lernhilfesystem/app/src/main/java/project/pfrauscher/ctenhalter/lernhilfesystem/MainActivity.java | 1a2713217f691f53a30f37b14c31f22ba6099822 | [] | no_license | pfrauscher/Lernhilfesystem | https://github.com/pfrauscher/Lernhilfesystem | 1f6405d16932e36d13c3ab959dac857bed287c7a | 0bf1f174dd5963ee71b1368a8f1ed2204341f65f | refs/heads/master | 2020-12-23T21:06:21.560000 | 2016-06-19T18:57:57 | 2016-06-19T18:57:57 | 60,011,997 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package project.pfrauscher.ctenhalter.lernhilfesystem;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.ContextMenu;
import android.view.Menu;
import android.view.MenuItem;
import android.view.View;
import android.widget.AdapterView;
import a... | UTF-8 | Java | 2,604 | java | MainActivity.java | Java | [] | null | [] | package project.pfrauscher.ctenhalter.lernhilfesystem;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.ContextMenu;
import android.view.Menu;
import android.view.MenuItem;
import android.view.View;
import android.widget.AdapterView;
import a... | 2,604 | 0.673963 | 0.673579 | 100 | 25.040001 | 27.625683 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.42 | false | false | 7 |
1a9fdda09c6e04f7c95fe4048ec36d3153ca8a2a | 26,568,667,698,391 | ae7d561805bf3a988c89b1c380db8105f2a1b894 | /AdapterPattern/src/edu/tum/cs/i1/eist/ClientAdapter.java | 5f1665cc5152044d7ea38902284472f42cc447c3 | [] | no_license | Svilen-Stefanov/Software-design-patterns | https://github.com/Svilen-Stefanov/Software-design-patterns | a1e12a35ece51487e4147a23ca9de664bc7e4c81 | 15c3f45a7d5c2283f5f07a48ce8bcd4279607e9d | refs/heads/master | 2020-03-09T07:38:17.048000 | 2018-04-08T18:22:01 | 2018-04-08T18:22:01 | 128,668,712 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package edu.tum.cs.i1.eist;
public class ClientAdapter {
public static void main(String[] args) {
USCharger usCharger = new USCharger();
PowerAdapter powerAdapter = new USPowerAdapter(usCharger);
connectAdapterToWall(powerAdapter);
}
private static void connectAdapterToWall(PowerAdapter powerAdap... | UTF-8 | Java | 367 | java | ClientAdapter.java | Java | [] | null | [] | package edu.tum.cs.i1.eist;
public class ClientAdapter {
public static void main(String[] args) {
USCharger usCharger = new USCharger();
PowerAdapter powerAdapter = new USPowerAdapter(usCharger);
connectAdapterToWall(powerAdapter);
}
private static void connectAdapterToWall(PowerAdapter powerAdap... | 367 | 0.730245 | 0.72752 | 16 | 20.9375 | 22.823969 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.125 | false | false | 7 |
8f9f8d8af4773246ceb5c679ee71502b788f6fbc | 29,394,756,181,224 | 21d39117ed6a0af41a670738916bbfc101526a93 | /src/Other/Pizza.java | 61862b27782a4c140c28ca19f39c58498e69b6f1 | [] | no_license | VanillaEgirl/Hashcode_practice_2019 | https://github.com/VanillaEgirl/Hashcode_practice_2019 | 127d5096d9a581a45aff8b37d6553556c6a8a484 | 6f7dd0e23953ee5a05591a23996055c9a7cdfb66 | refs/heads/master | 2020-04-25T00:02:28.894000 | 2019-02-24T22:00:04 | 2019-02-24T22:00:04 | 172,365,023 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Other;
import java.util.ArrayList;
import java.util.List;
public class Pizza {
public static int Y;
public static int X;
public static int MIN_INGREDIENTS;
public static int MAX_SIZE;
public static Ingredient[][] map;
public List<Slice> slices = new ArrayList<>();
private boolean[... | UTF-8 | Java | 1,787 | java | Pizza.java | Java | [] | null | [] | package Other;
import java.util.ArrayList;
import java.util.List;
public class Pizza {
public static int Y;
public static int X;
public static int MIN_INGREDIENTS;
public static int MAX_SIZE;
public static Ingredient[][] map;
public List<Slice> slices = new ArrayList<>();
private boolean[... | 1,787 | 0.462787 | 0.454393 | 75 | 22.826666 | 19.046871 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.533333 | false | false | 7 |
83bc5bc7f835c78ecdca8f4d2478515243159568 | 7,687,991,471,651 | 24bdba763e71cf4636bd76c0b4de72b02095fc23 | /fuwesta-core/src/main/java/de/ppi/fuwesta/oval/validation/EarlierThanCheck.java | 722f9bab297ab05bfb6664c2b9c5a2aec34f6e33 | [
"Apache-2.0"
] | permissive | opensource21/fuwesta | https://github.com/opensource21/fuwesta | adbd94670405ac069ee27a59573038086a6ae9e1 | 904af3ef6ce4bd3747498c70b7062c498b0b36da | refs/heads/master | 2021-05-02T07:36:53.242000 | 2017-02-16T10:53:56 | 2017-02-16T10:53:56 | 13,317,929 | 5 | 3 | null | null | null | null | null | null | null | null | null | null | null | null | null | package de.ppi.fuwesta.oval.validation;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
/**
* Checks, if a comparable time of the given field earlier than the reference
* field.
*
*/
public class EarlierThanCheck extends AbstractCompareableCheck<EarlierThan> {
/** The Logger. */
private static ... | UTF-8 | Java | 1,038 | java | EarlierThanCheck.java | Java | [] | null | [] | package de.ppi.fuwesta.oval.validation;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
/**
* Checks, if a comparable time of the given field earlier than the reference
* field.
*
*/
public class EarlierThanCheck extends AbstractCompareableCheck<EarlierThan> {
/** The Logger. */
private static ... | 1,038 | 0.697495 | 0.694605 | 36 | 27.833334 | 24.506802 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.361111 | false | false | 7 |
c6c173bf34844c4002b18a460f35a537da7df11f | 19,275,813,237,458 | 2bc649984c1abbf84d2ba6fe95e3855a975fd79a | /src/Selenium.java | f95735c2e0ce33cb1d4f6884e8e6f0e17390d21e | [] | no_license | serapsagir/Selenium | https://github.com/serapsagir/Selenium | 406397866dac031aeaa1875b49e31b9519304ef5 | 11e7c66e7e7bc4b8a61b1d7758bb34fab7e7303e | refs/heads/master | 2020-04-30T02:50:36.598000 | 2019-03-19T18:23:14 | 2019-03-19T18:23:14 | 176,571,234 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.chrome.ChromeDriver;
import org.testng.Assert;
import org.testng.annotations.AfterClass;
import org.testng.annotations.BeforeClass;
import org.testng.annotations.Test;
import org.openqa.selenium.By;
import org.openqa.selenium.WebElement;
import org.openq... | ISO-8859-9 | Java | 5,634 | java | Selenium.java | Java | [
{
"context": " driver.findElement(By.id(\"email\")).sendKeys(\"sgrserap@hotmail.com\");\n driver.findElement(By.id(\"password\")).s",
"end": 1707,
"score": 0.9999239444732666,
"start": 1687,
"tag": "EMAIL",
"value": "sgrserap@hotmail.com"
},
{
"context": " driver.findEleme... | null | [] |
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.chrome.ChromeDriver;
import org.testng.Assert;
import org.testng.annotations.AfterClass;
import org.testng.annotations.BeforeClass;
import org.testng.annotations.Test;
import org.openqa.selenium.By;
import org.openqa.selenium.WebElement;
import org.openq... | 5,627 | 0.660309 | 0.63584 | 152 | 35.546051 | 33.987968 | 184 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.565789 | false | false | 7 |
ebbac924a46230b2d20dbee9e668180652dc7fdf | 11,304,353,963,055 | 4616ef1793df9f6d4e1169cce8e80a635beb9904 | /src/main/java/com/sakthi/stringdb/StringDbAppCtxBeans.java | f849135c696909ddfcc1d28906e0ff7d343cb4e0 | [] | no_license | sakthidharan/StringDB | https://github.com/sakthidharan/StringDB | 0ef9a9eb61d0b8dfc46689b35f8ee27fa83434f0 | 0acf9c710001487b529bf4963e08c538b6b8544d | refs/heads/master | 2020-04-03T05:17:37.275000 | 2018-11-07T08:58:40 | 2018-11-07T08:58:40 | 155,040,875 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.sakthi.stringdb;
import org.openqa.selenium.firefox.FirefoxOptions;
import org.openqa.selenium.firefox.FirefoxProfile;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.PropertySource;
@Con... | UTF-8 | Java | 1,782 | java | StringDbAppCtxBeans.java | Java | [] | null | [] | package com.sakthi.stringdb;
import org.openqa.selenium.firefox.FirefoxOptions;
import org.openqa.selenium.firefox.FirefoxProfile;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.PropertySource;
@Con... | 1,782 | 0.78844 | 0.787879 | 36 | 47.5 | 27.008743 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.333333 | false | false | 7 |
f76b94bd7230a0e320e00588d326438b0a0714ab | 11,304,353,963,279 | ec3542511534878925d5e3323fc7a21171f41abf | /src/main/java/com/wechat/demo/module/wechat/model/MusicMessage.java | e9912f996665d47b95c7348f69b1481fd02c7fc1 | [] | no_license | 1468216541/wechatofficialaccount | https://github.com/1468216541/wechatofficialaccount | c2d68220e1e6d5114de7da787c7645f67618931b | 0ea3a5a4566adb7882bc7acf8762bd55769eb019 | refs/heads/master | 2022-06-23T03:47:35.060000 | 2020-01-07T06:32:42 | 2020-01-07T06:32:42 | 232,253,552 | 0 | 0 | null | false | 2022-06-17T02:50:55 | 2020-01-07T05:58:16 | 2020-01-07T06:32:52 | 2022-06-17T02:50:54 | 39 | 0 | 0 | 4 | Java | false | false | package com.wechat.demo.module.wechat.model;
import lombok.Data;
@Data
public class MusicMessage extends BaseMessage{
// 音乐
private Music Music;
}
| UTF-8 | Java | 162 | java | MusicMessage.java | Java | [] | null | [] | package com.wechat.demo.module.wechat.model;
import lombok.Data;
@Data
public class MusicMessage extends BaseMessage{
// 音乐
private Music Music;
}
| 162 | 0.740506 | 0.740506 | 10 | 14.8 | 17.04582 | 46 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.3 | false | false | 7 |
ce8359068815e6f184a54546c147a6831bfa2443 | 13,743,895,380,754 | 66f467d8ab26877057553d4ec3ab1da060193ff3 | /python/recursive/java/ProcessData.java | 23f1735690c1d00107fb089e13e71c8e455de4ac | [] | no_license | tigerneil/cs224d-project | https://github.com/tigerneil/cs224d-project | aa1b231f551979a54120e53f75cb61046bdd67eb | 5ffe18eff335e2ab2a18cb6cabc91df716fc340c | refs/heads/master | 2020-12-03T10:41:44.684000 | 2015-06-07T21:56:22 | 2015-06-07T21:56:22 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.io.BufferedReader;
import java.io.FileReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.io.PrintWriter;
import java.util.List;
import java.util.Map;
import java.util.Properties;
import java.util.TreeMap;
import com.google.gson.Gson;
import edu.stanford.nlp.ling.CoreAnnotati... | UTF-8 | Java | 9,343 | java | ProcessData.java | Java | [] | null | [] | import java.io.BufferedReader;
import java.io.FileReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.io.PrintWriter;
import java.util.List;
import java.util.Map;
import java.util.Properties;
import java.util.TreeMap;
import com.google.gson.Gson;
import edu.stanford.nlp.ling.CoreAnnotati... | 9,343 | 0.70213 | 0.691855 | 268 | 33.865673 | 30.748205 | 160 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.488806 | false | false | 7 |
f6b0c65a627f8e8cdd964a9b98e45a3fbf59b1ca | 18,820,546,724,359 | 49826547249cb09dc74580a272a92aaf6b79669d | /src/main/java/org/ayaic/web/administrarcuadernos/VerCuaderno6PDF.java | 3e4e942044527576d26a42db06505120c5b8b316 | [] | no_license | eloyreinaga/hospital | https://github.com/eloyreinaga/hospital | 824d3b35d675ce1568dd6022f68497b3a7af0221 | bc503941b5974bfa1f3dcdf93ca5d896baed2b9b | refs/heads/master | 2020-03-30T03:08:38.592000 | 2018-09-27T20:02:01 | 2018-09-27T20:02:01 | 150,671,383 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.ayaic.web.administrarcuadernos;
import java.awt.Color;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.springframework.web.servlet.view.document.AbstractPdfView;
import java.util.*;
import java.text.*;
import com.lowagie.text.*;
import com.lowagie.tex... | UTF-8 | Java | 48,082 | java | VerCuaderno6PDF.java | Java | [
{
"context": "l(cell);\n\n cell = new PdfPCell(new Phrase(\"Muerte Materna\", DATO_FONT));\n cell.setHorizontalAlignmen",
"end": 33804,
"score": 0.9998347759246826,
"start": 33790,
"tag": "NAME",
"value": "Muerte Materna"
}
] | null | [] | package org.ayaic.web.administrarcuadernos;
import java.awt.Color;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.springframework.web.servlet.view.document.AbstractPdfView;
import java.util.*;
import java.text.*;
import com.lowagie.text.*;
import com.lowagie.tex... | 48,074 | 0.577694 | 0.549296 | 998 | 47.163326 | 41.222797 | 375 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.271543 | false | false | 7 |
7c3557256a250f64f62341254247ab44f4ba79b1 | 30,666,066,556,452 | 48e08077ab78c9f03a08a6087dcfe60ca6448f3f | /Hotel Management/src/Model/User.java | 16c04f8ae95166b37feac972d4dfef2142be6803 | [] | no_license | SivaramakrishnanKN/Hotel-Management-System | https://github.com/SivaramakrishnanKN/Hotel-Management-System | bc9596ec6f88c649ffb08e3d0ba3a2bf1995bc9e | 772054e635f373018ad99f019e50655256bbcd90 | refs/heads/master | 2020-06-24T12:32:16.882000 | 2019-07-26T06:57:54 | 2019-07-26T06:57:54 | 198,963,594 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Model;
import java.io.Serializable;
import java.util.*;
public class User implements Serializable {
/**
*
*/
private static final long serialVersionUID =4;
String name;
String address;
String email;
String user_name;
Float dues;
private String password;
Date dob;
public flo... | UTF-8 | Java | 1,130 | java | User.java | Java | [
{
"context": "\n\t}\r\n\tpublic String getPassword() {\r\n\t\treturn this.password;\r\n\t}\r\n\tpublic String getUserName() {\r\n\t\treturn th",
"end": 863,
"score": 0.6338672637939453,
"start": 855,
"tag": "PASSWORD",
"value": "password"
}
] | null | [] | package Model;
import java.io.Serializable;
import java.util.*;
public class User implements Serializable {
/**
*
*/
private static final long serialVersionUID =4;
String name;
String address;
String email;
String user_name;
Float dues;
private String password;
Date dob;
public flo... | 1,132 | 0.630089 | 0.628319 | 57 | 17.85965 | 17.854616 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.77193 | false | false | 7 |
093e8ae855a9203afb6e6d989d70212876e4856a | 10,488,310,183,750 | 9e7eb90dc8c7963ef7f2c0f52df6fa27ee90e759 | /polymer-pay-service/src/main/java/com/zyzf/pay/account/service/RpAccountTransactionService.java | a959b58217968918117981e00a35dcdaa7177919 | [] | no_license | rjzfrj/polymer-pay-parent | https://github.com/rjzfrj/polymer-pay-parent | 4292e9a9ca1a9ad7dd63d5b4b1045877fef4bb59 | defb03fda7f5c3b486f096c99cd69ab7ce05017c | refs/heads/master | 2021-01-20T16:41:25.513000 | 2017-05-15T10:08:21 | 2017-05-15T10:08:21 | 90,846,222 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zyzf.pay.account.service;
import java.math.BigDecimal;
import com.zyzf.pay.account.entity.RpAccount;
import com.zyzf.pay.common.core.exception.BizException;
/**
* 账户操作service接口
* :
*
*/
public interface RpAccountTransactionService {
/** 加款:有银行流水 **/
RpAccount creditToAccount(String userNo, BigDe... | UTF-8 | Java | 1,515 | java | RpAccountTransactionService.java | Java | [] | null | [] | package com.zyzf.pay.account.service;
import java.math.BigDecimal;
import com.zyzf.pay.account.entity.RpAccount;
import com.zyzf.pay.common.core.exception.BizException;
/**
* 账户操作service接口
* :
*
*/
public interface RpAccountTransactionService {
/** 加款:有银行流水 **/
RpAccount creditToAccount(String userNo, BigDe... | 1,515 | 0.776895 | 0.776895 | 40 | 33.650002 | 47.03698 | 147 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.425 | false | false | 7 |
55def0f761e6f49d487121a0d9ecee3d76cefc41 | 3,435,973,873,337 | 77188112002d8e5cc61b8a226bad0e9b6b0c4ae0 | /SupportAggregation/src/test/java/com/intuit/SupportServiceTest.java | 4ca36dfeb27f588788df39fb4ffeff86efda6486 | [] | no_license | AlonAlon-dev/intuit | https://github.com/AlonAlon-dev/intuit | 39986593c9977daec2c3a554359d21f315a54f5d | 47f409cc04a2c2727c1a2291e99be300701813f2 | refs/heads/main | 2022-12-28T11:27:36.926000 | 2020-10-04T09:39:12 | 2020-10-04T09:39:12 | 300,719,902 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.intuit;
import com.intuit.client.BananaWebClient;
import com.intuit.client.StrawberryWebClient;
import com.intuit.comm.MyAggregatedHubRequest;
import com.intuit.comm.MyAggregatedHubResponse;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.extension.ExtendWith;
import org.springframe... | UTF-8 | Java | 1,306 | java | SupportServiceTest.java | Java | [] | null | [] | package com.intuit;
import com.intuit.client.BananaWebClient;
import com.intuit.client.StrawberryWebClient;
import com.intuit.comm.MyAggregatedHubRequest;
import com.intuit.comm.MyAggregatedHubResponse;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.extension.ExtendWith;
import org.springframe... | 1,306 | 0.803216 | 0.803216 | 29 | 43.103447 | 40.277782 | 169 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.655172 | false | false | 7 |
677e217ec9f0f39984d09cb905a8fac699638864 | 9,363,028,762,902 | 2e30883defe0067f376c6135a27199fbd1e79213 | /src/test/java/ch/sama/sql/dialect/tsql/query/DeclareSetQueryTest.java | 1e57ced9929e5c28c1f80eb124c7f728fd3aab57 | [
"MIT"
] | permissive | bormgruppe/JavaSQL | https://github.com/bormgruppe/JavaSQL | 576c4d632cffe29622981440f0406f7ade518ce4 | 441f586478a89ab313b163e4e8175d6ea801905f | refs/heads/master | 2021-07-06T13:52:48.429000 | 2021-03-22T16:04:55 | 2021-03-22T16:04:55 | 229,065,095 | 0 | 0 | MIT | false | 2021-03-29T12:01:47 | 2019-12-19T13:55:16 | 2021-03-22T16:07:38 | 2021-03-29T12:01:46 | 632 | 0 | 0 | 0 | Java | false | false | package ch.sama.sql.dialect.tsql.query;
import ch.sama.sql.dialect.tsql.TSqlQueryFactory;
import ch.sama.sql.dialect.tsql.TSqlSourceFactory;
import ch.sama.sql.dialect.tsql.TSqlValueFactory;
import ch.sama.sql.dialect.tsql.type.TYPE;
import ch.sama.sql.query.exception.IllegalIdentifierException;
import ch.sama.... | UTF-8 | Java | 4,536 | java | DeclareSetQueryTest.java | Java | [] | null | [] | package ch.sama.sql.dialect.tsql.query;
import ch.sama.sql.dialect.tsql.TSqlQueryFactory;
import ch.sama.sql.dialect.tsql.TSqlSourceFactory;
import ch.sama.sql.dialect.tsql.TSqlValueFactory;
import ch.sama.sql.dialect.tsql.type.TYPE;
import ch.sama.sql.query.exception.IllegalIdentifierException;
import ch.sama.... | 4,536 | 0.412919 | 0.406746 | 118 | 36.440678 | 29.290926 | 195 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.423729 | false | false | 7 |
921ae0c7e950899108a7f2956232518b2922163a | 35,356,170,828,906 | 1b6c4a7935afb6ee1c6ec8d9dc8ebdcbdf67991d | /creation/src/main/java/diploma/autos/creation/dto/AdvertisementDTO.java | ef625704dca194aff705907d6dd79e3c9b958e04 | [] | no_license | holovser/autos | https://github.com/holovser/autos | 0cdf3d22d4dd7df6e518705bc8851e0896fe9592 | e8041b2b1c39b32dcbca04f94571c44491d524a7 | refs/heads/master | 2023-05-02T11:18:24.316000 | 2020-06-04T15:53:00 | 2020-06-04T15:53:00 | 247,771,963 | 0 | 0 | null | false | 2023-04-14T17:43:21 | 2020-03-16T17:03:00 | 2020-06-04T15:53:20 | 2023-04-14T17:43:21 | 668 | 0 | 0 | 1 | HTML | false | false | package diploma.autos.creation.dto;
import javax.persistence.*;
import java.sql.Timestamp;
@Entity
@Table(name = "Advertisement", schema = "catalog", catalog = "")
public class AdvertisementDTO {
private int advertisementId;
private Timestamp created;
private int authorId;
private Integer carId;
p... | UTF-8 | Java | 2,336 | java | AdvertisementDTO.java | Java | [] | null | [] | package diploma.autos.creation.dto;
import javax.persistence.*;
import java.sql.Timestamp;
@Entity
@Table(name = "Advertisement", schema = "catalog", catalog = "")
public class AdvertisementDTO {
private int advertisementId;
private Timestamp created;
private int authorId;
private Integer carId;
p... | 2,336 | 0.607021 | 0.602312 | 90 | 24.955555 | 23.387039 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.411111 | false | false | 7 |
ccb3126e02a9d1fad574ad1d5c7abe64b6f0a4ad | 38,319,698,246,288 | 4eda9f9d39fcce71a97382bc9dcea1c6f2e74b1c | /longcheng_app/testTv/app/src/main/java/com/longcheng/lifecareplanTv/home/dynamic/adapter/DynamicsAdapter.java | f6fdf464aef4b6891cc90597b071082bd181c1bd | [] | no_license | junwei0000/all | https://github.com/junwei0000/all | 4eacc518a93f2e1b92a921fa294bdce7b6694e79 | dffe32c16e38c46a60ec2022f5da198b7c02a383 | refs/heads/master | 2021-07-17T22:13:06.343000 | 2021-02-23T06:41:11 | 2021-02-23T06:41:11 | 54,452,127 | 2 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.longcheng.lifecareplanTv.home.dynamic.adapter;
import android.content.Context;
import android.content.Intent;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import android.widget.RelativeLayout;
import android.widget.TextView;
import com.longcheng.lifecareplanTv.... | UTF-8 | Java | 4,165 | java | DynamicsAdapter.java | Java | [
{
"context": "ewList;\n\nimport java.util.List;\n\n/**\n * Created by liuyu on 17/1/20.\n * 防止RecyclerView更新数据的时候焦点丢失:\n * (1)a",
"end": 1207,
"score": 0.9995183944702148,
"start": 1202,
"tag": "USERNAME",
"value": "liuyu"
}
] | null | [] | package com.longcheng.lifecareplanTv.home.dynamic.adapter;
import android.content.Context;
import android.content.Intent;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import android.widget.RelativeLayout;
import android.widget.TextView;
import com.longcheng.lifecareplanTv.... | 4,165 | 0.646914 | 0.641751 | 119 | 33.176472 | 28.413408 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.478992 | false | false | 7 |
04a8ca57bd589924775a68272bc3df044f4189a2 | 36,086,315,263,963 | 5d8ebd5838661a24c86b748df2a78953123042c4 | /JavaFXCalculator/src/helpers/RPN.java | f1118bc1ffebb6332d0ad9a2c37cb4a0a06fc2cd | [
"Apache-2.0"
] | permissive | PavellF/snippets | https://github.com/PavellF/snippets | 5692b904fe33b7af2eccdc426c43678e5543c45a | 98b8f98a59a8859c0481ff03bcd4b1265ed9568b | refs/heads/master | 2020-03-14T23:37:58.876000 | 2018-09-16T16:22:23 | 2018-09-16T16:22:23 | 131,849,332 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package helpers;
import java.util.ArrayList;
import java.util.Arrays;
public class RPN {
private static boolean degrees = false;
public static void setUnitOfMeasurement(boolean value){
degrees = value;
}
public static String getAnswer(String exp){
String answer = new String();
Double... | UTF-8 | Java | 4,930 | java | RPN.java | Java | [] | null | [] | package helpers;
import java.util.ArrayList;
import java.util.Arrays;
public class RPN {
private static boolean degrees = false;
public static void setUnitOfMeasurement(boolean value){
degrees = value;
}
public static String getAnswer(String exp){
String answer = new String();
Double... | 4,930 | 0.58783 | 0.57789 | 155 | 29.793549 | 34.991554 | 150 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.587097 | false | false | 7 |
5f5b2949c26c617ac5784dde42d2e69309f1ad9a | 33,097,017,987,544 | 53e4ce85bea03676d1ce78c721c1350c7b8af6a4 | /src/main/java/com/test/example/job/JobProperties.java | e7b1f2c3f83c10acb3b2faf5704f90138eaa2f90 | [] | no_license | 0hwan/springMultipleBatch | https://github.com/0hwan/springMultipleBatch | c505b6d1b8d1d696a445db5c6deb856ce16caf11 | b3cc123b7a374762426f405d3a0d8db21a2282f1 | refs/heads/master | 2021-01-22T23:33:51.414000 | 2017-03-21T03:39:17 | 2017-03-21T03:39:17 | 85,653,384 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.test.example.job;
/**
* Created by yhahn@cyworld.biz on 2017. 3. 9..
*/
public interface JobProperties {
public static final String JOB_NAME_OF_SHORT_CONTENT = "job_name_of_short_content";
public static final String JOB_NAME_OF_NORMAL_CONTENT = "job_name_of_normal_content";
public static f... | UTF-8 | Java | 910 | java | JobProperties.java | Java | [
{
"context": "package com.test.example.job;\n\n/**\n * Created by yhahn@cyworld.biz on 2017. 3. 9..\n */\npublic interface JobPropertie",
"end": 66,
"score": 0.9999125003814697,
"start": 49,
"tag": "EMAIL",
"value": "yhahn@cyworld.biz"
}
] | null | [] | package com.test.example.job;
/**
* Created by <EMAIL> on 2017. 3. 9..
*/
public interface JobProperties {
public static final String JOB_NAME_OF_SHORT_CONTENT = "job_name_of_short_content";
public static final String JOB_NAME_OF_NORMAL_CONTENT = "job_name_of_normal_content";
public static final Strin... | 900 | 0.631868 | 0.625275 | 21 | 42.333332 | 35.911709 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.52381 | false | false | 7 |
0b245256925c42f5a3f4de1d2208a6bfe77ee38e | 25,726,854,142,481 | 1fe7ab8f516ecd82e3e6a6ba13ececfae6b6cafd | /src/main/java/com/hewc/ShiroConfig/ShiroConfiguration.java | f4378d8b0f1e7336831f67a653fee948832ddb3b | [] | no_license | shayulajiao/spring-boot-demo | https://github.com/shayulajiao/spring-boot-demo | 67a4a906ffe88819b76c79c6de656f6a7c19a7f3 | 3ef7b74b3b5e087f5f05c34bb8357eaaf3cd49de | refs/heads/master | 2020-03-29T04:41:48.696000 | 2018-09-30T07:05:59 | 2018-09-30T07:05:59 | 149,543,105 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.hewc.ShiroConfig;
import org.apache.shiro.authc.credential.CredentialsMatcher;
import org.apache.shiro.authc.credential.SimpleCredentialsMatcher;
import org.apache.shiro.mgt.SecurityManager;
import org.apache.shiro.realm.AuthorizingRealm;
import org.apache.shiro.spring.LifecycleBeanPostProcessor;
import or... | UTF-8 | Java | 3,285 | java | ShiroConfiguration.java | Java | [] | null | [] | package com.hewc.ShiroConfig;
import org.apache.shiro.authc.credential.CredentialsMatcher;
import org.apache.shiro.authc.credential.SimpleCredentialsMatcher;
import org.apache.shiro.mgt.SecurityManager;
import org.apache.shiro.realm.AuthorizingRealm;
import org.apache.shiro.spring.LifecycleBeanPostProcessor;
import or... | 3,285 | 0.771058 | 0.771058 | 83 | 38.048191 | 31.257925 | 124 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.578313 | false | false | 7 |
2731c0d9ea3fb970b05b076e5cded3280d56e697 | 27,728,308,897,515 | b431ac24ca0bf7aa63d1850436da9b327675bb3d | /app/src/main/java/com/teamvoid/androiddemo/LoginActivity.java | 7b7ce7b1a887effc72e46c3c0b781f875c002796 | [] | no_license | adnanhakim/android-demo | https://github.com/adnanhakim/android-demo | 3073fab8c47a8d8801e7a26fcaa188ee2060a5b8 | 7895f1152a5643c2677a4fe1acffac32cb7cc478 | refs/heads/master | 2022-12-15T17:43:27.271000 | 2020-09-19T07:24:57 | 2020-09-19T07:24:57 | 293,859,991 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.teamvoid.androiddemo;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
public class LoginActivity extends AppCompatActivity {
@Override
protected void ... | UTF-8 | Java | 1,287 | java | LoginActivity.java | Java | [
{
"context": "ty.class);\n intent.putExtra(\"username\", username);\n startActivity(intent);\n });\n",
"end": 1039,
"score": 0.868262767791748,
"start": 1031,
"tag": "USERNAME",
"value": "username"
}
] | null | [] | package com.teamvoid.androiddemo;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
public class LoginActivity extends AppCompatActivity {
@Override
protected void ... | 1,287 | 0.674437 | 0.674437 | 40 | 31.200001 | 23.576683 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.65 | false | false | 7 |
bbf8171364c406d908d2c642a4f9b47381475bec | 15,384,572,919,550 | accd3841867f522871d806db53207e0b3ff63341 | /src/core/User.java | a3e736f46442f732c11d5569870b04979cb21d90 | [] | no_license | Becky-Jones/eAuction | https://github.com/Becky-Jones/eAuction | 1fd20b3e2161fc90896d06cd38f933e6bd6722f8 | 4d4af6c6813a29f51725019e8c69aec882925b3b | refs/heads/master | 2020-04-29T17:25:41.462000 | 2019-04-07T19:05:16 | 2019-04-07T19:05:16 | 176,296,559 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package core;
/**
* This class contains details of the user on the system
*/
public abstract class User implements Blockable, Runnable {
/**
* Protected Fields
*/
private String username;
private String password;
/**
* An empty constructor
*/
User() {
}
/**
* Th... | UTF-8 | Java | 1,702 | java | User.java | Java | [
{
"context": "ername, String password) {\n this.username = username;\n this.password = password;\n }\n\n /**",
"end": 572,
"score": 0.9768731594085693,
"start": 564,
"tag": "USERNAME",
"value": "username"
},
{
"context": "sername(String username) {\n this.u... | null | [] | package core;
/**
* This class contains details of the user on the system
*/
public abstract class User implements Blockable, Runnable {
/**
* Protected Fields
*/
private String username;
private String password;
/**
* An empty constructor
*/
User() {
}
/**
* Th... | 1,702 | 0.592832 | 0.592832 | 81 | 20.024691 | 20.311752 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.148148 | false | false | 7 |
9f2a8d5dfaa1db34f0ae4fcd0c8cbdadd4091274 | 9,981,504,059,419 | acdfc66bfa228bb8e53efa0de2b2c8854bf94844 | /Backend/src/main/java/modul/backend/service/ObjectService.java | bf2dd57ec9d9511b220c28c26226e1a530d4ebb6 | [] | no_license | Vekisa/kraj | https://github.com/Vekisa/kraj | 823d549f7c23949a618f47a195770b30c8ef1e15 | d73073c4674ce825502fda007fd32f68f07185e3 | refs/heads/master | 2023-01-22T08:55:10.550000 | 2019-08-16T15:31:52 | 2019-08-16T15:31:52 | 174,338,222 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package modul.backend.service;
import com.sun.org.apache.xpath.internal.operations.Bool;
import modul.backend.dto.AccommodationTypeDTO;
import modul.backend.dto.ExtraOptionDTO;
import modul.backend.dto.ObjectDTO;
import modul.backend.model.*;
import modul.backend.model.Object;
import modul.backend.repository.ExtraOpt... | UTF-8 | Java | 3,097 | java | ObjectService.java | Java | [] | null | [] | package modul.backend.service;
import com.sun.org.apache.xpath.internal.operations.Bool;
import modul.backend.dto.AccommodationTypeDTO;
import modul.backend.dto.ExtraOptionDTO;
import modul.backend.dto.ObjectDTO;
import modul.backend.model.*;
import modul.backend.model.Object;
import modul.backend.repository.ExtraOpt... | 3,097 | 0.721989 | 0.721989 | 92 | 32.663044 | 30.119066 | 135 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 7 |
58d00da09866956ff87a311c6ac6b9edcfe88a5a | 24,429,774,048,595 | 42b2469fa53f95122dd6f28d3e78890c2e3a6bf1 | /Java Swing/CompSci-2450/Viewer GUI/JTreeFileChooser.java | e2f0c38141e3d4d8e370d103c3e2e7b51dee0a92 | [] | no_license | SpaceMonkeyClan/Java-Scripts | https://github.com/SpaceMonkeyClan/Java-Scripts | efdca95403f7f25872bab709eb44ae0963b56a1b | a6b35dff4c55934f5c5c7dee2470b6fae26ef5da | refs/heads/master | 2020-04-12T06:55:04.058000 | 2018-12-19T00:19:29 | 2018-12-19T00:19:29 | 162,351,451 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import javax.swing.*;
import java.io.File;
import javax.swing.JFileChooser;
import javax.swing.filechooser.FileNameExtensionFilter;
/*Here i use the FileNameExtensionFilter class which inherits from the FileFilt-
er class to filer files by file extension. Its constructor accepts the file
extensions and its descriptio... | UTF-8 | Java | 1,080 | java | JTreeFileChooser.java | Java | [] | null | [] | import javax.swing.*;
import java.io.File;
import javax.swing.JFileChooser;
import javax.swing.filechooser.FileNameExtensionFilter;
/*Here i use the FileNameExtensionFilter class which inherits from the FileFilt-
er class to filer files by file extension. Its constructor accepts the file
extensions and its descriptio... | 1,080 | 0.757407 | 0.757407 | 28 | 37.57143 | 28.841227 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.428571 | false | false | 7 |
fbaa3b0d3cda3ab0c59f84c9fc8c759fb7daff55 | 10,445,360,506,303 | 7a931fc471fd0df1b0ca30b3620ce300af3f6681 | /app/src/main/java/ru/realityfamily/firstapp/Models/Automat.java | 951746ad3c4058525e234bc2bdf1d3706e6f2c98 | [] | no_license | leonis13579/Filp-Exam | https://github.com/leonis13579/Filp-Exam | dfab9356510fbd84166cef7c0cd0e9280cd49c61 | 4ead6872ab3a30a3d534ca3fd82f630c57fe51e9 | refs/heads/master | 2023-03-21T08:01:38.245000 | 2021-03-10T11:22:02 | 2021-03-10T11:22:02 | 346,330,641 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ru.realityfamily.firstapp.Models;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
import java.util.Random;
import java.util.TreeMap;
public class Automat {
public enum AutomatStatusType {
came,
choosing,
paying,
leaving,
adding
}
p... | UTF-8 | Java | 2,444 | java | Automat.java | Java | [] | null | [] | package ru.realityfamily.firstapp.Models;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
import java.util.Random;
import java.util.TreeMap;
public class Automat {
public enum AutomatStatusType {
came,
choosing,
paying,
leaving,
adding
}
p... | 2,444 | 0.574012 | 0.561396 | 89 | 25.719101 | 19.074654 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.674157 | false | false | 7 |
fd257e46ebc440c3814ef9174ff32dccec8ec871 | 10,445,360,506,346 | 52b3cf78da48515d800dab82df123dd97dbbb0cb | /Sep14_homework/src/homework/Test.java | 751ec6f68f1b28e80628d683cbdff1814d878911 | [] | no_license | licengceng/wyu7 | https://github.com/licengceng/wyu7 | 5a5c45f32b02610e694eedf77a69a6416b6ccbd8 | c88a0b79b3976614174face88f10063ba846e814 | refs/heads/master | 2023-01-13T20:56:21.500000 | 2020-11-13T02:13:14 | 2020-11-13T02:13:14 | 295,972,702 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package homework;
public class Test {
public static void main(String[] args) {
Teacher teacher = new Teacher("何老师");
Student student = new Student("李某");
student.setAge(18);
teacher.teach();
teacher.teach(student);
student.listen();
}
}
| UTF-8 | Java | 307 | java | Test.java | Java | [
{
"context": "[] args) {\n Teacher teacher = new Teacher(\"何老师\");\n Student student = new Student(\"李某\");\n ",
"end": 127,
"score": 0.9921513199806213,
"start": 124,
"tag": "NAME",
"value": "何老师"
},
{
"context": "er(\"何老师\");\n Student student = new Student(\"李... | null | [] | package homework;
public class Test {
public static void main(String[] args) {
Teacher teacher = new Teacher("何老师");
Student student = new Student("李某");
student.setAge(18);
teacher.teach();
teacher.teach(student);
student.listen();
}
}
| 307 | 0.579125 | 0.572391 | 13 | 21.692308 | 16.045055 | 45 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.538462 | false | false | 7 |
0db33d2366b32f0847eebbef4c4293fdfcea4e76 | 35,270,271,453,432 | 9ee116100f7a425059b906448c81b146fcf23767 | /madridColab/microservices/clients/contestproposal-client/src/main/java/org/xcolab/client/proposals/exceptions/ProposalRatingValueNotFoundException.java | 3b99d72ba6116fd9f2e0032f1d0810d87ce172aa | [
"MIT"
] | permissive | UPMitd/MadridColab | https://github.com/UPMitd/MadridColab | 1668a83ae0764a4165c30237983c6939d5399976 | 65e50a29453d77ab67bf18a14031dd3e6305569e | refs/heads/master | 2022-10-10T16:04:17.375000 | 2021-01-18T01:11:16 | 2021-01-18T01:11:16 | 208,265,624 | 0 | 2 | null | false | 2022-09-16T03:11:16 | 2019-09-13T13:01:18 | 2021-01-18T01:11:27 | 2022-09-16T03:11:16 | 53,852 | 0 | 2 | 23 | Java | false | false | package org.xcolab.client.proposals.exceptions;
public class ProposalRatingValueNotFoundException extends Exception {
public ProposalRatingValueNotFoundException(long proposalId) {
this("ProposalRatingValue with id " + proposalId + " does not exist");
}
public ProposalRatingValueNotFoundEx... | UTF-8 | Java | 374 | java | ProposalRatingValueNotFoundException.java | Java | [] | null | [] | package org.xcolab.client.proposals.exceptions;
public class ProposalRatingValueNotFoundException extends Exception {
public ProposalRatingValueNotFoundException(long proposalId) {
this("ProposalRatingValue with id " + proposalId + " does not exist");
}
public ProposalRatingValueNotFoundEx... | 374 | 0.721925 | 0.721925 | 11 | 32 | 30.774841 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.272727 | false | false | 7 |
d615b913dbdb21d7caceefba900f9e7fcf0d66f2 | 7,352,984,066,740 | 54d34d2903720b1ce2e490b708b5143fee35b996 | /src/main/java/cn/itganhuo/app/service/impl/CommentServiceImpl.java | 180f067e83b75435e9a83090d8362aeee6948eed | [
"Apache-2.0"
] | permissive | xiaoxing598/itganhuo | https://github.com/xiaoxing598/itganhuo | 8057bee5c43d36d7052a3d01044ac46cf36f9458 | 1bd48345ab755a174348724d7bb9fb7c3fa1405d | refs/heads/master | 2021-01-18T23:31:12.807000 | 2019-03-21T08:09:28 | 2019-03-21T08:09:28 | 28,144,525 | 7 | 3 | Apache-2.0 | false | 2019-03-21T08:09:30 | 2014-12-17T16:08:05 | 2017-04-12T09:00:08 | 2019-03-21T08:09:29 | 6,956 | 4 | 3 | 0 | JavaScript | false | null | /*
* Copyright 2014-2024 the https://github.com/xiaoxing598/itganhuo.
*
* 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
*
*... | UTF-8 | Java | 3,176 | java | CommentServiceImpl.java | Java | [
{
"context": "/*\r\n * Copyright 2014-2024 the https://github.com/xiaoxing598/itganhuo.\r\n *\r\n * Licensed under the Apache Licen",
"end": 61,
"score": 0.9995486736297607,
"start": 50,
"tag": "USERNAME",
"value": "xiaoxing598"
},
{
"context": "务层实现类\r\n * \r\n * @version 0.0.1-SNAP... | null | [] | /*
* Copyright 2014-2024 the https://github.com/xiaoxing598/itganhuo.
*
* 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
*
*... | 3,176 | 0.715796 | 0.702578 | 100 | 28.26 | 27.665726 | 138 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.2 | false | false | 7 |
07964c11a651f66b430493d52aaf2257a71648d3 | 12,086,038,013,639 | fef769a2aa2ca34a229ee1998bbf40a56fa174db | /worldofjava-implementations/src/main/java/fr/masociete/worldofjava/singleton/CarteJeuManager.java | 8cbb436a8b94685c99847926b0dbc2500a0bf902 | [
"MIT"
] | permissive | pitchounvivi/world-of-java | https://github.com/pitchounvivi/world-of-java | 7df2b633a6c8327917591252f3fa675a8bfba667 | 3b3e4228817bcace1b52bfb75beab27f29bfd0b3 | refs/heads/master | 2022-10-05T18:42:30.109000 | 2020-02-08T21:15:50 | 2020-02-08T21:15:50 | 239,184,132 | 0 | 1 | MIT | false | 2022-02-16T01:05:59 | 2020-02-08T18:37:07 | 2020-02-08T21:15:53 | 2022-02-16T01:05:56 | 18,011 | 0 | 0 | 3 | JavaScript | false | false | package fr.masociete.worldofjava.singleton;
import javax.swing.JComponent;
import fr.masociete.worldofjava.cartejeu.dto.Cellule;
import fr.masociete.worldofjava.constante.WorldOfJavaConstante;
import fr.masociete.worldofjava.dto.Personnage;
import fr.masociete.worldofjava.joueur.dto.Joueur;
public class CarteJeuMana... | UTF-8 | Java | 2,895 | java | CarteJeuManager.java | Java | [] | null | [] | package fr.masociete.worldofjava.singleton;
import javax.swing.JComponent;
import fr.masociete.worldofjava.cartejeu.dto.Cellule;
import fr.masociete.worldofjava.constante.WorldOfJavaConstante;
import fr.masociete.worldofjava.dto.Personnage;
import fr.masociete.worldofjava.joueur.dto.Joueur;
public class CarteJeuMana... | 2,895 | 0.70639 | 0.705009 | 120 | 23.125 | 26.381674 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.15 | false | false | 7 |
4b8cfb6a23ddffc940384940657184d50de585e8 | 33,827,162,445,410 | 96f737ed1a56614c30eb77bd5643be67bd276921 | /springboot-aop-cloud-zuul/src/main/java/com/example/demo/filter/UserLoginZuulFilter.java | 1c551bfb6f0e8f1e4536cd7e623e63657a299af6 | [] | no_license | xiadongming/springboot-springcloud-example | https://github.com/xiadongming/springboot-springcloud-example | d5c8e89c082694535dc0fd1a0f648288c85bdfe5 | dbed790abf8b9ccd9d7b8ef695d41fa7857f92d3 | refs/heads/master | 2022-11-29T03:25:18.915000 | 2020-04-06T08:16:28 | 2020-04-06T08:16:28 | 253,434,417 | 0 | 0 | null | false | 2022-11-16T07:19:16 | 2020-04-06T08:08:16 | 2020-04-06T08:21:25 | 2022-11-16T07:19:14 | 544 | 0 | 0 | 1 | Java | false | false | package com.example.demo.filter;
import java.io.IOException;
import javax.servlet.http.HttpServletRequest;
import org.apache.commons.lang3.StringUtils;
import org.springframework.stereotype.Component;
import com.netflix.zuul.ZuulFilter;
import com.netflix.zuul.context.RequestContext;
import com.netflix.zuul.excepti... | UTF-8 | Java | 1,125 | java | UserLoginZuulFilter.java | Java | [] | null | [] | package com.example.demo.filter;
import java.io.IOException;
import javax.servlet.http.HttpServletRequest;
import org.apache.commons.lang3.StringUtils;
import org.springframework.stereotype.Component;
import com.netflix.zuul.ZuulFilter;
import com.netflix.zuul.context.RequestContext;
import com.netflix.zuul.excepti... | 1,125 | 0.759111 | 0.754667 | 49 | 21.959183 | 20.712769 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.530612 | false | false | 7 |
8a09b493006e36f25ef9bd501b8f1a6919fdb601 | 37,125,697,306,722 | b29138ee99490d0614d5c4228d481ac00c2f64ff | /src/com/FingerVeinScanner/Frame.java | 52b32f1cbdbc4f7d9ba1374395baa2ce5b1c29ad | [] | no_license | misterharshil/FingerVein-Recognition-Algorithm | https://github.com/misterharshil/FingerVein-Recognition-Algorithm | cbf4040c02e056333a0d792ecc1681f874478d75 | 5a84a2ad0ab03903b5fead648092c7e18395dbf4 | refs/heads/master | 2020-03-19T08:48:04.644000 | 2018-06-05T21:22:02 | 2018-06-05T21:22:02 | 136,235,954 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.FingerVeinScanner;
import javax.swing.*;
import java.awt.*;
import javax.swing.border.Border;
public class Frame
{
//////////////////////////////// Fields ///////////////////////////////////
/**
* Name of the project.
*/
private String projectName = " - Project One";
PictureFram... | UTF-8 | Java | 4,131 | java | Frame.java | Java | [] | null | [] | package com.FingerVeinScanner;
import javax.swing.*;
import java.awt.*;
import javax.swing.border.Border;
public class Frame
{
//////////////////////////////// Fields ///////////////////////////////////
/**
* Name of the project.
*/
private String projectName = " - Project One";
PictureFram... | 4,131 | 0.568143 | 0.557008 | 155 | 25.651613 | 25.428608 | 158 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.406452 | false | false | 7 |
5c61554dbb5d301ee65ac95fd92a7d757bac1563 | 11,493,332,542,206 | bd93285807d1d422dffbddae1a7c226f05b8cefe | /src/main/java/com/cxn/seckill/config/SeckillUserKey.java | fceb28c6b73c36607e495f3b82ffa3230e72c074 | [] | no_license | bruce121/seckill | https://github.com/bruce121/seckill | efb51c6613d46da550c1b743650b7472e356531b | f1f8874b4cdce520be5abfea5d266bf16db0e2a8 | refs/heads/master | 2020-03-13T06:50:56.506000 | 2018-05-07T16:08:26 | 2018-05-07T16:08:26 | 131,013,118 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.cxn.seckill.config;
/**
* @program: seckill
* @description: ${description}
* @author: cxn
* @create: 2018-04-26 23:40
* @Version v1.0
*/
public class SeckillUserKey extends BasePrefix {
private static final int TOKEN_EXPIRE = 3600 * 24 * 2;
private SeckillUserKey(String prefix) {
su... | UTF-8 | Java | 606 | java | SeckillUserKey.java | Java | [
{
"context": "eckill\n * @description: ${description}\n * @author: cxn\n * @create: 2018-04-26 23:40\n * @Version v1.0\n */",
"end": 105,
"score": 0.9997068643569946,
"start": 102,
"tag": "USERNAME",
"value": "cxn"
}
] | null | [] | package com.cxn.seckill.config;
/**
* @program: seckill
* @description: ${description}
* @author: cxn
* @create: 2018-04-26 23:40
* @Version v1.0
*/
public class SeckillUserKey extends BasePrefix {
private static final int TOKEN_EXPIRE = 3600 * 24 * 2;
private SeckillUserKey(String prefix) {
su... | 606 | 0.681518 | 0.645214 | 25 | 23.24 | 24.637012 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 7 |
80bf2ddc37eea727db741983220cb408b9516e1d | 25,048,249,285,624 | 4f2124d64567c99843424e217e5b2eb28df5fb19 | /src/dao/CrDaoImpl.java | 169e082885ed28704311308579230edbdcbb5564 | [] | no_license | Boombaozi/Charge-management-system | https://github.com/Boombaozi/Charge-management-system | 8adbb94aee3afdfebf7c4088710b6e711c6ee19f | 1d6bd1b15621bd8475b58f5ffcfd02962e448372 | refs/heads/master | 2021-09-01T13:13:13.989000 | 2017-12-27T06:04:02 | 2017-12-27T06:04:02 | 114,209,827 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package dao;
import domain.Cr;
import domain.Etype;
import org.apache.commons.dbutils.QueryRunner;
import org.apache.commons.dbutils.handlers.BeanHandler;
import org.apache.commons.dbutils.handlers.BeanListHandler;
import utils.C3P0Util;
import java.sql.SQLException;
import java.util.List;
public class CrDaoImpl imp... | UTF-8 | Java | 1,785 | java | CrDaoImpl.java | Java | [] | null | [] | package dao;
import domain.Cr;
import domain.Etype;
import org.apache.commons.dbutils.QueryRunner;
import org.apache.commons.dbutils.handlers.BeanHandler;
import org.apache.commons.dbutils.handlers.BeanListHandler;
import utils.C3P0Util;
import java.sql.SQLException;
import java.util.List;
public class CrDaoImpl imp... | 1,785 | 0.657703 | 0.65042 | 62 | 27.790323 | 29.07839 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.709677 | false | false | 7 |
41b8939ef846a6abeb5646ef47f4584526e47cd7 | 5,540,507,828,633 | e7e8b7af9726ecc08bcacb10c2922943256ce036 | /src/com/school/student/module/FeeDeatilsModuleSchema.java | f823296cbb1870f0f1463a9737bb7213332c5263 | [] | no_license | kaushalsinghal1/Kaushal-school_management | https://github.com/kaushalsinghal1/Kaushal-school_management | 49ca136be1e473f13781041dee5b4f143c7a5a50 | d795663bd44fcb22393da041d461b1bf15d3bcc5 | refs/heads/master | 2021-07-24T14:21:48.026000 | 2017-11-05T16:40:21 | 2017-11-05T16:40:21 | 103,302,494 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.school.student.module;
import javax.swing.Icon;
public class FeeDeatilsModuleSchema {
public String FEE_DETAILS_MENU_NAME;
public String FEE_DETAILS_DESCRIPTION;
public boolean FEE_DETAILS_VISIBLE;
public boolean FEE_DETAILS_ENABLE;
public int FEE_DETAILS_MNEMONIC;
public String FEE_COLLECTION_DETA... | UTF-8 | Java | 848 | java | FeeDeatilsModuleSchema.java | Java | [] | null | [] | package com.school.student.module;
import javax.swing.Icon;
public class FeeDeatilsModuleSchema {
public String FEE_DETAILS_MENU_NAME;
public String FEE_DETAILS_DESCRIPTION;
public boolean FEE_DETAILS_VISIBLE;
public boolean FEE_DETAILS_ENABLE;
public int FEE_DETAILS_MNEMONIC;
public String FEE_COLLECTION_DETA... | 848 | 0.805425 | 0.805425 | 25 | 32.919998 | 17.334175 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.48 | false | false | 7 |
5e62f1217ed04ab85a191bc1867a9e5483c289c2 | 24,567,213,000,442 | 20271fb1423657ccc1562d71ee082556c6c0bafa | /src/com/rock/leetcode/thread/Foo.java | 5a1060dc5ac0413b024ccb7c8f6e3aec0d5ec813 | [] | no_license | niujx/leetcode | https://github.com/niujx/leetcode | 8ed98e4bfc962905dbb99c71545ad7d097b4b04b | fb4e7a37f4d8b80d3445c63f483f0b09d46c14e5 | refs/heads/master | 2021-07-11T22:03:05.787000 | 2020-06-16T03:04:28 | 2020-06-16T03:04:28 | 153,045,227 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.rock.leetcode.thread;
import java.util.concurrent.CountDownLatch;
/**
* Created with IntelliJ IDEA.
* Description:
* User: yanshi
* Date: 2020-05-20
* Time: 18:29
*/
public class Foo {
private static final CountDownLatch latch1 = new CountDownLatch(1);
private static final CountDownLatch la... | UTF-8 | Java | 1,025 | java | Foo.java | Java | [
{
"context": "eated with IntelliJ IDEA.\n * Description:\n * User: yanshi\n * Date: 2020-05-20\n * Time: 18:29\n */\npublic cla",
"end": 147,
"score": 0.9986578822135925,
"start": 141,
"tag": "USERNAME",
"value": "yanshi"
}
] | null | [] | package com.rock.leetcode.thread;
import java.util.concurrent.CountDownLatch;
/**
* Created with IntelliJ IDEA.
* Description:
* User: yanshi
* Date: 2020-05-20
* Time: 18:29
*/
public class Foo {
private static final CountDownLatch latch1 = new CountDownLatch(1);
private static final CountDownLatch la... | 1,025 | 0.668293 | 0.64878 | 41 | 24 | 27.52294 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.268293 | false | false | 7 |
08007a2e68856e3f0ce36531bd8a0143c6e275b7 | 14,388,140,493,987 | 89050d714d31b72232cdaeed588dc70ebe20f098 | /SPSEJBService/ejbModule/application/ejb/WiringLandDetailConDaoRemote.java | f45021c66ef38f0d8bc52e77810e1174c8f55bf6 | [] | no_license | se3mis/SPS_VERSION | https://github.com/se3mis/SPS_VERSION | 8c185823b2e7ded17a8bd1a84a4bd5eaf7874b8d | 50f25979a095e94125c57ca2604d41969f873de9 | refs/heads/master | 2016-09-14T01:55:23.537000 | 2016-05-06T05:56:38 | 2016-05-06T05:56:38 | 58,184,917 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package application.ejb;
import java.util.List;
import javax.ejb.Remote;
import javax.persistence.PersistenceException;
import application.model.WiringInfo;
import application.model.WiringLandDetail;
import application.model.WiringLandDetailCon;
import application.model.WiringLandDetailConPK;
import app... | UTF-8 | Java | 1,044 | java | WiringLandDetailConDaoRemote.java | Java | [] | null | [] | package application.ejb;
import java.util.List;
import javax.ejb.Remote;
import javax.persistence.PersistenceException;
import application.model.WiringInfo;
import application.model.WiringLandDetail;
import application.model.WiringLandDetailCon;
import application.model.WiringLandDetailConPK;
import app... | 1,044 | 0.833333 | 0.833333 | 27 | 36.666668 | 31.680115 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.259259 | false | false | 7 |
e212edd9f6f2b9966fa0f39be36d8cc049a77106 | 9,191,230,016,620 | 055f7f681580b0ee73d37562144c63549863c3c5 | /src/main/java/ua/bondarenkojek/homework/jdbc/web/filter/UserFilter.java | cc369010f87a60f61c8b3c9af8a4ab1c712c0a1d | [] | no_license | BondarenkoJek/MateAcademy | https://github.com/BondarenkoJek/MateAcademy | 50a864c97b545c25a444dff237e23ef61c1146ed | f2811b912d3b437f232626705c70a157aec661bb | refs/heads/master | 2020-04-07T20:47:15.704000 | 2019-02-26T14:42:32 | 2019-02-26T14:42:32 | 158,703,164 | 1 | 1 | null | false | 2019-02-26T14:42:33 | 2018-11-22T13:26:26 | 2019-02-20T10:03:03 | 2019-02-26T14:42:33 | 136 | 0 | 0 | 0 | Java | false | null | package ua.bondarenkojek.homework.jdbc.web.filter;
import ua.bondarenkojek.homework.jdbc.config.Factory;
import ua.bondarenkojek.homework.jdbc.dao.UserDao;
import ua.bondarenkojek.homework.jdbc.model.Role;
import ua.bondarenkojek.homework.jdbc.model.User;
import javax.servlet.Filter;
import javax.servlet.FilterChain;... | UTF-8 | Java | 3,856 | java | UserFilter.java | Java | [] | null | [] | package ua.bondarenkojek.homework.jdbc.web.filter;
import ua.bondarenkojek.homework.jdbc.config.Factory;
import ua.bondarenkojek.homework.jdbc.dao.UserDao;
import ua.bondarenkojek.homework.jdbc.model.Role;
import ua.bondarenkojek.homework.jdbc.model.User;
import javax.servlet.Filter;
import javax.servlet.FilterChain;... | 3,856 | 0.603475 | 0.602178 | 109 | 34.376148 | 26.095375 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.724771 | false | false | 7 |
965be1c5ca8d5c0fa51be0c88a14995527dc0d9a | 11,390,253,333,141 | 7dfa25af14d7175682e0e577aef8cf6ff07c6ad1 | /src/main/java/com/teamrocket/seng3011/api/ClientRequestContainer.java | 980876102296f199bad36b5d6b73ef19e3ee8bc9 | [] | no_license | JHXSMatthew/Australian-statistics-API-APP | https://github.com/JHXSMatthew/Australian-statistics-API-APP | 6309976a0b1b682be36c52d3d32e22b5b0047ffe | b638566ef001e78dd396743fa5b1b452c7eb8203 | refs/heads/master | 2021-03-16T08:53:14.374000 | 2017-05-30T16:00:23 | 2017-05-30T16:00:23 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.teamrocket.seng3011.api;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.teamrocket.seng3011.api.exceptions.KnownException;
import com.teamrocket.seng3011.utils.DateUtils;
import java.util.Date;
/**
* Created by JHXSMatthew on 11/04/2017.
*/
public class ClientRequestContainer {
@J... | UTF-8 | Java | 1,782 | java | ClientRequestContainer.java | Java | [
{
"context": "eUtils;\n\nimport java.util.Date;\n\n/**\n * Created by JHXSMatthew on 11/04/2017.\n */\npublic class ClientRequestCont",
"end": 256,
"score": 0.9995584487915039,
"start": 245,
"tag": "USERNAME",
"value": "JHXSMatthew"
}
] | null | [] | package com.teamrocket.seng3011.api;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.teamrocket.seng3011.api.exceptions.KnownException;
import com.teamrocket.seng3011.utils.DateUtils;
import java.util.Date;
/**
* Created by JHXSMatthew on 11/04/2017.
*/
public class ClientRequestContainer {
@J... | 1,782 | 0.647026 | 0.635802 | 80 | 21.275 | 18.233879 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.325 | false | false | 7 |
8c4e3f921eafd66ce120190287c1fbf0f4fa320b | 11,605,001,640,642 | a51f71847ee263a28083b46a072c8b2e2339c192 | /src/main/java/jp/gopay/sdk/models/common/JsonNullSerialization.java | 625cbb3b63f058148579217dd43199187849cfc0 | [] | no_license | gyro-n/gopay-java-sdk | https://github.com/gyro-n/gopay-java-sdk | ca793aff7d23af3cbc1c79211f6ed36c612aec7b | e63f56cc087d362ee799852a5bb9af1f6fab56bb | refs/heads/develop | 2018-12-22T19:52:01.712000 | 2018-12-10T02:49:28 | 2018-12-10T02:49:28 | 111,354,469 | 0 | 0 | null | false | 2019-09-10T10:50:26 | 2017-11-20T02:55:42 | 2019-09-10T10:43:36 | 2019-09-10T10:50:25 | 1,226 | 0 | 0 | 15 | Java | false | false | package jp.gopay.sdk.models.common;
/**
* Classes that implement this interface are serialized as Json null values instead of being ignored by Gson.
*/
public interface JsonNullSerialization {
}
| UTF-8 | Java | 198 | java | JsonNullSerialization.java | Java | [] | null | [] | package jp.gopay.sdk.models.common;
/**
* Classes that implement this interface are serialized as Json null values instead of being ignored by Gson.
*/
public interface JsonNullSerialization {
}
| 198 | 0.777778 | 0.777778 | 7 | 27.285715 | 36.865448 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.142857 | false | false | 7 |
d6ad2e710c6428272a65b0cfd64291355faf1f14 | 18,459,769,498,813 | 08df0c4f3dd69d4eec5b5523d12eca2bfc0cdecf | /src/main/java/com/brahma/dao/meta/SortType.java | a65b2d03d13b70aaf06f51843b30ad7789d81bd8 | [
"MIT"
] | permissive | gozefo/brahma-dao | https://github.com/gozefo/brahma-dao | 72cee977cb813ce3fb3b6150ceebb82b41690908 | d8df71f1b4ddba5dc07ec5f3331d9f3785fcb033 | refs/heads/master | 2018-09-03T00:57:58.838000 | 2018-07-04T12:23:50 | 2018-07-04T12:23:50 | 132,906,624 | 2 | 0 | MIT | false | 2018-07-04T12:23:51 | 2018-05-10T13:48:00 | 2018-07-04T12:22:17 | 2018-07-04T12:23:51 | 59 | 2 | 0 | 0 | Java | false | null | /*
* Copyright (c) 2018 gozefo.
*
* Licensed under the MIT License;
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://opensource.org/licenses/MIT
*
*THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
*IMPLIED, INCLU... | UTF-8 | Java | 966 | java | SortType.java | Java | [
{
"context": "/*\n * Copyright (c) 2018 gozefo.\n *\n * Licensed under the MIT License;\n * you may",
"end": 31,
"score": 0.9993457198143005,
"start": 25,
"tag": "USERNAME",
"value": "gozefo"
}
] | null | [] | /*
* Copyright (c) 2018 gozefo.
*
* Licensed under the MIT License;
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://opensource.org/licenses/MIT
*
*THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
*IMPLIED, INCLU... | 966 | 0.707039 | 0.702899 | 34 | 27.411764 | 28.468887 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.382353 | false | false | 7 |
dc52278c398201cb3a25cbe8da40a630a53e24f3 | 7,490,423,029,464 | 7a096ec81fc3fd870df6584fc0231bc0a75641f8 | /src/leetcode/solutions/Solution24.java | 5765d681cb6aadec1d076546e91e3d4646d60a8a | [] | no_license | qiliangwang/Algorithm | https://github.com/qiliangwang/Algorithm | d41880ceedf4064d86f1adbdba77dac04bf80dc7 | 15c785a29ef0134e826228f5c3f71a2673bf87af | refs/heads/master | 2021-11-01T19:18:22.216000 | 2021-10-08T00:24:16 | 2021-10-08T00:24:16 | 156,317,132 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package leetcode.solutions;
import leetcode.base.ListNode;
import leetcode.util.ListUtil;
public class Solution24 {
public ListNode swapPairs(ListNode head) {
ListNode dummy = new ListNode(0);
dummy.next = head;
ListNode L1 = dummy;
ListNode L2 = head;
while (L2 != null &&... | UTF-8 | Java | 784 | java | Solution24.java | Java | [] | null | [] | package leetcode.solutions;
import leetcode.base.ListNode;
import leetcode.util.ListUtil;
public class Solution24 {
public ListNode swapPairs(ListNode head) {
ListNode dummy = new ListNode(0);
dummy.next = head;
ListNode L1 = dummy;
ListNode L2 = head;
while (L2 != null &&... | 784 | 0.575255 | 0.549745 | 29 | 26.034483 | 17.209625 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.586207 | false | false | 7 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.