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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
94bf474d776b021cbcc1ad14f77d70932105df8c | 12,206,297,094,724 | 66cb2fd0d8ca2223dace7d46f8699a5dce6740b3 | /core/src/com/tomblachut/holdem/GameManager.java | 661553200f670984000ff3b02bbe4750b325b8a2 | [] | no_license | tomblachut/Hold-em | https://github.com/tomblachut/Hold-em | 9b5d41fa57cde983abbc3d0f9a4d6c024c5870d2 | 179eda10c04e31179b636dc059f31ffad4541937 | refs/heads/master | 2019-07-09T10:53:57.271000 | 2016-08-06T23:10:42 | 2016-08-06T23:10:42 | 65,105,776 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.tomblachut.holdem;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collections;
import java.util.EnumMap;
/**
* Created by Tomasz on 25.03.2016.
*/
public class GameManager {
public static final int BIG_BLIND = 200;
public static final int SMALL_BLIND = BIG_BLIND / 2;
R... | UTF-8 | Java | 7,356 | java | GameManager.java | Java | [
{
"context": "ions;\nimport java.util.EnumMap;\n\n/**\n * Created by Tomasz on 25.03.2016.\n */\npublic class GameManager {\n ",
"end": 166,
"score": 0.9976513385772705,
"start": 160,
"tag": "NAME",
"value": "Tomasz"
}
] | null | [] | package com.tomblachut.holdem;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collections;
import java.util.EnumMap;
/**
* Created by Tomasz on 25.03.2016.
*/
public class GameManager {
public static final int BIG_BLIND = 200;
public static final int SMALL_BLIND = BIG_BLIND / 2;
R... | 7,356 | 0.552066 | 0.54323 | 255 | 27.847059 | 21.478401 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.556863 | false | false | 9 |
06bb23ab54a7d6aec4b7fc8f452a4c84e54a7272 | 16,793,322,174,510 | a4741860116166d113ae3d21f5a791c55367f075 | /CharTwo/src/CharTwo/Client.java | 09dafd252793ee8cc6c3e21caa758ac62c0a7db0 | [] | no_license | HANJIYEONN/ChattingTwo | https://github.com/HANJIYEONN/ChattingTwo | 3f8479752cb34bcff76979b5f06582908ef06db7 | d06b42e565f2f370b94f4f98c1a29313d1a3e4fd | refs/heads/master | 2020-06-17T12:58:48.763000 | 2019-07-09T04:19:52 | 2019-07-09T04:19:52 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package CharTwo;
import java.io.BufferedReader;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.io.OutputStream;
import java.io.PrintWriter;
import java.net.Socket;
public class Client {
public Client() {
try {
Socket s = new Socket("192.168.0.100", 7109);
InputStre... | UTF-8 | Java | 721 | java | Client.java | Java | [
{
"context": " Client() {\r\n\t\ttry {\r\n\r\n\t\t\tSocket s = new Socket(\"192.168.0.100\", 7109);\r\n\r\n\t\t\tInputStream is = System.in;\r\n\t\t\tIn",
"end": 295,
"score": 0.9997805953025818,
"start": 282,
"tag": "IP_ADDRESS",
"value": "192.168.0.100"
}
] | null | [] | package CharTwo;
import java.io.BufferedReader;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.io.OutputStream;
import java.io.PrintWriter;
import java.net.Socket;
public class Client {
public Client() {
try {
Socket s = new Socket("192.168.0.100", 7109);
InputStre... | 721 | 0.656033 | 0.636616 | 33 | 19.848484 | 16.16416 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.969697 | false | false | 9 |
28b51d6506a0867a74d56ace16952a77c6bfcc29 | 14,697,378,143,813 | 787a93221563e8e845d21b0a04bb66ce8baf6801 | /app/src/main/java/com/example/taehun/totalmanager/Sub2Fragment.java | 89b378eea6e5646f0a8e10401639319e9ff9d621 | [] | no_license | xognsxo1491/Companion-Animal-Loss-Prevention-App-Beacon | https://github.com/xognsxo1491/Companion-Animal-Loss-Prevention-App-Beacon | 2d7b56efe33d56292eec910426f7b2ab4429308a | b5a07344546bdaed149c1d299cfab56ce62ee6f0 | refs/heads/master | 2020-03-31T18:16:54.266000 | 2019-12-26T07:15:49 | 2019-12-26T07:15:49 | 152,452,379 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.taehun.totalmanager;
import android.app.Activity;
import android.app.AlertDialog;
import android.content.Context;
import android.content.DialogInterface;
import android.content.Intent;
import android.content.SharedPreferences;
import android.os.AsyncTask;
import android.support.v4.app.Fragment;
imp... | UTF-8 | Java | 9,878 | java | Sub2Fragment.java | Java | [] | null | [] | package com.example.taehun.totalmanager;
import android.app.Activity;
import android.app.AlertDialog;
import android.content.Context;
import android.content.DialogInterface;
import android.content.Intent;
import android.content.SharedPreferences;
import android.os.AsyncTask;
import android.support.v4.app.Fragment;
imp... | 9,878 | 0.567484 | 0.564599 | 253 | 37.367588 | 29.39299 | 129 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.675889 | false | false | 9 |
87cb9345483f171c29e04fa3e82a619d1eed6df9 | 11,665,131,183,188 | 3962d20dd7a145adff5bde0d007126d75fd58ae3 | /src/main/java/kkdev/kksystem/plugin/tts/engines/ITTSEngine.java | dfc26b85b283e9b1f826775cc4d0f5625675cd18 | [] | no_license | Garikk/kkcar-plugin-tts | https://github.com/Garikk/kkcar-plugin-tts | 646e583df343503e9e8d6f6884e7f927e58f59d5 | c436406364d4054092ec1c7fdde7279b1d1c7367 | refs/heads/master | 2021-05-23T05:59:14.563000 | 2019-10-04T15:45:00 | 2019-10-04T15:45:00 | 54,640,360 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package kkdev.kksystem.plugin.tts.engines;
/**
*
* @author sayma_000
*/
public interface ITTSEngine {
/**
*... | UTF-8 | Java | 386 | java | ITTSEngine.java | Java | [
{
"context": "ksystem.plugin.tts.engines;\r\n\r\n/**\r\n *\r\n * @author sayma_000\r\n */\r\npublic interface ITTSEngine {\r\n\r\n /**\r\n ",
"end": 265,
"score": 0.9987751841545105,
"start": 256,
"tag": "USERNAME",
"value": "sayma_000"
}
] | 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 kkdev.kksystem.plugin.tts.engines;
/**
*
* @author sayma_000
*/
public interface ITTSEngine {
/**
*... | 386 | 0.626943 | 0.619171 | 19 | 18.31579 | 21.807899 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.263158 | false | false | 9 |
f2d58ef1ac71a3a5640c0143224e96bf6ef0f712 | 12,094,627,914,662 | 0ded5a08e2733216adc80cce51f3a18b35260955 | /app/src/main/java/com/telecom/ast/sitesurvey/database/AtmDatabase.java | 96a9ed6ab2cd73721eed116765e747d14257d97a | [] | no_license | neerajk0702/astsitesurvey | https://github.com/neerajk0702/astsitesurvey | f32b73578ecced6bbefea5b398b50593fc1b41a5 | 73cac2c0947292d6e085ba9dd3a85ba58146e2b3 | refs/heads/master | 2020-03-23T05:16:35.524000 | 2019-07-12T09:01:09 | 2019-07-12T09:01:09 | 141,134,521 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.telecom.ast.sitesurvey.database;
import android.content.ContentValues;
import android.content.Context;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import android.database.sqlite.SQLiteOpenHelper;
import android.util.Log;
import com.google.gson.Gson;
import com.google.gso... | UTF-8 | Java | 83,015 | java | AtmDatabase.java | Java | [
{
"context": "tion\";\n\n private static final String KEY_ID = \"id\";\n private static final String USERID = \"user_",
"end": 3265,
"score": 0.9696952700614929,
"start": 3263,
"tag": "KEY",
"value": "id"
},
{
"context": "= \"id\";\n private static final String USERID = \"us... | null | [] | package com.telecom.ast.sitesurvey.database;
import android.content.ContentValues;
import android.content.Context;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import android.database.sqlite.SQLiteOpenHelper;
import android.util.Log;
import com.google.gson.Gson;
import com.google.gso... | 83,015 | 0.603361 | 0.601482 | 1,864 | 43.53487 | 33.828697 | 283 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.811159 | false | false | 9 |
d6ed8df280c1fed22228b6c51f7b90f08f55ed24 | 20,255,065,776,513 | 1c2ad35144be98b0f89d524e03af8290099d9297 | /src/main/java/org/tools4j/fx/make/execution/Order.java | 65177d189313fc1d02c5d6e0f7ccd254f01469f6 | [
"MIT"
] | permissive | kimmking/fx-market-making | https://github.com/kimmking/fx-market-making | 4a45725345f1011a7833eba15cc4565d1e01f803 | a2ffba65c2b2ae92015d91757a0ad3cef2e9187a | refs/heads/master | 2020-04-12T04:15:26.181000 | 2015-12-29T13:23:48 | 2015-12-29T13:23:48 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* The MIT License (MIT)
*
* Copyright (c) 2015 fx-market-making (tools4j), Marco Terzer
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without lim... | UTF-8 | Java | 2,321 | java | Order.java | Java | [
{
"context": "\n * Copyright (c) 2015 fx-market-making (tools4j), Marco Terzer\n *\n * Permission is hereby granted, free of charg",
"end": 94,
"score": 0.9998618960380554,
"start": 82,
"tag": "NAME",
"value": "Marco Terzer"
}
] | null | [] | /**
* The MIT License (MIT)
*
* Copyright (c) 2015 fx-market-making (tools4j), <NAME>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitatio... | 2,315 | 0.702284 | 0.69539 | 86 | 25.988373 | 27.894941 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.011628 | false | false | 9 |
1d6334ec9a703f80763d53c5045e540e32e1404b | 20,255,065,773,107 | e0c19d3bb9c8d776d18b5d89645a9e4bf452b909 | /covering_statistic/test/test/CompareData.java | 081f5d340862116a7f096c3f92396844c6e9eb3d | [] | no_license | niuxintao/web-identify | https://github.com/niuxintao/web-identify | 18f9a2d55cc43be5adb458dfe956047990b26270 | 0a2a6456827f6648fd322ab7071357ee650efefc | refs/heads/master | 2020-12-25T17:04:51.071000 | 2018-05-31T09:22:19 | 2018-05-31T09:22:19 | 33,167,795 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package test;
import java.text.DecimalFormat;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
import org.apache.commons.math3.stat.descriptive.moment.Mean;
import org.apache.commons.math3.stat.descriptive.rank.Max;
import org.apache.commons.math3.stat.descriptive.rank.Min;
... | GB18030 | Java | 19,688 | java | CompareData.java | Java | [] | null | [] | package test;
import java.text.DecimalFormat;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
import org.apache.commons.math3.stat.descriptive.moment.Mean;
import org.apache.commons.math3.stat.descriptive.rank.Max;
import org.apache.commons.math3.stat.descriptive.rank.Min;
... | 19,688 | 0.554149 | 0.535471 | 695 | 25.502159 | 21.378593 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.946763 | false | false | 9 |
696d5119bb0b48c3ba7fef5eb9db49b4f12d8036 | 23,802,708,761,032 | a887f244c0d4e1f70119de0d5f101ebed03fac82 | /app/src/main/java/com/colpencil/secondhandcar/Present/Mine/MessagePresenter.java | 6a8434cc44ddefcf71dbf9c43092c99eb26d0ea1 | [] | no_license | zsj6102/sc | https://github.com/zsj6102/sc | 3725d0d4475088b4b9879a9acc2a822b9eff36bf | 4f2c9b72f8dde72bec06bde63eb5f47e404211a6 | refs/heads/master | 2020-12-02T19:44:55.317000 | 2017-08-10T01:15:45 | 2017-08-10T01:15:45 | 96,383,979 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.colpencil.secondhandcar.Present.Mine;
import com.colpencil.secondhandcar.Bean.Response.Message;
import com.colpencil.secondhandcar.Bean.ResultInfo;
import com.colpencil.secondhandcar.Model.Imples.IMessageModel;
import com.colpencil.secondhandcar.Model.Mine.MessageModel;
import com.colpencil.secondhandcar.V... | UTF-8 | Java | 1,442 | java | MessagePresenter.java | Java | [] | null | [] | package com.colpencil.secondhandcar.Present.Mine;
import com.colpencil.secondhandcar.Bean.Response.Message;
import com.colpencil.secondhandcar.Bean.ResultInfo;
import com.colpencil.secondhandcar.Model.Imples.IMessageModel;
import com.colpencil.secondhandcar.Model.Mine.MessageModel;
import com.colpencil.secondhandcar.V... | 1,442 | 0.660194 | 0.654646 | 49 | 28.428572 | 25.867006 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.346939 | false | false | 9 |
3edd3c1044f85a089cbac3b00bea9367b7fe7fef | 6,803,228,207,543 | 0d5082cdb02b59c31724bd2f557e772824d08c65 | /TextAdventure/src/aceconsulting/adventure/ItemExamineChoice.java | 6a6efea346feb2410573d8bbea4a8589a697d6a0 | [] | no_license | AugustanaCS285FALL14/SimpleTextAdventure | https://github.com/AugustanaCS285FALL14/SimpleTextAdventure | 93091568f24b5c4e9313eed12a26fcfe1c99fa3c | d9027752a431bf6e3bb0b01e3f83258f432826f6 | refs/heads/master | 2016-09-02T01:43:53.811000 | 2014-10-24T20:36:13 | 2014-10-24T20:36:13 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package aceconsulting.adventure;
import aceconsulting.adventure.items.Item;
public class ItemExamineChoice extends ItemChoice {
public ItemExamineChoice(Item theItem) {
super("Examine " + theItem.getName(), theItem);
}
}
| UTF-8 | Java | 240 | java | ItemExamineChoice.java | Java | [] | null | [] | package aceconsulting.adventure;
import aceconsulting.adventure.items.Item;
public class ItemExamineChoice extends ItemChoice {
public ItemExamineChoice(Item theItem) {
super("Examine " + theItem.getName(), theItem);
}
}
| 240 | 0.741667 | 0.741667 | 11 | 19.818182 | 21.649347 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.727273 | false | false | 9 |
08f3190ed54b45b91a5bae256c2f879c817b569d | 12,412,455,494,999 | fbf95d693ad5beddfb6ded0be170a9e810a10677 | /edcr/service/egov/egov-commons/src/main/java/org/egov/common/entity/edcr/Utility.java | 61da10f9ad808175c90dfe1ee103f628b53b5def | [
"MIT",
"LicenseRef-scancode-generic-cla",
"GPL-1.0-or-later",
"LicenseRef-scancode-proprietary-license"
] | permissive | egovernments/DIGIT-OSS | https://github.com/egovernments/DIGIT-OSS | 330cc364af1b9b66db8914104f64a0aba666426f | bf02a2c7eb783bf9fdf4b173faa37f402e05e96e | refs/heads/master | 2023-08-15T21:26:39.992000 | 2023-08-08T10:14:31 | 2023-08-08T10:14:31 | 353,807,330 | 25 | 91 | MIT | false | 2023-09-10T13:23:31 | 2021-04-01T19:35:55 | 2023-09-08T08:22:09 | 2023-09-10T13:23:30 | 471,133 | 30 | 107 | 25 | Java | false | false | /*
* eGov SmartCity eGovernance suite aims to improve the internal efficiency,transparency,
* accountability and the service delivery of the government organizations.
*
* Copyright (C) <2019> eGovernments Foundation
*
* The updated version of eGov suite of products as by eGovernments Foundation
* is availa... | UTF-8 | Java | 7,865 | java | Utility.java | Java | [
{
"context": "ies on brand guidelines,\n * please contact contact@egovernments.org\n *\n * 2) Any misrepresentation of the origin",
"end": 1804,
"score": 0.9999188184738159,
"start": 1780,
"tag": "EMAIL",
"value": "contact@egovernments.org"
},
{
"context": " queries, you... | null | [] | /*
* eGov SmartCity eGovernance suite aims to improve the internal efficiency,transparency,
* accountability and the service delivery of the government organizations.
*
* Copyright (C) <2019> eGovernments Foundation
*
* The updated version of eGov suite of products as by eGovernments Foundation
* is availa... | 7,831 | 0.734901 | 0.73363 | 221 | 34.588234 | 32.539536 | 108 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.334842 | false | false | 9 |
e4d656c0163cd18c1a34a8804c5efddf8a28dd20 | 12,412,455,499,103 | e5f80241002f1b80d5b003cc41462c9a4263be46 | /src/test/java/pages/PgeMyAccount.java | 115dac814916d78460fde0e7b21582322ec7d380 | [] | no_license | vinay4y/framework-auto-prac-vinay-koduri | https://github.com/vinay4y/framework-auto-prac-vinay-koduri | d4cbbbc581010bcc4fafd26529584b1d3b033483 | 4d6226a5d06b0f56c6919b77a225fb8a15c7a109 | refs/heads/master | 2021-07-06T13:49:36.435000 | 2019-06-14T04:32:12 | 2019-06-14T04:32:12 | 191,854,142 | 0 | 0 | null | false | 2020-10-13T13:53:22 | 2019-06-14T01:09:06 | 2019-06-14T04:32:14 | 2020-10-13T13:53:21 | 11,127 | 0 | 0 | 1 | HTML | false | false | package pages;
import common.BrowserDriver;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.support.FindBy;
import org.openqa.selenium.support.PageFactory;
public class PgeMyAccount {
WebDriver objPgeMyAccount = BrowserDriver.getCurrentDriver();
//Const... | UTF-8 | Java | 642 | java | PgeMyAccount.java | Java | [] | null | [] | package pages;
import common.BrowserDriver;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.support.FindBy;
import org.openqa.selenium.support.PageFactory;
public class PgeMyAccount {
WebDriver objPgeMyAccount = BrowserDriver.getCurrentDriver();
//Const... | 642 | 0.757009 | 0.757009 | 21 | 29.571428 | 21.864456 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.52381 | false | false | 9 |
156a49b5083dcf8b57b003ece9ee97d7e846200f | 13,623,636,272,705 | e259fd3f62714f2cce7e0fb2e748647e9cc844e4 | /src/main/java/du/iit/payment/dupay/services/AdminNotificationService.java | 3a77b2728b311b2fb88985d8ce188ace09d55844 | [] | no_license | hasantarek2002/dupay | https://github.com/hasantarek2002/dupay | 47408b312f9fdefe1871ac7fd9184ed166d24ac8 | ecd7a857fdc88af5d8596a1bbdd5433a0612fc1a | refs/heads/master | 2020-08-23T07:34:33.170000 | 2019-10-21T09:43:13 | 2019-10-21T10:07:21 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package du.iit.payment.dupay.services;
import du.iit.payment.dupay.repositories.AdminNotificationRepository;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
@Service
public class AdminNotificationService {
private AdminNotificationRepository adminNotifi... | UTF-8 | Java | 519 | java | AdminNotificationService.java | Java | [] | null | [] | package du.iit.payment.dupay.services;
import du.iit.payment.dupay.repositories.AdminNotificationRepository;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
@Service
public class AdminNotificationService {
private AdminNotificationRepository adminNotifi... | 519 | 0.855491 | 0.855491 | 16 | 31.4375 | 31.02412 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.375 | false | false | 9 |
9006b920ae8c0ada049e3353096e6b2937ef7a22 | 20,418,274,575,722 | e8ff9502ea77c7a65c7292693f738a4e54c28dde | /cloudnet-modules/cloudnet-bridge/src/main/java/de/dytanic/cloudnet/ext/bridge/velocity/VelocityCloudNetPlayerInfo.java | 79862a96a0e4e6c914757050880e5149f85884d3 | [] | no_license | ProxieTV/CloudNet-v3 | https://github.com/ProxieTV/CloudNet-v3 | 9833c76ed64645574028f17c6cc3778d8e1f5c73 | 12e9cd267e5cef4b1f06beb3f1764397b2d09f60 | refs/heads/master | 2020-09-08T20:01:04.203000 | 2019-11-02T22:38:25 | 2019-11-02T22:38:25 | 221,231,633 | 1 | 0 | null | true | 2019-11-12T14:02:24 | 2019-11-12T14:02:23 | 2019-11-02T22:38:28 | 2019-11-11T21:14:50 | 87,618 | 0 | 0 | 0 | null | false | false | package de.dytanic.cloudnet.ext.bridge.velocity;
import de.dytanic.cloudnet.driver.network.HostAndPort;
import lombok.EqualsAndHashCode;
import lombok.ToString;
import java.util.UUID;
@ToString
@EqualsAndHashCode
final class VelocityCloudNetPlayerInfo {
private UUID uniqueId;
private String name, server;
... | UTF-8 | Java | 1,376 | java | VelocityCloudNetPlayerInfo.java | Java | [] | null | [] | package de.dytanic.cloudnet.ext.bridge.velocity;
import de.dytanic.cloudnet.driver.network.HostAndPort;
import lombok.EqualsAndHashCode;
import lombok.ToString;
import java.util.UUID;
@ToString
@EqualsAndHashCode
final class VelocityCloudNetPlayerInfo {
private UUID uniqueId;
private String name, server;
... | 1,376 | 0.639535 | 0.639535 | 69 | 18.956522 | 19.464151 | 113 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.42029 | false | false | 9 |
e23b84891afe7a4126a760f2fd4200f2278f3d8e | 3,341,484,590,118 | 878dbb97f271086973b27068f229def608964b97 | /src/com/leo/ssh/action/AdminsAction.java | 36a93ef6b1e516f3f8099f1639648f2142624353 | [] | no_license | HouQi9475/GoodsSales | https://github.com/HouQi9475/GoodsSales | c196155edc5f68cc827b726d2c6195f892891e5c | 122d5889b9dee713ea1fa31b1f3450397104fdf5 | refs/heads/master | 2020-04-05T23:03:01.663000 | 2017-04-03T15:11:11 | 2017-04-03T15:11:11 | 82,903,000 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.leo.ssh.action;
import java.util.List;
import com.leo.ssh.biz.IAdminRolesBiz;
import com.leo.ssh.biz.IAdminsBiz;
import com.leo.ssh.domain.Adminroles;
import com.leo.ssh.domain.Admins;
import com.leo.ssh.page.PageBean;
import com.opensymphony.xwork2.Action;
import com.opensymphony.xwork2.ModelDriven;
pub... | UTF-8 | Java | 3,278 | java | AdminsAction.java | Java | [] | null | [] | package com.leo.ssh.action;
import java.util.List;
import com.leo.ssh.biz.IAdminRolesBiz;
import com.leo.ssh.biz.IAdminsBiz;
import com.leo.ssh.domain.Adminroles;
import com.leo.ssh.domain.Admins;
import com.leo.ssh.page.PageBean;
import com.opensymphony.xwork2.Action;
import com.opensymphony.xwork2.ModelDriven;
pub... | 3,278 | 0.755034 | 0.753203 | 114 | 27.754387 | 20.84469 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.885965 | false | false | 9 |
f3ce1ebce5ed17b8f1abd8b3e724ba997c81e2dc | 24,180,665,900,296 | bd356293b8c795c62943aa5d7a12d05af53e3bfa | /src/cn/py/ack/wordcount/WordTopology.java | bbc0b4da09d5450d912d53be1c700f44c86d74ba | [
"Apache-2.0"
] | permissive | pacino616/storm02 | https://github.com/pacino616/storm02 | 526f30f9d70ff3643baab86c25724c0846e3a5d2 | bec571b888ae70d5abe87fd1c0809f06126065ef | refs/heads/master | 2020-04-09T10:51:16.466000 | 2018-12-04T02:34:25 | 2018-12-04T02:34:25 | 160,284,833 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.py.ack.wordcount;
import backtype.storm.Config;
import backtype.storm.LocalCluster;
import backtype.storm.generated.StormTopology;
import backtype.storm.topology.TopologyBuilder;
import backtype.storm.tuple.Fields;
public class WordTopology {
public static void main(String[] args) throws Exception{
Co... | UTF-8 | Java | 1,188 | java | WordTopology.java | Java | [] | null | [] | package cn.py.ack.wordcount;
import backtype.storm.Config;
import backtype.storm.LocalCluster;
import backtype.storm.generated.StormTopology;
import backtype.storm.topology.TopologyBuilder;
import backtype.storm.tuple.Fields;
public class WordTopology {
public static void main(String[] args) throws Exception{
Co... | 1,188 | 0.765993 | 0.763468 | 34 | 33.941177 | 26.280098 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.264706 | false | false | 9 |
43ffbe7ca495c0779bb8849758a829e0b76513eb | 17,497,696,826,296 | d5678884d1d6fc52f50a04bdfd50daf80b8eaa9c | /app/src/main/java/com/intellisense/review/activities/Personal_Info_activity.java | 76cf2da1e272051a0c9db4cca1c575786e696b5f | [] | no_license | SalwaImtiaz/ReviewApplication | https://github.com/SalwaImtiaz/ReviewApplication | 8e2d63acf2693b7c6ab26efdea26893ff296c67a | 783d0e8a3172fdce410eddcdfac16153b09977c3 | refs/heads/master | 2021-10-28T00:43:20.924000 | 2019-04-20T19:04:32 | 2019-04-20T19:04:32 | 164,220,052 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.intellisense.review.activities;
import android.app.DatePickerDialog;
import android.content.Intent;
import android.graphics.Color;
import android.graphics.drawable.ColorDrawable;
import android.os.Bundle;
import android.os.Handler;
import android.provider.Settings;
import android.support.v7.app.AppCompatAc... | UTF-8 | Java | 8,403 | java | Personal_Info_activity.java | Java | [] | null | [] | package com.intellisense.review.activities;
import android.app.DatePickerDialog;
import android.content.Intent;
import android.graphics.Color;
import android.graphics.drawable.ColorDrawable;
import android.os.Bundle;
import android.os.Handler;
import android.provider.Settings;
import android.support.v7.app.AppCompatAc... | 8,403 | 0.611686 | 0.606688 | 202 | 40.58416 | 36.041031 | 319 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.846535 | false | false | 9 |
70d68218c08ff63f399e5f36aa93e225237e0400 | 21,268,678,097,504 | b91b62230eb5fdb06b0c8756b5fe0a1633e18053 | /src/main/java/com/houston/legacy/adapter/source/parts/SourceBlockPart.java | 0e9da7b6690469fa98cdd17e11663da8f9d2de13 | [] | no_license | pajuh/Legacy | https://github.com/pajuh/Legacy | 1ceffc9dba9e4c13b6fe0dfd6fc3ca54d319a0f0 | 99c7258f7e4e79c090511493361c5f722b163a82 | refs/heads/master | 2016-08-03T14:00:21.629000 | 2011-02-23T20:01:47 | 2011-02-23T20:01:47 | 1,386,028 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* @author pasi.honkanen@houston-inc.com
*/
package com.houston.legacy.adapter.source.parts;
import java.lang.reflect.Method;
import java.util.List;
public class SourceBlockPart implements MethodPart {
private final List<MethodPart> sourceBlockParts;
public SourceBlockPart(List<MethodPart> sourceBlockParts... | UTF-8 | Java | 635 | java | SourceBlockPart.java | Java | [
{
"context": "/**\n * @author pasi.honkanen@houston-inc.com\n */\npackage com.houston.legacy.adapter.source.par",
"end": 44,
"score": 0.9998583197593689,
"start": 15,
"tag": "EMAIL",
"value": "pasi.honkanen@houston-inc.com"
}
] | null | [] | /**
* @author <EMAIL>
*/
package com.houston.legacy.adapter.source.parts;
import java.lang.reflect.Method;
import java.util.List;
public class SourceBlockPart implements MethodPart {
private final List<MethodPart> sourceBlockParts;
public SourceBlockPart(List<MethodPart> sourceBlockParts) {
this.sourceBlock... | 613 | 0.744882 | 0.744882 | 28 | 21.714285 | 20.281691 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.214286 | false | false | 9 |
0b1f8a934aa993abc1eee60cd4405d2500c67de9 | 5,514,738,031,111 | d91833a8ecaabb4884fd8ffa456b737c21a3fb9a | /src/main/java/fun/lewisdev/sponsoredslots/slot/SponsoredSlot.java | 7a7e51667d331419fd76e40dd2127f1941fd6af7 | [] | no_license | ItsLewizzz/SponsoredSlotsAPI | https://github.com/ItsLewizzz/SponsoredSlotsAPI | 8c7577f758cb61f52dda0f5b4dd848a52606383b | f66d2b186a8a9368986110c65e8dd8d365ab7307 | refs/heads/master | 2022-12-17T09:01:48.201000 | 2020-09-18T13:39:05 | 2020-09-18T13:39:05 | 296,631,125 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package fun.lewisdev.sponsoredslots.slot;
import org.bukkit.OfflinePlayer;
import org.bukkit.inventory.ItemStack;
import java.util.UUID;
public class SponsoredSlot {
public boolean isClaimed() {
return false;
}
public final long getExpiryTime() {
return 0L;
}
public long getTim... | UTF-8 | Java | 1,108 | java | SponsoredSlot.java | Java | [] | null | [] | package fun.lewisdev.sponsoredslots.slot;
import org.bukkit.OfflinePlayer;
import org.bukkit.inventory.ItemStack;
import java.util.UUID;
public class SponsoredSlot {
public boolean isClaimed() {
return false;
}
public final long getExpiryTime() {
return 0L;
}
public long getTim... | 1,108 | 0.609206 | 0.605596 | 69 | 15.057971 | 16.318287 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.217391 | false | false | 9 |
bf4011794aba5afd0392ee58c1491770ca0332fa | 26,912,265,115,694 | d71e879b3517cf4fccde29f7bf82cff69856cfcd | /ExtractedJars/RT_News_com.rt.mobile.english/javafiles/com/google/android/gms/internal/ads/zzko.java | 6ac14a94b5b0c528a679533615555c7920e65c57 | [
"MIT"
] | permissive | Andreas237/AndroidPolicyAutomation | https://github.com/Andreas237/AndroidPolicyAutomation | b8e949e072d08cf6c6166c3f15c9c63379b8f6ce | c1ed10a2c6d4cf3dfda8b8e6291dee2c2a15ee8a | refs/heads/master | 2020-04-10T02:14:08.789000 | 2019-05-16T19:29:11 | 2019-05-16T19:29:11 | 160,739,088 | 5 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | // Decompiled by Jad v1.5.8g. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://www.kpdus.com/jad.html
// Decompiler options: packimports(3) annotate safe
package com.google.android.gms.internal.ads;
import android.os.*;
import com.google.android.gms.ads.formats.PublisherAdViewOptions;
// Referenced classes... | UTF-8 | Java | 9,724 | java | zzko.java | Java | [
{
"context": "// Decompiled by Jad v1.5.8g. Copyright 2001 Pavel Kouznetsov.\n// Jad home page: http://www.kpdus.com/jad.html\n",
"end": 61,
"score": 0.999560534954071,
"start": 45,
"tag": "NAME",
"value": "Pavel Kouznetsov"
}
] | null | [] | // Decompiled by Jad v1.5.8g. Copyright 2001 <NAME>.
// Jad home page: http://www.kpdus.com/jad.html
// Decompiler options: packimports(3) annotate safe
package com.google.android.gms.internal.ads;
import android.os.*;
import com.google.android.gms.ads.formats.PublisherAdViewOptions;
// Referenced classes of packag... | 9,714 | 0.560366 | 0.456705 | 250 | 37.896 | 26.535206 | 148 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.588 | false | false | 9 |
1d01126b6ef3bb4afe5ed8776bc0227b2882db0e | 8,899,172,263,149 | cf46c457be788b7aa29481ec2f62ea4c01d24081 | /src/cursos/Sueco.java | bba5c7b6ccee1752f6736b10c59f64e479a9ff29 | [] | no_license | Lucas-Christopher/Prova_2_2015.1 | https://github.com/Lucas-Christopher/Prova_2_2015.1 | 52d52efe66cc35776f560e05e5e072466860dbe0 | b7e4547c621823c7c5d9fb88ece64849fce1c7d4 | refs/heads/master | 2016-09-18T00:20:51.949000 | 2016-09-06T03:54:38 | 2016-09-06T03:54:38 | 67,459,732 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cursos;
import escola_idiomas.Aluno;
import excecoes.MatriculaInvalidaException;
import excecoes.ProeficienciaInvalidaException;
import excecoes.StringInvalidaException;
public class Sueco extends Curso {
public Sueco(String nomeCurso) {
super(nomeCurso);
}
@Override
public double calculaFacilidade(do... | ISO-8859-1 | Java | 934 | java | Sueco.java | Java | [] | null | [] | package cursos;
import escola_idiomas.Aluno;
import excecoes.MatriculaInvalidaException;
import excecoes.ProeficienciaInvalidaException;
import excecoes.StringInvalidaException;
public class Sueco extends Curso {
public Sueco(String nomeCurso) {
super(nomeCurso);
}
@Override
public double calculaFacilidade(do... | 934 | 0.762058 | 0.753483 | 30 | 30.1 | 33.517509 | 108 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.7 | false | false | 9 |
cb97f01e6509063a671013559809a0e51ed2be23 | 23,759,759,151,618 | 6de511b9be72cbcd7e1bc4802abae2329ed7bcaf | /mimosa-orm/src/main/java/org/mimosaframework/orm/resolve/FunctionActionResolve.java | 8711a9ff245def1023662b082fb502760373a494 | [
"Apache-2.0"
] | permissive | yangankang/mimosa | https://github.com/yangankang/mimosa | d52c4c623bc73f9f45954f0854158fa43be59cbd | 7e227885c1d4775d6db24acc3b6c1d42bcf107e0 | refs/heads/master | 2018-08-27T10:39:45.272000 | 2018-05-06T16:14:04 | 2018-05-06T16:14:04 | 87,049,408 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.mimosaframework.orm.resolve;
public interface FunctionActionResolve extends ActionResolve {
}
| UTF-8 | Java | 107 | java | FunctionActionResolve.java | Java | [] | null | [] | package org.mimosaframework.orm.resolve;
public interface FunctionActionResolve extends ActionResolve {
}
| 107 | 0.850467 | 0.850467 | 4 | 25.75 | 26.423239 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 9 |
312a78426f3738b893ba91b61519fdf9423dd6c5 | 28,063,316,336,344 | 28dc5cd4de7fc834cb3282eef200c1c8abb04ac1 | /src/main/java/xyz/kvantum/bukkit/objects/KvantumPlayer.java | abf1fe862459ef4406e8e697449041bec1bd47a6 | [
"Apache-2.0"
] | permissive | Citymonstret/KvantumBukkit | https://github.com/Citymonstret/KvantumBukkit | 6318f6bc715ee2a6aa1c154415992c1328ec424c | 782487778a20c1644801a8b39687ce15b70a6d56 | refs/heads/master | 2021-08-27T23:00:13.896000 | 2017-12-10T16:14:42 | 2017-12-10T16:14:42 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright (C) 2017 Kvantum
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed t... | UTF-8 | Java | 3,669 | java | KvantumPlayer.java | Java | [
{
"context": "/*\n * Copyright (C) 2017 Kvantum\n *\n * Licensed under the Apache License, Version ",
"end": 35,
"score": 0.9897160530090332,
"start": 28,
"tag": "USERNAME",
"value": "Kvantum"
},
{
"context": " final String world)\n {\n this.username = username;\n ... | null | [] | /*
* Copyright (C) 2017 Kvantum
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed t... | 3,669 | 0.657127 | 0.654674 | 126 | 28.119047 | 23.326736 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.412698 | false | false | 9 |
04d16d0f0c33502746fcde6d4f87a48e4917a535 | 32,804,960,222,524 | 9eb21fa34e6c933f9f1251d69c0db83a4b376dc7 | /Workspace/LojaR/LojaJSF/src/br/unit/mbean/NovaCategoria.java | e6ed35b86eabdda4f6141ab022ea674b6de47217 | [] | no_license | RafasTavares/TecWEB_III | https://github.com/RafasTavares/TecWEB_III | e8c0d796f81cf8a7d4322c2f1244c6441507c0e4 | 5d8edff7ce2efc4f2a9886af248a8ab574c441d9 | refs/heads/master | 2016-09-10T00:17:02.840000 | 2014-06-15T17:43:22 | 2014-06-15T17:43:22 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.unit.mbean;
import java.io.IOException;
import javax.ejb.EJB;
import javax.faces.application.FacesMessage;
import javax.faces.context.ExternalContext;
import javax.faces.context.FacesContext;
import javax.faces.event.AbortProcessingException;
import javax.faces.event.ActionEvent;
import br.unit.classes.Ca... | UTF-8 | Java | 1,241 | java | NovaCategoria.java | Java | [] | null | [] | package br.unit.mbean;
import java.io.IOException;
import javax.ejb.EJB;
import javax.faces.application.FacesMessage;
import javax.faces.context.ExternalContext;
import javax.faces.context.FacesContext;
import javax.faces.event.AbortProcessingException;
import javax.faces.event.ActionEvent;
import br.unit.classes.Ca... | 1,241 | 0.764706 | 0.7639 | 45 | 26.577778 | 21.368189 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.866667 | false | false | 9 |
344f32fd6df15adf25b08250972fe289dfd096ea | 28,999,619,189,538 | 454eb75d7402c4a0da0e4c30fb91aca4856bbd03 | /o2o/trunk/public/entity/src/main/java/cn/com/dyninfo/o2o/communication/PaymentRequest.java | c35bfee0af89a850b1f4d7bf43a497d90decdb3b | [] | no_license | fengclondy/guanhongshijia | https://github.com/fengclondy/guanhongshijia | 15a43f6007cdf996f57c4d09f61b25143b117d73 | c710fe725022fe82aefcb552ebe6d86dcb598d75 | refs/heads/master | 2020-04-15T16:43:37.291000 | 2016-09-09T05:44:14 | 2016-09-09T05:44:14 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.com.dyninfo.o2o.communication;
import cn.com.dyninfo.o2o.communication.common.BaseRequest;
/**
* Created by Administrator on 2016/7/29.
*/
public class PaymentRequest extends BaseRequest {
//TODO 待确认是否通过后台
}
| UTF-8 | Java | 257 | java | PaymentRequest.java | Java | [
{
"context": "nication.common.BaseRequest;\r\n\r\n/**\r\n * Created by Administrator on 2016/7/29.\r\n */\r\npublic class PaymentRequest e",
"end": 140,
"score": 0.8318501114845276,
"start": 127,
"tag": "NAME",
"value": "Administrator"
}
] | null | [] | package cn.com.dyninfo.o2o.communication;
import cn.com.dyninfo.o2o.communication.common.BaseRequest;
/**
* Created by Administrator on 2016/7/29.
*/
public class PaymentRequest extends BaseRequest {
//TODO 待确认是否通过后台
}
| 257 | 0.723849 | 0.686192 | 11 | 19.727272 | 22.119884 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.181818 | false | false | 9 |
a832fd9916a123ac4f92a93a6a88b7682a84d5bf | 28,999,619,191,730 | 276ace4098cc43a130615a35369c3f2c7042b555 | /algorithm/src/main/java/org/api4/java/algorithm/IAlgorithmConfig.java | f2b15ed9a7c2754db2441f3174dbd0a00bd3f9ec | [] | no_license | starlibs/api4 | https://github.com/starlibs/api4 | 0773c04424dc25fcff6946593b8ff9d9712d00d1 | 890d50637838bfb92618f7af247ac3e769bd1715 | refs/heads/master | 2021-07-10T11:32:32.807000 | 2020-01-08T22:04:44 | 2020-01-08T22:04:44 | 195,792,781 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.api4.java.algorithm;
import org.api4.java.common.control.IConfig;
/**
* Defines some basic properties relevant to all algorithms.
*
* @author Felix Mohr
*
*/
public interface IAlgorithmConfig extends IConfig {
/**
* @return Number of CPU cores available for parallelization.
*/
p... | UTF-8 | Java | 908 | java | IAlgorithmConfig.java | Java | [
{
"context": "erties relevant to all algorithms.\r\n *\r\n * @author Felix Mohr\r\n *\r\n */\r\npublic interface IAlgorithmConfig exten",
"end": 176,
"score": 0.9997959136962891,
"start": 166,
"tag": "NAME",
"value": "Felix Mohr"
}
] | null | [] | package org.api4.java.algorithm;
import org.api4.java.common.control.IConfig;
/**
* Defines some basic properties relevant to all algorithms.
*
* @author <NAME>
*
*/
public interface IAlgorithmConfig extends IConfig {
/**
* @return Number of CPU cores available for parallelization.
*/
publi... | 904 | 0.696035 | 0.69163 | 32 | 26.375 | 47.125332 | 205 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.75 | false | false | 9 |
3f73d64aacfd198f6d7756db5737db5fff70a48c | 27,814,208,240,378 | 3cf612db07a61355c2fa46240bb3ddbedd267bc0 | /RentaVehiculos/src/sgrv/dao/AdministradorDAO.java | 5b2b9c63da59547738264997a8a5ed9f862117a3 | [] | no_license | PaolaMarai/RentaAutos | https://github.com/PaolaMarai/RentaAutos | fc71dbe6a684802d96a13f0e048abb3e7b6adacd | 5c829c72c258b18fe203fca4b90699001d8b6a10 | refs/heads/master | 2020-03-17T07:14:02.072000 | 2018-06-11T19:52:21 | 2018-06-11T19:52:21 | 133,389,383 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package sgrv.dao;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLExcepti... | UTF-8 | Java | 860 | java | AdministradorDAO.java | Java | [
{
"context": "dor;\nimport sgrv.domain.Usuario;\n/**\n *\n * @author marai\n */\npublic class AdministradorDAO implements IAdm",
"end": 559,
"score": 0.9545458555221558,
"start": 554,
"tag": "USERNAME",
"value": "marai"
}
] | 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 sgrv.dao;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLExcepti... | 860 | 0.75814 | 0.75814 | 31 | 26.741936 | 28.257992 | 135 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.580645 | false | false | 9 |
41aaf01d2fa54b061e414c33be0fdc36ef520e92 | 11,871,289,645,691 | aa097b782c7754ed43dce82e83f070cc2ed37410 | /Multilevelex1(inheritance).java | 1b7f2af27e22d6f9414679cfcd6be2832501f831 | [] | no_license | sravanimeduri/hello-world | https://github.com/sravanimeduri/hello-world | 196724da778b4847d44de928c6ae0f02677bc6e1 | c1f386af306cc0cd88ae002c8dd5870c15030ac4 | refs/heads/main | 2023-02-02T09:11:17.467000 | 2020-12-16T17:15:09 | 2020-12-16T17:15:09 | 308,038,071 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | class Electronics{
void Electronics(){
System.out.println("Electronics");
}
}
class Mobile extends Electronics{
void Mobile(){
System.out.println("Mobile");
}
}
class Realme extends Mobile{
void Realmemobile(){
System.out.println("Realme Mobile");
}
}
class Multilevel{
public static void main(String ar... | UTF-8 | Java | 422 | java | Multilevelex1(inheritance).java | Java | [] | null | [] | class Electronics{
void Electronics(){
System.out.println("Electronics");
}
}
class Mobile extends Electronics{
void Mobile(){
System.out.println("Mobile");
}
}
class Realme extends Mobile{
void Realmemobile(){
System.out.println("Realme Mobile");
}
}
class Multilevel{
public static void main(String ar... | 422 | 0.682464 | 0.682464 | 23 | 16.434782 | 12.940755 | 39 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.304348 | false | false | 9 |
95d114b7c7e7d08c2d08b54cec6eaef2222c414c | 6,519,760,411,450 | 8d627133d14ff6ec0976e99dc620935808639de2 | /automatic-release-web/src/main/java/com/trustlife/automatic/web/mapper/SmsMessageMapperImpl.java | 61072cff1e4850f56e9968670e6e8d5e19cf81cc | [] | no_license | danshijin/automatic-release | https://github.com/danshijin/automatic-release | 0deb7fbdb1fa09a4fb9151bc97f05222585231e9 | 472c0c5731c049c5c25e46aaba33370a655d7e74 | refs/heads/master | 2018-11-06T00:51:56.263000 | 2018-10-25T06:04:36 | 2018-10-25T06:04:36 | 104,158,584 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.trustlife.automatic.web.mapper;
import java.io.File;
import java.io.IOException;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
import javax.annotation.PostConstruct;
import org.apache.commons.lang.StringUtils;
import org.springframework.beans.factory.annotati... | UTF-8 | Java | 2,014 | java | SmsMessageMapperImpl.java | Java | [] | null | [] | package com.trustlife.automatic.web.mapper;
import java.io.File;
import java.io.IOException;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
import javax.annotation.PostConstruct;
import org.apache.commons.lang.StringUtils;
import org.springframework.beans.factory.annotati... | 2,014 | 0.657398 | 0.656902 | 61 | 31.016394 | 23.324154 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.47541 | false | false | 9 |
c7d5a842d4ece0ca38cb03d6f04c486f436f0f55 | 25,323,127,204,171 | 72e5447d687519778c34fcc8049bef497e222187 | /src/com/example/whatiscommunityservice/IdeaGenerator.java | cc92a6d5c029eecb32587157809afdd4f632b668 | [] | no_license | sparc-hackathon-2-0/team23 | https://github.com/sparc-hackathon-2-0/team23 | 39e267131b273975e8a6251316870ffa38394720 | fade7e558b13bbd250dbacc85aa589bad24882a4 | refs/heads/master | 2020-04-27T08:55:42.160000 | 2012-08-26T00:30:21 | 2012-08-26T00:30:21 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.whatiscommunityservice;
import android.app.Activity;
import android.os.Bundle;
import android.view.View;
import android.view.View.OnClickListener;
import android.widget.Button;
import android.widget.TextView;
public class IdeaGenerator extends Activity implements OnClickListener {
public Button ... | UTF-8 | Java | 1,656 | java | IdeaGenerator.java | Java | [
{
"context": "\",\n\t\t\t\t\"Hello World\",\n\t\t\t\t\"I can't let you do that Dave\",\n\t\t\t\t\"Plant a garden or tree where the whole nei",
"end": 997,
"score": 0.8204566240310669,
"start": 993,
"tag": "NAME",
"value": "Dave"
}
] | null | [] | package com.example.whatiscommunityservice;
import android.app.Activity;
import android.os.Bundle;
import android.view.View;
import android.view.View.OnClickListener;
import android.widget.Button;
import android.widget.TextView;
public class IdeaGenerator extends Activity implements OnClickListener {
public Button ... | 1,656 | 0.697044 | 0.687192 | 58 | 27 | 19.070648 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.034483 | false | false | 9 |
4cd9079f4e395f83647e1e7ddab5a9989faa69a2 | 13,443,247,676,129 | 1de757fb5dc50df2a3b3b0afd6fea60dc8913cd6 | /TALLER/TALLER_2_PUNTO_3.java | 49e031446d5a3364b22c60ffeee1fceddfb249ab | [] | no_license | luiscamilosierraortiz/TALLER_2__DE_PROGRAMACION | https://github.com/luiscamilosierraortiz/TALLER_2__DE_PROGRAMACION | 33d9fe5ceba95ff0069c80b68469bef64f1d98b2 | bafbbc0475393743d0f90784794a6758511115e2 | refs/heads/main | 2023-07-20T07:02:15.831000 | 2021-09-03T23:56:32 | 2021-09-03T23:56:32 | 402,923,769 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
package taller_2_punto_3;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
public class TALLER_2_PUNTO_3 {
public static void main(String[] args) throws IOException {
BufferedReader leer = new BufferedReader(new InputStreamReader(System.in));
System.... | UTF-8 | Java | 1,167 | java | TALLER_2_PUNTO_3.java | Java | [] | null | [] |
package taller_2_punto_3;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
public class TALLER_2_PUNTO_3 {
public static void main(String[] args) throws IOException {
BufferedReader leer = new BufferedReader(new InputStreamReader(System.in));
System.... | 1,167 | 0.637532 | 0.614396 | 32 | 35.4375 | 27.098129 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.96875 | false | false | 9 |
dfb68ebea65ce5fe5d837dbf1ff8e514adc15620 | 10,548,439,739,288 | 19822b31136b13a1e2de3710b7224af425970962 | /src/cvic/anirevo/editor/Controller.java | eaf5ece856be5f10dfd536e63e4e1e71c21d230d | [] | no_license | chenvictor/anirevo-data | https://github.com/chenvictor/anirevo-data | 854eb6d52a4a629947998ccdb4c5eb5bd004b367 | b875526fcf9c088cc3dbb0b53d1f7fd46ee09032 | refs/heads/master | 2020-03-27T06:46:17.216000 | 2018-12-29T17:20:27 | 2018-12-29T17:20:27 | 146,134,308 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cvic.anirevo.editor;
import cvic.anirevo.Log;
import cvic.anirevo.model.VenueManager;
import cvic.anirevo.model.ViewingRoomManager;
import cvic.anirevo.model.anirevo.*;
import cvic.anirevo.model.calendar.CalendarDate;
import cvic.anirevo.model.calendar.DateManager;
import cvic.anirevo.parser.*;
import cvic.ani... | UTF-8 | Java | 6,891 | java | Controller.java | Java | [] | null | [] | package cvic.anirevo.editor;
import cvic.anirevo.Log;
import cvic.anirevo.model.VenueManager;
import cvic.anirevo.model.ViewingRoomManager;
import cvic.anirevo.model.anirevo.*;
import cvic.anirevo.model.calendar.CalendarDate;
import cvic.anirevo.model.calendar.DateManager;
import cvic.anirevo.parser.*;
import cvic.ani... | 6,891 | 0.592657 | 0.592657 | 199 | 33.628139 | 24.642416 | 114 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.582915 | false | false | 9 |
e3e2b62b0f9dd7cd108dfe7efa0555b3e0b53a27 | 10,548,439,739,363 | 0beb481e2ee36bede0c82b5c11919d00f2dcbc5f | /java/src/vtf_tests/SleepTester.java | 7d84bdbdbe78ae50b3856a8aea7059d540468888 | [] | no_license | spikeh/vexjine | https://github.com/spikeh/vexjine | e327fd4d1f4ea7d0b0351c277e6f883bebec7b05 | 2f2099347946bda8574f209b7a27d199cfeb868b | refs/heads/master | 2016-08-09T06:02:07.810000 | 2016-01-21T11:06:26 | 2016-01-21T11:06:26 | 45,060,590 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package vtf_tests;
public class SleepTester implements Runnable {
public void run() {
try {
System.out.println("in run() - sleep for 20 seconds");
Thread.sleep(20000);
System.out.println("in run() - woke up");
} catch (InterruptedException x) {
System.out.println("in run() - interrupted while sleeping... | UTF-8 | Java | 991 | java | SleepTester.java | Java | [] | null | [] | package vtf_tests;
public class SleepTester implements Runnable {
public void run() {
try {
System.out.println("in run() - sleep for 20 seconds");
Thread.sleep(20000);
System.out.println("in run() - woke up");
} catch (InterruptedException x) {
System.out.println("in run() - interrupted while sleeping... | 991 | 0.649849 | 0.63774 | 39 | 24.410257 | 20.523556 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.179487 | false | false | 9 |
aecec9ffd8acb293c9899e6f3292401e5915b2a9 | 16,784,732,196,000 | 7bfef1f5b17d128fa885585a52e140813bba4247 | /2021_05_15_JDBCTemplate/src_1/main/java/com/eleonoralion/database_1/servlets/UpdateUserServlet.java | 456933d98acf7873bffd979d80c1cf733e18e050 | [] | no_license | kimisiyamino/JavaFixGroupCourse | https://github.com/kimisiyamino/JavaFixGroupCourse | 1587521db25be91500b52f2f914985eeed649a5c | 7ef21572ccc58ee5d57c55be5c9c3e2d6d497e6f | refs/heads/master | 2023-08-23T18:39:39.687000 | 2021-10-12T13:12:48 | 2021-10-12T13:12:48 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.eleonoralion.database.servlets;
import com.eleonoralion.database.dao.UserDao;
import com.eleonoralion.database.dao.UsersDaoJdbcImpl;
import com.eleonoralion.database.dao.UsersDaoJdbcTemplateImpl;
import com.eleonoralion.database.models.User;
import org.springframework.jdbc.datasource.DriverManagerDataSourc... | UTF-8 | Java | 2,683 | java | UpdateUserServlet.java | Java | [] | null | [] | package com.eleonoralion.database.servlets;
import com.eleonoralion.database.dao.UserDao;
import com.eleonoralion.database.dao.UsersDaoJdbcImpl;
import com.eleonoralion.database.dao.UsersDaoJdbcTemplateImpl;
import com.eleonoralion.database.models.User;
import org.springframework.jdbc.datasource.DriverManagerDataSourc... | 2,683 | 0.724935 | 0.724935 | 70 | 37.328571 | 32.003448 | 122 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.657143 | false | false | 9 |
ca1e5a62ee68e9232e0915c58a918005a258a660 | 1,297,080,177,073 | ed4e299a68c641723069abb735193e519b54ba41 | /rfid-messaging/src/main/java/com/bungholes/rfid/messages/TagReading.java | 829349346b46b50f401f796428704eeba28066c2 | [] | no_license | kalayl/rfid-java | https://github.com/kalayl/rfid-java | adc0b1b86430e2c320933a646f65400b66a6e692 | 922d17ba530d65cd78a16d70a22f5cfbd64fcc15 | refs/heads/master | 2020-04-05T20:11:13.970000 | 2014-02-17T11:49:30 | 2014-02-17T11:49:30 | 16,654,429 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.bungholes.rfid.messages;
import com.google.common.base.Function;
import com.google.common.collect.Ordering;
import javax.xml.bind.DatatypeConverter;
import java.io.Serializable;
import java.util.Date;
public class TagReading implements Serializable {
private final String tagId;
private final Str... | UTF-8 | Java | 3,508 | java | TagReading.java | Java | [] | null | [] | package com.bungholes.rfid.messages;
import com.google.common.base.Function;
import com.google.common.collect.Ordering;
import javax.xml.bind.DatatypeConverter;
import java.io.Serializable;
import java.util.Date;
public class TagReading implements Serializable {
private final String tagId;
private final Str... | 3,508 | 0.574116 | 0.567845 | 111 | 30.603603 | 27.692415 | 127 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.594595 | false | false | 9 |
308cf8246bdd98b2d7513fc4bb81da19b966eeae | 23,974,507,474,098 | fe28a98a9023545830eea93236be1d6c22d1834e | /src/main/java/com/ecommerce/quoide9/model/PaymentMethod.java | 1915ac0c762b43981843edaa21cb9f187982749d | [] | no_license | asma625/QuoiDeNeufGroupe | https://github.com/asma625/QuoiDeNeufGroupe | 0a8140c38d750b09a3b5ee30de7b01cdb180c20c | 8c77569b9f3009f26695a8782da891d384a238bd | refs/heads/master | 2023-04-23T21:30:52.959000 | 2021-04-28T13:13:39 | 2021-04-28T13:13:39 | 362,471,958 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ecommerce.quoide9.model;
import org.springframework.data.jpa.domain.support.AuditingEntityListener;
import javax.persistence.*;
import java.util.List;
@Entity
@EntityListeners(AuditingEntityListener.class)
public class PaymentMethod {
@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
... | UTF-8 | Java | 1,152 | java | PaymentMethod.java | Java | [] | null | [] | package com.ecommerce.quoide9.model;
import org.springframework.data.jpa.domain.support.AuditingEntityListener;
import javax.persistence.*;
import java.util.List;
@Entity
@EntityListeners(AuditingEntityListener.class)
public class PaymentMethod {
@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
... | 1,152 | 0.747396 | 0.746528 | 44 | 25.204546 | 27.205095 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.295455 | false | false | 9 |
706400998f04bf545a33541cc4de94d2df21011a | 24,129,126,307,541 | edbdd671d56fc32d7e49aa85100d4e5d59781678 | /src/cz/mg/compiler/tasks/mg/resolver/context/component/structured/ClassContext.java | 901c249e2b0d9e0de78a6fece7a44209559e0158 | [
"Unlicense"
] | permissive | Gekoncze/JMgCompiler | https://github.com/Gekoncze/JMgCompiler | 8e2388ce0e18f3b20e164fdd1d8b4e4e9e413363 | 49b72634cf06f0e97d753a77dd7bbc57fa3b3177 | refs/heads/main | 2023-01-18T19:26:15.654000 | 2020-11-21T17:23:32 | 2020-11-21T17:23:32 | 312,845,971 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cz.mg.compiler.tasks.mg.resolver.context.component.structured;
import cz.mg.annotations.requirement.Optional;
import cz.mg.annotations.storage.Link;
import cz.mg.language.entities.mg.runtime.components.MgComponent;
import cz.mg.language.entities.mg.runtime.components.types.classes.MgClass;
import cz.mg.compile... | UTF-8 | Java | 1,034 | java | ClassContext.java | Java | [] | null | [] | package cz.mg.compiler.tasks.mg.resolver.context.component.structured;
import cz.mg.annotations.requirement.Optional;
import cz.mg.annotations.storage.Link;
import cz.mg.language.entities.mg.runtime.components.MgComponent;
import cz.mg.language.entities.mg.runtime.components.types.classes.MgClass;
import cz.mg.compile... | 1,034 | 0.709865 | 0.709865 | 41 | 24.219513 | 22.555635 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.341463 | false | false | 9 |
9a6a65d388b8e0dca9a490a382c3f4e88c1b98f5 | 7,730,941,164,798 | f6e6856e63bbbd7743c9f5ba79330d9fcb947a63 | /src/main/java/dev/nokee/init/internal/commands/ConfigureNokeeVersionCommand.java | 007747bcf02e1cb7565f65d41d86daafe9afb978 | [] | no_license | nokeedev/init.nokee.dev | https://github.com/nokeedev/init.nokee.dev | b579960adbfff0ff4f2c3e7fb65bb2cdcadb9102 | a5d46608c9df3b65ce575d220061534898befa98 | refs/heads/main | 2023-06-04T12:24:41.103000 | 2021-06-24T16:48:58 | 2021-06-24T16:48:58 | 286,994,510 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package dev.nokee.init.internal.commands;
import dev.nokee.init.internal.versions.NokeeVersion;
import dev.nokee.init.internal.versions.NokeeVersionWriter;
import lombok.val;
import java.io.File;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.UncheckedIOException;
import java.util.Optiona... | UTF-8 | Java | 1,194 | java | ConfigureNokeeVersionCommand.java | Java | [] | null | [] | package dev.nokee.init.internal.commands;
import dev.nokee.init.internal.versions.NokeeVersion;
import dev.nokee.init.internal.versions.NokeeVersionWriter;
import lombok.val;
import java.io.File;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.UncheckedIOException;
import java.util.Optiona... | 1,194 | 0.783082 | 0.783082 | 35 | 33.114285 | 29.944492 | 125 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.571429 | false | false | 9 |
ade4b62e7cd7d4d0de3616fe1d49498f37a23ab2 | 24,739,011,664,884 | a97ab73bb5bb0f2d1e018b00311e1f979ee7287d | /src/DEA/Session2/StringMain.java | 5557b5cdafaa46362fbf3c69e9a26ee96e014248 | [] | no_license | trongtb88/hackerrank-solution | https://github.com/trongtb88/hackerrank-solution | 970f9c5c3169ca5325b32608d1c557251af128a7 | b93c8abfd80a523ff7c2b3253f5e2066ca577667 | refs/heads/master | 2023-07-26T07:54:04.415000 | 2021-09-11T03:21:18 | 2021-09-11T03:21:18 | 221,461,824 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package DEA.Session2;
public class StringMain {
public static void main(String [] args) {
String str = "Hello from VEF";
System.out.println(str.charAt(0));
System.out.println(str.substring(11));
System.out.println(str.substring(0, 5));
System.out.println(str.indexOf("VEF"... | UTF-8 | Java | 672 | java | StringMain.java | Java | [] | null | [] | package DEA.Session2;
public class StringMain {
public static void main(String [] args) {
String str = "Hello from VEF";
System.out.println(str.charAt(0));
System.out.println(str.substring(11));
System.out.println(str.substring(0, 5));
System.out.println(str.indexOf("VEF"... | 672 | 0.592262 | 0.571429 | 27 | 23.888889 | 19.97282 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.592593 | false | false | 9 |
8232a7a328a8be0d9a8560e057244420394b4446 | 644,245,130,129 | d9a6dcdc1bbbcb63c96d8a23dc41860ff6e5e31c | /datafari-core/src/main/java/com/francelabs/datafari/servlets/admin/QueryEvaluator.java | 34f9e3f260a3f0b3cb4f189313c9990596eda2d6 | [
"Apache-2.0",
"MIT",
"LicenseRef-scancode-free-unknown",
"LGPL-2.1-or-later",
"LGPL-2.0-or-later",
"OFL-1.1",
"LicenseRef-scancode-jdom",
"BSD-3-Clause",
"CDDL-1.0",
"PostgreSQL"
] | permissive | marlemion/datafari | https://github.com/marlemion/datafari | d0b8130f8dd841ed094b3354de6d59ada3f9f613 | 308ebb5b4f753fa5dc883d70fc196963733cd564 | refs/heads/master | 2021-01-25T13:18:30.102000 | 2018-03-05T09:51:39 | 2018-03-05T09:51:39 | 123,552,394 | 0 | 0 | Apache-2.0 | true | 2018-03-02T08:28:34 | 2018-03-02T08:28:34 | 2018-01-09T15:49:00 | 2018-02-27T20:11:10 | 1,372,370 | 0 | 0 | 0 | null | false | null | /*******************************************************************************
* Copyright 2015 France Labs
*
* 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... | UTF-8 | Java | 4,573 | java | QueryEvaluator.java | Java | [
{
"context": "********************************\n * Copyright 2015 France Labs\n *\n * Licensed under the Apache License, Ver",
"end": 105,
"score": 0.7964857816696167,
"start": 99,
"tag": "NAME",
"value": "France"
}
] | null | [] | /*******************************************************************************
* Copyright 2015 France Labs
*
* 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... | 4,573 | 0.719003 | 0.716379 | 124 | 35.879032 | 28.970116 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.080645 | false | false | 9 |
0c661433f17996f2bebd52984ed9f625b023fc07 | 12,799,002,592,552 | 7a07ff5300a59e64b75e11de6f3fc44446761b5a | /sjMessage/sjMessage-search/src/main/java/cn/com/sparknet/sjMessage/repository/QueryMessageReporitory.java | 028f00196696a3a477875e6e1f3042f5b8a4d080 | [] | no_license | jack-chuan/sjMessage | https://github.com/jack-chuan/sjMessage | 4623a136651add18d27139b2fda0ab793c40ab49 | 1fa444999cd45643121bf8810578e91935cf0a92 | refs/heads/master | 2022-06-23T02:57:34.324000 | 2019-09-24T08:48:51 | 2019-09-24T08:48:51 | 210,551,628 | 1 | 0 | null | false | 2022-06-17T02:33:41 | 2019-09-24T08:29:54 | 2020-03-12T15:22:32 | 2022-06-17T02:33:41 | 4,083 | 1 | 0 | 8 | Java | false | false | package cn.com.sparknet.sjMessage.repository;
import org.springframework.data.elasticsearch.repository.ElasticsearchRepository;
import cn.com.sparknet.sjMessage.domain.QueryMessage;
public interface QueryMessageReporitory extends ElasticsearchRepository<QueryMessage, String> {
}
| UTF-8 | Java | 284 | java | QueryMessageReporitory.java | Java | [] | null | [] | package cn.com.sparknet.sjMessage.repository;
import org.springframework.data.elasticsearch.repository.ElasticsearchRepository;
import cn.com.sparknet.sjMessage.domain.QueryMessage;
public interface QueryMessageReporitory extends ElasticsearchRepository<QueryMessage, String> {
}
| 284 | 0.859155 | 0.859155 | 9 | 30.555555 | 36.542549 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.444444 | false | false | 9 |
9b8d8e9cd49aec6be62d975c9e24b2be5cdd1f16 | 36,197,984,398,854 | 9b294c3bf262770e9bac252b018f4b6e9412e3ee | /camerazadas/source/apk/com.sonyericsson.android.camera/src-cfr-nocode/com/sonyericsson/cameracommon/contentsview/ContentsViewController.java | 07b853d33488acea27b5c96c1fc41e0c0b42dbfc | [] | no_license | h265/camera | https://github.com/h265/camera | 2c00f767002fd7dbb64ef4dc15ff667e493cd937 | 77b986a60f99c3909638a746c0ef62cca38e4235 | refs/heads/master | 2020-12-30T22:09:17.331000 | 2015-08-25T01:22:25 | 2015-08-25T01:22:25 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Decompiled with CFR 0_100.
*/
package com.sonyericsson.cameracommon.contentsview;
import android.app.Activity;
import android.net.Uri;
import android.view.View;
import android.view.animation.Animation;
import android.widget.RelativeLayout;
import com.sonyericsson.cameracommon.contentsview.ContentLoader;
import ... | UTF-8 | Java | 4,361 | java | ContentsViewController.java | Java | [] | null | [] | /*
* Decompiled with CFR 0_100.
*/
package com.sonyericsson.cameracommon.contentsview;
import android.app.Activity;
import android.net.Uri;
import android.view.View;
import android.view.animation.Animation;
import android.widget.RelativeLayout;
import com.sonyericsson.cameracommon.contentsview.ContentLoader;
import ... | 4,361 | 0.775052 | 0.765191 | 145 | 29.068966 | 28.227562 | 153 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.57931 | false | false | 9 |
8b1db0ac02ca548e34507c69a97f285d8dffaf72 | 6,768,868,497,746 | 731562a06dfd23b6bd789b789345e5bc59154f03 | /src/V20toolkit/model/v20Ability.java | 0564b426189abbef86fd37c11eaf70afc6cdb705 | [] | no_license | Scherben/V20toolkit | https://github.com/Scherben/V20toolkit | b456db91176136ebcec463bc2961d964f0bc45f1 | 2085e2b5f6dce37f75da2ce6ca48d5a0a002b0c5 | refs/heads/master | 2021-01-12T18:27:49.722000 | 2017-03-06T17:36:42 | 2017-03-06T17:36:42 | 71,384,118 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package V20toolkit.model;
import javafx.beans.property.SimpleStringProperty;
import java.util.ResourceBundle;
public class v20Ability extends v20Object{
public v20Ability(ResourceBundle i18n) {
this(
i18n.getString("v20_name_default"),
i18n.getString("v20_description_defa... | UTF-8 | Java | 517 | java | v20Ability.java | Java | [] | null | [] | package V20toolkit.model;
import javafx.beans.property.SimpleStringProperty;
import java.util.ResourceBundle;
public class v20Ability extends v20Object{
public v20Ability(ResourceBundle i18n) {
this(
i18n.getString("v20_name_default"),
i18n.getString("v20_description_defa... | 517 | 0.692456 | 0.653772 | 19 | 26.210526 | 24.005655 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.421053 | false | false | 9 |
7fd6b63c7076233631a82ea60b2658a2bb07fd25 | 34,505,767,293,305 | 65ea21dd51b7e84fcaa7d25be8359941705862e3 | /sudoku/Sudoku/src/ste/sudoku/etape6/version3/SudokuFactoryV3.java | 88cae9ec6d0db109b03695fb4bf37955b0aa0850 | [] | no_license | HexaHexage/ExerciceSTE | https://github.com/HexaHexage/ExerciceSTE | f5fb1e3efb6d6f09f5c260030b416f9cc810111b | 4c0cf82ebc531d63904e9afd1395c655aed7f332 | refs/heads/master | 2020-05-25T15:32:19.020000 | 2017-03-14T12:01:36 | 2017-03-14T12:01:36 | 84,943,512 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ste.sudoku.etape6.version3;
import ste.sudoku.etape6.cellules.Cell1_4;
import ste.sudoku.etape6.cellules.Zone1_4;
import ste.sudoku.etape6.fabrique.AbstractSudokuFactory;
import ste.sudoku.etape6.sudokuInterface.Ecran;
import ste.sudoku.etape6.sudokuInterface.Sudoku;
import ste.sudoku.etape6.sudokuInterface.Zo... | UTF-8 | Java | 1,918 | java | SudokuFactoryV3.java | Java | [] | null | [] | package ste.sudoku.etape6.version3;
import ste.sudoku.etape6.cellules.Cell1_4;
import ste.sudoku.etape6.cellules.Zone1_4;
import ste.sudoku.etape6.fabrique.AbstractSudokuFactory;
import ste.sudoku.etape6.sudokuInterface.Ecran;
import ste.sudoku.etape6.sudokuInterface.Sudoku;
import ste.sudoku.etape6.sudokuInterface.Zo... | 1,918 | 0.556309 | 0.520334 | 72 | 25.638889 | 19.435295 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.638889 | false | false | 9 |
2878aa6d4e06f8744f13a20a4c36f9fe213bf593 | 21,157,008,957,880 | 1d092b0687a21af99cd81b0cbeb4d4c0ae09be28 | /src/main/java/com/swpu/uchain/demo/entity/Shop.java | ba2a578155da4df0e5f65a415265b5cc0dd7ab4e | [] | no_license | SWPUIOTYG/SchoolShop | https://github.com/SWPUIOTYG/SchoolShop | 08b8f13c96dce1d573a2d9bf4a39e86706d614e8 | 611f758acf972dddca907e81f4590d3b74616d61 | refs/heads/master | 2020-07-21T20:59:00.603000 | 2019-11-03T05:30:51 | 2019-11-03T05:30:51 | 206,972,878 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.swpu.uchain.demo.entity;
import java.io.Serializable;
import java.util.Date;
public class Shop implements Serializable {
private Integer shopId;
private Integer ownerId;
private Integer areaId;
private Integer shopCategoryId;
private String shopName;
private String shopDesc;
... | UTF-8 | Java | 4,070 | java | Shop.java | Java | [] | null | [] | package com.swpu.uchain.demo.entity;
import java.io.Serializable;
import java.util.Date;
public class Shop implements Serializable {
private Integer shopId;
private Integer ownerId;
private Integer areaId;
private Integer shopCategoryId;
private String shopName;
private String shopDesc;
... | 4,070 | 0.61769 | 0.617445 | 173 | 22.531792 | 20.402182 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.473988 | false | false | 9 |
df49fa6114caf909590fb13a4e5179468df8e631 | 34,711,925,719,415 | f18412130662e9d25603eb77237c995c4e875621 | /src/App.java | 94a2973ae36efb6bd5dcb34aaf09555184edb6be | [] | no_license | RodrigoNOliveira/13-e-14-do-9-atividade-20 | https://github.com/RodrigoNOliveira/13-e-14-do-9-atividade-20 | 0bc0ef7f9d6b368bccc49727030ea068620b9523 | e9f0c505dd2190514e108779e6a178ff01f9e0e9 | refs/heads/master | 2023-08-25T03:45:01.736000 | 2021-10-31T21:02:12 | 2021-10-31T21:02:12 | 423,259,520 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import javax.swing.JOptionPane;
class App {
public static void main(String[] args) {
JOptionPane.showMessageDialog(null, "Digite um número desejado (1 a 12)\n e receba o mês correspondente",
"Meses do ano", JOptionPane.INFORMATION_MESSAGE);
String x = JOptionPane.showInputDialog(n... | UTF-8 | Java | 2,835 | java | App.java | Java | [] | null | [] | import javax.swing.JOptionPane;
class App {
public static void main(String[] args) {
JOptionPane.showMessageDialog(null, "Digite um número desejado (1 a 12)\n e receba o mês correspondente",
"Meses do ano", JOptionPane.INFORMATION_MESSAGE);
String x = JOptionPane.showInputDialog(n... | 2,835 | 0.566004 | 0.559617 | 56 | 49.339287 | 36.425697 | 116 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.107143 | false | false | 9 |
ce3f4bd09140ef8cbab7e485eeaca9c4de5cc90a | 34,016,141,030,590 | 85173ee61a7c273121f2b0de07137ad2a87e1814 | /backend/src/main/java/pl/polsl/mushrooms/application/services/MushroomClassService.java | c8ddb051c1adfe38c448f4d37806c5254bb07a82 | [] | no_license | pablito1410/mushrooms | https://github.com/pablito1410/mushrooms | d55fb9735355914f3baa078f6da071906f49dac8 | 676328dfcf57c48d79e6f9fb86f9eab459970c83 | refs/heads/master | 2020-05-23T12:07:39.608000 | 2017-09-29T13:28:49 | 2017-09-29T13:28:49 | 84,765,250 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package pl.polsl.mushrooms.application.services;
import pl.polsl.mushrooms.application.commands.mushroom.clazz.CreateMushroomClassCommand;
import pl.polsl.mushrooms.application.commands.mushroom.clazz.DeleteMushroomClassCommand;
import pl.polsl.mushrooms.application.commands.mushroom.clazz.UpdateMushroomClassCommand;
... | UTF-8 | Java | 904 | java | MushroomClassService.java | Java | [] | null | [] | package pl.polsl.mushrooms.application.services;
import pl.polsl.mushrooms.application.commands.mushroom.clazz.CreateMushroomClassCommand;
import pl.polsl.mushrooms.application.commands.mushroom.clazz.DeleteMushroomClassCommand;
import pl.polsl.mushrooms.application.commands.mushroom.clazz.UpdateMushroomClassCommand;
... | 904 | 0.748894 | 0.748894 | 30 | 29.133333 | 28.239138 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.266667 | false | false | 9 |
69c7144f1f83123b01f2abbaf0c393706f66d4b7 | 34,016,141,028,751 | adb69cddf7069dd5e653ef6d412876fce42cde5a | /src/main/java/fr/adaming/rest/BienImmobilierALouerRestController.java | 2f8c3c162de052b8cbbd19e3c7680d331e8a9671 | [] | no_license | Bellile/AppSystemeAgence | https://github.com/Bellile/AppSystemeAgence | eb3d016b88e46b2b8e394b8bb95725dafa3c234c | 6a4378468d46b29f7d1914f6f55c245f0b161c94 | refs/heads/master | 2020-03-28T01:18:33.623000 | 2018-09-12T14:16:45 | 2018-09-12T14:16:45 | 147,495,164 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package fr.adaming.rest;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestMapping;
import org.spri... | UTF-8 | Java | 2,829 | java | BienImmobilierALouerRestController.java | Java | [] | null | [] | package fr.adaming.rest;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestMapping;
import org.spri... | 2,829 | 0.767409 | 0.767409 | 72 | 37.291668 | 36.326237 | 126 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.458333 | false | false | 9 |
bd5a205a38a977c77dd324fcbad25597eb056bed | 30,992,484,069,871 | ddec9165bbbf9d02817cf8377c9942f1a3ab6f6b | /LihtneLoendaja.java | 493c3e056ce1737130bfcf70f2b0ee9b5ff3b26d | [] | no_license | LompTeam/Test | https://github.com/LompTeam/Test | b2a505417417adaf32b2f850505982a4745592f4 | 21fdcfdd4b0e77788a43305858d846a628c0802d | refs/heads/master | 2021-01-09T05:55:17.202000 | 2017-02-03T14:37:28 | 2017-02-03T14:37:28 | 80,836,681 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public class LihtneLoendaja implements Loendaja{
int kogus=0;
public void loenda(){
kogus++;
}
public int kogus(){
return kogus;
}
}
| UTF-8 | Java | 160 | java | LihtneLoendaja.java | Java | [] | null | [] | public class LihtneLoendaja implements Loendaja{
int kogus=0;
public void loenda(){
kogus++;
}
public int kogus(){
return kogus;
}
}
| 160 | 0.6125 | 0.60625 | 9 | 15.777778 | 13.668925 | 48 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 9 |
95b19ea72ad23b866c326d7f4e5f0c2ca7c3ea20 | 37,151,467,131,313 | b190b9cfdc5a1cbc383f8e127eaa231623269f0a | /rabbit-sender/src/main/java/com/rabbit/sender/services/impl/SenderServiceImpl.java | 22502a5b8d821440d2a47141b0b63460faddfa5b | [] | no_license | cbezmen/spring-rabbitmq | https://github.com/cbezmen/spring-rabbitmq | 3bb1f3886d13ee272e12b5dded158ab03806e5a3 | 4a57f3d6efdc0a3093788462e66caf9e8ef82099 | refs/heads/master | 2023-04-16T08:28:14.511000 | 2021-04-28T14:49:15 | 2021-04-28T14:49:15 | 104,852,362 | 3 | 1 | null | false | 2017-10-02T10:27:46 | 2017-09-26T07:40:50 | 2017-09-27T07:41:42 | 2017-10-02T10:27:46 | 9 | 1 | 1 | 0 | Java | null | null | package com.rabbit.sender.services.impl;
import com.rabbit.sender.models.Car;
import lombok.extern.slf4j.Slf4j;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.cloud.stream.function.StreamBridge;
import org.springframework.scheduling.annotation.Scheduled;
import org.springfram... | UTF-8 | Java | 844 | java | SenderServiceImpl.java | Java | [
{
"context": "l.concurrent.atomic.AtomicInteger;\n\n/**\n * @author cbezmen\n */\n@Service\n@Slf4j\npublic class SenderServiceImp",
"end": 420,
"score": 0.999609649181366,
"start": 413,
"tag": "USERNAME",
"value": "cbezmen"
}
] | null | [] | package com.rabbit.sender.services.impl;
import com.rabbit.sender.models.Car;
import lombok.extern.slf4j.Slf4j;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.cloud.stream.function.StreamBridge;
import org.springframework.scheduling.annotation.Scheduled;
import org.springfram... | 844 | 0.727488 | 0.71564 | 33 | 24.515152 | 21.841192 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.545455 | false | false | 9 |
7a7da3021d30920d18922cd633c40ac164a1bd3c | 3,289,945,016,032 | bedfb2e68b2841f9bfa2fa37c7a26747ad323593 | /src/wtb/core/data/ErrorStatMapper.java | e4c7b906f3246b050d7764095afcb5255a179d5e | [] | no_license | SkyBadBoy/JiaNian | https://github.com/SkyBadBoy/JiaNian | 19d112b9fb7e7e2fb8a546dbdd813c52cfbb1ead | 031242ccae6d8274a51653f3f6e9d81e41a44a8e | refs/heads/master | 2021-08-16T17:37:03.473000 | 2017-11-20T05:57:57 | 2017-11-20T05:57:57 | 108,823,123 | 0 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package wtb.core.data;
import java.util.List;
import java.util.Map;
import wtb.core.model.ErrorStat;
public interface ErrorStatMapper {
public int addErrorStat(ErrorStat ErrorStat);
public int deleteErrorStat(Map<String , Object> map);
public int updateErrorStat(ErrorStat ErrorStat);
public int updateErrorStat... | UTF-8 | Java | 353 | java | ErrorStatMapper.java | Java | [] | null | [] | package wtb.core.data;
import java.util.List;
import java.util.Map;
import wtb.core.model.ErrorStat;
public interface ErrorStatMapper {
public int addErrorStat(ErrorStat ErrorStat);
public int deleteErrorStat(Map<String , Object> map);
public int updateErrorStat(ErrorStat ErrorStat);
public int updateErrorStat... | 353 | 0.796034 | 0.796034 | 15 | 22.533333 | 20.710276 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 9 |
590a16dc7904587efcd6c1e08358b055498c2f0e | 12,532,714,571,452 | 583a27f1318def73283dd1829323a2405dd0a99c | /gyrecyclerview/src/main/java/com/gan/gyrecyclerview/inter/IbaseAdapterHelper.java | 4ecb17eef1bac0b43a29bf75df801147ed44adb3 | [] | no_license | 971638267/RetrofitAndRxjava2forRecyclerview | https://github.com/971638267/RetrofitAndRxjava2forRecyclerview | 0b8307794eefd33e03dfa705c493dd55f528af40 | 31b78dea42d58d67bbdf491372ae19d769919929 | refs/heads/master | 2020-03-12T20:48:11.925000 | 2018-10-10T07:42:41 | 2018-10-10T07:42:41 | 130,814,003 | 1 | 0 | null | false | 2018-04-27T05:15:38 | 2018-04-24T07:27:10 | 2018-04-26T08:09:44 | 2018-04-27T05:15:37 | 2,460 | 0 | 0 | 0 | Java | false | null | package com.gan.gyrecyclerview.inter;
import android.support.v7.widget.RecyclerView;
import android.view.View;
import com.gan.gyrecyclerview.BaseRecyclerViewAdapter;
import java.util.List;
/**
* 文件描述
* 创建人:ganyf
* 创建时间:2018/7/30
*/
public interface IbaseAdapterHelper<T> {
List<T> getData();
void setOnI... | UTF-8 | Java | 624 | java | IbaseAdapterHelper.java | Java | [
{
"context": "pter;\n\nimport java.util.List;\n\n/**\n * 文件描述\n * 创建人:ganyf\n * 创建时间:2018/7/30\n */\npublic interface IbaseAdapt",
"end": 217,
"score": 0.9997146725654602,
"start": 212,
"tag": "USERNAME",
"value": "ganyf"
}
] | null | [] | package com.gan.gyrecyclerview.inter;
import android.support.v7.widget.RecyclerView;
import android.view.View;
import com.gan.gyrecyclerview.BaseRecyclerViewAdapter;
import java.util.List;
/**
* 文件描述
* 创建人:ganyf
* 创建时间:2018/7/30
*/
public interface IbaseAdapterHelper<T> {
List<T> getData();
void setOnI... | 624 | 0.755853 | 0.742475 | 25 | 22.92 | 26.970978 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.52 | false | false | 9 |
954e9900f556833fcef157ef55a694b6d4086874 | 14,843,407,010,896 | 0d6ede39b298815bbbc18587285cdc96d69b9c32 | /src/edu/nyu/liangfang/leetcode/searchForARange.java | d49ae823be5334edc222b70119fc810f7807739d | [] | no_license | liangfang011/CodingExercise | https://github.com/liangfang011/CodingExercise | d2347ceb3b003b475782ab0ce67d4938aaec6e78 | 82f6a4cc6a673365ec753427e8b027c850fd8fbc | refs/heads/master | 2021-01-21T05:01:05.708000 | 2016-04-06T21:34:15 | 2016-04-06T21:34:15 | 17,072,241 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package edu.nyu.liangfang.leetcode;
public class searchForARange {
// O(lgn) method - just found left and right boundary
public int[] searchRange_boundary(int[] nums, int target) {
int[] res = {-1, -1};
if (nums.length == 0) return res;
int low = 0, high = nums.length - 1;
whil... | UTF-8 | Java | 3,745 | java | searchForARange.java | Java | [] | null | [] | package edu.nyu.liangfang.leetcode;
public class searchForARange {
// O(lgn) method - just found left and right boundary
public int[] searchRange_boundary(int[] nums, int target) {
int[] res = {-1, -1};
if (nums.length == 0) return res;
int low = 0, high = nums.length - 1;
whil... | 3,745 | 0.390654 | 0.375167 | 136 | 26.536764 | 19.738701 | 116 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.654412 | false | false | 9 |
9e38be7c587b127cc6f647eb65a3f90286504c1a | 23,630,910,093,914 | a15d3a2fe49e6fa6ed53f5933e178eb9eb773a56 | /src/main/java/com/wsh/asset/comms/AssetReceiveParams.java | 0d96d7a0c4f47381117c06cf323d6ce894a4810d | [] | no_license | future-chen01/asset | https://github.com/future-chen01/asset | 6bc764f3e44abcf3579e17f30e61cfc19d4be114 | 129318fc97f01571bb7fea989a94408b8a3e4e89 | refs/heads/master | 2020-04-11T22:20:33.921000 | 2018-12-06T09:41:48 | 2018-12-06T09:41:48 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.wsh.asset.comms;
import com.fasterxml.jackson.annotation.JsonFormat;
import lombok.Getter;
import lombok.Setter;
import lombok.ToString;
import org.springframework.format.annotation.DateTimeFormat;
import java.util.Date;
@Getter
@Setter
@ToString
public class AssetReceiveParams extends Param... | UTF-8 | Java | 1,071 | java | AssetReceiveParams.java | Java | [] | null | [] | package com.wsh.asset.comms;
import com.fasterxml.jackson.annotation.JsonFormat;
import lombok.Getter;
import lombok.Setter;
import lombok.ToString;
import org.springframework.format.annotation.DateTimeFormat;
import java.util.Date;
@Getter
@Setter
@ToString
public class AssetReceiveParams extends Param... | 1,071 | 0.682329 | 0.681307 | 40 | 22.475 | 17.230768 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.45 | false | false | 9 |
157e5d7251645021b452b2cef6056dead9a0d013 | 6,743,098,687,854 | ef1b72abf5554c94661c495a0bf0a6aded89e37c | /src/net/minecraft/src/cla.java | 20c0a65a6219aa34aab5f32a8902ef3b920ec547 | [] | no_license | JimmyZJX/MC1.8_source | https://github.com/JimmyZJX/MC1.8_source | ad459b12d0d01db28942b9af87c86393011fd626 | 25f56c7884a320cbf183b23010cccecb5689d707 | refs/heads/master | 2016-09-10T04:26:40.951000 | 2014-11-29T06:22:02 | 2014-11-29T06:22:02 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package net.minecraft.src;
/* 1: */ public class cla
/* 2: */ {
/* 3: */ protected final ckn a;
/* 4: */ protected final World b;
/* 5: */ protected int c;
/* 6: */ protected int d;
/* 7: */ protected int e;
/* 8: */ public cop[] f;
/* 9: */
/* 10: ... | UTF-8 | Java | 5,624 | java | cla.java | Java | [] | null | [] | package net.minecraft.src;
/* 1: */ public class cla
/* 2: */ {
/* 3: */ protected final ckn a;
/* 4: */ protected final World b;
/* 5: */ protected int c;
/* 6: */ protected int d;
/* 7: */ protected int e;
/* 8: */ public cop[] f;
/* 9: */
/* 10: ... | 5,624 | 0.392781 | 0.282895 | 152 | 35.039474 | 20.544521 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.730263 | false | false | 9 |
a25cd81f9cb7997d7309172319a289b52c443a7a | 29,429,115,948,233 | 3f6965b5bbcebd048f79067d6717e73ab3dbd3a2 | /customer/src/main/java/com/tpt/budgetbucket/customer/server/service/CustomerServiceImpl.java | 56a703234905c607e1218149160a182b07f35398 | [] | no_license | Tripti87/SpringBoot-Maven-Exp | https://github.com/Tripti87/SpringBoot-Maven-Exp | 992c1e0edc4a31cba7e697fca7eaae017a00b712 | 87356c49c97bae76d25e0dd35f820b5a7eea31c5 | refs/heads/master | 2020-03-22T02:18:18.689000 | 2018-07-18T12:34:05 | 2018-07-18T12:34:05 | 139,362,511 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.tpt.budgetbucket.customer.server.service;
import java.util.ArrayList;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.tpt.budgetbucket.customer.server.Repository.CustomerRepo;
import com.tpt.budgetbucket.custo... | UTF-8 | Java | 1,642 | java | CustomerServiceImpl.java | Java | [
{
"context": "ustomer.server.domain.Customer;\n\n/**\n * Created by gupta on 23.06.2018.\n */\n\n@Service\npublic class Custome",
"end": 507,
"score": 0.9996739625930786,
"start": 502,
"tag": "USERNAME",
"value": "gupta"
},
{
"context": "omer.setCustomerId(\"1\");\n\t\tcustomer.setFi... | null | [] | package com.tpt.budgetbucket.customer.server.service;
import java.util.ArrayList;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.tpt.budgetbucket.customer.server.Repository.CustomerRepo;
import com.tpt.budgetbucket.custo... | 1,634 | 0.760658 | 0.752741 | 66 | 23.878788 | 21.730104 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.439394 | false | false | 9 |
d0b9c97dff9c50ccc28217a6419bcc7e3144dec6 | 17,858,474,058,270 | 46b96ed34c481bf21cee1b89f5c1ba2d46ea9632 | /src/main/java/com/leetcode/LongestPalindrome.java | 95302e1f5d0a829b5c74ec08571b7f61a8cc9c80 | [] | no_license | linkToHeart/LearningCode | https://github.com/linkToHeart/LearningCode | 1c6cbd3ae02b2e96b3fb8d66462f8dd00b260a4e | cbcf1a3feef397071e3098799eb73c9d33d5b5f0 | refs/heads/master | 2018-11-19T20:50:35.827000 | 2018-09-03T14:57:27 | 2018-09-03T14:57:27 | 119,248,376 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.leetcode;
import java.util.ArrayList;
import java.util.List;
/**
* 5. Longest Palindromic Substring
* 思路:两个指针,第一个指针指向第j个,第二个指针指向第j+1个,判断第j+1个字符是否等于第i个字符,
* 不管相不相等都要先存在List<Character>里面,但是如果遍历到相等的字符,则需要更新length长度和findEqual
* 是否有【相等字符标志位】,如果检查【相等字符标志位】是true,并且长度超过之前的存的长度,则更新长度temp和字符refult
*/
publi... | UTF-8 | Java | 1,713 | java | LongestPalindrome.java | Java | [] | null | [] | package com.leetcode;
import java.util.ArrayList;
import java.util.List;
/**
* 5. Longest Palindromic Substring
* 思路:两个指针,第一个指针指向第j个,第二个指针指向第j+1个,判断第j+1个字符是否等于第i个字符,
* 不管相不相等都要先存在List<Character>里面,但是如果遍历到相等的字符,则需要更新length长度和findEqual
* 是否有【相等字符标志位】,如果检查【相等字符标志位】是true,并且长度超过之前的存的长度,则更新长度temp和字符refult
*/
publi... | 1,713 | 0.522992 | 0.515443 | 48 | 29.354166 | 19.628305 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.520833 | false | false | 9 |
b4943de67dc783aa9af4bcf5fb36ebcaa85c08f4 | 21,526,376,147,216 | b4f1b2b57d7a9027e7f71c9264638de9c10ec57e | /app/src/main/java/com/praxello/tailorsmart/adapter/WishlistFabricAdapter.java | cab76365868bb216443206a750f851c6124a0cd5 | [] | no_license | rockstarsantosh1994/TailorSmart | https://github.com/rockstarsantosh1994/TailorSmart | 48b276d77a2b2297d34eeddcf194e7d7f170c7d7 | 605d44c5dcc2fa13693454b1c6788b1314d68f29 | refs/heads/master | 2023-03-08T19:37:30.944000 | 2021-02-22T06:46:47 | 2021-02-22T06:46:47 | 290,277,398 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.praxello.tailorsmart.adapter;
import android.content.Context;
import android.content.Intent;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import android.widget.TextView;
import androidx.appcompat.widget.AppCompatCheckBox;
imp... | UTF-8 | Java | 5,037 | java | WishlistFabricAdapter.java | Java | [
{
"context": "LE);\n GlideApp.with(mContext).load(\"http://103.127.146.25/~tailors/Tailorsmart/mobileimages/fabric/\"\n ",
"end": 2742,
"score": 0.9857664704322815,
"start": 2728,
"tag": "IP_ADDRESS",
"value": "103.127.146.25"
},
{
"context": " .putExtra(\"u... | null | [] | package com.praxello.tailorsmart.adapter;
import android.content.Context;
import android.content.Intent;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import android.widget.TextView;
import androidx.appcompat.widget.AppCompatCheckBox;
imp... | 5,033 | 0.678777 | 0.673615 | 123 | 39.959351 | 31.101826 | 135 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 13 |
d131a1dd15c9e2dbf1f61632e36e4e78e1857114 | 26,010,322,006,418 | 26e933a2bff20cc628ef4f88a9e5c11b8d272e2e | /src/main/groovy/org/ajoberstar/gradle/git/tasks/GitTag.java | 39fd52ed8d1ee5438bd5e061aa0581ab22930a0e | [
"Apache-2.0"
] | permissive | aadamovich/gradle-git | https://github.com/aadamovich/gradle-git | 2b5ab2e7064b20b7e81c5fab7a853b75f9d54381 | 24da0986f1ca6a297f32b6f5055eeb1f4d87850d | refs/heads/master | 2021-01-17T20:05:02.902000 | 2013-09-29T17:14:24 | 2013-09-29T17:14:24 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright 2012-2013 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ap... | UTF-8 | Java | 4,528 | java | GitTag.java | Java | [] | null | [] | /*
* Copyright 2012-2013 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ap... | 4,528 | 0.694125 | 0.690813 | 182 | 23.879122 | 20.628761 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.285714 | false | false | 13 |
57034e1b71dfe1f71858f95f2db00a13af1d292e | 9,792,525,436,729 | 42bd9c612248f342c4a3dbdba1c3416e3f7aa290 | /src/main/java/com/file/meger/MergeRunnable.java | 10b0e5c6a8a07779f6ffdfbb6db8951a0f30646c | [] | no_license | yujimoyouran/filehandler | https://github.com/yujimoyouran/filehandler | 0bf06b8cc4d0bf632801f7326d2145cee9bb83dd | aed641bbbb0ca122d7dddd4f572c0c746f535b03 | refs/heads/master | 2016-09-13T10:13:22.531000 | 2016-05-05T15:42:53 | 2016-05-05T15:42:53 | 58,141,659 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.file.meger;
import java.io.File;
import java.io.FileInputStream;
import java.io.IOException;
import java.io.RandomAccessFile;
public class MergeRunnable implements Runnable {
long startPos;
String mergeFileName;
File partFile;
public MergeRunnable(long startPos, String mergeFileName, File partFile)... | UTF-8 | Java | 778 | java | MergeRunnable.java | Java | [] | null | [] | package com.file.meger;
import java.io.File;
import java.io.FileInputStream;
import java.io.IOException;
import java.io.RandomAccessFile;
public class MergeRunnable implements Runnable {
long startPos;
String mergeFileName;
File partFile;
public MergeRunnable(long startPos, String mergeFileName, File partFile)... | 778 | 0.715938 | 0.715938 | 34 | 21.882353 | 17.510946 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.117647 | false | false | 13 |
a68bf6ce5cd3053da7442b6700cf50797bf176df | 20,641,612,852,090 | 5b7b7ac935757f9ba4f4207decfce2c969c7721d | /Polestar/src/main/java/com/polestar/reports/ExtentReport.java | df0fdbae15953d8b1770be4b3a65a8584d694ba5 | [] | no_license | AbhijitBiradar/Polestar | https://github.com/AbhijitBiradar/Polestar | 163998d90c3419df77916b0be81d3ff2b2ed34e0 | 8ec2173be49d19213dff23ab99dd4d0ab3bb1bf3 | refs/heads/master | 2022-11-22T18:26:14.643000 | 2020-07-19T08:29:25 | 2020-07-19T08:29:25 | 254,250,250 | 0 | 0 | null | false | 2022-11-16T00:46:28 | 2020-04-09T02:20:28 | 2020-07-19T08:29:49 | 2022-11-16T00:46:26 | 132 | 0 | 0 | 7 | Java | false | false | /**
*
*/
package com.polestar.reports;
/**
* @author Sony
*
*/
public class ExtentReport {
}
| UTF-8 | Java | 101 | java | ExtentReport.java | Java | [
{
"context": "\n */\npackage com.polestar.reports;\n\n/**\n * @author Sony\n *\n */\npublic class ExtentReport {\n\n}\n",
"end": 62,
"score": 0.9972817897796631,
"start": 58,
"tag": "NAME",
"value": "Sony"
}
] | null | [] | /**
*
*/
package com.polestar.reports;
/**
* @author Sony
*
*/
public class ExtentReport {
}
| 101 | 0.574257 | 0.574257 | 12 | 7.416667 | 9.936954 | 29 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.083333 | false | false | 13 |
886afb1a65f1a6d1b70a394181a76910096a207e | 10,522,669,930,965 | 47ffbd5fca242bdb50e9c31bd618fe50fbdf8d2a | /src/main/java/com/tiy/ToDoTrackerController.java | b2e3662d2bbf7eaf260152d74dccc7af8ae2a64a | [] | no_license | TheAngelSilver/ToDoSpring | https://github.com/TheAngelSilver/ToDoSpring | a348c356a31846579186fd934997ccc1959d490d | 023f01059fc77464c17f4d5fe7790e14d8c4b885 | refs/heads/master | 2016-09-12T14:21:57.082000 | 2016-05-19T12:37:58 | 2016-05-19T12:37:58 | 59,122,092 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.tiy;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
import java.util.ArrayList... | UTF-8 | Java | 2,402 | java | ToDoTrackerController.java | Java | [
{
"context": "rayList;\nimport java.util.List;\n\n/**\n * Created by Silve on 5/17/2016.\n */\n@Controller\npublic class ToDoTr",
"end": 369,
"score": 0.9930053949356079,
"start": 364,
"tag": "NAME",
"value": "Silve"
}
] | null | [] | package com.tiy;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
import java.util.ArrayList... | 2,402 | 0.646961 | 0.644047 | 75 | 31.026667 | 24.152832 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.626667 | false | false | 13 |
76ac7e303b53e12fd442e96e6cbf84f36db0e652 | 28,673,201,706,598 | 9f8342008d77213a6b35a5b2882aa850b9b2881a | /src/main/java/ServerModel.java | a8d04be612cbefcb511414afdbdddb6c513d3614 | [] | no_license | minoo-farsiabi/SecondProject | https://github.com/minoo-farsiabi/SecondProject | 1df2eb8d3abec4240aee60a91f62116f3860c4d4 | 2a56d4ba94cdb3bb0de5c879b477e1318f2e906a | refs/heads/master | 2021-01-17T22:12:09.566000 | 2016-06-01T06:03:55 | 2016-06-01T06:03:55 | 59,941,700 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.RandomAccessFile;
import java.util.List;
/**
* Created by m.farsiabi on 5/28/2016.
*/
public class ServerModel {
private int clientPort;
private List<Deposit> deposits;
private String outLog;
public ServerModel(int clie... | UTF-8 | Java | 1,317 | java | ServerModel.java | Java | [
{
"context": "essFile;\nimport java.util.List;\n\n/**\n * Created by m.farsiabi on 5/28/2016.\n */\npublic class ServerModel {\n ",
"end": 151,
"score": 0.9884796142578125,
"start": 141,
"tag": "USERNAME",
"value": "m.farsiabi"
}
] | null | [] | import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.RandomAccessFile;
import java.util.List;
/**
* Created by m.farsiabi on 5/28/2016.
*/
public class ServerModel {
private int clientPort;
private List<Deposit> deposits;
private String outLog;
public ServerModel(int clie... | 1,317 | 0.602126 | 0.596811 | 51 | 24.82353 | 20.867186 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.470588 | false | false | 13 |
f2d8e8970d5542d02a1eb31df8d88c340440a4ad | 30,975,304,205,334 | ca6e3580e2fcf552d0e2835a7b451695d527c0e0 | /kodilla-rps/src/main/java/com/kodilla/rps/ConfigurationRPSSL.java | b53def703915a2f19fd20a175c8ab3bd75a3f0d9 | [] | no_license | RafalWKot/Rafal-Kot-kodilla-java | https://github.com/RafalWKot/Rafal-Kot-kodilla-java | c3e8e0077b62cbf568e464abff2e1184483f825e | 9caba89ef4788800ce9d0fb938106ff1b669fb37 | refs/heads/master | 2020-03-14T05:41:45.155000 | 2018-10-02T20:15:23 | 2018-10-02T20:15:23 | 131,469,680 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.kodilla.rps;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
public class ConfigurationRPSSL implements Configuration {
@Override
public List<Move> getPossibleMoves() {
List<Move> possibleMoves = new ArrayList<>();
possibleMoves.add(new Move("Kamień", Ar... | UTF-8 | Java | 2,347 | java | ConfigurationRPSSL.java | Java | [
{
"context": "aż go owija, \\n\" +\n \"kamień zgniata jaszczurkę, \\n\" +\n \"jaszczurka truje Spocka,",
"end": 1836,
"score": 0.8549525737762451,
"start": 1827,
"tag": "NAME",
"value": "jaszczurk"
},
{
"context": "kamień zgniata jaszczurkę, \\n\" +\n ... | null | [] | package com.kodilla.rps;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
public class ConfigurationRPSSL implements Configuration {
@Override
public List<Move> getPossibleMoves() {
List<Move> possibleMoves = new ArrayList<>();
possibleMoves.add(new Move("Kamień", Ar... | 2,347 | 0.612031 | 0.612031 | 45 | 49.977779 | 38.460651 | 142 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.155556 | false | false | 13 |
2ab0f1a2590820a8ef58b13454bf01fdfdb7188f | 11,708,080,868,214 | c58777d539d15251f675b979cce834280349e458 | /src/com/steazzalini/clangformatter/style/DefaultStyleSheetGenerator.java | 96fbfee445414e96f0d7a80bbc7073980a962160 | [
"Apache-2.0"
] | permissive | steazzalini/clang-formatter | https://github.com/steazzalini/clang-formatter | e7482e60e4d9e17a429886352f6618e797e71816 | 0a5bfba6daf189aa2be9c1c333c70fade283e637 | HEAD | 2016-08-05T23:27:15.339000 | 2015-01-25T14:31:18 | 2015-01-25T14:31:18 | 29,336,942 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* clang-formatter
*
* Copyright (C) 2015 Stefano Azzalini <steazzalini>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless... | UTF-8 | Java | 1,777 | java | DefaultStyleSheetGenerator.java | Java | [
{
"context": "/*\n * clang-formatter\n *\n * Copyright (C) 2015 Stefano Azzalini <steazzalini>\n *\n * Licensed under the Apache Lic",
"end": 63,
"score": 0.9998629689216614,
"start": 47,
"tag": "NAME",
"value": "Stefano Azzalini"
},
{
"context": "matter\n *\n * Copyright (C) 2015 St... | null | [] | /*
* clang-formatter
*
* Copyright (C) 2015 <NAME> <steazzalini>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required ... | 1,767 | 0.688801 | 0.684299 | 59 | 29.118645 | 26.619787 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.40678 | false | false | 13 |
5420d81351a85f822c68a6bb6a248ee85b82368b | 16,733,192,587,949 | 02fa0be0686dc633c342c48e2ff1ed0467a77eac | /src/test/java/com/itextpdf/tool/xml/examples/css/page_break/after/div/After_div01.java | bac9d8cb76a368ba03fddb90756ee502b43e03da | [] | no_license | sureone/xmlworker | https://github.com/sureone/xmlworker | 9ad045d81a625a19a379565527aa79ea3a403095 | f04c2ff6a3628bdd550d57493e767867d862fb5c | refs/heads/master | 2021-01-21T08:58:07.147000 | 2015-02-12T09:50:19 | 2015-02-12T09:50:19 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.itextpdf.tool.xml.examples.css.page_break.after.div;
import com.itextpdf.tool.xml.examples.SampleTest;
public class After_div01 extends SampleTest {
protected String getTestName() {
return "after_div01";
}
}
| UTF-8 | Java | 248 | java | After_div01.java | Java | [] | null | [] | package com.itextpdf.tool.xml.examples.css.page_break.after.div;
import com.itextpdf.tool.xml.examples.SampleTest;
public class After_div01 extends SampleTest {
protected String getTestName() {
return "after_div01";
}
}
| 248 | 0.705645 | 0.689516 | 9 | 25.555555 | 23.252771 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 13 |
ac582c2369b1c31a204a2bb9055cdbc4c0ee7bf5 | 17,867,063,968,734 | 883bbebd546b3f92be3f886e64f9e0e573e4a495 | /src/com/nonfamous/tang/web/admin/AdminPayAction.java | 15d7083a5e4028387ee236bb5960154c7b3a535d | [] | no_license | fred521/5iyaya | https://github.com/fred521/5iyaya | 0c73c6e0c51014b7c64b91243adfa619c8fb1f33 | bcce17f88dc1bbef763d902c239838fdf2c9826e | refs/heads/master | 2021-01-17T08:28:27.631000 | 2014-12-14T21:09:28 | 2014-12-14T21:09:28 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.nonfamous.tang.web.admin;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.springframework.web.servlet.ModelAndView;
import org.springframework.web.servlet.mvc.multiaction.MultiActionController;
import com.nonfamous.commom.form.DefaultFormFactory;
im... | GB18030 | Java | 3,659 | java | AdminPayAction.java | Java | [
{
"context": "nts;\n\n/**\n * <p>\n * 后台支付管理\n * </p>\n * \n * @author:daodao\n * @version $Id: AdminPayAction.java,v 1.1 2008/0",
"end": 821,
"score": 0.9984647631645203,
"start": 815,
"tag": "USERNAME",
"value": "daodao"
}
] | null | [] | package com.nonfamous.tang.web.admin;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.springframework.web.servlet.ModelAndView;
import org.springframework.web.servlet.mvc.multiaction.MultiActionController;
import com.nonfamous.commom.form.DefaultFormFactory;
im... | 3,659 | 0.752574 | 0.747843 | 120 | 28.941668 | 23.968485 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.675 | false | false | 13 |
1c6c115c15ca1278f2c6a0f93810b92e1d3291b0 | 31,413,390,803,792 | 19e980cadeb5bb147d5ae4f1616668437b7aaff1 | /LAUSTooPrj/LAUSWeb/Source/gov/dol/bls/dfsms/laus/lausone/datainput/frontend/struts/UploadFileForm.java | 52011bb3eb9c79a959cdca7348fe64e1fcec7348 | [] | no_license | vjjy001/LausToo | https://github.com/vjjy001/LausToo | 7e5952189145fa286e3e44780f37cbf8478ab6a7 | 1bf42dc28534c9c633ffb29c6c22c21a194e0cac | refs/heads/master | 2016-09-06T12:53:50.751000 | 2015-03-06T19:55:13 | 2015-03-06T19:55:13 | 31,785,418 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package gov.dol.bls.dfsms.laus.lausone.datainput.frontend.struts;
import javax.servlet.http.HttpServletRequest;
import org.apache.struts.action.ActionErrors;
import org.apache.struts.action.ActionForm;
import org.apache.struts.action.ActionMapping;
import org.apache.struts.action.ActionMessage;
import org.apa... | UTF-8 | Java | 6,517 | java | UploadFileForm.java | Java | [
{
"context": "dFileForm.java Created on: Oct 7, 2011\r\n * @author beshir_a DOL/BLS Copyright notice\r\n * @version : $Id$ <br>",
"end": 705,
"score": 0.8737386465072632,
"start": 697,
"tag": "NAME",
"value": "beshir_a"
}
] | null | [] | package gov.dol.bls.dfsms.laus.lausone.datainput.frontend.struts;
import javax.servlet.http.HttpServletRequest;
import org.apache.struts.action.ActionErrors;
import org.apache.struts.action.ActionForm;
import org.apache.struts.action.ActionMapping;
import org.apache.struts.action.ActionMessage;
import org.apa... | 6,517 | 0.631579 | 0.630045 | 292 | 20.325342 | 26.040937 | 213 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.414384 | false | false | 13 |
95aa601c0e2884f212cf05b5aaa0323c818173f3 | 32,676,111,189,805 | e5d546a9574c9043cf8b5e160c1bd125faf5b827 | /sparrow-datatable/src/test/java/gov/usgs/cida/datatable/utils/AnalyzerTest.java | 343d796186374783cd60c42da5019aba022d33db | [] | no_license | USGS-CIDA/sparrow-dss | https://github.com/USGS-CIDA/sparrow-dss | acda318d1ef242b58ab52a590907c7d7542e8e75 | 68e71bc7e6de05c20ed003091672b1ec152fd5cd | refs/heads/master | 2020-05-21T22:15:35.447000 | 2017-02-03T19:38:16 | 2017-02-03T19:38:16 | 17,598,655 | 2 | 10 | null | false | 2017-05-25T13:23:47 | 2014-03-10T16:00:00 | 2016-11-15T03:18:09 | 2017-05-25T13:23:46 | 243,920 | 1 | 9 | 0 | Java | null | null | package gov.usgs.cida.datatable.utils;
import gov.usgs.cida.datatable.utils.DataFileDescriptor;
import gov.usgs.cida.datatable.utils.Analyzer;
import java.io.File;
import java.io.IOException;
import org.junit.Ignore;
import org.junit.Test;
@Ignore
public class AnalyzerTest {
// public void testAnalyz... | UTF-8 | Java | 1,283 | java | AnalyzerTest.java | Java | [] | null | [] | package gov.usgs.cida.datatable.utils;
import gov.usgs.cida.datatable.utils.DataFileDescriptor;
import gov.usgs.cida.datatable.utils.Analyzer;
import java.io.File;
import java.io.IOException;
import org.junit.Ignore;
import org.junit.Test;
@Ignore
public class AnalyzerTest {
// public void testAnalyz... | 1,283 | 0.70304 | 0.70304 | 48 | 24.729166 | 26.553986 | 128 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.270833 | false | false | 13 |
dbb73e6a24e1705a9d4d55066c050195745db9d3 | 16,097,537,443,162 | 72f2a006f8b4ead07679cd6a76d3a858fe436634 | /easy-mock-core/src/main/java/com/github/lzj960515/mock/util/MockUtil.java | 4ee7f99adb3cf9034cb5af6bb36600c44943056c | [
"Apache-2.0"
] | permissive | lzj960515/easy-mock | https://github.com/lzj960515/easy-mock | 4738dc3f57cd4ab186e5d4eb28cce410888e8cc4 | 7c0549cd08f94a5a6adb7b1bfe22b5156fa0ff54 | refs/heads/main | 2023-05-09T12:11:17.832000 | 2021-05-14T03:09:43 | 2021-05-14T03:09:43 | 367,224,189 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.github.lzj960515.mock.util;
import com.github.lzj960515.mock.annotation.Address;
import com.github.lzj960515.mock.annotation.Age;
import com.github.lzj960515.mock.annotation.Avatar;
import com.github.lzj960515.mock.annotation.Chinese;
import com.github.lzj960515.mock.annotation.Date;
import com.github.lzj9... | UTF-8 | Java | 6,332 | java | MockUtil.java | Java | [
{
"context": "package com.github.lzj960515.mock.util;\n\nimport com.github.lzj960515.moc",
"end": 22,
"score": 0.5613384246826172,
"start": 21,
"tag": "USERNAME",
"value": "j"
},
{
"context": "om.github.lzj960515.mock.util;\n\nimport com.github.lzj960515.mock.annotation.Address;\nimp... | null | [] | package com.github.lzj960515.mock.util;
import com.github.lzj960515.mock.annotation.Address;
import com.github.lzj960515.mock.annotation.Age;
import com.github.lzj960515.mock.annotation.Avatar;
import com.github.lzj960515.mock.annotation.Chinese;
import com.github.lzj960515.mock.annotation.Date;
import com.github.lzj9... | 6,327 | 0.65626 | 0.61835 | 151 | 40.57616 | 22.448303 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.847682 | false | false | 13 |
2243ade0adb0e25fe81fad193b609551705033cf | 1,408,749,288,863 | 8048ac684432b1327dad865f0bbab7507b227025 | /src/FTPS/StockDB.java | a031c3a5d006ea4ced8128540b9dc69972af8899 | [] | no_license | CaptainGlac1er/swen262teamE | https://github.com/CaptainGlac1er/swen262teamE | f8c41d97ef31238cd0bec61a7f6c6cb33d14d545 | 040e4d2cd182cc046fb2c156f3d8a6926ff7b719 | refs/heads/master | 2022-07-07T05:32:13.599000 | 2016-04-11T20:49:15 | 2016-04-11T20:49:15 | 51,884,125 | 0 | 0 | null | false | 2020-03-11T03:59:29 | 2016-02-17T01:24:53 | 2017-03-28T19:28:13 | 2020-03-11T03:59:21 | 574 | 0 | 0 | 2 | Java | false | false | package FTPS;
import javax.swing.*;
import java.io.*;
import java.net.HttpURLConnection;
import java.net.URISyntaxException;
import java.net.URL;
import java.util.ArrayList;
/**
* Created by Josh on 3/31/2016.
*/
public class StockDB implements Runnable
{
private ArrayList<StockChild> AllStocks = ... | UTF-8 | Java | 5,079 | java | StockDB.java | Java | [
{
"context": "\nimport java.util.ArrayList;\r\n\r\n/**\r\n * Created by Josh on 3/31/2016.\r\n */\r\npublic class StockDB implemen",
"end": 208,
"score": 0.9976962804794312,
"start": 204,
"tag": "NAME",
"value": "Josh"
}
] | null | [] | package FTPS;
import javax.swing.*;
import java.io.*;
import java.net.HttpURLConnection;
import java.net.URISyntaxException;
import java.net.URL;
import java.util.ArrayList;
/**
* Created by Josh on 3/31/2016.
*/
public class StockDB implements Runnable
{
private ArrayList<StockChild> AllStocks = ... | 5,079 | 0.502264 | 0.496751 | 182 | 25.917582 | 24.49173 | 147 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.313187 | false | false | 13 |
d5c9a32dbf3898a9a6067aaa719f818101eecc44 | 9,431,748,216,415 | 8b725864868f1aab2b46817ec0190cb46629d34f | /ellipse.java | 27507feeb2162e3a3aa94d9a3c97b2b2de2bd462 | [] | no_license | rajshreeee/jogl-midpoint-algorithm | https://github.com/rajshreeee/jogl-midpoint-algorithm | ac1309e329e4a850e45fea6bd012d4e3b1e843ea | 34e370f88600cf69def06dad85332a98b9651adb | refs/heads/master | 2020-03-22T22:52:57.885000 | 2018-07-13T00:09:20 | 2018-07-13T00:09:20 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
*
*/
package rrassi2;
import java.awt.Frame;
import java.util.Scanner;
import java.awt.event.WindowAdapter;
import java.awt.event.WindowEvent;
import com.jogamp.newt.event.WindowListener;
import com.jogamp.opengl.GL2;
import com.jogamp.opengl.GLAutoDrawable;
import com.jogamp.opengl.GLCapabilities;
import co... | UTF-8 | Java | 3,289 | java | ellipse.java | Java | [
{
"context": "\nimport com.jogamp.opengl.glu.GLU;\n\n/**\n * @author rajshree--- to make home\n *\n */\npublic class ellipse imple",
"end": 486,
"score": 0.9995498657226562,
"start": 478,
"tag": "USERNAME",
"value": "rajshree"
}
] | null | [] | /**
*
*/
package rrassi2;
import java.awt.Frame;
import java.util.Scanner;
import java.awt.event.WindowAdapter;
import java.awt.event.WindowEvent;
import com.jogamp.newt.event.WindowListener;
import com.jogamp.opengl.GL2;
import com.jogamp.opengl.GLAutoDrawable;
import com.jogamp.opengl.GLCapabilities;
import co... | 3,289 | 0.595318 | 0.558528 | 187 | 16.566845 | 18.871067 | 131 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.229947 | false | false | 13 |
26c27966277f44d29a48fce45a51080d82f7578e | 9,431,748,213,191 | 8ee5839738cfc7db9116cec458aee91496ea04d1 | /event_api/src/main/java/com/dots/event_api/service/UserService.java | ccec8570472c70f10089fb481494c33c179de475 | [] | no_license | KimMinJeong/event | https://github.com/KimMinJeong/event | faf4309a7e4a2a69e13e3e096d9a8fd3ffc8a8ec | 51236f6bde0021f40d94aa56a56dfd996977841f | refs/heads/master | 2023-04-04T07:10:51.359000 | 2021-04-05T07:06:42 | 2021-04-05T07:06:42 | 326,436,154 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.dots.event_api.service;
import com.dots.event_api.dao.domain.TbUser;
import com.dots.event_api.dao.repository.UserRepository;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import java.util.ArrayList;
import java.util.List;
import java.util.Op... | UTF-8 | Java | 1,372 | java | UserService.java | Java | [
{
"context": "userRepository;\n\n public TbUser register(String userName, String phoneNo, String email, String seminarYn, ",
"end": 466,
"score": 0.5979241132736206,
"start": 458,
"tag": "USERNAME",
"value": "userName"
},
{
"context": "ser user = new TbUser();\n user.setUse... | null | [] | package com.dots.event_api.service;
import com.dots.event_api.dao.domain.TbUser;
import com.dots.event_api.dao.repository.UserRepository;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import java.util.ArrayList;
import java.util.List;
import java.util.Op... | 1,372 | 0.695335 | 0.695335 | 50 | 26.440001 | 26.0823 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.62 | false | false | 13 |
eb46f39f8aad43bc90aadb6cc40ed7ce5051bc99 | 22,780,506,588,300 | ef92512919d36a5c0e80e7c62568d0f92a84771e | /src/test/KmeansTest.java | d489f4c2de7a0e7965b8b93b72f3fec2c092bb54 | [] | no_license | alu0101038490/Kmeans | https://github.com/alu0101038490/Kmeans | 708b3f5c0f8831d72b93cf4093f42ce959e7bcfd | 9671d5b73052874a155056d2ca5b59c899f4856c | refs/heads/master | 2020-05-07T08:13:34.413000 | 2019-04-16T15:29:06 | 2019-04-16T15:29:06 | 180,316,347 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package test;
import static org.junit.jupiter.api.Assertions.*;
import java.io.IOException;
import org.junit.jupiter.api.Test;
import kmeans.Kmeans;
class KmeansTest {
@Test
void test() throws IOException {
Kmeans kmeans = new Kmeans("src/kmeans/res/prob1.txt");
assertEquals(kmeans.getDimensiones(), 3);
a... | UTF-8 | Java | 372 | java | KmeansTest.java | Java | [] | null | [] | package test;
import static org.junit.jupiter.api.Assertions.*;
import java.io.IOException;
import org.junit.jupiter.api.Test;
import kmeans.Kmeans;
class KmeansTest {
@Test
void test() throws IOException {
Kmeans kmeans = new Kmeans("src/kmeans/res/prob1.txt");
assertEquals(kmeans.getDimensiones(), 3);
a... | 372 | 0.733871 | 0.723118 | 21 | 16.714285 | 19.036663 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 13 |
3ac7b9c65f48e9e894e4ba22d5d2f2b7b8d4a422 | 16,338,055,595,419 | c868eb4a53bca53a2993d88a01886f7739c87d04 | /Practica2ChatRMI/src/main/java/es/ubu/lsi/server/ChatServer.java | 944d922a8a7557338b2180fdbc5b90db0effec63 | [] | no_license | asl0044/Practica2ChatRMI | https://github.com/asl0044/Practica2ChatRMI | a9af6397234b290bd144c84690e196b8a56daf7e | f1ef527d2373c109f89a89f57845da036440d364 | refs/heads/master | 2016-09-14T07:34:50.546000 | 2016-05-19T18:32:36 | 2016-05-19T18:32:36 | 58,145,365 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package es.ubu.lsi.server;
import java.rmi.Remote;
import java.rmi.RemoteException;
import es.ubu.lsi.client.ChatClient;
import es.ubu.lsi.common.ChatMessage;
/**
* Chat server.
*
* @author Raúl Marticorena
* @author Joaquin P. Seco
*
*/
public interface ChatServer extends Remote {
/**
* Registers a new ... | UTF-8 | Java | 1,345 | java | ChatServer.java | Java | [
{
"context": "n.ChatMessage;\n\n/**\n * Chat server.\n * \n * @author Raúl Marticorena\n * @author Joaquin P. Seco\n *\n */\npublic interfac",
"end": 213,
"score": 0.9998803734779358,
"start": 197,
"tag": "NAME",
"value": "Raúl Marticorena"
},
{
"context": "server.\n * \n * @author R... | null | [] | package es.ubu.lsi.server;
import java.rmi.Remote;
import java.rmi.RemoteException;
import es.ubu.lsi.client.ChatClient;
import es.ubu.lsi.common.ChatMessage;
/**
* Chat server.
*
* @author <NAME>
* @author <NAME>
*
*/
public interface ChatServer extends Remote {
/**
* Registers a new client.
*
* @p... | 1,325 | 0.714286 | 0.714286 | 63 | 20.349207 | 22.134623 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.920635 | false | false | 13 |
e86574f914058798c81c76df4c58b26a5d05502c | 9,397,388,467,419 | fb5590cfaa589102c0a367447a040aa12cba30cc | /src/main/java/com/moemao/tgksz/base/icon/service/IconService.java | 8c571e6b1adee08056f78aa7e2ec604246cfc32f | [] | no_license | yanwuv4yue/TGKSZ_COMMON | https://github.com/yanwuv4yue/TGKSZ_COMMON | 1486e1da93ea5eb940810058e3c6c1e85343edd6 | 4487ebb698a4859f6a814b5fa8e6e059a6a0d5f3 | refs/heads/master | 2018-09-20T04:31:49.652000 | 2018-09-19T15:28:15 | 2018-09-19T15:28:15 | 134,806,632 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.moemao.tgksz.base.icon.service;
import com.moemao.tgksz.base.icon.entity.Icon;
import com.moemao.tgksz.base.icon.entity.IconReq;
import com.moemao.tgksz.common.entity.Layui;
import com.moemao.tgksz.common.entity.PageEvt;
import java.util.List;
public interface IconService
{
/**
* 查询图标列表
* @... | UTF-8 | Java | 1,095 | java | IconService.java | Java | [] | null | [] | package com.moemao.tgksz.base.icon.service;
import com.moemao.tgksz.base.icon.entity.Icon;
import com.moemao.tgksz.base.icon.entity.IconReq;
import com.moemao.tgksz.common.entity.Layui;
import com.moemao.tgksz.common.entity.PageEvt;
import java.util.List;
public interface IconService
{
/**
* 查询图标列表
* @... | 1,095 | 0.571148 | 0.571148 | 59 | 16.271187 | 15.579028 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.254237 | false | false | 13 |
67596ca8c3e804feb72b20973264a0ce3eb24d95 | 15,857,019,293,165 | 05846131b1cf3856cf05f0740f90a27a9f5d8791 | /src/test/ImagePanelTest.java | b39dfb5d0feb8d0df999ea0996e502f55ef6c8a4 | [] | no_license | xavier-maisse/Java_project_L3I | https://github.com/xavier-maisse/Java_project_L3I | 3aaa5af54a640a7bfb8e85492477a5d2051ea531 | 2510f7898861624d21b002417c8bbc006f79bfc4 | refs/heads/master | 2022-12-21T10:21:10.743000 | 2020-04-06T09:03:56 | 2020-04-06T09:03:56 | 210,834,208 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
*
*/
package test;
import static org.junit.jupiter.api.Assertions.*;
import java.awt.image.BufferedImage;
import java.io.File;
import java.io.IOException;
import javax.imageio.ImageIO;
import javax.swing.JFrame;
import org.junit.jupiter.api.Test;
import jeu.ImagePanel;
/**
* @author AbdRahim
*
*/
class ... | ISO-8859-1 | Java | 808 | java | ImagePanelTest.java | Java | [
{
"context": ".api.Test;\n\nimport jeu.ImagePanel;\n\n/**\n * @author AbdRahim\n *\n */\nclass ImagePanelTest {\n\n\t/**\n\t * Test meth",
"end": 306,
"score": 0.7438262104988098,
"start": 298,
"tag": "USERNAME",
"value": "AbdRahim"
}
] | null | [] | /**
*
*/
package test;
import static org.junit.jupiter.api.Assertions.*;
import java.awt.image.BufferedImage;
import java.io.File;
import java.io.IOException;
import javax.imageio.ImageIO;
import javax.swing.JFrame;
import org.junit.jupiter.api.Test;
import jeu.ImagePanel;
/**
* @author AbdRahim
*
*/
class ... | 808 | 0.698254 | 0.697007 | 41 | 18.560976 | 20.60671 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.097561 | false | false | 13 |
a9b0ae60275217e2b162a6255d4a0799dac8102a | 15,092,515,117,551 | 34a56351280d8c6f4989f60ca01c8c53fd18420a | /Camera/src/com/android/camera/ui/SettingSublistLayout.java | c411c06b387d7e6b6c96ed907d9d997171aa274c | [
"Apache-2.0"
] | permissive | 865394064/camera | https://github.com/865394064/camera | fb40b64157bcbbacc91b6713ad603a04172799af | 6f1be83158e27d00eeca3eaeee82a2e42d86c7a5 | refs/heads/master | 2020-07-08T14:56:03.159000 | 2019-08-27T08:23:32 | 2019-08-27T08:23:32 | 203,706,575 | 5 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright (C) 2010 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | UTF-8 | Java | 5,935 | java | SettingSublistLayout.java | Java | [] | null | [] | /*
* Copyright (C) 2010 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | 5,935 | 0.640944 | 0.639427 | 169 | 34.118343 | 24.946764 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.550296 | false | false | 13 |
da3c034ec6623e0874b829b674f3bcbd000acfc6 | 31,610,959,354,826 | ff55de432fb899289a6a486274d6052ca62e5e6b | /akado-driver-observe/src/main/java/fr/ird/akado/observe/ObserveDataBaseInspector.java | 9c6c9661d9353509ea78a8963977f9347100896c | [] | no_license | OB7-IRD/akado2 | https://github.com/OB7-IRD/akado2 | 5701fd3c8a39afbb442535b9dafbfb75c3025795 | 8cd7070c2df615bef9a39910ffafe8f405789b1d | refs/heads/main | 2023-05-27T13:03:20.207000 | 2023-05-24T14:08:20 | 2023-05-24T14:08:20 | 616,488,688 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright (C) 2014 Observatoire thonier, IRD
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* any later version.
*
* This program is distribut... | UTF-8 | Java | 14,686 | java | ObserveDataBaseInspector.java | Java | [
{
"context": "/*\n * Copyright (C) 2014 Observatoire thonier, IRD\n *\n * This program is free software: you can",
"end": 45,
"score": 0.9798436164855957,
"start": 25,
"tag": "NAME",
"value": "Observatoire thonier"
},
{
"context": "Date;\n\n/**\n * Created on 25/03/2023.\n *\n * @aut... | null | [] | /*
* Copyright (C) 2014 <NAME>, IRD
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* any later version.
*
* This program is distributed in the hope... | 14,660 | 0.70843 | 0.706251 | 286 | 50.349651 | 38.493076 | 257 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.671329 | false | false | 13 |
5ec689453d29d057f6b61c97ffed1685eeddeb3b | 2,731,599,234,472 | a1c11a7dd53beff8b0cec40aaa26834837a277f5 | /src/main/java/ak/hyperdimensionalbag/capabilities/BagDataCapabilityProvider.java | d08d7f18d29a97b743015d12e5d23eb63bf24659 | [
"MIT"
] | permissive | aksource/HyperDimensionalBag | https://github.com/aksource/HyperDimensionalBag | efddd5077a28633e184861c1f5a8f8ab5b957fe5 | d951ebe3b15a426021d1702604f8d4316c836b5e | refs/heads/master | 2022-09-14T23:32:35.148000 | 2022-09-08T12:40:51 | 2022-09-08T12:40:51 | 17,110,863 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ak.hyperdimensionalbag.capabilities;
import net.minecraft.core.Direction;
import net.minecraft.nbt.CompoundTag;
import net.minecraftforge.common.capabilities.Capability;
import net.minecraftforge.common.capabilities.ICapabilitySerializable;
import net.minecraftforge.common.util.LazyOptional;
import javax.anno... | UTF-8 | Java | 1,103 | java | BagDataCapabilityProvider.java | Java | [
{
"context": "port javax.annotation.Nullable;\n\n/**\n * Created by A.K. on 2021/12/18.\n */\npublic class BagDataCapability",
"end": 392,
"score": 0.9997284412384033,
"start": 389,
"tag": "NAME",
"value": "A.K"
}
] | null | [] | package ak.hyperdimensionalbag.capabilities;
import net.minecraft.core.Direction;
import net.minecraft.nbt.CompoundTag;
import net.minecraftforge.common.capabilities.Capability;
import net.minecraftforge.common.capabilities.ICapabilitySerializable;
import net.minecraftforge.common.util.LazyOptional;
import javax.anno... | 1,103 | 0.773345 | 0.766092 | 35 | 30.514286 | 27.634731 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.457143 | false | false | 13 |
e7d382b324d256a3fff451dd2425d511ec7df190 | 14,860,586,891,592 | 57ee988f58e7dbdeffcbe1ce58b566f71452bcd0 | /kf5sdkModule/src/main/java/com/kf5/sdk/system/utils/LogUtil.java | f431e4161ad26eda7e419758c99acb90bee6d025 | [] | no_license | AndroidLwk/android_unlimited | https://github.com/AndroidLwk/android_unlimited | 52d0e75533f80a8eacb75d368b28f0cf88b1dedc | 67fb33539f75d47cebcaf6cbc5718991a3e5db87 | refs/heads/master | 2022-10-17T10:36:10.593000 | 2020-06-08T01:36:17 | 2020-06-08T01:36:17 | 270,985,317 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.kf5.sdk.system.utils;
import android.text.TextUtils;
import android.util.Log;
/**
* author:chosen
* date:2017/3/8 15:49
* email:812219713@qq.com
*/
public class LogUtil {
private static final boolean canPrint = true;
public static void printf(String msg) {
if (canPrint) {
... | UTF-8 | Java | 1,378 | java | LogUtil.java | Java | [
{
"context": "xtUtils;\nimport android.util.Log;\n\n\n/**\n * author:chosen\n * date:2017/3/8 15:49\n * email:812219713@qq.com\n",
"end": 113,
"score": 0.999249279499054,
"start": 107,
"tag": "USERNAME",
"value": "chosen"
},
{
"context": "\n * author:chosen\n * date:2017/3/8 15:49\n ... | null | [] | package com.kf5.sdk.system.utils;
import android.text.TextUtils;
import android.util.Log;
/**
* author:chosen
* date:2017/3/8 15:49
* email:<EMAIL>
*/
public class LogUtil {
private static final boolean canPrint = true;
public static void printf(String msg) {
if (canPrint) {
print... | 1,369 | 0.463581 | 0.437026 | 51 | 24.843138 | 20.709354 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.588235 | false | false | 13 |
b3aee6ad9219be369dfa9893e674aa75dce10bed | 30,623,116,822,436 | cfafb4b7bd0701244d9fe05796f998fdc40ee347 | /Test157.java | 34fd20be592090f47603f29e4a456ab61bb69ec7 | [] | no_license | lshlsh1/JavaStudy | https://github.com/lshlsh1/JavaStudy | e5ea774acbbe3a53d9446ffa515b115a1ca7daaf | 02caa80e28524cec92a29f9a08cb70092b47c2ef | refs/heads/master | 2020-04-23T01:45:48.885000 | 2019-03-15T08:52:58 | 2019-03-15T08:52:58 | 170,823,785 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*========================================
■■■ 컬렉션 (Collection) ■■■ ☆☆
- Vector
========================================*/
// 벡터 자료구조 객체 선언 및 생성 시 사용자 정의 클래스 활용
// → 자료형
import java.util.Vector;
// 사용자 정의 클래스 설계 → 자료형처럼 활용
class MyData
{
//주요 속성 구성 → 주요 변수 선언(멤버 변수)
private String name; //-- 이름
p... | UHC | Java | 2,718 | java | Test157.java | Java | [
{
"context": " new Vector<MyData>();\r\n\t\t\r\n\t\t// 벡터 자료구조 v 예\r\n\t\t// 이지혜 16세 / 이기승 24세 / 조현우 86세\r\n\t\t// 담아내기\r\n\r\n\t\t// ① \r\n\t\t",
"end": 944,
"score": 0.9359974265098572,
"start": 941,
"tag": "NAME",
"value": "이지혜"
},
{
"context": "r<MyData>();\r\n\t\t\r\n\t\t// 벡터 자... | null | [] | /*========================================
■■■ 컬렉션 (Collection) ■■■ ☆☆
- Vector
========================================*/
// 벡터 자료구조 객체 선언 및 생성 시 사용자 정의 클래스 활용
// → 자료형
import java.util.Vector;
// 사용자 정의 클래스 설계 → 자료형처럼 활용
class MyData
{
//주요 속성 구성 → 주요 변수 선언(멤버 변수)
private String name; //-- 이름
p... | 2,718 | 0.495528 | 0.468694 | 126 | 15.761905 | 18.468088 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.865079 | false | false | 13 |
dfb4bb45c43e7cfd5ec44998e27844741abbe8ac | 15,891,379,007,218 | 549889c63bc2a8f9296c270c5c019c5e09c5e534 | /01Search_Conexao/src/Modelos/.svn/text-base/CodigobarrasItemPK.java.svn-base | e903330c2fa1beebb8511e5ce826331777d006ec | [] | no_license | fvasc/APP_01Search | https://github.com/fvasc/APP_01Search | 73e6b4403b056e25e822382532ca369d4c16688e | f2b7de080b6e2adbfd37575dc6a63d287523cc0a | refs/heads/master | 2021-01-10T11:06:42.670000 | 2016-03-27T22:40:04 | 2016-03-27T22:40:04 | 54,850,212 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Modelos;
import java.io.Serializable;
public class CodigobarrasItemPK implements Serializable {
private static final long serialVersionUID = 1L;
private String idCodigobarras;
private int idItem;
public String getIdCodigobarras() {
return idCodigobarras;
}
public void setIdCodigobarras(String idCo... | UTF-8 | Java | 492 | CodigobarrasItemPK.java.svn-base | Java | [] | null | [] | package Modelos;
import java.io.Serializable;
public class CodigobarrasItemPK implements Serializable {
private static final long serialVersionUID = 1L;
private String idCodigobarras;
private int idItem;
public String getIdCodigobarras() {
return idCodigobarras;
}
public void setIdCodigobarras(String idCo... | 492 | 0.760163 | 0.75813 | 28 | 16.571428 | 18.42248 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 13 | |
a36af191444c4b39c41be2cf82a3702a13ff2d25 | 14,800,457,371,369 | f034118e58afbb4a5f0189543d20ee48b72fe05e | /src/generate/map/MapGenerator.java | 38cabbeb7719ad6626b1d3e93ac942a67985f89b | [] | no_license | blueKingCrab/roguelike | https://github.com/blueKingCrab/roguelike | 847f00a61b14c1b05785c177fe269050a7f710dc | 35c81c802c7d97b636190c3502154b0a7c0de1cc | refs/heads/main | 2023-06-17T18:44:33.060000 | 2021-07-18T23:00:35 | 2021-07-18T23:00:35 | 385,905,721 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package src.generate.map;
import src.rooms.Room;
import src.generate.room.RoomGenerator;
public class MapGenerator {
private final int MAX_ROOMS = 10;
private final int LENGTH = 8;
private final int WIDTH = 8;
private RoomGenerator generateRoom = new RoomGenerator();
public MapGenerator() {}
... | UTF-8 | Java | 6,729 | java | MapGenerator.java | Java | [] | null | [] | package src.generate.map;
import src.rooms.Room;
import src.generate.room.RoomGenerator;
public class MapGenerator {
private final int MAX_ROOMS = 10;
private final int LENGTH = 8;
private final int WIDTH = 8;
private RoomGenerator generateRoom = new RoomGenerator();
public MapGenerator() {}
... | 6,729 | 0.511963 | 0.498588 | 211 | 30.895735 | 25.955824 | 114 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.720379 | false | false | 13 |
4b48262850f406dba93c94eb0446028d76dd1010 | 8,400,956,038,302 | da523930b0a3e54568f77f88770ee9f67ba5ebab | /lib/src/main/java/cn/jake/share/frdialog/image/CommonImageLoader.java | 44f716ed12b7defd93795825c758fb0853560765 | [] | no_license | wuxujun/FRDialog | https://github.com/wuxujun/FRDialog | f30bb28851a40fa0024b43fe87de94b05fd9384d | ead3bb14f2d681e1bc0a3e44595f3c1b44385722 | refs/heads/master | 2020-09-09T13:02:24.486000 | 2019-06-13T09:49:45 | 2019-06-13T09:49:45 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.jake.share.frdialog.image;
import android.widget.ImageView;
/**
* Created by jack
* Date:2018/7/19 下午4:03
* Desc:
*/
public abstract class CommonImageLoader {
private String mImagePath;
public CommonImageLoader(String imagePath) {
mImagePath = imagePath;
}
public abstract voi... | UTF-8 | Java | 455 | java | CommonImageLoader.java | Java | [
{
"context": "mport android.widget.ImageView;\n\n/**\n * Created by jack\n * Date:2018/7/19 下午4:03\n * Desc:\n */\npublic abst",
"end": 95,
"score": 0.8326669335365295,
"start": 91,
"tag": "NAME",
"value": "jack"
}
] | null | [] | package cn.jake.share.frdialog.image;
import android.widget.ImageView;
/**
* Created by jack
* Date:2018/7/19 下午4:03
* Desc:
*/
public abstract class CommonImageLoader {
private String mImagePath;
public CommonImageLoader(String imagePath) {
mImagePath = imagePath;
}
public abstract voi... | 455 | 0.697987 | 0.675615 | 23 | 18.434782 | 20.185717 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.304348 | false | false | 13 |
a82365e1a450c0da84f4dcf6d05e03991df1091f | 146,028,900,837 | f164c4eb45b5b98d7030ccca305e010ae5021417 | /app/src/main/java/asako/clase/rutas/UI/FragmentoPuntos.java | 5873db243815df660fdf267c97f133b0ecd8c0df | [] | no_license | andresako/aRutas | https://github.com/andresako/aRutas | 7ff6d3bade4c46dd92ed1a109545a7da6b08905a | 1f837e7d21d292430bef7139d39bb73197f5c1d8 | refs/heads/master | 2021-01-01T05:29:17.468000 | 2016-05-19T09:38:56 | 2016-05-19T09:38:56 | 57,226,768 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package asako.clase.rutas.UI;
import android.os.Bundle;
import android.support.design.widget.FloatingActionButton;
import android.support.v4.app.Fragment;
import android.support.v4.app.FragmentTransaction;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerView;
import andr... | UTF-8 | Java | 2,403 | java | FragmentoPuntos.java | Java | [] | null | [] | package asako.clase.rutas.UI;
import android.os.Bundle;
import android.support.design.widget.FloatingActionButton;
import android.support.v4.app.Fragment;
import android.support.v4.app.FragmentTransaction;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerView;
import andr... | 2,403 | 0.691635 | 0.689971 | 72 | 32.375 | 27.481022 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.736111 | false | false | 13 |
fe34f441ac66fc2a7ea1ea550df912475dd73dcc | 19,954,418,070,940 | 6f672fb72caedccb841ee23f53e32aceeaf1895e | /Shopping/offerup_source/src/com/offerup/android/dto/Follow.java | 5fabaf2a5bb07625ae1127bdb64b1948a470ed92 | [] | no_license | cha63506/CompSecurity | https://github.com/cha63506/CompSecurity | 5c69743f660b9899146ed3cf21eceabe3d5f4280 | eee7e74f4088b9c02dd711c061fc04fb1e4e2654 | refs/heads/master | 2018-03-23T04:15:18.480000 | 2015-12-19T01:29:58 | 2015-12-19T01:29:58 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | // Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://www.geocities.com/kpdus/jad.html
// Decompiler options: braces fieldsfirst space lnc
package com.offerup.android.dto;
// Referenced classes of package com.offerup.android.dto:
// FollowPerson
public class Follow
{
... | UTF-8 | Java | 1,340 | java | Follow.java | Java | [
{
"context": "// Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov.\n// Jad home page: http://www.geocities.com/kpdus",
"end": 61,
"score": 0.9996644258499146,
"start": 45,
"tag": "NAME",
"value": "Pavel Kouznetsov"
}
] | null | [] | // Decompiled by Jad v1.5.8e. Copyright 2001 <NAME>.
// Jad home page: http://www.geocities.com/kpdus/jad.html
// Decompiler options: braces fieldsfirst space lnc
package com.offerup.android.dto;
// Referenced classes of package com.offerup.android.dto:
// FollowPerson
public class Follow
{
String ... | 1,330 | 0.621642 | 0.616418 | 67 | 19 | 30.89607 | 227 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.253731 | false | false | 13 |
9436a3f1ea4845f5494a1219e10526c3ddf147c4 | 18,124,762,053,817 | 2cda52fe285dc1cc72e568289b68fe0a1eb97a3b | /Mofi/DataBaseOperation/app/src/main/java/com/example/cravrr/databaseoperation/SQLiteDataBaseHandeler.java | 04de5a90726fe8c2eee66c126a228abd14e578f1 | [] | no_license | rajnishrajput/repo3 | https://github.com/rajnishrajput/repo3 | e0d300adf8a9ff0373b910992d981eaf32f1043e | e9336e2433f20c36e99b482fdc6e3ebba6e11a77 | refs/heads/master | 2021-08-23T14:50:57.843000 | 2017-12-05T09:01:25 | 2017-12-05T09:01:25 | 113,155,562 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.cravrr.databaseoperation;
import android.content.Context;
import android.database.sqlite.SQLiteDatabase;
import android.database.sqlite.SQLiteOpenHelper;
/**
* Created by Cravrr on 11/16/2017.
*/
public class SQLiteDataBaseHandeler extends SQLiteOpenHelper {
private static final int DATABAS... | UTF-8 | Java | 934 | java | SQLiteDataBaseHandeler.java | Java | [
{
"context": "tabase.sqlite.SQLiteOpenHelper;\n\n/**\n * Created by Cravrr on 11/16/2017.\n */\n\npublic class SQLiteDataBaseHa",
"end": 200,
"score": 0.9996080994606018,
"start": 194,
"tag": "USERNAME",
"value": "Cravrr"
}
] | null | [] | package com.example.cravrr.databaseoperation;
import android.content.Context;
import android.database.sqlite.SQLiteDatabase;
import android.database.sqlite.SQLiteOpenHelper;
/**
* Created by Cravrr on 11/16/2017.
*/
public class SQLiteDataBaseHandeler extends SQLiteOpenHelper {
private static final int DATABAS... | 934 | 0.739829 | 0.729122 | 34 | 26.470589 | 24.839764 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 13 |
0462700da610b8fee7a0da226d7f200ab4bfecc4 | 18,124,762,051,094 | 918dcc478125ac99e71f064d2fa62fbc54075545 | /src/main/java/steps/SearchSteps.java | 028db9429de4a9863a71f194acd915e54e2cab66 | [] | no_license | julkimart/selenium_final | https://github.com/julkimart/selenium_final | 592571e9ff5fe4bc6964f01af33fdf225d6cfddc | 9aeb6fae18f438bfcd797644ef335d6605b1da1e | refs/heads/master | 2020-03-21T08:33:30.560000 | 2018-06-22T21:49:11 | 2018-06-22T21:49:11 | 138,350,792 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package steps;
import pages.SearchPage;
import ru.yandex.qatools.allure.annotations.Step;
import java.util.HashMap;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertTrue;
public class SearchSteps {
@Step("заголовок страницы - Все фильтры")
public void stepTitleSearch(Strin... | UTF-8 | Java | 3,882 | java | SearchSteps.java | Java | [] | null | [] | package steps;
import pages.SearchPage;
import ru.yandex.qatools.allure.annotations.Step;
import java.util.HashMap;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertTrue;
public class SearchSteps {
@Step("заголовок страницы - Все фильтры")
public void stepTitleSearch(Strin... | 3,882 | 0.6834 | 0.681244 | 102 | 30.82353 | 27.655588 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.401961 | false | false | 13 |
7275c4abd019bb63eb373aee09ed5c7b2196d4b0 | 32,143,535,260,486 | f9959087f747f627ef4cbad168d04f86445fccd4 | /src/main/java/com/emc/ecs/nfsclient/nfs/NfsLookupResponse.java | 07901415ea9c6300f00721895b3629d18108394c | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | EMCECS/nfs-client-java | https://github.com/EMCECS/nfs-client-java | 6409e5ff60f6828a82a9ec22de2a1e8f4399b869 | 8d157a625e50d05155a46600ffb06527be3fa6ed | refs/heads/master | 2022-10-31T03:30:37.003000 | 2022-07-15T16:29:34 | 2022-07-15T16:29:34 | 63,360,372 | 66 | 35 | Apache-2.0 | false | 2022-10-25T11:56:46 | 2016-07-14T18:31:56 | 2022-09-24T07:06:13 | 2022-07-15T16:29:34 | 2,329 | 51 | 31 | 14 | Java | false | false | /**
* Copyright 2016-2018 Dell Inc. or its subsidiaries. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://www.apache.org/licenses/LICENSE-2.0.txt
*
* or in... | UTF-8 | Java | 2,366 | java | NfsLookupResponse.java | Java | [
{
"context": "ponding file system object.\n * </p>\n * \n * @author seibed\n */\npublic class NfsLookupResponse extends NfsRes",
"end": 976,
"score": 0.9996165633201599,
"start": 970,
"tag": "USERNAME",
"value": "seibed"
}
] | null | [] | /**
* Copyright 2016-2018 Dell Inc. or its subsidiaries. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://www.apache.org/licenses/LICENSE-2.0.txt
*
* or in... | 2,366 | 0.662299 | 0.650042 | 77 | 29.727272 | 27.566513 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.233766 | false | false | 13 |
c41bcbbf48660dd2ad554f4006f161076b05eb71 | 18,915,035,994,246 | c8e934b6f99222a10e067a3fab34f39f10f8ea7e | /com/google/android/android/common/server/converter/MapPack.java | 14fdb0aa2a4ae1278d28597a0fea9b02a4672f18 | [] | no_license | ZPERO/Secret-Dungeon-Finder-Tool | https://github.com/ZPERO/Secret-Dungeon-Finder-Tool | 19efef8ebe044d48215cdaeaac6384cf44ee35b9 | c3c97e320a81b9073dbb5b99f200e99d8f4b26cc | refs/heads/master | 2020-12-19T08:54:26.313000 | 2020-01-22T23:00:08 | 2020-01-22T23:00:08 | 235,683,952 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.google.android.android.common.server.converter;
import android.os.Parcel;
import android.os.Parcelable.Creator;
import com.google.android.android.common.internal.safeparcel.AbstractSafeParcelable;
import com.google.android.android.common.internal.safeparcel.SafeParcelWriter;
import com.google.android.andro... | UTF-8 | Java | 1,908 | java | MapPack.java | Java | [] | null | [] | package com.google.android.android.common.server.converter;
import android.os.Parcel;
import android.os.Parcelable.Creator;
import com.google.android.android.common.internal.safeparcel.AbstractSafeParcelable;
import com.google.android.android.common.internal.safeparcel.SafeParcelWriter;
import com.google.android.andro... | 1,908 | 0.784591 | 0.782495 | 53 | 35 | 31.860546 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.603774 | false | false | 13 |
4e6b2ed8a9aaf9fafd6e36fe8fe3d7fde30c7013 | 20,950,850,519,179 | f4941ef4518dccd12bd9821262da3c0648ce8167 | /java/cfbam/src/net.sourceforge.msscf.cfbam/net/sourceforge/msscf/cfbam/CFBam/ICFBamISOLanguageTable.java | 54b5561ef08ef18968355e82104bede2331ebd5c | [
"Apache-2.0"
] | permissive | msobkow/net-sourceforge-MSSCodeFactory-CFBam-2-10 | https://github.com/msobkow/net-sourceforge-MSSCodeFactory-CFBam-2-10 | 7eba60dfd78fbb60bc4de2f662a55d9ec49b5171 | 15b0494ef78251f03dd69bc37ce8dc0862295215 | refs/heads/master | 2019-05-08T10:17:53.989000 | 2019-05-01T00:52:54 | 2019-05-01T00:52:54 | 56,207,766 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
// Description: Java 11 DbIO interface for ISOLanguage.
/*
* net.sourceforge.MssCF.CFBam
*
* Copyright (c) 2018-2019 Mark Stephen Sobkow
*
* 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... | UTF-8 | Java | 10,472 | java | ICFBamISOLanguageTable.java | Java | [
{
"context": "rceforge.MssCF.CFBam\n *\n *\tCopyright (c) 2018-2019 Mark Stephen Sobkow\n *\t\n *\tLicensed under the Apache License, Version",
"end": 141,
"score": 0.9997720718383789,
"start": 122,
"tag": "NAME",
"value": "Mark Stephen Sobkow"
}
] | null | [] |
// Description: Java 11 DbIO interface for ISOLanguage.
/*
* net.sourceforge.MssCF.CFBam
*
* Copyright (c) 2018-2019 <NAME>
*
* 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
*
* ... | 10,459 | 0.766711 | 0.758117 | 300 | 33.903332 | 33.264606 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.75 | false | false | 13 |
d6fb14758e373d08395747b1801a7d7dcf151e54 | 24,618,752,544,094 | 58978f9da442ec0310117af80012c41cac712ea1 | /Solution.java | 3ca34b4d856d446f57c48e2ed82c9ba43f781ab7 | [] | no_license | nebukanezar/java_attendance | https://github.com/nebukanezar/java_attendance | bf0ed4cddea034164dc0db13abb538ecb31ee4e3 | d8ea7f2c5464ccffcb894c10aa3f20fa79571bb1 | refs/heads/master | 2021-01-10T07:06:20.046000 | 2016-03-08T09:56:09 | 2016-03-08T09:56:09 | 53,401,620 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.*;
import java.io.*;
class Attendance{
void makeAttendance(String date,String employeefile){
File file = new File(employeefile);
BufferedReader reader=null;
Scanner sc = new Scanner(System.in);
try{
reader = new BufferedReader(new FileReader(file));
String text;
while ((text = rea... | UTF-8 | Java | 3,198 | java | Solution.java | Java | [
{
"context": "yee.txt\");\n\t//present_attendace.makeAttendance(\"jhakkas\",\"employee_attendace.txt\");\n\t//present_attendace.",
"end": 2885,
"score": 0.7220104932785034,
"start": 2880,
"tag": "NAME",
"value": "akkas"
},
{
"context": "markUsers(\"employee.txt\");\n\t\n\tSystem.out.... | null | [] | import java.util.*;
import java.io.*;
class Attendance{
void makeAttendance(String date,String employeefile){
File file = new File(employeefile);
BufferedReader reader=null;
Scanner sc = new Scanner(System.in);
try{
reader = new BufferedReader(new FileReader(file));
String text;
while ((text = rea... | 3,198 | 0.682301 | 0.674797 | 118 | 26.084745 | 20.63179 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.542373 | false | false | 13 |
ef0648fb9ac7276f1bd8f338a117c56f845d59a4 | 7,962,869,410,686 | 48fd50709d93f37509571a2a81bed4f1c96ca8d0 | /src/main/java/com/newstoday/common/core/exception/LoginException.java | b3432110399622c8c8ef02ee4a9e5751547120b0 | [] | no_license | zhangxuehuio/NewTodayServer | https://github.com/zhangxuehuio/NewTodayServer | 54b58b1c6d544c302c9182cf678db6344ec69113 | cfdd9c96b905eb75635bb6ddac38ab3bded92969 | refs/heads/master | 2020-02-22T09:03:27.580000 | 2017-08-29T02:46:40 | 2017-08-29T02:46:40 | 100,102,022 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.newstoday.common.core.exception;
import com.newstoday.common.core.exception.enums.ResultEnum;
/**
* Created by zhangxuehui on 2017/8/15.
*/
public class LoginException extends RuntimeException {
private Integer code;
public LoginException(ResultEnum resultEnum) {
super(resultEnum.getMs... | UTF-8 | Java | 508 | java | LoginException.java | Java | [
{
"context": "ore.exception.enums.ResultEnum;\n\n/**\n * Created by zhangxuehui on 2017/8/15.\n */\npublic class LoginException ext",
"end": 137,
"score": 0.9989413619041443,
"start": 126,
"tag": "USERNAME",
"value": "zhangxuehui"
}
] | null | [] | package com.newstoday.common.core.exception;
import com.newstoday.common.core.exception.enums.ResultEnum;
/**
* Created by zhangxuehui on 2017/8/15.
*/
public class LoginException extends RuntimeException {
private Integer code;
public LoginException(ResultEnum resultEnum) {
super(resultEnum.getMs... | 508 | 0.67126 | 0.65748 | 24 | 20.166666 | 20.190069 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.291667 | false | false | 13 |
6d545e683fae502bc1505e8c89e87905b3ad02f6 | 2,886,218,042,598 | 495dc5c0fd41f8801af8c04fc5daeded06d2a6af | /src/gestsaude/menu/MenuServico.java | 3fbb3c56c8f5efabb54eb638628ca66c3e84deb5 | [] | no_license | Grupo-EST/P2---tp1 | https://github.com/Grupo-EST/P2---tp1 | f668e37ab79aec5408ea18939ca86f8d80223676 | 5e8c3b2394602ed6d0f738f16ceabce69c4642a5 | refs/heads/master | 2022-06-19T15:10:46.938000 | 2020-05-08T20:27:26 | 2020-05-08T20:27:26 | 257,322,755 | 0 | 0 | null | true | 2020-04-20T15:24:04 | 2020-04-20T15:24:04 | 2020-04-20T15:20:06 | 2020-04-20T15:20:04 | 0 | 0 | 0 | 0 | null | false | false | package gestsaude.menu;
import java.awt.BorderLayout;
import java.awt.CardLayout;
import java.awt.Dimension;
import java.awt.Font;
import java.awt.GridLayout;
import java.awt.Insets;
import java.awt.Point;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.util.List;
impo... | ISO-8859-1 | Java | 8,985 | java | MenuServico.java | Java | [] | null | [] | package gestsaude.menu;
import java.awt.BorderLayout;
import java.awt.CardLayout;
import java.awt.Dimension;
import java.awt.Font;
import java.awt.GridLayout;
import java.awt.Insets;
import java.awt.Point;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.util.List;
impo... | 8,985 | 0.689179 | 0.686706 | 284 | 29.330986 | 23.482754 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.316901 | false | false | 13 |
ee0485cf72e6df9fa597ca76957c561ede69b0a9 | 31,576,599,629,572 | 0253d7ab7bec5251e76710e3c3b4918751dc8838 | /SEFramework/src/test/java/com/projectname/scripts/DriverScriptTest.java | ad46f6151f8952154961a591e827fbfcf474a4cf | [] | no_license | NANITHRINATH/SeleniumAutomationScripts | https://github.com/NANITHRINATH/SeleniumAutomationScripts | 379c4eab0ba8ef06af424779a63fbbbc3e1e3c85 | 1a3342415ae6c8d063e97e2ff4b9c1bd4c0ae2e7 | refs/heads/master | 2016-09-05T15:46:37.771000 | 2014-04-23T12:52:37 | 2014-04-23T12:52:37 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.projectname.scripts;
import jxl.Sheet;
import jxl.write.Label;
import org.testng.annotations.AfterSuite;
import org.testng.annotations.BeforeClass;
import org.testng.annotations.Test;
import com.projectname.base.EmailReportUtil;
import com.projectname.base.Keywords;
import com.projectname.base.ReportUtil;... | UTF-8 | Java | 4,340 | java | DriverScriptTest.java | Java | [] | null | [] | package com.projectname.scripts;
import jxl.Sheet;
import jxl.write.Label;
import org.testng.annotations.AfterSuite;
import org.testng.annotations.BeforeClass;
import org.testng.annotations.Test;
import com.projectname.base.EmailReportUtil;
import com.projectname.base.Keywords;
import com.projectname.base.ReportUtil;... | 4,340 | 0.721659 | 0.714747 | 118 | 35.788136 | 21.167553 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.991525 | false | false | 13 |
0c7479d79c3642e5a0359667194f71a5b4684302 | 31,576,599,625,443 | 2ea49bfaa6bc1b9301b025c5b2ca6fde7e5bb9df | /contributions/Ekaus/java/I/O/2016-09-10.java | af7a2aeaabadae394adc0234323095322b87fb93 | [] | no_license | 0x8801/commit | https://github.com/0x8801/commit | 18f25a9449f162ee92945b42b93700e12fd4fd77 | e7692808585bc7e9726f61f7f6baf43dc83e28ac | refs/heads/master | 2021-10-13T08:04:48.200000 | 2016-12-20T01:59:47 | 2016-12-20T01:59:47 | 76,935,980 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | How to list all files in a directory that match a filename extension in Java
Reading and writing text files
Using buffered streams
The `Console` class | UTF-8 | Java | 150 | java | 2016-09-10.java | Java | [] | null | [] | How to list all files in a directory that match a filename extension in Java
Reading and writing text files
Using buffered streams
The `Console` class | 150 | 0.82 | 0.82 | 4 | 36.75 | 23.01494 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0 | false | false | 13 |
c4fa9f94d6dedfc1810c8d5f2ccca2301756f4cf | 8,658,654,133,061 | a4d0b8bc5f719f04bcd97634f407d058d69ff608 | /src/Main.java | 16beb68b6daf0986efb9a11637dc4173cde470b1 | [] | no_license | Falchio/JavaCore_Lesson2_Exception | https://github.com/Falchio/JavaCore_Lesson2_Exception | 70b5081657310a468520ca52e6b29014079274bf | 364b027f28bcef55fe5d41140e51605e98e6a58d | refs/heads/master | 2020-09-15T20:46:28.265000 | 2019-11-23T14:26:30 | 2019-11-23T14:26:30 | 223,554,073 | 0 | 0 | null | false | 2019-11-24T13:49:22 | 2019-11-23T08:07:58 | 2019-11-23T14:26:48 | 2019-11-24T13:46:51 | 8 | 0 | 0 | 1 | Java | false | false | import exceptions.MyArraySizeException;
public class Main {
static int arraySize = 4;
public static void main(String[] args) {
String[][] MyArray = {{"1", "2", "3", "1"},
{"1", "2", "3", "4"},
{"1", "2", "3", "4"},
{"1", "2", "3", "4"}};
int su... | UTF-8 | Java | 1,769 | java | Main.java | Java | [] | null | [] | import exceptions.MyArraySizeException;
public class Main {
static int arraySize = 4;
public static void main(String[] args) {
String[][] MyArray = {{"1", "2", "3", "1"},
{"1", "2", "3", "4"},
{"1", "2", "3", "4"},
{"1", "2", "3", "4"}};
int su... | 1,769 | 0.484775 | 0.471376 | 62 | 25.467741 | 26.847069 | 123 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.612903 | false | false | 13 |
cebf916cfe82182ee15d15005b37f01d0b6d76c9 | 4,226,247,842,355 | cda7055ec50f4431f47c6ac16a421e234a7d1280 | /src/model/Obra.java | 482da8f0543e124395c3b44ef77742496f569202 | [] | no_license | mativul/G2 | https://github.com/mativul/G2 | 36cd27e57cd037701aeabe2445ce70eac88d3635 | 869928d0f1ff5e2dfffad347f41726e06f4a67c2 | refs/heads/master | 2020-09-05T08:45:23.811000 | 2019-11-06T16:42:13 | 2019-11-06T16:42:13 | 220,046,842 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package model;
/**
*
* @author Usuario
*/
public class Obra {
public int getId_obra() {
return id_obra;
... | UTF-8 | Java | 3,472 | java | Obra.java | Java | [
{
"context": "ditor.\r\n */\r\npackage model;\r\n\r\n/**\r\n *\r\n * @author Usuario\r\n */\r\npublic class Obra {\r\n\r\n public int getId",
"end": 235,
"score": 0.5374478697776794,
"start": 228,
"tag": "USERNAME",
"value": "Usuario"
}
] | 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 model;
/**
*
* @author Usuario
*/
public class Obra {
public int getId_obra() {
return id_obra;
... | 3,472 | 0.575461 | 0.575461 | 146 | 21.780823 | 24.314856 | 155 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.568493 | false | false | 13 |
1d8a1390203a0eb6f97532a020e9846c5d317806 | 17,025,250,390,670 | 43159672c535080386b702a20b5c4899156e7e65 | /Pandora-0.0.7/pandora-implementation/src/main/java/fr/seedle/pandora/singleton/HibernateSingleton.java | 0a283251b4c4c0be9277914c9485760eef34042b | [] | no_license | AnaisT17/Pandora | https://github.com/AnaisT17/Pandora | 92d243fa222b626da3ef103b83ebd6b708abb1b2 | 404d7eaeeadbc2977d91518e28a5f4cf917d2719 | refs/heads/main | 2023-01-13T19:19:15.711000 | 2020-11-18T20:46:00 | 2020-11-18T20:46:00 | 314,024,991 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package fr.seedle.pandora.singleton;
import java.io.File;
import java.io.Serializable;
import org.hibernate.SessionFactory;
import org.hibernate.boot.registry.StandardServiceRegistryBuilder;
import org.hibernate.cfg.Configuration;
import org.hibernate.service.ServiceRegistry;
import fr.seedle.pandora.hibernate.Hiber... | UTF-8 | Java | 1,992 | java | HibernateSingleton.java | Java | [
{
"context": "nate.HibernateConfiguration;\n\n/***\n * \n * @author eric\n *\n */\npublic class HibernateSingleton implements",
"end": 364,
"score": 0.936532199382782,
"start": 360,
"tag": "USERNAME",
"value": "eric"
}
] | null | [] | package fr.seedle.pandora.singleton;
import java.io.File;
import java.io.Serializable;
import org.hibernate.SessionFactory;
import org.hibernate.boot.registry.StandardServiceRegistryBuilder;
import org.hibernate.cfg.Configuration;
import org.hibernate.service.ServiceRegistry;
import fr.seedle.pandora.hibernate.Hiber... | 1,992 | 0.746734 | 0.721106 | 86 | 22.139534 | 26.399508 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.046512 | false | false | 13 |
a257388bb031f970a7ad121d50640c1cfbe94e9b | 26,396,869,004,366 | 95e17619a593adf852dc2a6a2e65b9877c7570c9 | /core/src/com/fearthebadger/studio/rotator/MainMenu.java | abd9bde0acad971aaf743baf92ce40bee50c86fe | [
"Apache-2.0"
] | permissive | FearTheBadger/rotate | https://github.com/FearTheBadger/rotate | 89b0a6143a25925f4c27fb97dd784728173c485d | c5e793e840b47792cfd922dc66da8f45702d94d9 | refs/heads/master | 2016-09-06T05:46:09.768000 | 2015-06-29T04:26:19 | 2015-06-29T04:26:19 | 37,689,345 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.fearthebadger.studio.rotator;
import com.badlogic.gdx.Application;
import com.badlogic.gdx.Gdx;
import com.badlogic.gdx.Input;
import com.badlogic.gdx.InputAdapter;
import com.badlogic.gdx.Screen;
import com.badlogic.gdx.graphics.GL20;
import com.badlogic.gdx.graphics.Texture;
import com.badlogic.gdx.graph... | UTF-8 | Java | 4,154 | java | MainMenu.java | Java | [] | null | [] | package com.fearthebadger.studio.rotator;
import com.badlogic.gdx.Application;
import com.badlogic.gdx.Gdx;
import com.badlogic.gdx.Input;
import com.badlogic.gdx.InputAdapter;
import com.badlogic.gdx.Screen;
import com.badlogic.gdx.graphics.GL20;
import com.badlogic.gdx.graphics.Texture;
import com.badlogic.gdx.graph... | 4,154 | 0.720029 | 0.707511 | 147 | 27.265306 | 22.91995 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.027211 | false | false | 13 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.