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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
4423b155be52e7ff2edf33942407dce24c83f75c | 601,295,488,768 | a06d99697017335956e2f1fac76ffc749af5183a | /com/dp/devweb/common/CommonObject.java | 812bd640a4e7de271f23de6d9b19bcd4c0a749e3 | [] | no_license | mygitzj/javaTest | https://github.com/mygitzj/javaTest | d0a1c7da745df04c497539c302bb93c210e965be | 8cc1a46aa5d0c1f50753fe587637b188b859b6a5 | refs/heads/master | 2020-06-13T22:40:50.452000 | 2019-07-02T07:49:00 | 2019-07-02T07:49:00 | 194,811,356 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package dp.devweb.common;
import java.util.List;
import org.openqa.selenium.By;
import org.openqa.selenium.WebElement;
/**
* @Title: CommonObject.java
* @Description: 获取页面元素公共方法
* @author w01866
* @date 2014年12月21日 下午15:28:52
* @version V4.4
*/
public class CommonObject extends CommonObjectScript {
// 实例化公共操... | UTF-8 | Java | 6,257 | java | CommonObject.java | Java | [
{
"context": "Object.java\n * @Description: 获取页面元素公共方法\n * @author w01866\n * @date 2014年12月21日 下午15:28:52\n * @version V4.4\n",
"end": 200,
"score": 0.9994228482246399,
"start": 194,
"tag": "USERNAME",
"value": "w01866"
}
] | null | [] | package dp.devweb.common;
import java.util.List;
import org.openqa.selenium.By;
import org.openqa.selenium.WebElement;
/**
* @Title: CommonObject.java
* @Description: 获取页面元素公共方法
* @author w01866
* @date 2014年12月21日 下午15:28:52
* @version V4.4
*/
public class CommonObject extends CommonObjectScript {
// 实例化公共操... | 6,257 | 0.586207 | 0.581391 | 276 | 17.807972 | 16.927683 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.460145 | false | false | 8 |
a75e1e45e7e9ec7f0fd5942296a5bde5b86b5d0e | 9,629,316,746,471 | f7e403459a83e0177b6a92e2a64d76de3eead4d5 | /java_design_web/src/main/java/com/haohao/designpatterns/f_delegate/demo1/Leader.java | fd6fa455b0b144c38d73e4a7b5e46805660c014d | [] | no_license | guanhao20170227/gupao_test_code | https://github.com/guanhao20170227/gupao_test_code | 19af55e041543ab4ed7b02e4ac64b626d6154102 | 66a5ccfc3d6a2b5f3b528a2b56ce53247634b7bc | refs/heads/master | 2021-07-16T09:34:41.707000 | 2019-12-12T12:24:08 | 2019-12-12T12:24:08 | 218,044,917 | 0 | 0 | null | false | 2020-10-13T18:10:18 | 2019-10-28T12:47:08 | 2019-12-12T12:24:19 | 2020-10-13T18:10:16 | 222 | 0 | 0 | 4 | Java | false | false | package com.haohao.designpatterns.f_delegate.demo1;
public class Leader {
public String acceptCommandFromBoss(String command) {
// 关于这里的 if-else 的优化, 等学习完成策略模式后在优化;
if ("加密".equals(command)) {
return new EmployeeA().acceptCommandFromLeader(command);
} else if ("架构".equals(com... | UTF-8 | Java | 589 | java | Leader.java | Java | [] | null | [] | package com.haohao.designpatterns.f_delegate.demo1;
public class Leader {
public String acceptCommandFromBoss(String command) {
// 关于这里的 if-else 的优化, 等学习完成策略模式后在优化;
if ("加密".equals(command)) {
return new EmployeeA().acceptCommandFromLeader(command);
} else if ("架构".equals(com... | 589 | 0.615694 | 0.613682 | 16 | 30.0625 | 25.525646 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4375 | false | false | 8 |
0176275772b1d4a34922485d20f97a5ef5fac354 | 23,596,550,390,365 | 6c02c05e5556bc2685b227683557be244894fa02 | /JHangmanClient/src/jhangmanclient/game_data/NoGameException.java | 37855571770eb5ca8c75ce935d32d67052457132 | [] | no_license | gcali/jhangman | https://github.com/gcali/jhangman | 0c821c05f591135d151749d0275750a6847bed79 | 592acd84385a2ff47975dcaf77f6a5380b531c87 | refs/heads/master | 2021-01-13T10:07:07.247000 | 2016-10-27T14:23:32 | 2016-10-27T14:23:32 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package jhangmanclient.game_data;
public class NoGameException extends Exception {
/**
*
*/
private static final long serialVersionUID = 1L;
public NoGameException() {
// TODO Auto-generated constructor stub
}
public NoGameException(String message) {
super(message);
... | UTF-8 | Java | 900 | java | NoGameException.java | Java | [] | null | [] | package jhangmanclient.game_data;
public class NoGameException extends Exception {
/**
*
*/
private static final long serialVersionUID = 1L;
public NoGameException() {
// TODO Auto-generated constructor stub
}
public NoGameException(String message) {
super(message);
... | 900 | 0.663333 | 0.662222 | 35 | 24.714285 | 23.516039 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 8 |
52a9decb83fef645c043384c556af6cfa8c6f750 | 17,935,783,430,907 | cca12317117d6fa84414826d355aa1bd0877ded5 | /auto-value-utils/src/test/resources/input/SampleNestedTypePrototype.java | 46c2e7c25f9cb715c671534cc67b18c130972100 | [
"MIT"
] | permissive | slim-gears/utils | https://github.com/slim-gears/utils | dac9c3ad73cc513b48b096314ab6e22545bb2a47 | ad32f3652ea3ded911ff328e813fec64bba00b1a | refs/heads/master | 2022-08-31T19:34:38.819000 | 2022-07-21T03:58:20 | 2022-07-21T03:58:20 | 145,894,323 | 1 | 3 | MIT | false | 2020-08-30T08:28:54 | 2018-08-23T18:47:58 | 2020-08-30T08:13:31 | 2020-08-30T08:27:12 | 863 | 1 | 3 | 0 | Java | false | false | package com.slimgears.sample;
import com.slimgears.util.autovalue.annotations.UseMetaDataExtension;
import com.slimgears.util.autovalue.annotations.AutoValuePrototype;
@AutoValuePrototype
@UseMetaDataExtension
public interface SampleNestedTypePrototype {
enum NestedEnum {
Value1,
Value2
}
... | UTF-8 | Java | 343 | java | SampleNestedTypePrototype.java | Java | [] | null | [] | package com.slimgears.sample;
import com.slimgears.util.autovalue.annotations.UseMetaDataExtension;
import com.slimgears.util.autovalue.annotations.AutoValuePrototype;
@AutoValuePrototype
@UseMetaDataExtension
public interface SampleNestedTypePrototype {
enum NestedEnum {
Value1,
Value2
}
... | 343 | 0.77551 | 0.769679 | 15 | 21.866667 | 21.715944 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 8 |
e140101e9619c8384fd23bf7d4222e36a4f3326a | 17,935,783,433,537 | cdbb5c37ce90afd068a8744be279c8a7dc4708cd | /src/com/hillel/lesson9/classwork/Cat.java | dd40a7c5cc83097c7ab1565f61719290ca8912a0 | [] | no_license | vladimirvasylenko/HillelJava | https://github.com/vladimirvasylenko/HillelJava | 731d749cb970fee94a413cb7a06e046b8a01b908 | 131df354044040853ccfc06a31f42cf97c57c5e2 | refs/heads/master | 2023-07-01T15:50:11.333000 | 2021-08-08T12:15:22 | 2021-08-08T12:15:22 | 345,041,809 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.hillel.lesson9.classwork;
public class Cat extends Animal {
private int energy;
public Cat(String name, int age) {
// call the parent constructor
super(name, age);
this.energy = 100;
}
@Override
public void getAnimalSound() {
System.out.println("cat sou... | UTF-8 | Java | 637 | java | Cat.java | Java | [] | null | [] | package com.hillel.lesson9.classwork;
public class Cat extends Animal {
private int energy;
public Cat(String name, int age) {
// call the parent constructor
super(name, age);
this.energy = 100;
}
@Override
public void getAnimalSound() {
System.out.println("cat sou... | 637 | 0.55102 | 0.540031 | 27 | 22.592592 | 19.104506 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.407407 | false | false | 8 |
0d3fa98816a49f1f5ff554a06830468b9c35ac97 | 3,032,246,972,400 | c42bb1dcc3814c618f4eddccf4cc0aa21a767d25 | /app/src/main/java/com/mf/myapp/MainActivity.java | d45cf18a97bbaf8de20bbace9e8484cd279927ce | [] | no_license | fahedawad/myapp | https://github.com/fahedawad/myapp | d8609759d4a323ff17ccfb05d320a7512d71fe26 | c3d8c77ca37ac60603384c7c2673635ae903853a | refs/heads/master | 2020-05-01T01:15:53.664000 | 2019-03-22T18:31:02 | 2019-03-22T18:31:02 | 177,191,169 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mf.myapp;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.LinearLayout;
import android.widget.TextView;
public class MainActivity extends AppCompatActivity {
TextVie... | UTF-8 | Java | 1,671 | java | MainActivity.java | Java | [] | null | [] | package com.mf.myapp;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.LinearLayout;
import android.widget.TextView;
public class MainActivity extends AppCompatActivity {
TextVie... | 1,671 | 0.62298 | 0.622382 | 54 | 29.944445 | 20.804573 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.62963 | false | false | 8 |
5763577cecf457d693869a06afb01c8b59f09b4b | 1,125,281,489,633 | 44b9ad1c86d67376d9ececffc9dd18a8b7829a4e | /MicoservicesLearning/movie-rating-with-hystrix/src/main/java/com/example/movieratingwithhystrix/service/MovieService.java | c20f60d6a733645f994baeda586c08f946e57105 | [] | no_license | mdfraz13/MicroservicesLearning | https://github.com/mdfraz13/MicroservicesLearning | 8aea844b2303cf4a56cb6c5b01ff9464593183e9 | 6e14513aa1d8af2f4f713a628bd7adf8af227f43 | refs/heads/master | 2023-04-20T19:29:12.943000 | 2021-05-15T04:31:03 | 2021-05-15T04:31:03 | 336,275,315 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.movieratingwithhystrix.service;
import com.example.movieratingwithhystrix.beans.Movie;
import com.example.movieratingwithhystrix.beans.MovieRatings;
import com.example.movieratingwithhystrix.beans.Rating;
import com.netflix.hystrix.contrib.javanica.annotation.HystrixCommand;
import org.springframew... | UTF-8 | Java | 1,364 | java | MovieService.java | Java | [] | null | [] | package com.example.movieratingwithhystrix.service;
import com.example.movieratingwithhystrix.beans.Movie;
import com.example.movieratingwithhystrix.beans.MovieRatings;
import com.example.movieratingwithhystrix.beans.Rating;
import com.netflix.hystrix.contrib.javanica.annotation.HystrixCommand;
import org.springframew... | 1,364 | 0.723607 | 0.721408 | 40 | 33.099998 | 27.050694 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.55 | false | false | 8 |
74d31e03228b6f7dc0fc4c79d7e74dd015dc7493 | 4,037,269,326,259 | 1813f1c35ebcf2995a9746433ff7f908bc15a51c | /Simmapservice/src/test/java/testenvironment/TestConnection.java | 50492f0ff31aece484b9e891c9d9ab274e05ab9b | [] | no_license | HSR-Bachelor-Dominik-Fabian/traffic-model-case-study-editor | https://github.com/HSR-Bachelor-Dominik-Fabian/traffic-model-case-study-editor | 2f6078d4d32b2e189e55bf1508259bc81e0bbe15 | 5585cf6656b41db350a693e6a3cd75199de99f61 | refs/heads/master | 2021-06-03T19:25:45.132000 | 2016-06-14T12:25:16 | 2016-06-14T12:25:16 | 52,432,151 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package testenvironment;
import dataaccess.connectionutils.IConnection;
import org.jooq.tools.jdbc.MockConnection;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.SQLException;
import java.util.Properties;
public class TestConnection implements IConnection {
public TestConnection(Conne... | UTF-8 | Java | 1,019 | java | TestConnection.java | Java | [] | null | [] | package testenvironment;
import dataaccess.connectionutils.IConnection;
import org.jooq.tools.jdbc.MockConnection;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.SQLException;
import java.util.Properties;
public class TestConnection implements IConnection {
public TestConnection(Conne... | 1,019 | 0.737978 | 0.737978 | 29 | 34.137932 | 29.526989 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.517241 | false | false | 8 |
bc15f04f2e75b156bdae91f236931619a7a16f93 | 24,799,141,231,894 | 959fac1472ba9a9138ac7bce59e35db498a273dd | /app/src/main/java/org/tensorflow/lite/examples/detection/Retrofit/Service.java | ee66a02a14d16564e5fa4d069bffcae25368e34c | [] | no_license | phamthaicong/android | https://github.com/phamthaicong/android | 777e43143b553fecfe721031683c356e7ab4ecfb | 4d7416440dbf1ba705e1b11c01c64b4b86f2eba2 | refs/heads/master | 2023-03-13T06:58:23.925000 | 2021-03-01T01:52:25 | 2021-03-01T01:52:25 | 343,260,664 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.tensorflow.lite.examples.detection.Retrofit;
import org.tensorflow.lite.examples.detection.Model.ChooseCheckIn;
import org.tensorflow.lite.examples.detection.Model.PostImage;
import java.util.List;
import retrofit2.Call;
import retrofit2.http.Body;
import retrofit2.http.GET;
import retrofit2.http.POST;
... | UTF-8 | Java | 720 | java | Service.java | Java | [] | null | [] | package org.tensorflow.lite.examples.detection.Retrofit;
import org.tensorflow.lite.examples.detection.Model.ChooseCheckIn;
import org.tensorflow.lite.examples.detection.Model.PostImage;
import java.util.List;
import retrofit2.Call;
import retrofit2.http.Body;
import retrofit2.http.GET;
import retrofit2.http.POST;
... | 720 | 0.751389 | 0.745833 | 25 | 27.799999 | 25.201588 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.48 | false | false | 8 |
38de1649625c468462516ddd1af7288f188b5513 | 9,070,970,931,185 | c2b273cdc2fd2eb21c5d59e32a9dd372c6b1376e | /src/main/java/ContactData.java | 428d056d12c422ab687c4bb43fdc7139e7d4f45b | [] | no_license | MocaDD/Module_5_AddressBook | https://github.com/MocaDD/Module_5_AddressBook | 74fdf75d51b8018ec1196ad63a1cf0842b37f719 | c93db6e8939613d0b097e94b8c65e260c635ee8e | refs/heads/master | 2020-07-08T06:15:12.449000 | 2019-08-21T14:02:40 | 2019-08-21T14:02:40 | 203,589,771 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
public class ContactData implements java.io.Serializable {
} | UTF-8 | Java | 69 | java | ContactData.java | Java | [] | null | [] |
public class ContactData implements java.io.Serializable {
} | 69 | 0.724638 | 0.724638 | 5 | 11.8 | 23.103247 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0 | false | false | 8 |
ace380912b8758b8f55f688cf0a28dfd006f00e4 | 12,824,772,405,594 | d604aca819874fd82840ccbd96388230ad5399e7 | /src/main/java/controller/OrderController.java | bacbd5b03e9924535360b5bf87b6cea532546a55 | [] | no_license | filipiakp/Hurtownia | https://github.com/filipiakp/Hurtownia | fe44dc61f8e5a96f4dd3093ce2d0f90b041e61ed | dd0cb35105fcf8fe5984522fc85a3520483a6a3e | refs/heads/master | 2020-03-18T08:43:06.218000 | 2018-10-04T17:48:55 | 2018-10-04T17:48:55 | 134,523,755 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package controller;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import javax.swing.JButton;
import entities.OrderProduct;
import entities.PurchaseOrder;
import model.OrderModel;
import model.OrderProductModel;
import view.OrderView;
/**
* Klasa odpowiadająca za reakcję na akcje użytkow... | UTF-8 | Java | 3,407 | java | OrderController.java | Java | [] | null | [] | package controller;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import javax.swing.JButton;
import entities.OrderProduct;
import entities.PurchaseOrder;
import model.OrderModel;
import model.OrderProductModel;
import view.OrderView;
/**
* Klasa odpowiadająca za reakcję na akcje użytkow... | 3,407 | 0.738977 | 0.738977 | 106 | 31.094339 | 28.184544 | 133 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.367924 | false | false | 8 |
902c108de59286cae3915cb23e89a7bfddb3937a | 68,719,526,650 | 804d82d9974f2a0b17398c3558fd3fd68f170398 | /src/main/java/com/upgrade/islandreservationsapi/exception/ReservationNotFoundException.java | 849db9e661b8be918eca6d6973491ce88a600a94 | [] | no_license | damiancardozo/island-reservations-api | https://github.com/damiancardozo/island-reservations-api | 83bd428f00fcfebf08f48a386487bc360df491bd | c0565f04f640612a847f35ccd01b22bef9cad668 | refs/heads/master | 2020-04-20T01:01:57.961000 | 2019-03-11T06:07:46 | 2019-03-11T06:07:46 | 168,534,598 | 0 | 0 | null | false | 2019-03-11T06:07:47 | 2019-01-31T14:02:46 | 2019-03-09T15:12:14 | 2019-03-11T06:07:47 | 81 | 0 | 0 | 0 | Java | false | null | package com.upgrade.islandreservationsapi.exception;
public class ReservationNotFoundException extends Exception {
public ReservationNotFoundException() {
super("Reservation not found");
}
public ReservationNotFoundException(Integer id) {
super(String.format("Reservation with id %d not fo... | UTF-8 | Java | 341 | java | ReservationNotFoundException.java | Java | [] | null | [] | package com.upgrade.islandreservationsapi.exception;
public class ReservationNotFoundException extends Exception {
public ReservationNotFoundException() {
super("Reservation not found");
}
public ReservationNotFoundException(Integer id) {
super(String.format("Reservation with id %d not fo... | 341 | 0.727273 | 0.727273 | 13 | 25.23077 | 26.516045 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.307692 | false | false | 8 |
4122133a11a304a17e6152e9e98f156781867dac | 10,617,159,218,359 | 3bdb4e8aadd1af974355cd4860658a5fd7e78df2 | /ImputationAlgorithms/src/hotdeckimputation/HotDeck.java | 6698b44e257d6c0251c81a8db53805d16b328368 | [] | no_license | kaplansinan/Imputation-of-Missing-Data | https://github.com/kaplansinan/Imputation-of-Missing-Data | f46baecdc0a046a4a49b95aa9223d60276b9fad7 | 97b34358e709b66d061fcaf2de4f6a7381acdac7 | refs/heads/master | 2021-03-12T23:57:33.180000 | 2015-03-30T16:01:57 | 2015-03-30T16:01:57 | 33,132,897 | 2 | 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 hotdeckimputation;
import java.io.BufferedReader;
import java.io.FileReader;
import java.io.FileWriter;
import java.io.IOExcep... | UTF-8 | Java | 15,552 | java | HotDeck.java | Java | [
{
"context": "ndom;\nimport java.util.Scanner;\n\n/**\n *\n * @author Sin@n K@pl@n\n * This class implements the hot deck tec",
"end": 483,
"score": 0.6645218729972839,
"start": 478,
"tag": "NAME",
"value": "Sin@n"
},
{
"context": "mport java.util.Scanner;\n\n/**\n *\n * @author Sin... | 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 hotdeckimputation;
import java.io.BufferedReader;
import java.io.FileReader;
import java.io.FileWriter;
import java.io.IOExcep... | 15,552 | 0.493634 | 0.486175 | 442 | 34.18552 | 26.445059 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.513575 | false | false | 8 |
1e84a26668b3dabe8d7621a72e93ab73f25368ed | 13,864,154,479,000 | f0280acaa007f9afab1585a74f79b55be19b0441 | /app/src/main/java/com/sarahehabm/orangerx/business/MainBusiness.java | 2fc0ef5676b6abcfc1172468b2810095605f9e56 | [] | no_license | SarahEhabMostafa/OrangeRx | https://github.com/SarahEhabMostafa/OrangeRx | 371ab98cf8a18798d5fc5a13674da2be7d3b63cb | cd697e10da0c306decd8a235923b87f177c8ec1a | refs/heads/master | 2020-05-24T20:23:03.444000 | 2017-03-16T01:02:27 | 2017-03-16T01:02:27 | 84,878,130 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.sarahehabm.orangerx.business;
import com.sarahehabm.orangerx.model.LocationList;
import com.sarahehabm.orangerx.model.User;
import com.sarahehabm.orangerx.model.UserList;
import rx.Observer;
import rx.android.schedulers.AndroidSchedulers;
import rx.schedulers.Schedulers;
/**
* Created by Sarah E. Mostaf... | UTF-8 | Java | 3,258 | java | MainBusiness.java | Java | [
{
"context": "mport rx.schedulers.Schedulers;\n\n/**\n * Created by Sarah E. Mostafa on 12-Mar-17.\n */\npublic class MainBusiness {\n ",
"end": 321,
"score": 0.999883234500885,
"start": 305,
"tag": "NAME",
"value": "Sarah E. Mostafa"
}
] | null | [] | package com.sarahehabm.orangerx.business;
import com.sarahehabm.orangerx.model.LocationList;
import com.sarahehabm.orangerx.model.User;
import com.sarahehabm.orangerx.model.UserList;
import rx.Observer;
import rx.android.schedulers.AndroidSchedulers;
import rx.schedulers.Schedulers;
/**
* Created by <NAME> on 12-Ma... | 3,248 | 0.538674 | 0.537446 | 93 | 34.032257 | 27.742073 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.225806 | false | false | 8 |
26e4c82685831d7bfaf94d791699f9512b60b6b8 | 2,164,663,569,347 | 3fe383525b2dcd3f9a405c5105a4562983c7f7fa | /mlod/src/main/java/wvw/utils/log/target/FileTarget.java | 6a27d6773fd779e289d0ec4ae8102d5b9d5682de | [
"Apache-2.0"
] | permissive | william-vw/mlod | https://github.com/william-vw/mlod | 7e013d999878a1fcd16e4add94e62626a16875a5 | 20d67f8790ef24527d2e0baff4b5dd053b5ab621 | refs/heads/master | 2023-07-25T12:35:00.658000 | 2022-03-02T16:03:55 | 2022-03-02T16:03:55 | 253,907,808 | 0 | 0 | Apache-2.0 | false | 2023-07-23T11:15:08 | 2020-04-07T20:44:36 | 2022-03-02T15:11:20 | 2023-07-23T11:15:04 | 11,572 | 0 | 0 | 10 | HTML | false | false | package wvw.utils.log.target;
import java.io.File;
import java.io.FileWriter;
import java.io.IOException;
import wvw.utils.log.format.Formatter;
public class FileTarget extends FormattedLogTarget {
// private int cnt = 0;
// private int limit = 10;
private FileWriter writer;
public FileTarget(String path) {
... | UTF-8 | Java | 1,155 | java | FileTarget.java | Java | [] | null | [] | package wvw.utils.log.target;
import java.io.File;
import java.io.FileWriter;
import java.io.IOException;
import wvw.utils.log.format.Formatter;
public class FileTarget extends FormattedLogTarget {
// private int cnt = 0;
// private int limit = 10;
private FileWriter writer;
public FileTarget(String path) {
... | 1,155 | 0.662338 | 0.658874 | 67 | 16.253731 | 17.201477 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.656716 | false | false | 8 |
80a804132dec4b0a7b535b764495f2241c739864 | 38,431,367,392,969 | e346b0875aa38f051fc4001eb77ab167c9031f4e | /src/main/java/com/netty/proj/NettyDemo/aio/AsyncTimeServerHandler.java | 63092b74446a9edcd88621b2bde02bf6521e7f00 | [] | no_license | edisongchen/NettyDemo | https://github.com/edisongchen/NettyDemo | e1628d3ecc3a8ac662c4fbbfcfd4cdeb602e2e00 | d62dbd395bfc5b94a7325a64315dd50590e4fee5 | refs/heads/master | 2021-06-10T03:51:52.236000 | 2016-12-13T13:50:51 | 2016-12-13T13:50:51 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.netty.proj.NettyDemo.aio;
import java.io.IOException;
import java.net.InetSocketAddress;
import java.nio.channels.AsynchronousServerSocketChannel;
import java.util.concurrent.CountDownLatch;
/**
* 忽略半包处理
* Created by ctg on 2016/11/8.
*/
public class AsyncTimeServerHandler implements Runnable {
p... | UTF-8 | Java | 1,472 | java | AsyncTimeServerHandler.java | Java | [
{
"context": "rrent.CountDownLatch;\n\n/**\n * 忽略半包处理\n * Created by ctg on 2016/11/8.\n */\npublic class AsyncTimeServerHan",
"end": 236,
"score": 0.9996325969696045,
"start": 233,
"tag": "USERNAME",
"value": "ctg"
}
] | null | [] | package com.netty.proj.NettyDemo.aio;
import java.io.IOException;
import java.net.InetSocketAddress;
import java.nio.channels.AsynchronousServerSocketChannel;
import java.util.concurrent.CountDownLatch;
/**
* 忽略半包处理
* Created by ctg on 2016/11/8.
*/
public class AsyncTimeServerHandler implements Runnable {
p... | 1,472 | 0.669617 | 0.663717 | 47 | 27.851065 | 25.430738 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.446809 | false | false | 8 |
cf93889a06864616804a9791fd9908a313bc64ee | 2,954,937,544,527 | fc160694094b89ab09e5c9a0f03db80437eabc93 | /java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/RoutersClient.java | 790d676745f889f668619d2cc5dbd5c9840f10b5 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | googleapis/google-cloud-java | https://github.com/googleapis/google-cloud-java | 4f4d97a145e0310db142ecbc3340ce3a2a444e5e | 6e23c3a406e19af410a1a1dd0d0487329875040e | refs/heads/main | 2023-09-04T09:09:02.481000 | 2023-08-31T20:45:11 | 2023-08-31T20:45:11 | 26,181,278 | 1,122 | 685 | Apache-2.0 | false | 2023-09-13T21:21:23 | 2014-11-04T17:57:16 | 2023-09-13T01:26:53 | 2023-09-13T21:21:22 | 662,277 | 1,769 | 1,100 | 75 | Java | false | false | /*
* Copyright 2023 Google LLC
*
* 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
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... | UTF-8 | Java | 72,057 | java | RoutersClient.java | Java | [
{
"context": "rderBy-1207110587\")\n * .setPageToken(\"pageToken873572522\")\n * .setProject(\"project-309310695\")",
"end": 10749,
"score": 0.886508584022522,
"start": 10731,
"tag": "PASSWORD",
"value": "pageToken873572522"
},
{
"context": "rderBy-1207110587\... | null | [] | /*
* Copyright 2023 Google LLC
*
* 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
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... | 72,044 | 0.684236 | 0.665015 | 1,738 | 40.459724 | 30.718531 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.266398 | false | false | 8 |
6bb7b75cdc110afe0a062810cf6d07b8285a782a | 33,818,572,513,406 | 171f47ccb896c182cb37df8bba199885db39b0f0 | /src/com/doublesunflower/twask/view/subactivities/TagListSubActivity.java | 3e5a7199aff0da99bd3491de95eabe374bff9727 | [] | no_license | andrewzeus/twask | https://github.com/andrewzeus/twask | 6468847daab3c8646fbfb7144a50d01f941bc7f4 | 66972afe3011b2857ed54975792cfe788d64d590 | refs/heads/master | 2021-01-10T19:33:47.542000 | 2010-04-02T21:18:04 | 2010-04-02T21:18:04 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright (C) 2009 Double Sunflower Holdings Corp.
*
* 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 | 13,228 | java | TagListSubActivity.java | Java | [
{
"context": " Task Recording Dashboard\n *\n * Copyright (c) 2009 Tim Su\n *\n * This program is free software; you can redi",
"end": 791,
"score": 0.9976614713668823,
"start": 785,
"tag": "NAME",
"value": "Tim Su"
},
{
"context": "ser to see all tasks for a given tag\n *\n * @autho... | null | [] | /*
* Copyright (C) 2009 Double Sunflower Holdings Corp.
*
* 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... | 13,211 | 0.633429 | 0.629422 | 378 | 33.997353 | 25.512886 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.690476 | false | false | 8 |
fb0a4aa993dcad50acdb67ee17d49ce57aac7a3e | 27,994,596,892,548 | d142c8b8a3aa73b52c3e02c6af9ac3016898cbdb | /Box.java | 495afc6e7c6147d7b3d1e9e1ef290fc70d254a06 | [] | no_license | zepedak1/Java-Works | https://github.com/zepedak1/Java-Works | 1768b4c5c8672667365f96c4d065068eb8765edd | 0bf871e5444482d756b34ad48b74300379d01739 | refs/heads/master | 2020-08-29T16:55:53.300000 | 2019-10-30T17:41:20 | 2019-10-30T17:41:20 | 218,101,499 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public class Box
{
public int length, width, height;
public void make(int length)
{
this.width = 0;
this.height = 0;
System.out.println("Length: " + length);
System.out.println("Width: " + this.width);
System.out.println("Height: " + this.height);
System.out.println("Line Created");
}
public v... | UTF-8 | Java | 782 | java | Box.java | Java | [] | null | [] | public class Box
{
public int length, width, height;
public void make(int length)
{
this.width = 0;
this.height = 0;
System.out.println("Length: " + length);
System.out.println("Width: " + this.width);
System.out.println("Height: " + this.height);
System.out.println("Line Created");
}
public v... | 782 | 0.650895 | 0.647059 | 28 | 26.964285 | 17.203575 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.285714 | false | false | 8 |
cddd4fed4bb071106ac77509a58ba3b36744f1a1 | 17,454,747,127,724 | 3b8dd605f64f206b8bf54b90550894f1ff25f96a | /src/com/haojiahong/weixin/message/menu/Menu.java | 9360f3132ee07e17a23fb1601788f6d858eafd1c | [] | no_license | haojiahong/wechat | https://github.com/haojiahong/wechat | b9e6889cb93f036fee28c8d17d9dcf2c5d44267a | 5462aecd8f48fa9b24179911ec428473da8d7f53 | refs/heads/master | 2021-01-10T11:38:01.467000 | 2016-02-18T13:55:53 | 2016-02-18T13:55:53 | 45,046,356 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.haojiahong.weixin.message.menu;
/**
* ²Ëµ¥
* @author haojiahong
*
* @createtime 2015-7-16
*/
public class Menu {
private BaseButton[] button;
public BaseButton[] getButton() {
return button;
}
public void setButton(BaseButton[] button) {
this.button = button;
}
}
| WINDOWS-1252 | Java | 296 | java | Menu.java | Java | [
{
"context": "iahong.weixin.message.menu;\n/**\n * ²Ëµ¥\n * @author haojiahong\n *\n * @createtime 2015-7-16\n */\npublic class Menu",
"end": 77,
"score": 0.9994429349899292,
"start": 67,
"tag": "USERNAME",
"value": "haojiahong"
}
] | null | [] | package com.haojiahong.weixin.message.menu;
/**
* ²Ëµ¥
* @author haojiahong
*
* @createtime 2015-7-16
*/
public class Menu {
private BaseButton[] button;
public BaseButton[] getButton() {
return button;
}
public void setButton(BaseButton[] button) {
this.button = button;
}
}
| 296 | 0.681507 | 0.65411 | 18 | 15.222222 | 14.800735 | 45 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.722222 | false | false | 8 |
a312302b241c847898acb1edd5ec4853ad656da2 | 15,839,839,428,628 | e377f4338bf44ada428eb1236aa964ab32bd0876 | /src/main/java/com/yozora/pojo/MeettingNews.java | cbcb588e28bb5da348679d4fe3e89ee036f8ce8f | [] | no_license | yonusona/meetting | https://github.com/yonusona/meetting | 1cad8190758b9bfef4cfd14ae0844fc852c56afe | 482e13a3149526339711ac75d27a70d688610224 | refs/heads/master | 2020-04-02T16:10:25.942000 | 2018-11-13T02:51:46 | 2018-11-13T02:51:46 | 154,601,416 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.yozora.pojo;
/**
* @Auther: yozora
* @Date: 2018/10/23 20:27
* @Description:
*/
public class MeettingNews {
private String meettingNewsId;
private String meettingNewsName;
private String meettingNewsDes;
private String meettingNewsUrl;
private String meettingNewsHead;
private ... | UTF-8 | Java | 1,925 | java | MeettingNews.java | Java | [
{
"context": "package com.yozora.pojo;\n\n/**\n * @Auther: yozora\n * @Date: 2018/10/23 20:27\n * @Description:\n */\n\n",
"end": 48,
"score": 0.9996318817138672,
"start": 42,
"tag": "USERNAME",
"value": "yozora"
}
] | null | [] | package com.yozora.pojo;
/**
* @Auther: yozora
* @Date: 2018/10/23 20:27
* @Description:
*/
public class MeettingNews {
private String meettingNewsId;
private String meettingNewsName;
private String meettingNewsDes;
private String meettingNewsUrl;
private String meettingNewsHead;
private ... | 1,925 | 0.687792 | 0.681558 | 77 | 24 | 25.353603 | 160 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.38961 | false | false | 8 |
db3157e49d3f0a3d6c687d12f0b59ed96ca2a727 | 32,091,995,686,774 | 9d18776fd39c8fd4546e496b59a4ae8491736abb | /028-api-hu/src/main/java/com/keqi/apihu/pj/service/PjDatasourceTableColumnService.java | e0ed8832783469d4a2fe1746b1b932366f898d69 | [
"Apache-2.0"
] | permissive | WendellTeam/code-java | https://github.com/WendellTeam/code-java | 2da6d127fcd7ccbe59ec5b7d4b92904a43614f65 | 054aee871f7e25c0a5766ce5422e71be49dd543f | refs/heads/master | 2023-06-11T23:53:22.087000 | 2021-07-02T13:51:46 | 2021-07-02T13:51:46 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.keqi.apihu.pj.service;
import com.keqi.apihu.pj.domain.PjDatasourceTableColumnDO;
import java.util.List;
public interface PjDatasourceTableColumnService {
int deleteByPrimaryKey(Long id);
int insert(PjDatasourceTableColumnDO record);
int insertSelective(PjDatasourceTableColumnDO record);
PjDatas... | UTF-8 | Java | 630 | java | PjDatasourceTableColumnService.java | Java | [] | null | [] | package com.keqi.apihu.pj.service;
import com.keqi.apihu.pj.domain.PjDatasourceTableColumnDO;
import java.util.List;
public interface PjDatasourceTableColumnService {
int deleteByPrimaryKey(Long id);
int insert(PjDatasourceTableColumnDO record);
int insertSelective(PjDatasourceTableColumnDO record);
PjDatas... | 630 | 0.844444 | 0.844444 | 26 | 23.23077 | 27.031759 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.730769 | false | false | 8 |
63db91f55def8def9672285ca8c4ec35dba5d0e1 | 10,050,223,512,323 | a3eecdc4f5f980f89179a0e1cc98cb4af45db7a9 | /src/main/java/org/reso/service/security/Provider.java | 81e82129759d39eb613a8e0749dc3ba8477391da | [
"MIT"
] | permissive | pedem/reso-web-api-reference-server | https://github.com/pedem/reso-web-api-reference-server | fd25e7091d797e7e4ed7888f3cdbbfe0d9b44ead | 77b723f95a92417f9438d8153344953bd0560565 | refs/heads/main | 2023-07-11T01:13:13.641000 | 2021-08-18T21:45:31 | 2021-08-18T21:45:31 | 397,369,464 | 0 | 0 | MIT | true | 2021-08-17T19:26:55 | 2021-08-17T19:26:55 | 2021-08-10T02:26:04 | 2021-07-22T23:25:38 | 1,231 | 0 | 0 | 0 | null | false | false | package org.reso.service.security;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
public interface Provider
{
boolean verify(final HttpServletRequest req);
void unauthorizedResponse(final HttpServletResponse resp);
}
| UTF-8 | Java | 273 | java | Provider.java | Java | [] | null | [] | package org.reso.service.security;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
public interface Provider
{
boolean verify(final HttpServletRequest req);
void unauthorizedResponse(final HttpServletResponse resp);
}
| 273 | 0.820513 | 0.820513 | 12 | 21.75 | 22.86236 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.416667 | false | false | 8 |
06b11342ff7b960c8d050f945067c33847c3ec96 | 24,464,133,760,337 | ac3d086a36109cdecc1e2f92e01a4b072fa9cfb4 | /howto-java-coding/src/com/software/basic/problem/FloatExample2.java | ce806bb0e64d1ede8687c7c0ed75d3d47a6982ee | [] | no_license | uuin99/howto-java-coding | https://github.com/uuin99/howto-java-coding | 57fdd6165a5c3406f05a606eadfda4bdefd40bf5 | 8760919c1b759df63bd7cc588fb7c1d4859c813c | refs/heads/master | 2020-12-25T07:44:45.278000 | 2016-08-02T16:15:25 | 2016-08-02T16:15:25 | 63,481,308 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.software.basic.problem;
public class FloatExample2 {
public static void main(String[] args) {
// 자바 7에서는 아래와 같이 숫자 사이에 언더바로 자릿수를 구분할 수 있다.
// 하지만 자바 7 이전 버전에서는 적용되지 않는다.
int value1 = 2_000_000_000;
int value2 = 2_000_000_050;
float fValue1 = 2_000_000_000;
float fValue2 = 2_000_000_050;
/... | UTF-8 | Java | 713 | java | FloatExample2.java | Java | [] | null | [] | package com.software.basic.problem;
public class FloatExample2 {
public static void main(String[] args) {
// 자바 7에서는 아래와 같이 숫자 사이에 언더바로 자릿수를 구분할 수 있다.
// 하지만 자바 7 이전 버전에서는 적용되지 않는다.
int value1 = 2_000_000_000;
int value2 = 2_000_000_050;
float fValue1 = 2_000_000_000;
float fValue2 = 2_000_000_050;
/... | 713 | 0.613757 | 0.513228 | 17 | 32.35294 | 29.937073 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.705882 | false | false | 8 |
a3687109a2ebb15f2053898ec9e5e60ee05dffac | 28,123,445,899,491 | f6a9e18edd22aa7aad3f98a1c124975b3c126a03 | /src/test/java/net/digitaltsunami/tmeter/KeyedTimerNotesTest.java | 1f41aea7310b4691fc54b9638aa63218fd3a8263 | [] | no_license | danhagberg/TMeter | https://github.com/danhagberg/TMeter | 97410bd9ef495c610baaff2a1647ac3ec5ede26b | dfde28124548d602411e70b8bfe0d6e4aad580cd | refs/heads/master | 2021-01-21T21:48:36.366000 | 2014-09-30T02:40:06 | 2014-09-30T02:40:06 | 1,627,061 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package net.digitaltsunami.tmeter;
import static org.junit.Assert.*;
import org.junit.Before;
import org.junit.Test;
public class KeyedTimerNotesTest extends TimerNotesTest {
@Override
protected TimerNotes createTimerNotes(String[] keys, Object[] vals) {
Object[] interleaved = new Object[keys.length... | UTF-8 | Java | 10,235 | java | KeyedTimerNotesTest.java | Java | [] | null | [] | package net.digitaltsunami.tmeter;
import static org.junit.Assert.*;
import org.junit.Before;
import org.junit.Test;
public class KeyedTimerNotesTest extends TimerNotesTest {
@Override
protected TimerNotes createTimerNotes(String[] keys, Object[] vals) {
Object[] interleaved = new Object[keys.length... | 10,235 | 0.627455 | 0.620127 | 245 | 40.775509 | 29.158726 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.661224 | false | false | 8 |
6f38477ce8246e97109f9612f755ef47d325d590 | 128,849,072,670 | 86f90c34fb43c7b8501da714aaf67f1dbd32cbb8 | /src/main/java/us/rlit/arrays/ResizingArrays.java | 984ce292a2e2c09e319679514910aa4dbdef8206 | [] | no_license | rDevelop/master-class | https://github.com/rDevelop/master-class | 01e1a2af4fccd713aa231011eb895f7a592d6806 | fa5acfe107b723c83ceab0d338435b69e57263c4 | refs/heads/master | 2020-03-28T15:01:34.283000 | 2018-11-30T21:51:53 | 2018-11-30T21:51:53 | 148,547,784 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package us.rlit.arrays;
import java.util.Arrays;
import java.util.Scanner;
public class ResizingArrays {
private static Scanner s = new Scanner(System.in);
private static int[] baseData = new int[10];
public static void main(String[] args) {
System.out.println("Enter 10 numbers:");
rea... | UTF-8 | Java | 940 | java | ResizingArrays.java | Java | [] | null | [] | package us.rlit.arrays;
import java.util.Arrays;
import java.util.Scanner;
public class ResizingArrays {
private static Scanner s = new Scanner(System.in);
private static int[] baseData = new int[10];
public static void main(String[] args) {
System.out.println("Enter 10 numbers:");
rea... | 940 | 0.57766 | 0.567021 | 40 | 22.5 | 18.709623 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.525 | false | false | 8 |
672ae363155430905eed8cca58f5a8045d9aa3e8 | 27,462,020,949,162 | fdd4072511585ac8f53ca1122695e89d4db680ca | /InCycle/src/kh/com/a/service/PdsService.java | 61e2edc8df55887178e31773b64769c7122ad373 | [] | no_license | hyunwoo11/CycleFinalProject | https://github.com/hyunwoo11/CycleFinalProject | 296be4e293d564f65d753afec4e43e36960aae51 | 9648ae47778d211a640b385402de6ad67a528027 | refs/heads/master | 2020-03-31T19:46:21.532000 | 2018-10-12T00:49:34 | 2018-10-12T00:49:34 | 152,510,789 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package kh.com.a.service;
public interface PdsService {
}
| UTF-8 | Java | 60 | java | PdsService.java | Java | [] | null | [] | package kh.com.a.service;
public interface PdsService {
}
| 60 | 0.75 | 0.75 | 5 | 11 | 13.130118 | 29 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.2 | false | false | 8 |
487f680b5acd77e772b785102ee49a3303e58c5a | 28,303,834,488,880 | abee125f2b40990e507cfbe7f54a2698172ce03d | /app/src/main/java/com/example/realwhatsappclone/users/adapter/UsersRepositories.java | f6028caccd09e8b434e897473af74169515d19b8 | [] | no_license | mishafauzel/RealWhatsappClone | https://github.com/mishafauzel/RealWhatsappClone | fa197b66ff37c63ee0816a717a70169c0bcf332d | 986116422c26de9f4783adb8af2e14e75f51bb6f | refs/heads/master | 2020-09-07T16:52:26.654000 | 2019-11-10T21:09:37 | 2019-11-10T21:09:37 | 214,315,320 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.realwhatsappclone.users.adapter;
import android.content.ContentResolver;
import com.example.realwhatsappclone.room.UserDatabase;
import com.example.realwhatsappclone.room.Users;
import com.example.realwhatsappclone.room.UsersDao;
import com.google.firebase.database.FirebaseDatabase;
import java.u... | UTF-8 | Java | 679 | java | UsersRepositories.java | Java | [] | null | [] | package com.example.realwhatsappclone.users.adapter;
import android.content.ContentResolver;
import com.example.realwhatsappclone.room.UserDatabase;
import com.example.realwhatsappclone.room.Users;
import com.example.realwhatsappclone.room.UsersDao;
import com.google.firebase.database.FirebaseDatabase;
import java.u... | 679 | 0.752577 | 0.752577 | 29 | 22.413794 | 21.490202 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.482759 | false | false | 8 |
0675af1aec6519251ebf1bc6896214264169292b | 11,347,303,635,035 | 5ebbb9b598883fa0f3d2bf7edd3eb68e512d74e8 | /src/com/BSISJ7/TestMaker/utilities/BracketChecker.java | 24d65bea35f7c01c0c685a200a1111fd74aac5e8 | [] | no_license | BSISJ7/Vocabulary-Quizzer-v2.0 | https://github.com/BSISJ7/Vocabulary-Quizzer-v2.0 | a930957b67df3e602f6e92f6477b2e42801454fa | 0c635805176da9047fd279137a908d3c65f80156 | refs/heads/master | 2018-12-16T14:16:15.094000 | 2018-09-08T22:26:07 | 2018-09-08T22:26:07 | 95,496,668 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.BSISJ7.TestMaker.utilities;
import javafx.scene.control.TextArea;
import javax.swing.*;
public class BracketChecker {
public static boolean leftIsOpen(String checkString){
int leftBrackets = checkString.split("\\[").length;
int rightBrackets = checkString.split("]").length;
return (l... | UTF-8 | Java | 7,920 | java | BracketChecker.java | Java | [] | null | [] | package com.BSISJ7.TestMaker.utilities;
import javafx.scene.control.TextArea;
import javax.swing.*;
public class BracketChecker {
public static boolean leftIsOpen(String checkString){
int leftBrackets = checkString.split("\\[").length;
int rightBrackets = checkString.split("]").length;
return (l... | 7,920 | 0.671591 | 0.66654 | 197 | 38.203045 | 41.164021 | 171 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.497462 | false | false | 8 |
928e97bc56e043976c4953e834071d800a537bc5 | 25,864,293,075,904 | 7673075de55819545823370421ae86234551e7c7 | /Main.java | 0afca592f6e61357be869fccbd79dc7ec2244f9c | [] | no_license | latter-yu/200929 | https://github.com/latter-yu/200929 | cddcdb6d9d10a5b039397abdbd37d5dacd83119b | 909e8864072b4de6c693e3d4c357a75ccce18cd9 | refs/heads/master | 2022-12-23T06:08:24.408000 | 2020-09-29T12:52:04 | 2020-09-29T12:52:04 | 299,614,946 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.Scanner;
public class Main {
public static void main(String[] args) {
// 搬家公司正在帮助一家人将小物体装箱。
// 一个箱子的大小是有限的,公司可以把一个箱子分成最多k个独立的隔间
// 将一个箱子分成r个隔间需要r-1个隔板(这一个箱子没有放隔板也拥有一个本身的隔间)。
// 而这一次搬家工作只携带了b个隔板。
// 在每一个隔间中,由于物件放多了容易损坏,最多只能放v个物体。
// 现在这家人有a个物体,请问最少需要... | UTF-8 | Java | 2,137 | java | Main.java | Java | [] | null | [] | import java.util.Scanner;
public class Main {
public static void main(String[] args) {
// 搬家公司正在帮助一家人将小物体装箱。
// 一个箱子的大小是有限的,公司可以把一个箱子分成最多k个独立的隔间
// 将一个箱子分成r个隔间需要r-1个隔板(这一个箱子没有放隔板也拥有一个本身的隔间)。
// 而这一次搬家工作只携带了b个隔板。
// 在每一个隔间中,由于物件放多了容易损坏,最多只能放v个物体。
// 现在这家人有a个物体,请问最少需要... | 2,137 | 0.470926 | 0.437904 | 49 | 27.428572 | 19.034876 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.530612 | false | false | 8 |
7a41bed683a742c227d02abf6223c3b714d960a0 | 25,280,177,539,391 | 0ae3172b6f3495e166c7bb6def111acadc7c49ab | /src/com/irisida/lang/part03/chapter10/projects/eggtimer/App.java | 40accde81ec9a705d462616506c1083a897288ea | [] | no_license | irisida/javalang | https://github.com/irisida/javalang | db38592efe8ab1b543775ab8c126ed1a99300da7 | 06e5a023125a7dd1e11c253a41235780b79ecf82 | refs/heads/main | 2023-02-14T03:42:20.523000 | 2021-01-11T16:27:15 | 2021-01-11T16:27:15 | 321,337,643 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.irisida.lang.part03.chapter10.projects.eggtimer;
import java.util.Timer;
import java.util.concurrent.Executors;
import java.util.concurrent.ScheduledExecutorService;
import java.util.concurrent.TimeUnit;
public class App {
public static void main(String[] args) {
Timer timer = new Timer();
... | UTF-8 | Java | 558 | java | App.java | Java | [] | null | [] | package com.irisida.lang.part03.chapter10.projects.eggtimer;
import java.util.Timer;
import java.util.concurrent.Executors;
import java.util.concurrent.ScheduledExecutorService;
import java.util.concurrent.TimeUnit;
public class App {
public static void main(String[] args) {
Timer timer = new Timer();
... | 558 | 0.747312 | 0.725806 | 17 | 31.82353 | 28.076021 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.823529 | false | false | 8 |
d4ec3e666301f282599ab43c72aa356b563aa530 | 18,107,582,138,240 | 912e732bdfd424674b4323197321aba849eff0ee | /src/main/java/com/wwwy/liuxing/area/dao/impl/AreaDAO.java | 7af9e1513eefc62857a5f9b3b09d13660c72b0f8 | [] | no_license | OdyWANGJIAN/buyTicket | https://github.com/OdyWANGJIAN/buyTicket | 4817645632e307ee01bb343fc4ace5c268dbb3f9 | af2aaa4dde685e6018fc964419e8e7b6bdd6aeb3 | refs/heads/master | 2020-03-27T23:20:13.330000 | 2018-09-04T08:20:41 | 2018-09-04T08:20:41 | 147,310,857 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.wwwy.liuxing.area.dao.impl;
import com.wwwy.liuxing.area.dao.IAreaDAO;
import com.wwwy.liuxing.area.dto.AreaDTO;
import com.wwwy.liuxing.city.dto.CityDTO;
import com.wwwy.liuxing.system.SysConfig;
import org.apache.ibatis.session.SqlSessionFactory;
import org.mybatis.spring.support.SqlSessionDaoSupport;
im... | UTF-8 | Java | 2,872 | java | AreaDAO.java | Java | [
{
"context": "til.List;\nimport java.util.Map;\n\n/**\n *\n * @author W1665\n * @date 2018/4/11\n */\n@Repository\npublic class A",
"end": 527,
"score": 0.9994797706604004,
"start": 522,
"tag": "USERNAME",
"value": "W1665"
}
] | null | [] | package com.wwwy.liuxing.area.dao.impl;
import com.wwwy.liuxing.area.dao.IAreaDAO;
import com.wwwy.liuxing.area.dto.AreaDTO;
import com.wwwy.liuxing.city.dto.CityDTO;
import com.wwwy.liuxing.system.SysConfig;
import org.apache.ibatis.session.SqlSessionFactory;
import org.mybatis.spring.support.SqlSessionDaoSupport;
im... | 2,872 | 0.72195 | 0.718093 | 84 | 32.952381 | 34.409962 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.440476 | false | false | 8 |
d4f4d525e194e51322a9924e944f9ba26d0fe4f9 | 30,794,915,532,299 | 4e6cd658b49fd53cee639cd8c4809fd072947662 | /src/sam/tictactoe/TCPLink.java | 800fae3656fb8b70788bdaca147f2c2fdaa06fab | [
"Unlicense"
] | permissive | samcarlinone/TicTacJavac | https://github.com/samcarlinone/TicTacJavac | eca01d6c67674ef34f5b16cf19fc9768d4dfe5fd | 60d74ed87789ef5827c9c10c7d97c846da7dbcf0 | refs/heads/master | 2021-01-11T14:57:13.731000 | 2017-02-03T14:45:55 | 2017-02-03T14:45:55 | 80,258,744 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package sam.tictactoe;
import java.io.BufferedReader;
import java.io.DataOutputStream;
import java.io.IOException;
import java.io.InputStreamReader;
import java.net.ServerSocket;
import java.net.Socket;
/**
* Created by CARLINSE1 on 1/31/2017.
*/
public class TCPLink {
public Boolean isHost = false;
privat... | UTF-8 | Java | 1,634 | java | TCPLink.java | Java | [
{
"context": "Socket;\nimport java.net.Socket;\n\n/**\n * Created by CARLINSE1 on 1/31/2017.\n */\npublic class TCPLink {\n publ",
"end": 232,
"score": 0.9996505379676819,
"start": 223,
"tag": "USERNAME",
"value": "CARLINSE1"
}
] | null | [] | package sam.tictactoe;
import java.io.BufferedReader;
import java.io.DataOutputStream;
import java.io.IOException;
import java.io.InputStreamReader;
import java.net.ServerSocket;
import java.net.Socket;
/**
* Created by CARLINSE1 on 1/31/2017.
*/
public class TCPLink {
public Boolean isHost = false;
privat... | 1,634 | 0.596695 | 0.588739 | 65 | 24.138462 | 19.756111 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.430769 | false | false | 8 |
b5ee8b5eb249ca83c1879c53cd32815ea28134d7 | 22,316,650,111,653 | bfcf8981e22178b70a7e82c65226be65811db6a0 | /spring-01-ioc/src/test/java/MyTest.java | 14eacb04fc8bf138ceb50bb9904a77bc7ac25855 | [] | no_license | PXNPXN/spring_study | https://github.com/PXNPXN/spring_study | 18a2210575a9a3c185302fcdf9c794467b1af13d | 728ac08bf1f0b14ef6a53c003db24a782d809ab8 | refs/heads/master | 2023-06-15T23:19:04.963000 | 2021-07-14T16:25:07 | 2021-07-14T16:25:07 | 386,004,180 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import com.cunshan.dao.UserDaoMysqlImpl;
import com.cunshan.dao.UserDaoOracleImpl;
import com.cunshan.service.UserService;
import com.cunshan.service.UserServiceImpl;
import org.springframework.context.ApplicationContext;
import org.springframework.context.support.ClassPathXmlApplicationContext;
public class MyTest {
... | GB18030 | Java | 963 | java | MyTest.java | Java | [] | null | [] | import com.cunshan.dao.UserDaoMysqlImpl;
import com.cunshan.dao.UserDaoOracleImpl;
import com.cunshan.service.UserService;
import com.cunshan.service.UserServiceImpl;
import org.springframework.context.ApplicationContext;
import org.springframework.context.support.ClassPathXmlApplicationContext;
public class MyTest {
... | 963 | 0.749712 | 0.749712 | 24 | 35.125 | 28.168116 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 8 |
c0760d1108815b2f75ecfc3266bd9b0df9af485e | 12,017,318,535,839 | a88e8ffff5e61f86afe1915e548625e23eb354f1 | /mom/src/main/java/vancanh1/entity/ThongKe.java | 6534003ec41f622500cb214719bb1dbd91cc89e1 | [] | no_license | vancanh3/adam12 | https://github.com/vancanh3/adam12 | 2765497cfe0ab6e8208f2940a71cf67c2af5e77b | f983c0ca12266c3d0932f80f52b05eb54169ff58 | refs/heads/master | 2020-04-30T08:06:03.168000 | 2019-03-21T08:22:20 | 2019-03-21T08:22:20 | 176,705,022 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package vancanh1.entity;
public class ThongKe {
private String xepLoai;
private int soLuong;
private double tyle;
public ThongKe() {
}
public String getXepLoai() {
return xepLoai;
}
public void setXepLoai(String xepLoai) {
this.xepLoai = xepLoai;
}
public int... | UTF-8 | Java | 579 | java | ThongKe.java | Java | [] | null | [] | package vancanh1.entity;
public class ThongKe {
private String xepLoai;
private int soLuong;
private double tyle;
public ThongKe() {
}
public String getXepLoai() {
return xepLoai;
}
public void setXepLoai(String xepLoai) {
this.xepLoai = xepLoai;
}
public int... | 579 | 0.587219 | 0.585492 | 34 | 16.029411 | 13.971579 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.294118 | false | false | 8 |
2ec1f89656d7b4c37e7888799dc834fce2f58bd3 | 33,191,507,302,323 | d6a3dca91086fa9cd3ffd583f00362e9e5fb1a70 | /ELS_server/src/data_server/documentsdata/DeliveryOrderdata.java | 17469c2eebd3243cab838387ca638fb208fb5d77 | [] | no_license | zttttt/ELS | https://github.com/zttttt/ELS | 4ba102735aa8befaa1a8347040802d5d6a43b959 | 5e994505c60e7de31347599e3a8fec3d2d9c7cb6 | refs/heads/master | 2021-01-15T14:01:51.340000 | 2015-10-23T07:21:59 | 2015-10-23T07:21:59 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package data_server.documentsdata;
import dataservice_server.documentsdataservice.DeliveryOrderdataservice;
public class DeliveryOrderdata implements DeliveryOrderdataservice {
}
| UTF-8 | Java | 182 | java | DeliveryOrderdata.java | Java | [] | null | [] | package data_server.documentsdata;
import dataservice_server.documentsdataservice.DeliveryOrderdataservice;
public class DeliveryOrderdata implements DeliveryOrderdataservice {
}
| 182 | 0.873626 | 0.873626 | 7 | 25 | 30.682709 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.285714 | false | false | 8 |
5fe82c0af28925a897bc72afde639619c307038a | 14,087,492,750,668 | 0d1cfbb2746620154f785eb439cdfec6cee2cbd4 | /src/dev/soli/productionWatchdog/mobileStations/MobileStationServer.java | bf0081afdb8dd4f7e0f4a4a3f979d8341933071e | [] | no_license | soli1411/Controller | https://github.com/soli1411/Controller | e254b3e0932d3427acf1b4efbfa21687d59107c3 | 02346b5e53150f01fe939f0959133b10911376e2 | refs/heads/master | 2016-09-22T07:33:47.197000 | 2016-07-12T09:47:18 | 2016-07-12T09:47:18 | 62,085,159 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package dev.soli.productionWatchdog.mobileStations;
import java.io.BufferedReader;
import java.io.DataInputStream;
import java.io.DataOutputStream;
import java.io.IOException;
import java.io.InputStreamReader;
import java.net.InetAddress;
import java.net.Socket;
public class MobileStationServer extends Thre... | UTF-8 | Java | 2,437 | java | MobileStationServer.java | Java | [] | null | [] | package dev.soli.productionWatchdog.mobileStations;
import java.io.BufferedReader;
import java.io.DataInputStream;
import java.io.DataOutputStream;
import java.io.IOException;
import java.io.InputStreamReader;
import java.net.InetAddress;
import java.net.Socket;
public class MobileStationServer extends Thre... | 2,437 | 0.646697 | 0.644645 | 99 | 22.616161 | 20.825251 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.111111 | false | false | 8 |
7db6dcb810fa84c30d1851d739ce379d12c0854f | 1,597,727,866,054 | ac2fe779c4df821dd4224358ac9c4744c3d077f6 | /nacos_config_test/src/main/java/com/java123/controller/NaCosConfigController.java | 305a87d980d4f9c95262a2fd6686d0598da8facb | [] | no_license | yu1085/springcloudAlibaba | https://github.com/yu1085/springcloudAlibaba | d401d0df345cd9fc17fb72857bc6e999f29cf03a | 50d05ce60dd7bfabdb38ae18d5b71d1727e42298 | refs/heads/master | 2023-07-19T19:54:21.032000 | 2021-09-01T01:23:27 | 2021-09-01T01:23:27 | 396,272,516 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.java123.controller;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.cloud.context.config.annotation.RefreshScope;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
@RefreshScope
@RestControlle... | UTF-8 | Java | 607 | java | NaCosConfigController.java | Java | [] | null | [] | package com.java123.controller;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.cloud.context.config.annotation.RefreshScope;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
@RefreshScope
@RestControlle... | 607 | 0.742998 | 0.724876 | 24 | 24.291666 | 21.782024 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 8 |
0b3780b2242a2dbcb870a4d3f057b4476e1030cf | 515,396,083,036 | 6d6e94f165f1d80fb11b604f080b4b0828f81b9c | /src/main/java/com/rectuscorp/evetool/dao/IdaoCorporation.java | 90b326b19eb9ee531c9ae57127d2649e092cad65 | [] | no_license | rectus29/Bait-for-Eve | https://github.com/rectus29/Bait-for-Eve | cca3f9bd79b5a610098a274178c2a906d2cb4138 | 36960395702f3616a48739b2d9739b8faee24b1d | refs/heads/master | 2021-01-18T03:09:44.567000 | 2018-05-30T13:22:37 | 2018-05-30T13:22:37 | 28,225,895 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.rectuscorp.evetool.dao;
import com.rectuscorp.evetool.entities.crest.Corporation;
/**
* User: Rectus_29
* Date: 10/02/16
*/
public interface IdaoCorporation extends GenericDao<Corporation, Long> {
}
| UTF-8 | Java | 217 | java | IdaoCorporation.java | Java | [
{
"context": ".evetool.entities.crest.Corporation;\n\n/**\n * User: Rectus_29\n * Date: 10/02/16\n */\npublic interface IdaoCorpor",
"end": 118,
"score": 0.9995834231376648,
"start": 109,
"tag": "USERNAME",
"value": "Rectus_29"
}
] | null | [] | package com.rectuscorp.evetool.dao;
import com.rectuscorp.evetool.entities.crest.Corporation;
/**
* User: Rectus_29
* Date: 10/02/16
*/
public interface IdaoCorporation extends GenericDao<Corporation, Long> {
}
| 217 | 0.75576 | 0.718894 | 11 | 18.727272 | 24.181477 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.272727 | false | false | 8 |
36ed8a9c5ab18755f0d7fd6e1802a0a4481ff59e | 19,378,892,462,881 | 61f6861dd149115109d2ef3bb8ce0e16264429dd | /app/src/main/java/is/arnarjons/example/testing/DataStorage/Instances/EntryStamp.java | 38ac6c12fac5195c2db0772788e841745b8b6224 | [] | no_license | ArnJonsson/Testing | https://github.com/ArnJonsson/Testing | acbac9fa37828c6a4515cc58674bc2a8e1fd3878 | c3cf9a1e2a95aaa0ad06304eb82520db5fb3eab0 | refs/heads/master | 2015-08-23T22:52:55.722000 | 2015-05-03T07:38:31 | 2015-05-03T07:38:31 | 34,902,130 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package is.arnarjons.example.testing.DataStorage.Instances;
import is.arnarjons.example.testing.DataStorage.Objects.DataStamp;
/**
* Created by arnarjons on 1.5.2015.
*/
public class EntryStamp extends DataStamp {
///
// EntryStamp - FS without timestamps
///
public EntryStamp(int id,
... | UTF-8 | Java | 2,251 | java | EntryStamp.java | Java | [
{
"context": ".DataStorage.Objects.DataStamp;\n\n/**\n * Created by arnarjons on 1.5.2015.\n */\npublic class EntryStamp extends ",
"end": 156,
"score": 0.9996294975280762,
"start": 147,
"tag": "USERNAME",
"value": "arnarjons"
}
] | null | [] | package is.arnarjons.example.testing.DataStorage.Instances;
import is.arnarjons.example.testing.DataStorage.Objects.DataStamp;
/**
* Created by arnarjons on 1.5.2015.
*/
public class EntryStamp extends DataStamp {
///
// EntryStamp - FS without timestamps
///
public EntryStamp(int id,
... | 2,251 | 0.50422 | 0.501555 | 71 | 30.704226 | 22.625795 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.915493 | false | false | 8 |
e577522ee9d3ca625f30aaf4bfa0011759488cb1 | 19,378,892,465,964 | 71d343c7c5d329e1e4852118dbb56bc1d9d3d28b | /app/src/main/java/com/WZYHome/Study/Demo/Adapter/pulldownBaseAdapter.java | d95242baeb9d6102c97d00226e26665f3da664c6 | [] | no_license | jackjames8/WZYHome | https://github.com/jackjames8/WZYHome | 210f04bc3587754e3ea2f5464ac03532c0fbdc5b | 9aa7bade05e10e6650e73a161a8232e9cd73c2e4 | refs/heads/master | 2020-03-18T19:45:48.943000 | 2019-10-20T03:43:25 | 2019-10-20T03:43:25 | 135,176,244 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.WZYHome.Study.Demo.Adapter;
import android.content.Context;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAdapter;
import android.widget.TextView;
import java.util.List;
/**
* Created by Administrator on 2018/7/23.
*/
public class pulldownBaseAdapter extends BaseAd... | UTF-8 | Java | 1,360 | java | pulldownBaseAdapter.java | Java | [
{
"context": "xtView;\n\nimport java.util.List;\n\n/**\n * Created by Administrator on 2018/7/23.\n */\n\npublic class pulldownBaseAdapt",
"end": 253,
"score": 0.9144649505615234,
"start": 240,
"tag": "NAME",
"value": "Administrator"
}
] | null | [] | package com.WZYHome.Study.Demo.Adapter;
import android.content.Context;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAdapter;
import android.widget.TextView;
import java.util.List;
/**
* Created by Administrator on 2018/7/23.
*/
public class pulldownBaseAdapter extends BaseAd... | 1,360 | 0.628676 | 0.619118 | 50 | 26.18 | 21.078606 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.46 | false | false | 8 |
548a5e542f24a50488a0ae0959ceded189284618 | 962,072,710,390 | ba332ad15fdc38d1120cbd0069f89e672ff1525e | /src/main/java/com/hkesports/matchticker/service/impl/ScheduleGameServiceImpl.java | 6d6a6d2ff6f3b7b4eb1cc507f97d4020b980b442 | [] | no_license | ilee9999/testinghub1026 | https://github.com/ilee9999/testinghub1026 | d9aed611e67e2e9b6a7265db61ab292516ed2c74 | 69c42f58dcbe8fb9e84fdc86f2ec7fd556a20d36 | refs/heads/master | 2021-01-10T09:43:11.590000 | 2015-10-26T09:02:04 | 2015-10-26T09:02:04 | 44,956,956 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.hkesports.matchticker.service.impl;
import javax.annotation.Resource;
import org.springframework.stereotype.Service;
import com.hkesports.matchticker.model.batchJob.ScheduleGame;
import com.hkesports.matchticker.repository.ScheduleGameDao;
import com.hkesports.matchticker.repository.factory.GenericReposi... | UTF-8 | Java | 689 | java | ScheduleGameServiceImpl.java | Java | [] | null | [] | package com.hkesports.matchticker.service.impl;
import javax.annotation.Resource;
import org.springframework.stereotype.Service;
import com.hkesports.matchticker.model.batchJob.ScheduleGame;
import com.hkesports.matchticker.repository.ScheduleGameDao;
import com.hkesports.matchticker.repository.factory.GenericReposi... | 689 | 0.846154 | 0.846154 | 23 | 28.956522 | 29.991997 | 108 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.782609 | false | false | 8 |
990b0d593a95430c9b71fe21bb573fdff269a006 | 32,590,211,889,216 | 40d0f44a9399a70bba22e1d0316a6413788d89cd | /analyzer/src/test/java/pro/crypto/analyzer/cfo/CFOAnalyzerTest.java | 5316e5908de8be3e643d465f9e33782f5bdb32de | [] | no_license | CaymanJava/crypto-analyzer | https://github.com/CaymanJava/crypto-analyzer | 45352dbe84ae7d98b8b117c54abc0e0b418fd531 | 91f0965b36a5f221fedce53abeb6fa5fb83b4cc3 | refs/heads/master | 2023-02-20T03:52:54.798000 | 2019-12-20T14:55:41 | 2019-12-20T14:55:41 | 122,776,981 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package pro.crypto.analyzer.cfo;
import org.junit.Test;
import pro.crypto.analyzer.AnalyzerBaseTest;
import pro.crypto.indicator.cfo.CFOResult;
import pro.crypto.model.AnalyzerRequest;
import pro.crypto.model.result.AnalyzerResult;
import static org.junit.Assert.assertArrayEquals;
public class CFOAnalyzerTest extend... | UTF-8 | Java | 1,040 | java | CFOAnalyzerTest.java | Java | [] | null | [] | package pro.crypto.analyzer.cfo;
import org.junit.Test;
import pro.crypto.analyzer.AnalyzerBaseTest;
import pro.crypto.indicator.cfo.CFOResult;
import pro.crypto.model.AnalyzerRequest;
import pro.crypto.model.result.AnalyzerResult;
import static org.junit.Assert.assertArrayEquals;
public class CFOAnalyzerTest extend... | 1,040 | 0.719231 | 0.715385 | 29 | 34.862068 | 30.983561 | 117 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.482759 | false | false | 8 |
e60197d099038a174f397a670d4bb9f02fa77845 | 28,535,762,762,683 | eb49726e18394eb07b9ddaa0eb4826895973a6e9 | /src/org/apache/catalina/session/PersistentManagerBaseRemoteInterface.java | 46d65c8dd6c39706a2a99da37d2afe2d30a67f93 | [] | no_license | dexterorion/2nuvensprocessado | https://github.com/dexterorion/2nuvensprocessado | a00ca8869bf40383546316f8fc10c6226d92400d | 02ec43a1eee19dcf9e02284393084199a426e415 | refs/heads/master | 2019-05-24T21:11:30.409000 | 2015-07-02T13:15:43 | 2015-07-02T13:15:43 | 38,433,657 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.apache.catalina.session;
import java.io.IOException;
import java.security.AccessController;
import java.security.PrivilegedActionException;
import java.util.HashMap;
import java.util.HashSet;
import java.util.Map;
import java.util.Set;
import org.apache.catalina.DistributedManager;
import org.apache.catali... | UTF-8 | Java | 3,590 | java | PersistentManagerBaseRemoteInterface.java | Java | [] | null | [] | package org.apache.catalina.session;
import java.io.IOException;
import java.security.AccessController;
import java.security.PrivilegedActionException;
import java.util.HashMap;
import java.util.HashSet;
import java.util.Map;
import java.util.Set;
import org.apache.catalina.DistributedManager;
import org.apache.catali... | 3,590 | 0.831198 | 0.829248 | 104 | 33.528847 | 30.706413 | 131 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.663462 | false | false | 8 |
a7777a240c8bc084819b8e6d8837b14ab7c57c2d | 26,534,307,982,480 | 4f5e2180955ceea2d83e4395b78e2e4375165c53 | /aggregation/src/main/java/xdean/annotation/processor/AggregationChecker.java | 53bae9139c4e0c8fd9a1cf5c136fff5ac5d08c8a | [
"Apache-2.0"
] | permissive | XDean/Deannotation | https://github.com/XDean/Deannotation | 2616f85a44699c302a0975cdaad4944e27d45da0 | a8f47367d7a47c469d113a8525ab16cfdac41161 | refs/heads/master | 2021-09-18T18:14:21.874000 | 2018-07-18T03:45:12 | 2018-07-18T03:45:12 | 111,860,123 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package xdean.annotation.processor;
import java.util.Set;
import javax.annotation.processing.RoundEnvironment;
import javax.lang.model.element.TypeElement;
import xdean.annotation.processor.toolkit.AssertException;
import xdean.annotation.processor.toolkit.XAbstractProcessor;
public class AggregationCheck... | UTF-8 | Java | 585 | java | AggregationChecker.java | Java | [] | null | [] | package xdean.annotation.processor;
import java.util.Set;
import javax.annotation.processing.RoundEnvironment;
import javax.lang.model.element.TypeElement;
import xdean.annotation.processor.toolkit.AssertException;
import xdean.annotation.processor.toolkit.XAbstractProcessor;
public class AggregationCheck... | 585 | 0.77094 | 0.77094 | 20 | 27.25 | 30.923899 | 122 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.45 | false | false | 8 |
22659460a045de1b9eb58e0d24d87f8030cdcc0c | 26,980,984,601,889 | df041bb90ab7c80f4d65ee057f96411b058c92d8 | /src/fr/upem/capcha/images/car/yellow/Yellow.java | f59414a4c2a8e94aec8a5880013ab7e4e232c1f7 | [] | no_license | Lyadrielle/Captcha | https://github.com/Lyadrielle/Captcha | 01ecc9c469ec74840012a1f37c425bec54d137c9 | 1ca3feca4367a0378e3813d7752627028ae3969f | refs/heads/master | 2020-03-15T11:43:40.692000 | 2018-05-11T08:43:13 | 2018-05-11T08:43:13 | 132,126,569 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package fr.upem.capcha.images.car.yellow;
public class Yellow {
}
| UTF-8 | Java | 68 | java | Yellow.java | Java | [] | null | [] | package fr.upem.capcha.images.car.yellow;
public class Yellow {
}
| 68 | 0.75 | 0.75 | 5 | 12.6 | 16.3046 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.2 | false | false | 8 |
61bb73a981c5dd3165b5999d9942f57063bc35a5 | 17,248,588,705,813 | 96a2a67e70a69f7277a0d5ede025e54afb9633a0 | /sylph-runners/batch/src/test/java/ideal/sylph/runner/batch/TestQuartzScheduling.java | 3e13f1e83dbb10826189cc2d028f38140f3b8afb | [
"Apache-2.0"
] | permissive | jeific/sylph | https://github.com/jeific/sylph | 33f8fd93de890c251a8b40379fb0c0ff2525fdd8 | 4436db87adbb613ffb177a65475f6fd5c1f0c898 | refs/heads/master | 2022-02-13T17:28:29.830000 | 2018-11-22T13:58:29 | 2018-11-22T13:58:29 | 158,226,857 | 1 | 0 | Apache-2.0 | true | 2018-11-22T13:50:45 | 2018-11-19T13:23:10 | 2018-11-19T13:59:04 | 2018-11-22T13:50:45 | 4,868 | 1 | 0 | 1 | Java | false | null | /*
* Copyright (C) 2018 The Sylph 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 applicable law or ... | UTF-8 | Java | 3,421 | java | TestQuartzScheduling.java | Java | [] | null | [] | /*
* Copyright (C) 2018 The Sylph 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 applicable law or ... | 3,421 | 0.694028 | 0.688438 | 107 | 30.766356 | 25.685219 | 136 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.542056 | false | false | 8 |
2c29b6748052d30e3bc9360437c788cbecc59c67 | 1,992,864,886,414 | 0ede86bf269020f7483fa69ae7dd9b21902974f2 | /src/main/java/com/sgai/cxmc/util/ReadJsonFileUtil.java | f41b1eccf0f31ef6ac7463fea5c8d93f39c8d796 | [] | no_license | lmxss158/cxmc | https://github.com/lmxss158/cxmc | 6741de17c28674a317bb70789fedf1e821f6bfce | 0953a909a47c6d4ace9c63b149d2a1293d65fd2b | refs/heads/master | 2022-06-24T06:57:02.187000 | 2019-10-17T08:28:07 | 2019-10-17T08:28:07 | 213,934,398 | 2 | 0 | null | false | 2022-06-17T02:34:12 | 2019-10-09T14:03:21 | 2021-05-10T08:50:13 | 2022-06-17T02:34:09 | 170 | 0 | 0 | 1 | Java | false | false | package com.sgai.cxmc.util;
import com.alibaba.fastjson.JSON;
import com.alibaba.fastjson.JSONArray;
import com.alibaba.fastjson.JSONObject;
import java.io.*;
/**
* @Description:
* @Author: 李锐平
* @Date: 2019/8/3 12:28
* @Version 1.0
*/
public class ReadJsonFileUtil {
public static String readJsonFile(Stri... | UTF-8 | Java | 4,505 | java | ReadJsonFileUtil.java | Java | [
{
"context": "port java.io.*;\n\n/**\n * @Description:\n * @Author: 李锐平\n * @Date: 2019/8/3 12:28\n * @Version 1.0\n */\n\npub",
"end": 198,
"score": 0.9997355341911316,
"start": 195,
"tag": "NAME",
"value": "李锐平"
}
] | null | [] | package com.sgai.cxmc.util;
import com.alibaba.fastjson.JSON;
import com.alibaba.fastjson.JSONArray;
import com.alibaba.fastjson.JSONObject;
import java.io.*;
/**
* @Description:
* @Author: 李锐平
* @Date: 2019/8/3 12:28
* @Version 1.0
*/
public class ReadJsonFileUtil {
public static String readJsonFile(Stri... | 4,505 | 0.563422 | 0.559337 | 146 | 29.184931 | 22.426441 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.575342 | false | false | 8 |
be38212dfd932cedc7bf27a1e288bad72257c59c | 18,511,309,098,285 | dcf64357ec5b2af99c3872d7a534a9d2117723f8 | /tests/src/main/java/org/corfudb/universe/test/log/TestLogHelper.java | 2cc00526925d169ffc2fbd13050ebf66eb06f976 | [] | no_license | CorfuDB/corfudb-tests | https://github.com/CorfuDB/corfudb-tests | abe5d73f9646dc4c0475a08017c11e6da6aa6db4 | a79be5ceb82be0da50fd39153d02736e47d0a63d | refs/heads/master | 2020-10-01T07:34:38.180000 | 2020-09-30T03:29:24 | 2020-09-30T03:29:24 | 227,490,263 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.corfudb.universe.test.log;
import org.slf4j.MDC;
/**
* Class to handle setting/removing MDC on per test case basis. This helps
* us log each test case into it's own log file.
* See reference @url http://www.nullin.com/2010/07/28/logging-tests-to-separate-files/
*/
public final class TestLogHelper {
... | UTF-8 | Java | 912 | java | TestLogHelper.java | Java | [] | null | [] | package org.corfudb.universe.test.log;
import org.slf4j.MDC;
/**
* Class to handle setting/removing MDC on per test case basis. This helps
* us log each test case into it's own log file.
* See reference @url http://www.nullin.com/2010/07/28/logging-tests-to-separate-files/
*/
public final class TestLogHelper {
... | 912 | 0.653509 | 0.64364 | 33 | 26.636364 | 25.846655 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.181818 | false | false | 8 |
65f5cf2f8392c63528f2ce94b97e7148c5d8414c | 27,522,150,462,281 | 33cb64fea801fde2ac61d9b040bb86eed0f5f2c0 | /daxia-java2ios/src/main/java/com/daxia/wy/web/controller/Java2iosUtils.java | 8dae43674053a036f6e5a85abaa0ad4b4752486a | [] | no_license | jklmnlkevin/myworld | https://github.com/jklmnlkevin/myworld | cdaab9db513c231d34f3f0ca40016ff417f6b949 | 4bc484131193104df8b1b7daea7bf477c96d2336 | refs/heads/master | 2020-03-30T21:04:23.642000 | 2014-11-20T00:35:56 | 2014-11-20T00:35:56 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.daxia.wy.web.controller;
import java.io.File;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.HashSet;
import java.util.List;
import java.util.Map;
import java.util.Set;
import com.daxia.core.util.dev.FreeMarkerUtils;
public class Java2iosUtils {
private static String targetPat... | UTF-8 | Java | 3,042 | java | Java2iosUtils.java | Java | [
{
"context": " {\n private static String targetPath = \"/Users/kevin/code/yc/trunk/ios/DaXiaProject/Classes/model\";\n ",
"end": 337,
"score": 0.9099332094192505,
"start": 332,
"tag": "USERNAME",
"value": "kevin"
}
] | null | [] | package com.daxia.wy.web.controller;
import java.io.File;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.HashSet;
import java.util.List;
import java.util.Map;
import java.util.Set;
import com.daxia.core.util.dev.FreeMarkerUtils;
public class Java2iosUtils {
private static String targetPat... | 3,042 | 0.614727 | 0.612755 | 87 | 33.965519 | 24.424149 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.747126 | false | false | 8 |
08b339652c515c29abba99b1ae4e10cc4b745164 | 27,479,200,807,778 | 6a4559101bed2ee7abd5256bc47ee848403aadc8 | /Excelsior-userregistration/ExcelsiorHousingLoan/src/com/loan/service/AdminService.java | dfe93660b6c92a411849945a544fa29e8d2e684a | [] | no_license | madhurapurohit/friday_Excelsior | https://github.com/madhurapurohit/friday_Excelsior | f55e5c39ef47fe7ef74777a76e04c8f7b5ce441c | 1ab376d0059e920a233216f9a7fce47c579a9df5 | refs/heads/master | 2022-12-21T09:36:31.578000 | 2019-11-22T11:45:22 | 2019-11-22T11:45:22 | 223,391,455 | 0 | 0 | null | false | 2022-12-15T23:39:02 | 2019-11-22T11:42:29 | 2019-11-22T11:45:25 | 2022-12-15T23:39:01 | 4,978 | 0 | 0 | 3 | Java | false | false | package com.loan.service;
public interface AdminService {
public boolean checkLogin(String email, String password);
}
| UTF-8 | Java | 130 | java | AdminService.java | Java | [] | null | [] | package com.loan.service;
public interface AdminService {
public boolean checkLogin(String email, String password);
}
| 130 | 0.738462 | 0.738462 | 7 | 16.571428 | 20.804237 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.714286 | false | false | 8 |
673ab85a9e8e5c3db81aa35c478ed43efb700654 | 23,484,881,189,825 | bbd7a9acc647c10b3d5760b7d7977a10c5c1e12f | /unittests/coffeemaker/InventoryTest.java | 06ea1738ebdfef112e7388aef9c7d14e5acd865c | [] | no_license | tjm8975/swen352-activity1 | https://github.com/tjm8975/swen352-activity1 | 020e23c05190ad2846ced6aa4c09886c454a1e0a | 70883ee47f429ac153f7bbf9f6bf43a3736db235 | refs/heads/master | 2023-07-29T04:53:51.611000 | 2021-09-12T21:16:30 | 2021-09-12T21:16:30 | 404,128,133 | 0 | 0 | null | false | 2021-09-12T21:07:48 | 2021-09-07T21:31:40 | 2021-09-11T18:28:59 | 2021-09-12T21:07:48 | 57 | 0 | 0 | 0 | Java | false | false | package coffeemaker;
import static org.junit.Assert.*;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
import coffeemaker.exceptions.InventoryException;
import coffeemaker.exceptions.RecipeException;
import junit.framework.TestCase;
public class InventoryTest extends TestCase {
private Inve... | UTF-8 | Java | 9,208 | java | InventoryTest.java | Java | [] | null | [] | package coffeemaker;
import static org.junit.Assert.*;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
import coffeemaker.exceptions.InventoryException;
import coffeemaker.exceptions.RecipeException;
import junit.framework.TestCase;
public class InventoryTest extends TestCase {
private Inve... | 9,208 | 0.654214 | 0.637924 | 493 | 17.677485 | 16.726637 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.01217 | false | false | 8 |
e0b7f4a03d40c131780004399a93e381164d9d52 | 26,534,307,964,694 | d524b860a2c2900ebbe1bc69fd43626f6b7afbdd | /app/src/main/java/uit/linh/ui/GroupControlFragment.java | c620ed3ea8d29e64012376fd7ca234c4475112f6 | [] | no_license | linhphan0108/MemeCreater | https://github.com/linhphan0108/MemeCreater | 0de980d7f577be7e8535a631229a6955160d5bfc | 6c3066d000894dd1e7eb374d0947da3ec5062fe8 | refs/heads/master | 2020-05-02T18:16:37.927000 | 2015-07-12T13:43:33 | 2015-07-12T13:43:33 | 38,963,335 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package uit.linh.ui;
import android.app.Activity;
import android.content.Context;
import android.content.SharedPreferences;
import android.os.Bundle;
import android.text.Editable;
import android.text.TextWatcher;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import android.view... | UTF-8 | Java | 5,779 | java | GroupControlFragment.java | Java | [] | null | [] | package uit.linh.ui;
import android.app.Activity;
import android.content.Context;
import android.content.SharedPreferences;
import android.os.Bundle;
import android.text.Editable;
import android.text.TextWatcher;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import android.view... | 5,779 | 0.652881 | 0.652016 | 169 | 33.195267 | 27.743389 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.485207 | false | false | 8 |
bb6c4cf934fa6b6e0b64fa059555ad8d9fbbc639 | 3,839,700,778,125 | b0de0abc38727db9c219c0dab1990de93ec97e26 | /src/Cards/CardFactory.java | e9e1dc552a6606b1404d3d32374e5b207fb7b8e8 | [] | no_license | RodrigoGontijo/TP2PM | https://github.com/RodrigoGontijo/TP2PM | e91809efe505db0a1e03df140ab23086bf8e731e | c8c448b16152b2aaa5d3f83d51dde02ab0fb2db3 | refs/heads/master | 2021-01-01T04:11:28.048000 | 2016-05-11T05:13:25 | 2016-05-11T05:13:25 | 58,229,549 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Cards;
import Cards.Card;
public class CardFactory {
public static CardInterface getCard(SuitEnum cardSuitEnum, Boolean multipleValue, String name, int[] value)
{
Card card = new Card(cardSuitEnum,multipleValue,name,value);
return card;
}
}
| UTF-8 | Java | 280 | java | CardFactory.java | Java | [] | null | [] | package Cards;
import Cards.Card;
public class CardFactory {
public static CardInterface getCard(SuitEnum cardSuitEnum, Boolean multipleValue, String name, int[] value)
{
Card card = new Card(cardSuitEnum,multipleValue,name,value);
return card;
}
}
| 280 | 0.707143 | 0.707143 | 12 | 22.333334 | 32.412273 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.833333 | false | false | 8 |
bc616258f0c3893944d5b1c5214f6cbd8325edb2 | 9,191,230,044,317 | eba82c4cfef3e691767ad6d6ee3b8fd7bdd32a6e | /src/android/DiskUsagePlugin.java | 3fb4f1c95b2ae95b15f73ff6614719d407aafca2 | [
"MIT"
] | permissive | happinov/cordova-plugin-diskusage | https://github.com/happinov/cordova-plugin-diskusage | 1bcd15aefd802ff30a2cab01255571b95824b9bb | e2ab52664c0aa3e3e9e7886c62483b2683355316 | refs/heads/master | 2021-08-29T09:03:47.636000 | 2021-08-23T16:36:38 | 2021-08-23T16:36:38 | 138,326,396 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package fr.happinov.cordova.plugin.diskusage;
import org.apache.cordova.CallbackContext;
import org.apache.cordova.CordovaPlugin;
import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;
import android.os.Environment;
import android.os.StatFs;
import android.util.Log;
import java.io.File... | UTF-8 | Java | 1,942 | java | DiskUsagePlugin.java | Java | [] | null | [] | package fr.happinov.cordova.plugin.diskusage;
import org.apache.cordova.CallbackContext;
import org.apache.cordova.CordovaPlugin;
import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;
import android.os.Environment;
import android.os.StatFs;
import android.util.Log;
import java.io.File... | 1,942 | 0.774459 | 0.774459 | 67 | 27.985075 | 27.750214 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.462687 | false | false | 8 |
1fbdf6135096ab64e65539357d822a4f1761275d | 11,467,562,699,586 | 3abea87dcf37a23eb3b39bf5ffe395d24e7176a3 | /src/RPG.java | 4c34724b842553ee209bfbeaa1a47d8dab095a7c | [] | no_license | btaylor4/elsweyr | https://github.com/btaylor4/elsweyr | c7a49653e677d15eaf78cd80711a504c9c40fd07 | 7c807b05435efa98473fe1ec850447ed8a5b73ef | refs/heads/master | 2021-03-27T10:29:57.750000 | 2018-02-03T23:11:48 | 2018-02-03T23:11:48 | 120,028,029 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import javafx.application.Application;
import javafx.stage.Stage;
/**
* Created by Bryan on 2/2/18.
*/
public class RPG extends Application{
@Override
public void start(Stage stage) throws Exception {
}
public static void main(String[] args) {
launch(args);
}
}
| UTF-8 | Java | 296 | java | RPG.java | Java | [
{
"context": "ion;\nimport javafx.stage.Stage;\n\n/**\n * Created by Bryan on 2/2/18.\n */\npublic class RPG extends Applicati",
"end": 90,
"score": 0.9801384806632996,
"start": 85,
"tag": "NAME",
"value": "Bryan"
}
] | null | [] | import javafx.application.Application;
import javafx.stage.Stage;
/**
* Created by Bryan on 2/2/18.
*/
public class RPG extends Application{
@Override
public void start(Stage stage) throws Exception {
}
public static void main(String[] args) {
launch(args);
}
}
| 296 | 0.662162 | 0.648649 | 17 | 16.411764 | 17.546774 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.176471 | false | false | 8 |
e2d0f0b4d06949d6818e3f159b10448538648510 | 26,869,315,469,328 | 55cdb08fead0c76af290d6e133718e52de9437c8 | /src/finalproject/Deck.java | 554f5cf032dc8f58522e5b46a203ed33167d788e | [] | no_license | LoLouise/War-Card-Game | https://github.com/LoLouise/War-Card-Game | 23ef09ff8c5d13557e302795cfb641475fb819a4 | 347b6f16998245b6edad83a288504bb28f1adce0 | refs/heads/master | 2016-09-06T05:12:18.647000 | 2015-03-05T05:49:33 | 2015-03-05T05:49:33 | 31,698,023 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package finalproject;
//ISE208 HW3
//Louise Lo
//105884422
import java.util.*;
public class Deck {
ArrayList<Card> deck;
Random generator = new Random();
//Constructor - creates a deck
public Deck()
{
deck = new ArrayList<Card>(52);
deckfiller();
}
//Note D = Diamond, C = Clubs, H = Hearts, S = Spades, 1 = Ace, 11... | UTF-8 | Java | 3,389 | java | Deck.java | Java | [
{
"context": "package finalproject;\n\n//ISE208 HW3\n//Louise Lo\n//105884422\n\nimport java.util.*;\npublic class Dec",
"end": 47,
"score": 0.9998481869697571,
"start": 38,
"tag": "NAME",
"value": "Louise Lo"
}
] | null | [] | package finalproject;
//ISE208 HW3
//<NAME>
//105884422
import java.util.*;
public class Deck {
ArrayList<Card> deck;
Random generator = new Random();
//Constructor - creates a deck
public Deck()
{
deck = new ArrayList<Card>(52);
deckfiller();
}
//Note D = Diamond, C = Clubs, H = Hearts, S = Spades, 1 = Ace, 11 = ... | 3,386 | 0.685158 | 0.664798 | 141 | 23.035461 | 21.379189 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.234043 | false | false | 8 |
a5a44da4f5731285d91d425f87d50d598bb92264 | 6,605,659,733,599 | 0e5990224a786b4b59c60245cf23725e74c44d85 | /jsd-manager/src/main/java/com/ald/jsd/mgr/web/controller/OperatorController.java | 688132ee1642afab8f43e5c2be9a955b0e5ffb9f | [] | no_license | hctwgl/test3 | https://github.com/hctwgl/test3 | 66a80b28794138995a6ecfc2d166496d40db4d44 | dfb14b11336f2df2ce2c1eebeee164ba9cf1110f | refs/heads/master | 2020-06-17T01:13:08.524000 | 2019-01-29T09:44:32 | 2019-01-29T09:44:32 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ald.jsd.mgr.web.controller;
import java.nio.charset.Charset;
import javax.annotation.Resource;
import javax.servlet.http.HttpServletRequest;
import javax.validation.Valid;
import org.apache.commons.lang.StringUtils;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.ann... | UTF-8 | Java | 4,336 | java | OperatorController.java | Java | [
{
"context": "tus(1);\n operatorDo.setUserName(params.username);\n }\n \n this.setPassword(ope",
"end": 1863,
"score": 0.8722459077835083,
"start": 1855,
"tag": "USERNAME",
"value": "username"
},
{
"context": "\t\tif(StringUtil.isNotBlank(passwd)) {\n ... | null | [] | package com.ald.jsd.mgr.web.controller;
import java.nio.charset.Charset;
import javax.annotation.Resource;
import javax.servlet.http.HttpServletRequest;
import javax.validation.Valid;
import org.apache.commons.lang.StringUtils;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.ann... | 4,340 | 0.681183 | 0.67932 | 113 | 37 | 29.988493 | 161 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.097345 | false | false | 8 |
30f9c17ea647439526cdb897c3e443922d85ff62 | 32,976,758,919,474 | 03e92eca1c566dc5621d70f6b9e700f7ea4fa04e | /Befunge/StackTopRevert.java | 17d82a88c7527b4c8ea2264b2ebbc367f43b31cf | [] | no_license | ankutalev/16208_kutalev | https://github.com/ankutalev/16208_kutalev | 15610a5075bb9dd50c37998a06ce8ee5996e081e | e36ecdc14960175074bb0a6a62c31bddb77db1bf | refs/heads/master | 2021-09-16T07:19:36.850000 | 2018-06-18T12:35:01 | 2018-06-18T12:35:01 | 103,538,818 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public class StackTopRevert implements Command {
@Override
public void execute(BefungeEnvironment context) {
context.stackRevert();
}
}
| UTF-8 | Java | 156 | java | StackTopRevert.java | Java | [] | null | [] | public class StackTopRevert implements Command {
@Override
public void execute(BefungeEnvironment context) {
context.stackRevert();
}
}
| 156 | 0.705128 | 0.705128 | 6 | 25 | 20.240225 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.166667 | false | false | 8 |
d38265eca1bcd073e6f1e74aabc4fbc00d79cd1b | 6,940,667,154,180 | 0907c886f81331111e4e116ff0c274f47be71805 | /sources/androidx/constraintlayout/widget/ConstraintLayout.java | 0dbc64eeb261a7134b56883741bce64c50a164c5 | [
"MIT"
] | permissive | Minionguyjpro/Ghostly-Skills | https://github.com/Minionguyjpro/Ghostly-Skills | 18756dcdf351032c9af31ec08fdbd02db8f3f991 | d1a1fb2498aec461da09deb3ef8d98083542baaf | refs/heads/Android-OS | 2022-07-27T19:58:16.442000 | 2022-04-15T07:49:53 | 2022-04-15T07:49:53 | 415,272,874 | 2 | 0 | MIT | false | 2021-12-21T10:23:50 | 2021-10-09T10:12:36 | 2021-12-21T10:21:50 | 2021-12-21T10:23:49 | 269,863 | 1 | 0 | 0 | Java | false | false | package androidx.constraintlayout.widget;
import android.content.Context;
import android.content.res.Resources;
import android.content.res.TypedArray;
import android.graphics.Canvas;
import android.graphics.Paint;
import android.os.Build;
import android.util.AttributeSet;
import android.util.Log;
import android.util.S... | UTF-8 | Java | 112,432 | java | ConstraintLayout.java | Java | [] | null | [] | package androidx.constraintlayout.widget;
import android.content.Context;
import android.content.res.Resources;
import android.content.res.TypedArray;
import android.graphics.Canvas;
import android.graphics.Paint;
import android.os.Build;
import android.util.AttributeSet;
import android.util.Log;
import android.util.S... | 112,432 | 0.531895 | 0.484515 | 2,400 | 45.846668 | 34.586906 | 643 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.490417 | false | false | 8 |
04cebec6294d5c0b4cbf7ebc6909dd9da96e0ecd | 20,143,396,642,054 | 65d38753992642653b07233b4d20bc6489d76475 | /app/src/main/java/com/stockboo/network/StockBooRequestQueue.java | c35214a6a870ffc73c8793ef8291eb7556fa2276 | [] | no_license | prasadsn/StockBoo | https://github.com/prasadsn/StockBoo | d56573a37412b9c397751c2673196061ee2bbe1e | b2d16a0ef6f8f4db4a41ca73a0322e0e2c967e44 | refs/heads/master | 2021-01-18T21:24:58.108000 | 2016-05-24T12:52:23 | 2016-05-24T12:52:23 | 42,467,772 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.stockboo.network;
import android.content.Context;
import android.graphics.Bitmap;
import android.util.LruCache;
import com.android.volley.Request;
import com.android.volley.RequestQueue;
import com.android.volley.toolbox.ImageLoader;
import com.android.volley.toolbox.Volley;
/**
* Created by prasad on 1... | UTF-8 | Java | 1,695 | java | StockBooRequestQueue.java | Java | [
{
"context": ".android.volley.toolbox.Volley;\n\n/**\n * Created by prasad on 16-05-2015.\n */\npublic class StockBooRequestQu",
"end": 315,
"score": 0.9970232844352722,
"start": 309,
"tag": "USERNAME",
"value": "prasad"
}
] | null | [] | package com.stockboo.network;
import android.content.Context;
import android.graphics.Bitmap;
import android.util.LruCache;
import com.android.volley.Request;
import com.android.volley.RequestQueue;
import com.android.volley.toolbox.ImageLoader;
import com.android.volley.toolbox.Volley;
/**
* Created by prasad on 1... | 1,695 | 0.640708 | 0.634808 | 60 | 27.25 | 23.366375 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.45 | false | false | 8 |
356dea8daadeeaec58ec8efe546390b865ea13f1 | 15,513,421,889,877 | da55081894d0204ea68dbf029f6f6e9b6305fee9 | /src/game/Game.java | d9f9bb034d1fe7a96b231557cddf125b3a86f580 | [] | no_license | marcinszcz/java-game-rts | https://github.com/marcinszcz/java-game-rts | f1adf356b3243418dd895398bc460785b5345bc1 | e6f9a5c92800626ae9141cacc5a34c46be0dd34d | refs/heads/master | 2021-01-19T06:38:48.737000 | 2016-06-02T19:08:10 | 2016-06-02T19:08:10 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package game;
/**
* Created by marcin on 07.05.16.
*/
import game.objects.*;
import graphic.*;
import gui.*;
import network.*;
import io.InputAction;
import io.InputManager;
import java.awt.*;
import java.awt.event.KeyEvent;
import java.awt.geom.AffineTransform;
import java.util.Iterator;
import java.util.LinkedLis... | UTF-8 | Java | 27,039 | java | Game.java | Java | [
{
"context": "package game;\n\n/**\n * Created by marcin on 07.05.16.\n */\n\nimport game.objects.*;\nimport g",
"end": 39,
"score": 0.9901192784309387,
"start": 33,
"tag": "NAME",
"value": "marcin"
}
] | null | [] | package game;
/**
* Created by marcin on 07.05.16.
*/
import game.objects.*;
import graphic.*;
import gui.*;
import network.*;
import io.InputAction;
import io.InputManager;
import java.awt.*;
import java.awt.event.KeyEvent;
import java.awt.geom.AffineTransform;
import java.util.Iterator;
import java.util.LinkedLis... | 27,039 | 0.438228 | 0.429348 | 726 | 36.227272 | 21.606661 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.690083 | false | false | 8 |
5cbbc5109435509440597f8f7869dfc3b17bd036 | 2,482,491,098,860 | 1c345d9e3cf604b0eeffce1a4c54221d9f7166ed | /src/main/java/com/lss233/phoenix/world/Location.java | 004b57c68ab139af0f7b58c6d1766e7aa4689ddb | [
"MIT"
] | permissive | ThePhoenixMC/PhoenixAPI | https://github.com/ThePhoenixMC/PhoenixAPI | e578793f344ae7a96cddef3a257a2e9191b60a00 | c83ef373493f51c604f721ad7236548a8732a2e8 | refs/heads/master | 2021-05-05T19:35:25.769000 | 2019-07-25T04:59:05 | 2019-07-25T04:59:05 | 117,790,019 | 16 | 3 | MIT | false | 2021-03-31T20:49:40 | 2018-01-17T05:42:21 | 2020-11-01T07:41:10 | 2021-03-31T20:49:40 | 255 | 14 | 1 | 1 | Java | false | false | package com.lss233.phoenix.world;
import com.fasterxml.jackson.databind.annotation.JsonDeserialize;
import com.fasterxml.jackson.databind.annotation.JsonSerialize;
import com.lss233.phoenix.config.json.deserializer.LocationDeserializer;
import com.lss233.phoenix.config.json.serializer.LocationSerializer;
import com.ls... | UTF-8 | Java | 2,829 | java | Location.java | Java | [] | null | [] | package com.lss233.phoenix.world;
import com.fasterxml.jackson.databind.annotation.JsonDeserialize;
import com.fasterxml.jackson.databind.annotation.JsonSerialize;
import com.lss233.phoenix.config.json.deserializer.LocationDeserializer;
import com.lss233.phoenix.config.json.serializer.LocationSerializer;
import com.ls... | 2,829 | 0.586426 | 0.575115 | 123 | 22 | 20.991287 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.504065 | false | false | 8 |
43c0bf58bc7fec851476def7efb11afb0ce4831f | 2,482,491,098,382 | 7449336a59c099e1614f861ca5bac55fbdfc2d02 | /NetworkProgram/WebShop/WebShopLogic/src/webshop/logic/model/ItemType.java | 8375473d91ff7e53143ddc200c1de5c13368fd8d | [] | no_license | swrh/kthprojects | https://github.com/swrh/kthprojects | 5664cd6d4cf21f8499e7184ff03b732d10ecfcd3 | 888f5d25d4b220db565f184523218115b768f94b | refs/heads/master | 2016-08-04T18:18:50.782000 | 2010-06-04T19:08:09 | 2010-06-04T19:08:09 | 40,554,943 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package webshop.logic.model;
/**
* This class holds some static gnome type
*
* @author A.K.M. Ashrafuzzaman
*/
public class ItemType {
public static final String BATTLE_GNOME = "Battle gnome";
public static final String SCIFI_GNOME = "SciFi gnome";
public static final String GENERAL_GNOME = "General gn... | UTF-8 | Java | 451 | java | ItemType.java | Java | [
{
"context": "s class holds some static gnome type\n *\n * @author A.K.M. Ashrafuzzaman\n */\npublic class ItemType {\n public static fin",
"end": 111,
"score": 0.9996694326400757,
"start": 91,
"tag": "NAME",
"value": "A.K.M. Ashrafuzzaman"
}
] | null | [] | package webshop.logic.model;
/**
* This class holds some static gnome type
*
* @author <NAME>
*/
public class ItemType {
public static final String BATTLE_GNOME = "Battle gnome";
public static final String SCIFI_GNOME = "SciFi gnome";
public static final String GENERAL_GNOME = "General gnome";
pub... | 437 | 0.687361 | 0.687361 | 16 | 27.25 | 25.579533 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4375 | false | false | 8 |
14e46e0bec33b42ca41afb7f2fff4860d77b65db | 21,500,606,290,862 | f1b5297bb89853d244f5e41c2f7deb1a183816f7 | /src/main/java/ua/controller/Main.java | 86e2952cbf810c7307454a07378ea6083bc24351 | [] | no_license | PashaKonietin/AvtoElitProject | https://github.com/PashaKonietin/AvtoElitProject | 10542d201d835effeb99ca1b343991e1aa896bad | 9dff2baf351ed08e4f47917a983c00ff91b92f97 | refs/heads/master | 2016-09-19T02:33:26.423000 | 2016-08-17T10:30:55 | 2016-08-17T10:30:55 | 65,898,824 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ua.controller;
import java.util.List;
import java.util.Scanner;
import org.springframework.context.ConfigurableApplicationContext;
import org.springframework.context.support.ClassPathXmlApplicationContext;
import ua.entity.AvtoElit;
import ua.entity.CarCondition;
import ua.entity.Category;
import ua.entity.C... | WINDOWS-1251 | Java | 4,009 | java | Main.java | Java | [] | null | [] | package ua.controller;
import java.util.List;
import java.util.Scanner;
import org.springframework.context.ConfigurableApplicationContext;
import org.springframework.context.support.ClassPathXmlApplicationContext;
import ua.entity.AvtoElit;
import ua.entity.CarCondition;
import ua.entity.Category;
import ua.entity.C... | 4,009 | 0.725256 | 0.72193 | 124 | 28.088709 | 25.418119 | 127 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.41129 | false | false | 8 |
302789578b39452be159aebbde9f71d51440f5d7 | 7,610,682,086,675 | f2d9528e6da7280e03e327e0761a3027d628c75d | /gringotts-core/src/main/java/com/vxianjin/gringotts/web/util/SendSmsUtil.java | 304e9c5c85c3dc1485eb5137dd40c364cd4f18fc | [] | no_license | moutainhigh/xianjindai | https://github.com/moutainhigh/xianjindai | 550220965be99fb418d6dc844ca0c4ba708ed32e | 7be4310b95f53f414664255f568772ce9b1647b7 | refs/heads/master | 2021-10-11T15:46:51.300000 | 2019-01-28T05:48:54 | 2019-01-28T05:48:54 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.vxianjin.gringotts.web.util;
import com.alibaba.fastjson.JSON;
import com.alibaba.fastjson.JSONObject;
import com.vxianjin.gringotts.constant.Constant;
import com.vxianjin.gringotts.constant.SmsConfigConstant;
import com.vxianjin.gringotts.util.HttpUtil;
import org.slf4j.Logger;
import org.slf4j.LoggerFacto... | UTF-8 | Java | 5,559 | java | SendSmsUtil.java | Java | [
{
"context": ";\nimport java.util.Map;\n\n/**\n * 发送短信\n *\n * @author gaoyuhai\n * 2016-6-17 下午03:50:44\n */\npublic class SendSmsU",
"end": 435,
"score": 0.999466598033905,
"start": 427,
"tag": "USERNAME",
"value": "gaoyuhai"
},
{
"context": "s.account = account;\n// thi... | null | [] | package com.vxianjin.gringotts.web.util;
import com.alibaba.fastjson.JSON;
import com.alibaba.fastjson.JSONObject;
import com.vxianjin.gringotts.constant.Constant;
import com.vxianjin.gringotts.constant.SmsConfigConstant;
import com.vxianjin.gringotts.util.HttpUtil;
import org.slf4j.Logger;
import org.slf4j.LoggerFacto... | 5,563 | 0.522817 | 0.516995 | 178 | 28.91573 | 22.463671 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.601124 | false | false | 8 |
79a105cb4e50c815fe6caba377fa3891a9f7c0e1 | 7,610,682,087,976 | ee9b158ce867f5b18f53a3e89b5fd2bf030bf961 | /StudentDaoSpring/src/main/java/com/onlinecrime/controller/AdminLoginController.java | d59df6f86f162e3f1f82155fcabfa2e64b981823 | [] | no_license | SaravanaKumar65/onlinecrime | https://github.com/SaravanaKumar65/onlinecrime | a9b813badcc5bc2ab6b8fc33b964838aaa8c3ce4 | e4a2d1c7b8f68bb88139eb98433e07a228d88a7d | refs/heads/master | 2023-08-30T08:34:12.752000 | 2021-11-19T06:50:36 | 2021-11-19T06:50:36 | 429,693,946 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.onlinecrime.controller;
import java.util.Objects;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.validation.Valid;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springf... | UTF-8 | Java | 1,771 | java | AdminLoginController.java | Java | [] | null | [] | package com.onlinecrime.controller;
import java.util.Objects;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.validation.Valid;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springf... | 1,771 | 0.784867 | 0.784867 | 64 | 26.671875 | 28.053551 | 114 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.515625 | false | false | 8 |
eb5a7cf3a83be5273cfe31f083cfe0bc7b95c44b | 19,988,777,828,035 | 915a6b422b262902c8efa2c840ee886d5b3b5e0a | /investor-reporting/internal/src/main/java/com/lendingclub/qa/investor_reporting/internal/db/dao/oracle/LCActorDAO.java | c0c41d713d656059a4d957a00cffdd8da9e758df | [] | no_license | dmitry-minchuk/InvestorReporting | https://github.com/dmitry-minchuk/InvestorReporting | 6fe6a87b15fd045b5de64524dad904e4c3e51894 | c143892d4d4ca4cc4722ae8b5a26b3a518798c54 | refs/heads/master | 2017-03-02T04:58:07.764000 | 2017-01-26T13:11:31 | 2017-01-26T13:11:31 | 80,522,519 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.lendingclub.qa.investor_reporting.internal.db.dao.oracle;
import java.util.HashMap;
import java.util.Map;
import org.apache.ibatis.session.SqlSession;
import org.apache.ibatis.session.SqlSessionFactory;
import com.lendingclub.qa.investor_reporting.internal.db.domain.oracle.LCActor;
import com.lendingclub... | UTF-8 | Java | 1,646 | java | LCActorDAO.java | Java | [] | null | [] | package com.lendingclub.qa.investor_reporting.internal.db.dao.oracle;
import java.util.HashMap;
import java.util.Map;
import org.apache.ibatis.session.SqlSession;
import org.apache.ibatis.session.SqlSessionFactory;
import com.lendingclub.qa.investor_reporting.internal.db.domain.oracle.LCActor;
import com.lendingclub... | 1,646 | 0.719927 | 0.719927 | 68 | 23.205883 | 24.043808 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.073529 | false | false | 8 |
609c270b6294df2415f8c46a4c4cadbbad3b5f35 | 824,633,769,513 | 0904eab4dbc1a901d8c7aa94ecc70fc354cee576 | /src/main/java/org/trescal/cwms/core/jobs/jobitem/controller/CollectInstrumentsController.java | e72c30302e6db1808a8dcccc705315ec21d784b7 | [] | no_license | ukcastlerock/zxghft | https://github.com/ukcastlerock/zxghft | ff8d4fd824b212a61dfa99c318b18efef8aec9f4 | 1249b6105aa69a92cc5c8bff5be2bf8b0bcf7a6d | refs/heads/master | 2016-08-03T14:18:15.136000 | 2015-06-08T12:41:57 | 2015-06-08T12:41:57 | 37,062,754 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.trescal.cwms.core.jobs.jobitem.controller;
import javax.servlet.http.HttpServletRequest;
import javax.validation.Valid;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.validation.BindingResult;
import org.springfra... | UTF-8 | Java | 2,040 | java | CollectInstrumentsController.java | Java | [] | null | [] | package org.trescal.cwms.core.jobs.jobitem.controller;
import javax.servlet.http.HttpServletRequest;
import javax.validation.Valid;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.validation.BindingResult;
import org.springfra... | 2,040 | 0.829412 | 0.829412 | 51 | 39.019608 | 34.530743 | 159 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.117647 | false | false | 8 |
0aab6058cfc82a6e0785c5ac2594492ef382e41e | 8,787,503,122,259 | c8ea35869d509f5bf4300b0cfd930fed97cc11da | /ehan-admin/src/main/java/cc/ehan/admin/modules/authentication/service/AdminAuthenticationService.java | e8a9fa457764a9a62728760217435223e3cf8427 | [] | no_license | zhangzhiyong-ay/ehan | https://github.com/zhangzhiyong-ay/ehan | 0f12d4843944c7bb9cbcf896fa38e2e74e1af582 | 88edb304652389c88ad50015eea4312625cd6cd0 | refs/heads/main | 2023-02-07T08:34:25.514000 | 2020-12-28T13:00:50 | 2020-12-28T13:00:50 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cc.ehan.admin.modules.authentication.service;
import cc.ehan.admin.modules.authentication.domain.ao.LoginAccountAO;
import cc.ehan.admin.security.LoginUser;
import cc.ehan.admin.security.SecurityManager;
import cc.ehan.common.exception.AuthenticateException;
import lombok.extern.slf4j.Slf4j;
import org.springf... | UTF-8 | Java | 1,770 | java | AdminAuthenticationService.java | Java | [] | null | [] | package cc.ehan.admin.modules.authentication.service;
import cc.ehan.admin.modules.authentication.domain.ao.LoginAccountAO;
import cc.ehan.admin.security.LoginUser;
import cc.ehan.admin.security.SecurityManager;
import cc.ehan.common.exception.AuthenticateException;
import lombok.extern.slf4j.Slf4j;
import org.springf... | 1,770 | 0.736385 | 0.734647 | 50 | 33.52 | 27.069717 | 117 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.58 | false | false | 8 |
8cbd3bb5fff699b67b1fb4a59078e6e8e170b157 | 3,444,563,794,842 | 1e9d5cd1230c05b4c7232b614ec9c9e2801ba487 | /src/main/java/stoneforge/javadoc/DomPage.java | 8bcc82eb238c51d8b06c93b31d2b357f00da718d | [] | no_license | Teletha/stoneforge | https://github.com/Teletha/stoneforge | 06f75ed3e550ca6a1a80c8348e4f2db9268fb9ec | 7628cae68d4cb60120cc162125cca4adee6be92b | refs/heads/master | 2021-08-03T11:49:15.844000 | 2021-07-27T02:29:22 | 2021-07-27T02:29:22 | 236,001,106 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright (C) 2019 Nameless Production Committee
*
* Licensed under the MIT License (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://opensource.org/licenses/mit-license.php
*/
package stoneforge.javadoc;
impor... | UTF-8 | Java | 893 | java | DomPage.java | Java | [] | null | [] | /*
* Copyright (C) 2019 Nameless Production Committee
*
* Licensed under the MIT License (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://opensource.org/licenses/mit-license.php
*/
package stoneforge.javadoc;
impor... | 893 | 0.603583 | 0.599104 | 43 | 19.767443 | 20.367367 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.302326 | false | false | 8 |
8b2ed0a002487bb429c5f7a2a5e136ead002ac23 | 20,048,907,350,840 | 5d42c7d9b209cc7e56492e0e5ba111d2d24de090 | /app/src/main/java/com/qican/ygj/ui/userinfo/MyInfoActivity.java | e4caf0cadc39ea62bfc9f8b502c1d2bb4d7684fb | [] | no_license | qiurenbieyuan/Yuguanjia | https://github.com/qiurenbieyuan/Yuguanjia | 3342f0a4ea3f35f999da2c2f5a161c3e918f7a1d | 4abd1f9939487fb7bffa3d0e14f799adbe9ecffb | refs/heads/master | 2021-01-11T08:27:59.747000 | 2016-12-03T09:41:44 | 2016-12-03T09:41:44 | 72,262,478 | 3 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* @Function:关于
* @Author:残阳催雪
* @Time:2016-8-9
* @Email:qiurenbieyuan@gmail.com
*/
package com.qican.ygj.ui.userinfo;
import android.app.Dialog;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import android.wi... | UTF-8 | Java | 8,517 | java | MyInfoActivity.java | Java | [
{
"context": "/**\n * @Function:关于\n * @Author:残阳催雪\n * @Time:2016-8-9\n * @Email:qiurenbieyuan@gmail.c",
"end": 35,
"score": 0.9998346567153931,
"start": 31,
"tag": "NAME",
"value": "残阳催雪"
},
{
"context": "on:关于\n * @Author:残阳催雪\n * @Time:2016-8-9\n * @Email:qiurenbieyuan@gmail.com\... | null | [] | /**
* @Function:关于
* @Author:残阳催雪
* @Time:2016-8-9
* @Email:<EMAIL>
*/
package com.qican.ygj.ui.userinfo;
import android.app.Dialog;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import android.widget.ImageView;
... | 8,501 | 0.606425 | 0.604019 | 234 | 34.517094 | 25.309572 | 126 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 8 |
4ed0dfbb90b690b894461010eaa4de95b4c9b629 | 12,644,383,772,776 | dba78beec1870a1be8b879399fa6e2fc96b7a911 | /privateadhocpeering/src/main/java/edu/kit/privateadhocpeering/DiscoveryBeacon.java | 2140019cd214ab7b9462b2e770d6000ee2f91913 | [
"MIT"
] | permissive | colebaileygit/ppacp | https://github.com/colebaileygit/ppacp | 082b25c49e883ffa0041bd26ec852bd538fdb993 | f51198caea3dbf46e2ca1b8cfe0743ede96592fa | refs/heads/master | 2021-01-11T05:53:12.955000 | 2016-09-30T07:07:43 | 2016-09-30T07:07:43 | 69,641,265 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package edu.kit.privateadhocpeering;
import android.bluetooth.BluetoothAdapter;
import android.bluetooth.BluetoothManager;
import android.bluetooth.le.AdvertiseCallback;
import android.bluetooth.le.AdvertiseData;
import android.bluetooth.le.AdvertiseSettings;
import android.bluetooth.le.BluetoothLeAdvertiser;
import a... | UTF-8 | Java | 3,279 | java | DiscoveryBeacon.java | Java | [] | null | [] | package edu.kit.privateadhocpeering;
import android.bluetooth.BluetoothAdapter;
import android.bluetooth.BluetoothManager;
import android.bluetooth.le.AdvertiseCallback;
import android.bluetooth.le.AdvertiseData;
import android.bluetooth.le.AdvertiseSettings;
import android.bluetooth.le.BluetoothLeAdvertiser;
import a... | 3,279 | 0.669716 | 0.659957 | 92 | 34.641304 | 27.784332 | 118 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.608696 | false | false | 8 |
8f7914f24aa6c1bf73928d08ad40182617ee7a1e | 12,644,383,773,969 | cf24565484848dc8f554de135b5189bff9ba6405 | /app/src/main/java/com/example/f433/Activities/Game/GameActivity.java | a86c1c22a3671997c3333b996f17e93a89f5ae8f | [] | no_license | messengerW/433 | https://github.com/messengerW/433 | c26fd0a9785e5301e3e909735482367c29f97a70 | d79e386cb302f9869c4a5be525aa3b3ed3bf6330 | refs/heads/master | 2021-07-06T18:01:11.561000 | 2020-08-14T15:19:32 | 2020-08-14T15:19:32 | 158,185,865 | 4 | 4 | null | false | 2019-04-25T09:25:26 | 2018-11-19T08:20:08 | 2019-04-23T08:40:00 | 2019-04-20T15:42:44 | 7,214 | 3 | 2 | 2 | Java | false | false | package com.example.f433.Activities.Game;
import android.content.Intent;
import android.graphics.Color;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.ImageView;
import android.widget.TextView;
import com.example.f433.Activities.MainActivity;... | UTF-8 | Java | 20,328 | java | GameActivity.java | Java | [] | null | [] | package com.example.f433.Activities.Game;
import android.content.Intent;
import android.graphics.Color;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.ImageView;
import android.widget.TextView;
import com.example.f433.Activities.MainActivity;... | 20,328 | 0.622034 | 0.594139 | 548 | 32.691605 | 23.938671 | 126 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.808394 | false | false | 8 |
49aba9dac110697fe30db6d36a3d4020028429b1 | 22,299,470,220,331 | 033d835696d0903a7c208da6e326af6789384434 | /src/SHEJIMOSHI/适配器/Tagretable.java | 4a278c23574ba00056349ea8aba656cc4021ab83 | [] | no_license | 1993ycs/ycsdemo | https://github.com/1993ycs/ycsdemo | d2da2a5843d386d53d198c192b788d3ae35b0b80 | 51fe0c760766dd2c29f2b972592f194641de251b | refs/heads/master | 2021-09-06T13:48:10.971000 | 2018-02-07T05:03:25 | 2018-02-07T05:03:25 | 105,890,229 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package SHEJIMOSHI.适配器;
public interface Tagretable {
public void med1();
public void med2();
}
| UTF-8 | Java | 111 | java | Tagretable.java | Java | [] | null | [] | package SHEJIMOSHI.适配器;
public interface Tagretable {
public void med1();
public void med2();
}
| 111 | 0.695238 | 0.67619 | 6 | 16.5 | 11.514483 | 29 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 8 |
a6151e611d19ad1758a7dab5b53897cde604a2cf | 21,689,584,858,139 | 9b3bc5fc89c753a6357d07bd10040f17664777d0 | /SmartQuestionBank/src/main/java/com/enablue/pojo/VariablePool.java | 84c555fa0ab72c2ca4e24240662d45bfb2f06b11 | [] | no_license | skyboxer/BeeEdu | https://github.com/skyboxer/BeeEdu | 91db254996f2eca08296af06a8aa424f3fa2b580 | cc95aa7c3da7a98c2e79c0640ce02ae76cef1f3c | refs/heads/master | 2023-01-13T02:41:17.774000 | 2020-05-27T09:57:51 | 2020-05-27T09:57:51 | 215,715,549 | 1 | 0 | null | false | 2023-01-11T19:57:32 | 2019-10-17T06:07:31 | 2020-05-27T09:58:38 | 2023-01-11T19:57:32 | 149,298 | 1 | 0 | 80 | HTML | false | false | package com.enablue.pojo;
import org.springframework.stereotype.Component;
import java.util.Date;
/**
* @author cnxjk
* 变量类
*/
public class VariablePool {
private Integer variableId;
private Integer templateId;
private String variableContent;
private Date gmtCreate;
private Date gmtModified;
... | UTF-8 | Java | 1,551 | java | VariablePool.java | Java | [
{
"context": "Component;\n\nimport java.util.Date;\n\n/**\n * @author cnxjk\n * 变量类\n */\npublic class VariablePool {\n\n priva",
"end": 121,
"score": 0.9996299743652344,
"start": 116,
"tag": "USERNAME",
"value": "cnxjk"
}
] | null | [] | package com.enablue.pojo;
import org.springframework.stereotype.Component;
import java.util.Date;
/**
* @author cnxjk
* 变量类
*/
public class VariablePool {
private Integer variableId;
private Integer templateId;
private String variableContent;
private Date gmtCreate;
private Date gmtModified;
... | 1,551 | 0.667961 | 0.667961 | 70 | 21.071428 | 21.742205 | 123 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.385714 | false | false | 8 |
243a22b1b1fcd9be47396547a48778a1612b540f | 21,689,584,855,752 | 43c3975cea28675598f05cb2f2acf89e6a02e4b5 | /src/main/java/br/edu/facthus/poo/PesquisaController.java | c3aec9ff79275321897ff4b55d813b217cfe3658 | [] | no_license | jhonatasLuiz/projeto-poo | https://github.com/jhonatasLuiz/projeto-poo | 01b182e1abf69f97aac3c1f38180858f7f0233a0 | 057e5a4363c577801212473a4d1f570d7e02f860 | refs/heads/master | 2023-05-13T08:07:23.323000 | 2021-05-26T23:28:08 | 2021-05-26T23:28:08 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.edu.facthus.poo;
import javafx.fxml.FXML;
import javafx.scene.control.Label;
import javafx.scene.control.TextField;
public class PesquisaController {
@FXML
private TextField txtNumero;
@FXML
private Label lblSaida;
@FXML
private void pesquisa() {
// EX06: completar...
Integer n1 = Integer.p... | UTF-8 | Java | 821 | java | PesquisaController.java | Java | [] | null | [] | package br.edu.facthus.poo;
import javafx.fxml.FXML;
import javafx.scene.control.Label;
import javafx.scene.control.TextField;
public class PesquisaController {
@FXML
private TextField txtNumero;
@FXML
private Label lblSaida;
@FXML
private void pesquisa() {
// EX06: completar...
Integer n1 = Integer.p... | 821 | 0.691087 | 0.680098 | 42 | 18.5 | 20.1521 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.595238 | false | false | 8 |
348b6ba8875f5f39475180e6427c554e7d21d3e5 | 21,586,505,639,981 | 5acd2a8f6eff81a740c6dea60b501784e03d9e65 | /src/main/java/org/page/WorkWithUsPage.java | d470d9c234c25a59e7829640650c827dbe67b128 | [] | no_license | JohnTSalmon/TestForce | https://github.com/JohnTSalmon/TestForce | 5273b91eef8904a87ea7276048b359341de82aa4 | 62f704207c0915364be440a60eb034adaa5a4918 | refs/heads/master | 2021-06-11T11:23:07.036000 | 2019-11-28T17:32:14 | 2019-11-28T17:32:14 | 177,579,437 | 0 | 0 | null | false | 2021-06-04T01:51:29 | 2019-03-25T12:10:58 | 2019-11-28T17:33:25 | 2021-06-04T01:51:28 | 92,676 | 0 | 0 | 3 | Java | false | false | package org.page;
import org.testforce.utils.Locator;
import org.openqa.selenium.By;
public class WorkWithUsPage extends Locator {
public final By PAGE_TITLE = className("merchant-faq-block--intro");
public final String TITLE_TEXT = "BRINGING CONSUMERS TO YOUR BUSINESS";
}
| UTF-8 | Java | 287 | java | WorkWithUsPage.java | Java | [] | null | [] | package org.page;
import org.testforce.utils.Locator;
import org.openqa.selenium.By;
public class WorkWithUsPage extends Locator {
public final By PAGE_TITLE = className("merchant-faq-block--intro");
public final String TITLE_TEXT = "BRINGING CONSUMERS TO YOUR BUSINESS";
}
| 287 | 0.756098 | 0.756098 | 11 | 25.09091 | 27.658484 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.454545 | false | false | 8 |
0d59f3349916613e8966430e9014fd69c2619902 | 21,586,505,639,214 | 53db0ea59aa2b1533551f74ea8e61edef53e2f0d | /Lab-3-State/src/domain/Beschadigd.java | 84ecfe06224dfd7de42d02ce9a6e1aef1fe179ad | [] | no_license | RedaBoussabat/OO-Opdrachten | https://github.com/RedaBoussabat/OO-Opdrachten | 17bac3bf1ceae946ef0e8df4d4cea50f6d7a5c58 | 465e5146f623e21f0f7469241a1137ffbcfa2528 | refs/heads/master | 2020-07-28T05:28:21.221000 | 2019-11-13T14:40:09 | 2019-11-13T14:40:09 | 209,323,302 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package domain;
public class Beschadigd extends ProductState {
private Product product;
public Beschadigd(Product product) {
super(product);
this.product = product;
}
@Override
public void herstel(){
product.setState(product.getUitleenbaar());
}
@Override
pub... | UTF-8 | Java | 402 | java | Beschadigd.java | Java | [] | null | [] | package domain;
public class Beschadigd extends ProductState {
private Product product;
public Beschadigd(Product product) {
super(product);
this.product = product;
}
@Override
public void herstel(){
product.setState(product.getUitleenbaar());
}
@Override
pub... | 402 | 0.639304 | 0.639304 | 21 | 18.142857 | 17.367966 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.285714 | false | false | 8 |
b682d0453bd17dfb13ef8e162669fd26fb5aef5a | 15,212,774,185,111 | b8f531f2f49c142ce293388053bf341a0b66f615 | /atsd-jdbc/src/main/java/com/axibase/tsd/driver/jdbc/enums/MetadataFormat.java | 89f16a929246ab18c303e5a9b8de8dd241e7028f | [
"Apache-2.0"
] | permissive | axibase/atsd-jdbc | https://github.com/axibase/atsd-jdbc | d97b0ce20827611e08d2660f3c3329f05b91676e | 29336f61a98fcc597aef06650f64a36bf00e6108 | refs/heads/master | 2022-11-30T00:29:43.981000 | 2021-10-30T14:56:09 | 2021-10-30T14:56:09 | 49,562,317 | 10 | 7 | Apache-2.0 | false | 2022-11-15T23:51:14 | 2016-01-13T09:06:00 | 2021-10-30T14:56:12 | 2022-11-15T23:51:09 | 18,873 | 6 | 4 | 4 | Java | false | false | package com.axibase.tsd.driver.jdbc.enums;
public enum MetadataFormat {
NONE,
HEADER,
EMBED,
COMMENTS
}
| UTF-8 | Java | 121 | java | MetadataFormat.java | Java | [] | null | [] | package com.axibase.tsd.driver.jdbc.enums;
public enum MetadataFormat {
NONE,
HEADER,
EMBED,
COMMENTS
}
| 121 | 0.677686 | 0.677686 | 8 | 14.125 | 13.22344 | 42 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 8 |
3183e2bdc92e32e31e4e6eb1015933a17286eba7 | 10,582,799,456,428 | d2bc4c72b7d7fe10c5848c29399c6c9c303cfd2d | /jargon-data-utils/src/test/java/org/irods/jargon/datautils/filearchive/LocalFileGzipCompressorTest.java | 355e589af26c6abba877f45b6c1c697d3e538235 | [
"LicenseRef-scancode-warranty-disclaimer",
"BSD-3-Clause",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | DICE-UNC/jargon | https://github.com/DICE-UNC/jargon | 0fac970241ac541b0e7e963f26e6329e566a45ed | 8d949c4ad3fe5bfb8415b2251c6955036225c960 | refs/heads/master | 2023-08-31T04:11:26.193000 | 2023-07-18T15:57:52 | 2023-08-08T20:40:10 | 17,224,370 | 26 | 31 | NOASSERTION | false | 2023-08-08T20:40:12 | 2014-02-26T20:31:20 | 2023-05-10T11:19:27 | 2023-08-08T20:40:10 | 13,425 | 29 | 29 | 96 | Java | false | false | package org.irods.jargon.datautils.filearchive;
import java.io.File;
import java.util.Properties;
import org.irods.jargon.core.connection.SettableJargonProperties;
import org.irods.jargon.core.connection.SettableJargonPropertiesMBean;
import org.irods.jargon.core.pub.IRODSFileSystem;
import org.irods.jargon.testutils... | UTF-8 | Java | 4,563 | java | LocalFileGzipCompressorTest.java | Java | [] | null | [] | package org.irods.jargon.datautils.filearchive;
import java.io.File;
import java.util.Properties;
import org.irods.jargon.core.connection.SettableJargonProperties;
import org.irods.jargon.core.connection.SettableJargonPropertiesMBean;
import org.irods.jargon.core.pub.IRODSFileSystem;
import org.irods.jargon.testutils... | 4,563 | 0.819417 | 0.814157 | 104 | 42.875 | 36.090614 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.048077 | false | false | 8 |
5898c5b5513855b797b8d131b6e0f3b6bfbf84b1 | 29,274,497,110,182 | f4be343a6d4cd0313a959e99c3c98d3961901ddb | /src/main/java/com/jamesdpeters/cpu/DMATransfer.java | 30d6530ddfcbd54e5ff8cf4fe7d8ba01872271a5 | [] | no_license | JamesPeters98/JavaGameboyEmulator | https://github.com/JamesPeters98/JavaGameboyEmulator | 5713e1498dcfa79409905446b231489da64fa972 | 7d4c7a8c699dd0d0f358dbf40ddbf6f3369071e2 | refs/heads/master | 2022-11-23T07:08:02.757000 | 2020-06-23T14:46:10 | 2020-06-23T14:46:10 | 268,276,781 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jamesdpeters.cpu;
import com.jamesdpeters.Utils;
import com.jamesdpeters.memory.MemoryBus;
public class DMATransfer {
private static int startAddress;
private static int offset;
private static final int TRANSFER_TIME = 160; //Machine cycles.
private static int currentTime;
/**
... | UTF-8 | Java | 1,493 | java | DMATransfer.java | Java | [] | null | [] | package com.jamesdpeters.cpu;
import com.jamesdpeters.Utils;
import com.jamesdpeters.memory.MemoryBus;
public class DMATransfer {
private static int startAddress;
private static int offset;
private static final int TRANSFER_TIME = 160; //Machine cycles.
private static int currentTime;
/**
... | 1,493 | 0.604823 | 0.592766 | 48 | 30.104166 | 30.741692 | 187 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.541667 | false | false | 8 |
f18993febfdabe245b9a8db187abae7451b77f44 | 23,974,507,487,066 | faaa71ce096795466c884bb2c2b571d7d72f3924 | /src/ExampleClass.java | 52d19daec9e10b79b9407a9b9299608c258b20cf | [] | no_license | Angiz/JavaTesterTraining | https://github.com/Angiz/JavaTesterTraining | 0f057e636ad2fb436d8f0cba985b24b31ca2b336 | a1afab5f7825fca5b6fc47499161b33929ccb8f7 | refs/heads/master | 2023-03-11T21:50:37.980000 | 2021-02-22T17:39:39 | 2021-02-22T17:39:39 | 343,782,538 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.Scanner;
public class ExampleClass {
//mała rozgrzewka :)
public static void main(String[] args) {
Scanner scanner = new Scanner(System.in);
System.out.println("Podaj liczbę 1: ");
int liczba1 = scanner.nextInt();
System.out.println("Podaj liczbę 2: ");
... | UTF-8 | Java | 930 | java | ExampleClass.java | Java | [] | null | [] | import java.util.Scanner;
public class ExampleClass {
//mała rozgrzewka :)
public static void main(String[] args) {
Scanner scanner = new Scanner(System.in);
System.out.println("Podaj liczbę 1: ");
int liczba1 = scanner.nextInt();
System.out.println("Podaj liczbę 2: ");
... | 930 | 0.640389 | 0.62527 | 25 | 36.040001 | 22.626497 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.64 | false | false | 8 |
64abcc7b9d93b0c32324dc7e4b01d614d7ef933a | 13,099,650,258,086 | 21cf9815da21241ba605d527b4121ae92b482d92 | /.metadata/.plugins/org.eclipse.core.resources/.history/9c/2072803b5e8100141a3dc68ed2533243 | 8805415cec62a7b520194592c12f3067d4ca1ba4 | [] | no_license | claireedgcumbe/thesis | https://github.com/claireedgcumbe/thesis | 27113e611752a437d152550dda9e0943823267cd | cca654f5cab85672b6455b57e1f04e175ee8b2b0 | refs/heads/master | 2020-04-06T05:41:39.037000 | 2014-12-13T00:20:24 | 2014-12-13T00:20:24 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*************************************************************************
"FreePastry" Peer-to-Peer Application Development Substrate
Copyright 2002, Rice University. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following cond... | UTF-8 | Java | 3,909 | 2072803b5e8100141a3dc68ed2533243 | Java | [
{
"context": "PingTestRecord.java 2805 2005-11-17 16:22:24Z jeffh $\n * @author Rongmei Zhang\n */\n\npublic class Ping",
"end": 1934,
"score": 0.6502714157104492,
"start": 1933,
"tag": "USERNAME",
"value": "h"
},
{
"context": ".java 2805 2005-11-17 16:22:24Z jeffh $\n * @author Rong... | null | [] | /*************************************************************************
"FreePastry" Peer-to-Peer Application Development Substrate
Copyright 2002, Rice University. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following cond... | 3,902 | 0.678946 | 0.671271 | 136 | 27.735294 | 26.550793 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.411765 | false | false | 8 | |
6754d95b25603bf774f850508bc0c3e80bb060ab | 20,263,655,755,641 | fbe62f160de4ab8da8e3209853eff9d1bc1fff9e | /src/android/ImagePickerGridItem.java | bf7e162dff3e3c04d225cafd3ba64ad0dd962ca7 | [] | no_license | efluvi/fumi-plugin-imagepicker | https://github.com/efluvi/fumi-plugin-imagepicker | 92742bdcbb6959496ba4ea33a6bab7783ae3ecce | 9b9be7c0658e3e01fe9933e066b1ec4766f89e8a | refs/heads/master | 2022-12-01T00:08:04.672000 | 2020-08-03T13:01:01 | 2020-08-03T13:01:01 | 281,345,754 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.fumi.imagePicker;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.widget.ImageView;
import android.widget.TextView;
import androidx.constraintlayout.widget.ConstraintLayout;
import java.lang.reflect.Array;
import java.util.ArrayList;
public cl... | UTF-8 | Java | 1,701 | java | ImagePickerGridItem.java | Java | [] | null | [] | package com.fumi.imagePicker;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.widget.ImageView;
import android.widget.TextView;
import androidx.constraintlayout.widget.ConstraintLayout;
import java.lang.reflect.Array;
import java.util.ArrayList;
public cl... | 1,701 | 0.680776 | 0.677837 | 58 | 28.327587 | 30.318077 | 142 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.568965 | false | false | 8 |
527b76a51affd0b20bc8b1e8d9d0d0bae5e8fe11 | 4,045,859,250,104 | 5b002c96412aaab93fafab6fadb7f5dda9d4313b | /src/test/java/com/task/rest/model/api/response/CrudAccountResponseTest.java | 3b467126f9637c3977ea4e5a1b380892241ee338 | [
"MIT"
] | permissive | kotoale/revolut-test-task | https://github.com/kotoale/revolut-test-task | 82d8065b222490284de7ec52e6275d531d2e0b0a | a6ffb9ac48f2db30d34c7ad780493c1b045be1fb | refs/heads/master | 2021-08-27T16:47:19.453000 | 2021-08-22T21:35:36 | 2021-08-22T21:35:36 | 147,918,657 | 0 | 0 | null | false | 2021-08-22T21:14:55 | 2018-09-08T09:10:44 | 2021-08-22T21:14:36 | 2021-08-22T21:14:54 | 65 | 0 | 0 | 1 | Java | false | false | package com.task.rest.model.api.response;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.task.rest.model.dbo.Account;
import io.dropwizard.jackson.Jackson;
import org.junit.Test;
import java.math.BigDecimal;
import static io.dropwizard.testing.FixtureHelpers.fixture;
import static org.assertj.core.ap... | UTF-8 | Java | 1,031 | java | CrudAccountResponseTest.java | Java | [
{
"context": "tj.core.api.Assertions.assertThat;\n\n/**\n * @author Alexander Kotov (kotov.alex.22@gmail.com)\n */\npublic class CrudAc",
"end": 376,
"score": 0.9998447299003601,
"start": 361,
"tag": "NAME",
"value": "Alexander Kotov"
},
{
"context": "ions.assertThat;\n\n/**\n * @aut... | null | [] | package com.task.rest.model.api.response;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.task.rest.model.dbo.Account;
import io.dropwizard.jackson.Jackson;
import org.junit.Test;
import java.math.BigDecimal;
import static io.dropwizard.testing.FixtureHelpers.fixture;
import static org.assertj.core.ap... | 1,006 | 0.760427 | 0.746848 | 31 | 32.290321 | 33.116795 | 118 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.516129 | false | false | 8 |
8a5cd9b30eaa0791524382cc8b499029ac977fcc | 32,882,269,687,525 | 041558e99b220e95ec44c6f2b5506d719e459d17 | /Assignment3/Ass3.java | cc976e78f2d5088fa791ce23211efb971d2486bb | [] | no_license | Abanoub-Asaad/OOP | https://github.com/Abanoub-Asaad/OOP | ab301aaac8f0adaf7a68fd9882a56738aa06434c | 397edc23bce26083eb302ba876a4d61c9c59e41c | refs/heads/master | 2022-07-24T05:14:44.615000 | 2020-05-21T13:09:09 | 2020-05-21T13:09:09 | 248,875,968 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package assignments_package;
import java.awt.Color;
import java.util.ArrayList;
import javax.swing.ButtonGroup;
import javax.swing.JOptionPane;
/**
*
* @author Abano
*/
class NewJFrame extends javax.swing.JFrame {
ButtonGroup button_group = new ButtonGroup();
/**
* Creates new form NewJFrame
*/... | UTF-8 | Java | 22,423 | java | Ass3.java | Java | [
{
"context": "import javax.swing.JOptionPane;\n\n/**\n *\n * @author Abano\n */\nclass NewJFrame extends javax.swing.JFrame {\n",
"end": 169,
"score": 0.9973070621490479,
"start": 164,
"tag": "NAME",
"value": "Abano"
}
] | null | [] | package assignments_package;
import java.awt.Color;
import java.util.ArrayList;
import javax.swing.ButtonGroup;
import javax.swing.JOptionPane;
/**
*
* @author Abano
*/
class NewJFrame extends javax.swing.JFrame {
ButtonGroup button_group = new ButtonGroup();
/**
* Creates new form NewJFrame
*/... | 22,423 | 0.623467 | 0.609909 | 507 | 43.226826 | 38.756229 | 192 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.635108 | false | false | 8 |
bd291a14e954f86187f5e00db6cc3c3b1ab36637 | 22,926,535,429,473 | 8756df4d2ed79ca3770356ed0a6f46d9d9c2f64e | /src/test/java/edu/odu/cs/cs350/LErrorTest.java | 1a591a7feb9b5f9e522d88a57c58e8e93e3cefcf | [] | no_license | zhPaint/CS-Classifier | https://github.com/zhPaint/CS-Classifier | 014ead915fefdb6f418a1faf557573070369ff78 | ef36e90487b3d56ee73e94e1fdbc2eb1f1f2342c | refs/heads/master | 2020-03-18T10:49:30.924000 | 2018-05-24T00:44:59 | 2018-05-24T00:44:59 | 134,619,416 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package edu.odu.cs.cs350;
/**
*
*/
import static org.junit.Assert.*;
import java.nio.file.Path;
import java.nio.file.Paths;
import org.junit.Test;
import edu.odu.cs.cs350.LError;
/**
* @author RC
*
*/
public class LErrorTest {
// Echos that arguments have been properly read in
@Test
public void testRe... | UTF-8 | Java | 1,243 | java | LErrorTest.java | Java | [
{
"context": "\nimport edu.odu.cs.cs350.LError;\n\n\n\n/**\n * @author RC\n *\n */\npublic class LErrorTest {\n\n\t// Echos that ",
"end": 207,
"score": 0.972568690776825,
"start": 205,
"tag": "USERNAME",
"value": "RC"
}
] | null | [] | package edu.odu.cs.cs350;
/**
*
*/
import static org.junit.Assert.*;
import java.nio.file.Path;
import java.nio.file.Paths;
import org.junit.Test;
import edu.odu.cs.cs350.LError;
/**
* @author RC
*
*/
public class LErrorTest {
// Echos that arguments have been properly read in
@Test
public void testRe... | 1,243 | 0.670957 | 0.65889 | 64 | 18.421875 | 15.903817 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.296875 | false | false | 8 |
02b86f325f65b98752518527e3f5fc297ff21621 | 25,709,674,295,250 | 9776511cb2a02a6e1d9d678fa353f5a7212a5a97 | /Week_04/122.MaxProfit.java | 855a5edc434dcae28151f50fc672435d4b0d1edb | [] | no_license | ameryzhu/algorithm024 | https://github.com/ameryzhu/algorithm024 | b8a497f49f610c9c9f54edc1e334d7950e7d9898 | b71b292bd3d56ac2f2e98fc53ff91a86eff1b273 | refs/heads/main | 2023-04-05T05:17:05.637000 | 2021-04-19T02:49:49 | 2021-04-19T02:49:49 | 334,369,447 | 1 | 1 | null | true | 2021-01-30T08:55:37 | 2021-01-30T08:55:36 | 2021-01-29T11:27:51 | 2021-01-05T06:46:00 | 4 | 0 | 0 | 0 | null | false | false | class Solution {
public int maxProfit(int[] prices) {
if(prices==null||prices.length<=1){
return 0;
}
int profits = 0;
for(int i = 0;i < prices.length-1;i++){
int delta = prices[i+1]-prices[i];
if(delta>0){
profits+=delta;
... | UTF-8 | Java | 367 | java | 122.MaxProfit.java | Java | [] | null | [] | class Solution {
public int maxProfit(int[] prices) {
if(prices==null||prices.length<=1){
return 0;
}
int profits = 0;
for(int i = 0;i < prices.length-1;i++){
int delta = prices[i+1]-prices[i];
if(delta>0){
profits+=delta;
... | 367 | 0.441417 | 0.422343 | 15 | 23.466667 | 14.628131 | 47 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6 | false | false | 8 |
9654b04c5f20059b721e0cce000b34a45e27eeed | 25,709,674,298,038 | 901f9e073131747ed44e49296682fba90ed8486d | /app/src/main/java/com/example/xkwei/gankio/models/Article.java | 7d117ca01410a67e381c7935f5371cb92d9812f2 | [
"Apache-2.0"
] | permissive | ShiKaiWi/GankIO | https://github.com/ShiKaiWi/GankIO | 3bed55a3389515770a7f6f14ebc4b14f840e2bf7 | aca7aa0e0241a2291e548431ff349ac127ead796 | refs/heads/master | 2021-04-29T09:23:30.512000 | 2017-02-06T01:57:35 | 2017-02-06T04:53:41 | 77,661,200 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.xkwei.gankio.models;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
import io.realm.RealmObject;
import io.realm.annotations.Ignore;
import io.realm.annotations.PrimaryKey;
/**
* Created by xkwei on 30/12/2016.
*/
public class Article extends RealmObject{
@Primar... | UTF-8 | Java | 2,574 | java | Article.java | Java | [
{
"context": "o.realm.annotations.PrimaryKey;\n\n/**\n * Created by xkwei on 30/12/2016.\n */\n\npublic class Article extends ",
"end": 246,
"score": 0.9996268153190613,
"start": 241,
"tag": "USERNAME",
"value": "xkwei"
}
] | null | [] | package com.example.xkwei.gankio.models;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
import io.realm.RealmObject;
import io.realm.annotations.Ignore;
import io.realm.annotations.PrimaryKey;
/**
* Created by xkwei on 30/12/2016.
*/
public class Article extends RealmObject{
@Primar... | 2,574 | 0.599456 | 0.59596 | 137 | 17.788321 | 14.747724 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.335766 | false | false | 8 |
db389c24dc411832d6097d450c49eab0e2ee0cf5 | 7,533,372,692,184 | 1683e64eab6d0dd4b778e88b65cc28d793e0aff5 | /Video/src/Serie.java | fc1af60f804cf6efcca8d348d051e87c3acc6740 | [] | no_license | ingridmm/Video | https://github.com/ingridmm/Video | b532150fba55c31bd23ca45d9fb529e0ecce5d23 | 07a8e86fdc3d1945c49bd4929776b8f3dc632f41 | refs/heads/master | 2020-03-18T05:24:37.340000 | 2018-05-22T00:56:20 | 2018-05-22T00:56:20 | 134,341,082 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
public class Serie extends Video {
protected int episodios;
public int getEpisodios(){
return episodios;
}
public void setEpisodios(int episodios){
this.episodios = episodios;
}
}
| UTF-8 | Java | 225 | java | Serie.java | Java | [] | null | [] |
public class Serie extends Video {
protected int episodios;
public int getEpisodios(){
return episodios;
}
public void setEpisodios(int episodios){
this.episodios = episodios;
}
}
| 225 | 0.626667 | 0.626667 | 12 | 16.583334 | 15.483639 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.583333 | false | false | 8 |
b2815a8302f7e3a715c7913be11f0b84abf7aa4a | 10,634,339,056,256 | cef16962be110eee5aac76c633aaac10c5057859 | /src/cn/mailchat/view/OverflowMenuPopo.java | 94633b21a1bfe8fc1fbd334b41e8f549c261116f | [
"BSD-3-Clause",
"Apache-2.0"
] | permissive | wengz/JumpSpirit | https://github.com/wengz/JumpSpirit | 12bf6eb312b97fc97b91eafcf82944c7aef42fc5 | c30ec52cd030bb63971ef669f86ce5f3296c20f6 | refs/heads/master | 2020-02-22T14:31:35.571000 | 2016-07-18T08:28:48 | 2016-07-18T08:28:48 | 63,583,949 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.mailchat.view;
import android.annotation.SuppressLint;
import android.content.Context;
import android.support.v7.internal.widget.ListPopupWindow;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.AdapterView;
import android.widget.AdapterView.... | UTF-8 | Java | 2,367 | java | OverflowMenuPopo.java | Java | [] | null | [] | package cn.mailchat.view;
import android.annotation.SuppressLint;
import android.content.Context;
import android.support.v7.internal.widget.ListPopupWindow;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.AdapterView;
import android.widget.AdapterView.... | 2,367 | 0.762569 | 0.761724 | 86 | 26.523256 | 20.444893 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.232558 | false | false | 8 |
eaac02160ac1fe9b0e6539859bfe53d3ffb45edf | 30,107,720,780,954 | 0ae92071e24aa95b52f0e8167175d2f7650c3299 | /huayitonglib/src/main/java/com/palmap/huayitonglib/utils/MapStyleManager2.java | 078a4aad8feff7882c9b836e0c5dfb45fef07bdc | [] | no_license | wuxianghua/HospitalModule | https://github.com/wuxianghua/HospitalModule | af792b70f386051d13018b4030e0a4877313f10b | 92f307f20bd0c2b073c2747ecade7c5418206862 | refs/heads/master | 2021-09-01T10:19:23.393000 | 2017-12-26T12:25:28 | 2017-12-26T12:25:28 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.palmap.huayitonglib.utils;
import android.text.TextUtils;
import android.util.Log;
import com.google.gson.JsonPrimitive;
import com.mapbox.services.commons.geojson.Feature;
import com.mapbox.services.commons.geojson.FeatureCollection;
import org.json.JSONArray;
import org.json.JSONException;
import org.j... | UTF-8 | Java | 10,033 | java | MapStyleManager2.java | Java | [
{
"context": "import java.util.regex.Pattern;\n\n/**\n * Created by wtm on 2017/8/21.\n * <p>\n * 尝试用分别加载 2Dheight 和 3dHeig",
"end": 418,
"score": 0.999591588973999,
"start": 415,
"tag": "USERNAME",
"value": "wtm"
}
] | null | [] | package com.palmap.huayitonglib.utils;
import android.text.TextUtils;
import android.util.Log;
import com.google.gson.JsonPrimitive;
import com.mapbox.services.commons.geojson.Feature;
import com.mapbox.services.commons.geojson.FeatureCollection;
import org.json.JSONArray;
import org.json.JSONException;
import org.j... | 10,033 | 0.567389 | 0.561387 | 219 | 43.894978 | 30.209812 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.703196 | false | false | 8 |
69974be50ee9391be4a77f545ea4722e5e72010d | 25,383,256,773,105 | 6ed20c7c37191aa9ba5d8f42ce0d7d3c0e5b37c3 | /test/m2i/atelierjava/test/StructuresDeControle.java | d09c0241e62dd54caf7de21dc36a70d32d2ebadd | [] | no_license | quicotte-formation/atelier_java | https://github.com/quicotte-formation/atelier_java | a888b10c1abf9543a6261782bd97939b9929c19e | 044552ede5fa7b3579f8fc88adaf7640e814d4fe | refs/heads/master | 2021-07-25T20:28:42.290000 | 2017-11-07T06:37:07 | 2017-11-07T06:37:07 | 109,027,335 | 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 m2i.atelierjava.test;
import java.util.ArrayList;
import java.util.Scanner;
import org.junit.Test;
/**
*
* @au... | UTF-8 | Java | 2,305 | java | StructuresDeControle.java | Java | [
{
"context": "er;\r\nimport org.junit.Test;\r\n\r\n/**\r\n *\r\n * @author Administrateur\r\n */\r\npublic class StructuresDeControle {\r\n\r\n ",
"end": 339,
"score": 0.9965222477912903,
"start": 325,
"tag": "NAME",
"value": "Administrateur"
},
{
"context": "new ArrayList<>();\r\... | 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 m2i.atelierjava.test;
import java.util.ArrayList;
import java.util.Scanner;
import org.junit.Test;
/**
*
* @au... | 2,305 | 0.475901 | 0.471993 | 89 | 23.876404 | 24.189709 | 135 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.460674 | false | false | 8 |
93b0cf108ca6541421ddc31db2942a6e8a679648 | 17,841,294,198,290 | 270c3daafbd6ed31656ad57a73628a8e63216850 | /JBCoolUtils/src/atlas/cool/payload/plugin/ClobParser.java | b7fba8ed63ecf8962ce1123fd8a5730412ae68c0 | [] | no_license | andreaformica/JBCoolHub | https://github.com/andreaformica/JBCoolHub | 4664c6d1e3f7ce2ec4cd779a0f79f4a582b9c32e | 2328c9d4767a3130a59fd579fa89a71d8246c6f1 | refs/heads/master | 2021-01-01T17:21:44.583000 | 2015-06-18T08:00:43 | 2015-06-18T08:00:43 | 28,960,330 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
*
*/
package atlas.cool.payload.plugin;
import java.util.Map;
/**
* @author formica
*
*/
public interface ClobParser {
/**
* Utility method to provide a formatted output from a payload column which is structured
* as a CLOB in COOL.
*
* @param payloadColumn
* @return
*/
Object parseClob(... | UTF-8 | Java | 462 | java | ClobParser.java | Java | [
{
"context": "d.plugin;\n\nimport java.util.Map;\n\n\n\n/**\n * @author formica\n *\n */\npublic interface ClobParser {\n\n\t/**\n\t * Ut",
"end": 95,
"score": 0.9890037775039673,
"start": 88,
"tag": "USERNAME",
"value": "formica"
}
] | null | [] | /**
*
*/
package atlas.cool.payload.plugin;
import java.util.Map;
/**
* @author formica
*
*/
public interface ClobParser {
/**
* Utility method to provide a formatted output from a payload column which is structured
* as a CLOB in COOL.
*
* @param payloadColumn
* @return
*/
Object parseClob(... | 462 | 0.660173 | 0.660173 | 30 | 14.4 | 20.559832 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 8 |
63d1755b0dbc0b8c6bdd7ee214085ccaad3148f2 | 28,982,439,382,233 | 61d7f4438b98855d4681e5bf824332387895bd12 | /Week_05/starter/starter-config/src/main/java/com/tn/starter/config/AutoConfiguration.java | 1b60c0d974484f22437bf7994ad37b5104cbb1ab | [] | no_license | en-o/JAVA-000 | https://github.com/en-o/JAVA-000 | 9cee9d5337153929ce8365ace811b5ed99e1ef5b | 1b667d859e6f2b384eb0b818b6a67688421a61e5 | refs/heads/main | 2023-02-27T06:04:19.493000 | 2021-02-03T13:16:28 | 2021-02-03T13:16:28 | 303,123,580 | 0 | 0 | null | true | 2020-10-11T13:10:46 | 2020-10-11T13:10:45 | 2020-10-11T12:21:43 | 2020-10-09T10:25:30 | 2 | 0 | 0 | 0 | null | false | false | package com.tn.starter.config;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.Import;
/**
* @author tn
* @version 1
* @ClassName AutoConfigrution
* @description
* @date 2020/11/17 20:47
*/
@Configuration
@Import({KlassConfiguration.class, SchoolConfigu... | UTF-8 | Java | 370 | java | AutoConfiguration.java | Java | [
{
"context": "amework.context.annotation.Import;\n\n/**\n * @author tn\n * @version 1\n * @ClassName AutoConfigrution\n * @",
"end": 165,
"score": 0.9985432624816895,
"start": 163,
"tag": "USERNAME",
"value": "tn"
}
] | null | [] | package com.tn.starter.config;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.Import;
/**
* @author tn
* @version 1
* @ClassName AutoConfigrution
* @description
* @date 2020/11/17 20:47
*/
@Configuration
@Import({KlassConfiguration.class, SchoolConfigu... | 370 | 0.778378 | 0.743243 | 16 | 22.125 | 20.383434 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 8 |
f00e38e9dd7ecaf8fc6500c08e328f7f6ea041cf | 31,464,930,462,303 | ebed44e7d211da90f9f92f5016fbb1fe008bcb2c | /readingScoresFromWebsite.java | 1a48ae4fb8bc1dcfc210696712d5e46c0a148a2d | [] | no_license | okeohane/Java-HW-9 | https://github.com/okeohane/Java-HW-9 | 9fadb0356008d6d53fd83b8292ee0c138fb755d5 | 91ac620c8c0da6c88ba88419cd85b6456ba26a4d | refs/heads/master | 2020-05-27T02:48:03.639000 | 2019-05-24T16:49:11 | 2019-05-24T16:49:11 | 188,456,563 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package javaapplication3;
import java.util.Scanner;
import java.net.URL;
public class JavaApplication3
{
public static void main(String[] args)
{
int count = 0;
double total = 0;
try
{
URL website = new URL("https://turing.manhattan.edu/~ankur.agrawal/misc... | UTF-8 | Java | 916 | java | readingScoresFromWebsite.java | Java | [
{
"context": " website = new URL(\"https://turing.manhattan.edu/~ankur.agrawal/misc/scores.txt\");\n Scanner ",
"end": 305,
"score": 0.8908335566520691,
"start": 302,
"tag": "USERNAME",
"value": "ank"
},
{
"context": "bsite = new URL(\"https://turing.manhattan.edu/~ankur.a... | null | [] | package javaapplication3;
import java.util.Scanner;
import java.net.URL;
public class JavaApplication3
{
public static void main(String[] args)
{
int count = 0;
double total = 0;
try
{
URL website = new URL("https://turing.manhattan.edu/~ankur.agrawal/misc... | 916 | 0.495633 | 0.491266 | 36 | 24.444445 | 21.236034 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.361111 | false | false | 0 |
ce0d6d0719a0fe24917060f9b2dfe4f2c91802d8 | 6,605,659,701,254 | 20faf0364473d4a1376656e990788ce13bb5f3e3 | /src/com/company/daysofcode/strings/Operators.java | a72cfd1021d321b8cc88c376f556fafe94e7fd5d | [] | no_license | Anushka-shukla/100DaysOfCode | https://github.com/Anushka-shukla/100DaysOfCode | e60003f5bb27a97c18e027daf375dbfd42b2a39e | 4b9cdcc07fed3524c4bd963396c39eb6095b9b5c | refs/heads/main | 2023-08-13T21:49:49.776000 | 2021-09-26T18:15:57 | 2021-09-26T18:15:57 | 393,102,170 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.company.daysofcode.strings;
import java.util.ArrayList;
public class Operators {
public static void main(String[] args) {
System.out.println('a' + 'b' );// operator is converting the alphabet into character value -> Adding ASCII values
System.out.println("a" + "b"); // concatenation
... | UTF-8 | Java | 932 | java | Operators.java | Java | [
{
"context": " will call toString()\n System.out.println(\"Anu\" + new ArrayList<>()); // concatenated with empty",
"end": 607,
"score": 0.9825080037117004,
"start": 604,
"tag": "NAME",
"value": "Anu"
},
{
"context": "with empty array list\n System.out.println(\"Anushka... | null | [] | package com.company.daysofcode.strings;
import java.util.ArrayList;
public class Operators {
public static void main(String[] args) {
System.out.println('a' + 'b' );// operator is converting the alphabet into character value -> Adding ASCII values
System.out.println("a" + "b"); // concatenation
... | 932 | 0.623391 | 0.611588 | 22 | 41.363636 | 33.59457 | 121 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.545455 | false | false | 0 |
e438fcf26de464ff107a2bde820db2bd89e24fe1 | 33,715,493,306,908 | f0487728aec297d3f49456bf6f4232702f12fa00 | /asciily-foundation-springboot/src/main/java/com/asciily/foundation/config/motan/client/MotanClientConfiguration.java | 62f6d4c34a6d1c64a2ee45acf7d507c9aadec078 | [
"Apache-2.0"
] | permissive | swxiao/asciily-foundation | https://github.com/swxiao/asciily-foundation | c3aca0a80637fc2992e6d954d41d0c4c343559b5 | 881ca50cd47f254fbae3037d24e841f9aab1279f | refs/heads/master | 2022-06-24T10:43:00.961000 | 2019-08-01T06:03:23 | 2019-08-01T06:03:23 | 155,304,417 | 0 | 0 | Apache-2.0 | false | 2022-06-21T00:53:11 | 2018-10-30T01:17:22 | 2019-08-01T06:03:30 | 2022-06-21T00:53:08 | 136 | 0 | 0 | 1 | Java | false | false | /**
* Copyright [2015-2017]
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may
* obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writi... | UTF-8 | Java | 1,708 | java | MotanClientConfiguration.java | Java | [
{
"context": "upport.BasicRefererConfigBean;\n\n/**\n * \n * @author xiaosw<xiaosw@msn.cn>\n * @since 2017年1月17日\n */\n@Import(B",
"end": 972,
"score": 0.9996413588523865,
"start": 966,
"tag": "USERNAME",
"value": "xiaosw"
},
{
"context": "asicRefererConfigBean;\n\n/**\n * \n * @auth... | null | [] | /**
* Copyright [2015-2017]
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may
* obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writi... | 1,702 | 0.799647 | 0.787897 | 46 | 36 | 35.565617 | 139 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.021739 | false | false | 0 |
1cdcd1686b729ef6485e7c807ebd438de28e8a56 | 25,211,458,071,760 | 24e1ada83b54a2db124b7b0cdd1c2fa66cf2f279 | /CS19A/Array/matSum.java | 3a5383a31c45dfe90ff17bcf68b4e071fa5b08b7 | [] | no_license | Shankar4919/DataStructureAndAlgorithm_Java | https://github.com/Shankar4919/DataStructureAndAlgorithm_Java | 169bb8b0e4c00884623e3cba057a175eeb91ac76 | 545fac64c319643479787ce9020124bfebec6b50 | refs/heads/master | 2023-03-16T14:32:42.021000 | 2021-03-02T04:10:48 | 2021-03-02T04:10:48 | 332,373,397 | 3 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Array;
public class matSum {
public static void main(String[] args) {
int matA[][]= {{1,2},{3,4}};
int matB[][]= {{5,6},{7,8}};
int row=matA.length;
int column=matA[0].length;
int matSum[][]=new int[row][column];
//calculating sum
for(int i=0; i<row;i++) {
for(int j=0; j<column; j++... | UTF-8 | Java | 580 | java | matSum.java | Java | [] | null | [] | package Array;
public class matSum {
public static void main(String[] args) {
int matA[][]= {{1,2},{3,4}};
int matB[][]= {{5,6},{7,8}};
int row=matA.length;
int column=matA[0].length;
int matSum[][]=new int[row][column];
//calculating sum
for(int i=0; i<row;i++) {
for(int j=0; j<column; j++... | 580 | 0.553448 | 0.534483 | 32 | 17.125 | 14.679386 | 43 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.46875 | false | false | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.