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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
d19a08bbb245e8f522be7dc392afc7a3b11df6fa | 3434936799e885da39ed35eb0b8c284842eea3bb | /backend/src/main/java/com/devsuperior/dspesquisa/repositories/GenreRepository.java | acf49b036b4e1afe4b013cf463b14d5f50dbeaaa | [] | no_license | HennanGadelha/dspesquisa | 6ed3ae407b61507867d99b2554b8caf738d379ed | 851ce8e3de9da0e46872b18bf1d231f1cefe4405 | refs/heads/master | 2022-12-16T02:40:08.120086 | 2020-09-21T01:06:43 | 2020-09-21T01:06:43 | 295,575,162 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 360 | java | package com.devsuperior.dspesquisa.repositories;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
import com.devsuperior.dspesquisa.entities.Genre;
//registrando no mecanismo de injeção de dependencia
@Repository
public interface GenreRepository extends ... | [
"hennanhennan@gmail.com"
] | hennanhennan@gmail.com |
346851c76e2eb34b6166c99e6fe5fd17efcd2061 | 2d9073a3ecfcad380846e56cd384184df8fc9727 | /limn-tool/src/main/java/com/limn/tool/parser/IObjectResolver.java | b59dc1595a8cb34fc71a08c9283b6eb70663198b | [] | no_license | storage8023/limn | 3e647066f680c4436f4da9638506730c8a9401a1 | 9af23f5dcddc7163cc40a5457aae6103ffe376f8 | refs/heads/master | 2021-01-21T05:54:55.799080 | 2015-11-11T08:06:06 | 2015-11-11T08:06:06 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 360 | java | package com.limn.tool.parser;
/**
* 对象解析器
* @author 王元和
* @since YES1.0
*/
public interface IObjectResolver {
/**
* 解析一个词法是否是一个对象
* @param token 词文
* @return 如果一个词文是一个对象,返回这个对象的标识,否则返回-1
*/
public int resolveObject(String token);
}
| [
"45641783@qq.com"
] | 45641783@qq.com |
3483818d57ee74b29e504c3f4991943f3c701c1e | 8af1164bac943cef64e41bae312223c3c0e38114 | /results-java/square--moshi/4925755ffa90aec75c116c6204688314121f71d9/before/JsonReader.java | 42e030b5c7f1582cc23d7626d0df2da44c72e7f4 | [] | no_license | fracz/refactor-extractor | 3ae45c97cc63f26d5cb8b92003b12f74cc9973a9 | dd5e82bfcc376e74a99e18c2bf54c95676914272 | refs/heads/master | 2021-01-19T06:50:08.211003 | 2018-11-30T13:00:57 | 2018-11-30T13:00:57 | 87,353,478 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 14,960 | java | /*
* Copyright (C) 2010 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agree... | [
"fraczwojciech@gmail.com"
] | fraczwojciech@gmail.com |
76523687bc97b01b39fe26dfa2d7c17ba2c65215 | 3ce95d041a94a3fa5eef116513c13a988aa8c6c8 | /src/main/java/com/softuni/sportify/domain/entities/Order.java | 144ee6bd23fa42cb9813311123b8844aadac04d0 | [
"MIT"
] | permissive | Andrey-V-Georgiev/Sportify | 14db0d49f873b2b4ae0fd04bbac75406f90b8775 | 3b922b731b19ead26a0238900e92c405efc8b66f | refs/heads/master | 2022-10-29T02:14:35.069358 | 2019-12-21T15:56:39 | 2019-12-21T15:56:39 | 222,259,427 | 0 | 1 | MIT | 2022-10-19T01:40:22 | 2019-11-17T14:19:47 | Java | UTF-8 | Java | false | false | 1,851 | java | package com.softuni.sportify.domain.entities;
import javax.persistence.*;
import java.math.BigDecimal;
import java.time.LocalDateTime;
@Entity
@Table(name = "orders")
public class Order extends BaseEntity {
private Event event;
private Account account;
private LocalDateTime orderDate;
private boolean... | [
"andrey.v.georgiev@gmail.com"
] | andrey.v.georgiev@gmail.com |
2c69e33329fbdd911440192b6df4088badd3f947 | f07da4c098d88c96b30a846f5ba7c3d6a084d5f1 | /src/main/java/it/polimi/ingsw/GC_18/client/gui/ScoreTable.java | 1b531f4d0191693fd37adde96b30e9f4b11236be | [] | no_license | lpraat/LorenzoIlMagnifico | e60d520800b5ab1bb6a7a5b291a7157682e691db | 5a8d8af22dfb534da4c69d428b52f084d1d86f3a | refs/heads/master | 2022-11-09T21:19:25.766526 | 2020-06-25T19:40:23 | 2020-06-30T19:03:07 | 274,988,775 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,952 | java | package it.polimi.ingsw.GC_18.client.gui;
import java.awt.GridBagConstraints;
import java.awt.GridBagLayout;
import java.util.ArrayList;
import java.util.List;
import java.util.stream.Collectors;
import javax.swing.JLabel;
import javax.swing.JPanel;
import javax.swing.JSeparator;
import javax.swing.SwingConstants;
i... | [
"pratissolil@gmail.com"
] | pratissolil@gmail.com |
9d761334adb2f86ca8379447b2f82c09a49f716a | 3699f1f2b38cb2871a94b14140d8292216756512 | /app/src/main/java/com/fama/app/adapter/historyadapter/BankHistoryListAdapter.java | ea1fc315963c5e126144f259ab990e9fe542bef9 | [] | no_license | jayuu26/FAMA-White-Label | 733700ec59aeb7f1f6128e0953905c8ac7a45657 | 48b96bddc124894ebfb311c8e1c78bd80312504d | refs/heads/master | 2021-01-13T09:27:32.922438 | 2016-11-12T11:16:43 | 2016-11-12T11:16:43 | 72,102,428 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,679 | java | package com.fama.app.adapter.historyadapter;
import android.content.Context;
import android.support.v7.widget.CardView;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.LinearLayout;
import android.widget.T... | [
"jayesh.verma26@gmail.com"
] | jayesh.verma26@gmail.com |
8c2a417e7ca062d3a2f1042fa6a6a16196983aca | 01bca2f7ae6d408a80af2cf370f7e5c6fd5609e9 | /src/main/java/com/hanzoy/xueta/service/impl/rankingListServiceImpl.java | cf44c78374b911bb79d3a5f984ecc930fb48800a | [] | no_license | Hanzoy/xueta | 07c0e0f33ceb61e4e4034104cf46a32fe5172c4f | 641745ac2bed4f3fc679ea222309a018c7f904b6 | refs/heads/master | 2023-03-24T12:45:13.487660 | 2021-03-23T23:55:08 | 2021-03-23T23:55:08 | 343,075,310 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,494 | java | package com.hanzoy.xueta.service.impl;
import com.hanzoy.xueta.domain.GroupsExample;
import com.hanzoy.xueta.domain.User;
import com.hanzoy.xueta.dto.CommonResult;
import com.hanzoy.xueta.dto.IdAndTimeInfo;
import com.hanzoy.xueta.mapper.GroupsExtendMapper;
import com.hanzoy.xueta.mapper.GroupsMapper;
import com.hanzo... | [
"60333385+Hanzoy@users.noreply.github.com"
] | 60333385+Hanzoy@users.noreply.github.com |
3e70730404c495434b5270b6f0a861bc0fca500e | f3abc516c1b96be9b2c7ecbb60f4d363fff38a78 | /src/main/java/com/laundry/spring/util/SendSms.java | 890643667fc43a5b64e2673bf9f06162b5b15ab1 | [] | no_license | Harshada9437/laundry-api | f50ec3d0c7eaf103fcb31673f5579a90f4f57a7c | 8733976463f510d485e3bcd9ad49a5c64eb8f095 | refs/heads/master | 2020-03-17T11:26:12.140746 | 2018-05-29T17:19:23 | 2018-05-29T17:19:23 | 133,551,618 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,220 | java | package com.laundry.spring.util;
/**
* Created by System-2 on 1/23/2017.
*/
import com.laundry.spring.config.ConfigProperties;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.net.URL;
import java.net.URLConnection;
import java.net.URLEncoder;
public class S... | [
"harshada@carufus.com"
] | harshada@carufus.com |
9f66121981dec69e04a4745a8916eb969f02c8ca | 566b665e4b8ba77dbf38f64562b2cac72f84a1e9 | /src/main/restructureit/qualitymeasurement/processors/LinesOfCodeCalculator.java | 37fe9e8e336a1ff6ed95d388134773b0f4d7badb | [] | no_license | pamela-nelson/RestructureIt | 90213a938d69324899e98da3660fbe0851227b8d | 57f73897402c73a66e701949ec34a8030e04af2f | refs/heads/master | 2020-07-25T18:50:37.069055 | 2017-05-03T14:58:06 | 2017-05-03T14:58:06 | 73,772,947 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 691 | java | package restructureit.qualitymeasurement.processors;
import spoon.processing.AbstractProcessor;
import spoon.reflect.code.CtStatement;
/**
* Calculates the number of lines of code in a given project.
*/
public class LinesOfCodeCalculator extends AbstractProcessor<CtStatement> {
/**
* Number of lines of code in ... | [
"pnelson08@qub.ac.uk"
] | pnelson08@qub.ac.uk |
ba587064ed0ca7ae22ff538e538cf343182937af | 6946634a1dcdf23b17f26615ff5df915f191cf47 | /src/main/java/com/tudiliuzhuan/model/dto/Code2SessionDTO.java | eedce60df78c8d340fb96b1739ca0ed86342b8e4 | [] | no_license | SunPeiFu/tudiliuzhuan | 153d92719d0382d9d6c84b426a35c06784ce1f17 | f511a2628721988d3b5aaaed3a9e0b858f0c322d | refs/heads/master | 2023-01-29T14:15:28.239760 | 2020-11-30T08:29:31 | 2020-11-30T08:29:31 | 317,156,745 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 219 | java | package com.tudiliuzhuan.model.dto;
import lombok.Data;
/**
* 作者: sunpeifu
* 日期: 2020/5/26
* 描述:
*/
@Data
public class Code2SessionDTO {
private String openid;
private String sessionKey;
}
| [
"sunpeifu@leyue100.com"
] | sunpeifu@leyue100.com |
86b5cbbd592edf53c1db47ed70f89e86434bb0bd | afa96a9730f720bedca6bdfa7c3c49b2c37efcd5 | /asm/src/org/objectweb/asm/xml/SAXModuleAdapter.java | 9c9c2c36cd5d3785a82ec897904ce6f0a9a399a5 | [
"BSD-3-Clause",
"Apache-2.0",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | cybernetics/moditect | 98ac2a171cb507ed42fe37df2f5d1ce05827a8f9 | 169b480ccc83310498d3bba0f541d4f3f1d79865 | refs/heads/master | 2021-01-18T05:13:56.559812 | 2017-03-07T20:36:19 | 2017-03-07T20:36:19 | 84,278,943 | 1 | 0 | null | 2017-03-08T04:38:18 | 2017-03-08T04:38:18 | null | UTF-8 | Java | false | false | 5,756 | java | /***
* ASM XML Adapter
* Copyright (c) 2004-2011, Eugene Kuleshov
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyright
* ... | [
"gunnar.morling@googlemail.com"
] | gunnar.morling@googlemail.com |
af03e307e7e367cf3c541f6289fa9b66fb34e8b2 | d45417a597e573a5efad582f673c68cb2cd34cd3 | /oracles/filters/cache/src/test/java/de/learnlib/filter/cache/mealy/MealyTreeMapperCacheTest.java | ccce7ca83223e36dcc4bfcf2fec90870e5c7af9a | [
"Apache-2.0",
"LicenseRef-scancode-free-unknown"
] | permissive | mernst/learnlib | ede49c90990a7704354071ec9ac6eba8a844b77e | c37281a6ad9dad8b5856aaacdc937c6522b59d9b | refs/heads/master | 2022-12-13T13:17:29.660340 | 2020-02-06T08:33:21 | 2020-02-06T08:33:21 | 295,216,243 | 0 | 0 | Apache-2.0 | 2020-09-13T18:51:07 | 2020-09-13T18:51:06 | null | UTF-8 | Java | false | false | 1,173 | java | /* Copyright (C) 2013-2020 TU Dortmund
* This file is part of LearnLib, http://www.learnlib.de/.
*
* 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/... | [
"markus.frohme@udo.edu"
] | markus.frohme@udo.edu |
2bae9c930960ab7518a1a2ccbb73507b4dc3929e | ebe1c708b7bffaffb5618faf4f9d4d7dd8260e15 | /Android/app/src/main/java/model/Pack.java | 3451ece54b3d910653f3b14ac1465e56f2fd5f54 | [
"LicenseRef-scancode-unknown-license-reference",
"BSD-3-Clause",
"LicenseRef-scancode-generic-cla"
] | permissive | dorry/stickers | 4b23e71260a25d2559f9f6786ca4163b9a8221fb | ee0e7e9f8b56ebd4afc72c9140d58f6f102ba1d3 | refs/heads/master | 2020-09-22T11:14:36.429989 | 2020-01-08T11:35:42 | 2020-01-08T11:35:42 | 225,170,826 | 0 | 0 | NOASSERTION | 2019-12-01T14:01:27 | 2019-12-01T14:01:26 | null | UTF-8 | Java | false | false | 1,534 | java | package model;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.util.Base64;
public class Pack {
private String identifier;
private String name;
private String publisher;
private String tray_image_file;
private String image_data_version;
private String pac... | [
"eldorry3@gmail.com"
] | eldorry3@gmail.com |
02cacf9c4c8bffc0cebc7cb96f0c32fe0cc62d5b | 4a081c60cbf69c27bce6340c98848d4fde9fb03d | /app/src/main/java/com/example/callback/ConfirmDeleteCallBack.java | 0f5fb725328c1102612687679134fd4955c71ea0 | [] | no_license | dungtran2909/UiMiHnManagement | 5995562bcfce20469fa275fcc7f173a35a9c82c4 | fd9a57496de7c43d96c3b6d39a4446efb9f0e471 | refs/heads/master | 2020-09-15T20:24:39.610786 | 2019-11-23T07:38:16 | 2019-11-23T07:38:16 | 223,550,148 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 100 | java | package com.example.callback;
public interface ConfirmDeleteCallBack {
public void delete();
}
| [
"quoccuong151197@gmail.com"
] | quoccuong151197@gmail.com |
982fe99eda40e1c719e1d94667b6a8e7a86412de | f0d25d83176909b18b9989e6fe34c414590c3599 | /app/src/main/java/com/google/android/gms/internal/bq.java | 90187eec2f1336515f965b4045cad86af6673cea | [] | no_license | lycfr/lq | e8dd702263e6565486bea92f05cd93e45ef8defc | 123914e7c0d45956184dc908e87f63870e46aa2e | refs/heads/master | 2022-04-07T18:16:31.660038 | 2020-02-23T03:09:18 | 2020-02-23T03:09:18 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 212 | java | package com.google.android.gms.internal;
public final class bq extends bs {
/* access modifiers changed from: protected */
public final boolean zze(double d, double d2) {
return d <= d2;
}
}
| [
"quyenlm.vn@gmail.com"
] | quyenlm.vn@gmail.com |
359825ecbf2906add6dc660cb2b43313779a8815 | fd0c6e99c1f21466c2e7e0aef8e1a65289866e22 | /app/src/androidTest/java/com/yunchengke/app/ApplicationTest.java | 582d2e884ae176375d21b11bf44aa183fb8ad242 | [] | no_license | dyn654466499/AS_YunChengKe | 0ab9aaa68f757807410b0a1d6ad7fa42b1053f6a | 78fb5ad392172540207442c164d349d9874cf465 | refs/heads/master | 2021-01-10T12:26:08.098300 | 2016-03-14T08:08:26 | 2016-03-14T08:08:26 | 53,390,729 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 349 | java | package com.yunchengke.app;
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 ApplicationTest() {
supe... | [
"654466499@qq.com"
] | 654466499@qq.com |
618b8ae36ab9effd0f24fe24e25721aec13289f9 | 1a38024593d4d2103f2a871198ae9af1480f5c76 | /app/src/main/java/com/doolri1276/example/imagepicker/GrayscaleTransformation.java | 83f9ce46644964a858e59bd90f63bdaf1c9ae0cd | [] | no_license | doolri1276/ImagePicker | bce23c1b6435ddf835371ff2ffe4d318224af3ff | fd30a6db51d8d3bd9ed0a7354fb0873914ff0ba8 | refs/heads/master | 2020-08-03T16:15:46.316403 | 2019-10-15T08:45:20 | 2019-10-15T08:45:20 | 211,810,542 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,455 | java | package com.doolri1276.example.imagepicker;
import android.graphics.Bitmap;
import android.graphics.Canvas;
import android.graphics.ColorMatrix;
import android.graphics.ColorMatrixColorFilter;
import android.graphics.Paint;
import com.bumptech.glide.load.engine.bitmap_recycle.BitmapPool;
import com.bumptech.glide.loa... | [
"doolri1277@gmail.com"
] | doolri1277@gmail.com |
59dd34df0ba21743512093000150cbe37409787f | 6be17cb822590c2800034c903bc8b06485d35a9c | /slider-core/src/main/java/org/apache/hoya/core/registry/ServiceRegistryClient.java | 0a0a29b4bc77474e66fc237ec9718a69e751e321 | [
"Apache-2.0"
] | permissive | victoryWang/slider | e3308c94bb9df6fa8acc51b03a74601e119a5c1f | 869df8c53633af45d5b7ec22289e7184d0fa7b96 | refs/heads/master | 2020-01-23T22:00:13.213331 | 2014-03-31T17:37:42 | 2014-03-31T17:37:42 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,904 | 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 ... | [
"stevel@hortonworks.com"
] | stevel@hortonworks.com |
11da13a5fa692d671d275b32e86288f57362df86 | 18c10aa1261bea4ae02fa79598446df714519c6f | /70_spring/11_AOP_JoinPoint/src/main/java/com/spring/biz/user/UserServiceClient.java | db629b8692b18ddfbdc3e4f4705e660d03555a7f | [] | no_license | giveseul-23/give_Today_I_Learn | 3077efbcb11ae4632f68dfa3f9285d2c2ad27359 | f5599f0573fbf0ffdfbcc9c79b468e3c76303dd4 | refs/heads/master | 2023-05-06T08:13:49.845436 | 2021-05-25T04:33:20 | 2021-05-25T04:33:20 | 330,189,867 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,104 | java | package com.spring.biz.user;
import java.util.List;
import org.springframework.context.support.GenericXmlApplicationContext;
import com.spring.biz.board.BoardService;
import com.spring.biz.board.BoardVO;
public class UserServiceClient {
public static void main(String[] args) {
//1. 스프링 컨테이너 구동
GenericXmlAppli... | [
"joodasel@icloud.com"
] | joodasel@icloud.com |
aaf4d5aae82d0397f374a219c8e60620fbf1d788 | 121870ac38cfedd2c4e48a76f61504352e490fa7 | /src/fr/azgin/main/mythicmobs/conditions/ClasseCondition.java | 8b97e26f7574d63b76e4ce7e4d4c6be88906f427 | [] | no_license | DoctorWhoFR/Mine-Slash | cb67c3224595cfa76392d3a1c37ec50b7de6f081 | f3ceec30ad941c073873cdec5a1ca1199dace286 | refs/heads/master | 2023-06-29T16:38:32.396288 | 2021-08-01T10:42:19 | 2021-08-01T10:42:19 | 386,079,176 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,754 | java | package fr.azgin.main.mythicmobs.conditions;
import fr.azgin.main.MainClass;
import fr.azgin.main.core.loading.Model.NewPlayer;
import io.lumine.xikage.mythicmobs.adapters.AbstractEntity;
import io.lumine.xikage.mythicmobs.io.MythicLineConfig;
import io.lumine.xikage.mythicmobs.skills.SkillCondition;
import io.lumine.... | [
"doctorwhofr@protonmail.com"
] | doctorwhofr@protonmail.com |
95a3c67903620732793203f3c8723bd5d3484d70 | 4e3c5dc1cfd033b0e7c1bea625f9ee64ae12871a | /com/vungle/publisher/ij.java | 512b72d5f933dfd84240817d6ea1c046ee6db74b | [] | no_license | haphan2014/idle_heroes | ced0f6301b7a618e470ebfa722bef3d4becdb6ba | 5bcc66f8e26bf9273a2a8da2913c27a133b7d60a | refs/heads/master | 2021-01-20T05:01:54.157508 | 2017-08-25T14:06:51 | 2017-08-25T14:06:51 | 101,409,563 | 1 | 4 | null | null | null | null | UTF-8 | Java | false | false | 1,224 | java | package com.vungle.publisher;
import com.vungle.publisher.ig.C1790a;
import dagger.MembersInjector;
import javax.inject.Provider;
/* compiled from: vungle */
public final class ij implements MembersInjector<C1790a> {
static final /* synthetic */ boolean f2165a = (!ij.class.desiredAssertionStatus());
private f... | [
"hien.bui@vietis.com.vn"
] | hien.bui@vietis.com.vn |
8871c0ad91f8f55e2647da02958419527107bcb8 | 767b8eaec056f7d3328d582e6b2927c306345a81 | /src/main/java/com/techprimers/aws/ServletInitializer.java | ed408d134c1c8c4abfaa6c1e063f6431b1337006 | [] | no_license | volkanOdtu/aws-beanstalk-example | b77b7cd6c08a06c7724cf092641dd40df52b9c9d | 49e382e7f6c777d5a4d68d022faffe70b2d54072 | refs/heads/master | 2023-04-04T21:13:14.300512 | 2021-04-04T11:36:59 | 2021-04-04T11:36:59 | 354,527,876 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 444 | java | package com.techprimers.aws;
import org.springframework.boot.builder.SpringApplicationBuilder;
import org.springframework.boot.web.servlet.support.SpringBootServletInitializer;
public class ServletInitializer extends SpringBootServletInitializer {
@Override
protected SpringApplicationBuilder configure(Spring... | [
"volkan.suyabatmaz@akka.eu"
] | volkan.suyabatmaz@akka.eu |
19ab7ef45253b927831ded902b9dfec05a817a84 | 501b551b9cc91fee7f7da3d9abf3d64933440f80 | /LeetCode/src/LC30DayChallenge/day6/GroupAnagram.java | 8275a63f5b02451badf3065d62a5b54c6097ae80 | [] | no_license | YashRTiwari/LeetCode | 3cdf88e2dd1fcef95c0a0f4c9c2a710b2138756e | f0f6e8f74a2dc0c2469d2c2ffb3cccce9f42a70a | refs/heads/master | 2021-05-20T13:33:30.467006 | 2020-05-08T06:35:19 | 2020-05-08T06:35:19 | 252,318,367 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,057 | java | package LC30DayChallenge.day6;
import java.util.*;
/*
*
* Given an array of strings, group anagrams together.
Example:
Input: ["eat", "tea", "tan", "ate", "nat", "bat"],
Output:
[
["ate","eat","tea"],
["nat","tan"],
["bat"]
]
Note:
All inputs will be in lowercase.
The order of your output does not matter.
*... | [
"work.yrt@gmail.com"
] | work.yrt@gmail.com |
b432d64401fed22dcf01979cf5237580b40d5e56 | 9f68540857f4233e06b9a9bdaa2f6a186cf4f583 | /src/com/android/settings/webview/WebViewAppPicker.java | 88ead258ad8835384e49303c58bac29996753d47 | [
"Apache-2.0"
] | permissive | Ankits-lab/packages_apps_Settings | 142dc865ff5ba0a5502b36fc4176f096231c3181 | 82cbefb9817e5b244bb50fdaffbe0f90381f269c | refs/heads/main | 2023-01-12T04:07:58.863359 | 2020-11-14T09:36:09 | 2020-11-14T09:36:09 | 312,785,971 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,455 | java | /*
* Copyright (C) 2017 The Android Open Source Project
*
* 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 requir... | [
"keneankit01@gmail.com"
] | keneankit01@gmail.com |
e27d5ce577b552bbe7eaac8fec231be1972a78e6 | c4ccf1f266e1984f10d978b03b64ec053799f68c | /core/src/main/java/com/google/errorprone/bugpatterns/android/IsLoggableTagLength.java | 777a53949acad19a54aa602236f464e3ddb9e515 | [
"Apache-2.0"
] | permissive | reudismam/error-prone | 717a3e7651a7ba947f89b06dce10fcdeb194205a | 8beb267881dacf3146e47a8b366d013a4c94c127 | refs/heads/master | 2021-01-24T07:25:36.216154 | 2018-02-22T18:33:13 | 2018-02-22T22:54:02 | 122,960,649 | 0 | 0 | Apache-2.0 | 2018-02-26T11:33:01 | 2018-02-26T11:33:00 | null | UTF-8 | Java | false | false | 5,390 | java | /*
* Copyright 2016 The Error Prone Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law ... | [
"cushon@google.com"
] | cushon@google.com |
b75bbb6c8149e58a570f985ad566388dae5866c2 | cca5f035dbbe018268b63a8ddd77b4ec8a9ac0c0 | /src/test/java/com/amyliascarlet/jsontest/bvt/JSONBytesTest.java | 3d6d7f328db1ebdc708b1c1baa979db65b2e040c | [
"Apache-2.0"
] | permissive | AmyliaScarlet/amyliascarletlib | 45195dc277fa16ec7f9c71f20686acaaf2b84366 | 6bd7f69edae8d201e41c6ccfa231ce51fb0ffe16 | refs/heads/master | 2020-05-25T10:53:20.312058 | 2019-05-21T07:04:35 | 2019-05-21T07:04:35 | 187,766,221 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 992 | java | package com.amyliascarlet.jsontest.bvt;
import org.junit.Assert;
import com.amyliascarlet.lib.json.JSON;
import junit.framework.TestCase;
public class JSONBytesTest extends TestCase {
public void test_codec() throws Exception {
int len = (Character.MAX_VALUE - Character.MIN_VALUE) + 1;
char[] c... | [
"amy373978205@outlook.com"
] | amy373978205@outlook.com |
759d8090187c90132c1e78cc341bcd06312e1594 | 3e74c530b3f862a61c45f21acc3e44e02dc3ae1b | /src/main/java/io/github/softech/dev/sgill/config/LoggingAspectConfiguration.java | 953f7924826b761b838f9c216086b090313c5d37 | [] | no_license | shaangill025/Ace-Online-Learning-App | 53a6328149cfcb68c0b2a66e64cd10a9c34eb285 | 01908edb01af3d9a21ddf00490bffa7025a8a84f | refs/heads/master | 2020-06-20T09:54:55.353174 | 2019-07-16T00:12:47 | 2019-07-16T00:12:47 | 197,084,592 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 516 | java | package io.github.softech.dev.sgill.config;
import io.github.softech.dev.sgill.aop.logging.LoggingAspect;
import io.github.jhipster.config.JHipsterConstants;
import org.springframework.context.annotation.*;
import org.springframework.core.env.Environment;
@Configuration
@EnableAspectJAutoProxy
public class LoggingA... | [
"ssgill@gatech.edu"
] | ssgill@gatech.edu |
0ac66f245d4c813714af9deff8064a8ffe79e542 | 286b6e89e1025478f400ac9061e49e3f55c6c72a | /OntoProject/src/test/java/com/ontologia/similarityTest.java | f585de4eb035aabe3860c0a2c563f0ae20a84507 | [] | no_license | nicolasferranti/BD_Mestrado_Project | 24ca4178e7a7b51dfc97bd27fce5e6f65a8c7100 | 8e008fc66b128f56a49a3c86cc53a27cf9465e25 | refs/heads/master | 2020-03-25T19:06:04.514062 | 2018-08-10T19:15:45 | 2018-08-10T19:15:45 | 144,064,650 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,841 | java | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package com.ontologia;
import Database.Blazegraph;
import com.ontologia.controller.CurlExec;
import java.io.File;
import java.io.IOExc... | [
"nicolasferranti95@gmail.com"
] | nicolasferranti95@gmail.com |
eca0ac235fc102b6062eba514e512528ad9d64be | b8aad3d7d8143698b8c35a19f873cdcf1bad0e8a | /app/src/androidTest/java/com/example/mipirmeraapp/ExampleInstrumentedTest.java | 1421bbd63b698a8345e19652d79b56751bd66a40 | [] | no_license | andresrdt/FisrtAppAndroit | 1ff6a74b5c9b9290f29952211663fa4eb854c0ed | 9d918d85644378f6b03debfcbc2036f9c6c61ab3 | refs/heads/master | 2022-04-17T13:48:42.838380 | 2020-04-16T20:41:03 | 2020-04-16T20:41:03 | 256,324,808 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 753 | java | package com.example.mipirmeraapp;
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.*;
/**
* Instrumented test, which will execute on an Androi... | [
"anrodriguez@asesoftware.com"
] | anrodriguez@asesoftware.com |
9c2887baa226e5077e4fbf6c5ab2a64551fd2b60 | 43b704c8f326bc2474492a446696389d71c84ae9 | /src/test/java/com/medinar/covidwatch/service/InternationalTestSuite.java | b0ee66dbd5b7c4beff02ad83e7b1b351b1bec35f | [] | no_license | medinar/covid-watch | a8b0e0077689522a617c3f7335d8739a68063211 | 2f688d88dca37a5a848be3c8a084dbc60ef8dc4f | refs/heads/main | 2023-07-17T11:54:20.030634 | 2021-08-27T20:30:46 | 2021-08-27T20:30:46 | 397,841,033 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 515 | java | package com.medinar.covidwatch.service;
import org.junit.runner.RunWith;
import org.junit.runners.Suite;
/**
*
* @author Rommel Medina
*/
@RunWith(Suite.class)
@Suite.SuiteClasses({
com.medinar.covidwatch.controller.InternationalControllerIT.class,
com.medinar.covidwatch.service.InternationalServiceImplTes... | [
"rommel.d.medina@gmail.com"
] | rommel.d.medina@gmail.com |
dae16777807d05908dde6891b70afd37bc55df37 | 434a45b826a2b46dc64ad1562c8236224c6b1884 | /AndroidStudioProjects/Incrementar3/app/build/generated/source/r/debug/android/support/design/R.java | 162d65b9bb518fe927bf6f430ea1fd94672c8381 | [] | no_license | SoulApps/CrossPlatformLearning | 66c42b1cb09d69e97c3a1668502b0dd9cc139625 | c80d0893621e85b426f0e17410f69e5f825dfa12 | refs/heads/master | 2021-04-27T06:05:36.794382 | 2017-12-06T18:17:26 | 2017-12-06T18:17:26 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 118,512 | java | /* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* aapt tool from the resource data it found. It
* should not be modified by hand.
*/
package android.support.design;
public final class R {
public static final class anim {
public static final int abc_fade_in = 0x7f05000... | [
"alejandrosanchezgalvin@gmail.com"
] | alejandrosanchezgalvin@gmail.com |
db8b4d6b1412708be51ac5dde9169f63a8e3d2e3 | 5d7d70694f07a119467a7634e8f91edc8fc35239 | /src/TestSuite/GrandChildrenVtGranny.java | 17cb194896de034d0a87d6ff70c9f7adb5df1226 | [] | no_license | nareshdchbx/magi_core24 | a157b97c5bfef5629703c093f70434e6e9b140ab | 537937864e249044fb19b0d25524d64b3d7e4d5d | refs/heads/master | 2021-01-10T07:00:19.078264 | 2016-03-18T14:50:42 | 2016-03-18T14:50:42 | 51,012,014 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,263 | java | package TestSuite;
import org.openqa.selenium.WebDriver;
import org.testng.annotations.AfterMethod;
import org.testng.annotations.BeforeMethod;
import org.testng.annotations.DataProvider;
import org.testng.annotations.Test;
import Base.BaseClass;
import Businessutilities.ExcelUtilities;
import PageFunctions.MagiPag... | [
"naresh9zt@gmail.com"
] | naresh9zt@gmail.com |
793e6f555b37029b3a1619d9974be2dd4bc558e8 | ffe7a41d120bc0379e4d49127dc0cc217637af59 | /app/src/main/java/org/insacc/toddssyndrome/AddPatientTest/PatientTestActivity.java | 8fa619fc902ec9d45e0166fb4be5c2266452a1da | [] | no_license | insacc/Android-mvp-with-dagger2-butterknife-sample | d411276a8de73faf371b387aeb0c47b2f081d0e1 | eaffab025c2c7f09946a3a9f9c729625fa7a9e33 | refs/heads/master | 2021-01-18T03:11:30.402509 | 2017-03-22T15:16:53 | 2017-03-22T15:16:53 | 85,843,251 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,190 | java | package org.insacc.toddssyndrome.AddPatientTest;
import android.content.Intent;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.Toolbar;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.NumberPicker... | [
"insa_c1903@hotmail.com"
] | insa_c1903@hotmail.com |
afe84a479aa1f9e48e753b871a7ecd52bd1e4456 | 7fd726b377c7d99f6fe3e9f3e22b2d608b407604 | /springboot10_jap/src/main/java/com/zfy/dao/UsersRepositorySpecification.java | b1218ff8232cc0963ec657b18109db00e48bdf12 | [] | no_license | zfyvvv/springboot | 579a9bb52f787e5397c0f5282d65d78cd020fb31 | 5c2d5ec8e64fad6890be8347cbf5bc9c329b19e2 | refs/heads/master | 2020-08-04T05:15:06.418866 | 2019-10-01T05:54:25 | 2019-10-01T05:54:25 | 212,019,028 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 318 | java | package com.zfy.dao;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.JpaSpecificationExecutor;
import com.zfy.pojo.Users;
public interface UsersRepositorySpecification extends JpaRepository<Users, Integer>, JpaSpecificationExecutor<Users> {
}
| [
"DELL@DESKTOP-3OU3NNV"
] | DELL@DESKTOP-3OU3NNV |
10a5871cf7bdee7f786f1d7a5df91ecc2d94c540 | a1e14f4ac34b55f70fb924b59d966716920e3d8b | /src/main/java/com/newscrawler/newsletter/exception/EmailAddressDuplicateException.java | 3de5146a4daed60618a4960e3754a26c83078c42 | [] | no_license | cocodori/news-bot | 618256974353f94d0e817cb8fd4fd530686b9bf7 | 00dbe38ac6b291d6fc49314a654ebb50f0db8e05 | refs/heads/main | 2023-04-09T00:19:10.947117 | 2021-04-18T12:21:44 | 2021-04-18T12:21:44 | 356,917,985 | 5 | 0 | null | null | null | null | UTF-8 | Java | false | false | 195 | java | package com.newscrawler.newsletter.exception;
public class EmailAddressDuplicateException extends Exception {
public EmailAddressDuplicateException(String msg) {
super(msg);
}
}
| [
"moradulee@gmail.com"
] | moradulee@gmail.com |
ebe6ec9d8f9c28051ae02d48b46d4154a1fff648 | 75b0f2fceb9d1786d64cac831326354d431a8a32 | /com/planet_ink/coffee_mud/Abilities/Ranger/Skill_RacialEnemy.java | 43332455fb0468a0341d05bfaa2599fc3abb44fe | [
"Apache-2.0"
] | permissive | thierrylach/CoffeeMud | f41857a8106706530c794d377bfb81b6458a847a | 83101f209d8875ec2bbaf6c623d520a30cd3cc8d | refs/heads/master | 2022-09-20T17:14:07.782102 | 2022-08-29T22:07:57 | 2022-08-29T22:07:57 | 113,072,543 | 0 | 0 | null | 2017-12-04T17:20:51 | 2017-12-04T17:20:51 | null | UTF-8 | Java | false | false | 1,881 | java | package com.planet_ink.coffee_mud.Abilities.Ranger;
import com.planet_ink.coffee_mud.core.interfaces.*;
import com.planet_ink.coffee_mud.core.*;
import com.planet_ink.coffee_mud.core.collections.*;
import com.planet_ink.coffee_mud.Abilities.interfaces.*;
import com.planet_ink.coffee_mud.Areas.interfaces.*;
import... | [
"bo@zimmers.net"
] | bo@zimmers.net |
f327cc59af76866713dfd6bd5428233a97c22755 | 3fc503bed9e8ba2f8c49ebf7783bcdaa78951ba8 | /TRAVACC_R5/travelfacades/src/de/hybris/platform/travelfacades/strategies/impl/OriginDestinationRefNumberValidationStrategy.java | 18d236fa028c663e42b90a7196bce4e227ffe282 | [] | no_license | RabeS/model-T | 3e64b2dfcbcf638bc872ae443e2cdfeef4378e29 | bee93c489e3a2034b83ba331e874ccf2c5ff10a9 | refs/heads/master | 2021-07-01T02:13:15.818439 | 2020-09-05T08:33:43 | 2020-09-05T08:33:43 | 147,307,585 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,613 | java | /*
* [y] hybris Platform
*
* Copyright (c) 2018 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 the te... | [
"sebastian.rulik@gmail.com"
] | sebastian.rulik@gmail.com |
9448ad9c9c512efc4c57495349132b1c20dd1413 | 94bbe5f88b75605aa25e15582eabf52343d49b26 | /src/main/java/controller/ChatWebSocketHandler.java | 36e9d19604905c77200d46f463ffd0b4151a54a9 | [] | no_license | wlsvy19/khfinalproject | a5f0c554eb3465a1e7008bb9460e9a5c598f83d8 | 9c0f3d8f83c10944ef816727b34669e69935ab16 | refs/heads/master | 2022-12-21T20:25:51.822671 | 2019-11-05T04:18:51 | 2019-11-05T04:18:51 | 172,655,854 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,841 | java | package controller;
import java.util.ArrayList;
import java.util.List;
import org.springframework.web.socket.CloseStatus;
import org.springframework.web.socket.TextMessage;
import org.springframework.web.socket.WebSocketMessage;
import org.springframework.web.socket.WebSocketSession;
import org.springframework.web.so... | [
"jinpyolee19@naver.com"
] | jinpyolee19@naver.com |
b27f31f3132c71b160f063a84f7aef587fdabdce | 84a6061b4e429b5ba68693838f90be09581b915b | /app/src/main/java/com/game/jxj/model/entity/Test.java | 3ccd81aa2bb14a97b8be1eb77d637d342624cfc4 | [] | no_license | wuyuxiang627/quyue | 7520c678a28b0a4f214edea07ce0ec9aa5cb0a90 | f5b2582dc3371a183b3990186086303055bae249 | refs/heads/master | 2020-03-23T04:22:43.046170 | 2018-07-16T03:03:33 | 2018-07-16T03:03:33 | 141,079,866 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 468 | java | package com.game.jxj.model.entity;
import com.google.gson.Gson;
import com.google.gson.GsonBuilder;
/**
* @author jxj
* @date 2018/6/22
*/
public class Test {
public static void main(String[] args) {
Gson gson = new GsonBuilder().create();
T t = new T();
t.a = 1;
t.b = 2;
... | [
"wuyuxiang_627@163.com"
] | wuyuxiang_627@163.com |
013df4338e078065ec6988962c7cb15cd5cfab17 | 18836b181e6b6bedbf03b21a80ce0deca4b52e96 | /source-code/src/com/sun/corba/se/spi/oa/ObjectAdapterBase.java | 732d27a4e82155a90de7aea397d1f680fd45b5be | [] | no_license | roboslyq/JDKSourceCode1.8 | ae5301a99a2e2f45eb00fc486971888cae43f341 | 91f2adcf1bc11ffb3d636fd3ce293717b574c4dd | refs/heads/master | 2021-08-04T03:50:49.116060 | 2020-04-22T00:45:20 | 2020-04-22T00:45:20 | 148,617,751 | 1 | 2 | null | null | null | null | UTF-8 | Java | false | false | 5,721 | java | /*
* Copyright (c) 2001, 2003, Oracle and/or its affiliates. All rights reserved.
* ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
package com.sun.corba.se.spi.oa;
import org.omg.PortableInterceptor.ObjectReferenceTemplate ;
import or... | [
"robosloveu@163.com"
] | robosloveu@163.com |
50fbf478a994a320ff78f3c673b88b095fc9a2e3 | ab6d10d6c74444be32d4b697504efeacee1f1587 | /simple-dao/src/main/java/com/simple/dao/annotation/SQL.java | 4c23d4b9a2f00381b51350fc3b8a08b5f5cb958c | [] | no_license | tornadoyi/simple-component | 25d00ed521d53691535a20d587697ea92515d3a9 | 13fda263f44ce3aec31ac1798cb981f2a7f1a1d5 | refs/heads/master | 2021-01-20T18:52:50.630533 | 2016-08-08T11:09:30 | 2016-08-08T11:09:30 | 64,361,394 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 395 | java | /**
*
*/
package com.simple.dao.annotation;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
* @author yongchao.zhao@happyelements.com
* 2016年6月23日
*/
@Target(ElementType.METHOD)
@Retention(Retent... | [
"yi.gu@happyelements.com"
] | yi.gu@happyelements.com |
59b0578b511fd0538df2d3357e43c94b2e240e35 | 856f42460014a59376e62b93c3ad049faa1bef08 | /src/main/java/com/designpatterns/factory/pizzasing/ReggianoCheese.java | e898f5bdce47da23099930462cd885bd218e5fdf | [] | no_license | fredcess23/top_design_patterns | 1085baecc26880177641ac97b8c1cb190815a248 | 0ac23e457286c32e71fbd57578ec5992e2637e95 | refs/heads/master | 2021-01-10T11:43:17.719687 | 2016-03-05T06:42:38 | 2016-03-05T06:42:38 | 48,262,029 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 157 | java | package com.designpatterns.factory.pizzasing;
public class ReggianoCheese implements Cheese {
public String toString() {
return "Reggiano Cheese";
}
}
| [
"fredcess23@gmail.com"
] | fredcess23@gmail.com |
67f2bfd22bd2de6ffa4766376c7be381ba181a8d | da8acc0eef1500644d8ac4a4bc5e3d3e81854a52 | /src/model/vo/Filial.java | 18b095f6bd9e80163d030376a2af80a136df3c30 | [] | no_license | CicoTV1/POO_HEADCOUNT_VINICIUS | f09b9b162ac8243f43505a3d68156c1f9afca96d | 8774c3fe07b08b5eedad54100ff9902fb26f4066 | refs/heads/master | 2020-05-23T19:08:38.425029 | 2019-05-15T21:55:06 | 2019-05-15T21:55:06 | 186,905,533 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 882 | java | package model.vo;
public class Filial {
private int id;
private String nome;
private String cnpj;
private String InscEstadual;
private Endereco endereco;
public Filial(String nome, String cnpj, String InscEstadual) {
this.nome = nome;
this.cnpj = cnpj;
this.InscEstadual = InscEstadual;
}
public int g... | [
"vdacicinho@gmail.com"
] | vdacicinho@gmail.com |
33e7bc5171cd1176bb65978ee26e645bfa0dfc0c | 43ca534032faa722e206f4585f3075e8dd43de6c | /src/com/fasterxml/jackson/annotation/JsonGetter.java | df740c380ad6861e399bb65e2e890a8ea9bc25c6 | [] | no_license | dnoise/IG-6.9.1-decompiled | 3e87ba382a60ba995e582fc50278a31505109684 | 316612d5e1bfd4a74cee47da9063a38e9d50af68 | refs/heads/master | 2021-01-15T12:42:37.833988 | 2014-10-29T13:17:01 | 2014-10-29T13:17:01 | 26,952,948 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 351 | java | // Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://www.geocities.com/kpdus/jad.html
// Decompiler options: braces fieldsfirst space lnc
package com.fasterxml.jackson.annotation;
import java.lang.annotation.Annotation;
public interface JsonGetter
extends Annotation
{
pub... | [
"leo.sjoberg@gmail.com"
] | leo.sjoberg@gmail.com |
56cf9a95e49d5ebdc499d238cc628c3d70aee33a | e916fa924e5b4654544402220a9c3cabfa3e3fe6 | /src/main/java/com/iloveqyc/daemon/ServletInitializer.java | 104e7616b69a4932ee529ebe0f29025258c0d800 | [
"Apache-2.0"
] | permissive | qiuyongchen/algorithm | 95422b02dc4955b3585ad19a5c87c012b1fbb46a | e81eeab366aa2a3f8539c854b8a05aa1b62934f2 | refs/heads/master | 2020-05-09T23:01:06.089673 | 2019-06-06T10:11:33 | 2019-06-06T10:11:33 | 181,489,773 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 409 | java | package com.iloveqyc.daemon;
import org.springframework.boot.builder.SpringApplicationBuilder;
import org.springframework.boot.web.servlet.support.SpringBootServletInitializer;
public class ServletInitializer extends SpringBootServletInitializer {
@Override
protected SpringApplicationBuilder configure(SpringApplic... | [
"qiuyongchen@meituan.com"
] | qiuyongchen@meituan.com |
e80c4022d597ded3a9cb55887e19ed1890ff1025 | 0af8b92686a58eb0b64e319b22411432aca7a8f3 | /api-vs-impl-small/app/src/main/java/org/gradle/testapp/performancenull_44/Productionnull_4332.java | f5f898d96eb11b6eb561eb39fd5369378bb5104c | [] | 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 | 588 | java | package org.gradle.testapp.performancenull_44;
public class Productionnull_4332 {
private final String property;
public Productionnull_4332(String param) {
this.property = param;
}
public String getProperty() {
return property;
}
private String prop0;
public String getPr... | [
"cedric.champeau@gmail.com"
] | cedric.champeau@gmail.com |
9118322cb8ebd28066fd4ee79bfeebdef7cba098 | 26e07e8b81616f0173a1a345598e074cdcbbd833 | /chuangqi-web/src/main/java/com/chuangqi/controller/AboutController.java | 2813a22c11e9e08621ccca34fea4596f892a4ec7 | [] | no_license | humphrey0219/chuangqi | 1267df16afc317b50478b0d0689898ec4e18ead5 | a8553ec493fd808dab380e991318f68fdeb1e669 | refs/heads/master | 2020-07-12T19:38:48.611077 | 2019-08-28T08:59:50 | 2019-08-28T08:59:50 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 438 | java | package com.chuangqi.controller;
import lombok.extern.slf4j.Slf4j;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
import org.springframework.web.servlet.ModelAndView;
@Slf4j
@RestController
public class AboutController extends BaseContr... | [
"jellyra@163.com"
] | jellyra@163.com |
7b0cd06203a9b48fc1f5d6ac8176402935e68ace | f70d10a21388c677981bba99e4a08ad78a81b56a | /labirynth/src/com/flexymind/labirynth/objects/Square.java | 6724b975dd1d805aa9abc4d3147e8229c0584d65 | [] | no_license | KovalyovLex/Labirynth | 4733cc7df1c858340a32f43d4e8fe0978339b4ae | adaf0eb66c877e976a582d63222ff03c37f2b9e8 | refs/heads/master | 2020-05-25T09:39:58.668062 | 2012-06-29T20:04:12 | 2012-06-29T20:04:12 | 4,250,022 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,544 | java | /**
*
*/
package com.flexymind.labirynth.objects;
import java.nio.ByteBuffer;
import java.nio.ByteOrder;
import java.nio.FloatBuffer;
import javax.microedition.khronos.opengles.GL10;
import com.flexymind.labirynth.storage.Settings;
import android.content.Context;
import android.graphics.Bitmap;
import android.gr... | [
"kovalyov.lex@gmail.com"
] | kovalyov.lex@gmail.com |
15d500dcc8bad4a6679a207156a32eb208ba0fe1 | 7839ce2360744f81ff874383492ea24df330e7bc | /src/main/java/com/di/jdbc/mapper/core/PreparedStatementMapper.java | 31d75ce24f72580d6187be96b3c89f7a126b5d06 | [] | no_license | dingey/jdbc-mapper | 0f2fee1e0b8972bca47cd44efe984af38647c76a | d9c883b428643fc92363dc095e117c7ef6962cc8 | refs/heads/master | 2022-05-01T17:36:11.178794 | 2022-03-07T03:15:44 | 2022-03-07T03:15:44 | 73,085,922 | 11 | 2 | null | null | null | null | UTF-8 | Java | false | false | 1,224 | java | package com.di.jdbc.mapper.core;
import java.util.List;
import java.util.Map;
public interface PreparedStatementMapper extends StatementMapper {
/**
* 执行预编译的sql语句,args参数,返回成功或失败。
*
* @param preparedStatement 预编译的prepareStatement语句
* @param args 参数值
* @return 影响的行数
*/
int execute(String prep... | [
"d"
] | d |
b313c8628aee1e0549321ef6beeb2636a327f4f5 | b95e759a3455484b70bcc2148a4c1012d2a17dfa | /assignment8/src/IteratorIterable/ApplicationDrive.java | 43ad60d5929545626e760e754a2400761790bda4 | [] | no_license | MAIMAI728/Java | c18b60dfc91c54e00a9ceac1cd276ca45ff3f90d | c887179b47c61985de916af40375308cecca50f8 | refs/heads/master | 2020-03-22T20:34:17.876574 | 2018-07-11T18:10:58 | 2018-07-11T18:10:58 | 140,610,772 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,408 | java | package IteratorIterable;
import java.util.ArrayList;
import java.util.List;
import java.util.Random;
/**
* Created by mai on 2017/07/06.
*/
public class ApplicationDrive {
public static void main(String[]args){
Page p1 = new Page(4, true); //even + image
Page p2 = new Page(1, true); //not even... | [
"m7a2i8@gmail.com"
] | m7a2i8@gmail.com |
0f9a01fd6804902182ee2f226c35232c0a57c42c | 7bdc71e4fda53f3cbbc71dba9e4035b7aba6cea6 | /TankDemo/src/com/woniuxy/tank/bullet/PlayerBullet.java | 7021c0d313b9d7a8c77acf2e03e16aef553a24ac | [] | no_license | beloved2324/dream-chaser | 9022592f4a5c9f6d80dc88ae4fd40bb7974503d7 | 7664d0de167d17a4d7c001dcd5087e37f5e53646 | refs/heads/master | 2021-07-14T19:23:21.568005 | 2017-10-17T08:17:18 | 2017-10-17T08:17:18 | 103,256,229 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 537 | java | package com.woniuxy.tank.bullet;
import com.woniuxy.tank.character.enemy.EnemyTank;
import com.woniuxy.tank.ui.GamePanel;
public class PlayerBullet extends Bullet{
public PlayerBullet(int x, int y, int dir) {
super(x, y, dir, true);
}
@Override
protected void collision() {
super.collision();
... | [
"beloved1992.rj@outlook.com"
] | beloved1992.rj@outlook.com |
bfdc9d157377d09254544c1725d0b18a270633a0 | 3ec9f6b7a0ce3b7dabe0c624a275c1fc04d6f6b8 | /studentAttendanceManagementSystem/stuWebApi/src/main/java/com/leons/stu/service/dto/package-info.java | 89a37ce43092c5a740815ad239333cb2aab6653b | [] | no_license | harrshiil/learn-java | 03770ed116734e32661e5cc3db7f5d7577f9fae6 | c78b12d1dcea3eee5050139f7a707a965011a5ed | refs/heads/master | 2023-07-03T09:23:45.931333 | 2021-08-10T13:54:34 | 2021-08-10T13:54:34 | 394,672,620 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 69 | java | /**
* Data Transfer Objects.
*/
package com.leons.stu.service.dto;
| [
"harshil.parmar9087@gmail.com"
] | harshil.parmar9087@gmail.com |
b2c078ae4194ff5d60bc6ca717c779ba2a93d17d | ada8f77e8a309e4b0c23ec7fbc4a177543d42f18 | /src/java/model/TestM.java | 16e42c9fd55e3a193764e0c7532e21220e15e060 | [] | no_license | S-Siddhant1999/web-appliaction | b411b0279aca3d7885bd359019ecc835bb0158fe | 91038c01de4428d99b781ceefd33c82bbc417774 | refs/heads/master | 2023-01-19T05:35:48.611583 | 2020-11-18T10:48:35 | 2020-11-18T10:48:35 | 313,901,584 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 984 | 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 db.DBConnector;
import java.sql.Statement;
import javax.mail.MessagingException;
/**
*
* @author... | [
"siddh@LAPTOP-S56A8M43.mshome.net"
] | siddh@LAPTOP-S56A8M43.mshome.net |
f5112e9023a3c7ee32d2248f491195258f8fd43d | 7b4fd58090aa7013137ba2734d7f256b812861e1 | /src/Ellias/rm/com/tencent/game/helper/m3ePay.java | db2fbac577633d40d8a94d6ef857cd3dbd9fe5a3 | [] | no_license | daihuabin/Ellias | e37798a6a2e63454f80de512319ece885b6a2237 | fd010991a5677e6aa104b927b82fc3d6da801887 | refs/heads/master | 2023-03-16T21:12:33.908495 | 2020-02-10T15:42:22 | 2020-02-10T15:42:22 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,441 | java | package com.tencent.game.helper;
import android.app.Activity;
import android.content.Context;
import android.util.Log;
import com.pay.AndroidPay;
import com.pay.api.APPayGameService;
import com.pay.api.APPayOpenService;
import com.pay.api.APPayResponseInfo;
import com.pay.api.IAPPayGameServiceCallBack;
import com.pay.... | [
"sevarsti@sina.com"
] | sevarsti@sina.com |
efd20a25084836c4d59345a876586ebbe6f5f5be | ec3129cf47e2c24de5a43045574c8d7a94e3e381 | /src/com/task0/Introduction/AddingIntegers.java | f52a472ee7078964f6740c2f07e90362e2451043 | [] | no_license | karanchhatwani1/JAVA | eeaf52a816442d2ea2e5d80a72179dcf9d152ba0 | 657633daae861d5e97d1d262adcbb0b39554eed7 | refs/heads/master | 2023-04-03T06:28:53.218516 | 2021-04-01T19:09:47 | 2021-04-01T19:09:47 | 351,693,876 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 458 | java | package com.task0.Introduction;
import java.util.Scanner;
public class AddingIntegers {
public static void main(String[] args) {
int a,b;
Scanner sc = new Scanner(System.in);
System.out.println("Enter first Number");
a = sc.nextInt();
System.out.println("Enter Second Numbe... | [
"karanchh2001@gmail.com"
] | karanchh2001@gmail.com |
938d01d8c003101c783bc4980561e1d4f8d7743e | 0b95a85deaf1c9fade3e2a5af2e816a5b00607a4 | /tempcode/src/main/java/commons/setting/external/service/IAccountRuleOutService.java | aab838ac68ba56e6bd546a23b8e5f20449e65f20 | [] | no_license | liwen666/lw_code | 6009fb1a83ad74c987a5e58937c3a178537094b0 | 6fb3f4373fdf1363938ee4f30b39c9fd17c8a8d7 | refs/heads/master | 2020-04-09T22:58:38.355751 | 2019-04-25T07:37:52 | 2019-04-25T07:37:52 | 160,643,842 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 890 | java | package commons.setting.external.service;
import java.util.List;
import com.tjhq.commons.exception.ServiceException;
import com.tjhq.commons.setting.external.po.AccountRuleOutPO;
public interface IAccountRuleOutService {
/**
* 查询记账定义PO
* @param appId
* @return
* @throws ServiceException
*/
public List<Ac... | [
"1316138287@qq.com"
] | 1316138287@qq.com |
07fa11c575c1e07d4902f40c855e755410799caf | 5f2aae02745d14ab35ec6deb7d51cc68213a975a | /app/src/main/java/com/xfinitive/chattogramwheels/directionhelpers/PointsParser.java | 0de4477e34ee48bb232a863e4f755be83c2627ee | [] | no_license | hasancsecu/Chattogram_Wheels | 708706529dd32c504bed72f82511bde121bcee99 | 0b8977d64831fa38a69b6cda1b412c724a84942a | refs/heads/master | 2022-04-24T14:33:47.103197 | 2020-04-27T09:02:39 | 2020-04-27T09:02:39 | 258,232,566 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,167 | java | package com.xfinitive.chattogramwheels.directionhelpers;
import android.content.Context;
import android.graphics.Color;
import android.os.AsyncTask;
import android.util.Log;
import com.google.android.gms.maps.model.LatLng;
import com.google.android.gms.maps.model.PolylineOptions;
import org.json.JSONObject;
import ... | [
"hasansouravcsecu@gmail.com"
] | hasansouravcsecu@gmail.com |
322693d4429343ba3e0a1fedc0e0bb84c81641e4 | f1701ca4180b203d8a51732d87b87202725c965a | /smartsuites-spark/spark/src/main/java/com/smartsuites/spark/SparkVersion.java | a64ce9580e839be0ecf154c8902a08ed17603889 | [
"Apache-2.0"
] | permissive | smartsuites/SmartSuites | 3119ffaaa4454cf120de3ea0020141b3ef92a322 | 1f8def542c31b384ed5e880e7e439e738ea01b68 | refs/heads/master | 2021-05-06T22:38:51.823606 | 2017-12-03T10:34:50 | 2017-12-03T10:34:50 | 112,917,068 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,420 | 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 ... | [
"yufei.wu@live.com"
] | yufei.wu@live.com |
b877d0c0827bac1a993068a5770cb6daabd88a2f | 7b7b1a4fd9f59f164aaf93c7444274b39d04b1c6 | /Day31web/Clients/src/com/u/UttamServiceLocator.java | 086aec4d8618407bd7d80e7dad96f284cb5f5153 | [] | no_license | yaswanthchopperla/test | 2fcab9bab7be85645409934f10b9f24d23ca24a2 | c43b076babd79b4f99bd60d116160ce4d53c1201 | refs/heads/master | 2022-12-23T11:56:35.318631 | 2019-10-25T07:18:47 | 2019-10-25T07:18:47 | 205,160,470 | 0 | 0 | null | 2022-12-15T23:30:17 | 2019-08-29T12:36:20 | JavaScript | UTF-8 | Java | false | false | 4,860 | java | /**
* UttamServiceLocator.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.u;
public class UttamServiceLocator extends org.apache.axis.client.Service implements com.u.UttamService {
public UttamServiceLocator() {
}
... | [
"yaswanthchopperla@outlook.com"
] | yaswanthchopperla@outlook.com |
dda53be17a6bc3b8e3a5fb4401e47270b6f5a41c | dfedecc8b3450724fe77f97c7a862c4bbb269613 | /src/main/java/com/testapp/controller/actions/answers/AnswerTriggerJSONAction.java | 1f688b4d99fadcfaec72143b3d86c8e44a6a9142 | [] | no_license | marat-chardymov/TestingApp | f19db7537efe4f6ff30d42118c06f677827754be | 9740e2bdb5445fa72c1c2ad9571966fa63092172 | refs/heads/master | 2021-01-10T20:46:31.454176 | 2014-01-28T20:19:59 | 2014-01-28T20:19:59 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,476 | java | package com.testapp.controller.actions.answers;
import com.google.gson.Gson;
import com.testapp.controller.Action;
import com.testapp.exceptions.AppActionException;
import com.testapp.exceptions.AppDAOException;
import com.testapp.model.dao.IAnswerDAO;
import com.testapp.model.dao.impl.AnswerDAO;
import com.testapp.mo... | [
"marat.chardymov@gmail.com"
] | marat.chardymov@gmail.com |
5cbd2a7c3fba220bab46ae320b10de8b81bf76ed | 07f5f81435f0c73908743282ecffec90147dd11c | /problem2/Payment.java | e05cd6db9a672d9afa51e13c84fb1e3bef83a5df | [] | no_license | taufanmahaputra/midtrans-examination | b20359ebfa3af68ba6f534a8e6d331e92d25a9e2 | ee4818b33c0140cbf192e917b4fa712928540bd0 | refs/heads/master | 2020-03-07T03:04:14.545397 | 2018-03-29T05:01:50 | 2018-03-29T05:01:50 | 127,225,075 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,324 | java | import java.util.*;
class Customer {
private int id;
private ArrayList<Transaction> transactions;
private ArrayList<String> emails;
private ArrayList<String> phones;
private ArrayList<String> cards;
Customer() {
transactions = new ArrayList<Transaction>();
emails = new ArrayList<String>();
phones = new A... | [
"taufanmhptr@gmail.com"
] | taufanmhptr@gmail.com |
526eedd44b9ec97ba9a7748ad7a4c0252687694a | c4ceeb57dff896d3afe58c3804f3aa97d6f351e7 | /Reisefieber/src/gui/ReiseStornierenDialog.java | 1396687249f5ecc201cb042434a326f98b0e7241 | [] | no_license | Sarius997/ReiseFieber | 1a526b12c84e97b2299470b7f3c8e240c85b1318 | 0dcea3b0024572c637f1c13ad6aed6524d26f97a | refs/heads/master | 2016-08-12T13:12:03.584822 | 2015-11-09T19:08:26 | 2015-11-09T19:08:26 | 36,138,979 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,743 | java | package gui;
import java.awt.GridLayout;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.FocusEvent;
import java.awt.event.FocusListener;
import java.awt.event.KeyEvent;
import java.awt.event.KeyListener;
import javax.swing.JButton;
import javax.swing.JFrame;
... | [
"sarius997@gmail.com"
] | sarius997@gmail.com |
6f67e556fd75aa7d9b11d28ab7aa13bc8d21047e | 5180dd9467aee859483fb2238ca5632767bb313b | /app/src/main/java/ivanrudyk/com/open_weather_api/model/ForecastTransction.java | 73a48f5e80caae8664b5fa0311db6c616a9462b8 | [] | no_license | vasterlord/OpenWeatherMapApi | 1ce707966e36a79451a2545a9ce4e730d300e891 | 9fb493b704b67a2e1f59614b2848046a07abd509 | refs/heads/master | 2021-01-14T13:21:14.019739 | 2016-09-20T12:39:44 | 2016-09-20T12:39:44 | 68,701,028 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 351 | java | package ivanrudyk.com.open_weather_api.model;
/**
* Created by Ivan on 19.08.2016.
*/
public class ForecastTransction {
private static Forecast forecast;
public static Forecast getForecast() {
return forecast;
}
public static void setForecast(Forecast forecast) {
ForecastTransction... | [
"ivanrudyk1996@gmail.com"
] | ivanrudyk1996@gmail.com |
7b3c89ca10c11671651a282222cfe4deba4901a5 | 56612444010ab7de14d037ab7e7ba8706b3672a1 | /Android/project/FragementTransationTest/app/src/test/java/com/example/fragementtransationtest/ExampleUnitTest.java | 6927421e2a28ff6ce94892fa19622c2bf45cd206 | [] | no_license | nimodung/0308project | 5fefae6320544ba4dd2e1444c4783da7df0bf942 | b9d6e3889040cde61d84c9eeeff6f87cbbf2ddaf | refs/heads/master | 2020-07-03T08:00:12.779490 | 2019-08-13T05:08:34 | 2019-08-13T05:08:34 | 199,993,509 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 396 | java | package com.example.fragementtransationtest;
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
... | [
"heram.github@gmail.com"
] | heram.github@gmail.com |
82d61a101617ddac7ada395fbb1a7d1f95494040 | d5a0ff90687265e50f31615d809e805c640ca690 | /app/src/main/java/com/google/alading/client/android/Intents.java | f43c5314649e63421aff03dada5fa9f79330de17 | [] | no_license | minjie0128/dytt | 2b435f4de8cb9282c24288d6ff5423b0687bdc63 | b2aa0ff4267e8e1fea684b0eeebe7bd370204b13 | refs/heads/master | 2021-01-10T06:42:48.508154 | 2016-04-11T07:12:37 | 2016-04-11T07:12:37 | 55,147,128 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,220 | java | /*
* Copyright (C) 2008 ZXing authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... | [
"xuan3824@163.com"
] | xuan3824@163.com |
ac898a44367e6fb91097664dd785df1e1f7e7336 | a8077d4d4686eddfc3c98ca1bb30da0bc3f8e9b7 | /app/src/main/java/com/example/mohamed/akelnyresturant/ViewHolders/CartViewHolder.java | e05b38de20a407091a4ec243f051c73fb6fda5a8 | [] | no_license | MohamedAshrafOfficial/AkelnyResturant_clientSide-App | f35521fbf6d48f11be38ae7141d0676eac3acd12 | f04f91a8b905ebbc95a73951004fbfb91aad4e4b | refs/heads/master | 2020-06-29T23:56:14.989355 | 2018-04-29T20:50:15 | 2018-04-29T20:50:15 | 200,661,654 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,221 | java | package com.example.mohamed.akelnyresturant.ViewHolders;
import android.support.v7.widget.RecyclerView;
import android.view.ContextMenu;
import android.view.View;
import android.widget.ImageView;
import android.widget.LinearLayout;
import android.widget.RelativeLayout;
import android.widget.TextView;
import com.cephe... | [
"engmohamedashraf00000@gmail.com"
] | engmohamedashraf00000@gmail.com |
be02bf5a0161b33b229a81179cf550cc0ac7aa60 | dd49191aaf72cc1ade79ebdc6979adf29814a9ab | /src/main/java/com/dwiveddi/kafka/ConsumerDemoGroups.java | 51be5d68cfc374d28c20d0595bfe0fa06c61c24e | [] | no_license | quasi-coder/kafka-basics | 3b229374073c51188b110f5b1c76a0a2fde67515 | eeb71595f4888e93ab398e7de50c99ddb63fe784 | refs/heads/master | 2022-12-18T18:12:14.744558 | 2020-09-17T10:20:57 | 2020-09-17T10:20:57 | 296,021,038 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,019 | java | package com.dwiveddi.kafka;
import org.apache.kafka.clients.consumer.ConsumerConfig;
import org.apache.kafka.clients.consumer.ConsumerRecord;
import org.apache.kafka.clients.consumer.ConsumerRecords;
import org.apache.kafka.clients.consumer.KafkaConsumer;
import org.apache.kafka.common.serialization.StringDeserializer... | [
"divyashreedwivedi@icloud.com"
] | divyashreedwivedi@icloud.com |
62662b4710d4617cf76c8c2c15efcc0bdb77f02c | cb99c11c514f465ea1e7e114a1bb2992789e563e | /Test-master/changeskin/src/main/java/com/example/changeskin/MainActivity.java | 4d45649d23b47605fff99607a564db012a4c1b0a | [] | no_license | fengyuehan/Test | a79630452e282a17ded6b6c6318a0d252c8207ff | 453496cbf26449241f303a5b39a603e7aa6fe158 | refs/heads/master | 2022-05-26T23:38:20.196093 | 2022-03-17T04:35:52 | 2022-03-17T04:35:52 | 174,118,194 | 8 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,776 | java | package com.example.changeskin;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Context;
import android.os.Bundle;
import android.util.AttributeSet;
import android.view.View;
import java.util.concurrent.CopyOnWriteArrayL... | [
"981831456@qq.com"
] | 981831456@qq.com |
acd3bd50c15837098c9c2f1cd8eea2eb7166a187 | d4b84be0b0b42efa8f26fa35fc594b257966a41b | /final_GoGiPam/src/main/java/dto/ItemDTO.java | b960f8af463a8a68fae72a9a12ad7822eff30d61 | [] | no_license | JangCheolYoung/finalproject | ed2ec15442deed35bfcb858017d2063eac5f01b0 | 1085ab356fe41914d808e5ad04c2046b9dbc2b2b | refs/heads/master | 2020-04-25T13:37:30.428083 | 2019-03-28T08:30:56 | 2019-03-28T08:30:56 | 172,815,168 | 4 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,466 | java | package dto;
public class ItemDTO {
private String item_title;
private int item_price;
private String item_addition;
private String item_thumbnail;
private String item_category;
private String item_unit;
private String item_stock;
private String item_namekey;
public String getitem_namekey() {
return item_n... | [
"nananan1213@gmail.com"
] | nananan1213@gmail.com |
195c3363c78fae97aed571c87b433d9b26317e16 | 365b59229710d5b387e00f924ac0087102cb97c9 | /framework/jcompany_model/src/test/java/com/powerlogic/jcompany/persistence/jpa/entity/attach/Employee.java | b90dce32a004e924eb96543749ffe69f8756c56d | [] | no_license | iecker/jaguar615 | a8045ad4729b8fe572d13cb91239b9cca81d5383 | 4b2658738dac4fb93dd52489de640c7f3de4e782 | refs/heads/master | 2020-04-21T15:20:20.126020 | 2018-05-25T15:14:03 | 2018-05-25T15:14:03 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,674 | java | /*
Jaguar-jCompany Developer Suite.
Powerlogic 2010-2014.
Please read licensing information in your installation directory.Contact Powerlogic for more
information or contribute with this project: suporte@powerlogic.... | [
"josivan.silva@castgroup.com.br"
] | josivan.silva@castgroup.com.br |
9735d6d66686a851852a668eeb02f4f4137f3988 | 797b16abbdfb8eae4dd279544d4224fed24659ee | /src/main/java/com/xuptbbs/mblog/modules/service/RolePermissionService.java | 854b0cceded56db9521189dd6a185688c8dfcde0 | [] | no_license | OnlyGky/com.xuptbbs.mblog | a1b1755e96e48c80b15fed1e2382fb90d37576c8 | 8985979bd49756e03035edddba9e8b45647eb241 | refs/heads/master | 2023-05-09T14:03:49.206455 | 2021-05-24T14:48:50 | 2021-05-24T14:48:50 | 370,380,808 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 431 | java | package com.xuptbbs.mblog.modules.service;
import com.xuptbbs.mblog.modules.entity.Permission;
import com.xuptbbs.mblog.modules.entity.RolePermission;
import java.util.List;
import java.util.Set;
/**
* @author - ygk
* @create - 2021/5/18
*/
public interface RolePermissionService {
List<Permission> findPermiss... | [
"onlyone@gengkaiyu-mb0.lan"
] | onlyone@gengkaiyu-mb0.lan |
5289ea31c4dbeaf4241d30702ee83b88fc74e40b | 88ae2a61082ccc7d29af302304b5951db1a56cb9 | /src/main/java/com/family/demotest/dao/domain/DomainDaoImpl.java | 4a1632e1954e1fa37181580e4a717afbe3887a2b | [] | no_license | chent0902/demotest | c4ace7b974f607ddb09ee24a79d9e196a2ba5696 | 90944465540c4d1286e66d73cf0310d826fce2a5 | refs/heads/master | 2020-05-15T01:12:38.261294 | 2019-04-18T05:56:00 | 2019-04-18T05:56:00 | 182,024,897 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 736 | java | package com.family.demotest.dao.domain;
import org.springframework.stereotype.Repository;
import com.family.base01.dao.DaoSupport;
import com.family.demotest.entity.DomainModel;
/**
*
* @author wujf
*
*/
@Repository("domain.dao")
public class DomainDaoImpl
extends
DaoSupport<DomainModel>
implements
... | [
"chent0902@163.com"
] | chent0902@163.com |
041dc32947b2b48bd86c65f938dba7a7cf436811 | 6960f3b8c06f31b75a76f1a743416723e03b61fb | /TurtleSolution/src/turtle/Compass.java | 23b8443f297496229cf2e8fa6ddec5579ac7bf49 | [] | no_license | teevyne/java-codes-and-examples | 9db26b5149266fd5f67396dcc9ac5d0596cdb8a6 | d41dac3c424c56eb0419266bdf8361a127468a79 | refs/heads/master | 2022-11-12T16:51:37.078491 | 2020-06-25T13:48:16 | 2020-06-25T13:48:16 | 274,659,578 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 70 | java | package turtle;
public enum Compass {
NORTH,
EAST,
SOUTH,
WEST
}
| [
"ayemobolatolulope@gmail.com"
] | ayemobolatolulope@gmail.com |
59382cc642693ee965cebe7b017064287cdbe8a6 | a08eeb3ba2149069ee080459a721fa6b1dc70fc4 | /src/main/java/com/fishmart/controller/ApplicationController.java | 9c46caea0790fa31c5fe9836d216a4bf77586d2b | [] | no_license | kumaruragonda/fishmart | 15388d80cfb38a4ca83ce0bdc00c44193a9f4229 | 1cec3a32bc4b4cb0b7968e6771ba931013529b9b | refs/heads/master | 2021-04-29T01:08:40.014094 | 2017-01-15T14:52:42 | 2017-01-15T14:52:42 | 77,785,369 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,491 | java | package com.fishmart.controller;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.Iterator;
import java.util.LinkedHashMap;
import java.util.List;
import java.util.Map;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.AnnotationConfigAp... | [
"uragonda.kumar@gmail.com"
] | uragonda.kumar@gmail.com |
e5fa59e7ec471c0cb29c06416be940d285c4de0f | f0329e7d6b39706fd3e7598b693adc6e831f7095 | /coffeeorderapp/src/main/java/au/com/philology/coffeeorderapp/activities/ActivitySettingsCloudOrdersFilter.java | a5477db280ab8e7e1ade1b85f874df4343f66f4a | [] | no_license | ricol/CoffeeOrderApp | d0d9b4bc0413a4305493eaa4afc65b1bbfbd62cd | 1734bec2166919e39d81f297c22be9907677fef8 | refs/heads/master | 2022-12-04T05:03:49.417200 | 2020-04-15T10:15:38 | 2020-04-15T10:15:38 | 290,414,586 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 13,893 | java | package au.com.philology.coffeeorderapp.activities;
import android.os.Bundle;
import android.view.View;
import android.widget.ArrayAdapter;
import android.widget.Button;
import android.widget.EditText;
import android.widget.LinearLayout;
import android.widget.ListView;
import android.widget.RadioGroup;
import android.... | [
"ricol@opensimsim.com"
] | ricol@opensimsim.com |
108e78d6c098e4cf16ef7e6130951c67d9835aae | a26cbfbfa9415496f7f2762d2877b7e143d0607a | /Week4/Element.java | 3644173ba49ac749a175283ff4cd3cbab11e53ee | [] | no_license | amandeep-verma/Princeton-Programming-With-A-Purpose | daf09d79f94de771ca8a06d18945d3375566d14a | d5b0e14ddd2f75821d4e4f3f0a90abbce427b27a | refs/heads/master | 2023-03-14T16:46:40.994192 | 2021-04-05T09:07:44 | 2021-04-05T09:07:44 | 270,541,491 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,164 | java | import java.awt.Color;
public class Element {
double r; // real radius of ball
double m;
double vx;
double vy;
double height;
double radius; // radius of ball (purely for graphical represation so as you can see the motion)
double p;
double D;
double G = -9.81;
double sideSquare... | [
"39786879+amandeep-verma@users.noreply.github.com"
] | 39786879+amandeep-verma@users.noreply.github.com |
ab713ec9de665414a651811e47db8cb196348958 | 0af8b92686a58eb0b64e319b22411432aca7a8f3 | /single-large-project/src/test/java/org/gradle/test/performancenull_473/Testnull_47274.java | f8fcc8caea729f7f09497bfeaa050d1f3f404ee4 | [] | 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 | 308 | java | package org.gradle.test.performancenull_473;
import static org.junit.Assert.*;
public class Testnull_47274 {
private final Productionnull_47274 production = new Productionnull_47274("value");
@org.junit.Test
public void test() {
assertEquals(production.getProperty(), "value");
}
} | [
"cedric.champeau@gmail.com"
] | cedric.champeau@gmail.com |
f5ea3492409dc0004ca78e9bd5e6cc76764b3e61 | 80d32e12ffc52bb5742b76339887554a1c8af132 | /runtime/runtime/master/src/main/java/es/bsc/mobile/runtime/types/profile/CoreProfile.java | b5d7148a771a44e4b56822d1581db6e32b0e6614 | [
"LicenseRef-scancode-warranty-disclaimer",
"Apache-2.0"
] | permissive | flordan/WACCPD | b16d97799bc142b8e89716f9313166978f1cae14 | 6a80bb079b5ce037221bf657e13b27672c7d82b8 | refs/heads/master | 2020-04-17T15:26:40.435582 | 2017-09-19T16:19:53 | 2017-09-19T16:19:53 | 166,698,932 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,297 | java | /*
* Copyright 2008-2016 Barcelona Supercomputing Center (www.bsc.es)
*
* 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
*
* Unl... | [
"francesc.lordan@gmail.com"
] | francesc.lordan@gmail.com |
d2144af37ab7285e24964913368159237d6e8429 | fdbe7ae2cf66afd34b275583441da8b7c437ae8f | /app/src/main/java/com/example/lijinfeng/eses/colorful/setter/ViewGroupSetter.java | 1f5dfaffcf816a50bf4192cbfaf203eeba5bd726 | [] | no_license | jinfengli/Eses | 93ba178c90b4aa8ed6a36fe3cbf32a0fa725c9e3 | cbe25ced7e13d79dcd4d632c7ee51341fdc5cb2e | refs/heads/master | 2021-01-17T10:59:23.398263 | 2016-06-16T08:23:18 | 2016-06-16T08:23:18 | 41,034,793 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,506 | java | package com.example.lijinfeng.eses.colorful.setter;
import java.lang.reflect.Field;
import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Method;
import java.util.HashSet;
import java.util.Set;
import android.content.res.Resources.Theme;
import android.support.v7.widget.RecyclerView;
import and... | [
"lijinfeng.ljf@gmail.com"
] | lijinfeng.ljf@gmail.com |
fb6e2de671eee20fa6f118b28b3f5c2909700fd6 | 494837669ad12b8665a21c6a6cf284931dd62954 | /trunk/Web Duc/java/dao/BankInfoFacadeLocal.java | 8e7169c13ee4d706fb41f01701284868a5416abb | [] | no_license | BGCX067/f1203t0-sem4-eproject-svn-to-git | 17865d1d37cf820face5431f4f43ef20b62aa462 | 30a61f31e693f6122ff190a4542a8a937749a8a5 | refs/heads/master | 2016-09-01T08:52:04.248683 | 2015-12-28T14:44:56 | 2015-12-28T14:44:56 | 48,851,007 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 529 | java | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package dao;
import java.util.List;
import javax.ejb.Local;
import model.BankInfo;
/**
*
* @author Duc
*/
@Local
public interface BankInfoFacadeLocal {
void create(BankInfo bankInfo);
vo... | [
"you@example.com"
] | you@example.com |
87d6beae852955e2cb118833574126f8b8265e71 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/30/30_09dbec77dc3956d046812225aa4a3a22147c0f2b/RPCCopy/30_09dbec77dc3956d046812225aa4a3a22147c0f2b_RPCCopy_s.java | 08b300197489c99b08679921ed9ae4d267399faa | [] | 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,236 | java | /**
*
*/
package com.google.gwt.user.server.rpc;
import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Method;
import com.google.gwt.user.client.rpc.SerializationException;
/**
* Encapsulation of both RPCCopy for GWT 1.4 and GWT 1.5
* (damned invokeAndEncodeResponse ... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
44749bd7334be8dbd059f64625a4e73244810f75 | b2600ddbb41618bffe31529411a84166f16ce896 | /record_web/src/main/java/com/idstaa/tm/config/MybatisConfig.java | a9354226bc7a2f0ef9dde71b2ba8380fb8ce647e | [] | no_license | xjdm/idstaa_tm_record | 850d46eb7728618a3ff8faa3d6d431e8f356a45f | b17f30e592ffcebe14354c2b76db48c1abb6e441 | refs/heads/master | 2023-07-12T08:41:53.482140 | 2021-08-07T07:38:55 | 2021-08-07T07:38:55 | 351,279,958 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,025 | java | package com.idstaa.tm.config;
import com.alibaba.druid.pool.DruidDataSource;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.autoconfigure.jdbc.DataSourceProperties;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configur... | [
"1121245860@qq.com"
] | 1121245860@qq.com |
1506c4815723883106d675d8d64b3055d6237c0d | 053214273564e08b120ab3e548bb3c181a914d4c | /app/build/generated/source/r/debug/android/support/v7/mediarouter/R.java | c98e66001d477aa87279f9838e51e085063a1c0d | [] | no_license | theinizio/barberland | 8c695f25568dbcca0d8ae5ab42cf1804f0e0dffa | d0a43a917a8f0a73a43d1a3e06ca158e4349d8b2 | refs/heads/master | 2021-01-18T17:25:38.144800 | 2015-06-25T10:14:53 | 2015-06-25T10:14:53 | 35,275,361 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 72,731 | java | /* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* aapt tool from the resource data it found. It
* should not be modified by hand.
*/
package android.support.v7.mediarouter;
public final class R {
public static final class anim {
public static final int abc_fade_in = 0... | [
"theinizio@gmail.com"
] | theinizio@gmail.com |
64464b6266a858b5746cc764951eb22ddcdd06f4 | 3933edacea0df075e3f63c4aa8a53da0dd539a19 | /common/src/main/java/com/taurusxi/androidcommon/view/ColorAnimationView.java | 7d53e9751a509177abb7be9356b9c9fedce0f791 | [] | no_license | TaurusXi/AndroidCommon | bdae1dcc4c9a333fe4c3fc08df7fc7f39bb10ccf | 2c0feb16c23092fa202bbd94880691d74f27717e | refs/heads/master | 2016-09-06T16:19:53.365828 | 2015-03-21T08:18:55 | 2015-03-21T08:18:55 | 32,625,013 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 5,276 | java | package com.taurusxi.androidcommon.view;
import android.animation.Animator;
import android.animation.ArgbEvaluator;
import android.animation.ObjectAnimator;
import android.animation.ValueAnimator;
import android.content.Context;
import android.support.v4.view.ViewPager;
import android.util.AttributeSet;
import android... | [
"505591443@qq.com"
] | 505591443@qq.com |
5b50ba1e7b6cd7e89fce0d8f1487e7d4a712086a | abde124c008ad422884db415dfa4ac59788a7057 | /app/src/main/java/com/example/premraj/maps/MapsActivity.java | 48292b9fffd75a3cd86c09df2d8c248af4f431c9 | [] | no_license | harshpv07/Maps | 688a5ae651c96457096e71f3925e7adf85c10375 | d725f7357f2dd1a59e1f178e8b9b5dba7ce2f904 | refs/heads/master | 2020-03-23T03:43:56.348733 | 2018-07-15T17:39:13 | 2018-07-15T17:39:13 | 141,045,900 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,811 | java | package com.example.premraj.maps;
import android.Manifest;
import android.content.pm.PackageManager;
import android.support.v4.app.ActivityCompat;
import android.support.v4.app.FragmentActivity;
import android.os.Bundle;
import com.google.android.gms.maps.CameraUpdateFactory;
import com.google.android.gms.maps.Google... | [
"harsh.pv07@gmail.com"
] | harsh.pv07@gmail.com |
ef2eedfb42df597feb975b56a7f1e34709718e43 | 547bcc712dd4eac9b3f6a2c2df3155e30d864080 | /BIZ_hong/src/programing_5강/영수증_출력_3.java | 556587a77ff197dbf0a1800aeb1c80943e6d56bc | [] | no_license | betodo/polytech | d01cfccb076df289d6a879101b555e7e5ac13660 | 69979786b85d8595e56f586fe087e64c9a1823bd | refs/heads/master | 2020-08-04T06:47:38.758235 | 2019-10-01T08:07:12 | 2019-10-01T08:07:12 | 212,043,733 | 0 | 0 | null | null | null | null | UHC | Java | false | false | 5,153 | java | package programing_5강;
import java.text.DecimalFormat;
import java.text.SimpleDateFormat;
import java.util.Calendar;
public class 영수증_출력_3 {
public static void main(String[] args) {
// TODO Auto-generated method stub
//선언
//품목
String[] itemName = {"초코파이","바나나우유","건포도","오렌지주스","초코에몽","파김치",
"풀무원치즈&치즈","... | [
"betodo03@gamil.com"
] | betodo03@gamil.com |
2a2fa5f1c9a5b128724d0d9fbfc2349d1a00709d | e756c0b6e0e697807dbaf05413ab64bbf95b22b7 | /gpsTest1/buttonTest1/gen/com/example/buttontest1/R.java | c58095a2cb5aa7d18896c260449f58f7af504b20 | [] | no_license | duncanbeggs/workout-warrior | 7ae53230b55585b4eec29f0518a61dc30cb7b122 | f08639110740c88f40f430e245e2967e00c0dd79 | refs/heads/master | 2021-01-19T16:24:53.688004 | 2014-05-30T03:21:31 | 2014-05-30T03:21:31 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,643 | 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.buttontest1;
public final class R {
public static final class attr {
}
public static final class dimen {
... | [
"spencernewell93@gmail.com"
] | spencernewell93@gmail.com |
14a9170e2d7f9597ad5565f63062c0be4cce1328 | f27905fa30c43e7441670c21a1fa83a679d652a2 | /app/src/main/java/com/huateng/phone/collection/utils/CrashAppUtil.java | 24976a78a1323b914b1fd43432a0e71168e30a95 | [] | no_license | JQHxx/CollecttionApp | 255bf1c2e6327615fffcbba81095a3f70411e74b | ecea46860bb4f8c6ab536c3a4310e1262570fc09 | refs/heads/master | 2022-11-29T18:41:06.306869 | 2020-08-06T07:07:52 | 2020-08-06T07:07:52 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,007 | java | package com.huateng.phone.collection.utils;
/**
* author: yichuan
* Created on: 2020/6/10 16:03
* description:
*/
import android.annotation.SuppressLint;
import android.app.ActivityManager;
import android.content.Context;
import android.os.Process;
import android.os.SystemClock;
import android.telephony.Telephony... | [
"yichuan@chinasofti.com"
] | yichuan@chinasofti.com |
7a550fc884efafb97d541f13edf80ffe433eaf1e | 2437c9eadfae6449b3b5dba2890ad891d4a154d8 | /My_LMS/src/main/java/com/yildirimbayrakci/enums_and_constants/BookStatus.java | af4b76820c069f3665cb689ce3a92437fe1b2b7d | [
"MIT"
] | permissive | yildirim2189/Library_Management_System-Java_Swing | 3f4f546f411fc849c52df5bde56dea798fe1b62a | 28e8da2cb4034c68b2f6e80924e8d7e39d8aa0e8 | refs/heads/master | 2022-07-07T12:48:48.152216 | 2019-12-15T17:14:22 | 2019-12-15T17:14:22 | 228,094,459 | 1 | 0 | MIT | 2022-02-10T00:27:53 | 2019-12-14T21:57:37 | Java | UTF-8 | Java | false | false | 596 | java | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package com.yildirimbayrakci.enums_and_constants;
/**
*
* @author YILDIRIM
*/
public enum BookStatus {
MEVCUT("MEVCUT"),
RE... | [
"yildi@192.168.1.25"
] | yildi@192.168.1.25 |
a91e92403d9c7bc21a90d2cd151c6f3a00aeceeb | 2c72a8050eb1f58543addee3a7a6e5e5a3641670 | /gulimall-order/src/main/java/com/example/gulimall/order/entity/OrderEntity.java | 5d66ce941e9c01dd00bba9c2a569ac1bb4e180aa | [
"Apache-2.0"
] | permissive | ZLin98/gulimall | 2d44b4d47a77878157d06ecf667a5320e37cd055 | 449fdf4243a91513e57bc2554e9fc89413ed2264 | refs/heads/main | 2023-08-09T12:23:53.546019 | 2021-09-19T07:22:52 | 2021-09-19T07:22:52 | 400,522,723 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,319 | java | package com.example.gulimall.order.entity;
import com.baomidou.mybatisplus.annotation.TableId;
import com.baomidou.mybatisplus.annotation.TableName;
import java.math.BigDecimal;
import java.io.Serializable;
import java.util.Date;
import lombok.Data;
/**
* 订单
*
* @author zl
* @email
* @date 2021-09-03 19:53:02... | [
"1476486828@qq.com"
] | 1476486828@qq.com |
82d30fca18611255eeb00ef430ebd76afc4c81ec | 904776c4647ad0a1a28c125fd92ead0d22541a71 | /GUI-Projekte/JavaMusterloesungen/VererbungBauernhof2Kap10/Kuh.java | 50f6946b576fe3f011c09238ec149d853a241e72 | [] | no_license | micaelN/ZHAWProgrammieren | cc4a121e3a1370fbcebc4ae16e26bbfd00a864a4 | 546eeb194fe25d6f604f72ebede5f4645dc64430 | refs/heads/master | 2021-06-01T07:59:53.612217 | 2015-12-07T11:25:50 | 2015-12-07T11:25:50 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 656 | java | package VererbungBauernhof2Kap10;
public class Kuh implements Tier, Comparable<Kuh> {
private String name;
private int gewicht;
public Kuh(String name, int gewicht) {
this.name = name;
this.gewicht = gewicht;
}
@Override
public int compareTo(Kuh o) {
// return this.getName().compare... | [
"Micael@192.168.43.162"
] | Micael@192.168.43.162 |
95cc8f641de8497cd4ab90dc3576b91a3232869d | fff45c6172a07813aa77b62aeedbf677a2970d60 | /org.opentosca.iaengine.service.impl/src/org/opentosca/iaengine/service/impl/IAEngineCapabilityChecker.java | 902ead8d605ebf24f566fb59a84144e61a36c37b | [
"Apache-2.0"
] | permissive | jojow/opentosca-container | e749e5428801f31690ad8876be21abb41e2c6b92 | fddb5668c7be4b6b6985f2a110897a0d151b4d39 | refs/heads/master | 2021-01-21T07:45:00.836643 | 2015-08-21T11:38:45 | 2015-08-21T11:40:37 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,768 | java | package org.opentosca.iaengine.service.impl;
import java.util.ArrayList;
import java.util.Iterator;
import java.util.List;
import java.util.Map;
import org.opentosca.core.capability.service.ICoreCapabilityService;
import org.opentosca.core.model.capability.provider.ProviderType;
import org.opentosca.iaengine.plugins.... | [
"opentosca@iaas.uni-stuttgart.de"
] | opentosca@iaas.uni-stuttgart.de |
88c655e11db2f96a699aaeb9ec7c92aa92849ed0 | 9b48690625a20010c1a7bad32ea3663551538f01 | /src/main/java/com/socket/test/c/ServerHandler.java | 107e5d7ff73be9c5bc92ac52e77f084b7efb2d5c | [] | no_license | kamilbemowski/sockets | 078bedc6ba9307cee6808e244ea08906890397a9 | 4e0ca7d8569e94e51df8aeb08fae8343a9d73c0e | refs/heads/master | 2021-01-02T08:32:45.233310 | 2015-06-09T22:05:03 | 2015-06-09T22:05:03 | 37,155,989 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 824 | java | package com.socket.test.c;
import io.netty.buffer.ByteBuf;
import io.netty.channel.ChannelHandlerContext;
import io.netty.channel.ChannelInboundHandlerAdapter;
import io.netty.util.ReferenceCountUtil;
/**
* Created by kamil on 09.06.15.
*/
public class ServerHandler extends ChannelInboundHandlerAdapter {
@Over... | [
"kamil@bemowski.pl"
] | kamil@bemowski.pl |
e2cd2239929f13bc46c2cb2f35b4df5f723a9b6d | 5d3f5f46c7ddc0ddecb35a64e6fd7bcc17a5ec0c | /LR1/src/GeneralClasses/IntegerArray.java | 79ff80d56dd5373e9bc180c4b4c05112a966c3a6 | [] | no_license | ArtyomSysaS/NURE-Java-SE-laboratoty-works-2018 | 1d1cc9279d3e250c40a1a6634853d7f1f65af26c | 76c87d527317ea8578a80ae06ba7d1cb184ad6c8 | refs/heads/master | 2020-04-09T03:12:26.550772 | 2018-12-01T18:17:45 | 2018-12-01T18:17:45 | 159,973,690 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,163 | java | /*
-----------------------------
| By Artyom Sysa |
| |
| 07.10.2018 |
-----------------------------
*/
package GeneralClasses;
import java.util.Arrays;
import java.util.Random;
public class IntegerArray {
protected int[] array;
... | [
"artyom.sysa.as.0@gmail.com"
] | artyom.sysa.as.0@gmail.com |
90f3d3dbd4859637dcb3fb37bc4d7ed94eea35c5 | a91d6a4ff140bfb77e0d1b903a0006bcd58fdc21 | /news-spring/src/main/java/com/example/newsspring/controller/MainController.java | ca2ecbb2882a95f0e423f0d40d65cc6fabc21183 | [
"Apache-2.0"
] | permissive | zhadan13/nix-java-course | fa64e2c21e6f51e214d48997df9ccf2a5b3427c3 | a10bb207fc26e827aac8525cd36f07fc804b2f27 | refs/heads/main | 2023-04-26T05:50:57.862425 | 2021-05-24T12:49:45 | 2021-05-24T12:49:45 | 344,434,050 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 520 | java | package com.example.newsspring.controller;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.GetMapping;
@Controller
public class MainController {
@GetMapping("/")
public String home(Model model) {
model.addAttribute("... | [
"artem01zh@gmail.com"
] | artem01zh@gmail.com |
64f6157e4bf46baef1c27e4242a8d66ad2c1e0bf | d537bd2cd8ba4e38e85d917117a3e262eb82b1b8 | /src/main/java/com/codrest/teriser/developers/EmailConverter.java | 9b067b5818d2689db06332ac52c43c1594fb371a | [] | no_license | Kasania/teriser | e0f1cf32bb7a6c1a227d74dec1c8dfcf79fd03b9 | e21fcb5ff0e95fb9bb532f2973a9d490d39815ec | refs/heads/master | 2023-09-06T02:50:34.112634 | 2021-11-17T15:24:46 | 2021-11-17T15:24:46 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 674 | java | /*
* EmailConverter.java
* Author : 박찬형
* Created Date : 2021-08-01
*/
package com.codrest.teriser.developers;
import javax.persistence.AttributeConverter;
import javax.persistence.Converter;
@Converter
public class EmailConverter implements AttributeConverter<Email, String> {
@Override
public String conv... | [
"nasang1997@gmail.com"
] | nasang1997@gmail.com |
6b7bb35ef63a44921072bedb082c1c3e2072c497 | 38b44685d5bb46c3d0fb0754ae37cdfdde36108e | /src/ca/mcgill/ecse211/project/WifiSetup.java | 8705aec1f16fecf74e8c9d2fda066d018c04cf8c | [] | no_license | Tempeus/Design-Principles-and-Methods-Design_Project | 0dd5f829a377b1cfb57c6c9e0eb893078ece2d08 | 13eb15a45d02d8e13c8972001a0af85a96e1d109 | refs/heads/master | 2022-04-23T14:56:47.091331 | 2020-04-06T19:33:54 | 2020-04-06T19:33:54 | 246,872,201 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 246 | java | package ca.mcgill.ecse211.project;
/**
* This class is responsible in obtaining inputs from wifi network
* @author Kevin
*
*/
public class WifiSetup {
/**
* This method is used to get inputs
*/
public void getInput() {
}
}
| [
"nekugm@gmail.com"
] | nekugm@gmail.com |
4bc8063da1f8d9628a5ffd8b3571af4df6fa3c36 | 8f8d9c60b9a9a8cecd4b9e1f159850406ee7beb5 | /app/src/main/java/com/example/sober_philer/studyui/day16_fab_hide_show/BehaviorFab.java | 1b18bac860b71182c7cde262cf669ab4a6baa00b | [] | no_license | LiuLinXin/StudyUI | fe0e231115d62ee11ecc2b060b412ca2e92157d2 | 9db2c499dc2d183b130357ab02becf3d98fb0421 | refs/heads/master | 2021-10-25T06:34:02.802727 | 2019-04-02T10:18:21 | 2019-04-02T10:18:21 | 111,983,373 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,226 | java | package com.example.sober_philer.studyui.day16_fab_hide_show;
import android.content.Context;
import android.support.annotation.NonNull;
import android.support.design.widget.CoordinatorLayout;
import android.support.design.widget.FloatingActionButton;
import android.support.v4.view.ViewCompat;
import android.util.Attr... | [
"397165316@qq.com"
] | 397165316@qq.com |
3d54f39bd45acd617c6cb17c1904e0b57bb3142b | d315b1b172113c22924f986324f33ad4f8961d04 | /nachos/machine/Lib.java | da55e9d1888eb6afffd11b1cf9b7625dbbf3fe62 | [
"MIT-Modern-Variant"
] | permissive | ideaPeng/MyNachos | 691768bd3924181791815d03389339b5581d5219 | fd4afc33a0bc05be4a41a7dc98aa7cb80c8e3e83 | refs/heads/master | 2016-08-10T22:01:52.955186 | 2015-11-19T02:51:14 | 2015-11-19T02:51:14 | 46,061,624 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 19,516 | java | // PART OF THE MACHINE SIMULATION. DO NOT CHANGE.
package nachos.machine;
import java.lang.reflect.Constructor;
import java.lang.reflect.Method;
import java.lang.reflect.Field;
import java.lang.reflect.Modifier;
import java.security.PrivilegedAction;
import java.util.Random;
/**
* Thrown when an assertion fails.
*... | [
"ideaPeng@163.com"
] | ideaPeng@163.com |
089736fa93f78d9059d57590d764fb4d0469d210 | 44601bc35afd6dd15111c68233c5906ad7b1a277 | /zuul-service/src/main/java/com/stackroute/zuulservice/filter/PreFilter.java | 1693974a87299f6981792fc429e290cf3b9e9c80 | [] | no_license | marydan/Micro-services-sample | 9d61cd93b0f8e97ca48e399e159cea8248efe183 | 77c4d2796f30e9bda16caed4a4e83da5128189cf | refs/heads/master | 2022-11-19T22:23:58.768330 | 2020-07-17T11:39:34 | 2020-07-17T11:39:34 | 280,406,968 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 927 | java | package com.stackroute.zuulservice.filter;
import javax.servlet.http.HttpServletRequest;
import org.springframework.cloud.netflix.zuul.filters.support.FilterConstants;
import com.netflix.zuul.ZuulFilter;
import com.netflix.zuul.context.RequestContext;
import com.netflix.zuul.exception.ZuulException;
public class Pr... | [
"mary.rani@stackroute.in"
] | mary.rani@stackroute.in |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.