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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
8af22545f0cbc9a8f7b799e32104e26786b8935e | 26,800,595,933,152 | b97eb1712cbe8e6917603c1efb868407669692e5 | /wrappers/java/src/test/java/org/hyperledger/indy/sdk/anoncreds/ProverSearchCredentialsForProofRequestTest.java | 0d226f3faed0b4f1e8a9c06ebb53517e2aa336bb | [
"Apache-2.0",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | evernym/indy-sdk | https://github.com/evernym/indy-sdk | 3fefe08927cfe0cbd2efcd2e1f9b4e72bf3f53b2 | 714d449353518f929d9787d3156af785e2a42ccb | refs/heads/master | 2021-04-15T10:21:56.633000 | 2019-07-02T18:28:20 | 2019-07-02T18:28:20 | 126,876,532 | 5 | 19 | Apache-2.0 | true | 2023-02-22T23:46:03 | 2018-03-26T19:02:36 | 2019-07-02T18:28:26 | 2019-07-09T18:35:46 | 270,504 | 5 | 4 | 4 | Rust | false | false | package org.hyperledger.indy.sdk.anoncreds;
import org.json.JSONArray;
import org.json.JSONObject;
import org.junit.Test;
import static org.junit.Assert.assertEquals;
public class ProverSearchCredentialsForProofRequestTest extends AnoncredsIntegrationTest {
@Test
public void testProverSearchCredentialsForProofReq... | UTF-8 | Java | 2,933 | java | ProverSearchCredentialsForProofRequestTest.java | Java | [
{
"context": " \"{\\\"attr1_referent\\\": { \\\"attr::name::value\\\": \\\"Alex\\\"}}\";\n\n\t\tCredentialsSearchForProofReq credentials",
"end": 2527,
"score": 0.999625563621521,
"start": 2523,
"tag": "NAME",
"value": "Alex"
}
] | null | [] | package org.hyperledger.indy.sdk.anoncreds;
import org.json.JSONArray;
import org.json.JSONObject;
import org.junit.Test;
import static org.junit.Assert.assertEquals;
public class ProverSearchCredentialsForProofRequestTest extends AnoncredsIntegrationTest {
@Test
public void testProverSearchCredentialsForProofReq... | 2,933 | 0.610297 | 0.58643 | 79 | 36.126583 | 38.353245 | 146 | false | false | 0 | 0 | 0 | 0 | 80 | 0.027276 | 2.35443 | false | false | 14 |
b888f368d8720d7bff8306c7ef2aeea1ee3ba600 | 4,337,916,972,222 | 0a687ccc033994f221f6f28cf4fdfe1534f038ee | /src/main/java/org/hillel/persistence/entity/JourneyEntity.java | e2bfa873e3128af5e50095ba01a8a81761ee8dea | [] | no_license | Vova-Nik/Ticket | https://github.com/Vova-Nik/Ticket | f4806506a94ea8af1eef6185be58d0cc6254635f | e5868a862d7dbe1ffd5635fdfada7f9e009e856d | refs/heads/master | 2023-04-28T20:46:28.321000 | 2021-04-04T09:56:00 | 2021-04-04T09:56:00 | 346,611,261 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.hillel.persistence.entity;
import lombok.Data;
import lombok.NoArgsConstructor;
import org.springframework.util.StringUtils;
import javax.persistence.*;
import java.time.Instant;
import java.util.ArrayList;
import java.util.List;
@Entity
@Data
@NoArgsConstructor
@Table(name = "journeys")
public class Jou... | UTF-8 | Java | 1,620 | java | JourneyEntity.java | Java | [] | null | [] | package org.hillel.persistence.entity;
import lombok.Data;
import lombok.NoArgsConstructor;
import org.springframework.util.StringUtils;
import javax.persistence.*;
import java.time.Instant;
import java.util.ArrayList;
import java.util.List;
@Entity
@Data
@NoArgsConstructor
@Table(name = "journeys")
public class Jou... | 1,620 | 0.687654 | 0.680864 | 59 | 26.457626 | 25.526537 | 122 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.559322 | false | false | 14 |
8cf9cd009668489a7656a90c2531e5184899ec6f | 19,327,352,900,207 | 7701720eb349c07fbabffa5474351fee5e852a0f | /src/db/sql/PredicateExprFactory.java | c67b85fb09c392cb495870d910d94c7514cfe93a | [] | no_license | lambdai/mapred_jobs | https://github.com/lambdai/mapred_jobs | dbc876c27d1cfcc1cc5968ab76fd03067500fc63 | be99f1fbf6f6b42b692bf1affb57ec367b7909a5 | refs/heads/master | 2021-05-28T01:01:38.477000 | 2014-06-08T20:59:55 | 2014-06-08T20:59:55 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package db.sql;
import java.util.Stack;
public class PredicateExprFactory {
Stack<PredicateOperand> operandstack = new Stack<PredicateOperand>();
Stack<PredicateOp> opstack = new Stack<PredicateOp>();
public void accept(PredicateOp op) {
opstack.push(op);
}
public void accept(PredicateOperand operand) {
... | UTF-8 | Java | 542 | java | PredicateExprFactory.java | Java | [] | null | [] | package db.sql;
import java.util.Stack;
public class PredicateExprFactory {
Stack<PredicateOperand> operandstack = new Stack<PredicateOperand>();
Stack<PredicateOp> opstack = new Stack<PredicateOp>();
public void accept(PredicateOp op) {
opstack.push(op);
}
public void accept(PredicateOperand operand) {
... | 542 | 0.745387 | 0.745387 | 22 | 23.636364 | 21.945274 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.454545 | false | false | 14 |
8bb939bf6375dcaa29b69071a1610a52e66b7f3b | 13,580,686,615,421 | 18fb70a8bb808286b4e13eafc7b0ec662efde6c1 | /app/src/androidTest/java/com/naijaplanet/magosla/android/thebaker/RecipesActivityTest.java | d5cd4e33b0abb6952d5590c8a89760907af34aed | [] | no_license | magosla/TheBaker | https://github.com/magosla/TheBaker | 24c75e4d742c7101216e19a6d106e8a2f916c1d2 | b78991c5e3bf8b6f3e4ec5020677e266bc9552d2 | refs/heads/master | 2020-04-05T09:42:51.988000 | 2018-11-09T08:34:03 | 2018-11-09T08:34:03 | 156,770,453 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.naijaplanet.magosla.android.thebaker;
import com.naijaplanet.magosla.android.thebaker.ui.activities.RecipesActivity;
import org.junit.After;
import org.junit.Before;
import org.junit.Rule;
import org.junit.Test;
import org.junit.runner.RunWith;
import androidx.test.espresso.IdlingRegistry;
import android... | UTF-8 | Java | 2,163 | java | RecipesActivityTest.java | Java | [] | null | [] | package com.naijaplanet.magosla.android.thebaker;
import com.naijaplanet.magosla.android.thebaker.ui.activities.RecipesActivity;
import org.junit.After;
import org.junit.Before;
import org.junit.Rule;
import org.junit.Test;
import org.junit.runner.RunWith;
import androidx.test.espresso.IdlingRegistry;
import android... | 2,163 | 0.760055 | 0.756819 | 60 | 35.033333 | 32.504341 | 143 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.483333 | false | false | 14 |
5e5c2d6a0f90b0f2ab3ed6fb65e860444503cd2b | 25,666,724,628,148 | 986ca054031fec35551a85733e5aff08ccee4f3b | /src-api/com/github/gwtcannonjs/client/collision/Ray.java | 0a9a1f143291712f53fc498144d78443fcf97e44 | [
"Apache-2.0",
"MIT"
] | permissive | jgottero/gwt-cannonjs | https://github.com/jgottero/gwt-cannonjs | d70d0ebb55f4b33ca3145267c03147f1d25a586c | c4478243e935b072ef0dc442ffca85f0b2eff0a1 | refs/heads/master | 2020-06-05T08:24:44.187000 | 2015-03-10T17:36:30 | 2015-03-10T17:36:30 | 31,328,100 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | // The MIT License (MIT)
// Copyright (c) 2015 Jérémie Gottero
package com.github.gwtcannonjs.client.collision;
import com.github.gwtcannonjs.client.math.Vec3;
import com.github.gwtcannonjs.client.objects.Body;
import com.google.gwt.core.client.JavaScriptObject;
import com.google.gwt.core.client.JsArray;
/**
* A li... | UTF-8 | Java | 2,618 | java | Ray.java | Java | [
{
"context": "// The MIT License (MIT)\n// Copyright (c) 2015 Jérémie Gottero\n\npackage com.github.gwtcannonjs.client.collision;",
"end": 62,
"score": 0.9997972846031189,
"start": 47,
"tag": "NAME",
"value": "Jérémie Gottero"
}
] | null | [] | // The MIT License (MIT)
// Copyright (c) 2015 <NAME>
package com.github.gwtcannonjs.client.collision;
import com.github.gwtcannonjs.client.math.Vec3;
import com.github.gwtcannonjs.client.objects.Body;
import com.google.gwt.core.client.JavaScriptObject;
import com.google.gwt.core.client.JsArray;
/**
* A line in 3D ... | 2,607 | 0.693807 | 0.68922 | 105 | 23.914286 | 26.858398 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.409524 | false | false | 14 |
1929fee7739bc1c31bf67726dac68f13920661b8 | 9,113,920,648,178 | 92be22c4da5809df154029ed99c0ae5f29e180db | /com.upnp.mediaplayer/core/src/main/java/org/rpi/sources/SourceReader.java | 68704e08a86bcd2220fb03e99da6b6877f3ab437 | [
"LicenseRef-scancode-other-permissive",
"Apache-2.0",
"BSD-2-Clause",
"Zlib",
"BSD-2-Clause-Views"
] | permissive | triplem/MediaPlayer | https://github.com/triplem/MediaPlayer | 87c55e5f4679cd5f559f18a7394a7ded638ca614 | 266700ddb7f00d330c407244b62e0d39b472ce5b | refs/heads/master | 2021-01-15T13:42:58.672000 | 2014-03-26T18:07:36 | 2014-03-26T18:07:36 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.rpi.sources;
import java.io.File;
import java.io.FileNotFoundException;
import java.util.concurrent.ConcurrentHashMap;
import javax.xml.parsers.DocumentBuilder;
import javax.xml.parsers.DocumentBuilderFactory;
import javax.xml.xpath.XPath;
import javax.xml.xpath.XPathFactory;
import org.apache... | UTF-8 | Java | 3,341 | java | SourceReader.java | Java | [] | null | [] | package org.rpi.sources;
import java.io.File;
import java.io.FileNotFoundException;
import java.util.concurrent.ConcurrentHashMap;
import javax.xml.parsers.DocumentBuilder;
import javax.xml.parsers.DocumentBuilderFactory;
import javax.xml.xpath.XPath;
import javax.xml.xpath.XPathFactory;
import org.apache... | 3,341 | 0.646513 | 0.644119 | 127 | 24.307087 | 21.268627 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.637795 | false | false | 14 |
a335537fa0c0df33ba0160707bc2659cf0ec05a2 | 23,321,672,425,541 | 2c83f370a94f9ae77fa016c634fdd5d77eb6d6e0 | /smartcontract-backend/src/test/java/nl/han/ica/oose/reims/services/FormulierTest.java | fb2cef1e351b31c16436b2d42dbec66fbffb7b97 | [] | no_license | YTSengul/OOSE-Project-Angular-Blockchain | https://github.com/YTSengul/OOSE-Project-Angular-Blockchain | 9dfb28abefb109d366058368660e33ab36acf87e | 83fcd9a653ca502e8687b035d42e332e5ce9fdbc | refs/heads/master | 2023-03-14T09:34:08.867000 | 2021-03-09T03:20:17 | 2021-03-09T03:20:17 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package nl.han.ica.oose.reims.services;
import nl.han.ica.oose.reims.mockDatabase;
import org.junit.Test;
import org.mockito.Mockito;
import java.io.IOException;
import java.util.ArrayList;
import static org.mockito.Mockito.mock;
import static org.mockito.Mockito.verify;
public class FormulierTest {
private For... | UTF-8 | Java | 1,704 | java | FormulierTest.java | Java | [] | null | [] | package nl.han.ica.oose.reims.services;
import nl.han.ica.oose.reims.mockDatabase;
import org.junit.Test;
import org.mockito.Mockito;
import java.io.IOException;
import java.util.ArrayList;
import static org.mockito.Mockito.mock;
import static org.mockito.Mockito.verify;
public class FormulierTest {
private For... | 1,704 | 0.731221 | 0.731221 | 50 | 33.080002 | 31.180019 | 138 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.52 | false | false | 14 |
7cd03748cf4ba9f2f140a6995ad96eaf9a4f4f63 | 24,781,961,321,130 | 424ddd660c34295f3b0140ca03e0bcd923414134 | /PLMServer/src/PLMS/server/handlers/UpResponseMessageHandler.java | 0777516ecf6622843414ea2a7aa3cae54cb76cea | [] | no_license | treejames/PLMS | https://github.com/treejames/PLMS | 8f31949f90774c4bec35914860abca2f46aeb967 | fad8b710d2bf42d1e8abb32814851eedcfd092fd | HEAD | 2018-05-13T02:16:40.800000 | 2012-04-08T14:11:08 | 2012-04-08T14:11:08 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package PLMS.server.handlers;
import PLMS.frames.UpResponseMessage;
import org.apache.mina.core.session.IoSession;
/**
* Created by IntelliJ IDEA.
*/
public class UpResponseMessageHandler extends AbstractMessageHandler<UpResponseMessage> {
@Override
public void handleMessage(IoSession session, UpResponseMes... | UTF-8 | Java | 511 | java | UpResponseMessageHandler.java | Java | [] | null | [] | package PLMS.server.handlers;
import PLMS.frames.UpResponseMessage;
import org.apache.mina.core.session.IoSession;
/**
* Created by IntelliJ IDEA.
*/
public class UpResponseMessageHandler extends AbstractMessageHandler<UpResponseMessage> {
@Override
public void handleMessage(IoSession session, UpResponseMes... | 511 | 0.775681 | 0.775681 | 15 | 30.799999 | 31.90653 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.466667 | false | false | 14 |
47378c65efdba876cc049582225fd1f58f7f5f2f | 21,655,225,131,690 | 4abc47ac78255a0f37ed09c7615eb0a92f05430b | /line.java | be29d0d7025420881ee9e7fea5127b31ab3d2a60 | [] | no_license | crc442/VisualBasic-to-Java-GUI-Converter | https://github.com/crc442/VisualBasic-to-Java-GUI-Converter | a8f7c0a4977e6fa5fd49481e5bf34785e117a7ff | 77d51b5b6d366621981e91b593b5e21bcd541703 | refs/heads/master | 2020-12-24T13:17:24.572000 | 2014-02-11T19:57:44 | 2014-02-11T19:57:44 | 16,743,264 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.*;
// The line class comes into picture when there is VB.Line in source form file.
class line extends control
{
private javax.swing.JLabel l;
//used to store the x co-ordinate of first point of the line
private int X1;
//used to store the y co-ordinate of the first point of t... | UTF-8 | Java | 9,209 | java | line.java | Java | [] | null | [] | import java.util.*;
// The line class comes into picture when there is VB.Line in source form file.
class line extends control
{
private javax.swing.JLabel l;
//used to store the x co-ordinate of first point of the line
private int X1;
//used to store the y co-ordinate of the first point of t... | 9,209 | 0.594527 | 0.576393 | 399 | 21.085213 | 22.583906 | 108 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.486216 | false | false | 14 |
36429b1f928e788640b3b5f5984e1e80805b9625 | 1,022,202,227,678 | 40526b5be2ea407401b57b1cd4852b9242a5167c | /src/main/java/com/topie/campus/core/api/job/package-info.java | 336121d2ee1a94b0baa707a671e6444c56a9fcd1 | [] | no_license | topie/topie-campus | https://github.com/topie/topie-campus | ef5a26a9eb8b409fc1986064f9fe63e4cc00869c | c056ae6f5b9d499181c4dd9b0f8ac0e72fe2e13b | refs/heads/master | 2021-01-16T22:13:12.544000 | 2017-02-19T03:36:05 | 2017-02-19T03:36:05 | 63,484,202 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Created by chenguojun on 8/28/16.
* 就业管理员相关
*/
package com.topie.campus.core.api.job;
| UTF-8 | Java | 109 | java | package-info.java | Java | [
{
"context": "/**\n * Created by chenguojun on 8/28/16.\n * 就业管理员相关\n */\npackage com.topie.camp",
"end": 28,
"score": 0.9973161816596985,
"start": 18,
"tag": "USERNAME",
"value": "chenguojun"
}
] | null | [] | /**
* Created by chenguojun on 8/28/16.
* 就业管理员相关
*/
package com.topie.campus.core.api.job;
| 109 | 0.673684 | 0.621053 | 5 | 18 | 15.735311 | 38 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.2 | false | false | 14 |
00b93fd9120417620a199c39a36fa4a1e1f1ee7c | 8,486,855,414,127 | d948375612f51a4b4a28d5c88c2737593c7f96bd | /app/src/main/java/com/faresa/perhitungankonveyor/model/DataMaterial.java | 84ce4aed4e2cbea8009ac5c217e1e4b79f345c77 | [] | no_license | Faresapn/Perhitungan-Conveyor | https://github.com/Faresapn/Perhitungan-Conveyor | 4c39ba8b8f196032f3115c35efe71593a7b4f20e | 49b277f8f77dc6cd6f4edcac5038de070cfb62ab | refs/heads/master | 2021-03-25T12:19:46.306000 | 2020-05-19T12:29:28 | 2020-05-19T12:29:28 | 247,617,410 | 1 | 2 | null | false | 2020-05-19T12:29:29 | 2020-03-16T05:21:41 | 2020-05-17T14:41:24 | 2020-05-19T12:29:28 | 549 | 0 | 2 | 0 | Java | false | false | package com.faresa.perhitungankonveyor.model;
import android.os.Parcel;
import android.os.Parcelable;
public class DataMaterial implements Parcelable {
private String material, weight, materialfac,component,series;
public String getMaterial() {
return material;
}
public void setMaterial(Stri... | UTF-8 | Java | 2,011 | java | DataMaterial.java | Java | [] | null | [] | package com.faresa.perhitungankonveyor.model;
import android.os.Parcel;
import android.os.Parcelable;
public class DataMaterial implements Parcelable {
private String material, weight, materialfac,component,series;
public String getMaterial() {
return material;
}
public void setMaterial(Stri... | 2,011 | 0.62904 | 0.628543 | 85 | 22.658823 | 20.806421 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.388235 | false | false | 14 |
1c510826aa80d17616f8a111e9c0c51ed0e3d9a8 | 12,833,362,289,371 | e2eed64950f7ce4f7580518a960e1810f8e16383 | /src/ch/hslu/pren/itrash/lib/vision/filter/InRangeFilterTO.java | 5904c5f2f19725628c00145215f988445e0aeef6 | [] | no_license | kevinboss/itrash-lib | https://github.com/kevinboss/itrash-lib | a6eab7ce5355c8f74174974f4dcc3a8dcaccb5d8 | 8f9b4c0594b0f805bbc8a1ca6441a142eac7b4dc | refs/heads/master | 2021-01-20T22:05:31.785000 | 2016-07-15T14:36:43 | 2016-07-15T14:36:43 | 63,427,910 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ch.hslu.pren.itrash.lib.vision.filter;
import ch.hslu.pren.itrash.lib.pattern.visitor.Visitable;
import ch.hslu.pren.itrash.lib.vision.settings.filter.InRangeFilterSettings;
/**
* Provides a TO for the in range filter.
*/
public class InRangeFilterTO
extends SettingsBasedFilterTO<InRangeFilterSettin... | UTF-8 | Java | 648 | java | InRangeFilterTO.java | Java | [] | null | [] | package ch.hslu.pren.itrash.lib.vision.filter;
import ch.hslu.pren.itrash.lib.pattern.visitor.Visitable;
import ch.hslu.pren.itrash.lib.vision.settings.filter.InRangeFilterSettings;
/**
* Provides a TO for the in range filter.
*/
public class InRangeFilterTO
extends SettingsBasedFilterTO<InRangeFilterSettin... | 648 | 0.699074 | 0.699074 | 28 | 22.142857 | 22.991791 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.178571 | false | false | 14 |
23cd11a0f5ece9f2b56c9fb64a826fa9569694a4 | 29,111,288,366,317 | 05d0967bd3fa87d9ed412dd8026ea03868a8841f | /src/ru/strider/adapter/BaseArrayAdapter.java | ebe2b4dbf71782147456560cdedfcbf14ca7f314 | [] | no_license | strid3r/SimpleRecognizer | https://github.com/strid3r/SimpleRecognizer | 94d1422aa7e59a59da09353340d3cf4555dd116d | 646aa9b5ece9796b29b7874ad206859b0a976468 | refs/heads/master | 2021-01-22T12:12:50.639000 | 2013-04-26T17:04:30 | 2013-04-26T17:04:30 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright (C) 2012-2013 strider
*
* Adapter
* ArrayAdapter BaseArrayAdapter Class
* By © strider 2012-2013.
*/
package ru.strider.adapter;
import android.annotation.TargetApi;
import android.content.Context;
import android.os.Build;
import android.view.View;
import android.view.ViewGroup;
import android.w... | UTF-8 | Java | 2,085 | java | BaseArrayAdapter.java | Java | [
{
"context": "/*\n * Copyright (C) 2012-2013 strider\n * \n * Adapter\n * ArrayAdapter BaseArrayAdapter C",
"end": 37,
"score": 0.9982918500900269,
"start": 30,
"tag": "USERNAME",
"value": "strider"
},
{
"context": "ter\n * ArrayAdapter BaseArrayAdapter Class\n * By © strider 2012-20... | null | [] | /*
* Copyright (C) 2012-2013 strider
*
* Adapter
* ArrayAdapter BaseArrayAdapter Class
* By © strider 2012-2013.
*/
package ru.strider.adapter;
import android.annotation.TargetApi;
import android.content.Context;
import android.os.Build;
import android.view.View;
import android.view.ViewGroup;
import android.w... | 2,085 | 0.737044 | 0.728887 | 83 | 24.108435 | 26.31002 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.73494 | false | false | 14 |
df90de4292b7d690f2e5cad7c225af7503777359 | 9,182,640,113,216 | 567909720b1d72923bdf3237b50f087923a32337 | /src/Eclipse-IDE/org.robotframework.ide.eclipse.main.plugin/src/org/robotframework/ide/eclipse/main/plugin/tableeditor/source/assist/AssistantContext.java | 81c185812b32833d13964791081961cd536ecc6f | [
"Apache-2.0"
] | permissive | basilevs/RED | https://github.com/basilevs/RED | 83629224748d9341e7dc03b0d41f20a7e447ce41 | eee55160bd5888704486e32a54f117ec59cf34dd | refs/heads/master | 2022-11-07T07:22:40.160000 | 2020-04-28T10:42:19 | 2020-04-28T11:16:50 | 273,161,761 | 0 | 0 | NOASSERTION | true | 2020-06-18T06:42:02 | 2020-06-18T06:42:02 | 2020-06-15T06:09:06 | 2020-04-28T11:33:56 | 142,688 | 0 | 0 | 0 | null | false | false | /*
* Copyright 2015 Nokia Solutions and Networks
* Licensed under the Apache License, Version 2.0,
* see license.txt file for details.
*/
package org.robotframework.ide.eclipse.main.plugin.tableeditor.source.assist;
import java.util.function.Supplier;
import org.eclipse.core.resources.IFile;
import org.eclipse.jf... | UTF-8 | Java | 3,681 | java | AssistantContext.java | Java | [
{
"context": "mon.annotations.VisibleForTesting;\n\n/**\n * @author Michal Anglart\n */\npublic class AssistantContext {\n\n private ",
"end": 789,
"score": 0.999830961227417,
"start": 775,
"tag": "NAME",
"value": "Michal Anglart"
}
] | null | [] | /*
* Copyright 2015 Nokia Solutions and Networks
* Licensed under the Apache License, Version 2.0,
* see license.txt file for details.
*/
package org.robotframework.ide.eclipse.main.plugin.tableeditor.source.assist;
import java.util.function.Supplier;
import org.eclipse.core.resources.IFile;
import org.eclipse.jf... | 3,673 | 0.725618 | 0.723988 | 116 | 30.732759 | 28.362602 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.422414 | false | false | 14 |
714489bd1c833551c507428d3815ff18dcd0156b | 24,936,580,147,264 | 95e944448000c08dd3d6915abb468767c9f29d3c | /sources/com/p280ss/android/ugc/aweme/shortvideo/cut/scene/C38998ay.java | 90a4c1e340cf4a883115296da671764cca53c030 | [] | no_license | xrealm/tiktok-src | https://github.com/xrealm/tiktok-src | 261b1faaf7b39d64bb7cb4106dc1a35963bd6868 | 90f305b5f981d39cfb313d75ab231326c9fca597 | refs/heads/master | 2022-11-12T06:43:07.401000 | 2020-07-04T20:21:12 | 2020-07-04T20:21:12 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.p280ss.android.ugc.aweme.shortvideo.cut.scene;
import android.app.Activity;
import android.arch.lifecycle.C0043i;
import android.arch.lifecycle.C0053p;
import android.os.Bundle;
import android.support.p022v4.app.FragmentActivity;
import android.text.TextUtils;
import android.view.LayoutInflater;
import and... | UTF-8 | Java | 32,944 | java | C38998ay.java | Java | [] | null | [] | package com.p280ss.android.ugc.aweme.shortvideo.cut.scene;
import android.app.Activity;
import android.arch.lifecycle.C0043i;
import android.arch.lifecycle.C0053p;
import android.os.Bundle;
import android.support.p022v4.app.FragmentActivity;
import android.text.TextUtils;
import android.view.LayoutInflater;
import and... | 32,944 | 0.604215 | 0.465596 | 844 | 38.018959 | 34.883415 | 336 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.7109 | false | false | 14 |
43536ddf9251c33de6e046a7bbf4656ef2a4dab3 | 24,970,939,890,183 | bf2f35d297d2782c1be4083e4cc2be399c9da12e | /src/java/com/rsdynamix/academics/resultprocess/pojos/SemesterCourseBouquet.java | 772e999f49c6d3f6a8f99d692b0038515ad6d04a | [] | no_license | ayoh9atb/Eduware | https://github.com/ayoh9atb/Eduware | 3cdd87ab066f11bd37e3db9a74857d8265a83d3f | 2fa945867e8975f5e911db0afb32fbe402784d29 | refs/heads/master | 2021-01-22T20:09:04.199000 | 2017-03-17T08:42:07 | 2017-03-17T08:42:07 | 85,282,870 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package com.rsdynamix.academics.resultprocess.pojos;
import com.rsdynamix.academics.setup.entities.StudentCourseEntity;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.List;
/**
*
* @author... | UTF-8 | Java | 1,490 | java | SemesterCourseBouquet.java | Java | [
{
"context": "rayList;\nimport java.util.List;\n\n/**\n *\n * @author p-aniah\n */\npublic class SemesterCourseBouquet implements",
"end": 328,
"score": 0.9992637038230896,
"start": 321,
"tag": "USERNAME",
"value": "p-aniah"
}
] | null | [] | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package com.rsdynamix.academics.resultprocess.pojos;
import com.rsdynamix.academics.setup.entities.StudentCourseEntity;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.List;
/**
*
* @author... | 1,490 | 0.673154 | 0.672483 | 65 | 21.923077 | 21.938591 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.292308 | false | false | 14 |
6dfba327df7f943af669f9ba19eefd91e8e21fc7 | 7,756,710,977,924 | ee21c7b83b5bc5559c9e7385124c8f8b79af199e | /src/zajecia/oop/quiz/Quiz.java | c50467a0bbf881c0cd9c133a0b09cac23c9a55b2 | [] | no_license | UlaR11/SDA-java-podstawy-1 | https://github.com/UlaR11/SDA-java-podstawy-1 | f757cc021b966571e76200ef884027705c53f1d1 | a5788d04e47236cdfe3d6b764f6c058d24a3f594 | refs/heads/master | 2021-06-16T18:19:10.627000 | 2017-04-27T12:08:31 | 2017-04-27T12:08:31 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package zajecia.oop.quiz;
import zajecia.oop.quiz.question.MockQuestionsRepository;
import zajecia.oop.quiz.question.Question;
import zajecia.oop.quiz.result.MockResultsRepository;
/**
* Created by Szymon on 2017-04-25.
*/
public class Quiz {
public static void main(String[] args) {
MockQuestionsReposit... | UTF-8 | Java | 1,442 | java | Quiz.java | Java | [
{
"context": "z.result.MockResultsRepository;\n\n/**\n * Created by Szymon on 2017-04-25.\n */\npublic class Quiz {\n public",
"end": 207,
"score": 0.9604315161705017,
"start": 201,
"tag": "USERNAME",
"value": "Szymon"
}
] | null | [] | package zajecia.oop.quiz;
import zajecia.oop.quiz.question.MockQuestionsRepository;
import zajecia.oop.quiz.question.Question;
import zajecia.oop.quiz.result.MockResultsRepository;
/**
* Created by Szymon on 2017-04-25.
*/
public class Quiz {
public static void main(String[] args) {
MockQuestionsReposit... | 1,442 | 0.613037 | 0.604716 | 42 | 33.333332 | 25.881292 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.52381 | false | false | 14 |
91adcb3204199efbf8edf175502c1849e11ba2a7 | 8,658,654,089,755 | d0f116c3ddf3ce77947f25340fff23510b550cd9 | /src/skin/entity/ProductsType.java | daf505a2f2e17791912faa16cfc4d09543a2ba9c | [] | no_license | lingmengzhu/skin | https://github.com/lingmengzhu/skin | a8cc939728908ca89d04be9b66ba8da6bacf026e | dfb29138b4876c08d7925128f1261b38f272792e | refs/heads/master | 2020-04-23T19:07:34.398000 | 2019-02-19T02:37:35 | 2019-02-19T02:37:35 | 171,392,122 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package skin.entity;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.JoinColumn;
import javax.persistence.ManyToOne;
import javax.persistence.Table;
@Entity
@Table(name = "tab_productstype")
publi... | UTF-8 | Java | 1,254 | java | ProductsType.java | Java | [] | null | [] | package skin.entity;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.JoinColumn;
import javax.persistence.ManyToOne;
import javax.persistence.Table;
@Entity
@Table(name = "tab_productstype")
publi... | 1,254 | 0.795056 | 0.795056 | 43 | 28.16279 | 22.817711 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.348837 | false | false | 14 |
66e0a8caa2f6a0331e0f171064725c279c91ece7 | 10,892,037,078,601 | 6a433acd8bb91295bb502c89feaee68ab71520b8 | /src/main/java/isi/died2020/parcial01/ejercicio02/db/ErrorIngresandoDBException.java | 7d57e150a069f184276dbc829c0aec4cfc31f153 | [] | no_license | cote87/parcial2020-01 | https://github.com/cote87/parcial2020-01 | 811180179a373a1b661eb72a5f55852051fc713f | 23038f66f0c40528e8a849b92dc468f27a6da7b0 | refs/heads/master | 2022-08-10T00:32:13.670000 | 2020-05-22T01:31:49 | 2020-05-22T01:31:49 | 265,965,776 | 0 | 0 | null | true | 2020-05-21T22:37:28 | 2020-05-21T22:37:28 | 2020-05-21T22:36:19 | 2020-05-21T22:36:17 | 0 | 0 | 0 | 0 | null | false | false | package isi.died2020.parcial01.ejercicio02.db;
public class ErrorIngresandoDBException extends Exception {
public ErrorIngresandoDBException() {
super("No se puede conectar a la Base de Datos.");
}
}
| UTF-8 | Java | 208 | java | ErrorIngresandoDBException.java | Java | [] | null | [] | package isi.died2020.parcial01.ejercicio02.db;
public class ErrorIngresandoDBException extends Exception {
public ErrorIngresandoDBException() {
super("No se puede conectar a la Base de Datos.");
}
}
| 208 | 0.774038 | 0.735577 | 9 | 22.111111 | 24.383257 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.777778 | false | false | 14 |
015f58a8c8c37d910cf768ddbd86c570e5938765 | 10,892,037,076,725 | 4649f3ceb928d3ebdca5831d44ca177f621d4dc8 | /src/main/java/cn/edu/qut/service/GradeService.java | 6ef9a0b0e8bd5642cc49b7686c542994c41bc10c | [] | no_license | ChenChen913/We2018_new | https://github.com/ChenChen913/We2018_new | 5f8263c13fcc1f69570162a31155cebe55c6a24a | e13971c2cd34de78df0d6d5358e49202ebdf8850 | refs/heads/master | 2020-03-30T23:12:22.895000 | 2018-10-05T08:42:53 | 2018-10-05T08:42:56 | 151,693,673 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.edu.qut.service;
import java.util.List;
import java.util.Map;
import org.apache.shiro.SecurityUtils;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import base.BaseService;
import cn.edu.qut.dao.GradeDao;
import cn.edu.qut.entity.Grade;
import... | UTF-8 | Java | 1,676 | java | GradeService.java | Java | [] | null | [] | package cn.edu.qut.service;
import java.util.List;
import java.util.Map;
import org.apache.shiro.SecurityUtils;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import base.BaseService;
import cn.edu.qut.dao.GradeDao;
import cn.edu.qut.entity.Grade;
import... | 1,676 | 0.749093 | 0.749093 | 62 | 25.67742 | 21.553965 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.451613 | false | false | 14 |
420e0911067a39da78dc84f27d861dbddd76e9e4 | 21,895,743,315,125 | df3c21686465e5e89306ba219a1847eca722b331 | /BankManagementSystem/src/CreateNewAccountGUI.java | de1f8650f9fd24c5ba31f90c5c3110be69f36d87 | [] | no_license | AnthonyD1/Database-Management-Systems-314 | https://github.com/AnthonyD1/Database-Management-Systems-314 | 6ff1deabef719e90e09ba28de96c694e0c4fcbc5 | 690ab1486c600b9cbcf935ceeb655db2e1443614 | refs/heads/master | 2020-03-11T22:02:35.803000 | 2018-05-04T06:22:53 | 2018-05-04T06:22:53 | 130,281,468 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.awt.FlowLayout;
import java.awt.Font;
import java.awt.HeadlessException;
import javax.swing.*;
import java.awt.event.*;
import java.sql.SQLException;
public class CreateNewAccountGUI extends JFrame{
private User user;
private JPanel mainPanel;
private JLabel amountLabel;
private JLabel message;
pr... | UTF-8 | Java | 3,226 | java | CreateNewAccountGUI.java | Java | [
{
"context": "ception {\n\t\tUser user = new User();\n\t\tuser.login(\"thing@gmail.com\", 78945612);\n\t\tnew CreateNewAccountGUI(user);\n\t}\n",
"end": 3174,
"score": 0.9999219179153442,
"start": 3159,
"tag": "EMAIL",
"value": "thing@gmail.com"
}
] | null | [] | import java.awt.FlowLayout;
import java.awt.Font;
import java.awt.HeadlessException;
import javax.swing.*;
import java.awt.event.*;
import java.sql.SQLException;
public class CreateNewAccountGUI extends JFrame{
private User user;
private JPanel mainPanel;
private JLabel amountLabel;
private JLabel message;
pr... | 3,218 | 0.685369 | 0.676069 | 114 | 27.298246 | 23.478594 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.429825 | false | false | 14 |
a086f7205a469fa7b521ff97ea123c9af69b5900 | 7,980,049,286,105 | f174db8f24e6d03f04cb900b15a270b0863417d1 | /ctldb/src/main/java/com/nnlightctl/jdbcdao/LightDao.java | 8c576e98a26c3821f0472ba5aa2bd6485334bbf8 | [] | no_license | zhuashaoweiwu/nnlightctl-1 | https://github.com/zhuashaoweiwu/nnlightctl-1 | 3c8de987acd5e9b5081414626ad2fe8bcf00a2a3 | 800bfe6b2cde00d61a14f50a0cd23ee4c105781c | refs/heads/master | 2020-05-14T13:03:58.125000 | 2019-07-01T06:11:30 | 2019-07-01T06:11:30 | 181,803,334 | 1 | 3 | null | true | 2019-04-17T02:35:13 | 2019-04-17T02:35:12 | 2019-04-17T01:57:30 | 2019-04-16T03:50:41 | 9,073 | 0 | 0 | 0 | null | false | false | package com.nnlightctl.jdbcdao;
import com.nnlight.common.Tuple;
import com.nnlightctl.net.CommandData;
import com.nnlightctl.po.Lighting;
import com.nnlightctl.request.LightConditionRequest;
import com.nnlightctl.vo.LightingView;
import java.util.List;
public interface LightDao {
int clearLightBeEleboxBeLoop(Li... | UTF-8 | Java | 594 | java | LightDao.java | Java | [] | null | [] | package com.nnlightctl.jdbcdao;
import com.nnlight.common.Tuple;
import com.nnlightctl.net.CommandData;
import com.nnlightctl.po.Lighting;
import com.nnlightctl.request.LightConditionRequest;
import com.nnlightctl.vo.LightingView;
import java.util.List;
public interface LightDao {
int clearLightBeEleboxBeLoop(Li... | 594 | 0.813131 | 0.813131 | 19 | 30.263159 | 30.068068 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.684211 | false | false | 14 |
dad5936a0c2c4bf9d3ca301d051f0055a7fb3e33 | 13,262,859,064,344 | 6044c56b30fd9fd7bdae7a53ce4313be9ac9dea0 | /src/main/java/org/apache/maven/plugins/jdee/CleanMojo.java | 579311331e954043c30f990a7780b36f4730943d | [] | no_license | songuo/m2jdee | https://github.com/songuo/m2jdee | e5da0396bc819daa0baa16c54f0fa3ab00837fd6 | 331e54d0229f45608699c92cc1f34128a53a2754 | refs/heads/master | 2021-03-12T23:35:59.895000 | 2013-06-12T08:00:05 | 2013-06-12T08:00:05 | 10,637,927 | 4 | 3 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License");... | UTF-8 | Java | 2,006 | java | CleanMojo.java | Java | [] | null | [] | /**
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License");... | 2,006 | 0.676969 | 0.674975 | 60 | 31.433332 | 24.485619 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.366667 | false | false | 14 |
0bcfd6146873289f232e00e8abcefaca96a27042 | 21,492,016,361,741 | 7eff5040aa21530a05f9527e3e13ba6ae0213d7e | /src/com/youyi/action/LoginController.java | 49b2ea95774f634dd626f10cc9267baee4aa8011 | [] | no_license | hermanzzp/youyi | https://github.com/hermanzzp/youyi | c77ed015dd2b4f2481390a12431610228dac58c3 | e28be063f730dd523a525e29574dfb7a4fa9bdca | refs/heads/master | 2018-01-09T12:09:22.433000 | 2015-10-28T07:52:21 | 2015-10-28T07:52:21 | 44,893,290 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.youyi.action;
import java.util.List;
import javax.annotation.Resource;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.ResponseBody;
import com.youyi.po.UserInfo;
import com.youyi.s... | UTF-8 | Java | 1,528 | java | LoginController.java | Java | [
{
"context": "ouyi.util.JsonUtil;\r\n\r\n/**\r\n * 登录\r\n * \r\n * @author Administrator\r\n *\r\n */\r\n@Controller\r\n@RequestMapping(\"login.do\"",
"end": 421,
"score": 0.7094180583953857,
"start": 408,
"tag": "NAME",
"value": "Administrator"
}
] | null | [] | package com.youyi.action;
import java.util.List;
import javax.annotation.Resource;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.ResponseBody;
import com.youyi.po.UserInfo;
import com.youyi.s... | 1,528 | 0.723262 | 0.719251 | 59 | 23.38983 | 25.276785 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.152542 | false | false | 14 |
205246de43be3803cb9e796a8f827b1f7225a001 | 9,887,014,754,110 | 52b9f7fdc9ffc07f2284edbe0c352d7930bb8abf | /src/main/java/homework/springthymeleaf/Service/CategoriesServiceImp.java | e01a45a838d19ad2b156f019a4520944f1261864 | [] | no_license | SenNavy/Homework-spring | https://github.com/SenNavy/Homework-spring | dc292b23fc9177167d5e2eb004a498daccf01646 | 256894211ea289c4c878fcd5a4764ae67a6680d3 | refs/heads/master | 2022-09-26T18:15:57.386000 | 2019-06-19T15:16:15 | 2019-06-19T15:16:15 | 190,726,881 | 0 | 0 | null | false | 2022-09-08T01:00:48 | 2019-06-07T10:37:11 | 2019-06-19T15:16:47 | 2022-09-08T01:00:45 | 23,962 | 0 | 0 | 2 | HTML | false | false | package homework.springthymeleaf.Service;
import homework.springthymeleaf.Repository.CategoriesRepo.CategoriesRepository;
import homework.springthymeleaf.Repository.Model.Categories;
import homework.springthymeleaf.Service.CategoriesService.CategoriesService;
import org.springframework.beans.factory.annotation.Autowire... | UTF-8 | Java | 1,144 | java | CategoriesServiceImp.java | Java | [] | null | [] | package homework.springthymeleaf.Service;
import homework.springthymeleaf.Repository.CategoriesRepo.CategoriesRepository;
import homework.springthymeleaf.Repository.Model.Categories;
import homework.springthymeleaf.Service.CategoriesService.CategoriesService;
import org.springframework.beans.factory.annotation.Autowire... | 1,144 | 0.770105 | 0.770105 | 37 | 29.918919 | 24.947922 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.351351 | false | false | 14 |
245b550c6d5a8431c11ee70bb04b63271b3f786e | 17,557,826,356,543 | 77220f9b0af1c73ff03f994c5fe5fb429498d69e | /UploadDashboard/src/gov/noaa/pmel/dashboard/client/DatasetDataColumn.java | 48246525f1d6b0a06d314a6dbad0c799e6a1e753 | [
"Unlicense"
] | permissive | NOAA-PMEL/OAPDashboard | https://github.com/NOAA-PMEL/OAPDashboard | 11a802198011740fc2a47a73f702c5c970ebd37e | af0c49739fe45e5fa5e3094b203f22520040034b | refs/heads/master | 2023-07-13T21:03:56.655000 | 2023-06-22T21:08:47 | 2023-06-22T21:08:47 | 53,094,558 | 0 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
*
*/
package gov.noaa.pmel.dashboard.client;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.TreeSet;
import java.util.logging.Level;
import java.util.logging.Logger;
import com.google.gwt.cell.client.Cell;
import com.... | UTF-8 | Java | 18,688 | java | DatasetDataColumn.java | Java | [
{
"context": "put for specifying a missing value.\n * \n * @author Karl Smith\n */\npublic class DatasetDataColumn {\n\n\tstatic fin",
"end": 1567,
"score": 0.9997175335884094,
"start": 1557,
"tag": "NAME",
"value": "Karl Smith"
}
] | null | [] | /**
*
*/
package gov.noaa.pmel.dashboard.client;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.TreeSet;
import java.util.logging.Level;
import java.util.logging.Logger;
import com.google.gwt.cell.client.Cell;
import com.... | 18,684 | 0.599155 | 0.597442 | 405 | 45.143211 | 30.938158 | 152 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.118519 | false | false | 14 |
287f4ef08eab5109a9a6f43b16f109c82a4bfa92 | 7,275,674,633,073 | e2e4ae64472842c97cca39da846eef944195f967 | /src/com/example/asee_002/MainActivity.java | 1a04d70ca7e171713aaedcbd395421538e5fdbea | [] | no_license | alvarogzp/ASEEUEx_Ejemplo | https://github.com/alvarogzp/ASEEUEx_Ejemplo | 542f4b4b765f5c9659c45dd3810125c93def64d0 | 1e508fb157dd14ad31482de91643e133b20a6a7d | refs/heads/master | 2020-12-29T02:55:40.538000 | 2013-10-01T17:23:09 | 2013-10-01T17:23:09 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.asee_002;
import java.util.ArrayList;
import java.util.List;
import android.app.ListActivity;
import android.content.Intent;
import android.os.Bundle;
import android.util.Log;
import android.view.ActionMode;
import android.view.Menu;
import android.view.MenuInflater;
import android.view.MenuItem... | UTF-8 | Java | 6,518 | java | MainActivity.java | Java | [] | null | [] | package com.example.asee_002;
import java.util.ArrayList;
import java.util.List;
import android.app.ListActivity;
import android.content.Intent;
import android.os.Bundle;
import android.util.Log;
import android.view.ActionMode;
import android.view.Menu;
import android.view.MenuInflater;
import android.view.MenuItem... | 6,518 | 0.672292 | 0.670604 | 188 | 33.670212 | 25.89027 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.819149 | false | false | 14 |
680d5018ad3811040966d51cca76360c18cd2c6a | 30,812,095,435,574 | 3d693a522e909d76f8776d5c3cb89fcc427bcef4 | /aip-validator-api/src/main/java/de/bund/bsi/tresor/aip/validator/api/entity/SyntaxValidationResult.java | 47a37105ca1a6a623d4ba73cc298753e9d6eb253 | [
"Apache-2.0"
] | permissive | matheller/tr-esor-AIP-eIDAS-SigValidator | https://github.com/matheller/tr-esor-AIP-eIDAS-SigValidator | fb4e1435bad80a023399ab0d33324b31c266d642 | 5163b741da8621a36187910af1bc2de35f66d84a | refs/heads/master | 2023-08-25T19:42:55.790000 | 2021-08-09T07:00:35 | 2021-08-09T07:00:35 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*-
* Copyright (c) 2020
* Federal Office for Information Security (BSI),
* Godesberger Allee 185-189,
* 53175 Bonn, Germany,
* phone: +49 228 99 9582-0,
* fax: +49 228 99 9582-5400,
* e-mail: bsi@bsi.bund.de
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file excep... | UTF-8 | Java | 2,407 | java | SyntaxValidationResult.java | Java | [
{
"context": " Federal Office for Information Security (BSI),\n * Godesberger Allee 185-189,\n * 53175 Bonn, Germany,\n * phone: +49 22",
"end": 96,
"score": 0.9947531819343567,
"start": 79,
"tag": "NAME",
"value": "Godesberger Allee"
},
{
"context": "9 9582-0,\n * fax: +49 228 99 95... | null | [] | /*-
* Copyright (c) 2020
* Federal Office for Information Security (BSI),
* <NAME> 185-189,
* 53175 Bonn, Germany,
* phone: +49 228 99 9582-0,
* fax: +49 228 99 9582-5400,
* e-mail: <EMAIL>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance wit... | 2,388 | 0.705442 | 0.685501 | 69 | 33.884056 | 33.238068 | 138 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.362319 | false | false | 14 |
19a55734035d961e7edee66c041da1aa90812734 | 21,062,519,653,649 | 47781327a044fd613d5be81c275392749ae64f62 | /src/main/java/com/demo/IncrementCounter/IncrementEntity.java | 646ecce44b0a6aeb20c908acdfb6bff15f73b97c | [] | no_license | gauravkumpawat/IncrementCounter | https://github.com/gauravkumpawat/IncrementCounter | 28025d0d89360819a5b9ad0efcaef5cd956f66b3 | 097af7fe38acd5aea7fa7b7059a5b7b25826badd | refs/heads/main | 2023-04-20T10:19:49.939000 | 2021-05-21T15:14:26 | 2021-05-21T15:14:26 | 369,564,788 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.demo.IncrementCounter;
import javax.persistence.Table;
import javax.persistence.Entity;
import javax.persistence.Id;
@Entity
@Table(name="Counter")
public class IncrementEntity {
@Id
private int id;
private long sno;
public int getId() {
return id;
}
public void setId(int id) {
this.id = id;... | UTF-8 | Java | 671 | java | IncrementEntity.java | Java | [] | null | [] | package com.demo.IncrementCounter;
import javax.persistence.Table;
import javax.persistence.Entity;
import javax.persistence.Id;
@Entity
@Table(name="Counter")
public class IncrementEntity {
@Id
private int id;
private long sno;
public int getId() {
return id;
}
public void setId(int id) {
this.id = id;... | 671 | 0.646796 | 0.646796 | 51 | 12.156863 | 13.805899 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.098039 | false | false | 14 |
a33f6a368b5290028e7dd5e98cd1db300d08f913 | 21,062,519,656,107 | 27081c1d20ab435db3b38e7302e6559937c98ed6 | /app/src/main/java/com/niceinterface/bean/FunctionParams.java | 20564de3be6a0a0f70b7875d62f827bda14469c5 | [] | no_license | HLQ-Struggle/NiceInterface | https://github.com/HLQ-Struggle/NiceInterface | 3a1dca469dcc8a7a4dd30c920c68aa11ba08823c | e7ca7fcc7dd8564ca6947c8529f942534de07f33 | refs/heads/master | 2021-06-26T14:36:47.595000 | 2017-09-12T17:32:23 | 2017-09-12T17:32:23 | 103,286,903 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.niceinterface.bean;
import android.os.Bundle;
import java.util.HashMap;
import java.util.Map;
/**
* Created by HLQ on 2017/9/12
*/
public class FunctionParams {
private Bundle mParams = new Bundle(1);
private int mIndex = -1;
private Map mObjectParams = new HashMap(1);
public Function... | UTF-8 | Java | 1,796 | java | FunctionParams.java | Java | [
{
"context": ".HashMap;\nimport java.util.Map;\n\n/**\n * Created by HLQ on 2017/9/12\n */\npublic class FunctionParams {\n\n ",
"end": 130,
"score": 0.9995886087417603,
"start": 127,
"tag": "USERNAME",
"value": "HLQ"
}
] | null | [] | package com.niceinterface.bean;
import android.os.Bundle;
import java.util.HashMap;
import java.util.Map;
/**
* Created by HLQ on 2017/9/12
*/
public class FunctionParams {
private Bundle mParams = new Bundle(1);
private int mIndex = -1;
private Map mObjectParams = new HashMap(1);
public Function... | 1,796 | 0.5 | 0.493714 | 91 | 18.23077 | 16.51977 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.241758 | false | false | 14 |
54d83224feb9cdb56e494c22bbc5c32e73a35e42 | 35,304,631,199,157 | 7fe8f01ca863848c6f566e7597e8507f75249b57 | /src/main/java/org/tothought/data/validators/ExperienceValidator.java | ffb5f4b2ebbf41070debf028224c2a8c584464de | [] | no_license | kmb385/toThought | https://github.com/kmb385/toThought | 46119e734ff7519d74c0c5edecac17f0bd7d055e | 2e4891a2e3bcb04fea15d695f5a3789492dc7294 | HEAD | 2018-12-28T08:45:12.767000 | 2014-06-15T13:44:40 | 2014-06-15T13:44:40 | 14,629,660 | 1 | 8 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.tothought.data.validators;
import org.springframework.validation.Errors;
import org.springframework.validation.ValidationUtils;
import org.springframework.validation.Validator;
import org.tothought.data.entities.Experience;
public class ExperienceValidator implements Validator {
public boolean supports(... | UTF-8 | Java | 952 | java | ExperienceValidator.java | Java | [] | null | [] | package org.tothought.data.validators;
import org.springframework.validation.Errors;
import org.springframework.validation.ValidationUtils;
import org.springframework.validation.Validator;
import org.tothought.data.entities.Experience;
public class ExperienceValidator implements Validator {
public boolean supports(... | 952 | 0.787815 | 0.787815 | 25 | 37.080002 | 30.046524 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.88 | false | false | 14 |
59ae060a3a360123daf74fd0b7f6b92305441c5b | 33,552,284,556,849 | 2d7a5a121305e8c0cc95238de2b7068dad424739 | /app/src/main/java/com/myntra/gopi/presenters/MemoryGamePresenter.java | 4c5afcc4916b7dd47dae7a295287a313db0d8e00 | [
"MIT"
] | permissive | adityadees/Asah-Otak | https://github.com/adityadees/Asah-Otak | a37dfb52f32f062a88e9c145059b357256c824e5 | e16f515ab37781da098557edb6d611592b70b25f | refs/heads/master | 2023-01-08T18:35:59.509000 | 2020-11-08T07:34:50 | 2020-11-08T07:34:50 | 311,009,462 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.myntra.gopi.presenters;
import android.app.Activity;
import android.support.v4.util.Pair;
import com.google.gson.Gson;
import com.myntra.gopi.GameConfig;
import com.myntra.gopi.apiAdapters.GameApiAdapter;
import com.myntra.gopi.domains.GameItem;
import com.myntra.gopi.domains.GameItemWrapper;
import com.m... | UTF-8 | Java | 7,905 | java | MemoryGamePresenter.java | Java | [] | null | [] | package com.myntra.gopi.presenters;
import android.app.Activity;
import android.support.v4.util.Pair;
import com.google.gson.Gson;
import com.myntra.gopi.GameConfig;
import com.myntra.gopi.apiAdapters.GameApiAdapter;
import com.myntra.gopi.domains.GameItem;
import com.myntra.gopi.domains.GameItemWrapper;
import com.m... | 7,905 | 0.662366 | 0.65933 | 170 | 45.5 | 35.980263 | 168 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.711765 | false | false | 14 |
1f92582f4708e0d868991a9836d622f2bb82935b | 34,737,695,518,700 | fc7c36609126e29e3052a0cf14e95347fb81336c | /FinalProject/src/view/GameView.java | 50c736cbfc6c7a9d8954d33e4af0704a841970d9 | [] | no_license | VaethMMR/335RedSquadron | https://github.com/VaethMMR/335RedSquadron | 97620a154df86059618748022bd237b9ed955884 | 33eaa122603603005213adb193cd1ec032e6c4c6 | refs/heads/master | 2021-03-30T16:02:09.835000 | 2015-05-07T06:59:34 | 2015-05-07T06:59:34 | 33,888,153 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package view;
import java.awt.BorderLayout;
import java.awt.Dimension;
import java.awt.Font;
import java.awt.GridLayout;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.FocusEvent;
import java.awt.event.FocusListener;
import java.util.ArrayList;
import java.util.List;
imp... | UTF-8 | Java | 11,561 | java | GameView.java | Java | [] | null | [] | package view;
import java.awt.BorderLayout;
import java.awt.Dimension;
import java.awt.Font;
import java.awt.GridLayout;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.FocusEvent;
import java.awt.event.FocusListener;
import java.util.ArrayList;
import java.util.List;
imp... | 11,561 | 0.69648 | 0.691809 | 360 | 31.11389 | 23.115431 | 175 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.188889 | false | false | 14 |
2b23edf9dc3b3f713ca130a04dc7e1acaed8631a | 5,385,889,029,259 | 67dc6992ffa5e3f89dfc6d7f8741d33b73b66631 | /driver/src/test/java/org/neo4j/driver/internal/DirectConnectionProviderTest.java | b19c41e098ea367e8c955030140291c2caea13af | [
"MIT-0",
"Apache-2.0",
"MIT"
] | permissive | neo4j/neo4j-java-driver | https://github.com/neo4j/neo4j-java-driver | 832dc5f9b531b9b8e3ed6fc511b3abd9c52dfe10 | 198adcc6c5376fe6d684dd02e709b33663fc68b1 | refs/heads/5.0 | 2023-09-06T05:29:21.987000 | 2023-08-31T12:42:27 | 2023-08-31T12:42:27 | 34,007,506 | 338 | 186 | Apache-2.0 | false | 2023-08-31T12:42:28 | 2015-04-15T17:08:15 | 2023-08-30T06:44:02 | 2023-08-31T12:42:27 | 13,684 | 305 | 149 | 12 | Java | false | false | /*
* Copyright (c) "Neo4j"
* Neo4j Sweden AB [http://neo4j.com]
*
* This file is part of Neo4j.
*
* 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/license... | UTF-8 | Java | 6,638 | java | DirectConnectionProviderTest.java | Java | [
{
"context": "/*\n * Copyright (c) \"Neo4j\"\n * Neo4j Sweden AB [http://neo4j.com]\n *\n * Th",
"end": 24,
"score": 0.7011018395423889,
"start": 21,
"tag": "USERNAME",
"value": "Neo"
},
{
"context": "/*\n * Copyright (c) \"Neo4j\"\n * Neo4j Sweden AB [http://neo4j.com]\n *\n * This"... | null | [] | /*
* Copyright (c) "Neo4j"
* Neo4j Sweden AB [http://neo4j.com]
*
* This file is part of Neo4j.
*
* 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/license... | 6,638 | 0.728985 | 0.722959 | 160 | 40.487499 | 28.664654 | 106 | false | false | 0 | 0 | 0 | 0 | 65 | 0.009792 | 0.74375 | false | false | 14 |
7ca915bed8e20ef3cc5aa6903231b6e16df75678 | 34,806,414,989,940 | 870198d78a0a1bc0c566046af66893128b3aa09e | /app/src/main/java/com/example/parkly/DataBase/Tables/ParkingArea.java | a0e7d8f78fb325846410310a5d069e91640e2f04 | [] | no_license | BugHuntersKTU/Parkly | https://github.com/BugHuntersKTU/Parkly | 256e6da213d2f604ba8b47e3c78b37eecfe0c8e5 | b3ae56de32a4efa3eabc16c11f1f8f36c6d6709b | refs/heads/developer | 2021-04-27T00:18:28.671000 | 2018-06-04T12:45:49 | 2018-06-04T12:45:49 | 123,693,922 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.parkly.DataBase.Tables;
import android.arch.persistence.room.ColumnInfo;
import android.arch.persistence.room.Entity;
import android.arch.persistence.room.PrimaryKey;
/**
* Created by Giedrius on 2018-03-12.
*/
@Entity(tableName = "ParkingAreas")
public class ParkingArea {
@PrimaryKey(autoG... | UTF-8 | Java | 871 | java | ParkingArea.java | Java | [
{
"context": "ch.persistence.room.PrimaryKey;\n\n/**\n * Created by Giedrius on 2018-03-12.\n */\n\n@Entity(tableName = \"ParkingA",
"end": 215,
"score": 0.999452531337738,
"start": 207,
"tag": "NAME",
"value": "Giedrius"
}
] | null | [] | package com.example.parkly.DataBase.Tables;
import android.arch.persistence.room.ColumnInfo;
import android.arch.persistence.room.Entity;
import android.arch.persistence.room.PrimaryKey;
/**
* Created by Giedrius on 2018-03-12.
*/
@Entity(tableName = "ParkingAreas")
public class ParkingArea {
@PrimaryKey(autoG... | 871 | 0.646383 | 0.637199 | 44 | 18.795454 | 17.73489 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.295455 | false | false | 14 |
60f89170d42e28e27535bcb849802b1724cd2674 | 35,227,321,774,657 | a3955d2d9f34bc28521a209561baeae268c127fa | /app/src/main/java/net/northwestvision/vsoWeatherProject/datastructure/DailyStruct.java | fbf36b94435168247677f70b69d582df0e364213 | [] | no_license | dimitrow7/VSO_Android_Final_Project | https://github.com/dimitrow7/VSO_Android_Final_Project | 9527aa9f3d275b402c039858473ff992a349c6b3 | 3608c39db479845640a89eec25ac40932231da29 | refs/heads/master | 2021-01-20T18:16:24.438000 | 2016-07-11T20:35:48 | 2016-07-11T20:35:48 | 62,913,793 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package net.northwestvision.vsoWeatherProject.datastructure;
/**
* Created by Acer on 02.07.2016.
*/
public class DailyStruct {
public String summary;
public String icon;
public DailyData[] data;
}
| UTF-8 | Java | 214 | java | DailyStruct.java | Java | [
{
"context": "soWeatherProject.datastructure;\n\n/**\n * Created by Acer on 02.07.2016.\n */\npublic class DailyStruct {\n ",
"end": 82,
"score": 0.6777653098106384,
"start": 80,
"tag": "NAME",
"value": "Ac"
},
{
"context": "eatherProject.datastructure;\n\n/**\n * Created by Acer on ... | null | [] | package net.northwestvision.vsoWeatherProject.datastructure;
/**
* Created by Acer on 02.07.2016.
*/
public class DailyStruct {
public String summary;
public String icon;
public DailyData[] data;
}
| 214 | 0.719626 | 0.682243 | 11 | 18.454546 | 18.157711 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.363636 | false | false | 14 |
f82820ac649caca761e6ef52024b4877f777150a | 20,641,612,895,965 | dda4caa8a9164d6901e0c2be1a9519b5156a56fe | /SDBui/src/java/com/sdb/validations/GenericValidator.java | d7e7cbe23d56166b15a28802251ef1caf0ab7d31 | [] | no_license | fgtorres/SDB | https://github.com/fgtorres/SDB | a181ac783f39975584c4c111f553d2bca6e5d3b3 | 3172aeee5cdec7b18356b2b5a61ca5484a7480cb | refs/heads/master | 2015-09-24T10:02:44.530000 | 2015-07-10T01:09:57 | 2015-07-10T01:09:57 | 37,289,770 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.sdb.validations;
public class GenericValidator {
public static boolean isNumeric(String s) {
try {
Long.parseLong(s);
return true;
} catch (NumberFormatException ex) {
return false;
}
}
public static boolean isEmail(String s) {
... | UTF-8 | Java | 828 | java | GenericValidator.java | Java | [] | null | [] | package com.sdb.validations;
public class GenericValidator {
public static boolean isNumeric(String s) {
try {
Long.parseLong(s);
return true;
} catch (NumberFormatException ex) {
return false;
}
}
public static boolean isEmail(String s) {
... | 828 | 0.428744 | 0.428744 | 39 | 20.23077 | 14.066621 | 48 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25641 | false | false | 14 |
c9301a81ab08c80dbe5f94099deec72cf3c34d17 | 15,942,918,637,730 | c2f73363d6ff0b700e0114fe75af3f18457f6739 | /Data-Structures/DataStructures/src/list/LinkedList.java | e9df106df52c4f291a84af793ec0f8871d61af7d | [
"MIT"
] | permissive | caow2/Data-Struc | https://github.com/caow2/Data-Struc | 9a8b4b10e61ce5fb5ba44b5fb9b3fe7c452e2cac | 3308592d57e23e9af2809aa1a230a0eeafb4c0d2 | refs/heads/master | 2020-03-20T02:43:49.778000 | 2018-09-16T23:47:24 | 2018-09-16T23:47:24 | 137,122,775 | 0 | 0 | MIT | false | 2018-07-23T00:57:56 | 2018-06-12T20:14:24 | 2018-07-22T03:24:11 | 2018-07-23T00:57:56 | 54 | 0 | 0 | 0 | Java | false | null | package list;
//Doubly Linked List
public class LinkedList<E> {
//Node for LinkedLists
private class Node<E> {
Node<E> prev;
E value;
Node<E> next;
public Node(Node<E> prev, Node<E> next, E elem) {
this.prev = prev;
this.value = elem;
this.ne... | UTF-8 | Java | 3,269 | java | LinkedList.java | Java | [] | null | [] | package list;
//Doubly Linked List
public class LinkedList<E> {
//Node for LinkedLists
private class Node<E> {
Node<E> prev;
E value;
Node<E> next;
public Node(Node<E> prev, Node<E> next, E elem) {
this.prev = prev;
this.value = elem;
this.ne... | 3,269 | 0.463444 | 0.460385 | 136 | 23.036764 | 16.264093 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.610294 | false | false | 14 |
b2ca554cec0850abd08d9c28dc83821424a74516 | 15,942,918,637,331 | 07671f22f138ebbc36ac0047ef0d82fdc983b7a9 | /app/src/main/java/com/example/a77_da_000/brick/EditActivity.java | 371414b84a6f3fb3a1bab15bdc56ac16cded6510 | [] | no_license | dankaki/Brick | https://github.com/dankaki/Brick | 78a6837e0427772d70f23086d3b4b100a54475e9 | df02a0d02b96455019a797e49b420ae049133a25 | refs/heads/master | 2020-12-03T01:44:47.540000 | 2017-07-03T13:51:32 | 2017-07-03T13:51:32 | 95,782,777 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.a77_da_000.brick;
import android.app.AlertDialog;
import android.content.DialogInterface;
import android.content.SharedPreferences;
import android.os.Bundle;
import android.support.design.widget.FloatingActionButton;
import android.support.design.widget.Snackbar;
import android.support.v7.app.AppCo... | UTF-8 | Java | 4,139 | java | EditActivity.java | Java | [] | null | [] | package com.example.a77_da_000.brick;
import android.app.AlertDialog;
import android.content.DialogInterface;
import android.content.SharedPreferences;
import android.os.Bundle;
import android.support.design.widget.FloatingActionButton;
import android.support.design.widget.Snackbar;
import android.support.v7.app.AppCo... | 4,139 | 0.54965 | 0.545784 | 100 | 40.389999 | 23.378578 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.75 | false | false | 14 |
836f109c848ed89c660e75e65543ef33fb7b32ab | 5,377,299,071,491 | f5faaea2a565d69be257744860c13d52a3fe2b0e | /nerve/converter/converter-main/src/main/java/network/nerve/converter/rpc/call/ConsensusCall.java | a09c015bcf3ced3d8d4224dfc895242524ed8f77 | [
"MIT"
] | permissive | NerveNetwork/nerve | https://github.com/NerveNetwork/nerve | 6e449bc329a649547af85b1e8fa8b104bf10f660 | 7379bdab28f62e1c7be6e9e72dcd55aa670b593a | refs/heads/master | 2023-08-03T14:47:18.894000 | 2023-07-29T11:17:32 | 2023-07-29T11:17:32 | 238,840,114 | 104 | 33 | MIT | false | 2022-06-02T09:51:11 | 2020-02-07T04:01:12 | 2022-01-21T16:13:48 | 2022-06-02T09:51:09 | 60,098 | 86 | 32 | 64 | Java | false | false | /**
* MIT License
* <p>
* Copyright (c) 2019-2022 nerve.network
* <p>
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to... | UTF-8 | Java | 7,422 | java | ConsensusCall.java | Java | [
{
"context": ".util.List;\nimport java.util.Map;\n\n/**\n * @author: Loki\n * @date: 2020-03-02\n */\npublic class ConsensusCa",
"end": 1933,
"score": 0.9716107249259949,
"start": 1929,
"tag": "USERNAME",
"value": "Loki"
}
] | null | [] | /**
* MIT License
* <p>
* Copyright (c) 2019-2022 nerve.network
* <p>
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to... | 7,422 | 0.63616 | 0.632102 | 182 | 38.263737 | 29.268494 | 108 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.774725 | false | false | 14 |
bcb8f3f896ad6dd3268c034111dcf11c369922f8 | 19,061,064,868,276 | ba005c6729aed08554c70f284599360a5b3f1174 | /lib/selenium-server-standalone-3.4.0/net/sourceforge/htmlunit/corejs/javascript/ContextFactory.java | 57bb1a3c2258c9974da318044cb11df378703481 | [] | no_license | Viral-patel703/Testyourbond-aut0 | https://github.com/Viral-patel703/Testyourbond-aut0 | f6727a6da3b1fbf69cc57aeb89e15635f09e249a | 784ab7a3df33d0efbd41f3adadeda22844965a56 | refs/heads/master | 2020-08-09T00:27:26.261000 | 2017-11-07T10:12:05 | 2017-11-07T10:12:05 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package net.sourceforge.htmlunit.corejs.javascript;
import java.security.AccessController;
import java.security.PrivilegedAction;
import net.sourceforge.htmlunit.corejs.javascript.xml.XMLLib.Factory;
public class Co... | UTF-8 | Java | 7,406 | java | ContextFactory.java | Java | [] | null | [] | package net.sourceforge.htmlunit.corejs.javascript;
import java.security.AccessController;
import java.security.PrivilegedAction;
import net.sourceforge.htmlunit.corejs.javascript.xml.XMLLib.Factory;
public class Co... | 7,406 | 0.609371 | 0.598164 | 631 | 10.736925 | 18.618122 | 112 | false | false | 0 | 0 | 0 | 0 | 111 | 0.014988 | 0.199683 | false | false | 14 |
e4d1b1f255c9bfa751573f8612d8f504d79f7d9d | 32,418,413,178,759 | 0b7b433a259bf598841e9515614841199fca8f40 | /webapp/src/main/java/com/jk/action/SessionListener.java | 458349568cb635db7371a1b3b54410722c9f6aa5 | [] | no_license | qishaming/nbsp | https://github.com/qishaming/nbsp | 45aa5de98cdb5c367d362f5031a26beee5fbea0b | 3a10c3d4d23aba155d58d913061b8214e8d57475 | refs/heads/master | 2020-03-18T23:00:50.858000 | 2018-05-30T02:41:12 | 2018-05-30T02:41:12 | 132,601,484 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jk.action;
import javax.servlet.http.HttpSessionAttributeListener;
import javax.servlet.http.HttpSessionBindingEvent;
import javax.servlet.http.HttpSessionEvent;
import javax.servlet.http.HttpSessionListener;
public class SessionListener implements HttpSessionListener,HttpSessionAttributeListener {
@O... | UTF-8 | Java | 905 | java | SessionListener.java | Java | [] | null | [] | package com.jk.action;
import javax.servlet.http.HttpSessionAttributeListener;
import javax.servlet.http.HttpSessionBindingEvent;
import javax.servlet.http.HttpSessionEvent;
import javax.servlet.http.HttpSessionListener;
public class SessionListener implements HttpSessionListener,HttpSessionAttributeListener {
@O... | 905 | 0.77369 | 0.77369 | 34 | 25.382353 | 29.831896 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.235294 | false | false | 14 |
0516487e573869558b7945e0db7bf6372c21c6a2 | 32,418,413,174,528 | 84154ab749a66c645aae37b224be3eae45bf1322 | /src/GamePageHard.java | 550c91ec6ca8bab239f61dcf9635e95a9d96daed | [] | no_license | omitum/Dots_Boxes | https://github.com/omitum/Dots_Boxes | 6537378e4170f9d0316b203f4c9b545289e8c035 | d17a822fe797387adac034407ac69bb1bdba3258 | refs/heads/master | 2021-01-18T22:18:02.562000 | 2017-08-17T03:34:15 | 2017-08-17T03:34:15 | 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 ai_pro;
/**
*
* @author Vish Version
*/
import java.awt.Color;
import java.awt.Font;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.util.ArrayList;
import java.util.Array... | UTF-8 | Java | 50,414 | java | GamePageHard.java | Java | [
{
"context": "the editor.\n */\npackage ai_pro;\n\n/**\n *\n * @author Vish Version\n */\nimport java.awt.Color;\nimport java.awt.Font;\n",
"end": 147,
"score": 0.9998345375061035,
"start": 135,
"tag": "NAME",
"value": "Vish Version"
}
] | null | [] | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package ai_pro;
/**
*
* @author <NAME>
*/
import java.awt.Color;
import java.awt.Font;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.util.ArrayList;
import java.util.Arrays;
imp... | 50,408 | 0.371583 | 0.353791 | 1,199 | 41.046707 | 32.836407 | 314 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.610509 | false | false | 14 |
05ecf9a3e8b82b03e68c60176cfff195c4ac4cf9 | 26,938,034,917,934 | 0e9cf007c5217d9604c040a747bb69e91f4789d4 | /src/main/java/com/theprophet31337/prophecy/ast/ProphecyAstVisitorDispatcher.java | b7421948b4af714e35b110e9aa2ad689437d75cf | [] | no_license | dmitrykolesnikovich/prophecy | https://github.com/dmitrykolesnikovich/prophecy | 03d350428bd14c509d5119c4ffba94bc411a8ef6 | 8548cba6d85851f47ab5155f928d011861c72b8f | refs/heads/master | 2021-09-25T10:17:27.488000 | 2018-10-20T23:47:16 | 2018-10-20T23:47:16 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.theprophet31337.prophecy.ast;
public class ProphecyAstVisitorDispatcher
{
public static <T> T dispatchVisitor(ProphecyAstVisitor<T> visitor, ProphecyAstNode node)
{
switch (node.getType()) {
case BLOCK:
return visitor.visitBlock(node);
case FILE:
return visitor.visitFile(node);
case ... | UTF-8 | Java | 3,218 | java | ProphecyAstVisitorDispatcher.java | Java | [] | null | [] | package com.theprophet31337.prophecy.ast;
public class ProphecyAstVisitorDispatcher
{
public static <T> T dispatchVisitor(ProphecyAstVisitor<T> visitor, ProphecyAstNode node)
{
switch (node.getType()) {
case BLOCK:
return visitor.visitBlock(node);
case FILE:
return visitor.visitFile(node);
case ... | 3,218 | 0.693288 | 0.691734 | 173 | 17.601156 | 16.874834 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.566474 | false | false | 14 |
5d085dcb0ed31b1720dba310578ea49067d8e70d | 15,917,148,817,475 | 00d5b4eed76dde077ca6854f89165fc50fc37561 | /app/src/main/java/com/example/luissilva/poujamv/MyService.java | 38a1cc133907449e7816c2974b463dfe5f4c9560 | [] | no_license | lpaulobos/PouAndroid | https://github.com/lpaulobos/PouAndroid | a1e16deacfd9713f4137b37a8eb3bb6cdf3ac941 | ce9036a45750a05da4550f017e44ecc84617a4f2 | refs/heads/master | 2021-01-10T23:12:58.815000 | 2016-10-21T17:03:54 | 2016-10-21T17:03:54 | 70,607,813 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.luissilva.poujamv;
import android.app.Service;
import android.content.Intent;
import android.os.Binder;
import android.os.IBinder;
import android.util.Log;
import android.widget.Toast;
public class MyService extends Service implements Runnable, Counter{
protected int count;
private boolean... | UTF-8 | Java | 2,850 | java | MyService.java | Java | [
{
"context": "package com.example.luissilva.poujamv;\n\nimport android.app.Service;\nimport andr",
"end": 29,
"score": 0.9351906776428223,
"start": 20,
"tag": "USERNAME",
"value": "luissilva"
},
{
"context": " SAMPLE onStart()\");\n Toast.makeText(this,\"Bob Esponja está vivo ... | null | [] | package com.example.luissilva.poujamv;
import android.app.Service;
import android.content.Intent;
import android.os.Binder;
import android.os.IBinder;
import android.util.Log;
import android.widget.Toast;
public class MyService extends Service implements Runnable, Counter{
protected int count;
private boolean... | 2,850 | 0.593893 | 0.588628 | 109 | 25.137615 | 23.38331 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.541284 | false | false | 14 |
4b3fb6780dafe8e18ceacefb705dd15967270faa | 33,337,536,162,672 | ee81b0cedd020dcd9e25e3834852e2888d3efed2 | /src/main/java/com/arrendamiento/proyect/dto/TipoDocumentoDTO.java | 359df46a9ac7b0be33c79587c1c37168a0c5788b | [] | no_license | CamiloGuerrero0328/arrenda-back | https://github.com/CamiloGuerrero0328/arrenda-back | 51e79a33215650fed5dcdbd61a1cf1d7c95b7508 | 9b128ad6b50e418e7c4a5358958cec9733ce3e5c | refs/heads/master | 2023-05-15T10:14:19.489000 | 2021-06-13T04:27:26 | 2021-06-13T04:27:26 | 363,828,850 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.arrendamiento.proyect.dto;
import com.fasterxml.jackson.core.JsonProcessingException;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.fasterxml.jackson.databind.SerializationFeature;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import java.io.Serializable;
import java.sql.*;
... | UTF-8 | Java | 1,627 | java | TipoDocumentoDTO.java | Java | [] | null | [] | package com.arrendamiento.proyect.dto;
import com.fasterxml.jackson.core.JsonProcessingException;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.fasterxml.jackson.databind.SerializationFeature;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import java.io.Serializable;
import java.sql.*;
... | 1,627 | 0.700676 | 0.698832 | 66 | 23.651516 | 22.197115 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.378788 | false | false | 14 |
7a03043293e1bb27f202169191dc0d2d75ffee5f | 31,653,908,997,299 | e8e5d389681f21ab550cce11ce20701fc88464ae | /src/main/java/com/example/redis/VideoRepository.java | e251020ea4486dce27781c9b616679b7010c4b5b | [] | no_license | ParamiA/icctv | https://github.com/ParamiA/icctv | 54fa24c50e7c206d3917c45c3313761ddd054f7f | 83e454c77c6147c3eb8f267f1876b91145acb4aa | refs/heads/master | 2021-03-06T18:55:11.755000 | 2020-03-10T06:05:17 | 2020-03-10T06:05:17 | 246,217,506 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.redis;
import com.example.redis.model.Video;
import java.util.Map;
public interface VideoRepository {
void save(Video user);
Map<String, Video> findAll();
Video findById(String videoId);
void update(Video user);
void delete(String videoId);
}
| UTF-8 | Java | 289 | java | VideoRepository.java | Java | [] | null | [] | package com.example.redis;
import com.example.redis.model.Video;
import java.util.Map;
public interface VideoRepository {
void save(Video user);
Map<String, Video> findAll();
Video findById(String videoId);
void update(Video user);
void delete(String videoId);
}
| 289 | 0.712803 | 0.712803 | 16 | 17.0625 | 15.376397 | 37 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5625 | false | false | 14 |
af8589a9695f7d0a54ac2b478b24d2e94126dc1d | 16,750,372,457,677 | d8c214b31dc998cbb53b500308031cfd202b76f5 | /src/backend/AttendanceHandler.java | 9a717f1f04c64789dc9ded5828277cdcf10597d7 | [] | no_license | mdatla/Test2JavaFX | https://github.com/mdatla/Test2JavaFX | 8b67c87a370a32143641a5b22c7e29f3c3e358e8 | 37353127861bbe25f893a094d90524343f67704e | refs/heads/master | 2021-01-21T13:41:34.747000 | 2016-04-27T03:56:06 | 2016-04-27T03:56:06 | 54,582,956 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package backend;
import java.io.FileNotFoundException;
import java.io.FileReader;
import java.io.FileWriter;
import java.io.IOException;
import java.time.LocalDate;
import java.util.ArrayList;
import java.util.List;
import java.util.Vector;
import javax.bluetooth.RemoteDevice;
import com.opencsv.CSVPars... | UTF-8 | Java | 4,717 | java | AttendanceHandler.java | Java | [] | null | [] | package backend;
import java.io.FileNotFoundException;
import java.io.FileReader;
import java.io.FileWriter;
import java.io.IOException;
import java.time.LocalDate;
import java.util.ArrayList;
import java.util.List;
import java.util.Vector;
import javax.bluetooth.RemoteDevice;
import com.opencsv.CSVPars... | 4,717 | 0.653381 | 0.642145 | 163 | 26.93865 | 22.77516 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.11043 | false | false | 14 |
89251542f542c1de6dba83df13c58359ac4b23f4 | 7,859,790,207,060 | fb71d621393c69a002c4e2c68d27311858e9ed08 | /CouponsSystem/src/com/coupon_system/exceptions/NotAllowdException.java | 6ab26a775c3c3026d0ef9e6b4cfda593a0fda0de | [] | no_license | eyal445/CouponSystem-project | https://github.com/eyal445/CouponSystem-project | dda6ea0d05f014efa867816dce574795bec058cb | 05747c693318ed9f580a60a706873e5a34160bb6 | refs/heads/master | 2022-11-18T06:00:31.983000 | 2020-07-23T05:54:42 | 2020-07-23T05:54:42 | 281,861,543 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.coupon_system.exceptions;
public class NotAllowdException extends Exception {
public NotAllowdException(String message) {
super(message);
// TODO Auto-generated constructor stub
}
@Override
public String toString() {
return "NotAllowdException [getMessage()=" + getMessage() + "]";
... | UTF-8 | Java | 328 | java | NotAllowdException.java | Java | [] | null | [] | package com.coupon_system.exceptions;
public class NotAllowdException extends Exception {
public NotAllowdException(String message) {
super(message);
// TODO Auto-generated constructor stub
}
@Override
public String toString() {
return "NotAllowdException [getMessage()=" + getMessage() + "]";
... | 328 | 0.701219 | 0.701219 | 15 | 19.866667 | 21.832291 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.933333 | false | false | 14 |
8511d7aab8cdabf2ae4c887e3c26476177dd737f | 25,726,854,125,940 | 84c23d6ae2e7283ca884b8795cea33bb9f68f5eb | /Test/src/com/java/thread/FindFile.java | 527deef3723086a44dba6894e3fc48d3e16091c0 | [] | no_license | yyr823/Test | https://github.com/yyr823/Test | f246f795b68324beda2dee587bd869f02d67cf07 | c889b48da222482517f85ccb96c09edaf1ac08e4 | refs/heads/master | 2022-12-10T00:07:35.947000 | 2019-08-02T01:45:43 | 2019-08-02T01:45:43 | 194,768,790 | 0 | 0 | null | false | 2022-12-06T00:46:57 | 2019-07-02T01:49:28 | 2019-08-02T01:53:53 | 2022-12-06T00:46:55 | 23,519 | 0 | 0 | 4 | Java | false | false | /**
*
*/
package com.java.thread;
import java.io.File;
import java.io.FileReader;
import java.io.IOException;
/**
* @author PE
* @date 2019年6月27日 下午3:35:41
* @explain
*/
public class FindFile {
public static void main(String[] args) {
// TODO 自动生成的方法存根
File file=new File("D:/testpro/Test");
... | UTF-8 | Java | 3,300 | java | FindFile.java | Java | [
{
"context": "eader;\nimport java.io.IOException;\n\n/**\n * @author PE\n * @date 2019年6月27日 下午3:35:41\n * @explain \n */\npu",
"end": 132,
"score": 0.9766157865524292,
"start": 130,
"tag": "USERNAME",
"value": "PE"
}
] | null | [] | /**
*
*/
package com.java.thread;
import java.io.File;
import java.io.FileReader;
import java.io.IOException;
/**
* @author PE
* @date 2019年6月27日 下午3:35:41
* @explain
*/
public class FindFile {
public static void main(String[] args) {
// TODO 自动生成的方法存根
File file=new File("D:/testpro/Test");
... | 3,300 | 0.452964 | 0.440722 | 95 | 31.673685 | 21.240202 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.126316 | false | false | 14 |
98aee6b70faabea81239ce8092a180b0be29add7 | 19,473,381,762,836 | cfcd62e448f4ce7520b6ab06e45867bb508c5244 | /Chen, Alex Research/Research/careerSurvey/Factor.java | 96b1facf1b6b24e6eab4b1a62fea1024950cd7a4 | [] | no_license | alchen22/Research | https://github.com/alchen22/Research | 626ebf98a65630cd3a04da97e92d04947e522bcb | 9cce02d73270900cb7e8864824f8db97514f2307 | refs/heads/master | 2023-03-12T16:54:51.447000 | 2021-03-03T04:28:28 | 2021-03-03T04:28:28 | 342,596,545 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package careerSurvey;
public class Factor
{
private int counter;
private String factorID;
public Factor(String factorID)
{
this.factorID = factorID;
counter = 0;
}
public void addCount()
{
counter++;
}
public String getID()
{
return factorID;
}
public int getCount()
... | UTF-8 | Java | 444 | java | Factor.java | Java | [] | null | [] | package careerSurvey;
public class Factor
{
private int counter;
private String factorID;
public Factor(String factorID)
{
this.factorID = factorID;
counter = 0;
}
public void addCount()
{
counter++;
}
public String getID()
{
return factorID;
}
public int getCount()
... | 444 | 0.599099 | 0.596847 | 34 | 11.058824 | 12.397678 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.264706 | false | false | 14 |
d4dc1aba0850e79da78de549dc20bd9bd9045abc | 18,167,711,673,512 | b7a59519a3616550d0fc6a0d051e4428aae8e274 | /aw-model/src/main/java/com/awrank/web/model/service/impl/DictionaryServiceImpl.java | 3a11082acffe0fd936f54d14cb141ef4e2c01d3f | [] | no_license | awrank/awrank-web | https://github.com/awrank/awrank-web | e4ab67e67072261de292478c85a954e4e13aca78 | 7650cea306cfe1265c9b77e4324fe41d65893738 | refs/heads/master | 2021-01-10T20:57:48.785000 | 2013-03-27T20:04:40 | 2013-03-27T20:04:40 | 7,739,499 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.awrank.web.model.service.impl;
import com.awrank.web.model.dao.DictionaryDao;
import com.awrank.web.model.domain.Dictionary;
import com.awrank.web.model.domain.Language;
import com.awrank.web.model.enums.Message;
import com.awrank.web.model.exception.ObjectFieldException;
import com.awrank.web.model.except... | UTF-8 | Java | 4,432 | java | DictionaryServiceImpl.java | Java | [] | null | [] | package com.awrank.web.model.service.impl;
import com.awrank.web.model.dao.DictionaryDao;
import com.awrank.web.model.domain.Dictionary;
import com.awrank.web.model.domain.Language;
import com.awrank.web.model.enums.Message;
import com.awrank.web.model.exception.ObjectFieldException;
import com.awrank.web.model.except... | 4,432 | 0.793773 | 0.793773 | 89 | 48.80899 | 47.709534 | 184 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.191011 | false | false | 14 |
2946bf1f18541593dd0f8b0fb65513856d61826f | 18,167,711,670,406 | 88811234a70e106d76d85aa6bc804fe222b2a1e8 | /Trees/src/MyTree.java | 352c9c67e7e71d50c51c385061335c9772fc0ce7 | [] | no_license | LucasDahl/CS145 | https://github.com/LucasDahl/CS145 | ab54687345629999e57cf561149692b8137b7e8f | e68e99cffb8ee6a9ae034d5491c7396bf607b7d5 | refs/heads/master | 2023-03-27T00:15:17.759000 | 2021-03-28T22:13:47 | 2021-03-28T22:13:47 | 297,396,729 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.ArrayList;
import java.util.NoSuchElementException;
import java.util.Random;
public class MyTree {
private class Node {
public int data;
public Node left = null;
public Node right = null;
}
private Node root; // the root of the whole tree
// This is a recurs... | UTF-8 | Java | 3,521 | java | MyTree.java | Java | [] | null | [] | import java.util.ArrayList;
import java.util.NoSuchElementException;
import java.util.Random;
public class MyTree {
private class Node {
public int data;
public Node left = null;
public Node right = null;
}
private Node root; // the root of the whole tree
// This is a recurs... | 3,521 | 0.54672 | 0.54672 | 123 | 27.609756 | 22.262526 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.504065 | false | false | 14 |
18a3991ad566ef58c607fd6f29a595f167f326e7 | 2,611,340,183,531 | 797f7939ac7ed7df47163cff39c269f26b3c9443 | /src/io/github/edcod3/RSAnswer/Utils.java | d789e7594bba72b7511ae46e8eded2ae8cfd925e | [] | no_license | edcod3/rsanswer | https://github.com/edcod3/rsanswer | b35e9d589a260ba8bbd6ee7cdc43e159e5696502 | 533adaa0e5f6b961c80b6b179b91c247f2aa5e29 | refs/heads/master | 2023-08-01T05:30:45.288000 | 2021-09-15T19:11:17 | 2021-09-15T19:11:17 | 406,111,643 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package io.github.edcod3.RSAnswer;
//HTTP Libraries
import java.net.http.HttpClient;
import java.net.http.HttpRequest;
import java.net.http.HttpResponse;
import java.io.IOException;
import java.net.URI;
//regex Libraries
import java.util.regex.Matcher;
import java.util.regex.Pattern;
public class Utils {
public... | UTF-8 | Java | 1,270 | java | Utils.java | Java | [
{
"context": "package io.github.edcod3.RSAnswer;\n\n//HTTP Libraries\nimport java.net.http.",
"end": 24,
"score": 0.9964869618415833,
"start": 18,
"tag": "USERNAME",
"value": "edcod3"
}
] | null | [] | package io.github.edcod3.RSAnswer;
//HTTP Libraries
import java.net.http.HttpClient;
import java.net.http.HttpRequest;
import java.net.http.HttpResponse;
import java.io.IOException;
import java.net.URI;
//regex Libraries
import java.util.regex.Matcher;
import java.util.regex.Pattern;
public class Utils {
public... | 1,270 | 0.649606 | 0.648031 | 41 | 29.975609 | 23.738913 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.658537 | false | false | 14 |
719d81e33737b2f84cb8437763800ff4173a0e56 | 16,140,487,156,578 | 98a1031e2972ce85b41b54cff4e9f3b787fb16a7 | /src/com/br/ott/client/common/quartz/AssetQuartz.java | a81535064bd9cae3584ee161204d24bfc704745f | [] | no_license | LichaoStone/sjhkcms | https://github.com/LichaoStone/sjhkcms | 7905ac9b2b474ec5286e5121f791c1bd713f02b8 | 8c41339beff80a95c9e6bd1488577f3914c3e208 | refs/heads/master | 2021-03-07T00:49:49.546000 | 2020-03-10T07:29:07 | 2020-03-10T07:29:07 | 246,234,893 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.br.ott.client.common.quartz;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.InputStreamReader;
import java.io.UnsupportedEncodingException;
import java.rmi.RemoteException;
import java.util... | UTF-8 | Java | 24,155 | java | AssetQuartz.java | Java | [
{
"context": "2015,All rights reserved\n * 公司名称:青岛博瑞立方科技有限公司 创建人:pananz 创建时间:2016-9-12\n */\npublic class AssetQuartz {\n\tpr",
"end": 2553,
"score": 0.9984864592552185,
"start": 2547,
"tag": "USERNAME",
"value": "pananz"
},
{
"context": "uartz.class);\n\n\t/**\n\t * 每间隔5分钟更新一次数据\n\t... | null | [] | package com.br.ott.client.common.quartz;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.InputStreamReader;
import java.io.UnsupportedEncodingException;
import java.rmi.RemoteException;
import java.util... | 24,155 | 0.657656 | 0.64866 | 721 | 29.990292 | 20.686113 | 121 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.753121 | false | false | 14 |
f6067e11569dab9f53f14a9473c5da052d57670f | 12,670,153,573,979 | 9d9d126093575dc67880681a7d774952bfa003da | /Xavier/SDguiao2/src/sdguiao2/Teste.java | 49bd9c728d2952a0d3c0cd4cb882b36299575bcd | [] | no_license | xavierlei/SD-aulasTP | https://github.com/xavierlei/SD-aulasTP | f2a2d029f9df8b01987874685a67c2a56849ba6b | 36d627ecf48aa69ef2704465cb2981787452a1a8 | refs/heads/master | 2021-01-15T08:58:22.732000 | 2015-09-23T14:16:42 | 2015-09-23T14:16:42 | 24,676,791 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package sdguiao2;
import java.util.Random;
/**
*
* @author xavier
*/
public class Teste extends Thread {
private static Banco2... | UTF-8 | Java | 981 | java | Teste.java | Java | [
{
"context": "iao2;\n\nimport java.util.Random;\n\n/**\n *\n * @author xavier\n */\npublic class Teste extends Thread {\n priva",
"end": 254,
"score": 0.9036864638328552,
"start": 248,
"tag": "USERNAME",
"value": "xavier"
}
] | null | [] | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package sdguiao2;
import java.util.Random;
/**
*
* @author xavier
*/
public class Teste extends Thread {
private static Banco2... | 981 | 0.543323 | 0.519878 | 39 | 24.153847 | 20.525829 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 14 |
14422a7b34b68e678704623c43bf25ba6bf35286 | 15,049,565,405,591 | a72d3d78eaa909f855177e063a97e33dddf3feb1 | /grouper/store/web/StoreTagController.java | 1e5a301e98f09f45b1b1c3a8ba06a23f5aa13845 | [] | no_license | SeeUStudio/Shopper | https://github.com/SeeUStudio/Shopper | f5359dbdf389fd3d3b63df0e9278290915328dab | 0ef62e17755221b3e6bb7dbb9146c2c4d310104d | refs/heads/master | 2021-01-01T18:38:45.116000 | 2017-07-26T11:15:32 | 2017-07-26T11:15:32 | 98,387,754 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.seeu.grouper.store.web;
import com.seeu.core.Result;
import com.seeu.core.ResultGenerator;
import com.seeu.oauth.OAuthType;
import com.seeu.grouper.store.model.StoreTag;
import com.seeu.grouper.store.service.StoreTagService;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframe... | UTF-8 | Java | 3,195 | java | StoreTagController.java | Java | [
{
"context": "esource;\nimport java.util.List;\n\n/**\n * Created by neoxiaoyi on 2017/07/15.\n * 操作只有 list、查看、增加、删除,不存在修改方法\n */\n",
"end": 679,
"score": 0.999584436416626,
"start": 670,
"tag": "USERNAME",
"value": "neoxiaoyi"
}
] | null | [] | package com.seeu.grouper.store.web;
import com.seeu.core.Result;
import com.seeu.core.ResultGenerator;
import com.seeu.oauth.OAuthType;
import com.seeu.grouper.store.model.StoreTag;
import com.seeu.grouper.store.service.StoreTagService;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframe... | 3,195 | 0.685228 | 0.681952 | 82 | 36.231709 | 32.215469 | 159 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.536585 | false | false | 14 |
f0befaf8baa432bafe96a13c27e46fdca59a7ae2 | 8,083,128,474,858 | f378fcfa3f634817ff64e1d21052c9aff7765823 | /src/com/huanhai/algorithm/tree/BinaryTree.java | c37cfea1f40f227675faf0d8297eaf847803386f | [] | no_license | jackofsea/thinkingjava | https://github.com/jackofsea/thinkingjava | 959e193bfb8875099033a418dae7782ea4e0304d | efbdd209bd24a6f5e90e024e26624a64404717b9 | refs/heads/master | 2022-12-09T20:18:40.188000 | 2021-06-28T15:38:20 | 2021-06-28T15:38:20 | 190,954,088 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.huanhai.algorithm.tree;
import java.util.LinkedList;
import java.util.Stack;
/**
* 二叉树
* <p>
* 性质
* 1)在二叉树的第i层上最多有2^i-1 个节点 。(i>=1)
* 2)二叉树中如果深度为k,那么最多有2^k-1个节点。(k>=1)
* 3)n0=n2+1 n0表示度数为0的节点数,n2表示度数为2的节点数。
* 4)在完全二叉树中,具有n个节点的完全二叉树的深度为[log2n]+1,其中[log2n]是向下取整。
* 5)若对含 n 个结点的完全二叉树从上到下且从左至右进行 1 至 n ... | UTF-8 | Java | 8,760 | java | BinaryTree.java | Java | [
{
"context": "树中编号为i的结点在二叉树中位置完全相同,则这棵二叉树称为完全二叉树。\n *\n * @author 覃波\n * @version 1.0\n * @date 2021-01-08 15:16\n **/\npu",
"end": 805,
"score": 0.9993641972541809,
"start": 803,
"tag": "NAME",
"value": "覃波"
}
] | null | [] | package com.huanhai.algorithm.tree;
import java.util.LinkedList;
import java.util.Stack;
/**
* 二叉树
* <p>
* 性质
* 1)在二叉树的第i层上最多有2^i-1 个节点 。(i>=1)
* 2)二叉树中如果深度为k,那么最多有2^k-1个节点。(k>=1)
* 3)n0=n2+1 n0表示度数为0的节点数,n2表示度数为2的节点数。
* 4)在完全二叉树中,具有n个节点的完全二叉树的深度为[log2n]+1,其中[log2n]是向下取整。
* 5)若对含 n 个结点的完全二叉树从上到下且从左至右进行 1 至 n ... | 8,760 | 0.457822 | 0.445275 | 308 | 23.318182 | 18.503845 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.444805 | false | false | 14 |
b7d595e57dde4baa28dc531a813c45ad823bafa0 | 26,027,501,838,281 | 2c87c89d28bb5976eaffc897a83dad082f2d7506 | /MasterCard/src/com/mastercard/assets/web/struts/actions/CrearNotificacionIn.java | 33d1d0c760edaaf7288f954d8e52cb492a9ac4e9 | [] | no_license | tectronics/mcdev-hc | https://github.com/tectronics/mcdev-hc | 3c24bc49a9355eda404c896e5486c81e14477c72 | d1710546dbb717e8729b10f7f14561580e05fc80 | refs/heads/master | 2018-01-11T15:01:51.849000 | 2013-06-13T17:22:29 | 2013-06-13T17:22:29 | 45,779,140 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mastercard.assets.web.struts.actions;
import java.io.IOException;
import java.util.List;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.servlet.http.HttpSession;
import org.apache.struts.action.Act... | UTF-8 | Java | 4,180 | java | CrearNotificacionIn.java | Java | [] | null | [] | package com.mastercard.assets.web.struts.actions;
import java.io.IOException;
import java.util.List;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.servlet.http.HttpSession;
import org.apache.struts.action.Act... | 4,180 | 0.63445 | 0.630861 | 143 | 27.23077 | 23.491611 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.426574 | false | false | 14 |
7c61f3a1ea5400e634facd43b39582e158403a81 | 30,880,814,922,575 | 995f73d30450a6dce6bc7145d89344b4ad6e0622 | /P40_HarmonyOS_2.0.0_Developer_Beta1/src/main/java/com/android/server/job/controllers/BackgroundJobsController.java | 58935d3867e2a1a24008195be7fb551f36d97cfe | [] | no_license | morningblu/HWFramework | https://github.com/morningblu/HWFramework | 0ceb02cbe42585d0169d9b6c4964a41b436039f5 | 672bb34094b8780806a10ba9b1d21036fd808b8e | refs/heads/master | 2023-07-29T05:26:14.603000 | 2021-09-03T05:23:34 | 2021-09-03T05:23:34 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.android.server.job.controllers;
import android.os.SystemClock;
import android.os.UserHandle;
import android.util.Log;
import android.util.Slog;
import android.util.proto.ProtoOutputStream;
import com.android.internal.util.IndentingPrintWriter;
import com.android.internal.util.Preconditions;
import com.andr... | UTF-8 | Java | 9,506 | java | BackgroundJobsController.java | Java | [] | null | [] | package com.android.server.job.controllers;
import android.os.SystemClock;
import android.os.UserHandle;
import android.util.Log;
import android.util.Slog;
import android.util.proto.ProtoOutputStream;
import com.android.internal.util.IndentingPrintWriter;
import com.android.internal.util.Preconditions;
import com.andr... | 9,506 | 0.680412 | 0.661582 | 214 | 43.420559 | 37.987587 | 219 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.696262 | false | false | 14 |
332caa9f66918b52250eaa641a9468df5bf6935d | 13,846,974,578,963 | cc3f333a6f4af922ca1b7078a4f9ad4bd2a0e128 | /pereposter/src/test/java/com/pereposter/stub/TwitterSocialWebServicesStub.java | 0a74aaef102c24cd45a8ca857aed0fb445590c37 | [] | no_license | Vav1lon/Pereposter | https://github.com/Vav1lon/Pereposter | bfd7668d98949105143a3281eed608515b97b43c | 23d7e559adf6e5ae80a046395c8b1c7cafc56f7b | refs/heads/master | 2020-04-10T17:35:23.569000 | 2013-10-21T19:24:18 | 2013-10-21T19:24:18 | 6,994,253 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.pereposter.stub;
import com.pereposter.social.api.SocialWebServices;
import com.pereposter.social.api.entity.*;
import org.springframework.stereotype.Component;
@Component("twitterSocialService")
public class TwitterSocialWebServicesStub implements SocialWebServices {
@Override
public String find... | UTF-8 | Java | 2,490 | java | TwitterSocialWebServicesStub.java | Java | [] | null | [] | package com.pereposter.stub;
import com.pereposter.social.api.SocialWebServices;
import com.pereposter.social.api.entity.*;
import org.springframework.stereotype.Component;
@Component("twitterSocialService")
public class TwitterSocialWebServicesStub implements SocialWebServices {
@Override
public String find... | 2,490 | 0.714859 | 0.714859 | 69 | 35.086956 | 37.06506 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.565217 | false | false | 14 |
134749e0481df94d279c97178df435e7f74e1618 | 29,583,734,781,620 | 5734fa9fc7aee0372f80024a60796be444ce7bf5 | /src/control/FilesListener.java | 5a90c5a6c9760643453e5f161ddabe0be3937f84 | [
"MIT"
] | permissive | mudcam/bddproject | https://github.com/mudcam/bddproject | f3e49f9c0d12eeb61d8f68e179126e05cca372be | fc2ccd495118f36c7f97037c54349b26225333d2 | refs/heads/master | 2020-01-06T19:35:29.258000 | 2017-06-28T13:22:40 | 2017-06-28T13:22:40 | 92,759,225 | 2 | 0 | null | false | 2017-05-29T17:15:19 | 2017-05-29T17:01:40 | 2017-05-29T17:01:40 | 2017-05-29T17:15:19 | 0 | 0 | 0 | 0 | null | null | null | package control;
import java.awt.Color;
import java.awt.event.*;
import javax.swing.event.*;
import javax.swing.*;
import view.*;
import model.*;
/**
* The "FilesListener" class is used to create the FilesMenu listener.
* This class implements ActionListener.
* @author Naveau Simon and NIEUTIN Vincent
*/
public class ... | UTF-8 | Java | 1,846 | java | FilesListener.java | Java | [
{
"context": "\n* This class implements ActionListener.\n* @author Naveau Simon and NIEUTIN Vincent\n*/\npublic class FilesListener",
"end": 283,
"score": 0.9998746514320374,
"start": 271,
"tag": "NAME",
"value": "Naveau Simon"
},
{
"context": "lements ActionListener.\n* @author Nave... | null | [] | package control;
import java.awt.Color;
import java.awt.event.*;
import javax.swing.event.*;
import javax.swing.*;
import view.*;
import model.*;
/**
* The "FilesListener" class is used to create the FilesMenu listener.
* This class implements ActionListener.
* @author <NAME> and <NAME>
*/
public class FilesListener i... | 1,831 | 0.674431 | 0.67389 | 53 | 33.830189 | 24.536255 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.45283 | false | false | 14 |
30b46c05b2b3b632cacc12f74e6a981a66f80cdf | 8,461,085,635,178 | e3fa833a44d2493d41ef5b24d39b2a2326d412e2 | /ch01mybatis/src/main/java/cn/sm1234/dao/UserDao.java | 3f2f07cd7e8abe17fb86c0476c82883bb662946e | [] | no_license | RicLee0124/MyBatisMapper | https://github.com/RicLee0124/MyBatisMapper | 080c5d40120e41348ef05573e5ae93fc471e87a4 | cff8e58034b870956a673001366f48eb7d1e6f35 | refs/heads/master | 2020-03-22T00:09:02.680000 | 2018-06-30T07:09:58 | 2018-06-30T07:09:58 | 139,227,091 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.sm1234.dao;
import java.util.List;
import cn.sm1234.domain.User;
public interface UserDao {
public List<User> queryUserOrder();
}
| UTF-8 | Java | 146 | java | UserDao.java | Java | [] | null | [] | package cn.sm1234.dao;
import java.util.List;
import cn.sm1234.domain.User;
public interface UserDao {
public List<User> queryUserOrder();
}
| 146 | 0.753425 | 0.69863 | 10 | 13.6 | 13.901079 | 36 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 14 |
3dd83dfab57754be746318ef302c8f719368af26 | 8,461,085,635,405 | 0d2fd2631879c4657c56cfa3b2a8bb47d83516ae | /Sem-1/Assignment 5/A5qno18.java | a1181a2975261e8c4b8081b9aff4b5b14873b559 | [
"MIT"
] | permissive | rituraj-iter/ITER-ASSIGNMENTS | https://github.com/rituraj-iter/ITER-ASSIGNMENTS | dbf86b1d55b74fe59fa398d890646972954d9a6d | a8809bb0508984a4f22c5fdca67f4c2dd43eddc7 | refs/heads/master | 2021-05-23T11:13:11.138000 | 2021-05-10T09:10:57 | 2021-05-10T09:10:57 | 253,260,816 | 8 | 1 | null | false | 2021-01-05T04:42:30 | 2020-04-05T14:58:55 | 2021-01-05T04:35:51 | 2021-01-05T04:42:30 | 6,064 | 1 | 0 | 0 | Java | false | false | public class A5qno18{
public static void main(String[] args) {
int n = Integer.parseInt(args[0]);
int k = Integer.parseInt(args[1]);
double error = 0.000001;
double g2 = (double)n/2 , g1;
do {
g1 = g2 ;
g2 = ((k-1)*g1+(n/Math.pow(g1,k-1)))/k;}
while(Math.abs(g2-g1)>error);
System.out.println(k+" th root of "+n+" = "+g2... | UTF-8 | Java | 325 | java | A5qno18.java | Java | [] | null | [] | public class A5qno18{
public static void main(String[] args) {
int n = Integer.parseInt(args[0]);
int k = Integer.parseInt(args[1]);
double error = 0.000001;
double g2 = (double)n/2 , g1;
do {
g1 = g2 ;
g2 = ((k-1)*g1+(n/Math.pow(g1,k-1)))/k;}
while(Math.abs(g2-g1)>error);
System.out.println(k+" th root of "+n+" = "+g2... | 325 | 0.633846 | 0.556923 | 11 | 28.545454 | 12.949999 | 50 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.909091 | false | false | 14 |
c4dba56fcba1d225c726e1f5508108608533065d | 19,112,604,532,491 | f88ab225f8dda42410cb11bce2608a07aeeb7f35 | /2. Interview/sumeet/binaryTree/Pep_JavaIP_10BinaryTrees_339IsFoldable.java | c9e61760ab38bd396f55bf038c5c4f17c5f5d07c | [] | no_license | arunnayan/IP_questionSet | https://github.com/arunnayan/IP_questionSet | 32b64c305edb88348c7626b2b42ab9d6529d4cb5 | 7a35951c5754ba4ca567c1357249f66e23fbe42c | refs/heads/master | 2023-03-16T18:38:51.385000 | 2019-08-01T12:10:35 | 2019-08-01T12:10:35 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package interview.binaryTree;
import java.util.LinkedList;
import java.util.Scanner;
public class Pep_JavaIP_10BinaryTrees_339IsFoldable {
private static class Node {
int data;
Node left;
Node right;
Node(int data, Node left, Node right) {
this.data = data;
this.left = left;
this.right = right;
}... | UTF-8 | Java | 2,059 | java | Pep_JavaIP_10BinaryTrees_339IsFoldable.java | Java | [] | null | [] | package interview.binaryTree;
import java.util.LinkedList;
import java.util.Scanner;
public class Pep_JavaIP_10BinaryTrees_339IsFoldable {
private static class Node {
int data;
Node left;
Node right;
Node(int data, Node left, Node right) {
this.data = data;
this.left = left;
this.right = right;
}... | 2,059 | 0.578436 | 0.526469 | 105 | 18.619047 | 17.513739 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.92381 | false | false | 14 |
f22d4a45be11075ca60dc13c8273a609ee5b2959 | 27,857,157,947,707 | 7be42fd98b8fbebaa69e40f751f50133d4032711 | /gen_spec/plugins/Tagger_PennBio/src/edu/upenn/cis/taggers/frontend/Article.java | df95e92262eee47f6a54854a45cec4f76dee285e | [] | no_license | caohanyang/REST_OPENAPI | https://github.com/caohanyang/REST_OPENAPI | f9f56b26af8d8ad2da0965ca1a7d10e2b0bd1200 | 8d1b0f419abf0cf2bf8b92afe4ddf17d2b463536 | refs/heads/master | 2020-04-06T04:45:10.541000 | 2018-01-08T15:03:31 | 2018-01-08T15:03:31 | 82,916,030 | 4 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | /* Copyright (C) 2004 Univ. of Pennsylvania
This software is provided under the terms of the Common Public License,
version 1.0, as published by http://www.opensource.org. For further
information, see the file `LICENSE' included with this distribution. */
package edu.upenn.cis.taggers.frontend;
impo... | UTF-8 | Java | 9,347 | java | Article.java | Java | [
{
"context": "nd output in MEDLINE and HTML formats.\r\n * @author Ryan McDonald <a href=\"mailto:ryantm@cis.upenn.edu\">ryantm@cis.",
"end": 583,
"score": 0.9998870491981506,
"start": 570,
"tag": "NAME",
"value": "Ryan McDonald"
},
{
"context": "ormats.\r\n * @author Ryan McDonald <... | null | [] | /* Copyright (C) 2004 Univ. of Pennsylvania
This software is provided under the terms of the Common Public License,
version 1.0, as published by http://www.opensource.org. For further
information, see the file `LICENSE' included with this distribution. */
package edu.upenn.cis.taggers.frontend;
impo... | 9,287 | 0.583289 | 0.578902 | 257 | 34.377434 | 25.816803 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.715953 | false | false | 14 |
b294cd3e134ec1cf534d8043681f6f6f1f64a963 | 27,857,157,946,519 | 212a935babccd5b8548d43ad95a017033be94144 | /hy-blog-web-weixin/src/main/java/com/yfancy/web/weixin/init/WeixinInit.java | 26aa2da69215073039fc4de135a0535ce34502e8 | [] | no_license | hanzych/blog-dubbo | https://github.com/hanzych/blog-dubbo | c4c8aeb6152f04b9c073ae693c978a36d77cff46 | 2c3bc9192e926c4e8aa9ef176987f4e8867c82e5 | refs/heads/master | 2020-04-21T09:26:09.342000 | 2019-02-28T05:59:08 | 2019-02-28T05:59:08 | 166,029,844 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.yfancy.web.weixin.init;
import com.yfancy.common.base.init.Weixin_Init_Param;
import com.yfancy.web.weixin.config.WeixinConfig;
import lombok.extern.slf4j.Slf4j;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;
import java.util.ArrayList;
impo... | UTF-8 | Java | 2,465 | java | WeixinInit.java | Java | [
{
"context": " media_image_list.add(\"XQozvnyVD2TZL37wDyfCoxb2POYt7NFxfWRhS0KU7M8\");\n media_image_list.add(\"XQozvnyVD2TZL37w",
"end": 1651,
"score": 0.9876224398612976,
"start": 1631,
"tag": "KEY",
"value": "2POYt7NFxfWRhS0KU7M8"
},
{
"context": "t7NFxfWRhS0KU7M8\");\n ... | null | [] | package com.yfancy.web.weixin.init;
import com.yfancy.common.base.init.Weixin_Init_Param;
import com.yfancy.web.weixin.config.WeixinConfig;
import lombok.extern.slf4j.Slf4j;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;
import java.util.ArrayList;
impo... | 2,299 | 0.702546 | 0.677981 | 64 | 33.984375 | 29.454676 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.53125 | false | false | 14 |
b1c813d92efcf9de9045f17071bed4cb6c45a7c2 | 6,081,673,727,925 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/5/5_e585f71ede387c91803908fcd478740de2651f7d/_704_HorizontalSplitViewportGridExample/5_e585f71ede387c91803908fcd478740de2651f7d__704_HorizontalSplitViewportGridExample_t.java | 99c52063a25b05b845f4c143047fbac27b615724 | [] | no_license | zhongxingyu/Seer | https://github.com/zhongxingyu/Seer | 48e7e5197624d7afa94d23f849f8ea2075bcaec0 | c11a3109fdfca9be337e509ecb2c085b60076213 | refs/heads/master | 2023-07-06T12:48:55.516000 | 2023-06-22T07:55:56 | 2023-06-22T07:55:56 | 259,613,157 | 6 | 2 | null | false | 2023-06-22T07:55:57 | 2020-04-28T11:07:49 | 2023-06-21T00:53:27 | 2023-06-22T07:55:57 | 2,849,868 | 2 | 2 | 0 | null | false | false | /*******************************************************************************
* Copyright (c) 2013 Dirk Fauth and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is a... | UTF-8 | Java | 18,196 | java | 5_e585f71ede387c91803908fcd478740de2651f7d__704_HorizontalSplitViewportGridExample_t.java | Java | [
{
"context": "***************************\n * Copyright (c) 2013 Dirk Fauth and others.\n * All rights reserved. This program",
"end": 115,
"score": 0.9998821020126343,
"start": 105,
"tag": "NAME",
"value": "Dirk Fauth"
},
{
"context": "rg/legal/epl-v10.html\n *\n * Contributors:... | null | [] | /*******************************************************************************
* Copyright (c) 2013 <NAME> and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is avail... | 18,171 | 0.759233 | 0.75621 | 432 | 41.118057 | 29.020626 | 135 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.458333 | false | false | 14 |
3e07ab42c0c632db8adc27ed7757a948813a4c43 | 30,580,167,178,542 | 67b51d81381f425deed7e0b39e29fee635c603af | /src/main/java/com/study/solution/LeetCode003.java | 666d00bcbdf1e8a6a8dce35252fccd017f9e2712 | [] | no_license | HJacco/leetcode-solution | https://github.com/HJacco/leetcode-solution | 61a3e83ce6472a67d3ef52d6a73ae00f508f07a9 | 72ffa653e9e69923f8080692d1186b557293c4fb | refs/heads/master | 2020-11-29T12:25:01.222000 | 2020-04-11T05:45:08 | 2020-04-11T05:45:08 | 230,113,423 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.study.solution;
import java.util.HashSet;
import java.util.Set;
/**
* 给定一个字符串,请你找出其中不含有重复字符的 最长子串 的长度。
*
* 示例 1:
*
* 输入: "abcabcbb"
* 输出: 3
* 解释: 因为无重复字符的最长子串是 "abc",所以其长度为 3。
* 示例 2:
*
* 输入: "bbbbb"
* 输出: 1
* 解释: 因为无重复字符的最长子串是 "b",所以其长度为 1。
* 示例 3:
*
* 输入: "pwwkew"
* 输出: 3
* 解释: 因为无重复字符的... | UTF-8 | Java | 1,315 | java | LeetCode003.java | Java | [] | null | [] | package com.study.solution;
import java.util.HashSet;
import java.util.Set;
/**
* 给定一个字符串,请你找出其中不含有重复字符的 最长子串 的长度。
*
* 示例 1:
*
* 输入: "abcabcbb"
* 输出: 3
* 解释: 因为无重复字符的最长子串是 "abc",所以其长度为 3。
* 示例 2:
*
* 输入: "bbbbb"
* 输出: 1
* 解释: 因为无重复字符的最长子串是 "b",所以其长度为 1。
* 示例 3:
*
* 输入: "pwwkew"
* 输出: 3
* 解释: 因为无重复字符的... | 1,315 | 0.507448 | 0.489573 | 47 | 20.425531 | 17.604092 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.319149 | false | false | 14 |
e9ba3cbddc2f1e1277aa9473a0faa24422b5744a | 395,137,000,500 | 69a8e1def06d48881032d7ab8c1c828efed4ee44 | /src/main/java/de/simolus3/blocklybukkit/blockly/type/dropdown/TypeDropdown.java | 913a51a13de8a29e6255b614394ba4afa6206140 | [] | no_license | simolus3/Buckly | https://github.com/simolus3/Buckly | d5eb693904ab81781ae7fbf48873f3771816da49 | 36679feb0e76fb21b48d1fc5ed223b08b35fed34 | refs/heads/master | 2016-08-09T07:06:46.660000 | 2015-12-10T16:51:05 | 2015-12-10T16:51:05 | 47,037,057 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package de.simolus3.blocklybukkit.blockly.type.dropdown;
import de.simolus3.blocklybukkit.blockly.type.Type;
public abstract class TypeDropdown extends Type {
private String value;
public TypeDropdown(String[] accepted, String value) {
super(value);
this.value = value;
validate(accepted);
}
private vo... | UTF-8 | Java | 636 | java | TypeDropdown.java | Java | [] | null | [] | package de.simolus3.blocklybukkit.blockly.type.dropdown;
import de.simolus3.blocklybukkit.blockly.type.Type;
public abstract class TypeDropdown extends Type {
private String value;
public TypeDropdown(String[] accepted, String value) {
super(value);
this.value = value;
validate(accepted);
}
private vo... | 636 | 0.701258 | 0.698113 | 32 | 18.875 | 22.193398 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.59375 | false | false | 14 |
58c33f5aedc91743ab2902f099d1a9bb65aa1b77 | 25,520,695,679,795 | b0a253b7939b2db825e8a4dd8501980e22354e02 | /src/xueshenglei/ListInfo.java | d5a363f8cfee9cc970cf8c8af81583e475c0a29f | [] | no_license | Puckery-fc/NMBS | https://github.com/Puckery-fc/NMBS | 2f089e9faed5b0b64fa605f8579255da75813a58 | bb2668868e8d469c93fa4a56724011038c9cdf05 | refs/heads/master | 2020-03-25T15:01:39.215000 | 2018-08-07T12:00:53 | 2018-08-07T12:00:53 | 143,867,116 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package xueshenglei;
public interface ListInfo {
public void initialList(Student[] listData);
public int indexOf(Student obj );
public int insertAt(Student preObj,Student insertObj );
public int deleteElement(Student obj);
}
| UTF-8 | Java | 230 | java | ListInfo.java | Java | [] | null | [] | package xueshenglei;
public interface ListInfo {
public void initialList(Student[] listData);
public int indexOf(Student obj );
public int insertAt(Student preObj,Student insertObj );
public int deleteElement(Student obj);
}
| 230 | 0.786957 | 0.786957 | 8 | 27.75 | 18.733326 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.25 | false | false | 14 |
93b707b7da40fb833542055917f55d1b6916d165 | 13,374,528,226,991 | 03c40b421c82fd19763750d4a5fa0d4c007604cc | /src/main/java/net/taken/bernard/analysis/SentenceAnalysisFactory.java | 67153cbf762b2cc13056668a10ba6e36367258f3 | [] | no_license | Taken0711/bernard | https://github.com/Taken0711/bernard | 7bc8ebb4edc08e00a2278722fbe1d1414130d325 | 5df3355e0928ff857716a8f0e9f13bbb87fe5d6e | refs/heads/master | 2021-01-21T06:18:48.779000 | 2017-04-06T18:36:14 | 2017-04-06T18:36:14 | 83,209,649 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package net.taken.bernard.analysis;
import net.taken.bernard.analysis.analyser.AbstractAnalyser;
import net.taken.bernard.analysis.analyser.EffectAnalyser;
import net.taken.bernard.analysis.analyser.TypeAnalyser;
import net.taken.bernard.analysis.analyser.data.EffectData;
import net.taken.bernard.common.Sentence;
imp... | UTF-8 | Java | 1,260 | java | SentenceAnalysisFactory.java | Java | [
{
"context": "l.AnalysisUtils.chainAnalysers;\n\n/**\n * Created by Jeremy on 04/03/2017.\n */\npublic class SentenceAnalysisF",
"end": 544,
"score": 0.9990705251693726,
"start": 538,
"tag": "NAME",
"value": "Jeremy"
}
] | null | [] | package net.taken.bernard.analysis;
import net.taken.bernard.analysis.analyser.AbstractAnalyser;
import net.taken.bernard.analysis.analyser.EffectAnalyser;
import net.taken.bernard.analysis.analyser.TypeAnalyser;
import net.taken.bernard.analysis.analyser.data.EffectData;
import net.taken.bernard.common.Sentence;
imp... | 1,260 | 0.752381 | 0.745238 | 42 | 29 | 28.890598 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.452381 | false | false | 14 |
30b33e759e8ff51e7d884f1012e090e383f523f9 | 25,305,947,313,277 | 2582e3f32f35c7abbf8bd6a5f35f7a27672e8925 | /src/main/java/cn/cash/register/enums/TradeTypeEnum.java | bc8e7d3b0cfce951ab470910e3d96451fdf03e2c | [
"Apache-2.0"
] | permissive | huhuics/cash-register | https://github.com/huhuics/cash-register | d6103406542acc48e14635a9615cac8998e9c1bd | f6cab4ed42b0d46a3a43e739d3c17ca45c1855ad | refs/heads/master | 2020-03-10T22:10:18.663000 | 2018-07-08T15:05:42 | 2018-07-08T15:05:42 | 129,612,750 | 9 | 6 | null | false | 2018-07-06T01:37:58 | 2018-04-15T13:28:00 | 2018-06-25T16:24:09 | 2018-06-25T16:24:07 | 9,433 | 0 | 2 | 1 | JavaScript | false | null | /**
* Cash-Register
* Copyright (c) 1995-2018 All Rights Reserved.
*/
package cn.cash.register.enums;
import org.apache.commons.lang3.StringUtils;
/**
* 交易类型枚举
* @author HuHui
* @version $Id: TradeTypeEnum.java, v 0.1 2018年4月23日 下午4:13:37 HuHui Exp $
*/
public enum TradeTypeEnum {
... | UTF-8 | Java | 1,284 | java | TradeTypeEnum.java | Java | [
{
"context": "s.lang3.StringUtils;\r\n\r\n/**\r\n * 交易类型枚举\r\n * @author HuHui\r\n * @version $Id: TradeTypeEnum.java, v 0.1 2018年",
"end": 192,
"score": 0.9992491602897644,
"start": 187,
"tag": "NAME",
"value": "HuHui"
}
] | null | [] | /**
* Cash-Register
* Copyright (c) 1995-2018 All Rights Reserved.
*/
package cn.cash.register.enums;
import org.apache.commons.lang3.StringUtils;
/**
* 交易类型枚举
* @author HuHui
* @version $Id: TradeTypeEnum.java, v 0.1 2018年4月23日 下午4:13:37 HuHui Exp $
*/
public enum TradeTypeEnum {
... | 1,284 | 0.512799 | 0.493174 | 59 | 17.864407 | 19.346491 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.288136 | false | false | 14 |
64bb09a1886ed221084e423eff0063c610f3fb58 | 13,030,930,792,106 | 8a551fa8c4b919576820dac9001257776f03a9b2 | /src/main/java/com/example/hospital/repositories/SolicitudTurnoRepository.java | f315a99688660ded81f1ff845b3a556687c3e6ff | [] | no_license | hexdump95/gnirps-otceyorp-forpbah-1202 | https://github.com/hexdump95/gnirps-otceyorp-forpbah-1202 | abc34bd65ad69e544657f5b4f78d518dddb022f5 | ed7b9d4aa64490da21909366e8579940193b4331 | refs/heads/develop | 2023-06-25T04:48:43.355000 | 2021-07-24T13:26:09 | 2021-07-24T13:26:09 | 366,704,433 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.hospital.repositories;
import com.example.hospital.entities.SolicitudTurno;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.Query;
import org.springframework.stereotype.Repository;
import java.util.List;
import java.util.Optional;
import... | UTF-8 | Java | 1,307 | java | SolicitudTurnoRepository.java | Java | [] | null | [] | package com.example.hospital.repositories;
import com.example.hospital.entities.SolicitudTurno;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.Query;
import org.springframework.stereotype.Repository;
import java.util.List;
import java.util.Optional;
import... | 1,307 | 0.69755 | 0.69755 | 33 | 38.575756 | 25.10708 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.393939 | false | false | 14 |
64ff1f5e01088272112a12e2f953c01e68d4622d | 31,954,556,698,273 | 7f4848412d1f62957cd87fa50238190980c432f0 | /BungeeSectors/src/main/java/pl/otekplay/sectors/storage/Settings.java | d3e7241d6b210817584fa0c9976636d0e929b179 | [] | no_license | xmareg/OtekSectors | https://github.com/xmareg/OtekSectors | da071f66e017553abd060dcbc54c4af81fb25f32 | 122ee55356147eb191afdc091087a8e4a3058c67 | refs/heads/master | 2020-12-01T03:03:36.223000 | 2016-04-01T11:18:29 | 2016-04-01T11:18:29 | 62,609,764 | 1 | 0 | null | true | 2016-07-05T05:57:55 | 2016-07-05T05:57:55 | 2016-05-18T06:37:23 | 2016-04-01T11:18:30 | 134 | 0 | 0 | 0 | null | null | null | package pl.otekplay.sectors.storage;
import net.md_5.bungee.config.Configuration;
import net.md_5.bungee.config.ConfigurationProvider;
import net.md_5.bungee.config.YamlConfiguration;
import pl.otekplay.sectors.Main;
import pl.otekplay.sectors.utils.ChatUtil;
import java.io.File;
import java.util.ArrayList;
import ja... | UTF-8 | Java | 17,499 | java | Settings.java | Java | [
{
"context": "la Cie do ich szeregow. Wpisz /dolacz %tag% by dolaczyc!\");\n public final static String GUILD_ALLY_IS",
"end": 5052,
"score": 0.6386019587516785,
"start": 5048,
"tag": "USERNAME",
"value": "aczy"
}
] | null | [] | package pl.otekplay.sectors.storage;
import net.md_5.bungee.config.Configuration;
import net.md_5.bungee.config.ConfigurationProvider;
import net.md_5.bungee.config.YamlConfiguration;
import pl.otekplay.sectors.Main;
import pl.otekplay.sectors.utils.ChatUtil;
import java.io.File;
import java.util.ArrayList;
import ja... | 17,499 | 0.700154 | 0.686839 | 223 | 77.470856 | 59.733021 | 323 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.919282 | false | false | 14 |
2c81dc39678fcf8ac11d0b33cbf3f1777984e0bd | 28,879,360,113,224 | 59b7c91463665a41232a70e2ee6583aab14251d0 | /src/main/java/com/thinkgem/jeesite/modules/per/service/AllowanceConstantService.java | 6d7cd6a2b166eb1cf5669a4622cfe31a14f81854 | [] | no_license | joeytsai03/PMSystem | https://github.com/joeytsai03/PMSystem | c744e865a7a1d54f9cc8d4f619d15f1d41d42db8 | 372b21a1b8a833437b7ee78df30b1d919f9bf647 | refs/heads/master | 2021-08-30T19:18:49.662000 | 2017-12-19T04:31:10 | 2017-12-19T04:31:10 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Copyright © 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*/
package com.thinkgem.jeesite.modules.per.service;
import java.util.List;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import com.thin... | UTF-8 | Java | 1,388 | java | AllowanceConstantService.java | Java | [
{
"context": "ight © 2012-2016 <a href=\"https://github.com/thinkgem/jeesite\">JeeSite</a> All rights reserved.\n */\npac",
"end": 70,
"score": 0.9985547065734863,
"start": 62,
"tag": "USERNAME",
"value": "thinkgem"
},
{
"context": "lowanceConstantDao;\n\n/**\n * 补贴常量Service\n *... | null | [] | /**
* Copyright © 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*/
package com.thinkgem.jeesite.modules.per.service;
import java.util.List;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import com.thin... | 1,388 | 0.797826 | 0.786232 | 47 | 28.382978 | 30.847292 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.829787 | false | false | 14 |
31dde4ba53f1b24a6f2a5ab9849ab815c7b65780 | 28,879,360,113,322 | a4f947d60795c7947ffddace36ed152ae7d30c4a | /src/main/java/jnit/menu/JnitmenuVO.java | c0d14c769aecd388a9a59dc32a4d9df40663f160 | [] | no_license | ohgeehyun/seantour | https://github.com/ohgeehyun/seantour | ab3e6efb7daac6e93900e87f74d85fc18f0b23d2 | e9aa78ee5d501b2565279ffaaabd7f738e6b79d6 | refs/heads/master | 2023-07-16T06:43:45.271000 | 2020-06-25T00:37:03 | 2020-06-25T00:37:03 | 268,408,124 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package jnit.menu;
/**
* @Class Name : JnitmenuVO.java
* @Description : Jnitmenu VO class
* @Modification Information
*
* @author JNIT
* @since 2012.08.28
* @version 1.0
* @see
*
* Copyright (C) All right reserved.
*/
public class JnitmenuVO extends JnitmenuDefaultVO{
private static final long seria... | UTF-8 | Java | 4,073 | java | JnitmenuVO.java | Java | [
{
"context": "O class\n * @Modification Information\n *\n * @author JNIT\n * @since 2012.08.28\n * @version 1.0\n * @see\n * ",
"end": 140,
"score": 0.9863600134849548,
"start": 136,
"tag": "USERNAME",
"value": "JNIT"
}
] | null | [] | package jnit.menu;
/**
* @Class Name : JnitmenuVO.java
* @Description : Jnitmenu VO class
* @Modification Information
*
* @author JNIT
* @since 2012.08.28
* @version 1.0
* @see
*
* Copyright (C) All right reserved.
*/
public class JnitmenuVO extends JnitmenuDefaultVO{
private static final long seria... | 4,073 | 0.604468 | 0.588019 | 183 | 21.25683 | 18.025017 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.300546 | false | false | 14 |
ba61d092ead0cc60edaebf25bad0c67a960e5a69 | 22,101,901,722,642 | 4bd7d761864518d4248dbe6fd60b581db42594b0 | /com.buglabs.app.bugdash2/com/buglabs/app/bugdash2/controller/system/ConfigurationController.java | f2e4077ce3cd1d94651996e88d8d9b5f46c77bf1 | [] | no_license | kgilmer/bug-osgi | https://github.com/kgilmer/bug-osgi | 836e42b3f9f3d100e9123e18e82a2332804e3052 | 4175c64ec814f1504e50d1dea7aa5b3eb3447d30 | refs/heads/master | 2021-01-20T19:26:13.318000 | 2011-11-16T00:02:53 | 2011-11-16T00:02:53 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.buglabs.app.bugdash2.controller.system;
import java.io.IOException;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.osgi.framework.InvalidSyntaxException;
import org.osgi.service.cm.Configuration;
import com.buglabs.app.bugdash2.AdminConfigManager;... | UTF-8 | Java | 2,353 | java | ConfigurationController.java | Java | [] | null | [] | package com.buglabs.app.bugdash2.controller.system;
import java.io.IOException;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.osgi.framework.InvalidSyntaxException;
import org.osgi.service.cm.Configuration;
import com.buglabs.app.bugdash2.AdminConfigManager;... | 2,353 | 0.722907 | 0.720782 | 83 | 27.349398 | 23.612553 | 108 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.228916 | false | false | 14 |
e14155c75bc464e09d402f68eb20d92a5064356f | 28,003,186,788,202 | 93b8a2ae54673c043dcff66155b5366c3e4f3288 | /src/Ex04Moodle/Carro.java | 62fd55b70e2dd7d2dff92cc7ff4f224ef25aaeae | [] | no_license | weverton01almeida/Exercicio-Vicente-Moodle-Para-25-08-17 | https://github.com/weverton01almeida/Exercicio-Vicente-Moodle-Para-25-08-17 | ba979d81c20f5a35bd915f16978834b7d46a7b24 | 722f514fc6cd130edeaec8d75f811e63f8fce0de | refs/heads/master | 2021-01-19T20:34:32.709000 | 2017-08-23T22:33:17 | 2017-08-23T22:33:17 | 101,230,385 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Ex04Moodle;
import javax.swing.JOptionPane;
public class Carro {
String marca;
String modelo;
int velocidade;
public String getMarca() {
return marca;
}
public void setMarca(String marca) {
this.marca = marca;
}
public String getModelo() {
return modelo;
}
public void setModelo(String mode... | UTF-8 | Java | 929 | java | Carro.java | Java | [] | null | [] | package Ex04Moodle;
import javax.swing.JOptionPane;
public class Carro {
String marca;
String modelo;
int velocidade;
public String getMarca() {
return marca;
}
public void setMarca(String marca) {
this.marca = marca;
}
public String getModelo() {
return modelo;
}
public void setModelo(String mode... | 929 | 0.67169 | 0.653391 | 46 | 19.195652 | 24.315516 | 113 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.586957 | false | false | 14 |
b0104dea6ddef23e547ec07364ea3c970961362b | 21,303,037,810,287 | eb7fcf22c2b56b335b013ee08ecdd295c75d3d52 | /SAT2CR-Administracion/src/main/java/ar/com/osdepym/template/dao/UsuarioDao.java | 5f71b4fdb6844a0a5e6817f2de717473c1a608db | [] | no_license | kaloyero/TurneroPescaderia | https://github.com/kaloyero/TurneroPescaderia | b5c51c7fd2b889ffc907a07f38a8ad6a0210ad58 | ba342b2789e11ae7ede03505c3683d9334ea4e02 | refs/heads/master | 2021-01-10T09:39:02.165000 | 2016-02-17T17:31:56 | 2016-02-17T17:31:56 | 48,326,119 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ar.com.osdepym.template.dao;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.ArrayList;
import org.apache.log4j.Logger;
import ar.com.osdepym.common.utils.ConnectionMysql;
import ar.com.osdepym.common.utils.LoggerVariabl... | UTF-8 | Java | 16,693 | java | UsuarioDao.java | Java | [
{
"context": "etString(\"nom_usuario\"));\n\t\t\t\tusuario.setPassword(rs.getString(\"password\"));\n\t\t\t\t// usuario.setSectorId(rs.getSt",
"end": 1370,
"score": 0.9898961186408997,
"start": 1358,
"tag": "PASSWORD",
"value": "rs.getString"
},
{
"context": "usuario\"));\n\t\t\t\tus... | null | [] | package ar.com.osdepym.template.dao;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.ArrayList;
import org.apache.log4j.Logger;
import ar.com.osdepym.common.utils.ConnectionMysql;
import ar.com.osdepym.common.utils.LoggerVariabl... | 16,693 | 0.714192 | 0.712934 | 521 | 31.040308 | 27.793941 | 264 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.034549 | false | false | 14 |
0c9cf1c47129c781f765c6c02484aa2eb980ac7c | 9,380,208,582,941 | 30d310c36b6901c39866dea8d0ce940dc64880d3 | /爬虫大数据项目/spider_08/src/main/java/cn/crxy/spider_08/utils/Config.java | 8c4cd253f38c83f10cb3026fb36e89880a37fa5b | [] | no_license | 15801001455/scala-chaoren | https://github.com/15801001455/scala-chaoren | 9cd02a15d2571c85abf02d98138fc0ffa88ac2d1 | 99e843968a0cc4356b5a16d192725d5b32801edd | refs/heads/master | 2021-06-10T07:45:10.603000 | 2021-04-06T08:13:59 | 2021-04-06T08:13:59 | 194,754,147 | 0 | 0 | null | false | 2021-06-04T02:54:27 | 2019-07-01T23:08:34 | 2021-04-06T08:15:52 | 2021-06-04T02:54:26 | 60,985 | 0 | 0 | 12 | JavaScript | false | false | package cn.crxy.spider_08.utils;
public class Config {
/**
* 注意:这些配置的值应该是从数据库或者配置文件中读取过来的
*
*/
public static Integer nThread = 5;
public static long million_1 = 1000;
public static long million_5 = 5000;
}
| UTF-8 | Java | 289 | java | Config.java | Java | [] | null | [] | package cn.crxy.spider_08.utils;
public class Config {
/**
* 注意:这些配置的值应该是从数据库或者配置文件中读取过来的
*
*/
public static Integer nThread = 5;
public static long million_1 = 1000;
public static long million_5 = 5000;
}
| 289 | 0.656652 | 0.600858 | 19 | 11.263158 | 14.685625 | 37 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.947368 | false | false | 14 |
614e0f52bd3a29538a2d56def92695a8ef46ab16 | 31,525,059,978,553 | c6f0eb41af209775f264da0ae56e21d7b92d8c87 | /src/main/java/io/ebeaninternal/server/core/timezone/DataTimeZone.java | c86bc19d57e77085a8016ca24a17fba83ac8a37a | [
"Apache-2.0"
] | permissive | JakubPetr/ebean | https://github.com/JakubPetr/ebean | 464d88fc466ef4e55258645c189923d99ce5d36f | 4fc47fcd19b568d348bd23a35348198092318094 | refs/heads/master | 2021-06-05T01:53:20.477000 | 2021-05-23T15:45:11 | 2021-05-23T15:45:11 | 136,032,319 | 0 | 1 | NOASSERTION | true | 2023-05-08T07:01:37 | 2018-06-04T13:51:53 | 2021-05-23T15:45:50 | 2021-05-23T15:45:43 | 16,729 | 0 | 0 | 0 | Java | false | false | package io.ebeaninternal.server.core.timezone;
import java.util.Calendar;
/**
* Define if a Calendar representing the time zone should be used in JDBC calls.
*/
public interface DataTimeZone {
/**
* Return the Calendar to use for Timezone information.
*/
Calendar getTimeZone();
}
| UTF-8 | Java | 296 | java | DataTimeZone.java | Java | [] | null | [] | package io.ebeaninternal.server.core.timezone;
import java.util.Calendar;
/**
* Define if a Calendar representing the time zone should be used in JDBC calls.
*/
public interface DataTimeZone {
/**
* Return the Calendar to use for Timezone information.
*/
Calendar getTimeZone();
}
| 296 | 0.726351 | 0.726351 | 14 | 20.142857 | 24.517799 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.214286 | false | false | 14 |
7f3ba4cfde249e858c0ee9b7932f16e7d55644bf | 11,416,023,104,896 | 51d4efb699a0afa2ce6e749ec1e6c55c816f734f | /src/main/xinyan/Order/OrderY.java | dfcbe381385033444a2b58785ec4a0676670ce26 | [] | no_license | king-ru/HotelManagement | https://github.com/king-ru/HotelManagement | d67e39497db9cd438fb0330bac80b2048f744631 | 360d02a42b17cd35355a8418d55d0523ebac79f3 | refs/heads/master | 2020-04-16T14:36:24.230000 | 2019-01-17T14:56:54 | 2019-01-17T14:56:54 | 165,673,418 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package main.xinyan.Order;
import main.xinyan.Rchange.roomchange;
import java.awt.EventQueue;
import javax.swing.JFrame;
import javax.swing.GroupLayout;
import javax.swing.GroupLayout.Alignment;
import javax.swing.ImageIcon;
import javax.swing.JLabel;
import java.awt.Font;
import java.awt.Toolkit;
import javax.swing... | UTF-8 | Java | 7,080 | java | OrderY.java | Java | [] | null | [] | package main.xinyan.Order;
import main.xinyan.Rchange.roomchange;
import java.awt.EventQueue;
import javax.swing.JFrame;
import javax.swing.GroupLayout;
import javax.swing.GroupLayout.Alignment;
import javax.swing.ImageIcon;
import javax.swing.JLabel;
import java.awt.Font;
import java.awt.Toolkit;
import javax.swing... | 7,080 | 0.568266 | 0.5457 | 169 | 40.692307 | 33.514282 | 136 | false | false | 0 | 0 | 24 | 0.020437 | 0 | 0 | 0.751479 | false | false | 14 |
6e5d884162226f51db711fd3b19e51e8e4dc3102 | 8,048,768,769,158 | f6f6ca1855027e0604fe978ef27d415cfcf222f1 | /src/cruddocker/Main.java | 505a9be7c9dd862c7b8b1f230d193bab4e571b37 | [] | no_license | alsoerc/CrudDocker | https://github.com/alsoerc/CrudDocker | f13df665a83435cc441d485ecd4fabf0966fc68b | 2d298a36c96e42e839b5e1ac2b23f27650a457ce | refs/heads/master | 2022-04-22T02:00:09.452000 | 2020-03-11T23:54:43 | 2020-03-11T23:54:43 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cruddocker;
/**
*
* @author exkapp
*/
public class Main extends javax.swing.JFrame {
/**
* Creates new form GUIGeneral
*/
public Main() {
this.setTitle("EMPLEADOS");
initComponents();
}
/**
* This method is called from within the constructor to initialize the... | UTF-8 | Java | 5,041 | java | Main.java | Java | [
{
"context": "package cruddocker;\n\n/**\n *\n * @author exkapp\n */\npublic class Main extends javax.swing.JFrame ",
"end": 45,
"score": 0.999437153339386,
"start": 39,
"tag": "USERNAME",
"value": "exkapp"
}
] | null | [] | package cruddocker;
/**
*
* @author exkapp
*/
public class Main extends javax.swing.JFrame {
/**
* Creates new form GUIGeneral
*/
public Main() {
this.setTitle("EMPLEADOS");
initComponents();
}
/**
* This method is called from within the constructor to initialize the... | 5,041 | 0.643183 | 0.63584 | 133 | 36.887218 | 32.021763 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.458647 | false | false | 14 |
246fdfb199bac87ef6a72b8472bed72ef18e3179 | 32,083,405,702,494 | ee4e5e47f1d6efc497899924dad17cee2417d860 | /src/main/java/com/divvy/savean/dao/ReportDao.java | 1336e3345f9ab8afdde95379b092b64cac3e540b | [] | no_license | divvyvyas/savean-backend | https://github.com/divvyvyas/savean-backend | ab746071fe569cf4251a2a2ccaf6f0323eb79d42 | cc7c2430222878080419aea5aecbf2e0529ae813 | refs/heads/master | 2022-04-25T02:10:22.030000 | 2020-04-26T06:53:27 | 2020-04-26T06:53:27 | 258,960,967 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.divvy.savean.dao;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
import com.divvy.savean.model.Report;
@Repository
public interface ReportDao extends JpaRepository<Report, Long> {
} | UTF-8 | Java | 262 | java | ReportDao.java | Java | [] | null | [] | package com.divvy.savean.dao;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
import com.divvy.savean.model.Report;
@Repository
public interface ReportDao extends JpaRepository<Report, Long> {
} | 262 | 0.828244 | 0.828244 | 11 | 22.90909 | 24.821012 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.454545 | false | false | 14 |
d9aedee104a2272e88cc6007d2364f64024ce040 | 9,706,626,149,573 | 9e7ca099f35ef1aae901a4694c84fc01388bd65c | /src/main/java/com/examweb/Service/QuestionService.java | 18abfa8a3c7835752a65c0aab8286e7481297f1e | [] | no_license | aawMnt/quiz-world-Exam-SpringBoot | https://github.com/aawMnt/quiz-world-Exam-SpringBoot | f84ffad156b884321718a1ed797c77e9a34b967d | 62339254bcf698b96279cceaf2ea76f7579e8253 | refs/heads/master | 2023-07-13T04:16:14.912000 | 2021-08-09T08:58:31 | 2021-08-09T08:58:31 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.examweb.Service;
import java.util.Set;
import com.examweb.entity.exam.Question;
import com.examweb.entity.exam.Quiz;
public interface QuestionService {
public Question addq(Question q);
public Question updateq(Question q);
public Set<Question> getallq();
public Question getq(Long id);
publ... | UTF-8 | Java | 438 | java | QuestionService.java | Java | [] | null | [] | package com.examweb.Service;
import java.util.Set;
import com.examweb.entity.exam.Question;
import com.examweb.entity.exam.Quiz;
public interface QuestionService {
public Question addq(Question q);
public Question updateq(Question q);
public Set<Question> getallq();
public Question getq(Long id);
publ... | 438 | 0.753425 | 0.753425 | 24 | 17.25 | 17.115417 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.041667 | false | false | 14 |
82941ccfe9d22b3a9467f92fbff3ba8516691004 | 29,222,957,505,109 | 0930e90c0fa72ebe2a5a2e83effc8a9e296df8ef | /src/main/java/com/touzhijia/common/utils/BeanValidatorUtils.java | 565c6d64b7dd6027f22b439e19afe745c2aa043a | [
"MIT"
] | permissive | Lzw2016/job-scheduler | https://github.com/Lzw2016/job-scheduler | f72f40da4961832d791a5633a627dd0d47d62510 | a41e0e45b900c8d853d32036b08efd4b4b496cb5 | refs/heads/master | 2018-09-02T07:12:38.008000 | 2017-06-06T04:56:59 | 2017-06-06T04:56:59 | 93,481,005 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.touzhijia.common.utils;
import com.touzhijia.common.vo.response.AjaxMessage;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.validation.BindingResult;
import org.springframework.validation.FieldError;
import java.util.List;
/**
* 作者:lizw <br/>
* 创建时间:2017/6/1 14:07 <... | UTF-8 | Java | 2,050 | java | BeanValidatorUtils.java | Java | [
{
"context": "on.FieldError;\n\nimport java.util.List;\n\n/**\n * 作者:lizw <br/>\n * 创建时间:2017/6/1 14:07 <br/>\n */\npublic cla",
"end": 289,
"score": 0.9997199773788452,
"start": 285,
"tag": "USERNAME",
"value": "lizw"
}
] | null | [] | package com.touzhijia.common.utils;
import com.touzhijia.common.vo.response.AjaxMessage;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.validation.BindingResult;
import org.springframework.validation.FieldError;
import java.util.List;
/**
* 作者:lizw <br/>
* 创建时间:2017/6/1 14:07 <... | 2,050 | 0.613326 | 0.60703 | 52 | 35.653847 | 27.100159 | 121 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 14 |
f7cd3616bc88e3935e0153c3b959eed2dd06e2ad | 12,945,031,467,537 | 04fbe84a191c79285a3719ba6be429f0f695f952 | /app/src/main/java/com/emobi/bjain/pojo/newwishlist/NewWishListResultPOJO.java | cd79c7d6d4d8c60e20a810d2da649a98a29062be | [] | no_license | vishwakarmasunil68/Booklings | https://github.com/vishwakarmasunil68/Booklings | 13b81da3fa54f466906dac93ccb2b31b3e3abacf | 223b5fb377f1f2d27d413ae4a6e2160a06f05cf4 | refs/heads/master | 2021-01-01T18:53:11.046000 | 2017-07-26T19:49:44 | 2017-07-26T19:49:44 | 98,460,295 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.emobi.bjain.pojo.newwishlist;
import com.google.gson.annotations.SerializedName;
/**
* Created by sunil on 03-06-2017.
*/
public class NewWishListResultPOJO {
@SerializedName("wishlist_id")
private String wishlistId;
@SerializedName("customer_id")
private String customerId;
@Serial... | UTF-8 | Java | 5,492 | java | NewWishListResultPOJO.java | Java | [
{
"context": "son.annotations.SerializedName;\n\n/**\n * Created by sunil on 03-06-2017.\n */\n\npublic class NewWishListResul",
"end": 118,
"score": 0.9618535041809082,
"start": 113,
"tag": "USERNAME",
"value": "sunil"
}
] | null | [] | package com.emobi.bjain.pojo.newwishlist;
import com.google.gson.annotations.SerializedName;
/**
* Created by sunil on 03-06-2017.
*/
public class NewWishListResultPOJO {
@SerializedName("wishlist_id")
private String wishlistId;
@SerializedName("customer_id")
private String customerId;
@Serial... | 5,492 | 0.580663 | 0.579206 | 226 | 23.300884 | 18.186539 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.345133 | false | false | 14 |
57dd31628a6ecab9e7b5c072e28ed57f2ace0f86 | 11,527,692,262,042 | cea3fe1ae551bf2f81b431876d15563d6347119b | /case 6.1.3 ADPlugin/src/main/java/com/gang/study/adplugin/crud/UserOutputImpl.java | f5fd6dda19624369ad7c98a3d3d2801592da11f3 | [] | no_license | black-ant/case | https://github.com/black-ant/case | 2e33cbd74b559924d3a53092a8b070edea4d143d | 589598bb41398b330bc29b2ca61757296b55b579 | refs/heads/master | 2023-07-31T23:22:51.168000 | 2022-07-24T06:15:53 | 2022-07-24T06:15:53 | 137,761,384 | 86 | 26 | null | false | 2023-07-17T01:03:21 | 2018-06-18T14:22:01 | 2023-06-08T02:21:37 | 2023-07-17T01:03:20 | 156,222 | 78 | 25 | 38 | Java | false | false | package com.gang.study.adplugin.crud;
import com.gang.study.adplugin.common.ADConfig;
import com.gang.study.adplugin.utils.ADSyncUtils;
import net.tirasa.connid.bundles.ad.crud.ADCreate;
import net.tirasa.connid.bundles.ad.crud.ADDelete;
import net.tirasa.connid.bundles.ad.crud.ADUpdate;
import org.identityconnectors.... | UTF-8 | Java | 5,265 | java | UserOutputImpl.java | Java | [
{
"context": "ption TODO\n * @Date 2019/12/5 13:40\n * @Created by zengzg\n */\n@Component\npublic class UserOutputImpl {\n\n ",
"end": 905,
"score": 0.9996211528778076,
"start": 899,
"tag": "USERNAME",
"value": "zengzg"
},
{
"context": ".add(AttributeBuilder.build(\"userPrincipalN... | null | [] | package com.gang.study.adplugin.crud;
import com.gang.study.adplugin.common.ADConfig;
import com.gang.study.adplugin.utils.ADSyncUtils;
import net.tirasa.connid.bundles.ad.crud.ADCreate;
import net.tirasa.connid.bundles.ad.crud.ADDelete;
import net.tirasa.connid.bundles.ad.crud.ADUpdate;
import org.identityconnectors.... | 5,264 | 0.665411 | 0.616848 | 132 | 37.219696 | 32.829754 | 123 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.893939 | false | false | 14 |
fb24a8103cfd724120391a4e46728ac8bd976f35 | 24,962,349,966,886 | 54f0ecedb6d007d8fbc52965a10c87cff7679303 | /parenthesis-matching/src/implementation/ParenthesisMatching.java | f9fd5aefbf494fcdd067633077a1394a0a59f7c6 | [] | no_license | breurlucas/data-structures | https://github.com/breurlucas/data-structures | 0d3b77f99a613bc58a43c8f19c916df70af86def | bbb82f70ae4e839b4f244cd86c4cea7a5e8c0c54 | refs/heads/master | 2020-05-07T01:02:57.453000 | 2019-05-26T22:08:58 | 2019-05-26T22:08:58 | 180,257,351 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package implementation;
import net.datastructures.ArrayStack;
/*
*
* @author Lucas Breur
*/
public class ParenthesisMatching {
// Method that verifies the matching of brackets
public boolean verify(String[] X) {
ArrayStack<String> newStack = new ArrayStack<>();
int i... | UTF-8 | Java | 1,362 | java | ParenthesisMatching.java | Java | [
{
"context": " net.datastructures.ArrayStack;\n\n/*\n * \n * @author Lucas Breur \n */\npublic class ParenthesisMatching {\n \n ",
"end": 93,
"score": 0.9998654723167419,
"start": 82,
"tag": "NAME",
"value": "Lucas Breur"
}
] | null | [] | package implementation;
import net.datastructures.ArrayStack;
/*
*
* @author <NAME>
*/
public class ParenthesisMatching {
// Method that verifies the matching of brackets
public boolean verify(String[] X) {
ArrayStack<String> newStack = new ArrayStack<>();
int i=0;
... | 1,357 | 0.425844 | 0.42511 | 55 | 23.763636 | 19.204132 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.436364 | false | false | 14 |
a6efbb35c0d46f97d2c2d4a77fc7dac88c9abe4b | 163,208,807,302 | 90d2b3ed9ce989a00ee9a26d54c5ee6db543ee67 | /Day0411_object/src/Student.java | 3a915742ddc0358ad13c9007b12b50d8cb20ac43 | [] | no_license | lee0506kr/java | https://github.com/lee0506kr/java | 34d080cefc8b07bd65fd78ca8ea5bbbb083f53c3 | 893087c69dae4209ed91bcca00b33d34486cbe7e | refs/heads/master | 2020-03-12T12:37:16.344000 | 2018-05-30T06:18:37 | 2018-05-30T06:18:37 | 130,622,197 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
public class Student {
// 이름(문자열),학년(정수),점수(국,영,수:Score)
// name, grade, score
// 생성자 : 기본 생성자
// : 매개변수가 (이름,학년,score) 인 생성자
// : 매개변수가 (이름,학년,국어,영어,수학) 인 생성자
// 메서드
// 평균점수를 반환하는 메서드 : getAverage()
// 국영수 점수를 각각 저장하지 못합니다. 각 점수를 따로 설정할 수 있는 메서드 만들기
// 이름(문자열),학년(정수),점수(국,영,수:Score)
// na... | UTF-8 | Java | 4,816 | java | Student.java | Java | [
{
"context": " Score score;\r\n\r\n\t\tpublic Student() {\r\n\t\t\tname = \"이름없음\";\r\n\t\t\tgrade = 1;\r\n\t\t\t// Score의 기본 생성자 호출: 점수가 0으로",
"end": 733,
"score": 0.908889651298523,
"start": 729,
"tag": "NAME",
"value": "이름없음"
},
{
"context": " Score score;\r\n\t * \r\n\t * public ... | null | [] |
public class Student {
// 이름(문자열),학년(정수),점수(국,영,수:Score)
// name, grade, score
// 생성자 : 기본 생성자
// : 매개변수가 (이름,학년,score) 인 생성자
// : 매개변수가 (이름,학년,국어,영어,수학) 인 생성자
// 메서드
// 평균점수를 반환하는 메서드 : getAverage()
// 국영수 점수를 각각 저장하지 못합니다. 각 점수를 따로 설정할 수 있는 메서드 만들기
// 이름(문자열),학년(정수),점수(국,영,수:Score)
// na... | 4,816 | 0.57439 | 0.572683 | 161 | 23.440994 | 23.652727 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.254658 | false | false | 14 |
f31db600ad4b85eca74d106c6e51f5baf67ae2a2 | 17,076,790,020,678 | f3f3c84b531e0d5bab92002d24891ef231bc806a | /src/org/seqcode/projects/chexmix/stats/DistributionPercentile.java | 0bd0cc9a4fb19359c1466ffe6488031b7e3cfad9 | [
"MIT"
] | permissive | seqcode/chexmix | https://github.com/seqcode/chexmix | f38f3596b63a9d7bd8fc316d78d4c79026c330c7 | 95cebc6b3b7c4d5bd1561f2cfee2ec0de08d3555 | refs/heads/master | 2022-12-11T06:14:29.751000 | 2022-12-07T20:24:02 | 2022-12-07T20:24:02 | 109,458,980 | 9 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.seqcode.projects.chexmix.stats;
import org.apache.commons.math3.stat.descriptive.rank.Percentile;
/**
* DistributionPercentile: Determine the percentile of the doubles
*
* @author naomi yamada
*
*/
public class DistributionPercentile {
protected double[] data;
protected double percentile;
pr... | UTF-8 | Java | 1,004 | java | DistributionPercentile.java | Java | [
{
"context": "ine the percentile of the doubles \n * \n * @author naomi yamada\n *\n */\n\npublic class DistributionPercentile {\n\t\n\t",
"end": 212,
"score": 0.9998154640197754,
"start": 200,
"tag": "NAME",
"value": "naomi yamada"
}
] | null | [] | package org.seqcode.projects.chexmix.stats;
import org.apache.commons.math3.stat.descriptive.rank.Percentile;
/**
* DistributionPercentile: Determine the percentile of the doubles
*
* @author <NAME>
*
*/
public class DistributionPercentile {
protected double[] data;
protected double percentile;
protecte... | 998 | 0.668327 | 0.661355 | 46 | 20.826086 | 19.658281 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.891304 | false | false | 14 |
d8ed622782b43e86fb96233d7887f8817773af92 | 17,076,790,020,186 | 4a29b84a0906d4b71a024995e0324ccbef0d2634 | /boot-web/src/main/java/poc/spring/boot/service/ModuleGroupService.java | 759f4b3ef47744a948aaec41c3ad0488fb8f02e1 | [] | no_license | poc-z-cloud/poc | https://github.com/poc-z-cloud/poc | 7ecfa4759cf500febd57595b7a0adafb2eb25000 | d0584e8ebda92a2211cbdc40a491c8b9a1c9c7e0 | refs/heads/master | 2020-03-30T18:39:54.225000 | 2019-01-03T21:40:10 | 2019-01-03T21:40:10 | 151,509,639 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package poc.spring.boot.service;
import poc.spring.boot.domain.model.ModuleGroup;
public interface ModuleGroupService extends NamedCRUDService<ModuleGroup> {
} | UTF-8 | Java | 162 | java | ModuleGroupService.java | Java | [] | null | [] | package poc.spring.boot.service;
import poc.spring.boot.domain.model.ModuleGroup;
public interface ModuleGroupService extends NamedCRUDService<ModuleGroup> {
} | 162 | 0.833333 | 0.833333 | 7 | 22.285715 | 27.973019 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.285714 | false | false | 14 |
fb802c7526eb409eb1fdd3a5bd6666c94e495581 | 17,265,768,586,378 | 2b72e34b3c2322154f0c9e04f40bc05b5a54711b | /src/main/java/com/wc/backstage/service/MenuService.java | 93b9e1e04bdd6ba680bb1234bfc2492cb10024f9 | [] | no_license | wch888/wc-service | https://github.com/wch888/wc-service | e50b1c996e7a3ab073d3f6a49f650b8aab26b8dc | dce803a0bd1c23380fea813f77738c36930c448a | refs/heads/master | 2020-04-06T06:55:31.508000 | 2016-08-30T13:29:07 | 2016-08-30T13:29:07 | 63,469,060 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.wc.backstage.service;
import com.wc.backstage.bean.Menu;
import com.wc.backstage.dao.MenuDao;
import com.wc.common.db.PageInfo;
import com.wc.common.db.PagerControl;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import java.util.List;
/**
*... | UTF-8 | Java | 1,085 | java | MenuService.java | Java | [
{
"context": "ervice;\n\nimport java.util.List;\n\n/**\n * Created by rubi on 13-12-29.\n */\n@Service\npublic class MenuServic",
"end": 336,
"score": 0.9992190599441528,
"start": 332,
"tag": "USERNAME",
"value": "rubi"
}
] | null | [] | package com.wc.backstage.service;
import com.wc.backstage.bean.Menu;
import com.wc.backstage.dao.MenuDao;
import com.wc.common.db.PageInfo;
import com.wc.common.db.PagerControl;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import java.util.List;
/**
*... | 1,085 | 0.672811 | 0.667281 | 47 | 22.085106 | 21.661644 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.553191 | false | false | 14 |
51b6c0b048dd5f3d69c1329a03f1e30cee294daf | 31,988,916,469,325 | 9136d9049540ea6426f17cff6e6aefc1a70fe047 | /src/com/finedo/engine/api/impl/trigger/LuceneTrigger.java | 5f20fdd6c7c75333574ede9aad49cc675faa74a7 | [] | no_license | taogy/lytest | https://github.com/taogy/lytest | d16ba34d65a616b9cf089d139fc570675742defa | 6e38560cf8022431d8672bb1a57418d008b2696e | refs/heads/master | 2016-08-09T03:49:33.130000 | 2016-04-09T06:27:12 | 2016-04-09T06:27:12 | 55,616,109 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.finedo.engine.api.impl.trigger;
import java.util.HashMap;
import java.util.Map;
import com.finedo.base.domain.LoginInfo;
import com.finedo.base.utils.string.StringHelper;
import com.finedo.engine.EngineService;
import com.finedo.engine.api.IEngineTrigger;
import com.finedo.engine.domain.ProcessIn... | UTF-8 | Java | 1,465 | java | LuceneTrigger.java | Java | [
{
"context": "tils.LuceneHelper;\r\n\r\n/**\r\n * 内置的索引触发器\r\n * @author F.J.wang\r\n * @date 2013-2-17\r\n */\r\npublic class LuceneTrig",
"end": 462,
"score": 0.9998478889465332,
"start": 454,
"tag": "NAME",
"value": "F.J.wang"
}
] | null | [] | package com.finedo.engine.api.impl.trigger;
import java.util.HashMap;
import java.util.Map;
import com.finedo.base.domain.LoginInfo;
import com.finedo.base.utils.string.StringHelper;
import com.finedo.engine.EngineService;
import com.finedo.engine.api.IEngineTrigger;
import com.finedo.engine.domain.ProcessIn... | 1,465 | 0.706004 | 0.701173 | 47 | 28.74468 | 20.811687 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.212766 | false | false | 14 |
a7ad557853de1a9f455f8947bc8943a3f718c928 | 28,295,244,578,626 | 0cac3249f03164ca0cc5dcdca9cdfa0666f6366a | /SigremWEB v2.0/WEB-INF/src/mem/ModificaEmpleadoAction.java | 6d7bb0d01df229cb9c3c7bd1521f8a15bf12810c | [] | no_license | BackupTheBerlios/sigrem | https://github.com/BackupTheBerlios/sigrem | a0692f28e81a47209915e0d44639354b6754f51c | 29a03798b5f90abab0174be83b431c5c09498c31 | refs/heads/master | 2020-12-24T14:53:57.900000 | 2005-11-15T23:04:41 | 2005-11-15T23:04:41 | 40,052,877 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package mem;
import java.io.IOException;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.apache.struts.action.Action;
import org.apache.struts.action.ActionForm;
import org.apache.struts.action.ActionForward;
import org.apa... | UTF-8 | Java | 2,002 | java | ModificaEmpleadoAction.java | Java | [] | null | [] | package mem;
import java.io.IOException;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.apache.struts.action.Action;
import org.apache.struts.action.ActionForm;
import org.apache.struts.action.ActionForward;
import org.apa... | 2,002 | 0.768731 | 0.766733 | 57 | 34.122807 | 21.919367 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.245614 | false | false | 6 |
e96b52c30a76bce302000171e45042daa96e1c46 | 32,109,175,562,742 | 2a3efc2603d06ae9dd2a473d9c42529cdf144a84 | /app/src/main/java/laoyou/com/laoyou/activity/AddressbookActivity.java | c32de8462f11223a7d507841f54d4b92b6a28fe6 | [] | no_license | KikisHuang/LaoYou | https://github.com/KikisHuang/LaoYou | 8a61fcf119463ac19de10237c6f0a28ec412ed6e | f5c197fb7544c5f177e9f319fd897350e25cd624 | refs/heads/master | 2021-05-07T09:09:53.328000 | 2018-02-28T02:53:36 | 2018-02-28T02:53:36 | 109,470,618 | 0 | 0 | null | false | 2018-02-28T02:53:37 | 2017-11-04T05:49:48 | 2017-11-04T05:50:15 | 2018-02-28T02:53:36 | 38,723 | 0 | 0 | 0 | Java | false | null | package laoyou.com.laoyou.activity;
import android.content.Intent;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import android.widget.ImageView;
import android.widget.LinearLayout;
import android.widget.ListView;
import java.util.ArrayList;
import java.util.List;
import laoy... | UTF-8 | Java | 4,784 | java | AddressbookActivity.java | Java | [
{
"context": "u.utils.IntentUtils.goHomePage;\n\n/**\n * Created by lian on 2017/11/23.\n */\npublic class AddressbookActivi",
"end": 890,
"score": 0.9715012907981873,
"start": 886,
"tag": "USERNAME",
"value": "lian"
}
] | null | [] | package laoyou.com.laoyou.activity;
import android.content.Intent;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import android.widget.ImageView;
import android.widget.LinearLayout;
import android.widget.ListView;
import java.util.ArrayList;
import java.util.List;
import laoy... | 4,784 | 0.645317 | 0.643217 | 163 | 28.214724 | 24.466764 | 108 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.564417 | false | false | 6 |
0726314d91fa39ce97fd676fceb8fa390d98da20 | 6,493,990,586,156 | 95f434f1bc7aca770b3fa4aa8b159d119196da7c | /travel-common/travel-common-dao/src/main/java/com/zb/mapper/ShipcontactMapper.java | 3d27a12cc7742b8014bdd0404607c7ff7731ac74 | [] | no_license | yangchengshuo961118/travel | https://github.com/yangchengshuo961118/travel | bdad764b242333b643079498c6260688b2d34f6f | 7e2de7b6da6b0e974c97fc22f8756cf74f4cdb2f | refs/heads/master | 2020-05-02T10:47:17.285000 | 2019-04-09T03:54:18 | 2019-04-09T03:54:18 | 177,907,492 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zb.mapper;
import com.zb.pojo.Shipcontact;
import org.apache.ibatis.annotations.Param;
import java.util.List;
import java.util.Map;
import org.apache.ibatis.annotations.Mapper;
@Mapper
public interface ShipcontactMapper {
public Shipcontact getShipcontactById(@Param(value = "id") Long id)throws Exception... | UTF-8 | Java | 818 | java | ShipcontactMapper.java | Java | [] | null | [] | package com.zb.mapper;
import com.zb.pojo.Shipcontact;
import org.apache.ibatis.annotations.Param;
import java.util.List;
import java.util.Map;
import org.apache.ibatis.annotations.Mapper;
@Mapper
public interface ShipcontactMapper {
public Shipcontact getShipcontactById(@Param(value = "id") Long id)throws Exception... | 818 | 0.821516 | 0.821516 | 25 | 31.719999 | 33.713524 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.96 | false | false | 6 |
d264c8eeba0d8e12aa00bc6ab55da1300caa15c4 | 18,580,028,558,410 | 166ee5d42596249fee3e44df6ffe9d5d63ce81cb | /NETBEANS_PROJECTS_JV/Lista1/src/main/java/br/com/unifacef/lista1/ex1/Aluno.java | 3b6901be04a0288968d61f40aef024df2ea05e78 | [] | no_license | GuilhermeMaranha/programacao-computadores | https://github.com/GuilhermeMaranha/programacao-computadores | ec82a74f2b79def589d48f4f03571a7e0db4542f | 85627092f444744c56786036fb716ce3a79a2691 | refs/heads/master | 2023-03-31T23:07:30.652000 | 2021-03-29T23:49:22 | 2021-03-29T23:49:22 | 290,339,772 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | //Exercício 1:
//• Crie uma classe em Java chamada Aluno contendo as variáveis de instância numeroAluno (int), nome (String), idade (int), p1 (float) e p2 (float),
//• Crie os construtores
//• Crie os métodos notaFinal() - que calcula e retorna a média final do aluno - , e dadosAluno() - que retorna os valores de nu... | UTF-8 | Java | 2,180 | java | Aluno.java | Java | [
{
"context": " final\n // Aluno obj1 = new Aluno(1, 20, \"João\", 4, 6)\n // float aux = obj1.notaFinal()\n",
"end": 1513,
"score": 0.9997721314430237,
"start": 1509,
"tag": "NAME",
"value": "João"
},
{
"context": "inal()\n // Aluno obj2 = new Aluno(2, 18, \"P... | null | [] | //Exercício 1:
//• Crie uma classe em Java chamada Aluno contendo as variáveis de instância numeroAluno (int), nome (String), idade (int), p1 (float) e p2 (float),
//• Crie os construtores
//• Crie os métodos notaFinal() - que calcula e retorna a média final do aluno - , e dadosAluno() - que retorna os valores de nu... | 2,180 | 0.609972 | 0.593197 | 58 | 36 | 37.238281 | 153 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.672414 | false | false | 6 |
33be906255cf03f6183e071d2b7551c46bcbe475 | 16,252,156,284,065 | 2194589f64d7d0fbbd492982113551cb9e1a2e5b | /app/src/main/java/kz/elaman/gazservice/fragment/ContactsFragment.java | 50a67f754aac1dd62c95ca74ef088f37ec6c64c7 | [] | no_license | yelamansa/GazService | https://github.com/yelamansa/GazService | 9ac54334ad82b956534536b78780082bcaa1acd9 | 75c889d93fa2b309de49be80317ca9ce3f2e02eb | refs/heads/master | 2021-06-17T21:52:34.351000 | 2017-04-08T06:14:46 | 2017-04-08T06:14:46 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package kz.elaman.gazservice.fragment;
import android.content.Context;
import android.content.Intent;
import android.net.Uri;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
i... | UTF-8 | Java | 3,753 | java | ContactsFragment.java | Java | [] | null | [] | package kz.elaman.gazservice.fragment;
import android.content.Context;
import android.content.Intent;
import android.net.Uri;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
i... | 3,753 | 0.634426 | 0.622968 | 119 | 30.537815 | 26.227444 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.529412 | false | false | 6 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.