blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 7 410 | content_id stringlengths 40 40 | detected_licenses listlengths 0 51 | license_type stringclasses 2
values | repo_name stringlengths 5 132 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringlengths 4 80 | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 5.85k 684M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 22
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 132
values | src_encoding stringclasses 34
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 3 9.45M | extension stringclasses 28
values | content stringlengths 3 9.45M | authors listlengths 1 1 | author_id stringlengths 0 352 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
57410879be6ea326118a0a260108668a3f5f1204 | 38036c67bd31648796b086ea4279df2c79537824 | /src/decorator/DecoratorNotBeautiful.java | 3ab12c0ec2f8fcadd8c423002a7fa9e0456ba3df | [] | no_license | dantezhao/design_pattern | 76d9e7eba7bd0297c4d7b8b6b541c71b132410d7 | ef6010179f9b311aa3cd4e119f6b5509a1993360 | refs/heads/master | 2021-06-10T15:35:42.299053 | 2016-11-16T02:50:55 | 2016-11-16T02:50:55 | 73,252,195 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 473 | java | package decorator;
/**
* Created by Dante on 2016/11/15.
*/
public class DecoratorNotBeautiful extends Decorator{
public DecoratorNotBeautiful(Report rt) {
super(rt);
}
private void reportNotBeautiful() {
System.out.println("朕最后挑选的这批侍女,长相都一般般,你想啊,进来干活的,要漂亮的有什么用!");
}
public void... | [
"grass1314521"
] | grass1314521 |
1ec16a520eebcc69be3af05e1a1298f1c7224d25 | 62011bcf02031acde1ddadf536de3fdcc6f6aac2 | /src/main/java/com/stentle/domain/collections/Education.java | 2e83aa644a965c5df914a673ce055fd93be901b5 | [
"MIT"
] | permissive | gioiab/stentle-project | 477305ec1082d24e77c2539af7f6146eec3068d0 | 38aa5d9da17cc6a67292cf6bff87ab0f0f543910 | refs/heads/master | 2021-01-10T11:23:42.952717 | 2015-11-08T21:49:35 | 2015-11-08T21:49:35 | 45,642,404 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 574 | java | package com.stentle.domain.collections;
import com.fasterxml.jackson.annotation.JsonInclude;
/**
* Created by gioiaballin on 07/11/15.
*/
@JsonInclude(JsonInclude.Include.NON_NULL)
public class Education {
private EducationItem master;
private EducationItem phd;
public void setMaster(EducationItem ma... | [
"gioia.ballin@satispay.com"
] | gioia.ballin@satispay.com |
aae358e801bfe563502fe0965c1429c5b9673601 | b2e1404c0f323d109ee0490781110e8ac1669b96 | /ShogiEB/src/piezas/Pieza.java | c68306648538c6965ffff2200899b4c98fcf2617 | [] | no_license | NelsonRSAvallone/ShogiEventBrite | 67417a9ca252ac461eeef9e6768abaa185eee482 | 7815dc82a688a4abb5af261403910d132f3497f4 | refs/heads/master | 2020-09-04T18:33:57.513584 | 2019-11-29T23:53:20 | 2019-11-29T23:53:20 | 219,593,809 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 410 | 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 piezas;
import shogieb.Cuadro;
/**
*
* @author Nelson
*/
public abstract class Pieza extends Cuadro{
pub... | [
"nelsonrsavallone@gmail.com"
] | nelsonrsavallone@gmail.com |
6ca4600224017eb5ed941fad26e1a7447468bf25 | ed9d08898f6e50f7598a601a90b69cb0dfa9be3f | /app/src/main/java/ninja/johnmajor/mmfontconverter/Activites/FontConverterActivity.java | 9c55cf598ca802dfc619fad4b049bd1e4d1bec1b | [
"MIT"
] | permissive | ChanPyaeAung/MMFontConverter | 28f8a78249308861a5ddf37477aabcc8bceab3de | ca9abf28b8a4312c395c5acd05b7cbb11c7343de | refs/heads/master | 2021-01-10T18:16:17.306562 | 2016-03-20T15:54:57 | 2016-03-20T15:54:57 | 54,320,078 | 1 | 2 | null | null | null | null | UTF-8 | Java | false | false | 2,015 | java | package ninja.johnmajor.mmfontconverter.Activites;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.text.Editable;
import android.text.TextWatcher;
import android.util.Log;
import android.widget.EditText;
import org.rabbitconverter.rabbit.Rabbit;
import ninja.johnmajor.mmfont... | [
"chan@iappsasia.com"
] | chan@iappsasia.com |
44a5f3588cacf12a7b8eb8fde6a0c1cba47c0665 | fd3422dfdedac3fbf54cef34fff728c9ac32c42d | /src/test/java/dev/fanger/simpleclients/examples/server/tasks/PingTask.java | c60cd7c30a6aa6313eb1ba9448e66c2be1746bc7 | [
"MIT"
] | permissive | dakafak/SimpleClients | 9ebfeb2f735bc27c12607fab9fee59be27dcd620 | 03cdd50834b65c87021385b05ced353f2fadd0bf | refs/heads/develop | 2021-06-28T06:20:09.586022 | 2020-10-14T22:24:33 | 2020-10-14T22:24:33 | 170,786,620 | 2 | 1 | MIT | 2020-10-13T22:21:15 | 2019-02-15T02:01:54 | Java | UTF-8 | Java | false | false | 398 | java | package dev.fanger.simpleclients.examples.server.tasks;
import dev.fanger.simpleclients.connection.Connection;
import dev.fanger.simpleclients.server.data.payload.Payload;
import dev.fanger.simpleclients.server.data.task.Task;
public class PingTask extends Task {
@Override
public void executeTask(Connection ... | [
"coreyf95@gmail.com"
] | coreyf95@gmail.com |
9cc16a847f8694baf2f182ad44b18a5ea5b7ed9a | 524968bba3e28288b9fa3d7c9bd2d99c30957858 | /src/main/java/com/king/frame/specifications/DynamicSpecifications.java | 5dae6b66239d18b0859a7067b056fbce057d3e37 | [] | no_license | ls909074489/stockAdmin | af87e1d89e5fe032233dc4fb9767a1c4016d2718 | 54b5f88cd76d29aae304a38f0ab5c1de9958d9eb | refs/heads/master | 2022-12-21T05:59:07.211881 | 2019-10-11T05:36:02 | 2019-10-11T05:36:02 | 191,016,890 | 0 | 0 | null | 2022-12-16T04:50:21 | 2019-06-09T14:33:04 | JavaScript | UTF-8 | Java | false | false | 8,651 | java | package com.king.frame.specifications;
import java.util.Collection;
import java.util.HashMap;
import java.util.Iterator;
import java.util.List;
import java.util.Map;
import javax.persistence.criteria.CriteriaBuilder;
import javax.persistence.criteria.CriteriaBuilder.In;
import javax.persistence.criteria.CriteriaQuery... | [
"909074489@qq.com"
] | 909074489@qq.com |
6fc8873a1aaf2c8476e628651835d08b8bdfd39f | 417ecae289bc575976ce007e1617ec544e433c40 | /src/main/java/com/mobiquity/mobiquity/entity/AtmsLocator.java | 75fa8332d5fa2454fab035cd553f16b63db27cc1 | [] | no_license | Hari-19991/mobiquity | 82e7f4d999c99ead34012b9e716b87a62e11f9c2 | eb2eb81186ad83a188c242e20ff231da6bf4b370 | refs/heads/master | 2023-04-16T16:31:14.529815 | 2021-04-24T03:48:54 | 2021-04-24T03:48:54 | 361,058,087 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,148 | java | package com.mobiquity.mobiquity.entity;
import lombok.*;
import java.util.List;
//@Entity
@Data
@Getter
@Setter
@AllArgsConstructor
@NoArgsConstructor
public class AtmsLocator {
public Address address;
public int distance;
public List<OpeningHour> openingHours;
public String functionality;
public... | [
"harkand1@in.ibm.com"
] | harkand1@in.ibm.com |
c522cbaef7793ef1e2fee99461ae17d565e479e7 | 72a1473782aea47a4fbc1fd16f54c3072d6c86a0 | /src/main/java/com/gohuinuo/common/mybatis/EntityHelper.java | b64509b0f286ece6e40036f189d3e1324a5d7d95 | [] | no_license | reesechou2014/mytemplate | 131dffc3553d4a934d97109d30ef0cb170d90409 | db0dd989f818e48e32980de9ef301671909fbfcd | refs/heads/master | 2021-01-10T05:01:04.717878 | 2015-09-25T09:23:57 | 2015-09-25T09:23:57 | 43,127,009 | 16 | 9 | null | null | null | null | UTF-8 | Java | false | false | 13,308 | java | /*
* The MIT License (MIT)
*
* Copyright (c) 2014 abel533@gmail.com
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to... | [
"243709758@qq.com"
] | 243709758@qq.com |
3a70daa7ac9ed4b693adb6058e7731b220b65caa | f822662b1ebf206ebe14d14c761c6913770e982f | /src/main/java/com/caitaojun/generatecode/SpringmvcSpringJpaEasyuiJpanel.java | 247897fec89733591ee209a5d636ab2deb79788f | [] | no_license | zhangdong86/codegenerator | 0078bf72c11c4f2105885019306b963841afd1cb | d921a0af76e16932db1509289f9a1b274773dc45 | refs/heads/master | 2020-05-21T11:59:32.119789 | 2018-10-08T12:35:24 | 2018-10-08T12:35:24 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 37,369 | java | package com.caitaojun.generatecode;
import java.awt.Color;
import java.awt.FlowLayout;
import java.awt.GridLayout;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.WindowAdapter;
import java.awt.event.WindowEvent;
import java.io.File;
import java.io.FileWriter;
... | [
"441876254@qq.com"
] | 441876254@qq.com |
369aba37249804409a0c50a5fde5be71555b63bc | e642486514caeb63acca366a8b3018671e0becd2 | /b2devel/src/jp/blogspot/simple_asta/b2/client/ThreadListSelectionHandler.java | 5729c9a99193cf7e718faf77c3faa38920dbf05c | [] | no_license | max-waltham/GAE_2ch | f9196005a45f7623bc49ce04edbc968bb7db7900 | 83fd050a6607b50e0e93fb4493a8cbf1eeaed812 | refs/heads/master | 2021-01-17T12:11:02.488900 | 2014-09-28T13:23:04 | 2014-09-28T13:23:04 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,961 | java | package jp.blogspot.simple_asta.b2.client;
import java.io.UnsupportedEncodingException;
import com.google.gwt.event.dom.client.ClickEvent;
import com.google.gwt.event.dom.client.ClickHandler;
import com.google.gwt.event.logical.shared.SelectionEvent;
import com.google.gwt.event.logical.shared.SelectionHandler;
import... | [
"max.k.saito@gmail.com"
] | max.k.saito@gmail.com |
573d13c25fa27685996617cbe3a4753dc4dfb53e | 60f37498d94bd1f08c3706bce0f2f596e8cf0233 | /app/src/androidTest/java/com/example/shuaijia/xzcalendarview/ExampleInstrumentedTest.java | a88a4d5e7b0a27b6d004db67e332ac67f5761ac1 | [] | no_license | jiashuaishuai/XZCalendarView | 2e0696be99a38a92cda52aa28e47ea44d91cc441 | 96aa07226861bad60203d6415833b0ce27f4a511 | refs/heads/master | 2020-04-03T20:33:35.020526 | 2018-10-31T11:56:01 | 2018-10-31T11:56:01 | 155,549,084 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 754 | java | package com.example.shuaijia.xzcalendarview;
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... | [
"jiashuai521000@gmail.com"
] | jiashuai521000@gmail.com |
9c149a81e5c69b1b7f2021135b51b8d109f28ea5 | 369e759a03f6eea6a8fa039faec2283194e0f176 | /src/main/java/com/xl/set/ArrayListTraversal.java | 687bae894d04906be5823c1b453f14118cb975e4 | [] | no_license | big-data-lxiong/algorithm | c42a6be66fb75dc9730330fa76b041985314db73 | 59e00137e44045849b6c348e01b1b974c9ca2530 | refs/heads/master | 2021-07-08T00:46:42.421178 | 2019-09-01T04:41:35 | 2019-09-01T04:41:35 | 193,534,192 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,017 | java | package com.xl.set;
import java.util.ArrayList;
import java.util.Collections;
import java.util.Iterator;
import java.util.List;
public class ArrayListTraversal {
public static void main(String[] args){
ArrayList<Integer> list = new ArrayList<Integer>();
for (int i = 0; i < 10; i++) {
list.add(i);... | [
"lxiong1@ebay.com"
] | lxiong1@ebay.com |
da94d9c5c8780b31de368ae372391942aa9586a4 | 44e7adc9a1c5c0a1116097ac99c2a51692d4c986 | /aws-java-sdk-neptune/src/main/java/com/amazonaws/services/neptune/model/transform/DescribeDBInstancesRequestMarshaller.java | 7b7e3649fc1f76eaddddf73e2a6e4511484985a7 | [
"Apache-2.0"
] | permissive | QiAnXinCodeSafe/aws-sdk-java | f93bc97c289984e41527ae5bba97bebd6554ddbe | 8251e0a3d910da4f63f1b102b171a3abf212099e | refs/heads/master | 2023-01-28T14:28:05.239019 | 2020-12-03T22:09:01 | 2020-12-03T22:09:01 | 318,460,751 | 1 | 0 | Apache-2.0 | 2020-12-04T10:06:51 | 2020-12-04T09:05:03 | null | UTF-8 | Java | false | false | 4,035 | java | /*
* Copyright 2015-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with
* the License. A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "licen... | [
""
] | |
7209a72a729a39b54f6397663996bc2ccf4a8479 | 1e6fc03c10176e7aaad5488e3dc84af5bf2054a6 | /src/ph/eapesa/studies/week3/Point.java | 687edbbdfbe766e4b58d47cb7790297f3671fa6d | [] | no_license | eapesa/coursera-algorithms1 | c0abe17a6ebfd1380cbf40a03adc7453d4962265 | ace191c3ee2b864ebe9b60c7c50f7c3ec3c87809 | refs/heads/master | 2020-03-18T08:35:38.267556 | 2018-06-03T14:42:38 | 2018-06-03T14:42:38 | 134,518,476 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,460 | java | package ph.eapesa.studies.week3;
/******************************************************************************
* Compilation: javac Point.java
* Execution: java Point
* Dependencies: none
*
* An immutable data type for points in the plane.
* For use on Coursera, Algorithms Part I programming assignmen... | [
"eapesa@gmail.com"
] | eapesa@gmail.com |
1e21a2852df1ec4b62ef019f6e582d4af34c5eae | 8d668c55c4bb10a260f9c6294002613192be13b0 | /java/src/main/java/diningphilosophers/Fork.java | 6cfc320136f990c161f2e58a4b26823847ab3a6d | [] | no_license | garudareiga/DiningPhilosophers | ace2863befea9cda9175873e568e185a93647351 | fdf4f41ab5bd71a7fc11fb0c7a2b25df6ec5cc0c | refs/heads/master | 2016-09-06T08:49:21.318903 | 2014-10-13T06:52:38 | 2014-10-13T06:52:38 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 334 | java | package diningphilosophers;
import java.util.concurrent.locks.*;
/**
* Created by raychen on 10/12/14.
*/
public class Fork {
static int instances = 0;
private int id;
ReentrantLock lock;
public Fork() {
id = instances++;
lock = new ReentrantLock();
}
public int getId() { r... | [
"garudareiga@gmail.com"
] | garudareiga@gmail.com |
86762dbbccd156a5d18222d084fb0313b011feda | 4fbec7cf5b1bd238c9adff0242489da76de55fbc | /spring-context/src/main/java/org/springframework/context/support/ResourceBundleMessageSource.java | fdb1c4bc3649bd72b23bbe1ed6e648a73fca2491 | [
"Apache-2.0"
] | permissive | weolwo/spring-src | 743e8b07e1277a445d2c3dbccb497933bf3d0427 | a1b4e52e570c74009e36357738252c08c10aeac8 | refs/heads/master | 2023-03-13T19:41:03.283891 | 2021-02-22T15:29:59 | 2021-02-22T15:29:59 | 322,751,040 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 19,412 | java | /*
* Copyright 2002-2019 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
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by a... | [
"poplar@qq.com"
] | poplar@qq.com |
bf1cc80484bece110f4b7e1fb4b6f272a633f460 | d123c7d535cdf2dbfc6345a47f49543ef20e6aad | /manager/src/main/java/com/hiersun/oohdear/entity/SysUserRole.java | a42b48b0832eca670112e9113fb1b5491dcdbd1c | [] | no_license | yangsx1990/WorkingProject | 00dfd984e87fb943935df367c2f883ff36300b00 | a3a03deec20777c1194e19ba3eab6dc811bd38d9 | refs/heads/master | 2021-06-16T12:44:57.835824 | 2017-05-17T08:08:11 | 2017-05-17T08:08:11 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,179 | java | package com.hiersun.oohdear.entity;
import java.util.Date;
import javax.persistence.*;
@Table(name = "sys_user_role")
public class SysUserRole {
@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
private Integer id;
/**
* 用户ID
*/
@Column(name = "user_id")
private Integer userId... | [
"ysxwkk9999@163.com"
] | ysxwkk9999@163.com |
55984cbfd95fdc466c5571720e4a680e7a93a913 | 473fc28d466ddbe9758ca49c7d4fb42e7d82586e | /app/src/main/java/com/syd/source/aosp/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/ForceEarlyReturn004Test.java | e660143adb71bc312fb4f0b668bf57b5962430d9 | [
"LicenseRef-scancode-generic-cla",
"Apache-2.0"
] | permissive | lz-purple/Source | a7788070623f2965a8caa3264778f48d17372bab | e2745b756317aac3c7a27a4c10bdfe0921a82a1c | refs/heads/master | 2020-12-23T17:03:12.412572 | 2020-01-31T01:54:37 | 2020-01-31T01:54:37 | 237,205,127 | 4 | 2 | null | null | null | null | UTF-8 | Java | false | false | 5,353 | java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | [
"997530783@qq.com"
] | 997530783@qq.com |
eaf7afb5c81751e6122deb4e657135920b0e7fc3 | c00d7b1e374d2e337d849644de4f53aacfe95d7a | /src/main/java/com/doto/tasktodo/dao/TaskDao.java | d4ee0331c3de6fdab6f2259d92206b1a9ac6b557 | [] | no_license | sarany/tasktodo-api | 24a125459c5da3bf266a4cbea6efd0a53b39c944 | 8ca3e98a8ed1a5d4bfc652844895efaaeb849a97 | refs/heads/master | 2021-01-17T17:02:26.261877 | 2016-06-06T09:41:12 | 2016-06-06T09:41:12 | 60,514,223 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 303 | java | package com.doto.tasktodo.dao;
import java.util.List;
import com.doto.tasktodo.message.Task;
public interface TaskDao {
Task findById(String id);
List<Task> findAll();
int save(Task task);
int update(String id, Task task);
int updateStatus(String id, String status);
int delete(String id);
} | [
"saran.leaw@gmail.com"
] | saran.leaw@gmail.com |
bf1d39803d2396df4821ca9c75534164bc0c9420 | 0af8b92686a58eb0b64e319b22411432aca7a8f3 | /single-large-project/src/main/java/org/gradle/test/performancenull_340/Productionnull_33984.java | a3de125b3e6082bddb4e8a76eea4c1912315b5b5 | [] | no_license | gradle/performance-comparisons | b0d38db37c326e0ce271abebdb3c91769b860799 | e53dc7182fafcf9fedf07920cbbea8b40ee4eef4 | refs/heads/master | 2023-08-14T19:24:39.164276 | 2022-11-24T05:18:33 | 2022-11-24T05:18:33 | 80,121,268 | 17 | 15 | null | 2022-09-30T08:04:35 | 2017-01-26T14:25:33 | null | UTF-8 | Java | false | false | 588 | java | package org.gradle.test.performancenull_340;
public class Productionnull_33984 {
private final String property;
public Productionnull_33984(String param) {
this.property = param;
}
public String getProperty() {
return property;
}
private String prop0;
public String getPr... | [
"cedric.champeau@gmail.com"
] | cedric.champeau@gmail.com |
f07aab2728003a81ce378404b4ea7ae1d002ebb7 | 7a9bc448615abbb320fed69305b3b56d50cdc88d | /src/test/java/com/z11g/base/BaseApplicationTests.java | 6fc004d0c42458cbb3e6327e874cdffe594cd990 | [] | no_license | qiufengfushui/springboot-demo | 64d563254665da6028f76717122e6514aaea0c61 | 98726d28fbd8609bbe3b5f0bac56b52b352e8d5e | refs/heads/master | 2023-03-26T10:17:25.865909 | 2021-03-10T06:05:13 | 2021-03-10T06:05:13 | 340,590,527 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 212 | java | package com.z11g.base;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class BaseApplicationTests {
@Test
void contextLoads() {
}
}
| [
"zxt_0310@163.com"
] | zxt_0310@163.com |
9c8dc7ab186c10f4031f4169c8dddb2c09d8a2cb | 89c6be319d6e0eb5f85f241d8af2a7b14104cf75 | /src/sistema_Hospital/RegistroPuesto.java | ba71a6f2dc5e09224fbac10961208e343459805e | [] | no_license | ArcOscar/sistemaHospital | 423fcf575856141f84f254bb482293fb4cd37526 | e3446a863576ee4d18fc0a36a3c93656c657952f | refs/heads/main | 2023-03-13T14:12:14.453409 | 2021-03-02T01:58:46 | 2021-03-02T01:58:46 | 343,614,038 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 12,186 | java |
package sistema_Hospital;
import java.sql.CallableStatement;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
import java.util.logging.Level;
import java.util.logging.Logger;
import javax.swing.JOptionPane;
import javax.sw... | [
"oscarperezgutierrez77@gmail.com"
] | oscarperezgutierrez77@gmail.com |
386629ccab95e198d422c4a82cf8daa0ba07756e | b256bcde3b22f4f7d6b73c4d96fe3acd2757bb66 | /app/src/main/java/com/playgirl/nth/animetv/home_screen/MainActivity.java | 0bd7f71f5563ad66b651b3408355aad906eba148 | [] | no_license | nguyentrunghieuhpvb/recycleview | a6e1b3a0bbad6119146216db249253a264335443 | c51dfe302ab3d3117f2adf0db8adeeeaa2e3ee4c | refs/heads/master | 2020-03-15T17:06:06.881168 | 2018-05-12T14:18:59 | 2018-05-12T14:18:59 | 132,251,188 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,086 | java | package com.playgirl.nth.animetv.home_screen;
import android.app.Dialog;
import android.content.Intent;
import android.graphics.drawable.Drawable;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.support.v4.content.res.ResourcesCompat;
import android.support.v4.view.ViewPager;
import an... | [
"nguyentrunghieuhpvb@gmail.com"
] | nguyentrunghieuhpvb@gmail.com |
9d4343a7d546e37dcd398e6cd9e8dfa1cdebbb9d | a56a4405a803b76fe5f1eb398cffa375ccda25b8 | /upc-manager/src/main/java/org/hanzhdy/manager/engine/impl/SelectFieldEngine.java | 27494a8401d70e54522f4438bbb4227d4d8986fd | [] | no_license | icedorange/UPCenter | 09478bd61d2d33161adf337b210133c0135069df | 4cedd0ca9d81d854015345ab1707d2be55192913 | refs/heads/master | 2021-01-23T16:06:34.292968 | 2017-07-20T03:21:26 | 2017-07-20T03:21:26 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,881 | java | package org.hanzhdy.manager.engine.impl;
import org.apache.commons.lang3.StringUtils;
import org.hanzhdy.manager.engine.EngineContext;
import org.hanzhdy.manager.engine.attribute.FieldAttribute;
import org.hanzhdy.manager.engine.attribute.SelectAttribute;
import org.hanzhdy.manager.engine.attribute.item.Option;
import... | [
"hanzhdy@163.com"
] | hanzhdy@163.com |
419c5e0a0034c0609977a61f3394063198bf533c | 69a307ad949300f09d8fd105e60c6549deeafe3a | /src/main/java/com/javarush/testapp/controller/DealController.java | 2c49528e089c08234f5f97367ac0f7005ca2b1d1 | [] | no_license | garikkramer/TestTaskForJavaRush | 1c3408b88fb0941cfcc6e04d7a78c783082e5e8a | 20c171edcfc0fb1a10b25c07a40316fdcb6e220d | refs/heads/master | 2020-06-15T13:01:46.683225 | 2016-12-01T12:35:10 | 2016-12-01T12:35:10 | 75,291,252 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,704 | java | package com.javarush.testapp.controller;
import com.javarush.testapp.domain.DealEntity;
import com.javarush.testapp.service.IDealService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.MessageSource;
import org.springframework.data.domain.Page;
import org.springframew... | [
"goodvick@mail.ru"
] | goodvick@mail.ru |
e6edb8f5a1a59cd277cb06be760822cca087e4ad | 87183aaad20f9063a450ba5d0d7d96e4a9cc9665 | /orienteer-core/src/main/java/org/orienteer/core/component/table/navigation/package-info.java | 4c0112c69583c390c2c06b48cbd0a265a034cbfd | [
"Apache-2.0"
] | permissive | soitun/Orienteer | 86f1a95187d5c43d2bf79fbbb5d177a269b46c9e | cbe6c7a9bc46b9abc3c00c78900b9983cdd14d81 | refs/heads/master | 2022-06-04T01:15:58.401230 | 2022-05-24T16:44:30 | 2022-05-24T16:44:30 | 137,434,198 | 0 | 0 | Apache-2.0 | 2022-05-25T17:54:40 | 2018-06-15T02:57:45 | Java | UTF-8 | Java | false | false | 118 | java | /**
* Package contains ajax-enabled navigation components
*/
package org.orienteer.core.component.table.navigation; | [
"phantom@ydn.ru"
] | phantom@ydn.ru |
a8e3b979f0ab2ce1ed22308645c94314295ee589 | 6451c77ce976b7b927b6345e9dd4c586fd15b317 | /HibernateExample/src/main/java/com/learn/interceptors/MyInterceptor.java | 0aaf378a0d488875c5c750f82d88e065413e0933 | [] | no_license | dixit-anup/maventotalproject | eefae3fbc1de085b3057edd87dcb3605f7e8750b | 2c0f5581d32dd1aa265e455a9447ab7d160cf5f1 | refs/heads/master | 2021-01-16T21:57:39.423961 | 2014-08-21T14:58:18 | 2014-08-21T14:58:18 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,947 | java | package com.learn.interceptors;
import java.io.Serializable;
import java.util.Iterator;
import org.hibernate.EmptyInterceptor;
import org.hibernate.type.Type;
public class MyInterceptor extends EmptyInterceptor {
private static final long serialVersionUID = 1L;
public void onDelete(Object entity,
... | [
"dmitry.bilyk@gmail.com"
] | dmitry.bilyk@gmail.com |
a564b486472d3f9a319bc38aa0f0b38434989ca7 | eee778c7d30a0fbb102cbcfa73fbe4d6d44f0eea | /tiger/src/org/codehaus/dimple/InvalidReturnTypeException.java | 1bf380ef78377dbde7ab82cccd2117bcdbd4f283 | [] | no_license | codehaus/dimple | 123e5ffcffce903b33cc25e7d79c09d5f24a1131 | de51a2f79864d541d3e6978a1db59e8d07e9454f | refs/heads/master | 2023-07-20T00:35:29.381579 | 2007-07-05T22:27:55 | 2007-07-05T22:27:55 | 36,364,274 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,410 | java |
/*
* Copyright 2006 Ben Yu
*
* 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... | [
"benyu@cb32ef49-7a24-0410-a53b-fd971edb0e16"
] | benyu@cb32ef49-7a24-0410-a53b-fd971edb0e16 |
f9e3d4180c0058063c2dc011deeaed761e91ef62 | 37f58bef29ecdd9573f4e4b15213a228a3dbb4cf | /src/optifine/WrUpdateControl.java | 5e3bcc1805bc21b7b7c1fe174c36d7149f81df73 | [] | no_license | Liskoh/BasicsClient | 35e7be6542801fd001bd5c1e13b026d999363864 | 4618799174ddd8b61c46da1de46cb97cebf477aa | refs/heads/master | 2022-12-28T12:46:31.912693 | 2020-10-13T17:32:40 | 2020-10-13T17:32:40 | 303,152,665 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 424 | java | package optifine;
public class WrUpdateControl implements IWrUpdateControl
{
private boolean hasForge;
private int renderPass;
public WrUpdateControl()
{
this.hasForge = Reflector.ForgeHooksClient.exists();
this.renderPass = 0;
}
public void resume() {}
public void pause(... | [
"wydvek@gmail.com"
] | wydvek@gmail.com |
db6de220a7c5790276a4554241d778851f065d3c | 2905bcfff41512c1886e4ef1a8a7d50ea3acb7fa | /app/src/main/java/com/example/aravind_pt1748/recyclerviewapp2/ItemTouchHelperAdapter.java | 04b2e142bcf2beb0f2edf736f33fe0781a89fe7a | [] | no_license | Aravind-SR/MyGamesApp_UsingRecyclerView | 08a58ea22f78db4b7657dd20226351620af10311 | f03ca793cf5620fcaa04144060241ae23e18f82d | refs/heads/master | 2021-04-26T23:02:54.689107 | 2018-03-05T12:52:24 | 2018-03-05T12:52:24 | 123,918,940 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 149 | java | package com.example.aravind_pt1748.recyclerviewapp2;
/**
* Created by aravind-pt1748 on 01/03/18.
*/
public interface ItemTouchHelperAdapter {
}
| [
"aravind.sr@zohocorp.com"
] | aravind.sr@zohocorp.com |
cb958e4fb313ddea8030255336ca74982271548e | 256383ad895f60092b101d76b6d4464525ec54d2 | /GoogleClass/src/main/java/com/seon/project/service/CalendarService.java | 579f368c7ecd33d0d13d576de90f4b8e53c08e45 | [] | no_license | seon-hyeong/senier-project_classroom | bb4d4016ea2faf84c79b3455c754c831e9a09623 | d5b442bb954cbdb8315159ffeb7e2bf3aa6736b0 | refs/heads/master | 2023-03-06T17:56:27.215526 | 2021-02-21T04:40:45 | 2021-02-21T04:40:45 | 340,817,475 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 255 | java | package com.seon.project.service;
import java.util.List;
import org.springframework.stereotype.Service;
import com.seon.project.model.CalendarVO;
@Service
public interface CalendarService {
public List<CalendarVO> showSchedule() throws Exception;
}
| [
"752312@naver.com"
] | 752312@naver.com |
453e66c9289ccfe29869a580227b38e976c2f863 | c2d94f9286b6c14fcf5cba959c6c4c8570305870 | /src/main/java/com/flagstone/transform/util/font/TrueTypeGlyph.java | ca2c77b8ac0f112bbb9132e77a815e1f27595e40 | [
"BSD-3-Clause",
"LicenseRef-scancode-public-domain"
] | permissive | maltaisn/transform-swf | e4895456f12184d81b7d8955acbcc0af9b777407 | eb4d010c07eeae6de93086284cda8d5af706e379 | refs/heads/master | 2022-11-19T18:29:19.864679 | 2020-02-29T23:40:45 | 2020-02-29T23:40:45 | 281,440,288 | 0 | 0 | NOASSERTION | 2020-07-21T15:49:30 | 2020-07-21T15:49:30 | null | UTF-8 | Java | false | false | 5,505 | java | /*
* Glyph.java
* Transform
*
* Copyright (c) 2009-2010 Flagstone Software Ltd. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* * Redistributions of source code must retain th... | [
"smackay@e85137b9-a616-0410-b282-ce273dc723a7"
] | smackay@e85137b9-a616-0410-b282-ce273dc723a7 |
1a29f04e4602857df3de0156c4cc356232392281 | 63a9c8ba095233c0dc5126048ba1c669f17560a0 | /src/mireka/address/parser/RecipientParser.java | f5a689026f5a0055f1f1b82b7931f738b1924233 | [
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0"
] | permissive | simhaonline/mireka | 98868b87d3187aa99b726b673bead970bfd3bec2 | e1119d2925bb8e61bac5ca6bdaba364cbefb0488 | refs/heads/master | 2022-05-28T01:18:27.389686 | 2020-04-26T09:18:20 | 2020-04-26T09:18:20 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,597 | java | package mireka.address.parser;
import java.text.ParseException;
import java.util.Locale;
import mireka.address.parser.ast.DomainPostmasterRecipientAST;
import mireka.address.parser.ast.DomainRemotePartAST;
import mireka.address.parser.ast.MailboxRecipientAST;
import mireka.address.parser.ast.PathAST;
import mireka.ad... | [
"hontvari@flyordie.com"
] | hontvari@flyordie.com |
80954819a8328446234eecbbf055625c39386a27 | 3ecf437bedae43bfef61e509ce67035c5ae805f9 | /src/knapsack/Item.java | 91e92134af2ad32dc232be3953868999c3e0b1e3 | [
"Apache-2.0"
] | permissive | DSRainy/knapsackalgorithm | 7c2de406600f5fddd2c764ddd03737d2a57dbd76 | a195f08caf8a8fc7b3e329da9597a3bc2f569d51 | refs/heads/master | 2021-01-02T08:52:24.095045 | 2014-10-06T03:58:06 | 2014-10-06T03:58:06 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,281 | 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 knapsack;
/**
*
* @author RainWhileLoop
*/
public class Item {
private int id;
private Float weight;... | [
"RainWhileLoop@Rainy-PC"
] | RainWhileLoop@Rainy-PC |
80ebe5a02455b9e4ef19349fab7482b00b2272db | e6b1456d7ec377068a9116d42efdc65acf47edf1 | /src/main/java/com/wildcodeschool/theshield/theshield/ApplicationSecurityConfig.java | a790392f8b69fe791696dea09145ff1a6070cfab | [] | no_license | Alanrl22/quest-spring-security | 28edcca69f49515ece3c1d547d79d1e10cdc015c | 0c1cfcea94ec45e979e5eb1963e449308e526c9d | refs/heads/master | 2022-10-08T19:12:18.445061 | 2020-06-08T14:08:24 | 2020-06-08T14:08:24 | 270,689,102 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,695 | java | package com.wildcodeschool.theshield.theshield;
import org.springframework.security.config.annotation.authentication.builders.AuthenticationManagerBuilder;
import org.springframework.security.config.annotation.web.builders.HttpSecurity;
import org.springframework.security.config.annotation.web.configuration.EnableWebS... | [
"alan.raoul22@gmail.com"
] | alan.raoul22@gmail.com |
c1850e42c5941a3e68048706a8139f1086aaada3 | e9affefd4e89b3c7e2064fee8833d7838c0e0abc | /aws-java-sdk-transcribe/src/main/java/com/amazonaws/services/transcribe/model/transform/ListCallAnalyticsJobsResultJsonUnmarshaller.java | 7fd2d27b08a2e026f13620b12bac83af2469ab81 | [
"Apache-2.0"
] | permissive | aws/aws-sdk-java | 2c6199b12b47345b5d3c50e425dabba56e279190 | bab987ab604575f41a76864f755f49386e3264b4 | refs/heads/master | 2023-08-29T10:49:07.379135 | 2023-08-28T21:05:55 | 2023-08-28T21:05:55 | 574,877 | 3,695 | 3,092 | Apache-2.0 | 2023-09-13T23:35:28 | 2010-03-22T23:34:58 | null | UTF-8 | Java | false | false | 3,555 | java | /*
* Copyright 2018-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with
* the License. A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "licen... | [
""
] | |
6a6bbe80533a4664fa1039d58774f22f9f823dee | e5e8b9126ce4d22bd8451ecb65b98e39b5e2031d | /src/main/java/com/chenyu/enums/Week.java | 6c2c928d511918441c3a04c1bbf39f4a81ede474 | [] | no_license | tinySheep5494/Hello | 9757a79729edc988cb3bd925e12b0e621f1ff266 | 1e6f4dd54d7da5e505b33ae99988df77e7d96cc4 | refs/heads/master | 2021-01-22T10:47:43.679959 | 2018-04-26T07:12:52 | 2018-04-26T07:12:52 | 82,042,335 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 879 | java | package com.chenyu.enums;
public enum Week {
Sunday(Integer.valueOf(0), "周日"), Monday(Integer.valueOf(1), "周一"), Tuesday(Integer.valueOf(2), "周二"), Wednesday(
Integer.valueOf(3), "周三"), Thursday(Integer.valueOf(4),
"周四"), Firday(Integer.valueOf(5), "周五"), Saturday(Integer.valueOf(6), "周六");
private Integer ... | [
"ychen@etonenet.com"
] | ychen@etonenet.com |
c197c72b100370b7b884e42c704d9ae26ae5e276 | 34db314ad8e7c5574189c70cd316c057d2be4663 | /s3blobs/samples-and-tests/plays3upload/app/controllers/Files.java | c6fb21cb4ba969e2aeb4f61d9a0349e847bb33c6 | [
"Apache-2.0"
] | permissive | qudini/S3-Blobs-module-for-Play | 786668466bb452f24676b703fd44dfd5793662a3 | d482fb2654ecb846242bf0f2238e09963fc89d10 | refs/heads/master | 2021-07-12T19:40:47.317369 | 2021-04-08T09:36:39 | 2021-04-08T09:36:39 | 24,149,017 | 0 | 3 | Apache-2.0 | 2021-04-08T09:36:40 | 2014-09-17T14:51:48 | Java | UTF-8 | Java | false | false | 1,043 | java | package controllers;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.util.List;
import models.Document;
import play.libs.MimeTypes;
import play.modules.s3blobs.S3Blob;
import play.mvc.Controller;
public class Files extends Controller
{
public static void uplo... | [
"james@jamesward.org"
] | james@jamesward.org |
a2b264c1289fd54cbc4db6ff052b9c7e283b6305 | 439894f38e52af473895d96a0e577ae51ee3c34c | /afterclass/0803/notepractice/NoteServer.java | abb7d0f91d710d6dc4279fafac7ab005c469a5ff | [] | no_license | songyikim0911/practice-bitcamp | ccdb287eee0af6b7406636b9494676e0435746f4 | 31a1d7432ebed07b25743fc84b9cab284903b29a | refs/heads/main | 2023-07-06T06:18:54.640377 | 2021-08-09T14:06:00 | 2021-08-09T14:06:00 | 385,214,709 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,185 | java | package org.zerock.notepractice;
import com.google.gson.Gson;
import java.io.DataInputStream;
import java.net.ServerSocket;
import java.net.Socket;
public class NoteServer {
//bad code
public static void main(String[] args) throws Exception {
NoteService service = new NoteService();
//serverso... | [
"ksi6470@gmail.com"
] | ksi6470@gmail.com |
ad3cd78810fc9bc6b5ea3da3c5497ce5afac8fa0 | eafae636c22b5d95db19e5271d58796bd7be4a66 | /app-release-unsigned/sources/kotlin/collections/ReversedList.java | 849a873b826e39210c53dc58d3677511ed546cac | [] | no_license | agustrinaldokurniawan/News_Kotlin_Native | 5fb97e9c9199c464e64a6ef901b133c88da3db55 | 411f2ae0c01f2cc490f9b80a6b8f40196bc74176 | refs/heads/main | 2023-05-31T20:59:44.356059 | 2021-06-15T14:43:42 | 2021-06-15T14:43:42 | 377,077,236 | 0 | 0 | null | 2021-06-15T07:44:11 | 2021-06-15T07:38:27 | null | UTF-8 | Java | false | false | 2,980 | java | package kotlin.collections;
import androidx.exifinterface.media.ExifInterface;
import java.util.List;
import kotlin.Metadata;
import kotlin.jvm.internal.Intrinsics;
@Metadata(d1 = {"\u0000$\n\u0002\u0018\u0002\n\u0000\n\u0002\u0018\u0002\n\u0000\n\u0002\u0010!\n\u0002\b\u0002\n\u0002\u0010\b\n\u0002\b\u0003\n\u0002\u... | [
"agust.kurniawan@Agust-Rinaldo-Kurniawan.local"
] | agust.kurniawan@Agust-Rinaldo-Kurniawan.local |
58a4b6dc2a6504165e1b0cbef89efeedebd0048a | 38d25b6988a7b6e33380800c61fdf6a3a508d6f8 | /app/src/main/java/com/example/giovanni/giovanni/firebase/firebaseparselogin/SignoutActivity.java | d7e7ebf9d4e3a940f0e0c325f28a26585576ae88 | [] | no_license | Barcode36/Giovanni | 665e9b56d1865306fa6c4b175c74e9eab58de59c | c72fab02ee70199c421739125a899a16450b4f96 | refs/heads/master | 2023-05-05T09:07:29.572834 | 2021-05-24T16:08:03 | 2021-05-24T16:08:03 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,829 | java | package com.example.giovanni.giovanni.firebase.firebaseparselogin;
import android.app.ProgressDialog;
import android.content.Intent;
import android.content.SharedPreferences;
import android.os.Bundle;
import android.preference.PreferenceManager;
import android.widget.Button;
import android.widget.EditText;
import andr... | [
"giovanni.petito88@gmail.com"
] | giovanni.petito88@gmail.com |
7ffd356c32d7396132c8923c7f66dd1089fe8ed6 | 6884317d43dd159dad94b1c8893caf132feae49f | /src/customcomponents/CustomFont.java | df2c9bbed1816bc78ca94512fac39b1e1eff5e13 | [] | no_license | mattegoghero/AppSpedizioni | 488a165ee3322041d34786a5331f9faa88cccd40 | e4333a845e4a85fad15ee8222d559a41a97a0a99 | refs/heads/master | 2023-02-22T06:57:05.946238 | 2021-01-11T10:03:25 | 2021-01-11T10:03:25 | 328,619,952 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 321 | java | package customcomponents;
import java.awt.Font;
/**
* Font personalizzato utlizzato nei vari {@link Component} del programma per ridurre il boilerplate code.
* @author Matteo Federico Goghero - 143143
*/
public class CustomFont extends Font {
public CustomFont(int size) {
super("Tahoma", Font.PLAIN, size);
}
}... | [
"mattegoghero@gmail.com"
] | mattegoghero@gmail.com |
d66e04a2b03da79655b70dea06f078a5041ad505 | f43225b9b277cf1d9a63a14be84a840088d1d5be | /src/batch/sql/syntax/Let.java | 92ce8efebd71ac4b100b217d4d14549467b92c2f | [] | no_license | voltprime/batch-java-runtime | b9649115c67dce4e5c3372cb559914b5750a8ccf | f49067c579f4bd572dc5012bcf7601eb43f65674 | refs/heads/master | 2021-01-20T18:19:44.467539 | 2013-03-26T18:45:03 | 2013-03-26T22:17:16 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,748 | java | // Written by William Cook, Ben Wiedermann, Ali Ibrahim
// The University of Texas at Austin, Department of Computer Science
// See LICENSE.txt for license information
package batch.sql.syntax;
import batch.sql.schema.ISchema;
import batch.util.BatchFactory;
public class Let extends Base {
private String var;
priva... | [
"wcook@cs.utexas.edu"
] | wcook@cs.utexas.edu |
a2dfb346a47e918934a71b9ae52c016f92fd8eb8 | 8be69ef62e760cef1dc67020b4e4a7d03bb2ddd5 | /src/main/java/org/cyclops/evilcraft/tileentity/tickaction/purifier/ToolBadEnchantPurifyAction.java | 1eefe8d3b67cdd27f8cd5c237fbf5930e42ac27d | [
"CC-BY-4.0"
] | permissive | raspopov/EvilCraft | 8b5974f5c6a994568930babef282fdc599c9bcfb | 02e17289631c1a67c765f8acc83af78520654658 | refs/heads/master-1.10 | 2021-01-23T04:53:40.766553 | 2017-03-24T08:24:36 | 2017-03-24T08:24:36 | 86,251,466 | 0 | 0 | null | 2017-03-26T17:32:07 | 2017-03-26T17:32:07 | null | UTF-8 | Java | false | false | 2,589 | java | package org.cyclops.evilcraft.tileentity.tickaction.purifier;
import net.minecraft.item.ItemStack;
import net.minecraft.world.World;
import org.cyclops.cyclopscore.config.configurable.ConfigurableEnchantment;
import org.cyclops.cyclopscore.helper.EnchantmentHelpers;
import org.cyclops.evilcraft.api.tileentity.purifier... | [
"rubensworks@gmail.com"
] | rubensworks@gmail.com |
7eba47b51bbc9c2c8804c1c5023601200c688a49 | f0438a57f417e014dee90d91bfb7d4cf48b4be7a | /src/main/java/com/appcrews/junit/ch03/RequestHandler.java | 843671174b6e2f9a81a1cf3a7189a162421c60ab | [] | no_license | appcrews/HelloJUnit4 | 751e0956b86df3ac2b273a793e0d8ab3c1b0233b | c2d7f33e487ec20b1631225e8e3599f52c497cde | refs/heads/master | 2021-01-25T07:19:51.193560 | 2012-05-29T16:32:04 | 2012-05-29T16:32:04 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 128 | java | package com.appcrews.junit.ch03;
public interface RequestHandler {
Response process(Request request) throws Exception;
}
| [
"f393907@gmail.com"
] | f393907@gmail.com |
4cd5c9b02bd2ac45a14d9c0d76aabd11f73a3fa3 | 166ae749957a34db6619711e7a3e849612887d77 | /WebCanifa-client/src/main/java/application/config/WebConfig.java | 27d9fdef84c23944429023b36d34a4f36d7ad37b | [] | no_license | hoanghiep8921/WebCaniFa | 9baf436a625fc6f5678bd4cf0433265de308a350 | d14876a61e84d52e352aee26cb5e7d1d2838f11f | refs/heads/master | 2020-03-23T09:52:05.546001 | 2018-07-18T09:35:41 | 2018-07-18T09:35:41 | 141,412,098 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,073 | java | package application.config;
import org.springframework.context.annotation.Configuration;
import org.springframework.web.servlet.config.annotation.EnableWebMvc;
import org.springframework.web.servlet.config.annotation.ResourceHandlerRegistry;
import org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdap... | [
"hoanghiep8921@gmail.com"
] | hoanghiep8921@gmail.com |
3cf2469566d356721aef99702fd511ac20c200cc | caa67a4f5ca80ea6e09dc8a84a7ac8bb1161e464 | /src/main/java/test33/gps/MainTest.java | 3220eb074a4c76f2b960a75382fb1085a5c7ddd5 | [] | no_license | qinyaoting/distributed-program | 7f4059a41d14012c06e1eae2b39e3588c0d1ab27 | 31f0ed9d44159032a842ecd698f128b9935842fe | refs/heads/master | 2022-11-27T06:54:06.035576 | 2020-01-08T09:57:51 | 2020-01-08T09:57:51 | 75,148,368 | 2 | 1 | null | 2022-11-16T07:52:31 | 2016-11-30T03:40:23 | Java | UTF-8 | Java | false | false | 568 | java | package test33.gps;
/**
* Created with IntelliJ IDEA.
* User: chin
* Date: 9/5/17
* Time: 6:23 PM
* To change this template use File | Settings | File Templates.
* Description:
*/
public class MainTest {
public static void main(String[] args) {
//double db = GpsUtil.distLawOfCosinesRAD(39.941,116.... | [
"qinyaoting@gmail.com"
] | qinyaoting@gmail.com |
a9d012dcab0692998002f161e8aff033b5ff031b | 3831e4fe0ab7c04221918182cdec51017bf4a4ba | /BFC/ApplicationLayer/AES.java | 29bff2529af8ba82f1bc87368f0cfe934325ee3a | [] | no_license | apoorva-mane/01457038_BFC | b38323f006b998d8d12fead31296a0e5ca57c7c8 | efdb6ec1bfb86d70c4c7cf88bcabc5e0f10002f7 | refs/heads/master | 2020-12-30T15:08:22.773441 | 2017-05-12T16:17:12 | 2017-05-12T16:17:12 | 91,109,378 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,567 | java | package BFC;
import java.io.Serializable;
import javax.crypto.KeyGenerator;
import javax.crypto.spec.SecretKeySpec;
import javax.crypto.Cipher;
import javax.crypto.SecretKey;
import java.io.FileOutputStream;
import java.io.FileInputStream;
import java.io.File;
public class AES {
public static byte[] generateKey()throw... | [
"apoorva.mane9@gmail.com"
] | apoorva.mane9@gmail.com |
97209e6e94b1447b3d1db139d13e57b1954c8052 | b107650ad6ecd13eae714e69097ad660e575c31d | /Server/Java Code/src/com/digsigmobile/util/HttpConnection.java | 5f333dcf181b75eac60fcb713c8309d9d1ddf7ad | [] | no_license | arulravinthiran/DigitalSignaturesForMobileUsers | 068d8c8bd0e1dc36e41f4043c0ae81f3388ef4a3 | 20d6c0fc0876e09d074ead1841d55288edef67a0 | refs/heads/master | 2021-01-19T17:44:43.457472 | 2015-04-18T05:27:53 | 2015-04-18T05:27:53 | 34,153,115 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,220 | java | package com.digsigmobile.util;
import java.io.DataOutputStream;
import java.net.HttpURLConnection;
import java.net.URL;
import javax.net.ssl.HttpsURLConnection;
public class HttpConnection
{
private final String USER_AGENT = "Mozilla/5.0";
private int responseCode = -1;
public int getResponseCode() {
return r... | [
"rarp19@gmail.com"
] | rarp19@gmail.com |
b2a4ddc6a2e334abf65bd9c748c83c079dbea9bc | 60c9f43b516a6081b6793552900736f7049c313d | /app/src/main/java/com/test/view/LogicView.java | 495b461aca92bf9031536b0dd3e817088a6bea60 | [] | no_license | qiwx2012/Android-Test | 4bc9e482b6b6fd9fb7854f2cfccbcc8c46158ca0 | 7494aeb8d7db9e04504eb9a6170465cd0c154c36 | refs/heads/master | 2021-01-10T04:47:47.425250 | 2016-01-28T08:05:14 | 2016-01-28T08:05:14 | 47,524,348 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,440 | java | package com.test.view;
import android.content.Context;
import android.graphics.Canvas;
import android.graphics.Paint;
import android.graphics.RectF;
import android.util.AttributeSet;
import android.view.View;
import java.util.Random;
/**
* Created by qiwx on 2015/12/4.
*/
public class LogicView extends BaseView {
... | [
"476364523@qq.com"
] | 476364523@qq.com |
0098f1f0e05ac2ce42e4011995c718a37b4a250d | 9f6f5a3da111cec6bc9de768472b0912639e2ef3 | /app/src/main/java/com/team/zhuoke/ui/refreshview/callback/IFooterCallBack.java | 2112afbcb0901ba560aab1e08dbd0135b1109f5e | [] | no_license | DaYinTeamCode/DouYu | 085481819cce8664f77d7d56fcf5751793ddff4b | 9bfd0b5a24777ff9e1803798f6671ad4c5e4a32d | refs/heads/master | 2023-01-11T14:41:54.850167 | 2020-11-14T05:16:04 | 2020-11-14T05:16:04 | 247,657,958 | 2 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,411 | java | package com.team.zhuoke.ui.refreshview.callback;
import com.team.zhuoke.ui.refreshview.XRefreshView;
public interface IFooterCallBack {
/**
* 当不是到达底部自动加载更多的时候,需要自己写点击事件
*
* @param xRefreshView
*/
void callWhenNotAutoLoadMore(XRefreshView xRefreshView);
/**
* 正常状态,例如需要点击footervie... | [
"gaoyin_vip@126.com"
] | gaoyin_vip@126.com |
4dc382280fe248b046242428d69038fac1bcae43 | f6271225768f5fe6dbe1dcbfa25c030a5db3fe20 | /libnavannotation/src/main/java/com/teemo/libnavannotation/ActivityDestination.java | 73839840045b7d7481d6ae601a6ff563bb4834d9 | [] | no_license | zengyunpeng/ppjoke | 95718fe3d665587d7cf9f9ef3183fe74f2dbde3b | 3b6b6091fa600fa3c048372acef74400bdf2e8b3 | refs/heads/master | 2020-12-20T19:25:44.347327 | 2020-01-25T15:21:37 | 2020-01-25T15:21:37 | 236,187,433 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 285 | java | package com.teemo.libnavannotation;
import java.lang.annotation.ElementType;
import java.lang.annotation.Target;
@Target(ElementType.TYPE)
public @interface ActivityDestination {
String pageUrl();
boolean needLogin() default false;
boolean asStarter() default false;
}
| [
"2550302293@qq.ocm"
] | 2550302293@qq.ocm |
ddb5e6cca85a21c88cb8ebb4c1610ee74f1fd98c | d9fc860406fd7b6ecf1ad05a4d11a3f8c462e36e | /src/main/java/nju/software/present/controller/CityAqiController.java | 1e81d3581d01686d7873d4032f1bcdbe450789af | [] | no_license | roubao1994/myaqi | 9122bbdc80d7523741710e64c07c20ad10a3315f | fc459358fbb14bf824face980f663f080f84a7b3 | refs/heads/master | 2021-01-10T04:26:30.858816 | 2016-03-11T09:02:44 | 2016-03-11T09:02:44 | 53,056,983 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,589 | java | package nju.software.present.controller;
import nju.software.present.controller.bo.CityAqi;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.ResponseBody;
import org.springframework.web.servlet.ModelAndView;
... | [
"llnju@icloud.com"
] | llnju@icloud.com |
1a09916ce67eacf868988f71956b1b0dcc339d97 | a73317ef239ca5a494141d46210fa47aa9eaa8e1 | /src/main/java/com/power/doc/builder/HtmlApiDocBuilder.java | 7d3ee5fca1f0de0fa598945493af4d6486775d39 | [
"DOC",
"Apache-2.0"
] | permissive | calmking/smart-doc | fb7e9acf4db9dbfefd88e1a96fda61502adefb6a | 9d3a757bffe2224643f45f8b628c7fb0413fc5d5 | refs/heads/master | 2022-12-07T15:43:00.002595 | 2020-09-05T12:50:32 | 2020-09-05T12:50:32 | 257,324,142 | 0 | 0 | Apache-2.0 | 2020-09-05T13:15:33 | 2020-04-20T15:29:05 | Java | UTF-8 | Java | false | false | 10,097 | java | /*
* smart-doc https://github.com/shalousun/smart-doc
*
* Copyright (C) 2018-2020 smart-doc
*
* 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 ... | [
"836575280@qq.com"
] | 836575280@qq.com |
b4a40faf8569cc71e91105a1f30c33c9e6583176 | 9ba7e382d76a47b2a345a914df0e977f4eb2e5c5 | /biz-live/src/main/java/com/netease/biz_live/yunxin/live/liveroom/msg/SeatInfo.java | 0935a0f025763d2511dd10a55d6d37e9a12bb790 | [] | no_license | zsgfrtttt/PkLiveDemo | 51e8b1ef0cc81cb99f8e95deb04e7d78875984b7 | 87c60176aa27a2c8e8b4e05780572f6e62400b19 | refs/heads/master | 2023-07-03T12:44:14.326627 | 2021-08-10T08:40:18 | 2021-08-10T08:40:18 | 394,584,319 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 815 | java | /*
* Copyright (c) 2021 NetEase, Inc. All rights reserved.
* Use of this source code is governed by a MIT license that can be found in the LICENSE file.
*/
package com.netease.biz_live.yunxin.live.liveroom.msg;
import com.netease.biz_live.yunxin.live.model.SeatMemberInfo;
import java.io.Serializable;
/**
* 服务端... | [
"13794935050@163.com"
] | 13794935050@163.com |
46f082498a157c7fbc58350503df16e1a1750f8a | a86fcd84e71fbc20aa1a64bd2428e90cc46a4090 | /app/src/main/java/com/android/greenfoodchallenge/controller/activities/AccountActivity.java | 5eee795d132ffe44721a3ce8b8c64987e2254f2a | [] | no_license | spencerkarjala/greenfoodchallenge | 3d0f375cbed57005bf52f0ddd7fc1bc7f6f9b011 | 2f53ac6fac9f755d5818476d5191828b226b6e5f | refs/heads/master | 2020-05-15T09:14:52.434322 | 2019-04-19T02:12:54 | 2019-04-19T02:12:54 | 182,173,632 | 0 | 0 | null | 2019-04-19T02:12:56 | 2019-04-19T00:08:28 | Java | UTF-8 | Java | false | false | 8,529 | java | package com.android.greenfoodchallenge.controller.activities;
import android.app.AlertDialog;
import android.content.Context;
import android.content.DialogInterface;
import android.os.Bundle;
import android.support.annotation.NonNull;
import android.util.Log;
import android.view.View;
import android.widget.Button;
imp... | [
"skarjala@sfu.ca"
] | skarjala@sfu.ca |
555a42d967dd14d93b24107535845b04e1e22f72 | 9d1870a895c63f540937f04a6285dd25ada5e52a | /chromecast-app-reverse-engineering/src/from-androguard-dad-broken-but-might-help/crx.java | bff2c7bbd714e928a52843e4e73b83eec0330638 | [] | no_license | Churritosjesus/Chromecast-Reverse-Engineering | 572aa97eb1fd65380ca0549b4166393505328ed4 | 29fae511060a820f2500a4e6e038dfdb591f4402 | refs/heads/master | 2023-06-04T10:27:15.869608 | 2015-10-27T10:43:11 | 2015-10-27T10:43:11 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 719 | java |
public crx(com.google.android.gms.common.data.DataHolder p1, int p2)
{
this(p1, p2);
return;
}
public final String a()
{
return this.a("account_name");
}
public final String b()
{
String v0_1 = this.a("display_name");
if (and... | [
"v.richomme@gmail.com"
] | v.richomme@gmail.com |
e3c79f9c86fbe73c4910c89fb0518767e73769bf | cb762d4b0f0ea986d339759ba23327a5b6b67f64 | /src/web/com/joymain/jecs/am/webapp/action/InwDepartmentController.java | c621c141547d7e924241b0f507d87f6475a03367 | [
"Apache-2.0"
] | permissive | lshowbiz/agnt_ht | c7d68c72a1d5fa7cd0e424eabb9159d3552fe9dc | fd549de35cb12a2e3db1cd9750caf9ce6e93e057 | refs/heads/master | 2020-08-04T14:24:26.570794 | 2019-10-02T03:04:13 | 2019-10-02T03:04:13 | 212,160,437 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,999 | java | package com.joymain.jecs.am.webapp.action;
import java.util.List;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import com.joymain.jecs.util.data.CommonRecord;
import com.joymain.jecs.u... | [
"727736571@qq.com"
] | 727736571@qq.com |
6d7ec9bddbb7cca4c69708a1597bba08f25e7a9d | 704b8727861bbc1cc8108e23a8d70811b01e96d3 | /KTour2.java | d1574aaf9e00f78d43ce2cfbb48ec4e52335e630 | [] | no_license | dkaps125/KnightsTour | d9bd9d773e7640965ec2f96c1104a4c5859d17b8 | f1923643aef3268ae6669d098ae9807e11217def | refs/heads/master | 2021-01-01T19:55:19.209076 | 2013-06-01T21:11:54 | 2013-06-01T21:11:54 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,415 | java | package knightstour;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.io.File;
import java.io.FileNotFoundException;
import java.util.Random;
import java.util.Scanner;
import javax.swing.JButton;
import javax.swing.Timer;
/**
* A class that demonstrates the knight's to... | [
"drumaddict@comcast.net"
] | drumaddict@comcast.net |
8741becf55eeb64fc7023f87a66ed39f51453eef | 6da3e449ca48ce0bb90d1d95d74f34f65620f0c2 | /src/test/java/com/dongdong/spring/test/sort/TopologySort.java | cd4ca9fa4f2bce38f31777bb7e4b6d8d6be4496e | [] | no_license | PangDongdon/spring-study | 44ae036f6bc1b948ffdd45f9f49590476f439597 | 8b504669da85b9be6c8c18548a05cb86174c3da8 | refs/heads/master | 2023-04-13T23:33:28.869563 | 2023-04-09T08:09:00 | 2023-04-09T08:09:00 | 207,733,588 | 0 | 0 | null | 2022-06-29T17:38:27 | 2019-09-11T05:52:20 | Java | UTF-8 | Java | false | false | 924 | java | package com.dongdong.spring.test.sort;
import java.util.*;
public class TopologySort {
private static List<Node> sortedTopology(Graph graph) {
if (graph == null) {
return null;
}
HashMap<Node, Integer> inMap = new HashMap<>();
Queue<Node> zeroInQueue = new LinkedList... | [
"pdd123456"
] | pdd123456 |
ddcd688999c86f8ee2d4d6e0b802ca8b3dbc3ac3 | bd4332d6d9315c7e04fb75a4067cf58759173393 | /library/src/main/java/persistence/PatronNotFoundException.java | 9817004fb5d6cece3a8539e139f49c19e0b35387 | [] | no_license | jlangr/library2020 | 80b457863f4a48e03cd9ec7ce1bc72a8bdb12f2d | a7fa1ed6842ce4e4d5af2f74e7e0b732808b21e1 | refs/heads/main | 2022-06-16T16:20:52.884518 | 2022-05-10T14:34:38 | 2022-05-10T14:34:38 | 253,542,887 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 146 | java | package persistence;
public class PatronNotFoundException extends RuntimeException {
private static final long serialVersionUID = 1L;
}
| [
"jeff@langrsoft.com"
] | jeff@langrsoft.com |
347d2086bce1b3711c2349550f0326ae264f86b8 | ec55bcb26508f356ae41304c7e4bea347623b2ca | /Enterprise & Mobile/Java/Projects/start_files/main/java/yourpath/domain/Category.java | 5fd0e620a1a4f470deffd134f2ec40436d918aa3 | [] | no_license | MiloszBoghe/School-Y3- | f215179a7f022f28a769a1e7eb9dbdc2456884b8 | b2c2973bc026709bb8200bd590faa40c60094798 | refs/heads/master | 2023-02-26T17:29:21.257424 | 2021-02-02T15:40:14 | 2021-02-02T15:40:14 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 796 | java | package eu.noelvaes.spring.beers.domain;
import java.io.*;
import java.util.*;
import javax.persistence.*;
@Entity
@Table(name="Categories")
public class Category implements Serializable{
@Id
@GeneratedValue(strategy=GenerationType.IDENTITY)
@Column(name="Id")
private int id;
@Column(name="Category... | [
"11800460@student.pxl.be"
] | 11800460@student.pxl.be |
48d9219d1a1156c7fd0c68f13d0821842feb7248 | 2228911a89cb7a5bb2b22c56f9d1d0914575ca2f | /trunk/GoJava7/trentovskyjvova/Kickstarter/src/main/java/ua/com/goit/gojava7/kickstarter/domain/Category.java | 123796c9da4b1d0cfc924c03c848d4e76d71a60f | [] | no_license | alexandroid1/GoJava | cc9cc8c4a2dd76b2a909caf6e9f9cc6d94a528c2 | 08b4b65697cee23e5d173ea4b4e57ba23324b380 | refs/heads/master | 2021-01-24T19:38:46.776298 | 2015-12-06T21:12:01 | 2015-12-06T21:12:01 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 337 | java | package ua.com.goit.gojava7.kickstarter.domain;
public class Category {
private int id;
private String name;
public Category() {
}
public String getName() {
return name;
}
public void setId(int id) {
this.id = id;
}
public void setName(String name) {
this.name = name;
}
public int getId() {
... | [
"trentovskyj@gmail.com"
] | trentovskyj@gmail.com |
dbf1e0e49707b851e685559b2dbee2c8f8882af5 | d43aa7c0083e101f1641690ab77f85f2b557d0a6 | /infrastructure-cache/src/main/java/com/github/ibole/infrastructure/spi/cache/redis/package-info.java | c07b7b7dae7ff6751a2987d064d60d281d182823 | [
"Apache-2.0"
] | permissive | benson-git/ibole-infrastructure | afc0fbc5fa0de58f4b8fff3de86ccff8cf2e2412 | 1749e41a6450a0ec235f10c0915b29dab744bfab | refs/heads/master | 2020-04-04T23:37:17.728059 | 2017-07-09T22:50:11 | 2017-07-09T22:50:11 | 81,965,275 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 103 | java | /**
*
*/
/**
* @author bwang
*
*/
package com.github.ibole.infrastructure.spi.cache.redis; | [
"chikaiwang@hotmail.com"
] | chikaiwang@hotmail.com |
719803c66292a349064d8c1deaf0f42e9b97553a | b79a205b6bf3e76bbfd75bea21f65e0ebeeaa6c4 | /app/src/test/java/com/example/moviesflix2/ExampleUnitTest.java | a562c8c1fc10e4f19b5343734d1a89fa78f5d6a2 | [] | no_license | mohamedfffccc/Movies | eb396fe3b30d764f9eed0206ec9bed0fbcc002f7 | 7591dda9a19c52cd253142590c594f944c2d82f1 | refs/heads/master | 2021-04-21T02:23:56.214397 | 2020-03-24T15:16:39 | 2020-03-24T15:16:39 | 249,740,544 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 384 | java | package com.example.moviesflix2;
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 voi... | [
"mohamedfci2016@gmail.com"
] | mohamedfci2016@gmail.com |
d123320260825e88ee56b75ea9908bbb064b687b | 452b254375dd8c2723a829e129127d9d64e2dfc1 | /HeuristicallyInformedMaze/src/ie/gmit/sw/ai/GameFuzzyLogic.java | b499e74b2204edd8c89bd88a1f4f148a9e5f9f35 | [] | no_license | jamesngondo2013/Java-Maze-PathFinding | 4047aabf668fd844f8f4dca6df1cb2900cb9ae7f | 54ff7fb40df6b3ba619cea5f58cd6b804b78a3fd | refs/heads/master | 2021-01-10T10:33:27.339500 | 2016-04-06T00:09:17 | 2016-04-06T00:09:17 | 55,553,753 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,629 | java | package ie.gmit.sw.ai;
import net.sourceforge.jFuzzyLogic.FIS;
import net.sourceforge.jFuzzyLogic.FunctionBlock;
import net.sourceforge.jFuzzyLogic.plot.JFuzzyChart;
import net.sourceforge.jFuzzyLogic.rule.Variable;
public class GameFuzzyLogic {
public static void main(String[] args) {
String fileName = "fcl/s... | [
"jamesngondo2013@outlook.com"
] | jamesngondo2013@outlook.com |
7b9eeecc262b8358fa6771063275c54f2da09367 | c5239b18d112dfadadb8dfdebf9125f9b5151bac | /app/src/main/java/product/prison/bean/Details.java | 62640543d65b23e0092b556d3aa4b776b5d81256 | [] | no_license | iptv-zhu/bjhp | 4b88c7c8b3805d43083c92fd0dbe0c149f7b4bbc | 4b7f9fdc2f7358c1308a5113c0c262ce748cf752 | refs/heads/master | 2020-06-25T21:39:38.397898 | 2019-07-29T10:14:48 | 2019-07-29T10:14:48 | 199,428,981 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 957 | java | package product.prison.bean;
import java.io.Serializable;
/**
* Created by zhu on 2017/9/27.
*/
public class Details implements Serializable {
private int id;
private int infoId;
private String name;
private String icon;
private String content;
public void setId(int id) {
this.... | [
"pigadmin@163.com"
] | pigadmin@163.com |
31a2f9aed197ce92d57fbcf848ac27d2b4c9d660 | 74b47b895b2f739612371f871c7f940502e7165b | /aws-java-sdk-organizations/src/main/java/com/amazonaws/services/organizations/model/transform/AccessDeniedForDependencyExceptionUnmarshaller.java | 2d045f842c4ed35823e456ab251ecd2902ffc913 | [
"Apache-2.0"
] | permissive | baganda07/aws-sdk-java | fe1958ed679cd95b4c48f971393bf03eb5512799 | f19bdb30177106b5d6394223a40a382b87adf742 | refs/heads/master | 2022-11-09T21:55:43.857201 | 2022-10-24T21:08:19 | 2022-10-24T21:08:19 | 221,028,223 | 0 | 0 | Apache-2.0 | 2019-11-11T16:57:12 | 2019-11-11T16:57:11 | null | UTF-8 | Java | false | false | 3,302 | java | /*
* Copyright 2017-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with
* the License. A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "licen... | [
""
] | |
83f3394330ac96087532e193cfa2bdd9ffef2715 | 7dc3f8ce3fa6261d8de36daceb1661da120b440e | /app/src/main/java/com/app/voicetotextapp/api/ReadmePageApi.java | 065c197280a9d5f1d2eb5fe8fe31968b6924d6ab | [] | no_license | tusharpandey/voicetotext | b22f4657c20880396f82eb1eaf884cdf42910c52 | 6b15bd550958731a7dd9a604fe4ef20d101326f0 | refs/heads/master | 2020-04-09T17:02:55.297955 | 2019-06-24T09:00:58 | 2019-06-24T09:00:58 | 160,469,323 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 815 | java | package com.app.voicetotextapp.api;
import com.app.voicetotextapp.api.callback.ReadmePageCallback;
import com.app.voicetotextapp.api.data.AccuracyQuestions;
import com.google.gson.Gson;
public class ReadmePageApi extends ApiHit {
ReadmePageCallback docCallback;
public ReadmePageApi(ReadmePageCallback docCal... | [
"tushar.pandey@bold.com"
] | tushar.pandey@bold.com |
cf91968a4bbb4c1e7d49fc9e46b6b0e5615fa592 | 278d11d15788d7c44d7dc09d8af2a3ef8da364c0 | /src/main/java/com/example/validation/service/domain/PropertiesAuthorDefaults.java | e8aad6abfc0c8b53eef66e94941221b5f73f528e | [
"MIT"
] | permissive | IlyasYOY/sprint-boot-validation | fa78c8bc01a13171bc7c7da0356f7da683fb2971 | a0425bcfdef4b1d63c93dc941c987546d2dc4823 | refs/heads/master | 2023-04-11T04:29:53.002763 | 2021-04-22T19:28:48 | 2021-04-22T19:28:48 | 269,439,567 | 2 | 0 | MIT | 2020-06-06T16:56:07 | 2020-06-04T18:51:17 | Java | UTF-8 | Java | false | false | 791 | java | package com.example.validation.service.domain;
import com.example.validation.configuration.properties.DefaultsProperties;
import com.example.validation.domain.service.AuthorDefaults;
import lombok.RequiredArgsConstructor;
import org.springframework.stereotype.Component;
import javax.annotation.PostConstruct;
@Compon... | [
"IIlyinykh@alfabank.ru"
] | IIlyinykh@alfabank.ru |
f119aea392bfdcbc051beda9620855d42a56ddfe | 192a0f6239e40cbd44654306c89c05ff2a5148d6 | /src/aps/TempoResult.java | 261ec27c88b46151b2446c7b42d5469633f348a5 | [] | no_license | Turistas-de-Verdade/Aps-algoritmos | e264f4a481b99898eb4658a3e3ed92fc078267c7 | f62f6b09d2fe415d4769a6ddb57a2b2cd6bef882 | refs/heads/main | 2023-01-11T14:50:09.372726 | 2020-11-16T01:22:42 | 2020-11-16T01:22:42 | 312,720,833 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 506 | java | package aps;
public class TempoResult {
String array;
Long tempo;
public TempoResult() {
}
public TempoResult(String array, Long tempo) {
super();
this.array = array;
this.tempo = tempo;
}
public String getArray() {
return array;
}
public void setArray(String array) {
this.array = array;
}
... | [
"felipe.ferreira.sco@gmail.com"
] | felipe.ferreira.sco@gmail.com |
a640f3d02a293a821b140dcfe1c217ffdcf4d1b1 | aec14abb4bbc26c50ce4cf74baff140578b971e9 | /adp/src/main/java/com/adp/common/utils/DateUtils.java | 15b447cdbc39129655621fb3c1b1d0141c270d6e | [] | no_license | huayalong/adp-dm | e6dcc65fd2a3349370bad95c2f07b85a636afef2 | 64f307a872955067e765de9763ebab0d63b4a44a | refs/heads/master | 2023-06-26T05:27:17.516211 | 2021-07-20T04:01:36 | 2021-07-20T04:01:36 | 387,665,405 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,015 | java | package com.adp.common.utils;
import java.lang.management.ManagementFactory;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Date;
import org.apache.commons.lang3.time.DateFormatUtils;
/**
* 时间工具类
*
* @author adp
*/
public class DateUtils extends org.apache.commo... | [
"huayalong@bjsasc.com"
] | huayalong@bjsasc.com |
df74702b37bde9a86187f02feae82e8f5ec7d035 | 4ebeef96d16791c0847e2c13fe2620c16b5d759d | /DrawPath.java | 90f969fc6ca4edfe772b2ea5e3224c981095496e | [] | no_license | nelsonlaw/co-painter | d262dc179a1c07f755ee88b57f1a29f4613823b7 | a4382dfe55b76db0f65fab27899cab02a2883fe7 | refs/heads/master | 2021-01-25T05:56:28.106309 | 2017-02-02T08:17:08 | 2017-02-02T08:17:08 | 80,705,288 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 23,859 | java | import javax.swing.*;
import java.awt.*;
import java.awt.event.*;
import java.util.ArrayList;
import javax.swing.JOptionPane;
import java.io.*;
import java.net.*;
import java.util.*;
class Path implements Serializable{
Color penColor;
int penSize;
ArrayList<Point> points = new ArrayList<Point>();
publ... | [
"iamnelsonlaw@gmail.com"
] | iamnelsonlaw@gmail.com |
9509f5fe84ef4456f4d5b96bd2e7848fb4de016b | a34bd178145c67c8b3ff8e58d65c76cb387b8a9e | /src/main/java/com/fixit/core/data/Address.java | eecdf0726438324176e5c59dc73a4449a9af5339 | [] | no_license | kostyantin2216/fix-it-core | e43472bd934f071724f75114603eef5e687e6be1 | 5c73e0e3d00dca0e7535a5578f2b0964efc19f35 | refs/heads/master | 2021-09-05T05:14:57.049297 | 2018-01-24T09:46:41 | 2018-01-24T09:46:41 | 87,972,542 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,105 | java | /**
*
*/
package com.fixit.core.data;
/**
* @author Kostyantin
* @createdAt 2017/11/10 21:40:39 GMT+2
*/
public class Address {
private String featureName;
private String adminArea;
private String subAdminArea;
private String locality;
private String subLocality;
private String thoroughf... | [
"kostyantin2216@hotmail.com"
] | kostyantin2216@hotmail.com |
7add12e7f0114330d5713a0856603cdc2cab08f5 | f56719a0234cf91138aa9936a451a3f5b1c90696 | /DB_Hotel_Reservation/src/db_hotel_reservation/DatabaseManagement.java | e7f60184eeb08551d246c77f0c9fdc6d6153e3c2 | [] | no_license | IliyaVukarski/My_Java_Projects_2018 | 0e321294c62b9d051837f6c7a5b8498d328cb517 | 011d334e1499000cb29864ac4d58364f345a8d96 | refs/heads/master | 2020-03-13T05:47:25.930887 | 2019-02-03T22:06:40 | 2019-02-03T22:06:40 | 130,990,618 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,068 | java | package db_hotel_reservation;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
import java.time.LocalDateTime;
import java.time.Month;
import java.time.temporal.ChronoUnit;
import... | [
"Iliya@172.16.10.217"
] | Iliya@172.16.10.217 |
ecf49cc720fb2fa1578e0089740ed275b36a5060 | a772e8cc6c52b434084d914ba9a5fe78b62d37e6 | /cycleTest.java | 4deaaa5b5f1c73456acd854b027019357c18ea4f | [] | no_license | sukanyajun92/Totally-ordered-multicast | 095d65f9316f22c0f5594a7e68532f5b0f650c65 | 45bf6b0284941325e96778b10fa40a2989b6a791 | refs/heads/master | 2016-09-10T16:37:31.275022 | 2015-03-11T18:30:08 | 2015-03-11T18:30:08 | 32,033,953 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,538 | java | import java.io.File;
import java.io.FileNotFoundException;
import java.io.FileWriter;
import java.io.IOException;
import java.util.InputMismatchException;
import java.util.Scanner;
import java.util.Stack;
//The user has to input the adjacency matrix
public class cycleTest
{
private Stack<Integer> stack;
private ... | [
"sukanya.jun92@gmail.com"
] | sukanya.jun92@gmail.com |
cfeb7e9fd4475b42e6a06edb22c37962eecd5190 | 65f0c9b001d0b4ae15b192b3235511424889a22f | /src/com/fcicb/view/sample/student/NewPassword.java | 260745c3a87d86ddabfe7fb719eb964a66420995 | [] | no_license | Amr-Dawood/faculty-management-system | e93f6a43f9a9fedb4279929d8111d9a92fae007e | bc0b051f706fd2bb8887c3632de98e0b0274030c | refs/heads/master | 2022-12-31T21:24:48.159041 | 2020-10-17T22:06:19 | 2020-10-17T22:06:19 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,454 | java | package com.fcicb.view.sample.student;
import com.fcicb.model.service.impl.StudentService;
import com.fcicb.view.sample.Login;
import javafx.event.ActionEvent;
import javafx.fxml.FXML;
import javafx.fxml.Initializable;
import javafx.scene.control.Label;
import javafx.scene.control.PasswordField;
import java.io.IOExcep... | [
"mennasayed192@gmail.com"
] | mennasayed192@gmail.com |
6cf0497f32c2884841ce625ee955ecd645e9d659 | 534175d240505a47cee6d84807f097b99a82cc5a | /src/main/java/com/batis/demo/service/BaseServiceImpl.java | c47f0c22125f401890202125c2d305fe6dd8ca51 | [] | no_license | in-way/mybatis-demo | 1b71e2bac1d0caa53be3e3f860550416c7b70f0e | 189f9fa79cf81f17b18abce1f7eba11bd6cf9fb8 | refs/heads/master | 2023-07-18T14:47:09.923836 | 2021-09-10T07:05:30 | 2021-09-10T07:05:30 | 402,610,213 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,516 | java | package com.batis.demo.service;
import com.baomidou.mybatisplus.core.conditions.Wrapper;
import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
import com.batis.demo.util.CipherServi... | [
"784615820@qq.com"
] | 784615820@qq.com |
abb15b86ceb916685aef55e7f7a56b6b89435f37 | 6cf5c4ba37e6ed64b754b466df30e9a09cdd2165 | /app/src/androidTest/java/com/example/fragmentexam/ExampleInstrumentedTest.java | 034eb72d091a36967efc9610a0c711f05ecac6d0 | [] | no_license | suwonsmartapp/EventBusExam | f691487ba1e4ab2b36be89a8df99d0cb565533ba | ad4b089da86c475bdb20b14489a2468f3b459777 | refs/heads/master | 2020-05-21T10:27:37.109931 | 2017-03-11T01:59:18 | 2017-03-11T01:59:18 | 84,616,025 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 752 | java | package com.example.fragmentexam;
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 And... | [
"a811219@gmail.com"
] | a811219@gmail.com |
7ff6c22f71c0705aafc28e28f6a106e5a2699760 | 5ba228ab46dfcb3e85e5f3519ea4d94d771e7602 | /SEG_AndroidProject/app/src/main/java/com/example/seg_androidproject/DataBase/DataBase.java | 18b644e67c161d0ad7d4bb6c37a79a33217bcb8c | [] | no_license | CBNla/SEG2105_project | f6a97e4a86d58db816737a18b76000cedd1988cb | c81b9058672398825fac6556c6a619177ca46a0a | refs/heads/master | 2020-09-10T21:41:04.350790 | 2019-11-15T03:13:04 | 2019-11-15T03:13:04 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 14,641 | java | package com.example.seg_androidproject.DataBase;
import android.content.ContentValues;
import android.content.Context;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import android.database.sqlite.SQLiteOpenHelper;
import com.example.seg_androidproject.Clinics.Admin;
import com.example... | [
"kwang126@uottawa.ca"
] | kwang126@uottawa.ca |
f6f435fc1272d5ade8b69c84d6d2fa55515672bf | 83d56024094d15f64e07650dd2b606a38d7ec5f1 | /sicc_druida/fuentes/java/MaeTipoProblTipoSolucLPStartUp.java | a5c9dc51ca1e27632d2547a79ed248090b8b5a3c | [] | no_license | cdiglesias/SICC | bdeba6af8f49e8d038ef30b61fcc6371c1083840 | 72fedb14a03cb4a77f62885bec3226dbbed6a5bb | refs/heads/master | 2021-01-19T19:45:14.788800 | 2016-04-07T16:20:51 | 2016-04-07T16:20:51 | null | 0 | 0 | null | null | null | null | ISO-8859-1 | Java | false | false | 29,746 | java | /*
INDRA/CAR/mmg
$Id: MaeTipoProblTipoSolucLPStartUp.java,v 1.1 2009/12/03 18:40:25 pecbazalar Exp $
DESC
*/
import java.util.*;
import org.jaxen.dom.DOMXPath;
import org.w3c.dom.Element;
import es.indra.utils.*;
import es.indra.druida.Contexto;
import es.indra.druida.DruidaConector;
import es.indra.druid... | [
"hp.vega@hotmail.com"
] | hp.vega@hotmail.com |
becc0e67ff01da62399196d5e1e6b76583972b9e | 8bd158045ed6c929d7d9407e20906670b165c956 | /src/novoda/lib/immunity/system/RawProperties.java | bc189391fec90099a38b6508137ebc461e95383d | [] | no_license | xiaoyanit/Thermostadt | 22ee60d98070b55da3f4fc7b7e44d273b3093c31 | b1f2dff37d1f6e257db63a54cd2f4b1853c63273 | refs/heads/master | 2020-12-24T13:53:16.734421 | 2011-02-14T15:16:24 | 2011-02-14T15:16:24 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,157 | java |
package novoda.lib.immunity.system;
import novoda.lib.immunity.Log;
import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.util.HashMap;
import java.util.Map;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
public class RawProperties {
private static final String GETPROP_C... | [
"carl@novoda.com"
] | carl@novoda.com |
400ee1ca213fc986c12ca8df5016f810cc945807 | 24fae99a278e8022b3944908a4db05b3d3148551 | /sources/android/support/v7/widget/AppCompatDrawableManager.java | 00e856c2626492b92d7c9e40d98701cf6b7ac868 | [] | no_license | bigmanstan/FurniAR-college-Minor-project | 53cad4bc90d65aadcb76613ba386306672cfd011 | 3ceba7e1fcaf5e847e3a72dd92712c308d484189 | refs/heads/master | 2020-05-26T03:04:18.538119 | 2019-05-26T12:33:47 | 2019-05-26T12:33:47 | 188,084,904 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 29,079 | java | package android.support.v7.widget;
import android.content.Context;
import android.content.res.ColorStateList;
import android.content.res.Resources;
import android.content.res.Resources.Theme;
import android.graphics.PorterDuff.Mode;
import android.graphics.PorterDuffColorFilter;
import android.graphics.drawable.Drawab... | [
"theonlyrealemailid@gmail.com"
] | theonlyrealemailid@gmail.com |
bac3dd16aba80b7c057bf2c17269ce34170acce0 | 64034599c2fd6a220c4473999162d4df6bcb6712 | /src/Calculator/MainEventHandler.java | 3762d71501c75ee445dc7a7721f634d8260c6fbc | [] | no_license | Deepayan-Ghosh/Scientific-Calculator | 6bc49868626de40c1b304d7494d6c747aece1c64 | 0803669ac32f3122ec0b51a359b8f1e011544ca5 | refs/heads/master | 2021-01-19T12:34:27.822187 | 2017-02-17T17:43:02 | 2017-02-17T17:43:02 | 82,321,392 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,594 | java | package Calculator;
import javax.swing.*;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
/* Handels most of the events from basic calculator view that is View class and its child frame "HistoryFrame"
It appends the action com... | [
"deepayanghosh89@gmail.com"
] | deepayanghosh89@gmail.com |
e46a98dddef7d8ca63ccaaa91bb52d3d6040e67c | 72f067592a039ad35e97d10cacd953e929feb652 | /6.410/lab4/CSP/CSPTop.java | 620b5d2c75d5a0078159c95a05273457d96bb6e8 | [] | no_license | drproduck/study | 75235f67c4cac7ce074d895edaedb69757b36465 | 0dddb5e09a0664f78b77c0bfe0db71d4a6d1d9e6 | refs/heads/master | 2021-01-12T03:48:12.609169 | 2017-03-18T20:51:08 | 2017-03-18T20:51:08 | 78,266,568 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,747 | java | /**
* Title: CSPTop
* Description: Top-level class for solving a CSP.
* Copyright: Copyright (c) 2005-2007
* Company: MIT
* @author Andreas Hofmann and Brian Williams
* @version 2.0
*/
public class CSPTop {
/**
* An instance denoting the CSP to be solved.
*/
static CS... | [
"duckhiem95@yahoo.com"
] | duckhiem95@yahoo.com |
93edbe8028438145065dbb4a90e1757c4d24ab11 | 7af733baf390e3c7560dd0a9a1fb952b71478349 | /src/javaLab03/Quadratic_2.java | b9021d3715a781b64c6e84f1b6421ce1d686c8ed | [] | no_license | iiiqbd/CMM001 | dfed46ab931479d5d138366fea7889116b95e81a | c9f86d960113e3304c2d5e6573aed6dbdece48c4 | refs/heads/master | 2021-01-15T15:26:34.234382 | 2016-08-15T13:58:04 | 2016-08-15T13:58:04 | 52,596,337 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,580 | java | package javaLab03;
/*
Quadratic.java
Implement a Java application that solves the quadratic equation ax*x + bx + c = 0
-ask the user to enter three double values a, b, and c
-calculate a double value d = b * b – 4ac
-if d < 0 then display “That quadratic does not have any solutions”
-if d = 0 then there is one... | [
"u.i.adiele@rgu.ac.uk"
] | u.i.adiele@rgu.ac.uk |
576edc4ec39b1a20487939072c3113f62db91889 | b4a17bb5aaacfa292420dbd8097d8d62646122ed | /app/src/main/java/info/expensemanager/expfile/activity/CustomeSpinnerCategoryAdapter.java | 7350385eb452e7d990e605cdcd1b3be12eb8383d | [] | no_license | eashwerks/MaterialDesign | bb003202cffe964836c973fdce985799898b5477 | a9954bd5268eb961747639bfe76c510d94fe9970 | refs/heads/master | 2020-06-14T14:44:25.370082 | 2016-11-30T09:24:16 | 2016-11-30T09:24:16 | 75,059,892 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,961 | java | package info.expensemanager.expfile.activity;
/**
* Created by Rahul on 30/03/2016.
*/
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAdapter;
import android.widget.ImageView;
import android.widget.TextView;
im... | [
"eashwerks@gmail.com"
] | eashwerks@gmail.com |
e8c6e5a8bc836637e7eeaa101fd9907193802a67 | 240f31fc7278cf720ec1a73676e93b0bd7d61a28 | /src/main/java/org/wildstang/hardware/crio/outputs/WsVictor.java | 6bb7d99bb628bc38187d3e12f6261b2bf9682cca | [] | no_license | wildstang/2020_robot_software | 5a3159e387e156ae0e391ff6f7065ed285f5cf80 | 437ce2753346d8c352eb2f17f43ec43f169cb59d | refs/heads/master | 2023-08-12T01:57:12.844516 | 2021-09-05T13:12:57 | 2021-09-05T13:12:57 | 232,211,570 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 734 | java | package org.wildstang.hardware.crio.outputs;
import org.wildstang.framework.io.outputs.AnalogOutput;
import edu.wpi.first.wpilibj.Victor;
/**
*
* @author Nathan
*/
public class WsVictor extends AnalogOutput {
Victor victor;
// By giving the victor1 number in the constructor we can make this generic
... | [
"liamfruzyna@gmail.com"
] | liamfruzyna@gmail.com |
b837b7705bcd88b54435b576009ea0c53919d0c0 | fff8d45864fdca7f43e6d65acbe4c1f469531877 | /erp_desktop_all/src_nomina/com/bydan/erp/nomina/presentation/web/jsf/sessionbean/BarrioSessionBeanAdditional.java | e0033f5dfd71b74599cf8cffdca3806e3191a449 | [
"Apache-2.0"
] | permissive | jarocho105/pre2 | 26b04cc91ff1dd645a6ac83966a74768f040f418 | f032fc63741b6deecdfee490e23dfa9ef1f42b4f | refs/heads/master | 2020-09-27T16:16:52.921372 | 2016-09-01T04:34:56 | 2016-09-01T04:34:56 | 67,095,806 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 875 | java |
/*
*ADVERTENCIA : Este programa esta protegido por la ley de derechos de autor.
*La reproducci?n o distribuci?n il?cita de este programa o de cualquiera de
*sus partes esta penado por la ley con severas sanciones civiles y penales,
*y ser?n objeto de todas las sanciones legales que correspondan.
*/
package com.... | [
"byrondanilo10@hotmail.com"
] | byrondanilo10@hotmail.com |
ce0eba16eb870f1663becaf1673d1c1560481fc5 | 737253197104a69ec973836c2b5b5d6dd811270f | /app/src/main/java/com/zys/jym/lanhu/bean/MsgCenterData.java | dcda731de028e432e98ba87cab5c94bb96c7b6e3 | [] | no_license | bailyzheng/lanhu1 | 12484164dd81535ee6b8656e3cbf692b9133fd5b | af35117804956ae7517abeb97238a61794f74381 | refs/heads/master | 2020-12-03T00:00:14.649537 | 2017-06-30T10:13:35 | 2017-06-30T10:13:35 | 95,970,978 | 0 | 0 | null | 2017-07-01T15:04:16 | 2017-07-01T15:04:16 | null | UTF-8 | Java | false | false | 900 | java | package com.zys.jym.lanhu.bean;
import java.io.Serializable;
/**
* Created by Administrator on 2017/1/2.
*/
public class MsgCenterData implements Serializable{
private int errcode;
private String errmsg;
private MsgListData data;
public int getErrcode() {
return errcode;
}
public v... | [
"867814102@qq.com"
] | 867814102@qq.com |
8e48c0023e9efefaa1362a047459c34a1e291991 | abb3b3bf9ad29542642e8c607c88f236d7ea1fb6 | /src/main/java/com/shinowit/entity/SupplyrecordinfoEntity.java | 3eab360612fdfcbff0fe8f8a2245ce5727126dc9 | [] | no_license | wmr123456/oss | 81d6de717248c763e7327c4d824951b5540df130 | 83d2e210273b24fa5602837965b5e2dc30ca3acd | refs/heads/master | 2016-09-05T16:54:28.038353 | 2015-01-11T14:19:02 | 2015-01-11T14:19:02 | 28,174,490 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,370 | java | package com.shinowit.entity;
import javax.persistence.*;
import java.math.BigDecimal;
import java.sql.Timestamp;
/**
* Created by Administrator on 2014/11/14.
*/
@Entity
@Table(name = "supplyrecordinfo")
public class SupplyrecordinfoEntity {
private String id;
private String payAccountNo;
private String... | [
"2293072719@qq.com"
] | 2293072719@qq.com |
89d1172179e9c28f24ae14ce3ec031029c881b8b | 795c5059b9dc23c87fc013360e698c15ce028cf0 | /Mockito/Chapter 3/src/main/java/com/packt/mockito/advanced/voidmethods/DemoController.java | cd42de52293ae51e62d5f71800e4db2b38d2c7b0 | [] | no_license | RobertoFoglia/Learning | 6871ccc97d2d70ccfcb40181d1ead4adfe47869d | d722534a51172706b6e2d9e2b4518ea94f5a205b | refs/heads/master | 2022-12-03T10:16:48.261812 | 2020-08-26T09:57:31 | 2020-08-26T09:57:31 | 136,011,342 | 0 | 0 | null | 2022-11-22T07:35:31 | 2018-06-04T10:49:11 | TSQL | UTF-8 | Java | false | false | 2,389 | java | package com.packt.mockito.advanced.voidmethods;
import java.io.IOException;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
@WebServlet("/De... | [
"fogliaroberto@hotmail.it"
] | fogliaroberto@hotmail.it |
5309fb8f024553599bcb061d33454dcdefb24dd3 | 7af259e9c95073c42a64f871dc20dfd8bc3f9df7 | /security/src/main/java/com/ehs/security/service/impl/BaseCommonServiceImpl.java | f6045b9a9557f0c0f795fed68430f663817d8663 | [] | no_license | volinghis/heedm | c2ae877b764a06ba1dee0f7c23ce8bf74d0cc838 | 20444d9de8919adf8e5ba99edcbf0485c39c445b | refs/heads/master | 2022-10-25T08:08:22.551395 | 2020-05-29T09:28:46 | 2020-05-29T09:28:46 | 230,061,187 | 0 | 0 | null | 2022-06-29T17:52:11 | 2019-12-25T07:26:49 | FreeMarker | UTF-8 | Java | false | false | 11,898 | java | /**
* Copyright © 2019 西安东恒鑫源软件开发有限公司版权所有.
*
* 功能描述:
* @Package: com.ehs.edm.base.service
* @author: chentm
* @date: 2019年5月7日 上午9:21:47
*/
package com.ehs.security.service.impl;
import java.util.List;
import javax.annotation.Resource;
import javax.persistence.criteria.CriteriaBuilder;
import javax.pe... | [
"2629106344@qq.com"
] | 2629106344@qq.com |
95af724e7eec7673f89f8789ead137e60041562d | 2cf25e8c995d2fce2ae9d06e07c2bc20d13135c5 | /practicas/IO_data.java | 0dfd17a50e57fc7e260ee8dccddbeb7e79cab605 | [] | no_license | QiqeMtz/javabasic_course | 667abab379b20424877e64b7bfad7402ec89f2d6 | d8969a9117c731f4a3228503c8e607675cb99eb8 | refs/heads/master | 2021-01-02T22:49:20.988946 | 2017-08-10T05:37:02 | 2017-08-10T05:37:02 | 99,402,703 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 466 | java | package practicas;
import java.io.FileWriter;
public class IO_data {
public static void main(String[] args) {
String text = "Hola PlatziJava";
String fileRoute = "/Users/qiqemtz/Documents/Cursos/Java_Basic_Platzi/";
String fileName = "myfile.txt";
try {
FileWriter file... | [
"lejm.18@gmail.com"
] | lejm.18@gmail.com |
0b8479fade25a080a7fc210f70f04eb83ce1dade | 1b4642b83af3e555c4bd92ac29e8605a0a191be6 | /launcher/src/main/java/com/top/wuxiaolong/launcher/task/TaskGraph.java | dc6afeb4a09d59c498d915b86e89cf6d1f5ef10b | [] | no_license | lantier743865/GraphStarter | a72ed997bc192d62a16596c414f37d507f94f969 | 87bdff52dbccb5877960a40b41383e717b8f41bb | refs/heads/master | 2020-09-21T16:19:15.873814 | 2019-11-29T12:03:18 | 2019-11-29T12:03:18 | 224,846,397 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,117 | java | package com.top.wuxiaolong.launcher.task;
import java.util.ArrayList;
import java.util.LinkedList;
import java.util.List;
import java.util.Queue;
import java.util.Vector;
public class TaskGraph {
//顶点数
private int mVertexCount;
//邻接表
private List<Integer>[] mVertexArr;
@SuppressWarnings("uncheck... | [
"“wuxiaolong05@meituan.com”"
] | “wuxiaolong05@meituan.com” |
e77ef178883b81423786d2b69460c3dbed4ca8bd | 25095e5253c12cc594d6b19e0f43969ffafed466 | /src/main/java/frc/robot/commands/autoCommands/autoCommandGroups/pointToPointSegments/Seg_HPL_CL3.java | a0bdd488b59fb10245e73cb41e0bc6e1354f700e | [] | no_license | FRC3683/FRC-2019-Public | e03632f3f50f589dfe379a0180114507facd7d57 | 252842535127734c3f8f4d08f4c09b2c7035b3e3 | refs/heads/master | 2020-12-04T09:36:11.159474 | 2020-01-04T10:34:44 | 2020-01-04T10:34:44 | 231,713,645 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,076 | java | /*----------------------------------------------------------------------------*/
/* Copyright (c) 2018 FIRST. All Rights Reserved. */
/* Open Source Software - may be modified and shared by FRC teams. The code */
/* must be accompanied by the FIRST BSD license file in the root directory of... | [
"pviral0225@gmail.com"
] | pviral0225@gmail.com |
92442017979bb494e854ea62dcc3dacd84d2d3a5 | c63f90c79da3b22fdac3e7e4d053299039d6cf5f | /personal-menu/src/main/java/com/xdidian/keryhu/personal_menu/postTemplate/RecruitPostTemplate.java | 1c5a7ee4b955c5d712ffd1232f56f20eeaaaeefe | [
"MIT"
] | permissive | keryhu/xdidian-projection | 8b04a33933108f7a8bbc8c8cc4008195530e9d9a | e7a43dff836f625004b78e9e8f2eb470ce6f629b | refs/heads/master | 2021-03-16T09:50:37.003184 | 2017-10-18T11:36:54 | 2017-10-18T11:36:54 | 57,111,650 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,764 | java | package com.xdidian.keryhu.personal_menu.postTemplate;
import java.io.Serializable;
import java.time.LocalDate;
import org.springframework.format.annotation.DateTimeFormat;
import org.springframework.format.annotation.DateTimeFormat.ISO;
import com.fasterxml.jackson.databind.annotation.JsonDeserialize;
import com.fa... | [
"keryhu@hotmail.com"
] | keryhu@hotmail.com |
4d8024e7703b767f623ddb8df1b1246919476d41 | 42b10bc0cf499de9fd02edb201bb172e2d525e1b | /软件构造/Lab3/src/base/MultipleTimeslotEntry.java | 2257f9735605c9930f1892f00ebe619070f11799 | [
"MIT"
] | permissive | cycleke/CSHomeworkInHIT | f51774a70036a0a8ee7430ff04cc8851068e43f6 | d84054c371a9ff719b4f5ad9f5e2e7f5df353142 | refs/heads/master | 2023-07-26T11:50:54.118839 | 2021-06-09T14:12:17 | 2021-06-09T14:12:17 | 315,250,258 | 10 | 2 | null | null | null | null | UTF-8 | Java | false | false | 532 | java | package base;
import java.util.List;
/**
* This class {@link MultipleTimeslotEntry} is an interface for {@link PlanningEntry} that has multiple timeslots.
*
* @author cycleke
*/
public interface MultipleTimeslotEntry {
/**
* Set the timeslot of the entry.
*
* @param timeslots
* the timeslot... | [
"cycleke@gmail.com"
] | cycleke@gmail.com |
257915f8e9481cd293326453abb1b5fb7c32058e | 9cd45a02087dac52ea4d39a0c17e525c11a8ed97 | /src/java/com/adincube/sdk/g/b/b/b.java | 875f24454ad0c3f7dd5f7f55b99e9ef3099062cb | [] | no_license | abhijeetvaidya24/INFO-NDVaidya | fffb90b8cb4478399753e3c13c4813e7e67aea19 | 64d69250163e2d8d165e8541aec75b818c2d21c5 | refs/heads/master | 2022-11-29T16:03:21.503079 | 2020-08-12T06:00:59 | 2020-08-12T06:00:59 | 286,928,296 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,186 | java | /*
* Decompiled with CFR 0.0.
*
* Could not load the following classes:
* com.adincube.sdk.AdinCubeInterstitialEventListener
* com.adincube.sdk.g.b.d
* java.lang.Class
* java.lang.Object
* java.lang.String
* java.lang.StringBuilder
* java.util.HashSet
* java.util.Set
*/
package com.adincube.sdk.g.b... | [
"abhijeetvaidya24@gmail.com"
] | abhijeetvaidya24@gmail.com |
43c458882981b438cc634b2ee0a5773a630e1416 | 46979c3db08b5debf0cdc08802fc27bb4e388ac0 | /javasrc/edu/brown/cs/seede/cumin/CuminRunnerByteCode.java | 01aadd9dfddeacbc9d608a78f8ebd0f3ca08c9d9 | [] | no_license | StevenReiss/seede | 9145f448a09064d18ccdb3f7b1a86e52fa1ca56a | 0b7eb6ec3c47bf73fcadb5cfd113248789f44629 | refs/heads/master | 2023-08-22T03:30:39.380036 | 2023-08-11T17:58:29 | 2023-08-11T17:58:29 | 95,246,373 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 52,400 | java | /********************************************************************************/
/* */
/* CuminRunnerByteCode.java */
/* */
/* Java byte-code interpreter */
/* */
/********************************************************************************/
/* Copyright 2011 Brown University ... | [
"spr@cs.brown.edu"
] | spr@cs.brown.edu |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.