blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 7 410 | content_id stringlengths 40 40 | detected_licenses listlengths 0 51 | license_type stringclasses 2
values | repo_name stringlengths 5 132 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringlengths 4 80 | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 5.85k 684M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 22
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 132
values | src_encoding stringclasses 34
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 3 9.45M | extension stringclasses 28
values | content stringlengths 3 9.45M | authors listlengths 1 1 | author_id stringlengths 0 352 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
191d9e106506d248fb91b38f7a7e552f366ba4bb | f874bd87bdb9df2f88c63e66f8120c7d1979736c | /src/org/sdu/android/util/otherUtil/CopiedIterator.java | a46452ec9297d6916ceb43970b26ed6485c8876e | [] | no_license | ywzhang909/SDUGameEngine | 11aca759c0b72a5cb878484a947a311b05d86bd6 | 551725308812b8bc4e6049485a81a621ad32a134 | refs/heads/master | 2021-01-20T22:59:04.913788 | 2012-11-15T12:18:35 | 2012-11-15T12:18:35 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 586 | java | package org.sdu.android.util.otherUtil;
import java.util.Iterator;
import java.util.LinkedList;
public class CopiedIterator implements Iterator {
private Iterator iterator = null;
public CopiedIterator(Iterator itr) {
LinkedList list = new LinkedList();
while (itr.hasNext()) {
list.add(itr.next());
}
th... | [
"craigleehi@gmail.com"
] | craigleehi@gmail.com |
4fb49218d54040023bab8dd020ca3911d8451802 | 131681e98612051e8070504e991fd9b0a4425410 | /src/main/java/com/cillian/bigdataanalytics/App.java | 08500ac38f8504ee2d8feae726a9e09c1a0fc6ed | [] | no_license | cilliand/MahoutTrustRecommender | 46d3bb6fb8b47be286db7c6eb779ba8adc3f0ddf | 1c68f31e057c4e0f4e7c4ed9aae09fb38dca40f5 | refs/heads/master | 2021-01-10T13:43:16.241383 | 2016-03-19T14:16:24 | 2016-03-19T14:16:24 | 53,268,953 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 12,985 | java | package com.cillian.bigdataanalytics;
import java.io.BufferedReader;
import java.io.BufferedWriter;
import java.io.File;
import java.io.FileReader;
import java.io.FileWriter;
import java.io.IOException;
import java.io.PrintWriter;
import java.util.ArrayList;
import java.util.Collection;
import java.util.HashMap;
impor... | [
"cillian@cilliandudley.com"
] | cillian@cilliandudley.com |
e49285073985bc74cffecb81f22e83f53ff72950 | b3a02d5f1f60cd584fbb6da1b823899607693f63 | /04_DB Frameworks_Hibernate+Spring Data/08_Spring Data Intro EX/Problem_9_UserSystem/src/main/java/app/services/UserService.java | b9d8101cd7eb018da74b5b10b0db341b54db4c86 | [
"MIT"
] | permissive | akkirilov/SoftUniProject | 20bf0543c9aaa0a33364daabfddd5f4c3e400ba2 | 709d2d1981c1bb6f1d652fe4101c1693f5afa376 | refs/heads/master | 2021-07-11T02:53:18.108275 | 2018-12-04T20:14:19 | 2018-12-04T20:14:19 | 79,428,334 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,145 | java | package app.services;
import java.util.List;
import javax.transaction.Transactional;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import app.entities.User;
import app.repositories.UserRepository;
@Service
@Transactional
public class UserService {
... | [
"akkirilov@mail.bg"
] | akkirilov@mail.bg |
ee4b87dc3a593bc74b5a30091891086543a096e7 | 88b1a9f665a030ab8758a4d6f933c2164aa41287 | /app/src/main/java/com/example/geoquizz/CityLoader.java | f3c06628f9d008f77de4831fc86bdc8064b23410 | [] | no_license | KilianCM/GeoQuizz | 77184d57f644f7a8a4d6d5c584aee16de406879b | f2784c86b2306ff3739def98ea8f10d59932b9f1 | refs/heads/master | 2020-04-22T12:12:58.440419 | 2019-03-19T17:39:25 | 2019-03-19T17:39:25 | 170,365,036 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 755 | java | package com.example.geoquizz;
import android.content.Context;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import android.support.v4.content.AsyncTaskLoader;
public class CityLoader extends AsyncTaskLoader<String> {
private Double mLongitude;
private Double mLatitude... | [
"chamiot.k@gmail.com"
] | chamiot.k@gmail.com |
c98fe55ce2a15a7a0012532dbc483b4ad1088222 | 4d1af4823c1a1c3ac2a338d79c514bf5f74754a7 | /src/test/java/Cucumber/casestudy/login.java | 95b098822a993aa2a5629dc01e5e143d45a87de9 | [] | no_license | AravindSuresh7/CaseStudy | 736e7d34c7d65076400e2eaae3a0e8d3487951ec | 4182cbb18aa7b81fe5ac7afee41ebf3d5a74971a | refs/heads/master | 2021-07-08T13:27:35.206717 | 2019-07-12T04:15:16 | 2019-07-12T04:15:16 | 196,507,317 | 0 | 0 | null | 2020-10-13T14:31:44 | 2019-07-12T04:13:58 | Java | UTF-8 | Java | false | false | 1,840 | java | package Cucumber.casestudy;
import java.util.List;
import java.util.Map;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.support.PageFactory;
import org.testng.Assert;
import cucumber.api.DataTable;
import cucumber.api.java.en.Given;
import cucumber.api.java.en.Then;
public class login {
WebDriv... | [
"Training_C2A.04.30@CDC2-D-47Q1N62.dir.svc.accenture.com"
] | Training_C2A.04.30@CDC2-D-47Q1N62.dir.svc.accenture.com |
a44048d6647dd110ca61302277f278606b86a2f1 | 9dcdb2c0006ab299017464337260dd09bcca3014 | /app/src/test/java/com/iamtodor/contactaccess/ExampleUnitTest.java | ff8166218116aac15e4a227f71b83ede62388fef | [] | no_license | iamtodor/contact-access | fe6e66df07354a9cf6c296d27cf49d1ba87e8ec1 | 5187485ccf6cdacba034f827fd022832d7d2748e | refs/heads/master | 2021-01-25T05:44:34.676763 | 2017-02-02T23:18:42 | 2017-02-02T23:18:42 | 80,674,477 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 404 | java | package com.iamtodor.contactaccess;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* Example local unit test, which will execute on the development machine (host).
*
* @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
*/
public class ExampleUnitTest {
@Test
public ... | [
"iamtodor@iamtodors-MacBook-Pro.local"
] | iamtodor@iamtodors-MacBook-Pro.local |
095236ec1f4e5129bd1065c4d5476882e8c8fa49 | de41e4a9d737425e30dd0eba606a50822a03c264 | /agents/src/main/java/cn/agent/pojo/Log.java | c36ba5a78480c54b875d8551ebee8102956e6c5f | [] | no_license | 2868452694/spring-jpa-hibernate | 03d7f957412642df9dfcc03a930e3aec5445e603 | af5be9f6c69c660408c75dd9db8db2719197b03c | refs/heads/master | 2022-07-02T07:56:12.147155 | 2019-07-20T07:12:01 | 2019-07-20T07:12:01 | 197,893,959 | 0 | 0 | null | 2022-06-17T02:19:39 | 2019-07-20T07:11:48 | Java | UTF-8 | Java | false | false | 1,633 | java | package cn.agent.pojo;
import org.hibernate.annotations.GenericGenerator;
import javax.persistence.*;
import java.io.Serializable;
import java.util.Date;
/**
* log日志表
*/
@Entity
@Table(name = "LOG")
public class Log implements Serializable {
public
Log(Users users, String loginfo, Date logtime) {
this.users... | [
"17636592868@163.com"
] | 17636592868@163.com |
0fbcb419f4f4984086a55cb0dd22f70cb87a0dee | fa4528ef25b3cbb158acddfa2fcf1b0ede3a438e | /record/src/main/java/com/music/record/security/JwtAuthenticationFilter.java | 897887903c2cf5da8c0a020e419009b386ab64b0 | [] | no_license | lucasmaximiano/backend-music-record | 15c7211c6db81d0e6c7e41231fd3ec7ce304718d | 7d1510646b36f391b032fd9b2e3cce7a27ef639a | refs/heads/master | 2022-12-26T10:18:40.657082 | 2019-11-28T23:21:34 | 2019-11-28T23:21:34 | 222,800,716 | 0 | 0 | null | 2022-12-16T05:07:13 | 2019-11-19T22:19:02 | Java | UTF-8 | Java | false | false | 1,978 | java | package com.music.record.security;
import java.io.IOException;
import java.util.ArrayList;
import javax.servlet.FilterChain;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.springframework.beans.factory.annotation.Value;
i... | [
"lucasrodriguesmaximiano1@gmail.com"
] | lucasrodriguesmaximiano1@gmail.com |
f492c0538032d779c4cfacbc9a813afdf5c9844f | ddcb9978b31659774985c96ea1cf607df83f7ccf | /Onnix/src/com/onnix/business/dao/impl/CuentasClientesDAOImpl.java | cee7b721a42e334d43cbafbe1b213ab16fc826a2 | [] | no_license | sergycg/Ocio-Indigo | b6fb7f467301ae97e67dbf7959804ab497c6794a | 055cbe21c01a96e3a8cc0b025ffe2ed329f1eb13 | refs/heads/master | 2020-04-06T16:12:32.645852 | 2016-01-09T19:37:28 | 2016-01-09T19:37:28 | 42,772,426 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,757 | java | package com.onnix.business.dao.impl;
import java.util.List;
import org.hibernate.Criteria;
import org.hibernate.Session;
import org.hibernate.criterion.MatchMode;
import org.hibernate.criterion.Restrictions;
import org.springframework.orm.hibernate3.support.HibernateDaoSupport;
import com.onnix.business.dao.ICuentas... | [
"sergycg@gmail.com"
] | sergycg@gmail.com |
0aaa4cd22b96b5c054b8cb1fadff65f83cb96a6f | 218e122df8307430469c215084293e26d75ed0da | /src/com/mysecretwish/exceptions/PreventiviDaoException.java | d0ff09d3d51d722bdbf636b2572e97b9253c9369 | [] | no_license | hseldon80/booking | 65fa326133535b3b03d796cfda5e679a7630316b | 7fc4f80feac20679d6f7a2897be1dd5c9d470ef9 | refs/heads/master | 2021-01-25T13:28:34.593977 | 2018-03-19T17:12:58 | 2018-03-19T17:12:58 | 123,574,558 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 663 | java | /*
* This source file was generated by FireStorm/DAO.
*
* If you purchase a full license for FireStorm/DAO you can customize this header file.
*
* For more information please visit http://www.codefutures.com/products/firestorm
*/
package com.mysecretwish.exceptions;
public class PreventiviDaoException extends... | [
"36992639+ambrosioesposito1@users.noreply.github.com"
] | 36992639+ambrosioesposito1@users.noreply.github.com |
a29a3760dbbf96760b7612693bbf30b00f3a7a56 | d1dabe42cc6e8402f22fdcd347720283f879d5f0 | /src/main/java/com/anping/yueche/controller/YuecheController.java | a88f54f1b5a45ae7b4714361de6f8ccf77ffe148 | [] | no_license | Betteronly/MyWeiXin_youtry | 49600f51b31466962e0031e3fe8568e296dc6561 | ba7ec7f562f76e8b2eb7a77bb5bcc2dc18b1e472 | refs/heads/master | 2021-01-21T17:09:45.287113 | 2017-07-04T15:56:28 | 2017-07-04T15:56:28 | 91,935,904 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,070 | java | package com.anping.yueche.controller;
import com.anping.yueche.entity.CodeItem;
import com.anping.yueche.pojo.CarOrderInfo;
import com.anping.yueche.pojo.ServiceTelCallHistory;
import com.anping.yueche.pojo.UserInfo;
import com.anping.yueche.service.CommonService;
import com.anping.yueche.service.YuecheService;
import... | [
"roli_ice@163.com"
] | roli_ice@163.com |
819d05ba7889533766d769808f0e02ea919f607a | bf1a992b5adcaefbef690120265e9dc61dec3f54 | /basic-api-study/src/main/java/com/yicj/study/controller/modelsupport/ModelSupportController.java | a4c864547cd168047accf468798b4ec5205c5600 | [] | no_license | yichengjie/spring-mvc-study | 7deda2abbf98d6d66629a4664420baf477b3280f | ac2bf38290adbd375eb6868c7bff34e3d8039a97 | refs/heads/master | 2022-12-15T17:59:52.825183 | 2020-09-20T13:24:33 | 2020-09-20T13:24:33 | 292,978,492 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,564 | java | package com.yicj.study.controller.modelsupport;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.servlet.mvc.support.RedirectAttributes;
import javax.servlet.http.HttpServletRequest;
@Contro... | [
"626659321@qq.com"
] | 626659321@qq.com |
e226c0960527af3b4a5970b20407fbacc50371f8 | 265b3f9eb40057c73d6f1450eea79b932af94181 | /udemy/src/test/java/spark/udemy/AppTest.java | 90df7a8a8cbb03f5959d9ea08ba53ca9cee27f8f | [] | no_license | Jaimin-Parekh/spark_udemy | a4a77f8d0560a7f77de338f3ddeb667780cefe78 | 3e9734ce984829003dc2f1c229217b178c491fce | refs/heads/master | 2020-04-19T13:43:21.794535 | 2019-01-29T22:17:40 | 2019-01-29T22:17:40 | 168,224,602 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 639 | java | package spark.udemy;
import junit.framework.Test;
import junit.framework.TestCase;
import junit.framework.TestSuite;
/**
* Unit test for simple App.
*/
public class AppTest
extends TestCase
{
/**
* Create the test case
*
* @param testName name of the test case
*/
public AppTest( Str... | [
"parekhjn@mail.uc.edu"
] | parekhjn@mail.uc.edu |
0f1eeed98e6cc99586b3887dcbd1a934abd39823 | 8a48ffe0dfb90926c42367ea47a5ddbc316ef99a | /EP3/src/FreewayAppRamp.java | 555ad1a4c31c7810bb969e5f09f4dcc6b0e365ee | [] | no_license | geien/MAC0209 | fbdf309a8636e160409dba6ca7e5cdce2a58e0c3 | 1912eb27716c6d3a4c4fb5c89b7e119e34dc26a9 | refs/heads/master | 2021-06-18T07:29:43.131810 | 2017-07-04T00:54:13 | 2017-07-04T00:54:13 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,677 | java | import org.opensourcephysics.controls.*;
import org.opensourcephysics.frames.*;
public class FreewayAppRamp extends AbstractSimulation {
FreewayRamp freeway = new FreewayRamp ();
DisplayFrame display = new DisplayFrame ("Freeway");
LatticeFrame spaceTime = new LatticeFrame ("space", "time", "Space ... | [
"leolanavo@gmail.com"
] | leolanavo@gmail.com |
6072b414be6dfc94458b532240b415e4bf305a58 | f96fe513bfdf2d1dbd582305e1cbfda14a665bec | /net.sf.smbt.jazzmutant/src-model/net/sf/smbt/jzmui/MidiVarD0ChannelPressure.java | 25f1fc498f73cedcd11b87179553b7628508991e | [] | no_license | lucascraft/ubq_wip | 04fdb727e7b2dc384ba1d2195ad47e895068e1e4 | eff577040f21be71ea2c76c187d574f1617703ce | refs/heads/master | 2021-01-22T02:28:20.687330 | 2015-06-10T12:38:47 | 2015-06-10T12:38:47 | 37,206,324 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 454 | java | /**
* <copyright>
* </copyright>
*
* $Id$
*/
package net.sf.smbt.jzmui;
import org.eclipse.emf.ecore.EObject;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Midi Var D0 Channel Pressure</b></em>'.
* <!-- end-user-doc -->
*
*
* @see net.sf.smbt.jzmui.JzmuiPackage#getMidiVarD0Ch... | [
"lucas.bigeardel@gmail.com"
] | lucas.bigeardel@gmail.com |
a0307e23b6f4d1eef8082cf3da71fbe84a8b2a0f | a2c176b9b2f418e8d99914bec3b0a1302bcbb2f1 | /app/src/main/java/br/com/ddmsoftware/sqliteandrecycleview/GroceryContract.java | c8c57e363cc094ba5e86cefbc836ab1a273c1cca | [] | no_license | douglimar/SQLiteAndRecycleView | 52449c402772749a87504191941577bc72829825 | f035e5afc890c4108e221022b86d9f671902aca2 | refs/heads/master | 2020-04-02T23:22:57.008691 | 2018-10-26T16:53:34 | 2018-10-26T16:53:34 | 154,865,554 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 488 | java | package br.com.ddmsoftware.sqliteandrecycleview;
import android.provider.BaseColumns;
public class GroceryContract {
private GroceryContract() {
}
public static final class GroceryEntry implements BaseColumns {
public static final String TABLE_NAME = "groceryList";
public static final ... | [
"douglimar@gmail.com"
] | douglimar@gmail.com |
8be0f6923f6e7bcdadad313d0812fe0b387c9ee9 | 10d2e01f89d94aac94c8a6226f8b050fec396769 | /app/src/main/java/com/luthfy/tugas_uas_genap_2021_akb_if_9_10118379/Model/AdapterTourPlace.java | b6fcc6c857276388e48aed15a0822adaf88f41ca | [] | no_license | luthfykarliandi007/Tugas-UAS-Genap-2021-AKB-IF-9-10118379 | a5e122910a01870b5a27049b7d851fce8d91b67f | 68d57ab77fb5496e34aaf27f60ce9766731d73f0 | refs/heads/master | 2023-07-13T22:00:50.059157 | 2021-08-14T10:52:57 | 2021-08-14T10:52:57 | 395,941,892 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,207 | java | package com.luthfy.tugas_uas_genap_2021_akb_if_9_10118379.Model;
import android.app.Activity;
import android.content.Intent;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import android.widget.TextView;
import com.bumptech.glide.Glide;
i... | [
"luthfykarliandi@gmail.com"
] | luthfykarliandi@gmail.com |
2a69bab2d29aa34841ae670c2b3b380050d6cbc4 | ab30eded94edeb5687b1260c4a15dab828d66acf | /park_platform/src/main/java/com/wynlink/park_platform/service/SysUserService.java | 06affc55b00837516f47994ffa7726b33fd92977 | [] | no_license | shanliyun/repo1 | 90f9a1fcf1a2735634ba3518384c8af669c08231 | 744e99d2b12cc1e1d251882bfaaf9cbc650d97a2 | refs/heads/master | 2022-02-22T13:35:31.216902 | 2019-05-30T06:38:33 | 2019-05-30T06:38:33 | 189,336,742 | 0 | 0 | null | 2022-02-09T22:14:46 | 2019-05-30T03:09:15 | Java | UTF-8 | Java | false | false | 287 | java | package com.wynlink.park_platform.service;
import com.wynlink.park_platform.entity.SysUser;
import com.baomidou.mybatisplus.service.IService;
/**
* <p>
* 服务类
* </p>
*
* @author Vincent
* @since 2019-03-19
*/
public interface SysUserService extends IService<SysUser> {
}
| [
"lys980787053@163.com"
] | lys980787053@163.com |
08ad9e8b818187088673fe4a619deb06779e5d6a | 9b7b7c2862ee705c4efd5491cd389bb144b084b5 | /src/领扣算法/A简单题/汉明距离总和/Main.java | e0d3874648c0fea1f2d0ade1c9f704be1a95c90b | [] | no_license | g1587613421/arithmetic | 5bf16083df2b9791d6ff09ea4463610184a250cb | 22f99afb5f785eadb8cff57ec09c635dead69d50 | refs/heads/master | 2021-07-10T03:19:08.413358 | 2021-04-02T00:58:25 | 2021-04-02T00:58:25 | 235,080,687 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 747 | java | package 领扣算法.A简单题.汉明距离总和;
public class Main {
public int totalHammingDistance(int[] nums) {
if(nums.length<=1){
return 0;
}
int len=nums.length;
int[] sums=new int[32];
int x=0;
for(int i=0;i<len;i++){//统计每个二进制位上的1出现个数
for(int j=0;j<32;j++){
... | [
"g1587613421@outlook.com"
] | g1587613421@outlook.com |
3be42906b0e03985663ff10e87f7bf19028273f1 | a719959335af6a1b3b0aaad661e369c2a86864e1 | /app/src/main/java/co/herxun/impp/utils/Constant.java | 744f6be40e3471d7db4a45965ec4bef7167be144 | [] | no_license | fengfansky/JianKouNew | f3cf04ba48b9c76e25f2a956d3081d21f2750b14 | 7833d2dd7c1f0a91659f8ae0e8fd76bb502b15b6 | refs/heads/master | 2022-11-07T06:14:33.010667 | 2020-06-30T11:14:35 | 2020-06-30T11:14:35 | 275,756,242 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,718 | java | package co.herxun.impp.utils;
public class Constant {
public final static String PUSH_CHANNEL = "_IMPP_DEFAULT_";
public final static String FRIEND_REQUEST_KEY_TYPE = "type";
public final static String FRIEND_REQUEST_KEY_USERNAME = "username";
public final static String FRIEND_REQUEST_TYPE_SEND = "se... | [
"fengfan@shandianyun.com"
] | fengfan@shandianyun.com |
069bb421cdd3a164e657ab133e036389dc1eef31 | d521a95d6c096082fbf49ca64f55c08ff0afe468 | /src-pos/com/openbravo/data/loader/SentenceExec.java | ee13f77089b36134e3fd2af8e6f1d673f9029221 | [] | no_license | rhinterndorfer/w4cash | 3276adfd58dec62f8d898e942fd9c255de5706b6 | 896c9a3751fc378d9e85c130274fa6170b8f80a0 | refs/heads/master | 2023-07-06T19:36:42.316276 | 2023-04-28T12:40:36 | 2023-04-28T12:40:36 | 46,166,005 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,231 | java | // Openbravo POS is a point of sales application designed for touch screens.
// Copyright (C) 2007-2009 Openbravo, S.L.
// http://www.openbravo.com/product/pos
//
// This file is part of Openbravo POS.
//
// Openbravo POS is free software: you can redistribute it and/or modify
// it under the terms of... | [
"office@rammelhof.at"
] | office@rammelhof.at |
81d8e4a7da0b34a24cad6cb482f4ee7447702756 | b01cb09dc5c9ed0e0cfea41cbbb6fc0de8fdbedf | /src/main/java/com/bedirhansisman/springboot/thymeleafdemo/service/EmployeeServiceImpl.java | 932061522375d225840d02e132d9ab9c9654d152 | [] | no_license | BedirhanSisman/SpringBootFullProjectThymeleafTemplate | 86ebc2449658498e1bbb2ddb024371e0abfd9be9 | 9ab59155758c8b7ed100298b19ebc607bb80416a | refs/heads/master | 2020-05-30T12:26:02.068120 | 2019-06-01T13:14:59 | 2019-06-01T13:14:59 | 189,734,438 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,239 | java | package com.bedirhansisman.springboot.thymeleafdemo.service;
import java.util.List;
import java.util.Optional;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.bedirhansisman.springboot.thymeleafdemo.dao.EmployeeRepository;
import com.bedirhansi... | [
"bedirhan.sisman@gmail.com"
] | bedirhan.sisman@gmail.com |
5e5741ca98340993eb807e696da4603a106dc7f4 | d35caff96b4b2a8647ea50548114e452b6b7073e | /app/src/main/java/edu/tecii/android/practica_fragments/MainCallbacks.java | bab8488b499216690b7f6bf0dedcdc3875b2b6a6 | [] | no_license | HazukiS/Practica_Fragments | 50887cf8cc4b22854fe9d9b692c6b5fe07c603a9 | c078a29fe6c855f6dfea9f8f85cd78b8cfc0671e | refs/heads/master | 2021-01-12T12:29:09.720704 | 2016-11-01T06:38:23 | 2016-11-01T06:38:23 | 72,510,300 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 194 | java | package edu.tecii.android.practica_fragments;
/**
* Created by hazuk on 31/10/2016.
*/
public interface MainCallbacks {
public void onMsgFromFragToMain (String sender,String strValue);
}
| [
"alejandracalderon322@gmail.com"
] | alejandracalderon322@gmail.com |
99eabfaa50d07aef58a52749e350804bb0978e5e | 1466992fcbf177558e30a29ef24e8106aecdd67c | /src/main/java/com/dingzhaohua/helloworld/Swagger2.java | 69ff02ab74bfd13328b4edb0d93b719635816a04 | [
"MIT"
] | permissive | dzh1104/freedom | d74ba7ba806117388c7bb7c5c741c9fb00319bb9 | de46a6e8d055e6e871fd8b7792180d4b0bc3489d | refs/heads/master | 2020-04-06T08:45:55.934841 | 2018-11-27T11:53:53 | 2018-11-27T11:53:53 | 157,315,576 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,883 | java | package com.dingzhaohua.helloworld;
//swagger2的配置文件,在项目的启动类的同级文件建立
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import springfox.documentation.builders.ApiInfoBuilder;
import springfox.documentation.builders.PathSelectors;
import springfox.documentat... | [
"zhding1104@163.com"
] | zhding1104@163.com |
cdc84f7ea823163fbefe6536b26b216d997926c3 | 731994fa30d6e344bcd8d2d804ab955497cf85e4 | /src/com/zhoulychn/剑指Offer/连续子数组最大和.java | 51d2071f26cb663dbb5f51df0dd118731894b48b | [] | no_license | zhoulychn/algorithm | 33893cd50307ebcd7467e6247173c527dbe5a1e1 | 2ca6d21060cf8cb5c4be0ba0ed4e73b8bf85b151 | refs/heads/master | 2021-05-01T21:26:40.081735 | 2020-08-13T07:24:03 | 2020-08-13T07:24:03 | 120,913,518 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 449 | java | package com.zhoulychn.剑指Offer;
public class 连续子数组最大和 {
public int FindGreatestSumOfSubArray(int[] array) {
if (array.length == 1) return array[0];
int result = array[0], sum = array[0];
for (int i = 1; i < array.length; i++) {
if (array[i] < 0) result = Math.max(result, sum);
... | [
"zhoulychn@qq.com"
] | zhoulychn@qq.com |
b3853f7d52d4d5e255240b5559135e220de4b1f0 | c71b205558e3320bd06e97ad280de56beeb27826 | /sscorp-core/src/main/java/com/superconduits/core/business/interfaces/IProjects.java | 71eb6c473b6767afaac978ba93f73f6bef528d45 | [] | no_license | bhaskardas/SSCorp | 0f4acbdf759dbeb4cd01ae351904179c07134dcb | 0df30a1f6430bc2b06be58f90884040a46105d9f | refs/heads/master | 2020-06-08T17:13:38.321237 | 2011-10-27T06:46:53 | 2011-10-27T06:46:53 | 2,210,650 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 798 | java | /*
* This is the main interface in the service layer to interact with the front
* end layer of the application. This interface provides business functionality
* to return all the projects related information of Super Sales Corporation.
*/
package com.superconduits.core.business.interfaces;
import com.superconduit... | [
"bhaskar.aries@gmaail.com"
] | bhaskar.aries@gmaail.com |
61dfd010b2cc07c572de8184e5e00efe3cc416f7 | dc888b07c782295a3cd181fe4836572b0d522425 | /app/src/main/java/com/chocco/huy/qlsk/PaperAdapter.java | 00bbf9bc3039abe520fb86e9a30134dee257b6f7 | [] | no_license | hoangvu96z/QUAN-LY-SUC-KHOE | 24ec6398f07fa96cd5c88e76ab3ebbf0cbc6c6ac | 7905c3870c0c07a4e98f6cdf0173966cc7b7e9ce | refs/heads/master | 2021-01-22T03:30:24.066642 | 2017-05-25T16:32:09 | 2017-05-25T16:32:09 | 92,383,101 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,229 | java | package com.chocco.huy.qlsk;
import android.support.v4.app.Fragment;
import android.support.v4.app.FragmentManager;
import android.support.v4.app.FragmentPagerAdapter;
import android.support.v4.app.FragmentStatePagerAdapter;
/**
* Created by ACER on 4/7/2017.
*/
public class PaperAdapter extends FragmentPagerAdapt... | [
"hoangvu96z@gmail.com"
] | hoangvu96z@gmail.com |
2fc91b4dcec038dfcbb9cbdb2fccf4d773943efe | e9f671edda745b666d0297431c94a67304de6d50 | /spring_security/src/main/java/com/spring/security/LoginFailureHandler.java | a8821213cfbd402967ef53b14be00e5fc664244d | [] | no_license | rabo2/Spring | ca026fca00fac1a8b2729b65eebcc8830afa7d18 | 41428dbfd94400edce338f446f02245ead269e56 | refs/heads/master | 2023-08-17T07:33:37.848099 | 2021-09-28T07:51:47 | 2021-09-28T07:51:47 | 390,545,364 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 953 | java | package com.spring.security;
import java.io.IOException;
import java.io.PrintWriter;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.springframework.security.core.AuthenticationException;
import org.springframewo... | [
"raboy500@gmail.com"
] | raboy500@gmail.com |
172eae96ed04c08f0f463717375a858ec190c479 | a3d2ff6dee7ee79f6eeca3b145e8e74a3600c874 | /src/trees/TreeStructure.java | c600f0ab65c94381a885ea3e354ec2d3fe1e736c | [] | no_license | rithuiketz/HackerRankSolutions | 26772ce262693ff58c399aa6e36ebcc6be703acc | 86cb9eadc5ab6d012e066fc5ffd2bf1036475cf9 | refs/heads/master | 2022-12-05T19:35:01.422636 | 2020-08-23T18:36:26 | 2020-08-23T18:36:26 | 289,745,292 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,397 | java | package trees;
public class TreeStructure {
private TreeNode root;
protected class TreeNode
{
private Integer data;
private TreeNode left;
private TreeNode right;
public TreeNode(Integer data) {
this.data = data;
}
public void setLeft(TreeNode leftNode) {
this.left = leftNode;
}
public ... | [
"=rithuik.etz@gmail.com"
] | =rithuik.etz@gmail.com |
a185c112a02141bea4c19880364aeb5765a171f0 | 266c9b8553595acf30a96a86e0077cd87a33e3c6 | /battleship-game/src/main/java/com/game/battleship/exception/BattleShipRuntimeException.java | b00e4aa7845f394f33eaa27299289124f9aac8f3 | [] | no_license | zuned/battleshipGame | dd2e13b75e8dc02ac7ad0d36e0e593086b381842 | 1195c50ee2add6602a41c7f20f15347c20fa7525 | refs/heads/master | 2021-07-01T10:50:36.741363 | 2017-09-21T06:22:32 | 2017-09-21T06:22:32 | 104,307,795 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 568 | java | package com.game.battleship.exception;
public class BattleShipRuntimeException extends RuntimeException{
/**
*
*/
private static final long serialVersionUID = 1L;
private final String errorCode;
public BattleShipRuntimeException(final String errorCode ,final String message){
super(message);
this.error... | [
"Zuned.Ahmed@hcentive.com"
] | Zuned.Ahmed@hcentive.com |
1e4033f58706699dbed4c844d7abe62529dd7040 | 42a3840113043ea90162c93c32e2a08f93675843 | /DesignPatterns/src/main/java/com/cosmo/PrototypePattern/Mail.java | 34ac5db905be7912ac306184aec4128a88b736f7 | [] | no_license | cosmohsueh/DesignPatterns | d1e0987467da3c483c0766e30760bd9aa8ab428e | 03e9d3baed6875dde33183c50ae17f35abaabfc9 | refs/heads/master | 2021-01-01T03:51:06.643417 | 2016-05-04T07:15:28 | 2016-05-04T07:15:28 | 56,737,098 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,228 | java | package com.cosmo.PrototypePattern;
public class Mail implements Cloneable {
private String receiver;
private String subject;
private String appellation;
private String context;
private String tail;
public Mail(AdvTemplate advTemplate) {
this.subject = advTemplate.getAdvSubject();
this.context ... | [
"cosmo.hsueh@gmail.com"
] | cosmo.hsueh@gmail.com |
14a420ba136ff90eb7261efde4c5845c04bc72e0 | 45c8befa5628270ef6e72552adddf2ba2d138c42 | /pattern/pattern-proxy/src/main/java/com/bingo/java/pattern/proxy/cglibproxy/CGLibProxyTest.java | 20f621bc5b426c9ec4b0f892bc72cf09a42cf821 | [] | no_license | yyb0107/java-hub | 7603f987fb50f55101b42952cec93cefb7d57d02 | 5f7f000317379245d92c4da3bac8b565eded16a8 | refs/heads/master | 2022-12-22T01:11:15.290197 | 2021-08-26T18:21:21 | 2021-08-26T18:21:21 | 177,807,824 | 0 | 0 | null | 2022-12-16T08:36:03 | 2019-03-26T14:41:49 | Java | UTF-8 | Java | false | false | 661 | java | package com.bingo.java.pattern.proxy.cglibproxy;
import com.bingo.java.pattern.proxy.pojo.IPerson;
import com.bingo.java.pattern.proxy.pojo.Person;
import net.sf.cglib.core.DebuggingClassWriter;
/**
* @author Bingo
* @title: CGLibProxyTest
* @projectName java-hub
* @description: TODO
* @date 2019/4/5 23:08
*/
... | [
"yangyingbin0107@163.com"
] | yangyingbin0107@163.com |
0d59c0419c12eb102a0835b96ede07467f869459 | 4573ee264818b8f7ee8dfa87583f004c8536e7a1 | /src/main/java/com/yundaren/support/po/ProjectPo.java | e67c6b66bbbc298d24d3b8e900a8c2e32ac40ea0 | [] | no_license | n1318914/make8 | 2e4ddcc9d47e6db2b1df6c5fd69b92d8b1660b3a | 613980839235ec9a86d38a20e58d8daa3047e5f8 | refs/heads/master | 2021-01-19T09:55:35.301319 | 2017-02-16T07:20:22 | 2017-02-16T07:20:22 | 82,151,815 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,922 | java | package com.yundaren.support.po;
import java.util.Date;
import lombok.Data;
import org.springframework.format.annotation.DateTimeFormat;
@Data
public class ProjectPo {
// 活动ID
private String id;
// 需求类型
private String type;
// 心里价格
private String priceRange;
// 需求简述
private String name;
// 需求详细描述
private... | [
"358058306@qq.com"
] | 358058306@qq.com |
5b6e496be01c374816e0bfa3ca0b9843b8cce1bf | 25f7be2a13a2648a7150a6d6538806ae0eed22bd | /aliyun-java-sdk-dds/src/main/java/com/aliyuncs/dds/model/v20151201/ModifyInstanceAutoRenewalAttributeResponse.java | a867debf5495f33985e62c411b29c4f770e304c7 | [
"Apache-2.0"
] | permissive | llCnll/aliyun-openapi-java-sdk | 4d5ddb34e672a4188cdfe7dc1463b5d89e26569c | 6400549026014f1ffc2ffd22b7f29c29b37cccc6 | refs/heads/master | 2020-04-22T02:53:28.836935 | 2019-01-31T08:31:36 | 2019-02-01T09:15:01 | 170,066,708 | 1 | 0 | NOASSERTION | 2019-02-11T04:16:11 | 2019-02-11T04:16:11 | null | UTF-8 | Java | false | false | 1,319 | java | /*
* 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 writing, software
* distributed u... | [
"yixiong.jxy@alibaba-inc.com"
] | yixiong.jxy@alibaba-inc.com |
da7fe6df318e5d27fb45e21bd150bcfe57e61cdb | f0a64578e206d196ed29465fa8d1115ea15534d3 | /src/main/java/com/bishal/Bank/common/enums/TransactionType.java | 6310482ef9f54e50753e32d7233e780539a7af22 | [] | no_license | Bishalj/Bank | 012c3f6816702fcb631b77ccd240920c4c544740 | 7bb9d69987ec5a17fd9dc93745d0002e6e29279c | refs/heads/master | 2022-11-01T04:23:10.748598 | 2020-06-15T16:54:52 | 2020-06-15T16:54:52 | 272,141,428 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 94 | java | package com.bishal.Bank.common.enums;
public enum TransactionType {
WITHDRAW, DEPOSIT
}
| [
"jaiswalbishal3@gmail.com"
] | jaiswalbishal3@gmail.com |
88ca7f3c82fbf06696ae18a6d519c22390c093c0 | 85cfc652459ca2f015aa8c8dc55240721632cee0 | /bin/custom/cartridge/cartridgestorefront/web/src/com/hybris/cartridge/storefront/controllers/pages/checkout/steps/SummaryCheckoutStepController.java | 5b44881b7b976d6e219706ead3dfa4c1d6252d7c | [] | no_license | varshadhamal/Hybris-test | 43e5479b9909e41e6276dfde6b4f4ff1cdae9b0e | a29c6090680110ab733e2077772c9c477d497df6 | refs/heads/master | 2020-03-18T06:31:01.940494 | 2018-05-22T11:58:12 | 2018-05-22T11:58:12 | 134,400,503 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 8,852 | java | /*
* [y] hybris Platform
*
* Copyright (c) 2000-2016 SAP SE or an SAP affiliate company.
* All rights reserved.
*
* This software is the confidential and proprietary information of SAP
* ("Confidential Information"). You shall not disclose such Confidential
* Information and shall use it only in accordance with... | [
"varsha.d.saste@accenture.com"
] | varsha.d.saste@accenture.com |
87fb07775dc68d75bc094eef5d074e53dde102a2 | f12056f89cd34b763a8532a70c9cb8c5be6c25aa | /hw1-wfeely/src/main/java/edu/cmu/cs/wfeely/hw1/BaseAnnotation_Type.java | c07a375690011de1062ef50bc95a5eb5e81d02a8 | [] | no_license | wfeely/hw1-wfeely | 1d5710599e75353fa96b49559d8f8d1399557be3 | 5bcd363a1a8aef955e03d11695bbf82c8bd21db4 | refs/heads/master | 2020-05-02T20:01:42.343463 | 2013-09-11T23:52:50 | 2013-09-11T23:52:50 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,739 | java |
/* First created by JCasGen Mon Sep 09 20:28:05 EDT 2013 */
package edu.cmu.cs.wfeely.hw1;
import org.apache.uima.jcas.JCas;
import org.apache.uima.jcas.JCasRegistry;
import org.apache.uima.cas.impl.CASImpl;
import org.apache.uima.cas.impl.FSGenerator;
import org.apache.uima.cas.FeatureStructure;
import org.apache.ui... | [
"wfeely@cs.cmu.edu"
] | wfeely@cs.cmu.edu |
8a3474dc09888555ed372ca3a7dcbe037e3c3ab5 | 4cf0768f3f8ae53755c015aa0d468a131a5962f6 | /src/test/java/studio/guoliao/DigestTest.java | 2d61af4759b958f778defb7525620159bed8d418 | [
"MIT",
"Apache-2.0"
] | permissive | guoliao502/crypto | de060d7dd7f3db0d2bbd7cc095f78a2a73daed8c | 5e551bc10ed02a1feb12bd74e3d1599364ce2261 | refs/heads/master | 2022-02-02T21:03:43.882476 | 2020-07-07T02:55:55 | 2020-07-07T02:55:55 | 198,992,538 | 90 | 9 | NOASSERTION | 2022-01-04T16:34:53 | 2019-07-26T09:53:20 | Java | UTF-8 | Java | false | false | 1,767 | java | package studio.guoliao;
import org.apache.commons.codec.binary.Base64;
import org.junit.Assert;
import org.junit.Test;
import studio.guoliao.crypto.digest.CommonDigest;
import studio.guoliao.crypto.digest.HmacDigest;
import studio.guoliao.crypto.model.KeyDescription;
import studio.guoliao.crypto.util.KeyUtil;
import ... | [
"guoliao@kaochong.com"
] | guoliao@kaochong.com |
02f4d281cc0cbcaef32230b4eec1356aa6bfadf4 | 67fbd11d809ad491edafd34b4fffb70483bffc72 | /launcher/gen/com/example/launcher/R.java | 7c2e39d7fedd374c10a1ca226f5c0b2631362d2c | [] | no_license | ImYeol/launcher_ | f9de75d6db5b7b4c374c48821034ccad28295001 | 6a37ee96aa5bb24966157edc6846e159edb2d046 | refs/heads/master | 2016-09-01T18:42:38.855349 | 2015-01-27T06:40:37 | 2015-01-27T06:40:37 | 26,010,402 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,959 | java | /* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* aapt tool from the resource data it found. It
* should not be modified by hand.
*/
package com.example.launcher;
public final class R {
public static final class attr {
}
public static final class drawable {
... | [
"gyl115@naver.com"
] | gyl115@naver.com |
9afe69208696f245c95683b921ca6c67043e7f31 | cb3e78036b285e820049e2f1ac879d14eac6057e | /app/src/main/java/com/example/newsapp/utils/InternetConnection.java | fab8ee717f892dcf882489951b814c2ac5019567 | [] | no_license | couragepaul/NewsApp | 5ea6071de62bfa5e6f4f339dc8a0c74baf1156be | 5b50603ad690ecb51352f43a92de7cb8c6abc530 | refs/heads/master | 2023-01-28T08:30:46.541812 | 2020-12-03T16:57:09 | 2020-12-03T16:57:09 | 318,248,611 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 719 | java | package com.example.newsapp.utils;
import android.content.Context;
import android.net.ConnectivityManager;
import android.net.NetworkInfo;
public class InternetConnection {
/**
* check Internet connection available in system
*/
public static boolean isConnectingToInternet(Context context){
try {
Connecti... | [
"couragepaul@Courages-iMac.local"
] | couragepaul@Courages-iMac.local |
f8dfc01a45b2a82f588335f45bbf735ba0a84b67 | 9af8fe96b774b77617e8f66846474c44f66fcf74 | /AndroidUtils/src/main/java/com/nityankhanna/androidutils/DateTimeFormat.java | 1b88dd23ca5644e03805bb95ab2b30920ef18dae | [
"MIT"
] | permissive | b3457m0d3/android-utils-1 | 82868365d070fed6b8fab729075ced0a5c41d33e | b2aecf04e28e5fa794874f391e7d9e16e80cd363 | refs/heads/master | 2020-12-31T03:16:11.023342 | 2014-03-09T04:17:55 | 2014-03-09T04:17:55 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,044 | java | package com.nityankhanna.androidutils;
/**
* Created by Nityan Khanna on Jan 14 2014.
*/
public enum DateTimeFormat {
DAY_MONTH_YEAR("dd/MM/yyyy"),
MONTH_DAY_YEAR("MM/dd/yyyy"),
YEAR_MONTH_DAY("yyyy/MM/dd"),
HOUR_MINUTE_SECOND_12("hh:mm:ss"),
HOUR_MINUTE_SECOND_24("kk:mm:ss"),
HOUR_MINUTE_SECOND_AM_PM("hh:mm:s... | [
"nityan.khanna@mohawkcollege.ca"
] | nityan.khanna@mohawkcollege.ca |
c428ace3a8b17a96ca68bede6b1e4fb5f678fc11 | be932cae69ad9e9d28950e1c6540872686cdabf9 | /rongke-web/src/main/java/com/rongke/web/lianpay/vo/OrderInfo.java | a1e292a2ed115ab7cbe1237bca8aa2337f166075 | [] | no_license | gaolizhan/rongke | a8af53f7810d462c8294c248c89faf8a6ae10daa | 684a1aa522f182137b3b23b0ec98e2fbd4eef801 | refs/heads/master | 2020-04-08T08:18:49.829102 | 2018-11-25T14:53:35 | 2018-11-25T14:53:35 | 159,174,206 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,488 | java | package com.rongke.web.lianpay.vo;
import java.io.Serializable;
/**
* 商户订单信息
* @author guoyx
* @date:Jun 24, 2013 3:25:29 PM
* @version :1.0
*
*/
public class OrderInfo implements Serializable{
private static final long serialVersionUID = 1L;
private String no_order; // 商户唯一订单号
priv... | [
"cmeizu@hotmail.com"
] | cmeizu@hotmail.com |
f856ff58408a4d986c2014dd70f391d36abe089f | a026f5df043f1adb4945417d027ef7eab1d2bad8 | /Workspace/LetsTagOn/LetsTagOnService/src/main/java/com/letstagon/enums/NotificationTypeEnum.java | b66eeedad1c21190c86d7c873e3f3e081f0c59f2 | [] | no_license | Ranjitha1992/LetsTag-On | 9a134790d9c325d0c1befba871b1b485dd65d24a | 50400e9f2a25e4900bc6abfd34ff289e67b3f329 | refs/heads/master | 2021-06-22T07:48:01.737246 | 2017-08-16T07:02:42 | 2017-08-16T07:02:42 | 100,458,604 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,907 | java | package com.letstagon.enums;
// TODO: Auto-generated Javadoc
/**
* The Enum NotificationTypeEnum.
*/
public enum NotificationTypeEnum {
/** The connection accept. */
CONNECTION_ACCEPT("ConnectionAcceptEvent",
"Your Connection has been accepted"),
/** The connection request. */
CONNECTION_REQUEST(
"Conne... | [
"Ranjitha.Ravi@techwave.net"
] | Ranjitha.Ravi@techwave.net |
f7fe82b50e470f27c09d547877b27bb83837863c | 9bc4e4fd32dda778d61e15fd95609a5fb74faac3 | /boot-system/src/main/java/com/boot/system/domain/SysNotice.java | 01ce637788ef6ab1fe5a9a79130d82b4b43e4511 | [
"MIT"
] | permissive | missaouib/boot | 210455e5cf87408b61852f36277e62b69fc4fff0 | 5340a820326ff06f6bd2a7bb1b905726c61aceb1 | refs/heads/master | 2023-03-02T23:42:05.000876 | 2021-01-13T07:03:45 | 2021-01-13T07:03:45 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,376 | java | package com.boot.system.domain;
import javax.validation.constraints.NotBlank;
import javax.validation.constraints.Size;
import org.apache.commons.lang3.builder.ToStringBuilder;
import org.apache.commons.lang3.builder.ToStringStyle;
import com.boot.common.core.domain.BaseEntity;
/**
* 通知公告表 sys_notice
*
* @author ... | [
"gfqjava@163.com"
] | gfqjava@163.com |
f4ef8545fc418a0e998bb43741ad2997cbd74096 | 3ef55e152decb43bdd90e3de821ffea1a2ec8f75 | /large/module0254_internal/src/java/module0254_internal/a/Foo3.java | 23f34bcff4c77c8bd00b1d2e2df22fc15b813593 | [
"BSD-3-Clause"
] | permissive | salesforce/bazel-ls-demo-project | 5cc6ef749d65d6626080f3a94239b6a509ef145a | 948ed278f87338edd7e40af68b8690ae4f73ebf0 | refs/heads/master | 2023-06-24T08:06:06.084651 | 2023-03-14T11:54:29 | 2023-03-14T11:54:29 | 241,489,944 | 0 | 5 | BSD-3-Clause | 2023-03-27T11:28:14 | 2020-02-18T23:30:47 | Java | UTF-8 | Java | false | false | 1,578 | java | package module0254_internal.a;
import javax.lang.model.*;
import javax.management.*;
import javax.naming.directory.*;
/**
* Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut
* labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo d... | [
"gwagenknecht@salesforce.com"
] | gwagenknecht@salesforce.com |
6affb508bde243ca071a1812c1cac745966b4e49 | 17cf1597969504c3878eda785894bba838e2b934 | /src/collections/teoria/modelo/ProdutoValorComparator.java | 835df4ef84106c643c43538571b7a2f7a4124b06 | [] | no_license | Jessica-Garcia/curso-java-13 | ad8e92ce6a37310040fc7fc2899a1765d52c7835 | 5d23825e8fd6ca01b41a7b0d85a115fff1c63d3d | refs/heads/master | 2022-11-22T01:22:15.993122 | 2020-07-29T07:10:21 | 2020-07-29T07:10:21 | 280,557,312 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 261 | java | package collections.teoria.modelo;
import java.util.Comparator;
public class ProdutoValorComparator implements Comparator<Produto> {
@Override
public int compare(Produto p1, Produto p2) {
return p1.getValor().compareTo(p2.getValor());
}
}
| [
"jessica.rodriguesgarcia@gmail.com"
] | jessica.rodriguesgarcia@gmail.com |
e396a5d72dc19546f9d933b013c5326acdbb1d86 | 0ed456435ee6385e2f86c407982781e7a21b4c6d | /client/YYQuan/multi-image-selector/src/main/java/me/nereo/multi_image_selector/adapter/ImageGridAdapter.java | 2e042f544230a43aa64f92ac96724a01c5f66db0 | [
"Apache-2.0"
] | permissive | kkman2008/xmppapp | 961e5c97fb1b878f630959685616278f3ad38d06 | 290fae6a6a65b199275d1a7992967b834bfe2483 | refs/heads/master | 2020-03-27T09:02:19.228855 | 2018-10-09T20:59:46 | 2018-10-09T20:59:46 | 146,308,835 | 2 | 1 | null | null | null | null | UTF-8 | Java | false | false | 6,708 | java | package me.nereo.multi_image_selector.adapter;
import android.content.Context;
import android.text.TextUtils;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAdapter;
import android.widget.GridView;
import android.widget.ImageView;
import com.squa... | [
"113531420@qq.com"
] | 113531420@qq.com |
12166a404fdddd147a3abfeb06b0346d5479773c | 701ed7de0862037fd09372e2365f608964889d3d | /src/empresa/EmpleadoTest.java | 2f3d3def9feb287a7e40d90edbe3831bf74050b7 | [] | no_license | Cristian2301/Objetos2Empresa | ef3e84d21071697a2fc4b2421871b611ca4a1000 | 9f9d073a1430c5179a151fcd4c99a96ee130e130 | refs/heads/master | 2020-05-05T05:00:03.408881 | 2019-04-08T20:04:58 | 2019-04-08T20:04:58 | 179,734,034 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,175 | java | package empresa;
import static org.junit.jupiter.api.Assertions.*;
import org.junit.jupiter.api.Test;
class EmpleadoTest {
Empleado empleado;
@BeforeEach
void setUp() throws Exception{
empleado = new Empleado("Jose", 212, true, 99, 12000);
}
@Test
void testGetNombre() {
assertTrue(em... | [
"cris.eze.99@gmail.com"
] | cris.eze.99@gmail.com |
1614b245f49b9f9836dd728aee20394ff76fe855 | a953ece8ff4a36e367d26d046d2ab056f2ccda4d | /2020/GTBIT/LevelUp/l001_Recursion/l002RecursionTrees.java | bb64bee4670602eb9d1412ab2630c2b728c51ae7 | [] | no_license | SiyaKumari/pepcoding-Batches | 2ae669bdae342159c408ca636a4ff9bfddad0e1d | 59195aa355f704c0091b2f85bed200fb34c2448b | refs/heads/master | 2023-05-06T08:58:37.784862 | 2021-05-22T07:58:47 | 2021-05-22T07:58:47 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 13,126 | java | public class l002RecursionTrees {
public static int permutationWithInfi(int[] arr, int tar, String ans) {
if (tar == 0) {
System.out.println(ans);
return 1;
}
int count = 0;
for (int ele : arr) {
if (tar - ele >= 0) {
count += perm... | [
"rajneeshkumar@gmail.com"
] | rajneeshkumar@gmail.com |
9abd812ad0e2e3b7e916e83be939c2964c7ad80e | dc4b0c1cd5e45c779061ad477c6ff681206a7470 | /app/src/main/java/com/example/ycx36/recruitment/view/activity/AddAttentionActivity.java | fe77c0e84f14b4844ac65662b741686fc22edd1c | [] | no_license | yangchengxue/Recruitmentxx | aa7def3275f1c3592e11d7ddbb5b58d211d35fe9 | 91bc0af49fb422b3afbc909fc3d463352f0e52aa | refs/heads/master | 2020-05-09T14:04:47.284338 | 2019-05-17T14:33:30 | 2019-05-17T14:33:30 | 181,180,239 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,262 | java | package com.example.ycx36.recruitment.view.activity;
import android.content.Context;
import android.content.Intent;
import android.net.Uri;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import android.view.inputmethod.InputMethodM... | [
"553566463@qq.com"
] | 553566463@qq.com |
4bfb960462b3caa83553fa077c7ecc66bece401f | d040376ea3601d41f151a8972148d2f3c00e07f1 | /src/com/srutkowski/facade/example1/MailContentGenerator.java | 5fd33a827f435938feb66929e5581bbe41052f55 | [] | no_license | sakovski/Design-Patterns | 9454eabaa006c7595c1ea9e40328e34cae0fdc08 | cb560e456df639c0e656ad0fcfa698ec6984acdf | refs/heads/master | 2020-04-17T15:26:15.922203 | 2019-02-10T15:37:50 | 2019-02-10T15:37:50 | 166,698,576 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 425 | java | package com.srutkowski.facade.example1;
public class MailContentGenerator {
public String getWelcomeContent(String receiver, String template) {
return String.format("%s HELLO %s! Long time no see :)", template, receiver);
}
public String getBusinessOfferContent(String receiver, String template) {... | [
"sakasew@gmail.com"
] | sakasew@gmail.com |
3271c8179e3c0c79da99c5140f27eae30a594dbc | 2b97ebc4a4a5b96291ca994ef6f11f045c9fce68 | /pet-clinic-data/src/main/java/jagrat/springframework/petclinic/model/Pet.java | 4993e47cd1f715368cf681be9e93c0fc56c5ff8b | [] | no_license | foducoder/pet-clinic | 350dbdcd908ab5638e699b7b214453fc4cec4449 | fed51037c4ae51c4a26e1a176adc8a900d2b1a69 | refs/heads/master | 2022-12-02T09:59:18.072953 | 2020-08-11T11:24:00 | 2020-08-11T11:24:00 | 284,430,585 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 809 | java | package jagrat.springframework.petclinic.model;
import java.time.LocalDate;
public class Pet extends BaseEntity{
private String name;
private PetType petType;
private Owner owner;
private LocalDate birthDate;
public String getName() {
return name;
}
public void setName(String nam... | [
"lolwa@gmail.com"
] | lolwa@gmail.com |
33f489d90fecf8ab1e446075f875113e650a3203 | 05a5bb2f14da29e67a086d0a0beb0863978663e9 | /src/main/java/net/imglib2/blocks/TempArrayImpl.java | e3db8c4a9dc94fffe28e6a0a47e4f1f974eec9bc | [
"BSD-2-Clause"
] | permissive | imglib/imglib2 | 8239153419a862149cc8317ca27a185dbe07aeec | 0f83262f6a1db0b131341fe28ec1d4f495c65a7a | refs/heads/master | 2023-08-18T10:50:51.702443 | 2023-02-06T17:59:32 | 2023-07-14T12:01:47 | 2,996,011 | 260 | 79 | NOASSERTION | 2023-09-12T12:26:59 | 2011-12-16T16:36:19 | Java | UTF-8 | Java | false | false | 2,532 | java | /*-
* #%L
* ImgLib2: a general-purpose, multidimensional image processing library.
* %%
* Copyright (C) 2009 - 2023 Tobias Pietzsch, Stephan Preibisch, Stephan Saalfeld,
* John Bogovic, Albert Cardona, Barry DeZonia, Christian Dietz, Jan Funke,
* Aivar Grislis, Jonathan Hale, Grant Harris, Stefan Helfrich, Mark H... | [
"tobias.pietzsch@gmail.com"
] | tobias.pietzsch@gmail.com |
069c85840c1be4c01ed5af33b60ef51ac652cd6a | b4ae50a27df77dece540ed79bbc0f3cfd3602680 | /src/tests/Ex2Test.java | f7f5dc3d415cf9ea5cd5f2e572ecb3fb18dd7e4e | [] | no_license | NetanelAlbert/OopEx2-Maze-of-Waze | c181a2e66a2257c1d1f55639ac3bf0bfc99c94e0 | 2d2392157e145913c69b0552f042a3370c584450 | refs/heads/master | 2020-11-25T02:32:57.394021 | 2020-01-05T21:48:30 | 2020-01-05T21:48:30 | 228,454,835 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,509 | java | package tests;
import static org.junit.jupiter.api.Assertions.*;
import org.junit.jupiter.api.BeforeAll;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
import algorithms.*;
import dataStructure.*;
import utils.*;
import gui.*;
/**
* EX2 Structure test:
* 1. make sure your code compile... | [
"NetanelAlbert@gmail.com"
] | NetanelAlbert@gmail.com |
355e512f68e8424eddf19ba183bd42315a734285 | 85a912b7e7f46f0a8b828463075cba1c5a338065 | /hello-eureka-client-service-consumer-feign/src/main/java/com/lee/springcloud/simple/ConsumerController.java | f19914c12ca15b188fd7ff1f114d9d138959583e | [] | no_license | BlueLeer/lee-springcloud-learn | 0c6a810b24f94a584b0cca6bb095c95174ef9ccf | 3cac1541bd4408a771bad2ac4a5457076cc8c4ec | refs/heads/master | 2020-06-21T21:17:41.257789 | 2020-04-17T16:59:41 | 2020-04-17T16:59:41 | 197,554,499 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 621 | java | package com.lee.springcloud.simple;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
/**
* Feign继承的特性
*
* @author lee
* @date 2020/4/16 16:27
*/
@RestController
public class... | [
"251668577@qq.com"
] | 251668577@qq.com |
16fd9c0aa39dd60d6eeaa1b693dd6709d7bd0ed2 | 5111cd4d27e846053fc844335ab96b42f60e3b16 | /zy-gis-service/src/main/java/com/zy/dzzw/gis/service/LayerInfoService.java | 555a2e9c3f15ae48efde7dc65ce3d056ac6cf807 | [] | no_license | wellsmitch/officeMap | d259b7cdd8cc2c22e1688b1c8b56f834c680ce78 | 9777a5066f5b9eb061a64efee7f263b831cbaa9e | refs/heads/master | 2023-04-15T07:39:09.090910 | 2021-04-23T02:22:23 | 2021-04-23T02:22:23 | 360,738,366 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,703 | java | package com.zy.dzzw.gis.service;
import com.zy.common.sys.entity.SysRole;
import com.zy.common.sys.entity.SysUser;
import com.zy.common.sys.service.CommonService;
import com.zy.core.exception.ServiceRuntimeException;
import com.zy.dzzw.gis.entity.BaseObject;
import com.zy.dzzw.gis.entity.LayerInfo;
import com.zy.dzzw.... | [
"1970083855@qq.com"
] | 1970083855@qq.com |
0c1d4c9f7714624b5bc17b402121082dea3db9e2 | acc18fcba1c66500579b93432484c745a61c2f2d | /DanhBaContentProvider/app/src/main/java/com/example/huynh/danhba/Keyboard.java | 9a78f0784f91eca8f05c04feaace334fb996d138 | [] | no_license | lucfan99/DanhSachDoAn | b58a4b25cb90a596942313a00af44e66f30a0275 | 6ed591aad9e66d8e88679bf9a44bc311f07ea1c2 | refs/heads/master | 2022-12-14T17:49:51.516368 | 2020-09-20T12:30:22 | 2020-09-20T12:30:22 | 297,069,420 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,404 | java | package com.example.huynh.danhba;
import android.content.Context;
import android.text.TextUtils;
import android.util.AttributeSet;
import android.util.SparseArray;
import android.view.LayoutInflater;
import android.view.View;
import android.view.inputmethod.InputConnection;
import android.widget.Button;
import android.... | [
"57805171+lucfan99@users.noreply.github.com"
] | 57805171+lucfan99@users.noreply.github.com |
ecdee94922ec62e07a34eb9bb7b1a604bb24d2bc | 5b7b7ac935757f9ba4f4207decfce2c969c7721d | /Polestar/src/main/java/com/polestar/constants/HeaderConstants.java | 482921f03648b6a0815fbc64b1cb45f9694df020 | [] | no_license | AbhijitBiradar/Polestar | 163998d90c3419df77916b0be81d3ff2b2ed34e0 | 8ec2173be49d19213dff23ab99dd4d0ab3bb1bf3 | refs/heads/master | 2022-11-22T18:26:14.643536 | 2020-07-19T08:29:25 | 2020-07-19T08:29:25 | 254,250,250 | 0 | 0 | null | 2022-11-16T00:46:28 | 2020-04-09T02:20:28 | Java | UTF-8 | Java | false | false | 240 | java | package com.polestar.constants;
public class HeaderConstants {
public static final String CONTENT_TYPE="Content-Type";
public static final String APPLICATION_JSON="application/json";
public static final String SERVER="server";
}
| [
"biradar.abhijit@gmail.com"
] | biradar.abhijit@gmail.com |
845aa1854c17cd943738c6dccbcf7febaf026516 | 082e4d7b73248fda2e39e742e7a59d5b3d8672ad | /src/main/java/com/community/gateway/logical/BusinessLogical.java | c344edccf24e49593502e77955cd24b92eda286d | [] | no_license | kannanr26/Gateway | 6141fdfad75983e2f4dc4c36df86a428e4659642 | b5592a631008f711d52544eceac00195dff57e65 | refs/heads/master | 2021-05-27T12:59:10.902341 | 2020-05-01T07:14:03 | 2020-05-01T07:14:03 | 254,268,987 | 0 | 1 | null | 2020-05-01T07:14:05 | 2020-04-09T04:14:03 | Java | UTF-8 | Java | false | false | 601 | java | package com.community.gateway.logical;
import java.util.List;
import javax.validation.Valid;
import com.community.gateway.dto.BusinessDTO;
import com.community.gateway.exception.ResourceNotFoundException;
public interface BusinessLogical {
List<BusinessDTO> findAll();
BusinessDTO findById(Long businessId)throws... | [
"kannanrathaselvi@gmail.com"
] | kannanrathaselvi@gmail.com |
f0f7587ccb96b94196f4cec7ee213c0b681563b6 | eea662c5b274ab75b9b982b63006ab5c7bda5b96 | /src/main/java/fire/web/service/AssignmentService.java | 2775a138c3106806f14c39d3415326f10939242f | [] | no_license | tynr426/fire | ebec94145eac9cd0aedd695f18426d35acf40c5d | 0361380becad3a1526f50b2807606402638c5115 | refs/heads/master | 2021-09-12T23:19:20.071306 | 2018-04-22T14:24:17 | 2018-04-22T14:24:17 | 103,547,542 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 877 | java | package fire.web.service;
import java.util.List;
import fire.common.entity.Assignment;
import fire.common.entity.AssignmentResult;
import fire.common.entity.RepairrecordResult;
import fire.common.entity.StatusStatistics;
import fire.web.utils.PageInfo;
public interface AssignmentService {
public... | [
"pc@F0X0W2J6PRGKFTO"
] | pc@F0X0W2J6PRGKFTO |
f28e49187c24e0e1d2e362f7c34ccedf3c6338db | 0af8b92686a58eb0b64e319b22411432aca7a8f3 | /large-multiproject/project24/src/test/java/org/gradle/test/performance24_3/Test24_207.java | 50dd68e1ca00914b44ccbbfb0805cbcac3ef84a6 | [] | no_license | gradle/performance-comparisons | b0d38db37c326e0ce271abebdb3c91769b860799 | e53dc7182fafcf9fedf07920cbbea8b40ee4eef4 | refs/heads/master | 2023-08-14T19:24:39.164276 | 2022-11-24T05:18:33 | 2022-11-24T05:18:33 | 80,121,268 | 17 | 15 | null | 2022-09-30T08:04:35 | 2017-01-26T14:25:33 | null | UTF-8 | Java | false | false | 292 | java | package org.gradle.test.performance24_3;
import static org.junit.Assert.*;
public class Test24_207 {
private final Production24_207 production = new Production24_207("value");
@org.junit.Test
public void test() {
assertEquals(production.getProperty(), "value");
}
} | [
"cedric.champeau@gmail.com"
] | cedric.champeau@gmail.com |
f277dc1cc7f398ec5bcf540a8248b74c81bc7da3 | 66ef826c4e5e578e1a4099aff69e335b8af1ef13 | /src/task4/Task4.java | 62c4080372c68c9567b5fe55b3decfa7d0b61fd9 | [] | no_license | DEdKorolev/Zadanie3 | 2b58c32de342437f229f180d3ce2bbfbf879dae6 | 2de71b32f182cbad7794f448e7d52239357a7cf9 | refs/heads/master | 2023-07-27T02:00:23.566868 | 2021-09-06T10:01:31 | 2021-09-06T10:01:31 | 401,137,284 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,466 | java | /*
Метод, который получает на вход Map<K, V> и возвращает Map, где ключи и значения поменяны местами.
Так как значения исходной Map могут совпадать, то тип ключа в Map будет уже не K,
а Collection<K>: Map<V, Collection<K>>
*/
package task4;
import java.util.*;
import java.util.Set;
public class Task4 {
public ... | [
"scooter-@mail.ru"
] | scooter-@mail.ru |
7af614459f0cb73fbea873e46938793015ae9957 | 3449cc2feeaa0d6ffe5075032e424be3ccbd1733 | /src/main/java/org/sonatype/nexus/plugins/crowd/client/rest/RestException.java | 43698f6e1b963c5b16d1fa1250937d5f80fe0112 | [] | no_license | PatrickRoumanoff/nexus-crowd-plugin | 6018cf3a3e0a6a1096847a9a1f3424321b9b20fa | f01e277627dde36eed6413759340e63b66e5ab00 | refs/heads/master | 2023-07-06T19:36:47.922149 | 2023-06-28T16:55:52 | 2023-06-28T16:55:52 | 4,085,009 | 22 | 15 | null | 2021-09-27T13:06:32 | 2012-04-20T09:32:38 | Java | UTF-8 | Java | false | false | 1,233 | java | /*
* This program is licensed to you under the Apache License Version 2.0,
* and you may not use this file except in compliance with the Apache License Version 2.0.
* You may obtain a copy of the Apache License Version 2.0 at http://www.apache.org/licenses/LICENSE-2.0.
*
* Unless required by applicable law or agre... | [
"issa-gorissen@usa.net"
] | issa-gorissen@usa.net |
7cb739f44404b8e34419d09231fb3377d29b3080 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/9/9_6b1d1ab0a27e9ed08a626e18319beb91d0a0d5ce/OtpMbox/9_6b1d1ab0a27e9ed08a626e18319beb91d0a0d5ce_OtpMbox_s.java | 16369f5053fc874c378f018d5b80328d06921d6d | [] | 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 | 22,737 | java | /*
* %CopyrightBegin%
*
* Copyright Ericsson AB 2000-2009. All Rights Reserved.
*
* The contents of this file are subject to the Erlang Public License,
* Version 1.1, (the "License"); you may not use this file except in
* compliance with the License. You should have received a copy of the
* Erlang Pub... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
cf9fea5bb74d88e39a84812e3f7a1179938676b0 | 7b8817da7eba394c6c2357a436b759b2f1894102 | /kth-mybatis/src/main/java/org/kpu/myweb/controller/MemberController.java | b17df93b6f7b1259c34cd81d6bb5ed3eb15186e7 | [] | no_license | thoonk/FrameworkProgramming | 5ae466216e996ebbe6bbe98951e5bc666897ea53 | ea760d559869d8801025f655b36e3d32b1823f4e | refs/heads/master | 2022-12-21T11:28:37.792126 | 2020-06-13T05:03:14 | 2020-06-13T05:03:14 | 249,359,811 | 2 | 0 | null | 2022-12-16T15:26:39 | 2020-03-23T07:10:43 | Java | UTF-8 | Java | false | false | 3,292 | java | package org.kpu.myweb.controller;
import java.util.List;
import org.kpu.myweb.domain.StudentVO;
import org.kpu.myweb.service.MemberService;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;... | [
"dkrmrm878@gmail.com"
] | dkrmrm878@gmail.com |
0581092d0cdd74b6b5eed300678f440b05152b86 | 961598004e7e103c0e9dfaf98fb5c611a73f9d38 | /src/java/bladwin/web/videoMgrObjMenu.java | 065fdef5a4f4a8ed3cda15773ddd15608246f8ee | [] | no_license | jozzell/CraftBeer | 76092e56f72756903388ada9bbf8666e04b8648e | 0d65ea924041a4a988434ac6238b49768ecf06b4 | refs/heads/master | 2021-01-01T05:25:59.290532 | 2016-04-14T15:21:14 | 2016-04-14T15:21:14 | 56,244,931 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,478 | 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 bladwin.web;
import java.io.Serializable;
import jvp.obj.eNum.eNumVideoIDs;
/**
*
* @author lmeans
*/
public c... | [
"lmeans@optonline.com"
] | lmeans@optonline.com |
e1066ff3afd6026ca4ec0c4af21d1ca77f3f96f4 | ce7e36aab52cfbf7c331ad1a7b3bdaab325cfcfa | /hawkular-wildfly-agent/src/main/java/org/hawkular/agent/monitor/extension/RemoteJMXAttributes.java | 19a666c49c97c63659686890003ddd39b70765b9 | [
"Apache-2.0"
] | permissive | tsegismont/hawkular-agent | 74fde96fbf4450cfd1dc4b1c3c613dba65e2087c | 9e3f649e7d8a1aedb301abbbd17962cb9920b3f9 | refs/heads/master | 2021-01-15T11:57:51.506127 | 2016-01-29T22:15:57 | 2016-01-29T22:15:57 | 44,375,757 | 0 | 0 | null | 2015-10-16T09:32:30 | 2015-10-16T09:32:29 | null | UTF-8 | Java | false | false | 3,027 | java | /*
* Copyright 2015 Red Hat, Inc. and/or its affiliates
* and other contributors as indicated by the @author tags.
*
* 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.ap... | [
"mazz@redhat.com"
] | mazz@redhat.com |
3f1a6c770b6daad2931caf43a76926af74d847cc | 0da17db519564eea8851d7cbe8c8e1a1517fc098 | /app/src/androidTest/java/com/example/dhaval/assignment2d/ExampleInstrumentedTest.java | f4321d046b6cf0b4828e38519118b603f8fde0e4 | [] | no_license | appyshah08/Assignment2d | 37b0ba49f39af8485c0daf562f5f246b70e1e991 | 0a869488ec8d6d94a3a95d4ab9f57cb6cd87c00a | refs/heads/master | 2021-01-18T13:50:49.088016 | 2017-03-08T15:44:59 | 2017-03-08T15:44:59 | 84,337,620 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 766 | java | package com.example.dhaval.assignment2d;
import android.content.Context;
import android.support.test.InstrumentationRegistry;
import android.support.test.runner.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumentation test, which will execute on... | [
"appflamaboy@gmail.com"
] | appflamaboy@gmail.com |
7c8e5612959a94fdfdd58fb78438a84615c4bff1 | dfd7e70936b123ee98e8a2d34ef41e4260ec3ade | /analysis/reverse-engineering/decompile-fitts-20191031-2200/sources/com/crashlytics/android/core/AppMeasurementEventListenerRegistrar.java | a72268cb39027f0840668348dc2085c8a188b5ed | [
"Apache-2.0"
] | permissive | skkuse-adv/2019Fall_team2 | 2d4f75bc793368faac4ca8a2916b081ad49b7283 | 3ea84c6be39855f54634a7f9b1093e80893886eb | refs/heads/master | 2020-08-07T03:41:11.447376 | 2019-12-21T04:06:34 | 2019-12-21T04:06:34 | 213,271,174 | 5 | 5 | Apache-2.0 | 2019-12-12T09:15:32 | 2019-10-07T01:18:59 | Java | UTF-8 | Java | false | false | 119 | java | package com.crashlytics.android.core;
interface AppMeasurementEventListenerRegistrar {
boolean register();
}
| [
"33246398+ajid951125@users.noreply.github.com"
] | 33246398+ajid951125@users.noreply.github.com |
0419f1b5a6cfd8089d1bad49b7f5652f6236ab81 | 3affe07b7e7711248e4a57190e1c2bd7ce7041f5 | /app/daos/TipoDireccionDAO.java | d6650f0697013620ad8906b20aab045ca205b73f | [
"Apache-2.0"
] | permissive | chandero/abrahamBackend | ca70c8762da3015a7d40a1151facda137b7f2399 | 88525cee70a2f9a6ace47c3e36d4acd1f1a361d6 | refs/heads/master | 2021-07-14T18:13:32.836798 | 2017-10-17T15:31:23 | 2017-10-17T15:31:23 | 107,286,959 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,292 | java | package daos;
import java.util.List;
import java.sql.PreparedStatement;
import java.util.ArrayList;
import java.sql.ResultSet;
import models.TipoDireccion;
import java.sql.Connection;
import javax.inject.Inject;
import play.db.*;
public class TipoDireccionDAO{
private Database db;
@Inject
private TipoD... | [
"aldacm2001@gmail.com"
] | aldacm2001@gmail.com |
bd5d4ef22705eaf57df97c5cf5c599567c42655a | dbd861703420a64b616c02d763746c589f282585 | /src/main/java/com/bharti/domain/SeoKeynote.java | fbee580c90f92b3090f58abe0e8921dc35b1c86a | [] | no_license | amarlalbharti/bitejava | 841e69e4b51182ed4e7607d68319dfbf14051555 | 8727872e3ff3bfccad8a017dd296f524e7a5f146 | refs/heads/master | 2020-04-15T12:46:30.836816 | 2019-04-23T14:05:18 | 2019-04-23T14:05:18 | 62,317,152 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,720 | java | package com.bharti.domain;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.FetchType;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.JoinColumn;
import javax.persistence.OneToOne... | [
"amar.b@LWJAV641.esoftmum.local"
] | amar.b@LWJAV641.esoftmum.local |
3feb19d9d351bf1fc109ac2c19aff0470fd55e3e | fa1408365e2e3f372aa61e7d1e5ea5afcd652199 | /src/testcases/CWE369_Divide_by_Zero/s02/CWE369_Divide_by_Zero__int_connect_tcp_modulo_61b.java | 65ef67f9bf7ea2f11d8e7060333ccab03104fa79 | [] | no_license | bqcuong/Juliet-Test-Case | 31e9c89c27bf54a07b7ba547eddd029287b2e191 | e770f1c3969be76fdba5d7760e036f9ba060957d | refs/heads/master | 2020-07-17T14:51:49.610703 | 2019-09-03T16:22:58 | 2019-09-03T16:22:58 | 206,039,578 | 1 | 2 | null | null | null | null | UTF-8 | Java | false | false | 7,085 | java | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE369_Divide_by_Zero__int_connect_tcp_modulo_61b.java
Label Definition File: CWE369_Divide_by_Zero__int.label.xml
Template File: sources-sinks-61b.tmpl.java
*/
/*
* @description
* CWE: 369 Divide by zero
* BadSource: connect_tcp Read data using an outbound tcp c... | [
"bqcuong2212@gmail.com"
] | bqcuong2212@gmail.com |
499392a493889c715806e7697105bb9358166172 | 7d8576d2276f952c466b99eb7ff978fbd3808beb | /src/main/java/com/how2java/tmall/pojo/Order.java | 001b5e8321ce615d049605b8980d21111b1501bb | [] | no_license | dayo0107/tmall_ssm_generator | 783cac45ad7bdbf3508eb04f4c5fbe616ce5bdce | b64469ae35bc09cc6b27daf421db4067d05c4022 | refs/heads/master | 2020-03-27T03:23:45.615423 | 2018-09-12T16:32:18 | 2018-09-12T16:32:18 | 145,859,377 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,215 | java | package com.how2java.tmall.pojo;
import com.how2java.tmall.service.OrderService;
import java.util.Date;
import java.util.List;
public class Order {
private Integer id;
private String orderCode;
private String address;
private String post;
private String receiver;
private String mobile;
... | [
"zhuoanhui@gmail.com"
] | zhuoanhui@gmail.com |
872007885f5eab747718ab556e9635d4ba01db38 | 63b5e372b693fae3554fa7ec968d378ab9f94e41 | /sitae/src/main/java/com/cv/xaloc/gse/bl/wsappclient/type/ContentDocumentRequest.java | c48a9cbb7d77e27c9addd8559be2a739ba590fa9 | [
"Apache-2.0"
] | permissive | dedalusgs/sitae | 42d9fb038b8e42d7cd996b4d55cd3c1f4d01ff40 | 6f680c789a0693af362d45d94e986cb045a46c9f | refs/heads/master | 2021-01-13T11:18:29.907292 | 2017-03-01T08:22:43 | 2017-03-01T08:22:43 | 76,947,262 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,380 | java | /**
* ContentDocumentRequest.java
*
* This file was auto-generated from WSDL
* by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter.
*/
package com.cv.xaloc.gse.bl.wsappclient.type;
public class ContentDocumentRequest implements java.io.Serializable {
private byte[] content;
private jav... | [
"dvdtello@gmail.com"
] | dvdtello@gmail.com |
b5f2862473cdd2eafe7f87e6acf6f8c6d127b617 | 6d9ab866292db7e117973b7abc5ea68cd61ac988 | /app/src/androidTest/java/com/example/ddizoya/cambiosactivitis/ApplicationTest.java | 22668089883c32b6a0c834c7da32db72676fb1b8 | [] | no_license | ddizoya/CambiosActivitisYFragments | a43953274397657d27fc2da2920641b9c3c80e58 | a223978d99668df7e0b59e065e6019b72a241736 | refs/heads/master | 2021-01-10T11:54:27.543993 | 2015-12-02T09:53:19 | 2015-12-02T09:53:19 | 46,926,819 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 367 | java | package com.example.ddizoya.cambiosactivitis;
import android.app.Application;
import android.test.ApplicationTestCase;
/**
* <a href="http://d.android.com/tools/testing/testing_android.html">Testing Fundamentals</a>
*/
public class ApplicationTest extends ApplicationTestCase<Application> {
public ApplicationTes... | [
"ddizoya@atanasoft04.danielcastelao.org"
] | ddizoya@atanasoft04.danielcastelao.org |
c29aa2ce844a28eab446c0c83054bcfe25fbd0df | 5bfcb9cdad4f3be59d1570af7ed441b0f200a737 | /src/main/java/com/webapp/lora/entity/DeviceDb.java | 3a5ea6dc6d45703f1d47ceb9aaec8ebeab5eda9b | [] | no_license | re5pect123/lor2 | eda616ea4192a8d37cbf40604bcc1403fd9ab436 | 193671ff53864901335d9e604292327afd9bae9a | refs/heads/master | 2020-04-05T09:51:23.396023 | 2019-01-15T14:33:14 | 2019-01-15T14:33:14 | 156,778,287 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 853 | java | package com.webapp.lora.entity;
import javax.persistence.*;
import java.sql.Timestamp;
@Entity
@Table(name = "device_db")
public class DeviceDb {
@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
int id;
String devEUI;
String payload_hex;
Timestamp time;
public int getId() {
... | [
"marko.uljarevic@procescom.com"
] | marko.uljarevic@procescom.com |
086072bcd5cda05ec257c4929dc563e996130964 | 801f14d01ac16144175e0c9f610ed9f6f6203f36 | /demo-server-three/src/main/java/com/demo/demoserverthree/DemoServerThreeApplication.java | 06c429b63f2e128fc0063a37b9858419bd8543bf | [] | no_license | javazk/CloudDemo | 48c4ea9d30a91c06f70c6c3442c6eda4f379da38 | 671a916ee77ff677e68f55a7cc47c746cc01b14c | refs/heads/master | 2020-05-18T05:26:57.626282 | 2019-05-17T08:15:30 | 2019-05-17T08:15:30 | 184,207,330 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 435 | java | package com.demo.demoserverthree;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.cloud.netflix.eureka.EnableEurekaClient;
@SpringBootApplication
@EnableEurekaClient
public class DemoServerThreeApplication {
public... | [
"1142453367@qq.com"
] | 1142453367@qq.com |
8fd69747eaa6806ce2f24e071b708851e424372b | b51e7e73026f3f6381b7e36bad77876ce47f712b | /application forms/abn amro/bank/JMSBankFrame.java | 11e129af56b639d900418d2f28116e53e5408fcc | [] | no_license | miltonvandesanden/DPI6 | fa6a68da9c1b27797f7f2c99db191b1b6c600feb | 1bf8871c97ea3660efa366c7f558745a9f30330d | refs/heads/master | 2020-04-21T07:04:57.890647 | 2019-02-06T10:44:15 | 2019-02-06T10:44:15 | 169,383,270 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,786 | java | package bank;
import java.awt.EventQueue;
import java.awt.GridBagConstraints;
import java.awt.GridBagLayout;
import java.awt.Insets;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import javax.swing.DefaultListModel;
import javax.swing.JButton;
import javax.swing.JFrame;
import jav... | [
"milton.vandesanden@gmail.com"
] | milton.vandesanden@gmail.com |
23c808245640f159e57f8017ba03b607e20b2cf1 | 5e7c62c1940e9454f3fea7120eeb9e19354d5aac | /src/main/java/org/tuckey/web/filters/urlrewrite/RewrittenUrlClass.java | 556833e9d9d6662cb79e89ac06ab5f5e2d9693b8 | [
"BSD-3-Clause"
] | permissive | paultuckey/urlrewritefilter | 554556a0636f90973376fd68693faa986dd100d3 | 2a672cd260a1f36088a5e6f2afbf6c808fc3b016 | refs/heads/main | 2023-08-28T18:28:13.578228 | 2023-07-17T22:52:35 | 2023-07-17T22:52:35 | 38,586,425 | 362 | 167 | NOASSERTION | 2023-07-17T22:52:37 | 2015-07-05T22:25:22 | Java | UTF-8 | Java | false | false | 2,890 | java | /**
* Copyright (c) 2005-2023, Paul Tuckey
* All rights reserved.
* ====================================================================
* Licensed under the BSD License. Text as follows.
* <p>
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the fo... | [
"paul@tuckey.org"
] | paul@tuckey.org |
07d7f5fa19ad2b8d83859dad932817a8655c0874 | 38c4451ab626dcdc101a11b18e248d33fd8a52e0 | /identifiers/lucene-3.6.2/core/src/java/org/apache/lucene/index/TermInfo.java | 4711506b8efe369b2ef785a51df695644326bdf1 | [] | no_license | habeascorpus/habeascorpus-data | 47da7c08d0f357938c502bae030d5fb8f44f5e01 | 536d55729f3110aee058ad009bcba3e063b39450 | refs/heads/master | 2020-06-04T10:17:20.102451 | 2013-02-19T15:19:21 | 2013-02-19T15:19:21 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,106 | java | org PACKAGE_IDENTIFIER false
apache PACKAGE_IDENTIFIER false
lucene PACKAGE_IDENTIFIER false
index PACKAGE_IDENTIFIER false
TermInfo TYPE_IDENTIFIER true
docFreq VARIABLE_IDENTIFIER true
freqPointer VARIABLE_IDENTIFIER true
proxPointer VARIABLE_IDENTIFIER true
skipOffset VARIABLE_IDENTIFIER true
TermInfo METHOD_IDENTIF... | [
"pschulam@gmail.com"
] | pschulam@gmail.com |
ee74957d915c57676c026161249cd1c1044f4de9 | 663f24b8829e6d673e136e1b88c596cc2e651acb | /src/ru/geekbrains/erp/DAO/PlanDAO.java | 7d546daed4e110c978166947d7fa95ea85fbe389 | [] | no_license | Valerych-gif/Patterns | 95636d0d063073bddde1007123d4b60759a26cc0 | 8ede15a3dd0ebe2fc24d26c756398b0b304368cf | refs/heads/master | 2023-02-02T19:36:31.560932 | 2020-12-09T15:39:48 | 2020-12-09T15:39:48 | 313,298,975 | 0 | 0 | null | 2020-12-10T16:20:04 | 2020-11-16T12:43:56 | Java | UTF-8 | Java | false | false | 1,847 | java | package ru.geekbrains.erp.DAO;
import ru.geekbrains.erp.Plan;
import ru.geekbrains.erp.Task;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
public class PlanDAO extends EntityDAO{
private static final String PLANS_TABLE_NAME = "plans";
private static final String ID_COL... | [
"muzaccord@gmail.com"
] | muzaccord@gmail.com |
8ccaed1997df44da6c47514ae9a620e131339715 | db8a8bc86cb0d6a41f3595cce56c38a50ba00be0 | /app/src/main/java/com/malong/sample/TestActivity.java | 4b5b00eee325edceb8cef1177ac9c92be07470aa | [] | no_license | maxiaobu1999/DownloadAndroid | 43649fba0a10424fafd0b198f6170d09efa6be66 | 033fc23e8726bca5188815aa11667b06d73420e4 | refs/heads/master | 2022-11-25T21:54:51.068832 | 2020-08-05T08:49:28 | 2020-08-05T08:49:28 | 277,808,400 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,966 | java | package com.malong.sample;
import android.content.Context;
import android.content.Intent;
import android.database.ContentObserver;
import android.net.Uri;
import android.os.Bundle;
import android.os.Handler;
import android.util.Log;
import androidx.appcompat.app.AppCompatActivity;
import com.malong.moses.Constants;
... | [
"v_maqinglong@baidu.com"
] | v_maqinglong@baidu.com |
948cdb5245a3c3be4137ed81c7b55031c41b0162 | 8baf6d5a65a7308fff4408c59ed797768e3eea22 | /src/test/ConsProBenchmarkRunner.java | 69741b28547c63021385878909b58c0764c92e01 | [] | no_license | mengxi-chen/PHAULR | 6d987179d03af87eb1da4ceb604076c51a847a64 | 11060de208b3997f357d1a1ed375e2ea0d1380d2 | refs/heads/master | 2021-05-27T07:35:54.829879 | 2014-11-14T08:52:13 | 2014-11-14T08:52:13 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,324 | java | package test;
import java.util.concurrent.BlockingQueue;
import java.util.concurrent.LinkedBlockingDeque;
import messaging.message.IPMessage;
import communication.Configuration;
public class ConsProBenchmarkRunner
{
private int total_requests;
private int rate;
private int write_ratio;
/**
* @param total_requ... | [
"1102"
] | 1102 |
815d2a052594d536dd572dc1df0a45ba0386a3a5 | ddea8173323ac30db7f605fdc48de5452691048a | /src/testCases/Planner.java | 33ce1d80082ebc029a90ac4e1965d20426ac33b9 | [] | no_license | Hybrent-QA/Hybrent-Web | c4ab4cf2647fdd0f7013fd3058aefe71c1740369 | 502cd2391c9009e4df6dc73cb2906b5bd2ed0e9f | refs/heads/master | 2020-03-24T20:37:38.653183 | 2018-08-01T10:03:22 | 2018-08-01T10:03:22 | 142,988,347 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,532 | java | package testCases;
import java.io.File;
import org.openqa.selenium.By;
import org.openqa.selenium.WebElement;
import org.testng.annotations.AfterTest;
import org.testng.annotations.BeforeTest;
import org.testng.annotations.Parameters;
import org.testng.annotations.Test;
import com.relevantcodes.extentreports.ExtentR... | [
"Hari14cs@gmail.com"
] | Hari14cs@gmail.com |
d05f4ab81748ca6ddb17a252d64e139ddbb0aa78 | a59e619c8f96a8a059ed765b13e7ab878fca1e31 | /src/test/java/org/springframework/data/jdbc/domain/movie/AmountDiscountStrategy.java | 1c7dccbed2c84adb49d9dd132bd7d69ec7111e4f | [
"Apache-2.0"
] | permissive | jihwan/spring-data-jdbc | d687a42b6611c00af8c2abb4fed1130aa944c1c6 | 12171b869328302fe934c8ea83aff0b4243556f8 | refs/heads/master | 2021-01-01T05:06:07.149987 | 2016-06-08T02:11:00 | 2016-06-08T02:11:00 | 57,183,788 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 234 | java | package org.springframework.data.jdbc.domain.movie;
public class AmountDiscountStrategy extends DiscountSupport {
Money discountAmount;
@Override
protected Money getDiscountFee(Showing showing) {
return discountAmount;
}
}
| [
"zhwan.hwang@gmail.com"
] | zhwan.hwang@gmail.com |
f181c4718a61de28c129bb46cef00c2f4b8542fd | 94e08513d1d4a2d0f29c85daba9dfc950c67295e | /lib/src/net/sf/jasperreports/web/util/DefaultWebRequestContext.java | d69e5648e7842314d2a859f188b8a279cb6c1fa0 | [] | no_license | Rocky28/Assemble | 20fd38f8e303459a6ccfc0665287043a0bfd486f | 28c8d9b89c41c10137670c76f1b9e179674857c6 | refs/heads/master | 2020-04-18T03:45:02.699210 | 2014-09-01T15:54:50 | 2014-09-01T15:54:50 | 23,326,051 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,959 | java | /*
* JasperReports - Free Java Reporting Library.
* Copyright (C) 2001 - 2013 Jaspersoft Corporation. All rights reserved.
* http://www.jaspersoft.com
*
* Unless you have purchased a commercial license agreement from Jaspersoft,
* the following license terms apply:
*
* This program is part of JasperReports.
*
... | [
"sinha.aot@gmail.com"
] | sinha.aot@gmail.com |
7191e3afe90cc70d043951db33610a0d472b8555 | f706b7f221cc0dc7a562d2683095abb66b035471 | /examples/polyglot-zipkin/java-dropwizard/src/main/java/org/hawkular/apm/example/dropwizard/AppConfiguration.java | 5adee2386c3db93e2631e37e77ba12fff034100e | [
"Apache-2.0"
] | permissive | mumutu/hawkular-apm | fff8383ec30db026bf8c371414eadacdce43ea0e | 904565ff68bdd7d44c3603447d83d60031e8e59c | refs/heads/master | 2021-01-24T10:09:26.396847 | 2016-09-22T10:24:05 | 2016-09-22T10:24:05 | 68,891,909 | 1 | 0 | null | 2016-09-22T06:35:04 | 2016-09-22T06:35:04 | null | UTF-8 | Java | false | false | 1,597 | java | /*
* Copyright 2015-2016 Red Hat, Inc. and/or its affiliates
* and other contributors as indicated by the @author tags.
*
* 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://w... | [
"ploffay@redhat.com"
] | ploffay@redhat.com |
9f7526c6990da37c83741dbd0570937a093e45dd | 8df98defb248c49324f1cfa54dc44d43556a187c | /src/Proje/Arama.java | 28699727b6270ca2ef391d1ed6d26d28bd5d5659 | [] | no_license | fatihhduygu/HashTableUsage | 037c217558a24710519f0477ce0fc51e0d64d56a | c352ddaccb70f3b7e6bb012ffc2ba2c4c84ef21c | refs/heads/master | 2021-09-09T01:52:59.533288 | 2018-03-13T08:02:06 | 2018-03-13T08:02:06 | null | 0 | 0 | null | null | null | null | ISO-8859-16 | Java | false | false | 4,100 | java | package Proje;
import java.io.File;
import java.io.FileReader;
import java.io.BufferedReader;
import java.util.Scanner;
public class Arama {
public static int[] hucre=new int[211];
//--------------------------------------------------------------------------------------//
public static int ascii(String ad)
... | [
"fatih_duygu@hotmail.com"
] | fatih_duygu@hotmail.com |
d90270ac02d39e6d46a41f97471a83262afc02ff | 47851346e105eb1a4c0359603f3257450089bce6 | /src/test/java/Pages/PolymerPage.java | 40b4ab4e10ef0e431315b6c63ab9fe6405505713 | [] | no_license | sinanaltuntas/Lingoda_QA_Task | 75d843f6b5cbc242c1e87c1ecbed05384373341a | a9b8fbe86772bebaa59b9ca995d7d59241a99bd1 | refs/heads/master | 2023-03-05T16:06:10.806027 | 2021-02-18T19:04:08 | 2021-02-18T19:04:08 | 340,149,513 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 376 | java | package Pages;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.support.FindBy;
public class PolymerPage extends BasePage{
@FindBy(css = "[id='new-todo']")
public WebElement todoAddBox;
@FindBy(xpath = "(//label[@class='style-scope td-item'])[2]")
public WebElement secondItem;
... | [
"sinanaltuntas.tester@gmail.com"
] | sinanaltuntas.tester@gmail.com |
ec893af64b13f61fc2eb27a373116df40c5055be | cd066aa3e4122a944cfea92ad6d2a42a5001941e | /mainmodule/src/main/java/com/sxr/com/mainmodule/fragment/CircleFragment.java | 3ce1c049f83d0a1a1c8303e189352c65ee4181a6 | [] | no_license | sxrCode/adselflx1 | b9c57616c619779ecae0dd1ecbb09ef67d42482c | 9cd981237092222185c098563e88276ac39d5dd2 | refs/heads/master | 2021-10-10T18:41:04.704584 | 2019-01-15T12:15:34 | 2019-01-15T12:15:34 | 110,767,959 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 762 | java | package com.sxr.com.mainmodule.fragment;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import com.sxr.com.mainmodule.R;
import com.sxr.com.mainmodule.view.Circle... | [
"maricle01@163.com"
] | maricle01@163.com |
61139f8dce23b4dc028bc67f69f3fb1af0944d3c | 0fe1edbb071f01ace58e190b66d94c77a1588e58 | /src/main/java/com/learn/algo/graph/GraphApplication.java | 88787d45c05cf079f7514dffab6d01d72d99d69c | [] | no_license | ravindraAmbati/graph | 3832e6b4fbbd3d247134a8064e6b2cd434e58b41 | 3fe6704fefd14278d03ddafdeb7879790ce85eaf | refs/heads/master | 2022-12-18T19:25:43.148219 | 2020-09-05T04:53:17 | 2020-09-05T04:53:17 | 283,825,427 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 311 | java | package com.learn.algo.graph;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class GraphApplication {
public static void main(String[] args) {
SpringApplication.run(GraphApplication.class, args);
}
}
| [
"ravindra.reddy.ambati@outlook.in"
] | ravindra.reddy.ambati@outlook.in |
d5c11e690d5fb37f81f6fde980cb8c0673d12718 | 4d188854bc8dd64499ee0377863e668b4d02a2f4 | /src/test/java/com/restapi/service/NewspaperServiceTest.java | 1bcc1ad1b04ff259615a246b448654eef0a5c61f | [] | no_license | analiahojman/javaProgramming | b2fd52206f099dd8c65db3e9f848ebae9273a484 | 3e222d1d84b447866c1a284484d873c24895f223 | refs/heads/master | 2021-01-01T17:42:14.756084 | 2015-05-17T17:59:18 | 2015-05-17T17:59:18 | 29,763,227 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,212 | java | package com.restapi.service;
import static org.junit.Assert.assertFalse;
import static org.mockito.Matchers.any;
import static org.mockito.Mockito.mock;
import static org.mockito.Mockito.times;
import static org.mockito.Mockito.verify;
import static org.mockito.Mockito.verifyNoMoreInteractions;
import static org.mocki... | [
"afh@AFHs-MacBook-Pro.local"
] | afh@AFHs-MacBook-Pro.local |
2dd33db1951f307711669d3cae443b9750d83c7b | 2f04e6ab1180569308b42dcba09d96bebd7e4bbd | /app/src/main/java/com/barefoot/easypass/GSS1103.java | 9b31f113083a9dcac69d8fc16da306845a801edd | [] | no_license | VershimaKelvin/EasyPass | 3bd121a57b5065d51b6a5cfc7a639dfa29c9d6c8 | 972f296a6662dfaa84535f85b36548832bff391d | refs/heads/master | 2020-09-23T11:03:35.166152 | 2020-06-23T15:13:39 | 2020-06-23T15:13:39 | 256,256,227 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 637 | java | package com.barefoot.easypass;
import androidx.appcompat.app.ActionBar;
import androidx.appcompat.app.AppCompatActivity;
import android.os.Bundle;
import com.github.barteksc.pdfviewer.PDFView;
public class GSS1103 extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
... | [
"[kelvinityavyar@gmail.com]"
] | [kelvinityavyar@gmail.com] |
e177ac6688b488e77957e585eab935c8afcd3dd0 | fcf05db5c9183c308a7bf4ebae9688fc1eafe9b3 | /app/src/main/java/com/example/JournalPerso/model/IndicateurCaseCochee.java | 216e6937c4bd55be1bce34c92350d522e7ee524d | [] | no_license | nataire/JournalPersoAndroid | 193a54c0b1e9abd76cb89d6a8592d781f4cdacdc | 4f268e406220769b3940c7d02fdad0eccfc3a0fd | refs/heads/master | 2022-09-21T19:24:23.483901 | 2020-06-06T15:19:21 | 2020-06-06T15:19:21 | 237,210,942 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,679 | java | package com.example.JournalPerso.model;
import androidx.annotation.NonNull;
public class IndicateurCaseCochee extends Indicateur implements Cloneable {
private boolean etatBoutonSaisie;
private boolean objectif;
public IndicateurCaseCochee() {
this.idIndicateur = java.lang.System.identityHashCode... | [
"chabcedr17@gmail.com"
] | chabcedr17@gmail.com |
5227d4bf6b7a1831b4cb9da472e3024e53f0a9e3 | 7fdc730ec1ca5dfba595651c8a1df78436f7731b | /src/main/java/com/steven/hicks/logic/dao/VenueSearcher.java | 84c33a8cada39e284c97a584649e9c83ef0cd6b0 | [] | no_license | shicks255/SetlistFM_API | 0c4e40f9edd7854d792115e903a663cd06bd23fb | 21c0f815b475e14ffe4517614b13970999f19f27 | refs/heads/master | 2022-11-24T06:47:13.827664 | 2022-10-05T14:15:15 | 2022-10-05T14:15:15 | 142,797,927 | 0 | 0 | null | 2022-11-16T03:17:40 | 2018-07-29T21:50:52 | Java | UTF-8 | Java | false | false | 5,229 | java | package com.steven.hicks.logic.dao;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.steven.hicks.beans.Venue;
import com.steven.hicks.beans.VenueList;
import com.steven.hicks.logic.queryBuilders.QueryBuilder;
import com.steven.hicks.logic.queryBuilders.VenueQueryBuilder;
import javax.net.ssl.HttpsURLCo... | [
"shicks255@yahoo.com"
] | shicks255@yahoo.com |
cbe1d3a0e7771272d48865ce264b60ce790430b1 | 12416097ca80c97550022405fdf65507fea2f082 | /src/test/java/com/att/test/jsontranformer/AppTest.java | 6b85aed722fed2cc9981be65671168a917170388 | [] | no_license | aagarwal9907/jsontranformer | 0fa76626adf4ef1a2604df349557fc8dc66e8a6d | 0b1ab6672d1e592467de7fd252a2a03d29ba2012 | refs/heads/master | 2021-07-03T18:58:53.385820 | 2017-09-24T18:10:53 | 2017-09-24T18:10:53 | 104,665,380 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 655 | java | package com.att.test.jsontranformer;
import junit.framework.Test;
import junit.framework.TestCase;
import junit.framework.TestSuite;
/**
* Unit test for simple App.
*/
public class AppTest
extends TestCase
{
/**
* Create the test case
*
* @param testName name of the test case
*/
pub... | [
"amit9907@gmail.com"
] | amit9907@gmail.com |
fc9a01f0e3ba81e4d7b2d7ff363da49bba95f69e | ab8cefea4376953cf61fa3b820d9cdc302c6cc4d | /Temperature/src/ru/academits/bondyuk/model/KelvinConverter.java | f9a0f595315955f1f2bbacfb87b6de57e75e3e44 | [] | no_license | asbondyuk/AcademItSchool | 3d96f551032fd158c85943d8d2388ff0d178bd62 | fc239673935e6d57969b4d8321efce6acddcdd17 | refs/heads/master | 2020-12-27T01:34:45.592103 | 2020-05-07T22:59:55 | 2020-05-07T22:59:55 | 237,721,099 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 612 | java | package ru.academits.bondyuk.model;
public class KelvinConverter {
private KelvinConverter() {
}
public static double convert(double value, TemperatureTypes types) {
switch (types) {
case FAHRENHEIT:
return convertToFahrenheit(value);
case CELSIUS:
... | [
"aleksander.bondyuk@yandex.ru"
] | aleksander.bondyuk@yandex.ru |
93c144b5c788926679857280028b0ad9cb9a0b86 | a353ad95103d6b43f7638fe212966279b825203a | /app/src/main/java/com/example/wtl/ttms/AllFilmTypeFragment/LoveFragment.java | d2e7a66ae6d329773ca289505b66a9e35fd733da | [] | no_license | WeiTianLiang/TTMS | 49967176a9c5015de7c2b99398152ced12f0ffc1 | 1523eb831cb21a20a785c68eae39a2e764b4b7fb | refs/heads/master | 2020-03-11T06:15:55.910639 | 2018-04-17T01:16:42 | 2018-04-17T01:16:42 | 129,825,929 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,293 | java | package com.example.wtl.ttms.AllFilmTypeFragment;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v4.app.Fragment;
import android.support.v7.widget.DefaultItemAnimator;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerView;
impo... | [
"15291065925@163.com"
] | 15291065925@163.com |
9e0edcf367b761115dd2b5a881ffa3f416851d60 | 7cef9fec88b8023f585c7cf2e01b0e5e764b13af | /src/main/java/com/libraryManagementSystem/serviceImpl/StudentServiceImpl.java | 2ec23a36ff29eecb4717a0a7647f11d770c4f1dc | [] | no_license | sranjika/Library | 3ad7242dd499afd7b9f4f71460f18c7199464d1a | f91d00e10f2261cb674fcd71907220876c058a34 | refs/heads/master | 2023-03-01T02:39:18.707725 | 2021-02-08T08:12:20 | 2021-02-08T08:12:20 | 337,002,631 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,190 | java | package com.libraryManagementSystem.serviceImpl;
import com.libraryManagementSystem.beans.Book;
import com.libraryManagementSystem.dao.IbookDao;
import com.libraryManagementSystem.dao.IstudentDao;
import com.libraryManagementSystem.daoImpl.BookDaoImpl;
import com.libraryManagementSystem.daoImpl.StudentDaoImpl;
import... | [
"sranjika.patel@newvisionsoftware.in"
] | sranjika.patel@newvisionsoftware.in |
a39962024f9b29127b010673d405f06d51ad520a | 3c8c96e41b0af44b65779cfa95af5247c01922df | /src/main/java/io/vertx/ext/unit/report/impl/SimpleFormatter.java | 24d4699e51896ec5fe22a72bb2d661b518b1c6e3 | [] | no_license | alexlehm/vertx-unit | ec9e33b4d584f3ff3ffd5779df95037794f44cdb | c6b444454e1d9d46c5abd722f4f7731b4b7e3bd4 | refs/heads/initial-work | 2021-01-14T09:29:10.763743 | 2015-02-20T18:27:45 | 2015-02-20T18:27:45 | 29,323,669 | 0 | 0 | null | 2020-10-14T08:16:33 | 2015-01-15T23:37:37 | Java | UTF-8 | Java | false | false | 2,110 | java | package io.vertx.ext.unit.report.impl;
import io.vertx.core.Handler;
import io.vertx.core.buffer.Buffer;
import io.vertx.ext.unit.report.TestResult;
import io.vertx.ext.unit.report.Reporter;
import java.util.function.BiConsumer;
import java.util.function.Consumer;
/**
* @author <a href="mailto:julien@julienviet.com... | [
"julien@julienviet.com"
] | julien@julienviet.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.