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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
398aa88752b7b5e845bca661ae530ec55b64f7d0 | 32,882,269,681,319 | 4a7e7a49e8759d562b8f1bc06bcd30538477d7b9 | /Regex/src/main/java/regex/term/RegexTermSelection.java | fcf0dabcfe7688716571ee5a09282d6e7c7fe7a8 | [] | no_license | MitI-7/asuki-univ2 | https://github.com/MitI-7/asuki-univ2 | 5a13aa4540dd11254f58165adcc2b2d6ea10f82e | 170c40a2d608eea7f0386ec22615f5908c72f70a | refs/heads/master | 2020-04-19T04:17:00.649000 | 2013-07-09T07:42:54 | 2013-07-09T07:42:54 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package regex.term;
public class RegexTermSelection extends RegexTerm {
private RegexTerm leftTerm;
private RegexTerm rightTerm;
public RegexTermSelection(RegexTerm leftTerm, RegexTerm rightTerm) {
this.leftTerm = leftTerm;
this.rightTerm = rightTerm;
}
@Override
public TermT... | UTF-8 | Java | 518 | java | RegexTermSelection.java | Java | [] | null | [] | package regex.term;
public class RegexTermSelection extends RegexTerm {
private RegexTerm leftTerm;
private RegexTerm rightTerm;
public RegexTermSelection(RegexTerm leftTerm, RegexTerm rightTerm) {
this.leftTerm = leftTerm;
this.rightTerm = rightTerm;
}
@Override
public TermT... | 518 | 0.666023 | 0.666023 | 25 | 19.76 | 18.906675 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.36 | false | false | 5 |
20c6a9ad1171f0d0d40c921ba6874a961d991f2e | 22,144,851,417,857 | c49cc9cebee50130492ad4bc01d7e902ffb74ae8 | /src/_4_array/_13_ReversalArrayRotation.java | 560236c82931f0f0efbef47a56478cf82a633ea2 | [] | no_license | AmeeJoshi-MCA/Java_Prep | https://github.com/AmeeJoshi-MCA/Java_Prep | 03b1f34b465ce5de9026c48514b4394eeecd44d1 | bf6d4ff63aad0b8a0d5677bb27a074ea2e9e3f97 | refs/heads/master | 2023-06-16T12:50:45.390000 | 2021-07-18T13:59:28 | 2021-07-18T13:59:28 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package _4_array;
public class _13_ReversalArrayRotation {
public static void main(String[] args) {
int array[] = {1, 2, 3, 4, 5, 6, 7, 8, 9};
int reverseBy = 5;
int lastIndex = array.length - 1;
int difference = lastIndex - reverseBy;
int firstStart = 0;
int firstE... | UTF-8 | Java | 985 | java | _13_ReversalArrayRotation.java | Java | [] | null | [] | package _4_array;
public class _13_ReversalArrayRotation {
public static void main(String[] args) {
int array[] = {1, 2, 3, 4, 5, 6, 7, 8, 9};
int reverseBy = 5;
int lastIndex = array.length - 1;
int difference = lastIndex - reverseBy;
int firstStart = 0;
int firstE... | 985 | 0.560406 | 0.543147 | 32 | 29.78125 | 19.919737 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.125 | false | false | 5 |
bdd55a8ace0c349f44f0cef6b7a53dc6c800dbf9 | 24,163,486,077,411 | 782264a1832b545407e32e649623b9d8363dd9c9 | /app/src/main/java/com/challengeapp/example/challengeapp/viewholders/FeaturedPagerHolder.java | 86144cfdd670210d04a236eeba3c3459ab61ebe9 | [] | no_license | sertacokan/VitrinovaChallengeApp | https://github.com/sertacokan/VitrinovaChallengeApp | 9a908953b5f9b35242b0b8bd20f64a92fcd422ae | d9dc77268423f70696e520784429540afc677c41 | refs/heads/master | 2020-04-11T13:22:40.085000 | 2019-03-09T21:47:10 | 2019-03-09T21:47:10 | 161,813,683 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.challengeapp.example.challengeapp.viewholders;
import android.view.View;
import androidx.annotation.NonNull;
import androidx.recyclerview.widget.RecyclerView;
import androidx.viewpager.widget.ViewPager;
import com.challengeapp.example.challengeapp.R;
import com.challengeapp.example.challengeapp.adapters.... | UTF-8 | Java | 1,114 | java | FeaturedPagerHolder.java | Java | [] | null | [] | package com.challengeapp.example.challengeapp.viewholders;
import android.view.View;
import androidx.annotation.NonNull;
import androidx.recyclerview.widget.RecyclerView;
import androidx.viewpager.widget.ViewPager;
import com.challengeapp.example.challengeapp.R;
import com.challengeapp.example.challengeapp.adapters.... | 1,114 | 0.804309 | 0.804309 | 34 | 31.735294 | 31.084618 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.470588 | false | false | 5 |
583ea8734ddaf3e1a35a8c12d1d28d315e38d3dc | 31,542,239,888,588 | d9d2fc2b94055e9349322806455336e15b8db5d2 | /Domain/src/main/java/de/iteratec/raspberrylight/domain/alarm/AlarmManager.java | 1c7f675223d8d8bfe6fd53a830cac8952855bdb9 | [] | no_license | HaasMichael/RaspberryLight | https://github.com/HaasMichael/RaspberryLight | 81ea750ba8d0e40ced363f477cba68a13c352ecb | 9b905b4f2302309e24215beac837088017a7d93e | refs/heads/master | 2020-04-06T06:57:39.918000 | 2015-02-28T16:00:26 | 2015-02-28T16:00:26 | 31,422,935 | 0 | 0 | null | false | 2015-02-28T14:56:00 | 2015-02-27T14:29:39 | 2015-02-28T14:49:10 | 2015-02-28T14:56:00 | 0 | 0 | 0 | 0 | Java | 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 de.iteratec.raspberrylight.domain.alarm;
import com.google.gson.Gson;
import de.iteratec.raspberrylight.core.Color;
import ja... | UTF-8 | Java | 1,696 | java | AlarmManager.java | Java | [
{
"context": "t.core.Color;\n\nimport java.util.*;\n\n/**\n * @author developer\n */\npublic class AlarmManager {\n\n private Gson g",
"end": 356,
"score": 0.9977781176567078,
"start": 347,
"tag": "USERNAME",
"value": "developer"
}
] | 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 de.iteratec.raspberrylight.domain.alarm;
import com.google.gson.Gson;
import de.iteratec.raspberrylight.core.Color;
import ja... | 1,696 | 0.674528 | 0.660377 | 72 | 22.555555 | 22.647596 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.597222 | false | false | 5 |
7c6b867db8887cb6b8e5288b4e413e3ad052c42f | 13,408,887,952,029 | f7324733549d99d247e41427fef3e3b716ca6cd2 | /src/java/modelo/entity/ProgramacionHoraria.java | 24247d7a4fc5763e28dcdf1aacfc98a4432d6d7a | [] | no_license | seront/Siptraf | https://github.com/seront/Siptraf | b80d75799889f8f4e73d10d1845e7c12de2a9604 | bd768d6fc2134a4a82436f0c576ddc9b9f5e1d40 | refs/heads/master | 2021-01-16T18:56:33.722000 | 2015-06-15T02:27:08 | 2015-06-15T02:27:08 | 37,438,471 | 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 modelo.entity;
import java.io.Serializable;
import java.util.List;
import javax.persistence.Basic;
import javax.pers... | UTF-8 | Java | 6,507 | java | ProgramacionHoraria.java | Java | [
{
"context": "nd.annotation.XmlTransient;\r\n\r\n/**\r\n *\r\n * @author Kelvins Insua\r\n */\r\n@Entity\r\n@Table(name = \"programacion_horari",
"end": 721,
"score": 0.9998767971992493,
"start": 708,
"tag": "NAME",
"value": "Kelvins Insua"
}
] | 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 modelo.entity;
import java.io.Serializable;
import java.util.List;
import javax.persistence.Basic;
import javax.pers... | 6,500 | 0.705087 | 0.704626 | 171 | 36.052631 | 40.601078 | 199 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.491228 | false | false | 5 |
5392a4ee2643343a66edacfa492a8097eebbb9db | 13,408,887,951,267 | c75fdb41c32029ba5807735b9d835a2f72619a0f | /src/main/java/com/cognizant/academy/soapservice/AcademySoapService.java | 99f553e65063869b12a488f5a544c8eab5ebf7ed | [] | no_license | CognizantAcademy/soap-service | https://github.com/CognizantAcademy/soap-service | 7abc8490079be351c9b7dca15e8e13b94e05e9af | 7775d1c3cc6bcd817450e45fecda0d0cfd77962a | refs/heads/master | 2020-04-18T04:41:35.032000 | 2019-01-30T16:58:26 | 2019-01-30T16:58:26 | 167,248,791 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.cognizant.academy.soapservice;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class AcademySoapService {
public static void main(String[] args) {
SpringApplication.run(AcademySoapService.clas... | UTF-8 | Java | 338 | java | AcademySoapService.java | Java | [] | null | [] | package com.cognizant.academy.soapservice;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class AcademySoapService {
public static void main(String[] args) {
SpringApplication.run(AcademySoapService.clas... | 338 | 0.801775 | 0.801775 | 11 | 29.727272 | 24.394823 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.454545 | false | false | 5 |
e0ff81bf8c2422e98279186dbc7e1117210cdf46 | 8,108,898,279,120 | d8772960b3b2b07dddc8a77595397cb2618ec7b0 | /rhServer/src/main/java/com/rhlinkcon/model/FuncionarioValeTransporte.java | 324bdffa66f74f5ec049befd1cf23b95036092bb | [] | no_license | vctrmarques/interno-rh-sistema | https://github.com/vctrmarques/interno-rh-sistema | c0f49a17923b5cdfaeb148c6f6da48236055cf29 | 7a7a5d9c36c50ec967cb40a347ec0ad3744d896e | refs/heads/main | 2023-03-17T02:07:10.089000 | 2021-03-12T19:06:05 | 2021-03-12T19:06:05 | 347,168,924 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.rhlinkcon.model;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.EntityListeners;
import javax.persistence.FetchType;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.JoinColumn... | UTF-8 | Java | 2,171 | java | FuncionarioValeTransporte.java | Java | [] | null | [] | package com.rhlinkcon.model;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.EntityListeners;
import javax.persistence.FetchType;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.JoinColumn... | 2,171 | 0.794931 | 0.794931 | 91 | 22.857143 | 21.435091 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.989011 | false | false | 5 |
3166764caaa73b705c4c1670661c3f8ea86f2763 | 10,866,267,260,553 | 991d2112304dc71f97cca0957f142d4a25a29d32 | /src/sk/itsovy/Mathematics.java | a1cc4a0e16f52e635a6914715b7a4129317db920 | [] | no_license | kekesiovap/School | https://github.com/kekesiovap/School | ffa43f24051e6a0153754cf387bf4d01fd6a6d72 | d99dd17a41201c458b1b7a157fc1d59a557755ef | refs/heads/master | 2020-07-26T20:26:37.169000 | 2019-10-18T06:09:27 | 2019-10-18T06:09:27 | 208,757,374 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package sk.itsovy;
import java.lang.Math;
public class Mathematics extends Subject {
public int reverse(int num){
int reversed = 0;
while(num != 0) {
int digit = num % 10;
reversed = reversed * 10 + digit;
num /= 10;
}
System.out.prin... | UTF-8 | Java | 649 | java | Mathematics.java | Java | [] | null | [] | package sk.itsovy;
import java.lang.Math;
public class Mathematics extends Subject {
public int reverse(int num){
int reversed = 0;
while(num != 0) {
int digit = num % 10;
reversed = reversed * 10 + digit;
num /= 10;
}
System.out.prin... | 649 | 0.436055 | 0.419106 | 29 | 20.379311 | 14.423195 | 50 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.448276 | false | false | 5 |
458985b24122512c767e22a2b8f46842f6dde107 | 30,949,534,336,329 | dc6d677150e152497b9d7b4bd4c7da0789e5c75e | /LowLevelDesign/src/splitwise/models/PercentExpense.java | acca99b83be2fea3be768910228457da53df4a62 | [] | no_license | nitangle/LLD | https://github.com/nitangle/LLD | f7b65557b551974189a581983d458824199469b7 | 1fc78571badbdf4a55e3e1f567f7e869e85a627a | refs/heads/main | 2023-08-04T01:48:15.009000 | 2021-09-21T19:35:38 | 2021-09-21T19:35:38 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package splitwise.models;
import java.util.List;
public class PercentExpense extends Expense {
public PercentExpense(double amount, User paidBy, List<SplitBill> splits, ExpenseMetadata expenseMetadata) {
super(amount, paidBy, splits, expenseMetadata);
}
@Override
public boolean validate() {
... | UTF-8 | Java | 848 | java | PercentExpense.java | Java | [] | null | [] | package splitwise.models;
import java.util.List;
public class PercentExpense extends Expense {
public PercentExpense(double amount, User paidBy, List<SplitBill> splits, ExpenseMetadata expenseMetadata) {
super(amount, paidBy, splits, expenseMetadata);
}
@Override
public boolean validate() {
... | 848 | 0.608491 | 0.603774 | 31 | 26.387096 | 25.712652 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.516129 | false | false | 5 |
defa652531135a0e92effbc7906f1abffc4e3ef9 | 6,356,551,599,097 | 6ae237875df92e90198baf16fccefbc7162b6016 | /src/LocalClassLoader.java | c9d7138688efd4139d05bc277e03a80a78e989da | [] | no_license | rjolly/JavaVirtualDesktop | https://github.com/rjolly/JavaVirtualDesktop | c8c702b1c04f6f50f721c69b8ac231060b4a599b | c1fad6431da227239815d89c812bc5fae186d720 | refs/heads/master | 2020-03-21T22:30:27.702000 | 2018-06-30T17:50:23 | 2018-07-03T06:30:36 | 139,130,824 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | // Scott Griswold 4/98
// Java Portable Desktop Manager
// Loads classes from local directory
import java.util.Hashtable;
import java.io.ByteArrayInputStream;
import java.io.FileInputStream;
import java.lang.System;
public class LocalClassLoader extends ClassLoader {
private Hashtable classes = new Hashtable();
pr... | UTF-8 | Java | 1,318 | java | LocalClassLoader.java | Java | [
{
"context": "// Scott Griswold 4/98\n// Java Portable Desktop Manager\n// Loads c",
"end": 17,
"score": 0.9998448491096497,
"start": 3,
"tag": "NAME",
"value": "Scott Griswold"
}
] | null | [] | // <NAME> 4/98
// Java Portable Desktop Manager
// Loads classes from local directory
import java.util.Hashtable;
import java.io.ByteArrayInputStream;
import java.io.FileInputStream;
import java.lang.System;
public class LocalClassLoader extends ClassLoader {
private Hashtable classes = new Hashtable();
private St... | 1,310 | 0.647193 | 0.644917 | 48 | 26.479166 | 20.851648 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.020833 | false | false | 5 |
ae86c63c590e7c907e9529f5113f065f2b577a89 | 2,877,628,128,580 | 47da593cfcd7a0c456504cca36050bd414a42df3 | /app/src/main/java/com/quezx/analytics/common/helper/BranchHelper.java | 3575a241a1544af385cbb45f1d4494c0122595e7 | [] | no_license | quetzal-subhasmith/analytics.android | https://github.com/quetzal-subhasmith/analytics.android | 8690a0c40576d2183d7c12f2e31589d3e89a9b0b | 58533b70e4dd3031d2ec7b3a899a7600252df2c9 | refs/heads/master | 2020-06-19T04:18:33.034000 | 2019-06-01T11:47:30 | 2019-06-01T11:47:30 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.quezx.analytics.common.helper;
import android.content.Context;
import android.content.Intent;
import android.support.v4.content.ContextCompat;
import android.support.v7.app.AppCompatActivity;
import com.quezx.analytics.MainActivity;
import com.quezx.analytics.common.constants.BranchConstant;
import com.qu... | UTF-8 | Java | 3,531 | java | BranchHelper.java | Java | [] | null | [] | package com.quezx.analytics.common.helper;
import android.content.Context;
import android.content.Intent;
import android.support.v4.content.ContextCompat;
import android.support.v7.app.AppCompatActivity;
import com.quezx.analytics.MainActivity;
import com.quezx.analytics.common.constants.BranchConstant;
import com.qu... | 3,531 | 0.724724 | 0.724157 | 102 | 33.617645 | 27.29686 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.196079 | false | false | 5 |
469ab54872ddb103dd40375e8950727eb142f8fc | 26,147,760,915,311 | c4ff556bc60893f4434a61854c5999aa421903da | /Behavioral/Observer/Client.java | 10a99659f990612fb4d254211b33e87fa56d6d13 | [] | no_license | francs1/DesignPatterns | https://github.com/francs1/DesignPatterns | 95406d64d218bc0ccc8e84e4016584f6344112df | eddabd8f069307c32b654ec81c1fd929cee9fa9a | refs/heads/master | 2020-08-27T19:23:11.924000 | 2019-10-25T06:58:35 | 2019-10-25T06:58:35 | 217,469,627 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Behavioral.Observer;
public class Client {
/*
* 指多个对象间存在一对多的依赖关系,
* 当一个对象的状态发生改变时,
* [所有]依赖于它的对象都得到通知并被自动更新。
*/
public static void main(String[] args) {
// TODO Auto-generated method stub
//主题
Subject subject = new ConcreteSubject();
//观察者A,订阅主题
Observer observerA = new ConcreteObserver... | UTF-8 | Java | 654 | java | Client.java | Java | [] | null | [] | package Behavioral.Observer;
public class Client {
/*
* 指多个对象间存在一对多的依赖关系,
* 当一个对象的状态发生改变时,
* [所有]依赖于它的对象都得到通知并被自动更新。
*/
public static void main(String[] args) {
// TODO Auto-generated method stub
//主题
Subject subject = new ConcreteSubject();
//观察者A,订阅主题
Observer observerA = new ConcreteObserver... | 654 | 0.690283 | 0.690283 | 27 | 17.296297 | 15.385936 | 47 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.555556 | false | false | 5 |
f8ffa02dda111e99d3989cd51d1ef01ce94e7010 | 32,100,585,599,471 | b8ebc7957b67d2c2b342b0bb3648a1d5f767e67b | /src/main/java/com/ceying/tools/entity/scyp/biz/Taoperations.java | ca0269add179515f26bcacb7bbc487e93f564077 | [] | no_license | xusisheng/data-tools | https://github.com/xusisheng/data-tools | fb7810f1a664db91d505c67a09097708674897dc | 9dfe433f92bc3239c47477075995e05ac56b753d | refs/heads/master | 2023-03-16T15:40:54.430000 | 2018-07-24T07:18:04 | 2018-07-24T07:18:04 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ceying.tools.entity.scyp.biz;
import java.io.Serializable;
import java.util.Date;
public class Taoperations implements Serializable {
private String urid;
private String tripartiteagreementid;
private String signature;
private String createdby;
private Date createdon;
private ... | UTF-8 | Java | 3,129 | java | Taoperations.java | Java | [] | null | [] | package com.ceying.tools.entity.scyp.biz;
import java.io.Serializable;
import java.util.Date;
public class Taoperations implements Serializable {
private String urid;
private String tripartiteagreementid;
private String signature;
private String createdby;
private Date createdon;
private ... | 3,129 | 0.649409 | 0.649089 | 118 | 25.525423 | 24.103138 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.483051 | false | false | 5 |
eea0443ac5825867cf98c2eadb79e5afa3474904 | 11,227,044,559,502 | 6b4c3d5d7d5eb98fbfb5b741839bb43a1e1964cc | /src/main/java/com/betfair/wacetx/service/SearchService.java | ed3eaf3b0fb9d0ba4d7eb659ace6ba8c6140f24a | [] | no_license | porthis77/wacetx | https://github.com/porthis77/wacetx | ce3ee1841269e64847c39ffb907e2f43a618c084 | d4c7e96daa7de9f3aab77a4a8eefcdd6c303a6e2 | refs/heads/master | 2016-09-08T20:45:30.752000 | 2015-01-20T17:15:33 | 2015-01-20T17:15:33 | 25,814,344 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.betfair.wacetx.service;
import com.betfair.wacetx.model.elasticsearch.FlatNav;
import com.betfair.wacetx.repository.FlatRepository;
import com.fasterxml.jackson.databind.ObjectMapper;
import org.elasticsearch.action.search.SearchResponse;
import org.elasticsearch.client.Client;
import org.elasticsearch.ind... | UTF-8 | Java | 2,860 | java | SearchService.java | Java | [] | null | [] | package com.betfair.wacetx.service;
import com.betfair.wacetx.model.elasticsearch.FlatNav;
import com.betfair.wacetx.repository.FlatRepository;
import com.fasterxml.jackson.databind.ObjectMapper;
import org.elasticsearch.action.search.SearchResponse;
import org.elasticsearch.client.Client;
import org.elasticsearch.ind... | 2,860 | 0.681469 | 0.680769 | 83 | 33.457832 | 30.309767 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.506024 | false | false | 5 |
322806528065b268ca8a51d422f37032884ca36d | 25,881,472,945,128 | 48b4b8f1f3c743f083a6a56138526e100a6df211 | /TrackerApps/TrackerTransmitter/src/com/cwardcode/TranTracker/StopParser.java | 493e06ec8d1878f32271af4873091e57a7c36511 | [] | no_license | cwardcode/TranTracker | https://github.com/cwardcode/TranTracker | 87e1c3f7d800fb143071f5211e33282337edbc52 | ae401c76072adde19df5fdeb1cbf25a6b06be102 | refs/heads/master | 2020-05-20T06:04:41.816000 | 2016-01-25T07:07:37 | 2016-01-25T07:07:37 | 20,392,802 | 1 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.cwardcode.TranTracker;
import java.io.IOException;
import java.io.InputStream;
import java.util.ArrayList;
import java.util.List;
import org.xmlpull.v1.XmlPullParser;
import org.xmlpull.v1.XmlPullParserException;
import android.util.Xml;
/**
* This class defines an object that is used to parse an XML f... | UTF-8 | Java | 9,752 | java | StopParser.java | Java | [
{
"context": "l be used to\n * generate map Stops.\n * \n * @author Hayden Thomas\n * @author Chris Ward\n * @version June 02, 2014\n ",
"end": 545,
"score": 0.9998347759246826,
"start": 532,
"tag": "NAME",
"value": "Hayden Thomas"
},
{
"context": "map Stops.\n * \n * @author Hayden ... | null | [] | package com.cwardcode.TranTracker;
import java.io.IOException;
import java.io.InputStream;
import java.util.ArrayList;
import java.util.List;
import org.xmlpull.v1.XmlPullParser;
import org.xmlpull.v1.XmlPullParserException;
import android.util.Xml;
/**
* This class defines an object that is used to parse an XML f... | 9,730 | 0.647559 | 0.645098 | 394 | 23.753807 | 20.559874 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.926396 | false | false | 5 |
9eb6bd3797103b2b3e4cb7cde4eed4fb8383c4a7 | 77,309,434,473 | 3d4922ce01409a97b465b8640aa2461004fd8089 | /app/src/main/java/com/shoppingbag/model/business_dash_response/ResponseBusinessDashboard.java | d1137000481279109e404e545300ff4443464932 | [] | no_license | changwng/ShoppingBagQu | https://github.com/changwng/ShoppingBagQu | bd0d28b9a22244fd629d819b2853011d6e25f203 | e7f337fb0cd0091a8d11c3738c2b069b68a8fb07 | refs/heads/master | 2022-11-11T10:30:46.042000 | 2020-06-18T07:54:48 | 2020-06-18T07:54:48 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.shoppingbag.model.business_dash_response;
import java.util.List;
import com.google.gson.annotations.SerializedName;
public class ResponseBusinessDashboard{
@SerializedName("Order")
private List<OrderItem> order;
@SerializedName("response")
private String response;
@SerializedName("dashboardDetail... | UTF-8 | Java | 1,355 | java | ResponseBusinessDashboard.java | Java | [] | null | [] | package com.shoppingbag.model.business_dash_response;
import java.util.List;
import com.google.gson.annotations.SerializedName;
public class ResponseBusinessDashboard{
@SerializedName("Order")
private List<OrderItem> order;
@SerializedName("response")
private String response;
@SerializedName("dashboardDetail... | 1,355 | 0.757934 | 0.757934 | 74 | 17.324324 | 17.389114 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.094595 | false | false | 5 |
d9dae1551775745b93f585e44c356667a174354c | 14,053,133,021,357 | f97ba375da68423d12255fa8231365104867d9b0 | /study-notes/algorithm/16-排序/src/com/coderZsq/sort/CountingSort.java | 945e22ff26c8e8b94de4c3569f2481f9e28c35d6 | [
"MIT"
] | permissive | lei720/coderZsq.practice.server | https://github.com/lei720/coderZsq.practice.server | 7a728612e69c44e0877c0153c828b50d8ea7fa7c | 4ddf9842cd088d4a0c2780ac22d41d7e6229164b | refs/heads/master | 2023-07-16T11:21:26.942000 | 2021-09-08T04:38:07 | 2021-09-08T04:38:07 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.coderZsq.sort;
public class CountingSort extends Sort<Integer> {
@Override
protected void sort() {
// 找出最值
int max = array[0];
int min = array[0];
for (int i = 1; i < array.length; i++) {
if (array[i] > max) {
max = array[i];
}... | UTF-8 | Java | 3,791 | java | CountingSort.java | Java | [] | null | [] | package com.coderZsq.sort;
public class CountingSort extends Sort<Integer> {
@Override
protected void sort() {
// 找出最值
int max = array[0];
int min = array[0];
for (int i = 1; i < array.length; i++) {
if (array[i] > max) {
max = array[i];
}... | 3,791 | 0.408447 | 0.396587 | 126 | 26.436508 | 16.628286 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.642857 | false | false | 5 |
febd642d90db04cf0b7e8ba7998f35e720fba468 | 28,698,971,490,740 | 362075943047a65865f38f3247a395cbf429f8b2 | /src/main/java/com/lzhlyle/klotski/block/VerticalBlock.java | 37ee9bb4400a339e0df3bd4a676c75aa882b270f | [
"MIT"
] | permissive | cubemoon/klotski | https://github.com/cubemoon/klotski | 95c763320aedf9513535f82cd89e6ff10d076440 | ffc8fa100406ce9f97bd6716d5adf42cf6e6a638 | refs/heads/master | 2023-08-17T08:23:21.291000 | 2019-12-30T05:24:33 | 2019-12-30T05:24:33 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.lzhlyle.klotski.block;
public class VerticalBlock extends Block {
public VerticalBlock() {
super(2, 1);
}
}
| UTF-8 | Java | 138 | java | VerticalBlock.java | Java | [] | null | [] | package com.lzhlyle.klotski.block;
public class VerticalBlock extends Block {
public VerticalBlock() {
super(2, 1);
}
}
| 138 | 0.65942 | 0.644928 | 8 | 16.25 | 15.880412 | 42 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.375 | false | false | 5 |
6bfa46674ddf2d5c1561bffc227bb9f5b8450b5d | 28,698,971,487,998 | fe98736ac4c2cc9866b76b68fdb9c134e4edf53f | /src/test/java/jmcached/IntegrationTest.java | 30164f031a3256edd6312b9144e2edc5e99cf44a | [] | no_license | SusagTsyd/jmcached | https://github.com/SusagTsyd/jmcached | 982a0528501c351dcc4d52d2e8e27d7e9c3f1b95 | 6f3d0d54d35003dea1e6bdd8dbd4f6de2b582b5d | refs/heads/master | 2022-07-12T05:26:34.810000 | 2016-02-28T15:10:23 | 2016-02-28T15:10:23 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package jmcached;
import com.danga.MemCached.MemCachedClient;
import com.danga.MemCached.SockIOPool;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
import static jmcached.DateUtil.nowPlusSeconds;
import static org.hamcrest.CoreMatchers.equalTo;
import static org.hamcrest.CoreMatchers.is;
impo... | UTF-8 | Java | 2,828 | java | IntegrationTest.java | Java | [
{
"context": "nt port = 12345;\n private final String host = \"0.0.0.0\";\n\n private ServerRunner serverRunner;\n pri",
"end": 513,
"score": 0.998091995716095,
"start": 506,
"tag": "IP_ADDRESS",
"value": "0.0.0.0"
}
] | null | [] | package jmcached;
import com.danga.MemCached.MemCachedClient;
import com.danga.MemCached.SockIOPool;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
import static jmcached.DateUtil.nowPlusSeconds;
import static org.hamcrest.CoreMatchers.equalTo;
import static org.hamcrest.CoreMatchers.is;
impo... | 2,828 | 0.678571 | 0.673267 | 101 | 27 | 24.207027 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.584158 | false | false | 5 |
72b5424724a8c786e6f9fd5924b5f27851269dd0 | 5,085,241,304,378 | f6b750cc1c4190f81e8976f54fa765772910727f | /src/main/java/hello/Phone.java | 4f3457a72f2faad373c639c8cd702e0532920848 | [] | no_license | fdlk/SpringBootPhones | https://github.com/fdlk/SpringBootPhones | 71f430c677ba8ef10ef97327e5c797803e37542a | 094883790ad57106e4ffc275903dc6cb293f8343 | refs/heads/master | 2021-01-10T12:13:12.086000 | 2015-05-27T19:09:56 | 2015-05-27T19:11:25 | 36,389,446 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package hello;
public class Phone {
private final String age;
private final String id;
private final String imageUrl;
private final String name;
private final String snippet;
public Phone(String age, String id, String imageUrl, String name,
String snippet) {
super();
this.age = age;
this.id = id;
th... | UTF-8 | Java | 638 | java | Phone.java | Java | [] | null | [] | package hello;
public class Phone {
private final String age;
private final String id;
private final String imageUrl;
private final String name;
private final String snippet;
public Phone(String age, String id, String imageUrl, String name,
String snippet) {
super();
this.age = age;
this.id = id;
th... | 638 | 0.678683 | 0.678683 | 43 | 13.83721 | 13.729836 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.511628 | false | false | 5 |
feb863e149ed94eedcbd6dcd8eebd5da7df95197 | 23,201,413,356,624 | a97b82b410bef324fa23462720949ca99a2eee08 | /servicehystrix/src/main/java/com/ljh/springcloud/servicehystrix/services/UserManagerService.java | 77aa40f8d5eb92f528cffd88895f1a6a0b8063e1 | [] | no_license | ljc555/SpringCloudLearning | https://github.com/ljc555/SpringCloudLearning | e41fa978acedd79db672024ee35d1d9bec3afd03 | 82aed4b47eb4cd42a0cce6d43a75fcbea09e316f | refs/heads/master | 2021-05-11T12:04:46.620000 | 2018-01-26T08:35:42 | 2018-01-26T08:35:42 | 117,650,348 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ljh.springcloud.servicehystrix.services;
import com.ljh.springcloud.data.UserData;
import com.netflix.hystrix.contrib.javanica.annotation.HystrixCommand;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframework.web.client.RestT... | UTF-8 | Java | 943 | java | UserManagerService.java | Java | [
{
"context": "r.setMobile(\"13759449322\");\n user.setName(\"李节参\");\n user.setSex(Boolean.TRUE);\n use",
"end": 816,
"score": 0.9942245483398438,
"start": 813,
"tag": "NAME",
"value": "李节参"
}
] | null | [] | package com.ljh.springcloud.servicehystrix.services;
import com.ljh.springcloud.data.UserData;
import com.netflix.hystrix.contrib.javanica.annotation.HystrixCommand;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframework.web.client.RestT... | 943 | 0.715527 | 0.69924 | 30 | 29.700001 | 22.881069 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.566667 | false | false | 5 |
8013f257407199215b89b5824ad47012392350c4 | 4,183,298,167,528 | 5f2fb08c46b2acdfe52583cf95925325b36c6820 | /skWeiChatBaidu/src/main/java/com/xfyyim/cn/audio/record/AudioRecorder.java | cef7eb48116490cdc93ee076d063a72579926be8 | [] | no_license | 309925753/xinfuyouyue | https://github.com/309925753/xinfuyouyue | 7324fb7062c126156ee350a0e14b8b18bed7afe6 | 0bc8f8bb387d2203b74af05bfcc6733cde51cda2 | refs/heads/master | 2022-11-30T23:46:53.082000 | 2020-05-19T11:48:55 | 2020-05-19T11:48:55 | 287,436,362 | 3 | 6 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.xfyyim.cn.audio.record;
import android.media.AudioFormat;
import android.media.AudioRecord;
import android.media.MediaRecorder;
import android.util.Log;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.IOException;
import java.nio.ByteBuffer;
impor... | UTF-8 | Java | 8,970 | java | AudioRecorder.java | Java | [] | null | [] | package com.xfyyim.cn.audio.record;
import android.media.AudioFormat;
import android.media.AudioRecord;
import android.media.MediaRecorder;
import android.util.Log;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.IOException;
import java.nio.ByteBuffer;
impor... | 8,970 | 0.514197 | 0.506348 | 280 | 29.946428 | 22.58193 | 123 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.557143 | false | false | 5 |
54796638930d47da1a672bde599be81179d8ec1c | 22,196,391,010,864 | 4b156f25e110ef74a2beadf4783487145a14c57b | /src/_417太平洋大西洋水流问题/Solution2.java | a7fb5f882e94e9a041b45b9ac02f201d336c41f3 | [] | no_license | huandc/leetcode | https://github.com/huandc/leetcode | 1cd0ec3dca8a90e36058ff19d7821e6ac40c6272 | 5d9fb0b1ad03e2cc28f3479ee6d3b185fcab4647 | refs/heads/master | 2023-01-01T20:57:25.431000 | 2020-10-27T10:58:42 | 2020-10-27T10:58:42 | 306,796,153 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package _417太平洋大西洋水流问题;
import java.util.Arrays;
import java.util.LinkedList;
import java.util.List;
public class Solution2 {
public static void main(String[] args) {
}
public <j> List<List<Integer>> pacificAtlantic(int[][] matrix) {
List<List<Integer>> lists =new LinkedList<>();
int m = ... | UTF-8 | Java | 1,486 | java | Solution2.java | Java | [] | null | [] | package _417太平洋大西洋水流问题;
import java.util.Arrays;
import java.util.LinkedList;
import java.util.List;
public class Solution2 {
public static void main(String[] args) {
}
public <j> List<List<Integer>> pacificAtlantic(int[][] matrix) {
List<List<Integer>> lists =new LinkedList<>();
int m = ... | 1,486 | 0.449523 | 0.431105 | 56 | 25.178572 | 21.150909 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 5 |
b4775cd199721eef4e098f3b744b652af0d35100 | 4,002,909,546,954 | 9025124e217788eeb0ea79a5b8a43be6c834872f | /cshop-seckill/cshop-seckill-api/src/main/java/com/cshop/entity/SeckillGoods.java | 82fc74f0c5f89fb1d60ddbc6f0473f9dcadf029b | [] | no_license | jobs-lgy/cshop-ssm | https://github.com/jobs-lgy/cshop-ssm | 16ffe821387e22041bff90e5edcea9ecbe5f41f0 | f659604d438179e89adf8c291f4fcca0fef232d0 | refs/heads/master | 2020-07-30T17:35:36.217000 | 2019-08-23T14:28:54 | 2019-08-23T14:28:54 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.cshop.entity;
import lombok.Data;
import javax.persistence.*;
import java.io.Serializable;
import java.util.Date;
@Entity
@Table(name = "tb_seckill_goods")
@Data
public class SeckillGoods implements Serializable {
@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
private Long id;
/... | UTF-8 | Java | 805 | java | SeckillGoods.java | Java | [] | null | [] | package com.cshop.entity;
import lombok.Data;
import javax.persistence.*;
import java.io.Serializable;
import java.util.Date;
@Entity
@Table(name = "tb_seckill_goods")
@Data
public class SeckillGoods implements Serializable {
@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
private Long id;
/... | 805 | 0.570118 | 0.570118 | 56 | 12.642858 | 12.622866 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.267857 | false | false | 5 |
5a25172156358f8d084a4dbf0176c7cd3d6b61b0 | 26,233,660,274,167 | 6fe96d24fd53fdd2da34abacda174a1ebf5cf36b | /testing/story/src/test/java/com/evolveum/midpoint/testing/story/TestServiceAccountsClassifier.java | 8d21b278e8a595ca58c3bfb8211aa8deced11a34 | [
"Apache-2.0",
"GPL-1.0-or-later",
"MPL-2.0",
"EPL-1.0",
"LicenseRef-scancode-proprietary-license",
"LGPL-2.0-or-later",
"CDDL-1.0",
"MIT"
] | permissive | msucil/midpoint | https://github.com/msucil/midpoint | 05ffd33d0c909bc7d564c9db8a0407ef42efb726 | 3200d31730a49d53c73b35c90a89fbe1c034183b | refs/heads/master | 2020-06-11T09:16:43.152000 | 2019-06-26T12:02:50 | 2019-06-26T12:02:50 | 193,911,474 | 1 | 0 | Apache-2.0 | true | 2019-06-26T13:37:31 | 2019-06-26T13:37:30 | 2019-06-26T12:13:40 | 2019-06-26T12:13:38 | 171,947 | 0 | 0 | 0 | null | false | false | package com.evolveum.midpoint.testing.story;
import static org.testng.Assert.assertFalse;
import static org.testng.AssertJUnit.assertNotNull;
import java.io.File;
import javax.xml.namespace.QName;
import com.evolveum.midpoint.prism.path.ItemPath;
import org.springframework.test.annotation.DirtiesContext;
import org... | UTF-8 | Java | 10,815 | java | TestServiceAccountsClassifier.java | Java | [
{
"context": "tatic final String ACCOUNT_DUMMY_JIRA_USERNAME = \"jira\";\n\tprivate static final String ACCOUNT_DUMMY_WIKI",
"end": 2601,
"score": 0.9985209703445435,
"start": 2597,
"tag": "USERNAME",
"value": "jira"
},
{
"context": "tatic final String ACCOUNT_DUMMY_WIKI_USERNAME = \... | null | [] | package com.evolveum.midpoint.testing.story;
import static org.testng.Assert.assertFalse;
import static org.testng.AssertJUnit.assertNotNull;
import java.io.File;
import javax.xml.namespace.QName;
import com.evolveum.midpoint.prism.path.ItemPath;
import org.springframework.test.annotation.DirtiesContext;
import org... | 10,815 | 0.768377 | 0.749422 | 305 | 34.459015 | 33.377117 | 144 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.157377 | false | false | 5 |
800328768b2e64e9199e1e8813231efb868d0db0 | 31,628,139,193,928 | fc6702ce5c9bdb698afd892510d2b41d0dcf89f3 | /InterestCal/src/Interest/RDAccount.java | da644eba9622ef49484fb221ee051b93728e1e46 | [] | no_license | Eshika159/JavaPractice | https://github.com/Eshika159/JavaPractice | c2b636036d48f132dbd0029f20fbf97cc70e4e85 | f6bb645a90005ecf8222b8c4dcba42494cdaa8e4 | refs/heads/master | 2020-04-17T03:50:39.686000 | 2019-01-30T11:51:58 | 2019-01-30T11:51:58 | 166,202,724 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Interest;
public class RDAccount extends Account {
double interestRate ;
double amount ;
int noOfMonths;
double monthlyAmount;
public double getInterestRate() {
return interestRate;
}
public void setInterestRate(double interestRate) {
this.interestRate = interestRate;
}
public... | UTF-8 | Java | 775 | java | RDAccount.java | Java | [] | null | [] | package Interest;
public class RDAccount extends Account {
double interestRate ;
double amount ;
int noOfMonths;
double monthlyAmount;
public double getInterestRate() {
return interestRate;
}
public void setInterestRate(double interestRate) {
this.interestRate = interestRate;
}
public... | 775 | 0.709677 | 0.709677 | 35 | 20.142857 | 15.917902 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.485714 | false | false | 5 |
310386c8d75f92ff6ad82b3f4f9207c907b631b9 | 31,628,139,192,477 | f03388866db1c1cf21209440db5522878cd27641 | /src/main/java/org/lesson11/example4/MessageSender.java | 1357cafaba346784c25b2b2c219f62a4cb7fda92 | [] | no_license | Anderwerty/study-2020 | https://github.com/Anderwerty/study-2020 | 5edc86a1fb7dc52c7645b11a7ecc6f64063fa3cf | 53575d4fa7cb5a9bb2a2c926c368c2f60af0023a | refs/heads/master | 2022-07-02T07:23:00.696000 | 2020-02-07T09:07:09 | 2020-02-07T09:07:09 | 233,916,288 | 0 | 1 | null | false | 2020-10-13T18:51:13 | 2020-01-14T19:13:12 | 2020-02-07T09:07:43 | 2020-10-13T18:51:12 | 57 | 0 | 0 | 1 | Java | false | false | package org.lesson11.example4;
public interface MessageSender {
Message send(Document document);
}
| UTF-8 | Java | 104 | java | MessageSender.java | Java | [] | null | [] | package org.lesson11.example4;
public interface MessageSender {
Message send(Document document);
}
| 104 | 0.778846 | 0.75 | 5 | 19.799999 | 15.879546 | 36 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 5 |
eddfb160e457eca45b661ac806d0c3aff3533234 | 31,628,139,195,872 | 5921951fb62f92df70c71f3f608100d9ddc88581 | /app/src/main/java/com/example/zdm/yourdaily/ui/memo/MemoActivity.java | 97226affcf2af146a02a514750ee7b9e6191ce7c | [] | no_license | bingoidea/YourDaily | https://github.com/bingoidea/YourDaily | b36457707d0b745ceea8653b8c6a48bbef1e6ba5 | a945cbdecc959cd37465a56a012f0a9eb302787b | refs/heads/master | 2020-10-01T20:05:50.955000 | 2019-12-12T14:04:38 | 2019-12-12T14:04:38 | 227,615,088 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.zdm.yourdaily.ui.memo;
import android.content.Context;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerView;
import android.text.TextUtils... | UTF-8 | Java | 3,688 | java | MemoActivity.java | Java | [
{
"context": "import butterknife.BindView;\r\n\r\n/**\r\n * Created by ZDM on 2019/12/12.\r\n */\r\npublic class MemoActivity ex",
"end": 781,
"score": 0.9926736354827881,
"start": 778,
"tag": "USERNAME",
"value": "ZDM"
}
] | null | [] | package com.example.zdm.yourdaily.ui.memo;
import android.content.Context;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerView;
import android.text.TextUtils... | 3,688 | 0.59853 | 0.59472 | 119 | 28.873949 | 21.648666 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.571429 | false | false | 5 |
e87e089bb4f00128147ee6f15636b6b73ec1addf | 22,617,297,808,425 | ede53c4500da6c94afb033fdf4491d5fec26a5bb | /banco-logic/src/main/java/co/edu/usb/cali/banco/service/CuentaServiceImpl.java | bfca07156711033560036f93cf6aa349928ee0be | [] | no_license | mattlenius/configuraciongestion | https://github.com/mattlenius/configuraciongestion | f71f55a7c327407dc69462213c12c7176f561c61 | 9963458a99d59b93728b53261eca62e70be1d22d | refs/heads/master | 2022-10-02T03:56:39.897000 | 2019-06-14T00:58:06 | 2019-06-14T00:58:06 | 191,852,803 | 0 | 0 | null | false | 2022-09-08T01:00:53 | 2019-06-14T00:55:14 | 2019-06-14T00:59:16 | 2022-09-08T01:00:50 | 150 | 0 | 0 | 3 | Java | false | false | package co.edu.usb.cali.banco.service;
import java.util.List;
import java.util.Set;
import javax.validation.ConstraintViolation;
import javax.validation.Validator;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Scope;
import org.springframework.stereotype... | UTF-8 | Java | 3,046 | java | CuentaServiceImpl.java | Java | [] | null | [] | package co.edu.usb.cali.banco.service;
import java.util.List;
import java.util.Set;
import javax.validation.ConstraintViolation;
import javax.validation.Validator;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Scope;
import org.springframework.stereotype... | 3,046 | 0.750164 | 0.749836 | 105 | 28.009523 | 27.190859 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.771429 | false | false | 5 |
c7e3ff26486cbf0779fbe3d531b8a6a20eabd780 | 13,683,765,841,894 | af1d8fea356783d47af3087550dcc7879801adc3 | /app/src/main/java/com/m/qr/activities/newsletter/NewsLetter.java | 53ae6c41c248deeebe2399c96394c4753823bd24 | [] | no_license | shivaprakashp/trunk_V1.0 | https://github.com/shivaprakashp/trunk_V1.0 | 924edd73449896838326e98dbdbb9aebf4fa1407 | f5469494c8fba0f3a0e2f3eb738bf03c196caacd | refs/heads/master | 2016-09-14T03:17:02.720000 | 2016-07-10T16:35:17 | 2016-07-10T16:35:17 | 63,008,012 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.m.qr.activities.newsletter;
import com.m.qr.R;
import com.m.qr.activities.bookingengine.helper.ApisHelper;
import com.m.qr.controllers.CommunicationListener;
import com.m.qr.controllers.bookingengine.BEController;
import com.m.qr.controllers.newsletter.NLController;
import com.m.qr.customwidgets.CustomEd... | UTF-8 | Java | 14,474 | java | NewsLetter.java | Java | [
{
"context": "rayList;\nimport java.util.List;\n\n/**\n * <b>@author T9666.</b><br>\n * <b>com.m.qr.activities.newsletter</b><br",
"end": 1853,
"score": 0.9938319325447083,
"start": 1848,
"tag": "USERNAME",
"value": "T9666"
},
{
"context": "activities.newsletter</b><br>\n * 19/05/201... | null | [] | package com.m.qr.activities.newsletter;
import com.m.qr.R;
import com.m.qr.activities.bookingengine.helper.ApisHelper;
import com.m.qr.controllers.CommunicationListener;
import com.m.qr.controllers.bookingengine.BEController;
import com.m.qr.controllers.newsletter.NLController;
import com.m.qr.customwidgets.CustomEd... | 14,451 | 0.625121 | 0.623601 | 358 | 39.430168 | 28.613283 | 134 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.544693 | false | false | 5 |
2e11c2e81e00180dd74bb4fc314aae90aaed23e8 | 5,351,529,270,579 | 432dd7a086c2618181b382631fb8718c983b7db1 | /JunitTest/test/java/TestVarious.java | 4f6bb75cd9331636e3d632cd69d5495f44626afe | [] | no_license | Maruf-Ru/OperatorTest | https://github.com/Maruf-Ru/OperatorTest | 84a8a83423bc07b0b58ade9e3e5c301abd5c7351 | 9b26b3df2899579696499c575cd59659b532b811 | refs/heads/master | 2020-03-28T04:38:44.671000 | 2018-09-06T20:30:01 | 2018-09-06T20:30:01 | 147,727,544 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package test.java;
import static org.junit.jupiter.api.Assertions.*;
import org.junit.jupiter.api.Test;
class TestVarious {
MyTest oT = new MyTest();
@Test
void TestVariousArith()
{
assertEquals(5,oT.addition(2,3),"");
assertEquals(5,oT.subtraction(7,2),"");
assertEquals(4.0,oT.divisi... | UTF-8 | Java | 1,192 | java | TestVarious.java | Java | [] | null | [] | package test.java;
import static org.junit.jupiter.api.Assertions.*;
import org.junit.jupiter.api.Test;
class TestVarious {
MyTest oT = new MyTest();
@Test
void TestVariousArith()
{
assertEquals(5,oT.addition(2,3),"");
assertEquals(5,oT.subtraction(7,2),"");
assertEquals(4.0,oT.divisi... | 1,192 | 0.650168 | 0.59396 | 42 | 26.190475 | 19.682283 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.428571 | false | false | 5 |
d117f5a63baa3f31f524d01c62114dbabca32156 | 26,980,984,585,994 | 3ab410cec501d3c2cd781c875c329d1c5efd2c82 | /src/main/java/com/hillel/demo/core/application/controller/AdminController.java | 8baf979fc659b9de08334f29655890fa321a520a | [] | no_license | HelenSotnik/JEE | https://github.com/HelenSotnik/JEE | 01c64a7b9abae3696feff027fa0478d7fe169104 | 91e7b21bb85c31a5f69867ef743718a42b7e4bb9 | refs/heads/master | 2023-05-10T20:03:25.639000 | 2023-05-09T17:33:06 | 2023-05-09T17:33:06 | 335,232,635 | 0 | 0 | null | false | 2023-05-09T17:33:07 | 2021-02-02T09:20:10 | 2021-02-02T09:36:00 | 2023-05-09T17:33:06 | 1,133 | 0 | 0 | 0 | Java | false | false | package com.hillel.demo.core.application.controller;
import com.hillel.demo.core.application.dto.AddUserRequestDto;
import com.hillel.demo.core.application.dto.UserDto;
import com.hillel.demo.core.application.facade.UserFacade;
import io.swagger.annotations.Api;
import io.swagger.annotations.ApiOperation;
import javas... | UTF-8 | Java | 1,217 | java | AdminController.java | Java | [] | null | [] | package com.hillel.demo.core.application.controller;
import com.hillel.demo.core.application.dto.AddUserRequestDto;
import com.hillel.demo.core.application.dto.UserDto;
import com.hillel.demo.core.application.facade.UserFacade;
import io.swagger.annotations.Api;
import io.swagger.annotations.ApiOperation;
import javas... | 1,217 | 0.764996 | 0.764996 | 38 | 31.026316 | 22.636122 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.394737 | false | false | 5 |
3fb7be48a328708e423ac771e65563a5bb0f9b33 | 10,127,532,940,441 | 114a4a67603b66d613f9dc0f712c2eac5b9ffe65 | /src/main/java/com/market/service/impl/SupplierImpl.java | 65fb9ed34fa362d0b731189c9dc2ee310329e13d | [] | no_license | DaveSteven/market-server | https://github.com/DaveSteven/market-server | 4af390a0fe6fa32f01d267a354650a4d1f9727a0 | 372c1f814e220d3f3a292f2113b3048b8bdf11e5 | refs/heads/master | 2022-06-23T15:57:46.544000 | 2019-10-14T02:55:35 | 2019-10-14T02:55:35 | 204,136,115 | 0 | 0 | null | false | 2022-06-17T02:26:40 | 2019-08-24T09:23:34 | 2019-10-14T02:56:24 | 2022-06-17T02:26:40 | 150 | 1 | 0 | 1 | Java | false | false | package com.market.service.impl;
import com.github.pagehelper.Page;
import com.github.pagehelper.PageHelper;
import com.market.common.ServerResponse;
import com.market.dao.SupplierMapper;
import com.market.data.entity.Supplier;
import com.market.service.ISupplierService;
import com.market.util.PageUtil;
import org.n3r... | UTF-8 | Java | 1,404 | java | SupplierImpl.java | Java | [] | null | [] | package com.market.service.impl;
import com.github.pagehelper.Page;
import com.github.pagehelper.PageHelper;
import com.market.common.ServerResponse;
import com.market.dao.SupplierMapper;
import com.market.data.entity.Supplier;
import com.market.service.ISupplierService;
import com.market.util.PageUtil;
import org.n3r... | 1,404 | 0.703623 | 0.702174 | 49 | 27.163265 | 21.324841 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.469388 | false | false | 5 |
c1dc0e30b3a587b0f455de485860c6757ee13e05 | 10,127,532,942,781 | 7950e1dfda8b4fe3b32f9813f8c25613d794afb1 | /drug/src/main/java/com/kgc/drug/dao/OrderMapper.java | da40e27ab11f2518b85885de167a386e9dbecdd7 | [] | no_license | xiaobai175165/ftltest | https://github.com/xiaobai175165/ftltest | 1f6cf2187e894edddafc46dc3144cece64247077 | 3dbf78e39b65d141af0ab6dc412f93e17d0e8f03 | refs/heads/master | 2020-07-25T20:06:36.943000 | 2019-09-16T12:22:39 | 2019-09-16T12:22:39 | 208,411,248 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.kgc.drug.dao;
import java.util.List;
import com.kgc.drug.entity.Order;
import com.kgc.drug.entity.Sales;
import org.apache.ibatis.annotations.Mapper;
import org.apache.ibatis.annotations.Param;
@Mapper
public interface OrderMapper {
List<Sales> ordeFind(@Param("num") Integer num, @Param("pageSize") Int... | UTF-8 | Java | 642 | java | OrderMapper.java | Java | [] | null | [] | package com.kgc.drug.dao;
import java.util.List;
import com.kgc.drug.entity.Order;
import com.kgc.drug.entity.Sales;
import org.apache.ibatis.annotations.Mapper;
import org.apache.ibatis.annotations.Param;
@Mapper
public interface OrderMapper {
List<Sales> ordeFind(@Param("num") Integer num, @Param("pageSize") Int... | 642 | 0.753894 | 0.752336 | 19 | 32.789474 | 32.230385 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.157895 | false | false | 5 |
49c6a55201206a08fc0e7406a3471522ed884884 | 21,182,778,709,465 | 688f92509e24d3c47f83cbfc12221808855552ef | /demo22/demo22b/src/main/java/com/example/demo22b/TestController.java | d84acf561f41a98ee857ec9a7a6fab25427ee4b7 | [] | no_license | heyaotang/bootdemos | https://github.com/heyaotang/bootdemos | 939d774f305b3eb75bacd9464fe45d3cfb9eef75 | fc2ba43890fc396f4d946a324305c624e0cff7cd | refs/heads/master | 2020-04-21T18:20:50.439000 | 2019-02-09T14:11:53 | 2019-02-09T14:11:53 | 169,766,148 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.demo22b;
import com.example.demo22a.Service;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
@RestController
public class TestController {
@Autowired
... | UTF-8 | Java | 454 | java | TestController.java | Java | [] | null | [] | package com.example.demo22b;
import com.example.demo22a.Service;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
@RestController
public class TestController {
@Autowired
... | 454 | 0.755507 | 0.746696 | 19 | 22.894737 | 20.431902 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.421053 | false | false | 5 |
29a3f81dc00c0486844ead90ac1ce7dadcaf8e13 | 20,418,274,550,444 | 15e1e7842dcea805dc77b5586ca01ec04bab120d | /src/main/java/com/cyl/leetcode/easy/Count_and_Say.java | 2c83b6b7090bf9617f9fae01171990439d3c2cbc | [] | no_license | Cangyl/LeetCode | https://github.com/Cangyl/LeetCode | d28968e8e7aff0746649faa187a7adc7c1c98d05 | 7080a6069433135099586764dbae7e9232070c3b | refs/heads/master | 2021-01-23T08:09:59.613000 | 2019-05-20T14:41:57 | 2019-05-20T14:41:57 | 86,478,514 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.cyl.leetcode.easy;
/**
* Created by cang on 19-2-21.
*/
public class Count_and_Say {
public static void main(String args[]){
System.out.println(new Count_and_Say().countAndSay(4));
}
public String countAndSay(int n) {
if(n==1) return "1";
StringBuilder result_str = new StringBuilder("1"... | UTF-8 | Java | 1,064 | java | Count_and_Say.java | Java | [
{
"context": "package com.cyl.leetcode.easy;\n\n/**\n * Created by cang on 19-2-21.\n */\npublic class Count_and_Say {\n pu",
"end": 54,
"score": 0.999050498008728,
"start": 50,
"tag": "USERNAME",
"value": "cang"
}
] | null | [] | package com.cyl.leetcode.easy;
/**
* Created by cang on 19-2-21.
*/
public class Count_and_Say {
public static void main(String args[]){
System.out.println(new Count_and_Say().countAndSay(4));
}
public String countAndSay(int n) {
if(n==1) return "1";
StringBuilder result_str = new StringBuilder("1"... | 1,064 | 0.593985 | 0.576128 | 39 | 26.282051 | 19.149813 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.512821 | false | false | 5 |
85adc5446f2379ddc37ccd5bbc0d638fa18c284c | 30,245,159,748,160 | 7d6e7d8523e6ff24acc70093388b1d094657e504 | /app/src/main/java/com/yuliatallus/jokesparser/FragmentAdapter.java | 4d7c3e524766ece7cca4757ba9f9916f9015fb2b | [] | no_license | YuliaTallus/JokesParser | https://github.com/YuliaTallus/JokesParser | a1ea9237cf1500f0f09519afefc0c52f1fe236d7 | 186364b9de8aea4e237e4e4d3eaf8aae14ba40ba | refs/heads/master | 2016-08-12T09:18:51.263000 | 2016-01-14T13:53:18 | 2016-01-14T13:53:18 | 49,583,050 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.yuliatallus.jokesparser;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.TextView;
import java.util.List;
public class FragmentAdapter extends RecyclerView.Adapter<FragmentAdapter.CardViewHo... | UTF-8 | Java | 1,231 | java | FragmentAdapter.java | Java | [] | null | [] | package com.yuliatallus.jokesparser;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.TextView;
import java.util.List;
public class FragmentAdapter extends RecyclerView.Adapter<FragmentAdapter.CardViewHo... | 1,231 | 0.712429 | 0.711617 | 46 | 25.76087 | 28.448416 | 120 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.434783 | false | false | 5 |
bfa553e566b1c9ec56e64d4ded6956941b6d6c55 | 38,474,317,044,442 | 91a48964cfa306896ca2ac076199918730cbdc3f | /messenger/src/main/java/org/sharath/messenger/resources/ProfileResources.java | 97c122e27739996121c5c3e12f3f319ee92ce5f5 | [] | no_license | sharaini/messenger | https://github.com/sharaini/messenger | 694a21a7934f21219cb04d39299c70cb37f54546 | 85115709124748c8151d416f85ea85508ddd2f54 | refs/heads/master | 2021-06-11T19:22:12.509000 | 2017-01-29T00:37:59 | 2017-01-29T00:37:59 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.sharath.messenger.resources;
import javax.ws.rs.*;
import javax.ws.rs.core.MediaType;
import java.util.*;
import org.sharath.messenger.service.ProfilesService;
import org.sharath.messenger.model.Profile;
@Path("/profiles")
@Consumes(MediaType.APPLICATION_JSON)
@Produces(MediaType.APPLICATION_JSON)... | UTF-8 | Java | 1,133 | java | ProfileResources.java | Java | [] | null | [] | package org.sharath.messenger.resources;
import javax.ws.rs.*;
import javax.ws.rs.core.MediaType;
import java.util.*;
import org.sharath.messenger.service.ProfilesService;
import org.sharath.messenger.model.Profile;
@Path("/profiles")
@Consumes(MediaType.APPLICATION_JSON)
@Produces(MediaType.APPLICATION_JSON)... | 1,133 | 0.736981 | 0.736981 | 41 | 25.634146 | 21.116121 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.292683 | false | false | 5 |
805b63ae6a6bc3fd01a81cae448b4e9cbb7d3931 | 34,943,853,953,264 | db788c62c7e90e051b70e447345e2966c6d79e76 | /rss/src/main/java/org/osivia/services/rss/common/command/FeedCreatCommand.java | dc3510f3d33f557941006d1f4a12f199a8c48f15 | [] | no_license | osivia/osivia-collaboration | https://github.com/osivia/osivia-collaboration | 225648f6458b1dfd6aeb651a980ed4891920e8e3 | 20d0b9e8cc5c1fa3ac8d824ac3fa195a15f86e7f | refs/heads/master | 2023-08-29T07:05:41.108000 | 2020-12-07T10:59:12 | 2020-12-07T10:59:12 | 133,329,550 | 0 | 0 | null | false | 2019-11-02T05:21:29 | 2018-05-14T08:31:31 | 2019-10-30T17:02:45 | 2019-11-02T05:21:27 | 4,453 | 0 | 0 | 1 | Java | false | false | package org.osivia.services.rss.common.command;
import java.io.File;
import java.util.UUID;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.nuxeo.ecm.automation.client.OperationRequest;
import org.nuxeo.ecm.automation.client.Session;
import org.nuxeo.ecm.automation.clie... | UTF-8 | Java | 4,445 | java | FeedCreatCommand.java | Java | [
{
"context": " Create Container RSS Nuxeo command.\n *\n * @author Frédéric Boudan\n * @see INuxeoCommand\n */\n@Component\n@Scope(Confi",
"end": 1055,
"score": 0.9998553395271301,
"start": 1040,
"tag": "NAME",
"value": "Frédéric Boudan"
}
] | null | [] | package org.osivia.services.rss.common.command;
import java.io.File;
import java.util.UUID;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.nuxeo.ecm.automation.client.OperationRequest;
import org.nuxeo.ecm.automation.client.Session;
import org.nuxeo.ecm.automation.clie... | 4,434 | 0.692775 | 0.692775 | 130 | 33.176922 | 33.246277 | 171 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.276923 | false | false | 5 |
f0cc7750a82f5606de46f140799d542918a9991e | 34,282,428,994,831 | c371834fb957883c9821f5377dda5887a7e14629 | /src/main/java/com/assignment/assignment/repository/EmployeeRepository.java | 098b04d13b950ead45f1b4cc732bbe5744977376 | [] | no_license | nazfisa/Employee-Work-Schedule-Module | https://github.com/nazfisa/Employee-Work-Schedule-Module | 97fa790aa446e50eae38dc4f00e0a8e8f2aa4c94 | 0fd9ff229efae4dd7d80862e5a2621b8960b71a1 | refs/heads/master | 2023-01-14T09:42:59.404000 | 2020-11-17T14:14:58 | 2020-11-17T14:14:58 | 313,359,021 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.assignment.assignment.repository;
import com.assignment.assignment.model.Employee;
import org.springframework.data.jpa.repository.JpaRepository;
public interface EmployeeRepository extends JpaRepository<Employee, Long> {
}
| UTF-8 | Java | 237 | java | EmployeeRepository.java | Java | [] | null | [] | package com.assignment.assignment.repository;
import com.assignment.assignment.model.Employee;
import org.springframework.data.jpa.repository.JpaRepository;
public interface EmployeeRepository extends JpaRepository<Employee, Long> {
}
| 237 | 0.848101 | 0.848101 | 7 | 32.857143 | 29.565561 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.571429 | false | false | 5 |
eca19e920bb4934f02359d58dc94bbb7e61d5c4b | 35,029,753,303,279 | 3baa00faa3654432785b81fd9dfb000f36d9bb01 | /src/com/zoostudio/ngon/ui/CreateSpot.java | 7ef638e4b6ee5346e45e3543f5881d118a2a1c6c | [] | no_license | bookmark/Ngon.do-Android-Client | https://github.com/bookmark/Ngon.do-Android-Client | 562cb5728bd025c85d00a96dd4a560e5b3336454 | 5adec66566d193a34018be1fab0fc3d31b1daf3d | refs/heads/master | 2020-05-27T21:48:17.333000 | 2011-12-17T05:00:44 | 2011-12-17T05:00:44 | 2,892,603 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zoostudio.ngon.ui;
import org.json.JSONException;
import org.json.JSONObject;
import android.content.Intent;
import android.location.Location;
import android.os.Bundle;
import android.view.View;
import android.view.View.OnClickListener;
import android.widget.Button;
import android.widget.EditText;
import... | UTF-8 | Java | 2,418 | java | CreateSpot.java | Java | [] | null | [] | package com.zoostudio.ngon.ui;
import org.json.JSONException;
import org.json.JSONObject;
import android.content.Intent;
import android.location.Location;
import android.os.Bundle;
import android.view.View;
import android.view.View.OnClickListener;
import android.widget.Button;
import android.widget.EditText;
import... | 2,418 | 0.712986 | 0.712986 | 85 | 27.44706 | 21.162401 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.752941 | false | false | 5 |
f2946df4e73fead532982c1f1e9df1119d8cb06f | 34,969,623,762,455 | 186d4d89423189085d341b53942e74373c9e6292 | /src/main/java/frontend/views/utilities/ChartStatusSaver.java | 79f11c2694ea7e9931c39f60d2ee47c7e4e4d29c | [] | no_license | Luke1024/tradingAppFrontEnd | https://github.com/Luke1024/tradingAppFrontEnd | 3d38a5e4cd4069853b7ec0dccc06ee48b614c52a | adfb11223fc6928b31a5cd3b05996f3b3547d7ba | refs/heads/master | 2022-11-05T19:06:48.796000 | 2020-06-22T10:17:14 | 2020-06-22T10:17:14 | 243,805,020 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package frontend.views.utilities;
import com.vaadin.flow.component.html.Image;
import frontend.chartDrawer.chartGenerator.chartParts.ViewTimeFrame;
import frontend.client.dto.PointTimeFrame;
public class ChartStatusSaver {
private String currencyPair;
private PointTimeFrame pointTimeFrame;
private ViewTim... | UTF-8 | Java | 2,366 | java | ChartStatusSaver.java | Java | [] | null | [] | package frontend.views.utilities;
import com.vaadin.flow.component.html.Image;
import frontend.chartDrawer.chartGenerator.chartParts.ViewTimeFrame;
import frontend.client.dto.PointTimeFrame;
public class ChartStatusSaver {
private String currencyPair;
private PointTimeFrame pointTimeFrame;
private ViewTim... | 2,366 | 0.650042 | 0.650042 | 84 | 27.166666 | 22.889919 | 108 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.464286 | false | false | 5 |
c53f2ec1699b306e362ef222e32c0e1222e2874f | 5,291,399,769,622 | 6d4845bc468ae464fc25a08594ed8e22a38bad75 | /SD_assignment1_Zavaczki/ZP_assi1/ZP_assi1-business/src/main/java/sd/commands/GetAllMatchesCommand.java | ec92d63221348773eef60fd4dfe4b9ab580dd037 | [
"MIT"
] | permissive | bloopeti/SD_assignments_Zavaczki | https://github.com/bloopeti/SD_assignments_Zavaczki | 737176d7a700e903d6b2e85456b1582b03241c89 | 34213ca82cbbc50b1dfb61764b3149c24dfe974e | refs/heads/master | 2021-05-26T05:45:38.576000 | 2020-07-28T13:30:08 | 2020-07-28T13:30:08 | 127,710,971 | 0 | 0 | null | false | 2020-07-28T13:30:08 | 2018-04-02T06:11:28 | 2020-07-28T13:29:33 | 2020-07-28T13:30:07 | 2,794 | 0 | 0 | 1 | Java | false | false | package sd.commands;
import java.util.ArrayList;
import java.util.List;
import javafx.collections.ObservableList;
import sd.daos.MatchDAO;
import sd.model.Match;
public class GetAllMatchesCommand {
private List<Integer> matchIds = new ArrayList<Integer>();
private List<Integer> matchLevels = new ArrayList<I... | UTF-8 | Java | 919 | java | GetAllMatchesCommand.java | Java | [] | null | [] | package sd.commands;
import java.util.ArrayList;
import java.util.List;
import javafx.collections.ObservableList;
import sd.daos.MatchDAO;
import sd.model.Match;
public class GetAllMatchesCommand {
private List<Integer> matchIds = new ArrayList<Integer>();
private List<Integer> matchLevels = new ArrayList<I... | 919 | 0.648531 | 0.648531 | 37 | 23.837837 | 19.316025 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.567568 | false | false | 5 |
f6c806ae9821a6cb1d25ab4fe0fdd5a7f07fb467 | 8,761,733,339,398 | 91d18e0571343f904cd0bbbabc8e1b9f64b987f3 | /HW5.Email/src/Mailbox.java | e2f8c06bc30d2212ff97eaff0959cc75dc3cdbfe | [] | no_license | PaulAduGyamfi/Data-Structures | https://github.com/PaulAduGyamfi/Data-Structures | 63bf8cff341f65843e1eae2ec552b24e35e23a73 | da282cf39104f3a1673d19088fc171c2b0e9fc3e | refs/heads/master | 2020-12-15T15:03:09.999000 | 2020-08-12T08:51:16 | 2020-08-12T08:51:16 | 235,149,051 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import jdk.nio.mapmode.ExtendedMapMode;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.GregorianCalendar;
import java.util.Scanner;
/**
* Paul Adu-Gyamfi
*
* paul.adu-gyamfi@stonybrook.edu
*
* CSE 214.R30
* Juan Tarquino
*
*
*
* This class represents a Mailbox which holds fo... | UTF-8 | Java | 24,075 | java | Mailbox.java | Java | [
{
"context": "egorianCalendar;\nimport java.util.Scanner;\n\n/**\n * Paul Adu-Gyamfi\n *\n * paul.adu-gyamfi@stonybrook.edu\n *\n * CSE 21",
"end": 189,
"score": 0.9998946785926819,
"start": 174,
"tag": "NAME",
"value": "Paul Adu-Gyamfi"
},
{
"context": "t java.util.Scanner;\n\n/**\n... | null | [] | import jdk.nio.mapmode.ExtendedMapMode;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.GregorianCalendar;
import java.util.Scanner;
/**
* <NAME>
*
* <EMAIL>
*
* CSE 214.R30
* <NAME>
*
*
*
* This class represents a Mailbox which holds folders of emails
*/
public class Mailb... | 24,036 | 0.41605 | 0.413333 | 458 | 51.237991 | 45.103062 | 303 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.60917 | false | false | 5 |
ec1f3be6fe1bd2df46efff3072bb28b638739c8f | 35,261,681,541,390 | 6970e7cde1551a06366477546e0aa38235b134e0 | /src/main/java/Page/DuplicatedCategory.java | ee626fa9b109cbbc02af9166c12602921a3aa3f1 | [] | no_license | mhzhasan/Winter2021 | https://github.com/mhzhasan/Winter2021 | aef3bc895caf42a2d86c4e99a554943bb3ea38c3 | e3a14fac19ca5f7b1d77a942ce917a12d0ac87a4 | refs/heads/master | 2022-12-27T23:13:00.321000 | 2020-07-01T15:21:58 | 2020-07-01T15:21:58 | 276,417,779 | 0 | 0 | null | false | 2020-10-13T23:14:08 | 2020-07-01T15:42:38 | 2020-07-01T16:14:21 | 2020-10-13T23:14:07 | 6,219 | 0 | 0 | 1 | HTML | false | false | package Page;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.support.FindBy;
import org.openqa.selenium.support.How;
public class DuplicatedCategory {
WebDriver driver;
public void UsertrytouseDuplicatevalue(WebDriver driver) {
this.driver = ... | UTF-8 | Java | 739 | java | DuplicatedCategory.java | Java | [
{
"context": "gorydata) {\n\n\t\t\tDUPLICATE_VALUE_LOCATOR.sendKeys(\"HASAN\");\n\n\t\t}\n\t\t\n\t\t\n\n\t\tpublic void ClickCategoryButton(",
"end": 636,
"score": 0.8932762145996094,
"start": 631,
"tag": "NAME",
"value": "HASAN"
}
] | null | [] | package Page;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.support.FindBy;
import org.openqa.selenium.support.How;
public class DuplicatedCategory {
WebDriver driver;
public void UsertrytouseDuplicatevalue(WebDriver driver) {
this.driver = ... | 739 | 0.713126 | 0.713126 | 37 | 18.918919 | 25.399914 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.405405 | false | false | 5 |
fc2f3022706ec1c5d99fb127fa055c549a4d0350 | 38,336,878,107,858 | e867ac0a74e88f0df07213fa5c074de53e38fa40 | /系列2-Spring源码分析/spring-framework-3.2.6.RELEASE/spring-test/src/main/java/org/springframework/test/annotation/ProfileValueSourceConfiguration.java | 4e240aa6ea77a07268cd3bbef02540639426f9ad | [
"Apache-2.0"
] | permissive | walesu/corresponding-auxiliary-data | https://github.com/walesu/corresponding-auxiliary-data | 0fb08ca33b1b8b58e11203af6c0e39c7e4a6ce79 | b0b7b6bb8e258181a17b8f1ab349492d5c3250e7 | refs/heads/main | 2022-08-30T00:56:43.652000 | 2022-08-15T09:42:13 | 2022-08-15T09:42:13 | 421,372,692 | 55 | 61 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright 2002-2012 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ap... | UTF-8 | Java | 1,693 | java | ProfileValueSourceConfiguration.java | Java | [
{
"context": ";IfProfileValue} annotation.\n * </p>\n *\n * @author Sam Brannen\n * @since 2.5\n * @see ProfileValueSource\n * @see ",
"end": 1212,
"score": 0.9996605515480042,
"start": 1201,
"tag": "NAME",
"value": "Sam Brannen"
}
] | null | [] | /*
* Copyright 2002-2012 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ap... | 1,688 | 0.751329 | 0.741288 | 56 | 29.232143 | 26.159533 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.410714 | false | false | 5 |
536c0eb32cc7c98bd703e5788b402c1ceaa99666 | 38,216,619,008,662 | eadabd18ef384d34d541b09af5065415527708db | /src/main/java/com/whiteclarke/autoparking/exceptions/BadSequenceException.java | 6f428e492a347fcd924463f9b2c896ce941ca41d | [] | no_license | vhblasco/autoparking | https://github.com/vhblasco/autoparking | dd5909de340175343b60f1ac638eb6339fac0351 | f9c679978fd8ff099d715709e3730f2488f4746e | refs/heads/master | 2021-08-28T09:43:53.641000 | 2017-12-11T22:08:13 | 2017-12-11T22:08:13 | 113,912,752 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.whiteclarke.autoparking.exceptions;
/**
* BadSequenceException.
* Exception to rise when the sequence is not the expected.
* Expected sequence:
* [LFR]+
*
* @author vhblasco
*/
public class BadSequenceException extends AutoParkingException{
private static final long serialVersionUID ... | UTF-8 | Java | 419 | java | BadSequenceException.java | Java | [
{
"context": "ted sequence:\n * [LFR]+\n * \n * @author vhblasco\n */\n\npublic class BadSequenceException extends Au",
"end": 205,
"score": 0.9993654489517212,
"start": 197,
"tag": "USERNAME",
"value": "vhblasco"
}
] | null | [] | package com.whiteclarke.autoparking.exceptions;
/**
* BadSequenceException.
* Exception to rise when the sequence is not the expected.
* Expected sequence:
* [LFR]+
*
* @author vhblasco
*/
public class BadSequenceException extends AutoParkingException{
private static final long serialVersionUID ... | 419 | 0.735084 | 0.689737 | 20 | 19.950001 | 22.74967 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 5 |
bfe6b1dee355bbdd925f1f996f592f592171e17d | 34,832,184,812,300 | b4931220360050e2a335ed7a99bc73e6a469a6f4 | /TargetingAlgorithm.java | 8713146ccd2c91c6685eabfa64918763c6e30b62 | [] | no_license | rohanp9000/APCS-BattleShip | https://github.com/rohanp9000/APCS-BattleShip | b382b161c7a9e951308a8d6ade575977258b1d5a | a520eb2a58d7ae31dd907d05b14493029c025d2e | refs/heads/master | 2020-03-17T21:55:50.073000 | 2018-06-04T12:29:55 | 2018-06-04T12:29:55 | 133,981,275 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
public class TargetingAlgorithm {
}
| UTF-8 | Java | 38 | java | TargetingAlgorithm.java | Java | [] | null | [] |
public class TargetingAlgorithm {
}
| 38 | 0.763158 | 0.763158 | 3 | 11.333333 | 15.326085 | 33 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0 | false | false | 5 |
dd6437d7aa404cba730824b62c9425e78e990d01 | 37,194,416,806,945 | a632b6cb5349aec41a2a3e44a7a4402621dc8ea4 | /src/main/java/io/github/sotomskir/stager/web/rest/DockerResource.java | 0c2fd688c808cc8b12839fe2a058d0b6e2012d9c | [] | no_license | sotomskir/stager | https://github.com/sotomskir/stager | 978d4893a496add6d70f9a89215cb157245c8de5 | 546f00cd15f1d502b015354678c9776ce8f3ffee | refs/heads/master | 2020-03-06T19:19:03.386000 | 2018-06-13T15:02:05 | 2018-06-13T15:02:05 | 127,024,955 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package io.github.sotomskir.stager.web.rest;
import com.codahale.metrics.annotation.Timed;
import com.spotify.docker.client.exceptions.DockerException;
import com.spotify.docker.client.messages.swarm.Service;
import io.github.sotomskir.stager.domain.DeployStackDTO;
import io.github.sotomskir.stager.domain.Stack;
impor... | UTF-8 | Java | 2,540 | java | DockerResource.java | Java | [
{
"context": "package io.github.sotomskir.stager.web.rest;\n\nimport com.codahale.metrics.ann",
"end": 27,
"score": 0.9892126321792603,
"start": 18,
"tag": "USERNAME",
"value": "sotomskir"
},
{
"context": "r.client.messages.swarm.Service;\nimport io.github.sotomskir.stager.domain.Dep... | null | [] | package io.github.sotomskir.stager.web.rest;
import com.codahale.metrics.annotation.Timed;
import com.spotify.docker.client.exceptions.DockerException;
import com.spotify.docker.client.messages.swarm.Service;
import io.github.sotomskir.stager.domain.DeployStackDTO;
import io.github.sotomskir.stager.domain.Stack;
impor... | 2,540 | 0.735827 | 0.732677 | 73 | 33.794521 | 32.308853 | 155 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.506849 | false | false | 5 |
b7058cc721fd28e271dd3530c715f837b056a9fa | 38,577,396,265,982 | 9dfb2a42bd1163c10463016125729af86155b732 | /app/src/main/java/com/buddy/tiki/ui/fragment/ModifyNickFragment.java | 7b5c64ce40b1af28f9715db31bc08566d9b0d62e | [] | no_license | chefer/TikiDec | https://github.com/chefer/TikiDec | 1315794882331b5d662e89edd6127a213c0b6d10 | 0669e3e3b0dba5e6291c401e7291b1c33068400c | refs/heads/master | 2020-03-25T03:45:44.137000 | 2017-06-14T05:03:57 | 2017-06-14T05:03:57 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.buddy.tiki.ui.fragment;
import android.os.Bundle;
import android.support.annotation.NonNull;
import android.support.v7.widget.AppCompatEditText;
import android.support.v7.widget.AppCompatTextView;
import android.support.v7.widget.Toolbar;
import android.text.TextUtils;
import butterknife.BindView;
import b... | UTF-8 | Java | 3,510 | java | ModifyNickFragment.java | Java | [] | null | [] | package com.buddy.tiki.ui.fragment;
import android.os.Bundle;
import android.support.annotation.NonNull;
import android.support.v7.widget.AppCompatEditText;
import android.support.v7.widget.AppCompatTextView;
import android.support.v7.widget.Toolbar;
import android.text.TextUtils;
import butterknife.BindView;
import b... | 3,510 | 0.714815 | 0.672934 | 93 | 36.741936 | 46.220814 | 339 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.55914 | false | false | 5 |
54cd9c90071ad0639c230149b6df032864c9562d | 37,761,352,491,500 | fbfe9223f5e5b487b237977361b73284966dfade | /src/harlequinmettle/finance/technicalanalysis/model/db/CurrentFundamentalsSQLiteDatabase.java | fc7245559190314d8b5246a84157703f11a973f0 | [] | no_license | AndrewsJava/tekan | https://github.com/AndrewsJava/tekan | f0c4cd23aa814a3338589b1f14eb40077cbc1454 | ed6f19a0b3a25e6c32f8d3756607c500b44a9f57 | refs/heads/master | 2021-01-06T20:42:00.398000 | 2014-07-09T17:21:47 | 2014-07-09T17:21:47 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package harlequinmettle.finance.technicalanalysis.model.db;
import harlequinmettle.utils.filetools.ChooseFilePrompterPathSaved;
import harlequinmettle.utils.filetools.sqlite.SQLiteTools;
import harlequinmettle.utils.guitools.FilterPanel;
import harlequinmettle.utils.numbertools.math.statistics.StatInfo;
import harlequ... | UTF-8 | Java | 7,820 | java | CurrentFundamentalsSQLiteDatabase.java | Java | [] | null | [] | package harlequinmettle.finance.technicalanalysis.model.db;
import harlequinmettle.utils.filetools.ChooseFilePrompterPathSaved;
import harlequinmettle.utils.filetools.sqlite.SQLiteTools;
import harlequinmettle.utils.guitools.FilterPanel;
import harlequinmettle.utils.numbertools.math.statistics.StatInfo;
import harlequ... | 7,820 | 0.674936 | 0.671355 | 240 | 31.583334 | 24.138172 | 139 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.15 | false | false | 5 |
d65d3dcb4edb03de87add0cd7af61164c2dc3adc | 23,381,801,972,379 | c17dcf1be72ed7e7f2a38ad7d4c987208db55ffe | /app/src/main/java/com/yyh/db/Question.java | c477d8cff5c61b080e760108daf361a6e9153a71 | [] | no_license | YH-yang/Androidproject | https://github.com/YH-yang/Androidproject | e41f1d30f5f80a565656ae83501464bc10bc8b93 | 83ad270f0a95602b25e45e1e847f1f30737b36da | refs/heads/master | 2020-06-20T05:24:58.910000 | 2019-08-07T03:15:16 | 2019-08-07T03:15:16 | 197,008,990 | 2 | 1 | null | false | 2019-07-17T15:32:35 | 2019-07-15T13:56:14 | 2019-07-16T03:14:19 | 2019-07-17T15:32:34 | 9,066 | 1 | 1 | 0 | Java | false | false | package com.yyh.db;
import org.litepal.annotation.Column;
import org.litepal.crud.LitePalSupport;
public class Question extends LitePalSupport {
@Column(unique = true, nullable = false)
private int Question_id; // 自增序号(主键) TODO: 自增
@Column(nullable = false)
private int Question_year; // 年份
... | UTF-8 | Java | 1,557 | java | Question.java | Java | [] | null | [] | package com.yyh.db;
import org.litepal.annotation.Column;
import org.litepal.crud.LitePalSupport;
public class Question extends LitePalSupport {
@Column(unique = true, nullable = false)
private int Question_id; // 自增序号(主键) TODO: 自增
@Column(nullable = false)
private int Question_year; // 年份
... | 1,557 | 0.624246 | 0.624246 | 58 | 23.741379 | 19.735807 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.327586 | false | false | 5 |
d4691331260b249920d2369b9a75157874ed1b31 | 23,381,801,972,351 | 91757a80e4bc417989ba5b3bd2e4875865c3e50c | /src/main/java/com/cliffc/aa/node/ProjNode.java | 8b2a5825a6301b91189987705d327c1ca29a4ea0 | [
"Apache-2.0"
] | permissive | afeinberg/aa | https://github.com/afeinberg/aa | a90bdc14465f182b6aec03a6120645e032a96438 | 9a486969cccecd9658262fad6880be3513ba4071 | refs/heads/master | 2023-09-04T14:03:47.414000 | 2021-11-19T17:27:50 | 2021-11-19T17:27:50 | 431,638,814 | 1 | 0 | Apache-2.0 | true | 2021-11-24T21:58:46 | 2021-11-24T21:58:46 | 2021-11-24T21:58:34 | 2021-11-23T18:26:43 | 11,442 | 0 | 0 | 0 | null | false | false | package com.cliffc.aa.node;
import com.cliffc.aa.Env;
import com.cliffc.aa.GVNGCM;
import com.cliffc.aa.type.*;
import com.cliffc.aa.tvar.TV2;
import static com.cliffc.aa.AA.*;
// Proj data
public class ProjNode extends Node {
public int _idx;
public ProjNode( Node head, int idx ) { this(OP_PROJ,head,idx); }
p... | UTF-8 | Java | 2,954 | java | ProjNode.java | Java | [] | null | [] | package com.cliffc.aa.node;
import com.cliffc.aa.Env;
import com.cliffc.aa.GVNGCM;
import com.cliffc.aa.type.*;
import com.cliffc.aa.tvar.TV2;
import static com.cliffc.aa.AA.*;
// Proj data
public class ProjNode extends Node {
public int _idx;
public ProjNode( Node head, int idx ) { this(OP_PROJ,head,idx); }
p... | 2,954 | 0.619838 | 0.61239 | 88 | 32.56818 | 25.058022 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.704545 | false | false | 5 |
f732f594dd7706d7406bd23951a24d5a54ecd58d | 20,753,282,035,643 | 28bd60f582fef9e83157a1b56671b2e41400ca37 | /JavaStudy/src/jdbc/Jdbc1.java | 2754521469cb3eab3ef298c3affce5966fa98c1d | [] | no_license | jenny2634/JavaStudy | https://github.com/jenny2634/JavaStudy | 4c8f4deb145b4cb1b79924ccb1ab88564f36a729 | 0af0f49c8678d8f52601251389537f9eef254fca | refs/heads/master | 2020-06-03T09:49:29.482000 | 2019-08-14T08:42:43 | 2019-08-14T08:42:43 | 191,526,774 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package jdbc;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.SQLException;
import com.mysql.jdbc.PreparedStatement;
public class Jdbc1 {
public static void main(String[] args) throws ClassNotFoundException, SQLException {
//1.드라이버 로딩
Class.forName("com.mysql.jdbc.Driver");... | UHC | Java | 1,002 | java | Jdbc1.java | Java | [
{
"context": "b접속\r\n\t\tString user =\"root\";\r\n\t\tString password =\"mysql\";\r\n\t\tString url =\"jdbc:mysql://localhost:3306/jav",
"end": 389,
"score": 0.9994738698005676,
"start": 384,
"tag": "PASSWORD",
"value": "mysql"
}
] | null | [] | package jdbc;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.SQLException;
import com.mysql.jdbc.PreparedStatement;
public class Jdbc1 {
public static void main(String[] args) throws ClassNotFoundException, SQLException {
//1.드라이버 로딩
Class.forName("com.mysql.jdbc.Driver");... | 1,007 | 0.658747 | 0.642549 | 38 | 22.368422 | 21.076828 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.078947 | false | false | 5 |
a596266f2bc4f45c61467712a1e8905b0b82762b | 28,973,849,448,237 | c6d93152ab18b0e282960b8ff224a52c88efb747 | /安慧软件资料/gitRepository/ITMS-3.0/Code/cy.its.sysCfg/cy.its.sysCfg.domain/src/main/java/cy/its/syscfg/domain/model/duty/UserResourceTree.java | 9dedb476667c3804c23b3449c2bb50b89a55dbaa | [] | no_license | BAT6188/company-database | https://github.com/BAT6188/company-database | adfe5d8b87b66cd51efd0355e131de164b69d3f9 | 40d0342345cadc51ca2555840e32339ca0c83f51 | refs/heads/master | 2023-05-23T22:18:22.702000 | 2018-12-25T00:58:15 | 2018-12-25T00:58:15 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* @Title: UserResource.java
* @Package cy.its.syscfg.domain.model.duty
* @Description: TODO(这里要填写用途)
* @author zuop zuop@cychina.cn
* @date 2015年11月18日 下午2:51:00
* @version V1.0
* @Revision : $Rev$
* @Id: $Id$
*
* Company: 安徽超远信息技术有限公司
* Copyright: Copyright (c) 2015
*/
package cy.its.syscfg.domain.mo... | GB18030 | Java | 2,872 | java | UserResourceTree.java | Java | [
{
"context": "del.duty\n * @Description: TODO(这里要填写用途)\n * @author zuop zuop@cychina.cn\n * @date 2015年11月18日 下午2:51:00\n *",
"end": 123,
"score": 0.9975404739379883,
"start": 119,
"tag": "USERNAME",
"value": "zuop"
},
{
"context": "uty\n * @Description: TODO(这里要填写用途)\n * @author zuo... | null | [] | /**
* @Title: UserResource.java
* @Package cy.its.syscfg.domain.model.duty
* @Description: TODO(这里要填写用途)
* @author zuop <EMAIL>
* @date 2015年11月18日 下午2:51:00
* @version V1.0
* @Revision : $Rev$
* @Id: $Id$
*
* Company: 安徽超远信息技术有限公司
* Copyright: Copyright (c) 2015
*/
package cy.its.syscfg.domain.model.duty... | 2,856 | 0.674265 | 0.6625 | 167 | 15.287425 | 16.687368 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.958084 | false | false | 5 |
d75464fa308f31f27446ae9a594526270e88de5f | 24,730,421,755,880 | 84703dd0eed279e82155ac0d390304b9b1c85f58 | / dicom3drender/dicom3DRender/src/edu/co/unal/bioing/jnukak3d/VolumeRendering/transferFunction/Circlet.java | e3a1f17a965ff57b7e43ec97f2457c4bd8e093c1 | [] | no_license | IMAGE-ET/dicom3drender | https://github.com/IMAGE-ET/dicom3drender | a2b82b340c45cffade94fe41ab82d8b86c35af43 | d73c6a4d2b4fb7829ab934bc75c46330f3114eb4 | refs/heads/master | 2020-03-11T19:05:11.623000 | 2011-03-25T07:16:23 | 2011-03-25T07:16:23 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package edu.co.unal.bioing.jnukak3d.VolumeRendering.transferFunction;
import java.awt.Color;
/**
*
* @author jleon
*/
public class Circlet {
private int xCoordinate;
private int yCoordinate;
private boo... | UTF-8 | Java | 1,583 | java | Circlet.java | Java | [
{
"context": "nction;\n\nimport java.awt.Color;\n\n/**\n *\n * @author jleon\n */\npublic class Circlet {\n private int xCoord",
"end": 219,
"score": 0.999663233757019,
"start": 214,
"tag": "USERNAME",
"value": "jleon"
}
] | null | [] | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package edu.co.unal.bioing.jnukak3d.VolumeRendering.transferFunction;
import java.awt.Color;
/**
*
* @author jleon
*/
public class Circlet {
private int xCoordinate;
private int yCoordinate;
private boo... | 1,583 | 0.598231 | 0.5976 | 81 | 18.543209 | 17.238379 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.246914 | false | false | 5 |
c4b27d380e8e7db92b60f90ffcc1d44c1b57c869 | 20,401,094,721,332 | 782b3584cd757d69b5389a012a73cae913739507 | /src/main/java/com/lana/cc/backend/service/impl/AccountServiceImpl.java | 0a39d225d263c993e9d4df1dd5ce71c8071770f6 | [] | no_license | LANNA121/lana_cc_backend | https://github.com/LANNA121/lana_cc_backend | 1aa8576727e89b475fc6cb2faec03507d2cd2224 | 38cd863c730a9f39d8051f247dba0f6f6949e583 | refs/heads/master | 2021-01-07T23:21:59.044000 | 2020-03-30T15:12:53 | 2020-03-30T15:12:53 | 241,843,537 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.lana.cc.backend.service.impl;
import com.lana.cc.backend.dao.AccountDao;
import com.lana.cc.backend.dao.AddressDao;
import com.lana.cc.backend.pojo.enums.RoleEnum;
import com.lana.cc.backend.pojo.po.AccountAddressPO;
import com.lana.cc.backend.pojo.po.AccountPO;
import com.lana.cc.backend.pojo.vo.common.Re... | UTF-8 | Java | 10,221 | java | AccountServiceImpl.java | Java | [
{
"context": ".util.List;\nimport java.util.UUID;\n\n/**\n * @author LANA\n * @version 1.0\n * @date 2020/2/21 11:53\n */\n@Ser",
"end": 1192,
"score": 0.9989007711410522,
"start": 1188,
"tag": "USERNAME",
"value": "LANA"
},
{
"context": "ofileRsp);\n userProfileRsp.setPas... | null | [] | package com.lana.cc.backend.service.impl;
import com.lana.cc.backend.dao.AccountDao;
import com.lana.cc.backend.dao.AddressDao;
import com.lana.cc.backend.pojo.enums.RoleEnum;
import com.lana.cc.backend.pojo.po.AccountAddressPO;
import com.lana.cc.backend.pojo.po.AccountPO;
import com.lana.cc.backend.pojo.vo.common.Re... | 10,227 | 0.698973 | 0.697278 | 224 | 43.77232 | 33.251839 | 124 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.665179 | false | false | 5 |
93d0770dbeab42c37e22231dd489290a5e040b2c | 29,480,655,589,464 | bb48d70bbde02e38e68270a6992ad0ef0fc07cb1 | /src/main/java/edu/miu/lelafoods/mail/domain/Address.java | c1962c17586d12558dccd4d17f80263571533261 | [] | no_license | BMCube/lelafoods-mail | https://github.com/BMCube/lelafoods-mail | 39b1ecd499055e75f3f14571e88d0f5b6f155c52 | b8f3e7abd5334041733b0b2faefa76f90cdebd09 | refs/heads/develop | 2022-12-05T22:02:49.954000 | 2020-08-14T19:32:39 | 2020-08-14T19:32:39 | 286,848,272 | 0 | 0 | null | false | 2020-08-14T20:20:55 | 2020-08-11T21:08:35 | 2020-08-14T19:32:42 | 2020-08-14T20:20:54 | 83 | 0 | 0 | 0 | Java | false | false | package edu.miu.lelafoods.mail.domain;
public class Address {
}
| UTF-8 | Java | 65 | java | Address.java | Java | [] | null | [] | package edu.miu.lelafoods.mail.domain;
public class Address {
}
| 65 | 0.769231 | 0.769231 | 4 | 15.25 | 15.801503 | 38 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 5 |
a4a2f67f258b811a6ac84870c85219fcdb53b2b2 | 22,849,226,029,983 | da9a01602653a37660bd408c62a9d51b6b1dc522 | /easy-sso-examples/easy-sso-springmvc-examples/src/main/java/cn/chenzw/sso/easy/springmvc/examples/template/DefaultSSOTemplate.java | 9d0636b812dde4967f552c72c03de0e084d7e3a9 | [
"Apache-2.0"
] | permissive | otary/easy-sso | https://github.com/otary/easy-sso | 91e87f2b5a2bd98abd4b02c473890a235a1e57f8 | 1a5d685f06cd31023aaf2da237e07f96bb9c122e | refs/heads/master | 2023-03-10T17:11:16.180000 | 2019-12-07T10:29:54 | 2019-12-07T10:29:54 | 201,161,301 | 5 | 3 | Apache-2.0 | false | 2021-04-30T20:31:08 | 2019-08-08T02:20:07 | 2020-08-24T01:20:53 | 2021-04-30T20:31:07 | 80 | 4 | 4 | 4 | Java | false | false | package cn.chenzw.sso.easy.springmvc.examples.template;
import cn.chenzw.sso.easy.server.entity.SSODefinition;
import cn.chenzw.sso.easy.server.ext.SSO;
import cn.chenzw.sso.easy.server.support.AbstractSSOTemplate;
import org.springframework.stereotype.Component;
@Component
@SSO(source = "*")
public class DefaultSSOT... | UTF-8 | Java | 605 | java | DefaultSSOTemplate.java | Java | [] | null | [] | package cn.chenzw.sso.easy.springmvc.examples.template;
import cn.chenzw.sso.easy.server.entity.SSODefinition;
import cn.chenzw.sso.easy.server.ext.SSO;
import cn.chenzw.sso.easy.server.support.AbstractSSOTemplate;
import org.springframework.stereotype.Component;
@Component
@SSO(source = "*")
public class DefaultSSOT... | 605 | 0.734558 | 0.734558 | 20 | 28.950001 | 24.469318 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.35 | false | false | 5 |
2f9fc151111f46c98221bbed3369269dadbc8056 | 24,584,392,816,147 | 6b3140e824a528c7700c041240982df29c77d992 | /OOP/Classroom/Exams/exercice6/ConditionTaille.java | f3edcb2020a649b492b817a14e27eaeb6c8d6bd3 | [] | no_license | bel7aG/Learn-Java | https://github.com/bel7aG/Learn-Java | 1b0632d1eafcc45bae322a85e0a60463521765d4 | d7476169185fa8016983420fe44fffb86e22e798 | refs/heads/master | 2020-04-02T14:07:35.359000 | 2018-12-30T15:44:49 | 2018-12-30T15:44:49 | 154,511,572 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public class ConditionTaille implements ConditionAcces {
private double tailleMin;
public ConditionTaille(double tailleMin) {
this.tailleMin = tailleMin;
}
@Override
public boolean autoriserAcces(Personne personne) {
return personne.getTaille() > this.tailleMin;
}
@Override
public String getD... | UTF-8 | Java | 408 | java | ConditionTaille.java | Java | [] | null | [] | public class ConditionTaille implements ConditionAcces {
private double tailleMin;
public ConditionTaille(double tailleMin) {
this.tailleMin = tailleMin;
}
@Override
public boolean autoriserAcces(Personne personne) {
return personne.getTaille() > this.tailleMin;
}
@Override
public String getD... | 408 | 0.718137 | 0.718137 | 18 | 21.666666 | 22.444994 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.222222 | false | false | 5 |
28f1fe5853944eda2b302bb9142fb43194f65aaa | 11,364,483,513,924 | 5655e9edb492e9760eebff238708fa6dca362bc6 | /app/src/main/java/com/ticket/sminger/myticket/netBeanLoader/HttpRequestImpl.java | a00f7dc182256bf62fa0076c0cf6c8cc91318f0d | [] | no_license | sminger1202/MyTicket | https://github.com/sminger1202/MyTicket | bd1844cdc630582151e504dd164b2aabf93ec94f | d2ec50c37bae9e5c66c047ecbf73c64a454ff19d | refs/heads/master | 2020-07-25T18:51:16.400000 | 2015-08-06T13:09:09 | 2015-08-06T13:09:09 | 39,375,254 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ticket.sminger.myticket.netBeanLoader;
import android.content.Context;
import android.text.TextUtils;
import android.util.Log;
import com.ticket.sminger.myticket.TicketApplication;
import org.apache.http.HttpEntity;
import org.apache.http.HttpResponse;
import org.apache.http.HttpStatus;
import org.apache.... | UTF-8 | Java | 10,807 | java | HttpRequestImpl.java | Java | [
{
"context": "til.zip.GZIPInputStream;\n\n\n/**\n * 网络请求 \n * @author gengchenghai\n * {@link com.tudou.pgc.netBeanLoader.baseNetBean",
"end": 1707,
"score": 0.9808852076530457,
"start": 1695,
"tag": "USERNAME",
"value": "gengchenghai"
}
] | null | [] | package com.ticket.sminger.myticket.netBeanLoader;
import android.content.Context;
import android.text.TextUtils;
import android.util.Log;
import com.ticket.sminger.myticket.TicketApplication;
import org.apache.http.HttpEntity;
import org.apache.http.HttpResponse;
import org.apache.http.HttpStatus;
import org.apache.... | 10,807 | 0.706732 | 0.700689 | 335 | 30.614925 | 26.84668 | 177 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.232836 | false | false | 4 |
0c117403e2af4abe851740a067a5db0d8919eabf | 12,584,254,230,538 | 6dc2082512d6e68c0201caf6ec1bb46eb2291712 | /app/src/main/java/com/example/seektradeapp/PostPreview.java | 1d6ffc79d75ab2f260e51f089aff66094575560d | [] | no_license | fabioturazzidouglas/SeekAndTrade_Group6 | https://github.com/fabioturazzidouglas/SeekAndTrade_Group6 | 3464b3e56cb842a2fec12646869a253890ec1afd | efd8ab26f40fb8535302cf56915c8409b002010b | refs/heads/master | 2023-01-18T21:59:31.260000 | 2020-11-27T06:34:03 | 2020-11-27T06:34:03 | 308,752,816 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.seektradeapp;
import androidx.annotation.NonNull;
import androidx.appcompat.app.AppCompatActivity;
import android.app.Activity;
import android.content.Intent;
import android.net.Uri;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import android.widget.Button;
import a... | UTF-8 | Java | 6,452 | java | PostPreview.java | Java | [
{
"context": " post\n //User user = new User(\"Fabio\", \"10/10/2020\", \"fabio@email\", \"123\");\n ",
"end": 5327,
"score": 0.9973167777061462,
"start": 5322,
"tag": "NAME",
"value": "Fabio"
},
{
"context": " //User user = new User(\"Fabio\", \"10/10/2... | null | [] | package com.example.seektradeapp;
import androidx.annotation.NonNull;
import androidx.appcompat.app.AppCompatActivity;
import android.app.Activity;
import android.content.Intent;
import android.net.Uri;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import android.widget.Button;
import a... | 6,448 | 0.625852 | 0.623993 | 158 | 39.841774 | 28.622051 | 166 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.85443 | false | false | 4 |
62f21b2529fb42e779499658dc7f65c28b8939c3 | 11,166,914,997,889 | 6baf1fe00541560788e78de5244ae17a7a2b375a | /hollywood/com.oculus.vrshell.home-VrHome/sources/com/oculus/vrshell/home/DebugIntentReceiver.java | 03963ac1b9da94a3a0bde3111a49b68ee37d1fb0 | [] | no_license | phwd/quest-tracker | https://github.com/phwd/quest-tracker | 286e605644fc05f00f4904e51f73d77444a78003 | 3d46fbb467ba11bee5827f7cae7dfeabeb1fd2ba | refs/heads/main | 2023-03-29T20:33:10.959000 | 2021-04-10T22:14:11 | 2021-04-10T22:14:11 | 357,185,040 | 4 | 2 | null | true | 2021-04-12T12:28:09 | 2021-04-12T12:28:08 | 2021-04-10T22:15:44 | 2021-04-10T22:15:39 | 116,441 | 0 | 0 | 0 | null | false | false | package com.oculus.vrshell.home;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.content.IntentFilter;
import android.util.Log;
import com.oculus.modules.CompanionServerModuleImpl;
import com.oculus.panellib.ShellIPC;
public class DebugIntentRece... | UTF-8 | Java | 2,753 | java | DebugIntentReceiver.java | Java | [
{
"context": " private static final String CS_CS_ACTION_KEY = \"cs_action\";\n private static final String CS_OPERATION_KE",
"end": 603,
"score": 0.8349024653434753,
"start": 594,
"tag": "KEY",
"value": "cs_action"
},
{
"context": " private static final String IPC_INTENT_KEY =... | null | [] | package com.oculus.vrshell.home;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.content.IntentFilter;
import android.util.Log;
import com.oculus.modules.CompanionServerModuleImpl;
import com.oculus.panellib.ShellIPC;
public class DebugIntentRece... | 2,753 | 0.63567 | 0.63567 | 63 | 42.698414 | 25.363789 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.793651 | false | false | 4 |
ad290d2d2eeca40912fed1a0ebb7aec590973718 | 31,671,088,901,117 | 4159bdd0942306405deca7aae1e999eed4bbe65c | /app/src/main/java/com/android/spotifyapp/data/network/dataSources/dataFactories/RecentlyPlayedDataSourceFactory.java | b3d7d03df294e4850cbecd4d96d3507f575104bf | [] | no_license | Is0git/SpotifyAPP | https://github.com/Is0git/SpotifyAPP | 2efc5c86e4ae4d74b858fc181c2c406f6a9dbced | 4889c0d52aa6ca5c5d08faed2b2a0783d96b92ad | refs/heads/master | 2020-07-23T08:43:29.640000 | 2019-12-07T18:41:09 | 2019-12-07T18:41:09 | 207,503,060 | 4 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.android.spotifyapp.data.network.dataSources.dataFactories;
import androidx.annotation.NonNull;
import androidx.lifecycle.MutableLiveData;
import androidx.paging.DataSource;
import com.android.spotifyapp.data.network.dataSources.RecentlyPlayedDataSource;
import com.android.spotifyapp.data.network.services.... | UTF-8 | Java | 1,178 | java | RecentlyPlayedDataSourceFactory.java | Java | [] | null | [] | package com.android.spotifyapp.data.network.dataSources.dataFactories;
import androidx.annotation.NonNull;
import androidx.lifecycle.MutableLiveData;
import androidx.paging.DataSource;
import com.android.spotifyapp.data.network.dataSources.RecentlyPlayedDataSource;
import com.android.spotifyapp.data.network.services.... | 1,178 | 0.803905 | 0.803905 | 29 | 39.620689 | 35.230682 | 147 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.689655 | false | false | 4 |
39d6899bded657f8ad5495e99bc1d92175411d67 | 21,139,829,087,591 | b29e7a905d9a143c4b2797d9790224c55ba91339 | /src/main/java/com/rest_server/controller/DeveloperRestController.java | 9dd779801babad37d0b4ae2c64f7fabeddbb8f66 | [] | no_license | apache888/spring-app-server-rest | https://github.com/apache888/spring-app-server-rest | e08d9e1f7960ac79be6d95802468d8a1e0c72ea6 | 8bcf6492da97777990cb751d350209b9f6767a61 | refs/heads/master | 2021-06-25T14:02:33.598000 | 2017-09-13T08:59:51 | 2017-09-13T08:59:51 | 95,198,085 | 0 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.rest_server.controller;
import com.rest_server.model.Developer;
import com.rest_server.service.DeveloperService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpHeaders;
import org.springframework.http.HttpStatus;
import org.springframework.http.MediaType;... | UTF-8 | Java | 4,591 | java | DeveloperRestController.java | Java | [
{
"context": "ction;\n\n/**\n * Created on 22.06.2017\n *\n * @author Roman Hayda\n */\n//@CrossOrigin(origins = {\"http://localhost:4",
"end": 868,
"score": 0.9997453689575195,
"start": 857,
"tag": "NAME",
"value": "Roman Hayda"
}
] | null | [] | package com.rest_server.controller;
import com.rest_server.model.Developer;
import com.rest_server.service.DeveloperService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpHeaders;
import org.springframework.http.HttpStatus;
import org.springframework.http.MediaType;... | 4,586 | 0.689828 | 0.685254 | 103 | 43.572815 | 28.811609 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.728155 | false | false | 4 |
de38004b4be372fb2c818bd95084a3e2a9b0f72d | 21,139,829,090,695 | 84615257cf07d0299fdd6a1e60851a3bb535ee80 | /src/main/java/client/InsertData.java | 25ab79d6464493e453013cd31cb56d6e5d0420e4 | [] | no_license | raymondyap-athemaster/HBase-Java-API | https://github.com/raymondyap-athemaster/HBase-Java-API | 10b589f9714a6136391bb35fe95b28c9cc7b89a5 | 6d82ceef489a0c47ca677d5dc4ba159f320a1b47 | refs/heads/master | 2020-12-06T13:25:39.320000 | 2020-01-09T08:25:02 | 2020-01-09T08:25:02 | 232,473,946 | 0 | 0 | null | false | 2020-01-08T09:51:48 | 2020-01-08T03:59:28 | 2020-01-08T09:51:15 | 2020-01-08T09:51:46 | 47 | 0 | 0 | 1 | Java | false | false | package client;
import org.apache.hadoop.conf.Configuration;
import org.apache.hadoop.hbase.HBaseConfiguration;
import org.apache.hadoop.hbase.client.Connection;
import org.apache.hadoop.hbase.*;
import org.apache.hadoop.hbase.client.*;
import org.apache.hadoop.hbase.util.Bytes;
import java.io.IOException;
public cl... | UTF-8 | Java | 1,793 | java | InsertData.java | Java | [
{
"context": " configuration.set(\"hbase.zookeeper.quorum\",\"34.80.213.98\");\n configuration.set(\"hbase.zookeeper.pro",
"end": 656,
"score": 0.9996855854988098,
"start": 644,
"tag": "IP_ADDRESS",
"value": "34.80.213.98"
},
{
"context": "181\");\n configuration.s... | null | [] | package client;
import org.apache.hadoop.conf.Configuration;
import org.apache.hadoop.hbase.HBaseConfiguration;
import org.apache.hadoop.hbase.client.Connection;
import org.apache.hadoop.hbase.*;
import org.apache.hadoop.hbase.client.*;
import org.apache.hadoop.hbase.util.Bytes;
import java.io.IOException;
public cl... | 1,797 | 0.685008 | 0.665918 | 53 | 32.603775 | 31.325039 | 113 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.735849 | false | false | 4 |
9d091feac0e309d028213ec4bb0ea4dd47bec5c9 | 23,089,744,242,622 | da53336784aadc57d58846aecb56b4e06d70b8f2 | /PresentationLayer/src/Negocio/Project/Presentation/Producto/ProductoEditDialogController.java | 4d457880a2df29631c86335fa0b5ce9be8d4de7b | [] | no_license | davidtarija/Veterinaria.Projects | https://github.com/davidtarija/Veterinaria.Projects | 255c8702cce00acee69ef11a72aa3618b44becd7 | c1265aaf9f52040497e5e47df9bdaf959bed8e7d | refs/heads/master | 2016-05-08T20:50:23.320000 | 2016-04-07T05:10:34 | 2016-04-07T05:10:34 | 55,467,577 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Negocio.Project.Presentation.Producto;
import javafx.application.Application;
import javafx.beans.value.ChangeListener;
import javafx.beans.value.ObservableValue;
import javafx.collections.FXCollections;
import javafx.collections.ObservableList;
import javafx.event.Event;
import javafx.fxml.FXML;
impo... | ISO-8859-2 | Java | 7,947 | java | ProductoEditDialogController.java | Java | [
{
"context": "alog to edit details of a person.\r\n * \r\n * @author Marco Jakob\r\n */\r\npublic class ProductoEditDialogController \r",
"end": 967,
"score": 0.9998416900634766,
"start": 956,
"tag": "NAME",
"value": "Marco Jakob"
}
] | null | [] | package Negocio.Project.Presentation.Producto;
import javafx.application.Application;
import javafx.beans.value.ChangeListener;
import javafx.beans.value.ObservableValue;
import javafx.collections.FXCollections;
import javafx.collections.ObservableList;
import javafx.event.Event;
import javafx.fxml.FXML;
impo... | 7,942 | 0.608356 | 0.606217 | 265 | 27.992453 | 23.984428 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.426415 | false | false | 4 |
c2fd947c0f3c6c062e4789420486fa7c54619993 | 25,357,486,922,311 | d313d2557ad2798730e5c7d55e500a21f648844c | /app/src/main/java/com/android/xuanhong/tryonglasses/ForgotID.java | bd5856b9369c73d3b8e74f39840e98b0a7881d7a | [] | no_license | lexuanhong272/TryOn | https://github.com/lexuanhong272/TryOn | 29df9a30c15045f2a85b779324c6609f71d2e608 | 04f08a3df9959573cb459884a7ff353102af7978 | refs/heads/master | 2021-01-21T09:39:27.579000 | 2017-06-12T15:53:13 | 2017-06-12T15:53:13 | 91,664,147 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.android.xuanhong.tryonglasses;
import android.app.Activity;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.Toast;
import com.android.xuan... | UTF-8 | Java | 1,654 | java | ForgotID.java | Java | [] | null | [] | package com.android.xuanhong.tryonglasses;
import android.app.Activity;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.Toast;
import com.android.xuan... | 1,654 | 0.668077 | 0.667473 | 54 | 29.629629 | 29.463284 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.537037 | false | false | 4 |
e4ca622db71f6e1a9f7a0ea3ee60d76f4783e6e4 | 31,516,470,021,334 | a94b49f500cfae7f87af82cdaed17b10a87dbbfe | /src/main/java/com/sraapi/temptureupdates/dao/LoginLinkRepository.java | 719b96e2e538cc18feaed686fb5e2b665628cd7b | [] | no_license | biganalyticsw/sra-api01 | https://github.com/biganalyticsw/sra-api01 | a3f51f56e929472f6d9be77d68927b45dc30ae01 | c92ad8e6058bb459eba444b798a29dbc771f12b8 | refs/heads/master | 2021-01-23T15:18:17.334000 | 2017-09-14T11:06:48 | 2017-09-14T11:06:48 | 102,706,251 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.sraapi.temptureupdates.dao;
import org.springframework.data.jpa.repository.JpaRepository;
import com.sraapi.temptureupdates.model.LoginLink;;
public interface LoginLinkRepository extends JpaRepository<LoginLink, Long> {
}
| UTF-8 | Java | 241 | java | LoginLinkRepository.java | Java | [] | null | [] | package com.sraapi.temptureupdates.dao;
import org.springframework.data.jpa.repository.JpaRepository;
import com.sraapi.temptureupdates.model.LoginLink;;
public interface LoginLinkRepository extends JpaRepository<LoginLink, Long> {
}
| 241 | 0.825726 | 0.825726 | 11 | 20.90909 | 28.548059 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.545455 | false | false | 4 |
2cf555445318911d6084fd05a164507e3b5d20ee | 21,492,016,386,133 | 3b5a6eefb444a4495629290c554a1bd7482eada2 | /REST_server/src/main/java/com/example/tictactoe/model/response/RegistrationResponse.java | c7743e8cc2ca3d4a0c954887cc6eda53fc72be58 | [] | no_license | jjosenaldo/distributed-tic-tac-toe | https://github.com/jjosenaldo/distributed-tic-tac-toe | c9c544ce49c5908b1ba3ae524335e3e666a9f86f | f03a48bb0a91131e65e371c5c8eef27e4005055b | refs/heads/master | 2021-03-27T22:52:15.573000 | 2020-11-10T16:17:38 | 2020-11-10T16:17:38 | 247,815,011 | 0 | 0 | null | false | 2020-11-10T16:02:53 | 2020-03-16T20:56:46 | 2020-09-23T13:14:03 | 2020-11-10T16:02:52 | 336 | 0 | 0 | 0 | Java | false | false | package com.example.tictactoe.model.response;
import org.springframework.http.HttpStatus;
public class RegistrationResponse extends Response {
public static class Content {
private String token;
public Content(String token) {
this.token = token;
}
public String getToken() {
return token;
}
publi... | UTF-8 | Java | 1,311 | java | RegistrationResponse.java | Java | [] | null | [] | package com.example.tictactoe.model.response;
import org.springframework.http.HttpStatus;
public class RegistrationResponse extends Response {
public static class Content {
private String token;
public Content(String token) {
this.token = token;
}
public String getToken() {
return token;
}
publi... | 1,311 | 0.743295 | 0.743295 | 53 | 23.622641 | 26.906004 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.830189 | false | false | 4 |
2d3867485307e19ce8f7707bddc2f78a038f2f72 | 14,602,888,855,149 | 75458a6964bcc05509f6f9d481294e93ca61e413 | /1720_W18_Code/CM18/CM18_DatePicker02.java | 8143af60e614d83dd20d14efac0991d8d6ddd38f | [] | no_license | mbaljko/EECS1720-W18 | https://github.com/mbaljko/EECS1720-W18 | ad3b3b62aad0c3b056802979222fc82e2ba42e6a | 88db9a62a9a07946505e0d356c0d51ef9432d582 | refs/heads/master | 2021-04-30T09:24:26.260000 | 2018-08-02T08:04:12 | 2018-08-02T08:04:12 | 121,634,912 | 0 | 4 | null | null | null | null | null | null | null | null | null | null | null | null | null | package CM18;
import javafx.application.Application;
import javafx.event.ActionEvent;
import javafx.event.EventHandler;
import javafx.geometry.Pos;
import javafx.scene.Scene;
import javafx.scene.control.DatePicker;
import javafx.scene.control.Label;
import javafx.scene.layout.GridPane;
import javafx.stage.Stage;
publ... | UTF-8 | Java | 1,050 | java | CM18_DatePicker02.java | Java | [] | null | [] | package CM18;
import javafx.application.Application;
import javafx.event.ActionEvent;
import javafx.event.EventHandler;
import javafx.geometry.Pos;
import javafx.scene.Scene;
import javafx.scene.control.DatePicker;
import javafx.scene.control.Label;
import javafx.scene.layout.GridPane;
import javafx.stage.Stage;
publ... | 1,050 | 0.757143 | 0.738095 | 42 | 24 | 17.816525 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.642857 | false | false | 4 |
176838c6116cda7635549fba2a37116649ca2f70 | 7,301,444,448,936 | 206b30c87c53f8e8d2cd2fbd8d361d87449b9e60 | /src/main/java/sample/report/CSVStrategy.java | 1d74454c3d47ef729d5df8c1f4d6cf6197d270db | [] | no_license | gogaandreiioan/andrei_goga_PS_30244_final | https://github.com/gogaandreiioan/andrei_goga_PS_30244_final | 3806b43c6ddd82d80e7d29167765edbd27a89664 | b2ed2923638646e6ef859b9cb012485bb29d97f8 | refs/heads/master | 2022-07-31T19:25:43.572000 | 2020-05-25T15:39:13 | 2020-05-25T15:39:13 | 266,816,166 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package sample.report;
import sample.dto.PatientDto;
import java.io.*;
import java.util.List;
public class CSVStrategy implements ReportStrategy {
private static int index = 0;
@Override
public void createReport(List<PatientDto> patients) throws IOException {
File file = new File("my_doc_" + in... | UTF-8 | Java | 948 | java | CSVStrategy.java | Java | [] | null | [] | package sample.report;
import sample.dto.PatientDto;
import java.io.*;
import java.util.List;
public class CSVStrategy implements ReportStrategy {
private static int index = 0;
@Override
public void createReport(List<PatientDto> patients) throws IOException {
File file = new File("my_doc_" + in... | 948 | 0.540084 | 0.53903 | 34 | 26.911764 | 21.891937 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.441176 | false | false | 4 |
a52100b6dadede705522bd894cc4fce3443e824f | 30,339,648,987,379 | 6592544985ad34ced06674fd91d341f77e168afb | /sources/fontes/docker-all/docker-model/src/main/java/org/dockerfrontend/model/Menu.java | 5b253f01eb6958f1b12fd4a6afb9a1b6bf37ae63 | [
"Apache-2.0"
] | permissive | ricardotjr/dockerfrontend | https://github.com/ricardotjr/dockerfrontend | 3b6208eeafa878cb29726e752a052fd481ba3442 | 2cedb0fd2a3ce8dae3d0cb5283c1e42aebd824e4 | refs/heads/master | 2016-08-16T08:11:16.290000 | 2015-07-18T00:33:47 | 2015-07-18T00:33:47 | 39,198,828 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.dockerfrontend.model;
import java.util.ArrayList;
import java.util.List;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.FetchType;
import javax.persistence.Id;
import javax.persistence.JoinColumn;
import javax.persistence.ManyToOne;
import javax.persistence.OneT... | UTF-8 | Java | 2,804 | java | Menu.java | Java | [] | null | [] | package org.dockerfrontend.model;
import java.util.ArrayList;
import java.util.List;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.FetchType;
import javax.persistence.Id;
import javax.persistence.JoinColumn;
import javax.persistence.ManyToOne;
import javax.persistence.OneT... | 2,804 | 0.695435 | 0.693652 | 147 | 18.074829 | 15.540199 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.360544 | false | false | 4 |
28e21a059a632206a69c57d9b06ff84c07b67148 | 30,339,648,985,004 | 3d43bfd4c99a095f115c5384bfb56644c92eb3a5 | /JavaCoding/src/StringManipulations/StringToCharsArrayOverloading.java | 5d509082a248f843da52616c4788f2eee1ee0364 | [] | no_license | psatrawada/JavaCoding | https://github.com/psatrawada/JavaCoding | 372be94c6e19abe703c8040cf57db5ef1e6829eb | 447dd0d60f1d6ba586f6c8d53823546539037ec5 | refs/heads/master | 2023-04-09T20:27:39.899000 | 2021-04-14T01:11:10 | 2021-04-14T01:11:10 | 333,489,868 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package StringManipulations;
public class StringToCharsArrayOverloading {
public static void main(String[] args) {
String s = "Hello world Java";
int n = s.length();
printCharArray(s,n);
printCharArray(s);
}
public static void printCharArray(String s,int n) {
//creating char array of string length
ch... | UTF-8 | Java | 608 | java | StringToCharsArrayOverloading.java | Java | [] | null | [] | package StringManipulations;
public class StringToCharsArrayOverloading {
public static void main(String[] args) {
String s = "Hello world Java";
int n = s.length();
printCharArray(s,n);
printCharArray(s);
}
public static void printCharArray(String s,int n) {
//creating char array of string length
ch... | 608 | 0.633224 | 0.629934 | 28 | 20.714285 | 15.907898 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.25 | false | false | 4 |
86198566f73b6d073828d9733f7c772b0d1d2b81 | 18,184,891,573,218 | b7ef25b66fe8c66e26d2f2838f477fd1ce6d2f14 | /fb/65ValidNumber.java | 9f0523addde419a1bc198cf5ce42f47574f68626 | [] | no_license | Sidney-L/LeetCode | https://github.com/Sidney-L/LeetCode | b1309a08e1658da279a1f015d82ab0ab56d5ac3a | 852e0df6efe7018b8affc351c7d3aa3239fe9f4b | refs/heads/master | 2020-03-30T08:45:34.595000 | 2018-12-04T15:41:09 | 2018-12-04T15:41:09 | 151,035,247 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | class Solution {
public boolean isNumber(String s) {
int i = 0;
while(i < s.length() && s.charAt(i) == ' ') i++;
int j = s.length() - 1;
while(j >= 0 && s.charAt(j) == ' ') j--;
if(i > j)
return false;
s = s.substring(i, j+1);
if(s.charAt(0) == '+'... | UTF-8 | Java | 1,239 | java | 65ValidNumber.java | Java | [] | null | [] | class Solution {
public boolean isNumber(String s) {
int i = 0;
while(i < s.length() && s.charAt(i) == ' ') i++;
int j = s.length() - 1;
while(j >= 0 && s.charAt(j) == ' ') j--;
if(i > j)
return false;
s = s.substring(i, j+1);
if(s.charAt(0) == '+'... | 1,239 | 0.33414 | 0.315577 | 38 | 31.605263 | 18.442713 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 4 |
eecb9f774e8c5176206a4e37982481b701a90ed1 | 16,003,048,158,033 | 251630157398f543bb1656cc012bafbf7fb37bb9 | /Locators/src/loc/Dynamicxpath.java | 7800b88b3c2f5158950e75da5b8f7cf94cfa3c14 | [] | no_license | ankit477/POM | https://github.com/ankit477/POM | 34a398267ad5de5aad68fd1ead694b1d272d1488 | 4a62cba69adc9123983b4496aca92fd1fd756805 | refs/heads/master | 2023-05-11T22:51:19.732000 | 2019-09-08T07:22:27 | 2019-09-08T07:22:27 | 204,318,245 | 0 | 0 | null | false | 2023-05-09T18:13:09 | 2019-08-25T16:08:37 | 2019-09-08T07:23:03 | 2023-05-09T18:13:06 | 14,691 | 0 | 0 | 1 | HTML | false | false | package loc;
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 Dynamicxpath {
public static void main(String[] args) throws InterruptedException {
// TODO Auto-generated m... | UTF-8 | Java | 1,573 | java | Dynamicxpath.java | Java | [
{
"context": "h(\"//input[starts-with(@name,'uid')]\")).sendKeys(\"abc1\");\n\t\t//driver.findElement(By.xpath(\"//input[ends",
"end": 874,
"score": 0.36422568559646606,
"start": 871,
"tag": "KEY",
"value": "abc"
},
{
"context": "//input[starts-with(@name,'uid')]\")).sendKeys(\"abc1\... | null | [] | package loc;
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 Dynamicxpath {
public static void main(String[] args) throws InterruptedException {
// TODO Auto-generated m... | 1,573 | 0.661157 | 0.655436 | 48 | 31.729166 | 28.761042 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.020833 | false | false | 4 |
cc0d19f4c61a0561a1c638b322dbcd10f3ef7462 | 32,366,873,607,279 | e56238aa50078fc2dddfe360360c49b0afec4f83 | /src/main/java/com/hoostec/hfz/utils/WxSuccessMsg/TemplateUtil.java | ae7402983d35fbd067b01f7d35bf48481f72e425 | [] | no_license | 13327955131/hafuzhu | https://github.com/13327955131/hafuzhu | 3a7e2c3e8e36291a9d0dddba17b5d90b2c34fe1e | 764c6622ceca04eb977202a5386a3e5136eb424f | refs/heads/master | 2023-04-14T08:53:41.746000 | 2021-03-26T07:15:12 | 2021-03-26T07:15:12 | 351,643,085 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.hoostec.hfz.utils.WxSuccessMsg;
import com.hoostec.hfz.utils.wx.CommonUtil;
import net.sf.json.JSONArray;
import net.sf.json.JSONObject;
import net.sf.json.JsonConfig;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import java.text.ParseException;
import java.util.ArrayList;
import java.util.Has... | UTF-8 | Java | 7,851 | java | TemplateUtil.java | Java | [] | null | [] | package com.hoostec.hfz.utils.WxSuccessMsg;
import com.hoostec.hfz.utils.wx.CommonUtil;
import net.sf.json.JSONArray;
import net.sf.json.JSONObject;
import net.sf.json.JsonConfig;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import java.text.ParseException;
import java.util.ArrayList;
import java.util.Has... | 7,851 | 0.625279 | 0.619892 | 203 | 36.492611 | 33.727009 | 152 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.975369 | false | false | 4 |
b26d19c91893816cb821f0f1c5554da91c264ded | 12,532,714,577,851 | bc5c2fb730f4562feb9bbe4b6c1bcfc8a32fe217 | /app/src/main/java/com/xaqinren/healthyelders/modulePicture/adapter/SelPictureAdapter.java | 9189a2298ebb98f4b76bf263580f3ad38d6de989 | [
"Apache-2.0"
] | permissive | Supopo/HealthElder | https://github.com/Supopo/HealthElder | 9238a3cea78fd8f9b76b4c31b08ef37c8240331c | 03d8e11e03aa041aaf435d8b32986537e35bc4c8 | refs/heads/master | 2023-08-20T03:00:23.614000 | 2021-09-16T08:36:01 | 2021-09-16T08:36:01 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.xaqinren.healthyelders.modulePicture.adapter;
import android.view.View;
import androidx.databinding.DataBindingUtil;
import com.bumptech.glide.Glide;
import com.chad.library.adapter.base.BaseQuickAdapter;
import com.chad.library.adapter.base.viewholder.BaseViewHolder;
import com.tencent.qcloud.ugckit.mod... | UTF-8 | Java | 1,869 | java | SelPictureAdapter.java | Java | [] | null | [] | package com.xaqinren.healthyelders.modulePicture.adapter;
import android.view.View;
import androidx.databinding.DataBindingUtil;
import com.bumptech.glide.Glide;
import com.chad.library.adapter.base.BaseQuickAdapter;
import com.chad.library.adapter.base.viewholder.BaseViewHolder;
import com.tencent.qcloud.ugckit.mod... | 1,869 | 0.751739 | 0.751739 | 43 | 42.465115 | 35.946568 | 114 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.55814 | false | false | 4 |
196b155974381ca2ca0cf351d41f4b70ee1a663a | 28,724,741,276,082 | b3b156a1f871c8528fbf35bb649e288373feb28a | /SiteCount.java | 0d49a247491d927bb03c07d3737795d1a0bdbbae | [] | no_license | luisafonsocarvalho/SCC-Lab2 | https://github.com/luisafonsocarvalho/SCC-Lab2 | 42f0037dda3423f8099b3602e9bb2db690f114e7 | 629669b8b7f0cceb275393c2dd220606ba541750 | refs/heads/master | 2016-08-07T17:08:08 | 2014-12-18T22:59:58 | 2014-12-18T22:59:58 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* SiteCount.java - counts the number of pages each site has (the number
* of times each hostname appears at document header)
* usage example of edu.cmu.lemurproject.* InputFormat and RecordReader
* vad@fct.unl.pt - 2014 / SCC
* based on public WordCount examples
*/
import java.io.IOException;
import jav... | UTF-8 | Java | 3,545 | java | SiteCount.java | Java | [
{
"context": "mu.lemurproject.* InputFormat and RecordReader\n * vad@fct.unl.pt - 2014 / SCC\n * based on public WordCount exampl",
"end": 224,
"score": 0.9999264478683472,
"start": 210,
"tag": "EMAIL",
"value": "vad@fct.unl.pt"
}
] | null | [] | /**
* SiteCount.java - counts the number of pages each site has (the number
* of times each hostname appears at document header)
* usage example of edu.cmu.lemurproject.* InputFormat and RecordReader
* <EMAIL> - 2014 / SCC
* based on public WordCount examples
*/
import java.io.IOException;
import java.util.... | 3,538 | 0.686883 | 0.681241 | 113 | 30.371681 | 23.690182 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.672566 | false | false | 4 |
dd83b11e6443b4a8c22c28f4ccba7ef00481abbb | 28,656,021,807,587 | 4b1dfa5f55e6ad902db692e3e11fce0635cb4426 | /react-backend/src/main/java/com/primix/service/ExamService.java | abf0079816a48388c4b0aa0000dd60eaeb1351be | [] | no_license | Daylightmazekun/python27test | https://github.com/Daylightmazekun/python27test | 98c090ff1c832a1a79b6163f0cfb3cac71340334 | 44304444fff17c5bfd8913c3076e0ae9ee6a1ed5 | refs/heads/master | 2020-12-03T07:39:48.123000 | 2020-01-08T03:58:48 | 2020-01-08T03:58:48 | 66,140,047 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.primix.service;
import java.util.List;
import java.util.Optional;
import com.primix.model.exam.Exam;
import com.primix.model.exam.Lesson;
import com.primix.model.exam.Question;
import com.primix.respositories.ExamRepository;
import com.primix.respositories.LessonRepository;
import org.springframework.beans... | UTF-8 | Java | 3,081 | java | ExamService.java | Java | [] | null | [] | package com.primix.service;
import java.util.List;
import java.util.Optional;
import com.primix.model.exam.Exam;
import com.primix.model.exam.Lesson;
import com.primix.model.exam.Question;
import com.primix.respositories.ExamRepository;
import com.primix.respositories.LessonRepository;
import org.springframework.beans... | 3,081 | 0.679325 | 0.679325 | 92 | 32.5 | 23.140169 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.467391 | false | false | 4 |
9750c3927a440e4ff9d6e00c5eae6be74bd39780 | 7,318,624,284,700 | 38e1f99ddb88bfc7c34b882dc5b63cc82d07a64d | /src/main/java/com/kate/app/model/ServiceArea.java | ac9f95347f999c73c7bd650cecf6218f32f5ac85 | [] | no_license | OrganizationIllegal/house20150615 | https://github.com/OrganizationIllegal/house20150615 | 3931ff37220fc7e70f5d3be6f5c2aef10097ba9e | b6cc2662be64a23cd4f55c4e566ef78356dcb843 | refs/heads/master | 2016-09-05T21:37:36.571000 | 2015-08-28T11:01:56 | 2015-08-28T11:01:56 | 37,463,403 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.kate.app.model;
import java.sql.Timestamp;
public class ServiceArea {
private int id;
private int view_shunxu;
private String area_code;
public int getId() {
return id;
}
public void setId(int id) {
this.id = id;
}
public int getView_shunxu() {
return view_shunxu;
}
public void setView_shu... | UTF-8 | Java | 519 | java | ServiceArea.java | Java | [] | null | [] | package com.kate.app.model;
import java.sql.Timestamp;
public class ServiceArea {
private int id;
private int view_shunxu;
private String area_code;
public int getId() {
return id;
}
public void setId(int id) {
this.id = id;
}
public int getView_shunxu() {
return view_shunxu;
}
public void setView_shu... | 519 | 0.691715 | 0.691715 | 29 | 16.931034 | 13.994904 | 46 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.37931 | false | false | 4 |
07e7275d7ab4e64972890c3501ef3eef5f25572d | 7,318,624,281,980 | 4ed9ad5a97a59bf803f20979e9863cf56906583d | /src/main/java/org/setamv/javaex/grammar/threads/orreillybook/ch07/example5/PrimeNumbersFinder.java | 87b4646ae06742336cad1ff9fbd03b9a9f2595e4 | [] | no_license | setamv/javaex | https://github.com/setamv/javaex | bc99712ddaf8f5a27742faebc1014821e9281cea | 1e974f824e7c006d6c0243254e49ac8cbef6ed4a | refs/heads/master | 2018-03-21T02:54:26.819000 | 2016-09-29T02:30:57 | 2016-09-29T02:30:57 | 67,489,587 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.setamv.javaex.grammar.threads.orreillybook.ch07.example5;
import java.awt.BorderLayout;
import java.awt.Container;
import java.awt.Dimension;
import java.util.ArrayList;
import java.util.List;
import java.util.concurrent.ExecutionException;
import javax.swing.JFrame;
import javax.swing.JProgress... | UTF-8 | Java | 5,074 | java | PrimeNumbersFinder.java | Java | [
{
"context": "Listener中将任务进度\r\n * 更新到界面的进度条\r\n * </ul>\r\n * @author setamv\r\n *\r\n */\r\npublic class PrimeNumbersFinder extends",
"end": 894,
"score": 0.999603807926178,
"start": 888,
"tag": "USERNAME",
"value": "setamv"
}
] | null | [] | package org.setamv.javaex.grammar.threads.orreillybook.ch07.example5;
import java.awt.BorderLayout;
import java.awt.Container;
import java.awt.Dimension;
import java.util.ArrayList;
import java.util.List;
import java.util.concurrent.ExecutionException;
import javax.swing.JFrame;
import javax.swing.JProgress... | 5,074 | 0.680045 | 0.669955 | 184 | 22.23913 | 22.396559 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.092391 | false | false | 4 |
10e8837d1487df91ccb3c4235ad55a40e74fdae1 | 24,343,874,643,617 | 4e6e3260b513f1487a9d9a316ecae5a3ef35e65c | /src/test/TestDao.java | bea455d14e00bc73b17ba2fda3112cd1be8a9786 | [] | no_license | breadcrumbzsy/company | https://github.com/breadcrumbzsy/company | ad5234e1e0f756c2ff7ce0aa1e39490e9da507c5 | ce41fba2ff27586b694e5735b2f72e9d23dc0233 | refs/heads/master | 2021-01-18T01:57:05.899000 | 2016-10-12T22:23:24 | 2016-10-12T22:23:24 | 68,283,274 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package test;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.List;
import dao.AttendanceDao;
import dao.EmployeeDao;
import dao.RecordDao;
public class TestDao {
public static void main(String[] args) {
// TODO Auto-generated method stub
EmployeeDao ed=new EmployeeDao();
Reco... | UTF-8 | Java | 863 | java | TestDao.java | Java | [] | null | [] | package test;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.List;
import dao.AttendanceDao;
import dao.EmployeeDao;
import dao.RecordDao;
public class TestDao {
public static void main(String[] args) {
// TODO Auto-generated method stub
EmployeeDao ed=new EmployeeDao();
Reco... | 863 | 0.705471 | 0.683353 | 39 | 21.02564 | 14.339272 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.948718 | false | false | 4 |
6020575e32ca4fbe4f45f55e9a4e634fbbce0da5 | 24,343,874,645,019 | 9507d2e3d8cf49dc84bee0ce532b39db85f50640 | /src/sample/Controller.java | dee426b752fa9959cc2c57a67277db22a913a1c6 | [] | no_license | KeithCa/phorest_api | https://github.com/KeithCa/phorest_api | cbc8bb19faf1872e13d5f276b79e9aa3e5266f9e | 79c90af6e43fc1daba7011277a7072f193272cd9 | refs/heads/master | 2021-01-20T22:16:03.035000 | 2017-08-30T21:08:35 | 2017-08-30T21:08:35 | 101,810,802 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package sample;
import com.mashape.unirest.http.HttpResponse;
import com.mashape.unirest.http.JsonNode;
import com.mashape.unirest.http.Unirest;
import javafx.event.ActionEvent;
import javafx.scene.control.ChoiceBox;
import javafx.fxml.FXML;
import javafx.scene.Parent;
import javafx.scene.control.Button;
import javafx.... | UTF-8 | Java | 3,141 | java | Controller.java | Java | [
{
"context": "XML\n ChoiceBox choices;\n String username = \"global/cloud@apiexamples.com\";\n String password = \"VM",
"end": 679,
"score": 0.5121130347251892,
"start": 673,
"tag": "USERNAME",
"value": "global"
},
{
"context": " ChoiceBox choices;\n String username = \"... | null | [] | package sample;
import com.mashape.unirest.http.HttpResponse;
import com.mashape.unirest.http.JsonNode;
import com.mashape.unirest.http.Unirest;
import javafx.event.ActionEvent;
import javafx.scene.control.ChoiceBox;
import javafx.fxml.FXML;
import javafx.scene.Parent;
import javafx.scene.control.Button;
import javafx.... | 3,122 | 0.65425 | 0.645018 | 87 | 35.103447 | 29.842127 | 130 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 4 |
2c7126b4ea7f955a4969b7baaf2617b7ef1f5c96 | 30,322,469,119,996 | 8e70ee2479dcc1c4515012295e98730f8aa7db52 | /src/java/com/opgea/cms/service/impl/UtilServiceImpl.java | a9f38fc7f0dab52df0a00bfbced21027efc1028c | [] | no_license | shekharkumargupta/Cms | https://github.com/shekharkumargupta/Cms | a92585e89837ef16d810a59f5f3a7b069990aeed | 76f8242efbc0fb8a508b36801f5be781a887aa82 | refs/heads/master | 2020-07-01T17:44:36.564000 | 2019-08-08T11:25:27 | 2019-08-08T11:25:27 | 201,243,403 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package com.opgea.cms.service.impl;
import com.opgea.cms.dao.CategoryDAO;
import com.opgea.cms.dao.CityDAO;
import com.opgea.cms.dao.CountryDAO;
import com.opgea.cms.dao.PipelineStageDAO;
import com.opgea.cms.dao.Positi... | UTF-8 | Java | 14,112 | java | UtilServiceImpl.java | Java | [
{
"context": "ngframework.stereotype.Service;\n\n/**\n *\n * @author Ramesh\n */\n@Service\npublic class UtilServiceImpl impleme",
"end": 1430,
"score": 0.9996511340141296,
"start": 1424,
"tag": "NAME",
"value": "Ramesh"
}
] | null | [] | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package com.opgea.cms.service.impl;
import com.opgea.cms.dao.CategoryDAO;
import com.opgea.cms.dao.CityDAO;
import com.opgea.cms.dao.CountryDAO;
import com.opgea.cms.dao.PipelineStageDAO;
import com.opgea.cms.dao.Positi... | 14,112 | 0.654124 | 0.652282 | 340 | 40.505882 | 32.108959 | 170 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.952941 | false | false | 4 |
cc64eb6aeaa6c75983626b17f8b1ede775752363 | 68,719,490,083 | 845d967f9eb6359d18f60cd91c538cf854aeff22 | /src/java_sol/easy/PalindromeNumber.java | ac59953d0abe515b849fa55fa6b9b6a693ee183a | [] | no_license | morot2/leetcode | https://github.com/morot2/leetcode | e46231c94fcb10cef2652c6486c4d298c4460e2e | 6d953fb8fa5b3a00f1c2a8e30e980f1c51831e7e | refs/heads/master | 2023-08-14T19:21:42.423000 | 2021-09-19T08:47:05 | 2021-09-19T08:47:05 | 389,300,037 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package java_sol.easy;
/**
* https://leetcode.com/problems/palindrome-number/
*/
public class PalindromeNumber {
public static void main(String[] args){
System.out.println(isPalindrome(1));
}
public static boolean isPalindrome(int x) {
if(x < 0) return false;
String strX = Inte... | UTF-8 | Java | 502 | java | PalindromeNumber.java | Java | [] | null | [] | package java_sol.easy;
/**
* https://leetcode.com/problems/palindrome-number/
*/
public class PalindromeNumber {
public static void main(String[] args){
System.out.println(isPalindrome(1));
}
public static boolean isPalindrome(int x) {
if(x < 0) return false;
String strX = Inte... | 502 | 0.591633 | 0.581673 | 22 | 21.818182 | 23.280184 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.363636 | false | false | 4 |
e093659904929ebe8f0e0994ed6f2e4476079b9f | 27,152,783,249,340 | 0d65115b366829d98a4c6321de05e3f4786e56eb | /BOJ/01922.java | 8948756ca9af376feeb07090f4af5c801091f34d | [] | no_license | Jeje01/PS | https://github.com/Jeje01/PS | 03f3b7caf25f79a8127fb6b6edb402e50440b456 | eb8e7b5586deb1455a971af1ef72b93332d5ffdc | refs/heads/master | 2023-04-10T01:33:08.797000 | 2023-03-28T10:46:26 | 2023-03-28T10:46:26 | 226,119,508 | 0 | 6 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* 네트워크 연결 - G4
* 최소 신장 트리, Kruskal
* 45,644 kb
* 356 ms
*
* findSet에서 rep[aRoot] = bRoot;
*/
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.PriorityQueue;
import java.util.StringTokenizer;
public class Main {
static BufferedReader input = ne... | UTF-8 | Java | 1,876 | java | 01922.java | Java | [] | null | [] | /**
* 네트워크 연결 - G4
* 최소 신장 트리, Kruskal
* 45,644 kb
* 356 ms
*
* findSet에서 rep[aRoot] = bRoot;
*/
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.PriorityQueue;
import java.util.StringTokenizer;
public class Main {
static BufferedReader input = ne... | 1,876 | 0.632035 | 0.624459 | 88 | 20 | 18.630985 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.272727 | false | false | 4 |
9b19f3b55fd52dc7c602f642dc24861535f46650 | 15,771,119,923,115 | fe939b1eed99c960bec1bf9b8d41aaa9e1186864 | /app/src/main/java/Command/InvalidCommandException.java | eac48b76af1b781ff3db2158844144de3758e537 | [] | no_license | Dagon-R/ticket-to-ride340 | https://github.com/Dagon-R/ticket-to-ride340 | dbe521ad21de923530fae71e5f1e4a1c1b92a2d5 | 89f63626c00ccd278e4d81a5e971a59a5f30ea4d | refs/heads/master | 2022-11-04T22:43:53.720000 | 2019-03-30T19:21:39 | 2019-03-30T19:21:40 | 274,777,168 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Command;
// Class to represent when a socket cannot parse a JSON string into a command
public class InvalidCommandException extends Exception {
@Override // Overrides the print value of the exception
public void printStackTrace() {
System.out.print("Socket stream un-parsable (likely forgot comm... | UTF-8 | Java | 341 | java | InvalidCommandException.java | Java | [] | null | [] | package Command;
// Class to represent when a socket cannot parse a JSON string into a command
public class InvalidCommandException extends Exception {
@Override // Overrides the print value of the exception
public void printStackTrace() {
System.out.print("Socket stream un-parsable (likely forgot comm... | 341 | 0.739003 | 0.739003 | 9 | 36.888889 | 31.082129 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.222222 | false | false | 4 |
76600bdda1149da7fc34ef54f0d160cd4123e33a | 15,307,263,469,659 | d4555378b6082ba5b5f0b0190d63289f8fbf5072 | /app/src/main/java/com/example/orpriesender/karaoke/model/Note.java | c4e0f3c83f2680058905c871e3e8e1730c6b2a74 | [] | no_license | KaraokeTeam/android-client-app | https://github.com/KaraokeTeam/android-client-app | f8d8607c12cba88a35e4b4aad0826a4ebe7ad972 | 5700636a1b1deaeb0d69ddeda7b73a5cf642b321 | refs/heads/master | 2021-07-20T06:25:58.290000 | 2018-08-18T19:31:22 | 2018-08-18T19:31:22 | 115,100,939 | 3 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.orpriesender.karaoke.model;
import android.util.Log;
import java.text.DecimalFormat;
import java.text.NumberFormat;
import java.util.Arrays;
import java.util.List;
/**
* Created by Or Priesender on 12-Jan-18.
*/
public class Note {
String note;
int octave;
double error;
public ... | UTF-8 | Java | 2,237 | java | Note.java | Java | [
{
"context": ".Arrays;\nimport java.util.List;\n\n/**\n * Created by Or Priesender on 12-Jan-18.\n */\n\npublic class Note {\n String",
"end": 218,
"score": 0.9998603463172913,
"start": 205,
"tag": "NAME",
"value": "Or Priesender"
}
] | null | [] | package com.example.orpriesender.karaoke.model;
import android.util.Log;
import java.text.DecimalFormat;
import java.text.NumberFormat;
import java.util.Arrays;
import java.util.List;
/**
* Created by <NAME> on 12-Jan-18.
*/
public class Note {
String note;
int octave;
double error;
public static ... | 2,230 | 0.567278 | 0.561466 | 99 | 21.595959 | 23.379574 | 120 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.525253 | false | false | 4 |
3d438c593953bff7eb58e04cbb44004502256bf1 | 5,274,219,864,745 | 66e455e1902d9b5be80e60682344160994d2b4fa | /src/java/com/dwerty/controllers/ModifieOffre.java | 1ba6a6d9898cfa097ba5dccbc6ccacc031bb322f | [] | no_license | berrachdi/Dwerty_Location_Project | https://github.com/berrachdi/Dwerty_Location_Project | 59a7ed7773b3442fbc9f5e31092072e1400dec48 | def28f2a7a600ab01df62e935b969267c26be6f3 | refs/heads/master | 2023-08-23T12:43:39.115000 | 2021-10-25T20:03:19 | 2021-10-25T20:03:19 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package com.dwerty.controllers;
import com.dwerty.beans.ImageLogement;
import com.dwerty.beans.Logement;
import com.dwerty.gestion.Com... | UTF-8 | Java | 6,295 | java | ModifieOffre.java | Java | [
{
"context": "rvlet.http.HttpServletResponse;\n\n/**\n *\n * @author kh\n */\npublic class ModifieOffre extends HttpServlet",
"end": 713,
"score": 0.9981942176818848,
"start": 711,
"tag": "USERNAME",
"value": "kh"
}
] | null | [] | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package com.dwerty.controllers;
import com.dwerty.beans.ImageLogement;
import com.dwerty.beans.Logement;
import com.dwerty.gestion.Com... | 6,295 | 0.549094 | 0.545122 | 200 | 30.469999 | 27.632753 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.445 | false | false | 4 |
db0632b3b87df198ab45562306997843fe962d5d | 4,526,895,558,237 | b6166726b48f08a497e6a236f3ca77283fa69821 | /src/studentProjectAssiger/PreferenceTable.java | d5bace34753b99a7f9a1d9c9946fe14cc652cb7f | [] | no_license | Mohsenqaysi/Bits-Please | https://github.com/Mohsenqaysi/Bits-Please | 19f992466ca04b686338ef95375998ac4c9d9549 | d2ae30238589908bedc57b21cfdf00bbf45ebda6 | refs/heads/master | 2021-01-12T14:40:31.330000 | 2016-10-26T21:44:10 | 2016-10-26T21:44:10 | 72,047,048 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package studentProjectAssiger;
import java.io.BufferedReader;
import java.util.Hashtable;
import java.io.FileInputStream;
import java.io.InputStreamReader;
import java.util.ArrayList;
import java.util.Collections;
import java.util.Comparator;
import java.util.HashMap;
import java.util.List;
import java.util.StringToken... | UTF-8 | Java | 6,145 | java | PreferenceTable.java | Java | [] | null | [] | package studentProjectAssiger;
import java.io.BufferedReader;
import java.util.Hashtable;
import java.io.FileInputStream;
import java.io.InputStreamReader;
import java.util.ArrayList;
import java.util.Collections;
import java.util.Comparator;
import java.util.HashMap;
import java.util.List;
import java.util.StringToken... | 6,145 | 0.678763 | 0.671603 | 200 | 29.725 | 28.886492 | 157 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.7 | false | false | 4 |
4a2ec4e29fb80a66970a580878d5d59f92bc2830 | 13,125,420,113,150 | 6edaf2542d902cd6792eaee349101d6c86f49faf | /server/trunk/src/main/java/pl/bcichecki/rms/ws/rest/json/HelloWorldRestService.java | e8443a3538d821b61fab3a43c68b6ae41a6b6bb0 | [] | no_license | BartoszCichecki/reporters-management-system | https://github.com/BartoszCichecki/reporters-management-system | 5a22da2588d375c0c4f907118a56ee181bb212ff | 67b0cb883cd31f115ad67f679cf0751a473fd5e9 | refs/heads/master | 2021-01-22T18:15:13.439000 | 2013-02-02T14:59:46 | 2013-02-02T14:59:46 | 32,111,092 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Project: rms-server
* File: HelloWorldService.java
* License:
* This file is licensed under GNU General Public License version 3
* http://www.gnu.org/licenses/gpl-3.0.txt
*
* Copyright: Bartosz Cichecki [ cichecki.bartosz@gmail.com ]
* Date: 09-08-2012
*/
pa... | UTF-8 | Java | 2,529 | java | HelloWorldRestService.java | Java | [
{
"context": "ww.gnu.org/licenses/gpl-3.0.txt\r\n *\r\n * Copyright: Bartosz Cichecki [ cichecki.bartosz@gmail.com ]\r\n * Date: 09-",
"end": 252,
"score": 0.9998918175697327,
"start": 236,
"tag": "NAME",
"value": "Bartosz Cichecki"
},
{
"context": "/gpl-3.0.txt\r\n *\r\n * Copy... | null | [] | /**
* Project: rms-server
* File: HelloWorldService.java
* License:
* This file is licensed under GNU General Public License version 3
* http://www.gnu.org/licenses/gpl-3.0.txt
*
* Copyright: <NAME> [ <EMAIL> ]
* Date: 09-08-2012
*/
package pl.bcichecki.rms.ws.res... | 2,490 | 0.75168 | 0.745354 | 70 | 34.128571 | 32.067749 | 118 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.957143 | false | false | 4 |
85fc4895cdee63d41d5b8cb03554fadc556f9e5c | 13,125,420,114,228 | 8610ca645228a69db63841986872bb2a43df27d1 | /w2/Stack&Queue/ResizingArrayQueue.java | 171009c47a6b2f377dff683913e3efa1f8e6810f | [] | no_license | dattran2346/princeton-algorithm | https://github.com/dattran2346/princeton-algorithm | 032dcda6eccc6c87741e92598ed61e3d8dc7a977 | aac66cf298bb29df1fd19ceaaa66d6573b834bb6 | refs/heads/master | 2017-11-12T03:00:01.320000 | 2017-09-14T04:25:31 | 2017-09-14T04:25:31 | 84,263,853 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import edu.princeton.cs.algs4.In;
import edu.princeton.cs.algs4.StdOut;
import java.util.Iterator;
import java.util.NoSuchElementException;
public class ResizingArrayQueue implements Iterable<String> {
private String[] queue;
private int head, tail, size;
public ResizingArrayQueue(){
queue = new String[1];
he... | UTF-8 | Java | 2,259 | java | ResizingArrayQueue.java | Java | [] | null | [] | import edu.princeton.cs.algs4.In;
import edu.princeton.cs.algs4.StdOut;
import java.util.Iterator;
import java.util.NoSuchElementException;
public class ResizingArrayQueue implements Iterable<String> {
private String[] queue;
private int head, tail, size;
public ResizingArrayQueue(){
queue = new String[1];
he... | 2,259 | 0.646746 | 0.639221 | 102 | 21.147058 | 17.893694 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.166667 | false | false | 4 |
f1a8b31353b734ca6a4ae0d4b5f64f27a6a20ee3 | 24,386,824,326,894 | e90c4fd02cc8667142f792fda003a59d4a7ca61c | /Senior Project/The Hive/TheHive/src/dataservices/UserSettingsDataService.java | de3c98e070f1941d4237590e33e0b3517faff7da | [] | no_license | wpegg-dev/College-Work | https://github.com/wpegg-dev/College-Work | a8bf1f31fcd8d028ff6d33520d6b555619ec8d71 | 3f6287627486c6c58c5f935cb779a48544c7e29c | refs/heads/master | 2016-09-15T22:39:51.112000 | 2015-06-25T03:26:21 | 2015-06-25T03:26:21 | 35,346,348 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package dataservices;
import java.io.IOException;
import java.io.PrintWriter;
import java.util.Iterator;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse... | UTF-8 | Java | 5,497 | java | UserSettingsDataService.java | Java | [
{
"context": "ss\");\n\t\t\t\tString password = request.getParameter(\"password\");\n\t\t\t\tString method = request.getParameter(\"meth",
"end": 3499,
"score": 0.7344293594360352,
"start": 3491,
"tag": "PASSWORD",
"value": "password"
}
] | null | [] | package dataservices;
import java.io.IOException;
import java.io.PrintWriter;
import java.util.Iterator;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse... | 5,499 | 0.710387 | 0.710206 | 182 | 29.203297 | 26.813917 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.230769 | false | false | 4 |
32cb28b6907640e38580a5e7b2777137e220bfa1 | 29,368,986,409,645 | 7cab6fe085f321c794ac7bb35a55a94cd0b7bb82 | /app/src/main/java/com/jl/jlapp/nets/Api.java | 2287db6b70594247d1ba649c7c8b4cce574b7b5a | [] | no_license | beyondzzz/erp_android | https://github.com/beyondzzz/erp_android | ef3fa2a3e1f3ad55e5e27fcbd471cf7d4bf90eb0 | df77ceb4f39d868252560ecc6e5c6c48a378b071 | refs/heads/master | 2020-04-26T23:01:35.572000 | 2019-03-06T07:23:36 | 2019-03-06T07:23:36 | 173,890,126 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jl.jlapp.nets;
import com.jl.jlapp.eneity.ActivityInformationByIdModel;
import com.jl.jlapp.eneity.ActivityMessageByUserIdModel;
import com.jl.jlapp.eneity.ActivitysAndCouponsByGoodsMsgModel;
import com.jl.jlapp.eneity.AllAvailableCouponModel;
import com.jl.jlapp.eneity.AuthTask;
import com.jl.jlapp.eneit... | UTF-8 | Java | 24,032 | java | Api.java | Java | [
{
"context": "t;\nimport retrofit2.http.Query;\n\n/**\n * Created by fyf on 2018/1/13.\n */\n\npublic interface Api {\n\n //",
"end": 2894,
"score": 0.9993938207626343,
"start": 2891,
"tag": "USERNAME",
"value": "fyf"
}
] | null | [] | package com.jl.jlapp.nets;
import com.jl.jlapp.eneity.ActivityInformationByIdModel;
import com.jl.jlapp.eneity.ActivityMessageByUserIdModel;
import com.jl.jlapp.eneity.ActivitysAndCouponsByGoodsMsgModel;
import com.jl.jlapp.eneity.AllAvailableCouponModel;
import com.jl.jlapp.eneity.AuthTask;
import com.jl.jlapp.eneit... | 24,032 | 0.622402 | 0.621465 | 482 | 45.510372 | 39.153027 | 183 | false | false | 0 | 0 | 0 | 0 | 65 | 0.002899 | 0.46473 | false | false | 4 |
7031b90a7c35d51c7f480e0946cec6b3706c4fcd | 1,228,360,696,792 | 6f672fb72caedccb841ee23f53e32aceeaf1895e | /wellfargo/src/org/a/a/a/a/f.java | 86456d5174aa99c4df3b994cbc4e56f05a9636fe | [] | no_license | cha63506/CompSecurity | https://github.com/cha63506/CompSecurity | 5c69743f660b9899146ed3cf21eceabe3d5f4280 | eee7e74f4088b9c02dd711c061fc04fb1e4e2654 | refs/heads/master | 2018-03-23T04:15:18.480000 | 2015-12-19T01:29:58 | 2015-12-19T01:29:58 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | // Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://www.geocities.com/kpdus/jad.html
// Decompiler options: braces fieldsfirst space lnc
package org.a.a.a.a;
import java.util.Calendar;
import org.a.a.a.c;
// Referenced classes of package org.a.a.a.a:
// e
class f
... | UTF-8 | Java | 1,964 | java | f.java | Java | [
{
"context": "// Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov.\n// Jad home page: http://www.geocities.com/kpdus",
"end": 61,
"score": 0.999663770198822,
"start": 45,
"tag": "NAME",
"value": "Pavel Kouznetsov"
}
] | null | [] | // Decompiled by Jad v1.5.8e. Copyright 2001 <NAME>.
// Jad home page: http://www.geocities.com/kpdus/jad.html
// Decompiler options: braces fieldsfirst space lnc
package org.a.a.a.a;
import java.util.Calendar;
import org.a.a.a.c;
// Referenced classes of package org.a.a.a.a:
// e
class f
implements... | 1,954 | 0.392566 | 0.3778 | 94 | 19.893618 | 16.791885 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.404255 | false | false | 4 |
b4154959cce1e7b73f38c40e0cb1ef3e1f228c0b | 6,579,889,925,020 | b8e37bd98b8d5a04c1bcc588170bb574f28771bb | /src/test/java/org/example/AdditionalMailPage.java | 5ad7370e8086db59df738627578d5ec824e5340d | [] | no_license | Vinovinka/WebDriverUITestExercise | https://github.com/Vinovinka/WebDriverUITestExercise | ed3a5c59b3f5db657bc9bc1eec595471a5ad6d2d | ea7c33459838547f8fe7c02bd1b253c0db55d158 | refs/heads/master | 2023-02-02T15:47:01.376000 | 2020-12-19T09:12:01 | 2020-12-19T09:12:01 | 320,819,128 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.example;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.support.FindBy;
import org.openqa.selenium.support.PageFactory;
public class AdditionalMailPage {
/**
* конструктор класса, занимающийся инициализацией полей класса
*/
public W... | UTF-8 | Java | 1,174 | java | AdditionalMailPage.java | Java | [] | null | [] | package org.example;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.support.FindBy;
import org.openqa.selenium.support.PageFactory;
public class AdditionalMailPage {
/**
* конструктор класса, занимающийся инициализацией полей класса
*/
public W... | 1,174 | 0.682318 | 0.678322 | 35 | 27.6 | 24.943594 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.428571 | false | false | 4 |
7e88b4d5539abdb641c04ce81b83b3fcca036ebb | 6,442,450,984,601 | 11a51df22e5759a084b7d3058d77671e1ce768cd | /src/main/java/com/cometproject/website/utilities/PlayerTicketGenerator.java | 615cceb5fcd63f4cf4b605559332fb409e61ce44 | [] | no_license | LeonHartley/Comet-Website | https://github.com/LeonHartley/Comet-Website | cb0e65e9842d1ec5d24da7340d38d6f26dcf5e85 | cd66c942299fcd991c3e9992033252e391b46854 | refs/heads/master | 2021-03-24T11:45:18.929000 | 2016-11-18T16:24:44 | 2016-11-18T16:24:44 | 23,640,871 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.cometproject.website.utilities;
import java.math.BigInteger;
import java.security.SecureRandom;
public class PlayerTicketGenerator {
private SecureRandom random = new SecureRandom();
public String nextTicket() {
return new BigInteger(130, random).toString(21);
}
}
| UTF-8 | Java | 300 | java | PlayerTicketGenerator.java | Java | [] | null | [] | package com.cometproject.website.utilities;
import java.math.BigInteger;
import java.security.SecureRandom;
public class PlayerTicketGenerator {
private SecureRandom random = new SecureRandom();
public String nextTicket() {
return new BigInteger(130, random).toString(21);
}
}
| 300 | 0.746667 | 0.73 | 12 | 24 | 20.75251 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 4 |
1e01a8f5f0deb5a4491421f6db276cd8b7a86fcc | 32,298,154,099,302 | 35935d44f4773651949bc23467e7200d5ae2fa20 | /src/test/java/com/robobank/statement/processor/XMLStatementProcessorTest.java | 5304431a51b99d2e47ea4f4bb6fb4435dd9bc4e4 | [] | no_license | ganquat/Rabobank-Stmt-Process | https://github.com/ganquat/Rabobank-Stmt-Process | f4810a948c62556c6344fe7c2974c84a1e615618 | 6877d54605329aba043e2746f1c53ec659d9d407 | refs/heads/master | 2021-06-05T06:54:19.107000 | 2018-07-17T08:53:19 | 2018-07-17T08:53:19 | 140,909,318 | 0 | 0 | null | false | 2021-04-26T16:46:54 | 2018-07-14T02:23:33 | 2018-07-17T08:53:42 | 2021-04-26T16:46:54 | 18,983 | 0 | 0 | 3 | Java | false | false | package com.robobank.statement.processor;
import com.rabobank.statement.exception.CustomerStatementException;
import com.rabobank.statement.model.CustomerStatementModel;
import com.rabobank.statement.processor.XMLStatementProcessor;
import org.junit.Assert;
import org.junit.Before;
import org.junit.Rule;
import org.ju... | UTF-8 | Java | 1,700 | java | XMLStatementProcessorTest.java | Java | [] | null | [] | package com.robobank.statement.processor;
import com.rabobank.statement.exception.CustomerStatementException;
import com.rabobank.statement.model.CustomerStatementModel;
import com.rabobank.statement.processor.XMLStatementProcessor;
import org.junit.Assert;
import org.junit.Before;
import org.junit.Rule;
import org.ju... | 1,700 | 0.757647 | 0.756471 | 51 | 32.333332 | 28.812216 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.686275 | false | false | 4 |
060b8e98a4f0652906ded058c3195ecf42df6537 | 14,697,378,124,320 | 11c8292b2721f64837a86ae016d9c7c9591ad771 | /src/main/java/com/adobe/aem/init/dogmatix/http/handlers/HttpRequestHandler.java | 7311beed7e57e8b45620cd1ced186a11a5f3385a | [] | no_license | vnagpal81/http-webserver | https://github.com/vnagpal81/http-webserver | 067c833a74f7437073ed6a427b79a30945d3a930 | 3fe108156d2386b5d31cf1200cbeb8ab51bffc22 | refs/heads/master | 2016-09-06T17:17:35.835000 | 2013-07-04T09:20:54 | 2013-07-04T09:20:54 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. The ASF licenses this file to You
* 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
*
... | UTF-8 | Java | 13,044 | java | HttpRequestHandler.java | Java | [
{
"context": "the stream\n * (6) Closes the socket\n * \n * @author vnagpal\n *\n */\npublic class HttpRequestHandler implements",
"end": 2823,
"score": 0.9994619488716125,
"start": 2816,
"tag": "USERNAME",
"value": "vnagpal"
}
] | null | [] | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. The ASF licenses this file to You
* 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
*
... | 13,044 | 0.659077 | 0.647041 | 424 | 29.764151 | 24.04734 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.313679 | false | false | 4 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.