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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
c07dc3f20be1aa3fc6a2e520df49d627928744af | 18,013,092,839,733 | f038ed38f368ba30cd2882f6142f0ab036682d7e | /src/main/java/ServerSide/Databases/DataTables/Produkt.java | ab220dc58982117d016c2c530c640dad98e0091b | [] | no_license | F0urth/Client-server_app | https://github.com/F0urth/Client-server_app | c010660dc5bb0b27a69b767e512823a2b8782dae | 9a80f660cb165515766c150efe9f6264c85fff96 | refs/heads/master | 2022-07-11T01:15:12.082000 | 2019-10-22T18:50:31 | 2019-10-22T18:50:31 | 189,113,787 | 0 | 0 | null | false | 2020-07-01T23:15:19 | 2019-05-28T22:49:42 | 2019-10-22T18:51:08 | 2020-07-01T23:15:18 | 54 | 0 | 0 | 1 | Java | false | false | package ServerSide.Databases.DataTables;
/**
* @author F0urth
*/
public class Produkt {
private Integer idProdukt;
private String nazwa;
public Integer getIdProdukt() {
return this.idProdukt;
}
public String getNazwa() {
return this.nazwa;
}
public void setIdProdukt(I... | UTF-8 | Java | 460 | java | Produkt.java | Java | [
{
"context": "e ServerSide.Databases.DataTables;\n\n/**\n * @author F0urth\n */\n\npublic class Produkt {\n\n private Integer ",
"end": 63,
"score": 0.9174004197120667,
"start": 57,
"tag": "USERNAME",
"value": "F0urth"
}
] | null | [] | package ServerSide.Databases.DataTables;
/**
* @author F0urth
*/
public class Produkt {
private Integer idProdukt;
private String nazwa;
public Integer getIdProdukt() {
return this.idProdukt;
}
public String getNazwa() {
return this.nazwa;
}
public void setIdProdukt(I... | 460 | 0.628261 | 0.626087 | 27 | 16.037037 | 15.78673 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.259259 | false | false | 4 |
0fa05b42e85b1082c3eec9a51bb94f8e833d4b69 | 26,834,955,707,230 | 1e42cb17d6acd2e8a570397139abcc6d05ffa233 | /GNode/bin/test/.svn/text-base/TestClient.java.svn-base | b92d100647b189143072e98a9e04ea8685be3d3b | [] | no_license | alexyzhou/gsystem | https://github.com/alexyzhou/gsystem | a1ae81a8d9b470ca696f85aec512ecafeba680b7 | 99309981fb999c9e91ecb55f30c033c66ca6890b | refs/heads/master | 2016-09-06T11:30:40.382000 | 2014-06-12T09:16:49 | 2014-06-12T09:16:49 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package test;
import java.io.IOException;
import java.net.InetSocketAddress;
import org.apache.hadoop.conf.Configuration;
import org.apache.hadoop.ipc.RPC;
import rpc.GMasterProtocol;
import rpc.GServerProtocol;
import system.SystemConf;
public class TestClient {
public static void main(String[] args) {
// TODO... | UTF-8 | Java | 693 | TestClient.java.svn-base | Java | [
{
"context": "netSocketAddress address = new InetSocketAddress(\"10.60.0.222\",SystemConf.getInstance().RPC_GSERVER_PORT);\n\t\ttr",
"end": 412,
"score": 0.9995691180229187,
"start": 401,
"tag": "IP_ADDRESS",
"value": "10.60.0.222"
}
] | null | [] | package test;
import java.io.IOException;
import java.net.InetSocketAddress;
import org.apache.hadoop.conf.Configuration;
import org.apache.hadoop.ipc.RPC;
import rpc.GMasterProtocol;
import rpc.GServerProtocol;
import system.SystemConf;
public class TestClient {
public static void main(String[] args) {
// TODO... | 693 | 0.759019 | 0.746032 | 27 | 24.666666 | 29.839075 | 123 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.407407 | false | false | 4 | |
1dff54ed8fbed688ee4cd2c05830d64403d3446b | 24,550,033,109,411 | 2ee3dcbb27dd683b937dfef376627b3354f293e0 | /College Management System/Hostel_details/hosteldetails.java | a343f68d05a8901a789824a61572088e451eba21 | [] | no_license | ganpat-university/oop-project-submission-cba-19162102001 | https://github.com/ganpat-university/oop-project-submission-cba-19162102001 | e8ceaa3d6195e64540cd631fe85d49e9af2fa670 | 66884b5a4d704d8162115609ab5ebea7f1645cce | refs/heads/master | 2021-07-20T20:38:09.642000 | 2021-07-02T02:36:21 | 2021-07-02T02:36:21 | 215,943,787 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.*;
class hosteldetails
{
Scanner sc=new Scanner(System.in);
int city;
int a;
int b;
void heading()
{
System.out.println("\t\t\t\t\t\t\t**********Hostel Details**********");
System.out.println("\t\t\t\t\t\t\t* ... | UTF-8 | Java | 3,993 | java | hosteldetails.java | Java | [
{
"context": "ity is available in..\");\r\n\n\tSystem.out.println(\"1) Ranip\");\n\t\t\r\n\tSystem.out.println(\"2) Gota\");\n\t\t\r\n\tSyste",
"end": 720,
"score": 0.7044749855995178,
"start": 715,
"tag": "NAME",
"value": "Ranip"
},
{
"context": "t.println(\"1) Ranip\");\n\t\t\r\n\t... | null | [] | import java.util.*;
class hosteldetails
{
Scanner sc=new Scanner(System.in);
int city;
int a;
int b;
void heading()
{
System.out.println("\t\t\t\t\t\t\t**********Hostel Details**********");
System.out.println("\t\t\t\t\t\t\t* ... | 3,993 | 0.390684 | 0.379664 | 215 | 17.069767 | 23.487547 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.432558 | false | false | 4 |
0e3e6454a9280ac1517c5ddc2309ee815e3ee601 | 9,285,719,307,348 | c63595171aa5b8670d94b0e720247775e103705d | /src/org/yoqu/cms/core/model/User.java | 7682f454824797709882f15993507705ecc4c894 | [
"Apache-2.0"
] | permissive | FlyTeamLHHC/finalcms | https://github.com/FlyTeamLHHC/finalcms | ed4f0ab826a840108b24fa350587ef4ba1917788 | d52d1fe21cc80d28d5d80b9ce4136f95b3bb3687 | refs/heads/master | 2020-12-26T03:10:27.816000 | 2016-04-21T08:17:43 | 2016-04-21T08:17:43 | 56,751,094 | 0 | 0 | null | true | 2016-04-21T07:15:12 | 2016-04-21T07:15:12 | 2016-04-21T07:15:00 | 2016-04-21T03:26:27 | 10,799 | 0 | 0 | 0 | null | null | null | package org.yoqu.cms.core.model;
import com.jfinal.plugin.activerecord.Db;
import com.jfinal.plugin.activerecord.Page;
import org.yoqu.cms.core.Constant.Constant;
import org.yoqu.cms.core.Constant.SystemVariable;
import org.yoqu.cms.core.model.base.BaseUser;
import org.yoqu.cms.core.util.SqlHandle;
import java.sql.SQL... | UTF-8 | Java | 1,686 | java | User.java | Java | [
{
"context": "rn \"ID:\"+getId()+\"Name: \"+getName()+\" Password: \"+getPassword()+\" createDate: \"+getCreateDate()+\" lastDate:\"+ge",
"end": 1599,
"score": 0.9971604347229004,
"start": 1588,
"tag": "PASSWORD",
"value": "getPassword"
}
] | null | [] | package org.yoqu.cms.core.model;
import com.jfinal.plugin.activerecord.Db;
import com.jfinal.plugin.activerecord.Page;
import org.yoqu.cms.core.Constant.Constant;
import org.yoqu.cms.core.Constant.SystemVariable;
import org.yoqu.cms.core.model.base.BaseUser;
import org.yoqu.cms.core.util.SqlHandle;
import java.sql.SQL... | 1,685 | 0.727165 | 0.72242 | 51 | 32.058823 | 33.546814 | 161 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.607843 | false | false | 4 |
70b25daea37e6c3ba27510a8fa9cbe1839ca2c34 | 2,001,454,788,806 | 41aa56badaaa815d63d73319c50a69503b7be3ba | /biz.api.impl/biz.lar/src/main/java/com/sdcloud/biz/lar/dao/SysConfigDao.java | 8049bf803409fd749d9a0d55e295336fc9f35713 | [] | no_license | tlz328522853/sound4.0 | https://github.com/tlz328522853/sound4.0 | 86bf2b71deec9e7d39c1ac0a9595320b8b31804f | efbe77bd63c4f6464dae1de3df5b47c79cebd94e | refs/heads/master | 2021-01-21T20:30:13.206000 | 2017-05-24T02:27:21 | 2017-05-24T02:27:21 | 92,244,724 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.sdcloud.biz.lar.dao;
import java.util.List;
import org.apache.ibatis.annotations.Select;
import org.apache.ibatis.annotations.Update;
import org.springframework.stereotype.Repository;
import com.sdcloud.api.lar.entity.SysConfig;
@Repository
public interface SysConfigDao extends BaseDao<SysCon... | UTF-8 | Java | 563 | java | SysConfigDao.java | Java | [] | null | [] | package com.sdcloud.biz.lar.dao;
import java.util.List;
import org.apache.ibatis.annotations.Select;
import org.apache.ibatis.annotations.Update;
import org.springframework.stereotype.Repository;
import com.sdcloud.api.lar.entity.SysConfig;
@Repository
public interface SysConfigDao extends BaseDao<SysCon... | 563 | 0.703375 | 0.703375 | 25 | 20.52 | 18.227715 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 4 |
cb7375f66ed94df99882dda778260ce556585288 | 23,244,363,010,204 | b338e52ebc10fd41c1dc6cf1fb2836add00d5d70 | /OnlineBookStore/src/com/bookstore/bean/User.java | efaee90041fb78e10fc5d680b40a8af987f8010f | [] | no_license | 648-mysuol/Online-BookStore | https://github.com/648-mysuol/Online-BookStore | c91ee506b56bfeda328a188359048c218a7bb1a9 | f116c644de894053c76ff01ee30f9d139678a341 | refs/heads/master | 2023-03-18T06:35:51.830000 | 2018-10-10T13:29:51 | 2018-10-10T13:29:51 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.bookstore.bean;
/**
* 储存用户信息
* @author Administrator
*
*/
public class User {
private String id; //用户ID (电话)
private String username; //用户名 (姓名)
private String PIN; //密码
private String sex; //性别
private String idcard; //身份证
public User(){
}
public User(String id,String use... | GB18030 | Java | 1,069 | java | User.java | Java | [
{
"context": "age com.bookstore.bean;\n\n/**\n * \t储存用户信息\n * @author Administrator\n *\n */\npublic class User {\n\tprivate String id;\t\t",
"end": 68,
"score": 0.8882634043693542,
"start": 55,
"tag": "USERNAME",
"value": "Administrator"
},
{
"context": "id;\t\t\t\t//用户ID\t\t(电话)\n... | null | [] | package com.bookstore.bean;
/**
* 储存用户信息
* @author Administrator
*
*/
public class User {
private String id; //用户ID (电话)
private String username; //用户名 (姓名)
private String PIN; //密码
private String sex; //性别
private String idcard; //身份证
public User(){
}
public User(String id,String use... | 1,069 | 0.640976 | 0.640976 | 56 | 17.303572 | 15.106668 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.428571 | false | false | 4 |
1c01ddf47610edb9fef8bed9cca1beba42a4f2ae | 20,667,382,690,417 | 2efc7cdc64ad6738006dc0b23ca6e0eb717e43f4 | /src/main/java/other/TradingProjectTreeRenderer.java | 28a33f51cbd9113f1b4ecea43534e1566714695a | [] | no_license | anhtienzz123/QuanLiXeMay | https://github.com/anhtienzz123/QuanLiXeMay | 606ca38ae74aa627e03fd2e37c0b7b6bf93a7e35 | 5eac0e9a7d08391e521722dbfc887f4159b5c6e9 | refs/heads/main | 2023-02-10T22:02:47.219000 | 2021-01-07T17:44:47 | 2021-01-07T17:44:47 | 305,047,266 | 0 | 0 | null | false | 2020-10-24T08:43:36 | 2020-10-18T07:33:15 | 2020-10-24T08:20:44 | 2020-10-24T08:43:35 | 26 | 0 | 0 | 0 | Java | false | false | package other;
import javax.swing.*;
import javax.swing.tree.DefaultMutableTreeNode;
import javax.swing.tree.DefaultTreeCellRenderer;
import java.awt.*;
import java.util.function.Supplier;
public class TradingProjectTreeRenderer extends DefaultTreeCellRenderer {
/**
*
*/
private static final long serialVersion... | UTF-8 | Java | 1,348 | java | TradingProjectTreeRenderer.java | Java | [] | null | [] | package other;
import javax.swing.*;
import javax.swing.tree.DefaultMutableTreeNode;
import javax.swing.tree.DefaultTreeCellRenderer;
import java.awt.*;
import java.util.function.Supplier;
public class TradingProjectTreeRenderer extends DefaultTreeCellRenderer {
/**
*
*/
private static final long serialVersion... | 1,348 | 0.76632 | 0.763353 | 39 | 33.589745 | 32.197083 | 117 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.051282 | false | false | 4 |
a7c7e75d34700cef1022863bbd3dc48ddb0ecbd6 | 7,370,163,892,159 | c2e709c396875e9a64bd07dbcbd5eef32b1d035d | /design-patterns/src/main/java/com/wang/action/observer/Client.java | 92d28a983d844c019c309da6c4845b67f4d22f92 | [] | no_license | wzhongke/spring | https://github.com/wzhongke/spring | 3dcbf9de0427c2817e0d1bc9d2845de4f07e6471 | 97caf707f8cc4c67f1654273a3ac5e8eb8dd9f4b | refs/heads/master | 2022-07-09T06:22:47.111000 | 2020-01-30T10:20:46 | 2020-01-30T10:20:46 | 110,086,765 | 0 | 0 | null | false | 2022-06-21T01:43:16 | 2017-11-09T08:17:17 | 2020-01-30T10:20:57 | 2022-06-21T01:43:16 | 28,577 | 0 | 0 | 12 | Java | false | false | package com.wang.action.observer;
public class Client {
public static void main(String [] args) throws InterruptedException {
ClockTimer timer = new ClockTimer();
AnalogClock analogClock = new AnalogClock(timer);
DigitalClock digitalClock = new DigitalClock(timer);
while (true) {
Thread.sleep(1000);
ti... | UTF-8 | Java | 341 | java | Client.java | Java | [] | null | [] | package com.wang.action.observer;
public class Client {
public static void main(String [] args) throws InterruptedException {
ClockTimer timer = new ClockTimer();
AnalogClock analogClock = new AnalogClock(timer);
DigitalClock digitalClock = new DigitalClock(timer);
while (true) {
Thread.sleep(1000);
ti... | 341 | 0.72434 | 0.71261 | 14 | 23.357143 | 21.979235 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.714286 | false | false | 4 |
3ae0a37844a4376e38f92605fe9699dc92d5062d | 15,573,551,425,241 | 1b0f128403d42f39a54c7bd6a393935ac4a352b3 | /src/test/java/com/ABS_Automation/ABS/StudentWorkflow.java | 5c8c9e6834f3e9b1554e331a99542cfbf1249e2f | [] | no_license | TapanChoudhary/Test_Auto | https://github.com/TapanChoudhary/Test_Auto | 28eee0d3413d044c34046b8daa989a2e239716a1 | 53782a3509c7559c76fe3c41cb6ae4093d7e0eea | refs/heads/master | 2018-03-07T11:08:31.865000 | 2016-09-18T07:05:57 | 2016-09-18T07:05:57 | 61,396,065 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ABS_Automation.ABS;
import java.util.concurrent.TimeUnit;
import com.ABS_Automation.pages.base.BaseWebComponent;
public class StudentWorkflow extends BaseWebComponent {
// private String openCourse = ".dashboard_row:nth-child(2)> div:nth-child(3)> ul:nth-child(%)";//Stage
private String openCourse = ".... | UTF-8 | Java | 2,317 | java | StudentWorkflow.java | Java | [] | null | [] | package com.ABS_Automation.ABS;
import java.util.concurrent.TimeUnit;
import com.ABS_Automation.pages.base.BaseWebComponent;
public class StudentWorkflow extends BaseWebComponent {
// private String openCourse = ".dashboard_row:nth-child(2)> div:nth-child(3)> ul:nth-child(%)";//Stage
private String openCourse = ".... | 2,317 | 0.706085 | 0.698317 | 67 | 33.582088 | 31.395479 | 133 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.641791 | false | false | 4 |
217155a5a70fb0710503ecfa508328a4f1f6c30e | 3,427,383,938,405 | eb908b8a2ddfdb0574b6c55d067e4ff5d821114a | /app/src/main/java/com/example/instagram/SendingImage.java | ae3b958af15da4ab94e878f408248c03cd9caa0b | [] | no_license | Duong99/Instagram | https://github.com/Duong99/Instagram | 7f40b970adb9fa510004536f80cb1b9a61aed8f6 | ae30e2c2536025eaf1d2904e4a94c560ad6badd2 | refs/heads/master | 2022-07-13T18:42:03.082000 | 2020-05-08T10:26:06 | 2020-05-08T10:26:06 | 254,653,316 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.instagram;
import android.app.Activity;
import android.content.Context;
import android.content.Intent;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.net.Uri;
import android.os.AsyncTask;
import android.widget.Toast;
import com.facebook.share.model.ShareLin... | UTF-8 | Java | 2,754 | java | SendingImage.java | Java | [] | null | [] | package com.example.instagram;
import android.app.Activity;
import android.content.Context;
import android.content.Intent;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.net.Uri;
import android.os.AsyncTask;
import android.widget.Toast;
import com.facebook.share.model.ShareLin... | 2,754 | 0.648511 | 0.648148 | 88 | 30.295454 | 23.637489 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.568182 | false | false | 4 |
9b15c16d296a45c1ef453989e81ecab56a27e936 | 12,859,132,086,831 | 8336f5b8f1e73900ac897a20fbd06fa84ce31628 | /src/main/java/com/nutanix/hack/seeksmart/model/Trending.java | 8aacc988264cf14691186df612270b1c80a9ef5e | [] | no_license | hemant-ve/seek-smart | https://github.com/hemant-ve/seek-smart | e24e3acb42aa845b4eccf2f22efc9c9797365070 | aad747e6d8925db6da217ddc85b81a2c64df827c | refs/heads/master | 2022-03-03T07:54:57.801000 | 2020-02-14T04:30:00 | 2020-02-14T04:30:00 | 239,451,508 | 0 | 0 | null | false | 2022-02-26T01:09:15 | 2020-02-10T07:22:58 | 2020-02-14T04:30:12 | 2022-02-26T01:09:14 | 68 | 0 | 0 | 1 | Java | false | false | package com.nutanix.hack.seeksmart.model;
import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Data;
import lombok.NoArgsConstructor;
import javax.persistence.*;
@Entity
@Table(name = "trending")
@Data
@NoArgsConstructor
@AllArgsConstructor
@Builder
public class Trending {
@Id
@GeneratedVal... | UTF-8 | Java | 791 | java | Trending.java | Java | [] | null | [] | package com.nutanix.hack.seeksmart.model;
import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Data;
import lombok.NoArgsConstructor;
import javax.persistence.*;
@Entity
@Table(name = "trending")
@Data
@NoArgsConstructor
@AllArgsConstructor
@Builder
public class Trending {
@Id
@GeneratedVal... | 791 | 0.716814 | 0.716814 | 31 | 24.516129 | 22.669962 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.548387 | false | false | 4 |
5c0ce9df699ee4f150f90d9840a0ae3958e4804e | 6,305,012,024,370 | e313adb66ee78e8d3daecdf4e78f7bbbd002fda2 | /20171204Calculator/src/com/lab/Kalkulat.java | 4b785ef8fc168013749520cdb3b874b08deb97cd | [] | no_license | dmlbr/test201903_calculator | https://github.com/dmlbr/test201903_calculator | 466052722d799de92eb7baaca5e766ed00e72d7d | fb0c6203678ef5b0142caa6112ede07da39c60ce | refs/heads/master | 2020-04-29T13:24:32.734000 | 2019-03-25T16:23:31 | 2019-03-25T16:23:31 | 176,168,115 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.lab;
public class Kalkulat {
public static double summa (double a, double b) {
return a + b;
}
public static double mnorzenie (double a, double b) {
return a * b;
}
public static double minus (double a, double b) {
return a - b;
}
publ... | UTF-8 | Java | 491 | java | Kalkulat.java | Java | [] | null | [] | package com.lab;
public class Kalkulat {
public static double summa (double a, double b) {
return a + b;
}
public static double mnorzenie (double a, double b) {
return a * b;
}
public static double minus (double a, double b) {
return a - b;
}
publ... | 491 | 0.543788 | 0.543788 | 39 | 10.589744 | 16.908073 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.51282 | false | false | 4 |
d6acbf8433835248aec20b267beb945b9f395ae0 | 14,285,061,263,251 | 3abacf3576b7770febddaf95ffde768dc50e441f | /src/main/java/com/githup/liming495/constants/C.java | b71be34c8a7269f137c73209c15158801c8489c1 | [] | no_license | liming495/tools | https://github.com/liming495/tools | 212aa4e04ad1484243ade304ed2568683540d2b1 | ac8b8402df8b38bef7a266e3c3dbc56f1eb610b0 | refs/heads/master | 2022-12-07T06:30:30.501000 | 2022-08-14T02:35:28 | 2022-08-14T02:35:28 | 188,763,973 | 2 | 0 | null | false | 2022-11-16T09:31:55 | 2019-05-27T03:20:33 | 2022-02-17T11:53:46 | 2022-11-16T09:31:52 | 131 | 1 | 0 | 1 | Java | false | false | package com.githup.liming495.constants;
/**
* 常量
*
* @author Guppy
*/
public class C {
public static String STATUS_0 = "0"; //状态:0
public static String STATUS_1 = "1"; //状态:1
}
| UTF-8 | Java | 219 | java | C.java | Java | [
{
"context": "liming495.constants;\r\n\r\n/**\r\n * 常量\r\n *\r\n * @author Guppy\r\n */\r\npublic class C {\r\n public static String ST",
"end": 75,
"score": 0.9590566158294678,
"start": 70,
"tag": "NAME",
"value": "Guppy"
}
] | null | [] | package com.githup.liming495.constants;
/**
* 常量
*
* @author Guppy
*/
public class C {
public static String STATUS_0 = "0"; //状态:0
public static String STATUS_1 = "1"; //状态:1
}
| 219 | 0.565217 | 0.521739 | 11 | 16.818182 | 18.996737 | 50 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.272727 | false | false | 4 |
4d24d14e2e64826b733ec1e0ce946a3a428db376 | 14,285,061,260,732 | 5883eb90ff0fe3b92b1a6ecebda2714e9b62eb35 | /LMC/src/com/tcs/ilp/dao/TotalSalesDao.java | 6392adb979bd71fe5a1bc0570414ef4d6394dacf | [] | no_license | pranitbose/REST_Demo | https://github.com/pranitbose/REST_Demo | 122ce0bac788b67ada15345741fbf3dd860b290c | 3ca075e45f37ef3e9ed9b7e70aed29e4cc97bfc4 | refs/heads/master | 2020-03-27T08:15:08.230000 | 2018-08-27T02:27:44 | 2018-08-27T02:27:44 | 146,236,622 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.tcs.ilp.dao;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.ArrayList;
import com.tcs.ilp.bean.TotalSalesAllRegion;
import com.tcs.ilp.bean.TotalSalesBranchBased;
import com.tcs.ilp.bean.TotalSalesRegionBased;
import... | UTF-8 | Java | 5,761 | java | TotalSalesDao.java | Java | [] | null | [] | package com.tcs.ilp.dao;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.ArrayList;
import com.tcs.ilp.bean.TotalSalesAllRegion;
import com.tcs.ilp.bean.TotalSalesBranchBased;
import com.tcs.ilp.bean.TotalSalesRegionBased;
import... | 5,761 | 0.70769 | 0.680958 | 131 | 42.9771 | 53.778378 | 287 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.580153 | false | false | 4 |
d0d52f210b53a06c10385574b4e4e98bba80fe60 | 3,487,513,481,203 | 13f1797646610ac9997c382986b5e977ad6f8d12 | /ZECOMMERCE_PROJECT/src/main/java/Page_objects/shipping_page.java | dfe4b9f15059e9af2a199dd5e45fc34dabc613e5 | [] | no_license | gkarthi2802/Ecommerce | https://github.com/gkarthi2802/Ecommerce | 8be70ee20d3c8f5cd4c94bc7b9b1c268916c97fd | 3f6d3a5a2da8ba06868015d000e14200721518fd | refs/heads/master | 2021-06-26T02:41:20.467000 | 2020-04-28T12:09:11 | 2020-04-28T12:09:11 | 220,442,945 | 0 | 0 | null | false | 2021-04-26T19:56:22 | 2019-11-08T10:26:27 | 2020-04-28T12:12:23 | 2021-04-26T19:56:22 | 141 | 0 | 0 | 2 | HTML | false | false | package Page_objects;
import java.io.IOException;
import Page_objects.Payment_page;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.support.FindBy;
import org.openqa.selenium.support.PageFactory;
import Base_utilities.Base_class;
public class shipping_page extends Base_class {
@FindBy(id="cgv") ... | UTF-8 | Java | 808 | java | shipping_page.java | Java | [] | null | [] | package Page_objects;
import java.io.IOException;
import Page_objects.Payment_page;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.support.FindBy;
import org.openqa.selenium.support.PageFactory;
import Base_utilities.Base_class;
public class shipping_page extends Base_class {
@FindBy(id="cgv") ... | 808 | 0.751238 | 0.751238 | 42 | 18.238094 | 19.18433 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.690476 | false | false | 4 |
9a08a73b80d2d9185e7656c0a3ecd86eff5485d6 | 463,856,503,840 | fa0b5c085d12317d840aed6c788f2fd13f8b0c04 | /src/com/RJBM/x00019315/Main.java | 086143973053ecbbf5642bbbe89b338cf93faeda | [] | no_license | javierbeltran425/Tamagochis_parcial01_POO | https://github.com/javierbeltran425/Tamagochis_parcial01_POO | b85a36c8a559cecae39ffbbc38a6c917ea0d06f4 | d5c01ec7d10834c395988b3f18e81fd6835c710a | refs/heads/master | 2022-04-18T13:34:56.307000 | 2020-04-20T05:38:53 | 2020-04-20T05:38:53 | 256,297,250 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.RJBM.x00019315;
import java.util.ArrayList;
import java.util.InputMismatchException;
import java.util.Scanner;
public class Main {
static Empresa empresa = new Empresa("Microsoft");
static Scanner in = new Scanner(System.in);
public static void main(String[] args) {
boolean continuar... | UTF-8 | Java | 7,001 | java | Main.java | Java | [] | null | [] | package com.RJBM.x00019315;
import java.util.ArrayList;
import java.util.InputMismatchException;
import java.util.Scanner;
public class Main {
static Empresa empresa = new Empresa("Microsoft");
static Scanner in = new Scanner(System.in);
public static void main(String[] args) {
boolean continuar... | 7,001 | 0.483612 | 0.479319 | 192 | 35.390625 | 24.56345 | 117 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 4 |
05cfa9b94460968d8c0081e8a7bcaf975d9f709e | 16,449,724,781,893 | 9fac8f5186f4ef1633eebd71744cb0b74051a4b2 | /nuxeo-services/nuxeo-platform-dublincore/src/test/java/org/nuxeo/ecm/platform/dublincore/service/DublinCoreStorageServiceImplTest.java | 2a26a40ffb409eab0ff8d2b6c9749bddc47bfe5a | [
"Apache-2.0"
] | permissive | sampisamuel/nuxeo | https://github.com/sampisamuel/nuxeo | 588e6f468b9cc4292a169f25e64f71edff811910 | 7ec7c164e508223eef05bb198066920399440efe | refs/heads/master | 2020-05-25T13:11:33.468000 | 2019-05-19T12:15:45 | 2019-05-20T17:36:52 | 187,803,485 | 1 | 0 | Apache-2.0 | true | 2019-05-21T09:16:14 | 2019-05-21T09:16:13 | 2019-05-20T17:37:00 | 2019-05-20T17:37:15 | 370,313 | 0 | 0 | 0 | null | false | false | /*
* (C) Copyright 2018 Nuxeo (http://nuxeo.com/) and others.
*
* 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 b... | UTF-8 | Java | 14,609 | java | DublinCoreStorageServiceImplTest.java | Java | [
{
"context": "ions under the License.\n *\n * Contributors:\n * Nuno Cunha (ncunha@nuxeo.com)\n */\n\npackage org.nuxeo.ecm.pla",
"end": 658,
"score": 0.999873161315918,
"start": 648,
"tag": "NAME",
"value": "Nuno Cunha"
},
{
"context": "e License.\n *\n * Contributors:\n * N... | null | [] | /*
* (C) Copyright 2018 Nuxeo (http://nuxeo.com/) and others.
*
* 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 b... | 14,596 | 0.719146 | 0.717777 | 341 | 41.84164 | 34.823536 | 118 | false | false | 0 | 0 | 0 | 0 | 65 | 0.004449 | 0.941349 | false | false | 4 |
8067e88235b9d142ae66fdd49c8543511540e73f | 31,464,930,446,079 | 7e72dc9a8e85a820a1826a64ebf9bca993f78671 | /src/main/java/uk/gov/hmcts/reform/sscs/model/docassembly/Respondent.java | d109a8522c9a406ea855e98f149bd78fc1907df1 | [
"MIT"
] | permissive | hmcts/sscs-tribunals-case-api | https://github.com/hmcts/sscs-tribunals-case-api | 2eadd528fabcd213c8b3403d78c62b09b3d932da | 78a8b27c6d2d0add763404b30860c3ba98803b26 | refs/heads/master | 2023-08-05T21:04:51.261000 | 2023-08-04T16:48:22 | 2023-08-04T16:48:22 | 102,725,188 | 5 | 3 | MIT | false | 2023-09-14T15:04:26 | 2017-09-07T10:42:01 | 2023-08-01T17:16:42 | 2023-09-14T15:03:13 | 25,316 | 5 | 4 | 79 | Java | false | false | package uk.gov.hmcts.reform.sscs.model.docassembly;
import com.fasterxml.jackson.annotation.JsonIgnore;
import com.fasterxml.jackson.annotation.JsonInclude;
import com.fasterxml.jackson.annotation.JsonProperty;
import lombok.Builder;
import lombok.Getter;
@Builder(toBuilder = true)
@Getter
@JsonInclude(JsonInclude.In... | UTF-8 | Java | 764 | java | Respondent.java | Java | [] | null | [] | package uk.gov.hmcts.reform.sscs.model.docassembly;
import com.fasterxml.jackson.annotation.JsonIgnore;
import com.fasterxml.jackson.annotation.JsonInclude;
import com.fasterxml.jackson.annotation.JsonProperty;
import lombok.Builder;
import lombok.Getter;
@Builder(toBuilder = true)
@Getter
@JsonInclude(JsonInclude.In... | 764 | 0.740838 | 0.740838 | 24 | 30.833334 | 32.827412 | 142 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.791667 | false | false | 4 |
3c4eedf4f9e65e2fd07ebb362936c0ed57dde7fc | 27,127,013,475,572 | 3a2d009860e4817b74387ef2bfac7f0af9121f42 | /android_app/ShoppingwithFriends/app/src/main/java/Tests/PostViewItemsNotNullTest.java | 7ae9bd4c4b24c262e982ab3637a6039d83910011 | [] | no_license | rbro112/Collect | https://github.com/rbro112/Collect | 64431de5b052162d91a8ee1c6953fde1f7cb633d | 83f5933b8df20ca9f578a7b7c73b9d2e188b86eb | refs/heads/master | 2016-08-07T05:03:55.658000 | 2015-04-06T04:01:39 | 2015-04-06T04:01:39 | 29,199,146 | 0 | 3 | null | false | 2015-03-11T03:22:10 | 2015-01-13T16:25:54 | 2015-03-05T18:54:09 | 2015-03-11T03:22:10 | 5,500 | 0 | 2 | 0 | Java | null | null | package Tests;
import android.app.Application;
//import android.test.ActivityUnitTestCase;
import android.test.ApplicationTestCase;
import de.hdodenhof.circleimageview.CircleImageView;
import shopping.with.friends.Adapters.PostListviewAdapter;
import android.test.AndroidTestCase;
import android.view.ViewGroup;
import ... | UTF-8 | Java | 1,924 | java | PostViewItemsNotNullTest.java | Java | [
{
"context": "t;\n\nimport java.util.ArrayList;\n\n/**\n * Created by andreahu on 4/1/15.\n */\npublic class PostViewItemsNotNullT",
"end": 619,
"score": 0.9964852333068848,
"start": 611,
"tag": "USERNAME",
"value": "andreahu"
}
] | null | [] | package Tests;
import android.app.Application;
//import android.test.ActivityUnitTestCase;
import android.test.ApplicationTestCase;
import de.hdodenhof.circleimageview.CircleImageView;
import shopping.with.friends.Adapters.PostListviewAdapter;
import android.test.AndroidTestCase;
import android.view.ViewGroup;
import ... | 1,924 | 0.695946 | 0.693347 | 61 | 30.540983 | 20.341005 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.655738 | false | false | 4 |
1417780c13fb6f4cc2baaebbf1166c10d3893398 | 11,768,210,424,605 | 59b52903ef7a0b77b92d7a06bdcd3518d5523ef1 | /src/main/java/simpleboard/board/model/User.java | 791101df4f3fbb2fb46e56cfed818c10bb6a95a3 | [] | no_license | sungwoong-Noe/board | https://github.com/sungwoong-Noe/board | d91b7c0d8ad7e5ff37d52cc73e597398749ab97d | 340b01cd1cbe53e3efaa94c280c8509968485fff | refs/heads/master | 2023-06-25T05:02:54.184000 | 2021-07-25T13:05:47 | 2021-07-25T13:05:47 | 386,167,918 | 0 | 0 | null | false | 2021-07-18T09:16:35 | 2021-07-15T04:55:35 | 2021-07-17T16:57:14 | 2021-07-18T09:16:35 | 88 | 0 | 0 | 1 | Java | false | false | package simpleboard.board.model;
import lombok.Data;
import javax.persistence.*;
import java.util.ArrayList;
import java.util.List;
@Entity
@Data
public class User { //사용자 테이블
@Id
@GeneratedValue(strategy = GenerationType.IDENTITY) //auto_increment를 사용하면 자동으로 게시글 번호가 증가 되도록 해주는 어노테이션
private Long id... | UTF-8 | Java | 1,020 | java | User.java | Java | [] | null | [] | package simpleboard.board.model;
import lombok.Data;
import javax.persistence.*;
import java.util.ArrayList;
import java.util.List;
@Entity
@Data
public class User { //사용자 테이블
@Id
@GeneratedValue(strategy = GenerationType.IDENTITY) //auto_increment를 사용하면 자동으로 게시글 번호가 증가 되도록 해주는 어노테이션
private Long id... | 1,020 | 0.661137 | 0.661137 | 31 | 26.225807 | 31.427038 | 113 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.451613 | false | false | 4 |
e287ca9aac004febd914f5f48a7f61fa5b09a9bd | 25,933,012,551,583 | a30aadf3c53ecdb160508ed39a4db49dbb2f7a45 | /src/apkdownloader/DownloadBox.java | 8b55b719729c6f3bad70fdb6a673b5e403251558 | [] | no_license | Warik777/Real-APK-Leecher | https://github.com/Warik777/Real-APK-Leecher | 53f8669668851a2329e0aaf23d4b8057f1232855 | b5b3f54d8f2f5476d25040b9a79b00cc421a1953 | refs/heads/master | 2020-04-06T03:40:37.336000 | 2015-04-26T16:19:40 | 2015-04-26T16:19:40 | 20,902,202 | 4 | 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.
*/
/*
* DownloadBox.java
*
* Created on Mar 8, 2012, 1:57:52 PM
*/
package apkdownloader;
import apkdownloader.dao.ConvertURL;
import apkdownloader.dao.ListAppsDAO;
import java.awt.Image;
import java.awt.Toolkit;
impo... | UTF-8 | Java | 10,643 | java | DownloadBox.java | Java | [
{
"context": "import javax.swing.SwingWorker;\n\n/**\n *\n * @author CodeBlue\n */\npublic class DownloadBox extends JFrame{\n pr",
"end": 511,
"score": 0.9995632171630859,
"start": 503,
"tag": "USERNAME",
"value": "CodeBlue"
}
] | null | [] | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
/*
* DownloadBox.java
*
* Created on Mar 8, 2012, 1:57:52 PM
*/
package apkdownloader;
import apkdownloader.dao.ConvertURL;
import apkdownloader.dao.ListAppsDAO;
import java.awt.Image;
import java.awt.Toolkit;
impo... | 10,643 | 0.656987 | 0.645012 | 235 | 44.136169 | 35.857262 | 166 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.67234 | false | false | 4 |
2d0f5d30f85013205b9972a92e9f72c1779e6f45 | 29,102,698,412,655 | 1d5c3f565c9f66a0b94eaeb7f7dc156e7f33582e | /src/test/java/ui/StartVisaApplicationUIPage.java | b47e6e2e3322e122b32a8b6b42754a117841cba8 | [] | no_license | shilpabasu22/Serenity-HO | https://github.com/shilpabasu22/Serenity-HO | f83ebde6a0ef07eab6e7e7a65fed57998e4342f3 | ce4f584e57949f4c2a2656dc05d872c6ecf1c1ac | refs/heads/master | 2023-07-29T18:46:37.628000 | 2020-07-13T08:05:36 | 2020-07-13T08:05:36 | 406,730,615 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ui;
import net.serenitybdd.core.annotations.findby.By;
import net.serenitybdd.core.pages.PageObject;
import net.thucydides.core.annotations.DefaultUrl;
import net.thucydides.core.annotations.Managed;
import org.junit.Assert;
@DefaultUrl("https://www.gov.uk/check-uk-visa")
public class StartVisaApplicationUIP... | UTF-8 | Java | 766 | java | StartVisaApplicationUIPage.java | Java | [] | null | [] | package ui;
import net.serenitybdd.core.annotations.findby.By;
import net.serenitybdd.core.pages.PageObject;
import net.thucydides.core.annotations.DefaultUrl;
import net.thucydides.core.annotations.Managed;
import org.junit.Assert;
@DefaultUrl("https://www.gov.uk/check-uk-visa")
public class StartVisaApplicationUIP... | 766 | 0.718016 | 0.718016 | 23 | 32.304348 | 31.509052 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.478261 | false | false | 4 |
4c88d3ebb882a80f2241705dc680317559031713 | 12,223,476,939,939 | 1fcc575411c39fd60dea4898516b459ccf143d0b | /src/main/java/com/example/GameServer/controller/UserController.java | 63fe63d9933108fedd0734915f1dcedb631ff7ef | [] | no_license | RacNor/ShitiestBackEnd | https://github.com/RacNor/ShitiestBackEnd | 1020f8928e45ba0afec408e76d9ef08c36e6e179 | d46731d07bbf526b01357949e34f83de535f73a4 | refs/heads/master | 2020-04-06T15:27:47.638000 | 2018-11-28T21:08:56 | 2018-11-28T21:08:56 | 157,579,325 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.GameServer.controller;
import com.example.GameServer.model.User;
import com.example.GameServer.service.Facade;
import com.example.GameServer.service.UserService;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.spring... | UTF-8 | Java | 1,585 | java | UserController.java | Java | [] | null | [] | package com.example.GameServer.controller;
import com.example.GameServer.model.User;
import com.example.GameServer.service.Facade;
import com.example.GameServer.service.UserService;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.spring... | 1,585 | 0.722397 | 0.721136 | 47 | 32.723404 | 23.313499 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.638298 | false | false | 4 |
444710995ea9b394a1866b9e136f87c42bf7001b | 32,633,161,530,233 | a881668be7451d5ee6d8e6e45fdaa6d5b88870ef | /hausaufgabe/CopyStrategie.java | 7b2bd8d301588f1faa45eb3324f979e1ee3ccd8b | [] | no_license | internerz/SE_Entwurfsmuster_Strategie | https://github.com/internerz/SE_Entwurfsmuster_Strategie | 1194c35bd8e7388376ebfa5f82e83df7b1f42a5f | 219a37e77cefc8a60e34341c27daaf86534bed5a | refs/heads/master | 2021-01-25T08:37:35.329000 | 2015-06-24T18:25:16 | 2015-06-24T18:25:16 | 38,002,866 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package hausaufgabe;
public class CopyStrategie implements MusterStragegie {
public String encrypt(String input) {
return input;
}
public String decrypt(String input) {
return input;
}
}
| UTF-8 | Java | 199 | java | CopyStrategie.java | Java | [] | null | [] | package hausaufgabe;
public class CopyStrategie implements MusterStragegie {
public String encrypt(String input) {
return input;
}
public String decrypt(String input) {
return input;
}
}
| 199 | 0.748744 | 0.748744 | 13 | 14.307693 | 17.782379 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.846154 | false | false | 4 |
93decc97f56d8112c95db708ed4661d36f010c40 | 32,444,182,971,195 | 183f640b0ab6a6da85da1b09290965618083d874 | /modules/host-webapp/src/main/java/org/apache/tuscany/sca/host/webapp/HotUpdateContextListener.java | d7ff73e31f3eb1131993b764575fc70ea0b53dc1 | [
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0"
] | permissive | apache/tuscany-sca-1.x | https://github.com/apache/tuscany-sca-1.x | 8543e4434f4d8650630bddf26b040d48aee789e9 | 3eb5a6521521398d167f32da995c868ac545163b | refs/heads/trunk | 2023-09-04T10:37:39.056000 | 2011-12-14T12:09:11 | 2011-12-14T12:09:11 | 390,001 | 4 | 18 | null | false | 2023-08-29T21:44:23 | 2009-11-30T09:00:10 | 2023-06-23T05:04:37 | 2023-08-29T21:44:23 | 65,980 | 2 | 10 | 109 | Java | false | false | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | UTF-8 | Java | 2,241 | java | HotUpdateContextListener.java | Java | [] | null | [] | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | 2,241 | 0.746542 | 0.742972 | 57 | 38.315788 | 32.15432 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.385965 | false | false | 4 |
1eaacc814dd7a98aed426f604290ea74e6c38cbc | 32,444,182,968,940 | 1674e12698dfcee79f24313ffdf7b9e52fd267d5 | /doma-it/src/main/java/org/seasar/doma/it/dao/ScriptDao.java | 93ec983045649e609086a45cd68ba88c74d1247a | [
"Apache-2.0"
] | permissive | gakuzzzz/doma | https://github.com/gakuzzzz/doma | 2bc0bb1a0ad58ef3e5fe91dfae7a314a6c287337 | 95a8704d1fe816937ef8fe976ded0de60c82faf1 | refs/heads/master | 2020-05-29T12:18:45.351000 | 2014-01-22T13:47:47 | 2014-01-22T13:47:47 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.seasar.doma.it.dao;
import org.seasar.doma.AccessLevel;
import org.seasar.doma.Dao;
import org.seasar.doma.Script;
import org.seasar.doma.it.ItConfig;
@Dao(config = ItConfig.class, accessLevel = AccessLevel.PACKAGE)
public interface ScriptDao {
static ScriptDao get() {
return new S... | UTF-8 | Java | 436 | java | ScriptDao.java | Java | [] | null | [] | package org.seasar.doma.it.dao;
import org.seasar.doma.AccessLevel;
import org.seasar.doma.Dao;
import org.seasar.doma.Script;
import org.seasar.doma.it.ItConfig;
@Dao(config = ItConfig.class, accessLevel = AccessLevel.PACKAGE)
public interface ScriptDao {
static ScriptDao get() {
return new S... | 436 | 0.669725 | 0.669725 | 20 | 19.799999 | 17.086838 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.45 | false | false | 4 |
c17889e12be9f1c86e4703ebf5d6265979055da0 | 26,628,797,257,596 | fab21ae6505fed694808a5eb8063edde3811f246 | /app/src/main/java/br/com/ilegratest/jnitest/output/Premio.java | 642c8ecde869d3a06e5ea11a52bd2ec2973c1433 | [] | no_license | gbizotto/JniTest | https://github.com/gbizotto/JniTest | c5f01af4f65453f23467ba5ccb03d0498fe8a262 | 70dc1f4ce3c9b4103ed2d1a56d5a9ce121989d9a | refs/heads/master | 2020-06-17T16:52:34.248000 | 2016-12-12T20:19:02 | 2016-12-12T20:19:44 | 74,988,253 | 0 | 0 | null | true | 2016-11-28T15:47:33 | 2016-11-28T15:47:32 | 2016-11-08T20:48:00 | 2016-11-10T15:43:22 | 26,371 | 0 | 0 | 0 | null | null | null | package br.com.ilegratest.jnitest.output;
/**
* Created by gabrielabizotto on 12/12/16.
*/
public class Premio {
private CalculosVida calculosVida;
/**
*
* @return
* The calculosVida
*/
public CalculosVida getCalculosVida() {
return calculosVida;
}
/**
*
*... | UTF-8 | Java | 633 | java | Premio.java | Java | [
{
"context": ".com.ilegratest.jnitest.output;\n\n/**\n * Created by gabrielabizotto on 12/12/16.\n */\n\npublic class Premio {\n priva",
"end": 76,
"score": 0.9986383318901062,
"start": 61,
"tag": "USERNAME",
"value": "gabrielabizotto"
}
] | null | [] | package br.com.ilegratest.jnitest.output;
/**
* Created by gabrielabizotto on 12/12/16.
*/
public class Premio {
private CalculosVida calculosVida;
/**
*
* @return
* The calculosVida
*/
public CalculosVida getCalculosVida() {
return calculosVida;
}
/**
*
*... | 633 | 0.56872 | 0.559242 | 34 | 17.617647 | 16.655708 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.147059 | false | false | 4 |
03923f7d4cdb4339d8f5ca65f577067bbfd8d639 | 31,499,290,167,668 | a26c717dd29731af9a81391edec16b19120c043f | /src/test/java/za/co/mwongho/localstack/AwsS3Test.java | ee5e424ece525568128bc6d84a2e9f221d0ee866 | [] | no_license | mwongho/localstack | https://github.com/mwongho/localstack | 962741c80245b39fa603502650bc19ef4e5a203e | deb2fa8f126e199bae2907cae176ff5573fcfe31 | refs/heads/master | 2022-04-18T17:52:10.998000 | 2020-04-18T12:37:29 | 2020-04-18T12:37:29 | 256,746,421 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package za.co.mwongho.localstack;
import com.amazonaws.services.s3.model.PutObjectResult;
import com.amazonaws.services.s3.model.S3ObjectSummary;
import org.junit.jupiter.api.*;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.mock.web.MockMultipartFile;
import za.co.mwongho.aw... | UTF-8 | Java | 1,216 | java | AwsS3Test.java | Java | [] | null | [] | package za.co.mwongho.localstack;
import com.amazonaws.services.s3.model.PutObjectResult;
import com.amazonaws.services.s3.model.S3ObjectSummary;
import org.junit.jupiter.api.*;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.mock.web.MockMultipartFile;
import za.co.mwongho.aw... | 1,216 | 0.768092 | 0.754934 | 34 | 34.764706 | 31.567909 | 126 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.588235 | false | false | 4 |
f82f951799c06915b953113cb210c1a48ae0cc39 | 23,115,514,005,930 | 671e467f78f73aa994a614b03f21e048f12e0ce2 | /app/src/main/java/com/mlxing/mlguide/activity/BaseActivity.java | 1fb85bd87ffb5386d504f08ac4ad965f9c1c21d3 | [] | no_license | sudot/MLguide | https://github.com/sudot/MLguide | 3a515a136b55c326a5ffc396ea0a7b75fe7957f6 | 85c2b72398c4b84b0af368b5e7e8ea6bd70e70d0 | refs/heads/master | 2021-05-13T21:31:29.031000 | 2018-01-06T12:04:53 | 2018-01-06T12:04:53 | 116,465,599 | 0 | 0 | null | true | 2018-01-06T08:03:36 | 2018-01-06T08:03:36 | 2017-12-29T07:32:59 | 2016-07-11T04:12:02 | 1,902 | 0 | 0 | 0 | null | false | null | package com.mlxing.mlguide.activity;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
/**
* Created by quan on 2016/6/18.
*/
public class BaseActivity extends AppCompatActivity {
protected void goTo(Class<?> activity) {
if (activity.getSimpleName().equals(this.getClass()... | UTF-8 | Java | 431 | java | BaseActivity.java | Java | [
{
"context": "pport.v7.app.AppCompatActivity;\n\n/**\n * Created by quan on 2016/6/18.\n */\npublic class BaseActivity exten",
"end": 141,
"score": 0.9955786466598511,
"start": 137,
"tag": "USERNAME",
"value": "quan"
}
] | null | [] | package com.mlxing.mlguide.activity;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
/**
* Created by quan on 2016/6/18.
*/
public class BaseActivity extends AppCompatActivity {
protected void goTo(Class<?> activity) {
if (activity.getSimpleName().equals(this.getClass()... | 431 | 0.677494 | 0.658933 | 19 | 21.68421 | 23.577538 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.315789 | false | false | 4 |
e3fea7b3890e8a016aa9ff1eef56a84acee68c68 | 7,602,092,169,627 | 8315b7456d7819ba36cfe6a12e3b67819fd327b9 | /unisinos-dev3-sistemapdv-api/src/main/java/br/unisinos/sistemapdv/application/service/impl/PrevendaServiceImpl.java | 702ac8bdb97bee7b15a536aaa78d2e220bb2050b | [] | no_license | lfaitao/unisinos-dev3-sistemapdv | https://github.com/lfaitao/unisinos-dev3-sistemapdv | aa36319b9966b51b2cb2df213866d46d47bee3e9 | 87a70f52d22edaaed55aefbfb38623d313867de8 | refs/heads/master | 2021-01-23T01:01:52.923000 | 2017-06-21T14:32:18 | 2017-06-21T14:32:18 | 85,864,597 | 2 | 2 | null | false | 2017-06-20T01:33:39 | 2017-03-22T18:51:38 | 2017-04-05T21:43:37 | 2017-06-20T01:33:39 | 1,533 | 1 | 0 | 0 | Java | null | null | package br.unisinos.sistemapdv.application.service.impl;
import br.unisinos.sistemapdv.application.service.PreVendaService;
public class PrevendaServiceImpl implements PreVendaService {
}
| UTF-8 | Java | 190 | java | PrevendaServiceImpl.java | Java | [] | null | [] | package br.unisinos.sistemapdv.application.service.impl;
import br.unisinos.sistemapdv.application.service.PreVendaService;
public class PrevendaServiceImpl implements PreVendaService {
}
| 190 | 0.857895 | 0.857895 | 6 | 30.666666 | 30.47221 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 4 |
88dd3c81101145d18a9c3824465a23219c42f6bb | 7,567,732,422,521 | 013caad9818dd06ab1c3dd5446d3693f6b297b15 | /src/main/java/com/luxondata/test/component/response/ResponseBody.java | 13e8433e030dd1ddd1e5c1dac36c9132082984c2 | [] | no_license | baigx-git/test | https://github.com/baigx-git/test | a84d77dd7750cf98cee3b5f526062d3ac6b9ada4 | 6f2bcfaa38993587ec942a230fc8891469cbf274 | refs/heads/main | 2021-06-25T18:23:27.660000 | 2021-03-01T10:09:04 | 2021-03-01T10:09:04 | 204,835,441 | 0 | 0 | null | false | 2020-10-13T15:38:08 | 2019-08-28T02:56:31 | 2019-08-28T09:01:43 | 2020-10-13T15:38:07 | 11 | 0 | 0 | 1 | Java | false | false | package com.luxondata.test.component.response;
import com.fasterxml.jackson.core.JsonProcessingException;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.luxondata.test.common.enums.ErrorEnum;
import com.luxondata.test.vo.Result;
import lombok.extern.slf4j.Slf4j;
import org.springframework.core.MethodPa... | UTF-8 | Java | 1,722 | java | ResponseBody.java | Java | [] | null | [] | package com.luxondata.test.component.response;
import com.fasterxml.jackson.core.JsonProcessingException;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.luxondata.test.common.enums.ErrorEnum;
import com.luxondata.test.vo.Result;
import lombok.extern.slf4j.Slf4j;
import org.springframework.core.MethodPa... | 1,722 | 0.743874 | 0.740373 | 43 | 38.813953 | 38.851089 | 227 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.651163 | false | false | 4 |
f9d78f78ead176abae91be256094de136943e37c | 1,099,511,690,197 | 80f1b4f6a3fdf2ffdc6d01f3d6877ff530726f34 | /app/src/main/java/ch/heiafr/entertainme/recycler/ActorRecyclerViewAdapter.java | d7af3a607a4a9507ed259e2ae64f6b3cdb6231b3 | [] | no_license | Lucalborghetti/entertain-me | https://github.com/Lucalborghetti/entertain-me | 5e05dd0a5c6a2bcc9bd69efab00afc36a75bc5a3 | 10bf0828c6a915b0c2ccf0b69aaf4ae0988f51f4 | refs/heads/master | 2020-03-28T15:57:58.922000 | 2018-09-13T14:19:07 | 2018-09-13T14:19:07 | 148,644,269 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ch.heiafr.entertainme.recycler;
import android.content.Context;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import android.widget.TextView;
import com.squareup.picasso.Picasso;
imp... | UTF-8 | Java | 2,104 | java | ActorRecyclerViewAdapter.java | Java | [] | null | [] | package ch.heiafr.entertainme.recycler;
import android.content.Context;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import android.widget.TextView;
import com.squareup.picasso.Picasso;
imp... | 2,104 | 0.708175 | 0.7077 | 66 | 30.878788 | 27.84128 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.606061 | false | false | 4 |
2ff06ea34572329a1675ea1dd992cd55edafcbb4 | 2,379,411,919,920 | c3c8a33387e4ddef8e86df7e35eb29229e6bfa6d | /src/test/java/ServicesTest/MoveHorizontalTest.java | bd4e6abfa5d8e6cb4a5cebf961efe55aa3d79b64 | [] | no_license | KeerthiTejaN/GameMaker | https://github.com/KeerthiTejaN/GameMaker | 3a2eff2e22b2318b64f26e7a956b911ff502d0e8 | eb6fc5dfef7e6ebc44e7190acfef7fa58e8d180c | refs/heads/master | 2021-01-10T18:26:39.129000 | 2016-11-11T19:21:24 | 2016-11-11T19:21:24 | 73,501,501 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ServicesTest;
import static org.mockito.Mockito.mock;
import org.junit.Assert;
import org.junit.Before;
import org.junit.Test;
import helpers.Constants;
import models.Ball;
import services.Bounce;
import services.MoveHorizontal;
public class MoveHorizontalTest {
MoveHorizontal moveHorizontal;
@Before... | UTF-8 | Java | 592 | java | MoveHorizontalTest.java | Java | [] | null | [] | package ServicesTest;
import static org.mockito.Mockito.mock;
import org.junit.Assert;
import org.junit.Before;
import org.junit.Test;
import helpers.Constants;
import models.Ball;
import services.Bounce;
import services.MoveHorizontal;
public class MoveHorizontalTest {
MoveHorizontal moveHorizontal;
@Before... | 592 | 0.748311 | 0.748311 | 29 | 19.413794 | 17.297632 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.517241 | false | false | 4 |
bc9655fe9e2eeaea722aefd9a87c6a0b34720861 | 19,456,201,907,257 | 08bb92d91d9c4f3b9976dd03c6861b286ac43cb5 | /src/java/com/model/room.java | f7cbd47d5ba27af21bd90c3dd8a6a5b56e5f670e | [] | no_license | haziqmusa97/smartCollege | https://github.com/haziqmusa97/smartCollege | 8ea7db8690c41c1da8a7ef30bd3ea87c1632d3c1 | 45063815f1d1943779f720150f73e6f2e601f179 | refs/heads/master | 2020-03-28T18:22:23.592000 | 2018-09-15T07:44:38 | 2018-09-15T07:44:38 | 148,875,715 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.model;
/*
* 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.
*/
/**
*
* @author ROG
*/
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSe... | UTF-8 | Java | 5,068 | java | room.java | Java | [
{
"context": "the template in the editor.\n */\n\n/**\n *\n * @author ROG\n */\n\nimport java.sql.Connection;\nimport java.sql.",
"end": 227,
"score": 0.9974595308303833,
"start": 224,
"tag": "USERNAME",
"value": "ROG"
}
] | null | [] | package com.model;
/*
* 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.
*/
/**
*
* @author ROG
*/
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSe... | 5,068 | 0.60517 | 0.60438 | 156 | 31.487179 | 27.357904 | 182 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.615385 | false | false | 4 |
78814251a4da191bd35d063aa05c12f2d72774e5 | 27,401,891,364,135 | 7e1b62c66ed8d30d51304d6a9aef35f35fe6e716 | /src/main/java/it/polimi/LM39/exception/NotEnoughResourcesException.java | 960570a3aca6cc76fffeb61d00c2b2653b43cc33 | [] | no_license | AlessioCantina/ProgettoIngSW | https://github.com/AlessioCantina/ProgettoIngSW | 64aa1c73e059047380208f3cec02fc75c05352fc | accf0443aacc0a384196564b0961ef06c35e0ea0 | refs/heads/master | 2020-03-17T14:06:11.849000 | 2017-07-10T07:49:40 | 2017-07-10T07:49:40 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package it.polimi.LM39.exception;
public class NotEnoughResourcesException extends Exception{
private static final long serialVersionUID = -6620522530090261416L;
public NotEnoughResourcesException(String s){
super(s);
}
}
| UTF-8 | Java | 230 | java | NotEnoughResourcesException.java | Java | [] | null | [] | package it.polimi.LM39.exception;
public class NotEnoughResourcesException extends Exception{
private static final long serialVersionUID = -6620522530090261416L;
public NotEnoughResourcesException(String s){
super(s);
}
}
| 230 | 0.808696 | 0.717391 | 10 | 22 | 25.682678 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.8 | false | false | 4 |
93deb8f801e4e0f1422a47ec98e326106149842a | 9,113,920,607,704 | 06ca6e5719a594843fcb34d101347a6c2566a83c | /Week_01/com/geekuniversity/algorithm/homework/week1/TwoSum.java | e17d2d82fd356ac3073e639f2798ffd8fe116e42 | [] | no_license | MambaForever824/-algorithm015 | https://github.com/MambaForever824/-algorithm015 | 4725e09d8af6243998318e313943e7e6d4913a8f | 77c736e80b4dd816232b63584325682bc391d3e4 | refs/heads/master | 2023-01-05T12:20:09.239000 | 2020-10-27T14:25:20 | 2020-10-27T14:25:20 | 290,108,285 | 0 | 0 | null | true | 2020-08-25T04:01:38 | 2020-08-25T04:01:38 | 2020-08-24T08:03:52 | 2020-08-13T06:26:22 | 2 | 0 | 0 | 0 | null | false | false | package com.geekuniversity.algorithm.homework.week1;
import java.util.HashMap;
import java.util.Map;
/**
* 两数之和
*
* 给定一个整数数组 nums 和一个目标值 target,请你在该数组中找出和为目标值的那【两个】整数,并返回他们的数组下标。
*
* 你可以假设每种输入只会对应一个答案。但是,数组中同一个元素不能使用两遍。
*
* 解题思路:
* 1、暴力解法
* 双层循环,遍历所有元素,发现两个值相加==target时,返回元素下标
* 时间复杂度为O(N*N),其中N为数组长度
*
* 2... | UTF-8 | Java | 1,654 | java | TwoSum.java | Java | [] | null | [] | package com.geekuniversity.algorithm.homework.week1;
import java.util.HashMap;
import java.util.Map;
/**
* 两数之和
*
* 给定一个整数数组 nums 和一个目标值 target,请你在该数组中找出和为目标值的那【两个】整数,并返回他们的数组下标。
*
* 你可以假设每种输入只会对应一个答案。但是,数组中同一个元素不能使用两遍。
*
* 解题思路:
* 1、暴力解法
* 双层循环,遍历所有元素,发现两个值相加==target时,返回元素下标
* 时间复杂度为O(N*N),其中N为数组长度
*
* 2... | 1,654 | 0.484894 | 0.475076 | 57 | 22.228069 | 18.380022 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.45614 | false | false | 4 |
3f4d9a19046b90606c900855c88af63f05838ed2 | 11,089,605,622,055 | cd81437c8da8cfe3be2d42c50e8127bc9e532593 | /src/main/java/com/eGSTbill/dao/ShippingDAO.java | 379f19a6be47e5b7d3e3ab5f6b8d0b1e739d65bc | [] | no_license | srinidova/eGSTbill | https://github.com/srinidova/eGSTbill | d6a349682c84aa0d11791128f3b04a2e7ea1b971 | 08c5f2e182f8409a9b129b0587f4e188b024c8fb | refs/heads/master | 2021-01-02T23:16:36.007000 | 2017-11-28T12:21:00 | 2017-11-28T12:21:00 | 99,494,045 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.eGSTbill.dao;
import java.util.ArrayList;
import org.apache.commons.lang.StringUtils;
import com.eGSTbill.connection.IbatisFactory;
import com.eGSTbill.model.Product;
import com.eGSTbill.model.PurchaserShipping;
import com.eGSTbill.model.Shipping;
import com.ibatis.sqlmap.client.SqlMapClient;
public cla... | UTF-8 | Java | 2,426 | java | ShippingDAO.java | Java | [] | null | [] | package com.eGSTbill.dao;
import java.util.ArrayList;
import org.apache.commons.lang.StringUtils;
import com.eGSTbill.connection.IbatisFactory;
import com.eGSTbill.model.Product;
import com.eGSTbill.model.PurchaserShipping;
import com.eGSTbill.model.Shipping;
import com.ibatis.sqlmap.client.SqlMapClient;
public cla... | 2,426 | 0.720528 | 0.720528 | 92 | 25.369566 | 22.747536 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.228261 | false | false | 4 |
3d8da2a4a7cef19f923d2f0a66d764d2c2b4e592 | 11,536,282,201,204 | 7627cb8e71eb3dedb5dc9083cf53bd11375a2049 | /java-super-projects/core-java-examples/src/main/java/parser/XpathDemo.java | a388e2ddbebb270097004813a846ca4b340cbd1a | [] | no_license | mountainrock/java-super-projects | https://github.com/mountainrock/java-super-projects | 1f374acf7b5d255b405c4a31591716629d58426e | 247e99c493b8b61487f9a065add57cf51456d4e8 | refs/heads/master | 2021-01-23T06:45:07.359000 | 2015-08-27T07:18:56 | 2015-08-27T07:18:56 | 32,129,614 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package parser;
import javax.xml.parsers.DocumentBuilder;
import javax.xml.parsers.DocumentBuilderFactory;
import javax.xml.xpath.XPath;
import javax.xml.xpath.XPathConstants;
import javax.xml.xpath.XPathExpression;
import javax.xml.xpath.XPathFactory;
import org.w3c.dom.Document;
import org.w3c.dom.NodeLis... | UTF-8 | Java | 920 | java | XpathDemo.java | Java | [
{
"context": "loperworks/library/x-javaxpathapi.html\r\n * @author sandeep\r\n *\r\n */\r\npublic class XpathDemo {\r\n\tpublic stati",
"end": 450,
"score": 0.9973721504211426,
"start": 443,
"tag": "USERNAME",
"value": "sandeep"
},
{
"context": "h);\r\n\r\n\t\tString xpathExpression ... | null | [] | package parser;
import javax.xml.parsers.DocumentBuilder;
import javax.xml.parsers.DocumentBuilderFactory;
import javax.xml.xpath.XPath;
import javax.xml.xpath.XPathConstants;
import javax.xml.xpath.XPathExpression;
import javax.xml.xpath.XPathFactory;
import org.w3c.dom.Document;
import org.w3c.dom.NodeLis... | 911 | 0.722826 | 0.719565 | 34 | 25.058823 | 24.013405 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.029412 | false | false | 4 |
7fd76646f549b5cd4ce0589645120a52ae63d841 | 19,911,468,428,492 | 79cc65484073f3b47f8d4d648e6256d90e05abbf | /backend/src/main/java/commands/ApplicationNotifiable.java | c889a0b2678085dc37337d62e804de84e13f9942 | [] | no_license | csc30012/psimulator | https://github.com/csc30012/psimulator | 341732ffa9f318b152d938a360e9dc8822c064df | 63ff9620033b677ef176f391d0ca7fb99ecf46cb | refs/heads/master | 2023-03-12T12:38:13.650000 | 2021-02-26T19:54:11 | 2021-02-26T19:54:11 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* created 8.3.2012
*/
package commands;
/**
* Rozhrani pro prikazy, ktery volaj ke svymu vykonani jinou aplikaci. Nejde bohuzel dedit od AbstractCommandu, protoze
* od nej dedej uz LinuxCommand a CiscoCommand. Rozsirujici je metoda applicationFinished.
*
* @author Stanislav Rehak <rehaksta@fit.cvut.cz>
*/
pu... | UTF-8 | Java | 533 | java | ApplicationNotifiable.java | Java | [
{
"context": "ujici je metoda applicationFinished.\n *\n * @author Stanislav Rehak <rehaksta@fit.cvut.cz>\n */\npublic interface Appli",
"end": 290,
"score": 0.9998868703842163,
"start": 275,
"tag": "NAME",
"value": "Stanislav Rehak"
},
{
"context": "plicationFinished.\n *\n * @autho... | null | [] | /*
* created 8.3.2012
*/
package commands;
/**
* Rozhrani pro prikazy, ktery volaj ke svymu vykonani jinou aplikaci. Nejde bohuzel dedit od AbstractCommandu, protoze
* od nej dedej uz LinuxCommand a CiscoCommand. Rozsirujici je metoda applicationFinished.
*
* @author <NAME> <<EMAIL>>
*/
public interface Applica... | 511 | 0.742964 | 0.731707 | 25 | 20.32 | 30.224123 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.48 | false | false | 4 |
3b98a3a96da0661bfcc788d6ad4dfd92badcf74f | 25,709,674,286,824 | 864f1cccfc5b5d15834ad4d61d6f78760d32a91c | /ejercicios/src/main/java/Tema5/Ejercicio2/Mensajes2.java | f37427a397869bb6da378bc3a0bc9f0eccd2db3b | [] | no_license | dpa3001/entmultijugador | https://github.com/dpa3001/entmultijugador | 4a60dde22694efcf2a78e46d96095b0ceda1fff5 | f5057c791bf58a685121b1881cbedcfc83b713be | refs/heads/master | 2020-04-17T17:02:41.309000 | 2019-03-18T09:06:36 | 2019-03-18T09:06:36 | 166,767,638 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Tema5.Ejercicio2;
/**
* El código es incorrecto a propósito
* @author DPA
*
*/
public class Mensajes2 {
private void mensajes() {
//Almacenamos los mensajes en un array o buffer
String[] mensajes = {"La vida es bella",
"O no...",
"Los pajaritos cantan",
"Y molestan..."};
... | UTF-8 | Java | 759 | java | Mensajes2.java | Java | [
{
"context": " * El código es incorrecto a propósito\r\n * @author DPA\r\n *\r\n */\r\npublic class Mensajes2 {\r\n\r\n\tprivate vo",
"end": 88,
"score": 0.9968558549880981,
"start": 85,
"tag": "USERNAME",
"value": "DPA"
}
] | null | [] | package Tema5.Ejercicio2;
/**
* El código es incorrecto a propósito
* @author DPA
*
*/
public class Mensajes2 {
private void mensajes() {
//Almacenamos los mensajes en un array o buffer
String[] mensajes = {"La vida es bella",
"O no...",
"Los pajaritos cantan",
"Y molestan..."};
... | 759 | 0.574637 | 0.558785 | 44 | 15.204545 | 15.783448 | 50 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.727273 | false | false | 4 |
0510cfd291ea419633476924aaa772ae5f41c727 | 4,097,398,800,478 | 0582ac2d628a2091bec841f58bdc99e2b50bfbd9 | /Naum_ALG2_sem_Storage/src/app/StorageInterface.java | 8ed09038b533984afa872daed3b1219424ef261f | [] | no_license | NaumJoanis/Skola | https://github.com/NaumJoanis/Skola | 2982216aa55cee66d9b5b84c146edf4a01ada016 | 67f4d23b4d481efcb2e1d7714f0cd8180fc889ca | refs/heads/master | 2021-05-20T02:09:21.438000 | 2020-06-08T13:31:31 | 2020-06-08T13:31:31 | 252,141,522 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package app;
import java.util.ArrayList;
/**
*
* @author Joanis Naum
*/
public interface StorageInterface {
final ArrayList<Product> products = new ArrayList<>();
}
| UTF-8 | Java | 189 | java | StorageInterface.java | Java | [
{
"context": "p;\n\nimport java.util.ArrayList;\n\n/**\n *\n * @author Joanis Naum\n */\npublic interface StorageInterface {\n \n ",
"end": 72,
"score": 0.9998639822006226,
"start": 61,
"tag": "NAME",
"value": "Joanis Naum"
}
] | null | [] | package app;
import java.util.ArrayList;
/**
*
* @author <NAME>
*/
public interface StorageInterface {
final ArrayList<Product> products = new ArrayList<>();
}
| 184 | 0.640212 | 0.640212 | 14 | 12.5 | 16.538916 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.214286 | false | false | 4 |
68b8f9a361b28733fa296c90993a914fd62f76fb | 4,432,406,309,190 | 9d5837231a590f56bfdc2fc85203d8c9846eb691 | /src/test/java/test/vedic/astro/data/NobhasYogasTest.java | 87e1728570d154c4884a0a4c0aa4ec9b8af3cf73 | [] | no_license | sumeer-saxena/vedic-astrogyan | https://github.com/sumeer-saxena/vedic-astrogyan | 4f97798d5f65943ec61bccd71d466f7db49840b7 | f3f267c9f89ed3fc6de30b107e224489a992083f | refs/heads/master | 2017-05-05T07:08:25.354000 | 2017-01-26T17:40:17 | 2017-01-26T17:40:17 | 48,410,209 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package test.vedic.astro.data;
import java.util.List;
import javax.annotation.Resource;
import org.junit.Test;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Qualifier;
import com.vedic.astro.domain.BirthChartData;
import com.vedic.astro.enums.Yoga... | UTF-8 | Java | 2,216 | java | NobhasYogasTest.java | Java | [
{
"context": "unit testing the Member repository.\n * \n * @author Sumeer Saxena\n * \n */\npublic class NobhasYogasTest extends Base",
"end": 704,
"score": 0.9998407959938049,
"start": 691,
"tag": "NAME",
"value": "Sumeer Saxena"
}
] | null | [] | package test.vedic.astro.data;
import java.util.List;
import javax.annotation.Resource;
import org.junit.Test;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Qualifier;
import com.vedic.astro.domain.BirthChartData;
import com.vedic.astro.enums.Yoga... | 2,209 | 0.794675 | 0.784747 | 72 | 29.791666 | 23.781376 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.430556 | false | false | 4 |
0ca9fa451a8b56174e5a1d01f5df1acd701c62c4 | 4,432,406,307,436 | 3d136dd0c84944dc395d8da2643aed78b989f10f | /Mini_Client/src/main/java/game/TankClient.java | 34a3e4d8bdff42189784824a820aa30343365dbc | [] | no_license | jealousMr/mini_chat | https://github.com/jealousMr/mini_chat | 532fc3329b3871fabce155e17b40d63609a97869 | 032371f827333363dc24af3e2c90f1da6a06413c | refs/heads/master | 2020-03-22T12:39:13.608000 | 2018-07-09T10:58:25 | 2018-07-09T10:58:25 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package game;
import java.awt.*;
import java.awt.event.*;
import java.util.List;
import java.util.Random;
import javax.swing.ImageIcon;
import javax.swing.JFrame;
import java.util.ArrayList;
public class TankClient extends Frame {
// public ImageIcon a = new ImageIcon("images/tank.jpg");
public Toolk... | UTF-8 | Java | 5,544 | java | TankClient.java | Java | [] | null | [] | package game;
import java.awt.*;
import java.awt.event.*;
import java.util.List;
import java.util.Random;
import javax.swing.ImageIcon;
import javax.swing.JFrame;
import java.util.ArrayList;
public class TankClient extends Frame {
// public ImageIcon a = new ImageIcon("images/tank.jpg");
public Toolk... | 5,544 | 0.533418 | 0.503814 | 279 | 18.738352 | 22.766533 | 128 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.65233 | false | false | 4 |
c5154c55e0cdf92a921b37f626e8d991af878af3 | 3,805,341,045,950 | e9df4daeaebbb9e9aaa59aa147aee8ba79674362 | /advanced/src/chapter02javaio/ObjectStreamTest.java | a15b2f023b8577454a15ddaaa5b9043648415005 | [] | no_license | zhengjun1987/CoreJava | https://github.com/zhengjun1987/CoreJava | 25059543c13687719b4dd63237d6b5cac64f5874 | da3b1278686f133e317c3af4b9e44c989c571c25 | refs/heads/master | 2021-04-09T10:17:21.730000 | 2018-05-12T15:47:24 | 2018-05-12T15:47:24 | 124,729,943 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package chapter02javaio;
import utils.MyUtils;
import java.io.*;
/**
* Author: Zheng Jun
* Mail:zhengjun1987@outlook.com
* Date: 2018/4/20 10:28
*/
public class ObjectStreamTest {
public static final String STAFF_DAT = "staff.dat";
public static void main(String[] args) {
Manager carl_cracker =... | UTF-8 | Java | 2,161 | java | ObjectStreamTest.java | Java | [
{
"context": " utils.MyUtils;\n\nimport java.io.*;\n\n/**\n * Author: Zheng Jun\n * Mail:zhengjun1987@outlook.com\n * Date: 2018/4/",
"end": 92,
"score": 0.9998795986175537,
"start": 83,
"tag": "NAME",
"value": "Zheng Jun"
},
{
"context": "port java.io.*;\n\n/**\n * Author: Zheng Jun... | null | [] | package chapter02javaio;
import utils.MyUtils;
import java.io.*;
/**
* Author: <NAME>
* Mail:<EMAIL>
* Date: 2018/4/20 10:28
*/
public class ObjectStreamTest {
public static final String STAFF_DAT = "staff.dat";
public static void main(String[] args) {
Manager carl_cracker = new Manager("<NAME>... | 2,099 | 0.642295 | 0.563628 | 51 | 41.372547 | 51.206985 | 244 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.039216 | false | false | 4 |
034f0a7a19382fe9fcfc6868c141bbca7ddd0103 | 26,328,149,529,957 | 0617a138f632847b38cd218b01b55cb40a7809f4 | /LPWAN/LoRa/TheThingsNetwork/server/src/main/java/dtu/exampleFile/SetupExample.java | f2d735cb5297235da1d2aa3ae71ccd7fb67b1a1e | [
"MIT",
"LicenseRef-scancode-unknown"
] | permissive | SebastianLJ/Neighbourhood-Watch | https://github.com/SebastianLJ/Neighbourhood-Watch | fca02feedc1caac41906703d57d9ca041997bda3 | 63d8071cf21fe2f0e7801b9c67703d1b58a59c9e | refs/heads/main | 2023-06-01T05:52:00.112000 | 2021-06-23T14:39:37 | 2021-06-23T14:39:37 | 367,356,558 | 0 | 0 | MIT | true | 2021-05-14T12:31:54 | 2021-05-14T12:31:53 | 2021-01-25T22:18:40 | 2021-01-25T22:18:37 | 5,595 | 0 | 0 | 0 | null | false | false | package dtu.exampleFile;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.ObjectOutputStream;
import dtu.components.Component;
import dtu.components.ComponentSignal;
import dtu.database.Database;
import dtu.database.DatabaseArrayLis... | UTF-8 | Java | 2,313 | java | SetupExample.java | Java | [
{
"context": "lementation;\n\n/**\n * Example setup file\n * @author Arada\n *\n */\npublic class SetupExample {\n\t\n\tpublic stat",
"end": 561,
"score": 0.9907307624816895,
"start": 556,
"tag": "NAME",
"value": "Arada"
}
] | null | [] | package dtu.exampleFile;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.ObjectOutputStream;
import dtu.components.Component;
import dtu.components.ComponentSignal;
import dtu.database.Database;
import dtu.database.DatabaseArrayLis... | 2,313 | 0.734544 | 0.697795 | 77 | 29.038961 | 25.894613 | 113 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.311688 | false | false | 4 |
cf3fb2c4f19d0ec36db1134873c62064a0df0094 | 27,513,560,539,048 | 70bcc690e36e4a6be97d19e74dc59bf5484174d1 | /src/com/sp/prpall/blsvr/misc/BLPrpMaterial.java | a765820059ae70c0e1d38f55d87f02bcde50eda2 | [] | no_license | haierTest/test01 | https://github.com/haierTest/test01 | fc819888443d49047f04d031a7d5e3c7f8724810 | 1c03f59e4f709f8f92608ec4a4bd5671d9d0e24b | refs/heads/master | 2021-07-14T09:25:36.805000 | 2017-10-11T03:34:45 | 2017-10-11T03:34:45 | 106,499,408 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.sp.prpall.blsvr.misc;
import java.util.Vector;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import com.sp.prpall.dbsvr.misc.DBPrpMaterial;
import com.sp.prpall.schema.PrpMaterialSchema;
import com.sp.utility.SysConst;
import com.sp.utility.database.DbPool;
import c... | GB18030 | Java | 14,601 | java | BLPrpMaterial.java | Java | [
{
"context": "\n * <p>@createdate 2010-11-24</p>\n * @FirstAuthor: Zhouxianli(JavaTools v1.0)\n * @SecondAuthor: Yangkun(JavaToo",
"end": 616,
"score": 0.9996973276138306,
"start": 606,
"tag": "NAME",
"value": "Zhouxianli"
},
{
"context": "thor: Zhouxianli(JavaTools v1.0)\n * @Second... | null | [] | package com.sp.prpall.blsvr.misc;
import java.util.Vector;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import com.sp.prpall.dbsvr.misc.DBPrpMaterial;
import com.sp.prpall.schema.PrpMaterialSchema;
import com.sp.utility.SysConst;
import com.sp.utility.database.DbPool;
import c... | 14,601 | 0.626882 | 0.617684 | 488 | 26.625 | 23.456289 | 134 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.055328 | false | false | 4 |
1dda9ea727c0ed247f56d09e488845c95d5b7a00 | 27,513,560,535,798 | aaa5d5ffe73616013e0214477f2a940f2c78fb3d | /src/main/java/com/it/different/courses/internetprovider/services/dto/AddressDTO.java | 0b2c5718d1b40a6c35a3af188d1e7f59cce19fbf | [] | no_license | cefothe/internet-provider | https://github.com/cefothe/internet-provider | c5367786c11ea670f9e14fb4e1c32a17dd75b75a | c0dafee3de21fe2edb129cce421e208184a9f7f2 | refs/heads/master | 2022-12-20T05:03:09.257000 | 2020-09-23T18:01:02 | 2020-09-23T18:01:02 | 290,603,333 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.it.different.courses.internetprovider.services.dto;
import lombok.AccessLevel;
import lombok.Builder;
import lombok.Getter;
import lombok.NoArgsConstructor;
@Getter
@Builder
@NoArgsConstructor(access = AccessLevel.PROTECTED)
public class AddressDTO {
private String city;
private String street;
private ... | UTF-8 | Java | 338 | java | AddressDTO.java | Java | [] | null | [] | package com.it.different.courses.internetprovider.services.dto;
import lombok.AccessLevel;
import lombok.Builder;
import lombok.Getter;
import lombok.NoArgsConstructor;
@Getter
@Builder
@NoArgsConstructor(access = AccessLevel.PROTECTED)
public class AddressDTO {
private String city;
private String street;
private ... | 338 | 0.819527 | 0.819527 | 15 | 21.533333 | 17.173105 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.733333 | false | false | 4 |
f293cd9f140e3f4f24a6d337b492ba5a6d492a96 | 19,816,979,104,359 | f1c6b9d94061df9e90fd8f4bca903887a82c0591 | /app/src/main/java/com/example/faazahmad/androidapp/MainActivity.java | 1fdca98538a9f9fe1cc31231c021194a1c0bb0c1 | [] | no_license | faazkhan/AndroidApp | https://github.com/faazkhan/AndroidApp | 93854c3bacf33fefd1275865813b756a89df0be3 | 5a447759e3b5a4f5741707c0c0bdea37f13eb473 | refs/heads/master | 2022-12-01T00:30:04.250000 | 2020-08-22T18:58:27 | 2020-08-22T18:58:27 | 287,783,848 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.faazahmad.androidapp;
import android.annotation.SuppressLint;
import android.content.Context;
import android.content.Intent;
import android.content.SharedPreferences;
import android.net.ConnectivityManager;
import android.net.NetworkInfo;
import android.os.AsyncTask;
import android.os.Bundle;
impor... | UTF-8 | Java | 8,235 | java | MainActivity.java | Java | [] | null | [] | package com.example.faazahmad.androidapp;
import android.annotation.SuppressLint;
import android.content.Context;
import android.content.Intent;
import android.content.SharedPreferences;
import android.net.ConnectivityManager;
import android.net.NetworkInfo;
import android.os.AsyncTask;
import android.os.Bundle;
impor... | 8,235 | 0.562356 | 0.56187 | 222 | 36.094593 | 27.555595 | 113 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.662162 | false | false | 4 |
fec628e5288980233007b451e09b477c9f2eee3d | 14,336,600,835,409 | 501bff64e7b38baa2c690cbd02ecef7a4ad6d4c3 | /src/main/java/com/bridgelabz/parking/lot/vehicledetails/IPredicate.java | d6abdbfeac84bb911ce2f742df1710b55a3c5659 | [] | no_license | kn52/Parking_Lot_Problem | https://github.com/kn52/Parking_Lot_Problem | 91c49b1deb28fce2a0d3378e3b151b47f4d183af | e66351db717a76bef2f104a6769e2d3a4e0cd849 | refs/heads/master | 2021-04-04T22:42:22.628000 | 2020-04-06T12:42:13 | 2020-04-06T12:42:13 | 248,497,013 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.bridgelabz.parking.lot.vehicledetails;
import com.bridgelabz.parking.lot.parkinglotdetails.SlotDetails;
import java.util.function.Predicate;
public interface IPredicate {
Predicate<SlotDetails> getPredicate(IPredicate ipredicate);
}
| UTF-8 | Java | 250 | java | IPredicate.java | Java | [] | null | [] | package com.bridgelabz.parking.lot.vehicledetails;
import com.bridgelabz.parking.lot.parkinglotdetails.SlotDetails;
import java.util.function.Predicate;
public interface IPredicate {
Predicate<SlotDetails> getPredicate(IPredicate ipredicate);
}
| 250 | 0.836 | 0.836 | 7 | 34.714287 | 24.690741 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.571429 | false | false | 4 |
4e806e17a3e07b196e07417c37765ffe034b8e3a | 2,353,642,109,986 | fa58b461f0317f148b76788c545a79c386c9d82b | /hospital/src/main/java/com/song/service/Impl/SalaryServiceImpl.java | b76893dfcdbee8970d57aacec1fa8fa2bc6420fa | [] | no_license | Jeromest/workspace | https://github.com/Jeromest/workspace | c3b3fa40b5922be8978c3c7fda3351552309a941 | 3837450ea6a058dd21b3e8fab08c02ee3990fab8 | refs/heads/main | 2023-06-12T18:52:55.258000 | 2021-07-05T18:48:24 | 2021-07-05T18:48:24 | 383,232,572 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.song.service.Impl;
import com.song.dao.SalaryDao;
import com.song.pojo.PageInfo;
import com.song.pojo.Salary;
import com.song.service.SalaryService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import java.util.List;
@Service("salaryService... | UTF-8 | Java | 1,597 | java | SalaryServiceImpl.java | Java | [] | null | [] | package com.song.service.Impl;
import com.song.dao.SalaryDao;
import com.song.pojo.PageInfo;
import com.song.pojo.Salary;
import com.song.service.SalaryService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import java.util.List;
@Service("salaryService... | 1,597 | 0.681197 | 0.678595 | 49 | 30.367348 | 25.612253 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.571429 | false | false | 4 |
2ba06bf6a6a14c866d5128cef9e4b1d303e58f8f | 27,943,057,293,056 | 7474d95cd5e75b60439c5f2afe224ddd9a6475df | /src/main/java/com/test/bank/constant/Role.java | 03726108d136d4946a04d53185f85a6c8fd17b98 | [] | no_license | chenpighead/java-backend-home-project | https://github.com/chenpighead/java-backend-home-project | 40cf408e78b975c6714a9c04259b34f9557c4ec0 | 357b3f9827c2751568e65f021bdbf3a6c8312442 | refs/heads/master | 2020-04-21T14:15:25.615000 | 2019-02-08T04:07:09 | 2019-02-08T04:35:57 | 169,628,696 | 0 | 0 | null | true | 2019-02-07T19:24:15 | 2019-02-07T19:24:14 | 2019-01-18T08:28:53 | 2019-01-22T02:56:49 | 51 | 0 | 0 | 0 | null | false | null | package com.test.bank.constant;
public class Role {
public static final String TRANSFER = "1";
public static final String VIEW_TRANSACTION_LOG = "2";
public static final String CREDIT_AND_DEBIT = "3";
public static final String SUPER_ADMIN = "4";
}
| UTF-8 | Java | 266 | java | Role.java | Java | [] | null | [] | package com.test.bank.constant;
public class Role {
public static final String TRANSFER = "1";
public static final String VIEW_TRANSACTION_LOG = "2";
public static final String CREDIT_AND_DEBIT = "3";
public static final String SUPER_ADMIN = "4";
}
| 266 | 0.703008 | 0.68797 | 8 | 32.25 | 21.79306 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.625 | false | false | 4 |
e095df336634d88390b0bffa1e0d2c5b461abdd6 | 5,471,788,343,907 | d851580f8f79228963f0fbfc7cc12aff18d4a9f3 | /assignments/src/assignments/assignment29.java | e579877f85f070b0f6cdcfd61cfdfd8245bd9049 | [] | no_license | Sumanth-Govinde/TrainingSessions | https://github.com/Sumanth-Govinde/TrainingSessions | 2bb0532bdd938dfd19bde5c3dd57e7fddf73aa75 | 54c6ed838c7153562091caf179fe8045c518f59a | refs/heads/master | 2020-04-05T08:05:07.901000 | 2018-11-21T11:58:11 | 2018-11-21T11:58:11 | 156,700,518 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package assignments;
public class assignment29 {
public static void main(String[] args) {
// TODO Auto-generated method stub
int a[]=new int[10];
for(int i=0;i<10;i++)
a[i]=(i+1)*2;
for(int i=0;i<10;i++)
System.out.print(a[i]+" ");
}
}
| UTF-8 | Java | 271 | java | assignment29.java | Java | [] | null | [] | package assignments;
public class assignment29 {
public static void main(String[] args) {
// TODO Auto-generated method stub
int a[]=new int[10];
for(int i=0;i<10;i++)
a[i]=(i+1)*2;
for(int i=0;i<10;i++)
System.out.print(a[i]+" ");
}
}
| 271 | 0.571956 | 0.527675 | 15 | 16.066668 | 13.992697 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.6 | false | false | 4 |
ff8240539a400fa08528f8b70bdf32245692be43 | 5,471,788,344,455 | 12b24e75b2a739a58aa0c167762c23dcf3cfcce0 | /src/main/java/com/aventstack/extentreports/configuration/ConfigurationStore.java | 51e2acbac2729a3ddaa3cab250a69b4c46d5a9f0 | [
"Apache-2.0"
] | permissive | jgeraigery/extentreports-java | https://github.com/jgeraigery/extentreports-java | eecfcca77ece956adf0e09c8feb4361d833fd6f0 | 6a71588f55c2eec1cf4a79d77dbf02162195fa13 | refs/heads/master | 2021-04-08T22:15:15.113000 | 2021-03-03T16:35:39 | 2021-03-03T16:35:39 | 248,814,447 | 0 | 0 | Apache-2.0 | true | 2021-03-03T16:35:39 | 2020-03-20T17:28:43 | 2020-03-20T17:29:09 | 2021-03-03T16:35:39 | 1,798 | 0 | 0 | 4 | Java | false | false | package com.aventstack.extentreports.configuration;
import java.util.HashMap;
import java.util.Map;
public class ConfigurationStore {
private Map<String, Object> store = new HashMap<String, Object>();
public Map<String, Object> getStore() {
return store;
}
public void storeConfig(String key, Object value) {
... | UTF-8 | Java | 887 | java | ConfigurationStore.java | Java | [] | null | [] | package com.aventstack.extentreports.configuration;
import java.util.HashMap;
import java.util.Map;
public class ConfigurationStore {
private Map<String, Object> store = new HashMap<String, Object>();
public Map<String, Object> getStore() {
return store;
}
public void storeConfig(String key, Object value) {
... | 887 | 0.714769 | 0.714769 | 43 | 19.627907 | 21.050352 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.325581 | false | false | 4 |
06974057daf6e51debaf617e76217cb338538d8b | 9,826,885,225,227 | 9bd0163f2746479687f362ce2ee9514281948374 | /src/main/java/huzhen/after/ODBackAfter.java | aee84bb8667163dedf69f730156a654b04801fe5 | [] | no_license | un-knower/ODReverse | https://github.com/un-knower/ODReverse | f11a91beab51dd5605d74403ef53b23a93d79c2d | c0510e1e75d3b77d260e21bdcdfe51db16523a0f | refs/heads/master | 2020-03-17T22:48:43.633000 | 2017-05-29T06:37:02 | 2017-05-29T06:37:02 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package huzhen.after;
import huzhen.code.readForm.MapAllpath;
import huzhen.subwayPkg.pojo.BaseSubway;
import huzhen.tableTable.TimeTableMaker;
import huzhen.tableTable.TimeTableReader;
import huzhen.utils.*;
import org.apache.pig.EvalFunc;
import org.apache.pig.data.Tuple;
import org.apache.pig.data.TupleFactory;
im... | UTF-8 | Java | 46,732 | java | ODBackAfter.java | Java | [
{
"context": "tationUtil.Route2ChangeStation;\n\n/**\n * Created by hu on 2016/11/3.\n *\n * 将OD反推 写成PIG UDF JAVA 跑的太慢\n",
"end": 615,
"score": 0.9938154220581055,
"start": 613,
"tag": "USERNAME",
"value": "hu"
},
{
"context": " String key = string_O2 + \"-\" + string_D2;//key:5... | null | [] | package huzhen.after;
import huzhen.code.readForm.MapAllpath;
import huzhen.subwayPkg.pojo.BaseSubway;
import huzhen.tableTable.TimeTableMaker;
import huzhen.tableTable.TimeTableReader;
import huzhen.utils.*;
import org.apache.pig.EvalFunc;
import org.apache.pig.data.Tuple;
import org.apache.pig.data.TupleFactory;
im... | 46,732 | 0.533964 | 0.502871 | 1,076 | 39.470261 | 38.624878 | 190 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.618959 | false | false | 4 |
8fdebe818a65bcac9c4417757dfc05010c817c39 | 14,834,817,066,815 | 7d212e8450d8844d0091d1805cd3732a7a7f2767 | /src/test/java/common_utilities/TestData.java | 6cbfab823287d5d55f93dc370201eabb2405097b | [] | no_license | PINPOINTG2/Pinpointe_Copy-of-Client-version | https://github.com/PINPOINTG2/Pinpointe_Copy-of-Client-version | 3e971c527832b06770d43400afa1ab9e1a636b16 | 80d0508f9f73325e83e98a97ecd93e113836a2af | refs/heads/master | 2020-06-21T11:14:38.817000 | 2019-07-17T17:24:03 | 2019-07-17T17:24:03 | 197,432,920 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package common_utilities;
import java.io.BufferedReader;
import java.io.FileNotFoundException;
import java.io.FileReader;
import java.io.IOException;
import java.util.ArrayList;
import org.testng.annotations.DataProvider;
public class TestData {
private Utilities utils = new Utilities();
public Arr... | UTF-8 | Java | 10,800 | java | TestData.java | Java | [] | null | [] | package common_utilities;
import java.io.BufferedReader;
import java.io.FileNotFoundException;
import java.io.FileReader;
import java.io.IOException;
import java.util.ArrayList;
import org.testng.annotations.DataProvider;
public class TestData {
private Utilities utils = new Utilities();
public Arr... | 10,800 | 0.719444 | 0.719167 | 340 | 29.764706 | 37.088257 | 131 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.591177 | false | false | 4 |
0f5f4b833db78b44dc33c7dd44ff615d89a96808 | 14,989,435,863,308 | 38e18c403475501234bf95b8e98bbe48b2185a9a | /spring-framerwork/src/main/java/com/jimi/spring/framework/dataaccess/jdbc/AutoGeneratedKeysDemo.java | 4b933aad5c1556ffa93adb57c70805166a2a7471 | [] | no_license | JimiStephen/spring-boot-tutorials | https://github.com/JimiStephen/spring-boot-tutorials | 19258ff002eea3f2e96d87df94cc3c2c553b42dc | e2617a843866bb5d78e52265f86595128c36d1e2 | refs/heads/master | 2021-06-14T16:25:14.742000 | 2020-08-07T02:29:58 | 2020-08-07T02:29:58 | 179,438,578 | 0 | 0 | null | false | 2021-03-31T22:19:34 | 2019-04-04T06:49:31 | 2020-08-07T02:30:18 | 2021-03-31T22:19:32 | 29,593 | 0 | 0 | 3 | Java | false | false | package com.jimi.spring.framework.dataaccess.jdbc;
import org.springframework.boot.jdbc.DataSourceBuilder;
import org.springframework.jdbc.core.JdbcTemplate;
import org.springframework.jdbc.core.PreparedStatementCreator;
import org.springframework.jdbc.support.GeneratedKeyHolder;
import org.springframework.jdbc.suppor... | UTF-8 | Java | 1,678 | java | AutoGeneratedKeysDemo.java | Java | [
{
"context": "ent;\nimport java.sql.SQLException;\n\n/**\n * @author jimi\n * @version 1.0\n * @date 2020/7/24 10:48\n */\npubl",
"end": 447,
"score": 0.999652624130249,
"start": 443,
"tag": "USERNAME",
"value": "jimi"
},
{
"context": "ername(\"root\")\n .passw... | null | [] | package com.jimi.spring.framework.dataaccess.jdbc;
import org.springframework.boot.jdbc.DataSourceBuilder;
import org.springframework.jdbc.core.JdbcTemplate;
import org.springframework.jdbc.core.PreparedStatementCreator;
import org.springframework.jdbc.support.GeneratedKeyHolder;
import org.springframework.jdbc.suppor... | 1,676 | 0.622765 | 0.610846 | 44 | 37.136364 | 28.739893 | 113 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 4 |
1e721a1c21a67fc134e0d847bdf660518e9a46bc | 2,662,879,741,480 | 38b88c2b843e419209c640a8bbd05bc6661357ac | /AugurX/trunk/src/com/runstate/augur/controller/DoorEvent.java | 232c01d6ebea075381dfe0687deb2efdf407889e | [] | no_license | codepope/augurx | https://github.com/codepope/augurx | 9ba73e4939056300907e9a31e8f822a6952300f0 | bcdd82b770ab3690d0e70fb0129c72e68f67ac40 | refs/heads/master | 2016-09-06T13:53:48.830000 | 2011-10-25T18:43:48 | 2011-10-25T18:43:48 | 33,052,952 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* DoorEvent.java
*
* @author Created by Omnicore CodeGuide
*/
package com.runstate.augur.controller;
import java.util.Date;
public class DoorEvent
{
Door door;
String msg;
Date date=new Date();
/**
* Constructor
*
* @param door a Door
* @param ms... | UTF-8 | Java | 1,135 | java | DoorEvent.java | Java | [] | null | [] | /**
* DoorEvent.java
*
* @author Created by Omnicore CodeGuide
*/
package com.runstate.augur.controller;
import java.util.Date;
public class DoorEvent
{
Door door;
String msg;
Date date=new Date();
/**
* Constructor
*
* @param door a Door
* @param ms... | 1,135 | 0.473128 | 0.473128 | 79 | 12.341772 | 13.2071 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.037975 | false | false | 4 |
216fd2d66432fe3a9959a7b3d1d25954b32e5375 | 22,308,060,183,392 | 962af384d599ceab6bd907dfa012f212dbc5d0a8 | /src/main/java/rumahsakit/dao/PoliDaoImpl.java | d2fb6bc8ea17caddd508dbeb3b926397f01cd815 | [] | no_license | Bootcamp114/rumah-sakit | https://github.com/Bootcamp114/rumah-sakit | 3f880db5e86d9603b81cc06c75e787af1a8ba3f4 | 361e4cd90ab5a144c1f18663f43abc0557dce095 | refs/heads/master | 2021-01-15T12:37:43.488000 | 2017-08-30T06:51:07 | 2017-08-30T06:51:07 | 99,652,818 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package rumahsakit.dao;
import java.util.List;
import org.hibernate.Session;
import org.hibernate.SessionFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Repository;
import rumahsakit.model.Pasien;
import rumahsakit.model.Poli;
@Repository
pu... | UTF-8 | Java | 1,464 | java | PoliDaoImpl.java | Java | [] | null | [] | package rumahsakit.dao;
import java.util.List;
import org.hibernate.Session;
import org.hibernate.SessionFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Repository;
import rumahsakit.model.Pasien;
import rumahsakit.model.Poli;
@Repository
pu... | 1,464 | 0.715847 | 0.715847 | 61 | 22 | 18.644209 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.442623 | false | false | 4 |
48538832361e94e60aaef373082bb1443fc0b4da | 3,899,830,332,985 | 749b5456ab80300cc069308b0b2c7a5b3960dc21 | /app/src/main/java/chiarahsieh/skypieah/happytranslator/HappyBackupAgent.java | 8feb8dbd0dedb5a16563ecfff7defad6a8d522e5 | [] | no_license | ChiaraHsieh/HappyTranslator | https://github.com/ChiaraHsieh/HappyTranslator | d9a490ee722162ad099be9c637604dcead697195 | 67d737f6daf1334fa141b4974c90b3c9825ef8fb | refs/heads/master | 2021-01-18T18:04:34.634000 | 2016-07-04T11:44:19 | 2016-07-04T11:44:19 | 48,017,235 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package chiarahsieh.skypieah.happytranslator;
import android.app.backup.BackupAgent;
import android.app.backup.BackupAgentHelper;
import android.app.backup.BackupDataInput;
import android.app.backup.BackupDataOutput;
import android.app.backup.BackupManager;
import android.app.backup.FileBackupHelper;
import android.co... | UTF-8 | Java | 1,558 | java | HappyBackupAgent.java | Java | [
{
"context": "g;\n\nimport java.io.IOException;\n\n/**\n * Created by ChiaraHsieh on 2016/7/1.\n */\npublic class HappyBackupAgent ex",
"end": 459,
"score": 0.9863637089729309,
"start": 448,
"tag": "NAME",
"value": "ChiaraHsieh"
}
] | null | [] | package chiarahsieh.skypieah.happytranslator;
import android.app.backup.BackupAgent;
import android.app.backup.BackupAgentHelper;
import android.app.backup.BackupDataInput;
import android.app.backup.BackupDataOutput;
import android.app.backup.BackupManager;
import android.app.backup.FileBackupHelper;
import android.co... | 1,558 | 0.724647 | 0.720796 | 48 | 31.458334 | 28.826319 | 130 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.708333 | false | false | 4 |
77c5e930434c7f56c0885ce56b3a3ac52c387e9b | 6,528,350,360,015 | 5d16fb0c6c52a031a652ba153ff3770a2cd8fb13 | /src/com/ciet/test/TestBasic.java | 75716d8062d3ea6c266e5ea2215c6e7c7d235286 | [] | no_license | orlandirafael/WebLogCIET | https://github.com/orlandirafael/WebLogCIET | c55e75db5bb54fa9b652b0fcf0d996328d0bc6b7 | e0a0ebd23bc980f0962b58aacfcff0a00d107615 | refs/heads/master | 2021-01-23T08:56:48.692000 | 2015-08-12T15:15:40 | 2015-08-12T15:15:40 | 40,530,789 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ciet.test;
import java.util.ArrayList;
import java.util.List;
import junit.framework.TestCase;
import com.ciet.base.bo.MapaBO;
import com.ciet.base.bo.MapaBOImpl;
import com.ciet.base.util.CachedMap;
import com.ciet.base.util.VerticeComparable;
/**
*
* TestBasic.java
*
* <P>Classe de testes básicos... | WINDOWS-1250 | Java | 1,999 | java | TestBasic.java | Java | [
{
"context": "lasse de testes básicos do sistema\n * \n * @author Rafael Mandacaru Orlandi\n * @version 1.0\n */\npublic class TestBasic extend",
"end": 372,
"score": 0.9998888969421387,
"start": 348,
"tag": "NAME",
"value": "Rafael Mandacaru Orlandi"
}
] | null | [] | package com.ciet.test;
import java.util.ArrayList;
import java.util.List;
import junit.framework.TestCase;
import com.ciet.base.bo.MapaBO;
import com.ciet.base.bo.MapaBOImpl;
import com.ciet.base.util.CachedMap;
import com.ciet.base.util.VerticeComparable;
/**
*
* TestBasic.java
*
* <P>Classe de testes básicos... | 1,981 | 0.667501 | 0.651477 | 78 | 24.602564 | 22.645166 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.961538 | false | false | 4 |
54540273641e3e03ba5afb2386439b17ad2d27e3 | 22,084,721,870,719 | 99cd44e4c6c093c814c17f86a3e6d1d3b539214c | /projeto/v02/ws_pousada/src/ws_pousada/test/ConsoleTest.java | d16899e1d3ad2f61f90a26b860465937d21603e5 | [] | no_license | niltonfjr086/MobDev2018-01 | https://github.com/niltonfjr086/MobDev2018-01 | 90b4e528d89fb5f85e3def675b063b3258041f24 | 405be2af05ea9597f54072ff9354faa255b79913 | refs/heads/master | 2021-04-06T06:41:11.446000 | 2018-07-09T11:31:53 | 2018-07-09T11:31:53 | 124,879,817 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ws_pousada.test;
import static org.junit.Assert.assertEquals;
import java.io.IOException;
import java.time.LocalDateTime;
import java.util.ArrayList;
import java.util.List;
import org.junit.Test;
import com.fasterxml.jackson.core.JsonProcessingException;
import com.fasterxml.jackson.core.type.TypeReference;... | UTF-8 | Java | 6,669 | java | ConsoleTest.java | Java | [
{
"context": "new Produto();\n\n\t\tp.setCategoria(c);\n\t\tp.setNome(\"Cheese Salada\");\n\t\tp.setValor(17.0);\n\n\t\tObjectMapper mapper = n",
"end": 4257,
"score": 0.8724242448806763,
"start": 4244,
"tag": "NAME",
"value": "Cheese Salada"
},
{
"context": "new Produto();\n\n\t\tp.... | null | [] | package ws_pousada.test;
import static org.junit.Assert.assertEquals;
import java.io.IOException;
import java.time.LocalDateTime;
import java.util.ArrayList;
import java.util.List;
import org.junit.Test;
import com.fasterxml.jackson.core.JsonProcessingException;
import com.fasterxml.jackson.core.type.TypeReference;... | 6,643 | 0.720522 | 0.710621 | 281 | 22.72242 | 22.661234 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.88968 | false | false | 4 |
014c800b769986c3efa4b47469d39d6f6a6c3fe5 | 23,613,730,258,969 | 8ec474e67a199509974e94536f0379ff7bdf9fee | /src/main/java/com/epam/bookscatalog/service/AuthorService.java | 6099c65256c62da19b77fc90a33fb778a3a26a66 | [] | no_license | gayane911/bookscatalog | https://github.com/gayane911/bookscatalog | e1412c4e91c97def37a5fae737778e1530785dfa | 2c6b4133cb77bdceb623792f78ce87057926d94f | refs/heads/master | 2020-07-07T13:11:48.800000 | 2019-09-06T10:54:57 | 2019-09-06T10:54:57 | 201,029,650 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.epam.bookscatalog.service;
import com.epam.bookscatalog.model.Author;
import com.epam.bookscatalog.payload.AuthorRequest;
import com.epam.bookscatalog.repository.AuthorRepository;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
@Service
public ... | UTF-8 | Java | 597 | java | AuthorService.java | Java | [] | null | [] | package com.epam.bookscatalog.service;
import com.epam.bookscatalog.model.Author;
import com.epam.bookscatalog.payload.AuthorRequest;
import com.epam.bookscatalog.repository.AuthorRepository;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
@Service
public ... | 597 | 0.81072 | 0.81072 | 20 | 28.85 | 22.654526 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 4 |
ee31a4d66b8c8c28a69f1f6cca44b5b0fb94841d | 25,640,954,759,378 | 8813bce74ccf72bb4ad747e234c7f9a88bfef22a | /src/main/java/com/nthread/outthere/projecteuler/Problem43.java | 1bcee46d0cd70a2b8802798f4a338a4882c9834f | [] | no_license | stevedbrown/outthere | https://github.com/stevedbrown/outthere | 051ba222f8da36b5957c51d72d9c4b503de29a94 | 377962affcc8ef41b653328f434391c41835ce21 | refs/heads/master | 2021-01-04T14:05:41.727000 | 2016-10-14T05:08:22 | 2016-10-14T05:08:22 | 24,398,936 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.nthread.outthere.projecteuler;
import java.util.List;
/**
* The number, 1406357289, is a 0 to 9 pandigital number because it is made up of each
* of the digits 0 to 9 in some order, but it also has a rather interesting sub-string
* divisibility property.
*
* Let d1 be the 1st digit, d2 be the 2nd ... | UTF-8 | Java | 1,554 | java | Problem43.java | Java | [] | null | [] | package com.nthread.outthere.projecteuler;
import java.util.List;
/**
* The number, 1406357289, is a 0 to 9 pandigital number because it is made up of each
* of the digits 0 to 9 in some order, but it also has a rather interesting sub-string
* divisibility property.
*
* Let d1 be the 1st digit, d2 be the 2nd ... | 1,554 | 0.679537 | 0.612613 | 55 | 27.254545 | 24.354368 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.818182 | false | false | 4 |
3ada4dfbc9fbf25635d4c17538dc35a1d52e9dc1 | 1,623,497,698,101 | 90726a8e556de73311e0a1faa51a7afe616ce810 | /src/com/parang/colorpicker/ParangColorPicker.java | ee623eddcb42138dc4edad440e42e749e23a6d7d | [] | no_license | ParangCo/ParangColorPicker | https://github.com/ParangCo/ParangColorPicker | cdc98c858f06b1c6dd943bf899f4980037a2b04d | 093a9bac51c873a3512dabe684b79c856202548d | refs/heads/master | 2021-01-22T00:59:37.884000 | 2014-10-03T14:47:46 | 2014-10-03T14:47:46 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.parang.colorpicker;
import android.app.AlertDialog;
import android.content.Context;
import android.content.DialogInterface;
import android.view.LayoutInflater;
import android.view.View;
public class ParangColorPicker {
public interface ParangColorPickerListener {
void onCancel();
void ... | UTF-8 | Java | 1,678 | java | ParangColorPicker.java | Java | [] | null | [] | package com.parang.colorpicker;
import android.app.AlertDialog;
import android.content.Context;
import android.content.DialogInterface;
import android.view.LayoutInflater;
import android.view.View;
public class ParangColorPicker {
public interface ParangColorPickerListener {
void onCancel();
void ... | 1,678 | 0.756853 | 0.755661 | 58 | 26.931034 | 31.437876 | 148 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.62069 | false | false | 4 |
b29ba6ba3953b2dab187d38e0ec662865d805bac | 4,964,982,209,404 | 55b6a2b885d76b099b94f2d4ba884a5a3dbd1d7d | /app/src/main/java/com/qf/sxy/day36_design/ToolBar2Activity.java | 6e60150a3e4a1b7039e256681af45aa8b6c0c11e | [] | no_license | mdjsxy111/Day36_Design | https://github.com/mdjsxy111/Day36_Design | 799528d65e3b33d4c91d51d5041b94c12808d86e | f5752f80ff5108942024a9f95392f91a2884a1fd | refs/heads/master | 2021-01-22T07:18:49.125000 | 2017-02-13T09:09:23 | 2017-02-13T09:09:23 | 81,805,637 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.qf.sxy.day36_design;
import android.support.v4.widget.DrawerLayout;
import android.support.v7.app.ActionBarDrawerToggle;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.support.v7.widget.Toolbar;
public class ToolBar2Activity extends AppCompatActivity {
priva... | UTF-8 | Java | 1,311 | java | ToolBar2Activity.java | Java | [] | null | [] | package com.qf.sxy.day36_design;
import android.support.v4.widget.DrawerLayout;
import android.support.v7.app.ActionBarDrawerToggle;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.support.v7.widget.Toolbar;
public class ToolBar2Activity extends AppCompatActivity {
priva... | 1,311 | 0.685113 | 0.678098 | 44 | 28.15909 | 22.472147 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 4 |
4ff4c1e64a73e8f59fcce80711af0b847816656f | 26,877,905,391,695 | 3df2a0c02bfce5510cf0823355ee22886e6fdb58 | /src/main/java/lesson8/task3/Terminal.java | 05b8667b3c8673f60bbdd1c8bd5fd15f0df169f0 | [] | no_license | IgorSamoilov/training-java-core | https://github.com/IgorSamoilov/training-java-core | 87739b9d91c4975eef06b455b17d2aa592d40f67 | 68fe214541c6c5faa115936909ed12403df7ae97 | refs/heads/master | 2023-06-13T08:28:07.657000 | 2021-07-07T16:51:56 | 2021-07-07T16:51:56 | 359,341,149 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package lesson8.task3;
public abstract class Terminal implements TopUpBalance {
protected String terminalAddress;
protected FirmOwner firmOwner;
protected double commissions;
protected double noCommissions;
public Terminal(String terminalAddress) {
this.terminalAddress = terminalAddress;
... | UTF-8 | Java | 805 | java | Terminal.java | Java | [] | null | [] | package lesson8.task3;
public abstract class Terminal implements TopUpBalance {
protected String terminalAddress;
protected FirmOwner firmOwner;
protected double commissions;
protected double noCommissions;
public Terminal(String terminalAddress) {
this.terminalAddress = terminalAddress;
... | 805 | 0.665312 | 0.654472 | 21 | 34.142857 | 30.879622 | 132 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.761905 | false | false | 4 |
3689a238ef83f43057787c886fe67d3c5dada827 | 11,166,915,020,505 | 50d921566816872a246fb74732582d8c6adef90c | /hekate-core/src/main/java/io/hekate/cluster/ClusterHash.java | 0b84fc36b766c76b21d03f89f65021fc48755748 | [
"LicenseRef-scancode-free-unknown",
"Apache-2.0",
"BSD-3-Clause",
"MIT",
"LGPL-2.1-only",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | hekate-io/hekate | https://github.com/hekate-io/hekate | d33216bf802c00a8eb4a2729adc603d6cd7dcbd3 | cf577c98e66cdcc9c10d582da006c22b0d8da8fa | refs/heads/master | 2023-07-20T10:21:17.453000 | 2022-11-25T17:19:49 | 2022-11-25T17:19:49 | 84,603,051 | 24 | 4 | Apache-2.0 | false | 2023-07-05T20:52:50 | 2017-03-10T21:43:25 | 2022-12-14T22:41:16 | 2023-07-05T20:52:50 | 7,348 | 18 | 2 | 2 | Java | false | false | /*
* Copyright 2022 The Hekate Project
*
* The Hekate Project licenses this file to you 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 ... | UTF-8 | Java | 912 | java | ClusterHash.java | Java | [] | null | [] | /*
* Copyright 2022 The Hekate Project
*
* The Hekate Project licenses this file to you 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 ... | 912 | 0.702851 | 0.694079 | 31 | 28.419355 | 28.080271 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.225806 | false | false | 4 |
b74785ce4a3628c295951d62db2de8f6c8cc6e06 | 15,771,119,975,793 | 1b308e540c445cf8f82a94670ed9ba1379b15b21 | /compositions/com/oi/ds/stack/AppStack.java | 61c1211360c733eb679f9f33c54b78755f6bdcc1 | [] | no_license | ogorifuwe/ds-and-algorithms | https://github.com/ogorifuwe/ds-and-algorithms | aa1e7f556148e4bd297d9f520db4e130b87c4262 | e12808ab4b3e3cda76ee9cac9e22f892f66ed159 | refs/heads/master | 2022-05-26T06:34:22.592000 | 2022-04-06T14:49:55 | 2022-04-06T14:49:55 | 153,824,489 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.oi.ds.stack;
public class AppStack {
public static void main(String[] args) {
StackNode<String> names = new StackNode<>();
names.push("Paulie");
names.push("Peter");
names.push("Paul");
names.push("Michael");
while(!names.isEmpty()){
System.out.println(names.pop());
... | UTF-8 | Java | 945 | java | AppStack.java | Java | [
{
"context": "tring> names = new StackNode<>();\n names.push(\"Paulie\");\n names.push(\"Peter\");\n names.push(\"Paul\"",
"end": 170,
"score": 0.9997138381004333,
"start": 164,
"tag": "NAME",
"value": "Paulie"
},
{
"context": "de<>();\n names.push(\"Paulie\");\n names... | null | [] | package com.oi.ds.stack;
public class AppStack {
public static void main(String[] args) {
StackNode<String> names = new StackNode<>();
names.push("Paulie");
names.push("Peter");
names.push("Paul");
names.push("Michael");
while(!names.isEmpty()){
System.out.println(names.pop());
... | 945 | 0.62963 | 0.619048 | 43 | 20.976744 | 16.903954 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.55814 | false | false | 9 |
1f7cd3ca8a91a1ef105a8593669808ce61d44347 | 18,202,071,457,582 | 6cd0d649c553b977de2567759c19c441cdf61a19 | /src/elementLocators/GmailLogin.java | d3237024927a428a4737addc15d5b685e8b5c4ae | [] | no_license | Manju80/Automation | https://github.com/Manju80/Automation | eb32cebadbf085506fb06c46c7d36b82751368ca | 9fc3dc2c0588f2fb72ce370a4bf52b13242c521c | refs/heads/master | 2020-12-04T18:30:05.323000 | 2020-01-11T04:53:01 | 2020-01-11T04:53:01 | 231,867,957 | 0 | 0 | null | false | 2020-01-11T04:53:02 | 2020-01-05T04:39:22 | 2020-01-05T04:44:37 | 2020-01-11T04:53:02 | 19,741 | 0 | 0 | 0 | Java | false | false | package elementLocators;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.chrome.ChromeDriver;
import org.openqa.selenium.firefox.FirefoxDriver;
public class GmailLogin {
public static void main(String[] args) throws InterruptedException
{
System.setProperty("w... | UTF-8 | Java | 997 | java | GmailLogin.java | Java | [
{
"context": "(By.cssSelector(\"Input[Type='email']\")).sendKeys(\"manju.preva@gmail.com\");\n\t\tdriver.findElement(By.cssSelector(\"span[clas",
"end": 673,
"score": 0.9999171495437622,
"start": 652,
"tag": "EMAIL",
"value": "manju.preva@gmail.com"
},
{
"context": ".cssSelector(\"In... | null | [] | package elementLocators;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.chrome.ChromeDriver;
import org.openqa.selenium.firefox.FirefoxDriver;
public class GmailLogin {
public static void main(String[] args) throws InterruptedException
{
System.setProperty("w... | 979 | 0.7332 | 0.722166 | 33 | 29.181818 | 30.464539 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.787879 | false | false | 9 |
8ae5757bca490c98963e15bb949fa868808a6ca7 | 23,871,428,300,030 | b386aa5676319b12523dab56fa68b027fb9f30f3 | /Linguaggi per il cloud/src/funzioni/dado.java | bf3828cf50510e1e0358d1cd89701fd60336aafa | [] | no_license | mmorritti/ITS_Java | https://github.com/mmorritti/ITS_Java | dca3dc1fec1077e2caec4e3136934ccba79a7b9f | 2a7482e612fd65cd53f7b148488809d05171b72b | refs/heads/master | 2022-11-13T00:50:02.672000 | 2020-07-04T08:50:22 | 2020-07-04T08:50:22 | 276,847,989 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package funzioni;
public class dado {
private int facce;
public dado(int facce) {
super();
this.facce = facce;
}
public int getFacce() {
return facce;
}
public void setFacce(int facce) {
this.facce = facce;
}
public int lancio() {
return MyLibrary.casuale(1, facce);
}
@Override
public String... | UTF-8 | Java | 410 | java | dado.java | Java | [] | null | [] | package funzioni;
public class dado {
private int facce;
public dado(int facce) {
super();
this.facce = facce;
}
public int getFacce() {
return facce;
}
public void setFacce(int facce) {
this.facce = facce;
}
public int lancio() {
return MyLibrary.casuale(1, facce);
}
@Override
public String... | 410 | 0.617073 | 0.614634 | 30 | 12.666667 | 14.938392 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.233333 | false | false | 9 |
d550ef10d640e4f95cd5bd3759dadbc559d5f5d6 | 29,850,022,762,864 | 19d6ef751ce5cd9cc23df0d48d974d714371bc43 | /src/main/java/com/reckue/post/transfer/PostRequest.java | 82bb54fa6519c1bef6e59a71970d5eb3d908fd9c | [
"MIT"
] | permissive | Reckue/post-service | https://github.com/Reckue/post-service | 4c95767eb18e02fe56dc0fb72c54515043e34e31 | 974202525fb467f049add5ecd736940edc62f44f | refs/heads/develop | 2023-04-10T22:17:43.460000 | 2021-02-23T10:11:28 | 2021-02-23T10:11:28 | 250,591,338 | 0 | 0 | MIT | false | 2021-02-23T10:11:29 | 2020-03-27T16:53:53 | 2021-02-23T08:54:13 | 2021-02-23T10:11:28 | 1,142 | 10 | 10 | 41 | Java | false | false | package com.reckue.post.transfer;
import com.reckue.post.model.Tag;
import com.reckue.post.model.type.PostStatusType;
import io.swagger.annotations.ApiModelProperty;
import lombok.Builder;
import lombok.Data;
import javax.validation.Valid;
import javax.validation.constraints.NotNull;
import javax.validation.constrain... | UTF-8 | Java | 1,011 | java | PostRequest.java | Java | [
{
"context": "s an incoming DTO for adding a post.\n *\n * @author Kamila Meshcheryakova\n */\n@Builder\n@Data\npublic class PostRequest {\n\n ",
"end": 459,
"score": 0.9998301863670349,
"start": 438,
"tag": "NAME",
"value": "Kamila Meshcheryakova"
}
] | null | [] | package com.reckue.post.transfer;
import com.reckue.post.model.Tag;
import com.reckue.post.model.type.PostStatusType;
import io.swagger.annotations.ApiModelProperty;
import lombok.Builder;
import lombok.Data;
import javax.validation.Valid;
import javax.validation.constraints.NotNull;
import javax.validation.constrain... | 996 | 0.74184 | 0.738872 | 40 | 24.275 | 21.340088 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.375 | false | false | 9 |
71aea25fb1ffd7aaaef457a2788d020a11a6c605 | 27,169,963,134,915 | 6b88f04560744d66a074aeafbd189f4196d1547d | /src/test/java/org/govithub/govac/consumerapi/controller/UsersControllerTest.java | 9899f672d090b95b5b1637493a1b392fb03f460e | [
"Apache-2.0"
] | permissive | cozu/asistentul_cetateanului_api_intern | https://github.com/cozu/asistentul_cetateanului_api_intern | 31fd4cc3a64d381171713c6d33c535ae449a93a9 | 3b29af50e9388b27f76c3c96de962cf94c5aa288 | refs/heads/master | 2020-12-24T06:16:48.142000 | 2016-12-05T14:18:09 | 2016-12-05T14:18:09 | 73,481,121 | 0 | 0 | null | true | 2016-11-11T13:46:43 | 2016-11-11T13:46:42 | 2016-10-30T06:14:03 | 2016-10-30T06:14:24 | 9 | 0 | 0 | 0 | null | null | null | package org.govithub.govac.consumerapi.controller;
import static io.restassured.RestAssured.given;
import static org.hamcrest.CoreMatchers.is;
import static org.junit.Assert.assertEquals;
import java.io.IOException;
import org.apache.http.HttpStatus;
import org.codehaus.jackson.JsonGenerationException;
import org.co... | UTF-8 | Java | 2,802 | java | UsersControllerTest.java | Java | [
{
"context": "cleanUp();\n\t\tuser = userRepository.save(new User(\"user1FN\", \"user1LN\", \"user1@email.com\", \"123456\", \"123123",
"end": 1778,
"score": 0.9623966813087463,
"start": 1771,
"tag": "USERNAME",
"value": "user1FN"
},
{
"context": "\t\tuser = userRepository.save(new U... | null | [] | package org.govithub.govac.consumerapi.controller;
import static io.restassured.RestAssured.given;
import static org.hamcrest.CoreMatchers.is;
import static org.junit.Assert.assertEquals;
import java.io.IOException;
import org.apache.http.HttpStatus;
import org.codehaus.jackson.JsonGenerationException;
import org.co... | 2,756 | 0.75803 | 0.73055 | 83 | 32.759037 | 27.507542 | 128 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.46988 | false | false | 9 |
b4d8f7f4608c755e4d70bbb021c06acb908aed3d | 13,580,686,653,902 | 97eac5a858373e7beb191f7426cebf4886c78d2a | /managesystem2.0/src/log/Register.java | 3adedc47f5f9f89bb24f5ac62ae5d9ff660e37fe | [] | no_license | Fxk2020/JavaProjection | https://github.com/Fxk2020/JavaProjection | 756f013b7a3cb1a2362c87fbbf16722aa321342b | b3188b0c5ad04ad804573da3158a01ddf1db88c0 | refs/heads/master | 2022-08-18T13:02:29.019000 | 2020-05-25T04:13:15 | 2020-05-25T04:14:06 | 263,352,043 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package log;
import javax.swing.*;
//import com.microsoft.sqlserver.jdbc.SQLServerException;
import common.MessageType;
import common.Users;
import model.ConServer;
import java.awt.*;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.WindowAdapter;
import java.awt.event.... | GB18030 | Java | 5,188 | java | Register.java | Java | [
{
"context": "u = new Users();\n\t\t\tu.setId(number);\n\t\t\tu.setName(name);\n\t\t\tu.setvName(user);\n\t\t\tu.setPassword(pass1);\n\t",
"end": 4152,
"score": 0.8647176623344421,
"start": 4148,
"tag": "NAME",
"value": "name"
},
{
"context": ".setId(number);\n\t\t\tu.setName(name);\... | null | [] | package log;
import javax.swing.*;
//import com.microsoft.sqlserver.jdbc.SQLServerException;
import common.MessageType;
import common.Users;
import model.ConServer;
import java.awt.*;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.WindowAdapter;
import java.awt.event.... | 5,193 | 0.67083 | 0.631033 | 167 | 27.27545 | 22.160995 | 124 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.802395 | false | false | 9 |
a0bee47dd0d6565c4a516da693d79cc73bf1761f | 15,547,781,664,860 | bfc8cd3112e3625870c61e71db71794e645712f0 | /app/src/main/java/com/shiyculture/coupon/MainActivity.java | 8bceb641288e99a3999e900c9c5e47f7e9c1197c | [] | no_license | ThinkmanWang/coupon-android | https://github.com/ThinkmanWang/coupon-android | 2fcc471d6f86fa386248c4bb3c8edc77e4baa43e | 097f52aa4c686088a48450dea74211764ef47656 | refs/heads/master | 2020-09-05T20:22:23.856000 | 2019-11-07T09:53:31 | 2019-11-07T09:53:31 | 220,203,979 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.shiyculture.coupon;
import android.Manifest;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.webkit.WebSettings;
import com.tbruyelle.rxpermissions2.RxPermissions;
import com.tencent.smtt.sdk.WebChromeClient;
import com.tencent.smtt.sdk.W... | UTF-8 | Java | 3,473 | java | MainActivity.java | Java | [
{
"context": "ttps://coupon.shiyculture.com/?user_id=%s&app_key=609d544b98d347a5bcc17637c529b95a&app_secret=609d544b98d347a5bcc17637c529b95a&allow",
"end": 2344,
"score": 0.9997358918190002,
"start": 2312,
"tag": "KEY",
"value": "609d544b98d347a5bcc17637c529b95a"
},
{
"context": "p_k... | null | [] | package com.shiyculture.coupon;
import android.Manifest;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.webkit.WebSettings;
import com.tbruyelle.rxpermissions2.RxPermissions;
import com.tencent.smtt.sdk.WebChromeClient;
import com.tencent.smtt.sdk.W... | 3,419 | 0.624139 | 0.608865 | 95 | 34.147369 | 29.805676 | 188 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.505263 | false | false | 9 |
060fcd6a2716c46c2748e47f21d8636ea70b091e | 13,520,557,077,820 | c5b909a17cd722056fcd6d54b9e8bcc67ef4de3f | /src/main/java/com/sdrc/covid19odisha/collections/Question.java | aecba6aeadd3730f7335eca6fb8ba811af1bf9c6 | [] | no_license | SDRCDev/covid19odisha_backend | https://github.com/SDRCDev/covid19odisha_backend | ddc97775753f013c387acbb001281ac486fd15c3 | b916360ca46ba5f670fad1613ac704e2ab964a10 | refs/heads/main | 2022-12-21T01:31:33.577000 | 2020-10-08T17:10:12 | 2020-10-08T17:10:12 | 302,408,895 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.sdrc.covid19odisha.collections;
import java.util.List;
import java.util.Map;
import org.springframework.data.annotation.Id;
import org.springframework.data.mongodb.core.mapping.Document;
import lombok.Data;
@Document
@Data
public class Question {
@Id
private String id;
private int formId;
privat... | UTF-8 | Java | 363 | java | Question.java | Java | [] | null | [] | package com.sdrc.covid19odisha.collections;
import java.util.List;
import java.util.Map;
import org.springframework.data.annotation.Id;
import org.springframework.data.mongodb.core.mapping.Document;
import lombok.Data;
@Document
@Data
public class Question {
@Id
private String id;
private int formId;
privat... | 363 | 0.77686 | 0.77135 | 23 | 14.782609 | 17.961206 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.695652 | false | false | 9 |
298973001ba292885ec39540315bfb504fb78eae | 19,181,324,011,534 | 473fc28d466ddbe9758ca49c7d4fb42e7d82586e | /app/src/main/java/com/syd/source/aosp/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Renderer/RobustnessRenderer.java | 6a5f9e79239c03a035d0e88fc1dcc2c027a1e37b | [] | no_license | lz-purple/Source | https://github.com/lz-purple/Source | a7788070623f2965a8caa3264778f48d17372bab | e2745b756317aac3c7a27a4c10bdfe0921a82a1c | refs/heads/master | 2020-12-23T17:03:12.412000 | 2020-01-31T01:54:37 | 2020-01-31T01:54:37 | 237,205,127 | 4 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright (C) 2016 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 | 3,544 | java | RobustnessRenderer.java | Java | [] | null | [] | /*
* Copyright (C) 2016 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... | 3,544 | 0.632901 | 0.613149 | 111 | 30.927927 | 25.929464 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.720721 | false | false | 9 |
a30c8d7e937db5c266e01ce9fe7928ae952a0323 | 3,246,995,316,759 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/16/16_b0cfd31980af1acec0e35f6870ac7a48d5eda424/BasicParserSettings/16_b0cfd31980af1acec0e35f6870ac7a48d5eda424_BasicParserSettings_s.java | 3deca70a3579030b571d79fa79ae74ee3839b0f0 | [] | 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 | /*
* Licensed to Aduna under one or more contributor license agreements.
* See the NOTICE.txt file distributed with this work for additional
* information regarding copyright ownership.
*
* Aduna licenses this file to you under the terms of the Aduna BSD
* License (the "License"); you may not use thi... | UTF-8 | Java | 3,927 | java | 16_b0cfd31980af1acec0e35f6870ac7a48d5eda424_BasicParserSettings_s.java | Java | [
{
"context": "hat most parsers may\n * support.\n * \n * @author Peter Ansell\n * @since 2.7.0\n */\n public class BasicParserSe",
"end": 1035,
"score": 0.999188244342804,
"start": 1023,
"tag": "NAME",
"value": "Peter Ansell"
}
] | null | [] | /*
* Licensed to Aduna under one or more contributor license agreements.
* See the NOTICE.txt file distributed with this work for additional
* information regarding copyright ownership.
*
* Aduna licenses this file to you under the terms of the Aduna BSD
* License (the "License"); you may not use thi... | 3,921 | 0.709447 | 0.70028 | 107 | 35.691589 | 33.839756 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.037383 | false | false | 9 |
7c4c34144c7538e951061e2ff22eb7fad9a68699 | 4,964,982,255,653 | 36f7e1be7475a4088cf8c6d13bf5954659188526 | /Parcial_CuantoSabesDeFutbol/app/src/main/java/com/example/parcial_cuantosabesdefutbol/Administrador.java | 444225c6968cabfc3126eeda16da333e258fa80a | [] | no_license | yesenialg/LenguajesProgramacionII | https://github.com/yesenialg/LenguajesProgramacionII | bf295cfb08c056bb1ff1edbf9f85b00f955f73b8 | 2da5103265796c5861f61845047ef3a752cc5fb9 | refs/heads/master | 2020-12-19T08:33:11.592000 | 2020-04-07T17:55:11 | 2020-04-07T17:55:11 | 235,682,360 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.parcial_cuantosabesdefutbol;
import androidx.annotation.RequiresApi;
import androidx.appcompat.app.AppCompatActivity;
import android.app.DatePickerDialog;
import android.content.Intent;
import android.os.Build;
import android.os.Bundle;
import android.view.View;
import android.widget.ArrayAdapter;... | UTF-8 | Java | 4,911 | java | Administrador.java | Java | [] | null | [] | package com.example.parcial_cuantosabesdefutbol;
import androidx.annotation.RequiresApi;
import androidx.appcompat.app.AppCompatActivity;
import android.app.DatePickerDialog;
import android.content.Intent;
import android.os.Build;
import android.os.Bundle;
import android.view.View;
import android.widget.ArrayAdapter;... | 4,911 | 0.60843 | 0.600896 | 130 | 36.776924 | 31.873611 | 221 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.738462 | false | false | 9 |
20a61a6a9130a88f3598c3762c001fb0e3ef3c20 | 1,657,857,437,727 | 4401d65ed5c5f61cba10ef6af7f0e774903bd844 | /fooding_v2/src/dominio/Consulta.java | d0abfe23b24355a862b5fd97520d1bb061e4d7e1 | [] | no_license | gonchistrauss/fooding2.0-strauss_rezy | https://github.com/gonchistrauss/fooding2.0-strauss_rezy | 1347eb8266290cb8d59042137fd0f2709bd7ca69 | 6bd7e6d161459bc96e1e3a06ac405aff3a3b3f85 | refs/heads/master | 2021-08-18T22:00:57.286000 | 2017-11-24T02:40:16 | 2017-11-24T02:40:16 | 111,149,457 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package dominio;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.Date;
import utils.Tipos.*;
public class Consulta implements Serializable {
private int id;
private Usuario usuario;
private Profesional profesional;
private Estado estado;
private ArrayList<Incidencia> lis... | UTF-8 | Java | 2,976 | java | Consulta.java | Java | [] | null | [] | package dominio;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.Date;
import utils.Tipos.*;
public class Consulta implements Serializable {
private int id;
private Usuario usuario;
private Profesional profesional;
private Estado estado;
private ArrayList<Incidencia> lis... | 2,976 | 0.592742 | 0.592742 | 107 | 26.813084 | 24.239124 | 113 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.411215 | false | false | 9 |
b8749f898e8929a98b5c5ee16c2402e5b4e12246 | 20,306,605,436,166 | f3faa8360c7f63a40eb0a9cb6b90606b0a441a87 | /Demo/src/Exception/throws_example_1.java | 4fbaf4d19122735e9dd66f960c0adf2e7d0e5dd7 | [] | no_license | Riyazvk/eclipse | https://github.com/Riyazvk/eclipse | 2b85f468cf92305501f466e1b016dc6193cba7f9 | e01e64b266c09c6b728ea92037f44a74bad87685 | refs/heads/master | 2021-07-07T03:22:14.570000 | 2020-03-25T11:31:54 | 2020-03-25T11:31:54 | 241,807,422 | 0 | 0 | null | false | 2021-04-26T20:05:32 | 2020-02-20T06:08:49 | 2020-03-25T11:32:26 | 2021-04-26T20:05:32 | 55,219 | 0 | 0 | 12 | HTML | false | false | package Exception;
public class throws_example_1 {
public void f1() throws ArithmeticException
{
System.out.println("In f1 before ");
int a=10,b=0,c;
c=a/b;
System.out.println("in f1-after");
}
public static void main(String[] args) {
// TODO Auto-generated method stub
System.out.println... | UTF-8 | Java | 556 | java | throws_example_1.java | Java | [] | null | [] | package Exception;
public class throws_example_1 {
public void f1() throws ArithmeticException
{
System.out.println("In f1 before ");
int a=10,b=0,c;
c=a/b;
System.out.println("in f1-after");
}
public static void main(String[] args) {
// TODO Auto-generated method stub
System.out.println... | 556 | 0.640288 | 0.622302 | 26 | 19.384615 | 17.504015 | 48 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.076923 | false | false | 9 |
ea5c58afaf8db4ec7ebf7aa7a35399a6031e327c | 23,819,888,667,489 | 24a516af271db759033e85bbf7906b5e02fd98bb | /src/flertrådatProgrammeringL3V2/TruckThread.java | 7c70f1f3671f017ceebcb9bd033a6d5f88d12e8f | [] | no_license | 13120dde/SchoolAssignmentsMaH | https://github.com/13120dde/SchoolAssignmentsMaH | 8328d2947d6b37a0b0f93b255c022b149ff145f5 | 09cfcb25b252f6f5ba9d16a64e44e77994253f81 | refs/heads/master | 2021-01-20T21:15:32.071000 | 2018-01-15T22:05:52 | 2018-01-15T22:05:52 | 101,758,571 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package flertrådatProgrammeringL3V2;
import java.util.LinkedList;
/**
* Created by Patrik Lind on 2016-11-29.
*
* This class represents a consumer-thread that retrieves objects from the buffer. This class has constaints on how
* many objects it can retrieve, aswell as maximum volume and weight.
*/
public class T... | UTF-8 | Java | 4,825 | java | TruckThread.java | Java | [
{
"context": ";\n\nimport java.util.LinkedList;\n\n/**\n * Created by Patrik Lind on 2016-11-29.\n *\n * This class represents a cons",
"end": 97,
"score": 0.9998437166213989,
"start": 86,
"tag": "NAME",
"value": "Patrik Lind"
}
] | null | [] | package flertrådatProgrammeringL3V2;
import java.util.LinkedList;
/**
* Created by <NAME> on 2016-11-29.
*
* This class represents a consumer-thread that retrieves objects from the buffer. This class has constaints on how
* many objects it can retrieve, aswell as maximum volume and weight.
*/
public class TruckT... | 4,820 | 0.549337 | 0.543532 | 155 | 30.122581 | 28.699631 | 147 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.541936 | false | false | 9 |
4607b62cdde07f7a78782cdb3189e8736f68d59b | 19,026,705,132,150 | 9528993f63a35c8ee989e05456a098e3f6aef5e0 | /examples/Language/src/main/java/generics/list/List.java | 847ff3e3593088accf0eb0779dbfdb195290ef19 | [] | no_license | SF3/Java-and-Spring | https://github.com/SF3/Java-and-Spring | 6443f461935544cbc7687715b4baa658deb644dc | e186379788f1d7fb805168798e1ea2f3f09c7860 | refs/heads/main | 2023-05-31T05:54:15.579000 | 2021-07-01T09:34:49 | 2021-07-01T09:34:49 | 382,361,770 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package generics.list;
public interface List<T> {
int size();
void clear();
void add(T value);
void remove(T value) throws ListEmptyException, ItemNotInListException;
T get(int index) throws ListEmptyException, ItemNotInListException;
} | UTF-8 | Java | 242 | java | List.java | Java | [] | null | [] | package generics.list;
public interface List<T> {
int size();
void clear();
void add(T value);
void remove(T value) throws ListEmptyException, ItemNotInListException;
T get(int index) throws ListEmptyException, ItemNotInListException;
} | 242 | 0.77686 | 0.77686 | 9 | 26 | 24.913183 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.444444 | false | false | 9 |
25e2c8be79d8d8d4f8592d57262d6f47e182c022 | 18,614,388,285,042 | d512be3d07b32a12ce7b89b338241e66f81c4949 | /src/main/java/com/example/myblog/configuration/XssConfig.java | b96c41b9ab2466316871e3f36ddeca8053a45e60 | [] | no_license | DeweyNULL/blogdemo | https://github.com/DeweyNULL/blogdemo | 48578f35b6d80ff2970ec04528521da05b312ef7 | 95928266a1e16a5fa8abeebd73234ab0c8f1e6d0 | refs/heads/master | 2020-03-28T19:19:33.265000 | 2018-12-21T09:19:17 | 2018-12-21T09:19:17 | 148,965,121 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.myblog.configuration;
import com.example.myblog.controller.filter.XssFilter;
import org.springframework.boot.web.servlet.FilterRegistrationBean;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import java.util.HashMap;
import java.u... | UTF-8 | Java | 1,100 | java | XssConfig.java | Java | [
{
"context": "rogram myblog\n * @description: xss配置文件\n * @author: xielinzhi\n * @create: 2018/12/17 17:00\n */\n\n@Configuration\n",
"end": 399,
"score": 0.999600350856781,
"start": 390,
"tag": "USERNAME",
"value": "xielinzhi"
}
] | null | [] | package com.example.myblog.configuration;
import com.example.myblog.controller.filter.XssFilter;
import org.springframework.boot.web.servlet.FilterRegistrationBean;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import java.util.HashMap;
import java.u... | 1,100 | 0.74359 | 0.731685 | 35 | 30.200001 | 26.122568 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6 | false | false | 9 |
b8cce4ba935f7b79c8bbaf7840d2a976c19daadf | 18,614,388,287,824 | 715b3ca66c9cc3aafee395a660c6029f5a8bc00a | /src/zoo/http/common/src/main/java/org/tio/http/common/HttpConfig.java | 7443e626623e54b4ab4f622f6446ae6df7155f57 | [
"Apache-2.0"
] | permissive | tywo45/t-io | https://github.com/tywo45/t-io | 2a4cec7a5cd7ac570dfef6f593da35b7ca235509 | 63cf4a424308ceede6a041558be6b76264074158 | refs/heads/master | 2023-08-31T04:50:40.950000 | 2023-08-30T02:46:00 | 2023-08-30T02:46:00 | 86,653,876 | 2,013 | 609 | Apache-2.0 | false | 2022-09-01T22:48:07 | 2017-03-30T03:17:13 | 2022-08-28T10:44:21 | 2022-09-01T22:48:06 | 33,336 | 1,516 | 528 | 14 | Java | false | false | /*
Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1. Definitions.
"License" shall mean the terms and conditions for use, reproduction, and
distribution as defined by Sections 1 through 9 of this document.
"Licensor" s... | UTF-8 | Java | 29,754 | java | HttpConfig.java | Java | [
{
"context": "port org.tio.utils.hutool.StrUtil;\n\n/**\n * @author tanyaowu\n * 2017年8月15日 下午1:21:14\n */\npublic class HttpConf",
"end": 11279,
"score": 0.9995402097702026,
"start": 11271,
"tag": "USERNAME",
"value": "tanyaowu"
},
{
"context": "vate String\t\t\t\t\t\t\tbindIp\t\t\t... | null | [] | /*
Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1. Definitions.
"License" shall mean the terms and conditions for use, reproduction, and
distribution as defined by Sections 1 through 9 of this document.
"Licensor" s... | 29,754 | 0.719461 | 0.714141 | 981 | 28.123344 | 27.131952 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.268094 | false | false | 9 |
382700b31702839f55bf5f2d794318ec672738b9 | 22,978,075,082,732 | b8adeb52b9b507f4ad3e2ffa73a779234d6b3a5e | /hms/src/com/mysoft/hms/SellComparator.java | e7d161b6346b5e7fcd0a0cc0707d27afd77eb78c | [] | no_license | nikalala/hmsnew | https://github.com/nikalala/hmsnew | 242d065aa952581b6a3c4dc8927ff59f63f00556 | 453d649077cc0e869c8141b967600c7efb337e27 | refs/heads/master | 2021-01-14T08:16:57.818000 | 2015-05-05T08:44:07 | 2015-05-05T08:44:07 | 33,726,507 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | // --------------------------------------------------------
// Generated by sql2java - http://sql2java.sourceforge.net/
// jdbc driver used at code generation time: org.postgresql.Driver
//
// Please help us improve this tool by reporting:
// problems,
// suggestions,
// feedbacks,
// ideas,
// to http://... | UTF-8 | Java | 5,921 | java | SellComparator.java | Java | [] | null | [] | // --------------------------------------------------------
// Generated by sql2java - http://sql2java.sourceforge.net/
// jdbc driver used at code generation time: org.postgresql.Driver
//
// Please help us improve this tool by reporting:
// problems,
// suggestions,
// feedbacks,
// ideas,
// to http://... | 5,921 | 0.48708 | 0.474075 | 176 | 32.642044 | 26.490612 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.318182 | false | false | 9 |
2a27fbdd4a104fadfcb2e8e53bad0bbd24d38c05 | 9,964,324,170,114 | 078248872fef2b34a78c7f854b21c06f7d4346fa | /src/main/java/io/github/ghacupha/fassets/web/rest/DepreciationResource.java | ad6480c6dfc4cdd8bdadfc6b9b5e3bafdf9485a1 | [] | no_license | ghacupha/fassets | https://github.com/ghacupha/fassets | 21ab074ee3b315866f5d8813613b3af7dcdc0b2a | e5333523e0f726d1744f0782657ba38f91c8a5de | refs/heads/master | 2021-05-09T14:16:38.081000 | 2019-03-04T10:39:16 | 2019-03-04T10:39:16 | 119,056,645 | 0 | 0 | null | false | 2018-04-15T10:05:26 | 2018-01-26T13:48:15 | 2018-04-15T09:48:02 | 2018-04-15T10:05:26 | 4,825 | 0 | 0 | 9 | Java | false | null | package io.github.ghacupha.fassets.web.rest;
import io.github.ghacupha.fassets.service.DepreciationService;
import io.github.ghacupha.fassets.web.rest.errors.BadRequestAlertException;
import io.github.ghacupha.fassets.web.rest.util.HeaderUtil;
import io.github.ghacupha.fassets.web.rest.util.PaginationUtil;
import io.gi... | UTF-8 | Java | 6,515 | java | DepreciationResource.java | Java | [
{
"context": "package io.github.ghacupha.fassets.web.rest;\nimport io.github.ghacupha.fasse",
"end": 26,
"score": 0.974329948425293,
"start": 18,
"tag": "USERNAME",
"value": "ghacupha"
},
{
"context": "ithub.ghacupha.fassets.web.rest;\nimport io.github.ghacupha.fassets.service.Deprec... | null | [] | package io.github.ghacupha.fassets.web.rest;
import io.github.ghacupha.fassets.service.DepreciationService;
import io.github.ghacupha.fassets.web.rest.errors.BadRequestAlertException;
import io.github.ghacupha.fassets.web.rest.util.HeaderUtil;
import io.github.ghacupha.fassets.web.rest.util.PaginationUtil;
import io.gi... | 6,515 | 0.735073 | 0.730161 | 139 | 45.870502 | 37.433842 | 169 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.503597 | false | false | 9 |
6823e01518ad0537a319c2588a7a11631342304d | 22,754,736,787,958 | 8ccd0514385a7b4a4b7ed784c5a369774fc2ad61 | /Photons/src/ui/Photons.java | adb46b2dce6876d545178c1643608f3be67e1926 | [] | no_license | dyeopensource/Photons | https://github.com/dyeopensource/Photons | 37ca30cf643d76fa19dedc0174416f9d958b20dd | d6a1533e52621042661ec5c5d647373caf954674 | refs/heads/master | 2021-01-18T21:25:08.282000 | 2016-04-21T18:23:51 | 2016-04-21T18:23:51 | 21,876,231 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ui;
import java.io.IOException;
import java.nio.file.Path;
import java.nio.file.Paths;
import java.text.SimpleDateFormat;
import java.util.Date;
import modell.FileImporter;
import common.FileUtil;
import common.MyLogger;
public class Photons {
public static final int errorCodeImportSourceFolderDoesNotExis... | UTF-8 | Java | 8,587 | java | Photons.java | Java | [] | null | [] | package ui;
import java.io.IOException;
import java.nio.file.Path;
import java.nio.file.Paths;
import java.text.SimpleDateFormat;
import java.util.Date;
import modell.FileImporter;
import common.FileUtil;
import common.MyLogger;
public class Photons {
public static final int errorCodeImportSourceFolderDoesNotExis... | 8,587 | 0.739956 | 0.734366 | 219 | 38.210045 | 30.627556 | 134 | false | false | 0 | 0 | 0 | 0 | 65 | 0.00757 | 2.863014 | false | false | 9 |
d0efaa1b4b68da5771860bc5d28250d4ef8a3e05 | 22,754,736,789,871 | a6abf800ba5be47e1a5195ed17e7dad096ff2ee8 | /src/main/java/net/sourceforge/fenixedu/presentationTier/Action/publico/GetEncryptedPassword.java | b5197447c216be94d4c34bdabfbf090bf74e35e6 | [] | no_license | samfcmc/fenix | https://github.com/samfcmc/fenix | a005f4a2909bfd31b2540f63acd775663f8fd026 | 0737ba8bde80b27219cef40d7d635fd83b995f92 | refs/heads/master | 2021-01-18T06:55:35.026000 | 2013-11-13T18:30:11 | 2013-11-13T18:30:11 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Created on 10/Set/2003, 18:36:21 changed on 4/Jan/2004, 19:45:11 (generalize
* for any execution course) By Goncalo Luiz gedl [AT] rnl [DOT] ist [DOT] utl
* [DOT] pt
*/
package net.sourceforge.fenixedu.presentationTier.Action.publico;
import java.io.IOException;
import javax.servlet.http.HttpServletRequest;
... | UTF-8 | Java | 2,124 | java | GetEncryptedPassword.java | Java | [
{
"context": ":45:11 (generalize\n * for any execution course) By Goncalo Luiz gedl [AT] rnl [DOT] ist [DOT] utl\n * [DOT] pt\n */",
"end": 127,
"score": 0.9998911023139954,
"start": 115,
"tag": "NAME",
"value": "Goncalo Luiz"
},
{
"context": "pache.struts.action.ActionMapping;\n\n/*... | null | [] | /*
* Created on 10/Set/2003, 18:36:21 changed on 4/Jan/2004, 19:45:11 (generalize
* for any execution course) By <NAME> gedl [AT] rnl [DOT] ist [DOT] utl
* [DOT] pt
*/
package net.sourceforge.fenixedu.presentationTier.Action.publico;
import java.io.IOException;
import javax.servlet.http.HttpServletRequest;
import... | 2,112 | 0.637476 | 0.618173 | 67 | 30.716417 | 29.155684 | 130 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.522388 | false | false | 9 |
7f0820885f4cd82d478478888aa1b5b779eea50d | 26,645,977,118,197 | 3d4bfdece9b5f31a9fea8a3b9da0ddffd40b011e | /src/org/usfirst/frc/team3501/robot/commands/MoveArmFor.java | eb2a5ce28ff71339246c2662823ddb26322b9e35 | [] | no_license | glinia/3501-spark-go | https://github.com/glinia/3501-spark-go | 0fc2c734e64802ac618a97e5e9acb8cea92a8383 | f3db6e7b243bd1acfb89790e5bffc3f8d2c768b2 | refs/heads/master | 2021-01-22T11:55:08.987000 | 2015-10-25T23:25:30 | 2015-10-25T23:25:30 | 34,091,358 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.usfirst.frc.team3501.robot.commands;
import org.usfirst.frc.team3501.bases.Command;
public class MoveArmFor extends Command {
private double speed;
public MoveArmFor(double secs, double speed) {
super("MoveArmFor");
requires(arm);
setTimeout(secs);
this.speed = s... | UTF-8 | Java | 469 | java | MoveArmFor.java | Java | [] | null | [] | package org.usfirst.frc.team3501.robot.commands;
import org.usfirst.frc.team3501.bases.Command;
public class MoveArmFor extends Command {
private double speed;
public MoveArmFor(double secs, double speed) {
super("MoveArmFor");
requires(arm);
setTimeout(secs);
this.speed = s... | 469 | 0.633262 | 0.616205 | 24 | 18.541666 | 17.298794 | 50 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.416667 | false | false | 9 |
35f8086f00aada5dec1726ca70193db7177d9c4d | 28,802,050,730,403 | f5cfb8fcf739c37cf689a77ab37d53635a6e7830 | /src/test/java/sncf/oui/demo/services/PackagingBotServiceTest.java | 8ffb53abbe3a12d623eb49a3990dbf75ec63068e | [] | no_license | khocef/xspeedit | https://github.com/khocef/xspeedit | eebad9012172bd477bd1bd848d41b85778ff5730 | 3b03d589957b92070e041440370ff6630903bc48 | refs/heads/master | 2020-04-22T15:11:28.694000 | 2019-02-13T08:56:20 | 2019-02-13T08:56:20 | 170,469,745 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package sncf.oui.demo.services;
import org.junit.Test;
import sncf.oui.demo.exceptions.PackagingBotException;
import static org.junit.Assert.assertEquals;
public class PackagingBotServiceTest {
private final PackagingBotService service = new PackagingBotService();
@Test(expected = PackagingBotException.cla... | UTF-8 | Java | 1,070 | java | PackagingBotServiceTest.java | Java | [] | null | [] | package sncf.oui.demo.services;
import org.junit.Test;
import sncf.oui.demo.exceptions.PackagingBotException;
import static org.junit.Assert.assertEquals;
public class PackagingBotServiceTest {
private final PackagingBotService service = new PackagingBotService();
@Test(expected = PackagingBotException.cla... | 1,070 | 0.754206 | 0.705607 | 34 | 30.5 | 30.422756 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.323529 | false | false | 9 |
3cfd403f3101af9368d354cd6b220d154045ff4a | 26,972,394,667,890 | a06605b7d675f56edbd96f826cbf87fdf40766e3 | /src/controller/impl/command/frame/scoring/HideScoringPanelCommand.java | 949eeada6d3565f535af3faee24cf0af39eb4d02 | [] | no_license | VictorPereraTarajano/Pictionary | https://github.com/VictorPereraTarajano/Pictionary | 230d17d262b21bb4aec2b7de40b510cecf223d28 | d674f931542e2a787dab982654f2724ce9630df9 | refs/heads/master | 2021-03-12T23:46:58.091000 | 2015-07-22T19:10:37 | 2015-07-22T19:10:37 | 30,469,229 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package controller.impl.command.frame.scoring;
import controller.interfaces.Command;
import model.manager.ManagerLobby;
public class HideScoringPanelCommand implements Command{
@Override
public void execute() {
ManagerLobby.myLobbyFrame.getScoringPanel().setVisible(false);
}
}
| UTF-8 | Java | 300 | java | HideScoringPanelCommand.java | Java | [] | null | [] | package controller.impl.command.frame.scoring;
import controller.interfaces.Command;
import model.manager.ManagerLobby;
public class HideScoringPanelCommand implements Command{
@Override
public void execute() {
ManagerLobby.myLobbyFrame.getScoringPanel().setVisible(false);
}
}
| 300 | 0.776667 | 0.776667 | 11 | 26.272728 | 23.370886 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.363636 | false | false | 9 |
f677a416c1808f380ee84e4265e0218855ba0a4d | 32,298,154,131,278 | 1e770ae3c164049bc3dd0ed269d24118e6565a45 | /src/main/java/org/personal/model/Categories.java | 296ca0801d6810d90d2303880eef0b2e80a65eb3 | [] | no_license | elihub/spring-freemarker | https://github.com/elihub/spring-freemarker | 0048eef44b5cad2e8a4e4610611085ee0a6a655e | 60fa758237b18bcb579d00fb3b3c9c87c81f732b | refs/heads/master | 2021-01-13T03:44:00.194000 | 2016-12-23T16:31:03 | 2016-12-23T16:31:03 | 77,237,568 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.personal.model;
import java.util.List;
import org.springframework.transaction.annotation.Transactional;
/**
*
* @author elida
*/
@Transactional
public interface Categories {
List<Category> getAll();
void create(Category category);
void update(Category category);
void delete(Long id... | UTF-8 | Java | 325 | java | Categories.java | Java | [
{
"context": "ction.annotation.Transactional;\n\n/**\n *\n * @author elida\n */\n@Transactional\npublic interface Categories {\n",
"end": 142,
"score": 0.9798579812049866,
"start": 137,
"tag": "USERNAME",
"value": "elida"
}
] | null | [] | package org.personal.model;
import java.util.List;
import org.springframework.transaction.annotation.Transactional;
/**
*
* @author elida
*/
@Transactional
public interface Categories {
List<Category> getAll();
void create(Category category);
void update(Category category);
void delete(Long id... | 325 | 0.72 | 0.72 | 21 | 14.476191 | 17.01993 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 9 |
901e5b7f745c5d5b7395abdb998992df24757db5 | 3,977,139,785,511 | 8b8cb6292b667c1c590620a9009bede8431518ac | /src/testinggame/utils/Context.java | de2ab2564acb16d5556990086421dee2b315b495 | [] | no_license | exroot/Proyecto-QQSM | https://github.com/exroot/Proyecto-QQSM | 575ec18207b1b8db05740b749164c289d863fe04 | e6ec186a46e28631153c024b066d8644743402be | refs/heads/master | 2022-04-08T18:34:46.796000 | 2020-02-09T23:03:43 | 2020-02-09T23:03:43 | 233,945,091 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package testinggame.utils;
import java.util.List;
import testinggame.Modelos.Usuario;
import testinggame.Modelos.Categoria;
public class Context {
private static Usuario usuario = null;
private static Integer ronda = null;
private static Integer dificultad = null;
private static Float puntaje = null;
... | UTF-8 | Java | 1,141 | java | Context.java | Java | [] | null | [] | package testinggame.utils;
import java.util.List;
import testinggame.Modelos.Usuario;
import testinggame.Modelos.Categoria;
public class Context {
private static Usuario usuario = null;
private static Integer ronda = null;
private static Integer dificultad = null;
private static Float puntaje = null;
... | 1,141 | 0.655565 | 0.655565 | 50 | 21.82 | 18.687632 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.36 | false | false | 9 |
20d6b575fea6fe7e1d4c53259ff96ae9d0a54331 | 14,637,248,549,482 | 9ec41b30cd36c208a01391d2e9ab3a116e6fd55b | /puffin-core-rest/src/main/java/com/puffincreek/annotations/EnableRestCore.java | aee246da0e920d2ad71f33e2a67218e6dfcea5d8 | [
"Apache-2.0"
] | permissive | maggmanu77/scratch | https://github.com/maggmanu77/scratch | 97956405b5faa0f267dfbd4103ad9c8d6004631f | d59be1d6b2bc23797c7736f4ca68928bc8bd9c31 | refs/heads/master | 2020-03-20T02:30:29.989000 | 2018-07-09T21:42:03 | 2018-07-09T21:42:03 | 137,115,235 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.puffincreek.annotations;
import com.puffincreek.context.PuffinWebContext;
import org.springframework.context.annotation.Import;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
@Retention(Reten... | UTF-8 | Java | 435 | java | EnableRestCore.java | Java | [] | null | [] | package com.puffincreek.annotations;
import com.puffincreek.context.PuffinWebContext;
import org.springframework.context.annotation.Import;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
@Retention(Reten... | 435 | 0.843678 | 0.843678 | 15 | 28 | 17.929491 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.466667 | false | false | 9 |
21a8d2aca23ea3973fe662f7d235c75fee554653 | 14,637,248,549,493 | d09d1a8d1f0d0727b7b7504a655c024efba99b9c | /src/com/javaTutorial/inheritance/AreaCalculatorTest.java | b79f9074d8d1a3985520af269feab9cd45fdff87 | [] | no_license | siddarthmannem/Core-Java-Tutorial | https://github.com/siddarthmannem/Core-Java-Tutorial | fabd09634d68df1e16d221c9bcb2ac9ee946a46c | 59edc027b0cdcd28ed3ff6221ed3684f8a578048 | refs/heads/master | 2018-11-03T08:58:53.985000 | 2018-08-25T22:30:54 | 2018-08-25T22:30:54 | 93,576,674 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.javaTutorial.inheritance;
public class AreaCalculatorTest {
public static void main(String[] args) {
Rectangle r = new Rectangle(2.0, 2.0);
r.calculateArea();
r.permiter();
Circle c = new Circle(2.0);
c.calculateArea();
System.out.println("--------------------");
// Polymorphis... | UTF-8 | Java | 393 | java | AreaCalculatorTest.java | Java | [] | null | [] | package com.javaTutorial.inheritance;
public class AreaCalculatorTest {
public static void main(String[] args) {
Rectangle r = new Rectangle(2.0, 2.0);
r.calculateArea();
r.permiter();
Circle c = new Circle(2.0);
c.calculateArea();
System.out.println("--------------------");
// Polymorphis... | 393 | 0.613232 | 0.587786 | 23 | 16.086956 | 16.043184 | 45 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.782609 | false | false | 9 |
f4f126f90930ddad1b4f0c9e5007b60d7f315488 | 14,388,140,498,317 | 2baee49530792b32bd5c41bf173e998e7a972831 | /src/text/mybatis/TestCascadeSelect.java | cebc93daaba1a9262cfbf687d6e483821b72a835 | [] | no_license | HappyMinChao/DynamicSqlAndCascadeSelect | https://github.com/HappyMinChao/DynamicSqlAndCascadeSelect | 1938685c0e3b403a15eb1c6c5bbf8d0393f55135 | e4dd717c1ade0e2349724b9bb2362ff333f1b1ef | refs/heads/master | 2021-01-20T22:22:39.824000 | 2016-08-14T08:45:56 | 2016-08-14T08:45:56 | 65,657,295 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package text.mybatis;
import java.io.IOException;
import java.io.InputStream;
import org.apache.ibatis.io.Resources;
import org.apache.ibatis.session.SqlSession;
import org.apache.ibatis.session.SqlSessionFactory;
import org.apache.ibatis.session.SqlSessionFactoryBuilder;
import org.junit.Before;
import org.junit.Tes... | UTF-8 | Java | 1,869 | java | TestCascadeSelect.java | Java | [
{
"context": "\t}\n\t\n\t\n\t/**\n\t *@Description:根据id获取dept\n\t *@Author:du_minchao\n\t *@Version:\n\t *@CreateDate:2016年3月16日\n\t *@return",
"end": 820,
"score": 0.9996879696846008,
"start": 810,
"tag": "USERNAME",
"value": "du_minchao"
},
{
"context": "\t/**\n\t *@Description:\t测... | null | [] | package text.mybatis;
import java.io.IOException;
import java.io.InputStream;
import org.apache.ibatis.io.Resources;
import org.apache.ibatis.session.SqlSession;
import org.apache.ibatis.session.SqlSessionFactory;
import org.apache.ibatis.session.SqlSessionFactoryBuilder;
import org.junit.Before;
import org.junit.Tes... | 1,869 | 0.737714 | 0.727775 | 79 | 21.924051 | 19.975157 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.556962 | false | false | 9 |
9238b2bcaf0841b6ee4737a7dea1e34533253077 | 24,867,860,699,955 | 98ea16c6d0143847c1ae95f60c7fe01529e2adee | /src/main/java/com/maurofokker/test/arrays/SumTwoValues.java | bbc5dc13f767a81389ddb71d2e69ebbbd493c517 | [] | no_license | maurofokker/testcode | https://github.com/maurofokker/testcode | fdddbf634fcc91568111e9f996773523f7dbdd0a | 25faa102f31453c6c43db645d4fdf1065fca7b15 | refs/heads/master | 2021-07-14T09:49:20.654000 | 2017-10-17T18:23:28 | 2017-10-17T18:23:28 | 105,613,948 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.maurofokker.test.arrays;
import java.util.HashSet;
import java.util.Set;
/**
* Created by mauro on 10/3/17.
*
* Given an array of integers and a value, determine if there are any two integers in the array
* which sum equal to the given value
* i.e.
* array = {5, 7, 1, 2, 8, 4, 3}
* given sum 10:
... | UTF-8 | Java | 2,808 | java | SumTwoValues.java | Java | [
{
"context": ".HashSet;\nimport java.util.Set;\n\n/**\n * Created by mauro on 10/3/17.\n *\n * Given an array of integers and ",
"end": 110,
"score": 0.9990041255950928,
"start": 105,
"tag": "USERNAME",
"value": "mauro"
}
] | null | [] | package com.maurofokker.test.arrays;
import java.util.HashSet;
import java.util.Set;
/**
* Created by mauro on 10/3/17.
*
* Given an array of integers and a value, determine if there are any two integers in the array
* which sum equal to the given value
* i.e.
* array = {5, 7, 1, 2, 8, 4, 3}
* given sum 10:
... | 2,808 | 0.53953 | 0.526709 | 101 | 26.801981 | 26.686674 | 141 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.306931 | false | false | 9 |
06ace10b2949b1960a42b935169e1fbdf1f150ce | 27,298,812,186,239 | 3f138509a3c3aa175f0dd4b55e86d0adf6d3b00e | /src/main/06-alipay/com/otzg/alipay/redbag/api/AlipayMarketingCampaignCashCreateController.java | 3684fc5acc96e2f3f2964a9ac4ed98ae7cc7e23d | [] | no_license | Dragon5170/otzg-pay-service | https://github.com/Dragon5170/otzg-pay-service | 33430701b94b3ff89c5b00f9733e704d28bbbe31 | d2a3d8fcf30da532f52e5a75e9a1cdb4727fd204 | refs/heads/master | 2023-04-11T13:08:36.150000 | 2021-04-17T14:33:26 | 2021-04-17T14:33:26 | 315,011,821 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.otzg.alipay.redbag.api;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import java.util.Properties;
import com.otzg.alipay.redbag.entity.Result;
import com.otzg.alipay.redbag.util.AlipayConfig;
import com.otzg.alipay.redbag.util.DefaultAlipayClientFactory;
imp... | UTF-8 | Java | 3,185 | java | AlipayMarketingCampaignCashCreateController.java | Java | [] | null | [] | package com.otzg.alipay.redbag.api;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import java.util.Properties;
import com.otzg.alipay.redbag.entity.Result;
import com.otzg.alipay.redbag.util.AlipayConfig;
import com.otzg.alipay.redbag.util.DefaultAlipayClientFactory;
imp... | 3,185 | 0.790818 | 0.790818 | 71 | 39.816902 | 32.532242 | 151 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.84507 | false | false | 9 |
316a0c956227828558c394521320e625571c1c91 | 2,156,073,650,188 | fd7c1b0c51d5d84be1e26a0f77d8a66d73a4451f | /03A.java | b5c8f34fea01fbaf5dc36d7b4f9f386db88ac372 | [] | no_license | heziel/InterviewBit | https://github.com/heziel/InterviewBit | cb9d6f04e3c302ccef9eee415fc8dda5b9cd96c2 | 4a32a2951cef9c469d8c30802b3cb860233ab515 | refs/heads/master | 2021-01-11T10:24:54.437000 | 2017-01-26T22:27:23 | 2017-01-26T22:27:23 | 79,419,139 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public class Solution {
public static int kthsmallest( final List<Integer> a, int k) {
ArrayList<Integer> al = new ArrayList<>(a);
return find(0,a.size()-1,k, al);
}
public static int find(int pivot, int high,int k, ArrayList<Integer> a){
int kth =0;
if(pivot <= high){
int hold = 0;
int i = pivot... | UTF-8 | Java | 759 | java | 03A.java | Java | [] | null | [] | public class Solution {
public static int kthsmallest( final List<Integer> a, int k) {
ArrayList<Integer> al = new ArrayList<>(a);
return find(0,a.size()-1,k, al);
}
public static int find(int pivot, int high,int k, ArrayList<Integer> a){
int kth =0;
if(pivot <= high){
int hold = 0;
int i = pivot... | 759 | 0.521739 | 0.507246 | 41 | 17.512196 | 16.979359 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.243902 | false | false | 9 |
0f0042020f1f00d0411d675681e4cafa959b3c2e | 30,382,598,683,861 | 6b374800ec20c74bea527f712dd81b7833700c3e | /src/mod/blazecake/com/Plugin.java | 018e28e54a9f8a7e7a6e02f78a7e19f8206f0aa6 | [] | no_license | TheKeksinator26/Bukkit-Plugin | https://github.com/TheKeksinator26/Bukkit-Plugin | 9f660104b3591d52c4c97f08c17c6b94caa09538 | ef941e28ca26726e99b91580f3e253a395061de8 | refs/heads/master | 2021-01-19T16:56:31.394000 | 2014-11-29T15:45:17 | 2014-11-29T15:45:17 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package mod.blazecake.com;
import org.bukkit.ChatColor;
import org.bukkit.command.Command;
import org.bukkit.command.CommandSender;
import org.bukkit.entity.Player;
import org.bukkit.plugin.java.JavaPlugin;
public class Plugin extends JavaPlugin {
@Override
public boolean onCommand(CommandSender sender, Command c... | UTF-8 | Java | 1,237 | java | Plugin.java | Java | [] | null | [] | package mod.blazecake.com;
import org.bukkit.ChatColor;
import org.bukkit.command.Command;
import org.bukkit.command.CommandSender;
import org.bukkit.entity.Player;
import org.bukkit.plugin.java.JavaPlugin;
public class Plugin extends JavaPlugin {
@Override
public boolean onCommand(CommandSender sender, Command c... | 1,237 | 0.658044 | 0.656427 | 50 | 23.700001 | 23.535717 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.92 | false | false | 9 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.