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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
34fc57459547dc92576afcddfbcfee481010a838 | 16,965,120,843,527 | d78ef3b5bb52598c92207f39d338115b17360659 | /Tile.java | 084e94ad3965947f4c29750b2afee2583bcb0262 | [] | no_license | mfprint/Domino | https://github.com/mfprint/Domino | c46492acb0eb0e99fe6c05e935601eaaf047bd30 | 422af11e90730e5e0f09b11df2c66cac704f454d | refs/heads/master | 2021-06-04T06:43:45.839000 | 2016-09-25T05:39:51 | 2016-09-25T05:39:51 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public class Tile
{
private int top, bottom;
public enum Side
{
top,
bottom
};
public Tile(int top, int bottom)
{
this.top = top;
this.bottom = bottom;
}
public void upsidedown()
{
int temp = top;
top = bottom;
bottom = temp;
}
public boolean isGreater(Tile t)
{
... | UTF-8 | Java | 1,774 | java | Tile.java | Java | [] | null | [] | public class Tile
{
private int top, bottom;
public enum Side
{
top,
bottom
};
public Tile(int top, int bottom)
{
this.top = top;
this.bottom = bottom;
}
public void upsidedown()
{
int temp = top;
top = bottom;
bottom = temp;
}
public boolean isGreater(Tile t)
{
... | 1,774 | 0.542277 | 0.542277 | 80 | 20.200001 | 22.776304 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.8875 | false | false | 10 |
c829ae5ac427962a510e0ffbe6fe32d5a67af91a | 23,398,981,894,289 | 3475a766a354f2853aaa1accf04e9f82ca0080be | /src/edu/bms/entity/BookCatalog.java | 621756622a6f309c9cb19c8ad1dfed068a05e6af | [] | no_license | luyan0807/bms-ls | https://github.com/luyan0807/bms-ls | b11f657d5888499ea29f36195c51b4a82422c11a | 92ac39762307e44e5acfb88d6fbdedad33b0acdc | refs/heads/master | 2021-09-04T11:35:45.123000 | 2018-01-18T09:50:15 | 2018-01-18T09:50:15 | 111,508,068 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package edu.bms.entity;
public class BookCatalog {
private int id;//自动编号
private int borrowTime;//借阅次数
private int borrowNum;//可借阅数量
private int renewTime;//续借次数
private String isbn;//国际编号
public int getId() {
return id;
}
public void setId(int id) {
this.id = id;
}
public int getBorrowTime() {
r... | UTF-8 | Java | 834 | java | BookCatalog.java | Java | [] | null | [] | package edu.bms.entity;
public class BookCatalog {
private int id;//自动编号
private int borrowTime;//借阅次数
private int borrowNum;//可借阅数量
private int renewTime;//续借次数
private String isbn;//国际编号
public int getId() {
return id;
}
public void setId(int id) {
this.id = id;
}
public int getBorrowTime() {
r... | 834 | 0.693182 | 0.693182 | 52 | 14.230769 | 14.047468 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.211538 | false | false | 10 |
07a09af066de3837c0a18e38b1c60b3c0b23cdb9 | 25,451,976,198,678 | 0d6b8ec07de08838d9a529d99a70aad265ae733a | /Front-end/ProjetoSistemasDistribuidos/src/br/faj/sd/controle/PessoaDetalheControle.java | ea83ef4781544d4d30258badb0df0f200ef6165c | [] | no_license | RicardoGPP/projeto-sistemas-distribuidos | https://github.com/RicardoGPP/projeto-sistemas-distribuidos | d345dca05ca99848b045355f7026196b85fbd6b4 | 8cef68a0420f4e60ebc3c2e49ff7a66b8630874c | refs/heads/master | 2020-03-29T13:04:55.594000 | 2018-09-23T01:42:29 | 2018-09-23T01:42:29 | 149,938,498 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.faj.sd.controle;
import br.faj.sd.modelo.Pessoa;
import br.faj.sd.visao.PessoaDetalheVisao;
public class PessoaDetalheControle extends Controle<PessoaDetalheVisao>
{
private Pessoa pessoa;
public void setPessoa(Pessoa pessoa)
{
this.pessoa = pessoa;
}
public Pessoa getPessoa()
{
return this.p... | UTF-8 | Java | 412 | java | PessoaDetalheControle.java | Java | [] | null | [] | package br.faj.sd.controle;
import br.faj.sd.modelo.Pessoa;
import br.faj.sd.visao.PessoaDetalheVisao;
public class PessoaDetalheControle extends Controle<PessoaDetalheVisao>
{
private Pessoa pessoa;
public void setPessoa(Pessoa pessoa)
{
this.pessoa = pessoa;
}
public Pessoa getPessoa()
{
return this.p... | 412 | 0.754854 | 0.754854 | 24 | 16.166666 | 19.413626 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.083333 | false | false | 10 |
90d1024d45865a4b1752583af68341dd8da39bdb | 687,194,778,287 | c92965da21f5b8fc972a0831e83538613c63dc4f | /app/src/main/java/com/learn/expansionfile/helper/XAPKFile.java | 2b8ee68e36806c5d04ac63f898e0279c7474c7fb | [] | no_license | randiw/LearnExpansionFile | https://github.com/randiw/LearnExpansionFile | a306ba3c8ef3672ef904beee7913f1b48fbbe529 | f8ff8bafe9ed1b2ce2d0d756f64ac9135407e65d | refs/heads/master | 2021-01-10T05:38:59.174000 | 2015-06-01T08:01:34 | 2015-06-01T08:01:34 | 36,422,125 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.learn.expansionfile.helper;
/**
* Created by randiwaranugraha on 6/1/15.
*/
public class XAPKFile {
public final boolean isMain;
public final int fileVersion;
public final long fileSize;
public XAPKFile(boolean isMain, int fileVersion, long fileSize) {
this.isMain = isMain;
... | UTF-8 | Java | 397 | java | XAPKFile.java | Java | [
{
"context": "com.learn.expansionfile.helper;\n\n/**\n * Created by randiwaranugraha on 6/1/15.\n */\npublic class XAPKFile {\n\n publi",
"end": 75,
"score": 0.9993790984153748,
"start": 59,
"tag": "USERNAME",
"value": "randiwaranugraha"
}
] | null | [] | package com.learn.expansionfile.helper;
/**
* Created by randiwaranugraha on 6/1/15.
*/
public class XAPKFile {
public final boolean isMain;
public final int fileVersion;
public final long fileSize;
public XAPKFile(boolean isMain, int fileVersion, long fileSize) {
this.isMain = isMain;
... | 397 | 0.68262 | 0.672544 | 17 | 22.411764 | 19.587088 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.529412 | false | false | 10 |
54050006b3cf66d5f1011111f7bcb7c30d83298a | 231,928,256,365 | 29a1ee225919c2aaaa8762021990521285310630 | /src/jmh/java/com/github/tonivade/claudb/ClauDBBenchmark.java | b89f2edc6fbde031e930b230ace3bbe7e898d667 | [
"MIT"
] | permissive | tonivade/tinydb | https://github.com/tonivade/tinydb | 2b65e7e616a0b8ab622cb4dc82162bae5409afff | ba88b2a8fbbb0b229cf83a77e1e87d3a12b3a147 | refs/heads/master | 2020-05-20T19:26:15.579000 | 2020-05-12T20:21:22 | 2020-05-12T20:21:22 | 35,656,597 | 10 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright (c) 2015-2020, Antonio Gabriel Muñoz Conejo <antoniogmc at gmail dot com>
* Distributed under the terms of the MIT License
*/
package com.github.tonivade.claudb;
import org.openjdk.jmh.annotations.Benchmark;
import org.openjdk.jmh.annotations.BenchmarkMode;
import org.openjdk.jmh.annotations.Mode;
im... | UTF-8 | Java | 996 | java | ClauDBBenchmark.java | Java | [
{
"context": "/*\n * Copyright (c) 2015-2020, Antonio Gabriel Muñoz Conejo <antoniogmc at gmail dot com>\n * Distributed unde",
"end": 59,
"score": 0.999863862991333,
"start": 31,
"tag": "NAME",
"value": "Antonio Gabriel Muñoz Conejo"
}
] | null | [] | /*
* Copyright (c) 2015-2020, <NAME> <antoniogmc at gmail dot com>
* Distributed under the terms of the MIT License
*/
package com.github.tonivade.claudb;
import org.openjdk.jmh.annotations.Benchmark;
import org.openjdk.jmh.annotations.BenchmarkMode;
import org.openjdk.jmh.annotations.Mode;
import org.openjdk.jmh.a... | 973 | 0.687437 | 0.675377 | 39 | 24.512821 | 18.950504 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.74359 | false | false | 10 |
05b6575bd938d04af82d8674590079ed0f427dcf | 3,092,376,505,744 | e3cc3f68e8ae3d0dc00feae014362ad8d83301fc | /src/main/java/com/ncode/service/MessageService.java | 8f34f1060ee1cf86d89ef77e293ff07940bf914f | [] | no_license | kaiwanxiaom/ncode | https://github.com/kaiwanxiaom/ncode | 684bc53ab2c1b44baa3c4438556c5a25333547b0 | 39c7cd5c47ee5871e776acafb6f24a083a267d90 | refs/heads/master | 2021-09-11T01:18:53.169000 | 2018-04-05T14:33:34 | 2018-04-05T14:33:34 | 115,618,554 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ncode.service;
import com.ncode.dao.MessageDAO;
import com.ncode.model.Message;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframework.web.util.HtmlUtils;
import java.util.List;
@Service
public class MessageService {
@A... | UTF-8 | Java | 1,385 | java | MessageService.java | Java | [] | null | [] | package com.ncode.service;
import com.ncode.dao.MessageDAO;
import com.ncode.model.Message;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframework.web.util.HtmlUtils;
import java.util.List;
@Service
public class MessageService {
@A... | 1,385 | 0.756679 | 0.755235 | 41 | 32.780487 | 32.770088 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.731707 | false | false | 10 |
d2ed19c0262e2c65bece5aeed899d8939414971c | 13,469,017,496,022 | 0ae9707afc4b6fd34c0386f3979dd2aa2a9fa669 | /Backend/src/main/java/com/amazonaws/shortify/Shortify.java | 86d3c47acd57cbe2b3894b3ef36b1e97947c77ea | [] | no_license | IrresistibleImran/Shortify | https://github.com/IrresistibleImran/Shortify | 0816695db07464a7c4aa8a5ce178a4f26e2e5872 | 3c62d43a0eefa5a4ef395e206f5ae5ddbbec483f | refs/heads/master | 2021-04-02T05:02:22.416000 | 2020-07-15T17:21:09 | 2020-07-15T17:21:09 | 248,244,700 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.amazonaws.shortify;
import org.joda.time.DateTime;
import org.joda.time.Instant;
import com.amazonaws.services.dynamodbv2.AmazonDynamoDB;
import com.amazonaws.services.dynamodbv2.AmazonDynamoDBClientBuilder;
import com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper;
import com.amazonaws.service... | UTF-8 | Java | 2,428 | java | Shortify.java | Java | [
{
"context": "ces.lambda.runtime.RequestHandler;\n\n/**\n * @author imran.pasha\n *\n */\npublic class Shortify implements Requ",
"end": 547,
"score": 0.8253850936889648,
"start": 542,
"tag": "USERNAME",
"value": "imran"
},
{
"context": "bda.runtime.RequestHandler;\n\n/**\n * @author... | null | [] | package com.amazonaws.shortify;
import org.joda.time.DateTime;
import org.joda.time.Instant;
import com.amazonaws.services.dynamodbv2.AmazonDynamoDB;
import com.amazonaws.services.dynamodbv2.AmazonDynamoDBClientBuilder;
import com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper;
import com.amazonaws.service... | 2,428 | 0.714168 | 0.703871 | 77 | 30.532467 | 26.156664 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.207792 | false | false | 10 |
9d7b7837180638c41f3e92a1279ee31b4d7db726 | 30,734,786,025,195 | d68b3d90f210af7be905632beb736af0c9cfed77 | /Old/TheDarkKnight/src/org/usfirst/frc/team195/robot/Utilities/CubeHandler/ArmPosition.java | 56fc280744a5e8eff98a6d51d5c609ea22e7eff7 | [] | no_license | frcteam195/FRC2018 | https://github.com/frcteam195/FRC2018 | 73560af26f09bd46aecad542ee2dfe3a9542fbb9 | 7588d334b6864c52b1833007abe337af5f5b5382 | refs/heads/master | 2020-03-14T18:00:51.956000 | 2019-01-06T03:37:16 | 2019-01-06T03:37:16 | 131,733,213 | 8 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.usfirst.frc.team195.robot.Utilities.CubeHandler;
public class ArmPosition {
public static final double DOWN = 0;
public static final double LOW = 10;
public static final double MID = 40;
public static final double HOLD_THRESHOLD = 86.3;
public static final double SWITCH = 70;
public static final doub... | UTF-8 | Java | 646 | java | ArmPosition.java | Java | [] | null | [] | package org.usfirst.frc.team195.robot.Utilities.CubeHandler;
public class ArmPosition {
public static final double DOWN = 0;
public static final double LOW = 10;
public static final double MID = 40;
public static final double HOLD_THRESHOLD = 86.3;
public static final double SWITCH = 70;
public static final doub... | 646 | 0.767802 | 0.716718 | 16 | 39.375 | 17.047268 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.5625 | false | false | 10 |
1a6bf838c3f45890134c1e2a1c0632767052b6d4 | 22,385,369,599,267 | ef3f97f6b10fdf842a9678ac8fac74d16a163081 | /src/main/java/ru/dna/dna/service/DnaService.java | 40b109609cc7a4b0d9b1ec88a3d000c8e3d75200 | [] | no_license | HK777/3DNA | https://github.com/HK777/3DNA | 2d7048273320a873aa99abfdaf857d868bb643d2 | 42012a85968fb6a63794631afdd7091cb87213bf | refs/heads/master | 2020-12-19T15:50:51.176000 | 2020-01-31T15:04:30 | 2020-01-31T15:04:30 | 235,780,151 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ru.dna.dna.service;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;
import ru.dna.dna.clients.CsvClient;
import ru.dna.dna.parseAndConvert.ParserAndConverter;
import ru.dna.dna.utils.FileUtil;
import java.util.List;
@Component
public class DnaSe... | UTF-8 | Java | 1,017 | java | DnaService.java | Java | [] | null | [] | package ru.dna.dna.service;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;
import ru.dna.dna.clients.CsvClient;
import ru.dna.dna.parseAndConvert.ParserAndConverter;
import ru.dna.dna.utils.FileUtil;
import java.util.List;
@Component
public class DnaSe... | 1,017 | 0.753196 | 0.753196 | 39 | 25.076923 | 23.7491 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.487179 | false | false | 10 |
e2c14f7e754908651d88f286fa2edf1713ea9128 | 4,243,427,749,472 | fc48ed0c6926b00c75f6f0aa952cc718a42c1783 | /app/src/main/java/com/mooo/ewolvy/killkodi/MainActivity.java | 695a886782f1cbfd16adf03428180b7f0ac4d3df | [] | no_license | ewolvy/KillKodi | https://github.com/ewolvy/KillKodi | 4d7127d5f99f872de3cef0f80a76b83a7ae12099 | 60e26a49770e5daab8669c3521d2835f11d683e3 | refs/heads/master | 2020-06-28T21:44:38.676000 | 2016-12-27T19:42:38 | 2016-12-27T19:42:38 | 74,466,116 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mooo.ewolvy.killkodi;
import android.content.DialogInterface;
import android.content.Intent;
import android.support.v7.app.AlertDialog;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.Menu;
import android.view.MenuItem;
import android.view.View;
public class ... | UTF-8 | Java | 1,879 | java | MainActivity.java | Java | [
{
"context": "AsyncTask(MainActivity.this).execute(new KKState(\"192.168.1.210\", 1207));\n }})\n ",
"end": 1766,
"score": 0.9997103810310364,
"start": 1753,
"tag": "IP_ADDRESS",
"value": "192.168.1.210"
}
] | null | [] | package com.mooo.ewolvy.killkodi;
import android.content.DialogInterface;
import android.content.Intent;
import android.support.v7.app.AlertDialog;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.Menu;
import android.view.MenuItem;
import android.view.View;
public class ... | 1,879 | 0.641831 | 0.633316 | 51 | 35.843136 | 27.203209 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.490196 | false | false | 10 |
571f9c89791c9452f7797d8732e035f11352e6f2 | 20,048,907,354,628 | 6952304298d66aedb06b0db8687a3c2a8a250630 | /JaydeStudy/src/main/java/net/jayde/commons/utils/ui/xmltree/xmltreeobjects/XmlTreeObjectCommonInfo.java | 6f578b806eddd78cd6a53c93ac89bba182f352bd | [] | no_license | jaydezhou/JavaCS | https://github.com/jaydezhou/JavaCS | fe16aa2a5d5505456d67f1b1be9f9af24b5997de | 033d77c41c3f03bd1cd6d2f9ca7c9f5ece97a960 | refs/heads/master | 2022-12-20T20:23:52.412000 | 2019-12-20T09:07:03 | 2019-12-20T09:07:03 | 119,678,202 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package net.jayde.commons.utils.ui.xmltree.xmltreeobjects;
/**
* Created by jayde on 2016-9-5.
*/
public class XmlTreeObjectCommonInfo {
String name;
String id;
String icon;
String classtype;
String nodeType;
public String getName() {
return name;
}
public vo... | UTF-8 | Java | 1,073 | java | XmlTreeObjectCommonInfo.java | Java | [
{
"context": "s.ui.xmltree.xmltreeobjects;\r\n\r\n/**\r\n * Created by jayde on 2016-9-5.\r\n */\r\npublic class XmlTreeObjectComm",
"end": 86,
"score": 0.9997275471687317,
"start": 81,
"tag": "USERNAME",
"value": "jayde"
}
] | null | [] | package net.jayde.commons.utils.ui.xmltree.xmltreeobjects;
/**
* Created by jayde on 2016-9-5.
*/
public class XmlTreeObjectCommonInfo {
String name;
String id;
String icon;
String classtype;
String nodeType;
public String getName() {
return name;
}
public vo... | 1,073 | 0.543336 | 0.537745 | 58 | 16.5 | 14.994539 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.293103 | false | false | 10 |
089cc35dc2e6839375d9df4da6ca529dca131d11 | 18,279,380,841,726 | 909ffe11e66dd997dec495e6f18cce919c356918 | /test/src/main/java/com/moviesfan/test/rest/MovieResource.java | 8e5c63f177d1d4655d2bef5d3376da4744863207 | [] | no_license | lyoumi/ttask | https://github.com/lyoumi/ttask | d170287fe5021ec6aa4fab7db0d486c115bfd265 | c68318588640bd289bbe14ab4fc5290a426e27d8 | refs/heads/master | 2022-07-27T21:33:50.061000 | 2020-05-25T15:16:08 | 2020-05-25T15:16:08 | 266,812,131 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.moviesfan.test.rest;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PutMapping;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotatio... | UTF-8 | Java | 1,069 | java | MovieResource.java | Java | [] | null | [] | package com.moviesfan.test.rest;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PutMapping;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotatio... | 1,069 | 0.767072 | 0.767072 | 36 | 28.694445 | 24.399248 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.361111 | false | false | 10 |
a9eb2548c2b287669221305aaea1f297da27c513 | 4,776,003,660,039 | fc13a570652062ebb7abaee7f0aa54a15d37ee5f | /src/main/java/demo/pqjiang/mapper/SecurityMapper.java | 793323036cbc56b6f8dc21313b695374f345cc6c | [] | no_license | QPJIANG/XMEM | https://github.com/QPJIANG/XMEM | f38b40387e444c0477fdaebd1ce1233f5aad219b | 79b120e664be284bc115e199eef71d806c208e0f | refs/heads/master | 2021-10-19T00:59:12.043000 | 2019-02-16T07:04:22 | 2019-02-16T07:04:22 | 104,190,948 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package demo.pqjiang.mapper;
import java.util.List;
import java.util.Map;
public interface SecurityMapper {
/**
* list all user
* */
public List<Map> getUser();
/**
* list user by name
*
* parameters: user_name
* */
public List<Map> getUserByName(String name);
/**
... | UTF-8 | Java | 551 | java | SecurityMapper.java | Java | [] | null | [] | package demo.pqjiang.mapper;
import java.util.List;
import java.util.Map;
public interface SecurityMapper {
/**
* list all user
* */
public List<Map> getUser();
/**
* list user by name
*
* parameters: user_name
* */
public List<Map> getUserByName(String name);
/**
... | 551 | 0.571688 | 0.571688 | 29 | 18 | 14.722725 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.241379 | false | false | 10 |
208a8e6c7d71666e7573a18247c515a1030cae8f | 14,697,378,110,605 | e312823920b395fccbfcf13abe99bf9edc870b71 | /MeetingRoom/src/main/java/be/kawi/meetingroom/service/MeetingRoomService.java | 1f29f80733d29e5591b78f07fc8798ed6f46e80f | [] | no_license | wim82/Backend-MeetingRoom | https://github.com/wim82/Backend-MeetingRoom | ba060faa1017ccd694b835ecd2b9e9d281193fcb | 2aa879285cbf515fd6bd353da0a4b32bb462bb99 | refs/heads/master | 2021-01-22T07:32:49.586000 | 2014-04-27T17:23:48 | 2014-04-27T17:23:48 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package be.kawi.meetingroom.service;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import be.kawi.meetingroom.dao.MeetingRoomDAO;
import be.kawi.meetingroom.exceptio... | UTF-8 | Java | 1,688 | java | MeetingRoomService.java | Java | [] | null | [] | package be.kawi.meetingroom.service;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import be.kawi.meetingroom.dao.MeetingRoomDAO;
import be.kawi.meetingroom.exceptio... | 1,688 | 0.787915 | 0.78436 | 65 | 24.969231 | 27.674465 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.261539 | false | false | 10 |
a6067f0372532ca7dafa78e8bf66c29f8076194a | 15,934,328,702,851 | cb272d4c3574bf0f1be4cb5db63e749144173295 | /src/contract/environment/ContentContract.java | 853b1c0022e0f8b2c85f83dd65950fc4a5f7fd63 | [] | no_license | alexisraimbault/lode_runner | https://github.com/alexisraimbault/lode_runner | 36dd50a4f77203439c2e817dfdfa742d6bdd9766 | b12bf2d1ac7624b11fa7d6c15cc5e2727187df47 | refs/heads/master | 2020-05-03T13:08:05.318000 | 2019-05-09T04:55:16 | 2019-05-09T04:55:16 | 178,645,635 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package contract.environment;
import contract.contracterr.InitError;
import contract.contracterr.InvariantError;
import contract.contracterr.PostconditionError;
import contract.contracterr.PreconditionError;
import decorator.environment.ContentDecorator;
import model.services.EntityType;
import model.services.... | UTF-8 | Java | 3,769 | java | ContentContract.java | Java | [] | null | [] | package contract.environment;
import contract.contracterr.InitError;
import contract.contracterr.InvariantError;
import contract.contracterr.PostconditionError;
import contract.contracterr.PreconditionError;
import decorator.environment.ContentDecorator;
import model.services.EntityType;
import model.services.... | 3,769 | 0.633059 | 0.628018 | 127 | 27.677166 | 26.912773 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.031496 | false | false | 10 |
58b486676107b532d7de141022de9621d812a869 | 11,055,245,855,276 | 65c1a0357b59e8c94a27fc3e18d01d29ebec870f | /BrojPonavljanjaBroja.java | 3da07ab443c49f839a7880f0496a5ba2553bf389 | [] | no_license | Arthuzad/exercises-java | https://github.com/Arthuzad/exercises-java | a211c4cf78a16609ff1b6b9b59f00a17bb354d6d | bdf34856d9cec5b7d5a4a4881f71c924d511511e | refs/heads/master | 2022-05-11T18:38:42.491000 | 2019-09-20T12:00:32 | 2019-09-20T12:00:32 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package zadaci;
import java.util.Scanner;
public class BrojPonavljanjaBroja {
public static void main(String[] args) {
Scanner input = new Scanner(System.in);
System.out.println("Unesite niz od 10 brojeva: ");
int[] array = new int[10];
int[] counter = new int[100];
for (int i = 0; ... | UTF-8 | Java | 656 | java | BrojPonavljanjaBroja.java | Java | [] | null | [] | package zadaci;
import java.util.Scanner;
public class BrojPonavljanjaBroja {
public static void main(String[] args) {
Scanner input = new Scanner(System.in);
System.out.println("Unesite niz od 10 brojeva: ");
int[] array = new int[10];
int[] counter = new int[100];
for (int i = 0; ... | 656 | 0.542683 | 0.525915 | 31 | 19.161291 | 19.191895 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.129032 | false | false | 10 |
b7589f7647ddad650636b744c82e6bea462645a2 | 20,633,022,945,551 | 55a9d446ce26cb9072480ce7f44fdbae2bc104cd | /A_FatAAR/modellocal_code/src/main/java/com/huan/modellocal_code/ModelLocal.java | c349ec2d1bcb23168699f05b4f8098116bcbc7f6 | [] | no_license | sengeiou/Fat-AAR | https://github.com/sengeiou/Fat-AAR | 30b1a4ede04b689df678d00af9865bcc9189b8db | 4433e3d0278a5207d6d69398adc00202210e1e21 | refs/heads/master | 2022-09-14T23:20:29.685000 | 2020-05-27T09:06:42 | 2020-05-27T09:06:42 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.huan.modellocal_code;
public class ModelLocal {
public static String staticString = "static ModelLocal";
public static String getString (){
return "ModelLocal";
};
}
| UTF-8 | Java | 203 | java | ModelLocal.java | Java | [] | null | [] | package com.huan.modellocal_code;
public class ModelLocal {
public static String staticString = "static ModelLocal";
public static String getString (){
return "ModelLocal";
};
}
| 203 | 0.679803 | 0.679803 | 12 | 15.916667 | 19.448471 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 10 |
cf464f0f7bfb613f6034f9551a396627cf0161ad | 4,621,384,848,981 | 3f8e7b2c05b1b6ea92a267062c09ce68b43ece07 | /src/main/java/com/fjnu/assetsManagement/module/personManagement/constant/PersonManagementFunctionNoConstants.java | a959064d697b2105c391791790b3a6bf90a7a91b | [] | no_license | xllenga/assetsManagement | https://github.com/xllenga/assetsManagement | 87f30054d2d1861590c75cc07876285400d7c323 | 6419839ca64a48642fd5e1c1bb7318bb4eb9d7b9 | refs/heads/master | 2020-07-14T00:33:36.516000 | 2019-05-21T15:36:05 | 2019-05-21T15:36:05 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.fjnu.assetsManagement.module.personManagement.constant;
public interface PersonManagementFunctionNoConstants {
String GET_PERSON_LIST = "GetPersonList";//获取人员列表
String ADD_PERSON = "AddPerson";//添加人员
String UPDATE_PERSON = "UpdatePerson";//修改人员
String DELETE_PERSON = "DeletePerson";//删除人员
... | UTF-8 | Java | 656 | java | PersonManagementFunctionNoConstants.java | Java | [
{
"context": "eletePerson\";//删除人员\n String UPDATE_PASSWORD = \"UpdatePassword\";//修改密码\n String UPDATE_STATUS = \"UpdataStatus\"",
"end": 364,
"score": 0.992806613445282,
"start": 350,
"tag": "PASSWORD",
"value": "UpdatePassword"
}
] | null | [] | package com.fjnu.assetsManagement.module.personManagement.constant;
public interface PersonManagementFunctionNoConstants {
String GET_PERSON_LIST = "GetPersonList";//获取人员列表
String ADD_PERSON = "AddPerson";//添加人员
String UPDATE_PERSON = "UpdatePerson";//修改人员
String DELETE_PERSON = "DeletePerson";//删除人员
... | 652 | 0.747312 | 0.747312 | 14 | 38.857143 | 25.424559 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.642857 | false | false | 10 |
2de162e8475e12334f7ad782a638fb104a628863 | 32,401,233,348,470 | 3765ed20db1d1eb6efdb4e50416669550dfcc683 | /FreeResponse/2015DiverseArray/DiverseArrayTest.java | 30b9353f955b6178582aa163491233ee8d0089b5 | [] | no_license | ynot1609/apcompsci3 | https://github.com/ynot1609/apcompsci3 | 5b540a0ff9f453ef240cb89d8df32fceefe45d67 | faf7db3fb0d4db55f19af09707dd0b94ebcb0a10 | refs/heads/master | 2021-01-19T11:58:59.461000 | 2017-04-06T06:23:27 | 2017-04-06T06:23:27 | 88,011,874 | 1 | 0 | null | true | 2017-04-12T05:07:11 | 2017-04-12T05:07:11 | 2016-10-27T06:14:40 | 2017-04-06T06:24:11 | 112,934 | 0 | 0 | 0 | null | null | null | public class DiverseArrayTest
{
public static void main(String[] args)
{
// Part a)
int[] arr1 = {1,3,2,7,3};
int linear = DiverseArray.arraySum(arr1);
System.out.println("1-D sum = " + linear);
// Part b)
int[][] mat1 = { {1,3,2,7,3},
... | UTF-8 | Java | 1,068 | java | DiverseArrayTest.java | Java | [] | null | [] | public class DiverseArrayTest
{
public static void main(String[] args)
{
// Part a)
int[] arr1 = {1,3,2,7,3};
int linear = DiverseArray.arraySum(arr1);
System.out.println("1-D sum = " + linear);
// Part b)
int[][] mat1 = { {1,3,2,7,3},
... | 1,068 | 0.412921 | 0.355805 | 33 | 30.424242 | 16.832563 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.666667 | false | false | 10 |
fa71a95ddfcc8ec2c42ce7b0874018dea735b160 | 20,607,253,101,140 | 60efbd957bfc8f98121f0dc6d2ea8cfafc1865ea | /app/src/main/java/com/example/intership2019/Fragment/DPAbstractFactory/ComputerFactory.java | 383ee7395eb5935be515981b73366689336b3cd5 | [] | no_license | annv1990/PTIT-Internship-2019-CW | https://github.com/annv1990/PTIT-Internship-2019-CW | 6f4040dd878cb7a5327b9eba7aa539e6de60129d | ad6481fd419247f72363a1c53616e4bc896cc324 | refs/heads/master | 2020-06-22T14:21:19.220000 | 2020-06-19T02:36:48 | 2020-06-19T02:36:48 | 197,728,954 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.intership2019.Fragment.DPAbstractFactory;
public class ComputerFactory {
public static Computer createComputer(ComputerAbstractFactory computerAbstractFactory) {
return computerAbstractFactory.createComputer();
}
}
| UTF-8 | Java | 252 | java | ComputerFactory.java | Java | [] | null | [] | package com.example.intership2019.Fragment.DPAbstractFactory;
public class ComputerFactory {
public static Computer createComputer(ComputerAbstractFactory computerAbstractFactory) {
return computerAbstractFactory.createComputer();
}
}
| 252 | 0.809524 | 0.793651 | 7 | 35 | 33.105892 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.285714 | false | false | 10 |
ac5027a4eda93a98829673263d3bb500b188b0a3 | 21,079,699,501,865 | 592dda26abb0a81cee727c18935c2511365659f0 | /src/main/java/com/zerodhatech/ticker/OnDisconnect.java | 8e9b3d0f292e4fb386f0b51341515b14d71f0128 | [
"MIT"
] | permissive | kssujithcj/javakiteconnect_maven | https://github.com/kssujithcj/javakiteconnect_maven | f7d004192f0d5dc4093165b99d9ad29b8cb812cf | 3146d06a223e78de152affe62e16b6e935e17885 | refs/heads/master | 2023-08-19T04:45:33.392000 | 2023-07-28T11:35:03 | 2023-07-28T11:35:03 | 210,796,061 | 1 | 1 | MIT | false | 2023-07-13T17:04:06 | 2019-09-25T08:38:02 | 2022-06-01T07:19:03 | 2023-07-13T17:04:06 | 1,346 | 1 | 1 | 4 | Java | false | false | package com.zerodhatech.ticker;
/**
* Callback to listen to com.zerodhatech.ticker websocket disconnected event.
*/
public interface OnDisconnect {
void onDisconnected();
}
| UTF-8 | Java | 180 | java | OnDisconnect.java | Java | [] | null | [] | package com.zerodhatech.ticker;
/**
* Callback to listen to com.zerodhatech.ticker websocket disconnected event.
*/
public interface OnDisconnect {
void onDisconnected();
}
| 180 | 0.755556 | 0.755556 | 8 | 21.5 | 24.617067 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 10 |
5b1026f9d614fbad11235ccc7b3f2fba56c4bca1 | 24,163,486,047,400 | 323f388817fbcd23eec9bf6de0022a798b9c626c | /kostyleFINAL/src/main/java/kostyle/ranking/domain/RankingVO.java | a05fb042cebe171a61dfefd10120c77b92fc5084 | [] | no_license | superk01/kostyle_project | https://github.com/superk01/kostyle_project | cb50cf894e2c4648602f951c43dd1604b4a3621d | 1bb0426898987f24018d3f568f09c0280a65f682 | refs/heads/master | 2021-01-23T00:20:25.974000 | 2017-06-28T06:12:36 | 2017-06-28T06:12:36 | 92,806,801 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package kostyle.ranking.domain;
public class RankingVO {
private String s_num;
private String s_shopurl;
private String s_sname;
private String s_age;
private String s_image;
private String s_rank;
public String getS_shopurl() {
return s_shopurl;
}
public void setS_shopurl(String s_shopurl) {... | UTF-8 | Java | 1,211 | java | RankingVO.java | Java | [] | null | [] | package kostyle.ranking.domain;
public class RankingVO {
private String s_num;
private String s_shopurl;
private String s_sname;
private String s_age;
private String s_image;
private String s_rank;
public String getS_shopurl() {
return s_shopurl;
}
public void setS_shopurl(String s_shopurl) {... | 1,211 | 0.601982 | 0.601982 | 60 | 18.183332 | 18.831261 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.6 | false | false | 10 |
aadb0e1aebf575fdf7c8eb63416eb3f943f5dfb2 | 11,536,282,175,075 | 53040c4144c0917c5294b7c359655a2d61afef08 | /java/com/acq/web/dto/ServiceDtoInf.java | 769ab50d49860e20ab902b8198cd1ac418560b71 | [] | no_license | acquirotech/CommunicatorOld | https://github.com/acquirotech/CommunicatorOld | 8cd01b4a22ab3ce8d015c46122b667a8da4cb151 | 43f82f1b9b4d0d3f589bda81b79d3ca329ef33fb | refs/heads/master | 2020-04-05T20:05:32.056000 | 2018-11-12T06:22:27 | 2018-11-12T06:22:27 | 157,163,646 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.acq.web.dto;
public interface ServiceDtoInf<T> extends BaseDtoInf<T> {
}
| UTF-8 | Java | 89 | java | ServiceDtoInf.java | Java | [] | null | [] | package com.acq.web.dto;
public interface ServiceDtoInf<T> extends BaseDtoInf<T> {
}
| 89 | 0.741573 | 0.741573 | 6 | 13.833333 | 21.574806 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.166667 | false | false | 10 |
6ddcc572a61fbbda6b223b3968389acf312b3d24 | 30,202,210,042,049 | 2dca2550edab8238a3565b804b0da78f547dd130 | /app/src/main/java/com/beijing/zzu/multilanguagedemo/BaseApplication.java | 08f887f56b514cec9115f8601a8251a1b8e9c24a | [] | no_license | walkingCoder/multiLanguageDemo | https://github.com/walkingCoder/multiLanguageDemo | 5e86acfd321b1e1c794463b806d1a3ff7b2ae3b3 | 3167877685fa00d593da4bf7cbb2991fe1abbda2 | refs/heads/master | 2020-09-09T17:35:17.531000 | 2019-11-13T17:20:34 | 2019-11-13T17:20:34 | 221,513,210 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.beijing.zzu.multilanguagedemo;
import android.app.Application;
import android.content.res.Configuration;
import com.beijing.zzu.multilanguagedemo.utils.MultiLanguageUtil;
/**
* @author jiayk
* @date 2019/11/13
*/
public class BaseApplication extends Application {
@Override
public void onCreat... | UTF-8 | Java | 536 | java | BaseApplication.java | Java | [
{
"context": "uagedemo.utils.MultiLanguageUtil;\n\n\n/**\n * @author jiayk\n * @date 2019/11/13\n */\npublic class BaseApplicat",
"end": 207,
"score": 0.9996988773345947,
"start": 202,
"tag": "USERNAME",
"value": "jiayk"
}
] | null | [] | package com.beijing.zzu.multilanguagedemo;
import android.app.Application;
import android.content.res.Configuration;
import com.beijing.zzu.multilanguagedemo.utils.MultiLanguageUtil;
/**
* @author jiayk
* @date 2019/11/13
*/
public class BaseApplication extends Application {
@Override
public void onCreat... | 536 | 0.722015 | 0.70709 | 26 | 19.615385 | 20.992813 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.269231 | false | false | 10 |
f8c856e6dd09d625ec26865ce01fa12400f8bc20 | 12,919,261,663,244 | 210c05a189d46754f615c0f2bf1031bab83bd04e | /Web/src/com/tao/calender/model/CalendarDataJoin_interface.java | 8e15fa336e85f7f54396bf6b5148fa5f156a865a | [] | no_license | hand79/iii_TAO_Puzzle | https://github.com/hand79/iii_TAO_Puzzle | 7750287c7f08be8fa56665800527f8bb32e9cf60 | ce9e91538b413bd347104ab4a70313ba2947d415 | refs/heads/master | 2021-01-21T07:54:20.159000 | 2016-09-18T16:36:37 | 2016-09-18T16:36:37 | 68,525,975 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.tao.calender.model;
import java.util.List;
public interface CalendarDataJoin_interface {
public List<CalendarCaseJoinVO> getAllByCaseJoinWishList(Integer memno );
public List<CalendarCaseJoinVO> getAllByCaseJoinOrders(Integer memno );
}
| UTF-8 | Java | 261 | java | CalendarDataJoin_interface.java | Java | [] | null | [] | package com.tao.calender.model;
import java.util.List;
public interface CalendarDataJoin_interface {
public List<CalendarCaseJoinVO> getAllByCaseJoinWishList(Integer memno );
public List<CalendarCaseJoinVO> getAllByCaseJoinOrders(Integer memno );
}
| 261 | 0.804598 | 0.804598 | 8 | 30.625 | 28.783405 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.75 | false | false | 10 |
277a80b90088e4637c437ab9ed6678b1ed35b45c | 21,483,426,466,856 | 2c7c1649e10a3207de2e3ddc824fa7d9e8959d7e | /MovieChatBot/src/com/canberksinangil/ListFavouriteMovieList.java | b2094535d344997cd7c7703d74d47f07a39219e7 | [
"MIT"
] | permissive | canberksinangil/Java | https://github.com/canberksinangil/Java | 1563bda49338cae22156c5c8a445caa8c262b634 | 2844a8d05ac1d3714397e3439e94df480e289c95 | refs/heads/master | 2020-04-10T16:39:11.857000 | 2018-12-10T09:44:45 | 2018-12-10T09:44:45 | 161,151,525 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.canberksinangil;
public class ListFavouriteMovieList extends CommandBase implements Command {
public ListFavouriteMovieList(String commandKeyword) {
super(commandKeyword);
}
@Override
public void execute(String commandArgument) {
int counter = 1;
for (String movieN... | UTF-8 | Java | 567 | java | ListFavouriteMovieList.java | Java | [] | null | [] | package com.canberksinangil;
public class ListFavouriteMovieList extends CommandBase implements Command {
public ListFavouriteMovieList(String commandKeyword) {
super(commandKeyword);
}
@Override
public void execute(String commandArgument) {
int counter = 1;
for (String movieN... | 567 | 0.641975 | 0.640212 | 22 | 24.727272 | 23.524035 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.272727 | false | false | 10 |
195f796af2c793683b97bf497aa5416f1fd65687 | 23,424,751,636,793 | e360db6b10f83645049a4698ebd43d5f2f8432f0 | /src/com/util/FTPFunc.java | 3580f85a1c13cfbb86d5fdfefce0478b32fff30e | [] | no_license | erhaosan/new_seastar | https://github.com/erhaosan/new_seastar | d3f4a2205636ddaf5b5f4289033323dea685b2e0 | 41a8c6d8489fe7737bc293ef884945c0377bbd22 | refs/heads/master | 2018-01-13T07:25:15.192000 | 2016-08-19T07:06:54 | 2016-08-19T07:06:54 | 46,706,218 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.util;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.OutputStream;
import java.util.ArrayList;
import org.apache.commons.net.ftp.FTPClient;
import org.apache.commons.net.ftp.FTPFile;
import org.apache.commons.net.ftp.FTPRepl... | GB18030 | Java | 7,610 | java | FTPFunc.java | Java | [
{
"context": "(); \n int reply;\n ftp.connect(\"61.152.176.30\",21); \n ftp.login(\"EMVSXZGJ\",\"EMVS123",
"end": 700,
"score": 0.9997098445892334,
"start": 687,
"tag": "IP_ADDRESS",
"value": "61.152.176.30"
},
{
"context": "ect(\"61.152.176.30\",21); ... | null | [] | package com.util;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.OutputStream;
import java.util.ArrayList;
import org.apache.commons.net.ftp.FTPClient;
import org.apache.commons.net.ftp.FTPFile;
import org.apache.commons.net.ftp.FTPRepl... | 7,611 | 0.508522 | 0.504191 | 239 | 28.949791 | 21.297789 | 141 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.916318 | false | false | 10 |
a5ccd55fd986365ac1ca265f9fbf87a06d023fb9 | 27,161,373,192,985 | 408662a109c237c78651e3e332ddabe2eb555d01 | /OnlineTestManagement-backend/src/main/java/com/cg/onlineTest/services/GetResultService.java | e8bc6ee160569ee18cf3bf56f1b3ec1e26dc1c0d | [] | no_license | Amarjeetsoni/OnlineTest-Backend | https://github.com/Amarjeetsoni/OnlineTest-Backend | d1eab63864fbdc1b028a23683bf54246486e1713 | f33e499dbfe6b8f83ee72d323f3a4a4e66a52aa0 | refs/heads/master | 2022-12-05T02:08:27.508000 | 2020-08-21T07:51:29 | 2020-08-21T07:51:29 | 285,796,466 | 0 | 0 | null | false | 2020-08-09T05:18:30 | 2020-08-07T09:57:46 | 2020-08-08T18:31:23 | 2020-08-09T05:18:29 | 76 | 0 | 0 | 0 | Java | false | false | package com.cg.onlineTest.services;
public interface GetResultService {
/*
* This method is used to check whether the user exist or not.
* @param userId This is parameter of long type of isUserExist method.
* @return boolean this return true if user is there and false if no such user is there.
*/
public b... | UTF-8 | Java | 1,669 | java | GetResultService.java | Java | [] | null | [] | package com.cg.onlineTest.services;
public interface GetResultService {
/*
* This method is used to check whether the user exist or not.
* @param userId This is parameter of long type of isUserExist method.
* @return boolean this return true if user is there and false if no such user is there.
*/
public b... | 1,669 | 0.753146 | 0.753146 | 43 | 37.837208 | 35.343452 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 10 |
ab0a7c879ad680cacc79699a633e6b5f38d126fe | 21,311,627,756,850 | 93e1a6dddd55fc00b7a612a794bb6c09401f1d36 | /app/MeetASweedt/networkserver/src/main/java/com/example/NetworkShared/ResponseCreateUser.java | 11e044db7787ca860baa9cff08139c6682646f15 | [] | no_license | NiklasJonsson6/Untitled | https://github.com/NiklasJonsson6/Untitled | 01e0e3a7c48e77ed490788913e401ca59afe0dc6 | cb7b36e1e21662183f9d7f0a94b914c1edbebfd3 | refs/heads/master | 2020-12-25T16:25:09.152000 | 2016-10-27T17:52:45 | 2016-10-27T17:52:45 | 68,273,670 | 1 | 3 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.NetworkShared;
public class ResponseCreateUser extends Response
{
public ResponseCreateUser (boolean success, int user_id)
{
super(MessageType.CreateUser,success);
this.user_id = user_id;
}
public int user_id;
}
| UTF-8 | Java | 265 | java | ResponseCreateUser.java | Java | [] | null | [] | package com.example.NetworkShared;
public class ResponseCreateUser extends Response
{
public ResponseCreateUser (boolean success, int user_id)
{
super(MessageType.CreateUser,success);
this.user_id = user_id;
}
public int user_id;
}
| 265 | 0.698113 | 0.698113 | 11 | 23.09091 | 21.004131 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.545455 | false | false | 10 |
bbe1bf9f4f242477eff5bb6871cab56d17a70d87 | 21,311,627,757,170 | 7fc958cdd61662f297d2e934131e9ef00640c198 | /HashTable/SplitIntoConsecutiveSubsequences.java | 49852496fa579d474b79bc21ab30b39964e55ed1 | [] | no_license | robotoMax/LeetcodeEverday | https://github.com/robotoMax/LeetcodeEverday | 03737a3d832469bb646d190904cd5c778ea0207f | 9072b33df86ec8f4dabe5ef25868152abfc23328 | refs/heads/master | 2018-09-30T00:04:45.219000 | 2018-09-20T23:10:52 | 2018-09-20T23:10:52 | 119,123,195 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
*
* Date: 03/10/2018
* Created By: Shuai Liu
*
* You are given an integer array sorted in ascending order (may contain duplicates),
* you need to split them into several subsequences, where each subsequences consist of at least 3 consecutive integers.
* Return whether you can make such a split.
* Exampl... | UTF-8 | Java | 1,720 | java | SplitIntoConsecutiveSubsequences.java | Java | [
{
"context": "/**\n * \n * Date: 03/10/2018\n * Created By: Shuai Liu\n * \n * You are given an integer array sorted in a",
"end": 52,
"score": 0.9997908473014832,
"start": 43,
"tag": "NAME",
"value": "Shuai Liu"
}
] | null | [] | /**
*
* Date: 03/10/2018
* Created By: <NAME>
*
* You are given an integer array sorted in ascending order (may contain duplicates),
* you need to split them into several subsequences, where each subsequences consist of at least 3 consecutive integers.
* Return whether you can make such a split.
* Example 1... | 1,717 | 0.561628 | 0.518605 | 50 | 33.419998 | 27.122751 | 121 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.2 | false | false | 10 |
151281ce9f91a8bc033bc7d14df11dfec950fa94 | 30,528,627,601,793 | 5f6a9f259fe30605cf03deca0404910ffa9c6349 | /beetle-core/src/main/java/com/xing/beetle/util/RetryExecutor.java | 3677b22f3a8b028be3dfe8da3c1510d48b66273f | [
"MIT"
] | permissive | xing/java-beetle | https://github.com/xing/java-beetle | 606e85fa4b352eaa7ddab2553bcfaa859ca13241 | bc7e3a53b88c8bebbd9856697104560d1fc2838c | refs/heads/master | 2021-01-25T07:44:18.073000 | 2020-11-03T17:49:46 | 2020-11-03T17:49:46 | 8,777,778 | 0 | 3 | MIT | false | 2020-10-28T14:17:35 | 2013-03-14T14:59:12 | 2020-10-28T13:03:37 | 2020-10-28T14:17:34 | 696 | 6 | 2 | 0 | Java | false | false | package com.xing.beetle.util;
import com.xing.beetle.util.ExceptionSupport.Supplier;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import java.util.concurrent.*;
import static java.util.Objects.requireNonNull;
public class RetryExecutor {
static final ScheduledExecutorService scheduledExecutorService ... | UTF-8 | Java | 3,267 | java | RetryExecutor.java | Java | [] | null | [] | package com.xing.beetle.util;
import com.xing.beetle.util.ExceptionSupport.Supplier;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import java.util.concurrent.*;
import static java.util.Objects.requireNonNull;
public class RetryExecutor {
static final ScheduledExecutorService scheduledExecutorService ... | 3,267 | 0.662381 | 0.659014 | 117 | 26.923077 | 23.218454 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.529915 | false | false | 10 |
1d401f9e0197beb08b6da7798c90cbe24416ae5e | 22,144,851,398,853 | 7f1ba7691015026705366eabf1646dde2af055b9 | /src/com/puzzlers/character/CharArray.java | 4523382e2e3c127a99ff2aeec330808f9ec6f1a6 | [] | no_license | XUZHOUWANG/Java_Cookbook | https://github.com/XUZHOUWANG/Java_Cookbook | ed5e62b878a82d286c02ebf2be1333ff47e06a18 | 41282d3047791cb7f778fea27663eed775aa4e6d | refs/heads/master | 2019-01-31T19:30:37.871000 | 2014-02-27T09:01:37 | 2014-02-27T09:01:37 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.puzzlers.character;
/*
* 字符数组与字符串的区别
*/
public class CharArray {
public static void main(String[] args){
char[] numbers = {'1', '2', '3'};
String str = "ABC";
System.out.println(str + " easy as " + numbers);
System.out.println(str + " easy as " + String.valueOf(numbers));
... | GB18030 | Java | 493 | java | CharArray.java | Java | [] | null | [] | package com.puzzlers.character;
/*
* 字符数组与字符串的区别
*/
public class CharArray {
public static void main(String[] args){
char[] numbers = {'1', '2', '3'};
String str = "ABC";
System.out.println(str + " easy as " + numbers);
System.out.println(str + " easy as " + String.valueOf(numbers));
... | 493 | 0.600849 | 0.59448 | 22 | 19.40909 | 21.044668 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.545455 | false | false | 10 |
1833e619d3e0d45d20d0f5bd28ae4543253e278c | 30,880,814,882,880 | d6aeb39e30fd3df4961d630c237647b6247cab20 | /core/src/com/mantkowicz/light/board/object/TileObjectType.java | 69404ee4e8c678842410585987cd44ee86784298 | [] | no_license | michalantkowicz/lightgame | https://github.com/michalantkowicz/lightgame | 767bd703266142cde90a3901e1dd1251f41d1d28 | 9ea8b61b13a949e41df3f3364ea6a271d593bc9b | refs/heads/master | 2020-03-24T13:11:33.031000 | 2020-03-21T12:28:03 | 2020-03-21T12:28:03 | 142,737,919 | 0 | 0 | null | false | 2020-03-21T12:28:04 | 2018-07-29T06:51:39 | 2019-05-08T23:37:28 | 2020-03-21T12:28:04 | 3,117 | 0 | 0 | 0 | Java | false | false | package com.mantkowicz.light.board.object;
public enum TileObjectType {
SPRITE, CHEST, LIGHT, PLAYER, DOG
}
| UTF-8 | Java | 113 | java | TileObjectType.java | Java | [] | null | [] | package com.mantkowicz.light.board.object;
public enum TileObjectType {
SPRITE, CHEST, LIGHT, PLAYER, DOG
}
| 113 | 0.752212 | 0.752212 | 5 | 21.6 | 17.805616 | 42 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 10 |
7f80f4521bba37f3c48ad6ee8bbfe32c71133f18 | 16,063,177,727,177 | 5d36613fddea1dc6f128806c1e9cfe0f8fbdf515 | /FinalProject3.java | 3e5ce8fe30d1588038c48fd582756aa167f9d9c2 | [
"MIT"
] | permissive | gpretekin101/Cs11a-FinalProject | https://github.com/gpretekin101/Cs11a-FinalProject | a13507d0d3cde1b3b48b710266b3d46203f2c9c4 | ba8454f4e08896f95f3f6e583e5dffffa3ec48f5 | refs/heads/master | 2021-08-23T23:30:17.023000 | 2017-12-07T02:37:29 | 2017-12-07T02:37:29 | 112,654,382 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package recipeFinder;
//import java.recipeFinder.Variables;
public class FinalProject3 {
/**
The main method
@param args an array of strings which we ignore
*/
public static void main(String[] args){
boolean moreInput = true; //initialize boolean variables
boolean mor... | UTF-8 | Java | 13,837 | java | FinalProject3.java | Java | [] | null | [] | package recipeFinder;
//import java.recipeFinder.Variables;
public class FinalProject3 {
/**
The main method
@param args an array of strings which we ignore
*/
public static void main(String[] args){
boolean moreInput = true; //initialize boolean variables
boolean mor... | 13,837 | 0.613572 | 0.608007 | 309 | 43.779934 | 45.632378 | 228 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.660194 | false | false | 10 |
50ca0ea3bbb1e7fa06e724d824dd2bdcefec05cd | 21,930,103,083,273 | d579c4bb4f2124d04c5b83ee8833c0e40298dbda | /src/com/hdxy/mapper/AdminMapper.java | c3bf28daec9c79554d2ef7bc5f234ee57d3e16f7 | [] | no_license | zhengzhanpeng/TeacherEvaluation | https://github.com/zhengzhanpeng/TeacherEvaluation | 33a8d47a362e0f30c5d75602ae3e76f8e37262ac | 230d8d47289dbaf8e3ae95fd613d80cea9cc340d | refs/heads/master | 2021-01-23T16:15:00.720000 | 2018-04-28T09:38:33 | 2018-04-28T09:38:33 | 93,246,809 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.hdxy.mapper;
import org.apache.ibatis.annotations.Param;
import com.hdxy.pojo.Admin;
public interface AdminMapper {
/*通过管理员用户名获取管理员id、password、random*/
Admin getAdminByAdminName(String adminName);
Admin getAdminByAdminId(Integer adminId);
int addAdmin(Admin admin);
int setPassword(@Param("adm... | UTF-8 | Java | 409 | java | AdminMapper.java | Java | [] | null | [] | package com.hdxy.mapper;
import org.apache.ibatis.annotations.Param;
import com.hdxy.pojo.Admin;
public interface AdminMapper {
/*通过管理员用户名获取管理员id、password、random*/
Admin getAdminByAdminName(String adminName);
Admin getAdminByAdminId(Integer adminId);
int addAdmin(Admin admin);
int setPassword(@Param("adm... | 409 | 0.773087 | 0.773087 | 17 | 21.294117 | 23.287878 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.941176 | false | false | 10 |
fd31188ce838fe027b76c660e46ffb63b7d5fe37 | 2,654,289,815,900 | 93b093b4b929f2dd2a8ca42062ea581c24289107 | /src/com/punchclock/gui/MainWindow.java | 9ce6d1c8403f41eb6ed820a52fa5179ecb3ed670 | [] | no_license | ahmj/PunchClock | https://github.com/ahmj/PunchClock | 31c70fa952ff56ce68be40a2f59ead737199b6e5 | dc6ba1665bf77d95f503acf2ef99a4baf9962b53 | refs/heads/master | 2016-03-24T02:35:30.805000 | 2015-01-25T00:24:24 | 2015-01-25T00:24:24 | 19,292,033 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.punchclock.gui;
import java.awt.EventQueue;
import java.io.IOException;
import java.util.HashMap;
import java.util.Map;
import javax.swing.JButton;
import javax.swing.JFrame;
import javax.swing.JList;
import javax.swing.ListSelectionModel;
import javax.swing.UIManager;
import com.punchclock.client.User;
... | UTF-8 | Java | 7,723 | java | MainWindow.java | Java | [] | null | [] | package com.punchclock.gui;
import java.awt.EventQueue;
import java.io.IOException;
import java.util.HashMap;
import java.util.Map;
import javax.swing.JButton;
import javax.swing.JFrame;
import javax.swing.JList;
import javax.swing.ListSelectionModel;
import javax.swing.UIManager;
import com.punchclock.client.User;
... | 7,723 | 0.730416 | 0.71423 | 256 | 29.167969 | 19.582535 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.664063 | false | false | 10 |
d67555e0e7d4f88dd4c336c514773fc8ec3e6233 | 24,197,845,773,037 | 2547b7ab032d80ec2a107f7c37e0aa5c5bcc792e | /Shop/src/main/java/com/mmalaenko/security/LoginFilter.java | 732f3487b23ebb18afae2829ce8493eb4f53a4d0 | [] | no_license | AlexseyOstrovskiy/HomeWork | https://github.com/AlexseyOstrovskiy/HomeWork | e4db5df5d1fea8b679e54d58abf719a5d21cbbd5 | 76785c0a39023e955d802c583d4be28f204dde55 | refs/heads/master | 2023-01-19T22:13:27.544000 | 2020-11-19T19:56:38 | 2020-11-19T19:56:38 | 224,686,489 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mmalaenko.security;
import javax.servlet.*;
import javax.servlet.annotation.WebFilter;
import javax.servlet.http.HttpFilter;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.servlet.http.HttpSession;
import java.io.IOException;
import java.util.List;... | UTF-8 | Java | 2,542 | java | LoginFilter.java | Java | [] | null | [] | package com.mmalaenko.security;
import javax.servlet.*;
import javax.servlet.annotation.WebFilter;
import javax.servlet.http.HttpFilter;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.servlet.http.HttpSession;
import java.io.IOException;
import java.util.List;... | 2,542 | 0.649095 | 0.647128 | 79 | 31.177216 | 24.551037 | 134 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.620253 | false | false | 10 |
2ee25437edf4c6f08eefe1b0668b7b3da6aa6bbf | 12,695,923,368,479 | 7df40f6ea2209b7d48979465fd8081ec2ad198cc | /TOOLS/server/com/google/common/jimfs/Jimfs.java | e120b3b9fb04bd2bc6c46e1b9a84742169be23b7 | [
"IJG"
] | permissive | warchiefmarkus/WurmServerModLauncher-0.43 | https://github.com/warchiefmarkus/WurmServerModLauncher-0.43 | d513810045c7f9aebbf2ec3ee38fc94ccdadd6db | 3e9d624577178cd4a5c159e8f61a1dd33d9463f6 | refs/heads/master | 2021-09-27T10:11:56.037000 | 2021-09-19T16:23:45 | 2021-09-19T16:23:45 | 252,689,028 | 0 | 0 | null | false | 2021-09-19T16:53:10 | 2020-04-03T09:33:50 | 2021-09-19T16:49:02 | 2021-09-19T16:53:09 | 3,175 | 0 | 0 | 3 | Java | false | false | /* */ package com.google.common.jimfs;
/* */
/* */ import com.google.common.annotations.VisibleForTesting;
/* */ import com.google.common.base.Preconditions;
/* */ import com.google.common.collect.ImmutableMap;
/* */ import java.io.IOException;
/* */ import java.net.URI;
/* */ import ja... | UTF-8 | Java | 3,838 | java | Jimfs.java | Java | [] | null | [] | /* */ package com.google.common.jimfs;
/* */
/* */ import com.google.common.annotations.VisibleForTesting;
/* */ import com.google.common.base.Preconditions;
/* */ import com.google.common.collect.ImmutableMap;
/* */ import java.io.IOException;
/* */ import java.net.URI;
/* */ import ja... | 3,838 | 0.397603 | 0.384315 | 173 | 21.190752 | 24.063585 | 138 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.248555 | false | false | 10 |
5cc9a61efdee217ca194d223bcdc7f20512cb9cb | 33,071,248,194,930 | e268a2824f917d6e7ae22bae7d9764b904b0cbc1 | /src/main/java/ch.randelshofer.simplequestion/ch/randelshofer/gift/highlight/GIFTScanner.java | e8bb9a6294ffe528410f889b07870227da9937ab | [
"MIT"
] | permissive | wrandelshofer/SimpleQuestion | https://github.com/wrandelshofer/SimpleQuestion | 7a76aca32c289c5d84e66625282655a6baf8ff09 | 02e4d8e8c1bd4ce078524dc57153a82fb2b47dc7 | refs/heads/master | 2021-06-27T00:04:34.824000 | 2020-11-01T11:14:02 | 2020-11-01T11:14:02 | 163,732,031 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* @(#)GIFTScanner.java
* Copyright © 2020 Werner Randelshofer, Switzerland. MIT License.
*/
package ch.randelshofer.gift.highlight;
import ch.randelshofer.gui.highlight.Scanner;
/**
* <p>Provide a hand-written scanner for the GIFT language.
* This scanner is used for syntax highlighting in the editor.
*
* @... | UTF-8 | Java | 52,052 | java | GIFTScanner.java | Java | [
{
"context": "/*\n * @(#)GIFTScanner.java\n * Copyright © 2020 Werner Randelshofer, Switzerland. MIT License.\n */\npackage ch.randels",
"end": 66,
"score": 0.9998841881752014,
"start": 47,
"tag": "NAME",
"value": "Werner Randelshofer"
}
] | null | [] | /*
* @(#)GIFTScanner.java
* Copyright © 2020 <NAME>, Switzerland. MIT License.
*/
package ch.randelshofer.gift.highlight;
import ch.randelshofer.gui.highlight.Scanner;
/**
* <p>Provide a hand-written scanner for the GIFT language.
* This scanner is used for syntax highlighting in the editor.
*
* @version 2.0.1... | 52,039 | 0.329792 | 0.324566 | 1,531 | 32.998039 | 16.873274 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.485304 | false | false | 10 |
04e1d8706f084f9e32d4cf8c254eeae965b1e627 | 14,482,629,764,863 | fcb371854d34350a4f95df10f647f07c85fa53b1 | /dubbo-deep-cache/cache-api/src/main/java/com/rainbow/learning/dubbo/api/cluster/FailbackClusterService.java | d3ca2c46c1b8d54a055d65a262933dc67489a614 | [] | no_license | Lovelcp/dubbo-deep | https://github.com/Lovelcp/dubbo-deep | bf116c932321f6a1741f817b3c89bdabcb93c5c6 | d94c69d4ba8c81212d14fde3c987599e7a36d3c0 | refs/heads/master | 2021-01-23T15:17:36.409000 | 2018-01-31T11:40:18 | 2018-01-31T11:40:18 | 102,705,163 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.rainbow.learning.dubbo.api.cluster;
public interface FailbackClusterService {
}
| UTF-8 | Java | 93 | java | FailbackClusterService.java | Java | [] | null | [] | package com.rainbow.learning.dubbo.api.cluster;
public interface FailbackClusterService {
}
| 93 | 0.827957 | 0.827957 | 4 | 22.25 | 21.856064 | 47 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 10 |
57e7cfac84b266656fb13100ade6afb746391663 | 10,496,900,086,232 | 78e75654f4e33c07b5066b887559c533b97797ed | /storm/src/test/java/com/caseystella/analytics/outlier/StreamingOutlierIntegrationTest.java | 9e1361b078c0e27bfa8d86582eb2ffc57585434b | [
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0"
] | permissive | visenger/streaming_outliers | https://github.com/visenger/streaming_outliers | 23fe0da51dddcf71d2534c5bf700fb3228c862ec | c71194b92ba23ce5bd8487ddbdacb53a10f6f59c | refs/heads/master | 2020-12-24T09:31:23.298000 | 2016-10-16T16:28:51 | 2016-10-16T16:28:51 | 73,286,870 | 1 | 0 | null | true | 2016-11-09T13:33:45 | 2016-11-09T13:33:45 | 2016-11-09T08:00:07 | 2016-10-16T16:28:57 | 2,585 | 0 | 0 | 0 | null | null | null | package com.caseystella.analytics.outlier;
import backtype.storm.Config;
import backtype.storm.topology.TopologyBuilder;
import com.caseystella.analytics.DataPoint;
import com.caseystella.analytics.integration.components.ElasticSearchComponent;
import com.caseystella.analytics.timeseries.inmemory.InMemoryTimeSeriesDB;... | UTF-8 | Java | 10,163 | java | StreamingOutlierIntegrationTest.java | Java | [
{
"context": "t com.google.common.collect.Iterables;\nimport org.adrianwalker.multilinestring.Multiline;\nimport org.junit.Asser",
"end": 1127,
"score": 0.8324816823005676,
"start": 1115,
"tag": "USERNAME",
"value": "adrianwalker"
}
] | null | [] | package com.caseystella.analytics.outlier;
import backtype.storm.Config;
import backtype.storm.topology.TopologyBuilder;
import com.caseystella.analytics.DataPoint;
import com.caseystella.analytics.integration.components.ElasticSearchComponent;
import com.caseystella.analytics.timeseries.inmemory.InMemoryTimeSeriesDB;... | 10,163 | 0.505264 | 0.498081 | 224 | 44.370537 | 29.663006 | 139 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.633929 | false | false | 10 |
8145eb8367757a09aa96bc4945022c318d518ac6 | 7,765,300,907,984 | cbe1e2687f5f72c148f67af4b7e46ea45f47b34a | /app/src/main/java/cc/ssam/android/views/StableRecyclerView.java | a236de6ccd97932b01999f5355962ad808faf4f2 | [] | no_license | goodhxx/Ssam | https://github.com/goodhxx/Ssam | 4ffb86737eb0242f4889039c3e30d8064e777349 | 0b0808bd18658b5d609bbcd5a7df6fbad9041b05 | refs/heads/master | 2016-09-27T07:08:12.114000 | 2016-09-27T04:27:37 | 2016-09-27T04:27:37 | 48,720,971 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cc.ssam.android.views;
import android.content.Context;
import android.support.annotation.Nullable;
import android.support.v7.widget.RecyclerView;
import android.util.AttributeSet;
import android.view.MotionEvent;
/**
* Created by john on 2016/9/10.
*/
public class StableRecyclerView extends RecyclerView {
... | UTF-8 | Java | 1,179 | java | StableRecyclerView.java | Java | [
{
"context": "mport android.view.MotionEvent;\n\n/**\n * Created by john on 2016/9/10.\n */\npublic class StableRecyclerView",
"end": 245,
"score": 0.9879544377326965,
"start": 241,
"tag": "USERNAME",
"value": "john"
}
] | null | [] | package cc.ssam.android.views;
import android.content.Context;
import android.support.annotation.Nullable;
import android.support.v7.widget.RecyclerView;
import android.util.AttributeSet;
import android.view.MotionEvent;
/**
* Created by john on 2016/9/10.
*/
public class StableRecyclerView extends RecyclerView {
... | 1,179 | 0.700594 | 0.693808 | 45 | 25.200001 | 23.964418 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.444444 | false | false | 10 |
e46d7bedc2d4336d9858ae3d1c5d8d3c2f593f70 | 27,917,287,455,385 | 8922e51e7b544b069ff163496780aa8b37ad4f8a | /xml/src/java/org/apache/hivemind/service/impl/BuilderFactoryLogic.java | b9f7c5c81051fb36ec9efdc8f2d30befb4417103 | [
"Apache-2.0"
] | permissive | rsassi/hivemind2 | https://github.com/rsassi/hivemind2 | e44cd3b7634bf15180c68c20a3a4f6fa51c21dd0 | 2ab77f62bf2ecbea4e3e03f6bde525a90e3f1a08 | refs/heads/master | 2023-06-28T09:19:39.745000 | 2021-07-25T03:45:03 | 2021-07-25T03:45:03 | 389,251,042 | 0 | 0 | null | false | 2021-07-25T03:45:04 | 2021-07-25T03:26:24 | 2021-07-25T03:32:05 | 2021-07-25T03:45:03 | 0 | 0 | 0 | 0 | Java | false | false | // Copyright 2004, 2005 The Apache Software Foundation
//
// 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 applic... | UTF-8 | Java | 12,759 | java | BuilderFactoryLogic.java | Java | [
{
"context": "meters used to construct a service.\n * \n * @author Howard Lewis Ship\n */\npublic class BuilderFactoryLogic\n{\n /** @si",
"end": 1780,
"score": 0.9612466096878052,
"start": 1763,
"tag": "NAME",
"value": "Howard Lewis Ship"
}
] | null | [] | // Copyright 2004, 2005 The Apache Software Foundation
//
// 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 applic... | 12,748 | 0.639235 | 0.637276 | 384 | 32.229168 | 31.234322 | 123 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.557292 | false | false | 10 |
d82cd23a61c4ea43fcd3d8215e073ef4f74471ac | 13,846,974,605,612 | 5d06fb9d11d61ccd06aa0c1a3aa8c23704804a50 | /Practice Day 5/src/com/hsbc/demoserialization/Employee.java | a4c65ad0c56c51b2e339d3f5a338dadc5684a369 | [] | no_license | OmAshish/Java-Programming | https://github.com/OmAshish/Java-Programming | ab2e12acfe076c8e8261d072dea49acb1b140d0c | 1ff5bd394aea13455406c58870c1ea55be4bd461 | refs/heads/master | 2022-12-21T00:04:48.200000 | 2020-09-28T14:48:21 | 2020-09-28T14:48:21 | 299,338,057 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.hsbc.demoserialization;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.ObjectInputStream;
import java.io.ObjectOutputStream;
import java.io.Serializable;
import org.omg.PortableInterceptor.ObjectIdHelper;
p... | UTF-8 | Java | 1,551 | java | Employee.java | Java | [] | null | [] | package com.hsbc.demoserialization;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.ObjectInputStream;
import java.io.ObjectOutputStream;
import java.io.Serializable;
import org.omg.PortableInterceptor.ObjectIdHelper;
p... | 1,551 | 0.671825 | 0.667956 | 90 | 16.233334 | 17.606216 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.111111 | false | false | 10 |
dc544da949fe6276353758bcaf5db0c3542b83e8 | 3,865,470,608,359 | f85abe36c485c2b0582e548a5286b5b849d789e5 | /app/src/main/java/com/nanodegree/mahmoud/movies/Main/Mainview.java | b364d69b9fc5a5b47205cbf5800d3c30f0787ef1 | [] | no_license | melsheikh92/movies_udacity | https://github.com/melsheikh92/movies_udacity | acc21b52c4c5d0ad3df4ee02313cd0ceb2cf76ae | e3fa48c92988a4702ae4173540b9baab758b6688 | refs/heads/master | 2020-04-09T05:50:05.018000 | 2018-12-02T19:16:47 | 2018-12-02T19:16:47 | 160,081,278 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.nanodegree.mahmoud.movies.Main;
/**
* Created by Mahmoud on 25/02/2017.
*/
public interface Mainview {
void showProgress();
void hideProgress();
}
| UTF-8 | Java | 173 | java | Mainview.java | Java | [
{
"context": "nanodegree.mahmoud.movies.Main;\n\n/**\n * Created by Mahmoud on 25/02/2017.\n */\n\npublic interface Mainview {\n\n",
"end": 70,
"score": 0.9998040199279785,
"start": 63,
"tag": "NAME",
"value": "Mahmoud"
}
] | null | [] | package com.nanodegree.mahmoud.movies.Main;
/**
* Created by Mahmoud on 25/02/2017.
*/
public interface Mainview {
void showProgress();
void hideProgress();
}
| 173 | 0.682081 | 0.635838 | 12 | 13.416667 | 15.505152 | 43 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 10 |
46872c2ab96e9a3ec66e48a2b9e7c89cca244dfd | 26,499,948,232,722 | 0a6010607bd9e307a8e5ce0239df365247985a07 | /src/main/java/br/com/willbigas/maratonajsf/bean/application/TesteApplicationBean.java | 97fe6102fd96ed1c32d36c5b1e20f1df4dfffd6c | [] | no_license | willbigas/maratona-jsf | https://github.com/willbigas/maratona-jsf | cd0af7c83108a6f3b4af76e44aa5f25f91805c1e | 917b7135a6bdd2ce26167b4f0e460aa59b33219e | refs/heads/master | 2020-06-23T17:52:58.840000 | 2019-07-29T20:31:39 | 2019-07-29T20:31:39 | 198,706,153 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.com.willbigas.maratonajsf.bean.application;
import javax.annotation.PostConstruct;
import javax.enterprise.context.ApplicationScoped;
import javax.inject.Named;
import java.io.Serializable;
import java.util.Arrays;
import java.util.List;
@Named
@ApplicationScoped
public class TesteApplicationBean implemen... | UTF-8 | Java | 882 | java | TesteApplicationBean.java | Java | [] | null | [] | package br.com.willbigas.maratonajsf.bean.application;
import javax.annotation.PostConstruct;
import javax.enterprise.context.ApplicationScoped;
import javax.inject.Named;
import java.io.Serializable;
import java.util.Arrays;
import java.util.List;
@Named
@ApplicationScoped
public class TesteApplicationBean implemen... | 882 | 0.712018 | 0.712018 | 33 | 25.727272 | 23.740099 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.545455 | false | false | 10 |
10964953ecb71903f6c728f032e9fb0ab71254a3 | 9,732,395,911,974 | 203f969bd3d28f607d08c564ec141ad18806965c | /src/main/java/com/reto/retoscreenplay/userinterface/FinalPricePage.java | 879f05cfbf40f0caf0c40aee93b85fb895561505 | [] | no_license | ashmander/RetoScreenplay | https://github.com/ashmander/RetoScreenplay | 9411336404d3fd92f1f4d55ad703bdb14cd0a0cc | d3f3240d5c552df96f52049ef505df489ac2c023 | refs/heads/main | 2023-03-26T02:35:31.998000 | 2021-03-26T23:35:06 | 2021-03-26T23:35:06 | 351,615,213 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.reto.retoscreenplay.userinterface;
import net.serenitybdd.screenplay.targets.Target;
import org.openqa.selenium.By;
public class FinalPricePage {
public static final Target FLIGHT_INFORMATION = Target
.the("Flight information")
.located(By.id("basket-icon"));
p... | UTF-8 | Java | 454 | java | FinalPricePage.java | Java | [] | null | [] | package com.reto.retoscreenplay.userinterface;
import net.serenitybdd.screenplay.targets.Target;
import org.openqa.selenium.By;
public class FinalPricePage {
public static final Target FLIGHT_INFORMATION = Target
.the("Flight information")
.located(By.id("basket-icon"));
p... | 454 | 0.64978 | 0.64978 | 15 | 28.266666 | 21.286825 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 10 |
f17b2225c8b8924c8a4f8fff537a1bb89bf12999 | 14,422,500,182,235 | f47475ddf5375c71c3ed1ecb827e06c805efdd5e | /src/main/java/framework/fubo/pages/onboarding/OnboradingPreselectionPackagePage.java | fc75f6ca79e8149ba2773e6d3e3aaf229413baa8 | [] | no_license | lzrts/fubo-automation-local | https://github.com/lzrts/fubo-automation-local | 7dae5e64aad7c276e325fc7d6970aa18accfba30 | 752520047f0afe8b0ff575fb6f99a9f2358a038d | refs/heads/master | 2021-05-08T10:43:05.486000 | 2018-02-01T15:55:06 | 2018-02-01T15:55:06 | 119,858,009 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package framework.fubo.pages.onboarding;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.support.FindBy;
import org.openqa.selenium.support.ui.ExpectedConditions;
import com.google.common.base.Function;
import framework.pages.LitsPageFactory;
import framework.p... | UTF-8 | Java | 962 | java | OnboradingPreselectionPackagePage.java | Java | [] | null | [] | package framework.fubo.pages.onboarding;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.support.FindBy;
import org.openqa.selenium.support.ui.ExpectedConditions;
import com.google.common.base.Function;
import framework.pages.LitsPageFactory;
import framework.p... | 962 | 0.801455 | 0.799376 | 37 | 25 | 24.88677 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.945946 | false | false | 10 |
1de523542b0e3f14446858a0ffcc74d74054d126 | 8,856,222,604,499 | 557879b1c00a010abda1a131bbdb668306107991 | /android-client/src/main/java/io/swagger/client/model/TopicModel.java | 8c29871e7b57a82ba4bb1687403897a0cbc20ae1 | [
"Apache-2.0"
] | permissive | ybx945ybx/WWFL | https://github.com/ybx945ybx/WWFL | 64fccfa87a2c77907b49ae67538a6f715370fee4 | 59c5ea836d1379b70a43612a8453a601d224583c | refs/heads/master | 2021-01-24T02:17:31.554000 | 2018-02-25T14:02:38 | 2018-02-25T14:02:38 | 122,841,073 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* 五五海淘返利APP新版接口
* 更新日志<br> 相对于上一build的变更: <br/>Nu 调整搜索模型
*
* OpenAPI spec version: 1.8 build20180202-2
*
*
* NOTE: This class is auto generated by the swagger code generator program.
* https://github.com/swagger-api/swagger-codegen.git
* Do not edit the class manually.
*
* Licensed under the Apache Lic... | UTF-8 | Java | 14,400 | java | TopicModel.java | Java | [
{
"context": "ger code generator program.\n * https://github.com/swagger-api/swagger-codegen.git\n * Do not edit the class manu",
"end": 229,
"score": 0.9995548129081726,
"start": 218,
"tag": "USERNAME",
"value": "swagger-api"
},
{
"context": "horName(String authorName) {\n this.a... | null | [] | /**
* 五五海淘返利APP新版接口
* 更新日志<br> 相对于上一build的变更: <br/>Nu 调整搜索模型
*
* OpenAPI spec version: 1.8 build20180202-2
*
*
* NOTE: This class is auto generated by the swagger code generator program.
* https://github.com/swagger-api/swagger-codegen.git
* Do not edit the class manually.
*
* Licensed under the Apache Lic... | 14,400 | 0.652318 | 0.645168 | 448 | 29.90625 | 27.561216 | 134 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.316964 | false | false | 10 |
812c60700f59197a8ffd1d8ee844e0bbd2565f9a | 8,856,222,606,321 | 7274b19c46fb81f94ac1255129420a456b13fb50 | /11th grade compsci A/CircleDriver.java | ade62677bd4c93756873cb9cef36bdce2126ca26 | [] | no_license | maxxwizard/highSchool | https://github.com/maxxwizard/highSchool | 9fff1cde23c81fe6c4cb17ba8fac19c38f4b3940 | c75e1e1e926fe5d0bdd854a511bd699a2b7f4c37 | refs/heads/master | 2021-01-01T06:56:16.559000 | 2017-07-18T04:22:29 | 2017-07-18T04:22:29 | 97,552,342 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public class CircleDriver {
public static void main(String args[]) {
Circle[] circle = new Circle[5];
for (int i = 0; i < circle.length; i++) {
circle[i] = new Circle(i+1);
}
circleSort(circle);
for (int i = 0; i < circle.length; i++) {
System.out.println(circle[i]);
}
... | UTF-8 | Java | 383 | java | CircleDriver.java | Java | [] | null | [] | public class CircleDriver {
public static void main(String args[]) {
Circle[] circle = new Circle[5];
for (int i = 0; i < circle.length; i++) {
circle[i] = new Circle(i+1);
}
circleSort(circle);
for (int i = 0; i < circle.length; i++) {
System.out.println(circle[i]);
}
... | 383 | 0.574413 | 0.563969 | 19 | 19.210526 | 16.175287 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3 | false | false | 10 |
be33933418328167e79e0f6ac55fd6e5adea2829 | 7,344,394,088,219 | 47f6d27c677c134948d9bfe439db027436ad6542 | /src/main/java/com/tpg/holidays/model/Child.java | 73ded975b252dcdc600ca85993947531408fac4a | [] | no_license | tpgoldie/holidays-api | https://github.com/tpgoldie/holidays-api | 809f7c51403ad113bc5fb113fa98968bc7b4ba31 | a043cfa754f08e5cc6fe3f6a5bf597cf528673ff | refs/heads/master | 2020-03-17T03:38:40.647000 | 2018-05-25T22:59:53 | 2018-05-25T22:59:53 | 133,244,361 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.tpg.holidays.model;
import lombok.EqualsAndHashCode;
import lombok.Getter;
import lombok.Setter;
@Getter
@Setter
@EqualsAndHashCode
public final class Child {
private int age;
}
| UTF-8 | Java | 197 | java | Child.java | Java | [] | null | [] | package com.tpg.holidays.model;
import lombok.EqualsAndHashCode;
import lombok.Getter;
import lombok.Setter;
@Getter
@Setter
@EqualsAndHashCode
public final class Child {
private int age;
}
| 197 | 0.781726 | 0.781726 | 13 | 14.153846 | 11.641082 | 32 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.384615 | false | false | 10 |
0721c7ca6468053a1028d15840dabc87a2742a5e | 13,486,197,332,781 | e8c0cc802a66f98d30dae61d4c559d3a42e7fe01 | /src/main/java/com/belaid/mvc/dao/ICommandeClientDao.java | 633a64c234e909ba604a3bea5570117c590ed12c | [] | no_license | belaid1993/Gestion_de_stock_MVC | https://github.com/belaid1993/Gestion_de_stock_MVC | f23e74316af636a1481e1332db9ccf0a56374453 | 96d4ada2ef4702586193bcd3d03cf1bd601d6764 | refs/heads/master | 2020-07-31T11:21:18.664000 | 2019-11-17T17:54:20 | 2019-11-17T17:54:20 | 210,586,625 | 2 | 0 | null | false | 2020-10-13T16:16:16 | 2019-09-24T11:32:13 | 2019-11-17T17:55:13 | 2020-10-13T16:16:14 | 57 | 0 | 0 | 3 | Java | false | false | package com.belaid.mvc.dao;
import com.belaid.mvc.entities.CommandeClient;
public interface ICommandeClientDao extends IGenericDao<CommandeClient> {
}
| UTF-8 | Java | 154 | java | ICommandeClientDao.java | Java | [] | null | [] | package com.belaid.mvc.dao;
import com.belaid.mvc.entities.CommandeClient;
public interface ICommandeClientDao extends IGenericDao<CommandeClient> {
}
| 154 | 0.824675 | 0.824675 | 7 | 21 | 26.960289 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.285714 | false | false | 10 |
a618dcee1986afbe014e5165a6bf323380674636 | 10,831,907,575,682 | f499cc84fcb7fca23bbd0864dd38f8eb95c49665 | /src/main/java/commonFunctions/Util.java | 24b6f37ff37677ec9657adf0c21ecb5608dc5e20 | [] | no_license | charumittalNM/testautothon.0.1 | https://github.com/charumittalNM/testautothon.0.1 | d9286f12a303745dfde46f0d6ad4805af96aed5e | 16f4b6a55f211ec0ec9534ee73272cecf7212af0 | refs/heads/master | 2020-05-16T18:08:46.605000 | 2019-04-26T04:31:34 | 2019-04-26T04:31:34 | 183,216,112 | 0 | 2 | null | false | 2019-04-26T02:37:16 | 2019-04-24T11:35:36 | 2019-04-26T00:59:29 | 2019-04-26T00:59:28 | 6,623 | 0 | 1 | 1 | Java | false | false | package commonFunctions;
import java.io.FileInputStream;
import java.io.IOException;
import java.io.InputStream;
import java.util.Properties;
public class Util {
static Properties prop = null;
public static void loadProperties(String filePath){
prop = new Properties();
InputStream input = null;
try {
... | UTF-8 | Java | 939 | java | Util.java | Java | [] | null | [] | package commonFunctions;
import java.io.FileInputStream;
import java.io.IOException;
import java.io.InputStream;
import java.util.Properties;
public class Util {
static Properties prop = null;
public static void loadProperties(String filePath){
prop = new Properties();
InputStream input = null;
try {
... | 939 | 0.685836 | 0.685836 | 41 | 21.829268 | 20.051035 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.292683 | false | false | 10 |
b55d481bb6f2a9704d7605e00fc661fd65d3ba82 | 10,831,907,575,955 | 318d358553a41168bd971cc239311eda92bfdbdd | /herddb-core/src/test/java/herddb/sql/JSQLParserPlannerTest.java | 7ffd8f94a80c78d858ffe9a37f82da9db92c8e87 | [
"Apache-2.0"
] | permissive | diennea/herddb | https://github.com/diennea/herddb | 3dfd5bc6bdd77e2c4799b4844c33acdb72b6735e | 47d992f1171af8e6344d4cd5812b73908b333870 | refs/heads/master | 2023-07-08T23:41:05.958000 | 2023-06-28T11:40:22 | 2023-06-28T11:40:22 | 52,507,351 | 300 | 58 | Apache-2.0 | false | 2023-09-06T08:17:37 | 2016-02-25T08:01:32 | 2023-09-01T09:10:15 | 2023-09-05T14:43:54 | 10,424 | 284 | 44 | 70 | Java | false | false | /*
* Licensed to Diennea S.r.l. under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. Diennea S.r.l. licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this ... | UTF-8 | Java | 2,569 | java | JSQLParserPlannerTest.java | Java | [
{
"context": "/*\n * Licensed to Diennea S.r.l. under one\n * or more contributor license agreeme",
"end": 31,
"score": 0.9126960039138794,
"start": 18,
"tag": "NAME",
"value": "Diennea S.r.l"
},
{
"context": "onal information\n * regarding copyright ownership. Diennea S.r.l. license... | null | [] | /*
* Licensed to <NAME>. under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. Diennea S.r.l. licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file ex... | 2,562 | 0.73803 | 0.725963 | 61 | 41.114754 | 39.449116 | 172 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.885246 | false | false | 10 |
e087a60b47e7f4097ba00d00beb77b9be1ee92bc | 12,275,016,545,980 | c4c87292d2e6c2b72a2b49e6485a8d1172b9b690 | /src/Ship.java | 8403026a65e5ef168675cc548238cfdf134e0165 | [] | no_license | iwer/TT1Prak | https://github.com/iwer/TT1Prak | 2ed46c84ff5fbb24ddbcfc57295736bc47c4dd9e | 930550987812d7ccc2b8a16d5db2595844cdc397 | refs/heads/master | 2018-01-09T11:03:24.613000 | 2016-01-20T11:40:11 | 2016-01-20T11:40:11 | 48,141,657 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* The Class Ship.
*/
public class Ship {
/** The {@link Interval} number. */
int intervalNumber;
/** The position. */
Interval position;
/**
* Instantiates a new ship.
*
* A ship has a constant interval number, which defines the index of the {@link Interval}
* the ship is located. That way we ... | UTF-8 | Java | 1,379 | java | Ship.java | Java | [] | null | [] | /**
* The Class Ship.
*/
public class Ship {
/** The {@link Interval} number. */
int intervalNumber;
/** The position. */
Interval position;
/**
* Instantiates a new ship.
*
* A ship has a constant interval number, which defines the index of the {@link Interval}
* the ship is located. That way we ... | 1,379 | 0.673677 | 0.673677 | 60 | 21.983334 | 26.291628 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.133333 | false | false | 10 |
96206642103ffe5e166c79950f4816b53d93e637 | 28,054,726,429,133 | 746e9674e29517ae4111f8dc6c17fc01c4090bd6 | /CommandsUHC/src/com/thetonyk/UHC/Commands/BorderCommand.java | f213aa06480a6d9028d60fdbfce25899f8ff6210 | [] | no_license | TheTonyk/CommandsUHC | https://github.com/TheTonyk/CommandsUHC | 248eff5af2763338866a45fdf4dcdd48a7bf312a | 147a8016822505f2662d1eb1146879a5cf07baf5 | refs/heads/master | 2021-01-18T22:38:32.753000 | 2016-07-26T18:57:38 | 2016-07-26T18:57:38 | 57,925,183 | 0 | 2 | null | false | 2016-07-15T22:29:54 | 2016-05-02T22:25:38 | 2016-05-02T22:28:10 | 2016-07-15T22:29:54 | 348 | 0 | 1 | 0 | Java | null | null | package com.thetonyk.UHC.Commands;
import java.util.ArrayList;
import java.util.List;
import org.bukkit.Bukkit;
import org.bukkit.World;
import org.bukkit.command.Command;
import org.bukkit.command.CommandExecutor;
import org.bukkit.command.CommandSender;
import org.bukkit.command.TabCompleter;
import com.thetonyk.U... | UTF-8 | Java | 3,114 | java | BorderCommand.java | Java | [] | null | [] | package com.thetonyk.UHC.Commands;
import java.util.ArrayList;
import java.util.List;
import org.bukkit.Bukkit;
import org.bukkit.World;
import org.bukkit.command.Command;
import org.bukkit.command.CommandExecutor;
import org.bukkit.command.CommandSender;
import org.bukkit.command.TabCompleter;
import com.thetonyk.U... | 3,114 | 0.63469 | 0.625323 | 136 | 21.764706 | 27.821182 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.639706 | false | false | 10 |
d6dcb702bbf34f89cc8b654d5ab47d5a1c6da0a8 | 5,506,148,128,687 | e4dfd612d64ba10d458e4b40f4292a7a56110da0 | /StudentGradeBookApp/src/interfaceAndGradeBook/GlobalConstant.java | 34069c994c689d40d7b2cad377ca5da606417b96 | [
"MIT"
] | permissive | tonyman316/StudentGradeBookApp | https://github.com/tonyman316/StudentGradeBookApp | 0c1d1aa02aed4b23a9f573a14c3d17d246625f4b | 76ab983f1b5c328a168cd092d43cad05aba0d0a8 | refs/heads/master | 2021-01-21T14:19:11.262000 | 2017-06-24T00:55:40 | 2017-06-24T00:55:40 | 95,265,489 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package interfaceAndGradeBook;
public interface GlobalConstant {
public final boolean DEBUG = false;
}
| UTF-8 | Java | 105 | java | GlobalConstant.java | Java | [] | null | [] | package interfaceAndGradeBook;
public interface GlobalConstant {
public final boolean DEBUG = false;
}
| 105 | 0.809524 | 0.809524 | 5 | 20 | 16.037457 | 36 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6 | false | false | 10 |
ac837fc0a47a789a5a5dfd7017aaf31f78792bf8 | 11,338,713,716,934 | 209c17287c15bd48e952aa7bbb39a6227b986425 | /Maximum.java | 761e454e6509769fb263cba04fb3fcd4b683a892 | [] | no_license | luckjd-7/School | https://github.com/luckjd-7/School | cbc9aa1831fa5d73aeeead9be4cd7cd965305e96 | 89871e18983b427ef983dffbc2dbf19e62922b60 | refs/heads/master | 2022-12-03T07:08:26.541000 | 2020-08-25T05:52:41 | 2020-08-25T05:52:41 | 290,115,813 | 0 | 0 | null | false | 2020-08-25T05:03:01 | 2020-08-25T04:49:43 | 2020-08-25T04:59:44 | 2020-08-25T05:03:00 | 0 | 0 | 0 | 0 | C | false | false |
public class Maximum
{
public static void main(String[] args)
{
int[] fList = {1,5,3,4,2};
int[] bList = {};
int fMax = Maximum(0,0,fList);
int bMax = Maximum(0,0,bList);
System.out.println(fMax);
System.out.println(bMax);
}
public static int Maximum(int counter,int max, int[] list)
{
... | UTF-8 | Java | 643 | java | Maximum.java | Java | [] | null | [] |
public class Maximum
{
public static void main(String[] args)
{
int[] fList = {1,5,3,4,2};
int[] bList = {};
int fMax = Maximum(0,0,fList);
int bMax = Maximum(0,0,bList);
System.out.println(fMax);
System.out.println(bMax);
}
public static int Maximum(int counter,int max, int[] list)
{
... | 643 | 0.561431 | 0.528771 | 31 | 18.67742 | 15.561298 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.870968 | false | false | 10 |
7be946e599de688d2f6a08b98247067e98d337d1 | 5,677,946,801,019 | dbed8c46f31877644c3526a9ab12237cca95579d | /algorithm/Cos/src/ps4/Solution4_8.java | d6f616316faf5a7d69954e6afd9e103fbec93811 | [] | no_license | esesil/TIL | https://github.com/esesil/TIL | 509f6d70072d0bc61a50334cecb7b024d7e59780 | b3f2f3ac4a2a63c435d4f9dc81cea90bccb4eecb | refs/heads/main | 2023-06-26T21:20:22.526000 | 2021-07-23T05:51:17 | 2021-07-23T05:51:17 | 335,315,710 | 0 | 0 | null | false | 2021-02-11T15:32:43 | 2021-02-02T14:27:26 | 2021-02-10T15:19:50 | 2021-02-11T15:32:10 | 33 | 0 | 0 | 0 | null | false | false | package ps4;
// 다음과 같이 import를 사용할 수 있습니다.
import java.util.*;
class Solution4_8 {
ArrayList<Integer> list = new ArrayList<Integer>();
public int solution(int[] card, int n) {
int[] check = card_count(card);
makenum(0, 0, new int[10], card.length, check);
//배열, level, 숫자, 체크배열, 카드배열
System.ou... | UHC | Java | 1,806 | java | Solution4_8.java | Java | [] | null | [] | package ps4;
// 다음과 같이 import를 사용할 수 있습니다.
import java.util.*;
class Solution4_8 {
ArrayList<Integer> list = new ArrayList<Integer>();
public int solution(int[] card, int n) {
int[] check = card_count(card);
makenum(0, 0, new int[10], card.length, check);
//배열, level, 숫자, 체크배열, 카드배열
System.ou... | 1,806 | 0.52701 | 0.49309 | 65 | 23.507692 | 19.39637 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.030769 | false | false | 10 |
9f2585b6fc6a142e857f3ddfb08cc7bbbfaf891e | 33,612,414,096,900 | a6df3e6a0c66634f24a11ca1aff37245862d9d82 | /src/com/nightfall/smg/RandomEvents.java | 8dce7ff939340fa355b54594ed2b0da2d3baa184 | [] | no_license | JAhimaz/Nightfall-text-based-game | https://github.com/JAhimaz/Nightfall-text-based-game | 3a5f5c5548bcfaecddc6531e40b42a77c44b0ec7 | 40a449568c95cdc3e96747bfec9260cf837639f1 | refs/heads/develop | 2021-06-18T06:14:37.451000 | 2021-03-27T08:50:59 | 2021-03-27T08:50:59 | 174,350,677 | 2 | 1 | null | false | 2019-03-24T14:20:21 | 2019-03-07T13:38:29 | 2019-03-24T10:54:08 | 2019-03-24T14:20:20 | 147 | 0 | 0 | 0 | Java | false | null | package com.nightfall.smg;
import java.util.Random;
import java.lang.Math;
import java.util.Scanner;
import com.nightfall.main.MainGame;
import com.nightfall.npc.Settler;
public class RandomEvents {
static Random rand = new Random();
static Scanner input = new Scanner(System.in);
static double internalEvent;
... | UTF-8 | Java | 4,988 | java | RandomEvents.java | Java | [] | null | [] | package com.nightfall.smg;
import java.util.Random;
import java.lang.Math;
import java.util.Scanner;
import com.nightfall.main.MainGame;
import com.nightfall.npc.Settler;
public class RandomEvents {
static Random rand = new Random();
static Scanner input = new Scanner(System.in);
static double internalEvent;
... | 4,988 | 0.659583 | 0.627506 | 121 | 40.223141 | 29.976986 | 117 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.743802 | false | false | 10 |
04217a7182d0e4daad9748c38fc01c652de37041 | 17,970,143,177,047 | 5250395433683658aa662599369e9909f831f48b | /app/src/main/java/co/hewanq/hewanq/View/Activity/ActivityListJualJasa.java | af53ea8f835f9f5642cb4f172873a1b684ef5bd4 | [] | no_license | DwiRK/HewanQ_Team | https://github.com/DwiRK/HewanQ_Team | 7f2f3e704cfbe0811f8875cd51e457a24f280e35 | e2ee7a8dd719b9f210e6fb41aa64deca1c7cd85f | refs/heads/master | 2020-07-12T16:36:23.236000 | 2019-08-28T06:42:53 | 2019-08-28T06:42:53 | 204,864,575 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package co.hewanq.hewanq.View.Activity;
import android.content.Intent;
import android.graphics.drawable.ColorDrawable;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerView;
import android.util.Log;... | UTF-8 | Java | 3,741 | java | ActivityListJualJasa.java | Java | [] | null | [] | package co.hewanq.hewanq.View.Activity;
import android.content.Intent;
import android.graphics.drawable.ColorDrawable;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerView;
import android.util.Log;... | 3,741 | 0.665597 | 0.663726 | 110 | 33.00909 | 27.798788 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.645455 | false | false | 10 |
c5447cea01fbdbbb6d79a20207bfd5e48c46f31f | 14,267,881,366,086 | 8fb048b76e83714de8d6137234a21e70b9fd58a5 | /src/main/java/com/nisum/SpringBootPOC/model/Student.java | 24b4130d41ec09c4702fa3a150e1cac810cd90da | [] | no_license | keerthigoli/SpringBoot | https://github.com/keerthigoli/SpringBoot | 041d11817d98d816d4f9bc904dc318c46200c3f5 | ae2f18dee7b9a0b61f53277682d3bd61b3b6dcfd | refs/heads/master | 2020-12-20T07:30:34.987000 | 2020-01-24T13:12:40 | 2020-01-24T13:12:40 | 236,003,322 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.nisum.SpringBootPOC.model;
import java.util.List;
import javax.persistence.CascadeType;
import javax.persistence.Column;
import javax.persistence.ElementCollection;
import javax.persistence.Entity;
import javax.persistence.FetchType;
import javax.persistence.Id;
import javax.persistence.OneToMany;
import ja... | UTF-8 | Java | 1,549 | java | Student.java | Java | [] | null | [] | package com.nisum.SpringBootPOC.model;
import java.util.List;
import javax.persistence.CascadeType;
import javax.persistence.Column;
import javax.persistence.ElementCollection;
import javax.persistence.Entity;
import javax.persistence.FetchType;
import javax.persistence.Id;
import javax.persistence.OneToMany;
import ja... | 1,549 | 0.710136 | 0.710136 | 75 | 19.653334 | 18.009253 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.146667 | false | false | 10 |
906665be7333d0b7dffbc67c1f874cf8187237ee | 6,347,961,694,881 | 1443168b05f1528e4cc958cc8101451af6f3d145 | /src/main/java/com/joshua/easypass/entity/Vendor.java | df448931a15818a858e497ceedea4baa2a7c6457 | [] | no_license | ChewApple/EasyPass | https://github.com/ChewApple/EasyPass | 07b0fbbd9ee92df8f0add409a393bb50c27aa9e4 | 108db1ee942d39505698e5adc412cf3767f4d2ab | refs/heads/master | 2020-03-16T10:34:32.352000 | 2018-05-14T14:03:19 | 2018-05-14T14:03:19 | 132,636,000 | 3 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.joshua.easypass.entity;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import java.util.Date;
@Entity
public class Vendor {
@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
private Integer v... | UTF-8 | Java | 15,954 | java | Vendor.java | Java | [] | null | [] | package com.joshua.easypass.entity;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import java.util.Date;
@Entity
public class Vendor {
@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
private Integer v... | 15,954 | 0.684593 | 0.683277 | 653 | 23.431852 | 20.808475 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.330781 | false | false | 10 |
1910d2dee3439aa07aaa68f752706809baa2c2ad | 17,162,689,371,896 | 837d248e99c25e34fe90dd94c213027350afea51 | /OOP/OOP2_Vererbung/Quader.java | ca99d2508e326b230672bdc5f3530ade14ad2b31 | [] | no_license | Smaxs2001/infomatik | https://github.com/Smaxs2001/infomatik | c88cb22bbfe51197ee06789d7424f4885bdb2387 | 86ca15e6b26336e42310edd907dbe8c9c80ad6a2 | refs/heads/master | 2020-04-17T21:53:20.127000 | 2020-03-07T16:17:17 | 2020-03-07T16:17:17 | 166,970,878 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
public class Quader
{
protected int länge;
protected int breite;
protected int höhe;
public Quader(int a, int b, int c) {
// ToDo
}
public Quader() {
länge = 0;
breite = 0;
höhe = 0;
}
public int volumen() {
return länge*breite*höhe;
... | UTF-8 | Java | 331 | java | Quader.java | Java | [] | null | [] |
public class Quader
{
protected int länge;
protected int breite;
protected int höhe;
public Quader(int a, int b, int c) {
// ToDo
}
public Quader() {
länge = 0;
breite = 0;
höhe = 0;
}
public int volumen() {
return länge*breite*höhe;
... | 331 | 0.501538 | 0.492308 | 23 | 13.086957 | 11.886832 | 40 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.391304 | false | false | 10 |
f200df4308328317d7e4a28f7c84e3aaf22e4c26 | 6,347,961,663,545 | eafdbf95d1f04c13e4a6f9b7817ed49808ce9ff9 | /src/main/java/shrikant/algorithms/searching/Searching1.java | 791b7d0eb250792e7309620bf04ffcb7df366c24 | [] | no_license | shrikool/agileParkingLot | https://github.com/shrikool/agileParkingLot | 0ffc66e101b654734ecca245fd36adfd4b9f4de1 | 55a8af701467a8bf5b682e472aff02fa2b271841 | refs/heads/master | 2020-04-28T10:01:23.185000 | 2018-07-23T07:57:12 | 2018-07-23T07:57:12 | 34,366,399 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package shrikant.algorithms.searching;
import java.util.Arrays;
public class Searching1 {
// given a array of 2n integers in the following format
// a1a2a3a4b1b2b3b4
// Shuffle the array to a1b1a2b2a3b3a4b4a5b5
// without any extra memory
public static void main(String[] args) {
int[] ini... | UTF-8 | Java | 1,324 | java | Searching1.java | Java | [] | null | [] | package shrikant.algorithms.searching;
import java.util.Arrays;
public class Searching1 {
// given a array of 2n integers in the following format
// a1a2a3a4b1b2b3b4
// Shuffle the array to a1b1a2b2a3b3a4b4a5b5
// without any extra memory
public static void main(String[] args) {
int[] ini... | 1,324 | 0.610272 | 0.58006 | 40 | 32.099998 | 24.003958 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 10 |
a88b35d257ce1e35e950f9e5b673c3147b9db7d7 | 24,670,292,169,581 | a77da9c2cd8532e6ab336f54a088856c9c3a136a | /L2/Client/InputType.java | 4fa79f062e23dc1bff9db187ed18ba4ad958fbbf | [] | no_license | ShakiMan/RSI-2021 | https://github.com/ShakiMan/RSI-2021 | bbd34c543e082a9c2d62db28cc2fa0680b181d14 | 20c23dcff82525cd67c6649ca7dd85cd47e4cac5 | refs/heads/master | 2023-03-24T04:32:21.082000 | 2021-03-21T22:27:48 | 2021-03-21T22:27:48 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.io.Serializable;
public class InputType implements Serializable {
private static final long SERIAL_VERSION_UID = 101L;
public String operation;
private final double x1;
private final double x2;
public InputType(double x1, double x2) {
this.x1 = x1;
this.x2 = x2;
}
... | UTF-8 | Java | 429 | java | InputType.java | Java | [] | null | [] | import java.io.Serializable;
public class InputType implements Serializable {
private static final long SERIAL_VERSION_UID = 101L;
public String operation;
private final double x1;
private final double x2;
public InputType(double x1, double x2) {
this.x1 = x1;
this.x2 = x2;
}
... | 429 | 0.620047 | 0.585082 | 21 | 19.428572 | 16.401426 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.47619 | false | false | 10 |
c2e9fe2c0db56633a32c7d9508fb50e4fdd7421e | 31,842,887,542,724 | 6dbae30c806f661bcdcbc5f5f6a366ad702b1eea | /Corpus/eclipse.jdt.core/5.java | 206a8dd9bcdfedcbade7a13ec8105b8303c52e2e | [
"MIT"
] | permissive | SurfGitHub/BLIZZARD-Replication-Package-ESEC-FSE2018 | https://github.com/SurfGitHub/BLIZZARD-Replication-Package-ESEC-FSE2018 | d3fd21745dfddb2979e8ac262588cfdfe471899f | 0f8f4affd0ce1ecaa8ff8f487426f8edd6ad02c0 | refs/heads/master | 2020-03-31T15:52:01.005000 | 2018-10-01T23:38:50 | 2018-10-01T23:38:50 | 152,354,327 | 1 | 0 | MIT | true | 2018-10-10T02:57:02 | 2018-10-10T02:57:02 | 2018-10-01T23:38:52 | 2018-10-01T23:38:50 | 135,431 | 0 | 0 | 0 | null | false | null | package b2;
/* Test case for bug 8928 Unable to find references or declarations of methods that use static inner classes in the signature */
public class Y {
public void foo(X.Inner inner) {
}
}
| UTF-8 | Java | 205 | java | 5.java | Java | [] | null | [] | package b2;
/* Test case for bug 8928 Unable to find references or declarations of methods that use static inner classes in the signature */
public class Y {
public void foo(X.Inner inner) {
}
}
| 205 | 0.717073 | 0.692683 | 8 | 24.625 | 40.669209 | 128 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.125 | false | false | 10 |
5c5f3ef4098497e592f28932a90b7c0d92f0c11f | 26,826,365,738,387 | 3ad04e247c2093f043354a529ccf1c6f196b1d7c | /IWB/src/com/ibp/controller/AddMessageServlet.java | 215f83ebbfecf81f080115be2338dffa4e86a662 | [] | no_license | meher404/IWB | https://github.com/meher404/IWB | ee364a0ee6f754e5d33052342db1817a6de64e8c | 730c6988da6de287cf91fb334ff4a0a821ac244f | refs/heads/master | 2021-01-23T03:21:56.461000 | 2014-06-07T06:44:12 | 2014-06-07T06:44:12 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ibp.controller;
import java.io.IOException;
import java.io.PrintWriter;
import java.sql.Connection;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.Ht... | UTF-8 | Java | 2,587 | java | AddMessageServlet.java | Java | [] | null | [] | package com.ibp.controller;
import java.io.IOException;
import java.io.PrintWriter;
import java.sql.Connection;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.Ht... | 2,587 | 0.71666 | 0.715887 | 78 | 31.166666 | 31.156519 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.75641 | false | false | 10 |
a9163aa7d847f25e95c0949f1a1966be9e46f124 | 4,372,276,724,393 | aecf56d5d5b49c7a209819ebfbda7b9ec058c073 | /src/main/java/Day17/BTVN/Bai1/CarGasI.java | 99a417ad7f2120649179272c93d891c720ebc324 | [] | no_license | HoaDinh/JUnit | https://github.com/HoaDinh/JUnit | 4c573d59051335e86d66938d43d7495c31b14805 | b533e7a5dbf0feb165eebbde59a957208f530498 | refs/heads/master | 2023-06-24T06:50:09.787000 | 2021-07-23T07:24:54 | 2021-07-23T07:24:54 | 371,860,783 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Day17.BTVN.Bai1;
public class CarGasI extends Cars implements IManualCar {
private long typeGas;
public long getTypeGas() {
return typeGas;
}
public void setTypeGas(long typeGas) {
this.typeGas = typeGas;
}
public CarGasI() { }
public CarGasI(String name, String ... | UTF-8 | Java | 1,071 | java | CarGasI.java | Java | [] | null | [] | package Day17.BTVN.Bai1;
public class CarGasI extends Cars implements IManualCar {
private long typeGas;
public long getTypeGas() {
return typeGas;
}
public void setTypeGas(long typeGas) {
this.typeGas = typeGas;
}
public CarGasI() { }
public CarGasI(String name, String ... | 1,071 | 0.507937 | 0.505135 | 41 | 25.121952 | 20.577272 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.487805 | false | false | 10 |
1dbab69f581bc7ba5fb8e487c854f0157df96a52 | 22,832,046,172,168 | 268292f5dfe7fd50ece57b03208a5b68cc67c216 | /src/main/java/ui/Administrator/adminMainPanel.java | 474338cdf77d1aa5ccc30d2272d0f1cd0476b331 | [] | no_license | jingl-skywalker/cssclient | https://github.com/jingl-skywalker/cssclient | 985828978ae15d9282acc73d828367d344bf4021 | 47d374356074c2f95e85956f1676b2ee94d9fa2f | refs/heads/master | 2021-01-10T20:00:34.831000 | 2013-11-30T13:55:31 | 2013-11-30T13:55:31 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package ui.Administrator;
/**
*
* @author zili chen
*/
public class adminMainPanel extends javax.swing.JPanel {
/**
* Creates new form adminMainPanel
*/
public adminMainPanel() {
initCompon... | UTF-8 | Java | 18,712 | java | adminMainPanel.java | Java | [
{
"context": ".\n */\npackage ui.Administrator;\n\n/**\n *\n * @author zili chen\n */\npublic class adminMainPanel extends javax.swi",
"end": 154,
"score": 0.9987391829490662,
"start": 145,
"tag": "NAME",
"value": "zili chen"
},
{
"context": ".Color(240, 240, 240));\n keyLabel... | null | [] | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package ui.Administrator;
/**
*
* @author <NAME>
*/
public class adminMainPanel extends javax.swing.JPanel {
/**
* Creates new form adminMainPanel
*/
public adminMainPanel() {
initComponent... | 18,707 | 0.639989 | 0.618777 | 349 | 51.95129 | 36.194485 | 189 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.830946 | false | false | 10 |
7090768d6ab975299175a3a6cf214b0631a531ec | 20,813,411,556,547 | c426f7b90138151ffeb50a0d2c0d631abeb466b6 | /inception/inception-project-initializers/src/main/java/de/tudarmstadt/ukp/clarin/webanno/project/initializers/OrthographyLayerInitializer.java | bca0fe29ec4ff0498568a8b9c7a055f5e2164bfe | [
"Apache-2.0"
] | permissive | inception-project/inception | https://github.com/inception-project/inception | 7a06b8cd1f8e6a7eb44ee69e842590cf2989df5f | ec95327e195ca461dd90c2761237f92a879a1e61 | refs/heads/main | 2023-09-02T07:52:53.578000 | 2023-09-02T07:44:11 | 2023-09-02T07:44:11 | 127,004,420 | 511 | 141 | Apache-2.0 | false | 2023-09-13T19:09:49 | 2018-03-27T15:04:00 | 2023-09-12T12:46:44 | 2023-09-13T19:09:49 | 111,239 | 514 | 141 | 282 | Java | false | false | /*
* Licensed to the Technische Universität Darmstadt under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The Technische Universität Darmstadt
* licenses this file to you under the Apache License, Versio... | UTF-8 | Java | 4,366 | java | OrthographyLayerInitializer.java | Java | [] | null | [] | /*
* Licensed to the Technische Universität Darmstadt under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The Technische Universität Darmstadt
* licenses this file to you under the Apache License, Versio... | 4,366 | 0.744959 | 0.744042 | 112 | 37.964287 | 29.584301 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.517857 | false | false | 10 |
e8f11bbca3cb4d7d6341dc29a635449f09bc7b63 | 5,738,076,336,212 | 23c78fc73085047744139da21ee5818c7c90df73 | /src/main/java/teamrtg/rsg/config/ConfigManager.java | 59d921684855648431c0b928424cee817607e100 | [] | no_license | Team-RTG/Realistic-Structure-Generation | https://github.com/Team-RTG/Realistic-Structure-Generation | b4a2f25bc9d3f99cb0dfb5339a943ade7b05f273 | 1455082698af09bcd76233b3f1d23fc4a0bd959c | refs/heads/master | 2021-01-10T15:08:52.562000 | 2016-03-12T22:17:50 | 2016-03-12T22:17:50 | 52,832,415 | 11 | 5 | null | null | null | null | null | null | null | null | null | null | null | null | null | package teamrtg.rsg.config;
import java.io.File;
public class ConfigManager
{
public static File rsgConfigFile;
public static File villageConfigFile;
private ConfigRSG configRSG = new ConfigRSG();
public ConfigRSG rsg() {
return configRSG;
}
public static void init(String co... | UTF-8 | Java | 577 | java | ConfigManager.java | Java | [] | null | [] | package teamrtg.rsg.config;
import java.io.File;
public class ConfigManager
{
public static File rsgConfigFile;
public static File villageConfigFile;
private ConfigRSG configRSG = new ConfigRSG();
public ConfigRSG rsg() {
return configRSG;
}
public static void init(String co... | 577 | 0.656846 | 0.656846 | 26 | 21.192308 | 20.801292 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.384615 | false | false | 10 |
d77ce1b6364a43f4a2f6e9e3b1db924e90b7be90 | 5,738,076,335,878 | 8925f4d20e9a4608ff76ac45c148fcfe02b75cd9 | /practice-server/src/main/java/com/ayt/example/server/thread/WaitNotifyInterupt.java | f71b070979b3f77368e5148a25110263bca32e8d | [] | no_license | doushimutou/concurrent-practice | https://github.com/doushimutou/concurrent-practice | 0a75d22c08ec7f11d5b1a4e842ed567e28ebb136 | 0c6a92909e69366b22b4680c18459c566d2bf89d | refs/heads/master | 2023-05-11T15:56:27.935000 | 2019-12-19T05:54:28 | 2019-12-19T05:54:28 | 221,351,336 | 0 | 0 | null | false | 2023-05-09T18:16:20 | 2019-11-13T02:03:03 | 2019-12-19T05:54:49 | 2023-05-09T18:16:17 | 98 | 0 | 0 | 2 | Java | false | false | package com.ayt.example.server.thread;
/**
* Description
* Author ayt on
* 线程wait后,被中断会抛interruptExcetion异常
*/
public class WaitNotifyInterupt {
private static Object obj = new Object();
public static void main(String[] args) throws InterruptedException {
Thread threadA = new Thread(() -> {
try {
sync... | UTF-8 | Java | 695 | java | WaitNotifyInterupt.java | Java | [
{
"context": "ample.server.thread;\n\n/**\n * Description\n * Author ayt on\n * 线程wait后,被中断会抛interruptExcetion异常\n */\npubli",
"end": 72,
"score": 0.9991902112960815,
"start": 69,
"tag": "USERNAME",
"value": "ayt"
}
] | null | [] | package com.ayt.example.server.thread;
/**
* Description
* Author ayt on
* 线程wait后,被中断会抛interruptExcetion异常
*/
public class WaitNotifyInterupt {
private static Object obj = new Object();
public static void main(String[] args) throws InterruptedException {
Thread threadA = new Thread(() -> {
try {
sync... | 695 | 0.656672 | 0.649175 | 30 | 21.233334 | 17.574001 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.133333 | false | false | 10 |
8ea733a116e7d7de869c01873af8091f56851982 | 30,185,030,166,886 | ef8c444e8d494d27ab248707d12d7c30fc407702 | /gateway/src/main/java/com/jd/blockchain/gateway/web/GatewayWebSecurityConfigurer.java | df78a5985d3e6ef1cae20a803c080aeb3d32ab31 | [] | permissive | blockchain-jd-com/jdchain-core | https://github.com/blockchain-jd-com/jdchain-core | 334e45928da4eccfada97be14b13bbbddc9986bb | 5a85be3e7fcff00dd5203dcfc835fd180260c9cd | refs/heads/master | 2023-06-25T08:56:59.183000 | 2022-10-18T09:10:09 | 2022-10-18T09:10:09 | 229,806,492 | 5 | 14 | Apache-2.0 | false | 2023-06-14T22:48:08 | 2019-12-23T18:51:35 | 2022-12-19T07:04:16 | 2023-06-14T22:48:07 | 9,970 | 5 | 14 | 3 | Java | false | false | package com.jd.blockchain.gateway.web;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.context.annotation.Configuration;
import org.springframework.security.config.annotation.web.builders.HttpSecurity;
import org.springframework.security.config.annotation.web.configuration.En... | UTF-8 | Java | 1,485 | java | GatewayWebSecurityConfigurer.java | Java | [] | null | [] | package com.jd.blockchain.gateway.web;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.context.annotation.Configuration;
import org.springframework.security.config.annotation.web.builders.HttpSecurity;
import org.springframework.security.config.annotation.web.configuration.En... | 1,485 | 0.700337 | 0.700337 | 33 | 43 | 40.883427 | 173 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.424242 | false | false | 10 |
07ae467b89e0b3d7a61ad56467a7f723e305bc42 | 10,737,418,292,048 | 97b962e4be138437c871adbfb7e9dcd842bf9753 | /src/main/java/com/szzii/cn/DispatchAdvice.java | 88a7e47964c2d080dc6d2d9e695d1ab76ce6a4a8 | [] | no_license | shanzhaozheng/transpond-agent | https://github.com/shanzhaozheng/transpond-agent | 74f6d24c5d3dc258834e39ba679dbfa8c0df0488 | be0d0ab60e2e0bb38ab7c1831cd660be0bd40233 | refs/heads/master | 2023-02-03T06:12:39.993000 | 2021-07-11T14:54:42 | 2021-07-11T14:54:42 | 318,451,895 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.szzii.cn;
import com.szzii.cn.entity.RequestEntity;
import com.szzii.cn.stereotype.Routing;
import com.szzii.cn.util.CommonUtil;
import net.bytebuddy.asm.Advice;
import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Method;
/**
*
* @author szz
*/
public class DispatchAdvice {
... | UTF-8 | Java | 1,872 | java | DispatchAdvice.java | Java | [
{
"context": "mport java.lang.reflect.Method;\n\n/**\n *\n * @author szz\n */\npublic class DispatchAdvice {\n\n\n\n\n @Advice",
"end": 283,
"score": 0.9996192455291748,
"start": 280,
"tag": "USERNAME",
"value": "szz"
}
] | null | [] | package com.szzii.cn;
import com.szzii.cn.entity.RequestEntity;
import com.szzii.cn.stereotype.Routing;
import com.szzii.cn.util.CommonUtil;
import net.bytebuddy.asm.Advice;
import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Method;
/**
*
* @author szz
*/
public class DispatchAdvice {
... | 1,872 | 0.588675 | 0.58547 | 66 | 27.363636 | 27.492498 | 142 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.378788 | false | false | 10 |
b9320deded4db809672a511e63ea0ab806ee83f5 | 35,716,948,033,552 | 85f6aa4a7c6178d85ab799d331e5fbc266591e1b | /app-server/src/com/skillsimprover/gittest/server/ServerApp.java | 089f6f6ef6926766f0cc63dd2b330c75811a871d | [] | no_license | SkillsImprover/git-modules-test | https://github.com/SkillsImprover/git-modules-test | 254e74bea9793c4fd2a23c3731afa0b47e999f1a | 235192c36a59a6a5c0dde82dfcab352db4690894 | refs/heads/master | 2020-07-22T21:39:40.531000 | 2019-09-09T15:05:44 | 2019-09-09T15:05:44 | 207,336,503 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.skillsimprover.gittest.server;
public class ServerApp {
public static void main(String[] args) {
System.out.println("Server running...");
}
}
| UTF-8 | Java | 172 | java | ServerApp.java | Java | [] | null | [] | package com.skillsimprover.gittest.server;
public class ServerApp {
public static void main(String[] args) {
System.out.println("Server running...");
}
}
| 172 | 0.674419 | 0.674419 | 8 | 20.5 | 20.13703 | 48 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 10 |
824729527e6369dab61166ea98b0bf41ed8ac4f7 | 31,224,412,307,074 | 359d4020398298333b7da4d1a8e4870fe8e34ad1 | /slideadapter/src/main/java/com/tuacy/slideadapter/SlideItemLayoutLayout.java | 95ea0f0214db3a01e4f68f658b8be229ea798fab | [] | no_license | tuacy/Slide | https://github.com/tuacy/Slide | 9ec0f7e324d784967bb0fb49b0d2261c77e8ab00 | 2a501bb3d1b3f88bf968be86beb8f92ef841daa1 | refs/heads/master | 2021-07-03T15:11:03.367000 | 2017-09-25T08:29:22 | 2017-09-25T08:29:22 | 104,535,965 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.tuacy.slideadapter;
import android.content.Context;
import android.support.v7.widget.RecyclerView;
import android.util.AttributeSet;
import android.view.MotionEvent;
import android.view.View;
import android.widget.AbsListView;
import android.widget.HorizontalScrollView;
public class SlideItemLayoutLayout... | UTF-8 | Java | 3,776 | java | SlideItemLayoutLayout.java | Java | [] | null | [] | package com.tuacy.slideadapter;
import android.content.Context;
import android.support.v7.widget.RecyclerView;
import android.util.AttributeSet;
import android.view.MotionEvent;
import android.view.View;
import android.widget.AbsListView;
import android.widget.HorizontalScrollView;
public class SlideItemLayoutLayout... | 3,776 | 0.702331 | 0.699417 | 164 | 22.024391 | 21.596903 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.103658 | false | false | 10 |
0c74a98eba0138fe473c23cf2f94124d92fd32d6 | 20,452,634,324,522 | 5e35e670c2590bd8e58bc3f98466f07aa695510e | /java/com/zjgsu/shuidiansys/dao/IElectricHistoryDao.java | fc70ca4c8fb8ec116933c335c5412fb8cb83e321 | [] | no_license | ShawMY/WaterAndElectSystem | https://github.com/ShawMY/WaterAndElectSystem | 98d6e34c3b814d8fb8f4bb6ed565a4048c393fa7 | cf55d38533f637ede957554ab719de2f9621ee63 | refs/heads/master | 2020-04-25T16:41:18.700000 | 2019-03-28T08:08:38 | 2019-03-28T08:08:38 | 172,920,884 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zjgsu.shuidiansys.dao;
import com.zjgsu.shuidiansys.pojo.ElectricHistory;
import java.util.List;
import java.util.Map;
public interface IElectricHistoryDao {
public int getRowCountByPage();
public List<ElectricHistory> selectByParams(Map<String,Object> params);
public int delete(List<String... | UTF-8 | Java | 430 | java | IElectricHistoryDao.java | Java | [] | null | [] | package com.zjgsu.shuidiansys.dao;
import com.zjgsu.shuidiansys.pojo.ElectricHistory;
import java.util.List;
import java.util.Map;
public interface IElectricHistoryDao {
public int getRowCountByPage();
public List<ElectricHistory> selectByParams(Map<String,Object> params);
public int delete(List<String... | 430 | 0.772093 | 0.772093 | 18 | 22.888889 | 23.158606 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.555556 | false | false | 10 |
ad6012f6e51c08b35f257771ffd28a7fdfe9557f | 34,153,579,948,515 | c78ec9af6447be4abf7ce9fcaea3a0473d2c18ec | /src/ika_toolbox/PICpaker.java | 443af73749bcc4c0c4d3f5e5bffed22cab8cbebe | [] | no_license | airzhangfish/ika_map_editor | https://github.com/airzhangfish/ika_map_editor | c2bef9648b181b1be6aaab868e8296806d7ca7b0 | cfacc21a3e905569cefee9fc77b69b63ef629b65 | refs/heads/master | 2021-01-11T13:57:18.711000 | 2017-06-20T16:24:11 | 2017-06-20T16:24:11 | 94,911,700 | 5 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ika_toolbox;
import java.awt.*;
import java.awt.event.*;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import javax.swing.*;
public class PICpaker extends JPanel implements ActionListener {
private static final long serialVersionUID = 1L;
private static JButton loadbin... | GB18030 | Java | 4,494 | java | PICpaker.java | Java | [] | null | [] | package ika_toolbox;
import java.awt.*;
import java.awt.event.*;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import javax.swing.*;
public class PICpaker extends JPanel implements ActionListener {
private static final long serialVersionUID = 1L;
private static JButton loadbin... | 4,494 | 0.623059 | 0.613647 | 142 | 28.929577 | 25.885078 | 188 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.133803 | false | false | 10 |
4d3c6f6d270187c700692a7a4068667c0b77fbfc | 29,351,806,513,508 | dd176c3582bdb1bd1ba1bf04fde7601a65646f94 | /code/fgame/Hero.java | 8e39ddcdca8f6d7a2c874adaee7128b62e630db0 | [] | no_license | hochae2018/Java-program-practice-2019 | https://github.com/hochae2018/Java-program-practice-2019 | 765be7db2d861573d63b1a566d8e76fbb4188d17 | a2d600c0af8eb8bcada707ae5f7a1abe4c0eeddb | refs/heads/master | 2020-04-27T16:12:00.851000 | 2019-05-31T10:18:18 | 2019-05-31T10:18:18 | 174,476,013 | 5 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package fgame;
import java.awt.image.BufferedImage;
public class Hero extends FlyingObject{
protected static BufferedImage[] heroExps;
protected int fire = 1;
public Hero() {
}
public Hero(BufferedImage image){
super(97,124,200,500);
this.image = image;
life = 3;
}
public void move(int ... | UTF-8 | Java | 1,139 | java | Hero.java | Java | [] | null | [] | package fgame;
import java.awt.image.BufferedImage;
public class Hero extends FlyingObject{
protected static BufferedImage[] heroExps;
protected int fire = 1;
public Hero() {
}
public Hero(BufferedImage image){
super(97,124,200,500);
this.image = image;
life = 3;
}
public void move(int ... | 1,139 | 0.56014 | 0.526778 | 62 | 16.370968 | 13.182631 | 43 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.33871 | false | false | 10 |
bbd75d8f594ccd0c4f9fa3ef0fb8d16a320c75a1 | 2,001,454,804,191 | a84201e4cad6ca16926b5e0201fa01ba635b9690 | /Project402/Peojec402/app/src/main/java/com/example/cs/peojec401/MainActivity.java | cfc94c9291658ed101b51f159dd78be905df0594 | [] | no_license | Jobben21/Project402 | https://github.com/Jobben21/Project402 | 64ca34b2ee14bca6b3fa6830e04f029765a494dc | caf35231120de30a4505e228756d1d9db822b98d | refs/heads/master | 2021-04-09T17:05:55.562000 | 2018-08-01T15:35:11 | 2018-08-01T15:35:11 | 125,697,453 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.cs.peojec401;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import java.util.ArrayList;
public class MainActivity extends AppCompatActivity {
private ArrayList<String> mainfood_name = new ArrayList<>();
private ArrayList<String> mainfood_image = new ArrayLis... | UTF-8 | Java | 875 | java | MainActivity.java | Java | [] | null | [] | package com.example.cs.peojec401;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import java.util.ArrayList;
public class MainActivity extends AppCompatActivity {
private ArrayList<String> mainfood_name = new ArrayList<>();
private ArrayList<String> mainfood_image = new ArrayLis... | 875 | 0.700824 | 0.67609 | 36 | 22.611111 | 28.309086 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.361111 | false | false | 10 |
9659bc9100c69580c76060c8e7c2d0d206b09524 | 13,967,233,649,306 | d6920bff5730bf8823315e15b0858c68a91db544 | /android/Procyon/gnu/expr/BlockExitException.java | 4a5328c077b0c5d763f42f2df6126181dbe3be8e | [] | no_license | AppWerft/Ti.FeitianSmartcardReader | https://github.com/AppWerft/Ti.FeitianSmartcardReader | f862f9a2a01e1d2f71e09794aa8ff5e28264e458 | 48657e262044be3ae8b395065d814e169bd8ad7d | refs/heads/master | 2020-05-09T10:54:56.278000 | 2020-03-17T08:04:07 | 2020-03-17T08:04:07 | 181,058,540 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | //
// Decompiled by Procyon v0.5.36
//
package gnu.expr;
class BlockExitException extends RuntimeException
{
ExitExp exit;
Object result;
public BlockExitException(final ExitExp exit, final Object result) {
this.exit = exit;
this.result = result;
}
}
| UTF-8 | Java | 292 | java | BlockExitException.java | Java | [] | null | [] | //
// Decompiled by Procyon v0.5.36
//
package gnu.expr;
class BlockExitException extends RuntimeException
{
ExitExp exit;
Object result;
public BlockExitException(final ExitExp exit, final Object result) {
this.exit = exit;
this.result = result;
}
}
| 292 | 0.657534 | 0.643836 | 16 | 17.25 | 19.806881 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.375 | false | false | 10 |
4d681ba1ebdaf157dcf10ad7f1f3e30c22ff2c26 | 317,827,614,770 | b94ba0e9aa6e1d41dbb335bd8a95e01e5cde077c | /src/main/java/com/jjimenez/filmaffinity/entity/Person.java | 136038238614c30cf2fbecdc42c01f4fb86cc245 | [] | no_license | jjimenezh/FilmAffinityAPI | https://github.com/jjimenezh/FilmAffinityAPI | 4f22a7f142eb7490614562cf3fd8eed050732ce8 | d071eae841f83ae0de8c4fc15054370266fa0179 | refs/heads/master | 2020-04-06T06:56:38.104000 | 2017-07-01T14:09:31 | 2017-07-01T14:09:31 | 65,628,618 | 2 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
*
*/
package com.jjimenez.filmaffinity.entity;
import java.util.List;
/**
* Abstract entity for encapsulated a Person
*
* @author Jesus jimenez
* @since 0.2.0
*/
public abstract class Person {
private String name;
private List<Movie> movieList;
public String getName() {
return name;
}
public vo... | UTF-8 | Java | 1,362 | java | Person.java | Java | [
{
"context": "ct entity for encapsulated a Person\n * \n * @author Jesus jimenez\n * @since 0.2.0\n */\npublic abstract class Person ",
"end": 156,
"score": 0.999880313873291,
"start": 143,
"tag": "NAME",
"value": "Jesus jimenez"
}
] | null | [] | /**
*
*/
package com.jjimenez.filmaffinity.entity;
import java.util.List;
/**
* Abstract entity for encapsulated a Person
*
* @author <NAME>
* @since 0.2.0
*/
public abstract class Person {
private String name;
private List<Movie> movieList;
public String getName() {
return name;
}
public void setN... | 1,355 | 0.638767 | 0.632893 | 71 | 18.183098 | 17.380829 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.549296 | false | false | 10 |
c3082f7794e012c9fea2cb7fbd0867f2565e0312 | 26,577,257,666,021 | 17ce605aa1fe9ed30736de66134069e906187849 | /src/SpecialGraphics.java | 8a168d7ae4cb31dbd2a479e12793de7c9a789cf2 | [] | no_license | andy-hanson/mangos-caffeinated-hilarity | https://github.com/andy-hanson/mangos-caffeinated-hilarity | f702a9f835521f1e9fbd108588ea083c85a20c36 | 8f89e85ff14e42dfae9246a2ce7effc3092ee7b1 | refs/heads/master | 2021-01-25T10:22:02.127000 | 2015-03-09T03:49:25 | 2015-03-09T03:49:25 | 31,560,258 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.*;
import java.awt.*;
public class SpecialGraphics extends GameObject {
final private double STARS_ANGLE_RANGE = Math.PI/3;
final private double STARS_MAG_RANGE = 0.25; //AS A FRACTION OF IT
final private double STARS_VY_PLUS = 2;
final private int STARS_LAST_TIME = 80;
final private int ... | UTF-8 | Java | 1,688 | java | SpecialGraphics.java | Java | [] | null | [] | import java.util.*;
import java.awt.*;
public class SpecialGraphics extends GameObject {
final private double STARS_ANGLE_RANGE = Math.PI/3;
final private double STARS_MAG_RANGE = 0.25; //AS A FRACTION OF IT
final private double STARS_VY_PLUS = 2;
final private int STARS_LAST_TIME = 80;
final private int ... | 1,688 | 0.646919 | 0.638033 | 53 | 29.886793 | 28.802294 | 132 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.339623 | false | false | 10 |
8623529c1eb346cf4dccf3e15e8202bc93990a8c | 14,078,902,807,701 | 3442b1b91a7cc3940a6e2d78a89ce959d364d447 | /src/main/java/com/zwsec/twoexcel/createdata/TestClass.java | a37efb4f3d3332ab2f711c4ac69c86662cdfad3c | [] | no_license | zhuyk1995/docfile-excelfile-eclipse | https://github.com/zhuyk1995/docfile-excelfile-eclipse | 3becdafeab17c43378d72f9dbde0531b43ce71ea | 4a16f0f484f13c29d3ba1bccc4d9b0a9d5df8aa6 | refs/heads/master | 2020-05-17T08:25:01.305000 | 2019-05-08T08:49:16 | 2019-05-08T08:49:16 | 183,605,109 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zwsec.twoexcel.createdata;
/**
* @author 作者: ZHUYAKANG
* @createDate 创建时间:2019年5月6日 下午5:51:43
*/
public class TestClass {
}
| GB18030 | Java | 161 | java | TestClass.java | Java | [
{
"context": "e com.zwsec.twoexcel.createdata;\n/**\n* @author 作者: ZHUYAKANG\n* @createDate 创建时间:2019年5月6日 下午5:51:43\n*/\npublic ",
"end": 66,
"score": 0.9992524981498718,
"start": 57,
"tag": "NAME",
"value": "ZHUYAKANG"
}
] | null | [] | package com.zwsec.twoexcel.createdata;
/**
* @author 作者: ZHUYAKANG
* @createDate 创建时间:2019年5月6日 下午5:51:43
*/
public class TestClass {
}
| 161 | 0.729927 | 0.649635 | 8 | 16.125 | 15.519645 | 38 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.125 | false | false | 10 |
8182ab72487306f287e5bebbc65ee5c70c199c9b | 21,612,275,482,731 | 8a2616248b4e75e7b01cce1aed904c02449e396e | /src/main/java/br/com/treino/ecommerce/model/Compra.java | 3503f366e9a47091161c1300e2d3965175474eff | [
"Apache-2.0"
] | permissive | luizgustv/bootcamp-01-template-ecommerce | https://github.com/luizgustv/bootcamp-01-template-ecommerce | eb29db1ddb9f4002315f37e382012eb3d14cc7ec | 3b7905ac53e153b044e0b675c7a6226f06f651c8 | refs/heads/master | 2022-12-31T05:35:31.959000 | 2020-10-23T14:07:16 | 2020-10-23T14:07:16 | 299,613,025 | 0 | 0 | null | true | 2020-09-29T12:38:35 | 2020-09-29T12:38:35 | 2020-09-29T11:54:59 | 2020-09-29T11:54:56 | 0 | 0 | 0 | 0 | null | false | false | package br.com.treino.ecommerce.model;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.ManyToOne;
import javax.validation.Valid;
import javax.validation.constraints.NotBlank;
import javax.validation.constraints.NotNull;
import java... | UTF-8 | Java | 1,419 | java | Compra.java | Java | [] | null | [] | package br.com.treino.ecommerce.model;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.ManyToOne;
import javax.validation.Valid;
import javax.validation.constraints.NotBlank;
import javax.validation.constraints.NotNull;
import java... | 1,419 | 0.651163 | 0.651163 | 45 | 30.533333 | 20.900398 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.622222 | false | false | 10 |
d5c6a6c7ec0b64ab35372a031b1c63877fc085ad | 15,539,191,703,787 | 26634e7f0e3aa71962cff612be125be90d7a6ee1 | /app/src/main/java/com/example/esadeli/dicodingmovieapp/MovieDetailActivity.java | 7eca1f4fde74d1c01496547f7bc51317acc9351d | [] | no_license | esadeli/DicodingMovieApp | https://github.com/esadeli/DicodingMovieApp | b0b03701cea573a2db6a977e99acf970f53452db | b4ac84a1842d7495fa15f49dfc30384649f97375 | refs/heads/master | 2020-03-22T07:53:15.830000 | 2018-08-02T11:24:42 | 2018-08-02T11:24:42 | 139,674,604 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.esadeli.dicodingmovieapp;
import android.content.ContentValues;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.ImageView;
import android.widget.TextView;
import android.widget.Toast;
import co... | UTF-8 | Java | 4,276 | java | MovieDetailActivity.java | Java | [] | null | [] | package com.example.esadeli.dicodingmovieapp;
import android.content.ContentValues;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.ImageView;
import android.widget.TextView;
import android.widget.Toast;
import co... | 4,276 | 0.711413 | 0.709776 | 110 | 37.872726 | 30.71633 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.627273 | false | false | 10 |
9ace2755661dcbcb2250116b2b33af0d0df01212 | 27,711,129,016,116 | 7defb714ebe19f68a92528ae58f76191bd40a946 | /src/main/java/cn/tianqb/mapper/OrderMapper.java | 1654aadf39a2649e9813deb08ca7b8593b4325c6 | [] | no_license | QingboTian/catering-system | https://github.com/QingboTian/catering-system | 1f72ab2bbb83a229512c8b5c13fd7477c36b675c | 67be003c82d6ca3a14435e3b40ae72aac35a3c99 | refs/heads/master | 2023-04-15T07:57:11.529000 | 2021-04-28T14:13:05 | 2021-04-28T14:13:05 | 343,468,210 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.tianqb.mapper;
import cn.tianqb.pojo.po.OrderPO;
import cn.tianqb.pojo.example.OrderExample;
import org.apache.ibatis.annotations.*;
import org.apache.ibatis.type.JdbcType;
import java.util.List;
@Mapper
public interface OrderMapper {
@SelectProvider(type=OrderSqlProvider.class, method="countByExample... | UTF-8 | Java | 4,836 | java | OrderMapper.java | Java | [] | null | [] | package cn.tianqb.mapper;
import cn.tianqb.pojo.po.OrderPO;
import cn.tianqb.pojo.example.OrderExample;
import org.apache.ibatis.annotations.*;
import org.apache.ibatis.type.JdbcType;
import java.util.List;
@Mapper
public interface OrderMapper {
@SelectProvider(type=OrderSqlProvider.class, method="countByExample... | 4,836 | 0.669975 | 0.669975 | 105 | 45.057144 | 30.740644 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.733333 | false | false | 10 |
caa14b190644657a80a3b49ad2641d2a9c6b6835 | 3,977,139,744,087 | 817d222856630a70bb5b4dbeb2447ee44c234f1d | /Android/app/src/main/java/com/limitless/app/views/PostRowView.java | b28c538e1a267a82dc19e336d93b3457dd091baa | [] | no_license | anthony-lipscomb-dev/LimitLess | https://github.com/anthony-lipscomb-dev/LimitLess | 615c3ebef1cafd5ef06a5b6e793892d1fc964ae4 | f8057a0a277f42c3c1924de553a65e2ea7ad8bce | refs/heads/master | 2015-08-21T03:28:59.550000 | 2015-06-07T23:00:23 | 2015-06-07T23:00:23 | 31,639,516 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.limitless.app.views;
import android.content.Context;
import android.util.AttributeSet;
import android.view.View;
import android.widget.RelativeLayout;
import com.limitless.app.domainObjects.Post;
/**
* Created by anthonylipscomb on 4/8/15.
*/
public abstract class PostRowView extends RelativeLayout {
... | UTF-8 | Java | 672 | java | PostRowView.java | Java | [
{
"context": "mitless.app.domainObjects.Post;\n\n/**\n * Created by anthonylipscomb on 4/8/15.\n */\npublic abstract class PostRowView ",
"end": 244,
"score": 0.9995911717414856,
"start": 229,
"tag": "USERNAME",
"value": "anthonylipscomb"
}
] | null | [] | package com.limitless.app.views;
import android.content.Context;
import android.util.AttributeSet;
import android.view.View;
import android.widget.RelativeLayout;
import com.limitless.app.domainObjects.Post;
/**
* Created by anthonylipscomb on 4/8/15.
*/
public abstract class PostRowView extends RelativeLayout {
... | 672 | 0.727679 | 0.721726 | 28 | 23 | 22.515074 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.571429 | false | false | 10 |
f96cd85c3c2905480359c2e7332436712d79862d | 3,977,139,744,942 | 358f1a032b88401a244fd7a123bd6a7319f2f23a | /src/core/pages/CampEditorPage.java | 1570b8c8545f520a69ac3617a00654b669984c69 | [] | no_license | karokarokaro/SBAD | https://github.com/karokarokaro/SBAD | ffae8479cf99b74fcb136c279c63cc4291605f3d | d1f9e021e3bbc7f7541e9eee682e60f8edf6cac3 | refs/heads/master | 2020-07-03T08:42:03.753000 | 2015-02-10T08:17:32 | 2015-02-10T08:17:32 | 25,939,462 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package core.pages;
import core.database.Attributes;
import core.database.DBAttribute;
import core.database.DBObject;
import core.entity.UserRoles;
import core.exceptions.RedirectException;
import core.helpers.TempHelper;
import core.helpers.TemplateRenderer;
import javax.servlet.http.HttpServletRequest;
... | UTF-8 | Java | 5,953 | java | CampEditorPage.java | Java | [] | null | [] | package core.pages;
import core.database.Attributes;
import core.database.DBAttribute;
import core.database.DBObject;
import core.entity.UserRoles;
import core.exceptions.RedirectException;
import core.helpers.TempHelper;
import core.helpers.TemplateRenderer;
import javax.servlet.http.HttpServletRequest;
... | 5,953 | 0.496716 | 0.494189 | 128 | 44.382813 | 27.162165 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.96875 | false | false | 10 |
90d791adddb56f3b67f2551da58f1acca6a82b06 | 1,056,561,954,817 | fef13a801ca59012623b3e59e4a4884ae8de9835 | /src/com/sayedshibily/projects/MovieBean.java | 79efed6d62b83195a951f1e42bec5189f74ad38d | [] | no_license | shibilyt/Movie-Wishlist | https://github.com/shibilyt/Movie-Wishlist | 6a1c202294603febf20c907c4804779a2caf609d | ac00122ae6678bd213d5d1520d13537ba1d9c57e | refs/heads/master | 2020-05-02T03:16:37.509000 | 2019-03-25T05:57:40 | 2019-03-25T05:57:40 | 177,724,400 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.sayedshibily.projects;
import java.util.Comparator;
public class MovieBean implements Comparable<MovieBean>{
private String movieName;
private String directorName;
private String producerName;
private int rating;
private String review;
public MovieBean(String movieName, String directorName, String... | UTF-8 | Java | 3,339 | java | MovieBean.java | Java | [] | null | [] | package com.sayedshibily.projects;
import java.util.Comparator;
public class MovieBean implements Comparable<MovieBean>{
private String movieName;
private String directorName;
private String producerName;
private int rating;
private String review;
public MovieBean(String movieName, String directorName, String... | 3,339 | 0.695118 | 0.689428 | 153 | 20.82353 | 21.999144 | 108 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.647059 | false | false | 10 |
6038278828ec551adba9d6b8c4c70c12b693c4d5 | 12,068,858,128,417 | c405a619b6b21b9e5abba96930452180de530a5a | /app/src/main/java/com/example/ryan/qwiktix/Ticket.java | 6b58b93c155dd3485a766f6aead52814d1a33c82 | [] | no_license | rkuemmel1/QwikTix | https://github.com/rkuemmel1/QwikTix | de3fa7cf085ec6536cc491d8e517b5d5e7194bfc | fcdbe47b81390e0a009085cc5f8499e6e7487bfb | refs/heads/master | 2021-01-22T10:08:41.595000 | 2017-04-30T21:35:51 | 2017-04-30T21:35:51 | 81,991,471 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.ryan.qwiktix;
import java.util.Date;
/**
* Created by brade_000 on 2/18/2017.
*
* will probably want to take in:
* - seat location
* - number of seats
* - time of event
* - any additional information field
*/
public class Ticket {
public String endTime;
public String event;
... | UTF-8 | Java | 1,844 | java | Ticket.java | Java | [
{
"context": "wiktix;\n\nimport java.util.Date;\n\n/**\n * Created by brade_000 on 2/18/2017.\n *\n * will probably want to take in",
"end": 86,
"score": 0.9996097683906555,
"start": 77,
"tag": "USERNAME",
"value": "brade_000"
}
] | null | [] | package com.example.ryan.qwiktix;
import java.util.Date;
/**
* Created by brade_000 on 2/18/2017.
*
* will probably want to take in:
* - seat location
* - number of seats
* - time of event
* - any additional information field
*/
public class Ticket {
public String endTime;
public String event;
... | 1,844 | 0.598698 | 0.589479 | 92 | 19.043478 | 17.261992 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.391304 | false | false | 10 |
5a2e7b2d6af0d8782102ee049346ad2926c0662d | 850,403,549,445 | e23bcddcba120dfd053243f8c31f9e40c13b2eca | /src/main/java/com/yiwa/springboot_cache/mapper/EmployeeMapper.java | 28b6af1e1953e42434b32e0e7563d5a90481a58a | [] | no_license | xqqlove/springboot_cache | https://github.com/xqqlove/springboot_cache | 41b6e3b709543fb7e4cddd82efd853452cd53264 | 311653ef9cc5d801697fcd3d6f46e1f961bc8cc6 | refs/heads/master | 2022-05-28T07:43:24.568000 | 2020-05-02T01:46:31 | 2020-05-02T01:46:31 | 260,594,135 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.yiwa.springboot_cache.mapper;
import com.yiwa.springboot_cache.beans.Employee;
import org.apache.ibatis.annotations.*;
import org.springframework.stereotype.Service;
@Mapper
public interface EmployeeMapper {
@Select("select * from tbl_employee where id=#{id}")
public Employee getEmployee(Integer... | UTF-8 | Java | 899 | java | EmployeeMapper.java | Java | [] | null | [] | package com.yiwa.springboot_cache.mapper;
import com.yiwa.springboot_cache.beans.Employee;
import org.apache.ibatis.annotations.*;
import org.springframework.stereotype.Service;
@Mapper
public interface EmployeeMapper {
@Select("select * from tbl_employee where id=#{id}")
public Employee getEmployee(Integer... | 899 | 0.730812 | 0.730812 | 25 | 34.959999 | 34.747639 | 125 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.72 | false | false | 10 |
c9c42b11c91eef1e69f4c67876f4048fb27f4fae | 10,256,381,903,093 | f6cad4e8a527d317c0f5230dacc0650b43b1ba29 | /src/main/java/com/jnlc/codegenerate/util/FileUtil.java | 52c387c39db800346a4160af42413fae90a9a87a | [] | no_license | zyfxgary/codegenerate | https://github.com/zyfxgary/codegenerate | df314109db31257e1f4c40284ea77b752869612e | 670d10c155ebae7fb4ae6836193ad5f47b7bc60f | refs/heads/master | 2021-06-08T20:02:42.857000 | 2016-11-22T05:23:04 | 2016-11-22T05:23:04 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jnlc.codegenerate.util;
import java.io.File;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
/**
* 文件操作功能类
* @author lisl
*
*/
public class FileUtil {
/**
* 获取指定文件下的文件信息
* @param targetProject
* @return
*/
public static List<File> getFiles(String... | UTF-8 | Java | 547 | java | FileUtil.java | Java | [
{
"context": "ort java.util.List;\r\n\r\n/**\r\n * 文件操作功能类\r\n * @author lisl\r\n *\r\n */\r\npublic class FileUtil {\r\n\t/**\r\n\t * 获取指定",
"end": 174,
"score": 0.9996480941772461,
"start": 170,
"tag": "USERNAME",
"value": "lisl"
}
] | null | [] | package com.jnlc.codegenerate.util;
import java.io.File;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
/**
* 文件操作功能类
* @author lisl
*
*/
public class FileUtil {
/**
* 获取指定文件下的文件信息
* @param targetProject
* @return
*/
public static List<File> getFiles(String... | 547 | 0.662082 | 0.662082 | 26 | 17.576923 | 14.398646 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.038462 | false | false | 10 |
4b5a9d056d853c42a6b40772fdd653b72877f625 | 11,708,080,887,541 | 54b8d80f6d9e2454da5ae8ffec030a15ed41d89e | /app/src/main/java/com/boge/bogebook/mvp/view/ReaderView.java | e38e03b99ea8c1564befbd365133cc57918fc765 | [] | no_license | Watchet/BogeBook | https://github.com/Watchet/BogeBook | d01862c4a10b33f1018666725643e52c6c1b4b67 | 14080b09cc1a1191d9e0613479a3391140e77741 | refs/heads/master | 2020-06-04T03:50:44.268000 | 2017-12-13T06:24:50 | 2017-12-13T06:24:50 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.boge.bogebook.mvp.view;
import com.boge.bogebook.entity.BookToc;
import com.boge.bogebook.entity.ChapterRead;
import com.boge.bogebook.mvp.view.base.BaseView;
/**
* @author boge
* @version 1.0
* @date 2016/11/2
*/
public interface ReaderView extends BaseView{
void setBookToc(BookToc bookToc);
... | UTF-8 | Java | 399 | java | ReaderView.java | Java | [
{
"context": "e.bogebook.mvp.view.base.BaseView;\n\n/**\n * @author boge\n * @version 1.0\n * @date 2016/11/2\n */\n\npublic in",
"end": 192,
"score": 0.9996809363365173,
"start": 188,
"tag": "USERNAME",
"value": "boge"
}
] | null | [] | package com.boge.bogebook.mvp.view;
import com.boge.bogebook.entity.BookToc;
import com.boge.bogebook.entity.ChapterRead;
import com.boge.bogebook.mvp.view.base.BaseView;
/**
* @author boge
* @version 1.0
* @date 2016/11/2
*/
public interface ReaderView extends BaseView{
void setBookToc(BookToc bookToc);
... | 399 | 0.754386 | 0.73183 | 19 | 20 | 22.275784 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.368421 | false | false | 10 |
23685a2a2b09642050c2f8c8c8a932202ae55eda | 33,706,903,349,578 | 6261d5c2b0b2965e939dbe79ecdd2458e676cce6 | /src/main/java/com/tippy/report/Report.java | 7e60fe72b641b6e5759ac44a1ea9c1caab500595 | [] | no_license | TippyWang/JavaAdvanced | https://github.com/TippyWang/JavaAdvanced | 2252bf39710a1675756cddd9119c2dc31e5ea754 | 34c8fa4f24c22147fbf4d612b9a38ff95ba01404 | refs/heads/master | 2023-07-08T15:54:37.967000 | 2021-08-11T11:37:23 | 2021-08-11T11:37:23 | 394,967,737 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.tippy.report;
public interface Report {
boolean load();
void print();
}
| UTF-8 | Java | 93 | java | Report.java | Java | [] | null | [] | package com.tippy.report;
public interface Report {
boolean load();
void print();
}
| 93 | 0.666667 | 0.666667 | 6 | 14.5 | 10.32392 | 25 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 10 |
1fed7f01b612fc8eca2ca61763237704cb3cbe6a | 25,202,868,113,644 | 95d20c83d8aff34e314c56a3ecb2b87c9fa9fc86 | /Ghidra/Debug/Framework-TraceModeling/src/main/java/ghidra/trace/model/TraceTimeViewport.java | b93a249aa4b60cc0172554a4378ca83495275c6e | [
"GPL-1.0-or-later",
"GPL-3.0-only",
"Apache-2.0",
"LicenseRef-scancode-public-domain",
"LGPL-2.1-only",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | NationalSecurityAgency/ghidra | https://github.com/NationalSecurityAgency/ghidra | 969fe0d2ca25cb8ac72f66f0f90fc7fb2dbfa68d | 7cc135eb6bfabd166cbc23f7951dae09a7e03c39 | refs/heads/master | 2023-08-31T21:20:23.376000 | 2023-08-29T23:08:54 | 2023-08-29T23:08:54 | 173,228,436 | 45,212 | 6,204 | Apache-2.0 | false | 2023-09-14T18:00:39 | 2019-03-01T03:27:48 | 2023-09-14T16:08:34 | 2023-09-14T18:00:38 | 315,176 | 42,614 | 5,179 | 1,427 | Java | false | false | /* ###
* IP: GHIDRA
*
* 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 writin... | UTF-8 | Java | 6,578 | java | TraceTimeViewport.java | Java | [
{
"context": "/* ###\n * IP: GHIDRA\n *\n * Licensed under the Apache License, Ver",
"end": 15,
"score": 0.5752185583114624,
"start": 14,
"tag": "NAME",
"value": "G"
}
] | null | [] | /* ###
* IP: GHIDRA
*
* 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 writin... | 6,578 | 0.699605 | 0.698997 | 233 | 27.23176 | 27.914606 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.592275 | false | false | 10 |
44ddb0034a872759f6853256db468d49cae82427 | 14,078,902,811,246 | c549a2bb92de05399000c3b8d71f9a2840cb6b8c | /src/main/java/org/adoptopenjdk/jitwatch/sandbox/Sandbox.java | 835083c54a5e785366d95824efc45ce2b3a7fcf9 | [
"BSD-2-Clause-Views"
] | permissive | apadki/jitwatch | https://github.com/apadki/jitwatch | 0cb030b14e03fd0a68e363807330bf7e8219d4de | b86cb3ea62e12326b76a2c88d9d493f52434408b | refs/heads/master | 2021-01-24T02:17:52.656000 | 2014-08-21T19:48:50 | 2014-08-21T19:48:50 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright (c) 2013, 2014 Chris Newland.
* Licensed under https://github.com/AdoptOpenJDK/jitwatch/blob/master/LICENSE-BSD
* Instructions: https://github.com/AdoptOpenJDK/jitwatch/wiki
*/
package org.adoptopenjdk.jitwatch.sandbox;
import static org.adoptopenjdk.jitwatch.core.JITWatchConstants.S_DOT;
import ja... | UTF-8 | Java | 9,348 | java | Sandbox.java | Java | [
{
"context": "/*\n * Copyright (c) 2013, 2014 Chris Newland.\n * Licensed under https://github.com/AdoptOpenJD",
"end": 44,
"score": 0.9996811747550964,
"start": 31,
"tag": "NAME",
"value": "Chris Newland"
},
{
"context": "ris Newland.\n * Licensed under https://github.com/AdoptOpenJ... | null | [] | /*
* Copyright (c) 2013, 2014 <NAME>.
* Licensed under https://github.com/AdoptOpenJDK/jitwatch/blob/master/LICENSE-BSD
* Instructions: https://github.com/AdoptOpenJDK/jitwatch/wiki
*/
package org.adoptopenjdk.jitwatch.sandbox;
import static org.adoptopenjdk.jitwatch.core.JITWatchConstants.S_DOT;
import java.io.F... | 9,341 | 0.73374 | 0.732563 | 357 | 25.187675 | 27.365686 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.991597 | false | false | 10 |
392014d46780645d7a47956149065208f3e76038 | 35,364,760,735,664 | 7baacda04d2b99c6a1c7f8df2a3f9a852400f585 | /src/com/app/client/investment/MainActivity.java | 089761f2879341b22e181588fea8e157222ea945 | [] | no_license | srsman/InvestmentManager | https://github.com/srsman/InvestmentManager | 2605e1fa80d8f89dac9a66aaa4bdf0b5b99d474c | 12eac97800908841140981e582d2d0ca8d60a710 | refs/heads/master | 2021-01-22T19:40:57.817000 | 2015-04-09T06:29:24 | 2015-04-09T06:29:40 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.app.client.investment;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.view.View.OnClickListener;
import android.widget.Button;
import android.widget.RelativeLayout;
import android.widget.Toast;
import com.app.client.investmen... | GB18030 | Java | 4,179 | java | MainActivity.java | Java | [] | null | [] | package com.app.client.investment;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.view.View.OnClickListener;
import android.widget.Button;
import android.widget.RelativeLayout;
import android.widget.Toast;
import com.app.client.investmen... | 4,179 | 0.766402 | 0.766402 | 149 | 26.926174 | 22.91481 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.006711 | false | false | 10 |
1227de09dafa16ddbe9572282cc3c95c8bf88a5e | 31,267,361,963,639 | aef4fecb6210f3ddd03051dc832082cbbb0592f9 | /src/se/robertfoss/ChanImageBrowser/ProgressBarHandler.java | 5891cc7b991e9a7f62790e083ea7730d89d9a726 | [] | no_license | Amnuaychai/4chan-image-browser | https://github.com/Amnuaychai/4chan-image-browser | d73bacfa050e369ed325199050c4114f729f194c | 475ae5ba6ddda4339498e930d4c6e4d1da34a42a | refs/heads/master | 2017-12-22T07:55:57.428000 | 2013-12-18T02:42:29 | 2013-12-18T02:42:29 | 50,643,478 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package se.robertfoss.ChanImageBrowser;
import android.os.Handler;
import android.os.Message;
import android.widget.ProgressBar;
public class ProgressBarHandler extends Handler{
ProgressBar pb;
public ProgressBarHandler(ProgressBar pb) {
super();
this.pb = pb;
}
@Override
public void handleMessage(Messa... | UTF-8 | Java | 462 | java | ProgressBarHandler.java | Java | [] | null | [] | package se.robertfoss.ChanImageBrowser;
import android.os.Handler;
import android.os.Message;
import android.widget.ProgressBar;
public class ProgressBarHandler extends Handler{
ProgressBar pb;
public ProgressBarHandler(ProgressBar pb) {
super();
this.pb = pb;
}
@Override
public void handleMessage(Messa... | 462 | 0.725108 | 0.718615 | 25 | 17.48 | 15.577214 | 48 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.44 | false | false | 10 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.