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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
fd33a9a20d7673d0f658457257adaeaaf2f7c6e7 | 36,155,034,722,518 | ab1e9e167e42b51beeaab517ff62a0e2d8eaef41 | /src/almacenes/model/Configuracion.java | 8dcc538882b666143f598d5bdd71326f29baa9d4 | [] | no_license | jcapax/holamundo4 | https://github.com/jcapax/holamundo4 | dd09edfb98345e4faaa65a01a6aacbbf61d374a5 | a068e647a4c354eaa5eb3ceffbde393957cff702 | refs/heads/master | 2021-08-08T15:09:56.597000 | 2017-11-10T15:32:20 | 2017-11-10T15:32:20 | 105,588,621 | 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 almacenes.model;
/**
*
* @author georgeguitar
*/
public class Configuracion {
private Integer idConfiguracion;
private ... | UTF-8 | Java | 1,498 | java | Configuracion.java | Java | [
{
"context": "r.\n */\npackage almacenes.model;\n\n/**\n *\n * @author georgeguitar\n */\npublic class Configuracion {\n private Intege",
"end": 241,
"score": 0.9994206428527832,
"start": 229,
"tag": "USERNAME",
"value": "georgeguitar"
}
] | 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 almacenes.model;
/**
*
* @author georgeguitar
*/
public class Configuracion {
private Integer idConfiguracion;
private ... | 1,498 | 0.724967 | 0.724967 | 53 | 27.264151 | 23.41758 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.358491 | false | false | 2 |
16c80d0390b5e90353533aff06e52f50e0b5d663 | 37,022,618,099,420 | f5320038feff513a4fa31b2ecaa3375ea4280dbd | /OOP_AngryBird/src/project/MyStaticBody.java | 44e57d2eaaf85900189a0101d9b93e99fd699d2e | [
"MIT"
] | permissive | rbingzhao/OOP2021 | https://github.com/rbingzhao/OOP2021 | 5a37ce5994d3dd0168a01516282b2839b77cb7bb | 8c51476bd74c4eff789753dc720349f499b9d2b5 | refs/heads/main | 2023-05-12T19:21:55.892000 | 2021-06-05T14:26:17 | 2021-06-05T14:26:17 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* MyStaticBody.java
* 静止刚体的定义
*/
package project;
import java.awt.*;
import org.jbox2d.dynamics.Body;
import static project.WorldConfig.*;
public class MyStaticBody extends MyBody{
public int w, h; // 长、宽
public MyStaticBody(Body body, int w, int h, String img_dir){
super(body, img... | UTF-8 | Java | 719 | java | MyStaticBody.java | Java | [] | null | [] | /**
* MyStaticBody.java
* 静止刚体的定义
*/
package project;
import java.awt.*;
import org.jbox2d.dynamics.Body;
import static project.WorldConfig.*;
public class MyStaticBody extends MyBody{
public int w, h; // 长、宽
public MyStaticBody(Body body, int w, int h, String img_dir){
super(body, img... | 719 | 0.572474 | 0.566618 | 32 | 20.375 | 20.890713 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6875 | false | false | 2 |
17ebb7d8acda48f0b279a3effdb8e6f6a3d42011 | 31,722,628,504,394 | 7367e568341648759c77e517c14c50dfbe4a78f4 | /gc_health/src/egovframework/kr/go/geumcheon/health/dao/CommentDAO.java | 8fe6b1d6521ce910ac05ae9a6e8f6558b75a1339 | [] | no_license | hellsenin/gchealth | https://github.com/hellsenin/gchealth | 927fbdc5429bd5e1da43ba22b2736e2ec0bd4f6d | bf4597a660c56081c804decb49a1226c6ac21ed4 | refs/heads/master | 2021-01-10T10:39:16.332000 | 2011-05-22T13:42:07 | 2011-05-22T13:42:07 | 44,153,347 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package egovframework.kr.go.geumcheon.health.dao;
import java.util.Iterator;
import java.util.List;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.springframework.stereotype.Repository;
import egovframework.kr.go.geumcheon.health.util.ZValue;
import egovfram... | UTF-8 | Java | 2,364 | java | CommentDAO.java | Java | [] | null | [] | package egovframework.kr.go.geumcheon.health.dao;
import java.util.Iterator;
import java.util.List;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.springframework.stereotype.Repository;
import egovframework.kr.go.geumcheon.health.util.ZValue;
import egovfram... | 2,364 | 0.629663 | 0.629663 | 90 | 22.422222 | 22.78595 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.633333 | false | false | 2 |
8fe93d5c9fdf065ed8b305ad5cfc466ed4447cc5 | 2,190,433,390,081 | 1910760ee8afeb5b1377c874b80d6961691d1134 | /src/com/wj/sell/util/QiandaoTongJiSync.java | 8e84bbaa2b1d787891fab1c0afb72ee5a06c5d46 | [] | no_license | wangjian2254/Sell2 | https://github.com/wangjian2254/Sell2 | c28af7ba25dfad78bd3fa03bfe0759a1abf13fff | 9a5cafed80776f90173f750f21386f8caca17720 | refs/heads/master | 2021-01-01T17:31:44.087000 | 2013-09-24T23:06:46 | 2013-09-24T23:06:46 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.wj.sell.util;
import java.util.ArrayList;
import java.util.List;
import org.json.JSONArray;
import org.json.JSONObject;
import com.wj.sell.db.models.QiandaoItem;
import android.os.Message;
public class QiandaoTongJiSync extends UrlSync {
public void doResult() throws Exception {
// TODO Auto-gene... | UTF-8 | Java | 1,765 | java | QiandaoTongJiSync.java | Java | [] | null | [] | package com.wj.sell.util;
import java.util.ArrayList;
import java.util.List;
import org.json.JSONArray;
import org.json.JSONObject;
import com.wj.sell.db.models.QiandaoItem;
import android.os.Message;
public class QiandaoTongJiSync extends UrlSync {
public void doResult() throws Exception {
// TODO Auto-gene... | 1,765 | 0.666289 | 0.65949 | 76 | 22.223684 | 17.046839 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.907895 | false | false | 2 |
af8ae7a9a8f29a4344a53561cdfecfc2ec84599c | 35,880,156,811,582 | aa9597ee7d4396e9e44c35e5b0bef30ba7a8be62 | /Proyecto/src/application/Battleship.java | 4338f87624e11e797d257d87dcecdfa83d4ae408 | [] | no_license | ChienMort/PAE-Game-Hub | https://github.com/ChienMort/PAE-Game-Hub | f97f96ec9ad9797df62b56792a2e586bf1db1fa7 | 8d4f350569232a845d03e0a93743869356460a87 | refs/heads/master | 2020-04-01T06:01:12.124000 | 2018-12-03T01:08:59 | 2018-12-03T01:08:59 | 152,930,062 | 0 | 0 | null | false | 2018-10-15T13:55:04 | 2018-10-14T01:48:52 | 2018-10-15T01:11:06 | 2018-10-15T13:55:03 | 614 | 0 | 1 | 0 | Java | false | null | package application;
import games.CheckBoard;
import games.CheckTile;
import javafx.beans.value.ChangeListener;
import javafx.beans.value.ObservableValue;
import javafx.collections.FXCollections;
import javafx.event.EventHandler;
import javafx.geometry.Insets;
import javafx.geometry.Pos;
import javafx.scene.... | UTF-8 | Java | 6,038 | java | Battleship.java | Java | [] | null | [] | package application;
import games.CheckBoard;
import games.CheckTile;
import javafx.beans.value.ChangeListener;
import javafx.beans.value.ObservableValue;
import javafx.collections.FXCollections;
import javafx.event.EventHandler;
import javafx.geometry.Insets;
import javafx.geometry.Pos;
import javafx.scene.... | 6,038 | 0.663134 | 0.642266 | 206 | 27.320389 | 22.555956 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.703883 | false | false | 2 |
59d5837378482b0782694a72396fd15bec0ff995 | 35,029,753,291,127 | 1e52b025a0d8248cc1528e4ec2f1ec393413ad74 | /src/main/java/com/cedsif/controller/RelativeController.java | 90d3faabb154a20207a8271621662e1e06bd1a58 | [] | no_license | felerminoali/cedsif | https://github.com/felerminoali/cedsif | 558fc893a43303fadeb973e7807fa6af3ee72a96 | 40575b4fe7bc30e02001eb6ee0d3054bd8809d3d | refs/heads/main | 2023-07-17T14:13:32.767000 | 2021-08-27T09:28:29 | 2021-08-27T09:28:29 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.cedsif.controller;
import java.util.Optional;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.GetMap... | UTF-8 | Java | 2,374 | java | RelativeController.java | Java | [] | null | [] | package com.cedsif.controller;
import java.util.Optional;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.GetMap... | 2,374 | 0.767902 | 0.76706 | 75 | 30.653334 | 26.587461 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.56 | false | false | 2 |
f639353fce606158ac76972805ed78c907853351 | 3,410,204,080,601 | c51a38ed59e9b1d62a703fdaf25704ccdea87d79 | /src/main/java/com/example/demo/service/impl/DeviceDetailService.java | 46bc31ca38dc8d4ae81df8b19e12facf219da085 | [] | no_license | ZhangGen1/Api-project | https://github.com/ZhangGen1/Api-project | c92e6e1f7a74b29469030493512fd3a8a159506e | c438f89b347b295c9e458b190a3ad227bdf40a38 | refs/heads/master | 2020-09-22T09:32:47.184000 | 2019-12-09T16:25:10 | 2019-12-09T16:25:10 | 225,139,379 | 0 | 1 | null | false | 2019-12-12T16:37:21 | 2019-12-01T09:56:42 | 2019-12-09T16:27:18 | 2019-12-12T16:36:21 | 89 | 0 | 0 | 2 | Java | false | false | package com.example.demo.service.impl;
import com.example.demo.dao.IDeviceDetailDao;
import com.example.demo.entity.DeviceDetail;
import com.example.demo.entity.DeviceMonth;
import com.example.demo.entity.DeviceWeek;
import com.example.demo.service.IDeviceDetailService;
import org.springframework.beans.factory.annotat... | UTF-8 | Java | 2,478 | java | DeviceDetailService.java | Java | [] | null | [] | package com.example.demo.service.impl;
import com.example.demo.dao.IDeviceDetailDao;
import com.example.demo.entity.DeviceDetail;
import com.example.demo.entity.DeviceMonth;
import com.example.demo.entity.DeviceWeek;
import com.example.demo.service.IDeviceDetailService;
import org.springframework.beans.factory.annotat... | 2,478 | 0.748588 | 0.748588 | 77 | 31.181818 | 30.275671 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.701299 | false | false | 2 |
116ca81d6db62d7e1b453f1406e149a31e1fe1f2 | 19,791,209,367,764 | 2c93fa0b266d392a601fc4408135f2430c667a49 | /backend/manager/modules/dal/src/main/java/org/ovirt/engine/core/dal/VdcCommandBase.java | f556a6fb81672e39576d0eab21a4b51ea722485b | [
"Apache-2.0"
] | permissive | jbeecham/ovirt-engine | https://github.com/jbeecham/ovirt-engine | 5d79080d2f5627229e6551fee78882f9f9a6e3bc | 3e76a8d3b970a963cedd84bcb3c7425b8484cf26 | refs/heads/master | 2021-01-01T17:15:29.961000 | 2012-10-25T14:41:57 | 2012-10-26T08:56:22 | 10,623,147 | 3 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.ovirt.engine.core.dal;
import org.ovirt.engine.core.utils.log.Log;
import org.ovirt.engine.core.utils.log.LogFactory;
import org.ovirt.engine.core.utils.log.Logged;
import org.ovirt.engine.core.utils.log.Logged.LogLevel;
import org.ovirt.engine.core.utils.log.LoggedUtils;
@Logged(errorLevel = LogLevel.WAR... | UTF-8 | Java | 1,414 | java | VdcCommandBase.java | Java | [] | null | [] | package org.ovirt.engine.core.dal;
import org.ovirt.engine.core.utils.log.Log;
import org.ovirt.engine.core.utils.log.LogFactory;
import org.ovirt.engine.core.utils.log.Logged;
import org.ovirt.engine.core.utils.log.Logged.LogLevel;
import org.ovirt.engine.core.utils.log.LoggedUtils;
@Logged(errorLevel = LogLevel.WAR... | 1,414 | 0.644272 | 0.644272 | 52 | 26.192308 | 21.777758 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.596154 | false | false | 2 |
58356029178ddbc75d63325ec76373a007172327 | 38,852,274,187,078 | 2a198c8b2e3bb276bac96785905c419884fcfa50 | /org.hinditron.mergedXML.model/src/MergedXML/impl/PMPreWS_SampleTypeDetectionImpl.java | 84467bf3b0f82cb541538a6d5e2c28d1f6212a1f | [] | no_license | keyurmahajan4u/EclipseLearning | https://github.com/keyurmahajan4u/EclipseLearning | 53c4dcb49b3bfa81e5d15c15f118515ac3f4dde8 | fd97100153a74c6198a3e2cb8b4561cc617234f4 | refs/heads/master | 2020-06-04T18:36:55.706000 | 2015-06-26T05:11:59 | 2015-06-26T05:11:59 | 34,121,833 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
*/
package MergedXML.impl;
import MergedXML.MergedXMLPackage;
import MergedXML.PMPreWS_SampleTypeDetection;
import MergedXML.PMPreWS_TryType;
import java.util.Collection;
import org.eclipse.emf.common.notify.Notification;
import org.eclipse.emf.common.notify.NotificationChain;
import org.eclipse.e... | UTF-8 | Java | 6,030 | java | PMPreWS_SampleTypeDetectionImpl.java | Java | [] | null | [] | /**
*/
package MergedXML.impl;
import MergedXML.MergedXMLPackage;
import MergedXML.PMPreWS_SampleTypeDetection;
import MergedXML.PMPreWS_TryType;
import java.util.Collection;
import org.eclipse.emf.common.notify.Notification;
import org.eclipse.emf.common.notify.NotificationChain;
import org.eclipse.e... | 6,030 | 0.648259 | 0.648093 | 222 | 25.162163 | 27.022694 | 151 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.477477 | false | false | 2 |
0320dda18ab8640e66e3a1972fd207d3efa69f20 | 11,381,663,342,562 | c1f39fe693447dd2441f3d56f9a2d46b30c90985 | /src/main/java/com/pluhin/repostbot/service/stats/DefaultStatsService.java | 0bcc571dc2823ae3f6c92b0e3660864ccace40ab | [] | no_license | mrrobot787/repost-bot-api | https://github.com/mrrobot787/repost-bot-api | a33ce4eeb2afab4fe8cb11e3be1b8541059cb6fa | a7be98ae6527ba11da77c1b67c555386ad14ecb9 | refs/heads/master | 2023-03-15T18:53:13.385000 | 2020-03-06T22:09:26 | 2020-03-06T22:09:26 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.pluhin.repostbot.service.stats;
import com.pluhin.repostbot.model.PostStatus;
import com.pluhin.repostbot.model.StatsDTO;
import com.pluhin.repostbot.repository.QueueRepository;
import org.springframework.stereotype.Service;
@Service
public class DefaultStatsService implements StatsService {
private fi... | UTF-8 | Java | 769 | java | DefaultStatsService.java | Java | [] | null | [] | package com.pluhin.repostbot.service.stats;
import com.pluhin.repostbot.model.PostStatus;
import com.pluhin.repostbot.model.StatsDTO;
import com.pluhin.repostbot.repository.QueueRepository;
import org.springframework.stereotype.Service;
@Service
public class DefaultStatsService implements StatsService {
private fi... | 769 | 0.789337 | 0.789337 | 28 | 26.464285 | 23.381132 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.357143 | false | false | 2 |
cb61c9291e5b49bcd0566ae9f612c6d68e0dd650 | 5,952,824,705,351 | 977f7a3b1d99ddced93e8cd141e3050ed8be447b | /core/src/com/blackphoton/planetclicker/resources/FileDoesNotExistException.java | ced05f608600ab70e7e2286945887b3cca27e42e | [
"Apache-2.0"
] | permissive | Black-Photon/Aedmun | https://github.com/Black-Photon/Aedmun | 0901858163866542501eb4b4fd337a94d3a7fa9b | 7ef0b4bed9a8ce10aef8b45f88c90c9ccb97dc83 | refs/heads/master | 2020-03-06T20:18:59.274000 | 2019-08-25T15:30:21 | 2019-08-25T15:30:21 | 127,050,190 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.blackphoton.planetclicker.resources;
/**
* Thrown to indicate the file attempting to be accessed cannot be accessed
*/
public class FileDoesNotExistException extends RuntimeException {
private static final long serialVersionUID = 392478193487015L;
/**
* Constructs a <code>FileDoesNotExistException</co... | UTF-8 | Java | 620 | java | FileDoesNotExistException.java | Java | [] | null | [] | package com.blackphoton.planetclicker.resources;
/**
* Thrown to indicate the file attempting to be accessed cannot be accessed
*/
public class FileDoesNotExistException extends RuntimeException {
private static final long serialVersionUID = 392478193487015L;
/**
* Constructs a <code>FileDoesNotExistException</co... | 620 | 0.735484 | 0.71129 | 24 | 24.833334 | 25.600565 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.958333 | false | false | 2 |
eeb9089ebf41a9f8885a47de7763e8d48c8c08da | 18,700,287,626,582 | e5d64697cd2fb46946c0834cf2ead71e60f86651 | /src/main/java/com/dcherepnia/techtask/controller/dto/LoanDto.java | 4b73a980e5cb98bbc1dcd0f721eef1c3e6c0675d | [] | no_license | dim-c/techtas | https://github.com/dim-c/techtas | c742399d8094cb2bdacbe169b53ef5a27a58bf81 | 1dbf24d02f080ce9e1594de1e7ce326362c4b6fd | refs/heads/master | 2023-04-16T15:10:16.530000 | 2020-06-10T11:47:27 | 2020-06-10T11:47:27 | 265,587,415 | 0 | 0 | null | false | 2020-10-13T22:09:10 | 2020-05-20T14:14:52 | 2020-06-10T11:47:30 | 2020-10-13T22:09:09 | 70 | 0 | 0 | 1 | Java | false | false | package com.dcherepnia.techtask.controller.dto;
import lombok.AllArgsConstructor;
import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.Setter;
import org.springframework.format.annotation.DateTimeFormat;
import javax.validation.constraints.Positive;
import java.math.BigDecimal;
import java.time.LocalD... | UTF-8 | Java | 743 | java | LoanDto.java | Java | [] | null | [] | package com.dcherepnia.techtask.controller.dto;
import lombok.AllArgsConstructor;
import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.Setter;
import org.springframework.format.annotation.DateTimeFormat;
import javax.validation.constraints.Positive;
import java.math.BigDecimal;
import java.time.LocalD... | 743 | 0.768506 | 0.768506 | 34 | 20.852942 | 18.928864 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.470588 | false | false | 2 |
d1587aae8a93a6f339d2ca10c6c6a32e89c7d257 | 2,808,908,656,078 | cbf10ef129619110cbb97c72f165da440fb08d7a | /src/main/java/dc/assignment/lib/processing/Event.java | 7e767b32ec3c2e173812320919138d0777579a93 | [] | no_license | adikarthik/mtech-sem1-dc-lai-yang-algorithm | https://github.com/adikarthik/mtech-sem1-dc-lai-yang-algorithm | 0134a045763cd67a03e6503c2a49ee2d8729f5ba | 72f5abb23b2220bd90770bfff6c687e286d72902 | refs/heads/main | 2023-04-09T10:23:58.113000 | 2021-04-19T15:07:00 | 2021-04-19T15:07:00 | 359,499,832 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package dc.assignment.lib.processing;
import dc.assignment.utils.Color;
import dc.assignment.utils.GlobalState;
import dc.assignment.utils.EventTracker;
import dc.assignment.utils.ProcessorState;
public class Event extends Thread{
private int amount;
private String destProcess;
private boolean snapshot... | UTF-8 | Java | 3,725 | java | Event.java | Java | [] | null | [] | package dc.assignment.lib.processing;
import dc.assignment.utils.Color;
import dc.assignment.utils.GlobalState;
import dc.assignment.utils.EventTracker;
import dc.assignment.utils.ProcessorState;
public class Event extends Thread{
private int amount;
private String destProcess;
private boolean snapshot... | 3,725 | 0.647517 | 0.647517 | 110 | 32.863636 | 32.939747 | 143 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.618182 | false | false | 2 |
383c140562ac637eb40d65a93d4911e4d6eb2084 | 6,021,544,162,402 | 6f52d29ea98ddf7ccba478f43c0205dd16b9e31a | /app/src/main/java/pl/pwr/eugen/musicshop/adapter/ListItemAdapter.java | e94ecfd37a9c7eb627ae17be1164bebf55b5e38a | [] | no_license | githinho/Music_Shop | https://github.com/githinho/Music_Shop | 89f266db9fec19c07ceb3ec2f3cd0bdecca96d3f | 28951387ab5cb7f7d6e5b198910205053823bcc6 | refs/heads/master | 2016-09-13T09:58:54.424000 | 2016-06-02T13:22:18 | 2016-06-02T13:22:18 | 60,262,423 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package pl.pwr.eugen.musicshop.adapter;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import java.util.ArrayList;
import pl.pwr.eugen.musicshop.R;
import pl.pwr.eugen.musicshop.data.DbItem;
public class ListItemAdapter ext... | UTF-8 | Java | 973 | java | ListItemAdapter.java | Java | [] | null | [] | package pl.pwr.eugen.musicshop.adapter;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import java.util.ArrayList;
import pl.pwr.eugen.musicshop.R;
import pl.pwr.eugen.musicshop.data.DbItem;
public class ListItemAdapter ext... | 973 | 0.711202 | 0.710175 | 37 | 25.297297 | 23.620726 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.486486 | false | false | 2 |
d4589c36705dc5ef8df467bd69e0d66d270b91de | 16,965,120,865,245 | b42b9d61246d593de5f3f90d9d23abd955c917eb | /scm-webapp/src/test/java/sonia/scm/web/protocol/HttpProtocolServletTest.java | b437475ff5187bcaf9fa4a492130633dab90eb06 | [
"MIT"
] | permissive | scm-manager/scm-manager | https://github.com/scm-manager/scm-manager | 0795574c11cf412b15221e672b5e1e10d272fdda | de813efcb1d9f42ce8062e219b678c4feb8f48de | refs/heads/develop | 2023-08-27T22:58:18.440000 | 2023-08-25T12:50:18 | 2023-08-25T12:50:18 | 245,964,662 | 124 | 31 | MIT | false | 2023-08-17T15:45:31 | 2020-03-09T06:57:28 | 2023-08-14T09:32:51 | 2023-08-17T15:45:30 | 143,142 | 114 | 25 | 37 | Java | false | false | /*
* MIT License
*
* Copyright (c) 2020-present Cloudogu GmbH and Contributors
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the r... | UTF-8 | Java | 8,463 | java | HttpProtocolServletTest.java | Java | [] | null | [] | /*
* MIT License
*
* Copyright (c) 2020-present Cloudogu GmbH and Contributors
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the r... | 8,463 | 0.71913 | 0.717122 | 265 | 30.935848 | 28.479845 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.596226 | false | false | 2 |
34a024c77662d666a13f8bd7b1115768d7904208 | 34,746,285,429,826 | 153f6ffbcc7a47a3d70dcfc3240bde4a135e39f3 | /my/src/com/datastructure/array/leetcode/SetMatrixZeros.java | 9cfe3d09a08dceae789447d3ad2e54f636331408 | [] | no_license | dianazhu-git/interview | https://github.com/dianazhu-git/interview | 487fcfcaee47a5056b6b2aa71c8df32188173205 | 46d0a1cc46558d97ce57090a4b80e3ac690773cf | refs/heads/master | 2021-09-08T05:02:33.733000 | 2015-01-11T07:31:41 | 2015-01-11T07:31:41 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.datastructure.array.leetcode;
/**
* Created by danzhu on 7/4/14.
*
* Given a m x n matrix, if an element is 0, set its entire row and column to 0. Do it in place.
* Follow up:
* Did you use extra space?
* A straight forward solution using O(mn) space is probably a bad idea.
* A simple improvement us... | UTF-8 | Java | 1,576 | java | SetMatrixZeros.java | Java | [
{
"context": "m.datastructure.array.leetcode;\n\n/**\n * Created by danzhu on 7/4/14.\n *\n * Given a m x n matrix, if an elem",
"end": 67,
"score": 0.9992292523384094,
"start": 61,
"tag": "USERNAME",
"value": "danzhu"
}
] | null | [] | package com.datastructure.array.leetcode;
/**
* Created by danzhu on 7/4/14.
*
* Given a m x n matrix, if an element is 0, set its entire row and column to 0. Do it in place.
* Follow up:
* Did you use extra space?
* A straight forward solution using O(mn) space is probably a bad idea.
* A simple improvement us... | 1,576 | 0.423858 | 0.397843 | 60 | 25.266666 | 20.621887 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.583333 | false | false | 2 |
d2e18145fa18c6f92f3bd80525dfca85511ca2be | 5,858,335,426,610 | 28b46b9e5afe1988dea34efc19bf2ce5a72b8922 | /MyOnlineShoppingMall/app/src/main/java/com/zhuoxin/onlinemall/user/login/LoginActivity.java | 8ac3272b2ff3e1976adc67de96b3bb15dbb4a13b | [] | no_license | flychen11/MyOnlineShoppingMall | https://github.com/flychen11/MyOnlineShoppingMall | 3b8b2c33ba1500a3a026a97590205e97c3f4769a | 73b1dccadad4e347e4bb3b96933bee6e3bac50be | refs/heads/master | 2018-03-31T09:46:56.661000 | 2017-04-17T07:46:19 | 2017-04-17T07:46:19 | 88,119,821 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zhuoxin.onlinemall.user.login;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.Toolbar;
import android.text.Editable;
import android.text.TextUtils;
import android.text.TextWatcher;
import android.view.M... | UTF-8 | Java | 2,808 | java | LoginActivity.java | Java | [
{
"context": "fe;\nimport butterknife.OnClick;\n\n/**\n * Created by Administrator on 2017/4/14.\n */\n\npublic class LoginActivity ext",
"end": 688,
"score": 0.5739450454711914,
"start": 675,
"tag": "NAME",
"value": "Administrator"
}
] | null | [] | package com.zhuoxin.onlinemall.user.login;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.Toolbar;
import android.text.Editable;
import android.text.TextUtils;
import android.text.TextWatcher;
import android.view.M... | 2,808 | 0.68172 | 0.678495 | 95 | 28.368422 | 22.400213 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.568421 | false | false | 2 |
aa69475f9c39cb6dff7de5800969f9d4bf5807cc | 9,285,719,329,162 | e890da90736c767301ffc74d694d1a152b882b28 | /src/com/dcv/sep/Day01.java | c28e6a176205380353c2ee9c79b628a0cb1e16d1 | [] | no_license | tiveritz/coding-campus-lessons | https://github.com/tiveritz/coding-campus-lessons | bce6725ab18f34f4d9c53c0c6ea78d40c67bb943 | ce272d7f4f57e37664f93960bd61fa3e999adce2 | refs/heads/master | 2023-03-20T19:49:53.937000 | 2021-03-04T18:25:08 | 2021-03-04T18:25:08 | 298,523,040 | 4 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package src.com.dcv.sep;
public class Day01 {
public static void helloWorld() {
// Erste Deklarationen und Ausgaben mit Java
System.out.println("Hello World!");
String myString = "Hi";
double myDouble = 1.2;
int myInt = 2;
System.out.print... | UTF-8 | Java | 1,049 | java | Day01.java | Java | [] | null | [] | package src.com.dcv.sep;
public class Day01 {
public static void helloWorld() {
// Erste Deklarationen und Ausgaben mit Java
System.out.println("Hello World!");
String myString = "Hi";
double myDouble = 1.2;
int myInt = 2;
System.out.print... | 1,049 | 0.553861 | 0.536702 | 32 | 31.78125 | 22.127096 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.78125 | false | false | 2 |
cd713abb1dcc7c9de5b98d854ec96815ac2bd670 | 4,028,679,339,771 | fe852a02d7480406429cca6a1f21de2b744f4d2f | /SEP2_ProjectWork_BookingSystem_Client/src/model/BookingModelManager.java | 37cc33de605e9a03bca6a36e894ee3eabb6441cb | [] | no_license | ChuhanZhou/SEP2_ProjectWork_BookingSystem | https://github.com/ChuhanZhou/SEP2_ProjectWork_BookingSystem | b8260fa7f4dd4c4ab3e1b4619b3b726ebbcc2c8d | cf0fa56d0add74dce72f99f748de235435034249 | refs/heads/main | 2023-01-14T17:35:06.146000 | 2020-11-17T01:59:38 | 2020-11-17T01:59:38 | 311,815,875 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package model;
import mediator.Client;
import mediator.ClientModel;
import model.domain.*;
import model.domain.error.ErrorInterface;
import model.domain.error.HasError;
import model.domain.error.NoError;
import model.domain.hotel.*;
import model.domain.order.Order;
import model.domain.order.OrderInterface;
... | UTF-8 | Java | 12,242 | java | BookingModelManager.java | Java | [] | null | [] | package model;
import mediator.Client;
import mediator.ClientModel;
import model.domain.*;
import model.domain.error.ErrorInterface;
import model.domain.error.HasError;
import model.domain.error.NoError;
import model.domain.hotel.*;
import model.domain.order.Order;
import model.domain.order.OrderInterface;
... | 12,242 | 0.741709 | 0.741627 | 362 | 31.81768 | 32.229492 | 158 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.535912 | false | false | 2 |
faf5dfaac800e8bca41a089ef2ca35856dc0a2b3 | 24,086,176,600,820 | fb744f6177d68ea42f9ac9c334e023a31856034e | /Projeto_herba/src/br/com/herbalife/bean/BeanDadosAcompanhamento.java | 7e30123134f209390e47e52dd265431310f83b67 | [] | no_license | micaelsouza22/ProjetoJSF_HBL | https://github.com/micaelsouza22/ProjetoJSF_HBL | 306c63e5ccc9241a1dad9ba42a33444b3dff98b1 | 14e8636ac76b09e1e5df66c5a8259989097fb07d | refs/heads/master | 2021-08-28T11:21:29.958000 | 2017-12-12T03:49:33 | 2017-12-12T03:49:33 | 111,313,173 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.com.herbalife.bean;
import java.io.Serializable;
import java.util.List;
import javax.annotation.PostConstruct;
import javax.faces.bean.ManagedBean;
import javax.faces.bean.ViewScoped;
import javax.faces.event.ActionEvent;
import br.com.herbalife.dao.ClienteDao;
import br.com.herbalife.dao.DadosAcompanhame... | UTF-8 | Java | 2,952 | java | BeanDadosAcompanhamento.java | Java | [] | null | [] | package br.com.herbalife.bean;
import java.io.Serializable;
import java.util.List;
import javax.annotation.PostConstruct;
import javax.faces.bean.ManagedBean;
import javax.faces.bean.ViewScoped;
import javax.faces.event.ActionEvent;
import br.com.herbalife.dao.ClienteDao;
import br.com.herbalife.dao.DadosAcompanhame... | 2,952 | 0.74187 | 0.74187 | 125 | 22.615999 | 23.184748 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.768 | false | false | 2 |
f6b898551f6be429609347403ce9e8c401f86f57 | 34,179,349,752,034 | a825eeed5c2a5d205f730e9aaa6c29803fc11706 | /spring-boot-logistics-server/src/main/java/org/order/server/service/impl/OrderServiceImpl.java | d9b3ea9f03ed43c76900053531138f133ad41e7f | [] | no_license | wenyifanxiaoqingxin/spring-boot-logistics-server | https://github.com/wenyifanxiaoqingxin/spring-boot-logistics-server | 0922505d5846415c890594a6beed7b7f3cd8462f | c0bf074e26d0ff2ce0695e84a360016f5a9eb9ef | refs/heads/master | 2020-04-17T07:35:11.104000 | 2019-01-24T07:04:20 | 2019-01-24T07:04:20 | 166,376,218 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.order.server.service.impl;
import org.order.server.common.constant.ServiceName;
import org.order.server.common.factory.CallExpressRequestFactory;
import org.order.server.request.order.*;
import org.order.server.service.OrderService;
import org.order.server.common.util.CallExpressRequestUtil;
import org.ord... | UTF-8 | Java | 3,657 | java | OrderServiceImpl.java | Java | [
{
"context": "ngframework.stereotype.Service;\n\n/**\n * Created by fx on 2019/1/16.\n */\n@Service\npublic class OrderServ",
"end": 539,
"score": 0.9858075380325317,
"start": 537,
"tag": "USERNAME",
"value": "fx"
}
] | null | [] | package org.order.server.service.impl;
import org.order.server.common.constant.ServiceName;
import org.order.server.common.factory.CallExpressRequestFactory;
import org.order.server.request.order.*;
import org.order.server.service.OrderService;
import org.order.server.common.util.CallExpressRequestUtil;
import org.ord... | 3,657 | 0.767435 | 0.759447 | 79 | 40.20253 | 36.803749 | 139 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.607595 | false | false | 2 |
bea7d1eeccae0898a982bcec1f886a4060e3ad44 | 34,179,349,751,053 | ae1a68a94294f6dc64395faaf2d5936d2fb9873d | /src/main/java/dao/PoiDAO.java | 762ff84b7e887e7c77fcef84836b3094606ea853 | [] | no_license | Karatekiwi/ATGGatherer | https://github.com/Karatekiwi/ATGGatherer | 6278986425a9882a3949dda90c250a85700f5d87 | bc728208e4be042193ca548d4b0eaaf811b644e3 | refs/heads/master | 2021-01-19T00:14:51.684000 | 2019-02-25T15:30:26 | 2019-02-25T15:30:26 | 31,414,655 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package dao;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
import java.util.ArrayList;
import java.util.Collections;
import java.util.HashMap;
import java.util.Iterator;
import java.util.List;
import java.util.Map;
import java.util.UU... | UTF-8 | Java | 15,350 | java | PoiDAO.java | Java | [] | null | [] | package dao;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
import java.util.ArrayList;
import java.util.Collections;
import java.util.HashMap;
import java.util.Iterator;
import java.util.List;
import java.util.Map;
import java.util.UU... | 15,350 | 0.546124 | 0.539349 | 562 | 25.313168 | 24.246323 | 187 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.943061 | false | false | 2 |
f560e71f8ed7ae78afda511bf2707c0568080476 | 3,255,585,231,175 | 2178485072825fc76e3a6a5121b270c351d152a8 | /spring-in-action/demo-reactive/src/test/java/group/study/demo/common/config/R2dbcH2ConfigTest.java | d2bf8b8a6be57aa4d2d6c759cced60f4f5f18bf6 | [] | no_license | YoungWukJeon/group-study | https://github.com/YoungWukJeon/group-study | a4351b5ee0973f104700e907114583351b5b268b | 8105736b0b8f005e61dfcd1e1bf54f5ea6497e41 | refs/heads/master | 2023-03-18T10:23:01.679000 | 2022-06-12T05:49:54 | 2022-06-12T05:49:54 | 205,695,492 | 5 | 0 | null | false | 2023-03-05T10:10:08 | 2019-09-01T15:26:38 | 2022-01-09T05:05:13 | 2023-03-05T10:10:07 | 78,019 | 5 | 0 | 22 | Java | false | false | package group.study.demo.common.config;
import group.study.demo.common.converter.ProductEntityReadConverter;
import io.r2dbc.h2.H2ConnectionConfiguration;
import io.r2dbc.h2.H2ConnectionFactory;
import io.r2dbc.h2.H2ConnectionOption;
import lombok.extern.slf4j.Slf4j;
import org.springframework.data.r2dbc.core.Database... | UTF-8 | Java | 2,455 | java | R2dbcH2ConfigTest.java | Java | [
{
"context": "Memory(\"demo\")\n .username(\"sa\")\n .property(H2ConnectionO",
"end": 1018,
"score": 0.9935692548751831,
"start": 1016,
"tag": "USERNAME",
"value": "sa"
}
] | null | [] | package group.study.demo.common.config;
import group.study.demo.common.converter.ProductEntityReadConverter;
import io.r2dbc.h2.H2ConnectionConfiguration;
import io.r2dbc.h2.H2ConnectionFactory;
import io.r2dbc.h2.H2ConnectionOption;
import lombok.extern.slf4j.Slf4j;
import org.springframework.data.r2dbc.core.Database... | 2,455 | 0.644807 | 0.632587 | 68 | 35.117645 | 24.869974 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.529412 | false | false | 2 |
0e5f6b8153816b25a5dc4ae808b3b09281a6148c | 17,832,704,260,320 | 8435c48da7403ab481eadc52dcf85c33f4f50127 | /SearchTree/TTLeaf.java | 98dbf1f3652104da544e6f8b29330ac73a878cd5 | [] | no_license | mybu5/School-Projects | https://github.com/mybu5/School-Projects | a340c84357220a8fb7dc913ec9790757b7786689 | 2ffc90887218953334adf8ec8dbd859f24438334 | refs/heads/master | 2018-12-28T06:04:46.595000 | 2014-12-08T15:26:04 | 2014-12-08T15:26:04 | 23,771,049 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | /** Source code example for "A Practical Introduction to Data
Structures and Algorithm Analysis, 3rd Edition (Java)"
by Clifford A. Shaffer
Copyright 2008-2011 by Clifford A. Shaffer
*/
/**
* TTLeaf class definition
*
* @author Michael and Zack
* @version 10/17/2014
*
* This class extends ... | UTF-8 | Java | 3,010 | java | TTLeaf.java | Java | [
{
"context": "and Algorithm Analysis, 3rd Edition (Java)\"\n by Clifford A. Shaffer\n Copyright 2008-2011 by Clifford A. Shaffer\n *",
"end": 147,
"score": 0.9998838305473328,
"start": 128,
"tag": "NAME",
"value": "Clifford A. Shaffer"
},
{
"context": " by Clifford A. Shaffer\n... | null | [] | /** Source code example for "A Practical Introduction to Data
Structures and Algorithm Analysis, 3rd Edition (Java)"
by <NAME>
Copyright 2008-2011 by <NAME>
*/
/**
* TTLeaf class definition
*
* @author <NAME>
* @version 10/17/2014
*
* This class extends TTNode. It acts as a leaf node in th... | 2,974 | 0.496013 | 0.489369 | 123 | 23.471544 | 18.783026 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.284553 | false | false | 2 |
7a3ecba6aec7d42476862c728b6cee09deada5a3 | 20,289,425,564,940 | 2d3ab742d830ea30b702c186d61d34cf8c324183 | /core/src/main/java/todo/core/java8/streams/example/Example3.java | 81a642a50e011c5d12a658cbcff609225bffb3be | [
"MIT"
] | permissive | jianchengwang/todo-java | https://github.com/jianchengwang/todo-java | 39893627fc9e1250b50c41f34a2b13c90d98de2c | 0b697590fd7f08027844c00abb352c2fddc18175 | refs/heads/main | 2023-08-28T03:30:20.723000 | 2023-08-01T07:16:50 | 2023-08-01T07:16:50 | 175,554,847 | 1 | 0 | MIT | false | 2023-06-14T22:34:00 | 2019-03-14T05:34:19 | 2021-10-24T16:17:44 | 2023-06-14T22:34:00 | 39,970 | 1 | 0 | 1 | Java | false | false | package todo.core.java8.streams.example;
import lombok.AllArgsConstructor;
import lombok.Data;
import java.util.*;
import java.util.stream.Collectors;
public class Example3 {
// 交易员
@Data
@AllArgsConstructor
static class Trader {
// 姓名
private String name;
// 城市
priva... | UTF-8 | Java | 4,331 | java | Example3.java | Java | [
{
"context": "ing[] args) {\n\n Trader raoul = new Trader(\"Raoul\", \"Cambridge\");\n Trader mario = new Trader",
"end": 934,
"score": 0.9968369007110596,
"start": 929,
"tag": "NAME",
"value": "Raoul"
},
{
"context": " \"Cambridge\");\n Trader mario = new Trader... | null | [] | package todo.core.java8.streams.example;
import lombok.AllArgsConstructor;
import lombok.Data;
import java.util.*;
import java.util.stream.Collectors;
public class Example3 {
// 交易员
@Data
@AllArgsConstructor
static class Trader {
// 姓名
private String name;
// 城市
priva... | 4,331 | 0.545747 | 0.524282 | 114 | 31.692982 | 22.805096 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.438596 | false | false | 2 |
6604fbc49ebeaf126a1e82791f6c6d192bb6e7b4 | 16,973,710,812,357 | c5be190cae8df83e735457dd6a7314ee912cca01 | /Q-2/GenSort.java | 2662913695c08c0f730edd750eaaf76c537506cc | [] | no_license | vatsal-uppal-1997/ASSIGNMENT-13 | https://github.com/vatsal-uppal-1997/ASSIGNMENT-13 | 40e344b97b2eb75c7876a94a6d0f94df0760713f | 0fe94071120fde9851f60ef81702518e36026e88 | refs/heads/master | 2020-03-30T06:01:25.135000 | 2018-09-29T06:40:55 | 2018-09-29T06:40:55 | 150,834,161 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.*;
public class GenSort {
public static <t extends Comparable<t>> void sort(t arr[]) {
t temp;
for (int i=0; i < arr.length; i++) {
for (int j=0; j < arr.length-i-1; j++) {
if (arr[j].compareTo(arr[j+1]) > 0) {
temp = arr[j];
arr[j] = arr[j+1];
arr[j+1] = temp;
}
... | UTF-8 | Java | 694 | java | GenSort.java | Java | [] | null | [] | import java.util.*;
public class GenSort {
public static <t extends Comparable<t>> void sort(t arr[]) {
t temp;
for (int i=0; i < arr.length; i++) {
for (int j=0; j < arr.length-i-1; j++) {
if (arr[j].compareTo(arr[j+1]) > 0) {
temp = arr[j];
arr[j] = arr[j+1];
arr[j+1] = temp;
}
... | 694 | 0.530259 | 0.474063 | 35 | 18.828571 | 23.714355 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.857143 | false | false | 2 |
b1d95112d640d774e7c4cf2471f511398df2d2c7 | 31,628,139,227,447 | 834deed71a34930c1572bd754f1a813de3368a39 | /ows-disopen-api/src/main/java/com/object/test/api/disopen/entity/bo/TestBO.java | 56b590745e1a7fd6b618684993c866e9ed2bd1d4 | [] | no_license | ouyangwujun/4BD2C1FF3B95E7EFFA8BC72975FDFD68 | https://github.com/ouyangwujun/4BD2C1FF3B95E7EFFA8BC72975FDFD68 | 54e398901be8aa09f43d6917065493709e155b9a | 240785c3b17b9bd7dda357cff890f00b9f7451fc | refs/heads/master | 2021-01-20T12:22:45.976000 | 2017-07-04T07:55:30 | 2017-07-04T07:55:30 | 82,652,825 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.object.test.api.disopen.entity.bo;
import java.io.Serializable;
/**
* Created by PUZE81 on 2017/3/1.
*/
public class TestBO implements Serializable{
private static final long serialVersionUID = -1287279736467522881L;
private Long code;
private String name;
public String getName() {
... | UTF-8 | Java | 722 | java | TestBO.java | Java | [
{
"context": ";\n\nimport java.io.Serializable;\n\n/**\n * Created by PUZE81 on 2017/3/1.\n */\npublic class TestBO implements S",
"end": 102,
"score": 0.9996441006660461,
"start": 96,
"tag": "USERNAME",
"value": "PUZE81"
}
] | null | [] | package com.object.test.api.disopen.entity.bo;
import java.io.Serializable;
/**
* Created by PUZE81 on 2017/3/1.
*/
public class TestBO implements Serializable{
private static final long serialVersionUID = -1287279736467522881L;
private Long code;
private String name;
public String getName() {
... | 722 | 0.556787 | 0.519391 | 39 | 17.512821 | 17.173134 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.282051 | false | false | 2 |
4aac28b8abed4063db2a6ce63e6182c0aa24812a | 28,587,302,380,332 | de47c929e1183fb34169e1b5561a360cce4b0da6 | /resouces/sdk-java-master/code/ecs/src/com/zj/step/LSTMsolver.java | 61b1432b33f1f8a0fe46d160a674363fbf47d695 | [] | no_license | Laity000/ecs-test-playoff | https://github.com/Laity000/ecs-test-playoff | 86585b51d438259bc24207ad3bac750da0879a0c | d6c580adeb725cd325d0a086c275f9a178e34615 | refs/heads/master | 2020-03-14T01:51:04.611000 | 2018-04-28T08:05:21 | 2018-04-28T08:05:21 | 131,386,240 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zj.step;
import com.hjk.lstm.Network;
import com.hjk.matrix.Matrix;
import java.math.BigDecimal;
import java.math.RoundingMode;
import com.hjk.data.Data;
//import com.hjk.lstm.Lstm;
public class LSTMsolver {
/**
* input: data: 一种flavor的历史请求数量
* day_interval: 间隔天数
... | UTF-8 | Java | 1,952 | java | LSTMsolver.java | Java | [] | null | [] | package com.zj.step;
import com.hjk.lstm.Network;
import com.hjk.matrix.Matrix;
import java.math.BigDecimal;
import java.math.RoundingMode;
import com.hjk.data.Data;
//import com.hjk.lstm.Lstm;
public class LSTMsolver {
/**
* input: data: 一种flavor的历史请求数量
* day_interval: 间隔天数
... | 1,952 | 0.52051 | 0.512749 | 69 | 25.130434 | 20.366861 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.710145 | false | false | 2 |
5deef560ff5544f8215c8aedceb6af9e47368fa2 | 8,873,402,501,354 | f302fd6c934962a83e52b13f35edccee819d7e7d | /01-Loja-App/src/br/com/fiap/loja/bo/EstoqueBO.java | a80967517fce4c460cd6bed7207e8d168bb0d6a9 | [] | no_license | Tinuthas/2TDSG | https://github.com/Tinuthas/2TDSG | a3de00058c93f5934c8479b04c1d266cea102a18 | 70fc60ef8288bc941e6ca681de88e8bcf51458f4 | refs/heads/master | 2020-04-21T12:26:57.611000 | 2019-03-25T14:48:01 | 2019-03-25T14:48:01 | 169,562,426 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.com.fiap.loja.bo;
import br.com.fiap.loja.to.ProdutoTO;
public class EstoqueBO {
public static ProdutoTO consultarProduto(ProdutoTO p) {
String mensagem = "";
switch (p.getCodigoProduto()) {
case 401:
mensagem = "Código " + p.getCodigoProduto() + " Camiseta branca";
break;
case 402:
men... | ISO-8859-1 | Java | 612 | java | EstoqueBO.java | Java | [] | null | [] | package br.com.fiap.loja.bo;
import br.com.fiap.loja.to.ProdutoTO;
public class EstoqueBO {
public static ProdutoTO consultarProduto(ProdutoTO p) {
String mensagem = "";
switch (p.getCodigoProduto()) {
case 401:
mensagem = "Código " + p.getCodigoProduto() + " Camiseta branca";
break;
case 402:
men... | 612 | 0.662273 | 0.647446 | 29 | 19.931034 | 21.866257 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.965517 | false | false | 2 |
dfc565843b73b7b2e5d9011ce1d88062d3139636 | 11,295,764,044,776 | 5bfa2d153eb77d33278b6a2243a3ac76309aa6e8 | /src/test/java/com/pace2car/esTest/ClusterManageDemo.java | a7e2c5bedc1a2c44162903b1257368b2e3978b31 | [] | no_license | Pace2Car/elasticsearch_demo | https://github.com/Pace2Car/elasticsearch_demo | 72101ddac18fb4dad7c4c40c86102601bd3ef57e | bed15dc98186758fe43a34ea2ae7d2a087cd6857 | refs/heads/master | 2020-04-09T16:31:46.092000 | 2018-12-06T02:32:30 | 2018-12-06T02:32:30 | 160,455,442 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.pace2car.esTest;
import org.elasticsearch.action.admin.cluster.health.ClusterHealthResponse;
import org.elasticsearch.client.transport.TransportClient;
import org.elasticsearch.cluster.health.ClusterHealthStatus;
import org.elasticsearch.cluster.health.ClusterIndexHealth;
import org.elasticsearch.common.se... | UTF-8 | Java | 2,607 | java | ClusterManageDemo.java | Java | [
{
"context": " java.net.InetAddress;\n\n/**\n * es集群管理测试\n * @author Pace2Car\n * @date 2018/12/5 11:14\n */\npublic class Cluster",
"end": 602,
"score": 0.9991401433944702,
"start": 594,
"tag": "USERNAME",
"value": "Pace2Car"
},
{
"context": "dress(new TransportAddress(InetAddress.g... | null | [] | package com.pace2car.esTest;
import org.elasticsearch.action.admin.cluster.health.ClusterHealthResponse;
import org.elasticsearch.client.transport.TransportClient;
import org.elasticsearch.cluster.health.ClusterHealthStatus;
import org.elasticsearch.cluster.health.ClusterIndexHealth;
import org.elasticsearch.common.se... | 2,607 | 0.643924 | 0.63262 | 72 | 33.402779 | 27.468496 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.458333 | false | false | 2 |
07efa2a5ede5988a71a8b4dabdc188a6d7df4e1b | 14,199,161,928,185 | a2ee1e9ac8fbadeb8a2e0ee06b479852f0030c5f | /src/main/java/br/com/alura/store/dto/CartPostDTO.java | 887ed7d457147c215270d391d5c15edd388ad0ab | [] | no_license | Rafael-Pieri/jaxrs-and-jersey-alura | https://github.com/Rafael-Pieri/jaxrs-and-jersey-alura | c4921c366dcbf200923cb142529c852f929b9e6e | b56ccc69cb63a58d8bafb78531d33728ff3f3aa5 | refs/heads/master | 2021-05-07T02:31:01.038000 | 2019-12-26T03:42:38 | 2019-12-26T03:42:38 | 110,586,051 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.com.alura.store.dto;
import br.com.alura.store.model.Product;
import java.util.ArrayList;
import java.util.Collection;
public class CartPostDTO {
private String street;
private String city;
private Collection<Product> products = new ArrayList<>();
public CartPostDTO() {
}
publi... | UTF-8 | Java | 943 | java | CartPostDTO.java | Java | [] | null | [] | package br.com.alura.store.dto;
import br.com.alura.store.model.Product;
import java.util.ArrayList;
import java.util.Collection;
public class CartPostDTO {
private String street;
private String city;
private Collection<Product> products = new ArrayList<>();
public CartPostDTO() {
}
publi... | 943 | 0.634146 | 0.634146 | 47 | 19.085106 | 19.23077 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.382979 | false | false | 2 |
b830adb5823079f31fbf2d61a8ab251b1f1aa6c6 | 19,224,273,672,079 | eb9f655206c43c12b497c667ba56a0d358b6bc3a | /java/java-tests/testData/codeInsight/daemonCodeAnalyzer/quickFix/collapseIntoLoop/beforeReassignedVar.java | f1887999ed0943e894b985da9b8fc089632d385b | [
"Apache-2.0"
] | permissive | JetBrains/intellij-community | https://github.com/JetBrains/intellij-community | 2ed226e200ecc17c037dcddd4a006de56cd43941 | 05dbd4575d01a213f3f4d69aa4968473f2536142 | refs/heads/master | 2023-09-03T17:06:37.560000 | 2023-09-03T11:51:00 | 2023-09-03T12:12:27 | 2,489,216 | 16,288 | 6,635 | Apache-2.0 | false | 2023-09-12T07:41:58 | 2011-09-30T13:33:05 | 2023-09-12T03:37:30 | 2023-09-12T06:46:46 | 4,523,919 | 15,754 | 4,972 | 237 | null | false | false | // "Collapse into loop" "false"
class X {
public int hashCode() {
int result = 1;
int other = 3;
<selection>result = 2 + other;
result = 2 + result;</selection>
return result;
}
} | UTF-8 | Java | 203 | java | beforeReassignedVar.java | Java | [] | null | [] | // "Collapse into loop" "false"
class X {
public int hashCode() {
int result = 1;
int other = 3;
<selection>result = 2 + other;
result = 2 + result;</selection>
return result;
}
} | 203 | 0.581281 | 0.561576 | 10 | 19.4 | 11.723481 | 36 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 2 |
9e5a1166d6527b0be456c049953677edd0a296cc | 19,224,273,671,613 | 4a4c158b5e4f4aa62ec05c7739e9ec4bcd871d5e | /src/main/lombok/it/unimore/s273693/deliveru/ui/table/DeliveryTableView.java | a94388cf2dfb7d7edc66bcba130935acc76683c1 | [
"Apache-2.0"
] | permissive | SnowyCoder/deliveru-oop | https://github.com/SnowyCoder/deliveru-oop | 7a7b53daf72f8726785e9d2465f55e30fa2884bf | 74c73ea15032b349ae3c68cbf9f6e5a6e80c1571 | refs/heads/main | 2023-02-11T08:04:03.066000 | 2021-01-12T21:18:10 | 2021-01-12T21:18:10 | 328,629,159 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package it.unimore.s273693.deliveru.ui.table;
import it.unimore.s273693.deliveru.AppContext;
import it.unimore.s273693.deliveru.db.Delivery;
import it.unimore.s273693.deliveru.db.DeliveryState;
import it.unimore.s273693.deliveru.db.InsuredDelivery;
import it.unimore.s273693.deliveru.db.User;
import it.unimore.s273693.... | UTF-8 | Java | 6,362 | java | DeliveryTableView.java | Java | [] | null | [] | package it.unimore.s273693.deliveru.ui.table;
import it.unimore.s273693.deliveru.AppContext;
import it.unimore.s273693.deliveru.db.Delivery;
import it.unimore.s273693.deliveru.db.DeliveryState;
import it.unimore.s273693.deliveru.db.InsuredDelivery;
import it.unimore.s273693.deliveru.db.User;
import it.unimore.s273693.... | 6,362 | 0.622917 | 0.616316 | 169 | 36.64497 | 26.0019 | 108 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.526627 | false | false | 2 |
907b18e7ae4d885816b2f95050da5a63e5c3b47e | 11,089,605,561,975 | b86170390b5ae549e154d9d20d9e27b74fc63e01 | /app/src/main/java/entity/object/pdf_email/MPDocumentPDF.java | 3883763b6c72607af3e15df2b39c03f0074160fb | [] | no_license | PaolinoAngeletti/MagazzinoPerfetto_APP | https://github.com/PaolinoAngeletti/MagazzinoPerfetto_APP | ea6dc14a0852f42532a45a4344b64d87291a906d | 41a84961938f0a8b7a7f3e146c99083ffc96507b | refs/heads/master | 2020-06-25T23:04:50.070000 | 2019-07-26T16:43:47 | 2019-07-26T16:43:47 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package entity.object.pdf_email;
import android.content.Context;
import entity.object.documento.Documento;
import lambda.InvokeLambda;
/**
* Created by Paolino Angeletti on 22/01/2019.
*/
public class MPDocumentPDF {
private Context context = null;
private InvokeLambda invoke = null;
private static MP... | UTF-8 | Java | 1,219 | java | MPDocumentPDF.java | Java | [
{
"context": "to;\nimport lambda.InvokeLambda;\n\n/**\n * Created by Paolino Angeletti on 22/01/2019.\n */\n\npublic class MPDocumentPDF {\n",
"end": 173,
"score": 0.9998862147331238,
"start": 156,
"tag": "NAME",
"value": "Paolino Angeletti"
}
] | null | [] | package entity.object.pdf_email;
import android.content.Context;
import entity.object.documento.Documento;
import lambda.InvokeLambda;
/**
* Created by <NAME> on 22/01/2019.
*/
public class MPDocumentPDF {
private Context context = null;
private InvokeLambda invoke = null;
private static MPDocumentPDF... | 1,208 | 0.636587 | 0.630025 | 53 | 22 | 19.713036 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.283019 | false | false | 2 |
d36c078f01a0fee7f814c4c7c85a137dff7ac154 | 9,680,856,335,752 | 6f672fb72caedccb841ee23f53e32aceeaf1895e | /GooglePlay_source/src/com/google/android/gms/games/signin/SignInClient$SignInRecordedBinderCallback.java | b3d5f7e9a65885ea9c519dacfe70f21ef472ff22 | [] | no_license | cha63506/CompSecurity | https://github.com/cha63506/CompSecurity | 5c69743f660b9899146ed3cf21eceabe3d5f4280 | eee7e74f4088b9c02dd711c061fc04fb1e4e2654 | refs/heads/master | 2018-03-23T04:15:18.480000 | 2015-12-19T01:29:58 | 2015-12-19T01:29:58 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | // Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://www.geocities.com/kpdus/jad.html
// Decompiler options: braces fieldsfirst space lnc
package com.google.android.gms.games.signin;
import com.google.android.gms.games.service.AbstractSignInCallbacks;
// Referenced classes of pack... | UTF-8 | Java | 768 | java | SignInClient$SignInRecordedBinderCallback.java | Java | [
{
"context": "// Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov.\n// Jad home page: http://www.geocities.com/kpdus",
"end": 61,
"score": 0.999690055847168,
"start": 45,
"tag": "NAME",
"value": "Pavel Kouznetsov"
}
] | null | [] | // Decompiled by Jad v1.5.8e. Copyright 2001 <NAME>.
// Jad home page: http://www.geocities.com/kpdus/jad.html
// Decompiler options: braces fieldsfirst space lnc
package com.google.android.gms.games.signin;
import com.google.android.gms.games.service.AbstractSignInCallbacks;
// Referenced classes of package com.go... | 758 | 0.696615 | 0.683594 | 29 | 25.482759 | 25.964991 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.37931 | false | false | 2 |
8547f7a9e47c6b0427d0cc7f3fc8db9140010832 | 9,199,819,954,731 | 34705fe9ea568fa970b173253e1f915a24d7bbcf | /app/src/test/java/com/milo/hotfixdemo/asm/InsertCodeToMethod.java | 22d7d0abb2a87c0f80bcb51b6e1b553f0facba40 | [] | no_license | yanjunhui2014/HotFixDemo | https://github.com/yanjunhui2014/HotFixDemo | dc385a3bf59e1b5e24da20561f9ba495806f4335 | 404bb4f7c0111f3786c502243f26828c02dbb3f4 | refs/heads/main | 2023-05-09T13:18:43.791000 | 2021-05-30T14:40:23 | 2021-05-30T14:40:23 | 362,734,230 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.milo.hotfixdemo.asm;
import org.objectweb.asm.ClassReader;
import java.io.File;
import java.io.FileInputStream;
import java.io.InputStream;
/**
* Title:将代码插入方法的工具类
* Describe:
* Remark:
* <p>
* Created by Milo
* E-Mail : 303767416@qq.com
* 5/19/21
*/
public class InsertCodeToMethod {
public ... | UTF-8 | Java | 906 | java | InsertCodeToMethod.java | Java | [
{
"context": "法的工具类\n * Describe:\n * Remark:\n * <p>\n * Created by Milo\n * E-Mail : 303767416@qq.com\n * 5/19/21\n */\npu",
"end": 226,
"score": 0.48383843898773193,
"start": 225,
"tag": "NAME",
"value": "M"
},
{
"context": "工具类\n * Describe:\n * Remark:\n * <p>\n * Created by Mil... | null | [] | package com.milo.hotfixdemo.asm;
import org.objectweb.asm.ClassReader;
import java.io.File;
import java.io.FileInputStream;
import java.io.InputStream;
/**
* Title:将代码插入方法的工具类
* Describe:
* Remark:
* <p>
* Created by Milo
* E-Mail : <EMAIL>
* 5/19/21
*/
public class InsertCodeToMethod {
public void inse... | 897 | 0.623272 | 0.607143 | 39 | 21.256411 | 22.503239 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.435897 | false | false | 2 |
41e1f708803953ca4afa2b44b336e795ab5352e7 | 24,842,090,879,923 | 837dda806ed351f781c75f1a2980cd882ec8c7b7 | /org.kenos.idempiere.lbr.boleto/src/org/adempierelbr/boleto/bank/MCaixaEconomica.java | cf3eff79b076962c496a9cc5320b70142c2a4721 | [] | no_license | KenosSGI/org.kenos.idempiere.lbr | https://github.com/KenosSGI/org.kenos.idempiere.lbr | add6929bbc888b971f20a89b1521c9c3661d8c8b | 77db6f9ea333177ecfc30cc160cef2dddab43180 | refs/heads/master | 2022-09-03T13:31:00.794000 | 2019-12-13T13:23:35 | 2019-12-13T13:23:35 | 228,635,254 | 4 | 6 | null | null | null | null | null | null | null | null | null | null | null | null | null | /******************************************************************************
* Product: ADempiereLBR - ADempiere Localization Brazil *
* This program is free software; you can redistribute it and/or modify it *
* under the terms version 2 of the GNU General Public License as published ... | UTF-8 | Java | 2,076 | java | MCaixaEconomica.java | Java | [
{
"context": "\n *\r\n * Bank Caixa Economica Model\r\n *\r\n * @author Mario Grigioni (Kenos, www.kenos.com.br)\r\n * @version $Id: MCaix",
"end": 1347,
"score": 0.9994596242904663,
"start": 1333,
"tag": "NAME",
"value": "Mario Grigioni"
}
] | null | [] | /******************************************************************************
* Product: ADempiereLBR - ADempiere Localization Brazil *
* This program is free software; you can redistribute it and/or modify it *
* under the terms version 2 of the GNU General Public License as published ... | 2,068 | 0.64499 | 0.631021 | 56 | 35.107143 | 30.080652 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 2 |
392ee916503fe3a6c89c67a9e5c8450751f98178 | 31,018,253,859,557 | a1856088eb5fb6db5e554ae84bf929cd3ca1c7a1 | /servers/wildfly10.0/src/main/java/org/jboss/migration/wfly10/config/task/subsystem/ee/AddConcurrencyUtilitiesDefaultConfig.java | 9359ac1be019d128cc0b1baf49095cded1215867 | [
"Apache-2.0"
] | permissive | wildfly/wildfly-server-migration | https://github.com/wildfly/wildfly-server-migration | eb53da65acefb36fe91ee6f69c0182cb78d49e15 | 2ea2f838aaa8847afb975f841c9889ff1cdb588e | refs/heads/master | 2023-09-05T16:49:24.188000 | 2023-08-25T12:28:18 | 2023-08-25T12:28:18 | 54,513,747 | 77 | 50 | Apache-2.0 | true | 2023-09-11T10:20:59 | 2016-03-22T22:45:31 | 2023-06-29T09:13:13 | 2023-09-11T10:20:59 | 4,439 | 73 | 39 | 4 | Java | false | false | /*
* Copyright 2016 Red Hat, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in... | UTF-8 | Java | 9,106 | java | AddConcurrencyUtilitiesDefaultConfig.java | Java | [
{
"context": "ency Utilities config to the subsystem.\n * @author emmartins\n */\npublic class AddConcurrencyUtilitiesDefaultCo",
"end": 1467,
"score": 0.9995209574699402,
"start": 1458,
"tag": "USERNAME",
"value": "emmartins"
}
] | null | [] | /*
* Copyright 2016 Red Hat, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in... | 9,106 | 0.718318 | 0.712387 | 147 | 60.94558 | 43.054749 | 180 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.714286 | false | false | 2 |
56c159c33d2b669126f8a655919d162d31520643 | 10,565,619,554,450 | e5a0bf684b0378baba462e7f180f4b2dbe36d312 | /calendar/src/de/pernpas/calendar/service/MailService.java | 7788181875c180b77f0f63d031040c9319560bdf | [] | no_license | tectronics/discoboizcal | https://github.com/tectronics/discoboizcal | e28577e20088c96281a250c75f735ced61a45e26 | 1dfd186e96d0153f8d407d8f5b7735d61ba89196 | refs/heads/master | 2018-01-11T15:15:21.381000 | 2012-05-17T15:03:02 | 2012-05-17T15:03:02 | 45,165,271 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package de.pernpas.calendar.service;
import java.io.UnsupportedEncodingException;
import java.util.Properties;
import java.util.logging.Logger;
import javax.mail.Message;
import javax.mail.MessagingException;
import javax.mail.Session;
import javax.mail.Transport;
import javax.mail.internet.AddressException;
import j... | UTF-8 | Java | 1,488 | java | MailService.java | Java | [
{
"context": "on);\n msg.setFrom(new InternetAddress(\"stinky.nerdy@googlemail.com\", \"\"));\n msg.addRecipient(Message.Reci",
"end": 854,
"score": 0.999920666217804,
"start": 827,
"tag": "EMAIL",
"value": "stinky.nerdy@googlemail.com"
}
] | null | [] | package de.pernpas.calendar.service;
import java.io.UnsupportedEncodingException;
import java.util.Properties;
import java.util.logging.Logger;
import javax.mail.Message;
import javax.mail.MessagingException;
import javax.mail.Session;
import javax.mail.Transport;
import javax.mail.internet.AddressException;
import j... | 1,468 | 0.675403 | 0.673387 | 44 | 32.81818 | 24.226463 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.159091 | false | false | 2 |
e372a1a34eba9c94d49cce0e1feff9aa02e54c1f | 1,305,670,126,163 | 45d8bb1d38abd900a9ef837790a77ae4e61a55bf | /src/main/java/servlets/LoginStatusServlet.java | 777fad49360868c92aa95354903217cbd310c68c | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | emilyvera/receipt-roundup | https://github.com/emilyvera/receipt-roundup | 9397b221cc70a912bc2dceb6f02b799e47a5e184 | 45395d5adef752e384c36c4af3196f1f619dad1e | refs/heads/master | 2022-12-28T11:11:17.950000 | 2020-08-08T02:46:01 | 2020-08-08T02:46:01 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | // Copyright 2019 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// https://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in ... | UTF-8 | Java | 2,293 | java | LoginStatusServlet.java | Java | [] | null | [] | // Copyright 2019 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// https://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in ... | 2,293 | 0.743131 | 0.739642 | 62 | 35.983871 | 28.010075 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.532258 | false | false | 2 |
24d2fb2cc229d48024ea8f1545f6efe95618df1a | 1,958,505,156,074 | ba21d213ecf55e1a63b06bad26fb9bdcb1aa17fb | /Concurency4/MarketNews3.java | 289fce76e5059792193b538809c00b106549a778 | [] | no_license | maratreason/maratreasonConcurency.github.io | https://github.com/maratreason/maratreasonConcurency.github.io | 5428c21d0a763920a2784713dbca83694bc73d94 | dd3dfa5f7d4c2ae5656fc1994da7592403004bef | refs/heads/master | 2021-01-11T23:41:09.356000 | 2017-01-11T08:26:21 | 2017-01-11T08:26:21 | 78,622,545 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.marat.Lesson_11_Concurency4;
public class MarketNews3 extends Thread {
public MarketNews3(String str){
super(str);
}
public void run(){
try {
for(int i = 0; i < 10; i++){
sleep(1000);
System.out.println("The market is improving " + i);
}
}catch(InterruptedException e){
Syste... | UTF-8 | Java | 404 | java | MarketNews3.java | Java | [] | null | [] | package com.marat.Lesson_11_Concurency4;
public class MarketNews3 extends Thread {
public MarketNews3(String str){
super(str);
}
public void run(){
try {
for(int i = 0; i < 10; i++){
sleep(1000);
System.out.println("The market is improving " + i);
}
}catch(InterruptedException e){
Syste... | 404 | 0.628713 | 0.59901 | 23 | 16.565218 | 17.953627 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.043478 | false | false | 2 |
4a161f878bf8cd2f5795f242477335348a5e6dac | 13,520,557,093,093 | 23ee35b061233dc84292df1c98211ccbd9ae0a10 | /src/main/java/com/rzh/iot/dao/IndustryTypeDao.java | aead7ae095b7b8cf730bebd192b464f05faf8002 | [] | no_license | 1284517067/SmartParkAttractInvestmentManagementSystem_ServerSystem | https://github.com/1284517067/SmartParkAttractInvestmentManagementSystem_ServerSystem | a422073c70b6ce6e9d2b670b0e448ecbc379a1fe | 59aac22df4c4a914501d6c11ed8d079e0ffe4419 | refs/heads/master | 2023-03-07T10:58:40.732000 | 2021-02-23T07:53:54 | 2021-02-23T07:53:54 | 323,786,361 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.rzh.iot.dao;
import com.rzh.iot.model.IndustryType;
import org.apache.ibatis.annotations.*;
import org.springframework.stereotype.Repository;
import java.util.List;
@Repository
@Mapper
public interface IndustryTypeDao {
@Select("select * from industry_type where status = '正常' order by industry_type_i... | UTF-8 | Java | 2,102 | java | IndustryTypeDao.java | Java | [] | null | [] | package com.rzh.iot.dao;
import com.rzh.iot.model.IndustryType;
import org.apache.ibatis.annotations.*;
import org.springframework.stereotype.Repository;
import java.util.List;
@Repository
@Mapper
public interface IndustryTypeDao {
@Select("select * from industry_type where status = '正常' order by industry_type_i... | 2,102 | 0.729026 | 0.729026 | 41 | 49.585365 | 56.436443 | 246 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.682927 | false | false | 2 |
18296453bf85f188bca16f159f8732e58237fc94 | 13,520,557,092,197 | 7960a55f34a0bdf3b1a316508e132aeeb10e227d | /src/ast/NewExpr.java | a3faf957dd854d4d73944fa1d262d9a6bddf9041 | [] | no_license | thiagojesus/KrakatoaCompiler | https://github.com/thiagojesus/KrakatoaCompiler | e457c74d43b578d21d565a89551fb8dd58fbe1df | 44cc33852d16a3906f288319b04a3551c03ff7ea | refs/heads/master | 2016-09-16T05:32:31.313000 | 2015-12-08T21:16:02 | 2015-12-08T21:16:02 | 41,320,425 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* @author Thiago Martins de Jesus 380385
* @author Vinnícius Ferreira da Silva 380032
* */
package ast;
public class NewExpr extends Expr {
public NewExpr(KraClass _object){
this.objectClass = _object;
}
@Override
public void genC(PW pw, boolean putParenthesis) {
// TODO Auto-generated method stub
pw.... | UTF-8 | Java | 616 | java | NewExpr.java | Java | [
{
"context": "/*\n * @author Thiago Martins de Jesus 380385\n * @author Vinnícius Ferreira da Silva 380",
"end": 37,
"score": 0.999870240688324,
"start": 14,
"tag": "NAME",
"value": "Thiago Martins de Jesus"
},
{
"context": " @author Thiago Martins de Jesus 380385\n * @author Vinníci... | null | [] | /*
* @author <NAME> 380385
* @author <NAME> 380032
* */
package ast;
public class NewExpr extends Expr {
public NewExpr(KraClass _object){
this.objectClass = _object;
}
@Override
public void genC(PW pw, boolean putParenthesis) {
// TODO Auto-generated method stub
pw.print("new_"+objectClass.getName()+"()... | 577 | 0.697561 | 0.678049 | 31 | 18.838709 | 18.282896 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.064516 | false | false | 2 |
205e3786eef468a1e0b734bb856d1179076a5279 | 27,986,006,952,401 | 56237ff929052a496e84b658baa15740434e8b55 | /src/main/java/com/matthieudelgado/xebia/tondeuse/entites/Terrain.java | 249ad71c06351b6a30f4a140dadc1a6e2f9ae1ac | [] | no_license | matthieudelgado/tondeuse | https://github.com/matthieudelgado/tondeuse | 90b4136bc80f644b4ac99a9f1295dd54f6a560c1 | 19a5b8c012e07ecb5dab386772044b0307dd3479 | refs/heads/master | 2016-09-06T14:58:07.902000 | 2015-09-22T21:13:12 | 2015-09-22T21:13:12 | 42,822,893 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.matthieudelgado.xebia.tondeuse.entites;
import java.util.Arrays;
import com.matthieudelgado.xebia.tondeuse.entites.enums.Case;
public class Terrain {
private int longueur;
private int largeur;
private Case[][] cases;
protected Terrain(int longueur, int largeur) {
super();
this.longueur = longue... | UTF-8 | Java | 1,584 | java | Terrain.java | Java | [] | null | [] | package com.matthieudelgado.xebia.tondeuse.entites;
import java.util.Arrays;
import com.matthieudelgado.xebia.tondeuse.entites.enums.Case;
public class Terrain {
private int longueur;
private int largeur;
private Case[][] cases;
protected Terrain(int longueur, int largeur) {
super();
this.longueur = longue... | 1,584 | 0.65846 | 0.655934 | 67 | 22.64179 | 19.389719 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.104478 | false | false | 2 |
4f380b87b24eb0c4fecc4cb08b1b35e0d33b4d9f | 24,429,773,996,527 | 9cbfaaf661c5be227f199ba8521fc7deee0167f5 | /src/main/java/ch/bfh/fiese15/util/AufgabenstreifenHelper.java | 265e472edd53ef7b078b532d6c00cec57435c079 | [] | no_license | zeroplexer/fiese15 | https://github.com/zeroplexer/fiese15 | c96abaddf1214e4c934a3fb276ef89a95d0dc2c9 | 1c5d79e0a512e42592891f1963a6e95739b388d0 | refs/heads/master | 2021-12-26T07:58:03.408000 | 2020-03-27T14:44:56 | 2020-03-27T14:44:56 | 250,558,379 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ch.bfh.fiese15.util;
import static java.util.Collections.shuffle;
import java.util.ArrayList;
import java.util.List;
import ch.bfh.fiese15.models.Aufgabenstreifen;
import ch.bfh.fiese15.models.Color;
import ch.bfh.fiese15.models.Dice;
public class AufgabenstreifenHelper {
public static List<Aufgabenstrei... | UTF-8 | Java | 3,154 | java | AufgabenstreifenHelper.java | Java | [] | null | [] | package ch.bfh.fiese15.util;
import static java.util.Collections.shuffle;
import java.util.ArrayList;
import java.util.List;
import ch.bfh.fiese15.models.Aufgabenstreifen;
import ch.bfh.fiese15.models.Color;
import ch.bfh.fiese15.models.Dice;
public class AufgabenstreifenHelper {
public static List<Aufgabenstrei... | 3,154 | 0.762207 | 0.710209 | 74 | 41.62162 | 31.310434 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.472973 | false | false | 2 |
922fce9498201be6861837c7b6ba58f4f3c6409b | 7,121,055,844,759 | 8b76d36498aa7447e4e6dd3534fb02e7716fdd7c | /src/test/java/com/vincent/edu/pattern/singleton/test/ExectorThread.java | 5b1b01b64c2090abca1c5cc8061a22371bc4597b | [] | no_license | Visionhao/singleton-pattern | https://github.com/Visionhao/singleton-pattern | 9939dc558a15ad8d6317bf00390fb536457d1fcf | 672a5401556386b480276f586888566b80fc417e | refs/heads/master | 2020-04-27T23:20:22.625000 | 2019-03-10T06:57:47 | 2019-03-10T06:57:47 | 174,771,819 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.vincent.edu.pattern.singleton.test;
import com.vincent.edu.pattern.singleton.lazy.LazyDoubleCheckSingleton;
import com.vincent.edu.pattern.singleton.lazy.LazySimpleSingleton;
import com.vincent.edu.pattern.singleton.threadlocal.ThreadLocalSingleton;
/**
* 不用线程池,就用2个线程来演示全过程
*/
public class ExectorThread... | UTF-8 | Java | 747 | java | ExectorThread.java | Java | [] | null | [] | package com.vincent.edu.pattern.singleton.test;
import com.vincent.edu.pattern.singleton.lazy.LazyDoubleCheckSingleton;
import com.vincent.edu.pattern.singleton.lazy.LazySimpleSingleton;
import com.vincent.edu.pattern.singleton.threadlocal.ThreadLocalSingleton;
/**
* 不用线程池,就用2个线程来演示全过程
*/
public class ExectorThread... | 747 | 0.762973 | 0.761571 | 22 | 31.40909 | 33.000908 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.363636 | false | false | 2 |
8963df43a990fb221b9ea1345978f5fbdba1845a | 20,315,195,317,775 | b75433fa55b0d92118e49f1b74cde6d67e98b3d7 | /app/src/main/java/com/example/wdks/newwdksapp/pages/Page26MyWrongActivity.java | 09c4b7929315e2d0a8e391b8f1e58809c1788a63 | [] | no_license | 563912432/wdksApp | https://github.com/563912432/wdksApp | fa71f93b5160130d67a03194e1168dcd3237f1bd | 8d12e6f48ca3ce72ee54e4cb04b79cf62882df20 | refs/heads/master | 2020-03-27T06:00:09.271000 | 2018-08-25T06:17:49 | 2018-08-25T06:17:49 | 146,070,609 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.wdks.newwdksapp.pages;
import android.content.Intent;
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;
import com.example.wdks.newwdksapp.R;
import co... | UTF-8 | Java | 2,305 | java | Page26MyWrongActivity.java | Java | [] | null | [] | package com.example.wdks.newwdksapp.pages;
import android.content.Intent;
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;
import com.example.wdks.newwdksapp.R;
import co... | 2,305 | 0.672719 | 0.661371 | 79 | 26.886076 | 23.568907 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.594937 | false | false | 2 |
c48d28caca770357a37668a1921d8a88b89e4f9a | 13,314,398,634,907 | 15cafd906a7227d91f52dac67f929b4f5857c82e | /app/src/main/java/any_end_will_do/mangohacks/dataBase/Users.java | c7415959e5e0572b8a5d05805c7ba5ed253efbe1 | [] | no_license | jfleurent/Mangohacks-2018 | https://github.com/jfleurent/Mangohacks-2018 | 61b66bb8d37b020334621b02e96f4251289ddae1 | ef1603a9f23b24168837247e125013f7f8fee75c | refs/heads/master | 2021-05-03T11:59:19.119000 | 2018-02-06T00:37:16 | 2018-02-06T00:37:16 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package any_end_will_do.mangohacks.dataBase;
/**
* Created by Andre on 2/4/2018.
*/
public class Users {
private String name;
private String email;
private String company;
private String industry;
private String phone;
public Users(String email, String name, String industry){
this.... | UTF-8 | Java | 1,129 | java | Users.java | Java | [
{
"context": "nd_will_do.mangohacks.dataBase;\n\n/**\n * Created by Andre on 2/4/2018.\n */\n\npublic class Users {\n\n priva",
"end": 69,
"score": 0.9992938041687012,
"start": 64,
"tag": "NAME",
"value": "Andre"
}
] | null | [] | package any_end_will_do.mangohacks.dataBase;
/**
* Created by Andre on 2/4/2018.
*/
public class Users {
private String name;
private String email;
private String company;
private String industry;
private String phone;
public Users(String email, String name, String industry){
this.... | 1,129 | 0.600531 | 0.595217 | 57 | 18.807018 | 17.978973 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.473684 | false | false | 2 |
c85b508355223bd92435fcac88e7996ea34d6919 | 24,017,457,137,944 | 4d42e5be571d495e6f707ddc782efe04d54bcfc5 | /src/com/example/interfaces/fileio/models/ShapesTest.java | bd58ad17fc4cb37a4de7c3b7aa6ce8684e3e530e | [] | no_license | AmirGamilDev/sw-dev-2020-java-oop | https://github.com/AmirGamilDev/sw-dev-2020-java-oop | 6fc09e8d217672cf6bb69fa09bf464c8a5399d4f | ed333a05040c25feeb7d9b1e975d3369256bb225 | refs/heads/master | 2021-05-20T21:23:01.604000 | 2020-04-02T10:16:59 | 2020-04-02T10:16:59 | 252,422,160 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.interfaces.fileio.models;
public class ShapesTest {
public static void main(String[] args) {
Square square = new Square("white", 5);
Rectangle rectangle = new Rectangle("Red", 3.2, 5.4);
Triangle triangle = new Triangle("Green", 4.98, 3.7, 3.1, 2.3);
Circle circle = new Circle("Blue", 3);... | UTF-8 | Java | 1,696 | java | ShapesTest.java | Java | [
{
"context": ".\");\n\t\t}\n\t\t\n\t\tShape actuallyASquare = new Square(\"Navy\", 3);\n\t\t\n\t\tif(actuallyASquare instanceof Circle) ",
"end": 1199,
"score": 0.9930845499038696,
"start": 1195,
"tag": "NAME",
"value": "Navy"
}
] | null | [] | package com.example.interfaces.fileio.models;
public class ShapesTest {
public static void main(String[] args) {
Square square = new Square("white", 5);
Rectangle rectangle = new Rectangle("Red", 3.2, 5.4);
Triangle triangle = new Triangle("Green", 4.98, 3.7, 3.1, 2.3);
Circle circle = new Circle("Blue", 3);... | 1,696 | 0.663325 | 0.647406 | 65 | 25.092308 | 20.57461 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.753846 | false | false | 2 |
6bf98eed48a7ade40765a6d9ad6fcd8c45d18ee1 | 12,738,873,067,939 | e20722b1bb7d5d3272eb6167dc76c09bbbdf8aa3 | /src/com/nyist/vnow/ui/ConfActivity.java | 7cb872fdf7d2ec960589dbf6fd9b7bfe117d06ae | [] | no_license | foxmoon/VNow | https://github.com/foxmoon/VNow | 2a8f699ad78366c1abd32fbf2db00039768cad0b | f5a6d04d0bf85794d4bee442f42b757c18780466 | refs/heads/master | 2021-01-23T10:00:45.391000 | 2014-07-03T06:38:00 | 2014-07-03T06:38:00 | 22,158,559 | 2 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.nyist.vnow.ui;
import java.io.File;
import java.util.HashMap;
import java.util.Map;
import android.annotation.SuppressLint;
import android.app.Dialog;
import android.app.KeyguardManager;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.DialogInter... | UTF-8 | Java | 29,411 | java | ConfActivity.java | Java | [
{
"context": "napi.EventListener;\r\n\r\n/**\r\n * 接听和聊天界面\r\n * @author harry\r\n * @version Creat on 2014-6-18上午8:39:40\r\n */\r\npu",
"end": 2047,
"score": 0.8861689567565918,
"start": 2042,
"tag": "USERNAME",
"value": "harry"
},
{
"context": " /**\r\n * web 接口调用回调接口\r\n *... | null | [] | package com.nyist.vnow.ui;
import java.io.File;
import java.util.HashMap;
import java.util.Map;
import android.annotation.SuppressLint;
import android.app.Dialog;
import android.app.KeyguardManager;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.DialogInter... | 29,411 | 0.56934 | 0.565615 | 738 | 37.659893 | 25.019548 | 128 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.584011 | false | false | 2 |
dd0fcf859a2d6e84327357e3354512d3696e909b | 23,158,463,712,106 | 24b6d1f4059c238509355dbaa65058beff0fe809 | /src/main/java/com/equipmentlifecam/backend/service/LensService.java | a3e40d67fdea201e4940621136e199ed00390e8c | [] | no_license | edersonjseder/equipmentlifecam | https://github.com/edersonjseder/equipmentlifecam | 529d840bac35ae89ac63f3ea439b50b7519de110 | e9106a34159d3855c1ce3283f5ab22783f324831 | refs/heads/master | 2020-08-07T03:16:32.514000 | 2019-10-16T01:06:17 | 2019-10-16T01:06:17 | 213,274,894 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.equipmentlifecam.backend.service;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.equipmentlifecam.backend.domain.Lens;
import com.equipmentlifecam.backend.repositories.LensRepository;
@Service
public class L... | UTF-8 | Java | 877 | java | LensService.java | Java | [] | null | [] | package com.equipmentlifecam.backend.service;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.equipmentlifecam.backend.domain.Lens;
import com.equipmentlifecam.backend.repositories.LensRepository;
@Service
public class L... | 877 | 0.710376 | 0.710376 | 50 | 16.540001 | 19.088436 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.34 | false | false | 2 |
a8980809d621b51965a1e05432d67ac879a6bd27 | 14,774,687,535,300 | beb406d907bea0227a5f31e87535097ce56896ab | /src/test/java/mobile/TestMBInJUnit.java | 41a8ce43a06808df4a21f4d31770b165b1cc2d34 | [] | no_license | enjian/riskManage | https://github.com/enjian/riskManage | 0f8c9152d448a0aed4b89b6e4215994d0af3bf40 | f8b093e26641c183759a801878d0c1ad528450d1 | refs/heads/master | 2021-03-23T04:49:36.232000 | 2018-07-30T10:11:30 | 2018-07-30T10:11:30 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package mobile;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.test.context.ContextConfiguration;
import org.springframework.test.context.junit4.SpringJUnit4ClassRunner;
import duomi.com.httpIvk.param.mobiledetail.MBDet... | UTF-8 | Java | 768 | java | TestMBInJUnit.java | Java | [] | null | [] | package mobile;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.test.context.ContextConfiguration;
import org.springframework.test.context.junit4.SpringJUnit4ClassRunner;
import duomi.com.httpIvk.param.mobiledetail.MBDet... | 768 | 0.81901 | 0.776042 | 25 | 29.719999 | 23.292093 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.04 | false | false | 2 |
033802cac2f99912bd7cd2800ab695be8266efd7 | 7,619,272,044,554 | fb02e7b021ed1edfaee7bb90dcc5be5709d91d35 | /src/main/java/com/jeesite/modules/finance/entity/SalesPerformance.java | c3bbaa379d14376fcf0b3bd43b504a70059c6527 | [] | no_license | hellojuny/ifarterp | https://github.com/hellojuny/ifarterp | 680032470952c6399333dbd56c9bc37d4c1daac5 | 584a5429f593d4b41aa17272543b04a51e690b08 | refs/heads/master | 2021-05-05T06:53:31.299000 | 2019-10-15T12:56:13 | 2019-10-15T12:56:13 | 118,832,725 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Copyright (c) 2013-Now http://jeesite.com All rights reserved.
*/
package com.jeesite.modules.finance.entity;
/**
* 序列Entity
* @author 张雷
* @version 2018-05-12
*/
public class SalesPerformance {
private String yearMonth; // 年月
private String yearMonthStart; // 年月(start)
private String yearMonthEnd; /... | UTF-8 | Java | 1,372 | java | SalesPerformance.java | Java | [
{
"context": "dules.finance.entity;\n\n/**\n * 序列Entity\n * @author 张雷\n * @version 2018-05-12\n */\npublic class SalesPerf",
"end": 148,
"score": 0.8586247563362122,
"start": 146,
"tag": "NAME",
"value": "张雷"
}
] | null | [] | /**
* Copyright (c) 2013-Now http://jeesite.com All rights reserved.
*/
package com.jeesite.modules.finance.entity;
/**
* 序列Entity
* @author 张雷
* @version 2018-05-12
*/
public class SalesPerformance {
private String yearMonth; // 年月
private String yearMonthStart; // 年月(start)
private String yearMonthEnd; /... | 1,372 | 0.737952 | 0.728916 | 56 | 22.732143 | 18.088562 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.517857 | false | false | 2 |
dd7adae96f28ec3002f634e85f5bcd1bb0cf55c3 | 15,229,954,065,410 | 8844c2ac09b4508c79a2093dc28999313a15da82 | /online-exam/src/com/augmentum/oes/util/ValidateQuestion.java | da6bd8aba6f9123a21e025770fee2c3dc09c2693 | [] | no_license | ZackZhangZhang/ZackProject | https://github.com/ZackZhangZhang/ZackProject | 4dd2c6b90e66d91528efa53d85b305a6d1757d41 | 5f4d53df86eb23ae66d1c84624d3accd6ed51bb2 | refs/heads/master | 2018-10-28T05:57:01.917000 | 2018-09-21T17:39:23 | 2018-09-21T17:39:23 | 144,521,955 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.augmentum.oes.util;
import com.augmentum.oes.Constants;
import com.augmentum.oes.exception.ParameterException;
import com.augmentum.oes.model.Question;
public class ValidateQuestion {
public static void validateQuestion(Question question) throws ParameterException {
ParameterException parame... | UTF-8 | Java | 1,964 | java | ValidateQuestion.java | Java | [] | null | [] | package com.augmentum.oes.util;
import com.augmentum.oes.Constants;
import com.augmentum.oes.exception.ParameterException;
import com.augmentum.oes.model.Question;
public class ValidateQuestion {
public static void validateQuestion(Question question) throws ParameterException {
ParameterException parame... | 1,964 | 0.680244 | 0.672098 | 48 | 39.9375 | 38.340801 | 113 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.75 | false | false | 2 |
83c9f98cfcc814cc141ff08089a31e090c3e3cfd | 24,335,284,740,923 | 32b1e369407247ba40eb39137d20492361dd1751 | /src/main/java/com/pony/domain/ShoppingCartEntry.java | 788e3da058919e14f33d2a73da6f492568c5ade2 | [] | no_license | KyleQiao1992/pony | https://github.com/KyleQiao1992/pony | c181b7f821f3044888c943203d4edbfcac04e109 | ff8b0d99374309204b825c5b87c1bfa641343450 | refs/heads/master | 2021-01-12T18:34:14.083000 | 2017-06-05T13:55:49 | 2017-06-05T13:55:49 | 81,730,918 | 1 | 1 | null | false | 2017-05-30T04:09:55 | 2017-02-12T14:17:17 | 2017-02-17T06:27:47 | 2017-05-30T04:09:55 | 575 | 1 | 2 | 0 | Java | null | null | package com.pony.domain;
import com.pony.productManage.entity.Product;
import java.util.Date;
/**
* @author: qiaoyi
* @edit:
* @created:17/3/31
*/
public class ShoppingCartEntry {
private int id;
private String phone;
private int count;
private int userId;
private int productId;
private D... | UTF-8 | Java | 3,190 | java | ShoppingCartEntry.java | Java | [
{
"context": ".Product;\n\nimport java.util.Date;\n\n/**\n * @author: qiaoyi\n * @edit:\n * @created:17/3/31\n */\npublic class Sh",
"end": 119,
"score": 0.988852322101593,
"start": 113,
"tag": "USERNAME",
"value": "qiaoyi"
}
] | null | [] | package com.pony.domain;
import com.pony.productManage.entity.Product;
import java.util.Date;
/**
* @author: qiaoyi
* @edit:
* @created:17/3/31
*/
public class ShoppingCartEntry {
private int id;
private String phone;
private int count;
private int userId;
private int productId;
private D... | 3,190 | 0.529597 | 0.528023 | 161 | 18.726707 | 15.001444 | 48 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.36646 | false | false | 2 |
ead6342c945bbb0f2a091e4c82451403ce242578 | 16,569,983,828,572 | 5c6f7703d77ea96e69837c9b19b9c36d455facf6 | /LibCore/src/main/java/com/xpxcoder/libcore/utils/StatusBarCompatLollipop.java | 4e19daf4419cac326c25bb77e03a97aca3e859d7 | [
"MIT"
] | permissive | XpxDeveloper/MvpBase | https://github.com/XpxDeveloper/MvpBase | d17518061280979ef7286810f4f56feab0b21c45 | 03ce38a98b843dacedfdc3dfd95520e55a60d0c8 | refs/heads/master | 2022-11-25T02:17:22.028000 | 2020-07-26T16:05:59 | 2020-07-26T16:05:59 | 282,405,732 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.xpxcoder.libcore.utils;
import android.animation.ValueAnimator;
import android.annotation.SuppressLint;
import android.app.Activity;
import android.content.Context;
import android.view.View;
import android.view.ViewGroup;
import android.view.Window;
import androidx.appcompat.widget.Toolbar;
import android... | UTF-8 | Java | 6,251 | java | StatusBarCompatLollipop.java | Java | [
{
"context": "**************************************\n * @author: xpxCoder\n * CreateTime: 2020-07-25 23:17(星期六)\n * Descripti",
"end": 714,
"score": 0.9996331334114075,
"start": 706,
"tag": "USERNAME",
"value": "xpxCoder"
}
] | null | [] | package com.xpxcoder.libcore.utils;
import android.animation.ValueAnimator;
import android.annotation.SuppressLint;
import android.app.Activity;
import android.content.Context;
import android.view.View;
import android.view.ViewGroup;
import android.view.Window;
import androidx.appcompat.widget.Toolbar;
import android... | 6,251 | 0.666453 | 0.647718 | 145 | 42.068966 | 37.039524 | 196 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.641379 | false | false | 2 |
b46a96e5db48dc832547dfa0e381deb0069e623c | 16,561,393,963,070 | 5844f24c69c79b905814c6503eaba95ddf0c4372 | /src/cs131/pa1/filter/sequential/LS.java | 70b6756e1fc81e722ac39b7a2863eed1ee541042 | [] | no_license | JerryMiller/PA1 | https://github.com/JerryMiller/PA1 | 49b35d60e575bad8f36779d02757f00aa9616a4a | d6a4e68a6a55cd6f5e9511688f5d72db4f78fa8c | refs/heads/master | 2020-03-30T00:04:27.633000 | 2018-09-30T20:40:09 | 2018-09-30T20:40:09 | 150,504,160 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cs131.pa1.filter.sequential;
import java.io.File;
import java.util.LinkedList;
public class LS extends SequentialFilter {
@Override
protected String processLine(String line) {
// // TODO Auto-generated method stub
// input = new LinkedList<>();
// output = new LinkedList<>();
// StringBuilder str = n... | UTF-8 | Java | 895 | java | LS.java | Java | [] | null | [] | package cs131.pa1.filter.sequential;
import java.io.File;
import java.util.LinkedList;
public class LS extends SequentialFilter {
@Override
protected String processLine(String line) {
// // TODO Auto-generated method stub
// input = new LinkedList<>();
// output = new LinkedList<>();
// StringBuilder str = n... | 895 | 0.659218 | 0.654749 | 33 | 26.121212 | 19.678873 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.727273 | false | false | 2 |
c1f888e08724d4e33a68279aa2f36f45ad425344 | 18,915,035,989,488 | c172963f7040c072daa407b3c3a86b6d7fd70edf | /app/src/main/java/com/barapps/triggers/triggers/events/EventDispatcher.java | f2af75946db4abb07d4fe564c1477da3cf8257ce | [] | no_license | El-Cortado/Triggers | https://github.com/El-Cortado/Triggers | b300ad7cf39e94043340aaf413aeef1e4e007ecf | 28f4625adb4b17576f55cad4e41a7f77d3173e00 | refs/heads/master | 2021-03-24T18:39:36.298000 | 2020-03-17T14:30:03 | 2020-03-17T14:30:03 | 247,557,103 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.barapps.triggers.triggers.events;
public class EventDispatcher {
}
| UTF-8 | Java | 81 | java | EventDispatcher.java | Java | [] | null | [] | package com.barapps.triggers.triggers.events;
public class EventDispatcher {
}
| 81 | 0.802469 | 0.802469 | 5 | 15.2 | 18.819139 | 45 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.2 | false | false | 2 |
37a9555732f5d8ed80c3e9a0ba0a61126f379f19 | 19,052,474,983,894 | cb3dc25ee29d09f6a6270564c7d7d54fa7e11ef6 | /serial-distribute-manager/src/main/java/com/gzs/learn/serial/dubbo/DubboSerialManagerServiceImp.java | ccad06d3f7956f97c20ad258656750bfec3e1446 | [
"Apache-2.0"
] | permissive | devsong/serial | https://github.com/devsong/serial | 6944c6dfe21b97a6107ffd599e0531ca921bed8b | ef89004e84003c2699c602ee4cad9454fd3c8d8a | refs/heads/master | 2020-04-10T15:26:25.146000 | 2018-12-10T03:12:29 | 2018-12-10T03:13:57 | 161,109,631 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.gzs.learn.serial.dubbo;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;
import com.gzs.learn.serial.domain.SerialGroup;
import com.gzs.learn.serial.domain.pk.SerialGroupPK;
import com.gzs.learn.serial.exception.SerialCode;
import com.... | UTF-8 | Java | 1,196 | java | DubboSerialManagerServiceImp.java | Java | [] | null | [] | package com.gzs.learn.serial.dubbo;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;
import com.gzs.learn.serial.domain.SerialGroup;
import com.gzs.learn.serial.domain.pk.SerialGroupPK;
import com.gzs.learn.serial.exception.SerialCode;
import com.... | 1,196 | 0.764214 | 0.761706 | 32 | 35.375 | 27.480391 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 2 |
09db4aba17b4cfff353f9ffc4a8c2bf1a93460b3 | 19,052,474,983,049 | 2cf656d9955566d6d268d16968d517f08133dc5e | /src/practicetwo/Locator.java | c704b0886f5b4576b7832b623a00a58c26228543 | [] | no_license | graytest/FireflyAutonation | https://github.com/graytest/FireflyAutonation | 458f3304a1996757c526526d52951644ec210fb6 | a499a11071c984d83ddf418ad4fc41feabb7dfb8 | refs/heads/master | 2016-09-05T21:19:20.511000 | 2015-07-03T05:10:34 | 2015-07-03T05:10:34 | 38,472,535 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package practicetwo;
public class Locator {
}
| UTF-8 | Java | 48 | java | Locator.java | Java | [] | null | [] | package practicetwo;
public class Locator {
}
| 48 | 0.75 | 0.75 | 5 | 8.6 | 10.150862 | 22 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.2 | false | false | 2 |
66e675d928080c2622117e87728d195a2616ed20 | 2,121,713,848,708 | 01808c39f4f0040fde1acbae8a0f5b1a404ead84 | /monitor-by-java-agent/src/main/java/com/prayerlaputa/monitor/agent/track/TrackManager.java | 4e318ef11ecfac04f699b0b8aedd7024480e9188 | [
"Apache-2.0"
] | permissive | evasnowind/distributed-dev-learning | https://github.com/evasnowind/distributed-dev-learning | 45116b135dbf178e76fed8e475033c5a2b3b71f4 | e7f7c82a0385c6df86cd75a45eb376f8cfbc0209 | refs/heads/master | 2023-02-21T13:36:16.999000 | 2021-01-26T15:46:29 | 2021-01-26T15:46:29 | 298,801,871 | 47 | 14 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.prayerlaputa.monitor.agent.track;
import java.util.Stack;
/**
* 追踪管控
* 博客:http://itstack.org
* 论坛:http://bugstack.cn
* 公众号:bugstack虫洞栈 {获取学习源码}
* create by fuzhengwei on 2019
*/
public class TrackManager {
private static final ThreadLocal<Stack<Span>> track = new ThreadLocal<>();
private ... | UTF-8 | Java | 1,569 | java | TrackManager.java | Java | [
{
"context": "stack.cn\n * 公众号:bugstack虫洞栈 {获取学习源码}\n * create by fuzhengwei on 2019\n */\npublic class TrackManager {\n\n priv",
"end": 186,
"score": 0.9996601343154907,
"start": 176,
"tag": "USERNAME",
"value": "fuzhengwei"
}
] | null | [] | package com.prayerlaputa.monitor.agent.track;
import java.util.Stack;
/**
* 追踪管控
* 博客:http://itstack.org
* 论坛:http://bugstack.cn
* 公众号:bugstack虫洞栈 {获取学习源码}
* create by fuzhengwei on 2019
*/
public class TrackManager {
private static final ThreadLocal<Stack<Span>> track = new ThreadLocal<>();
private ... | 1,569 | 0.525346 | 0.522712 | 63 | 23.111111 | 17.263699 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.460317 | false | false | 2 |
6c676979b6cb39ed260db73cba6a1f35720b9d89 | 30,837,865,187,297 | 7d400daad79d9a321421768d2ea20a4e6a57eb16 | /netty-test/src/main/java/org/zhanggw/aio/client/TimeClient.java | 2229b51d6120ec98f363d9b93698cc8f55d0e32c | [] | no_license | zhanggw/netty-test | https://github.com/zhanggw/netty-test | db3488fed20ef9ae5378d343246ce26e602568f5 | 1dbbf4b55e5534581dc9dc3fad24ce0f0ea6734c | refs/heads/master | 2021-01-11T02:48:10.563000 | 2016-10-17T14:07:29 | 2016-10-17T14:07:29 | 70,896,969 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.zhanggw.aio.client;
public class TimeClient {
public static void main(String[] args) {
int port = 10010;
if(null != args && 0 < args.length) {
port = Integer.valueOf(args[0]);
}
AsyncTimeClientHandler client = new AsyncTimeClientHandler("localhost", port);
new Thread(client).st... | UTF-8 | Java | 335 | java | TimeClient.java | Java | [] | null | [] | package org.zhanggw.aio.client;
public class TimeClient {
public static void main(String[] args) {
int port = 10010;
if(null != args && 0 < args.length) {
port = Integer.valueOf(args[0]);
}
AsyncTimeClientHandler client = new AsyncTimeClientHandler("localhost", port);
new Thread(client).st... | 335 | 0.653731 | 0.632836 | 14 | 21.928572 | 22.20188 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.642857 | false | false | 2 |
51735ec04b6623676faaecec31ecfb6d5b7f0c1c | 15,814,069,633,708 | ac43a0b64b95fb85debabba1b52dd8dde0e06b2c | /src/controller/AdminController.java | 542932a43f0d4e75445068f23dcbe185a2b5d26d | [] | no_license | aliosa113/Duongnxpk00662_ASM_Java6 | https://github.com/aliosa113/Duongnxpk00662_ASM_Java6 | 8d726a8173d5a797432db41eb5651f67f558e731 | 815aaa1382ea56c751617c18d084de40aa1a72fc | refs/heads/master | 2022-11-15T03:25:58.604000 | 2020-07-02T04:50:05 | 2020-07-02T04:50:05 | 276,550,473 | 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 controller;
import java.io.File;
import java.io.IOException;
import java.security.InvalidKeyException;
import java.util.Date;
... | UTF-8 | Java | 79,400 | java | AdminController.java | Java | [
{
"context": "r;\nimport model.SlugsConverter;\n\n/**\n *\n * @author DuongNguyen\n */\n@Transactional\n@Controller\n@RequestMapping(\"/",
"end": 1908,
"score": 0.9997482299804688,
"start": 1897,
"tag": "NAME",
"value": "DuongNguyen"
},
{
"context": "\t\tdp.setTrangthai(trangthai);\n... | 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 controller;
import java.io.File;
import java.io.IOException;
import java.security.InvalidKeyException;
import java.util.Date;
... | 79,324 | 0.671991 | 0.670949 | 2,390 | 31.507532 | 24.116049 | 160 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.954812 | false | false | 2 |
98eca59402453e137858557cb6beb348af70f78e | 32,100,585,635,323 | a630cc20e55031bec3f1c7fef440586d336e7631 | /Level 1/Java-Basics-September2014/Exam-Preparation/JavaExam26May2014/src/_03_LargestThreeRectangles.java | a482cf95d1849f75dc4765a916c2368a0f673e8b | [] | no_license | VasilVP/Software-University-Courses | https://github.com/VasilVP/Software-University-Courses | e3eb5bf2ec8baabb69d57811a93fae0cb555e2fa | 662e17b89f68f8a804e5963c05c5c365175e5d08 | refs/heads/master | 2021-01-17T21:21:40.905000 | 2016-02-18T19:29:26 | 2016-02-18T19:29:26 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.ArrayList;
import java.util.Arrays;
import java.util.Scanner;
public class _03_LargestThreeRectangles {
public static void main(String[] args) {
Scanner scan = new Scanner(System.in);
String[] input = scan.nextLine().split("[\\[\\]x ]+");
input = clean(input);
int[][] rectangles = new... | UTF-8 | Java | 1,272 | java | _03_LargestThreeRectangles.java | Java | [] | null | [] | import java.util.ArrayList;
import java.util.Arrays;
import java.util.Scanner;
public class _03_LargestThreeRectangles {
public static void main(String[] args) {
Scanner scan = new Scanner(System.in);
String[] input = scan.nextLine().split("[\\[\\]x ]+");
input = clean(input);
int[][] rectangles = new... | 1,272 | 0.628931 | 0.610849 | 50 | 24.440001 | 23.579788 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.32 | false | false | 2 |
1d9ba3c40f1b70acb4e2c006d1b29e5653561621 | 30,073,361,061,554 | f5e3091a483e97cbdd34f12a12333c6108e987ab | /src/test/java/fr/isima/tp1/repository/ProductRepositoryTest.java | ef3eec3da899224cc3fd8c77c2c2b9a70006a055 | [] | no_license | AntonyNifosi/TpJava | https://github.com/AntonyNifosi/TpJava | 88c29571c4297946744574f9e8259675d7f74b97 | 1bd5a8771c6817690ec67bfd9b401df40aac773b | refs/heads/master | 2023-02-27T02:20:23.565000 | 2021-01-31T22:54:16 | 2021-01-31T22:54:16 | 329,383,733 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package fr.isima.tp1.repository;
import fr.isima.tp1.model.Product;
import fr.isima.tp1.model.ProductRepository;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.extension.ExtendWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.autoconfigure... | UTF-8 | Java | 1,566 | java | ProductRepositoryTest.java | Java | [] | null | [] | package fr.isima.tp1.repository;
import fr.isima.tp1.model.Product;
import fr.isima.tp1.model.ProductRepository;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.extension.ExtendWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.autoconfigure... | 1,566 | 0.683908 | 0.643678 | 47 | 31.319149 | 26.819416 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.808511 | false | false | 2 |
1290fef913f28ef289c415a4a55a3904e9b9a78f | 30,073,361,061,358 | 40753683dccd29096564a6c78dbb88acff23dc61 | /src/main/java/com/ias/model/Ave.java | e80714188c6e8957a45106ffeec4df680f51767c | [] | no_license | MaicolDuque/crud-aves-back | https://github.com/MaicolDuque/crud-aves-back | e11dc0ef34d66dc8608c2c613023d726edebdb77 | 3a1646aa1e6c842867a6aa60cd89a8963677e9aa | refs/heads/master | 2020-04-23T01:14:53.276000 | 2019-02-15T14:29:43 | 2019-02-15T14:29:43 | 170,806,438 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ias.model;
import java.util.Set;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.Id;
import javax.persistence.OneToMany;
@Entity(name="tont_aves")
public class Ave {
@Id
@Column(name="CDAVE")
private String cdAve;
@Column(name="DSNOMBRE_COMUN")
private St... | UTF-8 | Java | 1,303 | java | Ave.java | Java | [] | null | [] | package com.ias.model;
import java.util.Set;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.Id;
import javax.persistence.OneToMany;
@Entity(name="tont_aves")
public class Ave {
@Id
@Column(name="CDAVE")
private String cdAve;
@Column(name="DSNOMBRE_COMUN")
private St... | 1,303 | 0.719877 | 0.719877 | 66 | 18.742424 | 20.51556 | 113 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.30303 | false | false | 2 |
d52dce9e5f61f7dfdd166bb282eeefe1bc6d2d76 | 30,073,361,064,861 | 60afe8bb3695bd194e82be89593bb694a1645d9d | /src/main/java/id/co/babe/sara/classify/nlp/StringEditor.java | 4ab3c2f17cc3174d0a8f92ef7169f375735e4c43 | [
"MIT"
] | permissive | kyhoolee/maxent_comment_classification | https://github.com/kyhoolee/maxent_comment_classification | 5194abf417dda5394ca9a2e5365af7ceccec9e1c | c9f0ff5afdbcbca6b74d98c1f711a98f0985b7b5 | refs/heads/master | 2021-01-11T15:35:56.709000 | 2017-06-20T06:33:50 | 2017-06-20T06:33:50 | 81,634,629 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package id.co.babe.sara.classify.nlp;
import java.util.ArrayList;
import java.util.HashSet;
import java.util.List;
import java.util.Set;
public class StringEditor {
public static final String CHARACTERS = "abcdefghijklmnopqrstuvwxyz";//1234567890!@#$%^&*()-_+={}[],.?;:";
public static void main(String[] args) {... | UTF-8 | Java | 5,357 | java | StringEditor.java | Java | [] | null | [] | package id.co.babe.sara.classify.nlp;
import java.util.ArrayList;
import java.util.HashSet;
import java.util.List;
import java.util.Set;
public class StringEditor {
public static final String CHARACTERS = "abcdefghijklmnopqrstuvwxyz";//1234567890!@#$%^&*()-_+={}[],.?;:";
public static void main(String[] args) {... | 5,357 | 0.620497 | 0.61079 | 253 | 20.173914 | 20.607412 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.557312 | false | false | 2 |
1f7a05f628f5a20307136ef232686e151ad3a09a | 3,040,836,894,640 | ad80bf1661b4e9e9d425cd3cb691f7b148c4164f | /src/main/java/dp/WalkDiagonal2x2.java | 5e5ad5d14ecb395c641daa6942577724c28d096b | [] | no_license | irsmith/intellij-algos | https://github.com/irsmith/intellij-algos | 0b484797cbbf42864a2597154d435132f2d9c64e | 0c3c9c26600e198e06f0ebb15542e58fb46d53a8 | refs/heads/master | 2021-06-28T00:05:34.942000 | 2019-06-08T20:55:21 | 2019-06-08T20:55:21 | 48,500,596 | 0 | 0 | null | false | 2020-10-13T01:41:25 | 2015-12-23T16:37:36 | 2019-06-08T20:55:51 | 2020-10-13T01:41:23 | 7,207 | 0 | 0 | 1 | Java | false | false | package dp;
import org.junit.Assert;
import java.awt.*;
/**
* Created by issmith1 on 5/1/16.
*/
public class WalkDiagonal2x2 {
static int a[] = {3, 3, 9, 9, 5};
static int M = 7;
//static Map<Point, Integer> DP = new HashMap<>();
static int[][] DP = new int[a.length][a.length];
public static... | UTF-8 | Java | 2,628 | java | WalkDiagonal2x2.java | Java | [
{
"context": "nit.Assert;\n\nimport java.awt.*;\n\n/**\n * Created by issmith1 on 5/1/16.\n */\npublic class WalkDiagonal2x2 {\n\n ",
"end": 85,
"score": 0.9995447993278503,
"start": 77,
"tag": "USERNAME",
"value": "issmith1"
}
] | null | [] | package dp;
import org.junit.Assert;
import java.awt.*;
/**
* Created by issmith1 on 5/1/16.
*/
public class WalkDiagonal2x2 {
static int a[] = {3, 3, 9, 9, 5};
static int M = 7;
//static Map<Point, Integer> DP = new HashMap<>();
static int[][] DP = new int[a.length][a.length];
public static... | 2,628 | 0.424277 | 0.406773 | 99 | 25.545454 | 21.975779 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.767677 | false | false | 2 |
c25eb0d8ddd2266ab2b02621ece0733488634f74 | 10,084,583,262,893 | bd0eb3730063aa1b68439f7db8ccc87f986e23b9 | /ServerTest/src/server/OutToClientListener.java | 1f5a59f8b6ca0b7be53c3b90efb24897baca09c3 | [] | no_license | ReidoII/CageFightServerTest | https://github.com/ReidoII/CageFightServerTest | be64558ced58303b9d913c143cf4d0b605b045cc | 02fceac8c9c873ebce863207e5ab7d817cdf3e6a | refs/heads/master | 2016-09-08T01:44:47.769000 | 2014-03-26T03:47:50 | 2014-03-26T03:47:50 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package server;
import java.io.IOException;
import java.net.ServerSocket;
import java.net.Socket;
import java.util.HashSet;
import java.util.logging.Level;
import java.util.logging.Logger;
public class OutToClientListener extends Thread {
private HashSet<OutToClientNetCom> clients;
private GameServer ... | UTF-8 | Java | 2,069 | java | OutToClientListener.java | Java | [] | null | [] | package server;
import java.io.IOException;
import java.net.ServerSocket;
import java.net.Socket;
import java.util.HashSet;
import java.util.logging.Level;
import java.util.logging.Logger;
public class OutToClientListener extends Thread {
private HashSet<OutToClientNetCom> clients;
private GameServer ... | 2,069 | 0.591107 | 0.589173 | 68 | 28.42647 | 34.361107 | 155 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.397059 | false | false | 2 |
893eb1983397c42aac33166fb68a82bb7e370e1f | 23,605,140,327,764 | 337c614225dcceddc252747e17e670ace9fede90 | /src/main/java/de/svd/bvd/neo4jaktien/startup/AktienService.java | 89c68ce6db39ff181f3f8cc39d13bf88ff57ab31 | [] | no_license | DerFraggy/neo4jaktien | https://github.com/DerFraggy/neo4jaktien | 12a2f0aafecf1406a3de14aa191cb2d7b2d2d8f7 | fcf61ff8a6fdcec6376a6df498b61ba9dc6229f8 | refs/heads/master | 2020-04-06T07:09:56.419000 | 2016-08-30T12:05:11 | 2016-08-30T12:05:11 | 64,947,694 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package de.svd.bvd.neo4jaktien.startup;
import java.math.BigDecimal;
import java.util.ArrayList;
import java.util.List;
import java.util.Optional;
import org.apache.commons.lang3.StringUtils;
import org.neo4j.driver.v1.StatementResult;
import org.neo4j.driver.v1.Values;
public class AktienService {
pu... | UTF-8 | Java | 3,202 | java | AktienService.java | Java | [] | null | [] | package de.svd.bvd.neo4jaktien.startup;
import java.math.BigDecimal;
import java.util.ArrayList;
import java.util.List;
import java.util.Optional;
import org.apache.commons.lang3.StringUtils;
import org.neo4j.driver.v1.StatementResult;
import org.neo4j.driver.v1.Values;
public class AktienService {
pu... | 3,202 | 0.646471 | 0.644597 | 93 | 32.430107 | 27.949032 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.247312 | false | false | 2 |
86ec8edc8fc20196bc67b601544f6d995fd27857 | 5,239,860,169,885 | 239b35515e39c91eed39885a71aa64a4d3a8e0cb | /hadruwaves/hadruwaves-java/src/main/java/net/thevpc/scholar/hadruwaves/mom/testfunctions/gpmesh/PolygonListMeshInfo.java | a8312a7b98fa4a4f8c82020a2912ed188516bd81 | [] | no_license | thevpc/scholar-mw | https://github.com/thevpc/scholar-mw | de62e654ae3129dc9b79648aaa4f083d3a81d532 | 76ced260b583f1d1308ba07ed0b54282b4f90842 | refs/heads/master | 2023-05-10T19:37:25.647000 | 2023-05-04T19:10:52 | 2023-05-04T19:10:52 | 72,082,286 | 2 | 1 | null | false | 2022-09-30T17:22:45 | 2016-10-27T07:24:33 | 2021-12-06T11:18:21 | 2022-09-30T17:22:45 | 8,510 | 1 | 1 | 6 | Java | false | false | package net.thevpc.scholar.hadruwaves.mom.testfunctions.gpmesh;
import net.thevpc.scholar.hadrumaths.Domain;
import net.thevpc.scholar.hadrumaths.geom.DefaultGeometryList;
import net.thevpc.scholar.hadrumaths.geom.Geometry;
import net.thevpc.scholar.hadrumaths.geom.GeometryList;
import net.thevpc.scholar.hadrumaths.me... | UTF-8 | Java | 1,972 | java | PolygonListMeshInfo.java | Java | [
{
"context": ".*;\nimport java.util.ArrayList;\n\n/**\n * Created by vpc on 2/23/17.\n */\npublic class PolygonListMeshInfo ",
"end": 546,
"score": 0.998439610004425,
"start": 543,
"tag": "USERNAME",
"value": "vpc"
}
] | null | [] | package net.thevpc.scholar.hadruwaves.mom.testfunctions.gpmesh;
import net.thevpc.scholar.hadrumaths.Domain;
import net.thevpc.scholar.hadrumaths.geom.DefaultGeometryList;
import net.thevpc.scholar.hadrumaths.geom.Geometry;
import net.thevpc.scholar.hadrumaths.geom.GeometryList;
import net.thevpc.scholar.hadrumaths.me... | 1,972 | 0.668864 | 0.661765 | 57 | 33.596493 | 28.365942 | 114 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.719298 | false | false | 2 |
f088030828ffa08425727ed641dcf0a291949ad8 | 10,393,820,861,261 | 136f10e80aad41652f79c572fc6294805c6ebf79 | /src/main/java/com/github/programmerrabbit/concurrent/Executor.java | c24cb551cbdac778d2532d2ede8c557640ba87e9 | [] | no_license | ProgrammerRabbit/rabbit-utils | https://github.com/ProgrammerRabbit/rabbit-utils | 84b99e4b6c8afb749ec737d84a300bd4335ef8b2 | 763348edacff7da9ae570426c7780c757ba80966 | refs/heads/master | 2021-01-13T14:10:15.829000 | 2017-03-27T06:27:16 | 2017-03-27T06:27:16 | 76,163,081 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.github.programmerrabbit.concurrent;
import java.util.concurrent.ExecutorService;
import java.util.concurrent.Executors;
/**
* Created by yangwen on 2016/12/3.
*/
public class Executor {
private static final ExecutorService executorService = Executors.newFixedThreadPool(64);
public static Execut... | UTF-8 | Java | 393 | java | Executor.java | Java | [
{
"context": "java.util.concurrent.Executors;\n\n/**\n * Created by yangwen on 2016/12/3.\n */\npublic class Executor {\n pri",
"end": 159,
"score": 0.999389111995697,
"start": 152,
"tag": "USERNAME",
"value": "yangwen"
}
] | null | [] | package com.github.programmerrabbit.concurrent;
import java.util.concurrent.ExecutorService;
import java.util.concurrent.Executors;
/**
* Created by yangwen on 2016/12/3.
*/
public class Executor {
private static final ExecutorService executorService = Executors.newFixedThreadPool(64);
public static Execut... | 393 | 0.765903 | 0.743003 | 15 | 25.200001 | 26.359566 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 2 |
cb453592939fc9472f2f694384d9a7f9e50b47eb | 14,654,428,469,973 | c978dc33aa64b9a6256d5c1ac570545d43540986 | /app/src/main/java/com/example/nzhang9/mvptest/LoginView.java | 462b745e8e7bade195f632f178c6335156f2cb02 | [] | no_license | MichaelZhang179/MVPDemo | https://github.com/MichaelZhang179/MVPDemo | 958484bd0d7072c480cf40be8466ba098b8f9c0e | 69577e01ead80efd21ffdcfa325f9d2ff7c6baa6 | refs/heads/master | 2021-01-19T22:34:02.263000 | 2017-04-20T05:32:16 | 2017-04-20T05:32:16 | 88,824,544 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.nzhang9.mvptest;
/**
* Created by nzhang9 on 2017/3/26.
*/
public interface LoginView {
void showProgress();
void hideProgress();
void setUserNameError();
void setPasswordError();
void loginSucc();
}
| UTF-8 | Java | 249 | java | LoginView.java | Java | [
{
"context": "ge com.example.nzhang9.mvptest;\n\n/**\n * Created by nzhang9 on 2017/3/26.\n */\n\npublic interface LoginView {\n\n",
"end": 63,
"score": 0.9995304942131042,
"start": 56,
"tag": "USERNAME",
"value": "nzhang9"
}
] | null | [] | package com.example.nzhang9.mvptest;
/**
* Created by nzhang9 on 2017/3/26.
*/
public interface LoginView {
void showProgress();
void hideProgress();
void setUserNameError();
void setPasswordError();
void loginSucc();
}
| 249 | 0.662651 | 0.626506 | 18 | 12.833333 | 13.985111 | 36 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 2 |
1d47b2187c8ed172e0f99ddf7082c77f1eb7de4b | 14,920,716,439,122 | 0f8ba1a546db501ba98cb67fe1065ddd59e2f946 | /app/src/main/java/com/android/example/sherlock/EpisodesDetails.java | 05308cbe66535312eda94ffdd5115d2944c71811 | [] | no_license | suyashmahar/Sherlock | https://github.com/suyashmahar/Sherlock | 2628ef65eb35ff72a2d2031ff977b045b1aadc8c | 3fbdcf8f694c79a2f1ce5aa59d9a06af35b6b592 | refs/heads/master | 2021-01-12T03:59:50.117000 | 2017-01-07T14:56:33 | 2017-01-07T14:56:33 | 77,454,453 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.android.example.sherlock;
import android.content.Intent;
import android.content.SharedPreferences;
import android.database.Cursor;
import android.database.SQLException;
import android.database.sqlite.SQLiteException;
import android.graphics.drawable.Drawable;
import android.net.Uri;
import android.os.Bundl... | UTF-8 | Java | 15,868 | java | EpisodesDetails.java | Java | [] | null | [] | package com.android.example.sherlock;
import android.content.Intent;
import android.content.SharedPreferences;
import android.database.Cursor;
import android.database.SQLException;
import android.database.sqlite.SQLiteException;
import android.graphics.drawable.Drawable;
import android.net.Uri;
import android.os.Bundl... | 15,868 | 0.605558 | 0.602596 | 392 | 39.479591 | 31.848326 | 166 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.59949 | false | false | 2 |
cb7f067314132bd620552a00d4a12f90efac3251 | 2,929,167,751,443 | a1686ad85e3f7e9d6d434f017dc29a272e805777 | /project-td/bakend-td/src/main/java/org/mbellange/tennisdream/domain/entities/PersistentEntity.java | 59594eb37919cb94ff07ec9e88b8a09977038275 | [] | no_license | mathieu-bellange/TennisDream | https://github.com/mathieu-bellange/TennisDream | 82f5f0d382e0927ed43498a9129cc0a450b6a45d | eb559994adf2e85b81bf1b017f0a58bb34f5d1ec | refs/heads/master | 2021-01-02T09:14:46.173000 | 2013-08-07T15:02:25 | 2013-08-07T15:02:25 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.mbellange.tennisdream.domain.entities;
import java.io.Serializable;
@SuppressWarnings("serial")
public abstract class PersistentEntity implements Serializable {
@Override
public abstract int hashCode();
@Override
public abstract boolean equals(Object obj);
@Override
public abstract ... | UTF-8 | Java | 347 | java | PersistentEntity.java | Java | [] | null | [] | package org.mbellange.tennisdream.domain.entities;
import java.io.Serializable;
@SuppressWarnings("serial")
public abstract class PersistentEntity implements Serializable {
@Override
public abstract int hashCode();
@Override
public abstract boolean equals(Object obj);
@Override
public abstract ... | 347 | 0.74928 | 0.74928 | 17 | 18.411764 | 20.053043 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.764706 | false | false | 2 |
7759dbbf27f4f57d59eb11f84f4d3e04953d6056 | 23,416,161,742,415 | 61f20869ebbcc4854adf4b786769c72cc52d137a | /basic-design/src/main/java/cn/zyc/observer/Observer.java | e5fcc12e37aa48830e1ea48309c8364bb711ae40 | [] | no_license | TheCodeYinChao/basic-exercise | https://github.com/TheCodeYinChao/basic-exercise | 37fdf4df2d92e0289f6a4fe1633739eda10985eb | 0d1a8645378b3d95e1d4019aa0390282821dc492 | refs/heads/master | 2022-12-24T12:15:39.130000 | 2021-03-25T09:53:50 | 2021-03-25T09:53:50 | 186,202,501 | 0 | 1 | null | false | 2022-12-12T21:42:08 | 2019-05-12T02:34:31 | 2021-03-25T09:55:09 | 2022-12-12T21:42:08 | 82,983 | 0 | 1 | 14 | Java | false | false | package cn.zyc.observer;
/**
* User: zyc
* Date: 2018-05-16
* Time: 20:02
* Version :1.0
* Description: 注册者
*/
public interface Observer {
public void update(String msg);
}
| UTF-8 | Java | 192 | java | Observer.java | Java | [
{
"context": "package cn.zyc.observer;\n\n/**\n * User: zyc\n * Date: 2018-05-16\n * Time: 20:02\n * Version :1.",
"end": 42,
"score": 0.9995385408401489,
"start": 39,
"tag": "USERNAME",
"value": "zyc"
}
] | null | [] | package cn.zyc.observer;
/**
* User: zyc
* Date: 2018-05-16
* Time: 20:02
* Version :1.0
* Description: 注册者
*/
public interface Observer {
public void update(String msg);
}
| 192 | 0.641304 | 0.565217 | 12 | 14.333333 | 10.68748 | 35 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.166667 | false | false | 2 |
915e12f98100453006be6434a3a1aa0311426c37 | 16,269,336,172,142 | 44ff2bc2cb1437c945412341669bd043a44e2ba4 | /src/task_8/Cyc_8.java | f99f30ebd7f1136b1e97922192d3fa9c5e4fe08c | [] | no_license | avg91/Gubskiy_project | https://github.com/avg91/Gubskiy_project | 48bd223f6829148ab6a48c2c5db94d82b0eec92c | 04a717d2a879b2cfdf35e5f71f1392eee33f154f | refs/heads/master | 2023-06-18T11:15:08.958000 | 2021-07-20T17:08:36 | 2021-07-20T17:08:36 | 377,828,013 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package task_8;
import java.util.Scanner;
public class Cyc_8 {
public static void main(String[] args) {
int start = 1; // считаем от
int finish = 0; // считаем до
int sum = 0;
Scanner in = new Scanner(System.in);
System.out.println("Введите целое положительное число: ");
... | UTF-8 | Java | 770 | java | Cyc_8.java | Java | [] | null | [] | package task_8;
import java.util.Scanner;
public class Cyc_8 {
public static void main(String[] args) {
int start = 1; // считаем от
int finish = 0; // считаем до
int sum = 0;
Scanner in = new Scanner(System.in);
System.out.println("Введите целое положительное число: ");
... | 770 | 0.491876 | 0.481536 | 23 | 28.47826 | 23.418442 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.565217 | false | false | 2 |
64d76a92192ab808c45ecabeb52bee041bf7ec52 | 14,920,716,445,254 | 7b08e4983adc23bb2130b4d24336f86e4938831d | /src/main/java/com/ryl/demo/access/AccessInterceptor.java | 67d70f9cf3667800c7f7fc036c28d2a0e7c04a30 | [] | no_license | danshafaker1/miaosha | https://github.com/danshafaker1/miaosha | a7e8d0f47cf9332bfe72b6ec707c909b5eaecbb5 | caf369197eedfc88fd7f45d5bf2b3becbf9fbbed | refs/heads/main | 2023-03-27T22:30:40.797000 | 2021-03-28T10:33:33 | 2021-03-28T10:33:33 | 352,295,074 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ryl.demo.access;
import com.alibaba.druid.util.StringUtils;
import com.alibaba.fastjson.JSON;
import com.ryl.demo.domain.MiaoshaUser;
import com.ryl.demo.redis.AccessKey;
import com.ryl.demo.redis.RedisService;
import com.ryl.demo.result.CodeMsg;
import com.ryl.demo.result.Result;
import com.ryl.d... | UTF-8 | Java | 4,033 | java | AccessInterceptor.java | Java | [] | null | [] | package com.ryl.demo.access;
import com.alibaba.druid.util.StringUtils;
import com.alibaba.fastjson.JSON;
import com.ryl.demo.domain.MiaoshaUser;
import com.ryl.demo.redis.AccessKey;
import com.ryl.demo.redis.RedisService;
import com.ryl.demo.result.CodeMsg;
import com.ryl.demo.result.Result;
import com.ryl.d... | 4,033 | 0.631292 | 0.6303 | 124 | 30.524193 | 26.955896 | 121 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.604839 | false | false | 2 |
308977e255527dfd318607b1494428e7a6d583f1 | 21,406,117,055,863 | 3c0a39ad07504600e2c04405884446e16b962a96 | /app/src/main/java/com/example/amandajonathan/workoutmanager/AddDayWeek.java | f8cd6d4257d3bf30631f0cc736589d75772ce320 | [] | no_license | amandamc4/WorkoutManager | https://github.com/amandamc4/WorkoutManager | 55dd1ac736cc8bac35fd9ae4f2650125ba848c43 | 1310443b842df20038974e5124a82763df7d3d89 | refs/heads/master | 2021-01-12T15:15:39.396000 | 2016-12-02T23:45:40 | 2016-12-02T23:45:40 | 71,734,654 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | // Amanda Marques and Jonathan Desmond
// MAP524 Project - Workout Manager
// 02/12/2016
package com.example.amandajonathan.workoutmanager;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import android.widget.AdapterView;
import... | UTF-8 | Java | 2,905 | java | AddDayWeek.java | Java | [
{
"context": "// Amanda Marques and Jonathan Desmond\n// MAP524 Project - Workout ",
"end": 17,
"score": 0.9998835325241089,
"start": 3,
"tag": "NAME",
"value": "Amanda Marques"
},
{
"context": "// Amanda Marques and Jonathan Desmond\n// MAP524 Project - Workout Manager\n// 02/12/201... | null | [] | // <NAME> and <NAME>
// MAP524 Project - Workout Manager
// 02/12/2016
package com.example.amandajonathan.workoutmanager;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import android.widget.AdapterView;
import android.widget.Ar... | 2,887 | 0.692599 | 0.685714 | 79 | 35.746834 | 29.890293 | 120 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.607595 | false | false | 2 |
066759a1e0b246d72995041d701b51b68850bb2b | 27,350,351,788,034 | 957d89f4cd58ef359a0df8557b550f7782251828 | /src/test/java/adminTest/PointMgrMapperTest.java | ddafa9b9a38fb2441fa8255389158a3836419996 | [] | no_license | Ju-Han-kim/Cookinglearn | https://github.com/Ju-Han-kim/Cookinglearn | e801d94b1819e9c2a96ecc0b6e941f9f8ec1c60d | 33aaa25b15131da74438ea7354c8a1c8f12da06b | refs/heads/master | 2023-04-25T17:56:04.629000 | 2021-06-05T09:03:17 | 2021-06-05T09:03:17 | 363,339,462 | 2 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package adminTest;
import java.util.List;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.test.context.ContextConfiguration;
import org.springframework.test.context.junit4.SpringJUnit4ClassRunner;import kr.co.cookinglear... | UTF-8 | Java | 1,412 | java | PointMgrMapperTest.java | Java | [] | null | [] | package adminTest;
import java.util.List;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.test.context.ContextConfiguration;
import org.springframework.test.context.junit4.SpringJUnit4ClassRunner;import kr.co.cookinglear... | 1,412 | 0.675154 | 0.671296 | 69 | 17.782608 | 24.191788 | 117 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.434783 | false | false | 2 |
98c0f458fa4c4ba4309b0d85f4d920e2f5ff916a | 35,991,825,987,252 | 1a8fa38db96417e20478986a10f1c49e86be4b27 | /src/main/java/geslab/database/admin/Usuario.java | 09d3fae04b41614918d29ee7b4622f7401b3eab0 | [] | no_license | masantamario/Geslab-2.0 | https://github.com/masantamario/Geslab-2.0 | 695e36e630904834042491a08eb702749cefae7b | 2255a153d104842f1e1905a7a681dee779608ad5 | refs/heads/master | 2022-12-13T11:07:36.702000 | 2020-09-18T10:17:27 | 2020-09-18T10:17:27 | 249,510,234 | 0 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package geslab.database.admin;
import java.util.Date;
import geslab.database.Conexion;
public class Usuario extends Conexion{
private int idusuario = 0;
private String usuario = "";
private String nombre = "";
private String mail = "";
private Rol rol = null;
private String area = "";
private boolean federad... | ISO-8859-1 | Java | 5,506 | java | Usuario.java | Java | [
{
"context": "-------\\n -Id: \" + idusuario + \"\\n -Usuario: \" + usuario + \"\\n -Nombre: \"\n\t\t\t\t+ nombre + \"\\n -Correo: \" ",
"end": 4642,
"score": 0.5505512952804565,
"start": 4635,
"tag": "USERNAME",
"value": "usuario"
}
] | null | [] | package geslab.database.admin;
import java.util.Date;
import geslab.database.Conexion;
public class Usuario extends Conexion{
private int idusuario = 0;
private String usuario = "";
private String nombre = "";
private String mail = "";
private Rol rol = null;
private String area = "";
private boolean federad... | 5,506 | 0.628748 | 0.624023 | 199 | 26.653267 | 26.669113 | 172 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.60804 | false | false | 5 |
5129a129566e46c4be1946e4f39fefd73713f626 | 37,237,366,490,759 | d8fc4a8f1194ff50515a27f6bd0a8a75f62ccc32 | /app/src/main/java/com/agendacontato/leandro/agendacontato/ListarContatoActivity.java | d700e7745d9f081ec40de4a307845e56a5e2bccd | [] | no_license | leopgomes/AgendaContato | https://github.com/leopgomes/AgendaContato | 7443f869f0347e3a2cc3f4461bfdbad48aefbba7 | 2feee0fa06bf71eb7171e3f2da3eaf04efcbd211 | refs/heads/master | 2020-04-16T23:15:03.955000 | 2015-06-29T22:36:43 | 2015-06-29T22:36:43 | 38,274,805 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.agendacontato.leandro.agendacontato;
import android.app.AlertDialog;
import android.content.DialogInterface;
import android.content.Intent;
import android.support.v7.app.ActionBarActivity;
import android.os.Bundle;
import android.view.Menu;
import android.view.MenuItem;
import android.view.View;
import and... | UTF-8 | Java | 3,252 | java | ListarContatoActivity.java | Java | [] | null | [] | package com.agendacontato.leandro.agendacontato;
import android.app.AlertDialog;
import android.content.DialogInterface;
import android.content.Intent;
import android.support.v7.app.ActionBarActivity;
import android.os.Bundle;
import android.view.Menu;
import android.view.MenuItem;
import android.view.View;
import and... | 3,252 | 0.675584 | 0.674662 | 110 | 28.563637 | 25.543734 | 137 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.609091 | false | false | 5 |
c7ef71b87559b37ed20f3f22b557b4a272b51853 | 36,172,214,616,967 | c025615c30666523dab8bd7220299285c095bec0 | /app/src/main/java/com/keyeonacole/turtleup/LocalPharases.java | c3fe54f4aeec126e46f03a2a102d1f2f4a4bd0e4 | [] | no_license | keyeona/TurtleUp | https://github.com/keyeona/TurtleUp | 33ad536eb6fb78cf244f311a0b378a742c264a22 | 3ba7ea8b873221dabfab04165bf7aef6ebaa676f | refs/heads/master | 2020-03-28T01:46:50.807000 | 2018-11-11T08:11:33 | 2018-11-11T08:11:33 | 147,528,853 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.keyeonacole.turtleup;
import android.content.Context;
import android.content.res.Resources;
import java.util.ArrayList;
import butterknife.BindString;
import butterknife.ButterKnife;
public class LocalPharases {
ArrayList<String > phrase = null;
public ArrayList PhraseList(Context cont... | UTF-8 | Java | 2,709 | java | LocalPharases.java | Java | [] | null | [] | package com.keyeonacole.turtleup;
import android.content.Context;
import android.content.res.Resources;
import java.util.ArrayList;
import butterknife.BindString;
import butterknife.ButterKnife;
public class LocalPharases {
ArrayList<String > phrase = null;
public ArrayList PhraseList(Context cont... | 2,709 | 0.640089 | 0.612403 | 68 | 38.838234 | 27.722157 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.705882 | false | false | 5 |
fa35f038cf28c98a9d1df9fa19c3d2f567193450 | 35,046,933,193,514 | 8f7da2e77b8b322831a7660523ee753c7db451e1 | /test/helpdesk/ejb/util/PaginationHelperTest.java | 350fce5d7a259a1afa6400d9e8bcd9dfa959ad9e | [] | no_license | jonibatista/HelpdeskJavaEE | https://github.com/jonibatista/HelpdeskJavaEE | d959833513ddc2e9e31e405bbd7b3eab8ab800b7 | c4da2b869af465e3aa6bcb651b2eafc8cc9b5e1c | refs/heads/master | 2021-01-24T06:22:44.818000 | 2012-03-12T00:45:54 | 2012-03-12T00:45:54 | null | 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 helpdesk.ejb.util;
import helpdesk.web.util.PaginationHelper;
import javax.faces.model.DataModel;
import org.junit.After;
import org.junit.AfterClass;
import org.junit.Before;
import org.junit.BeforeClass;
impo... | UTF-8 | Java | 5,152 | java | PaginationHelperTest.java | Java | [
{
"context": "port static org.junit.Assert.*;\n\n/**\n *\n * @author fabio\n */\npublic class PaginationHelperTest {\n\n publ",
"end": 397,
"score": 0.7910847067832947,
"start": 392,
"tag": "NAME",
"value": "fabio"
}
] | null | [] | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package helpdesk.ejb.util;
import helpdesk.web.util.PaginationHelper;
import javax.faces.model.DataModel;
import org.junit.After;
import org.junit.AfterClass;
import org.junit.Before;
import org.junit.BeforeClass;
impo... | 5,152 | 0.63354 | 0.632376 | 179 | 27.78771 | 23.473024 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.446927 | false | false | 5 |
bcbaa73e1b53601aa0e7f3562518d7d0e84c7a7e | 35,820,027,297,860 | 7550c87267ac9effdae967c5a918e27c725d4a51 | /AccountBalanceCalc/src/williams/account/SavingsAccount.java | 918324df3ab36a25560268f45ab877fab288976f | [] | no_license | chase3718/BCJavaExcercises | https://github.com/chase3718/BCJavaExcercises | 18c23bec2a2ff06530f83e4256691b976823d804 | 17cd2ef786e4e128101751ff6094b0223af460d6 | refs/heads/master | 2020-05-16T19:26:24.448000 | 2019-05-21T19:37:39 | 2019-05-21T19:37:39 | 183,259,976 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package williams.account;
import java.text.NumberFormat;
import java.math.*;
public class SavingsAccount extends Account{
private double monthlyInterestRate;
private double monthlyInterestPayment;
public SavingsAccount(double amount) {
super(amount);
this.monthlyInterestRate = 1;
this.monthlyInterestPayment... | UTF-8 | Java | 871 | java | SavingsAccount.java | Java | [] | null | [] | package williams.account;
import java.text.NumberFormat;
import java.math.*;
public class SavingsAccount extends Account{
private double monthlyInterestRate;
private double monthlyInterestPayment;
public SavingsAccount(double amount) {
super(amount);
this.monthlyInterestRate = 1;
this.monthlyInterestPayment... | 871 | 0.78186 | 0.773823 | 33 | 25.39394 | 22.509176 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.545455 | false | false | 5 |
0ee14227a3088bb52af5b7c44767302c94264bdc | 20,822,001,494,037 | 5acdf45201442c914c51c817a89663d16b85e002 | /app/src/main/java/com/tradesomev4/tradesomev4/ChosenCategory.java | d9565ec5ba664946b2148532d22027d29e6fef05 | [] | no_license | pastillas/Tradesomev4 | https://github.com/pastillas/Tradesomev4 | 47a18a341f0a8494e2f2c24a4d89f976a7558ae2 | d94f3aa5b5abc169c9dba59499b654a910d9a0a8 | refs/heads/master | 2021-01-23T22:57:50.544000 | 2017-03-12T05:40:21 | 2017-03-12T05:40:21 | 68,495,630 | 2 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.tradesomev4.tradesomev4;
import android.content.Intent;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerView;
import android.support.v7.widget.Toolbar;
import android.view.Menu;
import ... | UTF-8 | Java | 3,673 | java | ChosenCategory.java | Java | [
{
"context": "\n\nimport com.bumptech.glide.Glide;\nimport com.pnikosis.materialishprogress.ProgressWheel;\nimport com.tra",
"end": 454,
"score": 0.5458179712295532,
"start": 450,
"tag": "USERNAME",
"value": "osis"
}
] | null | [] | package com.tradesomev4.tradesomev4;
import android.content.Intent;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerView;
import android.support.v7.widget.Toolbar;
import android.view.Menu;
import ... | 3,673 | 0.691805 | 0.689083 | 104 | 34.317307 | 28.260895 | 184 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.701923 | false | false | 5 |
5f77f89d43d5939e2ad9c3d02e8a9ee7a7f0d3d9 | 20,340,965,130,554 | 458109540537ebe82551fc92c93f84749768db5b | /src/main/java/com/zhaomlb/club/bootsp/aop/AopLogslf4j.java | e0cdce347a133b1be1d63df14fee018577c5646e | [] | no_license | luckboy1986/bootsp | https://github.com/luckboy1986/bootsp | 4b4bfc20080a01e6629a3e4d9d03d613dc6a405d | bc385e907f18d1c52266ff8f8f671bc98751480f | refs/heads/master | 2020-05-14T19:46:38.333000 | 2019-09-11T16:00:55 | 2019-09-11T16:00:55 | 181,934,182 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zhaomlb.club.bootsp.aop;
import com.fasterxml.jackson.core.JsonProcessingException;
import com.google.gson.Gson;
import com.zhaomlb.club.bootsp.entity.LogDto;
import com.zhaomlb.club.bootsp.service.LogService;
import org.aspectj.lang.JoinPoint;
import org.aspectj.lang.ProceedingJoinPoint;
import org.asp... | UTF-8 | Java | 3,331 | java | AopLogslf4j.java | Java | [] | null | [] | package com.zhaomlb.club.bootsp.aop;
import com.fasterxml.jackson.core.JsonProcessingException;
import com.google.gson.Gson;
import com.zhaomlb.club.bootsp.entity.LogDto;
import com.zhaomlb.club.bootsp.service.LogService;
import org.aspectj.lang.JoinPoint;
import org.aspectj.lang.ProceedingJoinPoint;
import org.asp... | 3,331 | 0.670706 | 0.669191 | 103 | 31.048544 | 25.219955 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.563107 | false | false | 5 |
e0b5114f22af30d76b9c0cae34295f2a7a299e06 | 5,351,529,269,143 | 8a8d5a142b27386b5c6ebb1d637b83b1199ca447 | /app/src/main/java/tcd/training/com/trainingproject/ExternalHardware/Camera/CameraAPI/CameraPreview.java | fe700c1cf38387680ff57339d58a56e77e146e19 | [] | no_license | androidtrainingzmb/training | https://github.com/androidtrainingzmb/training | 1cdae9bd9d5284516b95441bfce38574445100a3 | 61f4d243a61f557d274037aa6d44992c4a06c1b6 | refs/heads/master | 2020-06-25T20:35:07.375000 | 2017-08-29T03:54:38 | 2017-08-29T03:54:38 | 96,985,537 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package tcd.training.com.trainingproject.ExternalHardware.Camera.CameraAPI;
import android.annotation.SuppressLint;
import android.content.Context;
import android.hardware.Camera;
import android.util.Log;
import android.view.SurfaceView;
import android.view.SurfaceHolder;
import java.io.IOException;
/**
* Created b... | UTF-8 | Java | 1,562 | java | CameraPreview.java | Java | [
{
"context": "r;\n\nimport java.io.IOException;\n\n/**\n * Created by cpu10661-local on 15/08/2017.\n */\n\n@SuppressLint(\"ViewConstructo",
"end": 336,
"score": 0.999389111995697,
"start": 322,
"tag": "USERNAME",
"value": "cpu10661-local"
}
] | null | [] | package tcd.training.com.trainingproject.ExternalHardware.Camera.CameraAPI;
import android.annotation.SuppressLint;
import android.content.Context;
import android.hardware.Camera;
import android.util.Log;
import android.view.SurfaceView;
import android.view.SurfaceHolder;
import java.io.IOException;
/**
* Created b... | 1,562 | 0.702305 | 0.691421 | 55 | 27.4 | 26.451052 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.454545 | false | false | 5 |
e34944d1dc7d7825f1aa5270ce33367b9d6e48ad | 24,644,522,382,575 | 017c24938013fc14a85e467a6ef72ed7faae3a59 | /detect-language/src/test/java/org/exoplatform/language/detect/TestLanguageProfile.java | 3eaccc511fde9a5b1b98f0cbf5515c835f5989e8 | [
"Apache-2.0"
] | permissive | dgks0n/document-handler | https://github.com/dgks0n/document-handler | ed22a40d9d0af0e916c568ffca126bf9dfa748e7 | 19d4d21516eb24f106b01838b725f0d95192f592 | refs/heads/master | 2021-05-27T01:04:39.082000 | 2013-12-24T16:24:18 | 2013-12-24T16:24:18 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright (C) 2003-2013 eXo Platform SAS.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This... | UTF-8 | Java | 4,904 | java | TestLanguageProfile.java | Java | [
{
"context": "e eXo Platform SAS\n * \n * @author <a href=\"mailto:exo@exoplatform.com\">eXoPlatform</a>\n * \n * @version TestLanguageProf",
"end": 1087,
"score": 0.9999240040779114,
"start": 1068,
"tag": "EMAIL",
"value": "exo@exoplatform.com"
}
] | null | [] | /*
* Copyright (C) 2003-2013 eXo Platform SAS.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This... | 4,892 | 0.671289 | 0.654568 | 166 | 28.54217 | 26.908951 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.385542 | false | false | 5 |
d01297aa45d1f2419ba3ed924eb0624439e3aa3d | 24,842,090,858,921 | 51fedad6e8f7e8e91c35c8c1e0c88edf1fcc4a37 | /solutions/6/6-moran991231.java | d87d251ffc95ccbb95031cdad7c652f6eafc5ecf | [
"MIT"
] | permissive | all1m-algorithm-study/LeetCode-Solutions | https://github.com/all1m-algorithm-study/LeetCode-Solutions | 7ce9028ee29eca37882c441d933874b52d79dfe9 | ee6a62a7724b08e50d746ff126220e8e3677abcd | refs/heads/main | 2023-03-06T16:14:35.667000 | 2021-02-23T14:27:44 | 2021-02-23T14:27:44 | 329,126,488 | 4 | 14 | MIT | false | 2021-02-23T14:27:07 | 2021-01-12T22:15:52 | 2021-02-22T11:19:19 | 2021-02-23T14:27:07 | 659 | 4 | 14 | 0 | Python | false | false | class Solution {
static StringBuilder sb;
static public String convert(String s, int numRows) {
int len = s.length();
int cursor, jump;
if (numRows == 1)
return s;
sb = new StringBuilder(numRows * (len / 2 + 1));
for (int r = 0; r < numRows; r++) {
cursor = -1;
jump = r + 1;
while (cursor < len... | UTF-8 | Java | 662 | java | 6-moran991231.java | Java | [] | null | [] | class Solution {
static StringBuilder sb;
static public String convert(String s, int numRows) {
int len = s.length();
int cursor, jump;
if (numRows == 1)
return s;
sb = new StringBuilder(numRows * (len / 2 + 1));
for (int r = 0; r < numRows; r++) {
cursor = -1;
jump = r + 1;
while (cursor < len... | 662 | 0.509063 | 0.492447 | 35 | 17.942858 | 13.328687 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.485714 | false | false | 5 |
9f282ad266e9dcb51a4a877a61fe976ee40b6899 | 24,842,090,858,036 | b22ce3f486a013947721c0f7936f50c6a5976a16 | /ftsp_android_client/tags/ftsp_android_client_v3.2.1.186704/common_library/src/main/java/com/kungeek/android/ftsp/common/business/global/performance/utils/StopWatch.java | 5515c0d40ba245e48edbbabaf1a909b36147691b | [] | no_license | NeXtyin/kgcode | https://github.com/NeXtyin/kgcode | 8073c3e8465b0fce91a7fad77f82cefc58c0dc7f | 000f4caf87a038bc57ab01d75516b8b4355ef0d3 | refs/heads/master | 2018-09-10T01:52:27.219000 | 2018-06-05T07:02:11 | 2018-06-05T07:02:11 | 136,038,325 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.kungeek.android.ftsp.common.business.global.performance.utils;
import java.text.DateFormat;
import java.text.SimpleDateFormat;
import java.util.Date;
import java.util.Locale;
import java.util.concurrent.TimeUnit;
/**
* 类描述。
*
* @author changweiliang@kungeek.com
* @version v2.2.0
*/
public class StopW... | UTF-8 | Java | 1,582 | java | StopWatch.java | Java | [
{
"context": "il.concurrent.TimeUnit;\n\n/**\n * 类描述。\n *\n * @author changweiliang@kungeek.com\n * @version v2.2.0\n */\npublic class StopWatch {\n ",
"end": 278,
"score": 0.9999179244041443,
"start": 253,
"tag": "EMAIL",
"value": "changweiliang@kungeek.com"
}
] | null | [] | package com.kungeek.android.ftsp.common.business.global.performance.utils;
import java.text.DateFormat;
import java.text.SimpleDateFormat;
import java.util.Date;
import java.util.Locale;
import java.util.concurrent.TimeUnit;
/**
* 类描述。
*
* @author <EMAIL>
* @version v2.2.0
*/
public class StopWatch {
private... | 1,564 | 0.614358 | 0.60864 | 68 | 22.147058 | 21.187027 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.411765 | false | false | 5 |
3848994c46586acc565096cb5b37d1f2b8eb02b6 | 31,585,189,509,350 | 1ba4bed685cf12c0eb5a9a608587b8cd9b5424cc | /src/com/NeuroZap/GUI/Code/Discord/Listeners/ListenerUserReactToMessage.java | d9d46c39507161aecaeda5d6b4950462cc2c01e6 | [] | no_license | LukasStap/bot-not-found-application | https://github.com/LukasStap/bot-not-found-application | f0962478b0d517bdcc5ea9c36a43e966e7fff47e | 433a4920cd576c1730254232a0e46d9016886c95 | refs/heads/master | 2020-05-23T08:36:36.526000 | 2019-05-14T20:07:10 | 2019-05-14T20:07:10 | 186,691,399 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.NeuroZap.GUI.Code.Discord.Listeners;
import java.awt.Color;
import java.util.ArrayList;
import java.util.List;
import java.util.concurrent.ExecutionException;
import com.NeuroZap.GUI.Code.Discord.MainDiscordBot;
import de.btobastian.javacord.entities.channels.TextChannel;
import de.btobastian.javacord.en... | UTF-8 | Java | 6,390 | java | ListenerUserReactToMessage.java | Java | [] | null | [] | package com.NeuroZap.GUI.Code.Discord.Listeners;
import java.awt.Color;
import java.util.ArrayList;
import java.util.List;
import java.util.concurrent.ExecutionException;
import com.NeuroZap.GUI.Code.Discord.MainDiscordBot;
import de.btobastian.javacord.entities.channels.TextChannel;
import de.btobastian.javacord.en... | 6,390 | 0.677778 | 0.607042 | 196 | 31.602041 | 34.26733 | 194 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.576531 | false | false | 5 |
58fa2f11818fac6b7a7edf6c2a56074d8a330eda | 28,518,582,851,851 | 0d244e16231ae3c6dec937a995b2e29afff82e3d | /src/com/goodsquick/controller/GoodsRadarController.java | 24ba177f31bb143fcdda012213320c92783588ca | [] | no_license | chaletli2014/GK | https://github.com/chaletli2014/GK | 119b7f76362bf0f047ca92333ce48abc3234bf82 | 582aa414b803d4f7e84148d14d7bc9ed58f1a9a9 | refs/heads/master | 2021-01-21T04:41:47.436000 | 2016-07-18T16:22:28 | 2016-07-18T16:22:28 | 44,108,719 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.goodsquick.controller;
import java.util.List;
import javax.servlet.http.HttpServletRequest;
import org.apache.commons.lang.StringUtils;
import org.apache.log4j.Logger;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Qualifier;
i... | UTF-8 | Java | 2,292 | java | GoodsRadarController.java | Java | [] | null | [] | package com.goodsquick.controller;
import java.util.List;
import javax.servlet.http.HttpServletRequest;
import org.apache.commons.lang.StringUtils;
import org.apache.log4j.Logger;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Qualifier;
i... | 2,292 | 0.766143 | 0.765707 | 67 | 32.208954 | 26.672998 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.955224 | false | false | 5 |
a4debf78e0cb3331309be2730c984f4e8ff2a8f7 | 29,600,914,611,881 | d2c7305e1d5c49ab08c52e23709724f209a67f44 | /src/main/java/com/javaguru/teacher/lesson_4/lessoncode/NumberServiceDemo.java | 2fd048ce2488ddc0b48dd82ed17287d65d03c36f | [] | no_license | javagururt/jg-java-1-august-2020 | https://github.com/javagururt/jg-java-1-august-2020 | 407fa03734cff6b2d0c52927de483241069271af | ad67f04d0982a2cc671fb92c1fc9a90163a5a98c | refs/heads/master | 2023-04-18T17:04:52.401000 | 2021-05-04T19:27:41 | 2021-05-04T19:27:41 | 288,084,604 | 1 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.javaguru.teacher.lesson_4.lessoncode;
import java.util.Scanner;
class NumberServiceDemo {
public static void main(String[] args) {
NumberService service = new NumberService();
Scanner scanner = new Scanner(System.in);
System.out.println("Please enter first number: ");
... | UTF-8 | Java | 854 | java | NumberServiceDemo.java | Java | [] | null | [] | package com.javaguru.teacher.lesson_4.lessoncode;
import java.util.Scanner;
class NumberServiceDemo {
public static void main(String[] args) {
NumberService service = new NumberService();
Scanner scanner = new Scanner(System.in);
System.out.println("Please enter first number: ");
... | 854 | 0.591738 | 0.573512 | 34 | 23.205883 | 21.283491 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.323529 | false | false | 5 |
42c97b7cb103527fbb7486b1c199527394eb08c8 | 31,894,427,155,673 | cc7a8fba8c6abc1e12fdbc74990dd2d5bbfdc69f | /src/main/java/fr/lille1/iagl/movevent/api/rest/domain/RestEntity.java | eaadbd9e762e18ab41fcd1662d92568afdf34de5 | [] | no_license | guizmaii/Movevent-server | https://github.com/guizmaii/Movevent-server | b30018fcbcc99b200919649952c901465fb5ce6e | 76169e1ab9689881a2f348c64ca7b01a10372321 | HEAD | 2016-08-05T17:25:20.410000 | 2014-02-17T23:28:54 | 2014-02-17T23:28:54 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package fr.lille1.iagl.movevent.api.rest.domain;
import java.io.Serializable;
/**
* Interface représentant toutes les entités du domaine REST.
*
* Chaque entité du domaine REST doit implémenter cette interface.
*
* <b>Important : Pour que Jackson puisse correctement marshaliser le JSON reçu
* de la requête HT... | UTF-8 | Java | 593 | java | RestEntity.java | Java | [] | null | [] | package fr.lille1.iagl.movevent.api.rest.domain;
import java.io.Serializable;
/**
* Interface représentant toutes les entités du domaine REST.
*
* Chaque entité du domaine REST doit implémenter cette interface.
*
* <b>Important : Pour que Jackson puisse correctement marshaliser le JSON reçu
* de la requête HT... | 593 | 0.7642 | 0.762478 | 18 | 31.277779 | 30.800081 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.166667 | false | false | 5 |
e423d597e5ac04f870a877275e108d2ddeecf076 | 23,536,420,782,207 | be995933be73edae109c80de31298cbfddc144c3 | /taotao-search/src/test/java/com/taotao/search/SolrJTest.java | 9b6820e602c42adee444841b8e7bc80df36ef9e9 | [] | no_license | jianbinglv/itheima18 | https://github.com/jianbinglv/itheima18 | fabac4afb020ab037006cc59d1a880a03739a8b8 | b4365a3f8d6c43a76f653a67e0279a5ef743c2ac | refs/heads/master | 2020-06-13T11:17:03.041000 | 2016-12-13T15:33:58 | 2016-12-13T15:33:58 | 75,387,709 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.taotao.search;
import org.apache.solr.client.solrj.SolrQuery;
import org.apache.solr.client.solrj.SolrServer;
import org.apache.solr.client.solrj.impl.HttpSolrServer;
import org.apache.solr.client.solrj.response.QueryResponse;
import org.apache.solr.common.SolrDocument;
import org.apache.solr.common... | UTF-8 | Java | 1,332 | java | SolrJTest.java | Java | [
{
"context": "\n\t\tSolrServer server =new HttpSolrServer(\"http://192.168.1.16:8080/solr/\");\r\n\t\tSolrInputDocument document = new",
"end": 560,
"score": 0.9997009634971619,
"start": 548,
"tag": "IP_ADDRESS",
"value": "192.168.1.16"
},
{
"context": "\n\t\tSolrServer server = new... | null | [] | package com.taotao.search;
import org.apache.solr.client.solrj.SolrQuery;
import org.apache.solr.client.solrj.SolrServer;
import org.apache.solr.client.solrj.impl.HttpSolrServer;
import org.apache.solr.client.solrj.response.QueryResponse;
import org.apache.solr.common.SolrDocument;
import org.apache.solr.common... | 1,332 | 0.723485 | 0.702273 | 39 | 31.846153 | 22.130775 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.871795 | false | false | 5 |
4b025249b704d3c6ffce36eeb71c34f4644bdedc | 24,026,047,121,129 | b15dea8c15d01a34075b497dda40d6f29dda4a54 | /src/main/java/com/surgery/exception/empty/EmptyFieldException.java | f126052df8092fb812afe4b24c0e947367f390d2 | [] | no_license | MatthewSzy/RestAPI-Your-Clinic | https://github.com/MatthewSzy/RestAPI-Your-Clinic | 3b90b99dda695864ec38478978b3434830a1e887 | f29ffa633fd72e1d1d8af77860a40922a465b1b6 | refs/heads/main | 2023-03-06T09:11:31.548000 | 2021-01-30T22:13:12 | 2021-01-30T22:13:12 | 334,521,093 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.surgery.exception.empty;
import org.springframework.http.HttpStatus;
import org.springframework.web.bind.annotation.ResponseStatus;
@ResponseStatus(value = HttpStatus.EXPECTATION_FAILED)
public class EmptyFieldException extends RuntimeException {
public EmptyFieldException(String message) {
... | UTF-8 | Java | 353 | java | EmptyFieldException.java | Java | [] | null | [] | package com.surgery.exception.empty;
import org.springframework.http.HttpStatus;
import org.springframework.web.bind.annotation.ResponseStatus;
@ResponseStatus(value = HttpStatus.EXPECTATION_FAILED)
public class EmptyFieldException extends RuntimeException {
public EmptyFieldException(String message) {
... | 353 | 0.773371 | 0.773371 | 11 | 30.09091 | 23.903042 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.363636 | false | false | 5 |
d1f682f0b3fe3013fec061766123a017e194479b | 4,097,398,865,714 | 7265fa583770d76ef2b1b9fa9fda7f4a237b5b5a | /app/src/main/java/com/dm/bomber/services/Baucenter.java | 41e13c69f90f7fd8e8e4c370891cec10ceb4bfe2 | [
"MIT"
] | permissive | yuxood/android-bomber | https://github.com/yuxood/android-bomber | 8748e55a233b1e39ba47b3b08a34d3219a546c2c | b47563971cf9bffcc9fb83c0dc5975ce40e40e4d | refs/heads/master | 2023-09-05T20:18:49.089000 | 2021-10-23T11:56:53 | 2021-10-23T11:56:53 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.dm.bomber.services;
import androidx.annotation.NonNull;
import org.json.JSONException;
import org.json.JSONObject;
import java.io.IOException;
import okhttp3.Call;
import okhttp3.Callback;
import okhttp3.MediaType;
import okhttp3.Request;
import okhttp3.RequestBody;
import okhttp3.Response;
public clas... | UTF-8 | Java | 1,947 | java | Baucenter.java | Java | [
{
"context": "nRegister\")\n .header(\"x-api-key\", \"MIIEvAIBADANBgkqhkiG9w0BAQEFAASCBKYwggSiAgEAAoIBAQCtj8uTFmdASuHU\")\n .header(\"x-auth-token\", \"\")\n ",
"end": 622,
"score": 0.9997649788856506,
"start": 558,
"tag": "KEY",
"value": "MIIEvAIBADANBgkqhkiG... | null | [] | package com.dm.bomber.services;
import androidx.annotation.NonNull;
import org.json.JSONException;
import org.json.JSONObject;
import java.io.IOException;
import okhttp3.Call;
import okhttp3.Callback;
import okhttp3.MediaType;
import okhttp3.Request;
import okhttp3.RequestBody;
import okhttp3.Response;
public clas... | 1,829 | 0.581407 | 0.57473 | 52 | 36.46154 | 31.498144 | 116 | false | false | 0 | 0 | 0 | 0 | 64 | 0.065742 | 0.538462 | false | false | 5 |
86be1d6fdc516669279b7489a20b413173e24db0 | 10,917,806,874,379 | 985f7a54f8b8584e0c47df3b2079be483b49b9f0 | /src/main/java/com/example/demo/filter/CustomInterceptor.java | ce2c481ec2c1a6d49769f2aa137464422c76624c | [] | no_license | lihu12344/spring-boot-security-weifuwu-diaoyong-zidingyi-filter | https://github.com/lihu12344/spring-boot-security-weifuwu-diaoyong-zidingyi-filter | f30d834dae201588be427c6be5d31f1ec4ea86b4 | 515343016a4915d9456f0751b09205e1996511fc | refs/heads/master | 2021-01-03T19:41:16.007000 | 2020-02-13T08:32:07 | 2020-02-13T08:32:07 | 240,212,363 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.demo.filter;
import org.springframework.core.Ordered;
import org.springframework.core.annotation.Order;
import org.springframework.security.web.savedrequest.HttpSessionRequestCache;
import org.springframework.security.web.savedrequest.RequestCache;
import org.springframework.stereotype.Component;
i... | UTF-8 | Java | 916 | java | CustomInterceptor.java | Java | [] | null | [] | package com.example.demo.filter;
import org.springframework.core.Ordered;
import org.springframework.core.annotation.Order;
import org.springframework.security.web.savedrequest.HttpSessionRequestCache;
import org.springframework.security.web.savedrequest.RequestCache;
import org.springframework.stereotype.Component;
i... | 916 | 0.813319 | 0.813319 | 24 | 37.166668 | 32.126919 | 121 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 5 |
65271996021d0cd3692c8e420b19d79533a03acc | 10,917,806,873,779 | ceb9e04705fd5ea0e126e6b83aa87f9b675bb3e3 | /src/com/madmax/designPatterns/factoryMethod/Message.java | 242f2deddf259b094ee75aa1537d18dd8d85e287 | [] | no_license | kiranpalaka/MadMax | https://github.com/kiranpalaka/MadMax | 6ab463e02b1c2d2c1a9a6334db36c35df54c953d | 38397dcfa7960a23bc993b8c8ea805d0d15d53eb | refs/heads/master | 2022-09-24T22:53:56.224000 | 2020-05-22T07:56:07 | 2020-05-22T07:56:07 | 256,934,237 | 0 | 0 | null | false | 2020-04-19T07:08:02 | 2020-04-19T06:53:09 | 2020-04-19T06:53:12 | 2020-04-19T07:08:02 | 0 | 0 | 0 | 0 | null | false | false | package com.madmax.designPatterns.factoryMethod;
public abstract class Message {
public abstract String getContent();
public void addHeaders() {
}
public void encrypt() {
}
} | UTF-8 | Java | 200 | java | Message.java | Java | [] | null | [] | package com.madmax.designPatterns.factoryMethod;
public abstract class Message {
public abstract String getContent();
public void addHeaders() {
}
public void encrypt() {
}
} | 200 | 0.68 | 0.68 | 14 | 13.357142 | 17.00255 | 48 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.142857 | false | false | 5 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.