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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
a6fd0e0a492c7c8242b52cfa7a08fe689d6fec24 | 9,964,324,162,959 | 5a2e7563d16d6e02b6e190b64e606b3d1caf3d59 | /ContadorBaloncesto/app/src/main/java/com/example/azahara/contadorbaloncesto/MainActivity.java | a081292cdfd4fbfab97061cb370dd37b8be7fb6b | [] | no_license | EmanuelFontalba/Aprendiendo_Android | https://github.com/EmanuelFontalba/Aprendiendo_Android | 7d49c9cea0011d7ff0999e8b1d87255fcc3757af | 735f8266b57e55bb7dacae851a5a3a4ef2e61cf4 | refs/heads/master | 2021-01-10T17:13:09.290000 | 2016-03-08T09:15:28 | 2016-03-08T09:15:28 | 51,911,894 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.azahara.contadorbaloncesto;
import android.content.Intent;
import android.content.pm.ActivityInfo;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.TextView;
pub... | UTF-8 | Java | 1,253 | java | MainActivity.java | Java | [
{
"context": "package com.example.azahara.contadorbaloncesto;\n\nimport android.content.Inten",
"end": 27,
"score": 0.9281617999076843,
"start": 20,
"tag": "USERNAME",
"value": "azahara"
}
] | null | [] | package com.example.azahara.contadorbaloncesto;
import android.content.Intent;
import android.content.pm.ActivityInfo;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.TextView;
pub... | 1,253 | 0.664006 | 0.66241 | 43 | 28.139534 | 26.873158 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.55814 | false | false | 8 |
f2c2f444dd49b36c75e757eda5cdcc3b93847a82 | 8,169,027,863,456 | dbda5bba0d13fcd80838d6e9545c5434e4f0269b | /Sample-Auth-Server/src/main/java/com/sample/AuthorizationServerConfig.java | 5cda0b63b4b2edeb0e6b96a27fffcac41a7280be | [] | no_license | GokceTuna/SampleSpringBoot | https://github.com/GokceTuna/SampleSpringBoot | 2f42966bf042dac9394bca0be623ed1b87c5b233 | 643c15bdd1505f519292f469c970c5bbdaf78b84 | refs/heads/master | 2021-08-30T16:22:56.799000 | 2017-12-18T16:21:55 | 2017-12-18T16:21:55 | 110,379,840 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.sample;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Configuration;
import org.springframework.http.HttpMethod;
import org.springframework.security.authentication.AuthenticationManager;
import org.springframework.security.oauth2.config.a... | UTF-8 | Java | 2,770 | java | AuthorizationServerConfig.java | Java | [
{
"context": ".inMemoryAuthentication().withUser(\"x\").password(\"x\").roles(\"USER\").and().withUser(\"manager\")\r\n//\t\t\t\t",
"end": 2544,
"score": 0.999393880367279,
"start": 2543,
"tag": "PASSWORD",
"value": "x"
},
{
"context": "(\"x\").password(\"x\").roles(\"USER\").and().w... | null | [] | package com.sample;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Configuration;
import org.springframework.http.HttpMethod;
import org.springframework.security.authentication.AuthenticationManager;
import org.springframework.security.oauth2.config.a... | 2,772 | 0.791336 | 0.785921 | 57 | 46.63158 | 41.061199 | 116 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.701754 | false | false | 8 |
e18236fef8c91f334fe6c8ad98827a9fe34206d6 | 3,015,067,042,901 | 66c771ddc613761932a3c31245e59dd52228ccf6 | /plugin/inject-plugin-core/src/main/java/org/hrodberaht/injection/plugin/junit/plugins/common/PluginLifeCycle.java | b613f9d6d4ecc6780e289db0f642ff5849698707 | [
"Apache-2.0"
] | permissive | alero/injection | https://github.com/alero/injection | a64ba23c22e1c359cc07a1e61c23a69ceed375f2 | 714c1294500b64b08f4341170c47ceecea049e42 | refs/heads/master | 2021-01-17T15:39:13.228000 | 2020-10-02T09:03:15 | 2020-10-02T09:03:15 | 51,065,126 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.hrodberaht.injection.plugin.junit.plugins.common;
import org.hrodberaht.injection.plugin.junit.api.Plugin;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import java.util.Map;
import java.util.concurrent.ConcurrentHashMap;
public class PluginLifeCycle {
private static final Logger LOG = L... | UTF-8 | Java | 2,599 | java | PluginLifeCycle.java | Java | [] | null | [] | package org.hrodberaht.injection.plugin.junit.plugins.common;
import org.hrodberaht.injection.plugin.junit.api.Plugin;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import java.util.Map;
import java.util.concurrent.ConcurrentHashMap;
public class PluginLifeCycle {
private static final Logger LOG = L... | 2,599 | 0.702963 | 0.702193 | 71 | 35.605633 | 36.649647 | 142 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.577465 | false | false | 8 |
919e62edd280b09cacf70c8946e8225da4bb42a5 | 3,006,477,178,186 | 73ffe52c74ee8626a22eeae33710f23ad9a8b4b1 | /AFRAMZ-AUTOMATED-TESTS2-master/java/src/test/java/databases/dynamicDB/models/Order.java | 0b29923cc7ea91ba17d6467cb8c36bcdaa7d3583 | [] | no_license | harisehsan/DazOld | https://github.com/harisehsan/DazOld | de52c8a487f70605c68b64bbbe36040b25121ffd | 0d395f4bf11a3c28bcd10c8b682bf4912e13ec22 | refs/heads/master | 2023-05-30T20:58:42.261000 | 2021-06-15T10:55:15 | 2021-06-15T10:55:15 | 377,129,719 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package databases.dynamicDB.models;
/**
* Created by sergiopinheiro on 6/5/17.
*/
public class Order {
int id_order;
float subtotal;
float total;
float discount;
int id_shipping_method;
int id_payment_method;
int id_voucher;
int id_address;
String order_number;
int id_custome... | UTF-8 | Java | 1,779 | java | Order.java | Java | [
{
"context": "age databases.dynamicDB.models;\n\n/**\n * Created by sergiopinheiro on 6/5/17.\n */\npublic class Order {\n\n int id_o",
"end": 69,
"score": 0.9992542862892151,
"start": 55,
"tag": "USERNAME",
"value": "sergiopinheiro"
}
] | null | [] | package databases.dynamicDB.models;
/**
* Created by sergiopinheiro on 6/5/17.
*/
public class Order {
int id_order;
float subtotal;
float total;
float discount;
int id_shipping_method;
int id_payment_method;
int id_voucher;
int id_address;
String order_number;
int id_custome... | 1,779 | 0.608769 | 0.606521 | 77 | 22.103895 | 25.134747 | 194 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.584416 | false | false | 8 |
b4b1920f1eb68456b2712bb318ad015ad2cae997 | 10,161,892,630,140 | 96021d2326fdd54a2a1390fc3bfdfad5ab5377f0 | /foodie-api/src/main/java/com/fengxuechao/jvm/threadpool/MyPoolSizeCalculator.java | a5e273fa9a48397de67aa7e01074b43cdc2ec5cc | [] | no_license | littlefxc/foodie | https://github.com/littlefxc/foodie | 41104fe0bc4e42df424d47aa9cf6678b50693579 | 30a5eea5b8c862cc8d4ab3007d14f79ad8a6bda1 | refs/heads/master | 2023-08-09T11:44:53.964000 | 2022-04-06T08:29:05 | 2022-04-06T08:29:05 | 235,483,621 | 3 | 1 | null | false | 2023-07-23T03:27:20 | 2020-01-22T02:26:58 | 2022-04-24T06:34:39 | 2023-07-23T03:27:19 | 14,590 | 3 | 2 | 7 | JavaScript | false | false | package com.fengxuechao.jvm.threadpool;
import java.lang.management.ManagementFactory;
import java.math.BigDecimal;
import java.util.concurrent.*;
/**
* 如何合理设置线程池的大小
*/
public class MyPoolSizeCalculator extends PoolSizeCalculator {
public static void main(String[] args) {
MyPoolSizeCalculator calculato... | UTF-8 | Java | 1,751 | java | MyPoolSizeCalculator.java | Java | [] | null | [] | package com.fengxuechao.jvm.threadpool;
import java.lang.management.ManagementFactory;
import java.math.BigDecimal;
import java.util.concurrent.*;
/**
* 如何合理设置线程池的大小
*/
public class MyPoolSizeCalculator extends PoolSizeCalculator {
public static void main(String[] args) {
MyPoolSizeCalculator calculato... | 1,751 | 0.581207 | 0.571251 | 58 | 26.724138 | 22.333517 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.310345 | false | false | 8 |
4674b8cfc3c127f1658a6754873d54263a16f105 | 23,639,500,050,783 | 9a882adeeca9eca5558e807866d34b784c400bc6 | /factory/src/main/java/com/huanxing/pattern/factory/simplefactory/Fruit.java | ae3dcb88b7adf32db5aa3e1f5e0a45fbbb4a1531 | [] | no_license | wuhuanxing/designpatterns | https://github.com/wuhuanxing/designpatterns | 45a76f977650d7ebbefadfe3d2f4488d55285730 | 48687ec38aed69403fd4e91a950c46a4d6a306e6 | refs/heads/master | 2020-03-28T00:40:26.730000 | 2018-09-30T01:06:00 | 2018-09-30T01:06:00 | 147,439,253 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.huanxing.pattern.factory.simplefactory;
/**
* 水果抽象类
* @author huanxing.wu at 2018/09/13
*/
public interface Fruit {
void eat();
}
| UTF-8 | Java | 160 | java | Fruit.java | Java | [
{
"context": "rn.factory.simplefactory;\n\n/**\n * 水果抽象类\n * @author huanxing.wu at 2018/09/13\n */\npublic interface Fruit {\n vo",
"end": 88,
"score": 0.9981740117073059,
"start": 77,
"tag": "NAME",
"value": "huanxing.wu"
}
] | null | [] | package com.huanxing.pattern.factory.simplefactory;
/**
* 水果抽象类
* @author huanxing.wu at 2018/09/13
*/
public interface Fruit {
void eat();
}
| 160 | 0.686667 | 0.633333 | 9 | 15.666667 | 16.904963 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.222222 | false | false | 8 |
5cc48237c8ec0f751754bda822820536ec422386 | 16,707,422,789,765 | 50c8fc4641d3d237d4e65afdee63803a1e76c98e | /src/com/fs/starfarer/api/impl/campaign/missions/academy/GAOutpost.java | 7a6f4dcfd4625de25cbfa2044ba48bf221dc8f07 | [] | no_license | jaghaimo/starsector-api | https://github.com/jaghaimo/starsector-api | 7e8ea70471f45581c8d337e43b711a68f262f0ed | 5b1af3542e8ce257b2e6efa69e14d63a25746004 | refs/heads/master | 2023-06-07T00:48:29.078000 | 2023-06-01T19:14:30 | 2023-06-01T20:05:31 | 315,633,840 | 2 | 2 | null | false | 2022-04-20T15:11:11 | 2020-11-24T13:02:20 | 2022-01-20T17:17:06 | 2022-04-20T15:11:10 | 191,539 | 0 | 2 | 0 | Java | false | false | package com.fs.starfarer.api.impl.campaign.missions.academy;
import java.awt.Color;
import java.util.List;
import java.util.Map;
import com.fs.starfarer.api.Global;
import com.fs.starfarer.api.campaign.InteractionDialogAPI;
import com.fs.starfarer.api.campaign.PlanetAPI;
import com.fs.starfarer.api.campaign.... | UTF-8 | Java | 8,419 | java | GAOutpost.java | Java | [] | null | [] | package com.fs.starfarer.api.impl.campaign.missions.academy;
import java.awt.Color;
import java.util.List;
import java.util.Map;
import com.fs.starfarer.api.Global;
import com.fs.starfarer.api.campaign.InteractionDialogAPI;
import com.fs.starfarer.api.campaign.PlanetAPI;
import com.fs.starfarer.api.campaign.... | 8,419 | 0.713149 | 0.707566 | 236 | 33.631355 | 26.442528 | 117 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.817797 | false | false | 8 |
f2887cd786d5e91b1886a1cae53b52fadec751ba | 33,371,895,889,924 | 2d138cd9c0b7bb619e5ac5e1393247313e23e76c | /febin test1/employee_management_system/src/main/java/com/ust/ems/controller/EmployeeController.java | 9729461a895c4bf6d9aa897a88a280a1312434c7 | [] | no_license | amalr405/ems | https://github.com/amalr405/ems | 30cf785aa7328b0fab12a1d3d9327cdef32e57a1 | 7b2db458d769b320e8f3f48c6a0992c80fd90983 | refs/heads/main | 2023-08-15T16:45:53.466000 | 2021-10-11T12:43:51 | 2021-10-11T12:43:51 | 415,627,868 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ust.ems.controller;
import java.util.List;
import java.util.Optional;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.DeleteMapping;
import o... | UTF-8 | Java | 2,791 | java | EmployeeController.java | Java | [] | null | [] | package com.ust.ems.controller;
import java.util.List;
import java.util.Optional;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.DeleteMapping;
import o... | 2,791 | 0.736295 | 0.736295 | 88 | 29.693182 | 28.3057 | 113 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.568182 | false | false | 8 |
c4f62bc9b5e65b341f0f0045b5aeaa1013048887 | 3,977,139,729,958 | 513396b20ab0a4b7f9bcf362872e74bd8806d60b | /core/src/com/jingyuyao/tactical/data/SaveManager.java | 6deb82e32cb3417181271cb38022ade3bf0ebd17 | [
"MIT"
] | permissive | jingyuyao/tactical-adventure | https://github.com/jingyuyao/tactical-adventure | 4a8cc3f6816568756c9fc67822425c6f146a91b5 | 5d6e27220963e69d6df66600cdfc5fea6010fc2d | refs/heads/master | 2021-03-16T06:20:37.710000 | 2018-05-07T18:39:36 | 2018-05-07T18:39:36 | 76,139,939 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jingyuyao.tactical.data;
import com.badlogic.gdx.Files;
import com.badlogic.gdx.files.FileHandle;
import com.google.common.base.Optional;
import javax.inject.Inject;
import javax.inject.Singleton;
/**
* Manages loading, saving and deleting of save files. Treat this like a dumb I/O class.
*/
@Singleton
c... | UTF-8 | Java | 2,597 | java | SaveManager.java | Java | [] | null | [] | package com.jingyuyao.tactical.data;
import com.badlogic.gdx.Files;
import com.badlogic.gdx.files.FileHandle;
import com.google.common.base.Optional;
import javax.inject.Inject;
import javax.inject.Singleton;
/**
* Manages loading, saving and deleting of save files. Treat this like a dumb I/O class.
*/
@Singleton
c... | 2,597 | 0.705814 | 0.705814 | 95 | 26.336842 | 24.337803 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.536842 | false | false | 8 |
715912cc5fce696d50a0abdd88f85e78a3eb7d5b | 23,149,873,776,032 | 4da8dc6a5728f42e43c557bdcb384cc1fff300b4 | /parser-core/src/test/java/com/openprice/parser/categorypredictor/SimpleCategoryPredictorTest.java | dc0267ce9f52ed1288ec16b319f71e0288749225 | [] | no_license | EricCheung3/op-backend | https://github.com/EricCheung3/op-backend | a11f1cfe2ff425b7728abf2a05e3f09c19bdfd64 | 98015bb31c18354759044de653c4b97430a6682a | refs/heads/master | 2021-01-20T19:39:33.354000 | 2016-03-24T22:36:28 | 2016-03-24T22:36:28 | 64,906,605 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.openprice.parser.categorypredictor;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertTrue;
import java.util.ArrayList;
import java.util.List;
import org.junit.Before;
import org.junit.Test;
import lombok.extern.slf4j.Slf4j;
... | UTF-8 | Java | 6,151 | java | SimpleCategoryPredictorTest.java | Java | [] | null | [] | package com.openprice.parser.categorypredictor;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertTrue;
import java.util.ArrayList;
import java.util.List;
import org.junit.Before;
import org.junit.Test;
import lombok.extern.slf4j.Slf4j;
... | 6,151 | 0.720533 | 0.718582 | 136 | 44.22794 | 37.948296 | 123 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.727941 | false | false | 8 |
d43090a2f0e7fca2094db005b5336daa89b27f02 | 3,762,391,368,882 | 5ee75471817fa395427c921d5b47aafd4a1fac85 | /app/src/main/java/com/example/awesome/programmiernacht/gameFinished.java | 110d92c65cdbce591b6b9c8e23e5338fab46f2eb | [] | no_license | bjoscha/Programmiernacht | https://github.com/bjoscha/Programmiernacht | 877f16c3f6aa5c61434e27f6018a5fab7bd892ef | 6b63576f3cf3da2a432d1e4be600caf51ddb43b7 | refs/heads/master | 2020-05-17T15:40:36.925000 | 2015-04-06T13:10:06 | 2015-04-06T13:10:06 | 33,405,737 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.awesome.programmiernacht;
import android.content.Intent;
import android.support.v7.app.ActionBarActivity;
import android.os.Bundle;
import android.view.Menu;
import android.view.MenuItem;
import android.view.View;
import android.view.ViewGroup;
import android.widget.LinearLayout;
import android.wid... | UTF-8 | Java | 3,110 | java | gameFinished.java | Java | [] | null | [] | package com.example.awesome.programmiernacht;
import android.content.Intent;
import android.support.v7.app.ActionBarActivity;
import android.os.Bundle;
import android.view.Menu;
import android.view.MenuItem;
import android.view.View;
import android.view.ViewGroup;
import android.widget.LinearLayout;
import android.wid... | 3,110 | 0.638585 | 0.637299 | 98 | 30.734694 | 25.402697 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.520408 | false | false | 8 |
e52ec5834a50e6f4c7d7c0175970060e2c712082 | 22,368,189,683,485 | 5ad061d507683448b78215dbf7df0b509078f74f | /bd/后端/ground/ground-train/src/main/java/com/hirain/phm/bd/ground/train/RegisterHandlerImpl.java | feb47d39235a9edd6d39f6cf38114c2084404910 | [] | no_license | zheng-chang-wei/myproject | https://github.com/zheng-chang-wei/myproject | 221bf2b3b646435b962d4d921fa20867c1cac2f3 | 49be8c6e6048c299ed844eb99ea112166a4b4d2e | refs/heads/master | 2022-12-13T19:15:39.464000 | 2020-07-20T11:28:16 | 2020-07-20T11:28:16 | 232,452,539 | 0 | 1 | null | false | 2022-12-06T00:34:29 | 2020-01-08T01:38:10 | 2020-07-20T11:32:58 | 2022-12-06T00:34:29 | 205,643 | 0 | 1 | 44 | Java | false | false | /*******************************************************************************
* Copyright (c) 2019, 2019 Hirain Technologies Corporation.
******************************************************************************/
package com.hirain.phm.bd.ground.train;
import java.io.File;
import java.io.IOException;
import ... | UTF-8 | Java | 6,517 | java | RegisterHandlerImpl.java | Java | [
{
"context": "xtern.slf4j.Slf4j;\n\n/**\n * @Version 1.0\n * @Author zepei.tao@hirain.com\n * @Created Apr 25, 2019 5:54:12 PM\n * @Descripti",
"end": 1333,
"score": 0.9999255537986755,
"start": 1313,
"tag": "EMAIL",
"value": "zepei.tao@hirain.com"
},
{
"context": " * <... | null | [] | /*******************************************************************************
* Copyright (c) 2019, 2019 Hirain Technologies Corporation.
******************************************************************************/
package com.hirain.phm.bd.ground.train;
import java.io.File;
import java.io.IOException;
import ... | 6,480 | 0.727753 | 0.720609 | 207 | 30.106279 | 26.397341 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.729469 | false | false | 8 |
c1a1b4574825793a6c31758d4b6683fffb5f9bc7 | 26,147,760,912,848 | 4ab07cd169b5cecaffb824bb47a81f70540163c6 | /spring-model/src/main/java/br/com/springmodel/model/Endereco.java | 23901d3a6b176cd933c6f55cd9a3b9aac786a0e7 | [] | no_license | joeldatabox/spring-cloud | https://github.com/joeldatabox/spring-cloud | 4df8b84e8312de6da7599757d9857188461a48bb | 70d784741921cc5343a2fe65d3b5b2d54dfc0f50 | refs/heads/master | 2021-09-12T16:23:25.372000 | 2018-04-18T14:15:49 | 2018-04-18T14:15:49 | 117,123,537 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.com.springmodel.model;
import java.io.Serializable;
import java.util.Objects;
/**
* @author Joel Rodrigues Moreira on 22/01/18.
* e-mail: <a href="mailto:joel.databox@gmail.com">joel.databox@gmail.com</a>
* @project spring-cloud
*/
public class Endereco implements Serializable {
private String id;
... | UTF-8 | Java | 1,192 | java | Endereco.java | Java | [
{
"context": "lizable;\nimport java.util.Objects;\n\n/**\n * @author Joel Rodrigues Moreira on 22/01/18.\n * e-mail: <a href=\"mailto:joel.data",
"end": 128,
"score": 0.9998875260353088,
"start": 106,
"tag": "NAME",
"value": "Joel Rodrigues Moreira"
},
{
"context": "s Moreira on 22/0... | null | [] | package br.com.springmodel.model;
import java.io.Serializable;
import java.util.Objects;
/**
* @author <NAME> on 22/01/18.
* e-mail: <a href="mailto:<EMAIL>"><EMAIL></a>
* @project spring-cloud
*/
public class Endereco implements Serializable {
private String id;
private String descricao;
public Ende... | 1,146 | 0.614933 | 0.609899 | 54 | 21.074074 | 18.958876 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.388889 | false | false | 8 |
075138e3a4f676383333a827e8f1180edce03d59 | 31,739,808,328,264 | ac38e322864f1a07474312f01871a040efb49430 | /src/main/java/com/temperies/Movies/repository/IScreenwriterRepository.java | f304b1291a8ffd6abbde7bdf582e01ae69e5e126 | [] | no_license | franrolando/Movies | https://github.com/franrolando/Movies | 8a0a0e40f38691dc8218f5a0129f23f201a59c9b | bdf44f184f7df12da8ec74e1dce7c1879153917f | refs/heads/main | 2023-03-30T12:38:15.149000 | 2021-04-01T00:12:05 | 2021-04-01T00:15:07 | 352,861,367 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.temperies.Movies.repository;
import java.util.List;
import org.springframework.data.jpa.repository.JpaRepository;
import com.temperies.Movies.domain.Screenwriter;
public interface IScreenwriterRepository extends JpaRepository<Screenwriter, Integer> {
List<Screenwriter> findAllByMovies_IdOrderByGender_... | UTF-8 | Java | 352 | java | IScreenwriterRepository.java | Java | [] | null | [] | package com.temperies.Movies.repository;
import java.util.List;
import org.springframework.data.jpa.repository.JpaRepository;
import com.temperies.Movies.domain.Screenwriter;
public interface IScreenwriterRepository extends JpaRepository<Screenwriter, Integer> {
List<Screenwriter> findAllByMovies_IdOrderByGender_... | 352 | 0.840909 | 0.840909 | 13 | 26.076923 | 31.912046 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.538462 | false | false | 8 |
e2a6af2bddee81e4a36556bd2c065c0f8eba1578 | 2,654,289,839,413 | af15cebe5c2148dd918579bc1a1e9716e263c971 | /src/PremiumQuiz/ProcessPremiumQuizServlet.java | 862c8355b023c0bcf59ba69f8e34fbb022c5ae17 | [] | no_license | cliffsull/Squizam | https://github.com/cliffsull/Squizam | 3c9ab1d9240d4b7e1f02a42c4184a7331029b597 | a0864c7fe8eca1f6b7edcfc7b83e50c791a2d1e3 | refs/heads/master | 2017-12-02T00:29:49.359000 | 2012-12-28T08:33:00 | 2012-12-28T08:33:00 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package PremiumQuiz;
import java.io.IOException;
import java.util.ArrayList;
import java.util.Date;
import javax.servlet.RequestDispatcher;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import jav... | UTF-8 | Java | 6,860 | java | ProcessPremiumQuizServlet.java | Java | [] | null | [] | package PremiumQuiz;
import java.io.IOException;
import java.util.ArrayList;
import java.util.Date;
import javax.servlet.RequestDispatcher;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import jav... | 6,860 | 0.688192 | 0.68586 | 192 | 34.729168 | 28.518444 | 128 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.526042 | false | false | 8 |
e092d870ae30fb8d55bdaa2e47802a05f420d37a | 6,691,559,047,184 | f7474e86bec92c978ad78418bba4ee5f8672bc43 | /src/main/java/com/example/demo/service/PicturesService.java | 5ee3687c3fb2ea884a044611535f21f4033d8eae | [] | no_license | huijieXue1020/EmotionnalSmartCare | https://github.com/huijieXue1020/EmotionnalSmartCare | 61e2fdd63effaf56ffaeb275612a08ee6e41d10b | 6629cd24848d63e4ba613d21fca04d28b13b1605 | refs/heads/main | 2023-06-18T07:56:42.225000 | 2021-07-15T02:48:11 | 2021-07-15T02:48:11 | 385,990,098 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.demo.service;
import com.example.demo.bo.PicturesBo;
import com.example.demo.controller.OldPersonController;
import com.example.demo.mapper.PicturesMapper;
import com.example.demo.util.ResultReturn;
import com.example.demo.util.ResultReturnUtil;
import org.slf4j.Logger;
import org.slf4j.LoggerFacto... | UTF-8 | Java | 3,167 | java | PicturesService.java | Java | [
{
"context": "/ picturesMapper.savePictures(type, username, basePath + File.separator + filename);\n ",
"end": 2549,
"score": 0.9726804494857788,
"start": 2541,
"tag": "USERNAME",
"value": "username"
}
] | null | [] | package com.example.demo.service;
import com.example.demo.bo.PicturesBo;
import com.example.demo.controller.OldPersonController;
import com.example.demo.mapper.PicturesMapper;
import com.example.demo.util.ResultReturn;
import com.example.demo.util.ResultReturnUtil;
import org.slf4j.Logger;
import org.slf4j.LoggerFacto... | 3,167 | 0.670196 | 0.666987 | 84 | 36.107143 | 27.587963 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 8 |
135c74faa6d90c2d84cab00aff431dfb5a85f596 | 26,010,322,007,654 | cbf59638fbafcfd0c1176dd7d52614c368ed621f | /htty-annotation-support/src/main/java/com/github/cjqcn/htty/annotation/support/handler/HttyCookieHandler.java | 05a782940a005eb48195fd2d58f04e54daf72908 | [
"Apache-2.0"
] | permissive | ixufeng/htty | https://github.com/ixufeng/htty | c0ba566fcb25c78b4ef488aa4bfd64984af0bf28 | 6847c768921c82f765e79be199125367f28071c4 | refs/heads/master | 2020-04-03T15:03:26.289000 | 2018-10-29T14:46:43 | 2018-10-29T14:46:43 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.github.cjqcn.htty.annotation.support.handler;
/**
* @description:
* @author: chenjinquan
* @create: 2018-10-25 21:45
**/
public class HttyCookieHandler {
}
| UTF-8 | Java | 173 | java | HttyCookieHandler.java | Java | [
{
"context": "support.handler;\n\n/**\n * @description:\n * @author: chenjinquan\n * @create: 2018-10-25 21:45\n **/\npublic class Ht",
"end": 103,
"score": 0.9985871315002441,
"start": 92,
"tag": "USERNAME",
"value": "chenjinquan"
}
] | null | [] | package com.github.cjqcn.htty.annotation.support.handler;
/**
* @description:
* @author: chenjinquan
* @create: 2018-10-25 21:45
**/
public class HttyCookieHandler {
}
| 173 | 0.710983 | 0.641618 | 9 | 18.222221 | 17.887163 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.111111 | false | false | 8 |
2b73f5b8b526e8ff0fcbaabdcf55ef00f71535b2 | 6,296,422,056,789 | ef82b6f989f9d85e0d3852376743513493ccf1a5 | /Mycroft.java | 578d459f33d220c3736cc4e2a557ad05e312abc0 | [] | no_license | cjfpainter/hubble | https://github.com/cjfpainter/hubble | 6fc0ccaf13f31fd9f9a5f8b0ee3a0c7bb17c7097 | 876ab855e16241e5594fbc6a53abd2b1e116f81b | refs/heads/master | 2016-06-07T12:19:08.652000 | 2015-10-15T16:26:32 | 2015-10-15T16:26:32 | 44,330,605 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package mycroft.sources;
import java.io.BufferedWriter;
import java.io.File;
import java.io.FileWriter;
import java.io.IOException;
import java.io.InputStream;
import java.util.HashMap;
import java.util.HashSet;
import java.util.Iterator;
import java.util.Map;
//import org.apache.lucene.analysis.Analyzer;
//import or... | UTF-8 | Java | 9,576 | java | Mycroft.java | Java | [
{
"context": ".nanoTime();\n\n\t\ttry {\n\t\t\tString stopfile = \"/home/cjfpainter/Dropbox/Apps/Sherlock/stopwords.txt\";\n\t\t\tString o",
"end": 8793,
"score": 0.9991644024848938,
"start": 8783,
"tag": "USERNAME",
"value": "cjfpainter"
}
] | null | [] | package mycroft.sources;
import java.io.BufferedWriter;
import java.io.File;
import java.io.FileWriter;
import java.io.IOException;
import java.io.InputStream;
import java.util.HashMap;
import java.util.HashSet;
import java.util.Iterator;
import java.util.Map;
//import org.apache.lucene.analysis.Analyzer;
//import or... | 9,576 | 0.637427 | 0.633563 | 365 | 25.235617 | 19.518431 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.753425 | false | false | 8 |
57991605a93d741889de1742c5eb943795380062 | 12,902,081,783,506 | 5c49f27fd8c85f1e98533e826fe3715cf1848293 | /hnfnuzyw/src/com/hnfnu/zyw/website/action/SourceListAction.java | c7df00163a3d5fafeb29e41a121ad69d24cf7785 | [] | no_license | xieisabug/hnfnu-resource | https://github.com/xieisabug/hnfnu-resource | efe09312d6b4700af95b12a66199a2efccefa8d9 | ad5ef311afdfcd4189c071125d9698fe87b876cb | refs/heads/master | 2020-04-12T18:26:01.530000 | 2014-06-21T09:34:49 | 2014-06-21T09:34:49 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.hnfnu.zyw.website.action;
import java.util.Map;
import javax.servlet.http.HttpServletRequest;
import org.apache.struts2.ServletActionContext;
import org.apache.struts2.convention.annotation.Action;
import org.apache.struts2.convention.annotation.Namespace;
import org.apache.struts2.convention.an... | UTF-8 | Java | 10,163 | java | SourceListAction.java | Java | [] | null | [] | package com.hnfnu.zyw.website.action;
import java.util.Map;
import javax.servlet.http.HttpServletRequest;
import org.apache.struts2.ServletActionContext;
import org.apache.struts2.convention.annotation.Action;
import org.apache.struts2.convention.annotation.Namespace;
import org.apache.struts2.convention.an... | 10,163 | 0.616728 | 0.612755 | 309 | 28.954693 | 25.4184 | 139 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.139159 | false | false | 8 |
ca4a298be03d3b19dd8c2170f52e7bdd1101577b | 29,626,684,411,465 | ef16fafa7fc53935ea817b640e1cf11f39d32e14 | /src/com/myengine/cn/Global.java | f514dda8704b579e3c817d09c904712ee5241ab3 | [] | no_license | liuhailove/SearchEngine | https://github.com/liuhailove/SearchEngine | 44f30961165db7cd8b43613aef0909048ede008f | 5287e946eaa6c31425f1f506134ab0b13d285247 | refs/heads/master | 2021-01-01T20:17:53.951000 | 2015-08-02T14:48:11 | 2015-08-02T14:48:11 | 39,827,670 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.myengine.cn;
import java.util.ArrayList;
import java.util.List;
public class Global
{
public static BROWSER browserType=BROWSER.BROWSER_FAST;
public static final String VERSION = "2.07b";
public static ParamArray global_http_par=new ParamArray();
public static AUTH auth_type=AUTH.AUTH_NONE;
/* ... | UTF-8 | Java | 7,315 | java | Global.java | Java | [] | null | [] | package com.myengine.cn;
import java.util.ArrayList;
import java.util.List;
public class Global
{
public static BROWSER browserType=BROWSER.BROWSER_FAST;
public static final String VERSION = "2.07b";
public static ParamArray global_http_par=new ParamArray();
public static AUTH auth_type=AUTH.AUTH_NONE;
/* ... | 7,315 | 0.578674 | 0.560902 | 179 | 39.865921 | 40.499725 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.396648 | false | false | 8 |
57806c5f9e5647100636fd93ff0b570088a465a1 | 10,273,561,791,663 | e0d9cad1d5ada3962f66aeff65a1432ba13409f2 | /core/src/com/mygdx/game/Book.java | cc0354dbe37ac605dcdf34597e23dbad2a72acfc | [] | no_license | project-iceman/project-odyssey | https://github.com/project-iceman/project-odyssey | d0e74290b48bc5a8280d5adb7513a8621de560db | 7891ebc9f8049c2c3f2a915f4351d46b57434984 | refs/heads/master | 2021-09-15T04:24:31.603000 | 2018-05-09T20:16:23 | 2018-05-09T20:16:23 | 112,586,720 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mygdx.game;
import com.badlogic.gdx.Gdx;
import com.badlogic.gdx.InputMultiplexer;
import com.badlogic.gdx.Screen;
import com.badlogic.gdx.assets.AssetManager;
import com.badlogic.gdx.graphics.Color;
import com.badlogic.gdx.graphics.GL20;
import com.badlogic.gdx.graphics.OrthographicCamera;
import com.badl... | UTF-8 | Java | 38,356 | java | Book.java | Java | [
{
"context": "ygdx.game.ProjectOdyssey.moneys;\n/**\n * Created by nleof4499 on 3/6/2018.\n */\n\npublic class Book implements Sc",
"end": 1135,
"score": 0.9995043873786926,
"start": 1126,
"tag": "USERNAME",
"value": "nleof4499"
}
] | null | [] | package com.mygdx.game;
import com.badlogic.gdx.Gdx;
import com.badlogic.gdx.InputMultiplexer;
import com.badlogic.gdx.Screen;
import com.badlogic.gdx.assets.AssetManager;
import com.badlogic.gdx.graphics.Color;
import com.badlogic.gdx.graphics.GL20;
import com.badlogic.gdx.graphics.OrthographicCamera;
import com.badl... | 38,356 | 0.561633 | 0.522682 | 733 | 51.327423 | 39.519028 | 165 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.180082 | false | false | 8 |
87083b722a1c1fa85a93e5289ced38986b805a42 | 21,294,447,916,679 | b4812a9896715a97d0c1db7cb7fef97062f7580b | /apptbook/src/main/java/edu/pdx/cs410J/yl6/Appointment.java | 75fb7e870b3b2b9471db7b9387c7177809081175 | [
"Apache-2.0"
] | permissive | y1m1ng1in/PortlandStateJavaSummer2021 | https://github.com/y1m1ng1in/PortlandStateJavaSummer2021 | 9cf79debca94258c3f1131f7d91c318399e5520e | 9c2c7c4adaad3500331bca8a70d35cdc46e680d8 | refs/heads/main | 2023-07-25T04:10:21.902000 | 2021-09-11T08:24:57 | 2021-09-11T08:24:57 | 381,537,298 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package edu.pdx.cs410J.yl6;
import java.util.Date;
import java.text.SimpleDateFormat;
import java.text.DateFormat;
import java.text.ParseException;
import edu.pdx.cs410J.AbstractAppointment;
/**
* Appointment is the class that store appointment information for a certain
* appointment, which includes a description,... | UTF-8 | Java | 6,020 | java | Appointment.java | Java | [
{
"context": "ntment (for instance,\n * <code>\"Have coffee with Marsha\"</code>).\n * \n * @return a string of the desc",
"end": 2822,
"score": 0.9956778287887573,
"start": 2816,
"tag": "NAME",
"value": "Marsha"
}
] | null | [] | package edu.pdx.cs410J.yl6;
import java.util.Date;
import java.text.SimpleDateFormat;
import java.text.DateFormat;
import java.text.ParseException;
import edu.pdx.cs410J.AbstractAppointment;
/**
* Appointment is the class that store appointment information for a certain
* appointment, which includes a description,... | 6,020 | 0.649668 | 0.645349 | 185 | 31.540541 | 27.177887 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.324324 | false | false | 8 |
db1bd27ae1941e33b5ebec88d308ae68fc884ac0 | 22,883,585,780,987 | 1fb054edc897b749b99adcebc5d01280cc586a94 | /src/main/java/com/learn/CodingTest/test5.java | 6afdc7d123f28ed3b4e0f25a3c4008fbe35b9711 | [] | no_license | yonggandewo12/AlgorithmInJava | https://github.com/yonggandewo12/AlgorithmInJava | 9439efc3fc8e5484a16b073cd491a9da0f378763 | e3b2111898aa066b714b254d03af9ef0701ca2bc | refs/heads/master | 2020-03-27T08:57:49.354000 | 2018-10-16T08:06:51 | 2018-10-16T08:06:55 | 146,302,265 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.learn.CodingTest;
import java.util.Scanner;
/**
* Created by Intellij Idea 2018.5
* Company :SEU
* Author :yonggandewo12
* GitHub :https://github.com/yonggandewo12
*/
public class test5 {
public static void main(String[] args) {
Scanner s = new Scanner(System.in);
int n = Intege... | UTF-8 | Java | 1,478 | java | test5.java | Java | [
{
"context": " Intellij Idea 2018.5\n * Company :SEU\n * Author :yonggandewo12\n * GitHub :https://github.com/yonggandewo12\n */\n",
"end": 138,
"score": 0.9997084736824036,
"start": 125,
"tag": "USERNAME",
"value": "yonggandewo12"
},
{
"context": "or :yonggandewo12\n * GitHub :h... | null | [] | package com.learn.CodingTest;
import java.util.Scanner;
/**
* Created by Intellij Idea 2018.5
* Company :SEU
* Author :yonggandewo12
* GitHub :https://github.com/yonggandewo12
*/
public class test5 {
public static void main(String[] args) {
Scanner s = new Scanner(System.in);
int n = Intege... | 1,478 | 0.453992 | 0.439107 | 52 | 27.423077 | 14.642333 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.596154 | false | false | 8 |
92a7939269cee264acf59da1895f9860a8e79a03 | 25,683,904,480,028 | 35424e043eeac4f425becf001dcd8bb248bf5d69 | /src/main/java/com/project/entities/Grafica.java | e91ae19dfedc3c90790afe21414a663e6796c679 | [] | no_license | stalinBox/ProyectoWeb | https://github.com/stalinBox/ProyectoWeb | 155b288ad721837e1c7a0922cc2e2a3662a93e5c | f5f21780710a802cf8a0492d452858f0cda07ff2 | refs/heads/master | 2020-05-21T16:42:43.718000 | 2017-10-19T22:35:11 | 2017-10-19T22:35:11 | 62,640,217 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.project.entities;
import java.io.Serializable;
import javax.persistence.*;
import java.sql.Timestamp;
/**
* The persistent class for the graficas database table.
*
*/
@Entity
@Table(name="graficas")
@NamedQuery(name="Grafica.findAll", query="SELECT g FROM Grafica g")
public class Grafica implements S... | UTF-8 | Java | 1,808 | java | Grafica.java | Java | [] | null | [] | package com.project.entities;
import java.io.Serializable;
import javax.persistence.*;
import java.sql.Timestamp;
/**
* The persistent class for the graficas database table.
*
*/
@Entity
@Table(name="graficas")
@NamedQuery(name="Grafica.findAll", query="SELECT g FROM Grafica g")
public class Grafica implements S... | 1,808 | 0.74281 | 0.742257 | 97 | 17.649485 | 18.047499 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.020619 | false | false | 8 |
80fcd5e59ae7d186bc68377e7b7f6c59fba278c7 | 26,482,768,349,525 | ea2e26e7344ce204875b384054d0ed1a020abbe3 | /fuxi/src/fuxi/jdbc.java | f6217b93ab83657e17c26aa85532fab6a4e32d96 | [] | no_license | 2250034912/demo54 | https://github.com/2250034912/demo54 | 70e2e5e940ec7a860735d6c865959def628e9490 | 66481eb13155aea7e6428e2f4f30a7451e4b2847 | refs/heads/master | 2020-04-08T01:53:07.656000 | 2018-11-24T07:48:41 | 2018-11-24T07:48:41 | 158,912,601 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package fuxi;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
public class jdbc {
public static void jia(int eno, String ename) throws ClassNotFoundException, SQLException {
//加载驱动forname(驱动程序内路径:完全限定名)
Class... | GB18030 | Java | 1,431 | java | jdbc.java | Java | [
{
"context": "r\");\n\t\t//构建连接\n\t\tString url = \"jdbc:oracle:thin:@//127.0.0.1:1521/orcl\";\n\t\tString user = \"system\";\n\t\tString pa",
"end": 419,
"score": 0.9997269511222839,
"start": 410,
"tag": "IP_ADDRESS",
"value": "127.0.0.1"
},
{
"context": "\";\n\t\tString user = \"sy... | null | [] | package fuxi;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
public class jdbc {
public static void jia(int eno, String ename) throws ClassNotFoundException, SQLException {
//加载驱动forname(驱动程序内路径:完全限定名)
Class... | 1,431 | 0.708303 | 0.691403 | 45 | 29.244444 | 23.441801 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.288889 | false | false | 8 |
0a8ae9fe2b2be06eb35ac75de56168538e52d7b4 | 27,925,877,382,189 | 87e5ba96bff8552a495ea7b73d63b2656e231180 | /1/src/com/company/pr/Pr1.java | 2a7a0ed53adcc3313acde90c53591142dab0f976 | [] | no_license | laefad/Java-2 | https://github.com/laefad/Java-2 | 461b0d48c702fa5661024b16620236a2e2b45cc5 | 050e800e414a6b0dbd88026445aa0fd4dfe6e73f | refs/heads/master | 2023-04-30T16:21:18.693000 | 2021-05-17T15:14:25 | 2021-05-17T15:14:25 | 368,230,276 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.company.pr;
public class Pr1 {
/*
Имплементировать интерфейс Comparator, сравнивающий два числа по модулю.
*/
public static void main(String[] args) {
MyComparator comparator = new MyComparator();
System.out.println(comparator.compare(1d,3.2));
System.out.println... | UTF-8 | Java | 414 | java | Pr1.java | Java | [] | null | [] | package com.company.pr;
public class Pr1 {
/*
Имплементировать интерфейс Comparator, сравнивающий два числа по модулю.
*/
public static void main(String[] args) {
MyComparator comparator = new MyComparator();
System.out.println(comparator.compare(1d,3.2));
System.out.println... | 414 | 0.66205 | 0.637119 | 15 | 23.066668 | 25.681295 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.466667 | false | false | 8 |
a89889c5502acce266cc3d228b4d6630ddfc63d8 | 1,932,735,304,547 | 9864f79b4fba62ab1b91da9d97d1a0c2bd70b7e1 | /src/b583/poj/hotel/adapters/HtlHotelsAdapter.java | 225f72fcd5fa9374cd47c2d4f56bdf6266dfd5b2 | [] | no_license | b583/POJ-Hotele | https://github.com/b583/POJ-Hotele | 421c4bfb31ad2da3017285f2c4efeea9c3d0b645 | 347c0655d55f6e4a7e1f4782b60de6dc21b570eb | refs/heads/master | 2019-07-10T04:28:00.499000 | 2017-05-14T18:04:01 | 2017-05-14T18:04:01 | 90,970,868 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package b583.poj.hotel.adapters;
import b583.poj.hotel.generichotel.HotelService;
import b583.poj.hotel.generichotel.RoomInformation;
import b583.poj.hotel.htlhotels.HtlHotels;
import b583.poj.hotel.htlhotels.HtlRoomInfo;
import b583.poj.hotel.htlhotels.RoomRequest;
import java.util.ArrayList;
import java.util.Date;
... | UTF-8 | Java | 1,657 | java | HtlHotelsAdapter.java | Java | [] | null | [] | package b583.poj.hotel.adapters;
import b583.poj.hotel.generichotel.HotelService;
import b583.poj.hotel.generichotel.RoomInformation;
import b583.poj.hotel.htlhotels.HtlHotels;
import b583.poj.hotel.htlhotels.HtlRoomInfo;
import b583.poj.hotel.htlhotels.RoomRequest;
import java.util.ArrayList;
import java.util.Date;
... | 1,657 | 0.569704 | 0.55522 | 51 | 31.490196 | 22.324148 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.686275 | false | false | 8 |
13279f9edfee0477bd688cf13f7c289eebbd7324 | 19,731,079,806,881 | 92f7387913e413eb336e287b6ad89f17617b4bd1 | /gallery-parent/gallery-web/src/main/java/com/kkwrite/gallery/service/product/ProductServiceImpl.java | 6515cf0776c43b83b8425227ba2a3c70a43c8d30 | [] | no_license | Soo000/gallery | https://github.com/Soo000/gallery | acf8182cb26b95c8eea68533c0da4c26ba7f051a | 41a68ac1c714e21e2c59084b116f3c57e19badb0 | refs/heads/master | 2020-03-12T03:55:52.674000 | 2018-06-21T01:53:20 | 2018-06-21T01:54:06 | 130,434,130 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.kkwrite.gallery.service.product;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.apache.log4j.Logger;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.kkwrite.gallery.exce... | UTF-8 | Java | 6,680 | java | ProductServiceImpl.java | Java | [] | null | [] | package com.kkwrite.gallery.service.product;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.apache.log4j.Logger;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.kkwrite.gallery.exce... | 6,680 | 0.744366 | 0.742976 | 201 | 31.228855 | 29.838327 | 132 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.258707 | false | false | 8 |
afe111ed43cb78b134b56f8cf4dd2eb2eeba0e15 | 12,927,851,593,306 | cf4fd872e89a78a54a4a1c78271888e30199d9c5 | /app/src/main/java/com/example/bhavik/canvas/CustomAdapters/SongAdapter.java | 31d3362f6040cb44d98fe185e479cf64bc91e916 | [] | no_license | pritiheena/musicplayer | https://github.com/pritiheena/musicplayer | f2fe4b11681ff6eca35477f3b5a99c39fd31b15e | adefbcad111f89c5dd415c6bf0c987cc1d012a7f | refs/heads/master | 2020-05-21T11:45:54.336000 | 2015-10-18T12:47:57 | 2015-10-18T12:47:57 | 41,257,453 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.bhavik.canvas.CustomAdapters;
import android.content.Context;
import android.net.Uri;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAdapter;
import android.widget.ImageView;
import android.widget.TextView;
import com.example.... | UTF-8 | Java | 2,767 | java | SongAdapter.java | Java | [
{
"context": ";\n\nimport java.util.ArrayList;\n\n\n/**\n * Created by Bhavik on 8/22/2015.\n */\npublic final class SongAdapter ",
"end": 494,
"score": 0.983436107635498,
"start": 488,
"tag": "USERNAME",
"value": "Bhavik"
}
] | null | [] | package com.example.bhavik.canvas.CustomAdapters;
import android.content.Context;
import android.net.Uri;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAdapter;
import android.widget.ImageView;
import android.widget.TextView;
import com.example.... | 2,767 | 0.655584 | 0.652331 | 92 | 29.076086 | 25.092972 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.554348 | false | false | 8 |
d7214be027b4e57c53458f2c310e9c6d94618ea6 | 24,713,241,825,634 | d9accf725c72c3c25f0eb17f78bf6fd08548753b | /ksql-engine/src/test/java/io/confluent/ksql/statement/ConfiguredStatementTest.java | 09f56947de604593a73c79b49c25ad99784418a9 | [
"LicenseRef-scancode-proprietary-license",
"Apache-2.0"
] | permissive | bbejeck/ksql | https://github.com/bbejeck/ksql | bbed1d307af71b48a2cc6357ed0fa76e69140b16 | 011e7e66bdc4dbfff1d185636781050d654c7188 | refs/heads/master | 2020-03-25T18:21:08.809000 | 2020-02-17T14:07:55 | 2020-02-17T14:07:55 | 144,025,826 | 1 | 0 | Apache-2.0 | true | 2018-08-08T14:32:02 | 2018-08-08T14:32:02 | 2018-08-08T10:08:33 | 2018-08-08T05:46:19 | 9,659 | 0 | 0 | 0 | null | false | null | /*
* Copyright 2019 Confluent Inc.
*
* Licensed under the Confluent Community License (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.confluent.io/confluent-community-license
*
* Unless required by applicable law or a... | UTF-8 | Java | 2,093 | java | ConfiguredStatementTest.java | Java | [] | null | [] | /*
* Copyright 2019 Confluent Inc.
*
* Licensed under the Confluent Community License (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.confluent.io/confluent-community-license
*
* Unless required by applicable law or a... | 2,093 | 0.747253 | 0.745342 | 65 | 31.215385 | 28.074896 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.569231 | false | false | 8 |
4dd573755afcba1d82e4a8f58890fe9f22dc5dea | 3,770,981,301,132 | ff932cda658a1814fbef8dc51f860a0afa08647d | /HibernateDemo/src/com/auribises/Client.java | 6c858dcfec0208a7e3b6a8df556ca89de9f4db6f | [] | no_license | ishantk/enc2017b | https://github.com/ishantk/enc2017b | 62b362b43a5caa84c31c5197f32b7ed7a0a6c647 | 3055717909aab6b81956337c7b79f53aabc11854 | refs/heads/master | 2021-06-24T17:23:58.689000 | 2017-09-11T06:22:25 | 2017-09-11T06:22:25 | 99,078,586 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.auribises;
import java.util.List;
import org.hibernate.Criteria;
import org.hibernate.Session;
import org.hibernate.SessionFactory;
import org.hibernate.Transaction;
import org.hibernate.cfg.Configuration;
import org.hibernate.criterion.Restrictions;
import org.hibernate.dialect.MySQLDialect;
public clas... | UTF-8 | Java | 2,829 | java | Client.java | Java | [
{
"context": "\n\t\t/*Student s1 = new Student();\n\t\t\n\t\ts1.setName(\"Harry\");\n\t\ts1.setAge(31);\n\t\ts1.setPhone(\"999999888\");\n\t",
"end": 434,
"score": 0.9998598694801331,
"start": 429,
"tag": "NAME",
"value": "Harry"
},
{
"context": "\t\t\n\t\tStudent s2 = new Student();... | null | [] | package com.auribises;
import java.util.List;
import org.hibernate.Criteria;
import org.hibernate.Session;
import org.hibernate.SessionFactory;
import org.hibernate.Transaction;
import org.hibernate.cfg.Configuration;
import org.hibernate.criterion.Restrictions;
import org.hibernate.dialect.MySQLDialect;
public clas... | 2,828 | 0.617533 | 0.595617 | 116 | 23.387932 | 19.882315 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.939655 | false | false | 8 |
18d1e75f94645ec5f2be8d2b5fe750cc5ed3c36a | 6,614,249,703,408 | 9545d6a89b30e8c484b67fbd5a205ef27ef6cf08 | /src/main/java/com/vinder/vinderbackend/components/DataLoader.java | 2364921c1db7fba0b653d6c82a6d1cdf948d4f73 | [] | no_license | nls20/Dating_App_Project_Backend_Spring | https://github.com/nls20/Dating_App_Project_Backend_Spring | c6982bf73b7dcc5a79b50d9b0119fd8b5b80f76f | f7c663a8f41441f118453dbd1711d1053cf94893 | refs/heads/main | 2023-04-17T03:45:23.115000 | 2021-04-26T12:52:08 | 2021-04-26T12:52:08 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.vinder.vinderbackend.components;
import com.vinder.vinderbackend.models.conversation.Conversation;
import com.vinder.vinderbackend.models.conversation.Message;
import com.vinder.vinderbackend.models.conversation.Participant;
import com.vinder.vinderbackend.models.image.ProfileImage;
import com.vinder.vinde... | UTF-8 | Java | 6,702 | java | DataLoader.java | Java | [
{
"context": "{\n\n //USERS\n\n User mark = new User(\"Mark\", 33, Gender.Male, \"Glasgow\", Gender.Female, \"Pro",
"end": 1458,
"score": 0.9997121691703796,
"start": 1454,
"tag": "NAME",
"value": "Mark"
},
{
"context": "itory.save(mark);\n\n User david = new Use... | null | [] | package com.vinder.vinderbackend.components;
import com.vinder.vinderbackend.models.conversation.Conversation;
import com.vinder.vinderbackend.models.conversation.Message;
import com.vinder.vinderbackend.models.conversation.Participant;
import com.vinder.vinderbackend.models.image.ProfileImage;
import com.vinder.vinde... | 6,702 | 0.712772 | 0.673083 | 173 | 37.739883 | 42.347809 | 268 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.046243 | false | false | 8 |
caa96e3ad091720bfdec702b53161e8286be7447 | 15,882,789,090,204 | 1c46bf43496cbb46aa84361ca2c41185b8343a7a | /src/main/java/net/cupmanager/jangular/nodes/ExpressionNode.java | 570d797629aa0d29d29623c7c79de5376bea2ca3 | [
"MIT"
] | permissive | pugang/jangular | https://github.com/pugang/jangular | 0c92a9c10fc24f58f71bf191873f8df18ee79b61 | 85555f1213413ed4aff1efda449d50c132e3e0b4 | refs/heads/master | 2020-12-01T11:41:56.957000 | 2014-01-14T09:22:51 | 2014-01-14T09:22:51 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package net.cupmanager.jangular.nodes;
import java.util.Collection;
import net.cupmanager.jangular.Scope;
import net.cupmanager.jangular.compiler.CompilerSession;
import net.cupmanager.jangular.exceptions.CompileExpressionException;
import net.cupmanager.jangular.expressions.CompiledExpression;
import net.cup... | UTF-8 | Java | 1,222 | java | ExpressionNode.java | Java | [] | null | [] | package net.cupmanager.jangular.nodes;
import java.util.Collection;
import net.cupmanager.jangular.Scope;
import net.cupmanager.jangular.compiler.CompilerSession;
import net.cupmanager.jangular.exceptions.CompileExpressionException;
import net.cupmanager.jangular.expressions.CompiledExpression;
import net.cup... | 1,222 | 0.801146 | 0.801146 | 37 | 31.027027 | 29.454947 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.324324 | false | false | 8 |
abc7a7fb21559ebd04692e10fcbf5156d10f4c4a | 15,882,789,089,592 | 3af7cf1e93f21a66e912f309574d6e68720901c4 | /Budget/src/budget/CategoryTableModel.java | 5366e12c78a9942073c2a35b483876cd95db7c83 | [] | no_license | RandallWoodall/BudgetManager | https://github.com/RandallWoodall/BudgetManager | 708db323ee90a4a970d8aaa264e335b4cd148203 | f15577801fe683ec319570dabd42b601958936a4 | refs/heads/master | 2021-01-12T05:56:51.729000 | 2016-12-27T05:06:20 | 2016-12-27T05:06:20 | 77,256,014 | 0 | 0 | null | false | 2016-12-27T05:06:20 | 2016-12-23T23:34:33 | 2016-12-26T07:25:37 | 2016-12-27T05:06:20 | 411 | 0 | 0 | 0 | HTML | null | null | package budget;
import javax.swing.table.DefaultTableModel;
public class CategoryTableModel extends DefaultTableModel{
/**
*
*/
private static final long serialVersionUID = 1L;
//
//Function: isCellEditable(int, int)
//Purpose: This will block off specific cells to avoid edits.
public boolean isCellEditab... | UTF-8 | Java | 586 | java | CategoryTableModel.java | Java | [] | null | [] | package budget;
import javax.swing.table.DefaultTableModel;
public class CategoryTableModel extends DefaultTableModel{
/**
*
*/
private static final long serialVersionUID = 1L;
//
//Function: isCellEditable(int, int)
//Purpose: This will block off specific cells to avoid edits.
public boolean isCellEditab... | 586 | 0.735495 | 0.732082 | 21 | 26.904762 | 32.522381 | 137 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.190476 | false | false | 8 |
58f2ce7e91f94675762e944669c623133220ffcd | 6,725,918,803,488 | 9f6cca698387717475ed879990b1cc16cfb7b6aa | /src/test/java/com/klwork/business/domain/service/UtilTest.java | 56c4da86e4d06b6aec49e083576e51c8bb886663 | [] | no_license | shxuanhu008/klwork-social | https://github.com/shxuanhu008/klwork-social | d5e7572024cd32ff74feb895480bf5bf93278f0b | cf7413145e3ae604cd80f25dc3fa2910396ab733 | refs/heads/master | 2023-04-14T05:44:19.607000 | 2016-04-13T15:26:34 | 2016-04-13T15:26:34 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.klwork.business.domain.service;
import org.junit.Test;
import org.springframework.beans.factory.annotation.Autowired;
import com.klwork.business.utils.SinaSociaTool;
import com.klwork.test.base.BaseTxWebTests;
public class UtilTest extends BaseTxWebTests {
@Autowired
TodoService todoService;
@Test
p... | UTF-8 | Java | 443 | java | UtilTest.java | Java | [] | null | [] | package com.klwork.business.domain.service;
import org.junit.Test;
import org.springframework.beans.factory.annotation.Autowired;
import com.klwork.business.utils.SinaSociaTool;
import com.klwork.test.base.BaseTxWebTests;
public class UtilTest extends BaseTxWebTests {
@Autowired
TodoService todoService;
@Test
p... | 443 | 0.785553 | 0.785553 | 20 | 21.15 | 21.296185 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.95 | false | false | 8 |
0ba15c09c2e047434d663a789352da13b5334b4f | 6,725,918,802,095 | 717b2299bb2db895abbabf85ecdeb823c37f0487 | /clients-spring/src/main/java/no/nav/kafka/sandbox/measurements/errorhandlers/RetryingErrorHandler.java | fe6383e62ad27e56616a9942bca26ab2441cf25d | [
"MIT"
] | permissive | navikt/kafka-sandbox | https://github.com/navikt/kafka-sandbox | d552676cf85f3a0114de8f347510fa0c18f52a44 | ce746f1bce9e32c465ab343bfe009efb249e2176 | refs/heads/master | 2023-05-01T04:22:49.295000 | 2022-01-17T14:16:46 | 2022-01-17T14:16:46 | 216,428,010 | 21 | 7 | MIT | false | 2023-04-19T19:22:37 | 2019-10-20T21:11:22 | 2023-02-27T15:11:55 | 2023-04-19T19:22:34 | 127 | 13 | 6 | 2 | Java | false | false | package no.nav.kafka.sandbox.measurements.errorhandlers;
import no.nav.kafka.sandbox.data.EventStore;
import no.nav.kafka.sandbox.messages.Measurements;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.kafka.listener.ListenerExecutionFailedException;
import org.springframework.kafka.... | UTF-8 | Java | 2,947 | java | RetryingErrorHandler.java | Java | [] | null | [] | package no.nav.kafka.sandbox.measurements.errorhandlers;
import no.nav.kafka.sandbox.data.EventStore;
import no.nav.kafka.sandbox.messages.Measurements;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.kafka.listener.ListenerExecutionFailedException;
import org.springframework.kafka.... | 2,947 | 0.649474 | 0.647099 | 57 | 50.701756 | 44.743309 | 150 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.77193 | false | false | 8 |
2e1079de7cb890352ee811492877face446a4b4a | 25,821,343,403,354 | b3e2fe89e9d01e929553b765c6835fe8a4826d96 | /src/com/kav/consturctor/Employee.java | 7f60a0937bb3ce0288494d35f80e772b0a338de7 | [] | no_license | wahidrahuman/ProjectDecember11AM | https://github.com/wahidrahuman/ProjectDecember11AM | 5c141c97f3c180050ad62283b24e1bf13c257634 | 08d02bb89ff627a5d00449468d4e0580d8fd0bf3 | refs/heads/master | 2020-09-26T13:20:31.678000 | 2019-12-06T06:56:17 | 2019-12-06T06:56:17 | 226,263,005 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.kav.consturctor;
public class Employee {
public Employee() {
this(7894562320l);
System.out.println("default");
}
public Employee(String name) {
System.out.println("emp name"+"\t"+name);
}
public Employee(long phno)
{
this("kavin");
System.out.println("phone no "+phno);
}
public static ... | UTF-8 | Java | 383 | java | Employee.java | Java | [
{
"context": "name);\n\t}\n\tpublic Employee(long phno)\n\t{\n\t\tthis(\"kavin\");\n\t\tSystem.out.println(\"phone no \"+phno);\n\t}\n\t\n\t",
"end": 256,
"score": 0.8374217748641968,
"start": 252,
"tag": "NAME",
"value": "avin"
}
] | null | [] | package com.kav.consturctor;
public class Employee {
public Employee() {
this(7894562320l);
System.out.println("default");
}
public Employee(String name) {
System.out.println("emp name"+"\t"+name);
}
public Employee(long phno)
{
this("kavin");
System.out.println("phone no "+phno);
}
public static ... | 383 | 0.665796 | 0.639687 | 22 | 16.40909 | 15.101653 | 43 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.363636 | false | false | 8 |
ccb72c46dfc0f032cb3b4af30f5dcbb235b3db27 | 25,821,343,406,196 | b17fc9e282f3ae10579e4456d9ca2774f4b14780 | /design-patterns/src/main/java/cn/design/patterns/states/simple3/GumballMachineTestDrive.java | eefd91114d8e411fea16cbb88b7c2f57054e26c9 | [] | no_license | luolibing/coding-life | https://github.com/luolibing/coding-life | 8c351e306111b217585c4fbaab34c10e42012b23 | 06318973d4c0bbbfc0225c4a5bc5d4a2ddf2c6ff | refs/heads/master | 2022-12-27T02:26:49.599000 | 2021-12-22T04:01:00 | 2021-12-22T04:01:00 | 94,624,544 | 1 | 1 | null | false | 2022-12-16T06:49:34 | 2017-06-17T13:11:35 | 2021-12-22T04:01:16 | 2022-12-16T06:49:31 | 57,286 | 1 | 1 | 34 | Java | false | false | package cn.design.patterns.states.simple3;
/**
* Created by LuoLiBing on 16/6/22.
*/
public class GumballMachineTestDrive {
public static void main(String[] args) {
GumballMachine gumballMachine = new GumballMachine(10);
gumballMachine.turnCrank();
}
}
| UTF-8 | Java | 281 | java | GumballMachineTestDrive.java | Java | [
{
"context": "design.patterns.states.simple3;\n\n/**\n * Created by LuoLiBing on 16/6/22.\n */\npublic class GumballMachineTestDr",
"end": 71,
"score": 0.8085956573486328,
"start": 62,
"tag": "NAME",
"value": "LuoLiBing"
}
] | null | [] | package cn.design.patterns.states.simple3;
/**
* Created by LuoLiBing on 16/6/22.
*/
public class GumballMachineTestDrive {
public static void main(String[] args) {
GumballMachine gumballMachine = new GumballMachine(10);
gumballMachine.turnCrank();
}
}
| 281 | 0.69395 | 0.66548 | 12 | 22.416666 | 21.557899 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 8 |
765fdde51d5f770b336a3435c62e597d91c354f5 | 27,745,488,790,635 | 2b6fa3355de38c4ba3d89fb149daddc6ba77d639 | /src/PrintListFromTailToHead/Solution.java | 4b5a832ac79be4d97f80a40f4bc8876e6800b74f | [] | no_license | MakLOAO/Sword-refers-to-offer | https://github.com/MakLOAO/Sword-refers-to-offer | 43cdf7711ba19f79f7abb9dc6ccc03bf0539f636 | 42e8ba8a9c0bec5bf24fb0bcedebf7f74935a5f4 | refs/heads/master | 2020-05-07T14:16:03.833000 | 2019-10-08T14:32:33 | 2019-10-08T14:32:33 | 180,585,918 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package PrintListFromTailToHead;
import java.util.ArrayList;
import java.util.LinkedList;
public class Solution {
/**
* @program: offer
*
* @description:
*
* @author: makaloo
*
* @create: 2019-04-12 07:36
**/
// if we can change the linked list
public ArrayList<Integer> printListFromTailToHead(ListNo... | UTF-8 | Java | 1,696 | java | Solution.java | Java | [
{
"context": "@program: offer\n *\n * @description:\n *\n * @author: makaloo\n *\n * @create: 2019-04-12 07:36\n **/\n // if we",
"end": 182,
"score": 0.999592125415802,
"start": 175,
"tag": "USERNAME",
"value": "makaloo"
}
] | null | [] | package PrintListFromTailToHead;
import java.util.ArrayList;
import java.util.LinkedList;
public class Solution {
/**
* @program: offer
*
* @description:
*
* @author: makaloo
*
* @create: 2019-04-12 07:36
**/
// if we can change the linked list
public ArrayList<Integer> printListFromTailToHead(ListNo... | 1,696 | 0.541274 | 0.53184 | 72 | 22.569445 | 18.329414 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.458333 | false | false | 8 |
c27ae1f7c12a733b3e2c0f7d35781f4ca1ff2d7c | 3,444,563,772,380 | 5b03935cd207f01ccb47a28d69fbb2bc151efe7d | /src/interpreter/src/edu/cornell/cs/cs4120/xic/ir/IRExpr_c.java | 51a39f067ec413d6099f4eebc292a679ab74bf5a | [] | no_license | manishsaha/xic | https://github.com/manishsaha/xic | e78fff40c034d26d0cec6613068aa8c4f5f4aa7b | 3868fde6f4484043985306b6b0b44e77c671eb9e | refs/heads/master | 2020-07-03T05:48:49.903000 | 2019-08-11T19:45:33 | 2019-08-11T19:45:33 | 201,807,897 | 4 | 4 | null | null | null | null | null | null | null | null | null | null | null | null | null | package edu.cornell.cs.cs4120.xic.ir;
import edu.cornell.cs.cs4120.xic.ir.visit.CheckCanonicalIRVisitor;
/**
* An intermediate representation for expressions
*/
public abstract class IRExpr_c extends IRNode_c implements IRExpr {
@Override
public CheckCanonicalIRVisitor checkCanonicalEnter(
Chec... | UTF-8 | Java | 683 | java | IRExpr_c.java | Java | [] | null | [] | package edu.cornell.cs.cs4120.xic.ir;
import edu.cornell.cs.cs4120.xic.ir.visit.CheckCanonicalIRVisitor;
/**
* An intermediate representation for expressions
*/
public abstract class IRExpr_c extends IRNode_c implements IRExpr {
@Override
public CheckCanonicalIRVisitor checkCanonicalEnter(
Chec... | 683 | 0.674963 | 0.66325 | 30 | 21.766666 | 22.02829 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.266667 | false | false | 8 |
258bff363d4798c7fc9964b8e5940f995c108418 | 33,578,054,350,606 | 4c5b860c26e6b6dd42414cafbbb08e789e605ca4 | /CRFitness/src/main/java/com/CRFitness/PersonalJournal/model/PersonalJournalDAO_interface.java | 72a0f380e57e951a54497b699762efbdb2aaa98e | [] | no_license | AnnaKendrickIII/CRFitness | https://github.com/AnnaKendrickIII/CRFitness | e9deb44ba68ae58216453f1922a1c9bd5fcd3553 | 5bc8c5a6484682508c39cb6061ff372d3b611f1d | refs/heads/master | 2021-01-17T08:37:21.561000 | 2016-08-11T18:52:28 | 2016-08-11T18:52:28 | 62,596,789 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.CRFitness.PersonalJournal.model;
import java.util.List;
import com.CRFitness.Member.model.MemberVO;
public interface PersonalJournalDAO_interface {
public PersonalJournalVO insert(PersonalJournalVO personalJournalVO);
public PersonalJournalVO update(PersonalJournalVO personalJournalVO);
... | UTF-8 | Java | 1,237 | java | PersonalJournalDAO_interface.java | Java | [] | null | [] | package com.CRFitness.PersonalJournal.model;
import java.util.List;
import com.CRFitness.Member.model.MemberVO;
public interface PersonalJournalDAO_interface {
public PersonalJournalVO insert(PersonalJournalVO personalJournalVO);
public PersonalJournalVO update(PersonalJournalVO personalJournalVO);
... | 1,237 | 0.767179 | 0.767179 | 25 | 47.48 | 29.76457 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.96 | false | false | 8 |
14bf07eddb7116f4f00308c0e8213f6ee8a84498 | 33,371,895,904,570 | c9369a0f3eb44e3901250f6c4b5102b6e52f457a | /src/gRCenforce/gRCenforceCreate_Compliance_Admin.java | 5bfe2c0dd494e00d2a6d6715dc3acb9229634458 | [] | no_license | Chitramit/KLI | https://github.com/Chitramit/KLI | bd8028a416094b6ef82a6ce91b5036990eb714de | d196c5d73c4e4929ef62f4d6378fc17b226b7fb7 | refs/heads/master | 2020-09-14T15:40:52.190000 | 2019-12-17T20:47:32 | 2019-12-17T20:47:32 | 222,640,237 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package gRCenforce;
import org.testng.annotations.Test;
import gRCenforce.Utilities.Xls_Reader;
import gRCenforce.Utilities.generalUtils;
import static org.testng.Assert.assertEquals;
import java.awt.Robot;
import java.awt.event.InputEvent;
import java.awt.event.KeyEvent;
import java.util.List;
import org.openqa.... | UTF-8 | Java | 9,006 | java | gRCenforceCreate_Compliance_Admin.java | Java | [
{
"context": "atic Xls_Reader read = new Xls_Reader(\"C:\\\\Users\\\\chitramitc478\\\\git\\\\KLI\\\\Datatable.xlsx\");\n\t\n\t@BeforeClass\n\tpub",
"end": 846,
"score": 0.9995010495185852,
"start": 833,
"tag": "USERNAME",
"value": "chitramitc478"
},
{
"context": "\")).sendKeys(read.g... | null | [] | package gRCenforce;
import org.testng.annotations.Test;
import gRCenforce.Utilities.Xls_Reader;
import gRCenforce.Utilities.generalUtils;
import static org.testng.Assert.assertEquals;
import java.awt.Robot;
import java.awt.event.InputEvent;
import java.awt.event.KeyEvent;
import java.util.List;
import org.openqa.... | 9,008 | 0.706529 | 0.687653 | 234 | 37.491451 | 48.050564 | 261 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.568376 | false | false | 8 |
0f4d3a80f1b127e51d21177d15b48c4784409492 | 1,855,425,891,867 | dff71239c227408d6f0ebfab34e2bd368a8eb2de | /user-management/src/main/java/mk/ukim/finki/usermanagement/port/dto/request/LoginRequestDTO.java | 7fc5657ae562637064e8ef8224a6a5d327dfbbbb | [] | no_license | PavelJankoski/theater-emt-be | https://github.com/PavelJankoski/theater-emt-be | e5fb5ac221bbaffd42c3aa180983cff995d2d613 | 35f1c7202221e2cf9a5dee2d5929779ef3a42046 | refs/heads/master | 2023-03-03T10:10:14.961000 | 2021-02-08T23:43:25 | 2021-02-08T23:43:25 | 333,513,614 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package mk.ukim.finki.usermanagement.port.dto.request;
import lombok.Data;
import lombok.Getter;
import javax.validation.constraints.NotBlank;
@Data
public class LoginRequestDTO {
@NotBlank
private String email;
@NotBlank
private String password;
public String getEmail() {
return email... | UTF-8 | Java | 396 | java | LoginRequestDTO.java | Java | [] | null | [] | package mk.ukim.finki.usermanagement.port.dto.request;
import lombok.Data;
import lombok.Getter;
import javax.validation.constraints.NotBlank;
@Data
public class LoginRequestDTO {
@NotBlank
private String email;
@NotBlank
private String password;
public String getEmail() {
return email... | 396 | 0.689394 | 0.689394 | 24 | 15.5 | 15.419144 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 8 |
4f4e6b6bde1ae8983817918df6e41e1fa5e24e81 | 14,302,241,116,362 | b8d7353a199793dbb42753bac8e8a33075d7bb63 | /phptravels/src/main/java/net/Phptravels/phptravels/Login.java | 81b66d56968d386ab24473f6a6943e75d0b01ae7 | [] | no_license | Ibtesam-sanglikar/PHP-TRAVELS | https://github.com/Ibtesam-sanglikar/PHP-TRAVELS | d78f7a599ce138a8c1562e05c8807b828d57a33d | 4da43cc70b782a1fe9a5b4778d3543833e9b5f3d | refs/heads/master | 2021-07-13T06:46:55.220000 | 2019-10-12T10:51:29 | 2019-10-12T10:51:29 | 214,434,399 | 0 | 0 | null | false | 2020-10-13T16:38:47 | 2019-10-11T12:45:41 | 2019-10-12T10:51:50 | 2020-10-13T16:38:46 | 65 | 0 | 0 | 1 | Java | false | false | package net.Phptravels.phptravels;
import java.io.IOException;
import org.openqa.selenium.By;
public class Login extends HomePage{
public Login() throws IOException {
super();
}
By login=By.xpath("/html/body/div[6]/div[1]/div[1]/form/button");
By email=By.xpath("//input[@placeholder='Email']... | UTF-8 | Java | 975 | java | Login.java | Java | [] | null | [] | package net.Phptravels.phptravels;
import java.io.IOException;
import org.openqa.selenium.By;
public class Login extends HomePage{
public Login() throws IOException {
super();
}
By login=By.xpath("/html/body/div[6]/div[1]/div[1]/form/button");
By email=By.xpath("//input[@placeholder='Email']... | 975 | 0.62359 | 0.620513 | 44 | 20.15909 | 20.979366 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.113636 | false | false | 8 |
05f000a90e4c08469a6a74109b57b032abaf01d5 | 14,302,241,114,985 | 63aa05cb33e942e31f2f9b50b4ee8fcf7043dd79 | /moon-crawler/src/main/java/org/moonframework/crawler/fetcher/HttpClientConnection.java | 43a78e2586e6214569cdf6c9aee170bb9d4165db | [] | no_license | helldzl/moon-framework2-bom | https://github.com/helldzl/moon-framework2-bom | c99ec94738998b552ed503f78a9f12dcdc23c639 | 4149a613312a11483a9fa332a6a0e33cde948438 | refs/heads/master | 2020-03-07T08:19:27.275000 | 2018-03-30T03:04:15 | 2018-03-30T03:04:15 | 127,374,523 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.moonframework.crawler.fetcher;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.apache.http.HttpEntity;
import org.apache.http.HttpHost;
import org.apache.http.HttpResponse;
import org.apache.http.NameValuePair;
import org.apache.http.client.config.RequestConf... | UTF-8 | Java | 6,742 | java | HttpClientConnection.java | Java | [
{
"context": "a.util.List;\nimport java.util.Map;\n\n/**\n * @author quzile\n * @version 1.0\n * @since 2016/7/11\n */\npublic cl",
"end": 1122,
"score": 0.9996983408927917,
"start": 1116,
"tag": "USERNAME",
"value": "quzile"
}
] | null | [] | package org.moonframework.crawler.fetcher;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.apache.http.HttpEntity;
import org.apache.http.HttpHost;
import org.apache.http.HttpResponse;
import org.apache.http.NameValuePair;
import org.apache.http.client.config.RequestConf... | 6,742 | 0.591568 | 0.587942 | 163 | 39.595093 | 30.145788 | 152 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.773006 | false | false | 8 |
c2a9715bedb30a8e621918d5d5aad26722f90d00 | 32,246,614,475,737 | 1c2e25996fa1965fcafa5fec20b9886a7940aa07 | /src/main/java/cn/itree/db/dto/WxMessageLink.java | 8437e925d830e8013adbaf3ca627e5688076895c | [] | no_license | chinadx/WeChat | https://github.com/chinadx/WeChat | 87138983a1f5ff5d41f82336f661dfc0068db2d4 | 7b38aa2d14386830cee6c9d6205190319179ce5e | refs/heads/master | 2016-08-11T17:19:18.812000 | 2016-01-27T08:32:30 | 2016-01-27T08:32:30 | 44,225,543 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.itree.db.dto;
import java.util.Date;
public class WxMessageLink {
private Long msgId;
private String fromUserName;
private String toUserName;
private String msgType;
private Date createTime;
private String title;
private String description;
private ... | UTF-8 | Java | 1,814 | java | WxMessageLink.java | Java | [] | null | [] | package cn.itree.db.dto;
import java.util.Date;
public class WxMessageLink {
private Long msgId;
private String fromUserName;
private String toUserName;
private String msgType;
private Date createTime;
private String title;
private String description;
private ... | 1,814 | 0.587652 | 0.587652 | 85 | 19.364706 | 20.31218 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.305882 | false | false | 8 |
26b8bed867d3c111fc487c971e0e92588f987117 | 15,616,501,143,629 | 4a7cb14aa934df8f362cf96770e3e724657938d8 | /MFES/ATS/Project/structuring/projectsPOO_1920/66/Grupo03_POO2020/TrazAqui!/RegistoTULVTest.java | 34b92a06944d8a091453243689da41364e6e8797 | [] | no_license | pCosta99/Masters | https://github.com/pCosta99/Masters | 7091a5186f581a7d73fd91a3eb31880fa82bff19 | f835220de45a3330ac7a8b627e5e4bf0d01d9f1f | refs/heads/master | 2023-08-11T01:01:53.554000 | 2021-09-22T07:51:51 | 2021-09-22T07:51:51 | 334,012,667 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | import org.junit.jupiter.api.AfterEach;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
import java.time.LocalDateTime;
import java.util.ArrayList;
import java.util.List;
import java.util.TreeMap;
import static org.junit.jupiter.api.Assertions.*;
class RegistoTULVTest extends RegistoTULV ... | UTF-8 | Java | 2,590 | java | RegistoTULVTest.java | Java | [
{
"context": " setUp() {\n l1 = new LinhaEncomenda(\"p12\",\"kermit porta-chaves\",2,2.5);\n l2 = new LinhaEncomenda(\"p10\",\"k",
"end": 611,
"score": 0.9348645806312561,
"start": 592,
"tag": "NAME",
"value": "kermit porta-chaves"
},
{
"context": "s\",2,2.5);\n ... | null | [] | import org.junit.jupiter.api.AfterEach;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
import java.time.LocalDateTime;
import java.util.ArrayList;
import java.util.List;
import java.util.TreeMap;
import static org.junit.jupiter.api.Assertions.*;
class RegistoTULVTest extends RegistoTULV ... | 2,556 | 0.647036 | 0.624564 | 77 | 32.532467 | 28.463959 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.363636 | false | false | 8 |
6f663683f845d77b38f29f5a2caa160d9eb4054b | 27,513,560,551,379 | 87e72e8847a411b6d81c55320909ee6b32a12071 | /src/java/viewModel/Shared/SystemManagedBean.java | 472dd558afa612186a2ca9967e07fd08f8c5b8a2 | [] | no_license | AdowTatep/RevoMarket | https://github.com/AdowTatep/RevoMarket | 409aaa61edb01d54a5894018fe77f7c857daf5a7 | 84048c7a73054884de62a74f72fb2133c202bb3a | refs/heads/master | 2021-01-22T12:35:33.126000 | 2016-08-09T22:08:11 | 2016-08-09T22:08:11 | 59,158,640 | 0 | 1 | null | false | 2016-08-09T22:07:04 | 2016-05-18T23:30:56 | 2016-07-31T13:29:54 | 2016-08-09T22:07:04 | 64,349 | 0 | 1 | 0 | CSS | 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 viewModel.Shared;
import Model.DAO.BaseDAO;
import Model.User.Usuario;
import Model.User.UsuarioService;
import Util.Config;
i... | UTF-8 | Java | 2,449 | java | SystemManagedBean.java | Java | [
{
"context": "javax.faces.bean.SessionScoped;\n\n/**\n *\n * @author adowt\n */\n@ManagedBean(name = \"systemMB\")\n@SessionScope",
"end": 553,
"score": 0.999627411365509,
"start": 548,
"tag": "USERNAME",
"value": "adowt"
}
] | 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 viewModel.Shared;
import Model.DAO.BaseDAO;
import Model.User.Usuario;
import Model.User.UsuarioService;
import Util.Config;
i... | 2,449 | 0.64134 | 0.64134 | 92 | 25.608696 | 21.174717 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.336957 | false | false | 8 |
7171e181bcc821174b2865c50d52f8ed0694a1a9 | 16,071,767,641,294 | 745693461193bc25f202a3ed7731abe6e6d20c0c | /Java-Europe-B13/src/day16_classObjects/CarObjects.java | 5884ff663db5d27b3bcabf4fe8cf0a66b77db795 | [] | no_license | gulhankarali/Eclipse | https://github.com/gulhankarali/Eclipse | c8cbd6eac55e2fed5e59a39c149a31286016d2f3 | c3e37d5b624af4e60801167afb5814de947c7f89 | refs/heads/master | 2021-03-05T15:43:59.561000 | 2020-03-12T14:56:19 | 2020-03-12T14:56:19 | 246,131,621 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package day16_classObjects;
public class CarObjects {
public static void main(String[] args) {
Car car1= new Car();
car1.printCarInfo();
car1.colour= "Blue";
car1.make= "Mercedes";
car1.model="C";
car1.printCarInfo();
}
}
| UTF-8 | Java | 257 | java | CarObjects.java | Java | [] | null | [] | package day16_classObjects;
public class CarObjects {
public static void main(String[] args) {
Car car1= new Car();
car1.printCarInfo();
car1.colour= "Blue";
car1.make= "Mercedes";
car1.model="C";
car1.printCarInfo();
}
}
| 257 | 0.622568 | 0.59144 | 21 | 11.238095 | 12.363174 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.52381 | false | false | 8 |
778a7dc270f4bb64267dcd803f98e5853f0d3ee4 | 1,855,425,903,407 | 02c9a7018605c51ec059a0daee1e75ab96b36b38 | /LTP/2015_2Sem_FIAP-Am_GrupoSoCanela/src/br/com/fiap/am/scn/dao/PessoaDAO.java | c66dc4540ecce114c53555f8d0ec9236db019311 | [] | no_license | VinyLimaZ/2015_2Sem_FIAP-Am_GrupoSoCanela | https://github.com/VinyLimaZ/2015_2Sem_FIAP-Am_GrupoSoCanela | c517e56a5f94b83e58a8db674b7e537c7257befb | 1512beea8af9b8aa770544a4a4085d23edff4fd9 | refs/heads/master | 2021-01-10T15:25:25.028000 | 2015-11-02T12:57:51 | 2015-11-02T12:57:51 | 44,141,045 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.com.fiap.am.scn.dao;
import br.com.fiap.am.scn.beans.Pessoa;
import br.com.fiap.am.scn.connection.ConexaoFactory;
import br.com.fiap.am.scn.exception.Excecao;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
/**
* Classe de acesso de ... | UTF-8 | Java | 3,974 | java | PessoaDAO.java | Java | [] | null | [] | package br.com.fiap.am.scn.dao;
import br.com.fiap.am.scn.beans.Pessoa;
import br.com.fiap.am.scn.connection.ConexaoFactory;
import br.com.fiap.am.scn.exception.Excecao;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
/**
* Classe de acesso de ... | 3,974 | 0.56769 | 0.56618 | 142 | 26.985916 | 22.460602 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.408451 | false | false | 8 |
fab835460cff0ba9aaa05299107bac3b2a4221b0 | 24,979,529,812,854 | ffcee66ea4207071cb2c05914593c75a493835ef | /VolticCloud-Master/src/main/java/de/cloud/master/commands/HelpCommand.java | 88aa83c63542694fb698c5e87d7b3e7a11dba04f | [] | no_license | F4LS3/VolticCloud | https://github.com/F4LS3/VolticCloud | 27ef18af1f2d6e32610bc2865d08aeeaf859226c | 1e6fe7852856f63101d3d418a6a5bb6f75530f8b | refs/heads/master | 2020-04-13T08:00:53.182000 | 2018-12-26T19:33:28 | 2018-12-26T19:42:47 | 163,028,016 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package de.cloud.master.commands;
import de.cloud.master.Manager;
import de.cloud.master.manager.Command;
public class HelpCommand implements Command {
public void execute(String[] args) {
if(args[0].equalsIgnoreCase("help")) {
Manager.getManager().commands.forEach(command -> {
... | UTF-8 | Java | 557 | java | HelpCommand.java | Java | [] | null | [] | package de.cloud.master.commands;
import de.cloud.master.Manager;
import de.cloud.master.manager.Command;
public class HelpCommand implements Command {
public void execute(String[] args) {
if(args[0].equalsIgnoreCase("help")) {
Manager.getManager().commands.forEach(command -> {
... | 557 | 0.585278 | 0.583483 | 21 | 25.523809 | 23.729866 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.285714 | false | false | 8 |
8bffb7a3192d83949db7cf983e0189d8d5aa3e70 | 858,993,474,468 | 79ef713db5f2d462ddada4af1db9e71d99e510c4 | /animal_world/src/main/java/com/oocl/world/Killer.java | 55b9306f17dee81f5ad701614d66ef46999e8d2f | [] | no_license | chenlolchen/oocl | https://github.com/chenlolchen/oocl | 41e2792806f7f403dd6e363f531fd4030c9d1e8e | 26087febc837bfb229ee41ac296a92fb872510e0 | refs/heads/master | 2020-12-02T21:21:49.264000 | 2017-07-05T14:27:22 | 2017-07-05T14:27:22 | 96,301,123 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.oocl.world;
/**
* Created by CHENCO7 on 7/5/2017.
*/
public class Killer extends Human {
public void kill(Human human){
}
@Override
public void metabolism() {
}
@Override
public void viviparity() {
}
@Override
public void labor() {
... | UTF-8 | Java | 327 | java | Killer.java | Java | [
{
"context": "package com.oocl.world;\r\n\r\n/**\r\n * Created by CHENCO7 on 7/5/2017.\r\n */\r\npublic class Killer extends Hu",
"end": 53,
"score": 0.9995542764663696,
"start": 46,
"tag": "USERNAME",
"value": "CHENCO7"
}
] | null | [] | package com.oocl.world;
/**
* Created by CHENCO7 on 7/5/2017.
*/
public class Killer extends Human {
public void kill(Human human){
}
@Override
public void metabolism() {
}
@Override
public void viviparity() {
}
@Override
public void labor() {
... | 327 | 0.535168 | 0.513761 | 25 | 11.08 | 12.724527 | 35 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.04 | false | false | 8 |
d10ff9f05ed63f597d30f37c86cf8dece8a0ea64 | 12,008,728,596,326 | ea0fba4626e473f56cca309398f2873f033ee670 | /Demo_Lawyer/src/main/java/com/jeshtah/demoLawyer/model/Hearing.java | 6fba7fe383a950abdb308a8aab4fa66c44303022 | [] | no_license | Shiv4777/bbmp | https://github.com/Shiv4777/bbmp | 4d788b53bf42d21db7afa4f1063d1c7dd446d31b | af101c7cd4ea6d2707adc96efb6a21c8895b3fd3 | refs/heads/master | 2023-01-28T16:44:02.214000 | 2020-12-13T10:35:01 | 2020-12-13T10:35:01 | 321,039,038 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jeshtah.demoLawyer.model;
import javax.persistence.CascadeType;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.FetchType;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.JoinC... | UTF-8 | Java | 1,963 | java | Hearing.java | Java | [] | null | [] | package com.jeshtah.demoLawyer.model;
import javax.persistence.CascadeType;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.FetchType;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.JoinC... | 1,963 | 0.766174 | 0.766174 | 90 | 20.811111 | 19.795563 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.166667 | false | false | 8 |
2d981ebe37388ef63a59b8d69df56a53332e23f9 | 21,500,606,300,498 | 6ca6cb49a6020307400589ed531c4a320d61dccd | /IdeaProjects/javaChallange/src/com/company/javaChallange/Messages.java | e964b411303e190d79c203bc60c01552d2a607ce | [] | no_license | Ahmed3565/training-Files | https://github.com/Ahmed3565/training-Files | ad0893e11fb118d7cc226b4a88cecdda0a78e430 | 29e1eeb7fb22f27dea5cc3f772a8ee1c3e2c82a7 | refs/heads/main | 2023-08-08T04:43:19.186000 | 2021-09-20T17:28:47 | 2021-09-20T17:28:47 | 404,486,383 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.company.javaChallange;
import java.util.ArrayList;
public class Messages {
private final ArrayList<String> messageSender = new ArrayList<>();
private final ArrayList<String> message = new ArrayList<>();
public void sendMessage (String name , String message) {
messageSender.add(name);
... | UTF-8 | Java | 766 | java | Messages.java | Java | [] | null | [] | package com.company.javaChallange;
import java.util.ArrayList;
public class Messages {
private final ArrayList<String> messageSender = new ArrayList<>();
private final ArrayList<String> message = new ArrayList<>();
public void sendMessage (String name , String message) {
messageSender.add(name);
... | 766 | 0.596606 | 0.593995 | 24 | 30.916666 | 27.161427 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.583333 | false | false | 8 |
b0dcd6d58da91617bb2334ec023840cf5d22a3f0 | 26,620,207,309,101 | a6da8c9d38742823012cebcd61b4815cd9fd650e | /src/com/source/controller/RoleController.java | 1eba614674b949a7ca7a4f142cb99ba7b8b9d0a7 | [] | no_license | lienfu/source | https://github.com/lienfu/source | 70cac03095270bf710672023dc7cbd108c3ea089 | e04c584c2c87b326f8928764763e03c6c46c5718 | refs/heads/master | 2020-04-25T09:23:31.396000 | 2019-03-01T08:15:10 | 2019-03-01T08:15:10 | 172,674,330 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.source.controller;
import java.io.IOException;
import java.util.ArrayList;
import java.util.List;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Con... | UTF-8 | Java | 5,866 | java | RoleController.java | Java | [] | null | [] | package com.source.controller;
import java.io.IOException;
import java.util.ArrayList;
import java.util.List;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Con... | 5,866 | 0.684783 | 0.680814 | 199 | 27.125628 | 25.211254 | 133 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.201005 | false | false | 8 |
e4509ab1ea53ce3db963d2569915ab4288c90a47 | 20,340,965,114,201 | 0d99df63c872504fd23a6df9ecb547bc9e01a716 | /基于Java的视频分享及直播系统的设计与实现-源代码/live/src/main/java/com/huwei/live/request/FriendSearch.java | 2a657a53cf61ea9a167092491bfb70fc79c4eee9 | [] | no_license | ChinahHW/live | https://github.com/ChinahHW/live | 45fd6577aa081a18a67690690f0b18d2a10ca67e | 2d45b9e0756ed699f779844d6465ef9c64d4c9e6 | refs/heads/master | 2022-07-09T00:48:27.978000 | 2019-08-27T09:22:06 | 2019-08-27T09:22:06 | 198,773,414 | 0 | 0 | null | false | 2022-06-17T02:18:46 | 2019-07-25T06:43:42 | 2019-08-27T09:22:14 | 2022-06-17T02:18:46 | 10,407 | 0 | 0 | 3 | JavaScript | false | false | package com.huwei.live.request;
public class FriendSearch {
private Integer userId;
private String userName;
private Integer friendId;
private String groupName;
private Integer currentPage;
private Integer pageSize;
private String orderName;
private String orderSort;
public... | UTF-8 | Java | 1,670 | java | FriendSearch.java | Java | [
{
"context": "serName(String userName) {\n this.userName = userName;\n }\n\n public Integer getFriendId() {\n ",
"end": 694,
"score": 0.5288118720054626,
"start": 686,
"tag": "USERNAME",
"value": "userName"
}
] | null | [] | package com.huwei.live.request;
public class FriendSearch {
private Integer userId;
private String userName;
private Integer friendId;
private String groupName;
private Integer currentPage;
private Integer pageSize;
private String orderName;
private String orderSort;
public... | 1,670 | 0.622156 | 0.622156 | 89 | 17.764046 | 16.649744 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.303371 | false | false | 8 |
f6cde6018516bb94c908f26b22913e158441dafc | 1,855,425,919,880 | 84a520130717499e91488719a1db36b83ef48497 | /mygame/Main.java | 09e3e79bcb826d40b993d296f0d61fb5852cae04 | [] | no_license | KareemAbdelaty/ECS-java-game-demo | https://github.com/KareemAbdelaty/ECS-java-game-demo | cb4357b200d704120f2868831f4e400174c185a8 | b935c258b42bd239e2382a15d5ba675cdbbd0b59 | refs/heads/master | 2022-12-01T02:32:05.091000 | 2020-08-09T03:02:44 | 2020-08-09T03:02:44 | 284,862,221 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
package mygame;
import com.jme3.app.SimpleApplication;
import com.jme3.math.Vector3f;
import com.jme3.system.AppSettings;
import java.awt.DisplayMode;
import java.awt.GraphicsDevice;
import java.awt.GraphicsEnvironment;
class Main extends SimpleApplication {
private String state = "MainMenu" ;
private ... | UTF-8 | Java | 1,846 | java | Main.java | Java | [] | null | [] |
package mygame;
import com.jme3.app.SimpleApplication;
import com.jme3.math.Vector3f;
import com.jme3.system.AppSettings;
import java.awt.DisplayMode;
import java.awt.GraphicsDevice;
import java.awt.GraphicsEnvironment;
class Main extends SimpleApplication {
private String state = "MainMenu" ;
private ... | 1,846 | 0.627302 | 0.62026 | 73 | 24.273973 | 21.895931 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.589041 | false | false | 8 |
931c4538fb385eca94188739fef5563a3cf5e61c | 2,688,649,551,104 | 6062456867f39b24a47219de7eb37c3eda3783e5 | /app/src/main/java/kr/sysgen/taxi/network/ConnectToServer.java | ff392acfc7ebc50b4a0ab6d7b0ebfa745b2b2502 | [] | no_license | turboguy36/BeaconTaxi | https://github.com/turboguy36/BeaconTaxi | a0a746b2b7291f5e4a9a9e7b7e1815402027b6da | 5eb62f1733e4dd92963bc6e3d6982416582e6930 | refs/heads/master | 2021-09-09T05:21:07.537000 | 2018-03-14T00:15:37 | 2018-03-14T00:15:37 | 125,130,645 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package kr.sysgen.taxi.network;
import android.content.Context;
import android.util.Log;
import org.json.JSONException;
import org.json.JSONObject;
import java.io.BufferedReader;
import java.io.BufferedWriter;
import java.io.InputStreamReader;
import java.io.OutputStreamWriter;
import java.io.Writer;
import java.net... | UTF-8 | Java | 9,462 | java | ConnectToServer.java | Java | [
{
"context": "ysgen.taxi.configure.AppConfig;\n\n/**\n * Created by leehg on 2016-05-18.\n */\npublic class ConnectToServer {",
"end": 494,
"score": 0.9995656609535217,
"start": 489,
"tag": "USERNAME",
"value": "leehg"
}
] | null | [] | package kr.sysgen.taxi.network;
import android.content.Context;
import android.util.Log;
import org.json.JSONException;
import org.json.JSONObject;
import java.io.BufferedReader;
import java.io.BufferedWriter;
import java.io.InputStreamReader;
import java.io.OutputStreamWriter;
import java.io.Writer;
import java.net... | 9,462 | 0.582137 | 0.546381 | 170 | 39.964706 | 29.854923 | 170 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.647059 | false | false | 8 |
5748a0bc4ae06a21906ec204b260fb2ac0bd5c67 | 4,440,996,201,676 | d759f0121fe0c8612d3dca138e537f0ab40948fd | /src/com/iu/s2/ex1/Phone.java | d00216ec61c07922ee68035bbb72c0d9581100e0 | [] | no_license | kakapo9090/Study_4 | https://github.com/kakapo9090/Study_4 | ee1d4986334bf220ea01296a67ea1cfba1e4cc9a | cc3d55b089f0750334927850a823924fe93f28f1 | refs/heads/main | 2023-06-23T08:49:14.451000 | 2021-07-20T05:34:29 | 2021-07-20T05:34:29 | 387,385,656 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.iu.s2.ex1;
public class Phone { //멤버 변수 클래스, 클래스 이름이 곧 데이터타입
//멤버 변수 선언
//접근지정자 생략가능 public
//데이터타입 변수명;
String name; //이름
String brand; // 브랜드
String color; // 색깔
double size; // 사이즈
int price; // 가격
}
| UTF-8 | Java | 338 | java | Phone.java | Java | [] | null | [] | package com.iu.s2.ex1;
public class Phone { //멤버 변수 클래스, 클래스 이름이 곧 데이터타입
//멤버 변수 선언
//접근지정자 생략가능 public
//데이터타입 변수명;
String name; //이름
String brand; // 브랜드
String color; // 색깔
double size; // 사이즈
int price; // 가격
}
| 338 | 0.621739 | 0.613043 | 14 | 15.428572 | 12.573863 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.214286 | false | false | 8 |
2c7fb8efba243139ae3385e206bcac346e3e9a68 | 23,897,198,040,791 | bc9cf76a7c7eca580262b4e48e7901488e1dc03a | /IdeaProgrammist/Adapters_observer_MVC_lesson6/src/Magazines_and_Tanks/task2/BirdShopUi_Click_Button.java | 7a32d139efef875e339630af353f748f496ff0b8 | [] | no_license | SergeyParfentiev/Lesson9_HomeWork_task2 | https://github.com/SergeyParfentiev/Lesson9_HomeWork_task2 | 98f576220900b77057166641b44d77616db9d5a6 | 0159409d02aff531156ba6d09eede82dfaf810a3 | HEAD | 2016-08-12T12:58:49.354000 | 2016-03-04T20:25:26 | 2016-03-04T20:25:26 | 53,140,070 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Magazines_and_Tanks.task2;
import javax.swing.*;
import java.awt.*;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.text.NumberFormat;
import java.text.SimpleDateFormat;
import java.util.List;
/**
* Created by Byblik272 on 2/1/2016.
*/
public class BirdShopUi_Click_Butto... | UTF-8 | Java | 6,250 | java | BirdShopUi_Click_Button.java | Java | [
{
"context": "eFormat;\nimport java.util.List;\n\n/**\n * Created by Byblik272 on 2/1/2016.\n */\npublic class BirdShopUi_Click_Bu",
"end": 267,
"score": 0.9996340274810791,
"start": 258,
"tag": "USERNAME",
"value": "Byblik272"
}
] | null | [] | package Magazines_and_Tanks.task2;
import javax.swing.*;
import java.awt.*;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.text.NumberFormat;
import java.text.SimpleDateFormat;
import java.util.List;
/**
* Created by Byblik272 on 2/1/2016.
*/
public class BirdShopUi_Click_Butto... | 6,250 | 0.60768 | 0.58432 | 176 | 34.511364 | 32.928638 | 156 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.329545 | false | false | 8 |
34c7c7979850fe60ad6d173ab060acd630aa2e9b | 11,905,649,388,602 | 29170aefc4c7a1c3c89fca93d0bd7574016022bd | /java-solution/src/com/mianjing/fb/BulbSwitch319M.java | 68dcd5ab68676255ed86437f7543675ac6be2120 | [] | no_license | MaggieFang/LeetCodePractiseAndSummary | https://github.com/MaggieFang/LeetCodePractiseAndSummary | 1eb2a751e4cb892262f0740598996ae833c5cd16 | 8b497aaa6d4cd72e582a58bac85277c824a1dbdf | refs/heads/master | 2021-06-30T07:38:06.101000 | 2019-11-14T03:45:28 | 2019-11-14T03:45:28 | 168,401,490 | 5 | 4 | null | false | 2020-10-01T00:08:14 | 2019-01-30T19:26:25 | 2019-11-14T03:45:32 | 2019-11-14T03:45:29 | 2,309 | 4 | 3 | 1 | Java | false | false | package com.mianjing.fb;
import java.util.Arrays;
/**
* Author by Maggie Fang. Email menogenfong@gmail.com. Date on 10/16/18
* Talk is Cheap,Show me the Code.
**/
public class BulbSwitch319M {
/**
* KEYPOINTS:
* <p>
* 大概意思是,一个灯泡最后要亮着,那他是被操作奇数次,所以要在[1,n]里头找哪些灯泡被执行了奇数次操作
* 对于一个非平方数来说(比如12),因为... | UTF-8 | Java | 2,021 | java | BulbSwitch319M.java | Java | [
{
"context": "ng.fb;\n\nimport java.util.Arrays;\n\n/**\n * Author by Maggie Fang. Email menogenfong@gmail.com. Date on 10/16/18\n *",
"end": 80,
"score": 0.9998549222946167,
"start": 69,
"tag": "NAME",
"value": "Maggie Fang"
},
{
"context": ".util.Arrays;\n\n/**\n * Author by Maggie... | null | [] | package com.mianjing.fb;
import java.util.Arrays;
/**
* Author by <NAME>. Email <EMAIL>. Date on 10/16/18
* Talk is Cheap,Show me the Code.
**/
public class BulbSwitch319M {
/**
* KEYPOINTS:
* <p>
* 大概意思是,一个灯泡最后要亮着,那他是被操作奇数次,所以要在[1,n]里头找哪些灯泡被执行了奇数次操作
* 对于一个非平方数来说(比如12),因为有成对的补数(1vs12; 2vs6)... | 2,002 | 0.516408 | 0.487622 | 60 | 27.950001 | 23.634315 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.466667 | false | false | 8 |
f2e060bbc39564c2211563ea52c00273c5dedbcf | 7,636,451,910,323 | 95865f41075d3392b7c4f6499997e147cb300c91 | /assignment8_pseger/src/GradSchoolsGui.java | 5a24171249eeadafa1a3f14fb57d1114ee650322 | [] | no_license | segerphilip/DataStructure | https://github.com/segerphilip/DataStructure | b78e0e8aaa031fa31a6f834af4fdf6801092455f | 065545932de8d3d512e10649aefda26df389e4b0 | refs/heads/master | 2021-01-21T13:21:04.951000 | 2016-04-28T03:48:57 | 2016-04-28T03:48:57 | 50,665,160 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import javax.swing.*;
import java.awt.*;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
/**
* Created by philip on 4/20/16.
* INCOMPLETE: GUI development took WAY longer than expected, so was unable to get very far.
* Listener below is also not impelemented.
*/
public class G... | UTF-8 | Java | 3,377 | java | GradSchoolsGui.java | Java | [
{
"context": " java.awt.event.ActionListener;\n\n/**\n * Created by philip on 4/20/16.\n * INCOMPLETE: GUI development took W",
"end": 139,
"score": 0.9985955357551575,
"start": 133,
"tag": "USERNAME",
"value": "philip"
}
] | null | [] | import javax.swing.*;
import java.awt.*;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
/**
* Created by philip on 4/20/16.
* INCOMPLETE: GUI development took WAY longer than expected, so was unable to get very far.
* Listener below is also not impelemented.
*/
public class G... | 3,377 | 0.639325 | 0.627184 | 95 | 34.547367 | 29.937046 | 139 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.526316 | false | false | 8 |
6b4f5debd6014d453b4ccf231b88591cbb64eaea | 15,822,659,528,720 | 3c59c21350a9d87519a7707d02d4b59decfa2e09 | /org.geocraft.ui.volumeviewer/src/org/geocraft/ui/volumeviewer/VolumeViewer.java | c026fd9c5d331e1efedb5135f2527a6e8429f1c6 | [] | no_license | duncanchild/geocraft | https://github.com/duncanchild/geocraft | e7455751b4d3dcf0b17979fa8f0cabdacb2cc109 | b301c0c96ebfeaf36b8a0ec141f342cfc91c0ecb | refs/heads/master | 2021-01-15T08:05:36.041000 | 2015-05-15T17:17:30 | 2015-05-15T17:17:30 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright (C) ConocoPhillips 2008 All Rights Reserved.
*/
package org.geocraft.ui.volumeviewer;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.HashSet;
import java.util.List;
import java.util.Map;
import java.util.Set;
import java.util.concurrent.Callable;
import org.eclipse.core.runt... | UTF-8 | Java | 37,705 | java | VolumeViewer.java | Java | [
{
"context": "/*\n * Copyright (C) ConocoPhillips 2008 All Rights Reserved. \n */\npackage org.geocra",
"end": 34,
"score": 0.9928490519523621,
"start": 20,
"tag": "NAME",
"value": "ConocoPhillips"
}
] | null | [] | /*
* Copyright (C) ConocoPhillips 2008 All Rights Reserved.
*/
package org.geocraft.ui.volumeviewer;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.HashSet;
import java.util.List;
import java.util.Map;
import java.util.Set;
import java.util.concurrent.Callable;
import org.eclipse.core.runt... | 37,705 | 0.655112 | 0.652699 | 1,070 | 34.238319 | 29.208567 | 127 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.502804 | false | false | 8 |
de0fb013aaf2c84ae4f98f8183a7694b5160f4d4 | 30,751,965,844,729 | a275231297f9bf3babfa57afda8f5bba72e778c3 | /app/src/main/java/com/example/geek/fragment/FicationFragment.java | d5f18660691acb61b517b4986b88d3739d8d8ddf | [] | no_license | Songpeng-github/Geek | https://github.com/Songpeng-github/Geek | b764e0617eb206edf161d7cc8af17f4a207203d9 | 5a694b5fe8844a77faf034ff02cc1e525b81df84 | refs/heads/master | 2020-09-13T19:33:57.186000 | 2019-11-23T09:59:58 | 2019-11-23T09:59:58 | 222,882,902 | 3 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.geek.fragment;
import androidx.fragment.app.Fragment;
import com.example.geek.R;
import com.example.geek.base.BaseFragment;
import com.example.geek.peresenter.FicationPeresenter;
import com.example.geek.view.FicationView;
/**
* name:&{宋佳羿}
* date:2019/11/21
* Time:15:16
*/
public class Ficati... | UTF-8 | Java | 632 | java | FicationFragment.java | Java | [
{
"context": "om.example.geek.view.FicationView;\n\n/**\n * name:&{宋佳羿}\n * date:2019/11/21\n * Time:15:16\n */\npublic clas",
"end": 262,
"score": 0.9998865127563477,
"start": 259,
"tag": "NAME",
"value": "宋佳羿"
}
] | null | [] | package com.example.geek.fragment;
import androidx.fragment.app.Fragment;
import com.example.geek.R;
import com.example.geek.base.BaseFragment;
import com.example.geek.peresenter.FicationPeresenter;
import com.example.geek.view.FicationView;
/**
* name:&{宋佳羿}
* date:2019/11/21
* Time:15:16
*/
public class Ficati... | 632 | 0.741214 | 0.722045 | 25 | 24.040001 | 25.094191 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.36 | false | false | 8 |
3ce64b572119493428e96463e713eaca347c3508 | 8,787,503,104,187 | a762ffaf065d4e0d732fc5d1f8b719a670eea16a | /src/main/java/cx/rain/mc/forgemod/sinocraft/network/packet/DrawPaperC2SPacket.java | fd1374908d244604759a1187e7c0fc70538393bf | [
"MIT"
] | permissive | EvanLuo42/SinoCraft | https://github.com/EvanLuo42/SinoCraft | 14f368b91a9078a3735fe7408ca2f78b5ccad9a2 | bffbca0fd86d1d91fac8acd2580f51b6e7791aea | refs/heads/master | 2023-02-28T04:06:24.775000 | 2021-02-01T04:44:11 | 2021-02-01T04:44:11 | 334,982,187 | 1 | 0 | MIT | true | 2021-02-01T14:49:31 | 2021-02-01T14:49:31 | 2021-02-01T04:44:14 | 2021-02-01T14:31:21 | 1,156 | 0 | 0 | 0 | null | false | false | package cx.rain.mc.forgemod.sinocraft.network.packet;
import cx.rain.mc.forgemod.sinocraft.gui.container.ContainerChineseBrush;
import cx.rain.mc.forgemod.sinocraft.item.ModItems;
import cx.rain.mc.forgemod.sinocraft.network.IMessage;
import cx.rain.mc.forgemod.sinocraft.utility.math.Vec2;
import net.minecraft.item.It... | UTF-8 | Java | 2,925 | java | DrawPaperC2SPacket.java | Java | [] | null | [] | package cx.rain.mc.forgemod.sinocraft.network.packet;
import cx.rain.mc.forgemod.sinocraft.gui.container.ContainerChineseBrush;
import cx.rain.mc.forgemod.sinocraft.item.ModItems;
import cx.rain.mc.forgemod.sinocraft.network.IMessage;
import cx.rain.mc.forgemod.sinocraft.utility.math.Vec2;
import net.minecraft.item.It... | 2,925 | 0.62906 | 0.619145 | 79 | 36.025318 | 31.784071 | 134 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.531646 | false | false | 8 |
f33c4e3fac5020658bc425a08879d4e8cd044e48 | 7,052,336,315,346 | f1b21e037c7e5a7dcc17ad939f3c24d093b8c517 | /src/main/java/com/sanvalero/greenroute/service/road/RoadService.java | fe52cb5ef9c3fd69841cd64a156b99e48fd5d750 | [] | no_license | DamGreenTeam/GreenRoute | https://github.com/DamGreenTeam/GreenRoute | 9d56b1c70cade7d56c34197069e19ec3a4e7b04f | 4979e34f206106d0a4f1ba73234821747849bd36 | refs/heads/master | 2023-04-03T01:58:59.075000 | 2021-04-07T21:11:47 | 2021-04-07T21:11:47 | 355,135,868 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.sanvalero.greenroute.service.road;
import com.sanvalero.greenroute.domain.Road;
import com.sanvalero.greenroute.domain.dto.RoadDTO;
import java.util.Optional;
import java.util.Set;
/**
* Creado por @ author: Pedro Orós
* el 07/04/2021
*/
public interface RoadService {
Optional<Road> findById(lon... | UTF-8 | Java | 513 | java | RoadService.java | Java | [
{
"context": "import java.util.Set;\n\n/**\n * Creado por @ author: Pedro Orós\n * el 07/04/2021\n */\n\npublic interface RoadServic",
"end": 234,
"score": 0.9998905658721924,
"start": 224,
"tag": "NAME",
"value": "Pedro Orós"
}
] | null | [] | package com.sanvalero.greenroute.service.road;
import com.sanvalero.greenroute.domain.Road;
import com.sanvalero.greenroute.domain.dto.RoadDTO;
import java.util.Optional;
import java.util.Set;
/**
* Creado por @ author: <NAME>
* el 07/04/2021
*/
public interface RoadService {
Optional<Road> findById(long id... | 508 | 0.728516 | 0.712891 | 22 | 22.272728 | 18.43214 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.590909 | false | false | 8 |
bc6a710c82361089b5db171cb14919d3212d7357 | 28,467,043,296,339 | 31414d81b252954a6cfe8b440235b750b678b21e | /src/org/linchimin/jcudalda/LDAGPUTrainer.java | 6a9a411b9d0df490f9597dc0be9c0031410078ce | [
"MIT"
] | permissive | usertomlin/JCuda-LDA | https://github.com/usertomlin/JCuda-LDA | 31df73e3e2723c93ce7529d87df92e6ac3a20e45 | e712c72e9a916df069572fe9c8d53ec8a726426e | refs/heads/master | 2021-07-07T05:31:09.036000 | 2017-10-05T10:12:53 | 2017-10-05T10:12:53 | 104,311,860 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.linchimin.jcudalda;
import java.util.ArrayList;
import java.util.List;
import org.ejml_float.simple.SimpleFloatMatrix;
import org.linchimin.common.Dictionary;
import org.linchimin.jcuda.utils.CudaIntsMatrix;
import org.linchimin.jcuda.utils.CudaMatrix;
import org.linchimin.jcuda.utils.JCudaManager;
import... | UTF-8 | Java | 11,983 | java | LDAGPUTrainer.java | Java | [
{
"context": "rainWithTextsCorpus'.\n * \n * </pre>\n * \n * @author Lin Chi-Min (v381654729@gmail.com)\n *\n */\npublic class LDAGPU",
"end": 1093,
"score": 0.9998530149459839,
"start": 1082,
"tag": "NAME",
"value": "Lin Chi-Min"
},
{
"context": "orpus'.\n * \n * </pre>\n * \n * @au... | null | [] | package org.linchimin.jcudalda;
import java.util.ArrayList;
import java.util.List;
import org.ejml_float.simple.SimpleFloatMatrix;
import org.linchimin.common.Dictionary;
import org.linchimin.jcuda.utils.CudaIntsMatrix;
import org.linchimin.jcuda.utils.CudaMatrix;
import org.linchimin.jcuda.utils.JCudaManager;
import... | 11,965 | 0.708003 | 0.695903 | 375 | 30.954666 | 33.647358 | 166 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.773333 | false | false | 8 |
39074fde8c2b4b8cb0a04576dabd62b3c75ae94e | 9,646,496,562,947 | f9be45ee9ee6644950775ab862dd0e5afa2e9d98 | /SampleReceiver/MainActivity.java | 0d4478b892d9957012ca496921bc342c6d33bf2c | [] | no_license | PiHyoJeong/Android | https://github.com/PiHyoJeong/Android | b5bb029e69630325cfbc6358609977ff7a6d9354 | 4fd84ab7bf2ccd23a07d99d4f6401a3f5866e684 | refs/heads/master | 2023-06-14T16:46:08.762000 | 2021-07-07T12:20:54 | 2021-07-07T12:20:54 | 374,354,932 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.techtwon.receiver;
import androidx.annotation.NonNull;
import androidx.appcompat.app.AppCompatActivity;
import android.os.Bundle;
import android.widget.Toast;
import com.pedro.library.AutoPermissions;
import com.pedro.library.AutoPermissionsListener;
public class MainActivity extends AppCompa... | UTF-8 | Java | 1,306 | java | MainActivity.java | Java | [] | null | [] | package com.techtwon.receiver;
import androidx.annotation.NonNull;
import androidx.appcompat.app.AppCompatActivity;
import android.os.Bundle;
import android.widget.Toast;
import com.pedro.library.AutoPermissions;
import com.pedro.library.AutoPermissionsListener;
public class MainActivity extends AppCompa... | 1,306 | 0.728943 | 0.726646 | 40 | 30.700001 | 33.640896 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.7 | false | false | 8 |
38ce38dc1c3ad7388384e936a5e565614372593a | 3,075,196,632,226 | 58a95fb6f2c82b84b77dac0a9cf59483e961ff38 | /mobile/CropMngAndroid/src/at/fhooe/CropMngAndroid/CropMngDetailsPageActivity.java | ab1fa89c964768c827cd9e2e48396f07b10b444d | [] | no_license | mehulsbhatt/CropManager | https://github.com/mehulsbhatt/CropManager | 6a7793a112117d09146d17436afcc8b1f552bf4d | ec97e614b0102484b7bd37ea9fc1c8d8d099482d | refs/heads/master | 2017-10-07T18:29:39.035000 | 2013-03-07T19:39:48 | 2013-03-07T19:39:48 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package at.fhooe.CropMngAndroid;
import android.app.Activity;
import android.content.Intent;
import android.graphics.Bitmap;
import android.os.Bundle;
import android.view.View;
import android.widget.*;
import at.fhooe.ViewModel.CropViewModel;
import at.fhooe.ViewModel.FieldViewModel;
import java.text.SimpleDateFormat... | UTF-8 | Java | 4,058 | java | CropMngDetailsPageActivity.java | Java | [
{
"context": "rmat;\n\n/**\n * Created with IntelliJ IDEA.\n * User: Vladimir\n * Date: 2/8/13\n * Time: 8:51 PM\n * To change thi",
"end": 375,
"score": 0.99858158826828,
"start": 367,
"tag": "NAME",
"value": "Vladimir"
}
] | null | [] | package at.fhooe.CropMngAndroid;
import android.app.Activity;
import android.content.Intent;
import android.graphics.Bitmap;
import android.os.Bundle;
import android.view.View;
import android.widget.*;
import at.fhooe.ViewModel.CropViewModel;
import at.fhooe.ViewModel.FieldViewModel;
import java.text.SimpleDateFormat... | 4,058 | 0.678906 | 0.676934 | 101 | 39.188118 | 24.846743 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.70297 | false | false | 8 |
4b6bafe4222e0da15f9e99ae2810eccc32d2df53 | 20,444,044,358,978 | 78f7fd54a94c334ec56f27451688858662e1495e | /partyanalyst-service/trunk/src/main/java/com/itgrids/partyanalyst/dao/hibernate/AlertActionTypeHistoryDAO.java | e949ccc2142afb9ce367fb6e061ff82d23510888 | [] | no_license | hymanath/PA | https://github.com/hymanath/PA | 2e8f2ef9e1d3ed99df496761a7b72ec50d25e7ef | d166bf434601f0fbe45af02064c94954f6326fd7 | refs/heads/master | 2021-09-12T09:06:37.814000 | 2018-04-13T20:13:59 | 2018-04-13T20:13:59 | 129,496,146 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.itgrids.partyanalyst.dao.hibernate;
import org.appfuse.dao.hibernate.GenericDaoHibernate;
import com.itgrids.partyanalyst.dao.IAlertActionTypeHistoryDAO;
import com.itgrids.partyanalyst.model.AlertActionTypeHistory;
public class AlertActionTypeHistoryDAO extends GenericDaoHibernate<AlertActionType... | UTF-8 | Java | 463 | java | AlertActionTypeHistoryDAO.java | Java | [] | null | [] | package com.itgrids.partyanalyst.dao.hibernate;
import org.appfuse.dao.hibernate.GenericDaoHibernate;
import com.itgrids.partyanalyst.dao.IAlertActionTypeHistoryDAO;
import com.itgrids.partyanalyst.model.AlertActionTypeHistory;
public class AlertActionTypeHistoryDAO extends GenericDaoHibernate<AlertActionType... | 463 | 0.835853 | 0.835853 | 13 | 33.615383 | 38.489838 | 136 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.769231 | false | false | 8 |
fc8a913cb87f311db16e30f700163956b30b3d2a | 13,486,197,313,680 | 32a841e54671ec448caa14db2a59d2903d87482a | /DataStructArray/src/Stack.java | 67ba1ba3f8e0edc8287d571bd6946159d367c3b9 | [
"Apache-2.0"
] | permissive | xhh4215/DataStruct | https://github.com/xhh4215/DataStruct | 2855d444e7275ac085ead3214412f4522ae794fe | 21a8ef3abbb6e51af5aaae6d9b8530b1e72552b3 | refs/heads/master | 2020-04-21T12:03:37.580000 | 2019-03-06T14:07:56 | 2019-03-06T14:07:56 | 169,549,727 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /***
* 对应于实现栈的功能的接口
* @param <E> 栈中元素的类型
*/
public interface Stack<E> {
// 获取栈中的元素的个数
int getSize();
// 判断栈是不是空的
boolean isEmpty();
// 进栈操作
void push(E e);
// 出栈操作
E pop();
// 查看栈定元素
E peek();
}
| UTF-8 | Java | 345 | java | Stack.java | Java | [] | null | [] | /***
* 对应于实现栈的功能的接口
* @param <E> 栈中元素的类型
*/
public interface Stack<E> {
// 获取栈中的元素的个数
int getSize();
// 判断栈是不是空的
boolean isEmpty();
// 进栈操作
void push(E e);
// 出栈操作
E pop();
// 查看栈定元素
E peek();
}
| 345 | 0.497942 | 0.497942 | 20 | 11.15 | 8.320307 | 27 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 8 |
ed072b126f4b9e3d5d75f67d8e87c16a56790fed | 15,152,644,625,863 | 0c28a12d3efa7ef425a8dd8f829b6521e0c8f6f5 | /src/results/bugged/Dataset3/3311.txt | 0cdda04f45f25a6f36c829f92438067eb12f9883 | [
"Apache-2.0"
] | permissive | bsse1017kavi/Dissection-of-CodeRep | https://github.com/bsse1017kavi/Dissection-of-CodeRep | 8408b80be8104f3642a99ee50deca5b2d9914524 | a4b09622e1082e2df9683f549f2e26351a440b1a | refs/heads/master | 2022-01-15T11:29:16.391000 | 2019-07-06T09:25:11 | 2019-07-06T09:25:11 | 195,090,051 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* JBoss, Home of Professional Open Source.
* Copyright 2010, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | UTF-8 | Java | 3,074 | txt | 3311.txt | Java | [
{
"context": "l repository for deployment content.\n *\n * @author Brian Stansberry\n */\npublic interface ServerDeploymentRepository {",
"end": 1305,
"score": 0.9998005628585815,
"start": 1289,
"tag": "NAME",
"value": "Brian Stansberry"
}
] | null | [] | /*
* JBoss, Home of Professional Open Source.
* Copyright 2010, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 3,064 | 0.725764 | 0.720234 | 70 | 42.914288 | 36.595371 | 136 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.442857 | false | false | 8 |
a8e650d3ff4816d794c6256325a62b964da6e51c | 27,556,510,172,555 | 5edd13c06d734aeab2b5e0cffe000430182f4223 | /app/src/main/java/services/WorkService.java | 845f293a3a97de263fe3ce7d0269c80e3eeda442 | [] | no_license | tasks-delivery/dish-book | https://github.com/tasks-delivery/dish-book | ceeffb0a21ac7205d4fc339434e556efbca36f5a | 220eb4884cf377bad861650ce006b9e9c17a4eee | refs/heads/master | 2020-03-19T19:05:37.830000 | 2020-02-17T19:17:55 | 2020-02-17T19:17:55 | 136,839,514 | 1 | 0 | null | false | 2018-09-06T05:59:46 | 2018-06-10T19:42:13 | 2018-09-05T07:35:56 | 2018-09-06T05:59:46 | 2,140 | 0 | 0 | 0 | Java | false | null | package services;
import entity.Work;
import io.realm.Realm;
public class WorkService {
private ConfigDb configDb;
private Realm realm;
public void saveWork(String name){
configDb = new ConfigDb();
Realm realm = Realm.getInstance(configDb.getRealmConfiguration());
realm.executeT... | UTF-8 | Java | 1,930 | java | WorkService.java | Java | [] | null | [] | package services;
import entity.Work;
import io.realm.Realm;
public class WorkService {
private ConfigDb configDb;
private Realm realm;
public void saveWork(String name){
configDb = new ConfigDb();
Realm realm = Realm.getInstance(configDb.getRealmConfiguration());
realm.executeT... | 1,930 | 0.586528 | 0.586528 | 63 | 29.63492 | 24.528767 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.52381 | false | false | 8 |
c44e05dddb75bd0c3dd1b0456eb9f98d95a250b5 | 12,549,894,494,910 | 2b720c0233ed8eb36f425625387d9192bdc76a1a | /src/com/patientkeeper/utils/JavaToJson.java | 72217460669165f26e5353588e7db714173faeb4 | [] | no_license | mikechabot/Json | https://github.com/mikechabot/Json | e45b487f4335baf808fa2c91aefe67ef006f1959 | df6c8bafa2b7807235e2abedea601f69b3b984f5 | refs/heads/master | 2020-12-25T18:20:38.786000 | 2013-09-26T02:39:57 | 2013-09-26T02:39:57 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.patientkeeper.utils;
import java.util.HashMap;
import java.util.Map;
import com.google.gson.*;
import org.apache.log4j.Logger;
import com.patientkeeper.personnel.Person;
public class JavaToJson {
private static Logger log = Logger.getLogger(JavaToJson.class);
public static void main(String[] args) ... | UTF-8 | Java | 1,094 | java | JavaToJson.java | Java | [
{
"context": "PhoneNumberMap(phonesMap);\n\t\tperson.setFirstName(\"Mike\");\n\t\tperson.setLastName(\"Chabot\");\t\n\t\tperson.setP",
"end": 940,
"score": 0.9993128180503845,
"start": 936,
"tag": "NAME",
"value": "Mike"
},
{
"context": "erson.setFirstName(\"Mike\");\n\t\tperson.setL... | null | [] | package com.patientkeeper.utils;
import java.util.HashMap;
import java.util.Map;
import com.google.gson.*;
import org.apache.log4j.Logger;
import com.patientkeeper.personnel.Person;
public class JavaToJson {
private static Logger log = Logger.getLogger(JavaToJson.class);
public static void main(String[] args) ... | 1,094 | 0.725777 | 0.706581 | 38 | 27.789474 | 26.437771 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.236842 | false | false | 8 |
259072d9cefe81cb8e224db7d398ae8ddde10a3b | 6,854,767,820,006 | d84e70ef5c73e9f8b798c33c01f1e4352bfa49ae | /EngineLib/src/main/java/me/jrayn/core/IGuiRenderable.java | b678799a479624aa8403ffd8f2e584eea3c2c3c8 | [] | no_license | MrManiacc/RayEngine | https://github.com/MrManiacc/RayEngine | b72aa2fbb41979ca256a290667c49b16412c1ddc | b05aeaec58b68e5bbc0dbcdfe8c33f8056686f21 | refs/heads/master | 2022-12-23T03:37:42.915000 | 2019-12-17T11:08:59 | 2019-12-17T11:08:59 | 225,494,756 | 0 | 0 | null | false | 2022-12-16T05:09:08 | 2019-12-03T00:23:57 | 2019-12-17T11:09:09 | 2022-12-16T05:09:04 | 496 | 0 | 0 | 7 | Java | false | false | package me.jrayn.core;
import me.jrayn.ui.components.Layout;
import me.jrayn.ui.components.Style;
import me.jrayn.ui.components.Text;
/**
* Represents an interface from drawing 2d
* graphics
*/
public interface IGuiRenderable {
/**
* Called once when the renderer is created
*/
default void init(... | UTF-8 | Java | 1,061 | java | IGuiRenderable.java | Java | [] | null | [] | package me.jrayn.core;
import me.jrayn.ui.components.Layout;
import me.jrayn.ui.components.Style;
import me.jrayn.ui.components.Text;
/**
* Represents an interface from drawing 2d
* graphics
*/
public interface IGuiRenderable {
/**
* Called once when the renderer is created
*/
default void init(... | 1,061 | 0.595664 | 0.594722 | 55 | 18.290909 | 17.185272 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.181818 | false | false | 8 |
661e1d48d621ffcef801ed0857865d89402655f9 | 31,155,692,767,619 | 70d45e1a6bbda5084e29d343503b74372016e637 | /Minimum_Number_of_Arrows_to_Burst_Balloons.java | 4a04044b9b3185ba516d42143b3d0c22f82abd11 | [] | no_license | hannatao/LeetCode | https://github.com/hannatao/LeetCode | 01996f84a291bd98acfb9e1e6e4c2b27da678cca | 6731bfa5bd11b37d0fc032b1dbdf2f0752fb61bf | refs/heads/master | 2018-10-28T08:15:49.917000 | 2018-09-17T15:44:58 | 2018-09-17T15:44:58 | 103,135,100 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | class Solution {
public int findMinArrowShots(int[][] points) {
if(points.length == 0 || points[0].length == 0) {return 0;}
Arrays.sort(points, (a, b) -> (a[1] - b[1]));
int sum = 1;
int temp = points[0][1];
for(int[] point : points) {
if(point[0] <= temp) {continue;... | UTF-8 | Java | 402 | java | Minimum_Number_of_Arrows_to_Burst_Balloons.java | Java | [] | null | [] | class Solution {
public int findMinArrowShots(int[][] points) {
if(points.length == 0 || points[0].length == 0) {return 0;}
Arrays.sort(points, (a, b) -> (a[1] - b[1]));
int sum = 1;
int temp = points[0][1];
for(int[] point : points) {
if(point[0] <= temp) {continue;... | 402 | 0.465174 | 0.437811 | 14 | 27.785715 | 18.754726 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.071429 | false | false | 8 |
b018d4ad5d88caefaf90418f6ce614a44f32d638 | 16,535,624,101,686 | f5704105aff794d72fb217532295a751172b9eec | /DictionaryLists/app/src/main/java/com/example/dictionarylists/StartMenuActivity.java | 59ab615e602bac6b455c5e5c357bb8dc53109df3 | [] | no_license | IonutPopovici1992/Android | https://github.com/IonutPopovici1992/Android | fb81a658b87e2d17e30c674dd594441991167fdf | 90db6c69c60fb99fce429fe3d5d1fd623a365b56 | refs/heads/master | 2022-05-29T22:36:49.961000 | 2022-05-28T22:00:56 | 2022-05-28T22:00:56 | 180,847,796 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.dictionarylists;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
public class StartMenuActivity extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCr... | UTF-8 | Java | 738 | java | StartMenuActivity.java | Java | [] | null | [] | package com.example.dictionarylists;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
public class StartMenuActivity extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCr... | 738 | 0.712737 | 0.711382 | 27 | 26.333334 | 21.682899 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.444444 | false | false | 8 |
12291e6b2072c5d4e2ae0fc9708a68c3e58f5545 | 214,748,434,456 | 640ac10682d0e928f364ba3decfc6ebc1b131c49 | /src/com/theapakgroup/android/utilities/DoubleDrawered.java | 9cf4dd858deb9f08088970c1cf9a8968f80037ca | [] | no_license | tstodter/APAK | https://github.com/tstodter/APAK | 6d8d3be1a2475237c39afe6360ecb09378aeabea | af7df9a3b7dac8cc4cab48fce610dd207907096a | refs/heads/master | 2015-08-08T15:23:00.103000 | 2014-09-23T17:41:30 | 2014-09-23T17:41:30 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.theapakgroup.android.utilities;
import android.support.v4.widget.DrawerLayout;
import android.view.ViewGroup;
public abstract interface DoubleDrawered {
public boolean isDrawerOpen();
public boolean isNavDrawerOpen();
public boolean isActionDrawerOpen();
public ViewGroup getNavDrawer();
public Vie... | UTF-8 | Java | 425 | java | DoubleDrawered.java | Java | [] | null | [] | package com.theapakgroup.android.utilities;
import android.support.v4.widget.DrawerLayout;
import android.view.ViewGroup;
public abstract interface DoubleDrawered {
public boolean isDrawerOpen();
public boolean isNavDrawerOpen();
public boolean isActionDrawerOpen();
public ViewGroup getNavDrawer();
public Vie... | 425 | 0.802353 | 0.8 | 18 | 22.611111 | 18.02202 | 46 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.111111 | false | false | 8 |
8f665c082402f3302698f212d6856aec2bb5d4f2 | 25,615,185,012,643 | 17a2bc5cc0f6395d5fd5129df08a18ff7a9305e6 | /modules/grizzly/src/main/java/cz/kramolis/mega/grizzly/BeforeHttpServerStart.java | 71c06e874d2666d23d8f28fcc0b4d6a105737189 | [
"MIT"
] | permissive | shamoh/mega | https://github.com/shamoh/mega | bafdbddf1528102d559f6a39274b5f8367771347 | ce05737916df4aa1b488c413f2435deb2c3f4131 | refs/heads/master | 2021-01-10T21:50:15.232000 | 2016-02-12T12:45:52 | 2016-02-12T12:45:52 | 37,032,785 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cz.kramolis.mega.grizzly;
import org.glassfish.grizzly.http.server.HttpHandler;
import org.glassfish.grizzly.http.server.HttpServer;
/**
* Event...
*/
public interface BeforeHttpServerStart {
HttpServer getHttpServer();
void registerHttpHandler(HttpHandler httpHandler, String contextPath);
vo... | UTF-8 | Java | 396 | java | BeforeHttpServerStart.java | Java | [] | null | [] | package cz.kramolis.mega.grizzly;
import org.glassfish.grizzly.http.server.HttpHandler;
import org.glassfish.grizzly.http.server.HttpServer;
/**
* Event...
*/
public interface BeforeHttpServerStart {
HttpServer getHttpServer();
void registerHttpHandler(HttpHandler httpHandler, String contextPath);
vo... | 396 | 0.785354 | 0.785354 | 17 | 22.294117 | 27.022354 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.470588 | false | false | 8 |
4208f356237ee304aef72ca409ec5551433f0582 | 27,092,653,704,345 | 78ff84ab164052577b20085ddeecedf1c62ff186 | /UniSalle/IA2/G1/Exercicio01/Ponto.java | e040bdbf3743db894edefde9367bd7bdef79033b | [] | no_license | rwesz/maxwell | https://github.com/rwesz/maxwell | 8eb89f58a28d4bfb752fbd09460c4d6eb4998900 | fb14333600f3209291c85493c8fc49854ca4a280 | refs/heads/master | 2020-02-03T19:14:58.999000 | 2018-01-28T19:33:55 | 2018-01-28T19:33:55 | 41,597,337 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public class Ponto {
private int x, y;
public Ponto(int x, int y) { setaCoordenadas(x, y); }
public void setaCoordenadas(int x, int y) {
this.x = x;
this.y = y;
}
public String exibe() {
return("(" + x + ", " + y + ")");
}
}
| UTF-8 | Java | 274 | java | Ponto.java | Java | [] | null | [] | public class Ponto {
private int x, y;
public Ponto(int x, int y) { setaCoordenadas(x, y); }
public void setaCoordenadas(int x, int y) {
this.x = x;
this.y = y;
}
public String exibe() {
return("(" + x + ", " + y + ")");
}
}
| 274 | 0.489051 | 0.489051 | 14 | 18.571428 | 17.475348 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.642857 | false | false | 8 |
88eee2470f40cbec69bcb50e4c9f7d04f3e4d037 | 25,941,602,471,217 | daa2223b92e74afa6f57ead7fea99691603ef060 | /app/src/main/java/com/bawei/dianshang01/NewsModel.java | 92fcaf96bb1bf0cd9c56b11ec32c646ec623ff18 | [] | no_license | Liyize97126/Dianshang01 | https://github.com/Liyize97126/Dianshang01 | 8488d1898051635afd5e1f3ccaabec1d856d9ee3 | 74d6f6ae4b4b7edc6dd6bbd9bdd2dd5108089b44 | refs/heads/master | 2021-04-08T15:35:01.452000 | 2020-03-20T15:36:51 | 2020-03-20T15:36:51 | 248,786,046 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.bawei.dianshang01;
import com.google.gson.Gson;
/**
* 请求类
*/
public class NewsModel {
public static PengPaiListBean getInstance() {
String json = NetUtil.getNetUtil().doGet("http://blog.zhaoliang5156.cn/api/pengpainews/pengpai1.json");
Gson gson = new Gson();
PengPaiListBean ... | UTF-8 | Java | 428 | java | NewsModel.java | Java | [] | null | [] | package com.bawei.dianshang01;
import com.google.gson.Gson;
/**
* 请求类
*/
public class NewsModel {
public static PengPaiListBean getInstance() {
String json = NetUtil.getNetUtil().doGet("http://blog.zhaoliang5156.cn/api/pengpainews/pengpai1.json");
Gson gson = new Gson();
PengPaiListBean ... | 428 | 0.694313 | 0.677725 | 15 | 27.133333 | 31.796995 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.466667 | false | false | 8 |
749ad1c46c55d76ff2e75886ce3bf5daedd10dd8 | 28,484,223,170,687 | baaf6a6b88957bd5833381af662517961b8a7d89 | /app/src/main/java/com/vishnu/anon/balanceit/BanksAdapter.java | aa8a55f16e7b11653fcf392cfb3c16267efae37a | [] | no_license | vishnu8742/Balance-It | https://github.com/vishnu8742/Balance-It | 56652571ab19a292e81f9850100397b2b99282dc | 89c3b47ead26a9fafe99a6e9514230d47f4ff23f | refs/heads/master | 2020-04-08T15:39:43.670000 | 2018-12-13T11:03:15 | 2018-12-13T11:03:15 | 159,487,043 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.vishnu.anon.balanceit;
import android.content.Context;
import android.database.Cursor;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.CursorAdapter;
import android.widget.TextView;
import com.vishnu.anon.balanceit.data.db_contract;
publi... | UTF-8 | Java | 1,254 | java | BanksAdapter.java | Java | [] | null | [] | package com.vishnu.anon.balanceit;
import android.content.Context;
import android.database.Cursor;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.CursorAdapter;
import android.widget.TextView;
import com.vishnu.anon.balanceit.data.db_contract;
publi... | 1,254 | 0.732057 | 0.732057 | 42 | 28.857143 | 28.690941 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.642857 | false | false | 8 |
9d72d7e0e2cfb93f273410136b57fda34ac02060 | 5,798,205,904,637 | 37c05b3e5f63788ea574165f717dbdca19da1ca7 | /src/test/java/CardValidationSteps.java | 0f044cc72922267f3bac342d969905cc4f3e51f7 | [] | no_license | kunalchowdhury/projects | https://github.com/kunalchowdhury/projects | 8f5f7594d4c244038077df5abaff783e9521854e | 0a45a2eb146ca3965f7c4119f9b816f2d1d952af | refs/heads/master | 2021-01-01T15:44:48.952000 | 2014-08-07T14:35:56 | 2014-08-07T14:35:56 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import org.jbehave.core.annotations.Given;
import org.jbehave.core.annotations.Named;
import org.jbehave.core.annotations.Then;
import org.jbehave.core.annotations.When;
import org.jbehave.core.steps.Steps;
import static org.hamcrest.MatcherAssert.assertThat;
import static org.hamcrest.Matchers.*;
/**
* Created by ... | UTF-8 | Java | 4,032 | java | CardValidationSteps.java | Java | [
{
"context": "tatic org.hamcrest.Matchers.*;\n\n\n/**\n * Created by Kunal Chowdhury on 8/6/14.\n */\npublic class CardValidationSteps e",
"end": 335,
"score": 0.9998840093612671,
"start": 320,
"tag": "NAME",
"value": "Kunal Chowdhury"
}
] | null | [] | import org.jbehave.core.annotations.Given;
import org.jbehave.core.annotations.Named;
import org.jbehave.core.annotations.Then;
import org.jbehave.core.annotations.When;
import org.jbehave.core.steps.Steps;
import static org.hamcrest.MatcherAssert.assertThat;
import static org.hamcrest.Matchers.*;
/**
* Created by ... | 4,023 | 0.652034 | 0.647321 | 125 | 31.256001 | 30.052729 | 123 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.368 | false | false | 8 |
54c1cd27ec75290f8ae464f573454e989077e6d1 | 26,688,926,845,130 | aa192633ba6d67dfd1a7b3092449e241e6732b5f | /android/src/com/insthub/ecmobile/Test.java | 2dd44635ac10a26684ac5f5451de4a9af82419c4 | [] | no_license | XinboAndroid/ECMobile_Android | https://github.com/XinboAndroid/ECMobile_Android | 1554fa682afb133248bc78edb73fcdb88b31a6e8 | c67b06eef4be557ce07e1c2cc0d36f09bf390c0e | refs/heads/master | 2021-01-23T00:56:47.198000 | 2017-04-18T03:21:24 | 2017-04-18T03:21:24 | 35,884,357 | 0 | 5 | null | true | 2015-05-19T13:38:53 | 2015-05-19T13:38:52 | 2015-05-19T13:38:53 | 2015-05-11T12:59:14 | 16,730 | 0 | 0 | 0 | Java | null | null | package com.insthub.ecmobile;
public class Test {
int as;
int solary;
String name1;
String address;
String name;
String sex;
}
| UTF-8 | Java | 147 | java | Test.java | Java | [] | null | [] | package com.insthub.ecmobile;
public class Test {
int as;
int solary;
String name1;
String address;
String name;
String sex;
}
| 147 | 0.659864 | 0.653061 | 11 | 11.363636 | 8.293181 | 29 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.181818 | false | false | 8 |
78fb5204be87edb59d0ce644ec4d2455a4982ffd | 28,071,906,300,344 | 276d2304ce318f9810c39f0e69b186fd57b5ca76 | /sportsman/services-business/src/main/java/com/janaka/projects/services/business/domaindtoconverter/core/AgeGroupDTOConverter.java | c91550047877df9372f558d431027aa872930afd | [] | no_license | nadee158/eventsapp | https://github.com/nadee158/eventsapp | 03ec8c391425e9abd1ab6266b8beb33c07d8041d | c4488762cdbc9cd8ee09033f7059b5d629d5e570 | refs/heads/master | 2021-01-11T06:55:09.236000 | 2017-01-01T08:13:16 | 2017-01-01T08:13:16 | 72,359,944 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.janaka.projects.services.business.domaindtoconverter.core;
import org.apache.commons.lang3.StringUtils;
import com.janaka.projects.dtos.domain.core.AgeGroupDTO;
import com.janaka.projects.dtos.requests.core.AgeGroupCreationRequest;
import com.janaka.projects.dtos.requests.core.AgeGroupUpdateRequest;
impor... | UTF-8 | Java | 1,757 | java | AgeGroupDTOConverter.java | Java | [] | null | [] | package com.janaka.projects.services.business.domaindtoconverter.core;
import org.apache.commons.lang3.StringUtils;
import com.janaka.projects.dtos.domain.core.AgeGroupDTO;
import com.janaka.projects.dtos.requests.core.AgeGroupCreationRequest;
import com.janaka.projects.dtos.requests.core.AgeGroupUpdateRequest;
impor... | 1,757 | 0.730222 | 0.729653 | 49 | 34.857143 | 28.966553 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.55102 | false | false | 8 |
d07e0af10b75a18fe7120a20884f3a540b092f09 | 19,516,331,462,696 | 3917a6f33f13442474ddf7b47413a7674d2b65df | /WangTest/src/com/wang/asmtest/AddFieldAdapter.java | 983019d399840db2fd41a66badd1a91a8e6681f4 | [] | no_license | wangjingbomail/wangtest | https://github.com/wangjingbomail/wangtest | e08811032d1e20a6e3dc03dc95f0167a1b5e00fb | 3b32a2b8454fc4112907953144a2e2a2673ffa12 | refs/heads/master | 2021-01-01T19:07:19.570000 | 2014-09-28T08:35:47 | 2014-09-28T08:35:47 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
package com.wang.asmtest;
import org.objectweb.asm.ClassReader;
import org.objectweb.asm.ClassVisitor;
import org.objectweb.asm.ClassWriter;
import org.objectweb.asm.FieldVisitor;
import org.objectweb.asm.Opcodes;
public class AddFieldAdapter extends ClassVisitor{
private int fAcc;
private String fName;
private ... | UTF-8 | Java | 1,395 | java | AddFieldAdapter.java | Java | [] | null | [] |
package com.wang.asmtest;
import org.objectweb.asm.ClassReader;
import org.objectweb.asm.ClassVisitor;
import org.objectweb.asm.ClassWriter;
import org.objectweb.asm.FieldVisitor;
import org.objectweb.asm.Opcodes;
public class AddFieldAdapter extends ClassVisitor{
private int fAcc;
private String fName;
private ... | 1,395 | 0.703226 | 0.698208 | 60 | 22.233334 | 23.673027 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.183333 | false | false | 8 |
ca609f6e1af1aa935ab1b16589f0aa815022ecd6 | 9,320,079,050,927 | 2f2b7ecbfccda4507a0c89634170953f3f3bd96d | /src/main/java/com/cloudwalker/graphql/resolver/Mutation.java | d490fd232f8062e724128d7c0584878e2ffe788f | [] | no_license | nijogeorgep/graphql-demo | https://github.com/nijogeorgep/graphql-demo | e181ac9920d213eda706fe881fa5633db1e12cdb | 2e242c8f85515a62a112288eefc5abf5dd170109 | refs/heads/main | 2023-06-01T08:00:19.122000 | 2021-06-19T14:57:43 | 2021-06-19T14:57:43 | 333,169,817 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.cloudwalker.graphql.resolver;
import com.cloudwalker.graphql.model.Author;
import com.cloudwalker.graphql.model.Book;
import com.cloudwalker.graphql.model.Publisher;
import com.cloudwalker.graphql.repositories.AuthorRepository;
import com.cloudwalker.graphql.repositories.BookRepository;
import com.cloudwal... | UTF-8 | Java | 1,660 | java | Mutation.java | Java | [] | null | [] | package com.cloudwalker.graphql.resolver;
import com.cloudwalker.graphql.model.Author;
import com.cloudwalker.graphql.model.Book;
import com.cloudwalker.graphql.model.Publisher;
import com.cloudwalker.graphql.repositories.AuthorRepository;
import com.cloudwalker.graphql.repositories.BookRepository;
import com.cloudwal... | 1,660 | 0.748795 | 0.748795 | 52 | 30.923077 | 25.634897 | 128 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.615385 | false | false | 8 |
81048ae93e8a4f5e80c958e214cfefd4c0c69b2b | 23,295,902,660,797 | 2a5758f73c57ce2f956c8acf8b71782017d34c9c | /src/main/java/Mavenproject/abhishek/SpringClient.java | db2d65d635256c5c224d5e2a7476931daa703774 | [] | no_license | 09abhishek/SpringFrameWork | https://github.com/09abhishek/SpringFrameWork | 0beff03f90be55993f52c0077cc2f6bcd3370236 | 8f04bc309cabfd6ec8816bf45d557db1c50e0991 | refs/heads/master | 2021-01-18T19:53:16.976000 | 2016-09-30T11:27:47 | 2016-09-30T11:27:47 | 69,660,689 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Mavenproject.abhishek;
import org.springframework.context.ConfigurableApplicationContext;
import org.springframework.context.support.FileSystemXmlApplicationContext;
public class SpringClient {
public static void main(String[] args) {
ConfigurableApplicationContext ctx=new FileSystemXmlApplicationCont... | UTF-8 | Java | 708 | java | SpringClient.java | Java | [
{
"context": "omer customer=new Customer();\r\n\tcustomer.setName(\"raja\");\r\n\tSystem.out.println(shop.SellShoe(customer));",
"end": 543,
"score": 0.9660457968711853,
"start": 539,
"tag": "USERNAME",
"value": "raja"
}
] | null | [] | package Mavenproject.abhishek;
import org.springframework.context.ConfigurableApplicationContext;
import org.springframework.context.support.FileSystemXmlApplicationContext;
public class SpringClient {
public static void main(String[] args) {
ConfigurableApplicationContext ctx=new FileSystemXmlApplicationCont... | 708 | 0.754237 | 0.754237 | 25 | 26.32 | 26.739813 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.24 | false | false | 8 |
e3cd4f4d37dfb4d1f2dcecb367375b2435cc5d85 | 2,044,404,469,053 | 0b61d770991b1624119741728ca5e38611a2c026 | /src/com/zhicheng/wanyi/activity/MainActivity.java | f712eec2dde912c4daec3daedd802888f3b34f0c | [] | no_license | behindeye/WANYI | https://github.com/behindeye/WANYI | 79eea696388151c23cc4f096b3e2f2c3057d3d13 | 0a580563bf9ebfb40b4c1a96156f0417dfdb5340 | refs/heads/master | 2018-03-07T06:25:31.485000 | 2016-10-01T10:09:00 | 2016-10-01T10:09:00 | 60,598,226 | 4 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zhicheng.wanyi.activity;
import java.io.File;
import java.io.IOException;
import com.jeremyfeinstein.slidingmenu.lib.SlidingMenu;
import com.jeremyfeinstein.slidingmenu.lib.SlidingMenu.CanvasTransformer;
import com.jeremyfeinstein.slidingmenu.lib.app.SlidingFragmentActivity;
import com.zhicheng.wanyi.R;
i... | UTF-8 | Java | 6,889 | java | MainActivity.java | Java | [
{
"context": "ob.v3.listener.UploadFileListener;\n\n/**\n * @author chenzhicheng\n * \n */\npublic class MainActivity extends Sliding",
"end": 1491,
"score": 0.9806171655654907,
"start": 1479,
"tag": "USERNAME",
"value": "chenzhicheng"
}
] | null | [] | package com.zhicheng.wanyi.activity;
import java.io.File;
import java.io.IOException;
import com.jeremyfeinstein.slidingmenu.lib.SlidingMenu;
import com.jeremyfeinstein.slidingmenu.lib.SlidingMenu.CanvasTransformer;
import com.jeremyfeinstein.slidingmenu.lib.app.SlidingFragmentActivity;
import com.zhicheng.wanyi.R;
i... | 6,889 | 0.735167 | 0.725303 | 208 | 31.16827 | 25.428926 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.514423 | false | false | 8 |
2acd9ddd80c20afe69a7dd9d26a1302230833570 | 1,597,727,897,539 | 5072d8495b9a97fc32ab3cd9f29f472d63270115 | /Restfull-Workspace/11-Spring-Rest-HATEOS-Book-Example/src/main/java/com/ujwal/resource/BookRestController.java | a739e6cf024841d451bd2867e4eabf6b0b88eaa8 | [] | no_license | ujwaltech/rest-api | https://github.com/ujwaltech/rest-api | 344dda84dce2264c0861a90c92a69184a092f060 | 981a581de04c4691575239d4ea6ca6f70bfc88ee | refs/heads/master | 2023-09-02T10:14:38.063000 | 2021-11-05T08:33:37 | 2021-11-05T08:33:37 | 424,570,010 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ujwal.resource;
import java.util.ArrayList;
import java.util.List;
import org.springframework.hateoas.Link;
import org.springframework.hateoas.server.mvc.WebMvcLinkBuilder;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PathVariable;
import org.sp... | UTF-8 | Java | 1,752 | java | BookRestController.java | Java | [
{
"context": "e(\"Spring\");\n\t\tb.setPrice(356.00);\n\t\tb.setAuthor(\"Rod Jonson\");\n\t\t\n\t\tLink withSelfRel = WebMvcLinkBuilder.link",
"end": 697,
"score": 0.9998738169670105,
"start": 687,
"tag": "NAME",
"value": "Rod Jonson"
},
{
"context": "\"Spring\");\n\t\tb1.setPrice(35... | null | [] | package com.ujwal.resource;
import java.util.ArrayList;
import java.util.List;
import org.springframework.hateoas.Link;
import org.springframework.hateoas.server.mvc.WebMvcLinkBuilder;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PathVariable;
import org.sp... | 1,738 | 0.671804 | 0.644977 | 68 | 24.764706 | 22.876984 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.073529 | false | false | 8 |
8edee9b3cf70aad6512640e53b0b43035b79d3d4 | 3,375,844,316,520 | 65d3ce095f51d75fb1ba0f58d136249428179e5b | /src/main/java/org/edgexfoundry/device/virtual/config/ApplicationProperties.java | 24ceca597f0f1d0c40569f355cccbdd2516fdd91 | [
"Apache-2.0"
] | permissive | edgexfoundry/device-virtual | https://github.com/edgexfoundry/device-virtual | 54e28a20e79e5c176ddef515daa93bcac6160cff | 61fcd3f0e399b188448e38244ab6c665afbae029 | refs/heads/master | 2021-03-27T11:29:12.389000 | 2018-12-18T01:08:31 | 2018-12-18T01:08:31 | 92,339,753 | 6 | 27 | Apache-2.0 | false | 2019-02-05T21:20:14 | 2017-05-24T21:51:23 | 2018-12-18T01:18:32 | 2018-12-18T02:23:12 | 135 | 5 | 20 | 0 | Java | false | null | /*******************************************************************************
* Copyright 2016-2017 Dell Inc.
*
* 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.o... | UTF-8 | Java | 1,995 | java | ApplicationProperties.java | Java | [
{
"context": ".\n *\n * @microservice: device-virtual\n * @author: Cloud Tsai, Dell\n * @version: 1.0.0\n ***********************",
"end": 727,
"score": 0.9998452067375183,
"start": 717,
"tag": "NAME",
"value": "Cloud Tsai"
},
{
"context": "roservice: device-virtual\n * @author: Cl... | null | [] | /*******************************************************************************
* Copyright 2016-2017 Dell Inc.
*
* 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.o... | 1,991 | 0.712782 | 0.705263 | 71 | 27.098591 | 25.801056 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.887324 | false | false | 8 |
b9ff9721120a9002a1a806b6efdd60e4f69c9a0f | 12,747,462,948,755 | 31394b11d18b15fa2bb3167c2e21c7c5e037b530 | /hibernate-reactive-core/src/main/java/org/hibernate/reactive/session/impl/ReactiveExceptionConverter.java | ca984b9fee2a9bb32ccbf252f5c218c15776198c | [
"LicenseRef-scancode-dco-1.1",
"Apache-2.0"
] | permissive | hibernate/hibernate-reactive | https://github.com/hibernate/hibernate-reactive | df8447b269316cd010930091192ecb1b8993e863 | 3a28a6ab23c940da4b1ec4ed859b2a7894b70769 | refs/heads/main | 2023-09-04T11:14:13.852000 | 2023-09-01T19:47:02 | 2023-09-01T19:47:02 | 167,560,012 | 372 | 87 | Apache-2.0 | false | 2023-09-13T18:31:43 | 2019-01-25T14:28:07 | 2023-09-12T08:13:56 | 2023-09-11T14:29:14 | 7,514 | 398 | 78 | 85 | Java | false | false | /* Hibernate, Relational Persistence for Idiomatic Java
*
* SPDX-License-Identifier: Apache-2.0
* Copyright: Red Hat Inc. and Hibernate Authors
*/
package org.hibernate.reactive.session.impl;
import org.hibernate.HibernateException;
import org.hibernate.engine.spi.SharedSessionContractImplementor;
import org.hiber... | UTF-8 | Java | 1,041 | java | ReactiveExceptionConverter.java | Java | [] | null | [] | /* Hibernate, Relational Persistence for Idiomatic Java
*
* SPDX-License-Identifier: Apache-2.0
* Copyright: Red Hat Inc. and Hibernate Authors
*/
package org.hibernate.reactive.session.impl;
import org.hibernate.HibernateException;
import org.hibernate.engine.spi.SharedSessionContractImplementor;
import org.hiber... | 1,041 | 0.78194 | 0.780019 | 32 | 31.53125 | 28.128038 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.75 | false | false | 8 |
4c464f615e54f5e55f33d9ab6d1f6fbf6742f027 | 18,777,597,019,583 | e47d2faa2d5ee992ba5d2da965dcba19deb092e6 | /processor/src/test/fixtures/input/com/example/post_mount_or_update/ProtectedAccessFromBasePostMountOrUpdateModel.java | eeaaa1d67414f57cb035effda59d0835fba18141 | [
"Apache-2.0"
] | permissive | react4j/react4j | https://github.com/react4j/react4j | 95e13c276126973f67b0e4888c2eb4b7775d9efc | dadbc3283943cd2c5bc78420e38f8ac4e6888dfe | refs/heads/master | 2023-02-07T19:26:30.934000 | 2023-01-31T02:16:47 | 2023-01-31T02:16:47 | 104,152,070 | 35 | 0 | Apache-2.0 | false | 2023-01-23T05:07:51 | 2017-09-20T01:55:55 | 2023-01-22T20:40:14 | 2023-01-23T05:07:50 | 11,922 | 35 | 1 | 41 | Java | false | false | package com.example.post_mount_or_update;
import com.example.post_mount_or_update.other.BaseProtectedAccessPostMountOrUpdateModel;
import react4j.annotations.View;
@View
abstract class ProtectedAccessFromBasePostMountOrUpdateModel
extends BaseProtectedAccessPostMountOrUpdateModel
{
}
| UTF-8 | Java | 289 | java | ProtectedAccessFromBasePostMountOrUpdateModel.java | Java | [] | null | [] | package com.example.post_mount_or_update;
import com.example.post_mount_or_update.other.BaseProtectedAccessPostMountOrUpdateModel;
import react4j.annotations.View;
@View
abstract class ProtectedAccessFromBasePostMountOrUpdateModel
extends BaseProtectedAccessPostMountOrUpdateModel
{
}
| 289 | 0.868512 | 0.865052 | 10 | 27.9 | 29.820967 | 88 | true | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.3 | false | false | 8 |
c6fb8746ff2bd90876fe2177155af2e133306acc | 37,864,431,713,982 | f4a48a930f51d42999452580c1eecbe3f0b5dbd4 | /src/main/java/com/favorapp/api/helper/LanguageCode.java | d206ecf195a945e1d99d6e3172dee698dbb450cd | [] | no_license | ebozkurt93/Favor-App-Backend-API | https://github.com/ebozkurt93/Favor-App-Backend-API | 409747a0d6805e0f8b1877eae59574777b39892f | c0f9a2dccd5fcf0d12c932869846e30d51a76c1a | refs/heads/master | 2020-04-23T08:52:09.303000 | 2018-01-25T11:23:59 | 2018-01-25T11:23:59 | 171,050,795 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.favorapp.api.helper;
public enum LanguageCode {
en, //English
tr //Turkish
}
| UTF-8 | Java | 116 | java | LanguageCode.java | Java | [] | null | [] | package com.favorapp.api.helper;
public enum LanguageCode {
en, //English
tr //Turkish
}
| 116 | 0.577586 | 0.577586 | 7 | 15.571428 | 13.382901 | 32 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.285714 | false | false | 8 |
711e6aa54e29899b49a4708b9348cdf12161ad52 | 10,153,302,694,320 | b0e9b591f7248e854ab90ddc6d46b0741e20413d | /Side_On/src/main/java/com/side_on/controller/ViewController.java | 5f51af9c91c672d3e474f81396bfd43017a885f7 | [] | no_license | takingtheback/workspace_springboot | https://github.com/takingtheback/workspace_springboot | 6ef50494cce501317d8fc8cb7e8b49f879b26882 | c3be21136a70b37e85312e54f111bbb85766305e | refs/heads/main | 2023-07-01T11:05:49.898000 | 2021-08-12T03:19:45 | 2021-08-12T03:19:45 | 385,763,806 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.side_on.controller;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
@Controller
public class ViewController {
@RequestMapping("/find/list")
public String FindMemberList() {
... | UTF-8 | Java | 537 | java | ViewController.java | Java | [] | null | [] | package com.side_on.controller;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
@Controller
public class ViewController {
@RequestMapping("/find/list")
public String FindMemberList() {
... | 537 | 0.757914 | 0.757914 | 26 | 19.653847 | 19.237268 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.923077 | false | false | 8 |
077f0ae848d3068982e6cf940c0e15330b62b4df | 9,955,734,206,546 | 5e39d2b76850da47c80f6288ca91362ff016940b | /cloud-provider/provider-msg/src/main/java/com/msg/amqp/AmqpConsumer.java | 65efc5a00f06eb53780b5f3cf4cb2cbd93d4b5e8 | [] | no_license | mi95/springcloud | https://github.com/mi95/springcloud | 5f73c5e6aac8a2c4fb704abdfde2c0f2adf2c34b | 4577542fcbb7be5db4cc4f90dad6e1969c48ec75 | refs/heads/master | 2023-01-12T02:32:09.609000 | 2019-08-12T08:36:08 | 2019-08-12T08:36:08 | 195,364,131 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.msg.amqp;
import org.springframework.amqp.core.AmqpTemplate;
import org.springframework.amqp.rabbit.annotation.RabbitHandler;
import org.springframework.amqp.rabbit.annotation.RabbitListener;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;
@... | UTF-8 | Java | 533 | java | AmqpConsumer.java | Java | [] | null | [] | package com.msg.amqp;
import org.springframework.amqp.core.AmqpTemplate;
import org.springframework.amqp.rabbit.annotation.RabbitHandler;
import org.springframework.amqp.rabbit.annotation.RabbitListener;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;
@... | 533 | 0.816135 | 0.816135 | 20 | 25.700001 | 22.585615 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.8 | false | false | 8 |
890557991f08a2941a49a17703b46278d7674ae6 | 1,297,080,124,431 | e5a5b111a9e3a7e6703bcc4ea17cb6b7a48ca355 | /babasport-dao/src/main/java/com/itheima/core/dao/TestTbDao.java | e8e8957467cbec7445806c8be51dcba2b32bb9ac | [] | no_license | nenuwangd/babasport | https://github.com/nenuwangd/babasport | 133546c6dfe9f7982483551c0cd08de3ef1055a3 | b2e31795cf9c49796bfb6369ad9f81912d3a5af5 | refs/heads/master | 2021-01-22T19:40:47.380000 | 2017-08-18T13:53:16 | 2017-08-18T13:53:16 | 100,715,861 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.itheima.core.dao;
import com.itheima.core.pojo.TestTb;
public interface TestTbDao {
//添加
public void insertTestTb(TestTb testTb);
//添加
public void updateTestTb(TestTb testTb);
}
| UTF-8 | Java | 222 | java | TestTbDao.java | Java | [] | null | [] | package com.itheima.core.dao;
import com.itheima.core.pojo.TestTb;
public interface TestTbDao {
//添加
public void insertTestTb(TestTb testTb);
//添加
public void updateTestTb(TestTb testTb);
}
| 222 | 0.700935 | 0.700935 | 13 | 14.461538 | 16.680782 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.769231 | false | false | 8 |
3acedacec1003e9028977c5c98396afd9021acc5 | 27,659,589,400,394 | a33da742caf8d1e3feebecd07151a8f94d24e24d | /src/org/bouncycastle/asn1/bk.java | d3715efab7b83230a4e548bfdda209b0a9277a00 | [] | no_license | jalmx89/diot_d | https://github.com/jalmx89/diot_d | 2ea4819b22bc008152d3791015c7c367a76b8f41 | 19a53a209b3147308949bb5fadf1239bb6675e4f | refs/heads/master | 2021-01-02T08:43:43.204000 | 2017-08-02T01:26:13 | 2017-08-02T01:26:13 | 99,055,022 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.bouncycastle.asn1;
import java.io.IOException;
public final class bk
extends x
{
public static final bk a = new bk();
private byte[] b = new byte[0];
final void a(al paramal)
throws IOException
{
paramal.a(5, this.b);
}
}
/* Location: /home/vaio/IdeaProjects/diot_test... | UTF-8 | Java | 435 | java | bk.java | Java | [] | null | [] | package org.bouncycastle.asn1;
import java.io.IOException;
public final class bk
extends x
{
public static final bk a = new bk();
private byte[] b = new byte[0];
final void a(al paramal)
throws IOException
{
paramal.a(5, this.b);
}
}
/* Location: /home/vaio/IdeaProjects/diot_test... | 435 | 0.643678 | 0.618391 | 22 | 18.818182 | 22.840626 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.272727 | false | false | 8 |
2546616d08a4521afb04600c4e5a21c905c75c7b | 14,413,910,309,219 | f3b0256673c479ed25ebad22cf117c76d73e22ff | /src/main/java/com/jscb/gohaeng/dao/LottoDaoImpl.java | d1c2ed23c871756cd4af1cf979d5c3325f55a938 | [] | no_license | YijinS/finalgohaeng | https://github.com/YijinS/finalgohaeng | 3a896eef5c3f80fa3d4054a86473ec7026198540 | 3c9b876adcdcb3cd0b5e3a133cef1d1a56047db1 | refs/heads/master | 2022-12-21T11:25:13.458000 | 2019-09-05T01:19:01 | 2019-09-05T01:19:01 | 201,427,394 | 0 | 0 | null | false | 2022-12-16T09:44:54 | 2019-08-09T08:38:03 | 2019-09-05T01:19:06 | 2022-12-16T09:44:51 | 26,760 | 0 | 0 | 9 | Java | false | false | package com.jscb.gohaeng.dao;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.apache.ibatis.session.SqlSession;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Repository;
import com.jscb.gohaeng.dto.LottoDto;
@Reposi... | UTF-8 | Java | 838 | java | LottoDaoImpl.java | Java | [] | null | [] | package com.jscb.gohaeng.dao;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.apache.ibatis.session.SqlSession;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Repository;
import com.jscb.gohaeng.dto.LottoDto;
@Reposi... | 838 | 0.696897 | 0.696897 | 42 | 17.952381 | 19.0525 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.452381 | false | false | 8 |
05703ba0813a1667029166c6f2b20c3e02e3fe4e | 5,875,515,330,967 | 60dccd213c2c8cfe7dcd68c0598af00af2d06be8 | /app/src/main/java/me/xiazdong/recyclerviewdemo/demo1/MyAdapter.java | c7ca9ba0e89783c737574cc8bdc0b556cb213b1d | [] | no_license | lengku8e/RecyclerViewDemo | https://github.com/lengku8e/RecyclerViewDemo | 7733045d09509a24eb0c25c8c6f117daa5707cd3 | 94487077b1090abef2879ad997a2dfc463089d5e | refs/heads/master | 2021-05-14T06:12:09.111000 | 2018-01-04T08:44:49 | 2018-01-04T08:44:49 | 116,236,250 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package me.xiazdong.recyclerviewdemo.demo1;
/**
* Created by sunhailong01 on 17/12/30.
*/
public class MyAdapter {
}
| UTF-8 | Java | 121 | java | MyAdapter.java | Java | [
{
"context": "iazdong.recyclerviewdemo.demo1;\n\n/**\n * Created by sunhailong01 on 17/12/30.\n */\n\npublic class MyAdapter {\n}\n",
"end": 75,
"score": 0.999596893787384,
"start": 63,
"tag": "USERNAME",
"value": "sunhailong01"
}
] | null | [] | package me.xiazdong.recyclerviewdemo.demo1;
/**
* Created by sunhailong01 on 17/12/30.
*/
public class MyAdapter {
}
| 121 | 0.719008 | 0.644628 | 8 | 14.125 | 17.207829 | 43 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.125 | false | false | 8 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.