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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
c5a92338298b5e8a03938e7e42a4df63dbb97ded | 16,509,854,323,362 | 5f5b5d30b084ca55cf28e8820bc358500f366c9f | /dal/src/main/java/com/yj/dal/dao/FrShopCardTypeRelateMapper.java | 031da081ca3c70e2601cb9cfd40b8af8c52a87a5 | [] | no_license | admin-kylan/finessroom | https://github.com/admin-kylan/finessroom | 32b37c44aba46707d797931cba42f7df5c6d7cb1 | b5a5981ec6b914df65773a0caa8ebf2e9df37566 | refs/heads/master | 2020-04-11T13:30:12.946000 | 2019-03-10T16:46:40 | 2019-03-10T16:46:40 | 161,818,994 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.yj.dal.dao;
import com.yj.dal.model.FrShopCardTypeRelate;
import com.baomidou.mybatisplus.mapper.BaseMapper;
/**
* <p>
* 门店-卡类型关联表 Mapper 接口
* </p>
*
* @author MP自动生成
* @since 2018-09-25
*/
public interface FrShopCardTypeRelateMapper extends BaseMapper<FrShopCardTypeRelate> {
}
| UTF-8 | Java | 329 | java | FrShopCardTypeRelateMapper.java | Java | [
{
"context": "* <p>\n * 门店-卡类型关联表 Mapper 接口\n * </p>\n *\n * @author MP自动生成\n * @since 2018-09-25\n */\npublic interface FrShopC",
"end": 185,
"score": 0.9945984482765198,
"start": 179,
"tag": "USERNAME",
"value": "MP自动生成"
}
] | null | [] | package com.yj.dal.dao;
import com.yj.dal.model.FrShopCardTypeRelate;
import com.baomidou.mybatisplus.mapper.BaseMapper;
/**
* <p>
* 门店-卡类型关联表 Mapper 接口
* </p>
*
* @author MP自动生成
* @since 2018-09-25
*/
public interface FrShopCardTypeRelateMapper extends BaseMapper<FrShopCardTypeRelate> {
}
| 329 | 0.737542 | 0.710963 | 16 | 17.8125 | 23.257307 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.1875 | false | false | 13 |
9eef7393b392c9c3b42989c910b823881bd837a6 | 3,023,657,017,954 | 72f7d65a163321bb03407c16ff1aa9b54146f68c | /src/main/java/org/sl/controller/LoginController.java | 121823b3372a2a93a57d95b2e5fc3b30e1719c3c | [] | no_license | qqsosoai/sl | https://github.com/qqsosoai/sl | 740b93a607d08d93c15fb292547feb93ac19c85c | fa582b42e71028d3da003efa2019ee70bb7498e8 | refs/heads/master | 2021-03-22T04:30:48.844000 | 2017-10-04T09:39:11 | 2017-10-04T09:39:11 | 105,343,769 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.sl.controller;
import com.alibaba.fastjson.JSON;
import org.apache.log4j.Logger;
import org.sl.bean.User;
import org.sl.service.FunctionService;
import org.sl.service.UserService;
import org.sl.util.Constants;
import org.sl.util.Menu;
import org.sl.util.md5.MyMd5;
import org.sl.util.redis.CacheApi;
import ... | UTF-8 | Java | 3,419 | java | LoginController.java | Java | [
{
"context": "Session;\nimport java.util.List;\n\n/**\n * Created by hasee on 2017/9/30.\n * 用户有关于登录的Controller\n */\n@Controll",
"end": 707,
"score": 0.999584972858429,
"start": 702,
"tag": "USERNAME",
"value": "hasee"
}
] | null | [] | package org.sl.controller;
import com.alibaba.fastjson.JSON;
import org.apache.log4j.Logger;
import org.sl.bean.User;
import org.sl.service.FunctionService;
import org.sl.service.UserService;
import org.sl.util.Constants;
import org.sl.util.Menu;
import org.sl.util.md5.MyMd5;
import org.sl.util.redis.CacheApi;
import ... | 3,419 | 0.636336 | 0.63209 | 95 | 33.705265 | 22.786827 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.621053 | false | false | 13 |
21a092a910854205b4dc25c90b649ed05a187253 | 8,022,998,971,388 | 28cdf947c13b2ed9dfdefe3afe636ec53187a39c | /app/src/main/java/com/example/ktarasevich/sunshine/app/OpenWeatherData.java | 42d3a7cdc89a2f8e5310989e80466b54815d015b | [] | no_license | nolmit/Sunshine | https://github.com/nolmit/Sunshine | e9b11c1891f41fb6b27f2295550485e1cd088aa9 | 8e80fe6c207401b62c5289da3b5fcd3823205463 | refs/heads/master | 2020-04-06T03:34:07.042000 | 2015-03-06T06:47:34 | 2015-03-06T06:47:34 | 26,910,089 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.ktarasevich.sunshine.app;
import android.util.Log;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.net.HttpURLConnection;
import java.net.MalformedURLException;
import java.net.ProtocolException;
import java.net.U... | UTF-8 | Java | 3,103 | java | OpenWeatherData.java | Java | [
{
"context": "package com.example.ktarasevich.sunshine.app;\n\nimport android.util.Log;\n\nimport j",
"end": 31,
"score": 0.9132372140884399,
"start": 20,
"tag": "USERNAME",
"value": "ktarasevich"
},
{
"context": "Exception;\nimport java.net.URL;\n\n/**\n * Created by kit on 1/20/15.... | null | [] | package com.example.ktarasevich.sunshine.app;
import android.util.Log;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.net.HttpURLConnection;
import java.net.MalformedURLException;
import java.net.ProtocolException;
import java.net.U... | 3,103 | 0.526587 | 0.52272 | 98 | 30.663265 | 23.143272 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 13 |
84e13c17cc7ae733be95ad366abc2606884816f5 | 3,659,312,138,666 | c3ae0d5942d54d6687d716710ef11674c92904be | /Lab08/src/Exercise/Dogs.java | 6298f3a125c1a4c5c717ec41c9600a7a8f6dc8a4 | [] | no_license | kingauther33/Java | https://github.com/kingauther33/Java | 021c0232d5347bf97579d4d96c55e81380af034b | 9c6912f0c7a68da5cafcb4ecc63e5ec3b46b0333 | refs/heads/master | 2023-01-02T11:58:25.646000 | 2020-10-23T04:12:57 | 2020-10-23T04:12:57 | 302,066,665 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Exercise;
public class Dogs extends Animals {
private String dogFatherName;
public Dogs(int id, String name, String dogFatherName) {
this.id = id;
this.name = name;
this.dogFatherName = dogFatherName;
}
public void setDogFatherName(String dogFatherName) {
this.... | UTF-8 | Java | 668 | java | Dogs.java | Java | [] | null | [] | package Exercise;
public class Dogs extends Animals {
private String dogFatherName;
public Dogs(int id, String name, String dogFatherName) {
this.id = id;
this.name = name;
this.dogFatherName = dogFatherName;
}
public void setDogFatherName(String dogFatherName) {
this.... | 668 | 0.627245 | 0.627245 | 27 | 23.74074 | 24.373016 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.592593 | false | false | 13 |
76a1c77f05b54f93b1763f128e92407dbfcae6b8 | 27,290,222,240,970 | 325154dbaaee3eb8656277d79ac2a1a879fc2b23 | /app/src/main/java/com/example/ryanhsueh/rxbussample/MessageEvent.java | 7e7254a97fd7dd2d1abb4df836e010efe6e41a74 | [] | no_license | RyanHsueh/RxBusSample | https://github.com/RyanHsueh/RxBusSample | 92ad91a2715f8246042a79f4a8dac370b59e7115 | 0011c81e289386f7fccfcabba1b2292917172393 | refs/heads/master | 2020-03-24T03:15:18.056000 | 2018-07-26T08:25:43 | 2018-07-26T08:25:43 | 142,411,250 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.ryanhsueh.rxbussample;
/**
* Created by ryanhsueh on 2018/7/24
*/
public class MessageEvent {
private String message;
public MessageEvent(String msg) {
this.message = msg;
}
public String getMessage() {
return message;
}
public void setMessage(String me... | UTF-8 | Java | 369 | java | MessageEvent.java | Java | [
{
"context": "package com.example.ryanhsueh.rxbussample;\n\n/**\n * Created by ryanhsueh on 2018",
"end": 29,
"score": 0.9258332252502441,
"start": 20,
"tag": "USERNAME",
"value": "ryanhsueh"
},
{
"context": ".example.ryanhsueh.rxbussample;\n\n/**\n * Created by ryanhsueh on 2018/7/2... | null | [] | package com.example.ryanhsueh.rxbussample;
/**
* Created by ryanhsueh on 2018/7/24
*/
public class MessageEvent {
private String message;
public MessageEvent(String msg) {
this.message = msg;
}
public String getMessage() {
return message;
}
public void setMessage(String me... | 369 | 0.634146 | 0.615176 | 21 | 16.571428 | 16.02549 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.238095 | false | false | 13 |
bf360546cab5396c7c4ed8532741248a2751d39f | 14,568,529,091,542 | e51c210ccf72a8ac1414791d8af552662c3fb034 | /passerelle-core/com.isencia.passerelle.domain.et/src/main/java/com/isencia/passerelle/domain/et/impl/ThreadPoolEventDispatcher.java | 6575f0fd5144129d2bec28946574dd9045c9f5ec | [] | no_license | eclipselabs/passerelle | https://github.com/eclipselabs/passerelle | 0187efa4fba411265ab58d60b5d83e74af09b203 | e327dea8f4188e4bfe5ef4a76dd2476ad6f5664d | refs/heads/master | 2021-01-18T09:26:07.614000 | 2017-06-28T10:05:12 | 2017-06-28T10:05:12 | 36,805,342 | 5 | 3 | null | false | 2015-08-04T18:43:19 | 2015-06-03T13:27:15 | 2015-08-03T15:28:23 | 2015-08-04T18:43:19 | 16,516 | 5 | 1 | 0 | Java | null | null | /* Copyright 2011 - iSencia Belgium NV
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to ... | UTF-8 | Java | 3,904 | java | ThreadPoolEventDispatcher.java | Java | [
{
"context": "erelle.domain.et.EventHandler;\n\n/**\n * \n * @author delerw\n */\npublic class ThreadPoolEventDispatcher extend",
"end": 1121,
"score": 0.9995962977409363,
"start": 1115,
"tag": "USERNAME",
"value": "delerw"
}
] | null | [] | /* Copyright 2011 - iSencia Belgium NV
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to ... | 3,904 | 0.710297 | 0.706967 | 112 | 33.857143 | 29.668964 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.508929 | false | false | 13 |
90675b4da1ba302d312dd555467d2771fa5ab63a | 25,108,378,819,882 | b4f6f828c7f15acad8495c69192fad91fbbc8964 | /src/main/java/restaurant/jpa/dto/mapper/ShiftMapper.java | 2fba520a94292a2f81da4a706950b36d40f0693e | [] | no_license | miloradsimic/ISA16 | https://github.com/miloradsimic/ISA16 | 91b300763805207666f79c8876fe5bae42ac7c3f | b676fac3a15d55fb4266e98ccee78754314a89e8 | refs/heads/master | 2020-12-24T09:53:04.576000 | 2018-05-31T00:00:19 | 2018-05-31T00:00:19 | 73,263,657 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package restaurant.jpa.dto.mapper;
import restaurant.jpa.domain.Shift;
import restaurant.jpa.dto.response.ShiftResponseDTO;
public final class ShiftMapper {
public static ShiftResponseDTO mapEntityIntoDTO(Shift entity) {
ShiftResponseDTO dto = new ShiftResponseDTO();
dto.setId(entity.getId());
dto.setName... | UTF-8 | Java | 364 | java | ShiftMapper.java | Java | [] | null | [] | package restaurant.jpa.dto.mapper;
import restaurant.jpa.domain.Shift;
import restaurant.jpa.dto.response.ShiftResponseDTO;
public final class ShiftMapper {
public static ShiftResponseDTO mapEntityIntoDTO(Shift entity) {
ShiftResponseDTO dto = new ShiftResponseDTO();
dto.setId(entity.getId());
dto.setName... | 364 | 0.758242 | 0.758242 | 17 | 20.411764 | 20.889229 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.352941 | false | false | 13 |
857523703acdc70de1251119daa3b0032d5ebab0 | 12,068,858,119,706 | a3c1647e25974a2afc890361d3490339e035829e | /src/main/java/data/bdd/Bdd.java | 2083f73f81368382a3fe1e1667b0101796adad64 | [] | no_license | ViN3r/videogezer | https://github.com/ViN3r/videogezer | 41d98986c9249844d7f0b217cc0c54de1fd44067 | 3ac1544e85b1550a308e96da3d5f4302d66c4038 | refs/heads/master | 2016-08-12T10:09:37.975000 | 2015-10-09T18:09:17 | 2015-10-09T18:09:17 | 43,971,848 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package data.bdd;
import org.neo4j.cypher.ExecutionEngine;
import org.neo4j.cypher.ExecutionResult;
import org.neo4j.graphdb.GraphDatabaseService;
import org.neo4j.graphdb.Transaction;
import org.neo4j.graphdb.factory.GraphDatabaseFactory;
import org.neo4j.graphdb.factory.GraphDatabaseSettings;
import org.neo4j.kern... | UTF-8 | Java | 2,998 | java | Bdd.java | Java | [
{
"context": "atabaseFactory().newEmbeddedDatabase( \"C:\\\\Users\\\\Ervin\\\\Documents\\\\Neo4j\\\\VideoGezerProd2.graphdb\" );\n ",
"end": 803,
"score": 0.9818375110626221,
"start": 798,
"tag": "NAME",
"value": "Ervin"
}
] | null | [] | package data.bdd;
import org.neo4j.cypher.ExecutionEngine;
import org.neo4j.cypher.ExecutionResult;
import org.neo4j.graphdb.GraphDatabaseService;
import org.neo4j.graphdb.Transaction;
import org.neo4j.graphdb.factory.GraphDatabaseFactory;
import org.neo4j.graphdb.factory.GraphDatabaseSettings;
import org.neo4j.kern... | 2,998 | 0.683456 | 0.676117 | 83 | 35.13253 | 30.46656 | 121 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.554217 | false | false | 13 |
8c7156801192c5d8abb771cbdc8931b72b18a607 | 30,769,145,711,154 | 38a5c577f535be8949eea9e203c3a41c9e768c28 | /Aeromobile/src/com/bcc/airlines/patterns/Observador.java | 0c290c74924ee29ae32fb904f0f2d9d5e43a5436 | [] | no_license | SergioELisan/aeromobile-bcc-ufrpe | https://github.com/SergioELisan/aeromobile-bcc-ufrpe | a6d05858894d2ad598dc68b2b16b7b85e4fb2c15 | 5b1e0e0c46b8670e67e144af07f63e679693a043 | refs/heads/master | 2015-08-21T22:27:19.901000 | 2013-04-25T13:15:23 | 2013-04-25T13:15:23 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.bcc.airlines.patterns;
/**
*
* @author serginho
*/
public interface Observador {
void atualiza();
}
| UTF-8 | Java | 130 | java | Observador.java | Java | [
{
"context": "kage com.bcc.airlines.patterns;\n\n/**\n *\n * @author serginho\n */\npublic interface Observador {\n \n void a",
"end": 62,
"score": 0.9989450573921204,
"start": 54,
"tag": "USERNAME",
"value": "serginho"
}
] | null | [] | package com.bcc.airlines.patterns;
/**
*
* @author serginho
*/
public interface Observador {
void atualiza();
}
| 130 | 0.615385 | 0.615385 | 11 | 10.818182 | 11.776851 | 34 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.181818 | false | false | 13 |
51b99c0a8412864b008d02df04537705dc618ff0 | 20,607,253,107,555 | 7c6b8309212fb175778f8baf2e8e863203c24ee3 | /src/java/com/munisanborja/sys/model/entities/ProyectoPreInversion.java | 88b91da60e8a30c44b90dbe96de9d277516781bd | [] | no_license | erodrich/munisanborja | https://github.com/erodrich/munisanborja | 32da07dd3f09310d0facd166572d3afccf7e7d57 | acff36a9625d8dc34b3f8a0a02e82c9a2b9ee0f0 | refs/heads/master | 2021-09-12T18:12:09.669000 | 2018-04-18T22:50:39 | 2018-04-18T22:50:39 | 125,921,088 | 0 | 1 | null | false | 2018-04-18T22:50:40 | 2018-03-19T21:13:10 | 2018-04-18T01:59:33 | 2018-04-18T22:50:40 | 46,174 | 0 | 1 | 1 | Java | false | null | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package com.munisanborja.sys.model.entities;
import java.util.Date;
import javax.persistence.CascadeType;
import javax.persis... | UTF-8 | Java | 5,548 | java | ProyectoPreInversion.java | Java | [
{
"context": "javax.persistence.OneToOne;\r\n\r\n/**\r\n *\r\n * @author Eric\r\n */\r\n@Entity\r\npublic class ProyectoPreInversion ",
"end": 586,
"score": 0.9958906173706055,
"start": 582,
"tag": "NAME",
"value": "Eric"
}
] | null | [] | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package com.munisanborja.sys.model.entities;
import java.util.Date;
import javax.persistence.CascadeType;
import javax.persis... | 5,548 | 0.625631 | 0.625631 | 227 | 22.440529 | 21.710951 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.246696 | false | false | 13 |
a54f26f381f790c2734b4e06976a21927e262a6d | 4,492,535,831,986 | b504e88ae1f13dcac765190b7f97b53c63748733 | /src/test/java/io/tambur/TamburPublishTest.java | bd3569fdabeb90975dd757dff4170597d2742cf8 | [
"MIT"
] | permissive | tamburio/java-tambur | https://github.com/tamburio/java-tambur | 90e424dfacf105adb8bb3abff76734d0bc3a87dc | 5a237092ae13130000734daaf53bb6371f75beb0 | refs/heads/master | 2020-01-21T12:26:55.788000 | 2012-05-15T06:40:45 | 2012-05-15T06:40:45 | 3,428,394 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package io.tambur;
import java.io.InputStreamReader;
import java.io.BufferedReader;
import java.net.URL;
import java.util.Random;
import junit.framework.Assert;
import org.json.simple.JSONArray;
import org.json.simple.JSONObject;
import org.json.simple.JSONValue;
import org.junit.Before;
import org.junit.Test;
publ... | UTF-8 | Java | 2,629 | java | TamburPublishTest.java | Java | [] | null | [] | package io.tambur;
import java.io.InputStreamReader;
import java.io.BufferedReader;
import java.net.URL;
import java.util.Random;
import junit.framework.Assert;
import org.json.simple.JSONArray;
import org.json.simple.JSONObject;
import org.json.simple.JSONValue;
import org.junit.Before;
import org.junit.Test;
publ... | 2,629 | 0.699506 | 0.694561 | 92 | 27.576086 | 23.360239 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.652174 | false | false | 13 |
c21e4698c21b866eaa57b10eadd39cfb42e321cc | 15,212,774,208,642 | c72ee71d40f10860feb87d7c664850a1b21fbfae | /Lab5_laeschjs/Task3/Filter.java | 40d9d5cdb7f4ddddb60dc2a8263dd9841d854134 | [] | no_license | cKeinsleyClass/HadoopFS | https://github.com/cKeinsleyClass/HadoopFS | 0286d7f592cde5783bf1522bdccfcf6480b11969 | 1ba3cb2fc94a803678afbcd6ba0fe2f13d420aa2 | refs/heads/master | 2021-08-08T06:27:31.653000 | 2017-11-09T19:25:08 | 2017-11-09T19:25:08 | 105,280,108 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package edu.rosehulman.laeschjs;
import java.io.IOException;
import java.util.ArrayList;
import java.util.List;
import org.apache.pig.FilterFunc;
import org.apache.pig.FuncSpec;
import org.apache.pig.data.DataType;
import org.apache.pig.data.Tuple;
import org.apache.pig.impl.logicalLayer.FrontendException;
import org... | UTF-8 | Java | 949 | java | Filter.java | Java | [] | null | [] | package edu.rosehulman.laeschjs;
import java.io.IOException;
import java.util.ArrayList;
import java.util.List;
import org.apache.pig.FilterFunc;
import org.apache.pig.FuncSpec;
import org.apache.pig.data.DataType;
import org.apache.pig.data.Tuple;
import org.apache.pig.impl.logicalLayer.FrontendException;
import org... | 949 | 0.731296 | 0.727081 | 38 | 23.973684 | 20.926546 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.631579 | false | false | 13 |
ac05e905d6b6297af568702728db22893523f27f | 28,467,043,272,164 | b5d6abfe83a10101ba2b965259f6b2f474d68724 | /src/test/java/com/su/mapper/RoleMapperTest.java | c87de8a576f26594556a34fca1a244283c0861b5 | [] | no_license | wangl123456/simple | https://github.com/wangl123456/simple | 6d2b1c7c7bff93dedec178997c661478975f5787 | 06d8ddb32cb9dd92eeb1618288c774961e580bfa | refs/heads/master | 2020-04-08T22:13:13.919000 | 2018-11-30T07:22:33 | 2018-11-30T07:22:33 | 159,777,438 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.su.mapper;
import java.util.Date;
import java.util.List;
import org.apache.ibatis.session.SqlSession;
import org.junit.Test;
import com.su.model.SysPrivilege;
import com.su.model.SysRole;
import junit.framework.Assert;
/***
*
*
* 描 述:
*
* 创 建 者: wangl
* 创建时间: 2018年10月25日上午10:42:34
* 创建描述:
*
* 修... | UTF-8 | Java | 4,444 | java | RoleMapperTest.java | Java | [
{
"context": "ramework.Assert;\n\n/***\n * \n* \n* 描 述:\n*\n* 创 建 者: wangl\n* 创建时间: 2018年10月25日上午10:42:34\n* 创建描述:\n* \n* 修 改 者",
"end": 274,
"score": 0.9922539591789246,
"start": 269,
"tag": "USERNAME",
"value": "wangl"
}
] | null | [] | package com.su.mapper;
import java.util.Date;
import java.util.List;
import org.apache.ibatis.session.SqlSession;
import org.junit.Test;
import com.su.model.SysPrivilege;
import com.su.model.SysRole;
import junit.framework.Assert;
/***
*
*
* 描 述:
*
* 创 建 者: wangl
* 创建时间: 2018年10月25日上午10:42:34
* 创建描述:
*
* 修... | 4,444 | 0.577422 | 0.565137 | 214 | 19.158878 | 18.796078 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.71028 | false | false | 13 |
e152e3598b5fc8a80bfd7f7ce6372b996a8f1c5f | 26,534,307,960,145 | 5952cc1d5718693a8fb7582b1ebd3dc2be7ada01 | /MyPackage/src/mypackage/NewClass9.java | f789dd280bcc8d3634ce92cf64910884b11cdf4f | [] | no_license | tuhinkhan012/JAVA-Practice | https://github.com/tuhinkhan012/JAVA-Practice | da93c5df63ce3728f904cbc508fc215f55a526ed | f2084dd4c06b257f2eac1ce5ba21145e1dc00203 | refs/heads/master | 2021-04-29T12:35:10.695000 | 2018-03-02T15:13:03 | 2018-03-02T15:13:03 | 121,730,448 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package mypackage;
public class NewClass9 extends MyPackage{
void method(){
int a=48,b=545,c;
c=a+b;
System.out.println(c);
}
void method1(){
int d=110,e=5,f;
f=d-e;
System.out.println(f);
}
void method2(){
int g=54,h=47,i;
... | UTF-8 | Java | 575 | java | NewClass9.java | Java | [] | null | [] | package mypackage;
public class NewClass9 extends MyPackage{
void method(){
int a=48,b=545,c;
c=a+b;
System.out.println(c);
}
void method1(){
int d=110,e=5,f;
f=d-e;
System.out.println(f);
}
void method2(){
int g=54,h=47,i;
... | 575 | 0.443478 | 0.401739 | 30 | 17.233334 | 10.874077 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.866667 | false | false | 13 |
96987ed62ace039004a9704730a313c6e1f3c67d | 18,348,100,291,965 | 42e04119b94f213375f80e7476c44d0fc8ede03b | /app/src/main/java/com/example/prakharshakya/earthquake/Earthquake_MainActivity.java | c63a18927ac3a3bd9174df00574c36f3925cff67 | [] | no_license | prakhar3g/Earthquake | https://github.com/prakhar3g/Earthquake | 42f89114c95a792bd6cda5593002d0db611fae44 | d6dce3586e97465d4b05c7ba4ff6cf9f8dfb1587 | refs/heads/master | 2020-12-08T03:21:29.233000 | 2020-01-15T18:29:59 | 2020-01-15T18:29:59 | 232,857,089 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.prakharshakya.earthquake;
import android.content.Intent;
import android.net.Uri;
import android.os.AsyncTask;
import android.content.Context;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.net.ConnectivityManager;
import android.util.Log;
import android.vi... | UTF-8 | Java | 5,507 | java | Earthquake_MainActivity.java | Java | [
{
"context": "package com.example.prakharshakya.earthquake;\n\nimport android.content.Intent;\nimpor",
"end": 33,
"score": 0.903587281703949,
"start": 20,
"tag": "USERNAME",
"value": "prakharshakya"
}
] | null | [] | package com.example.prakharshakya.earthquake;
import android.content.Intent;
import android.net.Uri;
import android.os.AsyncTask;
import android.content.Context;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.net.ConnectivityManager;
import android.util.Log;
import android.vi... | 5,507 | 0.660069 | 0.655892 | 158 | 33.854431 | 30.122707 | 159 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.607595 | false | false | 13 |
eb43a629b44b9f62fc724963719cf6c03fc25258 | 30,339,649,021,758 | 85eebb2497553bd40f59e79ead912e6d5b42e031 | /src/main/java/com/zhyxcs/xxzz/service/SVImageStandardService.java | 5e9d4fa5eafeaed58e78eedda5300d6096fdd8ab | [] | no_license | ranchu90/zhyxcs2 | https://github.com/ranchu90/zhyxcs2 | e8490f8f16dcac2de2e4265918326d325fae8260 | ba0d9311f9970a285795210f3f39352a61a6b937 | refs/heads/master | 2020-04-23T04:51:31.883000 | 2019-05-16T07:28:10 | 2019-05-16T07:28:10 | 170,921,888 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zhyxcs.xxzz.service;
import java.util.HashMap;
import java.util.List;
public interface SVImageStandardService {
List<String> svBusinessCategory();
List<String> svAccountType(String businessCategory);
List<HashMap<String, Object>> certificateType(String businessCategory, String accountType);
... | UTF-8 | Java | 322 | java | SVImageStandardService.java | Java | [] | null | [] | package com.zhyxcs.xxzz.service;
import java.util.HashMap;
import java.util.List;
public interface SVImageStandardService {
List<String> svBusinessCategory();
List<String> svAccountType(String businessCategory);
List<HashMap<String, Object>> certificateType(String businessCategory, String accountType);
... | 322 | 0.785714 | 0.785714 | 12 | 25.833334 | 28.005455 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 13 |
8c199879b331a20e7944416c3f1ffeef3e6169c8 | 17,025,250,406,772 | cc847107844643dca73c866b6fc91ef327f1c394 | /src/mentor/Calculater11.java | b1c59be4a158fb614471cc03bd29acea7405e79d | [] | no_license | gio512/calculater11 | https://github.com/gio512/calculater11 | 591af31ff72be8d7ea131cca92224583232dfa9c | 1f5499bf79f176d426a0b99a02f07727eaa9418e | refs/heads/master | 2022-07-29T11:11:11.798000 | 2020-05-16T04:40:59 | 2020-05-16T04:40:59 | 264,360,223 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package mentor;
public class Calculater11 {
public int add(int a, int b) { return a+b; }
public int subtract(int a, int b){
return a-b;
}
public int multiply(int a, int b){
return a*b;
}
public int divide(int a, int b){
return a/b;
}
public void defaultOperat... | UTF-8 | Java | 1,104 | java | Calculater11.java | Java | [] | null | [] | package mentor;
public class Calculater11 {
public int add(int a, int b) { return a+b; }
public int subtract(int a, int b){
return a-b;
}
public int multiply(int a, int b){
return a*b;
}
public int divide(int a, int b){
return a/b;
}
public void defaultOperat... | 1,104 | 0.436902 | 0.43499 | 48 | 20.791666 | 20.598299 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.583333 | false | false | 13 |
365e2da857b67b9d7d590a055548e79665a062c8 | 12,429,635,382,738 | f7f9820c2ff667f787309bb4767333e7a4918865 | /app/src/main/java/com/example/user/myapplication/InfoIntentService.java | 8dc0a17a2221c3b42e712fad3ca14e2dabdcc3c4 | [] | no_license | Julia1632/HW_23.10_1 | https://github.com/Julia1632/HW_23.10_1 | e270d48394812bbcd4b60ecbd2d0e5812adb5464 | 2d38b45d5096b7efd44b1e5a7e01526454276825 | refs/heads/master | 2021-07-22T01:29:03.156000 | 2017-10-31T18:23:04 | 2017-10-31T18:23:04 | 109,036,100 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.user.myapplication;
import android.app.IntentService;
import android.app.PendingIntent;
import android.content.Intent;
import android.provider.SyncStateContract;
import android.support.annotation.Nullable;
/**
* Created by User on 31.10.2017.
*/
public class InfoIntentService extends IntentServ... | UTF-8 | Java | 954 | java | InfoIntentService.java | Java | [] | null | [] | package com.example.user.myapplication;
import android.app.IntentService;
import android.app.PendingIntent;
import android.content.Intent;
import android.provider.SyncStateContract;
import android.support.annotation.Nullable;
/**
* Created by User on 31.10.2017.
*/
public class InfoIntentService extends IntentServ... | 954 | 0.706499 | 0.697065 | 33 | 27.90909 | 25.773329 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.515152 | false | false | 13 |
4ac85dffb2f212a18e6358c87e881f0bd9d30efe | 30,545,807,426,035 | cb0bcd47565b91f9198bb72f252a0c657bfeb919 | /May-2016/5_21/InputStreamDemo03.java | d3f15c8c78dc8ca6a25ab008b090e17f32842e81 | [] | no_license | fanbrightup/java_training | https://github.com/fanbrightup/java_training | 346bbe4e45dcb8089df0a14b25c5c6125262370f | 43aa81d66cdd647e49d7759ae8422ecbe56b3fa8 | refs/heads/master | 2016-09-12T23:28:59.796000 | 2016-06-04T13:56:40 | 2016-06-04T13:56:40 | 59,219,665 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.io.File;
import java.io.FileInputStream;
import java.io.InputStream;
public class InputStreamDemo03{
public static void main(String[] args) throws Exception{
File f = new File("/home/fan/DayCode/5_21/t.txt");
InputStream input = null;
input = new FileInputStream(f);
byte b[] = new byte[(i... | UTF-8 | Java | 484 | java | InputStreamDemo03.java | Java | [] | null | [] | import java.io.File;
import java.io.FileInputStream;
import java.io.InputStream;
public class InputStreamDemo03{
public static void main(String[] args) throws Exception{
File f = new File("/home/fan/DayCode/5_21/t.txt");
InputStream input = null;
input = new FileInputStream(f);
byte b[] = new byte[(i... | 484 | 0.668803 | 0.65812 | 15 | 30.200001 | 16.100517 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.733333 | false | false | 13 |
aef70fe7f56d5bb578a7bba13e4b13beaebc4f2b | 9,053,791,072,750 | 1e66d2c5933db1a3b7f2e473270864e2f7fea91d | /src/test/java/com/freestrings/shreder/AsyncTest.java | 8e611aca75a3ba6c909b8f6daa80e3154fa261ea | [] | no_license | freestrings/shreder-core | https://github.com/freestrings/shreder-core | 7eccd7f6fa5ae04176a0b0e7f24bb832c0a0cba6 | 3bc5a847bf329a09c51d9a0f8f6a7a92ca18ce25 | refs/heads/master | 2016-09-06T21:51:24.250000 | 2014-01-10T07:24:41 | 2014-01-10T07:24:41 | 15,791,143 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.freestrings.shreder;
import org.junit.Test;
import com.jayway.jsonassert.JsonAssert;
import com.jayway.jsonassert.JsonAsserter;
public class AsyncTest extends SpringRequestMappingDocumentProcessorTestBase {
@Test
public void async1() throws Exception {
JsonAsserter Assert = JsonAssert.with(run("com/... | UTF-8 | Java | 1,029 | java | AsyncTest.java | Java | [] | null | [] | package com.freestrings.shreder;
import org.junit.Test;
import com.jayway.jsonassert.JsonAssert;
import com.jayway.jsonassert.JsonAsserter;
public class AsyncTest extends SpringRequestMappingDocumentProcessorTestBase {
@Test
public void async1() throws Exception {
JsonAsserter Assert = JsonAssert.with(run("com/... | 1,029 | 0.759961 | 0.752187 | 34 | 29.264706 | 30.84049 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.294118 | false | false | 13 |
5415da933d5bfda12168215b27d4f08a105c9bab | 19,885,698,613,933 | b4bc98d760481e98f990a69e373caa46403b9f0f | /YesOrNoProject/Client/src/com/locosoft/yon/test/AndroidJavaInterface.java | 66704fc8aa36f6f6c44144f9bd62fddfbfec2855 | [] | no_license | locosoft1986/AndroidDevLearn | https://github.com/locosoft1986/AndroidDevLearn | 70294400fc61bb937f6717a6da7ca4ff49dfe1f1 | 417418d2a68da101a6db005c741a4f4f503eaa8b | refs/heads/master | 2021-04-12T05:24:17.564000 | 2014-12-28T07:50:51 | 2014-12-28T07:50:51 | 25,975,124 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.locosoft.yon.test;
import android.webkit.JavascriptInterface;
public class AndroidJavaInterface {
@JavascriptInterface
public String getTitle()
{
return "Ą“×ŌJavaµÄTitle";
}
}
| ISO-8859-13 | Java | 204 | java | AndroidJavaInterface.java | Java | [] | null | [] | package com.locosoft.yon.test;
import android.webkit.JavascriptInterface;
public class AndroidJavaInterface {
@JavascriptInterface
public String getTitle()
{
return "Ą“×ŌJavaµÄTitle";
}
}
| 204 | 0.771574 | 0.771574 | 12 | 15.416667 | 15.386456 | 42 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.75 | false | false | 13 |
1c99a9d10eb86b54e55092913b96719af9ed31ed | 33,371,895,923,355 | 3ded01ce4e88821c33045c51405e0aec3666a791 | /app/src/main/java/googleplay/personal/yee/park/LaunchActivity.java | cda6edea9ff1f8971277391d3b7a3ee83fa391ae | [] | no_license | tofywing/ParksInSF | https://github.com/tofywing/ParksInSF | 73a4595fb4fd8f8392a4411dc30d5b1e2cdb77f5 | c703015b92371f004ea513bceaf80397c44461fb | refs/heads/master | 2021-01-01T05:25:40.559000 | 2016-05-31T04:21:25 | 2016-05-31T04:21:25 | 57,117,961 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package googleplay.personal.yee.park;
import android.content.Context;
import android.content.Intent;
import android.content.SharedPreferences;
import android.graphics.Color;
import android.graphics.Point;
import android.graphics.drawable.AnimationDrawable;
import android.os.Handler;
import android.support.v7.app.AppCo... | UTF-8 | Java | 5,600 | java | LaunchActivity.java | Java | [] | null | [] | package googleplay.personal.yee.park;
import android.content.Context;
import android.content.Intent;
import android.content.SharedPreferences;
import android.graphics.Color;
import android.graphics.Point;
import android.graphics.drawable.AnimationDrawable;
import android.os.Handler;
import android.support.v7.app.AppCo... | 5,600 | 0.622857 | 0.619286 | 146 | 37.349316 | 25.866779 | 120 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.671233 | false | false | 13 |
3313952992ffd310a56696d13e8c3768729f3e81 | 22,024,592,299,922 | e542b1b8a22f669596544c4fb5886e634aed354e | /execspec-parent/execspec-jira-plugin/src/main/java/org/bitbucket/jbehaveforjira/plugin/ao/story/Story.java | e8438e2e9aa9c63584197d5e5cc9517abed930c0 | [] | no_license | dima1815/tests-2 | https://github.com/dima1815/tests-2 | 113995820999ba9e3bf1e3626e0bd60b8eb87d3c | 9eea271bd4ffe1a22e7afb243f2fe68652e30a31 | refs/heads/master | 2021-01-18T14:13:46.878000 | 2016-08-17T21:02:12 | 2016-08-17T21:02:12 | 18,303,651 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.bitbucket.jbehaveforjira.plugin.ao.story;
import com.mycomp.execspec.jiraplugin.ao.testreport.StoryHtmlReport;
import net.java.ao.Entity;
import net.java.ao.OneToMany;
import net.java.ao.Preload;
@Preload
public interface Story extends Entity {
String getIssueKey();
void setIssueKey(String issue... | UTF-8 | Java | 765 | java | Story.java | Java | [] | null | [] | package org.bitbucket.jbehaveforjira.plugin.ao.story;
import com.mycomp.execspec.jiraplugin.ao.testreport.StoryHtmlReport;
import net.java.ao.Entity;
import net.java.ao.OneToMany;
import net.java.ao.Preload;
@Preload
public interface Story extends Entity {
String getIssueKey();
void setIssueKey(String issue... | 765 | 0.734641 | 0.734641 | 38 | 19.131578 | 18.954475 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 13 |
9b0df6fa6e82a5cf23798715bf8458a488468e12 | 24,232,205,500,909 | 3cc2c8586d47f72e51a0d85a0412de99092bc527 | /spring-boot-demo/src/main/java/com/spring/service/TestService.java | 5d97a94ec1ad39f86e179559b61942a1f684e1f0 | [] | no_license | quicksandznzn/spring-boot-demo | https://github.com/quicksandznzn/spring-boot-demo | 8568920a230d896415bcd2ac0673d95a09add637 | 84465164939a954d3757a5f9f0f4d2f9d4314bcd | refs/heads/master | 2017-04-24T03:28:38.115000 | 2017-03-31T02:37:08 | 2017-03-31T02:37:08 | 81,399,954 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.spring.service;
import com.spring.model.Test;
public interface TestService {
Test getTestById(String id);
}
| UTF-8 | Java | 127 | java | TestService.java | Java | [] | null | [] | package com.spring.service;
import com.spring.model.Test;
public interface TestService {
Test getTestById(String id);
}
| 127 | 0.755906 | 0.755906 | 8 | 14.875 | 14.683643 | 32 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.375 | false | false | 13 |
3124ef39feeeb596edb5219c6a2a0c38906a6e60 | 17,179,869,200,252 | 051d82e7f35b5b40ad0082929aa63bff14a5a474 | /presentation/src/main/java/me/ritesh/wallpapers/view/screen/photo_listing/PhotosPresenter.java | 85534facadad46cf43ede8a0f3d7baa0d090a742 | [
"MIT"
] | permissive | riteshakya037/Wallpapers-Android-Clean-Architecture | https://github.com/riteshakya037/Wallpapers-Android-Clean-Architecture | 8831c61320251d7d965f1951bc520a0be5bd9d96 | 0f946824a3d506db359a24d883bbd4ddbf1d456e | refs/heads/master | 2020-09-05T13:55:33.648000 | 2017-11-07T08:18:35 | 2017-11-07T08:18:35 | 94,415,698 | 8 | 2 | null | false | 2017-06-18T12:11:27 | 2017-06-15T08:05:57 | 2017-06-15T08:27:58 | 2017-06-18T12:11:27 | 461 | 0 | 0 | 0 | Java | null | null | package me.ritesh.wallpapers.view.screen.photo_listing;
import android.os.Bundle;
import android.support.annotation.NonNull;
import io.reactivex.Observer;
import javax.inject.Inject;
import me.ritesh.wallpapers.data.analytics.IAnalytics;
import me.ritesh.wallpapers.data.model.module.PhotosModule;
import me.ritesh.wall... | UTF-8 | Java | 2,677 | java | PhotosPresenter.java | Java | [
{
"context": "vity;\nimport org.parceler.Parcels;\n\n/**\n * @author Ritesh Shakya\n */\n\npublic class PhotosPresenter\n extends",
"end": 850,
"score": 0.9998703002929688,
"start": 837,
"tag": "NAME",
"value": "Ritesh Shakya"
}
] | null | [] | package me.ritesh.wallpapers.view.screen.photo_listing;
import android.os.Bundle;
import android.support.annotation.NonNull;
import io.reactivex.Observer;
import javax.inject.Inject;
import me.ritesh.wallpapers.data.analytics.IAnalytics;
import me.ritesh.wallpapers.data.model.module.PhotosModule;
import me.ritesh.wall... | 2,670 | 0.715727 | 0.714979 | 76 | 34.223682 | 28.682747 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.552632 | false | false | 13 |
df0fa9cc44440b29d7e49d9ca4b3ac6e3aa4f113 | 20,512,763,808,940 | 7e32e1b8ec9861ffe059df4a1f197892a5b501b9 | /end2endPoC/kogito-consumer/app/src/main/java/com/redhat/developer/execution/storage/model/DMNResultModel.java | 970053c20c53449b320a06eb2512df6d91431288 | [
"Apache-2.0"
] | permissive | mahima1997/trusty-ai-sandbox | https://github.com/mahima1997/trusty-ai-sandbox | 63ddafd25561dace0677e93ac459269ea84e39f9 | 739aa220527052b7080fbe178b9137a7ba3dff4f | refs/heads/master | 2022-04-28T15:48:42.472000 | 2022-03-24T06:49:51 | 2022-03-24T06:49:51 | 253,798,675 | 1 | 0 | Apache-2.0 | true | 2020-04-07T13:19:02 | 2020-04-07T13:19:01 | 2020-04-06T16:11:49 | 2020-04-06T16:11:46 | 1,439 | 0 | 0 | 0 | null | false | false | package com.redhat.developer.execution.storage.model;
import java.util.Date;
import java.util.List;
import java.util.Map;
import com.fasterxml.jackson.annotation.JsonFormat;
import com.fasterxml.jackson.annotation.JsonProperty;
public class DMNResultModel {
@JsonProperty("executionId")
public String executi... | UTF-8 | Java | 840 | java | DMNResultModel.java | Java | [] | null | [] | package com.redhat.developer.execution.storage.model;
import java.util.Date;
import java.util.List;
import java.util.Map;
import com.fasterxml.jackson.annotation.JsonFormat;
import com.fasterxml.jackson.annotation.JsonProperty;
public class DMNResultModel {
@JsonProperty("executionId")
public String executi... | 840 | 0.733333 | 0.733333 | 34 | 23.67647 | 20.674965 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.441176 | false | false | 13 |
1ce8a60f83dc949c23186db3095a7a50356b50c1 | 24,446,953,904,789 | 476690ed5006ce7dfe81230c16d7891add1d846c | /src/src/day13kutuphane/YayinEvi.java | 7fbc55a94bec35bd5d71449cdfa5524043512cad | [] | no_license | ttmungan/java_practice_questions | https://github.com/ttmungan/java_practice_questions | d3fbabc57a5fa0c6a14fdcacf744bae17ffce6dd | 69c6818343b741e32eca53125a98dbdf4c47357b | refs/heads/master | 2022-12-27T13:30:16.347000 | 2020-09-27T19:03:15 | 2020-09-27T19:03:15 | 299,099,686 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package day13kutuphane;
public class YayinEvi {
private String yayineviAdi;
private String yayineviAdresi;
public YayinEvi(String yayineviAdi, String yayineviAdresi) {
super();
this.yayineviAdi = yayineviAdi;
this.yayineviAdresi = yayineviAdresi;
}
public String getYayineviAdi() {
return yayineviAdi... | UTF-8 | Java | 730 | java | YayinEvi.java | Java | [] | null | [] | package day13kutuphane;
public class YayinEvi {
private String yayineviAdi;
private String yayineviAdresi;
public YayinEvi(String yayineviAdi, String yayineviAdresi) {
super();
this.yayineviAdi = yayineviAdi;
this.yayineviAdresi = yayineviAdresi;
}
public String getYayineviAdi() {
return yayineviAdi... | 730 | 0.743836 | 0.741096 | 40 | 17.25 | 22.447439 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.15 | false | false | 13 |
a3242e238025db8599dcce552d7923e674095a6c | 10,213,432,299,347 | db923341fa8bd1dc574cd37d2fb862733aa00484 | /src/main/java/jpa/model/Login.java | 26408419e387ee82f63141b0b326c1e2574438aa | [] | no_license | DavPa/aeroportJpaSpring | https://github.com/DavPa/aeroportJpaSpring | 3d778ec75e235a917457f3c3f6f770966905a07d | 9da497e85f8849d768fd3cdb8aa62e07f801096c | refs/heads/master | 2022-10-05T05:30:13.854000 | 2019-11-25T16:09:26 | 2019-11-25T16:09:26 | 218,250,434 | 0 | 0 | null | false | 2022-09-08T01:03:52 | 2019-10-29T09:30:39 | 2019-11-25T16:10:24 | 2022-09-08T01:03:50 | 75 | 0 | 0 | 3 | Java | false | false | package jpa.model;
import javax.persistence.Column;
import javax.persistence.Embeddable;
import javax.persistence.Entity;
import javax.persistence.ForeignKey;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.JoinColumn;
import javax... | ISO-8859-1 | Java | 2,684 | java | Login.java | Java | [] | null | [] | package jpa.model;
import javax.persistence.Column;
import javax.persistence.Embeddable;
import javax.persistence.Entity;
import javax.persistence.ForeignKey;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.JoinColumn;
import javax... | 2,684 | 0.699851 | 0.694258 | 124 | 20.629032 | 18.878845 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.580645 | false | false | 13 |
1f68405fa784cc53ee8def9adc12ed51bbb525d0 | 25,091,198,988,361 | 2a3dc94027f0bdb8856a665219120dbb752d3fb4 | /chapter_9/Exercise_2.java | 4e762e62bdc9fc63955fe04d500bc9f565f3d6c7 | [] | no_license | zacharybrandt/Think-Java-Code | https://github.com/zacharybrandt/Think-Java-Code | 916d98d3e4867e1347fd113e8b2c10601dccff1e | 5157a234f87f34b5222c4f8d3bc50143eb3afec3 | refs/heads/master | 2023-05-10T17:51:27.533000 | 2021-05-28T05:49:53 | 2021-05-28T05:49:53 | 371,200,122 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package chapter_9;
import java.util.Arrays;
public class Exercise_2 {
/**
* A method that takes a string as a parameter and returns a histogram of the letters in the string.
*
* @param s String
* @return histogram of the letters in s
*/
public static int[] letterHist(String s) {
int[] counts = new int[2... | UTF-8 | Java | 627 | java | Exercise_2.java | Java | [] | null | [] | package chapter_9;
import java.util.Arrays;
public class Exercise_2 {
/**
* A method that takes a string as a parameter and returns a histogram of the letters in the string.
*
* @param s String
* @return histogram of the letters in s
*/
public static int[] letterHist(String s) {
int[] counts = new int[2... | 627 | 0.639553 | 0.628389 | 26 | 23.115385 | 22.972101 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.576923 | false | false | 13 |
d3df7f13d423ac5e1fdeab7632374457565a6d4a | 231,928,287,040 | 517792178f3bf0be3452cc048f2c221bf42bc69d | /CreateTable.java | fbf236e14d247ce745bf43ca2402e252146cdb73 | [] | no_license | shubhamMandavgade/JDBC | https://github.com/shubhamMandavgade/JDBC | 9f4be4dc5a2e6756693b4bbd23516771cc5f09ae | f2b49ea28ef7e569adf00e373b555634505d3584 | refs/heads/master | 2020-04-17T00:00:45.975000 | 2019-01-16T12:16:01 | 2019-01-16T12:16:01 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.sql.*;
import java.util.*;
class CreateTable extends MyConnection
{
public static void main(String args[]) throws Exception
{
connect("hr","manager");
Statement s=c.createStatement();
System.out.println("enter table name ");
Scanner sc=new Scanner(System.in);
String tname... | UTF-8 | Java | 464 | java | CreateTable.java | Java | [] | null | [] | import java.sql.*;
import java.util.*;
class CreateTable extends MyConnection
{
public static void main(String args[]) throws Exception
{
connect("hr","manager");
Statement s=c.createStatement();
System.out.println("enter table name ");
Scanner sc=new Scanner(System.in);
String tname... | 464 | 0.648707 | 0.635776 | 18 | 23.777779 | 23.469971 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 13 |
a4ffc15b2bd9236bc3d295b53cb5715f41a8c420 | 35,313,221,116,188 | 1ee0d0122891c04cbd62b800a25dc011ea373653 | /nims_git/src/main/java/kr/pe/withwind/nims/xls/adapter/AdpProdQtyNm.java | d5935a749c84507c0e35a8e767da50d8018200d8 | [
"MIT"
] | permissive | phpinclude/withwind | https://github.com/phpinclude/withwind | 24adb163a9ac06b105c9aff63bb87d53ca103a4b | 9c3a597b14b85df6d3c9556ed547c7e4339a459a | refs/heads/master | 2020-03-22T21:21:33.547000 | 2018-07-20T07:43:37 | 2018-07-20T07:43:37 | 140,679,593 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package kr.pe.withwind.nims.xls.adapter;
import kr.pe.withwind.nims.NimsException;
import kr.pe.withwind.nims.ProductManager;
import kr.pe.withwind.nims.domain.ProductInfo;
import kr.pe.withwind.nims.xml.Header;
import kr.pe.withwind.nims.xml.Line;
import kr.pe.withwind.utils.DerbyManager;
public class AdpPr... | UTF-8 | Java | 797 | java | AdpProdQtyNm.java | Java | [] | null | [] | package kr.pe.withwind.nims.xls.adapter;
import kr.pe.withwind.nims.NimsException;
import kr.pe.withwind.nims.ProductManager;
import kr.pe.withwind.nims.domain.ProductInfo;
import kr.pe.withwind.nims.xml.Header;
import kr.pe.withwind.nims.xml.Line;
import kr.pe.withwind.utils.DerbyManager;
public class AdpPr... | 797 | 0.744371 | 0.744371 | 23 | 30.826086 | 26.298706 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.608696 | false | false | 13 |
eb79ec134d16c5ba52c92e5841648421daf295b9 | 34,961,033,791,697 | 60829de5df7417fcdd08805a801c3725912ac8c7 | /org.eclipse.mylyn.github.ui/src/org/eclipse/mylyn/github/ui/internal/GitHubRepositoryConnectorUI.java | 1b9e31b6da99886a6d2a5fa83974f1221d6b6b6f | [] | no_license | mhandler/org.eclipse.mylyn.github | https://github.com/mhandler/org.eclipse.mylyn.github | 5fce0aa41368530c2eefa6a0673acabace7a5875 | 9d4ff3aac4ac81c96415dd4d4864cc1ffd58f01a | refs/heads/master | 2020-04-02T05:29:51.605000 | 2010-02-26T16:45:52 | 2010-02-26T16:45:52 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright 2009 Christian Trutz
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable... | UTF-8 | Java | 3,201 | java | GitHubRepositoryConnectorUI.java | Java | [
{
"context": "/*\r\n * Copyright 2009 Christian Trutz \r\n * \r\n * Licensed under the Apache License, Vers",
"end": 37,
"score": 0.9998384118080139,
"start": 22,
"tag": "NAME",
"value": "Christian Trutz"
},
{
"context": "connector specific UI extensions.\r\n * \r\n * @author Christi... | null | [] | /*
* Copyright 2009 <NAME>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or a... | 3,183 | 0.682599 | 0.679163 | 97 | 31 | 28.194099 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.309278 | false | false | 13 |
3dfb63c6ed72c12aac30116d52d2bfe459d5a64f | 34,179,349,753,293 | ec64756feeeb4cf44f524c42471f5a5330d52618 | /src/Other/Student.java | e4bc882a560bf6bfb694bca5b634b6ff939be83a | [] | no_license | lucyzlucy/learningJava | https://github.com/lucyzlucy/learningJava | 6e2f11449dd386d0a69daccd88756a83ee5bca0c | 015abe78659fe40c84f2d1717e9b1d1df8a00c59 | refs/heads/master | 2020-07-14T00:41:18.232000 | 2019-09-06T15:00:35 | 2019-09-06T15:00:35 | 205,191,545 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Other;
public class Student {
private String name;
private String lastName;
private int number;
public String getName() {
return name;
}
public void setName(String name) {
this.name = name;
}
public String getLastName() {
return name;
}
publ... | UTF-8 | Java | 648 | java | Student.java | Java | [] | null | [] | package Other;
public class Student {
private String name;
private String lastName;
private int number;
public String getName() {
return name;
}
public void setName(String name) {
this.name = name;
}
public String getLastName() {
return name;
}
publ... | 648 | 0.583333 | 0.583333 | 39 | 15.615385 | 16.0394 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.282051 | false | false | 13 |
8f8717e11714563c95e1179e5efc70b590ef8e12 | 5,609,227,321,162 | b88306a6c5eee0e74018f4e152fe9d6d72882f9e | /src/main/java/com/andre/mvc/schedule/Task.java | e2156d19a30aea2977aa8f77bb145545a0c52cd1 | [] | no_license | mdeAndre/coursesTesting | https://github.com/mdeAndre/coursesTesting | 81040d49b69bafb5a76ca5e680b8ee63efe6dcad | 2be1d9eba441bceb9bf770e65036275d4a95938c | refs/heads/master | 2016-09-10T18:25:10.355000 | 2015-06-03T15:16:37 | 2015-06-03T15:16:37 | 35,534,892 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.andre.mvc.schedule;
import java.lang.reflect.Method;
/**
* Created by Khemrayev A.K. on 20.05.2015.
*/
public class Task {
private Method method;
private Object argument;
public Method getMethod() {
return method;
}
public void setMethod(Method method) {
this.method... | UTF-8 | Java | 493 | java | Task.java | Java | [
{
"context": "mport java.lang.reflect.Method;\n\n/**\n * Created by Khemrayev A.K. on 20.05.2015.\n */\npublic class Task {\n privat",
"end": 98,
"score": 0.9998411536216736,
"start": 85,
"tag": "NAME",
"value": "Khemrayev A.K"
}
] | null | [] | package com.andre.mvc.schedule;
import java.lang.reflect.Method;
/**
* Created by <NAME>. on 20.05.2015.
*/
public class Task {
private Method method;
private Object argument;
public Method getMethod() {
return method;
}
public void setMethod(Method method) {
this.method = meth... | 486 | 0.628803 | 0.612576 | 27 | 17.25926 | 15.695229 | 46 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.296296 | false | false | 13 |
282ea377eb8a01c4ac1dcf770a3b050844e1e0c2 | 26,130,581,097,386 | a862a140dd6a5c63b4f709c5cdc6cf75d319dcdf | /Codenza_Java/Core_Java/Run external application in java.java | afe523196fa8bd0a2986a2c869d70da8b4f106ee | [] | no_license | MartyMcAir/FromAppsAndBooks | https://github.com/MartyMcAir/FromAppsAndBooks | 2e730d480737784b9bfff3f49169fdec2fa0448c | 7bcbd405053474630c5b5e78d70da1128885fc82 | refs/heads/master | 2022-02-06T06:14:15.738000 | 2022-02-01T12:18:37 | 2022-02-01T12:18:37 | 222,210,663 | 3 | 0 | null | false | 2021-08-02T17:19:31 | 2019-11-17T07:07:59 | 2020-07-11T16:47:41 | 2021-08-02T17:19:29 | 13,011 | 0 | 0 | 7 | Java | false | false | Run external application in java
//This is main program
import java.io.*;
public class MainPro{
public static runExtApp runapp =new runExtApp();
public static void main(String[]args){
runapp.runfunc();
}//end void main
}//end inheritancetest
... | UTF-8 | Java | 696 | java | Run external application in java.java | Java | [] | null | [] | Run external application in java
//This is main program
import java.io.*;
public class MainPro{
public static runExtApp runapp =new runExtApp();
public static void main(String[]args){
runapp.runfunc();
}//end void main
}//end inheritancetest
... | 696 | 0.556035 | 0.553161 | 35 | 18.885714 | 15.917235 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.171429 | false | false | 13 |
26c77ec5389e340eb6876946bf54e6ca51636b05 | 18,863,496,394,566 | d61b37777151cae274b071f6af1a89356273cb61 | /CDAC/KhargharJuhuJava/src/fileIO/FileHandling1.java | 09deff962baa2d6370a32955e4defe24ba0679ce | [] | no_license | Arun-A-Patil/CDAC | https://github.com/Arun-A-Patil/CDAC | bb63cb308d5ba02011a9aa13ca962bbba8ee2e8a | fd1775ba4dc22931a3ca6fe9243182fb47fdf794 | refs/heads/master | 2023-02-25T09:17:29 | 2021-02-02T17:42:59 | 2021-02-02T17:42:59 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package fileIO;
import java.io.File;
public class FileHandling1 {
public static void main(String[] args) {
File f = new File("output.txt");
try {
//f.createNewFile(); //used to create new file
System.out.println("File exits : "+f.exists()); //file exists or not
System.out.println(f.length()); //no ... | UTF-8 | Java | 478 | java | FileHandling1.java | Java | [] | null | [] | package fileIO;
import java.io.File;
public class FileHandling1 {
public static void main(String[] args) {
File f = new File("output.txt");
try {
//f.createNewFile(); //used to create new file
System.out.println("File exits : "+f.exists()); //file exists or not
System.out.println(f.length()); //no ... | 478 | 0.644351 | 0.642259 | 19 | 24.157894 | 21.5193 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.947368 | false | false | 13 |
045a03d41f862bb64e1abe63fdd17ad5dc700151 | 11,914,239,340,593 | d74899e4c9293a917a79d82147853231d01c9b8e | /intestinal-cancer-sys/service-gateway-ic/src/main/java/com/yuntongxun/itsys/gateway/filter/post/AccessPostFilter.java | cdd584826f3b787dfebafcc5a8046d8088c0f1e3 | [] | no_license | zongxiaoer/java_changai | https://github.com/zongxiaoer/java_changai | 4f135d166b414c87f3659248ae91313567df83f2 | 688b47130ff591d5755804379c0fb19410508216 | refs/heads/master | 2020-05-03T10:02:06.220000 | 2019-03-30T15:11:11 | 2019-03-30T15:11:11 | 178,569,575 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.yuntongxun.itsys.gateway.filter.post;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.apache.commons.lang.StringUtils;
import or... | UTF-8 | Java | 5,717 | java | AccessPostFilter.java | Java | [] | null | [] | package com.yuntongxun.itsys.gateway.filter.post;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.apache.commons.lang.StringUtils;
import or... | 5,717 | 0.610805 | 0.609561 | 144 | 38.076389 | 27.83535 | 161 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.659722 | false | false | 13 |
374e82df433e46c2f7b9596fbac7a92f9eb6cd62 | 36,713,380,449,953 | db99627c8bc956c45cf6b769758e2e1a9ce30972 | /src/main/java/com/asearch/logvisualization/dao/BaseDao.java | a0aec8b00b160bbdc966c1adedab0202e14b0a33 | [] | no_license | ASearchCrew/ASearch-Backend-Boot | https://github.com/ASearchCrew/ASearch-Backend-Boot | f88303e4e2cad5831574c5bb6da12234375afffd | 53c8e660a8afa21ba46e730749f8a62ffd27e5f4 | refs/heads/master | 2020-04-09T10:33:37.395000 | 2019-01-02T16:13:25 | 2019-01-02T16:13:25 | 160,275,307 | 0 | 1 | null | false | 2018-12-11T12:55:41 | 2018-12-04T01:04:57 | 2018-12-11T07:59:11 | 2018-12-11T12:55:40 | 237 | 0 | 0 | 6 | Java | false | null | package com.asearch.logvisualization.dao;
import org.elasticsearch.client.RestHighLevelClient;
import org.elasticsearch.search.builder.SearchSourceBuilder;
public interface BaseDao {
}
| UTF-8 | Java | 188 | java | BaseDao.java | Java | [] | null | [] | package com.asearch.logvisualization.dao;
import org.elasticsearch.client.RestHighLevelClient;
import org.elasticsearch.search.builder.SearchSourceBuilder;
public interface BaseDao {
}
| 188 | 0.845745 | 0.845745 | 8 | 22.5 | 24.010414 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.375 | false | false | 13 |
139ec7ba2597f8cfc8456f508eba9908016e5d75 | 14,705,968,035,009 | 2b1821134bb02ec32f71ddbc63980d6e9c169b65 | /java/mja/src/main/java/com/github/mdssjc/mja/cap15/SimpleCell.java | c56e778af83329a33553d7117e4bc03f3cd5c489 | [] | no_license | mdssjc/study | https://github.com/mdssjc/study | a52f8fd6eb1f97db0ad523131f45d5caf914f01b | 2ca51a968e254a01900bffdec76f1ead2acc8912 | refs/heads/master | 2023-04-04T18:24:06.091000 | 2023-03-17T00:55:50 | 2023-03-17T00:55:50 | 39,316,435 | 3 | 1 | null | false | 2023-03-04T00:50:33 | 2015-07-18T23:53:39 | 2023-01-02T22:17:11 | 2023-03-04T00:50:33 | 167,435 | 0 | 1 | 46 | Java | false | false | package com.github.mdssjc.mja.cap15;
import java.util.ArrayList;
import java.util.List;
public class SimpleCell implements Publisher<Integer>, Subscriber<Integer> {
private int value = 0;
private String name;
private List<Subscriber> subscribers;
public SimpleCell(String name) {
this.name = ... | UTF-8 | Java | 1,069 | java | SimpleCell.java | Java | [
{
"context": "package com.github.mdssjc.mja.cap15;\n\nimport java.util.ArrayList;\nimport ja",
"end": 25,
"score": 0.9900477528572083,
"start": 19,
"tag": "USERNAME",
"value": "mdssjc"
}
] | null | [] | package com.github.mdssjc.mja.cap15;
import java.util.ArrayList;
import java.util.List;
public class SimpleCell implements Publisher<Integer>, Subscriber<Integer> {
private int value = 0;
private String name;
private List<Subscriber> subscribers;
public SimpleCell(String name) {
this.name = ... | 1,069 | 0.631431 | 0.615529 | 42 | 24.452381 | 20.955965 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.47619 | false | false | 13 |
7ee95921ef8a042ad8865abe2dc18d5e093b18ae | 541,165,940,714 | 6920fb799dbd5f797613ff24f15f78a481c6c486 | /generateur1/src/main/java/ma/zs/generator/helper/pojo/service/writer/impl/JsonPojoWriter.java | 8bd518804cab82d16c357dffb241a41ee03eefff | [] | no_license | EDDAMIR-01/generateur-back-v3-2021 | https://github.com/EDDAMIR-01/generateur-back-v3-2021 | e86429ba14ab94deb7e9331ea0ee3e0f68fe7b9a | aadfc2bd90f7baeef63985c82d9a6be55bf8ed0c | refs/heads/master | 2023-04-21T00:17:55.279000 | 2021-05-12T17:35:45 | 2021-05-12T17:35:45 | 366,794,600 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ma.zs.generator.helper.pojo.service.writer.impl;
import java.io.File;
import java.io.IOException;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import freemarker.template.TemplateException;
import ma.zs.generator.engine.se... | UTF-8 | Java | 1,084 | java | JsonPojoWriter.java | Java | [
{
"context": ".service.writer.facade.PojoWriter;\n\n/**\n * @author Ouiam\n *\n */\n@Service(\"jsonWriter\")\npublic class JsonPo",
"end": 551,
"score": 0.8617579936981201,
"start": 546,
"tag": "USERNAME",
"value": "Ouiam"
}
] | null | [] | package ma.zs.generator.helper.pojo.service.writer.impl;
import java.io.File;
import java.io.IOException;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import freemarker.template.TemplateException;
import ma.zs.generator.engine.se... | 1,084 | 0.801661 | 0.801661 | 34 | 30.882353 | 30.71957 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.147059 | false | false | 13 |
35da4800c4a4e8ba76aaddaa9810200a65f6ba9f | 20,177,756,362,826 | bf7245ed0a981264835772a1bdbed5089de9e32f | /Project_Rhapsody/DefaultComponent/DefaultConfig/Default/DC_Client.java | b998a00892cfb06c98c3a0c42ea778256f117410 | [] | no_license | YoannGa/PTUT2018 | https://github.com/YoannGa/PTUT2018 | b1ef944bb0cd7bc612859434220665037b31cb55 | 9478149654160dc187e30df0d60fdc19f7a9b0a1 | refs/heads/master | 2021-05-13T12:07:22.753000 | 2018-01-18T17:18:41 | 2018-01-18T17:18:41 | 116,664,112 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*********************************************************************
Rhapsody : 8.1.5
Login : yoann.gathignol
Component : DefaultComponent
Configuration : DefaultConfig
Model Element : DC_Client
//! Generated Date : Thu, 11, Jan 2018
File Path : DefaultComponent/DefaultConfig/Default/DC_Client.java
*********... | UTF-8 | Java | 2,078 | java | DC_Client.java | Java | [
{
"context": "**********************\n\tRhapsody\t: 8.1.5\n\tLogin\t\t: yoann.gathignol\n\tComponent\t: DefaultComponent\n\tConfiguration \t: D",
"end": 114,
"score": 0.9969878792762756,
"start": 99,
"tag": "USERNAME",
"value": "yoann.gathignol"
}
] | null | [] | /*********************************************************************
Rhapsody : 8.1.5
Login : yoann.gathignol
Component : DefaultComponent
Configuration : DefaultConfig
Model Element : DC_Client
//! Generated Date : Thu, 11, Jan 2018
File Path : DefaultComponent/DefaultConfig/Default/DC_Client.java
*********... | 2,078 | 0.461501 | 0.45717 | 71 | 28.253521 | 28.175865 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.549296 | false | false | 13 |
1357d8e4ca1c97838951db682039f51c490343f9 | 32,289,564,131,654 | f1d6c523950f8fe2a6e6435b17639fc108526bf1 | /src/main/java/shopapp/services/spring/SpringUserServiceImpl.java | b929be9afe4d0868b4ecf7fafe2c00f1dc2bd960 | [] | no_license | KonstantinMarchenko/ShopApp | https://github.com/KonstantinMarchenko/ShopApp | 3e9b64449a1722bb840aa70d5d0f09a24270c501 | e65b0dd50232ea810bc9e3af1c43b3c59c9ca406 | refs/heads/master | 2020-09-05T19:19:01.447000 | 2019-11-23T12:04:51 | 2019-11-23T12:04:51 | 219,517,273 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package shopapp.services.spring;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import shopapp.dao.spring.UserRepository;
import shopapp.models.UserEntity;
import java.util.List;
@Service
public class SpringUserServiceImpl implements SpringUser... | UTF-8 | Java | 1,694 | java | SpringUserServiceImpl.java | Java | [] | null | [] | package shopapp.services.spring;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import shopapp.dao.spring.UserRepository;
import shopapp.models.UserEntity;
import java.util.List;
@Service
public class SpringUserServiceImpl implements SpringUser... | 1,694 | 0.674144 | 0.674144 | 62 | 25.32258 | 24.531595 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.354839 | false | false | 13 |
501bdf9179c10c0993331889fd6ac3b9d3043e71 | 32,289,564,132,806 | 6693de50e9ff8a04edd3b0c8bdd0be737c27e755 | /app/src/main/java/com/kidd/store/presenter/book/BookPresenterImpl.java | 5db2d3b4a3385326d7d9abbed8aa2a2163fadfe1 | [] | no_license | tuananhkidd/Store | https://github.com/tuananhkidd/Store | 636aa28c67fd62d8b478b627eab302a096db2bcf | 13aeb7d87828f2ff108767d64108cce64854bad9 | refs/heads/master | 2021-07-18T06:11:36.158000 | 2021-05-28T11:33:31 | 2021-05-28T11:33:31 | 126,852,555 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.kidd.store.presenter.book;
import android.content.Context;
import android.widget.Toast;
import com.kidd.store.R;
import com.kidd.store.models.Book;
import com.kidd.store.presenter.BasePresenter;
import com.kidd.store.view.shop.book.BookFragmentView;
import java.util.List;
/**
* Created by TuanAnhKid on... | UTF-8 | Java | 1,311 | java | BookPresenterImpl.java | Java | [
{
"context": "ntView;\n\nimport java.util.List;\n\n/**\n * Created by TuanAnhKid on 4/4/2018.\n */\n\npublic class BookPrese",
"end": 308,
"score": 0.5300101637840271,
"start": 307,
"tag": "USERNAME",
"value": "T"
},
{
"context": "View;\n\nimport java.util.List;\n\n/**\n * Created by... | null | [] | package com.kidd.store.presenter.book;
import android.content.Context;
import android.widget.Toast;
import com.kidd.store.R;
import com.kidd.store.models.Book;
import com.kidd.store.presenter.BasePresenter;
import com.kidd.store.view.shop.book.BookFragmentView;
import java.util.List;
/**
* Created by TuanAnhKid on... | 1,311 | 0.682685 | 0.678108 | 47 | 26.893618 | 23.954952 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.446809 | false | false | 13 |
63f06ff69c8e0262d718fd50eaadaee6cc075af4 | 34,282,428,973,506 | b6e99b0346572b7def0e9cdd1b03990beb99e26f | /src/gcom/arrecadacao/debitoautomatico/DebitoAutomaticoMovimento.java | 07c4776845d45ef1b5324fb2a8a892f7ab056119 | [] | no_license | prodigasistemas/gsan | https://github.com/prodigasistemas/gsan | ad64782c7bc991329ce5f0bf5491c810e9487d6b | bfbf7ad298c3c9646bdf5d9c791e62d7366499c1 | refs/heads/master | 2023-08-31T10:47:21.784000 | 2023-08-23T17:53:24 | 2023-08-23T17:53:24 | 14,600,520 | 19 | 20 | null | false | 2015-07-29T19:39:10 | 2013-11-21T21:24:16 | 2015-05-07T20:03:51 | 2015-07-29T19:38:44 | 512,861 | 6 | 9 | 6 | Java | null | null | package gcom.arrecadacao.debitoautomatico;
import gcom.faturamento.FaturamentoGrupo;
import gcom.faturamento.conta.ContaGeral;
import java.io.Serializable;
import java.math.BigDecimal;
import java.util.Date;
import org.apache.commons.lang.builder.ToStringBuilder;
/** @author Hibernate CodeGenerator */
... | UTF-8 | Java | 6,484 | java | DebitoAutomaticoMovimento.java | Java | [] | null | [] | package gcom.arrecadacao.debitoautomatico;
import gcom.faturamento.FaturamentoGrupo;
import gcom.faturamento.conta.ContaGeral;
import java.io.Serializable;
import java.math.BigDecimal;
import java.util.Date;
import org.apache.commons.lang.builder.ToStringBuilder;
/** @author Hibernate CodeGenerator */
... | 6,484 | 0.706508 | 0.706354 | 206 | 29.475729 | 28.851425 | 145 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.529126 | false | false | 13 |
9787b4747d3210da1f6b72ea733d5306d5c32497 | 34,943,853,934,890 | 814e976e7cc60329b4b4739bc4734353000bb953 | /src/main/java/com/mock/utils/LogUtil.java | 5638e48f1e1f951c49f50fc24cc5e68171d40113 | [] | no_license | dongdawei1/mock-10 | https://github.com/dongdawei1/mock-10 | 4dc01f1eb59dcb6a16cedbb56b6a6b6ef96f6432 | e7b975ecb7bfa04c71b6a9337c8e86d0b5e2bf4d | refs/heads/master | 2023-01-31T20:50:43.310000 | 2020-12-16T12:26:50 | 2020-12-16T12:26:50 | 308,317,729 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mock.utils;
import com.mock.constant.reponse.ResponseCode;
import com.mock.constant.reponse.ServerResponse;
import lombok.extern.slf4j.Slf4j;
@Slf4j
public class LogUtil {
public static void logTiming(ServerResponse<String> result,String msg) {
if (result.getStatus() == ResponseCode.SUCCESS.getCode())... | UTF-8 | Java | 419 | java | LogUtil.java | Java | [] | null | [] | package com.mock.utils;
import com.mock.constant.reponse.ResponseCode;
import com.mock.constant.reponse.ServerResponse;
import lombok.extern.slf4j.Slf4j;
@Slf4j
public class LogUtil {
public static void logTiming(ServerResponse<String> result,String msg) {
if (result.getStatus() == ResponseCode.SUCCESS.getCode())... | 419 | 0.712159 | 0.704715 | 17 | 22.705883 | 22.543461 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.352941 | false | false | 13 |
eb7d91aa94d60bfe849a736c231fda3f9acb3f5c | 36,326,833,401,708 | c4b24661a7858b534744d7241f19661480e69c40 | /MeiryBankHerdado/src/TestaFuncionario.java | 6427058f83e472a5845ca8fc792150d532d7b0df | [] | no_license | AndreWans/WorkSpaceAlura | https://github.com/AndreWans/WorkSpaceAlura | b790761912c1c9b3d5936f1baf16044827e0afc1 | cc48b73b7579ebcfefb805f2eb8623abe30aae5b | refs/heads/master | 2020-04-17T20:15:47.619000 | 2019-02-26T23:45:51 | 2019-02-26T23:45:51 | 166,898,022 | 0 | 0 | null | false | 2019-02-07T02:05:01 | 2019-01-22T00:07:13 | 2019-02-03T04:26:13 | 2019-02-07T02:05:01 | 14,409 | 0 | 0 | 0 | Java | false | null |
public class TestaFuncionario {
public static void main(String[] args) {
Gerente funcionario = new Gerente();
funcionario.setNome("Meiryane");
funcionario.setCpf("058849685-90");
funcionario.setSalario(26555.80);
System.out.println(funcionario.getNome());
System.out.println(funcionario.getBonifi... | UTF-8 | Java | 340 | java | TestaFuncionario.java | Java | [
{
"context": "onario = new Gerente();\n\t\t\n\t\tfuncionario.setNome(\"Meiryane\");\n\t\tfuncionario.setCpf(\"058849685-90\");\n\t\tfuncio",
"end": 152,
"score": 0.9997524619102478,
"start": 144,
"tag": "NAME",
"value": "Meiryane"
}
] | null | [] |
public class TestaFuncionario {
public static void main(String[] args) {
Gerente funcionario = new Gerente();
funcionario.setNome("Meiryane");
funcionario.setCpf("058849685-90");
funcionario.setSalario(26555.80);
System.out.println(funcionario.getNome());
System.out.println(funcionario.getBonifi... | 340 | 0.711765 | 0.658824 | 17 | 18.941177 | 19.242937 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.647059 | false | false | 13 |
a529c7f525ae53b84f88abe877f894c681fa9b98 | 24,584,392,846,345 | bdd21f5a18c62a544d9051e96a1474b25886a70e | /daren-service/src/main/java/com/syx/taobao/service/impl/FuncServiceImpl.java | c99516bc2c83004b39354af2fdfecb632085d799 | [] | no_license | HaydnSyx/daren | https://github.com/HaydnSyx/daren | 8ccf03cf08cd99d2bcdfac6dd35b6db47d1ffcab | 17de69c1bc5bc2e7e0685656df59e29e6626d7b7 | refs/heads/master | 2021-01-12T12:18:48.309000 | 2017-03-28T11:17:07 | 2017-03-28T11:17:28 | 72,429,352 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.syx.taobao.service.impl;
import java.util.Date;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Propagation;
import org.springframework.t... | UTF-8 | Java | 2,278 | java | FuncServiceImpl.java | Java | [] | null | [] | package com.syx.taobao.service.impl;
import java.util.Date;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Propagation;
import org.springframework.t... | 2,278 | 0.695786 | 0.69403 | 84 | 26.119047 | 23.482214 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.845238 | false | false | 13 |
bc8081e65142358f086ada20cf1c5151450298ba | 20,151,986,608,918 | c63b6e23c22ca940147e79cb87bf6dd20ddd2318 | /app/src/main/java/com/ma/john/weebrunner/Obstacle_One.java | 00720753f385c96096d0f981e6783cfc9c579906 | [] | no_license | jiama843/Runner | https://github.com/jiama843/Runner | 57297e7ff54efe59135f5abd927f50c75d644a84 | a931d96e6128f7fd3b6eed9b9a9b4c59e7a682d5 | refs/heads/master | 2021-04-29T07:12:42.640000 | 2017-01-04T06:06:56 | 2017-01-04T06:06:56 | 77,986,158 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ma.john.weebrunner;
import android.graphics.Bitmap;
import android.graphics.Canvas;
import java.util.Random;
/**
* Created by John on 2016-12-28.
*/
public class Obstacle_One extends GameObject_Character {
private Bitmap spike;
private long startTime;
private int quantity;
private int... | UTF-8 | Java | 2,896 | java | Obstacle_One.java | Java | [
{
"context": "nvas;\n\nimport java.util.Random;\n\n/**\n * Created by John on 2016-12-28.\n */\n\npublic class Obstacle_One ext",
"end": 146,
"score": 0.997739315032959,
"start": 142,
"tag": "NAME",
"value": "John"
}
] | null | [] | package com.ma.john.weebrunner;
import android.graphics.Bitmap;
import android.graphics.Canvas;
import java.util.Random;
/**
* Created by John on 2016-12-28.
*/
public class Obstacle_One extends GameObject_Character {
private Bitmap spike;
private long startTime;
private int quantity;
private int... | 2,896 | 0.474793 | 0.44337 | 148 | 18.567568 | 23.72311 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.418919 | false | false | 13 |
290f3527e4d1724dd138cbc05282ce6a79290a8f | 20,151,986,606,180 | 3e8397f38ed50d6c37255b694724e9b51bca3170 | /src/main/java/com/example/reto3/disfraces/service/DisfrazService.java | cfc6062317aaa284556403192303bed412d78984 | [] | no_license | GCH77/mintic-reto3 | https://github.com/GCH77/mintic-reto3 | 706f22562eeaf9224b6e796b3b00860132fb2b4c | ca93c7f7b19e9ab50050314485445300de29de1e | refs/heads/main | 2023-09-05T10:33:57.816000 | 2021-11-03T03:51:05 | 2021-11-03T03:51:05 | 422,359,925 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.reto3.disfraces.service;
import com.example.reto3.disfraces.model.Disfraz;
import java.util.List;
public interface DisfrazService {
List<Disfraz> getAll();
Disfraz saveOrUpdate(Disfraz disfraz);
void delete(Long id);
}
| UTF-8 | Java | 254 | java | DisfrazService.java | Java | [] | null | [] | package com.example.reto3.disfraces.service;
import com.example.reto3.disfraces.model.Disfraz;
import java.util.List;
public interface DisfrazService {
List<Disfraz> getAll();
Disfraz saveOrUpdate(Disfraz disfraz);
void delete(Long id);
}
| 254 | 0.759843 | 0.751969 | 11 | 22.09091 | 18.243078 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.545455 | false | false | 13 |
0dbcb1ab452cc1b1ead2eb3df57005886863cfd8 | 29,257,317,282,206 | 1d975bb0a895a66c8653c05cad130527dda483e6 | /src/main/java/org/chinpon/mom/entities/Player.java | 4e979d0c63bad665437f6370a83a18b081203b85 | [] | no_license | mcalvarez/momwebiu | https://github.com/mcalvarez/momwebiu | f5a94b9b19bf1fe6e1093b8dbd8f2a27b866317c | c1badab4146c2e148316d057ff6054818b4c8187 | refs/heads/master | 2020-04-22T02:50:30.715000 | 2015-08-26T13:34:39 | 2015-08-26T13:34:39 | 41,427,121 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.chinpon.mom.entities;
import javax.xml.bind.annotation.XmlRootElement;
@XmlRootElement
public class Player {
private String idPlayer;
private String idGame;
private String name;
public Player() {
}
public Player(org.chinpon.model.entities.Player player) {
this.idPlayer = player.getIdPlayer()... | UTF-8 | Java | 715 | java | Player.java | Java | [] | null | [] | package org.chinpon.mom.entities;
import javax.xml.bind.annotation.XmlRootElement;
@XmlRootElement
public class Player {
private String idPlayer;
private String idGame;
private String name;
public Player() {
}
public Player(org.chinpon.model.entities.Player player) {
this.idPlayer = player.getIdPlayer()... | 715 | 0.709091 | 0.709091 | 43 | 15.627907 | 15.783452 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.232558 | false | false | 13 |
f8f8d29b9eefd404b92fff43ef24c05af213959b | 2,954,937,545,362 | af2b04fc3e28f00df16a37bb8a28c0e4c21e5bba | /Android/RoomLike/app/src/main/java/com/darkheaven/roomlike/widget/MyRemoteViewFactory.java | 2db492859dcf862af7224527ccde716f4aa7f554 | [] | no_license | RoomLike/Android | https://github.com/RoomLike/Android | a104fafc24d06f3e964aac7c424516057e4b395f | 4a4d5cc3d7919e006351967bb1e19c8dab47e609 | refs/heads/master | 2021-01-16T23:20:23.760000 | 2016-06-20T22:21:07 | 2016-06-20T22:21:07 | 59,863,672 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.darkheaven.roomlike.widget;
import android.appwidget.AppWidgetManager;
import android.content.Context;
import android.content.Intent;
import android.widget.RemoteViews;
import android.widget.RemoteViewsService;
import com.darkheaven.roomlike.R;
import com.darkheaven.roomlike.activity.RLApplication;
import... | UTF-8 | Java | 1,830 | java | MyRemoteViewFactory.java | Java | [
{
"context": "t;\n\nimport java.util.ArrayList;\n\n/**\n * Created by tinyiota on 6/20/16.\n */\npublic class MyRemoteViewFactory ",
"end": 474,
"score": 0.9996050000190735,
"start": 466,
"tag": "USERNAME",
"value": "tinyiota"
}
] | null | [] | package com.darkheaven.roomlike.widget;
import android.appwidget.AppWidgetManager;
import android.content.Context;
import android.content.Intent;
import android.widget.RemoteViews;
import android.widget.RemoteViewsService;
import com.darkheaven.roomlike.R;
import com.darkheaven.roomlike.activity.RLApplication;
import... | 1,830 | 0.694535 | 0.691257 | 77 | 22.766233 | 23.438173 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.376623 | false | false | 13 |
e8541946617b21f1c5f6c742f4e49906f854dbed | 2,954,937,545,026 | 7b970c7dc43211a7057677b96dcd0114d011675a | /src/main/java/Model/DefaultNonMedicalItem.java | bb0eee4486c4000f48628538f0879fe54d4ec64a | [] | no_license | manmeetexp1459/receipt-generator | https://github.com/manmeetexp1459/receipt-generator | a270322c5d0095dfd2311e0f30edfb8129429bdb | 99b397dbccf2fce872868c9cc60cfa023ed86c88 | refs/heads/master | 2020-03-25T20:38:02.516000 | 2018-08-09T11:18:17 | 2018-08-09T11:18:17 | 144,139,434 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Model;
public abstract class DefaultNonMedicalItem extends ItemComponent {
public DefaultNonMedicalItem(String name, Long id, Double price, Integer quantity) {
super(name, id, price, quantity);
}
public Double getTaxRate() {
return 20.0;
}
}
| UTF-8 | Java | 293 | java | DefaultNonMedicalItem.java | Java | [] | null | [] | package Model;
public abstract class DefaultNonMedicalItem extends ItemComponent {
public DefaultNonMedicalItem(String name, Long id, Double price, Integer quantity) {
super(name, id, price, quantity);
}
public Double getTaxRate() {
return 20.0;
}
}
| 293 | 0.668942 | 0.658703 | 12 | 23.416666 | 27.744244 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.75 | false | false | 13 |
9056aa95b946bef1d3f647d166d2629da0e10bd4 | 6,253,472,413,562 | ede7a26f5f46d39d083e29eefc3e8cec39cca892 | /cms/cms-gwt/src/main/java/com/i3tv/cms/gwt/client/presenters/content/image/editcrop/EditCropView.java | b717bea33e85f15d44ef2d649db820c5fe47c534 | [] | no_license | juanminet/cms-atres | https://github.com/juanminet/cms-atres | d3d9b55f23e85b4dd78e4d886a80cd1ed18e5bd3 | 9178cf11d29bd83ae2d89e43932a8a96269f9123 | refs/heads/master | 2015-08-21T00:59:15.735000 | 2015-02-27T15:58:31 | 2015-02-27T15:58:31 | 31,426,391 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
*
*/
package com.i3tv.cms.gwt.client.presenters.content.image.editcrop;
import com.google.gwt.core.client.GWT;
import com.google.gwt.uibinder.client.UiBinder;
import com.google.gwt.uibinder.client.UiField;
import com.google.gwt.user.client.ui.Composite;
import com.google.gwt.user.client.ui.Widget;
import com.i3... | UTF-8 | Java | 801 | java | EditCropView.java | Java | [] | null | [] | /**
*
*/
package com.i3tv.cms.gwt.client.presenters.content.image.editcrop;
import com.google.gwt.core.client.GWT;
import com.google.gwt.uibinder.client.UiBinder;
import com.google.gwt.uibinder.client.UiField;
import com.google.gwt.user.client.ui.Composite;
import com.google.gwt.user.client.ui.Widget;
import com.i3... | 801 | 0.790262 | 0.787765 | 31 | 24.838709 | 27.081831 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.935484 | false | false | 13 |
2b7653856f1bfdaee5ae51e215214f35bc88ad3b | 36,515,811,964,998 | 2cd29f3e1a480432a4277ad1553b752d482737ef | /node/src/main/java/be/uantwerpen/node/service/Menu.java | 9eee1b78b3d9b9784e6dd036989212c1561203fa | [] | no_license | ZsomborBenedek/distsyst | https://github.com/ZsomborBenedek/distsyst | 5e2ded83f4c37ccd4895b11f474a4c51e072dbf9 | c1d0a08a0a087c4551126290e8e745d988169a51 | refs/heads/master | 2022-08-31T15:34:43.810000 | 2020-05-26T21:26:50 | 2020-05-26T21:26:50 | 264,024,726 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package be.uantwerpen.node.service;
import java.io.IOException;
import java.util.Scanner;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.ResponseEntity;
import org.springframework.stereotype.Service;
import org.springframework.web.client.RestClientException;
import org.s... | UTF-8 | Java | 1,869 | java | Menu.java | Java | [] | null | [] | package be.uantwerpen.node.service;
import java.io.IOException;
import java.util.Scanner;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.ResponseEntity;
import org.springframework.stereotype.Service;
import org.springframework.web.client.RestClientException;
import org.s... | 1,869 | 0.549492 | 0.548957 | 56 | 32.392857 | 25.390295 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.482143 | false | false | 13 |
ee1f81444f700a06a12cd2358633212e76a6beff | 35,527,969,486,546 | 45868c763a23bf82b4ca8943d96dcc6601d257fb | /ds-money-api-v4/src/main/java/com/ds/money/vo/FromKeyTypeVo.java | 80e3035f14b1592a7d84ef0b441c95ee8e5085c4 | [] | no_license | mdt006/ds-money-api | https://github.com/mdt006/ds-money-api | 71822de047a762ed54504a18c3a3052b781213f4 | f7ca71b98faeaf82609ee3e38dd24ddc968a106c | refs/heads/master | 2020-04-06T17:04:28.337000 | 2018-05-05T03:21:30 | 2018-05-05T03:21:30 | 157,645,543 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ds.money.vo;
import java.math.BigDecimal;
public class FromKeyTypeVo {
private BigDecimal inTotalMoney;
private BigDecimal outTotalMoney;
public BigDecimal getInTotalMoney() {
return inTotalMoney;
}
public void setInTotalMoney(BigDecimal inTotalMoney) {
this.inTotalMoney = inTotalMoney;
}
publi... | UTF-8 | Java | 484 | java | FromKeyTypeVo.java | Java | [] | null | [] | package com.ds.money.vo;
import java.math.BigDecimal;
public class FromKeyTypeVo {
private BigDecimal inTotalMoney;
private BigDecimal outTotalMoney;
public BigDecimal getInTotalMoney() {
return inTotalMoney;
}
public void setInTotalMoney(BigDecimal inTotalMoney) {
this.inTotalMoney = inTotalMoney;
}
publi... | 484 | 0.785124 | 0.785124 | 21 | 22.047619 | 18.315947 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.285714 | false | false | 13 |
5adf6a217fcb92d72143a6b6dddd140ff9544bf2 | 35,991,825,948,381 | 2f497ce75def604941afb50657fbaca772bdabcd | /2020/src/n05014_스타트링크.java | a0beac5c18953c31db413469b0ee3e506b5dd97d | [] | no_license | winseung76/BOJ | https://github.com/winseung76/BOJ | 2bbf7d0fdb475f76c83d6f868781e314e910941e | cee1d2ab42e926c436709b02080dd0aef80162bc | refs/heads/master | 2023-06-25T11:17:55.596000 | 2021-07-04T08:21:06 | 2021-07-04T08:21:06 | 343,604,770 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.io.BufferedReader;
import java.io.BufferedWriter;
import java.io.InputStreamReader;
import java.io.OutputStreamWriter;
import java.util.LinkedList;
import java.util.Queue;
public class n05014_스타트링크 {
static int F, S, G, U, D;
static int[] move;
public static void main(String[] args) throws E... | UHC | Java | 1,381 | java | n05014_스타트링크.java | Java | [] | null | [] | import java.io.BufferedReader;
import java.io.BufferedWriter;
import java.io.InputStreamReader;
import java.io.OutputStreamWriter;
import java.util.LinkedList;
import java.util.Queue;
public class n05014_스타트링크 {
static int F, S, G, U, D;
static int[] move;
public static void main(String[] args) throws E... | 1,381 | 0.565281 | 0.550693 | 61 | 20.47541 | 18.038761 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.147541 | false | false | 13 |
5e6c267079406453a35b6a270a9e23760e330829 | 36,653,250,906,934 | 1d6402d8a1033799b1f6e62835c1a2630e1dd0db | /App/app/src/main/java/cynthia/blocklotto/fragment/operation/Fragment_sending.java | c9ffc9fc9c8f8989da0297476841aa426bc9a255 | [] | no_license | CynthiaAG/BlockLotto | https://github.com/CynthiaAG/BlockLotto | ca8ed7cbf91efefd015dd6f4bacb361d302bcf07 | 67213473aab234aab1cece1a262bf73e4a97e65b | refs/heads/master | 2021-04-12T10:25:11.104000 | 2019-03-26T19:26:42 | 2019-03-26T19:26:42 | 126,842,392 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cynthia.blocklotto.fragment.operation;
import android.content.DialogInterface;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.support.v7.app.AlertDialog;
import android.text.TextUtils;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;... | UTF-8 | Java | 8,973 | java | Fragment_sending.java | Java | [] | null | [] | package cynthia.blocklotto.fragment.operation;
import android.content.DialogInterface;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.support.v7.app.AlertDialog;
import android.text.TextUtils;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;... | 8,973 | 0.584941 | 0.582153 | 232 | 37.642242 | 27.736856 | 138 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.668103 | false | false | 13 |
a95cc6cc2ad63c945030bf5f3a3860d171460379 | 30,726,196,064,898 | f8c0d1d3d48d4c46b09c597348c370d179639fee | /dropwizard/src/main/java/com/newrelic/logging/dropwizard/access/LinkingMetadataAsRequestAttributesFilter.java | 016ac65d8cf85a4a08b7b6fe364e9f0cd38d4416 | [
"Apache-2.0"
] | permissive | newrelic/java-log-extensions | https://github.com/newrelic/java-log-extensions | 4bb6d2d6ec16ce20ba72728356d6b27babd994c3 | f539966d84fc92ec197f8157dc9eb6ab1df8a9e5 | refs/heads/main | 2023-08-09T17:25:43.506000 | 2023-07-31T16:31:09 | 2023-07-31T16:31:09 | 207,380,524 | 16 | 25 | Apache-2.0 | false | 2023-08-23T00:41:22 | 2019-09-09T18:46:03 | 2023-07-20T18:23:14 | 2023-08-23T00:41:21 | 446 | 15 | 22 | 4 | Java | false | false | /*
* Copyright 2020 New Relic Corporation. All rights reserved.
* SPDX-License-Identifier: Apache-2.0
*/
package com.newrelic.logging.dropwizard.access;
import com.newrelic.api.agent.Agent;
import com.newrelic.api.agent.NewRelic;
import javax.servlet.FilterChain;
import javax.servlet.FilterConfig;
import javax.ser... | UTF-8 | Java | 1,510 | java | LinkingMetadataAsRequestAttributesFilter.java | Java | [] | null | [] | /*
* Copyright 2020 New Relic Corporation. All rights reserved.
* SPDX-License-Identifier: Apache-2.0
*/
package com.newrelic.logging.dropwizard.access;
import com.newrelic.api.agent.Agent;
import com.newrelic.api.agent.NewRelic;
import javax.servlet.FilterChain;
import javax.servlet.FilterConfig;
import javax.ser... | 1,510 | 0.747682 | 0.743709 | 50 | 29.200001 | 30.266813 | 132 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.44 | false | false | 13 |
a0d44e89e0213575be5060829d1c3aa6812e1765 | 36,292,473,674,542 | ce14e5a1e4fe9288788946904aafed8f1b279ff7 | /src/main/java/org/avally/springreactstarter/repository/UserRepository.java | b86fc119c9aa768f6f1d20a84bbcc6a3f2bc91c2 | [
"MIT"
] | permissive | avally/spring-react-starter | https://github.com/avally/spring-react-starter | e542790e19adf56fa8caa30b6dc86ed527f066a5 | 6509858360d2e7cbb2fac2c4354cff3b0ce8e038 | refs/heads/master | 2023-06-16T16:32:28.651000 | 2021-07-18T10:36:04 | 2021-07-18T10:36:04 | 384,510,696 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.avally.springreactstarter.repository;
import org.avally.springreactstarter.model.User;
import org.springframework.data.mongodb.repository.MongoRepository;
import javax.validation.constraints.Email;
import javax.validation.constraints.NotBlank;
import javax.validation.constraints.Size;
import java.util.Opt... | UTF-8 | Java | 766 | java | UserRepository.java | Java | [] | null | [] | package org.avally.springreactstarter.repository;
import org.avally.springreactstarter.model.User;
import org.springframework.data.mongodb.repository.MongoRepository;
import javax.validation.constraints.Email;
import javax.validation.constraints.NotBlank;
import javax.validation.constraints.Size;
import java.util.Opt... | 766 | 0.758486 | 0.753264 | 22 | 33.81818 | 28.872189 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.636364 | false | false | 13 |
8ae72d032dba3112a09d087c00af41baf7764f48 | 25,065,429,151,480 | 40d03303ecd06f6177accc1d165b03adac649c9d | /Evaluacion_U1/src/JoseLuis/GITI7083_S/Futbol/Masajista.java | 69154fc2176ae7e0fc20ed192498cf849dac15d9 | [] | no_license | JoseLuisMacs/Ejercicio-en-clase-1 | https://github.com/JoseLuisMacs/Ejercicio-en-clase-1 | 5cb1c0957acc8cd91cbf89b7e29ac6110529eaf1 | 0e260b6bf9a3a66a71c506337a39ebbd79451132 | refs/heads/master | 2021-01-10T16:39:07.942000 | 2016-03-05T05:49:07 | 2016-03-05T05:49:07 | 49,925,584 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
*
*/
package JoseLuis.GITI7083_S.Futbol;
/**
* @author Jose
*
*/
public class Masajista extends SeleccionFutbol {
private String Titulacion;
private int anioExperiancia;
public static void darMasaje(){
}
public Masajista() {
System.out.println("Hola Soy el Masajista");
}
... | UTF-8 | Java | 323 | java | Masajista.java | Java | [
{
"context": "age JoseLuis.GITI7083_S.Futbol;\r\n\r\n/**\r\n * @author Jose\r\n *\r\n */\r\npublic class Masajista extends Seleccio",
"end": 74,
"score": 0.999674379825592,
"start": 70,
"tag": "NAME",
"value": "Jose"
}
] | null | [] | /**
*
*/
package JoseLuis.GITI7083_S.Futbol;
/**
* @author Jose
*
*/
public class Masajista extends SeleccionFutbol {
private String Titulacion;
private int anioExperiancia;
public static void darMasaje(){
}
public Masajista() {
System.out.println("Hola Soy el Masajista");
}
... | 323 | 0.631579 | 0.619195 | 22 | 12.681818 | 15.711566 | 48 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.727273 | false | false | 13 |
827efec109d798eeff0d8ca23af575dbfa72b1db | 27,960,237,113,378 | dde39c101362036301c9c3fb04eefb3c13d384fb | /Hadoop/Ex7/MapperBigData.java | 0d0d12d68b3db926a03444224319867e665857a7 | [] | no_license | AndreaGhiglione/DistributedArchitectures | https://github.com/AndreaGhiglione/DistributedArchitectures | 4cbbe89acb6a6428aa7f8e187121e496cdf841a5 | 5fc9d2fdd7c5c1b490f419aeafc2c54f608bba5b | refs/heads/main | 2023-06-23T13:55:56.047000 | 2021-07-21T14:37:06 | 2021-07-21T14:37:06 | 388,128,133 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package it.polito.bigdata.hadoop;
import java.io.IOException;
import org.apache.hadoop.io.IntWritable;
import org.apache.hadoop.io.LongWritable;
import org.apache.hadoop.io.Text;
import org.apache.hadoop.mapreduce.Mapper;
/**
* Basic MapReduce Project - Mapper
*/
class MapperBigData extends Mapper<
... | UTF-8 | Java | 1,088 | java | MapperBigData.java | Java | [] | null | [] | package it.polito.bigdata.hadoop;
import java.io.IOException;
import org.apache.hadoop.io.IntWritable;
import org.apache.hadoop.io.LongWritable;
import org.apache.hadoop.io.Text;
import org.apache.hadoop.mapreduce.Mapper;
/**
* Basic MapReduce Project - Mapper
*/
class MapperBigData extends Mapper<
... | 1,088 | 0.581801 | 0.579044 | 35 | 30.085714 | 25.377573 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.114286 | false | false | 13 |
23ab75e9d2641b1fcd19d9acaab03328225bd0d1 | 17,300,128,282,870 | 219935de70fd40c0ddcccbafbfa4db98cf60280d | /exercises/04_stmts/exercise1/LoopProject/src/FooBarBaz.java | 3cb86b8e8a4d005e5fe772a25ed6efe0bbc1a4dc | [] | no_license | JavaDevVictoria/JavaTutorialFiles | https://github.com/JavaDevVictoria/JavaTutorialFiles | 07a94f5d036fa95d6e68be69ff0c0a08b0d6600e | e1c6a6dc77cca7cc8dc56366e9a159e6ff02e593 | refs/heads/master | 2021-01-20T14:39:57.174000 | 2017-02-21T16:24:52 | 2017-02-21T16:24:52 | 82,700,445 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
/**
*
* @author HOLLANDV
*/
public class FooBarBaz {
public static void main (String args[]) {
int i;
for (i=1; i<=50; i++) {
System.out.print(i);
... | UTF-8 | Java | 653 | java | FooBarBaz.java | Java | [
{
"context": "emplate in the editor.\r\n */\r\n\r\n/**\r\n *\r\n * @author HOLLANDV\r\n */\r\npublic class FooBarBaz {\r\n \r\n public st",
"end": 134,
"score": 0.7998124361038208,
"start": 126,
"tag": "NAME",
"value": "HOLLANDV"
}
] | null | [] | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
/**
*
* @author HOLLANDV
*/
public class FooBarBaz {
public static void main (String args[]) {
int i;
for (i=1; i<=50; i++) {
System.out.print(i);
... | 653 | 0.372129 | 0.358346 | 31 | 19.064516 | 15.414562 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.322581 | false | false | 13 |
e9bd15d12a181520b7f3537e56d25caf01022bc5 | 32,607,391,725,059 | b251b21d44d884113a85bc54f9c1186877f99e93 | /src/LeetcodeTop/LeetCode155.java | 562956ce72f54c3ea73f192f2ac5c81cc3777523 | [] | no_license | birdguan/LeetCodeIsNothing | https://github.com/birdguan/LeetCodeIsNothing | eefe33449aa08d11f84e34516f329d77552644fe | 386c51869467053fa0a4f8d97dc654c4ced1f809 | refs/heads/master | 2023-03-23T23:34:58.387000 | 2021-03-21T09:21:43 | 2021-03-21T09:21:43 | 265,189,551 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package LeetcodeTop;
/**
* @Author: birdguan
* @Date: 2020/6/28 9:10
*/
import java.util.Stack;
/**
* LeetCode155 最小栈 EASY
* 设计一个支持 push ,pop ,top 操作,并能在常数时间内检索到最小元素的栈。
*
* push(x) —— 将元素 x 推入栈中。
* pop() —— 删除栈顶的元素。
* top() —— 获取栈顶元素。
* getMin() —— 检索栈中的最小元素。
*
*
* 示例:
*
* 输入:
* ["MinStack","push",... | UTF-8 | Java | 2,981 | java | LeetCode155.java | Java | [
{
"context": "package LeetcodeTop;\n\n/**\n * @Author: birdguan\n * @Date: 2020/6/28 9:10\n */\n\nimport java.util.St",
"end": 46,
"score": 0.9995131492614746,
"start": 38,
"tag": "USERNAME",
"value": "birdguan"
}
] | null | [] | package LeetcodeTop;
/**
* @Author: birdguan
* @Date: 2020/6/28 9:10
*/
import java.util.Stack;
/**
* LeetCode155 最小栈 EASY
* 设计一个支持 push ,pop ,top 操作,并能在常数时间内检索到最小元素的栈。
*
* push(x) —— 将元素 x 推入栈中。
* pop() —— 删除栈顶的元素。
* top() —— 获取栈顶元素。
* getMin() —— 检索栈中的最小元素。
*
*
* 示例:
*
* 输入:
* ["MinStack","push",... | 2,981 | 0.449924 | 0.43578 | 118 | 21.169491 | 16.973211 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.474576 | false | false | 13 |
2ccf33ef9e621f1e95bc1d87fe42fc5400541b2b | 29,368,986,395,413 | 7173c4acf951a9339c4c0aa6ee5367a231065174 | /src/main/java/com/egorov/homeworks/homework03/Practice4.java | 65f11d40bcfd456e01a20c11588e85c53aaa78c7 | [] | no_license | Sasha-Egorov/ego | https://github.com/Sasha-Egorov/ego | e86eaeed9f3a0813893b307ff99caac237fc5cb6 | 1f79f2c6bf6d56f3dab6e69751fe59b2559f1c3d | refs/heads/main | 2023-05-09T09:53:41.473000 | 2021-06-05T16:09:24 | 2021-06-05T16:09:24 | 326,227,309 | 0 | 0 | null | false | 2021-06-05T16:10:29 | 2021-01-02T16:48:05 | 2021-06-05T16:09:28 | 2021-06-05T16:10:28 | 157 | 0 | 0 | 1 | Java | false | false | package com.egorov.homeworks.homework03;
import java.util.Scanner;
public class Practice4 {
public static void main(String[] args) {
print("Enter yor age: ");
int age = check();
print(describeAge(age));
}
private static String describeAge(int age) {
String result = "You'r... | UTF-8 | Java | 1,238 | java | Practice4.java | Java | [] | null | [] | package com.egorov.homeworks.homework03;
import java.util.Scanner;
public class Practice4 {
public static void main(String[] args) {
print("Enter yor age: ");
int age = check();
print(describeAge(age));
}
private static String describeAge(int age) {
String result = "You'r... | 1,238 | 0.494098 | 0.484823 | 46 | 24.782608 | 24.557753 | 120 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.413043 | false | false | 4 |
447e3f9918d1c094c8706f4164925db7f121c6e5 | 32,461,362,845,024 | ba1d966d8f8ea3a2e8f8166f8b948be25fde667b | /app/src/main/java/es/gpsou/vehiclealarm/PlayAlert.java | 670b21e9e66e2543c9c6ae42d2d03d5d1bb2a531 | [] | no_license | pdiazr/VehicleAlarm | https://github.com/pdiazr/VehicleAlarm | e68c80017311e243fe59c69a096e9f05cf744a45 | d74930b2f1772e76dda110579596b78971c57e4e | refs/heads/master | 2021-05-02T07:38:29.788000 | 2020-03-01T16:55:24 | 2020-03-01T16:55:24 | 120,672,835 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package es.gpsou.vehiclealarm;
import android.content.Context;
import android.content.SharedPreferences;
import android.media.MediaPlayer;
import android.media.RingtoneManager;
import android.net.Uri;
/**
* Created by Pedro on 28/05/2017.
*/
public class PlayAlert extends Thread implements MediaPlayer.OnCompletion... | UTF-8 | Java | 1,920 | java | PlayAlert.java | Java | [
{
"context": "anager;\nimport android.net.Uri;\n\n/**\n * Created by Pedro on 28/05/2017.\n */\n\npublic class PlayAlert extend",
"end": 226,
"score": 0.9978199005126953,
"start": 221,
"tag": "NAME",
"value": "Pedro"
}
] | null | [] | package es.gpsou.vehiclealarm;
import android.content.Context;
import android.content.SharedPreferences;
import android.media.MediaPlayer;
import android.media.RingtoneManager;
import android.net.Uri;
/**
* Created by Pedro on 28/05/2017.
*/
public class PlayAlert extends Thread implements MediaPlayer.OnCompletion... | 1,920 | 0.608854 | 0.603646 | 78 | 23.628204 | 25.312969 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.461538 | false | false | 4 |
96d020bd90c6583c26e147ce4cd45a0dee2a8714 | 28,174,985,463,222 | 13dd039a95e2a77f03b1b8f22351647589b5e29b | /athena-core/src/main/java/me/ele/jarch/athena/sql/seqs/SeqsCacheData.java | 72ab8e186a16b2e645c9bfd6e61f8d11a544c25f | [
"Apache-2.0"
] | permissive | athena-proxy/athena | https://github.com/athena-proxy/athena | 0b63997f2ba0408a662bcd86f74fabddc728dd5e | 17837fa2c257a55374232917bc9ea10c4888ffa6 | refs/heads/develop | 2022-09-27T18:25:29.604000 | 2020-03-30T06:38:31 | 2020-03-30T06:38:31 | 226,861,344 | 43 | 26 | Apache-2.0 | false | 2022-09-16T18:05:56 | 2019-12-09T12:02:55 | 2022-06-29T02:31:25 | 2022-09-16T18:05:53 | 681 | 40 | 24 | 3 | Java | false | false | package me.ele.jarch.athena.sql.seqs;
import me.ele.jarch.athena.allinone.DBConnectionInfo;
import java.util.ArrayList;
import java.util.List;
import java.util.concurrent.atomic.AtomicLong;
public class SeqsCacheData {
private volatile long seq_id_Base;
private final AtomicLong seqID = new AtomicLong(0);
... | UTF-8 | Java | 1,672 | java | SeqsCacheData.java | Java | [] | null | [] | package me.ele.jarch.athena.sql.seqs;
import me.ele.jarch.athena.allinone.DBConnectionInfo;
import java.util.ArrayList;
import java.util.List;
import java.util.concurrent.atomic.AtomicLong;
public class SeqsCacheData {
private volatile long seq_id_Base;
private final AtomicLong seqID = new AtomicLong(0);
... | 1,672 | 0.593301 | 0.589115 | 64 | 25.125 | 21.226089 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.421875 | false | false | 4 |
6e38e6746b2489e8f714accb9b87588d597ec180 | 19,215,683,717,568 | 495e546379f913cc7c8435aa18cc3df2f0e0c00c | /src/Merge_Sort.java | 97f7d17569ed0d0ab11829a79f7d515c5f2c536b | [] | no_license | w326004741/Algorithms-Logical-Methods | https://github.com/w326004741/Algorithms-Logical-Methods | 372cf0e2cd48669094ff72bf081b65daed859e03 | b62b89410b47c392c69fe9b69dc753f9e050e5a9 | refs/heads/master | 2020-04-07T02:56:26.830000 | 2020-02-03T21:52:02 | 2020-02-03T21:52:02 | 157,996,171 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
/**
* @author Weichen Wang
* @date 2018/11/18 - 11:59 AM
*/
public class Merge_Sort {
/**
* perform a merge sort on the data in c. 对c中的数据执行合并排序
*
* @param c c != null, all elements of are the same data type.
*/
public static void mergeSort(Comparable[] c) {
Comparable[] temp = n... | UTF-8 | Java | 5,110 | java | Merge_Sort.java | Java | [
{
"context": "\n/**\n * @author Weichen Wang\n * @date 2018/11/18 - 11:59 AM\n */\npublic class M",
"end": 28,
"score": 0.9995732307434082,
"start": 16,
"tag": "NAME",
"value": "Weichen Wang"
},
{
"context": " // compareTo() ref: https://blog.csdn.net/u010356768/article/detail... | null | [] |
/**
* @author <NAME>
* @date 2018/11/18 - 11:59 AM
*/
public class Merge_Sort {
/**
* perform a merge sort on the data in c. 对c中的数据执行合并排序
*
* @param c c != null, all elements of are the same data type.
*/
public static void mergeSort(Comparable[] c) {
Comparable[] temp = new Com... | 5,104 | 0.561053 | 0.547892 | 110 | 36.290909 | 24.552114 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.572727 | false | false | 4 |
65539ffde661b60125cdd82daeee821f3ddedd58 | 6,322,191,908,024 | b8ad826ff32870ce4e31376a5b2aa3f10546a458 | /admin/admin-pojo/src/main/java/com/liang/admin/pojo/sys/user/User.java | 2c2580b461ec2f53cec9471a5e6b8f11e5e7e413 | [] | no_license | liangliangmax/framework | https://github.com/liangliangmax/framework | 2c32997a4ddd0f1dd0d277e3989d244aaad92d88 | c979bcb6fb112f289eabbf04d04439e7ac4795ef | refs/heads/master | 2021-08-10T13:28:41.950000 | 2017-11-12T16:11:45 | 2017-11-12T16:11:45 | 110,440,714 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.liang.admin.pojo.sys.user;
import com.liang.admin.pojo.BaseEntity;
import java.io.Serializable;
import java.util.Date;
public class User extends BaseEntity implements Serializable {
private static final long serialVersionUID = -7812555353271638781L;
/**
*
* This field was generated by M... | UTF-8 | Java | 12,404 | java | User.java | Java | [
{
"context": "nd(name);\n sb.append(\", password=\").append(password);\n sb.append(\", email=\").append(email);\n ",
"end": 11930,
"score": 0.7887814044952393,
"start": 11922,
"tag": "PASSWORD",
"value": "password"
}
] | null | [] | package com.liang.admin.pojo.sys.user;
import com.liang.admin.pojo.BaseEntity;
import java.io.Serializable;
import java.util.Date;
public class User extends BaseEntity implements Serializable {
private static final long serialVersionUID = -7812555353271638781L;
/**
*
* This field was generated by M... | 12,406 | 0.59239 | 0.58981 | 420 | 28.535715 | 28.105095 | 135 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.192857 | false | false | 4 |
9af31b92a78c9080bd1bcb81cccd9bdf92e2c7a9 | 17,093,969,898,692 | eb919f4046d7aff7cd8b3f1d0a3a8ecb374c085c | /ProjectHadeel/src/ChildRecord.java | 097addedec30423f253cc02368d088100063b26a | [] | no_license | hadeelAlwajman/project | https://github.com/hadeelAlwajman/project | 0c89f35907b5d34c1fa3d9fef3917def9b0d890e | dba3a911ed2f68bd58912d28ae67471ead4107b0 | refs/heads/main | 2023-04-13T06:06:51.110000 | 2021-04-14T14:11:15 | 2021-04-14T14:11:15 | 354,941,138 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import javax.swing.*;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
/**
* Created by USER on 01/04/2021.
*/
public class ChildRecord {
ManagerOperation o=new ManagerOperation();
private JPanel panel1;
private JTextField textField3;
private JTextField textField1;
... | UTF-8 | Java | 1,977 | java | ChildRecord.java | Java | [
{
"context": "va.awt.event.ActionListener;\r\n\r\n/**\r\n * Created by USER on 01/04/2021.\r\n */\r\npublic class ChildRecord {\r\n",
"end": 123,
"score": 0.9649034738540649,
"start": 119,
"tag": "USERNAME",
"value": "USER"
}
] | null | [] | import javax.swing.*;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
/**
* Created by USER on 01/04/2021.
*/
public class ChildRecord {
ManagerOperation o=new ManagerOperation();
private JPanel panel1;
private JTextField textField3;
private JTextField textField1;
... | 1,977 | 0.541327 | 0.521939 | 59 | 31.220339 | 22.277197 | 133 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.762712 | false | false | 4 |
988229659a2772f217e7c3cabe7640ba94ea4d6d | 5,033,701,712,282 | f10455874b4e7deeec8dc8f4c4f3f833f3e06f68 | /src/main/java/com/example/SalesMgmt/Service/UserService.java | 2f0606dc3847ad899203c658d9e76d34a8c53d38 | [] | no_license | Reethujanani/SalesMgmt | https://github.com/Reethujanani/SalesMgmt | 77a1007dbfe970887736b4613a0fee48185bb3dc | cf5377a6a9df15d14ec5cb900e38a53c01ae6b61 | refs/heads/master | 2023-08-30T21:27:16.453000 | 2021-09-24T16:41:46 | 2021-09-24T16:41:46 | 409,471,032 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.SalesMgmt.Service;
import com.example.SalesMgmt.DTO.UserDTO;
import com.example.SalesMgmt.Entity.User;
import com.example.SalesMgmt.Repository.UserRepository;
import java.util.List;
public interface UserService {
UserDTO addUser(UserDTO user);
List<User> listAllDetails();
User getP... | UTF-8 | Java | 440 | java | UserService.java | Java | [] | null | [] | package com.example.SalesMgmt.Service;
import com.example.SalesMgmt.DTO.UserDTO;
import com.example.SalesMgmt.Entity.User;
import com.example.SalesMgmt.Repository.UserRepository;
import java.util.List;
public interface UserService {
UserDTO addUser(UserDTO user);
List<User> listAllDetails();
User getP... | 440 | 0.777273 | 0.777273 | 20 | 21 | 19.957455 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 4 |
ed933ecefeb065d5cf07afc1a72015d73ef4e6fe | 17,755,394,854,858 | abb4e1902e9a4c7fbeae0c18c974158596fc9618 | /src/recursion/controller/RecursionRunner.java | 91c83dc6b875f57bb6ce25837f92c1c02387d7b5 | [] | no_license | playerwho/Recursion | https://github.com/playerwho/Recursion | aa8e038fb62af4fc46816d25b218ff89e3e3be26 | 34b08774f1fb79bf8d09bbff6b8ee3e2d9155ca9 | refs/heads/master | 2021-01-06T20:41:14.997000 | 2015-03-17T19:46:45 | 2015-03-17T19:46:45 | 32,416,186 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package recursion.controller;
public class RecursionRunner
{
public static void main(String[] args)
{
RecursionAppController appController = new RecursionAppController();
appController.start();
}
}
| UTF-8 | Java | 209 | java | RecursionRunner.java | Java | [] | null | [] | package recursion.controller;
public class RecursionRunner
{
public static void main(String[] args)
{
RecursionAppController appController = new RecursionAppController();
appController.start();
}
}
| 209 | 0.76555 | 0.76555 | 13 | 15.076923 | 20.897043 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.769231 | false | false | 4 |
922dc15c4b88a8dc434e884a9a53b92abf731cb9 | 16,252,156,299,794 | 84171b12e8e1fa1a62acfa36cffb108f450b9190 | /thingifier/src/main/java/uk/co/compendiumdev/thingifier/api/http/HttpApiRequest.java | 0aa9da57b73f0867ed023496530b184f07c2d807 | [
"MIT"
] | permissive | scrolltest/thingifier | https://github.com/scrolltest/thingifier | 847ea378d4c8a087d31360ca6363eb33ff05f112 | 8a485caf63b04ae8c5151c7442061380895517d5 | refs/heads/master | 2022-11-24T01:40:19.201000 | 2020-07-29T15:09:27 | 2020-07-29T15:09:27 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package uk.co.compendiumdev.thingifier.api.http;
import java.util.HashMap;
import java.util.Map;
public final class HttpApiRequest {
private final String path;
private Map<String, String> headers;
private String body;
private Map<String, String> queryParams;
private VERB verb;
public enum VE... | UTF-8 | Java | 2,291 | java | HttpApiRequest.java | Java | [] | null | [] | package uk.co.compendiumdev.thingifier.api.http;
import java.util.HashMap;
import java.util.Map;
public final class HttpApiRequest {
private final String path;
private Map<String, String> headers;
private String body;
private Map<String, String> queryParams;
private VERB verb;
public enum VE... | 2,291 | 0.627237 | 0.626801 | 89 | 24.741573 | 24.199791 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.58427 | false | false | 4 |
1afc06b0d776337153d4bf37b861e0c8e50e9801 | 1,382,979,513,335 | a7a925253c621aab22e19d45d0ba0e1ebed2748f | /src/main/java/org/rachidcorp/supsoutien/repository/RoleRepository.java | 8fa37f12a2496d0fbbf3a34a11c26de2c567c78b | [] | no_license | PeopleBusy/supsoutien | https://github.com/PeopleBusy/supsoutien | 78bd57720cfdf8d4cfa72b2b6d5d7cd0430d35f3 | 57e707cc6c2583cf5ab6d1f4a9db06de1e22a88d | refs/heads/master | 2021-10-03T10:45:02.246000 | 2018-12-02T23:04:35 | 2018-12-02T23:04:35 | 109,040,899 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.rachidcorp.supsoutien.repository;
import org.rachidcorp.supsoutien.entities.Role;
import org.springframework.data.jpa.repository.JpaRepository;
public interface RoleRepository extends JpaRepository<Role, Long> {
}
| UTF-8 | Java | 229 | java | RoleRepository.java | Java | [] | null | [] | package org.rachidcorp.supsoutien.repository;
import org.rachidcorp.supsoutien.entities.Role;
import org.springframework.data.jpa.repository.JpaRepository;
public interface RoleRepository extends JpaRepository<Role, Long> {
}
| 229 | 0.838428 | 0.838428 | 8 | 27.625 | 28.151098 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 4 |
72fcfbd64e662da2e9a91cf4c8521ff6d811db43 | 19,121,194,435,732 | 629a8e40efb548e6e83163ee4a0fcf678608efc8 | /gibson-ui-web/src/main/java/com/gibson/analytics/init/processor/NbaTeamProcessor.java | 49047f140dee96780ab4752038dda7ba14f059f1 | [
"MIT"
] | permissive | leddy-eric/gibson-analytics | https://github.com/leddy-eric/gibson-analytics | 68a410414d72f557faaff08be792ab671635b076 | 84729c0bfa3d2a27039bfb76b226f23333aa8a7f | refs/heads/master | 2021-07-07T19:10:19.278000 | 2019-06-14T19:19:23 | 2019-06-14T19:19:23 | 122,997,467 | 0 | 0 | MIT | false | 2020-07-07T19:20:06 | 2018-02-26T16:32:41 | 2019-06-14T19:19:29 | 2020-07-07T19:20:03 | 2,766 | 0 | 0 | 2 | Java | false | false | package com.gibson.analytics.init.processor;
import java.util.Map;
import org.springframework.batch.item.ItemProcessor;
import com.gibson.analytics.data.NbaTeam;
import com.gibson.analytics.init.CsvNbaTeamConstants;
public class NbaTeamProcessor implements ItemProcessor<Map<String, String>, NbaTeam>, CsvNbaTeamCons... | UTF-8 | Java | 871 | java | NbaTeamProcessor.java | Java | [] | null | [] | package com.gibson.analytics.init.processor;
import java.util.Map;
import org.springframework.batch.item.ItemProcessor;
import com.gibson.analytics.data.NbaTeam;
import com.gibson.analytics.init.CsvNbaTeamConstants;
public class NbaTeamProcessor implements ItemProcessor<Map<String, String>, NbaTeam>, CsvNbaTeamCons... | 871 | 0.785304 | 0.785304 | 27 | 31.25926 | 30.242958 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.592593 | false | false | 4 |
97cd9cb23697d25dc6f5d5268e8e70cdb5d83b10 | 7,078,106,135,690 | 35158015bb77fba730c5e96d442eb828d60c9772 | /객체최종과제/src/객체질문과제/메인.java | b24ba6cc07086f150d497ac7601b31cf9d23ec34 | [
"MIT"
] | permissive | dkrlto0819/3-1 | https://github.com/dkrlto0819/3-1 | efbc888a323491540901e8a5e38ef5b1002b68ed | a711c6e434aa387766654ce66fff48279f9dee70 | refs/heads/master | 2020-03-21T14:33:01.017000 | 2018-06-26T00:12:35 | 2018-06-26T00:12:35 | 138,662,771 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package 객체질문과제;
public class 메인 {
public void 질문_출력하기() {
System.out.println("1) 송승효\n" +
"1. 출력 클래스에서 선언된 수입지출내역 배열은 무엇인가? 왜 선언했나?\n" +
"2. 생성자에서 가독성을 위해 비슷한 성질끼리 묶어 띄어쓰기를 해주었으면 좋겠다.(객체 는 객체끼리 변수는 변수끼리)\n" +
"3. 제어자 클래스에서 main 메소드에서 바로 가계부 메소드로 가지 않고 굳이 동작 메소 드를 넣은 이유가 무엇인가?\n" +
"4. 제어자에서 굳이 ... | UTF-8 | Java | 6,817 | java | 메인.java | Java | [
{
"context": " 받아서 출력할 때 넘겨줄 줄 알았는데 왜 안 썼 나?\\n\" + \"\\n\" +\n\t\t\t\t\"2) 오현규\\n\" + \n\t\t\t\t\"1. 전체 내역은 장부 기록에 일종이기 때문에 입력 클래스가 아닌 장",
"end": 842,
"score": 0.9986974596977234,
"start": 839,
"tag": "NAME",
"value": "오현규"
}
] | null | [] | package 객체질문과제;
public class 메인 {
public void 질문_출력하기() {
System.out.println("1) 송승효\n" +
"1. 출력 클래스에서 선언된 수입지출내역 배열은 무엇인가? 왜 선언했나?\n" +
"2. 생성자에서 가독성을 위해 비슷한 성질끼리 묶어 띄어쓰기를 해주었으면 좋겠다.(객체 는 객체끼리 변수는 변수끼리)\n" +
"3. 제어자 클래스에서 main 메소드에서 바로 가계부 메소드로 가지 않고 굳이 동작 메소 드를 넣은 이유가 무엇인가?\n" +
"4. 제어자에서 굳이 ... | 6,817 | 0.615267 | 0.598779 | 49 | 65.836731 | 33.226093 | 159 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.938776 | false | false | 4 |
ad7198b52c6714fce83d60395beeea98ba62ca49 | 27,650,999,482,247 | 2449a0d046c7277ead4d2c0fb6e5dde63c37368e | /ophelia/src/main/java/com/ahmetkilic/ophelia/ea_slider/FixedSpeedScroller.java | 9189eab03ea849f40ee76ebac94affa6801d7664 | [
"MIT"
] | permissive | Kartega/kartega-ophelia-android | https://github.com/Kartega/kartega-ophelia-android | 2d43e20597d8c8b5a3021cd9f20fc18871390d47 | d68b051ec291c96e8e4283a793a8f92abb15bfbe | refs/heads/master | 2020-04-17T17:15:45.553000 | 2019-01-15T13:52:09 | 2019-01-15T13:52:09 | 166,775,697 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ahmetkilic.ophelia.ea_slider;
import android.content.Context;
import android.view.animation.Interpolator;
import android.widget.Scroller;
/**
* Created by Ahmet Kılıç on 18.12.2018.
* Copyright © 2018, Kartega. All rights reserved.
*
* For the full copyright and license information,
* please view the ... | UTF-8 | Java | 1,199 | java | FixedSpeedScroller.java | Java | [
{
"context": "\nimport android.widget.Scroller;\n/**\n * Created by Ahmet Kılıç on 18.12.2018.\n * Copyright © 2018, Kartega. All ",
"end": 180,
"score": 0.9998896718025208,
"start": 169,
"tag": "NAME",
"value": "Ahmet Kılıç"
},
{
"context": "by Ahmet Kılıç on 18.12.2018.\n * Copyrig... | null | [] | package com.ahmetkilic.ophelia.ea_slider;
import android.content.Context;
import android.view.animation.Interpolator;
import android.widget.Scroller;
/**
* Created by <NAME> on 18.12.2018.
* Copyright © 2018, Kartega. All rights reserved.
*
* For the full copyright and license information,
* please view the LICEN... | 1,191 | 0.703766 | 0.691213 | 42 | 27.476191 | 26.386539 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.809524 | false | false | 4 |
c3adf57078181a2d29fc4559ea86b390efdbeb26 | 20,194,936,282,097 | f08e886f3fb327e1c0ccdb547a61b9036ec8306c | /src/se/itguppsala/sorting101/sortingalgorithms/events/SortingSwapEvent.java | be44d45fce8708cd9ab7baf579a5101866eb74ab | [] | no_license | Ranzdo/Sorting101 | https://github.com/Ranzdo/Sorting101 | 162fc4df735b26a90bbb77722ede7065299cfd4d | 53dd8aa10e1613b0b85eba9abdba1b28022fc7c6 | refs/heads/master | 2016-03-22T09:56:02.835000 | 2012-01-24T10:48:50 | 2012-01-24T10:48:50 | 2,841,938 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package se.itguppsala.sorting101.sortingalgorithms.events;
import se.itguppsala.sorting101.sortingalgorithms.SortAlgorithm;
public class SortingSwapEvent extends SortingEvent {
private static final long serialVersionUID = -8013666922069137723L;
private int firstIndex;
private int secondIndex;
private ... | UTF-8 | Java | 1,093 | java | SortingSwapEvent.java | Java | [] | null | [] | package se.itguppsala.sorting101.sortingalgorithms.events;
import se.itguppsala.sorting101.sortingalgorithms.SortAlgorithm;
public class SortingSwapEvent extends SortingEvent {
private static final long serialVersionUID = -8013666922069137723L;
private int firstIndex;
private int secondIndex;
private ... | 1,093 | 0.730101 | 0.703568 | 45 | 22.288889 | 24.282249 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.555556 | false | false | 4 |
3505a5e11edc66f7d4fad2e78bb0f14dbbf5ae99 | 33,071,248,189,580 | 38e2d7613f042ba4551126b06c8e5c1b6e7f5e4d | /NATIVE_QUERIES/src/main/java/com/khushi/demo/resources/resources.java | b88bb61409f2abc86f29d8ecf11d069cc2769f2a | [] | no_license | gauravy602/native_QUERIES | https://github.com/gauravy602/native_QUERIES | fd5f34eb1f64533e232dc7e458c445c7d127249f | acb93bca25713eabbbffc9153b6e45ec11130627 | refs/heads/master | 2023-03-11T15:46:19.801000 | 2021-03-01T10:49:25 | 2021-03-01T10:49:25 | 343,380,333 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.khushi.demo.resources;
import java.util.Optional;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.stereotype.Service;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.w... | UTF-8 | Java | 1,273 | java | resources.java | Java | [] | null | [] | package com.khushi.demo.resources;
import java.util.Optional;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.stereotype.Service;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.w... | 1,273 | 0.704635 | 0.703064 | 62 | 19.532259 | 21.608479 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.354839 | false | false | 4 |
fccff8d6a48889c67687f2a96a091827152172be | 25,262,997,675,797 | fa1ad2e2ac7e376fc7cb3b3a6e1bb88eed3e80be | /olap/kylin/src/core-metadata/src/main/java/org/apache/kylin/metadata/model/tool/TruthTable.java | 6dcd3d3beb991531402a879d19857c25935a1fcd | [
"Apache-2.0",
"BSD-3-Clause",
"MIT"
] | permissive | alldatacenter/alldata | https://github.com/alldatacenter/alldata | 7bc7713c9f1d56ad6b8e59ea03206d1073b7e047 | 8d5f9a2d49ab8f9e85ccf058cb02c2fda287afc6 | refs/heads/master | 2023-08-05T07:32:25.442000 | 2023-08-03T13:17:24 | 2023-08-03T13:17:24 | 213,321,771 | 774 | 250 | Apache-2.0 | false | 2023-09-06T17:35:32 | 2019-10-07T07:36:18 | 2023-09-06T07:35:48 | 2023-09-06T17:35:30 | 1,610,032 | 1,898 | 711 | 14 | null | 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 | 8,889 | java | TruthTable.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 ... | 8,889 | 0.572618 | 0.568118 | 277 | 31.090252 | 25.029711 | 120 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.534296 | false | false | 4 |
bcc174dac2f11b400af9467cb7509f3fcc986e5b | 17,128,329,584,456 | 7c0891a1c28be5293c592f2828537fdbc621b688 | /app/src/main/java/com/example/paul/itimeWeekView/weekViewBody/bodyBackGround/CustomWeekViewBody.java | 54fe1369c31625947b3103dfbfb804fb73ace796 | [] | no_license | MelbPaulZ/ItimeWeekView | https://github.com/MelbPaulZ/ItimeWeekView | 4a32c0549827fc40e745b35fadb7fd34e05a1fc7 | 3b00ba2800cc282dc25e7a527e7d1886b8c92b89 | refs/heads/master | 2016-09-22T16:18:56.149000 | 2016-08-21T14:12:19 | 2016-08-21T14:12:19 | 64,671,713 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.paul.itimeWeekView.weekViewBody.bodyBackGround;
import android.content.Context;
import android.util.AttributeSet;
import android.util.Log;
import android.view.View;
import android.widget.LinearLayout;
import android.widget.RelativeLayout;
import com.example.paul.itimeWeekView.R;
import com.example... | UTF-8 | Java | 5,161 | java | CustomWeekViewBody.java | Java | [
{
"context": "endar;\n\nimport java.util.Date;\n\n\n/**\n * Created by Paul on 9/08/2016.\n */\npublic class CustomWeekViewBody",
"end": 775,
"score": 0.9942171573638916,
"start": 771,
"tag": "NAME",
"value": "Paul"
}
] | null | [] | package com.example.paul.itimeWeekView.weekViewBody.bodyBackGround;
import android.content.Context;
import android.util.AttributeSet;
import android.util.Log;
import android.view.View;
import android.widget.LinearLayout;
import android.widget.RelativeLayout;
import com.example.paul.itimeWeekView.R;
import com.example... | 5,161 | 0.633211 | 0.614997 | 151 | 33.178806 | 27.311081 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.728477 | false | false | 4 |
5b54815b997751ecc87d599894d620c80adaa881 | 12,541,304,573,084 | 432dbca97f61bc404a32820de7f03d42086e2505 | /src/main/java/com/peng/lammy/domain/dto/NotepadDTO.java | b2805f8ec8fe3a3ff5a261f02e3398dd26e8538b | [] | no_license | orangewest/lammy | https://github.com/orangewest/lammy | 68b77399410cab2bfe95bc1e827badb5806eb568 | bbe60a768baf204541e9f1e3cf7ba79f89a68fd1 | refs/heads/master | 2022-02-15T17:09:47.587000 | 2019-08-19T15:00:12 | 2019-08-19T15:00:12 | 119,345,412 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.peng.lammy.domain.dto;
import lombok.Data;
@Data
public class NotepadDTO {
private Integer id;// '主键'
private Integer userId;
private String title;// '标题'
private String content;// '内容'
private Integer state;// 当前状态(0:未完成1:已完成)
private String completeTime;// 完成时间
private int isRemind;// '是否提醒'(0:否1... | UTF-8 | Java | 474 | java | NotepadDTO.java | Java | [] | null | [] | package com.peng.lammy.domain.dto;
import lombok.Data;
@Data
public class NotepadDTO {
private Integer id;// '主键'
private Integer userId;
private String title;// '标题'
private String content;// '内容'
private Integer state;// 当前状态(0:未完成1:已完成)
private String completeTime;// 完成时间
private int isRemind;// '是否提醒'(0:否1... | 474 | 0.732843 | 0.723039 | 17 | 23 | 13.354884 | 42 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.294118 | false | false | 4 |
4f3bec6eb53c921ff6e036a7d30e00df8fcc23d6 | 20,942,260,568,993 | c4faf92837f3c163be4f0089adfbc60828b7fce3 | /src/by/it/rogov/progect/java/controller/CmdIndex.java | aa8b7aa859f7cb877e2b7928bf8efe506f2c3e43 | [] | no_license | AlexandrRogov/JD2018-04-11 | https://github.com/AlexandrRogov/JD2018-04-11 | f3407f240f0dcfa76d4a56346c40e606f49764bb | 4597619c75cbf8e5b35ed72ad5808413502b57e2 | refs/heads/master | 2020-03-15T11:50:33.268000 | 2018-07-05T23:21:10 | 2018-07-05T23:21:10 | 132,129,820 | 0 | 1 | null | true | 2018-05-04T11:09:42 | 2018-05-04T11:09:41 | 2018-05-04T10:07:41 | 2018-05-04T10:07:40 | 1,018 | 0 | 0 | 0 | null | false | null | package by.it.rogov.progect.java.controller;
import by.it.rogov.progect.java.beans.LabraryLittle;
import by.it.rogov.progect.java.dao.Dao;
import javax.servlet.http.HttpServletRequest;
import java.sql.SQLException;
import java.util.List;
import java.util.Locale;
public class CmdIndex extends Cmd {
@Override
... | UTF-8 | Java | 613 | java | CmdIndex.java | Java | [] | null | [] | package by.it.rogov.progect.java.controller;
import by.it.rogov.progect.java.beans.LabraryLittle;
import by.it.rogov.progect.java.dao.Dao;
import javax.servlet.http.HttpServletRequest;
import java.sql.SQLException;
import java.util.List;
import java.util.Locale;
public class CmdIndex extends Cmd {
@Override
... | 613 | 0.735726 | 0.734095 | 19 | 31.31579 | 24.582949 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.736842 | false | false | 4 |
ce66a7256e4c162d1a4e068ca223df3e962b92f3 | 12,386,685,725,668 | f12be26191b337b8e1b5725823db940af447c3f4 | /app/src/main/java/me/bean5389/finderssample/base/BaseActivity.java | 8800442acd4c0e173780d53ea236afb50915edd2 | [] | no_license | bean5389/FindersSample_Android | https://github.com/bean5389/FindersSample_Android | 2a32dc38dea58a81ee09b5fd33b4b12f783c1bc5 | a3d0bbae36544011851789b62cd6f5f59b5caa00 | refs/heads/master | 2020-04-17T14:30:31.429000 | 2019-01-20T13:10:24 | 2019-01-20T13:10:24 | 166,659,765 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package me.bean5389.finderssample.base;
import android.support.v7.app.AppCompatActivity;
/**
* Created by bean on 20/01/2019.
*/
public class BaseActivity extends AppCompatActivity {
}
| UTF-8 | Java | 190 | java | BaseActivity.java | Java | [
{
"context": "package me.bean5389.finderssample.base;\n\nimport android.support.v7.ap",
"end": 19,
"score": 0.7727455496788025,
"start": 15,
"tag": "USERNAME",
"value": "5389"
},
{
"context": "pport.v7.app.AppCompatActivity;\n\n/**\n * Created by bean on 20/01/2019.\n */\n\npublic cl... | null | [] | package me.bean5389.finderssample.base;
import android.support.v7.app.AppCompatActivity;
/**
* Created by bean on 20/01/2019.
*/
public class BaseActivity extends AppCompatActivity {
}
| 190 | 0.768421 | 0.7 | 10 | 18 | 21.217916 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.2 | false | false | 4 |
94fb4ac1886a2d71ca7003af1c40f5c112d16cb4 | 2,894,807,960,240 | 80da2ae85e2398bcf79bbfd7d9cb6e5f2e7d10ee | /Swing/branch/PARAMETRIZACION TENENCIA NOMINA/sir.funciones/src/sir/funciones/archivos/utileriasArchivos.java | 7a56e800822b5f13c81e1046bb5c190f7a4f8799 | [] | no_license | llagi1234/hello-world | https://github.com/llagi1234/hello-world | ab9ada67ceb36571096bbe3bea38270e432e249d | 856e95a950e68b44e883f183e26e6b23f90a9113 | refs/heads/master | 2018-01-14T10:27:05.364000 | 2017-07-28T16:54:28 | 2017-07-28T16:54:28 | 86,616,008 | 1 | 0 | null | false | 2017-07-28T21:00:07 | 2017-03-29T18:28:24 | 2017-07-04T18:59:50 | 2017-07-28T21:00:06 | 950,635 | 1 | 0 | 0 | null | null | null | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package sir.funciones.archivos;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileInputStream;
import java.io.FilenameFilter;
import java.io.IOException;
import java.io.InputStream;
import java.io.I... | UTF-8 | Java | 2,709 | java | utileriasArchivos.java | Java | [
{
"context": "mport java.util.logging.Logger;\n\n/**\n *\n * @author Israel Aguilar\n */\npublic class utileriasArchivos {\n\n final s",
"end": 487,
"score": 0.999886691570282,
"start": 473,
"tag": "NAME",
"value": "Israel Aguilar"
}
] | null | [] | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package sir.funciones.archivos;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileInputStream;
import java.io.FilenameFilter;
import java.io.IOException;
import java.io.InputStream;
import java.io.I... | 2,701 | 0.624815 | 0.622969 | 89 | 29.426966 | 27.762997 | 126 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.505618 | false | false | 4 |
b4c35797c17fe2fbab9af34045633d4cb1cb1220 | 18,717,467,516,832 | b970776e993050ca67a96d0e3ac8025a2353a55e | /src/main/java/com/nis/functionalInterface/PredicateExample.java | 6db5a7af20f3aac5d04ec29c77fbcc36dd301560 | [] | no_license | mvsk2050/sampleApp | https://github.com/mvsk2050/sampleApp | 34fb8332065f68396541a8c83209ca149a7d8d98 | d7a4297aaa3eeddb4582b0235fb185120b4db71d | refs/heads/master | 2020-09-20T08:38:57.010000 | 2019-11-28T13:41:41 | 2019-11-28T13:41:41 | 224,426,143 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.nis.functionalInterface;
import java.util.function.Predicate;
public class PredicateExample {
public static Boolean testVehicle(String s) {
if (s.equals("hi")) {
return true;
}
else {
return false;
}
}
public static void main(String[] args) {
Predicate<String> p = PredicateExam... | UTF-8 | Java | 398 | java | PredicateExample.java | Java | [] | null | [] | package com.nis.functionalInterface;
import java.util.function.Predicate;
public class PredicateExample {
public static Boolean testVehicle(String s) {
if (s.equals("hi")) {
return true;
}
else {
return false;
}
}
public static void main(String[] args) {
Predicate<String> p = PredicateExam... | 398 | 0.675879 | 0.675879 | 24 | 15.583333 | 16.965446 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.5 | false | false | 4 |
46246c9b18311fc1f6d044adb6ec370f19978d9b | 18,614,388,262,109 | eb97ee5d4f19d7bf028ae9a400642a8c644f8fe3 | /tags/2009-07-21/seasar2-2.4.39/seasar-benchmark/src/main/java/benchmark/many/b02/NullBean02998.java | 41c7772c5ed3143e51af06adc14cfb4624a1b1c5 | [] | no_license | svn2github/s2container | https://github.com/svn2github/s2container | 54ca27cf0c1200a93e1cb88884eb8226a9be677d | 625adc6c4e1396654a7297d00ec206c077a78696 | refs/heads/master | 2020-06-04T17:15:02.140000 | 2013-08-09T09:38:15 | 2013-08-09T09:38:15 | 10,850,644 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package benchmark.many.b02;
public class NullBean02998 {
}
| UTF-8 | Java | 62 | java | NullBean02998.java | Java | [] | null | [] | package benchmark.many.b02;
public class NullBean02998 {
}
| 62 | 0.758065 | 0.645161 | 3 | 18.666666 | 12.498889 | 28 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 4 |
f02c25230285cff11915812b1a4f3f5535b7eef2 | 18,279,380,865,060 | 98570a8c6c1a30717d8e7ef33f4e1cadd8531f32 | /src/main/java/de/greenlood/alsatian/webstorm/plugin/coverage/AlsatianCoverageEngine.java | 8c17725b6d890abcec5768b8c2370556dfb77fe2 | [
"Apache-2.0"
] | permissive | Gr33nbl00d/alsatian-webstorm-plugin | https://github.com/Gr33nbl00d/alsatian-webstorm-plugin | 737bbc47b7a32be60a617a76272dd8e3d1740171 | 35e692b00b85c3355511c1415689db732e9dd3c5 | refs/heads/main | 2022-12-30T00:18:21.300000 | 2020-10-13T10:16:36 | 2020-10-13T10:16:36 | 302,407,107 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | //
// Source code recreated from a .class file by IntelliJ IDEA
// (powered by FernFlower decompiler)
//
package de.greenlood.alsatian.webstorm.plugin.coverage;
import com.intellij.coverage.*;
import com.intellij.coverage.view.CoverageListRootNode;
import com.intellij.coverage.view.CoverageViewExtension;
import com.i... | UTF-8 | Java | 8,767 | java | AlsatianCoverageEngine.java | Java | [] | null | [] | //
// Source code recreated from a .class file by IntelliJ IDEA
// (powered by FernFlower decompiler)
//
package de.greenlood.alsatian.webstorm.plugin.coverage;
import com.intellij.coverage.*;
import com.intellij.coverage.view.CoverageListRootNode;
import com.intellij.coverage.view.CoverageViewExtension;
import com.i... | 8,767 | 0.709022 | 0.704118 | 197 | 43.502537 | 45.93116 | 344 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.705584 | false | false | 4 |
83f42bd1bbf16e4f3cfca889e7512b901a2d83a7 | 13,297,218,802,748 | 981f41b5be7309a5a38f8faaacb68a0c5da5be79 | /TestPrograms/src/BasketPercent.java | 9cbef27f0eda02ee996827139ee2640b92be508c | [] | no_license | bellachip49/home-proj | https://github.com/bellachip49/home-proj | b260b26db7e40015967af2a1234e32914c2e38dd | 66406f09cd8f0ab2e2414024e35af8f528bb53fa | refs/heads/master | 2023-07-14T03:19:49.628000 | 2023-06-22T08:14:34 | 2023-06-22T08:14:34 | 54,749,744 | 0 | 0 | null | false | 2016-06-30T23:16:05 | 2016-03-25T21:56:43 | 2016-03-25T22:01:22 | 2016-06-30T23:16:05 | 43 | 0 | 0 | 0 | Python | null | null | public class BasketPercent {
public static void main(String [] args){
int numOfAnswers = 6;
for(int i = 0; )
}
}
| UTF-8 | Java | 137 | java | BasketPercent.java | Java | [] | null | [] | public class BasketPercent {
public static void main(String [] args){
int numOfAnswers = 6;
for(int i = 0; )
}
}
| 137 | 0.569343 | 0.554745 | 6 | 21.833334 | 14.735633 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 4 |
71128f174427986154a1e60457335ff7dd360fce | 31,834,297,614,329 | e0e2ddb45aeeee63ff029d5344baaa068726e728 | /src/main/java/br/com/clinicvet/repository/package-info.java | 0617f88d8176d28f307edd572b5604e52801234e | [] | no_license | BulkSecurityGeneratorProject/projeto-tutorial | https://github.com/BulkSecurityGeneratorProject/projeto-tutorial | 8a31ab243b2e3597437d15a156b7ed0cc19371f9 | 6839e249b942c59731403576267db591f6194036 | refs/heads/master | 2022-12-16T17:31:59.817000 | 2018-01-02T18:02:43 | 2018-01-02T18:02:43 | 296,578,746 | 0 | 0 | null | true | 2020-09-18T09:40:30 | 2020-09-18T09:40:29 | 2018-01-02T18:42:41 | 2018-01-02T18:42:30 | 73,766 | 0 | 0 | 0 | null | false | false | /**
* Spring Data JPA repositories.
*/
package br.com.clinicvet.repository;
| UTF-8 | Java | 78 | java | package-info.java | Java | [] | null | [] | /**
* Spring Data JPA repositories.
*/
package br.com.clinicvet.repository;
| 78 | 0.717949 | 0.717949 | 4 | 18.5 | 15.564383 | 36 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 4 |
163ae91c0448e387f59313b6de5dc8a2f37c6d9f | 23,493,471,133,141 | 7d1f5597dbbb8c6642f4da8f02d13fa711dad14c | /src/newtime/net/http/request/HttpRequest.java | c811243ebd26c8228e42f21329c9beaed7ea9dfe | [] | no_license | TheNewTimeGamer/JavaGeneralPurposeServer | https://github.com/TheNewTimeGamer/JavaGeneralPurposeServer | d46da25dc6d9dbc7890920e10ceca2e85c8aeece | 2765ba023e8946c8f39c9bef20d438b707c67c53 | refs/heads/master | 2021-07-18T10:28:00.321000 | 2020-08-28T04:30:40 | 2020-08-28T04:30:40 | 207,197,014 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package newtime.net.http.request;
import java.nio.ByteBuffer;
import java.security.KeyStore.Entry;
import java.util.Arrays;
import java.util.HashMap;
import java.util.Map;
public class HttpRequest {
public static HttpRequest build(byte[] buffer) {
HttpRequest request = null;
try {
request = new HttpRequest(b... | UTF-8 | Java | 4,502 | java | HttpRequest.java | Java | [] | null | [] | package newtime.net.http.request;
import java.nio.ByteBuffer;
import java.security.KeyStore.Entry;
import java.util.Arrays;
import java.util.HashMap;
import java.util.Map;
public class HttpRequest {
public static HttpRequest build(byte[] buffer) {
HttpRequest request = null;
try {
request = new HttpRequest(b... | 4,502 | 0.636606 | 0.629276 | 164 | 26.45122 | 22.243196 | 127 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.756098 | false | false | 4 |
b9bc48d4695f71ca250ab2f8e4fec48fac2ba00d | 68,719,503,782 | ad2025dd33f0b5e29acc9a5f8c4e22e912dbd2cf | /src/JavaAlgo/TrappingRainWater.java | 921c6dfdf00427953f74166bdac89c8f454384e7 | [] | no_license | VikramPalKamboj/JavaAlgorithms | https://github.com/VikramPalKamboj/JavaAlgorithms | f8e5578d7235f344858a681c12d12df60f431e9b | 34ba2aa2e7c44c7de2afb1855175bd4b396519e9 | refs/heads/master | 2020-12-30T12:00:44.862000 | 2017-05-29T23:40:03 | 2017-05-29T23:40:03 | 91,491,526 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package JavaAlgo;
import java.util.ArrayList;
import java.util.List;
public class TrappingRainWater {
int r;
int l;
public int trap(int[] height) {
List<Integer> ls=new ArrayList<Integer>();
List<Integer> lss=new ArrayList<Integer>();
for (int i = 0; i < height.length; i++) {
for (int j = 1; j ... | UTF-8 | Java | 719 | java | TrappingRainWater.java | Java | [] | null | [] | package JavaAlgo;
import java.util.ArrayList;
import java.util.List;
public class TrappingRainWater {
int r;
int l;
public int trap(int[] height) {
List<Integer> ls=new ArrayList<Integer>();
List<Integer> lss=new ArrayList<Integer>();
for (int i = 0; i < height.length; i++) {
for (int j = 1; j ... | 719 | 0.568846 | 0.547983 | 43 | 15.72093 | 15.475901 | 48 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.837209 | false | false | 4 |
4c3d9d68395b519389d8b0ec10f385903eaba7d0 | 5,085,241,308,351 | 60363c469505925fb12f13a740d3e47c1087e80c | /Modul3/src/Exemple3_5_5.java | 304f1d16a04d4c8ba99418fad94c5835bdde3a9f | [] | no_license | MikeKrysan/Module1-Module4 | https://github.com/MikeKrysan/Module1-Module4 | fd8f030b2d9d0f5c04b99399d1c5b23403f7c0f9 | 06ee117ec0073161eb58f1827a3bf645308367ff | refs/heads/main | 2023-08-29T13:11:41.968000 | 2021-10-12T16:01:41 | 2021-10-12T16:01:41 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
В классе Main объявлен массив numbers. Заполните его числами так, чтобы содержимое выглядело следующим образом:
[1, -2, 3, -4, 5, …, -98, 99, -100]. Советуем использовать циклы. Не меняйте модификаторы доступа переменных!
*/
import java.util.Arrays;
public class Exemple3_5_5 {
public static int[] numbers = ne... | UTF-8 | Java | 791 | java | Exemple3_5_5.java | Java | [] | null | [] | /*
В классе Main объявлен массив numbers. Заполните его числами так, чтобы содержимое выглядело следующим образом:
[1, -2, 3, -4, 5, …, -98, 99, -100]. Советуем использовать циклы. Не меняйте модификаторы доступа переменных!
*/
import java.util.Arrays;
public class Exemple3_5_5 {
public static int[] numbers = ne... | 791 | 0.598756 | 0.564541 | 21 | 29.619047 | 33.741985 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.857143 | false | false | 4 |
6f106d8754d26c9a83ecec20736588b495bf74c2 | 30,021,821,429,408 | 40f9eda72ba73d266d4fd09ea484463cd1cb0ce5 | /src/main/java/com/ric/bill/mm/ParMng.java | 96d4b01669885c958c49d3e62ccaa6a7cc6539ea | [] | no_license | bravesoftdz/BWC | https://github.com/bravesoftdz/BWC | 8fcf62e48bbb5b48fcd3b19bb3c85ec771fc4067 | e8987b56a8a2613ab0b744f0f4380bcf6d11dd6a | refs/heads/master | 2020-12-05T17:31:50.171000 | 2018-06-07T01:27:01 | 2018-06-07T01:27:01 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ric.bill.mm;
import java.util.Date;
import com.ric.bill.Storable;
import com.ric.bill.excp.EmptyStorable;
import com.ric.bill.excp.WrongSetMethod;
import com.ric.bill.model.bs.Par;
import com.ric.bill.model.fn.Chng;
import com.ric.bill.model.fn.ChngVal;
public interface ParMng {
boolean is... | UTF-8 | Java | 1,223 | java | ParMng.java | Java | [] | null | [] | package com.ric.bill.mm;
import java.util.Date;
import com.ric.bill.Storable;
import com.ric.bill.excp.EmptyStorable;
import com.ric.bill.excp.WrongSetMethod;
import com.ric.bill.model.bs.Par;
import com.ric.bill.model.fn.Chng;
import com.ric.bill.model.fn.ChngVal;
public interface ParMng {
boolean is... | 1,223 | 0.763696 | 0.762061 | 26 | 45.115383 | 31.899273 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.346154 | false | false | 4 |
15a543fd0f919d543273b891ca0af85e4b7a9bbd | 18,640,158,088,592 | e3b6c7049dbd0c1e15d25b741ea676f4cccf53d8 | /app/src/main/java/br/ufmg/coltec/tp/e06persistencia/ProdutoDAO.java | 6ceef183751fafec3c502052eae25597719cfed0 | [] | no_license | mtgo007/Android-E06-Persistencia | https://github.com/mtgo007/Android-E06-Persistencia | 588d4ec7b2af4499e9f71f0410e8a2c44e3cda79 | 22aca89233e510092b6827af9b90796fa19e1f07 | refs/heads/master | 2020-03-19T11:46:23.426000 | 2018-06-28T13:32:29 | 2018-06-28T13:32:29 | 136,475,517 | 0 | 0 | null | true | 2018-06-07T12:40:26 | 2018-06-07T12:40:26 | 2018-06-07T01:45:49 | 2018-06-07T01:45:47 | 126 | 0 | 0 | 0 | null | false | null | package br.ufmg.coltec.tp.e06persistencia;
import android.content.ContentValues;
import android.content.Context;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import android.database.sqlite.SQLiteOpenHelper;
import java.util.ArrayList;
import java.util.List;
/**
* Created by mtgo0 o... | UTF-8 | Java | 2,700 | java | ProdutoDAO.java | Java | [
{
"context": "rayList;\nimport java.util.List;\n\n/**\n * Created by mtgo0 on 28/06/2018.\n */\n\npublic class ProdutoDAO exten",
"end": 318,
"score": 0.9994428753852844,
"start": 313,
"tag": "USERNAME",
"value": "mtgo0"
}
] | null | [] | package br.ufmg.coltec.tp.e06persistencia;
import android.content.ContentValues;
import android.content.Context;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import android.database.sqlite.SQLiteOpenHelper;
import java.util.ArrayList;
import java.util.List;
/**
* Created by mtgo0 o... | 2,700 | 0.577066 | 0.571482 | 95 | 27.273684 | 26.352846 | 149 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.536842 | false | false | 4 |
3a35be768a3942909ee18888f73dc92cc143721d | 18,640,158,089,263 | 0a47a61045209124477c115fd3f116341de84936 | /15.AbstractClassesAndMethods/src/com/playwithjava/AnotherAbstract.java | fd8a1820adbf9d2e27ec3cd1b3268be93ec90347 | [] | no_license | mdfaridmiah/oop-java | https://github.com/mdfaridmiah/oop-java | f7d5e88b5f5746d2397bdf4022635464201a7cd6 | 35ef515ea783e0da48c22cebe28f40e56639a68a | refs/heads/master | 2023-05-29T08:16:07.762000 | 2021-06-14T18:06:09 | 2021-06-14T18:06:09 | 342,932,661 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.playwithjava;
public abstract class AnotherAbstract extends UIControl{
public AnotherAbstract(){
System.out.println("AnotherAbstract constructor");
}
public abstract void run();
}
| UTF-8 | Java | 214 | java | AnotherAbstract.java | Java | [] | null | [] | package com.playwithjava;
public abstract class AnotherAbstract extends UIControl{
public AnotherAbstract(){
System.out.println("AnotherAbstract constructor");
}
public abstract void run();
}
| 214 | 0.728972 | 0.728972 | 8 | 25.625 | 21.505449 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.375 | false | false | 4 |
8a91e6b585bc392fae733883c571d6ad287d6279 | 18,236,431,169,205 | 6180817e2475b47cb401183d13145fab1dc1169d | /wo2b-common-api/src/opensource/component/pulltorefresh/extras/PullToRefreshWebView2.java | fb9890c409983e2dd751d9ce6512c66affc6933c | [
"Apache-2.0"
] | permissive | benniaobuguai/android-project-wo2b | https://github.com/benniaobuguai/android-project-wo2b | a10c7f27949a5bd1ede675397d92bd6625c9f67f | edc5f13fb35d860345fe15062bd216e5ce418a34 | refs/heads/master | 2020-05-20T10:42:11.198000 | 2020-01-13T12:14:20 | 2020-01-13T12:14:20 | 29,479,296 | 85 | 45 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*******************************************************************************
* Copyright 2011, 2012 Chris Banes.
*
* 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.apac... | UTF-8 | Java | 4,360 | java | PullToRefreshWebView2.java | Java | [
{
"context": "**************************\n * Copyright 2011, 2012 Chris Banes.\n *\n * Licensed under the Apache License, Version",
"end": 116,
"score": 0.9998526573181152,
"start": 105,
"tag": "NAME",
"value": "Chris Banes"
},
{
"context": "lUpResponse(result);\n * }\n * </pre>\n * ... | null | [] | /*******************************************************************************
* Copyright 2011, 2012 <NAME>.
*
* 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.or... | 4,345 | 0.72133 | 0.717661 | 133 | 31.781956 | 28.93195 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.954887 | false | false | 4 |
4eda192aa745b4493e8a12c6fccd33c5acc2c967 | 28,243,704,963,420 | 98b84782adf97f6f0718f30d00241fad9221bebe | /app/src/main/java/com/muustar/plinng/NotificationType.java | c7c53e022e72ba106ecda1508aac1e4bbb722224 | [] | no_license | muustar/Plinng | https://github.com/muustar/Plinng | ce2ebd957d33a62a4688a4e994767d989b011aff | 7d1432534f41a0c7188a4c13813cc5d55e1c90c7 | refs/heads/master | 2020-03-22T21:41:15.374000 | 2018-07-12T21:53:49 | 2018-07-12T21:53:53 | 140,609,580 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.muustar.plinng;
/**
* Készítette: feco
* 2018.05.17.
*/
public class NotificationType {
private String from, type, text;
private Boolean seen;
private long timestamp;
public NotificationType(){}
public NotificationType(String from, String type, Boolean seen, long timestamp) {
... | UTF-8 | Java | 1,363 | java | NotificationType.java | Java | [
{
"context": "package com.muustar.plinng;\n\n/**\n * Készítette: feco\n * 2018.05.17.\n */\npublic class NotificationType ",
"end": 52,
"score": 0.9991182088851929,
"start": 48,
"tag": "USERNAME",
"value": "feco"
}
] | null | [] | package com.muustar.plinng;
/**
* Készítette: feco
* 2018.05.17.
*/
public class NotificationType {
private String from, type, text;
private Boolean seen;
private long timestamp;
public NotificationType(){}
public NotificationType(String from, String type, Boolean seen, long timestamp) {
... | 1,363 | 0.584129 | 0.578251 | 68 | 19.014706 | 18.63385 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.470588 | false | false | 4 |
3c6e33ccf8f6aa6fae258920689c21864c9c7852 | 28,243,704,963,069 | 38977388b229c264a2fb513ccd639c7e53f4dea6 | /src/main/java/controllers/fxml/SceneController.java | c03abfae54ab62d4b42451684123d78a4e5131df | [] | no_license | sun5lower/BookingApp | https://github.com/sun5lower/BookingApp | 24e72190d476ee439cc9786d8263c71bcb21fcf7 | 7fc35b66a486fa24712fd1c42817050f9a922f1a | refs/heads/master | 2023-07-19T00:31:28.116000 | 2021-09-12T23:27:07 | 2021-09-12T23:27:07 | 401,422,838 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package controllers.fxml;
import javafx.event.ActionEvent;
import javafx.fxml.FXMLLoader;
import javafx.scene.Node;
import javafx.scene.Parent;
import javafx.scene.Scene;
import javafx.stage.Stage;
import java.io.IOException;
public class SceneController {
private Stage stage;
private Scene scene;
priva... | UTF-8 | Java | 1,650 | java | SceneController.java | Java | [] | null | [] | package controllers.fxml;
import javafx.event.ActionEvent;
import javafx.fxml.FXMLLoader;
import javafx.scene.Node;
import javafx.scene.Parent;
import javafx.scene.Scene;
import javafx.stage.Stage;
import java.io.IOException;
public class SceneController {
private Stage stage;
private Scene scene;
priva... | 1,650 | 0.670909 | 0.670909 | 47 | 34.127659 | 27.894648 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.659574 | false | false | 4 |
3235e97f37c2768da6be16225e49e2d79316db9e | 4,123,168,628,820 | 127690dd7d6fcc7faf8ec030074f87a983e1e9ee | /car rental company/Customer.java | 2c3bfa0d58aec4c893b97e125c70d4d0573f6d89 | [] | no_license | chongwenguo/object-oriented-programming | https://github.com/chongwenguo/object-oriented-programming | c398c38298a0d782f4aff687e8753a7e4e8c2aed | 3ba414d2531adc445e12e520035f1bca52f33b9a | refs/heads/master | 2020-04-08T18:54:26.620000 | 2018-07-14T18:19:57 | 2018-07-14T18:19:57 | 22,855,564 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* customer class which represent a customer
* @author chongwen guo
* @version 1.0
*/
public class Customer {
private String name;
private double discount;
/**
* constructor for customer
* @param aName the name of a customer
*/
public Customer(String aName) {
name = aNam... | UTF-8 | Java | 1,131 | java | Customer.java | Java | [
{
"context": "tomer class which represent a customer\r\n * @author chongwen guo\r\n * @version 1.0\r\n */\r\n\r\n\r\npublic class Customer ",
"end": 74,
"score": 0.9996877908706665,
"start": 62,
"tag": "NAME",
"value": "chongwen guo"
}
] | null | [] | /**
* customer class which represent a customer
* @author <NAME>
* @version 1.0
*/
public class Customer {
private String name;
private double discount;
/**
* constructor for customer
* @param aName the name of a customer
*/
public Customer(String aName) {
name = aName;
... | 1,125 | 0.6145 | 0.610964 | 50 | 20.620001 | 18.611706 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.2 | false | false | 4 |
95e8599c0554d089f5109966930d5ca0e502935c | 137,438,971,185 | 13e05c77cc74b9b45d73d31fcf82298e004886c9 | /app/src/main/java/com/zhaozhuan/mobile/tile/BasicActivity.java | ca339751b58a54e431c62b5d14223a85945e58db | [] | no_license | longjunye/Tile | https://github.com/longjunye/Tile | 8f6431d85ac1ffd987dfa235680581ab12f2eff3 | db2782b8ee4954748a7b1dc35ebe1221d5d3013e | refs/heads/master | 2021-01-12T07:49:58.026000 | 2016-12-21T09:05:40 | 2016-12-21T09:05:40 | 77,035,642 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zhaozhuan.mobile.tile;
import android.app.Activity;
import android.content.Context;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
public class BasicActivity extends AppCompatActivity {
protected Context context;
public enum PendingTransition {
LEFT,
RIG... | UTF-8 | Java | 1,050 | java | BasicActivity.java | Java | [] | null | [] | package com.zhaozhuan.mobile.tile;
import android.app.Activity;
import android.content.Context;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
public class BasicActivity extends AppCompatActivity {
protected Context context;
public enum PendingTransition {
LEFT,
RIG... | 1,050 | 0.7 | 0.699048 | 34 | 29.882353 | 29.27734 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.470588 | false | false | 4 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.