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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
03d85f401f47923aa84cf9b6560cdd642ea545b0 | 1135e7750cdf0b5fc3fed2e0adce3c14cad01bd7 | /Map/src/AVLMap.java | f6701f74f3ff997ccfc881ecbaac30607d694b3f | [] | no_license | canye365/DataStructures | 54a0220a2896aad2a5f267a0f674a04f00f02a36 | e9a96b3d1aa7ce1a6e2b5134205458ab84e0b17b | refs/heads/master | 2022-11-15T00:20:38.121670 | 2020-07-15T05:44:25 | 2020-07-15T05:44:25 | 267,288,192 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 846 | java | /**
* @author CanYe
* @createdate 2019/7/16 2:30
*/
public class AVLMap<K extends Comparable<K>, V> implements Map<K, V> {
private AVLTree<K, V> avlTree;
public AVLMap(){
avlTree = new AVLTree<>();
}
@Override
public void add(K key, V value) {
avlTree.add(key, value);
}
... | [
"canye365@qq.com"
] | canye365@qq.com |
680c5bd3ac7dce1a78ef0cd583516cb9e138294a | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/15/15_e3ddd10800c93e3e2d360f4a51ec97806d8bc1e3/Alphabet/15_e3ddd10800c93e3e2d360f4a51ec97806d8bc1e3_Alphabet_s.java | 248d58f02c1e981e5cf6ac7ff2a2ef6508a2f9a4 | [] | 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 | 951 | java | package jpower.core;
public class Alphabet {
private static final char[] ALPHABET = {
'a',
'b',
'c',
'd',
'e',
'f',
'g',
'h',
'i',
'j',
'k',
'l',
... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
2fbc58588952008bbe68fb756d385df01bcdd658 | e61f9dd683cbbd7cfc1aeeaf2ecc23b3248d5781 | /vitro-core/webapp/src/edu/cornell/mannlib/vitro/webapp/utils/sparqlrunner/SparqlQueryRunner.java | 2d6e68dcf259c035ead8d79e8dc1d3dbab5db6ce | [] | no_license | caotrinh/vivo | 02e5d4ef22b2376b2521726cf3e7c6af20e1ddd5 | 84a5ff1a6a71d907462727165aeb5e81fe969a65 | refs/heads/master | 2020-11-25T14:33:28.164896 | 2019-12-19T23:26:22 | 2019-12-19T23:26:22 | 228,717,030 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,029 | java | /* $This file is distributed under the terms of the license in LICENSE$ */
package edu.cornell.mannlib.vitro.webapp.utils.sparqlrunner;
import java.io.OutputStream;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import com.hp.hpl.jena.rdf.model.Model;
import edu.cornell.mannlib... | [
"caongoctrinh@gmail.com"
] | caongoctrinh@gmail.com |
035ba7525c7da4fdf927a52ae9d37b4df31308b1 | db51322739530b3a4991f046194a9c358088ae39 | /app/src/main/java/com/dasong/easypermission/core/Annotations/BeforeRequest.java | 37f94648d1f19c64893fb449dfc8d480cd099f88 | [
"Apache-2.0"
] | permissive | MrNANMU/EasyPermission | f6526511f33d43a2d7a58a7a227a90a12455cc42 | 89f76cd0d10c891939f0adc4b597060af659fbc9 | refs/heads/master | 2020-11-25T19:00:47.579748 | 2019-12-31T08:26:47 | 2019-12-31T08:26:47 | 228,803,305 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 318 | java | package com.dasong.easypermission.core.Annotations;
import java.lang.annotation.Retention;
import java.lang.annotation.Target;
import static java.lang.annotation.ElementType.METHOD;
import static java.lang.annotation.RetentionPolicy.RUNTIME;
@Target(METHOD)
@Retention(RUNTIME)
public @interface BeforeRequest {
}
| [
"zhengxingda8605@dingtalk.com"
] | zhengxingda8605@dingtalk.com |
34388154c80e83be2bf3f6b9e271c1eb4eb00d38 | 993d069f3bebf7e8f264e014ea21b1a598f439ab | /processingWidgets/src/main/java/com/lancer/android/processing/widgets/APToggleButton.java | 0d04fe6ef272f878234c266d1dbc96ceaae734e9 | [] | no_license | Aaltan/leXXicon | 5dac730b8b8089d8b647bbe07003ccc94546473b | 9216246598ff7450026a1d1ee49fe4cae381bd64 | refs/heads/master | 2020-03-23T12:47:20.640773 | 2018-07-31T15:36:26 | 2018-07-31T15:36:26 | 141,573,599 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,857 | java | /**
* Copyright 2010 Rikard Lundstedt
*
* This file is part of APWidgets.
*
* APWidgets is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any late... | [
"lancer@tiscali.it"
] | lancer@tiscali.it |
599192875ae76074d94feb0932240f9b8ca1c8ed | 4f7bdd4ed1ac7ce7440a36f02786c57d56c663f7 | /Events/src/com/events/FeedDetail.java | 288024d18490cd57a9d91eb17599e28a55d6e186 | [] | no_license | erliyusnaidi/maimasjid | 6aee7bcbcf8b681ad3b89462eb12d6dca83d221f | 74a28245a7bb4085562c0888a9fb4235f3df4125 | refs/heads/master | 2016-09-06T02:43:04.831314 | 2015-05-15T03:07:42 | 2015-05-15T03:07:42 | 35,540,400 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,221 | java | package com.events;
import android.annotation.SuppressLint;
import android.os.Bundle;
import android.view.View;
import android.webkit.WebChromeClient;
import android.webkit.WebView;
import android.webkit.WebViewClient;
import android.widget.ProgressBar;
import com.events.custom.CustomActivity;
import com.e... | [
"affiza@gmail.com"
] | affiza@gmail.com |
7c31f20984e1aa453f8cc7cf259af1eba1c24b73 | 9b214b754a3b9baf57a1539c4619c06aaec7984e | /src/main/java/com/carTrading/controller/NoticeController.java | 0fc16cbecc21a145735bd40dcc13b46f24e951dc | [] | no_license | HardTank/GraduationProject-carTrading | 318160301abed8f54d7f6de9206dc7bdd340190c | 50b8fa417b76fc7245bc67aa7e071306a89ed11e | refs/heads/master | 2022-06-21T16:54:11.024632 | 2020-07-03T02:28:55 | 2020-07-03T02:28:55 | 173,080,397 | 1 | 0 | null | 2022-06-21T01:46:25 | 2019-02-28T09:18:26 | JavaScript | UTF-8 | Java | false | false | 2,593 | java | package com.carTrading.controller;
import com.carTrading.entity.Notice;
import com.carTrading.service.NoticeService;
import com.carTrading.tool.UpdateNotNull;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.data.domain.P... | [
"hardstanks@gmail.com"
] | hardstanks@gmail.com |
0a712e8a7be4bd9312132b3a8e29a788160eb9e5 | 98bbf6f8d202f0edd6dca827d861f9683850edc1 | /Concierge/Concierge/app/src/main/java/com/handsriver/concierge/sync/ConciergeAuthenticatorService.java | d635bea79b7ce2fe2a90a35571720dfd4dde6a9f | [] | no_license | artrouve/tablet_citofon | 884f6913111f1df0ee5d879074b8e3e118e2e3b3 | 3db18b30ba5ba3f76e0e2f7e74b3eeba16a83c13 | refs/heads/master | 2023-04-30T23:36:43.570167 | 2023-04-23T02:29:17 | 2023-04-23T02:29:17 | 224,792,810 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 589 | java | package com.handsriver.concierge.sync;
import android.app.Service;
import android.content.Intent;
import android.os.IBinder;
import android.support.annotation.Nullable;
/**
* Created by Created by alain_r._trouve_silva after 27-04-17.
*/
public class ConciergeAuthenticatorService extends Service {
private Con... | [
"alain@truv.cl"
] | alain@truv.cl |
92ac1e8114642fd6c79392a1eb3f3ca0fc0a6b84 | c8c6e8085091fb58cd6911947da94602061dc13f | /src/Solution.java | 9b2508975df4e4be3f7db25bf17576263be51b3b | [] | no_license | vsmedio/Solution0728 | 2904871de3025e3b2fc0320a174afda7679667f7 | 69fff635f34796ac05dba9464215fa4c6f256020 | refs/heads/master | 2021-05-14T02:49:35.874551 | 2018-01-07T22:30:01 | 2018-01-07T22:30:01 | 116,604,184 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,566 | java | import java.io.BufferedReader;
import java.io.InputStreamReader;
/*
В убывающем порядке
Задача: Написать программу, которая вводит с клавиатуры 20 чисел и выводит их в убывающем порядке.
Требования:
1. Программа должна считывать 20 целых чисел с клавиатуры.
2. Программа должна выводить 20 чисел.
3. В классе Solution... | [
"info@vsmedio.lv"
] | info@vsmedio.lv |
338752a1214e42e2d4a452d2aaa03f3c917b3c30 | c885ef92397be9d54b87741f01557f61d3f794f3 | /tests-without-trycatch/Math-7/org.apache.commons.math3.ode.AbstractIntegrator/default/19/org/apache/commons/math3/ode/AbstractIntegrator_ESTest.java | 36e276218e74016ebf39aff9bbf9329227bc349b | [
"CC-BY-4.0",
"MIT"
] | permissive | pderakhshanfar/EMSE-BBC-experiment | f60ac5f7664dd9a85f755a00a57ec12c7551e8c6 | fea1a92c2e7ba7080b8529e2052259c9b697bbda | refs/heads/main | 2022-11-25T00:39:58.983828 | 2022-04-12T16:04:26 | 2022-04-12T16:04:26 | 309,335,889 | 0 | 1 | null | 2021-11-05T11:18:43 | 2020-11-02T10:30:38 | null | UTF-8 | Java | false | false | 58,340 | java | /*
* This file was automatically generated by EvoSuite
* Fri Jul 30 13:41:14 GMT 2021
*/
package org.apache.commons.math3.ode;
import org.junit.Test;
import static org.junit.Assert.*;
import static org.evosuite.shaded.org.mockito.Mockito.*;
import static org.evosuite.runtime.EvoAssertions.*;
import java.util.Colle... | [
"pouria.derakhshanfar@gmail.com"
] | pouria.derakhshanfar@gmail.com |
aca610863ff4f4ee89a8a89d30721c2edb81c86d | d9a921e4795a7101ce055b4d9508e9a7e92d0604 | /src/Dictionary.java | 76a2792c341a46a5f482f4a3990e01b7908a5fd6 | [] | no_license | desai10/WordGuessingGame | 091f8ef04553511d11b54f274e2fb717078e36e9 | 091439de3f168f5aa148387db953f8ada057d30f | refs/heads/master | 2020-03-25T20:37:34.376924 | 2018-08-09T10:45:34 | 2018-08-09T10:45:34 | 144,139,165 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,665 | java | import java.io.BufferedReader;
import java.io.FileReader;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Map;
import java.util.HashMap;
public class Dictionary {
Map<String, ArrayList<String >> dictionary;
public Dictionary(int size) throws Exception{
dictionary = new HashMap<>... | [
"isriramdesai@gmail.com"
] | isriramdesai@gmail.com |
66332e20cf28554d7441dc3cebe1246350272a99 | 1638b1a2483566aa4d7b1c3f489187fde5c3b542 | /src/gameSettings/GameType.java | 0613b3cae37ed13e6df7ef4633a64402ab65e273 | [] | no_license | Eitamah/Wordiada | 41cbb772863dc96a4d616e214293b9e24acb317e | d323de7474ca444baa6353d3869c632070ce0a39 | refs/heads/master | 2021-01-19T08:23:09.173534 | 2017-04-30T16:30:32 | 2017-04-30T16:30:42 | 87,623,732 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,443 | java | //
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2017.04.... | [
"matie4@gmail.com"
] | matie4@gmail.com |
6f104832931ae44ea675a6b9225d51a63a491537 | d1338ea1a13a22210099051fab527c506476ab53 | /src/main/java/com/github/vladislavsevruk/generator/test/data/generator/iterable/ArrayTestDataGenerator.java | 1c0c7bc5eba20a91846e4f4d55a4726aea37edcf | [
"MIT"
] | permissive | VladislavSevruk/TestDataGenerator | c0603168667a1330a080a8a145b823b0fe636f97 | be239ce3047a47186cab23611db227101a420f31 | refs/heads/develop | 2023-03-11T09:56:48.298701 | 2021-02-26T11:14:10 | 2021-02-26T11:14:10 | 316,294,831 | 0 | 0 | MIT | 2021-02-26T11:42:36 | 2020-11-26T17:17:47 | Java | UTF-8 | Java | false | false | 3,701 | java | /*
* MIT License
*
* Copyright (c) 2020 Uladzislau Seuruk
*
* 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, copy... | [
"noreply@github.com"
] | VladislavSevruk.noreply@github.com |
704d4c0a8d346636999fe113594b6a342a1ba191 | c3065391df4ba3b29dd042f024974d8a5ab5013b | /solutions/arrayofarrays/src/main/java/arrayofarrays/DailyValues.java | 272d4769c99ec58d24e40b86120d29fdd70a17d3 | [] | no_license | puhakex/java-bsc-public | 2d81289f85cae010c5229b967c1d17ff52aa5421 | 2b7747456a1b28cb8501eb6953ef68f3cd262692 | refs/heads/master | 2023-09-05T07:02:27.914260 | 2021-11-19T10:37:04 | 2021-11-19T10:37:04 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 758 | java | package arrayofarrays;
public class DailyValues {
public void getValues() {
int[][] values = new int[12][];
int[] numberOfDays = {31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31};
for (int i = 0; i < numberOfDays.length; i++) {
values[i] = new int[numberOfDays[i]];
}
... | [
"viczian.istvan@gmail.com"
] | viczian.istvan@gmail.com |
1c09d8367c3f004682e78e0676fe40951c2ebcc4 | 96427dc732d9d5162eb1f0e17c9696ba06619006 | /Bundle.java | 1f667cfe815891bb6776a09cc8cf4477da341832 | [] | no_license | instaclustr/provisioning-API-DEMO | c30339c838b6fe9371d30d22ed269cdf99c54c1a | 121a5e84b8663d7ed9a9ce27744781fa507682fd | refs/heads/master | 2021-06-12T04:07:21.484255 | 2020-05-14T01:11:07 | 2020-05-14T01:11:07 | 192,466,779 | 0 | 0 | null | 2021-06-04T02:09:26 | 2019-06-18T04:44:00 | Java | UTF-8 | Java | false | false | 1,667 | java |
// -----------------------------------com.instaclustr.provisioningapi.Bundle.java-----------------------------------
// https://github.com/FasterXML/jackson
package com.instaclustr.provisioningapi;
import java.util.HashMap;
import java.util.Map;
import com.fasterxml.jackson.annotation.JsonAnyGetter;
import com.fast... | [
"noreply@github.com"
] | instaclustr.noreply@github.com |
e79a563801d18c19d277caf15733749d05b9f616 | c4e2155ccd84d7853edb95df8043cf60c6bf2ab8 | /Batistela_1Trimestre/03-08/ClienteConta/src/sample/model/Conta.java | 16bb014364e3f5b66fd00d569b7f42198859eeb2 | [] | no_license | blackkseaw/Modulo_Trimestre1_2021 | 09ebf989f1c7a692073e31ece8dfd2a34cd7d7a2 | 2b8835a17a4aa2eb5cc5e914dad8dfdc12ac60df | refs/heads/master | 2023-04-16T06:32:01.193609 | 2021-04-25T15:35:16 | 2021-04-25T15:35:16 | 361,466,824 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,908 | java | package sample.model;
public class Conta {
//atributos
private double saldo;
private double limite;
private int numeroDaConta;
private int numeroDaAgencia;
//constante
private static final int LIMITE = 200;
//getters e setters
public Conta(int numeroDaConta, int numeroDaAgencia){
... | [
"blackkseaw@gmail.com"
] | blackkseaw@gmail.com |
207418ee263d93992015acfeb7fa3fe43d4b75fb | ea282cc70de0f867f671a71fc515cc7641d3d3fe | /src/xfuzzy/xfsg/XfsgInOrderMemFunc.java | 2b5e2637d928428fcfd2b7733d933a7599734d31 | [
"MIT"
] | permissive | dayse/gesplan | aff1cc1e38ec22231099063592648674d77b575d | 419ee1dcad2fa96550c99032928e9ea30e7da7cd | refs/heads/master | 2021-01-23T07:03:23.606901 | 2014-08-12T14:38:26 | 2014-08-12T14:38:26 | null | 0 | 0 | null | null | null | null | ISO-8859-1 | Java | false | false | 7,183 | java | //--------------------------------------------------------------------------------//
// COPYRIGHT NOTICE //
//--------------------------------------------------------------------------------//
// Copyright (c) 2012, Instituto de Microelectronica de Sevill... | [
"felipe.arruda.pontes@gmail.com"
] | felipe.arruda.pontes@gmail.com |
161e6213792d56a582311745470f9f98ad170947 | da8dffd7c009f731bcc95eef0ea0d9dec491989e | /src/main/java/pl/wilanowskiartur/springbootwebsecurity/SpringBootWebSecurityApplication.java | 542650631d3cc4e6e737481354ae71342964d9f7 | [] | no_license | ArturWilanowski/spring-boot-web-security | 8a2d8a15f58307de50acb3eaaf6caf105dcc3822 | e6383736adf7cb1901eb2c755e69d33217eba041 | refs/heads/master | 2021-05-02T13:24:20.832430 | 2018-02-08T12:44:20 | 2018-02-08T12:44:20 | 120,759,431 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 362 | java | package pl.wilanowskiartur.springbootwebsecurity;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class SpringBootWebSecurityApplication {
public static void main(String[] args) {
SpringApplication.run(SpringBoot... | [
"arturwilanowski@gmail.com"
] | arturwilanowski@gmail.com |
a479fd7a0e23f190475a92da2bdef2af64dc57d6 | 3901c526aa4ac0f3e08a47cafa749c4fe6e014bf | /app/src/main/java/com/pulseapp/android/floatingbutton/TouchDelegateGroup.java | e04b1720fe7cb2068ca889dbd4452e014aaac975 | [] | no_license | dharmendrahike/Camera | 574d27ac4d3315bdebe7218ae9475610b3626042 | 60a6bdc7ea8bebbba7f937564a29be23dc357629 | refs/heads/master | 2021-08-14T09:41:57.404175 | 2017-11-15T07:36:42 | 2017-11-15T07:36:42 | 110,798,435 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,933 | java | package com.pulseapp.android.floatingbutton;
import android.graphics.Rect;
import android.support.annotation.NonNull;
import android.view.MotionEvent;
import android.view.TouchDelegate;
import android.view.View;
import java.util.ArrayList;
public class TouchDelegateGroup extends TouchDelegate {
private static fina... | [
"dharmendra@hike.in"
] | dharmendra@hike.in |
01e5415df416ff539f3cda71bd356bcfff7a0d85 | 77e32c263aef1df71e85db1f7b4e54203db73d5a | /app/src/main/java/com/example/testing/myapplication/view/PaintRecyclerView.java | b1d7f91c2be548ed0a7fd3cda137122ae90ce4c7 | [] | no_license | huoqiling/TestApplication | 90adbe1a04320c448a812bc1074bde5944d2db7e | d4d07bdd02b94a4cc20f5b3b6a177159a7a386f8 | refs/heads/master | 2020-03-27T04:50:32.745354 | 2017-02-08T06:06:07 | 2017-02-08T06:06:07 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,241 | java | package com.example.testing.myapplication.view;
import android.content.Context;
import android.graphics.Canvas;
import android.graphics.Color;
import android.graphics.Paint;
import android.support.annotation.Nullable;
import android.support.v7.widget.RecyclerView;
import android.util.AttributeSet;
/**
* author: baii... | [
"baiiu@foxmail.com"
] | baiiu@foxmail.com |
cf01f9dd8c990812a5fabe4eefbb2d23d0651ec8 | 58f872e6d3c5c557fc0f7110e26c44204105a1c9 | /app/src/main/java/com/net/yuesejiaoyou/redirect/ResolverA/interface4/states/Jughstates.java | 02ebb345b6a0deba6654a296fc34ec0288a1d2a0 | [] | no_license | P79N6A/yuese | 32401136adb4911f681db6094b0aa57c46548a06 | 7b71fa1dbbebab051b22b984cb0f3b547341a228 | refs/heads/master | 2020-04-12T18:49:56.344993 | 2018-12-21T08:52:03 | 2018-12-21T08:52:03 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 100 | java | package com.net.yuesejiaoyou.redirect.ResolverA.interface4.states;
public class Jughstates {
}
| [
"976854315@qq.com"
] | 976854315@qq.com |
e5a3f8bb6667e0ebe73e290d5b02575d67dee4d2 | c81b8923ce1b7f850b92404a7b98bf5ce5947ee6 | /app/src/main/java/com/example/loginapp/GetNearbyPlaces.java | 2eb7d2a6ee0b091532b17ed0a782564025c7e7cd | [] | no_license | KasunSudharaka/Vehicle-Breakdown-Assistant | 45c1086eda15ee6ca8a6e1c694dddebae6aeb042 | 96d2700e0b813172084ea203a4378f67deee60c8 | refs/heads/main | 2023-06-24T13:46:22.183021 | 2023-06-15T21:01:26 | 2023-06-15T21:01:26 | 304,427,328 | 5 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,219 | java | package com.example.loginapp;
import android.os.AsyncTask;
import com.google.android.gms.maps.CameraUpdateFactory;
import com.google.android.gms.maps.GoogleMap;
import com.google.android.gms.maps.model.BitmapDescriptorFactory;
import com.google.android.gms.maps.model.LatLng;
import com.google.android.gms.maps.model.M... | [
"kasun.hesh1997@gmail.com"
] | kasun.hesh1997@gmail.com |
792f854a6adda8a46400172eb031f3bce0c36438 | 29cbccef9d3884d5f81580fd6af07ade36b7a176 | /framework/src/java/org/apache/hivemind/service/impl/ConfigurationObjectProvider.java | d9d705d075cb2771600df332446759a2b2efd20c | [
"Apache-2.0"
] | permissive | rsassi/hivemind1 | 848ee0d913f668c69de3bba00060908ddc9305a2 | 5802c535431431a7a576a86e1983c7b523e03491 | refs/heads/branch-1-0 | 2023-06-23T19:49:12.272173 | 2021-07-25T03:46:28 | 2021-07-25T03:46:28 | 389,250,137 | 0 | 0 | null | 2021-07-25T03:46:29 | 2021-07-25T03:20:30 | Java | UTF-8 | Java | false | false | 1,401 | java | // Copyright 2004 The Apache Software Foundation
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable ... | [
"ahuegen@localhost"
] | ahuegen@localhost |
936c6892d34cca2bc22365b8e25c6ae05f17b94f | 00da725d421abaedd55fe1f50cfab45f5d471565 | /src/etmo/qualityIndicator/hypeHypervolume/HypEFitness.java | 82876eeb28b568a4c269d005a51e2d481230967f | [] | no_license | Asurada2015/MTO-cec2021- | b4dbfb6806df8ddae4105e7c69fe02f1879f595a | c9e0fc581d483ee0821c6b8aa43b3e50299eaf4f | refs/heads/main | 2023-03-20T20:29:18.729843 | 2021-01-28T07:08:21 | 2021-01-28T07:08:21 | 347,603,497 | 1 | 0 | null | 2021-03-14T10:17:25 | 2021-03-14T10:17:25 | null | UTF-8 | Java | false | false | 4,161 | java | package etmo.qualityIndicator.hypeHypervolume;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import etmo.qualityIndicator.hypeHypervolume.Term;
import etmo.util.PseudoRandom;
public class HypEFitness {
public double[] hypeIndicatorSampled(double[][] points, double lowerbound, double u... | [
"3540365582@qq.com"
] | 3540365582@qq.com |
efae701a3349e06bd5a4b0f910cc9112a76bbef1 | 1578e950ac4c36453996e9aed44f34040d2d83bb | /app/src/main/java/com/wfapp/retrofit/helpermodels/Inventory.java | f9c23241d19557af1e9eb1831c345ee89d57f50d | [] | no_license | Denkata-Iliev/WarframeApp | 4f5c8172e4320a32744df7482aa0ef06d0160391 | 915cbd9c604ab60ced1d34d04bdf65e6851cc883 | refs/heads/master | 2022-05-14T18:47:07.741139 | 2020-04-23T14:49:33 | 2020-04-23T14:49:33 | 257,261,939 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 798 | java |
package com.wfapp.retrofit.helpermodels;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
public class Inventory {
@SerializedName("item")
@Expose
private String item;
@SerializedName("ducats")
@Expose
private Integer ducats;
@SerializedName("... | [
"denislav9711@gmail.com"
] | denislav9711@gmail.com |
552f672217a35926091293a6ca81b1afd14c54c3 | 3bb932947a00b2f77deb1f9294340710f30ed2e0 | /data/comp-changes-client/src/mainclient/interfaceAdded/InterfaceAddedImp.java | f069f625371a7bb0ab73ec0eadcb61cde1f5cebe | [
"MIT"
] | permissive | crossminer/maracas | 17684657b29293d82abe50249798e10312d192d6 | 4cb6fa22d8186d09c3bba6f5da0c548a26d044e1 | refs/heads/master | 2023-03-05T20:34:36.083662 | 2023-02-22T12:21:47 | 2023-02-22T12:21:47 | 175,425,329 | 8 | 0 | null | 2021-02-25T13:19:15 | 2019-03-13T13:21:53 | Java | UTF-8 | Java | false | false | 204 | java | package mainclient.interfaceAdded;
import main.interfaceAdded.IInterfaceAddedMulti;
public class InterfaceAddedImp implements IInterfaceAddedMulti {
@Override
public int mMulti() {
return 0;
}
}
| [
"lina.m8a@gmail.com"
] | lina.m8a@gmail.com |
ce49dd8a3f1f0c5b35052102b9b9473b2dacc79a | d587602b0663ca583104c0b93c380377d91e1a42 | /src/cn/sdfi/tools/Const.java | 7acdc72677fb25b7bece7b31e871c65a8d4dd1dd | [] | no_license | huangqiqing123/testlab | 37ba0f01b0eaded698a10ce6313fb06aa0e8a582 | 2022746fdfe15e04711c56e2f8d0be2af9403562 | refs/heads/master | 2021-07-03T18:34:31.547652 | 2017-09-25T01:40:12 | 2017-09-25T01:40:12 | 104,690,395 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,618 | java | package cn.sdfi.tools;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
import javax.servlet.http.HttpSession;
import cn.sdfi.user.bean.User;
public class Const {
public static final String CONTENT_TYPE = "text/html;charset=GBK";
public static final String CHARACTOR_ENCODING = ... | [
"huangqiqing@huangqiqing.home.langchao.com"
] | huangqiqing@huangqiqing.home.langchao.com |
dc3242fbf975b765de05c30da5a10415cbc62032 | 61c86ef495c474caa4fefc68ae549be7be619060 | /day07-code/src/com/wendy/day07/demo02/Demo02Anonymous.java | 4bb2d70ba8f7bdd6240a96d2f7787a289b74ba13 | [] | no_license | Huihuihuiwan/-Java-idea- | 619c53b7cff2af4137dcaa3b15973215ad3b6dac | b32ea8ec1fdabdb36544821c806660a2eb12a702 | refs/heads/master | 2022-07-17T09:57:31.397066 | 2020-04-16T12:18:47 | 2020-04-16T12:18:47 | 248,991,410 | 1 | 0 | null | 2022-06-21T03:02:04 | 2020-03-21T14:20:56 | Java | UTF-8 | Java | false | false | 1,083 | java | package com.wendy.day07.demo02;
import java.util.Scanner;
/**
* Author : wendy_wan
* Created : 2020/3/3 17:29
*/
public class Demo02Anonymous {
public static void main(String[] args) {
//普通使用方法
// Scanner sc = new Scanner(System.in);
// int num = sc.nextInt();
//匿名对象的方式
// ... | [
"542996083@qq.com"
] | 542996083@qq.com |
4f947091000ba6b977aa28d1e6ca71b1895b9ef8 | c6650c2b63e20a74147f3a4e503324f68918150f | /CSV.java | 14fa99964ecfad9cf7d3a85e46bea95adbe81276 | [] | no_license | JoshuaKornmayer/BankAccountCSVrReader | 810ea5fcc371aa0d7aa441164156e7f56b1bdcd7 | 4027937e14fc0f17a23c934ed20b0c50551889f9 | refs/heads/master | 2022-10-05T18:40:55.241421 | 2020-06-08T15:23:48 | 2020-06-08T15:23:48 | 266,192,427 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 960 | java |
import java.io.BufferedReader;
import java.io.FileNotFoundException;
import java.io.FileReader;
import java.io.IOException;
import java.util.LinkedList;
import java.util.List;
public class CSV {
// This function will read data from a CSV file and return a list
public static List<String[]> read(String file) {... | [
"jbkornmayer80@gmail.com"
] | jbkornmayer80@gmail.com |
1dceb3b74509195601bef9f083e87766d2733088 | 20eb62855cb3962c2d36fda4377dfd47d82eb777 | /newEvaluatedBugs/Jsoup_7_buggy/mutated/373/Token.java | 1062b5ad206d9dd683b0e2097c3c57a741cafebd | [] | no_license | ozzydong/CapGen | 356746618848065cce4e253e5d3c381baa85044a | 0ba0321b6b1191443276021f1997833342f02515 | refs/heads/master | 2023-03-18T20:12:02.923428 | 2020-08-21T03:08:28 | 2020-08-21T03:08:28 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,594 | java | package org.jsoup.parser;
import org.jsoup.helper.Validate;
import org.jsoup.nodes.Attribute;
import org.jsoup.nodes.Attributes;
import org.jsoup.nodes.BooleanAttribute;
/**
* Parse tokens for the Tokeniser.
*/
abstract class Token {
TokenType type;
private Token() {
}
String tokenType() {
... | [
"justinwm@163.com"
] | justinwm@163.com |
3109d4282ef61a0729aa56ef1841bd3eb861429d | 5e723b415f63a571aee8b1d6f217e84aec2102c0 | /standalone/src/main/java/org/jboss/as/console/client/domain/groups/ServerGroupPresenter.java | 7b14beb5ccb215c814069951a73a72e9e3ced25c | [] | no_license | yongyang/as7-console | dc845b1829c6f19f0ecdea62997923ada8c7fbf7 | 0b0ee25b3246c7ee12b888ccf9d0b594bb69c994 | refs/heads/master | 2021-01-17T23:12:22.450022 | 2011-04-21T13:18:33 | 2011-04-21T13:18:33 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 12,709 | java | /*
* JBoss, Home of Professional Open Source
* Copyright <YEAR> Red Hat Inc. and/or its affiliates and other contributors
* as indicated by the @author tags. All rights reserved.
* See the copyright.txt in the distribution for a
* full listing of individual contributors.
*
* This copyrighted material is made ava... | [
"ike.braun@googlemail.com"
] | ike.braun@googlemail.com |
9651eeb88bfa0259698dea2eff34097c898edc24 | 0ea370abe122c4b82aa222eef745150bea274164 | /src/test/java/com/person/student/manage/controller/ScoreControllerTest.java | 0b8f0d20a2ef0058cd89efbde416c8e2083299ff | [] | no_license | yupeiw/student-manage | 6a18c9914bda3d4975697959cb94552ab667847c | f4afb4f34cf5d6afd2201ea486e9e29be0c93fbf | refs/heads/master | 2023-08-23T17:35:04.410355 | 2021-10-20T02:50:34 | 2021-10-20T02:50:34 | 415,805,821 | 1 | 0 | null | 2021-10-12T06:16:11 | 2021-10-11T06:35:30 | Java | UTF-8 | Java | false | false | 2,013 | java | package com.person.student.manage.controller;
import com.person.student.manage.MainApplication;
import lombok.extern.slf4j.Slf4j;
import org.junit.Assert;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springfra... | [
"yup@133.cn"
] | yup@133.cn |
6daedb2f28e00f30ffb17b3cff26e7d032ed9108 | 8866bf32b410468e4bb155acbd0cdbbab8fb8971 | /common/src/main/java/com/serenegiant/widget/CheckableLinearLayout.java | 31795a7f6728de4410b73589380ff5690faf662a | [] | no_license | LongyueChang/SRCommon | b2772ed755b7fa9fa1705b4e0feeac02315953b6 | 34f456fd1a9cc7691cff2e5d1f9601e40ebd3477 | refs/heads/master | 2022-11-23T13:09:41.920951 | 2020-07-17T05:28:51 | 2020-07-17T05:28:51 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,851 | java | /* */ package com.serenegiant.widget;
/* */
/* */ import android.content.Context;
/* */ import android.util.AttributeSet;
/* */ import android.view.MotionEvent;
/* */ import android.view.View;
/* */ import android.widget.Checkable;
/* */ import android.widget.LinearLayout;
/* */
/* */
/... | [
"cui.li@suirui.com"
] | cui.li@suirui.com |
6beaeb8bbe43643db1c71c32b57a24fae38b75d7 | 7b401ee0dcae49aa0eb87adc2c98010f91cb84e7 | /parcial2/src/gt/edu/umg/ingenieria/sistemas/analisis2/parcial2/service/IEngineRepairService.java | 23469963668e0fe38e984584fa1fe70a8caeb29c | [] | no_license | jbarillasgarcia/analisis-parcial2 | db27edb89beb3d87d838b394cf164caab1f68f05 | f62b696279b2645887667e4e26626431a5266bd0 | refs/heads/master | 2022-04-22T02:16:35.959932 | 2020-04-27T16:03:32 | 2020-04-27T16:03:32 | 258,627,141 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 131 | java | package gt.edu.umg.ingenieria.sistemas.analisis2.parcial2.service;
import java.util.*;
public interface IEngineRepairService {
} | [
"cgarciam@tigo.com.gt"
] | cgarciam@tigo.com.gt |
73fba2a783a3793416cc02ff25d08de69431b272 | e8dee855a8fe2b7cce59adb8fe599580d02e87a9 | /src/main/java/com/service/impl/QuestionServiceImpl.java | c4345049ef6d843c5f3fcdf4cd5e268d18280a81 | [] | no_license | sea20/QAPlatform | 149981a977b4fd089827e94d4ab24f1bf41c2b11 | 16d07a0be5a3780e6361abd51340a88c862feff7 | refs/heads/master | 2023-07-15T02:27:46.750984 | 2022-07-04T07:52:05 | 2022-07-04T07:52:05 | 354,526,237 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,723 | java | package com.service.impl;
import com.bean.Question;
import com.bean.questionInformation.QueryQuestion;
import com.bean.result.Result;
import com.fasterxml.jackson.core.JsonProcessingException;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.mapper.CollectionMapper;
import com.mapper.QuestionMapper;
impo... | [
"1193569029@qq.com"
] | 1193569029@qq.com |
a22816d3e30d79a70635dba5d745cc2cbf01a9b2 | b80a17e3646a64fad4001a5da7c44ac97da58afa | /ProjectAlmacenesJuegos/src/main/java/com/prueba/tecnica/projectalmacenesjuegos/persistence/AlmacenesFacadeLocal.java | b086889bc1c2547b235d7ea4803d0d9e80e7fa2a | [] | no_license | monik23/AlmacenesJuegos | cd18d5071c682de9d475623da3a8831e1ad21b37 | eb6892b077af05f3316f218ab356f48795d4e97a | refs/heads/master | 2022-12-11T23:03:32.435798 | 2020-09-15T02:07:47 | 2020-09-15T02:07:47 | 295,578,987 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 688 | java | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package com.prueba.tecnica.projectalmacenesjuegos.persistence;
import com.prueba.tecnica.projectalmacenesjuegos.entities.Almacenes;
im... | [
"aine24@gmail.com"
] | aine24@gmail.com |
e48a1cce56a4c824d1f4dca882e3b5589281e3d7 | 6d0969646df6b9bfa7d9f4775b7f88239eb6fa6c | /Backend/backend/src/main/java/com/jedago/practica_dss/backend/EmailServiceImpl.java | 037f1b29bebe51cced805344117495f49e34b555 | [
"MIT"
] | permissive | gonzalouli/dss2020-2021-GonJeDav | 7b31b852ac3b4404eb06e1d1217f45d75ee0e340 | 44e5713e3258d28c952478d9188ee78f0f713c9a | refs/heads/main | 2023-06-03T19:39:45.967719 | 2021-06-07T12:34:10 | 2021-06-07T12:34:10 | 344,438,892 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,867 | java | package com.jedago.practica_dss.backend;
import java.util.Map;
import java.util.Properties;
import javax.mail.internet.MimeMessage;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Bean;
import org.springframework.mail.SimpleMailMessage;
import org.springfr... | [
"43575107+gonzalouli@users.noreply.github.com"
] | 43575107+gonzalouli@users.noreply.github.com |
5fc8b10dfe3469fa1194a2f75eb956aadc92d6fd | 9003aa023e7a5d9b96c8315a5268f1dbfe531df2 | /src/main/java/com/qsl/cursomc/domain/ItemPedido.java | 72930beccd97e759ec6fbe875a9c8ad37e9786e0 | [] | no_license | rscussel/cursomc | f936b6a292213875b9046445663b5132362c8d21 | e42b7d41da446003b30fbe5d980da74b9c26a22d | refs/heads/master | 2020-03-19T15:01:11.156075 | 2018-06-19T19:50:48 | 2018-06-19T19:50:48 | 136,652,197 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,860 | java | package com.qsl.cursomc.domain;
import java.io.Serializable;
import javax.persistence.EmbeddedId;
import javax.persistence.Entity;
import com.fasterxml.jackson.annotation.JsonIgnore;
@Entity
public class ItemPedido implements Serializable {
private static final long serialVersionUID = 1L;
@JsonIgnore
@EmbeddedI... | [
"scussel.ricardo@gmail.com"
] | scussel.ricardo@gmail.com |
3056615a042a59ab1f990d91a9da3d995b304260 | 651e310f79a4ab053d4d6f2a5b79cd6c88de974e | /AngelaAPPa/AngelaAPPa.Android/obj/Debug/MonoAndroid81/android/src/android/support/mediacompat/R.java | 2fcebfb1e304e765b2114d7731ce5b295d4be744 | [] | no_license | Abicklzito0/AppAngela | ed9959bbadb08f3fb601bcc98c5dbd2751aae44e | 85bf89cc5f7602f3349ac647484354f97d1985c2 | refs/heads/master | 2020-06-17T21:26:35.761651 | 2019-07-09T18:09:53 | 2019-07-09T18:09:53 | 196,060,005 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 676,339 | java | /* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* aapt tool from the resource data it found. It
* should not be modified by hand.
*/
package android.support.mediacompat;
public final class R {
public static final class anim {
public static int abc_fade_in=0x... | [
"boty88_skate@hotmail.com"
] | boty88_skate@hotmail.com |
e1fde6612b5a9c312464b0de7b4d8d5308ad2b64 | 4e996357f7b9a88ac3e431bb408e34852093df38 | /SMUGA/src/genetic/gene/Gene.java | 9ee345d8c1d8b178b6984bb83a858227b60735b2 | [
"Apache-2.0"
] | permissive | Evolutionary-Algorithms/Symbiotic-MuGA | e15543ad08965a070eda5ec5e3b084b386d74b63 | e90155318209bed099dbec740339355c7c188b76 | refs/heads/master | 2020-12-06T21:20:09.006062 | 2020-03-16T19:46:12 | 2020-03-16T19:46:12 | 232,555,444 | 0 | 0 | null | null | null | null | ISO-8859-1 | Java | false | false | 5,969 | java | /*****************************************************************************/
/**** G E N E T I C A L G O R I T H M S S I M U L A T O R ****/
/**** ver 1.0 (Sept/2005) ****/
/**** ****/
... | [
"manso@ipt.pt"
] | manso@ipt.pt |
5fa3b835a2f2e33680c9ab79dfcfc8ed6c5caae1 | 7469dc93106aafc99d25a5f62f92b6e6ce7959f8 | /src/main/java/Telas/TelaCadastroCliente.java | 91ef99ce07461cc54ee00a327fb139e10582ca1e | [] | no_license | AlexandreNoro/Trabalho4-Bim | 568a87e3c0c5b9eb5096a2add5b4989d71c327ed | 2cc4e5fd709dbdec0f2be86bebde6e7ec2697621 | refs/heads/master | 2021-01-13T00:49:27.442090 | 2015-12-06T01:39:15 | 2015-12-06T01:39:15 | 45,071,393 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 378 | java | package Telas;
import java.awt.BorderLayout;
import javax.swing.JPanel;
public class TelaCadastroCliente extends MolduraAbstrata {
// Construtor
public TelaCadastroCliente() {
super();
}
// Metodo que chama Jpanel de cadastro solicitado
@Override
protected void configuraMiolo() {
super.add(... | [
"xande10_noro@hotmail.com"
] | xande10_noro@hotmail.com |
56227387e0f624f766634153c62e0d2ee50a2d18 | 9877685c43bdf09d8d1bb7ab7ad454200a29587c | /app/src/main/java/com/example/mik/myapplication/Util_Constants.java | 0cc18d77fd2802ba2a2b0ca4f8e4482fdc42c6e7 | [] | no_license | mikaelhagfeldt/mikaelhagfeldt_imdbDatabase | f0caa684cc0eaa82185afee808583ca9957fa764 | 0f5abe5ab6ddbfdd988be00aaa524beb7e7b7a1e | refs/heads/master | 2020-03-27T02:49:29.809611 | 2018-08-23T07:57:00 | 2018-08-23T07:57:00 | 145,820,558 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 258 | java | package com.example.mik.myapplication;
public class Util_Constants
{
public static final String URL_START = "http://www.omdbapi.com/?apikey=8d3d2fc6&s=";
public static final String URL_START_DETAIL = "http://www.omdbapi.com/?apikey=8d3d2fc6&i=";
}
| [
"33085380+mikaelhagfeldt@users.noreply.github.com"
] | 33085380+mikaelhagfeldt@users.noreply.github.com |
6d8447ed377bda4da90eecf977b8d9978e6accc6 | c87c43ebee3e04f283f3026f31f53003f425b414 | /MBAServerend/src/com/mba/login/FormServerLogin.java | 782bfbdfdc325fcbfdbf5127cdaf8129ccd57d92 | [] | no_license | vishalshubham/E-commerce-Tool-Mobile-and-Web | b160e12f96b0e179aea18d39e41ddaabfccdddfb | f1e68834028a2fc72056c2f742ffa7506818ff1a | refs/heads/master | 2021-01-24T15:07:32.471861 | 2015-01-25T07:31:25 | 2015-01-25T07:31:25 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,329 | java |
package com.mba.login;
import java.awt.Component;
import java.awt.Container;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.WindowAdapter;
import java.awt.event.WindowEvent;
import javax.swing.ImageIcon;
import javax.swing.JButton;
import javax.swing.JFrame;
import jav... | [
"vishal.shubham@gmail.com"
] | vishal.shubham@gmail.com |
2c49ed7947e282cc45a61af01a4f8bf80bcd42bf | b87f986e61875f4e6885b41a5debaa0c8743331d | /src/main/java/dedagroup/it/service/mapper/UserMapper.java | 7d86324e8bc12c5c2987e9c753b0ab14a717683a | [] | no_license | marco7403/rfbloyalty | 616aaa5cc2f5900137a620d9597b8fbb120bdea6 | 7bea2d7187c37c4a4dc6f9f1ab94eeb8edcc7a6d | refs/heads/master | 2023-03-16T12:01:57.100821 | 2021-12-14T08:41:39 | 2021-12-14T08:41:39 | 250,568,465 | 0 | 0 | null | 2023-03-06T22:39:25 | 2020-03-27T15:18:21 | Java | UTF-8 | Java | false | false | 2,525 | java | package dedagroup.it.service.mapper;
import dedagroup.it.domain.Authority;
import dedagroup.it.domain.User;
import dedagroup.it.service.dto.UserDTO;
import org.springframework.stereotype.Service;
import java.util.HashSet;
import java.util.List;
import java.util.Objects;
import java.util.Set;
import java.util.stream.C... | [
"mdigennar@gmail.com"
] | mdigennar@gmail.com |
10f3e30f1eee5cb6bdc297b0ad7ea50ba775def6 | c2cdcf1c266d46f13dcc3b0c0d2691287f071381 | /src/main/java/com/home/myapp/jhipster/config/ThymeleafConfiguration.java | f43d9b9b300b54bbdba28c47ece4ee7ae6c326af | [] | no_license | faustocdiaz/demohipster | a495b30abed83d2cfe3d8832836a3f8a29d59e6b | d66bc224a795a813c3d7e86eee5e3dc3149e49cd | refs/heads/master | 2021-01-21T17:47:32.166256 | 2017-05-21T22:51:42 | 2017-05-21T22:51:42 | 91,992,237 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 992 | java | package com.home.myapp.jhipster.config;
import org.apache.commons.lang3.CharEncoding;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.context.annotation.*;
import org.thymeleaf.templateresolver.ClassLoaderTemplateResolver;
@Configuration
public class ThymeleafConfiguration {
@... | [
"faustoc.diaz@gmail.com"
] | faustoc.diaz@gmail.com |
23b475c75d427baab2cec8c9b0300555a683d356 | 3290d080727d394597214fe32b857234e5998ad7 | /proj2/byog/Core/Explorer.java | e84ea7dd3b6d00ff7bd85ee430f5e5b7c6032936 | [] | no_license | ryanyuan42/cs61b | b4afc256ab01b9fe1a14475e2c2bae654863a242 | 54c8b62fb3e5387e433abd3c5d95d74ab4606cc5 | refs/heads/master | 2020-04-08T20:22:38.146473 | 2019-03-29T22:13:11 | 2019-03-29T22:13:11 | 159,696,558 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,570 | java | package byog.Core;
import byog.TileEngine.TETile;
import byog.TileEngine.Tileset;
public class Explorer extends Person {
public Explorer(int x, int y, String n, int h) {
xPos = x;
yPos = y;
name = n;
health = h;
}
public Explorer(PersonData d) {
xPos = d.getxPos()... | [
"tyuan3@wolftech.ad.ncsu.edu"
] | tyuan3@wolftech.ad.ncsu.edu |
ca94c0d9b9eaa0373a242ec1ec39fa4f51c6d292 | 570fa14bd9fc51c128f5a6cad03df639f9ae16fd | /src/main/java/com/jay/googlelocation/models/googledistance/Steps.java | 134e9fb7c32633169ae0956ac15ee45103d8dc41 | [] | no_license | Jaypeerbits/googlelocation | e794ae9f7c5cdb64e7ef6325ee22ff7b52fc5859 | 248810ee155cc3c4b2830f892030b72af5765423 | refs/heads/master | 2020-04-17T07:36:03.770924 | 2019-03-11T13:47:17 | 2019-03-11T13:47:17 | 166,376,736 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,821 | java | package com.jay.googlelocation.models.googledistance;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
/**
* Awesome Pojo Generator
* */
public class Steps{
@SerializedName("duration")
@Expose
private Duration duration;
@SerializedName("start_location")
@Expose
... | [
"jaykumar@peerbits.com"
] | jaykumar@peerbits.com |
9d076ec9f1a5d0a3021f68ab3267612c39f858a8 | 2e33c7d541cd9da405d25ae9063a2788f3b54e0b | /src/main/java/menu/ChoiceArtifactMenu.java | c15f003ef43d551b2f179fb52f28c9b4f0c85ec6 | [] | no_license | yakub3k/gameoflife | 0b1b1b6b71e1622cba5aa8c6a5959c6bde240eee | 0570c09a5c9014def7a5b0997863bd02999dc813 | refs/heads/master | 2020-04-22T00:45:54.461871 | 2019-02-14T05:56:29 | 2019-02-14T05:56:29 | 169,991,998 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,036 | java | package menu;
import game.ArtifactGame;
import gameoflife.artefact.Artifactory;
import util.Log;
import javax.swing.*;
import java.awt.*;
public class ChoiceArtifactMenu extends JFrame {
public ChoiceArtifactMenu(ArtifactGame game) throws HeadlessException {
Container content = getContentPane();
... | [
"jakub.madejski@ttms.pl"
] | jakub.madejski@ttms.pl |
03fc9c396748a37af580eee5f3fac4b31438ea1d | 2f06aebd60e3cd76c1035ab16bec4fabfc198f87 | /src/main/java/es/rostan/hibernate/entidades/matrizReferencial.java | e2774072f8aef4a9e93f3624177c19522f1d3b1e | [] | no_license | Rostanxd/RESDEC | ea251bc5f7e0521b460c227045754f996009bcc3 | 18879373e3d2b633b799866223239343ab8d1178 | refs/heads/master | 2021-01-23T01:25:34.156932 | 2017-04-24T21:16:53 | 2017-04-24T21:16:53 | 85,903,713 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,809 | java | package es.rostan.hibernate.entidades;
import javax.persistence.*;
import java.io.Serializable;
/**
* Created by Rostan on 19/02/2017.
*/
@Entity
@Table(name = "matrizReferencial")
public class matrizReferencial implements Serializable{
@Id
private long appCodigo;
@Id
private long crcCodigo;
... | [
"allowed_g@hotmail.com"
] | allowed_g@hotmail.com |
ab2bf61007b13c83a88ec91e4e376bfd47477473 | b21a5cd92d60a176b5b46f26edb2416d8c1ad535 | /src/main/java/com/diplom/filestreamer/entity/Source.java | 5ffd4a5fce12a410f420f9e4c0b88f6625b92d9c | [] | no_license | aleksandr-tarasov/diplom-file-streamer | f94568628d5c0425acdf58a6c24f7ba905a789cd | 62daefb91a2f14947e81f2434b212a8f988f030b | refs/heads/master | 2022-01-13T02:38:48.337949 | 2019-06-09T10:39:06 | 2019-06-09T10:39:06 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 406 | java | package com.diplom.filestreamer.entity;
import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Data;
import lombok.NoArgsConstructor;
import javax.persistence.Entity;
import javax.persistence.Id;
import javax.persistence.Table;
@Entity
@Data
@Builder
@Table(name = "sources")
@NoArgsConstructor
@AllAr... | [
"tarasovae97@mail.ru"
] | tarasovae97@mail.ru |
1a3c616cb661579304119ca060f1835a262a2a85 | a9fd7acab7163c08761ff1d9d5ed62874d246ba1 | /src/com/androidtrabajo/sqlite/db/EmpleadoDBDAO.java | b5a3412e600a03ff961756a7b3c9f4e4866832d0 | [] | no_license | rlilian/TrabajoAndroid | 7c5ee5258f3b550717e7165bb47705088c2fae83 | 10848c9ff5c5288b0d34b8267ffef46b79ae70a3 | refs/heads/master | 2021-01-11T14:58:30.383045 | 2017-01-28T05:56:50 | 2017-01-28T05:56:50 | 80,268,707 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 611 | java | package com.androidtrabajo.sqlite.db;
import android.content.Context;
import android.database.SQLException;
import android.database.sqlite.SQLiteDatabase;
public class EmpleadoDBDAO {
protected SQLiteDatabase database;
private DataBaseHelper dbHelper;
private Context mContext;
public EmpleadoDBDAO(C... | [
"lilian@lilian.com"
] | lilian@lilian.com |
307b725c1b2413a91580426691afcf9dfe6f7791 | 7b99a17947eef936b018efc452e3db1d8a3fdc41 | /1907-java/src/m_jdbc/ScoreDelete.java | b9da040b8a039e3598c7fd285a1e75223054152b | [] | no_license | choi-hakgeun/1907-java | ff9ac3c91d815d7ef1922eb9a4b648b3fd848e1b | dc7fcd736c3a624735e4235ce97dafd293320886 | refs/heads/master | 2022-04-10T06:36:36.777594 | 2020-03-13T08:15:39 | 2020-03-13T08:15:39 | null | 0 | 0 | null | null | null | null | UHC | Java | false | false | 6,588 | java | package m_jdbc;
import java.awt.EventQueue;
import javax.swing.JInternalFrame;
import javax.swing.JLabel;
import java.awt.Color;
import javax.swing.SwingConstants;
import javax.swing.JTextField;
import javax.swing.JButton;
import javax.swing.JSeparator;
import java.awt.event.ActionListener;
import java.te... | [
"JHTA@JHTA-PC"
] | JHTA@JHTA-PC |
3de842d7e49e28b4ed1d8782af22bb8fedd592f5 | 6fdb738252ccad5ab637089596729f70656f6848 | /factoryMethod/src/Work.java | 5f2852eb4eb94318ad21e7f58a6a6b9d387adcfd | [
"MIT"
] | permissive | andy-y-li/designPattern_Java | 773ee720f8c21481a108672cf6b1102590ab31c3 | bd39c44025867cfbbf50a0458c78331b6218d711 | refs/heads/master | 2020-03-16T13:40:18.880068 | 2018-05-09T03:34:17 | 2018-05-09T03:34:17 | 132,696,673 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 52 | java | public interface Work {
void doWork();
}
| [
"andy.li@b-padynamics.com"
] | andy.li@b-padynamics.com |
5d7a696e0682eff9a53f56414dea6aa717787a98 | b5bbad9d9916b1e04cd02c96b5519ebb9cf69395 | /app/src/normalMethods/java/me/ycdev/android/demo/apkmethods/impl/NormalMethods7.java | 9489643fc56991b3b6aa50dc5a3099f9706c3aa4 | [
"Apache-2.0"
] | permissive | dxopt/ApkMethodsTest | 4e083a6977ef535bc98db33c106212daa877d1e0 | 6b68ef645afd28594b9a98e65bb45112eddcb50d | refs/heads/master | 2016-09-05T23:56:19.184726 | 2015-04-20T16:15:12 | 2015-04-20T16:15:12 | 34,248,116 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 847,861 | java | package me.ycdev.android.demo.apkmethods.impl;
public class NormalMethods7 {
public void method0() {
System.out.print("hello: method0");
}
public void method1() {
System.out.print("hello: method1");
}
public void method2() {
System.out.print("hello: method2");
}
p... | [
"yongce.tu@gmail.com"
] | yongce.tu@gmail.com |
d2e9c7323bdb87968d78b8eb1ab89f81ea176eec | 632265111201a8a679af8db058aa2ccdcf1eff58 | /src/main/java/org/ajisun/coding/concurrency/lock/juc/executor/Demo2.java | ac7464e51ac8cbf0244fe4a9ae24d42adbc0004f | [] | no_license | AJiSun/ajisun-concurrency | 9e0ebc476ae0a25dd1c6655150c975cb4310c038 | 335bb4f007bfedd106b3983fb895c6e26a013fdc | refs/heads/main | 2023-05-02T18:13:04.923804 | 2021-05-14T07:47:50 | 2021-05-14T07:47:50 | 367,286,470 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,398 | java | package org.ajisun.coding.concurrency.lock.juc.executor;
import java.util.concurrent.ScheduledExecutorService;
import java.util.concurrent.ScheduledThreadPoolExecutor;
import java.util.concurrent.TimeUnit;
import java.util.concurrent.atomic.AtomicInteger;
/**
* scheduleAtFixedRate 固定频率执行任务
*
* @Copyright (c) 2020.... | [
"jiguang.sun@hand-china.com"
] | jiguang.sun@hand-china.com |
e28cb35ed04095cb1ecc3d28e00ba3ec1e514357 | 7f1c84c37d57d1d8ff550997a1f8b3cdb3e5ef01 | /overriding/src/overriding/OgrenciKrediManager.java | decc668ac4d5d6af7ce6862b86e06ca07f9d4291 | [] | no_license | bigidirmik/javaDemos | 89d2250ace9ead06d215bdf26e0d5b3e0e09bf73 | 628444d4e23a72dc64a3f79a5de002852358b0c1 | refs/heads/master | 2023-04-22T07:35:07.684695 | 2021-05-05T14:44:21 | 2021-05-05T14:44:21 | 363,451,729 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 166 | java | package overriding;
public class OgrenciKrediManager extends OgretmenKrediManager {
@Override
public double hesapla(double tutar) {
return tutar * 1.10;
}
}
| [
"bigisivri@outlook.com"
] | bigisivri@outlook.com |
f63486d2e3df2c83f54e85c62b02ca0e7941c3e0 | a49a4c2fefec2f0761e1d1a6afb2579a6e8b2248 | /src/main/java/es/miyoda/mvn/templated/TemplatedMojo.java | d4d02bb2d88c4075c4d7d0f5d9f9b916c6c562be | [] | no_license | miyoda/templated-mvn | 947213455fdc60c60c03e30e706475b0a6e7e688 | d73028625cc3c0cbe2926e67b673fc9f9a079d19 | refs/heads/master | 2021-08-28T08:59:15.195135 | 2017-12-11T19:23:54 | 2017-12-11T19:23:54 | 113,100,919 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,839 | java | package es.miyoda.mvn.templated;
import java.io.File;
import java.io.IOException;
import java.nio.file.Files;
import java.nio.file.Paths;
import org.apache.maven.plugin.AbstractMojo;
import org.apache.maven.plugin.MojoExecutionException;
import org.apache.maven.plugins.annotations.Mojo;
import org.apache.maven.plugin... | [
"mahernandez@autentia.com"
] | mahernandez@autentia.com |
f38eb21d659f3450227271733545a06b056e8a74 | 42ddfa9aa2a719e6c593dc3b9d47e1472b0e5671 | /ws/src/test/java/info/jallaix/message/dao/EntityMessageDaoTest.java | f7637b0dc031556ba3da4e29bb52339dcdca8aea | [] | no_license | jallaix/i18n | 665c8c24a624f73cb2158b6f37564b6e3ee87c95 | cf739fb21d7fcaf4ba2dffae8dfd968f48596cf7 | refs/heads/master | 2020-12-24T07:29:40.424108 | 2017-05-18T21:52:49 | 2017-05-18T21:52:49 | 58,055,956 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,533 | java | package info.jallaix.message.dao;
import info.jallaix.message.bean.EntityMessage;
import info.jallaix.message.bean.EntityMessageTestFixture;
import info.jallaix.message.config.TestDomainDaoConfiguration;
import info.jallaix.spring.data.es.test.fixture.ElasticsearchTestFixture;
import info.jallaix.spring.data.es.test.t... | [
"jallaix@yahoo.fr"
] | jallaix@yahoo.fr |
eb132233441c76129eb986288521512d6ed41622 | 0c1eddd1c85fd3213ab8ab9dead73b653cfa4617 | /feimang-client/feimang-client-monthread/src/main/java/com/feimang/client/monthread/pojo/UserQuestions.java | f686f7424097913ec535de5a2a151e2cf61a1646 | [] | no_license | yuxiang52199/feimang-shuang | 9fdfef653e928ae75c209a859e915e8bd7e09ddd | 5615f6bffcc823b704dc87de2f16f3dea4638546 | refs/heads/master | 2021-05-11T10:27:56.797167 | 2018-03-31T02:45:00 | 2018-03-31T02:45:00 | 118,102,765 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,076 | java | package com.feimang.client.monthread.pojo;
import java.util.Date;
public class UserQuestions {
private Integer uqid;
private Long userid;
private Integer suid;
private Date createdatetime;
public UserQuestions(Integer uqid, Long userid, Integer suid, Date createdatetime) {
this.uqid = ... | [
"308611512@qq.com"
] | 308611512@qq.com |
c2e3e7097223b0459d7111925dd168b2ecc8cdfd | 236a905fd8f1fc00e39129c4f513dfd04c8bd30a | /api/src/main/java/org/apache/any23/vocab/OGPBook.java | 9cf5083c105beea6f667e4661bab739216339020 | [
"Apache-2.0",
"BSD-3-Clause",
"MIT"
] | permissive | apache/any23 | 4a240eb45df2ded60d1a977dd67fe9c6f5383838 | 458219e5a396cedcc93b3debf4a6497ce424d167 | refs/heads/master | 2023-08-28T18:58:51.183598 | 2022-06-03T20:34:17 | 2022-06-03T20:34:17 | 4,544,260 | 85 | 64 | Apache-2.0 | 2023-06-20T01:00:34 | 2012-06-04T07:00:25 | HTML | UTF-8 | Java | false | false | 2,334 | 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 ... | [
"lewis.mcgibbney@gmail.com"
] | lewis.mcgibbney@gmail.com |
60cba288065e2a6c4636f3fdc163b0320b9485c2 | b7a0564ef3cd28a66f00135fe45a4d50c87d6d84 | /CreateBean/src/qw4wer/DataSourseFactory.java | 2026ef3ba74091d3f27ed112d65b78cf5fa96962 | [] | no_license | qw4wer/codeBuild | 9630232b6dd511de0869ce14d0d4a0ed6b298b40 | 3013dfc7eb7c51204f39bb2ffdbcb8a61b0652ef | refs/heads/master | 2020-05-16T20:48:25.523868 | 2014-12-19T09:09:55 | 2014-12-19T09:09:55 | null | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 1,606 | java |
package qw4wer;
import java.sql.Connection;
import java.sql.SQLException;
import javax.sql.DataSource;
/**
* 通过实例化自己的DataSource获取连接
* @author <a href="mailto:wj@itcast.cn">王健</a>
* @version 1.0 2012-5-6
*/
public class DataSourseFactory {
private static DataSource dataSource;
... | [
"qw5wer@gmail.com"
] | qw5wer@gmail.com |
10806b09af1937f1aff152add8c7aac186b04ed0 | 458c17edb8812c06ea8c862353ea8acd24becef3 | /arx-master160519/src/gui/org/deidentifier/arx/gui/view/impl/common/table/LayerColumnHeader.java | 91b3c15f08425822396f6788ef9bfe876094be76 | [
"Apache-2.0"
] | permissive | Safe-DEED/prioprivacy-k-anonymisation | 216a8fcae3e2af3b9acbb2391d1fb19dbdb3f60b | e11febbdde95ba24394309bf5594310bafd431fb | refs/heads/master | 2023-04-06T14:46:06.223802 | 2021-04-15T17:44:32 | 2021-04-15T17:44:32 | 358,341,823 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,286 | java | /*
* ARX: Powerful Data Anonymization
* Copyright 2012 - 2018 Fabian Prasser and contributors
*
* 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/LICE... | [
"abampoulidis@researchstudio.at"
] | abampoulidis@researchstudio.at |
78a47018c1b62a225bfe99fe1230006c0d8e3595 | b44018861005dff02b9174a13144b12059e5865d | /src/main/java/jetbrick/io/stream/NullWriter.java | 215f503a8c8ecabd1d4923f4cc114a4b8818ded0 | [
"Apache-2.0"
] | permissive | gyk001/jetbrick-commons | 40fe94802e51c03f1e1de136b2acd76a31aa710b | 751bf934f01b93ad341be7ada99550350f4b8cd9 | refs/heads/master | 2020-04-05T23:18:54.682711 | 2015-05-24T05:10:49 | 2015-05-24T05:10:49 | 36,156,711 | 0 | 0 | null | 2015-05-24T04:57:15 | 2015-05-24T04:57:15 | null | UTF-8 | Java | false | false | 1,582 | java | /**
* Copyright 2013-2014 Guoqiang Chen, Shanghai, China. All rights reserved.
*
* Author: Guoqiang Chen
* Email: subchen@gmail.com
* WebURL: https://github.com/subchen
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
... | [
"subchen@gmail.com"
] | subchen@gmail.com |
a56a83528f23e06788bad4043b313e1aebae238b | 6032abc496edba91acd1952b2a8f9ddac012cddc | /src/Head_First_Java/Ch12_GUI_Begin/MiniMusicPlayer3.java | e1969c5e84cb79b688b9c237436807f156aa7c9d | [] | no_license | RossHS/HeadFirst_Java | 7438e171336694cb605f7efe9f260564c3a3d8bc | e3c0efe993a31a6c1f3b8fca0420b174c01f41bb | refs/heads/master | 2021-01-02T23:11:30.731382 | 2017-08-13T17:47:10 | 2017-08-13T17:47:10 | 99,442,652 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,586 | java | package Head_First_Java.Ch12_GUI_Begin;
import javax.sound.midi.*;
import javax.swing.*;
import java.awt.*;
/**
* Created by User on 31.07.2017.
*/
public class MiniMusicPlayer3 {
static JFrame f = new JFrame("MUSIC CLIP");
static MyDrawPanel m1;
public static void main(String[] args) {
MiniMus... | [
"rossxpanteley@gmail.com"
] | rossxpanteley@gmail.com |
3de82bf858e43e0bd49c29d7b3872884e6f3fcba | c4fa1c1ad9ca8121ceb4675199efa39398fb65a5 | /app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/appcompat/R.java | 96d52cb5665ffcb723a3ff9fe8c0a12ebc1803b3 | [] | no_license | Revaalfian/intenrev1 | 5fe06be71c3fe282b982be7a00a5e6dd9d6ebf6d | 1eb14b537bcb87d381d9c6cd9278ad960392c917 | refs/heads/master | 2020-08-24T08:00:08.074053 | 2019-10-22T10:46:28 | 2019-10-22T10:46:28 | 216,789,306 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 127,006 | java | /* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* gradle plugin from the resource data it found. It
* should not be modified by hand.
*/
package androidx.appcompat;
public final class R {
private R() {}
public static final class anim {
private anim() {}
... | [
"kurniawan10tkjc@gmail.com"
] | kurniawan10tkjc@gmail.com |
3cc899aef843fde324439738416adb67cc87e2da | c6586094ffdee11b69a6df3ea796d976ba9ec29b | /src/model/OrderItemBook.java | 971abc1760428d7458812a01d57a1f48ea0cc3bf | [] | no_license | 1silvertiger/BestBooks | 3decf27cdd1592cebfd964bd2b3539e54248a8c2 | 5ed3d52acdeadcbc47de22f11c3b68f73a629526 | refs/heads/master | 2021-09-01T16:45:02.130300 | 2017-12-27T23:47:36 | 2017-12-27T23:47:36 | 115,566,191 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,128 | java | package model;
/**
* an object with information from
* order items and books
* @author Dakota
*
*/
public class OrderItemBook extends Book {
/** the object's order id. */
private int orderID = 0;
/** the object's quantity. */
private int quantity = 0;
/** the object's order item id. */
private int orderItem... | [
"1silvertiger@gmail.com"
] | 1silvertiger@gmail.com |
349659c4f98fd803f4556cc0aaee96bbf7b6da6f | 82ac6502313f833d55ff926b70b12cac35495ab6 | /basic-syntax/examples/PageCountDemoApp.java | 45d73ee507b2179addc4b247df8a58fb0c83c1f0 | [] | no_license | jessepye/java-drills | 6b01710242816b349a1b4ff6890822b2dc502be1 | 877a2af5653f50972c67c8e2d4d27c24d49cd200 | refs/heads/master | 2023-04-19T13:44:27.405861 | 2021-04-28T22:12:36 | 2021-04-28T22:12:36 | 362,586,791 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 317 | java | public class PageCountDemoApp {
public static void main(String[] args) {
System.out.print("PageCount starting value: ");
System.out.println(PageCount.count);
PageCount.count++;
PageCount.count++;
System.out.print("PageCount ending value: ");
System.out.println(PageCount.count);
}
} | [
"jeff@galvanize.com"
] | jeff@galvanize.com |
3fc80435be10d25f681179686b50ec3aae1fefae | 26f5ce85b989d6aa1808d29626a170c514fcbad5 | /aplikasi-pos/src/main/java/com/pos/demo/KantorCabangImporterDemo.java | 755e1a4ec0a1226aa71f44da16c81070e157d074 | [] | no_license | myusrul/TrainingJava | da0ef336f8775bc025c1be4f80a259809f8947f5 | 30d1a01d12cf144c717f54971c061363a3a044fa | refs/heads/master | 2021-01-23T08:38:40.967182 | 2014-09-15T04:42:30 | 2014-09-15T04:42:30 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,288 | java | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package com.pos.demo;
import com.pos.domain.KantorCabang;
import com.pos.importer.KantorCabangImporter;
import java.io.File;
import j... | [
"myhan99@gmail.com"
] | myhan99@gmail.com |
288324e31e338e7a202c091bf6072fd056d92d28 | 56fb3dd3e5a6d582d5fb7dc8f3ac50f927ca716d | /src/specification/operators/AndNotSpecification.java | 1e2b1e8bd928f815716bb7b71e70f96e1f6c08d9 | [] | no_license | PapiHack/specification-pattern-generic | 724d0cfde54fc3312f812c809340dd49ebdc848d | 08e5727c1220551ff18cbc855dad1fa9d71b899b | refs/heads/master | 2022-11-22T16:02:45.679783 | 2020-07-31T11:25:22 | 2020-07-31T11:25:22 | 283,854,203 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,132 | java | package specification.operators;
import specification.contacts.CompositeSpecification;
import specification.contacts.Specification;
/**
*
* @author PapiHack
* @version 1.0.0
* @since 07/2020
*
*/
public class AndNotSpecification<T> extends CompositeSpecification<T>
{
private Specification<T> leftSpecification... | [
"mssmbaye@gmail.com"
] | mssmbaye@gmail.com |
5d478d8b26b0290b0418ffd58962152811e16f42 | 5db9432c35b509684629db8df0854be1df06563b | /sotuken/src/sotuken/KHome.java | 31f5de4fdb83bc20dff1071773720df4c2308ac5 | [] | no_license | Jc21-170021/sotuken_team1 | d5dcdac1829a4bd5cf8fdfab9a1366dfe91a41f2 | ff19576f9d8def8a10ee78992051fee28b3fca57 | refs/heads/master | 2020-11-26T06:03:08.107212 | 2019-12-16T07:35:48 | 2019-12-16T07:35:48 | 228,986,060 | 0 | 0 | null | 2019-12-19T06:02:09 | 2019-12-19T06:02:09 | null | SHIFT_JIS | Java | false | false | 2,892 | java | package sotuken;
import java.io.IOException;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.ArrayList;
import javax.servlet.RequestDispatcher;
import javax.servlet.ServletException;
imp... | [
"170624@jc-21.jp"
] | 170624@jc-21.jp |
bd399ab3d2e16df50ae3b64065587dc42161f587 | f3cf8f16bcbfa3540f94618ba6eb9014cb0945d9 | /boss-upms/boss-upms-dao/src/main/java/com/boss/upms/dao/model/UpmsRoleExample.java | efa3bcd183d62995a233f15bce33a0d72db2c685 | [] | no_license | kayuu0810/boss | 4846da76edcfd41ebf42933fc3b139812ff7746b | 868e436d5dff74809a90b547e7668b18c7748fe6 | refs/heads/master | 2020-05-27T21:15:24.801617 | 2017-03-07T15:12:36 | 2017-03-07T15:12:36 | 83,643,451 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 18,521 | java | package com.boss.upms.dao.model;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.List;
public class UpmsRoleExample implements Serializable {
protected String orderByClause;
protected boolean distinct;
protected List<Criteria> oredCriteria;
private static final long serial... | [
"minhuayong@aliyun.com"
] | minhuayong@aliyun.com |
79803a413a41d7752f70233692d2cedacfa8c292 | a39d8a5f49aa6b50d41850ba8474a5999fe3ff98 | /AppAAC/app/src/main/java/cn/wjf/appaac/utils/BindUtil.java | 5d2c2a5f7bbe92f07ec47bfa2719e7bd233385e8 | [] | no_license | wjfjfw2854/sunny | 3d29135c0965faf1adc36aa54e8cf1b869acdb57 | c1c7248af9bc0d36e35a2700ce6ae0414643c142 | refs/heads/master | 2022-12-23T12:11:18.988085 | 2022-12-13T09:42:21 | 2022-12-13T09:42:21 | 222,394,789 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 528 | java | package cn.wjf.appaac.utils;
import android.view.View;
import androidx.databinding.BindingAdapter;
import cn.wjf.appaac.vm.ShellVm;
public class BindUtil {
@BindingAdapter({"android:clickReq"})
public static void requestUserClick(View v, final ShellVm vm)
{
View.OnClickListener onClickListener =... | [
"421284553@qq.com"
] | 421284553@qq.com |
1327132e65bffae9e0946acad8a6a91e67f5d3ce | ff09b6c9fb9d675fbc3cca5d114ea9b916642500 | /src/main/java/com/bass/amed/repository/ScrRoleRepository.java | 15fb917146cecf8696eae39558662b79ddb0d8d7 | [] | no_license | AlexeiVerbitki/AMED | 8873c719ca80d8a314def8a7a8bd25cd111d85e8 | 2a5752579e1802a180d79b2da9ea69796f574017 | refs/heads/master | 2020-03-31T20:27:34.158109 | 2019-04-11T07:48:33 | 2019-04-11T07:48:33 | 152,541,184 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 504 | java | package com.bass.amed.repository;
import com.bass.amed.entity.ScrRoleEntity;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.Query;
import java.util.Optional;
import java.util.Set;
public interface ScrRoleRepository extends JpaRepository<ScrRoleEntity, Int... | [
"mailverbitski@gmail.com"
] | mailverbitski@gmail.com |
dc57c2b038b3cd737723154385af4940829fa273 | 073abe3afddb63dd6ba7d8b84dc96167cff6cfb4 | /src/test/java/org/ortsevlised/InsuranceProgramTest.java | 80467cdf36fd987e279768d1381610c6e512a307 | [] | no_license | ortsevlised/Junit5 | 02689274cb9ca0b38e6673ffef004e1e11dc02fc | 06dacbc56168bd782e0e983f343b32881c9bea9e | refs/heads/master | 2022-12-19T08:40:08.041906 | 2020-09-29T17:35:11 | 2020-09-29T17:35:11 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,685 | java | package org.ortsevlised;
import jline.internal.Log;
import org.apache.commons.lang3.StringUtils;
import org.junit.jupiter.api.*;
import org.junit.jupiter.params.ParameterizedTest;
import org.junit.jupiter.params.provider.CsvSource;
import org.junit.jupiter.params.provider.ValueSource;
import java.io.ByteArrayInputStr... | [
"jdesilvestro@gmail.com"
] | jdesilvestro@gmail.com |
e8ed37e019ce041ff49aeb528070e2e1e38bac99 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/16/16_df34e4895307c374c88e3db190fd047e1245594f/TestMappingCalculator/16_df34e4895307c374c88e3db190fd047e1245594f_TestMappingCalculator_s.java | e109de29f8752bec7724d351caa15c1ee73e511b | [] | 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 | 7,405 | java | package edu.brown.mappings;
import java.io.File;
import java.util.*;
import org.voltdb.VoltProcedure;
import org.voltdb.benchmark.tpcc.procedures.neworder;
import org.voltdb.catalog.*;
import edu.brown.BaseTestCase;
import edu.brown.mappings.AbstractMapping;
import edu.brown.mappings.ParameterMapping;
i... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
397b3765714743111b48b0720f991fb4b99b570d | 02d7815d44030fa9cee804c3736320baef63f858 | /sdk/src/main/java/org/zstack/sdk/SchedulerJobSchedulerTriggerInventory.java | 5a71b543f979b300ea6bd93449ad4ed11be50cca | [
"Apache-2.0"
] | permissive | txdyzdy/zstack | b9d60f1f580fefa4734bce6a5ddedb081a383caa | 3b919f5d1c9b156fcef374cfd61c80ce5b52d8a2 | refs/heads/master | 2021-09-05T22:22:45.585615 | 2018-01-31T06:36:03 | 2018-01-31T06:36:03 | 114,520,620 | 1 | 0 | null | 2017-12-17T08:19:48 | 2017-12-17T08:19:48 | null | UTF-8 | Java | false | false | 1,314 | java | package org.zstack.sdk;
public class SchedulerJobSchedulerTriggerInventory {
public java.lang.String uuid;
public void setUuid(java.lang.String uuid) {
this.uuid = uuid;
}
public java.lang.String getUuid() {
return this.uuid;
}
public java.lang.String schedulerJobUuid;
pu... | [
"873863981@qq.com"
] | 873863981@qq.com |
9c446c375d85333b931d9798b8c47e2d0079f298 | 90e9bed95ceb48943f08e771463771a514464cf7 | /lab1/hello.java | 0bf4c99ba95bd7db538dc6fe115cecb254a1e760 | [] | no_license | nhihon/cs61b | 30d0c5e3c29e7db610613d51119c64cd140e9bab | e569f9b9b65e37664f391253cfe43fdabf3b1461 | refs/heads/master | 2020-04-08T19:25:16.610199 | 2018-11-30T03:47:08 | 2018-11-30T03:47:08 | 159,654,528 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 855 | java | public class hello{
//0 1 1 2 3 5 8 13 21
public static void main(String[] args){
System.out.println(fib3(Integer.parseInt(args[0]), Integer.parseInt(args[0]), 0, 1 ));
System.out.println(fib4(Integer.parseInt(args[0]), 0,1));
}
public static long fib(int n){
if (n == 0) return 0;
if (n == 1) return 1;
... | [
"trankhanh.trung@ncs.com.sg"
] | trankhanh.trung@ncs.com.sg |
5a0ce5a187f3481f17ec1169f582e53636f34d6e | 4a6663826fe126cc964a32855e01ebde71d8a394 | /src/main/java/model/IDOverFlowException.java | 8503135bd469ef69d3d30aa23670e9cd371394fc | [] | no_license | Mohamedtaha86/wmplayer | c734843305ecb605f9de1dca8f444453f5f02f4c | fbc82353bc4e5671d436ad19d9f1f414c84e562d | refs/heads/master | 2020-04-24T23:19:38.616824 | 2019-02-24T14:07:50 | 2019-02-24T14:07:50 | 172,340,444 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 207 | java | package model;
public class IDOverFlowException extends ArithmeticException {
public IDOverFlowException(){
super();
}
public IDOverFlowException(String s){
super(s);
}
}
| [
"Mohamedtaha861@gmail.com"
] | Mohamedtaha861@gmail.com |
fcad5c2b07eec21e44ed03858f01c797d36da653 | e96455751715d3a87c9c4183b0f53d942be6e1ff | /xlfd-cloud-inventory/src/main/java/com/xlfd/inventory/Swagger2.java | 169289ca33186d5552b6c68c95f321fe50d74a99 | [] | no_license | allanxu1310/xlfd-cloud | f22d7c3250eeb03f539845b3516b868348ab3578 | 8bff32ebd375c1305126cfc9b91409fdc5473963 | refs/heads/master | 2020-03-28T05:39:46.858249 | 2018-09-26T12:51:36 | 2018-09-26T12:51:36 | 147,789,563 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,545 | java | package com.xlfd.inventory;
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.builders.RequestHandlerSelectors;
im... | [
"allanxu1310@gmail.com"
] | allanxu1310@gmail.com |
360bc6c33eb90f17a033258bc4d0408197feff3f | 164d3c415fdbf004ea778af45738e9e315f80ae2 | /src/test/java/com/gallup/gethip/service/ProfileServiceTest.java | 82b2c0aca37c42130481afdf6d3b74b3d6e64806 | [] | no_license | GETHIP-Archive/get-hip-project-2016-peermarked | 032c22414187180256abf602d30da01d8d62b3f4 | 6597e73ed184625c47a1d3676401db1fc50b26bb | refs/heads/master | 2020-12-25T02:10:52.039805 | 2016-03-04T04:39:23 | 2016-03-04T04:39:23 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,014 | java | package com.gallup.gethip.service;
import java.util.List;
import org.glassfish.grizzly.http.server.HttpServer;
import com.gallup.gethip.Main;
import com.gallup.gethip.TestSetup;
import com.gallup.gethip.model.Profile;
import com.sun.jersey.api.client.Client;
import junit.framework.TestCase;
public class ProfileSer... | [
"mmeacham6@gmail.com"
] | mmeacham6@gmail.com |
18e2b0d1a7fec72b8d0f91d49601bf3669bc054a | 46986168ea3588fa719e512a90dbc26570caae41 | /java8feature/src/main/java/a4/java8/thread/lambda/SimpleThread.java | ce8dbd999a8dbc46e89d4469367d07b82e4d8b9c | [] | no_license | ramashanker/corejava | 0fdb9ae01987945f6d18f4200b78dbe4044214c0 | fff3201a01951fddebf64f59ae9c9cd54dcec2ed | refs/heads/master | 2021-12-15T05:05:24.245458 | 2021-11-30T13:47:56 | 2021-11-30T13:47:56 | 152,703,892 | 0 | 0 | null | 2021-07-17T18:10:10 | 2018-10-12T06:27:05 | Java | UTF-8 | Java | false | false | 510 | java | package a4.java8.thread.lambda;
public class SimpleThread implements Runnable {
@Override
public void run() {
System.out.println("SinpmeThread is running");
}
public static void main(String[] args) {
SimpleThread runnable = new SimpleThread();
Thread thread = new Thread(runnable);
thread.start();
/*
... | [
"ramashanker87@gmail.com"
] | ramashanker87@gmail.com |
65ddb7447e740d47cf788b9700f0715d27c5cc2b | 697af7c2bc1b081ce7ca5f5bef6c3fe19ca6ed7c | /android/app/src/main/java/com/elloremwrapper/MainApplication.java | 5702af82e5bb333a631e6ed218caefbbe20e19ca | [] | no_license | AlexAlemp/ellorem_wrapper | dd884a6329b45d4d3c1129c153bfae64030593c6 | b28db01c1a0d63484a06f62a857678ffb26f4a26 | refs/heads/master | 2023-01-28T07:37:58.176217 | 2019-11-29T19:02:16 | 2019-11-29T19:02:16 | 224,908,299 | 0 | 0 | null | 2022-12-10T10:35:50 | 2019-11-29T19:00:49 | Objective-C | UTF-8 | Java | false | false | 2,281 | java | package com.elloremwrapper;
import android.app.Application;
import android.content.Context;
import com.facebook.react.PackageList;
import com.facebook.react.ReactApplication;
import com.facebook.react.ReactNativeHost;
import com.facebook.react.ReactPackage;
import com.facebook.soloader.SoLoader;
import java.lang.refle... | [
"aleksandar.alempijevic@alterset.net"
] | aleksandar.alempijevic@alterset.net |
93d2932b841bbf867af4f13f13de40053cc278ad | d94fd86c5553d4057e7c23f6a23d8bf45a0b9391 | /Rony/Java/Modulo 3/Aulas/src/Aula2/Exercicio2.java | 05384bdd102b226476bf706ce44ac75faa0fe582 | [] | no_license | grazielags/cpAbril2019 | 78615c0dabc86aa7ab35be88724a7f1e5a238ac3 | 9689f2abc8203cade10a9f539feeb82bb61c0b0b | refs/heads/master | 2020-05-01T22:42:20.622787 | 2019-06-20T01:13:19 | 2019-06-20T01:13:19 | 177,665,390 | 0 | 0 | null | null | null | null | ISO-8859-2 | Java | false | false | 930 | java | package Aula2;
import javax.swing.JOptionPane;
public class Exercicio2 {
public static void main(String[] args) {
JOptionPane.showMessageDialog(null," Implementaremos um programa para calcular a área de um trapézio, onde: \r\n" +
"a = altura\r\n" +
"b = base menor\r\n" +
"B = base maior\r\n" +
... | [
"rjzeitoune@gmail.com"
] | rjzeitoune@gmail.com |
bf91d4dd613ff0a22d67053ad81e8f904b65cd71 | 81bff2c0b4b2038392fc2a39776af9ad21587e60 | /GatherVisitor.java | 3cab030a7e4cceb75da61ec73b90567964e79e01 | [
"MIT"
] | permissive | stathismast/mini-java-compiler | deefa94cda6cbb5ceafe94b0a72fae1c5f50ec19 | c5483486483f3eb99eb0103ea5e024e8d48f111e | refs/heads/master | 2020-04-05T00:34:27.683074 | 2018-11-26T21:10:32 | 2018-11-26T21:10:32 | 156,402,470 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,813 | java | import syntaxtree.*;
import visitor.GJDepthFirst;
import java.util.*;
public class GatherVisitor extends GJDepthFirst<String, String> {
static public HashMap<String, ClassInfo> classTable = new HashMap<String, ClassInfo>();
String currentClass;
String currentMethod;
public void init(){
... | [
"st.mastorakis@gmail.com"
] | st.mastorakis@gmail.com |
1568a16b19327759c914839f5be820964d14b571 | e7f381b0c70ecb416031dbfd6ba54326fb06f8a8 | /app/src/main/java/com/example/piyush/fim/myDatabase.java | 75f110539eeb1cf9e1f8f33f01a2d844d9ccc05c | [] | no_license | PiyushBansal98/FIM | a2d9582d1aeeb1256befaecc0eadc544d3cbc4fa | 6ced257d1a16af3ec94f7c30011ec67d937af2bd | refs/heads/master | 2020-06-14T12:58:05.829510 | 2019-07-04T05:43:21 | 2019-07-04T05:43:21 | 195,010,601 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,459 | java | package com.example.piyush.fim;
import android.content.ContentValues;
import android.content.Context;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import android.database.sqlite.SQLiteOpenHelper;
public class myDatabase extends SQLiteOpenHelper {
private static final String Data... | [
"piyushbansalixa@gmail.com"
] | piyushbansalixa@gmail.com |
c6a064e81cf199b9191b449d6895db5b60684da9 | df742fe918b84ecbedcc42b5e12b8b685126188a | /src/main/java/edu/spring/travel06/domain/FreeWishVO.java | f9256c50713589ed96e4990557f2f7fe6e7c5c4f | [] | no_license | KwonHyeJeong/ProjectTravel | 4de48ab5a6ed583458676e9d92c8acbb45ccf83d | 2a44367542fc05be927b2fadab17a7c924eace31 | refs/heads/master | 2023-03-16T10:25:22.161846 | 2021-03-10T14:57:59 | 2021-03-10T14:57:59 | 346,385,001 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 839 | java | package edu.spring.travel06.domain;
public class FreeWishVO
{
private int freeWishNo;
private int freeNo;
private int mno;
public FreeWishVO()
{
super();
}
public FreeWishVO(int freeWishNo, int freeNo, int mno)
{
super();
this.freeWishNo = freeWishNo;
this.freeNo = freeNo;
this.mno = mno... | [
"kk98010832@gmail.com"
] | kk98010832@gmail.com |
7f4917ef2c0dacb123c6c4495fe17c7411ca1cbe | 0f173fe5655c792f3734efafa5b7a552efa10e2a | /Snappy-Android/src/com/snappy/SplashScreenActivity.java | 770b9b1b29d77c7ac11b445886b7686f2debce36 | [
"MIT"
] | permissive | jaullo/Snappy | 66f69e6fa3cc0620b23aad95c99337c6f13f69e2 | 2512f82c83dcd83864ea3b37a29890d9f6c8c3fd | refs/heads/master | 2021-01-21T12:11:01.679370 | 2015-04-01T00:14:39 | 2015-04-01T00:14:39 | 29,272,625 | 4 | 4 | null | 2015-03-04T19:34:59 | 2015-01-15T00:18:48 | Java | UTF-8 | Java | false | false | 7,256 | java | /*
* The MIT License (MIT)
*
* Copyright � 2013 Clover Studio Ltd. All rights reserved.
*
* 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 limit... | [
"jhulloahernandez@gmail.com"
] | jhulloahernandez@gmail.com |
3e5595869161e975aacd6228f21666db1a336967 | 60f61244a07d9c106f1523278ec32ca31ffebd33 | /PartsStore.war/src/com/dam/ps/util/JSONMapper.java | 8ef9f19e685346d8967038b1264b5c2ea134331a | [] | no_license | jaideeb/wiprodxp | 257dd4bc90a3e04d573207606321316911cdbdae | 329a2b9f9e942b84a6feaab47bb9edbaed96dcc5 | refs/heads/master | 2020-03-08T15:53:29.937713 | 2018-04-05T15:56:39 | 2018-04-05T15:56:39 | 128,224,023 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,145 | java | /**
* This software is the confidential and proprietary information of
* Wipro. You shall not disclose such Confidential Information and
* shall use it only in accordance with the terms of the license
* agreement you entered into with Wipro.
*
*/
package com.dam.ps.util;
import java.sql.ResultSet;
... | [
"noreply@github.com"
] | jaideeb.noreply@github.com |
a6be7123985834059462104e9d4b375327b26c0c | 07b69053141eb39d902acb698cf6c262bff6caed | /Programmers/완주하지 못한 선수.java | 9c5e4c099914ad7a4999696ca42048d6ed012705 | [] | no_license | woehd9410/Algorithm | 9ce944a339ea33e0328746cc81ec7203d6bc598f | 827fc581341ee571132ba71253f4840cb7a288f1 | refs/heads/master | 2022-08-02T00:12:49.109842 | 2022-07-06T14:03:53 | 2022-07-06T14:03:53 | 220,876,025 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 718 | java | import java.util.*;
class Solution {
public String solution(String[] participant, String[] completion) {
String answer = "";
HashMap<String, Integer> hm = new HashMap<>();
for(String part : participant) {
if(hm.get(part) == null) {
hm.put(part, 1);
}els... | [
"woehd9410@gmail.com"
] | woehd9410@gmail.com |
896001f12207855dae64d87bbdeba4a53aa1b0ca | 3b998a0897d395c2dfeb81ebb68609bbf3651f17 | /app/src/main/java/com/hitachi_tstv/yodpanom/yaowaluk/util/CMCommonUtils.java | 2da31a787c6b4440b40795e5bbd6507625f47658 | [] | no_license | yaowalukMuz/FleedJsonXML | bc39d52f34961d087c06606ac0b383ccebe7e8e2 | ff54f3515896beceea944ad841f6249c3f8a695f | refs/heads/master | 2021-01-21T08:55:04.983365 | 2017-09-08T09:58:56 | 2017-09-08T09:58:56 | 101,959,849 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 561 | java | package com.hitachi_tstv.yodpanom.yaowaluk.util;
import java.io.InputStream;
import java.io.OutputStream;
public class CMCommonUtils {
public static void CopyStream(InputStream is, OutputStream os)
{
final int buffer_size=1024;
try
{
byte[] bytes=new byte[buffer_size];
... | [
"yaowamuz.c@gmail.com"
] | yaowamuz.c@gmail.com |
2447c7c9f07d507747fa7fe1963d95eb7b9f94a3 | e728a645244ec41d3f693b19361366cd2059cf49 | /03. Inheritance - EXC/p_02_book_shop/Main.java | 51350e16a67ac84a8d1c9fda8a5d654759f126e4 | [] | no_license | VTheodore/Java-OOP-Basics | 6dee2fc4fda2694302f8d8306f074f0398eccb77 | a83e50dabe0d9eac81ff6d5b3c36d6cf774a5ab3 | refs/heads/master | 2020-03-19T22:45:19.357604 | 2018-08-29T17:10:04 | 2018-08-29T17:10:04 | 136,980,532 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,236 | java | package L03_InheritanceEXC.p_02_book_shop;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.lang.instrument.IllegalClassFormatException;
import java.lang.reflect.Method;
public class Main {
public static void main(String[] args) throws IOException {
... | [
"theodorevezenkov@gmail.com"
] | theodorevezenkov@gmail.com |
7f3a514481f5a8329100800fdf16397fe0168855 | 63872445a35bb5216b7a7d045ee5d65ec7cff8c8 | /Java_1/JMSclassicAPI/src/jms_pubSub/Pub.java | c0d2d89cfc8dffa4f84e66533a1f86b9e006a1d4 | [] | no_license | Vokamrecom/Java-3th-course | e2d659464804c9e85b184d395df0938985aa4021 | 02ad71badeeec56a9e41d69b35b20224e6df3022 | refs/heads/master | 2020-03-30T19:18:39.729744 | 2018-10-25T16:33:10 | 2018-10-25T16:33:10 | 151,536,962 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,208 | java | package jms_pubSub;
import javax.jms.*;
import com.sun.messaging.ConnectionConfiguration;
import com.sun.messaging.ConnectionFactory;
import java.util.Scanner;
public class Pub {
public static void main(String[] args) {
Scanner in = new Scanner(System.in);
ConnectionFactory connectionFactory = new... | [
"ermakovkiril@gmail.com"
] | ermakovkiril@gmail.com |
36d6561baff3c0e0d96eb0b7e60c8b38abc480e9 | e40176cb97d31cb776b25701394ce506106e4f94 | /src/CTDL/Homework_3/Sphere.java | 92898aeb538e05af4b79759ca5fff4e6b8d3ae1a | [] | no_license | parkouryb/Data-Structures-and-Algorithms-HUS | bb18603a683693f054bcb230a8ca9ab98d059c12 | e30e3fb10ad781477ed47de19eea19a9d9be74ec | refs/heads/master | 2023-04-10T14:07:40.178834 | 2021-04-20T17:20:07 | 2021-04-20T17:20:07 | 253,273,077 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 611 | java | package CTDL.Homework_3;
public class Sphere extends Shape {
private double radius = 0;
private final double PI = 3.14159;
public Sphere(double radius) {
this.radius = radius;
}
@Override
protected double getVolume() {
return (4.0 * PI * Math.pow(this.radius, 3)) / 3.0;
}
... | [
"147523689a@gmail.com"
] | 147523689a@gmail.com |
20135e58148e681e6ab6b0c4bcccf012ab69a053 | 5eebed1e8a9a6f2c20a302a0765571d32d777137 | /Webproj5/src/Com/internousdev/webproj5/dao/InquiryComlpeteDAO.java | 3c50c6772bd47e0dcb18e2d171b63c11ab6a9dc3 | [] | no_license | Rush-light/backup | 6cb5e88c7d465da28947a0d2faee8acbcaf2157a | d8c522bbca514ecfba9f0dc777f8d980678ed24e | refs/heads/master | 2021-09-09T20:12:32.251682 | 2018-03-19T12:47:02 | 2018-03-19T12:47:02 | 114,627,160 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,679 | java | package Com.internousdev.webproj5.dao;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.ArrayList;
import java.util.List;
import Com.internousdev.webproj5.dto.InquiryDTO;
import Com.internousdev.webproj5.util.DBConnector;
public... | [
"lightning_o-din0711@docomo.ne.jp"
] | lightning_o-din0711@docomo.ne.jp |
5f08ea26653c9b83f272030a7bfd676c5251bb9d | cbb95f312aceb43457e4a94434914bb9e6ba90b1 | /consumer/src/main/java/domain/objects/CityObj.java | c01a6ce82724cc04245e333a1c53634b67a26a58 | [] | no_license | IgorVictorovich/Java | a7210655e6e81bcfb83149ae94630b38ea749713 | d16d80c86960e90dc770d7a47d0b37c09e00bdec | refs/heads/master | 2021-01-01T15:45:15.169107 | 2015-10-25T10:44:50 | 2015-10-25T10:44:50 | 7,980,326 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 929 | java | package domain.objects;
import javax.persistence.*;
/**
* Created by Igor on 24.10.2015.
*/
@Entity
@Table(schema = "public",name = "City")
public class CityObj {
@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
private Long city_id;
private String city_name;
@ManyToOne
@JoinColumn(na... | [
"="
] | = |
ab655ee6e4bf920d849793bab110f663135313ba | aa3ad688404fd308e5ac974b0bc21d1864967bee | /src/main/java/com/bb/bbwebapp/jdbcTemplate/dao/TBBGroupJDBCTemplateDao.java | dcdcb609660309d6334ab70c8b82d908b355d11e | [] | no_license | Ankitkapoor4986/webAppJdbcTemplate | c442a3cd74cd0ec6d1bbe0e306ee5eacb0fa3a4b | 02fd417906933b555bc6de37557efd3fc77a8232 | refs/heads/master | 2020-12-25T14:13:31.850334 | 2016-07-11T08:00:20 | 2016-07-11T08:00:20 | 60,603,604 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,532 | java | /**
*
*/
package com.bb.bbwebapp.jdbcTemplate.dao;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.jdbc.core.JdbcTemplate;
import org.springframework.stereotype.Repository;
import com.bb.bbwebapp.interfaces.dao.TBBGroupDao;
import com.bb.bbwebapp.mapper.TBBGroupMapper;
imp... | [
"akapoor@xebia.com"
] | akapoor@xebia.com |
76a6e8eb2bf8244654ffb213e1dcae4427a18e08 | f362e65b22ce4d580fd64704ae6a3ba56822c2ca | /app/src/main/java/com/realizer/schoolgenie/parent/selectteacherdialog/TeacherQuerySelectStudentDialogFragment.java | 134164df72069c31501cd4f5a11bdad9b755dd0c | [] | no_license | bhagyashriatRealizerTech/SGP | 3bc7f7dad51641f95a0a6e6b55bab4e99f1786e7 | 74be3c03be866899d4f24009850492f95134f5de | refs/heads/master | 2021-01-25T06:49:21.833406 | 2017-06-12T10:30:11 | 2017-06-12T10:30:11 | 93,615,827 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,046 | java | package com.realizer.schoolgenie.parent.selectteacherdialog;
import android.app.AlertDialog;
import android.app.Dialog;
import android.app.DialogFragment;
import android.app.Fragment;
import android.app.FragmentTransaction;
import android.content.DialogInterface;
import android.content.SharedPreferences;
import androi... | [
"sachin.shinde@realizertech.com"
] | sachin.shinde@realizertech.com |
94a3babe26302b1165eed46f8df9009b632c36d0 | a1cc7321c90a21fb559c39a99fa54cff5915cf9e | /js8ri/src/ch08/ex10/Main.java | 4d14707345c2cadbfd8ca4299bc6c92ee3caed58 | [] | no_license | inoue-keiichi/Java-training | 1009637f51bd15fce6bcd989e6bb0c99d2255ee7 | dd5ca7bc86e32740e74a50dd831ae322b81c32a3 | refs/heads/master | 2023-05-15T04:50:00.598526 | 2023-05-08T11:43:48 | 2023-05-08T11:43:48 | 203,075,371 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,212 | java | package ch08.ex10;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.nio.file.FileAlreadyExistsException;
import java.nio.file.Files;
import java.nio.file.Path;
import java.nio.file.Paths;
import java.util.Scanner;
import java.util.zip.Zi... | [
"inouejai@gmail.com"
] | inouejai@gmail.com |
cd638e7964d908d5510354e7e61af9dc20c5178f | 69d5e93f7966b2bab9aa3679293a1326eeae246f | /app/src/main/java/com/maple/socketio/im/MySocket.java | d0ca98b5ece158aff0351a2bd8b6fa70baafc4fb | [] | no_license | gaoguanqi/socketio | a05c618c50764077524807ad39adcaef81865192 | 3aab5c0b9cd982d32aeaf22c336b4c0dedbd3eff | refs/heads/master | 2022-12-15T09:35:24.256944 | 2020-09-15T10:39:02 | 2020-09-15T10:39:02 | 295,694,737 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 92 | java | package com.maple.socketio.im;
import io.socket.client.Socket;
public class MySocket {
}
| [
"307590625@qq.com"
] | 307590625@qq.com |
2cab1951ddb41cfdc5ebb3ed9ab9fd2619139d8b | e9e6aed3d6120c1ad2537e271ca3c604bf5fa384 | /NovenaPractica/Practica9/src/Empleado/EmpleadoHora.java | 317aabe2fafe6e68ae811198bfec9ec721197b64 | [] | no_license | SerranoTrinidad/LaboratorioDOO | 623bebf3f331a0afcb9bb46ad3de8555c6d98d63 | 74927e0794ae0130c875fc45027ed11c6f5e0373 | refs/heads/master | 2020-03-28T05:08:45.793562 | 2018-11-13T01:05:30 | 2018-11-13T01:05:30 | 147,759,062 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 436 | 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 Empleado;
/**
*
* @author LSTI204_B1
*/
public class EmpleadoHora implements Empleado{
@Overrid... | [
"noreply@github.com"
] | SerranoTrinidad.noreply@github.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.