blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 7 332 | content_id stringlengths 40 40 | detected_licenses listlengths 0 50 | license_type stringclasses 2
values | repo_name stringlengths 7 115 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 557
values | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 5.85k 684M ⌀ | star_events_count int64 0 77.7k | fork_events_count int64 0 48k | gha_license_id stringclasses 17
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 82
values | src_encoding stringclasses 28
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 7 5.41M | extension stringclasses 11
values | content stringlengths 7 5.41M | authors listlengths 1 1 | author stringlengths 0 161 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
a34557e2dc4d6fabdfbac5adb1cac6c0b6f7d16c | d177e4268b05d3c97f172fb848a98026adca4e1c | /Core/src/tourvn/core/contact/entities/ContactMechTypePurposePK.java | 757a8a4a5e1d8c6c546d8fdadc1972c3f4f35084 | [] | no_license | nguyennnhancm/TourVN | 30860df46a619d1ebcbe90251a45bb9cbc133aa6 | 5bfba1268fc1e92b820fec52a44f38578c13fd5e | refs/heads/master | 2016-09-05T23:51:23.353861 | 2015-09-17T09:11:11 | 2015-09-17T09:11:11 | 42,085,082 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,013 | java | package tourvn.core.contact.entities;
import javax.persistence.Column;
import javax.persistence.Id;
import java.io.Serializable;
/**
* Created with IntelliJ IDEA.
* User: NGUYEN VAN NHAN
* Date: 5/31/2015
* Time: 10:19 PM
* Media Group
* To change this template use File | Settings | File Templates.
*/
public c... | [
"nguyenvannhan@lvsolution.vn"
] | nguyenvannhan@lvsolution.vn |
4f9542bb284f6c36d19a1e8475ecf1bb04753e16 | 0a36d324dd595a4a67cd5162e44b2086ddf6c458 | /src/main/java/com/kotakotik/chaoscraft/chaos_events/temp/TEventSpeedRace.java | 304cfa0136c00127b6cd576f311dcfb2d25a46ed | [] | no_license | kotakotik22/chaoscraft | 616acb87adecacdface0670375530eea8274fc36 | 84642a2ae16055537aaba64d3b29981783c05cda | refs/heads/master | 2023-03-25T05:13:17.668260 | 2021-03-10T05:32:04 | 2021-03-10T05:32:04 | 325,974,573 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,832 | java | package com.kotakotik.chaoscraft.chaos_events.temp;
import com.kotakotik.chaoscraft.TranslationKeys;
import com.kotakotik.chaoscraft.chaos_handlers.*;
import com.kotakotik.chaoscraft.config.Config;
import com.kotakotik.chaoscraft.config.ExtraEventConfig;
import com.kotakotik.chaoscraft.networking.ModPacket;
import com... | [
"61428759+kotakotik22@users.noreply.github.com"
] | 61428759+kotakotik22@users.noreply.github.com |
88e2ca250bc03d72cf94f87561e172d4228feea8 | 6191d50e472d0649b4af1b4fba631884fb8c3a4b | /src/Main56.java | 4308f1a35da94f3838d39485c34f75e2d4c255c5 | [] | no_license | LXBOB/Coding | 4c28607b44160e8a61861cd1efdca618446a3634 | abc2e88a5a85ae9fe4d966c5dc128a244ad86e2b | refs/heads/master | 2022-04-06T13:04:11.497377 | 2020-03-03T12:33:40 | 2020-03-03T12:33:40 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,498 | java | public class Main56 {
private ListNode change(ListNode x) {
int temp = x.val;
while (x != null && x.val == temp) {
x = x.next;
}
return x;
}
public ListNode deleteDuplication(ListNode pHead) {
ListNode ans = pHead; // 最终链表的头节点
// 确定最终链表的头节点
... | [
"1583724941@qq.com"
] | 1583724941@qq.com |
6ddb6bc3f2b25a0fdf91a3a3868adad3cbb11ac7 | fa0e727a24c0da9be1050d09a1298a7d8d182f5b | /OpenClose/src/Race.java | 1b5b8a72c925c04a6b0a42c5f10c3fa416ad8d1f | [] | no_license | KhondokerTanvirHossain/Solid-Principle | 66c89ea7cbe5178cc0b379ab799e40238a43131a | 9e9ac9e70f66df7c917fb51949734769669d713b | refs/heads/master | 2021-03-14T19:23:23.567098 | 2020-03-12T13:07:56 | 2020-03-12T13:07:56 | 246,788,274 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 191 | java | public class Race extends Car {
public Race(String name, int wheel, String company) {
super(name, wheel, company);
}
public int raceRating(){
return 12;
}
}
| [
"k.tanvir.hossain@gmail.com"
] | k.tanvir.hossain@gmail.com |
0b9a9e85a7147f47fa56aede7bf9c3392a0f89ac | 92d8dff8f0321239b1813f92fb23f9f2204921e2 | /snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue73/TreeSetTest.java | 464c7a0e50b6b9187752af1c9f8fb4ba67de0f12 | [
"Apache-2.0"
] | permissive | trisrael/ubc_viscog | 74d36e25900e22d9d8f3108914fa28559892b5f9 | 405f1f51659f4e94b330c8c8b9337ea95ffdff1d | refs/heads/master | 2021-01-23T06:34:08.917178 | 2011-11-15T06:45:17 | 2011-11-15T06:45:17 | 1,970,653 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,021 | java | /**
* Copyright (c) 2008-2011, http://www.snakeyaml.org
*
* 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 appl... | [
"tgoffman@gmail.com"
] | tgoffman@gmail.com |
64ee8fedc82d577ebd245f084ce8db2ea07fae56 | e0fb6267f93100ddab09c3cfbd2365858f2f4e7c | /src/main/java/com/cn/three/sms/SmsWebApiKit.java | 5a316f9ae26fa16eff9abcfc255af7bc3f086075 | [] | no_license | erbaocui/ecapi | 22fb56f8d294b51303ccb6f651a727629f61ca9d | 0b5a1c0a08ef9f60d696de75bc0e5ee5c40de631 | refs/heads/master | 2021-09-01T05:20:25.860811 | 2017-12-25T02:44:36 | 2017-12-25T02:44:36 | 108,109,764 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,666 | java | package com.cn.three.sms;
/**
* 服务端发起验证请求验证移动端(手机)发送的短信
* @author Administrator
*
*/
public class SmsWebApiKit {
private String appkey;
public SmsWebApiKit(String appkey) {
super();
this.appkey = appkey;
}
/**
* 服务端发起发送短信请求
* @return
* @throws Exception
*/
public String sendMsg(String phone... | [
"cuijiapeng@gmail.com"
] | cuijiapeng@gmail.com |
1d415973018f4fa9a294375402945ac2fce1612d | 90836d5ae10dc492beb312406865083d86548950 | /T508AC_DEMO_AS/app/src/main/java/com/POS/apis/BuzzerController/BuzzerControllerActivity.java | 3e42b19a5b4ef57b0965175450dac5472d555bcb | [] | no_license | joshphur/T508AC_DEMO_AS | 8cdb85047016307bea4fae5464560bee2288b13d | 90c7d9b00053591c2b5e8ab7893da5e3f2954631 | refs/heads/master | 2022-12-09T14:10:52.437149 | 2020-09-23T10:05:18 | 2020-09-23T10:05:18 | 297,925,914 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,032 | java | package com.POS.apis.BuzzerController;
import android.app.Activity;
import android.os.Bundle;
import android.view.View;
import android.view.View.OnClickListener;
import android.widget.Button;
import android.widget.Toast;
import android_jb.com.POSD.controllers.BuzzerController;
import jepower.com.t508ac_demo.R;
publ... | [
"j4matt@gmail.com"
] | j4matt@gmail.com |
79b1839c1d00124076f5c80c7a3093647e60fb2c | 74ef6a48adea4c350c3b48b834220d213cc084ad | /src/main/java/cn/mldn/demo/SelfDefinedObjSaveViaArrayList.java | 6a32940e107a0fd742477f3ba141fc3117ad5ce9 | [] | no_license | zhankun12345/JavaLearning | 93ebfd2cf116ff5dc4e28c202c23805d64164750 | 3fa546795097e40c16e4a116222041ea7d024e20 | refs/heads/master | 2023-01-06T22:20:21.387892 | 2020-11-04T07:54:17 | 2020-11-04T07:54:17 | null | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 2,025 | java | package cn.mldn.demo;
import java.util.ArrayList;
import java.util.List;
class Person4SelfDefinedObjSaveViaArrayList
{
private String name;
private int age;
public Person4SelfDefinedObjSaveViaArrayList(String name, int age)
{
super();
this.name = name;
this.age = age;
... | [
"jian.sun.ms@faw-vw.com"
] | jian.sun.ms@faw-vw.com |
3738adb7c6fe856c5a990f27f902ca44826b6f3d | 532960b369d1364e7ed58e6a3650f3f43c6d7dac | /src/main/java/com/openkm/servlet/MimeIconServlet.java | 240f7e082274c0b5ccf88e20cdf4bf9dd60e2602 | [] | no_license | okelah/openkm-code | f0c02062d909b2d5e185b9784b33a9b8753be948 | d9e0687e0c6dab385cac0ce8b975cb92c8867743 | refs/heads/master | 2021-01-13T15:53:59.286016 | 2016-08-18T22:06:25 | 2016-08-18T22:06:25 | 76,772,981 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,363 | java | /**
* OpenKM, Open Document Management System (http://www.openkm.com)
* Copyright (c) 2006-2015 Paco Avila & Josep Llort
*
* No bytes were intentionally harmed during the development of this application.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GN... | [
"github@sven-joerns.de"
] | github@sven-joerns.de |
875448ce72882ced67fa8ec09a0146fcfe250828 | 2a51b44fbe392c57e04cedab353a142ce98b23ca | /app/src/main/java/com/example/opilane/myapplication/MainActivity.java | 20736797b596c1800c8de69071dda6d0dbd6202a | [] | no_license | KadiT17/MyApplication2 | 149fa8751779ddcc5d6845e154df170a50ce4dfa | 3d990578a50d55eb179abbfb62f247ef077b97e7 | refs/heads/master | 2021-08-12T01:52:53.609504 | 2017-11-14T09:20:13 | 2017-11-14T09:20:13 | 110,668,735 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,080 | java | package com.example.opilane.myapplication;
import android.annotation.SuppressLint;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
public class MainActivity extends AppComp... | [
"opilane@tthk.ee"
] | opilane@tthk.ee |
d979d7b2ba99dfc4b31dff1ae6f11c11d4fefe65 | 1c7e004833789d6a1dbf0e3fe13cf171bae5b01a | /src/main/java/com/meerkat/easymon/service/MonitLogService.java | 98049cfa55f7cb01be786cf1b61089342eb75423 | [
"Apache-2.0"
] | permissive | Ivan4412/easymon | 70d8960006cc246ee72b5a67d9c14f9ea82bf442 | f3724ece68c50b8c07aa0b298bf2849fbe86dcd2 | refs/heads/main | 2023-03-12T18:54:21.764533 | 2021-03-02T08:54:47 | 2021-03-02T08:54:47 | 343,358,663 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,034 | java | package com.meerkat.easymon.service;
import com.meerkat.easymon.data.gen.model.TMonitLog;
import org.springframework.stereotype.Service;
import java.util.List;
/**
* author : yjs
* createTime : 2018/6/5
* description : 监控信息日志服务类
* version : 1.0
*/
@Service
public interface MonitLogService {
/**
* 记录监控... | [
"yangjingsong@utrust.cn"
] | yangjingsong@utrust.cn |
d8516a4be7dfac51d2bde236bc62d6129678d9f1 | b65e4e1cc951149093de1fb674908b7bcecce1db | /A8/Assignment/AssignmentB.java | eea856e2734cad64f800d8f74db243a153437c31 | [] | no_license | ameniawy/Advanced-Data-Structures-And-Algorithms | d6a0063148f7a52bcc097e9f143cc01f244f3505 | 0ca5ae3646016553ae22d890e019225d88900e93 | refs/heads/master | 2020-04-23T02:38:58.959244 | 2019-05-05T09:27:44 | 2019-05-05T09:27:44 | 170,852,838 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,864 | java | import java.io.*;
import java.util.ArrayList;
import java.util.StringTokenizer;
import java.util.Collections;
public class AssignmentB {
public static void main(String[] args) throws Exception {
Scanner sc = new Scanner(System.in);
PrintWriter out = new PrintWriter(System.out);
int q = ... | [
"ameniawy18@gmail.com"
] | ameniawy18@gmail.com |
b980593dd21558b17951b02c66ae71108edc101a | 207314421e45b9c93f6859d61c6eedf1e5a4d207 | /springcloud-consumer-dept-80/src/main/java/com/jun/springcloud/config/ConfigBean.java | 875dc2afbd948a07339d2e6d43e3895a5ea91862 | [] | no_license | 15626862046/springcloud-test | 2feca458a2cf9cf7239fb56e13a827827e158088 | 97aef355c75980601aeeeefeb04f24cc4acbf25d | refs/heads/master | 2022-09-17T10:04:52.435364 | 2020-05-07T06:43:57 | 2020-05-07T06:44:40 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 805 | java | package com.jun.springcloud.config;
import com.netflix.loadbalancer.IRule;
import com.netflix.loadbalancer.RandomRule;
import org.springframework.cloud.client.loadbalancer.LoadBalanced;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springfra... | [
"731177205@qq.com"
] | 731177205@qq.com |
5465444dc368f3cdb3b327b77024af6aeba2d012 | 461571745b8f64c8c3a4691ddd534e9b18cf74cb | /HelloEurakaClient/src/main/java/com/karl/pre/web/ClientController.java | 3546edade364ef132e13f7a61b9fcfeb3b47d24c | [] | no_license | ssmellon/spring-boot | 92c8e5452fbe49f491d7f0e722cdec23d235f7b9 | c3757f61950b95f0608c23cf5e9804525d9a15a2 | refs/heads/master | 2020-04-20T23:57:16.620060 | 2019-03-18T13:39:30 | 2019-03-18T13:39:30 | 169,182,066 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,467 | java | package com.karl.pre.web;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.*;
import java.util.HashMap;
import java.util.Map;
@RestController
@RequestMapping("/client")
public class ClientController
{
@GetMapping("/hello")
... | [
"1549145229@qq.com"
] | 1549145229@qq.com |
7dfd6f0837f7dad952e101f433fdb048b74f35e7 | a636258c60406f8db850d695b064836eaf75338b | /src-gen/org/openbravo/model/common/invoice/InvoiceTax.java | 9ce232505f7b59bf24f3aa21fb09defa567729a3 | [] | no_license | Afford-Solutions/openbravo-payroll | ed08af5a581fa41455f4e9b233cb182d787d5064 | 026fee4fe79b1f621959670fdd9ae6dec33d263e | refs/heads/master | 2022-03-10T20:43:13.162216 | 2019-11-07T18:31:05 | 2019-11-07T18:31:05 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,531 | java | /*
*************************************************************************
* The contents of this file are subject to the Openbravo Public License
* Version 1.1 (the "License"), being the Mozilla Public License
* Version 1.1 with a permitted attribution clause; you may not use this
* file except in... | [
"rcss@ubuntu-server.administrator"
] | rcss@ubuntu-server.administrator |
773781f9238eb25eb5d798ab7fc4c9a539d3e80d | ab0596541cc22ac93282990b6f44285479817d81 | /src/main/java/com/martint/cinemaapi/api/v1/mapper/MovieMapper.java | 11059adecbbc0dbbbcea8f99e232801a869f22fb | [] | no_license | mrtntdr/cineapi | e35fcdb51ac0a77d1171858ba983d46473067abe | 5a52e4e44be8fa2f197d0592e0347cf5a1b30c48 | refs/heads/master | 2020-04-01T17:40:20.005083 | 2018-10-17T11:36:55 | 2018-10-17T11:36:55 | 153,443,260 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 523 | java | package com.martint.cinemaapi.api.v1.mapper;
import com.martint.cinemaapi.api.v1.model.MovieDTO;
import com.martint.cinemaapi.domain.Movie;
import org.mapstruct.Mapper;
import org.mapstruct.Mapping;
import org.mapstruct.factory.Mappers;
@Mapper(componentModel = "spring")
public interface MovieMapper {
M... | [
"mrtntdr@gmail.com"
] | mrtntdr@gmail.com |
7ba6de788e8b1564ab440746704a85802c5b7ddf | 77e61fc666a85d50c526d09a6455f39c2aeb05d0 | /app/src/main/java/cn/edu/gdmec/android/mobileguard/m5virusscan/adapter/ScanVirusAdapter.java | b97b54b05c362f6b55f22d1c0cae96f859c53018 | [] | no_license | fungray/MobileGuard | 964289c36418ddb1d26b1f92a18659e83d5f5b92 | 9e1b683962b5f5e619e3b0a93bcab9a8b86167ce | refs/heads/master | 2021-05-16T18:04:08.048618 | 2017-12-24T14:44:47 | 2017-12-24T14:44:47 | 102,920,633 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,348 | java | package cn.edu.gdmec.android.mobileguard.m5virusscan.adapter;
import android.content.Context;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAdapter;
import android.widget.ImageView;
import android.widget.TextView;
import java.util.List;
import cn.edu.gdmec.android.mobileguard.R;
... | [
"845060398@qq.com"
] | 845060398@qq.com |
3e489efe4fcfa1c43e122e2d52d7ee9667d266de | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/13/13_f194b944282a7118178113771ed15e056d9b3f63/PatternFacet/13_f194b944282a7118178113771ed15e056d9b3f63_PatternFacet_t.java | 42a73116212cd1ef1df874f7b263bdb7a59a3905 | [] | 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 | 3,182 | java | /*
* @(#)$Id$
*
* Copyright 2001 Sun Microsystems, Inc. All Rights Reserved.
*
* This software is the proprietary information of Sun Microsystems, Inc.
* Use is subject to license terms.
*
*/
package com.sun.msv.datatype.xsd;
import org.apache.xerces.utils.regex.RegularExpression;
import org.a... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
dd0571d27eaed6d9408df34466c5f2bad1fd6b6a | a33aac97878b2cb15677be26e308cbc46e2862d2 | /data/libgdx/InputProcessorQueue_getProcessor.java | 391707aedc2f8fe1be66212e9685972214720b7d | [] | no_license | GabeOchieng/ggnn.tensorflow | f5d7d0bca52258336fc12c9de6ae38223f28f786 | 7c62c0e8427bea6c8bec2cebf157b6f1ea70a213 | refs/heads/master | 2022-05-30T11:17:42.278048 | 2020-05-02T11:33:31 | 2020-05-02T11:33:31 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 63 | java | public InputProcessor getProcessor() {
return processor;
}
| [
"bdqnghi@gmail.com"
] | bdqnghi@gmail.com |
7d7507ee5be26b2ed0519b88f58daac41fd8252b | 9d6ae4b6bc7376775601bacde666654bd7bc7dc9 | /app/src/main/java/com/xygj/app/jinrirong/activity/user/view/MyMessageView.java | 2e1d701051fffe297d81adbeb82a56fba1b614af | [] | no_license | MikasanZhou/xygj_android | 1e5cae76298aa66d04907aed39f616e8a440291c | 9598ca9dfe76df5252d456c741196025f176a3eb | refs/heads/master | 2020-04-25T10:50:53.010013 | 2019-06-23T02:15:18 | 2019-06-23T02:15:18 | 172,724,175 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 432 | java | package com.xygj.app.jinrirong.activity.user.view;
import java.util.List;
import com.xygj.app.common.base.BaseView;
import com.xygj.app.jinrirong.model.HttpRespond;
import com.xygj.app.jinrirong.model.MessageBean;
/**
* Created by Yangli on 2018/4/18.
*/
public interface MyMessageView extends BaseView {
void ... | [
"879863325@qq.com"
] | 879863325@qq.com |
8c2552196e5f2fc16b6f1c0694c6c7e47715a1be | 81cccf127c412984d5c054a9b8d57a71c5f28342 | /src/main/java/com/hello/core/discount/FixedDiscount.java | 7fb269f9f886bf59baf6458b8bb56e7e053f5fdb | [] | no_license | Imseungbae/springCore | fc41bba8a4874ffc1f4440e0dd85463bb3059e2a | 1f3789226ca4945315bc5621b5b64c4a91a19dce | refs/heads/main | 2023-07-20T15:05:27.066657 | 2021-08-22T09:06:02 | 2021-08-22T09:06:02 | 398,757,066 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 454 | java | package com.hello.core.discount;
import com.hello.core.domain.Grade;
import com.hello.core.domain.Member;
public class FixedDiscount implements DiscountPolicy{
// 1000원 정률할인
private final int discount = 1000;
@Override
public int discount(Member member, int price) {
Grade grade = member.getG... | [
"tmdqo2013@naver.com"
] | tmdqo2013@naver.com |
ce822e0025213a504cfe324df6759ee413625976 | e23e9564defbf2a333eaa2c27e5c3469f32d26ef | /dynamodb-spring-data/src/main/java/net/shyshkin/study/dynamodbspringdata/DynamodbSpringDataApplication.java | 6c806a2430ef7b1baa44c49dd1f74172084120bf | [] | no_license | Krishnamurtyp/aws-certified-developer-associate | ea4da4a51443b49a5d70f6d889e7518f88aaa244 | 71b11d1dc212cdf85ccec53a5ce4fc03261dc749 | refs/heads/main | 2023-02-23T03:40:57.311783 | 2021-01-27T15:45:55 | 2021-01-27T15:45:55 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 366 | java | package net.shyshkin.study.dynamodbspringdata;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class DynamodbSpringDataApplication {
public static void main(String[] args) {
SpringApplication.run(Dynamod... | [
"d.art.shishkin@gmail.com"
] | d.art.shishkin@gmail.com |
8b7ee4c5e4051e063995f516df3e5b0941959157 | 01ca881ce86202551152ea397a9a6e9028a88125 | /src/main/java/com/initialize/one/list/Node1.java | 4d8a78d0ca18ac12c4dbe459a2c1085ffa435fa9 | [] | no_license | initializeliu/algorithm | a49c7e1ecfc2bd4eb70c1a265e922be53588efed | 81d6e542b1a7a9732d354e5e8a7086f54b6e5687 | refs/heads/master | 2023-08-25T03:24:25.225351 | 2021-11-02T08:37:39 | 2021-11-02T08:37:39 | 421,707,818 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 401 | java | package com.initialize.one.list;
/**
* @author initialize liu
* @date 2021/10/15
* @apiNote
*/
public class Node1 {
public Integer value;
public Node1 next;
public Node1 rand;
public Node1(){}
public Node1(Integer value){
this.value = value;
}
@Override
public String to... | [
"liuyuanshuai1@163.com"
] | liuyuanshuai1@163.com |
c79c0eb3a56e4bc4abc61a1e02ecf04f438f36ca | 7124af5dd3f93c4014613c4264057e1b2562c916 | /src/www/day4/stack/MyLinkedStack.java | 2480d2c92de0497e07902ce3bd3fea4fd33d9bd2 | [] | no_license | LED-SKY/JavaWork | 3d86627185c928ff33e4a2087c204cbea2d4927f | 28494b412cc7bde7aa5ce72d3a6c8a5fbb5aad48 | refs/heads/master | 2023-06-23T07:17:14.822753 | 2021-07-12T12:29:10 | 2021-07-12T12:29:10 | 381,563,704 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,540 | java | package www.day4.stack;
/**
* 实现集合类
* 模拟的数据结构是栈
* 底层结构是链表: 单链表
*/
public class MyLinkedStack<T> {
private Node top;// 保存栈的栈顶
private int size;// 这个栈中保存了多少个元素
// 对于栈我们应该提供的三个方法: 入栈, 出栈, 查看栈顶元素
// push pop peek
/**
* 给栈实现一个添加方法
* @param value : 要添... | [
"1475974262@qq.com"
] | 1475974262@qq.com |
ae4c5021da6016f17842413fa0e86f4b45075611 | 1132cef0ea0246b0ef505ee8daa3cdb342499fbc | /DesignPatterns/src/Creational_Pattern/simple_factory/ConcreteProduct1.java | 08f4deca31a7851aeb583f8452c77d8c7c1c6531 | [] | no_license | zhhaochen/Algorithm | fd92a748fd727700abba8ad92db0d72663058666 | 509a8f29f00ed665182c8314c11c5a67b023701f | refs/heads/master | 2023-07-02T08:14:13.918245 | 2021-08-05T16:31:08 | 2021-08-05T16:31:08 | 288,951,652 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 97 | java | package Creational_Pattern.simple_factory;
public class ConcreteProduct1 implements Product {
}
| [
"zhhaochen@gmail.com"
] | zhhaochen@gmail.com |
f11756184f8c0f00751ab4fde4121116fd91bba7 | b826cfadd42171b7c23679c0ae66533ff742a643 | /src/main/java/com/rps/pool/impl/GamePoolImpl.java | 10d2336e8825e77563d721b614599b7378c41e16 | [
"Apache-2.0",
"MIT"
] | permissive | srfunksensei/Rock-Paper-Scissors | ba3c521f7dbdc9c3b950ba87debac3b72b46dd86 | 79f80a38c34f1ee725afc2cf65f3d2ee99690263 | refs/heads/master | 2021-06-08T04:22:31.766670 | 2021-05-27T05:28:46 | 2021-05-27T05:28:46 | 141,018,275 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,078 | java | package com.rps.pool.impl;
import java.util.concurrent.ConcurrentHashMap;
import org.springframework.stereotype.Service;
import com.rps.dto.Game;
import com.rps.exception.GameDoesNotExistException;
import com.rps.pool.GamePool;
@Service
public class GamePoolImpl implements GamePool<String, Game> {
private final C... | [
"sr.funk.sensei@gmail.com"
] | sr.funk.sensei@gmail.com |
ddbd0a887bb1e4eb8d1a035d683255b3aada77c4 | a7b3f9ad716011b0c597eadfd6e94cdac730b826 | /src/ru/mirea/Prac1/TestDog.java | 18b38e0a360d0e16a738ab929f8b7a0313542dd4 | [] | no_license | tranthuhoan99/JavaOOP | a780cb37219d326744a03ea79643ff93f8299f68 | 3850dcff437122dafb4ddcbe2cd1f6910edccae8 | refs/heads/master | 2023-01-07T21:05:06.996618 | 2020-11-16T15:12:09 | 2020-11-16T15:12:09 | 309,790,869 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 363 | java | package ru.mirea.Prac1;
public class TestDog {
public static void main(String[] args) {
Dog d1 = new Dog("Tom", 5);
Dog d2 = new Dog("Bob");
Dog d3 = new Dog(2);
Dog d4 = new Dog();
d1.getInformationOfDog();
d2.getInformationOfDog();
d3.getInformationOfDog();... | [
"tranthuhoan@gmail.com"
] | tranthuhoan@gmail.com |
16f94937776db0f325a5ad4b325b79af26efeb37 | b0af6a53cbc53e94eb3a1543706aaf0656e212f7 | /src/main/java/org/springblade/modules/customer/controller/CustomerController.java | 449bc548f21512ebdb272ca24b013d35bc21b534 | [] | no_license | cloudgoon/BladeX-Boot | e16476ea94e3ba9f1cb8864e525373e0422ffd4f | e5f4434543f750152bd7c1eafb1950fb76916856 | refs/heads/master | 2023-05-06T13:56:41.504782 | 2021-05-18T13:27:18 | 2021-05-18T13:27:18 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,978 | java | package org.springblade.modules.customer.controller;
import com.baomidou.mybatisplus.core.metadata.IPage;
import com.github.xiaoymin.knife4j.annotations.ApiOperationSupport;
import io.swagger.annotations.Api;
import io.swagger.annotations.ApiOperation;
import io.swagger.annotations.ApiParam;
import lombok.AllArgsConst... | [
"freepipi@icloud.com"
] | freepipi@icloud.com |
d3c62dddd431a364a2e2108707668937e898829a | 1391e6a58754a97fc64fd4b93a37cb47a13b4102 | /selenium_Test/src/main/java/com/blazedemo/examples/pages/blazedemo.java | f1f0819e62cc109da7be956380dbf8a68b30b7e0 | [
"Apache-2.0"
] | permissive | maheshrc25/TestDemo | a2ebbacb98a7f1884105e2a1bf94156a8593c63a | 88eab7db61baa6d9292c7596d9e63a518b688c23 | refs/heads/main | 2023-04-12T15:50:04.327881 | 2021-05-22T10:04:15 | 2021-05-22T10:04:15 | 369,772,555 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 353 | java | package com.blazedemo.examples.pages;
import org.openqa.selenium.WebDriver;
public class blazedemo {
private static ThreadLocal<HomePage> LoginPage = new ThreadLocal<>();
public blazedemo(WebDriver driver) {
LoginPage.set(new HomePage(driver));
}
public HomePage getSitePage() {
retu... | [
"noreply@github.com"
] | noreply@github.com |
7dd8863bfa0966a271c993decbece4b317c8db93 | 33715912152e06dc2984b16f8996e83216829d28 | /atcoder.jp/abc049/abc049_a/Main.java | da8a41037e258697ddbbbf3fbe91468f7696480b | [] | no_license | nemurinda/procon-archive | 9b2646d3caebd8dfad2e986a6285fd9ffca72c51 | 853a271646c574365c7e79d2ff1760a51a82ab0c | refs/heads/master | 2023-01-15T14:57:45.325233 | 2020-11-25T12:53:47 | 2020-11-25T12:53:47 | 315,925,726 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 506 | java | import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
public class Main {
public static void main(String[] args) throws IOException {
BufferedReader in = new BufferedReader(new InputStreamReader(System.in));
String[] vow = {"a","e","i","o","u"};
String str = in.read... | [
"nemurinda0212@gmail.com"
] | nemurinda0212@gmail.com |
1b835d1d39bebc73605d0042b5dceb733c46c83f | 21db6228323ac1ff8dca9a2888f65483df35cb95 | /SPring_Cloud_Group/spring_cloud_microser_subserver/src/main/java/com/rjpa/config/WebMvcConfiguration.java | 2d55cc6a6b562565016b74c41462166ce8cab7b2 | [] | no_license | drouis/RJPA | d805d5dc9b69e7069c6b1f6fc9eae4dd91cd1605 | 04ef2d03e29f8af19fa1f9f6e3c4d24d36dd2932 | refs/heads/master | 2022-12-27T12:54:25.907080 | 2019-06-15T14:50:13 | 2019-06-15T14:50:13 | 176,635,513 | 2 | 0 | null | 2022-12-10T05:31:19 | 2019-03-20T02:22:00 | Java | UTF-8 | Java | false | false | 876 | java | package com.rjpa.config;
import org.springframework.context.annotation.Configuration;
import org.springframework.web.servlet.config.annotation.ResourceHandlerRegistry;
import org.springframework.web.servlet.config.annotation.ViewControllerRegistry;
import org.springframework.web.servlet.config.annotation.WebMvcConfigu... | [
"shiou_fujisaki@hotmail.com"
] | shiou_fujisaki@hotmail.com |
8de49e60024d8ed18d07414f419b852a9d267b41 | ff53c819f7721881a466da517d771df680a1ee02 | /core/src/test/java/com/ax9k/util/EqualsSpecification.java | 98409b894175f233181a8bc470d4a8e35455a568 | [] | no_license | ssh352/ax9000 | 355d0a6eaf8e88447c2b0d9ad55e5de49449c27f | 327f68b178e322f0c90e8243a4dbda40dfce6615 | refs/heads/master | 2022-02-08T13:58:33.625674 | 2019-08-10T09:34:04 | 2019-08-10T09:34:04 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,377 | java | package com.ax9k.util;
import org.junit.jupiter.api.Test;
import java.util.Objects;
import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertFalse;
import static org.junit.jupiter.api.Assertions.assertNotEquals;
public interface EqualsSpecification<T> extends... | [
"laurence_hook@hotmail.com"
] | laurence_hook@hotmail.com |
74225aed1df2711f38b6c294f2cd047c56a41eb2 | 9409fe80addddb40789985fa252e426ea8e00bca | /blog-data/src/main/java/org/yanlz/blog/db/tables/Account.java | 444ccedf3b7225520f804867cd74c6b7cf1cb8d7 | [] | no_license | Yanlz/blog | 34b1f072a86ef656540009ef3bd6e3d038671b1e | 47ba2d44b8eea785cfb2809a43294c7b76bbeaeb | refs/heads/master | 2016-09-15T02:24:29.282941 | 2015-12-28T14:00:21 | 2015-12-28T14:00:21 | 48,637,102 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,856 | java | /**
* This class is generated by jOOQ
*/
package org.yanlz.blog.db.tables;
import java.sql.Timestamp;
import java.util.Arrays;
import java.util.List;
import javax.annotation.Generated;
import org.jooq.Field;
import org.jooq.Identity;
import org.jooq.Table;
import org.jooq.TableField;
import org.jooq.UniqueKey;
im... | [
"584598008@qq.com"
] | 584598008@qq.com |
c5975233a3a8569f4b19a71a9bdba3e5d6cc96ca | 45f0bc9e5aa8d7810f059735aab776c7ee8ef817 | /application/src/main/java/com/wego/App.java | f3d2a1f6131c0755ceff1c288ea0a4c7131ed47b | [] | no_license | sivaiitroracle9/wego_carpark | 5f359b61f8c9c1a6759fb531a2fd5e9b1bb9ad42 | 7f1a72e8eba42b158e2613b752fcf697f804cf55 | refs/heads/master | 2022-11-25T16:01:54.158914 | 2019-12-13T11:23:17 | 2019-12-13T11:23:17 | 226,472,289 | 0 | 0 | null | 2022-11-16T10:57:40 | 2019-12-07T07:22:08 | Java | UTF-8 | Java | false | false | 482 | java | package com.wego;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.EnableAutoConfiguration;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.context.annotation.Import;
@SpringBootApplication
@Import(value = { ApplicationCon... | [
"sivaiitroracle9@gmail.com"
] | sivaiitroracle9@gmail.com |
4e24e82338d39b3fcb12d50347f40a7930e067ed | 5061eb0d867fdf71598895d5b87ef630506de0b2 | /src/main/java/frc/lib/PIDControllerArm.java | 117c3655a38227ce9f4c57ee33eeefde51b4b22e | [] | no_license | Paradox2102/Final2019 | bc905a526b1eb13c598d26d64740aa8a37602c1e | e0a92f39a04002d84795a2f0394c5af0ca960e49 | refs/heads/master | 2020-07-09T03:11:35.169844 | 2019-08-22T19:30:26 | 2019-08-22T19:30:26 | 203,859,000 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 505 | java | package frc.lib;
import edu.wpi.first.wpilibj.PIDOutput;
import edu.wpi.first.wpilibj.PIDSource;
import frc.robot.subsystems.ArmSubsystem;
public class PIDControllerArm extends PIDController{
public PIDControllerArm(double Kp, double Ki, double Kd, double Kf, PIDSource source,
PIDOutput output){
s... | [
"blakelieber@gmail.com"
] | blakelieber@gmail.com |
880d19c24fb37b339dc71f6ae36565fe21d6183c | 62bac3fafd89937fc5129fff2fb59c209d9f7ddf | /src/ui/DrawingPredictionPanel.java | 26b60df92ddcc441e54d2796a486bf4d49eb8ef5 | [] | no_license | austinapatel/Handwritten-Recognition | f0ac497cc60bbda0932d04ff603d96b735c699dd | 5fa8f78044fa13cfb315ad99b18b23146e46d690 | refs/heads/master | 2021-04-28T21:36:12.196585 | 2017-06-15T00:16:57 | 2017-06-15T00:16:57 | 77,766,705 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,078 | java |
/**
* Author: Austin Patel
* Project: Handwritten Recognition
* File Name: DrawingPredictionPanel.java
* Created: 01/04/17
*/
package ui;
import java.awt.Color;
import javax.swing.JPanel;
import data.Constants;
import neural_network.NeuralNetwork;
/**
* Combines a "DrawingGrid" a "DrawingControlPane"* and a... | [
"austinapatel@gmail.com"
] | austinapatel@gmail.com |
809b5af013ac35c533d80a2420a75ad273e56798 | 3b16f5921c615d58b15597ac90c453d6f8bf5f81 | /src/main/java/ua/taras/kushmyruk/service/LoginService.java | 860ead65ddca52512fe869926cd059629733e9a9 | [] | no_license | tkushmiruk/toolsProject | 8d189674980a2b31400552089f179d36a3c52ff1 | 03614bb14d7b52045acab31a19bbeb517ad7c55b | refs/heads/master | 2022-12-28T23:12:56.788032 | 2020-10-17T12:35:23 | 2020-10-17T12:35:23 | 304,871,646 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 124 | java | package ua.taras.kushmyruk.service;
public interface LoginService {
boolean login(String username, String password);
}
| [
"tkushmyruk@gmail.com"
] | tkushmyruk@gmail.com |
71b4840092ac98c106d5de0e0af3a7f2ea211a6c | c1a14e752d3826fc4288ac1169a4031af0b744f0 | /chapter23-client/src/main/java/com/learn/chapter23/client/ClientAuthenticationFilter.java | af0ea6de1e8e0b2d425f1a61e280c5b8e02f7bad | [] | no_license | JeeLearner/learning-shiro | b1377afaf0ce53bacde82f5a7b9ea1f405cf000b | a1a73481465ea002aa7e166c1ba12255ea2308c8 | refs/heads/master | 2021-05-12T18:25:54.905541 | 2018-03-02T03:08:04 | 2018-03-02T03:09:17 | 117,065,806 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,376 | java | package com.learn.chapter23.client;
import com.learn.chapter23.core.ClientSavedRequest;
import org.apache.shiro.SecurityUtils;
import org.apache.shiro.session.Session;
import org.apache.shiro.subject.Subject;
import org.apache.shiro.web.filter.authc.AuthenticationFilter;
import org.apache.shiro.web.util.SavedRequest;
... | [
"15501112566@163.com"
] | 15501112566@163.com |
8cd1c260355fd12ec99c83780f02bede54e4d931 | 6f5a1f7d654172b150931f5cdede8098d34a761d | /src/main/java/com/zyd/common/quartz/QuartzController.java | 475167ff30d289985e127359dcc07cfb09a7712f | [] | no_license | dannyhz/zouyidan_auth | b0cbea68bd7ff1720de81a6fea90da8dda318d42 | c5060c3ac3ac5c7848bcfd7b0e4cd9d831f6d373 | refs/heads/master | 2020-03-21T15:38:28.976468 | 2018-07-08T07:30:26 | 2018-07-08T07:30:26 | 138,724,359 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 215 | java | package com.zyd.common.quartz;
public class QuartzController {
//根据application 表里的 数据的状态 ,来新增task给指定的人或组, 频率每分钟一次
public void dispatchTask(){
}
}
| [
"xiang_zhu@sunrun99.com"
] | xiang_zhu@sunrun99.com |
83043b2c9a98f4871d8aaef51fa08336eb7a5201 | 09976b77fda4e2e11d68654700337a9d399db794 | /src/main/java/com/api/models/Employee.java | 12ea505ea92f3f124e8637e69588cedc57bf65d1 | [] | no_license | ywel/RestChallenge | 7bb5f79849daa95452d722d7c1438fab079e7821 | c2de31ffb70eb36c7bdd3e592d5b2581b75e2f87 | refs/heads/master | 2021-01-21T06:19:16.030114 | 2020-11-13T12:00:51 | 2020-11-13T12:00:51 | 83,213,055 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,510 | 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 com.api.models;
/**
*
* @author adtel
*/
//import org.codehaus.jackson.annotate.JsonProperty;
public class Employee {
... | [
"munenelewis77@gmail.com"
] | munenelewis77@gmail.com |
ad9c015a323c028be4ea28a8f8f410c44d93042f | 5e22c8c923ae58a2059fe17c64cf1750549ac3b7 | /src/main/java/com/lgq/pojo/Books.java | 81338624fbbc38e328825b9f18cfe09572152194 | [] | no_license | lgq1997/ssmproject | bfc4e64d36272e129c7fbe2296f17eba95304aa5 | 0312ddeb5ba0fc9e1d230219a8cc0245f7fbe885 | refs/heads/master | 2023-02-11T12:15:04.324432 | 2021-01-12T10:03:22 | 2021-01-12T10:03:22 | 328,944,178 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 427 | java | package com.lgq.pojo;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;
import java.math.BigDecimal;
/**
* @author lgq
* @create 2021-01-06-15:19
*/
@Data
@AllArgsConstructor
@NoArgsConstructor
public class Books {
private int bookID;
private String bookName;
priv... | [
"1511077945@qq.com"
] | 1511077945@qq.com |
c967f6fb1562108312f2438f2bb9ec3b2a5e0be6 | b516086a1ef0b5c0482b2d3597dad732deeac711 | /src/main/java/com/johannesbrodwall/infrastructure/AppConfiguration.java | 9059458af60f00bb59f11cc3355636c4e7affeda | [] | no_license | jhannes-playpen/events-fun | 2cd0f08b8b099c8e17d158b97530aca8d67eb275 | 1070d2cf7ba0f9e5a2aaa67491afdf91723fc828 | refs/heads/master | 2021-05-28T00:43:17.295621 | 2014-09-24T01:20:35 | 2014-09-24T01:20:35 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,500 | java | package com.johannesbrodwall.infrastructure;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.util.Properties;
import lombok.extern.slf4j.Slf4j;
@Slf4j
public class AppConfiguration {
private long nextCheckTime = 0;
... | [
"johannes@brandmaster.com"
] | johannes@brandmaster.com |
e2853c9bfed6b223bf671829b2dc7d6cf6ff5b6a | 6ba376c63cbe77bca4d3cbc8eb454939fa0849b7 | /codingbat-app/src/main/java/ecma/ai/codingbatapp/repository/UserRepository.java | 30530ed77af3cfa41bcf02f6a662a5878ef8705a | [] | no_license | kilichov-94/coding_bat | 22924cd7d817993cedb343f0c7cd694623d248f3 | beac172ba8de4beef0455638a79d544cb91ad533 | refs/heads/master | 2023-05-02T22:30:05.900169 | 2021-05-11T12:01:56 | 2021-05-11T12:01:56 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 369 | java | package ecma.ai.codingbatapp.repository;
import ecma.ai.codingbatapp.entity.User;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
@Repository
public interface UserRepository extends JpaRepository<User, Integer> {
boolean existsByEmail(String email);
... | [
"kilichov190394@gmail.com"
] | kilichov190394@gmail.com |
abb223ab0135a1d1bbbccc7c4a009be9116e6b2f | 80363f460fe99fe1f11be17d53da9000d06c2fdb | /AppMaker/src/main/java/com/eventorama/AppRequestException.java | 6c839f38ed27705949bf3db1eeb84526a381a820 | [] | no_license | larsrottmann/event-o-rama | 57bc254607c94af0aa4e951f01f501bbf63eb60a | be9e50908dad16b02f02919c0c9c91b57dcabd18 | refs/heads/master | 2021-01-10T01:19:06.238444 | 2011-08-15T15:53:17 | 2011-08-15T15:53:17 | 1,820,592 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 587 | java | package com.eventorama;
/**
* Contains HTTP Status code which gets passed to client
* @author renard
*
*/
public class AppRequestException extends Exception {
/**
*
*/
private static final long serialVersionUID = -1611888691916079260L;
private final int httpResponseCode;
public AppRequestExc... | [
"renard.wellnitz@googlemail.com"
] | renard.wellnitz@googlemail.com |
e54174c27d4b2bd5638e62d0cf04eb9b6fda4bfe | cc37e7caf3f52ed5c5d5d63b24a8812270354ef3 | /jwat-gzip/src/test/java/org/jwat/gzip/TestGzipWriter.java | 2a05a907302fa1c2f75044cc9e193d58d8add595 | [
"Apache-2.0"
] | permissive | jessesherlock/jwat | dfb5215da2a774369a646c82944b88ef26c77436 | 2fa91be1004c06b50fc310fc9507a777b05dbe60 | refs/heads/master | 2021-05-26T15:15:27.227618 | 2014-08-12T11:44:22 | 2014-08-12T11:44:22 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,986 | java | /**
* Java Web Archive Toolkit - Software to read and validate ARC, WARC
* and GZip files. (http://jwat.org/)
* Copyright 2011-2012 Netarkivet.dk (http://netarkivet.dk/)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You ma... | [
"kris.sigur@gmail.com"
] | kris.sigur@gmail.com |
e7ed297b7a2789e5fd6ce4919601be656111b02a | 09cbaa0138aa9b63a75a01c5562ca02689d03133 | /yoyo-provider-gwt/src/test/java/com/francetelecom/yoyo/presentation/client/mvp/presenter/HomeASideBarPresenterImplTest.java | 757a29615044ace3d6741409297caa60f4616f4e | [] | no_license | yoyo-cluster01-team/yoyo | 917b4b93685a396d1037f90a9d02de8a7ed101d2 | a576a64bbca5ecaf0b4246295ca90e8b086fce7e | refs/heads/master | 2021-01-20T21:29:18.611237 | 2013-02-06T16:01:32 | 2013-02-06T16:01:32 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,138 | java | package com.francetelecom.yoyo.presentation.client.mvp.presenter;
import static org.mockito.Matchers.eq;
import static org.mockito.Mockito.mock;
import static org.mockito.Mockito.verify;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.Mock;
import org.mockito.runner... | [
"seb_bortolussi@yahoo.fr"
] | seb_bortolussi@yahoo.fr |
1e8b45e6bbcb5ca0d17908b3f08d1a414880fb7d | d89db62d08447653cef19bf0b23eb52b8a60a58d | /com.io7m.jspatial.tests/src/test/java/com/io7m/jspatial/tests/implementation/OctantsITest.java | f0f04500288bce8457b6a9cdfb548b136337b889 | [
"ISC"
] | permissive | herike/jspatial | 06c7067a2c0c62a50cfc5975735c5530fcc02b0c | 51109c5e1f0606740af4e6ccdcfb54312217f81b | refs/heads/master | 2021-06-16T18:03:55.643180 | 2017-05-19T12:06:37 | 2017-05-19T12:06:37 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,524 | java | /*
* Copyright © 2017 <code@io7m.com> http://io7m.com
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copies.
*
* THE SOFTWARE IS PROVIDED "AS IS" AND ... | [
"code@io7m.com"
] | code@io7m.com |
9806e4eed4324aa2607e1543287cc5c0bdd1481f | 76dd374a5ebe93b6bbeaa61ea2e600ac7f23cf1d | /3rdParty/V8/V8-5.0.71.39/test/mozilla/data/src/com/netscape/javascript/qa/liveconnect/datatypes/DataTypes_016.java | 111ad3d7112e388305ac9c9bda51f43c96ff8dfc | [
"Apache-2.0",
"BSD-3-Clause",
"Zlib",
"ISC",
"LicenseRef-scancode-proprietary-license",
"MIT",
"BSL-1.0",
"LicenseRef-scancode-unknown-license-reference",
"Unlicense",
"ICU",
"LGPL-2.1-only",
"GPL-2.0-only",
"MPL-1.1",
"bzip2-1.0.6"
] | permissive | mikestaub/arangodb | 5064eaab8b4587dccc7ea9982e3fea4c926eb620 | 1bdf414de29b31bcaf80769a095933f66f8256ce | refs/heads/devel | 2021-08-10T15:44:03.423137 | 2016-09-23T13:23:03 | 2016-09-23T13:23:03 | 69,112,437 | 1 | 0 | Apache-2.0 | 2021-01-21T15:29:30 | 2016-09-24T16:02:10 | C++ | UTF-8 | Java | false | false | 9,079 | java |
package com.netscape.javascript.qa.liveconnect.datatypes;
import com.netscape.javascript.qa.liveconnect.*;
import netscape.javascript.*;
/**
* From JavaScript, call a static Java method that takes arguments. The
* argument should be correctly cast to the type expected by the Java
* method.
*
* <p>
*
... | [
"frank@arangodb.com"
] | frank@arangodb.com |
0c85be2ca90e5fe972802035cb70f12991266c24 | 4e3eed18b660c68ed09c80299f666f3996debf64 | /webstart-maven-plugin/src/main/java/org/codehaus/mojo/webstart/JnlpFile.java | 70bcd8e512e3660d3547b7206745c1a07a49d34b | [
"MIT"
] | permissive | amoschov/webstart-maven-plugin | 07af933ece4fa2283127fd8453e8b4fe60bee55e | 3d9a9c0b2c1c7d908fc4728906dfba572b6d8f93 | refs/heads/master | 2021-01-13T09:50:48.441471 | 2008-09-23T12:54:06 | 2008-09-23T12:54:06 | 69,895,727 | 1 | 0 | null | 2016-10-03T17:53:46 | 2016-10-03T17:53:46 | null | UTF-8 | Java | false | false | 2,821 | java | /*
* Copyright 2001-2005 The Apache Software Foundation.
*
* 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 a... | [
"lacostej@52ab4f32-60fc-0310-b215-8acea882cd1b"
] | lacostej@52ab4f32-60fc-0310-b215-8acea882cd1b |
8f98c706a208dd4826d5a56368da88d6ea1ec8e4 | 021911e7dc609ae9e0f1940edbef26b9c55c1042 | /displayresult.java | e909874adf1ee506b367683f305c49f63662142a | [] | no_license | rizu1023/Grading_System | 15c941dda93c763bf36c85f8c6327708c709c66c | 1a4e3e65a949fea4acdad6a5b37f027773f255d5 | refs/heads/master | 2022-04-20T08:28:37.156100 | 2020-04-21T12:36:10 | 2020-04-21T12:36:10 | 256,751,037 | 0 | 0 | null | 2020-04-18T12:55:13 | 2020-04-18T12:42:44 | null | UTF-8 | Java | false | false | 23,197 | java | package login;
import javax.swing.*;
import java.awt.*;
import java.sql.*;
import javax.swing.JOptionPane;
import java.awt.event.ActionListener;
import java.awt.event.ActionEvent;
import java.awt.event.WindowEvent;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.PreparedStatement;
import java... | [
"noreply@github.com"
] | noreply@github.com |
10415885753f7d9e0a536bfc95073fc5cb937b0e | bc342b3a64841d79bbe7894beadb9b3921af429b | /app/src/main/java/me/jessyan/mvparms/demo/di/component/LogisticsComponent.java | 86e88bddd902e9ec1acb9d77d1ce6a14d9739be7 | [] | no_license | enjoyDevepter/enjoy_client | 1518c3c4fb63e13634aeac4b12d54a48688d222a | d2da28c2ac5a7f77410bf28f034505167a9efa59 | refs/heads/master | 2020-03-24T22:39:28.596044 | 2018-11-08T04:00:54 | 2018-11-08T04:00:54 | 143,096,453 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 469 | java | package me.jessyan.mvparms.demo.di.component;
import com.jess.arms.di.component.AppComponent;
import com.jess.arms.di.scope.ActivityScope;
import dagger.Component;
import me.jessyan.mvparms.demo.di.module.LogisticsModule;
import me.jessyan.mvparms.demo.mvp.ui.activity.LogisticsActivity;
@ActivityScope
@Component(mod... | [
"guomin@mapbar.com"
] | guomin@mapbar.com |
cf8c7ef42ce80e751c60ab3c5dff41ed8fa3ff2b | 9049eabb2562cd3e854781dea6bd0a5e395812d3 | /sources/com/google/android/gms/wallet/buyflow/CheckoutChimeraActivity.java | 52f3695c7a7b75c14e492dea605e46f215a7a31e | [] | no_license | Romern/gms_decompiled | 4c75449feab97321da23ecbaac054c2303150076 | a9c245404f65b8af456b7b3440f48d49313600ba | refs/heads/master | 2022-07-17T23:22:00.441901 | 2020-05-17T18:26:16 | 2020-05-17T18:26:16 | 264,227,100 | 2 | 5 | null | null | null | null | UTF-8 | Java | false | false | 20,243 | java | package com.google.android.gms.wallet.buyflow;
import android.content.Context;
import android.content.Intent;
import android.content.res.TypedArray;
import android.graphics.drawable.Drawable;
import android.os.Build;
import android.os.Bundle;
import android.os.Parcelable;
import android.support.p002v7.widget.Toolbar;
... | [
"roman.karwacik@rwth-aachen.de"
] | roman.karwacik@rwth-aachen.de |
eb5459de203fc2e0ea4190887ac38dc3b9d87f74 | 7e3c027dfdd5e487d47fc5bd52a1c537f35645da | /DraftLayout.java | cffc7b83c6d809d7f25a85a4aec1b7884497b342 | [] | no_license | bukaiqiaode/hello-world | 107b3b81a6445ca43c4f2c1f66d58cfef5db4191 | 07160eac14e552cc457f49d63e8ccda75dd42a57 | refs/heads/master | 2021-09-05T18:07:21.136689 | 2018-01-30T05:10:16 | 2018-01-30T05:10:16 | 103,142,301 | 0 | 0 | null | 2017-12-02T14:53:19 | 2017-09-11T13:54:49 | Python | UTF-8 | Java | false | false | 3,614 | java | package com.apress.gerber.reddot;
import android.content.Context;
import android.graphics.Canvas;
import android.graphics.Color;
import android.graphics.Paint;
import android.graphics.PointF;
import android.graphics.Rect;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import and... | [
"noreply@github.com"
] | noreply@github.com |
4787dbef7cd0229180417ee2b0ff434b29610629 | 706fd9f9a658897303cccf50df2bf0662486692e | /src/com/hs/service/LoginService.java | 0ac202859686b804d0c173e6807c1a1e8c2f69c3 | [] | no_license | hsit17/exam | ce46354ab05027d912247820975ced5f61265d52 | f7ece4943cd631e12343b2bf49733173b0157aba | refs/heads/master | 2022-05-23T05:39:00.272991 | 2020-04-22T07:32:21 | 2020-04-22T07:32:21 | 257,821,945 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 267 | java | package com.hs.service;
import javax.servlet.http.HttpServletRequest;
public interface LoginService {
public String login(Integer roleId,String username,String password,HttpServletRequest request);
public String updatePassword(HttpServletRequest request);
}
| [
"358370054@qq.com"
] | 358370054@qq.com |
d4c7e5e80f49960e23bffd0cd8b9590eec72b4c8 | 9371ae6ec24ad4b9914a43e64befb915d71e34f2 | /out/target/common/obj/JAVA_LIBRARIES/android_stubs_current_intermediates/src/java/util/prefs/PreferenceChangeListener.java | 8629ac945a17cf4c4c936f4577db5281a9c1a66b | [] | no_license | kanaida/LG-Esteem-Homeless-Kernel | 9fac4c52993798eaf3021d9abb72a5e697464398 | a5780f82bef7631fdb43b079e6f9ea6dbd187ac7 | refs/heads/master | 2020-06-09T06:14:50.214296 | 2012-02-24T04:23:01 | 2012-02-24T04:23:01 | 3,532,548 | 1 | 2 | null | null | null | null | UTF-8 | Java | false | false | 188 | java | package java.util.prefs;
public interface PreferenceChangeListener
extends java.util.EventListener
{
public abstract void preferenceChange(java.util.prefs.PreferenceChangeEvent pce);
}
| [
"kanaida.bat@gmail.com"
] | kanaida.bat@gmail.com |
daa9a58287f389987df3ff2fe8043612d0e461d1 | 7b3da69368f1b04b46f8b238a9a7a19efa4cdf79 | /aerospike/aerospike-client-java-2.1.14/client/src/com/aerospike/client/Info.java | ed6ff55fe8663e28106566ff79715086b6f875ff | [
"Apache-2.0"
] | permissive | Tomting/YCSB | 99ba0f616d4a9efcb116f50ca6c1810dbe052afd | a34bb831114e536e7eee232434b0081144484f2d | refs/heads/master | 2021-01-16T22:58:11.335009 | 2014-11-22T17:15:40 | 2014-11-22T17:15:40 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 12,795 | java | /*
* Aerospike Client - Java Library
*
* Copyright 2012 by Aerospike, Inc. All rights reserved.
*
* Availability of this source code to partners and customers includes
* redistribution rights covered by individual contract. Please check your
* contract for exact rights and responsibilities.
*/
package com.aeros... | [
"giuseppe@giuseppe.(none)"
] | giuseppe@giuseppe.(none) |
f774c48a2d9f5848bc554b7ccdb92bc160771fe5 | 68ac9afe85384cc30efb42a3a9971938fed9e836 | /src/main/java/chc/tfm/udt/Controller/JugadoresController.java | ae0e9f2c7e68b9dd950bd6e9c84620d5be87ed1a | [] | no_license | hdzdesign/udt | 19f84532f61e160acf753faf44db913eec45ceee | 52a1517de107cd58653b0c31bdec19c70fb7b750 | refs/heads/master | 2020-04-18T00:18:38.280991 | 2019-01-29T22:07:12 | 2019-01-29T22:07:12 | 155,469,217 | 0 | 1 | null | 2018-12-27T09:53:06 | 2018-10-30T23:20:26 | JavaScript | UTF-8 | Java | false | false | 4,258 | java | package chc.tfm.udt.Controller;
import chc.tfm.udt.DTO.Donacion;
import chc.tfm.udt.DTO.Jugador;
import chc.tfm.udt.servicio.JugadoresService;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Qual... | [
"chcandroistudio@gmail.com"
] | chcandroistudio@gmail.com |
b1c82eb57b1fc25fc71df9331995ca40ca0fc384 | 56c7bee116d52800ecae52b38ef2fb8386c77119 | /src/main/java/Dubstep.java | cfd11562e55674a91874e091ab7f9037ed6f3f1f | [] | no_license | IMBABOT1/Codewars | 00a6a1af22f8ceb76dce9d8e23422d380e68486a | 29ac52eca145e4ade40cb27e5c2ff251c6d3bdd8 | refs/heads/master | 2023-02-28T00:10:44.053337 | 2021-02-04T09:21:15 | 2021-02-04T09:21:15 | 326,025,778 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 517 | java | import java.util.Arrays;
public class Dubstep {
public static String SongDecoder (String song) {
String temp = song.replaceAll("WUB", "1");
String[] arr = temp.split("1");
StringBuilder sb = new StringBuilder();
String s = "";
for (int i = 0; i < arr.length ; i++) {
... | [
"zlovred12@gmail.com"
] | zlovred12@gmail.com |
b018cbc598362864da59e0ae85fa87da5c9ae339 | 830bbb72f0009ac7f184fb70cfb190aea6fd0836 | /web/src/main/java/com/ireald/wp/domain/UserAssoDept.java | e11bc660b555b4fa50399cd99e35d8a4b0eed027 | [] | no_license | bigshuai/irealdweb | 4858166202fe1097b3959f5f09df2c592c2c34d7 | a2e30f88a82b6e06f65d86d600019437ceee28c5 | refs/heads/master | 2021-01-15T16:14:30.460927 | 2014-06-11T15:23:18 | 2014-06-11T15:23:18 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,405 | java | package com.ireald.wp.domain;
public class UserAssoDept {
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column user_dept.user_dept_id
*
* @mbggenerated Sat May 17 15:14:35 CST 2014
*/
private String user_dept_id;
/**
* This fiel... | [
"timo.li.icon@gmail.com"
] | timo.li.icon@gmail.com |
ec06017e486cdaa35fabfe3d0e0929d65cd273e0 | 3cccfa9d264040e89c7e09e911ff0a96cb8ae1e2 | /src/main/java/com/nasir/App.java | 4804c40ace65a1eb6111475ca0c9f873891e5adb | [] | no_license | Nasruddin/strategypattern | 5234bfafbaa59236877764973b5e6f6cae23fe2a | ecd018e34eb61a6f59fae28f9f4579d8179f94c8 | refs/heads/master | 2021-01-17T08:44:27.103798 | 2017-03-05T06:50:22 | 2017-03-05T06:50:22 | 83,951,110 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 515 | java | package com.nasir;
/**
* Hello world!
*
*/
public class App
{
public static void main( String[] args ) {
Context context = new Context(new OperationAdd());
System.out.println("10 + 5 = " + context.executeStrategy(5,10));
context = new Context(new OperationSubtract());
System.ou... | [
"nasruddin.java@gmail.com"
] | nasruddin.java@gmail.com |
21f1a57840218433caf4ea29bbaf04241dd28cc0 | 899c5da601f1ab2c4df5f403cefb92687a5d43c3 | /src/main/java/refactor/PayContext.java | 8b9ad6752506ec107454f3cdb5791301984e0c51 | [] | no_license | miserycat/study | 520b2f4e6e709992a82afdc4889e11959cf283ba | c1cd66cd8dd2fcbe5fbb33594435de80501ece5f | refs/heads/master | 2022-12-25T12:54:42.301232 | 2020-10-25T03:45:01 | 2020-10-25T03:45:01 | 129,375,934 | 2 | 1 | null | 2022-12-16T04:34:31 | 2018-04-13T08:54:57 | Java | UTF-8 | Java | false | false | 561 | java | package refactor;
public class PayContext {
private double cents;
private String name;
private String msg;
public PayContext(double cents, String name) {
this.cents = cents;
this.name = name;
}
public double getCents() {
return cents;
}
public void setCents(double cents) {
this.ce... | [
"shengchao wu@lombardrisk.com"
] | shengchao wu@lombardrisk.com |
842b5256d7af2e6026f05e69ad59e6e6b48cdb15 | ce03de32c3d7861aa79b6ef47787c4d32b78936d | /SampleCodingExercises/src/NumberInWord.java | dd041c5a61cda1368a88b188d477c9ca27e9f8dc | [] | no_license | akrun1/javafolder | 4ea35deeb76284b7fcc316294a354f985eaadcf7 | 6e33d0562736ad325de9571641fd1088797dfb34 | refs/heads/master | 2021-10-10T22:26:22.435501 | 2019-01-18T10:25:00 | 2019-01-18T10:25:00 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,482 | java | public class NumberInWord {
public static void main(String[] args) {
printNumberInWord(0);
printNumberInWord(1);
printNumberInWord(2);
printNumberInWord(3);
printNumberInWord(4);
printNumberInWord(5);
printNumberInWord(6);
printNumberInWord(7);
... | [
"AeraTechnology@Aruns-MacBook-Pro.local"
] | AeraTechnology@Aruns-MacBook-Pro.local |
6f788d236fe7e046060023ba20d6dc9b6e8e7564 | 0afd48de67cf5752f798e67973e1aed6f3eb4a9b | /análisis vectorial/graficadora-servidor/src/java/repositories/repositoryConsole.java | 0bfcc809d9b08eee6e392418956c1b5d0cd322d3 | [
"MIT"
] | permissive | luisjimenez6245/escom | 15ece95812617277d81402bc4ff3450ec8d9c0b6 | a1ae1f988d02f88844f5d29fba75e7cee04998db | refs/heads/master | 2021-08-18T14:02:05.197073 | 2020-10-29T18:12:24 | 2020-10-29T18:12:24 | 201,153,959 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 524 | java | package repositories;
import objects.Parametrics;
/**
*
* @author luis
*/
public interface repositoryConsole {
public String test(String exec);
public String get3d(Parametrics param, String name);
public String get2d(Parametrics param, String name);
public String getSurface(Parametrics param, S... | [
"luisjimenez6245@hotmail.com"
] | luisjimenez6245@hotmail.com |
f20d1cc4081b094876c7fe8b3804338986536228 | 7b4477b618f04a30c264891b152eb6d24e723263 | /src/ru/metaer/javasudokusolver/Constants.java | f2f7f8877fd26c3da484d6cbe4df72110ac60ba3 | [] | no_license | metaer/JavaSudokuSolver | 9997085b28fc480b58ac6b1b5fb8c2df11218333 | b2070e66608d8cd04aaccde10a3f612046a24d49 | refs/heads/master | 2015-08-11T19:08:57 | 2014-09-28T19:44:01 | 2014-09-28T19:44:01 | 20,163,883 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 365 | java | package ru.metaer.javasudokusolver;
class Constants {
public static final String ALLOWED_CHARS = "123456789.";
public static final String ALLOWED_CHARS_IN_QUOTES = "\"1\";\"2\";\"3\";\"4\";\"5\";\"6\";\"7\";\"8\";\"9\";\".\"";
public static final String BUG_REPORT_ADDRESS = "http://sudoku24.ru/feedback";
... | [
"popovp2012@gmail.com"
] | popovp2012@gmail.com |
6b39c18e7061aef20ef9253ca002d888934951da | 0de4b523c2ae04fa7ab52334cb3c5f0dcf0a124e | /src/com/poo/objet/DriverFour.java | 3b38cf1ef289522799d98551f0dbdd6304694063 | [] | no_license | gache/homeShop | 4f5910620f18cad6b29ac9345a29263d9890d27b | 0d10a307d87a0bce12de7ba0e90a882343ecaa16 | refs/heads/main | 2023-01-02T12:05:14.744908 | 2020-10-21T12:49:09 | 2020-10-21T12:49:09 | 305,728,526 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 629 | java | package com.poo.objet;
public class DriverFour {
public static void main(String[] args) {
// Four four = new Four();
// four.capacite = 30;
// four.puissance =180;
// four.getFour();
// System.out.println();
//
Four four2 = new Four();
four2.capacite = 55;
... | [
"erickfrancodelgado@hotmail.com"
] | erickfrancodelgado@hotmail.com |
5b3757257610d6b4609732543e2723ce370de893 | 9a6b2ad4f0dd3cc4b9b932c869f339666b28ad64 | /maihama-common/src/main/java/org/docksidestage/dbflute/allcommon/DBFluteConfig.java | 7468df069437418c3841a23f32563798b06c1939 | [
"Apache-2.0"
] | permissive | yu1ro/lastaflute-example-maihama | b92554a4addb92ab406bb2436de5ad5eaf7e500d | 3c4726ac09db6b1871811ee42a2921252d4d126c | refs/heads/master | 2020-12-11T05:53:54.785167 | 2016-12-10T12:20:55 | 2016-12-10T12:20:55 | 49,993,807 | 0 | 0 | null | 2016-01-20T00:49:26 | 2016-01-20T00:49:24 | null | UTF-8 | Java | false | false | 38,855 | java | /*
* Copyright 2015-2016 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | [
"dbflute@gmail.com"
] | dbflute@gmail.com |
3a1cc603e3b4b1807b4e664504d8782f43ebed43 | 1e646a520fdb012bd9340271cc5ef1d565bc5ba7 | /app/src/main/java/com/anooc/android/md/ui/listener/ImageJavascriptInterface.java | 6e81156bbd91a4ac04dc67e58a4e17a759fd9063 | [
"Apache-2.0"
] | permissive | zouhuigang/anooc-android | 22822f9a0587a6dc726deba7147819fbbf1d1741 | 9904cf61ee11fafac93ac3b6c1879e0de8242970 | refs/heads/master | 2021-01-13T14:50:08.556119 | 2016-12-22T09:29:06 | 2016-12-22T09:29:06 | 76,520,567 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,045 | java | package com.anooc.android.md.ui.listener;
import android.content.Context;
import android.support.annotation.NonNull;
import android.webkit.JavascriptInterface;
import com.anooc.android.md.ui.activity.ImagePreviewActivity;
public final class ImageJavascriptInterface {
private volatile static ImageJavascriptInter... | [
"952750120@qq.com"
] | 952750120@qq.com |
17adec7ab01c5edcf841e74fb3c5792b544ce3b7 | 36bcdf3f723b43e057c08543758c1d1179ba5442 | /app/src/androidTest/java/com/example/felix/palindromechecker/ExampleInstrumentedTest.java | e419216e69303f4a52763336ad98609c770bc2b2 | [] | no_license | felixgaggl/PalindromeChecker | f95359e938ea66faa1129ad96b470d50caacdb33 | 22f06294894ec97223a25e13b26b0581940b82ff | refs/heads/master | 2021-04-03T01:04:37.336375 | 2018-03-07T15:49:10 | 2018-03-07T15:49:10 | 124,733,002 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 771 | java | package com.example.felix.palindromechecker;
import android.content.Context;
import android.support.test.InstrumentationRegistry;
import android.support.test.runner.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumented test, which will execute o... | [
"felix.g10@hotmail.com"
] | felix.g10@hotmail.com |
616bd9746f9afe9a32fc2b59ba692d351fd40c17 | 16d7592b82a5b090b23211258a3c508b663cdd83 | /eWeb/小组分工/共同成果/Coding编码/tours/src/DAO/EmergencyDAO.java | 3b6ea7597d3a52cb974d30c40895202e05834160 | [
"Apache-2.0"
] | permissive | Heathledger1019/eWeb | b7f16d1aaac82e554ecb86922eae91f34257a843 | 5ac745b3a61126fa96e2e7a9e67c52dc7478a90e | refs/heads/master | 2020-03-22T03:15:12.958195 | 2018-09-07T03:01:51 | 2018-09-07T03:01:51 | 139,421,403 | 0 | 1 | Apache-2.0 | 2018-08-21T08:32:19 | 2018-07-02T09:29:52 | HTML | UTF-8 | Java | false | false | 4,904 | java | package DAO;
import java.sql.Timestamp;
import java.util.List;
import org.hibernate.LockOptions;
import org.hibernate.Query;
import org.hibernate.Session;
import org.hibernate.SessionFactory;
import org.hibernate.criterion.Example;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.con... | [
"932872496@qq.com"
] | 932872496@qq.com |
bc561b51d64ece34f1e6429f148f2fc1145cce96 | 1b8cdc9cab6ffeb65364921bc70447ec1fdff5b3 | /kafka-producer/src/test/java/com/devoteam/kafka/kafkaproducer/KafkaProducerApplicationTests.java | 61500ca4f374faae3ca4b4ad843af319e898850d | [] | no_license | MileMiljanovic/DataCaching | 971f908018d37c61dd274e3ef5a2a304b2378b11 | 43fbc4999619f7f0da4c727229a776e1bf5d3bf0 | refs/heads/master | 2020-07-20T05:57:51.743392 | 2019-12-27T13:44:24 | 2019-12-27T13:44:24 | 206,585,487 | 0 | 0 | null | 2019-12-27T13:45:00 | 2019-09-05T14:35:49 | Java | UTF-8 | Java | false | false | 356 | java | package com.devoteam.kafka.kafkaproducer;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.junit4.SpringRunner;
@RunWith(SpringRunner.class)
@SpringBootTest
public class KafkaProducerApplicationTests {
@Test
... | [
"mile.miljanovic@devoteam.com"
] | mile.miljanovic@devoteam.com |
a6477ba672df5cbac987a4408573878f23344411 | 5daa1dd08e68645a1615c99a47a0b8b50d6c8eec | /src/main/java/DriveQuickstart.java | 8b85fb01540b1480559d75feb62711fcf4330768 | [] | no_license | andersaucy/GoogleDriveUploader | 971784e6d44ffc5c07cc1a5f11830170a22ce63b | fe8002c386e03081ffec09adb02257fac141582e | refs/heads/master | 2020-04-04T13:05:37.333218 | 2018-12-21T06:54:19 | 2018-12-21T06:54:19 | 155,948,615 | 0 | 0 | null | 2018-12-21T06:54:20 | 2018-11-03T04:05:44 | Java | UTF-8 | Java | false | false | 11,340 | java | import com.google.api.client.auth.oauth2.Credential;
import com.google.api.client.extensions.java6.auth.oauth2.AuthorizationCodeInstalledApp;
import com.google.api.client.extensions.jetty.auth.oauth2.LocalServerReceiver;
import com.google.api.client.googleapis.auth.oauth2.GoogleAuthorizationCodeFlow;
import com.google.... | [
"atw293@nyu.edu"
] | atw293@nyu.edu |
69454c4d1c97bc05a9aef556acc4afc7d87b17b9 | 1f5a067ecd712f5df77dc98dc2c7fc75d1ae2e42 | /EmailApplication-server/src/Commands/ViewAllCommand.java | 07d9dbded7df2284ebc9a1b7c25592c4f73dd409 | [] | no_license | Mayesamomo/EmailApplication | 27f28688cba10836bc93d24e7be3356fadd18622 | 85d97336227a30e8a67b64d181696cad7f481244 | refs/heads/master | 2023-03-25T17:48:59.465404 | 2021-03-28T23:02:11 | 2021-03-28T23:02:11 | 352,433,315 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,135 | 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 Commands;
import Business.Email;
import Business.EmailManager;
import Business.UserManager;
import Services.Service;
import ja... | [
"mayesamomo1997@gmail.com"
] | mayesamomo1997@gmail.com |
63084571fd83d92e26c590e0a1224f466c1795b1 | 3cbf9e14b96cfec7a37e2afeefb01b02409c8e61 | /seckill-core/src/main/java/com/mockuai/seckillcenter/core/util/DateUtils.java | 8a4d48efb74dc75b4b89948ec87a5f4c9832549c | [] | no_license | kevinkerry/seckillcenter | a0fc9e27dda296f277b55454ccb37fa28d2e5326 | ec93f435dc1f22cf9fe40df5c8117ed437f61bd4 | refs/heads/master | 2021-01-25T12:52:56.651334 | 2017-05-18T09:44:17 | 2017-05-18T09:44:17 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 14,677 | java | package com.mockuai.seckillcenter.core.util;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.*;
public abstract class DateUtils {
public static final ThreadLocal<Calendar> defaultCalender = ... | [
"1040123547@qq.com"
] | 1040123547@qq.com |
de8d0b22c66e1d442be91f1a0fb9ac3d5a419814 | 030bf809b71548522d8324980798b4ab4f98910e | /src/main/java/com/adapter/cppadapter/service/DataTransformer.java | 0376fe1fc3259cd8589d4bb1e6ff2bef20eb47d1 | [] | no_license | AyushGoel20/cpp-adapter | 4f2bb2259ac1a2c634a85eae828f1dfdb8732f30 | cb0fac93187019679a9663dd2106847773a6bbf5 | refs/heads/master | 2022-04-18T18:48:08.884838 | 2020-04-12T13:46:55 | 2020-04-12T13:46:55 | 255,436,612 | 0 | 0 | null | 2020-04-13T20:38:09 | 2020-04-13T20:38:08 | null | UTF-8 | Java | false | false | 499 | java | package com.adapter.cppadapter.service;
import org.springframework.stereotype.Service;
import com.adapter.cppadapter.model.DataObject;
import com.adapter.cppadapter.model.Payload;
import com.omxgroup.xstream.amp.AmpTradeRep;
@Service
public class DataTransformer {
public Payload createPayloadFromResponse(AmpTradeR... | [
"vikhyat.kaushik@gmail.com"
] | vikhyat.kaushik@gmail.com |
4909b0bb8129433f0ae6ac1ccc89e17e0b73300e | 8f810e0e599d8d79e814b747c805e010b37c12f6 | /src/main/java/com/lg/microservice/domain/DeliveryStatus.java | e3a428475dd8848a0442dbf550d11aa6ebbc9727 | [] | no_license | gkm2019/study-spring-utilize1 | 8412fe55fc3cbe318644e57e75ef2f318cfaf869 | 7de2ccd69f05cb872495116b33d446739359ebfd | refs/heads/master | 2023-01-07T01:05:36.027540 | 2020-11-09T14:20:19 | 2020-11-09T14:20:19 | 311,361,982 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 84 | java | package com.lg.microservice.domain;
public enum DeliveryStatus {
READY, COMP
}
| [
"popo2019@naver.com"
] | popo2019@naver.com |
edd9b0c5161c85d463ddf9d4305b9d8fac1c9834 | 01cada62633c0bcc956920c8abf864f71690ee6e | /src/main/java/org/cer/web/TaxeController.java | ac7589fbc341f26adf6cce681f85d8cd3c0e5d3e | [] | no_license | celghandour/Taxes | 7e6a357c73e4e0b159c2b7ddd2fd79b3573ee982 | 2b0bef807a28ed5cbe0b897330dccba5d91e3045 | refs/heads/master | 2021-01-21T16:09:54.098534 | 2017-05-20T13:09:12 | 2017-05-20T13:09:12 | 91,877,447 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 841 | java | package org.cer.web;
import org.cer.dao.EntrepriseRepository;
import org.cer.entities.Entreprise;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.RequestMapping;
import o... | [
"elghandour.chafik@gmail.com"
] | elghandour.chafik@gmail.com |
da7051c474ebc95911a9afd550bb78377e61ceb3 | 28d8a8caecb3f8977948de282824c85e0ef93ac6 | /src/program/teste.java | 81a5bd0744626642971540b5340d58dea41d6d7c | [] | no_license | carlos-alexandrebp/objtos-figuras | b592ba7d275996a2b01ecc5e65506d4f9aae9823 | 7ee62a44e9f91718044efa5d5d3bdc3bff601070 | refs/heads/master | 2020-04-25T08:39:39.343879 | 2019-02-26T06:57:15 | 2019-02-26T06:57:15 | 172,654,345 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,168 | java | package program;
import objetos2d.*;
import objetos3d.*;
//Visao geral do programa
public class teste {
public static void main(String[] args) {
System.out.println("-------------------Objetos 2d -------------------------");
System.out.println("");
System.out.printf("Calcular area e perimetros dos Triang... | [
"java-util@hotmail.com"
] | java-util@hotmail.com |
e006613a08b52ab69fcaca47b0dec055b596bdd1 | 2e6fe57863096e28e49906f3aa4a34a4f0f40e99 | /src/main/java/Server.java | 10adebf3aa20de714bc1cedf72c444f00f7dfc95 | [] | no_license | raghavddps23/socket-stream | e8f421e08ff1546db53e73ff4e6e711321c54279 | 6449a285db4042336bfb994c339e7bee21cf55b6 | refs/heads/master | 2023-01-04T13:46:25.636175 | 2020-11-01T13:50:02 | 2020-11-01T13:50:02 | 309,106,064 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 873 | java | // Server2 class that
// receives data and sends data
import java.io.File;
import java.io.FileInputStream;
import java.io.OutputStream;
import java.net.ServerSocket;
import java.net.Socket;
class Server{
public static void main(String args[]) throws Exception
{
File soundFile = AudioUtil.getSoundFile... | [
"raghav.ddps2@gmail.com"
] | raghav.ddps2@gmail.com |
841de505ab3b1587ea78739a6b34d6fde9f90912 | efd99c45fb1e6fac311fe7e1dd7741b21fe53609 | /com/planet_ink/coffee_mud/Common/interfaces/Tattoo.java | 56c1b4e55811415a8832204c6f925033235fc1c4 | [
"Apache-2.0"
] | permissive | yohanesgultom/CoffeeMud | ddd68d01349b4e7c4c9f49b410e6e87e9855a5b4 | 87177f933a4cc6143b3602f896e0cedb6f6582d6 | refs/heads/master | 2021-01-18T12:57:04.639702 | 2016-07-22T07:29:16 | 2016-07-22T07:29:16 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,090 | java | package com.planet_ink.coffee_mud.Common.interfaces;
import com.planet_ink.coffee_mud.core.interfaces.*;
import com.planet_ink.coffee_mud.core.*;
import com.planet_ink.coffee_mud.core.collections.*;
import com.planet_ink.coffee_mud.Abilities.interfaces.*;
import com.planet_ink.coffee_mud.Areas.interfaces.*;
impor... | [
"bo@zimmers.net"
] | bo@zimmers.net |
67892b04743896179eb9b8c91b923ad7cf6d25f0 | 5d4dc549626b52d6450803a45934da8e18a7799b | /HelloWorldMVC/model/src/main/java/helloworldmvc/model/IModel.java | e2e0c9dd9a078fdae7676d22593639b30aba38e3 | [] | no_license | Kiroas/HelloWorldMVC | 3bcf81a7c953f6db5a45e23d24901822c1668aa9 | 241082dbe6a2e4c262f8731e09ec9c908172516b | refs/heads/master | 2021-04-06T07:14:38.200451 | 2018-03-19T14:15:08 | 2018-03-19T14:15:08 | 124,900,077 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 97 | java | package helloworldmvc.model;
public interface IModel {
public String getMessage();
}
| [
"raph5@169.254.235.14"
] | raph5@169.254.235.14 |
884d778f8a403b5007b2039825651f12cd2554b3 | 798d4bfec7baf9030ea17788668712b47be761ff | /src/test/java/Utils/ConfigReader.java | d27609677533933b72a1b6bce0b823bb3864d8eb | [] | no_license | aylacansu/DarkSky.Net | 2072f0a253cfc26658477b9583fc1439021881cf | b3a81e5c9dc804009b41af35ca5d533475509fc9 | refs/heads/master | 2022-11-30T09:58:50.831241 | 2020-08-10T07:20:08 | 2020-08-10T07:20:08 | 286,405,693 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 605 | java | package Utils;
import java.io.FileInputStream;
import java.io.IOException;
import java.util.Properties;
public class ConfigReader {
private static Properties configFile;
static {
try {
FileInputStream fileInputStream = new FileInputStream("config.properties");
configFile = new... | [
"cansusa81@gmail.com"
] | cansusa81@gmail.com |
88d3c2393556eb65eaee05f0d02534558f8264b7 | f49db05c3e344f4273322f4e2e37de212ba98fa8 | /Example2/src/ReflectionDemo1.java | 3ca7aa5f7b78fb95601a6ffbb40c07d26bb16ba6 | [] | no_license | wooyuk/JMP | 5e969df3be0910c9d581c095297f54cc7ca6fcdc | a851754a2c290feb1ba48208e15b9d8ddf11d34c | refs/heads/master | 2021-01-10T18:49:10.504874 | 2011-09-22T06:48:52 | 2011-09-22T06:48:52 | 810,435 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 878 | java | /**
* Just for fun
*
*/
// Demonstrate reflection.
import java.lang.reflect.*;
public class ReflectionDemo1 {
public static void main(String args[]) {
try {
Class c = Class.forName("java.awt.Dimension");
System.out.println("Constructors:");
Constructor constructors[] = c.getConstructors();
... | [
"clannadm001@gmail.com"
] | clannadm001@gmail.com |
b4b23e8a9442f9713c1163eb59d852f421914d1e | 760e5b9a244db7815535981300e6eb6edac33730 | /src/com/mingda/dao/Payview01DAO.java | 5b35245c8387a3d821072a19f323e8250f46158c | [] | no_license | jilinsheng/mas | e97f99c1dbd3ad27fca93ffa55bd494c1006c6aa | fd055b10c1492d589657bd1d618bd972dac28a9d | refs/heads/master | 2021-01-10T22:05:38.697489 | 2015-12-04T12:29:43 | 2015-12-04T12:29:43 | 27,760,948 | 3 | 4 | null | null | null | null | UTF-8 | Java | false | false | 1,844 | java | package com.mingda.dao;
import com.mingda.model.Payview01;
import com.mingda.model.Payview01Example;
import java.util.List;
public interface Payview01DAO {
/**
* This method was generated by Apache iBATIS ibator. This method corresponds to the database table MEDICAL.PAYVIEW01
* @ibatorgenerated Tue J... | [
"geogle_jia@126.com"
] | geogle_jia@126.com |
92867b5e1810e7a99150211484e5af6fddabc5ad | 19c4457cecc93b9fe66a0526346f2e8dec320286 | /src/main/java/com/xxy/tree/PrintBTree.java | d1bd3295d85355826af91523a89eebdeb550d2bf | [] | no_license | StaticWalk/algorithmset | d5d6d0f39107a12094eaaa5b939945a1669fe1a1 | 90cfe62fb529bb6c1a0e4b14c56e264edd322d6c | refs/heads/master | 2021-06-28T12:24:31.175504 | 2020-07-10T07:28:00 | 2020-07-10T07:28:00 | 156,492,471 | 1 | 0 | null | 2020-10-13T10:46:14 | 2018-11-07T04:58:35 | Java | UTF-8 | Java | false | false | 1,030 | java | package com.xxy.tree;
import java.util.ArrayList;
import java.util.LinkedList;
import java.util.Queue;
/**
* Created by xiongxiaoyu
* Data:2018/11/20
* Time:19:00
* 从上往下打印出二叉树的每个节点,同层节点从左至右打印。
* 1、将第一个元素加入队列
* 2、队列不为空时取队首元素
* 3、将下一层元素加入队尾
* 4、调到第二步,直到队列为空
*/
public class PrintBTree {
public ArrayList<Integ... | [
"957400829@qq.com"
] | 957400829@qq.com |
95ed38d4dce1dce1d7da80aee24233ccd202a7c3 | 23a1dd06f5fa54878e13a0bad1865984235e95d9 | /NCSpringTask2/src/main/java/com/podval/services/PurchaseService.java | a8656227960c5ffabe61f1b9d8c7b1bba6e2f82a | [] | no_license | panzer2344/JavaTasks | 9a688050085acc3825a801734cafec53d87470c6 | ecb4006cfa00d2a794825f9c763a26c9237e32c7 | refs/heads/master | 2020-04-03T07:56:30.910991 | 2019-01-13T20:06:23 | 2019-01-13T20:06:23 | 155,118,499 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 12,496 | java | package com.podval.services;
import com.podval.dao.BookDao;
import com.podval.dao.PurchaseDao;
import com.podval.dao.PurchaserDao;
import com.podval.dao.ShopDao;
import com.podval.models.*;
import org.javatuples.Pair;
import org.javatuples.Quintet;
import org.javatuples.Triplet;
import java.sql.Timestamp;
... | [
"lexathebest23@gmail.com"
] | lexathebest23@gmail.com |
92a4afc4097ce06977fb56fe5d42249901525a84 | 61997911cecf12b4623e5b2c09af6edc5dbe61d6 | /src/main/java/tatun/repository/AdRepository.java | f8dbfc57538074fdea04bc74212ec81d84517178 | [] | no_license | iceman2112/spring-prj | 94978ab4df04f25edb45de366331dd6011ff9609 | 79c201bffe8a311c6c69aeea32617e0cf85bab24 | refs/heads/master | 2020-04-10T04:00:02.944130 | 2018-12-13T11:34:45 | 2018-12-13T11:34:45 | 160,784,953 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 244 | java | package tatun.repository;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
import tatun.model.Ad;
@Repository
public interface AdRepository extends JpaRepository<Ad, Integer>{
}
| [
"tatun.slava@gmail.com"
] | tatun.slava@gmail.com |
20564e7d4c6c37e69cd10e939b1e87d8597cf7ac | 89e39f38cec571ab2f7284ca06dfa2759aa1ec96 | /service-order/src/main/java/com/stayrascal/cloud/order/domain/entity/Order.java | 14f455616728c57833da2b39e02bd550efb3917c | [] | no_license | stayrascal/rascal-microservice | 7d49c886043a84eb5c35e2b2e7c0f98776ccd46b | 869d80ff7f730de0cf2f7a89c25bb39eaf20fdcb | refs/heads/master | 2021-01-01T06:42:51.184067 | 2017-09-25T15:08:49 | 2017-09-25T15:08:49 | 97,491,945 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,000 | java | package com.stayrascal.cloud.order.domain.entity;
import com.stayrascal.cloud.common.constant.ErrorCode;
import com.stayrascal.cloud.common.jersey.exception.BadRequestException;
import com.stayrascal.cloud.common.jersey.exception.InternalErrorException;
import com.stayrascal.cloud.order.constant.DefaultValues;
import ... | [
"zpwu@thoughtworks.com"
] | zpwu@thoughtworks.com |
e267d930a53c8fb1bd52ae554c2afb44fc7186a6 | c22a4a5fc711a429728837fc1730dfd7450819da | /final-framework-testng/src/com/training/pom/RemoveCartPOM.java | f8213ba8657d138fd80fb47a8c7ca10048b5758e | [] | no_license | HARSHA3214/Project | 81b6cbc695a4f5fc0599f399ea3a47c85cdc1cd1 | ab89bf795c43701629d6a450447c07d75a762f5a | refs/heads/master | 2022-07-15T11:00:44.928756 | 2019-06-18T12:05:25 | 2019-06-18T12:05:25 | 191,509,573 | 0 | 0 | null | 2022-06-29T17:26:04 | 2019-06-12T06:18:10 | Java | UTF-8 | Java | false | false | 557 | java | package com.training.pom;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.support.FindBy;
import org.openqa.selenium.support.PageFactory;
public class RemoveCartPOM {
private WebDriver driver;
public RemoveCartPOM(WebDriver driver) {
this.driver... | [
"SriharshaRegulavalas@DESKTOP-T68S7MQ.in.ibm.com"
] | SriharshaRegulavalas@DESKTOP-T68S7MQ.in.ibm.com |
b7e3cbf0dbb6bc5908ab83fe953f568e67f62acd | 776be3db962ecdbdcf2d0f5a439a47f4b0d7e8f4 | /app/src/main/java/com/example/deltager/pointlessclicker/Save.java | a377c5de019f7194b9642cac5520fa78bf1319d9 | [] | no_license | UNFDanmark/SDC2017-PointlessButton | 9d6fe3ac0dc17696fd020de7a1c394f3e7b326c7 | 276efd2c1c41087353dd4e77cb1a10351a0c9251 | refs/heads/master | 2020-12-02T17:45:51.436183 | 2017-07-14T16:24:58 | 2017-07-14T16:24:58 | 96,421,841 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,818 | java | package com.example.deltager.pointlessclicker;
import android.content.Context;
import android.content.SharedPreferences;
import java.io.*;
import java.util.ArrayList;
public class Save {
//static ArrayList newAdjectiveList = new ArrayList<String>();
public static void save (long currentScore, Context contex... | [
"github@software.unf.dk"
] | github@software.unf.dk |
bb9fd07a5bab753998a3d9c300e276b3df728aba | ae5eb1a38b4d22c82dfd67c86db73592094edc4b | /project226/src/main/java/org/gradle/test/performance/largejavamultiproject/project226/p1134/Production22690.java | c7c8960df7dc57de11247a67a7849834fe5682c7 | [] | no_license | big-guy/largeJavaMultiProject | 405cc7f55301e1fd87cee5878a165ec5d4a071aa | 1cd6a3f9c59e9b13dffa35ad27d911114f253c33 | refs/heads/main | 2023-03-17T10:59:53.226128 | 2021-03-04T01:01:39 | 2021-03-04T01:01:39 | 344,307,977 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,890 | java | package org.gradle.test.performance.largejavamultiproject.project226.p1134;
public class Production22690 {
private String property0;
public String getProperty0() {
return property0;
}
public void setProperty0(String value) {
property0 = value;
}
private String property1;
... | [
"sterling.greene@gmail.com"
] | sterling.greene@gmail.com |
e6e432c53a2619b95bc40d4599806a62b86e4fde | 6afcdc1611a312a0097ab4b60f9fe0e226e163a0 | /Coldet/src/main/java/foundation/icon/icx/transport/jsonrpc/RpcArray.java | a3914fde9a8095712b43adbddf86c0489c07a65f | [] | no_license | alterkim/Coldet | b3bfde9afb5cfb476351c9551ad1312011670622 | 7dc2d9fe772656cb5fca5fe2dba82f2ade7df01f | refs/heads/master | 2023-01-23T22:50:10.183150 | 2020-12-04T14:21:33 | 2020-12-04T14:21:33 | 313,055,726 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,935 | java | /*
* Copyright 2018 ICON Foundation
*
* 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... | [
"alter@kakao.com"
] | alter@kakao.com |
df88ee1410f18ae550d04f8694d92a83fe276cb4 | 45e1bc1d57f6b9771f6c5bd30d7a6904a733e0df | /src/lk/Asiri/asirisupermarket/controller/ManageBatchController.java | 1899f32c35621b7c8731333cb1e2726a40fbfd05 | [] | no_license | harsard7/AsiriSMS | 65322f24cab927e15b0a65b55801459567251211 | 2bbe1bca1f354a4415d6cf348c45f8b3764d2755 | refs/heads/master | 2020-03-12T20:02:32.427375 | 2018-04-24T05:44:39 | 2018-04-24T05:44:39 | 130,796,871 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,119 | 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 lk.ijse.asirisupermarket.controller;
import java.sql.Connection;
import java.util.ArrayList;
import lk.ijse.asirisupermarket.c... | [
"harsard@ymail.com"
] | harsard@ymail.com |
ceb3131a9babf97e394772283ed974da54cb2448 | d17c617779c8fbdca28e7a823f528483ff0caf12 | /Marmalade/MarmaladeODK/source/android/DebugInput.java | a945c0890fda4a32f25f959066180297db38667a | [
"Apache-2.0"
] | permissive | MasashiWada/ouya-sdk-examples | 1d2665749bc58396ff7d017d1f8fb7ce41237e1d | 854422922fa2c8700d13c9c4b6ecfed756b56355 | refs/heads/master | 2020-06-08T22:00:56.703540 | 2016-09-19T20:57:12 | 2016-09-19T20:57:12 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 11,153 | java | /*
* Copyright (C) 2012-2015 OUYA, Inc.
*
* 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 ag... | [
"tgraupmann@gmail.com"
] | tgraupmann@gmail.com |
e7f87d0d4217f1b3c6653dec94b7ec7f75631368 | 50d059771aa03e3d9d35457b40d84f1900a1df23 | /src/main/java/com/company/shop/controller/BookController.java | ec3e21016cced6565fb5c4b904dd067551281f20 | [] | no_license | ilya-as/BookShop | 1508b9d167c93aa53a16361aedec874e9e7b9302 | f4bf6b09968aa3a7401f165321a72ae3cd3b253c | refs/heads/main | 2022-12-26T05:57:34.794883 | 2020-10-12T07:46:50 | 2020-10-12T07:46:50 | 303,304,749 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,857 | java | package com.company.shop.controller;
import com.company.shop.dto.BookDTO;
import com.company.shop.dto.BookMapper;
import com.company.shop.model.Book;
import com.company.shop.service.IBookService;
import com.company.shop.util.Filter;
import org.springframework.data.domain.PageRequest;
import org.springframework.data.do... | [
"aslamovi@gmail.com"
] | aslamovi@gmail.com |
5508c751716842760608e6a8bdf21bfd63dde940 | 4a29bfe62aac3dc712faca2526f85cbd570238fb | /src/main/java/com/group3/group3/repository/RoleRepository.java | 65b237a380fb9d182f2220d7f33a7a0945239c8f | [] | no_license | puck-ini/group3 | c8ea175cde2d21057baf344f67b1bff5236a87ac | da5a0366291a292135ba49f1dea9979c620546bc | refs/heads/master | 2020-08-26T13:13:04.653259 | 2019-11-03T16:01:19 | 2019-11-03T16:01:19 | 217,022,015 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 216 | java | package com.group3.group3.repository;
import com.group3.group3.entity.user.Role;
import org.springframework.data.jpa.repository.JpaRepository;
public interface RoleRepository extends JpaRepository<Role,Integer>{
}
| [
"825597202@qq.com"
] | 825597202@qq.com |
5384cf8644ddcd754e7a298d47e9fd8491073faa | 866db9fce24e643c4798ad30a9d815e6cf1d7974 | /day15_集合框架/src/itcast_01/CollectionDemo2.java | 6afee555e018efe5bc11f69f78e4b781aa46810d | [] | no_license | huangjianhehehe/java | 4cad36069ecf240309a45031ab8b2717897dd6e2 | 70f92561d0346a8de3c7547ab3d854ace32da5a1 | refs/heads/master | 2020-03-28T05:33:10.139290 | 2018-10-23T07:18:56 | 2018-10-23T07:18:56 | 147,783,390 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 453 | java | package itcast_01;
import java.util.ArrayList;
import java.util.Collection;
public class CollectionDemo2 {
public static void main(String[] args) {
Collection c1 = new ArrayList();
c1.add("abc1");
c1.add("abc2");
c1.add("abc3");
c1.add("abc4");
Collection c2= new ArrayList();
c2.add("abc4");
c2.add("... | [
"786762595@qq.com"
] | 786762595@qq.com |
440a6a68d0f27977543bbc260e9ab32330fe920a | ff7115e76b285a08e0126ddb5e3156f122b03537 | /scr/main/java/compactedDesign/invitedMeetingScheduler/controllers/popup/CreateSchedulesPopUpViewController.java | 735920fb99bdfe777ee06bbcfe3e2c369062cc1f | [] | no_license | Compacted-Design/Invited-Meeting-Scheduler | 5df1cf32f2423f1694efcdf92992440f0b722f9d | f0d11b6ec4fd038990e26545241f796de5cd48c0 | refs/heads/master | 2022-11-04T17:26:06.569003 | 2020-06-13T20:47:19 | 2020-06-13T20:47:19 | 261,092,424 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,680 | java | package compactedDesign.invitedMeetingScheduler.controllers.popup;
import java.io.IOException;
import org.apache.poi.openxml4j.exceptions.InvalidFormatException;
import com.google.zxing.WriterException;
import compactedDesign.invitedMeetingScheduler.IMSLauncher;
import javafx.fxml.FXML;
import javafx.scene.canvas.C... | [
"43833907+MechaDL7@users.noreply.github.com"
] | 43833907+MechaDL7@users.noreply.github.com |
95d5664238cc6a6cfb358ec610cb7a4b3872fb96 | 3cd8ad76778ddabfd62414b2bf044def955d0d88 | /pw-new/ylb-ticket-service/src/main/java/com/ectrip/ticket/provider/service/impl/EsbticketWinService.java | dccaf39d852e221c4754449be89ee1ca890dc0bc | [] | no_license | dbc1024/demos | 65f640eb6bbc5b6476645eeb7c42c28e7218f6cb | ebbe48de090af138f55e8a1923768328452f1d69 | refs/heads/master | 2020-03-30T19:08:35.871801 | 2019-05-08T03:14:59 | 2019-05-08T03:14:59 | 151,530,128 | 1 | 3 | null | null | null | null | UTF-8 | Java | false | false | 6,487 | java | package com.ectrip.ticket.provider.service.impl;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Isolation;
import org.springframework.transaction.annotation.Propagation;
import org.s... | [
"cy991587100@163.com"
] | cy991587100@163.com |
14e299353c88ab1c9b9436d70df6c6fba2555539 | 3cf0d527b95bbb9599d5855ea042994a269d7b4a | /src/main/java/cn/EdocManagement/pojo/edoc_category.java | 62c7ecb3882b237a8e6969b37802b3f2451366f9 | [] | no_license | wuzhubin222/EdocManagement | 3c9bceb1507de93e0587736a5a1caeb679d2e608 | ee9ab0e95089da7cf2ede2b597fae220c7610d9f | refs/heads/master | 2020-05-24T06:29:26.746221 | 2019-05-17T07:41:52 | 2019-05-17T07:41:52 | 187,138,818 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 365 | java | package cn.EdocManagement.pojo;
public class edoc_category {
private Integer id;
private String name;
public Integer getId() {
return id;
}
public void setId(Integer id) {
this.id = id;
}
public String getName() {
return name;
}
public void setName(Stri... | [
"zhubinwu@aliyun.com"
] | zhubinwu@aliyun.com |
442deb3c7fcc216869a66c0bc528d303a0ab5fcb | ddb23d1354710ec32f6137275729bca4d8257b60 | /Basic Java/Podstawowe wejscie wyjscie/src/Zadanie_Do_While.java | 608d5dfa980e0a344af3c0c43bb5e3ff2ef0f231 | [] | no_license | Mluszczewski/Java | 562da15e395c9ee6f7d739bbc7dc5f6dbad58d2b | d9c4fa7c76f7722888b5f36970d5731e42aad291 | refs/heads/master | 2021-04-29T17:40:41.091183 | 2018-08-14T08:22:49 | 2018-08-14T08:22:49 | 121,676,216 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 376 | java | import java.util.Scanner;
public class Zadanie_Do_While {
public static void main(String[] args) {
Scanner scan = new Scanner(System.in);
System.out.print("Set the bomb timer: ");
int x = scan.nextInt();
do {
System.out.println("Bomb will detonate in: "+x+"!");
x--;
}
while(x>0... | [
"noreply@github.com"
] | noreply@github.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.