blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 7 332 | content_id stringlengths 40 40 | detected_licenses listlengths 0 50 | license_type stringclasses 2
values | repo_name stringlengths 7 115 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 557
values | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 5.85k 684M ⌀ | star_events_count int64 0 77.7k | fork_events_count int64 0 48k | gha_license_id stringclasses 17
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 82
values | src_encoding stringclasses 28
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 7 5.41M | extension stringclasses 11
values | content stringlengths 7 5.41M | authors listlengths 1 1 | author stringlengths 0 161 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
476caf747ac1b950b6cd9d7d4910bb0e1ffd3512 | fcf78ac99922eaa665311770de6176815347e6e8 | /3-4springCloud/sc-homework-1/sc-common/src/main/java/com/shred/sc/pojo/Token.java | 775deee54bca74c761d25290d9a88336d5605600 | [] | no_license | shredoreo/lgjava | 6e2fa29011d1906478b3d5b6e66c0e2924d6b35d | 76796fc3a57d16cbb594dc29ce1e37817f4527d7 | refs/heads/master | 2023-08-27T00:20:46.145210 | 2021-10-07T17:29:12 | 2021-10-07T17:29:12 | 380,703,101 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 277 | java | package com.shred.sc.pojo;
import lombok.Data;
import javax.persistence.*;
@Data
@Entity
@Table(name="shred_token")
public class Token {
@Id@GeneratedValue(strategy = GenerationType.IDENTITY)
private Integer id;
private String email;
private String token;
}
| [
"shreddd@live.com"
] | shreddd@live.com |
f29e54726f7a35df49696106b14b09ac841b3584 | a804b81f0565358a0cfd88444a696bcf7f4b5de3 | /ExcelParser/src/com/a4/product/beans/Configurations.java | 28dc6097fd23f926aa7406364d23eb30a1c40dce | [] | no_license | AMEYA4TECH/ExcelParser | 1ee714947989c31d2b63cb6551252abba854329d | e37d035495bc131cdf9c37f5ce8ef598b12e0e3c | refs/heads/master | 2016-09-14T05:52:24.003725 | 2016-05-12T09:01:33 | 2016-05-12T09:01:33 | 56,528,882 | 0 | 2 | null | 2016-05-09T10:43:44 | 2016-04-18T17:44:57 | Java | UTF-8 | Java | false | false | 1,364 | java | package com.a4.product.beans;
import java.util.List;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlSeeAlso;
import com.fasterxml.jackson.annotation.JsonInclude;
import com.fasterxml.ja... | [
"amey.more@a4technology.com"
] | amey.more@a4technology.com |
ccd38daa2c4e81ce4311ec41c5b54eff8bf2a69b | 043db7840b725c6611ec636c1f61ae4c2f3d9e88 | /GasPumpsProject/src/iit/softwaresystarch/project/model/factories/package-info.java | bafeeb3d2deb4ce351891d2bd57b32cd63cfce1c | [] | no_license | Valpich/SoftwareArchitectureProject | 95db734cbbd3d89b1a0dbf6e219814287b9e56ce | dfa692511ed6d5bfe1aa4f69ee1fcb06ae1cb344 | refs/heads/master | 2021-01-23T10:56:56.715036 | 2017-06-02T00:43:25 | 2017-06-02T00:43:25 | 93,110,515 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 150 | java | /**
* is a package containing the classes mostly related to AbstractFactory design pattern.
*/
package iit.softwaresystarch.project.model.factories; | [
"valentin.pichavant@hotmail.fr"
] | valentin.pichavant@hotmail.fr |
21361bad5df7c5b23f2e82396d1f40bcf8657662 | c309e50ba6b06c9b0363400e2e5c06398551d425 | /src/main/java/com/crowd/funding/order/controller/OrderController.java | 8f2e541f8fd35f5141163b3434c728a6a29cae0b | [] | no_license | lumos1211/Funding | b99e4591a9cf703c5c5a2e2614d67cb0fb3fb4c0 | 84493d368149e1feca434dd31d519a2c606f8be9 | refs/heads/master | 2023-01-08T23:13:32.680331 | 2020-11-09T14:10:42 | 2020-11-09T14:10:42 | 311,357,654 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,191 | java | package com.crowd.funding.order.controller;
import javax.inject.Inject;
import javax.servlet.http.HttpSession;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.PathVariable;
i... | [
"jyng1211@gmail.com"
] | jyng1211@gmail.com |
60bb44a2fe360f7cd530f51c201b041de2f8fca1 | 31284760168af3f8b2932b7562c97fe9d725b7df | /dcae-analytics/dcae-analytics-web/src/test/java/org/onap/dcae/analytics/web/util/AnalyticsHttpUtilsTest.java | d20cd6579cd07ddfeed8b9c7e5d4c1af9db8b74d | [
"Apache-2.0",
"CC-BY-4.0"
] | permissive | onap/dcaegen2-analytics-tca-gen2 | 755fae9600541eaa2f0acfabdd6ddaff15a0101a | 2b9387a15bbe55c1584031640975646324aa60a0 | refs/heads/master | 2023-09-02T03:01:53.958622 | 2023-03-31T09:19:52 | 2023-03-31T09:20:22 | 159,415,150 | 2 | 2 | NOASSERTION | 2021-06-29T18:15:28 | 2018-11-27T23:32:51 | Java | UTF-8 | Java | false | false | 3,116 | java | /*
* ============LICENSE_START=======================================================
* Copyright (c) 2022 Huawei. All rights reserved.
* ================================================================================
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file ex... | [
"mukesh.paliwal1@huawei.com"
] | mukesh.paliwal1@huawei.com |
1278edafb5d62324bae1df95a4ca9f89135675db | d0cb148823216c0ba9467ce6f804a2272f2f6646 | /app/src/main/java/com/theboredengineers/easylipo/objects/NfcTag.java | 787df72cf777ac1122d43c82d08f154e265796c6 | [] | no_license | psykhi/EasyLiPo | 21ae0714bc4bf0d4d4c92b4211b19e2478378356 | 7bb733acf2dee0395ed6df4b3a047041d17d3ffe | refs/heads/master | 2021-01-10T21:00:39.308734 | 2015-09-18T17:11:51 | 2015-09-18T17:11:51 | 42,735,161 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,582 | java | package com.theboredengineers.easylipo.objects;
import android.annotation.SuppressLint;
import android.content.Intent;
import android.nfc.FormatException;
import android.nfc.NdefMessage;
import android.nfc.NdefRecord;
import android.nfc.NfcAdapter;
import android.nfc.Tag;
import android.nfc.tech.Ndef;
import android.o... | [
"alexandre.pesant@gmail.com"
] | alexandre.pesant@gmail.com |
02d10389ef407b1cc958da04328562ae2b8fc103 | 7d2bcfa0a21c2daaedc47eb9c837bd90a10e43c3 | /CoffBucks Reloaded/main/java/com/example/coffbucks/OdometerActivity.java | 4648582b62e0ffac9c8690906aa835ba6ee50c25 | [] | no_license | WiseSoul/Android-Applications | e65939c3141598dff4b0957fcd39ad43dc85120d | 007f1d0aec219d06b64de391cad22ae9da449c93 | refs/heads/master | 2021-01-12T12:58:51.785258 | 2017-04-27T18:28:45 | 2017-04-27T18:28:45 | 69,766,119 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,418 | java | package com.example.coffbucks;
import android.Manifest;
import android.content.ComponentName;
import android.content.Context;
import android.content.Intent;
import android.content.ServiceConnection;
import android.os.Handler;
import android.os.IBinder;
import android.os.health.ServiceHealthStats;
import andr... | [
"noreply@github.com"
] | noreply@github.com |
0149f17315fe6fb5b1473b8e5ab596592bddf2d1 | 9e2fa2779c7db9b99b4ffcc8272ce643e2199d0c | /src/main/java/hrms/hrmsBackend/business/abstracts/JobSeekerCheckService.java | b47ad97f48b3641c001ac8d86dff4fdbd94f7112 | [] | no_license | cagllan/hrmsBackend | d9627900bb99c8d3f9ca2e3a7cf95fb97e82f6b3 | 244ed606fe2d784aeb062570fc50183574348574 | refs/heads/master | 2023-05-21T01:21:09.131078 | 2021-06-12T16:21:08 | 2021-06-12T16:21:08 | 366,131,827 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 195 | java | package hrms.hrmsBackend.business.abstracts;
import hrms.hrmsBackend.entities.concretes.JobSeeker;
public interface JobSeekerCheckService {
boolean checkIfRealPerson(JobSeeker jobSeeker);
}
| [
"caglanatay@windowslive.com"
] | caglanatay@windowslive.com |
2f0d0256560c1904dbc40b01212b135a37e01c3d | 49de9fb0df8c6f57f353080b85e37f3ca87810e8 | /src/main/java/eu/ebbitsproject/peoplemanager/IsPersonAvailableByRfid.java | 5f230c132aaf945be85de34ce3d68b4dfd68aaff | [] | no_license | intersoft-sk/people-manager-client | 63615ea6808b81d02a4880c451de059b22e1c7bc | ff9438e78532ab4294cd12819036d15c3027f833 | refs/heads/master | 2020-05-30T14:28:47.186614 | 2015-02-26T08:49:49 | 2015-02-26T08:49:49 | 31,358,427 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,368 | java |
package eu.ebbitsproject.peoplemanager;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlType;
/**
* <p>Java class for isPersonAvailableByRfid complex type.
*
* <p>The following schema fragment specifies the expected content co... | [
"gl@intersoft.sk"
] | gl@intersoft.sk |
631d2963a49f9e574df488c0c7508d47828a0b23 | f50734a062c5dbec147713b0aed1c9daf73ed728 | /MyTracks/src/com/google/android/apps/mytracks/ChartView.java | f2df8403d53b1e820d0d161fbb563b0fa5f859cb | [] | no_license | xtu/mytracks1 | 7aebc475b23e0bfba38e83fb930ea6feaa083961 | ed520de514282721d6e13475a625c447e9fe732a | refs/heads/master | 2016-09-10T18:54:49.298824 | 2013-03-18T03:22:05 | 2013-03-18T03:22:05 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 30,268 | java | /*
* Copyright 2008 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in w... | [
"youtaol@youtaol.bej.corp.google.com"
] | youtaol@youtaol.bej.corp.google.com |
ae3520523d47e7f86980cb727094cf620e17adcc | e85a519fbc05ced36aa732cb197b6ee3cf27352d | /mdo-core/authentication/src/main/java/fr/mch/mdo/restaurant/services/authorization/jaas/MdoAuthorizationServiceImpl.java | 49a2bec911e7bbaeaf74159caa8e6148da6347aa | [] | no_license | mathieu-ma/montagnesdor | 1791fae256c7525e0f2a23a2cd7f03ca65ca13bb | e149fc14253b60d30a9e98f6c7b467b807ec5d65 | refs/heads/master | 2021-01-23T11:48:43.639476 | 2014-08-20T20:41:27 | 2014-08-20T20:41:27 | 3,204,171 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,824 | java | package fr.mch.mdo.restaurant.services.authorization.jaas;
import java.security.AccessControlException;
import java.security.Permission;
import java.security.PrivilegedAction;
import javax.security.auth.Subject;
import fr.mch.mdo.logs.ILogger;
import fr.mch.mdo.restaurant.authorization.IMdoAuthorizationServ... | [
"mathieu.ma.dev@free.fr"
] | mathieu.ma.dev@free.fr |
a3d08dabfd54f8ecb03da2db6ff24f2c9ccd6dc6 | 9a3cbdb19cc093974604719357b0975834e673b7 | /network/src/main/java/me/w5e/sdk/network/request/UploadFileProcessor.java | 85662bdd06dd997acc0e3a5d7cf79e5e80f1d3f8 | [
"Apache-2.0"
] | permissive | hustliubo/Tomoko-Android | 1648dca45f4d4f75628c2145ea63d4f99125e86a | 530ca014d3959c2fc610861de9d07db0498b0859 | refs/heads/master | 2020-05-27T07:54:11.304697 | 2019-02-15T13:07:10 | 2019-02-15T13:07:10 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,686 | java | /*
* Copyright (c) 2019 CELLA
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in wr... | [
"waynegreen@outlook.com"
] | waynegreen@outlook.com |
944d8a77cbaf3ae96b1cb646887e845f474fcbf5 | 268592c417a8f6fbcfec98a8af17d7cb9f1f6cee | /debop4k-data-mybatis/src/test/java/debop4k/data/mybatis/cache/EhCacheConfiguration.java | 0129320c46a29075336f3f069e66f6e9df1581cd | [
"Apache-2.0"
] | permissive | debop/debop4k | 8a8e29e76b590e72599fb69888c2eb2e90952c10 | 5a621998b88b4d416f510971536abf3bf82fb2f0 | refs/heads/develop | 2021-06-14T22:48:58.156606 | 2019-08-06T15:49:34 | 2019-08-06T15:49:34 | 60,844,667 | 37 | 12 | Apache-2.0 | 2021-04-22T17:45:14 | 2016-06-10T12:01:14 | Kotlin | UTF-8 | Java | false | false | 2,767 | java | /*
* Copyright (c) 2016. Sunghyouk Bae <sunghyouk.bae@gmail.com>
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required... | [
"sunghyouk.bae@gmail.com"
] | sunghyouk.bae@gmail.com |
75b1cbd716e821cded3dae3a2200f693a8c24b42 | 870f62cf75fcfa80268fd60f458d6f37b9f417c0 | /employeemanagementsystem.java | 60bf815c14e0bc69e0e94d8312412ec3bd6c7738 | [] | no_license | Shivanandh1/Employeesmanagement | d251f09e74c9ff772de3f4973bff771a592ed50c | 39f09401df4c67943e2dc9420d8dc02edbeab51d | refs/heads/main | 2023-08-15T07:27:35.725949 | 2021-10-04T18:26:16 | 2021-10-04T18:26:16 | 391,978,140 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,989 | java |
/******************** Importing Essential Libraries ************************/
import java.util.*;
import java.io.*;
/*************************** MENU OF EMS ****************************/
class MainMenu
{
public void menu()
{
System.out.println("*******************************************");
System.out.... | [
"noreply@github.com"
] | noreply@github.com |
169e982b3e4a56052d3022365f5e52ad32893488 | 63fccace7fbf944db412adcae79b40a459c10f47 | /Project_Code/FiberFiyatHesaplama/src/tayfunerkorkmaz/designpatterns/observer/Observer.java | aa9347607ab62472fef4c85cf92cd1c5db8901bf | [] | no_license | tayfunerkorkmaz/FiberFiyatHesaplama | bc859391cb6fa02dfc520709f199855442c1da7c | 8bea7128cb64de0c8d993b5cb4696ec163b4e8fb | refs/heads/master | 2020-04-30T04:04:06.688739 | 2019-06-18T05:06:04 | 2019-06-18T05:06:04 | 176,602,644 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 364 | 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 tayfunerkorkmaz.designpatterns.observer;
/**
*
* @author tayfunerkorkmaz
*/
public interface Observer {
public boolean... | [
"tayfunerkorkmaz@gmail.com"
] | tayfunerkorkmaz@gmail.com |
332bfc4f1ba4622b3a62da323f984bda4c66a536 | ad190ac30bd0e9ad009684457f1138cf9177f373 | /src/main/java/trashsoftware/deepSearcher/itemUnits/SpecialFile.java | 3d705ca47628c2d42fcd0da96e3e1c44d159b83f | [
"Apache-2.0"
] | permissive | ZhangBohan233/DeepSearcher | e2a6ac9eec3a09524d6b50b7599e3d47002019ef | aa067fb8f922a2b66878beaa8b7850ba31d8edf5 | refs/heads/master | 2022-07-15T04:11:59.223439 | 2021-04-16T18:58:30 | 2021-04-16T18:58:30 | 183,555,280 | 0 | 0 | Apache-2.0 | 2022-06-29T17:20:15 | 2019-04-26T04:12:39 | Java | UTF-8 | Java | false | false | 838 | java | package trashsoftware.deepSearcher.itemUnits;
import java.io.File;
public class SpecialFile extends File {
/**
* Constructor of a new SpecialFile object.
*
* @param path the absolute path of this SpecialFile object.
*/
public SpecialFile(String path) {
super(path);
}
/*... | [
"bokhaam.zhang@mail.utoronto.ca"
] | bokhaam.zhang@mail.utoronto.ca |
7b0b0beeeb0fdb52722929fb0e80b874d48149d7 | f0eb073e47fd6e5e47bf6c0846a5f7755f3d29db | /youchat-creative-factory/src/main/java/com/youchat/creative/factory/http/HttpHeader.java | a122c9270ea47a1f6886976fa18107e2a7d99ee6 | [] | no_license | Lien6o/youchat | 285e880bb8871ee1b226ede936580732624b3d91 | d3564275fcd26f80bb81f3e1c76b5168bed01d39 | refs/heads/master | 2022-10-12T12:32:05.880597 | 2021-04-02T12:25:21 | 2021-04-02T12:25:21 | 144,699,046 | 1 | 1 | null | 2022-10-05T00:06:08 | 2018-08-14T09:31:45 | Java | UTF-8 | Java | false | false | 3,118 | java | package com.youchat.creative.factory.http;
import com.google.common.base.Splitter;
import lombok.Data;
import lombok.SneakyThrows;
import java.io.BufferedReader;
import java.net.URLDecoder;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
// GET /lienbo HTTP/1.1
// Host: 127.0.0.1:808... | [
"lienbo@meituan.com"
] | lienbo@meituan.com |
c328dc79584992136869ff98c02f483073b8644d | 4007f34e7fa7d7fd91e8211e2fa1a717f424abb1 | /Java8SAM/src/SAM/ABImplementation.java | ea65108f84cb3b49d5426927e812c18ac31ad3bd | [] | no_license | chvnaveenkumar/Java8-Practice | 93d838e46a407cb4332162ea8bdd59ff41786064 | 316e6e8079238e28d1272f0f33443399af16d89d | refs/heads/master | 2020-04-29T13:49:51.046634 | 2019-04-02T05:20:47 | 2019-04-02T05:20:47 | 176,179,653 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 566 | java | package SAM;
public class ABImplementation {
public static void main(String args[]) {
// General Implmentation
A aObj = new A() {
public String m1() {
return "Testing Anonymous impl for interface ..";
}
};
System.out.println(aObj.m1());
System.out.println(aObj.wish());
A a1 = () -> "Testin... | [
"s530742@ol23201m.nwmissouri.edu"
] | s530742@ol23201m.nwmissouri.edu |
bc4a3bea8b7afa5edaed47c2c2f99fb2d15f40ce | 50ea43b60512f187fb09b84ab50c27dc10d69f46 | /TP5r EX3/src/PokemonDeMer.java | a019aca4354fd01500e9cf2dc05123568f76d6ba | [] | no_license | Anissa-BH/Gestion-cinema | 1356b959c49eea57a3541fdb3d4b8ddb4edc0fa4 | a67d6f408c4bb150c0f1e1dc8f336b7af2439f99 | refs/heads/master | 2020-04-16T16:31:08.082777 | 2019-11-08T22:17:07 | 2019-11-08T22:17:07 | 165,740,660 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 465 | java |
public class PokemonDeMer extends Pokemon {
private int nbrNageaoires;
public PokemonDeMer(String nom,double poids,int nbrNageaoires) {
super(nom,poids);
this.nbrNageaoires=nbrNageaoires;
}
public int getNbrNageaoires() {
return nbrNageaoires;
}
public void setNbrNageaoires(int nbrnageaoires) {
t... | [
"anissabenhafsia@gmail.com"
] | anissabenhafsia@gmail.com |
2d245c54f9ddbb48e40a7f5dd97fbbb55c0d3f12 | e9bdd67d310f9637b06462537385c00aa41ad8ac | /src/transactions/TheMainClass.java | 20aed975146366dd74f20c2c200671ca6c6a1ff3 | [] | no_license | rohitAgarwal86/MapReduceSampleProjects | 3d01bc3d49fce840fa93a052073b55e296a99b0f | 960165fb43b2f9edca667772b70d38839a708577 | refs/heads/master | 2022-11-28T01:20:35.929756 | 2020-08-02T09:38:09 | 2020-08-02T09:38:09 | 284,432,014 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,182 | java | package transactions;
import java.io.IOException;
import org.apache.hadoop.conf.Configuration;
import org.apache.hadoop.fs.Path;
import org.apache.hadoop.io.DoubleWritable;
import org.apache.hadoop.io.IntWritable;
import org.apache.hadoop.io.Text;
import org.apache.hadoop.mapreduce.Job;
import org.apache.hadoop.mapre... | [
"37442290+rohitAgarwal86@users.noreply.github.com"
] | 37442290+rohitAgarwal86@users.noreply.github.com |
bee735df4e74355793964a9102bdb4debe5b2c56 | fa0fd5a17814fee7218bf0fe9ab190722b3e9131 | /Blood bank application/Final_Project/src/business/Organization/PharmacistOrganization.java | 97845636cbca692e1749f0b1d093457e8ae423a5 | [] | no_license | kaustubhchaudhari/Projects | 29923e4d9cd717b41de64fb514c90d73f1480eac | 9a6337317c77e5c15ad6a4eae97096396d7f4097 | refs/heads/master | 2021-01-23T13:08:14.687893 | 2018-10-02T17:53:11 | 2018-10-02T17:53:11 | 93,222,656 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 748 | 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 business.Organization;
import business.Role.PharmacistRole;
import business.Role.ReceptionRole;
import business.Role.Role;
imp... | [
"chaudhari.k@husky.neu.edu"
] | chaudhari.k@husky.neu.edu |
c4b41d595e8710ee7a5e9912f3f4e3e4b89f6238 | 571a9a707f2af883d7b1b1efba035d4789f86a17 | /BasicCode/MapCodeDemo/src/demo04.java | eaf00398d5e584f1fcce9f8690b8f7e02c753128 | [] | no_license | monster6699/JavaBasicsCode | 8c50610efdd2128e0a690fc4bb890090e4325ccd | 22f484de449addb51abca06dde96f86dff0ec679 | refs/heads/master | 2023-01-31T22:10:50.089539 | 2020-12-09T10:48:36 | 2020-12-09T10:48:36 | 296,530,514 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,267 | java | import java.util.ArrayList;
import java.util.HashMap;
import java.util.Map;
import java.util.Set;
public class demo04 {
public static void main(String[] args) {
ArrayList<HashMap<String, String>> hashMaps = new ArrayList<>();
HashMap<String, String> stringStringHashMap1 = new HashMap<>();... | [
"chenhu@chinafocus.net"
] | chenhu@chinafocus.net |
558df6c089757896bb91f2966a9c0d0b59f406c9 | 1ce83661fca309ff5536f2df645017f6541ddb32 | /src/main/java/com/qf/controller/UserController.java | 6b5d49724fc8bfc95735845d96295ffe9dfc8ef9 | [] | no_license | Aisa-GitHub/ssm | ad82c7d5db7dd713ca6f5d6c02b55127e5530da3 | 06b4edc469f0e15ee8530c68a7e44680309a8edb | refs/heads/master | 2022-12-22T06:37:07.733544 | 2019-07-19T14:18:34 | 2019-07-19T14:18:34 | 197,787,580 | 0 | 0 | null | 2022-12-16T11:54:01 | 2019-07-19T14:31:26 | JavaScript | UTF-8 | Java | false | false | 4,979 | java | package com.qf.controller;
import static com.qf.constant.SsmConstant.*;
import com.qf.constant.SsmConstant;
import com.qf.pojo.User;
import com.qf.service.UserService;
import com.qf.util.SendSMSUtil;
import com.qf.vo.PesultVO;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.s... | [
"951856618@qq.com"
] | 951856618@qq.com |
eb2252ad00e914a09582189209f6fd9acdabb61f | 436d27ff6957545656353b861202c1675ec26421 | /ClinicaE_MEA-war/src/java/clinica/com/dgo/bean/RolFacade.java | c8b1d4f7d99c8d9f133e0ed575f5aa007108d66c | [] | no_license | DGOrganization/Sist_Clinica | 9ec043a4c96643f25428246e389e3bfa8a4b9886 | 91e4e1a99bec8c5fc2dcb93ff86fe35d96ec6fcf | refs/heads/master | 2020-06-23T15:35:10.409244 | 2019-07-27T22:22:27 | 2019-07-27T22:22:27 | 198,665,345 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 736 | 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 clinica.com.dgo.bean;
import clinica.com.dgo.entidades.Rol;
import javax.ejb.Stateless;
import javax.persistence.Enti... | [
"gerardo@WINDOWS-5T243DT"
] | gerardo@WINDOWS-5T243DT |
f4461c30e0ef6015574fddcaac3617dbff755bc8 | 3f576fb327925dd350dab37610f0f3676c5b9b3e | /src/main/java/com/citicup/model/correlationAnalysis/TenoreRatio_20DKey.java | 46db584445bcc650817f4fb0fbf83456f3770dd7 | [] | no_license | CitiCupBricksCarrier/CitiCup | 80542fa9d675bdab229a9de95df20f97bf380adb | 7f02be48e53e68e944e63774b36c2b560a084f6c | refs/heads/master | 2021-08-22T01:53:36.847290 | 2018-11-01T11:57:33 | 2018-11-01T11:57:33 | 141,294,182 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 3,967 | java | package com.citicup.model.correlationAnalysis;
import java.io.Serializable;
public class TenoreRatio_20DKey implements Serializable {
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column 价量20日特诺雷比率.stkcd
*
* @mbggenerated
*/
private Stri... | [
"987801208@qq.com"
] | 987801208@qq.com |
501b61467b04f497990f8ccb58abc28d0c13dd20 | 5719371a4e761f043c1fef2bfb9b292ff6754ed4 | /CDAGenerator/src/main/java/de/fhg/isst/cda/choices/clinicalstatements/BL.java | 6fbde785b34a176623eea08ca205e861032a3108 | [] | no_license | FraunhoferISST/ehealth-cdagenerator | 052ecd1723d2014b074d565563acd6b12ca820ac | 53e860a2410ddbb9bded1eb016630cea3686580b | refs/heads/master | 2023-05-01T14:05:40.635639 | 2015-06-24T15:12:47 | 2015-06-24T15:12:47 | 37,991,785 | 3 | 3 | null | 2023-04-18T07:47:11 | 2015-06-24T15:05:24 | Java | UTF-8 | Java | false | false | 1,327 | java | //
package de.fhg.isst.cda.choices.clinicalstatements;
// TODO: Auto-generated Javadoc
/**
* The Class BL.
*/
public class BL
{
/** The __ null flavor. */
private String __NullFlavor = new String();
/**
* Gets the null flavor.
*
* @return the null flavor
*/
public String getNu... | [
"jannic.hartwecker@isst.fraunhofer.de"
] | jannic.hartwecker@isst.fraunhofer.de |
f1e23d3444a2caa914128e57c49f37e7037328d8 | a709a56585401ccb5235a31ccd24f6c349a7bfcd | /src/com/Class8/ForLoop.java | 297f2fa6a1d9314a15e801211838864359199e79 | [] | no_license | fabs19/javaClasses | cc994adc25ba373c73385f19ff26d7fa8345d84f | cd72e2eb5111e1e0c7107c8314cee5155c28e84e | refs/heads/master | 2020-09-04T21:03:38.750733 | 2020-02-07T06:18:50 | 2020-02-07T06:18:50 | 219,891,329 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 535 | java | package com.Class8;
public class ForLoop {
public static void main(String[] args) {
// TODO Auto-generated method stub
//say good morning 5 times
for(int i=0; i<=4; i++) {
System.out.println("Good morning");
}
//print numbers from 1-10
for(int i=1; i<=10; i++) {
System.out.println(i);
}... | [
"fabigutier5@gmail.com"
] | fabigutier5@gmail.com |
d26e3c149ec3f144c33e507d4003d907408094f9 | b42400265253e6b75fbe7d09400e5a08e38ec1f7 | /src/main/java/sist/com/aop/basic/AroundAdviceEx.java | ea149c4bd2d6ef30a0bb323e00d16e862e8e6472 | [] | no_license | HaHaHaImMinje/HI- | b8aa6ee30f8c25a72755098362cc2c01e803d0e3 | 02415e2845a96ddef0d35117f65319cee8c2f4d3 | refs/heads/master | 2023-08-27T04:03:01.075874 | 2021-11-02T03:26:16 | 2021-11-02T03:26:16 | 404,312,129 | 0 | 0 | null | null | null | null | UHC | Java | false | false | 435 | java | package sist.com.aop.basic;
import org.aspectj.lang.ProceedingJoinPoint;
public class AroundAdviceEx {
public void messageAround(ProceedingJoinPoint jp) throws Throwable {
jp.proceed(); // 핵심코드 구현된다
long start = System.currentTimeMillis();
for (int i = 0; i < (int) (Math.random() * 10000); i++) {
}
long en... | [
"alswp0401@gmail.com"
] | alswp0401@gmail.com |
2495c75f545bcbe65f8ac8a7bb25462b8c658c83 | 0bdb3af18cf7d2ea070545c7e27e340ae67c9b75 | /Módulo - VIII/biblioteca/src/main/java/br/com/codenation/livro/service/LivroServiceImpl.java | a9da1291979ecdcf1ce4681fe39cc5d993575c2f | [] | no_license | WillianFarias/aceleradev-codenation-java | 6e2b25111e7d3179ecafc3a1d4cdd234b2a2e54b | 752fd9988391d891df87077fb7aa9371bc76cb72 | refs/heads/master | 2022-12-06T19:07:06.684495 | 2020-08-31T12:25:22 | 2020-08-31T12:25:22 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,987 | java | package br.com.codenation.livro.service;
import br.com.codenation.avaliacao.service.AvaliacaoService;
import br.com.codenation.categoria.model.Categoria;
import br.com.codenation.categoria.service.CategoriaService;
import br.com.codenation.livro.model.Livro;
import br.com.codenation.livro.repository.LivroRepository;
i... | [
"williansousafarias@gmail.com"
] | williansousafarias@gmail.com |
b35746c921a579b19d47e49af9e59157066acef6 | 368c0c806f01b2ce79244f085eb89708387ff866 | /library/android-mvc-test/src/main/java/com/shipdream/lib/android/mvc/view/viewpager/controller/TabController.java | 3a1dfce9207d4a346f3d16cce393ea05a344178b | [
"Apache-2.0"
] | permissive | venkatesh3007/AndroidMvc | 014a678152cc53fa8c4a1989050bfb0f37f35113 | 45bdb05bf347a42bf93d289808db4751ebae0f94 | refs/heads/master | 2021-01-20T17:29:46.005118 | 2015-10-06T05:50:41 | 2015-10-06T05:50:41 | 42,567,594 | 0 | 1 | null | 2015-09-16T05:56:16 | 2015-09-16T05:56:16 | null | UTF-8 | Java | false | false | 293 | java | package com.shipdream.lib.android.mvc.view.viewpager.controller;
import com.shipdream.lib.android.mvc.controller.BaseController;
import com.shipdream.lib.android.mvc.view.viewpager.TabModel;
public interface TabController extends BaseController<TabModel> {
void setName(String name);
}
| [
"ideablast@gmail.com"
] | ideablast@gmail.com |
57175aea3bb2a3d565d7532f1b1bad9486ce0c69 | 8370a2c6515c5cbf2e686812b10306b834508233 | /stackCalculator/src/test/java/at/edu/c02/calculator/logic/CalculatorTest.java | c771f402da4ad493dd58413916017eeb93cafffe | [] | no_license | dietmarczell/iwi15calc | 3aa9c1aa1b6b908ae7c89558c41f34825eeab63c | 4b8a76f487e295ecb6445b429ceeabe2663afcbe | refs/heads/master | 2020-06-13T01:56:33.092524 | 2016-12-03T08:53:47 | 2016-12-03T08:53:47 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,592 | java | package at.edu.c02.calculator.logic;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.fail;
import org.junit.Test;
import at.edu.c02.calculator.Calculator;
import at.edu.c02.calculator.CalculatorException;
import at.edu.c02.calculator.Calculator.Operation;
import at.edu.c02.calculator.logi... | [
"gfliess@172.32.1.161"
] | gfliess@172.32.1.161 |
55c858044b083d71811b743f89af5779e8e0f147 | 4d96e1460004d0333a0762db075d37210f74f02a | /version1/maven_use/eclipse_processmonitor_ver1/processmonitorver1/src/main/java/kev/utility/UtilityPack.java | dec6fcd7be7abc34dac9fc77896bbbb0cc8189cf | [] | no_license | vivekVells/TaskProcessManager | 574e887eff6954450da21ffd64942753f1ec3f01 | 283dddd7237c8a77f989d129021795d18ca0c6be | refs/heads/master | 2021-12-20T10:40:32.837909 | 2021-11-18T19:19:22 | 2021-11-18T19:19:22 | 148,704,840 | 5 | 0 | null | 2021-12-14T21:16:08 | 2018-09-13T22:24:12 | Java | UTF-8 | Java | false | false | 1,475 | java | /**
* This class acts as utility power belt for commonly used entities
*/
package kev.utility;
import java.math.BigDecimal;
import java.math.RoundingMode;
import org.hyperic.sigar.Sigar;
/**
* @author Vivek
*
* File reference/headsup notes: TaskProcessManager\resource_house\reference\NotesHub\version1-maven_us... | [
"noreply@github.com"
] | noreply@github.com |
985411b31e44919db9ab2756304119b6e4018999 | 83905ea61547dd68a98eb556b55c36a12a57c343 | /src/java/com/neu/cloud/DAO/UserDAO.java | c3acb1f1708e55f2e20dd30f41fbb7d414981be0 | [] | no_license | pawanmatta/trtr | 659f9b3bebd0745fc83caec55ca821f131cebb96 | 5d6a13af85c7b62fb0d1fd124aaab48aa16dc1d2 | refs/heads/master | 2021-01-18T22:13:50.832638 | 2016-11-03T07:31:59 | 2016-11-03T07:31:59 | 72,314,986 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,271 | 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.neu.cloud.DAO;
import com.neu.cloud.POJO.User;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.... | [
"matta.p@husky.neu.edu"
] | matta.p@husky.neu.edu |
8ffa17bc889964c0c379442840ec8f22d853077c | 82bebc06a91729b82d5e6759e966b34b659502bf | /test/src/main/java/com/toly1994/test/common/ColUtils.java | 7bfd022d6af4a4abe55768a1de9ad00c8e03c086 | [] | no_license | philip-knight/Android_Material_Design_Test | ad2e6e120ac6e8b2f26fcf9b0247f527432817b2 | 3ebe842c49201b0e59223c0611ba2ba3f4c1ed22 | refs/heads/master | 2021-10-08T22:28:04.583884 | 2018-12-18T12:24:07 | 2018-12-18T12:24:07 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,092 | java | package com.toly1994.test.common;
import android.content.res.ColorStateList;
import android.graphics.Color;
import java.util.Random;
/**
* 作者:张风捷特烈
* 时间:2018/5/19:17:02
* 邮箱:1981462002@qq.com
* 说明:颜色工具类
*/
public class ColUtils {
/**
* 改变一个颜色的透明度
*
* @param color
* @param alpha
*/
... | [
"1981462002@qq.com"
] | 1981462002@qq.com |
6e3d35723b3571b4646df4e1fc7c54ef05e0b4a2 | 0016005ee6a22429433a4e0e66ff1303147179ec | /src/InterviewCodingTasks/FactorialNumbers.java | 2ec8e8b2ee7562cb51c901c3521c1bbd23715d5b | [] | no_license | OrkhanMusayev/B18_JavaCourse | 7d1fee404169ec7f45b20efc42456f0173577327 | 017a6cfca170ec0c0ace15fa5d5fb319529f2921 | refs/heads/master | 2022-12-10T06:03:38.178027 | 2020-08-22T23:31:10 | 2020-08-22T23:31:10 | 286,326,298 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 438 | java | package InterviewCodingTasks;
/**
* Write a return method that returns the factorial number of any given number
*/
public class FactorialNumbers {
public static int factorialNumber(int n){
int result = 1;
for(int i = 1; i <= n; i++){
result = result * i;
}
return... | [
"mussayevorkhan@gmail.com"
] | mussayevorkhan@gmail.com |
36820278eb950b0c2f1eb24e5c1ece0bf8f50fb6 | 7eb094c115ff755ea961474f5fe79d227451444d | /src/main/java/cn/evilcoder/innotation/TestAnnotation.java | 47b5fc6bd7cf2d4b8a87307d02797d3343dacb0a | [
"MIT"
] | permissive | chongtianfeiyu/java-base-learn | 14f0ef77e8efe8f2d42130f6ab92a427064f7461 | c9cb9e9611cf8ab7f835aef5bf369125adba646c | refs/heads/master | 2021-01-19T16:05:18.330516 | 2016-10-16T04:53:55 | 2016-10-16T04:53:55 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 401 | java | package cn.evilcoder.innotation;
/**
* Created by huangshanqi on 2016/5/4.
*/
public class TestAnnotation {
public static void main(String[] args) {
UserTable userTable = new UserTable();
userTable.setId(System.currentTimeMillis());
userTable.setUsername("testname");
userTable.se... | [
"hsqmobile@gmail.com"
] | hsqmobile@gmail.com |
e7cc17859dab3a25a39c1bf868b428eaa09eccb7 | 453e89334c23807a72eba5df7d000e3437dfd02b | /src/main/java/edu/kit/datamanager/notification/dao/spec/NotificationCreationDateSpec.java | ffb347955e0a640690a52b50af64a21b2ee28412 | [
"Apache-2.0"
] | permissive | kit-data-manager/notification-service | f423c662cec20b6cc806c8b0d27f63971d0fdc10 | 71daa2d15d633f19a5ecda69fc96fab235ea8b23 | refs/heads/master | 2021-07-08T18:16:50.933205 | 2020-11-23T10:54:22 | 2020-11-23T10:54:22 | 209,776,771 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,914 | java | /*
* Copyright 2019 Karlsruhe Institute of Technology.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by appl... | [
"thomas.jejkal@kit.edu"
] | thomas.jejkal@kit.edu |
7345671379f4fa89e99cca89b7590b108edf3854 | d94194ae07a182392741ac2ea654f51737dc747b | /src/main/java/com/web/SpringService/repositories/ItemPedidoRepository.java | 7d6ae0059976e061c8ccdc0f75e23b4685354c39 | [] | no_license | JonasMoura-J/SpringBoot-Ionic | e26f8225917cc27bfaf3a10ed310d5c8c34abda2 | 3ee114884b0f3bbc19550bb9fb3ab78596d1c5a7 | refs/heads/main | 2023-08-23T08:53:08.281975 | 2021-10-31T18:04:47 | 2021-10-31T18:04:47 | 387,611,634 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 243 | java | package com.web.SpringService.repositories;
import org.springframework.data.jpa.repository.JpaRepository;
import com.web.SpringService.domain.ItemPedido;
public interface ItemPedidoRepository extends JpaRepository<ItemPedido, Integer> {
}
| [
"jonasmourat9090@gmail.com"
] | jonasmourat9090@gmail.com |
d2244ab7e27d4ac3e8758c7ef5e851ca356031a8 | ddcfaadf222bfb485ecc711dc518c07f2c420c96 | /sampleapplication14/src/main/java/com/fastcode/sampleapplication14/restcontrollers/core/RoleController.java | c752d8236b6dbe1471a690c737705d9063dbde2e | [] | no_license | fastcoderepos/u3-sampleApplication1 | 9bf50ae68a8475e6f1e08e14d66f1f8fc050412f | 90cf3678b28221666848f54ec0c5d5320a386d93 | refs/heads/master | 2023-06-27T13:55:52.251444 | 2021-07-28T14:42:22 | 2021-07-28T14:42:22 | 390,385,879 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,845 | java | package com.fastcode.sampleapplication14.restcontrollers.core;
import lombok.NonNull;
import lombok.RequiredArgsConstructor;
import javax.persistence.EntityNotFoundException;
import javax.validation.Valid;
import org.springframework.security.access.prepost.PreAuthorize;
import org.springframework.beans.factory.annota... | [
"info@nfinityllc.com"
] | info@nfinityllc.com |
dcd1c74fa121b1ba946f25a32f14d31caa89d67f | 2b2fcb1902206ad0f207305b9268838504c3749b | /WakfuClientSources/srcx/class_13052_WT.java | 3a8c3ddb19a60b90c3733a3767e9a65c04564842 | [] | no_license | shelsonjava/Synx | 4fbcee964631f747efc9296477dee5a22826791a | 0cb26d5473ba1f36a3ea1d7163a5b9e6ebcb0b1d | refs/heads/master | 2021-01-15T13:51:41.816571 | 2013-11-17T10:46:22 | 2013-11-17T10:46:22 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 585 | java | import java.util.ArrayList;
import javax.swing.JFrame;
class WT
implements Runnable
{
WT(tr paramtr)
{
}
public void run()
{
if (beV.a(this.cGH.bdH) != null)
beV.a(this.cGH.bdH).b(this.cGH.bdH.dYL, this.cGH.bdH.aUq);
StringBuilder localStringBuilder = new StringBuilder("PSys Debug ").append(... | [
"music_inme@hotmail.fr"
] | music_inme@hotmail.fr |
42868d66c8fdd7bf64c72dd0372a100637552063 | 6cdc4f13607436a8b8fe23a5e88c86b27d855cf9 | /app/src/main/java/com/akzaki/mycontacts/util/UserManage.java | 2561a09ed333a431192f995a02cdb3dc66e67642 | [] | no_license | teamteam321/Contacts | 3ebe4433397e39046f5b976f6ad68ec6267cf628 | 43afe9e9ccd645aa752fd9e65f0842eea6999bbf | refs/heads/master | 2023-01-18T21:54:51.033875 | 2020-11-21T20:05:50 | 2020-11-21T20:05:50 | 314,835,572 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 536 | java | package com.akzaki.mycontacts.util;
import com.akzaki.mycontacts.model.User;
public class UserManage {
public static User[] sortUser(User[]arr){
User [] nnn = arr;
User temp;
for(int e = 0;e<arr.length-1;e++){
for(int r = e+1;r<arr.length;r++){
if(arr[e].firstN... | [
"36959658+teamteam321@users.noreply.github.com"
] | 36959658+teamteam321@users.noreply.github.com |
994a86210ea15b0dcd4eae952f40e982d7fd4bf6 | b7b81f001e661ce6ee5e26ae76fd21d7cedf0fa9 | /src/main/java/com/desafio/spring/exceptions/ProductNotFoundException.java | 28ac998aaca766241400fbf9f5f23f1ec581a7d6 | [] | no_license | pgaudenzi/desafio_spring | 6ee42600e4b288a963182f2475b7834ff5674e36 | 914b156e8dd066043cdb0b77a0d5d64eaf2bcb82 | refs/heads/main | 2023-03-31T22:31:24.141717 | 2021-04-14T21:53:02 | 2021-04-14T21:53:02 | 355,210,101 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 211 | java | package com.desafio.spring.exceptions;
public class ProductNotFoundException extends Exception {
public ProductNotFoundException(int id) {
super("El producto con ID " + id + " no existe");
}
}
| [
"pgaudenzi@ar0c02dx29zml85.fibertel.com.ar"
] | pgaudenzi@ar0c02dx29zml85.fibertel.com.ar |
794e6e7b8c3f20b0399d30f4761c9cbff4243ec8 | fc57e22585ec8a653c1b45f3c06a346dd6eb01cf | /src/convex_hull/Main.java | fc1769d2ad6ece7973fd3575555439305a8d53ea | [
"MIT"
] | permissive | CristianAbrante/QuickHull | b65c30d621e8d7a0305b3d1b13c1e64890e26d7f | 2095e4805c9f4e6edaa26795a520001447b29443 | refs/heads/master | 2020-03-20T15:16:03.151146 | 2018-06-17T15:59:25 | 2018-06-17T15:59:25 | 137,506,486 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,223 | java | /**
*
*/
package convex_hull;
import java.awt.geom.Line2D;
import java.awt.geom.Point2D;
import java.util.ArrayList;
/**
* <h2>Main</h2>
*
* @author Cristian Abrante Dorta
* @company University Of La Laguna
* @date 22/04/2018
* @version 1.0.0
*/
public class Main {
/**
* @param args
*/
public ... | [
"alu0100945850@ull.edu.es"
] | alu0100945850@ull.edu.es |
6d678413741fa5d8e64bde02acdfa9e6de22b41a | c7df6c7df0098289b51f0a8791c3a57ec37eaef8 | /src/java/Dao/tanimlarDAO.java | 6f9283809aca79f6cad9d175010d78dee3e3f9e8 | [] | no_license | SaidKaygisiz/ClassManagementSystem | 984615b88e4f76cb1cdaa763a7dcd87b8161ad81 | d54df03a8a1bd349fc27146efb71ba0155cfe195 | refs/heads/master | 2022-12-08T05:11:20.354086 | 2020-08-30T15:58:15 | 2020-08-30T15:58:15 | 291,501,754 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,148 | java | package Dao;
import Entity.tanimlar;
import Util.DBConnection;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.Calendar;
import ... | [
"noreply@github.com"
] | noreply@github.com |
ed976b5a3a04820e6497ac8ff0f4b784dc52232a | bf9ef236d7e07d66cbf9c7256a68cff825f15b04 | /Titanic_API/titanic/src/main/java/com/egen/titanic/service/AddressService.java | 0e3b2d93d4a2694bbd49b76036fdcd89c9147a25 | [] | no_license | vishwajith1/titanic | c45f6968a6850380d3a750510bf9bd0abeadad67 | 69d230563b0f1b17ff2eafd64febb9943961f4c9 | refs/heads/main | 2023-03-16T21:46:25.855456 | 2021-03-02T15:50:05 | 2021-03-02T15:50:05 | 343,620,043 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 338 | java | package com.egen.titanic.service;
import com.egen.titanic.entity.Address;
import org.springframework.stereotype.Service;
import java.util.Optional;
@Service
public interface AddressService {
public Optional<Address> getById(Integer id);
public Address saveOrUpdate(Address address);
public void deleteBy... | [
"vishwajithmatad@gmail.com"
] | vishwajithmatad@gmail.com |
cb347384ba984530718a48944c0e80385aa892dd | 4f438e81ebd051e9fb3b4cdfd04c08636c3a386d | /src/musichub/util/ElementXML.java | 4867d0f5c4c999f10079c44262ca1744a93c58ff | [] | no_license | BankaiOnegai/JMUSICHUB | a1f95196631e03e23a0e71f23ac252bc661daf8f | 4ce56aebbf6aabed3f1c85f05ccd92b118dcde5c | refs/heads/main | 2023-04-09T10:57:35.975256 | 2021-04-16T18:02:27 | 2021-04-16T18:02:27 | 358,680,833 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,260 | java | /**
* Definition du package util
*/
package src.musichub.util;
/**
* Import des packages necessaires a l'utilisation de notre Class
*/
import src.musichub.business.*;
import javax.xml.parsers.*;
import javax.xml.transform.*;
import javax.xml.transform.dom.DOMSource;
import javax.xml.transform.strea... | [
"raph99.rph@gmail.com"
] | raph99.rph@gmail.com |
588f3bcb6ccbc29064e97bb9eda151456cf3ca00 | 49ce7ed3bdd0031df115ddd7119c64cb273a7fcc | /src/main/java/com/haier/service/impl/ImportServiceImpl.java | f386a074a21a782c619f01fcb7f52c4957717019 | [] | no_license | lishanghan/easyAuto | c1d2aed64ecab4a5a7abd3ad849bacf7b44f43b4 | 17991a76f337a1e4963a68a68c2128bb7ea0015e | refs/heads/master | 2020-04-16T22:23:43.570853 | 2019-02-17T15:39:00 | 2019-02-17T15:39:00 | 165,965,805 | 4 | 2 | null | null | null | null | UTF-8 | Java | false | false | 20,822 | java | package com.haier.service.impl;
import com.alibaba.druid.support.json.JSONUtils;
import com.alibaba.fastjson.JSONArray;
import com.alibaba.fastjson.JSONObject;
import com.haier.enums.*;
import com.haier.exception.HryException;
import com.haier.mapper.TserviceMapper;
import com.haier.po.*;
import com.haier.service.*;
i... | [
"lishaghan@kjtpay.com.cn"
] | lishaghan@kjtpay.com.cn |
a8493dccacc57ed921722d403ac8f2df2878cd4f | 9ea2f84d5241a4761f5c2c9d3a65bf186502815b | /code/demo/IDesignPattern/structural/Decorator/src/main/java/cn/i/xportal/jdp/decorator/printinvoice/SalesOrder.java | 379c84076c7007ae6cf3690efd101ea6b71bab94 | [] | no_license | icesx/IResearch | ffee22cd5846df11ffc9e4bdd22305b753def2c3 | 8349098219f062e07fa0eab6122503eb72d94223 | refs/heads/master | 2022-11-28T22:29:00.062512 | 2021-09-03T02:04:33 | 2021-09-03T02:04:33 | 120,061,918 | 0 | 0 | null | 2022-11-16T00:53:13 | 2018-02-03T05:19:16 | Java | UTF-8 | Java | false | false | 162 | java | package cn.i.xportal.jdp.decorator.printinvoice;
public class SalesOrder extends Order {
public SalesOrder() {
}
public void print() {
super.print();
}
}
| [
"chengtao@ithink"
] | chengtao@ithink |
168c902852b7c0c8f899fd1b635278b68c6cc3d9 | da39432f3c0f93567c576a42211a56e871ea9239 | /workspace_comp/CompUeb1/src/classes/ScannerImpl.java | 15528a20398e2a12abd16690265c78a232346cd2 | [] | no_license | Miluba/Kompilerbau | 061820ea725ea83ecc2d566450d6f23448adbf72 | 2724a784b62847af68830e940ee6e66083278bad | refs/heads/master | 2021-01-22T06:06:20.938815 | 2012-05-14T08:56:16 | 2012-05-14T08:56:16 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,449 | java | package classes;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.regex.Pattern;
import interfaces.Scanner;
public class ScannerImpl implements Scanner {
private char[] eingabe = null;
private String lexem = "";
private int arrayPosition = 0;
public ... | [
"johannes-merz-2006@web.de"
] | johannes-merz-2006@web.de |
0934b31791b21b57d3fe8125e150fbfa6680abf9 | e0cc36833a32623f2ccafb27142cdd3afd5c8083 | /producer/src/main/java/testdemo/fanout/FanoutProducerTest.java | e1aee9a8a3b8ee7bcfa670decc80829d332c2df8 | [] | no_license | guopy666/rabmqdemo | 29d3ce00a33af2af7d4778c8d753e6df0dd6ec65 | 8d8f0213cfb7459e3fef9c3744aa1ce868a04836 | refs/heads/master | 2021-05-18T13:03:42.893398 | 2020-03-30T09:16:10 | 2020-03-30T09:16:10 | 251,253,969 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,465 | java | package testdemo.fanout;
import com.rabbitmq.client.Channel;
import com.rabbitmq.client.Connection;
import utils.RabbitMQUtil;
import java.io.IOException;
import java.util.concurrent.TimeoutException;
/**
* @Description: 订阅模式
* @author: guopy
* @Date: 2020/3/28 17:49
* @version: v1.0.0
*/
public class FanoutPro... | [
"guo_pengying@163.com"
] | guo_pengying@163.com |
b6343f682ed2e4600de681700cf219aa74e490da | d1baebfdb5870888b69f7f04ebdea49ec70367bb | /java/Q5_1/Main.java | 5198496f43155a8f690344f32571933e752fc25b | [] | no_license | kimcww/leetcode | 0c15c7d5fd66e82aaeb4ee81bcc4e1a7251f17ae | 21e04fe6a1659c320e53d323d11052ad08d48c46 | refs/heads/main | 2023-08-29T07:49:33.795834 | 2021-10-15T11:37:28 | 2021-10-15T11:37:28 | 330,284,586 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 716 | java | import java.util.*;
public class Main {
public static void main(String[] args)
{
Scanner in = new Scanner(System.in);
String input = in.next();
Stack<Character> data = new Stack<Character>();
for(char c : input.toCharArray())
{
if(c == '(')
... | [
"kimcww@github.com"
] | kimcww@github.com |
1049e78d6cc370ffbde84acf4d147f8d9e4ae021 | 42f198fb0317d9ba2611be5373c55fc3aa17a4a2 | /src/chatbot/ChatBot.java | 323bdb4c775137b03922984e3af35a1ed27ec78d | [] | no_license | cyborg18/Chat-Bot | a92ccf38c39273cf8e01f44fe6de0a43c0af231e | 2c14771880e29f68a2cead8c101e620c9c269ae1 | refs/heads/master | 2020-12-24T19:46:30.429843 | 2016-05-24T05:06:25 | 2016-05-24T05:06:25 | 59,542,028 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,007 | java | package chatbot;
import javax.swing.JFrame;
import javax.swing.JPanel;
import javax.swing.JTextArea;
import javax.swing.JScrollPane;
import java.awt.Color;
import java.awt.event.KeyListener;
import java.awt.event.KeyEvent;
import java.lang.Math;
public class ChatBot extends JFrame implements KeyListe... | [
"saitejareddy26@gmail.com"
] | saitejareddy26@gmail.com |
43cd40f21d2117ebd15947cf1731c4c9c20ee4c6 | f5bc2d398b15700beff987a528fa8a4315faed3e | /apps/orchestrator/web/src/main/java/org/onosproject/orchestrator/dismi/primitives/extended/DelayConstraintExtended.java | e28df5e544fcac3321293eae1ad7e47a4c34f023 | [
"Apache-2.0"
] | permissive | ACINO-H2020/network-orchestrator | 6dc73109589b0cc95e28d58f1f8fffbd9b2d4d16 | 33bafd60caf868e3d9e3353f0c34654771cc00f7 | refs/heads/master | 2021-04-18T21:35:40.730336 | 2018-04-10T17:41:25 | 2018-04-17T14:55:09 | 126,780,637 | 1 | 2 | null | null | null | null | UTF-8 | Java | false | false | 3,961 | java | /*
* Copyright (c) 2018 ACINO Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or a... | [
"info@acino.eu"
] | info@acino.eu |
de763239f4983696c142177461b0f9e29e358954 | 907797579a1b24481538a618dd406ee50da2031f | /src/dao/Seance_GroupeDAO.java | 59d05974b72c2d05e49082c686e23da2c97c89ca | [] | no_license | DominikCarbon/TimeTable | 5f47a32b61903a677467f049f91d910383d885d9 | 76095f4bea80ac586c04ed87016cd4c1a80093c5 | refs/heads/master | 2022-10-17T13:16:05.807482 | 2020-06-07T21:48:58 | 2020-06-07T21:48:58 | 268,539,595 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,590 | 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 dao;
import static dao.DAO.stmt;
import java.sql.SQLException;
import model.Seance_Groupe;
import java.util.ArrayLis... | [
"tescelin.hanoteaux@edu.ece.fr"
] | tescelin.hanoteaux@edu.ece.fr |
701a972f5aac15529fa4f9d98e5175ff33d095f5 | 97561bfc5238f2fd6b4fbe5bb5e7d1d78e1bc3de | /nitrite/src/main/java/org/dizitart/no2/internals/IndexingService.java | 9de42c07d11dc0780409cb4474eaddf611e53941 | [
"Apache-2.0"
] | permissive | mmariuzzo/nitrite-database | 23a495f046dfc184b695ca97ec5aedf16a9dbdb0 | 36aa3a64e9b80f9b33274f0d5068357de55afbba | refs/heads/master | 2022-04-13T16:10:27.090621 | 2020-03-25T18:19:41 | 2020-03-25T18:19:41 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 16,746 | java | /*
*
* Copyright 2017-2018 Nitrite 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 ap... | [
"anidotnet@gmail.com"
] | anidotnet@gmail.com |
2f1ab3ec7eb4f3815c6adea15e8afec8210b8dd9 | ab4bfb431ddc0083037514a460820311fc8d40c9 | /cloud-eureka-server7002/src/main/java/com/atguigu/springcloud/EurekaMain7002.java | 53f3cc4cc2aed064f41709d2d62346371cb3ec19 | [] | no_license | Xfengjin/springcloud-source | 002a297694aa5b9b9df1da9bd3fef6bf72074b11 | f8d3ee000c2916da9ebfeae65b1a676ebeda449e | refs/heads/master | 2023-02-02T08:11:22.506472 | 2020-12-22T05:47:13 | 2020-12-22T05:47:13 | 323,532,397 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 489 | java | package com.atguigu.springcloud;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.cloud.netflix.eureka.server.EnableEurekaServer;
/**
* @author fengjin
* @Slogan 致敬大师,致敬未来的你
*/
@SpringBootApplication
@EnableEurekaServ... | [
"fengjin@noahsi.con.cn"
] | fengjin@noahsi.con.cn |
043e22f8d471b57ee8cea5ae31583716a23ffa55 | 09126842e0e884e87e343e495559dbdb61f0fd34 | /src/com/readbook/pojo/RbWish.java | aed64a3552b1b7cc484335684040833d6f4f4b4a | [] | no_license | Caikanghua/ReadBook | 8a08813278fdf2cedf43f84d2f2560535b8ad7e9 | 628b1ccbbbd1c98b6885a19588e0999aa13e9008 | refs/heads/master | 2020-03-30T15:38:30.788296 | 2019-03-12T12:35:37 | 2019-03-12T12:35:37 | 151,372,587 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,681 | java | package com.readbook.pojo;
import java.util.Date;
public class RbWish {
private Integer wishId;
private String userId;
private String bookName;
private String pubHouse;
private String wishDetail;
private Integer hasCheck;
private Date wishDate;
private String author;
public... | [
"1247958670@qq.com"
] | 1247958670@qq.com |
b52d7c1345d81a09f4df3db1fb15430d89e1a3dc | 7cdd1b618fe8a8afb7520f7cbc98eaf8cf154466 | /SpringFrameWork5_BeginnerToGuru/jokes-app/src/main/java/be/vdab/jokesapp/services/JokeService.java | d4eefdb99bf6cf36502329daba453be75eb2e088 | [] | no_license | Goos0018/Udemy_Courses | bd7f8802fa409c8f00a70d13e27b3210d8955d36 | bbe42f214bdc37486fffb855ffd0aa30f99d612f | refs/heads/main | 2023-02-19T02:26:41.623381 | 2021-01-13T07:47:43 | 2021-01-13T07:47:43 | 316,442,715 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 92 | java | package be.vdab.jokesapp.services;
public interface JokeService {
String getJoke();
}
| [
"goosthomas@gmail.com"
] | goosthomas@gmail.com |
7fb789f8e9a23b95348bae892582ace2bd762f68 | 8f103c8a2424f0e869fc2df3e2b4a74454bac6be | /Fridge Reminder/src/edu/calpoly/cpe409/fridgereminder/ExpirationDatabase.java | e290ea7c898514a7930ff8c5bd9f6431aebc79ea | [] | no_license | hitesh24by365/Fridge-Reminder | 41a5dade48477854627dbcafd3488f612280f47e | 8c9a78b3124ba36084f8ebaf6c07acd36a1172b9 | refs/heads/master | 2021-01-16T17:42:29.047877 | 2011-10-16T22:28:00 | 2011-10-16T22:28:00 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,714 | java | package edu.calpoly.cpe409.fridgereminder;
import java.io.IOException;
import java.io.InputStreamReader;
import java.io.UnsupportedEncodingException;
import java.net.MalformedURLException;
import java.net.URL;
import java.net.URLEncoder;
import java.net.UnknownHostException;
import java.util.Scanner;
import android.c... | [
"sejuhong@gmail.com"
] | sejuhong@gmail.com |
6093f25bdc2c0b30d6ee6b9d1771eed67dd48e58 | c0314f5ae0b5f9897f4d11c75d62880671e0ec8c | /source/utils.atv/src/main/java/ru/ps/vlcatv/utils/json/JSONException.java | e9893618293a115ff8ed307e6c21e791368ae597 | [
"MIT"
] | permissive | CloneTV/VLC-TV-Remote | 1e1ccf7bf940387cc7d63e183f418551142cd4b8 | 50539a0fab02622cf175f6eca15ffcfc4e3a1ef2 | refs/heads/master | 2021-05-20T10:23:35.721008 | 2021-03-07T10:16:33 | 2021-03-07T10:16:33 | 252,246,482 | 8 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,235 | java | package ru.ps.vlcatv.utils.json;
/*
Copyright (c) 2002 JSON.org
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, modify, ... | [
"clon@gmail.net"
] | clon@gmail.net |
f8b89de4c6abd255e408d1bc6a19158a3dfd57ad | a6a0473ebbc108cf68de124c9a42d53a6713db33 | /src/br/com/siseduc/controller/FuncionarioController.java | a7a2897b11ae0b67adef466e2ebe79c1285e7d5d | [] | no_license | wjuanps/SistemaEscolar | f923719b014e7eeaa614d24b24eb4d447052447c | e8a667b2a349cecdd16fb9cbaa598db4d952d670 | refs/heads/master | 2020-05-19T02:59:26.850284 | 2020-02-10T19:43:47 | 2020-02-10T19:43:47 | 184,790,133 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 33,433 | 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 br.com.siseduc.controller;
import br.com.siseduc.model.bo.EscolaBO;
import br.com.siseduc.model.bo.FuncionarioBO;
imp... | [
"wjuan.ps@gmail.com"
] | wjuan.ps@gmail.com |
94d5092d19a70df6540ea1324a70b01b737f8c1d | 6a7cadae205b5c054bb8c04453f50e8777f30b96 | /xkjava-framework/src/main/java/me/ixk/framework/ioc/injector/DefaultPropertyInjector.java | f29eb79ca21beba8724f6a3b1d7215c5a4e3d06d | [
"Apache-2.0"
] | permissive | melodyjerry/xkjava | 053c22882c14e117d6a5614598247541e1b46bdf | 4743497edeadb64bb409384b5ee42625d8b5c523 | refs/heads/master | 2022-12-29T17:48:23.268539 | 2020-10-09T02:30:52 | 2020-10-09T02:30:52 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,547 | java | /*
* Copyright (c) 2020, Otstar Lin (syfxlin@gmail.com). All Rights Reserved.
*/
package me.ixk.framework.ioc.injector;
import cn.hutool.core.bean.BeanUtil;
import cn.hutool.core.util.ReflectUtil;
import java.beans.PropertyDescriptor;
import java.lang.reflect.Field;
import java.lang.reflect.Method;
import me.ixk.fr... | [
"syfxlin@gmail.com"
] | syfxlin@gmail.com |
06f99ee4c22e3deb23e3ed711b9a3ecd44e85c29 | 5c611a36867615919a23193652847a866b4a5bdb | /src/test/java/com/egobob/dsandalgos/TestUtil.java | a17a3198a7a51dbe165322ead21f963858cf412a | [] | no_license | EgorBobrov/dsandalgos | 954712d445be9939c01909b7157e8e55d6b6eb58 | 4a5735654a27c01c954926ff6bb4c0320dade3f1 | refs/heads/master | 2020-12-18T14:35:52.343901 | 2020-01-22T19:16:01 | 2020-01-22T19:16:01 | 235,421,731 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,510 | java | package com.egobob.dsandalgos;
import java.util.Arrays;
import java.util.Random;
public final class TestUtil {
private static final Random RANDOM = new Random();
public static Integer[] generateIntArray() {
return generateIntArray(40);
}
public static Integer[] generateIntArray(int size) {
... | [
"egorbobrov1776@gmail.com"
] | egorbobrov1776@gmail.com |
161c53b6845740064f88f23267e16ced47eb72ea | 585dfe45379f3499fcaa20fb28f59081ac863973 | /src/javascriptExecutor_Examples/javascriptExecutor_Example_3.java | 97b693cc0a70b313ac840513910a56ed95613f5e | [] | no_license | UserTest30/SeleniumBasics | de0bc265fe2ccd358f4113434c0496dad6168ad7 | 0db7c57b8b3a4a752215d53ef2c944d2b6630467 | refs/heads/main | 2023-06-07T08:29:31.489465 | 2021-07-03T10:35:24 | 2021-07-03T10:35:24 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 811 | java | package javascriptExecutor_Examples;
import org.openqa.selenium.By;
import org.openqa.selenium.JavascriptExecutor;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.chrome.ChromeDriver;
public class javascriptExecutor_Example_3 {
public static void main(String[]... | [
"knowledgeshare.technologies@gmail.com"
] | knowledgeshare.technologies@gmail.com |
bbeb9bc54239f82e85b1c9177ef1c17b68929a1e | c9e911c067753c68a63217550e85757f24914e3f | /src/main/java/fun4/nonogrambackend/security/WebSecurity.java | 5e9ecd2d850c804f987a0607d2b25db9342f44db | [] | no_license | arjen0203/Nonogram-Backend | b59d5acfbe662ff3bcc1213a7bc8b62cd0b6bd41 | d037e6e5d0b7fba64abd029c889bdfc9c6ab3dae | refs/heads/master | 2021-04-01T17:41:05.998738 | 2020-06-02T17:00:02 | 2020-06-02T17:00:02 | 248,202,857 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,595 | java | package fun4.nonogrambackend.security;
import fun4.nonogrambackend.services.UserDetailsServiceImpl;
import org.springframework.security.config.annotation.authentication.builders.AuthenticationManagerBuilder;
import org.springframework.security.config.annotation.web.builders.HttpSecurity;
import org.springframework.sec... | [
"arjenmeer@hotmail.nl"
] | arjenmeer@hotmail.nl |
2866f78d5c13f58ea0aab9d20709634e28c788ed | 14e8be4acdcc0cfbde9f8a85fa2579c793a0ed4d | /src/main/java/web/tasks/companies/CreateCompany.java | 44d66e3a1c483d684d2b62cbfba4f893443dd57e | [] | no_license | dhtien/serenity-web | 75bbdd05a0d75350cfde5e3822968af1b0ac883f | 0a955e13b32f2c35a7c2430e49fd1f56504f4b57 | refs/heads/master | 2023-05-09T06:27:32.238228 | 2021-05-31T11:03:43 | 2021-05-31T11:03:43 | 372,474,520 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 518 | java | package web.tasks.companies;
import net.serenitybdd.screenplay.Task;
import net.serenitybdd.screenplay.actions.Click;
import net.serenitybdd.screenplay.actions.Enter;
import static web.ui.CompaniesPage.*;
public class CreateCompany {
public static Task withName(String comapnyName) {
return Task.where("... | [
"baovu333@gmail.com"
] | baovu333@gmail.com |
7deba8165b521181ea2d8d0b4014bc37568e9aed | ba828ee5674646138c7b6818c22e72e4dbf0e46b | /app/src/main/java/com/danieldonato/olxclone/activity/DetalhesProdutoActivity.java | 28661d0d6833bd5154a154770b9df7e04ae04612 | [] | no_license | DanielDonato/olx-clone | d0459cb960e8fbfae9d09caac231092a4d51fcb1 | 7ef7a4206ebf96057c18ff5c95e9b851fa93307e | refs/heads/master | 2020-09-29T07:32:29.859240 | 2019-12-09T23:26:38 | 2019-12-09T23:26:38 | 226,987,649 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,376 | java | package com.danieldonato.olxclone.activity;
import android.content.Intent;
import android.net.Uri;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.ImageView;
import android.widget.TextView;
import com.danieldonato.olxclone.R;
import com.daniel... | [
"daniel_donato10@yahoo.com.br"
] | daniel_donato10@yahoo.com.br |
6183ef9be5d09e7bc712df9d0e9ba1ee16bd7efd | 61e627d9ab083a019bec946149a22e7a0177b043 | /biz-framework/biz-framework-component-payment/src/main/java/org/yoara/framework/component/payment/support/AddservicePayTypeEnums.java | 22b89b9c9a64548e5acd0c6e3e1ad25eeb67826c | [] | no_license | yoara/web-old-infra | 95f6b60d23d73d910d3f6c398591c88b0bb71fd1 | b4fd76d4238821fd96df0b9dbd6cf63515f404bc | refs/heads/master | 2022-07-25T20:17:00.482401 | 2019-03-11T02:57:46 | 2019-03-11T02:57:46 | 174,911,258 | 0 | 1 | null | 2022-07-07T22:51:43 | 2019-03-11T02:28:02 | Java | UTF-8 | Java | false | false | 249 | java | package org.yoara.framework.component.payment.support;
public enum AddservicePayTypeEnums {
ALIPAY("支付宝"),
WECHAT("微信");
public final String desc;
AddservicePayTypeEnums(String desc) {
this.desc = desc;
}
}
| [
"yoara@126.com"
] | yoara@126.com |
3f637c34b1aa7f4ff5979d5cee4017c8dfbbd248 | bc9864fe146c85bbc86191fb2ea69525fbfbd17f | /tport/src/main/java/com/spaceman/tport/commands/tport/Sort.java | e492a5cd3c212f3dd6cf6ec540f7402a3d254dfb | [
"MIT"
] | permissive | JasperBouwman/TPort | 5f0cfb25a7237a95406cafc12d8d21ee40bf4776 | 70b0a271d9786632c478e116b65293618d22205a | refs/heads/master | 2023-08-25T18:38:20.072325 | 2023-08-14T21:26:42 | 2023-08-14T21:26:42 | 99,251,553 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,929 | java | package com.spaceman.tport.commands.tport;
import com.spaceman.tport.Pair;
import com.spaceman.tport.inventories.ItemFactory;
import com.spaceman.tport.inventories.TPortInventories;
import com.spaceman.tport.commandHandler.ArgumentType;
import com.spaceman.tport.commandHandler.EmptyCommand;
import com.spaceman.tport.c... | [
"jphbouwman@gmail.com"
] | jphbouwman@gmail.com |
91569592d75c8222c2298ae8eb9d023504d28a93 | 5cca9df309f4ecfaaf6e2428b15a7c3f4222e52d | /src/main/java/com/wangzhu/component/api/annotation/RpcComponentScan.java | 17440e69f271e9366a956da60d0aed2089ec1a10 | [] | no_license | qingyezhu/SpringBootWeb | 855b2b5ac96cbd0a81458b93902c31a0dfb856c0 | e853bd91c4bd9feb67f87259bead4b480c67153c | refs/heads/master | 2023-05-08T14:52:53.444324 | 2021-05-28T12:32:26 | 2021-05-28T12:32:26 | 329,239,838 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 632 | java | package com.wangzhu.component.api.annotation;
import com.wangzhu.component.wrap.RpcComponentScanRegistrar;
import org.springframework.context.annotation.Import;
import org.springframework.core.annotation.AliasFor;
import java.lang.annotation.*;
/**
* Created by wang.zhu on 2021-05-28 19:51.
**/
@Target(ElementType... | [
"wang.zhu@immomo.com"
] | wang.zhu@immomo.com |
fadceabc74585652a5014ac5935d229a4765b547 | 345c4045ac0d4059700c8e12241d7b798d46ec70 | /spring-demo-AOP/src/co/com/david/aopdemo/aspect/before/MyApiAnalyticsAspect.java | 64b13436e081a100d2d5219b80a83f27ce57142e | [] | no_license | csdavidg/SpringBest | f6edb5f600acb3787264dbe189fc2b95db4526a0 | fdb645f1edfb322f84699bf4d80e57eef7ae6cac | refs/heads/master | 2022-12-24T09:02:48.514722 | 2019-06-14T20:09:28 | 2019-06-14T20:09:28 | 189,491,116 | 0 | 0 | null | 2022-12-16T00:39:58 | 2019-05-30T22:34:28 | JavaScript | UTF-8 | Java | false | false | 633 | java | package co.com.david.aopdemo.aspect.before;
import org.aspectj.lang.annotation.Aspect;
import org.aspectj.lang.annotation.Before;
import org.springframework.core.annotation.Order;
import org.springframework.stereotype.Component;
//@Aspect
//@Order(2)
//@Component
public class MyApiAnalyticsAspect extends MajorAspect{... | [
"cristian.sanchez@globant.com"
] | cristian.sanchez@globant.com |
49c30da1e234953340d5974aa889eae35cdd0733 | b00ace991cc3b72ee90d4b03b512a1cec75a3935 | /native-platform/android/LibUU/app/src/main/java/qiong/mylib/libuu/UUHelper.java | 94e21929d9c02932f1b9b6ec39b4dc04eedb9b84 | [
"MIT"
] | permissive | sric0880/unity-framework | 82fed30f791d18d668f3d1dd2c8bab3cbad4d384 | bf27ea2997ef4ae92f0ab58bf13d72e1a3425d74 | refs/heads/master | 2021-04-26T16:13:41.878550 | 2018-02-10T15:46:50 | 2018-02-10T15:46:50 | 70,407,615 | 2 | 2 | null | 2017-05-04T08:51:53 | 2016-10-09T14:15:13 | C# | UTF-8 | Java | false | false | 1,595 | java | package qiong.mylib.libuu;
import android.content.Context;
import android.content.pm.ApplicationInfo;
import android.content.pm.PackageManager;
import android.content.res.AssetManager;
import java.io.File;
/**
* Created by qiong on 16/10/22.
*/
public class UUHelper {
static {
System.loadLibrary("uu"... | [
"lzqiong@gmail.com"
] | lzqiong@gmail.com |
8a98e89a66594d8cdd49939b1cf5a57bdf6848f0 | 99824951e16658219b3136b0dd059c1d20d6d67d | /src/main/java/uk/org/whoami/authme/task/MessageTask.java | 5f4ae275ce306b49228dd11284c20a9867befa4e | [
"Apache-2.0"
] | permissive | minecraftkyle457/AuthMe-Reloaded | 08f97c8141b5a776ce39263f750e14789c2e3a62 | f3e6a1cf639f0bd0ce2fcd041aed4802699cc4b3 | refs/heads/master | 2021-01-17T22:37:50.284774 | 2012-08-08T21:32:35 | 2012-08-08T21:32:35 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,744 | java | /*
* Copyright 2011 Sebastian Köhler <sebkoehler@whoami.org.uk>.
*
* 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
*
* Unle... | [
"st3fan_01@hotmail.com"
] | st3fan_01@hotmail.com |
98f87bdeae06f9952aa152ca019540a44c424683 | c2aa7652067f30d6fee3cb992cd2017432b5cc89 | /src/main/java/com/xym/bean/Cat.java | 45a9758967e1f5cf568c0b6a3dffcd4b6eb198b1 | [] | no_license | aikf/springannotationnote | dbf0e8a8df83492e8c35be25041f223bbc0c6602 | ac61dae6d95d77b3f27b619b2e7bb7a0b1b40a97 | refs/heads/master | 2020-04-07T20:47:48.872078 | 2018-11-22T13:28:51 | 2018-11-22T13:28:51 | 158,703,635 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 650 | java | package com.xym.bean;
import org.springframework.beans.factory.DisposableBean;
import org.springframework.beans.factory.InitializingBean;
import org.springframework.stereotype.Component;
/**
* @ClassName Cat
* @Description TODO
* @Author ak
* @Date 2018/11/22 下午2:24
* @Version 1.0
**/
@Component
public class Ca... | [
"aikfes@gmail.com"
] | aikfes@gmail.com |
7eea92ee491851fa0658e7a39f1f5bc9d6fe5988 | 786a40ce8dbaf2ffe460936eead8f8ba210251c7 | /android/app/src/main/java/com/sweeprtest/MainApplication.java | 8bb36d6d586282399c4343ce0eb718561255205a | [] | no_license | lee197/ReactNative-MoneyConverter | 4538bed1e3fea70e35dd06fd58e24756fb6f7097 | c27c1e2a62777cad81e8006a5bd6d3cdd4f8f5e8 | refs/heads/master | 2023-01-08T07:56:45.253876 | 2020-02-20T13:05:08 | 2020-02-20T13:05:08 | 240,616,785 | 0 | 0 | null | 2023-01-05T07:50:11 | 2020-02-14T23:34:38 | JavaScript | UTF-8 | Java | false | false | 2,277 | java | package com.sweeprtest;
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.reflect.I... | [
"lee5187415@gmail.com"
] | lee5187415@gmail.com |
661df3eb77acdd80d06a65b32095620234b8562c | f1bd14d06f6c50d4854808101e2d152cc42c832a | /src/main/java/me/blayyke/reflex/command/commands/utilities/CommandGuildInfo.java | 51d088200cdb8e5e0bada34bf9d919dd731747de | [] | no_license | Chiearf-Chaotic/Reflex | e0f84acd466779222a9b4af872917d54968cfc63 | 789068ad0a620d7ff2440f42c578410f23b6fde6 | refs/heads/master | 2021-09-08T19:11:48.275807 | 2018-03-02T08:27:14 | 2018-03-02T08:27:14 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,801 | java | package me.blayyke.reflex.command.commands.utilities;
import me.blayyke.reflex.command.AbstractCommand;
import me.blayyke.reflex.command.CommandCategory;
import me.blayyke.reflex.command.CommandEnvironment;
import me.blayyke.reflex.utils.UserUtils;
import net.dv8tion.jda.core.EmbedBuilder;
import net.dv8tion.jda.core.... | [
"blakeredenius@gmail.com"
] | blakeredenius@gmail.com |
033d9085e1df5e673e43c1570fa704945be4c9be | c079d0a6da15d811f9c0668ce761b6c3dcbea182 | /src/com/dao/interfaces/InterfSocieteDao.java | 8da4833edad3868a2144a5135fa80d4ffa8387d5 | [] | no_license | ouaddioussama/GestFerme | ec685477e734892c64aff07689404bff8a23b919 | 957734fa9e185c9972d2c4c1790c7fbb65ef20bb | refs/heads/master | 2022-01-10T04:46:12.082774 | 2019-06-08T18:40:30 | 2019-06-08T18:40:30 | 186,079,830 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 123 | java | package com.dao.interfaces;
import com.entities.Societe;
public interface InterfSocieteDao extends InterfDao<Societe> {}
| [
"oussama.ouaddi@gmail.com"
] | oussama.ouaddi@gmail.com |
4295faf3fe26d69bb2fe410701e664c23a13612e | fc7b5226eca010a3f6f22185c4349bab4246cf76 | /02-java-oop/03-zoo-keeper-pt1/ZooKeeper1/GorilaTest.java | aed83d3f8a472617e4923bc5af0113112249ca81 | [] | no_license | java-july-2021/tahmin-assignments | 60f346176d21b6927f1ed5d47c213474ca6789ea | 6ed557e6e953b407fada944d4862802d4600a75c | refs/heads/master | 2023-06-06T20:47:39.699104 | 2021-07-14T11:47:23 | 2021-07-14T11:47:23 | 384,346,491 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 518 | java | package OOP.ZooKeeper1;
public class GorilaTest {
public static void main(String[] args) {
Mammal mam=new Mammal(100);
Gorila gor=new Gorila(80);
mam.displyEnergy();
System.out.println("It is Mamal and the mamal energyLevel:\n"+mam.energyLevel);
gor.throwSometing();
... | [
"tahmena.barna@gmail.com"
] | tahmena.barna@gmail.com |
79cb810006e7d5d710b8055eb32388ac7561a019 | fc54bc5ab9a6b0fbb74a612ac78142061722a2a7 | /src/main/java/com/jtrio/zagzag/product/ProductRepository.java | 24c0b063e266028cc646855e2e09ade4f0f649d5 | [] | no_license | songji1165/zagzag | dde6efc7201b2fff8f478d29f12cb162c750a495 | a21172890f181855d171fa23d77d5de56f29eae7 | refs/heads/master | 2023-03-14T11:24:17.845609 | 2021-03-01T09:21:59 | 2021-03-01T09:21:59 | 319,635,467 | 0 | 0 | null | 2021-03-01T09:22:00 | 2020-12-08T12:43:05 | Java | UTF-8 | Java | false | false | 576 | java | package com.jtrio.zagzag.product;
import com.jtrio.zagzag.model.Category;
import com.jtrio.zagzag.model.Product;
import org.springframework.data.domain.Page;
import org.springframework.data.domain.Pageable;
import org.springframework.data.repository.PagingAndSortingRepository;
import org.springframework.stereotype.Rep... | [
"songji1165@gmail.com"
] | songji1165@gmail.com |
538d15ce78c8f119f72d1aac41e0f908d8f3cbf0 | 12b14b30fcaf3da3f6e9dc3cb3e717346a35870a | /examples/commons-math3/mutations/mutants-BracketingNthOrderBrentSolver/536/org/apache/commons/math3/analysis/solvers/BracketingNthOrderBrentSolver.java | 236ba4c3bfedcf4917b41c655c216737ecbf0335 | [
"BSD-3-Clause",
"Minpack",
"Apache-2.0"
] | permissive | SmartTests/smartTest | b1de326998857e715dcd5075ee322482e4b34fb6 | b30e8ec7d571e83e9f38cd003476a6842c06ef39 | refs/heads/main | 2023-01-03T01:27:05.262904 | 2020-10-27T20:24:48 | 2020-10-27T20:24:48 | 305,502,060 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 15,817 | 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 ... | [
"kesina@Kesinas-MBP.lan"
] | kesina@Kesinas-MBP.lan |
0a519885d877e156793ea40e02d90f20a399b015 | bd10597dc133237e68d07d8d6f9a2a1914e551ad | /BCA/Java/Polymorphism.java | 9d751190ca14f1c47643d974392b793b26c2a08d | [
"MIT"
] | permissive | muhammadmuzzammil1998/CollegeStuff | a1bf16a3d9a5b8586c10dd4ea2c0078baaae64fa | 618cec9ebfbfd29a2d1e5a182b90cfb36b38a906 | refs/heads/master | 2021-12-26T16:57:33.875599 | 2021-12-21T21:43:15 | 2021-12-21T21:43:15 | 125,047,706 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,210 | java | class Shape {
Shape(int side) {
System.out.println(" Assuming a square");
System.out.println(" Area: " + Math.pow(side, 2));
}
Shape(int edge, boolean is3D) {
System.out.println(" Assuming a cube");
System.out.println(" Volume: " + Math.pow(edge, 3));
}
Shape(int length, int width) {
... | [
"muhammadmuzzammil.cs@gmail.com"
] | muhammadmuzzammil.cs@gmail.com |
b09148cf08723a31032694f9ace970c495a65d51 | 7bbb7916f09f4b65007319bc3a6221683bbd2e5c | /JAVA/Material/Exercícios das Listas - POO/ExerciciosAprendizagem/src/senac/poo/exercicios/lista5/ProgramaVenda.java | ffde48f2bc886f3cc801bf9db2b877645f45b53c | [] | no_license | novaesMatheus/JAVA | f2dda37296c2a282ee137aa2667a5999b8051df9 | adc900b58e0e92734599ebf966efada0b35b35bf | refs/heads/master | 2021-09-15T16:33:15.299710 | 2018-06-06T19:22:17 | 2018-06-06T19:22:17 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 74 | java | package senac.poo.exercicios.lista5;
public class ProgramaVenda {
}
| [
"mathias21novaes@gmail.com"
] | mathias21novaes@gmail.com |
a1d79cdaacb7748d9be81b0769ffabca060814e1 | f3f713c98ed02639ecddabba3fd1ef438b0a05f2 | /src/main/java/com/cg/flightmgmt/service/IFlightBookingService.java | 44dc0414e1e36401c5b8d5065a9d791820417352 | [] | no_license | AmirPatel59/Flight-Management-System | dc8009b405bb5f17aebc5dd0e40bf494fa57719e | 5d691d9a0b15448d29d71b6ea6a22aa4b3123304 | refs/heads/master | 2023-03-16T02:50:21.103802 | 2021-03-23T05:13:51 | 2021-03-23T05:13:51 | 348,348,259 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 797 | java | package com.cg.flightmgmt.service;
import java.math.BigInteger;
import java.time.LocalDate;
import java.util.Date;
import java.util.List;
import com.cg.flightmgmt.dto.Booking;
import com.cg.flightmgmt.dto.User;
import com.cg.flightmgmt.exception.BookingNotFoundException;
public interface IFlightBookingService {
pu... | [
"80754833+AmirPatel59@users.noreply.github.com"
] | 80754833+AmirPatel59@users.noreply.github.com |
02c03093389b070a914c9069ee9db9d44b5b2120 | 2c2fdf1b6f7a6cbd860b59315b57d9d4ae8d2662 | /src/company/LargeNumver.java | 9317f3601ef3cb23b168adaec8e8cf0dc3f87827 | [] | no_license | sukbear/oj | bdef3ae70feea252f91c370ff78ce5d32325513b | 0181e9f00e79a0bf49f24683d81aed5b4d5dcdbd | refs/heads/master | 2020-06-19T18:14:17.506454 | 2020-04-12T21:36:09 | 2020-04-12T21:36:11 | 196,816,825 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,359 | java | package company;
import java.util.ArrayList;
import java.util.BitSet;
import java.util.List;
import java.util.Random;
/***
*@ClassName LargeNumver
*@Description
* @author sukbear
* @create 2019-05-22 20:35
*/
public class LargeNumver {
/** BitSet
* 常见的应用场景是对海量数据进行一些统计工作,比如日志分析、用户数统计等。
* 有1千万个随机数,随机... | [
"704759810@qq.com"
] | 704759810@qq.com |
4262dc15878a7da559525b3e295040e3bd7679fa | 6613d9537cd928f2dd5b6f2d8f775bdb5c03471d | /src/main/java/com/pr/website/providers/SessionProvider.java | 1861be0aaf500f527d05a978c2c9ee2f837e71b8 | [] | no_license | sagaranand015/spring-mvc-sample | c64a3776f403e6360bcbd9dee0c19b9a92592108 | 86c16c5bec3ab6cd226392ce8acd81f5be2b979e | refs/heads/master | 2020-03-10T12:34:54.454903 | 2018-04-13T10:14:51 | 2018-04-13T10:14:51 | 129,381,517 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,036 | java | package com.pr.website.providers;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.servlet.http.HttpSessionEvent;
import javax.servlet.http.HttpSessionListener;
import org.springframework.security.core.Authentication;
import org.springframework.security.web.aut... | [
"sagaranand@Sagars-MacBook-Pro-2.local"
] | sagaranand@Sagars-MacBook-Pro-2.local |
f874cb25030e63e87552c4c5c15128a24a1f317f | 0c126daf79ef421ff84ff4062276b1a3340e0c66 | /JAVA AP Practie/basicGapWidth.java | 4a2e82b8035b54a86e608d0601e95ed14188b180 | [] | no_license | vasuParanji-coder/MyProjects | 4859a4de7d10c67b71f3a1a2ea04bac0d75298c3 | 8fc4f22712b6e252bc6e3bced8a580e8e17af8b9 | refs/heads/master | 2023-06-17T20:41:02.651703 | 2021-07-14T16:41:50 | 2021-07-14T16:41:50 | 236,336,993 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,616 | java | import java.util.*;
public class basicGapWidth
{
public static int totalLetters(List<String> wordList)
{
int letCount = 0;
for(int i = 0; i < wordList.size(); i++)
{
if(wordList.get(i).isEmpty() != true)
{
letCount += wordList.get(i).length();
}
}
return letCount;
... | [
"noreply@github.com"
] | noreply@github.com |
c3aa7b24977739a0e6c01a09041b4174e4226abd | 21e188b07b5414981db81566337bc470868ec653 | /Vehicle/src/main/java/com/cug/vehicle/KeyDecrypt.java | cca27e6c9b5996683cfa05cb832266753e6a415a | [] | no_license | qiuweihui/Authentication | 4798258c2f38806ee16c9055b5d5b060435fd65e | 153e7fc346fe037a4a3d859e5d01a068e9e90f0c | refs/heads/master | 2023-01-23T16:01:50.264938 | 2020-11-23T08:24:59 | 2020-11-23T08:24:59 | 307,727,934 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,182 | java | package com.cug.vehicle;
import cn.xjfme.encrypt.utils.Util;
import cn.xjfme.encrypt.utils.sm2.SM2EncDecUtils;
import com.cug.utils.Input;
import com.cug.utils.Output;
import java.io.IOException;
/**
* @author qiuweihui
* @create 2020-11-02 14:38
* 小车用自己的私钥解密出服务器发过来的加密内容(服务器的公钥,SM4Key),其中服务器公钥用于到区块链验证,SM4Key用于加密数... | [
"2304735480@qq.com"
] | 2304735480@qq.com |
14f4241399b95ece12da37e9b8b7f694dd5e523e | 06b1819f0fb204c3af35755f34d18beb8af78a6e | /TradingPersistence/src/cl/dsoto/trading/components/OptimizationManager.java | bec2d69854b5bb00ec54d0e7a30f25d0da2d579f | [] | no_license | diego1982chile/Trading | 298de008bc413a632d089767d7bea46a9e335807 | 2f7bbb738056106500410bad19f660d0b8bc565e | refs/heads/master | 2023-05-01T17:48:57.984309 | 2023-04-17T22:20:22 | 2023-04-17T22:20:22 | 178,484,518 | 0 | 0 | null | 2023-04-17T22:20:23 | 2019-03-29T22:46:21 | CSS | UTF-8 | Java | false | false | 469 | java | package cl.dsoto.trading.components;
import cl.dsoto.trading.model.Optimization;
import cl.dsoto.trading.model.Period;
import cl.dsoto.trading.model.Strategy;
import javax.ejb.Remote;
import java.util.List;
/**
* Created by des01c7 on 25-03-19.
*/
@Remote
public interface OptimizationManager {
public Optimiza... | [
"gustavopunucura@gmail.com"
] | gustavopunucura@gmail.com |
87814fc5e69168fc323b89c103b6908b5b92c97e | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/13/13_83d60942ff6f60b2ae06d5a7188126d685018113/RemoteLineUpQueue/13_83d60942ff6f60b2ae06d5a7188126d685018113_RemoteLineUpQueue_s.java | d86d2bb5e0a37443ec170d28c2e0a2eb99e44442 | [] | 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,952 | java | /**
*
* lineup - In-Memory high-throughput queue
* Copyright (c) 2013, Sandeep Gupta
*
* http://www.sangupta/projects/lineup
*
* 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 ... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
638d7c4bd7d52ffd63a7f289a736e52e597d7c53 | 6758da174ff73608ef60fd0e66991c98c88ddab3 | /src/main/java/br/jus/trf2/intelijus/IIntelijus.java | 131ce7b7c0a2c78c1516d6b5f45d7c1f140ae2be | [
"MIT"
] | permissive | trf2-jus-br/intelijus | b2908e626f5d53096f8cf4dd797b8abbae77af71 | 6931872ab2358a8cfaad3fbf430cac9c6b564107 | refs/heads/master | 2021-01-18T17:52:25.363013 | 2017-04-03T20:47:58 | 2017-04-03T20:47:58 | 86,819,527 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 5,081 | java | package br.jus.trf2.intelijus;
import java.util.List;
import com.crivano.swaggerservlet.ISwaggerMethod;
import com.crivano.swaggerservlet.ISwaggerModel;
import com.crivano.swaggerservlet.ISwaggerRequest;
import com.crivano.swaggerservlet.ISwaggerResponse;
public interface IIntelijus {
public class Orgao implements ... | [
"renato.crivano@gmail.com"
] | renato.crivano@gmail.com |
a7ebd644ca0a360cef3756ba9f41f094dacb39ff | 5b1e300a80e700a0c829dbb15bb287292772ace2 | /SydovaVladaFirstProject/src/main/java/ua/repository/CourtsRepository.java | b156bc6817cc76e937d68299a137484edda34ea7 | [] | no_license | SaveskulSviatoslav/First | d4c300ce51b620886411be57403e3d48cf9161e3 | e9cda7c0d788e280285139a0a5eac000c5e0c293 | refs/heads/master | 2021-01-19T13:31:35.616473 | 2017-11-08T20:37:25 | 2017-11-08T20:37:25 | 88,097,039 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 331 | java | package ua.repository;
import java.util.List;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
import ua.entity.Courts;
@Repository
public interface CourtsRepository extends JpaRepository<Courts, Integer>{
public List<Courts> findAll();... | [
"saveskul@ukr.net"
] | saveskul@ukr.net |
a47dc0358544c4506b0edea5b6fedf8e8c7f4541 | cc511ceb3194cfdd51f591e50e52385ba46a91b3 | /example/source_code/jackrabbit/jackrabbit-core/src/main/java/org/apache/jackrabbit/core/retention/HoldImpl.java | 19dc7a21612f045ad10fdc446d3f0895e4a90767 | [] | no_license | huox-lamda/testing_hw | a86cdce8d92983e31e653dd460abf38b94a647e4 | d41642c1e3ffa298684ec6f0196f2094527793c3 | refs/heads/master | 2020-04-16T19:24:49.643149 | 2019-01-16T15:47:13 | 2019-01-16T15:47:13 | 165,858,365 | 3 | 3 | null | null | null | null | UTF-8 | Java | false | false | 2,218 | java | org apach jackrabbit core retent
org apach jackrabbit spi
org apach jackrabbit spi factori namefactori
org apach jackrabbit spi common factori impl namefactoryimpl
org apach jackrabbit spi common convers resolv nameresolv
org apach jackrabbit core node nodeid
org apach jackrabbit core properti impl propertyimpl
org apa... | [
"huox@lamda.nju.edu.cn"
] | huox@lamda.nju.edu.cn |
58f99a5d2ed27d51917e7874f15d74298b47fea8 | ca8616101634895b067e58e942ac0c335bd7fffd | /Camera/src/com/dgut/main/dao/impl/InstallationRecordDaoImpl.java | fffdd31d7f594ae2d283f970608d6a056b31aa4a | [] | no_license | Zhang-BigSmart/Camera | 0c717aa62324dbe72f12bc7ab430c459f5ba72b8 | 200f81450b113c16248f5d9df6ee366bd4cb8387 | refs/heads/master | 2022-11-13T09:27:52.823639 | 2017-01-07T01:44:36 | 2017-01-07T01:44:36 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,012 | java | package com.dgut.main.dao.impl;
import java.io.Serializable;
import java.util.List;
import org.apache.commons.lang.StringUtils;
import org.hibernate.Query;
import com.dgut.common.hibernate3.Finder;
import com.dgut.common.hibernate3.HibernateBaseDao;
import com.dgut.common.page.Pagination;
import com.dgut.main.dao.In... | [
"931337038@qq.com"
] | 931337038@qq.com |
e7c5f7ac9027b6da02b9396507a89e335976b6d5 | 42a321a05e12081b1bf6d3fd7af5a7805421986a | /app/src/main/java/com/example/hoanbk/movieguide/ui/main/listing/MoviesListingContract.java | 43d26092deb93d4daefce2ad74f37e8bfb4017de | [] | no_license | dohoan259/MovieGuideMVP | 5b56cf30ad1d091b5e8b646bddd8e918d7655d6f | fd85d1ec9b86011e6cf9aac838fe6bd18c131d2a | refs/heads/master | 2021-04-09T16:11:40.954646 | 2018-03-18T15:17:48 | 2018-03-18T15:17:48 | 125,736,410 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 462 | java | package com.example.hoanbk.movieguide.ui.main.listing;
import com.example.hoanbk.movieguide.ui.base.IBasePresenter;
import com.example.hoanbk.movieguide.ui.base.IBaseView;
/**
* Created by HoanBK on 3/14/2018.
*/
public interface MoviesListingContract {
interface IMoviesListingView extends IBaseView{
... | [
"dohoan259@gmail.com"
] | dohoan259@gmail.com |
ce7a0299f4157cfe283d505231a1a59cff93d73c | 0fa8a5255d2c298e4b3706d491f6a05760e27e09 | /app/src/main/java/com/amazonaws/mobile/content/ContentRemovedListener.java | 904ab831b151cb075a031b3ec0bd6aaab2f60fea | [] | no_license | mrsaurabh10/SocialEveningSaurabh | 449999bb8c857ee12556e4dcdd691f4ac2961074 | 959dcee0170bf1f7bdcdb5b74aae15881d581c45 | refs/heads/master | 2021-01-10T06:11:22.646626 | 2015-11-01T14:22:26 | 2015-11-01T14:22:26 | 45,343,352 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,047 | java | //
// Copyright 2015 Amazon.com, Inc. or its affiliates (Amazon). All Rights Reserved.
//
// Code generated by AWS Mobile Hub. Amazon gives unlimited permission to
// copy, distribute and modify it.
//
package com.amazonaws.mobile.content;
import java.io.File;
/** Listener for detecting content being removed due to... | [
"saurabhgupta10@gmail.com"
] | saurabhgupta10@gmail.com |
6cd141a43c0320258f0fa2a375bc6775fe85e055 | cace1c709b227e55b008adaad1a796fc53117484 | /Lab3/ASN_LP3/src/mx/iteso/desi/cloud/hw3/ASN_HW3.java | 59f4ce261b982feadb6cd0e3c358912cba244010 | [
"MIT"
] | permissive | GalaxiasKyklos/CloudComputing | 1e8c9426b038e09d168b48dfdfd118a41857486f | 6cb8f8863b00c4ae156f274a280938b147ebeebe | refs/heads/master | 2021-03-27T15:27:22.967478 | 2018-04-15T16:00:17 | 2018-04-15T16:00:17 | 118,488,225 | 0 | 0 | null | 2018-03-19T19:28:17 | 2018-01-22T17:05:44 | Java | UTF-8 | Java | false | false | 792 | java | package mx.iteso.desi.cloud.hw3;
import org.opencv.core.Core;
public class ASN_HW3 {
public void initAuth() {
FaceAuthFrame frame;
frame = new FaceAuthFrame();
frame.setVisible(true);
}
public void initAdd() {
FaceAddFrame frame;
frame = new FaceAddFrame();
... | [
"saul_enrique-7285-96@hotmail.com"
] | saul_enrique-7285-96@hotmail.com |
7534178fc794dbfbde31c13cd8070f9f6ac4439c | 063d6a989e0ff5765ba0c64192de1b9af2824426 | /Week_01/design-circular-deque.java | adbf748844964e7c6e9e3432ff81b68a1ca0d2bd | [] | no_license | lswzzz/algorithm012 | a6e503e9fc288ab60b05b6d19ea66cdbbfbd08c7 | 51c5865a6ece9a0832c3ccbb8a5279d7a5615869 | refs/heads/master | 2022-12-13T00:41:04.561966 | 2020-09-16T07:42:53 | 2020-09-16T07:42:53 | 277,302,569 | 1 | 0 | null | 2020-07-05T12:59:05 | 2020-07-05T12:59:04 | null | UTF-8 | Java | false | false | 1,961 | java | import java.util.*;
class MyCircularDeque {
private int capacity;
private int[] array;
private int front;
private int rear;
/** Initialize your data structure here. Set the size of the deque to be k. */
public MyCircularDeque(int k) {
capacity = k + 1;
array = new int[capacity... | [
"793620896@qq.com"
] | 793620896@qq.com |
460085616715c662266456e54f4ce5a46e1b41dd | 9e813a0872e330fa9a60e822763b708ef4dd8a94 | /app-server/app-user/src/main/java/com/nisum/user/controller/BaseController.java | 1a4dc21e311e79b8abe6103428d2950856d2ce4f | [] | no_license | atanveer-nisum-com/current_integration | 91dd34b1d263cedb6d9a9ca0d7a99736e284e3a3 | 3ff86ba840165da6fc3b104e80059028baf6f9cd | refs/heads/master | 2021-05-02T09:55:27.609575 | 2018-02-08T16:21:22 | 2018-02-08T16:21:22 | 120,785,029 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 506 | java | package com.nisum.user.controller;
/**
* Abstract base class for {@link Controller} implementations. Provides
* infrastructure for mapping handlers to URLs and configurable URL lookup. The
* most exact match is defined as the longest path pattern that matches the
* current request path.
*
*/
public abstract cla... | [
"atanveer@nisum.com"
] | atanveer@nisum.com |
bb236f1d52e1798f3c65469222d356b1fc48fa8a | 2ab03c4f54dbbb057beb3a0349b9256343b648e2 | /JavaOOPAdvanced/InterfacesAndAbstractionExercises/src/collection_hierarchy/AddRemoveCollection.java | a0e6aa1d4a96a310b8772d486724691b7ec0985b | [
"MIT"
] | permissive | tabria/Java | 8ef04c0ec5d5072d4e7bf15e372e7c2b600a1cea | 9bfc733510b660bc3f46579a1cc98ff17fb955dd | refs/heads/master | 2021-05-05T11:50:05.175943 | 2018-03-07T06:53:54 | 2018-03-07T06:53:54 | 104,714,168 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,020 | java | package collection_hierarchy;
import java.util.LinkedList;
import java.util.List;
public class AddRemoveCollection implements Addable, EndRemovable {
private List<String> addRemoveCollection;
private List<Integer> addIndexes;
public AddRemoveCollection() {
this.addRemoveCollection = new LinkedLi... | [
"forexftg@yahoo.com"
] | forexftg@yahoo.com |
0f1c4e432b4509bee60ffac16ed01ca2e82188be | 21f052cf7a8984601170495849f5f3786f0ddaa3 | /src/_07_abstract_class_interface/exercise/resizeable/Resizeable.java | ed1936c351ee40b0f50f51416dfec06cd2c3d3be | [] | no_license | hoangvantuong0/Ho-ng-V-n-T-ng_module2 | ad2e3634b28b4d838c5e7eb823ca00824111afb4 | 14d6859e577b0d5e2fd4f10f31b269f1f7d74184 | refs/heads/main | 2023-07-31T12:14:40.583124 | 2021-10-01T04:55:57 | 2021-10-01T04:55:57 | 402,058,593 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 121 | java | package _07_abstract_class_interface.exercise.resizeable;
public interface Resizeable {
void resize(double percent);
}
| [
"hoangvantuongdhqt@gmail.com"
] | hoangvantuongdhqt@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.