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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
310cfac3f9fd439e2d40a5c4a7eee28e8cca9809 | 36b8cbe8249c8c367220267ea10e29df2a76e2ae | /src/course/Teoria/ExStreams/Program.java | b931fcd5992f6ddf2f368a95bd353aae947f2218 | [] | no_license | NicoHarabura/JavaCourse | fce487e45920ff1ba8c5988ad6856cd05c46cccc | d6d3d4520270ffba766132e406a8e1c647fe626c | refs/heads/master | 2020-05-05T04:02:41.730916 | 2019-09-12T20:05:50 | 2019-09-12T20:05:50 | 179,695,409 | 0 | 0 | null | null | null | null | ISO-8859-13 | Java | false | false | 789 | java | package course.Teoria.ExStreams;
import java.util.Arrays;
import java.util.List;
import java.util.stream.Stream;
public class Program {
public static void main(String[] args) {
List<Integer> list = Arrays.asList(3, 4, 5, 10, 7);
Stream<Integer> st1 = list.stream().map(x -> x * 10);
System.out.println(A... | [
"nharabura@hotmail.com"
] | nharabura@hotmail.com |
225675b1ddb09799d71a1451fe1a3b611720e0ad | a234d5cc513c6c871ae0c7863ff55c8fd35956a4 | /java/src/main/java/org/dase/util/Writer.java | 236da67de7685c951db2f8add7a2c8f98a47cb13 | [] | no_license | md-k-sarker/XAI-HCBD | d5ce54f8598a788cb486ee1b935dc093112ee5b6 | be05121e6b6471537af633896edaaeb53fe69cb1 | refs/heads/master | 2021-01-21T22:01:42.795278 | 2018-09-02T03:38:36 | 2018-09-02T03:38:36 | 95,147,108 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 634 | java | package org.dase.util;
import java.io.BufferedWriter;
import java.io.FileWriter;
/**
* This class will write statistics in disk. This class acts like a static class.
* @author sarker
*
*/
public class Writer {
private Writer() {
}
public static boolean writeInDisk(String path, String msgs, boolean ... | [
"mdkamruzzamansarker@gmail.com"
] | mdkamruzzamansarker@gmail.com |
bdaa9e9520d8adef115942c4ca246311055628fa | 7862c51932a9e1201e76d01c0d6727f5970cdedd | /benchmarks/src/main/java/dispatch/PathologicPolymorphic.java | be31b64d4f7082a07d64ab3ebf4b144e8ec6e34a | [
"Apache-2.0"
] | permissive | jeffmaury/golo-lang | 9c57bfc9e9250566842b13c96a6976b6ff7e6e19 | 6019821ff9129f627871e16fe5ce42208aeafe9d | refs/heads/master | 2021-01-17T08:50:48.495405 | 2013-12-08T17:35:27 | 2013-12-08T17:35:27 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,352 | java | /*
* Copyright 2012-2013 Institut National des Sciences Appliquées de Lyon (INSA-Lyon)
*
* 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.... | [
"julien.ponge@insa-lyon.fr"
] | julien.ponge@insa-lyon.fr |
99da24770985f416807395336fcad62be7a01434 | dfe91841d077d5c3784ab026b4dc0348defa37fe | /CountPossibleEncodings.java | 2977a224f51b5c85eb6566c37011eb39f5189ef0 | [] | no_license | chaitanya552/my-java-programs | 446361b3ed08b31f1ae8f8bb1f00e4b761258090 | f324c9ada39eaf478b40e671f2441319e3d860b1 | refs/heads/master | 2022-02-18T08:00:34.739216 | 2019-09-20T06:11:42 | 2019-09-20T06:11:42 | 115,813,229 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,390 | java | public class CountPossibleEncodings {
/**
* It may be assumed that the input contains valid digits from 0 to 9 and there
* are no leading 0′s, no extra trailing 0′s and no two or more consecutive 0′s.
*
* This is a recursive solution. Its time complexity is exponential:
* T(n) = T(n-1) + T(n-2) + O(1) ... | [
"chaitu10552@gmail.com"
] | chaitu10552@gmail.com |
e291834aa978895f92c481a2e2ddd6bfe50ccfb2 | 6e378cf519841df03b83026572fd5ad2fde1a32d | /netflix-zuul-api-gateway-server/src/main/java/com/in28minutes/microservices/netflixzuulapigatewayserver/ZuulLoggingFilter.java | 40d1809c102b757b5be015fc3d5086b467c1a506 | [] | no_license | kendyjm/microservices-spring-cloud | fe29469ff1e4f9a574b39bf80eda863b290d0507 | 5ef362391f808fdf151a03f507d07920c296cd36 | refs/heads/master | 2022-12-10T01:40:49.114052 | 2020-09-04T20:06:34 | 2020-09-04T20:06:34 | 274,416,806 | 0 | 0 | null | 2020-09-04T20:06:35 | 2020-06-23T13:44:46 | Java | UTF-8 | Java | false | false | 2,376 | java | package com.in28minutes.microservices.netflixzuulapigatewayserver;
import com.netflix.zuul.ZuulFilter;
import com.netflix.zuul.context.RequestContext;
import com.netflix.zuul.exception.ZuulException;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.stereotype.Component;
import javax... | [
"kendyjm@gmail.com"
] | kendyjm@gmail.com |
76c26ec72193eafef29af7dae3324d36ede10d07 | 66d065f6c7e3573583526296c0de60f41d6defaa | /src/main/java/cn/hselfweb/mes/controller/WebController.java | e9498ab35be478e34a6037fa9a1626404e526636 | [] | no_license | Cyberhan123/ManufacturingExecutionSystem | 6f7fb206189a80ba9ef515becbf38d07641ac781 | d4089fa968dc8c857c7f9760ff382769941730ff | refs/heads/master | 2020-06-11T10:28:43.989968 | 2019-07-08T05:07:38 | 2019-07-08T05:07:38 | 193,931,608 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 282 | java | package cn.hselfweb.mes.controller;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
@Controller
class WebController {
@RequestMapping(value = "/index")
public String index() {
return "index";
}
} | [
"hanhan@corp.netease.com"
] | hanhan@corp.netease.com |
08d3dffa8b54b917cf95d92efb8cde8defdf9be6 | 9db0123459a57a235028bb0a26f2fd0f2f228dfc | /threadwatchdog/src/main/java/com/android/liuzhuang/threadwatchdog/ui/ThreadDetailActivity.java | 134d466dc3aba137f30851dacf71cd215df1108d | [] | no_license | helloyingying/ThreadWatchDog | cec9d170b88726543cdca95a0d10022b87c54095 | fd79db16afb49ef6a2ee605c3cc302a25502df9b | refs/heads/master | 2020-12-31T05:10:37.029754 | 2016-05-08T04:10:32 | 2016-05-08T04:10:32 | 58,296,120 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 941 | java | package com.android.liuzhuang.threadwatchdog.ui;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.widget.TextView;
import com.android.liuzhuang.threadwatchdog.R;
public class ThreadDetailActivity extends Activity {
public static final String EXTRA_KEY_TITLE = ... | [
"1439163149@qq.com"
] | 1439163149@qq.com |
549cae3c17c8e0b9b927f41f1e530a5da081368f | 1a607c6d8d87cc01d3658bb32d600685e934e9d2 | /src/main/java/com/kzw/entity/NoticeExample.java | 2818cd3f7598520c979a49beedf40cf391afbf38 | [] | no_license | kzw11/ssm_hrm | 46592c8b61d6571248ce70c5ca3890f0526332f2 | 40e1e8b0b0d9fb8164afad23fdfe5c0297f3b3fa | refs/heads/master | 2020-05-03T02:57:02.119517 | 2019-03-29T10:33:02 | 2019-03-29T10:33:02 | 178,384,464 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 15,693 | java | package com.kzw.entity;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
public class NoticeExample {
protected String orderByClause;
protected boolean distinct;
protected List<Criteria> oredCriteria;
public NoticeExample() {
oredCriteria = new ArrayList<Criteria>()... | [
"kuangziwen@peilian.com"
] | kuangziwen@peilian.com |
1dd0ab178c9cb63a62d57ccfe335bb9527d332d9 | 821b5dd26496e011930fdfec9f335144549dea1b | /app/src/main/java/com/example/my/myuipractice/utils/StringUtils.java | 6c6832c819fc358eed8adfc8fec0c9707c133bc0 | [] | no_license | lzfengluo/UIpractice | 57450b5f486ed7151d27d491e057109cad5874ff | deb2f37bf35758fb4db799834555cb0fe9dc599d | refs/heads/master | 2021-06-26T15:28:53.752938 | 2020-10-27T07:19:35 | 2020-10-27T07:19:35 | 168,291,127 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 3,929 | java | package com.example.my.myuipractice.utils;
import java.math.BigDecimal;
public class StringUtils {
public static String byteToHex(byte b) {
String hex = Integer.toHexString(b & 0xFF);
if (hex.length() < 2) {
hex = "0" + hex;
}
return hex;
}
public static Str... | [
"zhichao.zhang@speedatagroup"
] | zhichao.zhang@speedatagroup |
20ea6bc0af98749df9caa9bcbffa3cec1a5af0dc | f1ad468ee3ba18d963ee2a9dc90a9264ef3eb9cf | /PortfolioService/src/main/java/be/nielsvermeiren/PortfolioServiceApp.java | 9090d30bcbac01e967dd6d91fee394fbf9a5c21c | [] | no_license | niels-vermeiren/spring-simple-microservices-poc | 08d0f75b46026ca6cda38b0066d1a47bb7b1567d | 885dbdb219d54b3c8e4957ce3dbd8030040ae130 | refs/heads/main | 2023-05-06T14:50:37.295979 | 2021-06-01T20:55:58 | 2021-06-01T20:55:58 | 372,955,049 | 0 | 0 | null | 2021-06-01T20:52:50 | 2021-06-01T20:35:10 | null | UTF-8 | Java | false | false | 794 | java | package be.nielsvermeiren;
import be.nielsvermeiren.controller.ProjectController;
import be.nielsvermeiren.proxy.CustomerServiceProxy;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
i... | [
"unknown@example.com"
] | unknown@example.com |
1a5f0ca7b3de65a9f5f0089d4920a4638f97d023 | e72428c7ae1c3d9e54de094411ebe57a19238251 | /src/test/java/com/divae/firstspirit/access/GuiScriptContextMockTest.java | 926394f066f180a5c17ef126b82711a8605f0d42 | [
"Apache-2.0"
] | permissive | diva-e/firstspirit-mocks | 49e6c9dd2d73d12a8d301f93e843a551b18d1296 | b9e34a8016faa327b775257fc444c2410ecf0c5a | refs/heads/master | 2021-01-19T17:23:18.410303 | 2018-08-17T07:51:50 | 2018-08-17T07:51:50 | 82,452,920 | 1 | 2 | Apache-2.0 | 2018-08-17T07:49:20 | 2017-02-19T11:03:20 | Java | UTF-8 | Java | false | false | 812 | java | package com.divae.firstspirit.access;
import com.divae.firstspirit.MockTest;
import org.junit.Test;
import static com.divae.firstspirit.access.GuiScriptContextMock.guiScriptContextWith;
import static com.divae.firstspirit.access.LanguageMock.languageWith;
import static com.divae.firstspirit.access.project.ProjectMock... | [
"christian.stornowski@diva-e.com"
] | christian.stornowski@diva-e.com |
6a727f390b2777fdb816ad62c14872aecf975633 | b1ddb33f915850afccaed09162bf084909936c2b | /app/src/main/java/com/bourne/caesar/impextutors/Utilities/SharedPreferencesStorage.java | d9b524fd2aae72f3edf00549056f54499df6c763 | [] | no_license | CaesarBourne/CourseConfidential | 4abb609e2ef9b529fce631f6b2bd22760110205c | 6eca7f0274f4d03fd42540971b4c2cf31d82ce13 | refs/heads/master | 2020-04-13T05:18:28.097410 | 2019-06-27T15:28:22 | 2019-06-27T15:28:22 | 162,987,849 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,815 | java | package com.bourne.caesar.impextutors.Utilities;
import android.content.Context;
import android.content.SharedPreferences;
public class SharedPreferencesStorage {
public static final String SHARED_PREF_FILE ="sharedfile";
private Context mycontext;
private static SharedPreferencesStorage newsharedInstanc... | [
"caesaradek@gmail.com"
] | caesaradek@gmail.com |
e3439a932e54741817e41226dcf667c8391a3915 | d9d7da23b729a1e91dcd44eefba82a06ed1e4c97 | /Action.java | 9437f986ab032059b1b5446f55ea18f914ecf449 | [] | no_license | KGNavarro/JAVA-files | e176d238589f5d4edb28e72be4b77dfcbe76d174 | 423ad1b874d7742a39bac41f1aa44c188bc70c75 | refs/heads/master | 2020-04-17T19:32:56.290110 | 2019-02-05T00:52:51 | 2019-02-05T00:52:51 | 166,869,321 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 929 | java |
package c.o.a.s.t;
/**
*
* @author Kevin Navarro
*/
public class Action extends Option {
String actionName = null;
String actionDescription = null;
public Action(){
}
public Action(String actionName, String actionDescription){
this.actionName = actionName;
... | [
"noreply@github.com"
] | noreply@github.com |
7adfca23dd94d1828396eb8cf96f460f784568c8 | 79998dae8da0dd034db597accf60c3f6a6e4bd98 | /src/main/java/passerr/github/io/creational/factorymethod/BmwCar.java | c8fda1bd4e62c8bbd778a1a583e8558032c4e3c4 | [] | no_license | PasseRR/DesignPatterns | 1633774cbf872c4698f4300de7dd04aef1bf8dbe | 03b06e0e1b049640814a6492eca8e36095338bb5 | refs/heads/master | 2023-08-21T14:29:13.763768 | 2023-08-10T09:07:07 | 2023-08-10T09:07:07 | 17,819,012 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 256 | java | package passerr.github.io.creational.factorymethod;
/**
* @author xiehai1
* @date 2017/07/12 22:08
* @Copyright(c) gome inc Gome Co.,LTD
*/
public class BmwCar implements Car {
@Override
public String getName() {
return "Bmw";
}
}
| [
"xie__hai@sina.com"
] | xie__hai@sina.com |
de792b4d013cb898361d9e77d181f2b005b093e7 | eaf45eab3bb7741f314eec67856d5c3cd7d9b5c6 | /src/main/java/commons/ArrayUtil.java | 4d39f3f9b41468347e23b1ed58a37412aec6d092 | [] | no_license | YuhanSun/Riso-Tree | 5df61cd2bfb547612e2ca24acbcb305306509c84 | 1ae89af6fad0454dc553e63fd7c34479e2fdd0bc | refs/heads/wiki_rtree | 2022-05-25T19:04:26.061084 | 2021-01-24T22:50:09 | 2021-01-24T22:50:09 | 84,517,622 | 2 | 1 | null | 2022-05-20T20:57:42 | 2017-03-10T04:01:38 | Java | UTF-8 | Java | false | false | 2,457 | java | package commons;
import java.util.ArrayList;
import java.util.LinkedList;
import java.util.List;
public class ArrayUtil {
public static <T extends Comparable<T>> boolean isSortedListEqual(List<T> l1, List<T> l2) {
return l1.size() == l2.size() && l1.size() == sortedListIntersect(l1, l2).size();
}
public ... | [
"wdmzssyh@gmail.com"
] | wdmzssyh@gmail.com |
da4b130e39c624e7aec8c3e8bba22eea86de1c90 | bb4efc8889d33c147316ff2a2a962478e102bd26 | /cpp/btp600/presentation/struts-2.0.6-all/struts-2.0.6/src/apps/showcase/src/main/java/org/apache/struts2/showcase/person/Person.java | fe4b323329fea1634d365ca862976a8f4a02a48d | [
"Apache-2.0"
] | permissive | tjduavis/bsd-toolkit | 7fd0b24e9c9a72a5a64f80571b7ce01d4a61cd84 | 80deb263eca001bf23084e84db99c8cf02a0a333 | refs/heads/master | 2016-09-09T17:19:31.431634 | 2013-07-07T06:37:31 | 2013-07-07T06:37:31 | 11,229,216 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,246 | java | /*
* $Id: Person.java 471756 2006-11-06 15:01:43Z husted $
*
* 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... | [
"tjduavis@tjduavis.local"
] | tjduavis@tjduavis.local |
12152d7a36f48d9fc30606b321fc0ce9913c9d40 | bcb2c4db5f57b4cf77f1535662c402b1d41dae85 | /src/hu/timetable/model/service/Console.java | ddf300c41f2f61ddab10db2efa23b5da94acc7dc | [] | no_license | peterfazekas/2020-menetrend | 661235decae0a87760b0cbb63714077b94884448 | e09e7d4fbc800dfed6c293de628da19e82e65bb9 | refs/heads/main | 2023-03-07T20:56:22.977119 | 2021-02-19T10:16:13 | 2021-02-19T10:16:13 | 340,291,875 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 560 | java | package hu.timetable.model.service;
import hu.timetable.model.domain.Time;
import java.util.Scanner;
public class Console {
private final Scanner scanner;
private final DataParser dataParser;
public Console(Scanner scanner, DataParser dataParser) {
this.scanner = scanner;
this.dataParse... | [
"v-pfazekas@hotels.com"
] | v-pfazekas@hotels.com |
29a652e1fccac642e115d1e588caffac144f5eef | 4de64c1e34bdaee5c77bdd71d47f344b08ca754f | /ServicesTracker/src/com/company/ServiceStatusChangeInfo.java | 97765ce35f000db1a7ac21408fd7aa51f8c0d50a | [] | no_license | Paul-Kijtapart/MonitorServicesForMe | df76e73ca6523f0b5fb21ecb5c60a870d39aa6ed | 2e208b437d4af1f6e16f293f5b232f76ff51c7c5 | refs/heads/master | 2021-01-19T23:05:26.039100 | 2017-04-21T00:20:36 | 2017-04-21T00:20:36 | 88,919,486 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 825 | java | package com.company;
/**
* Created by aor on 2017-04-19.
*/
public class ServiceStatusChangeInfo extends ServiceStatus {
// Constants
public static final String ADD_ACTION = "add";
public static final String DELETE_ACTION = "delete";
// States
private String action;
public ServiceStatusCha... | [
"scc385@gmail.com"
] | scc385@gmail.com |
a83e040a641fa8b0ef8d23cf27662842efdb9a3b | 92031d95e2ef562c3ce16ce7b744fd108e1d504a | /src/test/java/com/fpt/example/service/MailServiceIT.java | 0e56fbd4feea297da3a09e79750fa7f9bdea8a8a | [] | no_license | azanulkhairi/jhipster | a78c1a1cb014a712b1d782e394856ba0a353a858 | d45a6f3dd445b8e3188e45ac539ac1bf6b20e029 | refs/heads/master | 2022-12-24T08:57:44.350421 | 2019-07-05T07:53:25 | 2019-07-05T07:53:25 | 195,979,364 | 0 | 0 | null | 2022-12-16T05:01:48 | 2019-07-09T09:40:38 | Java | UTF-8 | Java | false | false | 11,534 | java | package com.fpt.example.service;
import com.fpt.example.config.Constants;
import com.fpt.example.TestJhipsterApp;
import com.fpt.example.domain.User;
import io.github.jhipster.config.JHipsterProperties;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
import org.mockito.ArgumentCaptor;
impo... | [
"Tia.kartika@fsoft.com.vn"
] | Tia.kartika@fsoft.com.vn |
dcaea46d9207d10944fdf54a9b912d53fbce9adf | 25490a39cbbfd988f6ae7358245854b9529cdbbb | /vert-admin/src/main/java/com/zhaoyang/vert/module/system/service/NoticeService.java | 5b7ad2e43e76eb00f430f68f372cc11373cf8e24 | [] | no_license | qlnujsjlzy/vert | 9c0b44fbb67427f5ad41ae385b54dff6bd08d8b0 | c9af6a423a25398d13c1101a003af81c3723b4b2 | refs/heads/master | 2020-03-15T21:30:26.871074 | 2018-05-11T16:11:01 | 2018-05-11T16:11:16 | 132,356,169 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 452 | java | package com.zhaoyang.vert.module.system.service;
import com.baomidou.mybatisplus.service.IService;
import com.zhaoyang.vert.module.system.model.Notice;
import java.util.List;
import java.util.Map;
/**
* <p>
* 通知表 服务类
* </p>
*
* @author : zhaoyang.li
* @date : 2018/5/10
*/
public interface NoticeService extend... | [
"lzhy719@163.com"
] | lzhy719@163.com |
501660868a7142d2728b00f64cfd1c41a287623f | 824f8b7593791c97954ce1519e1dd24d20c3e3cd | /src/creational/factory/concretecreator/example2/product/PaintingDocument.java | 1ef596ec6ae494658b26002249bae63a44fcefd3 | [] | no_license | vikaskundarapu/Design-Patterns | eedce6f8936eda3617eec595c4df27b657644ffb | e83d4fc3607bc7ebe984af64c4db6c6a88724fb9 | refs/heads/master | 2021-03-13T11:22:55.137768 | 2020-05-31T11:28:31 | 2020-05-31T11:28:31 | 246,675,121 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 228 | java | package creational.factory.concretecreator.example2.product;
public class PaintingDocument implements Document {
@Override
public void printDocument() {
System.out.println("Printing the PaintingDocument");
}
}
| [
"vikas.kundarapu@gmail.com"
] | vikas.kundarapu@gmail.com |
de03b0a53df3dfced8d88a8f3158c760e72997ed | 8ba459dbdeef57b128e9c9eff706571ea117ee34 | /src/main/java/cn/itcast/travel/dao/OrderTest.java | baef67a029b06e0511f37ec074aea235f76823f0 | [] | no_license | bkZhu/travel | 2bfffaac546ff012c5f75cc4292518c3e385108b | fccae269fa06b0f6f4510fd0ed1d918c4f547b6d | refs/heads/main | 2023-02-15T07:55:39.668891 | 2021-01-12T08:33:41 | 2021-01-12T08:33:41 | 328,904,456 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 404 | java | package cn.itcast.travel.dao;
import cn.itcast.travel.dao.impl.OrderDaoImpl;
import org.junit.Test;
public class OrderTest {
@Test
public void OrderDaoTest(){
OrderDaoImpl o = new OrderDaoImpl();
System.out.println(o.findAll());
System.out.println(o.findByName("张三"));
System.ou... | [
"851058873@qq.com"
] | 851058873@qq.com |
ec6c54b03efef65e66a26ed833debcf968d2aa4e | 64a7274fd81651fe8ba8beb00cf14aad3dbc2232 | /ninja-appengine-blog/src/main/java/conf/Routes.java | 10ee2ca181410b46ec0e7957cdf8e69902276569 | [
"Apache-2.0"
] | permissive | h4ck4life/ninja-appengine | 7abf9f9673115ba93085a53700888b5563c777da | 622bd38aad31aacc1a5296a8fd64ad78a8a95819 | refs/heads/master | 2020-12-25T05:44:54.522047 | 2013-06-13T09:13:49 | 2013-06-13T09:13:49 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,531 | java | /**
* Copyright (C) 2012 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... | [
"raphael.andre.bauer@gmail.com"
] | raphael.andre.bauer@gmail.com |
726d680b4ccfeab570e36e4b6229b5021fda1c7c | 7e7821ab0a90d8a146adcd133eece9c157cb0bc5 | /file-server/src/main/java/com/mcloud/fileserver/service/designPattern/cloudAbstractFactory/AliyunFactory.java | fc3f9b447c39b9c26bdfd6cebff9b53ab621bade | [] | no_license | vellerzheng/intelligent-storage | 9e704b4ec88bf6a970464eb2b47291228c6391df | 3487ef787a81a5589ef34d05e0206587d8386b36 | refs/heads/master | 2020-03-19T11:02:52.358129 | 2018-11-29T13:52:04 | 2018-11-29T13:52:04 | 136,425,021 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 532 | java | package com.mcloud.fileserver.service.designPattern.cloudAbstractFactory;
import com.mcloud.fileserver.repository.entity.ConfAliyun;
import com.mcloud.fileserver.service.cloud.CloudService;
import com.mcloud.fileserver.service.cloud.impl.AliyunServiceImpl;
/**
* @Author: vellerzheng
* @Description:
* @Date:Created... | [
"vellerzheng2012@163.com"
] | vellerzheng2012@163.com |
49312a2b69d3a29328e5afb9062684113d43e39f | 0bf65dd7d1216fc67fc7c063f97936ec68c483b2 | /customer-service/src/main/java/com/onlineshopping/customerservice/CustomConfiguration.java | 6e7b24020e38c245e2dcb7ef4c3689bc8d6793ba | [] | no_license | GayatriSW/MSA_CaseStudy | 313b57168637e39837ae039d85868b44e2643ec2 | b01eaeb334e65275f78de7e5ec00be176ef38dee | refs/heads/master | 2020-11-23T18:41:30.361467 | 2019-12-17T07:00:42 | 2019-12-17T07:00:42 | 227,772,478 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 892 | java | package com.onlineshopping.customerservice;
import org.springframework.boot.context.properties.ConfigurationProperties;
import org.springframework.cloud.context.config.annotation.RefreshScope;
import org.springframework.stereotype.Component;
@RefreshScope
@Component
@ConfigurationProperties(prefix="customer-s... | [
"student@win2012base"
] | student@win2012base |
15d8c29a77645cf565ca710ad05fad8abd8605b0 | 1d9ea5de2bffe5c5371bec6cd348c201540ecce5 | /emCardTools/src/main/java/emcardtools/SimulatedCard.java | 8fad5b94ec2732472405a66fdc21eeea0b2890ca | [
"MIT"
] | permissive | mvondracek/PV204_smartcards_Emerald | a2e45418298893b590e1ff0be70b7c0b800dcda9 | 1e27348819799da9cff6f99a034774c3d2d65eef | refs/heads/dev | 2023-04-02T10:28:49.904295 | 2023-03-22T23:31:04 | 2023-03-22T23:31:04 | 245,839,515 | 0 | 1 | null | 2020-04-23T20:35:46 | 2020-03-08T15:30:36 | Java | UTF-8 | Java | false | false | 2,811 | java | /*
This file was merged and modified based on "JavaCard Template project with
Gradle" which was published under MIT license included below.
https://github.com/crocs-muni/javacard-gradle-template-edu
License from 2020-04-18 https://github.com/crocs-muni/javacard-gradle-template-edu/blob/ebcb012a192092678eb9b7f198be5a6a... | [
"vondracek.mar@gmail.com"
] | vondracek.mar@gmail.com |
39e1f6e3555e4356238b16d283ce8549c0017c70 | 901c2693b04431ab96a557822649ff5a9dd0764c | /src/main/java/com/MySpringBoot2Application2.java | f470b8f5e74bd106e5c919b6bfa9cda06aedf5fd | [] | no_license | wangtianyang0/eclipse | 8f4496618522415a5baeac5eb9e1a6f40adb1a93 | c2dfdc2a621e1f1a5b4ebc28257273b196cb1c93 | refs/heads/master | 2021-09-09T09:59:49.076081 | 2018-03-15T00:56:23 | 2018-03-15T00:56:23 | 125,207,586 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,198 | java | package com;
import org.junit.Test;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.EnableAutoConfiguration;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.co... | [
"2450940650@qq.com"
] | 2450940650@qq.com |
e05bb3484103d926e0db040a586d9de6c8debf1f | e90d1717e42304bcedeb0e156e7799aebb05d1fd | /provider/src/main/java/ruan/provider/elasticsearch/common/EsAsyncAction.java | 204c1eb07851d546e4136e6fbecb4539ec128eba | [] | no_license | RBH123/parent | 57d710f102f0298afc349411d09f88e3212b9542 | fddd36f8486acab05849d43067ac076cdd651021 | refs/heads/master | 2023-03-10T16:22:13.349604 | 2021-02-26T10:02:51 | 2021-02-26T10:02:51 | 306,595,720 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 869 | java | package ruan.provider.elasticsearch.common;
import lombok.SneakyThrows;
import lombok.extern.slf4j.Slf4j;
import org.elasticsearch.action.ActionListener;
import org.elasticsearch.index.reindex.BulkByScrollResponse;
import org.elasticsearch.index.reindex.BulkByScrollTask.Status;
import org.springframework.stereotype.Co... | [
"rocky.ruan@shengyecapital.com"
] | rocky.ruan@shengyecapital.com |
96129003f0aeefe355973da01745c9c50d6ae118 | 725dc02c939157f7059e439d4d1bfe998c870f2d | /product/src/product/DBConnection.java | cf7619e96c8113a3711702870299016db91f3677 | [] | no_license | kabeersohail/Sudha | edb1c2a88fc7a024b519208d4e773426f0b577a6 | f62aad421374d9c40d0616d94c7969671d46cb01 | refs/heads/master | 2022-04-01T17:03:29.242662 | 2020-01-23T12:41:30 | 2020-01-23T12:41:30 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 442 | java | package product;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.SQLException;
public class DBConnection {
public static void main(String[] args)
{
Connection con=null;
try {
Class.forName("oracle.jdbc.driver.OracleDriver");
con = DriverManager.getConnection("jdbc:ora... | [
"noreply@github.com"
] | noreply@github.com |
51e5c013db31890aeaa6eec2961945088d90bd54 | 62ab6b31d86568cad481ac1ba6c4f7c79f52b59d | /dvp-final/etude-de-cas/rdvmedecins-webjson-server/src/main/java/rdvmedecins/web/controllers/RdvMedecinsController.java | 6ffbf545f30ce4a6f07f0c7a550a8a070ad891c7 | [] | no_license | titaxman/THAHE | ec2ea87e05db0042a6763ad348f84d2e76e5ecc8 | 73c411558ee9002fc5d03b0542b24e156d6be8f2 | refs/heads/master | 2021-01-10T02:35:20.794781 | 2015-05-26T18:35:15 | 2015-05-26T18:35:15 | 36,356,130 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 16,332 | java | package rdvmedecins.web.controllers;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
import javax.annotation.PostConstruct;
import javax.servlet.http.HttpServletResponse;
import org.springframework.beans.factory.annotation.... | [
"Administrateur@COM01.Heliadis.local"
] | Administrateur@COM01.Heliadis.local |
c2deb321f7786259e20cbe59a082a5d5e86f9d13 | 92067c14e9e572a85dc17a0616d6af8e4b92fac2 | /src/main/java/com/hitex/yousim/repository/StockModelPriceRepository.java | 8a8d8a03e3e1ef09a3023dd0179e8767c53f0388 | [] | no_license | vanhai1601/SimTest | e8f8e93ab981312c491a04f070df1cdf1b961396 | e4f37bba2cebd267e24cafd510896ec5c7d7968c | refs/heads/master | 2023-09-03T10:22:40.229987 | 2021-11-23T14:48:00 | 2021-11-23T14:48:00 | 431,137,966 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 506 | java | package com.hitex.yousim.repository;
import com.hitex.yousim.model.StockModelPrice;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.Query;
import org.springframework.stereotype.Repository;
@Repository
public interface StockModelPriceRepository extends JpaRe... | [
"vanhai160197@gmail.com"
] | vanhai160197@gmail.com |
9f772dea8a130252eb9a422c441d9cf2df7f81b1 | b7d59303c214f1d1bc0fd8faa6d3460bd9f24f24 | /src/myProj/abc.java | 1ff2cd7fd601e168197853838bcf937ab5510726 | [] | no_license | MayuraSardessai/test | 8ba87adc934fca79ecad387019b662576665357e | 900e82d7210320d503d5c976cc23b6bf71f232b9 | refs/heads/master | 2020-12-25T18:23:06.230070 | 2015-07-09T18:43:32 | 2015-07-09T18:43:32 | 38,801,188 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 44 | java | package myProj;
public class abc {
}
| [
"mayuravsardessai@gmail.com"
] | mayuravsardessai@gmail.com |
3198632a9a097be8508bdefa5409ae1adef17ad2 | 826642720da414981580c599a32dce9ba2179da1 | /sources/kotlinx/coroutines/flow/FlowKt__BuildersKt$flowViaChannel$1.java | 4d03cf2769f1ecd7a3b5292d733e0c8e96934895 | [] | no_license | bclehmann/abtracetogether_1.0.1.apk_disassembled | be60aa11b4f798952de68b985a138019cc79a4ab | 562cb759f0b45007ac4d3db171926654393ebc0b | refs/heads/master | 2022-11-07T11:13:17.926766 | 2020-06-20T04:55:34 | 2020-06-20T04:55:34 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,040 | java | package kotlinx.coroutines.flow;
import kotlin.Metadata;
import kotlin.ResultKt;
import kotlin.Unit;
import kotlin.coroutines.Continuation;
import kotlin.coroutines.intrinsics.IntrinsicsKt;
import kotlin.coroutines.jvm.internal.DebugMetadata;
import kotlin.coroutines.jvm.internal.SuspendLambda;
import kotlin.jvm.funct... | [
"bclehmann@yahoo.ca"
] | bclehmann@yahoo.ca |
66372b7f3ae28deeed2d34a242baee9ed35e3420 | 1c5e962ddefc905e7b30f008a0c0a2714a5f6972 | /src/main/java/calculate/Multiplication.java | 1a9d99506ed342abaf97ae57561dc3f1b5f6cb3f | [] | no_license | eugeneni/JavaCourseOrlov | ee3426bc1d36b999d2a7526ec5fedd791238d31e | 965355c68100efd3ab8945732a80fa62255a0372 | refs/heads/master | 2021-06-28T12:57:20.944445 | 2019-05-26T13:18:17 | 2019-05-26T13:18:17 | 169,750,759 | 0 | 1 | null | 2020-10-13T11:56:02 | 2019-02-08T14:56:23 | Java | UTF-8 | Java | false | false | 220 | java | package calculate;
public class Multiplication implements BinaryOperation {
@Override
public double returnResultFor(double leftOperand, double rightOperand) {
return leftOperand * rightOperand;
}
} | [
"inizelnik@gmail.com"
] | inizelnik@gmail.com |
78ffa2e00ff3fd56ad453595b3475817342d7f8f | 5a3932ee5513d20e57d9a28f7650bd73bc48f022 | /photographic-core/src/main/java/com/heav/photographic/core/common/util/MapRender.java | bb75e919a9040fcced8402239e4be2f3299d2cc4 | [] | no_license | helubo0573/photographicManage | 2ffbdc46b6d7829d1ee0bc4f4a3c14699c6b21ad | 303c8de6c45e2ab94c3a6525c946b9d9786d2ff2 | refs/heads/master | 2022-12-23T09:39:28.557991 | 2020-04-12T05:43:22 | 2020-04-12T05:43:22 | 240,825,758 | 0 | 0 | null | 2022-12-16T07:47:28 | 2020-02-16T03:34:27 | Java | UTF-8 | Java | false | false | 1,679 | java | package com.heav.photographic.core.common.util;
import java.util.Collection;
import java.util.HashMap;
import java.util.Map;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
@SuppressWarnings({ "unchecked", "rawtypes" })
public class MapRender
{
private Collection<Map> mapList;
private Map renders = new Ha... | [
"helubo_cn@hotmail.com"
] | helubo_cn@hotmail.com |
1decfa64738fd20714789f52a9597b4a35bd933d | 3d693e6b6a6c46499d48646f6fbe3d938b5e7cb2 | /drools-core-dr/src/org/drools/marshalling/impl/OutputMarshaller.java | 759e332fbb4e7ddce0d9d3729a34b7160d30c5c4 | [] | no_license | jorgemfk/dr-drools | 1101fd5c8c849731b1088c6a95ed1778952c79a3 | 8b3fc1db5919a88b3e07aeebb3ba2178ea700a07 | refs/heads/master | 2020-06-02T15:26:08.465658 | 2015-01-27T06:15:47 | 2015-01-27T06:15:47 | 29,899,027 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 37,772 | java | /*
* Copyright 2010 JBoss 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 agreed to i... | [
"jorgemfk1@gmail.com"
] | jorgemfk1@gmail.com |
ccd4af62a8d149c953dc0d5d41d2125d69829e3f | 5d62283efd06d31a86b98d007e777c7500ce5a69 | /app/src/main/java/com/yidankeji/cheng/ebuyhouse/housemodule/activity/SubmitRoom02Activity.java | 4f2947bb5b22894e5ddce317010baa1888837969 | [] | no_license | nianshaofanghua/Ebuyhouse | 100f314c3612b4354ffc16d6121e3dc2ceb1b30c | 7a0ed599aeceacf91e6d0d71ab64000ced9e2a39 | refs/heads/master | 2021-10-28T08:19:18.287935 | 2019-04-23T02:01:40 | 2019-04-23T02:01:40 | 182,903,013 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 34,376 | java | package com.yidankeji.cheng.ebuyhouse.housemodule.activity;
import android.Manifest;
import android.app.Activity;
import android.content.Context;
import android.content.Intent;
import android.os.Build;
import android.os.Bundle;
import android.os.CountDownTimer;
import android.support.annotation.IdRes;
import android.s... | [
"770846757@qq.com"
] | 770846757@qq.com |
cbb6a9592a9c8808bca4b3cf7d4eaf925e794c3b | 12358faec06ebf150504bbe49a802b1fd8f54baa | /eclipse-workspace/bytebank-herdado-conta/src/br/com/bytebank/banco/test/TesteSacaException.java | f17e0de695cafd686be3469178f39ebd3b422573 | [] | no_license | paty-feital/Java-I | e822c3c7449bda55e72197403b503b4f19468964 | 4d13efbc5be866db8a52bd1f5872a1c8c8276c98 | refs/heads/master | 2023-03-22T19:29:34.286975 | 2021-03-22T01:04:19 | 2021-03-22T01:04:19 | 328,454,565 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 407 | java | package br.com.bytebank.banco.test;
import br.com.bytebank.banco.modelo.*;
public class TesteSacaException {
public static void main(String[] args) {
Conta c = new ContaCorrente(123, 321);
c.deposita(100.0);
try {
c.saca(250.0);
} catch(SaldoInsuficienteException ex) {
System.out.println("Ex: " ... | [
"74514587+paty-feital@users.noreply.github.com"
] | 74514587+paty-feital@users.noreply.github.com |
2dbb08be998b47498fff69c11135243776ef9075 | 516f4db845d53fc644cf214d7768db372d9f903f | /src/main/java/com/svan/veille/site/bsmt/service/NewsService.java | 9ea3eafcb936dc5810e7b15c69ebbe3e7da88e0d | [] | no_license | svan001/site-bsmt | 2494b8b965c4a328d72f39094051561b23e17fcc | 92a3d412cd421f600f3b9e3643741eca7c423ef8 | refs/heads/master | 2020-03-23T02:32:11.290031 | 2018-07-14T21:58:15 | 2018-07-14T21:58:15 | 140,978,930 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 756 | java | /**
* 2014
* 6 nov. 2014 22:27:12
* @author stephane stephane.gronowski@gmail.com
*/
package com.svan.veille.site.bsmt.service;
import java.util.List;
import com.svan.veille.site.bsmt.dto.NewsDTO;
/**
*
* 6 nov. 2014 22:27:12
*
* @author stephane stephane.gronowski@gmail.com
*
*/
publ... | [
"stephane.gronowski@gmail.com"
] | stephane.gronowski@gmail.com |
c3dbb5cbef980e39ad04ff726f93707ab3cda653 | 271756a99ded5fc540ef5eb6fe5a569509501636 | /core/src/main/java/ar/com/fenixxiii/game/graphics/DrawParameter.java | 16eac8a960fb7261f42721420747733c1d5bc4f0 | [] | no_license | llamas77/F13-PRUEBA | 251469149eda0f48665f551203ff191f2924dfe1 | e20e2d9aeb54ad6b1eb785badcfc06e04a84e436 | refs/heads/master | 2020-03-17T01:22:45.257477 | 2018-05-12T14:14:34 | 2018-05-12T14:14:34 | 133,150,220 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,562 | java | package ar.com.fenixxiii.game.graphics;
import com.badlogic.gdx.graphics.Color;
import static com.badlogic.gdx.graphics.GL20.GL_ONE;
import static com.badlogic.gdx.graphics.GL20.GL_SRC_ALPHA;
/**
* Contiene los parametros para usar al renderizar algo
*
* color: color de cada vértice
* alpha: cantidad de transpar... | [
"llamas077@hotmail.com"
] | llamas077@hotmail.com |
b8aaa4c87e2bdfec956e171e277d61476a0a966b | faf1c6c46a1327b6bb1d512475545a5856d2e744 | /Java Udemy/EjemploEstatico/src/main/java/mx/com/rlr/ejemploestatico/EjemploEstatico (2020_03_05 03_17_26 UTC).java | 10028ae2d9f61a3f165ff3473f05deb0fe510e44 | [] | no_license | ElRobert17L/Proyectos_Java | 29c7346ade0a0d0316d1c7bf6b08e39bca671101 | fff46649659f825831308810d34d2dc4d5cafe55 | refs/heads/master | 2022-11-14T23:18:45.266366 | 2020-07-07T01:16:39 | 2020-07-07T01:16:39 | 277,001,530 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 514 | 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 mx.com.rlr.ejemploestatico;
/**
*
* @author rob-c
*/
public class EjemploEstatico {
public static void main(String... | [
"rob017led@gmail.com"
] | rob017led@gmail.com |
75238455fad3cc1b02358ab7ab9e7d215821a9a1 | f5964fb44e2015b4d824ce1cedc02b84a80db35a | /iris-rpc/iris-rpc-api/src/main/java/com/leibangzhu/iris/protocol/ProtocolFactory.java | 3f41f903789e75ba9f9365f94543fe73097ffb91 | [] | no_license | LiWenGu/iris | 77a5f80b032aa27fca484464b6e93f8ccb5f3bf7 | 51824b56c1a93e0a4ca2a39c1d15cac576916012 | refs/heads/dev | 2022-04-27T16:39:02.824752 | 2019-11-07T17:08:47 | 2019-11-07T17:08:47 | 217,238,565 | 3 | 1 | null | 2020-10-13T16:57:20 | 2019-10-24T07:30:25 | Java | UTF-8 | Java | false | false | 357 | java | package com.leibangzhu.iris.protocol;
import com.leibangzhu.coco.ExtensionLoader;
import java.util.Arrays;
public class ProtocolFactory {
private static Protocol protocol = ExtensionLoader.getExtensionLoader(Protocol.class).getDefaultExtension(Arrays.asList("filter"));
public static Protocol getProtocol()... | [
"liwenguang_dev@163.com"
] | liwenguang_dev@163.com |
9d0d760d88c554807379d81184ffc7ccff41707e | 3602d4507c83c616b7d56fb3c66db27cde2efa84 | /Intermediate/StackTest.java | d6e50fe0d13c41fff2055ada17334d02f4da1797 | [] | no_license | Deepak3994/java-assignment1 | dd59698f8011fc16a5e9a49006830f9036be4bd3 | 3109347528553f6f05115fe0385030d71b5bba66 | refs/heads/master | 2021-01-12T11:43:49.321560 | 2016-11-11T06:58:40 | 2016-11-11T06:58:40 | 72,280,711 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 214 | java | class StackTest extends StackOperations
{
public static void main(String args[])
{
StackOperations s = new StackOperations();
s.push(10).push(20).push(30);
s.display();
//s.pop();
//s.display();
}
} | [
"meetdeepaknayak03@gmail.com"
] | meetdeepaknayak03@gmail.com |
099492b735e3f32a03f580a81b901b348d675fd3 | 64c40e66f02346b79063fefe4c150d08345a2865 | /src/main/java/org/asciidoc/intellij/ui/ExtractIncludeDialog.java | 60dc59cd9c290658e9c0ab233c8be7270f4c8c62 | [
"Apache-2.0"
] | permissive | ardlank/asciidoctor-intellij-plugin | 258774237e4510549f99d40dd7cf19c7e3724aee | 5c88a9bd9451c1f95a2f877598e17f606cc6a850 | refs/heads/master | 2020-08-27T02:47:21.984397 | 2019-10-22T11:17:31 | 2019-10-22T11:17:31 | 217,223,644 | 1 | 0 | Apache-2.0 | 2019-10-24T06:07:19 | 2019-10-24T06:07:17 | null | UTF-8 | Java | false | false | 8,318 | java | package org.asciidoc.intellij.ui;
import com.intellij.openapi.application.ApplicationManager;
import com.intellij.openapi.command.CommandProcessor;
import com.intellij.openapi.command.UndoConfirmationPolicy;
import com.intellij.openapi.editor.Editor;
import com.intellij.openapi.editor.SelectionModel;
import com.intell... | [
"alexander.schwartz@gmx.net"
] | alexander.schwartz@gmx.net |
e0e6ff4600193253eb4ef69cb2676e9232b6c796 | 4572083a4b8ffd7b22094d0eecf6b98e61b4da9b | /src/main/java/service/ChangePasswordService.java | f43e93b7b0e24ddf9b36ffa5459ce1dc84e7f1c7 | [] | no_license | sincheon90/WebPro | 837fd9594512f73c78939c35db8cc572f154c885 | 44550c2c5a3d521e0f97a7ff119dcc4628a08db4 | refs/heads/main | 2023-04-19T17:36:59.261716 | 2021-05-13T10:37:12 | 2021-05-13T10:37:12 | 366,971,841 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 605 | java | package service;
import org.springframework.transaction.annotation.Transactional;
import domain.Member;
import domain.MemberDao;
import exception.MemberNotFoundException;
public class ChangePasswordService {
private MemberDao memberDao;
@Transactional
public void changePassword(String email, String oldPwd, Stri... | [
"sincheon90@gmail.com"
] | sincheon90@gmail.com |
fe8e7d9ecd74b226cf57884da07290c34e95c844 | 2b102b7ab4448a0b1732f72469bb12eb1590d0a6 | /tradetunnel-ap/src/test/java/com/ip/tradetunnel/TradetunnelApApplicationTests.java | 9fd4f16f4cefecfc6bb6fa3206e0191235055071 | [] | no_license | HimanshuChhabra/TradeTunnel | fb276c3ecf714478bfc19cddfec80041f106d7f4 | 529080fc166301bdd5146bec09cf4d027880d8e0 | refs/heads/master | 2020-03-24T02:19:54.342334 | 2018-07-26T03:11:28 | 2018-07-26T03:11:28 | 142,371,703 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 342 | java | package com.ip.tradetunnel;
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 TradetunnelApApplicationTests {
@Test
public void c... | [
"himanshu.chhabra9304@gmail.com"
] | himanshu.chhabra9304@gmail.com |
380c42c92c7beb407cb7856871838276a7ce8ec8 | 4983469c369203d1cc944dfd38622cb922e05620 | /01. Source Code/02. Android/SwipeSafe/app/src/main/java/nts/swipesafe/fragment/FragmentCompetition.java | 9c40edf2d1e62a0e4d91fd57c60e9b0bad603bfa | [] | no_license | TamDao97/E-learning | 76ebe2436bfe3a263df1d8cb6f6dcce3921bbbf0 | e654b55dcb6349c908fa6e7f4e771879d0844c35 | refs/heads/master | 2023-05-31T07:02:45.984733 | 2021-06-09T15:10:44 | 2021-06-09T15:10:44 | 375,396,621 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,252 | java | package nts.swipesafe.fragment;
import android.app.Dialog;
import android.graphics.Color;
import android.graphics.drawable.ColorDrawable;
import android.os.Bundle;
import android.os.Handler;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.view.Window;
impor... | [
"tamdc8897@gmail.com"
] | tamdc8897@gmail.com |
5eed365ad435c7646a73a1bad2a11ebd08f97f36 | 40687daec264358f319578e5d0ea9eebfb43e859 | /ThreadFilesHandling/src/main/java/com/srm/threads/java/filehandling/ThreadFilesHandling/BaseManager.java | cc4f716dbeb58ebf3c4498abdf54b28be3d32795 | [] | no_license | shinyfelicitav21/Java-usecase | 1a200bad67655cf0768c174d74e920383275cc28 | 51d049a6c9c083640542666bd67253999c9e752c | refs/heads/master | 2023-05-02T08:45:02.401034 | 2021-05-12T13:20:10 | 2021-05-12T13:20:10 | 364,289,740 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 687 | java | package com.srm.threads.java.filehandling.ThreadFilesHandling;
import java.io.File;
import java.util.ArrayList;
import java.util.List;
import org.apache.commons.collections4.ListUtils;
public abstract class BaseManager {
protected List<TextFile> getFiles(String location){
File[] files=new File(lo... | [
"Admin@DESKTOP-8PIN619"
] | Admin@DESKTOP-8PIN619 |
339ebe5620004d10d0c950c657ce284aceee902b | af1321f4186a7b1412d9d1e2608597eaf8d7b7ae | /src/main/java/TachografReaderUI/file/CardBlockFile.java | 98cda27a7af912a6bad7c1c3d7c45ea331e6d78b | [] | no_license | AskmeKolaric/Askme5DesktopApp | 0cdb1d75f5775c8c80a7878c4bb1c5449cf3e6c1 | 304fa0200a561a3871da6acdaf0f0665c2aa50c7 | refs/heads/main | 2023-04-03T10:52:48.370275 | 2021-04-14T20:31:50 | 2021-04-14T20:31:50 | 348,289,549 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 12,705 | java | /**
*
*/
package TachografReaderUI.file;
import java.io.IOException;
import java.util.*;
import TachografReaderUI.file.certificate.Signature;
import com.fasterxml.jackson.annotation.JsonIgnore;
import com.fasterxml.jackson.core.JsonProcessingException;
import com.fasterxml.jackson.databind.ObjectMapper;... | [
"marko.kolaric@datasys.at"
] | marko.kolaric@datasys.at |
e5f45455260b7b1625ea402afab73d398a2ca037 | e6b60213c006b3f162fe40b05a8b3c700404ed2e | /proj-core/src/main/java/com/proj/appservice/DealerSignTypeAppService.java | 52a28a39531f0282d5fc723ac6d4a870b0fcec39 | [] | no_license | sengeiou/enterpriseProjwondersun | bec1c520181bf8b84250f61793488a9e4b3dacc4 | 537bc0e98bebfc9054f297f6cdc380cd309870ef | refs/heads/main | 2023-01-24T16:55:41.429031 | 2020-12-04T14:27:24 | 2020-12-04T14:27:24 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 822 | java | package com.proj.appservice;
import com.arlen.eaf.core.dto.APIResult;
import com.arlen.eaf.core.dto.PageReq;
import com.arlen.eaf.core.dto.PageResult;
import com.proj.dto.DealerSignTypeDTO;
import java.util.List;
import java.util.Map;
/**
* 经销商签收方式
*/
public interface DealerSignTypeAppService {
APIResult<Dea... | [
"arlenchen@ehsure.com"
] | arlenchen@ehsure.com |
a31dce25c59692827d021e6512b7b259cb6031ca | c1a5ab86a51e4c5dbde4c92776953d0d1ef1cdae | /src/main/java/com/robert/JavaUtil/redis/RandomUtils.java | be35a7fe8a972b2942b773582bb2b8604c768f05 | [] | no_license | mengjianzhou/zsMgr | 42fa2244ab826a94b1a3ed293d78685e974cf5a6 | d059a6fa1602ba504f09e045ce4d1ec30a92c934 | refs/heads/master | 2021-07-24T04:05:50.538121 | 2016-10-17T08:33:04 | 2016-10-17T08:33:04 | 66,474,159 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 307 | java | package com.robert.JavaUtil.redis;
import java.util.Random;
public class RandomUtils {
public static void main(String[] args) {
Random random = new Random();
System.out.println();
int num=20;
while(num!=(random.nextInt(20))){
System.out.println("...");
}
System.out.println("20");
}
}
| [
"zhaobo@zillionfortune.com"
] | zhaobo@zillionfortune.com |
99860c5731e3a70f18ed4c36cf400f2bd3fd69c9 | 1d928c3f90d4a0a9a3919a804597aa0a4aab19a3 | /java/neo4j/2017/12/StubKernelTransaction.java | bbd469e2dd6aeae96833332f9156d71e7a4a2f6f | [] | no_license | rosoareslv/SED99 | d8b2ff5811e7f0ffc59be066a5a0349a92cbb845 | a062c118f12b93172e31e8ca115ce3f871b64461 | refs/heads/main | 2023-02-22T21:59:02.703005 | 2021-01-28T19:40:51 | 2021-01-28T19:40:51 | 306,497,459 | 1 | 1 | null | 2020-11-24T20:56:18 | 2020-10-23T01:18:07 | null | UTF-8 | Java | false | false | 6,019 | java | /*
* Copyright (c) 2002-2017 "Neo Technology,"
* Network Engine for Objects in Lund AB [http://neotechnology.com]
*
* This file is part of Neo4j.
*
* Neo4j is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundatio... | [
"rodrigosoaresilva@gmail.com"
] | rodrigosoaresilva@gmail.com |
3348123c6f8d7c195c14b78f0449553eb9c24e4d | fa92aba7be5254a52d775d787b729f91a75e05ae | /src/main/java/site/tkgup/pojo/annotation/UserDao.java | 98ae150159dbfde1cf7025e2c6b9d76c8f8fd702 | [] | no_license | tkgup/springstudy | a1f0b79860281301be210a2bd611304b9ffba2a5 | d463bf684c6dcf62b092fae32c8626add0b41293 | refs/heads/master | 2022-10-13T02:35:59.967317 | 2020-06-14T08:52:59 | 2020-06-14T08:52:59 | 272,037,536 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 202 | java | package site.tkgup.pojo.annotation;
import org.springframework.stereotype.Service;
@Service("usreService")
public class UserDao {
public void save(){
System.out.println("userDao save..");
}
}
| [
"tkgup@qq.com"
] | tkgup@qq.com |
748d71c172b9fbf6bff3757129cb0e6c8c274c7f | dc480b9d58a983c86e38771c2baa467283989424 | /src/tables/Main4.java | 9e8acae01991fe0bde6a460800f3efa18993d611 | [] | no_license | krzysztoffff/BasicExercises | 01a4aec30c1a6252780b0fd963f4ae0aafd191db | 38f8ba528ffec6612d2e4e6348b3e42f3d2bb651 | refs/heads/master | 2021-09-05T05:52:31.317228 | 2018-01-24T15:36:37 | 2018-01-24T15:36:37 | 118,116,603 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 582 | java | package tables;
import java.util.Arrays;
public class Main4 {
public static void main(String[] args) {
int rev [] = new int [10];
rev = createTab();
System.out.println(Arrays.toString(rev));
}
static int [] createTab(){
int numbers [] = {1, 5, 8, 6, 4, 3, 5, 81, 8, 32};
... | [
"krzycho@pozaprawem.pl"
] | krzycho@pozaprawem.pl |
069d04f4983a5954a7ac74e0b9dfa7299123a5e0 | a6c24c4bbe775486b8b6991bfac226c772c64c5f | /Lekcije/lekcija_7/NasumicanKarakter.java | 8713b8d4996653d898fdc8122807a7369e954b9a | [] | no_license | DeveloperJavaJunior/Exercises | 511c30d240427a08e06828a8977bb8e589c68d9f | 810c02740852232bea65648d173b520429ef23d9 | refs/heads/master | 2021-09-01T22:23:58.270517 | 2017-12-28T22:27:56 | 2017-12-28T22:27:56 | 115,189,829 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 908 | java | package lekcija_7;
public class NasumicanKarakter {
/** Metoda koja generise nasumican karakter u rsponu od char1 do char2 */
public static char vratiNasumicanKarakter(char char1, char char2) {
return (char) (char1 + Math.random() * (char2 - char1 + 1));
}
/** Metoda koja generise nasumicno malo slo... | [
"noreply@github.com"
] | noreply@github.com |
73dd0298fc077c7cbf2ef3a215bf1e17e08d736f | 50d78013f941f382e20425ad277e28f7d1034354 | /src/main/java/com/controller/kgate/BookController.java | 5a4100adccbb90281505f3cfcd4a6aa9cce9a329 | [] | no_license | Suhel123/CrudWebService | 7c9920b6b30ccb751e5ca772cd91f0259fd9fcdb | 0d732a05c5ed8d524e9f2bccb6a42b2f3d416379 | refs/heads/master | 2020-04-28T16:36:55.165591 | 2019-03-13T12:39:41 | 2019-03-13T12:39:41 | 175,414,429 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,148 | java | package com.controller.kgate;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.DeleteMapping;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bi... | [
"suhailakhan86@gmail.com"
] | suhailakhan86@gmail.com |
608ccf8eadd1ee99a9c078c0874858f465154866 | cc2cfae43e7164768fa95f9fb997a49b1e28c92a | /src/main/java/ch/quantasy/mqtt/agents/led/abilities/WaveAdjustableBrightness.java | ad9ce2a65829e175b9225b3888a314a65dec5619 | [] | no_license | knr1/ch.quantasy.tinkerforge.mqtt.agents | 8e8e43e8af596ed823e9b6b77813d1b27320c277 | cc4c768f2ecaf3042555f2fd469db82bad5ad32c | refs/heads/master | 2021-01-19T12:36:40.869305 | 2018-06-24T21:18:48 | 2018-06-24T21:18:48 | 88,041,165 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 8,036 | java | /*
* "TiMqWay"
*
* TiMqWay(tm): A gateway to provide an MQTT-View for the Tinkerforge(tm) world (Tinkerforge-MQTT-Gateway).
*
* Copyright (c) 2016 Bern University of Applied Sciences (BFH),
* Research Institute for Security in the Information Society (RISIS), Wireless Communications & Secure Internet o... | [
"knr1@bfh.ch"
] | knr1@bfh.ch |
ded4570724a28d644974b636f96a71b9c1521a19 | 664dab4621e7b37a4b58acab267fbc3a23c05b93 | /android/app/src/main/java/com/xtkj/paopaoxiche/model/update/DownloadManager.java | 2738d446d7d5bb41b82a7144bbb552501774778a | [] | no_license | paopaoxiche/XiangTanKeJi | 0f0d21a1ba88327f86fa0fde4a00d231bccb9cf7 | 6f4e67b96eb5927d334f104201410735e3b23f53 | refs/heads/master | 2021-06-25T07:56:52.750773 | 2019-06-13T16:25:16 | 2019-06-13T16:25:16 | 140,244,470 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,984 | java | package com.xtkj.paopaoxiche.model.update;
import android.os.AsyncTask;
import android.os.Environment;
import android.text.TextUtils;
import android.widget.Toast;
import com.xtkj.paopaoxiche.application.BaseApplication;
import java.io.File;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.... | [
"liqk@fsmeeting.com"
] | liqk@fsmeeting.com |
452f744662e75dd77c3d93f934e888cfe1475f8b | 8782051a18d608de4c0c64229153f1636b60c528 | /plugins/groovy/src/org/jetbrains/plugins/groovy/intentions/style/AddReturnTypeFix.java | bfec8dc90320a5804c3386e89253aa04eedef17a | [
"Apache-2.0"
] | permissive | DavyLin/intellij-community | 1401c4b79fae36bbcfd6fa540496c29edfd80c83 | 713829cd75a25e2f8fa43439771dd3a7feb1df9d | refs/heads/master | 2020-12-25T05:16:52.553204 | 2012-06-27T23:02:15 | 2012-06-27T23:03:24 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,157 | java | /*
* Copyright 2000-2012 JetBrains s.r.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agre... | [
"maxim.medvedev@jetbrains.com"
] | maxim.medvedev@jetbrains.com |
b9102528fbc0ffc0e0c4961ba951baa8faf3e3c1 | 5464903138f4cc46b22991b99391f015753cfb58 | /exercises/RedditLikeProject/app/src/main/java/com/example/android/redditlikeproject/ViewModel/Main.java | 94c611f4c77669d310da914c677477b637d6a6e4 | [] | no_license | OmarHP/android-training | 9bf9d72dc48ce59849af5ba23da56e24517ea348 | 50f5fd2d2e4a82a891094efec88d97747214ef64 | refs/heads/master | 2021-08-15T19:10:37.895733 | 2017-11-18T04:26:19 | 2017-11-18T04:26:19 | 107,309,827 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,113 | java | package com.example.android.redditlikeproject.ViewModel;
import android.annotation.SuppressLint;
import android.arch.lifecycle.LiveData;
import android.arch.lifecycle.MutableLiveData;
import com.example.android.redditlikeproject.data.entities.Comment;
import com.example.android.redditlikeproject.data.entities.Post;
... | [
"omar.hp90@gmail.com"
] | omar.hp90@gmail.com |
db1588aac02933c47c285b7e05ee1ded47f276b5 | ca0e9689023cc9998c7f24b9e0532261fd976e0e | /src/android/support/v4/app/ac.java | 4d81f753e80b18ef6e66f6264149cc68bbc56b62 | [] | no_license | honeyflyfish/com.tencent.mm | c7e992f51070f6ac5e9c05e9a2babd7b712cf713 | ce6e605ff98164359a7073ab9a62a3f3101b8c34 | refs/heads/master | 2020-03-28T15:42:52.284117 | 2016-07-19T16:33:30 | 2016-07-19T16:33:30 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 198 | java | package android.support.v4.app;
final class ac
implements af.b.a
{}
/* Location:
* Qualified Name: android.support.v4.app.ac
* Java Class Version: 6 (50.0)
* JD-Core Version: 0.7.1
*/ | [
"reverseengineeringer@hackeradmin.com"
] | reverseengineeringer@hackeradmin.com |
577e33d831df93f9fe7dcff45d117340e5245ff8 | b06acf556b750ac1fa5b28523db7188c05ead122 | /IfcXML/src/org/tech/iai/ifc/xml/ifc/_2x3/final_/impl/IfcRotationalStiffnessMeasureTypeImpl.java | 7c0b8f7a4e08ff7b3057ca26b4f9523ee281601d | [] | no_license | christianharrington/MDD | 3500afbe5e1b1d1a6f680254095bb8d5f63678ba | 64beecdaed65ac22b0047276c616c269913afd7f | refs/heads/master | 2021-01-10T21:42:53.686724 | 2012-12-17T03:27:05 | 2012-12-17T03:27:05 | 6,157,471 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,497 | java | /**
*/
package org.tech.iai.ifc.xml.ifc._2x3.final_.impl;
import java.math.BigInteger;
import java.util.List;
import org.eclipse.emf.common.notify.Notification;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.emf.ecore.impl.ENotificationImpl;
import org.eclipse.emf.ecore.impl.EObjectImpl;
import org.tech... | [
"christian@harrington.dk"
] | christian@harrington.dk |
02953ad9c638124651af96fdb6c9a2ee9f0f7d50 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/17/17_347441feecfbdd2176a5920c5fcbcaac3ec5eede/Hfs/17_347441feecfbdd2176a5920c5fcbcaac3ec5eede_Hfs_s.java | 1056c1588a00138a5188897479c490bd482aaaba | [] | 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 | 13,459 | java | /*
* Copyright (c) 2007-2009 Concurrent, Inc. All Rights Reserved.
*
* Project and contact information: http://www.cascading.org/
*
* This file is part of the Cascading project.
*
* Cascading is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License ... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
6323129099881e0f209a930b9486c6570873c8f5 | fadafd211456ca35f1bdbb51de65e65b51406bf5 | /api/src/main/java/com/skronawi/tokenservice/jwt/api/UserInfo.java | bbda34d1bc1836169223e567e7cabc8b5be33b95 | [] | no_license | sikron/jwt-token-service | 8bebe760fe2f9572f224845e42f42070c0255c2f | dd0719dd8ee422e6e846d3bd18933c2431b01cdb | refs/heads/master | 2021-01-10T03:52:03.988944 | 2016-03-29T14:36:39 | 2016-03-29T14:36:39 | 54,982,568 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 235 | java | package com.skronawi.tokenservice.jwt.api;
import java.util.List;
public interface UserInfo {
String getUsername();
void setUsername(String username);
List<String> getRoles();
void setRoles(List<String> roles);
}
| [
"skronawi@gmx.net"
] | skronawi@gmx.net |
1cfd1a2cbe789bb0e76d1d20f1c98aa7efe5819d | c9899ad565d342b3a8af0e3e03a39fad2c29eb43 | /app/src/androidTest/java/com/m3libea/flickster/ExampleInstrumentedTest.java | ab256a5501775852fa0ce9a578ef5fef25002138 | [
"Apache-2.0"
] | permissive | m3libea/flickster | 6f7152efac0b2aadc0b146d74a6afa2b9786c80f | 662813f137748c09cecea7b74fa5935b1ec01737 | refs/heads/master | 2021-01-18T07:24:45.202048 | 2017-09-17T20:24:54 | 2017-09-17T20:24:54 | 84,288,039 | 0 | 0 | null | 2017-09-15T21:40:20 | 2017-03-08T06:45:33 | Java | UTF-8 | Java | false | false | 746 | java | package com.m3libea.flickster;
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.*;
/**
* Instrumentation test, which will execute on an Androi... | [
"rociorommor@gmail.com"
] | rociorommor@gmail.com |
8868cc3554ce4504c48b1029db37841466e3a96d | 05f05843f73112de4affa046958073d4c76dffbd | /src/sample/VueNbCoupIHMFX.java | e3c03c5f1f7942ab7f3c69a5ee4325d6bcad9933 | [] | no_license | pavielraphael/sukoban | e84880292d33847f0a5f71cdc9ddba00ca391e3c | aad52a5ee8ddc26fbe3c8bc80e413e95d64a8d77 | refs/heads/master | 2020-04-09T16:45:12.169227 | 2018-12-06T17:58:09 | 2018-12-06T17:58:09 | 160,462,224 | 0 | 0 | null | 2018-12-05T04:47:06 | 2018-12-05T04:47:06 | null | UTF-8 | Java | false | false | 394 | java | package sample;
import javafx.scene.control.Label;
public class VueNbCoupIHMFX {
Controleur controleur;
Label label = new Label("0");
CommandeInt commande;
public VueNbCoupIHMFX(Controleur controleur) {
this.controleur=controleur;
commande = controleur.commandeNbCoup();
}
pu... | [
"kamelmalk96@gmail.com"
] | kamelmalk96@gmail.com |
b37391db5b899130013583be8ae53500cfab9cb8 | a337ca5deac6b9361a430db428b713fbed35e97f | /src/interfaceImplementations/DefaultDealer.java | 3d94d2630cb9960fa72c79cd2ce2e453bb3f3d5b | [] | no_license | ppoppe/DealOrNoDeal | 26a70fed94441305d1a98f14dcb5bc7c14dafe5e | 4daf95a2c835925f4d79dd53350ac4986774b8af | refs/heads/master | 2021-01-01T15:55:24.639959 | 2014-03-19T02:26:35 | 2014-03-19T02:26:35 | 17,329,185 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 524 | java | package interfaceImplementations;
import gameEngine.Dealer;
import gameEngine.Stage;
public class DefaultDealer implements Dealer {
public int makeOffer(Stage stage){
// for now, just offer 5% less than the average value
double offer = stage.scoreboard.averageValue();
offer = offer*.95;
// Do some quantizing... | [
"ppoppe.2005@gmail.com"
] | ppoppe.2005@gmail.com |
42e3ae34c6ca977bc0def503bd438a715f6c9061 | 6785e9f6f0aa227e62e37b8b3b49bf3bc30d45c6 | /OpenHarmonyAPP开发学习源码体系/5、常用布局源码/jltfdysjbj_电影应用手机布局/entry/src/test/java/com/example/phonemeiju/ExampleTest.java | a03fc67a21a3c62907d9fa83efbc99919764b1c4 | [
"Apache-2.0"
] | permissive | gsshch/OpenHarmony | 18a612005f3f1a3427ab6f5caa2d1cbfa5ce77fa | fe6f2676806a57257a58e31c52dc3c8cbc692fe9 | refs/heads/master | 2023-04-26T01:19:05.396475 | 2021-06-01T05:57:39 | 2021-06-01T05:57:39 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 130 | java | package com.example.phonemeiju;
import org.junit.Test;
public class ExampleTest {
@Test
public void onStart() {
}
}
| [
"657943010@qq.com"
] | 657943010@qq.com |
b8fdc0dcb0d8cd6bc0af380d7772c28706446dae | 4c5a33c3ad23c3beb029a3fac10f840b49f38124 | /src/main/java/com/gs/gss/codegolf/tester/SolutionFactory.java | 1892efd5b46009faebaeb01e01b97742ed053d3a | [] | no_license | amcgc/tester | 368d5de101dc0d96c1a98819edc96a5c4f2fb077 | e678b1fc0b82ce55ecc91cf0b934a30906efeea2 | refs/heads/master | 2016-09-09T14:10:48.399436 | 2014-07-13T20:16:34 | 2014-07-13T20:16:34 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 447 | java | package com.gs.gss.codegolf.tester;
import java.util.Arrays;
import java.util.HashSet;
import java.util.List;
import java.util.Set;
import com.gs.gss.codegolf.solution.Solution;
import com.gs.gss.codegolf.solution.mcgale;
public class SolutionFactory {
private SolutionFactory(){};
public static Set<Solution> ge... | [
"alex.cheers@gmail.com"
] | alex.cheers@gmail.com |
965c979ad7b507c1dfd8cb7396e19bf9cf304165 | 55b604d0500698e1d1c7d45499bea598e9486e57 | /Array_String/Remove/Remove_nth_Node_from_end_of_List.java | ef159f444c35787ff1bcd3ddb9bede33677062b0 | [
"MIT"
] | permissive | Yujia-Xiao/Leetcode | f4daef4146cf9674d5fb27249fc3f9693986591a | 45e15f911d6beada99b712253cbec51881dbb1f4 | refs/heads/master | 2020-04-06T13:11:51.673328 | 2018-09-11T06:19:46 | 2018-09-11T06:19:46 | 47,289,017 | 9 | 3 | null | null | null | null | UTF-8 | Java | false | false | 1,728 | java | /*
19. Remove Nth Node From End of List QuestionEditorial Solution My Submissions
Total Accepted: 117624
Total Submissions: 388831
Difficulty: Easy
Given a linked list, remove the nth node from the end of list and return its head.
For example,
Given linked list: 1->2->3->4->5, and n = 2.
After removing the s... | [
"xiao_samantha@yahoo.com"
] | xiao_samantha@yahoo.com |
9362376f9ce9ddc349a2e7d41b393ff1458d31e3 | 55b5acbead42480af8fd606b1f4cd3490ec4e278 | /src/py/com/gasto/controlador/InformeControlador.java | 5aa1db66a7077e4beba6cf924000f65c14d4c86e | [] | no_license | Hermenegil2/GASTO_DIARIO_001 | 8d50c685a39f172836653cbfdc6e0741df0c4569 | a388fe864b84c6dfbcc79cd2e9e2777c92455e3f | refs/heads/master | 2021-01-11T15:28:54.440192 | 2017-01-29T16:26:54 | 2017-01-29T16:26:54 | 80,356,402 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,858 | java | package py.com.gasto.controlador;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.util.ArrayList;
import javax.swing.table.DefaultTableModel;
import py.com.gasto.dao.InformaDAO;
import py.com.gasto.menu.InformeMenu;
import py.com.gasto.model.Informe;
public class InformeControlado... | [
"Hermenegildo851276@outlook.com"
] | Hermenegildo851276@outlook.com |
df71d9c18dd689d4a89ff8f99a36300e37d97143 | 38df4005cf0221282efde2440f56017c257906de | /src/main/java/com/csgb/etatcivil/domain/Personne.java | 0c6d68a319f8e6bee6892631119f23964a262495 | [] | no_license | isenbProjectTeam/ETAT_CIVIL | faae90de54d1ecc557ae47b0cf1d0c46390ec5f7 | 7c054570be3a38ac5cd2f0b41f110cbcf2ffcb37 | refs/heads/master | 2021-01-19T15:10:42.428723 | 2017-04-14T20:42:01 | 2017-04-14T20:42:01 | 88,094,577 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,700 | java | package com.csgb.etatcivil.domain;
import org.hibernate.annotations.Cache;
import org.hibernate.annotations.CacheConcurrencyStrategy;
import org.springframework.data.elasticsearch.annotations.Document;
import javax.persistence.*;
import javax.validation.constraints.*;
import java.io.Serializable;
import java.time.Zon... | [
"mr.sowoumar@gmail.com"
] | mr.sowoumar@gmail.com |
c6ca3d7e10b1b3223f7095ab59ea26c0dfda75ca | 9254e7279570ac8ef687c416a79bb472146e9b35 | /sofa-20190815/src/main/java/com/aliyun/sofa20190815/models/DeleteLinkeLinklogKnowledgeRequest.java | 3056cbe94101ec744232d361a95f6d59eba66ea5 | [
"Apache-2.0"
] | permissive | lquterqtd/alibabacloud-java-sdk | 3eaa17276dd28004dae6f87e763e13eb90c30032 | 3e5dca8c36398469e10cdaaa34c314ae0bb640b4 | refs/heads/master | 2023-08-12T13:56:26.379027 | 2021-10-19T07:22:15 | 2021-10-19T07:22:15 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 657 | java | // This file is auto-generated, don't edit it. Thanks.
package com.aliyun.sofa20190815.models;
import com.aliyun.tea.*;
public class DeleteLinkeLinklogKnowledgeRequest extends TeaModel {
@NameInMap("Id")
public String id;
public static DeleteLinkeLinklogKnowledgeRequest build(java.util.Map<String, ?> map... | [
"sdk-team@alibabacloud.com"
] | sdk-team@alibabacloud.com |
a88e73e50fd317800e54a9fddd6d5b74c2e2c9c4 | d32ba46b8b94fce375240a2e57c9f9bda1c53c54 | /NetworkAnalysis/app/src/main/java/ca/unb/mobiledev/networkanalysis/TestViewModel.java | 8a252bba495e769afe70e7381e51cda267149658 | [] | no_license | Lyon-CHEN/NetworkAnalysis | f3fd73c5279e15a5f62d8b16f2c9f5d54250aa05 | 40ba02a4ef6bf86bd9daab9e0fd6da1c4e5ff891 | refs/heads/main | 2023-04-15T11:13:51.363903 | 2021-04-15T01:49:57 | 2021-04-15T01:49:57 | 338,174,809 | 2 | 2 | null | 2021-04-11T19:21:15 | 2021-02-11T22:58:15 | Java | UTF-8 | Java | false | false | 9,039 | java | package ca.unb.mobiledev.networkanalysis;
import android.app.Application;
import android.os.AsyncTask;
import android.os.Handler;
import android.os.Looper;
import android.os.Message;
import android.util.Log;
import android.view.View;
import androidx.annotation.NonNull;
import androidx.lifecycle.AndroidViewModel;
impo... | [
"sosokey@gmail.com"
] | sosokey@gmail.com |
94935e7393b36b9f2dac5d2637e094e8cd4f80ab | 11ca8f1f89b79c83d16549e1e84cb839d4936ad8 | /examples/src/main/java/net/sourceforge/stripes/examples/quickstart/DivideCalculatorRestActionBean.java | ffec040f234bd51775d4338610911a92b0e1bf41 | [
"Apache-2.0"
] | permissive | costalfy/stripes | 7d68c1bab40ba528146f60bd4d3f70fcade2348b | 13257fed2565c8bd230a8ac9192d7556a4490bf3 | refs/heads/master | 2023-04-27T04:56:16.360798 | 2022-11-29T13:43:41 | 2022-11-29T13:43:41 | 236,000,649 | 0 | 1 | Apache-2.0 | 2023-04-14T23:34:12 | 2020-01-24T12:40:51 | Java | UTF-8 | Java | false | false | 1,847 | java | package net.sourceforge.stripes.examples.quickstart;
import net.sourceforge.stripes.action.*;
import net.sourceforge.stripes.examples.bugzooky.ext.Public;
import net.sourceforge.stripes.validation.Validate;
import net.sourceforge.stripes.validation.ValidationErrors;
import net.sourceforge.stripes.validation.Validation... | [
"andy.costanza@ucm.be"
] | andy.costanza@ucm.be |
6acdf9e6420e87983e5e5c49b91597f6e6841e81 | 278b98024631513105b09210fe6375f8f46c610d | /accessing-data-jpa/src/main/java/com/example/accessingdatajpa/CustomerRepository.java | fa083c5f7148264584f7e0f971f3c226a9b406c0 | [
"MIT"
] | permissive | nicktien007/Nick.SpringBootPractice | f8981d58f6bcfe0e4cdd55887536145c8e73c95c | ee14dd52c750b4906612001e85b22672820b905b | refs/heads/master | 2021-05-24T07:38:59.009899 | 2021-01-29T06:39:30 | 2021-01-29T06:39:30 | 253,454,211 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 285 | java | package com.example.accessingdatajpa;
import org.springframework.data.repository.CrudRepository;
import java.util.List;
public interface CustomerRepository extends CrudRepository<Customer,Long> {
List<Customer> findByLastName(String lastName);
Customer findById(long id);
}
| [
"trojanhorse0077@gmail.com"
] | trojanhorse0077@gmail.com |
340a593627a4c9df8cd03470eb8a21b9bd474f73 | 5bb9b31420c3fa27f690540ce9f793e04d0c326c | /krt170130/krt170130/EnumerateTopological.java | 3ac430e3a25d656edfbeecff54b9fbd23edeaf0a | [] | no_license | thakkark1313/PERT | dd3f21042a822789895631bada54abf7e30c5bef | e8d566606dfe2a506431e28530f620863d631220 | refs/heads/master | 2020-04-08T03:13:51.806830 | 2018-11-26T04:56:28 | 2018-11-26T04:56:28 | 158,967,272 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,204 | java | /* Starter code for enumerating topological orders of a DAG
* @author
* Utkarsh Gandhi (usg170030)
* Khushboo Desai (kxd180009)
* Esha Punjabi (ehp170000)
* Karan Thakker (krt170130)
*/
package krt170130;
import rbk.Graph;
import rbk.Graph.GraphAlgorithm;
import rbk.Graph.Vertex;
import rbk.Graph.Edge;
import... | [
"thakkark1313@gmail.com"
] | thakkark1313@gmail.com |
00ad04c7540240dc1b1dcd4fd7c73b8b8fe88ff8 | fb6b1031a53ebaa63c33e7ffe4bc2f2357aced0d | /2018/11月/miaosha_idea/src/main/java/com/loooody/miaosha/service/MiaoshaUserService.java | fbdcb121b13031f2f44dd0586878abcc284c416e | [] | no_license | loooody/Lvxiaohui | a72fc979a65e9557791eff7abd80b6ff4d10c097 | 9df7e3e64a013910d427918e5c011a0949278b3b | refs/heads/master | 2022-12-21T00:07:52.818091 | 2019-06-13T07:49:14 | 2019-06-13T07:49:14 | 140,280,879 | 0 | 0 | null | 2022-12-16T11:29:44 | 2018-07-09T12:16:44 | Java | UTF-8 | Java | false | false | 2,686 | java | package com.loooody.miaosha.service;
import com.loooody.miaosha.dao.MiaoshaUserDao;
import com.loooody.miaosha.domain.MiaoshaUser;
import com.loooody.miaosha.exception.GlobalException;
import com.loooody.miaosha.redis.MiaoshaUserKey;
import com.loooody.miaosha.redis.RedisService;
import com.loooody.miaosha.result.Code... | [
"319667916@qq.com"
] | 319667916@qq.com |
cf1d69e98abf432f4d46518f4b3b787a2adcccd7 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/8/8_4580057e772b60433272af5cd691825748892693/BrowserActivity/8_4580057e772b60433272af5cd691825748892693_BrowserActivity_t.java | 223209c1a05e6ca5401aa17dbc31abaec5c5d784 | [] | 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 | 191,944 | java | /*
* Copyright (C) 2006 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless requi... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
226081225f56dfcad9664748c2fda47874a7a441 | 13d091100555a7933bc2b735351d2d3cee28b609 | /src/test/java/utils/Driver.java | 7645605fdeb951c8f42ef3e94184d7e91f30f85b | [] | no_license | Renas63/Renas63-VersacePOM | f4193a1be3f0e69a8870b24018bdeabf50b3bc54 | f81898ccc00dfd723229e99faf814185e5404b93 | refs/heads/master | 2023-03-08T23:16:43.145724 | 2021-03-16T23:37:37 | 2021-03-16T23:37:37 | 348,519,248 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,162 | java | package utils;
import io.github.bonigarcia.wdm.WebDriverManager;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.chrome.ChromeDriver;
import org.openqa.selenium.firefox.FirefoxDriver;
import java.util.concurrent.TimeUnit;
public class Driver {
private static WebDriver driver; // PRIVAT... | [
"75856707+Renas63@users.noreply.github.com"
] | 75856707+Renas63@users.noreply.github.com |
31118a596cfbf8133d646475dfdbfa2d3808570d | baf92ba93866109168d8e63964ba0cad926d182c | /toolsetmanager-34/src/com/byrobingames/manager/utils/UpdateToolset.java | addef25d7b52fc2709296645954651b24739ad89 | [
"MIT"
] | permissive | byrobingames/byrobintoolsetmanager | 6e1cc20a4c59fa90f4562863ffe2ba31084c410a | b80af9b5fa8e44bfd0856586a8dfd5531cf6ce27 | refs/heads/master | 2020-04-09T03:33:07.866899 | 2019-01-16T21:51:13 | 2019-01-16T21:51:13 | 159,987,026 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,739 | java | package com.byrobingames.manager.utils;
import java.io.File;
import java.util.ArrayList;
import org.apache.commons.io.FilenameUtils;
import com.byrobingames.manager.ByRobinGameExtension;
import com.byrobingames.manager.reader.ReadGithubApi;
import com.byrobingames.manager.utils.dialog.DialogBox;
import stencyl.core... | [
"robinschaafsma@ziggo.nl"
] | robinschaafsma@ziggo.nl |
e9fd06863ca03d6049d0487675c13ab6c1d7d2fb | 7df5c211b5081594fb24be7433a354e830e7222c | /interfaces/src/main/java/com/zcl/interfaces/InterfacesApplication.java | 2033e57c65723620d7b1862457b17014b3af71f7 | [] | no_license | pianozcl/dubbo | 3f8b122cada460ca58067bbbd87c9f2a7216d917 | c0da78c847d236019afb7bf44027489a4b90629a | refs/heads/main | 2023-03-29T19:26:47.348764 | 2021-04-10T08:28:41 | 2021-04-10T08:28:41 | 354,883,898 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 331 | java | package com.zcl.interfaces;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class InterfacesApplication {
public static void main(String[] args) {
SpringApplication.run(InterfacesApplication.class, args)... | [
"pianozcl@gmail.com"
] | pianozcl@gmail.com |
2592898a8302a7ebae85529ae30380983da75e14 | 672a84dde8739120516422ff71fa2e2028d74c30 | /service-common/src/main/java/com/cloud/zhuwj/common/event/ApplicationFailedEventListener.java | 20839ae08e67967dfa9ed97c5826780195cc665d | [] | no_license | HYXBio/spring-cloud-framework | 90de4cab199cf4e2baa1746ab8eb0a03f1bddd09 | 2a9c801204240596e48e0302803c49f2b4e0d194 | refs/heads/master | 2022-02-27T13:41:59.727193 | 2019-08-11T09:30:49 | 2019-08-11T09:30:49 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 712 | java | package com.cloud.zhuwj.common.event;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.boot.context.event.ApplicationFailedEvent;
import org.springframework.context.ApplicationListener;
import org.springframework.stereotype.Component;
/**
* @author zhuwj
* @Description: 系统启动失败事件
... | [
"774623096@qq.com"
] | 774623096@qq.com |
f48ee6daa608a9005b52654151f86150d48e44d2 | 057f0ed61d5a158ea2d95be9e4faa216d586f140 | /src/com/sfzt/copy/service/MultiMediaStoreHelper.java | 21ee0d037a209c201aff9c9fe2a73c9dbe450680 | [] | no_license | wlznzx/CopyTools | 0068f385ad6a22a3e1048b8499787696154467e8 | f734de7c2223cc2d69b670a7d2d00f3c188850c9 | refs/heads/master | 2021-01-19T23:49:08.103512 | 2017-04-22T06:58:29 | 2017-04-22T06:58:29 | 89,034,666 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,977 | java | /* Copyright Statement:
*
* This software/firmware and related documentation ("MediaTek Software") are
* protected under relevant copyright laws. The information contained herein is
* confidential and proprietary to MediaTek Inc. and/or its licensors. Without
* the prior written permission of MediaTek inc. and/or ... | [
"wl_znzx@163.com"
] | wl_znzx@163.com |
090227e0ab5a9bc823c4372519bd1c988313640e | 221af5419a54abb96b67f6fc0fd78b62ce685b0a | /src/notes/SimpleNotes.java | 6a0baa9b52de127eb7b39242a46be8cfa5e28c68 | [] | no_license | sahwar/SimpleNotes | afc2244c3d172957ca193eb10e8d141e5de13e51 | 76159001f47bce3c58c07f9660d7b721d736bfdd | refs/heads/master | 2021-06-17T06:18:04.296619 | 2017-06-04T06:31:52 | 2017-06-04T06:31:52 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 11,613 | java | package notes;
import java.io.IOException;
import java.util.Enumeration;
import java.util.Vector;
import javax.microedition.lcdui.Alert;
import javax.microedition.lcdui.AlertType;
import javax.microedition.lcdui.Command;
import javax.microedition.lcdui.CommandListener;
import javax.microedition.lcdui.Display;... | [
"skorobogatko.oleksii@gmail.com"
] | skorobogatko.oleksii@gmail.com |
ea6a1665e0de558103dfe04ed468cb4d8170c705 | d56b26efa1a92cd91464163fc9f9709e1ebf30f5 | /malldemo/oomall/src/main/java/xmu/oomall/dao/OrderDAO.java | c36705cea821f7275d89ce360d2d005963738624 | [] | no_license | ziqi-zhu/SpringDemo | 46a058df0b372485803f92fc54e444df41daf81e | 8c17975743ea71949d3793d815b341aec277d480 | refs/heads/master | 2020-09-04T12:53:55.936314 | 2019-11-05T09:14:29 | 2019-11-05T09:14:29 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 497 | java | package xmu.oomall.dao;
import xmu.oomall.domain.CartItem;
import xmu.oomall.domain.Order;
import java.util.List;
/**
* @Author: Ming Qiu
* @Description:
* @Date: Created in 17:02 2019/11/5
* @Modified By:
**/
public class OrderDAO {
/**
* 将购物车中物品加入订单
* @param cartItems 购物车物品
* @param order ... | [
"mingqiu@xmu.edu.cn"
] | mingqiu@xmu.edu.cn |
79a4b63c1e7f3fbd2eeb247bfe3f27d55e22e3f5 | 6738f74a5c2d1ec2912a58b52e12ce4632a99331 | /src/main/java/com/jfinal/config/Plugins.java | 08d231f0793664e0f9d27fd9175c786e62322406 | [
"Apache-2.0"
] | permissive | cokolin/JFinal-Servlet3 | f5947c9541c112a0f1ea48424591d319533b73aa | b22593a084045f6a9736fdd4f28f6e01bbaed73d | refs/heads/master | 2021-01-10T13:15:42.547390 | 2016-01-03T09:08:07 | 2016-01-03T09:08:07 | 47,909,457 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,084 | java | /**
* Copyright (c) 2011-2015, James Zhan 詹波 (jfinal@126.com).
*
* 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... | [
"cokolin@126.com"
] | cokolin@126.com |
c8e8c399a0f3d8ed50fc86165e05755edabac2f1 | d6f532da80f4e91f0c8d13940892c664da175a07 | /src/bingo_client/views/server/ServerDispatcher.java | 3e61d72cf46ab4604c5c1aa1604ad32375e6349f | [
"MIT"
] | permissive | luisvillara/bingo | 1eda3cc8d0f15121491c8fdb2b964ee436907086 | 1d89f9861c77ee96bc3841fa3c72137cd6be6a0a | refs/heads/master | 2021-01-12T13:56:59.652277 | 2015-04-12T15:33:22 | 2015-04-12T15:33:22 | 32,418,060 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,729 | java | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package bingo_client.views.server;
import bingo_client.gui.ClientFrameDelegate;
import bingo_ws.lib.ServerDelegate;
import bingo_ws.views.Request;
import java.net.Socket;
import java.util.Vector;
import java.util.loggin... | [
"alfredovillalobo@gmail.com"
] | alfredovillalobo@gmail.com |
96df6836b84729cd75b2104071530cafb02a33fe | 68fc17db528a7632e112313112ded5c7d52f981a | /src/Ders2_Kodlama/io/Course.java | e9cd6dd080f6c4bb064d46bbdce3a96f8f90f78d | [] | no_license | omerserbetci/JavaKampOdevler | 6cc9b25fe81dbdcc03d7f55599466e2974abdcef | a85f4ba3b62b106b394141293c20709b202f9393 | refs/heads/master | 2023-04-20T06:59:09.454797 | 2021-05-08T11:58:35 | 2021-05-08T11:58:35 | 361,539,608 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 934 | java | package Ders2_Kodlama.io;
public class Course {
int courseId;
String courseName;
String courseDetail;
Student student;
public Course() {
System.out.println("Course constructor worked.");
}
public Course(int id, String name, String detail, Student student) {
this();
setCourseId(id);
setCourseName(na... | [
"omer.serbetci@etiya.com"
] | omer.serbetci@etiya.com |
2bcf2050f5a43178d27e926fdf6f045772f2942c | 8b309faf55ae7e396bd1e00a179baf09c695461d | /src/main/java/sample/bikes/Bike.java | 33016e01afff001ff595f38f6db7b744caaf2a3c | [
"Apache-2.0"
] | permissive | laliluna/explore-languages | 61e73f0d2974ffeb8af51c34a4ce50b73339b529 | 0d18bf5e689941e24b78a840201bad8bf9c7bc28 | refs/heads/master | 2020-05-14T15:10:11.904007 | 2019-04-17T09:33:27 | 2019-04-17T09:33:27 | 181,847,123 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 450 | java | package sample.bikes;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.Id;
import javax.persistence.Table;
import java.util.Random;
@Entity
@Table(name = "bikes")
public class Bike {
@Id
@GeneratedValue
Integer id;
String name;
public Bike() {
}
public Bike... | [
"usenet@laliluna.de"
] | usenet@laliluna.de |
0b785f44840cb6a07daddf073548a7bb475e4a61 | c9d643b29358e7eb5ed847510d8fe13b46953830 | /src/test/java/kr/or/ddit/user/repository/UserDaoTest.java | c7e472eb7e784327d0796b33b1769bfd3bb9f75a | [] | no_license | rlagPdls123/jsProject | 52aa1669f219e3f028f78333421f78060b06bf23 | b736195cdce7e1ccbc2475bb090837570070610b | refs/heads/master | 2021-06-17T14:48:14.586841 | 2019-08-19T07:46:08 | 2019-08-19T07:46:08 | 199,803,257 | 0 | 0 | null | 2021-04-22T18:30:43 | 2019-07-31T07:27:57 | Java | UTF-8 | Java | false | false | 863 | java | package kr.or.ddit.user.repository;
import static org.junit.Assert.*;
import java.util.List;
import org.junit.Test;
import kr.or.ddit.user.model.User;
public class UserDaoTest {
/**
*
* Method : getUserListTest
* 작성자 : PC-25
* 변경이력 :
* Method 설명 : getUserList 테스트
*/
@Test
public... | [
"sexyik@naver.com"
] | sexyik@naver.com |
4c426d9c60ef6f3e4fcb855b9c8064ec1d47cec8 | 112bd08378041ad3451f1e30c812d3defe38746f | /app/src/androidTest/java/com/coolweather/android/util/HttpUtilTest.java | d7202c6439b7f9ac3997786fd91ff5128a1bf16f | [] | no_license | Aisw/kuWeather | e7e81e861d800103c75546bfe762921425809743 | f26c90b7d428e123c71b5409a89dd438e723548e | refs/heads/main | 2023-02-02T01:18:07.647505 | 2020-12-21T08:29:25 | 2020-12-21T08:29:25 | 323,274,061 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 560 | java | package com.coolweather.android.util;
import org.junit.Test;
import java.io.IOException;
import okhttp3.OkHttpClient;
import okhttp3.Request;
import okhttp3.Response;
import static org.junit.Assert.*;
public class HttpUtilTest {
@Test
public void sendOKHttpRequest() throws IOException {
OkHttpClie... | [
"1493881416@qq.com"
] | 1493881416@qq.com |
662a3ac3bde23b1768c0018b7678ce130b590436 | ae5188951cce9a02934bd6f975d568cb69c9aa5f | /base/src/main/java/org/hpdroid/base/view/expandablelayout/ExpandableLinearLayout.java | 7533f4be8529f085570ca2b7c8ee047d0342dc42 | [] | no_license | marryperry/Common | 46793b7cf5cc143dfa63900d15fcf398c3d38643 | b27ad2d69551d02139443339d7d6928ba634fc86 | refs/heads/master | 2020-06-12T16:35:20.706042 | 2016-12-26T10:10:29 | 2016-12-26T10:10:29 | 75,793,600 | 1 | 0 | null | 2016-12-07T05:55:02 | 2016-12-07T03:02:06 | Java | UTF-8 | Java | false | false | 10,111 | java | package org.hpdroid.base.view.expandablelayout;
import android.animation.Animator;
import android.animation.AnimatorSet;
import android.animation.ValueAnimator;
import android.annotation.SuppressLint;
import android.annotation.TargetApi;
import android.content.Context;
import android.content.res.Configuration;
import ... | [
"huangpg@59store.com"
] | huangpg@59store.com |
6d69bdc513067f1804308763315302d162b6f716 | 0192ccdbd35b0a43d4d933fe7d29097b56fdef2e | /webservice-restfull/src/com/ibanheiz/expose/ClienteResource.java | 1d732849498baaa63ec030ad0498c880b77102ed | [] | no_license | MarcosToledo/treinamento-web-service | 5e719d93afd934923618f2332cb3ad0e1c26d054 | ee7a2e6da67fa6b643f89b6550bf3de0cd5c7a53 | refs/heads/master | 2021-01-17T22:13:34.953842 | 2015-10-03T18:53:37 | 2015-10-03T18:53:37 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,840 | java | package com.ibanheiz.expose;
import java.io.Serializable;
import java.util.List;
import javax.inject.Inject;
import javax.inject.Singleton;
import javax.ws.rs.Consumes;
import javax.ws.rs.DELETE;
import javax.ws.rs.GET;
import javax.ws.rs.POST;
import javax.ws.rs.PUT;
import javax.ws.rs.Path;
import javax.ws.rs.PathP... | [
"nicolas.ibanheiz@gmail.com"
] | nicolas.ibanheiz@gmail.com |
0d96f911f1f29ee6397ba34ae107fb90ecaf2546 | 85dfa29b10cf4fcc15e8ac45922e56eb72a40a85 | /products/src/main/java/se/telenor/products/dto/ResponseWrapper.java | f01a565d4e08d62f79e54adb32c848f2080b9728 | [] | no_license | nemethsamusandor/telenor | cc73d9ecc2642b49e1626a5ec0754525d2437d75 | 8435a3f3dcaeb4a5db782974d4ca50b481b17af2 | refs/heads/master | 2022-12-19T21:18:58.717698 | 2020-09-21T05:38:12 | 2020-09-21T05:38:12 | 295,996,793 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 349 | java | package se.telenor.products.dto;
import java.util.List;
/**
* @author Sandor Nemeth
* @version 1.00
* @date 16.09.2020
*/
public class ResponseWrapper
{
private List<Payload> data;
public List<Payload> getData()
{
return data;
}
public void setData(List<Payload> data)
{
... | [
"extern.sandor.nemeth@porscheinformatik.com"
] | extern.sandor.nemeth@porscheinformatik.com |
c97d140049a8a60e177a84b379c491bfbd71732e | da074b8fe10c215055f47f33a60804e3f781d788 | /app/src/main/java/com/manturf/manturf/Fragments/TopTimeLine.java | cfafe7e85f134b03f86d898c63eaf35cb567115d | [] | no_license | wakwak3125/Manturf | e92ec5b23fb3801df0d5545c1cc1da5139314015 | 121e70bfcc0c8c27ba6f93db53405b3a5645c17a | refs/heads/master | 2016-09-06T16:41:31.506343 | 2015-01-26T06:28:06 | 2015-01-26T06:28:06 | 28,717,284 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,467 | java | package com.manturf.manturf.Fragments;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v4.app.Fragment;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.AdapterView;
import android.w... | [
"rsakaguchi3125@gmail.com"
] | rsakaguchi3125@gmail.com |
8131a7d9459cc96fe20242a129df9f44abf3495a | 4f1d4025ec27f8c24008776a7608bd245944a829 | /icode/src/test/java/com/example/icode/ExampleUnitTest.java | 9a5203e0674ded5946c422c99ce3e2ffe27e5954 | [] | no_license | allencall1234/AsDemos | ff0d04a00bd0e328caabed2d26f8f6ef3e460e35 | edfc22cbfd36fb43b635bb55fea184bf8d51f06a | refs/heads/master | 2021-01-20T01:18:12.607872 | 2018-02-09T10:17:34 | 2018-02-09T10:17:34 | 101,282,867 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 395 | java | package com.example.icode;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* Example local unit test, which will execute on the development machine (host).
*
* @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
*/
public class ExampleUnitTest {
@Test
public void addi... | [
"zhulanting@dafycredit.com"
] | zhulanting@dafycredit.com |
bef688b62a5286b1cb3a07e81170a2f4fe46d1c9 | 63f23757f2f1aae86e4a07f6ea9c2efd3131392b | /domain-api/src/main/java/org/dfm/piggyurl/domain/common/ShortUrlLevel.java | f03a02476377288e9718c9f96114e5cac248e6f5 | [
"MIT"
] | permissive | er-ashishraj/piggyurl | e9abb4efd3b85df1b08bb0251b1d48a3d00963dc | 6b0d6b8aa985afa29adc5d1cdfbceac2b969343f | refs/heads/master | 2023-01-04T22:54:57.727901 | 2022-12-20T09:57:05 | 2022-12-20T09:57:05 | 294,021,760 | 0 | 0 | MIT | 2020-09-18T16:57:17 | 2020-09-09T06:21:27 | Java | UTF-8 | Java | false | false | 343 | java | package org.dfm.piggyurl.domain.common;
public enum ShortUrlLevel {
NONE("NONE"), USER("USER"), TRIBE("TRIBE"), FEATURE_TEAM("FEATURE_TEAM");
private String shortUrlLevel;
ShortUrlLevel(final String shortUrlLevel) {
this.shortUrlLevel = shortUrlLevel;
}
public String getShortUrlLevel() {
return thi... | [
"er.ashishraj2010@gmail.com"
] | er.ashishraj2010@gmail.com |
3c14638df33ac883126e9399b4173407c2311474 | c9c989fc5a4450176e679d22bea6a7656b917ad6 | /PrebidMobile/API1.0Demo/src/androidTest/java/org/prebid/mobile/app/MoPubBannerTest.java | e08cb73cb57ef49b6e7df9f17226df42aaecaca6 | [
"Apache-2.0"
] | permissive | AntoineJac/prebid-mobile-android | 6fddd90c1735fba5933fbf339851e0904855978e | 846365a3847cab16c7643b825fd9caf4db3aa10c | refs/heads/master | 2020-05-02T02:45:12.180290 | 2019-03-26T06:18:55 | 2019-03-26T06:18:55 | 142,245,930 | 0 | 1 | Apache-2.0 | 2019-03-26T03:47:17 | 2018-07-25T04:08:24 | Java | UTF-8 | Java | false | false | 5,246 | java | /*
* Copyright 2018-2019 Prebid.org, 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 ... | [
"noreply@github.com"
] | noreply@github.com |
54fa3fc08271ad321713cf5cccfb46ce7d4bf394 | a8d433f451696cd019337b6b986496e464cd0210 | /dalarm/dalarm-flink/src/main/java/org/enast/hummer/stream/flink/JSONKeyValueDeserializationSchemaTest.java | d196423b4d76580988673f9011cfca328bf50b92 | [
"Apache-2.0"
] | permissive | lideen999/dalarm | 6f2dcef5080c3a3c711f1dc8584a3ead350891b0 | 2adc37889beac04c4085b979fb8219ea2056ee84 | refs/heads/master | 2022-12-29T12:38:01.887013 | 2020-07-14T03:30:40 | 2020-07-14T03:30:40 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,405 | java | package org.enast.hummer.stream.flink;
import org.apache.flink.api.java.utils.ParameterTool;
import org.apache.flink.shaded.jackson2.com.fasterxml.jackson.databind.node.ObjectNode;
import org.apache.flink.streaming.api.environment.StreamExecutionEnvironment;
import org.apache.flink.streaming.connectors.kafka.FlinkKafk... | [
"154903157@qq.com"
] | 154903157@qq.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.