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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
a6ea10f95dc69c8959324647a14843cd9d7d961f | 5796cdd5895caba28186887817dbdcb8371e192d | /src/main/java/br/com/ama/cdp/Estado.java | d983e38e90458d013c005cacd2f221a4c726ce27 | [] | no_license | tarcisiobruni/AMA_projeto_integrado | c785fabe2256c49fceae7c0f8505fff53d514c67 | 6e6dfe8fdc7f222f178d0b5e843a0f1b56d1ed53 | refs/heads/master | 2020-03-18T23:51:40.807668 | 2018-05-29T11:37:08 | 2018-05-29T11:37:08 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 454 | java | package br.com.ama.cdp;
public class Estado {
private int id;
private String nome;
//Construtor
public Estado(int _id, String _nome) {
this.id = _id;
this.nome = _nome;
}
public int getId() {
return id;
}
public void setId(int id) {
this.id = id;
... | [
"tarcisiobruni@hotmail.com"
] | tarcisiobruni@hotmail.com |
09be07dde157ad64b7228618a8dc89db34381888 | 45ec89f5bbf3699f591516710757726d6417c308 | /android/app/src/main/java/com/xsxt/MainApplication.java | 7ecac9c35ee62e7a84f4c5940e9c06657b00b224 | [] | no_license | yrjwcharm/RNSalesSystem | 5bb586d1f567440183041281d8ab21f502266b30 | 0d8b31c69aea30fc76775cf2c578223445662703 | refs/heads/master | 2022-10-26T07:48:28.407169 | 2019-12-04T09:50:03 | 2019-12-04T09:50:03 | 225,828,133 | 0 | 0 | null | 2021-07-20T19:35:41 | 2019-12-04T09:25:21 | JavaScript | UTF-8 | Java | false | false | 2,874 | java | package com.xsxt;
import android.app.Application;
import android.app.NotificationChannel;
import android.app.NotificationManager;
import android.content.Context;
import android.graphics.Color;
import android.os.Build;
import android.util.Log;
import com.facebook.react.ReactApplication;
import com.beefe.picker.PickerV... | [
"xlyanrui@sina.com"
] | xlyanrui@sina.com |
d9a656fe262b5b9c7e1e2fe90d8dbe77968ce48c | 7b17844e4f737e2fbcc96edfc9261e3048d9833a | /app/src/main/java/com/the/dionisio/apk/client/model/view/maskForField/MaskForField.java | ff95da38ad89bd8220a1644ae4bfba5a50c9c2d3 | [] | no_license | igor-nm/the-dionisio-android | 04353290f89c280d6da44f83884dadc5bb9ba461 | 9be2609236573c1256c3d28753341318215734da | refs/heads/master | 2021-07-02T01:33:06.082440 | 2017-09-19T12:41:56 | 2017-09-19T12:41:56 | 104,072,406 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,237 | java | package com.the.dionisio.apk.client.model.view.maskForField;
/**
* Created by igorm on 06/05/2017.
*/
import android.text.Editable;
import android.text.TextWatcher;
import android.widget.EditText;
import java.util.HashSet;
import java.util.Set;
public class MaskForField implements TextWatcher
{
private String ... | [
"igor.martucelli@hotmail.com"
] | igor.martucelli@hotmail.com |
74e6b8248aeb83687f8895af75ca416a50cc6ac2 | 0ecf986522bb97bf559f07827dc3d8c691cc9af4 | /src/main/java/com/mentor/budget/controller/SpendController.java | dd6fcb14ba23e239a9b5188c0a19102b7e1046bc | [] | no_license | santoshmalie/springboot-shutdown-with-time | cd7578bd917b5d9d96961188063aa3757d531a4e | cb3d996d11e0bc84dcc20686830a57e4f8b2f624 | refs/heads/master | 2022-11-27T20:31:21.738214 | 2020-07-28T05:21:41 | 2020-07-28T05:21:41 | 283,125,462 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,271 | java | package com.mentor.budget.controller;
import com.mentor.budget.model.SpendRequest;
import com.mentor.budget.model.SpendResponse;
import com.mentor.budget.service.SpendService;
import lombok.extern.slf4j.Slf4j;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpStatus;
im... | [
"santoshmalie@users.noreply.github.com"
] | santoshmalie@users.noreply.github.com |
92895b9b08013f9a036fbe9fbe0f694ddbcd611a | a3c5f647035760207e2c38a6b7b59def00f4b952 | /app/src/main/java/com/smallgroup/swapbook/presentation/view/activities/AppActivity.java | 3013b99896232067e6545a4ce6eee53cc2c05d4e | [] | no_license | sorphel/SwapBook | cd059532e2f209b189477e3c2ea2c2a367d9f31a | 819b873d6a8abe78ce086eb3e117974474cc60aa | refs/heads/master | 2021-05-25T15:31:28.761282 | 2020-09-22T16:48:28 | 2020-09-22T16:48:28 | 253,809,591 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,249 | java | package com.smallgroup.swapbook.presentation.view.activities;
import androidx.appcompat.app.AppCompatActivity;
import androidx.navigation.NavController;
import androidx.navigation.Navigation;
import androidx.navigation.ui.AppBarConfiguration;
import androidx.navigation.ui.NavigationUI;
import android.os.Bundle;
impo... | [
"study.all8@gmail.com"
] | study.all8@gmail.com |
92e2e7b73001ff567dffa15a8a90c15dcb827246 | 94b86eb2e0dd35bb7f817fe74031f9923aaeec75 | /textGetDemo/src/main/java/com/example/tool/MyOpenSQHelper.java | de15e7ff7ba1725929c1a6e296d7dbe933c49c3a | [] | no_license | zhangjingfeng520/test | 93a79e70592c835c881c2c000b10aa2ebf1d2fb2 | a5e4dadacee6ea63d6f262f35df4ff0852ba8395 | refs/heads/master | 2021-09-03T19:08:40.611317 | 2018-01-11T09:23:49 | 2018-01-11T09:23:49 | 111,866,571 | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 4,516 | java | package com.example.tool;
import java.util.ArrayList;
import android.content.Context;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import android.database.sqlite.SQLiteDatabase.CursorFactory;
import android.database.sqlite.SQLiteOpenHelper;
import android.util.Log;
import com.exampl... | [
"296261178@qq.com"
] | 296261178@qq.com |
5d46cee6496fa9ce3047ff06b619fe2c80425ba9 | fa3593ab382e9d3cedb702e29da91301446996a4 | /mahout/core/src/main/java/org/apache/mahout/classifier/df/data/conditions/Lesser.java | 4e49eb791464ae12dc7c32acaf47833d831f55a6 | [
"MIT",
"BSD-3-Clause",
"CPL-1.0",
"Apache-2.0",
"LicenseRef-scancode-indiana-extreme",
"LicenseRef-scancode-mit-old-style",
"BSD-2-Clause",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | Programming-Systems-Lab/kabu | bbf75615779b1205f2951e162e99d546312900da | 652815e7b003d9899d68807632207147a1fd743f | refs/heads/master | 2022-03-09T06:06:16.972245 | 2020-02-27T00:20:39 | 2020-02-27T00:20:39 | 15,849,390 | 0 | 1 | MIT | 2022-02-26T00:50:52 | 2014-01-12T19:48:03 | Java | UTF-8 | Java | false | false | 1,302 | 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... | [
"jbell@cs.columbia.edu"
] | jbell@cs.columbia.edu |
75f306156009ff0e0888ed565ffad7286aea29d8 | aaea3945b106a3f4bd5c6ceb692ea3e1a799ff20 | /src/main/java/ch/furthermore/gae/proof/crypto/rsa/RSAKeyGenerator.java | a9d6fcefb3551c205b32ebbf7df20349a052d7e9 | [
"Apache-2.0"
] | permissive | chtz/proof | a9bbf62b9b6a5ff542946f575f9da352635d3dc5 | 28a03e7ecaba64a8e080dd53b22e39aef805ec88 | refs/heads/master | 2021-01-01T15:53:48.566932 | 2017-08-20T19:52:29 | 2017-08-20T19:52:29 | 97,727,293 | 0 | 0 | null | 2017-07-19T15:17:38 | 2017-07-19T14:39:44 | Java | UTF-8 | Java | false | false | 1,040 | java | package ch.furthermore.gae.proof.crypto.rsa;
import java.security.KeyPair;
import java.security.KeyPairGenerator;
import java.security.NoSuchAlgorithmException;
import java.security.SecureRandom;
public class RSAKeyGenerator {
private static final int RSA_KEY_SIZE = 4096;
private static final String SHA1PRNG = "SHA... | [
"chtz@me.com"
] | chtz@me.com |
1a56e7b61581adfcef652d764890213ee8de9c72 | 3002d3954d2a05c5ee360831dc4a4d8cd62e76fa | /vxms-rest/src/main/java/org/jacpfx/vxms/rest/interfaces/blocking/ExecuteEventbusStringCall.java | 372ae48b84c4b62bd600ed710d3ccb817891ca55 | [
"Apache-2.0"
] | permissive | hyowong/vxms | 1f2fa0e3cf362142ef5d69a8b2ec636ebbea6858 | e13d17b86636b35f7f47e1366dfc3c0506a3d60d | refs/heads/master | 2020-07-27T00:28:29.644251 | 2018-10-31T21:00:01 | 2018-10-31T21:00:01 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,720 | java | /*
* Copyright [2018] [Andy Moncsek]
*
* 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 agree... | [
"amo.ahcp@gmail.com"
] | amo.ahcp@gmail.com |
7e7e8de81f2d5d01ba3a838834ffef00f1d86a73 | 1c931494fafca7505a7df68d19542ba4ef05cce2 | /src/main/java/com/liuyun/site/dao/jdbc/mapper/UserinfoMapper.java | 16145bc6f2aaaaf86c56a7193c130a8378a49388 | [] | no_license | liuyun073/wzd | 3cc9ccbfdda2c5f93d64af86681dcd1870759bb5 | 24497c148040bada8ed48a29c7079ae347787cc9 | refs/heads/master | 2020-05-31T21:12:25.874657 | 2014-09-19T13:47:26 | 2014-09-19T13:47:26 | 24,152,224 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 500 | java | package com.liuyun.site.dao.jdbc.mapper;
import com.liuyun.site.dao.jdbc.mapper.base.AbstractUserinfoMapper;
import com.liuyun.site.domain.Userinfo;
import java.sql.ResultSet;
import java.sql.SQLException;
import org.springframework.jdbc.core.RowMapper;
public class UserinfoMapper extends AbstractUserinfoMapper imple... | [
"525219246@qq.com"
] | 525219246@qq.com |
c4b7b407f586f333d2d6df25af2197d464cd2833 | 5b82e2f7c720c49dff236970aacd610e7c41a077 | /QueryReformulation-master 2/data/processed/IViewerObservable.java | 80143cad5760eb9b23cdb471603f9b7844343c5e | [] | no_license | shy942/EGITrepoOnlineVersion | 4b157da0f76dc5bbf179437242d2224d782dd267 | f88fb20497dcc30ff1add5fe359cbca772142b09 | refs/heads/master | 2021-01-20T16:04:23.509863 | 2016-07-21T20:43:22 | 2016-07-21T20:43:22 | 63,737,385 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 407 | java | /***/
package org.eclipse.jface.databinding.viewers;
import org.eclipse.core.databinding.observable.IObservable;
import org.eclipse.jface.viewers.Viewer;
/**
* {@link IObservable} observing a JFace Viewer.
*
* @since 1.2
*
*/
public interface IViewerObservable extends IObservable {
/**
* Returns the underlying v... | [
"muktacseku@gmail.com"
] | muktacseku@gmail.com |
74b693d7ded133c6fcc9bbc10f57237f110242ee | 977a47a716021433010f23db61371dc4e49f56ea | /onepagediff/src/org/outerj/daisy/diff/html/modification/ModificationType.java | 17f2ef728dd797e0de920fcb4f447f539eea528f | [] | no_license | bhochhi/Sandbox | 22aa7eb44712bfe7f0bcd8ca341384249fd1ef9a | 6edd957f6706482f9a7ce60cd136243f9e3e2604 | refs/heads/master | 2021-01-17T13:34:59.826222 | 2017-01-30T04:05:39 | 2017-01-30T04:05:39 | 1,857,217 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,136 | java | /*
* Copyright 2007 Guy Van den Broeck
*
* 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 agr... | [
"rbhochhibhoya@telogical.com"
] | rbhochhibhoya@telogical.com |
fb1a0eaa32000088e61cc86a5f0b9c885ac6ec94 | 2fa0ffff3c8c023688754e71d0c820c586dc107f | /zupapi/src/main/java/br/com/zup/zupapi/repository/EnderecoRepository.java | 6a520bd68c491d46989a3fa1d6e8280b0619e007 | [] | no_license | VictorJuzwiak/Processo-Zup | ae03360b89582e6208c32d9deb7b38113ada72b7 | e4c2396c7061755f49d31b0e6b3b144309a93f74 | refs/heads/master | 2023-04-17T12:27:07.731413 | 2021-04-30T01:03:23 | 2021-04-30T01:03:23 | 362,979,040 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 299 | java | package br.com.zup.zupapi.repository;
import java.util.List;
import org.springframework.data.jpa.repository.JpaRepository;
import br.com.zup.zupapi.modelo.Endereco;
public interface EnderecoRepository extends JpaRepository<Endereco, Long> {
List<Endereco> findByUsuarioId(Long idUsuario);
}
| [
"victo@192.168.15.87"
] | victo@192.168.15.87 |
e6a8e67146d171359496dd6963bd180eb8df6f06 | 8268d4dc2291d4a913964406fa0762e00f2e453e | /src/main/java/com/navtech/dao/StudentDAO.java | 996383c6a826634cf8582ee4ba66e6401cfb9010 | [] | no_license | JainNaveen94/Spring-Hiberbnate-Practise-Project | a37b159ba929b8602076ed26b0b1bd5bf8b06736 | f09bc50481d71f0a1c0e96afb9275d7a474ebe5f | refs/heads/master | 2021-01-03T01:22:10.978082 | 2020-02-14T20:35:18 | 2020-02-14T20:35:18 | 239,853,990 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 237 | java | package com.navtech.dao;
import java.util.List;
import com.navtech.models.Student;
public interface StudentDAO {
Student addStudent(Student student);
List<Student> getAllTheStudents();
boolean updateStudent(Student student);
}
| [
"47914199+JainNaveen94@users.noreply.github.com"
] | 47914199+JainNaveen94@users.noreply.github.com |
0245fb11d71d759763d41e54aa6aaf08dfb3c5ee | 6ef5efec12852cc40e4f42b186e4ee1555a3f46a | /app/src/main/java/com/hackerfj/loansupermarket/model/ContactsInfo.java | 733baa231ee8d2cfebffeb336428345411c4afed | [] | no_license | CQ173/LoanSupermarket | b3dd62bf458509c90153a796ac6678a6877d3ea7 | cb7cc5d85cd81320e33fbb842a3b6e5a7823e4f1 | refs/heads/master | 2020-04-04T01:47:35.182264 | 2018-11-01T07:25:13 | 2018-11-01T07:25:13 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 615 | java | package com.hackerfj.loansupermarket.model;
public class ContactsInfo {
private String name; //联系人姓名
private String telPhone; //电话号码
public String getName() {
return name;
}
public void setName(String name) {
this.name = name;
}
public String getTelPhone() {
... | [
"1322127081@qq.com"
] | 1322127081@qq.com |
5d6c426ee945729d71ab9af76d520b4f7af5b7ed | 1eba7206a7a53bf1f8e501ac2017c18e6937d7fd | /Project5/Car.java | eedce18d7698da048272cc536909c83617a98e03 | [] | no_license | vincentcvr6/JAVA-I | ed220472fb26148570793b7b6ffbdf42d16b194a | dcb140d6657497ce5727aa2b69d2fa0484277886 | refs/heads/master | 2020-05-18T21:48:06.798324 | 2019-05-06T22:40:44 | 2019-05-06T22:40:44 | 184,672,655 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,569 | java | public class Car {
/*
* This program defines a class named Car to store information about a car
*/
// variables of the class
private String model; //the type of the car
private int location; //the location of the car
private int currentSpeed; //the current speed of the car
private boolean mov... | [
"noreply@github.com"
] | vincentcvr6.noreply@github.com |
73efc686d0ded8a8041c823918b741c125318a15 | 7c01f1af40e5af0cd500d9f0c263861dc7daaa99 | /code/src/test/wsdl/SchemaTest.java | d92e343847c921a577456f695a1a98ece35cd22a | [] | no_license | peterconair/wsssoapbox | aad75395a7508bd63303ba867706a5147284bec6 | ad8fd84457e096641d21552a07384ff9d6a5f24f | refs/heads/master | 2020-05-31T02:51:39.546330 | 2016-10-10T10:58:39 | 2016-10-10T10:58:39 | 3,654,871 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 19,020 | java | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package wsdl;
import org.ow2.easywsdl.schema.api.Attribute;
import org.ow2.easywsdl.schema.api.Restriction;
import java.util.ArrayList;
import org.wsssoapbox.bean.model.soap.SoapParameterBean;
import org.ow2.easywsdl.sc... | [
"peter_conair@yahoo.com"
] | peter_conair@yahoo.com |
acb2087c4065aa0dea898f0a6db8077501316b3e | b8de6588c71f0dcf4673823166a9af62b2bff2e6 | /key-generation/src/main/java/com/quorum/tessera/key/generation/DefaultKeyGeneratorFactory.java | bb00a1721abe3fae3d629c90026ce617ec74442f | [
"Apache-2.0"
] | permissive | onecool2/tessera | 69cfd67fef7006ab560ec1d37c7435bcbe854242 | b637406e279d0c432425aea1c189265a4c20ecca | refs/heads/master | 2020-04-09T22:49:18.218909 | 2018-12-04T18:57:04 | 2018-12-04T18:57:04 | 160,639,716 | 0 | 0 | NOASSERTION | 2018-12-06T07:58:03 | 2018-12-06T07:58:02 | null | UTF-8 | Java | false | false | 1,593 | java | package com.quorum.tessera.key.generation;
import com.quorum.tessera.config.AzureKeyVaultConfig;
import com.quorum.tessera.config.Config;
import com.quorum.tessera.config.KeyConfiguration;
import com.quorum.tessera.config.KeyVaultConfig;
import com.quorum.tessera.config.keys.KeyEncryptorFactory;
import com.quorum.tess... | [
"chris.hounsom@gmail.com"
] | chris.hounsom@gmail.com |
413e87d603f4fa0e864fcaae373b6f1427db646b | e6091d0e41479f7b1426d1fcb897d08314f8398b | /inventi-wicket-bootstrap/src/main/java/de/agilecoders/wicket/markup/html/bootstrap/behavior/BootstrapBaseBehavior.java | 0350bb5919562d1f3cdcb09a3526a625852a19cf | [
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0"
] | permissive | talkvip/inventi-wicket | 6acaaffea101e0a5357c2444b03a5a978186ef8e | ff4089def7b67c9e1c121c9a193782c037903697 | refs/heads/master | 2021-01-18T10:55:40.288538 | 2013-05-29T13:21:03 | 2013-05-29T13:21:03 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 286 | java | package de.agilecoders.wicket.markup.html.bootstrap.behavior;
import org.apache.wicket.Component;
import org.apache.wicket.behavior.Behavior;
public class BootstrapBaseBehavior extends Behavior {
public static void addTo(final Component component) {
// do nothing
}
}
| [
"vadim@inventi.lt"
] | vadim@inventi.lt |
5dc32a326710804bdadf9645b6416642af99472e | b2174c0bbea765f78a7836785a573ebafa99843d | /src/main/java/co/tripp/farrapp/api/data/service/UserServiceImpl.java | 81a5792322ea93b923d3c19efa957a323d5379c3 | [] | no_license | CAPJackie/farrapp-api | 8671d453222f68d9bdead6da6b8ebe4ba0b9c874 | aa91f32af89206de1ebc3e2cda715d6aceb8f2cd | refs/heads/master | 2020-03-29T16:52:19.842569 | 2018-10-19T02:55:53 | 2018-10-19T02:55:53 | 150,131,419 | 0 | 0 | null | 2018-09-24T16:13:01 | 2018-09-24T16:13:01 | null | UTF-8 | Java | false | false | 2,005 | java | package co.tripp.farrapp.api.data.service;
import co.tripp.farrapp.api.data.model.User;
import org.springframework.stereotype.Service;
import javax.annotation.PostConstruct;
import java.util.concurrent.ConcurrentHashMap;
@Service
public class UserServiceImpl implements UserService {
private ConcurrentHashMap<Str... | [
"noreply@github.com"
] | CAPJackie.noreply@github.com |
edb0fe83a2846d10051cb11b0e7d4fddcb8644e4 | afd8c45ef620259ee8924d025a1fa2a25d3cef72 | /Cooventure/src/com/example/cooventure/entity/User.java | a9b2f3ec288c249ff47b38fde16858351e69d670 | [] | no_license | CliuGeek9229/Cooventure | 97467e52f04965c640e954d6786e786523d8bc8f | dda3f7c3be09512c90084809626fc681f628f690 | refs/heads/master | 2021-04-06T07:33:25.507766 | 2018-03-14T03:04:30 | 2018-03-14T03:04:30 | 125,146,733 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,027 | java | package com.example.cooventure.entity;
public class User {
private int _id;
private String name;
private String pwd;
private String realname;
private String sex;
private String school;
private String profession;
public int get_id() {
return _id;
}
public void set_id(int _id) {
this._id = _id;... | [
"630877594@qq.com"
] | 630877594@qq.com |
77252ef75cc780a0f03d9cefcdf2aec7b679579e | 01a9032fd7e4b315852cf3d724b0b4b32535eaf7 | /app/src/main/java/com/nemesiss/dev/piaprobox/Bindings/IllustratorViewBindings.java | f7d72c299f466eddd4ee39b0b442b586c1a5ae0f | [] | no_license | LinZong/Piaprobox | e1dca4ea6fc1c2a60a2c20f6d76b80e33f188969 | 8f55529371b3d090c94aee07ebbfc3756ca30667 | refs/heads/master | 2023-04-13T10:43:35.362180 | 2021-04-29T17:42:51 | 2021-04-29T17:42:51 | 236,200,105 | 13 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,108 | java | package com.nemesiss.dev.piaprobox.Bindings;
import android.databinding.BindingAdapter;
import android.text.TextUtils;
import android.util.Log;
import android.widget.ImageView;
import com.bumptech.glide.Priority;
import com.bumptech.glide.load.engine.DiskCacheStrategy;
import com.bumptech.glide.load.resource.bitmap.Ro... | [
"353388639@qq.com"
] | 353388639@qq.com |
5c82c013b91bc48b8555aaeae968cd01e5f22293 | 7143f531866c45a42b95f36dd1f523e2bd756b44 | /fos/FOS/src/main/java/com/hitisoft/fos/tran/entity/TTransType.java | f520c5021175fa825eff6a61f32138b7dc469218 | [] | no_license | golden-hu/tos | 25106e98adddd92e037631595efb028485146f25 | 0bb2aa3303906f0bd8c38757b532df9b2fbcb0fa | refs/heads/master | 2021-01-22T21:17:04.257501 | 2013-04-06T14:02:24 | 2013-04-06T14:02:24 | 9,260,682 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 858 | java | package com.hitisoft.fos.tran.entity;
import java.io.Serializable;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.Table;
import org.hibernate.annotations.Cache;
import org.hibernate.annotations.CacheConcurrencyStrategy;
import com.hitisoft.fw.orm.jpa.BaseDomain;
@Entity
... | [
"hxh.hitisoft@gmail.com"
] | hxh.hitisoft@gmail.com |
9141a8233c62f90ea2a6b267730ed8809dbc398f | e5b25d8e1dffab5db260b966c75490ae3ce9244b | /src/java/com/adyen/services/recurring/InitialiseRecurring.java | 5e132db9ad9c372459909db9a3c90c252cde816a | [] | no_license | ajfcarlos/cxf-client-hutter | 5cf409869fd2518134285bce89cb445dfe64bda2 | e199d26e7e3041986add9e2b0ed1b69221bf5c3c | refs/heads/master | 2021-01-13T07:28:48.579972 | 2013-03-28T15:00:16 | 2013-03-28T15:00:16 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,705 | java |
package com.adyen.services.recurring;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlType;
/**
* <p>Java class for anonymou... | [
"acetrike@yahoo.com"
] | acetrike@yahoo.com |
0bf12ba82c6e5c96c817b93ac168f12147744d9c | d4ed6250295bf8fe5f31ad8aeb8dbcab599e199f | /SistemaNatacao/src/br/edu/utfpr/cm/tsi/projetointegrador/gui/Horario/JDialogVisualizarHorario.java | a02689dc34552037e948f57ff7e676be515c0f23 | [] | no_license | Dosantiago/grupo1_ne3a_2012_2 | b157fea797027bfc4fc090d77dd90780fcf964e8 | a5b1093debece778bacb040179686e8ccbd143c9 | refs/heads/master | 2021-01-18T06:27:16.868351 | 2013-04-08T02:16:52 | 2013-04-08T02:16:52 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,956 | java | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package br.edu.utfpr.cm.tsi.projetointegrador.gui.Horario;
import br.edu.utfpr.cm.tsi.projetointegrador.gui.Cliente.JDialogVisualizarCliente;
import java.util.logging.Level;
import java.util.logging.Logger;
import javax... | [
"danielelyma@gmail.com"
] | danielelyma@gmail.com |
159eca789ef9435ffa7ab7dcd80c25080444139e | a6297cd820f7a83d624b43921746ad2e70b587d4 | /src/main/java/com/myretail/productservice/ProductServiceApplication.java | 91b28276ce8f2703a165c33ccba7766de936d78a | [] | no_license | smit5906/product-service | 2ba4c759fdb5faa2572b09100cbca3d71d08d812 | 22a462e52c2e60804c022e64145266a37bdfde51 | refs/heads/master | 2020-04-30T13:14:57.151008 | 2019-03-21T11:18:40 | 2019-03-21T11:18:40 | 176,851,040 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 704 | java | package com.myretail.productservice;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.data.mongod... | [
"smit5906@gmail.com"
] | smit5906@gmail.com |
8d8983a6d634d15d342228469beeb654c2492acb | 8e4dcc621e2277fd7a5e9f0a582df3283267bb98 | /app/src/main/java/com/zju/biomedit/copdmanager/model/PefTask.java | 2f30cfb0555c0acd2bd54ce5e0e64f07319176a4 | [] | no_license | linhui675927474/COPDManager | a2efc7994ed49b9a0f14f13550e7807925da72a6 | 22db6f8b17c31339815265f578e84f7b70802636 | refs/heads/master | 2020-03-07T21:21:05.181119 | 2018-04-02T07:53:45 | 2018-04-02T07:53:45 | 127,724,013 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 614 | java | package com.zju.biomedit.copdmanager.model;
/**
* Created by wangzheyu on 2017/7/17.
*/
public class PefTask {
private long id;
private int value = -1;
private String measureTime;
public long getId() {
return id;
}
public void setId(long id) {
this.id = id;
}
publi... | [
"13549189871@163.com"
] | 13549189871@163.com |
4e0b4cb43cae97224c7aaa74298a6f7de642d0ce | c7a5ac8c8b5b443f22bea918b338e80826dd3768 | /String-Array-Lists/MyArrayList.java | 34585bdcd3c22619e0a8738b6c983409240f5738 | [] | no_license | Shane-Van-Winkle/Data-Structures | edd205c2051dacedf3f334502a5fceaa575520b4 | 17dd742210db3bc84eb305809dbd97ff5aea020f | refs/heads/main | 2023-04-05T22:08:41.042751 | 2021-04-12T18:34:05 | 2021-04-12T18:34:05 | 357,292,333 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,908 | java | // java version 1.8.1
// Shane Van Winkle
// csc302.001
// 17-September-2019
// This creates the MyArrayList object
import java.io.*;
import java.util.*;
public class MyArrayList {
//java variables can't start with a number so 1stArray is now a lstArray (I changed the'1'
//into an 'l'.
// private attributes.... | [
"79807376+Shane-Van-Winkle@users.noreply.github.com"
] | 79807376+Shane-Van-Winkle@users.noreply.github.com |
2d092efa6011acd86f31702919d823fa7fdf86b0 | 44a36185f55ac18c5fe4c0b1c4a6a6632a26ad79 | /src/main/java/com/tcrl/controller/UserRoleController.java | 6c0f95e0d82721ac59b4f9a6523b9a80438863df | [] | no_license | taoxia2019/rlzyjx | 72f847b569f330f7356a5de5f6e6db9f3de0f70f | f836d8c6f3f9f7c9b47fba49919b19f75f5d516d | refs/heads/master | 2022-07-17T07:25:23.944707 | 2020-04-16T02:41:47 | 2020-04-16T02:41:47 | 216,684,938 | 0 | 0 | null | 2022-06-29T17:43:26 | 2019-10-21T23:43:06 | Roff | UTF-8 | Java | false | false | 650 | java | package com.tcrl.controller;
import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper;
import com.tcrl.base.result.Results;
import com.tcrl.entity.UserRole;
import com.tcrl.service.UserRoleService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.... | [
"781775099@qq.com"
] | 781775099@qq.com |
8d80b90f212bffceb593ab35173b175e7d6de925 | 5a62ee2e9994694f34e6c84564ea97a783372303 | /XHB_Tech-Service/src/main/java/xuechuxin/practice/Service/UserService.java | 9be82468e006dbaa6b2b3b7b27a7b4c01ed7394b | [] | no_license | milkoto/XiaoHBTech | e9a79d40de2adc098d641821f24a796e17891899 | 499874459e3f8e210d36d94659625e248f4d4d59 | refs/heads/master | 2021-03-30T20:27:11.429237 | 2018-03-12T18:16:26 | 2018-03-12T18:16:26 | 124,931,796 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 388 | java | package xuechuxin.practice.Service;
import xuechuxin.practice.pojo.xhb_User;
import xuechuxin.pratice.Utils.xhb_Result;
public interface UserService {
public xhb_Result Userlogin(String username, String password);
public xhb_Result CheckUsername(String user_name);
public xhb_Result Checkphone(Stri... | [
"799590639@qq.com"
] | 799590639@qq.com |
c733a59598ebf6c4579db51e0572f9693d0ad8fa | 92f2bcc9bc0833d4b258d0cee319ff2870ddae4c | /src/action/EspressoTestCreatorAction.java | a7ac0574d4513601f8685b85d08f946796cf2b2e | [] | no_license | boredream/EspressoTestCodeCreatorPlugin | c27edad9ac92184eb2c0ea53bb40cf5945f1d28f | 29fc6ba3aa73f578c85e06013711447929cbff01 | refs/heads/master | 2021-01-10T14:19:40.869023 | 2015-12-24T07:18:23 | 2015-12-24T07:18:23 | 48,472,494 | 4 | 0 | null | null | null | null | UTF-8 | Java | false | false | 11,045 | java | package action;
import com.intellij.codeInsight.CodeInsightActionHandler;
import com.intellij.codeInsight.generation.actions.BaseGenerateAction;
import com.intellij.openapi.actionSystem.AnActionEvent;
import com.intellij.openapi.actionSystem.PlatformDataKeys;
import com.intellij.openapi.editor.Editor;
import com.intel... | [
"48262906@qq.com"
] | 48262906@qq.com |
4df99f683f969111d34a4783083ca880832a41f4 | 5277cbc4572b0171e49226aa9727c5b8155cbb9a | /src/main/java/rpckids/client/RPCClient.java | ecc32b3e6d308b9bc834aa777b5805035f664c20 | [] | no_license | shane-hx/rpckids2 | dc29f6345e818d2548896827a3db9ec3d3d52ada | 94ac4dd04ed837a18ef7a65b7d181d87b6b27e0c | refs/heads/master | 2020-03-29T13:12:52.542695 | 2018-09-23T03:46:49 | 2018-09-23T03:46:49 | 149,946,179 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,736 | java | package rpckids.client;
import java.io.ByteArrayOutputStream;
import java.io.DataInputStream;
import java.io.DataOutputStream;
import java.io.IOException;
import java.io.OutputStream;
import java.net.InetSocketAddress;
import java.net.Socket;
import java.net.SocketAddress;
import com.alibaba.fastjson.JSON;
import rp... | [
"shane_hx@sina.com"
] | shane_hx@sina.com |
55c821cf3ad8f53920688cfeca2ae8378918d3f1 | 816c80039be5a8996a8eec276964471e7bcc899e | /src/Routage_Algorithme/Send.java | 945ca01a3747d4fbc5561ec736b90bd27ce847db | [] | no_license | LAPECI-et-CRISTAL/DynMapNoCSIM | 34200f94501fbe542b35fe3e9bd333e89ddae239 | 267d8ef2c449864626271f1a0594798951942218 | refs/heads/master | 2020-04-02T13:27:13.054294 | 2019-10-05T19:38:45 | 2019-10-05T19:38:45 | 154,481,694 | 2 | 1 | null | 2019-10-05T19:38:47 | 2018-10-24T10:24:10 | Java | UTF-8 | Java | false | false | 1,754 | java | package Routage_Algorithme;
import Architecture.Paquet;
import Simulation.Simulator;
import Simulation.StaticParametre;
/**
* Cette classe represente l'entite qui charge de d'effectue le routage entre les teches
*/
public class Send {
private int x_source;
private int y_source;
priva... | [
"hammoudae@gmail.com"
] | hammoudae@gmail.com |
3360691aec71d1356731a7eb7c88512eeafc9b63 | 2e1540b77d7b53225b61fe049f9b923f9f8bbf94 | /Backend/src/main/java/com/ms/main/controller/InstitutionController.java | 34e04e9a560f4c127de3533caf40767fe8925f15 | [] | no_license | ajaysr047/MSCandidateMgmnt | 280c23841e84a988e402122637954821335c3d24 | cb346e233706045a73e2e4ff771debb87e022da7 | refs/heads/master | 2023-03-19T18:11:47.158662 | 2021-03-12T16:24:19 | 2021-03-12T16:24:19 | 344,876,535 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,376 | java | package com.ms.main.controller;
import com.ms.main.request.AddInstitution;
import com.ms.main.response.AddInstitutionResponse;
import com.ms.main.response.GetAllInstitutionResponse;
import com.ms.main.service.InstitutionService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework... | [
"ajaysraja047@gmail.com"
] | ajaysraja047@gmail.com |
570c49ae6e241cbab621e7de27e0e572ffbf07ee | 8461b2927da6156ae0577a7a6d1bc8810a5f9579 | /punpun_demo_final/src/java/model/Tags.java | 4113d7b0705be94221be0067a7dc9bac9e2eadc6 | [] | no_license | littlekloy/punpun_ | c0fcc5d426fbf72cb68ffc945017c3377e6a7e16 | 4dbb43233518ec81315a6b775f5c79617f26d2dd | refs/heads/master | 2021-01-22T08:28:43.570495 | 2017-05-31T01:51:34 | 2017-05-31T01:51:34 | 92,618,890 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,783 | 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 model;
import java.io.Serializable;
import java.util.Collection;
import javax.persistence.Basic;
import javax.persistence.Colu... | [
"kanokwan.mutta@gmail.com"
] | kanokwan.mutta@gmail.com |
60e7fd0a9de420e64460ab58d01a0f73eb21b45f | 4fe2c53331821145967b4c4f005f571f2652ae36 | /app/src/main/java/com/jfkj/im/TIM/redpack/ice/IceUtils.java | 8b6c4d283408cfa9826a74310e507a830298b1e9 | [] | no_license | woyl/iyouVipAndroid | 9fbb7145c61e7bba3a4e4a891058b51df1d8fee6 | 8e8b7746dd828e2438e35ad221a1b2af8eb66ad3 | refs/heads/master | 2022-11-24T23:16:57.952701 | 2020-07-30T06:15:42 | 2020-07-30T06:15:42 | 283,685,369 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,529 | java | package com.jfkj.im.TIM.redpack.ice;
import com.alibaba.fastjson.JSON;
import com.jfkj.im.App;
import com.jfkj.im.Bean.IceSubmitBean;
import com.jfkj.im.R;
import com.jfkj.im.TIM.utils.MD5Utils;
import com.jfkj.im.retrofit.ApiStores;
import com.jfkj.im.utils.AppUtils;
import com.jfkj.im.utils.SPUtils;
import com.jfkj.... | [
"676051397@qq.com"
] | 676051397@qq.com |
8499035266969d3c2ea0cc3f4b026b5a4956d402 | 9fbf59936537b9c3d6f79de6f8fba7cf7b683de8 | /src/main/java/havis/net/ui/shared/client/widgets/IntegerTextBox.java | 099c2d50c36e672e76b9ddbed060a3a067afb8a8 | [
"Apache-2.0"
] | permissive | menucha-de/Shared.UI | ad639036a3d8c39cd86ea0a41f0a587b7f52e189 | 3da1bdb6f4eecee92fbb88d4baab09ea525f59ec | refs/heads/main | 2023-03-21T15:36:34.999801 | 2021-03-16T12:49:24 | 2021-03-16T12:49:24 | 348,345,324 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 909 | java | package havis.net.ui.shared.client.widgets;
import java.text.ParseException;
import com.google.gwt.text.shared.Parser;
public class IntegerTextBox extends NumberTextBox<Integer> {
@Override
protected Parser<Integer> getParser() {
return new Parser<Integer>() {
@Override
public Integer parse(CharSequence ... | [
"abrams@peramic.io"
] | abrams@peramic.io |
300c2de63bfb40be8c922cbd6cb984699e42574d | f052a95aefcf24f698ad455c23ce9c35ee5ea7da | /src/main/java/com/tvestergaard/start/data/repositories/base/queries/RepositoryQueryCompileException.java | e2e27e73d13cb25984f82f72206c69b9b19f92b7 | [] | no_license | Thomas-Rosenkrans-Vestergaard/rest-start | b5fa811c3afe24279f7fd93c7c9dfa4062c235e2 | 826348d683c05f611896e6ba89e6434da4e83cf1 | refs/heads/master | 2020-04-12T04:08:20.762580 | 2019-01-15T15:04:58 | 2019-01-15T15:04:58 | 162,286,165 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 362 | java | package com.tvestergaard.start.data.repositories.base.queries;
public class RepositoryQueryCompileException extends RepositoryQueryException
{
public RepositoryQueryCompileException(String message)
{
super(message);
}
public RepositoryQueryCompileException(String message, Throwable cause)
... | [
"Thomas-Rosenkrans-Vestergaard@users.noreply.github.com"
] | Thomas-Rosenkrans-Vestergaard@users.noreply.github.com |
f44d67aa74a7c872cea1e6a7b1f82a1bab3ea0eb | 1abcba256f1f183206cac7732374d3861eaecf75 | /src/main/java/org/HDH/jdbc/spring/Greeter.java | 3dd13cf6802464e2df9db4dfc5f55f1a38aceef1 | [] | no_license | DylanHong1353/HDH-Spring | b761bf6557707b60affd53b734bd9146b3cdbc57 | 7d5691d160baf056ef5120c87d1c9a94f5e0b134 | refs/heads/master | 2020-05-03T08:42:02.091808 | 2019-03-31T05:25:43 | 2019-03-31T05:25:43 | 178,533,344 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 184 | java | package org.HDH.jdbc.spring;
public class Greeter {
public Greeter() {
System.out.println("Greeter instance created!");
}
public String greet() {
return "Hello, Spring!";
}
}
| [
"hongdh1353@naver.com"
] | hongdh1353@naver.com |
1c5b3e40d0415b43126ed6cf22cfb715489cc923 | 3e45be61efccc78bf0a4573699f346db24ac800b | /IDrawable.java | bc0ee1085334582e94f74eeff99eb492b0b3f2c5 | [] | no_license | kesemev/Java-Projects | 021023dd95f32a41ea7a2ae4bfa079098442fd86 | 99817df27794659838db330a87e1647439f00e9c | refs/heads/master | 2020-06-19T12:13:08.554440 | 2019-07-14T09:32:59 | 2019-07-14T09:32:59 | 196,702,485 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 246 | java | package graphics;
import java.awt.*;
public interface IDrawable {
public final static String PICTURE_PATH = "..\\src\\Pictures\\";
public void loadImages();
public void drawObject (Graphics g);
public String getColor();
}
| [
"noreply@github.com"
] | kesemev.noreply@github.com |
2c2164dfc0b3d18977955710b7d2fb4be52e334a | a31ebddecb8d2b70c81dfd2b1dbee91a044f0b6f | /PCBangData/app/src/main/java/com/ypunval/pcbangdata/MyApplication.java | b6844dc9509db4af92342718a3a6598493f7ba38 | [] | no_license | UnCheon/kingame_data | 2baa78c45f8d281c5679772e031556585111611b | e0ac2b00ff6fdc6fe6f6c3b4a54c5edaec790a88 | refs/heads/master | 2021-01-17T13:18:53.916972 | 2016-12-05T08:40:20 | 2016-12-05T08:40:20 | 59,122,352 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,111 | java | package com.ypunval.pcbangdata;
import android.app.Application;
import android.content.res.AssetManager;
import com.facebook.stetho.Stetho;
import com.uphyca.stetho_realm.RealmInspectorModulesProvider;
import java.io.File;
import java.io.IOException;
import java.io.InputStream;
import io.realm.Realm;
import io.real... | [
"ypunval@gmail.com"
] | ypunval@gmail.com |
e1024cf77252fadd61866a53eb734d79a046babb | 583006aec697e91e0c7b066c22dd5de922943577 | /Java/ws3/Invoice.java | 942dd2a42c7ee8c3db9f99db24f3eac82e2301cc | [] | no_license | MadeehaShahzadi94/CPD-program | 95bbf6ca45d3ba47a3129f50d26f7f6b43be5497 | 922dfa266b16713261da5df5955aa12008b37e83 | refs/heads/main | 2023-03-30T07:37:48.488504 | 2021-04-05T01:30:54 | 2021-04-05T01:30:54 | 354,631,928 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,703 | java | /**********************************************
Workshop # 3
Course:<JAC444> - Semester
Last Name:<Shahzadi>
First Name:<Madeeha>
ID:<130638182>
Section:<NDD>
This assignment represents my own work in accordance with Seneca Academic Policy.
Signature
Date:<Oct 09,2020>
****************************************... | [
"noreply@github.com"
] | MadeehaShahzadi94.noreply@github.com |
aeb279095098b3239bf8d0b67d018a4ce23058e5 | 3e4edd2487be66de8d64028af1f2f7b8642acd9c | /transactions/src/main/java/ru/sld/transactions/service/AccountService.java | deadcb58e21bd3f00e23af02731205cca6d1f70f | [] | no_license | soldaria/Accounts_CRUD | c0cc71dff1aa65f9fbe0a2d9cf3997ad79880a7e | 6f89b2993e75b953de22b868f5db67842fece85b | refs/heads/master | 2020-05-22T21:48:03.110674 | 2019-05-14T03:10:58 | 2019-05-14T03:10:58 | 186,534,835 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 606 | java | package ru.sld.transactions.service;
import java.util.List;
import ru.sld.transactions.model.Account;
public interface AccountService {
public void addAccount(Account acc);
public Account getAccountById(Integer id);
Account getAccountByNum(String num);
public void updateAccount(Account acc)... | [
"soldatova143@yandex.ru"
] | soldatova143@yandex.ru |
59f538f89c7dae002a73fdd8791275963c3ed815 | ca030864a3a1c24be6b9d1802c2353da4ca0d441 | /classes2.dex_source_from_JADX/com/facebook/telephony/FbTelephonyManager.java | 07978241fe5a9197deb639b5d230c618836f1b24 | [] | no_license | pxson001/facebook-app | 87aa51e29195eeaae69adeb30219547f83a5b7b1 | 640630f078980f9818049625ebc42569c67c69f7 | refs/heads/master | 2020-04-07T20:36:45.758523 | 2018-03-07T09:04:57 | 2018-03-07T09:04:57 | 124,208,458 | 4 | 0 | null | null | null | null | UTF-8 | Java | false | false | 18,722 | java | package com.facebook.telephony;
import android.annotation.TargetApi;
import android.content.Context;
import android.content.res.Resources.NotFoundException;
import android.os.Build.VERSION;
import android.os.SystemProperties;
import android.telephony.SubscriptionInfo;
import android.telephony.SubscriptionManager;
impo... | [
"son.pham@jmango360.com"
] | son.pham@jmango360.com |
16bd7b2dcd743bea43c3361212710a266b2a0829 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/11/11_663e37ac20da5aa3b1e4834a44faa8cbe5988fdb/UrlHyperlink/11_663e37ac20da5aa3b1e4834a44faa8cbe5988fdb_UrlHyperlink_s.java | 45adb3cab5becf703d00a0c2178566ffb7dcc6de | [] | 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 | 1,968 | java | /*******************************************************************************
* Copyright (c) 2012 Tasktop Technologies and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
fd10e81a8d99e5b1cae9923ffe5631f8bf94ac1e | c4623aa95fb8cdd0ee1bc68962711c33af44604e | /src/com/google/android/gms/internal/jo$a$a.java | 30353dca77d822686dcb64a489d84381c4a58352 | [] | no_license | reverseengineeringer/com.yelp.android | 48f7f2c830a3a1714112649a6a0a3110f7bdc2b1 | b0ac8d4f6cd5fc5543f0d8de399b6d7b3a2184c8 | refs/heads/master | 2021-01-19T02:07:25.997811 | 2016-07-19T16:37:24 | 2016-07-19T16:37:24 | 38,555,675 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 948 | java | package com.google.android.gms.internal;
import android.os.IBinder;
import android.os.Parcel;
import android.os.RemoteException;
class jo$a$a
implements jo
{
private IBinder a;
jo$a$a(IBinder paramIBinder)
{
a = paramIBinder;
}
public void a(jn paramjn)
throws RemoteException
{
IBinder... | [
"reverseengineeringer@hackeradmin.com"
] | reverseengineeringer@hackeradmin.com |
4479980aabf3660c9c048500b42f26c1a9c80fff | 0b577b923c9e46cf072cd3d54e8af7f084c57f10 | /Gloria/GloriaUtil/target/generated-sources/jaxb/com/volvo/group/processrequisition/components/_1_0/TemperatureRangeABIEType.java | b1f2bc1a7d3f775db403664e3109697d8d14069e | [] | no_license | perlovdinger/gloria1 | b0a9ea0e391f78f871b058a07ff8c3219ea7978f | b6a220f3c712a29289fe42be3736796a7b7a4065 | refs/heads/master | 2020-12-25T21:12:55.874655 | 2016-09-18T09:11:30 | 2016-09-18T09:11:30 | 68,508,862 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 3,128 | java | //
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.0.3-b01-fcs
// 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: 2016.09.09 at... | [
"per.lovdinger@volvo.com"
] | per.lovdinger@volvo.com |
382ea1ef5b432a27394041ca2eee6b31bbc2f08b | fc127c0291d13eb009d389989b3d88f53a3e524e | /JerseySample/src/main/java/restful/restserver/resource/util/MyConvertor.java | 3c3d4495bc1daba5759a1c5a08f93db8f06b7bf3 | [] | no_license | JasonChen90/sample | 10d368bb432e9bc133c72a9254bf8717e4632d5b | fe9a41b54716726f6985b155c83f50773ff44f0b | refs/heads/master | 2021-01-21T04:32:41.475175 | 2016-07-01T08:41:54 | 2016-07-01T08:41:54 | 55,757,752 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,345 | java | package restful.restserver.resource.util;
import java.io.IOException;
import org.apache.log4j.Logger;
import org.codehaus.jackson.JsonGenerationException;
import org.codehaus.jackson.JsonParseException;
import org.codehaus.jackson.map.JsonMappingException;
import org.codehaus.jackson.map.ObjectMapper;
/**
*
* @au... | [
"cj890415@sina.com"
] | cj890415@sina.com |
4fa92f95a21d142ff8b94ffced1d477d65ef22e7 | c5e6c9fc7942572ddbdfb0c087505254d2a4ffc4 | /game6/xxkg/src/main/java/com/tumei/modelconf/LeheupConf.java | 77308af7a78f9fda664a135b3240ee0ddcae3e64 | [
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0"
] | permissive | zhangwei9757/xiaocaibao | 60074b00651ae41506c4eabb2636dfaae7947d7c | 9e2ad2669af0b0453ea9149f8732953c57c2bb7e | refs/heads/master | 2020-03-25T01:26:04.975319 | 2018-10-15T09:30:17 | 2018-10-15T09:30:17 | 143,237,486 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 460 | java | package com.tumei.modelconf;
import org.springframework.data.annotation.Id;
import org.springframework.data.mongodb.core.mapping.Document;
/**
* Created by zw on 2018/09/26
*/
@Document(collection = "Leheup")
public class LeheupConf {
@Id
public String objectId;
public int key;
// 金币
public int cost1;
// 圣物... | [
"245370344@qq.com"
] | 245370344@qq.com |
049db6a3b1593e3cf485668502767b5cb5162d46 | eccfbc4380fc45154fb7dd95634e649d1ebb5bed | /src/main/java/com/ch6/heap/Heap.java | ba53b34e8d0ea3e1edc75b64696184d0d7673df0 | [] | no_license | liuzhengyang/algorithm | b349c673397554a11eec92f5c655ba9e515d8ec1 | b5bde1f00d2b61d1f8f324352ced597b970e514e | refs/heads/master | 2021-04-15T18:01:20.618844 | 2018-03-28T13:11:29 | 2018-03-28T13:11:29 | 126,848,973 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,467 | java | package com.ch6.heap;
/**
* 树的跟为A[1]
* 堆数据结构,完全二叉树, 树的每一层都是填满的,最后一层可能除外
* 可以看做一颗二叉树和一个数组
* 最大堆、最小堆
* 最大堆: 除了根节点意外的每个节点i, 有A[parent(i)] >= A[i]
* @author liuzhengyang
*/
public class Heap<T extends Comparable<T>> {
private T[] array;
private int heapSize;
public Heap(T[] array) {
this.array ... | [
"liuzhengyang@kuaishou.com"
] | liuzhengyang@kuaishou.com |
13210c5ec639f6caadc70487e331f68df17513a8 | 743a39c37bc2add9cdeb9b332e2ecf399024824b | /track-ssis/tob-common/src/main/java/com/ifchange/tob/common/helper/NetworkHelper.java | da1ff9b002fb50973d3da62543e39626e0cdc675 | [] | no_license | PoisonMiao/project2 | 4826cfa95d3a4f1de6d804390bb85cbcb3dc8303 | 635f273dfc21866758cc81176a035d180bae1e34 | refs/heads/master | 2022-12-21T10:23:01.109920 | 2019-09-02T08:47:57 | 2019-09-02T08:47:57 | 205,799,501 | 0 | 0 | null | 2022-12-16T00:01:51 | 2019-09-02T07:22:39 | Java | UTF-8 | Java | false | false | 8,277 | java | package com.ifchange.tob.common.helper;
import com.google.common.collect.Lists;
import com.ifchange.tob.common.support.IConstant;
import com.ifchange.tob.common.view.parser.RequestHeader;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import javax.servlet.http.HttpServletRequest;
import java.net.Inet4Addres... | [
"xiangyang.miao@ifchange.com"
] | xiangyang.miao@ifchange.com |
65b1bb3a9cdba72118d1b56361d2d3751c6f9747 | bb8a2e03a863dfdf42912becac2dc61dafda44bd | /Tree/124. Binary Tree Maximum Path Sum.java | 5e1ace8c45b2075da6033887f7133ad91aa40977 | [
"MIT"
] | permissive | aspineon/Algorithms-in-Java-Swift-CPP | ce58058bc6a6735c2c4b1b7f78081e8c46f94ef8 | da3e776db08c386cc6b593e8a6f9c28519fa6181 | refs/heads/master | 2021-06-12T07:40:58.725251 | 2017-03-08T05:50:19 | 2017-03-08T05:50:19 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 444 | java | public class Solution {
int max = Integer.MIN_VALUE;
public int maxPathSum(TreeNode root) {
helper(root);
return max;
}
private int helper(TreeNode root) {
if (root == null) return 0;
int left = Math.max(0, helper(root.left));
int right = Math.max(0, helper(r... | [
"zhugerock@gmail.com"
] | zhugerock@gmail.com |
71d9f8e2e53404fc3f10229ac6fbd9b38d305cd6 | ee568f73face604fd98c28e53f138351cb13d74d | /springsongs-activiti-service/src/main/java/io/github/springsongs/editor/ModelSaveRestResource.java | 2646a533c9ae92772b14bded860a3f28c5b254fe | [] | no_license | mawenyu-gh/SpringSongs-Cloud | 138fe2ec16b3fe97a54d7c82a6e19a2d3f210855 | 261456c3c8c6ac6335b9c81a40ccc6f3df501e79 | refs/heads/master | 2023-03-27T00:36:40.477905 | 2021-03-29T04:30:59 | 2021-03-29T04:30:59 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,299 | java | package io.github.springsongs.editor;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.fasterxml.jackson.databind.node.ObjectNode;
import io.swagger.annotations.Api;
import io.swagger.annotations.ApiImplicitParam;
import io.swagger.annotations.ApiImplicitParams;
import io.swagger.annotations.ApiOperatio... | [
"SpringSongs@MacBook-Pro.local"
] | SpringSongs@MacBook-Pro.local |
b9d8d75534e0e75e5568fa0cd59773e8c194ed47 | 50f946bf3c6406c042122e008de3aebb25c59c48 | /src/vk/thread/ThreadLook.java | 1896a59744475bd0b36eb93eb7fa606425d9186c | [] | no_license | vinniipooh/Vk | 707a95a95679934e7aaac3a2fd8277c86ea221b8 | 23c55ee3959273fdb5d8543f7752cec1affdd456 | refs/heads/master | 2021-01-20T05:34:21.522419 | 2017-05-05T16:38:30 | 2017-05-05T16:38:30 | 89,793,218 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,100 | java | package vk.thread;
import javafx.scene.control.Label;
import vk.interfaces.impl.SearchForData;
import javax.swing.*;
import java.awt.*;
public class ThreadLook implements Runnable {
private SearchForData sfd = new SearchForData();
private String id;
public ThreadLook(String id) {
this.id = i... | [
"vinniipuh@gamil.com"
] | vinniipuh@gamil.com |
bf6c872f0cdcc02f0c7cf5b917898c666cb72b16 | d32cc0dd67b4beb19603eb509b12d227c55e3beb | /FZBox/src/com/fzbox/component/db/dao/StandardConverter.java | 36dfbc041c2822d071daaa9a9fcab1ba5ab2a687 | [] | no_license | Xu-Fz/origin | c6b496643e6aa6bf007fb3602ed0bfbccc1d0ee2 | ade4370c85ad0c733fcfa83becdf386095cd56a0 | refs/heads/master | 2016-09-06T07:26:54.668516 | 2014-11-10T05:11:22 | 2014-11-10T05:11:22 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 19,922 | java | package com.fzbox.component.db.dao;
import java.io.Serializable;
import java.sql.Timestamp;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.Date;
import java.util.HashMap;
import java.util.List;
import java.util.Locale;
import java.util.Map;
import android.database.Cursor;
import com.... | [
"657600345@qq.com"
] | 657600345@qq.com |
4370fde6ccdf84576038ba2f36e6b3b99f0141c5 | 36bbde826ff3e123716dce821020cf2a931abf6e | /plugin/core/src/main/gen/com/perl5/lang/perl/psi/PsiPerlNyiStatement.java | 0b3431a57c094764f75d5ace2ad2e1bc91eab594 | [
"Apache-2.0"
] | permissive | Camelcade/Perl5-IDEA | 0332dd4794aab5ed91126a2c1ecd608f9c801447 | deecc3c4fcdf93b4ff35dd31b4c7045dd7285407 | refs/heads/master | 2023-08-08T07:47:31.489233 | 2023-07-27T05:18:40 | 2023-07-27T06:17:04 | 33,823,684 | 323 | 79 | NOASSERTION | 2023-09-13T04:36:15 | 2015-04-12T16:09:15 | Java | UTF-8 | Java | false | true | 253 | java | // This is a generated file. Not intended for manual editing.
package com.perl5.lang.perl.psi;
import java.util.List;
import org.jetbrains.annotations.*;
import com.intellij.psi.PsiElement;
public interface PsiPerlNyiStatement extends PsiElement {
}
| [
"hurricup@gmail.com"
] | hurricup@gmail.com |
abbc420b859e91d2411a4d228e5c2092e26e03cf | f1f4ac96bd32ac3460b2c7bc228b06cd94282594 | /src/main/java/com/alexbobryshev/music_albums/MusicAlbumsApplication.java | ccc497266337a19c7b0bcdd2b3a246b82829bab2 | [] | no_license | AlexBobryshev93/Music-Albums | dca43266a4588a904566a42bd7cb56517deaf61e | fdbf27b8b24c8e122bf00e22812c6931fb241d4d | refs/heads/master | 2022-02-03T21:08:02.748260 | 2019-12-22T21:53:07 | 2019-12-22T21:53:07 | 203,438,317 | 0 | 1 | null | 2022-01-21T23:29:14 | 2019-08-20T19:08:21 | Java | UTF-8 | Java | false | false | 345 | java | package com.alexbobryshev.music_albums;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class MusicAlbumsApplication {
public static void main(String[] args) {
SpringApplication.run(MusicAlbumsApplicatio... | [
"darknessrider1@rambler.ru"
] | darknessrider1@rambler.ru |
ec74a5540c046982c05ccee04451b5bbdda607af | 709e240e4dcdfc70fbb74e920c4997ef578db8c9 | /Appliance.java | a1f2c5fef393bf7a0345cdf866135868d2172ea9 | [] | no_license | dt-mtl/assigns | c36d7106a5acb8665947d9b40862445db889c209 | 0d04876cf22806b023113fd75fd4abdf7a97766a | refs/heads/master | 2020-12-18T13:22:48.738095 | 2020-01-31T21:06:32 | 2020-01-31T21:06:32 | 235,398,604 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,739 | java |
import java.util.Scanner;
// -----------------------------------------------------
// Assignment 1
// This particular program creates an appliance item which will then be used and integrated
// Written by: Daniel Torres 40101143
// -----------------------------------------------------
public class Appliance {
... | [
"noreply@github.com"
] | dt-mtl.noreply@github.com |
26f1acac9428bae5e24dd1ed96ce28604112b1ea | be73270af6be0a811bca4f1710dc6a038e4a8fd2 | /crash-reproduction-moho/results/XWIKI-12798-62-23-PESA_II-WeightedSum:TestLen:CallDiversity/com/xpn/xwiki/internal/template/InternalTemplateManager_ESTest_scaffolding.java | dadb6907fde6acafbb996533c837b21fe825c68a | [] | no_license | STAMP-project/Botsing-multi-objectivization-using-helper-objectives-application | cf118b23ecb87a8bf59643e42f7556b521d1f754 | 3bb39683f9c343b8ec94890a00b8f260d158dfe3 | refs/heads/master | 2022-07-29T14:44:00.774547 | 2020-08-10T15:14:49 | 2020-08-10T15:14:49 | 285,804,495 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 459 | java | /**
* Scaffolding file used to store all the setups needed to run
* tests automatically generated by EvoSuite
* Fri Apr 03 23:10:21 UTC 2020
*/
package com.xpn.xwiki.internal.template;
import org.evosuite.runtime.annotation.EvoSuiteClassExclude;
import org.junit.BeforeClass;
import org.junit.Before;
import org.j... | [
"pouria.derakhshanfar@gmail.com"
] | pouria.derakhshanfar@gmail.com |
abcc05af8414bf8e6b3bf4a8f20083b603345b06 | 632d37ba44ced65e264899b8750965211891a32e | /src/main/java/com/example/xiaochun/XiaochunApplication.java | 1609c6e7a9f2d1383ac3c41b39230a7dd16cb196 | [] | no_license | Liuany/supper_manager_backend | b92dcccebd73d6ae78e9a56b7b467746b48c1cd1 | ed950ee9677d68b6637ce49d4d865d2b5f674a5f | refs/heads/main | 2023-07-13T19:40:44.224241 | 2021-08-27T01:17:10 | 2021-08-27T01:17:10 | 353,975,550 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,293 | java | package com.example.xiaochun;
import com.example.xiaochun.jwt.JwtAuthenticationFilter;
import org.mybatis.spring.annotation.MapperScan;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.boot.builder.SpringApplicationBuilde... | [
"wen.liu1@chinacreator.com"
] | wen.liu1@chinacreator.com |
410947eb57a6a8603e5030b7eda969e5bc950b62 | 86e4434403fdafb52c66dde6f211ac5b648e84b1 | /src/main/java/com/jsoniter/output/CodegenImplArray.java | 76108906bc872cf45d4359ec18a7d7044bb38750 | [
"MIT"
] | permissive | ricardoletgo/java | 1d35213409d97f20eb3a81c29cb08277127324e6 | 059da6a921a9eac8671fb59f2dd0c1a94709f807 | refs/heads/master | 2021-01-23T00:52:41.156284 | 2017-05-23T03:32:50 | 2017-05-23T03:32:50 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,934 | java | package com.jsoniter.output;
import java.lang.reflect.Type;
import java.util.*;
class CodegenImplArray {
public static CodegenResult genArray(String cacheKey, Class clazz) {
Class compType = clazz.getComponentType();
if (compType.isArray()) {
throw new IllegalArgumentException("nested... | [
"taowen@gmail.com"
] | taowen@gmail.com |
4fe80718e85f3131d99b8204191d774e38ab9a9c | 29a4875fbf7f60ebd6bb99cf1245a19f4c0c7a13 | /src/main/java/com/definex/liquibasehibernate/LiquibasehibernateApplication.java | 7946898c5e996140d4f80378312e775906f8fa4a | [] | no_license | cambazoguzcan/hbmliquibase | c37b97a02ef3ea6280d7647353d278055874704f | bc47c625275cf9122d335a1c35f448bcc38ab9f1 | refs/heads/main | 2023-07-11T19:35:57.916682 | 2021-08-24T13:06:00 | 2021-08-24T13:06:00 | 399,453,424 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 347 | java | package com.definex.liquibasehibernate;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class LiquibasehibernateApplication {
public static void main(String[] args) {
SpringApplication.run(LiquibasehibernateAppli... | [
"cambazoguzcan@gmail.com"
] | cambazoguzcan@gmail.com |
d09cf6576119d5145a43738e4baf2742c51d7976 | 70a1761fe3733fbd20391253434fe0dd64654544 | /app/src/main/java/com/firsteconomy/nytapp/db/BookDao.java | 878e31bebfd79b760f1fd0eb75b81908538e7810 | [] | no_license | raig4359/Nytpp | f237aa68dc4a91004ad1f33f75fbba8d5bab1c04 | c922ef994f3531ad40a49a35f6b8e6550642a5ef | refs/heads/master | 2020-03-25T23:40:41.222471 | 2019-05-14T14:09:57 | 2019-05-14T14:09:57 | 144,287,026 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,047 | java | package com.firsteconomy.nytapp.db;
import android.arch.lifecycle.LiveData;
import android.arch.persistence.room.Dao;
import android.arch.persistence.room.Insert;
import android.arch.persistence.room.OnConflictStrategy;
import android.arch.persistence.room.Query;
import com.firsteconomy.nytapp.model.Book;
import com.... | [
"gaurav@ediffy.com"
] | gaurav@ediffy.com |
86d59ddccfb3574733213884406de957e4ccac7b | bd1cba2a438ce47eb64eba26ce6b617c3bf4ac0f | /Documents/workspace-sts-3.9.8.RELEASE/DI/src/main/java/com/example/demo/sevice/MailSenderInterface.java | 967aa12fd8b53d62cf7233896c1dbf37eeb1afe3 | [] | no_license | TejasviJain/springdemo | 8567add435362ec0c5be1027bed9a4d4cb085881 | a6b6df14b2e03f968f2b316b4595af48a352e551 | refs/heads/master | 2020-05-09T21:21:16.952637 | 2019-04-29T07:04:10 | 2019-04-29T07:04:10 | 181,440,694 | 0 | 0 | null | 2019-04-29T07:18:44 | 2019-04-15T08:04:51 | Java | UTF-8 | Java | false | false | 105 | java | package com.example.demo.sevice;
public interface MailSenderInterface {
public String sendMail();
}
| [
"tejasvimadiwale143@gmail.com"
] | tejasvimadiwale143@gmail.com |
c259ff3ddfd6bea5207b4051e2664e5751ede073 | 73cee787f7365cd659b33d14eeb40de4ea3d9e67 | /core/src/main/java/demo/java/v2c07/RasterImageTest/RasterImageTest.java | f9b8642db8cf3b0d85a0e4bfdeb0eb305a3a2eef | [
"MIT"
] | permissive | myid999/javademo | ada3bbaebdf070f62db47f16481eca2994a55f56 | c583566d2e00011575ad8252791119bc2693e05b | refs/heads/master | 2021-01-10T06:54:18.755809 | 2016-02-25T15:05:12 | 2016-02-25T15:05:12 | 50,890,289 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,612 | java | package demo.java.v2c07.RasterImageTest;
import java.awt.*;
import java.awt.image.*;
import javax.swing.*;
/**
* This program demonstrates how to build up an image from individual pixels.
* @version 1.13 2007-08-16
* @author Cay Horstmann
*/
public class RasterImageTest
{
public static void main(Str... | [
"zhou@zhou-PC"
] | zhou@zhou-PC |
789d97314631fbaa15524c0e16d63c745758cdc2 | c9f9ecec7b687e41d0dd491b9c6a9b0bbd4b9167 | /gy_assignment/1/Monopoly/src/assignment1/Main.java | 32139e38d68b29d3ac4594453f18cf48b6ff8780 | [] | no_license | nghiaxlee/practical-sw-1 | d309b5dccfcae8aa2e17f3da01cf906c61c19f55 | 840b43386a8e078b02d0733ee273c37ac33c5a70 | refs/heads/master | 2020-05-30T17:34:41.746323 | 2019-06-02T17:32:46 | 2019-06-02T17:32:46 | 189,876,830 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,150 | java | // Le Minh Nghia
//
// AAOGMU
//
// First assignment - exercise number 4
//
// 2018/10/10 18:17:37
//
// This solution was submitted and prepared by Le Minh Nghia, AAOGMU for the
// First assignment - exercise number 4 assignment of the Practical software engineering I. course.
//
// I declare that this solution is my ... | [
"minhnghia.1999@gmail.com"
] | minhnghia.1999@gmail.com |
20059269cd3d9706a028cc99789a96529570201a | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/2/2_c9ff8eab6c641babc74728a8381ab28617c0a4f5/ErrorHandlingTab/2_c9ff8eab6c641babc74728a8381ab28617c0a4f5_ErrorHandlingTab_t.java | 2653e7dbbca713ad37c215efb7a6a13b75586b1a | [] | 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 | 4,770 | java | /*******************************************************************************
* Copyright (c) 2002, 2007 Innoopract Informationssysteme GmbH.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this di... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
20bb7d96c062d2c625b8e4998ad20c329c1484a8 | ffad2bcba08443bae8770749edbe8106d379eaa3 | /structure/stack/ArrayStack.java | da5dd25d228e780907502edea9cd9099e6c51c5c | [] | no_license | nanluojuexing/structure-algorithm | 7aa4ae98b238c048e75050238c9b6416c7f9c971 | 7cb2664e7d7b495702c1ae10379d2c455d2ed564 | refs/heads/master | 2023-06-24T06:29:55.771224 | 2021-12-01T15:40:56 | 2021-12-01T15:40:56 | 235,014,928 | 0 | 0 | null | 2023-06-14T22:22:54 | 2020-01-20T03:57:37 | Java | UTF-8 | Java | false | false | 1,522 | java | package structure.stack;
import structure.array.Array;
/**
* 基于数组实现的栈
*/
public class ArrayStack<E> implements Stack<E> {
private Array<E> array;
// 初始容量设置
public ArrayStack(int capacity) {
array = new Array<E>(capacity);
}
public ArrayStack() {
array = new Array<>();
}
... | [
"yangpengwei@xdf.cn"
] | yangpengwei@xdf.cn |
41c8ce22196e2c6666108e4584af42a0b4630256 | 9d5ec959a7be2472558cff93a0282270cfecc325 | /app/src/main/java/com/farid/framework/framework_repository/core/SQLitesListSingleton.java | 9fcbbaa29531618384fd69860942f4c0e587f92f | [] | no_license | FaridBen95/SimpleFrameWork | d4301dbb22953e8bcafb784ef8d56e00376919a3 | 78b73bc1affbb28d628c23c8f7856b9746656ee3 | refs/heads/master | 2021-06-23T08:12:30.539950 | 2020-01-31T21:56:15 | 2020-01-31T21:56:15 | 219,148,204 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 523 | java | package com.farid.framework.framework_repository.core;
import java.util.HashMap;
public class SQLitesListSingleton {
public HashMap<String, MySqlite> sqlites = new HashMap<String, MySqlite>();
private static SQLitesListSingleton sqLitesListSingleton;
private SQLitesListSingleton(){
}
public st... | [
"farid.benabdallah@itsolutions.dz"
] | farid.benabdallah@itsolutions.dz |
02ae743bbc1b9990680871bb2c30c4542e7506a9 | 1cb3bb19fa4a87dd6a655a930e343280b8cd4fd1 | /cp-ddd-test/src/test/java/org/cdf/ddd/runtime/registry/mock/ext/IProjectExt.java | 621b63ca2496772be7651341663256358a95f0cb | [
"Apache-2.0"
] | permissive | draco1023/cp-ddd-framework | e6150fa1cc0f0b71e83dd3fa873ccb0ad985f2ad | bb9437f1b1bd128bb2dc81c8690c0c68751fbc3f | refs/heads/master | 2022-12-27T12:21:50.124542 | 2020-10-10T16:38:33 | 2020-10-10T16:38:33 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 244 | java | package org.cdf.ddd.runtime.registry.mock.ext;
import org.cdf.ddd.ext.IDomainExtension;
import org.cdf.ddd.runtime.registry.mock.model.FooModel;
public interface IProjectExt extends IDomainExtension {
Integer execute(FooModel model);
}
| [
"funky.gao@gmail.com"
] | funky.gao@gmail.com |
be442069c6197634434509e4c7b32dcb8d7354f1 | 9df983c95d6b60124527c2f12edad076a5febd7e | /lesson5-hibernate-intro/src/main/java/com/example/entity/Employee.java | b1e717a3cea1200a73a08a7ecb8e435e65a20e91 | [] | no_license | 2apl/JD-2 | 3af0ef6ddc29f081999b2c55388cd6ff8a368769 | aeeef92aef610dfdd1155625ba10a1b4bbc311d1 | refs/heads/master | 2022-09-28T12:43:57.666443 | 2019-08-16T09:36:39 | 2019-08-16T09:36:39 | 196,144,143 | 0 | 0 | null | 2022-09-08T01:02:02 | 2019-07-10T06:21:54 | Java | UTF-8 | Java | false | false | 1,252 | java | package com.example.entity;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.Table;
import lombok.AllArgsConstructor;
import lombok.Getter;
import lombok.NoArgsConst... | [
"ruslan.churilo@itrexgroup.com"
] | ruslan.churilo@itrexgroup.com |
6c044462c68bf5ac5efd803888e73cfec2b77cf0 | 2573df4eebce0127935edcee4a786b078a7ecf87 | /src/main/java/org/brylex/javabin/db/FluffyStatement.java | ab56af41034206468fbf2155f29ab09ca5bc99de | [] | no_license | runepeter/javabin-juleavslutning | 85272201c49fd04419a4dacbc3db3278ba4e976a | 24947c7794822b6590d80be0c837f83549775258 | refs/heads/master | 2021-01-10T19:43:43.879686 | 2012-12-05T20:57:20 | 2012-12-05T20:57:20 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,132 | java | package org.brylex.javabin.db;
import java.sql.*;
public class FluffyStatement implements Statement {
private final Statement statement;
public FluffyStatement(final Statement statement) {
this.statement = statement;
}
@Override
public ResultSet executeQuery(String sql) throws SQLExcept... | [
"runepeter@gmail.com"
] | runepeter@gmail.com |
bad4e890fe9bf3628797f60add973593bc207769 | db97ce70bd53e5c258ecda4c34a5ec641e12d488 | /src/main/java/com/alipay/api/domain/AlipayAccount.java | 8bf9a8a4dcbbde8e2b8dd2660ff79636a50bdab3 | [
"Apache-2.0"
] | permissive | smitzhang/alipay-sdk-java-all | dccc7493c03b3c937f93e7e2be750619f9bed068 | a835a9c91e800e7c9350d479e84f9a74b211f0c4 | refs/heads/master | 2022-11-23T20:32:27.041116 | 2020-08-03T13:03:02 | 2020-08-03T13:03:02 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,409 | java | package com.alipay.api.domain;
import com.alipay.api.AlipayObject;
import com.alipay.api.internal.mapping.ApiField;
/**
* 支付宝用户账户信息
*
* @author auto create
* @since 1.0, 2016-10-26 17:43:39
*/
public class AlipayAccount extends AlipayObject {
private static final long serialVersionUID = 6811443188... | [
"ben.zy@antfin.com"
] | ben.zy@antfin.com |
5584ed760cc441bd7a29ccd8232bc69904676961 | 188e4e637fd187941df20ed1465c436cd8ce8e9b | /platforms/android/src/net/drshoggoth/SuperGemCrusherDeluxe/MainActivity.java | 7220c1a3d20a76a240d1a66b2b972bbe852f9239 | [] | no_license | jeremy-brenner/jewel-clone | cf4e8f8206ad0ca7c018426e1e9d60ad7910e468 | 007fb800ede71528fe99e1203780a45c63315364 | refs/heads/master | 2021-01-10T20:30:04.259197 | 2015-05-23T23:55:45 | 2015-05-23T23:55:45 | 31,134,770 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,229 | 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... | [
"jeremyjbrenner@gmail.com"
] | jeremyjbrenner@gmail.com |
3ab47e60b9f0e13f2db4ba8b616c0f9e0d53fcc8 | e64b3a6931532091a48337d39d326ce0df7b27a4 | /traverson4j-hc4/src/main/java/uk/co/autotrader/traverson/http/entity/FormDataEntityConverter.java | 2d990ddec31444b53f8e4252d34042683ccdce49 | [
"Apache-2.0"
] | permissive | MojoJojo86/traverson4j | 79311759d12d0cb4f8473631fa08c62523004297 | 319400a7b948157061b96a11477cf06c6c75b672 | refs/heads/master | 2021-01-01T21:21:12.556781 | 2020-03-06T12:23:19 | 2020-03-06T12:23:19 | 239,344,428 | 0 | 0 | Apache-2.0 | 2020-02-09T17:29:00 | 2020-02-09T17:28:59 | null | UTF-8 | Java | false | false | 783 | java | package uk.co.autotrader.traverson.http.entity;
import org.apache.http.HttpEntity;
import org.apache.http.client.entity.UrlEncodedFormEntity;
import org.apache.http.message.BasicNameValuePair;
import uk.co.autotrader.traverson.http.Body;
import uk.co.autotrader.traverson.http.FormDataBody;
import java.util.Arrays;
im... | [
"4526761+MikeRocke@users.noreply.github.com"
] | 4526761+MikeRocke@users.noreply.github.com |
dfd6b62a3f26d7fbdcb371bc8f94511339fac64e | e75db4ad5cc1669872d761b60dbbf9bc6d0b7116 | /src/Auth/security/Authenticator.java | 14d5ce4cefe17f51496cd07d2e6d46f871f39e93 | [] | no_license | salimaouali/tpCinq | 97377f3e46369db1e4fe1f254f4d3e18d68868a5 | b55e89ccd60971865303559a0c830363fa89be42 | refs/heads/master | 2020-03-10T21:59:43.445487 | 2018-04-15T12:43:08 | 2018-04-15T12:43:08 | 129,608,262 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,223 | java | /*
* Copyright (c) 2008, 2012 Oracle and/or its affiliates.
* All rights reserved. Use is subject to license terms.
*
* This file is available and licensed under the following license:
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following... | [
"salimaouali08@gmail.com"
] | salimaouali08@gmail.com |
16b657487d80965c440b0fa64b1f326604c97692 | a0df61603cb0cccd5fc533aed687d9caaa95f230 | /app/src/main/java/com/justcode/hxl/viewutil/recycleview_util/layoutmanager/hiveLayoutmanager/HiveBucket.java | bebdf6030d2ceb86d6b76e69d819856125bf23be | [] | no_license | LuckyCode1992/ViewUtils | 45db5e43f667038cef955178f2192332081ef22b | e0dfb7571007a923a93d4ea81fdab5d1bf17026d | refs/heads/master | 2021-06-28T06:43:02.517264 | 2020-12-21T10:10:33 | 2020-12-21T10:10:33 | 202,108,835 | 2 | 4 | null | null | null | null | UTF-8 | Java | false | false | 3,299 | java | package com.justcode.hxl.viewutil.recycleview_util.layoutmanager.hiveLayoutmanager;
/**
* Bit set implementation that provides methods to offset indices.
*/
class HiveBucket {
final static int BITS_PER_WORD = Long.SIZE;
final static long LAST_BIT = 1L << (Long.SIZE - 1);
long mData = 0;
HiveBucke... | [
"hxl19920401"
] | hxl19920401 |
99ef9aa598fe6391ed573d9764a060b95cf45ec8 | 8277751dc9862b5c463ed52db813c98574cfd82a | /src/org/usfirst/frc6349/RoboChiefs/commands/ShootBackwards.java | 1913c0f9a5d011d212ea31bf9b7186548c43b5ce | [] | no_license | xKIAxMaDDoG/RoboChiefs | aee6c7151885a563d7fe4515067cd827aaba9015 | 308371f75c333c05ad6e8ac360fa8bb32fab4d81 | refs/heads/master | 2020-03-08T01:30:27.470293 | 2018-04-03T01:21:32 | 2018-04-03T01:21:32 | 127,832,416 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,996 | java | // RobotBuilder Version: 2.0
//
// This file was generated by RobotBuilder. It contains sections of
// code that are automatically generated and assigned by robotbuilder.
// These sections will be updated in the future when you export to
// Java from RobotBuilder. Do not put any code or make any change in
// the blocks... | [
"elvis.mcfarland31705@live.com"
] | elvis.mcfarland31705@live.com |
c910dc5e1e2798f45714ad2b7a442c7c7eba1b4a | 4a835d2c6ae2c2259b24d1bbac8e8099957ac2a4 | /Java-Concurrency-Learning/src/main/java/cc/seiya/java/concurrency/thread/base/ThreadMain.java | 6dc1da97843242ac57a7defc0c0c6b6e89aa29a7 | [
"Apache-2.0"
] | permissive | useiya/tech-learning | e73b1a38bd40cc08bb212149c91228124e28ff08 | 6e03275d800bdac4a110c619ad6826e91f507a49 | refs/heads/master | 2021-05-08T20:57:06.351734 | 2018-02-06T13:44:49 | 2018-02-06T13:44:49 | 119,624,712 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,528 | java | package cc.seiya.java.concurrency.thread.base;
import java.util.concurrent.*;
/**
* @author: libo
* @date: 2018/1/31 14:23
*/
public class ThreadMain {
public static void main(String[] args) throws ExecutionException, InterruptedException {
// extendsThread();
// implemntsRunnable();
ca... | [
"lexihc@163.com"
] | lexihc@163.com |
cbc14cb3554febe1971dd5032e5bcbdbed83682b | 5f05039a6296037684b9b38a928dd1106118817f | /src/main/java/org/hubson404/carrentalapp/model/CarDto.java | bd0cf1cd0be52995fa5c055fca9c04890862c2c3 | [] | no_license | Hubson404/car-rental-app | a821922bba40cb17c5a591650bfce7e69a67b845 | d013f31d2637eba99c2ee701d5fcb953790dbcd4 | refs/heads/main | 2023-02-28T23:17:22.989020 | 2021-02-11T17:22:18 | 2021-02-11T17:22:18 | 322,823,577 | 0 | 0 | null | 2021-02-11T17:22:21 | 2020-12-19T10:43:16 | Java | UTF-8 | Java | false | false | 1,909 | java | package org.hubson404.carrentalapp.model;
import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Data;
import lombok.NoArgsConstructor;
import org.hibernate.validator.constraints.Length;
import org.hubson404.carrentalapp.domain.enums.CarBodyColor;
import org.hubson404.carrentalapp.domain.enums.CarBodyT... | [
"60826441+Hubson404@users.noreply.github.com"
] | 60826441+Hubson404@users.noreply.github.com |
f1943ce6e33aaee312328196e7d60e255e81029d | 6d60a8adbfdc498a28f3e3fef70366581aa0c5fd | /codebase/dataset/x/545_frag1.java | 055e1cad20a2cc066aafbac68c6d5dfe14dfee19 | [] | no_license | rayhan-ferdous/code2vec | 14268adaf9022d140a47a88129634398cd23cf8f | c8ca68a7a1053d0d09087b14d4c79a189ac0cf00 | refs/heads/master | 2022-03-09T08:40:18.035781 | 2022-02-27T23:57:44 | 2022-02-27T23:57:44 | 140,347,552 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 289 | java | EntityManagerHelper.beginTransaction();
EntityDataAccess.persist(element);
EntityManagerHelper.commit();
element.setName("Updated");
EntityManagerHelper.beginTransaction();
final Element mergedElement = EntityDataAccess.merge(element);
| [
"aaponcseku@gmail.com"
] | aaponcseku@gmail.com |
606da38b55416c434ef94a868a86546e348f92b1 | 97f5a3521386fdb633f4087f118e9c7d47d61154 | /n-wjms/src/main/java/com/nds/nwjms/ResController.java | 4c8c5ed019a23bd023faca6bca726daf9dbbf5af | [] | no_license | bbizimtot/N-WJMS | 2151e04894046c1218207350873461a43bcf0714 | 2937ceada9171f7cab312fff3673262faf120097 | refs/heads/master | 2020-05-16T23:17:23.857516 | 2019-05-07T09:02:19 | 2019-05-07T09:02:19 | 183,359,229 | 1 | 0 | null | 2019-05-07T09:02:21 | 2019-04-25T04:58:35 | Java | UTF-8 | Java | false | false | 1,108 | java | package com.nds.nwjms;
import javax.annotation.Resource;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotatio... | [
"bbizimtot@naver.com"
] | bbizimtot@naver.com |
d2d2c75a5ce7e4ff81e9969e456ff262d49f076d | 9759ddaf6d64d3910eb321ec6676cc1c0653150f | /src/main/java/com/pwk/springboot/study/design_pattern/abstract_factory/Shape.java | 2541252b3caeb56f5aa65c9b0e68db0fcc7e312c | [] | no_license | kelvinpang90/springboot | 562d94c0a57f0e6ba031e5680b51e203fdcc234f | 86061b8950319064cf895ea512b5ed1c80a7c5b6 | refs/heads/master | 2020-04-26T03:00:28.825910 | 2019-05-26T13:11:11 | 2019-05-26T13:11:11 | 173,252,510 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 115 | java | package com.pwk.springboot.study.design_pattern.abstract_factory;
public interface Shape {
void getShape();
}
| [
"pengwenkai@hotmail.com"
] | pengwenkai@hotmail.com |
e9a82c7e69ea732ca76669459517b40f6dbeea4e | 9de5b9f55809c6c837c3d79083b74bf487528f50 | /trustie/Bench4Q/tag/Bench4Q_1.2.1/src/org/bench4Q/agent/rbe/RBE.java | 2545c7acdf87062bfcc41df68a09d25b7112e4e2 | [] | no_license | flaviol-souza/bench4q | 008af81baf7f6755ff668ad7bf726b9743439758 | 9a5d802d2230beb53c32159849cd17a84108d623 | refs/heads/master | 2020-06-01T04:40:14.980152 | 2019-09-26T19:01:30 | 2019-09-26T19:01:30 | 190,640,122 | 4 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,539 | java | /**
* =========================================================================
* Bench4Q version 1.2.1
* =========================================================================
*
* Bench4Q is available on the Internet at http://forge.ow2.org/projects/jaspte
* You can find latest version there.
*... | [
"ninochm@gmail.com"
] | ninochm@gmail.com |
484e88148ef4f923c0dc93000b155413704a26df | 38cf105f072382ef78e1e3ffcd04049c2e00317d | /app/src/main/java/com/example/jahanveenarang/smyle/Gallery.java | 812438a6a36b9f96626373f939292162e4c7f114 | [] | no_license | jahanvee-narang/SmyleApp | fdd98b345c332c2a2fa466d562ad6508a0a418af | 08d4c4fba711ca2b988657bfcb40b6c3821f240f | refs/heads/master | 2020-04-15T17:20:40.994352 | 2019-02-06T20:34:22 | 2019-02-06T20:34:22 | 164,871,046 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,622 | java | package com.example.jahanveenarang.smyle;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.AdapterView;
import android.widget.ImageView;
import com.squareup.picasso.Picasso;
public class Gallery extends AppCompatActivity {
android.widget.... | [
"gunikachoudhary1995@gmail.com"
] | gunikachoudhary1995@gmail.com |
d0fbbafa30578f81b61c44c7513e855ebab21af8 | 958f817baecf0574b650d47db8ce16167b42a0ab | /uploads/qqpression/src/test/java/com/zephyr/stepdefinition/Defect_Tracking_131.java | 0ac7d0be9570b3abb103b5104dfa467384f7d5b2 | [] | no_license | 7259090051/intFlatform | bcc4659c25bfc222ba689b4321594195f23fe67a | 88a215192fe31d6e3c588f6d130ac2f843ed3f30 | refs/heads/master | 2020-03-26T13:25:34.615343 | 2018-08-16T04:58:23 | 2018-08-16T04:58:23 | 144,938,392 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 17,840 | java | package com.zephyr.stepdefinition;
import org.testng.asserts.SoftAssert;
import com.zephyr.common.LaunchBrowser;
import com.zephyr.generic.Excel_Lib;
import com.zephyr.generic.Property_Lib;
import com.zephyr.reusablemethods.BasePage;
import com.zephyr.reusablemethods.DefectTracking;
import com.zephyr.reusablemethods.... | [
"charan"
] | charan |
68369c6f0d2f721a33cd6153c2921575ee55078f | b6c0c5b2811b923a74ea97e1b9731f7ffa421f40 | /airavata-api/airavata-client-sdks/java-client-samples/src/main/java/org/apache/airavata/client/tools/RegisterSampleApplicationsUtils.java | 59e0f798e6f13e90342a04c158328f7decf538cc | [
"Apache-2.0"
] | permissive | glahiru/airavata | b1ae8dc98af27933ee303ff7300351c070de262d | 9e7ed4ba8336091717ff1dc823d084f6b349ae08 | refs/heads/master | 2021-01-23T18:08:23.120559 | 2014-10-24T05:38:39 | 2014-10-24T05:40:30 | 23,710,309 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 8,425 | 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 ... | [
"smarru@apache.org"
] | smarru@apache.org |
82348d7a1a654da07fbc94ab67d1fa44601a2d4a | 246d859cc3bf16d404a0d36af96a9c35130924ef | /WORKSPACE_JEE7_WEB/InsuranceMotor/src/com/dao/CustomerDAO.java | 799b3ca062fe659841de3ac668ecf4add19abcc3 | [] | no_license | giterahul/Traning-Project | aa4f47adda53defe23752a9aada6f02f266f9a2e | dd3f33f4f105149d7e1df160b35b7434c31b9443 | refs/heads/master | 2020-09-30T11:28:47.228408 | 2019-12-11T04:51:42 | 2019-12-11T04:51:42 | 227,278,919 | 0 | 0 | null | 2019-12-11T04:58:53 | 2019-12-11T04:48:46 | HTML | UTF-8 | Java | false | false | 251 | java | package com.dao;
import com.model.Customer;
public interface CustomerDAO {
public Customer getCustomerByCustomerId(Integer customerId);
public boolean registration(Customer customer);
public boolean validate(String userName, String password);
}
| [
"rahulgiterg@gmail.com"
] | rahulgiterg@gmail.com |
af4e756cee5ffae011ce05f096bd7a469b7ffd1c | 72003cab6711efe96e7080599376d758e065fc33 | /PCLApp/JavaSource/com/citibank/ods/modules/client/curacctprmntinstr/functionality/CurAcctPrmntInstrHistoryDetailFnc.java | 81f8cb7f47e8e8360c80d438ee5a7259f5b97b85 | [] | no_license | mv58799/PCLApp | 39390b8ff5ccaf95c654f394e32ed03b7713e8ad | 2f8772a60fee035104586bbbf2827567247459c4 | refs/heads/master | 2020-03-19T09:06:30.870074 | 2018-06-06T03:10:07 | 2018-06-06T03:10:07 | 136,260,531 | 0 | 0 | null | null | null | null | ISO-8859-1 | Java | false | false | 12,316 | java | package com.citibank.ods.modules.client.curacctprmntinstr.functionality;
import java.math.BigInteger;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.Date;
import java.util.Iterator;
import org.apache.struts.action.ActionForm;
import com.cit... | [
"mv58799@LACBRA900W1153.lac.nsroot.net"
] | mv58799@LACBRA900W1153.lac.nsroot.net |
eb20b07ae718898b0068773f1b806781b030a295 | 6a6c9682957da23f14488f2de55e529cfb5bdd14 | /ACom/common/src/main/java/com/test/common/ContextUtil.java | 1f30b4fdcd236422711d7926b4ddeb8279ebbf46 | [] | no_license | chenhao1041661180/androidComponentProject | 1779ae1796c9b43e56ea4d337c8b2297bf8efcb0 | be93e8ff9d4ead7fda03d05482d54db070332c67 | refs/heads/master | 2020-03-26T07:34:33.989063 | 2017-09-28T10:10:51 | 2017-09-28T10:10:51 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 312 | java | package com.test.common;
import android.content.Context;
/**
* Created by 郝新磊 on 2017/9/28.
*/
public class ContextUtil {
private static Context context;
public static void init(Context ctx){
context = ctx;
}
public static Context getContext(){
return context;
}
}
| [
"2643279121@qq.com"
] | 2643279121@qq.com |
db026049f1fabf01230704806ce79d0fd0dac29d | be5fa260434ae78ee709ea6064362aaeab477b79 | /src/main/java/com/yeeter/web/YeeterWebBackend/config/RestConfig.java | caad5e0f4142e6db51e860892c862b1346b836ba | [] | no_license | Martin-52/YeeterBackend | 20a0edcacba9f40b5b1920e14cda859ec47c6a3b | 8219839c2cb5793f177f27fde974a498c0dab5a7 | refs/heads/master | 2020-09-15T13:44:22.304354 | 2019-12-12T23:26:44 | 2019-12-12T23:26:44 | 223,464,043 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,000 | java | package com.yeeter.web.YeeterWebBackend.config;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.web.cors.CorsConfiguration;
import org.springframework.web.cors.UrlBasedCorsConfigurationSource;
import org.springframework.web.filt... | [
"m.landin5258@gmail.com"
] | m.landin5258@gmail.com |
d9404bd59d4e292da85349a5e7d491df46a407ae | 5b802cff0ccef28177f1b5eb032da0f7fccbe520 | /app/src/main/java/com/zyascend/JLUZone/photo/PhotoPresenter.java | 19289eb282bb551e2ca0c4f7bb1e851b2cb58612 | [] | no_license | zyascend/JLUZone | 72c00d4e584290be35321cd334b8dbe6b0dd89d1 | d8bc8da7e5f7a9c78e0d9509363238e025ff59c4 | refs/heads/master | 2020-12-24T12:33:57.254639 | 2017-04-13T15:01:09 | 2017-04-13T15:01:09 | 72,979,749 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 214 | java | package com.zyascend.JLUZone.photo;
import com.zyascend.JLUZone.base.BasePresenter;
/**
*
* Created by Administrator on 2016/8/6.
*/
public class PhotoPresenter extends BasePresenter<PhotoContract.View> {
}
| [
"1334553391@qq.com"
] | 1334553391@qq.com |
1cdd0b077bbce1f6143068ee4587563280c9a133 | 33b45c51212fca5a92d4fde0181a41b7b66d145f | /src/main/java/edu/ben/classconnect/config/ClassConnectSecurityConfig.java | 36aed7644114e4474a7492c0af19cf3744194731 | [] | no_license | Savaman/clubudeployment | 92c99dc7e562bf92f31b2ea9385d9b7714a37656 | 3b25b14b81723581c88a06cfacedeec7c5b268c8 | refs/heads/master | 2021-09-05T18:10:55.063785 | 2018-01-30T05:51:20 | 2018-01-30T05:51:20 | 119,413,729 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,184 | java | package edu.ben.classconnect.config;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.security.authentication.dao.DaoAuthenticationProvider;
import org.springframewo... | [
"cartiae@Sas-MacBook-Pro.local"
] | cartiae@Sas-MacBook-Pro.local |
c488d131db16cb72ad6ef0142330560eb378704e | f8db42c5808b23b2900a7fa30876ec1c46cfcd4b | /src/main/com/google/errorprone/refaster/UNewClass.java | a1509ecf8484cd64642eae22c6dce0ad29e94c1e | [
"Apache-2.0"
] | permissive | sivakumar-kailasam/refactor-faster | 0a46639e50d81c49b02f836d658b1ee7b4e9c6fe | aeac2b1942c621e6e968b8fac6ff3d6fd6d282b9 | refs/heads/master | 2016-09-10T19:39:02.132530 | 2015-08-04T19:00:32 | 2015-08-04T19:00:32 | 40,143,432 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,863 | java | /*
* Copyright 2013 Google Inc. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicabl... | [
"lowasser@google.com"
] | lowasser@google.com |
8a1e7cc3d0aff9d989a6dc18ae824ad1d274db06 | d9365f606794490d534699a42bc0ea4f15bda3f8 | /src/main/java/Ahorcado/APuntajes.java | 9fe577f212e457940022a15534af95f2b0e5d1aa | [] | no_license | guerreroandrey5/FP-ISW-211 | dd2936fa9af2418ad777aa7becd2985c11390c29 | 4d7be10d95b769526645ae4b9228f60d9ea1f208 | refs/heads/master | 2023-07-25T22:35:47.099323 | 2021-08-17T02:18:47 | 2021-08-17T02:18:47 | 392,385,750 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,044 | 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 Ahorcado;
import java.awt.Color;
import java.io.*;
import javax.swing.JOptionPane;
import javax.swing.table.*;
/**
*
* @aut... | [
"guerreroandrey@gmail.com"
] | guerreroandrey@gmail.com |
a0cfd5dd5f0c4e7cd2cade46750633612ada1868 | 66daaa776562c001f6504086ca97f74a30e018e6 | /app/src/test/java/com/jonathenchen/paintracker/ExampleUnitTest.java | 6c4f3bbb7581931a70ff0afcd83f5e6d93a91713 | [] | no_license | ohthejon/PainTrackerApp | 5aea1955186e776af5ca2e3b3159d230bebe544f | 752f191a8711ddea8d2cb81fa562d5f332a863ea | refs/heads/master | 2021-01-17T05:58:14.710837 | 2016-07-21T06:56:51 | 2016-07-21T06:56:51 | 65,565,275 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 321 | java | package com.jonathenchen.paintracker;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* To work on unit tests, switch the Test Artifact in the Build Variants view.
*/
public class ExampleUnitTest {
@Test
public void addition_isCorrect() throws Exception {
assertEquals(4, 2 + 2);
}
... | [
"aavispeaks@gmail.com"
] | aavispeaks@gmail.com |
e4e7d77de68106a4fb4de19ca70d664d23c4a822 | a1995ba5a4aa0c8997b0a0095d28c10521ddf419 | /ViewProject/src/main/java/org/liferayasif/front/dto/NavigationDto.java | f13f755375c388c6eb20f9e04180a7284438bcf9 | [] | no_license | asifaftab87/SpringPersistenceHibernate | 0494a2800854d9dffa19e719eac1083800c7d39e | 7a297b420c580bea564b6b4f00afa4f634b8e555 | refs/heads/master | 2022-12-22T10:56:08.775322 | 2019-07-13T11:09:32 | 2019-07-13T11:09:32 | 134,027,545 | 2 | 3 | null | 2022-12-16T08:44:53 | 2018-05-19T03:52:59 | Java | UTF-8 | Java | false | false | 1,283 | java | package org.liferayasif.front.dto;
public class NavigationDto {
private Long id;
private String pageCode;
private String pageName;
private String pageDescription;
private String parentCode;
private String url;
public Long getId() {
return id;
}
public void setId(Long id) {
this.id = id;... | [
"45289018+Asharabi101@users.noreply.github.com"
] | 45289018+Asharabi101@users.noreply.github.com |
d08e36c1171e5ea2572e3811e0213e2d2fa88990 | 61c4858477b6fccf58665cc7807bb14032c44a36 | /core/src/com/sawyerharris/capstone/simulation/PendulumCartSimulation.java | 6b633364906818c4108ee7429f5d59676d33fe34 | [] | no_license | Sawrr/capstone-app | db9f0f126d13b1751854ef6c56fcd43bf18e9c9e | 761080212d464c685818acdb7f92aef5de20dc20 | refs/heads/master | 2021-06-23T06:15:44.648188 | 2017-04-12T15:41:40 | 2017-04-12T15:41:40 | 57,169,630 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,437 | java | package com.sawyerharris.capstone.simulation;
import com.sawyerharris.capstone.demo.Demo;
public class PendulumCartSimulation extends Simulation {
private double cartX;
private double cartV;
private double cartMass;
private double forceX;
@Override
public void update(double dt) {
super.update(dt);
doub... | [
"sawyerh99@yahoo.com"
] | sawyerh99@yahoo.com |
ac321645f2ff0997d1ebc199f5e043dd71265388 | 4c076f94ab695a23aa342a9b12eefdcd8515b61d | /src/test/java/net/lliira/leetcode/r051/P083RemoveDupsTest.java | 00f4c3e653ae35f08988c929b6ad2136ab911895 | [] | no_license | jerric/lliira-leetcode | 091948f753a7b9cd443748544a166ade49ee5071 | ce79c2bd6521886d36bd5b82ef6092572a74c2c8 | refs/heads/master | 2021-01-13T11:40:58.775775 | 2017-03-05T23:02:55 | 2017-03-05T23:02:55 | 77,765,989 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 622 | java | package net.lliira.leetcode.r051;
import net.lliira.leetcode.ListNode;
import org.testng.annotations.Test;
import static net.lliira.leetcode.TestHelper.*;
/**
* Created by Jerric on 1/23/2017.
*/
public class P083RemoveDupsTest {
private final P083RemoveDups solution = new P083RemoveDups();
@Test
publi... | [
"jerricgao@gmail.com"
] | jerricgao@gmail.com |
7eda201666339f5d2227cc7d454cf2787f31a782 | d7bb11ea6fdb10461846e9883a7d49a88407c641 | /practica2/src/aed/actasnotas/MatriculaComparator.java | 5dc8e7eb9350abb5956e6ff549cb675a69fd78b6 | [] | no_license | onmax/Algoritmos-y-estructura-de-datos | 26f3854e3b320e1f3da1a085d7812d7f03c48f49 | 7e7b494f7a4f1bb3d1c988bd54951f4fe8132c3f | refs/heads/master | 2021-08-30T15:08:19.130552 | 2017-12-18T11:37:58 | 2017-12-18T11:37:58 | 103,954,777 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 249 | java | package aed.actasnotas;
import java.util.Comparator;
public class MatriculaComparator implements Comparator<Calificacion> {
public int compare(Calificacion c1, Calificacion c2) {
return c1.getMatricula().compareTo(c2.getMatricula());
}
}
| [
"maximogarciamtnez@gmail.com"
] | maximogarciamtnez@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.