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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
c311c298af0c00272016318d41b12d19200ba6e5 | 12,670,153,525,709 | 664090ec01a001b15afcd7592c456f543bd5b915 | /src/com/blz/calculator/service/provider/Calculate.java | 6b98f71afc743fba0a10c3335426f595212b5d63 | [] | no_license | CodeDictators/OOP-Calculator | https://github.com/CodeDictators/OOP-Calculator | 6a6a5f8addeff1d047ff50d8d19e5b245f2fe7b7 | e640bc713c9e3b0bb791770a856ccb0bf6a8f634 | refs/heads/main | 2023-01-05T20:27:43.263000 | 2020-11-03T11:49:32 | 2020-11-03T11:49:32 | 309,669,739 | 3 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.blz.calculator.service.provider;
import com.blz.calculator.model.Inputs;
import com.blz.calculator.service.CalculationService;
public class Calculate implements CalculationService {
@Override
public int add(Inputs userInput) {
return userInput.getNumberOne() + userInput.getNumberTwo();
}
@Override... | UTF-8 | Java | 651 | java | Calculate.java | Java | [] | null | [] | package com.blz.calculator.service.provider;
import com.blz.calculator.model.Inputs;
import com.blz.calculator.service.CalculationService;
public class Calculate implements CalculationService {
@Override
public int add(Inputs userInput) {
return userInput.getNumberOne() + userInput.getNumberTwo();
}
@Override... | 651 | 0.764977 | 0.764977 | 28 | 22.25 | 23.544222 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.964286 | false | false | 7 |
15a21fc9a012950c320521eeb218d2ab22081589 | 14,010,183,358,312 | 55e49882507067c709d05c9740f53072ceccd3e2 | /src/main/java/com/chanyun/service/impl/NewsServiceImpl.java | d2d11f2d331f365579908d01ef2a3cb504d3d7f5 | [] | no_license | 99chanyun/99chanyun-webPlat | https://github.com/99chanyun/99chanyun-webPlat | e6f9e230dc339a21b36291f519128c0eee0a1722 | 5d5b8018b57decf13689149e5ce11ad076fc3701 | refs/heads/master | 2022-06-25T03:32:04.350000 | 2020-10-07T15:45:28 | 2020-10-07T15:45:28 | 149,871,703 | 0 | 0 | null | false | 2022-06-17T01:45:06 | 2018-09-22T11:42:15 | 2020-10-07T15:45:11 | 2022-06-17T01:45:04 | 133 | 0 | 0 | 2 | Java | false | false | package com.chanyun.service.impl;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.chanyun.common.Constants;
import com.chanyun.common.PageInfo;
import com.chanyun.dao.NewsMapper;
import com.chanyun.entity.News;
... | UTF-8 | Java | 2,456 | java | NewsServiceImpl.java | Java | [] | null | [] | package com.chanyun.service.impl;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.chanyun.common.Constants;
import com.chanyun.common.PageInfo;
import com.chanyun.dao.NewsMapper;
import com.chanyun.entity.News;
... | 2,456 | 0.719371 | 0.716887 | 93 | 23.978495 | 20.556232 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.623656 | false | false | 7 |
48f051eeaa6e35e0aa25e8e6eff6300bdbcee596 | 14,010,183,359,272 | 73acbd2846c82a0f475bbd85013f5c7667077ac9 | /src/main/java/com/redsoft/idea/plugin/yapiv2/json5/JsonObject.java | 63828889bdcb0d99822515bba07c6a4716060384 | [
"Apache-2.0"
] | permissive | bitted/RedsoftYapiUpload | https://github.com/bitted/RedsoftYapiUpload | e997a25756fb5da83ff2d4845ab012593f6b96bc | 74c227f619cb3d1482ffead9f819072f4390c277 | refs/heads/master | 2022-09-24T19:21:22.355000 | 2020-06-01T09:18:05 | 2020-06-01T09:18:05 | 279,745,370 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.redsoft.idea.plugin.yapiv2.json5;
import com.jgoodies.common.base.Strings;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collection;
import java.util.StringJoiner;
public class JsonObject extends Json<Collection<JsonItem<?>>> {
public JsonObject(JsonItem<?>... value) {
... | UTF-8 | Java | 1,842 | java | JsonObject.java | Java | [] | null | [] | package com.redsoft.idea.plugin.yapiv2.json5;
import com.jgoodies.common.base.Strings;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collection;
import java.util.StringJoiner;
public class JsonObject extends Json<Collection<JsonItem<?>>> {
public JsonObject(JsonItem<?>... value) {
... | 1,842 | 0.546688 | 0.54506 | 62 | 28.709677 | 22.914558 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.564516 | false | false | 7 |
0e78a37c1facffcd899d3e7bf55de4a8e530180b | 26,499,948,269,231 | 4cd8d348421d37d0ea94e7d86af5c6ac05564f35 | /src/Parser.java | 51e7f36774920d9516ca0e9492f3251164be14ec | [] | no_license | Kigabyte/CommandLine | https://github.com/Kigabyte/CommandLine | 3c242601b4b7cc0048d3cc2059484f4369e0aec3 | 73e21130055603a4bc0b35c9a88eb5d85a880a08 | refs/heads/master | 2020-07-17T21:28:29.183000 | 2016-12-21T04:03:30 | 2016-12-21T04:03:30 | 73,925,544 | 0 | 0 | null | false | 2016-12-21T04:03:31 | 2016-11-16T14:00:35 | 2016-11-16T14:00:35 | 2016-12-21T04:03:31 | 60 | 0 | 0 | 0 | null | null | null | import org.apache.commons.cli.*;
/**
* Command line parser
*/
public class Parser {
private Options options;
public Parser() {
options = new Options();
Option leftOperand = Option.builder("l")
.required(true)
.longOpt("left")
.hasArg()
... | UTF-8 | Java | 1,325 | java | Parser.java | Java | [] | null | [] | import org.apache.commons.cli.*;
/**
* Command line parser
*/
public class Parser {
private Options options;
public Parser() {
options = new Options();
Option leftOperand = Option.builder("l")
.required(true)
.longOpt("left")
.hasArg()
... | 1,325 | 0.482264 | 0.482264 | 48 | 26.604166 | 17.835754 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.270833 | false | false | 7 |
c0bdb60504092397d24723076e8a4e58b14de090 | 6,923,487,334,810 | 7c5cd86cd95c625b3320d32e1764ccd1aee87430 | /iGo/src/ihm/smartPhone/component/SectionOfTravelImplPathInGraph.java | 06e9bb5e5648e28c3f648e9ef359438be4e8cd1e | [] | no_license | bryan-brancotte/projetgl-2008 | https://github.com/bryan-brancotte/projetgl-2008 | ac91a7f563dc48d8c3c5b8c8aaa2bf2d7f3a1046 | 3fb02682948e23c1853c1b6317010ebc90ac2530 | refs/heads/master | 2016-09-06T16:22:58.930000 | 2009-01-27T10:01:46 | 2009-01-27T10:01:46 | 32,581,955 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ihm.smartPhone.component;
import graphNetwork.Junction;
import graphNetwork.Route;
import graphNetwork.Service;
import graphNetwork.Station;
import graphNetwork.exception.StationNotOnRoadException;
import ihm.smartPhone.interfaces.TravelForDisplayPanel.SectionOfTravel;
import java.util.ArrayList;
im... | UTF-8 | Java | 3,095 | java | SectionOfTravelImplPathInGraph.java | Java | [] | null | [] | package ihm.smartPhone.component;
import graphNetwork.Junction;
import graphNetwork.Route;
import graphNetwork.Service;
import graphNetwork.Station;
import graphNetwork.exception.StationNotOnRoadException;
import ihm.smartPhone.interfaces.TravelForDisplayPanel.SectionOfTravel;
import java.util.ArrayList;
im... | 3,095 | 0.704685 | 0.703069 | 132 | 21.44697 | 19.955751 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.590909 | false | false | 7 |
98c8ee7c3f8e5d1669fa3d591adfc1144752331a | 32,564,442,055,460 | 0cd182b94495748db081c2958fbe525ad79107c4 | /src/ec/com/jaapz/controlador/RecaudacionesRegistroCobroC.java | b91fd428a0a664fd3416bd62a5b04166fee27947 | [] | no_license | ByronAlex20/2018-Gestion-JAAPZ | https://github.com/ByronAlex20/2018-Gestion-JAAPZ | f6eb72020589be13fafe9b5390be92215cec5796 | b7fa8cf60cc43fbf069f78a9a8cc8b8366fe5b2a | refs/heads/master | 2020-03-30T02:33:08 | 2018-09-27T19:30:52 | 2018-09-27T19:30:52 | 150,636,612 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ec.com.jaapz.controlador;
import ec.com.jaapz.modelo.PlanillaDetalle;
import ec.com.jaapz.modelo.Planilla;
import ec.com.jaapz.util.Context;
import ec.com.jaapz.util.ControllerHelper;
import javafx.beans.property.SimpleObjectProperty;
import javafx.beans.value.ObservableValue;
import javafx.collections.FXColle... | ISO-8859-1 | Java | 6,333 | java | RecaudacionesRegistroCobroC.java | Java | [] | null | [] | package ec.com.jaapz.controlador;
import ec.com.jaapz.modelo.PlanillaDetalle;
import ec.com.jaapz.modelo.Planilla;
import ec.com.jaapz.util.Context;
import ec.com.jaapz.util.ControllerHelper;
import javafx.beans.property.SimpleObjectProperty;
import javafx.beans.value.ObservableValue;
import javafx.collections.FXColle... | 6,333 | 0.75537 | 0.752369 | 161 | 38.335403 | 34.350033 | 158 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.304348 | false | false | 7 |
a0121d4c24df1d289d49d881c4435a318e351b89 | 3,607,772,596,213 | bd0fad20a9b228894919886141899d9a5187ee5b | /Project2back/src/main/java/com/niit/dao/ForumDao.java | 19757ee9e6cf94d63d65f486297b77dbc34b6760 | [] | no_license | Barani04/Project2v2 | https://github.com/Barani04/Project2v2 | 6578fb6d35f41dca21639b06ce69a7b21a1dee4c | 9dcee90f959989359d774aa48b333f4ec4948b30 | refs/heads/master | 2021-01-20T01:39:08.878000 | 2017-10-04T08:51:51 | 2017-10-04T08:51:51 | 101,294,769 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.niit.dao;
import java.util.List;
import com.niit.model.Forum;
public interface ForumDao {
void saveForum(Forum forum);
Forum getForumById(int forumId);
List<Forum> getAllForum(int approved);
void updateForum(Forum forum);
}
| UTF-8 | Java | 268 | java | ForumDao.java | Java | [] | null | [] | package com.niit.dao;
import java.util.List;
import com.niit.model.Forum;
public interface ForumDao {
void saveForum(Forum forum);
Forum getForumById(int forumId);
List<Forum> getAllForum(int approved);
void updateForum(Forum forum);
}
| 268 | 0.697761 | 0.697761 | 18 | 12.888889 | 14.647294 | 39 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 7 |
dff38c84cb5f821689c42378789e8dff28dca65a | 29,025,389,014,559 | ec4a379ef683e81de1241e5f7c3a0dba1fff11d8 | /library/src/main/java/com/example/library/ServiceMethod.java | ebe9c22216863cd2ab6c243cf4c146e4cb9a77c6 | [] | no_license | yanchunlan/Retrofit_Demo | https://github.com/yanchunlan/Retrofit_Demo | db97e2c68839c209933f87a5315fdd8906a69154 | f3510379a77f2e3e48ccf2132c81c44434e029cb | refs/heads/master | 2020-06-02T14:52:35.622000 | 2019-12-25T03:17:11 | 2019-12-25T03:17:11 | 191,196,269 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.library;
import com.example.library.http.Field;
import com.example.library.http.GET;
import com.example.library.http.POST;
import com.example.library.http.Query;
import java.io.IOException;
import java.lang.annotation.Annotation;
import java.lang.reflect.Method;
import okhttp3.Call;
import okhttp... | UTF-8 | Java | 6,414 | java | ServiceMethod.java | Java | [
{
"context": "tp3.Call;\nimport okhttp3.HttpUrl;\n\n/**\n * author: ycl\n * date: 2019/12/24 14:51\n * desc: 缓存类,缓存请求参数",
"end": 351,
"score": 0.999618649482727,
"start": 348,
"tag": "USERNAME",
"value": "ycl"
}
] | null | [] | package com.example.library;
import com.example.library.http.Field;
import com.example.library.http.GET;
import com.example.library.http.POST;
import com.example.library.http.Query;
import java.io.IOException;
import java.lang.annotation.Annotation;
import java.lang.reflect.Method;
import okhttp3.Call;
import okhttp... | 6,414 | 0.609232 | 0.606358 | 160 | 35.962502 | 28.903263 | 114 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.55 | false | false | 7 |
4070882a4a54aa96edbec01197c9567c756be14e | 29,025,389,011,563 | d1e4b9b493e51fdaa3dc38ea7c3905bdb502772f | /src/ModernServlet.java | b6a546f20ec7201e5cd6e3edc243738ab5663282 | [] | no_license | zhoushuo19850509/TomcatWin | https://github.com/zhoushuo19850509/TomcatWin | 0bdf19d4e0bbe7eac52e490e93a3aa071c7e1611 | fcf9031e17c723066b980c2fb7ddbab71a08733f | refs/heads/master | 2021-08-14T20:30:32.646000 | 2021-08-08T08:05:06 | 2021-08-08T08:05:06 | 210,082,183 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
import javax.servlet.*;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import java.io.IOException;
import java.io.PrintWriter;
import java.util.Enumeration;
/**
* 这本质上也是一个Servlet
* 和之前PrimitiveServlet不同的是,这个Servlet拿到的request/respo... | GB18030 | Java | 3,648 | java | ModernServlet.java | Java | [] | null | [] |
import javax.servlet.*;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import java.io.IOException;
import java.io.PrintWriter;
import java.util.Enumeration;
/**
* 这本质上也是一个Servlet
* 和之前PrimitiveServlet不同的是,这个Servlet拿到的request/respo... | 3,648 | 0.631239 | 0.627716 | 109 | 30.229359 | 29.463905 | 132 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.40367 | false | false | 7 |
25c230e85e3831aa50af183df3ae58b33131bd91 | 6,889,127,604,771 | e0686d51c5f89989ae2a70897bfaf4489d1823b9 | /MediaManagementSystem/src/main/java/com/csci4448/MediaManagementSystem/ui/components/MediaListing.java | 5339c07c457d4ffd5973f493db12ff742d06b334 | [
"MIT"
] | permissive | tylersco/MediaManagementSystem | https://github.com/tylersco/MediaManagementSystem | cea121c4da02ef0af44288d2e6ed8b6c65851be5 | 8e0609d05031ea4662d1649d364bb16385d846c6 | refs/heads/master | 2021-06-09T23:12:18.749000 | 2016-12-05T15:48:57 | 2016-12-05T15:48:57 | 68,050,395 | 0 | 0 | null | false | 2016-12-04T23:34:22 | 2016-09-12T21:38:48 | 2016-10-29T21:27:34 | 2016-12-04T23:34:22 | 9,062 | 0 | 0 | 0 | Java | null | null | package com.csci4448.MediaManagementSystem.ui.components;
import com.csci4448.MediaManagementSystem.controller.MainController;
import javax.swing.*;
import java.awt.*;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.MouseAdapter;
import java.awt.event.MouseEvent;
public... | UTF-8 | Java | 2,938 | java | MediaListing.java | Java | [] | null | [] | package com.csci4448.MediaManagementSystem.ui.components;
import com.csci4448.MediaManagementSystem.controller.MainController;
import javax.swing.*;
import java.awt.*;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.MouseAdapter;
import java.awt.event.MouseEvent;
public... | 2,938 | 0.680395 | 0.660654 | 81 | 35.271606 | 31.980709 | 122 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.074074 | false | false | 7 |
3c22a1b150f64c83fe0500c52708c05f215fcce9 | 26,499,948,274,746 | 290fdf2f06c92157ed04f9ff3a04c687a71fa4fe | /src/test/java/at/medunigraz/imi/bst/trec/model/TopicSetTest.java | 5a80b9f08e627f5d068858c62af55c8b09f292b0 | [
"MIT"
] | permissive | JULIELab/trec-pm | https://github.com/JULIELab/trec-pm | 4d861d012973a89b1cd09b04553ed5e50071351a | 1993f3e0a373ea169129c4b3a11c956d9f502f4d | refs/heads/master | 2021-06-11T00:54:07.659000 | 2021-05-03T06:21:48 | 2021-05-03T06:21:48 | 183,385,645 | 8 | 4 | MIT | true | 2021-05-03T06:21:49 | 2019-04-25T07:59:06 | 2021-01-15T18:31:00 | 2021-05-03T06:21:48 | 40,668 | 8 | 3 | 33 | Java | false | false | package at.medunigraz.imi.bst.trec.model;
import org.junit.Test;
import java.io.File;
import java.util.List;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertTrue;
public class TopicSetTest {
@Test
public void testFromXML() {
String topicsFile ="/topics/topics2017.xml";
List<... | UTF-8 | Java | 866 | java | TopicSetTest.java | Java | [] | null | [] | package at.medunigraz.imi.bst.trec.model;
import org.junit.Test;
import java.io.File;
import java.util.List;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertTrue;
public class TopicSetTest {
@Test
public void testFromXML() {
String topicsFile ="/topics/topics2017.xml";
List<... | 866 | 0.748268 | 0.725173 | 29 | 28.862068 | 27.227932 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.758621 | false | false | 7 |
b88970cd9bd24179297a266b735db933fd2a7eb1 | 26,499,948,276,946 | 68a7cbdfccee2f0af5110b5dc4a3ea7aaca94d4d | /src/main/java/ProgramRound/arrayList.java | 0d8e66a51373e9c5412935eadffb972af4963461 | [] | no_license | MahalakshmiKamatchi/ProgramTraining | https://github.com/MahalakshmiKamatchi/ProgramTraining | 7d4bf598c7f13fe969b3a36dfd757e997724b8cd | 83d1f09eecff9ddb37af6268b9522215752640ec | refs/heads/master | 2022-12-28T20:32:58.315000 | 2020-06-05T17:13:51 | 2020-06-05T17:13:51 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ProgramRound;
import java.util.ArrayList;
import java.util.Iterator;
public class arrayList {
public static void main(String[] args) {
addDisplay();
}
static void addDisplayValuesArrayList() {
ArrayList<Integer> ai=new ArrayList<Integer>();
ai.add(10);
ai.add(100);
ai.add(0, 90);
... | UTF-8 | Java | 870 | java | arrayList.java | Java | [] | null | [] | package ProgramRound;
import java.util.ArrayList;
import java.util.Iterator;
public class arrayList {
public static void main(String[] args) {
addDisplay();
}
static void addDisplayValuesArrayList() {
ArrayList<Integer> ai=new ArrayList<Integer>();
ai.add(10);
ai.add(100);
ai.add(0, 90);
... | 870 | 0.624138 | 0.606897 | 42 | 18.714285 | 17.132935 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.833333 | false | false | 7 |
07330bedb40ee853dc08a32590cc5ef767d56234 | 24,266,565,287,926 | 2cb7c3ed64a09bc324a92463966a6dedf76ffd35 | /ever/src/com/codesquad/queue/ListQueue.java | 8da77b4edba95d013afcbbdcd8b0ca482790ce29 | [] | no_license | Data-Structure-Study/java-datastructure | https://github.com/Data-Structure-Study/java-datastructure | b03436a44960b80b7fc8beefce1be188934d94c6 | 53192e266cb54334a1829df70be2ea042c834741 | refs/heads/master | 2022-12-11T09:28:49.606000 | 2020-09-02T07:03:46 | 2020-09-02T07:03:46 | 264,334,315 | 5 | 0 | null | false | 2020-09-07T13:55:35 | 2020-05-16T01:24:01 | 2020-09-02T07:03:50 | 2020-09-07T13:50:34 | 442 | 3 | 0 | 1 | Java | false | false | package com.codesquad.queue;
import java.util.NoSuchElementException;
public class ListQueue<E> {
private QueueNode<E> front;
private QueueNode<E> rear;
private int size;
public ListQueue() {
this.front = null;
this.rear = null;
this.size = 0;
}
public int size() {... | UTF-8 | Java | 1,508 | java | ListQueue.java | Java | [] | null | [] | package com.codesquad.queue;
import java.util.NoSuchElementException;
public class ListQueue<E> {
private QueueNode<E> front;
private QueueNode<E> rear;
private int size;
public ListQueue() {
this.front = null;
this.rear = null;
this.size = 0;
}
public int size() {... | 1,508 | 0.54533 | 0.543956 | 72 | 19.222221 | 17.636154 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.416667 | false | false | 7 |
ff23a7220b3e238ec8145a310b015d924f5a40a7 | 31,018,253,877,335 | 31900f5285b471c9e5e66ea8f6c7c2920c45199c | /src/fr/hierarchie/Mollusque.java | 7c09c3fdbd5c3283fb286cf5ee7ac8cdc2e67d8c | [] | no_license | Vincefop/exoZoo | https://github.com/Vincefop/exoZoo | 342aeaea6891da5cdee9b8c706db6dce77ba5d6e | e9ae54f1c49db335ca0a855874de9e08158e6983 | refs/heads/main | 2023-08-13T05:53:42.394000 | 2021-10-19T13:12:06 | 2021-10-19T13:12:06 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package fr.hierarchie;
public abstract class Mollusque extends Invertebre implements Terrestre{
}
| UTF-8 | Java | 100 | java | Mollusque.java | Java | [] | null | [] | package fr.hierarchie;
public abstract class Mollusque extends Invertebre implements Terrestre{
}
| 100 | 0.83 | 0.83 | 5 | 19 | 27.79928 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.2 | false | false | 7 |
76c311556e39cad6c6a83110306f1d0247d112cb | 33,543,694,646,191 | 75a3161191897ad14214e4f6c4026fbb41433ee5 | /ICS4UO/EMS/Backend/EmployeeInfo.java | 1a56761fcaa80ed541d6e7f9c10aeb311fa0d8ca | [] | no_license | MatthewLy88/Java | https://github.com/MatthewLy88/Java | bc35d41a4c8d2d03376b12f3ce5e1e7b6ffa6176 | a72f5d9216b107337d8f516d4909d6bf117e170d | refs/heads/master | 2021-09-03T12:05:03.861000 | 2018-01-08T23:29:33 | 2018-01-08T23:29:33 | 112,874,090 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null |
public class EmployeeInfo {
protected int empNum;
protected String firstName;
protected String lastName;
protected String sex; // encode e.g. 0 for M, 1 for F, etc.
protected String workLoc; // encode e.g. 0 for Mississauga, etc.
protected double deductRate; // e.g. 0.21 for 21%
public EmployeeInfo(... | UTF-8 | Java | 1,380 | java | EmployeeInfo.java | Java | [
{
"context": "te) {\r\n\t\tthis.empNum = empNum;\r\n\t\tthis.firstName = firstName;\r\n\t\tthis.lastName = lastName;\r\n\t\tthis.sex = sex;\r",
"end": 470,
"score": 0.9957866072654724,
"start": 461,
"tag": "NAME",
"value": "firstName"
},
{
"context": "\r\n\t\tthis.firstName = firstNa... | null | [] |
public class EmployeeInfo {
protected int empNum;
protected String firstName;
protected String lastName;
protected String sex; // encode e.g. 0 for M, 1 for F, etc.
protected String workLoc; // encode e.g. 0 for Mississauga, etc.
protected double deductRate; // e.g. 0.21 for 21%
public EmployeeInfo(... | 1,380 | 0.673913 | 0.668116 | 67 | 18.597015 | 20.537596 | 116 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.492537 | false | false | 7 |
f9766a76da7c96765f3bcb4d9aa3a42ed0a6a612 | 17,102,559,789,421 | 3501fb930cd3b3a3762fdb95cc5b7b7abb2c088b | /AbstractFactory/NormalCharacterFactory.java | cfff0a8f5538edab3ad8859a045f3111723a86cb | [] | no_license | Shyam-Makwana/Design-Patterns | https://github.com/Shyam-Makwana/Design-Patterns | 527c03aeaf4ae91b96e960e94c27ccf719b40e39 | a6385c4d6e207e5b9162087901e4e1161d497d03 | refs/heads/master | 2023-04-11T21:03:42.430000 | 2021-04-25T04:37:01 | 2021-04-25T04:37:01 | 356,303,615 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package AbstractFactory;
/*
* @author Shyam Makwana
*/
public class NormalCharacterFactory {
public Character getCharacter(String SourceType)
{
switch(SourceType)
{
case "Mowgli":
return new NormalCharacterMowgli();
case "Sherkhan":
ret... | UTF-8 | Java | 400 | java | NormalCharacterFactory.java | Java | [
{
"context": "package AbstractFactory;\n\n/*\n * @author Shyam Makwana\n */\n\npublic class NormalCharacterFactory {\n pu",
"end": 53,
"score": 0.999839723110199,
"start": 40,
"tag": "NAME",
"value": "Shyam Makwana"
}
] | null | [] | package AbstractFactory;
/*
* @author <NAME>
*/
public class NormalCharacterFactory {
public Character getCharacter(String SourceType)
{
switch(SourceType)
{
case "Mowgli":
return new NormalCharacterMowgli();
case "Sherkhan":
return new... | 393 | 0.565 | 0.565 | 19 | 20.052631 | 17.819191 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.210526 | false | false | 7 |
dc35f7421f5352995fb066c1bef514a8e11c6611 | 17,102,559,788,862 | 17a59be8fe07a4f246c918df074d0807d1809788 | /gialenWages/src/com/gialen/dao/PlanBrandDAO.java | c190c42caef4b89e6b88d6e8cb14bf21b536b92d | [] | no_license | healthy183/8.6forSpring | https://github.com/healthy183/8.6forSpring | e41552343d30cdf6527b35fa4079aa419af38d9d | a23fe03a6126efec5fd52d85ca4240b39d6d0a26 | refs/heads/master | 2020-12-25T19:14:46.650000 | 2015-04-28T08:37:01 | 2015-04-28T08:37:01 | 34,718,748 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.gialen.dao;
import java.util.List;
import java.util.Set;
import org.hibernate.LockMode;
import org.hibernate.Query;
import org.hibernate.Session;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.context.ApplicationContext;
import org.springframework.orm.hibernate3.support... | GB18030 | Java | 12,408 | java | PlanBrandDAO.java | Java | [] | null | [] | package com.gialen.dao;
import java.util.List;
import java.util.Set;
import org.hibernate.LockMode;
import org.hibernate.Query;
import org.hibernate.Session;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.context.ApplicationContext;
import org.springframework.orm.hibernate3.support... | 12,408 | 0.737793 | 0.733643 | 345 | 34.620289 | 37.41058 | 342 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.257971 | false | false | 7 |
9932e393918967ad2c10a3de9aefc90f66a534a1 | 5,643,587,088,229 | 4a2da52fdbd37f3622af34ed288338b595c1a5c4 | /PreeTicket-Server/src/main/java/cn/edu/bjtu/preeticket/controller/NoticeController.java | 15b1d2598cf6ccfb71e7e5d6939f6442cfe2a76f | [] | no_license | mintorchid/PreeTicket | https://github.com/mintorchid/PreeTicket | 09d4c2c7036a0280c1008429ae5cd1f4b3337de3 | 52f20cb61edb1e5eeb3fd8cdb30e9b4944e68cc4 | refs/heads/master | 2020-06-08T22:44:24.614000 | 2019-06-23T06:06:27 | 2019-06-23T06:06:27 | 193,319,782 | 3 | 1 | null | true | 2019-06-23T07:38:47 | 2019-06-23T07:38:47 | 2019-06-23T06:07:07 | 2019-06-23T07:38:19 | 363 | 0 | 0 | 0 | null | false | false | package cn.edu.bjtu.preeticket.controller;
import com.alibaba.fastjson.JSON;
import com.alibaba.fastjson.JSONObject;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestMapping;
import org.spri... | UTF-8 | Java | 1,090 | java | NoticeController.java | Java | [] | null | [] | package cn.edu.bjtu.preeticket.controller;
import com.alibaba.fastjson.JSON;
import com.alibaba.fastjson.JSONObject;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestMapping;
import org.spri... | 1,090 | 0.764273 | 0.760589 | 31 | 34.032257 | 27.755249 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.741935 | false | false | 7 |
f712e84e87a54f3031a5d97fbd54db0ff6be6737 | 25,477,746,052,171 | 964cca83a7d533b9e1f2d06c8f4a5b3de1ef557a | /src/main/java/br/com/meutransporte/controllers/UsuarioController.java | 68e6826fe07c894576c2674c9413c8ff0618f12c | [
"MIT"
] | permissive | eduardorost/meutransporte-api | https://github.com/eduardorost/meutransporte-api | d4686ac78b7cac3ce7e21ec95a23130244d5f4ff | aadf67904aa07241495bd123b0f9cc4b79e6fa58 | refs/heads/master | 2021-01-21T20:53:07.726000 | 2017-05-17T23:19:34 | 2017-05-17T23:19:34 | 81,663,110 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.com.meutransporte.controllers;
import br.com.meutransporte.models.Evento;
import br.com.meutransporte.models.Usuario;
import br.com.meutransporte.services.EventoService;
import br.com.meutransporte.services.EventoTransporteService;
import br.com.meutransporte.services.UsuarioService;
import org.springframew... | UTF-8 | Java | 2,436 | java | UsuarioController.java | Java | [] | null | [] | package br.com.meutransporte.controllers;
import br.com.meutransporte.models.Evento;
import br.com.meutransporte.models.Usuario;
import br.com.meutransporte.services.EventoService;
import br.com.meutransporte.services.EventoTransporteService;
import br.com.meutransporte.services.UsuarioService;
import org.springframew... | 2,436 | 0.740969 | 0.740558 | 71 | 33.30986 | 27.931805 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.366197 | false | false | 7 |
38f86f00a2ac802e1b4e954f96a6d33c48b18ab5 | 11,579,231,887,174 | da97e4d97c2907661426f67e155c312d17201c3d | /core/src/com/chainsaw/zombieroad/ScoreActorMileage.java | 0d3a066212d9bd498526046b6cd8a6934b977e44 | [] | no_license | milechainsaw/ZombieRoad | https://github.com/milechainsaw/ZombieRoad | c5ae93a3ea29eef74ce120e11ea9f779cf0d9a63 | 31443f1fc29933b8a56c99ceb96f0b29c19bdf77 | refs/heads/master | 2021-01-19T11:37:16.965000 | 2015-02-09T18:14:15 | 2015-02-09T18:14:15 | 30,549,935 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.chainsaw.zombieroad;
import com.badlogic.gdx.graphics.Color;
import com.badlogic.gdx.graphics.g2d.Batch;
import com.badlogic.gdx.scenes.scene2d.Actor;
/**
* Created by Mile on 09-Feb-15.
*/
public class ScoreActorMileage extends Actor {
ScoreActorMileage() {
if (!Assets.isMuted) Assets.hit_... | UTF-8 | Java | 937 | java | ScoreActorMileage.java | Java | [
{
"context": "logic.gdx.scenes.scene2d.Actor;\n\n/**\n * Created by Mile on 09-Feb-15.\n */\npublic class ScoreActorMileage ",
"end": 187,
"score": 0.9875540137290955,
"start": 183,
"tag": "NAME",
"value": "Mile"
}
] | null | [] | package com.chainsaw.zombieroad;
import com.badlogic.gdx.graphics.Color;
import com.badlogic.gdx.graphics.g2d.Batch;
import com.badlogic.gdx.scenes.scene2d.Actor;
/**
* Created by Mile on 09-Feb-15.
*/
public class ScoreActorMileage extends Actor {
ScoreActorMileage() {
if (!Assets.isMuted) Assets.hit_... | 937 | 0.647812 | 0.627535 | 31 | 29.225807 | 26.881712 | 113 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.709677 | false | false | 7 |
f6b1e64a66d5982c5f1dbde4be409dacd6ada1aa | 6,794,638,305,288 | 0bceadfd52e1353f84794831aa15645f2d7ed3fe | /common/src/de/fhdw/ify208/ticketmaster/common/model/EventDTO.java | ec6204962b7c860ef7b637612e03a299ae69ddf4 | [] | no_license | appelgriebsch/TicketMaster | https://github.com/appelgriebsch/TicketMaster | 063f944d499c9f23d8c614484d7d7ba948372135 | 587aa71db818418e853e22b8a4091f02dc2adabe | refs/heads/master | 2016-09-15T15:30:18.258000 | 2014-03-08T19:59:14 | 2014-03-08T19:59:14 | 28,978,035 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
*
*/
package de.fhdw.ify208.ticketmaster.common.model;
import javax.xml.bind.annotation.XmlRootElement;
import java.math.BigDecimal;
import java.util.Date;
/**
* @author appelgriebsch
*/
@XmlRootElement(name = "event")
public class EventDTO extends BaseDTO {
/**
* the id of the event
*/
pri... | UTF-8 | Java | 5,543 | java | EventDTO.java | Java | [
{
"context": "BigDecimal;\nimport java.util.Date;\n\n/**\n * @author appelgriebsch\n */\n@XmlRootElement(name = \"event\")\npublic class ",
"end": 192,
"score": 0.9898519515991211,
"start": 179,
"tag": "USERNAME",
"value": "appelgriebsch"
}
] | null | [] | /**
*
*/
package de.fhdw.ify208.ticketmaster.common.model;
import javax.xml.bind.annotation.XmlRootElement;
import java.math.BigDecimal;
import java.util.Date;
/**
* @author appelgriebsch
*/
@XmlRootElement(name = "event")
public class EventDTO extends BaseDTO {
/**
* the id of the event
*/
pri... | 5,543 | 0.569728 | 0.569186 | 281 | 18.729538 | 17.903006 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.163701 | false | false | 7 |
d1dae2e5eb898e5b7cdd669ab53eae55da61e1cb | 6,794,638,304,620 | 4eece6dab688b1c73c2bb9ad72b3e262b28565e5 | /semanticwebsapere-node/src/main/java/it/apice/sapere/node/internal/NodeServicesImpl.java | c51b38ae9b4bcac4e8b2309fb09eabd72870331b | [] | no_license | DanySK/Legacy-Contessi-Thesis-Semantic-Web-SAPERE | https://github.com/DanySK/Legacy-Contessi-Thesis-Semantic-Web-SAPERE | e44acf27645e6e7b0ef4bf706a10bb41c994d9e8 | 75d1e8e03e5ddf68d80b5dd939769dad34cd387f | refs/heads/master | 2022-04-18T10:07:59.583000 | 2012-07-10T08:27:14 | 2012-07-10T08:27:14 | 256,205,639 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package it.apice.sapere.node.internal;
import it.apice.sapere.api.EcolawFactory;
import it.apice.sapere.api.LSAParser;
import it.apice.sapere.api.PrivilegedLSAFactory;
import it.apice.sapere.api.ecolaws.formulas.FormulaFactory;
import it.apice.sapere.api.management.ReactionManager;
import it.apice.sapere.api.node.Node... | UTF-8 | Java | 5,406 | java | NodeServicesImpl.java | Java | [
{
"context": "nk NodeServices} interface.\n * </p>\n * \n * @author Paolo Contessi\n * \n */\npublic final class NodeServicesImpl imple",
"end": 716,
"score": 0.9998605847358704,
"start": 702,
"tag": "NAME",
"value": "Paolo Contessi"
}
] | null | [] | package it.apice.sapere.node.internal;
import it.apice.sapere.api.EcolawFactory;
import it.apice.sapere.api.LSAParser;
import it.apice.sapere.api.PrivilegedLSAFactory;
import it.apice.sapere.api.ecolaws.formulas.FormulaFactory;
import it.apice.sapere.api.management.ReactionManager;
import it.apice.sapere.api.node.Node... | 5,398 | 0.713282 | 0.713282 | 209 | 24.866028 | 20.886827 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.363636 | false | false | 7 |
caf38af7330c16395304c4940985b90e8692c906 | 23,338,852,337,336 | 4daa705ee14ba68c823075ee6dd81962551e1f44 | /Reports/Java/codegiaodien(duy)/Hanghoa/src/manhinhdanhmuchanghoa/JPanel_Danhmuchanghoa.java | ed3eee1fe7ee87582a29bccd8335fc755e931e66 | [] | no_license | phamhoainguyen/ShopManagement | https://github.com/phamhoainguyen/ShopManagement | 74691b2aec46d735498c599ad9ad65f6346ffec9 | 061e31f1106484196e9e47143b3d70b85766af4a | refs/heads/master | 2021-01-22T22:56:54.732000 | 2017-06-09T13:57:48 | 2017-06-09T13:57:48 | 85,593,017 | 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 manhinhdanhmuchanghoa;
import java.awt.Color;
import java.awt.Font;
import javax.swing.JLabel;
import javax.swing.JTable;
impo... | UTF-8 | Java | 44,436 | java | JPanel_Danhmuchanghoa.java | Java | [
{
"context": " javax.swing.table.TableColumn;\n\n/**\n *\n * @author USER\n */\npublic class JPanel_Danhmuchanghoa extends ja",
"end": 467,
"score": 0.9976750016212463,
"start": 463,
"tag": "USERNAME",
"value": "USER"
},
{
"context": "ial\", 1, 36)); // NOI18N\n jLabel1.setTex... | 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 manhinhdanhmuchanghoa;
import java.awt.Color;
import java.awt.Font;
import javax.swing.JLabel;
import javax.swing.JTable;
impo... | 44,428 | 0.671175 | 0.645051 | 779 | 55.852375 | 38.489449 | 243 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.297818 | false | false | 4 |
57be3fdee141448c5c002789edcc548cc7be301d | 17,214,228,965,066 | cafaaa239167d28c6a974d9a787ce4894b5469cf | /JSP服务端/src/classes_for_JavaBean/Goods.java | 6d141302123b57c78305d343a717fa78d83ae264 | [] | no_license | powerlwj/Jsp-Mysql-Android | https://github.com/powerlwj/Jsp-Mysql-Android | f2a491bcb06545101f610026002f12391c88f9a8 | 1c6af7fe8fd00b712e2bdeb948abfe931fb5dbe1 | refs/heads/master | 2020-04-24T08:37:47.550000 | 2019-02-21T08:59:04 | 2019-02-21T08:59:04 | 171,836,998 | 6 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package classes_for_JavaBean;
public class Goods {
private String internalModel;
private String model;
private String type;
private String price;
private String configInfo;
private String region;
private String picPath;
public Goods() {
super();
}
public Goods(String internalModel, String model, St... | UTF-8 | Java | 2,041 | java | Goods.java | Java | [] | null | [] | package classes_for_JavaBean;
public class Goods {
private String internalModel;
private String model;
private String type;
private String price;
private String configInfo;
private String region;
private String picPath;
public Goods() {
super();
}
public Goods(String internalModel, String model, St... | 2,041 | 0.659481 | 0.659481 | 117 | 16.444445 | 15.068757 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.48718 | false | false | 4 |
3b895c4b92f89838bcd7ae4c2efe56c5ed2ddb50 | 30,562,987,312,652 | b37fa8cc8994261077e1a81cc42d25df988efbb2 | /src/main/java/com/pages/actitime/ActitimeHomePage.java | f3619a9f8d51a32f7a9faf0d9176d388e6a676d0 | [] | no_license | shraeyakbasu/automation | https://github.com/shraeyakbasu/automation | 1398e2ac65b232d318fb5a1c5e5c5591aea72887 | 86ef973a6806d0a5d8527649b1984f136d94b539 | refs/heads/master | 2023-03-22T01:33:10.175000 | 2021-03-05T19:00:54 | 2021-03-05T19:00:54 | 328,570,275 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.pages.actitime;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.support.FindBy;
import org.openqa.selenium.support.PageFactory;
public class ActitimeHomePage
{
WebDriver driver;
@FindBy(xpath="(//div[contains(text(),'Switch to actiP... | UTF-8 | Java | 1,958 | java | ActitimeHomePage.java | Java | [] | null | [] | package com.pages.actitime;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.support.FindBy;
import org.openqa.selenium.support.PageFactory;
public class ActitimeHomePage
{
WebDriver driver;
@FindBy(xpath="(//div[contains(text(),'Switch to actiP... | 1,958 | 0.670071 | 0.667518 | 98 | 17.979591 | 17.749378 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.316326 | false | false | 4 |
5ef21a689c7ee9be5004a69fa502445b7f819f93 | 5,085,241,317,894 | d008aa0e45d4b286d0ece590be93f46e50ba4fdc | /Spring/spring_demo1/src/com/jiang/Test/bean1test.java | f76f3936f23714b737980c6c0c95eabf09a382a2 | [] | no_license | jiang-boss/ssmstudy | https://github.com/jiang-boss/ssmstudy | 3035ebacf3fbca48de3ec5e6ff54e6fb590c398e | bc72bee21ed6c4e6b9bde3c4059fa2d8096a0895 | refs/heads/main | 2023-06-07T17:45:47.331000 | 2021-06-30T14:06:23 | 2021-06-30T14:06:23 | 381,114,534 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jiang.Test;
import com.jiang.bean.Book;
import com.jiang.bean.Order;
import com.jiang.spring.User;
import org.junit.Test;
import org.springframework.beans.factory.BeanFactory;
import org.springframework.context.ApplicationContext;
import org.springframework.context.support.ClassPathXmlApplicationContext;
... | UTF-8 | Java | 1,651 | java | bean1test.java | Java | [
{
"context": "rt.ClassPathXmlApplicationContext;\n\n/**\n * @author jiangboss\n * @create 2021-04-22-9:26\n */\npublic class bean1",
"end": 344,
"score": 0.9996492862701416,
"start": 335,
"tag": "USERNAME",
"value": "jiangboss"
}
] | null | [] | package com.jiang.Test;
import com.jiang.bean.Book;
import com.jiang.bean.Order;
import com.jiang.spring.User;
import org.junit.Test;
import org.springframework.beans.factory.BeanFactory;
import org.springframework.context.ApplicationContext;
import org.springframework.context.support.ClassPathXmlApplicationContext;
... | 1,651 | 0.672835 | 0.661599 | 48 | 30.520834 | 28.219372 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 4 |
ed770e68c2a59f263f1e76bba92711ff6ed16c65 | 1,013,612,314,892 | 23db842b53b8751cf401a86a7b33a9fefa9c8983 | /app/src/main/java/net/nikonorov/advancedmessenger/ReaderListener.java | 66b1747f06ef22edc44546fddb60bea2e46378eb | [] | no_license | VitalyNikonorov/AdvancedMessenger | https://github.com/VitalyNikonorov/AdvancedMessenger | 2984ba9a0e2feb0291ad021d7b20d4e8f751fab2 | 52c9caba5768ea1b25b01c61d035166907590a8e | refs/heads/master | 2020-04-10T16:53:36.118000 | 2016-01-31T19:53:23 | 2016-01-31T19:53:23 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package net.nikonorov.advancedmessenger;
/**
* Created by vitaly on 26.01.16.
*/
public interface ReaderListener {
void onReadEvent(int taskType, String response, int code);
}
| UTF-8 | Java | 183 | java | ReaderListener.java | Java | [
{
"context": "et.nikonorov.advancedmessenger;\n\n/**\n * Created by vitaly on 26.01.16.\n */\npublic interface ReaderListener ",
"end": 66,
"score": 0.9913168549537659,
"start": 60,
"tag": "USERNAME",
"value": "vitaly"
}
] | null | [] | package net.nikonorov.advancedmessenger;
/**
* Created by vitaly on 26.01.16.
*/
public interface ReaderListener {
void onReadEvent(int taskType, String response, int code);
}
| 183 | 0.737705 | 0.704918 | 8 | 21.875 | 21.831385 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 4 |
d9affa8f02e2dab846d078765c84e2dfa9301001 | 6,640,019,481,385 | 50baf46a384bae0c291aee25428cb1b180a4ba5f | /java/ffmpeg-merge-video/src/test/java/com/vida/ai/third/baidu/entity/FaceInfo.java | 63eca70e4904a0a3934289d2b13390f8a5ab8493 | [
"Apache-2.0"
] | permissive | LightSun/research-institute | https://github.com/LightSun/research-institute | 9c84b5e6bb3005614cc923007ef436c621d33190 | 48eb3500a00b69bca78242fd648cc1f818b394b0 | refs/heads/master | 2021-05-15T00:24:18.066000 | 2019-09-07T07:35:29 | 2019-09-07T07:35:29 | 103,363,180 | 2 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.vida.ai.third.baidu.entity;
import com.heaven7.java.image.detect.Location;
/**
* face info of https://ai.baidu.com/docs#/Face-Detect/top
* Created by heaven7 on 2018/4/27 0027.
*/
public class FaceInfo {
private Location location;
/**
* 人脸置信度
*/
private double face_probability;
... | UTF-8 | Java | 6,483 | java | FaceInfo.java | Java | [
{
"context": "//ai.baidu.com/docs#/Face-Detect/top\n * Created by heaven7 on 2018/4/27 0027.\n */\n\npublic class FaceInfo {\n\n",
"end": 173,
"score": 0.9996421933174133,
"start": 166,
"tag": "USERNAME",
"value": "heaven7"
}
] | null | [] | package com.vida.ai.third.baidu.entity;
import com.heaven7.java.image.detect.Location;
/**
* face info of https://ai.baidu.com/docs#/Face-Detect/top
* Created by heaven7 on 2018/4/27 0027.
*/
public class FaceInfo {
private Location location;
/**
* 人脸置信度
*/
private double face_probability;
... | 6,483 | 0.475701 | 0.462637 | 261 | 20.996168 | 16.595364 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.321839 | false | false | 4 |
f905816f098e5de3b4de9696559b3bd2e06df11f | 20,126,216,801,048 | a4709da69b18f0aab5b40250005f0892c2f4446b | /app/src/main/java/com/example/chen/wsscapp/activity/SetOtherInfoActivity.java | 35a8e72be5e1710c763637321d90cb7fe62ef9d1 | [] | no_license | manwenhao/WSSCapp | https://github.com/manwenhao/WSSCapp | 9bbcbe42465876b6a6ab295e0c9e404a398924ea | 169c2d0cfe515b548e00e7651c416c2e9b2843ca | refs/heads/master | 2020-03-15T04:03:48.538000 | 2018-09-12T12:15:52 | 2018-09-12T12:15:52 | 124,631,795 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.chen.wsscapp.activity;
import android.os.Bundle;
import com.example.chen.wsscapp.R;
import com.example.chen.wsscapp.Util.BaseActivity;
/**
* Created by chen on 2018/5/6.
*/
public class SetOtherInfoActivity extends BaseActivity{
@Override
protected void onCreate(Bundle savedInstanceSta... | UTF-8 | Java | 434 | java | SetOtherInfoActivity.java | Java | [
{
"context": "chen.wsscapp.Util.BaseActivity;\n\n/**\n * Created by chen on 2018/5/6.\n */\npublic class SetOtherInfoActivit",
"end": 180,
"score": 0.9770532846450806,
"start": 176,
"tag": "USERNAME",
"value": "chen"
}
] | null | [] | package com.example.chen.wsscapp.activity;
import android.os.Bundle;
import com.example.chen.wsscapp.R;
import com.example.chen.wsscapp.Util.BaseActivity;
/**
* Created by chen on 2018/5/6.
*/
public class SetOtherInfoActivity extends BaseActivity{
@Override
protected void onCreate(Bundle savedInstanceSta... | 434 | 0.746544 | 0.732719 | 18 | 23.111111 | 21.908621 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 4 |
e8708d807bf92beb225f0da55d4a9dde212ef87d | 26,568,667,735,177 | 88faf814930ca9331f3fe9e5bc17932a181dc375 | /src/main/java/com/zlinepay/ota/apdu/gp/APDU_WriteKey.java | 98ef52d51c05df9281b0effbe3f4e80d5771c6e2 | [] | no_license | fengxiutianya/product | https://github.com/fengxiutianya/product | 450794e9a5651a4ad3c02dbaa489d9276f754a35 | 9d5e7cfd73227d8cc58031fe67f2152f1d5ba1d0 | refs/heads/master | 2018-04-21T21:38:39.302000 | 2017-05-14T09:25:32 | 2017-05-14T09:25:32 | 91,072,176 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zlinepay.ota.apdu.gp;
import java.io.Serializable;
import com.eastcompeace.commons.util.ByteBuffer;
import com.zlinepay.ota.apdu.APDUCommand;
import com.zlinepay.ota.commons.PDU;
import com.zlinepay.ota.commons.PDUField;
import com.zlinepay.ota.commons.PDUFieldTypes;
/**
*
* @date 2013-12-24
*
*/
pu... | UTF-8 | Java | 2,815 | java | APDU_WriteKey.java | Java | [
{
"context": "\n\t * 在WriteKey指令中使用的密钥数据域(密钥类型采用单字节编码)\n\t * @author pangj\n\t * @date 2013-7-22\n\t *\n\t */\n\tpublic static class",
"end": 1331,
"score": 0.9996600151062012,
"start": 1326,
"tag": "USERNAME",
"value": "pangj"
}
] | null | [] | package com.zlinepay.ota.apdu.gp;
import java.io.Serializable;
import com.eastcompeace.commons.util.ByteBuffer;
import com.zlinepay.ota.apdu.APDUCommand;
import com.zlinepay.ota.commons.PDU;
import com.zlinepay.ota.commons.PDUField;
import com.zlinepay.ota.commons.PDUFieldTypes;
/**
*
* @date 2013-12-24
*
*/
pu... | 2,815 | 0.684464 | 0.674824 | 136 | 18.830883 | 18.513729 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.875 | false | false | 4 |
565791f53b7fc9ef0cda136abc359d565cbef01c | 3,556,232,965,278 | 863acb02a064a0fc66811688a67ce3511f1b81af | /sources/com/google/android/gms/internal/ads/C9230Xe.java | c6a6e63c0ef450bbf708280d8232207507bd7961 | [
"MIT"
] | permissive | Game-Designing/Custom-Football-Game | https://github.com/Game-Designing/Custom-Football-Game | 98d33eb0c04ca2c48620aa4a763b91bc9c1b7915 | 47283462b2066ad5c53b3c901182e7ae62a34fc8 | refs/heads/master | 2020-08-04T00:02:04.876000 | 2019-10-06T06:55:08 | 2019-10-06T06:55:08 | 211,914,568 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.google.android.gms.internal.ads;
/* renamed from: com.google.android.gms.internal.ads.Xe */
final class C9230Xe implements Runnable {
/* renamed from: a */
private final /* synthetic */ zzbhk f21919a;
C9230Xe(zzbhk zzbhk) {
this.f21919a = zzbhk;
}
public final void run() {
... | UTF-8 | Java | 366 | java | C9230Xe.java | Java | [] | null | [] | package com.google.android.gms.internal.ads;
/* renamed from: com.google.android.gms.internal.ads.Xe */
final class C9230Xe implements Runnable {
/* renamed from: a */
private final /* synthetic */ zzbhk f21919a;
C9230Xe(zzbhk zzbhk) {
this.f21919a = zzbhk;
}
public final void run() {
... | 366 | 0.644809 | 0.568306 | 16 | 21.875 | 19.659206 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 4 |
eb9f3eb136bb306a9b2d269b52e0680b3ed48b49 | 39,307,540,707,087 | 798fc017094a8ce54bdc15aeb4d18f5df7246538 | /src/main/java/org/yasukusury/onlinedocument/commons/config/WebConf.java | dfa3b94a0b1bfe40ef99e3779f2961e85e9ae97d | [] | no_license | rajshah91/online-document | https://github.com/rajshah91/online-document | bf1ed9f7886d0956e2030c137d06a4f26854bfd0 | 24e78dfbcb1e163c25d59e697e39b67b690fadad | refs/heads/master | 2020-09-04T11:47:24.072000 | 2019-04-08T08:47:43 | 2019-04-08T08:47:43 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.yasukusury.onlinedocument.commons.config;
import org.beetl.json.ext.BeetlJsonHttpMessageConverter;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.http.MediaType;
import org.springframework.http.converter.HttpMessag... | UTF-8 | Java | 1,918 | java | WebConf.java | Java | [
{
"context": "ayList;\nimport java.util.HashMap;\n\n/**\n * @author 30254\n * creadtedate:2018/8/17\n */\n@Configuration\n@Enab",
"end": 941,
"score": 0.9987524151802063,
"start": 936,
"tag": "USERNAME",
"value": "30254"
}
] | null | [] | package org.yasukusury.onlinedocument.commons.config;
import org.beetl.json.ext.BeetlJsonHttpMessageConverter;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.http.MediaType;
import org.springframework.http.converter.HttpMessag... | 1,918 | 0.778192 | 0.770745 | 50 | 36.599998 | 30.899837 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.52 | false | false | 4 |
13650fa0dea94f19aac72400ef8339baa7f4b980 | 39,668,317,948,210 | 458db03f31d7191307a6f5235f9639f0579a5603 | /src/com/heima/demo/Test36.java | 697750fd7d7b6e8b192c977fd8a29919767effe1 | [] | no_license | zhutimyu/TheTest | https://github.com/zhutimyu/TheTest | 0bd8fddeef1c3c2e3315ee23426eaedfe28235b8 | bc12c9f30a9d5515fc437a66591545199238e26d | refs/heads/master | 2018-11-19T05:34:44.343000 | 2018-09-28T01:09:13 | 2018-09-28T01:09:13 | 147,190,347 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.heima.demo;
import java.util.List;
import java.util.Scanner;
public class Test36 {
public static void main(String[] args) {
Scanner scanner = new Scanner(System.in);
System.out.println("输入用户名");
String name = scanner.nextLine();
System.out.println("输入密码");
Strin... | UTF-8 | Java | 763 | java | Test36.java | Java | [] | null | [] | package com.heima.demo;
import java.util.List;
import java.util.Scanner;
public class Test36 {
public static void main(String[] args) {
Scanner scanner = new Scanner(System.in);
System.out.println("输入用户名");
String name = scanner.nextLine();
System.out.println("输入密码");
Strin... | 763 | 0.552812 | 0.550069 | 28 | 25.035715 | 17.385302 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.535714 | false | false | 4 |
bd2ab002404e9e8a9e8d5ea40611033b95e4775c | 36,283,883,763,771 | cc48e307260f936d083300ae116b8b4d723c2303 | /app/src/main/java/com/example/choice/Welcome.java | e00f05a78678d6a235287c27813571935fda27a0 | [] | no_license | youngjinc/Pick | https://github.com/youngjinc/Pick | 9c189886e70844c7e84a93172dba4bddaf05d48a | 064d6d113bbc8342d2cf202a3b795228f0f05b72 | refs/heads/master | 2023-03-01T13:27:37.449000 | 2021-01-10T15:09:47 | 2021-01-10T15:09:47 | 328,410,613 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.choice;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.widget.EditText;
import android.widget.TextView;
import android.widget.Toast;
import androidx.appcompat.app.AppCompatActivity;
import androidx.core.content.ContextCompat;
import com.android.v... | UTF-8 | Java | 3,146 | java | Welcome.java | Java | [] | null | [] | package com.example.choice;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.widget.EditText;
import android.widget.TextView;
import android.widget.Toast;
import androidx.appcompat.app.AppCompatActivity;
import androidx.core.content.ContextCompat;
import com.android.v... | 3,146 | 0.608593 | 0.607578 | 77 | 37.38961 | 28.169781 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.701299 | false | false | 4 |
685e02fef5129a416d780ae8a2ed712fe34adc56 | 6,932,077,282,851 | 3f8f8043d0b98f95a641bca36ba3c9887cc22047 | /app/src/main/java/cn/cibnmp/ott/ui/detail/content/DbQueryLiveidListener.java | 37bfd6aad6f1efba5e55c2045be042840a4c4eed | [] | no_license | beijingfengtuo/MpOTTProject | https://github.com/beijingfengtuo/MpOTTProject | a496adc9f0d4bab0c91a814c55081b590e0893bb | fa11ed90023bdcde5960a8e39c20aa5e219a11ed | refs/heads/master | 2020-04-09T23:11:49.972000 | 2018-12-06T09:43:08 | 2018-12-06T09:43:08 | 160,649,765 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.cibnmp.ott.ui.detail.content;
/**
* Created by axl on 2018/1/30.
*/
public interface DbQueryLiveidListener {
void query(boolean flag);
}
| UTF-8 | Java | 155 | java | DbQueryLiveidListener.java | Java | [
{
"context": "n.cibnmp.ott.ui.detail.content;\n\n/**\n * Created by axl on 2018/1/30.\n */\n\npublic interface DbQueryLiveid",
"end": 63,
"score": 0.9996315240859985,
"start": 60,
"tag": "USERNAME",
"value": "axl"
}
] | null | [] | package cn.cibnmp.ott.ui.detail.content;
/**
* Created by axl on 2018/1/30.
*/
public interface DbQueryLiveidListener {
void query(boolean flag);
}
| 155 | 0.709677 | 0.664516 | 9 | 16.222221 | 16.982199 | 40 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.222222 | false | false | 4 |
937b02c3c3a039990329e823a67c7436645a0666 | 27,384,711,482,078 | 5efc50768745f081a1a59d31551a3f71ed30103a | /src/main/java/frc/robot/commands/indexer/IndexerNeutralCommand.java | c6f5fb13c51c23a7c5a43dfa10f3547c35002aff | [] | no_license | FRC1257/2020-Robot | https://github.com/FRC1257/2020-Robot | 7f797c16f6cbe862c660f7a450038f7a54f01dec | 3d2fa0c9f3d1dbc8ed171dfbe02895a96a916042 | refs/heads/master | 2021-12-09T10:03:12.186000 | 2021-11-08T01:20:05 | 2021-11-08T01:20:05 | 232,455,137 | 8 | 1 | null | false | 2020-03-09T20:52:48 | 2020-01-08T01:56:06 | 2020-03-08T22:01:45 | 2020-03-09T20:52:48 | 1,260 | 6 | 0 | 1 | Java | false | false | package frc.robot.commands.indexer;
import edu.wpi.first.wpilibj2.command.CommandBase;
import frc.robot.subsystems.Indexer;
import java.util.function.DoubleSupplier;
/**
* Maintains the position of the power cells in the indexer
*/
public class IndexerNeutralCommand extends CommandBase {
private final Indexer... | UTF-8 | Java | 958 | java | IndexerNeutralCommand.java | Java | [] | null | [] | package frc.robot.commands.indexer;
import edu.wpi.first.wpilibj2.command.CommandBase;
import frc.robot.subsystems.Indexer;
import java.util.function.DoubleSupplier;
/**
* Maintains the position of the power cells in the indexer
*/
public class IndexerNeutralCommand extends CommandBase {
private final Indexer... | 958 | 0.687891 | 0.686848 | 43 | 21.27907 | 21.442541 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.325581 | false | false | 4 |
b3b8e6b31d8ba70b250d4618c3c7ba1c69a124f9 | 39,745,627,360,220 | 23fd56ae3d6789c06e14c5be89f4256b356dc09a | /Øving 1/FraTommerTilCentimeter.java | d8ee43591e0a77f0412720414a1baa9071b6797a | [] | no_license | miatangvik/-vinger | https://github.com/miatangvik/-vinger | dcaff5d8ba02b11302a22658b8725ba686f0b803 | a98a9a69fe0f07882fa6714f0e112f9549263ef2 | refs/heads/master | 2020-12-24T13:17:55.519000 | 2014-01-20T20:49:03 | 2014-01-20T20:49:03 | 13,073,958 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* FraTommerTilCentimeter.java
*
* Oppgave 2.13.1 s. 83
* Regner om fra tommer til centimeter.
*/
import static javax.swing.JOptionPane.*;
class FraTommerTilCentimeter {
public static void main(String[] args) {
String tommerLest = showInputDialog("Tommer (tommer): ");
double tommer = Double.parseDou... | UTF-8 | Java | 488 | java | FraTommerTilCentimeter.java | Java | [] | null | [] | /**
* FraTommerTilCentimeter.java
*
* Oppgave 2.13.1 s. 83
* Regner om fra tommer til centimeter.
*/
import static javax.swing.JOptionPane.*;
class FraTommerTilCentimeter {
public static void main(String[] args) {
String tommerLest = showInputDialog("Tommer (tommer): ");
double tommer = Double.parseDou... | 488 | 0.696721 | 0.678279 | 17 | 27.764706 | 21.476469 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.411765 | false | false | 4 |
dcd7c17cbf0f76d84f0499e43777194154de0a68 | 15,272,903,755,697 | 4c5572fbce2e79e04c9e91a1e4e00640bad1586f | /src/main/java/com/richardevaristo/springJpaTest/OneToOne/model/User.java | a6f36375d103a6c48b44a370e16b46727af9c21d | [] | no_license | richardevaristo/jsb-relationships-demo | https://github.com/richardevaristo/jsb-relationships-demo | 48bc68a87600d071e8933d4ba04d43f9ef0c9e99 | 2093699defb85519fe60974a588f32118d5217cc | refs/heads/master | 2020-04-22T10:00:10.900000 | 2019-02-12T09:34:25 | 2019-02-12T09:34:25 | 170,290,613 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.richardevaristo.springJpaTest.OneToOne.model;
import javax.persistence.*;
@Entity
@Table(name = "user")
public class User {
@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
private int id;
@Column(name = "firstName")
private String firstName;
@Column(name = "lastName")
... | UTF-8 | Java | 1,311 | java | User.java | Java | [
{
"context": "package com.richardevaristo.springJpaTest.OneToOne.model;\n\n\nimport javax.pers",
"end": 27,
"score": 0.9953691363334656,
"start": 12,
"tag": "USERNAME",
"value": "richardevaristo"
}
] | null | [] | package com.richardevaristo.springJpaTest.OneToOne.model;
import javax.persistence.*;
@Entity
@Table(name = "user")
public class User {
@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
private int id;
@Column(name = "firstName")
private String firstName;
@Column(name = "lastName")
... | 1,311 | 0.601831 | 0.601831 | 68 | 18.279411 | 16.248842 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.352941 | false | false | 4 |
e52cb78d7cf2d9a87d67cf6734e9691a080500bc | 3,092,376,509,861 | 42debe2d8a6decf6b608ef830fb3092aa2091af1 | /src/test/java/PianoTest.java | 49ad0e74b2d8826538a31729f7a9b616def118a2 | [] | no_license | alexgyllos/JavaMusicShop | https://github.com/alexgyllos/JavaMusicShop | 068c894b0b308b5fce53c21f08df99bfcd60b109 | 2a7cebb14676ad1588b77528402b4685c4847d26 | refs/heads/master | 2022-12-29T20:30:34.585000 | 2020-06-07T14:23:07 | 2020-06-07T14:23:07 | 270,329,725 | 0 | 0 | null | false | 2020-10-13T22:37:31 | 2020-06-07T14:22:53 | 2020-06-07T14:23:18 | 2020-10-13T22:37:29 | 15 | 0 | 0 | 1 | Java | false | false | import instruments.keyInstruments.Piano;
import instruments.stringInstruments.Guitar;
import org.junit.Before;
import org.junit.Test;
import static org.junit.Assert.assertEquals;
public class PianoTest {
Piano piano;
@Before
public void setUp() {
piano = new Piano("Yamaha Grand", "Grand Piano", ... | UTF-8 | Java | 1,302 | java | PianoTest.java | Java | [
{
"context": " public void setUp() {\n piano = new Piano(\"Yamaha Grand\", \"Grand Piano\", \"Birchwood\", \"Black\", 550.00, 85",
"end": 302,
"score": 0.9190179705619812,
"start": 290,
"tag": "NAME",
"value": "Yamaha Grand"
},
{
"context": " public void hasName() {\n ... | null | [] | import instruments.keyInstruments.Piano;
import instruments.stringInstruments.Guitar;
import org.junit.Before;
import org.junit.Test;
import static org.junit.Assert.assertEquals;
public class PianoTest {
Piano piano;
@Before
public void setUp() {
piano = new Piano("<NAME>", "Grand Piano", "Birch... | 1,290 | 0.615207 | 0.588326 | 61 | 20.344263 | 21.494099 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.557377 | false | false | 4 |
aa24b763cb77306a0db5164c531243f06e448d4a | 5,265,629,959,814 | 89da77cf83d1334e81192072d83d084fea430524 | /src/strategy/IPlane.java | 66bbe64651ad1c8058ddd9714241f70076c3ede7 | [] | no_license | Altraman/DesignModel | https://github.com/Altraman/DesignModel | 568e2f9bbcbcf768267b8502e10b0b5854b40c4b | ea4786849688cff2897ef62005a680eadf18f718 | refs/heads/master | 2022-11-07T12:34:53.811000 | 2022-10-18T13:08:42 | 2022-10-18T13:08:42 | 108,927,725 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package strategy;
/**
* Created by HuQiang on 2017/12/27.
*/
public interface IPlane {
void takeOff();
void fly();
}
| UTF-8 | Java | 129 | java | IPlane.java | Java | [
{
"context": "package strategy;\n\n/**\n * Created by HuQiang on 2017/12/27.\n */\npublic interface IPlane {\n ",
"end": 44,
"score": 0.9996328949928284,
"start": 37,
"tag": "NAME",
"value": "HuQiang"
}
] | null | [] | package strategy;
/**
* Created by HuQiang on 2017/12/27.
*/
public interface IPlane {
void takeOff();
void fly();
}
| 129 | 0.620155 | 0.55814 | 10 | 11.9 | 11.82751 | 36 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.3 | false | false | 4 |
7ddac739684ae835b78011c4ac139ca3287009f6 | 18,236,431,201,936 | 58f502555700b6e7e9ac3cd34b30c3ac1c0c834d | /boot-validate/src/test/java/com/tengol/spring/boot/validate/ValidatorTest.java | ab65f56fb9770498360f7e45bf1bc8ae70c84891 | [] | no_license | mozinew/tengol-spring-boot | https://github.com/mozinew/tengol-spring-boot | 2418f56d46227c1c54e8c5da6dc4f2b20568076a | 9f33c8335f85aa5a51dba43e7300b6d9ae3d130b | refs/heads/master | 2021-08-29T22:37:07.564000 | 2021-05-29T06:32:17 | 2021-05-29T06:32:31 | 222,407,646 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.tengol.spring.boot.validate;
import com.tengol.spring.boot.validate.config.ValidationUtil;
import com.tengol.spring.boot.validate.domain.Account;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBo... | UTF-8 | Java | 1,084 | java | ValidatorTest.java | Java | [
{
"context": "o.IOException;\n\n/**\n * ValidatorTest\n *\n * @author dongrui\n * @date 2019/12/9 15:35\n */\n@RunWith(SpringRunne",
"end": 529,
"score": 0.9997287392616272,
"start": 522,
"tag": "USERNAME",
"value": "dongrui"
},
{
"context": "etAlias(\"kalakala\");\n account.s... | null | [] | package com.tengol.spring.boot.validate;
import com.tengol.spring.boot.validate.config.ValidationUtil;
import com.tengol.spring.boot.validate.domain.Account;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBo... | 1,084 | 0.734259 | 0.722222 | 35 | 29.857143 | 22.359585 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.485714 | false | false | 4 |
e237eb37ecf911acf232fc7bb900b9a2eded1373 | 28,733,331,210,843 | e977e24743365697f84eb5589874a0510265b49a | /forgerock-openbanking-uk-aspsp-rs/forgerock-openbanking-uk-aspsp-rs-gateway/forgerock-openbanking-uk-aspsp-rs-gateway-server/src/main/java/com/forgerock/openbanking/aspsp/rs/api/discovery/Discovery.java | 3c334803118b919f9b87fa682741ffe3a1b3241b | [
"Apache-2.0"
] | permissive | OpenBankingToolkit/openbanking-aspsp | https://github.com/OpenBankingToolkit/openbanking-aspsp | 6cc8fb7428e35f70e38f3e250380b3a2e8532dd4 | 9469cc031d3842b5153cf0eae16231f50c68fad1 | refs/heads/master | 2023-04-05T10:42:50.442000 | 2023-03-23T15:54:54 | 2023-03-23T15:54:54 | 226,305,127 | 3 | 4 | Apache-2.0 | false | 2023-09-06T14:24:24 | 2019-12-06T10:35:37 | 2023-01-09T15:31:26 | 2023-09-06T14:24:23 | 14,074 | 3 | 3 | 27 | Java | false | false | /**
* Copyright 2019 ForgeRock AS.
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, ... | UTF-8 | Java | 5,047 | java | Discovery.java | Java | [] | null | [] | /**
* Copyright 2019 ForgeRock AS.
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, ... | 5,047 | 0.642956 | 0.63939 | 112 | 44.0625 | 29.224586 | 142 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.616071 | false | false | 4 |
232c691f917d576504f5a8b9a4650b340c1547b4 | 4,243,427,745,933 | d9da9095a9472d1c107c773e7582fdc6674d3f92 | /Server/src/main/java/de/businesscode/bcdui/vfs/provider/database/VFSManagerFactory.java | 2d189994b640c311fe230213f9765ddbfc3169d2 | [
"Apache-2.0"
] | permissive | businesscode/BCD-UI | https://github.com/businesscode/BCD-UI | ce3e29e06468bb90f70289e62ba96c7f9da06964 | 184367ff172fad844f318d2d61f8a5b62b4e53b9 | refs/heads/master | 2023-07-21T06:21:18.599000 | 2023-07-20T11:14:07 | 2023-07-20T11:14:07 | 80,603,477 | 2 | 3 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
Copyright 2010-2017 BusinessCode GmbH, Germany
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... | UTF-8 | Java | 4,738 | java | VFSManagerFactory.java | Java | [] | null | [] | /*
Copyright 2010-2017 BusinessCode GmbH, Germany
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... | 4,738 | 0.698396 | 0.695019 | 146 | 31.452055 | 30.134876 | 155 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.424658 | false | false | 4 |
d3602d0c3b70bb6e974702966fdbcdfb1d45b788 | 20,426,864,529,771 | 0f7e4e52b1f3a130e9e7057a395178974f32c87d | /src/main/java/saber/task/Task.java | 5961fe31c81a75917b13b4bdc72290f59682f5c1 | [] | no_license | alissayarmantho/ip | https://github.com/alissayarmantho/ip | 07a10e7a2ac9263d8c8f2fe648ca203536947376 | 9aa6f82a39f35e9933398160c2621c09ae3c3abc | refs/heads/master | 2023-08-06T11:01:02.386000 | 2021-09-16T14:06:02 | 2021-09-16T14:06:02 | 397,301,498 | 0 | 1 | null | true | 2021-09-10T15:53:03 | 2021-08-17T15:14:18 | 2021-09-10T15:34:07 | 2021-09-10T15:53:02 | 2,236 | 0 | 0 | 0 | Java | false | false | package saber.task;
/**
* Represents a task
*/
public class Task {
protected final String description;
protected boolean isDone;
/**
* Constructs for a task
*
* @param description the description of the task
* @param isDone the completion status of the task
*/
public Task(St... | UTF-8 | Java | 1,454 | java | Task.java | Java | [] | null | [] | package saber.task;
/**
* Represents a task
*/
public class Task {
protected final String description;
protected boolean isDone;
/**
* Constructs for a task
*
* @param description the description of the task
* @param isDone the completion status of the task
*/
public Task(St... | 1,454 | 0.583219 | 0.583219 | 64 | 21.71875 | 21.619919 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.1875 | false | false | 4 |
31e3d81b09eb72248d8da047691c9c32788da801 | 15,367,393,033,063 | eb227e5fe16b39310ffb0341452d67564632360a | /src/main/java/steps/GotixSteps.java | a4ee88168c610101b1c34021c1c34b8b80e6ce6c | [] | no_license | akkishinde/TestingWithAppium | https://github.com/akkishinde/TestingWithAppium | c0816ba43ed4eee29d4204b89bbab21b1a4f3f19 | 077ed3157b29901a65bd7d20f28dcf50d4a46820 | refs/heads/master | 2021-01-12T18:16:38.348000 | 2018-02-03T11:24:49 | 2018-02-03T11:24:49 | 71,358,652 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package steps;
import cucumber.api.java.en.And;
import cucumber.api.java.en.Given;
import cucumber.api.java.en.Then;
import cucumber.api.java.en.When;
import pages.*;
import pages.goTix.GoTixBookingPage;
import pages.goTix.PickSeatPage;
import pages.goTix.ReviewOrderPage;
import pages.goTix.TicketConfirmationPage;
/*... | UTF-8 | Java | 2,951 | java | GotixSteps.java | Java | [
{
"context": "s.goTix.TicketConfirmationPage;\n\n/**\n * Created by AkshayS on 19/10/16.\n */\npublic class GotixSteps extends ",
"end": 343,
"score": 0.9856460690498352,
"start": 336,
"tag": "USERNAME",
"value": "AkshayS"
},
{
"context": " Throwable {\n new LoginPage(driver).... | null | [] | package steps;
import cucumber.api.java.en.And;
import cucumber.api.java.en.Given;
import cucumber.api.java.en.Then;
import cucumber.api.java.en.When;
import pages.*;
import pages.goTix.GoTixBookingPage;
import pages.goTix.PickSeatPage;
import pages.goTix.ReviewOrderPage;
import pages.goTix.TicketConfirmationPage;
/*... | 2,934 | 0.743477 | 0.739749 | 68 | 42.39706 | 34.89275 | 120 | false | false | 0 | 0 | 0 | 0 | 83 | 0.072857 | 0.397059 | false | false | 4 |
7dcaad85cc64a86b885c67cfd818b6f7414c8a49 | 23,527,830,911,369 | f2108932ec6d2f01e12e6b579737196f68b34a99 | /src/main/java/br/compasso/desafio/modelo/Aluno.java | f6e835dcdd0ee035fe3769bf5e181b451c57d2a6 | [] | no_license | jonvitor/desafio-compasso | https://github.com/jonvitor/desafio-compasso | c270758466fbb1f1cd527fd09b426326a87e252f | 52d47b286ab19598d5c8bf85e0b619aed7a2b13e | refs/heads/master | 2023-02-12T20:25:36.023000 | 2021-01-06T17:27:10 | 2021-01-06T17:27:10 | 321,755,898 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.compasso.desafio.modelo;
import org.springframework.security.core.GrantedAuthority;
import org.springframework.security.core.userdetails.UserDetails;
import javax.persistence.*;
import java.util.*;
@Entity
@Table(name = "alunos")
public class Aluno implements UserDetails {
@Id
@GeneratedValue(st... | UTF-8 | Java | 4,682 | java | Aluno.java | Java | [
{
"context": "e)\n private String email;\n\n @Column(name = \"senha\", nullable = false)\n private String senha;\n\n ",
"end": 661,
"score": 0.7278459072113037,
"start": 656,
"tag": "NAME",
"value": "senha"
},
{
"context": "ompleto = nomeCompleto;\n this.nomeUsuario ... | null | [] | package br.compasso.desafio.modelo;
import org.springframework.security.core.GrantedAuthority;
import org.springframework.security.core.userdetails.UserDetails;
import javax.persistence.*;
import java.util.*;
@Entity
@Table(name = "alunos")
public class Aluno implements UserDetails {
@Id
@GeneratedValue(st... | 4,682 | 0.623665 | 0.623665 | 202 | 22.178217 | 23.093609 | 156 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.490099 | false | false | 4 |
f2604ff2dc712114f841c92f38a9aa41a9db580c | 22,746,146,856,205 | 2a4c3dcfc0f96e99f7be713c30c5204faf78b9d4 | /DC1DP/src/server/room/roomlisteners/OnExitListener.java | 06ff305421ce9bdd5b3ff7cc0d9346c8ffd46fa9 | [] | no_license | atrookey/DeathCube-1D | https://github.com/atrookey/DeathCube-1D | d7e5d7ee9f81963d959e985fe24d24658301fa74 | 50874b6c70cac4d2ad0886e8b101b76f744f8dfa | refs/heads/master | 2021-01-02T08:10:41.934000 | 2015-04-12T12:08:01 | 2015-04-12T12:08:01 | 29,216,362 | 0 | 2 | null | false | 2015-01-21T02:54:10 | 2015-01-13T23:11:50 | 2015-01-20T21:02:13 | 2015-01-21T02:54:09 | 314 | 0 | 1 | 0 | Java | null | null | package server.room.roomlisteners;
import server.cube.Room;
import server.player.Player;
public interface OnExitListener {
public void exitRoom(Player p, Room r);
}
| UTF-8 | Java | 168 | java | OnExitListener.java | Java | [] | null | [] | package server.room.roomlisteners;
import server.cube.Room;
import server.player.Player;
public interface OnExitListener {
public void exitRoom(Player p, Room r);
}
| 168 | 0.791667 | 0.791667 | 8 | 20 | 15.835088 | 40 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.75 | false | false | 4 |
871530d1f9a1cf06631eaaa736b4d2cb0e326ee2 | 27,161,373,211,273 | 951f563503af2d6f7e6dd6b4f0494735d7979d6f | /JuegoRolPOO/src/juegorolpoo/Asesino.java | 3e99cd530f842712597820ba04ee18284787ecb9 | [] | no_license | santiagowac/Aprendiendo-Java | https://github.com/santiagowac/Aprendiendo-Java | a94d247912a5a58838fc334548f5b5b0506ddf81 | 7bc59ba7fc6fdc70dcff16254ef05917ecdb7c2c | refs/heads/master | 2020-12-14T05:05:21.036000 | 2020-01-17T23:48:33 | 2020-01-17T23:48:33 | 234,650,464 | 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 juegorolpoo;
/**
*
* @author Estudiante 2018
*/
public class Asesino extends Jugador {
public Asesino(String nombre) {... | UTF-8 | Java | 758 | java | Asesino.java | Java | [
{
"context": "ditor.\n */\npackage juegorolpoo;\n\n/**\n *\n * @author Estudiante 2018\n */\npublic class Asesino extends Jugador {\n\n",
"end": 235,
"score": 0.9142043590545654,
"start": 225,
"tag": "NAME",
"value": "Estudiante"
},
{
"context": "ackage juegorolpoo;\n\n/**\n *\n * @a... | 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 juegorolpoo;
/**
*
* @author Estudiante 2018
*/
public class Asesino extends Jugador {
public Asesino(String nombre) {... | 758 | 0.612137 | 0.565963 | 25 | 29.32 | 28.762087 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6 | false | false | 4 |
8e50ac34d47dab2d81a9d538de221b3b53c0c44f | 31,318,901,552,900 | f300faafaa58943a0e269b6aa052edaf872461a3 | /src/PassengerQueue.java | 2f22519c4106147699e013b9837abf0c9673429a | [] | no_license | ManojLL/PPIICW | https://github.com/ManojLL/PPIICW | d60f5332bd8b75d9ecb82316fa1bc1273d6babf0 | d0d12bed7493cd0714a4adce6587785c08e61b94 | refs/heads/master | 2022-04-25T13:43:28.717000 | 2020-04-14T10:50:13 | 2020-04-14T10:50:13 | 254,701,171 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public class PassengerQueue {
private static final int QUEUE_CAPACITY = 21;
private Passenger[] queueArray = new Passenger[QUEUE_CAPACITY];
private static int first = 0;
private int last = 0;
private int maxStayInQueue = 0;
private int maxLength = 0;
private int minStayInQueue = 18;
pub... | UTF-8 | Java | 1,726 | java | PassengerQueue.java | Java | [] | null | [] | public class PassengerQueue {
private static final int QUEUE_CAPACITY = 21;
private Passenger[] queueArray = new Passenger[QUEUE_CAPACITY];
private static int first = 0;
private int last = 0;
private int maxStayInQueue = 0;
private int maxLength = 0;
private int minStayInQueue = 18;
pub... | 1,726 | 0.576477 | 0.571842 | 69 | 24.028986 | 21.699511 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.362319 | false | false | 4 |
2553b2439c0cdfb9cc015bf7222096ccde4c4667 | 1,614,907,758,611 | 1a4770c215544028bad90c8f673ba3d9e24f03ad | /second/quark/src/main/java/com/uc/sync/c/a.java | bdda1422cc125df2fb274546465b3651adfdd258 | [] | no_license | zhang1998/browser | https://github.com/zhang1998/browser | e480fbd6a43e0a4886fc83ea402f8fbe5f7c7fce | 4eee43a9d36ebb4573537eddb27061c67d84c7ba | refs/heads/master | 2021-05-03T06:32:24.361000 | 2018-02-10T10:35:36 | 2018-02-10T10:35:36 | 120,590,649 | 8 | 10 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.uc.sync.c;
import android.content.SharedPreferences;
import com.uc.sync.c.b.b;
import com.ucweb.common.util.c;
import okhttp3.OkHttpClient;
/* compiled from: ProGuard */
public final class a implements com.uc.sync.c.c.a {
private static com.uc.sync.c.c.a a = null;
private static b b = null;
pr... | UTF-8 | Java | 2,496 | java | a.java | Java | [] | null | [] | package com.uc.sync.c;
import android.content.SharedPreferences;
import com.uc.sync.c.b.b;
import com.ucweb.common.util.c;
import okhttp3.OkHttpClient;
/* compiled from: ProGuard */
public final class a implements com.uc.sync.c.c.a {
private static com.uc.sync.c.c.a a = null;
private static b b = null;
pr... | 2,496 | 0.481971 | 0.480769 | 131 | 18.053434 | 13.781453 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.519084 | false | false | 4 |
926517ba80ed7a392a18824f41896ff5715d5617 | 27,307,402,136,799 | c01b929661c71ec78c6c5d5a2aed83c814353778 | /Minggu-03/Hari 3/Crud_MongoDB/src/main/java/Crud_MongoDB/ListOfCollection.java | bb385137d5ca6ecf0470a92de9f5d5afcba2ff25 | [] | no_license | L200150088/praxis-academy | https://github.com/L200150088/praxis-academy | b6c556accee4a0b36323f72181d8802f8dcf3a33 | 8ee8af4cf3cc81e3b7f16cc059bec4ed4e42003a | refs/heads/master | 2021-07-06T04:58:06.114000 | 2019-07-07T11:34:43 | 2019-07-07T11:34:43 | 193,476,926 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Crud_MongoDB;
import com.mongodb.client.MongoDatabase;
import com.mongodb.MongoClient;
import com.mongodb.MongoCredential;
public class ListOfCollection {
public static void main( String args[] ) {
// Creating a Mongo client
MongoClient mongo = new MongoClient( "localhost" , 2... | UTF-8 | Java | 801 | java | ListOfCollection.java | Java | [
{
"context": "ntial.createCredential(\"nama\", \"myDb\", \n \"password\".toCharArray()); \n\n System.out.println(\"Kone",
"end": 483,
"score": 0.5522724986076355,
"start": 475,
"tag": "PASSWORD",
"value": "password"
}
] | null | [] | package Crud_MongoDB;
import com.mongodb.client.MongoDatabase;
import com.mongodb.MongoClient;
import com.mongodb.MongoCredential;
public class ListOfCollection {
public static void main( String args[] ) {
// Creating a Mongo client
MongoClient mongo = new MongoClient( "localhost" , 2... | 803 | 0.645443 | 0.639201 | 27 | 28.666666 | 20.985003 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.518519 | false | false | 4 |
513bb2ca113b132bb7004218e2cf18a204b209cd | 18,227,841,212,831 | 5e4e201a9e65dd14c214a7dc5774d99eb37773e0 | /src/main/java/com/example/sample/adapter/api/UserController.java | c394dcf3801848f19f7e58a91df7cabe5f250419 | [] | no_license | shuichiro0926/domain-driven-design | https://github.com/shuichiro0926/domain-driven-design | d052789713c30ec0c652261ef2a729f70cddab4a | 65e79bb9e00994e2b5436ace4225d935288213b3 | refs/heads/master | 2022-04-15T18:13:06.256000 | 2020-04-10T16:05:01 | 2020-04-10T16:05:01 | 254,618,501 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.sample.adapter.api;
import com.example.sample.adapter.api.dto.user.CreateUserDto;
import com.example.sample.adapter.api.form.user.CreateUserForm;
import com.example.sample.application.UserService;
import com.example.sample.domain.entity.User;
import org.springframework.validation.annotation.Validat... | UTF-8 | Java | 946 | java | UserController.java | Java | [] | null | [] | package com.example.sample.adapter.api;
import com.example.sample.adapter.api.dto.user.CreateUserDto;
import com.example.sample.adapter.api.form.user.CreateUserForm;
import com.example.sample.application.UserService;
import com.example.sample.domain.entity.User;
import org.springframework.validation.annotation.Validat... | 946 | 0.764516 | 0.764516 | 29 | 31.068966 | 25.715862 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.482759 | false | false | 4 |
0a125507324f119a59672e4ce766b9ce7fbc7a7a | 4,140,348,520,096 | df1c6f224f9cc93921add5406ebc25c221ed140a | /src/main/java/org/crosswire/jsword/book/sword/DataIndex.java | 35e88e1e251399857c3ce6a120b212eda4a68b65 | [] | no_license | AndBible/jsword | https://github.com/AndBible/jsword | 35144e38c83634b9e335ce1d63e0b4e8c5e7e938 | 39bdd5934a2472a7413fb93e710e437c5f58496d | refs/heads/master | 2023-08-31T06:56:09.375000 | 2023-08-30T19:58:45 | 2023-08-30T19:58:45 | 158,539,528 | 9 | 6 | null | true | 2023-02-07T16:03:11 | 2018-11-21T11:44:37 | 2023-02-07T15:11:02 | 2023-02-07T16:03:10 | 27,826 | 8 | 5 | 1 | Java | false | false | /**
* Distribution License:
* JSword is free software; you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License, version 2.1 or later
* as published by the Free Software Foundation. This program is distributed
* in the hope that it will be useful, but WITHOUT ANY WARRANTY... | UTF-8 | Java | 1,621 | java | DataIndex.java | Java | [
{
"context": "ser General Public License for details.\n * @author DM Smith\n */\npublic class DataIndex {\n /**\n * This ",
"end": 949,
"score": 0.9976645112037659,
"start": 941,
"tag": "NAME",
"value": "DM Smith"
}
] | null | [] | /**
* Distribution License:
* JSword is free software; you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License, version 2.1 or later
* as published by the Free Software Foundation. This program is distributed
* in the hope that it will be useful, but WITHOUT ANY WARRANTY... | 1,619 | 0.637037 | 0.622222 | 59 | 26.457626 | 24.461885 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.271186 | false | false | 4 |
7b93f71f98eaf9bece7232ea69b54021959e34c4 | 21,569,325,806,029 | a49c181bbf2607a9d885798947d73c23a1eb0c76 | /net/minecraft/server/ItemReed.java | 6b276d3465137087bc2fa44ec3567f5b3f87adef | [] | no_license | Escapecraft/mc-dev | https://github.com/Escapecraft/mc-dev | 289e4a58a250a967d0147429c5effb335b4f251f | 5a9a0ae2b3e408a9e8bf4a3dc3247d95e61bd3a1 | refs/heads/master | 2020-12-29T18:52:24.975000 | 2014-02-27T22:30:17 | 2014-03-22T04:05:53 | 18,156,753 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package net.minecraft.server;
public class ItemReed extends Item {
private Block block;
public ItemReed(Block block) {
this.block = block;
}
public boolean interactWith(ItemStack itemstack, EntityHuman entityhuman, World world, int i, int j, int k, int l, float f, float f1, float f2) {
... | UTF-8 | Java | 1,959 | java | ItemReed.java | Java | [] | null | [] | package net.minecraft.server;
public class ItemReed extends Item {
private Block block;
public ItemReed(Block block) {
this.block = block;
}
public boolean interactWith(ItemStack itemstack, EntityHuman entityhuman, World world, int i, int j, int k, int l, float f, float f1, float f2) {
... | 1,959 | 0.436447 | 0.419602 | 64 | 29.609375 | 40.411018 | 254 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.125 | false | false | 4 |
b0f7d77bd6f15d5df6ed250d155670e83c32c73d | 3,573,412,849,393 | 253162cd78a1822b0452f409f82a941f22e699b6 | /src/in/innomon/pay/txn/Transactor.java | 5058a1d7ed6f94b6d4e40e8a948974690380d9ef | [] | no_license | innomon/GPay | https://github.com/innomon/GPay | f877189ccb0b42664a4847ca632d47c0c00bf7a0 | 076b89a6e41a8d5c3de9796ace2d648a58a1417b | refs/heads/master | 2016-02-28T21:32:51.064000 | 2015-12-24T15:06:49 | 2015-12-24T15:06:49 | 31,169,987 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
*
* Copyright (c) 2010 Oracle and/or its affiliates. All rights reserved.
*
* The contents of this file are subject to the terms of either the GNU
* General Public License Version 2 only ("GPL") or the Common Development
* and Distribution License("CD... | UTF-8 | Java | 6,360 | java | Transactor.java | Java | [
{
"context": "yright\n * holder.\n * \n * Portions Copyrighted 2011 Ashish Banerjee\n * Ashish Banerjee elects to include this softwar",
"end": 2024,
"score": 0.9998897314071655,
"start": 2009,
"tag": "NAME",
"value": "Ashish Banerjee"
},
{
"context": "* \n * Portions Copyrighted 201... | null | [] | /*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
*
* Copyright (c) 2010 Oracle and/or its affiliates. All rights reserved.
*
* The contents of this file are subject to the terms of either the GNU
* General Public License Version 2 only ("GPL") or the Common Development
* and Distribution License("CD... | 6,351 | 0.610849 | 0.607862 | 165 | 37.545456 | 27.347252 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.466667 | false | false | 4 |
7d8b5a233f481ff3fa7518e87cd439df03df14f8 | 13,280,038,903,202 | dc0c1241f1e457962493a981d8a4d987c5a0a624 | /SpringBoot健身房管理系统/stargym/src/main/java/com/softeem/stargym/controller/admin/AdminVipController.java | 28c17e42a36c3141005604bf0fc600280bb2b929 | [] | no_license | thx200901/repo1 | https://github.com/thx200901/repo1 | f074f0b7ad19d78bf1f166f1259ffcf599120f8e | 85a48d6781321210f242966436cbb160485dc75e | refs/heads/master | 2022-12-13T03:56:06.609000 | 2020-09-09T07:38:49 | 2020-09-09T07:38:49 | 288,630,029 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.softeem.stargym.controller.admin;
import com.softeem.stargym.entity.Vip;
import com.softeem.stargym.service.VipService;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.RequestMapping;
import javax.annotation.Reso... | UTF-8 | Java | 1,706 | java | AdminVipController.java | Java | [] | null | [] | package com.softeem.stargym.controller.admin;
import com.softeem.stargym.entity.Vip;
import com.softeem.stargym.service.VipService;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.RequestMapping;
import javax.annotation.Reso... | 1,706 | 0.648886 | 0.648886 | 62 | 25.516129 | 17.486162 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.483871 | false | false | 4 |
eeebfc5369efc93d254623dbff4dfae329e68b82 | 22,677,427,351,618 | aabe114d212b01cc3ba9ffc9e9555bc815b28175 | /src/main/java/com/vtence/hamcrest/dom/HasNoSelector.java | 9babc186703e8dbb6955ebfcc18bee81f00a96e3 | [
"MIT"
] | permissive | testinfected/hamcrest-dom | https://github.com/testinfected/hamcrest-dom | 2fab6a02e34ede81a5d2f779841c5303ba2a2c38 | 2f0ceb15e2c33093f550356a6424548b6f080662 | refs/heads/master | 2021-01-09T20:55:39.517000 | 2018-12-06T01:08:09 | 2018-12-06T01:08:09 | 62,599,939 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.vtence.hamcrest.dom;
import org.hamcrest.Description;
import org.hamcrest.Matcher;
import org.hamcrest.TypeSafeDiagnosingMatcher;
import org.w3c.dom.Element;
import org.w3c.dom.Node;
import java.util.List;
public class HasNoSelector extends TypeSafeDiagnosingMatcher<Element> {
private String selecto... | UTF-8 | Java | 1,088 | java | HasNoSelector.java | Java | [] | null | [] | package com.vtence.hamcrest.dom;
import org.hamcrest.Description;
import org.hamcrest.Matcher;
import org.hamcrest.TypeSafeDiagnosingMatcher;
import org.w3c.dom.Element;
import org.w3c.dom.Node;
import java.util.List;
public class HasNoSelector extends TypeSafeDiagnosingMatcher<Element> {
private String selecto... | 1,088 | 0.684743 | 0.682904 | 37 | 28.405405 | 27.096882 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.459459 | false | false | 4 |
b8307a13777795028c36b6651a386311c1a7e34c | 300,647,734,358 | b8743d9013e529e231fbabe97d5f6362a4a88b53 | /admin_final/src/PatientsListModel.java | 30c284ccf8c7a70ccf0f0c9fa8fd8d5ea402df14 | [] | no_license | radek13/clinic | https://github.com/radek13/clinic | 309b4ee7403959ac3ab7269a6e72b667062cd251 | 58086f4864c48fcf705c7dd3fede857b80a1ff06 | refs/heads/master | 2015-07-15T05:04:03 | 2015-05-25T20:13:49 | 2015-05-25T20:13:49 | 34,460,301 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null |
import java.util.LinkedList;
import javax.swing.table.AbstractTableModel;
import mongoklient.DatabaseHandler;
import mongoklient.Lekarz;
import mongoklient.Osoba;
import mongoklient.Pacjent;
/**
*
* @author radek
*/
public class PatientsListModel extends AbstractTableModel {
private int numberOfColumns;
p... | UTF-8 | Java | 4,417 | java | PatientsListModel.java | Java | [
{
"context": "ba;\nimport mongoklient.Pacjent;\n\n/**\n *\n * @author radek\n */\npublic class PatientsListModel extends Abstr",
"end": 215,
"score": 0.8295251131057739,
"start": 211,
"tag": "NAME",
"value": "rade"
},
{
"context": "mport mongoklient.Pacjent;\n\n/**\n *\n * @author ra... | null | [] |
import java.util.LinkedList;
import javax.swing.table.AbstractTableModel;
import mongoklient.DatabaseHandler;
import mongoklient.Lekarz;
import mongoklient.Osoba;
import mongoklient.Pacjent;
/**
*
* @author radek
*/
public class PatientsListModel extends AbstractTableModel {
private int numberOfColumns;
p... | 4,417 | 0.619425 | 0.613991 | 166 | 25.602409 | 20.752378 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.554217 | false | false | 4 |
e1840b276e91ebf67086d7c8b3cf33a59191f459 | 300,647,735,144 | c2824842f7dc48a6f627a92d0dd936d2ba12b7ee | /ativ_fix_file_BárbaradeSousa/src/Files/WriteToFile.java | fffdbc9c6736bde779fc090abf1ba1f74468c012 | [] | no_license | barbaradeveloper/Desenvolvimento-de-Sistemas---Java | https://github.com/barbaradeveloper/Desenvolvimento-de-Sistemas---Java | 31683acdbbd65e24e2467fe12e8067127c2367bd | 94a6f05962547634eb54515d57414f0f1810818d | refs/heads/master | 2023-04-16T15:53:17.366000 | 2021-05-04T00:37:17 | 2021-05-04T00:37:17 | 348,186,717 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Files;
import java.io.File;
import java.io.FileWriter;
import java.io.IOException;
public class WriteToFile {
public static void main(String[] args) {
try {
FileWriter myWriter = new FileWriter("Filename.txt");
myWriter.write("Arquivos em Java podem ser complicados, é divertido o suficiente!");
... | WINDOWS-1252 | Java | 506 | java | WriteToFile.java | Java | [] | null | [] | package Files;
import java.io.File;
import java.io.FileWriter;
import java.io.IOException;
public class WriteToFile {
public static void main(String[] args) {
try {
FileWriter myWriter = new FileWriter("Filename.txt");
myWriter.write("Arquivos em Java podem ser complicados, é divertido o suficiente!");
... | 506 | 0.70099 | 0.70099 | 25 | 19.200001 | 22.233309 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.64 | false | false | 4 |
68fab2af38c5428542229318857783bed5779ca9 | 9,242,769,647,760 | 78ede893a376cf588a97160904d339fff7f0c5f5 | /src/main/java/org/espresso/extension/AmericanDateExtension.java | 8bbd63722fc9335cbe68b33dedc8d57e089210db | [
"LicenseRef-scancode-warranty-disclaimer",
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | smenon4/Espresso | https://github.com/smenon4/Espresso | 64975964c57b935b3b1ae7645f2b42c17fb0d1d3 | 6b6ff757374b0f23eb00e2fcfe4ee01b3767140d | refs/heads/master | 2020-12-03T10:42:14.531000 | 2014-04-17T15:52:46 | 2014-04-17T15:52:46 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright 2012 Espresso Team
*
* 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 ... | UTF-8 | Java | 1,740 | java | AmericanDateExtension.java | Java | [
{
"context": " style date format\n * \n * @author <a href=\"mailto:antenangeli@yahoo.com\">Alberto Antenangeli</a>\n * */\npublic class Ameri",
"end": 910,
"score": 0.999918520450592,
"start": 889,
"tag": "EMAIL",
"value": "antenangeli@yahoo.com"
},
{
"context": " * @author <a href=\... | null | [] | /*
* Copyright 2012 Espresso Team
*
* 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 ... | 1,713 | 0.732184 | 0.727586 | 57 | 29.526316 | 27.197849 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.210526 | false | false | 4 |
887e5334b0543775694fdd5abd0d9b5570e930a4 | 31,327,491,510,393 | d7da45868ab06e5b9f157505c75f228b56fb4f1e | /starts-auth/src/main/java/com/simba/auth/config/JwtTokenConfig.java | 70fa5d6d1a519a0c854819e768abf386943726e9 | [] | no_license | simba83524/starts | https://github.com/simba83524/starts | b6b367e4a7c6d6f836d4bdf831cc6b5173d63a46 | d7b05f5dc3ba9617b5dcd429e58bf560a1fe5cad | refs/heads/master | 2023-05-08T14:19:06.556000 | 2021-05-29T01:11:13 | 2021-05-29T01:11:13 | 371,852,448 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.simba.auth.config;
import com.nimbusds.jose.JWSAlgorithm;
import com.nimbusds.jose.jwk.JWKSet;
import com.nimbusds.jose.jwk.KeyUse;
import com.nimbusds.jose.jwk.RSAKey;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframewor... | UTF-8 | Java | 2,957 | java | JwtTokenConfig.java | Java | [
{
"context": "til.HashMap;\nimport java.util.Map;\n\n/**\n * @author chenjun\n * @date 2021-05-18\n * @time 11:50\n * @Descriptio",
"end": 1071,
"score": 0.9760848879814148,
"start": 1064,
"tag": "USERNAME",
"value": "chenjun"
}
] | null | [] | package com.simba.auth.config;
import com.nimbusds.jose.JWSAlgorithm;
import com.nimbusds.jose.jwk.JWKSet;
import com.nimbusds.jose.jwk.KeyUse;
import com.nimbusds.jose.jwk.RSAKey;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframewor... | 2,957 | 0.712979 | 0.704168 | 74 | 38.87838 | 30.598955 | 133 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.581081 | false | false | 4 |
fc1a1f634c816ce1918e344b63df43d8b644d962 | 31,327,491,512,587 | f16190f1e4295c562fe460c2ce71d3c8f26f6d1b | /app/src/main/java/com/zhifeng/kuangchi/ui/impl/CustomerServiceView.java | 190590d387249ea2f43dbd83b58fe7e60b402813 | [] | no_license | ligenghuang/KuangChi | https://github.com/ligenghuang/KuangChi | 8330651329b903a3b990da08bfc5210f4f6ab1af | b25761fdcf88d04f146268afd4ce8375c41e26bb | refs/heads/master | 2020-07-20T18:48:31.841000 | 2019-10-14T07:07:18 | 2019-10-14T07:07:18 | 206,693,697 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zhifeng.kuangchi.ui.impl;
import com.lgh.huanglib.util.base.BaseView;
import com.zhifeng.kuangchi.module.CustomerServiceListDto;
/**
*
* @ClassName: 客服对话列表页
* @Description:
* @Author: lgh
* @CreateDate: 2019/9/2 11:07
* @Version: 1.0
*/
public interface CustomerService... | UTF-8 | Java | 650 | java | CustomerServiceView.java | Java | [
{
"context": " 客服对话列表页\n * @Description:\n * @Author: lgh\n * @CreateDate: 2019/9/2 11:07\n * @Version:",
"end": 221,
"score": 0.9996092915534973,
"start": 218,
"tag": "USERNAME",
"value": "lgh"
}
] | null | [] | package com.zhifeng.kuangchi.ui.impl;
import com.lgh.huanglib.util.base.BaseView;
import com.zhifeng.kuangchi.module.CustomerServiceListDto;
/**
*
* @ClassName: 客服对话列表页
* @Description:
* @Author: lgh
* @CreateDate: 2019/9/2 11:07
* @Version: 1.0
*/
public interface CustomerService... | 650 | 0.656863 | 0.637255 | 28 | 20.857143 | 20.892094 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 4 |
5bb980c963b36dbe2bd1009b9c1c917e0e1f801c | 32,684,701,175,334 | 12996201c6b5726385547adb7d149fc835db3eea | /app/src/main/java/cn/ifhu/supplier/view/dialog/nicedialog/DiscountInputDialog.java | 1f9ea8fe9ce6043682562cb417c47db7f9352d29 | [] | no_license | fuhongliang/Android-Supplier | https://github.com/fuhongliang/Android-Supplier | 1f3f8439f66c6b77c5f0417a02303c4409aa2186 | c9b810ef3acdb4a322c6dddb1edae5c090bd731c | refs/heads/master | 2021-03-14T12:14:33.196000 | 2019-10-08T09:27:57 | 2019-10-08T09:27:57 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.ifhu.supplier.view.dialog.nicedialog;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.widget.EditText;
import cn.ifhu.supplier.R;
import cn.ifhu.supplier.utils.StringUtils;
/**
* @author fuhongliang
*/
public class DiscountInputDialog extends BaseNiceDialog {
pub... | UTF-8 | Java | 2,382 | java | DiscountInputDialog.java | Java | [
{
"context": "n.ifhu.supplier.utils.StringUtils;\n\n/**\n * @author fuhongliang\n */\npublic class DiscountInputDialog extends Base",
"end": 250,
"score": 0.9993098974227905,
"start": 239,
"tag": "USERNAME",
"value": "fuhongliang"
}
] | null | [] | package cn.ifhu.supplier.view.dialog.nicedialog;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.widget.EditText;
import cn.ifhu.supplier.R;
import cn.ifhu.supplier.utils.StringUtils;
/**
* @author fuhongliang
*/
public class DiscountInputDialog extends BaseNiceDialog {
pub... | 2,382 | 0.642317 | 0.642317 | 79 | 29.164557 | 22.985098 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.670886 | false | false | 4 |
fefc23e18799ff9542562a3594e000b1e661476f | 27,633,819,620,052 | 54f3c1ef991467297d99b3f3bb04800723c1951e | /src/sample/Controlers/Car.java | e8ceebf5fc9418aa1778a79b9a722cbc30fb4f30 | [] | no_license | Dimazavr78/egor2.0 | https://github.com/Dimazavr78/egor2.0 | d8ed04151621b7cca07fa01812d9bd7ee985da2e | 6198016274ca0a0c5c01ef024b07d70ac334c445 | refs/heads/main | 2023-03-16T19:08:57.437000 | 2021-03-09T10:52:06 | 2021-03-09T10:52:06 | 345,943,129 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package sample.Controlers;
public class Car {
public String gos;
public String VIN;
public String marca;
public String opas;
public String pricep;
public Car(String gos, String VIN, String marca, String opas, String pricep) {
this.gos = gos;
this.VIN = VIN;
this.marca... | UTF-8 | Java | 1,050 | java | Car.java | Java | [] | null | [] | package sample.Controlers;
public class Car {
public String gos;
public String VIN;
public String marca;
public String opas;
public String pricep;
public Car(String gos, String VIN, String marca, String opas, String pricep) {
this.gos = gos;
this.VIN = VIN;
this.marca... | 1,050 | 0.558095 | 0.558095 | 59 | 16.79661 | 15.555019 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.423729 | false | false | 4 |
263a33a56a522e737ffdbc6b4bfc0136fce6a1c0 | 1,425,929,158,574 | b20a387442477a93cb23fedeb849c09cf3169ab8 | /src/main/java/com/sixonethree/stfu/handler/ConfigurationHandler.java | e7274a347e93a39b88b1b8c89168bc575316a828 | [] | no_license | 61352151511/Shut-The-F-Up | https://github.com/61352151511/Shut-The-F-Up | 5beb2de9805468fe32f79ccd98fe3e2472a854f4 | 10d8ceddbde345d29f11e4df13c137aca41c0a45 | refs/heads/master | 2021-01-13T00:38:36.929000 | 2016-05-18T15:31:05 | 2016-05-18T15:31:05 | 48,288,003 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.sixonethree.stfu.handler;
import java.io.File;
import net.minecraftforge.common.config.Configuration;
import net.minecraftforge.fml.client.event.ConfigChangedEvent;
import net.minecraftforge.fml.common.eventhandler.SubscribeEvent;
import com.sixonethree.stfu.Reference;
public class ConfigurationHandler ... | UTF-8 | Java | 5,204 | java | ConfigurationHandler.java | Java | [] | null | [] | package com.sixonethree.stfu.handler;
import java.io.File;
import net.minecraftforge.common.config.Configuration;
import net.minecraftforge.fml.client.event.ConfigChangedEvent;
import net.minecraftforge.fml.common.eventhandler.SubscribeEvent;
import com.sixonethree.stfu.Reference;
public class ConfigurationHandler ... | 5,204 | 0.740392 | 0.725019 | 154 | 32.798702 | 34.05484 | 126 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.12987 | false | false | 4 |
fba6bdc94ee666b6eefe9d9e7476540f4e62b976 | 28,338,194,277,076 | f0ce45f4127f6f490ebe472934e48b6aeea5ced6 | /google/src/com/algorithm/chapter9/BinarySearch.java | 4c4951d695fa2f0c0c74fafe54f38afe48bb94bd | [] | no_license | majorvk/crack_code_interview | https://github.com/majorvk/crack_code_interview | 41e1ec5c075f1951fe34900ccd5571ea1e4e8698 | e68dd66194566c80929a43710608fc96505cf234 | refs/heads/master | 2020-04-13T10:43:05.492000 | 2014-07-28T19:05:08 | 2014-07-28T19:05:08 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.algorithm.chapter9;
/**
* Created by Viktar on 7/12/2014.
*/
public class BinarySearch {
public static void main(String[] args) {
Integer[] array = {15, 16, 19, 20, 25, 1, 3, 4, 5, 7, 10, 14};
//Integer[] array = {1, 3, 19, 20, 25, 32, 67, 68, 90, 123, 450, 987};
System.out.p... | UTF-8 | Java | 1,924 | java | BinarySearch.java | Java | [
{
"context": "package com.algorithm.chapter9;\n\n/**\n * Created by Viktar on 7/12/2014.\n */\npublic class BinarySearch {\n\n ",
"end": 57,
"score": 0.9964074492454529,
"start": 51,
"tag": "NAME",
"value": "Viktar"
}
] | null | [] | package com.algorithm.chapter9;
/**
* Created by Viktar on 7/12/2014.
*/
public class BinarySearch {
public static void main(String[] args) {
Integer[] array = {15, 16, 19, 20, 25, 1, 3, 4, 5, 7, 10, 14};
//Integer[] array = {1, 3, 19, 20, 25, 32, 67, 68, 90, 123, 450, 987};
System.out.p... | 1,924 | 0.371622 | 0.33316 | 84 | 21.904762 | 16.525318 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.595238 | false | false | 4 |
c1ba7ea77bb356a7a5f3a88322262ff5146a5e39 | 19,250,043,490,288 | 794310c6bad243610c6762ad93ec384002de542b | /src/home/model/HomeProfileModel.java | e8e5b997a6fe5fe43bab37037409c67d1b26ad0a | [] | no_license | MAqielHilmanM/DiskusForum | https://github.com/MAqielHilmanM/DiskusForum | b4564edbd97cbe359ff71ab996339a188532c1c3 | 431779938ea8eeb9c55ce7af6249816a47c872bc | refs/heads/master | 2020-04-06T09:02:18.504000 | 2018-12-08T01:49:19 | 2018-12-08T01:49:19 | 157,326,905 | 0 | 1 | null | false | 2018-12-07T10:20:19 | 2018-11-13T05:45:17 | 2018-12-01T12:57:40 | 2018-12-01T12:57:38 | 6,708 | 0 | 1 | 1 | Java | false | 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 home.model;
import api.daos.AuthDao;
import api.daos.ThreadDao;
import api.daos.UserDao;
import api.query.ApiReadQuery;
import... | UTF-8 | Java | 5,910 | java | HomeProfileModel.java | Java | [
{
"context": "util.List;\nimport utils.Helper;\n\n/**\n *\n * @author maqielhm\n */\nclass TopCommunity {\n\n private String titl",
"end": 436,
"score": 0.999669075012207,
"start": 428,
"tag": "USERNAME",
"value": "maqielhm"
},
{
"context": "etmUsername(String username) {\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 home.model;
import api.daos.AuthDao;
import api.daos.ThreadDao;
import api.daos.UserDao;
import api.query.ApiReadQuery;
import... | 5,910 | 0.615567 | 0.612014 | 240 | 23.625 | 25.64747 | 135 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.425 | false | false | 4 |
e75b144576739569f5b679f4cc2facabebc7ce02 | 19,250,043,490,977 | a15ef84341295753fbcce88ec3e512c6a4161a22 | /src/main/java/com/redis/service/UserService.java | 8b06c9e1d83c4c4924394ca517ad476f10a3142b | [] | no_license | baimonanhe/H1702B | https://github.com/baimonanhe/H1702B | d3cfc4e689d8b7c464f603bba67a46a0f4ee28d8 | 6471d9eaafb65a340084b304661d9f8dd72446d7 | refs/heads/master | 2021-08-23T20:15:49.512000 | 2017-12-06T09:10:21 | 2017-12-06T10:48:51 | 113,291,107 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.redis.service;
import java.util.List;
import com.redis.pojo.User;
public interface UserService {
List<User> find(Integer sid);
}
| UTF-8 | Java | 158 | java | UserService.java | Java | [] | null | [] | package com.redis.service;
import java.util.List;
import com.redis.pojo.User;
public interface UserService {
List<User> find(Integer sid);
}
| 158 | 0.696203 | 0.696203 | 11 | 12.363636 | 13.512774 | 30 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.454545 | false | false | 4 |
13ac8fa9549358e6b849f723367f459f446172e3 | 10,917,806,881,767 | 7f48e1e713a513fff36851300f17152d2eaf159f | /plugins/databases/netezza/src/test/java/org/apache/hop/core/row/value/NettezaValueMetaBaseTest.java | 2aa7431911b7c6b94a9cc9f8d3aa32fcae9c09f3 | [
"Apache-2.0",
"CC-BY-SA-3.0",
"CC-BY-SA-4.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | HiromuHota/incubator-hop | https://github.com/HiromuHota/incubator-hop | af414f7a25e1c79a1eecbbd8d44e5730c9d542a5 | 2b159a8477c1e509401f3626940d4b1f700f2584 | refs/heads/web | 2023-04-03T13:09:31.957000 | 2021-04-04T23:44:11 | 2021-04-04T23:44:11 | 311,226,935 | 2 | 1 | Apache-2.0 | true | 2021-03-01T01:11:28 | 2020-11-09T04:50:08 | 2021-02-25T05:35:52 | 2021-03-01T01:11:27 | 79,672 | 1 | 0 | 1 | Java | false | false | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | UTF-8 | Java | 4,705 | java | NettezaValueMetaBaseTest.java | Java | [] | null | [] | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | 4,705 | 0.754091 | 0.751753 | 138 | 33.094204 | 25.652891 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.565217 | false | false | 4 |
c068042a7ea0cb294de2e69987f2c52246a5faa0 | 10,917,806,885,031 | c47e859672c04b66796294c8eddeb8063cd22a63 | /src/main/java/com/cqqyd2014/dao/inter/MenuDDAO.java | 2598a8c3bc45f7c0aee2094618d4e32814d2930b | [] | no_license | cqqyd2014/bfkjs | https://github.com/cqqyd2014/bfkjs | 8235462b1da4b04e100ce46b55cbd7c5272d364e | 5613671d7cc9b946953bd4762747edbca3a836cb | refs/heads/master | 2021-09-16T03:02:58.585000 | 2018-06-15T06:57:55 | 2018-06-15T06:57:55 | 111,646,029 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.cqqyd2014.dao.inter;
public interface MenuDDAO {
public java.util.List<com.cqqyd2014.system.model.MenuD> getListModelByUserId(String user_id,String com_id);
}
| UTF-8 | Java | 178 | java | MenuDDAO.java | Java | [] | null | [] | package com.cqqyd2014.dao.inter;
public interface MenuDDAO {
public java.util.List<com.cqqyd2014.system.model.MenuD> getListModelByUserId(String user_id,String com_id);
}
| 178 | 0.780899 | 0.735955 | 8 | 21.25 | 35.01339 | 108 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.75 | false | false | 4 |
2ac99c79e6926e279311f05eb40d39f29a44ac19 | 16,123,307,291,139 | b1896f852a23bb8ba0fd22471184f736924ee5cc | /app/src/main/java/com/baolong/obd/analysis/contract/CQJRContract.java | 9c1d7578691202f64282a8d12b5a92f492c1cc6e | [] | no_license | libaoyou2011/OBD | https://github.com/libaoyou2011/OBD | 04d0cc198231c34d769cff3827817196f8823138 | 2d7d68f9711b5eb6dedafa8c8befd028bf17458b | refs/heads/master | 2023-04-23T06:53:27.377000 | 2021-05-12T03:20:24 | 2021-05-12T03:20:24 | 324,928,378 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.baolong.obd.analysis.contract;
import com.baolong.obd.analysis.data.entity.CQJRModel;
import com.baolong.obd.blackcar.data.entity.FilterCategoryModel;
import com.baolong.obd.common.presenter.BasePresenter;
import com.baolong.obd.common.presenter.BaseView;
import java.util.List;
public abstract interface... | UTF-8 | Java | 801 | java | CQJRContract.java | Java | [] | null | [] | package com.baolong.obd.analysis.contract;
import com.baolong.obd.analysis.data.entity.CQJRModel;
import com.baolong.obd.blackcar.data.entity.FilterCategoryModel;
import com.baolong.obd.common.presenter.BasePresenter;
import com.baolong.obd.common.presenter.BaseView;
import java.util.List;
public abstract interface... | 801 | 0.765293 | 0.765293 | 27 | 28.666666 | 29.577269 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.407407 | false | false | 4 |
0fdc6d9d685c1e591af8c75b4523d00924059356 | 6,408,091,210,562 | 48d5677b1f1ffb1a6954433322f37cf1f9dc2bb1 | /holiholic_planner/src/main/java/com/holiholic/planner/database/DatabaseManager.java | 1dc773e38207713ed9922c2e25a6b84f33d8a8f9 | [
"Apache-2.0"
] | permissive | cristighr1995/Holiholic | https://github.com/cristighr1995/Holiholic | 2f4c26706c579290034fd37894dfcd633d27e531 | 3afc2d9fabe816b1b509b3d85dfe5a56599f677e | refs/heads/master | 2022-11-27T03:58:55.066000 | 2019-07-08T07:48:07 | 2019-07-08T07:48:07 | 158,402,945 | 2 | 0 | Apache-2.0 | false | 2022-11-16T10:55:48 | 2018-11-20T14:33:50 | 2019-07-08T07:48:10 | 2022-11-16T10:55:45 | 13,547 | 2 | 0 | 28 | Java | false | false | package com.holiholic.planner.database;
import com.holiholic.database.api.DatabasePredicate;
import com.holiholic.database.api.Query;
import com.holiholic.database.api.SelectResult;
import com.holiholic.places.api.PlaceCategory;
import com.holiholic.planner.planner.PlanManager;
import com.holiholic.planner.constant.Co... | UTF-8 | Java | 18,969 | java | DatabaseManager.java | Java | [
{
"context": "ng name) {\n String placeCategoryLookupKey = topic + \" - \" + name;\n\n if (placeCategories.containsKey(placeCa",
"end": 16287,
"score": 0.9885153770446777,
"start": 16267,
"tag": "KEY",
"value": "topic + \" - \" + name"
}
] | null | [] | package com.holiholic.planner.database;
import com.holiholic.database.api.DatabasePredicate;
import com.holiholic.database.api.Query;
import com.holiholic.database.api.SelectResult;
import com.holiholic.places.api.PlaceCategory;
import com.holiholic.planner.planner.PlanManager;
import com.holiholic.planner.constant.Co... | 18,969 | 0.579841 | 0.578786 | 501 | 36.862274 | 30.016678 | 122 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.622755 | false | false | 4 |
29f21aed3e30d1f1dee36e7a0c5d725d54bd93c7 | 21,251,498,247,715 | d163ab8e8a097e7464ccf72873d08913bb9936b3 | /POO/Java/Cash.java | 369cab0f1396ff93cfaa2f826705e38d28587279 | [] | no_license | jocode/Getting-Started | https://github.com/jocode/Getting-Started | 8c8141967e019308695010b91d51c3ad5a9eddc8 | 5edf25376e68940e58f9f6adf9e061f749006158 | refs/heads/master | 2022-09-11T12:34:32.791000 | 2022-09-02T12:28:12 | 2022-09-02T12:28:12 | 79,130,967 | 23 | 19 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Java;
class Cash extends Payment {
public Cash(int id) {
super.id = id;
}
} | UTF-8 | Java | 93 | java | Cash.java | Java | [] | null | [] | package Java;
class Cash extends Payment {
public Cash(int id) {
super.id = id;
}
} | 93 | 0.623656 | 0.623656 | 8 | 10.75 | 10.556396 | 28 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 4 |
e7875a3af961918df290380cd8795ebb6d0845fa | 15,685,220,579,788 | b5d929cf75b2754f02d2453a83726d3fdf7f84c2 | /core/src/com/mygdx/game/Sword.java | 75bed3863dc0daffddcee3229e136de186e15e3c | [] | no_license | Xiao-pei/SimpleGame | https://github.com/Xiao-pei/SimpleGame | 32800ae92e301749e89544f9967a571d2bfc6bf5 | 7b92adb7e48523047139c133fa9b12ded7cc04dc | refs/heads/master | 2021-08-31T23:32:56.458000 | 2017-12-23T14:01:18 | 2017-12-23T14:01:18 | 115,195,704 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mygdx.game;
import com.badlogic.gdx.Gdx;
import com.badlogic.gdx.graphics.Texture;
import com.badlogic.gdx.graphics.g2d.Batch;
import com.badlogic.gdx.graphics.g2d.TextureRegion;
import com.badlogic.gdx.maps.tiled.TiledMapTileLayer;
import com.badlogic.gdx.math.Rectangle;
import com.badlogic.gdx.scenes.sce... | UTF-8 | Java | 2,269 | java | Sword.java | Java | [] | null | [] | package com.mygdx.game;
import com.badlogic.gdx.Gdx;
import com.badlogic.gdx.graphics.Texture;
import com.badlogic.gdx.graphics.g2d.Batch;
import com.badlogic.gdx.graphics.g2d.TextureRegion;
import com.badlogic.gdx.maps.tiled.TiledMapTileLayer;
import com.badlogic.gdx.math.Rectangle;
import com.badlogic.gdx.scenes.sce... | 2,269 | 0.575409 | 0.568775 | 79 | 27.620253 | 20.538511 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.734177 | false | false | 4 |
eb8f953a29f10b8253ceb7bf1116c641b1cf16c8 | 111,669,152,430 | 64bd40bc1efd0539c47600ecc3cec94e12475275 | /app/src/main/java/com/example/mat_k/hack2k19/SignInLayout.java | 1bf08a05ddb59cea6da45d164ba10b22eef2506f | [] | no_license | matkaczmarek/hack2k19 | https://github.com/matkaczmarek/hack2k19 | bf1e498d2ce7f9b8cb053aa0dd0c136ee2ed280c | ae4e757589814e7ad47f88d1c40f50848d211c18 | refs/heads/master | 2020-07-26T01:46:07.416000 | 2019-09-15T09:04:51 | 2019-09-15T09:04:51 | 208,491,950 | 0 | 1 | null | false | 2019-09-15T09:04:52 | 2019-09-14T19:21:46 | 2019-09-15T08:06:25 | 2019-09-15T09:04:52 | 335 | 0 | 1 | 0 | Java | false | false | package com.example.mat_k.hack2k19;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
public class SignInLayout extends AppCompatActivity {
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.signin_layout);
... | UTF-8 | Java | 404 | java | SignInLayout.java | Java | [
{
"context": "package com.example.mat_k.hack2k19;\n\nimport android.os.Bundle;\nimport andro",
"end": 25,
"score": 0.9795937538146973,
"start": 20,
"tag": "USERNAME",
"value": "mat_k"
}
] | null | [] | package com.example.mat_k.hack2k19;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
public class SignInLayout extends AppCompatActivity {
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.signin_layout);
... | 404 | 0.712871 | 0.70297 | 19 | 20.263159 | 20.585745 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.315789 | false | false | 4 |
1ff2f88599bae025ec201e635249112a5c6ef868 | 14,027,363,189,022 | 026c8d7391945de805d5c07ccba04e8fdc96b5d6 | /LeetCodeSolutions/src/code_02_find/Code_855_ExamRoom.java | 2a5a921db9d0d39ff4652a4ddf4c9f1e54dcd452 | [] | no_license | echofoo/Java-Notes | https://github.com/echofoo/Java-Notes | 6d047c14fe3bdc5d636aacee886ea6b0f200be42 | c2515a0f6af2e41222894fa475d83189daef2245 | refs/heads/master | 2020-04-26T11:48:49.887000 | 2019-03-01T08:15:24 | 2019-03-01T08:15:24 | 173,529,420 | 1 | 0 | null | true | 2019-03-03T04:11:31 | 2019-03-03T04:11:31 | 2019-03-01T08:15:33 | 2019-03-01T08:15:32 | 56,004 | 0 | 0 | 0 | null | false | null | package code_02_find;
import java.util.*;
/**
* 855. Exam Room
*
* In an exam room, there are N seats in a single row, numbered 0, 1, 2, ..., N-1.
*
* When a student enters the room,
* they must sit in the seat that maximizes the distance to the closest person.
* If there are multiple such seats, they sit in t... | UTF-8 | Java | 3,782 | java | Code_855_ExamRoom.java | Java | [] | null | [] | package code_02_find;
import java.util.*;
/**
* 855. Exam Room
*
* In an exam room, there are N seats in a single row, numbered 0, 1, 2, ..., N-1.
*
* When a student enters the room,
* they must sit in the seat that maximizes the distance to the closest person.
* If there are multiple such seats, they sit in t... | 3,782 | 0.534705 | 0.514435 | 104 | 30.307692 | 24.07803 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.596154 | false | false | 4 |
9c1d8a9021544811eb8cba79b9a46c05a78a33b9 | 18,339,510,356,283 | 873d39b14f0233f37bd28afaf4d29bfa265357c6 | /src/main/java/com/barolab/util/sftp/TermView.java | 07b04d6843f2a16d33d4054c5a368b404e283aa3 | [] | no_license | aainka/18B07-BaroLabUtil | https://github.com/aainka/18B07-BaroLabUtil | 74f8ef1d1c35563a699335971040726d674bb44d | 9b908ed00660fef934dd2d7fa087be4c254d389b | refs/heads/master | 2020-03-26T03:15:59.679000 | 2019-03-29T14:58:02 | 2019-03-29T14:58:02 | 144,447,382 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.barolab.util.sftp;
import java.io.IOException;
import javax.swing.JFrame;
import javax.swing.JScrollPane;
import javax.swing.JTextPane;
public class TermView {
JFrame frame = new JFrame("test");
JTextPane console = new JTextPane();
SshShell termShell = new SshShell();
public void test() {
frame.s... | UTF-8 | Java | 1,150 | java | TermView.java | Java | [
{
"context": "nsole));\n\n\t\ttermShell.connect(\"root\", \"root123\", \"211.239.124.246\", 19801);\n\t\ttry {\n//\t\t\tdoCommand(\"cd AAA/18B07-Ba",
"end": 476,
"score": 0.9997671246528625,
"start": 461,
"tag": "IP_ADDRESS",
"value": "211.239.124.246"
}
] | null | [] | package com.barolab.util.sftp;
import java.io.IOException;
import javax.swing.JFrame;
import javax.swing.JScrollPane;
import javax.swing.JTextPane;
public class TermView {
JFrame frame = new JFrame("test");
JTextPane console = new JTextPane();
SshShell termShell = new SshShell();
public void test() {
frame.s... | 1,147 | 0.653043 | 0.623478 | 45 | 24.555555 | 19.278723 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.244444 | false | false | 4 |
e1db449652572c9b120119f2893d4f7705f6b2ea | 31,344,671,335,963 | 94d91903819947c4fb2598af40cf53344304dbac | /wssmall_1.2.0/base_module/base/src/main/sys_inf/params/adminuser/req/StaffReq.java | 55a596dfc078077fca6527ac7f9465df048e5f60 | [] | no_license | lichao20000/Union | https://github.com/lichao20000/Union | 28175725ad19733aa92134ccbfb8c30570f4795a | a298de70065c5193c98982dacc7c2b3e2d4b5d86 | refs/heads/master | 2023-03-07T16:24:58.933000 | 2021-02-22T12:34:05 | 2021-02-22T12:34:05 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package params.adminuser.req;
import com.ztesoft.api.ApiRuleException;
import com.ztesoft.net.framework.util.StringUtil;
import params.ZteRequest;
import params.adminuser.resp.StaffInfoResp;
public class StaffReq extends ZteRequest<StaffInfoResp>{
private String username;
private String page;
private String page... | UTF-8 | Java | 991 | java | StaffReq.java | Java | [] | null | [] | package params.adminuser.req;
import com.ztesoft.api.ApiRuleException;
import com.ztesoft.net.framework.util.StringUtil;
import params.ZteRequest;
import params.adminuser.resp.StaffInfoResp;
public class StaffReq extends ZteRequest<StaffInfoResp>{
private String username;
private String page;
private String page... | 991 | 0.743642 | 0.742625 | 45 | 20.844444 | 20.11186 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.466667 | false | false | 4 |
967866cbe8445a79f4c14d9cc070070dda5bed57 | 17,617,955,858,376 | af55754bdbd32fe71dabc0a2ad177a66209f5396 | /SpringBoot-Vue(back)/src/main/java/com/iyuu/entity/Order.java | 4a440cd72c5db8aa4f5066858a5e9096cd074656 | [] | no_license | TypingCasually/JavaEE-experiment | https://github.com/TypingCasually/JavaEE-experiment | 117496e4283e81dd8efb8b4f4ee0e377b798d466 | 7c17acceb4a054c200c388667b77e297aa76aa52 | refs/heads/master | 2023-08-22T18:40:57.234000 | 2021-10-26T10:06:45 | 2021-10-26T10:06:45 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.iyuu.entity;
import com.baomidou.mybatisplus.annotation.IdType;
import com.baomidou.mybatisplus.annotation.TableId;
import com.baomidou.mybatisplus.annotation.TableName;
import lombok.Data;
@TableName("order")
@Data
public class Order {
@TableId(type = IdType.AUTO)
private Integer oid;
private... | UTF-8 | Java | 419 | java | Order.java | Java | [] | null | [] | package com.iyuu.entity;
import com.baomidou.mybatisplus.annotation.IdType;
import com.baomidou.mybatisplus.annotation.TableId;
import com.baomidou.mybatisplus.annotation.TableName;
import lombok.Data;
@TableName("order")
@Data
public class Order {
@TableId(type = IdType.AUTO)
private Integer oid;
private... | 419 | 0.761337 | 0.761337 | 18 | 22.333334 | 16.623278 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.555556 | false | false | 4 |
7d467f68cd5d2bb54b63186475b0322eab9723c6 | 21,260,088,117,708 | b797dbfcca959eb9f9faa07872f1070fe3fb1e75 | /11DAY/src/source/Bird.java | 0ce070113c49e517448a0967a68698fb5f5c63b1 | [] | no_license | Jack0215/Java_Basic | https://github.com/Jack0215/Java_Basic | 310a49d1f9ca423a808db245fc339850e109ed5b | 3d4605c398fd09e3634994582e4ab5aa41c3ad04 | refs/heads/master | 2023-02-17T22:35:15.616000 | 2021-01-15T06:14:08 | 2021-01-15T06:14:08 | 329,824,082 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package source;
public class Bird implements Flyer {
@Override
public void takeOff (int num) {
System.out.println("Bird.takeOff");
}
}
//여기서 int num을 만들어주면 TestOuter4도 바꿔야함 | UTF-8 | Java | 217 | java | Bird.java | Java | [] | null | [] | package source;
public class Bird implements Flyer {
@Override
public void takeOff (int num) {
System.out.println("Bird.takeOff");
}
}
//여기서 int num을 만들어주면 TestOuter4도 바꿔야함 | 217 | 0.693122 | 0.687831 | 10 | 17.1 | 15.933926 | 38 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.7 | false | false | 4 |
0e8fb71063dd68efccb4bf79bdf9568af7cebea0 | 33,552,284,536,705 | 02974771438fad80cb1680e632aa1473b70f0c54 | /src/AstViewer.java | d97a21c3246476d9a9afc4ff7baa7ded07ac1ddb | [] | no_license | haus/CS-577-Project | https://github.com/haus/CS-577-Project | c412070e5ca95fc5f683f5f49939506b43343fd1 | 8b7966369c667d88abffec0c2e49fac059e204f3 | refs/heads/master | 2021-01-10T20:19:52.619000 | 2011-06-11T10:48:10 | 2011-06-11T10:48:10 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public class AstViewer {
public static void main(String args[]) {
if (args.length == 1) {
Ast.Program prog1 = AstShim.giveMeAST(args[0]);
System.out.println(prog1.toPretty(0));
} else {
System.err.println("Missing fab file location argument.");
System.exit(1);
}
}
} | UTF-8 | Java | 286 | java | AstViewer.java | Java | [] | null | [] | public class AstViewer {
public static void main(String args[]) {
if (args.length == 1) {
Ast.Program prog1 = AstShim.giveMeAST(args[0]);
System.out.println(prog1.toPretty(0));
} else {
System.err.println("Missing fab file location argument.");
System.exit(1);
}
}
} | 286 | 0.664336 | 0.643357 | 11 | 25.09091 | 19.764315 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.181818 | false | false | 4 |
aa6ffcac8a1dd5926ec1d416941219824d703a22 | 2,989,297,295,678 | 83764b402f061de7f12692450a5fb7c113a3f5ee | /syrk/sydw/com/founder/sydw/bean/DwOwnYxyycsBean.java | 1a2811200045b78e940ca49e750c45999a25a373 | [] | no_license | Yanwei-Tim/lnzd_syrk_qbry | https://github.com/Yanwei-Tim/lnzd_syrk_qbry | 4a958f7cbbc20ac179782270c733188ce4575eab | c441613653c2e8dc79c4a663b003a24c266ef715 | refs/heads/沈阳团队_重口整合 | 2021-01-22T03:23:45.410000 | 2017-05-25T07:33:03 | 2017-05-25T07:33:03 | 92,377,468 | 0 | 0 | null | true | 2017-05-25T07:31:00 | 2017-05-25T07:31:00 | 2015-12-30T08:06:03 | 2015-12-30T08:05:27 | 112,011 | 0 | 0 | 0 | null | null | null | package com.founder.sydw.bean;
import java.io.Serializable;
import com.founder.framework.annotation.DBInfoAnnotation;
import com.founder.framework.annotation.FieldDesc;
import com.founder.framework.base.entity.BaseEntity;
/******************************************************************************
* @Pack... | UTF-8 | Java | 4,967 | java | DwOwnYxyycsBean.java | Java | [
{
"context": "Description: [一句话描述该类的功能] \r\n * @Author: [star] \r\n * @CreateDate: [2015-6-5 下午1:55:32] \r\n *",
"end": 476,
"score": 0.8080501556396484,
"start": 472,
"tag": "USERNAME",
"value": "star"
}
] | null | [] | package com.founder.sydw.bean;
import java.io.Serializable;
import com.founder.framework.annotation.DBInfoAnnotation;
import com.founder.framework.annotation.FieldDesc;
import com.founder.framework.base.entity.BaseEntity;
/******************************************************************************
* @Pack... | 4,967 | 0.650185 | 0.643215 | 191 | 22.047121 | 15.870645 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.450262 | false | false | 4 |
c1bcca5e64c0737ab288ec481356f1e26b3fae50 | 9,594,956,970,206 | 473b76b1043df2f09214f8c335d4359d3a8151e0 | /benchmark/bigclonebenchdata_partial/18588704.java | 3a85959b150a543927f7af45ac86ea7ea87ca45c | [] | no_license | whatafree/JCoffee | https://github.com/whatafree/JCoffee | 08dc47f79f8369af32e755de01c52d9a8479d44c | fa7194635a5bd48259d325e5b0a190780a53c55f | refs/heads/master | 2022-11-16T01:58:04.254000 | 2020-07-13T20:11:17 | 2020-07-13T20:11:17 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
class c18588704 {
@SuppressWarnings("unchecked")
public static synchronized MetaDataBean getMetaDataByUrl(URL url) {
if (url == null) throw new IllegalArgumentException("Properties url for meta data is null");
MetaDataBean mdb = metaDataByUrl.get(url);
if (mdb != null) return mdb;
... | UTF-8 | Java | 721 | java | 18588704.java | Java | [] | null | [] |
class c18588704 {
@SuppressWarnings("unchecked")
public static synchronized MetaDataBean getMetaDataByUrl(URL url) {
if (url == null) throw new IllegalArgumentException("Properties url for meta data is null");
MetaDataBean mdb = metaDataByUrl.get(url);
if (mdb != null) return mdb;
... | 721 | 0.608877 | 0.597781 | 21 | 33.190475 | 24.531067 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.571429 | false | false | 4 |
911288565e826665b5e40e79476d3cb24d6749fa | 33,251,636,845,342 | af4b853ecbda5c510631b80a0f883033efc092ac | /sd-service/src/main/java/nutri/dao/RatingDAO.java | febfb723a00b580e801e76321963b36f136629c3 | [] | no_license | rmsantana/sd | https://github.com/rmsantana/sd | 06b9f767573c2bb197b63c81a3079c8f377c8563 | 03614b6070924d5bd67465fa1031efad73d4e617 | refs/heads/master | 2016-09-05T19:49:18.422000 | 2014-07-12T18:40:17 | 2014-07-12T18:40:17 | 19,180,962 | 0 | 1 | null | false | 2014-05-22T17:39:37 | 2014-04-26T15:39:34 | 2014-05-22T17:39:37 | 2014-05-22T17:39:37 | 212 | 1 | 0 | 0 | Java | null | null | package nutri.dao;
import java.util.List;
import nutri.model.Rating;
public class RatingDAO {
public Rating get(Long id){
return null;
}
public List<Rating> getAll() {
return null;
}
public void delete(Long id) {
}
public void update(Rating rating) {
}
public Rating insert(Rating rating)... | UTF-8 | Java | 344 | java | RatingDAO.java | Java | [] | null | [] | package nutri.dao;
import java.util.List;
import nutri.model.Rating;
public class RatingDAO {
public Rating get(Long id){
return null;
}
public List<Rating> getAll() {
return null;
}
public void delete(Long id) {
}
public void update(Rating rating) {
}
public Rating insert(Rating rating)... | 344 | 0.662791 | 0.662791 | 29 | 10.862069 | 12.656535 | 38 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.068966 | false | false | 4 |
7dc48c5425744c11c2d8044d51077c6b312bc142 | 36,197,984,374,936 | 6964e2672fabb857c6547b9ef2713ed5cb1b31a4 | /branches/bugeater_wicket_1.3/src/main/java/bugeater/web/component/UserBeanChoiceRenderer.java | 8ee6c1b260e9c3d2ed94405d0e4b0ea7ca36f151 | [] | no_license | BackupTheBerlios/bugeater-svn | https://github.com/BackupTheBerlios/bugeater-svn | cf3d315eedecd0dfe8337ab1de1bbd6290796e43 | faf807ea18b28c1506daf4af2b46ed020e77869c | refs/heads/master | 2016-09-06T06:05:33.706000 | 2010-11-18T03:23:34 | 2010-11-18T03:23:34 | 40,442,370 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package bugeater.web.component;
import bugeater.bean.IUserBean;
import org.apache.wicket.markup.html.form.IChoiceRenderer;
/**
* A choice renderer that renders an IUserBean as the user's full name.
*
* @author pchapman
*/
public class UserBeanChoiceRenderer implements IChoiceRenderer
{
private static final long... | UTF-8 | Java | 865 | java | UserBeanChoiceRenderer.java | Java | [
{
"context": " IUserBean as the user's full name.\n * \n * @author pchapman\n */\npublic class UserBeanChoiceRenderer implement",
"end": 224,
"score": 0.999462366104126,
"start": 216,
"tag": "USERNAME",
"value": "pchapman"
}
] | null | [] | package bugeater.web.component;
import bugeater.bean.IUserBean;
import org.apache.wicket.markup.html.form.IChoiceRenderer;
/**
* A choice renderer that renders an IUserBean as the user's full name.
*
* @author pchapman
*/
public class UserBeanChoiceRenderer implements IChoiceRenderer
{
private static final long... | 865 | 0.721387 | 0.720231 | 38 | 21.763159 | 25.004667 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.263158 | false | false | 4 |
c1a7270e6ca016da665f0d6a9cc4dae9fa020505 | 33,380,485,874,095 | 735b9eb229dfebe064fbb68f252aa6480e9a0504 | /src/gitTest/Git.java | 71ea476bf7ee5d08c7cc0ae65e65c7c13fda79ee | [] | no_license | yjc1972077620/gitTest | https://github.com/yjc1972077620/gitTest | 3da8491c6e67988eafd66ac4535fcac63fd8fb14 | 8e5114fa91604c730c03e3bd32461bd24e5e3ab7 | refs/heads/master | 2020-07-04T12:33:40.452000 | 2019-08-14T06:42:37 | 2019-08-14T06:42:37 | 193,214,755 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package gitTest;
public class Git {
private String gitName;
private String gitPwd;
public void setGitName(String gitName) {
this.gitName = gitName;
}
public void setGitPwd(String gitPwd) {
this.gitPwd = gitPwd;
}
public String getGitName() {
return gitName;
}
public String getGitPwd() {
return git... | UTF-8 | Java | 332 | java | Git.java | Java | [] | null | [] | package gitTest;
public class Git {
private String gitName;
private String gitPwd;
public void setGitName(String gitName) {
this.gitName = gitName;
}
public void setGitPwd(String gitPwd) {
this.gitPwd = gitPwd;
}
public String getGitName() {
return gitName;
}
public String getGitPwd() {
return git... | 332 | 0.701807 | 0.701807 | 21 | 14.809524 | 13.138888 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.333333 | false | false | 4 |
fba340cd7cebee0472174e094696a41e330df92e | 34,050,500,743,603 | e58bc7544057238f3a6f942fe9a168c8c7dfd96b | /src/main/java/org/impstack/jme/state/ScreenshotAppState.java | f54aa36f2de40bf2c0df45c993e87940ce5ca848 | [
"MIT"
] | permissive | ImpStack/impstack-utils | https://github.com/ImpStack/impstack-utils | 842496989594b67fa4621c95da265ed8a131543f | ed543227903257046a667068f7b5a79e258fa072 | refs/heads/master | 2021-08-31T20:20:41.028000 | 2017-12-22T18:19:14 | 2017-12-22T18:19:14 | 110,680,368 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.impstack.jme.state;
import com.jme3.app.Application;
import com.jme3.app.state.AppStateManager;
import com.jme3.input.controls.Trigger;
import java.io.File;
import java.nio.file.Path;
import java.text.DateFormat;
import java.text.SimpleDateFormat;
import java.util.Date;
/**
* @author remy
* @since 25/1... | UTF-8 | Java | 1,685 | java | ScreenshotAppState.java | Java | [
{
"context": "DateFormat;\nimport java.util.Date;\n\n/**\n * @author remy\n * @since 25/10/17.\n */\npublic class ScreenshotAp",
"end": 305,
"score": 0.9996275901794434,
"start": 301,
"tag": "USERNAME",
"value": "remy"
}
] | null | [] | package org.impstack.jme.state;
import com.jme3.app.Application;
import com.jme3.app.state.AppStateManager;
import com.jme3.input.controls.Trigger;
import java.io.File;
import java.nio.file.Path;
import java.text.DateFormat;
import java.text.SimpleDateFormat;
import java.util.Date;
/**
* @author remy
* @since 25/1... | 1,685 | 0.694362 | 0.688427 | 57 | 28.561403 | 26.478073 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.614035 | false | false | 4 |
450513a603f2eafbb4abd3709d1ac949130a57ed | 592,705,522,840 | f847cf1936e32327b35809a55fcd4f32234b2f19 | /src/exercise_85.java | d8ee3b09ae6f52d31c209234276904de740b6cfa | [] | no_license | prasmus/exercise85 | https://github.com/prasmus/exercise85 | 42685403ed2013c5fe0ddfe95f5e3238362b0dc5 | 52112018df70673cfdb08e6cd05bd27b840f13af | refs/heads/master | 2021-01-12T05:35:59.529000 | 2016-12-22T11:09:53 | 2016-12-22T11:09:53 | 77,138,047 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Created by Praktika on 22.12.2016.
*/
public class exercise_85 {
public static void main (String[]args){
int limit = 30;
for (int n = 2; n <limit; n++){
if(sieve(n)){
System.out.println(n);
}
}
}
public static boolean sieve (int n) {
... | UTF-8 | Java | 461 | java | exercise_85.java | Java | [
{
"context": "/**\n * Created by Praktika on 22.12.2016.\n */\npublic class exercise_85 {\n ",
"end": 26,
"score": 0.9997422695159912,
"start": 18,
"tag": "NAME",
"value": "Praktika"
}
] | null | [] | /**
* Created by Praktika on 22.12.2016.
*/
public class exercise_85 {
public static void main (String[]args){
int limit = 30;
for (int n = 2; n <limit; n++){
if(sieve(n)){
System.out.println(n);
}
}
}
public static boolean sieve (int n) {
... | 461 | 0.418655 | 0.386117 | 21 | 20.952381 | 14.565047 | 43 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.380952 | false | false | 4 |
06def82093647ac11298ed5e8d502955b1be99da | 592,705,521,707 | a16b2a58625081530c089568e2b29f74e23f95a9 | /doolin/Doolin-Bus/src/main/java/net/sf/doolin/bus/Priority.java | 6964daa21613196c3047500097ae2da241493e6b | [] | no_license | dcoraboeuf/orbe | https://github.com/dcoraboeuf/orbe | 440335b109dee2ee3db9ee2ab38430783e7a3dfb | dae644da030e5a5461df68936fea43f2f31271dd | refs/heads/master | 2022-01-27T10:18:43.222000 | 2022-01-01T11:45:35 | 2022-01-01T11:45:35 | 178,600,867 | 0 | 0 | null | false | 2022-01-01T11:46:01 | 2019-03-30T19:13:13 | 2022-01-01T11:45:42 | 2022-01-01T11:45:39 | 2,024 | 0 | 0 | 0 | Java | false | false | /*
* Created on Nov 10, 2006
*/
package net.sf.doolin.bus;
/**
* Level of priority for subscription.
*
* @author Damien Coraboeuf
* @version $Id: Priority.java,v 1.2 2007/07/31 15:33:12 guinnessman Exp $
*/
public enum Priority {
/**
* Lowest priority
*/
LOWEST,
/**
* Low priority
*/
LOW,
/**
* ... | UTF-8 | Java | 438 | java | Priority.java | Java | [
{
"context": "Level of priority for subscription.\n * \n * @author Damien Coraboeuf\n * @version $Id: Priority.java,v 1.2 2007/07/31 1",
"end": 136,
"score": 0.9998865127563477,
"start": 120,
"tag": "NAME",
"value": "Damien Coraboeuf"
}
] | null | [] | /*
* Created on Nov 10, 2006
*/
package net.sf.doolin.bus;
/**
* Level of priority for subscription.
*
* @author <NAME>
* @version $Id: Priority.java,v 1.2 2007/07/31 15:33:12 guinnessman Exp $
*/
public enum Priority {
/**
* Lowest priority
*/
LOWEST,
/**
* Low priority
*/
LOW,
/**
* Normal (de... | 428 | 0.591324 | 0.541096 | 33 | 12.272727 | 14.701624 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.848485 | false | false | 4 |
a733da45bfced49009e80c1e16b396d0d1636086 | 37,701,222,954,831 | 8a03320d196e9e102fbe6a8cf1988e4c771774ff | /Design Patterns/Design Pattern Demo/src/com/imani/dp/bridge/PersistenceImplementor.java | 07b42b57860a0f964d4592be4ecbdfc0e3dfa837 | [] | no_license | manikanta-ac/trainings | https://github.com/manikanta-ac/trainings | 5c6e6ee10e3387f766f1bb0a473d96d205956ed4 | 6aad61e370f6a9f7d1c2d8fe1d41d252af9495ae | refs/heads/master | 2021-01-22T22:20:47.626000 | 2017-06-06T03:01:38 | 2017-06-06T03:01:38 | 92,769,915 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.imani.dp.bridge;
public interface PersistenceImplementor {
long saveObject(Object object);
void deleteObject(long objectId);
Object getObject(long objectId);
}
| UTF-8 | Java | 178 | java | PersistenceImplementor.java | Java | [] | null | [] | package com.imani.dp.bridge;
public interface PersistenceImplementor {
long saveObject(Object object);
void deleteObject(long objectId);
Object getObject(long objectId);
}
| 178 | 0.792135 | 0.792135 | 9 | 18.777779 | 16.870604 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.777778 | false | false | 4 |
e12f84f714aea8acadc2ff659f25f7d9f5560167 | 22,093,311,833,082 | 1b767e806a8ee6fd2d8a86baeed4c61c7f752211 | /src/main/java/com/yes/moudle/moudle/MoudleApplication.java | 2c15de6155730149e18ca7439e60d48f6ad79cb1 | [] | no_license | DreamToDream/moudle | https://github.com/DreamToDream/moudle | e84383c78b1ba9ac217dec7e9836ee45c98f8018 | 7f83ef8b1b398663b354df925742f21965c06ed0 | refs/heads/master | 2021-01-03T03:43:09.017000 | 2020-02-18T14:31:19 | 2020-02-18T14:31:19 | 239,908,174 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.yes.moudle.moudle;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class MoudleApplication
{
public static void main(String[] args)
{
SpringApplication.run(MoudleApplication.class, args);
}
}
| UTF-8 | Java | 315 | java | MoudleApplication.java | Java | [] | null | [] | package com.yes.moudle.moudle;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class MoudleApplication
{
public static void main(String[] args)
{
SpringApplication.run(MoudleApplication.class, args);
}
}
| 315 | 0.815873 | 0.815873 | 15 | 20 | 23.04199 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 4 |
df3235ef98f13487f43b9d41186063e92930ae7c | 36,910,948,978,892 | fefb5a58506a048bd75496670e87d2def1f3ea97 | /src/biblio/metier/tests/TestEmployeEnRetard.java | c4d75d1348176e8b15872ba1de4391413a8ea2fa | [] | no_license | herbefol/Biblio_Emmanuel | https://github.com/herbefol/Biblio_Emmanuel | 8c32c99d89c1edd27819744a7531e88b24bbd1a6 | 081d294c19dfd7d6adc69c5ad34bd79f9db140bb | refs/heads/master | 2016-09-06T03:32:24.356000 | 2015-04-15T13:12:20 | 2015-04-15T13:12:20 | 33,538,232 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package biblio.metier.tests;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import biblio.dao.ExemplairesDao;
import biblio.dao.UtilisateursDao;
import biblio.metier.BiblioException;
import biblio.metier.ouvrages.EmpruntEnCours;
import biblio.metier.ouvrages.Exemplaire;
import biblio.me... | UTF-8 | Java | 4,575 | java | TestEmployeEnRetard.java | Java | [] | null | [] | package biblio.metier.tests;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import biblio.dao.ExemplairesDao;
import biblio.dao.UtilisateursDao;
import biblio.metier.BiblioException;
import biblio.metier.ouvrages.EmpruntEnCours;
import biblio.metier.ouvrages.Exemplaire;
import biblio.me... | 4,575 | 0.558267 | 0.545954 | 120 | 35.900002 | 30.760473 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.375 | false | false | 4 |
128ecf99a6a02bd498c6b5121dadb8256280e745 | 34,024,730,972,678 | c835c3c96b4a570a6fc93c1d44a64e5ba275e093 | /myspider/src/main/java/com/icbc/myspider/MySpider.java | a9c994ed0cd7453f42d0354319117fb361deda27 | [] | no_license | zcc888/myspider | https://github.com/zcc888/myspider | 43b81a4f7cf745a0d7e9264c4dce0a542af2e33b | 6756087c693d7ccbe1ae008999301554b484474f | refs/heads/master | 2021-01-15T22:18:51.069000 | 2016-02-02T14:26:34 | 2016-02-02T14:26:34 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.icbc.myspider;
import us.codecraft.webmagic.Spider;
import us.codecraft.webmagic.scheduler.FileCacheQueueScheduler;
import com.icbc.myspider.util.Constants;
/*
* 功能:爬虫入口,爬取并下载论坛上的图片,仅供学习
* 论坛域名已经隐去,请在Constants里自行配置
*/
public class MySpider {
public static void main(String[] args) {
Spider.create(ne... | UTF-8 | Java | 606 | java | MySpider.java | Java | [] | null | [] | package com.icbc.myspider;
import us.codecraft.webmagic.Spider;
import us.codecraft.webmagic.scheduler.FileCacheQueueScheduler;
import com.icbc.myspider.util.Constants;
/*
* 功能:爬虫入口,爬取并下载论坛上的图片,仅供学习
* 论坛域名已经隐去,请在Constants里自行配置
*/
public class MySpider {
public static void main(String[] args) {
Spider.create(ne... | 606 | 0.743346 | 0.739544 | 23 | 21.913044 | 20.790703 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.434783 | false | false | 4 |
47b224fac43551476a7b9910205ef9d73c6d8f42 | 39,350,490,389,376 | 991c83a02496763b333ae5dcdc3a79208f8974cd | /labs/4/Problem6_17.java | b8ae42cededb8036145927810fa5f9080110d7c4 | [] | no_license | loganmonaco256/cmpt220monaco | https://github.com/loganmonaco256/cmpt220monaco | 4685d2bb5c3bb3ebfa7754818da8090950ae1f7b | 8c4048ef18e3e6090d4978d5803c5f3611210ffb | refs/heads/master | 2021-09-13T22:11:46.413000 | 2018-05-04T22:07:55 | 2018-05-04T22:07:55 | 117,901,706 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.Scanner;
public class Problem6_17 {
//main class
public static void main(String[] args) {
Scanner input = new Scanner(System.in);
System.out.println("Please enter an n value for an nxn matrix: "); //prompt user for n value
int n = input.nextInt(); //set n to input
printMatrix(n); //call the ... | UTF-8 | Java | 684 | java | Problem6_17.java | Java | [] | null | [] | import java.util.Scanner;
public class Problem6_17 {
//main class
public static void main(String[] args) {
Scanner input = new Scanner(System.in);
System.out.println("Please enter an n value for an nxn matrix: "); //prompt user for n value
int n = input.nextInt(); //set n to input
printMatrix(n); //call the ... | 684 | 0.660819 | 0.647661 | 20 | 33.25 | 28.421602 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.8 | false | false | 4 |
01d7a1906f19b7b8c599d06393a15ff9241b6d0a | 38,182,259,286,226 | 4b09a1e4dadd764e7d91889fad0a4165d7fa063a | /src/test/java/MarketTest.java | ecf50241fe1676b7f1ea649437227d460db1b5c5 | [] | no_license | Olga-Chernopyatova/MarketTest1 | https://github.com/Olga-Chernopyatova/MarketTest1 | ec70c609009466fefac22dbbde4b1ba1e3562e48 | 5559c9e0ddf6ef027d764bbaecdde2d734c62885 | refs/heads/master | 2021-04-27T05:18:28.857000 | 2018-02-26T18:50:38 | 2018-02-26T18:50:38 | 122,594,272 | 0 | 0 | null | false | 2018-02-26T18:50:39 | 2018-02-23T08:32:35 | 2018-02-23T08:48:49 | 2018-02-26T18:50:38 | 5,444 | 0 | 0 | 0 | Java | false | null | import org.junit.Assert;
import org.junit.Ignore;
import org.junit.Test;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.support.ui.ExpectedConditions;
import org.openqa.selenium.support.ui.Wait;
import org.openqa.selenium.support.ui... | UTF-8 | Java | 2,586 | java | MarketTest.java | Java | [] | null | [] | import org.junit.Assert;
import org.junit.Ignore;
import org.junit.Test;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.support.ui.ExpectedConditions;
import org.openqa.selenium.support.ui.Wait;
import org.openqa.selenium.support.ui... | 2,586 | 0.668941 | 0.657705 | 70 | 34.585712 | 31.539768 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.728571 | false | false | 4 |
e05d5b0eb16e18c8333d3817553db1806eaf7f72 | 37,031,208,061,905 | c53af9635ce5c728750f46a94c9331b7e0e3dbed | /src/EXG101/Palindromo.java | 67717f4130778b8d890799a52744349eb7d3f92a | [] | no_license | JonasCostaGTI/Facensa-Estrutura-de-Dados | https://github.com/JonasCostaGTI/Facensa-Estrutura-de-Dados | 6b8c105276db0aed6bb592f0dc1731a423bf7786 | 401f35ca2a205afba380474cda585d7f784248d2 | refs/heads/master | 2021-01-17T04:48:34.073000 | 2016-05-30T22:48:11 | 2016-05-30T22:48:11 | 52,841,283 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
*
*/
package EXG101;
import java.util.ArrayList;
import javax.swing.JOptionPane;
/**
* @author jonascosta
* Verifica se uma palavra ou numero é palindromo
*
*/
public class Palindromo {
public static void main(String[] args) {
String palavra = JOptionPane.showInputDialog("digite uma palavra para sabe... | UTF-8 | Java | 1,399 | java | Palindromo.java | Java | [
{
"context": ";\n\nimport javax.swing.JOptionPane;\n\n/**\n * @author jonascosta\n * Verifica se uma palavra ou numero é palindromo",
"end": 116,
"score": 0.9533079862594604,
"start": 106,
"tag": "USERNAME",
"value": "jonascosta"
}
] | null | [] | /**
*
*/
package EXG101;
import java.util.ArrayList;
import javax.swing.JOptionPane;
/**
* @author jonascosta
* Verifica se uma palavra ou numero é palindromo
*
*/
public class Palindromo {
public static void main(String[] args) {
String palavra = JOptionPane.showInputDialog("digite uma palavra para sabe... | 1,399 | 0.681004 | 0.658065 | 61 | 21.868853 | 26.981157 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.393443 | false | false | 4 |
0b3ebdc116f23b221fb6f800d7ab8cf28c49b45e | 5,257,040,029,701 | 4d0ba8c8842a37f9cea720d2730da5300c545266 | /app/src/main/java/com/findandfix/carowner/viewmodel/EditProfileInfoViewModel.java | 70daf652aa8e427dc95ecac56ba23a228f0a7df1 | [] | no_license | Dp-Android-2018/carownermodel | https://github.com/Dp-Android-2018/carownermodel | 0491bf432345ea2110b4d6ca59c6ca05395e70df | d6a430615bd967ea9f867f078e2d3226565136eb | refs/heads/master | 2020-03-27T16:03:05.079000 | 2018-11-10T08:13:21 | 2018-11-10T08:13:26 | 146,756,561 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.findandfix.carowner.viewmodel;
import android.app.Activity;
import android.app.Dialog;
import android.content.Context;
import android.content.Intent;
import android.databinding.BaseObservable;
import android.databinding.Bindable;
import android.databinding.ObservableField;
import android.graphics.Bitmap;
i... | UTF-8 | Java | 24,580 | java | EditProfileInfoViewModel.java | Java | [
{
"context": "android.app.Activity.RESULT_OK;\n\n/**\n * Created by DELL on 03/04/2018.\n */\n\npublic class EditProfileInfoV",
"end": 2899,
"score": 0.708641767501831,
"start": 2895,
"tag": "NAME",
"value": "DELL"
}
] | null | [] | package com.findandfix.carowner.viewmodel;
import android.app.Activity;
import android.app.Dialog;
import android.content.Context;
import android.content.Intent;
import android.databinding.BaseObservable;
import android.databinding.Bindable;
import android.databinding.ObservableField;
import android.graphics.Bitmap;
i... | 24,580 | 0.626932 | 0.625346 | 576 | 41.673611 | 33.148045 | 288 | false | false | 0 | 0 | 0 | 0 | 168 | 0.013548 | 0.625 | false | false | 4 |
a5ac23ae21c7ef123089bb8b7f1d5bc182339a0b | 15,195,594,325,847 | 3788b1b004ee608949619847a02f7e0ad050f04a | /gumdrop.test/gumdrop/test/json/NamedPersonAttributesDeserializer.java | 86c4e981a80d1f8a33897bc227e5906a78099d60 | [
"MIT"
] | permissive | pmcollins/gumdrop | https://github.com/pmcollins/gumdrop | b9059df86da2291d321cfd397be09bda1acc965f | f089bff6cb7b26dbed8f57ce753696a5dd2f8ee5 | refs/heads/master | 2021-05-14T09:31:42.692000 | 2020-05-18T01:06:29 | 2020-05-18T01:06:29 | 115,665,301 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package gumdrop.test.json;
import gumdrop.json.Chainable;
import gumdrop.json.IntDeserializer;
import gumdrop.json.Deserializer;
import gumdrop.json.UnknownKeyException;
import gumdrop.test.fake.Person;
class NamedPersonAttributesDeserializer extends Deserializer<Person> {
NamedPersonAttributesDeserializer(Person ... | UTF-8 | Java | 665 | java | NamedPersonAttributesDeserializer.java | Java | [] | null | [] | package gumdrop.test.json;
import gumdrop.json.Chainable;
import gumdrop.json.IntDeserializer;
import gumdrop.json.Deserializer;
import gumdrop.json.UnknownKeyException;
import gumdrop.test.fake.Person;
class NamedPersonAttributesDeserializer extends Deserializer<Person> {
NamedPersonAttributesDeserializer(Person ... | 665 | 0.736842 | 0.736842 | 25 | 25.6 | 22.922478 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 4 |
570571aa893a5f742018dae127e580f882550aa4 | 39,676,907,905,077 | e00f82f0c5bb9e5ace6c0a2fbc9303a2ab2577cb | /WheelMotorControl.java | dbb1ed1aceefd63cc3ce8d86a1e59590f15508d7 | [] | no_license | MatthewShortt/Capstone | https://github.com/MatthewShortt/Capstone | 3294d9c674fbf1081d9cdd003bf46d3f32286abe | 33452802e5691c862154195014c05a674d5c05a2 | refs/heads/master | 2021-09-13T04:20:54.188000 | 2018-04-25T00:52:36 | 2018-04-25T00:52:36 | 111,027,649 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import com.pi4j.io.gpio.*;
// The two PWM pins are GPIO12 and GPIO13.
public class WheelMotorControl {
//Note: max motor velocity reduced to 90% to account for max current draw of ESCs
private final double MAX_MOTOR_VELOCITY = 19.77*0.9; // in m/s
private final int MAX_TURN_RADIUS = 20000; // in mm
... | UTF-8 | Java | 4,270 | java | WheelMotorControl.java | Java | [] | null | [] | import com.pi4j.io.gpio.*;
// The two PWM pins are GPIO12 and GPIO13.
public class WheelMotorControl {
//Note: max motor velocity reduced to 90% to account for max current draw of ESCs
private final double MAX_MOTOR_VELOCITY = 19.77*0.9; // in m/s
private final int MAX_TURN_RADIUS = 20000; // in mm
... | 4,270 | 0.64918 | 0.616159 | 153 | 25.921568 | 23.638765 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.529412 | false | false | 4 |
0f194edd8ac718b4acc6b9329aa06e061770b806 | 34,651,796,200,002 | f6671dd95f6f6af6bfb4fe30eb53fa3334cf9f04 | /src/main/java/uk/org/sehicl/website/dataload/ModelLoader.java | dff29d170e71b33980399a4e2b5932e8e138a241 | [] | no_license | hicksjduk/sehicljava | https://github.com/hicksjduk/sehicljava | 8938eb84c084d9fda24260fd347656e288d4dbd3 | 08c6eef51dbffe84b201e2540c7c392a859e7f0d | refs/heads/master | 2018-02-15T07:04:56.950000 | 2018-01-23T21:16:27 | 2018-01-23T21:16:27 | 63,847,647 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package uk.org.sehicl.website.dataload;
import java.io.InputStream;
import java.util.HashMap;
import java.util.Map;
import java.util.TimeZone;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.fasterxml.jackson.dataformat.xml.XmlMapper;
import uk.org.sehicl.website.data.Model;
public class ... | UTF-8 | Java | 1,422 | java | ModelLoader.java | Java | [] | null | [] | package uk.org.sehicl.website.dataload;
import java.io.InputStream;
import java.util.HashMap;
import java.util.Map;
import java.util.TimeZone;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.fasterxml.jackson.dataformat.xml.XmlMapper;
import uk.org.sehicl.website.data.Model;
public class ... | 1,422 | 0.639944 | 0.633615 | 50 | 26.440001 | 24.713688 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.22 | false | false | 4 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.