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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ef47661691a8bc35173f4a973a62997f3a20c447 | 10,230,612,122,050 | 7422b2d98d45c56f48c71ac9bd06282a4e7b4460 | /test/src/org/lockss/poller/TestPollManager.java | bf70a204e1a97197a0e5380b81169a3e8d0936d7 | [
"BSD-3-Clause"
] | permissive | rondinelisaad/lockss-daemon | https://github.com/rondinelisaad/lockss-daemon | 09d91fafec38c341c1349f8fe78167ff22ec7abe | 563a3bcd106908b0967f510ee4cf88525a48651a | refs/heads/master | 2023-05-04T22:22:12.496000 | 2020-11-13T15:11:13 | 2020-11-13T15:11:13 | 215,852,925 | 0 | 0 | NOASSERTION | true | 2020-11-09T14:16:27 | 2019-10-17T17:51:18 | 2019-10-18T19:24:58 | 2020-11-09T14:16:27 | 1,012,095 | 0 | 0 | 0 | Java | false | false | /*
* $Id$
*/
/*
Copyright (c) 2000-2013 Board of Trustees of Leland Stanford Jr. University,
all rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including... | UTF-8 | Java | 31,588 | java | TestPollManager.java | Java | [
{
"context": " + \"iddb\",\n\t\t\t\t IdentityManager.PARAM_LOCAL_IP, \"127.1.2.3\",\n\t\t\t\t LcapDatagramComm.PARAM_ENABLED, \"false\");",
"end": 3048,
"score": 0.9992674589157104,
"start": 3039,
"tag": "IP_ADDRESS",
"value": "127.1.2.3"
},
{
"context": "llmanager.makePoll(v1Testm... | null | [] | /*
* $Id$
*/
/*
Copyright (c) 2000-2013 Board of Trustees of Leland Stanford Jr. University,
all rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including... | 31,580 | 0.681208 | 0.647113 | 880 | 34.895454 | 23.671099 | 129 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.293182 | false | false | 7 |
0434b35ccc3ce8d9e1bddd5107a867c8eb899410 | 10,230,612,117,740 | e15e6904f6ced331a4c59e43bf41c2b2079345a8 | /src/classifier/ID3/ID3.java | 21d19d3c395b83d88eeaf97a580df378c69da9d4 | [] | no_license | sameerab38/DataMiningSandbox | https://github.com/sameerab38/DataMiningSandbox | 9498add64e4b15d0f3d65e3ac8e281e757f7bcbb | 467b0e5563db77b8cc03af6e41b1aeb8c6c0baf0 | refs/heads/master | 2021-05-28T08:25:01.193000 | 2015-02-18T14:30:39 | 2015-02-18T14:30:39 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package classifier.ID3;
import java.util.ArrayList;
import java.util.List;
/**
* Builds an ID3 tree with numerical attributes
*/
public class ID3 {
/*
* Attributes for this node
*/
private ID3 biggerChild;
private ID3 smallerChild;
private int indexOfBestAttribute;
private double bestAttributePointOfDivi... | UTF-8 | Java | 8,337 | java | ID3.java | Java | [] | null | [] | package classifier.ID3;
import java.util.ArrayList;
import java.util.List;
/**
* Builds an ID3 tree with numerical attributes
*/
public class ID3 {
/*
* Attributes for this node
*/
private ID3 biggerChild;
private ID3 smallerChild;
private int indexOfBestAttribute;
private double bestAttributePointOfDivi... | 8,337 | 0.695694 | 0.684899 | 264 | 30.583334 | 26.643421 | 124 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.693182 | false | false | 7 |
a2da3a79a4b751af08a5e97cb65d0da33ee0ab59 | 30,288,109,388,261 | d993fe5831d9f4f5334c026183eff1e3e2e946cf | /src/point1/FilterMessages.java | be01b99fd12bc990c3302c867e66cc04d2329841 | [] | no_license | Gomezit/INTELEGENTES-I | https://github.com/Gomezit/INTELEGENTES-I | 621ca709f7da984d731d02242f22a61837c6a6f7 | 7380c039338c0c81a7b9ea6f4a04d8111a006003 | refs/heads/master | 2020-04-26T07:39:50.873000 | 2019-03-02T03:50:35 | 2019-03-02T03:50:35 | 173,400,037 | 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 point1;
import jade.core.Agent;
import jade.core.behaviours.*;
import jade.domain.introspection.AddedBehaviour;
import jade.la... | UTF-8 | Java | 1,086 | java | FilterMessages.java | Java | [
{
"context": " jade.lang.acl.MessageTemplate;\n\n/**\n *\n * @author andres\n *\n * -gui ag:point1.AgentPoint1\n *\n */\npublic cl",
"end": 402,
"score": 0.9945396184921265,
"start": 396,
"tag": "USERNAME",
"value": "andres"
}
] | 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 point1;
import jade.core.Agent;
import jade.core.behaviours.*;
import jade.domain.introspection.AddedBehaviour;
import jade.la... | 1,086 | 0.6814 | 0.678637 | 49 | 21.163265 | 23.399239 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.408163 | false | false | 7 |
67d704a71075b2f60e2e60392ecc65e5439a7c32 | 7,258,494,791,555 | dc7c5fe2471a49e1c17b8365772f8e7b9eb58c0a | /src/main/java/yang/leon/quoridor/mode/ClientGameWizard.java | e62a1941dd5e5f4dc92539189213eaa38e3c6c71 | [] | no_license | LeonYang5114/quoridor | https://github.com/LeonYang5114/quoridor | 1b192bd98bd49c27473c407cafa914be23b365e4 | d3fe67c1dfee0f2684a623897e82e15b6737d746 | refs/heads/master | 2020-05-05T03:25:17.753000 | 2015-02-12T05:14:39 | 2015-02-12T05:14:39 | 28,958,675 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package yang.leon.quoridor.mode;
import java.awt.Dimension;
import java.awt.GridBagConstraints;
import java.awt.GridBagLayout;
import java.awt.Insets;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.io.IOException;
import java.net.DatagramPacket;
import java.net.DatagramSocket;
imp... | UTF-8 | Java | 9,922 | java | ClientGameWizard.java | Java | [
{
"context": "ps search\n * for the server (host).\n * \n * @author Leon Yang\n *\n */\npublic class ClientGameWizard extends Abst",
"end": 1192,
"score": 0.9997692704200745,
"start": 1183,
"tag": "NAME",
"value": "Leon Yang"
},
{
"context": "agramSocket c;\n\t// This segment of code... | null | [] | package yang.leon.quoridor.mode;
import java.awt.Dimension;
import java.awt.GridBagConstraints;
import java.awt.GridBagLayout;
import java.awt.Insets;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.io.IOException;
import java.net.DatagramPacket;
import java.net.DatagramSocket;
imp... | 9,911 | 0.673352 | 0.659847 | 345 | 27.75942 | 21.115488 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.753623 | false | false | 7 |
e223a66ea8cb1f26cbaa0e070f7023c87f97a600 | 24,051,816,906,617 | 7643ccf843050428d8d557f410f28735c8629e9c | /Phase2/GameCentre/app/src/main/java/fall2018/csc2017/memorymatrix/MemoryMatrixActivity.java | 181feb21695d09b96f9b1f4b612a2a869ea59d0f | [] | no_license | robertf787/GameCentre | https://github.com/robertf787/GameCentre | 5092144f7244dff25f5a7036b2e43211b37c64a4 | 9c0bc6acbc27299c251b8dc3764df3bdd06c73ca | refs/heads/master | 2020-04-17T16:47:53.649000 | 2019-01-22T20:00:04 | 2019-01-22T20:00:04 | 166,753,122 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package fall2018.csc2017.memorymatrix;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.NumberPicker;
import android.widget.TextView;
import fall2018.csc2017.R;
/**
* The initial activity for the sliding puzzle t... | UTF-8 | Java | 2,769 | java | MemoryMatrixActivity.java | Java | [] | null | [] | package fall2018.csc2017.memorymatrix;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.NumberPicker;
import android.widget.TextView;
import fall2018.csc2017.R;
/**
* The initial activity for the sliding puzzle t... | 2,769 | 0.656555 | 0.648248 | 94 | 28.468084 | 23.688 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.414894 | false | false | 7 |
fb969f40d79e30a896128f9d066e1fbf634f8ea6 | 38,774,964,784,506 | 284ce0e37a58884527ccbcfad84720fb33c9f807 | /app/src/main/java/epitech/epioid/API/InformationHelper.java | 6cb583afe32b46eb9856a57e41bf3b34ee917bc9 | [
"MIT"
] | permissive | Teamoid/Epioid | https://github.com/Teamoid/Epioid | bbca7c2e11e863c07705202e85c805f22721b8ad | 14d6e91cbfc54a956325bb1e4219efb9f6299dcf | refs/heads/master | 2021-01-01T15:31:06.898000 | 2015-02-03T17:18:58 | 2015-02-03T17:18:58 | 29,092,499 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package epitech.epioid.API;
import com.loopj.android.http.RequestParams;
import epitech.epioid.API.Items.Alerts;
import epitech.epioid.API.Items.Information;
import epitech.epioid.API.Items.Marks;
import epitech.epioid.API.Items.Messages;
/**
* Created by michelantoine on 15/01/15.
*/
class InformationHelper {
... | UTF-8 | Java | 1,490 | java | InformationHelper.java | Java | [
{
"context": "tech.epioid.API.Items.Messages;\n\n/**\n * Created by michelantoine on 15/01/15.\n */\nclass InformationHelper {\n pu",
"end": 273,
"score": 0.9996798038482666,
"start": 260,
"tag": "USERNAME",
"value": "michelantoine"
}
] | null | [] | package epitech.epioid.API;
import com.loopj.android.http.RequestParams;
import epitech.epioid.API.Items.Alerts;
import epitech.epioid.API.Items.Information;
import epitech.epioid.API.Items.Marks;
import epitech.epioid.API.Items.Messages;
/**
* Created by michelantoine on 15/01/15.
*/
class InformationHelper {
... | 1,490 | 0.748322 | 0.744295 | 39 | 37.205128 | 41.558842 | 141 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.769231 | false | false | 7 |
5295aa47f7e3218ff9cea0c15a9eee4a319ea9ba | 34,376,918,282,316 | 616e416a4fe63a0ccf45fc526601f848136d6ed0 | /java/src/shared/models/Message.java | f9b5592e12afc495708be557e871f8d5d8e83c2f | [] | no_license | Bipsy/Catan-Client | https://github.com/Bipsy/Catan-Client | 0c5a64dfd7b69dc7ca2f71955a31adc8aad4b142 | 66b67a71ff5c53ab60551dac52af6e9eeb713d29 | refs/heads/master | 2021-01-21T07:38:50.883000 | 2015-04-14T17:53:48 | 2015-04-14T17:53:48 | 29,039,818 | 0 | 0 | null | false | 2015-04-14T17:53:49 | 2015-01-09T23:18:02 | 2015-04-02T05:03:05 | 2015-04-14T17:53:48 | 17,808 | 0 | 0 | 3 | Java | null | null | package shared.models;
import shared.models.DTO.MessageLineDTO;
public class Message {
private String message;
private String source;
public Message(MessageLineDTO line) {
this.message = line.getMessage();
this.source = line.getSource();
}
public String getMessage() {
re... | UTF-8 | Java | 569 | java | Message.java | Java | [] | null | [] | package shared.models;
import shared.models.DTO.MessageLineDTO;
public class Message {
private String message;
private String source;
public Message(MessageLineDTO line) {
this.message = line.getMessage();
this.source = line.getSource();
}
public String getMessage() {
re... | 569 | 0.625659 | 0.625659 | 31 | 17.354839 | 16.209414 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.322581 | false | false | 7 |
bb24169cbbcf2e4acb6b7cbdcc051390c5c348d7 | 32,083,405,761,967 | 137ce320393e44f2de9c4d78df496e25101992c3 | /Java Programming/JPL04-Lab5/src/Ex3/BuggerCook.java | c664cf1e8198b12a9e7b349acbe73a7008a0d7d6 | [] | no_license | hello-im-yj/Lecture | https://github.com/hello-im-yj/Lecture | da9469a281b43726874791a0458ecc21fe812ce4 | 59769edb36549822ff843352b060de5f5e546298 | refs/heads/master | 2023-06-09T04:56:45.646000 | 2021-06-25T12:35:07 | 2021-06-25T12:35:07 | 380,224,235 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /* 1748022 김유진
* (예제3) 인터페이스
* */
package Ex3;
public interface BuggerCook {
//public abstract
void makeBugger();
//public abstract
void makeSalad();
}
| UHC | Java | 186 | java | BuggerCook.java | Java | [
{
"context": "/* 1748022 김유진\n * (예제3) 인터페이스\n * */\n\npackage Ex3;\n\npublic interf",
"end": 14,
"score": 0.9996326565742493,
"start": 11,
"tag": "NAME",
"value": "김유진"
}
] | null | [] | /* 1748022 김유진
* (예제3) 인터페이스
* */
package Ex3;
public interface BuggerCook {
//public abstract
void makeBugger();
//public abstract
void makeSalad();
}
| 186 | 0.650602 | 0.596386 | 14 | 10.857142 | 9.109313 | 29 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.642857 | false | false | 7 |
ef0f28e3c2f922f9cfd0c77118415484553d89c0 | 38,689,065,423,434 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/28/28_c96eabacc4b1258632b2d0671c937cdc298def72/GmmlInfoBox/28_c96eabacc4b1258632b2d0671c937cdc298def72_GmmlInfoBox_s.java | 0b02930e965521b48815d058ced6b0ef9fda7f3c | [] | no_license | zhongxingyu/Seer | https://github.com/zhongxingyu/Seer | 48e7e5197624d7afa94d23f849f8ea2075bcaec0 | c11a3109fdfca9be337e509ecb2c085b60076213 | refs/heads/master | 2023-07-06T12:48:55.516000 | 2023-06-22T07:55:56 | 2023-06-22T07:55:56 | 259,613,157 | 6 | 2 | null | false | 2023-06-22T07:55:57 | 2020-04-28T11:07:49 | 2023-06-21T00:53:27 | 2023-06-22T07:55:57 | 2,849,868 | 2 | 2 | 0 | null | false | false | package graphics;
import java.awt.Rectangle;
import java.awt.Shape;
import org.eclipse.swt.SWT;
import org.eclipse.swt.events.PaintEvent;
import org.eclipse.swt.graphics.Font;
import org.eclipse.swt.graphics.GC;
import org.eclipse.swt.graphics.Point;
import data.GmmlDataObject;
public class GmmlInfoBo... | UTF-8 | Java | 3,622 | java | 28_c96eabacc4b1258632b2d0671c937cdc298def72_GmmlInfoBox_s.java | Java | [] | null | [] | package graphics;
import java.awt.Rectangle;
import java.awt.Shape;
import org.eclipse.swt.SWT;
import org.eclipse.swt.events.PaintEvent;
import org.eclipse.swt.graphics.Font;
import org.eclipse.swt.graphics.GC;
import org.eclipse.swt.graphics.Point;
import data.GmmlDataObject;
public class GmmlInfoBo... | 3,622 | 0.673937 | 0.670624 | 122 | 28.655737 | 25.156158 | 108 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.598361 | false | false | 7 |
ddd9dd918fcfa93ac873d0a5342128265cf143c4 | 37,950,331,046,101 | b703be1b14e52f84beeede41e394ad8090a46358 | /petrochina-service-common/src/main/java/www/tonghao/service/common/entity/OrderSplitItem.java | 963ccd5e7954f638226f408f520d0bdfa81f759e | [] | no_license | GeekShawnLiu/goalmall | https://github.com/GeekShawnLiu/goalmall | 8abba7ab97ecbde9b86a65a3e00885c591bdae89 | d484c5f11bda65282445b9ef91cbee75af48f247 | refs/heads/master | 2023-04-29T15:04:07.741000 | 2020-10-26T04:42:53 | 2020-10-26T04:42:53 | 293,230,789 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package www.tonghao.service.common.entity;
import javax.persistence.Column;
import javax.persistence.Table;
import javax.persistence.Transient;
import www.tonghao.service.common.base.BaseEntity;
@Table(name = "order_split_item")
public class OrderSplitItem extends BaseEntity {
private static final long serialVersi... | UTF-8 | Java | 2,767 | java | OrderSplitItem.java | Java | [] | null | [] | package www.tonghao.service.common.entity;
import javax.persistence.Column;
import javax.persistence.Table;
import javax.persistence.Transient;
import www.tonghao.service.common.base.BaseEntity;
@Table(name = "order_split_item")
public class OrderSplitItem extends BaseEntity {
private static final long serialVersi... | 2,767 | 0.68449 | 0.682215 | 167 | 14.79042 | 15.205905 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.095808 | false | false | 7 |
e8a210130b99716da634a55ac9d67b8a39501238 | 38,397,007,649,105 | be5ba1bab516d0834411bd575d225e7836f28c54 | /app/src/main/java/com/marbit/hobbytrophies/interactors/wishes/WishListFragmentInteractor.java | 546a195e0f3dcc2626bdb2bc0b173e3de12f879b | [] | no_license | marceariel/hobby-trophies | https://github.com/marceariel/hobby-trophies | d2c0c453a264a9423c8457d78d6664720d76b82f | 5b7e5df15fcea534dd75b8925e32340bc2f7dc5b | refs/heads/master | 2021-09-13T01:47:18.348000 | 2018-04-23T15:20:22 | 2018-04-23T15:20:22 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.marbit.hobbytrophies.interactors.wishes;
import android.content.Context;
import com.marbit.hobbytrophies.wishes.dao.WishDAO;
import com.marbit.hobbytrophies.interfaces.wishes.WishListFragmentPresenterInterface;
import com.marbit.hobbytrophies.wishes.model.Wish;
import com.marbit.hobbytrophies.presenters.... | UTF-8 | Java | 1,159 | java | WishListFragmentInteractor.java | Java | [] | null | [] | package com.marbit.hobbytrophies.interactors.wishes;
import android.content.Context;
import com.marbit.hobbytrophies.wishes.dao.WishDAO;
import com.marbit.hobbytrophies.interfaces.wishes.WishListFragmentPresenterInterface;
import com.marbit.hobbytrophies.wishes.model.Wish;
import com.marbit.hobbytrophies.presenters.... | 1,159 | 0.763589 | 0.763589 | 32 | 35.21875 | 31.256733 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.53125 | false | false | 7 |
6f9871088869c70f1a7e17e363ddc7761e3ac720 | 18,923,625,946,333 | c6ab977a439356b393744a095ee77034515e31c2 | /src/WeatherLoader.java | a06bb8567bf3e47b1e05564c8484db8bd4c9abc3 | [] | no_license | neezacoto/WeatherDataParser | https://github.com/neezacoto/WeatherDataParser | d43722547a69867f098476e15e375d3eb190dab1 | af2b187b1b749d68611cc7b98b5a518a92d9539b | refs/heads/master | 2023-05-02T23:27:09.115000 | 2021-04-27T22:30:15 | 2021-04-27T22:30:15 | 346,560,708 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.io.File;
import java.io.IOException;
import java.lang.reflect.Array;
import java.nio.file.Files;
import java.nio.file.Path;
import java.util.ArrayList;
import java.util.List;
/**
* .pppp
*/
public class WeatherLoader {
private Path weatherFile = Path.of("src/2020_boston_weather.csv");
private ... | UTF-8 | Java | 2,551 | java | WeatherLoader.java | Java | [] | null | [] | import java.io.File;
import java.io.IOException;
import java.lang.reflect.Array;
import java.nio.file.Files;
import java.nio.file.Path;
import java.util.ArrayList;
import java.util.List;
/**
* .pppp
*/
public class WeatherLoader {
private Path weatherFile = Path.of("src/2020_boston_weather.csv");
private ... | 2,551 | 0.624069 | 0.621325 | 81 | 30.506172 | 34.277779 | 136 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.444444 | false | false | 7 |
dae1591331c85327de4aad2d1ed125d96f6a4536 | 36,017,595,745,614 | 713bbbf49339e86285cdaf5bf9bff74f857c10a9 | /src/desert/Board.java | 80ef71f84715e900916cbf017c8ad0a53cd3586e | [] | no_license | namlehai90/Painted-Desert-GP | https://github.com/namlehai90/Painted-Desert-GP | c669b0d34cbd70b804746f103ca79ebfcd6925b7 | 96e973f23fce0c036d698827bbc4e892d7f08aad | refs/heads/master | 2019-01-10T22:25:09.957000 | 2017-06-22T23:58:22 | 2017-06-22T23:58:22 | 95,166,376 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
/**
* Board.java
*
*
* Created: Sun May 2 22:21:50 1999
*
* @author David A. Kalina
* @version
*/
package desert;
import java.util.Random;
public class Board implements Cloneable {
protected int w, h, n_ants, max_hits;
protected Random RAND;
public Square[][] board;
protected Ant[] a... | UTF-8 | Java | 5,986 | java | Board.java | Java | [
{
"context": " * Created: Sun May 2 22:21:50 1999\n *\n * @author David A. Kalina\n * @version\n */\n\npackage desert;\n\nimport java.uti",
"end": 91,
"score": 0.99981689453125,
"start": 76,
"tag": "NAME",
"value": "David A. Kalina"
}
] | null | [] |
/**
* Board.java
*
*
* Created: Sun May 2 22:21:50 1999
*
* @author <NAME>
* @version
*/
package desert;
import java.util.Random;
public class Board implements Cloneable {
protected int w, h, n_ants, max_hits;
protected Random RAND;
public Square[][] board;
protected Ant[] ants;
... | 5,977 | 0.543101 | 0.531574 | 275 | 20.745455 | 18.278072 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.447273 | false | false | 7 |
8981174537bc3db98a30af1d8755efced788d264 | 1,460,288,922,434 | 527304275362e8c1271eadf8989806aa2cfe9cc6 | /NTrusted/app/src/main/java/com/example/tanvi/NTrusted/Source/Utilities/JSONParser/JSONParser.java | e661e2ce4d6d30c6fd16ba786ff2109e11f081fb | [] | no_license | aparna15kulkarni/NTrusted | https://github.com/aparna15kulkarni/NTrusted | ec23d4ba514500dabcaa23046a67c301ab4c1a05 | 39ffbeeebfca9a31d4883d1715c389b5c91b1527 | refs/heads/master | 2021-01-20T10:16:03.741000 | 2017-05-12T06:12:13 | 2017-05-12T06:12:13 | 86,207,096 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.tanvi.NTrusted.Source.Utilities.JSONParser;
import com.example.tanvi.NTrusted.Source.Models.Advertisement;
import com.example.tanvi.NTrusted.Source.Models.Category;
import com.example.tanvi.NTrusted.Source.Models.Request;
import com.example.tanvi.NTrusted.Source.Models.Transaction;
import com.examp... | UTF-8 | Java | 15,572 | java | JSONParser.java | Java | [
{
"context": "Date;\nimport java.util.HashMap;\n\n/**\n * Created by tanvi on 4/29/2017.\n */\n\npublic class JSONParser {\n\n ",
"end": 551,
"score": 0.9977635145187378,
"start": 546,
"tag": "USERNAME",
"value": "tanvi"
},
{
"context": "df = new DecimalFormat(\"#.#\");\n fl... | null | [] | package com.example.tanvi.NTrusted.Source.Utilities.JSONParser;
import com.example.tanvi.NTrusted.Source.Models.Advertisement;
import com.example.tanvi.NTrusted.Source.Models.Category;
import com.example.tanvi.NTrusted.Source.Models.Request;
import com.example.tanvi.NTrusted.Source.Models.Transaction;
import com.examp... | 15,572 | 0.631518 | 0.609299 | 412 | 36.796116 | 27.361694 | 130 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.890777 | false | false | 7 |
292953cdf503f5eb83d98cd0c8959b4a516c33f9 | 35,253,091,569,030 | 513454b139154bf3bc86ff22a2faccacb0e1992b | /app/src/main/java/com/example/sang/loginsystemv/MainActivity.java | d1fb140ddd108645befb8be8b61eb9ce24778290 | [] | no_license | Sanghamitra1234/Note_Taking_App | https://github.com/Sanghamitra1234/Note_Taking_App | af0abfa48c5dfee996936fe77e0e76f20b92b4c1 | 6e588f740e853238950b8698db28e81c5ab4cd96 | refs/heads/master | 2020-03-16T15:19:53.227000 | 2018-05-13T08:48:53 | 2018-05-13T08:48:53 | 132,738,868 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.sang.loginsystemv;
import android.content.Intent;
import android.support.v7.app.AlertDialog;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.TextView;
import com... | UTF-8 | Java | 3,124 | java | MainActivity.java | Java | [] | null | [] | package com.example.sang.loginsystemv;
import android.content.Intent;
import android.support.v7.app.AlertDialog;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.TextView;
import com... | 3,124 | 0.596671 | 0.596031 | 80 | 38.049999 | 31.745827 | 130 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6125 | false | false | 7 |
27b2425a6363f7a99453be7e1decf5c58a1e19a0 | 7,164,005,480,777 | a7c792d6cdf004b126d640260264b913d291d938 | /ks-myplan/myplan-impl/src/main/java/org/kuali/student/myplan/audit/service/model/GPA.java | 8d50d228af89c691006ba19d19a7fabb3cc3629b | [] | no_license | mocleiri/ks-myplan-export | https://github.com/mocleiri/ks-myplan-export | 41c7371fdb0f2c416ad9cdf9eb1ffb70a497a06c | 44b1fa80129b4460fc84072e944865acb5cb11bb | refs/heads/contrib_myplan_trunk | 2022-12-21T14:47:17.847000 | 2014-10-10T23:57:31 | 2014-10-10T23:57:31 | 25,539,832 | 0 | 1 | null | false | 2022-12-09T23:28:39 | 2014-10-21T18:50:44 | 2014-10-21T19:06:14 | 2022-12-09T23:28:37 | 584,906 | 0 | 0 | 19 | null | false | false | package org.kuali.student.myplan.audit.service.model;
public class GPA {
public String flag = " ";
// public String caption = "XX GPA CAPTION XX";
public float required;
public float earned;
public void setFlag(String flag) {
this.flag = flag;
}
public void setRequired(float requir... | UTF-8 | Java | 899 | java | GPA.java | Java | [] | null | [] | package org.kuali.student.myplan.audit.service.model;
public class GPA {
public String flag = " ";
// public String caption = "XX GPA CAPTION XX";
public float required;
public float earned;
public void setFlag(String flag) {
this.flag = flag;
}
public void setRequired(float requir... | 899 | 0.588432 | 0.58287 | 46 | 18.543478 | 17.165064 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.304348 | false | false | 7 |
0741e6e66304aebb3bc30da3e50f633aafdde756 | 16,647,293,306,634 | eee118cbf05350a3ee0c57dc488374134b140029 | /src/main/java/kr/re/kitri/hellospring/dao/UserDao_spring_jdbc.java | cfce5e07c482c4e9e85b9d330b738698cef20d79 | [] | no_license | soongon/spring-201906 | https://github.com/soongon/spring-201906 | ad9148b523a7e1edeab1b799910589de2e8f2034 | add53c3eaaafea6ac32b361468c505bc6f91b40b | refs/heads/master | 2020-06-06T23:52:59.354000 | 2019-06-25T01:50:19 | 2019-06-25T01:50:19 | 192,670,475 | 0 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package kr.re.kitri.hellospring.dao;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.ArrayList;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.dao.DataAccessException;
import org.springframework.jdbc.core.JdbcTemplate... | UTF-8 | Java | 1,738 | java | UserDao_spring_jdbc.java | Java | [
{
"context": "new ArrayList<>();\r\n\t\tlistOfUser.add(new User(1, \"김순곤\", 40));\r\n\t\tlistOfUser.add(new User(2, \"yoon\", 30)",
"end": 1225,
"score": 0.9998235702514648,
"start": 1222,
"tag": "NAME",
"value": "김순곤"
},
{
"context": "er(1, \"김순곤\", 40));\r\n\t\tlistOfUser.add(new U... | null | [] | package kr.re.kitri.hellospring.dao;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.ArrayList;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.dao.DataAccessException;
import org.springframework.jdbc.core.JdbcTemplate... | 1,738 | 0.693699 | 0.681447 | 57 | 27.929825 | 23.078705 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.245614 | false | false | 7 |
c0d51268c58ac48ca2aa802d0cbba35421fd9287 | 35,897,336,667,232 | c30d4f174a28aac495463f44b496811ee0c21265 | /platform/util/src/com/intellij/util/io/FileAccessorCache.java | 180b8cf5649dbcf0a5f5a5e4bec71cc4735d1a87 | [
"Apache-2.0"
] | permissive | sarvex/intellij-community | https://github.com/sarvex/intellij-community | cbbf08642231783c5b46ef2d55a29441341a03b3 | 8b8c21f445550bd72662e159ae715e9d944ba140 | refs/heads/master | 2023-05-14T14:32:51.014000 | 2023-05-01T06:59:21 | 2023-05-01T06:59:21 | 32,571,446 | 0 | 0 | Apache-2.0 | true | 2023-05-01T06:59:22 | 2015-03-20T08:16:17 | 2016-02-23T18:07:14 | 2023-05-01T06:59:21 | 2,153,837 | 0 | 0 | 0 | Java | false | false | /*
* Copyright 2000-2015 JetBrains s.r.o.
*
* 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 agre... | UTF-8 | Java | 3,277 | java | FileAccessorCache.java | Java | [] | null | [] | /*
* Copyright 2000-2015 JetBrains s.r.o.
*
* 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 agre... | 3,277 | 0.670735 | 0.665243 | 124 | 25.42742 | 24.167484 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.41129 | false | false | 7 |
6aaa018e8c21f7f1e14b5a4d6bee92450274b71f | 3,478,923,572,798 | cdd840a1f88a99eb4433e9479283455d3db8c770 | /JavaPractice/src/sist/com/util2/UtilEx7P.java | 7a7fbee51b3fe057f48ea0c77456702531d4cd30 | [] | no_license | JunFe23/JavaPractice | https://github.com/JunFe23/JavaPractice | 802fbe7dd3b7c4d2e1d321bcf68b2bec26334a50 | 8b525eda82a4c093fd7a18c6909df8f48f162c80 | refs/heads/master | 2023-05-04T08:59:03.617000 | 2021-05-29T06:49:23 | 2021-05-29T06:49:23 | 324,573,486 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package sist.com.util2;
import java.util.Vector;
public class UtilEx7P {
private Vector<Member1> vector = new Vector<Member1>();
}
| UTF-8 | Java | 136 | java | UtilEx7P.java | Java | [] | null | [] | package sist.com.util2;
import java.util.Vector;
public class UtilEx7P {
private Vector<Member1> vector = new Vector<Member1>();
}
| 136 | 0.735294 | 0.705882 | 8 | 16 | 18.452642 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.625 | false | false | 7 |
08946aed0b828e22cb78198128677da3512b3d20 | 2,465,311,228,062 | 27ecf6708d5830853f4d04cc1904ca6729e69986 | /Android/Services/app/src/main/java/com/vstrizhakov/services/MyTimeServiceThread.java | 7ee4b63c72453c5efb0e63f7a4c122c8c5b18d8f | [] | no_license | vstrizhakov/itstep_works | https://github.com/vstrizhakov/itstep_works | 722218a074ff9ceb2bd1ea9a6b91ff76c5f63f3d | 2f3d32967b18a6918d11b12b5210db1116b55b70 | refs/heads/master | 2021-09-22T07:15:53.175000 | 2021-09-20T19:17:11 | 2021-09-20T19:17:11 | 132,743,674 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.vstrizhakov.services;
import android.util.Log;
import java.util.Calendar;
public class MyTimeServiceThread extends Thread
{
@Override
public void run()
{
try
{
while (true)
{
String currentTime = getCurrentTime();
Log.d("===", "run: " + currentTime);
Thread.sleep(500);
}
}
... | UTF-8 | Java | 635 | java | MyTimeServiceThread.java | Java | [] | null | [] | package com.vstrizhakov.services;
import android.util.Log;
import java.util.Calendar;
public class MyTimeServiceThread extends Thread
{
@Override
public void run()
{
try
{
while (true)
{
String currentTime = getCurrentTime();
Log.d("===", "run: " + currentTime);
Thread.sleep(500);
}
}
... | 635 | 0.656693 | 0.651968 | 35 | 17.142857 | 17.511045 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.857143 | false | false | 7 |
d4b4b69e15d60731fb0788df4234239300206cb0 | 11,793,980,203,435 | df7f69f1d7de00819d796be653b023e97c87f9a7 | /client/app/src/main/java/com/example/shopping/app/model/Item.java | 6a940a8d68a2a45d1ed73fc12787954862aebccc | [] | no_license | farbod-s/Store | https://github.com/farbod-s/Store | 1a8a2a9a0348b60e0d8d7ead405eee24cac1e4b1 | a041013c338d64b32480cb9d3500d8de9220ef1f | refs/heads/master | 2021-03-30T17:44:46.659000 | 2015-09-12T08:18:22 | 2015-09-12T08:18:22 | 42,349,555 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.shopping.app.model;
import java.util.ArrayList;
import java.util.List;
public class Item {
public int id;
public String subtotal;
public String subtotal_tax;
public String total;
public String total_tax;
public String price;
public int quantity;
public String tax_c... | UTF-8 | Java | 1,918 | java | Item.java | Java | [] | null | [] | package com.example.shopping.app.model;
import java.util.ArrayList;
import java.util.List;
public class Item {
public int id;
public String subtotal;
public String subtotal_tax;
public String total;
public String total_tax;
public String price;
public int quantity;
public String tax_c... | 1,918 | 0.621481 | 0.621481 | 61 | 30.442623 | 27.311514 | 203 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.918033 | false | false | 7 |
28b3110c5c42b6ac6c89d71fa21189ad2e4ecbe4 | 8,650,064,144,237 | 83858b7ae76473e1780b1ec1766c846b1aa8df17 | /chapter06/SharedPreferencesTest/app/src/main/java/com/example/sharedpreferencestest/MainActivity.java | cc029ca76908e4dde28114eebc21acd80effb739 | [] | no_license | x1aolata/AndroidLearning | https://github.com/x1aolata/AndroidLearning | 41cc89b8064320b4dda3b090fc5d11922bf13970 | 308a5136cef4b905eb7df2a5949fc92a339d4f87 | refs/heads/master | 2021-08-06T10:55:48.202000 | 2020-07-05T11:51:41 | 2020-07-05T11:51:41 | 196,119,156 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.sharedpreferencestest;
import android.content.SharedPreferences;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.TextView;
import java.io.BufferedWriter;
public class MainActivity extends AppC... | UTF-8 | Java | 1,615 | java | MainActivity.java | Java | [
{
"context": ".edit();\n editor.putString(\"name\",\"x1aolata\");\n editor.putBoolean(\"marr",
"end": 812,
"score": 0.639057457447052,
"start": 811,
"tag": "USERNAME",
"value": "x"
},
{
"context": "edit();\n editor.putString(\"name\",\"x1a... | null | [] | package com.example.sharedpreferencestest;
import android.content.SharedPreferences;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.TextView;
import java.io.BufferedWriter;
public class MainActivity extends AppC... | 1,615 | 0.623529 | 0.620433 | 44 | 35.704544 | 26.695744 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.75 | false | false | 7 |
2a20054a6c5c43c0aa0769426a135e25e1c923b0 | 25,159,918,430,013 | 73c17bf82988aab7e67fb808c391ff85400c0af3 | /widgetlibrary/src/main/java/com/benshanyang/widgetlibrary/widget/AccountEditText.java | 6cb04585ef910db3bed335fb811f337b103c7702 | [] | no_license | BenShanYang/Widget | https://github.com/BenShanYang/Widget | 61b54e000dfef8f32319c31957f24a1ee2809386 | 17c0d04e9585641ec06d4f19524182283ad7b02a | refs/heads/main | 2023-06-08T12:31:25.234000 | 2021-06-29T08:08:22 | 2021-06-29T08:08:22 | 323,283,513 | 2 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.benshanyang.widgetlibrary.widget;
import android.content.Context;
import android.content.res.ColorStateList;
import android.content.res.Resources;
import android.content.res.TypedArray;
import android.graphics.Bitmap;
import android.graphics.drawable.Drawable;
import android.os.Build;
import android.text.E... | UTF-8 | Java | 27,710 | java | AccountEditText.java | Java | [
{
"context": "除功能的输入框 </br>\n * 时间: 2019/3/20 11:07\n *\n * @author YangKuan\n * @version 1.0.0\n * @since\n */\npublic class Acco",
"end": 1250,
"score": 0.9988479614257812,
"start": 1242,
"tag": "NAME",
"value": "YangKuan"
}
] | null | [] | package com.benshanyang.widgetlibrary.widget;
import android.content.Context;
import android.content.res.ColorStateList;
import android.content.res.Resources;
import android.content.res.TypedArray;
import android.graphics.Bitmap;
import android.graphics.drawable.Drawable;
import android.os.Build;
import android.text.E... | 27,710 | 0.561675 | 0.558732 | 796 | 30.592964 | 30.27977 | 165 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.389447 | false | false | 7 |
84a2b7b4c5c25f17f0dc111dd7efe17d59f5582b | 11,501,922,430,478 | f88a074db34c3bbcaef882c18058f0777f2d2495 | /app/src/main/java/ng/com/androidlife/vsfproject/MenuScreen.java | 7694f63629b29a9770ddb59925e2221bbd765b27 | [] | no_license | maghassan/VSFProject | https://github.com/maghassan/VSFProject | 9980e785b4801a5e5e7dc53c539d85c6942b0039 | f7c931b5ff91978eb3f0d3ea1dff71ba608d358d | refs/heads/master | 2021-05-11T21:55:17.627000 | 2018-02-09T20:09:14 | 2018-02-09T20:09:14 | 117,481,513 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ng.com.androidlife.vsfproject;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
public class MenuScreen extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(... | UTF-8 | Java | 1,285 | java | MenuScreen.java | Java | [] | null | [] | package ng.com.androidlife.vsfproject;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
public class MenuScreen extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(... | 1,285 | 0.675486 | 0.674708 | 47 | 26.340425 | 21.469698 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.553191 | false | false | 7 |
6896e89fab24133e68a123093077e1d184385226 | 24,524,263,271,346 | 5e4a1c90655047938abe1adfc786d46263ea8e37 | /src/main/java/com/lqr/spring/springcache/service/PmsUserInfosService.java | 07909b2f626848c034e3e587006c7a4953fc3bae | [] | no_license | luoqiren/spring-base | https://github.com/luoqiren/spring-base | d91c0348658222db04d97d33addd0fe73bec9f2b | ee9aca411ca709fca470cffdbfc9170dfc459963 | refs/heads/master | 2022-12-28T10:00:24.478000 | 2020-10-12T01:11:16 | 2020-10-12T01:11:19 | 102,484,133 | 0 | 0 | null | false | 2022-12-16T06:17:31 | 2017-09-05T13:24:41 | 2020-10-12T01:11:36 | 2022-12-16T06:17:28 | 83 | 0 | 0 | 12 | Java | false | false | package com.lqr.spring.springcache.service;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Qualifier;
import org.springframework.cache.annotation.CacheEvict;
import org.springframework.cache.annotation.Cacheable;
import org.springframework.stereotype.... | UTF-8 | Java | 1,277 | java | PmsUserInfosService.java | Java | [] | null | [] | package com.lqr.spring.springcache.service;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Qualifier;
import org.springframework.cache.annotation.CacheEvict;
import org.springframework.cache.annotation.Cacheable;
import org.springframework.stereotype.... | 1,277 | 0.792482 | 0.792482 | 47 | 26.170214 | 22.288551 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.191489 | false | false | 7 |
207238ba484e5527d3f85b2e5cd0963f5cf58e99 | 33,801,392,656,738 | 94ad919f00f044f43834d521e7215e064dc5ccdf | /scop/SCOPUtils.java | 2853a695d5cdae1df2ebc60dbf4af5f45efa09f6 | [] | no_license | clezcano/Protein-Side-Chain-Packing-Problem | https://github.com/clezcano/Protein-Side-Chain-Packing-Problem | cfd02f92d1a0b12c7ec367c86ef2c1031741cc70 | 081456abdf81a41eb91963cd7c41cdcddc1062bc | refs/heads/master | 2020-04-17T10:24:31.653000 | 2016-09-12T22:34:37 | 2016-09-12T22:34:37 | 68,053,327 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package scop;
import dssp.DSSPUtils;
import java.util.ArrayList;
import pdb.PDBUtils;
import s2c.S2CUtils;
import scop.db.SCOPSelects;
import scop.entity.PDBSection;
/**
*
* @author administrator
*/
public class SCO... | UTF-8 | Java | 921 | java | SCOPUtils.java | Java | [
{
"context": "\nimport scop.entity.PDBSection;\n\n/**\n *\n * @author administrator\n */\npublic class SCOPUtils {\n\n static public A",
"end": 299,
"score": 0.9974652528762817,
"start": 286,
"tag": "USERNAME",
"value": "administrator"
}
] | null | [] | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package scop;
import dssp.DSSPUtils;
import java.util.ArrayList;
import pdb.PDBUtils;
import s2c.S2CUtils;
import scop.db.SCOPSelects;
import scop.entity.PDBSection;
/**
*
* @author administrator
*/
public class SCO... | 921 | 0.656895 | 0.647123 | 35 | 25.314285 | 22.452198 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.542857 | false | false | 7 |
b69b70bbe86417bbfbe75bc9f1599603c49e0357 | 38,259,568,690,109 | 1bf1a2bd67e6082fa84efc9525effdd103a1d784 | /my_leet_code/src/main/java/divideAndConquer/Simple_Selection_Sort.java | b1d5b886ae5983c9b821fcba5865fa073e383abf | [] | no_license | CKG2020/gittest | https://github.com/CKG2020/gittest | 9620e8ec624eb9a48f310744e880bb8fbcdb11ae | 56d1d50275e078ec77921e8af4ed6196d1f219ae | refs/heads/master | 2023-02-08T16:00:12.367000 | 2020-12-28T16:36:46 | 2020-12-28T16:36:46 | 308,554,827 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package divideAndConquer;
import java.util.ArrayList;
import java.util.Scanner;
//简单选择排序
public class Simple_Selection_Sort {
public ArrayList<Integer> init() {
ArrayList<Integer> list = new ArrayList<Integer>();
Scanner scanner = new Scanner(System.in);
System.out.println("输入数组的大小:");
... | UTF-8 | Java | 1,336 | java | Simple_Selection_Sort.java | Java | [] | null | [] | package divideAndConquer;
import java.util.ArrayList;
import java.util.Scanner;
//简单选择排序
public class Simple_Selection_Sort {
public ArrayList<Integer> init() {
ArrayList<Integer> list = new ArrayList<Integer>();
Scanner scanner = new Scanner(System.in);
System.out.println("输入数组的大小:");
... | 1,336 | 0.484568 | 0.482253 | 46 | 27.173914 | 17.404778 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.673913 | false | false | 7 |
0aa3e876b9a3f0420f62c7f18539cfd7fc210d8c | 38,723,425,179,431 | d5fef49bfd11f81f4e6e1510acf7c915ffa77a2b | /src/main/java/ga/core/config/AlgorithmSpringConfiguration.java | fdabfa5cb45ad12d8ce8d20612de0aefc76a1a77 | [] | no_license | wbars/shulga_2.0 | https://github.com/wbars/shulga_2.0 | 7adbd0949526145bc5416295b65395ae2170ca03 | a0e980d438b70e984cc0e90e293ecd51e1f1d816 | refs/heads/master | 2021-05-30T15:42:45.978000 | 2016-04-16T08:22:35 | 2016-04-16T08:22:35 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ga.core.config;
import ga.core.model.AlgorithmConfig;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;
import web.model.Status;
import java.util.Map;
import java.util.concurrent.Concurr... | UTF-8 | Java | 746 | java | AlgorithmSpringConfiguration.java | Java | [
{
"context": "l.concurrent.ConcurrentHashMap;\n\n/**\n * Created by wannabe on 15.04.16.\n */\n@Configuration\n@ComponentScan(\"g",
"end": 358,
"score": 0.9996142387390137,
"start": 351,
"tag": "USERNAME",
"value": "wannabe"
}
] | null | [] | package ga.core.config;
import ga.core.model.AlgorithmConfig;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;
import web.model.Status;
import java.util.Map;
import java.util.concurrent.Concurr... | 746 | 0.782842 | 0.762735 | 30 | 23.866667 | 20.719931 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.866667 | false | false | 7 |
971f0ffc1e5643382fe024ac2988f98a64d40f1e | 19,859,928,828,367 | 0b36335d961eac1920d85d7585f7d0831e8b7e72 | /APLesson_09/Lab_09_GetOdds.java | 62e156da00ba307f6f0683f1761fdaa8dd0130e6 | [] | no_license | yjkurosu/APCOMSCI_Sem1 | https://github.com/yjkurosu/APCOMSCI_Sem1 | 536f2105de70b91dcb30de9830e308f516b0c9ff | 9375a5ebfa7b2c8047a05ee31470f1cdc32d2cb9 | refs/heads/master | 2020-09-10T04:55:36.134000 | 2017-06-10T21:55:08 | 2017-06-10T21:55:08 | 67,243,578 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public class Lab_09_GetOdds
{
static int[] numbers;
public static void main(String[]args)
{
numbers = new int[10];
fillArray();
System.out.print("For the following numbers... ");
printArray();
System.out.println("\nThere are " + getOdds() + " odd numbers.");
}
public static void fillArray()
{
for(... | UTF-8 | Java | 661 | java | Lab_09_GetOdds.java | Java | [] | null | [] | public class Lab_09_GetOdds
{
static int[] numbers;
public static void main(String[]args)
{
numbers = new int[10];
fillArray();
System.out.print("For the following numbers... ");
printArray();
System.out.println("\nThere are " + getOdds() + " odd numbers.");
}
public static void fillArray()
{
for(... | 661 | 0.574887 | 0.556732 | 40 | 15.55 | 16.733126 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.85 | false | false | 7 |
c2b07ed050275250ae8f3176eccd9f3875ee82cb | 33,758,442,990,555 | acc957045cde7d28cebc5cbca8b76f84815a3ed3 | /mgt-core/src/main/java/com/jbb/mgt/core/dao/UserPropertiesDao.java | ad981eb46ac346732a1270cbc04bf0c046a33fe5 | [] | no_license | zmyuanmy/daichao_yuanmy | https://github.com/zmyuanmy/daichao_yuanmy | 9b11e9b95d7ddbb0ed2c9cdbd37e35be7381fa60 | c797b0b7d0b5edacd427885cfda62d2a46ccfd02 | refs/heads/master | 2022-10-14T10:37:33.236000 | 2019-08-16T03:51:00 | 2019-08-16T03:51:00 | 202,653,346 | 0 | 2 | null | false | 2022-10-05T03:25:48 | 2019-08-16T03:39:27 | 2019-08-16T03:53:10 | 2022-10-05T03:25:44 | 7,467 | 0 | 2 | 93 | Java | false | false | package com.jbb.mgt.core.dao;
import java.util.List;
import com.jbb.mgt.core.domain.UserProperty;
public interface UserPropertiesDao {
/**
* 通过userId和属性键查到用户属性信息
*
* @param userId
* @param name
* @return
*/
UserProperty selectUserPropertyByUserIdAndName(int userId, String name)... | UTF-8 | Java | 1,118 | java | UserPropertiesDao.java | Java | [] | null | [] | package com.jbb.mgt.core.dao;
import java.util.List;
import com.jbb.mgt.core.domain.UserProperty;
public interface UserPropertiesDao {
/**
* 通过userId和属性键查到用户属性信息
*
* @param userId
* @param name
* @return
*/
UserProperty selectUserPropertyByUserIdAndName(int userId, String name)... | 1,118 | 0.63301 | 0.63301 | 49 | 20.020409 | 22.984901 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.346939 | false | false | 7 |
8e92c6d32ebee2e48ba11790519cb7fe4f4b899b | 24,146,306,186,595 | 719d9d4621d5bcf40bc87fcbe8d9f9ed61675971 | /app/src/main/java/com/bw/jiguoshuai20200218/activity/MainActivity.java | cbedd8878ea119021e1f72a1786bb86f16c7a8cc | [] | no_license | Jiguoshuai456com/JIguoshuai20200218 | https://github.com/Jiguoshuai456com/JIguoshuai20200218 | 6bd05895282cd302b9cda28b92625feb677c47e2 | 46a72f3f8cf52fa1fd8b60f3bfda6b2e40d35e18 | refs/heads/master | 2021-01-07T05:05:14.894000 | 2020-02-19T10:05:17 | 2020-02-19T10:05:17 | 241,587,407 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.bw.jiguoshuai20200218.activity;
import android.support.annotation.Nullable;
import android.support.design.widget.TabLayout;
import android.support.v4.app.Fragment;
import android.support.v4.app.FragmentManager;
import android.support.v4.app.FragmentPagerAdapter;
import android.support.v4.view.ViewPager;
im... | UTF-8 | Java | 2,579 | java | MainActivity.java | Java | [] | null | [] | package com.bw.jiguoshuai20200218.activity;
import android.support.annotation.Nullable;
import android.support.design.widget.TabLayout;
import android.support.v4.app.Fragment;
import android.support.v4.app.FragmentManager;
import android.support.v4.app.FragmentPagerAdapter;
import android.support.v4.view.ViewPager;
im... | 2,579 | 0.647519 | 0.621727 | 84 | 29.464285 | 17.807467 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.654762 | false | false | 7 |
b3c87bbc21b0384b6ca0b2dfd240cc6d779c807d | 37,821,482,029,623 | 771ae28d327896ae7a6bab859c56b25aa7d701c3 | /TwitterApp/app/src/main/java/com/cleareyes/twitterapp/entities/Assignee.java | ea1f386a44516c9baac3ce059f7c06cb9808e29a | [] | no_license | govindr91/TwitterApp | https://github.com/govindr91/TwitterApp | 3748ff9175460d0dbee648076fc499f17e830015 | fd9dd574a171ea21d1de737d199f6d6f92273200 | refs/heads/master | 2021-01-10T10:51:55.802000 | 2016-03-19T19:32:38 | 2016-03-19T19:32:38 | 54,283,368 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.cleareyes.twitterapp.entities;
import com.google.gson.annotations.SerializedName;
import java.io.Serializable;
public class Assignee implements Serializable {
@SerializedName("login")
private String assigneeLogin;
public String getAssigneeLogin() {
return assigneeLogin;
}
p... | UTF-8 | Java | 424 | java | Assignee.java | Java | [] | null | [] | package com.cleareyes.twitterapp.entities;
import com.google.gson.annotations.SerializedName;
import java.io.Serializable;
public class Assignee implements Serializable {
@SerializedName("login")
private String assigneeLogin;
public String getAssigneeLogin() {
return assigneeLogin;
}
p... | 424 | 0.738208 | 0.738208 | 19 | 21.31579 | 20.28495 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.315789 | false | false | 7 |
013689ecb748fec245539aba100446d4a086f119 | 37,821,482,026,463 | 6904ec637a1a068e1e349e04bacc18ff1f5259fc | /AppUsandoArreglo.java | 26afa12e317763bf97adcfcee76a8e9ad1214bb8 | [] | no_license | fernandosandoval/TP-Especial-Programaci-n-3 | https://github.com/fernandosandoval/TP-Especial-Programaci-n-3 | a61e5091edd5fd3248c16227989c8d8e6ec561bf | c2e04f3fc609185ae06090e4c94a3a4d7dbd91ad | refs/heads/master | 2018-04-22T06:33:06.319000 | 2017-06-16T18:43:53 | 2017-06-16T18:43:53 | 91,146,449 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package tplikes;
public class AppUsandoArreglo extends App{
//Clase hijo de App implementa un arreglo como atributo para almacenar los Usuarios
//Utiliza una instancia de la clase Arreglo
private Arreglo usuarios;//Creamos el arreglo para almacenar los usuarios
public static final S... | UTF-8 | Java | 1,624 | java | AppUsandoArreglo.java | Java | [] | null | [] | package tplikes;
public class AppUsandoArreglo extends App{
//Clase hijo de App implementa un arreglo como atributo para almacenar los Usuarios
//Utiliza una instancia de la clase Arreglo
private Arreglo usuarios;//Creamos el arreglo para almacenar los usuarios
public static final S... | 1,624 | 0.594212 | 0.593596 | 47 | 32.553192 | 33.30632 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.319149 | false | false | 7 |
86dd7565a126045186a8c2cb3572cac6e0b54f68 | 18,459,769,440,657 | 242b9a7e4b34569484b30f7a0794de772e7850dc | /src/sample/Direction.java | e0078bf5b1e03a1fd57c3d1527237f65b1c4ffb2 | [] | no_license | professorlust/Survival | https://github.com/professorlust/Survival | 4e6f60af7f676d40f15309e3cc193e0e370353de | 449da7905b00009806464c6869bc428851f145f0 | refs/heads/master | 2020-04-07T18:45:25.518000 | 2016-03-12T15:19:10 | 2016-03-12T15:19:10 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package sample;
/**
* Created by davidperrey on 23/01/2016.
*
* in the game we consider the directions in this way :
*
* x = 1 EST
* x = -1 WEST
* y = 1 SOUTH
* y = -1 NORTH
*
*/
public class Direction {
// ********** ATTRIBUTES ********** //
private int x;
privat... | UTF-8 | Java | 1,193 | java | Direction.java | Java | [
{
"context": "package sample;\n\n/**\n * Created by davidperrey on 23/01/2016.\n *\n * in the game we consider the",
"end": 46,
"score": 0.9857699871063232,
"start": 35,
"tag": "USERNAME",
"value": "davidperrey"
}
] | null | [] | package sample;
/**
* Created by davidperrey on 23/01/2016.
*
* in the game we consider the directions in this way :
*
* x = 1 EST
* x = -1 WEST
* y = 1 SOUTH
* y = -1 NORTH
*
*/
public class Direction {
// ********** ATTRIBUTES ********** //
private int x;
privat... | 1,193 | 0.388935 | 0.372171 | 68 | 16.544117 | 16.259327 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.161765 | false | false | 7 |
21b9fd789e9cbbcbbb28b9f36be4b84a238fb0cd | 13,426,067,826,955 | f460634ab2d8d5a0b4d4d4a5781a39d4cd06026c | /DesignPattern/command/src/com/huaji/Client.java | 5a13bb8819a7bb7cb270872a8f96e39635e4c8aa | [] | no_license | HuaJiCode/MFCToJava | https://github.com/HuaJiCode/MFCToJava | b03ed8542de565cb3d6726f57a3604667603f048 | dfec683c47b62573e97198b958ba80a3af3e52cd | refs/heads/master | 2022-05-27T08:57:40.168000 | 2020-05-03T03:26:27 | 2020-05-03T03:26:27 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.huaji;
public class Client {
public static void main(String[] args) {
Order order1=new Order();
order1.setId(1);
order1.setFruitmap("橙子",1);
order1.setFruitmap("梨子",2);
order1.setFruitmap("苹果",3);
Order order2=new Order();
order2.setId(2);
... | UTF-8 | Java | 765 | java | Client.java | Java | [] | null | [] | package com.huaji;
public class Client {
public static void main(String[] args) {
Order order1=new Order();
order1.setId(1);
order1.setFruitmap("橙子",1);
order1.setFruitmap("梨子",2);
order1.setFruitmap("苹果",3);
Order order2=new Order();
order2.setId(2);
... | 765 | 0.608931 | 0.576455 | 26 | 27.423077 | 17.409487 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 7 |
9f217e4d576403b3e6e2652774c5bd4637c6fdb0 | 10,771,778,033,979 | d4791120271f51221c98d4e71eb9f9415582612d | /src/main/java/sinalgo/gui/multiLineTooltip/MultiLineToolTipJTextArea.java | 582196769ef84b9770cc2963ff878e45588414c6 | [
"BSD-3-Clause"
] | permissive | Sinalgo/sinalgo | https://github.com/Sinalgo/sinalgo | a6246d165ae90e43b63370ff12ac881f234e77e6 | 5f089216e2badb52dca0a4555e20cd996c90857c | refs/heads/master | 2018-09-30T07:55:16.145000 | 2018-06-07T18:10:03 | 2018-06-07T18:10:03 | 96,382,184 | 8 | 3 | null | null | null | null | null | null | null | null | null | null | null | null | null | package sinalgo.gui.multiLineTooltip;
import lombok.NoArgsConstructor;
import javax.swing.*;
import javax.swing.text.Document;
import java.awt.*;
/**
* A JTextArea that implements a multi line tool tip. Furthermore, it returns as
* its preferred with always the value 0.
*/
@NoArgsConstructor
public class MultiLin... | UTF-8 | Java | 1,195 | java | MultiLineToolTipJTextArea.java | Java | [] | null | [] | package sinalgo.gui.multiLineTooltip;
import lombok.NoArgsConstructor;
import javax.swing.*;
import javax.swing.text.Document;
import java.awt.*;
/**
* A JTextArea that implements a multi line tool tip. Furthermore, it returns as
* its preferred with always the value 0.
*/
@NoArgsConstructor
public class MultiLin... | 1,195 | 0.684519 | 0.666946 | 49 | 23.387754 | 24.265383 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.571429 | false | false | 7 |
ba282a23cbec761c08af00b668f9bfef70d50ace | 4,698,694,275,571 | b8e3e449651bd64e5c126b5f91853428a595b5d8 | /service-impl/src/main/java/com/similan/framework/workflow/impl/WorkflowDeploymentManager.java | 867fa01a022c87f303b17a6974ee1851cb02c9e3 | [] | no_license | suparna2702/ServiceFabric | https://github.com/suparna2702/ServiceFabric | ee5801a346fda63edf0bea75103e693e52037fc4 | d526376f9530f608726fa6ad1b7912b4ec384a82 | refs/heads/master | 2021-03-22T04:40:41.688000 | 2016-12-06T02:06:38 | 2016-12-06T02:06:38 | 75,250,704 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.similan.framework.workflow.impl;
import static com.google.common.base.Preconditions.checkState;
import java.io.IOException;
import java.lang.reflect.Method;
import java.util.Collections;
import java.util.Date;
import java.util.LinkedList;
import java.util.List;
import java.util.Map;
import java.util.regex... | UTF-8 | Java | 12,779 | java | WorkflowDeploymentManager.java | Java | [] | null | [] | package com.similan.framework.workflow.impl;
import static com.google.common.base.Preconditions.checkState;
import java.io.IOException;
import java.lang.reflect.Method;
import java.util.Collections;
import java.util.Date;
import java.util.LinkedList;
import java.util.List;
import java.util.Map;
import java.util.regex... | 12,779 | 0.688708 | 0.687691 | 310 | 40.22258 | 31.15547 | 153 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.958064 | false | false | 7 |
fb0cdca65885223b77131c8512da81fe11efe59a | 30,494,267,820,210 | 8c3869b8977a493728597f51b2c3cdc8a7ea1f89 | /languages/Natlab/src/natlab/toolkits/analysis/example/UseCollector.java | 89ebb73ddb98d20241a53090541e1d648edd885e | [
"Apache-2.0",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | Sable/mclab-core | https://github.com/Sable/mclab-core | 4fc9fdeae81fe6cc4f9cf0eeab67e7adf30882f2 | beeea16c1c79b3005f3c46363b8c49d1928a937b | refs/heads/master | 2021-01-17T01:40:32.341000 | 2019-11-06T05:08:43 | 2019-11-06T05:08:43 | 33,200,144 | 12 | 14 | Apache-2.0 | false | 2019-11-06T05:08:44 | 2015-03-31T17:41:17 | 2019-10-21T02:44:04 | 2019-11-06T05:08:44 | 48,599 | 6 | 10 | 9 | Java | false | false | // =========================================================================== //
// //
// Copyright 2011 Jesse Doherty and McGill University. //
// ... | UTF-8 | Java | 5,501 | java | UseCollector.java | Java | [
{
"context": " //\n// Copyright 2011 Jesse Doherty and McGill University. //",
"end": 195,
"score": 0.9998844265937805,
"start": 182,
"tag": "NAME",
"value": "Jesse Doherty"
},
{
"context": "arameterizedExpr;\nimport ast.Stmt;\n\n/... | null | [] | // =========================================================================== //
// //
// Copyright 2011 <NAME> and McGill University. //
// //... | 5,487 | 0.520451 | 0.518997 | 175 | 30.434286 | 26.197819 | 100 | false | false | 0 | 0 | 0 | 0 | 75 | 0.027268 | 0.394286 | false | false | 7 |
0a2b4b8b47ff6d8cccbb001ace67a4ed30e7d653 | 27,685,359,195,751 | e3c3002ca77dadb5e0a8ef3fc46291caecc56e86 | /test-casual-client/src/main/java/willem/weiyu/casual/CasualClientApp.java | fb568b10b2f5d479af6d479d81cb30ac8e901c50 | [
"Apache-2.0"
] | permissive | willem520/casual-rpc | https://github.com/willem520/casual-rpc | 9f5e8ce3fb43abea8eb061c3ed3babe93f7a5bf7 | d7c61f3a6c39f79afa8d9c4a5c66b99b18370350 | refs/heads/master | 2021-10-29T02:50:00.854000 | 2019-04-25T10:55:26 | 2019-04-25T10:55:26 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package willem.weiyu.casual;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
/**
* @Author weiyu
* @Description
* @Date 2019/4/24 15:47
*/
@SpringBootApplication
public class CasualClientApp {
public static void main(String[] args) {
... | UTF-8 | Java | 385 | java | CasualClientApp.java | Java | [
{
"context": "toconfigure.SpringBootApplication;\n\n/**\n * @Author weiyu\n * @Description\n * @Date 2019/4/24 15:47\n */\n@Spr",
"end": 171,
"score": 0.9992672801017761,
"start": 166,
"tag": "USERNAME",
"value": "weiyu"
}
] | null | [] | package willem.weiyu.casual;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
/**
* @Author weiyu
* @Description
* @Date 2019/4/24 15:47
*/
@SpringBootApplication
public class CasualClientApp {
public static void main(String[] args) {
... | 385 | 0.750649 | 0.722078 | 17 | 21.647058 | 21.480337 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.294118 | false | false | 7 |
0e21777ca3d0153cdcae02b2a16a1c926255eef2 | 16,587,163,734,117 | 0e3f75bfe108187eb3c09ec476c288dc232754b7 | /Springia/ch10jms/src/d3jmssupp/sendSuppApp.java | 96bc37c948996e65af73a4b2355caf5b6c2a0c04 | [] | no_license | xwen586/Spring | https://github.com/xwen586/Spring | fd85d5adeaca5fd91bb3a415c3cbb25191e7c50c | d7c85c2f1d058007cb750ade15b24d7b2cd6650d | refs/heads/master | 2021-06-27T02:30:30.952000 | 2019-07-23T12:44:21 | 2019-07-23T12:44:21 | 188,025,149 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package d3jmssupp;
import org.springframework.context.ApplicationContext;
import org.springframework.context.support.ClassPathXmlApplicationContext;
/* 使用JMS网关支持类
* 版本:spring-2.5.6.jar; activemq-all-5.3.2.jar;
*/
public class sendSuppApp {
public static void main(String[] args) {
// TODO Auto-generat... | GB18030 | Java | 621 | java | sendSuppApp.java | Java | [] | null | [] | package d3jmssupp;
import org.springframework.context.ApplicationContext;
import org.springframework.context.support.ClassPathXmlApplicationContext;
/* 使用JMS网关支持类
* 版本:spring-2.5.6.jar; activemq-all-5.3.2.jar;
*/
public class sendSuppApp {
public static void main(String[] args) {
// TODO Auto-generat... | 621 | 0.720466 | 0.707155 | 21 | 26.619047 | 27.674084 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.095238 | false | false | 7 |
feeb8ba4e7a46e460d8f55345febb5b4e19964c8 | 7,043,746,394,517 | e1e2a3fa3f7cd9a3eb1cc0fd66fd53bb361ea93f | /app/src/main/java/com/training/soundstudio/ui/widget/RecordPlayer.java | 3e2ed7b401f0524cb496ac6eb293a994730af19e | [] | no_license | liconrepo/SoundStudio | https://github.com/liconrepo/SoundStudio | a37f54115180436582fed575fc480108f1a7412c | 5b4d152af1de7ff3c0761596a2865a8b2d667dd9 | refs/heads/master | 2020-03-04T19:08:21.969000 | 2017-10-03T09:43:49 | 2017-10-03T09:43:49 | 55,049,924 | 0 | 0 | null | true | 2017-10-03T09:43:50 | 2016-03-30T09:22:27 | 2016-03-30T08:34:04 | 2017-10-03T09:43:50 | 1,893 | 0 | 0 | 0 | null | null | null | package com.training.soundstudio.ui.widget;
import android.app.Activity;
import android.content.Context;
import android.content.DialogInterface;
import android.media.MediaPlayer;
import android.os.Handler;
import android.support.v7.app.AlertDialog;
import android.text.TextUtils;
import android.view.LayoutInflater;
imp... | UTF-8 | Java | 7,251 | java | RecordPlayer.java | Java | [
{
"context": "l;\n\nimport java.io.IOException;\n\n/**\n * Created by FRAMGIA\\khairul.alam.licon on 4/4/16.\n */\npublic class Re",
"end": 685,
"score": 0.9994628429412842,
"start": 678,
"tag": "USERNAME",
"value": "FRAMGIA"
},
{
"context": "t java.io.IOException;\n\n/**\n * Created... | null | [] | package com.training.soundstudio.ui.widget;
import android.app.Activity;
import android.content.Context;
import android.content.DialogInterface;
import android.media.MediaPlayer;
import android.os.Handler;
import android.support.v7.app.AlertDialog;
import android.text.TextUtils;
import android.view.LayoutInflater;
imp... | 7,251 | 0.63936 | 0.635774 | 211 | 33.369667 | 25.027678 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.625592 | false | false | 7 |
f0102015cf44b32025f741a922ee4204fa9ae532 | 7,438,883,389,256 | 7151c6f4c4ccc1269035418c2307741f250c800e | /app/src/main/java/com/gosuncn/ajd/aspect/ExceptionHandlerAspect.java | 9051595b6591224edfba46ba5b5958c24faa5b4c | [] | no_license | huweijian5/AspectJDemo | https://github.com/huweijian5/AspectJDemo | 0af451e370e6322538d78a37fe2c0e726ccd4d75 | 772b0d30b2ee6676f60c426d69ebbee4f4fba0e9 | refs/heads/master | 2020-12-30T11:28:33.121000 | 2017-05-17T11:14:24 | 2017-05-17T11:14:24 | 91,553,293 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.gosuncn.ajd.aspect;
import android.util.Log;
import android.widget.Toast;
import com.gosuncn.ajd.MyApplication;
import org.aspectj.lang.ProceedingJoinPoint;
import org.aspectj.lang.annotation.AfterThrowing;
import org.aspectj.lang.annotation.Around;
import org.aspectj.lang.annotation.Aspect;
import org.a... | UTF-8 | Java | 1,891 | java | ExceptionHandlerAspect.java | Java | [
{
"context": ",程序不闪退\n * 第二种是直接闪退,在闪退前可以做日志记录等的相关操作\n * Created by hwj on 2017/5/17.\n */\n\n@Aspect\npublic class Exception",
"end": 447,
"score": 0.999641478061676,
"start": 444,
"tag": "USERNAME",
"value": "hwj"
}
] | null | [] | package com.gosuncn.ajd.aspect;
import android.util.Log;
import android.widget.Toast;
import com.gosuncn.ajd.MyApplication;
import org.aspectj.lang.ProceedingJoinPoint;
import org.aspectj.lang.annotation.AfterThrowing;
import org.aspectj.lang.annotation.Around;
import org.aspectj.lang.annotation.Aspect;
import org.a... | 1,891 | 0.673979 | 0.665448 | 58 | 27.293104 | 25.86904 | 127 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.396552 | false | false | 7 |
c75e1b65caf15b9bac9ad3fb2e8117c9bcd793bb | 16,930,761,133,992 | 5ee567f2e0d0a36fe14e402568d20de2d9312d74 | /src/main/java/com/itlike/service/impl/MenuServiceImpl.java | 2d79bf1f6aef71e3b1a4abf7f4216fa6434097a8 | [] | no_license | swipth/permission | https://github.com/swipth/permission | 12d34a4394fb381b0816e411e2e6910319790a72 | 212c95e4b0144d5392e005af9d099d245071bb5a | refs/heads/master | 2020-05-29T15:18:04.935000 | 2019-09-30T06:20:25 | 2019-09-30T06:20:25 | 189,214,866 | 1 | 1 | null | false | 2020-07-01T23:16:23 | 2019-05-29T11:47:19 | 2020-06-23T11:04:58 | 2020-07-01T23:16:21 | 26,125 | 0 | 0 | 5 | CSS | false | false | package com.itlike.service.impl;
import com.github.pagehelper.Page;
import com.github.pagehelper.PageHelper;
import com.itlike.domain.AjaxRes;
import com.itlike.domain.Menu;
import com.itlike.domain.PageListRes;
import com.itlike.domain.QueryVo;
import com.itlike.mapper.MenuMapper;
import com.itlike.service.MenuServic... | UTF-8 | Java | 2,729 | java | MenuServiceImpl.java | Java | [] | null | [] | package com.itlike.service.impl;
import com.github.pagehelper.Page;
import com.github.pagehelper.PageHelper;
import com.itlike.domain.AjaxRes;
import com.itlike.domain.Menu;
import com.itlike.domain.PageListRes;
import com.itlike.domain.QueryVo;
import com.itlike.mapper.MenuMapper;
import com.itlike.service.MenuServic... | 2,729 | 0.609918 | 0.609137 | 96 | 25.677084 | 17.452015 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.46875 | false | false | 3 |
cb5d03c13d539996f4b1b6934b3d068285a80d0d | 31,198,642,496,144 | 1747714b07e8a77e7f73909775e3919ebd04eae0 | /Codigo/NetBeans Project/src/commands/CrearAccesoDirectoWindows.java | d05fd9f02523d8168eba35b02f24eaa3fa8421e6 | [] | no_license | laq/command-design-pattern | https://github.com/laq/command-design-pattern | bb18bb619b4e361393fe3f706195ba4f98728f48 | 696a81028f2bd28edb196c14d742e38264e3a132 | refs/heads/master | 2021-01-22T13:12:17.228000 | 2009-06-15T04:11:50 | 2009-06-15T04:11:50 | 32,189,817 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package commands;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileOutputStream;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.io.OutputStream;
import java.util.Properti... | UTF-8 | Java | 4,222 | java | CrearAccesoDirectoWindows.java | Java | [
{
"context": "m;\nimport java.util.Properties;\n\n/**\n *\n * @author LAQ\n */\npublic class CrearAccesoDirectoWindows extend",
"end": 346,
"score": 0.9995527267456055,
"start": 343,
"tag": "USERNAME",
"value": "LAQ"
}
] | null | [] | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package commands;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileOutputStream;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.io.OutputStream;
import java.util.Properti... | 4,222 | 0.599716 | 0.598768 | 121 | 33.892563 | 29.659445 | 131 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.487603 | false | false | 3 |
c4052c03212b835d9c1d4f33cfc0181027eeaba8 | 34,488,587,428,395 | 53390e356d6a4eddbf37a03530ce08c99ffbd5cb | /BMAapp/src/com/bma/classes/Kullanici.java | 3c99d5badf72402c6a42e8337711081385271927 | [] | no_license | Drlilou/education-portal-android-app | https://github.com/Drlilou/education-portal-android-app | 8229752a1c7f4f1c6d0f7ecb3946d67f420d2e77 | d6c0718740b7b1b98286501d7a1f404427037224 | refs/heads/master | 2019-01-22T00:00:17.487000 | 2014-04-28T19:51:30 | 2014-04-28T19:51:30 | 33,981,639 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.bma.classes;
public class Kullanici {
private int id;
private String kullaniciadi;
private String sifre;
private String mail;
private int kredi;
public int getId() {
return id;
}
public void setId(int id) {
this.id = id;
}
public String getKullaniciadi() {
return kull... | UTF-8 | Java | 782 | java | Kullanici.java | Java | [] | null | [] | package com.bma.classes;
public class Kullanici {
private int id;
private String kullaniciadi;
private String sifre;
private String mail;
private int kredi;
public int getId() {
return id;
}
public void setId(int id) {
this.id = id;
}
public String getKullaniciadi() {
return kull... | 782 | 0.643223 | 0.643223 | 47 | 14.638298 | 13.201266 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.425532 | false | false | 3 |
9fe6942ba92967b2dd73c3ebc44bdb0b53909931 | 38,920,993,640,068 | 38dd63ea0ecf677140f37b2372bd01e7586880a8 | /MultiShimmerTemplate/shimmerDriver/src/main/java/com/shimmerresearch/driver/Util.java | 95390956177c116d6e81f57890d771b7e2e383b6 | [] | no_license | JongChern/MultiShimmerTemplate | https://github.com/JongChern/MultiShimmerTemplate | f9a38c5819d073e0ae1962139e838c9d1d78167a | ec9374da063cecdc7cafe7fbf16b9987ee6e7805 | refs/heads/master | 2021-01-22T22:20:36.684000 | 2017-03-21T14:26:07 | 2017-03-21T14:26:07 | 85,532,870 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.shimmerresearch.driver;
import java.text.DateFormat;
import java.text.SimpleDateFormat;
import java.util.Calendar;
import java.util.Date;
/** Utility class with commonly useful methods
*
* @author Mark Nolan
*
*/
public class Util {
public String mParentClassName = "UpdateCheck";
public Boolean... | UTF-8 | Java | 6,184 | java | Util.java | Java | [
{
"context": " class with commonly useful methods\n * \n * @author Mark Nolan\n *\n */\npublic class Util {\n\t\n\tpublic String mPare",
"end": 224,
"score": 0.9998482465744019,
"start": 214,
"tag": "NAME",
"value": "Mark Nolan"
}
] | null | [] | package com.shimmerresearch.driver;
import java.text.DateFormat;
import java.text.SimpleDateFormat;
import java.util.Calendar;
import java.util.Date;
/** Utility class with commonly useful methods
*
* @author <NAME>
*
*/
public class Util {
public String mParentClassName = "UpdateCheck";
public Boolean mVe... | 6,180 | 0.621281 | 0.600906 | 233 | 25.540773 | 23.298573 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.124464 | false | false | 3 |
728fd29bb60ac4c8bbce4cacf46aec1c99c382b0 | 34,093,450,439,063 | 5610d55f4bd99169584237be5c72736582386ee6 | /src/bomberman/MapGameState.java | df6c2d882ae4255b1f3a5a08c685b47b036e44a3 | [] | no_license | unkobweb/bomberman | https://github.com/unkobweb/bomberman | 4688f8c03b382570baa190021929984349b066ff | e22c93ac4af69e70ff60d0bfe5230dc0e4eba8a2 | refs/heads/master | 2022-04-03T07:19:38.126000 | 2020-02-13T20:58:19 | 2020-02-13T20:58:19 | 221,241,858 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package bomberman;
import java.util.ArrayList;
import org.newdawn.slick.GameContainer;
import org.newdawn.slick.Graphics;
import org.newdawn.slick.Input;
import org.newdawn.slick.Music;
import org.newdawn.slick.SlickException;
import org.newdawn.slick.state.BasicGameState;
import org.newdawn.slick.state.StateBasedGame... | UTF-8 | Java | 4,723 | java | MapGameState.java | Java | [] | null | [] | package bomberman;
import java.util.ArrayList;
import org.newdawn.slick.GameContainer;
import org.newdawn.slick.Graphics;
import org.newdawn.slick.Input;
import org.newdawn.slick.Music;
import org.newdawn.slick.SlickException;
import org.newdawn.slick.state.BasicGameState;
import org.newdawn.slick.state.StateBasedGame... | 4,723 | 0.701461 | 0.687063 | 169 | 26.946745 | 21.920584 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.08284 | false | false | 3 |
b4af36044c97245a77949400bc295f71eb4b1f88 | 34,316,788,742,966 | 082e26b011e30dc62a62fae95f375e4f87d9e99c | /docs/weixin_7.0.4_source/反编译源码/反混淆后/src/main/java/com/tencent/ttpic/particle/Vector4.java | c647e26789337dd666cce8bfce4daeb4d01c3d21 | [] | no_license | xsren/AndroidReverseNotes | https://github.com/xsren/AndroidReverseNotes | 9631a5aabc031006e795a112b7ac756a8edd4385 | 9202c276fe9f04a978e4e08b08e42645d97ca94b | refs/heads/master | 2021-04-07T22:50:51.072000 | 2019-07-16T02:24:43 | 2019-07-16T02:24:43 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.tencent.ttpic.particle;
public class Vector4 {
/* renamed from: a */
public float f4887a;
/* renamed from: b */
public float f4888b;
/* renamed from: g */
public float f4889g;
/* renamed from: r */
public float f4890r;
public Vector4(float f, float f2, float f3, float f... | UTF-8 | Java | 635 | java | Vector4.java | Java | [] | null | [] | package com.tencent.ttpic.particle;
public class Vector4 {
/* renamed from: a */
public float f4887a;
/* renamed from: b */
public float f4888b;
/* renamed from: g */
public float f4889g;
/* renamed from: r */
public float f4890r;
public Vector4(float f, float f2, float f3, float f... | 635 | 0.584252 | 0.461417 | 26 | 23.423077 | 14.180629 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.615385 | false | false | 3 |
618e3a7ec521fcae38f42a0810629b280bde2d19 | 37,864,431,693,301 | 1930513846790e859afb51a14c2d1b247c83093b | /src/main/java/br/com/weblogia/erp/controllers/ParceirosController.java | d6acb7d9f4f33004f337b833f5d7f16d6a937875 | [] | no_license | PBorio/erp | https://github.com/PBorio/erp | 090fefb333c3727999fa8dad32833ce8a84a7096 | 4d2bcd515512b04572c859c4d33f7cc117ea472b | refs/heads/master | 2019-04-19T05:16:30.968000 | 2015-08-27T23:41:09 | 2015-08-27T23:41:09 | 31,731,294 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.com.weblogia.erp.controllers;
import static br.com.caelum.vraptor.view.Results.json;
import java.util.List;
import javax.inject.Inject;
import javax.persistence.EntityManager;
import javax.persistence.PersistenceContext;
import javax.persistence.Query;
import javax.transaction.Transactional;
import br.co... | UTF-8 | Java | 4,235 | java | ParceirosController.java | Java | [] | null | [] | package br.com.weblogia.erp.controllers;
import static br.com.caelum.vraptor.view.Results.json;
import java.util.List;
import javax.inject.Inject;
import javax.persistence.EntityManager;
import javax.persistence.PersistenceContext;
import javax.persistence.Query;
import javax.transaction.Transactional;
import br.co... | 4,235 | 0.698229 | 0.695868 | 147 | 27.809525 | 26.255762 | 133 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.081633 | false | false | 3 |
3d6add48e593ff488b6062f4adf592c869677e70 | 38,852,274,196,099 | 99b5fbb385181d67089b09084788f949a388d869 | /src/main/java/de/evolvice/cars/service/BrandService.java | 350d5baaa851b01b266f45b4d14da57f5fb5133c | [
"Apache-2.0"
] | permissive | SayedBaladoh/spring-boot-security-data-jpa-h2-rest-swagger-cars-app | https://github.com/SayedBaladoh/spring-boot-security-data-jpa-h2-rest-swagger-cars-app | 113ce9f010386d848e9d2b91c32f00eb04407ee4 | 020453d8cf3e8338ae300681a712afb907621f38 | refs/heads/master | 2020-04-05T01:26:27.740000 | 2018-11-06T19:57:18 | 2018-11-06T19:57:18 | 156,436,371 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package de.evolvice.cars.service;
import java.util.Optional;
import org.springframework.data.domain.Page;
import org.springframework.data.domain.Pageable;
import de.evolvice.cars.entity.Brand;
/**
* Brand Service
*
* @author SayedBaladoh
*
*/
public interface BrandService {
public Page<Brand> getAll(Pageabl... | UTF-8 | Java | 440 | java | BrandService.java | Java | [
{
"context": "entity.Brand;\n\n/**\n * Brand Service\n * \n * @author SayedBaladoh\n *\n */\npublic interface BrandService {\n\n\tpublic P",
"end": 245,
"score": 0.9990646243095398,
"start": 233,
"tag": "NAME",
"value": "SayedBaladoh"
}
] | null | [] | package de.evolvice.cars.service;
import java.util.Optional;
import org.springframework.data.domain.Page;
import org.springframework.data.domain.Pageable;
import de.evolvice.cars.entity.Brand;
/**
* Brand Service
*
* @author SayedBaladoh
*
*/
public interface BrandService {
public Page<Brand> getAll(Pageabl... | 440 | 0.75 | 0.75 | 26 | 15.923077 | 17.442043 | 48 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 3 |
d3d4204061341cf167954815ccd10036302c9667 | 38,766,374,859,449 | a5eecaf1be36002696f64b089fb22afaecb9f212 | /src/main/java/seabattle/game/messages/MsgJoinGame.java | 7b7b52e73c221e5c87a189d9324fcbb8b48b354b | [] | no_license | java-park-mail-ru/SeaBattle-09-2017 | https://github.com/java-park-mail-ru/SeaBattle-09-2017 | 6f2052d6889a0d32f4cb447eed4dad9966f13e1d | 5b0d6ce6e411e162c63df62d53c801a34904f57b | refs/heads/master | 2021-09-01T02:04:57.139000 | 2017-12-22T17:09:13 | 2017-12-22T17:09:13 | 103,253,897 | 0 | 4 | null | false | 2017-12-22T17:09:14 | 2017-09-12T09:58:27 | 2017-10-19T13:20:27 | 2017-12-22T17:09:13 | 258 | 0 | 2 | 0 | Java | false | null | package seabattle.game.messages;
import com.fasterxml.jackson.annotation.JsonProperty;
import seabattle.msgsystem.Message;
import javax.validation.constraints.NotNull;
public class MsgJoinGame extends Message {
@NotNull
private Boolean playWithBot;
public MsgJoinGame(@NotNull @JsonProperty("playWithBot... | UTF-8 | Java | 590 | java | MsgJoinGame.java | Java | [] | null | [] | package seabattle.game.messages;
import com.fasterxml.jackson.annotation.JsonProperty;
import seabattle.msgsystem.Message;
import javax.validation.constraints.NotNull;
public class MsgJoinGame extends Message {
@NotNull
private Boolean playWithBot;
public MsgJoinGame(@NotNull @JsonProperty("playWithBot... | 590 | 0.728814 | 0.728814 | 25 | 22.6 | 23.021729 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.32 | false | false | 3 |
b26abe4af9e2e0feaead379d30583249964cc45b | 6,287,832,185,108 | ee51e3211220296fb47a450e20e59b9543f4dadc | /src/hk/edu/polyu/comp3222/vfs/core/command/DeleteVD.java | 201e88dd3bce02c6eb670e207825ed32674dc2ca | [] | no_license | crescentkong/VFS-template | https://github.com/crescentkong/VFS-template | cf35a61af333a67211dfa034fe135996419f2f1b | 8c4dcce57d103cbf71eefa8a082dfa94b2f49c42 | refs/heads/master | 2021-01-19T05:50:17.353000 | 2017-04-10T15:44:56 | 2017-04-10T15:44:56 | 87,452,952 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package hk.edu.polyu.comp3222.vfs.core.command;
import hk.edu.polyu.comp3222.vfs.core.VDCommand;
import java.io.File;
import java.io.IOException;
@SuppressWarnings("ALL")
public class DeleteVD extends VDCommand {
public static String reply;
public DeleteVD(){
super();
}
@Override
public ... | UTF-8 | Java | 1,137 | java | DeleteVD.java | Java | [] | null | [] | package hk.edu.polyu.comp3222.vfs.core.command;
import hk.edu.polyu.comp3222.vfs.core.VDCommand;
import java.io.File;
import java.io.IOException;
@SuppressWarnings("ALL")
public class DeleteVD extends VDCommand {
public static String reply;
public DeleteVD(){
super();
}
@Override
public ... | 1,137 | 0.650836 | 0.639402 | 36 | 30.611111 | 28.238348 | 121 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 3 |
9b5d6fde997005fa33e172b9f67320200a2cd9f2 | 3,221,225,518,492 | 992c2a7501955f446c7685190fcbf64ed39d0d66 | /src/com/pfm/fmlocate/FMLocateActivity.java | 6714e98a2a56a68e428b4c8ae7f60d7ab16d9f2c | [] | no_license | maguire/Android-FMLocate | https://github.com/maguire/Android-FMLocate | 95d6a3fab5bdcf5b0b76d0976f36b810df02ff45 | cf1320aa8b98420fc81f65660f389bc02120aa88 | refs/heads/master | 2021-01-16T19:35:13.261000 | 2011-06-18T03:06:09 | 2011-06-18T03:06:09 | 1,906,431 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.pfm.fmlocate;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.view.View.OnClickListener;
import android.widget.Button;
import android.widget.EditText;
public class FMLocateActivity extends Activity {
/** Called when the activi... | UTF-8 | Java | 1,085 | java | FMLocateActivity.java | Java | [] | null | [] | package com.pfm.fmlocate;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.view.View.OnClickListener;
import android.widget.Button;
import android.widget.EditText;
public class FMLocateActivity extends Activity {
/** Called when the activi... | 1,085 | 0.775115 | 0.775115 | 35 | 30 | 23.192364 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.542857 | false | false | 3 |
a7dc3424e01a3e55b98892f6781ff1f183ed5e34 | 18,700,287,672,594 | 5ccf6ab542e09020760346d4a28923df51858e64 | /gof/src/main/java/org/lili/principles/lod/ex5/Doctor.java | cd3713c8843412e9e2d3597f65b8967c2735be79 | [] | no_license | xiaozhiliaoo/designpattern-practice | https://github.com/xiaozhiliaoo/designpattern-practice | 4baaaf37a71fa95fd0dfcf64b22b3df86653e78e | b838e48bab3f41fe575948a4944c8ebf287addfb | refs/heads/master | 2021-03-31T20:01:16.836000 | 2020-12-26T09:29:40 | 2020-12-26T09:29:40 | 248,128,408 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.lili.principles.lod.ex5;
/**
* Created by lili on 2017/7/8.
*/
public abstract class Doctor {
public abstract void seeDoctor();
}
| UTF-8 | Java | 149 | java | Doctor.java | Java | [
{
"context": "ge org.lili.principles.lod.ex5;\n\n/**\n * Created by lili on 2017/7/8.\n */\npublic abstract class Doctor {\n ",
"end": 60,
"score": 0.9993208646774292,
"start": 56,
"tag": "USERNAME",
"value": "lili"
}
] | null | [] | package org.lili.principles.lod.ex5;
/**
* Created by lili on 2017/7/8.
*/
public abstract class Doctor {
public abstract void seeDoctor();
}
| 149 | 0.691275 | 0.644295 | 8 | 17.625 | 16.04632 | 37 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 3 |
c3b39ba99109812efe3532ef1acc5bc6e329a855 | 34,308,198,812,682 | 8d01cc0df261d73c00b155eebde14e89e9c23c9f | /src/main/java/me/drawethree/ultraprisontestenchant/TestEnchant.java | 94f1d9b28a9110ebc961ef48f18646bb669aae79 | [] | no_license | Moofasa1234/UltraPrisonCore-TestEnchant | https://github.com/Moofasa1234/UltraPrisonCore-TestEnchant | 4a7d44c9f98255a0b7f92d5de20786bb87a1d27c | 9d2f3ce7031f8a2c5e3605701e0ab68696bb7281 | refs/heads/master | 2023-02-28T19:10:43.119000 | 2021-02-13T12:17:59 | 2021-02-13T12:17:59 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package me.drawethree.ultraprisontestenchant;
import me.drawethree.ultraprisoncore.enchants.UltraPrisonEnchants;
import me.drawethree.ultraprisoncore.enchants.enchants.UltraPrisonEnchantment;
import org.bukkit.entity.Player;
import org.bukkit.event.block.BlockBreakEvent;
import org.bukkit.inventory.ItemStack;
import ... | UTF-8 | Java | 2,943 | java | TestEnchant.java | Java | [
{
"context": "e\n public String getAuthor() {\n return \"Drawethree\";\n }\n}",
"end": 2933,
"score": 0.9065268039703369,
"start": 2923,
"tag": "USERNAME",
"value": "Drawethree"
}
] | null | [] | package me.drawethree.ultraprisontestenchant;
import me.drawethree.ultraprisoncore.enchants.UltraPrisonEnchants;
import me.drawethree.ultraprisoncore.enchants.enchants.UltraPrisonEnchantment;
import org.bukkit.entity.Player;
import org.bukkit.event.block.BlockBreakEvent;
import org.bukkit.inventory.ItemStack;
import ... | 2,943 | 0.679239 | 0.67754 | 85 | 33.635296 | 35.914555 | 138 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.258824 | false | false | 3 |
1c821d1d8149391ccdd129eba87acf8e024ea3a1 | 35,777,077,613,321 | 7d610133abed6334bc1eef11c089840dd04d12b8 | /apg-patch-service-api/src/main/java/com/apgsga/microservice/patch/api/StageMappings.java | c756fa673385b540fbc6bddd95aa349d34f651ed | [] | no_license | apgsga-it/piper | https://github.com/apgsga-it/piper | 5fae23dca483dd4cfce34a3ed4197915dc724d8c | e7903ddea86ff29a7021ba74721256715d03ed0f | refs/heads/master | 2022-05-06T04:13:18.038000 | 2022-01-17T11:43:42 | 2022-01-17T11:43:42 | 122,188,338 | 1 | 0 | null | false | 2022-06-02T05:57:38 | 2018-02-20T11:14:46 | 2021-12-07T11:00:14 | 2022-06-02T05:57:38 | 3,425 | 1 | 0 | 0 | Java | false | false | package com.apgsga.microservice.patch.api;
import com.fasterxml.jackson.databind.annotation.JsonDeserialize;
import com.fasterxml.jackson.databind.annotation.JsonPOJOBuilder;
import lombok.Builder;
import lombok.Value;
import java.util.List;
@JsonDeserialize(builder = StageMappings.StageMappingsBuilder.class)
@Value... | UTF-8 | Java | 487 | java | StageMappings.java | Java | [] | null | [] | package com.apgsga.microservice.patch.api;
import com.fasterxml.jackson.databind.annotation.JsonDeserialize;
import com.fasterxml.jackson.databind.annotation.JsonPOJOBuilder;
import lombok.Builder;
import lombok.Value;
import java.util.List;
@JsonDeserialize(builder = StageMappings.StageMappingsBuilder.class)
@Value... | 487 | 0.806982 | 0.806982 | 19 | 24.631578 | 23.519779 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.368421 | false | false | 3 |
1d48d0c69d560eaf3dbf246329dd16d52e53b7bf | 34,677,565,988,103 | 836472f1b9fa739edf2c5c1e77ce26a9dc9e799f | /src/main/java/chess/backend/impl/concretepiece/KnightMoveCalculator.java | 4f628b55042233e9c651c1b59ddb2324754384e2 | [] | no_license | bking314159/SpringBootChess | https://github.com/bking314159/SpringBootChess | cbb440017ccd7d35b0cecaa666cbf5594fd0a4ce | e041dc3ca69a8c5778251a71b2840c802368ac90 | refs/heads/master | 2020-04-21T04:49:55.069000 | 2019-02-14T17:29:33 | 2019-02-14T17:29:33 | 169,323,689 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package chess.backend.impl.concretepiece;
import java.util.ArrayList;
import java.util.List;
import chess.backend.impl.abstractpiece.LeaperMoveCalculator;
import chess.backend.physics.Vector;
/**
* This class provides a method that returns a List of all Moves that a Knight piece can make
*
* @author Brian King
... | UTF-8 | Java | 936 | java | KnightMoveCalculator.java | Java | [
{
"context": " Moves that a Knight piece can make\n * \n * @author Brian King\n *\n */\npublic class KnightMoveCalculator extends ",
"end": 318,
"score": 0.9997498393058777,
"start": 308,
"tag": "NAME",
"value": "Brian King"
}
] | null | [] | package chess.backend.impl.concretepiece;
import java.util.ArrayList;
import java.util.List;
import chess.backend.impl.abstractpiece.LeaperMoveCalculator;
import chess.backend.physics.Vector;
/**
* This class provides a method that returns a List of all Moves that a Knight piece can make
*
* @author <NAME>
*
*... | 932 | 0.700855 | 0.681624 | 35 | 25.742857 | 23.95155 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.485714 | false | false | 3 |
7a612870182bf00b483a15abab1d4c688e29b353 | 29,540,785,125,355 | b4a4ea5e2c643bfcd1ca1ea6e565d67c3a91f619 | /ordermgr/src/main/java/com/lb/architecture1/ordermgr/service/IOrderDetailService.java | 97e6af9946908083bb12cf6c6ee1fd7f391733c4 | [] | no_license | l1076530116/architecture1 | https://github.com/l1076530116/architecture1 | e0d918519d679c8b78c1df130fb8913ab506ff5c | 054f428decc5b1491fbaeb76ca7768be82f6a475 | refs/heads/master | 2021-09-02T11:37:41.178000 | 2017-12-29T07:14:33 | 2017-12-29T07:14:34 | 114,851,011 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.lb.architecture1.ordermgr.service;
import com.lb.architecture1.common.service.IBaseService;
import com.lb.architecture1.ordermgr.vo.OrderDetailModel;
import com.lb.architecture1.ordermgr.vo.OrderDetailQueryModel;
public interface IOrderDetailService extends IBaseService<OrderDetailModel,OrderDetailQueryM... | UTF-8 | Java | 332 | java | IOrderDetailService.java | Java | [] | null | [] | package com.lb.architecture1.ordermgr.service;
import com.lb.architecture1.common.service.IBaseService;
import com.lb.architecture1.ordermgr.vo.OrderDetailModel;
import com.lb.architecture1.ordermgr.vo.OrderDetailQueryModel;
public interface IOrderDetailService extends IBaseService<OrderDetailModel,OrderDetailQueryM... | 332 | 0.855422 | 0.843373 | 10 | 32.099998 | 34.127556 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6 | false | false | 3 |
3a6ec33cb325f01f62f227f9c035976df212f9e4 | 37,039,797,988,462 | ed85506d8aca84f6530bb95d329259d22fc765d4 | /app/src/main/java/maintel/testapp1/utils/ToolbarHepler.java | 0cf042fc3c10e16792aaf73041319849494df6ca | [] | no_license | maintel/TestApp1 | https://github.com/maintel/TestApp1 | cccded2e73f13d0626223a2d37335f6458256403 | f5d00b2b26b264c7abcca55fc90a476265f0cef0 | refs/heads/master | 2016-09-14T12:43:31.789000 | 2016-08-12T10:10:55 | 2016-08-12T10:10:55 | 61,523,751 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package maintel.testapp1.utils;
import android.support.v7.widget.Toolbar;
/**
* 说明:Toolbar工具类
* 作者:mainTel
* 时间:2016/7/1 16:30
* 备注:
*/
public class ToolbarHepler {
Toolbar toolbar;
public ToolbarHepler(Toolbar toolbar) {
this.toolbar = toolbar;
}
}
| UTF-8 | Java | 309 | java | ToolbarHepler.java | Java | [
{
"context": "rt.v7.widget.Toolbar;\n\n/**\n * 说明:Toolbar工具类\n * 作者:mainTel\n * 时间:2016/7/1 16:30\n * 备注:\n */\npublic class Tool",
"end": 110,
"score": 0.999653160572052,
"start": 103,
"tag": "USERNAME",
"value": "mainTel"
}
] | null | [] | package maintel.testapp1.utils;
import android.support.v7.widget.Toolbar;
/**
* 说明:Toolbar工具类
* 作者:mainTel
* 时间:2016/7/1 16:30
* 备注:
*/
public class ToolbarHepler {
Toolbar toolbar;
public ToolbarHepler(Toolbar toolbar) {
this.toolbar = toolbar;
}
}
| 309 | 0.666667 | 0.623656 | 18 | 14.5 | 14.44626 | 43 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.222222 | false | false | 3 |
0c0f1a6bf741f39007be44cd22f2dfe8a94c705d | 25,022,479,528,392 | 85b47e6e45c7c3dddd0523d088de8ab21ee99705 | /src/main/java/com/codecafe/bookshop/order/controller/OrderController.java | 9c92ddff30388214699a3e9729411d2d8483ca31 | [] | no_license | abhinav-nath/bookshop | https://github.com/abhinav-nath/bookshop | b34acc9e595657b6efcc5add18591bf202d4a8cf | 7991dd14d2abd67cad9f6bf402dd06c614cac9aa | refs/heads/master | 2023-08-11T17:06:17.854000 | 2021-09-26T17:33:01 | 2021-09-26T17:33:01 | 401,085,801 | 1 | 0 | null | false | 2021-09-07T14:51:58 | 2021-08-29T16:11:53 | 2021-09-06T21:41:51 | 2021-09-07T14:51:58 | 76 | 0 | 0 | 0 | Java | false | false | package com.codecafe.bookshop.order.controller;
import com.codecafe.bookshop.order.model.CreateOrderRequest;
import com.codecafe.bookshop.order.model.CreateOrderResponse;
import com.codecafe.bookshop.order.model.OrderListView;
import com.codecafe.bookshop.order.persistence.Order;
import com.codecafe.bookshop.order.ser... | UTF-8 | Java | 1,628 | java | OrderController.java | Java | [] | null | [] | package com.codecafe.bookshop.order.controller;
import com.codecafe.bookshop.order.model.CreateOrderRequest;
import com.codecafe.bookshop.order.model.CreateOrderResponse;
import com.codecafe.bookshop.order.model.OrderListView;
import com.codecafe.bookshop.order.persistence.Order;
import com.codecafe.bookshop.order.ser... | 1,628 | 0.802211 | 0.802211 | 40 | 39.724998 | 30.14464 | 128 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.65 | false | false | 3 |
fc42294206487f6d4f23a78b9bd49dcb5982219e | 38,792,144,640,367 | dec6bd85db1d028edbbd3bd18fe0ca628eda012e | /netbeans-projects/SistemaVendasProdutos/src/Visao/Vendas/TableModelConsulta.java | bea93484414f72894940c7bf58e2b62f9915dee3 | [] | no_license | MatheusGrenfell/java-projects | https://github.com/MatheusGrenfell/java-projects | 21b961697e2c0c6a79389c96b588e142c3f70634 | 93c7bfa2e4f73a232ffde2d38f30a27f2a816061 | refs/heads/master | 2022-12-29T12:55:00.014000 | 2020-10-16T00:54:30 | 2020-10-16T00:54:30 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Visao.Vendas;
import Controle.ItemVendaAdiciona;
import java.util.*;
import javax.swing.table.*;
public class TableModelConsulta extends AbstractTableModel {
private ItemVendaAdiciona controle;
private ArrayList<Itens> lista = new ArrayList<Itens>();
public TableModelConsulta(ItemVendaAdiciona c... | UTF-8 | Java | 3,008 | java | TableModelConsulta.java | Java | [] | null | [] | package Visao.Vendas;
import Controle.ItemVendaAdiciona;
import java.util.*;
import javax.swing.table.*;
public class TableModelConsulta extends AbstractTableModel {
private ItemVendaAdiciona controle;
private ArrayList<Itens> lista = new ArrayList<Itens>();
public TableModelConsulta(ItemVendaAdiciona c... | 3,008 | 0.515303 | 0.511643 | 123 | 23.430895 | 18.12068 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.390244 | false | false | 3 |
053ed1c9a41ac0aca2d8aacee70b77a4077f0d79 | 22,849,226,083,914 | 15c192e3626703716ec63a01a93dc108036c71c4 | /app/src/main/java/com/wjk/jweather/util/JsonUtil.java | bf29f4788b31ffd2b9a70933c6694da7745f2407 | [] | no_license | wujiankun/jweather | https://github.com/wujiankun/jweather | 2eb6c708b22aa309fbd1c19ad87e151414276821 | 80b70154a6f986c2670f9dd84d82db9497a2e515 | refs/heads/master | 2021-08-31T03:31:08.364000 | 2017-12-11T10:12:49 | 2017-12-11T10:12:49 | 106,783,248 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.wjk.jweather.util;
import com.alibaba.fastjson.JSON;
import com.wjk.jweather.weather.bean.airbeen.AirRootBean;
import java.util.List;
/**
* Created by wujiankun on 2017/10/13.
* 对返回的json数据解析为对应的java类并通过litepal的特性添加到本地数据库中
*/
public class JsonUtil {
public static com.wjk.jweather.weather.bean.we... | UTF-8 | Java | 1,467 | java | JsonUtil.java | Java | [
{
"context": "otBean;\n\nimport java.util.List;\n\n/**\n * Created by wujiankun on 2017/10/13.\n * 对返回的json数据解析为对应的java类并通过litepal",
"end": 176,
"score": 0.9996482729911804,
"start": 167,
"tag": "USERNAME",
"value": "wujiankun"
}
] | null | [] | package com.wjk.jweather.util;
import com.alibaba.fastjson.JSON;
import com.wjk.jweather.weather.bean.airbeen.AirRootBean;
import java.util.List;
/**
* Created by wujiankun on 2017/10/13.
* 对返回的json数据解析为对应的java类并通过litepal的特性添加到本地数据库中
*/
public class JsonUtil {
public static com.wjk.jweather.weather.bean.we... | 1,467 | 0.663359 | 0.644933 | 41 | 33.414635 | 38.447289 | 168 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.390244 | false | false | 3 |
8986024fa1f09ab4449101912f8dd3ce3675f650 | 38,577,396,274,410 | df1c6f224f9cc93921add5406ebc25c221ed140a | /src/main/java/org/crosswire/common/xml/HTMLSerializingContentHandler.java | 0dc28704181278448ea20ad700b4ccfd1e154a52 | [] | 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 | 7,058 | java | HTMLSerializingContentHandler.java | Java | [
{
"context": "ser General Public License for details.\n * @author DM Smith\n */\npublic class HTMLSerializingContentHandler ex",
"end": 1043,
"score": 0.9955408573150635,
"start": 1035,
"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... | 7,056 | 0.633555 | 0.625762 | 234 | 29.158119 | 36.945858 | 431 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.303419 | false | false | 3 |
93f10a469a13ed94a6f530a9cff214bac8a22055 | 38,663,295,620,686 | b19c733a05463e3d79fd215ce8c652492f83a02d | /contacts-rest/src/main/java/ru/kpfu/itis/lzakharov/contacts/service/CrudService.java | 6f4f684d62d9e49095a9ccbd87175c196c4436fa | [] | no_license | lzakharov/contacts | https://github.com/lzakharov/contacts | e03db9156019aa194936ca4b30d3960a31c87115 | 8c8f5f688ce438d3731e9c1682dab9aa0c2b3799 | refs/heads/master | 2020-07-27T08:56:12.742000 | 2016-11-18T12:56:25 | 2016-11-18T12:56:25 | 70,737,900 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ru.kpfu.itis.lzakharov.contacts.service;
import ru.kpfu.itis.lzakharov.contacts.model.User;
import java.util.List;
interface CrudService<T, ID> {
List<T> findAll();
T find(ID id);
T create(T obj);
T update(T obj);
void delete(ID id);
}
| UTF-8 | Java | 267 | java | CrudService.java | Java | [] | null | [] | package ru.kpfu.itis.lzakharov.contacts.service;
import ru.kpfu.itis.lzakharov.contacts.model.User;
import java.util.List;
interface CrudService<T, ID> {
List<T> findAll();
T find(ID id);
T create(T obj);
T update(T obj);
void delete(ID id);
}
| 267 | 0.677903 | 0.677903 | 13 | 19.538462 | 16.084467 | 50 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.692308 | false | false | 3 |
8b5993d3c164466aab258b2dc148cea9da6025c5 | 39,548,058,878,189 | ee8e24f7cfe58c4a8e07c706d4994c63c5ca4e18 | /src/cobamvc/Main.java | 5b790690bcfe37000aed12379f71a744a10b5a61 | [] | no_license | Hanifmaajid/TugasPertemuan9 | https://github.com/Hanifmaajid/TugasPertemuan9 | 7125b9b66e190e6126598df3d831f55aa894b871 | d4fc11af5df68748dc5d1801e1d3b3c1ee39ffc7 | refs/heads/master | 2023-02-13T18:40:48.087000 | 2021-01-05T03:10:35 | 2021-01-05T03:10:35 | 326,869,953 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
Tugas Pertemuan 9 05-01-2021
Nama : Hanif Maajid
Nim : 124190025
Kelas : Prak PBO A
*/
package cobamvc;
public class Main {
public static void main(String[] args) {
MVC_praktikum mvc = new MVC_praktikum();
}
}
| UTF-8 | Java | 234 | java | Main.java | Java | [
{
"context": "/* \nTugas Pertemuan 9 05-01-2021\nNama : Hanif Maajid\nNim : 124190025\nKelas : Prak PBO A\n*/\npackage c",
"end": 53,
"score": 0.9998855590820312,
"start": 41,
"tag": "NAME",
"value": "Hanif Maajid"
}
] | null | [] | /*
Tugas Pertemuan 9 05-01-2021
Nama : <NAME>
Nim : 124190025
Kelas : Prak PBO A
*/
package cobamvc;
public class Main {
public static void main(String[] args) {
MVC_praktikum mvc = new MVC_praktikum();
}
}
| 228 | 0.649573 | 0.57265 | 13 | 17 | 15.028178 | 48 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.153846 | false | false | 3 |
113cc79c7888eb9a0b75ec5592caa9ae9da36633 | 37,512,244,394,269 | bd7780b72ef8663a3c664ff80543c9fe724ae330 | /aota-persistent/src/main/java/com/tcl/aota/persistent/model/AppLog.java | f9171535f5d93f6ec5b7474344380147aeab0d3b | [] | no_license | sosop/AOTA | https://github.com/sosop/AOTA | af11bbe030cb45ad8e3f37fb445ee48d2d5e2a10 | 712930ac0ce75986576653bc350a5d650828e564 | refs/heads/master | 2021-01-20T08:44:20.723000 | 2014-11-17T09:55:24 | 2014-11-17T09:55:24 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.tcl.aota.persistent.model;
import java.util.Date;
public class AppLog {
private Long appId;
private int status;
private Date createTime;
public Long getAppId() {
return appId;
}
public void setAppId(Long appId) {
this.appId = appId;
}
public int getStatus() {
return status;
}
public void s... | UTF-8 | Java | 507 | java | AppLog.java | Java | [] | null | [] | package com.tcl.aota.persistent.model;
import java.util.Date;
public class AppLog {
private Long appId;
private int status;
private Date createTime;
public Long getAppId() {
return appId;
}
public void setAppId(Long appId) {
this.appId = appId;
}
public int getStatus() {
return status;
}
public void s... | 507 | 0.717949 | 0.717949 | 27 | 17.814816 | 13.274975 | 45 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.407407 | false | false | 3 |
461b5a2029185ff8703b5f27c89d32f8844265aa | 37,924,561,254,306 | 3b7bc2bd2c9eee36cdf9ea87acd147f925ffb307 | /modules/servlet/src/test/java/uk/ac/warwick/sso/client/SSOConfigLoaderTest.java | 8d94f742364b875912459b3bbbf1fa6cf5a20f12 | [
"ISC"
] | permissive | UniversityofWarwick/sso-client | https://github.com/UniversityofWarwick/sso-client | db9d4ad987d956037dd97f2a27ef256cf10ffb6d | 3cb723480f5609a2626bb63b84668bcae3ef3256 | refs/heads/master | 2020-04-20T21:35:32.371000 | 2020-03-04T14:53:26 | 2020-03-04T14:53:26 | 169,113,647 | 1 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package uk.ac.warwick.sso.client;
import org.junit.Test;
import org.springframework.mock.web.MockServletContext;
import uk.ac.warwick.sso.client.cache.spring.DatabaseUserCache;
import uk.ac.warwick.sso.client.cache.InMemoryUserCache;
import static org.junit.Assert.*;
public final class SSOConfigLoaderTest {
@Tes... | UTF-8 | Java | 1,342 | java | SSOConfigLoaderTest.java | Java | [] | null | [] | package uk.ac.warwick.sso.client;
import org.junit.Test;
import org.springframework.mock.web.MockServletContext;
import uk.ac.warwick.sso.client.cache.spring.DatabaseUserCache;
import uk.ac.warwick.sso.client.cache.InMemoryUserCache;
import static org.junit.Assert.*;
public final class SSOConfigLoaderTest {
@Tes... | 1,342 | 0.777198 | 0.777198 | 54 | 23.851852 | 25.796503 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.444444 | false | false | 3 |
7bd97aae44bd1e715f989d2aefc563a600536b55 | 33,990,371,239,641 | 65ea4ffc470bc571f7ff083577a08a315597d425 | /src/main/java/GreedyMain/Validate.java | 198ed8ee57bcae15d692b8fdd9facaee90652e48 | [] | no_license | Anuraglncts/GreedyGames | https://github.com/Anuraglncts/GreedyGames | a02794b4dea29057f300cb8b5919962e3d1f3e83 | 391336b87b744eb7d34e8aa44ee6342a5c58b4ff | refs/heads/master | 2023-06-01T04:45:59.163000 | 2020-07-07T17:29:00 | 2020-07-07T17:29:00 | 277,873,837 | 0 | 0 | null | false | 2023-05-01T20:50:37 | 2020-07-07T16:54:37 | 2020-07-07T17:32:45 | 2023-05-01T20:50:37 | 51 | 0 | 0 | 1 | HTML | false | false | package GreedyMain;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
public class Validate {
public WebDriver driver;
By AppTitle = By.xpath("//h1[@class='AHFaub']/span");
By AppReview = By.xpath("//span[@class='AYi5wd TBRnV']/span");
By AppUpdateDate =... | UTF-8 | Java | 680 | java | Validate.java | Java | [] | null | [] | package GreedyMain;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
public class Validate {
public WebDriver driver;
By AppTitle = By.xpath("//h1[@class='AHFaub']/span");
By AppReview = By.xpath("//span[@class='AYi5wd TBRnV']/span");
By AppUpdateDate =... | 680 | 0.714706 | 0.707353 | 33 | 19.60606 | 20.306648 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.151515 | false | false | 3 |
4a8dc3229d3900a5e6a7162b8f573ab5e02ccf1e | 1,151,051,302,957 | 8c8a02548bd219b085fe6b41ae8cc2b37dd95674 | /src/test/java/feature/test.java | 6618800f306444e013f4513d8bfb16bbadc34f5d | [] | no_license | bilel2015/KarateTest | https://github.com/bilel2015/KarateTest | dedbadd177b7b63996df63dd169be13e1a74b190 | 9c9946b7e6652d9cdb462248434110f4e627d8e4 | refs/heads/master | 2020-03-22T09:46:49.614000 | 2018-07-05T17:09:14 | 2018-07-05T17:09:14 | 139,860,040 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package feature;
import org.junit.runner.RunWith;
import com.intuit.karate.junit4.Karate;
@RunWith(Karate.class)
public class test {
}
| UTF-8 | Java | 137 | java | test.java | Java | [] | null | [] | package feature;
import org.junit.runner.RunWith;
import com.intuit.karate.junit4.Karate;
@RunWith(Karate.class)
public class test {
}
| 137 | 0.781022 | 0.773723 | 7 | 18.571428 | 13.275726 | 39 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.428571 | false | false | 3 |
31b9a649425639676b217d515a309de339930784 | 28,991,029,255,126 | 895b2680c38941aef87ad9a97d0de6588ceba314 | /esnManagement/src/generated/esn/com/spcs/retailservices/SecurityFunctionRulesInfo.java | f6c3e6c4e744c0b5fd82b2ba0934d336b004d873 | [] | no_license | rohipedia/ESN-Merged-Code | https://github.com/rohipedia/ESN-Merged-Code | 303c018f09ed40ef35a1a0a119992aa07321b2a9 | c279ebbc657d8efc4e42e535dd273d6a0c720a90 | refs/heads/master | 2020-03-22T03:19:47.195000 | 2018-08-06T15:45:48 | 2018-08-06T15:45:48 | 139,425,584 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
package esn.com.spcs.retailservices;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
/**
* <p>Java class for SecurityFunctionRulesInfo complex type.
*
* <p>The following schem... | UTF-8 | Java | 2,853 | java | SecurityFunctionRulesInfo.java | Java | [] | null | [] |
package esn.com.spcs.retailservices;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
/**
* <p>Java class for SecurityFunctionRulesInfo complex type.
*
* <p>The following schem... | 2,853 | 0.624956 | 0.619699 | 109 | 25.165138 | 23.722212 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.376147 | false | false | 3 |
2a40990d70d02120393bafe08519cf6f94d69005 | 3,281,355,022,117 | 59a4c39ff6fe1ea4b03bbc659351198174dc1734 | /app/src/main/java/uikit/util/TimeUtils.java | ed7df520d08f5a4d45352390b722688a5e0603aa | [] | no_license | linzs150/education | https://github.com/linzs150/education | c59057607f8867bf25767465e031066d93b07ee9 | f7144e8d537b3f28bb2e3ccde0900d668997413a | refs/heads/master | 2023-04-06T20:19:21.397000 | 2023-04-02T14:46:58 | 2023-04-02T14:46:58 | 349,328,239 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package uikit.util;
import android.content.Context;
import android.text.TextUtils;
import com.newtonacademic.mylibrary.ConstantGlobal;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Calendar;
import java.util.Date;
import java.util.Locale;
import java.util.TimeZone;
/**
* Copy... | UTF-8 | Java | 8,555 | java | TimeUtils.java | Java | [
{
"context": "2015, Intretech All rights reserved.\n *\n * @author laiyongyang\n * @version v1.0\n * @Description\n * @email fzlaiy",
"end": 392,
"score": 0.9987658262252808,
"start": 381,
"tag": "USERNAME",
"value": "laiyongyang"
},
{
"context": "ongyang\n * @version v1.0\n * @Descr... | null | [] | package uikit.util;
import android.content.Context;
import android.text.TextUtils;
import com.newtonacademic.mylibrary.ConstantGlobal;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Calendar;
import java.util.Date;
import java.util.Locale;
import java.util.TimeZone;
/**
* Copy... | 8,541 | 0.592752 | 0.578331 | 273 | 28.717949 | 27.336143 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.505495 | false | false | 3 |
2899f1564856893ad83365cf8a06925a1149765d | 12,738,873,005,489 | ead835a5287594ab69a1b86a9b78b083e9362ba0 | /src/oo/MyInterface.java | be58d77685d9641dba416729595f55ab568d29a5 | [] | no_license | Apuuu66/interview | https://github.com/Apuuu66/interview | 10ab44bbf7eb3a63c3a068c45d6191ef8f9bf3a4 | 8e749e02b596537d4f46b49338b63a90ac29e671 | refs/heads/master | 2022-05-10T14:15:49.705000 | 2018-07-24T12:01:12 | 2018-07-24T12:01:12 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package oo;
public interface MyInterface {
int i = 1;
default void geaa(int a) {
System.out.println(1);
}
}
| UTF-8 | Java | 130 | java | MyInterface.java | Java | [] | null | [] | package oo;
public interface MyInterface {
int i = 1;
default void geaa(int a) {
System.out.println(1);
}
}
| 130 | 0.584615 | 0.569231 | 9 | 13.444445 | 12.544243 | 30 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 3 |
9afc2bcfa9d50ea74aa685c556467817997d5333 | 5,506,148,099,588 | fa6d92a1afb214bc1c301cef9a0523774a502ec2 | /src/assignment3/NthPrime.java | 8927054181ba4923229017b429f1b6821d857ab5 | [] | no_license | Edmond-Wu/CS111-Assignments | https://github.com/Edmond-Wu/CS111-Assignments | 9476fe0e22cea6a19e0d9b3064ccc23d23a53806 | b0933117b8e1a3426ec22af081075c9fb6f799c5 | refs/heads/master | 2019-06-17T14:33:29.417000 | 2017-08-17T17:25:45 | 2017-08-17T17:25:45 | 100,070,963 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package assignment3;
/*
A prime number is one that has no divisors other than 1 and itself (no other number divides evenly into the prime number).
The 1st (smallest) prime number is 2. The 2nd is 3, the 3rd is 5, etc.
Ask the user for a value n, and compute the nth prime number.
You must perform this computation usi... | UTF-8 | Java | 1,153 | java | NthPrime.java | Java | [] | null | [] | package assignment3;
/*
A prime number is one that has no divisors other than 1 and itself (no other number divides evenly into the prime number).
The 1st (smallest) prime number is 2. The 2nd is 3, the 3rd is 5, etc.
Ask the user for a value n, and compute the nth prime number.
You must perform this computation usi... | 1,153 | 0.647008 | 0.632264 | 53 | 20.754717 | 26.412479 | 123 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.716981 | false | false | 3 |
91456989b867213fdd7566f38dd1f746e13d22c2 | 26,018,911,888,026 | f4239ac2644339cf5aa90ab172ce88f1f74556fa | /test/model/StravaTest.java | 97112c3b8c28a6e2b6fa0a53d2acea4563b9e396 | [] | no_license | mkkabi/Restoran | https://github.com/mkkabi/Restoran | 9979df1605b0dbf2afaa71743dd969aba313d292 | d11d93fda37c10768306114cecb512501299da4f | refs/heads/master | 2021-02-27T23:11:20.794000 | 2020-03-22T01:27:55 | 2020-03-22T01:27:55 | 245,643,473 | 0 | 1 | null | false | 2023-07-19T13:59:50 | 2020-03-07T14:04:59 | 2020-03-22T01:28:48 | 2020-03-22T09:51:27 | 5,513 | 0 | 0 | 1 | Java | false | false | package model;
import org.junit.jupiter.api.BeforeAll;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.DisplayNameGeneration;
import org.junit.jupiter.api.Test;
import org.mockito.Mockito;
import testMaintenanceClasses.IndicativeSentences;
import java.util.HashMap;
import java.util.Map;
import ... | UTF-8 | Java | 3,636 | java | StravaTest.java | Java | [] | null | [] | package model;
import org.junit.jupiter.api.BeforeAll;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.DisplayNameGeneration;
import org.junit.jupiter.api.Test;
import org.mockito.Mockito;
import testMaintenanceClasses.IndicativeSentences;
import java.util.HashMap;
import java.util.Map;
import ... | 3,636 | 0.700426 | 0.684539 | 103 | 33.233009 | 28.046148 | 114 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.660194 | false | false | 3 |
e51e4968978b9f77362819ed67cbb19d74241f85 | 11,476,152,676,276 | aedb97ef89a833a168f0592c61117a3e582d22a0 | /src/net/ion/nsearcher/index/policy/DeleteOnlyPolicy.java | 32db1d7c04378023c0379031144e57b121916938 | [] | no_license | bleujin/ISearcher | https://github.com/bleujin/ISearcher | ba78f6c92d0555faeda4cc236b31c616c6e63d62 | 7f44759dadb4c95176aab2972f949288771013c3 | refs/heads/master | 2021-01-17T11:39:59.535000 | 2017-12-29T16:10:22 | 2017-12-29T16:10:22 | 4,710,187 | 0 | 3 | null | null | null | null | null | null | null | null | null | null | null | null | null | package net.ion.nsearcher.index.policy;
import java.io.IOException;
import net.ion.nsearcher.common.WriteDocument;
import net.ion.nsearcher.common.AbDocument.Action;
import net.ion.nsearcher.index.IndexSession;
public class DeleteOnlyPolicy extends AbstractWritePolicy{
public DeleteOnlyPolicy(){
}
... | UTF-8 | Java | 452 | java | DeleteOnlyPolicy.java | Java | [] | null | [] | package net.ion.nsearcher.index.policy;
import java.io.IOException;
import net.ion.nsearcher.common.WriteDocument;
import net.ion.nsearcher.common.AbDocument.Action;
import net.ion.nsearcher.index.IndexSession;
public class DeleteOnlyPolicy extends AbstractWritePolicy{
public DeleteOnlyPolicy(){
}
... | 452 | 0.776549 | 0.776549 | 18 | 23.111111 | 25.148203 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.777778 | false | false | 3 |
29bc4ccbce6900095d9816789911aba7ec3377bb | 25,855,703,128,525 | 997c9f2efb2a477abd03867efc4a25e08c3500fb | /app/src/main/java/co/touchlab/materialdemo/PaletteActivity.java | 51f2810cbf1994920c0ca3b370603b73003e5687 | [] | no_license | touchlab-lab/MaterialDemo | https://github.com/touchlab-lab/MaterialDemo | fefed83a886f64fa95ac471d747c5ad6d75c6a3e | e899a918ea622167b9fdd9294b62d6fdc8ea10ae | refs/heads/master | 2021-05-28T11:22:36.391000 | 2015-03-25T18:37:44 | 2015-03-25T18:37:44 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package co.touchlab.materialdemo;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.graphics.Color;
import android.os.AsyncTask;
import android.os.Bundle;
import android.support.v7.app.ActionBarActivity;
import android.support.v7.graphics.Palette;
import android.util.Log;
import and... | UTF-8 | Java | 4,471 | java | PaletteActivity.java | Java | [] | null | [] | package co.touchlab.materialdemo;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.graphics.Color;
import android.os.AsyncTask;
import android.os.Bundle;
import android.support.v7.app.ActionBarActivity;
import android.support.v7.graphics.Palette;
import android.util.Log;
import and... | 4,471 | 0.534556 | 0.531201 | 134 | 32.365673 | 25.692945 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.649254 | false | false | 3 |
83f8185f55b16602625f430e1eed6e16919f96f2 | 33,509,334,859,410 | ed9019b993df167749dcaf4718a61c00a21ce6b5 | /app/src/main/java/com/gepesat/QrAdmin/Variables_Globales.java | a01f0ffdddec002e7d79281b272f09d408b6505f | [] | no_license | proyectos-gepesat/appqradmin | https://github.com/proyectos-gepesat/appqradmin | b7f0a0a66a7119d43ed33c1984fd2f6a2ec3f718 | aeed1f4ba372d5a59fa5850b4df74c95e8ab7262 | refs/heads/master | 2023-01-14T13:08:44.151000 | 2020-11-20T15:40:05 | 2020-11-20T15:40:05 | 314,597,664 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.gepesat.QrAdmin;
public class Variables_Globales {
private static Variables_Globales instance;
//AQUI DECLARAREMOS NUESTRAS VARIABLES GLOBALES PARA ALMACENDAR LOS DATOS DE LA FUNCION DE INSIO DE SESION Y LUEGO MOSTRARLOS EN EL
//ACTIVITY MENU
private static int _codigousuario=0;
pr... | UTF-8 | Java | 1,543 | java | Variables_Globales.java | Java | [] | null | [] | package com.gepesat.QrAdmin;
public class Variables_Globales {
private static Variables_Globales instance;
//AQUI DECLARAREMOS NUESTRAS VARIABLES GLOBALES PARA ALMACENDAR LOS DATOS DE LA FUNCION DE INSIO DE SESION Y LUEGO MOSTRARLOS EN EL
//ACTIVITY MENU
private static int _codigousuario=0;
pr... | 1,543 | 0.629294 | 0.628645 | 62 | 23.887096 | 24.438932 | 135 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.306452 | false | false | 3 |
e7b7ecbe7e52bdff57d9e90fda1bf52140716eb5 | 27,075,473,843,809 | c6a6be5da4f1d64d73a8ec4a632bd6b627c74e71 | /rgs-proj/src/elearning/EfuncInferenceDec2017.java | 94496c5e356a7981578cb0ee8d8d607bd1e595ab | [] | no_license | nkg114mc/rgs-struct | https://github.com/nkg114mc/rgs-struct | dc16f4b515adf74ffc720dca351d1e744db10003 | 0e2bc4fa3923fa0d91d728a6c72e7dcb69e57b3e | refs/heads/master | 2020-05-28T00:49:36.461000 | 2019-06-23T19:22:19 | 2019-06-23T19:22:19 | 188,836,008 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package elearning;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.HashMap;
import java.util.HashSet;
import java.util.List;
import java.util.Set;
import berkeleyentity.MyTimeCounter;
import edu.illinois.cs.cogcomp.sl.util.WeightVector;
import elearning.einfer.ESearchInferencer;
import elearning... | UTF-8 | Java | 10,475 | java | EfuncInferenceDec2017.java | Java | [] | null | [] | package elearning;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.HashMap;
import java.util.HashSet;
import java.util.List;
import java.util.Set;
import berkeleyentity.MyTimeCounter;
import edu.illinois.cs.cogcomp.sl.util.WeightVector;
import elearning.einfer.ESearchInferencer;
import elearning... | 10,475 | 0.631313 | 0.628258 | 372 | 27.158602 | 28.936325 | 172 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.948925 | false | false | 3 |
10a3a8e5da3b96fbc5f33d2f7912d356ae6af277 | 4,123,168,609,232 | df9791d6aef36ed2c9efe977d3940595ad73b571 | /src/main/java/OldStuff/Utility/dynamicCast.java | 0a1bed4c9eaacf7522452dc898967b6ef88ff6a5 | [] | no_license | feltax/gw2apiMark2 | https://github.com/feltax/gw2apiMark2 | e889a8d9163a5b134227919989a1c0ddae0b56df | e3db777ed3db7fda588b28c10dbfef6346893dab | refs/heads/master | 2020-02-05T01:45:45.914000 | 2017-11-28T16:35:01 | 2017-11-28T16:35:01 | 56,288,291 | 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 OldStuff.Utility;
import me.nithanim.gw2api.v2.api.items.Details;
import me.nithanim.gw2api.v2.api.items.ItemInfo;
im... | UTF-8 | Java | 3,109 | java | dynamicCast.java | Java | [
{
"context": "tems.details.WeaponDetails;\r\n\r\n/**\r\n *\r\n * @author olive\r\n */\r\npublic class dynamicCast {\r\n//does not work w",
"end": 858,
"score": 0.902626097202301,
"start": 853,
"tag": "USERNAME",
"value": "olive"
}
] | 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 OldStuff.Utility;
import me.nithanim.gw2api.v2.api.items.Details;
import me.nithanim.gw2api.v2.api.items.ItemInfo;
im... | 3,109 | 0.563525 | 0.554197 | 88 | 33.329544 | 22.661903 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.579545 | false | false | 3 |
8a0d6abd644a4bc7f8f462db738c5d9671cfe12c | 4,123,168,611,489 | c0ab8f984bac55fd042e3e3d317fe8a5817e473a | /lmq-mui/src/main/java/com/lmq/dao/CustomerlevelMapper.java | 26b35de2f492d8dcdf31a94640dccb04806c5f99 | [] | no_license | cqj865412397/lmqapp | https://github.com/cqj865412397/lmqapp | 261531742874583fe3e8d598a0d4fe49fed0d416 | a5017a51ebe91a92f97af90abd8eae4c0c7e09d0 | refs/heads/master | 2020-04-05T20:08:13.991000 | 2018-11-13T08:32:55 | 2018-11-13T08:32:55 | 157,165,717 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.lmq.dao;
import com.lmq.domain.Customerlevel;
public interface CustomerlevelMapper {
int deleteByPrimaryKey(Integer id);
int insert(Customerlevel record);
int insertSelective(Customerlevel record);
Customerlevel selectByPrimaryKey(Integer id);
int updateByPrimaryKeySel... | UTF-8 | Java | 405 | java | CustomerlevelMapper.java | Java | [] | null | [] | package com.lmq.dao;
import com.lmq.domain.Customerlevel;
public interface CustomerlevelMapper {
int deleteByPrimaryKey(Integer id);
int insert(Customerlevel record);
int insertSelective(Customerlevel record);
Customerlevel selectByPrimaryKey(Integer id);
int updateByPrimaryKeySel... | 405 | 0.753086 | 0.753086 | 17 | 21.941177 | 21.867167 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.470588 | false | false | 3 |
ab4006e1443007e59d3e48dac1445e211f5dca22 | 4,518,305,603,144 | a44bdee25486354c6c4f97f6674a867f85111266 | /src/view/Principal.java | b888356ce03967b2e8d783de64ad53a2d692127e | [] | no_license | deh24/Exercic-o-4 | https://github.com/deh24/Exercic-o-4 | 952c46d6e228e38f899a4dcf876c23415899f1df | d31d374cc1758c4f474c150650c3ed47c5cd727c | refs/heads/master | 2023-07-15T09:49:56.019000 | 2021-08-26T22:38:43 | 2021-08-26T22:38:43 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package view;
import Controller.ThreadCsapo;
public class Principal
{
public static void main(String[] args)
{
for (int id = 0; id < 5; id++)
{
Thread ThreadCsapos = new ThreadCsapo(100, 5, id);
ThreadCsapos.start();
}
}
} | UTF-8 | Java | 257 | java | Principal.java | Java | [] | null | [] | package view;
import Controller.ThreadCsapo;
public class Principal
{
public static void main(String[] args)
{
for (int id = 0; id < 5; id++)
{
Thread ThreadCsapos = new ThreadCsapo(100, 5, id);
ThreadCsapos.start();
}
}
} | 257 | 0.610895 | 0.587549 | 17 | 13.235294 | 16.329437 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.352941 | false | false | 3 |
ca243216229a7eb4ded83ab39ddb52b9258a9665 | 9,603,546,882,224 | 76ca52991ca1a1e50d066e9f7c4827b6a4453414 | /core/java/android/os/ChildZygoteProcess.java | 337a3e279a1a9b6292ad02587c2fef21139582e3 | [
"Apache-2.0",
"LicenseRef-scancode-unicode"
] | permissive | ResurrectionRemix/android_frameworks_base | https://github.com/ResurrectionRemix/android_frameworks_base | 3126048967fa5f14760664bea8002e7911da206a | 5e1db0334755ba47245d69857a17f84503f7ce6f | refs/heads/Q | 2023-02-17T11:50:11.652000 | 2021-09-19T11:36:09 | 2021-09-19T11:36:09 | 17,213,932 | 169 | 1,154 | Apache-2.0 | false | 2023-02-11T12:45:31 | 2014-02-26T14:52:44 | 2022-11-20T20:08:48 | 2023-02-11T11:57:00 | 3,325,928 | 112 | 289 | 0 | Java | false | false | /*
* Copyright (C) 2018 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | UTF-8 | Java | 1,248 | java | ChildZygoteProcess.java | Java | [] | null | [] | /*
* Copyright (C) 2018 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | 1,248 | 0.693109 | 0.686699 | 44 | 27.363636 | 27.252266 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.295455 | false | false | 3 |
7b48c9bd93df5360f203380c53c3eb83b7b9a7cc | 13,503,377,185,517 | 39846d92fdcd9b056df9b7c1afcd277fec2bfd6a | /CDDang/app/src/main/java/com/chewuwuyou/app/fragment/DataReportRootFragment.java | 8826a8ef891adfa184bd6f4635d8e73e10a09905 | [] | no_license | wisekingokok/cdd | https://github.com/wisekingokok/cdd | 84fef1c7736c85a661b69c9fdf0d46e97bd638a2 | c8dbb84037b58010d313878aea06ef42c8d0111e | refs/heads/master | 2020-03-23T14:00:44.938000 | 2018-07-20T03:34:15 | 2018-07-20T03:34:15 | 141,650,274 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.chewuwuyou.app.fragment;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v4.app.Fragment;
import android.support.v4.app.FragmentManager;
import android.support.v4.app.FragmentTransaction;
import android.view.LayoutInflater;
import android.view.View;
imp... | UTF-8 | Java | 4,622 | java | DataReportRootFragment.java | Java | [] | null | [] | package com.chewuwuyou.app.fragment;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v4.app.Fragment;
import android.support.v4.app.FragmentManager;
import android.support.v4.app.FragmentTransaction;
import android.view.LayoutInflater;
import android.view.View;
imp... | 4,622 | 0.564236 | 0.553168 | 140 | 30.914286 | 23.250034 | 123 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.578571 | false | false | 3 |
76025b59918180ce01671f66aa3bd01d8f1497e1 | 15,899,968,936,647 | c16b1e5f82f0b64fb3a6a434ac5d22337df8ac64 | /src/main/java/com/myBooks/model/VO/UserVOReq.java | 1aa24e4114cb5a8e343968caaf9e80bfb6f4c227 | [] | no_license | gaurav8861/MyBooks | https://github.com/gaurav8861/MyBooks | e7408b920411d86f57d9c592c3dca531a62c3694 | dbd70f08aec9a74c6452403e3c26722e2e10f7e2 | refs/heads/master | 2021-01-20T17:46:16.813000 | 2017-06-16T14:30:39 | 2017-06-16T14:30:39 | 81,589,059 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.myBooks.model.VO;
public class UserVOReq extends BaseRequest{
}
| UTF-8 | Java | 82 | java | UserVOReq.java | Java | [] | null | [] | package com.myBooks.model.VO;
public class UserVOReq extends BaseRequest{
}
| 82 | 0.756098 | 0.756098 | 7 | 10.714286 | 16.429192 | 43 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.428571 | false | false | 3 |
65479dc32b6ae91b7bcfc365cb27e8a2385080a7 | 15,049,565,416,481 | d79b1997440dd0da4a35411fbdee8fa6a89dcbce | /src/linked_list/IMDb/Node.java | d6591f40a805d7da412eab33d00548a89180f77b | [] | no_license | the-saif-ahmad/AdvancedCS | https://github.com/the-saif-ahmad/AdvancedCS | 1969b2b7a74bf5d72ba9cd25a197fd9321c0ce90 | ba7a18369b10ad45b1392c1e9c6297daa64c7df2 | refs/heads/master | 2021-01-21T05:28:07.743000 | 2018-02-03T23:36:14 | 2018-02-03T23:36:14 | 101,921,561 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package linked_list.IMDb;
/**
* Created by Saif on 9/27/2017.
*/
public class Node<T> {
private T data;
private Node<T> next;
public Node() {
data = null;
next = null;
}
public Node(T data) {
this.data = data;
next = null;
}
public T getData() {
... | UTF-8 | Java | 626 | java | Node.java | Java | [
{
"context": "package linked_list.IMDb;\n\n/**\n * Created by Saif on 9/27/2017.\n */\npublic class Node<T> {\n priv",
"end": 49,
"score": 0.9412234425544739,
"start": 45,
"tag": "NAME",
"value": "Saif"
}
] | null | [] | package linked_list.IMDb;
/**
* Created by Saif on 9/27/2017.
*/
public class Node<T> {
private T data;
private Node<T> next;
public Node() {
data = null;
next = null;
}
public Node(T data) {
this.data = data;
next = null;
}
public T getData() {
... | 626 | 0.50639 | 0.495208 | 40 | 14.65 | 12.075906 | 43 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.325 | false | false | 3 |
bd460d5dab5f10b090fa87ac3317646fea6a1928 | 13,477,607,377,571 | 9d38ce31f3101018f95756a8525bed2fbcbb62c4 | /app/src/main/java/base/network/RetreiveHistoryListJson.java | c2189da92c1d3e7648b3f89d0d9dac6909a720fb | [] | no_license | mahardhikuncoro/collection | https://github.com/mahardhikuncoro/collection | 462828a9232756582a2c8f22b1a3c1f3d35b3f28 | 1ee94d50f812a6ce9865d23ea366016cbfe13e49 | refs/heads/main | 2023-02-18T22:50:13.023000 | 2021-01-18T18:37:23 | 2021-01-18T18:37:23 | 330,738,850 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package base.network;
import java.util.ArrayList;
import base.location.network.BaseNetworkCallback;
import base.sqlite.TasklistHistoryModel;
public class RetreiveHistoryListJson {
public class RetreiveRequest extends BaseRequest{
}
public class RetreiveCallback extends BaseNetworkCallback {
pri... | UTF-8 | Java | 1,134 | java | RetreiveHistoryListJson.java | Java | [] | null | [] | package base.network;
import java.util.ArrayList;
import base.location.network.BaseNetworkCallback;
import base.sqlite.TasklistHistoryModel;
public class RetreiveHistoryListJson {
public class RetreiveRequest extends BaseRequest{
}
public class RetreiveCallback extends BaseNetworkCallback {
pri... | 1,134 | 0.666667 | 0.666667 | 42 | 25.976191 | 24.856241 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.309524 | false | false | 3 |
08ba93f685bb77beb9d77dc7cbefaabf7a06f48a | 5,738,076,308,642 | 5a982929369d0faa6207c059212df229992d6a58 | /src/java/controller/uploadPublicationController.java | 77aeded1b5163990872381b0d6c859446a6991a0 | [
"MIT"
] | permissive | maygirl/E-PhD | https://github.com/maygirl/E-PhD | 5225883d503f07773abdad2672e00017beca3fc2 | 110b9ea53d55480b42299644b73f90df9a8deccc | refs/heads/master | 2021-01-18T23:35:49.351000 | 2016-05-24T10:43:30 | 2016-05-24T10:43:30 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package controller;
import dao.PublicationDAO;
import java.io.File;
import java.io.FileOutputStream;
import java.io.IOException;
impor... | UTF-8 | Java | 4,288 | java | uploadPublicationController.java | Java | [
{
"context": "Part;\nimport model.Publication;\n\n/**\n *\n * @author Mac\n */\n@WebServlet(name = \"uploadPublicationControll",
"end": 716,
"score": 0.99366694688797,
"start": 713,
"tag": "NAME",
"value": "Mac"
}
] | null | [] | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package controller;
import dao.PublicationDAO;
import java.io.File;
import java.io.FileOutputStream;
import java.io.IOException;
impor... | 4,288 | 0.638993 | 0.637127 | 124 | 33.580647 | 27.425293 | 149 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.451613 | false | false | 3 |
29553237c483c7ec2b275f35f6a7fc8da5ead17f | 6,571,300,029,953 | ce9f23e909e44433f192dee379bd4feb7db410d0 | /src/main/java/mariculture/core/blocks/BlockRenderedMachineMulti.java | a85d0d015c22c79398eb6879d53d0b42c85b1501 | [
"MIT"
] | permissive | Mortvana/Mariculture | https://github.com/Mortvana/Mariculture | ef004464364586aa1d63304e4740b5181e10fe6b | 99b017f673508a3db5570d32ac9c5f892042836f | refs/heads/master | 2018-02-28T19:40:08.189000 | 2014-05-20T02:34:23 | 2014-05-20T02:35:34 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package mariculture.core.blocks;
import mariculture.Mariculture;
import mariculture.core.blocks.base.BlockFunctionalMulti;
import mariculture.core.helpers.FluidHelper;
import mariculture.core.helpers.SpawnItemHelper;
import mariculture.core.helpers.cofh.ItemHelper;
import mariculture.core.lib.MachineRenderedMultiMeta;... | UTF-8 | Java | 7,706 | java | BlockRenderedMachineMulti.java | Java | [] | null | [] | package mariculture.core.blocks;
import mariculture.Mariculture;
import mariculture.core.blocks.base.BlockFunctionalMulti;
import mariculture.core.helpers.FluidHelper;
import mariculture.core.helpers.SpawnItemHelper;
import mariculture.core.helpers.cofh.ItemHelper;
import mariculture.core.lib.MachineRenderedMultiMeta;... | 7,706 | 0.711913 | 0.701142 | 234 | 31.931623 | 28.820911 | 141 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.529915 | false | false | 3 |
3d3c3e128b1afedde35819463d65c612ff37544f | 25,975,962,268,767 | f410f927c3c74a257026f564831964f1fb9f4645 | /CSE360/src/cse360assign2/OrderedIntList.java | 7c20d5a54f4d4cd40a6f4faadb5204ea0d6db4ec | [] | no_license | SonDao/CSE-360-Intro-to-Software-Engineering | https://github.com/SonDao/CSE-360-Intro-to-Software-Engineering | d87946d98e7ec01f41a35a56f1162118e6ffcb9b | 6c68635b2d4adb02650f14ff29494d08b8858fe3 | refs/heads/master | 2021-01-10T15:42:34.455000 | 2016-02-22T04:31:11 | 2016-02-22T04:31:11 | 52,245,974 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cse360assign2;
/**
* Create an array with dynamic storage size that alters
* depends on the number of integers stored in the array.
* @author Debra Calliss, Vaul Demar Kranak, Son Dao
* @version 2-8-16
*
*/
public class OrderedIntList
{
private int[] array;
private int count;
/** Cre... | UTF-8 | Java | 4,348 | java | OrderedIntList.java | Java | [
{
"context": "umber of integers stored in the array.\r\n * @author Debra Calliss, Vaul Demar Kranak, Son Dao\r\n * @version 2-8-16\r\n",
"end": 173,
"score": 0.9997801780700684,
"start": 160,
"tag": "NAME",
"value": "Debra Calliss"
},
{
"context": "rs stored in the array.\r\n * @auth... | null | [] | package cse360assign2;
/**
* Create an array with dynamic storage size that alters
* depends on the number of integers stored in the array.
* @author <NAME>, <NAME>, <NAME>
* @version 2-8-16
*
*/
public class OrderedIntList
{
private int[] array;
private int count;
/** Create an empty list *... | 4,329 | 0.611546 | 0.602346 | 159 | 25.35849 | 21.866169 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.352201 | false | false | 3 |
66793bcb3ffec9ccec6a1ca652e88b6bd5ec594f | 412,316,923,730 | 60423046058a29549dccd721ef433b97c90e8544 | /src/test/java/ch/supsi/dti/i2b/shrug/optitravel/api/GTFS_rs/GTFSrsTest.java | ebb76de2c91d026e546ee8c396d9f12ba327e901 | [
"MIT"
] | permissive | denysvitali/optitravel | https://github.com/denysvitali/optitravel | 910bf50af5a260040e016966b8dc2dc6facffc5c | 14901b8e61ef08ffae8718ed26b4261ceed6e2b6 | refs/heads/dev | 2021-01-25T13:35:57.971000 | 2018-06-12T16:28:32 | 2018-06-12T20:13:38 | 123,592,378 | 11 | 1 | MIT | false | 2018-06-12T20:17:04 | 2018-03-02T14:57:20 | 2018-06-12T20:15:15 | 2018-06-12T20:15:12 | 5,948 | 2 | 1 | 2 | Java | false | null | package ch.supsi.dti.i2b.shrug.optitravel.api.GTFS_rs;
import ch.supsi.dti.i2b.shrug.optitravel.api.GTFS_rs.api.Meta;
import ch.supsi.dti.i2b.shrug.optitravel.api.GTFS_rs.models.StopTrip;
import ch.supsi.dti.i2b.shrug.optitravel.api.GTFS_rs.models.*;
import ch.supsi.dti.i2b.shrug.optitravel.api.GTFS_rs.models.Route;
i... | UTF-8 | Java | 16,450 | java | GTFSrsTest.java | Java | [
{
"context": "rtNotEquals(null, t.getRoute());\n\t\t\tassertEquals(\"Pregassona, Piazza di Giro\", t.getHeadSign());\n\t\t\tassertEqua",
"end": 8995,
"score": 0.8654351830482483,
"start": 8985,
"tag": "NAME",
"value": "Pregassona"
},
{
"context": "(null, t.getRoute());\n\t\t\tassertE... | null | [] | package ch.supsi.dti.i2b.shrug.optitravel.api.GTFS_rs;
import ch.supsi.dti.i2b.shrug.optitravel.api.GTFS_rs.api.Meta;
import ch.supsi.dti.i2b.shrug.optitravel.api.GTFS_rs.models.StopTrip;
import ch.supsi.dti.i2b.shrug.optitravel.api.GTFS_rs.models.*;
import ch.supsi.dti.i2b.shrug.optitravel.api.GTFS_rs.models.Route;
i... | 16,442 | 0.645046 | 0.613435 | 508 | 31.381889 | 30.96162 | 484 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.112205 | false | false | 3 |
047e45393cadbaad47032de5abf41064463b1eec | 24,215,025,685,919 | b1d8b151a3f2ffec18bf7846abcbbfca98309fac | /src/test/java/net/sf/esfinge/container/processor/clazz/ct01/Container.java | a7ebd9d538efc68c97025ef05d37f9a64039d030 | [
"MIT"
] | permissive | EsfingeFramework/metadata | https://github.com/EsfingeFramework/metadata | 157f17fe2e5e27f103ad75a0fdb4c8ab4151ca1d | 70fb485c8a6f4d0c26c099d7d78671dad0c790c7 | refs/heads/master | 2023-07-08T06:24:47.952000 | 2023-06-22T20:11:43 | 2023-06-22T20:11:43 | 20,402,883 | 10 | 10 | MIT | false | 2021-07-20T09:38:30 | 2014-06-02T12:21:16 | 2021-07-20T09:38:11 | 2021-07-20T09:38:29 | 4,354 | 8 | 9 | 5 | Java | false | false | package net.sf.esfinge.container.processor.clazz.ct01;
import java.util.List;
import net.sf.esfinge.metadata.annotation.container.ContainerFor;
import net.sf.esfinge.metadata.annotation.container.CustomReader;
import net.sf.esfinge.metadata.annotation.container.ProcessorType;
import net.sf.esfinge.metadata.con... | UTF-8 | Java | 989 | java | Container.java | Java | [] | null | [] | package net.sf.esfinge.container.processor.clazz.ct01;
import java.util.List;
import net.sf.esfinge.metadata.annotation.container.ContainerFor;
import net.sf.esfinge.metadata.annotation.container.CustomReader;
import net.sf.esfinge.metadata.annotation.container.ProcessorType;
import net.sf.esfinge.metadata.con... | 989 | 0.761953 | 0.752798 | 31 | 29.709677 | 27.091475 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.903226 | false | false | 3 |
21e5e3b7f3c25e921e5504a1b323439c9a67f711 | 32,195,074,921,940 | f1168af7cf284d0fa9d840d84f6a687ca6028620 | /src/main/java/goncharuk/ross/service/EventService.java | 64c66cc789909e548bb0b6542c20279c77a1e243 | [] | no_license | RostyslavGoncharuk/test_task | https://github.com/RostyslavGoncharuk/test_task | f1d35f45d7c588043da9c3cbb33f9ec5665eed02 | af9e61d38d1cb3c97902bc1694b31be88274ffda | refs/heads/master | 2022-03-04T15:13:37.335000 | 2017-03-29T15:08:34 | 2017-03-29T15:08:34 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package goncharuk.ross.service;
import goncharuk.ross.model.Event;
import java.util.List;
public interface EventService {
Event findById(int id);
Event findByName(String name);
void saveEvent(Event event);
void updateEvent(Event event);
void deleteEventByName(String name);
List<Event> findAl... | UTF-8 | Java | 389 | java | EventService.java | Java | [] | null | [] | package goncharuk.ross.service;
import goncharuk.ross.model.Event;
import java.util.List;
public interface EventService {
Event findById(int id);
Event findByName(String name);
void saveEvent(Event event);
void updateEvent(Event event);
void deleteEventByName(String name);
List<Event> findAl... | 389 | 0.74036 | 0.74036 | 16 | 23.3125 | 16.921579 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6875 | false | false | 3 |
8bc798e2bef70ece1bf91c0802e87c1ac0f9fe03 | 29,643,864,312,624 | 99e8c05f3c7a2e1ad95e2d2367f69f311fd9c874 | /WEB-INF/src/ie/wombat/ha/devices/HeatingDevice.java | 81c6da1bec61d58541804090049f6c66fb29d4f0 | [] | no_license | jdesbonnet/WombatHA | https://github.com/jdesbonnet/WombatHA | ecc555032a76bf4c8ce43c632b75177ec6757e67 | ebe830f5d41bfd421734e4d2a1e873b2a5782da3 | refs/heads/master | 2021-06-19T19:41:09.887000 | 2021-02-15T01:36:24 | 2021-02-15T01:36:24 | 7,892,283 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ie.wombat.ha.devices;
import java.io.IOException;
public interface HeatingDevice {
public void setState(int zone, boolean b) throws IOException;
public boolean getState(int zone) throws IOException;
}
| UTF-8 | Java | 217 | java | HeatingDevice.java | Java | [] | null | [] | package ie.wombat.ha.devices;
import java.io.IOException;
public interface HeatingDevice {
public void setState(int zone, boolean b) throws IOException;
public boolean getState(int zone) throws IOException;
}
| 217 | 0.78341 | 0.78341 | 10 | 20.700001 | 22.521324 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.9 | false | false | 3 |
5c43b4c03e7e93465010ef2fe2b38fc3146cad60 | 7,464,653,228,490 | dc931599f5bab680e2a9a47c8771cffefab0ca3c | /Client/src/nju/lighting/bl/promotionbl/PromotionItem.java | 3e4b667b236ec030efba90464b46e9e46d9efd20 | [] | no_license | gmt123456/SEIIAssignment | https://github.com/gmt123456/SEIIAssignment | 57cbf5d44c31c6c08fc56033990e5646b60562a1 | 3a2e0761353ce5f0948ea621a3ee35c270a12f9d | refs/heads/master | 2020-03-28T01:22:35.974000 | 2018-01-13T04:27:14 | 2018-01-13T04:27:14 | 147,499,427 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package nju.lighting.bl.promotionbl;
import nju.lighting.bl.commoditybl.CommodityInfo;
import nju.lighting.bl.commoditybl.CommodityInfoImpl;
import nju.lighting.po.promotion.PromotionPackageItemPO;
import nju.lighting.vo.doc.giftdoc.GiftItemVO;
/**
* Created on 2017/12/26.
* Description:
* @author Liao
*/
class P... | UTF-8 | Java | 1,082 | java | PromotionItem.java | Java | [
{
"context": " Created on 2017/12/26.\n * Description:\n * @author Liao\n */\nclass PromotionItem {\n private String c",
"end": 305,
"score": 0.8848375678062439,
"start": 304,
"tag": "NAME",
"value": "L"
},
{
"context": "reated on 2017/12/26.\n * Description:\n * @author Liao\n */... | null | [] | package nju.lighting.bl.promotionbl;
import nju.lighting.bl.commoditybl.CommodityInfo;
import nju.lighting.bl.commoditybl.CommodityInfoImpl;
import nju.lighting.po.promotion.PromotionPackageItemPO;
import nju.lighting.vo.doc.giftdoc.GiftItemVO;
/**
* Created on 2017/12/26.
* Description:
* @author Liao
*/
class P... | 1,082 | 0.707948 | 0.700555 | 38 | 27.473684 | 24.597536 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.552632 | false | false | 3 |
a2e018583b9846b5fad29b30a066869b95e66379 | 14,886,356,680,291 | 0d00f9123cc65227e340a1a74bf17a9c5ad180de | /app/src/main/java/com/android/ted/inputer/db/AppExceptionDbOperator.java | 8c68570e947cf636ecd431e37b62f403ac13d3b7 | [
"Apache-2.0"
] | permissive | aheadlcx/Inputer | https://github.com/aheadlcx/Inputer | dae7134df4b133866d5ce6a1fb396b4f109403c2 | 721fb21c8787a56febf920e8cd92f20b2d2480e4 | refs/heads/master | 2021-01-18T05:02:54.732000 | 2016-07-04T13:03:07 | 2016-07-04T13:03:07 | 48,228,477 | 0 | 0 | null | true | 2015-12-18T10:11:37 | 2015-12-18T10:11:36 | 2015-11-27T10:32:54 | 2015-12-18T06:29:55 | 588 | 0 | 0 | 0 | null | null | null | package com.android.ted.inputer.db;
import android.database.sqlite.SQLiteDatabase;
/**
* Created by Ted on 2015/12/31.
*
* @ com.android.ted.inputer.db
*/
public class AppExceptionDbOperator {
public static final String[] FEILD_NAME = { "_id", "package_name" };
public static void createDb(SQLiteDatabase ... | UTF-8 | Java | 694 | java | AppExceptionDbOperator.java | Java | [
{
"context": "database.sqlite.SQLiteDatabase;\n\n/**\n * Created by Ted on 2015/12/31.\n *\n * @ com.android.ted.inputer.db",
"end": 106,
"score": 0.9885458946228027,
"start": 103,
"tag": "NAME",
"value": "Ted"
}
] | null | [] | package com.android.ted.inputer.db;
import android.database.sqlite.SQLiteDatabase;
/**
* Created by Ted on 2015/12/31.
*
* @ com.android.ted.inputer.db
*/
public class AppExceptionDbOperator {
public static final String[] FEILD_NAME = { "_id", "package_name" };
public static void createDb(SQLiteDatabase ... | 694 | 0.711816 | 0.700288 | 23 | 29.173914 | 34.88821 | 130 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.434783 | false | false | 3 |
f598637d292b12b1f345c85418bf713de8b7b211 | 26,757,646,274,477 | 5d1d3672257625da4944973e86e6758127cde624 | /functionprogs/StopWatch.java | 49bfa03c53956da2e8af71f800524a7c0dfda87d | [] | no_license | sowjanya467/BridgeLabzAssesments | https://github.com/sowjanya467/BridgeLabzAssesments | da5eecdf6a90df0a826c3cdd285566a0e8acdcf9 | 793e0e257c88761dd3a1a90892cea15da1b945e7 | refs/heads/master | 2020-03-21T05:44:25.218000 | 2018-06-21T14:04:04 | 2018-06-21T14:04:04 | 137,900,545 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.bridgelabz.functionprogs;
import java.util.Scanner;
import com.bridgelabz.utility.Utility;
/*************************************************************************************************************
*
* purpose:to print the elapsed time in stop watch
*
* @author sowjanya467
* @version 1.0
* @sin... | UTF-8 | Java | 680 | java | StopWatch.java | Java | [
{
"context": "print the elapsed time in stop watch\n *\n * @author sowjanya467\n * @version 1.0\n * @since 18-05-17\n *\n * ********",
"end": 296,
"score": 0.999682605266571,
"start": 285,
"tag": "USERNAME",
"value": "sowjanya467"
}
] | null | [] | package com.bridgelabz.functionprogs;
import java.util.Scanner;
import com.bridgelabz.utility.Utility;
/*************************************************************************************************************
*
* purpose:to print the elapsed time in stop watch
*
* @author sowjanya467
* @version 1.0
* @sin... | 680 | 0.470588 | 0.454412 | 26 | 25.192308 | 30.268059 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.653846 | false | false | 3 |
2f326d1ae3f62b79bc5b861ab2b596ea9be7b07f | 9,491,877,764,292 | 9ceaf638f0b1832b1dcbff0caefebefa109b889d | /src/aiframe/pytest3.java | 553fce0b4e3121a1a2ba27a05de013802a40a3b6 | [] | no_license | o2i-irus/SAS-UI | https://github.com/o2i-irus/SAS-UI | 7471eae985efd33783142083e8936d2fed266ab8 | e4add0a182fe321f0e0eecfaad0ce129d4bed4a7 | refs/heads/master | 2022-07-30T14:40:29.633000 | 2020-05-24T14:32:40 | 2020-05-24T14:32:40 | 243,693,743 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package aiframe;
import java.io.IOException;
import java.nio.file.Files;
import java.nio.file.Path;
import java.nio.file.Paths;
import java.util.List;
import java.util.stream.Collectors;
import java.util.stream.Stream;
public class pytest3 {
public static void main(String[] args) {
try {
... | UTF-8 | Java | 1,628 | java | pytest3.java | Java | [] | null | [] | package aiframe;
import java.io.IOException;
import java.nio.file.Files;
import java.nio.file.Path;
import java.nio.file.Paths;
import java.util.List;
import java.util.stream.Collectors;
import java.util.stream.Stream;
public class pytest3 {
public static void main(String[] args) {
try {
... | 1,628 | 0.566339 | 0.555283 | 39 | 39.794872 | 32.266663 | 126 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.846154 | false | false | 3 |
0c566bc454d53ac32ebd5d26516b352b67618954 | 2,044,404,465,141 | 4fff2e94a2672b1879685e8afa2359d8a5e33e77 | /src/test/java/com/FlightSearch/pageObjects/SearchFlight.java | 78d8b9f162596c3c58634c07595cdc70f652c3bd | [] | no_license | athanishreedhar/Altimetrik_Assignments | https://github.com/athanishreedhar/Altimetrik_Assignments | 04eabf39a576471b280b0a158d08962f7a882d50 | f97158873b184de4ba246c83fcf3f39df3d4264f | refs/heads/master | 2022-12-01T10:30:39.898000 | 2020-08-22T08:15:47 | 2020-08-22T08:15:47 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.FlightSearch.pageObjects;
import java.util.List;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.support.PageFactory;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.support.FindBy;
public class SearchFlight {
WebDriver ldriver;
/*
... | UTF-8 | Java | 2,571 | java | SearchFlight.java | Java | [] | null | [] | package com.FlightSearch.pageObjects;
import java.util.List;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.support.PageFactory;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.support.FindBy;
public class SearchFlight {
WebDriver ldriver;
/*
... | 2,571 | 0.695838 | 0.692338 | 116 | 21.163794 | 24.62055 | 128 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.474138 | false | false | 3 |
6f1b5617284a0605c873b09b6b18489647115b70 | 1,597,727,898,803 | f7c46cc6f1c71e3bb0f2d8e9b35d265704fcf914 | /src/main/java/it/poste/controller/cpq/model/DocumentCompositionRulesRequestItem.java | 013a508da06b872c4bb310344e22b641151c572f | [] | no_license | ptabasso2/dev | https://github.com/ptabasso2/dev | b759495e96d56fba997013b23f200254aa5e7b39 | 638f686f7f0b68cb83edf157f05f8526aa4c8c6a | refs/heads/master | 2020-09-07T14:29:23.882000 | 2019-11-10T15:30:02 | 2019-11-10T15:30:02 | 220,809,572 | 0 | 0 | null | false | 2020-12-12T00:54:08 | 2019-11-10T15:29:42 | 2019-11-10T15:30:23 | 2020-12-12T00:54:07 | 73,585 | 0 | 0 | 17 | Java | false | false | package it.poste.controller.cpq.model;
import java.util.Objects;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.fasterxml.jackson.annotation.JsonCreator;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import java.util.ArrayList;
import java.util.List;
import o... | UTF-8 | Java | 5,516 | java | DocumentCompositionRulesRequestItem.java | Java | [] | null | [] | package it.poste.controller.cpq.model;
import java.util.Objects;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.fasterxml.jackson.annotation.JsonCreator;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import java.util.ArrayList;
import java.util.List;
import o... | 5,516 | 0.735315 | 0.732052 | 192 | 27.723959 | 29.6318 | 118 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.354167 | false | false | 3 |
d298a03fa622a0e3b6776f79149a03d0409b483a | 20,418,274,590,904 | 0f30ca6c27188acc38b4329f7dc9c66c55ca695a | /app/src/main/java/de/synyx/android/meeroo/business/account/AccountService.java | e30816b8c144c752b0d38eacfc880c6478b9b660 | [
"BSD-3-Clause"
] | permissive | synyx/MeeRoo | https://github.com/synyx/MeeRoo | a07c92c5446380f90e82f2733e237045fe57130a | 0f538e9adca7be14cb54dce943f969ea960ae4f3 | refs/heads/master | 2022-11-19T17:42:56.779000 | 2022-10-28T12:35:18 | 2022-10-28T12:38:03 | 169,711,953 | 10 | 4 | BSD-3-Clause | false | 2022-11-18T15:50:42 | 2019-02-08T09:34:33 | 2022-09-13T12:21:23 | 2022-11-18T15:50:41 | 602 | 14 | 1 | 40 | Java | false | false | package de.synyx.android.meeroo.business.account;
/**
* @author Julian Heetel - heetel@synyx.de
*/
public interface AccountService {
String[] getAccountNames();
String getUserAccountName();
String getUserAccountType();
void syncCalendar();
}
| UTF-8 | Java | 269 | java | AccountService.java | Java | [
{
"context": ".android.meeroo.business.account;\n\n/**\n * @author Julian Heetel - heetel@synyx.de\n */\npublic interface AccountSer",
"end": 80,
"score": 0.9998556971549988,
"start": 67,
"tag": "NAME",
"value": "Julian Heetel"
},
{
"context": "business.account;\n\n/**\n * @author ... | null | [] | package de.synyx.android.meeroo.business.account;
/**
* @author <NAME> - <EMAIL>
*/
public interface AccountService {
String[] getAccountNames();
String getUserAccountName();
String getUserAccountType();
void syncCalendar();
}
| 254 | 0.695167 | 0.695167 | 18 | 13.944445 | 17.389244 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.277778 | false | false | 3 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.