blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 4 410 | content_id stringlengths 40 40 | detected_licenses listlengths 0 51 | license_type stringclasses 2
values | repo_name stringlengths 5 132 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringlengths 4 80 | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 5.85k 689M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 22
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 131
values | src_encoding stringclasses 34
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 3 9.45M | extension stringclasses 32
values | content stringlengths 3 9.45M | authors listlengths 1 1 | author_id stringlengths 0 313 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
6280eb9e1462ae4a597fc7eefb0b69693b8347ca | aca36ea88be798ede3e9f9c96daf94e8d5a2269b | /app/src/main/java/com/liangjing/greendao3/dao/StudentDao.java | 7d4121f44b140a3d3b62a6690220965f7106bd4d | [] | no_license | weileng11/GreenDao3Test-master | 12e9d84f415e7362fbd97043d5301ef8ef322ba8 | 62d41dce3abb90d24919ccbfb11402f9140921e4 | refs/heads/master | 2021-01-22T23:57:57.719270 | 2017-09-05T03:37:41 | 2017-09-05T03:37:41 | 102,430,160 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,407 | java | package com.liangjing.greendao3.dao;
import android.database.Cursor;
import android.database.sqlite.SQLiteStatement;
import com.liangjing.greendao3.entity.Student;
import org.greenrobot.greendao.AbstractDao;
import org.greenrobot.greendao.Property;
import org.greenrobot.greendao.database.Database;
import org.greenro... | [
"275762645@qq.com"
] | 275762645@qq.com |
4063b74cb0f4cfcd3a4fb6fb7fa2d1c37a0a2045 | 49aafc8e02a2ed6e13f1cf630b8ebc0273b601d1 | /src/produto/model/Produto.java | 0c73475b35ba5d64fa86ea6ba0e3b96f514bcc44 | [] | no_license | jpsouza31/Comanda-Virtual | ed39c875e627a6e235a461022dd4bd06225d1015 | b8871a8572ca7d48e51b6069f6f29114bbeeb4cb | refs/heads/master | 2022-12-23T23:18:33.414926 | 2020-09-25T17:25:18 | 2020-09-25T17:25:18 | 188,311,747 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,187 | java | package produto.model;
import produto.dao.ProdutoDAO;
import java.util.List;
public class Produto {
private Integer id;
private String nome;
private Float preco;
private Integer desconto;
public void save(){
try {
ProdutoDAO.save(this);
System.out.println("Produto ... | [
"jpsouza31@yahoo.com.br"
] | jpsouza31@yahoo.com.br |
5a996a4898a3e356f7d8a9ec5060415cfdb89a3a | 168f53cfdd6c9194c115d64eb6ad219089e95c88 | /util/src/main/java/cl/util/file/sorter/FileSorterUtils.java | ff014f38c0b34555ac3a3bdeec176303334c7581 | [
"MIT"
] | permissive | vmazheru/codeless | f90a94d2b908b077209ce32a75945b794b7e155e | 1eb0f998b4b8065760acc490992c1f88d8b808c2 | refs/heads/master | 2021-05-01T14:03:42.567697 | 2018-01-22T19:38:19 | 2018-01-22T19:38:19 | 55,106,765 | 1 | 0 | null | 2018-01-20T17:23:53 | 2016-03-31T00:15:29 | Java | UTF-8 | Java | false | false | 468 | java | package cl.util.file.sorter;
import static cl.core.decorator.exception.ExceptionDecorators.*;
import java.io.File;
import java.util.function.BiConsumer;
import cl.core.util.FileUtils;
class FileSorterUtils {
static void withTempFile(File original, BiConsumer<File, File> f) {
File sortedFile = uncheck((... | [
"v_mazheru@yahoo.com"
] | v_mazheru@yahoo.com |
08d1c33eec7306ed30327d75c05429a8f18b0aa9 | 0bb0ec8b68ba9de7bd5e6cfd2540f50e7acdfcab | /Tutorial 07/tutorial-07/src/main/java/com/apap/tu07/service/FlightServiceImpl.java | ea2755831c7679c66dcc82e7117a568d89942299 | [] | no_license | agungtrsn/tutorial-07 | 584ffc04799ff7cc7b97e9a129b4b8f8cb18ada0 | 154885490f82664d899597d686638849d5522119 | refs/heads/master | 2021-05-17T02:39:46.370976 | 2020-03-27T16:15:43 | 2020-03-27T16:15:43 | 250,580,229 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,477 | java | package com.apap.tu07.service;
import java.util.Optional;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import com.apap.tu07.model.FlightModel;
import com.apap.tu07.... | [
"agungtresna@yahoo.com"
] | agungtresna@yahoo.com |
34ca18dec1bf76031e13406c20cbc14a35fa2a18 | 280c457794b9198f217b5871e448e8368e67c22f | /zookeeper-monitor/src/main/java/com/flynn/zk/tab/ServerTab.java | 39d3eb7d67b952557393773015fbfdd32e0d40a4 | [] | no_license | chesterfyh/zookeeper-monitor | 91f1419d1d744cbe871c995212014ff302ecf2b9 | 494db3da282afe9dc35dc0155a0f2774f17de513 | refs/heads/master | 2021-07-13T12:09:44.238188 | 2019-09-29T04:53:48 | 2019-09-29T04:53:48 | 211,593,156 | 0 | 0 | null | 2020-10-13T16:22:17 | 2019-09-29T02:52:03 | Java | UTF-8 | Java | false | false | 2,311 | java | package com.flynn.zk.tab;
import java.awt.BorderLayout;
import java.awt.event.MouseAdapter;
import java.awt.event.MouseEvent;
import java.io.IOException;
import javax.swing.JButton;
import javax.swing.JLabel;
import javax.swing.JPanel;
import javax.swing.JTextField;
import com.flynn.zk.AppWin;
/**
* 服务器选择卡
* @aut... | [
"chesteryh@sina.com"
] | chesteryh@sina.com |
6028a7cf36d7dd9bbf0ad22944fc5cd66606f6ba | 3c9b215a1f476de346d564fcc1ded5f652301964 | /src/java/cms/model/IngredienteHasProdutoPK.java | b76cf3ddddb58d75b5db29a092843d09d6bd8569 | [] | no_license | ProjetosDAWII/CardAPPio | 9d19024d952dc89f90b09c80d53b2e4b020d71ba | 03233ae13a68372209afc2f7461649e278011c86 | refs/heads/master | 2020-03-28T22:05:37.584211 | 2018-12-04T00:55:19 | 2018-12-04T00:55:19 | 149,204,476 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,270 | java | /*
* 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 cms.model;
import model.*;
import java.io.Serializable;
import javax.persistence.Basic;
import javax.persistence.Column;
impor... | [
"hullopes@hotmail.com"
] | hullopes@hotmail.com |
5cfac5f253f91323959aa81bc765d0700a44b186 | cc312b8656c5b2886cd9f49b0ebf6d6d96878be2 | /POS-JavaFX-Domain/src/main/java/com/pos/domain/T_HeadStruk.java | 582cb75e08205368af571358454ff95f2f713746 | [] | no_license | javadev-reza/javafx-spring-boot | c21d2e7fe610c0dc64e390dec816a544c41e1738 | b13145f4256ee0398e5ea454764659989927119c | refs/heads/master | 2021-01-25T11:57:44.300916 | 2017-06-10T17:38:46 | 2017-06-10T17:38:46 | 93,953,872 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,118 | java | package com.pos.domain;
import com.pos.library.BaseTransaction;
import java.util.Date;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.JoinColumn;
import javax.persistence.ManyToOne;
import javax.persistence.Table;
@Entity
@Table(name="T_HeadStruk")
public class T_HeadStruk ... | [
"javadevreza@gmail.com"
] | javadevreza@gmail.com |
0fa40a852486fd672c196accdca31816b7a73d1c | 9b294c3bf262770e9bac252b018f4b6e9412e3ee | /camerazadas/source/apk/com.sonyericsson.android.camera/src-cfr-nocode/android/support/v4/view/ScaleGestureDetectorCompatKitKat.java | fc3e411e1735b67499931ed8704c9ca5c91cc25c | [] | no_license | h265/camera | 2c00f767002fd7dbb64ef4dc15ff667e493cd937 | 77b986a60f99c3909638a746c0ef62cca38e4235 | refs/heads/master | 2020-12-30T22:09:17.331958 | 2015-08-25T01:22:25 | 2015-08-25T01:22:25 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 297 | java | /*
* Decompiled with CFR 0_100.
*/
package android.support.v4.view;
class ScaleGestureDetectorCompatKitKat {
private ScaleGestureDetectorCompatKitKat();
public static boolean isQuickScaleEnabled(Object var0);
public static void setQuickScaleEnabled(Object var0, boolean var1);
}
| [
"jmrm@ua.pt"
] | jmrm@ua.pt |
5c60eb3f3ff4c0c9615c664b8d8a69a6efb2983e | 0608262ab6d758a5c468ed12b3f4d8ecf459817f | /src/main/java/org/nuist/rpc/remoting/model/RemotingResponse.java | 6e0096d52e8f83a5ac50548f1444cc56659d1db0 | [] | no_license | xiazhixiang/raft-kv | 84312837556e8e36de6324030e79b3f2d2e9ca87 | 700140c15274653ebe7a202218d3a6ac0a18c317 | refs/heads/master | 2022-12-10T23:13:43.323476 | 2020-09-08T07:09:43 | 2020-09-08T07:09:43 | 291,208,898 | 14 | 2 | null | null | null | null | UTF-8 | Java | false | false | 2,443 | java | package org.nuist.rpc.remoting.model;
import java.util.concurrent.CountDownLatch;
import java.util.concurrent.TimeUnit;
import org.nuist.rpc.remoting.InvokeCallback;
/**
*
*
* @description 请求返回的对象包装类
* 11:08:43
* @
*/
public class RemotingResponse {
// 远程端返回的结果集
private volatile RemotingTransporter remotin... | [
"1217937285@qq.com"
] | 1217937285@qq.com |
69679c062131bd5bebc1020c5b0475299ed471d6 | b1ab8e24c37da8eaf1f3a48626007dd011264a09 | /src/main/java/com/morningstar/covidworkerincentiveapi/disbursementtransaction/disbursemoney/MoneyDisbursementService.java | 7d83a1b5804dc69a69761fb9c83d995fe46c1327 | [] | no_license | fajarkarim/covid-incentive-worker-api | f27f04cba5277d77432a3d13d1b12df3873aed22 | a8aded9a5ad12b0596d888ca7762e0df47348477 | refs/heads/master | 2023-01-06T07:44:42.314273 | 2020-11-09T06:13:55 | 2020-11-09T06:13:55 | 307,255,059 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,006 | java | package com.morningstar.covidworkerincentiveapi.disbursementtransaction.disbursemoney;
import com.morningstar.covidworkerincentiveapi.disbursementtransaction.validateworkersdata.WorkersDataValidatedEvt;
import org.axonframework.commandhandling.gateway.CommandGateway;
import org.axonframework.eventhandling.EventHandler... | [
"fajar.karim@btpn.com"
] | fajar.karim@btpn.com |
1342c3a7d364cee561baadc258fa6938d16187f0 | 48631c3851b15fbc20e61e29b82480b64eec2885 | /javase/src/main/java/com/prosayj/springboot/javase/base/day14_class/code/classes/Person.java | 3fce9cbb91b4902380c9e3880290858619af7fe0 | [
"Apache-2.0"
] | permissive | ProSayJ/springbootstudy | 56cb7f80502888d2c564d7a4bda23dd0650750f7 | 04b5ce563b9e6163ab6d6217292d7dd266e105c3 | refs/heads/master | 2022-12-25T10:42:49.047945 | 2021-04-09T15:20:12 | 2021-04-09T15:20:12 | 147,488,466 | 0 | 0 | Apache-2.0 | 2022-12-16T03:22:22 | 2018-09-05T08:52:00 | Java | UTF-8 | Java | false | false | 259 | java | package com.prosayj.springboot.javase.base.day14_class.code.classes;
public class Person {
private String name = "张三";
public void eat(){
System.out.println(name+ " 在吃饭");
}
public void run(){
System.out.println(name+" 在跑步");
}
}
| [
"yangjian@bubi.cn"
] | yangjian@bubi.cn |
7d582de5484d391ece214e0f1e818ab0b56ec9c9 | c04575ddf3506f3b9da2213c3f2257c6173af56a | /AppOwnner/src/com/appowner/bean/EmailUtility12.java | 35063c84e24eae87afc0831a968942971e324d62 | [] | no_license | dualapp/appowner | 47beb9283cd590db0a9bc15b9c019e81532eeb12 | 4a0b5596b33bf674e4d00dd4a7cef9e5026f9429 | refs/heads/master | 2020-05-20T11:38:40.906430 | 2015-06-26T07:31:01 | 2015-06-26T07:31:01 | 38,095,008 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,480 | java | package com.appowner.bean;
import java.util.Date;
import java.util.Properties;
import javax.mail.Authenticator;
import javax.mail.Message;
import javax.mail.MessagingException;
import javax.mail.PasswordAuthentication;
import javax.mail.Session;
import javax.mail.Transport;
import javax.mail.interne... | [
"priya.das080@gmail.com"
] | priya.das080@gmail.com |
b6663add3f0d7ebc6da3f477c456336fcf7e045f | cb0a1b0ac15f5c827b33bd764a5329aaa5070ff9 | /xdroid/src/main/java/com/ro/xdroid/media/image/loader/glide/GlideModelConfig.java | 72569707b05f4ddadd95e68f107d695dfce08d92 | [] | no_license | liuhui2013/TuanFan | fd338bda696793a6a9449a746454a09e0f8c24f3 | 1180a188808717d96b15f704b13929a9c8d6ffdb | refs/heads/master | 2021-08-31T17:21:03.242805 | 2017-12-22T06:15:20 | 2017-12-22T06:15:20 | 115,073,210 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,189 | java | package com.ro.xdroid.media.image.loader.glide;
import android.content.Context;
import com.bumptech.glide.Glide;
import com.bumptech.glide.GlideBuilder;
import com.bumptech.glide.Registry;
import com.bumptech.glide.annotation.GlideModule;
import com.bumptech.glide.integration.okhttp3.OkHttpUrlLoader;
import com.bumpt... | [
"1272784979@qq.com"
] | 1272784979@qq.com |
4367e148c71da5edaf9dcc7d4c0e8eaf845b5a2b | d2fee82e83285cfc7eb6f3dda478454a619d4d71 | /com.studyolle/src/main/java/com/studyolle/mail/ConsoleEmailService.java | 326b2570bbdf830e796c048be948c7da60fd72e0 | [] | no_license | KoYoungSung/inflearn-WebApplication-Dev | 6b13376b81c53eb0658b700514590558e01e31be | cd1ae7e5afca040b5128448c37facd828f6914af | refs/heads/main | 2023-01-24T12:37:35.391247 | 2020-11-25T15:55:56 | 2020-11-25T15:55:56 | 312,774,335 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 404 | java | package com.studyolle.mail;
import lombok.extern.slf4j.Slf4j;
import org.springframework.context.annotation.Profile;
import org.springframework.stereotype.Component;
@Slf4j
@Profile("local")
@Component
public class ConsoleEmailService implements EmailService {
@Override
public void sendEmail(EmailMessage emai... | [
"ko"
] | ko |
eef3e738e8969f4b3279073a5258364cb077a198 | 74acea1b7f2a3a509b9ead48f186c9349bf55cc8 | /webapps/www/java/com/enjoyf/webapps/joyme/webpage/controller/joymeapp/gameclient/json/GameClientJsonMiyouController.java | 57fe5cb3a99e94819d6c6c1e39b8367dc9ff66ce | [] | no_license | liu67224657/besl-platform | 6cd2bfcc7320a4039e61b114173d5f350345f799 | 68c126bea36c289526e0cc62b9d5ce6284353d11 | refs/heads/master | 2022-04-16T02:23:40.178907 | 2020-04-17T09:00:01 | 2020-04-17T09:00:01 | 109,520,110 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 26,191 | java | package com.enjoyf.webapps.joyme.webpage.controller.joymeapp.gameclient.json;
import com.enjoyf.platform.service.ActStatus;
import com.enjoyf.platform.service.ValidStatus;
import com.enjoyf.platform.service.comment.*;
import com.enjoyf.platform.service.event.EventDispatchServiceSngl;
import com.enjoyf.platform.service... | [
"ericliu@staff.joyme.com"
] | ericliu@staff.joyme.com |
8eb90ad3bb6c828ee0bddd2f2d58c4b052c301af | 107b42ac3dfd36414f4e4f5b809e741e46f09800 | /Framework/src/test/java/com/learnautomation/testcases/ConfigTC.java | 1625a3d575e18af905747b978b129b3190896b39 | [] | no_license | yadav782/SeleniumFramework | 2844be690395a4359bc693b690744c08870e8aa2 | 7846909f452347490c8a2a910f186ae9a639c0a9 | refs/heads/master | 2020-04-22T10:54:39.404042 | 2019-02-14T15:18:47 | 2019-02-14T15:18:47 | 170,321,708 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 714 | java | package com.learnautomation.testcases;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.util.Properties;
import org.openqa.selenium.chrome.ChromeDriver;
import org.testng.annotations.Test;
import com.aventstack.extentreports.externalconfig.model.Config;... | [
"41895580+yadav782@users.noreply.github.com"
] | 41895580+yadav782@users.noreply.github.com |
bfc15171c183e95d38ca953da0489135dedcd006 | 0b0f848e200254441feb3446a41824d00d8021e0 | /gmail.hollysharu.0227/src/CollectionsTest.java | 988c0a342c3b9ab646db1af12b257542d4116bee | [] | no_license | hollymun/0227 | d6107a0f6575d8c7dcc90bad2bbc1d512fa47270 | dca562f4b0520bc18c494e967297ff5c5889f852 | refs/heads/master | 2020-04-25T21:29:25.903664 | 2019-02-28T09:24:47 | 2019-02-28T09:24:47 | 173,081,235 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 859 | java | import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
public class CollectionsTest {
public static void main(String[] args) {
//Collections 클래스의 static 메소드를 이용하면
//List, Set, Map에 작업을 수행할 수 있음
//reverse, shuffle, unmodifyableList 등의 메소드가 있음
List<String> list=new ArrayList<Str... | [
"Moon@localhost"
] | Moon@localhost |
dedddd4816607f02e84de08055988991ec1495fa | 4aacb06f9e4b31c95ea381f15bddad6b2854a3ca | /lesson1/Wall.java | 05acee5373ccfedd59d90ffe1fd5cf2b8b67bba8 | [] | no_license | batonskii/Course2 | c7a4265f901c9f72287ba8000ba8ac4a7c0a38c2 | fa51aa2deffcd0835a38324309d77ef018569776 | refs/heads/master | 2022-12-01T06:55:38.270154 | 2020-08-12T19:36:16 | 2020-08-12T19:36:16 | 282,652,773 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,808 | java | package ru.geekbrains.lesson1;
public abstract class Wall extends Obstacle {
private final int height;
public Wall(String name, int height) {
super(name);
this.height = height;
}
public int getHeight() {
return height;
}
@Override
protected boolean moving(Human hu... | [
"edemshtork@yandex.ru"
] | edemshtork@yandex.ru |
e784cc7801b640c7bf176a0ce78a7a5162f70353 | e6ee040697b6e192f9d00e37ab1b6ac270a00a2c | /src/main/java/com/mugen/riot/model/match/Rune.java | e80de5463998f633a47140517fa6598635238fc3 | [] | no_license | MugenTwo/RiotGamesApiClient | f02d70079133f7db3bf8ca6ab8983eaa2aead3c8 | 46577649cbe196a3be5b2a9f9cef40a892d835d5 | refs/heads/master | 2021-06-19T08:42:00.061143 | 2021-04-19T18:27:56 | 2021-04-19T18:27:56 | 204,779,245 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 170 | java | package com.mugen.riot.model.match;
import lombok.Builder;
import lombok.Value;
@Builder(toBuilder = true)
@Value
public class Rune {
int runeId;
int rank;
}
| [
"johncarlo.purihin@gmail.com"
] | johncarlo.purihin@gmail.com |
67527315cf378e1d6213d6105508b89e634fbcb8 | eccb88f097ead30429b79dd2c6ebd6f88f5d4871 | /src/main/java/com/epam/amoi/employee/EmployeeService.java | b2e55f0df4d729d9ec9a5eaf8e19c235a7fc0029 | [] | no_license | MoarDm/exampleConsoleApp | 798ead2290be9b79d56001f914cc05837c1d8f79 | 428db15dd57cff03950ae859cc71eb41988d7720 | refs/heads/master | 2023-03-09T13:00:48.644530 | 2021-02-24T16:29:33 | 2021-02-24T16:29:33 | 341,953,720 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,614 | java | package com.epam.amoi.employee;
import com.epam.amoi.employee.dao.EmployeeDao;
import com.epam.amoi.employee.dao.ProjectDao;
import com.epam.amoi.employee.dao.SkillsDao;
import com.epam.amoi.employee.model.Employee;
import com.epam.amoi.employee.model.EmployeeInput;
import com.epam.amoi.employee.model.Project;
import ... | [
"artem_moiseenko@epam.com"
] | artem_moiseenko@epam.com |
22c6d427733ba6a3323777bfdbf01b3e69d2500e | b15803e9aaa1ca3dd3714182092626da1c96bb3a | /src/test/java/com/reserva/noblesse/web/rest/UserJWTControllerIT.java | 0ac1d70901a424569c587a70566b14cc49e77d30 | [] | no_license | gustavocaraciolo/reserva-noblesse | 16bef538b26d377378270274dc920c50f297214b | 5ce7eb11f080750cff28a9b3616dc244473bac7c | refs/heads/main | 2023-05-31T23:52:04.945439 | 2021-07-06T17:39:04 | 2021-07-06T17:39:04 | 382,347,150 | 0 | 1 | null | 2021-07-06T17:05:01 | 2021-07-02T12:58:58 | Java | UTF-8 | Java | false | false | 3,986 | java | package com.reserva.noblesse.web.rest;
import static org.hamcrest.Matchers.emptyString;
import static org.hamcrest.Matchers.is;
import static org.hamcrest.Matchers.not;
import static org.hamcrest.Matchers.nullValue;
import static org.springframework.test.web.servlet.request.MockMvcRequestBuilders.post;
import static o... | [
"jhipster-bot@jhipster.tech"
] | jhipster-bot@jhipster.tech |
4787eb246270bafc8889a90dacf3c41cab1285d3 | 97abe314f90c47105d0a5a987c86c8a5eee8ace2 | /carbidev/com.nokia.tools.variant.compare_1.0.0.v20090225_01-11/src/com/nokia/tools/variant/compare/cmodel/provider/EModelRootItemProvider.java | 2d9b97ebf8147647d8ace19e1d79670bb0b414be | [] | no_license | SymbianSource/oss.FCL.sftools.depl.swconfigapps.configtools | f668c9cd73dafd83d11beb9f86252674d2776cd2 | dcab5fbd53cf585e079505ef618936fd8a322b47 | refs/heads/master | 2020-12-24T12:00:19.067971 | 2010-06-02T07:50:41 | 2010-06-02T07:50:41 | 73,007,522 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,507 | java | /*
* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/le... | [
"none@none"
] | none@none |
d8c6e4e26a2c0e7e950c6b68cee5fcae60ae3458 | 9097a389b685f44267f4a71f7a3ec821cb64a262 | /src/main/java/ua/epam/spring/hometask/DAO/AbstractDAO.java | df1059c569bd3d4e8f68310cacbd362a050620a5 | [] | no_license | ahancharou/SpringCoreHomeTask | 088561536bbb86d6e2f733f4307829d17425df9c | 8f0bfe75c6a4869ce823d93a74e1a009e0aada1d | refs/heads/master | 2021-01-19T05:30:52.239092 | 2016-07-02T11:12:05 | 2016-07-02T11:12:05 | 60,990,864 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 302 | java | package ua.epam.spring.hometask.DAO;
import ua.epam.spring.hometask.domain.DomainObject;
import java.util.Collection;
public interface AbstractDAO<T extends DomainObject> {
public T getById(Long id);
public T save(T t);
public void remove(T t);
public Collection<T> getAll();
}
| [
"Hancharou Alex"
] | Hancharou Alex |
549593c944d36b1c0e117372a0702e319d2cad49 | 0089055286eb8663169b010733a603b94841bed7 | /querydsl-jpa/src/test/java/com/mysema/query/jpa/UniqueResultsTest.java | d8fc8bb97fef76e320947e3b500245899829d1f5 | [] | no_license | Centonni/querydsl | 993806d8d0a6913fd7a6726fb7874552a76cec79 | 0b8828a10451061b34b84dab012db184b48a2a62 | refs/heads/master | 2021-01-18T06:22:59.947426 | 2014-08-16T20:50:21 | 2014-08-16T20:50:21 | 22,810,660 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,881 | java | /*
* Copyright 2011, Mysema Ltd
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* http://www.apache.org/licenses/LICENSE-2.0
* Unless required by applicable law or agreed to in writing... | [
"timo.westkamper@mysema.com"
] | timo.westkamper@mysema.com |
2c2000fa132e703a0f67157a9e9d9d83205930a6 | 0c1508af2aff165f286314f6ea4cb286b9b6d474 | /cloud-common/src/test/java/com/kame/cloud/AppTest.java | 7b145bb164222939078b209bdedfdbc0859cfa66 | [] | no_license | koloum/cloud | 5ccfe317d8b68ad78bdc39ed4404ae22da540ea0 | ddbe97c90e87bb78b2941f3405debfe663b718c3 | refs/heads/master | 2020-09-22T03:14:55.951635 | 2016-09-01T16:07:44 | 2016-09-01T16:07:44 | 67,110,966 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 642 | java | package com.kame.cloud;
import junit.framework.Test;
import junit.framework.TestCase;
import junit.framework.TestSuite;
/**
* Unit test for simple App.
*/
public class AppTest
extends TestCase
{
/**
* Create the test case
*
* @param testName name of the test case
*/
public AppTest( ... | [
"koloum@163.com"
] | koloum@163.com |
a49b5577871be05f7aa995771650e6ef420d9573 | 2c40a543d7405f48ae97bbaa830e583d063a024e | /src/Lab4/Factory/Main.java | a93386141dbcb2a73c975f9d6e7046f37096246c | [] | no_license | OanaCC9/AtelierulDigital2020 | 931685e0a406ddcce61a9d92ff55889c1bc3f393 | 72a75b07aaf97f31f726ba1ec8e6af4fcb070064 | refs/heads/master | 2022-06-28T11:27:55.502635 | 2020-05-11T18:20:22 | 2020-05-11T18:20:22 | 255,405,186 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 46 | java | package Lab4.Factory;
public class Main {
}
| [
"Oana@Chiriac.com"
] | Oana@Chiriac.com |
357e47dfc193176a847721e643c4c0d63f965d7e | 0ae1e98f99eed0eee07a6459b33eca34983cf5f3 | /app/src/main/java/com/jm/newvista/ui/adapter/OrderHistoryRecyclerViewAdapter.java | 16fec192aa54578805e2cc2bf497b1a3135858ec | [
"MIT"
] | permissive | RanjitPati/NewVista-for-Customer | 6a228faee6313bdf49ca5232c060f94e0bd37268 | 3558d7b3d590dbc33527df88c1fd291d45d68dfb | refs/heads/master | 2021-09-17T03:31:31.200642 | 2018-06-27T09:27:20 | 2018-06-27T09:27:20 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,838 | java | package com.jm.newvista.ui.adapter;
import android.animation.ObjectAnimator;
import android.app.Activity;
import android.content.Context;
import android.content.Intent;
import android.support.annotation.NonNull;
import android.support.v4.app.ActivityOptionsCompat;
import android.support.v7.widget.CardView;
import andr... | [
"johnnysviva@outlook.com"
] | johnnysviva@outlook.com |
63edf311a00960dbd02d254afe6b8b56a7d5bea2 | e67aa88dba5cc9d297f21b12cf16a380635b0826 | /pharmaSoft/src/main/java/fr/mmm/pharmaSoft/views/ProduitFenetre.java | e0a5a8fd27ab18ba0edc91d9a856a2ff08af179f | [] | no_license | khalifandiaye/pharmasoft | 637d1f718a68eb36754c1ff5052371a5ab55035a | 5ce60b7c10be58bd66ef262ef22432094965f681 | refs/heads/master | 2021-01-01T08:21:03.408678 | 2015-03-11T21:45:48 | 2015-03-11T21:45:48 | 39,524,592 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 15,346 | java | package fr.mmm.pharmaSoft.views;
import java.awt.BorderLayout;
import java.awt.Color;
import java.awt.Dimension;
import java.awt.Font;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.util.ArrayList;
import java.util.List;
import javax.swing.BorderFactory;
import javax.... | [
"moustaphamb@11cddf64-6fb3-b167-68fa-693e53c0ab82"
] | moustaphamb@11cddf64-6fb3-b167-68fa-693e53c0ab82 |
31cfc91d2bb2d18225012d3501732795b4862f66 | e53e1bece2f46c0acf3fc1d7e4664846b278c3ac | /LearnJava_New/src/learnVariables/StaticVariable.java | ce8561cfb422a7a7fcd7ec5b51fc2c71bba9c11f | [] | no_license | sojiqa/Selenium_framework | efcc860cfcaf468a9368c88d6fc82778f46b038b | a7db1bd09fd6ca95fbbbeaeb0e08a257f3d69895 | refs/heads/master | 2023-05-31T07:09:42.859430 | 2021-07-05T16:19:20 | 2021-07-05T16:19:20 | 383,195,057 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 361 | java | package learnVariables;
public class StaticVariable {
static int count =10;
public void incr() {
count++;
}
public static void main(String[] args) {
// TODO Auto-generated method stub
StaticVariable obj1= new StaticVariable ();
StaticVariable obj2= new StaticVariable ();
obj1.incr();
System.out.println(obj1.count... | [
"soji.olu3@gmail.com"
] | soji.olu3@gmail.com |
60aa2d69db95be1326821f1ab28bd16ec03515b5 | 84865d5553879817557c090f3d4396243390ba4f | /src/main/java/com/get/edgepay/fms/facade/FMSFacadeImpl.java | 999cb3b48fc6eb612aaad37e981ba31d7bee24a0 | [] | no_license | palashcrs/FMS | 8521dea8a5987dab099327e6986607adad35d234 | ca9347e7ffc0d3073acb354652d0dc414d82f76e | refs/heads/master | 2021-05-07T15:18:47.599406 | 2017-11-23T10:52:51 | 2017-11-23T10:52:51 | 109,932,897 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,653 | java | package com.get.edgepay.fms.facade;
import java.util.List;
import java.util.concurrent.Callable;
import java.util.concurrent.ExecutorService;
import java.util.concurrent.Executors;
import java.util.concurrent.Future;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.ann... | [
"palashc@rssoftware.co.in"
] | palashc@rssoftware.co.in |
05942e8a2c412a92a5cb8ec885ea63a3d66bda50 | 078699ce665261621344075b1af4db54b389ec6c | /src/DatabaseHelper.java | bc2ab1eb9b1e19538a1445bd148a309bd986d1cd | [] | no_license | shofahi/AntiTowerDefense | 7b307ab5bdc3ecc92cd28171a095de8f6f76d885 | 77ce32008e017fe8dfe4b063b916c9715200056f | refs/heads/master | 2020-06-29T02:49:09.863875 | 2017-01-19T16:49:50 | 2017-01-19T16:49:50 | 74,454,834 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 757 | java | /**
* Classname: DatabaseHelper.java
* Version info 1.0
* Copyright notice: Samuel Bylund Felixon
* Date: 17/12/2017
* Course: Applikationsutveckling i Java
*/
import java.sql.SQLException;
/**
* Helper class for checking SQL exceptions.
*/
public class DatabaseHelper {
/**
* Empty constructo... | [
"dv11sfd@cs.umu.se"
] | dv11sfd@cs.umu.se |
4fd5ce4ae13ac230717f57885860012beb03b2fc | e3e7e67d97287f4896cfd9d424b6a7672f53b59d | /MyTravel/daoexamplegenerator/src/main/java/com/example/ExampleDaoGenerator.java | 36a7a99f17fa2bde12b34d5fde63339530b13ec0 | [] | no_license | veryjimmy/android_FinalProject | 291a0ceb129279c4887db04e83d80816d48422a9 | a03e77da694899917aeba65fc71946978dea684e | refs/heads/master | 2020-03-22T19:57:54.200610 | 2018-07-19T13:29:29 | 2018-07-19T13:29:29 | 140,564,188 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 59 | java | package com.example;
public class ExampleDaoGenerator {
}
| [
"q0u04bj3@q0u04bj3de-MacBook-Pro.local"
] | q0u04bj3@q0u04bj3de-MacBook-Pro.local |
d75b08b62b47bb157bf9d716b8c921f4c4f7b8cd | ff404f9f2eed7703a0ae9fda498b781efd6100b2 | /eclipse2/Deadlock/quz/Even.java | 06547ce09bcbd4edd7190b9c7b8224c9abe254ca | [] | no_license | gersonlobos2/X_WorkCode | a3788a3dd326b5741f12a6de1d12ad14491a2682 | a39ac8571672e37425e73e639f669924607f9218 | refs/heads/master | 2021-01-19T05:08:28.125569 | 2014-03-08T02:15:47 | 2014-03-08T02:15:47 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 633 | java | class Counts{
int counts = 2;
public int getCounts(){
return counts;
}
public void setCounts(int counts){
this.counts += counts;
}
}
public class Even extends Thread{
Counts counts;
public Even( Counts counts){
this.counts = counts;
}
pu... | [
"gerson.lobos@whitestratus.com"
] | gerson.lobos@whitestratus.com |
0a2b5e6ed7afd25903e27238451a89b515c5cbf0 | 3e3d68af04ff43af38c8e77bcb92e760a5f983af | /src/main/java/voting/strategies/HonestScore.java | 128978b3aab3e9083c2209eea281c86162bec408 | [] | no_license | jvluso/VotingSimulator | 8b8e76154512e749bca7ddc25d78b005938eaa59 | a0bcd8a9fd270b86c6606a8997fabff1c7c8eea5 | refs/heads/master | 2021-01-21T19:01:57.945742 | 2017-06-23T23:19:06 | 2017-06-23T23:19:06 | 92,109,147 | 0 | 0 | null | 2017-06-23T23:19:07 | 2017-05-22T23:44:16 | Java | UTF-8 | Java | false | false | 1,183 | java | package voting.strategies;
import java.util.ArrayList;
import java.util.Collections;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import voting.population.Person;
import voting.population.Population;
import voting.voting.IdeaComparator;
public class HonestScore implements Strategy<Map<Perso... | [
"jmacaluso@actiance.com"
] | jmacaluso@actiance.com |
1e6425574a7b89dec618b78fa44af28c904b8d34 | e2ef2b296e12f1ec79e3e661faf26cc3844f2c11 | /Android App/iTalker/app/src/main/java/net/fengyun/italker/italker/frags/assist/PermissionsFragment.java | 44deceaeadcff5c9967db1495e94bc2169e1d1ff | [] | no_license | arattlebush/fengyun | 6759cefa37327fe8a98c88b43a2e4f7065910fa3 | 456b3bbb3012bea8d4bb3c3130d30fb25710b8e5 | refs/heads/master | 2020-05-15T23:23:55.945694 | 2019-05-16T08:21:49 | 2019-05-16T08:21:49 | 182,551,171 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,646 | java | package net.fengyun.italker.italker.frags.assist;
import android.Manifest;
import android.app.Dialog;
import android.content.Context;
import android.os.Bundle;
import android.support.annotation.NonNull;
import android.support.design.widget.BottomSheetDialogFragment;
import android.support.v4.app.FragmentManager;
impo... | [
"717673607@qq.com"
] | 717673607@qq.com |
d79857522397e48f244ef3c31ec5bc43de1e3564 | 63fb08f3b3294b76cbabd994d4209c70ec2bb765 | /apple-data-hbase2x/src/main/java/com/appleframework/data/hbase/client/rowkey/handler/BytesRowKeyHandler.java | 72b0f7ca1e10cba4942fdb9b34438cbf77f9220b | [
"Apache-2.0"
] | permissive | xushaomin/apple-data | 57732f434e18ecf8bf744ca6a5d59f50a55a0968 | e6012779d277d8528cf988c64986e1d1f93e2066 | refs/heads/master | 2022-12-22T17:39:50.339652 | 2019-08-24T08:21:49 | 2019-08-24T08:21:49 | 32,147,622 | 2 | 17 | Apache-2.0 | 2022-12-16T03:35:33 | 2015-03-13T09:37:17 | Java | UTF-8 | Java | false | false | 331 | java | package com.appleframework.data.hbase.client.rowkey.handler;
import com.appleframework.data.hbase.client.rowkey.BytesRowKey;
/**
* @author xinzhi
*/
public class BytesRowKeyHandler implements RowKeyHandler {
@Override
public BytesRowKey convert(byte[] row) {
return new BytesRowKey(row);
... | [
"xushaomin@foxmail.com"
] | xushaomin@foxmail.com |
ec1fb76f6310adf4ac25f97dd1cfdf9d771863e3 | a5b4d253f109734688b1cc822ec09b61123c59ea | /maya-client-process/src/com/infobox/client/clientConnectionRunnable.java | fec8a782981abd79532a524c50eb1f41d648f071 | [] | no_license | elmaciy/infobox | 52c889fa017accf4caee4f0d5ea35f8e9aada553 | 3bc971bc3e0e87aa9aee3144a5e514be2965f4fe | refs/heads/master | 2023-07-23T10:13:56.140283 | 2018-11-19T16:36:01 | 2018-11-19T16:36:01 | 156,026,780 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,703 | java | package com.infobox.client;
import java.io.BufferedInputStream;
import java.io.BufferedOutputStream;
import java.io.DataInputStream;
import java.io.DataOutputStream;
import java.io.IOException;
import java.net.Socket;
import java.net.UnknownHostException;
import javax.crypto.Cipher;
import javax.crypto.spe... | [
"Asus@YELMACI-WORK-PC"
] | Asus@YELMACI-WORK-PC |
58ab655e9d7d4a0f5778b8b2475651156e6555d4 | ab0039386f57ac01eb29b77d6bbf92b4b7f90544 | /src/main/java/ru/job4j/cache/DirFileCache.java | cf21086ec8739d25f5787b90d92ca5f88d69c0c5 | [] | no_license | kva-devops/job4j_design | 9aafdb59f898626a1eaeda089e80ed8cedc62866 | b9cc51b8930ff97818409eb77b8724283e742941 | refs/heads/master | 2023-06-25T05:28:37.306935 | 2021-07-26T09:03:51 | 2021-07-26T09:03:51 | 366,704,891 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 765 | java | package ru.job4j.cache;
import java.lang.ref.SoftReference;
import java.nio.file.Files;
import java.nio.file.Path;
import java.nio.file.Paths;
import java.util.Objects;
public class DirFileCache extends AbstractCache<String, String> {
private final String cachingDir;
public DirFileCache(String cachingDir) {... | [
"kva.devops@gmail.com"
] | kva.devops@gmail.com |
5b002d5988493e63afa8cd8b8055197e744ffc55 | 6bfa3ee632de6a3650d38c3565293fc29423a280 | /MapLocation/app/src/main/java/com/example/nghia/maplocation/MainActivity.java | cfdf86b58294f378392bdb08d7f9c09904d88fa5 | [] | no_license | nvnghia2212/MobileApplication-JavaAndroid | 6b1affff6fd6e304a3cf26c48f4cb5b7843104d3 | e00eee330d361d7cd78adc7678936830fff4c2d0 | refs/heads/master | 2023-03-24T16:07:46.054596 | 2021-03-03T06:35:49 | 2021-03-03T06:35:49 | 343,992,180 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 34,660 | java | package com.example.nghia.maplocation;
import android.Manifest;
import android.annotation.TargetApi;
import android.app.Activity;
import android.app.AlertDialog;
import android.app.FragmentManager;
import android.content.Context;
import android.content.DialogInterface;
import android.content.Intent;
import android.con... | [
"nvnghia2212@gmail.com"
] | nvnghia2212@gmail.com |
dc559e0021e7b2f90564adfe7b3488ed38e772e1 | 308adbb2a1da609ba5bd17d0eae6d4b241fafbfb | /Oblig_2_H2016/test/MyLinkedListTest/MyLinkedListStringTest.java | 1f6ff37adae2d35987db457b22be8681edd8c0bb | [] | no_license | CryzWiz/Oblig2_H2016 | 5577369d7dbdc92671b9d706aaec54d537ad4c1c | dd14067d91fe1716c9c2d0f00eff5ccb700695af | refs/heads/master | 2021-01-12T13:39:35.797232 | 2016-11-04T20:47:20 | 2016-11-04T20:47:20 | 70,059,267 | 0 | 0 | null | null | null | null | ISO-8859-15 | Java | false | false | 2,222 | java | package MyLinkedListTest;
import static org.junit.Assert.*;
import org.junit.Before;
import org.junit.Test;
import MylinkedList.MyLinkedList;
public class MyLinkedListStringTest {
// Testing with Strings
private MyLinkedList mylinkedlist;
private String[] stringArray = {"Bjarne","Åse","Vidar","Øystein","Ås... | [
"allan.arnesen@gmail.com"
] | allan.arnesen@gmail.com |
0bac4d435548b32078804b4ffa978da59f98abad | d6227ae6e44aa136abf8c60555d45bb4277f6091 | /Bensa/src/Bensa.java | b4a30d75bea5a539b2d5028d2a3edabd74ea3e7a | [] | no_license | f1nl0wt3ch/java-basics | 9153ed01fe99e9609672f261e7c3a13035ac6398 | 1d33a25423e030cd1d38cb82d7c010bb64d4ea5e | refs/heads/master | 2023-02-06T16:19:34.738305 | 2020-12-29T20:17:53 | 2020-12-29T20:17:53 | null | 0 | 0 | null | null | null | null | WINDOWS-1252 | Java | false | false | 1,226 | java | import java.text.DecimalFormat;
import java.util.Scanner;
public class Bensa
{
/*
Tee ohjelma Bensa, joka laskee, paljonko maksaa kilometrin ajaminen. KŠyttŠjŠltŠ pyydetŠŠn tankattu mŠŠrŠ litroina (desimaaliluku),
ajetut kilometrit (kokonaisluku) sekŠ bensan litrahinta (desimaaliluku). Ohjelma laskee ja nŠyttŠŠ... | [
"babyface1m75@yahoo.com.vn"
] | babyface1m75@yahoo.com.vn |
b9c6f54ae64f82864ea5bca8cd01ae90ca87869c | 95e85c5c9e38ccf6148527d14b7342666e2c3824 | /Actividad Semana 8/centrolavado/src/Vista/Servicios_frame.java | 0dcef9b2943e9f3be907be2547b92fc56f4eeb0c | [] | no_license | misari309/Actividades-Programaci-n-2 | 7cea4b94904e4243d2e87c8ddb75c28bea7babe2 | 10e209a4f76cc41382d87e0e80bf19d3000ccf09 | refs/heads/main | 2023-09-03T15:12:59.112095 | 2021-10-24T14:45:05 | 2021-10-24T14:45:05 | 409,271,199 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,259 | java | /*
* 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 Vista;
/**
*
* @author camil
*/
public class Servicios_frame extends javax.swing.JFrame {
/**
* Creates new form ... | [
"misari309@gmail.com"
] | misari309@gmail.com |
6c27af0529f4b2d6bb8c909c2d8ab435042f26b2 | dd376bea3bfbce367c36eb4fee1bedba7931f586 | /src/main/java/com/jiyinhui/exam/service/UserService.java | b94926ebcc56a45fd6ccbe5d1a9207384a1e3771 | [] | no_license | luckykaisen/exam_system | 281414b3eff3d6061165dda5d5c7713af5623af6 | 21a47a870844e1da9b8c3d20c3ed32e2d10450a7 | refs/heads/master | 2020-03-18T12:27:09.754444 | 2018-05-24T14:32:08 | 2018-05-24T14:32:08 | 134,727,158 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 948 | java | package com.jiyinhui.exam.service;
import com.jiyinhui.exam.entity.User;
import com.jiyinhui.exam.mapper.UserMapper;
import com.jiyinhui.exam.service.api.IUserService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframework.transaction.an... | [
"374362311@qq.com"
] | 374362311@qq.com |
2fa3f4e0c30403491ddb79d2492f0b7bd549dc49 | ccb7ec5f05cfccc3f9e228116356c9aef4abd188 | /app/src/main/java/info/nightscout/androidaps/plugins/DanaR/comm/MsgHistoryAllDone.java | 1a839f5553248074002e8c837874c313233a705c | [] | no_license | DavMedek/AndroidAPS | a70b3525b9a698e76e7b7f3a7810cef9070fe7c6 | 163ccf2d0a687824792dbe566d580bc05ed86560 | refs/heads/master | 2021-01-19T11:58:22.330554 | 2016-09-19T13:09:35 | 2016-09-19T13:09:35 | 69,698,161 | 1 | 0 | null | 2016-09-30T20:03:06 | 2016-09-30T20:03:04 | null | UTF-8 | Java | false | false | 617 | java | package info.nightscout.androidaps.plugins.DanaR.comm;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import info.nightscout.androidaps.Config;
public class MsgHistoryAllDone extends MessageBase {
private static Logger log = LoggerFactory.getLogger(MsgHistoryAllDone.class);
public static boolean re... | [
"m.kozak@sysop.cz"
] | m.kozak@sysop.cz |
750b82062f7b1d37345286b07ee8632041d446b4 | ca10110d0736b96e64ea233b6b7e5fb75c5dffa9 | /LC155_MinStack.java | 4a115b10a67648ca7a2f9a4b44b38f0d7fc0bc74 | [] | no_license | sunny-sunwoo/leetcode-solutions | e4b25946675cc3dcc2d391c2d084f9182bfa4f26 | 2db8a7daf9fbaa29e8b77240e5c81a00cacbd489 | refs/heads/master | 2020-06-13T08:34:51.216275 | 2019-08-24T04:28:30 | 2019-08-24T04:28:30 | 194,602,170 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,796 | java | package leetcode_study;
/**
* Design a stack that supports push, pop, top, and retrieving the minimum element in constant time.
push(x) -- Push element x onto stack.
pop() -- Removes the element on top of the stack.
top() -- Get the top element.
getMin() -- Retrieve the minimum element in the stack.
... | [
"sunny.sunwoo.park@gmail.com"
] | sunny.sunwoo.park@gmail.com |
73fc79b55108abbb67198134b3c5727a934db581 | 158c10a32d85a1f833264edaeba536d97ef5b029 | /Exercises/WeekThree/Short Form Qs/Question 1/Q1.java | 5b46f1edd0324c529bc77a557c8bfd9142c58c97 | [] | no_license | annabeljump/SDP2016 | e03650e5e6c76a9b58d0187af84f2cd9af39f1e7 | 83c2b2a9975f19bbc902aabce3fd907941ac127a | refs/heads/master | 2021-01-10T13:54:54.877686 | 2016-04-10T21:45:37 | 2016-04-10T21:45:37 | 50,606,388 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 580 | java | /**
* Question: Write down 3 differences between
* abstract classes and interfaces in Java 8
* Provide examples to illustrate answer.
*
* Answer below:
* @author Annabel Jump
*/
/**
* Difference 1:
* Abstract classes can declare fields that are neither static nor final,
* Interfaces cannot.
*/
/**
* Diffe... | [
"ajump02@dcs.bbk.ac.uk"
] | ajump02@dcs.bbk.ac.uk |
666f8dd85c21133f83fc94793901bf6e50974f80 | 1b10a83e6d02ea7545548558e3d953386c39182c | /app/src/main/java/com/codepath/apps/restclienttemplate/models/User.java | 8cd96c9d616fa7f5bcc66439be2c770eec273b23 | [
"MIT",
"Apache-2.0"
] | permissive | andersontan1998/SimpleTweet | 2238aa2e8705b182bb7dc4b36c1569f9179d17c6 | 79c703135544eabb8c061108a09731efdeb8c2d7 | refs/heads/main | 2023-03-13T08:56:08.940863 | 2021-02-28T21:39:31 | 2021-02-28T21:39:31 | 342,381,400 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,255 | java | package com.codepath.apps.restclienttemplate.models;
import androidx.room.ColumnInfo;
import androidx.room.Entity;
import androidx.room.PrimaryKey;
import org.json.JSONException;
import org.json.JSONObject;
import org.parceler.Parcel;
import java.util.ArrayList;
import java.util.List;
@Parcel
@Entity
public class U... | [
"andersontan1998@yahoo.com"
] | andersontan1998@yahoo.com |
87c0090ff0e2b40ca3f4b2b72ce682b3518b1b94 | d1bd1246f161b77efb418a9c24ee544d59fd1d20 | /java/Hornet/src/org/javenstudio/hornet/search/scorer/BooleanScorer.java | d91e35d6ec54678064ee9b0a2cf72d066d26ecd8 | [] | no_license | navychen2003/javen | f9a94b2e69443291d4b5c3db5a0fc0d1206d2d4a | a3c2312bc24356b1c58b1664543364bfc80e816d | refs/heads/master | 2021-01-20T12:12:46.040953 | 2015-03-03T06:14:46 | 2015-03-03T06:14:46 | 30,912,222 | 0 | 1 | null | 2023-03-20T11:55:50 | 2015-02-17T10:24:28 | Java | UTF-8 | Java | false | false | 10,814 | java | package org.javenstudio.hornet.search.scorer;
import java.io.IOException;
import java.util.ArrayList;
import java.util.Collection;
import java.util.List;
import org.javenstudio.common.indexdb.IAtomicReaderRef;
import org.javenstudio.common.indexdb.IBooleanClause;
import org.javenstudio.common.indexdb.IBooleanWeight;
... | [
"navychen2003@hotmail.com"
] | navychen2003@hotmail.com |
a8bbfb8b01267c447a6ef3522e2efe3627d935bd | 7d679ab1fadb04f95efa4d322600010e22257209 | /app/src/main/java/se/arctosoft/vatcalculator/ui/adapter/VatAdapter.java | 8bf814c0a58f6c924e93e2d336810befe006ef3b | [] | no_license | hej2010/VAT-Calculator | d1ccec6046515bc8e436953c93792305460fc6be | 637ee94a20076a6c252762f7f6ff2f6758d0af5b | refs/heads/master | 2023-08-31T19:17:40.947439 | 2023-08-18T17:33:01 | 2023-08-18T17:33:01 | 254,616,465 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,080 | java | package se.arctosoft.vatcalculator.ui.adapter;
import android.content.Context;
import android.content.res.Resources;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ArrayAdapter;
import android.widget.ImageView;
import android.widget.TextView;
import ... | [
"rikard128@pm.me"
] | rikard128@pm.me |
3e407570a08e57ea00f081015979cc50adaa041b | ea149dffb2f306e1cebf8d03a3cf0786586b6d90 | /websocket/src/main/java/hst/peter/websocket/Greeting.java | 0389f2d9531a628cc6264c067ba80805c406ec7c | [] | no_license | peter-hst/spring-guides | d951e838e491fd942f98fa97f176ff655b80332c | 07ddf2aa4eae92f77e2f4d30d77b7ef5dd329d50 | refs/heads/master | 2022-06-22T23:13:34.423107 | 2019-12-06T07:51:36 | 2019-12-06T07:51:36 | 224,093,595 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 257 | java | package hst.peter.websocket;
public class Greeting {
private String content;
public Greeting() {
}
public Greeting(String content) {
this.content = content;
}
public String getContent() {
return content;
}
} | [
"h_st@live.cn"
] | h_st@live.cn |
8457bfcc0eb852012c3c337b7905d4d6b9c71767 | 644f8caa6fc5f58d3477bb84b97577440acb0e35 | /Shopr/src/main/java/com/example/Shopr/domain/BookNonFiction.java | bfa6073aafbd9a10da38f73cd5aa98f69c4b58ae | [] | no_license | Oli4C/Shopr | efc0a36a43f96d354af9bea4ffc43e8a9a5b1b1a | 699243160c58943fce1df8fbd3cd404d5b1c9f29 | refs/heads/master | 2023-06-12T13:14:06.415064 | 2021-07-07T07:21:05 | 2021-07-07T07:21:05 | 383,709,758 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 994 | java | package com.example.Shopr.domain;
import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Data;
import lombok.EqualsAndHashCode;
import javax.persistence.*;
@EqualsAndHashCode(callSuper = true)
@DiscriminatorValue(value = "BOOK_NON_FICTION")
@Data
@Entity
//@AllArgsConstructor
public class BookNonF... | [
"olivier.carez@yahoo.com"
] | olivier.carez@yahoo.com |
7b6739d0b2b8f9bc3c6e8e9f934c106c66eb26b0 | caffece0cdae8b88dc10129137977e742b2cbf9d | /java/estudos/util/NotificationDecoder.java | f19141b3d87b4e8a746f5d53eff8498089773563 | [] | no_license | BonnerAthos/Framework_Template_Angular1 | ecfa5aaffdd61d2c43ed4b8b566ef80aec425a3e | 9adbe7700be43e29d6426907a65f075f5d81b22b | refs/heads/master | 2021-04-15T09:31:52.260416 | 2018-03-25T00:51:04 | 2018-03-25T00:51:04 | 126,645,923 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,253 | java | package estudos.util;
import java.io.StringReader;
import javax.json.Json;
import javax.json.JsonObject;
import javax.websocket.DecodeException;
import javax.websocket.Decoder;
import javax.websocket.EndpointConfig;
public class NotificationDecoder implements Decoder.Text<Notification>{
@Override
public void dest... | [
"athosbonner2011@gmail.com"
] | athosbonner2011@gmail.com |
10bfe20a6937a1ccdcc8f14ff302d8d914a7597e | 3f7ced2b6bdb6a8635facbbad5a079392b40dd3a | /uuf-core/src/main/java/org/wso2/carbon/uuf/spi/UUFAppRegistry.java | 5fd32c2d38f0675f2b02678ed45b96e3b26f51c7 | [
"Apache-2.0"
] | permissive | NatashaWso2/carbon-uuf | d4a0c344b67cbbf81c57c542402e025d491ffe31 | 47944d7a8c19b446f0fb94ecbf6f8cbbc3e24ac2 | refs/heads/master | 2021-01-18T12:16:53.160761 | 2016-06-27T12:35:27 | 2016-06-27T12:35:27 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 891 | java | /*
* Copyright (c) 2016, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
*
* 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
*
* ... | [
"info.rasika@gmail.com"
] | info.rasika@gmail.com |
4223147df1648feec317074231b4744812fb62b4 | b4f544b8046390fdd45989f49d6b8fc58916c0ad | /compilador/Instrução.java | 281317d6c654d8008c664ba78526e047038e53f5 | [] | no_license | MarceloSilvarolla/Batalha-de-Robos | 531dab5cec9028bbe652a5a36b30657e888ee8e8 | 141cfac5dbe4b5b6cbeb96ad168fb38c7e4a4029 | refs/heads/master | 2023-01-19T20:15:33.344426 | 2020-11-24T19:15:15 | 2020-11-24T19:15:15 | 315,727,292 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,547 | java | // Instrução genérica, não faz nada.
class Instrução {
Empilhável val;
Instrução(Empilhável v) {val = v;}
Instrução() {val = null;}
int Exec(Computador C) {return 1;} // retorna o incremento do ip
String Show() {
String res = "\t\t\tnew " + this.toString().replaceFirst("@.+","");
if (val != null)
res += ... | [
"marcelo.silvarolla@gmail.com"
] | marcelo.silvarolla@gmail.com |
7889c0aeefba3f0de10d34a4cb18804c217bb1e7 | fc37a5810c6af7bcd9ba524fc2dc58f70ebd03f8 | /RubbishClassification/app/src/main/java/com/example/rubbishclassification/zxing/view/ViewfinderView.java | 92ba009f131d79534010afa7c31ff71bce3caaef | [] | no_license | spzhongwin/fctgAndroid | 8168139ea51604a326f418aeddd675daa3f1004d | 608f47eadd08e2b2fdacad5c154f9cc6758a6e41 | refs/heads/master | 2020-04-17T05:02:27.020805 | 2019-05-14T05:07:40 | 2019-05-14T05:07:40 | 166,259,018 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 11,140 | java |
package com.example.rubbishclassification.zxing.view;
import android.animation.ValueAnimator;
import android.annotation.SuppressLint;
import android.content.Context;
import android.graphics.Bitmap;
import android.graphics.Canvas;
import android.graphics.Paint;
import android.graphics.Rect;
import android.support.ann... | [
"songpeixinyouxiang@163.com"
] | songpeixinyouxiang@163.com |
eb8d441871f56410d4877b096ebaa83d24b51971 | 4507508fdff3f2c3abe62cd6d53158bb21b6cd51 | /src/net/sf/odinms/net/channel/handler/ScriptedItemHandler.java | 1cec98a7ee0cd915a78d8b1d8f36acbc48c0cf7a | [] | no_license | queryDuan/MapleSrc | ddc2e1ae174cdde8de9f97a119d8abdfd69dd042 | f7232511666e3fd513bfb26388c12b44c21b4195 | refs/heads/master | 2020-05-02T20:52:53.322933 | 2016-11-06T01:12:49 | 2016-11-06T01:12:49 | 178,204,448 | 2 | 0 | null | 2019-03-28T13:01:03 | 2019-03-28T13:01:02 | null | UTF-8 | Java | false | false | 2,117 | java | /*
This file is part of the OdinMS Maple Story Server
Copyright (C) 2008 Patrick Huy <patrick.huy@frz.cc>
Matthias Butz <matze@odinms.de>
Jan Christian Meyer <vimes@odinms.de>
This program is free software: you can redistribute it and/or modify
it under the t... | [
"haohui.chh@alibaba-inc.com"
] | haohui.chh@alibaba-inc.com |
1c82eeb81376a84a96878bad666a40ebd0e87b1e | 91e938f564929e679843dfbbbdb3cd85c17b5ec0 | /MyApplication3/app/src/main/java/com/example/myapplication/MainActivity.java | cd9c57fcbe11c891bd7f6a288e015a829c2cd57b | [] | no_license | anastasiaduplina/my_projects | 37bec4caaecf84bb7200bd3f89d4c2653872bd64 | ffde5dc7ef9f01a2d977eed1a12ae04f46fc1281 | refs/heads/main | 2023-05-08T04:31:01.999065 | 2021-06-01T20:22:33 | 2021-06-01T20:22:33 | 372,956,979 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,984 | java | package com.example.myapplication;
import androidx.appcompat.app.AppCompatActivity;
import android.app.Activity;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import android.widget.AdapterView;
import android.widget.Button;
import android.widget.RadioGroup;
import android.widget.Spinner... | [
"61756179+anastasiaduplina@users.noreply.github.com"
] | 61756179+anastasiaduplina@users.noreply.github.com |
e592aac1b8bf48eb72f62ab36ed676c8b3c1e414 | 6e5af60d4dc67df8524e788f985d1b8024ddd085 | /imageio/imageio-icns/src/main/java/com/twelvemonkeys/imageio/plugins/icns/ICNSImageWriterSpi.java | bf207e3996e0e45e02b11f3b45fe1bffcb753d44 | [
"BSD-3-Clause"
] | permissive | haraldk/TwelveMonkeys | 75c8dbf9490524aaf7d5a2ff4235c29770627c59 | e72255805e45b55120c9f32e1a115cb4a89a42f0 | refs/heads/master | 2023-09-05T09:33:09.855954 | 2023-08-29T08:50:48 | 2023-08-29T08:50:48 | 296,658 | 1,631 | 312 | BSD-3-Clause | 2023-09-14T08:37:10 | 2009-09-03T17:44:28 | Java | UTF-8 | Java | false | false | 2,304 | java | /*
* Copyright (c) 2017, Harald Kuhr
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* * Redistributions of source code must retain the above copyright notice, this
* list of condition... | [
"harald.kuhr@gmail.com"
] | harald.kuhr@gmail.com |
8ec299abe6a84ffb3cd12222cd772ca3220f9235 | 3f975795f3353ca5b07b9c2fac294db6a6367efd | /app/src/main/java/org/blendin/blendin/models/User.java | 294d2c49c4fecfdc980e8cad4e3ea1876651ebd3 | [] | no_license | humanizer-app/blendin | 28d67f83c855a9bc695e70b7ec6135ba3d46e53e | 7d1150b442f10e9c18f4f2e87f5cd6b4e9aac9bc | refs/heads/master | 2021-01-25T11:02:11.721951 | 2017-06-11T13:50:59 | 2017-06-11T13:50:59 | 93,902,890 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 407 | java | package org.blendin.blendin.models;
import com.google.firebase.database.IgnoreExtraProperties;
@IgnoreExtraProperties
public class User {
public String userId;
public String name;
public String photoUrl;
public User() {
}
public User(String userId, String name, String photoUrl) {
thi... | [
"yurii.andrusiak@transferwise.com"
] | yurii.andrusiak@transferwise.com |
3c34404612717b76423180e2a2e4d3ef0e689473 | 2fcac318ce9cad695910f58d074ddcae6a9bba65 | /app/src/main/java/com/msjf/fentuan/app/main/StarData.java | 4e0e8a319548ed91764b399ec0d9e0ab9d18ae6b | [] | no_license | leeowenowen/app_base | fb3fe3159f71b23a538875aa88669a7f5d0753d5 | 237c2381121b113472ab2ed17133f712daa8af78 | refs/heads/master | 2021-01-10T18:51:17.733247 | 2015-06-27T14:22:43 | 2015-06-27T14:22:43 | 38,162,632 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,407 | java | package com.msjf.fentuan.app.main;
import com.owo.app.theme.BitmapId;
import com.owo.base.pattern.Singleton;
import java.util.HashMap;
import java.util.Map;
/**
* Created by wangli on 15-6-24.
*/
public class StarData {
public static StarData instance() {
return Singleton.of(StarData.class);
}
... | [
"leeowenowen@gmail.com"
] | leeowenowen@gmail.com |
1f192417d8be3086d75be70096ec4e500f5cd77c | 3ca3ade1a9ee1b072b92ae965b777096cbf8c301 | /Solution/app/src/main/java/com/droidrank/sample/controller/MagicBoxController.java | 521bf4983725a3e4f9fcd683e522c26d94107d93 | [] | no_license | teslimSulaiman/magixBox | 044b84da2c4b6e413f3c32d7b73edc0f23cc039e | ec775d43417a6303cb3a0f56fa172e1e6ebbdaa9 | refs/heads/master | 2020-03-19T08:16:15.327469 | 2018-06-06T09:43:41 | 2018-06-06T09:43:41 | 136,189,676 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,332 | java | package com.droidrank.sample.controller;
import com.droidrank.sample.R;
import com.droidrank.sample.data.BoxData;
import com.droidrank.sample.viewInterface.InputInterface;
/**
* Created by USER on 5/28/2018.
*/
public class MagicBoxController {
private InputInterface inputInterface;
private BoxData boxDat... | [
"teslimsulaiman@gmail.com"
] | teslimsulaiman@gmail.com |
243e78fd35d3f4f6c9c018dbb01cbfbe2200c554 | 02663867922a68aab7107a0cd3350bc94ac62d70 | /src/main/java/com/amihaiemil/charles/rest/LogsResource.java | b3bd6e282143556e355d3b38de88d5fb626604e1 | [] | no_license | ArchieDavid/charles-rest | 007736dbbecfebb627769de5e3855c9db755ceb1 | d950b3cc0d26162c6ee0d154f28910d2350457dc | refs/heads/master | 2020-03-07T01:43:28.577417 | 2017-10-27T07:24:19 | 2017-10-27T07:24:19 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,545 | java | /**
* Copyright (c) 2016-2017, Mihai Emil Andronache
* All rights reserved.
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
* 1)Redistributions of source code must retain the above copyright notice,
* this list of... | [
"amihaiemil@gmail.com"
] | amihaiemil@gmail.com |
837115dd3a4ce9edfe8452f6ca327f476992a559 | f192b9df8d3f7312d6df8d15c75f5a73e3abcd4e | /app/src/main/java/com/example/yoelfebryan/feedme/CRUD/UpdatePSellerActivity.java | 96eef0539f1f708ea70c3f5d3d86f21e167355e4 | [] | no_license | yoelfbt/Feed_Me | 86e9175989c38d37061c512eb6667574a24faeb0 | 28dd9754d5c6e1b199f099f9e0a137820ec61c46 | refs/heads/master | 2020-03-07T11:17:29.811340 | 2018-04-28T04:42:38 | 2018-04-28T04:42:38 | 127,451,879 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,558 | java | package com.example.yoelfebryan.feedme.CRUD;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.Toast;
im... | [
"yoel.febrian19@gmail.com"
] | yoel.febrian19@gmail.com |
e3cdc13409c1cfcb555d4d2a21cde951181b7dc6 | 2eb8c58056488abc0fa819bde0ddb0caf4f322ec | /webapp/src/main/java/com/yijiaersan/webapp/utils/Code.java | 727cd174734258b5498409b519469cc9c16bba23 | [] | no_license | xiffent/gushidianjin-app | c0847e837ddba9d272d219c12c1c04152a10a9ab | fc6903d351cd1c6386ede0a34d82e1933aabdf23 | refs/heads/master | 2020-04-05T23:08:34.674316 | 2016-10-16T08:55:34 | 2016-10-16T08:55:34 | 69,012,005 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 570 | java | package com.yijiaersan.webapp.utils;
import java.util.Random;
public class Code {
public static String getRandNum(int charCount) {
String charValue = "";
for (int i = 0; i < charCount; i++) {
char c = (char) (randomInt(0, 10) + '0');
charValue += String.valueOf(c);
}
return charValue;
}... | [
"xiffent@outlook.com"
] | xiffent@outlook.com |
36c8f072715ca59dad81f61ccf68b239cfff6cb8 | 065c1f648e8dd061a20147ff9c0dbb6b5bc8b9be | /eclipseswt_cluster/9372/tar_0.java | 93685904bf2e4fa2aee379c4120a4e11109432fb | [] | no_license | martinezmatias/GenPat-data-C3 | 63cfe27efee2946831139747e6c20cf952f1d6f6 | b360265a6aa3bb21bd1d64f1fc43c3b37d0da2a4 | refs/heads/master | 2022-04-25T17:59:03.905613 | 2020-04-15T14:41:34 | 2020-04-15T14:41:34 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 31,541 | java | /*******************************************************************************
* Copyright (c) 2000, 2009 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... | [
"375833274@qq.com"
] | 375833274@qq.com |
9ce2cce34e0c2df9a89f4e78a1be2588d16c4f15 | 684f50dd1ae58a766ce441d460214a4f7e693101 | /common/src/main/java/com/dimeng/p2p/S70/entities/T7019.java | cf521f7c37374a712edcb995e2ef8bed3dcbee2d | [] | no_license | wang-shun/rainiee-core | a0361255e3957dd58f653ae922088219738e0d25 | 80a96b2ed36e3460282e9e21d4f031cfbd198e69 | refs/heads/master | 2020-03-29T16:40:18.372561 | 2018-09-22T10:05:17 | 2018-09-22T10:05:17 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 650 | java | package com.dimeng.p2p.S70.entities;
import java.sql.Timestamp;
import com.dimeng.framework.service.AbstractEntity;
import com.dimeng.p2p.S70.enums.T7019_F07;
/**
* 邮件推广
*/
public class T7019 extends AbstractEntity {
private static final long serialVersionUID = 1L;
/**
* 邮件推广自增ID
*/
public int F01;
/**
... | [
"humengmeng@rainiee.com"
] | humengmeng@rainiee.com |
5f1955e4504070956a95ba4fd6dcf7062be916f5 | dfd33b7f22e7ddc383f1066fcdf39ac3a6151cb0 | /src/main/java/com/albuquerque/springlin/models/listtransactions/FxInformation.java | aea0f5397ed6735e1f52060a58f9e61acc1a2df7 | [] | no_license | pedrophs2/spring-lin | 0a94465cd2db2070596f6c2958556ddda8649436 | d2b4b4fdeaea430dcf9e314236fe3f413867a277 | refs/heads/main | 2023-08-21T06:54:10.736180 | 2021-10-16T15:59:24 | 2021-10-16T15:59:24 | 417,109,154 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,277 | java | package com.albuquerque.springlin.models.listtransactions;
public class FxInformation {
private Integer originalAmount;
private String originalCurrency;
private Integer convertedAmount;
private String convertedCurrency;
public FxInformation() {
}
public FxInformation(Integer originalAmount, String originalCu... | [
"38799159+pedrophs2@users.noreply.github.com"
] | 38799159+pedrophs2@users.noreply.github.com |
198ffbd901327711f2d0722b1c757a5cc5e859d6 | 8f6734d656f7b4448331012acd424f1e3d69d31c | /app/src/main/java/com/example/gymfit02/Adapter/BottomBarAdapter.java | 62d9de8bd971474ebb339799d1a9aa7ee9496f85 | [] | no_license | akindl/GymFit | e39d61473809dac6cad79f164e0e83d66aea3bbf | a456a03af5559b763efb572f70a24c8a02f7d78b | refs/heads/master | 2023-03-23T09:50:03.360497 | 2021-03-14T17:12:47 | 2021-03-14T17:12:47 | 303,108,457 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 760 | java | package com.example.gymfit02.Adapter;
import androidx.fragment.app.Fragment;
import androidx.fragment.app.FragmentManager;
import java.util.ArrayList;
import java.util.List;
public class BottomBarAdapter extends SmartFragmentStatePagerAdapter {
private final List<Fragment> fragments = new ArrayList<>();
pub... | [
"akindl@students.uni-mainz.de"
] | akindl@students.uni-mainz.de |
d3f5e85398a20e8e4fd73d0cd6e6f517f87535f5 | c724704521b77a5533f48eb9f5480ac5aadc245e | /EurekaSingleFeignHystrix/eurekaclientdemo/src/main/java/com/study/eurekaclientdemo/TestController.java | f23997b2fc7e87efaf6eee521c6606e7b7e325a8 | [
"Apache-2.0"
] | permissive | rouletteChina/Learn | b4c33f59fef03ca5c6efad082d4353e10eeb3189 | 5ec4641cb29a8bfdc5dbe74ffc031b9b4f9fba99 | refs/heads/master | 2020-03-18T19:48:41.209768 | 2018-05-28T16:51:35 | 2018-05-28T16:51:35 | 135,178,978 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 478 | java | package com.study.eurekaclientdemo;
import com.study.eurekaclientdemo.feign.TestFeignClient;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.*;
@RestController
@RequestMapping("/")
public class TestController {
@Autowired
private TestFeignClient t... | [
"75597151@qq.com"
] | 75597151@qq.com |
d816b3fcc346c05da319e1a8173a2d5da1baf06c | 7ad41276bcff8a34b8057c08f8a4944f888b4648 | /app/src/main/java/com/example/yala_mall/models/Category.java | ce3cf360cb0315435ca3120e48b6c6e9534a715c | [] | no_license | emadsamni/yala-mall | 46a9b6f563851fa303419f87a9ac69da37a53f89 | 507257c02e93d90d2789f30f08fd128b492a6759 | refs/heads/master | 2022-01-28T18:02:03.979326 | 2019-07-16T02:17:20 | 2019-07-16T02:17:20 | 186,168,303 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 680 | java | package com.example.yala_mall.models;
import com.google.gson.annotations.SerializedName;
import java.io.Serializable;
import java.util.List;
public class Category implements Serializable {
public Category(Integer id, String name) {
this.id = id;
this.name = name;
}
@SerializedName("id")... | [
"emad1995211@gmail.com"
] | emad1995211@gmail.com |
011f6dc1735e2b59d2f16dd0107ad0b4bad995f6 | 5d24b31ae62cf40abbbce1490706c1fef070737e | /app/src/main/java/com/candyz/a7center/GameActivity.java | 30d784a87f05f2b68536a9c8d55f74b5d32f4495 | [] | no_license | ukri82/SevenCenter | 1e4662cb0f69930d7a44caf086fc29ef1cc4bb61 | 628e052375fad758c41d375326545646e1a7dc85 | refs/heads/master | 2021-05-04T05:51:04.544502 | 2016-11-05T12:15:42 | 2016-11-05T12:15:42 | 71,071,142 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,917 | java | package com.candyz.a7center;
import android.Manifest;
import android.content.Intent;
import android.content.pm.PackageManager;
import android.os.Build;
import android.os.Bundle;
import android.support.v4.app.ActivityCompat;
import android.support.v4.content.ContextCompat;
import android.util.DisplayMetrics;
import co... | [
"ukri82@outlook.com"
] | ukri82@outlook.com |
a0d95b3abbdb0a9b9ea60c81bef7d5453f295bcf | 3264972229db35cf833466da9ce7236bdd4e149e | /Magic_Server/src/Game/Server/Server.java | f01804c48d3a08ed5cc42a3653e653bc18a3772f | [] | no_license | TYTEKLUV/Magic_Maze | f556ad4b1a4b89eeed04998839590ea45a866948 | e4b51a3553b604a4bc43a3cc0024872c6d0d0d6a | refs/heads/master | 2020-04-04T23:33:55.079366 | 2019-01-12T03:55:35 | 2019-01-12T03:55:35 | 156,364,082 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,813 | java | package Game.Server;
import Game.Model.Player;
import java.io.DataInputStream;
import java.io.DataOutputStream;
import java.io.IOException;
import java.net.ServerSocket;
import java.net.Socket;
import java.util.ArrayList;
import java.util.Scanner;
public class Server extends Thread {
private OmegaServer main;
... | [
"randomisbox@gmail.com"
] | randomisbox@gmail.com |
cc7cd8d19adba892020b3aa327db33e3f8fa3f5c | 6889f8f30f36928a2cd8ba880032c855ac1cc66c | /SemplestServiceMSNv8r3/src/com/microsoft/adcenter/v8/GenderReportFilterNull.java | 3e5f02837168b85607b3bd37e18eb2b95d5ae242 | [] | no_license | enterstudio/semplest2 | 77ceb4fe6d076f8c161d24b510048802cd029b67 | 44eeade468a78ef647c62deb4cec2bea4318b455 | refs/heads/master | 2022-12-28T18:35:54.723459 | 2012-11-20T15:39:09 | 2012-11-20T15:39:09 | 86,645,696 | 0 | 0 | null | 2020-10-14T08:14:22 | 2017-03-30T01:32:35 | Roff | UTF-8 | Java | false | false | 3,021 | java | /**
* GenderReportFilterNull.java
*
* This file was auto-generated from WSDL
* by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter.
*/
package com.microsoft.adcenter.v8;
public class GenderReportFilterNull implements java.io.Serializable {
private java.lang.String _value_;
pri... | [
"mitch@02200ff9-b5b2-46f0-9171-221b09c08c7b"
] | mitch@02200ff9-b5b2-46f0-9171-221b09c08c7b |
217ed193a7700d6d0629b12360ee9b5a4b3e167e | 2d9957f2c7a6883004b1a801f97eab3b033d9c08 | /pulsar-client-api/src/main/java/org/apache/pulsar/client/api/ReaderInterceptor.java | 3a2e93d9c35adbb2241e5a69b8b00cc0d9cb8a5e | [
"Apache-2.0",
"LicenseRef-scancode-unknown",
"LicenseRef-scancode-protobuf"
] | permissive | apache/pulsar | ca729cfb8d2c031312d30096e13431b2e29fb9bf | 843b8307f44cd5e3a2d59ab93cc6b766f0c4ce0f | refs/heads/master | 2023-08-31T23:53:41.323458 | 2023-08-31T18:37:00 | 2023-08-31T18:37:00 | 62,117,812 | 11,865 | 3,546 | Apache-2.0 | 2023-09-14T12:13:23 | 2016-06-28T07:00:03 | Java | UTF-8 | Java | false | false | 2,205 | java | /*
* 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 ... | [
"noreply@github.com"
] | apache.noreply@github.com |
e6435fc1a86519fdedd7ce81f8ff76c5440d1184 | 9aaa2a6b931900c9cdabe6e124088a71eeeba439 | /manage-admin/src/main/java/xyz/yudong520/manageadmin/system/controller/async/MockQueue.java | 5593911b066b61a828b123fad1885c19ac5ceed0 | [] | no_license | YiFengJava/springBase | d1c0ec67ebf7f07f60722098cd37f560f5a98791 | 94574db7cb6e4b398ac9c991ec054a40d7af0641 | refs/heads/master | 2020-04-04T00:38:04.746854 | 2019-02-27T07:39:47 | 2019-02-27T07:39:47 | 155,656,956 | 5 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,050 | java | package xyz.yudong520.manageadmin.system.controller.async;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.stereotype.Component;
@Component
public class MockQueue {
private String placeOrder;
private String completeOrder;
private Logger logger= LoggerFactory.getLogger... | [
"2260213493@qq.com"
] | 2260213493@qq.com |
092310e1de42280e04cfbf46d904f6f30ec80db8 | b57641c357c78db0106d5e7a95a705fd80aaf4ff | /weaver-instrumentation/src/test/java/weaver/instrumentation/test/weaving/interfaces/SampleAnotherClass.java | c7f5495188266eaa8f97d4fb45853ea780d5edc3 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | 2050utopia/Weaver | 5e9f71cd46b8c0d8a26532e16d52738fa4607564 | d7827e9cab5e21a80a49d5bf16a4efc6c226315a | refs/heads/master | 2020-12-02T07:57:35.163378 | 2017-06-11T09:00:29 | 2017-06-11T09:00:29 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 150 | java | package weaver.instrumentation.test.weaving.interfaces;
/**
* @author Saeed Masoumi (saeed@6thsolution.com)
*/
public class SampleAnotherClass {
}
| [
"s-masoumi@live.com"
] | s-masoumi@live.com |
f8eabc1b4f84e37d8efe1483c167f06712cafca7 | 29713395dad66d68fe8b05f2841b53108ec81f8a | /app/src/main/java/vn/doithe66/doithe66/activity/CreateNewPassActivity.java | 8f3313b5d56605f34f5580d1a0cf86147a227a88 | [] | no_license | doantb/doithe66 | 5db3b9cca158a03faba89e56d2253baa5d0b02be | 590d500f2a3e16586afe2a72caa24909eec15b44 | refs/heads/master | 2021-04-15T10:24:42.690161 | 2018-04-10T01:14:30 | 2018-04-10T01:14:30 | 126,316,707 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 9,210 | java | package vn.doithe66.doithe66.activity;
import android.content.Context;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.view.inputmethod.InputMethodManager;
import android.widget.Button;
import android.widget.EditText;
import android.widget.ImageButton;
import android.w... | [
"doantb95@gmail.com"
] | doantb95@gmail.com |
99873c06cb80997da25d1f6d55ae2e78d811afd3 | 77abdb107815da4560d4ffe7678f4c3384ba9205 | /src/application/dataViewObjects/shaders/DataViewObjectLambert.java | 5d1e0f3593787dae8e4e23f9d70d24ed1195f06c | [] | no_license | thewrightcoder/JavaRayTracerSample | b430852d310a63c7b84d30e43223c02be912423e | 823eaaee912b4b5d31f73c135e227a08f2d978df | refs/heads/master | 2021-01-25T09:21:33.162101 | 2017-06-12T00:53:37 | 2017-06-12T00:53:37 | 93,825,387 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 431 | java | package application.dataViewObjects.shaders;
import application.dataViewObjects.baseClasses.DataViewObjectColor;
import dataTypes.shaderDataTypes.LambertShader;
public class DataViewObjectLambert extends DataViewObjectShader {
private static final long serialVersionUID = 1L;
public DataViewObjectLambert(Object o)... | [
"noreply@github.com"
] | thewrightcoder.noreply@github.com |
2190fb5b26d68d8a35ee8b99962dd68c885c72bc | e67c9352a6a26f1f74ea7049fb44cd4cb4945511 | /gridgain_wrapper/src/main/java/infordist/gg/CombinedComplexityJob.java | 4333f46d770cbdac7314bdea2cb9ac8618a9773a | [] | no_license | petrul/infordist | e1e0c8afdb391885bec188bca83e95b46b38db57 | e38c182c2def5cb6859564f7103b241519288189 | refs/heads/master | 2023-07-06T17:25:55.971386 | 2023-07-04T11:21:37 | 2023-07-04T11:21:37 | 4,136,467 | 0 | 0 | null | 2019-10-08T08:29:45 | 2012-04-25T12:54:50 | Java | UTF-8 | Java | false | false | 2,429 | java | package infordist.gg;
import inform.dist.Constants;
import inform.dist.nld.GistComplexity;
import inform.dist.nld.cache.AbstractFilesystemGistDirectory;
import inform.dist.nld.cache.FsBinaryGistDirectory;
import inform.dist.nld.cache.Gist;
import inform.dist.nld.compressor.Bzip2Compressor;
import java.io.File;
import... | [
"petru.dimulescu@gmail.com"
] | petru.dimulescu@gmail.com |
20fe94f06142b1f706ad084fac135b49922579ba | 338f0757efc3c92b3bb5cae004c245a06a4fa25f | /application/swing/SaveImageMenu.java | 0f20e17e8fe9fddc72c718a9eebca7f83ac96b16 | [] | no_license | davidbrowncs/Fractal-Viewer | 31619b8d6b6fa2e4f6622eb4ecc41bb4424d8a16 | 86d451ef67e879ab8dbdd003de9b5f1fb77628ba | refs/heads/master | 2021-01-10T12:49:52.889122 | 2015-12-20T17:53:54 | 2015-12-20T17:53:54 | 48,313,928 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,233 | java |
package swing;
import java.awt.Dimension;
import java.awt.Toolkit;
import java.awt.image.BufferedImage;
import java.io.File;
import java.text.DecimalFormat;
import java.text.NumberFormat;
import java.util.List;
import java.util.regex.Pattern;
import javax.imageio.ImageIO;
import javax.swing.ButtonGroup;
import javax... | [
"db7g12@soton.ac.uk"
] | db7g12@soton.ac.uk |
ee66b06ac09706417ce8286a39be9b7288302b05 | 2d659692d2b5992f2d17ddbd38a6c415f0376a69 | /app/src/main/java/com/example/ekathapro/Adaptermemapproval.java | 1dbcd58e99dfeeb90d0400a844d3342abe0ec397 | [] | no_license | Athulpreman/ekatha | 814b7a4d49fcb6093d98c27ca68075e4ce2a6927 | 8c615823334612adb012b892db2a5f7121ebf5f5 | refs/heads/master | 2021-04-21T21:38:34.795642 | 2020-03-26T09:31:13 | 2020-03-26T09:31:13 | 249,817,683 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,898 | java | package com.example.ekathapro;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.Button;
import android.widget.TextView;
import android.widget.Toast;
import androidx.annotation.NonNull;
import androidx.recyclerview.widget... | [
"athulpreman9562473440@gmail.com"
] | athulpreman9562473440@gmail.com |
9ff5728f89182af4fcce4ccfb36829104429ae15 | b21b6af105039f65f3af2b49a7a16fe00eba3d16 | /app/build/generated/not_namespaced_r_class_sources/debug/processDebugResources/r/android/support/compat/R.java | 4fc8372afb023bf65b7631005acccaeec5d0d462 | [] | no_license | andy010725/BaldFaDaMoney | b3ea4fb9924681affe192989e13477e206c9c13b | c6b1184a56891c50193af8f600dc409f6986561c | refs/heads/master | 2020-06-03T22:50:44.240674 | 2019-06-13T13:13:44 | 2019-06-13T13:13:44 | 191,763,885 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,636 | java | /* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* gradle plugin from the resource data it found. It
* should not be modified by hand.
*/
package android.support.compat;
public final class R {
private R() {}
public static final class attr {
pri... | [
"noreply@github.com"
] | andy010725.noreply@github.com |
d70d781a4d658d1b540022f94265282ae0f83d55 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/4/4_81e03cea07ae59df120270f1eb078a02f5429510/BaseAction/4_81e03cea07ae59df120270f1eb078a02f5429510_BaseAction_t.java | 4a3c0383c65d6fea600d90bcc7bfb8fb9910ce68 | [] | no_license | zhongxingyu/Seer | 48e7e5197624d7afa94d23f849f8ea2075bcaec0 | c11a3109fdfca9be337e509ecb2c085b60076213 | refs/heads/master | 2023-07-06T12:48:55.516692 | 2023-06-22T07:55:56 | 2023-06-22T07:55:56 | 259,613,157 | 6 | 2 | null | 2023-06-22T07:55:57 | 2020-04-28T11:07:49 | null | UTF-8 | Java | false | false | 2,669 | java | package krasa.mavenrun.analyzer.action;
import org.jetbrains.idea.maven.dom.model.MavenDomProjectModel;
import org.jetbrains.idea.maven.dom.model.MavenDomShortArtifactCoordinates;
import org.jetbrains.idea.maven.model.MavenArtifact;
import org.jetbrains.idea.maven.model.MavenArtifactNode;
import org.jetbrains.i... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
4a9318647aeec8190a83e5c2eeb8b57925aafb74 | 00cab1c5de5d94849b2c6b3441e72dfc59c7f357 | /Exercise Spring Data Intro/userSystem/src/main/java/softuni/userssystem/services/AlbumService.java | eee7f9b4edfb7f6ac53605dbadd96f98e340dd63 | [] | no_license | YankoMarkov/Hibernate-Spring-Data | 2466e9f1d9eb4ab377582befba8cd6fe760bc94b | 62297cc0c591a8007690cc683006339761c5e1ef | refs/heads/master | 2020-04-04T10:44:28.520339 | 2018-12-13T18:10:42 | 2018-12-13T18:10:42 | 155,863,379 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 74 | java | package softuni.userssystem.services;
public interface AlbumService {
}
| [
"yanko@markov.eu"
] | yanko@markov.eu |
7cdb58495469fb523eb8aa3ffc828548b9cac0bd | b197739ececfabe7d0e83a1cec04cca8300ebd78 | /App3/src/main/java/com/example/app3/NJCTLClass.java | 0bdec9169c89320f7c6faea468b030f66a9d9ab6 | [] | no_license | cosmc/njctl_teaching_app | bfc9805473bc4d57326cc7cd5bea832607413cbd | 83d5250beff0542678210f91afc39a37ebfea8e5 | refs/heads/master | 2021-01-22T11:31:54.688320 | 2013-11-16T21:59:21 | 2013-11-16T21:59:21 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 218 | java | package com.example.app3;
/**
* Created by ying on 11/3/13.
*/
public class NJCTLClass {
private int classId;
public String className;
public NJCTLClass(String name) {
className = name;
}
}
| [
"ying.quan.tan@gmail.com"
] | ying.quan.tan@gmail.com |
66cada4ebdb5bafba5f85d9b621adadc1905b4a0 | e7ee659e06a614c59a0145858f7e84e351f8545c | /src/main/java/com/penglecode/common/support/KetamaNodeLocator.java | e994aa33e2e3f2ee56e2817a8276d7e14d23a355 | [] | no_license | dsczs/commons | b4e31d1035285b9df86017a6cfc573ada1966dc7 | 8a3dab2bccdfb0870dbcf2964caa80120eaadc52 | refs/heads/master | 2021-01-21T10:20:00.041204 | 2015-06-14T12:44:16 | 2015-06-14T12:44:16 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,265 | java | package com.penglecode.common.support;
import java.util.List;
import java.util.SortedMap;
import java.util.TreeMap;
public class KetamaNodeLocator implements NodeLocator {
public static final int DEFAULT_VIRTUAL_NODES = 160;
private HashAlgorithm hashAlg = HashAlgorithm.KETAMA_HASH;
private int vi... | [
"pengpeng.prox@gmail.com"
] | pengpeng.prox@gmail.com |
ab5e6fa09d93e9d5cc1511fb016ff8cc1246e651 | 9ae0b9a0f283a1953cd46cbaf1cc5160f896ad8b | /src/main/java/concurrent/Workable.java | 5a925df7da2da8caf1f10a48ca645b281f637ea5 | [] | no_license | dangshanli/on-java-8-maven-biuld | ec1f8ad51a37b8ea6fcb4ade4edeeaa779d17817 | 45db57dd3e434334249875595c32306a09f704a6 | refs/heads/master | 2023-04-16T13:23:11.877085 | 2021-04-17T06:03:07 | 2021-04-17T06:03:07 | 358,287,030 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 868 | java | package concurrent;// concurrent/Workable.java
// (c)2021 MindView LLC: see Copyright.txt
// We make no guarantees that this code is fit for any purpose.
// Visit http://OnJava8.com for more book information.
import java.util.concurrent.*;
import onjava.Nap;
public class Workable {
String id;
final double duration... | [
"1414377646@qq.com"
] | 1414377646@qq.com |
a4f6560289443964aaa4db37d78fe07ec4e8a527 | 8782061b1e1223488a090f9f3f3b8dfe489e054a | /storeMongoDB/projects/ABCD/aospX_platform_packages_apps_Settings/test/0Test.java | e585234ead2221ca906f1d8375f982d531a5b38b | [] | no_license | ryosuke-ku/TCS_init | 3cb79a46aa217e62d8fff13d600f2a9583df986c | e1207d68bdc9d2f1eed63ef44a672b5a37b45633 | refs/heads/master | 2020-08-08T18:40:17.929911 | 2019-10-18T01:06:32 | 2019-10-18T01:06:32 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,726 | java | public void testFilter() {
// Define the variables
CharSequence source;
SpannableStringBuilder dest;
// Constructor to create a LengthFilter
InputFilter lengthFilter = new Utf8ByteLengthFilter(10);
InputFilter[] filters = {lengthFilter};
// filter() i... | [
"naist1020@gmail.com"
] | naist1020@gmail.com |
a74e0ed0453eb1a6222a5023d22947125e279134 | 7396ed6ec7ebe89b685c41448312d63f9dcf702b | /src/main/java/com/google/api/codegen/viewmodel/StaticLangApiResourceNameView.java | 5349475dc18fc876faf36f24e4236d0a8577d43f | [
"Apache-2.0"
] | permissive | dr-aryone/gapic-generator | 394df828c7c5353fac51c4b3da32f47346bd2f8f | b465d5651c29c344e90515172cbe662fcb296dd8 | refs/heads/master | 2020-05-29T09:22:41.339305 | 2019-05-24T17:14:18 | 2019-05-24T17:14:18 | 189,060,284 | 2 | 1 | NOASSERTION | 2019-05-28T15:58:24 | 2019-05-28T15:58:24 | null | UTF-8 | Java | false | false | 2,179 | java | /* Copyright 2017 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in... | [
"noreply@github.com"
] | dr-aryone.noreply@github.com |
99a644e4bf1cab0348e5cda7a5ce567c4a9b7553 | 2a7dbce64a17feeae51655005de740116841f0fd | /selenium/src/test/java/ru/tinkoff/qa/neptune/selenium/test/steps/tests/searching/SearchForWebElementsNegativeTest.java | a9934176119b9b36f7bac2edacb9159c12c830d2 | [
"Apache-2.0"
] | permissive | a-artemenko/neptune | c1a0d4698efc97288d7a1e970002b55915c64d0a | 98971dda3fe4d068814671532bc6fd16ec390516 | refs/heads/master | 2022-01-05T23:27:29.677425 | 2019-07-17T13:59:01 | 2019-07-17T13:59:01 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 49,750 | java | package ru.tinkoff.qa.neptune.selenium.test.steps.tests.searching;
import ru.tinkoff.qa.neptune.selenium.test.BaseWebDriverTest;
import ru.tinkoff.qa.neptune.selenium.test.RetryAnalyzer;
import org.openqa.selenium.By;
import org.openqa.selenium.SearchContext;
import org.openqa.selenium.WebElement;
import org.testng.an... | [
"tichomirovsergey@gmail.com"
] | tichomirovsergey@gmail.com |
73edcb38bdb96b27e99a7c1ef3f4d98c0c4566ea | 4d57ad70d6e61ca0d829b6b0f7c889be72d03ff5 | /src/main/java/garage/Vehicle.java | 79f822286f462ad40f1131861181bc4889b0f784 | [] | no_license | AlwinThomaz/MyGarage | e957717637abb9e5b25e5db850ea50ce89e63303 | 2a923a401e7c9eae11cdc29547a3df0b07128c3f | refs/heads/master | 2020-09-23T06:28:26.728854 | 2019-12-02T17:11:39 | 2019-12-02T17:11:39 | 225,427,989 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,002 | java | package garage;
public abstract class Vehicle {
private int noOfWheels;
private int noOfEngines;
private String colour;
private String modelName;
public abstract void move();
public void noise() {
System.out.println("Vroom!");
}
public abstract float calcBill();
public int getNoOfWheels() {
return noO... | [
"alwinthomas@MacBook-Pro.local"
] | alwinthomas@MacBook-Pro.local |
865fd310b01c1803a218a0cfc5cdd71628467530 | db566b55f8fb1aa64c238cee403fccacea8734c3 | /app/src/main/java/com/example/saksham/Writer/MatchesViewHolder.java | 00b61c29727ff8d9376edd7ae12f8e2b14bdb95d | [] | no_license | isham1302/Saksham | 634405d85d18de5f46d20a844aa6cf0d4e41dedb | 8e53be8ac60765a95ee922653227ca6507422bf7 | refs/heads/master | 2022-12-04T10:13:11.450374 | 2020-08-11T15:50:45 | 2020-08-11T15:50:45 | 279,516,357 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,172 | java | package com.example.saksham.Writer;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.widget.ImageView;
import android.widget.TextView;
import androidx.annotation.NonNull;
import androidx.recyclerview.widget.RecyclerView;
import com.example.saksham.Writer.Chat.Chat;
im... | [
"61309519+isham1302@users.noreply.github.com"
] | 61309519+isham1302@users.noreply.github.com |
f42455332202d6c585cfdc30e506f83a6b78f8a3 | 24c4670917d885a4dfebcbc04733d4a4a12fc282 | /src/main/java/com/wang/springboot/service/ProjectService.java | f6ad8caaa10304c87907ad3aa6b036ebebfde9bd | [] | no_license | wyn-365/springboot-blogsV3 | b6f8ab6e31c0137e9685f65a7e1f948d8755580e | 258f9d4713158d0e7b30246c41e939064446dc62 | refs/heads/master | 2023-04-19T01:19:17.258047 | 2020-08-01T03:14:46 | 2020-08-01T03:14:46 | 284,176,547 | 0 | 0 | null | 2021-04-22T19:20:31 | 2020-08-01T03:12:37 | JavaScript | UTF-8 | Java | false | false | 303 | java | package com.wang.springboot.service;
import com.wang.springboot.pojo.Blog;
import com.wang.springboot.pojo.Project;
/**
* @author 王一宁
* @date 2020/3/10 9:36
*/
public interface ProjectService {
//markdown转换成html的详情页面的方法
public Project getAndConvert(Long id);
}
| [
"wyn_365@qq.com"
] | wyn_365@qq.com |
c9cc72bcc74a35732784c7ce9f9a27540ee4db6b | 46739a7b95dd2728cae2951f516feb571193a535 | /src/orbits/Orbit.java | df06ca80a25ae0c1799c03bf63ca07d9fdaccb5c | [] | no_license | hedzup456/RandomStuff | 60dd3fa32c631402cc0bcc8b7c4087a02100f4b6 | 30378311df0a0e21334718ee2166c887fc4f2590 | refs/heads/master | 2020-12-24T06:53:59.165385 | 2016-03-31T23:12:33 | 2016-03-31T23:12:33 | 41,733,865 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,861 | java | package orbits;
public class Orbit {
private double eccentricity, inclination, longitudeOfAscNode, argOfPeriapsis, meanAnomaly;
private int semimajorAxis, radiusOfBody, massOfBody;
private String body;
public String toString(){
return "Body: " + body +
" Radius of body: " + radiusOfBody +
" S... | [
"richardhenry602@gmail.com"
] | richardhenry602@gmail.com |
642a4e31b48acc52672ba865e5de9c1a70b7fdec | 3a66024a5dd76668a17c8b945d840b5388341c5c | /ISO20008/src/org/iso200082/mechanisms/m4/parties/M4Signer.java | e1bc73880ea89b19506de67fa8bb700476a3fab1 | [
"BSD-3-Clause"
] | permissive | darg0001/group-signature-scheme-eval | fdbf07a01590545d54a93a8809cd6ebac45a5c5d | 366c9c6222ae371886cb382840a68048dce0e19b | refs/heads/master | 2021-04-12T04:14:38.633387 | 2013-04-08T13:41:40 | 2013-04-08T13:41:40 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,727 | java | /*
* This file is part of an unofficial ISO20008-2.2 sample implementation to
* evaluate certain schemes for their applicability on Android-based mobile
* devices. The source is licensed under the modified 3-clause BSD license,
* see the readme.
*
* The code was published in conjunction with the publication call... | [
"klaus-dot-potzmader-at-student-dot-tugraz-dot-at"
] | klaus-dot-potzmader-at-student-dot-tugraz-dot-at |
28238a7e707846cf5d8914ef6a680d94594f3c9a | 4ed3d7d785155c3143dcb24744de0a36f239a76b | /Podcast/app/src/main/java/br/ufpe/cin/if710/podcast/download/DownloadBroadcastReceiver.java | 9697d106ea9d7107ca4b17a2d8c0ac276427ee57 | [
"MIT"
] | permissive | Shankarmandal82/exercicio-podcast | c49adbd21cd64f6ef76857b589efe9144f7647e1 | a65f59c9d49fe9236c97fde533035135d351d160 | refs/heads/master | 2023-03-15T14:55:41.898213 | 2017-12-08T18:30:28 | 2017-12-08T18:30:28 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,003 | java | package br.ufpe.cin.if710.podcast.download;
import android.app.DownloadManager;
import android.app.Notification;
import android.app.NotificationManager;
import android.app.PendingIntent;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.util.Log;
im... | [
"avss@cin.ufpe.br"
] | avss@cin.ufpe.br |
0ac3a5c755de4c8eff5faa00bdb164b484427c39 | 3823983f9ab8e9a12fbc7f29c99c15cffca36b8e | /src/main/java/eu/openanalytics/containerproxy/auth/impl/SocialAuthenticationBackend.java | 97520b0baa01b77347056a170e628988bf06c2db | [
"Apache-2.0",
"LicenseRef-scancode-philippe-de-muyter"
] | permissive | ZSI-Bio/containerproxy | 7ed08b59f37ebbd7224f7bd89cb0ca5be95461ee | c5b381faa1b51aef6ab4f6c0a75a0d8dc82c7210 | refs/heads/master | 2020-04-29T19:26:35.055718 | 2018-12-21T15:12:34 | 2018-12-21T15:12:34 | 176,354,698 | 0 | 0 | NOASSERTION | 2019-03-18T19:20:53 | 2019-03-18T19:20:53 | null | UTF-8 | Java | false | false | 1,863 | java | /**
* ContainerProxy
*
* Copyright (C) 2016-2018 Open Analytics
*
* ===========================================================================
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the Apache License as published by
* The Apache Software Foun... | [
"fmichielssen@openanalytics.eu"
] | fmichielssen@openanalytics.eu |
3212c17d851ee1652f2d5c7e5ade511f4ebcc2b4 | 386d4be1da84df6254a652f2b1fb49db3bb13c2a | /src/main/java/com/rhain/enterprise/exception/AppException.java | e56da9a48008656627894e8e472bcb1281e117bd | [] | no_license | Rhain/enterprise | dcacab71d27d05b0e5e9518c39f529bb59d1e8b9 | 26061c1658b5104fa88e1bb50fdeea75e930ecf5 | refs/heads/master | 2020-03-23T00:01:49.542516 | 2018-07-13T11:42:10 | 2018-07-13T11:42:10 | 140,840,060 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 423 | java | package com.rhain.enterprise.exception;
import org.springframework.http.HttpStatus;
import org.springframework.web.bind.annotation.ResponseStatus;
@ResponseStatus(HttpStatus.INTERNAL_SERVER_ERROR)
public class AppException extends RuntimeException {
public AppException(String message) {
super(message);
... | [
"rhainliu@tencent.com"
] | rhainliu@tencent.com |
b8c33816d76105861f684b45bfd4d670c017c251 | db2a87d7af621679921bfdcd93a212230684793a | /src/cn/javass/dp/prototype/example6/Product.java | 97edd0b492122291df2334df294371c93fe6cdda | [] | no_license | Wilsoncyf/designpattern | fa5f8a50e0d89f644ccb7edc1971465f3d21d3e4 | 11f62dd0753a7848c9de0453ee021a845347ebaa | refs/heads/master | 2022-12-05T02:48:24.323214 | 2020-08-31T15:50:02 | 2020-08-31T15:50:02 | 290,809,079 | 1 | 0 | null | null | null | null | GB18030 | Java | false | false | 805 | java | package cn.javass.dp.prototype.example6;
/**
* 产品对象
*/
public class Product implements ProductPrototype{
/**
* 产品编号
*/
private String productId;
/**
* 产品名称
*/
private String name;
public String getName() {
return name;
}
public void setName(String name) {
this.name = name;
}
public String ge... | [
"417187306@qq.com"
] | 417187306@qq.com |
382258e8e8581f51341533ea3e7e5b8f87a98d42 | 3d1132dd75c625019673ed55da9cf6bcdf1f7d7c | /lotto/src/main/java/com/juyoung/tddlotto/model/Number.java | a982ddd92b4100f03c0359f79d65268cda17e7b9 | [] | no_license | juyoungyoo/Re.TDD | d76fd953d214a0dd736dfb4f9a338edd2ff3d30a | 8fa2f06e586790e0b79921806b4bc9445696c9d8 | refs/heads/master | 2020-05-02T20:00:30.872428 | 2019-06-11T13:22:26 | 2019-06-11T13:22:26 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,102 | java | package com.juyoung.tddlotto.model;
import java.util.Objects;
public class Number implements Comparable<Number> {
static int MIN = 1;
static int MAX = 45;
private int number;
private Number(int number) {
validateNumber(number);
this.number = number;
}
public static Number o... | [
"juy5790@outlook.com"
] | juy5790@outlook.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.