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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
0ef4503cd2fda1e36657eba21bb8750ce2503d10 | 32,487,132,673,239 | 73601deb01f3c3f90fbe6346c5d407653431609a | /First_Step/data/202/4/submittedfiles/ReactorPlanner.java | a3e8c3e82b777e113612c47f8853a2909256b632 | [] | no_license | Benjam73/ComplexityAnalyzer | https://github.com/Benjam73/ComplexityAnalyzer | 145fbac896ac18e6239791a636fe871efc3de332 | 27a0f1d5528ee66f2913b18137425aae59d06b0f | refs/heads/master | 2020-03-17T09:25:31.308000 | 2018-07-20T13:34:17 | 2018-07-20T13:34:17 | 133,474,612 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* A class to represent the reactor planner.
*/
public class ReactorPlanner {
/**
* A table of integers to model the profit for each time period
**/
private int[] p;
/**
* Constructor by data
***/
public ReactorPlanner(int[] p) {
this.p = new int[p.length];
... | UTF-8 | Java | 904 | java | ReactorPlanner.java | Java | [] | null | [] | /**
* A class to represent the reactor planner.
*/
public class ReactorPlanner {
/**
* A table of integers to model the profit for each time period
**/
private int[] p;
/**
* Constructor by data
***/
public ReactorPlanner(int[] p) {
this.p = new int[p.length];
... | 904 | 0.419248 | 0.413717 | 44 | 19.568182 | 15.436671 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.363636 | false | false | 13 |
5bbf9b528a9d72a1bd9f81a07c748f1739fe4f7d | 32,950,989,098,168 | 4f2d3a643c948b89239e25e0019b5b490a2b7817 | /src/main/java/com/appointment/api/message/request/merchant/MerchantUpdateRequest.java | 3d23101af7fe3f410861f006f0ca569bda8e4ff9 | [] | no_license | bungleon/appointment-api | https://github.com/bungleon/appointment-api | c8ad2d89f9390599b77bdc797dd955a3fe1e0b9e | e70172282f99215faebc965101c7dd46a04d1e91 | refs/heads/master | 2020-03-25T04:58:54.722000 | 2018-09-27T11:41:03 | 2018-09-27T11:41:03 | 143,423,290 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.appointment.api.message.request.merchant;
import lombok.Getter;
import lombok.Setter;
import javax.validation.constraints.NotEmpty;
import javax.validation.constraints.NotNull;
import java.util.UUID;
@Getter
@Setter
public class MerchantUpdateRequest {
@NotNull
private UUID id;
@NotEmpty
... | UTF-8 | Java | 498 | java | MerchantUpdateRequest.java | Java | [] | null | [] | package com.appointment.api.message.request.merchant;
import lombok.Getter;
import lombok.Setter;
import javax.validation.constraints.NotEmpty;
import javax.validation.constraints.NotNull;
import java.util.UUID;
@Getter
@Setter
public class MerchantUpdateRequest {
@NotNull
private UUID id;
@NotEmpty
... | 498 | 0.75502 | 0.75502 | 23 | 20.652174 | 15.006111 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.521739 | false | false | 13 |
3739c8f428866f63cc421f1395c6aeccc0545510 | 20,109,036,918,894 | 7422826c8e8949c41928dd935640a754d1ef5778 | /src/main/java/org/example/jsonpath/psi/JsonPathElementType.java | 926fc39cc6aff53af0d91ee71bfe2eaeddfeb198 | [] | no_license | jreznot/intellij-plugin-showcase | https://github.com/jreznot/intellij-plugin-showcase | a3cd09f19f0e097fa1b8ee6ed1e26f3c6f3ea862 | 399479214bd251f5ceb954da4131e5cdd2e59c9a | refs/heads/master | 2023-03-22T15:27:41.615000 | 2021-03-11T09:40:15 | 2021-03-11T09:40:15 | 342,031,772 | 7 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.example.jsonpath.psi;
import com.intellij.psi.tree.IElementType;
import org.example.jsonpath.JsonPathLanguage;
import org.jetbrains.annotations.NonNls;
import org.jetbrains.annotations.NotNull;
public final class JsonPathElementType extends IElementType {
public JsonPathElementType(@NotNull @NonNls St... | UTF-8 | Java | 399 | java | JsonPathElementType.java | Java | [] | null | [] | package org.example.jsonpath.psi;
import com.intellij.psi.tree.IElementType;
import org.example.jsonpath.JsonPathLanguage;
import org.jetbrains.annotations.NonNls;
import org.jetbrains.annotations.NotNull;
public final class JsonPathElementType extends IElementType {
public JsonPathElementType(@NotNull @NonNls St... | 399 | 0.802005 | 0.802005 | 12 | 32.25 | 23.48448 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.583333 | false | false | 13 |
55bd0bdd831a971e08e1cd4826ceb44756c7c939 | 19,988,777,797,227 | 5c4c896a67e7e43f29cc979f4ed8693c2c4b924e | /src/com/metropia/exceptions/RouteNotFoundException.java | 133ec34da0862ec038dabc805f653f8b46b98fb7 | [] | no_license | starlessnight/company | https://github.com/starlessnight/company | 9b2383ebf6c3d1004d92872962a07a864a8296be | 9cfaaa9b881fff3a0534d40300ad375c04b4b416 | refs/heads/master | 2021-01-10T03:42:58.952000 | 2015-12-17T05:57:30 | 2015-12-17T05:57:30 | 47,752,310 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.metropia.exceptions;
public class RouteNotFoundException extends SmarTrekException {
/**
* Auto-generated serial UID
*/
private static final long serialVersionUID = -9108407358813009055L;
public RouteNotFoundException() {
super();
}
public RouteNotFoundException(String message) {
super(mes... | UTF-8 | Java | 332 | java | RouteNotFoundException.java | Java | [] | null | [] | package com.metropia.exceptions;
public class RouteNotFoundException extends SmarTrekException {
/**
* Auto-generated serial UID
*/
private static final long serialVersionUID = -9108407358813009055L;
public RouteNotFoundException() {
super();
}
public RouteNotFoundException(String message) {
super(mes... | 332 | 0.756024 | 0.698795 | 17 | 18.529411 | 22.376768 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 13 |
f3b642d4b4bc57e49c01fac455760906613a2786 | 36,816,459,662,278 | ba79e283842106c317ed4b626c8a34bc765cf6b2 | /app/src/main/java/com/sauyee333/visatest1/MainActivity.java | 1b69deaf164209b2feec25baaaac3979235cfcfa | [] | no_license | sauyee333/SSLSample | https://github.com/sauyee333/SSLSample | 9fb823e080912716da103e914a05d533d9d79f7c | f5b72c3268b2701e5013cf407dd3a1fe60cc5bb5 | refs/heads/master | 2021-01-18T17:33:35.040000 | 2016-10-25T22:45:23 | 2016-10-25T22:45:23 | 71,887,722 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.sauyee333.visatest1;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.text.TextUtils;
import android.util.Base64;
import android.widget.Button;
import android.widget.TextView;
import com.sauyee333.visatest1.model.response.HelloResponse;
import com.sauyee333.visates... | UTF-8 | Java | 3,416 | java | MainActivity.java | Java | [
{
"context": "visatest1.network.NetworkCallback;\nimport com.sauyee333.visatest1.network.RetrofitClient;\nimport com.sa",
"end": 366,
"score": 0.7412394881248474,
"start": 363,
"tag": "USERNAME",
"value": "ee3"
}
] | null | [] | package com.sauyee333.visatest1;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.text.TextUtils;
import android.util.Base64;
import android.widget.Button;
import android.widget.TextView;
import com.sauyee333.visatest1.model.response.HelloResponse;
import com.sauyee333.visates... | 3,416 | 0.655738 | 0.647834 | 101 | 32.821781 | 30.161085 | 136 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.544554 | false | false | 9 |
f74c6c1f9b1500ca0944a68d567c3c20ee4e226c | 34,368,328,306,085 | ae305e27c510074b090d5b979b0ce8ff0c930ba4 | /Prg9.java | 823d56a87d6a0f092345e7f20dc8bb623d0eeff9 | [] | no_license | gaurav09kumar/Selenium | https://github.com/gaurav09kumar/Selenium | 62ed4c245d34bd6f0c6bc4c24cdbb5fc021c0574 | 8abcf7e3367a3887676d0c0622e7fa57bab12a17 | refs/heads/master | 2020-06-18T03:22:51.429000 | 2019-07-19T05:10:59 | 2019-07-19T05:10:59 | 196,148,943 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package demo;
import java.util.ArrayList;
import java.util.Collection;
import java.util.List;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.chrome.ChromeDriver;
public class Prg5 {
public static void main(String [] args) {
Sy... | UTF-8 | Java | 1,129 | java | Prg9.java | Java | [
{
"context": "By.xpath(\"//input[@id='txtUsername']\")).sendKeys(\"Admin\");\n\t\tdriver.findElement(By.xpath(\"//input[@id='tx",
"end": 590,
"score": 0.9776889681816101,
"start": 585,
"tag": "USERNAME",
"value": "Admin"
},
{
"context": "d='txtUsername']/following::input[1]\")).sendK... | null | [] | package demo;
import java.util.ArrayList;
import java.util.Collection;
import java.util.List;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.chrome.ChromeDriver;
public class Prg5 {
public static void main(String [] args) {
Sy... | 1,129 | 0.719221 | 0.713906 | 31 | 35.419353 | 29.161148 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.806452 | false | false | 9 |
2b405c3831cfef2f89ed3b5ecbb1ecee57d5ca6a | 24,017,457,182,548 | 94514c165b415a2b642324c2c573ee0ff84b10ca | /LearnProject/src/main/java/com/learn/first/Student/Student_Controller.java | b59c0d66e7b2d0d8c90b3e5561dec7b08b467e20 | [] | no_license | ykid333/LearnProject | https://github.com/ykid333/LearnProject | 091976372ab0ca1de5ec1083de5a2992197de6f9 | b8583ca69d70747a092d68e8dce0cc48fd015aeb | refs/heads/master | 2020-09-09T07:07:38.067000 | 2019-11-13T07:26:10 | 2019-11-13T07:26:10 | 221,383,317 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.learn.first.Student;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.servlet.ModelAndView;
import lombok.AllArgsConstructor;
@Controller
@AllArgsConstructor
public class Student_Controller {
private... | UTF-8 | Java | 502 | java | Student_Controller.java | Java | [] | null | [] | package com.learn.first.Student;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.servlet.ModelAndView;
import lombok.AllArgsConstructor;
@Controller
@AllArgsConstructor
public class Student_Controller {
private... | 502 | 0.756972 | 0.756972 | 22 | 20.818182 | 19.839437 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.909091 | false | false | 9 |
95f28193aad42c56eac2a9d32ad478c81049019b | 34,376,918,264,762 | 7494612881aa0906b6145e3bcce44f9705cad08b | /elearningApp-service/src/main/java/entities/StatusCours.java | cf3874ccb6cbee521e56b0521f2151089d539ef4 | [] | no_license | elarib/eLearningApp | https://github.com/elarib/eLearningApp | ed2985d289c9a25e6e8e225fceed9b2412d76365 | 4999fc1ed8a33389b490f20f22169853f613c3f4 | refs/heads/master | 2021-01-17T06:50:25.775000 | 2016-02-01T14:49:41 | 2016-02-01T14:49:41 | 48,852,236 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package entities;
public enum StatusCours {
PRIVE("privé"), PUBLIQUE("publique"), WAITING("en attente de validation");
private final String name;
private StatusCours(String name) {
this.name = name;
}
@Override
public String toString() {
return name;
}
}
| UTF-8 | Java | 291 | java | StatusCours.java | Java | [] | null | [] | package entities;
public enum StatusCours {
PRIVE("privé"), PUBLIQUE("publique"), WAITING("en attente de validation");
private final String name;
private StatusCours(String name) {
this.name = name;
}
@Override
public String toString() {
return name;
}
}
| 291 | 0.655172 | 0.655172 | 17 | 14.941176 | 18.931675 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.058824 | false | false | 9 |
5abfa09d81ab3c267bb02bbec98a4ffd499b6cc0 | 5,145,370,874,938 | b280a34244a58fddd7e76bddb13bc25c83215010 | /scmv6/web-management/src/main/java/com/smate/web/management/service/other/FundThirdServiceImpl.java | 42b276d6e3bab8f552f3e6a610d16f016f929833 | [] | no_license | hzr958/myProjects | https://github.com/hzr958/myProjects | 910d7b7473c33ef2754d79e67ced0245e987f522 | d2e8f61b7b99a92ffe19209fcda3c2db37315422 | refs/heads/master | 2022-12-24T16:43:21.527000 | 2019-08-16T01:46:18 | 2019-08-16T01:46:18 | 202,512,072 | 2 | 3 | null | false | 2022-12-16T05:31:05 | 2019-08-15T09:21:04 | 2020-10-17T16:19:58 | 2022-12-16T05:31:02 | 108,488 | 2 | 3 | 21 | Java | false | false | package com.smate.web.management.service.other;
import java.util.Date;
import java.util.List;
import javax.annotation.Resource;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Value;
import org... | UTF-8 | Java | 5,341 | java | FundThirdServiceImpl.java | Java | [] | null | [] | package com.smate.web.management.service.other;
import java.util.Date;
import java.util.List;
import javax.annotation.Resource;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Value;
import org... | 5,341 | 0.741539 | 0.737001 | 137 | 37.605839 | 27.222349 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.532847 | false | false | 9 |
8bd061ae18b93795321edf73ef10eb2e9fd54a1a | 23,227,183,167,150 | 5ecb0d821e9a7000a77e29d7aa4650e99055ebc1 | /src/test/java/com/luckycat/holmes/TestConfig.java | 06a79083f10f5f5fbdd8810503dde775c852c9dc | [] | no_license | macoto-liu/holmes | https://github.com/macoto-liu/holmes | ebca8651ab78161ba5f7ada4dc38554dd182ea3e | db94c0f1e03a55ac49268b0e1eb0b90328543c39 | refs/heads/master | 2016-09-07T17:46:24.649000 | 2015-08-23T08:42:30 | 2015-08-23T08:42:30 | 33,816,488 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.luckycat.holmes;
import javax.sql.DataSource;
import org.apache.commons.dbcp2.BasicDataSource;
import org.apache.ibatis.session.SqlSessionFactory;
import org.mybatis.spring.SqlSessionFactoryBean;
import org.mybatis.spring.annotation.MapperScan;
import org.springframework.context.EnvironmentAware;
import o... | UTF-8 | Java | 2,208 | java | TestConfig.java | Java | [] | null | [] | package com.luckycat.holmes;
import javax.sql.DataSource;
import org.apache.commons.dbcp2.BasicDataSource;
import org.apache.ibatis.session.SqlSessionFactory;
import org.mybatis.spring.SqlSessionFactoryBean;
import org.mybatis.spring.annotation.MapperScan;
import org.springframework.context.EnvironmentAware;
import o... | 2,208 | 0.817482 | 0.811141 | 61 | 35.19672 | 24.580294 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.459016 | false | false | 9 |
32d0cabb0316b95431de6c7f8e684ad6a0b6a33a | 22,874,995,852,932 | 0bc0909590d8a2e2eb8a82b780920bfd19931cf8 | /SampleKey/app/src/main/java/org/androidtown/samplekey/MainActivity.java | caba0ee5ba96660405353a78429fc4506007ee8b | [] | no_license | Minki-Choi/AndroidExercise | https://github.com/Minki-Choi/AndroidExercise | a5f6779601ad30f5906d211d1e7d996c570ce8b6 | 46e47ee8fcd1eda1ba585bb56936f7ded7512493 | refs/heads/master | 2021-01-17T20:29:32.714000 | 2016-06-24T12:56:00 | 2016-06-24T12:56:00 | 61,001,075 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.androidtown.samplekey;
import android.content.Intent;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.view.View;
import android.widget.Toast;
public class MainActivity extends AppCompatActivity {
private final static int REQUEST_CODE=200;
@Override
pro... | UTF-8 | Java | 1,025 | java | MainActivity.java | Java | [] | null | [] | package org.androidtown.samplekey;
import android.content.Intent;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.view.View;
import android.widget.Toast;
public class MainActivity extends AppCompatActivity {
private final static int REQUEST_CODE=200;
@Override
pro... | 1,025 | 0.694634 | 0.689756 | 31 | 32.064518 | 24.133947 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.709677 | false | false | 9 |
084de6f964f33f730a2e0d56efa401f8900a0272 | 9,680,856,294,177 | b4f31762a2aa827bff47dd5d75b5c5469e794858 | /src/main/java/domain/Company.java | 1128eb987dbc7cf7086b3acbc91a28b895b14a7f | [] | no_license | MatinParsapour/bookticketsite | https://github.com/MatinParsapour/bookticketsite | 2db32d6059be9386ebbd54906ab68c0721ef987b | c3e9660941d9c5cbd8a7da20402130b62fad904b | refs/heads/main | 2023-08-31T12:28:51.243000 | 2021-10-12T08:55:27 | 2021-10-12T08:55:27 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package domain;
import base.entity.BaseEntity;
import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.Setter;
import javax.persistence.*;
import java.util.ArrayList;
import java.util.List;
@Entity
@Table(name = Company.COMPANYTABLE)
@Setter
@Getter
@NoArgsConstructor
public class Company extends BaseEn... | UTF-8 | Java | 1,136 | java | Company.java | Java | [] | null | [] | package domain;
import base.entity.BaseEntity;
import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.Setter;
import javax.persistence.*;
import java.util.ArrayList;
import java.util.List;
@Entity
@Table(name = Company.COMPANYTABLE)
@Setter
@Getter
@NoArgsConstructor
public class Company extends BaseEn... | 1,136 | 0.723592 | 0.723592 | 40 | 27.4 | 22.053118 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.575 | false | false | 9 |
a6c2faac9f80bac2310932a1a44ca2f1333cb0ab | 8,177,617,778,797 | 05816b4ea192490ac116e4793b4f2175b26ce791 | /src/main/java/com/cn/tianxia/pay/impl/CZFPayServiceImpl.java | 6b215748f0eec588d06c4d51bc6b668f2bfcf15e | [] | no_license | pumaxiaoyao/Spring-mvc-interface | https://github.com/pumaxiaoyao/Spring-mvc-interface | 7099b489b96312936802946ee075ece12e9f1017 | 6e2ba6c7c25463a31484fc4e6f83c2e3c47112e2 | refs/heads/master | 2020-05-21T21:49:55.833000 | 2019-02-13T10:10:49 | 2019-02-13T10:10:49 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.cn.tianxia.pay.impl;
import java.io.UnsupportedEncodingException;
import java.security.MessageDigest;
import java.security.NoSuchAlgorithmException;
import java.text.DecimalFormat;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.Iterator;
import java.util.List;
import java.util.Map;
... | UTF-8 | Java | 17,228 | java | CZFPayServiceImpl.java | Java | [
{
"context": "ect;\n\n/**\n * \n * @Description:TODO\n * \n * @author:zouwei\n * \n * @time:2017年7月6日 下午7:22:39\n * \n */\npublic c",
"end": 1261,
"score": 0.9995980262756348,
"start": 1255,
"tag": "USERNAME",
"value": "zouwei"
},
{
"context": "success_at\", b); \n\t paramMap.pu... | null | [] | package com.cn.tianxia.pay.impl;
import java.io.UnsupportedEncodingException;
import java.security.MessageDigest;
import java.security.NoSuchAlgorithmException;
import java.text.DecimalFormat;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.Iterator;
import java.util.List;
import java.util.Map;
... | 17,220 | 0.647767 | 0.628033 | 464 | 35.148708 | 28.246786 | 278 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.799569 | false | false | 9 |
086506a7336feff02324af918cd5ffea34f4978d | 25,331,717,121,963 | 77aaea65429193925d1d923faafd77d9eddc0e09 | /app/src/main/java/com/dotplays/customspiner2/MySpinnerAdapter.java | 9965ec312e8dd64c258fdd9b335d04f85e83ab91 | [] | no_license | huuhuybn/CustomSpinner2 | https://github.com/huuhuybn/CustomSpinner2 | 8ec0d1ad25fbb3a79dd7a5b0458ed19a48f9e37b | 4dbac9827b7e9654699bd7525b1588582596fd46 | refs/heads/master | 2020-06-02T13:52:13.863000 | 2019-06-10T14:03:30 | 2019-06-10T14:03:30 | 191,177,270 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.dotplays.customspiner2;
import android.content.Context;
import android.database.DataSetObserver;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.SpinnerAdapter;
import android.widget.TextView;
import java.util.List;
public class MySpinner... | UTF-8 | Java | 2,044 | java | MySpinnerAdapter.java | Java | [] | null | [] | package com.dotplays.customspiner2;
import android.content.Context;
import android.database.DataSetObserver;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.SpinnerAdapter;
import android.widget.TextView;
import java.util.List;
public class MySpinner... | 2,044 | 0.683464 | 0.681507 | 90 | 21.711111 | 23.987146 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.411111 | false | false | 9 |
f14c035c1f42c5292d1eb652dad486a1879cc66b | 26,560,077,774,350 | cc28ed0e8f362b8b192c448b83f82a6ef60705fd | /app/src/main/java/com/function/luo/day0620/MyApplication.java | dfd92f4b1e9451dbdf3f248008f239596f67b122 | [] | no_license | lyyRunning/greenDao | https://github.com/lyyRunning/greenDao | a2fbce9a793dff71958fa74d4781e70f5c34c89f | 8bc9eae8ab04307a3c29941d51e3cc191c138c9c | refs/heads/master | 2020-06-07T11:54:10.375000 | 2019-06-21T02:31:10 | 2019-06-21T02:31:10 | 193,016,859 | 3 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.function.luo.day0620;
import android.app.Application;
import android.content.Context;
import android.database.sqlite.SQLiteDatabase;
import com.function.luo.bean.DaoMaster;
import com.function.luo.bean.DaoSession;
import com.function.luo.utils.MySqliteOpenHelper;
import com.github.yuweiguocn.library.green... | UTF-8 | Java | 1,588 | java | MyApplication.java | Java | [
{
"context": "luo.utils.MySqliteOpenHelper;\nimport com.github.yuweiguocn.library.greendao.MigrationHelper;\n\n/**\n * Created",
"end": 306,
"score": 0.7725920081138611,
"start": 298,
"tag": "USERNAME",
"value": "weiguocn"
},
{
"context": "brary.greendao.MigrationHelper;\n\n/**\n * C... | null | [] | package com.function.luo.day0620;
import android.app.Application;
import android.content.Context;
import android.database.sqlite.SQLiteDatabase;
import com.function.luo.bean.DaoMaster;
import com.function.luo.bean.DaoSession;
import com.function.luo.utils.MySqliteOpenHelper;
import com.github.yuweiguocn.library.green... | 1,588 | 0.651289 | 0.643826 | 67 | 21 | 21.215315 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.358209 | false | false | 9 |
87dd978c0fff510391e50bb126065a9e7543a208 | 29,317,446,785,732 | ca07495d3702170ffd6cbbaf544795eb6969b48b | /nime-dispatch/src/main/java/com/train/dispatch/analysisReport/service/IKPIAnalysisService.java | 98bc1840c253c0d381dab8b101644f38ab775db4 | [] | no_license | sxx-github/NIMS | https://github.com/sxx-github/NIMS | ce9e4a1ae7fad01956a0b78711b75bde98dd0ae7 | 4bc11108a4dcad51810eb717bd4f3fa261394e66 | refs/heads/master | 2020-06-14T10:06:06.205000 | 2019-07-03T06:39:24 | 2019-07-03T06:39:24 | 194,976,360 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.train.dispatch.analysisReport.service;
import com.train.dispatch.analysisReport.model.KPIAnalysisModel;
import com.train.dispatch.analysisReport.model.KPIComplete;
import java.util.List;
import java.util.Map;
public interface IKPIAnalysisService {
/**
* 获取指定月份所有段所的13个KPI指标。
* 如果是历史月,获取当月所有... | UTF-8 | Java | 1,410 | java | IKPIAnalysisService.java | Java | [] | null | [] | package com.train.dispatch.analysisReport.service;
import com.train.dispatch.analysisReport.model.KPIAnalysisModel;
import com.train.dispatch.analysisReport.model.KPIComplete;
import java.util.List;
import java.util.Map;
public interface IKPIAnalysisService {
/**
* 获取指定月份所有段所的13个KPI指标。
* 如果是历史月,获取当月所有... | 1,410 | 0.656646 | 0.655063 | 50 | 24.280001 | 28.730499 | 138 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.44 | false | false | 9 |
0cc7bfc040314717c8a887f54edcb2718efeb6fc | 23,648,089,956,403 | d5aec66183cc0f7e42b0c06187f9e09dd173b157 | /Frontend/app/src/main/java/com/example/myapplication/SecurityLogic.java | 8b6fe7051d5181198776075b678e826c5d7b379b | [] | no_license | aman-a1/ISUMarketPlace | https://github.com/aman-a1/ISUMarketPlace | f804ddc839af7dae375b140feadba5754038bd73 | 07a1564f9592d1074bf331218fe720c84617a66c | refs/heads/main | 2023-04-22T16:50:46.758000 | 2021-05-04T04:57:30 | 2021-05-04T04:57:30 | 364,143,781 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.myapplication;
/**
* This activity is the logic part to change the password of your account.
* @author Abdula Eljaam (abeljaam)
*/
import android.text.method.PasswordTransformationMethod;
import android.util.Log;
import android.widget.Button;
import android.widget.EditText;
import android.widget.... | UTF-8 | Java | 6,317 | java | SecurityLogic.java | Java | [
{
"context": " to change the password of your account.\n* @author Abdula Eljaam (abeljaam)\n*/\n\n\nimport android.text.method.Passwo",
"end": 137,
"score": 0.9998939037322998,
"start": 124,
"tag": "NAME",
"value": "Abdula Eljaam"
},
{
"context": "assword of your account.\n* @author ... | null | [] | package com.example.myapplication;
/**
* This activity is the logic part to change the password of your account.
* @author <NAME> (abeljaam)
*/
import android.text.method.PasswordTransformationMethod;
import android.util.Log;
import android.widget.Button;
import android.widget.EditText;
import android.widget.Toast;
... | 6,302 | 0.628938 | 0.623239 | 179 | 34.290504 | 42.112572 | 250 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.463687 | false | false | 9 |
c1d33d4e92c7d27e219164c7571746da35fa1141 | 5,317,169,582,583 | 780f39ff55b0ff2c22ea27860a1863df523b6cb5 | /src/Utils/TableInfo.java | 47a6e5b15cc3df90f7d2ce21fc72018989696f36 | [] | no_license | qiusu/softwarerepfulltextsearch | https://github.com/qiusu/softwarerepfulltextsearch | 2c49aa8dfa22e9b6aa10081e0f9adf6ae98b9ebe | 2c912f5fad9304e8d95d80c5c68bcb260b71b8db | refs/heads/master | 2020-03-16T09:40:52.237000 | 2018-04-24T10:30:46 | 2018-04-24T10:30:46 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Utils;
import java.util.List;
public class TableInfo {
private String tableName;
private List<List<TableColumns>> columnList;
public String getTableName() {
return tableName;
}
public void setTableName(String tableName) {
this.tableName = tableName;
}
public List<List<TableColumns>> getColumn() {... | UTF-8 | Java | 444 | java | TableInfo.java | Java | [] | null | [] | package Utils;
import java.util.List;
public class TableInfo {
private String tableName;
private List<List<TableColumns>> columnList;
public String getTableName() {
return tableName;
}
public void setTableName(String tableName) {
this.tableName = tableName;
}
public List<List<TableColumns>> getColumn() {... | 444 | 0.745495 | 0.745495 | 21 | 20.142857 | 18.048309 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.285714 | false | false | 9 |
5b5116ccad52044835edf7680310b84191eb0054 | 8,985,071,608,099 | 88a83bdf997f463bcded5bcf94a8d81738fb781c | /main/java/thelarsinator/lomarctic/core/LotsOMobsArctic.java | 72fc807f0a49d544a62b0c3ea578c03b6b3cbc36 | [] | no_license | TheLarsinator/LotsOMobs-1.9 | https://github.com/TheLarsinator/LotsOMobs-1.9 | a535055811bc1bd5059a4bee97b56db75864af58 | 5b0c0dce97162d9b896057b6f295762a7ca4e190 | refs/heads/master | 2016-09-12T22:28:12.032000 | 2016-05-07T19:43:49 | 2016-05-07T19:43:49 | 58,281,765 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package thelarsinator.lomarctic.core;
import net.minecraftforge.fml.common.Mod;
import net.minecraftforge.fml.common.Mod.EventHandler;
import net.minecraftforge.fml.common.SidedProxy;
import net.minecraftforge.fml.common.event.FMLInitializationEvent;
import net.minecraftforge.fml.common.event.FMLPreInitializationEvent... | UTF-8 | Java | 1,274 | java | LotsOMobsArctic.java | Java | [] | null | [] | package thelarsinator.lomarctic.core;
import net.minecraftforge.fml.common.Mod;
import net.minecraftforge.fml.common.Mod.EventHandler;
import net.minecraftforge.fml.common.SidedProxy;
import net.minecraftforge.fml.common.event.FMLInitializationEvent;
import net.minecraftforge.fml.common.event.FMLPreInitializationEvent... | 1,274 | 0.78179 | 0.77865 | 39 | 31.692308 | 30.708015 | 145 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.358974 | false | false | 9 |
7cc75e921be2b025eb3db0f65df05b43ea2e8f20 | 15,066,745,294,262 | 878d5e8723ca525282954c5d171212785ebdc53e | /model/src/main/java/com/housing/javaee6demo/model/package-info.java | 37f00a7883c09979295f63660627db044d7ccf4a | [] | no_license | ramirescm/javaee6-demo | https://github.com/ramirescm/javaee6-demo | b3d59061975028fc0513b55a0a5bfbde691f03b2 | cfc96e528e216d57f86a5bc8fc9b5641a1627911 | refs/heads/master | 2021-01-20T07:31:48.333000 | 2012-04-03T09:53:15 | 2012-04-03T09:53:15 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | @XmlAccessorType(XmlAccessType.FIELD)
package com.housing.javaee6demo.model;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
| UTF-8 | Java | 176 | java | package-info.java | Java | [] | null | [] | @XmlAccessorType(XmlAccessType.FIELD)
package com.housing.javaee6demo.model;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
| 176 | 0.852273 | 0.846591 | 5 | 34.200001 | 17.747112 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6 | false | false | 9 |
3fe3356d8cc61846e2b0b0ed56efd7b5a30f75ea | 23,983,097,395,576 | 8fc3dba3e446a5915b4857fe88bb1647e9580479 | /modules/nexus-core/src/test/java/com/youama/nexus/core/system/BeansApplicationContextTest.java | b0e57efd6a34791e7aabcbbe62188a65d0753fd5 | [
"MIT"
] | permissive | AphelionGroup/Nexus-Engine | https://github.com/AphelionGroup/Nexus-Engine | c3a0d5bd2d33a248c99385cf19b132a2ccb2333a | a5c4cb8d453ded1b89c084850f75570d9fe3e836 | refs/heads/master | 2020-03-26T15:41:50.040000 | 2015-10-10T21:00:31 | 2015-10-10T21:00:31 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.youama.nexus.core.system;
import org.junit.*;
import org.springframework.beans.factory.BeanCreationException;
/**
* @author David Belicza
* @since 0.1.0
*/
public class BeansApplicationContextTest {
private BeansApplicationContext singleService;
@Before
public void setUp() {
singl... | UTF-8 | Java | 658 | java | BeansApplicationContextTest.java | Java | [
{
"context": "ans.factory.BeanCreationException;\n\n/**\n * @author David Belicza\n * @since 0.1.0\n */\npublic class BeansApplication",
"end": 152,
"score": 0.9998629689216614,
"start": 139,
"tag": "NAME",
"value": "David Belicza"
}
] | null | [] | package com.youama.nexus.core.system;
import org.junit.*;
import org.springframework.beans.factory.BeanCreationException;
/**
* @author <NAME>
* @since 0.1.0
*/
public class BeansApplicationContextTest {
private BeansApplicationContext singleService;
@Before
public void setUp() {
singleServic... | 651 | 0.715805 | 0.711246 | 28 | 22.535715 | 21.138121 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 9 |
30f3bbc732ce99a6f7e1bc94cd846f2398d8fb85 | 9,036,611,248,524 | 66ef22ea58cbac8dd35243127bb8c071dd809073 | /core-jsf-bean/src/main/java/aroliveira/core/beans/Planetarium.java | f89ecb34259ccfb409210c3f0d5b28e13e6079e6 | [] | no_license | aroliveira/core-jsf | https://github.com/aroliveira/core-jsf | fc4672d8ee2b07f79fc2ceede2bf756b44ce4639 | 1d1bba7a3098329248924bb3ac714c78f130c011 | refs/heads/master | 2020-04-25T22:37:21.156000 | 2012-01-13T01:05:32 | 2012-01-13T01:05:32 | 3,167,386 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package aroliveira.core.beans;
import java.io.Serializable;
import javax.enterprise.context.RequestScoped;
import javax.inject.Named;
@Named("planetarium")
@RequestScoped
public class Planetarium implements Serializable {
private static final long serialVersionUID = 2501037828585504662L;
private String selecte... | UTF-8 | Java | 503 | java | Planetarium.java | Java | [] | null | [] | package aroliveira.core.beans;
import java.io.Serializable;
import javax.enterprise.context.RequestScoped;
import javax.inject.Named;
@Named("planetarium")
@RequestScoped
public class Planetarium implements Serializable {
private static final long serialVersionUID = 2501037828585504662L;
private String selecte... | 503 | 0.795229 | 0.757455 | 24 | 19.958334 | 19.264561 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.041667 | false | false | 9 |
1ba1a13bb7fbffcb2b5aa3778102f63b84389911 | 9,036,611,248,117 | 6c581f6164eebe845a848e8c2d9f8315f7e264fd | /org.abchip.mimo.biz.model/src/org/abchip/mimo/biz/model/order/shoppinglist/ShoppinglistFactory.java | 86fa1098b0d06af6e270dfd3da16621e43510ad8 | [] | no_license | abchip/mimo-biz20 | https://github.com/abchip/mimo-biz20 | 7a0b110fd40733a7f3049d1871ef9559bc08db5c | a3cffeccb98d200ff2ecd629942b4279364d3373 | refs/heads/master | 2023-03-22T22:54:03.865000 | 2021-03-18T20:35:52 | 2021-03-18T20:35:52 | 245,134,382 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Copyright (c) 2017, 2021 ABChip and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*/
package org.abchip.... | UTF-8 | Java | 2,504 | java | ShoppinglistFactory.java | Java | [] | null | [] | /**
* Copyright (c) 2017, 2021 ABChip and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*/
package org.abchip.... | 2,504 | 0.663339 | 0.658546 | 83 | 29.168674 | 25.730213 | 114 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.795181 | false | false | 9 |
fa0a8a7c75937f4b68847b0d309ec6a146bc8133 | 13,529,147,048,484 | d66f3680fce7bcbe7e87977ee9e22411accd1c36 | /Java/Systems/src/LRUCache/LRUCacheListImpl.java | 2bb7be7a32c01d4a3022f9486bc287c0eeb41d0c | [] | no_license | harshchiki/System-Design | https://github.com/harshchiki/System-Design | 98115ddb556e3a0765e4877b06e164e245667ac8 | 4c8af194eccc5380a779d37f832080a5ecfa00d1 | refs/heads/master | 2021-01-25T04:38:15.610000 | 2017-06-22T10:20:37 | 2017-06-22T10:20:37 | 93,463,183 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package LRUCache;
import java.util.Objects;
/**
* Insertion from tail - MOST RECENTLY USED
* - on insert
* - on use of a page
*
* Deletion for head - LEAST RECENTLY USED
*
* @author Harsh
*
*/
public class LRUCacheListImpl implements LRUCachList {
private final int MAX_SIZE;
private LRUCacheListNode he... | UTF-8 | Java | 3,404 | java | LRUCacheListImpl.java | Java | [
{
"context": "tion for head - LEAST RECENTLY USED\n * \n * @author Harsh\n *\n */\npublic class LRUCacheListImpl implements L",
"end": 200,
"score": 0.9992034435272217,
"start": 195,
"tag": "NAME",
"value": "Harsh"
}
] | null | [] | package LRUCache;
import java.util.Objects;
/**
* Insertion from tail - MOST RECENTLY USED
* - on insert
* - on use of a page
*
* Deletion for head - LEAST RECENTLY USED
*
* @author Harsh
*
*/
public class LRUCacheListImpl implements LRUCachList {
private final int MAX_SIZE;
private LRUCacheListNode he... | 3,404 | 0.658931 | 0.658931 | 169 | 19.142012 | 18.420563 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.201183 | false | false | 9 |
9d0bc30b1ec012e51dcd4cde7f5e60ce59525774 | 22,823,456,275,333 | e1b6b9c11318d5575415f42bd3c237f6ee62dcc7 | /src/main/java/com/experis/okko/icloneapp/controllers/RestAPIController.java | 977b2f367bff119c57348a5e70520b4f6ee5628c | [] | no_license | okarp/ChinookAPI | https://github.com/okarp/ChinookAPI | c9b7410ec3a53ea0c150f692bb5fa1453589e76d | 0dce954fde847e0656cfeca16b87de8b7f242886 | refs/heads/main | 2023-03-24T19:37:28.238000 | 2021-03-10T10:20:38 | 2021-03-10T10:20:38 | 337,166,868 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.experis.okko.icloneapp.controllers;
import com.experis.okko.icloneapp.dao.CustomerRepository;
import com.experis.okko.icloneapp.exceptions.BadRequestException;
import com.experis.okko.icloneapp.exceptions.ResourceNotFoundException;
import com.experis.okko.icloneapp.models.Customer;
import com.experis.okko.... | UTF-8 | Java | 3,623 | java | RestAPIController.java | Java | [
{
"context": "ko.icloneapp.controllers.RestURIConstants.*;\n\n/*\n* Okko Partanen\n* Experis Academy Task 4\n*\n* Rest API Controller ",
"end": 568,
"score": 0.9996480941772461,
"start": 555,
"tag": "NAME",
"value": "Okko Partanen"
}
] | null | [] | package com.experis.okko.icloneapp.controllers;
import com.experis.okko.icloneapp.dao.CustomerRepository;
import com.experis.okko.icloneapp.exceptions.BadRequestException;
import com.experis.okko.icloneapp.exceptions.ResourceNotFoundException;
import com.experis.okko.icloneapp.models.Customer;
import com.experis.okko.... | 3,616 | 0.738062 | 0.734198 | 88 | 40.170456 | 30.047016 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.397727 | false | false | 9 |
9fc8c9248940470d8ba62261218fc5a03ebd8fc0 | 29,360,396,504,387 | 04c756572972dd6e97b1c161cacc4672d04d0217 | /lambico-datatest-jpa/src/test/java/org/lambico/datatest/junit/DatasetTest.java | 39ea004c2a32aec4ecf3929582ced7619faaf39d | [
"Apache-2.0"
] | permissive | lambico/lambico-datatest | https://github.com/lambico/lambico-datatest | de55c6da11623125efc5b659344d81098d004bce | 05a7ba97e46ce67f69e486114ef63d6b47d0440c | refs/heads/master | 2022-12-03T02:30:28.226000 | 2019-12-13T09:30:02 | 2019-12-13T09:30:02 | 168,819,906 | 0 | 0 | Apache-2.0 | false | 2022-11-15T23:51:20 | 2019-02-02T10:22:04 | 2019-12-13T09:42:46 | 2022-11-15T23:51:17 | 1,143 | 0 | 0 | 6 | Java | false | false | /**
* Copyright © 2018 The Lambico Datatest Team (lucio.benfante@gmail.com)
*
* This file is part of lambico-datatest-jpa.
*
* 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
*
* htt... | UTF-8 | Java | 1,381 | java | DatasetTest.java | Java | [
{
"context": "**\n * Copyright © 2018 The Lambico Datatest Team (lucio.benfante@gmail.com)\n *\n * This file is part of lambico-datatest-jpa.",
"end": 75,
"score": 0.999910831451416,
"start": 51,
"tag": "EMAIL",
"value": "lucio.benfante@gmail.com"
}
] | null | [] | /**
* Copyright © 2018 The Lambico Datatest Team (<EMAIL>)
*
* This file is part of lambico-datatest-jpa.
*
* 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.or... | 1,364 | 0.692029 | 0.684783 | 43 | 31.11628 | 25.650793 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.44186 | false | false | 9 |
94798b0b11006aacd612937891d296ff6a6b07a6 | 17,609,365,977,538 | 9d7a18d3d972f60dd0f20fd767c22db4aaca41be | /g8_jetpack/src/main/java/com/jetpack/demos/room/RoomActivity.java | 5b4a59868a4563f96a1f7ebc484f2fe7cad8e845 | [] | no_license | jhwsx/AndroidTraining | https://github.com/jhwsx/AndroidTraining | ddefbf7cb4f8cbb6bd754fbfa0660ec77d7cdd5f | 9c6c5681cdc2c3ab54a31e06463955ff5e34c177 | refs/heads/master | 2021-06-01T14:30:35.190000 | 2020-12-23T13:15:46 | 2020-12-23T13:15:46 | 110,397,978 | 7 | 4 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jetpack.demos.room;
import androidx.room.Room;
import android.content.Context;
import android.content.Intent;
import androidx.appcompat.app.AppCompatActivity;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import android.widget.Button;
import com.jetpack.demos.R;
import java... | UTF-8 | Java | 6,700 | java | RoomActivity.java | Java | [
{
"context": "ser(1);\n user.setFirstName(\"updatedFirstName\");\n int update = mUserDao.update(u",
"end": 4574,
"score": 0.5114555954933167,
"start": 4565,
"tag": "USERNAME",
"value": "FirstName"
},
{
"context": "ompany.setId(1);\n compan... | null | [] | package com.jetpack.demos.room;
import androidx.room.Room;
import android.content.Context;
import android.content.Intent;
import androidx.appcompat.app.AppCompatActivity;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import android.widget.Button;
import com.jetpack.demos.R;
import java... | 6,700 | 0.528955 | 0.52597 | 200 | 32.5 | 24.516117 | 178 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.53 | false | false | 9 |
262317f6e7df830f19e615e4a3dc9d3041190686 | 33,663,953,728,370 | e75fad186936926425ea9e5251a6a3022f9e67c7 | /BootMVCSportsCar/src/main/java/com/skilldistillery/bootmvc/controllers/CarController.java | 1747c175cce700409cdfc8c709367b700012dfd1 | [] | no_license | jdfruchterman/JPACRUDProject | https://github.com/jdfruchterman/JPACRUDProject | b7d9f4ab8687b4a30a6f8a01826bb828bf2e229a | 9f85d74af777adf920d5e0cfd7a54cd9b60e9e2f | refs/heads/master | 2020-04-12T12:38:48.975000 | 2019-01-07T22:37:49 | 2019-01-07T22:37:49 | 162,498,065 | 0 | 0 | null | false | 2019-01-07T22:37:50 | 2018-12-19T22:35:05 | 2019-01-04T23:34:51 | 2019-01-07T22:37:49 | 17,864 | 0 | 0 | 0 | Java | false | null | package com.skilldistillery.bootmvc.controllers;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
import o... | UTF-8 | Java | 6,034 | java | CarController.java | Java | [] | null | [] | package com.skilldistillery.bootmvc.controllers;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
import o... | 6,034 | 0.740471 | 0.738979 | 170 | 34.494118 | 48.552486 | 428 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.370588 | false | false | 9 |
200bcadd203f156b2ac08a492f6eb9e157311e01 | 32,719,060,923,262 | 4b161eb9049b392cf75f931b875395df1bae969c | /java-sample-app-gradle-jar/src/main/java/com/mskj/buildpack/sample/java/maven/jar/demoapp/controller/HelloWorldController.java | 85e1833c871669541f14664f321b691b6bfb8383 | [] | no_license | minsheng-fintech-corp-ltd/example-project | https://github.com/minsheng-fintech-corp-ltd/example-project | a633425b92694caf157611e7b254299511b93f8f | 6f1aad9ff2a5ee3435c69e938afab40ac53da90b | refs/heads/master | 2020-07-05T02:56:59.370000 | 2020-01-07T08:24:45 | 2020-01-07T08:24:45 | 202,501,025 | 0 | 2 | null | false | 2020-01-07T08:24:47 | 2019-08-15T08:10:31 | 2019-12-24T15:48:57 | 2020-01-07T08:24:46 | 108 | 0 | 1 | 0 | Java | false | false | package com.mskj.buildpack.sample.java.maven.jar.demoapp.controller;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RestController;
@RestCo... | UTF-8 | Java | 461 | java | HelloWorldController.java | Java | [] | null | [] | package com.mskj.buildpack.sample.java.maven.jar.demoapp.controller;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RestController;
@RestCo... | 461 | 0.789588 | 0.789588 | 17 | 26.117647 | 25.621412 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.352941 | false | false | 9 |
3ccf8c2af4583d6b3d1811b931d214330c58fe91 | 24,352,464,569,858 | 9fadbce6465f8b62f44e2127d992172ca5e64dd4 | /core/src/com/drk393w/em3/PhysicalAttributes.java | b0087b2ccaf395acb917149144305e45b360700d | [] | no_license | DRK393Y/G | https://github.com/DRK393Y/G | 09ec662a9bb9bddaece2a3243f05b93929599561 | 85d566353112fce1a31319c86fadc1fa1835e5e3 | refs/heads/master | 2016-09-16T12:24:19.650000 | 2016-08-16T04:44:02 | 2016-08-16T04:44:02 | 64,418,101 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.drk393w.em3;
public class PhysicalAttributes {
public float velocityX, velocityY;
public float accelerationX, accelerationY;
public float dX, dY;
public void apply(float tInterval)
{
velocityX = velocityX + accelerationX;
velocityY = velocityY + accelerationY;... | UTF-8 | Java | 402 | java | PhysicalAttributes.java | Java | [] | null | [] | package com.drk393w.em3;
public class PhysicalAttributes {
public float velocityX, velocityY;
public float accelerationX, accelerationY;
public float dX, dY;
public void apply(float tInterval)
{
velocityX = velocityX + accelerationX;
velocityY = velocityY + accelerationY;... | 402 | 0.639304 | 0.629353 | 21 | 18.142857 | 19.037022 | 50 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.52381 | false | false | 9 |
b3bbf2f1d1625a2b39f67d88db7be6cc893b09dd | 22,067,542,036,448 | bf32292ba04f30a55ce44941ba25db206c8c04d4 | /hc-uc/hc-uc-web/src/main/java/com/hc/scm/uc/web/controller/ItgProjectController.java | 9586f802121848be3e512e955fcb4609db8c3920 | [] | no_license | lijinxi/hc-main-new | https://github.com/lijinxi/hc-main-new | 707a20d19200e7b8ffc636a4395b2dfd76b90f73 | 9cd06028b6ffbcd95a266d8f8d4e86e39a33f94b | refs/heads/master | 2021-01-10T08:43:05.562000 | 2015-12-17T07:33:03 | 2015-12-17T07:33:03 | 47,641,394 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.hc.scm.uc.web.controller;
import com.hc.scm.common.base.service.BaseCrudService;
import com.hc.scm.common.base.web.BaseCrudController;
import com.hc.scm.uc.dao.entity.ItgProject;
import com.hc.scm.uc.service.ItgProjectService;
import javax.annotation.Resource;
import org.springframework.stereotype.C... | UTF-8 | Java | 903 | java | ItgProjectController.java | Java | [
{
"context": "14-2015\r\n * Company: Wonhigh.\r\n * @author: user\r\n * @date: 2015-03-11 10:27:50\r\n * @version 1.0.",
"end": 547,
"score": 0.9952539801597595,
"start": 543,
"tag": "USERNAME",
"value": "user"
}
] | null | [] | package com.hc.scm.uc.web.controller;
import com.hc.scm.common.base.service.BaseCrudService;
import com.hc.scm.common.base.web.BaseCrudController;
import com.hc.scm.uc.dao.entity.ItgProject;
import com.hc.scm.uc.service.ItgProjectService;
import javax.annotation.Resource;
import org.springframework.stereotype.C... | 903 | 0.735658 | 0.707537 | 29 | 28.724138 | 21.85516 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.37931 | false | false | 9 |
3a0940a83a4e8f6ad0f6a80abffe1a34ce000c5c | 26,061,861,619,427 | a60f932793a81fe4d4572eae66064cbecc4b1bc6 | /Taller de Programacion/ServidorCentral/src/DataTypes/DataUsuario.java | 855564569647405c59e41d8e93e8ace648af590a | [] | no_license | faller222/fing | https://github.com/faller222/fing | 0f8f40c601dcf7154bb9dae8e8daf119aaf4ea59 | 93df5a96d3d9988c0c9620c34638ded00dacfa6b | refs/heads/master | 2021-01-25T07:44:24.082000 | 2019-02-03T01:17:29 | 2019-02-03T01:17:29 | 93,658,761 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package DataTypes;
import Extras.UtilImage;
import java.awt.image.BufferedImage;
import java.util.Date;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlSeeAlso;
@XmlAccessorType
@XmlSeeAlso({DataCliente.class, DataProveedor.class})
public abstract class DataUsuario {
public ... | UTF-8 | Java | 2,730 | java | DataUsuario.java | Java | [
{
"context": " this.nickname = NickName;\n this.pass = pass;\n this.mail = Mail;\n this.nombre = ",
"end": 794,
"score": 0.9982523322105408,
"start": 790,
"tag": "PASSWORD",
"value": "pass"
},
{
"context": " this.nickname = NickName;\n this.pass = ... | null | [] | package DataTypes;
import Extras.UtilImage;
import java.awt.image.BufferedImage;
import java.util.Date;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlSeeAlso;
@XmlAccessorType
@XmlSeeAlso({DataCliente.class, DataProveedor.class})
public abstract class DataUsuario {
public ... | 2,742 | 0.590476 | 0.590476 | 124 | 21.016129 | 15.633908 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.459677 | false | false | 9 |
24a7853ac88f217e6e0748d93abd0a1ba29aded1 | 9,526,237,474,824 | e1e02b3d82dc6c23694fab32951a05e877ac3f98 | /src/main/java/me/matthewe/dungeonrealms/drenhanced/dungeonrealmsenhanced/utilities/item/ItemRarity.java | d2a39c6cb06a9fb11c9feb16434822fb42ba2783 | [] | no_license | dungeonrealmsenhanced/DungeonRealmsEnhancedMod | https://github.com/dungeonrealmsenhanced/DungeonRealmsEnhancedMod | d67cab5218aa1823eb2f3b1a73a42da3c202c2b2 | 027896963c6c5e9a6a218a29d1896d76cf195f85 | refs/heads/master | 2023-07-22T20:35:36.178000 | 2023-07-14T17:13:35 | 2023-07-14T17:13:35 | 175,246,035 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package me.matthewe.dungeonrealms.drenhanced.dungeonrealmsenhanced.utilities.item;
import me.matthewe.dungeonrealms.drenhanced.dungeonrealmsenhanced.utilities.color.RGBAColor;
import net.minecraft.item.ItemStack;
import net.minecraft.util.text.TextFormatting;
/**
* Created by Matthew E on 5/28/2018 at 11:57 AM for t... | UTF-8 | Java | 2,112 | java | ItemRarity.java | Java | [
{
"context": "craft.util.text.TextFormatting;\n\n/**\n * Created by Matthew E on 5/28/2018 at 11:57 AM for the project DungeonR",
"end": 289,
"score": 0.9994637966156006,
"start": 280,
"tag": "NAME",
"value": "Matthew E"
}
] | null | [] | package me.matthewe.dungeonrealms.drenhanced.dungeonrealmsenhanced.utilities.item;
import me.matthewe.dungeonrealms.drenhanced.dungeonrealmsenhanced.utilities.color.RGBAColor;
import net.minecraft.item.ItemStack;
import net.minecraft.util.text.TextFormatting;
/**
* Created by <NAME> on 5/28/2018 at 11:57 AM for the ... | 2,109 | 0.65625 | 0.629735 | 69 | 29.608696 | 28.12303 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.884058 | false | false | 9 |
908c9e4e6a1f5eee41c808f4ddab14b7ad3a13a2 | 16,295,105,964,223 | b486b291abba4d995a7fcce1c270595964f1e160 | /src/main/java/cn/zcyoung/home/controller/AdminController.java | cc004ed0012f47bd85a55462f22e11e057f9644b | [] | no_license | zengchunzc/zcyoung_ssm | https://github.com/zengchunzc/zcyoung_ssm | 0eb2cd3e7ad9dfe6f141c43b84f3eb6c5000296c | 485c1b04c8443af2770face304f0febdb9a6d150 | refs/heads/master | 2020-05-23T08:11:17.938000 | 2017-07-01T11:08:59 | 2017-07-01T11:08:59 | 70,298,820 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.zcyoung.home.controller;
import java.io.UnsupportedEncodingException;
import java.util.Date;
import javax.annotation.Resource;
import javax.servlet.http.HttpServletRequest;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframe... | UTF-8 | Java | 6,696 | java | AdminController.java | Java | [
{
"context": "random() * 100000000) + \"\";\n\t\t\tclient.setPassword(MD5Utils.md5(pw));\n\t\t\tLog log = new Log();\n\t\t\tlog.setData(user",
"end": 5589,
"score": 0.8895718455314636,
"start": 5577,
"tag": "PASSWORD",
"value": "MD5Utils.md5"
},
{
"context": "logService.AddLog(log);\... | null | [] | package cn.zcyoung.home.controller;
import java.io.UnsupportedEncodingException;
import java.util.Date;
import javax.annotation.Resource;
import javax.servlet.http.HttpServletRequest;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframe... | 6,692 | 0.721216 | 0.71308 | 178 | 35.595505 | 24.758709 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.780899 | false | false | 9 |
32b3b3851fb0b6b86533fb98c9a97804f71b159b | 16,415,365,040,478 | afa23aeeecb836c2a0edab381ffe3b1edc3f7630 | /workspace/JavaLearning/src/Chegg/ReadFile.java | 156c544218d2199aa97c8499e69e1b965d67c5d6 | [] | no_license | fathamd/JavaLearing | https://github.com/fathamd/JavaLearing | 0a4c9faee42180c203fe55d05fd34df50b5a3fcb | aad820608fa3cc7beb2d0a961b5c1eb5e47e95c0 | refs/heads/master | 2020-09-23T13:12:33.510000 | 2019-12-03T02:04:51 | 2019-12-03T02:04:51 | 225,508,788 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Chegg;
import java.io.File;
import java.io.FileNotFoundException;
import java.util.ArrayList;
import java.util.LinkedHashMap;
import java.util.Map;
import java.util.Scanner;
import java.util.TreeMap;
public class ReadFile {
public static void main(String[] args) throws FileNotFoundException {
... | UTF-8 | Java | 1,881 | java | ReadFile.java | Java | [] | null | [] | package Chegg;
import java.io.File;
import java.io.FileNotFoundException;
import java.util.ArrayList;
import java.util.LinkedHashMap;
import java.util.Map;
import java.util.Scanner;
import java.util.TreeMap;
public class ReadFile {
public static void main(String[] args) throws FileNotFoundException {
... | 1,881 | 0.576289 | 0.565657 | 59 | 29.881355 | 24.970549 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.677966 | false | false | 9 |
7639791e1d391c9ab733c41e32459b485740185d | 19,997,367,788,232 | 2a904d37b79d2c19b40c10ecd09362bd0be4bd2b | /src/service/Encryption.java | 08031f69631780e8957991518739630fedb89a19 | [] | no_license | scriptboys/swing | https://github.com/scriptboys/swing | 57422ecc08584e07935f6677d1e29313a57fd3ca | 9891a9780df6d91f6be15c8127cad5b280f268af | refs/heads/master | 2020-03-21T22:36:54.263000 | 2018-07-09T05:09:15 | 2018-07-09T05:09:15 | 139,136,958 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package service;
import java.util.HashMap;
import java.util.Map;
public class Encryption {
public Map<String, Object> getEncryptionByte(byte[] encrypted){
Map<String, Object> confidential=new HashMap<>();
int key=(int) (Math.random()*999+1);
byte[] dest=new byte[encrypted.length+1];
for(int i=0;i<d... | GB18030 | Java | 778 | java | Encryption.java | Java | [] | null | [] | package service;
import java.util.HashMap;
import java.util.Map;
public class Encryption {
public Map<String, Object> getEncryptionByte(byte[] encrypted){
Map<String, Object> confidential=new HashMap<>();
int key=(int) (Math.random()*999+1);
byte[] dest=new byte[encrypted.length+1];
for(int i=0;i<d... | 778 | 0.640212 | 0.625661 | 29 | 24.068966 | 16.956194 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.275862 | false | false | 9 |
1a5713f421cda2f2ae24c064c2bf72bba8942e0a | 4,879,082,849,090 | 38a2e8068dcc639a631cc750939d86a3ec44672d | /src/main/java/com/framework/utils/ModelUtils.java | 318a84524b176aae1e511dadc8244e954d72e877 | [] | no_license | germanotero/Cyrius | https://github.com/germanotero/Cyrius | a6c61055f3557e3652887dd5331fc28a5f74d531 | c348c1a6f64065c5b28075e68a9dab781b25fa4c | refs/heads/master | 2023-04-29T01:21:43.227000 | 2021-09-21T13:29:19 | 2021-09-21T13:29:19 | 3,120,377 | 1 | 0 | null | false | 2023-04-14T19:04:00 | 2012-01-06T19:29:50 | 2021-09-21T13:29:27 | 2023-04-14T19:03:56 | 7,471 | 2 | 0 | 6 | Java | false | false | /* */ package com.framework.utils;
/* */
/* */ import com.framework.entities.FormModelUtils;
/* */ import com.framework.models.FormModel;
/* */
/* */ public class ModelUtils
/* */ {
/* */ public static FormModel getNestedProperty(FormModel parent, String propertyName)
/* */ {
/... | UTF-8 | Java | 1,176 | java | ModelUtils.java | Java | [] | null | [] | /* */ package com.framework.utils;
/* */
/* */ import com.framework.entities.FormModelUtils;
/* */ import com.framework.models.FormModel;
/* */
/* */ public class ModelUtils
/* */ {
/* */ public static FormModel getNestedProperty(FormModel parent, String propertyName)
/* */ {
/... | 1,176 | 0.60034 | 0.590986 | 31 | 36 | 32.22802 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.483871 | false | false | 9 |
5304b5fe12bb462909dee838e05dea6a4bab78d7 | 25,391,846,703,033 | b1df851fee813939d02510383d08dd6ca98504e6 | /src/api/java/mekanism/api/recipes/cache/CombinerCachedRecipe.java | 2b0e77cd5983d5b0c51a4574bbfc6f6e536e65a4 | [
"MIT"
] | permissive | MorningSage/Mekanism-Fabric | https://github.com/MorningSage/Mekanism-Fabric | 0d78b35ca54de30297f31f4b96aacb3e17431d29 | ef1bf9e3d08ead12a9e58372e5985cacc720372a | refs/heads/master | 2022-12-23T18:16:27.042000 | 2020-10-04T01:59:01 | 2020-10-04T01:59:01 | 291,511,422 | 5 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package mekanism.api.recipes.cache;
import mekanism.api.annotations.FieldsAreNonnullByDefault;
import mekanism.api.annotations.NonNull;
import mekanism.api.recipes.CombinerRecipe;
import mekanism.api.recipes.inputs.IInputHandler;
import mekanism.api.recipes.outputs.IOutputHandler;
import net.minecraft.item.ItemStack;
... | UTF-8 | Java | 3,451 | java | CombinerCachedRecipe.java | Java | [] | null | [] | package mekanism.api.recipes.cache;
import mekanism.api.annotations.FieldsAreNonnullByDefault;
import mekanism.api.annotations.NonNull;
import mekanism.api.recipes.CombinerRecipe;
import mekanism.api.recipes.inputs.IInputHandler;
import mekanism.api.recipes.outputs.IOutputHandler;
import net.minecraft.item.ItemStack;
... | 3,451 | 0.709649 | 0.708201 | 78 | 43.256409 | 34.018257 | 155 | true | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.602564 | false | false | 9 |
70bc313c37fc608a9dce802c3217bb27b2508823 | 23,553,600,661,599 | c3445da9eff3501684f1e22dd8709d01ff414a15 | /LIS/sinosoft-parents/lis-business/src/main/java/com/sinosoft/lis/claimgrp/LLStandPayInfoBL.java | c4afb89b104ade07826c54a2d8a918200f257620 | [] | no_license | zhanght86/HSBC20171018 | https://github.com/zhanght86/HSBC20171018 | 954403d25d24854dd426fa9224dfb578567ac212 | c1095c58c0bdfa9d79668db9be4a250dd3f418c5 | refs/heads/master | 2021-05-07T03:30:31.905000 | 2017-11-08T08:54:46 | 2017-11-08T08:54:46 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* <p>ClassName: LLStandPayInfoBL </p>
* <p>Description: LLStandPayInfoBL类文件 </p>
* <p>Copyright: Copyright (c) 2002</p>
* <p>Company: testcompany </p>
* @Database:
* @Author:pd
* @CreateDate:2005-11-1
*/
package com.sinosoft.lis.claimgrp;
import org.apache.log4j.Logger;
import com.sinosoft.lis.vschema.*;
im... | UTF-8 | Java | 7,529 | java | LLStandPayInfoBL.java | Java | [
{
"context": "ompany: testcompany </p>\n * @Database:\n * @Author:pd\n * @CreateDate:2005-11-1\n */\npackage com.sinosoft",
"end": 185,
"score": 0.9981549978256226,
"start": 183,
"tag": "USERNAME",
"value": "pd"
}
] | null | [] | /*
* <p>ClassName: LLStandPayInfoBL </p>
* <p>Description: LLStandPayInfoBL类文件 </p>
* <p>Copyright: Copyright (c) 2002</p>
* <p>Company: testcompany </p>
* @Database:
* @Author:pd
* @CreateDate:2005-11-1
*/
package com.sinosoft.lis.claimgrp;
import org.apache.log4j.Logger;
import com.sinosoft.lis.vschema.*;
im... | 7,529 | 0.573229 | 0.569028 | 190 | 35.331577 | 25.208824 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.631579 | false | false | 9 |
988d085aa79381e00eaf7b0d62b8cf82e5615b98 | 14,972,256,055,867 | 0abbdfc69ef3fbf19291cca357eb4a55d08dfcdf | /ProgramCreekPractice/src/LongestSubstringLength.java | 36ea706f12d9c02c382329c647e4c686f4d0ab2a | [] | no_license | ojamvk/ProgramCreek-Practice | https://github.com/ojamvk/ProgramCreek-Practice | 72d898c1265708a52a11459a275600c1c059d00d | d63c8cfda0703ca7e139f4381481391b46c941d1 | refs/heads/master | 2020-05-21T13:33:15.410000 | 2016-11-05T03:14:03 | 2016-11-05T03:14:03 | 64,574,861 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.Hashtable;
public class LongestSubstringLength {
public static void main(String[] args) {
String inputString = "abcabcbbabcdefdfdf";
System.out.println(lengthOfLongestSubString(inputString));
}
private static int lengthOfLongestSubString(String inputString) {
char[] input = inputString.t... | UTF-8 | Java | 774 | java | LongestSubstringLength.java | Java | [] | null | [] | import java.util.Hashtable;
public class LongestSubstringLength {
public static void main(String[] args) {
String inputString = "abcabcbbabcdefdfdf";
System.out.println(lengthOfLongestSubString(inputString));
}
private static int lengthOfLongestSubString(String inputString) {
char[] input = inputString.t... | 774 | 0.689922 | 0.687339 | 31 | 23.967741 | 23.811741 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.774194 | false | false | 9 |
c5bc267d662f86c9de01fe0bed2b3b405c5f5b2c | 15,350,213,179,964 | 4dc7c96fad98cef4e0b8791933e8200cc823d01c | /src/com/engine/Core/RenderingEngine.java | 28f84778e21610e315d6e7b320dbb41f8d0bce06 | [] | no_license | alex-ta/RenderingEngine | https://github.com/alex-ta/RenderingEngine | 764bbac91fbd3e279299e0a7b23613eaf842125f | e6352056369915a9c93747555fb23bbe1a6bc8d2 | refs/heads/master | 2020-04-05T23:16:23.168000 | 2015-06-06T19:51:25 | 2015-06-06T19:51:25 | 36,099,163 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.engine.Core;
import static org.lwjgl.opengl.GL11.*;
import java.util.LinkedList;
import com.engine.Components.Camera;
import com.engine.Components.Light;
import com.engine.Components.NormalLight;
import com.engine.Desing.Material;
import com.engine.Math.Vector3D;
import com.engine.Shaders.ForwardNormalLi... | UTF-8 | Java | 2,277 | java | RenderingEngine.java | Java | [] | null | [] | package com.engine.Core;
import static org.lwjgl.opengl.GL11.*;
import java.util.LinkedList;
import com.engine.Components.Camera;
import com.engine.Components.Light;
import com.engine.Components.NormalLight;
import com.engine.Desing.Material;
import com.engine.Math.Vector3D;
import com.engine.Shaders.ForwardNormalLi... | 2,277 | 0.706192 | 0.697848 | 114 | 18.973684 | 15.752728 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.008772 | false | false | 9 |
05fc44b606266602a5a1318fd8af64b41d305688 | 24,678,882,129,341 | ae831be360123d053cca75cdc667f213470dc3ef | /src/com/jconnolly/chapter5/Exercise5_16.java | 30be7260153e1ccf6f14455f40145ec36cbb3e43 | [] | no_license | Schonge/Introduction-To-Java-Programming | https://github.com/Schonge/Introduction-To-Java-Programming | 07e224643ebec5c68176dd920ed4af5033e9371f | 62848eafe69e60af730326d4d3d4bb1db4928f11 | refs/heads/master | 2021-06-25T12:37:57.654000 | 2020-10-21T02:21:54 | 2020-10-21T02:21:54 | 134,127,493 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jconnolly.chapter5;
import java.util.Scanner;
/**
* Number of days in a month.
* @author jconnolly
*
*/
public class Exercise5_16 {
public static void main(String[] args) {
@SuppressWarnings("resource")
Scanner input = new Scanner(System.in);
int month = 0;
while(month < 1 || month > ... | UTF-8 | Java | 1,850 | java | Exercise5_16.java | Java | [
{
"context": "ner;\n\n/**\n * Number of days in a month.\n * @author jconnolly\n *\n */\n\npublic class Exercise5_16 {\n\n\tpublic stat",
"end": 114,
"score": 0.9982640147209167,
"start": 105,
"tag": "USERNAME",
"value": "jconnolly"
}
] | null | [] | package com.jconnolly.chapter5;
import java.util.Scanner;
/**
* Number of days in a month.
* @author jconnolly
*
*/
public class Exercise5_16 {
public static void main(String[] args) {
@SuppressWarnings("resource")
Scanner input = new Scanner(System.in);
int month = 0;
while(month < 1 || month > ... | 1,850 | 0.592973 | 0.572973 | 79 | 22.417721 | 24.549412 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.949367 | false | false | 9 |
ced3fec47fa52823135352d7281446ee223ad1db | 24,137,716,242,893 | a7a995daea30dd036671feb817a69f8a7bdc915a | /src/main/java/com/platzi/platziprofesores/service/SocialMediaServiceImpl.java | 1da3fc73da4e65035b809d642bb79ff08e450968 | [] | no_license | daespuor/platziprofesores-api | https://github.com/daespuor/platziprofesores-api | a5bc5a4e1f8a9957f05e221388fce6c6078a5c9b | c8734fe150fb147792f607d71ff33d7d566c9eb7 | refs/heads/master | 2020-04-19T01:48:46.978000 | 2019-01-27T19:01:40 | 2019-01-27T19:01:40 | 167,882,953 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.platzi.platziprofesores.service;
import java.util.List;
import javax.transaction.Transactional;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.platzi.platziprofesores.dao.SocialMediaDAO;
import com.platzi.platziprofesores.model.So... | UTF-8 | Java | 1,631 | java | SocialMediaServiceImpl.java | Java | [] | null | [] | package com.platzi.platziprofesores.service;
import java.util.List;
import javax.transaction.Transactional;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.platzi.platziprofesores.dao.SocialMediaDAO;
import com.platzi.platziprofesores.model.So... | 1,631 | 0.797057 | 0.797057 | 62 | 25.306452 | 23.772163 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.129032 | false | false | 9 |
d42aa7319cf3a733fc092fdf8d79238144254d56 | 19,920,058,364,408 | ba99ac3e32a720fb6db63ca08022c390c1a71bc9 | /src/java/servlet/artigos/ArtigosListar.java | 739161018ece393d6730823a0a26e5513d3c441a | [] | no_license | jeancx/JavaCMS_REST_Angular | https://github.com/jeancx/JavaCMS_REST_Angular | 0516f66a8d9d6bbb24f9c9aa5ee35e6cdb92bbeb | fc8f2b3a2a65b460f6db716e8136510425d6de8a | refs/heads/master | 2020-06-02T22:22:25.820000 | 2015-07-08T20:22:20 | 2015-07-08T20:22:20 | 38,777,664 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package servlet.artigos;
import dao.ArtigoJpaController;
import java.io.IOException;
import java.util.List;
import javax.servlet.Servl... | UTF-8 | Java | 1,082 | java | ArtigosListar.java | Java | [
{
"context": "Response;\nimport models.Artigo;\n\n/**\n *\n * @author Jean\n */\n@WebServlet(name = \"Artigos\", urlPatterns = {",
"end": 554,
"score": 0.9496471881866455,
"start": 550,
"tag": "NAME",
"value": "Jean"
}
] | null | [] | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package servlet.artigos;
import dao.ArtigoJpaController;
import java.io.IOException;
import java.util.List;
import javax.servlet.Servl... | 1,082 | 0.744917 | 0.744917 | 35 | 29.914286 | 28.317961 | 113 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.628571 | false | false | 9 |
11d5fd227fed213dacc9cf284d7f1f84b51e085b | 31,679,678,832,609 | 6be39fc2c882d0b9269f1530e0650fd3717df493 | /weixin反编译/sources/c/t/m/g/s.java | 46d79a6811cab67bd48fd2918cb67777325e1fc4 | [] | no_license | sir-deng/res | https://github.com/sir-deng/res | f1819af90b366e8326bf23d1b2f1074dfe33848f | 3cf9b044e1f4744350e5e89648d27247c9dc9877 | refs/heads/master | 2022-06-11T21:54:36.725000 | 2020-05-07T06:03:23 | 2020-05-07T06:03:23 | 155,177,067 | 5 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package c.t.m.g;
public interface s {
r a(String str);
}
| UTF-8 | Java | 62 | java | s.java | Java | [] | null | [] | package c.t.m.g;
public interface s {
r a(String str);
}
| 62 | 0.612903 | 0.612903 | 5 | 11.4 | 9.024411 | 20 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 9 |
36854a1e1e92049944159cc628b13a05ad572876 | 22,986,665,035,551 | 40c27ac7f94d256cc3e99fa951526b78b50796d7 | /src/tetris/TetrisGraphic.java | 91f41ba53a2da0c35afebdbaa157fe3a2a48215c | [] | no_license | littlepig2013/tetris | https://github.com/littlepig2013/tetris | cdaa2eeb6939aa896dd13f9591fe900ea4d90836 | 61ea18871b2bfe80ab2b668bb7d527aba5c72eeb | refs/heads/master | 2019-08-27T12:46:27.383000 | 2016-04-14T06:45:05 | 2016-04-14T06:45:05 | 56,213,779 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package tetris;
import java.io.File;
import java.io.FileNotFoundException;
import java.net.URL;
import java.applet.Applet;
import java.applet.AudioClip;
import java.awt.BorderLayout;
import java.awt.Color;
import java.awt.FlowLayout;
import java.awt.Graphics;
import java.awt.event.ActionEvent;
import java.awt.event.Act... | GB18030 | Java | 9,128 | java | TetrisGraphic.java | Java | [] | null | [] | package tetris;
import java.io.File;
import java.io.FileNotFoundException;
import java.net.URL;
import java.applet.Applet;
import java.applet.AudioClip;
import java.awt.BorderLayout;
import java.awt.Color;
import java.awt.FlowLayout;
import java.awt.Graphics;
import java.awt.event.ActionEvent;
import java.awt.event.Act... | 9,128 | 0.700507 | 0.69346 | 336 | 26.032738 | 17.979042 | 114 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.761905 | false | false | 9 |
dbaebaa0cceccc6413a08a6385db2ea3cf1f43ea | 7,988,639,235,023 | a14c2195a2649f6861fef7662ce3163fb5db2c2d | /apps/apps-book/Java8TheCompleteReference/intro/src/org/gamegogo/TheCollectionsFramework/HashMapDemo.java | 6bf288b638c56b7d80f10f46889fe085ffee2651 | [
"Apache-2.0"
] | permissive | reyou/Ggg.Java | https://github.com/reyou/Ggg.Java | 80ce25571c656861ffe1e23c5a2c5763c704a85c | 952f86b8ad24e6c43e3c9246c08b557051f6f51a | refs/heads/master | 2022-02-08T11:48:03.777000 | 2022-01-27T16:51:48 | 2022-01-27T16:51:48 | 134,283,720 | 0 | 0 | Apache-2.0 | false | 2021-01-14T20:07:49 | 2018-05-21T14:55:05 | 2019-07-23T19:54:58 | 2021-01-14T20:07:48 | 10,848 | 0 | 0 | 1 | Java | false | false | package org.gamegogo.TheCollectionsFramework;
import java.util.HashMap;
import java.util.Map;
import java.util.Set;
class HashMapDemo {
public static void main(String args[]) {
// Create a hash map.
/*Hash table based implementation of the Map interface.
This implementation provides all of the optional map operat... | UTF-8 | Java | 1,935 | java | HashMapDemo.java | Java | [
{
"context": "key, the old value\nis replaced.*/\n hm.put(\"John Doe\", new Double(3434.34));\n hm.put(\"Tom Smith",
"end": 879,
"score": 0.9998544454574585,
"start": 871,
"tag": "NAME",
"value": "John Doe"
},
{
"context": "\"John Doe\", new Double(3434.34));\n h... | null | [] | package org.gamegogo.TheCollectionsFramework;
import java.util.HashMap;
import java.util.Map;
import java.util.Set;
class HashMapDemo {
public static void main(String args[]) {
// Create a hash map.
/*Hash table based implementation of the Map interface.
This implementation provides all of the optional map operat... | 1,911 | 0.687339 | 0.668217 | 44 | 42.977272 | 23.081367 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.772727 | false | false | 9 |
46c24585101d0542f1210c7bcd0aead03b93e6b1 | 33,157,147,559,005 | f4c8637d7efd25cd3862ae9a800b8c25c24a3d77 | /student-management-system/src/main/java/com/infy/studmgmtsys/model/StudentEntity.java | 72e90099e721aefd0cd029b9a37962969f3d9a44 | [] | no_license | cr7blackpearl/apache-camel-api-gateway-without-jwt | https://github.com/cr7blackpearl/apache-camel-api-gateway-without-jwt | d64e5f91584be1909d03f474f932e403ac404a66 | cd08341a944dbfaa67285b4081bcd20888b1227a | refs/heads/master | 2021-04-10T18:35:54.538000 | 2020-03-21T11:22:58 | 2020-03-21T11:22:58 | 248,954,550 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.infy.studmgmtsys.model;
import java.util.List;
public class StudentEntity {
List<Student> studetnList;
public StudentEntity() {
}
public List<Student> getStudetnList() {
return studetnList;
}
public void setStudetnList(List<Student> studetnList) {
this.studetnList = studetnList;
}
}
| UTF-8 | Java | 313 | java | StudentEntity.java | Java | [] | null | [] | package com.infy.studmgmtsys.model;
import java.util.List;
public class StudentEntity {
List<Student> studetnList;
public StudentEntity() {
}
public List<Student> getStudetnList() {
return studetnList;
}
public void setStudetnList(List<Student> studetnList) {
this.studetnList = studetnList;
}
}
| 313 | 0.744409 | 0.744409 | 19 | 15.473684 | 17.132206 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.842105 | false | false | 9 |
2e343afa6adb9b0772b96fe5525dd34d88d881c2 | 16,037,407,925,840 | 847679f17fb0843c99242e2b243299c248fa1b6c | /ioc-module/src/main/java/com/curtisnewbie/module/ioc/convert/Converter.java | d5575977f148c82cc1b754e6bd2460be11d4fcb6 | [
"Apache-2.0"
] | permissive | CurtisNewbie/ioc-module | https://github.com/CurtisNewbie/ioc-module | 521f6b066f159faa848e406a59a2086ac0824642 | 2275ca387acf965bcf65fa13e4da921093fcf62a | refs/heads/main | 2023-09-04T01:22:09.732000 | 2021-10-10T06:25:51 | 2021-10-10T06:25:51 | 380,705,865 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.curtisnewbie.module.ioc.convert;
/**
* A converter that converts {@code T} type to {@code V} type
*
* @author yongjie.zhuang
*/
@FunctionalInterface
public interface Converter<T, V> {
/**
* Convert value
* @param t
*/
V convert(T t);
}
| UTF-8 | Java | 277 | java | Converter.java | Java | [
{
"context": "rts {@code T} type to {@code V} type\n *\n * @author yongjie.zhuang\n */\n@FunctionalInterface\npublic interface Convert",
"end": 140,
"score": 0.9986057281494141,
"start": 126,
"tag": "NAME",
"value": "yongjie.zhuang"
}
] | null | [] | package com.curtisnewbie.module.ioc.convert;
/**
* A converter that converts {@code T} type to {@code V} type
*
* @author yongjie.zhuang
*/
@FunctionalInterface
public interface Converter<T, V> {
/**
* Convert value
* @param t
*/
V convert(T t);
}
| 277 | 0.620939 | 0.620939 | 16 | 16.3125 | 17.116217 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.1875 | false | false | 9 |
f2363adf8a3dbd6148e43f787ad3898d6e883242 | 23,648,089,979,695 | 3b150be1b781b17495e43c73daab94a940ba1fef | /MainClient/src/main/java/com/fdl/activity/main/HomeFragment.java | 1070261cc2df9d674d663cad4d0343c4fea124ff | [] | no_license | DreamFly01/SuanNiHen | https://github.com/DreamFly01/SuanNiHen | e43346a86eb156e36b3eb643e176e735811c4024 | c10832fb402a011a93923d074d5755b64ccf1d93 | refs/heads/master | 2022-01-06T21:52:02.597000 | 2019-08-02T03:06:49 | 2019-08-02T03:06:49 | 195,406,683 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.fdl.activity.main;
import android.content.ActivityNotFoundException;
import android.content.ComponentName;
import android.content.Context;
import android.content.Intent;
import android.content.res.Configuration;
import android.graphics.Color;
import android.net.Uri;
import android.os.Bundle;
import android... | UTF-8 | Java | 16,929 | java | HomeFragment.java | Java | [
{
"context": "rknife.Unbinder;\n\n/**\n * <p>desc:<p>\n * <p>author:DreamFly<p>\n * <p>creatTime:2019/2/14<p>\n * <p>changeTime:",
"end": 2627,
"score": 0.9996563792228699,
"start": 2619,
"tag": "USERNAME",
"value": "DreamFly"
}
] | null | [] | package com.fdl.activity.main;
import android.content.ActivityNotFoundException;
import android.content.ComponentName;
import android.content.Context;
import android.content.Intent;
import android.content.res.Configuration;
import android.graphics.Color;
import android.net.Uri;
import android.os.Bundle;
import android... | 16,929 | 0.612692 | 0.601777 | 428 | 38.175232 | 24.533682 | 133 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.86215 | false | false | 9 |
e97346ed367a3c65b75bcc5d3bd2a38cac4a259e | 9,964,324,178,474 | 215d6ea1c25a798f363cc0511b5f3146b5c85ac7 | /example-client-spring-boot-starter/src/main/java/ru/fadeciness/user/info/service/client/autoconfigure/ExampleClientAutoConfiguration.java | 0be0fbd3b1eb0f3dfea47ac1d63816082e7a2939 | [] | no_license | fadeciness/example-client-with-starter | https://github.com/fadeciness/example-client-with-starter | 8c9316279e484132672fbd96b693be5940ba43cf | 93d2d0f14b58001651af7c291a5ae8cdc9ce597e | refs/heads/master | 2023-06-03T17:11:16.295000 | 2021-06-21T06:42:14 | 2021-06-21T06:42:14 | 378,829,925 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ru.fadeciness.user.info.service.client.autoconfigure;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.context.properties.EnableConfigurationProperties;
import org.springframework.boot.web.client.RestTemplateBuilder;
import org.springframework.context.annotation.Be... | UTF-8 | Java | 874 | java | ExampleClientAutoConfiguration.java | Java | [] | null | [] | package ru.fadeciness.user.info.service.client.autoconfigure;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.context.properties.EnableConfigurationProperties;
import org.springframework.boot.web.client.RestTemplateBuilder;
import org.springframework.context.annotation.Be... | 874 | 0.791762 | 0.791762 | 26 | 32.615383 | 25.19169 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.346154 | false | false | 9 |
1d24fcbb0127aece6d2230c49e472cfda9d2a633 | 9,964,324,174,713 | 19831859aaf954e57ed3a624baf12299ff4778e1 | /kumoh-code-2017/Java/#1 기본/#1 과제/#6 java 과제/실습9/원자로감시.java | c5af579a2d4034867b5571374940bbcc68b63611 | [] | no_license | LeeSuHa98/kumoh-code | https://github.com/LeeSuHa98/kumoh-code | f81d4bb73e4fa6ec9449ac6f7ca9f944b4f11c6a | ac596e0d36e71846ad4cc2d9e65bae67467da8da | refs/heads/master | 2021-01-07T09:49:48.926000 | 2018-11-26T10:24:58 | 2018-11-26T10:24:58 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public class 원자로감시
{
static int 현재로온도 = 10000;
public static void main(String[] args)
{
try
{
반응로감시();
return;
}
catch(TemperatureException e)
{
System.out.println();
System.out.println(e.getMessage() + ": " + e.getTemperature());
}
finally
{
System.out.println("원자로 셧다운");
} // mai... | UHC | Java | 1,269 | java | 원자로감시.java | Java | [] | null | [] | public class 원자로감시
{
static int 현재로온도 = 10000;
public static void main(String[] args)
{
try
{
반응로감시();
return;
}
catch(TemperatureException e)
{
System.out.println();
System.out.println(e.getMessage() + ": " + e.getTemperature());
}
finally
{
System.out.println("원자로 셧다운");
} // mai... | 1,269 | 0.554738 | 0.523459 | 72 | 14.097222 | 14.291761 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.513889 | false | false | 9 |
7a7b6fc180ca361aa2243a56e77c4b301e739bd5 | 29,308,856,887,305 | 9e1d9b8f5121244df46ffe5479ee0c8775990092 | /src/main/java/net/gpedro/faculdade/filinha/shared/atendimento/views/EditarAtendimento.java | a333a358b37c67219933fb15ee6281319b352a0c | [] | no_license | gpedro/filinha | https://github.com/gpedro/filinha | 3b1c3d9961bb7a2cc98d7af00d060af7398ce309 | bec3b94ece9584a9250e65fea9c7320025d90451 | refs/heads/master | 2020-05-20T06:05:25.885000 | 2015-07-11T14:30:43 | 2015-07-11T14:30:43 | 31,869,397 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package net.gpedro.faculdade.filinha.shared.atendimento.views;
import java.util.Arrays;
import lombok.Getter;
import net.gpedro.faculdade.filinha.core.components.misc.Alert;
import net.gpedro.faculdade.filinha.shared.atendimento.constants.CLASSIFICACAO;
import net.gpedro.faculdade.filinha.shared.atendimento.model.Ate... | UTF-8 | Java | 2,655 | java | EditarAtendimento.java | Java | [] | null | [] | package net.gpedro.faculdade.filinha.shared.atendimento.views;
import java.util.Arrays;
import lombok.Getter;
import net.gpedro.faculdade.filinha.core.components.misc.Alert;
import net.gpedro.faculdade.filinha.shared.atendimento.constants.CLASSIFICACAO;
import net.gpedro.faculdade.filinha.shared.atendimento.model.Ate... | 2,655 | 0.642236 | 0.640725 | 83 | 30.891565 | 23.412495 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.698795 | false | false | 9 |
c7d43cf9561fc2b1da198e27f38ef882c67b199d | 8,177,617,741,764 | 007f50af8771e45b5532666a83bd928b846cde8d | /app/src/main/java/com/example/foodordering/Menu.java | da44eb95c732f5d8da1ad26ef91e7cce12f9b510 | [] | no_license | rakaryuto23karyuto/Rest_Tauran_1 | https://github.com/rakaryuto23karyuto/Rest_Tauran_1 | 17c56783a8babc4cf9fadce058d7321ea9152df0 | 1ae8cf7d3b2a325bf289f3683bc73b7b55d8c6c4 | refs/heads/master | 2020-07-30T20:13:19.872000 | 2019-09-23T12:05:59 | 2019-09-23T12:05:59 | 210,345,168 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.foodordering;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.ImageButton;
import android.widget.Toast;
public class Menu extends AppCompatActivity {
ImageB... | UTF-8 | Java | 1,164 | java | Menu.java | Java | [] | null | [] | package com.example.foodordering;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.ImageButton;
import android.widget.Toast;
public class Menu extends AppCompatActivity {
ImageB... | 1,164 | 0.730241 | 0.730241 | 36 | 31.361111 | 26.136557 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.583333 | false | false | 9 |
451fd017de788211b1111383df3a497c8da45244 | 29,961,691,892,590 | 0638f8414ecaa3d3c5bbbcdc993ccc20e1711db2 | /src/main/java/org/uysm/zip/AddFolder.java | 47df2dbfbe0d5e1424abeb13c3bc3d3b7db8dd4c | [] | no_license | adnanrimedzo/uysm-updx | https://github.com/adnanrimedzo/uysm-updx | fca2d67cfd0222df5c180f224db2a51b3e7c0118 | 83c2067a6b07c8ed7a36af72da404bbeba7989d3 | refs/heads/master | 2022-07-10T16:17:38.569000 | 2019-07-17T21:12:30 | 2019-07-17T21:12:30 | 110,469,192 | 1 | 0 | null | false | 2022-06-30T14:44:37 | 2017-11-12T21:05:33 | 2019-07-17T21:12:39 | 2022-06-30T14:44:33 | 936 | 2 | 0 | 3 | Java | false | false | package org.uysm.zip;
import net.lingala.zip4j.core.ZipFile;
import net.lingala.zip4j.exception.ZipException;
import net.lingala.zip4j.model.ZipParameters;
import net.lingala.zip4j.progress.ProgressMonitor;
import net.lingala.zip4j.util.Zip4jConstants;
/**
* Demonstrated adding a folder to zip file
*
* @author Sri... | UTF-8 | Java | 2,118 | java | AddFolder.java | Java | [
{
"context": "nstrated adding a folder to zip file\n *\n * @author Srikanth Reddy Lingala\n */\npublic class AddFolder {\n\n private Progres",
"end": 339,
"score": 0.9998800754547119,
"start": 317,
"tag": "NAME",
"value": "Srikanth Reddy Lingala"
},
{
"context": "output/test.udpx\... | null | [] | package org.uysm.zip;
import net.lingala.zip4j.core.ZipFile;
import net.lingala.zip4j.exception.ZipException;
import net.lingala.zip4j.model.ZipParameters;
import net.lingala.zip4j.progress.ProgressMonitor;
import net.lingala.zip4j.util.Zip4jConstants;
/**
* Demonstrated adding a folder to zip file
*
* @author <NA... | 2,102 | 0.679887 | 0.669972 | 64 | 32.109375 | 28.988207 | 106 | false | false | 0 | 0 | 0 | 0 | 73 | 0.0661 | 0.46875 | false | false | 9 |
a542792842206f4ab5e17cd3d4568ca45e550519 | 14,207,751,861,051 | 08bf8ed62209073215583d8d4f56cf3f01d7cb32 | /src/logicAndUtility/Palindrome.java | 4071af4572262f1302119b07680fc5d7e79f4966 | [] | no_license | theCember/Project-Euler-04-largest-palindrome-product | https://github.com/theCember/Project-Euler-04-largest-palindrome-product | d4ed67df0dd2308ac125e019654a3531e9f776bc | 3f0bb77b25c6b55e8cf1c663b1c7ae31088e2bcb | refs/heads/master | 2020-04-14T13:55:49.003000 | 2019-01-02T19:46:46 | 2019-01-02T19:46:46 | 163,882,855 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package logicAndUtility;
public class Palindrome {
public Palindrome() {
this.numberForPalindrome = 0;
this.convertedNumber = "";
}
public Palindrome(int nmb, String plnd) {
this.numberForPalindrome = nmb;
this.convertedNumber = plnd;
this.palindromeID = numberForPalindrome;
numberForPalindrome++;
... | UTF-8 | Java | 1,354 | java | Palindrome.java | Java | [] | null | [] | package logicAndUtility;
public class Palindrome {
public Palindrome() {
this.numberForPalindrome = 0;
this.convertedNumber = "";
}
public Palindrome(int nmb, String plnd) {
this.numberForPalindrome = nmb;
this.convertedNumber = plnd;
this.palindromeID = numberForPalindrome;
numberForPalindrome++;
... | 1,354 | 0.750369 | 0.745199 | 58 | 22.344828 | 23.117804 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.586207 | false | false | 9 |
64e4890d75f72e96af8fc081c979483f6fb1f26f | 22,789,096,531,268 | c204afad81b2d7c3587d35e81c11623038b50856 | /src/com/xiaoyu/shbookstore/ui/MainActivity.java | ca9ddd8a4860206b9c83189b88a7a0bfb2d79afd | [] | no_license | monkey1992/SHBookStore | https://github.com/monkey1992/SHBookStore | 59189ad09879d671328b7aa73bbe3ae7c11f2280 | 4c1fa4c3de571d1dafe2e5edddef90fe25348389 | refs/heads/master | 2021-05-04T08:42:52.337000 | 2016-10-09T16:35:53 | 2016-10-09T16:35:53 | 70,415,715 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.xiaoyu.shbookstore.ui;
import android.app.Activity;
import android.app.AlertDialog;
import android.app.AlertDialog.Builder;
import android.content.DialogInterface;
import android.content.DialogInterface.OnClickListener;
import android.os.Bundle;
import android.view.Window;
import android.widget.RelativeLay... | UTF-8 | Java | 2,647 | java | MainActivity.java | Java | [] | null | [] | package com.xiaoyu.shbookstore.ui;
import android.app.Activity;
import android.app.AlertDialog;
import android.app.AlertDialog.Builder;
import android.content.DialogInterface;
import android.content.DialogInterface.OnClickListener;
import android.os.Bundle;
import android.view.Window;
import android.widget.RelativeLay... | 2,647 | 0.727799 | 0.723552 | 87 | 28.770115 | 22.720036 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.505747 | false | false | 9 |
aee31d95cf4e7efd97663cf86a8dab08652c0370 | 22,789,096,532,558 | 4b0bf4787e89bcae7e4759bde6d7f3ab2c81f849 | /aliyun-java-sdk-swas/src/main/java/com/aliyuncs/swas/model/v20170810/DescribeInstanceIpRelationsResponse.java | dd954db6352dc2b2c7245ebd4591d4ffee3f384a | [
"Apache-2.0"
] | permissive | aliyun/aliyun-openapi-java-sdk | https://github.com/aliyun/aliyun-openapi-java-sdk | a263fa08e261f12d45586d1b3ad8a6609bba0e91 | e19239808ad2298d32dda77db29a6d809e4f7add | refs/heads/master | 2023-09-03T12:28:09.765000 | 2023-09-01T09:03:00 | 2023-09-01T09:03:00 | 39,555,898 | 1,542 | 1,317 | NOASSERTION | false | 2023-09-14T07:27:05 | 2015-07-23T08:41:13 | 2023-08-31T07:30:44 | 2023-09-14T07:27:03 | 72,323 | 1,375 | 1,144 | 12 | Java | false | false | /*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed u... | UTF-8 | Java | 3,130 | java | DescribeInstanceIpRelationsResponse.java | Java | [] | null | [] | /*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed u... | 3,130 | 0.702556 | 0.696166 | 150 | 19.033333 | 21.432816 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.333333 | false | false | 9 |
7efecbc90517e802d80cc0c757e9744ab70f70c9 | 10,522,669,940,245 | 1cc037b19a154941fd1fdc7d9d1c02702794b975 | /core-customize/custom/spar/sparfacades/src/com/spar/hcl/core/sitemap/dao/impl/SparSiteMapListDAOImpl.java | 8d1068262970638f5993c6b199d94590c4fa303a | [] | no_license | demo-solution/solution | https://github.com/demo-solution/solution | b557dea73d613ec8bb722e2d9a63a338f0b9cf8d | e342fd77084703d43122a17d7184803ea72ae5c2 | refs/heads/master | 2022-07-16T05:41:35.541000 | 2020-05-19T14:51:59 | 2020-05-19T14:51:59 | 259,383,771 | 0 | 0 | null | false | 2020-05-19T14:54:38 | 2020-04-27T16:07:54 | 2020-05-19T14:54:19 | 2020-05-19T14:54:37 | 101,858 | 0 | 0 | 1 | Java | false | false | /**
*
*/
package com.spar.hcl.core.sitemap.dao.impl;
import de.hybris.platform.servicelayer.internal.dao.DefaultGenericDao;
import de.hybris.platform.servicelayer.search.FlexibleSearchQuery;
import de.hybris.platform.servicelayer.search.SearchResult;
import java.util.HashMap;
import java.util.List;
import java.util... | UTF-8 | Java | 1,906 | java | SparSiteMapListDAOImpl.java | Java | [
{
"context": "iveryslot.model.SparSiteMapModel;\n\n\n/**\n * @author jitendriya.m\n *\n */\npublic class SparSiteMapListDAOImpl extend",
"end": 522,
"score": 0.9924032092094421,
"start": 510,
"tag": "USERNAME",
"value": "jitendriya.m"
}
] | null | [] | /**
*
*/
package com.spar.hcl.core.sitemap.dao.impl;
import de.hybris.platform.servicelayer.internal.dao.DefaultGenericDao;
import de.hybris.platform.servicelayer.search.FlexibleSearchQuery;
import de.hybris.platform.servicelayer.search.SearchResult;
import java.util.HashMap;
import java.util.List;
import java.util... | 1,906 | 0.768625 | 0.768625 | 66 | 27.878788 | 39.388321 | 202 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.19697 | false | false | 9 |
8170cb2f4d0e88f3c57bbb5ec8fc28b0e480d5b2 | 10,634,339,074,635 | c8cdff97fb4b6ce366bb6ab9adaff866b761a791 | /src/Array2Practise/Zoo.java | 2bed0ab68f0a91fe09c0d7bc1886e8c2643e08a6 | [] | no_license | SDET222/java-programmingC | https://github.com/SDET222/java-programmingC | 6a50c147f526f60382c8febfe68c1a1c7f2921b2 | f6098a8a3ff2412135120efde901ab3ac558c362 | refs/heads/master | 2023-06-22T00:48:25.451000 | 2021-07-26T23:51:53 | 2021-07-26T23:51:53 | 366,196,266 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Array2Practise;
import java.util.*;
public class Zoo {
public static void main(String[] args) {
String[] arr1 = {"Tiger", "Lion", "Monkey", "Turtle", "Corcodile"};
String [] arr2 = {"Eagle", "Ducks", "Peacock","Chicken"};
String [][] zoo = {arr1,arr2};
System.out.println(Ar... | UTF-8 | Java | 536 | java | Zoo.java | Java | [] | null | [] | package Array2Practise;
import java.util.*;
public class Zoo {
public static void main(String[] args) {
String[] arr1 = {"Tiger", "Lion", "Monkey", "Turtle", "Corcodile"};
String [] arr2 = {"Eagle", "Ducks", "Peacock","Chicken"};
String [][] zoo = {arr1,arr2};
System.out.println(Ar... | 536 | 0.520522 | 0.509328 | 26 | 19.615385 | 25.878529 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.692308 | false | false | 9 |
ca8c12e1cc58115926a9204f9c0b7b69b13dc015 | 29,248,727,298,630 | 8a6766a23c06233fc5c6550a869af550a2e9519e | /app/src/main/java/com/dream/fishbonelsy/tooldatamanager/adapter/AbsRecyclerViewAdapter.java | aa0b72b6f164e9c5ed13f3a20512199404203bc9 | [] | no_license | Fishbonelsy/ToolDataManager | https://github.com/Fishbonelsy/ToolDataManager | 21e57d41b3302aeab9d313ec6799310fbda4a9d0 | f7988babc59444620baaaed7606e3c66f4cea72a | refs/heads/master | 2016-09-19T18:07:56.219000 | 2016-09-19T15:19:53 | 2016-09-19T15:19:53 | 66,567,923 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.dream.fishbonelsy.tooldatamanager.adapter;
import android.content.Context;
import android.support.v7.widget.RecyclerView;
import com.dream.fishbonelsy.tooldatamanager.datamanager.AbsDataManager;
/**
* Created by fishboneLsy on 2016/7/8.
*/
public abstract class AbsRecyclerViewAdapter extends RecyclerVi... | UTF-8 | Java | 603 | java | AbsRecyclerViewAdapter.java | Java | [
{
"context": "ger.datamanager.AbsDataManager;\n\n/**\n * Created by fishboneLsy on 2016/7/8.\n */\npublic abstract class AbsRecycle",
"end": 239,
"score": 0.9997109174728394,
"start": 228,
"tag": "USERNAME",
"value": "fishboneLsy"
}
] | null | [] | package com.dream.fishbonelsy.tooldatamanager.adapter;
import android.content.Context;
import android.support.v7.widget.RecyclerView;
import com.dream.fishbonelsy.tooldatamanager.datamanager.AbsDataManager;
/**
* Created by fishboneLsy on 2016/7/8.
*/
public abstract class AbsRecyclerViewAdapter extends RecyclerVi... | 603 | 0.771144 | 0.759536 | 24 | 24.125 | 26.038933 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 9 |
467e73603f5f84a8f477d8516ae16bed6c5c7285 | 29,248,727,296,228 | 2380fd836c37a8347ed8f1835fc2c5811c61c20b | /src/main/java/net/floodlightcontroller/egp/controller/ServerThread.java | 0d32c7629c5412517f1dc62e94ba84253b12e06e | [
"Apache-2.0"
] | permissive | zhangkeyao/bgp-floodlight | https://github.com/zhangkeyao/bgp-floodlight | 1b05ceb14baaf75e5c4259fc936f2ea7f1a86099 | 255c4af39a46e7ceb288f20a6cd6f5552796290e | refs/heads/master | 2020-09-27T09:02:24.916000 | 2016-09-09T11:41:28 | 2016-09-09T11:41:28 | 67,788,667 | 1 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package net.floodlightcontroller.egp.controller;
import java.lang.Runnable;
import java.net.ServerSocket;
import java.net.Socket;
import java.util.List;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
public class ServerThread implements Runnable{
private static Logger logger = LoggerFactory.getLogger(... | UTF-8 | Java | 1,293 | java | ServerThread.java | Java | [] | null | [] | package net.floodlightcontroller.egp.controller;
import java.lang.Runnable;
import java.net.ServerSocket;
import java.net.Socket;
import java.util.List;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
public class ServerThread implements Runnable{
private static Logger logger = LoggerFactory.getLogger(... | 1,293 | 0.602475 | 0.600928 | 46 | 27.108696 | 24.120377 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.521739 | false | false | 9 |
60db230095c1b48adf352dc155aaa68835859e41 | 24,266,565,251,565 | eb612e4e13f8df44e8dd45716e0fe0977ef4354b | /src/com/ibaguo/mqa/intefaces/QuestionToAnswer.java | ad6b90dd34c66314406c6bc622f1f826c719ff86 | [
"Apache-2.0"
] | permissive | Growingluffy/mqa | https://github.com/Growingluffy/mqa | 295d3b2502363cc7b20961c34f5544783a6acb71 | 26c4254175ff0a626296f70fbdb57966e7924459 | refs/heads/master | 2020-05-04T17:52:04.734000 | 2016-01-22T08:57:44 | 2016-01-22T08:57:44 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ibaguo.mqa.intefaces;
import java.util.List;
import com.ibaguo.mqa.json.AskResult;
public interface QuestionToAnswer {
public List<AskResult> makeQa(String q,int size);
}
| UTF-8 | Java | 187 | java | QuestionToAnswer.java | Java | [] | null | [] | package com.ibaguo.mqa.intefaces;
import java.util.List;
import com.ibaguo.mqa.json.AskResult;
public interface QuestionToAnswer {
public List<AskResult> makeQa(String q,int size);
}
| 187 | 0.786096 | 0.786096 | 9 | 19.777779 | 18.701027 | 50 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 9 |
de52021549308980ca3af9f4ddeb0f60ecc1515d | 16,432,544,906,490 | 14440c57975680a3bcca02635a4f2dc8e6a10f6b | /src/JUnitTest/rules/TestFireRule.java | 9aed8e2e4b5f21f77eb155f1b53bf6c7e49be3d7 | [] | no_license | Sebastien05/SecurityPartner | https://github.com/Sebastien05/SecurityPartner | 27c9cf34f41c81f893eed0a2a3c3b5da2dfbc95f | 58240ec222a8c003dbff3327332794c69e71d48d | refs/heads/master | 2022-09-06T21:22:19.293000 | 2020-06-01T15:57:06 | 2020-06-01T15:57:06 | 263,576,597 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package JUnitTest.rules;
import org.junit.Test;
import Events.Smoke;
import Rules.FireRule;
import components.correlators.managingelement.EventBase;
import interfaces.event.AbstractAtomicEvent;
public class TestFireRule {
@Test
public void test() {
EventBase b = new EventBase();
FireRule fr = new FireRule(... | UTF-8 | Java | 647 | java | TestFireRule.java | Java | [] | null | [] | package JUnitTest.rules;
import org.junit.Test;
import Events.Smoke;
import Rules.FireRule;
import components.correlators.managingelement.EventBase;
import interfaces.event.AbstractAtomicEvent;
public class TestFireRule {
@Test
public void test() {
EventBase b = new EventBase();
FireRule fr = new FireRule(... | 647 | 0.704791 | 0.697063 | 34 | 18.058823 | 16.942709 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.647059 | false | false | 9 |
96eefc7a32bb8a07fdc3f9c6149841acfd777a4f | 2,791,728,787,497 | a8ced7641ac7ce887e5154a12a33644d7848d9f4 | /TP3-IntroduccionAJava/src/unq/Counter.java | b96f776d726d292bee1e8d4561b46b66bcadd41f | [] | no_license | RoxanaCamara/PracticasPatronesObjetos0.2 | https://github.com/RoxanaCamara/PracticasPatronesObjetos0.2 | 10ea26e8cfc264bfa7dc3b88ff0989d9a49188ee | ef152e9fd087576dccbd07a8bf9ae5626ef6cffb | refs/heads/master | 2020-12-21T22:26:26.438000 | 2020-01-27T20:14:23 | 2020-01-27T20:14:23 | 236,582,635 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package unq;
import java.util.ArrayList;
public class Counter {
private ArrayList<Integer> listaNros = new ArrayList<Integer>();
public void addNumber(Integer numero) {
listaNros.add(numero);
}
public int getPares() {
ArrayList<Integer> numerosPares = new ArrayList<Integer>();
for( Integer nro : lista... | UTF-8 | Java | 1,373 | java | Counter.java | Java | [] | null | [] | package unq;
import java.util.ArrayList;
public class Counter {
private ArrayList<Integer> listaNros = new ArrayList<Integer>();
public void addNumber(Integer numero) {
listaNros.add(numero);
}
public int getPares() {
ArrayList<Integer> numerosPares = new ArrayList<Integer>();
for( Integer nro : lista... | 1,373 | 0.670794 | 0.664967 | 66 | 19.80303 | 17.939478 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.969697 | false | false | 9 |
c75d32f42ffd7b6ed560ae56ea221d629ed83360 | 6,786,048,354,745 | d967a04d400b3e7ec5db559aee120b3a01e4b6cc | /src/main/java/ru/geekportal/portal/entity/test/Test.java | 4f547d0c6de10589f320eee5e9d499d94b071ff6 | [] | no_license | GantZo/study-portal | https://github.com/GantZo/study-portal | aedd160a64cb73c1303232aadf07fbb9664c199d | 60ccb65afde9c0bfa4e94af735da2de8851b93d3 | refs/heads/master | 2018-07-04T17:52:37.061000 | 2018-06-06T21:16:55 | 2018-06-06T21:16:55 | 109,139,744 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ru.geekportal.portal.entity.test;
import javax.persistence.*;
import java.util.List;
@Entity
@Table(name = "tests")
public class Test {
@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
private long id;
private String title;
private String description;
@ManyToMany(cascade = Cas... | UTF-8 | Java | 1,575 | java | Test.java | Java | [] | null | [] | package ru.geekportal.portal.entity.test;
import javax.persistence.*;
import java.util.List;
@Entity
@Table(name = "tests")
public class Test {
@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
private long id;
private String title;
private String description;
@ManyToMany(cascade = Cas... | 1,575 | 0.633016 | 0.633016 | 75 | 20 | 18.634735 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.306667 | false | false | 9 |
39bbf3a9ff1ede6c1c7de332f15e9a4950132f5c | 11,201,274,742,317 | 15244cf1672a5578cbbf7f785e9bead1b031ab15 | /app/src/free/java/com/example/f3838284/kwanda/ToastListener.java | 274911d3b389e8fa13eca6f775c8359b513676b3 | [] | no_license | 13natty/Kwanda | https://github.com/13natty/Kwanda | 7dbd21e59ba916588dee9033a3fd999a6c5764a7 | 4f06709a09adcf9ef2ff1450d9ccac08f6ba20db | refs/heads/master | 2020-04-06T04:40:50.635000 | 2016-11-03T07:41:42 | 2016-11-03T07:41:42 | 68,713,817 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.f3838284.kwanda;
import android.content.Context;
import android.net.Network;
import android.widget.Toast;
import com.google.android.gms.ads.AdListener;
import com.google.android.gms.ads.AdRequest;
/**
* Created by F3838284 on 10/19/2016.
*/
public class ToastListener extends AdListener {
... | UTF-8 | Java | 1,897 | java | ToastListener.java | Java | [
{
"context": "package com.example.f3838284.kwanda;\n\nimport android.content.Context;\nimport a",
"end": 28,
"score": 0.9884268641471863,
"start": 20,
"tag": "USERNAME",
"value": "f3838284"
},
{
"context": "ogle.android.gms.ads.AdRequest;\n\n/**\n * Created by F3838284 on 10/19/2016.... | null | [] | package com.example.f3838284.kwanda;
import android.content.Context;
import android.net.Network;
import android.widget.Toast;
import com.google.android.gms.ads.AdListener;
import com.google.android.gms.ads.AdRequest;
/**
* Created by F3838284 on 10/19/2016.
*/
public class ToastListener extends AdListener {
... | 1,897 | 0.614128 | 0.60253 | 69 | 26.492754 | 22.461319 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.565217 | false | false | 9 |
e28da8bf07c95613ebb9a2aca62bacb5937aa4eb | 19,653,770,401,312 | 7ee3475af07ddc708efc1a5ea7987752ca1e57cc | /android/src/main/kotlin/com/sctuopuyi/packageinfos/updateApk/Updater.java | f8ef28b179ab8e4ed478e19a5f8d9a5d91593e90 | [] | no_license | haibinpark/packageinfo | https://github.com/haibinpark/packageinfo | be798234405557b8ded54f1fe408a96afe1e8173 | e18c96fdf9fa709d880ad90bbe2b464bb4eca337 | refs/heads/master | 2022-12-13T18:53:16.003000 | 2020-09-14T01:57:23 | 2020-09-14T01:57:23 | 294,649,125 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.sctuopuyi.packageinfos.updateApk;
import android.content.Context;
import android.content.DialogInterface;
import android.content.Intent;
import android.content.pm.PackageManager;
import android.content.pm.ResolveInfo;
import android.net.Uri;
import android.os.Build;
import android.os.Handler;
import androi... | UTF-8 | Java | 13,171 | java | Updater.java | Java | [
{
"context": "mport rx.schedulers.Schedulers;\n\n/**\n * Created by fengmlo on 2018/3/1.\n */\n\npublic class Updater {\n\n pri",
"end": 1127,
"score": 0.9997138977050781,
"start": 1120,
"tag": "USERNAME",
"value": "fengmlo"
}
] | null | [] | package com.sctuopuyi.packageinfos.updateApk;
import android.content.Context;
import android.content.DialogInterface;
import android.content.Intent;
import android.content.pm.PackageManager;
import android.content.pm.ResolveInfo;
import android.net.Uri;
import android.os.Build;
import android.os.Handler;
import androi... | 13,171 | 0.557522 | 0.553675 | 306 | 41.467319 | 30.278025 | 165 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.660131 | false | false | 9 |
9f39cc94c96496421d873521e307152729aabeeb | 19,774,029,435,202 | 2c4e17124126a41a3ef6611927f0c5ea98afe87d | /app/src/main/java/com/yoloo/android/data/feedtypes/BountyButtonFeedItem.java | 37442d597a312b531a0a285cf67f22388b42a5d7 | [] | no_license | DuyguKeskek/Yoloo | https://github.com/DuyguKeskek/Yoloo | abde2e1ffdb9d13b163340a9ad01368915edad1d | 5d6d82640cbb0178302b38c3b83cf2097fe7c74a | refs/heads/master | 2021-01-20T05:25:34.786000 | 2017-04-29T10:32:16 | 2017-04-29T10:32:16 | 89,778,623 | 1 | 3 | null | true | 2017-04-29T10:31:07 | 2017-04-29T10:31:07 | 2017-04-29T10:31:05 | 2017-04-25T15:34:32 | 80,883 | 0 | 0 | 0 | null | null | null | package com.yoloo.android.data.feedtypes;
public class BountyButtonFeedItem implements FeedItem {
public BountyButtonFeedItem() {
// empty constructor
}
}
| UTF-8 | Java | 165 | java | BountyButtonFeedItem.java | Java | [] | null | [] | package com.yoloo.android.data.feedtypes;
public class BountyButtonFeedItem implements FeedItem {
public BountyButtonFeedItem() {
// empty constructor
}
}
| 165 | 0.763636 | 0.763636 | 8 | 19.625 | 20.309711 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.125 | false | false | 9 |
9dc0d228e810465aaf7ec12c0f11fd0254bc3bde | 29,222,957,519,851 | fa5c0a09eb3a31d892ec6416459af1b70b009ba4 | /src/main/java/shoppingMall/ui/cusframe/ProductInfoUI.java | 80b87703dc71ffb79c0abd29fd2163121537d2f9 | [] | no_license | taehoon95/shoppingMall | https://github.com/taehoon95/shoppingMall | ec0d42e7fea8e03f38fbb5bfdf77ff498f8c4bb2 | 410afc8f31878486dfc53c9c93edf880f7170abf | refs/heads/master | 2023-04-10T20:27:38.624000 | 2021-04-28T05:06:36 | 2021-04-28T05:06:36 | 347,588,752 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package shoppingMall.ui.cusframe;
import java.awt.BorderLayout;
import java.awt.Color;
import java.awt.GridLayout;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import javax.swing.JButton;
import javax.swing.JFrame;
import javax.swing.JOptionPane;
import javax.swing.JPanel;
impo... | UTF-8 | Java | 3,362 | java | ProductInfoUI.java | Java | [] | null | [] | package shoppingMall.ui.cusframe;
import java.awt.BorderLayout;
import java.awt.Color;
import java.awt.GridLayout;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import javax.swing.JButton;
import javax.swing.JFrame;
import javax.swing.JOptionPane;
import javax.swing.JPanel;
impo... | 3,362 | 0.724773 | 0.717523 | 120 | 25.583334 | 18.952829 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.091667 | false | false | 9 |
c62f0a88a07158fc13592e4de81e6619409788da | 27,530,740,384,385 | 9594b529c9115d95e68619ee065729833a25d71d | /java-tarde/app/src/main/java/com/cv5/sopresa/MainActivity.java | 04006e1e8c4aa58808ef1ae1545d2fb422d3ecb2 | [] | no_license | CV5/felizmama | https://github.com/CV5/felizmama | d6ee31556236f8c5f831e425a1ed53d1e8703d56 | ec6617932430a38efb3c0c22711e435f5c522d27 | refs/heads/master | 2020-05-26T01:35:53.629000 | 2019-05-29T20:04:22 | 2019-05-29T20:04:22 | 188,062,446 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.cv5.sopresa;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.EditText;
import android.widget.ImageView;
import android.widget.TextView;
public class MainActivity extends AppCompatActivity {
EditText nombreDeMama;
TextView m... | UTF-8 | Java | 767 | java | MainActivity.java | Java | [] | null | [] | package com.cv5.sopresa;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.EditText;
import android.widget.ImageView;
import android.widget.TextView;
public class MainActivity extends AppCompatActivity {
EditText nombreDeMama;
TextView m... | 767 | 0.707953 | 0.705346 | 35 | 20.914286 | 19.808182 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.457143 | false | false | 9 |
52a6afb01f7f62c1cf8efcfafec749d7dfc287b4 | 16,716,012,765,899 | bfb2a274d716bc3ea295193a9994c841e0bb4d08 | /src/main/java/com/ferme/controllers/SaleController.java | e99fff2c055d57c67465b6c2dd18847053a37b71 | [
"MIT"
] | permissive | victorjaramilloduoc/ferme_backend | https://github.com/victorjaramilloduoc/ferme_backend | 6e9512fc2169785de73f0053d16fa3154fb23d17 | 9ead375e97d49e80b494ef8ba83673627cbad476 | refs/heads/master | 2023-04-30T12:58:04.013000 | 2020-06-08T14:36:16 | 2020-06-08T14:36:16 | 270,703,996 | 0 | 0 | NOASSERTION | false | 2023-04-14T17:59:11 | 2020-06-08T14:40:51 | 2020-06-08T14:41:54 | 2023-04-14T17:59:11 | 126 | 0 | 0 | 1 | Java | false | false | package com.ferme.controllers;
import java.util.Map;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.CrossOrigin;
import org.springframework.web.bind.annotation.Req... | UTF-8 | Java | 1,606 | java | SaleController.java | Java | [] | null | [] | package com.ferme.controllers;
import java.util.Map;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.CrossOrigin;
import org.springframework.web.bind.annotation.Req... | 1,606 | 0.791407 | 0.788294 | 47 | 33.170212 | 25.721354 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.446808 | false | false | 9 |
0b3c530afb9faa9226f7a21d0ac149642e214979 | 27,925,877,386,883 | 5c693f0cf05336ff0c7003b27650d72b3b6b4bf0 | /lesson8/src/main/java/com/example/lesson8/fragments/fragment2/Fragment2.java | 0fdc54280b802e7ad8b7d354c8fac4efc224f9c5 | [] | no_license | fr0zen87/SberLessons | https://github.com/fr0zen87/SberLessons | 1422a1acefed50f19b18621ff6c9b0599615e230 | 15f35d2eb8c23662f704eaf4f95d44e5a7ef9aa1 | refs/heads/master | 2020-03-21T08:01:28.160000 | 2018-08-27T20:09:24 | 2018-08-27T20:09:24 | 138,314,498 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.lesson8.fragments.fragment2;
import android.os.AsyncTask;
import android.os.Bundle;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGr... | UTF-8 | Java | 1,869 | java | Fragment2.java | Java | [] | null | [] | package com.example.lesson8.fragments.fragment2;
import android.os.AsyncTask;
import android.os.Bundle;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGr... | 1,869 | 0.634564 | 0.624933 | 66 | 27.318182 | 24.085806 | 132 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.545455 | false | false | 9 |
cc6cc40b883e2dd0773aebe3ecd7fa4410fbe8b8 | 36,043,365,549,132 | 3691f21225bf33954813d6c5dedf9d2f4184746d | /src/com/LSPrinciple/EmailSender.java | 7bde334d6d269523eeaab52418312b3c5c88114e | [] | no_license | myCigar/DesignMode | https://github.com/myCigar/DesignMode | 59d5ae5e884aece83b960a03d5ea244cddb26068 | aa9011b74b59e988b55a0faa8a2b32b1986306cb | refs/heads/main | 2023-03-24T01:40:46.680000 | 2021-03-17T05:29:03 | 2021-03-17T05:29:03 | 345,302,051 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.LSPrinciple;
public class EmailSender {
public void send(Customer customer) {
System.out.println("Hello, " + customer.getName() + " & " + customer.getEmail());
}
}
| UTF-8 | Java | 193 | java | EmailSender.java | Java | [] | null | [] | package com.LSPrinciple;
public class EmailSender {
public void send(Customer customer) {
System.out.println("Hello, " + customer.getName() + " & " + customer.getEmail());
}
}
| 193 | 0.647668 | 0.647668 | 7 | 26.571428 | 29.124643 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.428571 | false | false | 9 |
6b5703bdbebfc5a2e42c0720b9ae103647f003ff | 30,683,246,416,278 | beb093032f3e1148b033f3aa8746cc30e6e17425 | /Assignment3/src/exceptions/InvalidScholarHTMLException.java | ffd382360533b3319380f35bfb55329dddf5fd11 | [] | no_license | jmflee/csc207-assignments | https://github.com/jmflee/csc207-assignments | a5186c5deff6d1c0dbe006e1556f64e3d5a18c04 | 6a78a2a7d638001afbcae5eab7756ebad1f7e589 | refs/heads/master | 2020-06-04T20:22:18.726000 | 2019-06-16T10:45:05 | 2019-06-16T10:45:05 | 192,178,397 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | // **********************************************************
// Assignment3: 1001175346
// UTORID user_name: leejos14
//
// Author: Joseph Lee
//
//
// Honor Code: I pledge that this program represents my own
// program code and that I have coded on my own. I received
// help from no one in designing and debugging my ... | UTF-8 | Java | 980 | java | InvalidScholarHTMLException.java | Java | [
{
"context": "**\n// Assignment3: 1001175346\n// UTORID user_name: leejos14\n//\n// Author: Joseph Lee\n//\n//\n// Honor Code: I p",
"end": 118,
"score": 0.9996873140335083,
"start": 110,
"tag": "USERNAME",
"value": "leejos14"
},
{
"context": "175346\n// UTORID user_name: leejos14\n/... | null | [] | // **********************************************************
// Assignment3: 1001175346
// UTORID user_name: leejos14
//
// Author: <NAME>
//
//
// Honor Code: I pledge that this program represents my own
// program code and that I have coded on my own. I received
// help from no one in designing and debugging my prog... | 976 | 0.583673 | 0.570408 | 41 | 22.902439 | 22.912138 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.097561 | false | false | 9 |
ede30d10d0f774957c934a1d3731b51963114b60 | 23,768,349,049,609 | 19e855579987ecb4c57762635efe08c0bdb009fd | /SolrTest1/src/main/java/cn/solr/config/SolrConfiguration.java | b7398dc64f205df3fe624ffe9478ad7d04fb8644 | [] | no_license | m18513030294/springcloud | https://github.com/m18513030294/springcloud | ae36fbc22554610d12ae2f765e11457338a63672 | 3339639a2c44a1f581abcea2eaccde63b020b6fb | refs/heads/master | 2020-03-28T22:34:10.094000 | 2018-09-18T07:36:16 | 2018-09-18T07:36:16 | 149,242,408 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.solr.config;
import org.apache.solr.client.solrj.impl.HttpSolrClient;
import org.apache.solr.client.solrj.impl.LBHttpSolrClient;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.PropertySource;
impo... | UTF-8 | Java | 831 | java | SolrConfiguration.java | Java | [] | null | [] | package cn.solr.config;
import org.apache.solr.client.solrj.impl.HttpSolrClient;
import org.apache.solr.client.solrj.impl.LBHttpSolrClient;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.PropertySource;
impo... | 831 | 0.838749 | 0.838749 | 23 | 35.130436 | 24.57695 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.565217 | false | false | 9 |
834cb83c12d9b9192a4396cd5088a49bcb372e75 | 3,246,995,339,750 | 909303ed0628e031218b5188e67b0cd56152d80c | /util/mtwilson-util-crypto/src/main/java/com/intel/dcsg/cpg/x509/repository/MutableDigestRepository.java | 59420e763db56be23112d8147770a663a65cb270 | [
"BSD-3-Clause"
] | permissive | intel-secl/common-java | https://github.com/intel-secl/common-java | 5df257f6168d173182f59141e0f478d741fdbd55 | 79628eba5cca696b06636f78561dd29ef57e2bbb | refs/heads/master | 2022-09-26T23:52:28.127000 | 2020-09-10T06:44:10 | 2020-09-10T06:44:10 | 179,010,272 | 2 | 0 | NOASSERTION | false | 2022-09-08T22:51:00 | 2019-04-02T06:08:40 | 2022-03-05T03:31:34 | 2022-09-08T22:51:00 | 2,083 | 2 | 0 | 6 | Java | false | false | /*
* Copyright (C) 2019 Intel Corporation
* SPDX-License-Identifier: BSD-3-Clause
*/
package com.intel.dcsg.cpg.x509.repository;
import com.intel.dcsg.cpg.crypto.digest.Digest;
/**
*
* @author jbuhacoff
*/
public interface MutableDigestRepository extends DigestRepository {
void addDigest(Digest digest);
}
| UTF-8 | Java | 319 | java | MutableDigestRepository.java | Java | [
{
"context": ".dcsg.cpg.crypto.digest.Digest;\n\n/**\n *\n * @author jbuhacoff\n */\npublic interface MutableDigestRepository exte",
"end": 209,
"score": 0.9777436256408691,
"start": 200,
"tag": "USERNAME",
"value": "jbuhacoff"
}
] | null | [] | /*
* Copyright (C) 2019 Intel Corporation
* SPDX-License-Identifier: BSD-3-Clause
*/
package com.intel.dcsg.cpg.x509.repository;
import com.intel.dcsg.cpg.crypto.digest.Digest;
/**
*
* @author jbuhacoff
*/
public interface MutableDigestRepository extends DigestRepository {
void addDigest(Digest digest);
}
| 319 | 0.742947 | 0.717868 | 15 | 20.266666 | 21.754591 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.2 | false | false | 9 |
6e70e7a3c6b21669ad23a952159c3efb47456cc6 | 26,946,624,826,262 | 7c41ba5b7e8b7368c0eef793ae8f7e8fddde6926 | /src/com/vds/local/main/VdsBlockChain.java | a80c5abaad6b4946d6a9837f60b8c928e9deb44d | [] | no_license | vdsalexandre/vdsblockchain | https://github.com/vdsalexandre/vdsblockchain | 3566056319d12701b7c9cbed1fbafb951e2a4169 | 999ef0ec07f3ff3a3281e48a62a853990b05ed6a | refs/heads/master | 2020-03-23T03:15:49.597000 | 2018-07-15T11:03:42 | 2018-07-15T11:03:42 | 141,020,348 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.vds.local.main;
import java.security.Security;
import java.util.HashMap;
import com.vds.local.blockchain.Block;
import com.vds.local.blockchain.BlockChain;
import com.vds.local.wallet.Transaction;
import com.vds.local.wallet.TransactionOutput;
import com.vds.local.wallet.Wallet;
public class VdsBlockChai... | ISO-8859-2 | Java | 2,808 | java | VdsBlockChain.java | Java | [] | null | [] | package com.vds.local.main;
import java.security.Security;
import java.util.HashMap;
import com.vds.local.blockchain.Block;
import com.vds.local.blockchain.BlockChain;
import com.vds.local.wallet.Transaction;
import com.vds.local.wallet.TransactionOutput;
import com.vds.local.wallet.Wallet;
public class VdsBlockChai... | 2,808 | 0.74804 | 0.734497 | 65 | 42.169231 | 31.710503 | 146 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.323077 | false | false | 9 |
b89d0e2c7ae5fef7b3fc6fdcaabd4b153b9ba86e | 18,992,345,399,461 | 7404315f76e26fb43c75fc9335d5102fbc331fb9 | /src/com/luv2code/springdemo/dao/Rzad_fotelDaoImpl.java | b14369de6eb118e35db7841d62f73069a75ebb4a | [] | no_license | MaciejMatyaszek/ProjektKinoOracle | https://github.com/MaciejMatyaszek/ProjektKinoOracle | 6f745a04c881b2fe35e8f49ecac2274cadbd1a58 | 36bd19a53ac81c017e8aab09eb81cafce5b394ea | refs/heads/master | 2020-05-29T23:16:30.529000 | 2019-05-30T14:38:02 | 2019-05-30T14:38:02 | 189,430,249 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.luv2code.springdemo.dao;
import com.luv2code.springdemo.entities.Rezerwacje;
import com.luv2code.springdemo.entities.Rzad_fotel;
import org.hibernate.Session;
import org.hibernate.SessionFactory;
import org.hibernate.query.Query;
import org.springframework.beans.factory.annotation.Autowired;
import org.spr... | UTF-8 | Java | 1,987 | java | Rzad_fotelDaoImpl.java | Java | [] | null | [] | package com.luv2code.springdemo.dao;
import com.luv2code.springdemo.entities.Rezerwacje;
import com.luv2code.springdemo.entities.Rzad_fotel;
import org.hibernate.Session;
import org.hibernate.SessionFactory;
import org.hibernate.query.Query;
import org.springframework.beans.factory.annotation.Autowired;
import org.spr... | 1,987 | 0.704076 | 0.702567 | 70 | 27.385714 | 26.688839 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 9 |
67ec4e3564ed5d5eaf9bbd25f3debb31fb7a4b11 | 28,750,511,149,514 | 2d2ec3f64e0150d03785b4bcb8437137dfe7e4c6 | /src/main/java/modao/find/BinaryFind.java | 8f4b094ed694947d26b82902dc7fe0a3c1c62e94 | [] | no_license | hangshisitu/modao | https://github.com/hangshisitu/modao | 1e62edef9ecb68f897e8bc5b02555d68e71a0ec8 | 285abfccb0c1436c9671a6091e8b59268cbc0aff | refs/heads/main | 2023-03-06T20:03:32.352000 | 2021-02-23T08:36:37 | 2021-02-23T08:36:37 | 323,586,411 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package modao.find;
public class BinaryFind {
public int findRecursion(int[] array,int target)
{
return binaryFind(array,0,array.length-1,target);
}
public int binaryFind(int[] array, int left, int right, int target)
{
if(left==right)
{
if(array[left]==target)
... | UTF-8 | Java | 5,468 | java | BinaryFind.java | Java | [] | null | [] | package modao.find;
public class BinaryFind {
public int findRecursion(int[] array,int target)
{
return binaryFind(array,0,array.length-1,target);
}
public int binaryFind(int[] array, int left, int right, int target)
{
if(left==right)
{
if(array[left]==target)
... | 5,468 | 0.355417 | 0.342393 | 234 | 21.641026 | 14.605328 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.418803 | false | false | 9 |
6ac028942e0ff999a935055b6a7c97f40355c713 | 33,621,004,003,466 | 25fd5b10422d907df9539d83cc8414fa374d4bc2 | /iatp-service/src/main/java/cn/powertime/iatp/facade/web/IndexFacade.java | db8fc05462f2d7be5e36955bbf9c9138deb3090a | [] | no_license | zhouhe0312/develep | https://github.com/zhouhe0312/develep | c54e6581d1307b47b4b0909803579db558b45b24 | 14df38e2ee17745dd45f4c17f6755fe0155988f8 | refs/heads/master | 2022-07-13T07:28:49.917000 | 2019-09-18T08:44:44 | 2019-09-18T08:44:44 | 208,704,951 | 1 | 1 | null | false | 2022-06-29T18:06:28 | 2019-09-16T03:48:50 | 2019-09-18T08:47:07 | 2022-06-29T18:06:23 | 122,223 | 0 | 1 | 9 | Python | false | false | package cn.powertime.iatp.facade.web;
import cn.powertime.iatp.entity.BaseKnowledgeInfo;
import cn.powertime.iatp.vo.resp.web.IndexCourseList;
import java.util.List;
public interface IndexFacade {
List<BaseKnowledgeInfo> knowledgeList();
List<IndexCourseList> courseList(Integer type);
}
| UTF-8 | Java | 300 | java | IndexFacade.java | Java | [] | null | [] | package cn.powertime.iatp.facade.web;
import cn.powertime.iatp.entity.BaseKnowledgeInfo;
import cn.powertime.iatp.vo.resp.web.IndexCourseList;
import java.util.List;
public interface IndexFacade {
List<BaseKnowledgeInfo> knowledgeList();
List<IndexCourseList> courseList(Integer type);
}
| 300 | 0.793333 | 0.793333 | 12 | 24 | 21.771542 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 9 |
b3f3bebe7088969a18969a4eca3f0ccbd25bd09a | 4,939,212,405,603 | 402ef29483c7e50cc570978bbfdc51a594ceca09 | /src/test/java/cl/lmedinar/test/CalculaPreciosEspecialTest.java | 9f1894841ea107ecced9da8435ea18c85ead2199 | [] | no_license | lukas-577/ensayo | https://github.com/lukas-577/ensayo | 626ae41b76e27337b55986b94d6d69859c54c578 | 5657a618ad2ecf65a188598625b02c40b0f871dd | refs/heads/master | 2022-12-06T19:07:54.203000 | 2020-08-20T16:32:57 | 2020-08-20T16:32:57 | 288,221,103 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cl.lmedinar.test;
import static org.junit.jupiter.api.Assertions.assertEquals;
import java.util.Arrays;
import java.util.List;
import org.junit.jupiter.api.DisplayName;
import org.junit.jupiter.api.Test;
import cl.lmedinar.recargo.CalculaPrecioEspecial;
import cl.lmedinar.recargo.ConRecargo;
public class C... | UTF-8 | Java | 888 | java | CalculaPreciosEspecialTest.java | Java | [] | null | [] | package cl.lmedinar.test;
import static org.junit.jupiter.api.Assertions.assertEquals;
import java.util.Arrays;
import java.util.List;
import org.junit.jupiter.api.DisplayName;
import org.junit.jupiter.api.Test;
import cl.lmedinar.recargo.CalculaPrecioEspecial;
import cl.lmedinar.recargo.ConRecargo;
public class C... | 888 | 0.769144 | 0.733108 | 37 | 23 | 23.670029 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.216216 | false | false | 9 |
063993faa2e310548ac2da8fb8b48ba54e1dc8fc | 23,957,327,611,114 | 909adb40444ede8cc4bda993e694da64431e45ff | /app/src/main/java/com/example/roomdataone/activities/ac/CreateUserActivity.java | 5ba2f698619e685cc666d859a78a7edf2d37b897 | [] | no_license | CodingAtMidnight/RoomDataOne | https://github.com/CodingAtMidnight/RoomDataOne | 801a98d7ad7716a762b71120460ccd46bf7222ab | 49d4591dc739966946c35ec7284f54a0f309125c | refs/heads/master | 2023-06-15T00:09:08.765000 | 2021-07-07T06:59:25 | 2021-07-07T06:59:25 | 383,704,118 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.roomdataone.activities.ac;
import androidx.appcompat.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.ImageView;
import com.example.roomdataone.R;
public class CreateUserActivity extends AppCompatActivity {
@Override
protected void onCreat... | UTF-8 | Java | 698 | java | CreateUserActivity.java | Java | [] | null | [] | package com.example.roomdataone.activities.ac;
import androidx.appcompat.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.ImageView;
import com.example.roomdataone.R;
public class CreateUserActivity extends AppCompatActivity {
@Override
protected void onCreat... | 698 | 0.690544 | 0.690544 | 26 | 25.884615 | 21.509081 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.423077 | false | false | 9 |
61a03e8fd27d1d455b07820f5b7938bbb82455a0 | 1,460,288,897,772 | c1b6d4beffb4d992c635477b13f905bf7bd40fb5 | /app/src/main/java/com/xxl/kfapp/model/response/KSNRVo.java | 913577639f1f2c36ae96cac0b4c650e239847b05 | [] | no_license | cly2kf/kfapp | https://github.com/cly2kf/kfapp | f565fb8b289787a2c9903964af066247ab3f7f24 | ad4cbe4c84b21f6d745e2152d1fd9898920562d0 | refs/heads/master | 2020-12-02T17:39:01.456000 | 2017-07-06T07:17:15 | 2017-07-06T07:17:15 | 96,405,849 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.xxl.kfapp.model.response;
import java.io.Serializable;
/**
* 作者:XNN
* 日期:2017/6/13
* 作用:考试题目的内容
*/
public class KSNRVo implements Serializable {
private String info;
private boolean xz = false;
public boolean isXz() {
return xz;
}
public void setXz(boolean xz) {
... | UTF-8 | Java | 506 | java | KSNRVo.java | Java | [
{
"context": "esponse;\n\nimport java.io.Serializable;\n\n/**\n * 作者:XNN\n * 日期:2017/6/13\n * 作用:考试题目的内容\n */\n\npublic class K",
"end": 82,
"score": 0.9996954798698425,
"start": 79,
"tag": "USERNAME",
"value": "XNN"
}
] | null | [] | package com.xxl.kfapp.model.response;
import java.io.Serializable;
/**
* 作者:XNN
* 日期:2017/6/13
* 作用:考试题目的内容
*/
public class KSNRVo implements Serializable {
private String info;
private boolean xz = false;
public boolean isXz() {
return xz;
}
public void setXz(boolean xz) {
... | 506 | 0.590717 | 0.575949 | 32 | 13.8125 | 13.956265 | 45 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 9 |
0981bfdf9316f748aa45d4c97c87778efc151f5e | 33,191,507,277,954 | 7b775f959ff0f110eb41a60a216a8077674a5461 | /src/test/java/org/openspaces/cache/model/Book.java | 48bd35228e8b8ec13a9ac6394c3ffd2ec4960654 | [] | no_license | jottinger/openspaces-cache | https://github.com/jottinger/openspaces-cache | 5c0e1569694914c574f801af191121275c848058 | 4cebf054b466bdb5cea4e414d6e15ed9f222a330 | refs/heads/master | 2021-01-01T19:16:23.053000 | 2011-08-15T14:20:30 | 2011-08-15T14:20:30 | 2,209,054 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.openspaces.cache.model;
public class Book {
String bookId;
String title;
public Book(String bookId) {
this.bookId = bookId;
this.title = "Title " + bookId;
}
public String getBookId() {
return bookId;
}
public void setBookId(String bookI... | UTF-8 | Java | 1,432 | java | Book.java | Java | [] | null | [] | package org.openspaces.cache.model;
public class Book {
String bookId;
String title;
public Book(String bookId) {
this.bookId = bookId;
this.title = "Title " + bookId;
}
public String getBookId() {
return bookId;
}
public void setBookId(String bookI... | 1,432 | 0.534916 | 0.532123 | 57 | 23.122807 | 22.346607 | 93 | true | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.438596 | false | false | 9 |
4883ce3b69d638ad45171d84e7565adb98dac697 | 7,937,099,589,768 | 2dd25ff091a63f53d70cb07ce11dbc10345c0dbc | /ilbars-091-string-reverseusingstringbuilder/src/com/doganilbars/main/ReverseUsingStringBuilder.java | d23ed1d970a14c0f07c7e7a52b1b30e1e8bd0132 | [] | no_license | hacidoganilbars/basic-java | https://github.com/hacidoganilbars/basic-java | 0b1d71f67fd34408e0cf545d7152ef2854c618df | 7eddcadab50d212d75c0019bee72e444b6445bda | refs/heads/master | 2020-03-16T05:19:55.418000 | 2018-05-08T23:14:58 | 2018-05-08T23:14:58 | 132,530,386 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.doganilbars.main;
import java.util.Scanner;
public class ReverseUsingStringBuilder {
public static void main(String[] args) {
String str;
Scanner scan = new Scanner(System.in);
System.out.print("Enter a string: ");
str = scan.nextLine();
StringBuilder sb = new StringBuilder();
sb... | UTF-8 | Java | 454 | java | ReverseUsingStringBuilder.java | Java | [] | null | [] | package com.doganilbars.main;
import java.util.Scanner;
public class ReverseUsingStringBuilder {
public static void main(String[] args) {
String str;
Scanner scan = new Scanner(System.in);
System.out.print("Enter a string: ");
str = scan.nextLine();
StringBuilder sb = new StringBuilder();
sb... | 454 | 0.65859 | 0.65859 | 20 | 20.700001 | 16.428938 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.75 | false | false | 9 |
f6b3e7388f12d5166c0419a94143477feccaee99 | 13,348,758,403,917 | 292c261058ce18376febb2e369965b54174adb2d | /Teste/src/br/com/caelum/testes/TesteContatoDao.java | e2303eeb9f9bfa53388cfe3cc3692c16dbf0d768 | [] | no_license | juakacc/sucataGeral | https://github.com/juakacc/sucataGeral | 4cba821ff331852671af77c13ce5c8029db501e1 | 4d55ce69bba1937b3769752ee6ce10498eb575ac | refs/heads/master | 2021-01-10T09:29:41.599000 | 2015-12-28T00:45:06 | 2015-12-28T00:45:06 | 48,608,047 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.com.caelum.testes;
import java.util.Calendar;
import java.util.List;
import dao.Contato;
import dao.ContatoDao;
public class TesteContatoDao {
public static void main(String[] args) {
Contato c = new Contato();
c.setNome("Joaquim");
c.setEmail("juakacc@gmail.com");
c.setEndereco("Rua Divone");
... | UTF-8 | Java | 896 | java | TesteContatoDao.java | Java | [
{
"context": "args) {\n\t\tContato c = new Contato();\n\t\tc.setNome(\"Joaquim\");\n\t\tc.setEmail(\"juakacc@gmail.com\");\n\t\tc.setEnde",
"end": 250,
"score": 0.9998263716697693,
"start": 243,
"tag": "NAME",
"value": "Joaquim"
},
{
"context": " Contato();\n\t\tc.setNome(\"Joaquim\"... | null | [] | package br.com.caelum.testes;
import java.util.Calendar;
import java.util.List;
import dao.Contato;
import dao.ContatoDao;
public class TesteContatoDao {
public static void main(String[] args) {
Contato c = new Contato();
c.setNome("Joaquim");
c.setEmail("<EMAIL>");
c.setEndereco("Rua Divone");
c.setDat... | 876 | 0.679688 | 0.668527 | 41 | 20.853659 | 15.423392 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.02439 | false | false | 9 |
d3bc09067064eb4b119b463ef2911bd0121db21d | 14,585,708,966,761 | 2ec905b5b130bed2aa6f1f37591317d80b7ce70d | /atlas/src/main/java/us/ihmc/atlas/behaviors/AtlasLookAndStepParameters.java | 930cf33ed0995c9bd599d6e812a0cfdfb27a2642 | [
"Apache-2.0"
] | permissive | ihmcrobotics/ihmc-open-robotics-software | https://github.com/ihmcrobotics/ihmc-open-robotics-software | dbb1f9d7a4eaf01c08068b7233d1b01d25c5d037 | 42a4e385af75e8e13291d6156a5c7bebebbecbfd | refs/heads/develop | 2023-09-01T18:18:14.623000 | 2023-09-01T14:16:26 | 2023-09-01T14:16:26 | 50,613,360 | 227 | 91 | null | false | 2023-01-25T21:39:35 | 2016-01-28T21:00:16 | 2023-01-23T10:08:40 | 2023-01-25T21:39:32 | 980,849 | 195 | 77 | 30 | Java | false | false | package us.ihmc.atlas.behaviors;
import us.ihmc.behaviors.lookAndStep.LookAndStepBehaviorParameters;
import us.ihmc.log.LogTools;
/**
* The JSON file for this property set is located here:
* atlas/src/main/resources/us/ihmc/atlas/behaviors/LookAndStepParametersForAtlas.json
*/
public class AtlasLookAndStepParamete... | UTF-8 | Java | 650 | java | AtlasLookAndStepParameters.java | Java | [] | null | [] | package us.ihmc.atlas.behaviors;
import us.ihmc.behaviors.lookAndStep.LookAndStepBehaviorParameters;
import us.ihmc.log.LogTools;
/**
* The JSON file for this property set is located here:
* atlas/src/main/resources/us/ihmc/atlas/behaviors/LookAndStepParametersForAtlas.json
*/
public class AtlasLookAndStepParamete... | 650 | 0.770769 | 0.770769 | 22 | 28.545454 | 29.682758 | 86 | false | false | 0 | 0 | 0 | 0 | 78 | 0.12 | 0.318182 | false | false | 9 |
ef40d9f9facb39806ee25c1ef662348a6bd8863d | 14,585,708,967,243 | ca1f825ba7c09558ece0eb13db53546539cba7ee | /app/src/main/java/com/example/fcmpushnotification/ApiCalls.java | 10275ae54b80755cb236af395e6d0b97ff3a94fe | [
"MIT"
] | permissive | Meenendu/Android-firebase-push-notification | https://github.com/Meenendu/Android-firebase-push-notification | 44a73464e3cb29e5a891199d6f4f81c17962d5b1 | a84d6dfcbd8b3eca2921d621eaa81d182d0ea93d | refs/heads/master | 2023-02-04T00:52:42.928000 | 2021-01-28T08:42:33 | 2021-01-28T08:42:33 | 204,452,792 | 0 | 1 | MIT | false | 2023-01-09T11:53:17 | 2019-08-26T10:31:52 | 2021-01-28T08:42:36 | 2023-01-09T11:53:15 | 280 | 0 | 1 | 5 | Java | false | false | package com.example.fcmpushnotification;
import retrofit2.Call;
import retrofit2.http.Body;
import retrofit2.http.POST;
import retrofit2.http.Path;
public interface ApiCalls {
@POST("/send/{token}")
Call<Void> sendMessage(@Body MessageData message, @Path("token") String token);
}
| UTF-8 | Java | 291 | java | ApiCalls.java | Java | [] | null | [] | package com.example.fcmpushnotification;
import retrofit2.Call;
import retrofit2.http.Body;
import retrofit2.http.POST;
import retrofit2.http.Path;
public interface ApiCalls {
@POST("/send/{token}")
Call<Void> sendMessage(@Body MessageData message, @Path("token") String token);
}
| 291 | 0.75945 | 0.745704 | 11 | 25.454546 | 22.235777 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.636364 | false | false | 9 |
94ed102e53b7797f9d944707b9af19a860a6ff16 | 2,456,721,361,628 | c71c2a60c06e4f2a064d89a69fd204b1e9aea429 | /unix-common/src/main/java/com/stratio/mojo/unix/io/IoEffect.java | 85d6c682e2948e6001906a381a79030bba2fc011 | [
"MIT"
] | permissive | jpgilaberte-stratio/unix-maven-plugin | https://github.com/jpgilaberte-stratio/unix-maven-plugin | 58c91d91902dbc2834bf93e5125ccda187fa15f4 | 2067659131c129f0262fdd8531de13599f128535 | refs/heads/master | 2021-01-16T23:09:09.052000 | 2016-03-08T16:40:29 | 2016-03-08T16:40:29 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.stratio.mojo.unix.io;
public interface IoEffect
{
void run()
throws Exception;
}
| UTF-8 | Java | 107 | java | IoEffect.java | Java | [] | null | [] | package com.stratio.mojo.unix.io;
public interface IoEffect
{
void run()
throws Exception;
}
| 107 | 0.672897 | 0.672897 | 7 | 14.142858 | 12.743946 | 33 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.285714 | false | false | 9 |
480bf42c38a291666947719835dc3a1fd4af50b0 | 32,427,003,115,749 | 17f5cd9facebddb84c606c5cada7c6ea6bceb9ef | /CompleteJava/src/multiThreading/PriorityThread.java | 2363779a4cf554af83201f42090fb3db8e05e677 | [] | no_license | cmani97/Java-Practice-Code | https://github.com/cmani97/Java-Practice-Code | d000fb4b7f4d1af5cb3ff6b43c4f75f3d24bf315 | 9f37c2c615c79acb3c6409cd989779c73f426cd0 | refs/heads/master | 2023-07-12T08:45:27.411000 | 2021-08-19T05:37:51 | 2021-08-19T05:48:06 | 286,197,564 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package multiThreading;
class MultiThread2 extends Thread {
public void run() {
System.out.println("Thread id : "+ Thread.currentThread().getId());
System.out.println("Thread priority : "+Thread.currentThread().getPriority());
}
}
public class PriorityThread {
public static void main(String args[]) {
Mult... | UTF-8 | Java | 493 | java | PriorityThread.java | Java | [] | null | [] | package multiThreading;
class MultiThread2 extends Thread {
public void run() {
System.out.println("Thread id : "+ Thread.currentThread().getId());
System.out.println("Thread priority : "+Thread.currentThread().getPriority());
}
}
public class PriorityThread {
public static void main(String args[]) {
Mult... | 493 | 0.707911 | 0.68357 | 21 | 22.476191 | 22.670769 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.428571 | false | false | 9 |
3fe156fa3eea10963b71392b35d15f72e8be8541 | 29,128,468,231,410 | dbbabcc61cfd5cd086fc5e0eb9fb3fdc2d5cf8c5 | /src/com/rohitkaundal/mypeid/MyPeidWebAPI.java | 2ecb583e4092ca14224cea6d8f5dacf51fde3ed9 | [] | no_license | rohit-kaundal/mypeid-app | https://github.com/rohit-kaundal/mypeid-app | b8a34230243e891b859bcf358760087714dfb659 | 16052ce93d50d0c03804297420311786561c813a | refs/heads/master | 2021-01-10T04:23:38.835000 | 2016-01-26T12:59:49 | 2016-01-26T12:59:49 | 50,428,172 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.rohitkaundal.mypeid;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.io.UnsupportedEncodingException;
import java.security.SecureRandom;
import java.security.cert.X509Certificate;
import java.util.ArrayList;
import java.ut... | UTF-8 | Java | 11,654 | java | MyPeidWebAPI.java | Java | [
{
"context": ");\n\t\tparams.add(new BasicNameValuePair(\"password\", strPassword));\n\t\tparams.add(new BasicNameValuePair(\"verifypas",
"end": 7895,
"score": 0.7072780728340149,
"start": 7884,
"tag": "PASSWORD",
"value": "strPassword"
},
{
"context": ");\n\t\tparams.add(new BasicNa... | null | [] | package com.rohitkaundal.mypeid;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.io.UnsupportedEncodingException;
import java.security.SecureRandom;
import java.security.cert.X509Certificate;
import java.util.ArrayList;
import java.ut... | 11,652 | 0.71469 | 0.710314 | 422 | 26.616114 | 26.087067 | 172 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.052133 | false | false | 9 |
d2e59c8205d41c4ec24098944e0e724772d938eb | 300,647,739,625 | d65c644c467ded4ce46934beb6fe6360ebfa520b | /kimble/src/kimble/license/License.java | 473fa321d2da9c062de300d08a637837184318a0 | [] | no_license | lybeck/kimble | https://github.com/lybeck/kimble | 5cbed63649157d237c7a31450dbb7529d180aa4b | da884f64641b7541706dca594af0feeca45df0f5 | refs/heads/master | 2021-01-12T19:18:23.737000 | 2014-07-04T06:35:16 | 2014-07-04T06:35:16 | 19,488,341 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package kimble.license;
import java.util.Scanner;
/**
*
* @author Christoffer
*/
public enum License {
LWJGL_LICENSE("lwjgl_license.txt"),
TWL_LICENSE("twl_license.txt"),
XPP3_LICENSE("xpp3_license.txt"),
GSON_LICENSE("gson_license.txt");
// Enum instance code below. To add a new license just... | UTF-8 | Java | 1,142 | java | License.java | Java | [
{
"context": "nse;\n\nimport java.util.Scanner;\n\n/**\n *\n * @author Christoffer\n */\npublic enum License {\n\n LWJGL_LICENSE(\"lwj",
"end": 81,
"score": 0.9996927976608276,
"start": 70,
"tag": "NAME",
"value": "Christoffer"
}
] | null | [] | package kimble.license;
import java.util.Scanner;
/**
*
* @author Christoffer
*/
public enum License {
LWJGL_LICENSE("lwjgl_license.txt"),
TWL_LICENSE("twl_license.txt"),
XPP3_LICENSE("xpp3_license.txt"),
GSON_LICENSE("gson_license.txt");
// Enum instance code below. To add a new license just... | 1,142 | 0.621716 | 0.615587 | 42 | 26.190475 | 24.803263 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.452381 | false | false | 9 |
f0dcb55ed79583834cc8c4e9b900ed92141b32ff | 300,647,740,167 | 7987b453e295b2d228a8c783ed572382cf71d043 | /briana-server/src/main/java/by/ttre16/briana/controller/OrganizationOwnerController.java | c06ba1be8e68acf2930dfa1357a53026c023afef | [
"LicenseRef-scancode-free-unknown",
"MIT"
] | permissive | 21tretiak0101/briana-crm | https://github.com/21tretiak0101/briana-crm | 7c111706a7588ccc2c53deb6d3765a2d3e4869fb | 280f1d9fe4bc1e78475ad4ba0fe6a82e1ecc61fe | refs/heads/dev | 2023-03-02T23:47:44.986000 | 2021-02-08T20:37:49 | 2021-02-08T20:37:49 | 293,803,671 | 11 | 5 | MIT | false | 2021-02-08T20:37:50 | 2020-09-08T12:28:49 | 2020-12-25T13:25:13 | 2021-02-08T20:37:49 | 335 | 2 | 0 | 0 | Java | false | false | package by.ttre16.briana.controller;
import by.ttre16.briana.service.OrganizationOwnerService;
import by.ttre16.briana.transport.EmployeeTo;
import by.ttre16.briana.transport.OrganizationOwner;
import lombok.RequiredArgsConstructor;
import org.springframework.http.HttpStatus;
import org.springframework.http.MediaType;... | UTF-8 | Java | 1,422 | java | OrganizationOwnerController.java | Java | [] | null | [] | package by.ttre16.briana.controller;
import by.ttre16.briana.service.OrganizationOwnerService;
import by.ttre16.briana.transport.EmployeeTo;
import by.ttre16.briana.transport.OrganizationOwner;
import lombok.RequiredArgsConstructor;
import org.springframework.http.HttpStatus;
import org.springframework.http.MediaType;... | 1,422 | 0.756681 | 0.749648 | 38 | 36.421051 | 23.736084 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.447368 | false | false | 9 |
52a07286d0fd7308832bbc73244b2a78d8d69b51 | 19,636,590,538,407 | 617b9430b27675084678941e7348ccdaa217e8f2 | /src/main/java/SeleniumSessions/VerifyAllLinksOnSetUpPage.java | b0aed9ae3a3cb6c37262f18dfe89c358b4b15303 | [] | no_license | hsharan/Sharan6701SeleniumWork | https://github.com/hsharan/Sharan6701SeleniumWork | 0283bb8c433dea2a0981666e552a07d8c9c817ea | da08748c6f44dbaa83af7ecd91032b2772ea017e | refs/heads/master | 2023-06-05T12:54:38.506000 | 2021-06-24T16:02:27 | 2021-06-24T16:02:27 | 379,979,495 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package SeleniumSessions;
import java.sql.Timestamp;
import java.time.Duration;
import java.time.Instant;
import java.util.Date;
import java.util.List;
import java.util.concurrent.TimeUnit;
import org.apache.commons.lang3.time.StopWatch;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import or... | UTF-8 | Java | 21,022 | java | VerifyAllLinksOnSetUpPage.java | Java | [
{
"context": "a.selenium.chrome.ChromeDriver;\n\nimport io.github.bonigarcia.wdm.WebDriverManager;\n\npublic class VerifyAllLink",
"end": 426,
"score": 0.9511309862136841,
"start": 416,
"tag": "USERNAME",
"value": "bonigarcia"
},
{
"context": "tem.out.println(duration);\n\t\tdoSendKe... | null | [] | package SeleniumSessions;
import java.sql.Timestamp;
import java.time.Duration;
import java.time.Instant;
import java.util.Date;
import java.util.List;
import java.util.concurrent.TimeUnit;
import org.apache.commons.lang3.time.StopWatch;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import or... | 21,021 | 0.639521 | 0.624822 | 689 | 29.512337 | 29.331451 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.988389 | false | false | 9 |
667997ad8d4ab9f886a76ac7734512032aeec377 | 21,955,872,834,906 | 69ec9c8cd54492d686b241b5fdec16a90cd60e6c | /AiyaEffectSDK/libyuv/src/main/java/com/aiyaapp/aiya/AYYuvUtil.java | 565d0c176768b4150fe96619786d14a6cf46a656 | [] | no_license | aiyaapp/AiyaEffectsAndroid | https://github.com/aiyaapp/AiyaEffectsAndroid | f856bb5fdfc0ebce30bfadea7c473b6a3587733a | d21a621004278e1f8c0c77e640318f32579660af | refs/heads/master | 2022-12-01T06:08:14.840000 | 2022-11-30T10:27:45 | 2022-11-30T10:27:45 | 84,385,164 | 1,149 | 318 | null | false | 2019-10-10T07:06:11 | 2017-03-09T01:46:41 | 2019-10-08T08:13:12 | 2019-10-10T07:06:11 | 405,628 | 791 | 245 | 11 | C++ | false | false | package com.aiyaapp.aiya;
import java.nio.ByteBuffer;
public class AYYuvUtil {
static {
System.loadLibrary("libyuv");
}
// bgra 转 yuv
public static native void RGBA_To_I420(ByteBuffer bgra, ByteBuffer yuv, int width, int height);
// yuv 转 bgra
public static native void I420_To_RGBA(... | UTF-8 | Java | 383 | java | AYYuvUtil.java | Java | [] | null | [] | package com.aiyaapp.aiya;
import java.nio.ByteBuffer;
public class AYYuvUtil {
static {
System.loadLibrary("libyuv");
}
// bgra 转 yuv
public static native void RGBA_To_I420(ByteBuffer bgra, ByteBuffer yuv, int width, int height);
// yuv 转 bgra
public static native void I420_To_RGBA(... | 383 | 0.688654 | 0.672823 | 16 | 22.6875 | 31.037716 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6875 | false | false | 9 |
3a5c8407abb38a76dceb4ab1a09bcb9a30ef4e76 | 11,141,145,188,179 | 544a182915e8d4a460734d552764f93b506aea7b | /src/test/java/org/hy/common/license/junit/SignHelper.java | c1d29b0036783cfa83ea69c4bbd703bdfed9803d | [
"Apache-2.0",
"LicenseRef-scancode-proprietary-license"
] | permissive | HY-ZhengWei/hy.common.license | https://github.com/HY-ZhengWei/hy.common.license | f093864842c60055ce6529d05c4f1beaa98cc38f | f3974b32a70b30ed4e77961a01b3818d2b16a1f4 | refs/heads/master | 2023-06-10T05:56:02.873000 | 2023-06-06T01:26:35 | 2023-06-06T01:26:35 | 98,083,153 | 0 | 0 | Apache-2.0 | false | 2020-10-13T01:25:11 | 2017-07-23T07:57:36 | 2020-09-16T07:17:18 | 2020-10-13T01:25:09 | 509 | 0 | 0 | 1 | Java | false | false | package org.hy.common.license.junit;
import java.io.UnsupportedEncodingException;
import java.net.URLEncoder;
import java.nio.charset.StandardCharsets;
import java.security.InvalidKeyException;
import java.security.NoSuchAlgorithmException;
import java.util.Base64;
import java.util.Map;
import java.util.TreeMap;
impo... | UTF-8 | Java | 1,929 | java | SignHelper.java | Java | [] | null | [] | package org.hy.common.license.junit;
import java.io.UnsupportedEncodingException;
import java.net.URLEncoder;
import java.nio.charset.StandardCharsets;
import java.security.InvalidKeyException;
import java.security.NoSuchAlgorithmException;
import java.util.Base64;
import java.util.Map;
import java.util.TreeMap;
impo... | 1,929 | 0.69592 | 0.683622 | 55 | 31.527273 | 30.754662 | 162 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.545455 | false | false | 9 |
4baaa4152b644b9e2a7959f93332af90b2ff03df | 1,864,015,846,617 | 4ab81c224734abd68611c30921449ac35f27b83c | /app/src/prod/java/br/com/githubrepos/data/service/impl/RepositoryServiceApiImpl.java | 630d90f05652cc0c3c7819539de1137d303097e1 | [] | no_license | bedrickprokop/desafio-android | https://github.com/bedrickprokop/desafio-android | 6fd53e15049cd5e06df845368dcd9e7c381d7a69 | 36be1f81bd1e735620cfd463dc72e28c478d4421 | refs/heads/master | 2020-06-30T07:08:41.147000 | 2019-08-07T03:50:57 | 2019-08-07T03:50:57 | 200,762,614 | 0 | 0 | null | true | 2019-08-06T02:35:28 | 2019-08-06T02:35:27 | 2019-06-13T14:19:17 | 2019-08-05T16:27:01 | 12 | 0 | 0 | 0 | null | false | false | package br.com.githubrepos.data.service.impl;
import com.crashlytics.android.Crashlytics;
import java.io.IOException;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.Map;
import br.com.githubrepos.data.HttpEndpointGenerator;
import br.com.githubrepos.data.endpoint.RepositoryEndpoint;
import br... | UTF-8 | Java | 2,046 | java | RepositoryServiceApiImpl.java | Java | [] | null | [] | package br.com.githubrepos.data.service.impl;
import com.crashlytics.android.Crashlytics;
import java.io.IOException;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.Map;
import br.com.githubrepos.data.HttpEndpointGenerator;
import br.com.githubrepos.data.endpoint.RepositoryEndpoint;
import br... | 2,046 | 0.636852 | 0.634897 | 57 | 34.894737 | 26.859404 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.684211 | false | false | 9 |
deb4fb8ed1d09d6f4aef63d678de4e50ed24bcb8 | 4,887,672,815,170 | f83670babb5d044f7c71d47a521bbb44700114b2 | /creational/abstractFactory/MainFactoryProvider.java | e1940238fae43a6892b943b15a0c69ad0fdadaa3 | [] | no_license | yangnn/design-pattern | https://github.com/yangnn/design-pattern | 44437f6c2d063c1c7adc59ad615eb4ea7459bef7 | a70176834c16641fe82e23ddb73e427333290bf0 | refs/heads/master | 2021-01-10T01:22:43.604000 | 2015-10-22T09:10:12 | 2015-10-22T09:10:12 | 44,715,880 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package abstractFactory;
import builder.MailSender;
import builder.Sender;
public class MainFactoryProvider implements Provider{
@Override
public Sender produce() {
// TODO Auto-generated method stub
return new MailSender();
}
}
| UTF-8 | Java | 240 | java | MainFactoryProvider.java | Java | [] | null | [] | package abstractFactory;
import builder.MailSender;
import builder.Sender;
public class MainFactoryProvider implements Provider{
@Override
public Sender produce() {
// TODO Auto-generated method stub
return new MailSender();
}
}
| 240 | 0.770833 | 0.770833 | 14 | 16.142857 | 16.146017 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.785714 | false | false | 9 |
ae2c1bb754d150b126f9183578942a242d512418 | 10,977,936,445,402 | 4b4150bff2db04d84c67ea97e32f37a61f163679 | /src/Interface00P2/Phone.java | 4c047e5cfa3f50a54d3d73bcca701ba72cfefaf1 | [] | no_license | m3rv3s/zerotohero | https://github.com/m3rv3s/zerotohero | 3c03d6b2a07f79c27173d5977518c42e89db078d | 391035ca7762c57ff9b5e89b2ce94d97eb19693e | refs/heads/master | 2020-11-24T15:42:35.479000 | 2019-12-15T17:25:22 | 2019-12-15T17:25:22 | 228,222,218 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Interface00P2;
public abstract class Phone extends Object implements flashCard ,FaceRecognition {
public Phone(){
System.out.println("I am Phone Constructor");
}
String name;
String model;
int size;
public abstract void call();
public abstract void text();
public ab... | UTF-8 | Java | 353 | java | Phone.java | Java | [] | null | [] | package Interface00P2;
public abstract class Phone extends Object implements flashCard ,FaceRecognition {
public Phone(){
System.out.println("I am Phone Constructor");
}
String name;
String model;
int size;
public abstract void call();
public abstract void text();
public ab... | 353 | 0.674221 | 0.665722 | 21 | 15.809524 | 21.384504 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.428571 | false | false | 9 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.