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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1f73ef958033834ae4430744b907bc013e1e238c | 6,914,897,350,449 | 83aba7b3dfd1d8423016bbd5d50aa68a24455c8c | /Assignment-3/InheritanceAbstactClasses/src/TestBike.java | 359a30c2b33fa13731de89b7ad52c75da88d473c | [] | no_license | sagaryvk/AssignmentsWork | https://github.com/sagaryvk/AssignmentsWork | 60df1e3cd7ae15578bf151e2f9b5423e5168829b | 7c17837ce5bfb945b9c223e10a70687807ecb954 | refs/heads/master | 2021-08-30T13:10:30.026000 | 2017-12-18T04:14:34 | 2017-12-18T04:14:34 | 111,736,174 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.Scanner;
public class TestBike {
public static void main (String args[])
{
MountainBike b1 = null;
RoadBike b2 = null;
TandemBike b3 = null;
boolean con = true;
do
{
Scanner sc = new Scanner (System.in);
System.out.println("Press 1 for MountainBike"+"\n"+"... | UTF-8 | Java | 2,050 | java | TestBike.java | Java | [] | null | [] | import java.util.Scanner;
public class TestBike {
public static void main (String args[])
{
MountainBike b1 = null;
RoadBike b2 = null;
TandemBike b3 = null;
boolean con = true;
do
{
Scanner sc = new Scanner (System.in);
System.out.println("Press 1 for MountainBike"+"\n"+"... | 2,050 | 0.606829 | 0.556585 | 87 | 22.563219 | 23.064976 | 131 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.402299 | false | false | 14 |
a497988b6dda00a0fe88474674c89907bbe9f09d | 1,511,828,535,273 | 36f98be2c811178d85a8f1f2e9279730fc995211 | /microui.movableimage/src/main/java/com/microej/example/foundation/microui/movableimage/ImagesAnimation.java | 5c70d5260f7aa4738fa1ec08e5d6568583b3d160 | [
"BSD-3-Clause"
] | permissive | MicroEJ/Example-Standalone-Foundation-Libraries | https://github.com/MicroEJ/Example-Standalone-Foundation-Libraries | 31a8101beef8093a81731409a2c1861702a3057c | 69deda3f6297f8a57916c124444e8bc331fb6601 | refs/heads/master | 2023-07-20T01:48:44.500000 | 2023-07-18T13:10:00 | 2023-07-18T13:10:00 | 62,054,088 | 6 | 10 | NOASSERTION | false | 2022-11-01T14:12:02 | 2016-06-27T12:20:36 | 2022-05-01T03:25:26 | 2020-12-17T17:24:09 | 566 | 7 | 4 | 1 | Java | false | false | /*
* Copyright 2014-2020 MicroEJ Corp. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be found with this software.
*/
package com.microej.example.foundation.microui.movableimage;
import java.util.Vector;
import ej.bon.TimerTask;
public class ImagesAnimation extends Time... | UTF-8 | Java | 892 | java | ImagesAnimation.java | Java | [] | null | [] | /*
* Copyright 2014-2020 MicroEJ Corp. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be found with this software.
*/
package com.microej.example.foundation.microui.movableimage;
import java.util.Vector;
import ej.bon.TimerTask;
public class ImagesAnimation extends Time... | 892 | 0.743274 | 0.733184 | 36 | 23.777779 | 25.293951 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.222222 | false | false | 14 |
78a952e0db8ea412d97ec3ad800c9b73df0d952f | 18,124,761,991,810 | acf51da83d9ed1f84dae13cb2a1c8bde21d4d9c0 | /OnePieceMatchIt/src/com/black_pearl/view/HelpActivity.java | 57b0b9c2ad2219b23bad4ce0df7ad0482757de9f | [] | no_license | humanrocker/android-match-it | https://github.com/humanrocker/android-match-it | 2119e422b9c2ec1e451061e5fc0c5a70b8b3249b | c721111dd12e84620a09ea14eb7eb35fad70a34e | refs/heads/master | 2016-03-28T06:06:34.884000 | 2011-07-04T08:38:53 | 2011-07-04T08:38:53 | 32,857,636 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.black_pearl.view;
import android.app.Activity;
import android.app.AlertDialog;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.view.View.OnClickListener;
import android.widget.Button;
public class HelpActivity extends Activity implements OnClickL... | GB18030 | Java | 1,867 | java | HelpActivity.java | Java | [] | null | [] | package com.black_pearl.view;
import android.app.Activity;
import android.app.AlertDialog;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.view.View.OnClickListener;
import android.widget.Button;
public class HelpActivity extends Activity implements OnClickL... | 1,867 | 0.661227 | 0.649972 | 91 | 17.527473 | 16.990845 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.736264 | false | false | 14 |
ee0950bda6e836db737523cca0f01482795c3891 | 18,571,438,601,602 | 1e7ec5fab2249b49e80127e6eba4c6990f9c8671 | /Visitor/src/NoteNoVisitor/AmazonNote.java | 9c04215ed08c66bb2b4beda4571990bd267aa316 | [] | no_license | IzaackLey/mtp-unaj | https://github.com/IzaackLey/mtp-unaj | 326cd223c81c677c075e0876dace3ee80d431414 | ce2e78b3ef951b5f29c8c6d8b04d777eb9967110 | refs/heads/master | 2016-09-05T19:05:54.828000 | 2015-05-04T10:30:17 | 2015-05-04T10:30:17 | 42,803,404 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package NoteNoVisitor;
public class AmazonNote{
public String title;
public String author;
public String isbn;
public double price;
public AmazonNote(String title, String author, String isbn, double price){
this.title = title;
this.author = author;
this.isbn = isbn;
this.price = price;
}
}
| UTF-8 | Java | 308 | java | AmazonNote.java | Java | [
{
"context": "uble price){\n\t\tthis.title = title;\n\t\tthis.author = author;\n\t\tthis.isbn = isbn;\n\t\tthis.price = price;\n\t}\n}\n",
"end": 259,
"score": 0.5819217562675476,
"start": 253,
"tag": "NAME",
"value": "author"
}
] | null | [] | package NoteNoVisitor;
public class AmazonNote{
public String title;
public String author;
public String isbn;
public double price;
public AmazonNote(String title, String author, String isbn, double price){
this.title = title;
this.author = author;
this.isbn = isbn;
this.price = price;
}
}
| 308 | 0.730519 | 0.730519 | 15 | 19.533333 | 17.331539 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.8 | false | false | 14 |
fba54e423e681e443eb195bdf4c64e9a22d666e4 | 23,502,061,064,216 | a5a806ccdd542b31696cf4285dea5851eb6a0811 | /src/TaggerSystem/SystemMain.java | 2259e22e82c362a4adeaaee8ed1735397746243e | [] | no_license | chyr98/ImageTagger | https://github.com/chyr98/ImageTagger | 26323766a63b30f970d8f5c1fb09e209d7bfef53 | 39654b5b2f21af2609dd4c27f433c4777335fc94 | refs/heads/master | 2021-05-11T21:13:22.961000 | 2018-01-14T21:03:09 | 2018-01-14T21:03:09 | 117,464,270 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package TaggerSystem;
import java.io.*;
import java.time.LocalDateTime;
import java.util.ArrayList;
import java.util.logging.FileHandler;
import java.util.logging.Logger;
import java.util.logging.SimpleFormatter;
/**
* This is the class for all executions at the time the program is opened. It has the following
* re... | UTF-8 | Java | 5,471 | java | SystemMain.java | Java | [] | null | [] | package TaggerSystem;
import java.io.*;
import java.time.LocalDateTime;
import java.util.ArrayList;
import java.util.logging.FileHandler;
import java.util.logging.Logger;
import java.util.logging.SimpleFormatter;
/**
* This is the class for all executions at the time the program is opened. It has the following
* re... | 5,471 | 0.658563 | 0.656553 | 156 | 34.070515 | 26.582989 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.50641 | false | false | 14 |
a8478aedc5d49a4aab2d895c0e725c2701725012 | 23,089,744,195,874 | 74b241d469947512452cf1210588ce9c0c1a8b96 | /src/main/java/id/ac/unpar/siamodels/JadwalKuliah.java | 7325ff52a64dcf772ec5a7b771cf152ff4a54112 | [
"MIT"
] | permissive | johanes97/SIAModels | https://github.com/johanes97/SIAModels | 3c20ce1670f99383e4e41f2fd180d3ee4461899f | 1a179305c4d135d3eecb13b9a797a3c11003beef | refs/heads/master | 2020-04-21T11:22:14.579000 | 2019-05-02T06:11:05 | 2019-05-02T06:11:05 | 167,295,079 | 1 | 0 | MIT | true | 2019-01-31T07:40:05 | 2019-01-24T03:17:33 | 2019-01-31T07:33:06 | 2019-01-31T07:39:04 | 211 | 1 | 0 | 2 | Java | false | null | package id.ac.unpar.siamodels;
import java.time.DayOfWeek;
import java.time.LocalTime;
public class JadwalKuliah {
protected MataKuliah mataKuliah;
protected Character kelas;
protected DayOfWeek hari;
protected LocalTime waktuMulai;
protected LocalTime waktuSelesai;
protected String lokasi;
protected Dosen pen... | UTF-8 | Java | 2,861 | java | JadwalKuliah.java | Java | [] | null | [] | package id.ac.unpar.siamodels;
import java.time.DayOfWeek;
import java.time.LocalTime;
public class JadwalKuliah {
protected MataKuliah mataKuliah;
protected Character kelas;
protected DayOfWeek hari;
protected LocalTime waktuMulai;
protected LocalTime waktuSelesai;
protected String lokasi;
protected Dosen pen... | 2,861 | 0.722824 | 0.715484 | 124 | 22.07258 | 21.519749 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.629032 | false | false | 14 |
d282ac37f25a81d55c854433b46f60f6f84bb402 | 1,099,511,656,525 | 9e42a27889193dfae18ee3144e370ad53d754a68 | /genusbar_android/genusbar_app/src/main/java/com/ecolab/mike/genusbar_app/base/BaseApplication.java | 8c497e6755890bdc8dae828af69f2bae3427243d | [] | no_license | xingyuz233/genusbar | https://github.com/xingyuz233/genusbar | e22261a690c15c66fd469176896cfa7282020437 | e76cb5e51107d89699cd6ce952c4896e145805db | refs/heads/master | 2020-03-29T18:32:55.049000 | 2018-11-29T17:30:11 | 2018-11-29T17:30:11 | 150,219,479 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ecolab.mike.genusbar_app.base;
import android.app.Application;
import com.ecolab.mike.genusbar_sdk.api.GenusbarAPI;
import com.ecolab.mike.genusbar_sdk.utils.DataCache;
public class BaseApplication extends Application {
@Override
public void onCreate() {
super.onCreate();
DataCach... | UTF-8 | Java | 375 | java | BaseApplication.java | Java | [] | null | [] | package com.ecolab.mike.genusbar_app.base;
import android.app.Application;
import com.ecolab.mike.genusbar_sdk.api.GenusbarAPI;
import com.ecolab.mike.genusbar_sdk.utils.DataCache;
public class BaseApplication extends Application {
@Override
public void onCreate() {
super.onCreate();
DataCach... | 375 | 0.717333 | 0.717333 | 16 | 22.4375 | 19.338978 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4375 | false | false | 14 |
6c8b52f8649c73df06d4081b0396eb2449e71825 | 3,702,261,815,023 | a907a9f3c5957f42da3ddd5317a44e5b4122b782 | /com/yovez/ipactionbar/ActionBarUtil.java | fe765f4bebc4c1f9189763c5873120530905a91e | [
"MIT"
] | permissive | VenomMC/IPActionBar | https://github.com/VenomMC/IPActionBar | 0c9d67c192af43a54bac70488b852e12aa3a2496 | 96158dc5a3ce2f3c5971671c7842dd3b4488afd2 | refs/heads/master | 2022-12-14T14:30:39.456000 | 2020-06-12T21:55:50 | 2020-06-12T21:55:50 | 271,896,738 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.yovez.ipactionbar;
import java.util.HashMap;
import java.util.Map;
import org.bukkit.craftbukkit.v1_12_R1.entity.CraftPlayer;
import org.bukkit.entity.Player;
import org.bukkit.plugin.Plugin;
import org.bukkit.scheduler.BukkitRunnable;
import org.bukkit.scheduler.BukkitTask;
import com.sun.ist... | UTF-8 | Java | 3,416 | java | ActionBarUtil.java | Java | [] | null | [] | package com.yovez.ipactionbar;
import java.util.HashMap;
import java.util.Map;
import org.bukkit.craftbukkit.v1_12_R1.entity.CraftPlayer;
import org.bukkit.entity.Player;
import org.bukkit.plugin.Plugin;
import org.bukkit.scheduler.BukkitRunnable;
import org.bukkit.scheduler.BukkitTask;
import com.sun.ist... | 3,416 | 0.711651 | 0.704333 | 93 | 34.731182 | 30.152351 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.548387 | false | false | 14 |
17549d4155601ff1cf059a0cc4068f092bce77a1 | 28,398,323,766,439 | e8626f9f64a8bb90008015b06856d3da16eeecad | /processing/src/test/java/org/apache/druid/segment/serde/cell/TestCasesConfig.java | 078113cc72a1e86d8906babdf655f3bf75790b2a | [
"EPL-1.0",
"Classpath-exception-2.0",
"ISC",
"GPL-2.0-only",
"BSD-3-Clause",
"Apache-2.0",
"LicenseRef-scancode-public-domain",
"LicenseRef-scancode-generic-cla",
"0BSD",
"LicenseRef-scancode-sun-no-high-risk-activities",
"LicenseRef-scancode-free-unknown",
"JSON",
"LicenseRef-scancode-unico... | permissive | apache/druid | https://github.com/apache/druid | bb1b20be5104882e4eeb045d109b559f396086c0 | d4e972e1e4b798d7e057e910deea4d192fe57952 | refs/heads/master | 2023-09-05T02:41:03.009000 | 2023-09-04T07:48:55 | 2023-09-04T07:48:55 | 6,358,188 | 4,364 | 1,629 | Apache-2.0 | false | 2023-09-14T21:04:46 | 2012-10-23T19:08:07 | 2023-09-14T21:04:40 | 2023-09-14T21:04:46 | 324,885 | 12,839 | 3,591 | 1,383 | Java | false | false | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | UTF-8 | Java | 5,726 | java | TestCasesConfig.java | Java | [] | null | [] | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | 5,726 | 0.716207 | 0.715159 | 199 | 27.773869 | 29.220253 | 116 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.452261 | false | false | 14 |
39f18c178779c4210895ca62ce00919383bf20e4 | 2,448,131,368,747 | 157277719d7bcde84c23c5bb3ef7182cd06b51d6 | /src/java/com/friend/AddFriend.java | 6326e1ab0fb72c817b217e27c779d6c87afdc177 | [
"MIT"
] | permissive | BijayaDas/FriendSociety | https://github.com/BijayaDas/FriendSociety | 87c1dcfc9e29a7fed94262a93be2b135ea2c5fd7 | b212ea5b1147e87f80e0f33f65eba8c8a3e7c89e | refs/heads/master | 2020-02-27T18:23:36.693000 | 2015-06-21T09:33:41 | 2015-06-21T09:33:41 | 37,798,990 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package com.friend;
import java.io.IOException;
import java.io.PrintWriter;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.text.SimpleDateFormat;
import javax.serv... | UTF-8 | Java | 4,436 | java | AddFriend.java | Java | [
{
"context": "javax.servlet.http.HttpSession;\n\n/**\n *\n * @author padmanava\n */\npublic class AddFriend extends HttpServlet {\n",
"end": 581,
"score": 0.998284637928009,
"start": 572,
"tag": "USERNAME",
"value": "padmanava"
}
] | null | [] | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package com.friend;
import java.io.IOException;
import java.io.PrintWriter;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.text.SimpleDateFormat;
import javax.serv... | 4,436 | 0.633904 | 0.627592 | 128 | 33.65625 | 26.308695 | 123 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.601563 | false | false | 14 |
d97786c188b53d6f83004de7bbfd1670d884c497 | 32,332,513,821,262 | 71f0b4e889b4323cbf47bf4934566c330bee87b4 | /src/main/java/infostaff/repository/TblGroupRepository.java | 2cfbb32df4e7c113d96472fcfea7fccfb7acbeb3 | [] | no_license | ngocanhInfoplus/infostaff | https://github.com/ngocanhInfoplus/infostaff | 2309249d69e012e2f50a9ad5c18ae0dbcc507bb0 | ca160a6c13ef5a490a0709a0871c6c5d7b25c7f2 | refs/heads/master | 2022-12-04T00:32:57.461000 | 2020-08-17T06:39:46 | 2020-08-17T06:39:46 | 276,535,749 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package infostaff.repository;
import java.util.List;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.Query;
import org.springframework.stereotype.Repository;
import infostaff.entity.TblGroupEntity;
@Repository
public interface TblGroupRepository extends ... | UTF-8 | Java | 533 | java | TblGroupRepository.java | Java | [] | null | [] | package infostaff.repository;
import java.util.List;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.Query;
import org.springframework.stereotype.Repository;
import infostaff.entity.TblGroupEntity;
@Repository
public interface TblGroupRepository extends ... | 533 | 0.834897 | 0.834897 | 18 | 28.611111 | 31.808697 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 14 |
9445cbacfdd4a57091b1a8d3fac1e107742cc433 | 30,700,426,263,626 | 8adc74f4feac5134f7f3ee038c20bf1338f5b4e8 | /src/BLL/PaisBLL.java | 82223aaf0d749d7c7e67cc33bbd25a00c53424a2 | [] | no_license | GutoVillela/Trabalho-faculdade | https://github.com/GutoVillela/Trabalho-faculdade | 39fa96ef3e462c7a3fb0614416f9efbd7f626656 | 59cf596f175365fe23adbd6c9a49536b3b65997b | refs/heads/master | 2021-08-14T15:24:16.839000 | 2017-11-16T03:45:58 | 2017-11-16T03:45:58 | 107,792,911 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package BLL;
public class PaisBLL {
private int codigo;
private String paisPt;
private String paisEn;
/**
* @return the codigo
*/
public int getCodigo() {
return codigo;
}
/**
* @param codigo the codigo to set
*/
public void setCodigo(int codigo) {
... | UTF-8 | Java | 838 | java | PaisBLL.java | Java | [] | null | [] | package BLL;
public class PaisBLL {
private int codigo;
private String paisPt;
private String paisEn;
/**
* @return the codigo
*/
public int getCodigo() {
return codigo;
}
/**
* @param codigo the codigo to set
*/
public void setCodigo(int codigo) {
... | 838 | 0.520286 | 0.520286 | 51 | 15.431373 | 13.337629 | 42 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.196078 | false | false | 14 |
fc9774c37cb910f22de9f14bbb3a1141d2ad4520 | 30,700,426,265,598 | d93351564dc417605f232d95924b0e92c39df0a7 | /app/src/main/java/com/smac/tushar/mylocation/LocationReq.java | e6c64ed93786c50181de2000b6efaf21e90c5683 | [] | no_license | tonysaha/MyLocation | https://github.com/tonysaha/MyLocation | f55689255d1152809bd67b2ee64ca55bfb99238d | d09bd1170d2dd01df74998e7a30058cd92912094 | refs/heads/master | 2020-03-23T17:54:17.007000 | 2018-08-12T08:49:18 | 2018-08-12T08:49:18 | 141,880,610 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.smac.tushar.mylocation;
import android.Manifest;
import android.content.Context;
import android.content.pm.PackageManager;
import android.location.Address;
import android.location.Geocoder;
import android.location.Location;
import android.support.v4.app.ActivityCompat;
import android.util.Log;
import andro... | UTF-8 | Java | 3,676 | java | LocationReq.java | Java | [] | null | [] | package com.smac.tushar.mylocation;
import android.Manifest;
import android.content.Context;
import android.content.pm.PackageManager;
import android.location.Address;
import android.location.Geocoder;
import android.location.Location;
import android.support.v4.app.ActivityCompat;
import android.util.Log;
import andro... | 3,676 | 0.584875 | 0.583243 | 164 | 21.414635 | 18.831377 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.445122 | false | false | 14 |
68d5b866e99ea9fd446283fbfe0bb2c26714dafe | 15,573,551,440,148 | 0c4a253b0c08c275884560ac34f7d521fdd4d974 | /showshortestpath.java | 26846bce87e6fdd5db19af538847af312b47c7f0 | [] | no_license | gowtham1723/Shop-easy | https://github.com/gowtham1723/Shop-easy | 0cc38cef58dca4989732f931e68055266a5a1353 | 133a381c60499f2d73a7d72105e7d29c023341ae | refs/heads/master | 2020-06-23T11:45:33.426000 | 2019-08-30T00:36:15 | 2019-08-30T00:36:15 | 198,613,601 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.supermaket_user;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.os.Bundle;
import android.widget.TextView;
import java.util.ArrayList;
public class showshortestpath extends AppCompatActivity {
ArrayList<Integer> locationid;
floy... | UTF-8 | Java | 1,396 | java | showshortestpath.java | Java | [] | null | [] | package com.example.supermaket_user;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.os.Bundle;
import android.widget.TextView;
import java.util.ArrayList;
public class showshortestpath extends AppCompatActivity {
ArrayList<Integer> locationid;
floy... | 1,396 | 0.540115 | 0.535817 | 51 | 25.333334 | 18.093079 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.627451 | false | false | 14 |
1b194720e0f852249b0275993a99a3c676c5ba3e | 37,263,136,275,927 | d253af241460ae47617f0ea95e67333050a0dd08 | /SEMESTR VII/Obiektowe/Projekt/src/main/java/db/DataBasePostgresSQL.java | 2af00693b3b70c7bbdf8493fe10897feafd074ba | [] | no_license | KrzysztofKozubek/Academic | https://github.com/KrzysztofKozubek/Academic | 2a2b0be411a5148a8d7a8d421786c39e6560b535 | db1fd056764be6d18532bbc25c85ecccd5842cde | refs/heads/master | 2020-04-13T23:52:02.474000 | 2018-12-29T14:54:14 | 2018-12-29T14:54:14 | 163,517,807 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package db;
import java.sql.SQLException;
import java.util.Scanner;
public class DataBasePostgresSQL extends DatabaseHandler {
static DataBasePostgresSQL dataBasePostgresSQL = null;
private DataBasePostgresSQL() {}
public static DataBasePostgresSQL getDataBasePostgresSQL() {
if(dataBasePostgre... | UTF-8 | Java | 1,048 | java | DataBasePostgresSQL.java | Java | [] | null | [] | package db;
import java.sql.SQLException;
import java.util.Scanner;
public class DataBasePostgresSQL extends DatabaseHandler {
static DataBasePostgresSQL dataBasePostgresSQL = null;
private DataBasePostgresSQL() {}
public static DataBasePostgresSQL getDataBasePostgresSQL() {
if(dataBasePostgre... | 1,048 | 0.607824 | 0.607824 | 35 | 28.942858 | 23.793087 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.742857 | false | false | 14 |
82f88fb808001a20be4e0e14c4b4c549b2e76b0e | 34,978,213,701,773 | c163a0fd500f73209911d13822a01c9ae3603fba | /code/cloud-mvn-parent/cloud-mvn-task/src/test/java/cn/spring/mvn/task/test/TestBatch.java | 2c58f8e73741d83c2adf5c3c451cc6e15af54434 | [] | no_license | liutao1024/github-cloud | https://github.com/liutao1024/github-cloud | b5a7b74e8a87088fb770398841ce28374731b225 | b7a01f609ba1ecd60959489a29a4ed5a821cff73 | refs/heads/dev | 2022-12-01T23:11:33.824000 | 2021-01-12T09:27:26 | 2021-01-12T09:27:26 | 167,465,435 | 1 | 1 | null | false | 2022-11-24T09:50:38 | 2019-01-25T01:34:46 | 2021-01-12T09:27:43 | 2022-11-24T09:50:35 | 82,563 | 0 | 1 | 13 | JavaScript | false | false | package cn.spring.mvn.task.test;
//import java.io.File;
//import java.util.ArrayList;
//import java.util.List;
//
//import org.junit.Test;
//
//import cn.spring.mvn.batch.tools.BatchTools;
public class TestBatch {/*
@Test
public void testBatch(){
List<String> staticFileList = new ArrayList<String>();... | UTF-8 | Java | 1,087 | java | TestBatch.java | Java | [] | null | [] | package cn.spring.mvn.task.test;
//import java.io.File;
//import java.util.ArrayList;
//import java.util.List;
//
//import org.junit.Test;
//
//import cn.spring.mvn.batch.tools.BatchTools;
public class TestBatch {/*
@Test
public void testBatch(){
List<String> staticFileList = new ArrayList<String>();... | 1,087 | 0.709292 | 0.709292 | 33 | 30.939394 | 31.222506 | 141 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2 | false | false | 14 |
bff524b2a169a1ca0e16b94d01a3e6b447aec67d | 4,793,183,567,740 | f3f477ea674250fc79b307c3c213c841f604d719 | /deleteFromFile.java | 4e45c51f2d1f27320dc2f0b049407148a8b79a07 | [] | no_license | Gowthambaskaran3/PoC | https://github.com/Gowthambaskaran3/PoC | 11185a8f62758cb36cc4e94117c96e9d9cccf858 | d9519ce5eeb77dc89dd7551596e029c24d4e6c18 | refs/heads/master | 2023-08-14T11:03:00.997000 | 2021-10-06T11:46:04 | 2021-10-06T11:46:04 | 413,752,120 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package POC2;
import java.io.BufferedReader;
import java.io.DataInputStream;
import java.io.FileInputStream;
import java.io.InputStreamReader;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.ResultSet;
import java.sql.Statement;
import java.util.ArrayList;
import java.util.Propert... | UTF-8 | Java | 1,881 | java | deleteFromFile.java | Java | [
{
"context": "roperty(\"user\");\r\n String thePassword = props.getProperty(\"password\");\r\n String theD",
"end": 743,
"score": 0.5960041284561157,
"start": 738,
"tag": "PASSWORD",
"value": "props"
}
] | null | [] | package POC2;
import java.io.BufferedReader;
import java.io.DataInputStream;
import java.io.FileInputStream;
import java.io.InputStreamReader;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.ResultSet;
import java.sql.Statement;
import java.util.ArrayList;
import java.util.Propert... | 1,886 | 0.594896 | 0.593833 | 55 | 32.200001 | 24.688164 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.672727 | false | false | 14 |
f822c0411ea11674a83224f3d6c8e38dd9282d91 | 38,826,504,368,990 | fa3d78198ac42c61ebe72146417468cd2ef44a63 | /src/com/kyondoku/first/note/Practice_Mission9.java | 0b31aa4aafb2c2c15ca5de0fe3ae070d1b6d35ae | [] | no_license | kyondoku/JAVA | https://github.com/kyondoku/JAVA | 0ed72b4779a33888f7a8a4a849cc6a50ca0f5d4b | bb319133dfc0c4cee796a125bf1b60928de1d510 | refs/heads/master | 2022-11-17T21:08:01.060000 | 2020-07-10T01:55:13 | 2020-07-10T01:55:13 | 271,745,048 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.kyondoku.first.note;
public class Practice_Mission9 {
// 버블정렬하기
public static void main(String[] args) {
int[] arr = { 24, 2, 16, 8, 33 };
for(int i=arr.length-1; i>0; i--) {
for(int z=0; z<i; z++) {
if(arr[z] > arr[z+1]) {
int temp = arr[z];
arr[z] = arr[z+1];
arr[z+1] = ... | UTF-8 | Java | 426 | java | Practice_Mission9.java | Java | [] | null | [] | package com.kyondoku.first.note;
public class Practice_Mission9 {
// 버블정렬하기
public static void main(String[] args) {
int[] arr = { 24, 2, 16, 8, 33 };
for(int i=arr.length-1; i>0; i--) {
for(int z=0; z<i; z++) {
if(arr[z] > arr[z+1]) {
int temp = arr[z];
arr[z] = arr[z+1];
arr[z+1] = ... | 426 | 0.492754 | 0.456522 | 25 | 15.56 | 14.003085 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.8 | false | false | 14 |
6cf4fa1af75b6b8baf03cb1c5a1c941b9e294a03 | 19,610,820,731,461 | 0c92467189879b093b579b268803f72183497a4e | /app/src/main/java/com/foot/tourpal/business/record/RecordFragment.java | a4fe19026bad0d4948646cb9650e3f2f3711b39c | [] | no_license | zangpuu/Travel | https://github.com/zangpuu/Travel | 4fe326743b0cfb00a5ad31ae75b3dfb37313e3b9 | b54a0136b2757fdf7459762e350b0f1bb8d523b8 | refs/heads/master | 2021-01-20T02:49:42.876000 | 2017-07-27T09:36:17 | 2017-07-27T09:36:17 | 89,457,729 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.foot.tourpal.business.record;
import android.content.Intent;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.Button;
import android.widget.LinearLayout;
import com.amap.... | UTF-8 | Java | 9,188 | java | RecordFragment.java | Java | [
{
"context": "\n }\n\n /**\n * 初始化定位\n *\n * @author hongming.wang\n * @since 2.8.0\n */\n private void init",
"end": 5425,
"score": 0.93803870677948,
"start": 5412,
"tag": "NAME",
"value": "hongming.wang"
},
{
"context": " }\n\n /**\n * 默认的定位参数\... | null | [] | package com.foot.tourpal.business.record;
import android.content.Intent;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.Button;
import android.widget.LinearLayout;
import com.amap.... | 9,188 | 0.665148 | 0.656973 | 264 | 31.431818 | 26.934319 | 142 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.556818 | false | false | 14 |
30d988835f7302264ed28683c56aec58c3581e7e | 38,878,044,000,779 | 48297fed6ae9555e05e62bba2224337175ee00b6 | /src/test/java/com/kainos/drillone/resources/BookResourceTest.java | d9e20ea1540f09902a7d43e98e031466d8753a1f | [] | no_license | kainos-training/tdp-drill-one | https://github.com/kainos-training/tdp-drill-one | 282cd1a632071c981a76591f3175dafb2b828c0b | fbbfac6e66c3f0baf995937e12c0553da23d1b18 | refs/heads/master | 2020-09-18T17:10:41.427000 | 2016-09-08T14:55:24 | 2016-09-08T14:55:24 | 67,492,083 | 0 | 0 | null | false | 2016-09-08T14:55:25 | 2016-09-06T09:06:27 | 2016-09-06T12:21:11 | 2016-09-08T14:55:24 | 420 | 0 | 0 | 1 | Java | null | null |
package com.kainos.drillone.resources;
import com.kainos.drillone.DataStore;
import com.kainos.drillone.config.DrillOneConfiguration;
import com.kainos.drillone.models.Book;
import com.kainos.drillone.views.BookAddView;
import com.kainos.drillone.views.LibrarianView;
import org.assertj.core.util.Lists;
import org.jun... | UTF-8 | Java | 3,319 | java | BookResourceTest.java | Java | [
{
"context": "t static org.mockito.Mockito.*;\n\n/**\n * Created by christopherg on 07/09/2016.\n */\npublic class BookResourceTest ",
"end": 698,
"score": 0.9975569844245911,
"start": 686,
"tag": "USERNAME",
"value": "christopherg"
},
{
"context": "ogramming 101\");\n book.se... | null | [] |
package com.kainos.drillone.resources;
import com.kainos.drillone.DataStore;
import com.kainos.drillone.config.DrillOneConfiguration;
import com.kainos.drillone.models.Book;
import com.kainos.drillone.views.BookAddView;
import com.kainos.drillone.views.LibrarianView;
import org.assertj.core.util.Lists;
import org.jun... | 3,319 | 0.692377 | 0.650497 | 86 | 37.581394 | 24.587038 | 130 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.918605 | false | false | 14 |
73e1edaadc954bf480b4ab3b9bbcb8b85b52d53a | 35,545,149,382,434 | 4f6b231b6e970ad7deb4ae792e3ba924db60738e | /src/Inheritance/Rectangle.java | 2a57cb2d05577535f9ff56e1e3b727c5d800067c | [] | no_license | Emaneliforp/Java-DS | https://github.com/Emaneliforp/Java-DS | 2038c21d0fb1447d632d9fb22edaf3fea91abb1a | f4b7543f5155835457daeb909eaf6d9444608f0b | refs/heads/main | 2023-08-04T05:11:05.358000 | 2021-09-15T07:31:12 | 2021-09-15T07:31:12 | 402,522,862 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Lectures.Inheritance;
import org.w3c.dom.css.Rect;
public class Rectangle extends Shape{
int width;
int length;
Rectangle(){
super();
this.width = 0;
this.length = 0;
}
Rectangle(String color, int width, int length){
super("Rectangle", 4, color);
th... | UTF-8 | Java | 1,175 | java | Rectangle.java | Java | [] | null | [] | package Lectures.Inheritance;
import org.w3c.dom.css.Rect;
public class Rectangle extends Shape{
int width;
int length;
Rectangle(){
super();
this.width = 0;
this.length = 0;
}
Rectangle(String color, int width, int length){
super("Rectangle", 4, color);
th... | 1,175 | 0.556596 | 0.540426 | 45 | 25.111111 | 20.958395 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.711111 | false | false | 14 |
6e886653fa418697685fac87712925c70cb25e57 | 38,388,417,706,040 | f9cd88fdc810984ffff12271de86f688c49139b0 | /src/view/InterfacePaciente.java | 2f9e3b831e203d32b5419bd3edb7ff6446199158 | [] | no_license | luiz3g/projeto-banco-de-dados | https://github.com/luiz3g/projeto-banco-de-dados | 2c67611d7678cf442479ec30cac2737f7d073171 | 2b675b2f86c7dcd7a85e19645093d7f4223c53e3 | refs/heads/master | 2020-05-17T04:05:14.015000 | 2019-05-14T19:11:11 | 2019-05-14T19:11:11 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package view;
import java.awt.Dimension;
import java.awt.FlowLayout;
import java.awt.GridLayout;
import java.text.ParseException;
import java.util.ArrayList;
import javax.swing.JButton;
import javax.swing.JComboBox;
import javax.swing.JFormattedTextField;
import javax.swing.JFrame;
import javax.swing.JLabel;
import j... | ISO-8859-1 | Java | 18,121 | java | InterfacePaciente.java | Java | [] | null | [] | package view;
import java.awt.Dimension;
import java.awt.FlowLayout;
import java.awt.GridLayout;
import java.text.ParseException;
import java.util.ArrayList;
import javax.swing.JButton;
import javax.swing.JComboBox;
import javax.swing.JFormattedTextField;
import javax.swing.JFrame;
import javax.swing.JLabel;
import j... | 18,121 | 0.736061 | 0.726455 | 508 | 34.657482 | 22.688337 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.96063 | false | false | 14 |
455196077b4443e089505abaf2523a91c258f931 | 39,427,799,810,371 | f748e2ab3ef67d32797f9671fedd98cf1d744a09 | /app/src/main/java/com/example/jatin/studentdatabase/StudentList.java | 6531c0ab139f56cd0f8eb4f535ffe25469b1b73c | [] | no_license | jatinkumarpcm/StudentDatabase | https://github.com/jatinkumarpcm/StudentDatabase | 9d00854480b3c4da0e87c8f945bbdd20e731aeb4 | 2dfdc0d918f677a007ebe919d78e91085bb2b658 | refs/heads/master | 2020-03-07T10:40:45.284000 | 2018-03-30T14:45:33 | 2018-03-30T14:45:33 | 127,437,285 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.jatin.studentdatabase;
import android.app.Activity;
import android.content.DialogInterface;
import android.content.Intent;
import android.graphics.Color;
import android.os.Parcelable;
import android.support.v7.app.AlertDialog;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundl... | UTF-8 | Java | 3,637 | java | StudentList.java | Java | [
{
"context": "package com.example.jatin.studentdatabase;\n\nimport android.app.Activity;\nim",
"end": 25,
"score": 0.9816746115684509,
"start": 20,
"tag": "USERNAME",
"value": "jatin"
}
] | null | [] | package com.example.jatin.studentdatabase;
import android.app.Activity;
import android.content.DialogInterface;
import android.content.Intent;
import android.graphics.Color;
import android.os.Parcelable;
import android.support.v7.app.AlertDialog;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundl... | 3,637 | 0.609018 | 0.607919 | 101 | 35.019802 | 28.865677 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.722772 | false | false | 14 |
d45c94e9b49bbb2226cc236362a94b1c60de0eac | 39,487,929,344,177 | 24875e1295d51708e0951446c41bbdc3672a5033 | /railAnaly-dal/src/main/java/com/attiot/railAnaly/goods/dao/APointListGoodsHisDao.java | 0e859c9889fdf710cde110b5363b175612564ab4 | [] | no_license | fishinga/smartdcc | https://github.com/fishinga/smartdcc | 155e5ad04ae5eb045ab61e0900a0b62355cba382 | 35fe58bf4d039c3b776f184593873bfa69834fb8 | refs/heads/master | 2022-07-24T19:07:29.040000 | 2019-11-27T08:02:04 | 2019-11-27T08:02:04 | 224,374,839 | 0 | 0 | null | false | 2022-07-11T21:06:04 | 2019-11-27T07:53:22 | 2019-11-27T08:02:47 | 2022-07-11T21:06:04 | 349 | 0 | 0 | 6 | Java | false | false | /**
* Copyright (c) 2017-2027 厦门物之联智能科技有限公司.
*/
package com.attiot.railAnaly.goods.dao;
import com.attiot.railAnaly.goods.entity.APointListGoodsHis;
import com.attiot.railAnaly.goods.entity.PointList;
import com.attiot.railAnaly.goods.entity.PointListGoods;
import com.attiot.railAnaly.goods.param.APointListGoodsHisQ... | UTF-8 | Java | 1,391 | java | APointListGoodsHisDao.java | Java | [
{
"context": "tereotype.Repository;\n\n/**\n * 请点工单作业牌关系\n * @author attiot\n * 2018-05-14 09:52:44\n */\n@Repository\npublic int",
"end": 512,
"score": 0.9996304512023926,
"start": 506,
"tag": "USERNAME",
"value": "attiot"
}
] | null | [] | /**
* Copyright (c) 2017-2027 厦门物之联智能科技有限公司.
*/
package com.attiot.railAnaly.goods.dao;
import com.attiot.railAnaly.goods.entity.APointListGoodsHis;
import com.attiot.railAnaly.goods.entity.PointList;
import com.attiot.railAnaly.goods.entity.PointListGoods;
import com.attiot.railAnaly.goods.param.APointListGoodsHisQ... | 1,391 | 0.718245 | 0.701309 | 75 | 16.32 | 19.449188 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.773333 | false | false | 14 |
857cdfe6bab8b2de691bc581d51abf314d698a09 | 37,538,014,190,760 | bdecb8bd062a3669ec7ee772fbfb6500590f4b36 | /JsNewMall/app/src/main/java/com/example/host/jsnewmall/activity/OrderDetailsActivity.java | d499ae4b8710c72288b640569579a459e7ae42da | [] | no_license | FTD-ZF/jcProject | https://github.com/FTD-ZF/jcProject | 81c65e9adba229bc32891539da0f8571c1c4b9d2 | 6c18307c1fd7f8cb3341f2e3651af4a3771e72dc | refs/heads/master | 2021-01-19T21:47:09.116000 | 2017-04-19T05:31:23 | 2017-04-19T05:31:23 | 88,703,378 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.host.jsnewmall.activity;
import android.content.Intent;
import android.os.Bundle;
import android.os.Handler;
import android.os.Message;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import android.widget.LinearLayout;
import android.widget.ListView;
impor... | UTF-8 | Java | 13,454 | java | OrderDetailsActivity.java | Java | [
{
"context": "l.Date;\nimport java.util.List;\n\n\n/**\n * Created by host on 2017/3/16.\n */\n\npublic class OrderDetailsActiv",
"end": 1265,
"score": 0.8625327944755554,
"start": 1261,
"tag": "USERNAME",
"value": "host"
}
] | null | [] | package com.example.host.jsnewmall.activity;
import android.content.Intent;
import android.os.Bundle;
import android.os.Handler;
import android.os.Message;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import android.widget.LinearLayout;
import android.widget.ListView;
impor... | 13,454 | 0.642824 | 0.638158 | 357 | 35.616245 | 29.588041 | 159 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.672269 | false | false | 14 |
98cdea58f93fb66036b8d9c5915991a66790b70b | 10,282,151,761,044 | 55b4bd4fdf94d967901ccb241a699d6b44174dbf | /src/test/java/babysitter/BabySitterTest.java | cbaa4034deabe6490e070cb887c14fa6485d9e8d | [] | no_license | nshilpa99/BabySitter | https://github.com/nshilpa99/BabySitter | b2f0f91ac76d4cd77c1d4fdde76980eda3d74601 | de6ffdf2824d3071c9b7c989102d7163e251bf28 | refs/heads/master | 2020-12-31T06:22:24.795000 | 2016-04-12T13:38:08 | 2016-04-12T13:38:08 | 55,993,678 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package babysitter;
import static org.junit.Assert.*;
import org.unit.test;
public class BabySitterTest
{
@Test
public void getBabySitterMinimumStartTimeAndMaximumEndTime(){
BabySitter babySitter = new BabySitter();
int startTime = babySitter.getAllowableStartTime();
int endTime = babySitter.... | UTF-8 | Java | 2,645 | java | BabySitterTest.java | Java | [] | null | [] | package babysitter;
import static org.junit.Assert.*;
import org.unit.test;
public class BabySitterTest
{
@Test
public void getBabySitterMinimumStartTimeAndMaximumEndTime(){
BabySitter babySitter = new BabySitter();
int startTime = babySitter.getAllowableStartTime();
int endTime = babySitter.... | 2,645 | 0.784418 | 0.741301 | 88 | 29.045454 | 29.165636 | 108 | false | false | 0 | 0 | 0 | 0 | 92 | 0.147882 | 1.784091 | false | false | 14 |
89ecb3ac113cb60dce05dc75c2e6208c0920c980 | 39,316,130,630,116 | c3c1d5ec22ae97c89d2334c09685d6e7a0d5abcd | /src/main/java/com/ldzhn/baseframework/utils/PropertiesUtil.java | d1105708f37f2c1e78bd87f81543cbe071f8e55b | [] | no_license | liulianglin/base-framework | https://github.com/liulianglin/base-framework | 502d38561d73a25b45d7cc7c66080abcb2474dc2 | a595fc8e59c78437d5b759f86bc6b10d7ae4a2f9 | refs/heads/master | 2020-04-11T07:22:29.293000 | 2018-12-13T08:37:57 | 2018-12-13T08:37:57 | 161,608,063 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ldzhn.baseframework.utils;
import java.io.*;
import java.util.Properties;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
/**
* @Author : llliu
* @Despriction : 配置文件读取工具类
* 用途: 如果不想通过spring boot的方式处理配置文件,可以使用该工具类进行处理
* @Date : create on 2018/11/26 23:18
*/
public class PropertiesUtil {
... | UTF-8 | Java | 2,265 | java | PropertiesUtil.java | Java | [
{
"context": "\nimport org.slf4j.LoggerFactory;\n\n/**\n * @Author : llliu\n * @Despriction : 配置文件读取工具类\n * 用途: 如果不想通过spring ",
"end": 167,
"score": 0.9996245503425598,
"start": 162,
"tag": "USERNAME",
"value": "llliu"
}
] | null | [] | package com.ldzhn.baseframework.utils;
import java.io.*;
import java.util.Properties;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
/**
* @Author : llliu
* @Despriction : 配置文件读取工具类
* 用途: 如果不想通过spring boot的方式处理配置文件,可以使用该工具类进行处理
* @Date : create on 2018/11/26 23:18
*/
public class PropertiesUtil {
... | 2,265 | 0.577514 | 0.570579 | 70 | 27.842857 | 21.326466 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.371429 | false | false | 14 |
0056369cb1cdd7cb130b103620bb980f06d03129 | 29,875,792,570,901 | 3518665497a0594fb063c9c7626e346097b150f7 | /DEVSJAVA_Eclipse/src/midterm/efp.java | b2860dcd6c108501f5b312cf2343b9f37e152390 | [] | no_license | joongkyu-park/21-1_SystemAnalysis_practice | https://github.com/joongkyu-park/21-1_SystemAnalysis_practice | fc42da7024dd2684d70440621694900baebfb82b | 8eea2afb5682470d0a40132457ce219e6718c1c1 | refs/heads/master | 2023-08-28T10:50:04.665000 | 2021-11-01T15:59:10 | 2021-11-01T15:59:10 | 423,431,932 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package midterm;
import java.awt.*;
import simView.*;
public class efp extends ViewableDigraph
{
public efp()
{
super("efp");
ViewableAtomic sg = new genr("genr", 30);
ViewableDigraph expf = new ef("ExpFrame", 10, 10);
add(expf);
add(sg);
addCoupling(expf, "out", sg, "in");
addCoupling(sg, "ou... | UTF-8 | Java | 765 | java | efp.java | Java | [] | null | [] | package midterm;
import java.awt.*;
import simView.*;
public class efp extends ViewableDigraph
{
public efp()
{
super("efp");
ViewableAtomic sg = new genr("genr", 30);
ViewableDigraph expf = new ef("ExpFrame", 10, 10);
add(expf);
add(sg);
addCoupling(expf, "out", sg, "in");
addCoupling(sg, "ou... | 765 | 0.644444 | 0.614379 | 33 | 22.181818 | 25.798115 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.393939 | false | false | 14 |
ed0fbabcffb0c2d2f9d001ccd386f4f76abee454 | 39,522,289,071,933 | 7f1b530d75ee1cc4a6994e7f079a64c31abd00ba | /ServerController/src/main/java/edu/sjsu/ServerController/entity/KpiInfoMem.java | 89a4517f486635d02e65ad4225b133964ac12e49 | [] | no_license | shreya901/Hybrid-cloud-Monitoring-as-service | https://github.com/shreya901/Hybrid-cloud-Monitoring-as-service | 7df433fdf9c7cf3f1b2a14aa5846d3269124646c | bb67d33a5f6c679ecefe7976605d0b7fab25ec67 | refs/heads/main | 2023-01-10T20:09:16.673000 | 2020-11-05T04:53:49 | 2020-11-05T04:53:49 | 310,191,623 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package edu.sjsu.ServerController.entity;
import org.influxdb.annotation.Column;
import org.influxdb.annotation.Measurement;
import lombok.Data;
@Data
@Measurement(name = "Stats")
public class KpiInfoMem {
@Column(name = "Mem_Percentage")
private double percentage;
@Column(name = "UTC")
private long utc_ti... | UTF-8 | Java | 325 | java | KpiInfoMem.java | Java | [] | null | [] | package edu.sjsu.ServerController.entity;
import org.influxdb.annotation.Column;
import org.influxdb.annotation.Measurement;
import lombok.Data;
@Data
@Measurement(name = "Stats")
public class KpiInfoMem {
@Column(name = "Mem_Percentage")
private double percentage;
@Column(name = "UTC")
private long utc_ti... | 325 | 0.753846 | 0.753846 | 19 | 16.157894 | 15.631491 | 43 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.631579 | false | false | 14 |
d89fc370939efd2b15c940ba8b55f4b29ecea458 | 35,794,257,491,444 | 8f7c21689cc2060945de244e70f7d4cacdc00274 | /app/controllers/UserController.java | b43c4f1e4c43f7a7248eaf85a3cf61b29fc66553 | [] | no_license | terms0273/Earth-205-aiyoshizawa | https://github.com/terms0273/Earth-205-aiyoshizawa | bc1af46f64b1e253eb0536efaf00b7eaf77ad753 | 8e2e322127f98f105f8991be099005719facc121 | refs/heads/master | 2020-12-30T14:44:41.341000 | 2017-05-31T04:02:28 | 2017-05-31T04:02:28 | 91,081,630 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package controllers;
import java.util.*;
import models.User;
import dto.*;
import Services.*;
import filters.*;
import play.libs.F.*;
import play.data.Form;
import play.mvc.*;
import static play.mvc.Results.badRequest;
import static play.mvc.Results.ok;
import static play.mvc.Results.redirect;
import views.html.*;
... | UTF-8 | Java | 4,395 | java | UserController.java | Java | [
{
"context": "irect;\n\n\nimport views.html.*;\n\n\n\n/**\n *\n * @author y-aiyoshizawa\n */\npublic class UserController extends Controlle",
"end": 354,
"score": 0.9991776347160339,
"start": 341,
"tag": "USERNAME",
"value": "y-aiyoshizawa"
}
] | null | [] | package controllers;
import java.util.*;
import models.User;
import dto.*;
import Services.*;
import filters.*;
import play.libs.F.*;
import play.data.Form;
import play.mvc.*;
import static play.mvc.Results.badRequest;
import static play.mvc.Results.ok;
import static play.mvc.Results.redirect;
import views.html.*;
... | 4,395 | 0.650589 | 0.650589 | 123 | 34.227642 | 24.594206 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.520325 | false | false | 14 |
9bfebf6528d82809df71947952c0c15aac204777 | 36,919,538,911,697 | 7fbced2b1088bad518eb1e9a25b387ed4f83f236 | /src/exceptions/CheckedExceptionProgram.java | 63f12ddb6e47ff550085e94d63e0c067f8e0ce0a | [] | no_license | aravindkumar06/Testing | https://github.com/aravindkumar06/Testing | 2260fd770ff78d8e8308192e77fea991ef5ff79a | bbd2a211fec375e63b15a9e2070858579ede2967 | refs/heads/master | 2017-12-20T21:04:45.430000 | 2016-12-12T23:57:55 | 2016-12-12T23:57:55 | 76,303,803 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package exceptions;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.FileReader;
/**
* Created by Bala Grandhi on 11/16/2016.
*/
public class CheckedExceptionProgram {
public static void main(String args[]) throws FileNotFoundException
{
File f= new File("C://Temp.txt");
... | UTF-8 | Java | 412 | java | CheckedExceptionProgram.java | Java | [
{
"context": "ion;\nimport java.io.FileReader;\n\n/**\n * Created by Bala Grandhi on 11/16/2016.\n */\npublic class CheckedExceptionP",
"end": 138,
"score": 0.9998767971992493,
"start": 126,
"tag": "NAME",
"value": "Bala Grandhi"
}
] | null | [] | package exceptions;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.FileReader;
/**
* Created by <NAME> on 11/16/2016.
*/
public class CheckedExceptionProgram {
public static void main(String args[]) throws FileNotFoundException
{
File f= new File("C://Temp.txt");
... | 406 | 0.67233 | 0.652913 | 23 | 16.913044 | 20.112537 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.304348 | false | false | 14 |
2908d865792398099233b32d5c16abef383cff71 | 30,897,994,789,255 | 14ba41497fa9ec574dbeb58fa9d95af1f7f36818 | /book4/src/chapter14/BindingDemo.java | 1d385cf93c0e2c173d9652156b81db4f9e7d33c8 | [] | no_license | momoclouq/Book_Intro_Java | https://github.com/momoclouq/Book_Intro_Java | 53cb483969ef2be89681d531769b3b2211682a7b | de82fe9eeb0753e69669eb3bc51aa4202ebc41e1 | refs/heads/master | 2022-12-07T16:35:41.576000 | 2020-08-10T13:19:46 | 2020-08-10T13:19:46 | 283,518,783 | 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 chapter14;
import javafx.beans.property.DoubleProperty;
import javafx.beans.property.FloatProperty;
import javafx.beans.proper... | UTF-8 | Java | 942 | java | BindingDemo.java | Java | [
{
"context": "s.property.SimpleFloatProperty;\n\n/**\n *\n * @author cis2mye\n */\npublic class BindingDemo {\n public static ",
"end": 421,
"score": 0.9995197057723999,
"start": 414,
"tag": "USERNAME",
"value": "cis2mye"
}
] | 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 chapter14;
import javafx.beans.property.DoubleProperty;
import javafx.beans.property.FloatProperty;
import javafx.beans.proper... | 942 | 0.687898 | 0.661359 | 28 | 32.642857 | 26.494223 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.571429 | false | false | 14 |
abd0ff7120029ea4779b07df1422cb67f8baf2f6 | 30,897,994,791,717 | 0f8d8afc0153f4385f9f790279f2477dc66396a1 | /java01se/demo01/src/day14Inside/inside02menber.java | dd8163741eb5f1254db8612a5706c1bcf50245d3 | [] | no_license | mlingOkay/javaBase | https://github.com/mlingOkay/javaBase | a9102eea5c9f8a67df64f70940997bb6d3821e58 | 2e774b02019992d338629658a9afc6a788b7677b | refs/heads/master | 2023-05-20T08:30:35.061000 | 2021-06-13T16:29:41 | 2021-06-13T16:29:41 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package day14Inside;
/* 如何使用成员内部类?有两种方式:
间接方式:在外部类的方法当中,使用内部类;然后main只是调用外部类的方法
直接方法:
类名称 对象名=new 类名称();
【外部类名称.内部类 对象名=new 外部类().new 内部类名称();】
*/
public class inside02menber {
public static void main(String[] args) {
inside01menber stu=new inside01menber();
stu.methon();
Sys... | UTF-8 | Java | 645 | java | inside02menber.java | Java | [] | null | [] | package day14Inside;
/* 如何使用成员内部类?有两种方式:
间接方式:在外部类的方法当中,使用内部类;然后main只是调用外部类的方法
直接方法:
类名称 对象名=new 类名称();
【外部类名称.内部类 对象名=new 外部类().new 内部类名称();】
*/
public class inside02menber {
public static void main(String[] args) {
inside01menber stu=new inside01menber();
stu.methon();
Sys... | 645 | 0.616052 | 0.585683 | 16 | 26.8125 | 18.197592 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.8125 | false | false | 14 |
149376ebcaf85439baac813ef5a4771b6b73c603 | 28,449,863,428,282 | c761ca54d7fda76dfd878828711a318822c286a5 | /src/Actions.java | 98e3577e225e80c85b4a4e61813281a9fd08ee76 | [] | no_license | seanross/FCC-v.1.0 | https://github.com/seanross/FCC-v.1.0 | 1f7948e3a3fb352c0a03672f89d22727c41619b6 | a1abd32ad758a12477d6bd05bb2deda76976a660 | refs/heads/master | 2021-01-22T14:39:57.765000 | 2015-01-10T03:46:05 | 2015-01-10T03:46:05 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /* *********************************************************************
* Actions.java contains the buttons behavior
***********************************************************************/
import java.io.File;
import java.util.*;
import javax.swing.*;
public class Actions extends Components{
static File ff[], fold... | UTF-8 | Java | 3,824 | java | Actions.java | Java | [] | null | [] | /* *********************************************************************
* Actions.java contains the buttons behavior
***********************************************************************/
import java.io.File;
import java.util.*;
import javax.swing.*;
public class Actions extends Components{
static File ff[], fold... | 3,824 | 0.608787 | 0.597542 | 113 | 32.84071 | 27.245384 | 136 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3 | false | false | 14 |
cd971ce765541fa12c49adc83ea042c4747bc8e1 | 39,470,749,474,220 | a79543d130dd5835fead0ef60d925ba4d6409a57 | /src/main/java/hello/domain/service/PersonService.java | 38774dd6071f72d0d19d1957d091f456296c6b21 | [] | no_license | ppolushkin/sample-rest | https://github.com/ppolushkin/sample-rest | 59f0c61200910b7e4f44960a1b0fb120108c6d62 | 9996219b8e1678a1db1bc8dcc05d99e257523964 | refs/heads/master | 2020-05-22T01:43:37.724000 | 2017-04-07T12:35:30 | 2017-04-07T12:35:30 | 65,193,203 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package hello.domain.service;
import hello.domain.entity.Person;
import hello.domain.repository.PersonRepository;
import hello.domain.entity.ResourceNotFoundException;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import javax.transaction.Transactional;
... | UTF-8 | Java | 1,696 | java | PersonService.java | Java | [
{
"context": "l.concurrent.CompletableFuture;\n\n/**\n * Created by pavel on 09.08.16.\n */\n@Service\npublic class PersonServ",
"end": 529,
"score": 0.7075451612472534,
"start": 524,
"tag": "USERNAME",
"value": "pavel"
}
] | null | [] | package hello.domain.service;
import hello.domain.entity.Person;
import hello.domain.repository.PersonRepository;
import hello.domain.entity.ResourceNotFoundException;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import javax.transaction.Transactional;
... | 1,696 | 0.645047 | 0.641509 | 64 | 25.5 | 22.583179 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.375 | false | false | 14 |
799a3770145f008ab3cc44f5f893833f1eb72bf4 | 34,995,393,539,678 | 2ce90c5ac6543b4cb448ce54e8eb8da1142e5658 | /Pilotage_web/src/pilotage/gup/debordement_noc/ShowDebordementNOCAction.java | 078964705a5464b2cde0daf40fa7482e732d716b | [] | no_license | aelbarji/pfm-workspaceAG2R | https://github.com/aelbarji/pfm-workspaceAG2R | 5c2467094024de9f74dc05da30af2dd34456b86c | a46f05aa2771b2c660f694d1463e602ebc268f1f | refs/heads/master | 2021-01-17T15:20:25.243000 | 2016-06-12T14:26:58 | 2016-06-12T14:26:58 | 49,145,850 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package pilotage.gup.debordement_noc;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
import pilotage.database.gup.DebordementNOCDatabaseService;
import pilotage.framework.AbstractAction;
import pilotage.metier.Debordement_NOC;
import pilotage.service.constants.PilotageConstants;
i... | UTF-8 | Java | 2,398 | java | ShowDebordementNOCAction.java | Java | [] | null | [] | package pilotage.gup.debordement_noc;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
import pilotage.database.gup.DebordementNOCDatabaseService;
import pilotage.framework.AbstractAction;
import pilotage.metier.Debordement_NOC;
import pilotage.service.constants.PilotageConstants;
i... | 2,398 | 0.693078 | 0.683486 | 104 | 21.057692 | 20.574362 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.730769 | false | false | 1 |
4fa88cd56310ec592eab51acff8fa856591e0a51 | 19,507,741,503,110 | 31bcf7704a5032155057caf22617b28fc6ee9311 | /family-core/src/main/java/net/ollie/family/people/names/Names.java | 3773f8ba337423b6c8cee334d2bbae65f3b4e35e | [] | no_license | Leperous/family-builder | https://github.com/Leperous/family-builder | fe678344044c4ef581762b9282732050d466296e | 19b898b1da44c2fa2b7ebbbf265fdd868e323cc8 | refs/heads/master | 2016-09-06T03:35:35.108000 | 2015-04-07T16:22:14 | 2015-04-07T16:22:14 | 33,541,286 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package net.ollie.family.people.names;
/**
*
* @author Ollie
*/
public interface Names {
Name parse(String name);
}
| UTF-8 | Java | 126 | java | Names.java | Java | [
{
"context": " net.ollie.family.people.names;\n\n/**\n *\n * @author Ollie\n */\npublic interface Names {\n\n Name parse(Stri",
"end": 63,
"score": 0.9992985725402832,
"start": 58,
"tag": "NAME",
"value": "Ollie"
}
] | null | [] | package net.ollie.family.people.names;
/**
*
* @author Ollie
*/
public interface Names {
Name parse(String name);
}
| 126 | 0.650794 | 0.650794 | 11 | 10.454545 | 13.075748 | 38 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.181818 | false | false | 1 |
6005bca44703fec668260034f992a9aaca5638fe | 19,507,741,503,436 | ce33aa33fb70e88ea34cf0b975125e7a4ee0f705 | /TH2-1/app/src/main/java/com/example/lab2/activities/register.java | 2294d2e7a9891bcdd95e7b1627dda9e0fe5dd204 | [] | no_license | vutuyetmai130398/android | https://github.com/vutuyetmai130398/android | 93c31c1a91cdb51f39a11933d01d4acadddbfaed | 5f67ca80bce99205cbedeabe096367dd8ca8513f | refs/heads/master | 2020-08-09T23:20:46.376000 | 2019-10-15T08:07:37 | 2019-10-15T08:07:37 | 214,198,741 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.lab2.activities;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.Toast;
import androidx.annotation.Nullable;
import androidx.appcompat.app.AppCompatActivity;
import c... | UTF-8 | Java | 3,260 | java | register.java | Java | [
{
"context": "(R.id.email);\r\n username=findViewById(R.id.username2);\r\n password=findViewById(R.id.password2);",
"end": 1245,
"score": 0.9720313549041748,
"start": 1236,
"tag": "USERNAME",
"value": "username2"
},
{
"context": "d.username2);\r\n password=findVi... | null | [] | package com.example.lab2.activities;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.Toast;
import androidx.annotation.Nullable;
import androidx.appcompat.app.AppCompatActivity;
import c... | 3,261 | 0.622699 | 0.619939 | 99 | 30.929293 | 25.622061 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.707071 | false | false | 1 |
d249568ac50d8a4ef6b76dc34b162fe8398a230b | 8,864,812,555,899 | 948216a014aa313e36a42fa0e7109a49064562a0 | /KantinenApp/app/src/main/java/lassnitz/kantinenapp/helpers/DataBaseColumn.java | d538f4b7ba21ed72338ba97183ff857c32c2e3f2 | [] | no_license | sklphd14/KantinenApp | https://github.com/sklphd14/KantinenApp | 2f978186758318abee902b340f46444526432a26 | 782481fbf3fa5d426f5bea862a2c0e5d18aa91bd | refs/heads/master | 2020-01-13T22:46:57.772000 | 2017-08-06T13:07:28 | 2017-08-06T13:07:28 | 93,881,492 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package lassnitz.kantinenapp.helpers;
/**
* Created by Fabio on 7/28/2017.
*/
public class DataBaseColumn
{
public String KEY;
public String COLUMN_NAME;
private DataBaseType columnType;
public DataBaseColumn(String KEY, String COLUMN_NAME, DataBaseType COLUMN_TYPE) {
this.KEY = KEY;
... | UTF-8 | Java | 483 | java | DataBaseColumn.java | Java | [
{
"context": "e lassnitz.kantinenapp.helpers;\n\n/**\n * Created by Fabio on 7/28/2017.\n */\npublic class DataBaseColumn\n{\n ",
"end": 62,
"score": 0.9996481537818909,
"start": 57,
"tag": "NAME",
"value": "Fabio"
}
] | null | [] | package lassnitz.kantinenapp.helpers;
/**
* Created by Fabio on 7/28/2017.
*/
public class DataBaseColumn
{
public String KEY;
public String COLUMN_NAME;
private DataBaseType columnType;
public DataBaseColumn(String KEY, String COLUMN_NAME, DataBaseType COLUMN_TYPE) {
this.KEY = KEY;
... | 483 | 0.658385 | 0.643892 | 22 | 20.954546 | 20.616581 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.454545 | false | false | 1 |
184d2fd3c0d73d3b3a03966bc692489930ea37c0 | 9,835,475,160,281 | 3039f5ef490e16a319b2f25b016e90237b9b2497 | /src/test/Java/com/cybertek/MondayHW/LogInLogOut.java | b7f2db4f5622d54f535030eb4d1bf375d78a74da | [] | no_license | bbayam/Firstmavenapp | https://github.com/bbayam/Firstmavenapp | a3fa631e4c471fc61d3010ec19abda4373e15272 | 68967685cf130a191b17ed2f8a940c339ca3c073 | refs/heads/master | 2023-05-10T19:02:41.358000 | 2019-07-27T22:35:23 | 2019-07-27T22:35:23 | 199,219,156 | 0 | 0 | null | false | 2023-05-01T20:20:59 | 2019-07-27T22:32:03 | 2019-07-27T22:36:30 | 2023-05-01T20:20:59 | 101 | 0 | 0 | 1 | Java | false | false | package com.cybertek.MondayHW;
import org.openqa.selenium.By;
import org.openqa.selenium.Keys;
import org.openqa.selenium.WebDriver;
import com.cybertek.utilities.BrowserFactory;
import java.util.concurrent.TimeUnit;
public class LogInLogOut {
static WebDriver driver = BrowserFactory.getDriver("chrome");
... | UTF-8 | Java | 1,304 | java | LogInLogOut.java | Java | [
{
"context": "driver.findElement(By.name(\"username\")).sendKeys(\"tomsmith\");\n driver.findElement(By.name(\"password\")",
"end": 701,
"score": 0.9996950626373291,
"start": 693,
"tag": "USERNAME",
"value": "tomsmith"
},
{
"context": "driver.findElement(By.name(\"password\"))... | null | [] | package com.cybertek.MondayHW;
import org.openqa.selenium.By;
import org.openqa.selenium.Keys;
import org.openqa.selenium.WebDriver;
import com.cybertek.utilities.BrowserFactory;
import java.util.concurrent.TimeUnit;
public class LogInLogOut {
static WebDriver driver = BrowserFactory.getDriver("chrome");
... | 1,295 | 0.664877 | 0.655675 | 48 | 26.145834 | 27.941151 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.479167 | false | false | 1 |
6448a07dbf99a1dae9371664d855af7d4dfae70b | 3,118,146,288,760 | 25a3be51af7a12c40fef27518bb82901818af334 | /ch02/src/ch08/OperationsPromotionExample.java | b177862e38e5912fda987dbd3875efd1698771cc | [] | no_license | YoungmyoungKim/BigDataWithJavaSpirng | https://github.com/YoungmyoungKim/BigDataWithJavaSpirng | 00e9e415d4a0e0f8049f7d18e6d3321cc71c287d | d2d86efd0ff524ac48cf257164fcc7953773a398 | refs/heads/main | 2023-01-28T04:33:58.644000 | 2020-12-04T04:04:23 | 2020-12-04T04:04:23 | 313,873,666 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ch08;
//자바는 정수 연산일 경우 int 타입으로 변환 후 연산 함. 피연산자를 4byte 단위로 저장하기 때문.
//(byte, short, char, int) -> int
public class OperationsPromotionExample {
public static void main(String[] args) {
byte byteValue1=10;
byte byteValue2=20;
//byte byteValue3= byteValue1+byteValue2; //int + int -> int
... | UHC | Java | 1,171 | java | OperationsPromotionExample.java | Java | [] | null | [] | package ch08;
//자바는 정수 연산일 경우 int 타입으로 변환 후 연산 함. 피연산자를 4byte 단위로 저장하기 때문.
//(byte, short, char, int) -> int
public class OperationsPromotionExample {
public static void main(String[] args) {
byte byteValue1=10;
byte byteValue2=20;
//byte byteValue3= byteValue1+byteValue2; //int + int -> int
... | 1,171 | 0.640428 | 0.591837 | 35 | 27.4 | 21.940439 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.228571 | false | false | 1 |
012d8c54a353ad51bb0c410e7218e6fa8e2117e1 | 21,088,289,480,029 | be68bcbe1055784dfd723aa47ccca52f310fda5f | /sources/android/support/p010v7/widget/C0378ca.java | ba962e746e37ed6ff8235199b5327cb3fcfbb951 | [] | no_license | nicholaschum/DecompiledEvoziSmartLED | https://github.com/nicholaschum/DecompiledEvoziSmartLED | 02710bc9b7ddb5db2f7fbbcebfe21605f8e889f8 | 42d3df21feac3d039219c3384e12e56e5f587028 | refs/heads/master | 2023-08-18T01:57:52.644000 | 2021-09-17T20:48:43 | 2021-09-17T20:48:43 | 407,675,617 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package android.support.p010v7.widget;
import android.view.View;
/* renamed from: android.support.v7.widget.ca */
final class C0378ca implements Runnable {
/* renamed from: a */
final /* synthetic */ View f1756a;
/* renamed from: b */
final /* synthetic */ C0376bz f1757b;
C0378ca(C0376bz bzVar,... | UTF-8 | Java | 591 | java | C0378ca.java | Java | [] | null | [] | package android.support.p010v7.widget;
import android.view.View;
/* renamed from: android.support.v7.widget.ca */
final class C0378ca implements Runnable {
/* renamed from: a */
final /* synthetic */ View f1756a;
/* renamed from: b */
final /* synthetic */ C0376bz f1757b;
C0378ca(C0376bz bzVar,... | 591 | 0.629442 | 0.522843 | 23 | 24.695652 | 26.08087 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.434783 | false | false | 1 |
162ff5b9a8421cb81dba9623928ab3e9b6827d83 | 33,517,924,826,959 | d0cdb1837b25057ca2d1ecf78a1ec4f65c882d5c | /src/test.java | 3026ab2852ca189286aca1a21e515b354aa337f2 | [] | no_license | komiss77/Ostrov | https://github.com/komiss77/Ostrov | 7486a434e21815df835ea2129fda8fe5c91055ad | 6c5a5a45640188861761d59438ee06c2bb230592 | refs/heads/master | 2023-08-22T10:14:14.946000 | 2023-08-19T05:39:03 | 2023-08-19T05:39:03 | 440,251,096 | 0 | 1 | null | false | 2022-04-30T19:31:02 | 2021-12-20T17:19:40 | 2022-02-16T15:24:51 | 2022-04-30T19:31:02 | 107,812 | 0 | 1 | 0 | Java | false | false |
import java.text.SimpleDateFormat;
import java.util.Calendar;
import java.util.Date;
import java.util.TimeZone;
import ru.komiss77.objects.CaseInsensitiveMap;
import ru.komiss77.utils.DateUtil;
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose ... | UTF-8 | Java | 8,658 | java | test.java | Java | [
{
"context": "the template in the editor.\n */\n\n/**\n *\n * @author gate\n */\npublic class test {\n \n private static f",
"end": 405,
"score": 0.9992407560348511,
"start": 401,
"tag": "USERNAME",
"value": "gate"
},
{
"context": "ar.DAY_OF_YEAR));\n \n // String ... | null | [] |
import java.text.SimpleDateFormat;
import java.util.Calendar;
import java.util.Date;
import java.util.TimeZone;
import ru.komiss77.objects.CaseInsensitiveMap;
import ru.komiss77.utils.DateUtil;
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose ... | 8,650 | 0.529357 | 0.498418 | 270 | 30.6 | 27.359932 | 167 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.714815 | false | false | 1 |
55ba587cc337386dcaf5e4b464feaf05ec725c5f | 33,517,924,828,080 | c0420cc82ebf45ec4802438fd0f7c14d3e1e509b | /src/frmMain.java | 920bcfbbceb2c989f535eacaa9afa5284ba24337 | [] | no_license | sitiafiyah/PBO-DB_modul10 | https://github.com/sitiafiyah/PBO-DB_modul10 | 709c9368f0b43262f333968aa098c4d0b7899e49 | 10e39fa5dc32cf10f9476e398d806b3f15b4cb1d | refs/heads/master | 2020-05-21T03:45:00.640000 | 2017-03-10T14:50:04 | 2017-03-10T14:50:04 | 84,567,158 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.text.MessageFormat;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Date;
import java.util.logging.Level;
import java.util.logging.Logger;
i... | UTF-8 | Java | 24,644 | java | frmMain.java | Java | [
{
"context": "the template in the editor.\n */\n\n/**\n *\n * @author Siti Afiyah\n */\npublic class frmMain extends javax.swing.JFra",
"end": 664,
"score": 0.999868631362915,
"start": 653,
"tag": "NAME",
"value": "Siti Afiyah"
}
] | null | [] |
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.text.MessageFormat;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Date;
import java.util.logging.Level;
import java.util.logging.Logger;
i... | 24,639 | 0.598685 | 0.570565 | 605 | 39.732231 | 28.410818 | 207 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.089256 | false | false | 1 |
a6ad353ddd1c65060264e0d6f77991d6281a8640 | 1,425,929,179,882 | 66da10ff435c5844d435f9c9b187c7a8b2030f35 | /DiamondRun/src/com/codcraft/diamondrun/DRGame.java | fcb5755a3faea95d2cd3a8b004f03fa79a14d3ac | [] | no_license | peytondodd/CodCraftPlugins | https://github.com/peytondodd/CodCraftPlugins | 938b578ce9b2e543373050a5c41e957a8990432a | 96d6189f6ac5271f230e475f1bc95000cdd51a38 | refs/heads/master | 2020-04-10T19:06:18.081000 | 2014-01-02T03:12:12 | 2014-01-02T03:12:12 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.codcraft.diamondrun;
import java.util.HashMap;
import java.util.Map;
import java.util.Map.Entry;
import org.bukkit.Bukkit;
import org.bukkit.Location;
import org.bukkit.WorldCreator;
import com.CodCraft.api.model.Game;
import com.CodCraft.api.model.GameState;
import com.CodCraft.api.model.Team;
import co... | UTF-8 | Java | 1,329 | java | DRGame.java | Java | [] | null | [] | package com.codcraft.diamondrun;
import java.util.HashMap;
import java.util.Map;
import java.util.Map.Entry;
import org.bukkit.Bukkit;
import org.bukkit.Location;
import org.bukkit.WorldCreator;
import com.CodCraft.api.model.Game;
import com.CodCraft.api.model.GameState;
import com.CodCraft.api.model.Team;
import co... | 1,329 | 0.723853 | 0.722348 | 53 | 24.075472 | 23.52265 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.584906 | false | false | 1 |
2fcb071406bd03ee9dbc72a6b72c747f3ad44fea | 18,021,682,803,166 | 352c67ecf23fb537de898663755cd261c41f1458 | /src/main/java/org/smc/controller/PersonController.java | a58ea4299c10165b855461ffbf9c8bf5c201facd | [] | no_license | zzinpan/sansu | https://github.com/zzinpan/sansu | fff01b69db519d208d0ab46792c72bc49743d2b3 | 0aa41b4187074fcf070027464512b0e123959d38 | refs/heads/master | 2020-06-12T13:26:07.512000 | 2015-03-09T09:32:04 | 2015-03-09T09:32:04 | 31,656,771 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.smc.controller;
import javax.inject.Inject;
import org.smc.service.BusinessService;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
import org.springframework.web.bind.annotation.... | UTF-8 | Java | 646 | java | PersonController.java | Java | [] | null | [] | package org.smc.controller;
import javax.inject.Inject;
import org.smc.service.BusinessService;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
import org.springframework.web.bind.annotation.... | 646 | 0.801858 | 0.80031 | 25 | 24.84 | 26.413149 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 1 |
eec89703a3f36e4d432f47d704fb52f148405b2b | 2,748,779,106,636 | 6e376b9b528c558789d2b04823c434b8b74c51cc | /src/model/rule/rps/RPSRule.java | 692b3adb51c16e9ec26761045c3f6d1d86311f57 | [
"MIT"
] | permissive | aqiu95/cellsociety | https://github.com/aqiu95/cellsociety | 38b4f2e310ecee923be6d2f53c793d1ac415fe13 | 4f288616cdc7f55bd287bc4b2ef014c2114f9c80 | refs/heads/master | 2020-04-08T03:31:36.338000 | 2018-11-24T22:43:24 | 2018-11-24T22:43:24 | 158,979,471 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package model.rule.rps;
import model.Cell;
import model.rule.Rule;
import java.util.List;
import java.util.concurrent.ThreadLocalRandom;
/**
* This simulates bacterial growth with RPS autoinducers. Bacteria secrete autoinducers and can only reproduce when
* autoinducer levels in adjacent cells do not inhibit it.
... | UTF-8 | Java | 5,085 | java | RPSRule.java | Java | [
{
"context": "ls in adjacent cells do not inhibit it.\n * @author Christopher Lin cl349\n */\n\npublic class RPSRule extends Rule {\n\n ",
"end": 345,
"score": 0.999826967716217,
"start": 330,
"tag": "NAME",
"value": "Christopher Lin"
},
{
"context": "ells do not inhibit it.\n * @aut... | null | [] | package model.rule.rps;
import model.Cell;
import model.rule.Rule;
import java.util.List;
import java.util.concurrent.ThreadLocalRandom;
/**
* This simulates bacterial growth with RPS autoinducers. Bacteria secrete autoinducers and can only reproduce when
* autoinducer levels in adjacent cells do not inhibit it.
... | 5,076 | 0.587611 | 0.582498 | 132 | 37.522728 | 34.371956 | 139 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.431818 | false | false | 1 |
356f3f8b6700b50dd00c87939ff3dc7e3f57dbed | 19,902,878,478,748 | d6a9cf3d5af70703288304c5a51dcde97caddef5 | /SolvingExpression.java | c0b18a9f3f5cee3f8e6e1319dfea29f1bfcb51d8 | [] | no_license | srknair84/ACD_JAVAB_Session1_Assigment4 | https://github.com/srknair84/ACD_JAVAB_Session1_Assigment4 | 2b37fa29723b3492ce00847c8f4f27c987d66fdd | c3dadd2fb1eb7aba76069975e02939f47185ae20 | refs/heads/master | 2021-01-20T12:41:19.678000 | 2017-05-05T15:45:17 | 2017-05-05T15:45:17 | 90,391,973 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
public class SolvingExpression {
public static void main(String[] args) {
int a,b,c,d,x=5,y=10;
a=x+y*2;
b=x-y+2;
c=(x+y)*2;
d=y%x;
System.out.println("Value of a is : " +a);
System.out.println("Value of b is : " +b);
System.out.println("Value of c is : " +c);
System.out.println... | UTF-8 | Java | 359 | java | SolvingExpression.java | Java | [] | null | [] |
public class SolvingExpression {
public static void main(String[] args) {
int a,b,c,d,x=5,y=10;
a=x+y*2;
b=x-y+2;
c=(x+y)*2;
d=y%x;
System.out.println("Value of a is : " +a);
System.out.println("Value of b is : " +b);
System.out.println("Value of c is : " +c);
System.out.println... | 359 | 0.537604 | 0.520891 | 18 | 17.833334 | 17.761538 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.222222 | false | false | 1 |
d41341a6fb008693fea3a81798f1c04b5f04ef98 | 27,384,711,516,115 | 49b28efab46b6deefade5b1dcdcbb4f45aa96d58 | /src/main/java/com/lilyjordan/moochallenge/init/DataInit.java | a817f7295a5c56bd1c516754cf5adef053982c13 | [] | no_license | LilR/MooChallenge | https://github.com/LilR/MooChallenge | 9d107713e04d895f36697f3999a4bd587768c0ae | 94381cb3c72a8bcad78505d7f8803174e9749fba | refs/heads/master | 2020-06-13T03:20:12.968000 | 2019-06-30T15:55:19 | 2019-06-30T15:55:19 | 194,516,460 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.lilyjordan.moochallenge.init;
import com.lilyjordan.moochallenge.entity.Customer;
import com.lilyjordan.moochallenge.repository.CustomerRepository;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.ApplicationArguments;
import org.springframework.boot.Applicatio... | UTF-8 | Java | 1,082 | java | DataInit.java | Java | [
{
"context": "framework.stereotype.Component;\n\n/**\n * Created by Lily on 30/06/2019.\n **/\n\n@Component\npublic class Data",
"end": 401,
"score": 0.9991074800491333,
"start": 397,
"tag": "NAME",
"value": "Lily"
},
{
"context": "ts args) throws Exception {\n Customer bobSmi... | null | [] | package com.lilyjordan.moochallenge.init;
import com.lilyjordan.moochallenge.entity.Customer;
import com.lilyjordan.moochallenge.repository.CustomerRepository;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.ApplicationArguments;
import org.springframework.boot.Applicatio... | 1,073 | 0.756932 | 0.737523 | 35 | 29.942858 | 23.900917 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.457143 | false | false | 1 |
e7278e45c6f7f105d0e4c6fb118c4785cd4397d9 | 24,592,982,774,199 | ca3d74b3271386a9a719a528f6ad966b4ed49088 | /Practice_Chap04_Control_Statement/src/sec01_verify/Exercise08.java | 16943d48a94d62d3aa4b1a374bef2d450b8038d1 | [] | no_license | Pastelkun99/Java_Bootcamp | https://github.com/Pastelkun99/Java_Bootcamp | 7f6f216a69103ee208105aa52548a007dd01fd4e | 656735530a2409554485116d2a0e715cecf24f83 | refs/heads/master | 2020-06-29T00:48:03.640000 | 2019-08-05T12:49:41 | 2019-08-05T12:49:41 | 200,388,391 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package sec01_verify;
import java.util.Scanner;
public class Exercise08 {
public static void main(String[] args) {
int num = 0;
Scanner scanner = new Scanner(System.in);
System.out.print("하나의 정수를 입력하세요 :");
num = scanner.nextInt();
scanner.close();
if ((num % 2 == 0) && (num % 3 == 0)) {
System.out... | UHC | Java | 812 | java | Exercise08.java | Java | [] | null | [] | package sec01_verify;
import java.util.Scanner;
public class Exercise08 {
public static void main(String[] args) {
int num = 0;
Scanner scanner = new Scanner(System.in);
System.out.print("하나의 정수를 입력하세요 :");
num = scanner.nextInt();
scanner.close();
if ((num % 2 == 0) && (num % 3 == 0)) {
System.out... | 812 | 0.572443 | 0.539773 | 31 | 21.709677 | 16.961424 | 46 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.83871 | false | false | 1 |
0b87ad2c94ea4079a79a415b4b5308e0cdde1984 | 6,399,501,304,379 | 8e236e72fb03f07eb6c45ffa662c7303df430c3e | /src/main/java/com/starstel/telcopro/stocks/entities/Mouvment.java | f2d8ec3f37c07c32448047eb2d1beb24b24a35c1 | [] | no_license | tinkam/mon-projet | https://github.com/tinkam/mon-projet | 2c8e2745c67dfa9912b138cf98ff680d6f71a231 | 48d556a1554d4871b03bb0aba13d5aef0566083d | refs/heads/master | 2020-04-07T23:44:49.798000 | 2018-11-23T11:45:13 | 2018-11-23T11:45:13 | 158,823,925 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.starstel.telcopro.stocks.entities;
import java.io.Serializable;
import java.util.Date;
import java.util.HashSet;
import java.util.Set;
import javax.persistence.CascadeType;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.Id;
import javax.persistence.ManyT... | UTF-8 | Java | 2,779 | java | Mouvment.java | Java | [] | null | [] | package com.starstel.telcopro.stocks.entities;
import java.io.Serializable;
import java.util.Date;
import java.util.HashSet;
import java.util.Set;
import javax.persistence.CascadeType;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.Id;
import javax.persistence.ManyT... | 2,779 | 0.713206 | 0.709608 | 100 | 26.790001 | 19.52808 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.91 | false | false | 1 |
365affdf3b2f2ff1743000bb981ecbcf4a31c873 | 18,305,150,645,183 | dd0f7fb2f01aa78eecaa17827fbd1e15ec165183 | /app/src/main/java/com/pragjan/leaguescheduler/custom_pointTableAdapter.java | 357f70cdf0b57de22e3558848b3bc22e8b5d6684 | [] | no_license | mailpraga/LeagueScheduler | https://github.com/mailpraga/LeagueScheduler | e7c385cadf0a53ba22f911b2db73092d9b5f0ac4 | 9e2af3405841e1b5d9fa5d89d867d01fc904b91b | refs/heads/master | 2016-09-06T04:27:54.807000 | 2015-04-05T14:16:19 | 2015-04-05T14:16:19 | 32,901,553 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.pragjan.leaguescheduler;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ArrayAdapter;
import android.widget.TextView;
import java.util.List;
public class custom_pointTableAdapter extends ArrayAdapter<playe... | UTF-8 | Java | 2,820 | java | custom_pointTableAdapter.java | Java | [] | null | [] | package com.pragjan.leaguescheduler;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ArrayAdapter;
import android.widget.TextView;
import java.util.List;
public class custom_pointTableAdapter extends ArrayAdapter<playe... | 2,820 | 0.675532 | 0.674113 | 67 | 41.104477 | 30.416086 | 114 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.746269 | false | false | 1 |
c804567ef21c122805c5526f8e4c8a01fda3e3a7 | 14,096,082,702,196 | 96062c20aacb0c68134a160cd013372fce2750ca | /src/main/java/BigsCompare.java | 6099d059dbcc7d7385d77d0e53f786a2abbb4746 | [] | no_license | giraudev/testando | https://github.com/giraudev/testando | a7aa213919f54af95bd1996a9ce8e510ff2cda07 | 830e7046677bd1af43e5710aa1aada2f890ec541 | refs/heads/master | 2021-02-16T16:05:59.606000 | 2020-03-04T23:03:47 | 2020-03-04T23:03:47 | 245,022,045 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.math.BigDecimal;
public class BigsCompare {
public static void main(String[] args) {
BigDecimal amount = BigDecimal.valueOf(668.03);
BigDecimal fee = BigDecimal.valueOf(678.02);
Double transaction = amount.compareTo(fee) >= 0 ? amount.doubleValue() : fee.doubleValue();
... | UTF-8 | Java | 362 | java | BigsCompare.java | Java | [] | null | [] | import java.math.BigDecimal;
public class BigsCompare {
public static void main(String[] args) {
BigDecimal amount = BigDecimal.valueOf(668.03);
BigDecimal fee = BigDecimal.valueOf(678.02);
Double transaction = amount.compareTo(fee) >= 0 ? amount.doubleValue() : fee.doubleValue();
... | 362 | 0.671271 | 0.640884 | 12 | 29.166666 | 29.359364 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.416667 | false | false | 1 |
81ddab86811c12c1c1349685bd5fdf0f80432569 | 25,031,069,441,157 | eca0f93df12c2e17fad6d29e663da9f961d4d6c9 | /SpellcastUI/src/main/java/com/hlidskialf/spellcast/swing/Main.java | bbae312d81232d98f57b3546ee007b85ccd3220e | [] | no_license | lithium/spellcast | https://github.com/lithium/spellcast | bfd1c6a515276a73ba275dc4bddb0a6b4b4ff134 | a15e7e017e965bf68c53cfda1ef7db243e5e3500 | refs/heads/master | 2021-01-10T20:33:51.651000 | 2015-01-29T05:13:12 | 2015-01-29T05:13:12 | 29,110,096 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.hlidskialf.spellcast.swing;
import javax.swing.*;
import javax.swing.plaf.metal.MetalLookAndFeel;
/**
* Created by wiggins on 1/11/15.
*/
public class Main {
public static void main(final String[] args) {
javax.swing.SwingUtilities.invokeLater(new Runnable() {
public void run() ... | UTF-8 | Java | 400 | java | Main.java | Java | [
{
"context": "ng.plaf.metal.MetalLookAndFeel;\n\n/**\n * Created by wiggins on 1/11/15.\n */\npublic class Main {\n\n public s",
"end": 137,
"score": 0.9996556043624878,
"start": 130,
"tag": "USERNAME",
"value": "wiggins"
}
] | null | [] | package com.hlidskialf.spellcast.swing;
import javax.swing.*;
import javax.swing.plaf.metal.MetalLookAndFeel;
/**
* Created by wiggins on 1/11/15.
*/
public class Main {
public static void main(final String[] args) {
javax.swing.SwingUtilities.invokeLater(new Runnable() {
public void run() ... | 400 | 0.61 | 0.5975 | 20 | 19 | 19.806564 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 1 |
6671e23b9f72b3dd85c36d980046d3f62bbe6f50 | 4,853,313,083,820 | d99e6aa93171fafe1aa0bb39b16c1cc3b63c87f1 | /stress/src/main/java/com/stress/sub1/sub1/sub4/Class3238.java | 8d64a69391c6fdc476d0f98a7979d52c319be22a | [] | no_license | jtransc/jtransc-examples | https://github.com/jtransc/jtransc-examples | 291c9f91c143661c1776ddb7a359790caa70a37b | f44979531ac1de72d7af52545c4a9ef0783a0d5b | refs/heads/master | 2021-01-17T13:19:55.535000 | 2017-09-13T06:31:25 | 2017-09-13T06:31:25 | 51,407,684 | 14 | 4 | null | false | 2017-07-04T10:18:40 | 2016-02-09T23:11:45 | 2017-06-09T11:28:10 | 2017-07-04T10:18:40 | 2,529 | 4 | 3 | 1 | Java | null | null | package com.stress.sub1.sub1.sub4;
import com.jtransc.annotation.JTranscKeep;
@JTranscKeep
public class Class3238 {
public static final String static_const_3238_0 = "Hi, my num is 3238 0";
static int static_field_3238_0;
int member_3238_0;
public void method3238()
{
System.out.println(static_const_3238_0);
}
pu... | UTF-8 | Java | 394 | java | Class3238.java | Java | [] | null | [] | package com.stress.sub1.sub1.sub4;
import com.jtransc.annotation.JTranscKeep;
@JTranscKeep
public class Class3238 {
public static final String static_const_3238_0 = "Hi, my num is 3238 0";
static int static_field_3238_0;
int member_3238_0;
public void method3238()
{
System.out.println(static_const_3238_0);
}
pu... | 394 | 0.741117 | 0.629442 | 24 | 15.416667 | 19.463463 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.458333 | false | false | 1 |
8301df04b8d51eb469fb67aba02889cd2c2081c0 | 20,624,432,999,818 | 443c8f0576168b9d05d70eac671f66965f5f3212 | /TeamCode/src/main/java/org/firstinspires/ftc/teamcode/Saline_BLUE_FRONT.java | 08cde6c69c4bb746041661180079c87174f333de | [
"BSD-3-Clause"
] | permissive | SalineRobotics/RoverRuckus2018 | https://github.com/SalineRobotics/RoverRuckus2018 | 7971c536e33ded8faf752ec35cf3bcaa0f7863f7 | e7cd169423c11aeb6d342725923a1da928b53001 | refs/heads/master | 2020-04-04T08:34:53.193000 | 2018-12-05T22:34:43 | 2018-12-05T22:34:43 | 155,786,679 | 1 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null |
package org.firstinspires.ftc.teamcode;
import com.qualcomm.robotcore.eventloop.opmode.Autonomous;
import com.qualcomm.robotcore.eventloop.opmode.Disabled;
@Disabled
@Autonomous(name = "BLUE_FRONT", group = "Concept")
public class Saline_BLUE_FRONT extends smsAuton {} | UTF-8 | Java | 271 | java | Saline_BLUE_FRONT.java | Java | [] | null | [] |
package org.firstinspires.ftc.teamcode;
import com.qualcomm.robotcore.eventloop.opmode.Autonomous;
import com.qualcomm.robotcore.eventloop.opmode.Disabled;
@Disabled
@Autonomous(name = "BLUE_FRONT", group = "Concept")
public class Saline_BLUE_FRONT extends smsAuton {} | 271 | 0.804428 | 0.804428 | 8 | 32.875 | 23.866491 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 1 |
14c069ebe3bcfcba20c977d2b122e10c5ea85806 | 29,300,266,921,900 | 02a19b0ed084943494a49554c97ec3999f883c41 | /src/test/java/model/RingsTest.java | 9a5457603dbe182d04cbbf97be26435c532421ec | [] | no_license | drusil/L5RPDF | https://github.com/drusil/L5RPDF | cde42d1bcc6dac5cff65bec6b51271c7a1388784 | ce8f99175d2c570796c2b74a631e7a6aff7c9393 | refs/heads/master | 2020-04-16T14:27:56.836000 | 2019-01-14T13:37:10 | 2019-01-14T13:37:10 | 165,667,788 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package model;
import model.enums.RingsEnum;
import org.junit.Before;
import org.junit.Test;
import java.util.Arrays;
import java.util.List;
import java.util.stream.Collectors;
import static org.junit.Assert.*;
public class RingsTest {
Rings rings;
@Before
public void before(){
rings = new Rin... | UTF-8 | Java | 1,375 | java | RingsTest.java | Java | [] | null | [] | package model;
import model.enums.RingsEnum;
import org.junit.Before;
import org.junit.Test;
import java.util.Arrays;
import java.util.List;
import java.util.stream.Collectors;
import static org.junit.Assert.*;
public class RingsTest {
Rings rings;
@Before
public void before(){
rings = new Rin... | 1,375 | 0.619636 | 0.619636 | 61 | 21.557377 | 21.214382 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.377049 | false | false | 1 |
86a273473559cdcfb03f2c5703cae6641e7b95bb | 23,304,492,583,200 | 2ff1d323cdaa3f981bb3fcc029369fe00ff6226e | /test/com/twu/biblioteca/librarySystemTest.java | 495d18b7bb9bce3e4f1472756437eac0995202e7 | [
"Apache-2.0"
] | permissive | xhygithub/twu-biblioteca-haiyan | https://github.com/xhygithub/twu-biblioteca-haiyan | 3b663f4dd17f15d6698c86252ed10156d8e48a2e | 374ce7c7c4a1c57cfbfd52e0ecfcdc5e5ba32196 | refs/heads/master | 2021-01-10T01:55:01.805000 | 2016-03-10T11:01:59 | 2016-03-10T11:01:59 | 52,859,457 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.twu.biblioteca;
import org.junit.Test;
import java.util.ArrayList;
import java.util.HashMap;
import static org.junit.Assert.*;
/**
* Created by twcn on 3/7/16.
*/
public class librarySystemTest {
@Test
public void should_return_fixed_welcome_message_when_be_welcomeMessage_called() throws Exce... | UTF-8 | Java | 3,113 | java | librarySystemTest.java | Java | [
{
"context": "port static org.junit.Assert.*;\n\n/**\n * Created by twcn on 3/7/16.\n */\npublic class librarySystemTest {\n\n",
"end": 165,
"score": 0.9995483160018921,
"start": 161,
"tag": "USERNAME",
"value": "twcn"
},
{
"context": "Name\", \"TDD Methods\");\n map.put(\"aut... | null | [] | package com.twu.biblioteca;
import org.junit.Test;
import java.util.ArrayList;
import java.util.HashMap;
import static org.junit.Assert.*;
/**
* Created by twcn on 3/7/16.
*/
public class librarySystemTest {
@Test
public void should_return_fixed_welcome_message_when_be_welcomeMessage_called() throws Exce... | 3,113 | 0.633794 | 0.615805 | 82 | 36.975609 | 31.309227 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.085366 | false | false | 1 |
269f9f70fb931e9c7363ea619437aece69e58218 | 29,600,914,637,690 | 830dbf1f2cc811cc89e50c59ade4a24b1070d49b | /ysuserial/src/main/java/org/su18/serialize/ysoserial/CommonBeanUtils/CommonBeanUtils.java | 28d24b920a6c03d36e7d20d048e2f87b0783b7a7 | [] | no_license | kN6jq/ysoserial | https://github.com/kN6jq/ysoserial | cc19f26dca411d07fdf5d9015d660bc283265876 | 6a7f91400329ab735f318d355929f93b57ed0edb | refs/heads/master | 2023-08-11T04:03:07.723000 | 2021-09-18T23:40:20 | 2021-09-18T23:40:20 | 408,055,948 | 1 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.su18.serialize.ysoserial.CommonBeanUtils;
import com.sun.org.apache.xalan.internal.xsltc.trax.TemplatesImpl;
import org.apache.commons.beanutils.BeanComparator;
import org.su18.serialize.utils.SerializeUtil;
import java.lang.reflect.Constructor;
import java.lang.reflect.Field;
import java.util.Comparator;... | UTF-8 | Java | 1,601 | java | CommonBeanUtils.java | Java | [
{
"context": "r;\nimport java.util.PriorityQueue;\n\n/**\n * @author su18\n */\npublic class CommonBeanUtils {\n\n\tpublic stati",
"end": 373,
"score": 0.9994263052940369,
"start": 369,
"tag": "USERNAME",
"value": "su18"
}
] | null | [] | package org.su18.serialize.ysoserial.CommonBeanUtils;
import com.sun.org.apache.xalan.internal.xsltc.trax.TemplatesImpl;
import org.apache.commons.beanutils.BeanComparator;
import org.su18.serialize.utils.SerializeUtil;
import java.lang.reflect.Constructor;
import java.lang.reflect.Field;
import java.util.Comparator;... | 1,601 | 0.759609 | 0.75114 | 49 | 30.32653 | 26.927256 | 116 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.530612 | false | false | 1 |
ad3b10a9fab2ae9c8910540ca9a2e96afed84e88 | 21,440,476,782,819 | c02b9541f0d7edd52785a0358480bed18321c1f8 | /uwip1/uwip1-ejb/src/java/sessions/UuserFacadeLocal.java | 54388e415603d09738afcdd1d48e0d969736eabb | [] | no_license | Rodrigue237/uWIP-v1 | https://github.com/Rodrigue237/uWIP-v1 | 2e1a22b04004e18b1629331542e9c485610c3499 | c26b00981d6664dca4817b01012328471969d134 | refs/heads/master | 2020-04-18T06:42:35.160000 | 2016-08-18T16:42:43 | 2016-08-18T16:42:43 | 66,014,236 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package sessions;
import entities.Uuser;
import java.util.List;
import javax.ejb.Local;
/**
*
* @author Seanjackson
*/
@Local
public interface UuserFacadeLocal {
void create(Uuser uuser);
void edit(Uuser u... | UTF-8 | Java | 628 | java | UuserFacadeLocal.java | Java | [
{
"context": "l.List;\nimport javax.ejb.Local;\n\n/**\n *\n * @author Seanjackson\n */\n@Local\npublic interface UuserFacadeLocal {\n\n ",
"end": 219,
"score": 0.994084358215332,
"start": 208,
"tag": "NAME",
"value": "Seanjackson"
}
] | null | [] | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package sessions;
import entities.Uuser;
import java.util.List;
import javax.ejb.Local;
/**
*
* @author Seanjackson
*/
@Local
public interface UuserFacadeLocal {
void create(Uuser uuser);
void edit(Uuser u... | 628 | 0.686306 | 0.684713 | 37 | 15.972973 | 17.374237 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.459459 | false | false | 1 |
67b4a8bea80ca568ab140e4e2def64020e8a031f | 15,075,335,248,880 | 3f16aad771178818f137f448924ebc9d052dd5a0 | /app/src/main/java/org/ole/learning/planet/planetlearning/User_Dashboard.java | 00de456ad91d57e2a3169ab050e724cedbf9d679 | [] | no_license | akshayuncc/take-home | https://github.com/akshayuncc/take-home | 7325e0cc8cfee8d07a449a5b195cabad9caad877 | 78f3256be01a216571c9f8cd937426387c2895fb | refs/heads/master | 2020-03-19T02:29:40.121000 | 2018-05-12T22:04:27 | 2018-05-16T19:16:57 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.ole.learning.planet.planetlearning;
import android.annotation.SuppressLint;
import android.app.Activity;
import android.app.Dialog;
import android.app.DownloadManager;
import android.app.ProgressDialog;
import android.content.Context;
import android.content.DialogInterface;
import android.content.Intent;
i... | UTF-8 | Java | 44,518 | java | User_Dashboard.java | Java | [] | null | [] | package org.ole.learning.planet.planetlearning;
import android.annotation.SuppressLint;
import android.app.Activity;
import android.app.Dialog;
import android.app.DownloadManager;
import android.app.ProgressDialog;
import android.content.Context;
import android.content.DialogInterface;
import android.content.Intent;
i... | 44,518 | 0.598005 | 0.59677 | 1,010 | 43.076237 | 28.101181 | 192 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.807921 | false | false | 1 |
ebc9a6eecc0eb71bee3d213bb144cbcd0aecb73f | 15,917,148,862,485 | b70ef58c78a3867089d627b4eafed99647048998 | /Java/src/main/java/annees/annee2020/jour11/Annee2020Jour11Exercice1.java | b3d8e9a7f7ec887a3ed9f9eb33a14492ec40f18c | [] | no_license | Landalvic/advent-of-code | https://github.com/Landalvic/advent-of-code | 310cf9ffa705535f9a9ee0573670710ac0da84d4 | c6611c4dc5d72364da16923d2efcc23e306ef1cf | refs/heads/master | 2021-12-31T20:25:16.909000 | 2021-12-19T15:11:55 | 2021-12-19T15:11:55 | 162,293,267 | 0 | 0 | null | false | 2021-12-01T17:58:36 | 2018-12-18T13:34:36 | 2021-12-01T17:57:28 | 2021-12-01T17:58:36 | 1,494 | 0 | 0 | 3 | Java | false | false | package annees.annee2020.jour11;
public class Annee2020Jour11Exercice1 extends Annee2020Jour11 {
public static void main(String[] args) {
new Annee2020Jour11Exercice1().lancer(true);
}
public Annee2020Jour11Exercice1() {
super(1);
}
@Override
protected void gererSiege(Siege siege) {
var adj = siege.getC... | UTF-8 | Java | 689 | java | Annee2020Jour11Exercice1.java | Java | [] | null | [] | package annees.annee2020.jour11;
public class Annee2020Jour11Exercice1 extends Annee2020Jour11 {
public static void main(String[] args) {
new Annee2020Jour11Exercice1().lancer(true);
}
public Annee2020Jour11Exercice1() {
super(1);
}
@Override
protected void gererSiege(Siege siege) {
var adj = siege.getC... | 689 | 0.674891 | 0.622642 | 33 | 19.878788 | 19.14974 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.909091 | false | false | 1 |
5f08b965acb245b697911760e8df2367a2755321 | 489,626,320,683 | 4f90dacdd111ee04f158de7047eeda465ad7c04e | /src/main/java/LifeSimulation/MenuPanel.java | 00cef915fe576a5d501a88c50fb7a10a32c8e827 | [] | no_license | RadoslawCzubak/LifeSimulatorProject | https://github.com/RadoslawCzubak/LifeSimulatorProject | 7555c0651f6591c865317b8c058ffea86677593e | 5f87bf7c33893d0dbd1149d5068d8e4fbb063c65 | refs/heads/master | 2020-09-08T07:41:51.763000 | 2019-11-11T20:26:50 | 2019-11-11T20:26:50 | 221,064,786 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package LifeSimulation;
import java.awt.Color;
import java.awt.Dimension;
import java.awt.Font;
import java.awt.GridBagConstraints;
import java.awt.GridBagLayout;
import java.awt.Insets;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import javax.swing.JButton;
import javax.swing.J... | WINDOWS-1250 | Java | 4,467 | java | MenuPanel.java | Java | [
{
"context": "ttings\", \r\n * Przycisk \"Exit\", \r\n * \r\n * @author Radosław Czubak\r\n * @version 1.0.0\r\n */\r\npublic class MenuPanel e",
"end": 606,
"score": 0.9998621940612793,
"start": 591,
"tag": "NAME",
"value": "Radosław Czubak"
}
] | null | [] | package LifeSimulation;
import java.awt.Color;
import java.awt.Dimension;
import java.awt.Font;
import java.awt.GridBagConstraints;
import java.awt.GridBagLayout;
import java.awt.Insets;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import javax.swing.JButton;
import javax.swing.J... | 4,457 | 0.704841 | 0.680412 | 153 | 27.163399 | 21.326733 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.411765 | false | false | 1 |
a9f6bb5a532bc225c515f92b40084a14b92710b1 | 29,635,274,392,584 | d38900c06a75e6c71b51f4290809763218626411 | /.svn/pristine/a9/a9f6bb5a532bc225c515f92b40084a14b92710b1.svn-base | b2fcc81186dd920f0741c9de32f88f9c99755001 | [] | no_license | XClouded/avp | https://github.com/XClouded/avp | ef5d0df5fd06d67793f93539e6421c5c8cef06c5 | 4a41681376cd3e1ec7f814dcd1f178d89e94f3d6 | refs/heads/master | 2017-02-26T23:03:31.245000 | 2014-07-22T19:03:40 | 2014-07-22T19:03:40 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
**********************************************************************
* Class: AccountStatusStore
*
* This code and its derivatives belong to Laverock von Schoultz and
* may not be copied,reproduced, amended or used in any way without
* the permission of Laverock von Schoultz
********************************... | UTF-8 | Java | 1,757 | a9f6bb5a532bc225c515f92b40084a14b92710b1.svn-base | Java | [
{
"context": "</p>\n * <p>\n * Company: LVS\n * </p>\n * \n * @author Adrian Bigland\n * @version $Revision: 1.1.1.1 $\n */\npublic inter",
"end": 1167,
"score": 0.9998445510864258,
"start": 1153,
"tag": "NAME",
"value": "Adrian Bigland"
}
] | null | [] | /*
**********************************************************************
* Class: AccountStatusStore
*
* This code and its derivatives belong to Laverock von Schoultz and
* may not be copied,reproduced, amended or used in any way without
* the permission of Laverock von Schoultz
********************************... | 1,749 | 0.594764 | 0.590211 | 62 | 27.354839 | 27.851622 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.387097 | false | false | 1 | |
1bbcf6318404cb4b5231cd8a55d6cf518e91fa46 | 29,635,274,389,966 | aea5752421c8a62c02ffd51961e4dfb8528bbcdb | /esys/src/main/java/com/lhm/esys/dao/IRoleDao.java | b4c453ed9e479063ffbdd35c96e8155c98dba3cd | [] | no_license | lihaiming1995/lhm | https://github.com/lihaiming1995/lhm | e28633c96a5b665450417cf4d5fa39a5a943ad6d | 93e38f6335ac84ca7a95c2438df551bb7aafc27a | refs/heads/master | 2021-01-25T14:15:43.828000 | 2018-12-20T02:50:22 | 2018-12-20T02:50:22 | 123,671,351 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
*
*/
package com.qfedu.esys.dao;
import java.util.List;
import com.qfedu.esys.entity.Role;
/**
* @author cailei
*
*/
public interface IRoleDao {
List<Role> findAll();
void create(Role role);
Role findRoleById(String id);
void delete(Role role);
void update(Role role);
... | UTF-8 | Java | 326 | java | IRoleDao.java | Java | [
{
"context": "ort com.qfedu.esys.entity.Role;\r\n\r\n/**\r\n * @author cailei\r\n *\r\n */\r\npublic interface IRoleDao {\r\n\t\r\n\tList<R",
"end": 132,
"score": 0.9981067776679993,
"start": 126,
"tag": "USERNAME",
"value": "cailei"
}
] | null | [] | /**
*
*/
package com.qfedu.esys.dao;
import java.util.List;
import com.qfedu.esys.entity.Role;
/**
* @author cailei
*
*/
public interface IRoleDao {
List<Role> findAll();
void create(Role role);
Role findRoleById(String id);
void delete(Role role);
void update(Role role);
... | 326 | 0.601227 | 0.601227 | 26 | 10.538462 | 11.87509 | 34 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.692308 | false | false | 1 |
188079040fe39caf2eb4e965dcddd43fc508aa7e | 28,819,230,589,535 | fd386a122910df4e383f9116ad24950cb0fd92b3 | /Final Project 2015/Sameat/src/java/sameat/util/Validation.java | 8304b6c46e2b4fcd5b92c6e6c77d7b00251ebff0 | [] | no_license | RonenMars/Sameat | https://github.com/RonenMars/Sameat | f9ebbdf7ddc85dfe8ffcbd69f3bbeb8ae9f8f8d1 | 761f9406dec4d2471f3e2b6eb22cd32b07ba3321 | refs/heads/master | 2016-09-06T01:53:04.853000 | 2015-07-02T13:02:01 | 2015-07-02T13:02:01 | 32,014,895 | 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 sameat.util;
import java.security.NoSuchAlgorithmException;
import java.util.ArrayList;
import java.util.logging.Level;
import ... | UTF-8 | Java | 2,675 | java | Validation.java | Java | [
{
"context": "ger;\nimport sameat.data.UserDB;\n\n/**\n *\n * @author RomanPlt\n */\npublic class Validation {\n\n public static ",
"end": 400,
"score": 0.9992149472236633,
"start": 392,
"tag": "USERNAME",
"value": "RomanPlt"
}
] | 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 sameat.util;
import java.security.NoSuchAlgorithmException;
import java.util.ArrayList;
import java.util.logging.Level;
import ... | 2,675 | 0.562991 | 0.557383 | 76 | 34.197369 | 32.918968 | 171 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.526316 | false | false | 1 |
09eb79b48ca68aca72c5bbe3995622371cdda393 | 32,667,521,286,182 | 339d408756ce0bf6519672c40e38a0d71414c549 | /java/src/ru/ifmo/ctddev/melnik/task5/A.java | 24f8697837ec7530c672d74708ba46cff8b03fcc | [] | no_license | ZumZoom/Homework | https://github.com/ZumZoom/Homework | e886ad982ca1f8c2171da387a02045a5b5cff676 | 992d130c9e70b03cdd6cbee73bffa37c86b3f413 | refs/heads/master | 2016-09-08T20:05:42.384000 | 2015-04-28T23:08:31 | 2015-04-28T23:08:31 | 21,472,635 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ru.ifmo.ctddev.melnik.task5;
public class A {
public void test(String a, String b, String c, String d, String e) {
System.out.println(5);
System.out.println(a + " " + b + " " + c + " " + d + " " + e);
}
private void test(String a, String b, String... c) {
System.out.println... | UTF-8 | Java | 483 | java | A.java | Java | [] | null | [] | package ru.ifmo.ctddev.melnik.task5;
public class A {
public void test(String a, String b, String c, String d, String e) {
System.out.println(5);
System.out.println(a + " " + b + " " + c + " " + d + " " + e);
}
private void test(String a, String b, String... c) {
System.out.println... | 483 | 0.496894 | 0.490683 | 17 | 27.470589 | 22.539162 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.764706 | false | false | 1 |
9a912c9f7dac4adf62c19a6e21af63a91e2b7ee1 | 18,708,877,582,501 | a48ccb8b35c803ceb593928f2b63c702b09799c2 | /app/src/main/java/com/example/myapplication/Adapter.java | a9ae9bc9b33dfa01f43ec283e7197de1bc1c5abf | [] | no_license | asimahmad/Basic-Android | https://github.com/asimahmad/Basic-Android | 381bcc2f985d83cf3ff82cd06ecb70024139362b | 8705ff098d9da2876784242f1837bdce5e947204 | refs/heads/master | 2022-11-14T00:36:12.443000 | 2020-07-01T07:06:59 | 2020-07-01T07:06:59 | 276,301,081 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.myapplication;
public class Adapter {
}
| UTF-8 | Java | 61 | java | Adapter.java | Java | [] | null | [] | package com.example.myapplication;
public class Adapter {
}
| 61 | 0.786885 | 0.786885 | 4 | 14.25 | 14.39401 | 34 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 1 |
c3131b3d5a56adfc7f96547c39e667cb1cb4e810 | 16,303,695,896,927 | 15c385ef6a1bd84e85e37b3e9afa2dbe023388df | /src/com/GerbertShildtBeginnigManual/part4/VehicleDemo/VehicleDemo.java | 9b3cbc3993102943f49440fdff24bf2cb2762f6b | [] | no_license | thevoynov/myprog_200919 | https://github.com/thevoynov/myprog_200919 | ed491cf0260af44e8d162378fa6d579d57768283 | a7d3e3b709fbe6711619e88e1758ea4877b3c316 | refs/heads/master | 2021-06-30T19:02:31.984000 | 2021-06-30T14:02:04 | 2021-06-30T14:02:04 | 209,805,021 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.GerbertShildtBeginnigManual.part4.VehicleDemo;
class Vehicle {
int passangers; // количество пассажиров
int fuelcap; // ёмкость топливного бака
int mpg; // потребление топлива в милях на галлон
}
class VehicleDemo {
public static void main(String args[]) {
Vehicle miniv... | UTF-8 | Java | 981 | java | VehicleDemo.java | Java | [] | null | [] | package com.GerbertShildtBeginnigManual.part4.VehicleDemo;
class Vehicle {
int passangers; // количество пассажиров
int fuelcap; // ёмкость топливного бака
int mpg; // потребление топлива в милях на галлон
}
class VehicleDemo {
public static void main(String args[]) {
Vehicle miniv... | 981 | 0.627075 | 0.619413 | 22 | 34.636364 | 21.201513 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 1 |
24c9e71dea0279bc4da19a2a4d7aa08030904745 | 979,252,591,456 | 8645c69457deede66267c99cc7b6abde29a73531 | /srcback/main/core/com/dryork/dc/core/entity/DcColumn.java | 57bee0d2d9727a4eb3541377ff635310f3804a28 | [] | no_license | jsen-joker/DC | https://github.com/jsen-joker/DC | 139d0545eabee8fb39fbd3a8549eea740a630103 | a15bfc82f4ab456971332b87acd981a85455576e | refs/heads/master | 2020-04-08T23:01:45.330000 | 2018-11-30T10:40:54 | 2018-11-30T10:40:54 | 159,808,531 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.dryork.dc.core.entity;
import com.alibaba.dubbo.common.URL;
import com.google.common.collect.Lists;
import com.google.common.collect.Maps;
import com.google.common.collect.Sets;
import lombok.Data;
import lombok.EqualsAndHashCode;
import lombok.experimental.Accessors;
import java.util.List;
import java.ut... | UTF-8 | Java | 2,013 | java | DcColumn.java | Java | [
{
"context": "t java.util.Set;\n\n/**\n * <p>\n * </p>\n *\n * @author jsen\n * @since 2018-11-26\n */\n@Data\n@EqualsAndHashCode",
"end": 388,
"score": 0.9992971420288086,
"start": 384,
"tag": "USERNAME",
"value": "jsen"
}
] | null | [] | package com.dryork.dc.core.entity;
import com.alibaba.dubbo.common.URL;
import com.google.common.collect.Lists;
import com.google.common.collect.Maps;
import com.google.common.collect.Sets;
import lombok.Data;
import lombok.EqualsAndHashCode;
import lombok.experimental.Accessors;
import java.util.List;
import java.ut... | 2,013 | 0.62394 | 0.61995 | 68 | 28.485294 | 24.39292 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 1 |
a65163c4e9fd25ca33a16c21e80aa1815e293330 | 979,252,593,878 | 26b7f30c6640b8017a06786e4a2414ad8a4d71dd | /src/number_of_direct_superinterfaces/i27883.java | ba051d0f3ea5f453ce9a02a016b4c32cac5da674 | [] | no_license | vincentclee/jvm-limits | https://github.com/vincentclee/jvm-limits | b72a2f2dcc18caa458f1e77924221d585f23316b | 2fd1c26d1f7984ea8163bc103ad14b6d72282281 | refs/heads/master | 2020-05-18T11:18:41.711000 | 2014-09-14T04:25:18 | 2014-09-14T04:25:18 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package number_of_direct_superinterfaces;
public interface i27883 {} | UTF-8 | Java | 69 | java | i27883.java | Java | [] | null | [] | package number_of_direct_superinterfaces;
public interface i27883 {} | 69 | 0.826087 | 0.753623 | 3 | 22.333334 | 16.937796 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 1 |
7042ccfb6ecd28b0e6e25ada99a825020f400e36 | 7,490,423,013,144 | 7cca81d09a5861f46dca5803e57650250a042e4f | /Tree/437. Path Sum III.java | b93b4371ef1b74755151b953de02aafb39418574 | [] | no_license | NEU-ZYXi/LeetCode-Java | https://github.com/NEU-ZYXi/LeetCode-Java | bfdec95beadfda01c4aa2f193073188b0f2581cb | a640ef86c91084d45225bbee48d1f4be6bd73603 | refs/heads/master | 2020-04-09T12:17:10.409000 | 2019-09-23T02:27:26 | 2019-09-23T02:27:26 | 160,343,128 | 10 | 5 | null | null | null | null | null | null | null | null | null | null | null | null | null |
/*
You are given a binary tree in which each node contains an integer value.
Find the number of paths that sum to a given value.
The path does not need to start or end at the root or a leaf,
but it must go downwards (traveling only from parent nodes to child nodes).
The tree has no more than 1,000 nodes and the valu... | UTF-8 | Java | 1,676 | java | 437. Path Sum III.java | Java | [] | null | [] |
/*
You are given a binary tree in which each node contains an integer value.
Find the number of paths that sum to a given value.
The path does not need to start or end at the root or a leaf,
but it must go downwards (traveling only from parent nodes to child nodes).
The tree has no more than 1,000 nodes and the valu... | 1,676 | 0.613365 | 0.571599 | 66 | 24.30303 | 28.179602 | 127 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.969697 | false | false | 1 |
76c936db44ef82ae9c1cdc062abaea5258516681 | 6,399,501,320,385 | bfa28aaf277bbcd65d8eed6c832fef8ddcb1103c | /Pinterest/source/src/com/google/android/gms/internal/qn.java | 0c468408c469fd3ae03ba2276ae37753447adf19 | [] | no_license | TheFinestArtist/JAVA-Android-Learning | https://github.com/TheFinestArtist/JAVA-Android-Learning | bfc26dd8928019884bad0fdd97319afbcd27e515 | a0182eb967b8cec9774bbf2cbff0a3953f7be3f9 | refs/heads/master | 2020-12-28T23:16:55.096000 | 2015-09-11T09:07:32 | 2015-09-11T09:07:32 | 35,862,779 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | // Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://www.geocities.com/kpdus/jad.html
// Decompiler options: braces fieldsfirst space lnc
package com.google.android.gms.internal;
public class qn
{
private final byte ayJ[] = new byte[256];
private int ayK;
private int ... | UTF-8 | Java | 1,142 | java | qn.java | Java | [
{
"context": "// Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov.\n// Jad home page: http://www.geocities.com/kpdus",
"end": 61,
"score": 0.9996786117553711,
"start": 45,
"tag": "NAME",
"value": "Pavel Kouznetsov"
}
] | null | [] | // Decompiled by Jad v1.5.8e. Copyright 2001 <NAME>.
// Jad home page: http://www.geocities.com/kpdus/jad.html
// Decompiler options: braces fieldsfirst space lnc
package com.google.android.gms.internal;
public class qn
{
private final byte ayJ[] = new byte[256];
private int ayK;
private int ayL;
... | 1,132 | 0.441331 | 0.408056 | 52 | 20.961538 | 18.620668 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.538462 | false | false | 1 |
dac62b7bca75cc42f8d79a83fe5a14a7324ed064 | 6,399,501,322,225 | 5c7bdd5a296cdb43629c27751accd4d779ea4de0 | /src/aprilTwentythree/fourthTask/Car.java | 0a337e2fd766b81a552d4e359b815a751710251e | [] | no_license | egorderzhanovich/HM | https://github.com/egorderzhanovich/HM | 43a3432daf188cf4bc56af002a8a9a0b427a46fb | 18d67c5bbc2eabd8feac36fdb966f757db478c15 | refs/heads/master | 2023-05-07T14:08:08.706000 | 2021-05-31T14:12:46 | 2021-05-31T14:12:46 | 361,280,154 | 1 | 0 | null | false | 2021-06-02T10:36:23 | 2021-04-24T22:30:35 | 2021-05-31T14:12:49 | 2021-06-02T10:36:19 | 52 | 0 | 0 | 2 | Java | false | false | package aprilTwentythree.fourthTask;
import java.io.Serializable;
import java.util.Objects;
public class Car implements Serializable {
private String carModel;
private int maxSpeed;
private int price;
public Car(String carModel, int maxSpeed, int price) {
this.carModel = carModel;
thi... | UTF-8 | Java | 1,202 | java | Car.java | Java | [] | null | [] | package aprilTwentythree.fourthTask;
import java.io.Serializable;
import java.util.Objects;
public class Car implements Serializable {
private String carModel;
private int maxSpeed;
private int price;
public Car(String carModel, int maxSpeed, int price) {
this.carModel = carModel;
thi... | 1,202 | 0.551581 | 0.551581 | 52 | 22.115385 | 16.805052 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.480769 | false | false | 1 |
922571053fff77da66702d18f3d5651d401d1a67 | 33,560,874,505,551 | 31f3b060a62f30caa1f362814d66eec82894b348 | /dcae_dmaapbc_webapp/dbca-common/src/main/java/org/onap/dcae/dmaapbc/model/DmaapObject.java | 15fdd1fba7b73691e4dbee90097571859f5ee794 | [
"Apache-2.0"
] | permissive | JLLeitschuh/ui-dmaapbc | https://github.com/JLLeitschuh/ui-dmaapbc | c5f2deb2314d632fd97285bdfbd39e99fddc3c4e | 60382c78c8a88ee5b5aa1c7e2d6cb4e32eddc10f | refs/heads/master | 2021-01-02T20:39:00.780000 | 2018-05-10T06:16:36 | 2018-05-10T06:16:45 | 239,791,424 | 0 | 0 | NOASSERTION | true | 2020-11-17T16:12:49 | 2020-02-11T15:08:50 | 2020-02-11T15:08:52 | 2020-11-17T16:12:48 | 12,457 | 0 | 0 | 3 | null | false | false | /*-
* ================================================================================
* DCAE DMaaP Bus Controller Models
* ================================================================================
* Copyright (C) 2017 AT&T Intellectual Property
* ============================================================... | UTF-8 | Java | 1,912 | java | DmaapObject.java | Java | [] | null | [] | /*-
* ================================================================================
* DCAE DMaaP Bus Controller Models
* ================================================================================
* Copyright (C) 2017 AT&T Intellectual Property
* ============================================================... | 1,912 | 0.586297 | 0.582113 | 70 | 26.314285 | 26.340378 | 83 | false | false | 0 | 0 | 0 | 0 | 81 | 0.169456 | 1 | false | false | 1 |
7b92b0c1118eeada795300975d62ca87ec59f7b1 | 33,560,874,505,128 | 2afc32af5b3df8f616b6e39040219c66be6f1c0f | /src/java2/lesson3/PhoneBook.java | 5938eb1bea000e25c845841d130c2cd5320c4ed1 | [] | no_license | Valerych-gif/Java2 | https://github.com/Valerych-gif/Java2 | eceb3f47f0ccefffe1400e79bc9bc41dc2661137 | f6f2429550e17e66ec202100d4c0425ca2efe2b5 | refs/heads/master | 2021-04-19T11:58:16.988000 | 2020-04-25T05:47:13 | 2020-04-25T05:47:13 | 249,603,781 | 0 | 0 | null | false | 2020-05-01T18:37:00 | 2020-03-24T03:28:47 | 2020-04-25T05:47:17 | 2020-05-01T17:51:29 | 26 | 0 | 0 | 1 | Java | false | false | package java2.lesson3;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.Iterator;
public class PhoneBook {
static HashMap<String, ArrayList<String>> phoneBook = new HashMap<>();
static String phoneOwner;
public static void main(String[] args) {
add("Ленин", "+7 (555) 123-45-... | UTF-8 | Java | 2,101 | java | PhoneBook.java | Java | [
{
"context": "ic static void main(String[] args) {\n add(\"Ленин\", \"+7 (555) 123-45-01\");\n add(\"Сталин\", \"+",
"end": 300,
"score": 0.9998642802238464,
"start": 295,
"tag": "NAME",
"value": "Ленин"
},
{
"context": " add(\"Ленин\", \"+7 (555) 123-45-01\");\n ... | null | [] | package java2.lesson3;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.Iterator;
public class PhoneBook {
static HashMap<String, ArrayList<String>> phoneBook = new HashMap<>();
static String phoneOwner;
public static void main(String[] args) {
add("Ленин", "+7 (555) 123-45-... | 2,101 | 0.578252 | 0.510163 | 63 | 30.238094 | 21.583881 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.809524 | false | false | 1 |
109ac08cad7f0dbb450a76cf80104cc65d30f7ce | 20,255,065,815,511 | f66e9ce73c8dfcab523e680b59bb1e55f5ebe5d1 | /leetcode一刷/Stack栈/表达式计算/_439_TernaryExpressionParser.java | 24836bc847607841b6a0b238c214cb8aece7ae50 | [] | no_license | kqiu10/LeetcodeSolutionJava | https://github.com/kqiu10/LeetcodeSolutionJava | b8ca84df4e7ada2ad6be3bf1a34b19054ebb3b60 | f4609cc2c1fc9d1c21180bc1162bc1a538c4c6e5 | refs/heads/master | 2023-05-31T07:19:51.896000 | 2021-06-19T20:44:57 | 2021-06-19T20:44:57 | 280,535,038 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Stack栈.表达式计算;
/**
* Package Name : Stack栈.表达式计算;
* File name : _439_TernaryExpressionParser;
* Creator: Kane;
* Date: 8/24/20
*/
import java.util.Stack;
/**
* Time complexity:O(n);
* Space complexity: O(n);
* Description:
* 1. iterate from right to left;
* 2. when meet ternary signal judge true or f... | UTF-8 | Java | 1,144 | java | _439_TernaryExpressionParser.java | Java | [
{
"context": "e name : _439_TernaryExpressionParser;\n * Creator: Kane;\n * Date: 8/24/20\n */\n\nimport java.util.Stack;\n\n/",
"end": 119,
"score": 0.7185355424880981,
"start": 115,
"tag": "NAME",
"value": "Kane"
}
] | null | [] | package Stack栈.表达式计算;
/**
* Package Name : Stack栈.表达式计算;
* File name : _439_TernaryExpressionParser;
* Creator: Kane;
* Date: 8/24/20
*/
import java.util.Stack;
/**
* Time complexity:O(n);
* Space complexity: O(n);
* Description:
* 1. iterate from right to left;
* 2. when meet ternary signal judge true or f... | 1,144 | 0.502679 | 0.4875 | 40 | 27 | 18.984203 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6 | false | false | 1 |
4668132d6e8ebce7e4e1e7fcb80025348104fab6 | 34,943,853,956,975 | ec78a7f449db09b65afa667e00ff0e3d926356c3 | /src/mini_2_craps_and_credit_cards/Craps.java | 778f64f1dbe9706774704516cc93e15f822ceec9 | [] | no_license | ninatodic/BILD-IT-Zadaci | https://github.com/ninatodic/BILD-IT-Zadaci | 34046320752cf5a0392ada4bb68057390f8141fb | ac74e0750fbf0d49547894bb4f3ce5e653cb7bc3 | refs/heads/master | 2021-01-13T05:22:08.156000 | 2017-03-22T07:50:17 | 2017-03-22T07:50:17 | 81,374,841 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package mini_2_craps_and_credit_cards;
public class Craps {
public static void main(String[] args) {
// use math random to simulate throwing the dices
int dice1 = 1 + (int) (Math.random() * 6);
int dice2 = 1 + (int) (Math.random() * 6);
int sum = dice1 + dice2;
System.out.println("You rolled "... | UTF-8 | Java | 1,265 | java | Craps.java | Java | [] | null | [] | package mini_2_craps_and_credit_cards;
public class Craps {
public static void main(String[] args) {
// use math random to simulate throwing the dices
int dice1 = 1 + (int) (Math.random() * 6);
int dice2 = 1 + (int) (Math.random() * 6);
int sum = dice1 + dice2;
System.out.println("You rolled "... | 1,265 | 0.56917 | 0.547036 | 36 | 33.138889 | 32.338619 | 122 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.333333 | false | false | 1 |
77d92041b5fd08848605491900c21d1c130934f2 | 36,515,811,980,703 | cf73e4ee7719d01ab3903b396de4d8398a28ea6d | /app/src/main/java/com/rajumia/fotomela/SearchViewModel.java | 181907d11a59ae6e8d5fd4231744344fc153c4df | [] | no_license | rajnish011299/Fotomela | https://github.com/rajnish011299/Fotomela | 3af3a023527a8a8c00b3fbe746411b30b1fccf7c | 8283ee8b8648d35ea3693951d4e7dd15035d43f4 | refs/heads/master | 2022-11-27T05:08:44.315000 | 2020-08-01T12:25:57 | 2020-08-01T12:25:57 | 284,256,979 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.rajumia.fotomela;
public class SearchViewModel {
private String username,city;
// Empty Constructor for Firebase
private SearchViewModel(){};
// Constructor for getting data
private SearchViewModel(String username,String city)
{
this.username = username;
this.city... | UTF-8 | Java | 621 | java | SearchViewModel.java | Java | [
{
"context": "sername,String city)\n {\n this.username = username;\n this.city = city;\n }\n\n public Stri",
"end": 301,
"score": 0.9944308400154114,
"start": 293,
"tag": "USERNAME",
"value": "username"
},
{
"context": "sername(String username) {\n this.... | null | [] | package com.rajumia.fotomela;
public class SearchViewModel {
private String username,city;
// Empty Constructor for Firebase
private SearchViewModel(){};
// Constructor for getting data
private SearchViewModel(String username,String city)
{
this.username = username;
this.city... | 621 | 0.624799 | 0.624799 | 32 | 18.40625 | 16.571548 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.34375 | false | false | 1 |
560452071fa884fb184a6f346c0931c83f1d4af4 | 38,766,374,818,580 | cb069e24cab28a5c2133c5b7ceef9eb87d6c04ae | /src/main/java/PracticeTests/Chapter19/Question34/Song.java | d041da782e63b56445378629c7a66b4f7d39c3dc | [] | no_license | ChristofBuechi/ocp_preparation | https://github.com/ChristofBuechi/ocp_preparation | ad84aea3aed5f6c33376a154d4279b4c246c6dc0 | e1ac8cb10cedd55c0a0120b5e43c8c54d55d32fc | refs/heads/master | 2021-07-13T23:08:59.923000 | 2018-01-04T13:27:22 | 2018-01-04T13:27:22 | 96,818,572 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package PracticeTests.Chapter19.Question34;
import java.io.File;
import java.io.IOException;
import java.nio.file.Files;
import java.nio.file.Path;
import java.nio.file.Paths;
import java.nio.file.attribute.BasicFileAttributeView;
import java.nio.file.attribute.BasicFileAttributes;
import java.nio.file.attribute.FileT... | UTF-8 | Java | 934 | java | Song.java | Java | [] | null | [] | package PracticeTests.Chapter19.Question34;
import java.io.File;
import java.io.IOException;
import java.nio.file.Files;
import java.nio.file.Path;
import java.nio.file.Paths;
import java.nio.file.attribute.BasicFileAttributeView;
import java.nio.file.attribute.BasicFileAttributes;
import java.nio.file.attribute.FileT... | 934 | 0.716274 | 0.711991 | 24 | 37.916668 | 32.87846 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.791667 | false | false | 1 |
b2de9be3b634267369ff7d0dfba4ae660d6a081f | 25,795,573,649,072 | d90098f643eaf6c2a932cc7600bd2634de6b9cdd | /recibee/src/vo/DishVO.java | c709227d5b0fa482ec74cbae28c65062902df86e | [] | no_license | maskan19/WEBSITE-RECIBEE | https://github.com/maskan19/WEBSITE-RECIBEE | 4ea0b1dbf1b03ed34e7241f0f786c15712689d8f | f5b1212b101b382cf9dc5694bc981c76ae36aa58 | refs/heads/master | 2023-04-24T10:46:37.896000 | 2021-05-06T02:56:35 | 2021-05-06T02:56:35 | 347,013,463 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package vo;
public class DishVO {
private String dish_photo;
private int dish_rpt;
private int dish_rec;
private int mth_code;
private int dish_del;
private String dish_date;
private int dish_hit;
private String dish_name;
private int dish_code;
private String mem_id;
public final String getDish_photo() {... | UTF-8 | Java | 1,667 | java | DishVO.java | Java | [] | null | [] | package vo;
public class DishVO {
private String dish_photo;
private int dish_rpt;
private int dish_rec;
private int mth_code;
private int dish_del;
private String dish_date;
private int dish_hit;
private String dish_name;
private int dish_code;
private String mem_id;
public final String getDish_photo() {... | 1,667 | 0.691662 | 0.691662 | 76 | 20.947369 | 15.699392 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.618421 | false | false | 1 |
f6930f4305161f9804c597d6a54406e690832d27 | 35,802,847,409,303 | 177865ee27e8960ae432d9044227677e2d278ad5 | /app/src/main/java/com/beowulfchain/beowulfcallee/Service/BootReceiver.java | 19a6b6e1ea591f6e3aef9ec77b2092086ee94be0 | [] | no_license | tqdinh/beowulf_callee | https://github.com/tqdinh/beowulf_callee | dcc07f4452e782ded9142606ed551cf406e76d18 | 223a85977ed263b57a44bbb6b373308d5fe8b517 | refs/heads/master | 2020-06-23T23:31:56.373000 | 2019-11-14T11:12:16 | 2019-11-14T11:12:16 | 198,782,158 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.beowulfchain.beowulfcallee.Service;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import com.beowulfchain.beowulfcallee.MainApplication;
import static android.content.Intent.ACTION_MAIN;
public class BootReceiver extends BroadcastReceiver {
... | UTF-8 | Java | 650 | java | BootReceiver.java | Java | [] | null | [] | package com.beowulfchain.beowulfcallee.Service;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import com.beowulfchain.beowulfcallee.MainApplication;
import static android.content.Intent.ACTION_MAIN;
public class BootReceiver extends BroadcastReceiver {
... | 650 | 0.790769 | 0.790769 | 20 | 31.5 | 32.024208 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6 | false | false | 1 |
38c31b0df4de7ecb01da7141d4b1c0eb98622fbb | 35,802,847,405,830 | 14a0d0dc977295cc1077a099e12ca05794e7f84a | /gokong-main/src/main/java/cn/gokong/www/gokongmain/domain/UserRecharge.java | 03e4d7bb3212057f4453822d62e0d59286fc4cee | [] | no_license | yht-817/gokong-manage | https://github.com/yht-817/gokong-manage | 2ec59e86fd1aa8839b6566471026d78c55e2b8c5 | f779614f12b30ccf2495856f873d6b9c87898612 | refs/heads/master | 2020-05-03T18:55:09.754000 | 2019-04-01T03:05:45 | 2019-04-01T03:05:45 | 178,774,202 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.gokong.www.gokongmain.domain;
import com.baomidou.mybatisplus.annotation.TableName;
import java.io.Serializable;
import java.math.BigDecimal;
import java.util.Date;
/**
* <p>
* 用户充值记录表
* </p>
*
* @author tom
* @since 2018-09-19
*/
@TableName("user_recharge")
public class UserRecharge implements Ser... | UTF-8 | Java | 3,144 | java | UserRecharge.java | Java | [
{
"context": "Date;\n\n/**\n * <p>\n * 用户充值记录表\n * </p>\n *\n * @author tom\n * @since 2018-09-19\n */\n@TableName(\"user_recharg",
"end": 226,
"score": 0.9973151087760925,
"start": 223,
"tag": "USERNAME",
"value": "tom"
}
] | null | [] | package cn.gokong.www.gokongmain.domain;
import com.baomidou.mybatisplus.annotation.TableName;
import java.io.Serializable;
import java.math.BigDecimal;
import java.util.Date;
/**
* <p>
* 用户充值记录表
* </p>
*
* @author tom
* @since 2018-09-19
*/
@TableName("user_recharge")
public class UserRecharge implements Ser... | 3,144 | 0.563927 | 0.558382 | 162 | 17.925926 | 17.127537 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.283951 | false | false | 1 |
5dbb8c75756ce6d9d8b712abfee5c96c2987a44a | 15,831,249,522,971 | 3a1d67c7b1a342ed9262e94560f0d8323ac5e2be | /commons-statistics-descriptive/src/test/java/org/apache/commons/statistics/descriptive/moment/VarianceTest.java | ced114692b32d07dbf42ec1e00e559de44a20f5e | [
"Apache-2.0",
"LicenseRef-scancode-generic-cla",
"BSD-3-Clause"
] | permissive | virendrasinghrp/commons-statistics | https://github.com/virendrasinghrp/commons-statistics | 57bbfb64d58b3e254224c6d13c8ad5efcfc9fa4b | 3f938864b0676e06850a97fbb956438b7bc785d2 | refs/heads/master | 2020-05-05T03:18:47.865000 | 2019-07-08T01:13:04 | 2019-07-08T01:13:04 | 179,667,692 | 0 | 0 | Apache-2.0 | true | 2019-07-25T00:43:59 | 2019-04-05T11:14:45 | 2019-07-08T01:13:07 | 2019-07-25T00:43:58 | 896 | 0 | 0 | 0 | Java | false | false | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | UTF-8 | Java | 5,714 | java | VarianceTest.java | Java | [] | null | [] | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | 5,714 | 0.611306 | 0.558803 | 155 | 35.864517 | 25.423656 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.025806 | false | false | 1 |
432f1d11d46733bfd0608fa256ab5b18415f24d3 | 29,703,993,885,642 | 9f826db7070759ace39bbf2ab0f7fde608852d4d | /src/main/java/com/stripe/model/EventData.java | f9a87e3e6dd6b944ce5522fcdbc1f4e77ce388a1 | [
"MIT"
] | permissive | mahruskazi/stripe-java | https://github.com/mahruskazi/stripe-java | ba818080cc7adcd5d71a4870d3dc1055e4da70c0 | 2f9e68e3a7b8a8f07e73381188e335faa5728ae7 | refs/heads/master | 2020-03-19T00:50:47.518000 | 2018-05-30T17:48:11 | 2018-05-30T17:48:11 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.stripe.model;
import java.util.Map;
public class EventData extends StripeObject {
StripeObject object;
Map<String, Object> previousAttributes;
public StripeObject getObject() {
return object;
}
public void setObject(StripeObject object) {
this.object = object;
}
public Map<String,... | UTF-8 | Java | 525 | java | EventData.java | Java | [] | null | [] | package com.stripe.model;
import java.util.Map;
public class EventData extends StripeObject {
StripeObject object;
Map<String, Object> previousAttributes;
public StripeObject getObject() {
return object;
}
public void setObject(StripeObject object) {
this.object = object;
}
public Map<String,... | 525 | 0.742857 | 0.742857 | 24 | 20.875 | 21.670473 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.458333 | false | false | 1 |
0818b2c14f38b4ea3337dc2cad27633958a4f939 | 33,861,522,211,056 | 9691af5c89bfc0fc747323e5c537d774e3d81197 | /HelloWorld/src/operators/OperatorExampleTesk.java | 5b8d6796918b44fb393e87a4f524aba546584f4b | [] | no_license | godjooyoung/HelloWorld | https://github.com/godjooyoung/HelloWorld | 6612d62900ae75463742056509a9d35171b181c2 | 9f67e837e4f417fd91cc6b227fa84f0d7c1db1c2 | refs/heads/master | 2020-11-25T07:53:36.838000 | 2020-01-02T05:03:08 | 2020-01-02T05:03:08 | 228,565,026 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package operators;
public class OperatorExampleTesk {
public static void main(String[] args) {
int result = 0;
int a = 10, b = 20;
multi(30, 40);
}
public static void multi(int a, int b) {
int result = a * b;
System.out.println("Method 결과값은 : " + result);
}
}
| UTF-8 | Java | 300 | java | OperatorExampleTesk.java | Java | [] | null | [] | package operators;
public class OperatorExampleTesk {
public static void main(String[] args) {
int result = 0;
int a = 10, b = 20;
multi(30, 40);
}
public static void multi(int a, int b) {
int result = a * b;
System.out.println("Method 결과값은 : " + result);
}
}
| 300 | 0.60274 | 0.571918 | 15 | 17.466667 | 16.341631 | 48 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.533333 | false | false | 1 |
1d2781e91ffbdbb30e12a0972bfacf4cd4b35c18 | 34,840,774,740,391 | ec246206025220b4552ae9a069863dc66139835c | /src/main/java/psi/domain/semester/control/SemesterRepository.java | 127c2b839d6d0d09ca7417f91ee595425fc7463b | [] | no_license | JaroslawPokropinski/PSI-TWWO | https://github.com/JaroslawPokropinski/PSI-TWWO | 1cd000f04cb883d56f96475c9d03cfc5f1db9521 | 13d84e454f2d51e7edb07b8172ba85e65d35147c | refs/heads/main | 2023-02-26T07:03:44.021000 | 2021-01-29T07:59:41 | 2021-01-29T07:59:41 | 306,083,151 | 0 | 0 | null | false | 2021-01-28T12:31:38 | 2020-10-21T16:25:02 | 2021-01-28T11:50:12 | 2021-01-28T12:31:37 | 5,189 | 0 | 0 | 0 | Java | false | false | package psi.domain.semester.control;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.JpaSpecificationExecutor;
import org.springframework.data.repository.history.RevisionRepository;
import org.springframework.stereotype.Repository;
import psi.domain.semester... | UTF-8 | Java | 651 | java | SemesterRepository.java | Java | [] | null | [] | package psi.domain.semester.control;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.JpaSpecificationExecutor;
import org.springframework.data.repository.history.RevisionRepository;
import org.springframework.stereotype.Repository;
import psi.domain.semester... | 651 | 0.835638 | 0.835638 | 18 | 35.166668 | 31.452345 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.777778 | false | false | 1 |
a1b07804b7cf6ba2abd9aa7186ae262de1aa2e8f | 34,136,400,119,198 | 64ad5458da9f26059de7527a8e87aaa4329564a1 | /musca-norm/src/main/java/org/featx/sta2ry/musca/entity/MentionEntity.java | 1b87a9069fc5dbdd3a3af324f0aeb32128eafca6 | [] | no_license | sta2ry/Musca | https://github.com/sta2ry/Musca | f9b0e76584c9bb0e20714043fdb07b828dd51cd8 | e0c0c493dd239328d713c6bf153cead8bd4b214f | refs/heads/coder | 2023-07-15T14:03:45.064000 | 2021-08-02T04:51:35 | 2021-08-02T04:51:35 | 391,080,192 | 0 | 1 | null | false | 2021-08-02T04:51:36 | 2021-07-30T13:47:59 | 2021-08-02T02:32:38 | 2021-08-02T04:51:35 | 364 | 0 | 0 | 0 | Java | false | false | package org.featx.sta2ry.musca.entity;
import lombok.Data;
import lombok.EqualsAndHashCode;
import lombok.ToString;
import org.featx.spec.entity.AbstractUpdate;
import java.io.Serial;
/**
* @author Excepts
* @since 2020/4/12 13:52
*/
@Data
@EqualsAndHashCode(callSuper = true)
@ToString(callSuper = true)
public cl... | UTF-8 | Java | 660 | java | MentionEntity.java | Java | [
{
"context": "actUpdate;\n\nimport java.io.Serial;\n\n/**\n * @author Excepts\n * @since 2020/4/12 13:52\n */\n@Data\n@EqualsAndHas",
"end": 209,
"score": 0.9993339776992798,
"start": 202,
"tag": "USERNAME",
"value": "Excepts"
}
] | null | [] | package org.featx.sta2ry.musca.entity;
import lombok.Data;
import lombok.EqualsAndHashCode;
import lombok.ToString;
import org.featx.spec.entity.AbstractUpdate;
import java.io.Serial;
/**
* @author Excepts
* @since 2020/4/12 13:52
*/
@Data
@EqualsAndHashCode(callSuper = true)
@ToString(callSuper = true)
public cl... | 660 | 0.742424 | 0.695455 | 36 | 17.333334 | 17.890097 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.388889 | false | false | 1 |
ff2ac82b3664209da8e8503bfa5e2124ff9cccce | 37,787,122,292,703 | f2ca0fb355cc655c711285317b0616615f40016b | /Leetcode/src/main/java/leetcode/P150.java | e2b1205f8499dbf15d44838efccf0e62a51fc7fd | [] | no_license | JackPaul/leetcode | https://github.com/JackPaul/leetcode | e33ee8a430c5b6fa3dc136427945651609b5807a | 6cdd58f00b0d02a254ff15c2326f3258c9f845ee | refs/heads/master | 2020-03-27T12:23:54.282000 | 2019-06-16T15:17:43 | 2019-06-16T15:17:43 | 146,544,213 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package leetcode;
import java.util.LinkedList;
public class P150 {
public int evalRPN(String[] tokens) {
LinkedList<Integer> nums = new LinkedList<>();
int num1 = 0, num2;
for(String t : tokens) {
if(!(t.equals("+") || t.equals("-") || t.equals("*") || t.equals("/"))) {
... | UTF-8 | Java | 751 | java | P150.java | Java | [] | null | [] | package leetcode;
import java.util.LinkedList;
public class P150 {
public int evalRPN(String[] tokens) {
LinkedList<Integer> nums = new LinkedList<>();
int num1 = 0, num2;
for(String t : tokens) {
if(!(t.equals("+") || t.equals("-") || t.equals("*") || t.equals("/"))) {
... | 751 | 0.474035 | 0.45273 | 35 | 20.457144 | 16.201134 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.085714 | false | false | 1 |
268e91e9f93f17cdae5fc13bac3d87462c4e2d6e | 5,909,875,052,118 | 977058ce4935231b75bf8ae4feb5306b07210102 | /server/wechat/dpm/dpm-common/src/test/java/com/deppon/dpm/module/common/test/service/AwardServiceTest.java | 0a742f9bd2f9e7901aa7c39900ca5e4f0316055f | [] | no_license | aaeolus/first | https://github.com/aaeolus/first | ac8b0442d90afeb5b5e3dc2c6f9f11d6a8530377 | d7f9b40a1937b96d3ba4309d61048945221dd621 | refs/heads/master | 2020-06-06T20:20:26.070000 | 2019-06-19T07:30:02 | 2019-06-19T07:30:02 | 192,842,297 | 0 | 4 | null | true | 2019-06-20T03:29:24 | 2019-06-20T03:29:23 | 2019-06-19T07:36:24 | 2019-06-19T07:36:01 | 57,327 | 0 | 0 | 0 | null | false | false | package com.deppon.dpm.module.common.test.service;
import java.util.List;
import java.util.UUID;
import org.junit.Test;
import org.springframework.beans.factory.annotation.Autowired;
import com.deppon.dpm.module.common.server.interceptor.LoginInterceptor;
import com.deppon.dpm.module.common.server.service.IAwardServ... | UTF-8 | Java | 3,117 | java | AwardServiceTest.java | Java | [
{
"context": "Publisher(\"移动办公开发组\");\n\t\tentity.setPublisherEmail(\"peter@depponmail.com\");\n\t\tentity.setRecruitPosition(\"HTML5开发工程师招聘\");\n\t",
"end": 1930,
"score": 0.9999303817749023,
"start": 1910,
"tag": "EMAIL",
"value": "peter@depponmail.com"
},
{
"context": "etReward(\"... | null | [] | package com.deppon.dpm.module.common.test.service;
import java.util.List;
import java.util.UUID;
import org.junit.Test;
import org.springframework.beans.factory.annotation.Autowired;
import com.deppon.dpm.module.common.server.interceptor.LoginInterceptor;
import com.deppon.dpm.module.common.server.service.IAwardServ... | 3,104 | 0.753141 | 0.737521 | 107 | 26.523365 | 21.464748 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.850467 | false | false | 1 |
77f29cbfc46822fd882a69a99e4447bea4c959e8 | 893,353,266,916 | 8239f96a4bbf5f23c2e4bc0271f11021d77236e3 | /app/src/main/java/mnz/creatori/converter/MainActivity.java | e5f1ece8ddcdbd5b1c556b168ad7e64d414d83d8 | [] | no_license | miller7777777/converter | https://github.com/miller7777777/converter | 9138be5b316c11913d9c281367b217d712563fd8 | e0573906d24b00f76f99fca8215e2f0f65b4a343 | refs/heads/master | 2020-04-05T13:38:51.087000 | 2017-08-25T21:31:13 | 2017-08-25T21:31:13 | 94,941,258 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package mnz.creatori.converter;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.text.Editable;
import android.text.InputType;
import android.text.TextWatcher;
import android.view.View;
import android.widget.AdapterView;
import android.widget.ArrayAdapter;
import android.widget... | UTF-8 | Java | 5,582 | java | MainActivity.java | Java | [] | null | [] | package mnz.creatori.converter;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.text.Editable;
import android.text.InputType;
import android.text.TextWatcher;
import android.view.View;
import android.widget.AdapterView;
import android.widget.ArrayAdapter;
import android.widget... | 5,582 | 0.667444 | 0.66583 | 156 | 34.737179 | 27.810511 | 128 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.660256 | false | false | 1 |
3690b0c905c35e1cec0738c5e0c3e0792ac51120 | 9,929,964,454,211 | 401d18d17a0f8573f106936f7eb41377aeeb6962 | /GroupBuy/src/main/java/sitemail/model/SiteMailCanBean.java | 03ccb355b68b2569258488aa69dd5dd3d434dde5 | [] | no_license | EEIT92Team06/newGroupBuy | https://github.com/EEIT92Team06/newGroupBuy | 0f7a84174ee2e8629fc8d7e5d2b77a05c86cf40a | 3c183f0c834194c6fe19395265c663dcc5e42403 | refs/heads/master | 2021-01-19T09:32:38.866000 | 2017-05-16T12:16:38 | 2017-05-16T12:16:38 | 87,764,457 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package sitemail.model;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.Id;
import javax.persistence.Table;
@Entity
@Table(name="siteMailCan")
public class SiteMailCanBean {
@Id
@Column(name="siteMailCan_No")
private int siteMailCanNo;
@Column(name="siteMail... | UTF-8 | Java | 1,190 | java | SiteMailCanBean.java | Java | [] | null | [] | package sitemail.model;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.Id;
import javax.persistence.Table;
@Entity
@Table(name="siteMailCan")
public class SiteMailCanBean {
@Id
@Column(name="siteMailCan_No")
private int siteMailCanNo;
@Column(name="siteMail... | 1,190 | 0.74958 | 0.74958 | 42 | 26.333334 | 21.290134 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.380952 | false | false | 1 |
ecde8ad4976e2940b54321b82b751a20ad075246 | 8,117,488,224,438 | 470e6a86c87856c54652863c401c8c0946bc7543 | /src/test/java/org/socialsignin/spring/data/dynamodb/repository/support/DynamoDBHashAndRangeKeyMethodExtractorImplUnitTest.java | 16f645cb8d86c0bbdaf5262f6620a247ca351810 | [
"Apache-2.0"
] | permissive | mtedone/spring-data-dynamodb | https://github.com/mtedone/spring-data-dynamodb | be2dea3316e035c2acce459cd33ce81aa95602b2 | 42bce2ef775fc19e68fdf9a9911c858ff7ea3e55 | refs/heads/master | 2023-08-28T08:11:18.910000 | 2023-01-10T06:25:32 | 2023-01-10T06:25:32 | 62,589,287 | 1 | 2 | Apache-2.0 | true | 2023-08-04T19:33:12 | 2016-07-04T21:38:59 | 2023-01-10T06:25:28 | 2023-08-04T19:33:12 | 424 | 1 | 1 | 1 | Java | false | false | package org.socialsignin.spring.data.dynamodb.repository.support;
import java.lang.reflect.Method;
import org.junit.Assert;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.runners.MockitoJUnitRunner;
import org.socialsignin.spring.data.dynamodb.domain.sample.PlaylistId;
import com.amazonaw... | UTF-8 | Java | 4,533 | java | DynamoDBHashAndRangeKeyMethodExtractorImplUnitTest.java | Java | [] | null | [] | package org.socialsignin.spring.data.dynamodb.repository.support;
import java.lang.reflect.Method;
import org.junit.Assert;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.runners.MockitoJUnitRunner;
import org.socialsignin.spring.data.dynamodb.domain.sample.PlaylistId;
import com.amazonaw... | 4,533 | 0.840944 | 0.840503 | 131 | 33.603054 | 43.832207 | 192 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.496183 | false | false | 1 |
89b13002fd8ee930b0c7eebf93f04a85e03792ba | 32,255,204,461,334 | 675738f4a009f56c06a0bb19aa4eeeb4037d45ad | /Cap14/GooglePlus/app/src/main/java/dominando/android/googleplus/GoogleApiProvider.java | a0299fe2a3b73ca91983dacde697ebb842d8dd7a | [] | no_license | nglauber/dominando_android2 | https://github.com/nglauber/dominando_android2 | ff5ae2f4d0968b83461e881b9f581c5e6efb89ba | 2d7319367cc7735a60086631a791f8d04cbfb87a | refs/heads/master | 2021-01-10T06:22:48.215000 | 2017-07-12T14:44:30 | 2017-07-12T14:44:30 | 44,936,371 | 55 | 65 | null | null | null | null | null | null | null | null | null | null | null | null | null | package dominando.android.googleplus;
import com.google.android.gms.common.api.GoogleApiClient;
public interface GoogleApiProvider {
GoogleApiClient getGoogleApiClient();
}
| UTF-8 | Java | 179 | java | GoogleApiProvider.java | Java | [] | null | [] | package dominando.android.googleplus;
import com.google.android.gms.common.api.GoogleApiClient;
public interface GoogleApiProvider {
GoogleApiClient getGoogleApiClient();
}
| 179 | 0.821229 | 0.821229 | 7 | 24.571428 | 21.94055 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.428571 | false | false | 1 |
3a1cb786a59333ed0a8bf83fe8d114a453666fec | 34,857,954,604,307 | 86bcdc9f92a0e0c0f09595bb6954a8b3066c989e | /src/chapter_15/PE_15_33_Game_bean_machine_animation.java | 26df06d2daa313c016e8d691cee30748d50c9b7d | [] | no_license | JMitch18/javabook_ | https://github.com/JMitch18/javabook_ | 992f9b2b0d580e85d85724070c4d36112c80ac72 | c46a66ebd8b41459bb90a402928a33768997b024 | refs/heads/master | 2020-03-30T00:28:58.076000 | 2018-09-27T04:07:37 | 2018-09-27T04:07:37 | 150,525,813 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package chapter_15;
import javafx.animation.PathTransition;
import javafx.application.Application;
import javafx.collections.ObservableList;
import javafx.scene.Scene;
import javafx.scene.layout.Pane;
import javafx.scene.paint.Color;
import javafx.scene.shape.Circle;
import javafx.scene.shape.Ellipse;
import javafx.sc... | UTF-8 | Java | 5,398 | java | PE_15_33_Game_bean_machine_animation.java | Java | [] | null | [] | package chapter_15;
import javafx.animation.PathTransition;
import javafx.application.Application;
import javafx.collections.ObservableList;
import javafx.scene.Scene;
import javafx.scene.layout.Pane;
import javafx.scene.paint.Color;
import javafx.scene.shape.Circle;
import javafx.scene.shape.Ellipse;
import javafx.sc... | 5,398 | 0.527788 | 0.495924 | 157 | 33.375797 | 23.494249 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.719745 | false | false | 1 |
22c946ba9a978a3d4ec0a763aa13c405d68f26a3 | 16,192,026,745,431 | 7c42a435bd777b00f2e95b8b0809f1445d5a894e | /pro-ctcae/software/core/src/main/java/gov/nih/nci/ctcae/core/query/StudyOrganizationClinicalStaffQuery.java | 6a64bf20bf4d351fb15b136be22f419bdb5ed2ff | [] | no_license | shireeshap/pro-cacte | https://github.com/shireeshap/pro-cacte | 24f73bb983102b6571c180ca9bbaa840a9ae136b | f9f2387f6a3b7dcb928a707a15b4d9b9b9f1e830 | refs/heads/master | 2021-06-27T01:20:20.103000 | 2015-09-29T20:08:16 | 2015-09-29T20:08:16 | 103,153,087 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package gov.nih.nci.ctcae.core.query;
import gov.nih.nci.ctcae.core.domain.QueryStrings;
import gov.nih.nci.ctcae.core.domain.Role;
import gov.nih.nci.ctcae.core.domain.RoleStatus;
import java.util.Collection;
import java.util.Date;
/**
* User: Harsh Agarwal
* Date: Feb 25, 2008.
*/
public class StudyOrganization... | UTF-8 | Java | 2,429 | java | StudyOrganizationClinicalStaffQuery.java | Java | [
{
"context": "l.Collection;\nimport java.util.Date;\n\n/**\n * User: Harsh Agarwal\n * Date: Feb 25, 2008.\n */\npublic class StudyOrga",
"end": 262,
"score": 0.9998388290405273,
"start": 249,
"tag": "NAME",
"value": "Harsh Agarwal"
}
] | null | [] | package gov.nih.nci.ctcae.core.query;
import gov.nih.nci.ctcae.core.domain.QueryStrings;
import gov.nih.nci.ctcae.core.domain.Role;
import gov.nih.nci.ctcae.core.domain.RoleStatus;
import java.util.Collection;
import java.util.Date;
/**
* User: <NAME>
* Date: Feb 25, 2008.
*/
public class StudyOrganizationClinica... | 2,422 | 0.711404 | 0.708934 | 62 | 38.19355 | 39.382263 | 257 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.677419 | false | false | 1 |
7aa87e331075d750dc071565781aec4bb8cce986 | 35,433,480,223,108 | e53d05e548d4ea98a733187b9a69e8c68acd9572 | /MergeSort.java | 758b07f628e437be3ec9a9d55dbc41e9ce0e06fb | [] | no_license | kunal12899/Algorithm_Programs | https://github.com/kunal12899/Algorithm_Programs | e004face8f9ac382f3ea0001397c62a90d6fb7e1 | 93c3b7328f4edaa33811c28cd8096870b896cd50 | refs/heads/master | 2016-08-10T06:40:12.687000 | 2016-02-14T07:00:16 | 2016-02-14T07:00:16 | 51,683,626 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.lang.*;
import java.util.Comparator;
import java.util.Random;
import java.util.Arrays;
public class MergeSort {
private static long startTime, endTime, elapsedTime;
private static int phase = 0;
public static <T extends Comparable<T>> void sort(T[] a)
{
mergesort(a, 0, a.length-1)... | UTF-8 | Java | 1,825 | java | MergeSort.java | Java | [] | null | [] | import java.lang.*;
import java.util.Comparator;
import java.util.Random;
import java.util.Arrays;
public class MergeSort {
private static long startTime, endTime, elapsedTime;
private static int phase = 0;
public static <T extends Comparable<T>> void sort(T[] a)
{
mergesort(a, 0, a.length-1)... | 1,825 | 0.510685 | 0.493151 | 87 | 19.931034 | 20.696934 | 126 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.068966 | false | false | 1 |
559822f8ad8b4e06222ab512dc636701051b5cdd | 35,098,472,776,962 | 01be601443c92ada593d80a40cdf6bd869fb37c2 | /src/main/java/com/man1s/nio/rpc/single/Client.java | c9ed51ca957fd93c09af4b6ae0f2de96d2226ac1 | [] | no_license | testslowworld/designmodel | https://github.com/testslowworld/designmodel | 1406770a78694a1ba97d8ed816d99c84ee5a39df | 49b2fb60834ec04ea8c650768c8e3b315f3b6ec8 | refs/heads/master | 2022-01-08T21:38:11.734000 | 2019-05-15T05:59:42 | 2019-05-15T05:59:42 | 111,803,060 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.man1s.nio.rpc.single;
import com.alibaba.fastjson.JSONObject;
import io.netty.bootstrap.Bootstrap;
import io.netty.channel.*;
import io.netty.channel.nio.NioEventLoopGroup;
import io.netty.channel.socket.SocketChannel;
import io.netty.channel.socket.nio.NioSocketChannel;
import io.netty.handler.codec.strin... | UTF-8 | Java | 2,166 | java | Client.java | Java | [] | null | [] | package com.man1s.nio.rpc.single;
import com.alibaba.fastjson.JSONObject;
import io.netty.bootstrap.Bootstrap;
import io.netty.channel.*;
import io.netty.channel.nio.NioEventLoopGroup;
import io.netty.channel.socket.SocketChannel;
import io.netty.channel.socket.nio.NioSocketChannel;
import io.netty.handler.codec.strin... | 2,166 | 0.600185 | 0.590489 | 64 | 32.84375 | 24.671099 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.65625 | false | false | 1 |
1c6f20320d16f2b38de086e1d204038f20f60301 | 12,086,038,037,431 | f089f4fbd7102f46de9b8b803d65eecd86a7390f | /Item 7 - Acceptance Test Suite/Buggy Project/Buggy Acme-Gallery/src/main/java/forms/ActorEditionForm.java | 97b9bf8e381c85a815a0b8074143ae3cba818d80 | [] | no_license | joancafom/Acme-Gallery | https://github.com/joancafom/Acme-Gallery | 5c0a4ac73face82206ec5c5824c80c70daebf6fa | a3f440a945a55e3173d3171686b454102057ca54 | refs/heads/master | 2020-03-11T19:00:57.001000 | 2018-06-08T19:50:34 | 2018-06-08T19:50:34 | 130,194,439 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
package forms;
public class ActorEditionForm {
//Actor
private String name;
private String surnames;
private String email;
private String phoneNumber;
private String address;
private String gender;
public String getName() {
return this.name;
}
public String getSurnames() {
return this.surnames;
}
... | UTF-8 | Java | 1,016 | java | ActorEditionForm.java | Java | [] | null | [] |
package forms;
public class ActorEditionForm {
//Actor
private String name;
private String surnames;
private String email;
private String phoneNumber;
private String address;
private String gender;
public String getName() {
return this.name;
}
public String getSurnames() {
return this.surnames;
}
... | 1,016 | 0.715551 | 0.715551 | 62 | 15.370968 | 15.520262 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.290323 | false | false | 1 |
53a48ce8b1944972c7ca27fcc9692798a1993303 | 37,211,596,678,194 | fa02647a0cf1c1047559802a97100d3d73873ce5 | /aggregate-visualizer/andrew/src/edu/washington/cs/aha/HtmlUtil.java | d4a4451d56849af34fc9fa2c97229de52fcfdf68 | [] | no_license | opendatakit/visualize | https://github.com/opendatakit/visualize | 33622a0170d4d32145af002d754d70d46bf1284a | 81083673cc8dec36ed726d9b35eaa853b7bc160a | refs/heads/master | 2015-09-24T19:03:10.150000 | 2015-07-02T18:34:52 | 2015-07-02T18:34:52 | 38,391,337 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package edu.washington.cs.aha;
import java.io.IOException;
import java.io.PrintWriter;
import java.io.UnsupportedEncodingException;
import java.net.URLEncoder;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
import java.util.Set;
import javax.servlet.http.HttpServletRequest;
impor... | UTF-8 | Java | 11,071 | java | HtmlUtil.java | Java | [
{
"context": "Page\r\n<OPTION VALUE=\"http://www.ninthwonder.com\" >Ninth Wonder\r\n\r\n</SELECT>\r\n\r\n<INPUT TYPE=SUBMIT VALUE=\"Go\">\r\n<",
"end": 8280,
"score": 0.9986692667007446,
"start": 8268,
"tag": "NAME",
"value": "Ninth Wonder"
}
] | null | [] | package edu.washington.cs.aha;
import java.io.IOException;
import java.io.PrintWriter;
import java.io.UnsupportedEncodingException;
import java.net.URLEncoder;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
import java.util.Set;
import javax.servlet.http.HttpServletRequest;
impor... | 11,065 | 0.627224 | 0.626863 | 319 | 32.70533 | 27.406742 | 176 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.799373 | false | false | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.