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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
79dd42150bdff2cf182b9e27817a46439f78a338 | 14,310,831,099,449 | 0e40cd8358c77741e64b5579e43adbd65aa8c02e | /lib_framework/src/main/java/cn/xuhao/android/lib/utils/StringEscape.java | 3abdf93dda27a017dd2ea2244d6546ca46418251 | [] | no_license | xuuhaoo/Framework | https://github.com/xuuhaoo/Framework | 55dee24c528a0c02e1afc9acebae9c2b3d4ef3cf | 80f1747fcf48fa228bc56d3c59cc72a8661b9572 | refs/heads/master | 2021-10-27T12:28:48.359000 | 2019-04-17T08:35:49 | 2019-04-17T08:35:49 | 117,837,096 | 4 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.xuhao.android.lib.utils;
import java.io.IOException;
import java.io.StringWriter;
import java.io.Writer;
/**
* 字符串转义字符工具类
* Created by xuhao on 2017/6/12.
*/
public class StringEscape {
/**
* 去除转义字符
*
* @param str 含有转义字符的字符串
* @return 不含有转移字符的字符串
*/
public static Strin... | UTF-8 | Java | 3,600 | java | StringEscape.java | Java | [
{
"context": "t java.io.Writer;\n\n/**\n * 字符串转义字符工具类\n * Created by xuhao on 2017/6/12.\n */\n\npublic class StringEscape {\n\n ",
"end": 155,
"score": 0.9995553493499756,
"start": 150,
"tag": "USERNAME",
"value": "xuhao"
}
] | null | [] | package cn.xuhao.android.lib.utils;
import java.io.IOException;
import java.io.StringWriter;
import java.io.Writer;
/**
* 字符串转义字符工具类
* Created by xuhao on 2017/6/12.
*/
public class StringEscape {
/**
* 去除转义字符
*
* @param str 含有转义字符的字符串
* @return 不含有转移字符的字符串
*/
public static Strin... | 3,600 | 0.373227 | 0.36245 | 121 | 28.140495 | 17.247496 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.553719 | false | false | 14 |
8617546836e100919e470547d5da9b811ee26388 | 21,998,822,519,172 | 832950422de95e31454a01eb643cf44e2ca6f85f | /selenium 2/src/practice1/expliwait.java | 6f5552e69a9b69e8145c6f978d11e54af209fe20 | [] | no_license | syed76hassan/selenium | https://github.com/syed76hassan/selenium | 953e349356de44ac3cc0fe193cf3d8055bd5cabd | 050fa27f5633d7b000e32202cb68154c6e8bf45a | refs/heads/master | 2022-08-04T23:35:32.347000 | 2020-05-23T17:49:35 | 2020-05-23T17:49:35 | 266,388,951 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package practice1;
import java.util.concurrent.TimeUnit;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.chrome.ChromeDriver;
import org.openqa.selenium.support.ui.ExpectedConditions;
import org.openqa.selenium.support.ui.WebDriver... | UTF-8 | Java | 1,252 | java | expliwait.java | Java | [] | null | [] | package practice1;
import java.util.concurrent.TimeUnit;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.chrome.ChromeDriver;
import org.openqa.selenium.support.ui.ExpectedConditions;
import org.openqa.selenium.support.ui.WebDriver... | 1,252 | 0.690895 | 0.682109 | 34 | 35.764706 | 28.574011 | 108 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.970588 | false | false | 14 |
dea8cd3509dedbe7dfb1d05b298fd20a81c4df74 | 18,107,582,161,943 | f7d5d0342d5738a81b97b936b8022dc2d2ba4516 | /StudentManagement/src/main/java/com/onebill/studentmanagement/controller/StudentControllerAdvice.java | fbc01bfaa8fb63574e75045cb100fdca5ec9137f | [] | no_license | raja2102598/StudentManagement | https://github.com/raja2102598/StudentManagement | f7eee66c767ea64ff634a168a2f81e24144a05c5 | 17c06afba1005c4eec74a4f01c0c93ef405c4414 | refs/heads/main | 2023-06-08T16:06:24.616000 | 2021-06-29T13:40:18 | 2021-06-29T13:40:18 | 377,781,905 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.onebill.studentmanagement.controller;
import org.springframework.web.bind.annotation.ExceptionHandler;
import org.springframework.web.bind.annotation.RestControllerAdvice;
import com.onebill.studentmanagement.bean.StudentResponse;
import com.onebill.studentmanagement.customexceptions.StudentException;
/*... | UTF-8 | Java | 874 | java | StudentControllerAdvice.java | Java | [
{
"context": "ing Custom Exception Handler class \n * \n * @author Raja Jaisankar\n */\n\n@RestControllerAdvice\npublic class StudentCo",
"end": 392,
"score": 0.9998785853385925,
"start": 378,
"tag": "NAME",
"value": "Raja Jaisankar"
}
] | null | [] | package com.onebill.studentmanagement.controller;
import org.springframework.web.bind.annotation.ExceptionHandler;
import org.springframework.web.bind.annotation.RestControllerAdvice;
import com.onebill.studentmanagement.bean.StudentResponse;
import com.onebill.studentmanagement.customexceptions.StudentException;
/*... | 866 | 0.820366 | 0.816934 | 27 | 31.370371 | 27.890192 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.888889 | false | false | 14 |
6ed5736d86f7dc44486bd4cb49cad31543f83197 | 36,129,264,904,083 | b6378a8e54dca7d3b9f470a70d2196bdfa7cdf5d | /Open Hospital/src/org/isf/pricesothers/model/PricesOthers.java | 97485de0aa776db9401ff5a507d28a0e9837fadb | [] | no_license | acimasa/ModuloHIVOpenHospital | https://github.com/acimasa/ModuloHIVOpenHospital | 9e840f3b40db615c48e089511269421c25eeecd4 | f130d386ca8e2848a1633fe1950e751835b38447 | refs/heads/master | 2021-01-22T05:10:22.259000 | 2013-07-22T15:20:45 | 2013-07-22T15:20:45 | 10,950,407 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.isf.pricesothers.model;
/**
* Others : represents an other entry for prices
* @author Alex
*/
public class PricesOthers {
private int id;
private String Code;
private String Description;
private boolean opdInclude;
private boolean ipdInclude;
private boolean daily;
private boolean d... | UTF-8 | Java | 2,452 | java | PricesOthers.java | Java | [
{
"context": " : represents an other entry for prices\n * @author Alex\n */\npublic class PricesOthers {\n \n private ",
"end": 105,
"score": 0.9997080564498901,
"start": 101,
"tag": "NAME",
"value": "Alex"
}
] | null | [] | package org.isf.pricesothers.model;
/**
* Others : represents an other entry for prices
* @author Alex
*/
public class PricesOthers {
private int id;
private String Code;
private String Description;
private boolean opdInclude;
private boolean ipdInclude;
private boolean daily;
private boolean d... | 2,452 | 0.708809 | 0.708809 | 123 | 18.943089 | 18.242407 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.723577 | false | false | 14 |
6fbb7f94247c1606292e162394d63f1bc22bfdc7 | 34,041,910,826,345 | 3d75e051404e69fab4fdd4b0b65e3ac08eb98589 | /marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/datamovement/functionaltests/QueryBatcherJobReportTest.java | 181ceb2a4ff92b9604a0b17b1ba8da8b2d2186f4 | [
"Apache-2.0",
"LicenseRef-scancode-rsa-1990",
"CC-BY-4.0",
"LicenseRef-scancode-mit-no-advert-export-control",
"LGPL-2.1-only",
"EPL-1.0",
"CDDL-1.1",
"Classpath-exception-2.0",
"BSD-4-Clause",
"CC0-1.0",
"LicenseRef-scancode-other-permissive",
"GPL-2.0-or-later",
"BSD-3-Clause",
"LicenseR... | permissive | anu3990/java-client-api | https://github.com/anu3990/java-client-api | dca9d911e70c10a5d85091a54e8a25fdf4546af5 | 427754ebdd3cbe66a3a827258f92107ec38663da | refs/heads/develop-new | 2023-06-07T16:41:34.864000 | 2022-09-16T22:37:12 | 2022-09-16T22:37:50 | 149,659,007 | 0 | 1 | Apache-2.0 | true | 2022-10-27T22:14:55 | 2018-09-20T19:21:42 | 2022-02-09T22:05:34 | 2022-10-27T16:46:42 | 36,826 | 0 | 1 | 1 | Java | false | false | /*
* Copyright (c) 2019 MarkLogic Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law ... | UTF-8 | Java | 29,818 | java | QueryBatcherJobReportTest.java | Java | [
{
"context": "seClient dbClient;\n\tprivate static String user = \"admin\";\n\tprivate static int port = 8000;\n\tprivate stati",
"end": 3156,
"score": 0.9978466033935547,
"start": 3151,
"tag": "USERNAME",
"value": "admin"
},
{
"context": "t port = 8000;\n\tprivate static String pass... | null | [] | /*
* Copyright (c) 2019 MarkLogic Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law ... | 29,823 | 0.719498 | 0.707861 | 798 | 36.365913 | 30.178482 | 140 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.944862 | false | false | 14 |
89630817e389bd3263efe77522646404879da26c | 29,033,978,946,769 | 6e9e822895e53d54dbf2af18f078aae650840893 | /src/main/java/it/uniroma3/siw/museo/model/Artista.java | a8b854764ea2b272b2fc0d0d609dd3d3d5f998a2 | [] | no_license | AleSajo/siw-museo | https://github.com/AleSajo/siw-museo | dbd60cb24b50d248e5b7daa144ee85c46322f214 | 0ec8e3da0fa77b99c20c0bbdff85916a215b4459 | refs/heads/main | 2023-05-15T18:44:57.243000 | 2021-06-16T14:07:09 | 2021-06-16T14:07:09 | 366,366,678 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package it.uniroma3.siw.museo.model;
import java.time.LocalDate;
import java.util.*;
import javax.persistence.*;
import lombok.Data;
import lombok.NonNull;
import lombok.ToString;
@Entity
@Data
@ToString(includeFieldNames=true)
public class Artista {
@Id @GeneratedValue(strategy = GenerationType.AUTO)
private Lo... | UTF-8 | Java | 906 | java | Artista.java | Java | [] | null | [] | package it.uniroma3.siw.museo.model;
import java.time.LocalDate;
import java.util.*;
import javax.persistence.*;
import lombok.Data;
import lombok.NonNull;
import lombok.ToString;
@Entity
@Data
@ToString(includeFieldNames=true)
public class Artista {
@Id @GeneratedValue(strategy = GenerationType.AUTO)
private Lo... | 906 | 0.750552 | 0.749448 | 54 | 15.796296 | 14.107234 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.166667 | false | false | 14 |
b70242c0e56f4d035182399bf28a09297904acab | 14,757,507,655,872 | 2be9cb25039b3371755ed95d929f262f76dc01d9 | /src/main/java/org/alking/p200/P238.java | d864dac63968655434883d4b24942a4b97933920 | [] | no_license | aijingsun6/leetcode | https://github.com/aijingsun6/leetcode | d59c02dc300d28a465232d42829bb8f0259e2948 | 9e2eacdef6f33e1a9d73a7bcd1f8f65a285362e0 | refs/heads/master | 2022-06-11T09:08:38.228000 | 2022-06-05T04:21:26 | 2022-06-05T04:21:26 | 112,188,665 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.alking.p200;
public class P238 {
public int[] productExceptSelf(int[] nums) {
long max = 1;
int zeroCnt = 0;
for (int i = 0; i < nums.length; i++) {
int v = nums[i];
if (v == 0) {
zeroCnt += 1;
} else {
max = ... | UTF-8 | Java | 733 | java | P238.java | Java | [] | null | [] | package org.alking.p200;
public class P238 {
public int[] productExceptSelf(int[] nums) {
long max = 1;
int zeroCnt = 0;
for (int i = 0; i < nums.length; i++) {
int v = nums[i];
if (v == 0) {
zeroCnt += 1;
} else {
max = ... | 733 | 0.347885 | 0.326057 | 31 | 22.645161 | 15.006555 | 48 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.516129 | false | false | 14 |
0bf3e8491112dadd79eef33afb95ab15cc30bfa4 | 18,494,129,205,140 | 8db848ed5f8a31db86ae8f6e3fedd221b79c5219 | /src/tanks/TowerPartStatusVisitor.java | 1e9bd9988702674e3a8def5f7304aea32b34be81 | [] | no_license | Greta741/littleTanks | https://github.com/Greta741/littleTanks | 7bb7ed16a63e517c6ef2886f8052cbc84d2b5434 | 8f9b37b69ce837b3ed4963581873a1397af69853 | refs/heads/master | 2021-05-05T15:13:53.816000 | 2017-11-26T10:09:58 | 2017-11-26T10:09:58 | 103,161,601 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* @(#) TowerPartStatusVisitor.java
*/
package tanks;
public class TowerPartStatusVisitor implements TowerPartVisitor
{
@Override
public void visit( Tower tower )
{
System.out.println("Visiting tower, name: " + tower.name);
}
@Override
public void visit( TowerKeeper towerKeeper ... | UTF-8 | Java | 576 | java | TowerPartStatusVisitor.java | Java | [] | null | [] | /**
* @(#) TowerPartStatusVisitor.java
*/
package tanks;
public class TowerPartStatusVisitor implements TowerPartVisitor
{
@Override
public void visit( Tower tower )
{
System.out.println("Visiting tower, name: " + tower.name);
}
@Override
public void visit( TowerKeeper towerKeeper ... | 576 | 0.642361 | 0.642361 | 28 | 19.571428 | 26.547031 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.785714 | false | false | 14 |
b84872fd3557b2e0b37201b76bda591c9bb43098 | 8,770,323,254,767 | b49ee04177c483ab7dab6ee2cd3cabb44a159967 | /dgroupDoctorCompany/src/main/java/com/dachen/dgroupdoctorcompany/archive/ArchiveListAdapter.java | 2d70c0d81fa14ea4b12e9c491a6acaff32f547ff | [] | no_license | butaotao/MedicineProject | https://github.com/butaotao/MedicineProject | 8a22a98a559005bb95fee51b319535b117f93d5d | 8e57c1e0ee0dac2167d379edd9d97306b52d3165 | refs/heads/master | 2020-04-09T17:29:36.570000 | 2016-09-13T09:17:05 | 2016-09-13T09:17:05 | 68,094,294 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.dachen.dgroupdoctorcompany.archive;
import android.content.Context;
import android.graphics.Bitmap.Config;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAdapter;
import android.widget.ImageView;
import android.widget.TextView;
import... | UTF-8 | Java | 3,807 | java | ArchiveListAdapter.java | Java | [
{
"context": "il.Date;\nimport java.util.List;\n\n/**\n * Created by Mcp on 2016/1/12.\n */\npublic abstract class ArchiveLi",
"end": 681,
"score": 0.9996547698974609,
"start": 678,
"tag": "USERNAME",
"value": "Mcp"
}
] | null | [] | package com.dachen.dgroupdoctorcompany.archive;
import android.content.Context;
import android.graphics.Bitmap.Config;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAdapter;
import android.widget.ImageView;
import android.widget.TextView;
import... | 3,807 | 0.657998 | 0.651694 | 112 | 32.99107 | 24.362038 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.580357 | false | false | 14 |
81f7df291eca5cb05d5a671700b907c7b29d25b0 | 12,094,627,940,944 | d38900c06a75e6c71b51f4290809763218626411 | /.svn/pristine/81/81f7df291eca5cb05d5a671700b907c7b29d25b0.svn-base | 53b4a4faf8eb187e8d173602c90170ec49433b3c | [] | 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 | package com.lvsint.abp.server.toto;
public enum TotoConfigurableStatus {
//
GAME_DEFINITION_IN_PROGRESS,
GAME_ACTIVE,
GAME_SUSPENDED,
GAME_WITHDRAWN,
DRAW_DEFINITION_IN_PROGRESS,
DRAW_PUBLISHED,
DRAW_OPEN,
DRAW_CLOSED_FOR_SALE,
DRAW_CLOSED,
DRAW_ALL_RESULTS_TO_C... | UTF-8 | Java | 404 | 81f7df291eca5cb05d5a671700b907c7b29d25b0.svn-base | Java | [] | null | [] | package com.lvsint.abp.server.toto;
public enum TotoConfigurableStatus {
//
GAME_DEFINITION_IN_PROGRESS,
GAME_ACTIVE,
GAME_SUSPENDED,
GAME_WITHDRAWN,
DRAW_DEFINITION_IN_PROGRESS,
DRAW_PUBLISHED,
DRAW_OPEN,
DRAW_CLOSED_FOR_SALE,
DRAW_CLOSED,
DRAW_ALL_RESULTS_TO_C... | 404 | 0.648515 | 0.648515 | 18 | 20.444445 | 10.802378 | 36 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.777778 | false | false | 14 | |
7b2d621e733009551c0e2f55722f86f724f7149f | 17,111,149,751,902 | b523d9e0842b27bf16a85f33fe71d0a507c05e41 | /Algorithms/Neeraj/contest/leetcode/weekly185/DisplayTableofFoodOrdersinaRestaurant.java | 5ad03a302abd2744f4485ebdb58806c042650b8c | [] | no_license | alii13/FAANG | https://github.com/alii13/FAANG | 94f70ec581d62167577d02cd7e9c36f95431b9c4 | 3007459231173208dd693bdcc95f614ed2f8abde | refs/heads/master | 2023-02-12T05:10:31.685000 | 2021-01-06T14:33:34 | 2021-01-06T14:33:34 | 328,620,362 | 1 | 1 | null | true | 2021-01-11T10:02:43 | 2021-01-11T10:01:12 | 2021-01-11T10:01:14 | 2021-01-11T10:02:40 | 252,076 | 0 | 0 | 1 | null | false | false | package weekly185;
/*
Created on: Apr 18, 2020
*/
import java.util.*;
/**
* Questions:
*/
public class DisplayTableofFoodOrdersinaRestaurant {
public static void main(String[] args) {
}
public List<List<String>> displayTable(List<List<String>> orders) {
Set<String> items = new HashSet<>(... | UTF-8 | Java | 1,706 | java | DisplayTableofFoodOrdersinaRestaurant.java | Java | [] | null | [] | package weekly185;
/*
Created on: Apr 18, 2020
*/
import java.util.*;
/**
* Questions:
*/
public class DisplayTableofFoodOrdersinaRestaurant {
public static void main(String[] args) {
}
public List<List<String>> displayTable(List<List<String>> orders) {
Set<String> items = new HashSet<>(... | 1,706 | 0.57796 | 0.569754 | 50 | 33.119999 | 23.763535 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.74 | false | false | 14 |
cdb7f3dea80a389b09770cc61be92f4f08af5787 | 28,587,302,358,995 | e71bdfd0ce1d199ef0d80db1246d5622a876fd59 | /company/16.java | ab847ac053828dac3c23f9dddce4d6e823b42940 | [
"MIT"
] | permissive | codeSatan/4th-Sem-Lab | https://github.com/codeSatan/4th-Sem-Lab | 252e4270a219ed454614a8f4290c3987c9aa57fc | daedbf4693291dfb28148b74d72f0f56b8038b8d | refs/heads/main | 2023-05-27T18:02:27.185000 | 2021-06-15T10:02:27 | 2021-06-15T10:02:27 | 377,114,686 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* NAME: Suman Mondal
* Roll No: 001911001014
* Information Technology 2nd Semester
*/
/*
16) A bookshop maintains the inventory of books that are being sold at the shop. The list
includes details such as author, title, publisher, cost and stock position. Whenever a customer
wants a book, the sales pers... | UTF-8 | Java | 4,678 | java | 16.java | Java | [
{
"context": "/*\r\n * NAME: Suman Mondal\r\n * Roll No: 001911001014\r\n * Information Technol",
"end": 25,
"score": 0.9997044205665588,
"start": 13,
"tag": "NAME",
"value": "Suman Mondal"
},
{
"context": "new BookShop();\r\n TechnoBookHouse.addBook(\"Sudarshan, Korth\", \"Da... | null | [] | /*
* NAME: <NAME>
* Roll No: 001911001014
* Information Technology 2nd Semester
*/
/*
16) A bookshop maintains the inventory of books that are being sold at the shop. The list
includes details such as author, title, publisher, cost and stock position. Whenever a customer
wants a book, the sales person inp... | 4,605 | 0.596146 | 0.588009 | 125 | 35.360001 | 33.509499 | 116 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.704 | false | false | 14 |
d153a708d52d152da9fb972d2a4070d27dea61bb | 27,642,409,554,144 | baf5a4d86fccc60f648a723c2d2ab8b383ac7eb7 | /src/main/java/com/itbk/service/RoleServiceImpl.java | 2191b52ed015f208873abbba6673b3854dd31cdb | [] | no_license | vinh2ditbk/DATN | https://github.com/vinh2ditbk/DATN | 4292bd09a30a4473f87c8329af890e8cffda3167 | 42f0eed806815b12d679d974f63d0dfdc51f3f6d | refs/heads/master | 2021-04-26T01:15:13.808000 | 2017-12-24T08:37:53 | 2017-12-24T08:37:53 | 107,409,849 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.itbk.service;
import com.itbk.model.Role;
import com.itbk.repository.RoleRepository;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;
import org.springframework.stereotype.Service;
/**
* Created by PC on 11/13/2017.
*/
@Component
@Service("r... | UTF-8 | Java | 615 | java | RoleServiceImpl.java | Java | [
{
"context": "ngframework.stereotype.Service;\n\n/**\n * Created by PC on 11/13/2017.\n */\n@Component\n@Service(\"roleServi",
"end": 278,
"score": 0.9792415499687195,
"start": 276,
"tag": "USERNAME",
"value": "PC"
}
] | null | [] | package com.itbk.service;
import com.itbk.model.Role;
import com.itbk.repository.RoleRepository;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;
import org.springframework.stereotype.Service;
/**
* Created by PC on 11/13/2017.
*/
@Component
@Service("r... | 615 | 0.788618 | 0.77561 | 27 | 21.777779 | 19.042513 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.777778 | false | false | 14 |
58e51c2a0ff399ef542e9d4c501698fb59c98873 | 8,804,682,991,231 | 5dcfcd25d5ea461aa7dfc5fa6a1b8a19460c7133 | /puzzle-block/src/game/block/trap/Hole.java | 2087f860b4628799a7397103e65fffdd623785d6 | [] | no_license | ChrisJohnson67/puzzle-block-game | https://github.com/ChrisJohnson67/puzzle-block-game | ea06f1d984ae22e329c9b9c3a310ac1c81bd49d3 | 57975ab71d6dbe03650394df489f5e5a0bb4bea7 | refs/heads/master | 2020-04-05T22:45:43.836000 | 2014-02-12T15:22:45 | 2014-02-12T15:22:45 | 35,619,184 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package game.block.trap;
import game.block.Locator;
import game.block.command.Command;
import game.block.command.RemoveCommand;
import game.block.entity.MovableEntity;
import game.block.entity.TrapEntity;
import game.block.game.Board;
import game.block.tile.Tile;
import game.block.turn.Turn;
import com.bad... | UTF-8 | Java | 1,091 | java | Hole.java | Java | [] | null | [] | package game.block.trap;
import game.block.Locator;
import game.block.command.Command;
import game.block.command.RemoveCommand;
import game.block.entity.MovableEntity;
import game.block.entity.TrapEntity;
import game.block.game.Board;
import game.block.tile.Tile;
import game.block.turn.Turn;
import com.bad... | 1,091 | 0.659028 | 0.657195 | 43 | 23.372093 | 23.074221 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.697674 | false | false | 14 |
72134b878127064712456e28dec5b211748eed01 | 3,934,190,068,846 | 5e9f031ac646c100533061807e7e11098bde87ba | /src/main/java/mayday/gaggle/GaggleType.java | fb2e3076d3d962cccd5482c78dde4c5a4a10d96b | [] | no_license | Integrative-Transcriptomics/Mayday-gaggle | https://github.com/Integrative-Transcriptomics/Mayday-gaggle | e048582a5edef7646243668f8452a48b03ff021e | 663eda46365623a1c9cabf6a20cdc77a21bc54dd | refs/heads/master | 2023-01-24T12:22:55.982000 | 2016-04-25T12:59:01 | 2016-04-25T12:59:01 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package mayday.gaggle;
import java.util.ArrayList;
import java.util.List;
import mayday.core.DataSet;
import mayday.gaggle.incoming.MatrixToDataset;
import mayday.gaggle.incoming.NetworkToDataset;
import org.systemsbiology.gaggle.core.datatypes.Cluster;
import org.systemsbiology.gaggle.core.datatypes.DataMatrix;
imp... | UTF-8 | Java | 2,780 | java | GaggleType.java | Java | [] | null | [] | package mayday.gaggle;
import java.util.ArrayList;
import java.util.List;
import mayday.core.DataSet;
import mayday.gaggle.incoming.MatrixToDataset;
import mayday.gaggle.incoming.NetworkToDataset;
import org.systemsbiology.gaggle.core.datatypes.Cluster;
import org.systemsbiology.gaggle.core.datatypes.DataMatrix;
imp... | 2,780 | 0.718345 | 0.718345 | 101 | 26.524752 | 21.013712 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.524752 | false | false | 14 |
4821e686c19e968b37042f5a112599c0c27cd081 | 5,360,119,186,728 | 623cfc6e6c976005eb9d1c05ea76b9d7c956b7ef | /quelltext/src/main/java/ch05_lambdas/ComplexPredicatesExample.java | 39e824ef5c5f4f00a8184e136e0c2ff98527a433 | [] | no_license | Foreversun87/javakurs | https://github.com/Foreversun87/javakurs | 723e419b29ddc8d709e99ad8a64dbcbc075cccd7 | 2e8635d3bab57c1a4578699bba5add8c2f90d8f0 | refs/heads/master | 2021-12-26T03:22:01.993000 | 2019-08-04T09:16:36 | 2019-08-04T09:16:36 | 177,830,919 | 0 | 0 | null | false | 2021-12-14T21:18:21 | 2019-03-26T16:46:37 | 2019-08-04T09:16:40 | 2021-12-14T21:18:19 | 17,679 | 0 | 0 | 4 | Java | false | false | package ch05_lambdas;
import java.util.ArrayList;
import java.util.List;
import java.util.function.Predicate;
/**
* Beispielprogramm zur Demonstration von komplexeren Bedingungen mit Pr�dikaten.
*
* @author Michael Inden
*
* Copyright 2014, 2017 by Michael Inden
*/
public class ComplexPredicatesExample
{
... | ISO-8859-1 | Java | 1,286 | java | ComplexPredicatesExample.java | Java | [
{
"context": "xeren Bedingungen mit Pr�dikaten.\n * \n * @author Michael Inden\n * \n * Copyright 2014, 2017 by Michael Inden \n */",
"end": 228,
"score": 0.9998790621757507,
"start": 215,
"tag": "NAME",
"value": "Michael Inden"
},
{
"context": "uthor Michael Inden\n * \n * Copyrig... | null | [] | package ch05_lambdas;
import java.util.ArrayList;
import java.util.List;
import java.util.function.Predicate;
/**
* Beispielprogramm zur Demonstration von komplexeren Bedingungen mit Pr�dikaten.
*
* @author <NAME>
*
* Copyright 2014, 2017 by <NAME>
*/
public class ComplexPredicatesExample
{
public static... | 1,272 | 0.713839 | 0.698202 | 42 | 29.476191 | 24.187008 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.619048 | false | false | 14 |
f334b6dff5452d57ec36f97215d31af4f3a90d4a | 3,229,815,434,436 | 652b1a9d9068806886787e12216301745ab117fc | /src/simulator/core/src/com/kristoff/robomaster_simulator/robomasters/robomaster/judgement/BuffZones.java | fe6cf498c6bd02c349b4460b7162c93325003d78 | [] | no_license | KristoffLiu/RoboMaster-Simulator-Java | https://github.com/KristoffLiu/RoboMaster-Simulator-Java | 8c2e08ea3ad562519b5d6f754477774e6bb5f223 | c99dd3058634cafda243542083f577c81523186c | refs/heads/main | 2023-04-01T05:15:04.492000 | 2021-02-24T15:18:22 | 2021-02-24T15:18:22 | 314,479,765 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.kristoff.robomaster_simulator.robomasters.robomaster.judgement;
public class BuffZones{
}
| UTF-8 | Java | 104 | java | BuffZones.java | Java | [] | null | [] | package com.kristoff.robomaster_simulator.robomasters.robomaster.judgement;
public class BuffZones{
}
| 104 | 0.836538 | 0.836538 | 5 | 19.799999 | 28.964806 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.2 | false | false | 14 |
be58d63b82b9a373c8c9df6e4c6cf156a402285b | 33,560,874,478,051 | a6a9528658d94c00c991fa358a5a9280a96bc071 | /POAS/OpinionAnalysis/src/main/java/cn/edu/neu/tool/ClickHouseUtil.java | 900cb23f9fbf331803faf0478f175a4b9cbcc199 | [] | no_license | me8888/OpinionAnalysisSystem | https://github.com/me8888/OpinionAnalysisSystem | 6a376936cc0f23f5c427e71ce747a8cf018a9553 | eaad28e963d068ba0a6a05fdfab7b0841a858c3e | refs/heads/master | 2023-07-09T03:04:05.422000 | 2021-08-09T18:18:30 | 2021-08-09T18:18:30 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.edu.neu.tool;
import cn.edu.neu.cons.ClickHouseConstant;
import java.sql.*;
/**
* @program: POAS
* @description: clickhouse
* @author: superwasabi
**/
public class ClickHouseUtil {
private static Connection connection = null;
/**
* 获取 ClickHouse 连接
* @return ClickHouse Connection
... | UTF-8 | Java | 2,291 | java | ClickHouseUtil.java | Java | [
{
"context": "gram: POAS\n * @description: clickhouse\n * @author: superwasabi\n **/\npublic class ClickHouseUtil {\n private st",
"end": 163,
"score": 0.9996588826179504,
"start": 152,
"tag": "USERNAME",
"value": "superwasabi"
}
] | null | [] | package cn.edu.neu.tool;
import cn.edu.neu.cons.ClickHouseConstant;
import java.sql.*;
/**
* @program: POAS
* @description: clickhouse
* @author: superwasabi
**/
public class ClickHouseUtil {
private static Connection connection = null;
/**
* 获取 ClickHouse 连接
* @return ClickHouse Connection
... | 2,291 | 0.606341 | 0.606341 | 79 | 27.746836 | 25.526094 | 139 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.367089 | false | false | 14 |
b70b2a12cae94b2c084cd3e11dba804ecce71ba2 | 31,310,311,609,983 | 02cef2c84a03ecc607213b6340da351dd1bb4faf | /fitmgr-common/fitmgr-common-core/src/main/java/com/fitmgr/common/core/config/InternalAdminConfig.java | a75efdb0bbd53836dda6a1d7cb777aa1722ffae7 | [
"Apache-2.0"
] | permissive | Project-Taibai/taibai-microserviceplatform | https://github.com/Project-Taibai/taibai-microserviceplatform | 0a10eccd2c82b3794517fedbcbb1af506c1f9a13 | 254047cce17d50a3f5d49b5d0bf74aaab54fc244 | refs/heads/main | 2023-08-17T04:44:05.854000 | 2021-09-30T06:38:21 | 2021-09-30T06:51:47 | 411,940,388 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.fitmgr.common.core.config;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.context.annotation.Configuration;
@Configuration
public class InternalAdminConfig {
@Value("${internal-admin.account}")
private String internalUserName;
@Value("${internal-admin.p... | UTF-8 | Java | 534 | java | InternalAdminConfig.java | Java | [
{
"context": "ernal-admin.account}\")\n private String internalUserName;\n\n @Value(\"${internal-admin.password}\")\n pr",
"end": 287,
"score": 0.5297958254814148,
"start": 279,
"tag": "USERNAME",
"value": "UserName"
},
{
"context": "blic String getInternalUserName() {\n ... | null | [] | package com.fitmgr.common.core.config;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.context.annotation.Configuration;
@Configuration
public class InternalAdminConfig {
@Value("${internal-admin.account}")
private String internalUserName;
@Value("${internal-admin.p... | 534 | 0.7397 | 0.7397 | 22 | 23.272728 | 20.24662 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.318182 | false | false | 14 |
425b4e436622d44dd66f5696b5881fa2d27ce99d | 22,067,541,991,638 | 1185d3c7a0d727c1aaf5a496c517c946aa38725f | /2020-11-16/AI/src/AI.java | fb2d1310174e45ad3fc70773dd5b864a16015d05 | [
"MIT"
] | permissive | daming626/lanqiao | https://github.com/daming626/lanqiao | db2ed39abf4927386696cda97f6595c97608a7e0 | 3c89ed3feaad8dc2c603fb562879c38872b2b370 | refs/heads/main | 2023-03-21T03:25:17.076000 | 2021-03-13T05:03:16 | 2021-03-13T05:03:16 | 312,999,789 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import javax.microedition.lcdui.*;
import javax.microedition.midlet.*;
import java.io.*;
public class AI extends MIDlet
{
Display display;
MainCanvas mc;
public AI(){
display=Display.getDisplay(this);
mc=new MainCanvas();
display.setCurrent(mc);
}
public void startApp(){
}
public void destroyApp(boolean un... | GB18030 | Java | 2,598 | java | AI.java | Java | [] | null | [] | import javax.microedition.lcdui.*;
import javax.microedition.midlet.*;
import java.io.*;
public class AI extends MIDlet
{
Display display;
MainCanvas mc;
public AI(){
display=Display.getDisplay(this);
mc=new MainCanvas();
display.setCurrent(mc);
}
public void startApp(){
}
public void destroyApp(boolean un... | 2,598 | 0.606715 | 0.563949 | 108 | 22.175926 | 17.083036 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.564815 | false | false | 14 |
975194a5387680d29539b4f4355ae2064636267b | 27,736,898,819,414 | 7d8cd3c2b8409a90304cceac717b7be06c9decc5 | /src/by/tc/elective/web/command/impl/user/GoToProfilePage.java | 0fe0fa66e0b4bd5ac20a9ea77cb99d052dd7e0db | [] | no_license | PavelKuropatin/electives | https://github.com/PavelKuropatin/electives | a17fe7f6904ad6ee9cf1ee92684e4a0e64bb5623 | 27f3267b09d635365757ecbd36329b9d37dad54b | refs/heads/master | 2020-03-17T03:46:43.927000 | 2018-12-06T10:57:03 | 2018-12-06T10:57:03 | 133,250,140 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package by.tc.elective.web.command.impl.user;
import by.tc.elective.model.entity.User;
import by.tc.elective.service.UserService;
import by.tc.elective.service.exception.ServiceException;
import by.tc.elective.service.exception.ValidationException;
import by.tc.elective.web.command.FrontCommand;
import by.tc.elective.... | UTF-8 | Java | 2,397 | java | GoToProfilePage.java | Java | [
{
"context": "\n\n/**\n * Used to go to profile page.\n *\n * @author pavelkuropatin\n * @see by.tc.elective.web.command.FrontCommand\n ",
"end": 1100,
"score": 0.9913509488105774,
"start": 1086,
"tag": "USERNAME",
"value": "pavelkuropatin"
}
] | null | [] | package by.tc.elective.web.command.impl.user;
import by.tc.elective.model.entity.User;
import by.tc.elective.service.UserService;
import by.tc.elective.service.exception.ServiceException;
import by.tc.elective.service.exception.ValidationException;
import by.tc.elective.web.command.FrontCommand;
import by.tc.elective.... | 2,397 | 0.723404 | 0.72257 | 69 | 33.739132 | 26.98451 | 120 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.623188 | false | false | 14 |
7c61eedd05a3bad543bae3d45844ce3343e2b54c | 31,954,556,712,963 | b949141439a345734ec5aff2dbca7e4f6e089512 | /First Java project/src/miracleslaboratories/Parrot.java | a26552994b10bc7ca4749b62e43c907f6bf69110 | [] | no_license | MiraclesSoftwareLaboratories/InitialgitProject | https://github.com/MiraclesSoftwareLaboratories/InitialgitProject | 67a7fc5da5cdaf10a5d0a0c390edef63edd454b5 | ffadeb76184bbc88d398de0a0515ba04c1468a64 | refs/heads/master | 2021-01-22T20:29:07.395000 | 2017-09-13T17:56:12 | 2017-09-13T17:56:12 | 100,700,596 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package miracleslaboratories;
import java.time.LocalTime;
//Parrot Problem
public class Parrot {
public static void main(String[] args) {
LocalTime now = LocalTime.now();
LocalTime limit=LocalTime.parse("07:00");
LocalTime limit2=LocalTime.parse("20:00");
if((now.isBefore(limit))||(now.isAfter(limit2))) {
... | UTF-8 | Java | 422 | java | Parrot.java | Java | [] | null | [] | package miracleslaboratories;
import java.time.LocalTime;
//Parrot Problem
public class Parrot {
public static void main(String[] args) {
LocalTime now = LocalTime.now();
LocalTime limit=LocalTime.parse("07:00");
LocalTime limit2=LocalTime.parse("20:00");
if((now.isBefore(limit))||(now.isAfter(limit2))) {
... | 422 | 0.675355 | 0.651659 | 23 | 17.347826 | 17.637926 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.608696 | false | false | 14 |
7def00c0ce28657bc7961485315c1487b21a9d03 | 17,428,977,312,992 | 05733582c462dd742038fd7f6416c0df1db64569 | /src/main/java/controller/AdviceController.java | 96ff5a59855adc31790df14b38c93d36d1b85252 | [] | no_license | pigmad/StoreManager | https://github.com/pigmad/StoreManager | 1ae3fa1506336164119e8732a545baf56db21562 | cfc9ecbd3a07087df9bcbe9e5062d1c1f4bba35c | refs/heads/master | 2020-12-07T01:34:53.356000 | 2020-11-20T00:19:54 | 2020-11-20T00:19:54 | 232,602,259 | 0 | 0 | null | false | 2020-11-20T00:19:55 | 2020-01-08T16:06:19 | 2020-11-20T00:18:30 | 2020-11-20T00:19:54 | 626 | 0 | 0 | 0 | Java | false | false | package controller;
import org.springframework.web.bind.annotation.ControllerAdvice;
import org.springframework.web.bind.annotation.ExceptionHandler;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
import org.springframework.web.servlet... | UTF-8 | Java | 559 | java | AdviceController.java | Java | [
{
"context": "et.NoHandlerFoundException;\r\n\r\n/**\r\n *\r\n * @author laste\r\n */\r\n@ControllerAdvice\r\npublic class AdviceContr",
"end": 374,
"score": 0.8684850931167603,
"start": 369,
"tag": "USERNAME",
"value": "laste"
}
] | null | [] | package controller;
import org.springframework.web.bind.annotation.ControllerAdvice;
import org.springframework.web.bind.annotation.ExceptionHandler;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
import org.springframework.web.servlet... | 559 | 0.763864 | 0.758497 | 20 | 26.049999 | 24.796118 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.35 | false | false | 14 |
94d7ffc1137ff1057a3b97ae053d5f4f460d7f3f | 26,233,660,279,949 | ddf4ab5b50993d47e61994b66322dc22e26c1f93 | /src/org/teipir/softeng/airtickets/model/LoginModel.java | e80a1d5fb315ff1b338ad8e64427cadb76c53694 | [] | no_license | nakos/selab | https://github.com/nakos/selab | 87222ee9f63c49473b242293c1b177267cc06c32 | aae8517461b65b204637426b4e99fcf97351ecf4 | refs/heads/master | 2015-08-14T23:31:55.850000 | 2015-01-25T18:19:55 | 2015-01-25T18:19:55 | 26,825,260 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.teipir.softeng.airtickets.model;
import java.util.Observable;
import org.teipir.softeng.airtickets.dblayer.DBUser;
public class LoginModel extends Observable{
public static DBUser authUser = null;
public void login(String username, String password){
if( LoginModel.authUser != null ){
LoginModel.... | UTF-8 | Java | 653 | java | LoginModel.java | Java | [] | null | [] | package org.teipir.softeng.airtickets.model;
import java.util.Observable;
import org.teipir.softeng.airtickets.dblayer.DBUser;
public class LoginModel extends Observable{
public static DBUser authUser = null;
public void login(String username, String password){
if( LoginModel.authUser != null ){
LoginModel.... | 653 | 0.748851 | 0.748851 | 25 | 25.120001 | 23.01012 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.64 | false | false | 14 |
171d24e8437fa0f6a10a4b2524f70d829a608762 | 18,528,488,943,779 | 9af7bd8bf706ab46a178ca725e9c2d915568538e | /src/main/java/us/wasatchsystems/ccs/controllers/VolunteerController.java | 0500468cf55f8740716c0d3d6ea2f69d4d46f7dc | [
"Apache-2.0"
] | permissive | WsuCS3750/Volunteer | https://github.com/WsuCS3750/Volunteer | d065b3621f9fd72890908bcab3d414366696a5a5 | 269f409f70ca805433f205cc11e21cfdc696a72c | refs/heads/master | 2021-01-22T07:22:49.173000 | 2015-08-05T04:12:30 | 2015-08-05T04:12:30 | 35,917,442 | 2 | 1 | null | false | 2015-08-05T04:49:11 | 2015-05-20T01:05:37 | 2015-07-11T22:52:49 | 2015-08-05T04:49:09 | 443 | 2 | 1 | 1 | Java | null | null | package us.wasatchsystems.ccs.controllers;
import org.springframework.stereotype.Controller;
import org.springframework.ui.ModelMap;
import org.springframework.web.bind.annotation.ModelAttribute;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod... | UTF-8 | Java | 1,155 | java | VolunteerController.java | Java | [
{
"context": "chsystems.ccs.models.Volunteer;\n\n/**\n * Created by Jake on 7/12/2015.\n */\n\n\n@Controller\n@RequestMapping(\"",
"end": 445,
"score": 0.9934085011482239,
"start": 441,
"tag": "NAME",
"value": "Jake"
}
] | null | [] | package us.wasatchsystems.ccs.controllers;
import org.springframework.stereotype.Controller;
import org.springframework.ui.ModelMap;
import org.springframework.web.bind.annotation.ModelAttribute;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod... | 1,155 | 0.720346 | 0.714286 | 49 | 22.571428 | 27.096201 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.428571 | false | false | 14 |
00a99ec0d6c7f2e35c036893b41bf50da2e3bd18 | 15,642,270,925,148 | 017b6dd7d3a526ff1664c3f5734d7943c4a30815 | /src/main/java/com/bfsi/mfi/dao/FunctionDao.java | d4648de4725af7c32b5ef60dd8dfe32227f2db7f | [
"Apache-2.0"
] | permissive | ltphan/egalite-web-service | https://github.com/ltphan/egalite-web-service | bfa3418cfecc750303a73c1234dbd237119bc3b1 | 8f47a544b5508a490ef18d45b62621857915c156 | refs/heads/develop | 2021-01-22T00:30:01.371000 | 2016-08-07T18:14:00 | 2016-08-07T18:14:00 | 63,091,292 | 0 | 0 | null | true | 2016-07-11T18:15:18 | 2016-07-11T18:15:17 | 2016-05-13T03:09:20 | 2016-05-12T05:29:38 | 4,381 | 0 | 0 | 0 | null | null | null | package com.bfsi.mfi.dao;
import java.util.List;
import com.bfsi.mfi.entity.Function;
public interface FunctionDao extends MaintenanceDao<Function> {
/**
* Fetch functions for given role
*
* @param roleId
* @return list of functions. Empty list if no function exist
*/
List<Function> getFunctionsForRole... | UTF-8 | Java | 341 | java | FunctionDao.java | Java | [] | null | [] | package com.bfsi.mfi.dao;
import java.util.List;
import com.bfsi.mfi.entity.Function;
public interface FunctionDao extends MaintenanceDao<Function> {
/**
* Fetch functions for given role
*
* @param roleId
* @return list of functions. Empty list if no function exist
*/
List<Function> getFunctionsForRole... | 341 | 0.733138 | 0.733138 | 18 | 17.944445 | 21.752323 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.611111 | false | false | 14 |
66147729b6088852bef15ada0152521714ba446f | 15,642,270,927,028 | f017652f293f04dee607cfa0898e660fa2d672db | /src/main/java/teamUnknown/immersion/core/feature/object/FeatureObjectRegister.java | 6d47cb4884987b1bdebf6a14b0c9952f6f18df9c | [] | no_license | MCDTeam/Immersion | https://github.com/MCDTeam/Immersion | 0fc98b6f4b716859f7ab1c5831da87cd54ac9876 | a37f5e4b9fff5b93cdaec942062dda50636986fd | refs/heads/master | 2021-01-23T07:27:04.157000 | 2015-01-04T01:05:08 | 2015-01-04T01:05:08 | 25,310,245 | 0 | 0 | null | false | 2014-12-22T12:26:55 | 2014-10-16T16:07:49 | 2014-12-21T23:48:35 | 2014-12-22T12:26:55 | 27,168 | 2 | 0 | 7 | Java | null | null | package teamUnknown.immersion.core.feature.object;
import cpw.mods.fml.common.registry.GameRegistry;
import net.minecraft.block.Block;
import net.minecraft.item.Item;
import teamUnknown.immersion.Immersion;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.Map;
import java.util.Map.Entry;
public... | UTF-8 | Java | 3,529 | java | FeatureObjectRegister.java | Java | [] | null | [] | package teamUnknown.immersion.core.feature.object;
import cpw.mods.fml.common.registry.GameRegistry;
import net.minecraft.block.Block;
import net.minecraft.item.Item;
import teamUnknown.immersion.Immersion;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.Map;
import java.util.Map.Entry;
public... | 3,529 | 0.608104 | 0.607254 | 144 | 23.506945 | 23.271643 | 138 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.659722 | false | false | 14 |
c29d34e93a0faf4914b918ac7456599349d5aae1 | 23,081,154,280,505 | b809952580a453972b1cc63dc4e1898f6036961b | /Coolstore/brms-coolstore-demo/src/main/java/com/redhat/coolstore/util/BRMSUtil.java | 877f24cb7221928c34b23350f64192f1fb302436 | [] | no_license | bschoppa-rh/Coolstore | https://github.com/bschoppa-rh/Coolstore | 8181f7c8cd61c2bde4ecb1667035917802e2fda7 | 925f7db528bccd9c369fd858aab7eed4c97685d6 | refs/heads/master | 2021-05-16T03:01:04.357000 | 2014-02-28T17:29:49 | 2014-02-28T17:29:49 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.redhat.coolstore.util;
import java.util.ArrayList;
import java.util.Collection;
import java.util.List;
import javax.ejb.Singleton;
import org.kie.api.KieServices;
import org.kie.api.builder.KieScanner;
import org.kie.api.builder.ReleaseId;
import org.kie.api.runtime.KieContainer;
import org.kie.api.runti... | UTF-8 | Java | 1,177 | java | BRMSUtil.java | Java | [] | null | [] | package com.redhat.coolstore.util;
import java.util.ArrayList;
import java.util.Collection;
import java.util.List;
import javax.ejb.Singleton;
import org.kie.api.KieServices;
import org.kie.api.builder.KieScanner;
import org.kie.api.builder.ReleaseId;
import org.kie.api.runtime.KieContainer;
import org.kie.api.runti... | 1,177 | 0.767205 | 0.760408 | 56 | 20.017857 | 23.238277 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.089286 | false | false | 14 |
2909751c7479905a9c539d76e397044e908fe30d | 30,021,821,465,910 | 5a1d6752ef215efaddf6b55e1bb88c0575d3d7cd | /uilegacy/component/domain/src/main/java/org/flowframe/ui/component/domain/tabbed/TabComponent.java | 264ce260fce2ef6e77e59d2e23cd34b0cd27ea97 | [] | no_license | mduduzik/flowframe | https://github.com/mduduzik/flowframe | 5849eddfed53a82e65f6d1e815db0ba2cc85e263 | 71245bf70688a08cf91a6b105fd8aae62cdab2ab | refs/heads/master | 2021-01-20T05:49:44.876000 | 2013-08-05T02:11:54 | 2013-08-05T02:11:54 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.flowframe.ui.component.domain.tabbed;
import java.util.ArrayList;
import java.util.List;
import javax.persistence.Entity;
import javax.persistence.OneToMany;
import javax.persistence.OneToOne;
import org.flowframe.ui.component.domain.AbstractComponent;
@Entity
public class TabComponent extends AbstractC... | UTF-8 | Java | 945 | java | TabComponent.java | Java | [] | null | [] | package org.flowframe.ui.component.domain.tabbed;
import java.util.ArrayList;
import java.util.List;
import javax.persistence.Entity;
import javax.persistence.OneToMany;
import javax.persistence.OneToOne;
import org.flowframe.ui.component.domain.AbstractComponent;
@Entity
public class TabComponent extends AbstractC... | 945 | 0.703704 | 0.703704 | 45 | 20 | 19.13345 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.466667 | false | false | 14 |
5e23a9690e264bbbb5cbcf8c74ee0a7ab2d574e1 | 28,948,079,623,979 | 0fc4f71ab9771f3964f55d6494399c3cbb38ca70 | /src/main/java/uk/edwinek/hackthehive/service/BruteForce.java | db60db014f03b69379814e8e9cdfadc853c053fd | [] | no_license | edwinek/hack-the-hive | https://github.com/edwinek/hack-the-hive | b0bd8e3662d9fc9840a5ee9361a28449df06e6ad | a35eaf7bd5a96caf605b7a208bf8ff0f92398ab2 | refs/heads/master | 2020-03-30T06:39:26.924000 | 2018-10-21T14:33:53 | 2018-10-21T14:33:53 | 150,878,126 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package uk.edwinek.hackthehive.service;
import java.util.Optional;
public interface BruteForce {
/**
* Attempts to brute force the login and cease when a successful password is found.
*
* @return an optional containing the successful password, if it is found.
*/
Optional<String> attemptUse... | UTF-8 | Java | 332 | java | BruteForce.java | Java | [] | null | [] | package uk.edwinek.hackthehive.service;
import java.util.Optional;
public interface BruteForce {
/**
* Attempts to brute force the login and cease when a successful password is found.
*
* @return an optional containing the successful password, if it is found.
*/
Optional<String> attemptUse... | 332 | 0.707831 | 0.707831 | 12 | 26.666666 | 28.712173 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 14 |
9d2af20ae10a63ea18affe24d8ad1893891f9217 | 3,968,549,841,292 | 894a3474c374277eaaa5948785103887a577351a | /app/src/main/java/androiddevguru/com/customlistview/MainActivity.java | cc36dd1c539d05f31cc36bb76a37a6222c771547 | [] | no_license | Rahulbti/CustomListView | https://github.com/Rahulbti/CustomListView | 13e7cd5e5b7c6f8f51afaff8aa007a8bafebd29f | e4d291bc1737dbe560e2cf4afd84c852ce525dbf | refs/heads/master | 2020-03-11T19:32:59.603000 | 2018-04-19T12:33:02 | 2018-04-19T12:33:02 | 130,210,925 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package androiddevguru.com.customlistview;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.AdapterView;
import android.widget.ListView;
import android.widget.Toast;
public class MainActivity extends AppCompatActivity {
private Integer[] f... | UTF-8 | Java | 1,193 | java | MainActivity.java | Java | [] | null | [] | package androiddevguru.com.customlistview;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.AdapterView;
import android.widget.ListView;
import android.widget.Toast;
public class MainActivity extends AppCompatActivity {
private Integer[] f... | 1,193 | 0.743504 | 0.742666 | 29 | 40.137932 | 40.672558 | 138 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.551724 | false | false | 14 |
d82a00623777fa51ff697c7f86d2a4357c4aa90f | 12,446,815,279,614 | 0208f9279fac0e502529f27935f0d94dce5b8b97 | /src/main/java/com/fourbrainsolutions/excel/main/ExcelPOIHelper.java | 24308e6db5b5367446c67c6f6ed119424cc802cb | [] | no_license | 4BrainSolutions/ExcelPOIHelper | https://github.com/4BrainSolutions/ExcelPOIHelper | 663c851dfadeac96b6bbe10e14e38e5163f6f8cb | 6f15a822a81f4f94e4b600e3f109bb9c37f085c9 | refs/heads/master | 2022-11-25T02:38:46.207000 | 2020-07-29T05:35:38 | 2020-07-29T05:35:38 | 280,813,067 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.fourbrainsolutions.excel.main;
import com.fourbrainsolutions.excel.exception.ExcelImportException;
import com.fourbrainsolutions.excel.exception.ExcelPOIHelperException;
import com.fourbrainsolutions.excel.exception.FileCreatorException;
import com.fourbrainsolutions.excel.filecreator.FileCreator;
import c... | UTF-8 | Java | 1,943 | java | ExcelPOIHelper.java | Java | [
{
"context": ".apache.poi.ss.usermodel.Workbook;\n\n/**\n * @author Marcel Berger - 4BrainSolutions GmbH\n */\npublic class ExcelPOIH",
"end": 630,
"score": 0.9998469948768616,
"start": 617,
"tag": "NAME",
"value": "Marcel Berger"
}
] | null | [] | package com.fourbrainsolutions.excel.main;
import com.fourbrainsolutions.excel.exception.ExcelImportException;
import com.fourbrainsolutions.excel.exception.ExcelPOIHelperException;
import com.fourbrainsolutions.excel.exception.FileCreatorException;
import com.fourbrainsolutions.excel.filecreator.FileCreator;
import c... | 1,936 | 0.793103 | 0.792589 | 50 | 37.860001 | 29.830864 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.82 | false | false | 14 |
f4f37e6d68bc6131b28c0b3f27d7bcdb5ace16d7 | 17,162,689,371,221 | a96e435ec74effa559d351658f8ecace2d344337 | /assignment-1/assignment-1/src/logger/LogBuilder.java | 4cfebad476298bdec849f18c38955fce83664990 | [] | no_license | HJunyuan/cz4046-intelligent-agents | https://github.com/HJunyuan/cz4046-intelligent-agents | af56a15c648446197f06ba1ae54f68c55616aa21 | 6be8d038c2d69a4f77338cc58d1081bfd5a9120d | refs/heads/master | 2022-04-25T07:33:27.484000 | 2020-04-17T08:41:54 | 2020-04-17T08:42:37 | 247,934,522 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package logger;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.Collections;
import java.util.Date;
import java.util.List;
import entities.CellType;
import entities.Constants;
import entities.Coordinate;
import entities.Maze;
public class LogBuilder {
private String fileName;
privat... | UTF-8 | Java | 2,418 | java | LogBuilder.java | Java | [] | null | [] | package logger;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.Collections;
import java.util.Date;
import java.util.List;
import entities.CellType;
import entities.Constants;
import entities.Coordinate;
import entities.Maze;
public class LogBuilder {
private String fileName;
privat... | 2,418 | 0.66584 | 0.662117 | 92 | 25.282608 | 22.55444 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.26087 | false | false | 14 |
484abaf1726881175ae9099d8c46fad7f89ed522 | 16,724,602,704,257 | 9e7b855d286e516cb2a647bad98843b2d1bdfdbe | /app/src/main/java/com/alenbeyond/moon/module/main/presenter/DiscoverPresenter.java | d6508a1a35545a49fabd57500f7ede0638bcaaca | [] | no_license | XiqingLiu/Moon | https://github.com/XiqingLiu/Moon | 30f62f3cd8b2a25948934ec480c5b946eeb4d5cc | 4b1dbecb3a0ced8cae5ced5797070e9e9427aabf | refs/heads/master | 2021-01-19T16:17:03.203000 | 2017-04-21T06:30:34 | 2017-04-21T06:30:34 | 88,259,022 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.alenbeyond.moon.module.main.presenter;
import com.alenbeyond.moon.base.presenter.BasePresenter;
import com.alenbeyond.moon.model.Subscribe.MoonSubscribe;
import com.alenbeyond.moon.model.bean.Channel;
import com.alenbeyond.moon.module.main.contract.DiscoverContract;
import com.alenbeyond.moon.module.main.m... | UTF-8 | Java | 1,245 | java | DiscoverPresenter.java | Java | [
{
"context": ".List;\n\nimport rx.Subscription;\n\n/**\n * Created by AlenBeyond on 2017/4/15.\n */\n\npublic class DiscoverPresenter",
"end": 418,
"score": 0.9996016621589661,
"start": 408,
"tag": "USERNAME",
"value": "AlenBeyond"
}
] | null | [] | package com.alenbeyond.moon.module.main.presenter;
import com.alenbeyond.moon.base.presenter.BasePresenter;
import com.alenbeyond.moon.model.Subscribe.MoonSubscribe;
import com.alenbeyond.moon.model.bean.Channel;
import com.alenbeyond.moon.module.main.contract.DiscoverContract;
import com.alenbeyond.moon.module.main.m... | 1,245 | 0.636659 | 0.63017 | 34 | 35.264706 | 31.283625 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.352941 | false | false | 14 |
6f111502b1f5da7f64d9c26002dc1c30d9b68446 | 18,459,769,496,954 | 6fc35829138df7a9f6ce067ee47c0dabe6c9ee6a | /plaza/Level.java | d6355bd5761cf124f74c65ec648fda4a78e3adf2 | [] | no_license | lcolantuono/javaINSA | https://github.com/lcolantuono/javaINSA | b85c1abd01e7b31d20e6e4459aef7c2ab0246355 | 8757a17a7abea6a651abd808f545e59a11686762 | refs/heads/master | 2021-07-13T02:36:47.091000 | 2017-10-16T19:09:22 | 2017-10-16T19:09:22 | 104,189,126 | 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 plaza;
/**
*
* @author Lucas
*/
public class Level{
private int total_spaces;
private int floor;
private int e... | UTF-8 | Java | 1,388 | java | Level.java | Java | [
{
"context": " the editor.\n */\npackage plaza;\n\n/**\n *\n * @author Lucas\n */\npublic class Level{\n\n private int total_sp",
"end": 224,
"score": 0.9987873435020447,
"start": 219,
"tag": "NAME",
"value": "Lucas"
}
] | 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 plaza;
/**
*
* @author Lucas
*/
public class Level{
private int total_spaces;
private int floor;
private int e... | 1,388 | 0.636888 | 0.636888 | 61 | 21.754099 | 22.076363 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.42623 | false | false | 14 |
a413fa1d59b48104ede44fda1c74c2721d729580 | 15,805,479,709,033 | 40b365762a154da526afffb084f0be46df958a4f | /排序练习/Test2.java | 8838b740515d34222def27c17bc5828cce70087e | [] | no_license | QIONG-0531/First-repo | https://github.com/QIONG-0531/First-repo | 2e1e60454939bca2c111090bd6c35f89b5e2070a | ec3223c9cb898845bbef1c130805b6c47bd2b44b | refs/heads/main | 2023-07-13T01:28:11.276000 | 2021-08-21T13:57:19 | 2021-08-21T13:57:19 | 311,072,107 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.Arrays;
public class Test2 {
//直接插入排序
public static void insertSort(int[]array){
for(int i=1;i<array.length;i++){
int j=i-1;
int tmp=array[i];
while (j>=0){
if(array[j]>tmp){
array[j+1]=array[j];
... | UTF-8 | Java | 650 | java | Test2.java | Java | [] | null | [] | import java.util.Arrays;
public class Test2 {
//直接插入排序
public static void insertSort(int[]array){
for(int i=1;i<array.length;i++){
int j=i-1;
int tmp=array[i];
while (j>=0){
if(array[j]>tmp){
array[j+1]=array[j];
... | 650 | 0.409091 | 0.388715 | 27 | 22.629629 | 14.03474 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.62963 | false | false | 14 |
d97092514537c8bb33207a3baa6e20aad27c1864 | 10,823,317,587,358 | b414a8263e3ed9890bbb15e7c620ec66c10151e0 | /Jngine.Base/src/main/java/org/jngine/core/BaseProcelet.java | b2af10e31ffc5320c53930897f776a421b418577 | [] | no_license | occume/Jngine | https://github.com/occume/Jngine | 8c3346a3690236d48b5713bb44c655ded058c47c | 3f89f6eb0cf690a47db92bb03775dda1b68eecf6 | refs/heads/master | 2020-04-29T12:40:57.171000 | 2015-07-21T07:55:13 | 2015-07-21T07:58:26 | 39,131,617 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.jngine.core;
import org.jngine.Procelet;
import org.jngine.message.InMessage;
import org.jngine.message.OutMessage;
import org.jngine.net.packet.PbDecoder;
public abstract class BaseProcelet implements Procelet {
public BaseProcelet(){
PbDecoder.registerMsgBean(getType(), getMsgClass());
}
@Overri... | UTF-8 | Java | 460 | java | BaseProcelet.java | Java | [] | null | [] | package org.jngine.core;
import org.jngine.Procelet;
import org.jngine.message.InMessage;
import org.jngine.message.OutMessage;
import org.jngine.net.packet.PbDecoder;
public abstract class BaseProcelet implements Procelet {
public BaseProcelet(){
PbDecoder.registerMsgBean(getType(), getMsgClass());
}
@Overri... | 460 | 0.763043 | 0.763043 | 22 | 19.90909 | 20.013426 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 14 |
916312d415e755e0ec44fc4fd983ffa3077c5a50 | 25,159,918,483,870 | 32a35700391924b90a3a6e0d35752303bf3e81e0 | /site/WEB-INF/src/br/com/orlandoburli/aprovando/site/web/internas/professor/ListProfessorView.java | 2cc417560fb970470e164319faa4ee1b23e5c2c3 | [] | no_license | orlandoburli/aprovando | https://github.com/orlandoburli/aprovando | 44b63edbae9fde471a5b0bf4b8344e3ca72bd051 | 6fd0e03c42183e5c5827ec2317ffd8df09373a19 | refs/heads/master | 2021-03-27T20:26:34.721000 | 2013-09-20T19:58:00 | 2013-09-20T19:58:00 | 12,899,369 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.com.orlandoburli.aprovando.site.web.internas.professor;
import java.io.IOException;
import java.util.ArrayList;
import java.util.List;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
impo... | UTF-8 | Java | 2,423 | java | ListProfessorView.java | Java | [] | null | [] | package br.com.orlandoburli.aprovando.site.web.internas.professor;
import java.io.IOException;
import java.util.ArrayList;
import java.util.List;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
impo... | 2,423 | 0.735865 | 0.72596 | 77 | 30.467533 | 27.697149 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.454545 | false | false | 14 |
9f65c5e57f666aacefa95eb4d904d85a9f9aa730 | 2,551,210,585,273 | d42cde077c24b4e102e655e9185cbf27b4aaf8f1 | /Patinete.java | 9c1e44b8e0fff2b21a39d8edef4fe11c4d84fb31 | [] | no_license | pamellaolys/ExerciciosPOO | https://github.com/pamellaolys/ExerciciosPOO | c8bf07308788231faabc6a87e9eb4fee8d88e080 | 610108b2cbc29c0026886e0f3dd37847c8235940 | refs/heads/main | 2023-05-28T07:23:37.630000 | 2021-06-08T23:20:30 | 2021-06-08T23:20:30 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.com.generation.poo;
public class Patinete {
// atributos
private String modelo;
private String cor;
private String fabricante;
public String getModelo() {
return modelo;
}
public void setModelo(String modelo) {
this.modelo = modelo;
}
public String getCor() {
return cor;
... | ISO-8859-2 | Java | 599 | java | Patinete.java | Java | [] | null | [] | package br.com.generation.poo;
public class Patinete {
// atributos
private String modelo;
private String cor;
private String fabricante;
public String getModelo() {
return modelo;
}
public void setModelo(String modelo) {
this.modelo = modelo;
}
public String getCor() {
return cor;
... | 599 | 0.650502 | 0.650502 | 38 | 14.736842 | 13.257936 | 48 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.052632 | false | false | 14 |
74e5d98209187f38d39a576a46a993e6da01bf36 | 13,494,787,260,465 | 716facd78466460a284b8f4c3e43409a094e39d6 | /Music/app/src/main/java/com/quovantis/music/application/MusicApplication.java | 8c4d9834c8b004cea6d4fb120e5a97ff7c227e60 | [] | no_license | sahilquovantis/NewMusicPlayer | https://github.com/sahilquovantis/NewMusicPlayer | 7a6b178809efc0ff8d5f0e5e2fb7ecd06a2634fb | d4dcd28ff8fc4ab55e6228435a3b2055902b1a68 | refs/heads/master | 2021-01-12T05:18:43.487000 | 2017-01-09T10:46:15 | 2017-01-09T10:46:15 | 77,908,982 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.quovantis.music.application;
import android.app.Application;
import com.quovantis.music.R;
import com.wonderkiln.blurkit.BlurKit;
import io.realm.Realm;
import io.realm.RealmConfiguration;
import uk.co.chrisjenx.calligraphy.CalligraphyConfig;
/**
* Custom Application class
*/
public class MusicApplic... | UTF-8 | Java | 694 | java | MusicApplication.java | Java | [
{
"context": "\nimport io.realm.RealmConfiguration;\nimport uk.co.chrisjenx.calligraphy.CalligraphyConfig;\n\n/**\n * Custom App",
"end": 226,
"score": 0.9855980277061462,
"start": 217,
"tag": "USERNAME",
"value": "chrisjenx"
}
] | null | [] | package com.quovantis.music.application;
import android.app.Application;
import com.quovantis.music.R;
import com.wonderkiln.blurkit.BlurKit;
import io.realm.Realm;
import io.realm.RealmConfiguration;
import uk.co.chrisjenx.calligraphy.CalligraphyConfig;
/**
* Custom Application class
*/
public class MusicApplic... | 694 | 0.680115 | 0.680115 | 28 | 23.785715 | 19.887823 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.392857 | false | false | 14 |
e6fec3437155899afea8cd36d20d26f1ad8b5f56 | 31,525,059,995,175 | c186f285422d9eb744ebe96404d48187c7b0e77d | /org.talend.mdm.core/src/com/amalto/core/storage/record/XmlDOMDataRecordReader.java | 763a4f216d835d7a25e019077733d01a4006716b | [] | no_license | Talend/tmdm-server-se | https://github.com/Talend/tmdm-server-se | d40a40294cbd449dbdc5db16a4472209707aeeb9 | 59a9904da18223e7a8e38a08d240c5f468c1536d | refs/heads/master | 2023-08-31T02:50:38.772000 | 2023-07-25T08:59:52 | 2023-07-25T08:59:52 | 21,094,730 | 24 | 24 | null | false | 2023-07-25T09:19:07 | 2014-06-22T13:45:55 | 2023-06-18T01:59:03 | 2023-07-25T09:19:05 | 214,523 | 20 | 15 | 6 | HTML | false | false | /*
* Copyright (C) 2006-2019 Talend Inc. - www.talend.com
*
* This source code is available under agreement available at
* %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt
*
* You should have received a copy of the agreement
* along with this program; if not, write to Talend S... | UTF-8 | Java | 8,054 | java | XmlDOMDataRecordReader.java | Java | [] | null | [] | /*
* Copyright (C) 2006-2019 Talend Inc. - www.talend.com
*
* This source code is available under agreement available at
* %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt
*
* You should have received a copy of the agreement
* along with this program; if not, write to Talend S... | 8,054 | 0.589769 | 0.585051 | 152 | 51.986843 | 34.609283 | 172 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.763158 | false | false | 14 |
2502861c69f332c8c3dccbf3468c528bf233054f | 5,042,291,630,890 | 7ec5ed15431275f27e83359fa0455bd3aafde72a | /src/main/java/io/rustam/components/retrofit/WikipediaService.java | 3433e929a4930a2578dd649a0f6fe06928b125d6 | [
"MIT"
] | permissive | rustamgaifullin/dagger-example-java | https://github.com/rustamgaifullin/dagger-example-java | 13575211a82ac17ce2b977a9b9c07d9e41c166bb | 7949fab6047341ce6a7884eb201502a457aee2eb | refs/heads/master | 2021-01-23T02:29:49.129000 | 2017-03-29T14:38:39 | 2017-03-29T14:38:39 | 85,999,665 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package io.rustam.components.retrofit;
import okhttp3.ResponseBody;
import retrofit2.Call;
import retrofit2.http.GET;
import retrofit2.http.Query;
public interface WikipediaService {
@GET("api.php?action=query&prop=revisions&rvprop=content&format=json")
Call<ResponseBody> content(@Query("titles") String titl... | UTF-8 | Java | 327 | java | WikipediaService.java | Java | [] | null | [] | package io.rustam.components.retrofit;
import okhttp3.ResponseBody;
import retrofit2.Call;
import retrofit2.http.GET;
import retrofit2.http.Query;
public interface WikipediaService {
@GET("api.php?action=query&prop=revisions&rvprop=content&format=json")
Call<ResponseBody> content(@Query("titles") String titl... | 327 | 0.782875 | 0.770642 | 12 | 26.25 | 23.406284 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 14 |
a6804660ba266ccb630291422f818a11bb508283 | 10,806,137,751,459 | 0f8ec99c9a2fe9479e69146c8f0a4be2c5169cce | /Phase2/learner/src/main/java/com/project/dao/SubjectClassesDao.java | eee5ea868dc39964934c7b7dcf113cdd0427a64a | [] | no_license | chockkalingamk/Simplilearn | https://github.com/chockkalingamk/Simplilearn | abbcdb8bfe226925cc92d6607d9ebaa2e082b6e2 | 8d74574e078c44edf456ff52a45404afeef7c574 | refs/heads/master | 2023-04-07T11:52:26.303000 | 2021-04-09T15:11:00 | 2021-04-09T15:11:00 | 300,626,998 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.project.dao;
import java.util.List;
import com.project.bean.Subjects;
import com.project.bean.SubjectsClasses;
import com.project.bean.Teachers;
public interface SubjectClassesDao {
public void saveSubjectClasses(SubjectsClasses subjClasses);
public List<Subjects> getMappedSubjectForClass(String classI... | UTF-8 | Java | 397 | java | SubjectClassesDao.java | Java | [] | null | [] | package com.project.dao;
import java.util.List;
import com.project.bean.Subjects;
import com.project.bean.SubjectsClasses;
import com.project.bean.Teachers;
public interface SubjectClassesDao {
public void saveSubjectClasses(SubjectsClasses subjClasses);
public List<Subjects> getMappedSubjectForClass(String classI... | 397 | 0.836272 | 0.836272 | 13 | 29.615385 | 24.164623 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.846154 | false | false | 14 |
9e8330fd059c026f96c66b274b5fc7220e2791ce | 25,726,854,131,221 | 802f6911614770f9e146f357295fff22dcf3f775 | /app/src/main/java/com/example/twentyone/TournamentActivity.java | af7ec68ee7a51f82fda188beed3f93ad53f06699 | [] | no_license | Chellll/TwentyOne | https://github.com/Chellll/TwentyOne | bc6a73de1822864771ae1d3a486b91bd5501c42f | b3af4b98dbe839fff2caf0f69d6a3bb81f23e7b7 | refs/heads/master | 2022-03-04T12:29:23.106000 | 2019-11-18T13:50:10 | 2019-11-18T13:50:10 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.twentyone;
import android.os.Bundle;
import androidx.appcompat.app.AppCompatActivity;
import androidx.fragment.app.Fragment;
import androidx.fragment.app.FragmentActivity;
import androidx.fragment.app.FragmentManager;
import androidx.fragment.app.FragmentPagerAdapter;
import androidx.view... | UTF-8 | Java | 1,505 | java | TournamentActivity.java | Java | [] | null | [] | package com.example.twentyone;
import android.os.Bundle;
import androidx.appcompat.app.AppCompatActivity;
import androidx.fragment.app.Fragment;
import androidx.fragment.app.FragmentActivity;
import androidx.fragment.app.FragmentManager;
import androidx.fragment.app.FragmentPagerAdapter;
import androidx.view... | 1,505 | 0.698339 | 0.697674 | 49 | 28.714285 | 25.247347 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.469388 | false | false | 14 |
ac88d8890b46bb4be12f49de5c957aaa7ba6455a | 369,367,212,070 | 2ee0b591dd9c4fe6ce8b0cfe93765c7cec091251 | /src/ckstest/client/CKStest.java | a6860d697f826716225b6b55dfd873473a0bb84e | [] | no_license | cks72/ckstest | https://github.com/cks72/ckstest | f4d2980c425f310da41c8bdadb764dede246a797 | a70ce55f7d6fabb61b62af53fa1270f950b9867a | refs/heads/master | 2021-01-01T16:20:34.617000 | 2012-08-27T12:49:20 | 2012-08-27T12:49:20 | 1,729,220 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
*
*/
package ckstest.client;
import com.google.gwt.core.client.EntryPoint;
/**
* @author csb_wac
*
*/
public class CKStest implements EntryPoint {
/**
*
*/
public CKStest() {
super();
}
/* (non-Javadoc)
* @see com.google.gwt.core.client.EntryPoint#onModuleLoad()
*/
@... | UTF-8 | Java | 410 | java | CKStest.java | Java | [
{
"context": "gle.gwt.core.client.EntryPoint;\r\n\r\n/**\r\n * @author csb_wac\r\n *\r\n */\r\npublic class CKStest implements EntryPo",
"end": 114,
"score": 0.999664306640625,
"start": 107,
"tag": "USERNAME",
"value": "csb_wac"
}
] | null | [] | /**
*
*/
package ckstest.client;
import com.google.gwt.core.client.EntryPoint;
/**
* @author csb_wac
*
*/
public class CKStest implements EntryPoint {
/**
*
*/
public CKStest() {
super();
}
/* (non-Javadoc)
* @see com.google.gwt.core.client.EntryPoint#onModuleLoad()
*/
@... | 410 | 0.585366 | 0.585366 | 30 | 11.666667 | 15.875208 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6 | false | false | 14 |
fe7c8a267e595d352198c5e039310c1fd8434e9c | 18,047,452,600,836 | 9478b2b07ccd9677c2f9af6bea2462e880d89313 | /ORION-Vendor/app/src/main/java/com/app/orion_vendor/models/OrderItem.java | d84768fc3c48bd83ecbe00ce5f384779a40f1cae | [] | no_license | alertingjames/orion-vendor-android | https://github.com/alertingjames/orion-vendor-android | cb9f45f9215852c68bf01725b76f09a2800b5a87 | ca20a69a83f0a8fccec74a6658e76d1b77e48c9e | refs/heads/main | 2023-05-02T09:06:08.820000 | 2021-05-10T09:55:56 | 2021-05-10T09:55:56 | 340,000,130 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.app.orion_vendor.models;
import com.google.android.gms.maps.model.LatLng;
public class OrderItem {
int id = 1;
int order_id = 1;
int user_id = 1;
int vendor_id = 1;
int store_id = 1;
String store_name = "";
int product_id = 1;
String product_name = "";
String category ... | UTF-8 | Java | 5,805 | java | OrderItem.java | Java | [] | null | [] | package com.app.orion_vendor.models;
import com.google.android.gms.maps.model.LatLng;
public class OrderItem {
int id = 1;
int order_id = 1;
int user_id = 1;
int vendor_id = 1;
int store_id = 1;
String store_name = "";
int product_id = 1;
String product_name = "";
String category ... | 5,805 | 0.581223 | 0.578639 | 288 | 19.15625 | 16.676453 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.329861 | false | false | 14 |
6c08d2163a64046e7e68ce261e5136bf0414621a | 223,338,322,351 | bcfa4e2c97e77561029a16ff68fc30fbed287478 | /mix/src/main/java/com/xuan/mix/domain/shop/model/Shop.java | 2b23409b966a42da2f81f7f8a85c0dbc301610a8 | [] | no_license | xuan698400/xutils | https://github.com/xuan698400/xutils | e35f27f68c0868abd2b6ac629cd450ce1a1fd199 | dc74820127b4ed747f9d9af668d76867d2928cce | refs/heads/master | 2023-08-31T04:39:28.053000 | 2023-08-26T17:29:01 | 2023-08-26T17:29:01 | 9,028,249 | 125 | 73 | null | false | 2023-01-06T16:25:55 | 2013-03-26T10:52:18 | 2022-05-26T01:33:02 | 2023-01-06T16:25:55 | 10,912 | 106 | 59 | 42 | JavaScript | false | false | package com.xuan.mix.domain.shop.model;
import java.util.List;
import java.util.Set;
import com.xuan.mix.domain.share.model.Image;
import com.xuan.mix.domain.share.model.StatusEnum;
import com.xuan.mix.domain.share.model.Video;
import com.xuan.mix.domain.shop.model.businesstime.BusinessTime;
/**
* @author xuan
* @... | UTF-8 | Java | 2,222 | java | Shop.java | Java | [
{
"context": "p.model.businesstime.BusinessTime;\n\n/**\n * @author xuan\n * @since 2021/9/30\n */\npublic class Shop {\n\n ",
"end": 315,
"score": 0.9996212720870972,
"start": 311,
"tag": "USERNAME",
"value": "xuan"
}
] | null | [] | package com.xuan.mix.domain.shop.model;
import java.util.List;
import java.util.Set;
import com.xuan.mix.domain.share.model.Image;
import com.xuan.mix.domain.share.model.StatusEnum;
import com.xuan.mix.domain.share.model.Video;
import com.xuan.mix.domain.shop.model.businesstime.BusinessTime;
/**
* @author xuan
* @... | 2,222 | 0.632763 | 0.629613 | 117 | 17.991453 | 17.641489 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.316239 | false | false | 14 |
1805b369e53ba53dc14980ed3fb004f81ae7815b | 23,252,952,969,559 | 5cbcf241eb216753a80f8ed6c72f32b6da2688b0 | /src/main/java/cd/go/framework/ldap/SearchResultLimitExceededException.java | e61035ec3cafd24c0ec0495f49254f16b8bbe486 | [
"Apache-2.0"
] | permissive | arvindsv/gocd-ldap-authentication-plugin | https://github.com/arvindsv/gocd-ldap-authentication-plugin | c9aae22066cef8495bbc4fab67253f48f4549c68 | 7efa5c666fa357779003e76829b57733b5953aac | refs/heads/master | 2020-04-16T06:07:54.531000 | 2018-05-18T12:36:46 | 2018-05-18T12:36:58 | 165,333,944 | 0 | 0 | Apache-2.0 | true | 2019-01-12T01:40:10 | 2019-01-12T01:40:10 | 2018-05-18T12:37:09 | 2018-05-18T12:37:07 | 285 | 0 | 0 | 0 | null | false | null | package cd.go.framework.ldap;
import java.text.MessageFormat;
public class SearchResultLimitExceededException extends RuntimeException {
private final int maxResult;
private final String searchBase;
public SearchResultLimitExceededException(int maxResult, String searchBase) {
super(MessageFormat.... | UTF-8 | Java | 676 | java | SearchResultLimitExceededException.java | Java | [] | null | [] | package cd.go.framework.ldap;
import java.text.MessageFormat;
public class SearchResultLimitExceededException extends RuntimeException {
private final int maxResult;
private final String searchBase;
public SearchResultLimitExceededException(int maxResult, String searchBase) {
super(MessageFormat.... | 676 | 0.718935 | 0.715976 | 22 | 29.727272 | 37.191376 | 166 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.545455 | false | false | 14 |
6046037d421f6ff988289f0dddd2630f881f2bba | 23,252,952,970,932 | f9e2a312abb3b1674006fde2b8d4c2f4ecfd7a39 | /src/Test3.java | 822242ea1fe4268e86780216beeb3d8b98189a0b | [] | no_license | JustForJavaCH/threadDemo | https://github.com/JustForJavaCH/threadDemo | 9a122fec92f0e14c44d64e320e46994530386c71 | 791dc331b11b0467adb3f29050573498a529980a | refs/heads/master | 2022-12-05T11:52:47.911000 | 2020-08-24T15:32:26 | 2020-08-24T15:32:26 | 289,967,029 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Method;
public class Test3 {
public static void main(String[] args) throws ClassNotFoundException, IllegalAccessException, InstantiationException, NoSuchMethodException {
Class c = Class.forName("MyThread");
Method methods... | UTF-8 | Java | 545 | java | Test3.java | Java | [] | null | [] | import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Method;
public class Test3 {
public static void main(String[] args) throws ClassNotFoundException, IllegalAccessException, InstantiationException, NoSuchMethodException {
Class c = Class.forName("MyThread");
Method methods... | 545 | 0.673395 | 0.67156 | 15 | 35.400002 | 34.319675 | 145 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 14 |
7d794f8ca57f320ff35747a84a2fa5c0656db2dd | 11,785,390,262,578 | a8ce1d4265ed20e2a3263bbfd0f6fad111aa34f7 | /.svn/pristine/84/84966e9b2f79d9c9b19ebbaffd20f50a0fc0f31b.svn-base | 505270e1a38ef57139ca2963bbcd69448edf5caa | [] | no_license | pilafusama/salary-server | https://github.com/pilafusama/salary-server | 4a966cdd7f9081422ce5381c31c527e02492e0aa | d11b51d26e29c30431786f7f349a28e9ad905628 | refs/heads/master | 2021-10-23T18:51:24.563000 | 2019-03-19T09:30:47 | 2019-03-19T09:30:47 | 176,475,060 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.tenpay.wxwork.salary.provider;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.MediaType;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframew... | UTF-8 | Java | 3,703 | 84966e9b2f79d9c9b19ebbaffd20f50a0fc0f31b.svn-base | Java | [] | null | [] | package com.tenpay.wxwork.salary.provider;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.MediaType;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframew... | 3,703 | 0.816671 | 0.815854 | 78 | 46.064102 | 39.874592 | 173 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.166667 | false | false | 14 | |
6f8d9ad313c4d9862fbb3e26ac4c2b7d0d91fe63 | 11,098,195,552,754 | 38cac74aec3c4df27a89cea5d46d2b2c8b2eb5b1 | /mobile-framework/src/main/java/com/mobile/framework/annotation/JsonData.java | cbcb41f4556f39e6058ad8766c8fc61bdb87178c | [] | no_license | andywu1314/123 | https://github.com/andywu1314/123 | fe930937f61319bf2c81b950c567520d9aa8dd3c | 3ab487ab4f93efacdc8b10607405b7cadf9fd308 | refs/heads/master | 2020-03-02T10:46:10.837000 | 2019-03-18T07:56:52 | 2019-03-18T07:56:52 | 91,807,929 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mobile.framework.annotation;
import java.lang.annotation.*;
@Documented
@Target({ElementType.CONSTRUCTOR, ElementType.METHOD})//对构造方法和方法有效
@Retention(RetentionPolicy.RUNTIME) //指定保留多长时间
@Inherited //具有继承性
public @interface JsonData {
String field() default "";
}
| UTF-8 | Java | 330 | java | JsonData.java | Java | [] | null | [] | package com.mobile.framework.annotation;
import java.lang.annotation.*;
@Documented
@Target({ElementType.CONSTRUCTOR, ElementType.METHOD})//对构造方法和方法有效
@Retention(RetentionPolicy.RUNTIME) //指定保留多长时间
@Inherited //具有继承性
public @interface JsonData {
String field() default "";
}
| 330 | 0.767606 | 0.767606 | 11 | 24.818182 | 20.098928 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.363636 | false | false | 14 |
cc106a922ca4dbed4fd297afe003f5578ab9c405 | 11,098,195,554,480 | dbaa2bcdf9ac0f106bb6d758cc02aa501b8e01b3 | /src/main/java/com/techelevator/npgeek/model/jdbc/JDBCWeatherDAO.java | 3f652a550631c17770398a7287bc7275b9ee8974 | [] | no_license | LarsenJMarquardt/NationalParkWebsite | https://github.com/LarsenJMarquardt/NationalParkWebsite | 2ab14a476f59b68b2d33a71186c4e6e2f70c85c9 | 9150f817891c3c4ea67b26db460527a9d84b8672 | refs/heads/master | 2021-04-09T13:52:08.725000 | 2018-03-17T22:43:17 | 2018-03-17T22:43:17 | 125,673,140 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.techelevator.npgeek.model.jdbc;
import com.techelevator.npgeek.model.Weather;
import com.techelevator.npgeek.model.dao.WeatherDAO;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.jdbc.core.JdbcTemplate;
import org.springframework.jdbc.support.rowset.SqlRowSet;
impo... | UTF-8 | Java | 1,490 | java | JDBCWeatherDAO.java | Java | [] | null | [] | package com.techelevator.npgeek.model.jdbc;
import com.techelevator.npgeek.model.Weather;
import com.techelevator.npgeek.model.dao.WeatherDAO;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.jdbc.core.JdbcTemplate;
import org.springframework.jdbc.support.rowset.SqlRowSet;
impo... | 1,490 | 0.725503 | 0.725503 | 40 | 36.25 | 26.441208 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6 | false | false | 14 |
3db03279787e6e9119b0f490ed0f14458fe35408 | 678,604,865,463 | c51e661a19369c08284c5c1899be402c2da488ff | /org/sma/boids/Predators.java | 42db07b7b4607cf62f0fa3858b1acbb3e1d79243 | [] | no_license | XAMEUS/SOOSM | https://github.com/XAMEUS/SOOSM | c644a971d6c81e92d9d0805b674d6a5799708551 | 5e6cb31ff83dbfbe1633f8e87e0da08d355f15c6 | refs/heads/master | 2021-03-24T12:29:28.372000 | 2017-11-13T12:32:19 | 2017-11-13T12:32:19 | 105,511,716 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.sma.boids;
import java.awt.Color;
import java.util.Iterator;
/**
* @author 3 Un ensemble de prédateurs est un ensemble de boids ayant la
* particuliarité de rechercher la proximité avec ses proies...
*/
public class Predators extends Boids {
private Boids victims;
public Predators(int n, int... | UTF-8 | Java | 807 | java | Predators.java | Java | [] | null | [] | package org.sma.boids;
import java.awt.Color;
import java.util.Iterator;
/**
* @author 3 Un ensemble de prédateurs est un ensemble de boids ayant la
* particuliarité de rechercher la proximité avec ses proies...
*/
public class Predators extends Boids {
private Boids victims;
public Predators(int n, int... | 807 | 0.70398 | 0.66791 | 26 | 29.923077 | 29.444763 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.153846 | false | false | 14 |
1d5d67f256ab4333a433d4d4400c5e7e37da4f8c | 31,782,758,048,806 | 18689114498cee6b7ffd333979455ca30c884002 | /src/main/java/me/zeroX150/cornos/features/module/impl/external/ClientConfig.java | a565243dc54f4a3e6b4c23eddb1bc5749626057c | [
"BSD-3-Clause",
"BSD-2-Clause"
] | permissive | zhangkari/Cornos | https://github.com/zhangkari/Cornos | f85a49d967fa96a4c698d9171051531d436e0206 | f00c735fb53c9a4cbe44aacc080fd10e499257be | refs/heads/master | 2023-08-24T08:21:25.130000 | 2021-10-10T12:12:15 | 2021-10-10T12:12:15 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package me.zeroX150.cornos.features.module.impl.external;
import me.zeroX150.cornos.etc.config.MConfMultiOption;
import me.zeroX150.cornos.etc.config.MConfToggleable;
import me.zeroX150.cornos.features.module.Module;
public class ClientConfig extends Module {
public MConfToggleable particles = new MConfToggleable... | UTF-8 | Java | 1,172 | java | ClientConfig.java | Java | [] | null | [] | package me.zeroX150.cornos.features.module.impl.external;
import me.zeroX150.cornos.etc.config.MConfMultiOption;
import me.zeroX150.cornos.etc.config.MConfToggleable;
import me.zeroX150.cornos.features.module.Module;
public class ClientConfig extends Module {
public MConfToggleable particles = new MConfToggleable... | 1,172 | 0.674061 | 0.663823 | 24 | 47.833332 | 48.185116 | 148 | true | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.583333 | false | false | 14 |
fc7b5b5f3c05ec2d68d436bb1f9b5dd2510b24be | 18,038,862,676,110 | 38d9ef8dfd5fa061deecfb966b944056406474a7 | /src/main/java/com/com/mock/preparation/collection/TransverseElementsInDescendingOrder.java | 06d97db0c09063fbaccdd1b5a32727a1bf8d4f8e | [] | no_license | JyotiGusain/mock-preparation | https://github.com/JyotiGusain/mock-preparation | 12c2bd37f14a3a096a5d333758c9083fcf705eee | 4e9df0fd9e04b243a5582e8b206b6084531fb1ee | refs/heads/master | 2021-07-25T07:22:12.316000 | 2020-01-22T20:50:04 | 2020-01-22T20:50:04 | 224,274,483 | 0 | 0 | null | false | 2020-10-13T18:14:00 | 2019-11-26T19:55:45 | 2020-01-22T20:50:09 | 2020-10-13T18:13:59 | 153 | 0 | 0 | 1 | Java | false | false | package com.mock.preparation.collection;
import java.util.Iterator;
import java.util.TreeSet;
/*
TransverseElementsInDescendingOrder--:
0
4
45
456
1422
8654
*/
public class TransverseElementsInDescendingOrder {
public static void main(String[] args) {
TreeSet<Integer> t = new TreeSet<Integer>();
... | UTF-8 | Java | 593 | java | TransverseElementsInDescendingOrder.java | Java | [] | null | [] | package com.mock.preparation.collection;
import java.util.Iterator;
import java.util.TreeSet;
/*
TransverseElementsInDescendingOrder--:
0
4
45
456
1422
8654
*/
public class TransverseElementsInDescendingOrder {
public static void main(String[] args) {
TreeSet<Integer> t = new TreeSet<Integer>();
... | 593 | 0.590219 | 0.539629 | 32 | 17.53125 | 16.663929 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.40625 | false | false | 14 |
3539093809f11feae6fc5ae71fabf26ffd5c8159 | 13,984,413,535,557 | 7c2bce462d9599d9be53e843019f3bf54e16d36e | /Rest Camping Web/campling/src/main/java/com/smu/camping/util/FileUtil.java | d8d4596cb26d834e044ab76f824c5b8c994a80e8 | [] | no_license | hyou55/software-engineering-team-project | https://github.com/hyou55/software-engineering-team-project | 54b039dd62e654bf3e7ff03b471d4fd4d92d2b5c | e8049375d61d068d11fd306626b73b9c0021e5ae | refs/heads/main | 2023-07-29T14:55:49.304000 | 2021-06-21T15:13:29 | 2021-06-21T15:13:29 | 354,011,196 | 0 | 0 | null | true | 2021-04-02T12:21:52 | 2021-04-02T12:21:51 | 2021-04-02T12:12:11 | 2021-04-02T12:12:09 | 0 | 0 | 0 | 0 | null | false | false | package com.smu.camping.util;
import org.springframework.stereotype.Repository;
import org.springframework.web.multipart.MultipartFile;
import java.io.File;
@Repository
public class FileUtil {
public static String saveFile(MultipartFile multipartFile) throws Exception{
String oringinalFilename = multipar... | UTF-8 | Java | 529 | java | FileUtil.java | Java | [] | null | [] | package com.smu.camping.util;
import org.springframework.stereotype.Repository;
import org.springframework.web.multipart.MultipartFile;
import java.io.File;
@Repository
public class FileUtil {
public static String saveFile(MultipartFile multipartFile) throws Exception{
String oringinalFilename = multipar... | 529 | 0.73913 | 0.73913 | 19 | 26.842106 | 25.654102 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.473684 | false | false | 14 |
b6d46ea17f69a3a619d41b4c794a3c21fa8b03de | 22,402,549,448,016 | 87678cd14b966e60775779fcfeb7649b69e235a3 | /app/src/main/java/Adapter/ExitStudentAdapter.java | d6267bbbee85aaa2e35ad86c689ea181ba135117 | [] | no_license | zakaryaasadi/LFT22 | https://github.com/zakaryaasadi/LFT22 | feeacb96f6b771aac2f4a6e28b05f0f07bbe94d5 | ea78ccaad7e56a32d06559f5b4bb5af2b2f16a51 | refs/heads/master | 2020-08-30T06:27:37.776000 | 2019-10-29T13:08:42 | 2019-10-29T13:08:42 | 218,290,276 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Adapter;
import android.content.Context;
import android.content.Intent;
import android.os.Build;
import android.support.annotation.NonNull;
import android.support.annotation.RequiresApi;
import android.support.v7.widget.RecyclerView;
import android.view.KeyEvent;
import android.view.LayoutInflater;
import andr... | UTF-8 | Java | 3,581 | java | ExitStudentAdapter.java | Java | [] | null | [] | package Adapter;
import android.content.Context;
import android.content.Intent;
import android.os.Build;
import android.support.annotation.NonNull;
import android.support.annotation.RequiresApi;
import android.support.v7.widget.RecyclerView;
import android.view.KeyEvent;
import android.view.LayoutInflater;
import andr... | 3,581 | 0.673276 | 0.671321 | 121 | 28.578512 | 27.577915 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.53719 | false | false | 14 |
b280528ab2056c058b998495d4c7021dabdd1354 | 33,698,313,421,727 | 0264f8292a907afc01e1ea786b919fd127d2b20d | /kodilla-stream/src/main/java/com/kodilla/stream/flights/Airport.java | dd759276a93e467d8af66ede796bd4f945211e34 | [] | no_license | fintechilla/Slawek-Walerys-kodilla-java | https://github.com/fintechilla/Slawek-Walerys-kodilla-java | 8879eaa0b44b4f3717fb02d687b39c60b5571e0d | 6349bfc0abfc663f04aeb5abb0c66a48f95112d9 | refs/heads/master | 2020-03-25T07:34:01.890000 | 2019-03-12T02:38:03 | 2019-03-12T02:38:03 | 143,568,670 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.kodilla.stream.flights;
import java.util.HashSet;
import java.util.Set;
import java.util.stream.Collectors;
public class Airport {
// private final String name;
private final String location;
private static final Set<Airport>destinations = new HashSet<>();
public Airport(String location) {... | UTF-8 | Java | 1,669 | java | Airport.java | Java | [] | null | [] | package com.kodilla.stream.flights;
import java.util.HashSet;
import java.util.Set;
import java.util.stream.Collectors;
public class Airport {
// private final String name;
private final String location;
private static final Set<Airport>destinations = new HashSet<>();
public Airport(String location) {... | 1,669 | 0.614739 | 0.61414 | 59 | 27.288136 | 23.957626 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.372881 | false | false | 14 |
c1a4260371eb2c2a3edb2c84e72ff982dab7c7e1 | 24,996,709,684,937 | c25a8d65b3b65145421ff66d6d30bf86a792a650 | /app/src/main/assets/FibonacciExample.java | 1412ea76a06b3738c077f9cec1f231e5679e5938 | [] | no_license | GOPINATHSWAMINATHAN/ProgramView | https://github.com/GOPINATHSWAMINATHAN/ProgramView | 3f58089a8306857dbab45b83b10fcd97727eed66 | c15b8442e88d357b553953e88361570e6f581322 | refs/heads/master | 2020-05-25T18:39:42.341000 | 2018-01-16T16:49:30 | 2018-01-16T16:49:30 | 84,953,680 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.gopinath.java.looping;
public class FibonacciExample {
public static void main(String args[]) {
int n, i, a = 0, b = 1, c = 0;
n = 10;
System.out.print(" " + a + " " + b);
for (i = 1; i <= (n - 2); i++) {
c = a + b;
System.out.print(" " + c);
... | UTF-8 | Java | 401 | java | FibonacciExample.java | Java | [] | null | [] | package com.gopinath.java.looping;
public class FibonacciExample {
public static void main(String args[]) {
int n, i, a = 0, b = 1, c = 0;
n = 10;
System.out.print(" " + a + " " + b);
for (i = 1; i <= (n - 2); i++) {
c = a + b;
System.out.print(" " + c);
... | 401 | 0.406484 | 0.389027 | 16 | 24.125 | 14.726146 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.9375 | false | false | 14 |
4d95c7183b4ee3e0240c15a81bab2ea43d73ae62 | 31,430,570,697,307 | 7a0537174e8edee47963b3fc410ada1b30fa1182 | /app/src/main/java/jn/mjz/aiot/jnuetc/view/activity/LoginActivity.java | e04c1887c5ff0eeabbb652b828ba2d01b343cc9b | [
"MIT"
] | permissive | 1962247851/jnuetc_android | https://github.com/1962247851/jnuetc_android | 66b242f1ec687718e48e0d0c9b8b617713c9e3c3 | 99711a81a79a48ff9d579dce1c121b741a6fb9e0 | refs/heads/master | 2023-02-07T08:47:40.568000 | 2021-01-02T12:56:04 | 2021-01-02T12:56:04 | 200,793,111 | 3 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package jn.mjz.aiot.jnuetc.view.activity;
import android.content.Intent;
import android.content.SharedPreferences;
import android.os.Bundle;
import android.text.Editable;
import android.text.TextWatcher;
import android.view.View;
import android.widget.Button;
import android.widget.CheckBox;
import android.widget.Linea... | UTF-8 | Java | 10,638 | java | LoginActivity.java | Java | [
{
"context": "y;\n\nimport com.google.gson.JsonObject;\nimport com.rengwuxian.materialedittext.MaterialEditText;\nimport com.you",
"end": 436,
"score": 0.8644794821739197,
"start": 426,
"tag": "USERNAME",
"value": "rengwuxian"
},
{
"context": "t.jnuetc.viewmodel.MainViewModel;\n\n/**... | null | [] | package jn.mjz.aiot.jnuetc.view.activity;
import android.content.Intent;
import android.content.SharedPreferences;
import android.os.Bundle;
import android.text.Editable;
import android.text.TextWatcher;
import android.view.View;
import android.widget.Button;
import android.widget.CheckBox;
import android.widget.Linea... | 10,636 | 0.596608 | 0.594226 | 253 | 40.486168 | 30.158422 | 125 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.644269 | false | false | 14 |
c21c5981ce050f6b9911c75e5607b73ccb4a5795 | 12,687,333,419,582 | b3acafd0352ac8156e541a922d841748e323d8b2 | /app/src/main/java/a2340/uberofcleanwater/Model/AccountType.java | be5e6604eabad7ab0641826531ccf152c771bd5b | [] | no_license | rscsam/UberOfCleanWater2340 | https://github.com/rscsam/UberOfCleanWater2340 | 4e1fc27e9287b9d78fa1fc5f119173033c2fb7ab | b802a17d48d5e11f7845b223581e1649f8af19c5 | refs/heads/master | 2021-01-22T06:23:14.580000 | 2017-04-25T05:23:27 | 2017-04-25T05:23:27 | 81,755,749 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package a2340.uberofcleanwater.model;
/**
* Enum which holds the types an account can be
*
* @author Seth Triplett
* @version 1.0
* @since 2017-02-21
*/
public enum AccountType {
User, Worker, Manager, Admin
}
| UTF-8 | Java | 221 | java | AccountType.java | Java | [
{
"context": "ch holds the types an account can be\n *\n * @author Seth Triplett\n * @version 1.0\n * @since 2017-02-21\n */\npublic e",
"end": 118,
"score": 0.9998612999916077,
"start": 105,
"tag": "NAME",
"value": "Seth Triplett"
}
] | null | [] | package a2340.uberofcleanwater.model;
/**
* Enum which holds the types an account can be
*
* @author <NAME>
* @version 1.0
* @since 2017-02-21
*/
public enum AccountType {
User, Worker, Manager, Admin
}
| 214 | 0.687783 | 0.624434 | 12 | 17.416666 | 15.305001 | 47 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 14 |
73233b259364a521963968fa80a7c03ddd2c629f | 28,913,719,862,344 | 2f9c42ba0adab6c5259dedf71c2b29a6a9fc7c68 | /app/src/main/java/com/vanke/dataanalysis/activity/FirstActivity.java | 687eaeddf425cb64da6c797e4fa6390fe37ba656 | [] | no_license | alvin1984/android_app | https://github.com/alvin1984/android_app | 4998dc76bab27d125380f917560f1027f5844a5f | de27ea08504136c42537eef46c98c435416d0c95 | refs/heads/master | 2017-11-01T12:03:12.620000 | 2017-08-04T03:13:58 | 2017-08-04T03:13:58 | 95,795,000 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.vanke.dataanalysis.activity;
import android.app.Activity;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.view.View;
import com.vanke.dataanalysis.R;
import com.vanke.dataanalysis.entity.AppErrorLog;
import com.vanke.dataanalysis.service.EMMAnalysis;
/**
* Created by... | UTF-8 | Java | 1,126 | java | FirstActivity.java | Java | [
{
"context": "taanalysis.service.EMMAnalysis;\n\n/**\n * Created by zhanghx10 on 2017/6/23.\n */\n\npublic class FirstActivity ext",
"end": 330,
"score": 0.9995445013046265,
"start": 321,
"tag": "USERNAME",
"value": "zhanghx10"
}
] | null | [] | package com.vanke.dataanalysis.activity;
import android.app.Activity;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.view.View;
import com.vanke.dataanalysis.R;
import com.vanke.dataanalysis.entity.AppErrorLog;
import com.vanke.dataanalysis.service.EMMAnalysis;
/**
* Created by... | 1,126 | 0.658082 | 0.650089 | 42 | 25.809525 | 20.433678 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.428571 | false | false | 14 |
a6a47fb28ff2658cf8da633144e6895597c1e54a | 29,575,144,821,938 | 50983bdd92d7c34814cad25be47746a5db2b803e | /app/src/main/java/qt/com/queuetracker/ui/SelectMinute.java | 516f9d2404dcbf438078fcfacf80d10259a1d6de | [] | no_license | Harmeet12345/QueueTracker | https://github.com/Harmeet12345/QueueTracker | a3426ac11d09dd85ba71c3aa4bf8675ffdd91435 | 58c5c0e3932aa82048350320e827d3eab940fa24 | refs/heads/master | 2021-01-19T03:28:07.515000 | 2016-05-06T11:29:01 | 2016-05-06T11:29:01 | 56,314,294 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package qt.com.queuetracker.ui;
import android.content.Context;
import android.content.Intent;
import android.os.Bundle;
import android.os.Handler;
import android.provider.Settings;
import android.support.v4.content.ContextCompat;
import android.view.View;
import android.view.WindowManager;
import android.widget.Frame... | UTF-8 | Java | 7,872 | java | SelectMinute.java | Java | [
{
"context": "qt.com.queuetracker.utils.Urls;\n\n/**\n * Created by vinove on 28/3/16.\n */\npublic class SelectMinute extends",
"end": 1111,
"score": 0.9996040463447571,
"start": 1105,
"tag": "USERNAME",
"value": "vinove"
}
] | null | [] | package qt.com.queuetracker.ui;
import android.content.Context;
import android.content.Intent;
import android.os.Bundle;
import android.os.Handler;
import android.provider.Settings;
import android.support.v4.content.ContextCompat;
import android.view.View;
import android.view.WindowManager;
import android.widget.Frame... | 7,872 | 0.629954 | 0.627033 | 216 | 35.444443 | 29.904427 | 132 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.74537 | false | false | 14 |
5810b6ee0f72da7113ebb701c450b6a2729883dc | 29,712,583,778,833 | ba48d33b1f698c210b87a97aa930fee324f2f0dc | /app/src/main/java/com/codemountain/audioplay/fragments/PlaylistPickerFragment.java | 47d1b9db842523a2f674457ad06aab4ce8deff3e | [] | no_license | HenryUdorji/AudioPlay | https://github.com/HenryUdorji/AudioPlay | dc345b1c525b3855e7ee35f511575daccb966630 | 562c3dc2df88adde9c75d9022b9567f111c80e6c | refs/heads/master | 2023-01-22T09:30:12.722000 | 2020-12-05T01:28:30 | 2020-12-05T01:28:30 | 292,171,289 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.codemountain.audioplay.fragments;
import android.annotation.SuppressLint;
import android.os.AsyncTask;
import android.os.Bundle;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageButton;
import androidx.fragment... | UTF-8 | Java | 6,241 | java | PlaylistPickerFragment.java | Java | [] | null | [] | package com.codemountain.audioplay.fragments;
import android.annotation.SuppressLint;
import android.os.AsyncTask;
import android.os.Bundle;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageButton;
import androidx.fragment... | 6,241 | 0.641724 | 0.641564 | 149 | 40.892616 | 31.435272 | 118 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.691275 | false | false | 14 |
78900a6f70f1616633504acb768c2cdce20ae441 | 27,900,107,580,696 | 7375a6b70001eb48651aaec945b52a879d068f89 | /环境温湿度监测/TestReport/src/com/net/mysever/myServerListener.java | 5f074fd034a0cfefeacc15a661870f6f16478182 | [] | no_license | wellshine/getLearning | https://github.com/wellshine/getLearning | f6187ea4b6075595252a4db6c369a68ca6f4ca3a | a6c688e1234cf2a5f075d65a8d523921078a05b2 | refs/heads/master | 2021-01-23T05:29:56.200000 | 2017-06-27T07:56:00 | 2017-06-27T07:56:00 | 86,313,140 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.net.mysever;
import javax.servlet.ServletContextEvent;
import javax.servlet.ServletContextListener;
public class myServerListener implements ServletContextListener {
public void contextDestroyed(ServletContextEvent arg0) {
// TODO Auto-generated method stub
}
public void contextInitialized(Servlet... | UTF-8 | Java | 401 | java | myServerListener.java | Java | [] | null | [] | package com.net.mysever;
import javax.servlet.ServletContextEvent;
import javax.servlet.ServletContextListener;
public class myServerListener implements ServletContextListener {
public void contextDestroyed(ServletContextEvent arg0) {
// TODO Auto-generated method stub
}
public void contextInitialized(Servlet... | 401 | 0.795511 | 0.790524 | 19 | 20.105263 | 23.276134 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.736842 | false | false | 14 |
0446eb6128677a800c2f150e9c3b5749f9ba777d | 24,850,680,803,023 | a146f8fe722da47b76f061c269dbd3d8904c07ec | /app/src/main/java/com/here/challenge/route/planner/retrofit/RetrofitService.java | 06d548e4d4b9b21d61633b41f518700b0044a1c8 | [] | no_license | othmanelkourd/here_challenge | https://github.com/othmanelkourd/here_challenge | 7a04020032ed65002ce14fe0c2c32b39a730049f | e2680ae38f7aea4a5f3ef49a2a0421ff12f51097 | refs/heads/master | 2016-09-14T04:52:10.665000 | 2016-06-17T01:57:23 | 2016-06-17T01:57:23 | 61,337,089 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.here.challenge.route.planner.retrofit;
import okhttp3.OkHttpClient;
import okhttp3.logging.HttpLoggingInterceptor;
import retrofit2.Retrofit;
import retrofit2.adapter.rxjava.RxJavaCallAdapterFactory;
import retrofit2.converter.gson.GsonConverterFactory;
/**
* The Retrofit Service
* to get the Retrofit C... | UTF-8 | Java | 1,074 | java | RetrofitService.java | Java | [
{
"context": "ervice\n * to get the Retrofit Client\n * Created by othman on 25/04/16.\n */\npublic class RetrofitService {\n\n",
"end": 346,
"score": 0.9996472001075745,
"start": 340,
"tag": "USERNAME",
"value": "othman"
}
] | null | [] | package com.here.challenge.route.planner.retrofit;
import okhttp3.OkHttpClient;
import okhttp3.logging.HttpLoggingInterceptor;
import retrofit2.Retrofit;
import retrofit2.adapter.rxjava.RxJavaCallAdapterFactory;
import retrofit2.converter.gson.GsonConverterFactory;
/**
* The Retrofit Service
* to get the Retrofit C... | 1,074 | 0.718808 | 0.708566 | 35 | 29.685715 | 24.387083 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.314286 | false | false | 14 |
3f4cee3bfeee9c497a3c9768098c1ad84a47a666 | 22,514,218,585,631 | 447c54b02352226a5f14a76dafa606241df20d87 | /ColdIronWASP/tags/Release1/se1ws1112teama/src/controller/lobby/.svn/text-base/LobbyController.java.svn-base | 5c715257e0a4067612aa8803b731ca0b0ea41d8b | [] | no_license | wseibel/ColdIronClient | https://github.com/wseibel/ColdIronClient | 203a34e42c7e760177c9c5abec2255d4bf8e6290 | cad10ca52578fbb30567d0ad7a0c454f4fd54a25 | refs/heads/master | 2021-01-13T01:37:34.905000 | 2014-05-13T08:04:28 | 2014-05-13T08:04:28 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package controller.lobby;
import java.beans.PropertyChangeEvent;
import java.beans.PropertyChangeListener;
import java.util.Iterator;
import model.game.CIClient;
import model.lobby.ChatUtilities;
import model.lobby.GameInfo;
import model.lobby.JSONMessageReceiver;
import model.lobby.ChatUtilities;
import m... | UTF-8 | Java | 9,944 | LobbyController.java.svn-base | Java | [
{
"context": "name\");\r\n\t\t\t\tlogin_GUI.getTextPassword().setText(\"password\");\r\n\t\t\t}\r\n\t\t\t\r\n\t\t\t@Override\r\n\t\t\tpublic void widge",
"end": 3822,
"score": 0.9991419315338135,
"start": 3814,
"tag": "PASSWORD",
"value": "password"
}
] | null | [] | package controller.lobby;
import java.beans.PropertyChangeEvent;
import java.beans.PropertyChangeListener;
import java.util.Iterator;
import model.game.CIClient;
import model.lobby.ChatUtilities;
import model.lobby.GameInfo;
import model.lobby.JSONMessageReceiver;
import model.lobby.ChatUtilities;
import m... | 9,946 | 0.625302 | 0.62329 | 345 | 26.823189 | 24.38176 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.831884 | false | false | 14 | |
cb192979b2907820d5403b532620bc8c6bcf235d | 20,323,785,272,102 | 25f425bd9d7ffabd53a8b00cbad015a3f607bc70 | /src/test/java/com/appland/appmap/config/AppMapConfigTest.java | 06157cd19d9bbbcc8ece187753acd5a38735c9f2 | [
"MIT"
] | permissive | thedevappsecguy/appmap-java | https://github.com/thedevappsecguy/appmap-java | a8380083d5f192aac99881ef35a9f54aad3b53e4 | 093f27989858f285a1bdfdc9ab7eb4848341eacf | refs/heads/master | 2023-07-08T20:39:05.702000 | 2021-08-14T18:41:52 | 2021-08-14T18:41:52 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.appland.appmap.config;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
import java.io.ByteArrayOutputStream;
import java.io.File;
import java.io.PrintStream;
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertTrue;
public class AppMapConfigTest {
... | UTF-8 | Java | 1,012 | java | AppMapConfigTest.java | Java | [] | null | [] | package com.appland.appmap.config;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
import java.io.ByteArrayOutputStream;
import java.io.File;
import java.io.PrintStream;
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertTrue;
public class AppMapConfigTest {
... | 1,012 | 0.700593 | 0.698617 | 39 | 24.897436 | 25.575224 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.435897 | false | false | 14 |
3ae9225b140ff59601943317fe7747bf6a06e7e7 | 20,323,785,269,490 | aa269d442247b19dce4300c8834641a3f1c18409 | /app/src/main/java/com/example/kuime/CaTask.java | 4304e6c5d00a108b4b02a8419239e357fb526762 | [] | no_license | Freerider-song/2021KDN_KUIME_ANDROID | https://github.com/Freerider-song/2021KDN_KUIME_ANDROID | 4b2a3db6fc88d4aac61afe90c0aac28bb480d805 | f28e19d94110423419e893a70a5a9193b46f38f5 | refs/heads/master | 2023-07-12T20:04:09.538000 | 2021-08-22T14:14:35 | 2021-08-22T14:14:35 | 386,652,709 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.kuime;
import android.app.Dialog;
import android.app.ProgressDialog;
import android.content.Context;
import android.os.AsyncTask;
import android.util.Log;
import android.util.Pair;
import com.github.ybq.android.spinkit.SpinKitView;
import org.json.JSONArray;
import org.json.JSONException;
import ... | UTF-8 | Java | 4,363 | java | CaTask.java | Java | [
{
"context": "g;\nimport android.util.Pair;\n\nimport com.github.ybq.android.spinkit.SpinKitView;\n\nimport org.json.JSO",
"end": 224,
"score": 0.5763878226280212,
"start": 223,
"tag": "USERNAME",
"value": "q"
},
{
"context": "rivate static final String m_strUrlApi = \"http://118.67... | null | [] | package com.example.kuime;
import android.app.Dialog;
import android.app.ProgressDialog;
import android.content.Context;
import android.os.AsyncTask;
import android.util.Log;
import android.util.Pair;
import com.github.ybq.android.spinkit.SpinKitView;
import org.json.JSONArray;
import org.json.JSONException;
import ... | 4,362 | 0.526182 | 0.52203 | 155 | 26.967741 | 24.188885 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.812903 | false | false | 14 |
de3c60b1c6f98bae7801c28317143da9a95d8a0c | 2,138,893,741,074 | 0c482fd0d0acd6034be4117c5b3cf328ddc82646 | /sso-demo/src/main/java/cn/pbj/demo2020/sso_vue/service/impl/LoginServiceImpl.java | 270b6ca36a5e6b41b7b1425137b7dbff055e9257 | [] | no_license | peng4444/demo2020 | https://github.com/peng4444/demo2020 | ac88599a3d8cbf2c841c4441b1a652fd4c899a11 | 3cfc9601df7d6a7ea2d50cf49a89e947b91a6b49 | refs/heads/master | 2022-12-25T01:29:39.171000 | 2020-12-18T14:17:13 | 2020-12-18T14:17:13 | 251,326,011 | 1 | 1 | null | false | 2022-11-24T08:17:50 | 2020-03-30T14:13:15 | 2020-12-18T14:17:35 | 2022-11-24T08:17:49 | 5,494 | 1 | 1 | 20 | Java | false | false | package cn.pbj.demo2020.sso_vue.service.impl;
import cn.pbj2019.demo.sso_vue.domain.LoginResultDetails;
import cn.pbj2019.demo.sso_vue.domain.ResultDetails;
import cn.pbj2019.demo.sso_vue.model.User;
import cn.pbj2019.demo.sso_vue.service.LoginService;
import io.jsonwebtoken.Claims;
import org.springframework.http.Ht... | UTF-8 | Java | 1,554 | java | LoginServiceImpl.java | Java | [] | null | [] | package cn.pbj.demo2020.sso_vue.service.impl;
import cn.pbj2019.demo.sso_vue.domain.LoginResultDetails;
import cn.pbj2019.demo.sso_vue.domain.ResultDetails;
import cn.pbj2019.demo.sso_vue.model.User;
import cn.pbj2019.demo.sso_vue.service.LoginService;
import io.jsonwebtoken.Claims;
import org.springframework.http.Ht... | 1,554 | 0.754534 | 0.739637 | 37 | 40.729729 | 23.339619 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.72973 | false | false | 14 |
9d3e3ff108538754af05f26eb90e9fc8efea4f51 | 2,645,699,866,569 | dcd88602c7805536aee70c844b562363deb317cb | /src/main/java/com/persistance/PaymentDAO.java | f476b6d63a21fc546daaa60491eb5edb3e2345cf | [] | no_license | rskleymenov/gym | https://github.com/rskleymenov/gym | ff3de530f6f960a30e06ba70cdbbd101730ff1c4 | 990d7b8280efb60ebcbace68de9686eaaaaf9430 | refs/heads/master | 2021-01-01T03:37:19.519000 | 2016-05-09T11:05:52 | 2016-05-09T11:05:52 | 55,997,063 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.persistance;
import java.util.List;
import org.hibernate.Transaction;
import org.hibernate.classic.Session;
import org.hibernate.criterion.Projections;
import org.hibernate.criterion.Restrictions;
import org.hibernate.transform.Transformers;
import com.entity.Payment;
import com.persistance.su... | UTF-8 | Java | 3,454 | java | PaymentDAO.java | Java | [] | null | [] | package com.persistance;
import java.util.List;
import org.hibernate.Transaction;
import org.hibernate.classic.Session;
import org.hibernate.criterion.Projections;
import org.hibernate.criterion.Restrictions;
import org.hibernate.transform.Transformers;
import com.entity.Payment;
import com.persistance.su... | 3,454 | 0.762594 | 0.762594 | 97 | 33.608246 | 26.20402 | 108 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.134021 | false | false | 14 |
693d709e90b79f041729a9c85330550880936de1 | 8,933,531,987,159 | 53189efbfed5423821a84f631da404d07a80e404 | /storage/app/Al-QuranIndonesia_com.andi.alquran.id_source_from_JADX/com/google/android/gms/internal/by.java | db1329b3ded173572a436a42cde2c8f1cb26bcd0 | [
"MIT"
] | permissive | dwijpr/islam | https://github.com/dwijpr/islam | 0c9b77028d34862b6d06858c5b0d6ffec91b5014 | 6077291a619ac2f5b30a77e284c0a7361e7c8ad4 | refs/heads/master | 2021-01-19T17:16:49.818000 | 2017-03-13T23:00:08 | 2017-03-13T23:00:08 | 82,430,213 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.google.android.gms.internal;
import android.app.PendingIntent;
import android.os.IBinder;
import android.os.Parcel;
import android.os.Parcelable.Creator;
import com.google.android.gms.C1114a.C1096c;
import com.google.android.gms.common.internal.safeparcel.C1354a;
import com.google.android.gms.common.intern... | UTF-8 | Java | 3,396 | java | by.java | Java | [] | null | [] | package com.google.android.gms.internal;
import android.app.PendingIntent;
import android.os.IBinder;
import android.os.Parcel;
import android.os.Parcelable.Creator;
import com.google.android.gms.C1114a.C1096c;
import com.google.android.gms.common.internal.safeparcel.C1354a;
import com.google.android.gms.common.intern... | 3,396 | 0.590695 | 0.509717 | 81 | 40.925926 | 27.779457 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.111111 | false | false | 14 |
32cc9a18c5ef9f2908a9d8823a2bd68b211d6fd4 | 19,585,050,880,174 | f9c3532737dfa995d5fbb4b3dee362af2d02d917 | /src/test/java/gpu/MockDisplay.java | f577d1bea56a2e8cc75f80c8d6f0ad3784941547 | [
"MIT"
] | permissive | sidmalik123/GameBoi | https://github.com/sidmalik123/GameBoi | 2c2d1e2b3326e76843065b602006eb4857bda4c1 | 81cd14b92d161a30699b35d7440095d3f182d140 | refs/heads/master | 2021-09-07T01:11:00.698000 | 2018-02-14T18:10:09 | 2018-02-14T18:10:09 | 109,763,055 | 2 | 0 | null | false | 2018-01-01T05:13:08 | 2017-11-06T23:42:27 | 2017-12-23T13:32:17 | 2018-01-01T05:13:08 | 325 | 0 | 0 | 0 | Java | false | null | package gpu;
public class MockDisplay implements Display {
@Override
public void setPixel(int x, int y, Color color) {
}
@Override
public void refresh() {
}
}
| UTF-8 | Java | 187 | java | MockDisplay.java | Java | [] | null | [] | package gpu;
public class MockDisplay implements Display {
@Override
public void setPixel(int x, int y, Color color) {
}
@Override
public void refresh() {
}
}
| 187 | 0.631016 | 0.631016 | 13 | 13.384615 | 17.022783 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.230769 | false | false | 14 |
99a59829482b0850c837efd2aea5b1039bca92b7 | 28,217,935,146,932 | 368c8db136d17c90d4f4b048f8bbae0e8d40d2e1 | /app/src/main/java/com/example/testtask/db/Contact.java | 835ac8d143f387024564e9899424eda82cabd0ae | [] | no_license | vladkarachov/SimpleContactViewer | https://github.com/vladkarachov/SimpleContactViewer | 59f83b26dc76ec7e815728a92e944a2119717d82 | f969359fca2cc92c70c38d64b7e304b5722d8775 | refs/heads/master | 2022-10-11T13:31:16.060000 | 2020-06-07T15:29:39 | 2020-06-07T15:29:39 | 270,351,414 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.testtask.db;
import androidx.room.Entity;
import androidx.room.PrimaryKey;
@Entity
public class Contact {
@PrimaryKey
public int id;
public String name;
public String surname;
public String email;
public Contact(int id, String name, String surname, String email) {
... | UTF-8 | Java | 429 | java | Contact.java | Java | [] | null | [] | package com.example.testtask.db;
import androidx.room.Entity;
import androidx.room.PrimaryKey;
@Entity
public class Contact {
@PrimaryKey
public int id;
public String name;
public String surname;
public String email;
public Contact(int id, String name, String surname, String email) {
... | 429 | 0.652681 | 0.652681 | 22 | 18.545454 | 16.447512 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.636364 | false | false | 14 |
c0919128f475ee4a09457a4eb1bc02cba3f6d2e0 | 5,927,054,886,185 | 32df43598b689a6aa43069c2bd3740d0ead589a5 | /src/Character.java | 1878e99d27040246afbf6fab3447e7fba73bdca3 | [] | no_license | mrkallay/werewolves | https://github.com/mrkallay/werewolves | e7270fd0d7b3f44335db6dba7b890ddc8b2b0ebe | 258251c3744b640b5764eda2db7f44fba7609cc3 | refs/heads/master | 2022-08-03T01:33:50.052000 | 2020-05-28T17:20:12 | 2020-05-28T17:20:12 | 262,471,924 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public class Character {
private String name;
private boolean isAssigned;
public Character(String name){
this.name = name;
}
public String getName() {
return name;
}
public void setName(String name) {
this.name = name;
}
public boolean isAssigned() {
... | UTF-8 | Java | 434 | java | Character.java | Java | [] | null | [] | public class Character {
private String name;
private boolean isAssigned;
public Character(String name){
this.name = name;
}
public String getName() {
return name;
}
public void setName(String name) {
this.name = name;
}
public boolean isAssigned() {
... | 434 | 0.596774 | 0.596774 | 22 | 18.727272 | 14.283436 | 47 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.318182 | false | false | 14 |
047d3c56ee57085da94b81a1df79e6eba58db543 | 24,592,982,751,087 | b743bd285fffdccdd5558bb0ae266ea5bc824fd7 | /assignment5/RainWaterTrapping.java | 931f5eccb9c3e189f4c52668a1a4a160a14edfdb | [] | no_license | devsumanprasad/Nagarro | https://github.com/devsumanprasad/Nagarro | f6f91d2ef3ff62deb5f5ac037e25665fc5a71d1a | 5136cab32fae59276b9d7c75c5ed7346a7107262 | refs/heads/main | 2023-08-29T09:06:24.642000 | 2021-10-22T17:49:45 | 2021-10-22T17:49:45 | 357,958,762 | 1 | 0 | null | false | 2021-04-14T20:34:58 | 2021-04-14T15:44:51 | 2021-04-14T20:33:48 | 2021-04-14T20:34:57 | 1 | 0 | 0 | 0 | Java | false | false | /*
* You are given an input array whose each element represents the height of a line towers.
* The width of every tower is 1. It starts raining. Water is filled between the gap of towers if possible.
* You need to find how much water filled between these given towers.
Example : |
|
|
|
... | UTF-8 | Java | 2,261 | java | RainWaterTrapping.java | Java | [] | null | [] | /*
* You are given an input array whose each element represents the height of a line towers.
* The width of every tower is 1. It starts raining. Water is filled between the gap of towers if possible.
* You need to find how much water filled between these given towers.
Example : |
|
|
|
... | 2,261 | 0.535604 | 0.508182 | 103 | 19.951456 | 22.21273 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.572815 | false | false | 14 |
ce8fcf897c5588725cb5c2148b40ad3838760c86 | 15,771,119,976,174 | 43fd580715e362fdf048fe38942b555550daf562 | /src/main/java/com/morsca/weezevent/domain/WeezeventParticipantOwner.java | ca518a52ad6586634647c16c330d022e69ff3c98 | [] | no_license | morsca/weezevent-sdk | https://github.com/morsca/weezevent-sdk | 4dff1d7685fcc231e0dc2035028c9a0f14516911 | 2e915b0dcd65022163fa6ee666e84abfb9300657 | refs/heads/master | 2021-01-10T06:08:17.889000 | 2015-05-31T19:29:44 | 2015-05-31T19:29:44 | 36,247,769 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.morsca.weezevent.domain;
public class WeezeventParticipantOwner {
private String firstName;
private String lastName;
private String email;
private String comment;
private String customField;
private String origin;
public String getFirstName() {
return firstName;
}
public void setFir... | UTF-8 | Java | 1,016 | java | WeezeventParticipantOwner.java | Java | [] | null | [] | package com.morsca.weezevent.domain;
public class WeezeventParticipantOwner {
private String firstName;
private String lastName;
private String email;
private String comment;
private String customField;
private String origin;
public String getFirstName() {
return firstName;
}
public void setFir... | 1,016 | 0.719488 | 0.719488 | 65 | 14.630769 | 15.19673 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.215385 | false | false | 14 |
16dd0f500a8dd2b2e5f468de0a9807f5a3efca12 | 23,880,018,165,938 | 647c0336655bb6a53b5a00fe4895ebcf940de0e9 | /poleEmploi/src/tests/TestPoleEmploiJunit.java | ed60283a39b6dad5d62197646eebdf4162048635 | [] | no_license | SamyBensalem/testPoleEmploi | https://github.com/SamyBensalem/testPoleEmploi | f9e19b4c190e6fa5937493c1a2d4e425a0de7042 | 593067abbe0ef66720d9d51cdc40c13aeeae9711 | refs/heads/master | 2020-04-16T23:58:13.287000 | 2019-01-16T11:56:39 | 2019-01-16T11:56:39 | 166,032,437 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package tests;
import org.junit.jupiter.api.Test;
import exercice.PoleEmploi;
import junit.framework.Assert;
public class TestPoleEmploiJunit {
// System.out.println(javanais("bonjour"));
// System.out.println("bavonjavour");
// System.out.println(javanais("chante"));
// System.out.println(("chavantave"))... | UTF-8 | Java | 1,288 | java | TestPoleEmploiJunit.java | Java | [] | null | [] | package tests;
import org.junit.jupiter.api.Test;
import exercice.PoleEmploi;
import junit.framework.Assert;
public class TestPoleEmploiJunit {
// System.out.println(javanais("bonjour"));
// System.out.println("bavonjavour");
// System.out.println(javanais("chante"));
// System.out.println(("chavantave"))... | 1,288 | 0.684006 | 0.684006 | 48 | 24.833334 | 18.16399 | 50 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.666667 | false | false | 14 |
3b0ec5089fa4ac92849931f0f4f3d21a3eff2143 | 13,778,255,133,735 | 07e147fd4cd8cd80707711a38c608589fad3496e | /src/main/java/io/evlikat/limopdf/page/PageSpecifications.java | 236ddfddc827e7bc996ec8ac9c0162fefbaba609 | [] | no_license | Evlikat/limopdf | https://github.com/Evlikat/limopdf | 6875767604d509feb741664e607429bfb96200c1 | 3ec370e2fa2d0933d167da9e643097646158a64c | refs/heads/master | 2022-11-16T02:02:39.125000 | 2020-07-12T14:13:27 | 2020-07-12T14:13:27 | 271,832,725 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package io.evlikat.limopdf.page;
import io.evlikat.limopdf.util.Box;
import org.apache.pdfbox.pdmodel.common.PDRectangle;
public class PageSpecifications {
public static final PageSpecification A4 = new PageSpecification();
public static final PageSpecification A5 = new PageSpecification(Box.of(50f), PDRecta... | UTF-8 | Java | 374 | java | PageSpecifications.java | Java | [] | null | [] | package io.evlikat.limopdf.page;
import io.evlikat.limopdf.util.Box;
import org.apache.pdfbox.pdmodel.common.PDRectangle;
public class PageSpecifications {
public static final PageSpecification A4 = new PageSpecification();
public static final PageSpecification A5 = new PageSpecification(Box.of(50f), PDRecta... | 374 | 0.770053 | 0.756684 | 13 | 27.76923 | 30.184443 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.461538 | false | false | 14 |
cb2f80df0c5176a6969ceeb46d408bb8058015ba | 6,906,307,472,210 | 5acde93fb99ca5b8cf5a0201dd37c7e61d5d8849 | /app/src/main/java/com/wl/jetpack/room/MyDatabase.java | 3fa78dd8925af14671978a54fe0ee3a0fd72a19f | [] | no_license | Tom1881/Jet-pack | https://github.com/Tom1881/Jet-pack | 8d2ac9813f488bf7a1cce191b3e7043d5475bd70 | 0d75547928d289e1504b8e480872d20b0e2c2a3d | refs/heads/master | 2023-02-10T11:49:43.516000 | 2021-01-03T10:03:38 | 2021-01-03T10:03:38 | 326,376,981 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.wl.jetpack.room;
import android.content.Context;
import androidx.annotation.NonNull;
import androidx.room.Database;
import androidx.room.Room;
import androidx.room.RoomDatabase;
import androidx.room.migration.Migration;
import androidx.sqlite.db.SupportSQLiteDatabase;
//在这指定版本号
//是否导出schema文件,默认是导出的
@Dat... | UTF-8 | Java | 2,448 | java | MyDatabase.java | Java | [] | null | [] | package com.wl.jetpack.room;
import android.content.Context;
import androidx.annotation.NonNull;
import androidx.room.Database;
import androidx.room.Room;
import androidx.room.RoomDatabase;
import androidx.room.migration.Migration;
import androidx.sqlite.db.SupportSQLiteDatabase;
//在这指定版本号
//是否导出schema文件,默认是导出的
@Dat... | 2,448 | 0.644475 | 0.638587 | 63 | 34.047619 | 30.736168 | 138 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.571429 | false | false | 14 |
e3c8437ed432bc04a41e4598ba60606933ad1265 | 5,420,248,788,406 | 7f136f43bd5b02e197963a828af7ed64ab48aacc | /src/main/java/com/iprogrammerr/algorithms_data_structures/nn/Training.java | 688fca1dc64ed88c8ec6679507edf7c2a72a87e2 | [] | no_license | Iprogrammerr/Algorithms-Data-Structures | https://github.com/Iprogrammerr/Algorithms-Data-Structures | 5795db826691207a4412e7dcd771ea71f750f2b7 | b33b8de8995898013178be53af46786f402b62f0 | refs/heads/master | 2021-07-02T06:03:31.222000 | 2019-10-19T12:06:14 | 2019-10-19T12:30:30 | 165,128,076 | 0 | 0 | null | false | 2020-10-13T11:36:46 | 2019-01-10T20:42:37 | 2019-10-19T12:31:40 | 2020-10-13T11:36:45 | 393 | 0 | 0 | 1 | Java | false | false | package com.iprogrammerr.algorithms_data_structures.nn;
public interface Training {
double[][] input();
double[] output();
class Or implements Training {
private static final double[][] INPUT = { { 0, 0 }, { 0, 1 }, { 1, 0 }, { 1, 1 } };
private static final double[] OUTPUT = { 0, 1, 1, 1 };
@Override
... | UTF-8 | Java | 1,056 | java | Training.java | Java | [] | null | [] | package com.iprogrammerr.algorithms_data_structures.nn;
public interface Training {
double[][] input();
double[] output();
class Or implements Training {
private static final double[][] INPUT = { { 0, 0 }, { 0, 1 }, { 1, 0 }, { 1, 1 } };
private static final double[] OUTPUT = { 0, 1, 1, 1 };
@Override
... | 1,056 | 0.573864 | 0.539773 | 56 | 17.857143 | 22.381775 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.125 | false | false | 14 |
8e67c09f5cd551f91ef8f927c5dc506d57eadb87 | 29,265,907,214,298 | 539106fad50202b2d5e1de99b961348a17bdd2a6 | /main/java/com/ulta/core/bean/GoogleURLShortenBean.java | 6cc89b497057187edb5e7cb397fc47b5dc07237c | [] | no_license | sanmolsoftware/Android4.4 | https://github.com/sanmolsoftware/Android4.4 | bf2e8afeb46a510b80152c90fd359e24dd027a26 | d1a45436f3b6912181e7fa6a6cb5eb66f5f265bd | refs/heads/master | 2020-04-02T13:18:15.413000 | 2016-07-15T12:40:51 | 2016-07-15T12:40:51 | 62,690,404 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
*
* Copyright(c) ULTA, Inc. All Rights reserved.
*
*
*/
package com.ulta.core.bean;
import com.google.gson.annotations.SerializedName;
/**
* @author viva
*
*/
public class GoogleURLShortenBean extends UltaBean {
/**
*
*/
private static final long serialVersionUID = -5977248911511450179L;
priv... | UTF-8 | Java | 1,060 | java | GoogleURLShortenBean.java | Java | [
{
"context": "e.gson.annotations.SerializedName;\n\n/**\n * @author viva\n * \n */\npublic class GoogleURLShortenBean extends",
"end": 167,
"score": 0.9994391798973083,
"start": 163,
"tag": "USERNAME",
"value": "viva"
}
] | null | [] | /**
*
* Copyright(c) ULTA, Inc. All Rights reserved.
*
*
*/
package com.ulta.core.bean;
import com.google.gson.annotations.SerializedName;
/**
* @author viva
*
*/
public class GoogleURLShortenBean extends UltaBean {
/**
*
*/
private static final long serialVersionUID = -5977248911511450179L;
priv... | 1,060 | 0.619811 | 0.601887 | 73 | 13.520548 | 15.461051 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.90411 | false | false | 14 |
b2e5147c06b226ac2dc67970d5ae7e13fcb89d47 | 18,743,237,344,965 | b9eb7760a2553d238e197289326f7239f9885f8c | /src/main/java/com/yygx/work/Entity/MedicalTechDocEntity.java | f48ad64b083c2c99c259848aab1a4e5844244a46 | [] | no_license | The-chosen/Hospital-Information-System-NEU-proj | https://github.com/The-chosen/Hospital-Information-System-NEU-proj | be6ce4f64fb9dfaf2a260ac153dba8f2da4cbcbc | 11861c193c35d748b46ac28eaee3d2921d56f21f | refs/heads/master | 2022-06-12T15:00:56.189000 | 2020-05-04T01:42:01 | 2020-05-04T01:42:01 | 198,159,907 | 3 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.yygx.work.Entity;
import javax.persistence.*;
import java.util.Objects;
@Entity
@Table(name = "medicalTechDoc", schema = "backup_b", catalog = "")
public class MedicalTechDocEntity {
private int techDicId;
private String loginName;
private String password;
private String realName;
priv... | UTF-8 | Java | 2,046 | java | MedicalTechDocEntity.java | Java | [] | null | [] | package com.yygx.work.Entity;
import javax.persistence.*;
import java.util.Objects;
@Entity
@Table(name = "medicalTechDoc", schema = "backup_b", catalog = "")
public class MedicalTechDocEntity {
private int techDicId;
private String loginName;
private String password;
private String realName;
priv... | 2,046 | 0.622678 | 0.622678 | 82 | 23.95122 | 20.246592 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.426829 | false | false | 14 |
b23bc522580e00505e40756e52afa6305c03643e | 8,349,416,493,167 | e2808c03fcf3b6ab58631112ab3733da38b2a8b7 | /awesome-product-service/src/main/java/com/skcc/category/repository/CategoryEntityRepository.java | d81dabfa0b7ce875e4e4b78c2654d28c00c9f147 | [] | no_license | jenl23/CICD | https://github.com/jenl23/CICD | 0c9e097dabf1bdd362feeb7b2f032b7ba26a93dd | 770bb30bb430d3ff64a78c4127158b0372080629 | refs/heads/master | 2023-04-20T01:59:57.392000 | 2021-05-07T10:44:27 | 2021-05-07T10:44:27 | 369,115,592 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.skcc.category.repository;
import com.skcc.category.domain.CategoryEntity;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
import java.util.List;
@Repository
public interface CategoryEntityRepository extends JpaRepository<CategoryEntity, Long... | UTF-8 | Java | 397 | java | CategoryEntityRepository.java | Java | [] | null | [] | package com.skcc.category.repository;
import com.skcc.category.domain.CategoryEntity;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
import java.util.List;
@Repository
public interface CategoryEntityRepository extends JpaRepository<CategoryEntity, Long... | 397 | 0.846348 | 0.846348 | 12 | 32.166668 | 29.579929 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.583333 | false | false | 14 |
fc9da0fd5b364250ca48d3bf6105bbfa6c08372e | 6,940,667,211,537 | d195bcae795c3031f68b5d2cdc66d6b1e029c8f6 | /mybatis_plus_learning/mp-advanced/mp-dynamicTableNameParser/src/main/java/com/dsf/mp/dynamicTableNameParser/DynamicTableNameParserApp.java | 919704681303cc074351887bf78bdbd77f8f4080 | [] | no_license | SexCastException/mybatis | https://github.com/SexCastException/mybatis | 919ce202eec106fc9f32b5eae2a450b1752523db | 32b3b3cb53a780bc5b499901cdb570ac1a0250d7 | refs/heads/master | 2023-08-13T21:03:22.024000 | 2022-01-16T03:15:39 | 2022-01-16T03:15:39 | 197,748,880 | 3 | 0 | null | false | 2023-07-22T11:17:29 | 2019-07-19T09:56:20 | 2022-01-16T03:13:41 | 2023-07-22T11:17:28 | 17,585 | 0 | 0 | 5 | Java | false | false | package com.dsf.mp.dynamicTableNameParser;
import org.mybatis.spring.annotation.MapperScan;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
@MapperScan("com.dsf.mp.dynamicTableNameParser")
public class DynamicTableNameParse... | UTF-8 | Java | 450 | java | DynamicTableNameParserApp.java | Java | [] | null | [] | package com.dsf.mp.dynamicTableNameParser;
import org.mybatis.spring.annotation.MapperScan;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
@MapperScan("com.dsf.mp.dynamicTableNameParser")
public class DynamicTableNameParse... | 450 | 0.815556 | 0.815556 | 13 | 33.615383 | 24.199614 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.461538 | false | false | 14 |
c4dafa4d4c15e14239e8a1b1e0a3968c4232e0ee | 17,394,617,590,297 | 1b13184630272340886d41302ce4d2e308185e6f | /SensorNetworkInterface_v3/src/ActivitiesModel/ActivitiesXMLModel.java | b44c5caf78dbce36dcca33c00214c84b60407ddb | [] | no_license | iduque/ThesisModules | https://github.com/iduque/ThesisModules | 82560b4075a529088037dbc4a81fc8f3fd70ad67 | 91f2d684d032ede2bbbc07c14ec7a135be8e0c45 | refs/heads/master | 2021-01-18T19:41:16.271000 | 2017-06-22T06:38:54 | 2017-06-22T06:38:54 | 69,097,049 | 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 ActivitiesModel;
import java.util.Iterator;
import java.util.LinkedHashMap;
/**
* Structure to store the activities read from the XML file
* @author id11ab
*/
public class ActivitiesXMLModel{
... | UTF-8 | Java | 3,181 | java | ActivitiesXMLModel.java | Java | [
{
"context": "e the activities read from the XML file\n * @author id11ab\n */ \n public class ActivitiesXMLModel{\n \n",
"end": 267,
"score": 0.9996234774589539,
"start": 261,
"tag": "USERNAME",
"value": "id11ab"
}
] | null | [] | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package ActivitiesModel;
import java.util.Iterator;
import java.util.LinkedHashMap;
/**
* Structure to store the activities read from the XML file
* @author id11ab
*/
public class ActivitiesXMLModel{
... | 3,181 | 0.576234 | 0.575605 | 101 | 30.49505 | 25.629742 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.237624 | false | false | 14 |
2abb5bb0e794818614d6f17af94fb27666120040 | 27,127,013,475,222 | 67340ef3abf9a9d3a24990a3969e51271ad0c069 | /TMA02Q4-war/src/java/tma02_q4_servlets/ViewComments.java | b16317d07f8b9a5c10bf080b24441a1da3167092 | [] | no_license | rogilvie80/10.TMA02Q4Blog-Comments-Web-Application-JSP-Servlets-JavaBeans-EJB | https://github.com/rogilvie80/10.TMA02Q4Blog-Comments-Web-Application-JSP-Servlets-JavaBeans-EJB | 46eb803fc50452d5b8cf5ad422345a13050294ee | d9078e8a15b8781a664bb33ed2d23a3d709cb04f | refs/heads/master | 2021-01-10T04:24:38.907000 | 2016-01-18T20:01:01 | 2016-01-18T20:01:01 | 49,838,041 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* ViewComments.java
*
* @version 1.0
*/
package tma02_q4_servlets;
import java.io.*;
import java.util.List;
import javax.ejb.EJB;
import java.util.Date;
import javax.servlet.*;
import javax.servlet.http.*;
import tma02_q4_beans.CommentBean;
import tma02_q4_ejbs.PostedCommentsLocal;
import tma02_q4_ejbs.Posted... | UTF-8 | Java | 3,497 | java | ViewComments.java | Java | [
{
"context": "a02_q4_ejbs.PostedCommentsBean;\n\n/**\n *\n * @author m362\n * @version\n */\npublic class ViewComments extends",
"end": 357,
"score": 0.9995316863059998,
"start": 353,
"tag": "USERNAME",
"value": "m362"
}
] | null | [] | /*
* ViewComments.java
*
* @version 1.0
*/
package tma02_q4_servlets;
import java.io.*;
import java.util.List;
import javax.ejb.EJB;
import java.util.Date;
import javax.servlet.*;
import javax.servlet.http.*;
import tma02_q4_beans.CommentBean;
import tma02_q4_ejbs.PostedCommentsLocal;
import tma02_q4_ejbs.Posted... | 3,497 | 0.642551 | 0.63483 | 120 | 28.141666 | 26.237789 | 122 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.416667 | false | false | 14 |
4fbd3aa249b02eafc47e2af61aa6729073fc74ba | 2,241,972,939,466 | 51b0113105c204b93973b2521a66e34dc2b1fc7a | /src/main/java/ps5/support/PSTreeListModels/PSTreeListModel_MeasureTemplates.java | 34783620f73c3fbfa31cc9eaa8b0a878253794f7 | [] | no_license | uzair1990/SVN_BackUP_CLK | https://github.com/uzair1990/SVN_BackUP_CLK | 8109f091fe94f860b9c672801e15880aff3a4eeb | 7f4fed9bf309bbaea05926bdb5af374e0a126333 | refs/heads/master | 2017-11-30T11:25:05.537000 | 2016-11-11T17:17:50 | 2016-11-11T17:17:50 | 81,482,743 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ps5.support.PSTreeListModels;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.Collections;
import java.util.Comparator;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import com.cinteractive.database.PersistentKey;
import com.cinteractive.database.U... | UTF-8 | Java | 5,949 | java | PSTreeListModel_MeasureTemplates.java | Java | [] | null | [] | package ps5.support.PSTreeListModels;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.Collections;
import java.util.Comparator;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import com.cinteractive.database.PersistentKey;
import com.cinteractive.database.U... | 5,949 | 0.623466 | 0.621953 | 173 | 32.398846 | 30.770781 | 139 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.589595 | false | false | 14 |
177dcc4364656a22b39f90941ca12070da402cdb | 23,837,068,502,660 | d84b5a750d7248b57b4815124d6fee562c90853e | /Project/javase/src/Circle.java | dbb27701b82c5575b37c2ac743de669265e39423 | [] | no_license | xiaofulin/studycode | https://github.com/xiaofulin/studycode | 20316f7308ba847956651f34310b972e86e504e0 | d46a4fdef731a6461497f50c888a1ac98b479e35 | refs/heads/master | 2018-09-19T16:14:35.356000 | 2018-08-01T09:00:41 | 2018-08-01T09:00:41 | 81,513,444 | 0 | 0 | null | false | 2017-02-10T02:35:55 | 2017-02-10T01:36:29 | 2017-02-10T01:36:29 | 2017-02-10T02:35:55 | 0 | 0 | 0 | 0 | null | null | null | public class Circle extends Shape {
Circle(double dim) {
super(dim);
}
@Override
double callArea() {
System.out.println("圆的面积:" + 3.14 * dim * dim);
return 0;
}
@Override
double callPerimeter() {
System.out.println("圆的周长:" + 2 * 3.14 * dim);
return 0... | UTF-8 | Java | 496 | java | Circle.java | Java | [] | null | [] | public class Circle extends Shape {
Circle(double dim) {
super(dim);
}
@Override
double callArea() {
System.out.println("圆的面积:" + 3.14 * dim * dim);
return 0;
}
@Override
double callPerimeter() {
System.out.println("圆的周长:" + 2 * 3.14 * dim);
return 0... | 496 | 0.531513 | 0.508403 | 23 | 19.73913 | 16.411072 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.347826 | false | false | 14 |
4fb0fecbc976228228f3cbcda0fe789462f25d40 | 23,837,068,503,705 | c474b03758be154e43758220e47b3403eb7fc1fc | /apk/decompiled/com.tinder_2018-07-26_source_from_JADX/sources/com/tinder/data/match/ap.java | a5ff922f021dcc4a1c7f436ab4a70c14ba311fa7 | [] | no_license | EstebanDalelR/tinderAnalysis | https://github.com/EstebanDalelR/tinderAnalysis | f80fe1f43b3b9dba283b5db1781189a0dd592c24 | 941e2c634c40e5dbf5585c6876ef33f2a578b65c | refs/heads/master | 2020-04-04T09:03:32.659000 | 2018-11-23T20:41:28 | 2018-11-23T20:41:28 | 155,805,042 | 0 | 0 | null | false | 2018-11-18T16:02:45 | 2018-11-02T02:44:34 | 2018-11-18T15:58:25 | 2018-11-18T16:02:44 | 353,670 | 0 | 0 | 0 | null | false | null | package com.tinder.data.match;
import com.tinder.data.model.TrackingUrlModel;
import com.tinder.data.model.TrackingUrlModel.Creator;
import org.joda.time.DateTime;
final /* synthetic */ class ap implements Creator {
/* renamed from: a */
static final Creator f35243a = new ap();
private ap() {
}
... | UTF-8 | Java | 506 | java | ap.java | Java | [] | null | [] | package com.tinder.data.match;
import com.tinder.data.model.TrackingUrlModel;
import com.tinder.data.model.TrackingUrlModel.Creator;
import org.joda.time.DateTime;
final /* synthetic */ class ap implements Creator {
/* renamed from: a */
static final Creator f35243a = new ap();
private ap() {
}
... | 506 | 0.705534 | 0.673913 | 17 | 28.764706 | 30.641243 | 117 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.941176 | false | false | 14 |
49b7bf9c0e98ae1afab4decbfbfbc2732aedf60e | 11,046,655,900,760 | 8939970ffdad8557ae91e04659e73f0360feeddf | /platform/platform-impl/src/com/intellij/internal/statistic/service/fus/FUStatisticsService.java | 1deb282b2a4f8bbb46a75aed1e584a1d54f5a6eb | [
"Apache-2.0"
] | permissive | kishorechanti/intellij-community | https://github.com/kishorechanti/intellij-community | 79c510e0a7a283af7de4fae4987353da7bb698ab | 02b7d90489e66fe5cae020b46d1901b2cc48e5c4 | refs/heads/master | 2020-04-01T05:32:43.433000 | 2018-10-09T05:13:19 | 2018-10-13T14:54:21 | 152,908,241 | 1 | 0 | Apache-2.0 | true | 2018-10-13T19:42:50 | 2018-10-13T19:42:50 | 2018-10-13T15:09:26 | 2018-10-13T18:05:15 | 3,020,469 | 0 | 0 | 0 | null | false | null | // Copyright 2000-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
package com.intellij.internal.statistic.service.fus;
import com.intellij.internal.statistic.connect.StatServiceException;
import com.intellij.internal.statistic.service.Configura... | UTF-8 | Java | 3,834 | java | FUStatisticsService.java | Java | [] | null | [] | // Copyright 2000-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
package com.intellij.internal.statistic.service.fus;
import com.intellij.internal.statistic.connect.StatServiceException;
import com.intellij.internal.statistic.service.Configura... | 3,834 | 0.719092 | 0.716484 | 85 | 44.105881 | 37.312363 | 140 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.517647 | false | false | 14 |
3105c2a14cd05b364cfbb50df048ba9599ff5450 | 13,829,794,708,354 | 7d519f1087d1ed1cba9aa333926a802889809cb3 | /app/src/main/java/com/example/anish/mycalendardemo/model/CalendarEventModel.java | bb8236c66caa0b9dbd18165febc3e270bb5beafc | [] | no_license | anish59/MyCalendarDemo | https://github.com/anish59/MyCalendarDemo | 12adca3c69e5e0036d042843c3d81e380f173cc9 | 117aa80524234cd70b96c96705113b9d6d6cd5cf | refs/heads/master | 2021-01-11T17:38:01.680000 | 2017-01-24T14:20:10 | 2017-01-24T14:20:10 | 79,809,668 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.anish.mycalendardemo.model;
/**
* Created by anish on 23-01-2017.
*/
public class CalendarEventModel
{
String eventDate;
int count;
public String getEventDate() {
return eventDate;
}
public void setEventDate(String eventDate) {
this.eventDate = eventDate;
... | UTF-8 | Java | 456 | java | CalendarEventModel.java | Java | [
{
"context": "ple.anish.mycalendardemo.model;\n\n/**\n * Created by anish on 23-01-2017.\n */\n\npublic class CalendarEventMod",
"end": 72,
"score": 0.8586419224739075,
"start": 67,
"tag": "USERNAME",
"value": "anish"
}
] | null | [] | package com.example.anish.mycalendardemo.model;
/**
* Created by anish on 23-01-2017.
*/
public class CalendarEventModel
{
String eventDate;
int count;
public String getEventDate() {
return eventDate;
}
public void setEventDate(String eventDate) {
this.eventDate = eventDate;
... | 456 | 0.620614 | 0.60307 | 27 | 15.888889 | 15.921877 | 48 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.259259 | false | false | 14 |
46451324fef464d8aa42e9f28fe7b242f852d795 | 7,687,991,475,221 | a4f2d6831c611b6085f506f939082105d7b945cb | /distann/src/main/java/org/simmi/distann/SparkBlast.java | 9ab4bb445770e24e1754c113d5af9d1de6822dc3 | [] | no_license | sigmarkarl/sandbox | https://github.com/sigmarkarl/sandbox | 542c73c3af27bf1e76fb94252586aa5b8faad80a | aeac8abc57b571a3b6a2757d1926270f81f3dedc | refs/heads/master | 2023-03-19T00:46:52.376000 | 2023-03-03T15:17:23 | 2023-03-03T15:17:23 | 1,082,415 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.simmi.distann;
import org.apache.spark.api.java.function.MapPartitionsFunction;
import org.simmi.javafasta.shared.FastaSequence;
import java.io.*;
import java.net.InetAddress;
import java.nio.file.*;
import java.util.*;
import java.util.concurrent.*;
import java.util.function.Function;
import java.util.st... | UTF-8 | Java | 12,170 | java | SparkBlast.java | Java | [] | null | [] | package org.simmi.distann;
import org.apache.spark.api.java.function.MapPartitionsFunction;
import org.simmi.javafasta.shared.FastaSequence;
import java.io.*;
import java.net.InetAddress;
import java.nio.file.*;
import java.util.*;
import java.util.concurrent.*;
import java.util.function.Function;
import java.util.st... | 12,170 | 0.478143 | 0.474528 | 293 | 40.535835 | 32.198448 | 160 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.802048 | false | false | 14 |
bd0e4ed564ff39391c153b672e6ef0f49643cdf2 | 27,281,632,281,959 | af041ba1cb46d3c652fc2dd85319fe3cdf9c99ba | /app/src/main/java/cn/cqupt/jg/lxsassitant/login/view/RegisterActivity.java | a966765a8fb87f607e4c55294b69ce0b82717a64 | [] | no_license | Lxszs/aa | https://github.com/Lxszs/aa | d2baf3460234a6a16b737b220b91e71235bb9116 | 368c280f8f138109c96a5059258d353246015bcc | refs/heads/master | 2019-05-26T12:12:31.619000 | 2017-04-04T15:26:53 | 2017-04-04T15:26:53 | 84,509,953 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.cqupt.jg.lxsassitant.login.view;
import android.content.Intent;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.view.View;
import android.widget.Button;
import android.widget.CompoundButton;
import android.widget.EditText;
import android.widget.LinearLayout;
import andro... | UTF-8 | Java | 4,120 | java | RegisterActivity.java | Java | [
{
"context": "ssitant.main.view.MainActivity;\n\n/**\n * Created by Krisez on 2017/3/1.\n */\n\npublic class RegisterActivity e",
"end": 596,
"score": 0.9997003078460693,
"start": 590,
"tag": "USERNAME",
"value": "Krisez"
}
] | null | [] | package cn.cqupt.jg.lxsassitant.login.view;
import android.content.Intent;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.view.View;
import android.widget.Button;
import android.widget.CompoundButton;
import android.widget.EditText;
import android.widget.LinearLayout;
import andro... | 4,120 | 0.651456 | 0.65 | 146 | 27.219177 | 21.950596 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.472603 | false | false | 14 |
26648b8c0a820193fc29bb2ce1502e0f4f3087dd | 27,281,632,279,186 | fcdb187a49ecd6adf828d231201b379daab1fabc | /src/main/java/commands/MakeReservationCommand.java | a7d79afbf855b0e36bc6b1724ab0262572933356 | [] | no_license | DarthThanatos/EstateEthereumReservations | https://github.com/DarthThanatos/EstateEthereumReservations | 237f8499f4a73e5a94ef323b74b4f8150e44d696 | b241b3bc68890c493129e663f15588bba25bfe07 | refs/heads/master | 2020-03-14T18:07:02.874000 | 2018-05-10T21:01:19 | 2018-05-10T21:01:19 | 131,735,267 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package commands;
import cli.UserCLI;
import ethereum.AccountsManager;
import interfaces.Reservations;
import org.adridadou.ethereum.values.EthAccount;
public class MakeReservationCommand extends ReservationCommand {
public MakeReservationCommand(AccountsManager accountsManager, UserCLI userCLI, String cmdName) ... | UTF-8 | Java | 818 | java | MakeReservationCommand.java | Java | [] | null | [] | package commands;
import cli.UserCLI;
import ethereum.AccountsManager;
import interfaces.Reservations;
import org.adridadou.ethereum.values.EthAccount;
public class MakeReservationCommand extends ReservationCommand {
public MakeReservationCommand(AccountsManager accountsManager, UserCLI userCLI, String cmdName) ... | 818 | 0.755501 | 0.753056 | 25 | 31.719999 | 40.856354 | 139 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.68 | false | false | 14 |
63b8a5f507cabd24ea516e2e718e637d24d96d95 | 6,743,098,670,599 | 69f7fe1fc30d4995173f3935c23988d36a002e2d | /src/main/java/codewars/SmileFaces.java | 20760ffe716cc5deabfea1d3e2ff36ddde5c482f | [] | no_license | dmytro-verbivskyi/education | https://github.com/dmytro-verbivskyi/education | 88b3e94f8f6b1f393f39249a38d4b4955c0a0642 | 6a31ef1a511919a611f932752830ba76ae50dc7a | refs/heads/master | 2023-06-21T09:21:43.950000 | 2021-01-04T10:52:40 | 2021-01-04T10:52:40 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package codewars;
import java.util.Arrays;
import java.util.HashSet;
import java.util.List;
import java.util.Set;
public class SmileFaces {
public static int countSmileys(List<String> input) {
int smileys = 0;
for (String word : input) {
smileys += hasCompleteSmileyStr(word);
... | UTF-8 | Java | 1,669 | java | SmileFaces.java | Java | [] | null | [] | package codewars;
import java.util.Arrays;
import java.util.HashSet;
import java.util.List;
import java.util.Set;
public class SmileFaces {
public static int countSmileys(List<String> input) {
int smileys = 0;
for (String word : input) {
smileys += hasCompleteSmileyStr(word);
... | 1,669 | 0.49251 | 0.474536 | 69 | 23.188406 | 20.068922 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.695652 | false | false | 14 |
c4cca451310c515c375d92ebfe7f142ca811c025 | 15,925,738,751,480 | 8d2df4d6400c5c834e77d33b37710c40b062fbc6 | /jadaptive-api/src/main/java/com/jadaptive/api/json/BootstrapTableResult.java | 33d059c1aec0e3faf2deaef784dc06110ca92799 | [
"Apache-2.0"
] | permissive | thaingo/jadaptive-app-builder | https://github.com/thaingo/jadaptive-app-builder | 726ed9cea0e6fb6165473dbc023d652eef3eb622 | 4d3f4f9a860ee3a4298b4b1aca01b7ae7ee2c293 | refs/heads/master | 2023-07-12T11:12:47.082000 | 2020-09-02T14:45:28 | 2020-09-02T14:45:28 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jadaptive.api.json;
import java.util.Collection;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import com.jadaptive.api.template.ObjectTemplate;
@JsonIgnoreProperties(ignoreUnknown=true)
public class BootstrapTableResult<T> {
private long total;
private Collection<?> rows;
private T r... | UTF-8 | Java | 942 | java | BootstrapTableResult.java | Java | [] | null | [] | package com.jadaptive.api.json;
import java.util.Collection;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import com.jadaptive.api.template.ObjectTemplate;
@JsonIgnoreProperties(ignoreUnknown=true)
public class BootstrapTableResult<T> {
private long total;
private Collection<?> rows;
private T r... | 942 | 0.731422 | 0.731422 | 51 | 17.470589 | 18.847534 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.215686 | false | false | 14 |
71353f9fc7ed0b8c27c7338583dcbef310652977 | 4,243,427,704,565 | 9c23d46c6a5ed248ce29b9e0fbd1bbf111abdb4b | /SPRING/RYUSEULGI/SpringMVC/newWorkspace/src/main/java/com/test/controller/AddressController.java | ded6011ce45cbe8dda3f27ff9f4931ed0ac94b58 | [] | no_license | RYUSEULGI/Spring-React-Vue-Study | https://github.com/RYUSEULGI/Spring-React-Vue-Study | b2bad16a5b0694f877138f0441e6b7ed1135d01e | e160405c1bbdd1d94a78852793bd7c576c2f15f6 | refs/heads/main | 2023-04-25T03:32:11.983000 | 2021-04-26T06:33:16 | 2021-04-26T06:33:16 | 345,964,316 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.test.controller;
import java.util.ArrayList;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PostMapping;
import... | UTF-8 | Java | 1,519 | java | AddressController.java | Java | [] | null | [] | package com.test.controller;
import java.util.ArrayList;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PostMapping;
import... | 1,519 | 0.717145 | 0.717145 | 54 | 26.75926 | 22.982227 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.555556 | false | false | 14 |
3954ea89e203b6d52d4b78f1aa5b9fc2513619e2 | 21,165,598,845,153 | ce03b55a1095138b49dd6e5c60029ec9a3bce8e7 | /TestingGeneratorWebApp/src/com/rollingcode/test/interview/controller/GenerarPDFController.java | 41dd90104795679f8cefd44092bdacee8a997e5a | [] | no_license | vscotti/vscotti | https://github.com/vscotti/vscotti | bfc04607a68ed6dadadc250e689e73ac0696e600 | be84f224315c76709176a9fdd9c335ffd34d16d1 | refs/heads/master | 2020-05-20T05:08:51.880000 | 2014-07-10T02:43:39 | 2014-07-10T02:43:39 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.rollingcode.test.interview.controller;
import org.springframework.stereotype.Controller;
@Controller
public class GenerarPDFController {
//
//
// @RequestMapping("/generarPDF/{type}")
// public void generarArchivo(@ModelAttribute ResultInfo resultInfo,
// @PathVariable String type,
//... | UTF-8 | Java | 1,691 | java | GenerarPDFController.java | Java | [] | null | [] | package com.rollingcode.test.interview.controller;
import org.springframework.stereotype.Controller;
@Controller
public class GenerarPDFController {
//
//
// @RequestMapping("/generarPDF/{type}")
// public void generarArchivo(@ModelAttribute ResultInfo resultInfo,
// @PathVariable String type,
//... | 1,691 | 0.653459 | 0.653459 | 46 | 34.760868 | 26.228251 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.021739 | false | false | 14 |
5f8d25f64bebd760992821928d9dfba0adf815e7 | 27,152,783,256,452 | 06e6a4fbccf78548a3b84f5e8b761a74821238ae | /app/src/main/java/com/example/petr/pacars/MesAdapter.java | b32547d8d0aecc20eedbfc281638ca392f8d31d2 | [] | no_license | pvolnov/PACARS | https://github.com/pvolnov/PACARS | 84e6ae0e3f65f2e4c9cfd9691be6555ea36ffaa9 | d9cf4c4daa23753120fe843a1e6368009f120597 | refs/heads/master | 2022-12-12T05:05:12.342000 | 2019-01-01T21:33:27 | 2019-01-01T21:33:27 | 141,027,358 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.petr.pacars;
import android.content.Context;
import android.content.Intent;
import android.provider.ContactsContract;
import android.support.annotation.NonNull;
import android.support.v7.widget.CardView;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import androi... | UTF-8 | Java | 2,721 | java | MesAdapter.java | Java | [] | null | [] | package com.example.petr.pacars;
import android.content.Context;
import android.content.Intent;
import android.provider.ContactsContract;
import android.support.annotation.NonNull;
import android.support.v7.widget.CardView;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import androi... | 2,721 | 0.674178 | 0.673439 | 80 | 32.837502 | 23.797291 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.7125 | false | false | 14 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.