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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
bacc1d6067994fa1862f0da3479f5ffd61e1e17c | 7,189,775,270,355 | a38597d9951335d6907fafeb004573ccb1f45744 | /B06A4/src/Interpreter.java | 8c70c3eee660f7be0de83c378ad9dc2f3a434853 | [] | no_license | nkuert2s/eidip | https://github.com/nkuert2s/eidip | 6dd8d8de6cda48d6d9c7dedd4894580c7f16253b | bb6760c6f4e31e54020b5f3627f92891e668e9b4 | refs/heads/master | 2020-09-23T03:40:07.515000 | 2019-12-09T09:51:30 | 2019-12-09T09:51:30 | 215,313,536 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.Scanner;
/**
* @author nkuert2s
*/
public class Interpreter {
/**
* Die Methode "eingabe" nimmt einen Scanner und einen java.io.PrintStream als Argumente an.
* @param sc Scanner liest Benutzereingaben.
* @param ps Trennt Inhalt und Ort der Ausgabe.
*/
public static void eingabe(Scanne... | UTF-8 | Java | 1,111 | java | Interpreter.java | Java | [
{
"context": "import java.util.Scanner;\n/**\n * @author nkuert2s\n */\npublic class Interpreter {\n /**\n * Die Met",
"end": 49,
"score": 0.9994708895683289,
"start": 41,
"tag": "USERNAME",
"value": "nkuert2s"
}
] | null | [] | import java.util.Scanner;
/**
* @author nkuert2s
*/
public class Interpreter {
/**
* Die Methode "eingabe" nimmt einen Scanner und einen java.io.PrintStream als Argumente an.
* @param sc Scanner liest Benutzereingaben.
* @param ps Trennt Inhalt und Ort der Ausgabe.
*/
public static void eingabe(Scanne... | 1,111 | 0.577858 | 0.573357 | 32 | 33.71875 | 26.11541 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4375 | false | false | 9 |
2e0a660862fb7fbd1f7781f40bb21f6f313d0e77 | 19,662,360,342,231 | 49d31ac5dfb198d210febd28fcae43682b488cbf | /service/src/main/java/edu/upc/eetac/dsa/walka/entity/EventCollection.java | 10c7e36f9f9a8c3012ba8b6eb7bfba031202cd15 | [
"MIT"
] | permissive | dsaqt1516g3/walka-project | https://github.com/dsaqt1516g3/walka-project | 793c879c5e7956c7941a2075bd86efec2d13bbf4 | 0edd3c2d08a1464ebff31b4bc058d0e3fcc1cfb0 | refs/heads/master | 2021-01-10T12:21:37.656000 | 2016-01-18T10:54:24 | 2016-01-18T10:54:24 | 47,185,140 | 1 | 1 | null | false | 2016-01-19T08:35:29 | 2015-12-01T11:29:13 | 2016-01-18T10:54:27 | 2016-01-19T08:35:27 | 3,777 | 0 | 1 | 0 | Java | null | null | package edu.upc.eetac.dsa.walka.entity;
import com.fasterxml.jackson.annotation.JsonInclude;
import edu.upc.eetac.dsa.walka.CalendarResource;
import edu.upc.eetac.dsa.walka.LoginResource;
import edu.upc.eetac.dsa.walka.WalkaMediaType;
import edu.upc.eetac.dsa.walka.WalkaRootAPIResource;
import org.glassfish.jersey.lin... | UTF-8 | Java | 1,796 | java | EventCollection.java | Java | [
{
"context": "rayList;\nimport java.util.List;\n\n/**\n * Created by SergioGM on 05.12.15.\n */\n@JsonInclude(JsonInclude.Include",
"end": 495,
"score": 0.9960465431213379,
"start": 487,
"tag": "USERNAME",
"value": "SergioGM"
}
] | null | [] | package edu.upc.eetac.dsa.walka.entity;
import com.fasterxml.jackson.annotation.JsonInclude;
import edu.upc.eetac.dsa.walka.CalendarResource;
import edu.upc.eetac.dsa.walka.LoginResource;
import edu.upc.eetac.dsa.walka.WalkaMediaType;
import edu.upc.eetac.dsa.walka.WalkaRootAPIResource;
import org.glassfish.jersey.lin... | 1,796 | 0.687082 | 0.683742 | 61 | 28.442623 | 33.17046 | 187 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.57377 | false | false | 9 |
ef31c641dcbd9491c71308831f3cc0dd99d28b0a | 27,822,798,161,981 | 7eb47f14cc2d32efcaebafcfe779134447c3496a | /core/src/main/java/dev/muskrat/delivery/admin/dto/AdminStatsDTO.java | afd535313da9d54faad0685b97f876104ddda9d5 | [] | no_license | sugarisboy/delivery | https://github.com/sugarisboy/delivery | 8be973e92a35c0cafa2753f31f8256051e219940 | 9fa443b335de1162bc9c2367c32d95faa4ee4ded | refs/heads/master | 2023-01-23T08:32:45.410000 | 2020-12-07T23:00:34 | 2020-12-07T23:00:34 | 184,596,270 | 0 | 0 | null | false | 2020-12-07T23:00:35 | 2019-05-02T14:31:38 | 2020-06-15T10:38:26 | 2020-12-07T23:00:35 | 1,373 | 0 | 0 | 0 | Java | false | false | package dev.muskrat.delivery.admin.dto;
import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Data;
import lombok.NoArgsConstructor;
import java.time.Instant;
@Data
@Builder
@NoArgsConstructor
@AllArgsConstructor
public class AdminStatsDTO {
private Instant startDate;
private Instant endDa... | UTF-8 | Java | 326 | java | AdminStatsDTO.java | Java | [] | null | [] | package dev.muskrat.delivery.admin.dto;
import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Data;
import lombok.NoArgsConstructor;
import java.time.Instant;
@Data
@Builder
@NoArgsConstructor
@AllArgsConstructor
public class AdminStatsDTO {
private Instant startDate;
private Instant endDa... | 326 | 0.803681 | 0.803681 | 19 | 16.157894 | 13.350589 | 39 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.421053 | false | false | 9 |
68a14800eae3652692a61e8614af065f6f965c10 | 13,005,160,988,331 | fb5bfb5b4cf7a118cb858490953e69517d8060a4 | /src/ch11/ex27/access/ProcessQueue.java | 631be7224946258b3b36d304b08dde0013f5d791 | [] | no_license | v777779/jbook | https://github.com/v777779/jbook | 573dd1e4e3847ed51c9b6b66d2b098bf8eb58af5 | 09fc56a27e9aed797327f01ea955bdf1815d0d54 | refs/heads/master | 2021-09-19T08:14:16.299000 | 2018-07-25T14:03:12 | 2018-07-25T14:03:12 | 86,017,001 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ch11.ex27.access;
import java.util.Queue;
/**
* Created by V1 on 27-Feb-17.
*/
public class ProcessQueue {
public static void processQ(Queue<Command> queue) {
while (queue.peek() != null) {
queue.remove().operation();
}
}
}
| UTF-8 | Java | 274 | java | ProcessQueue.java | Java | [
{
"context": "ccess;\n\nimport java.util.Queue;\n\n/**\n * Created by V1 on 27-Feb-17.\n */\npublic class ProcessQueue {\n\n ",
"end": 72,
"score": 0.9970619082450867,
"start": 70,
"tag": "USERNAME",
"value": "V1"
}
] | null | [] | package ch11.ex27.access;
import java.util.Queue;
/**
* Created by V1 on 27-Feb-17.
*/
public class ProcessQueue {
public static void processQ(Queue<Command> queue) {
while (queue.peek() != null) {
queue.remove().operation();
}
}
}
| 274 | 0.591241 | 0.558394 | 16 | 16.125 | 17.207829 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.1875 | false | false | 9 |
c15fcddd30398c496a3c5704a4cb3600c31faf5d | 13,005,160,989,968 | 37ec282569941409bf5dfb7480515bc18adb9b06 | /app/src/main/java/cvic/wallpapermanager/model/cycler/DefaultCycler.java | b28469544c1abc95c2854a1a704161525fe24385 | [] | no_license | chenvictor/WallpaperManager | https://github.com/chenvictor/WallpaperManager | 598a65ac277949496ae9be256c8fed6b3157858c | 518bab1a6f251678843ee7f1103dcfbec3be331c | refs/heads/master | 2020-04-03T15:04:01.439000 | 2019-02-08T05:54:45 | 2019-02-08T05:54:45 | 155,348,800 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cvic.wallpapermanager.model.cycler;
import android.graphics.Bitmap;
import android.graphics.Color;
public class DefaultCycler extends Cycler {
private Bitmap bitmap;
DefaultCycler() {
super(null);
}
@Override
public void cycle(boolean random) {
//No-op
}
@Overri... | UTF-8 | Java | 628 | java | DefaultCycler.java | Java | [] | null | [] | package cvic.wallpapermanager.model.cycler;
import android.graphics.Bitmap;
import android.graphics.Color;
public class DefaultCycler extends Cycler {
private Bitmap bitmap;
DefaultCycler() {
super(null);
}
@Override
public void cycle(boolean random) {
//No-op
}
@Overri... | 628 | 0.61465 | 0.60828 | 32 | 18.625 | 17.698429 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.34375 | false | false | 9 |
09d5dcf7cec6d5e38aa77d2ab400b065d8908fcf | 7,318,624,296,116 | 90a5bc44885741988d6a331e96825506c7692fba | /app/src/main/java/com/example/seu/RateAppActivity.java | 23997fbbff62ac8f6e7cba5fb4bee4756a211596 | [] | no_license | amir58/SEU | https://github.com/amir58/SEU | c7862dc3c15235197fd42e859c1366e049e56309 | 2d54ca9639fd96b55cd58e3701dd20ba28beacae | refs/heads/master | 2023-03-30T23:45:07.650000 | 2021-04-02T08:17:18 | 2021-04-02T08:17:18 | 296,677,017 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.seu;
import androidx.annotation.NonNull;
import androidx.appcompat.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.EditText;
import android.widget.RatingBar;
import android.widget.Toast;
import com.google.android.gms.tasks.OnCompleteListener;
impor... | UTF-8 | Java | 2,018 | java | RateAppActivity.java | Java | [] | null | [] | package com.example.seu;
import androidx.annotation.NonNull;
import androidx.appcompat.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.EditText;
import android.widget.RatingBar;
import android.widget.Toast;
import com.google.android.gms.tasks.OnCompleteListener;
impor... | 2,018 | 0.624685 | 0.624181 | 63 | 30.523809 | 24.865898 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.650794 | false | false | 9 |
43ce94ebfcd7519cfc7ca6fdf714d2a1f3ee6234 | 7,318,624,297,179 | 72737d271bebb75123d4771c5dd443970bb99cd4 | /app/src/main/java/com/hw/photomovie/sample/activityAnim/ActivityAnimSegment.java | 4e8c7ab2e29f0407605acb1e4c6615b493f6a472 | [
"Apache-2.0"
] | permissive | ChadCSong/PhotoMovie | https://github.com/ChadCSong/PhotoMovie | cf28fcf932b8a3d919babbe878cc0412d629ddd3 | afe3791965bec23ae1b847628a49ef3f01bb8bc8 | refs/heads/master | 2020-04-02T20:45:37.581000 | 2018-10-24T14:50:54 | 2018-10-24T14:50:54 | 154,778,361 | 1 | 0 | Apache-2.0 | true | 2018-10-26T04:43:30 | 2018-10-26T04:43:30 | 2018-10-26T04:43:27 | 2018-10-24T14:50:55 | 26,195 | 0 | 0 | 0 | null | false | null | package com.hw.photomovie.sample.activityAnim;
import android.app.Activity;
import android.widget.TextView;
import com.hw.photomovie.segment.MovieSegment;
/**
* Created by huangwei on 2015/7/1.
*/
public class ActivityAnimSegment extends MovieSegment<Activity> {
private float mTransX, mTransY;
private floa... | UTF-8 | Java | 1,813 | java | ActivityAnimSegment.java | Java | [
{
"context": "hotomovie.segment.MovieSegment;\n\n/**\n * Created by huangwei on 2015/7/1.\n */\npublic class ActivityAnimSegment",
"end": 183,
"score": 0.9996612668037415,
"start": 175,
"tag": "USERNAME",
"value": "huangwei"
}
] | null | [] | package com.hw.photomovie.sample.activityAnim;
import android.app.Activity;
import android.widget.TextView;
import com.hw.photomovie.segment.MovieSegment;
/**
* Created by huangwei on 2015/7/1.
*/
public class ActivityAnimSegment extends MovieSegment<Activity> {
private float mTransX, mTransY;
private floa... | 1,813 | 0.605074 | 0.594043 | 73 | 23.835617 | 22.44385 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.39726 | false | false | 9 |
60b8ec2757653e07af4385011eb2f128fb00de78 | 20,005,957,685,506 | 9bea0a9743ef950df92ae2445397b02c049649bc | /wikicon-connector/target/generated-sources/mule/org/mule/modules/wikicon/generated/adapters/WikiconConnectorProcessAdapter.java | 4e5b1bca3b09cad06f26ea50aa979c11f08357a8 | [] | no_license | mannat4rakesh/Wikipedia | https://github.com/mannat4rakesh/Wikipedia | 7bcf4b8687f8ac520a0a1da82352accb9cd95c71 | 3ec8331fa5bd4efb3377e6233ebb6d7d0b68aabb | refs/heads/master | 2021-05-07T00:29:07.893000 | 2017-11-09T22:17:11 | 2017-11-09T22:17:11 | 110,150,076 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
package org.mule.modules.wikicon.generated.adapters;
import javax.annotation.Generated;
import org.mule.api.MuleEvent;
import org.mule.api.MuleMessage;
import org.mule.api.devkit.ProcessAdapter;
import org.mule.api.devkit.ProcessTemplate;
import org.mule.api.processor.MessageProcessor;
import org.mule.api.routing.fil... | UTF-8 | Java | 1,749 | java | WikiconConnectorProcessAdapter.java | Java | [] | null | [] |
package org.mule.modules.wikicon.generated.adapters;
import javax.annotation.Generated;
import org.mule.api.MuleEvent;
import org.mule.api.MuleMessage;
import org.mule.api.devkit.ProcessAdapter;
import org.mule.api.devkit.ProcessTemplate;
import org.mule.api.processor.MessageProcessor;
import org.mule.api.routing.fil... | 1,749 | 0.726701 | 0.71012 | 49 | 34.67347 | 38.932377 | 153 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.489796 | false | false | 9 |
bb68a609c53cb20b936f8f69f26fa7d2d4365117 | 16,939,351,037,839 | 7674ebaaeac388dd16294067eef818b318494df4 | /com/cm/entities/Schedules.java | 7b3f4fdb11c436cf0b8b2cbe4167fd3936878509 | [] | no_license | baothdse/CM | https://github.com/baothdse/CM | 5c6b76cf652ea20fbc3e8dd67392ce89e2b8db41 | 938d829faa4a05b3723691db0764e6c3183b4a11 | refs/heads/master | 2021-01-11T19:01:31.743000 | 2017-03-22T13:09:22 | 2017-03-22T13:09:22 | 79,294,219 | 0 | 0 | null | false | 2017-03-22T13:09:23 | 2017-01-18T02:16:20 | 2017-01-18T02:42:04 | 2017-03-22T13:09:23 | 156 | 0 | 0 | 0 | Java | null | null | package com.cm.entities;
// Generated Feb 17, 2017 11:23:16 AM by Hibernate Tools 4.3.1.Final
import java.util.Date;
import java.util.HashSet;
import java.util.Set;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.FetchType;
import javax.persistence.GeneratedValue;
import stat... | UTF-8 | Java | 2,591 | java | Schedules.java | Java | [] | null | [] | package com.cm.entities;
// Generated Feb 17, 2017 11:23:16 AM by Hibernate Tools 4.3.1.Final
import java.util.Date;
import java.util.HashSet;
import java.util.Set;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.FetchType;
import javax.persistence.GeneratedValue;
import stat... | 2,591 | 0.732536 | 0.724045 | 116 | 21.336206 | 18.852854 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.267241 | false | false | 9 |
dbf3c236d12e69d7c153987eb13cb258a205eb47 | 2,748,779,092,307 | cc48221c73aff4762ecc4e8872659567bdfd6e37 | /trainBooking/src/main/java/com/train/services/TrainServiceImpl.java | 7a32975bd0850eaf9279b8c17eb67794aa5285fb | [
"Apache-2.0"
] | permissive | amar-m-cloud/TrainTicketBooking | https://github.com/amar-m-cloud/TrainTicketBooking | 565abe98a9360629430364a65acbc90f820e58b4 | 37ac5a625e1705bfa6405ec1b663813ce514087d | refs/heads/master | 2022-04-06T21:27:38.673000 | 2019-02-08T06:50:14 | 2019-02-08T06:50:14 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.train.services;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.data.mongodb.core.MongoTemplate;
import org.springframework.data.mongodb.core.query.Criteria;
import org.springframework.data.mongodb.core.query.Query;
import org.springframewor... | UTF-8 | Java | 1,111 | java | TrainServiceImpl.java | Java | [] | null | [] | package com.train.services;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.data.mongodb.core.MongoTemplate;
import org.springframework.data.mongodb.core.query.Criteria;
import org.springframework.data.mongodb.core.query.Query;
import org.springframewor... | 1,111 | 0.774077 | 0.774077 | 43 | 24.83721 | 28.668863 | 137 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.209302 | false | false | 9 |
0329933847dd6601729594c88ec8f63b5a15ab5a | 17,798,344,493,605 | de8246abcc54f3a5e6eac761338cbbaa9c2f8251 | /app/src/main/java/pe/busapp/TarifaActivity.java | 47dddee983f97ae6d706a4561e5341938caa8309 | [] | no_license | fduartej/BusAppAndroidDemo | https://github.com/fduartej/BusAppAndroidDemo | 170e539c69075adf012be15f5e43d503725651ca | be289ef30703e2860493c1c6e0979a836d9399a7 | refs/heads/master | 2020-03-19T23:48:19.244000 | 2018-06-12T05:15:02 | 2018-06-12T05:15:02 | 137,020,336 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package pe.busapp;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.ImageButton;
import android.widget.TextView;
import android.widget.Button;
public class TarifaActivity extends AppCompatActivity {
@Override... | UTF-8 | Java | 1,752 | java | TarifaActivity.java | Java | [] | null | [] | package pe.busapp;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.ImageButton;
import android.widget.TextView;
import android.widget.Button;
public class TarifaActivity extends AppCompatActivity {
@Override... | 1,752 | 0.659817 | 0.650685 | 55 | 30.854546 | 23.001516 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.509091 | false | false | 9 |
d445c06ae55002822f90b81907ed583f62226c8b | 13,623,636,299,699 | 28fb9884e4b35831bbccf3ead11296bf08272173 | /estatioapp/app/src/main/java/org/estatio/module/capex/dom/bankaccount/verification/triggers/BankAccount_triggerAbstract.java | 02613376b5291728a98b84fc660c02cef03f9550 | [
"Apache-2.0"
] | permissive | grandPiano/estatio | https://github.com/grandPiano/estatio | 1703191d57f4a784fbfa33f96cd3fe68ce66a575 | 3923f15a59fc13dff2aa181e89dbd4fa6750c107 | refs/heads/master | 2020-08-12T18:39:28.628000 | 2019-10-04T09:33:09 | 2019-10-04T09:33:09 | 214,820,841 | 1 | 0 | Apache-2.0 | true | 2019-10-13T13:00:55 | 2019-10-13T13:00:55 | 2019-10-04T12:33:29 | 2019-10-10T05:32:03 | 48,034 | 0 | 0 | 0 | null | false | false | package org.estatio.module.capex.dom.bankaccount.verification.triggers;
import org.estatio.module.capex.dom.bankaccount.verification.BankAccountVerificationState;
import org.estatio.module.capex.dom.bankaccount.verification.BankAccountVerificationStateTransition;
import org.estatio.module.capex.dom.bankaccount.verific... | UTF-8 | Java | 1,446 | java | BankAccount_triggerAbstract.java | Java | [] | null | [] | package org.estatio.module.capex.dom.bankaccount.verification.triggers;
import org.estatio.module.capex.dom.bankaccount.verification.BankAccountVerificationState;
import org.estatio.module.capex.dom.bankaccount.verification.BankAccountVerificationStateTransition;
import org.estatio.module.capex.dom.bankaccount.verific... | 1,446 | 0.729599 | 0.729599 | 30 | 47.200001 | 39.124077 | 135 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 14 |
6a719a734a6d5af0a1ce5c2d6584a690ee420f77 | 6,433,861,044,442 | b276117026e1ea3d305a61aa1f2887177cdf2c93 | /app/src/main/java/com/veevapp/customer/util/SortHandler.java | bcbb542d7dca3ff4a5941ac20ce2c9c8f11ee5b3 | [] | no_license | mehdikazemi8/online-shop | https://github.com/mehdikazemi8/online-shop | 0cc71f3e39d7ed61bb1fbe1402bfb3f8295c7c73 | 266195af44b9ce68b83f6328e4600007ef2a1355 | refs/heads/master | 2020-07-01T23:24:22.361000 | 2017-12-19T10:20:24 | 2017-12-19T10:20:24 | 201,340,339 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.veevapp.customer.util;
import com.veevapp.customer.data.models.SortItem;
import java.util.ArrayList;
import java.util.List;
/**
* Created by iman.
* iman.neofight@gmail.com
*/
public class SortHandler {
private static SortHandler mInstance;
public static SortHandler getInstance(){
if(m... | UTF-8 | Java | 1,004 | java | SortHandler.java | Java | [
{
"context": "rayList;\nimport java.util.List;\n\n/**\n * Created by iman.\n * iman.neofight@gmail.com\n */\npublic class Sort",
"end": 161,
"score": 0.9990851283073425,
"start": 157,
"tag": "USERNAME",
"value": "iman"
},
{
"context": "import java.util.List;\n\n/**\n * Created by ima... | null | [] | package com.veevapp.customer.util;
import com.veevapp.customer.data.models.SortItem;
import java.util.ArrayList;
import java.util.List;
/**
* Created by iman.
* <EMAIL>
*/
public class SortHandler {
private static SortHandler mInstance;
public static SortHandler getInstance(){
if(mInstance==null)
... | 988 | 0.655892 | 0.651721 | 37 | 24.945946 | 22.35578 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.621622 | false | false | 14 |
27c18582ed5456c8fbaa12e4f0a4d92136deec28 | 9,990,093,964,186 | 0ead3e938502f6c54d4f01c58e77992f09edfbc4 | /src/main/java/org/devathon/contest2016/mm/mechanics/entities/MusicEntityType.java | 5152797d9d7bf3ff1fe4672cd05a5ea7ac99b0d5 | [] | no_license | ZECHEESELORD/Minikloon-2016 | https://github.com/ZECHEESELORD/Minikloon-2016 | 4dd64fd6f5b8181b9da71dca92cf3d4b6bef1330 | c015c15581bfd11eb2bd130246b6d14f5f6dc29a | refs/heads/master | 2021-06-06T20:44:54.315000 | 2016-11-06T11:32:05 | 2016-11-06T11:32:05 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.devathon.contest2016.mm.mechanics.entities;
import com.google.common.collect.ImmutableMap;
import org.devathon.contest2016.mm.utils.serialization.Codec;
import java.util.HashMap;
import java.util.Map;
public enum MusicEntityType {
SUPER_NOTE(0, new SuperNote.SuperNoteCodec()),
MUSIC_STRING(1, new... | UTF-8 | Java | 993 | java | MusicEntityType.java | Java | [] | null | [] | package org.devathon.contest2016.mm.mechanics.entities;
import com.google.common.collect.ImmutableMap;
import org.devathon.contest2016.mm.utils.serialization.Codec;
import java.util.HashMap;
import java.util.Map;
public enum MusicEntityType {
SUPER_NOTE(0, new SuperNote.SuperNoteCodec()),
MUSIC_STRING(1, new... | 993 | 0.657603 | 0.646526 | 39 | 24.461538 | 22.063831 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.641026 | false | false | 14 |
942d5baf09885a842279c3b7dd6bc051a0d23e91 | 30,520,037,650,314 | f0e3a214be4b6d667e9739b957b46037087503a2 | /src/com/room406/dialog/Answer.java | b524ca719204ccdd2ef1608779036228962dadc8 | [] | no_license | Solonets/TeamBuildingEscape | https://github.com/Solonets/TeamBuildingEscape | feadb09fe9ea192c19efc075ed61d243202196e1 | 339bdff8844a5d4a32156e9610dad11177c818ab | refs/heads/master | 2018-12-29T21:26:46.097000 | 2015-08-04T13:57:31 | 2015-08-04T13:57:31 | 40,081,239 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.room406.dialog;
import com.room406.inventory.InventoryItem;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.List;
/**
* Created by ������ on 02.08.2015.
*/
public class Answer implements Serializable {
private String message;
private InventoryItem dependency;
priva... | UTF-8 | Java | 1,127 | java | Answer.java | Java | [
{
"context": "ayList;\nimport java.util.List;\n\n/**\n * Created by ������ on 02.08.2015.\n */\npublic class Answer implements",
"end": 173,
"score": 0.7988674640655518,
"start": 173,
"tag": "NAME",
"value": ""
}
] | null | [] | package com.room406.dialog;
import com.room406.inventory.InventoryItem;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.List;
/**
* Created by ������ on 02.08.2015.
*/
public class Answer implements Serializable {
private String message;
private InventoryItem dependency;
priva... | 1,127 | 0.634081 | 0.621525 | 54 | 19.648148 | 16.755493 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.425926 | false | false | 14 |
5b737a692610c0ac8e937924e6cc1d323fe819a4 | 27,831,388,093,814 | ecce353fc76da452d1b6dcf3d17b81387959d0b9 | /openMPS/src/main/java/nds/core/common/popup/service/impl/PopupServiceImpl.java | 90f6e6f65af6bac75b4f80ea3888e32f172db0f9 | [
"Apache-2.0"
] | permissive | nds1993/OpenMPS | https://github.com/nds1993/OpenMPS | 531ff9c110d7f1579f0a694a9c7b4a92dbd69043 | 8dc08d4cfe78303863387e8f0029b6e85cdfd020 | refs/heads/master | 2020-12-02T19:49:36.142000 | 2017-11-28T02:24:32 | 2017-11-28T02:24:32 | 96,393,573 | 3 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package nds.core.common.popup.service.impl;
import java.util.List;
import javax.annotation.Resource;
import nds.core.common.common.service.AttachFileVO;
import nds.core.common.common.service.NeedsMstVO;
import nds.core.common.popup.service.CnslTypeVO;
import nds.core.common.popup.service.PopupAcepnoVO;
import nds.c... | UTF-8 | Java | 42,051 | java | PopupServiceImpl.java | Java | [
{
"context": ".12.23 초기작성(김태호)</pre>\n * @author <a href=\"mailto:thkim@nds.co.kr\">김태호</a>\n * @version 1.0\n */\n@Service(\"popupServi",
"end": 1679,
"score": 0.9999327063560486,
"start": 1664,
"tag": "EMAIL",
"value": "thkim@nds.co.kr"
},
{
"context": "/pre>\n * @author <a href=\"... | null | [] | package nds.core.common.popup.service.impl;
import java.util.List;
import javax.annotation.Resource;
import nds.core.common.common.service.AttachFileVO;
import nds.core.common.common.service.NeedsMstVO;
import nds.core.common.popup.service.CnslTypeVO;
import nds.core.common.popup.service.PopupAcepnoVO;
import nds.c... | 42,043 | 0.547848 | 0.542482 | 1,316 | 29.167173 | 25.793592 | 123 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.728723 | false | false | 14 |
a9594b5bb16162cc500509d7517e3ed3035f9efb | 29,068,338,723,742 | 50694f80c0443eba692b819b550030ba10a74b35 | /org.xjtusicd3.portal/src/main/java/org/xjtusicd3/portal/controller/UserController.java | 8d4c86a28880d00d92548fd9cf5e0091a05758a7 | [] | no_license | zhuzhangli/robotTwo | https://github.com/zhuzhangli/robotTwo | d6dda291534da25696b9688ad501fdb10e197755 | afff265b80b60a935b4612297a181825d172ded0 | refs/heads/master | 2021-08-31T12:57:14.772000 | 2017-12-21T10:45:37 | 2017-12-21T10:45:37 | 114,988,044 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.xjtusicd3.portal.controller;
import java.io.UnsupportedEncodingException;
import java.security.MessageDigest;
import java.security.NoSuchAlgorithmException;
import java.util.List;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.servlet.http.HttpSes... | UTF-8 | Java | 10,695 | java | UserController.java | Java | [
{
"context": "om.alibaba.fastjson.JSONObject;\n/**\n * \n * @author zzl\n *\n */\n@Controller\npublic class UserController \n{",
"end": 1018,
"score": 0.9996593594551086,
"start": 1015,
"tag": "USERNAME",
"value": "zzl"
},
{
"context": ".getParameter(\"userPassword\");\n\t\tString pa... | null | [] | package org.xjtusicd3.portal.controller;
import java.io.UnsupportedEncodingException;
import java.security.MessageDigest;
import java.security.NoSuchAlgorithmException;
import java.util.List;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.servlet.http.HttpSes... | 10,694 | 0.693199 | 0.68731 | 388 | 25.260309 | 26.75378 | 151 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.770619 | false | false | 14 |
45ae5533b3a921416b8cd20b0ee433ac951c42ad | 5,265,629,934,525 | 2c1bc443ba1f37b317f5b6631721ae87e21e9ba0 | /fbp-core/src/main/java/app/fbpJlib/fbp/patterns/Con1.java | 3f5cc63d3f0b8eace46bd90cad1ec60c72b228fb | [] | no_license | spantonsg/fbp | https://github.com/spantonsg/fbp | 931eb717b19b354c3f964fff1538e863272b488f | 709d33e4b646b05788717e33ab0dc036ed9690be | refs/heads/master | 2020-02-06T01:57:08.927000 | 2016-01-10T23:20:01 | 2016-01-10T23:20:01 | 19,355,748 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright 2014 steve.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in w... | UTF-8 | Java | 3,415 | java | Con1.java | Java | [
{
"context": "/*\n * Copyright 2014 steve.\n *\n * Licensed under the Apache License, Version",
"end": 26,
"score": 0.8565744161605835,
"start": 21,
"tag": "USERNAME",
"value": "steve"
},
{
"context": "port (IIP) and one output port (OP).\n *\n * @author Stephen G Spanton\n */\npubli... | null | [] | /*
* Copyright 2014 steve.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in w... | 3,404 | 0.632504 | 0.626354 | 127 | 25.889763 | 23.794802 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.244094 | false | false | 14 |
5f20b766332a41c34adf2b8c7e08a4752870d913 | 2,963,527,469,037 | 6c436abb86f43411e54d571ac0ce26d7e462caf3 | /src/main/java/com/ai/parse_row_data/dao/entity/Plan.java | fef0c47cdf2db45f1c2e44d20282076632999672 | [] | no_license | Xio123/parse_row_data | https://github.com/Xio123/parse_row_data | 1a5fe04835580eb7c31d65f0941d32c53125f252 | ebf522b73d0eba4074b9791af284c29b39fe0842 | refs/heads/master | 2021-05-05T18:40:25.306000 | 2018-01-16T11:08:11 | 2018-01-16T11:08:11 | 117,702,059 | 2 | 1 | null | true | 2018-01-16T15:31:03 | 2018-01-16T15:31:03 | 2018-01-10T06:00:10 | 2018-01-16T15:08:09 | 30 | 0 | 0 | 0 | null | false | null | package com.ai.parse_row_data.dao.entity;
import com.ai.parse_row_data.constant.SharesTypeEnum;
import com.ai.parse_row_data.constant.TradeActionEnum;
import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Data;
import lombok.NoArgsConstructor;
import javax.persistence.*;
import java.math.BigDecimal;
... | UTF-8 | Java | 1,668 | java | Plan.java | Java | [
{
"context": "va.time.format.DateTimeFormatter;\n\n/**\n * @Author:qmfang\n * @Description:\n * @Date:Created in 21:17 2018/1",
"end": 445,
"score": 0.9996218681335449,
"start": 439,
"tag": "USERNAME",
"value": "qmfang"
}
] | null | [] | package com.ai.parse_row_data.dao.entity;
import com.ai.parse_row_data.constant.SharesTypeEnum;
import com.ai.parse_row_data.constant.TradeActionEnum;
import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Data;
import lombok.NoArgsConstructor;
import javax.persistence.*;
import java.math.BigDecimal;
... | 1,668 | 0.697842 | 0.68705 | 60 | 26.799999 | 23.908716 | 131 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6 | false | false | 14 |
fcfd997edde2eaddcccb66d4b0f1e911d9ec3676 | 9,715,216,056,660 | 94ea580868e9e48353c0bab331d4afad36992f66 | /app/src/main/java/ru/sigmadigital/inchat/models/realm/ChatRealm.java | 35e3396229b2b587c24e0a9b59b89dfc1ebd4094 | [] | no_license | ann134/inchatapp | https://github.com/ann134/inchatapp | 1b25a26aeb59a841a320de3c621a45317195026d | 9258b2cc64143f28a5488fb4bb92a020fcaf4d73 | refs/heads/master | 2020-08-13T15:49:17.462000 | 2019-10-14T09:04:27 | 2019-10-14T09:04:27 | 214,995,680 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ru.sigmadigital.inchat.models.realm;
import io.realm.RealmList;
import io.realm.RealmObject;
public class ChatRealm extends RealmObject {
long chatId;
RealmList<ChatMessageRealm> messages;
}
| UTF-8 | Java | 214 | java | ChatRealm.java | Java | [] | null | [] | package ru.sigmadigital.inchat.models.realm;
import io.realm.RealmList;
import io.realm.RealmObject;
public class ChatRealm extends RealmObject {
long chatId;
RealmList<ChatMessageRealm> messages;
}
| 214 | 0.771028 | 0.771028 | 14 | 14.285714 | 17.753988 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.357143 | false | false | 14 |
164a6d524535e6338a82c159c851d91de0fd3a99 | 31,078,383,378,127 | c3392b2b4b4f886248124259eea00c60604c9ac3 | /src/main/java/com/example/mms/dao/AbstractDao.java | eeac44e9912144fe14aefab64d42a40ba7a04ad2 | [] | no_license | Minagis/mmss | https://github.com/Minagis/mmss | e16c92a284e4c40bf8454e736aad8cf9538b1025 | 7a407716bb476ff50bdb434cae6525256d984c22 | refs/heads/master | 2021-09-11T14:03:05.926000 | 2018-04-08T14:45:55 | 2018-04-08T14:45:55 | 114,741,748 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.mms.dao;
import com.example.mms.entity.AbstractEntity;
import org.springframework.data.repository.CrudRepository;
import org.springframework.data.repository.NoRepositoryBean;
import java.io.Serializable;
@NoRepositoryBean
public interface AbstractDao<T extends AbstractEntity, E extends Serializab... | UTF-8 | Java | 357 | java | AbstractDao.java | Java | [] | null | [] | package com.example.mms.dao;
import com.example.mms.entity.AbstractEntity;
import org.springframework.data.repository.CrudRepository;
import org.springframework.data.repository.NoRepositoryBean;
import java.io.Serializable;
@NoRepositoryBean
public interface AbstractDao<T extends AbstractEntity, E extends Serializab... | 357 | 0.837535 | 0.837535 | 11 | 31.454546 | 32.814529 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.636364 | false | false | 14 |
ef5066b7840cbc50adff1344d7ba68cfdc6bae16 | 31,078,383,382,145 | 3b38ec8ce2173e219c1a927bbbdfed583287c866 | /sdk/src/main/java/io/localizable/sdk/networking/client/LocalizableMockClient.java | a99bcde0847d26ef62253f1ab5e11c57842c70ea | [
"MIT"
] | permissive | localizable/android-sdk | https://github.com/localizable/android-sdk | be13ed65a6e70a14b6ed52862c3a051db611a777 | 662141975d54ee2ac53bf64d18c9021a2bf4c8ba | refs/heads/master | 2021-01-15T15:50:30.825000 | 2016-09-26T16:15:19 | 2016-09-26T16:15:19 | 55,599,793 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package io.localizable.sdk.networking.client;
import okhttp3.Call;
import okhttp3.OkHttpClient;
import okhttp3.Request;
/**
* Mock client to return mocked responses.
*/
public class LocalizableMockClient extends OkHttpClient {
/**
* Default constructor - Loads the mocked responses to ensure a response is give... | UTF-8 | Java | 602 | java | LocalizableMockClient.java | Java | [] | null | [] | package io.localizable.sdk.networking.client;
import okhttp3.Call;
import okhttp3.OkHttpClient;
import okhttp3.Request;
/**
* Mock client to return mocked responses.
*/
public class LocalizableMockClient extends OkHttpClient {
/**
* Default constructor - Loads the mocked responses to ensure a response is give... | 602 | 0.72093 | 0.715947 | 27 | 21.333334 | 22.084015 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.185185 | false | false | 14 |
058564ad8cc0373d4a7e57b091074cd7cc30bcf9 | 4,612,794,909,050 | 87736bc5cde37c39f06ba79e559e7d92cdb773f1 | /src/com/my/pro/action/NewsAction.java | 350e36d498bc940c52da75971cc26fb95a9da44b | [] | no_license | zhengjingyong/shop | https://github.com/zhengjingyong/shop | 0378b9f37cf71593dfcd07cb74ba5822e418ec74 | 683df37e0d00ab13644e20f093736e6c88e8d14c | refs/heads/master | 2020-11-29T18:58:53.694000 | 2019-12-26T04:35:40 | 2019-12-26T04:35:40 | 230,195,188 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.my.pro.action;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.InputStream;
import java.io.OutputStream;
import java.util.ArrayList;
import java.util.Collections;
import java.util.Date;
import java.util.HashMap;
import java.util.List;
import java.util.Map... | UTF-8 | Java | 4,314 | java | NewsAction.java | Java | [] | null | [] | package com.my.pro.action;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.InputStream;
import java.io.OutputStream;
import java.util.ArrayList;
import java.util.Collections;
import java.util.Date;
import java.util.HashMap;
import java.util.List;
import java.util.Map... | 4,314 | 0.693679 | 0.690114 | 184 | 21.869566 | 18.445995 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.407609 | false | false | 14 |
f89dcb04c1f085cb8ee3a633a990cdd4d7af68fe | 38,336,878,112,506 | d89962542c50f82c28dc8ec27dbf4db11b700bd8 | /MineSquare.java | 2e15e6ee3a66fcb4b903d07296f53eed0e004c4b | [] | no_license | jcastner/Minesweeper | https://github.com/jcastner/Minesweeper | 4df2757938cacfb34f7b883ece13df7713557305 | d63e24c42a7ddcd19f3c2ba1e824df3011c906f0 | refs/heads/main | 2023-04-21T20:08:28.765000 | 2021-05-11T03:52:45 | 2021-05-11T03:52:45 | 362,604,923 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public class MineSquare extends Square {
/**
* Uncovers the given mine
* @return bool if the mine was uncovered or not
*/
@Override
public boolean uncover() { // Didn't really use the bool implementation and also set the element of the square elsewhere
if(!isFlagged()) {
s... | UTF-8 | Java | 528 | java | MineSquare.java | Java | [] | null | [] | public class MineSquare extends Square {
/**
* Uncovers the given mine
* @return bool if the mine was uncovered or not
*/
@Override
public boolean uncover() { // Didn't really use the bool implementation and also set the element of the square elsewhere
if(!isFlagged()) {
s... | 528 | 0.57197 | 0.57197 | 21 | 24.142857 | 26.282867 | 124 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.190476 | false | false | 14 |
642e2a6707585868525db515e34181840654c374 | 35,510,789,648,999 | cd729d157f144bf1f8615a9b5b8b2f472829ee0b | /src/main/java/at/fhv/mm/endpoint/HistoryEndpoint.java | bda3b1d42399e14bee42b37e54afa883a1756de0 | [] | no_license | Flowkii/MusicMatchBackend | https://github.com/Flowkii/MusicMatchBackend | 5c3d6e328ae938cf3d2cb0d5180c96766c145648 | bd8f636058e53b13f98351ce77bca17b2be8888d | refs/heads/master | 2020-04-18T00:44:08.531000 | 2019-02-05T15:52:31 | 2019-02-05T15:52:31 | 167,088,737 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package at.fhv.mm.endpoint;
// Start of user code (user defined imports)
import org.springframework.web.bind.annotation.CrossOrigin;
// End of user code
@CrossOrigin
@org.springframework.web.bind.annotation.RestController
public class HistoryEndpoint {
// Start of user code (user defined attributes)
// End of us... | UTF-8 | Java | 749 | java | HistoryEndpoint.java | Java | [] | null | [] | package at.fhv.mm.endpoint;
// Start of user code (user defined imports)
import org.springframework.web.bind.annotation.CrossOrigin;
// End of user code
@CrossOrigin
@org.springframework.web.bind.annotation.RestController
public class HistoryEndpoint {
// Start of user code (user defined attributes)
// End of us... | 749 | 0.75968 | 0.75968 | 26 | 27.807692 | 31.942278 | 139 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.807692 | false | false | 14 |
361b0d0d8168e7f81445cebfa2d713b9f6c7b5e5 | 38,474,317,060,900 | 3bd3d1ff4b62046273beea9516df64deea281646 | /src/YouMeIMEngine/Android/javasdk/src/com/youme/imsdk/YIMService.java | 29f5197607a2c71099b471ec77f1d98e3c178cf8 | [] | no_license | cansou/IMSDK | https://github.com/cansou/IMSDK | 37604d7a6a7a7ad738442989f5da5639f90c2d22 | 6dde2b96ef8a641ca9b7d354038e0e39a341466d | refs/heads/master | 2022-09-04T01:36:52.861000 | 2020-05-24T09:47:27 | 2020-05-24T09:47:27 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.youme.imsdk;
import android.content.Context;
import android.os.Handler;
import android.text.TextUtils;
import android.util.Log;
import com.google.gson.Gson;
import com.google.gson.GsonBuilder;
import com.youme.im.IMEngine;
import com.youme.imsdk.YIMService.Errorcode;
import com.youme.imsdk.in... | UTF-8 | Java | 108,235 | java | YIMService.java | Java | [
{
"context": " 2029;\t\t\t// 停止播放失败\r\n\r\n /**\r\n * Java瀹夊叏楠岃瘉閿欒鐮�\r\n */\r\n public final stat",
"end": 9298,
"score": 0.5683713555335999,
"start": 9297,
"tag": "NAME",
"value": "瀹"
},
{
"context": "2029;\t\t\t// 停止播放失败\r\n\r\n /**\r\n ... | null | [] | package com.youme.imsdk;
import android.content.Context;
import android.os.Handler;
import android.text.TextUtils;
import android.util.Log;
import com.google.gson.Gson;
import com.google.gson.GsonBuilder;
import com.youme.im.IMEngine;
import com.youme.imsdk.YIMService.Errorcode;
import com.youme.imsdk.in... | 108,241 | 0.570151 | 0.562917 | 2,549 | 37.264027 | 31.962975 | 224 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.047862 | false | false | 14 |
35fc914c8574061ef6628cf1d47b78f21640351d | 39,556,648,820,913 | f2a08ad5bac3c2127802acd5f3b974ad83f2e843 | /tcc-core/src/main/java/com/example/tcccore/entity/annotation/TccRpc.java | df779002a304f37e93bc89fd9093ee6c2178370d | [] | no_license | maxuewen/transfer | https://github.com/maxuewen/transfer | 741703180c8fdf87c67c19e56503c3c88756727a | cd7842dce318d080ce4b87bc5786ace71e90f1bc | refs/heads/master | 2020-03-21T07:53:21.563000 | 2018-06-22T13:27:58 | 2018-06-22T13:27:58 | 138,305,917 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.tcccore.entity.annotation;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
* 用在Feign调用的远程接口里面的方法上,表明当前调用的是一个tcc事务
* Created by MaXuewen on 2018/6/21.
*/
@Target({ElementType.METH... | UTF-8 | Java | 446 | java | TccRpc.java | Java | [
{
"context": "用在Feign调用的远程接口里面的方法上,表明当前调用的是一个tcc事务\n * Created by MaXuewen on 2018/6/21.\n */\n@Target({ElementType.METHOD})\n@",
"end": 276,
"score": 0.9995876550674438,
"start": 268,
"tag": "USERNAME",
"value": "MaXuewen"
}
] | null | [] | package com.example.tcccore.entity.annotation;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
* 用在Feign调用的远程接口里面的方法上,表明当前调用的是一个tcc事务
* Created by MaXuewen on 2018/6/21.
*/
@Target({ElementType.METH... | 446 | 0.802564 | 0.784615 | 15 | 25 | 17.366634 | 46 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 14 |
2932a3792c0d7df646e51e65c8476cd140f4cfef | 38,963,943,353,530 | 3c2e3d773ec3801429b583dfb5b596d1f98436c9 | /xygportal/src/main/java/com/keke/sanshui/pay/paypull/PaypullRequestVo.java | ee3b20211295921e879748cccfe67b2bb7790a2c | [] | no_license | haoshijing/xyg | https://github.com/haoshijing/xyg | 92cc0993caf65efcd8111c1309d10f1f0cf0913b | d308a63d151deb3e0d785da4bdb7babd9958f2af | refs/heads/master | 2021-09-10T12:41:09.293000 | 2018-03-26T12:53:53 | 2018-03-26T12:56:19 | 116,113,762 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.keke.sanshui.pay.paypull;
import lombok.Data;
/**
* @author haoshijing
* @version 2017年11月02日 12:27
**/
@Data
public class PaypullRequestVo {
private String appId;
private String orderNo;
private String amount;
private String subject;
private String notifyUrl;
private String ex... | UTF-8 | Java | 333 | java | PaypullRequestVo.java | Java | [
{
"context": ".pay.paypull;\n\nimport lombok.Data;\n\n/**\n * @author haoshijing\n * @version 2017年11月02日 12:27\n **/\n@Data\npublic c",
"end": 85,
"score": 0.9994831085205078,
"start": 75,
"tag": "USERNAME",
"value": "haoshijing"
}
] | null | [] | package com.keke.sanshui.pay.paypull;
import lombok.Data;
/**
* @author haoshijing
* @version 2017年11月02日 12:27
**/
@Data
public class PaypullRequestVo {
private String appId;
private String orderNo;
private String amount;
private String subject;
private String notifyUrl;
private String ex... | 333 | 0.712538 | 0.675841 | 18 | 17.166666 | 12.78997 | 37 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.444444 | false | false | 14 |
52958927789fe48defe536494a59aa50126c3f29 | 32,435,593,079,091 | 026e6bcde4cc678ad0410c652d98054684c036bb | /src/com/ebay/search/pageObject/LoginPageObject.java | bdd156fd7e47673ab7e9c20e94587993f9ecabfb | [] | no_license | lathamtest/test | https://github.com/lathamtest/test | c2b6e36ab4a4511c9db6bce7cdc49a4695cee851 | 225c935e77becbb6954792d2157ec85010177cd0 | refs/heads/master | 2021-07-08T12:29:41.129000 | 2017-10-08T04:05:56 | 2017-10-08T04:05:56 | 106,148,329 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ebay.search.pageObject;
import java.util.HashMap;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.support.ui.WebDriverWait;
import com.ebay.libraries.GenericFunction;
import com.ebay.results.ExtentResults;
public class LoginPageObject {
WebDriver driver;
WebDriverWait wait;
GenericFun... | UTF-8 | Java | 1,347 | java | LoginPageObject.java | Java | [] | null | [] | package com.ebay.search.pageObject;
import java.util.HashMap;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.support.ui.WebDriverWait;
import com.ebay.libraries.GenericFunction;
import com.ebay.results.ExtentResults;
public class LoginPageObject {
WebDriver driver;
WebDriverWait wait;
GenericFun... | 1,347 | 0.749814 | 0.749814 | 55 | 23.49091 | 28.637466 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.363636 | false | false | 14 |
dbafd19f995c03e8bf580e837f2fa0f1a78ec1f3 | 35,923,106,512,602 | acf68e74e39d0e6af9b0ea848ea63864d5e7dbbe | /src/main/java/com/gizmo/unusedassets/entity/HappyCreeperEntity.java | a4ef0ba2b1c8d6bce952e5f7487081074232cbdf | [] | no_license | Bananandyyy/Unused-Assets | https://github.com/Bananandyyy/Unused-Assets | 8906a85a85c6b9f549a3593014acb99d2184c6c2 | 7a07a853198f1d57e458c12e4963408ad463e167 | refs/heads/master | 2023-01-13T19:15:47.655000 | 2020-11-22T19:14:54 | 2020-11-22T19:14:54 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.gizmo.unusedassets.entity;
import net.minecraft.entity.CreatureEntity;
import net.minecraft.entity.EntityType;
import net.minecraft.entity.ai.attributes.AttributeModifierMap;
import net.minecraft.entity.ai.attributes.Attributes;
import net.minecraft.entity.ai.goal.AvoidEntityGoal;
import net.minecraft.enti... | UTF-8 | Java | 1,779 | java | HappyCreeperEntity.java | Java | [] | null | [] | package com.gizmo.unusedassets.entity;
import net.minecraft.entity.CreatureEntity;
import net.minecraft.entity.EntityType;
import net.minecraft.entity.ai.attributes.AttributeModifierMap;
import net.minecraft.entity.ai.attributes.Attributes;
import net.minecraft.entity.ai.goal.AvoidEntityGoal;
import net.minecraft.enti... | 1,779 | 0.806071 | 0.788645 | 43 | 40.372093 | 31.142601 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.674419 | false | false | 14 |
9faead1a861069699b3ea4eb4a4ac79508771375 | 36,902,359,021,409 | e0189b05e1267ef4e3333da401451a8e54fac3f2 | /android/app/src/main/java/com/thinktown/utils/NumRuntime.java | a71ce4c0bafaf2ff18ba900a09a2c418d1647b34 | [] | no_license | wuxujun/tonline | https://github.com/wuxujun/tonline | 5577be992ab920ae4f5d90fea928f2c38534f7d7 | 6802b63647cf66541849d7c903d375c3028d57ef | refs/heads/master | 2018-09-09T21:02:54.413000 | 2018-06-24T14:56:08 | 2018-06-24T14:56:08 | 136,127,980 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.thinktown.utils;
/**
* Created by xujunwu on 2018/3/9.
*/
public class NumRuntime {
private int value;
public NumRuntime(int runtime){
this.value=runtime;
}
public int getValue(){
return value;
}
}
| UTF-8 | Java | 250 | java | NumRuntime.java | Java | [
{
"context": "package com.thinktown.utils;\n\n/**\n * Created by xujunwu on 2018/3/9.\n */\n\npublic class NumRuntime {\n p",
"end": 55,
"score": 0.9994338154792786,
"start": 48,
"tag": "USERNAME",
"value": "xujunwu"
}
] | null | [] | package com.thinktown.utils;
/**
* Created by xujunwu on 2018/3/9.
*/
public class NumRuntime {
private int value;
public NumRuntime(int runtime){
this.value=runtime;
}
public int getValue(){
return value;
}
}
| 250 | 0.616 | 0.592 | 15 | 15.666667 | 12.928865 | 35 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.266667 | false | false | 14 |
3f1c3e2c10b64f518867ac5cce3794a083329d56 | 36,876,589,219,074 | 3e7f6831b754a5268cba78e7b02f605c2642d942 | /src/main/java/com/peopleflow/enums/StateEnum.java | 106765fa3aadbbd28fabb729081da5ade9f0a2fe | [] | no_license | MarkoMilenkovic/peopleflow | https://github.com/MarkoMilenkovic/peopleflow | a62b0f93760787d49160e5953be4de8a5a083b53 | 85f108de1fe8c4bfa609933575a1436088f4e84b | refs/heads/master | 2023-03-13T03:30:36.939000 | 2021-03-08T10:55:36 | 2021-03-08T10:55:36 | 345,112,182 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.peopleflow.enums;
import lombok.Getter;
import lombok.RequiredArgsConstructor;
@RequiredArgsConstructor
@Getter
public enum StateEnum {
ADDED("ADDED"),
IN_CHECK("IN-CHECK"),
APPROVED("APPROVED"),
ACTIVE("ACTIVE");
private final String stateName;
}
| UTF-8 | Java | 285 | java | StateEnum.java | Java | [] | null | [] | package com.peopleflow.enums;
import lombok.Getter;
import lombok.RequiredArgsConstructor;
@RequiredArgsConstructor
@Getter
public enum StateEnum {
ADDED("ADDED"),
IN_CHECK("IN-CHECK"),
APPROVED("APPROVED"),
ACTIVE("ACTIVE");
private final String stateName;
}
| 285 | 0.719298 | 0.719298 | 17 | 15.764706 | 13.135177 | 38 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.470588 | false | false | 14 |
b776bb7870b7645a7475f075f6a199fab67605a1 | 15,633,681,021,358 | da795b5ac2e2ccaa41e4a63cd561ceee2bf61cef | /src/main/java/org/yah/tests/perceptron/RandomUtils.java | 2f94eaf55cae2f9ffc79112851b119c2e62676a9 | [] | no_license | mflament/nn-perceptron | https://github.com/mflament/nn-perceptron | c8ec9bfced96a3e347ea14f0af4cefbb60c00691 | c8f64b693f186dd2233e689ec6881877ff772727 | refs/heads/master | 2023-01-04T12:55:33.171000 | 2020-11-03T12:04:25 | 2020-11-03T12:04:25 | 309,663,874 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.yah.tests.perceptron;
import java.util.Random;
import java.util.function.DoubleSupplier;
public final class RandomUtils {
public static final long SEED = seed();
private RandomUtils() {}
public static Random newRandom() {
return newRandom(seed());
}
public static Random new... | UTF-8 | Java | 953 | java | RandomUtils.java | Java | [] | null | [] | package org.yah.tests.perceptron;
import java.util.Random;
import java.util.function.DoubleSupplier;
public final class RandomUtils {
public static final long SEED = seed();
private RandomUtils() {}
public static Random newRandom() {
return newRandom(seed());
}
public static Random new... | 953 | 0.602309 | 0.60021 | 40 | 22.825001 | 20.059771 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.325 | false | false | 14 |
904a86164dd104b196467ef72774a593db16d725 | 37,512,244,372,988 | 2cab630bff8d7dea77324d6209792c35d0313ac0 | /13_spring/src/main/java/di/OAresource/Menu.java | 9e059c629d3b671b19d474b0155fad956f1e15fd | [] | no_license | diesel88/bitLecture | https://github.com/diesel88/bitLecture | dc3819412d8d95dc43398d320e073aa87d6c74b6 | 936f4a48d1f9a2a97f4c4771385fbcc1dde36a7a | refs/heads/master | 2021-01-25T08:07:54.652000 | 2017-07-04T12:12:21 | 2017-07-04T12:12:21 | 93,721,734 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package di.OAresource;
import javax.annotation.Resource;
import org.springframework.beans.factory.annotation.Qualifier;
public class Menu {
// @Resource(name="ham") // 이름 검색 주입
@Resource // 타입 검색 주입
@Qualifier("h")
private ISand sand;
public Menu() {
System.out.println("매개변수 없는 Menu 생성자");... | UTF-8 | Java | 721 | java | Menu.java | Java | [] | null | [] | package di.OAresource;
import javax.annotation.Resource;
import org.springframework.beans.factory.annotation.Qualifier;
public class Menu {
// @Resource(name="ham") // 이름 검색 주입
@Resource // 타입 검색 주입
@Qualifier("h")
private ISand sand;
public Menu() {
System.out.println("매개변수 없는 Menu 생성자");... | 721 | 0.618067 | 0.618067 | 31 | 17.967741 | 16.495325 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.387097 | false | false | 14 |
19b8bbb8364ade7611d69bbaec5762732c046c8c | 18,631,568,188,810 | 3a08e0f04becfb243ed55c72778a0f7d28080940 | /LrucacheDemo/src/main/java/com/jdjz/weex/modle/Event/ContactsEvent.java | 9031d954e8153353a2885cedc3e2083fea2153bd | [] | no_license | whtchl/AndroidDemo | https://github.com/whtchl/AndroidDemo | ce5f8a8f6d0d2980a03b3bffbeea4e88ca01af19 | eb302b7f0fa17b8f77ce9f02ac02b46b94e1f46e | refs/heads/master | 2020-03-28T17:11:59.295000 | 2018-11-01T01:41:52 | 2018-11-01T01:41:52 | 140,680,246 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jdjz.weex.modle.Event;
public class ContactsEvent {
}
| UTF-8 | Java | 67 | java | ContactsEvent.java | Java | [] | null | [] | package com.jdjz.weex.modle.Event;
public class ContactsEvent {
}
| 67 | 0.776119 | 0.776119 | 4 | 15.75 | 15.400893 | 34 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 14 |
04a8101f67b6dbf01e847e6ed463666655cf9b99 | 38,972,533,245,035 | b765ff986f0cd8ae206fde13105321838e246a0a | /Inspect/app/src/main/java/com/growingio_rewriter/b/t.java | fa17b3b657393713a26ad0bed33673a526640ca7 | [] | no_license | piece-the-world/inspect | https://github.com/piece-the-world/inspect | fe3036409b20ba66343815c3c5c9f4b0b768c355 | a660dd65d7f40501d95429f8d2b126bd8f59b8db | refs/heads/master | 2020-11-29T15:28:39.406000 | 2016-10-09T06:24:32 | 2016-10-09T06:24:32 | 66,539,462 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Decompiled with CFR 0_115.
*/
package com.growingio.b;
import com.growingio.b.I;
import com.growingio.b.a.Q;
import com.growingio.b.a.T;
import com.growingio.b.a.a;
import com.growingio.b.a.aA;
import com.growingio.b.a.ac;
import com.growingio.b.a.c;
import com.growingio.b.a.h;
import com.growingio.b.a.p;
impor... | UTF-8 | Java | 5,588 | java | t.java | Java | [] | null | [] | /*
* Decompiled with CFR 0_115.
*/
package com.growingio.b;
import com.growingio.b.I;
import com.growingio.b.a.Q;
import com.growingio.b.a.T;
import com.growingio.b.a.a;
import com.growingio.b.a.aA;
import com.growingio.b.a.ac;
import com.growingio.b.a.c;
import com.growingio.b.a.h;
import com.growingio.b.a.p;
impor... | 5,588 | 0.489442 | 0.468862 | 244 | 21.897541 | 16.879568 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.528689 | false | false | 14 |
8f0418ea6a07a1cf2b8a10993d187b70778a3295 | 26,199,300,558,824 | a91edb9c8096a162586f610905d53946afdf917b | /src/main/java/org/foi/hr/mdm/IspisPodataka.java | 706af4202e3c5c1fa9264574632bc9666cc83dc5 | [] | no_license | valpozar/MDM-na-razini-dr-ave | https://github.com/valpozar/MDM-na-razini-dr-ave | c1cb8ec7df637443c04fe605a34c5f8b475d318c | 17462f6535a180f6d1c6188d31292c9e09edf00f | refs/heads/master | 2022-12-17T06:56:41.047000 | 2020-08-30T00:04:42 | 2020-08-30T00:04:42 | 291,176,558 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.foi.hr.mdm;
import java.util.Date;
public class IspisPodataka {
private Long oib;
private String ime;
private String prezime;
private String djevojackoPrezime;
private Date datumRodenja;
private String bracniStatus;
private Date datumVjencanja;
private Long OIBsupruznika;
... | UTF-8 | Java | 4,615 | java | IspisPodataka.java | Java | [] | null | [] | package org.foi.hr.mdm;
import java.util.Date;
public class IspisPodataka {
private Long oib;
private String ime;
private String prezime;
private String djevojackoPrezime;
private Date datumRodenja;
private String bracniStatus;
private Date datumVjencanja;
private Long OIBsupruznika;
... | 4,615 | 0.609101 | 0.609101 | 204 | 21.622549 | 18.510719 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.352941 | false | false | 14 |
c88daaaddb3e27cf5d43d44f7cfd169de678f52c | 6,287,832,180,812 | d94c9b026eefa31222df504a8525caa64ca256d8 | /Programowanie obiektowe/src/com/company/Ebook.java | d2f4b8c2c699d6e787be3f488d71944548a0ca1a | [] | no_license | kacper-ctrl/K.Chojnacki | https://github.com/kacper-ctrl/K.Chojnacki | 44150a695a374f1903583da9f365dac99f78e94c | e16b729678911138e47b6e8f6832fd00d9c7af5f | refs/heads/master | 2021-01-31T07:06:51.574000 | 2020-05-19T17:02:47 | 2020-05-19T17:02:47 | 243,511,846 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.company;
public class Ebook extends Ksiazka {
private int rozmiar_pliku;
private String format_pliku;
public Ebook(int id, int cena, String data_wydania, String autor, int ilosc_stron, int waga, String wydawca, int rozmiar_pliku, String format_pliku) {
super(id, cena, data_wydan... | UTF-8 | Java | 833 | java | Ebook.java | Java | [] | null | [] | package com.company;
public class Ebook extends Ksiazka {
private int rozmiar_pliku;
private String format_pliku;
public Ebook(int id, int cena, String data_wydania, String autor, int ilosc_stron, int waga, String wydawca, int rozmiar_pliku, String format_pliku) {
super(id, cena, data_wydan... | 833 | 0.637455 | 0.637455 | 29 | 26.724138 | 31.668428 | 154 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.827586 | false | false | 14 |
d0ac96aab1e4136888abf1a4f76d38b4cd3ce91a | 2,181,843,399,731 | d0966b71e6adc2fd3610180d5fca7e7610b51e74 | /TDD/5/CalculatorTest.java | 1d19433686f605aeafe5fe86c918a7849ac7024d | [] | no_license | ShubhamLaad-webonise/webonise-assignments | https://github.com/ShubhamLaad-webonise/webonise-assignments | bf7733a5b4029a96b135bd14f752b3f5a0a3f8d1 | 5ddffa3e47c6db043d2e2c1caacd1757053153e1 | refs/heads/master | 2021-01-19T18:58:45.600000 | 2017-04-16T04:50:18 | 2017-04-16T04:50:18 | 88,391,653 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import static org.junit.Assert.*;
import org.junit.Before;
import org.junit.Test;
public class CalculatorTest {
Calculator calculator;
@Before
public void setUp(){
calculator =new Calculator();
}
@Test
public void testAdd() {
//addition test cases
assertEquals(0,calculator.add(0, 0),0);
assertEquals(-2.... | UTF-8 | Java | 1,543 | java | CalculatorTest.java | Java | [] | null | [] | import static org.junit.Assert.*;
import org.junit.Before;
import org.junit.Test;
public class CalculatorTest {
Calculator calculator;
@Before
public void setUp(){
calculator =new Calculator();
}
@Test
public void testAdd() {
//addition test cases
assertEquals(0,calculator.add(0, 0),0);
assertEquals(-2.... | 1,543 | 0.718082 | 0.585872 | 48 | 31.145834 | 22.993649 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.020833 | false | false | 14 |
b1f8a2f56f13c2fc49d6ea45211f3d01a5a78304 | 16,398,185,205,830 | d91a85402013307528b15a5c14ca30f5dddfb86a | /app/src/main/java/com/sc2toolslab/sc2bm/ui/presenters/SimulatorResultsPresenter.java | 0e144e9d72ee197f0d59848fb949b4367980fe31 | [
"MIT"
] | permissive | yarus/sc2buildmaker-android | https://github.com/yarus/sc2buildmaker-android | c439c1f5b8a7a4748a73ed6e33d0bdd2c6590482 | 11636e7f84d939d0f3e7e110be11a3b19d169ae3 | refs/heads/master | 2023-02-08T10:34:14.849000 | 2020-12-25T14:45:29 | 2020-12-25T14:45:29 | 261,724,179 | 0 | 0 | MIT | false | 2020-12-23T16:08:45 | 2020-05-06T10:20:58 | 2020-09-30T19:39:48 | 2020-12-23T16:08:44 | 4,432 | 1 | 0 | 0 | Java | false | false | package com.sc2toolslab.sc2bm.ui.presenters;
import com.sc2toolslab.sc2bm.constants.AppConstants;
import com.sc2toolslab.sc2bm.domain.BuildItemEntity;
import com.sc2toolslab.sc2bm.domain.BuildItemTypeEnum;
import com.sc2toolslab.sc2bm.domain.BuildOrderEntity;
import com.sc2toolslab.sc2bm.domain.RaceEnum;
import com.sc... | UTF-8 | Java | 11,904 | java | SimulatorResultsPresenter.java | Java | [] | null | [] | package com.sc2toolslab.sc2bm.ui.presenters;
import com.sc2toolslab.sc2bm.constants.AppConstants;
import com.sc2toolslab.sc2bm.domain.BuildItemEntity;
import com.sc2toolslab.sc2bm.domain.BuildItemTypeEnum;
import com.sc2toolslab.sc2bm.domain.BuildOrderEntity;
import com.sc2toolslab.sc2bm.domain.RaceEnum;
import com.sc... | 11,904 | 0.652806 | 0.644405 | 305 | 38.029507 | 32.820862 | 202 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.622951 | false | false | 14 |
f1310617c60261d6f55848f0d210808b37d6c446 | 25,142,738,573,497 | 7b14a1b9d900c3bcc43db286056f89edf99f998d | /tinyber-comm/src/main/java/com/tiny/common/response/BoolResult.java | b160895f9ab4d1ab90173589af110e0f063776c5 | [] | no_license | unnoc/tinyber-im | https://github.com/unnoc/tinyber-im | e0544209972882f3ff2d87bbc7106aba280af250 | f419590269b8aad9995a6fcc772272eef267fad2 | refs/heads/master | 2023-04-12T18:40:51.046000 | 2021-04-12T12:42:31 | 2021-04-12T12:42:31 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.tiny.common.response;
/**
* 登录
* @author wangwei
*/
public class BoolResult {
/**
* 业务是否成功 true-成功或存在 false-失败或不存在", example = "true", dataType = "boolean"
*/
private boolean bizSuccess;
public BoolResult() {
}
public BoolResult(boolean bizSuccess) {
this.bizSucc... | UTF-8 | Java | 551 | java | BoolResult.java | Java | [
{
"context": "ge com.tiny.common.response;\n\n/**\n * 登录\n * @author wangwei\n */\npublic class BoolResult {\n\n /**\n * 业务是",
"end": 63,
"score": 0.9977848529815674,
"start": 56,
"tag": "USERNAME",
"value": "wangwei"
}
] | null | [] | package com.tiny.common.response;
/**
* 登录
* @author wangwei
*/
public class BoolResult {
/**
* 业务是否成功 true-成功或存在 false-失败或不存在", example = "true", dataType = "boolean"
*/
private boolean bizSuccess;
public BoolResult() {
}
public BoolResult(boolean bizSuccess) {
this.bizSucc... | 551 | 0.619883 | 0.619883 | 28 | 17.321428 | 19.491854 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 14 |
4394072253e79653e1948727a5ce3012faed0d53 | 8,658,654,125,837 | dc5b524a7eafb13d4cba91d5a0df737587901dbf | /src/main/java/com/calebematos/algafood/domain/exception/CozinhaNaoEncontradoException.java | 9ec0fc25538fb863fb6326fced9f2b569855e7b8 | [] | no_license | calebematos/algafood-api | https://github.com/calebematos/algafood-api | 84d0c2d08330fba9509653582eb4efa7d57bed6e | b743b4e993d1593bd723e7928439853bc88fd518 | refs/heads/master | 2022-07-26T01:58:51.511000 | 2020-05-13T23:49:30 | 2020-05-13T23:49:30 | 223,950,082 | 0 | 0 | null | false | 2022-07-15T21:07:55 | 2019-11-25T13:02:50 | 2020-05-13T23:49:44 | 2022-07-15T21:07:55 | 458 | 0 | 0 | 1 | Java | false | false | package com.calebematos.algafood.domain.exception;
public class CozinhaNaoEncontradoException extends EntidadeNaoEncontradaException {
private static final long serialVersionUID = 1L;
public CozinhaNaoEncontradoException(String mensagem) {
super(mensagem);
}
public CozinhaNaoEncontradoException(Long cozinhaI... | UTF-8 | Java | 415 | java | CozinhaNaoEncontradoException.java | Java | [] | null | [] | package com.calebematos.algafood.domain.exception;
public class CozinhaNaoEncontradoException extends EntidadeNaoEncontradaException {
private static final long serialVersionUID = 1L;
public CozinhaNaoEncontradoException(String mensagem) {
super(mensagem);
}
public CozinhaNaoEncontradoException(Long cozinhaI... | 415 | 0.803874 | 0.801453 | 15 | 26.533333 | 30.860691 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 14 |
8d0718be906e3879695f6c0c0ee261c80a655011 | 18,365,280,222,133 | 64ddb9cb527c2c749ba87ce71550b8ada93f92cc | /src/main/java/cn/lams/service/impl/OaDataRcvServiceImpl.java | 70303b3b2dca8b84b654e5b1d1b34a13c3dce27f | [] | no_license | luyuwww/LamsSznyIF | https://github.com/luyuwww/LamsSznyIF | 59c6c67bb8f797ac812fce990bbc8ffcc2b56b6d | 66ce12c4e57616907f9ffc67b65987bc0ab7f57e | refs/heads/master | 2020-04-06T21:21:12.785000 | 2018-11-16T02:25:18 | 2018-11-16T02:25:18 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.lams.service.impl;
import ch.qos.logback.classic.Logger;
import cn.lams.service.BaseService;
import cn.lams.service.i.OaDataRcvService;
import cn.lams.util.DateUtil;
import org.apache.commons.io.FileUtils;
import org.apache.commons.io.IOUtils;
import org.apache.commons.lang.StringUtils;
import org.slf4j.Log... | UTF-8 | Java | 5,772 | java | OaDataRcvServiceImpl.java | Java | [] | null | [] | package cn.lams.service.impl;
import ch.qos.logback.classic.Logger;
import cn.lams.service.BaseService;
import cn.lams.service.i.OaDataRcvService;
import cn.lams.util.DateUtil;
import org.apache.commons.io.FileUtils;
import org.apache.commons.io.IOUtils;
import org.apache.commons.lang.StringUtils;
import org.slf4j.Log... | 5,772 | 0.686071 | 0.681913 | 154 | 36.480518 | 28.708843 | 137 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.902597 | false | false | 14 |
961e817e1ca888498557ed285c5cf1a3853db52b | 5,171,140,660,645 | 6a009de13e6f53309c0867952e0925ec9192e025 | /src/main/java/client/controller/gamecontrollers/gamestagecontroller/handlers/flipsummon/FlipSummonProcessor.java | c89d116b531245ba86ff31f2e4f61ba126129f9c | [] | no_license | Beny-Maleki/Yu-Gi-Oh-Final-Phase | https://github.com/Beny-Maleki/Yu-Gi-Oh-Final-Phase | 7a3493fb6ccb050364e34543bcfc041a3ecdadce | 632c9afc45cc233378fb50b66d37dd4f55b06d4e | refs/heads/main | 2023-06-22T13:27:28.788000 | 2021-07-25T10:16:10 | 2021-07-25T10:16:10 | 386,225,508 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package client.controller.gamecontrollers.gamestagecontroller.handlers.flipsummon;
import client.model.gameprop.gamemodel.Game;
public abstract class FlipSummonProcessor {
FlipSummonProcessor processor;
public FlipSummonProcessor(FlipSummonProcessor processor) {
this.processor = processor;
}
... | UTF-8 | Java | 465 | java | FlipSummonProcessor.java | Java | [] | null | [] | package client.controller.gamecontrollers.gamestagecontroller.handlers.flipsummon;
import client.model.gameprop.gamemodel.Game;
public abstract class FlipSummonProcessor {
FlipSummonProcessor processor;
public FlipSummonProcessor(FlipSummonProcessor processor) {
this.processor = processor;
}
... | 465 | 0.722581 | 0.722581 | 17 | 26.352942 | 24.158646 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.352941 | false | false | 14 |
2131a07f805cd366a39f2312ea8409b9de30b13c | 30,640,296,747,897 | 90d7b98e0149c9db52ba7af998e3f56847440d53 | /src/main/java/com/oversea/common/response/ht/ginza/PCCashierResponse.java | 43851c364bdf4fd11bd19d212cc83f3180254d44 | [] | no_license | tzwdbd/common | https://github.com/tzwdbd/common | ce80bcb7fabd42e484fe421ef2ef5dadc0e32f03 | 32adb67f068d3a7263399c9aacd7c1c3aec9b1b3 | refs/heads/master | 2020-02-19T16:53:25.218000 | 2018-03-23T04:54:27 | 2018-03-23T04:54:27 | 126,921,662 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.oversea.common.response.ht.ginza;
import java.util.List;
import com.oversea.common.domain.user.UserCoupon;
import com.oversea.common.response.ResponseBaseParams;
import com.oversea.common.view.address.DeliveryAddress;
import com.oversea.common.view.groupbuy.GroupGoodsCashier;
import com.oversea.common.vie... | UTF-8 | Java | 2,481 | java | PCCashierResponse.java | Java | [] | null | [] | package com.oversea.common.response.ht.ginza;
import java.util.List;
import com.oversea.common.domain.user.UserCoupon;
import com.oversea.common.response.ResponseBaseParams;
import com.oversea.common.view.address.DeliveryAddress;
import com.oversea.common.view.groupbuy.GroupGoodsCashier;
import com.oversea.common.vie... | 2,481 | 0.76 | 0.752165 | 85 | 27.529411 | 24.266941 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.411765 | false | false | 14 |
b52572c6a50a43493575396ca8a47aa2189fd1ff | 19,499,151,546,827 | 3d9ae435fe20820eed99e43f73f92ab427597d6f | /src/ua/maker/gbible/adapter/ItemListHistoryAdapter.java | 8c391be5c3cf80d866f075278346099161b98214 | [] | no_license | cxemuch205/bible_by_den4ik | https://github.com/cxemuch205/bible_by_den4ik | 44711e3dcfd30a31224cebab17452d6a43af780a | 1f14f6f6f263f5a451cf5fb80e8e77983f8bc803 | refs/heads/master | 2021-01-21T21:49:08.385000 | 2015-10-02T07:46:51 | 2015-10-02T07:46:51 | 13,245,994 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ua.maker.gbible.adapter;
import java.util.List;
import ua.maker.gbible.R;
import ua.maker.gbible.structs.HistoryStruct;
import ua.maker.gbible.utils.Tools;
import android.app.Activity;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
... | UTF-8 | Java | 1,772 | java | ItemListHistoryAdapter.java | Java | [] | null | [] | package ua.maker.gbible.adapter;
import java.util.List;
import ua.maker.gbible.R;
import ua.maker.gbible.structs.HistoryStruct;
import ua.maker.gbible.utils.Tools;
import android.app.Activity;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
... | 1,772 | 0.747743 | 0.747743 | 63 | 27.126984 | 24.39522 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.015873 | false | false | 14 |
a3d809a9ed282a2d04b7813472699f96a8f5958d | 8,400,956,044,652 | 0a03d83d75c0a73caa193e62fe205c43abf72b29 | /src/com/modusgo/twg/requesttasks/UpdateMaintenanceCountdownTask.java | 95fcd2c622cb5f93deb56efbc286e5452bafee73 | [] | no_license | lwllovewf2010/TWG_Android | https://github.com/lwllovewf2010/TWG_Android | 4f4f2dd22a54e82845707cce84e4d5e81f29ba8f | 1c84a28136db915dcd0846dd6b8981be39c34f83 | refs/heads/master | 2021-01-18T10:26:03.119000 | 2015-02-12T19:40:28 | 2015-02-12T19:40:28 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
*
*/
package com.modusgo.twg.requesttasks;
import com.modusgo.templates.UpdateCallback;
import com.modusgo.twg.Constants;
import com.modusgo.twg.db.DbHelper;
import com.modusgo.twg.db.MaintenanceContract.MaintenanceEntry;
import android.content.ContentValues;
import android.content.Context;
import android.conte... | UTF-8 | Java | 2,890 | java | UpdateMaintenanceCountdownTask.java | Java | [
{
"context": "roid.preference.PreferenceManager;\n\n/**\n * @author yaturner\n *\n */\npublic class UpdateMaintenanceCountdownTas",
"end": 568,
"score": 0.9996172189712524,
"start": 560,
"tag": "USERNAME",
"value": "yaturner"
}
] | null | [] | /**
*
*/
package com.modusgo.twg.requesttasks;
import com.modusgo.templates.UpdateCallback;
import com.modusgo.twg.Constants;
import com.modusgo.twg.db.DbHelper;
import com.modusgo.twg.db.MaintenanceContract.MaintenanceEntry;
import android.content.ContentValues;
import android.content.Context;
import android.conte... | 2,890 | 0.746021 | 0.743253 | 97 | 28.793814 | 27.594986 | 108 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.278351 | false | false | 14 |
9dc05558018a3e5538ba9775372bf42036ed6690 | 29,308,856,840,608 | aa7dc311bfe07cb000331d2575612ebd0e61f189 | /src/main/java/com/xiexing/service/impl/StuService.java | c1e924edb089ef422ade86f4f64d55cb0094159a | [] | no_license | oswizar/os | https://github.com/oswizar/os | 16dc560319e1dde2b3a0ac10ab589acc832f9755 | 0b4b4d0a3f99413a511c6ddc552bc4f4846017d1 | refs/heads/master | 2020-04-02T13:36:14.840000 | 2018-11-01T10:41:50 | 2018-11-01T10:41:50 | 154,488,176 | 0 | 0 | null | false | 2018-11-01T10:41:50 | 2018-10-24T11:18:11 | 2018-10-25T14:26:34 | 2018-11-01T10:41:50 | 151 | 0 | 0 | 0 | HTML | false | null | package com.xiexing.service.impl;
import com.xiexing.dao.StuMapper;
import com.xiexing.entities.Stu;
import com.xiexing.service.IStuService;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.stereotype.Service;
import javax.annotation.Resource;
import java.util.List;
@Service("stuSe... | UTF-8 | Java | 1,873 | java | StuService.java | Java | [] | null | [] | package com.xiexing.service.impl;
import com.xiexing.dao.StuMapper;
import com.xiexing.entities.Stu;
import com.xiexing.service.IStuService;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.stereotype.Service;
import javax.annotation.Resource;
import java.util.List;
@Service("stuSe... | 1,873 | 0.548827 | 0.546099 | 94 | 18.5 | 14.972848 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.287234 | false | false | 14 |
6b258a149d9651b552cf7740f6e404c08c7d98a5 | 10,058,813,413,964 | 6df9bc2675f48303913b0351a4f2434863e10b5a | /Prj/library/src/main/java/com/redfish/library/Print/PrintPortInternet.java | f67bbd71e6318e2c1ebf0ef9f0e6f0adb9688e20 | [] | no_license | hug2008/Rfca | https://github.com/hug2008/Rfca | 3c88b61799d312b6dfa56b8a7d3a0b73ae7b96d5 | d8ae07813209f41dbda48f82a9e7c62a73d6d3b6 | refs/heads/master | 2017-05-17T11:37:22.266000 | 2017-03-14T07:54:18 | 2017-03-14T07:54:18 | 68,595,102 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.redfish.library.Print;
import android.os.Handler;
import android.support.annotation.NonNull;
import com.redfish.library.Annotation.PositiveInteger;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
import java.net.Inet4Address;
import java.net.InetAddress;
import java.n... | UTF-8 | Java | 8,008 | java | PrintPortInternet.java | Java | [
{
"context": "redfish.library.Print.PrintPortInternet\n * Author: hug\n * Email: hug@Redfish.com\n * Date: 2016/9/26 0026",
"end": 690,
"score": 0.9995756149291992,
"start": 687,
"tag": "USERNAME",
"value": "hug"
},
{
"context": "y.Print.PrintPortInternet\n * Author: hug\n * Email: h... | null | [] | package com.redfish.library.Print;
import android.os.Handler;
import android.support.annotation.NonNull;
import com.redfish.library.Annotation.PositiveInteger;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
import java.net.Inet4Address;
import java.net.InetAddress;
import java.n... | 8,000 | 0.454033 | 0.450025 | 287 | 26.818815 | 20.606703 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.372822 | false | false | 14 |
dfab206a9d59ba0f1b9235491a3a764e43ac7028 | 15,058,155,349,095 | 2f5747827c24708b6f565d133f22fa76098b770e | /simpleCoding_algo/AtoIconversion.java | 2d0d41e8096378b5a0f8f313dff67f105db774eb | [] | no_license | mehagarg/Java_Algorithm_Coding_Practise_Example | https://github.com/mehagarg/Java_Algorithm_Coding_Practise_Example | 1069f0897736223dbee7046583c30242ff9a473c | 2b5ded1cacb46068732b4d17cfdfa03f70bf019f | refs/heads/master | 2021-01-19T07:56:34.783000 | 2015-07-07T00:18:48 | 2015-07-07T00:18:48 | 38,653,661 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package simpleCoding_algo;
public class AtoIconversion {
/**
* @param args
*/
public static void main(String[] args) {
// TODO Auto-generated method stub
System.out.println(atoi(" -123 "));
}
public static int atoi(String s){
if(s.length()<0 || s==null){
return 0;
}
s = s.trim();
ch... | UTF-8 | Java | 841 | java | AtoIconversion.java | Java | [] | null | [] | package simpleCoding_algo;
public class AtoIconversion {
/**
* @param args
*/
public static void main(String[] args) {
// TODO Auto-generated method stub
System.out.println(atoi(" -123 "));
}
public static int atoi(String s){
if(s.length()<0 || s==null){
return 0;
}
s = s.trim();
ch... | 841 | 0.530321 | 0.512485 | 54 | 14.574074 | 14.838141 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.12963 | false | false | 14 |
6f6a9ea8775a4431e4cf46f5b5bdf5e03ff0450d | 472,446,414,588 | 9027349ae1fae89a63434c71d2d5352b49c9960e | /SmartSwitch/app/src/main/java/com/example/happy_yaonima/smartswitch/MainActivity.java | cadef833ad6064e9988f66da5c7f4b52287daae7 | [] | no_license | restress/AndroidBlueTooth | https://github.com/restress/AndroidBlueTooth | 3d208ebbbcc4e89a42b981a814ca5224428d75ce | 15cd8be161aabe1c2dbcf9f11e48252f0fe0252e | refs/heads/master | 2020-12-24T05:48:56.104000 | 2017-04-04T13:06:26 | 2017-04-04T13:06:34 | 63,460,181 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.happy_yaonima.smartswitch;
import android.app.Activity;
import android.bluetooth.BluetoothAdapter;
import android.bluetooth.BluetoothDevice;
import android.bluetooth.BluetoothSocket;
import android.content.Intent;
import android.os.Handler;
import android.os.Message;
import android.support.v7.app.A... | UTF-8 | Java | 12,769 | java | MainActivity.java | Java | [
{
"context": "package com.example.happy_yaonima.smartswitch;\n\nimport android.app.Activity;\nimport",
"end": 33,
"score": 0.8515947461128235,
"start": 20,
"tag": "USERNAME",
"value": "happy_yaonima"
}
] | null | [] | package com.example.happy_yaonima.smartswitch;
import android.app.Activity;
import android.bluetooth.BluetoothAdapter;
import android.bluetooth.BluetoothDevice;
import android.bluetooth.BluetoothSocket;
import android.content.Intent;
import android.os.Handler;
import android.os.Message;
import android.support.v7.app.A... | 12,769 | 0.484401 | 0.476232 | 332 | 33.656628 | 22.733053 | 123 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.605422 | false | false | 14 |
44f737453031ae978bfae7501ede686fe33c248d | 4,080,218,937,822 | 7606b269f6459ff261414259e8b88efa4db5439f | /homework5/src/task2/Schedule.java | 5ba7f44eb06fd71d4a89d449b72ef8b6d4c65aa1 | [] | no_license | anrysliusar/Java-Homeworks | https://github.com/anrysliusar/Java-Homeworks | 1d199d3346d36e43b273339cf988877b2cd95d34 | db3b067784ef02823dc693c24c0d632cbefd0406 | refs/heads/master | 2023-03-23T23:34:33.550000 | 2021-03-24T19:56:16 | 2021-03-24T19:56:16 | 341,949,430 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package task2;
import java.util.Objects;
import java.util.Set;
import java.util.TreeSet;
public class Schedule {
private Set<Seance> seances;
public Schedule() {
}
public Schedule(TreeSet<Seance> seances) {
this.seances = seances;
}
public Set<Seance> getSeances() {
return ... | UTF-8 | Java | 1,369 | java | Schedule.java | Java | [] | null | [] | package task2;
import java.util.Objects;
import java.util.Set;
import java.util.TreeSet;
public class Schedule {
private Set<Seance> seances;
public Schedule() {
}
public Schedule(TreeSet<Seance> seances) {
this.seances = seances;
}
public Set<Seance> getSeances() {
return ... | 1,369 | 0.604091 | 0.60336 | 61 | 21.442623 | 20.833866 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.344262 | false | false | 14 |
27e46f40d05803355ca77b4962852507535d8d4d | 11,605,001,681,354 | 1e47314717b2152f8f7b2bff884d4fa9ffe6d635 | /app/src/main/java/suda/sudamodweather/ui/AlarmActivity.java | 1c3476474f59657d2d73c8bf385cc9e0044bea17 | [
"Apache-2.0"
] | permissive | ghbhaha/MyWeather | https://github.com/ghbhaha/MyWeather | 664f13fb3250aec3d7a6fb7888b2ec9b153ebf40 | 2d22396d67a6a17089919b2c16f99766a1ef60fc | refs/heads/master | 2020-12-24T07:07:04.247000 | 2019-03-28T01:14:10 | 2019-03-28T01:14:10 | 58,930,570 | 78 | 27 | null | null | null | null | null | null | null | null | null | null | null | null | null | package suda.sudamodweather.ui;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.Toolbar;
import android.view.MenuItem;
import android.widget.ImageView;
import android.widget.TextView;
import suda.sudamodweather.R;
import suda.sudamodweather.dao.greendao.Alar... | UTF-8 | Java | 1,585 | java | AlarmActivity.java | Java | [] | null | [] | package suda.sudamodweather.ui;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.Toolbar;
import android.view.MenuItem;
import android.widget.ImageView;
import android.widget.TextView;
import suda.sudamodweather.R;
import suda.sudamodweather.dao.greendao.Alar... | 1,585 | 0.69653 | 0.695268 | 45 | 34.222221 | 30.48999 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.533333 | false | false | 14 |
3ee673d0fa61a2c82610f52b339173c73fedcf37 | 11,605,001,681,793 | c7bcfd05bba89d67a98d4e6f3c441ed371f643b2 | /src/poligonos/Cuadrilatero.java | 24fdda07232b515648e344d01b12b68a3b77e493 | [] | no_license | carlos-java-182/POOCuadrilatero | https://github.com/carlos-java-182/POOCuadrilatero | 90466112f5ac99dbe7db8f9b1cfa1b8e95f9319e | 789334e6651e9637675628fe617eb44b32b76cb6 | refs/heads/master | 2023-05-05T18:30:24.926000 | 2021-06-01T02:34:55 | 2021-06-01T02:34:55 | 372,680,484 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package poligonos;
public class Cuadrilatero {
// Atributos
private float lado1;
private float lado2;
// Métodos
// Método Constructor1
public Cuadrilatero(float lado1, float lado2) {
this.lado1 = lado1;
this.lado2 = lado2;
}
// Método Constructor2 (Cuadrado)
public Cuadrilatero(float lado1) {
th... | ISO-8859-2 | Java | 531 | java | Cuadrilatero.java | Java | [] | null | [] | package poligonos;
public class Cuadrilatero {
// Atributos
private float lado1;
private float lado2;
// Métodos
// Método Constructor1
public Cuadrilatero(float lado1, float lado2) {
this.lado1 = lado1;
this.lado2 = lado2;
}
// Método Constructor2 (Cuadrado)
public Cuadrilatero(float lado1) {
th... | 531 | 0.681818 | 0.645833 | 35 | 14.085714 | 14.215427 | 48 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.114286 | false | false | 14 |
cd6d044bb167f7bf86d29f107e2c644143e0a909 | 10,299,331,588,999 | 25de100bc09c43553d4136077c363a72b5501324 | /app/src/main/java/com/raju/facebookproject/ui/main/MainActivity.java | 0509084b2facfbaa499362edef4e58c903f75ac0 | [] | no_license | yadavraju/FacebookLogin_WithFriendList | https://github.com/yadavraju/FacebookLogin_WithFriendList | 868b411672d1493293160774165c3a94b1f2d343 | 6488b9d6e0b1c052f12ee9fa471a548c3db41032 | refs/heads/master | 2021-01-23T02:10:47.626000 | 2017-05-31T06:45:47 | 2017-05-31T06:45:47 | 92,912,660 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.raju.facebookproject.ui.main;
import android.content.Intent;
import android.content.pm.PackageInfo;
import android.content.pm.PackageManager;
import android.content.pm.Signature;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.util.Base64;
import android.util.Log;
... | UTF-8 | Java | 4,860 | java | MainActivity.java | Java | [] | null | [] | package com.raju.facebookproject.ui.main;
import android.content.Intent;
import android.content.pm.PackageInfo;
import android.content.pm.PackageManager;
import android.content.pm.Signature;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.util.Base64;
import android.util.Log;
... | 4,860 | 0.690947 | 0.689506 | 143 | 32.986015 | 26.181717 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.524476 | false | false | 14 |
18a890fc8f9b102c75c03072a97e00d679fc920b | 884,763,297,081 | f95468a72267cffb41b140648090118b7a3a10d9 | /app/src/main/java/com/lin/amusement/ui/adapter/WaterFallAdapter.java | 8ab8ed6cd95048695f7974612d1002bb79bae4a2 | [] | no_license | yangyuscript/Amusement | https://github.com/yangyuscript/Amusement | 25603bcf292b154a607af4726fd0385f1a6c99a5 | faec85c887c022f15a2c05d537237b93571615ad | refs/heads/master | 2021-01-16T19:25:49.855000 | 2017-08-13T10:30:48 | 2017-08-13T10:30:48 | 100,166,090 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.lin.amusement.ui.adapter;
import android.content.Context;
import android.net.Uri;
import android.support.v7.widget.RecyclerView;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import com.facebook.drawee.view.SimpleDraweeView;
import co... | UTF-8 | Java | 2,274 | java | WaterFallAdapter.java | Java | [
{
"context": "ayList;\nimport java.util.List;\n\n/**\n * Created by 18374 on 2017/8/10.\n */\n\npublic class WaterFallAdapter ",
"end": 518,
"score": 0.9985348582267761,
"start": 513,
"tag": "USERNAME",
"value": "18374"
}
] | null | [] | package com.lin.amusement.ui.adapter;
import android.content.Context;
import android.net.Uri;
import android.support.v7.widget.RecyclerView;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import com.facebook.drawee.view.SimpleDraweeView;
import co... | 2,274 | 0.680619 | 0.674249 | 71 | 29.957747 | 25.317387 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.549296 | false | false | 14 |
61234f78e8e697ee311673f7cd8669cb861dcf44 | 12,953,621,375,724 | 8b6ad660844c2ed786a86263cdc14bbea49e007d | /src/Main.java | 89b919e5dfd5a2cf12e52c4b118d22a18a3adff9 | [] | no_license | FarzinShoja/ITEC3150 | https://github.com/FarzinShoja/ITEC3150 | 432a3903fa588db354f603cce33f4241e6b69f1d | e009c494e0209704acaea2f82fe7a5e05f684b68 | refs/heads/master | 2020-04-01T19:14:54.588000 | 2018-10-18T01:18:49 | 2018-10-18T01:18:49 | 153,544,313 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.HashMap;
public class Main {
public static void main(String[] args) {
printMultiplicationTable();
}
public static void printMultiplicationTable() {
for (int i = 0; i <= 9; i++) {
for (int j = 1; j <= 9; j++) {
System.out.print(i + "X" + j + "="... | UTF-8 | Java | 724 | java | Main.java | Java | [
{
"context": "tring, String>();\n ssn.put(\"111-11-1111\", \"Superman\");\n ssn.put(\"222-22-2222\", \"Batman\");\n ",
"end": 579,
"score": 0.9996961951255798,
"start": 571,
"tag": "NAME",
"value": "Superman"
},
{
"context": "11\", \"Superman\");\n ssn.put(\"2... | null | [] | import java.util.HashMap;
public class Main {
public static void main(String[] args) {
printMultiplicationTable();
}
public static void printMultiplicationTable() {
for (int i = 0; i <= 9; i++) {
for (int j = 1; j <= 9; j++) {
System.out.print(i + "X" + j + "="... | 724 | 0.497238 | 0.45442 | 24 | 29.208334 | 20.661921 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.791667 | false | false | 14 |
804091b42a02bb39b763bad44b5cc5577f809a89 | 12,953,621,376,322 | 5ed317b222af13dee0100fb126ad6c1ed3e92b72 | /spring-fom/src/main/java/org/springframework/fom/TimedFuture.java | 6989e508e091b9b3d81d74005b617b2121f7a274 | [] | no_license | shanhm1991/fom | https://github.com/shanhm1991/fom | 72fe632c23a7fb02c8f445db13d4225fd2104d5d | 8c657ab3bc1f7b5290bc72f0e7efe80883c97dd8 | refs/heads/master | 2021-06-09T12:27:50.778000 | 2021-06-07T04:22:49 | 2021-06-07T04:22:49 | 162,954,705 | 5 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.springframework.fom;
import java.util.concurrent.Callable;
import java.util.concurrent.FutureTask;
/**
*
* @author shanhm1991@163.com
*
* @param <T> 结果类型
*/
class TimedFuture<T> extends FutureTask<T> {
private Task<?> task;
public TimedFuture(Runnable runnable, T result) {
super(runnable, res... | UTF-8 | Java | 782 | java | TimedFuture.java | Java | [
{
"context": "va.util.concurrent.FutureTask;\n\n/**\n * \n * @author shanhm1991@163.com\n *\n * @param <T> 结果类型\n */\nclass TimedFuture<T> ex",
"end": 150,
"score": 0.9999147057533264,
"start": 132,
"tag": "EMAIL",
"value": "shanhm1991@163.com"
}
] | null | [] | package org.springframework.fom;
import java.util.concurrent.Callable;
import java.util.concurrent.FutureTask;
/**
*
* @author <EMAIL>
*
* @param <T> 结果类型
*/
class TimedFuture<T> extends FutureTask<T> {
private Task<?> task;
public TimedFuture(Runnable runnable, T result) {
super(runnable, result);
}
... | 771 | 0.686047 | 0.677003 | 46 | 15.826087 | 15.613963 | 50 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.130435 | false | false | 14 |
c76ce9fbcb547936bcdfa7e6eb63fa37a84b275d | 3,272,765,108,623 | 0e1e84eb208fddb13b2580056f6c50f1c3734bd7 | /src/genlearn/IValue.java | 55f45c6132e9a4895e1cffe443ae42dcf0a21238 | [] | no_license | language-learning-laboratory/SymLearn | https://github.com/language-learning-laboratory/SymLearn | 3c7a407d15fce43ba85c2e653f7a44a68499d10c | 59ab00929bbc46f81e725e4a1ae87e92d58428d5 | refs/heads/master | 2021-05-04T09:13:52.356000 | 2016-07-29T01:12:48 | 2016-07-29T01:14:08 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package genlearn;
import clojure.lang.Keyword;
public interface IValue extends IExpr {
Keyword id();
IExpr source();
Object denotation();
IValue apply(IValue arg, boolean populateType, IExpr expr);
IValue apply(IValue arg);
}
| UTF-8 | Java | 236 | java | IValue.java | Java | [] | null | [] | package genlearn;
import clojure.lang.Keyword;
public interface IValue extends IExpr {
Keyword id();
IExpr source();
Object denotation();
IValue apply(IValue arg, boolean populateType, IExpr expr);
IValue apply(IValue arg);
}
| 236 | 0.745763 | 0.745763 | 12 | 18.583334 | 17.370752 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.25 | false | false | 14 |
81dee3e52491d9036d738e7e870bf027eaabec3b | 3,100,966,413,581 | e66a6d4f94c7f9c72a51982dce7b604e1d6845e5 | /component/foundation/src/main/java/com/fsi/monitoring/ikr/model/MetricDomainConfigField.java | 6ebb9a40a0de2388cfefee9e69990c38d9d9c8cc | [] | no_license | git-abdoul/indiktor | https://github.com/git-abdoul/indiktor | 5c7275a10537c64e7a62f4f89cac21f4811dff14 | a6dd5395978158d1a6ed6d65c80497ce0d1b3253 | refs/heads/master | 2021-06-10T01:22:22.977000 | 2016-12-23T22:08:55 | 2016-12-23T22:08:55 | 69,732,959 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.fsi.monitoring.ikr.model;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.List;
public class MetricDomainConfigField implements Serializable{
private static final long serialVersionUID = -187764874596566508L;
private int id;
private int metricDomainConfigId;
priv... | UTF-8 | Java | 2,492 | java | MetricDomainConfigField.java | Java | [] | null | [] | package com.fsi.monitoring.ikr.model;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.List;
public class MetricDomainConfigField implements Serializable{
private static final long serialVersionUID = -187764874596566508L;
private int id;
private int metricDomainConfigId;
priv... | 2,492 | 0.673756 | 0.66573 | 112 | 20.25 | 18.247553 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.964286 | false | false | 14 |
699a25446774ed732f2228e0179ce3f37859d627 | 953,482,761,753 | 84b3b214f67a72595a58b2d20112b56e5a0c28f5 | /VirtModel4/src/at/ac/tuwien/big/verocl/UnionParameterValue.java | 06a49e4774d9a712bc8650d2a86b4a79b35e4dbe | [] | no_license | rbill/virtualedit | https://github.com/rbill/virtualedit | 383fa512414ba72feb934cb96fb59e1370fc23a4 | b54e0c7247f2d4e53f488d8ef13df1b962f9bb87 | refs/heads/master | 2021-01-21T07:01:01.551000 | 2018-10-29T08:03:00 | 2018-10-29T08:03:00 | 83,294,659 | 1 | 1 | null | false | 2017-10-31T18:08:13 | 2017-02-27T09:53:05 | 2017-02-27T10:04:25 | 2017-10-31T18:08:12 | 19,099 | 0 | 1 | 0 | Java | false | null | package at.ac.tuwien.big.verocl;
public interface UnionParameterValue extends ParameterDesc {
}
| UTF-8 | Java | 98 | java | UnionParameterValue.java | Java | [] | null | [] | package at.ac.tuwien.big.verocl;
public interface UnionParameterValue extends ParameterDesc {
}
| 98 | 0.816327 | 0.816327 | 5 | 18.6 | 24.06325 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.2 | false | false | 14 |
5574d3e576eb608e4209108e3bd5ba0ca007454f | 30,794,915,515,818 | 9380285e984b014a45ea898eaa38be81cf4c89ac | /software/workspace/ipp/src/main/java/br/net/ipp/daos/empresas/TaxaRepository.java | 19e5fdad1e10bb28f1ed1ed650b79b83407e36fd | [] | no_license | camejocristiano/IPP | https://github.com/camejocristiano/IPP | 33b0e8ae7e67aaf19bee7739d28475182fe83f96 | 9334ccec0a9682ebd834da69053b7991a63a0a8e | refs/heads/master | 2021-09-08T01:13:35.394000 | 2018-03-02T21:48:47 | 2018-03-02T21:48:47 | 113,576,396 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.net.ipp.daos.empresas;
import java.util.List;
import org.springframework.data.repository.PagingAndSortingRepository;
import br.net.ipp.models.empresas.Empresa;
import br.net.ipp.models.empresas.Taxa;
public interface TaxaRepository extends PagingAndSortingRepository<Taxa, Long> {
List<Taxa> fi... | UTF-8 | Java | 354 | java | TaxaRepository.java | Java | [] | null | [] | package br.net.ipp.daos.empresas;
import java.util.List;
import org.springframework.data.repository.PagingAndSortingRepository;
import br.net.ipp.models.empresas.Empresa;
import br.net.ipp.models.empresas.Taxa;
public interface TaxaRepository extends PagingAndSortingRepository<Taxa, Long> {
List<Taxa> fi... | 354 | 0.793785 | 0.793785 | 12 | 27.5 | 27.284 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 14 |
921e8794b184673a3af60b301138de46bc9ee53f | 16,114,717,317,005 | 060bb1fd055896af53c635ad6b1f06acbe9955de | /APFA_software/src/main/java/com/damirvandic/sparker/students/group6/UniformProductDescription/RegexTester.java | b23c564a35bcf858800e45b6398877dc53b0cfee | [] | no_license | nickvalstar/APFAProject | https://github.com/nickvalstar/APFAProject | c6317318c3c48e6ed1276f60faaf5a275295763b | 938d719ef8aab79ec616025b5b5e6ca0280e0135 | refs/heads/master | 2020-07-25T23:31:10.746000 | 2019-09-14T15:06:00 | 2019-09-14T15:06:00 | 208,456,642 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.damirvandic.sparker.students.group6.UniformProductDescription;
import java.util.HashSet;
import java.util.Set;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
/**
* Created by wkuipers on 13-10-14.
*/
public class RegexTester {
public static void main(String[] args) {
String ... | UTF-8 | Java | 1,077 | java | RegexTester.java | Java | [
{
"context": "import java.util.regex.Pattern;\n\n/**\n * Created by wkuipers on 13-10-14.\n */\npublic class RegexTester {\n p",
"end": 215,
"score": 0.9997157454490662,
"start": 207,
"tag": "USERNAME",
"value": "wkuipers"
}
] | null | [] | package com.damirvandic.sparker.students.group6.UniformProductDescription;
import java.util.HashSet;
import java.util.Set;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
/**
* Created by wkuipers on 13-10-14.
*/
public class RegexTester {
public static void main(String[] args) {
String ... | 1,077 | 0.589601 | 0.558032 | 41 | 25.268293 | 23.754871 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.463415 | false | false | 14 |
b4ddd87c052662b9ca13efcd9cae8604177db9f8 | 592,705,505,988 | a2919bec74a9bd26cee72d258a67045a445fdf95 | /app/src/main/java/com/example/jobseeker/EmployerActivity.java | 7a6cc5add81b06f8a00f9373efc7f06fb3e62a2f | [] | no_license | SamaraSimha8055/JobSeeker001 | https://github.com/SamaraSimha8055/JobSeeker001 | 7e54e0f227684e744ec62ad396ed5bc23a49a5f4 | 9e0d902ac764e9e27acc0f01c2a14cff2fe0fac9 | refs/heads/master | 2023-08-29T13:27:47.570000 | 2021-10-13T09:42:53 | 2021-10-13T09:42:53 | 416,676,729 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.jobseeker;
import androidx.annotation.NonNull;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.Toast;
import com.google.android.gms... | UTF-8 | Java | 2,865 | java | EmployerActivity.java | Java | [] | null | [] | package com.example.jobseeker;
import androidx.annotation.NonNull;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.Toast;
import com.google.android.gms... | 2,865 | 0.656545 | 0.653752 | 81 | 34.382717 | 24.826096 | 116 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.777778 | false | false | 14 |
e9b53cf722d4d464b4044e92059b1b6af547a7c6 | 592,705,506,996 | 432ff46dde8c85b87e29380137a3ae254532d7d1 | /app/src/main/java/eu/thedarken/audiobug/trigger/ProximityTrigger.java | 632c355c8b1383fd548a47fd6df975c004b3228d | [
"Apache-2.0"
] | permissive | danno859/audiobug | https://github.com/danno859/audiobug | 1308a5a34d0654edab118142ba5ccdd558801ad4 | 5d497b6287e8e70e649080d33b2114f1b4850464 | refs/heads/master | 2022-01-23T07:50:47.643000 | 2018-08-30T22:46:43 | 2018-08-30T22:46:43 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package eu.thedarken.audiobug.trigger;
import android.content.Context;
import android.content.SharedPreferences;
import android.hardware.Sensor;
import android.hardware.SensorEvent;
import android.hardware.SensorEventListener;
import android.hardware.SensorManager;
import android.preference.PreferenceManager;
... | UTF-8 | Java | 2,645 | java | ProximityTrigger.java | Java | [] | null | [] | package eu.thedarken.audiobug.trigger;
import android.content.Context;
import android.content.SharedPreferences;
import android.hardware.Sensor;
import android.hardware.SensorEvent;
import android.hardware.SensorEventListener;
import android.hardware.SensorManager;
import android.preference.PreferenceManager;
... | 2,645 | 0.638941 | 0.632514 | 74 | 33.743244 | 28.045359 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.608108 | false | false | 14 |
f99936372e4d67c3ba943225b5d02751dfa94b6a | 7,421,703,535,733 | 576356b6fb4e5896f8e760173ff273d8afecaf06 | /spring-interview/design-pattern/src/main/java/cn/codingstar/offer/factory/abstrac/impl/PlumTomatoSauce.java | 327efdcda3c1e3469f843006ac57334c2a12b5a7 | [] | no_license | iCodingStar/All-Is-Offer | https://github.com/iCodingStar/All-Is-Offer | cb5bc1c83d51a482f922b14dd64ad319ab5aad09 | 257e4e7a80e3320694cc3d7d73435e270450d83f | refs/heads/master | 2021-05-01T04:09:59.603000 | 2018-04-28T14:29:44 | 2018-04-28T14:29:44 | 121,200,180 | 9 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.codingstar.offer.factory.abstrac.impl;
import cn.codingstar.offer.factory.abstrac.Sauce;
/**
* @author: CodingStar
* @contact: shixing.cs@gmail.com
* @site: http://www.codingstar.cn
* @file: PlumTomatoSauce.java
* @time: 18-3-15 下午3:28
* @software: IntelliJ IDEA
* @version: 1.0
* @resource:
* @des... | UTF-8 | Java | 467 | java | PlumTomatoSauce.java | Java | [
{
"context": "star.offer.factory.abstrac.Sauce;\n\n/**\n * @author: CodingStar\n * @contact: shixing.cs@gmail.com\n * @site: http:",
"end": 128,
"score": 0.9981908798217773,
"start": 118,
"tag": "USERNAME",
"value": "CodingStar"
},
{
"context": "ac.Sauce;\n\n/**\n * @author: CodingSt... | null | [] | package cn.codingstar.offer.factory.abstrac.impl;
import cn.codingstar.offer.factory.abstrac.Sauce;
/**
* @author: CodingStar
* @contact: <EMAIL>
* @site: http://www.codingstar.cn
* @file: PlumTomatoSauce.java
* @time: 18-3-15 下午3:28
* @software: IntelliJ IDEA
* @version: 1.0
* @resource:
* @desc:
*/
public... | 454 | 0.682505 | 0.660907 | 21 | 21.047619 | 16.051928 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.142857 | false | false | 14 |
d56846aa127668a02c3f2d63cec14a43caffb426 | 20,658,792,702,413 | 26bd3c0fa98801c0c4e797baca9b19a67d1ebd52 | /src/main/java/be/ugent/mmlab/rml/mapdochandler/extraction/concrete/GraphMapExtractor.java | a2c48f5fdc7d01c44640ad29735f2cf19bf9a08d | [
"MIT"
] | permissive | RMLio/rml-mapdochandler | https://github.com/RMLio/rml-mapdochandler | 3af88f0cef22c4b05d76607c3c2a4cc6be6e504a | 7e72fac5167a7f875e97ae2cb937f398dd0f60a8 | refs/heads/master | 2020-12-22T04:37:02.177000 | 2019-08-09T07:57:57 | 2019-08-09T07:57:57 | 37,593,687 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package be.ugent.mmlab.rml.mapdochandler.extraction.concrete;
import be.ugent.mmlab.rml.extraction.TermExtractor;
import be.ugent.mmlab.rml.model.RDFTerm.GraphMap;
import be.ugent.mmlab.rml.model.PredicateObjectMap;
import be.ugent.mmlab.rml.model.TriplesMap;
import be.ugent.mmlab.rml.model.std.StdGraphMap;
import be.... | UTF-8 | Java | 3,479 | java | GraphMapExtractor.java | Java | [
{
"context": "ument Handler : GraphMapExtractor\n *\n *\n * @author andimou\n *\n *********************************************",
"end": 876,
"score": 0.97615647315979,
"start": 869,
"tag": "USERNAME",
"value": "andimou"
}
] | null | [] | package be.ugent.mmlab.rml.mapdochandler.extraction.concrete;
import be.ugent.mmlab.rml.extraction.TermExtractor;
import be.ugent.mmlab.rml.model.RDFTerm.GraphMap;
import be.ugent.mmlab.rml.model.PredicateObjectMap;
import be.ugent.mmlab.rml.model.TriplesMap;
import be.ugent.mmlab.rml.model.std.StdGraphMap;
import be.... | 3,479 | 0.620581 | 0.617706 | 101 | 33.445545 | 25.923527 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.594059 | false | false | 14 |
4835d90c1dfd556bf6dbb2429acf15ff8cb16a52 | 10,041,633,591,379 | 9b5a183d4b14c8142de32c78b1e664ab1f533aa8 | /app/src/main/java/com/bksx/jzzslzd/ldrk/ryhc/Ryhc_zhuxiao_act.java | 74ed03e65b0340485afbb43723698d1c8c377420 | [] | no_license | shy4458/Jzzslzd | https://github.com/shy4458/Jzzslzd | c5265560b3ca041fdbd7ba5f65146731ec64bb4d | e96e284d7dec5f04bdd2ce7095a2d254eb897413 | refs/heads/master | 2020-04-09T16:57:48.520000 | 2019-09-19T01:23:33 | 2019-09-19T01:23:33 | 160,467,158 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.bksx.jzzslzd.ldrk.ryhc;
import java.text.SimpleDateFormat;
import java.util.Date;
import java.util.HashMap;
import java.util.Map;
import com.bksx.jzzslzd.R;
import com.bksx.jzzslzd.bo.DataCommon;
import com.bksx.jzzslzd.bo.Ryxx;
import com.bksx.jzzslzd.common.RequestCode;
import com.bksx.jzzslzd.common.Sta... | UTF-8 | Java | 6,735 | java | Ryhc_zhuxiao_act.java | Java | [
{
"context": "log dialog;\n\tBundle bundle;\n\tString[] mapAll = { \"xingming\", \"xingbie\", \"id\", \"grdjbh\", \"hjdz\", \"ljyy\",\n",
"end": 1040,
"score": 0.5805613398551941,
"start": 1036,
"tag": "NAME",
"value": "xing"
},
{
"context": "dialog;\n\tBundle bundle;\n\tString[] map... | null | [] | package com.bksx.jzzslzd.ldrk.ryhc;
import java.text.SimpleDateFormat;
import java.util.Date;
import java.util.HashMap;
import java.util.Map;
import com.bksx.jzzslzd.R;
import com.bksx.jzzslzd.bo.DataCommon;
import com.bksx.jzzslzd.bo.Ryxx;
import com.bksx.jzzslzd.common.RequestCode;
import com.bksx.jzzslzd.common.Sta... | 6,735 | 0.655125 | 0.637353 | 237 | 26.540085 | 21.574018 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.101266 | false | false | 14 |
fda5ec5c9fa1563f124bd97d283ec54216ab232d | 8,126,078,151,131 | df208a9626fc5613c1458c006e3d37c23c950247 | /app/src/main/java/com/example/dailyplanner/Activity/Dashboard.java | 478d630966187bf139228ea3fe0187502521619c | [] | no_license | asmitaadhikari/Android_Application | https://github.com/asmitaadhikari/Android_Application | 89c30d0feed79a703d2e65ab4cdc907b05da7787 | 193997a74f5bd30f4d1ac223beb56aac01a40658 | refs/heads/master | 2023-01-29T07:14:11.970000 | 2020-02-11T11:29:00 | 2020-02-11T11:29:00 | 320,478,834 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.dailyplanner.Activity;
import androidx.appcompat.app.AppCompatActivity;
import android.app.DatePickerDialog;
import android.app.Dialog;
import android.app.TimePickerDialog;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.widget.ArrayAdapter;
import... | UTF-8 | Java | 4,846 | java | Dashboard.java | Java | [] | null | [] | package com.example.dailyplanner.Activity;
import androidx.appcompat.app.AppCompatActivity;
import android.app.DatePickerDialog;
import android.app.Dialog;
import android.app.TimePickerDialog;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.widget.ArrayAdapter;
import... | 4,846 | 0.649608 | 0.648576 | 150 | 31.306667 | 26.854658 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.733333 | false | false | 14 |
e639ff42ca5e328830bc339516749f4b8f079816 | 35,888,746,731,688 | 3fb666795c2684ec3c3db860169a2c540f8f4a93 | /spring-boot-marvel/src/main/java/com/softmax/marvel/service/impl/ArticleServiceImpl.java | 568ecdc4c00e8091f2fbfb60dc311c72d0f8bb35 | [
"Apache-2.0"
] | permissive | jarvisqi/java-tutorial | https://github.com/jarvisqi/java-tutorial | 63880552cd7a8b64b79abae990e32c2553d0d470 | e9fde2484dd5fd93d0938f3def579ff223e70c5b | refs/heads/master | 2023-04-15T15:23:00.487000 | 2023-04-11T06:47:31 | 2023-04-11T06:47:31 | 138,869,198 | 20 | 12 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.softmax.marvel.service.impl;
import com.softmax.marvel.entity.Article;
import com.softmax.marvel.service.BaseService;
import org.springframework.stereotype.Service;
/**
* @author : Jarvis
* @date : 2018/6/2
*/
@Service
public class ArticleServiceImpl extends BaseService<Article> {
}
| UTF-8 | Java | 302 | java | ArticleServiceImpl.java | Java | [
{
"context": "ingframework.stereotype.Service;\n\n/**\n * @author : Jarvis\n * @date : 2018/6/2\n */\n@Service\npublic class Art",
"end": 202,
"score": 0.998999834060669,
"start": 196,
"tag": "NAME",
"value": "Jarvis"
}
] | null | [] | package com.softmax.marvel.service.impl;
import com.softmax.marvel.entity.Article;
import com.softmax.marvel.service.BaseService;
import org.springframework.stereotype.Service;
/**
* @author : Jarvis
* @date : 2018/6/2
*/
@Service
public class ArticleServiceImpl extends BaseService<Article> {
}
| 302 | 0.771523 | 0.751656 | 14 | 20.571428 | 21.107595 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.285714 | false | false | 14 |
fbdb1395ae634206d8374cde0e5dcfa51acd94a3 | 13,855,564,550,843 | bbbd38c2f80fe894558656f96ac2ef3ddd850777 | /HomeWork2/NetworkClientServer/src/com/client/CommandType.java | 191c1d4f85d6f5a6940f44076bc5e1aa2d463f12 | [] | no_license | RedBear94/Java-Part-3 | https://github.com/RedBear94/Java-Part-3 | af0a88f14e1b57d3d437f60ec62fc0cda6bbed2d | a985c8516d64fcbea37d6dfc6bd5391b2ea479ea | refs/heads/master | 2021-04-20T14:39:39.729000 | 2020-04-20T15:15:03 | 2020-04-20T15:15:03 | 249,692,462 | 0 | 0 | null | false | 2020-04-20T15:15:04 | 2020-03-24T11:40:18 | 2020-04-15T12:32:26 | 2020-04-20T15:15:03 | 8,139 | 0 | 0 | 0 | Java | false | false | package com.client;
// enum - перечисление комманд
public enum CommandType {
AUTH,
AUTH_ERROR,
PRIVATE_MESSAGE,
BROADCAST_MESSAGE,
MESSAGE,
UPDATE_USERS_LIST,
UPDATE_USER_NICKNAME,
ERROR,
END,
}
| UTF-8 | Java | 251 | java | CommandType.java | Java | [] | null | [] | package com.client;
// enum - перечисление комманд
public enum CommandType {
AUTH,
AUTH_ERROR,
PRIVATE_MESSAGE,
BROADCAST_MESSAGE,
MESSAGE,
UPDATE_USERS_LIST,
UPDATE_USER_NICKNAME,
ERROR,
END,
}
| 251 | 0.650862 | 0.650862 | 14 | 15.571428 | 8.86175 | 30 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.714286 | false | false | 14 |
28ec72a8eef64a007c1a9657b9f77a107d2a68a5 | 5,574,867,607,145 | a0314ea8543c2dba06f0218f7d035bbe63c28a91 | /app/src/main/java/com/example/mymovies/MovieList/DataSource/MovieDataSourceFactory.java | 23204bce70374a889620ef773bd8e2159bcd6714 | [] | no_license | ViolaTarek/MyMovies | https://github.com/ViolaTarek/MyMovies | 6216974a78a431eeb99dd4d4186e034af1433395 | cf75edc4e6e25b3e3173d8e0c24d7f8252df8ac6 | refs/heads/master | 2023-04-05T13:04:31.830000 | 2021-04-10T22:16:22 | 2021-04-10T22:16:22 | 356,281,432 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.mymovies.MovieList.DataSource;
import android.widget.ProgressBar;
import androidx.lifecycle.MutableLiveData;
import androidx.paging.DataSource;
import androidx.paging.PageKeyedDataSource;
import com.example.mymovies.MovieList.Listeners.NoMovieFoundCallback;
import com.example.mymovies.Models.Mov... | UTF-8 | Java | 1,292 | java | MovieDataSourceFactory.java | Java | [] | null | [] | package com.example.mymovies.MovieList.DataSource;
import android.widget.ProgressBar;
import androidx.lifecycle.MutableLiveData;
import androidx.paging.DataSource;
import androidx.paging.PageKeyedDataSource;
import com.example.mymovies.MovieList.Listeners.NoMovieFoundCallback;
import com.example.mymovies.Models.Mov... | 1,292 | 0.748452 | 0.748452 | 39 | 32.128204 | 31.829819 | 124 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.820513 | false | false | 14 |
8ee2d3cdaf3402b3428f47ff3f6d3cfef6391734 | 13,374,528,174,631 | e5b979763a15231c972e08221be49ea0547872e7 | /app/src/main/java/br/edu/ufrb/cotec/myapplication/Usuario.java | ca1e68bcfde904276720e43e7f737cb10d397f9b | [] | no_license | andersonlago/andoidads5 | https://github.com/andersonlago/andoidads5 | 8d211504dd785816019eb2b8a53225e57aca6b2b | 8e9daa3c9f67526f107d361025f1e68bfea66ec7 | refs/heads/master | 2020-04-15T10:13:13.602000 | 2018-10-20T00:57:55 | 2018-10-20T00:57:55 | 151,647,713 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.edu.ufrb.cotec.myapplication; ;
import java.util.HashMap;
import java.util.Map;
public class Usuario {
private String login;
private Integer idPessoa;
private String nome;
private Integer idRegistroEntrada;
private String email;
private Boolean inativo;
private String tokenAute... | UTF-8 | Java | 2,473 | java | Usuario.java | Java | [] | null | [] | package br.edu.ufrb.cotec.myapplication; ;
import java.util.HashMap;
import java.util.Map;
public class Usuario {
private String login;
private Integer idPessoa;
private String nome;
private Integer idRegistroEntrada;
private String email;
private Boolean inativo;
private String tokenAute... | 2,473 | 0.6389 | 0.6389 | 117 | 20.1453 | 18.945835 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.384615 | false | false | 14 |
0394d9ffda20698fd3ede7abb543e3ac92e321a7 | 27,333,171,909,566 | 069fdf4c2fd476058844525f7d52ebf42fc7be4e | /src/main/java/com/fz/vo/FilingPrice.java | 64720f8d99af6a4273bd44da4846623d2a29d4cb | [] | no_license | NDCFL/LZSendMail | https://github.com/NDCFL/LZSendMail | 719cdaaa8df1eacd037917f86bfdf08f8b2c935d | 97084278b31e4ffcef86a3ad482209e932797d64 | refs/heads/master | 2021-05-06T17:10:24.095000 | 2017-12-02T09:08:12 | 2017-12-02T09:08:12 | 111,791,945 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.fz.vo;
public class FilingPrice {
// 公司号 GSH 字符
// 公司名 GSM 字符
// 担保日期 GuaranteeTime 日期
// 业务员 DefSale 字符
// 客户 Customer 字符
// 担保金额 GuaranteeMoney 数据
// 担保到日期 GuaranteeDate 日期
// 未回款金额 aOutstanding 数据
// 逾期罚金 LateFine 数据
// 是否结束 iEND 字符
// 创建人 cCreateUser 字符
//... | UTF-8 | Java | 955 | java | FilingPrice.java | Java | [] | null | [] | package com.fz.vo;
public class FilingPrice {
// 公司号 GSH 字符
// 公司名 GSM 字符
// 担保日期 GuaranteeTime 日期
// 业务员 DefSale 字符
// 客户 Customer 字符
// 担保金额 GuaranteeMoney 数据
// 担保到日期 GuaranteeDate 日期
// 未回款金额 aOutstanding 数据
// 逾期罚金 LateFine 数据
// 是否结束 iEND 字符
// 创建人 cCreateUser 字符
//... | 955 | 0.593703 | 0.590705 | 31 | 19.516129 | 8.095682 | 28 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.645161 | false | false | 14 |
a9ce1878eb9011ae1d077a6998c87cb9df229e52 | 27,333,171,912,530 | a271e2028faeecac33b78737e222441a96288216 | /src/main/java/com/answer/digital/factory/PageFactory.java | 4b220f849b5dd1a947cd2c3fe82392e202e97d46 | [] | no_license | vana84/DemoWebShop | https://github.com/vana84/DemoWebShop | 1e99514e14866dc3105da0cd658c3fc8e2579319 | c54fa33db8e03fa3d34a6603d663ff68ca3c1115 | refs/heads/master | 2023-06-17T22:33:52.447000 | 2021-07-18T20:55:59 | 2021-07-18T20:55:59 | 387,259,908 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.answer.digital.factory;
import com.answer.digital.pageObjects.*;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.support.ui.WebDriverWait;
public class PageFactory {
private final WebDriver driver;
private final WebDriverWait wait;
public BasePage basePage;
public LandingPage lan... | UTF-8 | Java | 1,080 | java | PageFactory.java | Java | [] | null | [] | package com.answer.digital.factory;
import com.answer.digital.pageObjects.*;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.support.ui.WebDriverWait;
public class PageFactory {
private final WebDriver driver;
private final WebDriverWait wait;
public BasePage basePage;
public LandingPage lan... | 1,080 | 0.724074 | 0.724074 | 41 | 25.341463 | 24.725428 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.536585 | false | false | 14 |
74f08b524e28c271d1f50e4ba24f97b7dbf27e37 | 26,491,358,326,776 | f1c33f7d22c688927134eb26c0ba0a213173e2b3 | /Code/Logic/src/Classess/PushRequest.java | 882411c9eeb6a88693c568622004b41a15e3ec37 | [] | no_license | InbarDekel/GitHubProject | https://github.com/InbarDekel/GitHubProject | dfb52fb40aca4b6ab668b6b778163d5af604376a | 319ae52447f20b0cbde83eef735ed8363c481b02 | refs/heads/master | 2022-10-22T11:40:27.388000 | 2020-06-14T09:43:46 | 2020-06-14T09:43:46 | 272,171,842 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Classess;
import java.util.Date;
public class PushRequest {
private Branch basicBranch;
private Branch targetBranch;
private String descriptionOfPush;
private String openStatus;
private String statusOfDiff;
public void setRepName(String repName) {
this.repName = repName;
... | UTF-8 | Java | 3,110 | java | PushRequest.java | Java | [] | null | [] | package Classess;
import java.util.Date;
public class PushRequest {
private Branch basicBranch;
private Branch targetBranch;
private String descriptionOfPush;
private String openStatus;
private String statusOfDiff;
public void setRepName(String repName) {
this.repName = repName;
... | 3,110 | 0.659486 | 0.659486 | 131 | 22.740458 | 20.098076 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.419847 | false | false | 14 |
0e0420f7d94075f219f207451f907a3ab8aa4ab8 | 5,128,191,008,584 | 6c6a586099b69f50702d4e6513fe6581a0951259 | /apa-rs-ejb/src/main/java/com/ols/ruslan/neo/TypeDefiner.java | 4eb4d09322e33a6fdf7c3115b6c2ac9a6b812709 | [] | no_license | lukashevaev/apa-rs | https://github.com/lukashevaev/apa-rs | 62f4ad57bb353d715e894f2a1968eb5b18367450 | 5a79c1d2862c3b3b8d466deba9915168536c5296 | refs/heads/master | 2023-05-27T17:08:37.523000 | 2021-05-28T10:00:21 | 2021-05-28T10:00:21 | 335,576,601 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ols.ruslan.neo;
import java.util.Map;
import java.util.Set;
import java.util.regex.Pattern;
/**
* Данный класс используется для того, чтобы определить тип записи на основании паттернов
*/
public class TypeDefiner {
private ApaInstance instance;
private String recordType;
private final Map<Re... | UTF-8 | Java | 1,193 | java | TypeDefiner.java | Java | [] | null | [] | package com.ols.ruslan.neo;
import java.util.Map;
import java.util.Set;
import java.util.regex.Pattern;
/**
* Данный класс используется для того, чтобы определить тип записи на основании паттернов
*/
public class TypeDefiner {
private ApaInstance instance;
private String recordType;
private final Map<Re... | 1,193 | 0.654155 | 0.654155 | 37 | 29.243244 | 28.33621 | 129 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.567568 | false | false | 14 |
f13175ac4ec22d4192007d4cf92a2aa7c11f0dc5 | 17,867,064,012,351 | f59e7252bdc775d40ae257796d784468dcb3595c | /hzxc-service-base-filesystem/src/main/java/com/hzxc/filesystem/service/FileSystemService.java | 5feae749162da6b11bdeaed74bc9e6cfc27a6236 | [] | no_license | 170423045/hzxcService | https://github.com/170423045/hzxcService | 6ec0b5855c2f9e237054c6c215a644e2b5406c97 | 847725f33ddeedf2387f4f09c3948a37c54626f7 | refs/heads/master | 2022-12-01T17:13:08.176000 | 2019-09-05T09:15:36 | 2019-09-05T09:15:36 | 197,192,158 | 0 | 0 | null | false | 2022-11-24T06:26:40 | 2019-07-16T12:43:18 | 2019-09-05T09:16:32 | 2022-11-24T06:26:37 | 237 | 0 | 0 | 16 | Java | false | false | package com.hzxc.filesystem.service;
import com.alibaba.fastjson.JSON;
import com.hzxc.filesystem.mapper.FileSystemRepository;
import com.hzxc.framework.domain.filesystem.FileSystem;
import com.hzxc.framework.domain.filesystem.response.FileSystemCode;
import com.hzxc.framework.domain.filesystem.response.UploadFileResu... | UTF-8 | Java | 4,679 | java | FileSystemService.java | Java | [] | null | [] | package com.hzxc.filesystem.service;
import com.alibaba.fastjson.JSON;
import com.hzxc.filesystem.mapper.FileSystemRepository;
import com.hzxc.framework.domain.filesystem.FileSystem;
import com.hzxc.framework.domain.filesystem.response.FileSystemCode;
import com.hzxc.framework.domain.filesystem.response.UploadFileResu... | 4,679 | 0.686597 | 0.680373 | 124 | 35.282257 | 27.729849 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.58871 | false | false | 14 |
6759ec30127424c42b874ed4b4df2cd47827069d | 12,266,426,659,716 | 72c8f4ef4f9d80af51093a8af223102dcdc8804f | /src/main/java/com/mchain/test/config/entity/ConfigChaincodeEntity.java | 03e0af2f7ffbd6db47afb6fa28374805f56f6997 | [] | no_license | sweetyRxq/system_service | https://github.com/sweetyRxq/system_service | 7aa11a2246d0027505599152ec71222676fe1c2c | 39a7799920a45ccccf009ef5adbaba75237fdd3c | refs/heads/master | 2020-06-29T21:17:34.236000 | 2019-08-05T11:06:03 | 2019-08-05T11:06:03 | 200,208,299 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mchain.test.config.entity;
import java.io.Serializable;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.Id;
import javax.persistence.JoinColumn;
import javax.persistence.ManyToOne;
import javax.persistence.Table;
@Entity
@Table(name = "cfg_chaincode_... | UTF-8 | Java | 1,225 | java | ConfigChaincodeEntity.java | Java | [] | null | [] | package com.mchain.test.config.entity;
import java.io.Serializable;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.Id;
import javax.persistence.JoinColumn;
import javax.persistence.ManyToOne;
import javax.persistence.Table;
@Entity
@Table(name = "cfg_chaincode_... | 1,225 | 0.695801 | 0.676949 | 55 | 19.181818 | 17.241695 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.163636 | false | false | 14 |
f3e8e165de612774d2b9046e220ae710d58716f7 | 28,896,540,000,890 | dbade6148861b061763a0eea225369d6af3348fc | /src/main/java/fr/inria/sacha/remining/coming/dependencyanalyzer/entity/SameDependency.java | e8e8fd807720e4a91ff8077affdf17b2a4e448e0 | [] | no_license | penguincwarrior/coming | https://github.com/penguincwarrior/coming | 5eead5573c212fc90f19eb05e772af66fbc6f4db | ec38431aa6f8d2d2f64cac15db82b50b6447c4c3 | refs/heads/master | 2021-01-12T09:30:12.768000 | 2016-06-17T07:45:07 | 2016-06-17T07:45:07 | 76,169,698 | 1 | 0 | null | true | 2016-12-11T11:19:47 | 2016-12-11T11:19:46 | 2016-11-24T09:49:24 | 2016-06-17T07:45:21 | 36,479 | 0 | 0 | 0 | null | null | null | package fr.inria.sacha.remining.coming.dependencyanalyzer.entity;
import spoon.reflect.reference.CtTypeReference;
/**
* Represents a class dependency which has not been changed
* @author Romain Philippon
*
*/
public class SameDependency extends Dependency {
public SameDependency(CtTypeReference<?> dependency) {... | UTF-8 | Java | 425 | java | SameDependency.java | Java | [
{
"context": "s dependency which has not been changed\n * @author Romain Philippon\n *\n */\npublic class SameDependency extends Depend",
"end": 207,
"score": 0.99986732006073,
"start": 191,
"tag": "NAME",
"value": "Romain Philippon"
}
] | null | [] | package fr.inria.sacha.remining.coming.dependencyanalyzer.entity;
import spoon.reflect.reference.CtTypeReference;
/**
* Represents a class dependency which has not been changed
* @author <NAME>
*
*/
public class SameDependency extends Dependency {
public SameDependency(CtTypeReference<?> dependency) {
super(d... | 415 | 0.774118 | 0.774118 | 19 | 21.368422 | 23.524256 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.684211 | false | false | 14 |
2da4bcf5dfc135c0aa0bb48228ca0f604ec5ccd2 | 13,176,959,675,155 | b1469aea972f3ba7ba9177b8f936c0d06d490a5e | /abm/onLatticeCA/OnLatticeCA.java | fc484c2cdc6bbf32550ca2a968892bda80444c4a | [] | no_license | MathOnco/strobl2021_space_modulates_competition_AT | https://github.com/MathOnco/strobl2021_space_modulates_competition_AT | 8449e7e130fb52d9a4c507f88659fbf0464f9bd6 | aa3b3c2ad2e4acf9fd7cc6ac318f1bf79f9361e2 | refs/heads/main | 2023-04-14T07:55:30.320000 | 2022-04-25T19:15:07 | 2022-04-25T19:15:07 | 406,134,458 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package onLatticeCA;
import Framework.GridsAndAgents.AgentGrid2D;
import Framework.Gui.GridWindow;
import Framework.Gui.UIGrid;
import Framework.Rand;
import Framework.Tools.FileIO;
import Framework.Util;
import com.sun.org.apache.xpath.internal.operations.Bool;
import java.util.Arrays;
public class OnLatticeCA exte... | UTF-8 | Java | 49,100 | java | OnLatticeCA.java | Java | [] | null | [] | package onLatticeCA;
import Framework.GridsAndAgents.AgentGrid2D;
import Framework.Gui.GridWindow;
import Framework.Gui.UIGrid;
import Framework.Rand;
import Framework.Tools.FileIO;
import Framework.Util;
import com.sun.org.apache.xpath.internal.operations.Bool;
import java.util.Arrays;
public class OnLatticeCA exte... | 49,100 | 0.585438 | 0.575703 | 1,043 | 46.076702 | 33.05302 | 205 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.87536 | false | false | 14 |
a17770594a64293ff21cfb138c174f817af9bba9 | 7,241,314,925,435 | 0906d6e4535ea961cdb3a44952a21aead3c6949d | /k8s-mars-service/src/main/java/com/harmonycloud/service/platform/bean/CanaryDeployment.java | 1c7a1c7f50f9b748e131460b6503627580b692f0 | [] | no_license | huangxue-hx/caas-api | https://github.com/huangxue-hx/caas-api | de511c62e58ccb557485d236f8186e2ef5d91215 | d941f601f39106f1f7c76c241e0ceb8816a31656 | refs/heads/master | 2022-09-29T14:02:08.043000 | 2019-05-27T09:31:28 | 2019-05-27T09:31:28 | 210,242,078 | 0 | 1 | null | false | 2022-09-16T18:04:31 | 2019-09-23T01:43:56 | 2019-09-23T01:59:08 | 2022-09-16T18:04:29 | 90,015 | 0 | 1 | 14 | Java | false | false | package com.harmonycloud.service.platform.bean;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import java.util.List;
/**
* Created by czm on 2017/5/11.
*/
@JsonIgnoreProperties(ignoreUnknown = true)
public class CanaryDeployment{
private int instances;
private int seconds;
private Stri... | UTF-8 | Java | 2,206 | java | CanaryDeployment.java | Java | [
{
"context": "erties;\n\nimport java.util.List;\n\n/**\n * Created by czm on 2017/5/11.\n */\n@JsonIgnoreProperties(ignoreUnk",
"end": 157,
"score": 0.9996646642684937,
"start": 154,
"tag": "USERNAME",
"value": "czm"
}
] | null | [] | package com.harmonycloud.service.platform.bean;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import java.util.List;
/**
* Created by czm on 2017/5/11.
*/
@JsonIgnoreProperties(ignoreUnknown = true)
public class CanaryDeployment{
private int instances;
private int seconds;
private Stri... | 2,206 | 0.665753 | 0.662557 | 113 | 18.380531 | 18.421476 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.442478 | false | false | 14 |
b1560ee02d37e60635864eb5723574e42485cdaf | 25,847,113,234,692 | d4203a1e32a6146d2b2a7660d4eb3baa12e508c1 | /spring-boot-chapter-7/src/main/java/com/tlh/springboot/service/PersonService.java | c3d2ae97247f9c7c811c867de1b8510a5ee76ec0 | [
"Apache-2.0"
] | permissive | tlhhup/spring-boot | https://github.com/tlhhup/spring-boot | de48bb9b621ffa526db39cb795ddafc08d4fd16a | 077f738ecc30b1d5b370c936c8e0636b39dc866a | refs/heads/master | 2020-12-24T06:40:49.061000 | 2017-10-25T08:55:00 | 2017-10-25T08:55:00 | 73,462,848 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.tlh.springboot.service;
import java.util.List;
import com.tlh.springboot.entity.Person;
public interface PersonService {
List<Person> findAll();
void deletePerson(int id);
Person findPerson(Person person);
void savePerson(Person person);
}
| UTF-8 | Java | 268 | java | PersonService.java | Java | [] | null | [] | package com.tlh.springboot.service;
import java.util.List;
import com.tlh.springboot.entity.Person;
public interface PersonService {
List<Person> findAll();
void deletePerson(int id);
Person findPerson(Person person);
void savePerson(Person person);
}
| 268 | 0.753731 | 0.753731 | 17 | 14.764706 | 15.562131 | 40 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.882353 | false | false | 14 |
7d772a28fed3d36444e4a2d8f1ed9ed814b44340 | 25,847,113,233,694 | b440ece3f5fba91cadc7f3f8fbc0c8804329e1a3 | /src/main/java/ru/yandex/bolts/collection/CollectorsF.java | 714d57591a346b7471d8d0da67aad4d821d40366 | [
"Apache-2.0"
] | permissive | v1ctor/bolts | https://github.com/v1ctor/bolts | 8eae0d71b0650c873df67c482d86cf68c2e6dd58 | 281a262917d21e8912931a80a7118425d261bede | refs/heads/master | 2020-02-26T15:30:24.941000 | 2015-08-12T08:40:26 | 2015-08-12T08:40:26 | 32,678,092 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ru.yandex.bolts.collection;
import java.util.stream.Collector;
import java.util.stream.Collectors;
public class CollectorsF {
public static <T> Collector<T, ?, ListF<T>> toList() {
return Collectors.collectingAndThen(
Collectors.toCollection(Cf::arrayList),
ListF:... | UTF-8 | Java | 345 | java | CollectorsF.java | Java | [] | null | [] | package ru.yandex.bolts.collection;
import java.util.stream.Collector;
import java.util.stream.Collectors;
public class CollectorsF {
public static <T> Collector<T, ?, ListF<T>> toList() {
return Collectors.collectingAndThen(
Collectors.toCollection(Cf::arrayList),
ListF:... | 345 | 0.663768 | 0.663768 | 15 | 22 | 21.200628 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.466667 | false | false | 14 |
24c019010a79ffd76bdfbef33d9e5d74b5a56246 | 9,113,920,610,480 | 4744b340e8ac923341e09e10380b1a7dc1910561 | /src/main/java/com/learning/project/dto/QuestionQueryDTO.java | 880b7c6a9e536a83178ab07d7b03945e5a0ba954 | [] | no_license | yangzhiyong136/project | https://github.com/yangzhiyong136/project | 79c864bdc490a27e5dec01cb952859a1425685a8 | d90cc113ae36383fc0866791745c9b95dc2f8598 | refs/heads/master | 2022-06-21T16:02:53.469000 | 2019-08-23T04:18:23 | 2019-08-23T04:18:23 | 199,619,866 | 0 | 0 | null | false | 2022-06-17T02:22:52 | 2019-07-30T09:27:30 | 2019-08-23T04:20:14 | 2022-06-17T02:22:52 | 2,101 | 0 | 0 | 2 | Java | false | false | package com.learning.project.dto;
import lombok.Data;
/**
* @author Youngz
* @date 2019/8/22 - 18:15
*/
@Data
public class QuestionQueryDTO {
private String search;
private Integer page;
private Integer size;
}
| UTF-8 | Java | 242 | java | QuestionQueryDTO.java | Java | [
{
"context": "ect.dto;\r\n\r\nimport lombok.Data;\r\n\r\n/**\r\n * @author Youngz\r\n * @date 2019/8/22 - 18:15\r\n */\r\n@Data\r\npublic c",
"end": 82,
"score": 0.9982698559761047,
"start": 76,
"tag": "USERNAME",
"value": "Youngz"
}
] | null | [] | package com.learning.project.dto;
import lombok.Data;
/**
* @author Youngz
* @date 2019/8/22 - 18:15
*/
@Data
public class QuestionQueryDTO {
private String search;
private Integer page;
private Integer size;
}
| 242 | 0.64876 | 0.603306 | 14 | 15.285714 | 12.17391 | 33 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.357143 | false | false | 14 |
3c762c7d29bc5d0ae68ebb40a38ed07131c6a370 | 11,433,203,010,275 | 7dcf78b770b8ca97e93e0e5c9581d41a2f9b07c7 | /App/app/src/main/java/com/example/administrator/myapplication/ui/adapter/voideadapter/Voider_Adapter.java | 987bd90abeb0c7572fec2a8a9d203e9d1c2472f7 | [] | no_license | gaofangliang/New | https://github.com/gaofangliang/New | ade5735cc479bfaee728267875f573dd2915ba96 | e49ad33f7327330cb556f9c451e1d93eb22eb1f3 | refs/heads/master | 2020-03-18T01:05:30.372000 | 2018-08-13T20:55:21 | 2018-08-13T20:55:21 | 134,126,781 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.administrator.myapplication.ui.adapter.voideadapter;
import android.content.Context;
import android.graphics.Bitmap;
import android.media.MediaMetadataRetriever;
import android.media.session.MediaController;
import android.support.v7.widget.RecyclerView;
import android.util.Log;
import android.view... | UTF-8 | Java | 2,326 | java | Voider_Adapter.java | Java | [
{
"context": " cn.jzvd.JZVideoPlayerStandard;\n\n/**\n * Created by Administrator on 2018/5/14 0014.\n */\n\npublic class Voider_Adapt",
"end": 822,
"score": 0.7168801426887512,
"start": 809,
"tag": "NAME",
"value": "Administrator"
}
] | null | [] | package com.example.administrator.myapplication.ui.adapter.voideadapter;
import android.content.Context;
import android.graphics.Bitmap;
import android.media.MediaMetadataRetriever;
import android.media.session.MediaController;
import android.support.v7.widget.RecyclerView;
import android.util.Log;
import android.view... | 2,326 | 0.7358 | 0.727625 | 68 | 33.176472 | 29.852057 | 141 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.632353 | false | false | 14 |
84ffb5e10795cad28105e6def7c27eb688b52c31 | 11,433,203,011,589 | f4a08b0cb1e8cbd7015a4311c7a83921e7875101 | /shoppingmall_service/src/main/java/com/shopping/controller/ShoppingCartController.java | 6784c778cac72580f5a4625c23bfb13bcf9d11f7 | [] | no_license | tkwk1100/shoppingmall_service | https://github.com/tkwk1100/shoppingmall_service | 16bb29fa229d71184c3602dd6a25a679314b3b10 | e29bb04de466faaa0152d387b29cc014df97c626 | refs/heads/master | 2023-08-15T01:23:05.352000 | 2021-09-27T08:08:05 | 2021-09-27T08:08:05 | 405,883,941 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.shopping.controller;
import java.util.List;
import com.shopping.service.ShoppingCartService;
import com.shopping.vo.ProductInfoVO;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.lang.Nullable;
import org.springframework.stereotype.Controller;
import org.springfr... | UTF-8 | Java | 1,241 | java | ShoppingCartController.java | Java | [] | null | [] | package com.shopping.controller;
import java.util.List;
import com.shopping.service.ShoppingCartService;
import com.shopping.vo.ProductInfoVO;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.lang.Nullable;
import org.springframework.stereotype.Controller;
import org.springfr... | 1,241 | 0.726531 | 0.715102 | 37 | 32.108109 | 20.566023 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.540541 | false | false | 14 |
cd73a929f35123bf12600590bcc08a5643330fe0 | 8,495,445,312,015 | 19cd310c57d5bf9c56e30928ed44450dd7e5742b | /Multiplication.java | 65a421188e8f506fe98f0531a8f409cd8de40575 | [] | no_license | abdel-farah/CPSC501 | https://github.com/abdel-farah/CPSC501 | 463f2eae32bf3b934988c675d40380a53f071926 | b8cda9a73f9c93e0f145c644925c109d7d63a6ad | refs/heads/master | 2021-08-24T04:00:14.796000 | 2017-12-08T00:39:50 | 2017-12-08T00:39:50 | 106,612,511 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
public class Multiplication extends OperationType{
int getTypeCode(){
return OperationType.MULTIPLICATION;
}
void calculate(int firstNum, int secondNum) {
int solution = firstNum * secondNum;
System.out.printf("%d * %d equals %d\n", firstNum, secondNum, solution);
}
}
| UTF-8 | Java | 287 | java | Multiplication.java | Java | [] | null | [] |
public class Multiplication extends OperationType{
int getTypeCode(){
return OperationType.MULTIPLICATION;
}
void calculate(int firstNum, int secondNum) {
int solution = firstNum * secondNum;
System.out.printf("%d * %d equals %d\n", firstNum, secondNum, solution);
}
}
| 287 | 0.71777 | 0.71777 | 10 | 27.6 | 24.900602 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.7 | false | false | 14 |
b84f8ad7caeef27be60a182be5bc2a580726eb73 | 17,617,955,896,800 | 878921bc9847cd8084102e0cf3dae9638195a54a | /Mage.Sets/src/mage/cards/p/PowerArtifact.java | b0063c59783ded5a2774b6babfec1858ce052143 | [
"MIT"
] | permissive | drowinternet/mage | https://github.com/drowinternet/mage | 542e9b6a658bd509a1a0b829cd007505353701af | f7a78a378368b7c369d2078b3a7b4b8bf44bbad3 | refs/heads/master | 2021-05-22T22:28:44.892000 | 2020-04-13T18:28:03 | 2020-04-13T18:28:03 | 253,072,532 | 2 | 0 | MIT | true | 2020-04-04T22:51:50 | 2020-04-04T18:36:15 | 2020-04-04T22:36:48 | 2020-04-04T22:51:49 | 556,277 | 0 | 0 | 0 | Java | false | false | /*
* 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 mage.cards.p;
import java.util.UUID;
import mage.Mana;
import mage.abilities.Ability;
import mage.abilities.ActivatedAbility;
... | UTF-8 | Java | 4,045 | java | PowerArtifact.java | Java | [
{
"context": "ent;\nimport mage.util.CardUtil;\n\n/**\n *\n * @author nick.myers\n */\npublic final class PowerArtifact extends Card",
"end": 1061,
"score": 0.9907657504081726,
"start": 1051,
"tag": "NAME",
"value": "nick.myers"
}
] | 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 mage.cards.p;
import java.util.UUID;
import mage.Mana;
import mage.abilities.Ability;
import mage.abilities.ActivatedAbility;
... | 4,045 | 0.707787 | 0.706057 | 110 | 35.772728 | 38.890442 | 298 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6 | false | false | 14 |
0daecc1ee1a7ea0d808ec3877abaa9b6270cf9f1 | 8,589,994,796 | e5996261c4fa07fcb0868ec5d797ccc38113ba16 | /Leituras.java | 61d921490c953ed7113ebbdeb3d006874d199a5e | [] | no_license | daniellesilveira-ds/java | https://github.com/daniellesilveira-ds/java | 41dc5b781fdc2b5cc1ad9fe286aa5ae2f975627f | 513560a26b2199562453b828b76b2ef68e4bc162 | refs/heads/master | 2023-01-14T00:45:33.344000 | 2020-11-12T14:11:05 | 2020-11-12T14:11:05 | 312,290,725 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.Scanner; //declaro a importação da biblioteca
/*
exemplo de leitura de dados via teclado
DETACLE :O scanner utiliza como idioma padrão, o idioma da máquina,
isso significa , que por exemplo , ao usuário digitar um número real
(double ou float),o separador de casas é o do idioma padrão do pc
*/... | UTF-8 | Java | 1,017 | java | Leituras.java | Java | [] | null | [] | import java.util.Scanner; //declaro a importação da biblioteca
/*
exemplo de leitura de dados via teclado
DETACLE :O scanner utiliza como idioma padrão, o idioma da máquina,
isso significa , que por exemplo , ao usuário digitar um número real
(double ou float),o separador de casas é o do idioma padrão do pc
*/... | 1,017 | 0.675273 | 0.673287 | 25 | 39.32 | 25.00835 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.76 | false | false | 14 |
4d1ccd9a9f5641757c9d125adf0cf2378241ed76 | 22,393,959,531,050 | 7f74845b52f18bbb854a4841f82bb98df3f85abf | /MyProducts/app/src/main/java/jonas/restfull/myproducts/ProdutoAdapter.java | 812937d238f6ab28b01578a14de7a61b0bc01c04 | [] | no_license | jonassilvati/ApiRest | https://github.com/jonassilvati/ApiRest | 2d3a98b5a6aa9c256b4e746063a8a4bb83eef975 | 8a70563a72afdabb559c5300d845a9474ea29d3a | refs/heads/master | 2020-08-31T11:43:29.542000 | 2019-12-11T13:05:00 | 2019-12-11T13:05:00 | 218,682,700 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package jonas.restfull.myproducts;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.os.AsyncTask;
import android.view.LayoutInflater;
import android.view.ViewGroup;
import android.widget.ImageView;
import androidx.annotation.NonNull;
import androidx.recyclerview.widget.RecyclerVie... | UTF-8 | Java | 2,791 | java | ProdutoAdapter.java | Java | [] | null | [] | package jonas.restfull.myproducts;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.os.AsyncTask;
import android.view.LayoutInflater;
import android.view.ViewGroup;
import android.widget.ImageView;
import androidx.annotation.NonNull;
import androidx.recyclerview.widget.RecyclerVie... | 2,791 | 0.641219 | 0.640502 | 89 | 30.348314 | 25.92214 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.426966 | false | false | 14 |
245dd1f4fac61941c00c14998fe296a1af258b9a | 1,855,425,911,382 | 9f1770694fe8cef612817309014dc97cc7f6a0b5 | /BRAVO/JavaSource/com/ibm/ea/bravo/recon/ReconSoftwareLpar.java | da12eb6686164c5c194b9507580147f2f02e98a4 | [] | no_license | upself/trails | https://github.com/upself/trails | 41cfdd27fb22eba99d1425cdce6fe10f5c34cd51 | fcd4c62a8ffde8c60006bce7f1716f5694ee4e19 | refs/heads/master | 2021-04-30T16:49:00.321000 | 2016-09-14T08:32:37 | 2016-09-14T08:32:37 | 80,106,368 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ibm.ea.bravo.recon;
import java.util.Date;
public class ReconSoftwareLpar {
private Long id;
private Long softwareLparId;
private Long customerId;
private String action;
private String remoteUser;
private Date recordTime;
public Long getId() {
return id;
}
public void setId(Lon... | UTF-8 | Java | 1,073 | java | ReconSoftwareLpar.java | Java | [] | null | [] | package com.ibm.ea.bravo.recon;
import java.util.Date;
public class ReconSoftwareLpar {
private Long id;
private Long softwareLparId;
private Long customerId;
private String action;
private String remoteUser;
private Date recordTime;
public Long getId() {
return id;
}
public void setId(Lon... | 1,073 | 0.701771 | 0.701771 | 50 | 19.459999 | 14.98961 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.5 | false | false | 14 |
3cee4d3c3d9e794f0fab5c3416fa262b41bae7ec | 28,965,259,447,805 | b8122d7cff2e7014ba64963ac51c69055097de92 | /app/src/main/java/com/aac/project/Customer.java | cf5c568e3ca701e8396f63185afc27c4d00d3928 | [] | no_license | MishaAkram/grocery_store | https://github.com/MishaAkram/grocery_store | 84ae109f4f05f08db99370aeaaa17008e3edad1d | aea6b272991be8c8c2fc0b0123536ee8f85ca0a8 | refs/heads/master | 2020-12-19T05:35:20.274000 | 2020-01-23T09:48:13 | 2020-01-23T09:48:13 | 235,634,004 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.aac.project;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import androidx.appcompat.app.AppCompatActivity;
public class Customer extends AppCompatActivity {
EditText e1,e2,e3;
Button btn;
Cart... | UTF-8 | Java | 1,195 | java | Customer.java | Java | [] | null | [] | package com.aac.project;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import androidx.appcompat.app.AppCompatActivity;
public class Customer extends AppCompatActivity {
EditText e1,e2,e3;
Button btn;
Cart... | 1,195 | 0.643515 | 0.632636 | 45 | 25.555555 | 20.735966 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.644444 | false | false | 14 |
de8007e60736d336badd67d3475f2c6c2d984536 | 29,764,123,409,064 | 1b55d808151e3e85b60099bae977a4e69ee78d7e | /payman-processor/src/main/java/com/controlpad/payman_processor/gateway/Stripe.java | 4f907a01ecf6af629d5226ccf2117ad6c52901f4 | [] | no_license | need-4-steve/controlpad | https://github.com/need-4-steve/controlpad | fb334ae04094cf074d9893f33431cb05cd3a615f | 30562574c929810235ca1d06a199caac70b3afb8 | refs/heads/master | 2022-11-12T03:06:21.705000 | 2020-06-26T12:46:31 | 2020-06-26T12:46:31 | 275,152,467 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.controlpad.payman_processor.gateway;
import com.controlpad.payman_common.gateway_connection.GatewayConnection;
import com.controlpad.payman_common.payment.Payment;
import com.controlpad.payman_common.transaction.Transaction;
import com.controlpad.payman_common.transaction.TransactionMapper;
import com.cont... | UTF-8 | Java | 4,127 | java | Stripe.java | Java | [] | null | [] | package com.controlpad.payman_processor.gateway;
import com.controlpad.payman_common.gateway_connection.GatewayConnection;
import com.controlpad.payman_common.payment.Payment;
import com.controlpad.payman_common.transaction.Transaction;
import com.controlpad.payman_common.transaction.TransactionMapper;
import com.cont... | 4,127 | 0.704628 | 0.703901 | 97 | 41.546391 | 42.099789 | 157 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.731959 | false | false | 14 |
3a95115432e3aaa57aad3e7fda7ce15da85544d9 | 24,747,601,572,912 | f0cca35edabdb8e6096086e35cea306f2d78fef4 | /src/main/java/com/equifinder/model/PictureFile.java | 66479409b24802afa38a6a0a6cdd16e8733c171c | [] | no_license | BourgneJeremy/PrjEquiFinder | https://github.com/BourgneJeremy/PrjEquiFinder | cd0c5791b0b1c0004b544fca1e134fc6cd126f98 | 38fe175f7079b577b7d62d77ece2f81baa53dcb2 | refs/heads/master | 2022-08-01T22:21:49.956000 | 2020-05-25T13:36:14 | 2020-05-25T13:36:14 | 266,787,789 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.equifinder.model;
import java.sql.Timestamp;
public class PictureFile {
private int id;
private String name;
private String idExt;
private Timestamp timestamp;
private double size;
public int getId() {
return id;
}
public void setId(int id) {
this.id = id;
}
public String getName() {
r... | UTF-8 | Java | 759 | java | PictureFile.java | Java | [] | null | [] | package com.equifinder.model;
import java.sql.Timestamp;
public class PictureFile {
private int id;
private String name;
private String idExt;
private Timestamp timestamp;
private double size;
public int getId() {
return id;
}
public void setId(int id) {
this.id = id;
}
public String getName() {
r... | 759 | 0.687747 | 0.687747 | 51 | 13.882353 | 13.141234 | 48 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.27451 | false | false | 14 |
30b23ed5d74518a0f2d4731b09af2ef2a8476895 | 28,140,625,736,740 | 676381743db0ff242ae0eb7d647e0b452817dad1 | /app/src/main/java/com/softstarts/weatherwear/MainActivityFragment.java | 7756f64e450f835c2b942d7833a4fbb801759e2d | [] | no_license | mariomachado77/WeatherWear | https://github.com/mariomachado77/WeatherWear | 8982794af49cfc94af972871fb38330c7fcbb949 | ac567dd705b0d224263d3fdf43a4875f4fdbe0de | refs/heads/master | 2016-08-09T21:02:31.603000 | 2015-06-20T18:19:07 | 2015-06-20T18:19:07 | 36,236,466 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.softstarts.weatherwear;
import android.content.Intent;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageButton;
/**
* A placeholder fragment containing a simple view.
... | UTF-8 | Java | 1,062 | java | MainActivityFragment.java | Java | [] | null | [] | package com.softstarts.weatherwear;
import android.content.Intent;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageButton;
/**
* A placeholder fragment containing a simple view.
... | 1,062 | 0.677024 | 0.676083 | 38 | 26.947369 | 24.85108 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.526316 | false | false | 14 |
f45ed707daef88c4d733c7c603c40e06fc64467c | 5,248,450,086,337 | d07efe1407e7a60e2fc8e6a93bde6a2c5e33627f | /Episode 9/readWrite.java | 5ef1a706f24c99bf149b477342f8f03f8801922d | [] | no_license | ButteredToastIII/javaForBeginners | https://github.com/ButteredToastIII/javaForBeginners | e17405c0aed100666f64adbeafd9b266abe6f92d | f70dc3328c37aaacba668c954871364a1c6103ba | refs/heads/master | 2021-01-24T06:13:02.271000 | 2014-01-19T16:03:40 | 2014-01-19T16:03:40 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Java For Beginners: Episode 9
* Reading/Writing to/from the harddrive
*/
//Import the necessary class files
import java.util.Scanner;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.PrintStream;
//Obligatory Class Initialization
public class readWrite {
//Also Obligator... | UTF-8 | Java | 1,101 | java | readWrite.java | Java | [] | null | [] | /*
* Java For Beginners: Episode 9
* Reading/Writing to/from the harddrive
*/
//Import the necessary class files
import java.util.Scanner;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.PrintStream;
//Obligatory Class Initialization
public class readWrite {
//Also Obligator... | 1,101 | 0.693006 | 0.686648 | 40 | 25.525 | 22.635136 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.55 | false | false | 14 |
8bdfa06882da6221d8ff77634726d19bf0657c4f | 24,206,435,696,217 | 3baf463e67f4755c104e37ec30953f6e8b4894a3 | /radix-sort/RadixSort.java | 4ff21cf17d76467da83e4d4fe8bf70a93ebdd079 | [] | no_license | jmazala/algoexpert | https://github.com/jmazala/algoexpert | 4d07ced3c3436739999715a4a8f29e33d5d38417 | 2106d47918878c65b015554c24e6b2afb9796087 | refs/heads/master | 2023-08-17T17:03:33.850000 | 2023-08-11T20:17:04 | 2023-08-11T20:17:04 | 258,019,890 | 2 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | // https://www.algoexpert.io/questions/radix-sort
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collections;
public class RadixSort {
/*
* Very efficient sorting algorithm when the digits you are sorting
* have a very narrow distribution of # of digits.
* For instance, sorting test ... | UTF-8 | Java | 3,505 | java | RadixSort.java | Java | [] | null | [] | // https://www.algoexpert.io/questions/radix-sort
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collections;
public class RadixSort {
/*
* Very efficient sorting algorithm when the digits you are sorting
* have a very narrow distribution of # of digits.
* For instance, sorting test ... | 3,505 | 0.668188 | 0.653352 | 95 | 35.894737 | 30.026119 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.484211 | false | false | 14 |
0306b48b176f8d8547e06f1199cdeb943a02a8b7 | 19,464,791,834,053 | af70fc997dbd8c70c087e245f8c875bfa2d17582 | /src/my_resort/Employee.java | 904b049103fb18d56850c20d4f42708f93e6169f | [] | no_license | ShivD007/restaurant | https://github.com/ShivD007/restaurant | 444cee1b201b083a6c6b9629369c9ff794c5c463 | d88b7e8bfb6f3712c67e97134d1a89ae271997b7 | refs/heads/master | 2020-04-07T20:59:50.792000 | 2018-11-22T15:18:29 | 2018-11-22T15:18:29 | 158,710,416 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
package my_resort;
import com.toedter.calendar.JDateChooser;
import java.awt.event.*;
import java.sql.*;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.time.LocalDateTime;
import java.time.ZoneId;
import java.time.format.DateTimeFormatter;
import javax.swing.*;
import net.proteanit.sql.DbU... | UTF-8 | Java | 15,314 | java | Employee.java | Java | [] | null | [] |
package my_resort;
import com.toedter.calendar.JDateChooser;
import java.awt.event.*;
import java.sql.*;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.time.LocalDateTime;
import java.time.ZoneId;
import java.time.format.DateTimeFormatter;
import javax.swing.*;
import net.proteanit.sql.DbU... | 15,314 | 0.552958 | 0.514105 | 538 | 27.462826 | 25.612343 | 131 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.895911 | false | false | 14 |
a6156ada2419542aae0e837f651bba4b9d9a14d6 | 22,557,168,289,237 | 09a1856b206c6de30b510a256d9bddaa0f51905c | /src/main/java/org/gosulang/gradle/tasks/InfersGosuRuntime.java | 363b5d259150bb77a086f3fcb3cc24b9fbdc62b7 | [] | permissive | gosu-lang/gradle-gosu-plugin | https://github.com/gosu-lang/gradle-gosu-plugin | 7e0ac0da877f19e38093864c7afee546874fe66f | b128b7e86aa57dfc099eb3eac4da5374a028be85 | refs/heads/master | 2023-08-31T07:34:56.762000 | 2019-05-03T22:48:02 | 2019-05-03T22:48:02 | 41,766,770 | 4 | 8 | BSD-3-Clause | false | 2023-08-22T00:46:55 | 2015-09-01T22:31:21 | 2023-05-28T21:06:33 | 2023-08-22T00:46:54 | 1,041 | 4 | 6 | 8 | Groovy | false | false | package org.gosulang.gradle.tasks;
import groovy.lang.Closure;
import org.gradle.api.file.FileCollection;
public interface InfersGosuRuntime {
Closure<FileCollection> getGosuClasspath();
void setGosuClasspath(Closure<FileCollection> gosuClasspathClosure);
}
| UTF-8 | Java | 267 | java | InfersGosuRuntime.java | Java | [] | null | [] | package org.gosulang.gradle.tasks;
import groovy.lang.Closure;
import org.gradle.api.file.FileCollection;
public interface InfersGosuRuntime {
Closure<FileCollection> getGosuClasspath();
void setGosuClasspath(Closure<FileCollection> gosuClasspathClosure);
}
| 267 | 0.816479 | 0.816479 | 12 | 21.25 | 23.188089 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.416667 | false | false | 14 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.