blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 4 410 | content_id stringlengths 40 40 | detected_licenses listlengths 0 51 | license_type stringclasses 2
values | repo_name stringlengths 5 132 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringlengths 4 80 | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 5.85k 689M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 22
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 131
values | src_encoding stringclasses 34
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 3 9.45M | extension stringclasses 32
values | content stringlengths 3 9.45M | authors listlengths 1 1 | author_id stringlengths 0 313 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
2b4fe566ffd7ed66164f34b44f893a5e5e56ebfa | b8bd0161d72c4ca1eca465dde3f2d898ca9f5f39 | /src/com/itedu365/best5201/Before.java | a18a975ed421f4f54f8000122a5836c79329bb01 | [] | no_license | cakin24/TheBestCodeAndArchitectOptimize | 2a3f07242ada411c0533c1587f88f90cf84fca1f | bdc671f410df0a46d89d20f468e4b08ce8f0703a | refs/heads/master | 2020-09-15T20:43:05.916235 | 2019-11-23T07:58:38 | 2019-11-23T07:58:38 | 223,552,748 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 748 | java | /*
* 本书配套视频教程网址(架构师系列培训):
* www.365itedu.com
* 365IT学院,让学习变得更简单!
*/
package com.itedu365.best5201;
/**
*
* 【Java代码与架构之完美优化——实战经典】
*
* 52、避免捕获NullPointerException或Error
*
* @author 颜廷吉
*/
public class Before {
// 调用method1
public static void method2() {
try {
// 抛出Asse... | [
"798103175@qq.com"
] | 798103175@qq.com |
562407ac6bab9710b23ada2065bee1cc0413f49f | e28f2c9cbee582c442d9d63d1bcd68b929db18a6 | /oopIntro/src/oopIntro/Product.java | 9f548e4e1a4046b416fdd36063a195bcbbcd6cd2 | [] | no_license | ramazankayis/JavaCampHomeWork | 3ef05d94712bc8f3b6a62c141b40e4e1b376dc5a | 08e877f40791893cafe018ef72402528ea512008 | refs/heads/master | 2023-07-04T11:35:09.486180 | 2021-08-08T14:30:51 | 2021-08-08T14:30:51 | 365,373,553 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,193 | java | package oopIntro;
public class Product {
int id;
String name;
double unitPrice;
String detail;
double discount;
double unitPriceAfterDiscount;
public Product() {
}
public Product(int id, String name, double unitPrice, String detail,double discount,double unitPriceAfterDiscount) {
super();
this... | [
"11260047@ogrenci.firat.edu.tr"
] | 11260047@ogrenci.firat.edu.tr |
d72fd328a00834d6beb15c4170181ef9b227de6f | 83b6a9a3d2be905c940b9166f7056c89c720eaf1 | /compling.core/source/compling/gui/GrammarWritingUtilities.java | 3715a1e6e4c6a40905b6a42739b33dd07ff5affb | [] | no_license | icsi-berkeley/ecg_compling | 75a07f301a9598661fa71ba5d764094b06b953b3 | 89c810d49119ba7cb76a7323ebbf051a9cfb9b9c | refs/heads/master | 2021-09-15T01:57:44.493832 | 2015-12-14T18:42:08 | 2015-12-14T18:42:08 | 26,875,943 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 15,470 | java | // =============================================================================
//File : GrammarWritingUtilities.java
//Author : emok
//Change Log : Created on Jul 28, 2007
//=============================================================================
package compling.gui;
import java.io.File;
import j... | [
"lucag@icsi.berkeley.edu"
] | lucag@icsi.berkeley.edu |
1502cd15ddaa6390d5b447788d44e011d2ee6608 | c08be51efd0f0ebc6061177dfec4b897c602c858 | /clinic/src/main/java/org/fhi360/lamis/modules/clinic/service/ClinicService.java | ee520e7259b86afe0a00cd07348cfaaff791e2ee | [] | no_license | lamisplus/fhi360-lamis3updates | de4ee811975e9f00e52f2c46096003179f362d67 | ee573cf2b9291f91b2cb1ef230b386ba26bc63e3 | refs/heads/master | 2022-12-02T20:37:37.480801 | 2020-08-19T08:37:14 | 2020-08-19T08:37:14 | 288,662,576 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,545 | java | package org.fhi360.lamis.modules.clinic.service;
import lombok.RequiredArgsConstructor;
import lombok.extern.slf4j.Slf4j;
import org.fhi360.lamis.modules.clinic.web.rest.vm.ClinicVM;
import org.lamisplus.modules.lamis.legacy.domain.entities.*;
import org.lamisplus.modules.lamis.legacy.domain.entities.enumerations.Clie... | [
"matthew.edor@gmail.com"
] | matthew.edor@gmail.com |
9ac55d7e21aceaf9575b514bee48862be1d5a197 | f25287f4e5dc9e8e965e90bb6105ea64f55dfb87 | /app/src/main/java/com/hanks/mvc/base/BaseConstant.java | 827c50ec0b0b2c553113ec51f837251c5638387d | [] | no_license | hanks7/Mvc | c149a76ede81a4b76b1ffb08424619457a281a6e | 24ff2860af1f015d47006d97ffdc2bb5bf4b2fe5 | refs/heads/master | 2020-05-07T16:50:55.862444 | 2019-04-11T07:56:09 | 2019-04-11T07:56:09 | 180,702,208 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 255 | java | package com.hanks.mvc.base;
/**
* @author 侯建军 47466436@qq.com
* @class com.hanks.mvc.base.BaseConstant
* @time 2019/4/11 14:19
* @description 请填写描述
*/
public class BaseConstant {
public final static boolean IS_RELEASE = false;
}
| [
"474664736@qq.com"
] | 474664736@qq.com |
4f9c7d4bb9177929b36008da6a5891e529e4acdf | 2749a4353814e8a8e6e88cd019a327e66c7761b1 | /src/main/java/com/rsw/views/ProgressWebView.java | 24a07a429fbe482d67b619dfb5bd90d0172fc3c4 | [] | no_license | renshiwu/BetterHealth | f3ac6ff024789f909e0f8b93610fc8db02420563 | 61c6d501c8bccfa10d849a8254e2fcf8292626af | refs/heads/main | 2022-12-31T13:12:50.448472 | 2020-10-23T01:34:27 | 2020-10-23T01:34:27 | 306,498,670 | 6 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,306 | java | package com.rsw.views;
import android.content.Context;
import android.util.AttributeSet;
import android.webkit.WebView;
import android.widget.ProgressBar;
@SuppressWarnings("deprecation")
public class ProgressWebView extends WebView {
private ProgressBar progressbar;
public ProgressWebView(Context context, Attrib... | [
"812083100@qq.com"
] | 812083100@qq.com |
d2b4c9b6a974c05123728ce1df91df46e981b8bf | b65a1caab3ed0ed42e17d5592f3e9ba2ac446c1e | /Session8-SCF/src/Animal.java | a22a00c932dcacf9864f4a7f774d44d81b36c007 | [] | no_license | meta-ashish-bansal/GET2020 | c68c222a1dd08221cd0eb69ffa2d4240cde5c66d | 76530b7a8256f44f8f2de1ebbbe3f48edefa7f19 | refs/heads/master | 2023-01-24T19:55:02.969999 | 2020-04-15T16:27:38 | 2020-04-15T16:27:38 | 232,491,015 | 0 | 0 | null | 2020-01-08T07:24:56 | 2020-01-08T06:07:39 | null | UTF-8 | Java | false | false | 483 | java |
abstract public class Animal {
int ageOfAnimal;
static int counter =0;
final int animalId;
String animalName;
String categoryOfAnimal;
float weightOfAnimal;
String soundOfAnimal;
public Animal(int age,String name, String category, float weight,String sound) {
this.ageOfAnimal = age;
this.animalName = na... | [
"ashish.bansal@metacube.com"
] | ashish.bansal@metacube.com |
101611cac879e2231f115747c8959a9299d2e06c | d4caf6382751541d8d14a639f0cabc2fb9a21f13 | /src/main/java/org/alArbiyaHotelManagement/model/NotificationDeliveryBoy.java | 5f6993190a5b6738f2f1046436d20dd0974e1c1a | [] | no_license | iyashiyas/alArbiyaHotelManagement | 24661326b90bb5b6578dc140703d5fa3dc04dc3c | d9fa509d284933329644db27f2c9637a52e5cab1 | refs/heads/master | 2021-01-12T17:42:41.140524 | 2017-05-24T07:27:09 | 2017-05-24T07:27:09 | 71,627,373 | 0 | 1 | null | 2016-10-23T12:17:20 | 2016-10-22T08:43:01 | Java | UTF-8 | Java | false | false | 1,682 | java | package org.alArbiyaHotelManagement.model;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.Id;
import javax.persistence.Table;
@Entity
@Table(name = "NOTIFICATIONDELIVERYBOY")
public class NotificationDeliveryBoy {
@Id
@GeneratedVal... | [
"shiyas009@gmail.com"
] | shiyas009@gmail.com |
753747a0f235dbc9b600ccd8a2e4626f852b882e | a1e58fe75651b47e44aedd768ce4c4c0e618c7ac | /webPersona/src/main/java/pe/reniec/webpersona/dao/dao.java | 56a373b5b21f72c438f6ce9602cb635f113647e3 | [] | no_license | PierCajo/NegociosJavaNet | 65c5e91a7ca15ed91acc3635920bc8cc9afc1044 | 3319861da99f30d41f4a17a84f3c3908dd3d9aac | refs/heads/master | 2021-01-15T21:19:13.581332 | 2012-10-09T03:33:40 | 2012-10-09T03:33:40 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,347 | java | package pe.reniec.webpersona.dao;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.ArrayList;
import java.util.Collection;
import pe.reniec.webpersona.excepcion.DAOExcepcion;
import pe.reniec.webpersona.modelo.Persona;
import pe.r... | [
"piercajo@gmail.com"
] | piercajo@gmail.com |
7f991f28eab8e16eba41cabe5e2f197600b23108 | ad80d2061bfbb06cbee5aef707d6c60de25cbe98 | /src/ArrayInJava/CountCharacterInString.java | 692624dd4d01fbe3657f7566877f54c6bfddd473 | [] | no_license | Vutienbka/JavaWeb-Abuntu | 5ae7d1deb1ffce65ee8695b005014465d03c91a0 | ba3bf99ac0663a07a45cab7982d81eeb8a6cabc5 | refs/heads/master | 2020-12-07T16:32:59.113203 | 2020-01-18T08:06:51 | 2020-01-18T08:06:51 | 232,752,053 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 766 | java | package ArrayInJava;
import java.util.Scanner;
public class CountCharacterInString {
public static void main(String[] args) {
Scanner scanner = new Scanner(System.in);
System.out.println("Nhap chuoi:");
String string = scanner.nextLine();
System.out.println("Nhap ky tu can tim:")... | [
"vutienbka@gmail.com"
] | vutienbka@gmail.com |
9fa1f4498fcfc4d232c92eb95a7fa5761677ee83 | 8e689d49971806aee78ae205d8c3be69dd688c06 | /portal.ejb/src/main/java/org/vamdc/portal/session/queryLog/PersistentQueryLog.java | 7840f9a3a8820f3d973358f839074e9402662eee | [] | no_license | VAMDC/VAMDC-Portal | 25666b9e39f36e09479d8118dcd0b91a04ac3065 | 01698a22649b6b3026686a39fd69cd71c8fb4fc8 | refs/heads/master | 2022-06-03T22:44:31.463316 | 2022-05-18T15:52:28 | 2022-05-18T15:52:28 | 27,481,771 | 1 | 0 | null | 2022-05-18T15:52:29 | 2014-12-03T10:29:29 | Java | UTF-8 | Java | false | false | 2,087 | java | package org.vamdc.portal.session.queryLog;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
import javax.persistence.EntityManager;
import org.jboss.seam.annotations.In;
import org.jboss.seam.annotations.Logger;
import org.jboss.seam.annotations.Name;
import org.jboss.seam.log.Log;
im... | [
"misha@doronin.org"
] | misha@doronin.org |
867fd82b56c8e51fbb189474b57c5bf0035bfc31 | c5ea8613c7da6d35107851f5d83be477d3851234 | /src/main/java/io/hanmomhanda/wubwur/Application.java | 8d7be8c3bc05f89b451c1d790631e592caf3b3fc | [] | no_license | hanmomhanda/wubwur | 277950ca05c805fb96ebffe826f975e420df0f96 | 009d15075470bfad09d14c460374bd521a2391ed | refs/heads/master | 2016-09-10T15:39:37.699708 | 2015-08-10T23:43:28 | 2015-08-10T23:43:28 | 40,087,149 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 662 | java | package io.hanmomhanda.wubwur;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.context.ApplicationContext;
import java.util.Arrays;
@SpringBootApplication
public class Application {
public static void main(String[... | [
"hanmomhanda@gmail.com"
] | hanmomhanda@gmail.com |
34a2549450aefd06fa78e85793dd950d9bb569d5 | cae0c60a38d3ed25f59039c0d9fdcb123d53e21c | /src/com/example/alex/common/ShowResultUtil.java | 3fc60dc302fbaba6661d868319cf220ff2502357 | [] | no_license | liangxiaofei1100/AndroidStudy | a340ff3f11c933635cd0adea3a83118a29778090 | 1b5ef2222be57935c5126c3ae4bc62b9375f8857 | refs/heads/master | 2016-09-05T14:27:07.287326 | 2015-10-19T01:58:05 | 2015-10-19T01:58:05 | 9,311,010 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 691 | java | package com.example.alex.common;
import android.widget.TextView;
public class ShowResultUtil {
private TextView mTextView;
public ShowResultUtil() {
}
public ShowResultUtil(TextView textView) {
mTextView = textView;
}
public void showInTextView(String msg) {
showInTextView(... | [
"liangxiaofei1100@163.com"
] | liangxiaofei1100@163.com |
63e06e0bb8c078c96404b7da328ea2841d8ac4c3 | 507ac956031d03763e57b17b7f3e42b877a940b2 | /CodeTP3-20191120/BreadthFirstSearch.java | b0bc81903285504bd7c666756845a5c322208ab9 | [] | no_license | Krisy98/tp3Algo_genAleaArbresCouvrants | 6a190151c6ade2ec5f413d35dc3b677f3c6cacce | bcd89fad90b4ce7bce3586131365de5ecf1c3967 | refs/heads/master | 2020-09-13T19:04:17.600619 | 2019-12-10T22:46:31 | 2019-12-10T22:46:31 | 222,876,819 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,103 | java | import java.util.ArrayList;
import java.util.LinkedList;
import java.util.List;
public class BreadthFirstSearch {
public static ArrayList<Arc> generateTree(Graph graph, int source) {
ArrayList<Arc> tree = new ArrayList<>();
List<Integer> waitingList = new LinkedList();
List<Boolean> visi... | [
"chris13cozzo@gmail.com"
] | chris13cozzo@gmail.com |
493448cebff51c78fc06e0e27cdda99b5b287fc7 | 5596290192e725ab0cc7a3e2713d009ed4d4611c | /sp02-itemservice/src/main/java/com/tedu/sp02/item/controller/ItemController.java | 1f55e8751814b0e256f07d449621d8339bbf8ef7 | [] | no_license | huangZH90/test1 | 41163d52adf238335afdd9de4cf1c9228ab3f4f0 | 632331bf3e1bddd177c1b5d8ed418df86142b1c4 | refs/heads/master | 2020-07-11T20:19:49.128512 | 2019-08-28T02:08:33 | 2019-08-28T02:08:33 | 204,636,449 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,503 | java | package com.tedu.sp02.item.controller;
import java.util.List;
import java.util.Random;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annota... | [
"455029284@qq.com"
] | 455029284@qq.com |
f6277e74260878f825f4b6a9be6371fb8d526347 | 2eac4f51a2e4363349e852ce3af8ca234c1a13f7 | /fx/trunk/fx-datamanager/src/main/java/com/jeff/fx/datamanager/TimeRange.java | 476bb3bd9df5a590fb994a170d20d0bd4760dbfd | [] | no_license | johnffracassi/jcfx | 4e19ac0fdba174db0fe3eb2fc8848652a5c99c11 | b0a2349fdd1de0bf60c7ccf9a17af4e43e0a1727 | refs/heads/master | 2016-09-05T15:13:49.981403 | 2011-07-21T05:54:28 | 2011-07-21T05:54:28 | 41,260,482 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 665 | java | package com.jeff.fx.datamanager;
import java.awt.FlowLayout;
import javax.swing.JLabel;
import javax.swing.JPanel;
import org.joda.time.LocalTime;
public class TimeRange extends JPanel {
private static final long serialVersionUID = 999290000L;
private TimePicker start;
private TimePicker end;
public TimeRan... | [
"jeffcann@360c4b46-674e-11de-9b35-9190732fe600"
] | jeffcann@360c4b46-674e-11de-9b35-9190732fe600 |
e7efad81032445f208ee3f2c1a1635f77bef69c1 | 48e835e6f176a8ac9ae3ca718e8922891f1e5a18 | /benchmark/training/org/apache/hadoop/hdfs/TestDFSShell.java | 9f0cff116fc63f26f965a29d58037701b220fdbd | [] | no_license | STAMP-project/dspot-experiments | f2c7a639d6616ae0adfc491b4cb4eefcb83d04e5 | 121487e65cdce6988081b67f21bbc6731354a47f | refs/heads/master | 2023-02-07T14:40:12.919811 | 2019-11-06T07:17:09 | 2019-11-06T07:17:09 | 75,710,758 | 14 | 19 | null | 2023-01-26T23:57:41 | 2016-12-06T08:27:42 | null | UTF-8 | Java | false | false | 129,329 | 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... | [
"benjamin.danglot@inria.fr"
] | benjamin.danglot@inria.fr |
44553053d9d0a61dc7929ccd22b03423746d8368 | 4c1f4cb5e454b2d7b9bd6c006c2b4475a1e00e6b | /JPA/cassandra/src/main/java/nivance/jpa/cassandra/prepare/support/exception/CassandraInsufficientReplicasAvailableException.java | 35758fd04a0075498a4218e2d93dacd9c5483d88 | [] | no_license | nivance/OSGi_Project | cabfa6ed4b73481a64a6e2bd30d205ead86b0318 | 57347607207461a3c1cfd36ac87ab7acdab38ed1 | refs/heads/master | 2020-07-04T03:02:58.766971 | 2015-01-16T13:01:11 | 2015-01-16T13:01:11 | 29,348,180 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,556 | java | /*
* Copyright 2013 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 applica... | [
"limingjian@joyveb.com"
] | limingjian@joyveb.com |
27cf4568090da43b4730734337274857c4f88116 | e0abcd6fb8d5f5bc884be64e9e2838ff43386e25 | /src/main/java/football/tickets/service/mapper/OrderMapper.java | df2a1a2186d171d00675e401757d7b1079fe90d2 | [] | no_license | Nazar-yo/football-tickets-app | 77754fb5566fecc6e01b763afb1a7bb01d9a96ac | 5a8d9c9eaef41a6a1fb8102c8e707cffc2a9a627 | refs/heads/main | 2023-06-12T13:53:03.097060 | 2021-07-09T19:36:06 | 2021-07-09T19:36:06 | 376,284,256 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,078 | java | package football.tickets.service.mapper;
import football.tickets.dto.response.OrderResponseDto;
import football.tickets.model.Order;
import football.tickets.model.Ticket;
import football.tickets.util.DateTimePatternUtil;
import java.time.format.DateTimeFormatter;
import java.util.stream.Collectors;
import org.springfr... | [
"bilaknazar@gmail.com"
] | bilaknazar@gmail.com |
d4961b60287dfc4ade651c0bb165285dad860d3e | 6f2d0bb2639fc607b1ef9573b1aa606d63fe6f96 | /src/test/java/com/affinitas/sudoku/SudokuTestUtils.java | 77a9f8c1d5f7bf12b24afe64e2da826dd1712c38 | [] | no_license | ganoush/sudoku | fb756c7a11e28263fec9fa7539110978289721eb | c357393d3040f3accbff5c398a0d436e3303ebd1 | refs/heads/master | 2021-01-13T16:00:38.858531 | 2017-01-20T03:23:11 | 2017-01-20T03:23:11 | 76,747,249 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,135 | java | package com.affinitas.sudoku;
import com.fasterxml.jackson.databind.ObjectMapper;
import org.springframework.http.MediaType;
import java.nio.charset.Charset;
/**
* Created by ganeshnagarajan on 12/18/16.
*/
public class SudokuTestUtils {
public static int[][] SUDOKU_ONE_MOVE_FINISH={
{0,3,4,6,7,8,9... | [
"ganeshatmail@gmail.com"
] | ganeshatmail@gmail.com |
d7c0bceaea7448de904d2e501bae16681b2c7e17 | 27dced2adec698f50508e38c3a7db6e39f3b7d96 | /src/main/java/com/novarch/jojomod/entities/stands/dirtyDeedsDoneDirtCheap/EntityDirtyDeedsDoneDirtCheap.java | e4906b78b34ad6aa6eec8ecf312b5add660d2d68 | [] | no_license | kingcrimson-13/JoJo-s-Bizarre-Survival | 297a2755f5ac3fe2c314d1b700d91d61d4b2431d | 5ce4bdb8382b7c944ad955d73401bce8c01258c9 | refs/heads/master | 2022-11-15T20:45:52.424455 | 2020-06-24T19:07:18 | 2020-06-24T19:07:18 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,755 | java | package com.novarch.jojomod.entities.stands.dirtyDeedsDoneDirtCheap;
import com.novarch.jojomod.capabilities.stand.Stand;
import com.novarch.jojomod.entities.stands.EntityStandBase;
import com.novarch.jojomod.entities.stands.EntityStandPunch;
import com.novarch.jojomod.events.EventD4CTeleportProcessor;
import com.nova... | [
"ivan.pecotic25@gmail.com"
] | ivan.pecotic25@gmail.com |
a7851e562d3e04e91012cb75c03dbb883d3c6594 | 3796020d9086ad76b298266776bc8114b293bb63 | /src/ventanas/GuardarEnArcade.java | b1086976df6498840a033041f040b98c0b45ab3a | [] | no_license | Ibaii99/AirFootball | b7cfee071d7874a585570c404262edb218ae8334 | e11a2aa01f6c1c06016c8ded815b775a27515313 | refs/heads/master | 2023-09-03T11:44:30.554364 | 2021-11-22T16:17:36 | 2021-11-22T16:17:36 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,074 | java | package ventanas;
import javax.swing.JFrame;
import entidades.BaseDeDatos;
import fisicas.FisicasNuevas;
import objetos.ScrollablePanel;
import java.awt.BorderLayout;
import java.awt.Font;
import javax.swing.GroupLayout;
import javax.swing.GroupLayout.Alignment;
import javax.swing.JLabel;
import javax... | [
"jorge.elbusto@opendeusto.es"
] | jorge.elbusto@opendeusto.es |
8a9af205a7018411129f749f62209e7fdd54c4f3 | a1aa05955e90a73e4fe38c2bd9eab6456a974c50 | /src/optimization/genetic/operator/mutation/MutationByDistribution.java | 8ca6b0c53f13b1e96eb5ceb025ee13aa8ee009fa | [] | no_license | game013/EvolutiveComputation | ae429afc86979fa40ebfa6b0c0ca1aefdd8fbc5e | fd31d0be7f0a6192213cbd7f449f8530d00300d5 | refs/heads/master | 2021-01-24T18:57:25.904491 | 2017-06-02T04:23:52 | 2017-06-02T04:23:52 | 84,480,989 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,501 | java | /**
* COPYRIGHT (C) 2015. All Rights Reserved.
*/
package optimization.genetic.operator.mutation;
import java.util.Optional;
import optimization.distribution.Distribution;
import optimization.distribution.ParametricalDistribution;
import optimization.function.fitness.Function;
import optimization.function.space.Spa... | [
"game013@gmail.com"
] | game013@gmail.com |
18a62610fe603df3c20cdaa20ccc33e761fa0587 | dbea5534f5f53f5bb206cd007d6bf9de6b81aaf1 | /src/main/java/com/example/course/controller/CourseTypeController.java | f0f40994d83abb8e1ac6b0fb49d055b592737921 | [] | no_license | nicexgk/course | edad4bc9a1015053a0d2c7186e9abdcf5bba9a71 | 86076704eada7bc2e6aa30c0c2cdfcd8deac90e9 | refs/heads/master | 2020-04-30T08:59:33.329330 | 2019-03-24T16:09:15 | 2019-03-24T16:09:15 | 176,733,728 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 764 | java | package com.example.course.controller;
import com.example.course.entity.CourseType;
import com.example.course.service.CourseTypeService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import... | [
"1621392651@qq.com"
] | 1621392651@qq.com |
41ecb51f6ed47a0200b01c645bf2d7d960826134 | f4e15ee34808877459d81fd601d6be03bdfb4a9d | /org/fourthline/cling/registry/RegistrationException.java | e1b953845245b8b6f43a3bde891e61c9a3ad38ce | [] | no_license | Lianite/wurm-server-reference | 369081debfa72f44eafc6a080002c4a3970f8385 | e4dd8701e4af13901268cf9a9fa206fcb5196ff0 | refs/heads/master | 2023-07-22T16:06:23.426163 | 2020-04-07T23:15:35 | 2020-04-07T23:15:35 | 253,933,452 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 692 | java | //
// Decompiled by Procyon v0.5.30
//
package org.fourthline.cling.registry;
import org.fourthline.cling.model.ValidationError;
import java.util.List;
public class RegistrationException extends RuntimeException
{
public List<ValidationError> errors;
public RegistrationException(final String s) {
... | [
"jdraco6@gmail.com"
] | jdraco6@gmail.com |
004473548c98114b19509050b985027559307074 | a5cc431cc84994751051e23d91e17a0a6a85ff5f | /app/src/main/java/com/udacity/popularmovies/events/DownloadedMovieListEvent.java | 455f691203f12655cfc93b9af3bdd5339c12deb1 | [
"MIT"
] | permissive | erickprieto/UdacityPopularMoviesApp | 12ecd0b5d4c17a71ac3de61e971273d78ab2e700 | 1a1fa732b8d9101f2ec3531e9880a71fb26eed6a | refs/heads/master | 2020-04-01T06:31:23.397791 | 2018-11-11T04:50:15 | 2018-11-11T04:50:15 | 108,640,700 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 725 | java | package com.udacity.popularmovies.events;
import com.udacity.popularmovies.models.Movie;
import java.util.List;
public class DownloadedMovieListEvent {
private boolean popularMovie;
private List<Movie> modelos;
public DownloadedMovieListEvent(List<Movie> modelos, boolean popularMovie) {
this.m... | [
"erickprieto@hotmail.com"
] | erickprieto@hotmail.com |
5e121a25da2dbaa52b43e4be2fb2a9931386bbfa | 0912390024c0b9d11c85a48a462f1296260b5c55 | /app/src/main/java/com/demoapp/android/comics/Connect.java | 40b5ede3626cda11f4b6402cdfd18527ae6a398f | [] | no_license | yasir095/prjcom | 33c5c8b502953ee72d10e20d0f7935fd540af64d | 7f41175aa5430f13f7dd60e7e39503f7a3564365 | refs/heads/master | 2020-07-17T12:31:04.868426 | 2017-07-17T22:22:32 | 2017-07-17T22:22:32 | 94,318,440 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 834 | java | package com.demoapp.android.comics;
import com.demoapp.android.comics.helper.Utils;
import java.util.HashMap;
import java.util.Map;
import javax.inject.Inject;
/**
* Created by yasirmahmood on 17/07/2017.
*/
public class Connect
{
@Inject Config config;
@Inject Utils utils;
private ComicApp app;
... | [
"yasir.se@gmail.com"
] | yasir.se@gmail.com |
f03e225c52e06a004f3cc2422a6b046296857ab1 | aa60ca068c5d56bf494f502a8392ce0967ae97b5 | /advance-interview-practice/src/main/java/leetcode/contests/ContetsAE/Contests10.java | a6a9f605b8090b1bb8cf9ac019c99f0d83dc2dcf | [] | no_license | cyadav1010/spiceworks | 4c5727325ecaf25442133b2b0f0fca35d2e39227 | d7dc09824b81ae91395ec071e7f5fd6fa55dfbd5 | refs/heads/master | 2022-12-31T18:16:06.402553 | 2020-09-06T06:04:30 | 2020-09-06T06:04:30 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 12,319 | java | package leetcode.contests.ContetsAE;
import com.google.common.base.Strings;
import org.junit.Test;
import java.net.Inet4Address;
import java.sql.Struct;
import java.util.*;
import java.util.stream.IntStream;
public class Contests10 {
@Test
public void ContestsSolution() {
List<Integer> a = new ArrayL... | [
"oyadav@groupon.com"
] | oyadav@groupon.com |
22016160da415a7c681a1086b08814e49ae71f4d | 92f0b33fc3c1dc4caf051edf31c5f42d2d9d5b88 | /SeleniumPractice/src/selpkg/FbSignUp.java | 5f1fbe932720bddd49bf2bf276362f9894a4a230 | [] | no_license | LavleenKaur/SeleniumPractice | f627fecda6ca0ae385bc06aea9b1247df27e9301 | bcba7b22f37b0b3ac7ce82cb9568837f77be119b | refs/heads/master | 2022-12-12T10:25:32.638224 | 2020-09-16T05:14:53 | 2020-09-16T05:14:53 | 294,924,500 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,028 | java | package selpkg;
import java.util.concurrent.TimeUnit;
import org.openqa.selenium.By;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.chrome.ChromeDriver;
import org.openqa.selenium.support.ui.Select;
public class FbSignUp {
public static void main(String[] args) throws InterruptedExceptio... | [
"hp@hp"
] | hp@hp |
1d5b24e739787a6d52ef376e3a41a99a04a00273 | 670db6fc228ad7ef92aaad838415fb2e4143805b | /src/my/program/resumeemulator/ResumeActivity.java | 606f6e12d906911f344173283de44f52a93295cd | [] | no_license | seriizel/ResumeEmulator | fde05ce161e42f65a2888ebd58918e122b1c1e57 | 3b1e64b42d8cb928a08c6f87f4259c1d1638b333 | refs/heads/master | 2020-05-01T07:13:47.628136 | 2013-09-14T20:46:00 | 2013-09-14T20:46:00 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,084 | java | package my.program.resumeemulator;
import java.util.Calendar;
import android.os.Bundle;
import android.widget.Button;
import android.widget.DatePicker;
import android.widget.EditText;
import android.widget.Spinner;
import android.widget.TextView;
import android.app.Activity;
import android.app.DatePickerDialog;
impor... | [
"serii-zel@rambler.ru"
] | serii-zel@rambler.ru |
a16796f894dd12c2472f64d7d6be29a48a201d35 | cbee4fba2eb0794f679de498a69e340f80f58de2 | /app/src/main/java/com/gg/habittrain/SerialNumberHelper.java | e63898a08aa59660719aff97ff398e3869f8bdbd | [] | no_license | Andayoung/HabitTrain | 335b3407661e45507c9d00357de21e474449f85d | 79b9701722550b56b00e13471858482adfa5155d | refs/heads/master | 2021-01-01T15:37:35.315713 | 2017-07-19T01:06:25 | 2017-07-19T01:06:25 | 96,086,801 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,449 | java | package com.gg.habittrain;
import android.content.Context;
import android.os.Environment;
import android.util.Log;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.UnsupportedEncodingException;
/**
... | [
"zhoup324@163.com"
] | zhoup324@163.com |
5365a211f124896ff7c669504b74b8d1631d19d7 | a2353927105bf7d503fe47f23b87c6cc7a75e27c | /src/test/java/pl/pateman/wiredi/testcomponents/impl/LettersOnlyRandomStringGenerator.java | b163ce0d79ad7f7f2ac6e6aaa9dd41eaf986695d | [
"Unlicense"
] | permissive | pateman/WireDI | e1e022e625af6f5ce29cbc51b66df1ceeb0f8562 | eee4fcecbe71da89ed2025ae370a1bffe84fbd42 | refs/heads/master | 2020-04-08T21:10:58.688958 | 2019-04-28T17:36:44 | 2019-04-28T17:36:44 | 159,733,168 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 704 | java | package pl.pateman.wiredi.testcomponents.impl;
import pl.pateman.wiredi.annotation.WireComponent;
import pl.pateman.wiredi.testcomponents.RandomStringGenerator;
import java.util.Random;
@WireComponent(name = "lettersOnlyRandomStringGenerator", multiple = true)
public class LettersOnlyRandomStringGenerator extends Ab... | [
"patrick.nusbaum@gmail.com"
] | patrick.nusbaum@gmail.com |
49055873ab95ce70e76b318217f7324825f2910b | f7fbc015359f7e2a7bae421918636b608ea4cef6 | /base-one/tags/hsqldb_1_8_0_RC8/src/org/hsqldb/util/SqlServerTransferHelper.java | 9e583d8ac7d5007a57eb69bac4bb85099a4fa287 | [] | no_license | svn2github/hsqldb | cdb363112cbdb9924c816811577586f0bf8aba90 | 52c703b4d54483899d834b1c23c1de7173558458 | refs/heads/master | 2023-09-03T10:33:34.963710 | 2019-01-18T23:07:40 | 2019-01-18T23:07:40 | 155,365,089 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,200 | java | /* Copyright (c) 2001-2005, The HSQL Development Group
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* Redistributions of source code must retain the above copyright notice, this
... | [
"(no author)@7c7dc5f5-a22d-0410-a3af-b41755a11667"
] | (no author)@7c7dc5f5-a22d-0410-a3af-b41755a11667 |
56d514349bd610e23c6b825f47481327d5d7740c | a491e10b5d37084a704678a7dc3cf72c66e221fc | /jpa basic/practice6/src/main/java/hello/jpa/domain/item/Book.java | 01920a347c76e30c8a249a60179865cb47fa1452 | [] | no_license | YeomJaeSeon/jpa | 4a784210cdb78e0b71e4b591eb0ab29dceed0317 | cc5747d539c3ee19293cfd43340157764fcf241c | refs/heads/master | 2023-06-17T06:14:28.618269 | 2021-07-19T07:40:42 | 2021-07-19T07:40:42 | 371,958,152 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 434 | java | package hello.jpa.domain.item;
import javax.persistence.Entity;
@Entity
public class Book extends Item{
private String author;
private String isbn;
public String getAuthor() {
return author;
}
public void setAuthor(String author) {
this.author = author;
}
public String... | [
"a89541457@gmail.com"
] | a89541457@gmail.com |
3912c9bb97e52ed8adb77a185f423ed24d0f3ab7 | 92f377ccf3e18a03e6fea09bf81b813e4c6f0cdd | /OpenWeatherMap/src/main/java/com/example/demo/service/CityInterface.java | 9303f7fc37763247a5ee0759d5a6245d454f7508 | [] | no_license | milosboskovic1991/OpenWeatherMap | c531049f29b03a06092abaf2bf0a7760b608d8ad | d55d6e427d66604da047e0d800999bb405d1ae3b | refs/heads/master | 2020-04-28T21:57:12.444565 | 2019-03-14T17:48:06 | 2019-03-14T17:48:06 | 175,600,176 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 357 | java | package com.example.demo.service;
import java.util.List;
import com.example.demo.entity.City;
import com.example.demo.entity.dto.CityDto;
public interface CityInterface {
public List<CityDto> findAll();
public City getCityByName(String name);
public List<City> getTemperatureForAllCities(List<City> cities);
publ... | [
"milosboskovic1991@yahoo.com"
] | milosboskovic1991@yahoo.com |
49c139e98e3f49225e57b27d81da29b9292c8ab2 | a048507c1807397329a558e84a5b0f69e66437d3 | /boot/boot/src/main/java/com/cimr/boot/utils/IdGener.java | b174f5b16da308ecbad9d2da9cf85d6ef84d1f4a | [] | no_license | jlf1997/learngit | 0ffd6fec5c6e9ad10ff14ff838396e1ef53a06f3 | d6d7eba1c0bf6c76f49608dd2537594af2cd4ee9 | refs/heads/master | 2021-01-17T07:10:30.004555 | 2018-11-08T09:15:13 | 2018-11-08T09:15:13 | 59,822,610 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,112 | java | package com.cimr.boot.utils;
public class IdGener {
private SnowflakeIdWorker idForRejectOrder;
private SnowflakeIdWorker idForOrder;
private SnowflakeIdWorker id;
private IdGener(){
idForOrder = new SnowflakeIdWorker(0, 0);
idForRejectOrder = new SnowflakeIdWorker(1, 0);
id = new Snowflake... | [
"675866753@qq.com"
] | 675866753@qq.com |
385542916850e2e917aa962b3c8abb488088d437 | 75dd6abb91d1ea8639acf97bb53ae1a44b73a91e | /src/main/java/com/xq/tmall/tmall05/dao/UserMapper.java | 04589505cb15b007b64416a66eba5fbe1b77bd0a | [
"Apache-2.0"
] | permissive | ZGM-zgm/Tmali | 068476444d8767fd55666f7ae335236b9075892d | a5304bc67166dea9c3f56c507319b86be13d136a | refs/heads/master | 2022-12-14T23:41:25.531539 | 2020-09-15T03:28:00 | 2020-09-15T03:28:00 | 293,762,502 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 767 | java | package com.xq.tmall.tmall05.dao;
import com.xq.tmall.tmall05.entity.User;
import com.xq.tmall.tmall05.util.OrderUtil;
import com.xq.tmall.tmall05.util.PageUtil;
import org.apache.ibatis.annotations.Param;
import org.springframework.stereotype.Repository;
import java.util.List;
@Repository
public interface UserMappe... | [
"2396657348@qq.com"
] | 2396657348@qq.com |
7e594ea4ab997cfc5c7ae9f31dc2b9e65a41d997 | c03b0bf06f5dd0236b0ffbc655bb317cdac265ea | /EmpLeaveMngmnt3/src/com/manager/ManagerLogin.java | dc7b841fbead503f93999a4c04ecbb26ee53a482 | [] | no_license | mjay118/javatrainingg | de4a1d97f8cc0710b3ef9092592cc48a83612bc2 | c4450ef020c12dfa717419afaf85e189784b36af | refs/heads/main | 2023-06-22T00:38:50.335832 | 2021-02-10T19:26:15 | 2021-02-10T19:26:15 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,092 | java | package com.manager;
import java.io.IOException;
import java.io.PrintWriter;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import javax.servlet.ServletConfig;
import javax.servlet.ServletException;
imp... | [
"mrityunjaysinha0118@gmail.com"
] | mrityunjaysinha0118@gmail.com |
0e796814908e65b9e6947779876bd03e4c73d29e | 9ca7ea8ed22d19554bacc45e5005f7853fdbdd84 | /test/fiduciaryadvisor/OffshoreTest.java | ce6518a45d1d84daea2d0bc6812f102de271c4a1 | [] | no_license | tschultz1216/FiduciaryAdviser | 3d6f2218aaecff23c2af5357af0ddfae72a3bb1b | 9062f54a68f90ffe34c3d638fe1131c00f3a7e44 | refs/heads/master | 2020-03-16T03:22:49.316230 | 2018-05-08T13:03:17 | 2018-05-08T13:03:17 | 132,486,362 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,405 | java | package fiduciaryadvisor;
import org.junit.After;
import org.junit.AfterClass;
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* @author Leng Ghuy, Deborah Lawrence, Todd Schultz
* @class CSCI-338 Software Engineering
* @assignment Team Project -... | [
"tschultz@unca.edu"
] | tschultz@unca.edu |
69be543911cc4fd86deff47cdb6ab662583e878a | b8958890c54183b82100fd5d91229ab952c63dae | /DoctorsSprBoot/src/main/java/org/corona/DoctorDao.java | 87e7fb396fd0820ed9c4e56ea56a2fe33215b1c1 | [] | no_license | darkknight77/eclipse-workspace | 1250ddf1d0375c9139a961de4bcf56714646e56a | 9ddf02b4a753eb9f1e7d3418249d11cbbb8ba933 | refs/heads/master | 2022-12-24T14:46:44.814828 | 2020-09-21T15:53:54 | 2020-09-21T15:53:54 | 238,225,943 | 0 | 0 | null | 2022-12-16T05:24:56 | 2020-02-04T14:29:35 | JavaScript | UTF-8 | Java | false | false | 4,352 | java | package org.corona;
import java.math.BigInteger;
import java.util.ArrayList;
import java.util.List;
import javax.persistence.EntityManagerFactory;
import org.hibernate.Session;
import org.hibernate.SessionFactory;
import org.jboss.logging.Logger;
import org.springframework.beans.factory.annotation.Autowired;
import ... | [
"shaiklatheefmrf98@gmail.com"
] | shaiklatheefmrf98@gmail.com |
170f33b50662aa0883eec71a3bad48e94fdbe3ec | de2d2b955407d06269115dfb1558793967392f02 | /bai10_session_cookie_trong_spring/bai_tap/create_product_cart/src/main/java/vn/codegym/controller/ProductController.java | fef78f3ad03b25d4777d083791081145c86e4d15 | [] | no_license | khoa110298/NguyenKhoa_C0920G1_Module4 | 89ff3f29c10e395bee58da68ddde48b26c39fc48 | cb26b558ed4b89043c1739b3a08669b82b1a0218 | refs/heads/master | 2023-02-21T01:02:45.837677 | 2021-01-28T08:06:54 | 2021-01-28T08:06:54 | 325,424,265 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 782 | java | package vn.codegym.controller;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.*;
import vn.codegym.service.ProductService;
@Controller
@RequestMapping("/product")
pub... | [
"nguyenkhoa15011998@gmail.com"
] | nguyenkhoa15011998@gmail.com |
917c5cd7d86e5e191c405f759dca8b6f249e407a | 9fce01d889bf907b87b618c97c4b83cd3a69155d | /gy/javaprog/_OOTPJava1/Feladatmegoldasok/13Szelekciok/Udvariassag/Udvariassag1.java | d968ed34240ea85f3bed5b81c431d9a2cd07b5d7 | [] | no_license | 8emi95/elte-ik-pt1 | c235dea0f11f90f96487f232ff9122497c86d4a6 | 45c24fe8436c29054b7a8ffecb2f55dbd3cb3f42 | refs/heads/master | 2020-04-29T09:16:14.310592 | 2019-03-16T19:48:50 | 2019-03-16T19:48:50 | 176,018,106 | 0 | 0 | null | null | null | null | ISO-8859-2 | Java | false | false | 1,099 | java | /*
* Feladatmegoldások/13. fejezet
* Udvariassag1.java
*
* Angster Erzsébet: OO tervezés és programozás, Java I. kötet
* 2001.02.01.
*/
import extra.*;
public class Udvariassag1 {
public static void main(String[] args) {
final int AKTEV = 2001;
int korZsofi = AKTEV-Console.readInt("Zsófi születési éve... | [
"8emi95@inf.elte.hu"
] | 8emi95@inf.elte.hu |
a5515901793bce040e912fa219b6cc3cdb160947 | a1826c2ed9c12cfc395fb1a14c1a2e1f097155cb | /domain-20180129/src/main/java/com/aliyun/domain20180129/models/QueryFailingReasonListForQualificationRequest.java | 75067eb1303101c6acbd1c845b288db382f3fcff | [
"Apache-2.0"
] | permissive | aliyun/alibabacloud-java-sdk | 83a6036a33c7278bca6f1bafccb0180940d58b0b | 008923f156adf2e4f4785a0419f60640273854ec | refs/heads/master | 2023-09-01T04:10:33.640756 | 2023-09-01T02:40:45 | 2023-09-01T02:40:45 | 288,968,318 | 40 | 45 | null | 2023-06-13T02:47:13 | 2020-08-20T09:51:08 | Java | UTF-8 | Java | false | false | 1,933 | java | // This file is auto-generated, don't edit it. Thanks.
package com.aliyun.domain20180129.models;
import com.aliyun.tea.*;
public class QueryFailingReasonListForQualificationRequest extends TeaModel {
@NameInMap("InstanceId")
public String instanceId;
@NameInMap("Lang")
public String lang;
@NameI... | [
"sdk-team@alibabacloud.com"
] | sdk-team@alibabacloud.com |
7a83cd283621432fe6b5fa50e64b06ff009d6846 | df2cc5237efd95c9893cddc1dc345bde80b2319e | /ly-order/src/main/java/com/leyou/order/mapper/OrderDetailMapper.java | 8038ace9f38660113c441139389a35417436e58b | [] | no_license | risero/leyou | 2a32b0d396fac69f74a8c05d4108aa089ec51dd0 | 60eceb32a156c071c175690673d6b6bc4ea925f7 | refs/heads/master | 2022-12-22T06:13:20.020488 | 2019-05-24T00:57:29 | 2019-05-24T00:57:29 | 165,045,801 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 188 | java | package com.leyou.order.mapper;
import com.leyou.common.mapper.BaseMapper;
import com.leyou.order.pojo.OrderDetail;
public interface OrderDetailMapper extends BaseMapper<OrderDetail>{
}
| [
"risero/2628668412@qq.com"
] | risero/2628668412@qq.com |
303c2b97d1013d842bbd225559415b11095886cc | 75c4712ae3f946db0c9196ee8307748231487e4b | /src/main/java/com/alipay/api/domain/KoubeiMarketingToolIsvMerchantQueryModel.java | 0f773e5bf9216a7d9e588200b03071dc4e620e31 | [
"Apache-2.0"
] | permissive | yuanbaoMarvin/alipay-sdk-java-all | 70a72a969f464d79c79d09af8b6b01fa177ac1be | 25f3003d820dbd0b73739d8e32a6093468d9ed92 | refs/heads/master | 2023-06-03T16:54:25.138471 | 2021-06-25T14:48:21 | 2021-06-25T14:48:21 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 819 | java | package com.alipay.api.domain;
import com.alipay.api.AlipayObject;
import com.alipay.api.internal.mapping.ApiField;
/**
* ISV查询商户列表接口
*
* @author auto create
* @since 1.0, 2017-08-04 15:15:46
*/
public class KoubeiMarketingToolIsvMerchantQueryModel extends AlipayObject {
private static final long ... | [
"ben.zy@antfin.com"
] | ben.zy@antfin.com |
8ee5071eb8efea1c0e6c0e75b255d92a8d9b43c8 | 0426e3ca5c4ab793305cfdfc648c914305f3ab6a | /app/src/test/java/com/example/fyl/androidtest/ExampleUnitTest.java | fdb586792a6805e0f6c011d877cf7a9d90b0ef0e | [] | no_license | fuyanli/VersionTest | a400eb50e000bee738aa0cd6b2e3f1172fed25f3 | 76875ee8e995aca9745c548903b8df17263ff234 | refs/heads/master | 2021-01-13T03:34:07.934510 | 2016-12-25T08:52:45 | 2016-12-25T08:52:45 | 77,313,105 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 405 | java | package com.example.fyl.androidtest;
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... | [
"1289525342@qq.com"
] | 1289525342@qq.com |
07e6de543872b7b3d8acb468c0e127a3b83ce097 | e033c5750927060bcb30caa19e5f896f3de6dbd6 | /event-hook-example/src/main/java/com/nexse/swat/liferay/examples/hook/example2/GlobalPreEventAction.java | bb34cbadf756ca5174fcc213759c51e54a1a1fef | [] | no_license | ganeshvidyayug/liferay-playground | 53c4c97f3b948a2373375c2a578554a0c80d2718 | ecb3c915c1dd9d30878cbe8d1cf30e3c33d86d50 | refs/heads/master | 2020-04-19T16:13:55.150153 | 2012-09-26T14:50:57 | 2012-09-26T14:50:57 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 925 | java | package com.nexse.swat.liferay.examples.hook.example2;
import com.liferay.portal.kernel.events.Action;
import com.liferay.portal.kernel.events.ActionException;
import com.liferay.portal.kernel.log.Log;
import com.liferay.portal.kernel.log.LogFactoryUtil;
import javax.servlet.http.HttpServletRequest;
import javax.serv... | [
"mirko.caserta@gmail.com"
] | mirko.caserta@gmail.com |
ceb3d5852e71bbb9ba82fe162a120f896bc7d745 | 7466500a4bb756a067fcf8d16efdc8b5f5e9beb5 | /app/src/main/java/com/example/lamlethanhthe/studyhelper/MapsModules/DirectionFinderListener.java | a125db2c7bfd6fe5caf4b15b6fa6bb3a963193e5 | [] | no_license | lltthe/studyhelper | 9fe27579616b835caae206fd60c2218803343bdb | 4491e8392109a844ec64a0cd7c0638e5bff80832 | refs/heads/master | 2020-03-18T19:31:53.109900 | 2018-05-28T12:55:10 | 2018-05-28T12:55:10 | 135,159,891 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 269 | java | package com.example.lamlethanhthe.studyhelper.MapsModules;
import java.util.List;
/**
* Created by Mai Thanh Hiep on 4/3/2016.
*/
public interface DirectionFinderListener {
void onDirectionFinderStart();
void onDirectionFinderSuccess(List<Route> route);
}
| [
"lltthe@apcs.vn"
] | lltthe@apcs.vn |
cb7bb5cd8670369f7e79d39d916bc5d1db3867d7 | 221da31486cdaeab91b1ed4962ac4f693954e18d | /MyApplication/app/src/main/java/com/example/myapplication/MainActivity.java | 5ddbc03e698c11f22a330c76181efcdcfde25f03 | [] | no_license | Ralpinn/AudioRecord | abe57a2621130a39456a613f97f74db9262ef953 | a10ce04c94e9070a30910f2ce8cd042d2634e0bf | refs/heads/master | 2023-01-14T17:52:49.299257 | 2020-11-17T12:00:07 | 2020-11-17T12:00:07 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,528 | java | package com.example.myapplication;
import android.os.Bundle;
import android.view.Menu;
import android.view.MenuInflater;
import android.view.MenuItem;
import android.view.View;
import android.widget.LinearLayout;
import androidx.annotation.NonNull;
import androidx.appcompat.app.AppCompatActivity;
import androidx.appc... | [
"you@example.com"
] | you@example.com |
1c67d19f5fb281bb1d8df680763fdabc6e0e16f7 | 7541281283cc008353e48c5dc92c0b5ed87d77e1 | /src/com/ricky/chinaairpollution/PreferenceConnector.java | 11c86548dce658f16f02ef1150daff14b1eb5d71 | [] | no_license | orickyp/China-Air-Pollution | b1a242879b841399f97de6cc69df2bf35fe458f5 | 5f91dd8338d15cf6cd990e7f8772fac02d9ea084 | refs/heads/master | 2021-01-13T02:08:02.000105 | 2014-01-29T10:19:57 | 2014-01-29T10:19:57 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,914 | java | package com.ricky.chinaairpollution;
import android.content.Context;
import android.content.SharedPreferences;
import android.content.SharedPreferences.Editor;
public class PreferenceConnector{
public static final int MODE = Context.MODE_PRIVATE;
public static void writeBoolean(Context context, String k... | [
"onesimus.ricky.personal@gmail.com"
] | onesimus.ricky.personal@gmail.com |
f315a7919a1d0aa835dba113c77429ee6b4c7f89 | 7c5eda5713c05ea19cb6c536aa3589114848a68d | /Casestudy01/src/test/java/c3/Runner.java | d1477fd58304e79d54cfde276f330aca4f683b6f | [] | no_license | sushmavn05/sush | 679805e731e77d545fddb0cf88c653eea184d0c9 | ac97f376094d34c357c0b93a8146492eec7b000a | refs/heads/master | 2020-05-17T22:44:03.284715 | 2019-04-29T06:15:30 | 2019-04-29T06:15:30 | 184,010,999 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 146 | java | package c3;
import org.junit.runner.RunWith;
import cucumber.api.junit.Cucumber;
@RunWith(Cucumber.class)
public class Runner {
}
| [
"Training_C2a.05.01@CDC2-D-4V8RX52.dir.svc.accenture.com"
] | Training_C2a.05.01@CDC2-D-4V8RX52.dir.svc.accenture.com |
d011fc54eda5668440b7ab470d1c3e575daf8fd6 | 678ca04590085153844262e345491e6e18eef882 | /src/main/java/com/foxconn/fii/data/primary/repository/TestCpkSyncConfigRepository.java | 8bd31527fd56c6c244dae7abf7f0b063d9b398cd | [] | no_license | nguyencuongat97/test_system | 1e0bbbc404598b9c17c91b04d12ce3f76de315fb | 6d655a202b1f6571e3022dc1c7cfb8cb7e696fd5 | refs/heads/master | 2023-01-21T03:34:07.174133 | 2020-11-24T04:23:09 | 2020-11-24T04:23:09 | 315,518,006 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 364 | java | package com.foxconn.fii.data.primary.repository;
import com.foxconn.fii.data.primary.model.entity.TestCpkSyncConfig;
import org.springframework.data.jpa.repository.JpaRepository;
import java.util.List;
public interface TestCpkSyncConfigRepository extends JpaRepository<TestCpkSyncConfig, Long> {
List<TestCpkSync... | [
"Administrator@V0990891-FII.vn.foxconn.com"
] | Administrator@V0990891-FII.vn.foxconn.com |
aa7d863199460ca7e99ebe4e7c8124ea82f81de3 | 4abcad5139f329a9182d5aded385ad6228a531ea | /src/main/java/project/model/Accounts.java | e2ee0e5d70c7083eae3f544ae0a065cc2442e062 | [] | no_license | phongltth1807075/ProjectSpringPrivate | 2e30bf0ce6c2fe758d2acd681ad31ef86b244ae2 | f6a3a35a47bb8df907057c353071740d9ab0387d | refs/heads/master | 2022-12-06T20:54:20.192598 | 2020-09-08T10:15:48 | 2020-09-08T10:15:48 | 293,818,134 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,914 | java | package project.model;
import javax.persistence.*;
import java.util.List;
@Entity
public class Accounts {
@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
private int accountId;
private String accountName;
private String phoneNumber;
private String email;
private String address;
... | [
"phongltth1807075@fpt.edu.vn"
] | phongltth1807075@fpt.edu.vn |
ace880d1ce340964ff5e3fa89848f1a348ec43a8 | 91e342347bce88e212d3d5d5ce92c26f5dd481cf | /creoson-json-const/src/com/simplifiedlogic/nitro/jshell/json/response/JLInterfaceResponseParams.java | 627264aaabfcf1a6c15797714912c83028757f99 | [
"MIT"
] | permissive | nexiles/creoson | 732d23bda6f59ee47d486b9ae91dee6f485c5a37 | 4e897be91841a5baa4b600097dd91d6140c18c44 | refs/heads/master | 2020-03-29T15:50:54.663265 | 2018-09-05T19:59:47 | 2018-09-05T19:59:47 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,557 | java | /*
* MIT LICENSE
* Copyright 2000-2018 Simplified Logic, Inc
* 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 use, co... | [
"adama@simplifiedlogic.com"
] | adama@simplifiedlogic.com |
41c340e9ea9343f42fd4684eb48a8a3d72810cfd | 8126110d26aed96860e8b3694725faff02cea1dc | /MyWorld.java | 059ddc2b44a6008a6d7c8f62fae1c59f7d97bccb | [] | no_license | buzhouke/mine-sweeping | d127491b1b6e9828b91d11148903f5a4bee30121 | 44edcba6099983c78ca80049edb7aa02be84a0b6 | refs/heads/master | 2022-11-23T07:17:51.491723 | 2020-07-27T13:54:05 | 2020-07-27T13:54:05 | 279,882,266 | 0 | 0 | null | 2020-07-15T14:02:19 | 2020-07-15T13:54:56 | null | UTF-8 | Java | false | false | 1,554 | java | import greenfoot.*; // (World, Actor, GreenfootImage, Greenfoot and MouseInfo)
import java.util.*;
/**
* Write a description of class MyWorld here.
*
* @author (your name)
* @version (a version number or a date)
*/
public class MyWorld extends World
{
/**
* Constructor for objects of class MyWorld.
... | [
"1781738565@qq.com"
] | 1781738565@qq.com |
b89ba8308d7921966930d03268708462ed2a7c02 | 2d323b2fd7f40217d5c8bb8eb12614dcb4c0284f | /src/main/java/com/kudl/sidekick/pattern/observer/Observer.java | c9719d15e440b5b0d6f7d6c0595b4941062edf73 | [] | no_license | kudl/sidekick | a3105f7b8fb39112f44019cfbbc9139c206d6622 | 813f5df8be6cce2a2f08746af2208af745320968 | refs/heads/main | 2023-03-30T01:11:18.721251 | 2021-04-10T15:13:31 | 2021-04-10T15:13:31 | 309,612,768 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 144 | java | package com.kudl.sidekick.pattern.observer;
public interface Observer {
// Observer == Subscriber == Listener
void update(String message);
}
| [
"yoocm1229@naver.com"
] | yoocm1229@naver.com |
8e2a6b62cb85b3fe1ee85307d3528257006c849b | fc9ee3227e167f8b3283207a41802680490dc415 | /src/javafxmvc/MainVenda.java | ec8bd2396b8a55a51b571f61a77c87397a45ce3f | [] | no_license | LucasGobbs/javafx-SistemaVidracaria | 4d592842c61339f7db1805d0a8f1bc08c80372ca | c111e2f0456008a496f264bef3a7fa4da2ed9454 | refs/heads/master | 2022-11-27T22:17:27.669779 | 2020-08-10T03:44:08 | 2020-08-10T03:44:08 | 285,979,637 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 667 | java | package javafxmvc;
import javafx.application.Application;
import javafx.fxml.FXMLLoader;
import javafx.scene.Parent;
import javafx.scene.Scene;
import javafx.stage.Stage;
public class MainVenda extends Application {
@Override
public void start(Stage stage) throws Exception {
Parent root = FXMLLoa... | [
"llcostagobbi@gmail.com"
] | llcostagobbi@gmail.com |
e06cb45b32521d61b221f7a8f3835d45d9b84772 | 69f98f9c73035e458b315bed2c1d43cc21f34e63 | /app/src/main/java/net/gringrid/siso/fragments/Sitter03GenderChildrenFragment.java | c6a3c07014b3366d1faac1bfe75e1efc8628d09d | [] | no_license | GrinGrid/siso | 31a80a392749d9a31796b330371b44aedca56b81 | c36f246bec74f057806d07e7c0ed759dadc98653 | refs/heads/master | 2020-04-12T10:38:08.301944 | 2017-01-03T13:23:59 | 2017-01-03T13:23:59 | 63,205,105 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,566 | java | package net.gringrid.siso.fragments;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.text.TextUtils;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.TextView;
import net.gringrid.siso.Base... | [
"choijiho.korea@gmail.com"
] | choijiho.korea@gmail.com |
5490278106d8920d77043c4b30a1e3482f579e50 | 01089defe2f0d2baed6609c1128b0b91813f4053 | /src/main/java/com/github/dhaval_mehta/savetogoogledrive/config/SwaggerConfig.java | 8442d2030883cb11361f00fe055be2a11d598e8e | [
"MIT"
] | permissive | Riptide-11/cloud-transfer-backend | c695a388b0429bfa805887442fb94e33d30f306e | d49b210ddea079ea8ad0a6677895befbde9adfbd | refs/heads/master | 2022-12-04T15:41:19.501884 | 2020-08-25T14:37:12 | 2020-08-25T14:37:12 | 290,170,033 | 0 | 0 | MIT | 2020-08-25T09:18:11 | 2020-08-25T09:18:10 | null | UTF-8 | Java | false | false | 1,264 | java | package com.github.dhaval_mehta.savetogoogledrive.config;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import springfox.documentation.builders.ApiInfoBuilder;
import springfox.documentation.builders.PathSelectors;
import springfox.documentation.build... | [
"dhaval.mehta197@gmail.com"
] | dhaval.mehta197@gmail.com |
546fcd353d1b3c226a8469d38a1983d990d98acc | da51dadb54086687353bedee1ad092a4cf53d5ae | /leetcode/94.二叉树的中序遍历.java | 4e36fecfa343fc3a8ba6c4ac996eb7eae9c98979 | [
"MIT"
] | permissive | liulixiang1988/algorithm | 9672d9fe65f58595a62050a21ab5dcf06e8c3635 | c58e5028651a3a124b90241720592f1a0c01a8fa | refs/heads/master | 2021-10-25T21:47:49.854983 | 2021-10-18T05:20:28 | 2021-10-18T05:20:28 | 199,172,561 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,232 | java | import java.util.ArrayList;
/*
* @lc app=leetcode.cn id=94 lang=java
*
* [94] 二叉树的中序遍历
*
* https://leetcode-cn.com/problems/binary-tree-inorder-traversal/description/
*
* algorithms
* Medium (68.57%)
* Likes: 309
* Dislikes: 0
* Total Accepted: 70.1K
* Total Submissions: 102.2K
* Testcase Example: ... | [
"liulixiang1988@gmail.com"
] | liulixiang1988@gmail.com |
d2d4971b481c57e602a001a701602ee93789c538 | 647762c3d8db6ca417fc9fd1e2ab87688fb0f68c | /app/src/main/java/com/example/fileencrypter/FileEnDecryptManager.java | f74d7dc36400ffc927c7cef27d2e28bd4c8948d7 | [] | no_license | sun98/FileEncrypter | 796ce0f916611cc976d210552cd71ef79bd559e5 | d21bad406ff14d5afa94e05f4db9c6942d8605b3 | refs/heads/master | 2020-03-21T02:07:26.250917 | 2018-06-20T04:47:52 | 2018-06-20T04:47:52 | 137,981,153 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,507 | java | package com.example.fileencrypter;
import android.content.Context;
import android.content.SharedPreferences;
import android.util.Log;
import android.widget.Toast;
import org.json.JSONArray;
import org.json.JSONException;
import java.io.File;
import java.io.IOException;
import java.io.RandomAccessFile;
import java.ni... | [
"1329575336@qq.com"
] | 1329575336@qq.com |
9ec9d6580c17ec40051ad3b5372071465a77fdcb | 173fbf35be7b965cd1ee997eafcbfd0710bb6196 | /shua/src/leetcode26/Solution.java | c27fcbc6d325cb90a55e4dc0aaf877cc52cfa9cc | [] | no_license | ECNUIDT/mianshi | 74c9a101b762af6456963554844599762fdbb7f5 | e1d4240981625efb31f76a0991301b6f82574252 | refs/heads/master | 2020-03-28T19:43:07.585422 | 2018-09-16T14:52:11 | 2018-09-16T14:52:11 | 149,002,896 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 712 | java | package leetcode26;
import javax.sound.midi.Soundbank;
public class Solution {
public int removeDuplicates(int[] nums) {
if(nums.length<=0){
return 0;
}
int curr=nums[0];
int loc=1;
for(int i=1;i<=nums.length-1;i++){
if(nums[i]!=curr){
... | [
"248482914@qq.com"
] | 248482914@qq.com |
22de388964dcd5d6b5fda4c0be090b038d1f93f2 | 75907df9261478e35fe7d98d9857400f3fac01b4 | /src/UmlUpdate.java | 235b13d29701b69b64340acf0cfcfd906c9b3bf2 | [] | no_license | prime21/my-UML-parser | 4c7a1d406efc042f20f8ce172c3d0e0224c8f723 | 099aa8e048d22e5bdd4423d2745e42947e297c7a | refs/heads/master | 2020-05-30T03:39:14.191747 | 2019-06-02T09:38:30 | 2019-06-02T09:38:30 | 189,520,046 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,186 | java | import com.oocourse.uml1.models.common.Direction;
import com.oocourse.uml1.models.common.ElementType;
import com.oocourse.uml1.models.elements.UmlAssociation;
import com.oocourse.uml1.models.elements.UmlAssociationEnd;
import com.oocourse.uml1.models.elements.UmlGeneralization;
import com.oocourse.uml1.models.elements.... | [
"pmxm7696@gmail.com"
] | pmxm7696@gmail.com |
caefcfea1555585258d71f8bc88977b0d2008fae | 5bc9d8f92f38967cc9ecc03000c0606dbbb38f74 | /sca4j/modules/tags/sca4j-modules-parent-pom-0.9.6/runtime/generic/sca4j-generic-runtime-impl/src/main/java/org/sca4/runtime/generic/impl/contribution/ClasspathContributionProcessor.java | 2f6a38e10c577444900e1699abf8fece2a60069f | [] | no_license | codehaus/service-conduit | 795332fad474e12463db22c5e57ddd7cd6e2956e | 4687d4cfc16f7a863ced69ce9ca81c6db3adb6d2 | refs/heads/master | 2023-07-20T00:35:11.240347 | 2011-08-24T22:13:28 | 2011-08-24T22:13:28 | 36,342,601 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,680 | java | /**
* SCA4J
* Copyright (c) 2009 - 2099 Service Symphony Ltd
*
* Licensed to you 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 included in this distrubtion or you may obtain a copy at
*
* http://www.openso... | [
"meerajk@15bcc2b3-4398-4609-aa7c-97eea3cd106e"
] | meerajk@15bcc2b3-4398-4609-aa7c-97eea3cd106e |
e8d004c4cae7ad8bdd39f942c87e221a08da1616 | 1f97c624448169b1717a56919fec0e6b6e537399 | /src/main/java/com/github/candyacao/awesomenotes/dao/AttachVoMapper.java | 0dbcaf1a252ad31fb7d5e2273b13c972ac618470 | [
"Apache-2.0"
] | permissive | candyacao/awesomeblog | 39bdfd62015574920a0af611b30fd4b543e76639 | 3615afaa46d2a4392e06c983af375452f9803af9 | refs/heads/master | 2020-04-29T10:20:29.392876 | 2019-05-19T05:13:32 | 2019-05-19T05:13:32 | 176,058,962 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 981 | java | package com.github.candyacao.awesomenotes.dao;
import com.github.candyacao.awesomenotes.model.Vo.AttachVo;
import com.github.candyacao.awesomenotes.model.Vo.AttachVoExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import org.springframework.stereotype.Component;
@Component
public interface ... | [
"candyacao@outlook.com"
] | candyacao@outlook.com |
e932db581214e87c402aaa769690215c9738ad3c | a562cb15829e9e1097fa7ed062316863d4bdd198 | /app/src/main/java/com/lidan/keylor/musicmaster/domain/Usecase.java | 30c6f8fdbf743445d7532456a116fa1d80933cc7 | [] | no_license | keylorsdu/MusicMaster | 1971cfed77613082bb68ffdedd5e037daea50dc2 | dd7bafd88b2399dcb08a955cbce7ebdce5560be3 | refs/heads/master | 2021-01-21T02:27:58.068917 | 2015-08-22T10:11:23 | 2015-08-22T10:11:23 | 38,816,770 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 144 | java | package com.lidan.keylor.musicmaster.domain;
/**
* Created by keylorlidan on 2015/8/16.
*/
public interface Usecase {
void execute();
}
| [
"sdukeylor@gmail.com"
] | sdukeylor@gmail.com |
b9eb7748c33f87e495e1033ceb57964a87c2cbab | a63b30a7873f78e17e5afc6ba6ec49804e3203b6 | /src/com/company/Chicken.java | 3a2485ef9225a8e523ca1720a88ec6234232cbe2 | [] | no_license | polash04/FarmGame | 01bf2f0c98c8b1ff224dd9967a41c1930fad6d69 | d12bd615e84b52d7e77ef2eaa3918aefe001326c | refs/heads/main | 2023-03-04T09:32:21.315538 | 2021-02-21T20:59:09 | 2021-02-21T20:59:09 | 339,205,218 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 335 | java | package com.company;
import java.util.ArrayList;
public class Chicken extends Animal{
public static int Cost = 100;
public Chicken(boolean aBabyFlag) {
super(aBabyFlag);
myCost = Cost;
myMaxAge = 10;
BabyCount = 4;
FoodTypes = new FoodType[]{FoodType.Seeds, FoodType.Car... | [
"polash04@yahoo.com"
] | polash04@yahoo.com |
1536f9d944595104643f99d122087abdc99f7910 | 1112b050a19ef651879d9ce19ef7f8d64837bf1c | /Server/src/com/anu/Login.java | c9e328e89a04f2b371c68b23544c02e9803aa412 | [] | no_license | xfeier53/Snake | ffdf62279f7dc8aeda1967c5143d8950b5a17aba | ee077be462982384c51bacc5a5b43b066fd480ef | refs/heads/master | 2020-08-22T17:08:10.893425 | 2019-10-21T04:31:48 | 2019-10-21T04:31:48 | 216,443,975 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,070 | java | /*
Authorship: Feier Xiao
*/
package com.anu;
import java.sql.*;
public class Login {
public boolean userLogin(String account, String password){
boolean isLoginSuccessful = false;
String query = "SELECT * FROM AndroidUser WHERE Account = '" + account + "' and Password = '" + password + "'";
... | [
"u6609337@anu.edu.au"
] | u6609337@anu.edu.au |
efc7167403ff1c0b8481b4d4a3c6e82a612846de | 47b0c9b960f342f9d67b871ef76c25850bec76f0 | /ajiML/src/ajiML/Create.java | fe2ac33ad43f629e62153a9c95e478b6ecc9235b | [
"MIT"
] | permissive | SeelabFhdo/AjiL | 7588b386de57d3ed6faae6ccab376c55bc4cb353 | 452893898e51c9091e151fb0dc3b34f3bd3a50f7 | refs/heads/dev | 2021-07-04T08:40:20.909947 | 2019-05-10T12:11:41 | 2019-05-10T12:11:41 | 100,506,558 | 8 | 6 | MIT | 2019-05-10T12:15:17 | 2017-08-16T15:51:39 | Java | UTF-8 | Java | false | false | 274 | java | /**
*/
package ajiML;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Create</b></em>'.
* <!-- end-user-doc -->
*
*
* @see ajiML.AjiMLPackage#getCreate()
* @model
* @generated
*/
public interface Create extends Ability {
} // Create
| [
"jonas.sorgalla@fh-dortmund.de"
] | jonas.sorgalla@fh-dortmund.de |
675f1b9fbf33e371b037da71878e47fa590deb06 | 5ec8a5ba340b823e47ecc4dc31a7d14276df5910 | /app/src/test/java/com/vikas/videoplayer/ExampleUnitTest.java | f2b04708962a1fbff90a0da29d1cec4f1c852afc | [] | no_license | rohitnotes/vimeo-exo-player | 740ab534d25ddbf7311c767ccea7b43634a09b88 | d4f123c7abc69d59a9f3960ce4881d5dbdfa0fe2 | refs/heads/master | 2022-04-08T13:14:47.083381 | 2020-02-20T07:27:33 | 2020-02-20T07:27:33 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 382 | java | package com.vikas.videoplayer;
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 ... | [
"vickydvlpr@gmail.com"
] | vickydvlpr@gmail.com |
25146a17c893d6fb990171e5d3b3570eebef2634 | 4b027a96e457f90fdd146c73a92a99a63b5f6cab | /level06/lesson08/task02/Cat.java | 7918c464c49d46ca5b2dd71b360193cdb509a772 | [] | no_license | Byshevsky/JavaRush | c44a3b25afca677bbe5b6c015aec7c2561ca4830 | d8965bc8b5f060af558cc86924ae6488727cdbd4 | refs/heads/master | 2021-05-02T12:17:48.896494 | 2016-12-26T21:56:12 | 2016-12-26T21:56:12 | 52,143,706 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 805 | java | package com.javarush.test.level06.lesson08.task02;
/* Статические методы: int getCatCount() и setCatCount(int)
Добавить к классу Cat два статических метода: int getCatCount() и setCatCount(int), с помощью которых можно получить/изменить количество котов (переменную catCount)
*/
public class Cat
{
private... | [
"igberda2011@gmail.com"
] | igberda2011@gmail.com |
8904b782a81e7afb4eae93767c945201455c2100 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/12/12_1be45a78cb810cc82998e0eae4072bc635a40331/SellCommand/12_1be45a78cb810cc82998e0eae4072bc635a40331_SellCommand_t.java | 653895fe041f38b64d7e13330dca3e32cf209264 | [] | 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 | 6,580 | java | /*-------------------------------------------------------------------------
svninfo: $Id$
Maarten's Mud, WWW-based MUD using MYSQL
Copyright (C) 1998 Maarten van Leunen
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
86e52cf9bb341bd90fa104afeccd96d1d87b5b5d | 3dcc1b217120706d33c91a43849e3f527bc94c26 | /codingChallenges/src/LinkedQueue.java | 6971a004cf08238ad62549c3b45fe6a76d26a498 | [] | no_license | patelkirtann/codingChallenge | 374457ceab934bcc976e48a75d4848cf38032fa4 | 3d2fcfa74beb418e07c45f305dbbe92150375281 | refs/heads/master | 2021-04-29T07:50:17.650752 | 2017-01-28T08:15:51 | 2017-01-28T08:15:51 | 77,975,830 | 1 | 0 | null | 2017-01-13T06:24:34 | 2017-01-04T03:11:17 | Java | UTF-8 | Java | false | false | 1,778 | java | /**
* Created by kt_ki on 1/17/2017.
*/
class QueueList {
public Main_Link first;
public Main_Link last;
public QueueList() {
first = null;
last = null;
}
public boolean isEmpty() {
return first == null;
}
public void insertLast(double value) {
Main_Link ... | [
"patelkirtann@gmail.com"
] | patelkirtann@gmail.com |
0b7a9482e96d0f9d8352029c7a69a5135bdf8a66 | 5b84c89465f85417573557b3d4fe0780cf16ae3d | /SCAS/src/java/controller/RelatorioCursosController.java | 101d9f509a1572c98653b0bd31ad7329bb764bfa | [] | no_license | AntonioCelestino/LP | 2f305a23765f16dbdeeeef99dacaf60568f9d1fc | 59d0e4ae5d029d8c9d26ddf1c61f9f094edebdd7 | refs/heads/master | 2021-01-20T19:34:02.631317 | 2017-01-17T13:13:04 | 2017-01-17T13:13:04 | 60,007,593 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,218 | java | package controller;
import dao.BD;
import java.io.IOException;
import java.io.PrintWriter;
import java.sql.Connection;
import java.sql.SQLException;
import java.util.HashMap;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet... | [
"celestinoweb@gmail.com"
] | celestinoweb@gmail.com |
9784166683e45cc3b9a6dddcb17e89f0423c9087 | 747a9fbd3ea6a3d3e469d63ade02b7620d970ca6 | /gmsm/src/main/java/com/getui/gmsm/bouncycastle/asn1/bc/BCObjectIdentifiers.java | 336481cfad17abcf40300a1f224dbdc3ef76c911 | [] | no_license | xievxin/GitWorkspace | 3b88601ebb4718dc34a2948c673367ba79c202f0 | 81f4e7176daa85bf8bf5858ca4462e9475227aba | refs/heads/master | 2021-01-21T06:18:33.222406 | 2019-01-31T01:28:50 | 2019-01-31T01:28:50 | 95,727,159 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,607 | java | package com.getui.gmsm.bouncycastle.asn1.bc;
import com.getui.gmsm.bouncycastle.asn1.DERObjectIdentifier;
public interface BCObjectIdentifiers
{
/**
* iso.org.dod.internet.private.enterprise.legion-of-the-bouncy-castle
*
* 1.3.6.1.4.1.22554
*/
public static final DERObjectIdentifier bc =... | [
"xiex@getui.com"
] | xiex@getui.com |
4c4801e0ae7391d0c6790162f7610c41be286bd6 | 524df4196241684fc6d0fa0bff09c6cf5b72fd17 | /RecyclerViewExample2/app/src/main/java/com/nex3z/examples/recyclerview2/rest/RestClient.java | 73713f5d8e3a56ad8b81e5b01721a8c8a8edf060 | [] | no_license | WZFlik/android-examples | 459330f04fe4d374ba00141917487532cd89d142 | 7da7a685d31dac1388406dbaa8ccf5b3109e924a | refs/heads/master | 2020-03-28T21:08:34.649938 | 2018-06-04T14:57:18 | 2018-06-04T14:57:18 | 149,132,237 | 1 | 0 | null | 2018-09-17T13:48:20 | 2018-09-17T13:48:20 | null | UTF-8 | Java | false | false | 2,081 | java | package com.nex3z.examples.recyclerview2.rest;
import com.google.gson.Gson;
import com.google.gson.GsonBuilder;
import com.nex3z.examples.recyclerview2.BuildConfig;
import com.nex3z.examples.recyclerview2.rest.service.MovieService;
import com.squareup.okhttp.HttpUrl;
import com.squareup.okhttp.Interceptor;
import com.... | [
"litianxing9@gmail.com"
] | litianxing9@gmail.com |
ef537f8342a6e67fb57a3edc8b69d5973b763473 | 7ee27191217553a815458a622a1b7878274f7088 | /src/main/java/jdkguide/nio/buffer/ByteBuffers.java | 401defad5fe1b3cd87abb237ee6ceb8cc8a9529e | [] | no_license | BigPayno/JavaGuide | bd3a14cab15188894ade972201f437cc8ceadbb7 | 512f084343e03de87e4949dd66fba77eb69972ed | refs/heads/master | 2022-12-12T23:29:53.618292 | 2020-05-29T08:30:36 | 2020-05-29T08:30:36 | 221,147,356 | 1 | 0 | null | 2022-12-10T05:44:10 | 2019-11-12T06:34:42 | Java | UTF-8 | Java | false | false | 479 | java | package jdkguide.nio.buffer;
import java.nio.ByteBuffer;
/**
* @author payno
* @date 2019/11/4 14:59
* @description
*/
public final class ByteBuffers {
public static void print(ByteBuffer byteBuffer){
//反转ByteBuffer,转换读写模式
byteBuffer.flip();
//移动指针
while (byteBuffer.hasRemainin... | [
"1361098889@qq.com"
] | 1361098889@qq.com |
50fda45e46ad06a1b95aca071be1b7069a86ac3c | 6af92a5f278622b2996a31757e91df6542d0095b | /tacos/tacos-backend/src/main/java/tacos/message/jms/JmsConfig.java | 1fa68638de2a8bac39ae0b39c749f1be1eaf1aec | [] | no_license | SuiJN621/spring-in-action | 9158169a91b12990bcc364f8009cd53f999a2838 | ba8e67dc53239f60b22ff83a1fedad66d43ef4c9 | refs/heads/master | 2020-05-09T21:22:56.659228 | 2019-05-27T07:11:59 | 2019-05-27T07:11:59 | 181,441,430 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,590 | java | package tacos.message.jms;
import java.util.HashMap;
import java.util.Map;
import javax.jms.Destination;
import org.apache.activemq.artemis.jms.client.ActiveMQQueue;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.jms.support... | [
"SuiJN93@outlook.com"
] | SuiJN93@outlook.com |
6463a8b266b8125a974f90ef2dc5d0962ddb1b54 | cbf5aceb17cafdfed825c8fb3434ff0b41eee2db | /src/bol24_1/wformgui/Ventana.java | 31395f97c0c7a618866eb286606614f068dabc94 | [] | no_license | juanmartinezpineiro/Boletin24 | a0be39034edfe48d59de1f068f9888550400c46e | f3f5a8edda5a253181daa4173cf73a39ed5ce1c9 | refs/heads/master | 2020-05-04T07:46:06.968719 | 2019-04-02T08:38:53 | 2019-04-02T08:38:53 | 179,034,709 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 12,043 | 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 bol24_1.wformgui;
/**
*
* @author jmartinezpineiro
*/
public class Ventana extends javax.swing.JFrame {
/**
* Cre... | [
"jmartinezpineiro@nautilus16.danielcastelao.org"
] | jmartinezpineiro@nautilus16.danielcastelao.org |
6ec25e57665915510a532df965e87f19cfb60d26 | 384711580298c82939264fefe3e0807984ef6ff2 | /src/template/com/ticket/serviceImpl/MyTextServiceImpl.java | 5a61b3506c1004d313ff2647e810e076f95d61ad | [] | no_license | guoyu07/ticket | 3d3ac6e7f74cee900df52ab89100b47da345d24e | beb0207df5a81be1e44d3cdbac0b69b2d2f30f95 | refs/heads/master | 2020-03-17T09:49:22.333539 | 2017-11-29T06:47:06 | 2017-11-29T06:47:06 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,407 | java | package com.ticket.serviceImpl;
import java.util.ArrayList;
import java.util.List;
import com.ticket.exception.ServiceException;
import com.ticket.pojo.CommonEntity;
import com.ticket.pojo.EmployeeInfo;
import com.ticket.pojo.MyText;
import com.ticket.pojo.Pagination;
import com.ticket.service.IMyTextServ... | [
"tuyou17@lenovo.com"
] | tuyou17@lenovo.com |
6eb227c432d12dd629ef87d90877c706415b592c | d34187f7a890e096b113f7447d37b472825f682f | /app/src/main/java/com/example/ocrdictionary/entity/SearchText.java | edff4f920bb4f741c73267c32be837085cf21e0d | [] | no_license | tuanbmhust/OCRDictionary | d2df4527eae65a1f08b342e8b05db56235eb30a2 | ebac048d190d1313e63232f87fc4da1a4df6aae3 | refs/heads/master | 2020-09-24T15:11:27.912333 | 2019-12-04T05:37:53 | 2019-12-04T05:37:53 | 225,787,559 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,202 | java | package com.example.ocrdictionary.entity;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
import java.util.List;
public class SearchText {
@SerializedName("__v")
@Expose
private Integer v;
@SerializedName("_id")
@Expose
private String id;
@Se... | [
"57906444+tuanbmhust@users.noreply.github.com"
] | 57906444+tuanbmhust@users.noreply.github.com |
6cb394ba038e2ce616a517a5bf0f869637b65836 | 97c2cfd517cdf2a348a3fcb73e9687003f472201 | /Java/systematic/src/com/malbec/tsdb/loader/TimeSeriesDataPoint.java | a3293f462fc6f612f0a2a1881569374580ff24d4 | [] | no_license | rsheftel/ratel | b1179fcc1ca55255d7b511a870a2b0b05b04b1a0 | e1876f976c3e26012a5f39707275d52d77f329b8 | refs/heads/master | 2016-09-05T21:34:45.510667 | 2015-05-12T03:51:05 | 2015-05-12T03:51:05 | 32,461,975 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 420 | java | package com.malbec.tsdb.loader;
import static tsdb.TimeSeries.*;
public class TimeSeriesDataPoint {
private final int id;
private final Double value;
public TimeSeriesDataPoint(int id, Double value) {
this.id = id;
this.value = value;
}
public Double value() {
return value;
}
public int id() {
ret... | [
"rsheftel@gmail.com"
] | rsheftel@gmail.com |
f18bba3d9d48fed98c75bd5cdd450f32035594a5 | e93747633d4b78f586f54cdafa45cf66d90be48a | /menu/src/main/java/com/feasttime/tools/ToastUtil.java | 52467f7e6b683d59f8a24169d6a8badaa4018c97 | [] | no_license | FeastTime/PadMenu | 615f1afe4c989ac0427d2bf7cd40fbf08833e850 | a49efb14e61bcd48633a2db4fd09a6a630494494 | refs/heads/master | 2021-01-01T06:08:02.275508 | 2018-03-16T12:36:54 | 2018-03-16T12:36:54 | 97,363,058 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 547 | java | /*
* Copyright (c) 2017. sheng yan
*/
package com.feasttime.tools;
import android.content.Context;
import android.os.Handler;
import android.widget.Toast;
public class ToastUtil {
public static void showToast(Context mContext, String text, int duration) {
Toast mToast = Toast.makeText(mContext, text, Toast.LE... | [
"xiaoqing.li@ipinyou.com"
] | xiaoqing.li@ipinyou.com |
b39ce0d06f6904d91b213e7ba3c719c80068f6b7 | d2995ce7487480646e9bbaaec1fca42ff9c471b6 | /Atelier-3/MicroService-ReverseProxy/src/test/java/com/cpe/reverseproxy/MicroServiceReverseProxyApplicationTests.java | 1c08148ad81f9cf65aec1beb1e4813df7f1bdbea | [] | no_license | Nijadev69/ASI-TP | e6f7ec087c06200f5652560fafca44b3b3c36427 | 0be58056a883a63c3f789fbc43856061dadb64bb | refs/heads/master | 2022-09-29T11:07:56.477199 | 2020-06-07T18:02:32 | 2020-06-07T18:02:32 | 265,475,108 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 230 | java | package com.cpe.reverseproxy;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class MicroServiceReverseProxyApplicationTests {
@Test
void contextLoads() {
}
}
| [
"cyclopedeveloppeur@gmail.com"
] | cyclopedeveloppeur@gmail.com |
31314dd260976b148ecd4e92da3a3fc31d0f917e | 78e613b09584faf243e460fa952d35998d16cecf | /app/src/androidTest/java/com/example/root/jsonparsingapp/ExampleInstrumentedTest.java | 399f23062c702b1584065de2f1c19891022949ce | [] | no_license | suman111/JsonParsingapp | 1dec1d9af0c95ba5fa601d7b4d0ab4a96093a20e | 6f32c2945f07dba0ba437c838d580f8527e6488f | refs/heads/master | 2021-04-25T23:58:37.946008 | 2017-10-17T13:10:47 | 2017-10-17T13:10:47 | 107,269,962 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 766 | java | package com.example.root.jsonparsingapp;
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... | [
"space@space-juan"
] | space@space-juan |
ee5637d557f5b0e12385a4b77311e823d1f220eb | 2a5c638d9e109488ea2e89e2c28184a3ac48a7c4 | /Perulangan/src/com/dicoding/javafundamental/perulangan/ForBersarang.java | 87e4ebebc4ef1ab60c2d90b393eabf57af5e4e2c | [] | no_license | ArdianChambera/DicodingJava-PBOLanjut | 0602895932d392c72be19e2cddf5bf4cf2468e14 | 788e1663ebff93fe8695ad34f09a5d6dd495ae9b | refs/heads/master | 2023-04-06T18:05:13.780099 | 2021-04-24T14:39:17 | 2021-04-24T14:39:17 | 358,510,487 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 330 | java | package com.dicoding.javafundamental.perulangan;
public class ForBersarang {
public static void main(String[] args) {
int a = 5;
for (int i = 0; i <= a; i++){
for (int j = 0; j <= i; j++) {
System.out.print("*");
}
System.out.println("");
... | [
"ardiancambera@gmail.com"
] | ardiancambera@gmail.com |
ec551bba867468c429c828e465c39363eb799e88 | 26a5d590d00707c9215732a9ff04794f2f9ea501 | /src/main/java/de/leeksanddragons/tools/dialog/javafx/FXMLWindow.java | 3763bc29c5db0ca0e1a9f45dea4b1fc2d8cb1c71 | [
"Apache-2.0"
] | permissive | leeks-and-dragons/dialog-tool | 3c8929c38e686ed9ad360d0872a5bac23013b2fc | 90d70e9c38d0bb647b51923661a20f75798e55ec | refs/heads/master | 2021-01-20T21:07:11.842241 | 2017-08-31T16:24:31 | 2017-08-31T16:24:31 | 101,749,852 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,010 | java | package de.leeksanddragons.tools.dialog.javafx;
import javafx.fxml.FXMLLoader;
import javafx.scene.Scene;
import javafx.scene.layout.Pane;
import javafx.stage.Stage;
import java.io.File;
import java.io.IOException;
/**
* Created by Justin on 30.05.2017.
*/
public class FXMLWindow {
//JavaFX stage means an win... | [
"kuenzel.justin@t-online.de"
] | kuenzel.justin@t-online.de |
ed144f90afa234a235d84051a18105dd65d8f074 | 5f40f8089b1835523f447d8c952853a094c85652 | /hive/DataCleaning/count/CountRecsReducer.java | 738e26ddfbb6bfb8562a862c16c57b5d909149e4 | [] | no_license | Mateo-Revilla/FinanceHadoop | 53f9954d9cd54fbac9356160446eda67f4762a69 | bcef79d18ed9d3bf6d5bd420eefe0aed07bda2ce | refs/heads/main | 2023-01-24T05:45:14.377672 | 2020-12-03T04:50:14 | 2020-12-03T04:50:14 | 314,890,398 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 516 | java | import java.io.IOException;
import org.apache.hadoop.io.IntWritable;
import org.apache.hadoop.io.Text;
import org.apache.hadoop.mapreduce.Reducer;
public class CountRecsReducer extends Reducer<Text, IntWritable, Text, IntWritable> {
@Override
public void reduce(Text key, Iterable<IntWritable> values, Context context... | [
"noreply@github.com"
] | Mateo-Revilla.noreply@github.com |
a3c925583d1091f1821343e270f2a6e1cb746e0a | d5b342dd8e087af7eaca1dad42f3e7b8704ab64a | /app/src/test/java/com/example/android/applifecyclecallbacks/ExampleUnitTest.java | 523880ef47930bc77ba65fdd68783639b0fa598d | [] | no_license | NaotoSama/AppLifecycleCallbacks_Udacity | 47b4f5e4ff8a44155f82d4ca3e72a098561d6f8f | dd6892f4b0e614beb24c473cca11d03a5e7ccfb4 | refs/heads/master | 2020-03-27T07:53:26.029908 | 2018-08-26T17:33:16 | 2018-08-26T17:33:16 | 146,201,777 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 402 | java | package com.example.android.applifecyclecallbacks;
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 {
@T... | [
"42671784+NaotoSama@users.noreply.github.com"
] | 42671784+NaotoSama@users.noreply.github.com |
7ef18295a22400f9cdf6bb56a6b9e833a52f66f1 | fd981671150bf05f7a19f650e97ad564da7927dd | /src/me/rezscripts/rpg/spells/archer/ExplodingArrow.java | 4cb9323d82126e98a195fbf0e4db0b210ad57c7d | [
"LicenseRef-scancode-warranty-disclaimer",
"MIT"
] | permissive | RezScripts/RPG | e217e1d223592bf22dbfac070336069624907054 | 0de76e8db32fbf92ec3add35e7afb9023c8e0ebf | refs/heads/master | 2020-05-01T06:25:54.303565 | 2019-03-23T19:26:44 | 2019-03-23T19:26:44 | 177,330,015 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,604 | java | package me.rezscipts.rpg.spells.archer;
import org.bukkit.entity.Player;
import org.bukkit.entity.Projectile;
import org.bukkit.metadata.FixedMetadataValue;
import me.rezscipts.rpg.PlayerDataRPG;
import me.rezscipts.rpg.spells.Spell;
import me.rezscipts.rpg.spells.SpellEffect;
import me.rezscipts.rpgexperience.utils.... | [
"47779938+RezScripts@users.noreply.github.com"
] | 47779938+RezScripts@users.noreply.github.com |
f4206a13b4607fc3357efc4278101f8cb66c85c1 | f6a106f2e7e4567e9439e3310da2460ef154a3c1 | /GOMP_ADMIN_POC/src/main/java/com/omp/dev/settlement/action/dailysale/SettlementDevDailySaleAction.java | 375b263e2720c1b7016c0a6abb165f335ed549e1 | [] | no_license | samsik-kim/rejoice | 285c9595b9c052d38c26e73cf0842f4b94002643 | 214a2efa0b1dbac4865223bb2f049db2b26c4614 | refs/heads/master | 2020-03-30T17:44:57.405306 | 2014-01-04T14:24:36 | 2014-01-04T14:24:36 | 40,213,627 | 0 | 4 | null | null | null | null | UTF-8 | Java | false | false | 5,630 | java | /*
* COPYRIGHT(c) SK telecom 2009
* This software is the proprietary information of SK telecom.
*
* Revision History
* Author Date Description
* -------- ---------- ------------------
*
*/
package com.omp.dev.settlement.action.dailysale;
import java.text.SimpleDateFormat;
import j... | [
"kim.rejoice@gmail.com"
] | kim.rejoice@gmail.com |
d01c6c034574169b2a19ebb5d13ae64ff8c7aa49 | e45f290038946dc567da05ae6491e5a5eae4c2bf | /models/cinematic/plugins/org.obeonetwork.dsl.cinematic.edit/src-gen/org/obeonetwork/dsl/cinematic/flow/components/FlowPropertiesEditionComponent.java | 59ac75b0485a317c046d42f356ea6c0df1a0d64d | [] | no_license | carsonshan/InformationSystem | e54882507d646fe5c706b248a0ebf56498e4722c | 192dd9a6ac71a95d96bf39107790c33450397132 | refs/heads/master | 2020-03-19T07:20:56.817458 | 2017-09-26T09:51:13 | 2017-09-26T12:35:53 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,355 | java | /**
* Generated with Acceleo
*/
package org.obeonetwork.dsl.cinematic.flow.components;
// Start of user code for imports
import org.eclipse.emf.ecore.EObject;
import org.eclipse.emf.ecore.resource.ResourceSet;
import org.eclipse.emf.eef.runtime.api.parts.IPropertiesEditionPart;
import org.eclipse.emf.eef.... | [
"mathieu.cartaud@obeo.fr"
] | mathieu.cartaud@obeo.fr |
2a45b0dd317f9cc8949c84bb6a992ea05bd7693c | 038ee6b20cae51169a2ed4ed64a7b8e99b5cbaad | /schemaOrgDomaConv/src/org/kyojo/schemaOrg/m3n3/doma/core/container/EqualConverter.java | a394c2303dda0f5eb200405d1cf7a9155362d534 | [
"Apache-2.0"
] | permissive | nagaikenshin/schemaOrg | 3dec1626781913930da5585884e3484e0b525aea | 4c9d6d098a2741c2dc2a814f1c708ee55c36e9a8 | refs/heads/master | 2021-06-25T04:52:49.995840 | 2019-05-12T06:22:37 | 2019-05-12T06:22:37 | 134,319,974 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 530 | java | package org.kyojo.schemaorg.m3n3.doma.core.container;
import org.seasar.doma.ExternalDomain;
import org.seasar.doma.jdbc.domain.DomainConverter;
import org.kyojo.schemaorg.m3n3.core.impl.EQUAL;
import org.kyojo.schemaorg.m3n3.core.Container.Equal;
@ExternalDomain
public class EqualConverter implements DomainConverte... | [
"nagai@nagaikenshin.com"
] | nagai@nagaikenshin.com |
794281fe7ea8f9c8d0d0e95950aa110bcd12b75e | 980f02496fe076f930cc7c9ecb4db3a19bef7060 | /School project: Java Application/ht/musiikki/src/rekisteri/Albumit.java | debd88b3d878ebc97f279697c3eda50a3d41b208 | [] | no_license | tatuniskanen/Cybersecurity | 934c4843e84badcd8b2a3678f1d9059f56fc379d | 22ce874200efdb8ff70d18d9a0ff495f51e3efc8 | refs/heads/main | 2023-03-08T06:16:01.677471 | 2021-02-24T12:50:49 | 2021-02-24T12:50:49 | 339,860,500 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 16,824 | java | package rekisteri;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.FileWriter;
import java.io.IOException;
import java.io.PrintWriter;
import java.util.ArrayList;
import java.util.Collection;
import java.util.Iterator;
import java.util.List;
import ... | [
"noreply@github.com"
] | tatuniskanen.noreply@github.com |
93ec8db7418b5169a71d1b0ee8164041466f615f | 43ea91f3ca050380e4c163129e92b771d7bf144a | /services/mpc/src/main/java/com/huaweicloud/sdk/mpc/v1/model/CreateMergeChannelsTaskRequest.java | eecb4ac77c08d4b1bf5b415feff277570fc956ef | [
"Apache-2.0"
] | permissive | wxgsdwl/huaweicloud-sdk-java-v3 | 660602ca08f32dc897d3770995b496a82a1cc72d | ee001d706568fdc7b852792d2e9aefeb9d13fb1e | refs/heads/master | 2023-02-27T14:20:54.774327 | 2021-02-07T11:48:35 | 2021-02-07T11:48:35 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,312 | java | package com.huaweicloud.sdk.mpc.v1.model;
import com.fasterxml.jackson.annotation.JsonInclude;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.fasterxml.jackson.annotation.JsonCreator;
import com.fasterxml.jackson.annotation.JsonValue;
import com.huaweicloud.sdk.mpc.v1.model.CreateMergeChannelsReq... | [
"hwcloudsdk@huawei.com"
] | hwcloudsdk@huawei.com |
40f5e578702a76992e0b6ae8424ca6e2096c5bb9 | 1263588f64861ad6a06571ef31ec52507a92f298 | /app/src/main/java/at/ac/univie/hci/btctracker/Data/Transaction.java | 5007589c7ebdf1c98d5a2c5c2a91cd6fbbe78951 | [] | no_license | zhanata88/bitcoin_tracker | 74ec5424503870b44f1714bb6782c6af4fbfddec | cecf3b4c1c586678fdc13958e67b543422fa86ce | refs/heads/master | 2020-04-21T14:13:28.450371 | 2019-02-07T20:01:05 | 2019-02-07T20:01:05 | 169,627,581 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,150 | java | package at.ac.univie.hci.btctracker.Data;
import java.io.Serializable;
import java.text.DateFormat;
import java.text.SimpleDateFormat;
import java.util.Calendar;
import java.util.Date;
/**
* Created by rabizo on 23.04.2018.
*/
public class Transaction implements Serializable{
private int transactionId;
p... | [
"a01449508@unet.univie.ac.at"
] | a01449508@unet.univie.ac.at |
76aa3be12633e82b250fac4d267e271dc92b0ba3 | 20626716067917100bc753cb9be93a3efc1117e4 | /sdk/network/mgmt/src/main/java/com/azure/management/network/ResourceSet.java | 9f25a1cdebf16c4102bc6319dd600b0270dc4888 | [
"BSD-3-Clause",
"LicenseRef-scancode-warranty-disclaimer",
"LGPL-2.1-or-later",
"Apache-2.0",
"MIT",
"LicenseRef-scancode-unknown-license-reference",
"LicenseRef-scancode-generic-cla"
] | permissive | FredGao-new/azure-sdk-for-java | e120920335326a0c49c3243e83b28f64e1ff5b25 | 36a0b761732f4913ca3ae225921d28400f6860e3 | refs/heads/master | 2020-11-23T20:48:45.641919 | 2020-04-13T11:11:25 | 2020-04-13T11:11:25 | 227,558,471 | 0 | 0 | MIT | 2019-12-12T08:36:38 | 2019-12-12T08:36:37 | null | UTF-8 | Java | false | false | 1,139 | java | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for
// license information.
//
// Code generated by Microsoft (R) AutoRest Code Generator.
package com.azure.management.network;
import com.azure.core.annotation.Fluent;
import com.fast... | [
"noreply@github.com"
] | FredGao-new.noreply@github.com |
2cd66e1599df72c8ca7eab35173aa6410eda35ee | fb81dd63a72f15dd6cc48bcf124e5a05d3bb3bd6 | /Easy/Plus Minus.java | be2141d6ec65e2e2fec887b0b5abb170f6365dce | [] | no_license | emremrah/hackerrank-solutions | 4d43dd7878d48a06bda37be64156f37d2ba3593b | 789771a3910993878a0aebbda01d10bce3f4fe65 | refs/heads/master | 2020-03-16T22:37:37.722683 | 2018-05-12T18:47:58 | 2018-05-12T18:47:58 | 133,046,561 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,128 | java | /*
https://www.hackerrank.com/challenges/plus-minus/problem
*/
import java.io.*;
import java.math.*;
import java.text.*;
import java.util.*;
import java.util.regex.*;
public class Solution {
/*
* Complete the plusMinus function below.
*/
static void plusMinus(int[] arr) {
int pos=0, neg=0, z... | [
"emre95@gmail.com"
] | emre95@gmail.com |
bb99f0bea3eec7e0d48082cd5cf4f2231866746e | 359e5b7842e810a7c5a64e0bc9104618ad7a66e8 | /src/java/Controller/LibroController.java | 116a72416f66171b3404939ad5fbccaa51eec544 | [] | no_license | KOMVA3/TIS-BIBLIOTECA | 9dfe02c2618427c99ca82150370718b58e2c2de5 | e4781289c004d8013e322d91ebcab9f4f4617ba9 | refs/heads/master | 2020-09-10T19:05:42.100228 | 2019-11-15T00:09:14 | 2019-11-15T00:09:14 | 221,808,800 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,342 | 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 Controller;
import model.Libro;
import java.io.IOException;
import java.io.PrintWriter;
import javax.servlet.ServletException;... | [
"prueba@prueba.com"
] | prueba@prueba.com |
ce7064c92a080db2690b80a02ae324cd0cd7fa5d | a5fb2f75f1fe093bac37ab560ddf77075fd64c87 | /src/com/yyHaker/lexical/scanner/AnalyzerByFA.java | 0ca250871d09754bdb7f493bc4029d23008a16f8 | [] | no_license | yyHaker/myComplierByJava | 5f7a2f45c2c7df78d943e9924ed6948910206a58 | 2eb1a816482885679b171c4d8855e817d6c3d9b2 | refs/heads/master | 2020-06-18T06:41:21.366502 | 2016-11-30T04:42:37 | 2016-11-30T04:42:37 | 75,151,986 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 17,347 | java | package com.yyHaker.lexical.scanner;
import com.yyHaker.lexical.model.*;
import com.yyHaker.lexical.model.Error;
import java.io.File;
import java.io.FileInputStream;
import java.io.IOException;
import java.util.*;
import java.util.Scanner;
/**
* AnalyzerByFA
*扫描输入的字符
* 1.预处理 滤掉空格,跳过注释、换行符
* 2.识别各种字符,输出token序列
... | [
"572176750@qq.com"
] | 572176750@qq.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.