blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 4 410 | content_id stringlengths 40 40 | detected_licenses listlengths 0 51 | license_type stringclasses 2
values | repo_name stringlengths 5 132 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringlengths 4 80 | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 5.85k 689M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 22
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 131
values | src_encoding stringclasses 34
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 3 9.45M | extension stringclasses 32
values | content stringlengths 3 9.45M | authors listlengths 1 1 | author_id stringlengths 0 313 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
c01e36ee0147c1b7e7841acd9718c14cf6277320 | d9bebdbe54272d6f9628513c15774426aebb96e6 | /conway-structured-streaming/src/test/java/com/mkwhitacre/conway/spark/streaming/ConwayStructuredStreamingToolTest.java | 4b3c430df50945689cdb2f6fde421c05f6084c47 | [] | no_license | mkwhitacre/conway-life-processing | bf40af56ca970c95cc4188b8a487c8bc6e9d2377 | 92d2c9ab9d9ac3e05f83c2c49f86bf0a4694d6f2 | refs/heads/master | 2021-01-20T01:35:42.369316 | 2017-06-08T02:34:39 | 2017-06-08T02:34:39 | 89,303,634 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 262 | java | package com.mkwhitacre.conway.spark.streaming;
import org.junit.Test;
public class ConwayStructuredStreamingToolTest {
@Test
public void test() throws Exception {
String[] args = {};
ConwayStructuredStreamingTool.main(args);
}
}
| [
"micah.whitacre@cerner.com"
] | micah.whitacre@cerner.com |
0916496b9f58c1c8c323f446c6b44bace38615b2 | 0a6fc16101eb23523a98188fd5f9f36cd4a4904e | /src/main/java/com/onlinepay/manage/web/util/HttpRequestUtil.java | ddacac47de2251199dc6a481621be17b4099521a | [] | no_license | soloicesky/OLPmanage | 4c7559638d56bd53950626f6730f63b49d6782b0 | 0309b442baffb5308383827c0dcf498bfbdfb1a7 | refs/heads/master | 2020-04-13T14:17:43.372657 | 2018-12-09T14:16:48 | 2018-12-09T14:16:50 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 711 | java | package com.onlinepay.manage.web.util;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import javax.servlet.http.HttpServletRequest;
/**
* TODO:
* Created by tom on 17/7/4.
*/
public class HttpRequestUtil {
private static final Logger log = LoggerFactory.getLogger(HttpRequestUtil.class);
public s... | [
"qiaofei@jfun365.com"
] | qiaofei@jfun365.com |
310725154f84cfd001c7880511bdd92ffdb1d135 | 42e0ea86f91783cb6462eff9acae29f1cec955ca | /projectJava/firstProject/src/ada/lesson/mosh/ExWhile.java | 30099ea58d9516d839c032f9f83a91f1978a6d9b | [] | no_license | Ada-Kiekhaefer/otherProjects | 376ff45611f091b8edc100ebcb0df287f356acad | 9ea16387aa799ac4bd2a068ca2e5dd40abc5beab | refs/heads/master | 2022-09-20T07:49:50.550381 | 2020-06-04T15:06:26 | 2020-06-04T15:06:26 | 269,390,488 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 881 | java | package ada.lesson.mosh;
import java.util.Scanner;
public class ExWhile {
public static void main(String[] args) {
// TODO Auto-generated method stub
System.out.println("---- Ex 1 ------");
Scanner scanner = new Scanner(System.in);
String input = "";
// while (!input.equals("quit")) {
while(true) {
//... | [
"ada.kiekhaefer@gmail.com"
] | ada.kiekhaefer@gmail.com |
8e07214d819f35b8bafa2698f969b60db645c485 | 863e9120918b0d3ed9ceb5e5563dc29fc9cd82ff | /FlagsAndPatterns/src/PatternDrawer.java | 568a9d0f3f972fc87c77a6365226489dec06184d | [] | no_license | onecl800/Bootcamp_Projects | f7a9c025a243bee01b0e4c396bacede6368c65d1 | 5317a03e47ad9eec93c2346430cb6bffa9007703 | refs/heads/master | 2020-05-27T11:05:15.633409 | 2017-02-20T10:30:49 | 2017-02-20T10:30:49 | 82,544,006 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,123 | java | // This program is copyright VUW.
// You are granted permission to use it to construct your answer to a SWEN131 assignment.
// You may not distribute it in any other way without permission.
/* Code for SWEN131
* Name:
* Usercode:
* ID:
*/
import java.awt.Color;
import ecs100.*;
public class Patter... | [
"c_oneill@windowslive.com"
] | c_oneill@windowslive.com |
8576978a197853ad626f88ea1cf060c3c912cab9 | 8c13057a9aef75e68ace14dabdb6cfc243546ba0 | /src/main/java/com/project/projectjeju/daos/ArticleDao.java | c028795811570154687ccd980bffc5bdbbebf8c9 | [] | no_license | Xepy-source/projectjeju | 61ac004e2ee6d64fda3fa9ac9917b8ca5d4cffbb | 356f4f6df26e33374efd7d4821858764baa48923 | refs/heads/master | 2023-02-06T00:47:42.067490 | 2020-12-30T05:57:24 | 2020-12-30T05:57:24 | 325,467,609 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,347 | java | package com.project.projectjeju.daos;
import com.project.projectjeju.enums.ArticleResult;
import com.project.projectjeju.vos.InsertArticleVo;
import com.project.projectjeju.vos.ModifyArticleVo;
import org.springframework.stereotype.Repository;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java... | [
"solnd2@naver.com"
] | solnd2@naver.com |
2ee5ad9d9383c6d22bb636b0a15f5528d910418b | c091b85c24b44b92ce863ad8c94da42ca5b97604 | /PayUMoneySDK/src/main/java/com/payUMoney/sdk/fragment/Debit.java | 8fc86dc220aec066dadbe41cb6336fd9c7496822 | [] | no_license | teamOSC/dhodu-android | 9c1b50e04a9266bce76c16c829f1c5271fb6669a | 74acea1dd8572058f17d0dfb642554378f8dc21b | refs/heads/master | 2021-01-10T02:51:44.311729 | 2015-11-07T20:37:15 | 2015-11-07T20:37:15 | 55,851,613 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 17,179 | java | package com.payUMoney.sdk.fragment;
import android.app.Activity;
import android.app.DatePickerDialog;
import android.content.Context;
import android.content.DialogInterface;
import android.graphics.drawable.Drawable;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.text.Editable;
import... | [
"prempal.42@gmail.com"
] | prempal.42@gmail.com |
50191edab5e11884324e834bd851425ff714eab8 | ae0ea6891f5df83ed5f2980083d84d64d0433093 | /XMSSSignerTest.java | daf9204d5a153e926b3534857e52637437ea0c2e | [] | no_license | disparate1/post-quantum | f0dcf80180b23f789f8871d3ca4d28507dc14df9 | 2980e7768492e1c7c215a491f70f69c70ec5dd42 | refs/heads/master | 2020-03-20T23:04:13.592715 | 2018-06-19T02:07:04 | 2018-06-19T02:07:04 | 137,827,671 | 4 | 0 | null | null | null | null | UTF-8 | Java | false | false | 15,510 | java | import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.io.PrintWriter;
import java.security.NoSuchAlgorithmException;
import java.security.NoSuchProviderException;
import jav... | [
"noreply@github.com"
] | disparate1.noreply@github.com |
9a73177d34c67ae29b19c2c1907da7a926a618ff | 21e16c35caac040b51d77c22823f51616da5fcc4 | /app/src/androidTest/java/com/example/brainbeats/basicbb/MusicServiceTest.java | 13cdebcf7eb3bcc11a159e39f94a61eed5b626da | [] | no_license | BrainBeats/BasicBB | 16c45846a3cc2d9a4e46d88e3e7a67165186c817 | 13130db944adbf0b402b56a40f4ae8c1ed420a9c | refs/heads/master | 2021-01-09T20:26:43.239906 | 2016-06-16T07:57:37 | 2016-06-16T07:57:37 | 60,679,491 | 0 | 0 | null | 2016-06-09T08:12:05 | 2016-06-08T07:55:01 | Java | UTF-8 | Java | false | false | 1,437 | java | package com.example.brainbeats.basicbb;
import android.test.AndroidTestCase;
import java.util.ArrayList;
import java.util.List;
public class MusicServiceTest extends AndroidTestCase{
public void testFilter() {
MusicService musicService = new MusicService();
List<Song> songList = new ArrayList<>... | [
"samutamm@gmail.com"
] | samutamm@gmail.com |
be7110f79092d8586066c4328bc4a6eec18ae624 | b6a49c1c8eaf6a8ff7808381505e94ce70a9ab3a | /src/main/java/services/CustomerService.java | bbe28c94c82ec491c771f5cac2cc211891f9100f | [] | no_license | thaophamhetxat/CRUD-JBDC | 0a63e54068f7b7c37a60bd42d6d34d809f2248f1 | a1bf4e11fea2ad651e5a0e98c5024b220fc8f649 | refs/heads/master | 2023-07-03T18:56:34.211283 | 2021-08-01T03:54:31 | 2021-08-01T03:54:31 | 391,518,831 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,231 | java | package services;
import dao.ManagerCustomer;
import models.Customer;
import java.sql.SQLException;
import java.util.ArrayList;
public class CustomerService {
public ArrayList<Customer> list = new ArrayList<>();
public CustomerService() {
try {
list = (ArrayList<Customer>) ManagerCustome... | [
"thaophamhetxat@gmail.com"
] | thaophamhetxat@gmail.com |
a2ef6f91b536d481fbff898a4491a2d5919fe1c8 | 63d319fbd88e49701d8dcc2919c8f3a6013e90d0 | /CoCoNut/org.reuseware.coconut.compositionprogram.diagram/src-gen/org/reuseware/coconut/compositionprogram/diagram/navigator/CompositionprogramDomainNavigatorContentProvider.java | a4a3b960bb9bce07bcc38565d291cd764b046bc3 | [] | no_license | DevBoost/Reuseware | 2e6b3626c0d434bb435fcf688e3a3c570714d980 | 4c2f0170df52f110c77ee8cffd2705af69b66506 | refs/heads/master | 2021-01-19T21:28:13.184309 | 2019-06-09T20:39:41 | 2019-06-09T20:48:34 | 5,324,741 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 6,586 | java | /*******************************************************************************
* Copyright (c) 2006-2012
* Software Technology Group, Dresden University of Technology
* DevBoost GmbH, Berlin, Amtsgericht Charlottenburg, HRB 140026
*
* All rights reserved. This program and the accompanying materials
* are... | [
"jendrik.johannes@devboost.de"
] | jendrik.johannes@devboost.de |
189e32ec805d62855f90ef011c9115acf04c28c5 | f4941098a46fdb60f2bc8f98b257e475806308a8 | /src/main/java/be/realshoping/shop/repositories/ProductImageRepository.java | 71b190e327d8188d824336d0f25baa33cc8f3f2b | [] | no_license | tjulhakyan/shop | 0e0478fc19ae47bab96e7bd3b0f2346a10836259 | e0052c3d170de71448fa1054081783e0a0aaafa8 | refs/heads/master | 2023-02-21T01:31:20.181042 | 2021-01-21T22:09:01 | 2021-01-21T22:09:01 | 326,491,031 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 240 | java | package be.realshoping.shop.repositories;
import be.realshoping.shop.data.ProductImage;
import org.springframework.data.jpa.repository.JpaRepository;
public interface ProductImageRepository extends JpaRepository<ProductImage,Integer> {
}
| [
"t.julhakyan@mail.ru"
] | t.julhakyan@mail.ru |
393359c0479df35776c5bb4b9c3fec7026c9cf61 | a63134ab87564c2b203356468fe0b1260d5d44d6 | /src/com/itvdn/homework/javastart/lesson9/ReversedArray.java | 75884dc824e509b5a72c3f72eab17808e4ab794c | [] | no_license | apshow/ITVDNHomeWork | 87dbe7d5d8745bc9972abeb3849a432beea21e10 | 12fbf2ad7327bac0354daa5dbb32a5598703c9d6 | refs/heads/master | 2023-06-10T19:10:48.145093 | 2021-06-23T16:12:22 | 2021-06-23T16:12:22 | 368,498,099 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,042 | java | package com.itvdn.homework.javastart.lesson9;
import java.util.Arrays;
public class ReversedArray {
static int[] myReverse(int[] array) {
int[] newArray = new int[array.length];
for (int i = 0; i < array.length; i++) {
newArray[i] = array[array.length - 1 - i];
}
retur... | [
"ilapshov@yandex.ru"
] | ilapshov@yandex.ru |
faac550160216d97c0a57b3fb758b40169ab2914 | 6e84a473499304f59f38936ef48dcf3352dfbb18 | /app/src/main/java/com/vxiaoxue/weiketang/domain/RecordInfo.java | 3fc14efdf652552477a99912d2dcecfca9d92809 | [] | no_license | HeChengR/MyApplication | 6b12977427cdca6a9674a4fb0cacf68fbd828607 | efe5d1180ce61b8b2ba14aa7c0d9bdfe83a86ae4 | refs/heads/master | 2021-01-10T17:47:58.874603 | 2015-11-30T10:07:48 | 2015-11-30T10:07:48 | 47,105,430 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 456 | java | package com.vxiaoxue.weiketang.domain;
/**
* Created by Administrator on 2015/8/21.
*/
public class RecordInfo {
private String reward;//奖励微币
private String date;
public String getDate() {
return date;
}
public void setDate(String date) {
this.date = date;
}
public Stri... | [
"960943877@qq.com"
] | 960943877@qq.com |
bf0c838a6749a69cc71ccbd9a5f403d5e54a67b8 | 42fb13627b25b97b075ac436301ec0bf3cd96aed | /ProximitySenseSDK/lib/src/main/java/com/bluesensenetworks/proximitysense/le/BleNotAvailableException.java | ca3c48ca190c6dd43da5aa1de4beebfa13f9ed21 | [
"Apache-2.0"
] | permissive | blueSense/Android | 2c7dd492ff60aaa3d640786bb6f31ee7a32cf2b3 | 955dbab7b16b8b6c384d0a85c60f02cf3c9900d9 | refs/heads/master | 2020-12-28T00:03:29.014047 | 2015-06-29T22:56:44 | 2015-06-29T22:56:44 | 16,595,956 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 272 | java | package com.bluesensenetworks.proximitysense.le;
public class BleNotAvailableException extends RuntimeException {
private static final long serialVersionUID = -8532603161001803466L;
public BleNotAvailableException(String message) {
super(message);
}
}
| [
"vlad@bluesensenetworks.com"
] | vlad@bluesensenetworks.com |
4686e14c2fd583233fd9fa7591ae0eadfaca37dc | 8619e30b017c84cc2de142251ab541d23e440c09 | /app/src/androidTest/java/ie/careersportal/alan/pointscalculator2017plus/ApplicationTest.java | 80286424f930dd2948e54d24faae743c4f277c5d | [] | no_license | vuxtaposition/pointscalculatorPlus | e899ae39d3501b1a4abc4ff256410e7c397398a7 | f1097bbd8ff7ac3c0d4c801ce193c51f9e145700 | refs/heads/master | 2021-01-22T11:37:30.139523 | 2015-09-17T09:43:14 | 2015-09-17T09:43:14 | 42,647,175 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 389 | java | package ie.careersportal.alan.pointscalculator2017plus;
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> {
pu... | [
"alan@mail.com"
] | alan@mail.com |
a2aa8c83d5c91cd786bf62bb3701f633e9a39371 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/13/13_2273ff0f2e471ad75bf3929946a3ecf50bdc0fef/DateTypeConverterTest/13_2273ff0f2e471ad75bf3929946a3ecf50bdc0fef_DateTypeConverterTest_t.java | d3344af261b0e86cf3c6ae34f63371815ca8c0c3 | [] | no_license | zhongxingyu/Seer | 48e7e5197624d7afa94d23f849f8ea2075bcaec0 | c11a3109fdfca9be337e509ecb2c085b60076213 | refs/heads/master | 2023-07-06T12:48:55.516692 | 2023-06-22T07:55:56 | 2023-06-22T07:55:56 | 259,613,157 | 6 | 2 | null | 2023-06-22T07:55:57 | 2020-04-28T11:07:49 | null | UTF-8 | Java | false | false | 7,745 | java | package net.sourceforge.stripes.validation;
import org.testng.annotations.Test;
import org.testng.Assert;
import java.util.Locale;
import java.util.Collection;
import java.util.ArrayList;
import java.util.Date;
import java.util.Calendar;
import java.text.DateFormat;
import java.text.SimpleDateFormat;
/*... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
81177b6f85399ed0cbcaead13327c09e7094d58b | ac4c00ee6eea58394a3494e295246f2c4589b31e | /swap.java | 053a811c169ab88794398d614edf55a77133e0d2 | [] | no_license | EShi538/USACO-Silver | 679ed9a45caa5b44b2a49b6ee8bedf96f6796211 | 31684fe2a9a734080acfb14b77f5164f7db4444b | refs/heads/master | 2023-07-23T06:30:28.015943 | 2021-09-04T18:00:51 | 2021-09-04T18:00:51 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,645 | java | import java.io.*;
import java.util.*;
public class swap {
static int n, m, k;
static int[] a;
static List<ArrayList<Integer>> adjList = new ArrayList<>(), cycles = new ArrayList<>();
static boolean done = false;
static boolean[] visited;
static void findCycle(int node, int ind) {
cycles.... | [
"noreply@github.com"
] | EShi538.noreply@github.com |
e320e8ba819c57c440f396932a4aca4a9b8f4669 | a3c22b9da96258be2a352b1f51b65a383e872005 | /Web/RecognizerLib/src/test/java/pl/sudokusolver/recognizerlib/filters/FixedWidthResizeFilterTest.java | 22d7b0f8188edd43bfe2dd31d35013f465b8a121 | [
"Apache-2.0"
] | permissive | lukmccall/SudokuSolver | f8ee6b9a9b0f56dda98204459454480f3a4d0713 | 2d76ea7289e1a59179dde20071dcf63f874b9175 | refs/heads/master | 2022-12-23T17:26:32.269391 | 2020-07-03T09:13:06 | 2020-07-03T09:13:06 | 173,821,083 | 1 | 0 | Apache-2.0 | 2022-12-16T15:23:39 | 2019-03-04T21:03:58 | Java | UTF-8 | Java | false | false | 1,730 | java | package pl.sudokusolver.recognizerlib.filters;
import org.junit.Assert;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.extension.ExtendWith;
import org.opencv.core.CvException;
import org.opencv.core.Mat;
import org.opencv.core.Size;
import pl.sudokusolver.recognizerlib._INIT_;
import static org.juni... | [
"DawidSzczerba@protonmail.com"
] | DawidSzczerba@protonmail.com |
4d1131cd8616fb43779edc54b43ec534076f1b68 | a103c215912b20603d924036668e0029bb58639f | /appbar/src/main/java/com/example/igormoraes/appbar/produto/AdapterProdutoAvaliacao.java | 8622c2cae4fa7976a1b303b0585e3f04d8765285 | [] | no_license | running-android-dev01/AppTcc | 77b19abd81b647a55ea7c1531b7a1244b077425c | 3601c518c3c08d4d0631ba550de00b6e1f484476 | refs/heads/master | 2021-05-23T05:49:58.590598 | 2018-04-11T20:03:51 | 2018-04-11T20:03:51 | 94,934,164 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,810 | java | package com.example.igormoraes.appbar.produto;
import android.content.Context;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.ViewGroup;
import com.example.igormoraes.appbar.R;
import com.example.igormoraes.appbar.model.ProdutoAvaliacao;
import com.example.igorm... | [
"igormoraes@MacBook-Pro-de-Igor-Moraes.local"
] | igormoraes@MacBook-Pro-de-Igor-Moraes.local |
f547ecd1f325d7b7410819f10b855facf1e5621c | b9a0fbc1f0e3fdc82e5065a655754ef63354c816 | /src/com/bjp/util/OverIsMergeablePlugin.java | 4e00133e2f0f90d5730d434ee3bdd1ce1b034125 | [] | no_license | learn2j-code/xupu-zongciweb | 3e752fe489ab5553d75dab3bce4fa27019ba3018 | 5c17285997369f9b267c99c68d2fe8e947f43ae3 | refs/heads/master | 2022-12-29T23:42:29.298437 | 2020-10-20T15:37:15 | 2020-10-20T15:37:15 | 305,749,559 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 807 | java | package com.bjp.util;
import org.mybatis.generator.api.GeneratedXmlFile;
import org.mybatis.generator.api.IntrospectedTable;
import org.mybatis.generator.api.PluginAdapter;
import java.lang.reflect.Field;
import java.util.List;
public class OverIsMergeablePlugin extends PluginAdapter {
@Override
... | [
"Administrator@iZbdzc7ijwfizsZ"
] | Administrator@iZbdzc7ijwfizsZ |
62f1a7660be35f75a3e33a96d612bcb6ac9c9f2e | fa7874cedd053e06a01425f2e9a5b6f0b141f372 | /src/main/java/com/jfastnet/ISimpleProcessable.java | 2586e149880e6e3be273c50da271d47436b19951 | [
"Apache-2.0"
] | permissive | haiderny/jfastnet | dd76248a4e540e583d17c6a1d7a5919528534780 | 3e4b34a04d059da95df727320fa0fde070f5e058 | refs/heads/master | 2021-05-12T09:24:35.735703 | 2017-09-12T14:33:37 | 2017-09-12T14:33:37 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 906 | java | /*******************************************************************************
* Copyright 2015 Klaus Pfeiffer <klaus@allpiper.com>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
... | [
"kpfeiffer@gmx.at"
] | kpfeiffer@gmx.at |
ea760151e2eda9c18eda67885cf40984103c9bb5 | da5ce7545d453663373487bdf6d4d983dcffb3b4 | /springboot/core-bean/src/main/java/core/bean/Myconfig2.java | c3858b8eb5865cf5cd15d5eeec70a8b18bd3ebc0 | [] | no_license | jorfeng/springboot-demos | 738a707c08fa8c392a534db20638b3aea08542ea | 84d7e45250f92ba6c81f3c626dd009dce9be3f42 | refs/heads/master | 2020-03-23T21:30:09.950893 | 2018-05-29T10:22:49 | 2018-05-29T10:22:49 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 241 | java | package core.bean;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
@Configuration
public class Myconfig2 {
@Bean
public Dog dog(){
return new Dog();
}
}
| [
"zhihao.miao@ele.me"
] | zhihao.miao@ele.me |
16082d99daaa12051197d3732a19dc479c368ff9 | fbbd05e72d121dbeeef69ad100092ab17b920671 | /src/main/java/com/simplify/sample/security/adapter/CustomWebSecurityConfigurerAdapter.java | 6449bf81c30a5cd8995fcdcbcb48647623bcaa8e | [] | no_license | Simplify-study/SpringBootSample | 4a9906b8e2160260fe3ff225fa3763dcda0b55b0 | f54839bf60d04a39c794f6c82c19e04132eab191 | refs/heads/master | 2022-06-13T03:12:42.278881 | 2022-05-24T00:19:09 | 2022-05-24T00:19:09 | 151,514,871 | 3 | 7 | null | 2022-05-24T00:19:50 | 2018-10-04T03:43:11 | Java | UTF-8 | Java | false | false | 2,250 | java | package com.simplify.sample.security.adapter;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Bean;
import org.springframework.security.config.annotation.authentication.builders.AuthenticationManagerBuilder;
import org.springframework.security.config.an... | [
"jonghun.criss.android@gmail.com"
] | jonghun.criss.android@gmail.com |
e5c242653f87883d50f99b422bcdadcb345e12f2 | 3a7fc488f72daa37123ef49ff5180138fde3187f | /src/com/lineage/server/datatables/sql/LogChatTable.java | 9fcfef067c79854623240c30e6ea3ec07c7c4048 | [] | no_license | WeiFangChou/lineage_363 | 52c3dc712e19853829c3d1802973cf307ca52143 | dc2d3b3adc026d4b2933ec3573c44ce99ac8f6ea | refs/heads/master | 2022-09-12T15:37:48.729753 | 2020-05-25T14:32:55 | 2020-05-25T14:32:55 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,870 | java | package com.lineage.server.datatables.sql;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.SQLException;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import com.lineage.DatabaseFactory;
import com.lineage.server.datatables.storage.LogChatStorage;... | [
"136034343@qq.com"
] | 136034343@qq.com |
de492a958c8b7b201ba633e437923e02bc3b27f6 | 23a23288eace02a1365b62d364122a22d54b663f | /RISHABH_SRIVASTAVA_LABBOOK/LAB_2/src/config/MyFactory.java | 0c65e284acec9793527d22cc9697897095681596 | [] | no_license | RishabhSrivastava27/Capgemini | 7e83f4833074412f5653064643134d60944f0107 | 54b8abe207a6600ae94aadc9da5051c6be7dd0cc | refs/heads/master | 2023-05-03T05:15:37.957252 | 2020-04-30T11:57:45 | 2020-04-30T11:57:45 | 242,647,818 | 0 | 0 | null | 2023-04-17T19:40:03 | 2020-02-24T04:39:21 | Java | UTF-8 | Java | false | false | 424 | java | package config;
import javax.persistence.EntityManager;
import javax.persistence.EntityManagerFactory;
import javax.persistence.Persistence;
public class MyFactory {
private static EntityManagerFactory emf;
static
{
emf= Persistence.createEntityManagerFactory("ABES");
}
publ... | [
"noreply@github.com"
] | RishabhSrivastava27.noreply@github.com |
3e7d7bba055a14b1a1663b31763ebde505707493 | 4558084438688284524ccdbfeafc770e4a838e61 | /travelservices/src/de/hybris/platform/travelservices/dao/TravelConsignmentDao.java | 68b62651b568db9795d58f32d1858bafd4499bf2 | [] | no_license | rchhabra/ext-travel | d86696ef94842a5e00276756f7a42f09e4ffe076 | 4a3484ba318304aec717977f695c8082cb94ca9d | refs/heads/master | 2021-05-12T01:53:42.256739 | 2018-01-15T16:10:18 | 2018-01-15T16:10:18 | 117,567,472 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,089 | java | /*
* [y] hybris Platform
*
* Copyright (c) 2000-2017 SAP SE or an SAP affiliate company.
* All rights reserved.
*
* This software is the confidential and proprietary information of SAP
* Hybris ("Confidential Information"). You shall not disclose such
* Confidential Information and shall use it only in accordance with ... | [
"romit.chhabra@reflexsolution.com"
] | romit.chhabra@reflexsolution.com |
8037f0189231a5e71433aaafc61ca2f8d08f7d96 | 580a2f5e0d92687787a93e2dbbc9c20b1f1e4c7e | /proman-api/target/generated-sources/com/upgrad/proman/api/model/PermissionsType.java | a92ac68b6e2bdcf2b5072c72e11c6b4cd1bf3a0e | [] | no_license | guptapraveen89/Proman_Quora | fb773e1805a4c892e94581a4a1027254a2b7f16c | 6873221519ae61cc87e14f58df8b5bc008341015 | refs/heads/master | 2022-09-27T09:33:33.554009 | 2020-01-20T17:07:51 | 2020-01-20T17:07:51 | 235,151,306 | 0 | 0 | null | 2022-09-08T01:06:03 | 2020-01-20T16:55:42 | Java | UTF-8 | Java | false | false | 2,422 | java | package com.upgrad.proman.api.model;
import java.util.Objects;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.fasterxml.jackson.annotation.JsonCreator;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import org.springframework.validation.annotation.Validated;
i... | [
"noreply@github.com"
] | guptapraveen89.noreply@github.com |
93c33cc839c29e7d8102aad6664e7fd772c80245 | c218e5f8838ffe92cb0301e54edb647a86396498 | /qcb/qcb-common/src/main/java/com/xionger/qcb/common/util/json/JsonUtil.java | eaa636e96f2db171a6e6e511fd3a3da254830465 | [] | no_license | fristflaytwo/qcb | 52eec7475901302285707138972d26ed48f7db0a | eef6597c9b78cb2755d7700d5dcb9e7f3b966a8c | refs/heads/master | 2021-01-11T03:20:16.425050 | 2017-09-22T10:06:34 | 2017-09-22T10:06:34 | 71,048,145 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,421 | java | package com.xionger.qcb.common.util.json;
import java.lang.reflect.Type;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Date;
import java.util.List;
import java.util.Map;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import com.google.gson.Gson;
import co... | [
"fristflaytwo@yeah.net"
] | fristflaytwo@yeah.net |
7f821da0419b82b9fc5e2216fe9bdf0f6d0ece8e | 5bb4a4b0364ec05ffb422d8b2e76374e81c8c979 | /sdk/resources/mgmt/src/main/java/com/azure/resourcemanager/resources/fluent/inner/TemplateHashResultInner.java | 8ffe982b0b32eecb3914e83b558912f164540cc7 | [
"MIT",
"LicenseRef-scancode-generic-cla",
"BSD-3-Clause",
"LicenseRef-scancode-warranty-disclaimer",
"LGPL-2.1-or-later",
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | FabianMeiswinkel/azure-sdk-for-java | bd14579af2f7bc63e5c27c319e2653db990056f1 | 41d99a9945a527b6d3cc7e1366e1d9696941dbe3 | refs/heads/main | 2023-08-04T20:38:27.012783 | 2020-07-15T21:56:57 | 2020-07-15T21:56:57 | 251,590,939 | 3 | 1 | MIT | 2023-09-02T00:50:23 | 2020-03-31T12:05:12 | Java | UTF-8 | Java | false | false | 2,164 | java | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// Code generated by Microsoft (R) AutoRest Code Generator.
package com.azure.resourcemanager.resources.fluent.inner;
import com.azure.core.annotation.Fluent;
import com.azure.core.util.logging.ClientLogger;
import com.fas... | [
"noreply@github.com"
] | FabianMeiswinkel.noreply@github.com |
b69e532fd44f15081bf8b66f1a8d76773101d155 | 71f2a247385149bd3fa6376a2e9b49d62b241e6f | /app/src/main/java/com/example/fitnessplanner/adapters/MealsAdapter.java | 6b880cd9c3e57671809a6ed47b7d740de4ceecce | [] | no_license | ap16at/FitnessPlanner | 54b76312eabb6e690ec0961e344984c9c7f23e22 | 270b870aed1ceb94df63a39a6c9747b06b5547a7 | refs/heads/master | 2023-06-25T03:10:03.412404 | 2021-07-27T08:00:56 | 2021-07-27T08:00:56 | 378,291,782 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,700 | java | package com.example.fitnessplanner.adapters;
import android.content.Context;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.Button;
import android.widget.TextView;
import android.widget.Toast;
import androidx.annotation.NonNu... | [
"ap16at@my.fsu.edu"
] | ap16at@my.fsu.edu |
612037adac39a1b3c37596f19c71c2e5649f0ab1 | 347e5bff5320b08b32d5e2e492fdd971d56281f6 | /app/src/main/java/com/hbln/myadvertisingtest/FrameWork/DividerItemDecoration.java | e105e5a3824babdbec5ce542892864f66aa7bc25 | [] | no_license | freedream520/MyAdvertisingTest | 75b91866b2b834476cda6ebeed400e8064fe1ecc | 5c69206ac2d04244838dff4c52295f9165bb9b50 | refs/heads/master | 2021-01-20T18:33:13.895117 | 2016-03-15T10:15:29 | 2016-03-15T10:15:29 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,356 | java | package com.hbln.myadvertisingtest.FrameWork;
import android.content.Context;
import android.content.res.TypedArray;
import android.graphics.Canvas;
import android.graphics.Rect;
import android.graphics.drawable.Drawable;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerVi... | [
"415698259@qq.com"
] | 415698259@qq.com |
284bc90ddcd300eb06d502920c5d83f11c9f6c6e | 57cf0448c6e372147a265f9a657f999e02f9b282 | /src/net/atomique/ksar/Solaris/squeueSar.java | 661f9a4d64e314d7947c668367e1a18d0737aac6 | [
"BSD-3-Clause"
] | permissive | czerwonk/ksar-fork | ee9cbbc270d0c26257fc67b7365974f10fd9f827 | d7757711ca69c95d193db2c8ae78a2d3c713c275 | refs/heads/master | 2023-08-31T16:30:35.196807 | 2010-01-31T15:46:00 | 2010-01-31T15:46:00 | 477,967 | 2 | 1 | null | null | null | null | UTF-8 | Java | false | false | 3,505 | java | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package net.atomique.ksar.Solaris;
import javax.swing.tree.DefaultMutableTreeNode;
import net.atomique.ksar.AllGraph;
import net.atomique.ksar.GraphDescription;
import net.atomique.ksar.kSar;
import net.atomique.ksar.kS... | [
"daniel@dan-nrw.de"
] | daniel@dan-nrw.de |
9f1fb1a8c5bb4a9261e2a13191fe247a409339f4 | f0373b9417f953cb2cb0e53f5a3e8edaed608b00 | /ly-order/src/main/java/com/leyou/order/utils/PayHelper.java | 1ce9b9c9d1580df6ec232cfb20a9283d4828a845 | [] | no_license | wyh97210/leyou | d93c9d83048c8d72654c7942a61aa1ee36447b49 | 92c7c2c5a03ad7e5772974d1411cf904a6fc78ab | refs/heads/master | 2022-12-25T09:22:55.574188 | 2020-06-11T05:48:20 | 2020-06-11T05:48:20 | 197,743,823 | 0 | 0 | null | 2022-12-16T00:44:37 | 2019-07-19T09:24:28 | Java | UTF-8 | Java | false | false | 5,819 | java | package com.leyou.order.utils;
import com.github.wxpay.sdk.WXPay;
import com.github.wxpay.sdk.WXPayConstants;
import com.github.wxpay.sdk.WXPayUtil;
import com.leyou.common.enums.ExceptionEnum;
import com.leyou.common.exception.LyException;
import com.leyou.order.config.PayConfig;
import com.leyou.order.enums.OrderSta... | [
"2568984782@qq.com"
] | 2568984782@qq.com |
2b5abfbba3eec2ca0ccafcb4279ad73c1747933e | 866171598378e08aff65eccda43b013b3e764a1c | /Sponsor.java | 5d5586fe6e783e0b0ad1a1163964789493fe73c0 | [] | no_license | Samu1991/java-ficha-7 | 21e9e57454281b0364cc109f1a9376f7614b53cf | 669e0e50fce8eff7cb5072271f8da6de75046f16 | refs/heads/master | 2020-05-20T13:14:28.812346 | 2019-05-08T11:28:14 | 2019-05-08T11:28:14 | 185,592,363 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 290 | 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 Enum;
/**
*
* @author samum
*/
public enum Sponsor {
NIKE,ADIDAS,PUMA;
}
| [
"noreply@github.com"
] | Samu1991.noreply@github.com |
86ab7ce039254bccbd444a1837e87b9a07a8e775 | 7e6ffeaeab0dad59d6d25a8d4ea4c2f6e5c6317b | /src/introsde/assignment/soap/ReadMeasureTypesResponse.java | c125474c437a2deac38aa977359794ead65ff5df | [] | no_license | FinalProject-ZsanettOrosz/StorageService | 940e7c2ae483c67e8497c3f1c62b0c0a4fb95a3c | df29811dc18130f4b620e872d95443e676bc6307 | refs/heads/master | 2021-01-10T17:17:07.959600 | 2016-01-19T19:58:19 | 2016-01-19T19:58:19 | 49,892,147 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,531 | java |
package introsde.assignment.soap;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlType;
/**
* <p>Java class for readMeasureTypesResponse complex type.
*
* <p>The following schema fragment specifies the expected content contain... | [
"zsanett.orosz@studenti.unitn.it"
] | zsanett.orosz@studenti.unitn.it |
afb0066fe08d211e309f77463b72118234f5114d | 00dfd3d1f4eca58df2c1fb595ba94edcd6108edc | /src/main/java/com/mobimeo/citynavigation/dao/model/Stop.java | 8265060e1d116489104041a683d0c729e04ea578 | [
"MIT"
] | permissive | gamal-ahmed/verspaetung-navigation | e22aabc6b708aa2170813393db9274f3fcc6dafc | a6b555b96f476b1d63a99e5b0071bd650b48856c | refs/heads/master | 2020-03-23T17:14:21.466915 | 2018-07-25T02:57:23 | 2018-07-25T02:57:23 | 141,850,067 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,661 | java | package com.mobimeo.citynavigation.dao.model;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.Id;
import javax.persistence.Table;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlRoot... | [
"agamal.halem@gmail.com"
] | agamal.halem@gmail.com |
7a46965ea28036379e629acc92a6d61a98e0bfd5 | 255ff79057c0ff14d0b760fc2d6da1165f1806c8 | /08Advanced/12资料-并发编程/concurrent/case_java8/src/main/java/cn/itcast/n8/Emp.java | 747ffad3b1bb8eefc1c485097ada796e82877605 | [] | no_license | wjphappy90/Resource | 7f1f817d323db5adae06d26da17dfc09ee5f9d3a | 6574c8399f3cdfb6d6b39cd64dc9507e784a2549 | refs/heads/master | 2022-07-30T03:33:59.869345 | 2020-08-10T02:31:35 | 2020-08-10T02:31:35 | 285,701,650 | 2 | 6 | null | null | null | null | UTF-8 | Java | false | false | 941 | java | package cn.itcast.n8;
import java.math.BigDecimal;
class Emp {
private int empno;
private String ename;
private String job;
private BigDecimal sal;
public int getEmpno() {
return empno;
}
public void setEmpno(int empno) {
this.empno = empno;
}
public String getEn... | [
"981146457@qq.com"
] | 981146457@qq.com |
b986930b04873e84a3125d9f91bc4512603ff558 | 937f30f7f8addf2c7157435909d09fe93e397bfd | /web-app/src/main/java/org/ideakat/webapp/api/contract/auth/AuthenticationStatus.java | 2e152ee0258ba20569ebf4b6d65c62ecdc600011 | [] | no_license | swar8080/ideaKat | 4e4bf173ddc52e851fb32e66d3d67bd9e3e4b010 | 4c27b66b614eaf5ad03a03679022fa0067558105 | refs/heads/master | 2022-12-27T08:39:14.204765 | 2020-04-25T01:50:49 | 2020-04-25T01:50:49 | 253,299,960 | 1 | 0 | null | 2022-12-16T01:59:26 | 2020-04-05T18:07:47 | TypeScript | UTF-8 | Java | false | false | 391 | java | package org.ideakat.webapp.api.contract.auth;
import com.fasterxml.jackson.annotation.JsonProperty;
import lombok.Builder;
import lombok.Data;
import org.ideakat.domain.entities.user.User;
@Data
@Builder
public class AuthenticationStatus {
@JsonProperty("isLoggedIn")
private boolean isLoggedIn;
private U... | [
"stevenswartz@live.ca"
] | stevenswartz@live.ca |
1d611d48cdc4cc3605011cdc2ae7d473a5db8923 | b6914ccf36d274f1235107bcae315df5b296af3a | /src/com/roboxes/messaging/Message.java | 706b43195f1a683d1c475c48ed754b161b4ec2c6 | [] | no_license | toastedcode/IoTDebugger | 4559dd1aa8039a7e604363426862c6e02098a302 | 8c9f066f60fd8b0c11f051ed99fbdf7377471e08 | refs/heads/master | 2020-06-27T06:27:39.001307 | 2019-03-22T19:16:27 | 2019-03-22T19:16:27 | 97,050,278 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,430 | java | package com.roboxes.messaging;
import org.json.simple.JSONObject;
public class Message
{
public Message()
{
json = new JSONObject();
}
public Message(String messageId)
{
json = new JSONObject();
setMessageId(messageId);
}
public Message(JSONObject json)
{
this.j... | [
"jasontost@gmail.com"
] | jasontost@gmail.com |
2da96da1d49e0aa750faffe97029b375dec1ceac | cf9b167b6d73305eb7cb37712bc70fb8b2f60175 | /minecraft/net/minecraft/src/Lagometer.java | a8be30b232c23d172e3b878f021c0186c4c92015 | [] | no_license | Capsar/Rapture | b1ef74dfceb005b291e695605f83839dc25d1c9e | b73f53f22eb1caed44e39e4a026eac5cda7b41fc | refs/heads/master | 2021-06-12T20:06:53.100425 | 2020-04-09T14:13:47 | 2020-04-09T14:13:47 | 254,388,305 | 5 | 2 | null | null | null | null | UTF-8 | Java | false | false | 10,028 | java | package net.minecraft.src;
import net.minecraft.client.Minecraft;
import net.minecraft.client.gui.Gui;
import net.minecraft.client.gui.GuiIngame;
import net.minecraft.client.gui.ScaledResolution;
import net.minecraft.client.renderer.GlStateManager;
import net.minecraft.client.renderer.Tessellator;
import net.minecraft... | [
"capsar.meijer@gmail.com"
] | capsar.meijer@gmail.com |
756fb8d6f542480c14f4e422fb44bf60b1dff11b | c4a033cf7cadcdf2f9dca20da6ee268f19f76369 | /src/main/java/com/shell/autowiring/AutoWiringService.java | 0f8065a624562d7601aa592ef59f9f3ba238c841 | [] | no_license | xieyufish/springstudy | 3c7bf9a559ba917851bed13d66bb07689a375edd | c0867f18a4006cbd29d8c6567f16fa05b493f869 | refs/heads/master | 2021-01-23T03:58:58.489896 | 2015-09-17T01:46:28 | 2015-09-17T01:46:28 | 42,162,100 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 621 | java | package com.shell.autowiring;
public class AutoWiringService {
private AutoWiringDAO autoWiringDAO;
/**
* @param autoWiringDAO the autoWiringDAO to set
*/
public void setAutoWiringDAO(AutoWiringDAO autoWiringDAO) {
System.out.println("setter method");
this.autoWiringDAO = autoWiringDAO;
}
... | [
"1536999495@qq.com"
] | 1536999495@qq.com |
f59e7affee6c9b4947b2df769abdcf9360f0c6a8 | 5e0a4ec9a896977798051ac2c715bc48b9181e9c | /app/src/androidTest/java/com/example/admin/myquizapp/ApplicationTest.java | 2b6de21eaecb34ecc94ed2eadd5a2d30c058d0fa | [] | no_license | maiti1/QuizApp | 3e7a9cacb1b9cc88c2a64480a90efb87a93e12ec | 9348f915a86dc05d6f53acb9cf8c6c7c7ad1fce8 | refs/heads/master | 2021-01-10T23:23:54.777218 | 2016-10-12T07:48:59 | 2016-10-12T07:48:59 | 70,588,539 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 358 | java | package com.example.admin.myquizapp;
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() {
... | [
"fullcmaiti@gmail.com"
] | fullcmaiti@gmail.com |
5e539c9f3d61f487cd30ce99a2b2d402e94d2f06 | bf2966abae57885c29e70852243a22abc8ba8eb0 | /aws-java-sdk-elasticache/src/main/java/com/amazonaws/services/elasticache/model/transform/DeleteUserGroupResultStaxUnmarshaller.java | 05d9b99068bc2439d3a2207f597ec0be8e306573 | [
"Apache-2.0"
] | permissive | kmbotts/aws-sdk-java | ae20b3244131d52b9687eb026b9c620da8b49935 | 388f6427e00fb1c2f211abda5bad3a75d29eef62 | refs/heads/master | 2021-12-23T14:39:26.369661 | 2021-07-26T20:09:07 | 2021-07-26T20:09:07 | 246,296,939 | 0 | 0 | Apache-2.0 | 2020-03-10T12:37:34 | 2020-03-10T12:37:33 | null | UTF-8 | Java | false | false | 4,369 | java | /*
* Copyright 2016-2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with
* the License. A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "licen... | [
""
] | |
859fd9a09f3593607edad9a731f5b7feb234d51e | 0f4f6c6d779fd9ba8a85a1697379dddeff31b9e0 | /src/main/java/com/kish/demooauthserver/oauth/config/AuthServerOAuth2Config.java | 113626eda420c3f4930602e75a1ecff0f0993db9 | [] | no_license | ThejKishore/cust_authorization_server_demo | 9b49e5f9dd19cf1ce3d9960b82c3159b862a71e2 | 596e5509a5aab0fa1d04508e5611e49364476de3 | refs/heads/master | 2021-04-29T18:55:37.687302 | 2018-02-17T20:39:58 | 2018-02-17T20:39:58 | 121,703,516 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,605 | java | package com.kish.demooauthserver.oauth.config;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Qualifier;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.context.annotation.Bean;
import org.springframework.context.... | [
"kishores1984@gmail.com"
] | kishores1984@gmail.com |
a8752bbfa9fa2d6c6d0f23b92e6e5cc2ee03ab1c | 265eac54e500542064d321654ff478e4ed8d53c6 | /masoom/src/test/java/com/masoomyf/masoom/ExampleUnitTest.java | 0d5f562aebc0616e05dc6d43f09b8f24a8eb8ca9 | [] | no_license | masoomyf/MasoomLibraryExample | 6c6ca2d591c663d8ba35d0645807b1655d742089 | 8431d41185b8d73d7f0b27a639f05091ec3e12ad | refs/heads/master | 2020-05-07T18:17:48.900971 | 2019-04-11T09:37:49 | 2019-04-11T09:37:49 | 180,760,999 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 380 | java | package com.masoomyf.masoom;
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 void ad... | [
"masoomrizvi786@gmail.com"
] | masoomrizvi786@gmail.com |
1f06338674a90a40a375481bf9304b893f6bb5f8 | 3c59a06e4754207e8e35016359187f76c23e97db | /SFHealthScores/app/src/main/java/edu/sjsu/cs175/sfhealthscores/activities/BusinessActivity.java | 4ac01457d48ac4565d59a8611db691564479e734 | [
"MIT"
] | permissive | katsoohoo/SFHealthScores | f451e8279c1595f466d49eecb038c7db20d4440e | 70cedcb3995863b8f7295d21d28a0014784ce69d | refs/heads/master | 2021-04-30T17:07:06.816418 | 2017-01-27T20:03:22 | 2017-01-27T20:03:22 | 80,195,952 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,120 | java | package edu.sjsu.cs175.sfhealthscores.activities;
import android.content.Context;
import android.content.Intent;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerView;
import android.util.Log;
impor... | [
"katherinesoohoo@gmail.com"
] | katherinesoohoo@gmail.com |
d2078461be55de32910fe3a878098cb78142d332 | 34bf7ec972e390c7a248df3ef8c10cb12c3d5803 | /src/main/java/com/seecen/springboot/aop/MyLog.java | 76f398469b4925752580757c80997c2f1e137550 | [] | no_license | zhangjiankun94/springboot1 | 8a3d25c4cd9193d0068bce8ddd42cba8a06b396f | 14bdeafd613bb522d2c5f5e5d956686640dc82a8 | refs/heads/master | 2020-12-02T12:53:45.627184 | 2019-12-31T02:19:56 | 2019-12-31T02:19:56 | 231,011,339 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 800 | java | package com.seecen.springboot.aop;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
* @author ZhangJiankun
* @date 2019/12/13 11:37
* 描述:自定义注解
*/
@Target({ElementType.METHOD}) //指定可以将注解加在什么地方 METH... | [
"673648701@qq.com"
] | 673648701@qq.com |
fa80236cefee4c0ccc5c3f9de3c94d8e7a5d4e67 | 9f01a04b91e3bb987010330bb5a13a879b5d5c2f | /src/main/test/java/cn/com/codingce/MyTest.java | 0bdd4483fcaf0f4eda654556c12a83831d2462d9 | [
"MIT"
] | permissive | xzMhehe/bbs_codingce | 031db39e9e876b639658d46e0892900db9b677d7 | 6d99aef35bec4fc30859a9bc2761c1c54587c3e7 | refs/heads/master | 2023-02-15T08:29:14.108693 | 2021-01-13T11:34:35 | 2021-01-13T11:34:35 | 304,346,086 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 610 | java | package java.cn.com.codingce;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.junit4.SpringRunner;
@RunWith(SpringRunner.class)
@SpringBootTest
public class MyTest {
@Test
public void test() {
// ... | [
"2460798168@qq.com"
] | 2460798168@qq.com |
bfd554e853c544174028ea2f936a513ad018a98f | 7834f2d2f41e57255e8a25083807c9b4b52d3f55 | /src/main/java/application/dao/romMapper/IngredientRowMapper.java | 16a6c31c0157aa4a95f916ab0aa19b56f65d0891 | [] | no_license | anastasiya28/emenu | e06dd249fab950c7620515fa09f09f4abfec4786 | 288d1d6146a3d211507e861f54c02cea220f658a | refs/heads/master | 2021-01-20T00:41:47.741941 | 2017-04-23T22:11:43 | 2017-04-23T22:11:43 | 89,174,438 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,147 | java | package application.dao.romMapper;
import application.model.Ingredient;
import org.apache.log4j.Logger;
import org.springframework.jdbc.core.RowMapper;
import java.sql.ResultSet;
import java.sql.SQLException;
import static application.dao.impls.IngredientDAOImpl.INGREDIENT_ID_COLUMN;
import static application.dao.im... | [
"nastya417@bk.ru"
] | nastya417@bk.ru |
c4c92c9805d941b7fd2ef3a2260c64ce06b5b81f | 614727fee510b262b41361bb30ad912fdc53b932 | /app/src/main/java/org/pursuit/mealprep/MainActivity.java | f8299d3ad66714988455752a7f8c75109540a63c | [] | no_license | LolaAbudu/Lolitas_Kitchen | 75374476f0dc26bf63698f3ffc48fd3327fe4889 | 719fbf5b0ec17f04ed39c86a722def2e261287b4 | refs/heads/master | 2020-05-01T12:12:20.148921 | 2019-04-24T17:11:41 | 2019-04-24T17:11:41 | 177,460,486 | 3 | 0 | null | 2019-04-24T17:11:42 | 2019-03-24T19:39:06 | Java | UTF-8 | Java | false | false | 3,750 | java | package org.pursuit.mealprep;
import android.os.Bundle;
import android.support.v4.app.FragmentManager;
import android.support.v4.app.FragmentTransaction;
import android.support.v7.app.AppCompatActivity;
import org.pursuit.mealprep.fragments.AboutMeFragment;
import org.pursuit.mealprep.fragments.DisplayAllMealsFragmen... | [
"lolaabudu1589@gmail.com"
] | lolaabudu1589@gmail.com |
5ede6bc99a3850d1a79c5bd8c47b08520a0b6e84 | 32bb7c996e02691cea319b86c5a74bb84b7aee12 | /src/main/java/com/hbhb/cw/report/web/vo/PropertyVO.java | 7dc7389cd34618ff37bd5e3d07f796d0d224af0f | [] | no_license | hbhb-devloper/report-manage | a60dd6b01983e831174d7f94487426c59471fd60 | 6107e72c703942999040a9113f1db4801c57f635 | refs/heads/master | 2023-03-18T02:38:59.421663 | 2021-03-20T12:05:42 | 2021-03-20T12:05:42 | 349,712,531 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,392 | java | package com.hbhb.cw.report.web.vo;
import io.swagger.v3.oas.annotations.media.Schema;
import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Data;
import lombok.NoArgsConstructor;
import java.io.Serializable;
/**
* @author wangxiaogang
*/
@Data
@AllArgsConstructor
@NoArgsConstructor
@Builder
public... | [
"15151269@163.com"
] | 15151269@163.com |
5868f68f5827245e8d1a46c95e8ed28e0ef89ea3 | bf2966abae57885c29e70852243a22abc8ba8eb0 | /aws-java-sdk-appconfig/src/main/java/com/amazonaws/services/appconfig/model/transform/TagResourceRequestProtocolMarshaller.java | e0cb0b268e30a1652c981e77cfb6c0e826b3bfae | [
"Apache-2.0"
] | permissive | kmbotts/aws-sdk-java | ae20b3244131d52b9687eb026b9c620da8b49935 | 388f6427e00fb1c2f211abda5bad3a75d29eef62 | refs/heads/master | 2021-12-23T14:39:26.369661 | 2021-07-26T20:09:07 | 2021-07-26T20:09:07 | 246,296,939 | 0 | 0 | Apache-2.0 | 2020-03-10T12:37:34 | 2020-03-10T12:37:33 | null | UTF-8 | Java | false | false | 2,600 | java | /*
* Copyright 2016-2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with
* the License. A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "licen... | [
""
] | |
52152dce9f25ac7b8f6513fa113fdfae90e1c1f6 | d181858c94fa1487727d2acd9ec1508ca195a8c1 | /app/src/main/java/com/google/zxing/client/android/Contents.java | 23534d6ea2c2496a48a4fc00ef2191229d1811ab | [] | no_license | HellCat24/ZXingAndroidLib | d933501e0bba2ab12f0aa366abb20a46129568f1 | 7371f0d4b98cf15fda13973908d6f9f23f594859 | refs/heads/master | 2021-01-21T23:20:38.974665 | 2015-05-08T15:24:22 | 2015-05-08T15:24:22 | 35,280,015 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,161 | 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... | [
"kratos2405@gmail.com"
] | kratos2405@gmail.com |
408d2fa325e4058e764a2df12f697ef4537857e2 | 1ee5701c762fc49c89d6a020cc2c41e3dad1a433 | /Polymorphism/src/calculator/Main.java | bb556e406f879def36911cad93ce94ac28ccfeb3 | [] | no_license | kaloyanminchev/Java-OOP | c562a250df38f0cc1f89bc5254ac246e3d8255c5 | 0652cf308cc465f6939a2499b6c6a079610dd1a8 | refs/heads/master | 2020-12-13T07:07:14.850073 | 2020-01-16T15:41:48 | 2020-01-16T15:41:48 | 234,342,575 | 0 | 0 | null | 2020-10-13T18:53:55 | 2020-01-16T14:50:11 | Java | UTF-8 | Java | false | false | 607 | java | package calculator;
import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner scanner = new Scanner(System.in);
CalculationEngine engine = new CalculationEngine();
InputInterpreter interpreter = Extensions.buildInterpreter(engine);
St... | [
"noreply@github.com"
] | kaloyanminchev.noreply@github.com |
39ac179fee2e376685408322deb84e6b33ba0d2e | 77b40a4e7014a8e4b9385ef25a015aea89a6d637 | /rpcserver/src/test/java/com/pxy/rpcserver/rpc/MainControllerTests.java | f4426fc7d4942d4515482d3106f803d3dbcf2acf | [] | no_license | buptpxy/rpcByHttp | 76156398a03936f7b50f5de562a7529a1ffdbda5 | 33e36205a41efb4a2048e7a137733041c8257370 | refs/heads/master | 2022-06-25T19:37:57.692884 | 2020-02-29T10:19:04 | 2020-02-29T10:19:04 | 243,247,085 | 0 | 1 | null | 2022-06-17T02:57:26 | 2020-02-26T11:32:04 | Java | UTF-8 | Java | false | false | 712 | java | package com.pxy.rpcserver.rpc;
import com.alibaba.fastjson.JSON;
import com.pxy.rpcserver.entity.User;
import com.pxy.rpcserver.service.UserServiceImpl;
import org.junit.Assert;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframe... | [
"buptpxy@163.com"
] | buptpxy@163.com |
0aa88c735239f9420ff1e6a8ef0ef2276cf7ec0b | 9ae07bb210092dc7bc371c520ebbce66831d05ff | /src/main/java/io/kamax/mxisd/config/threepid/medium/PhoneConfig.java | 05d9ea6a74f586f9529315cd3d414352b2629f49 | [
"AGPL-3.0-only",
"Apache-2.0"
] | permissive | privatefoundation/pqvid | 994e0f08fd26a78a3ae272969e351bbfbcea2f11 | 303eca032a99dcca9aed399b29f0df870bd33bf6 | refs/heads/master | 2023-06-24T09:02:47.686746 | 2021-07-25T06:42:35 | 2021-07-25T06:42:35 | 464,129,268 | 1 | 0 | Apache-2.0 | 2022-02-27T12:23:54 | 2022-02-27T12:23:53 | null | UTF-8 | Java | false | false | 1,160 | java | /*
* mxisd - Matrix Identity Server Daemon
* Copyright (C) 2017 Kamax Sarl
*
* https://www.kamax.io/
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* L... | [
"git@tmf.network"
] | git@tmf.network |
899e504296e98454ccf25e722c9c492c917cf542 | 2c5328519c9fea8897a0ce98dc6da39923bc03f2 | /src/testgen/module/testsrcfilesgen/SrcFileGenerator.java | b40c68160b48ff86c1a72d4ff952c87ca77ce1b2 | [] | no_license | suriyadev/testgen | fbbff2fbaef235df3645b9df79e6197e96d33cf3 | f6eccd3af7e78ea42823f9ea8e76d41955f64cdd | refs/heads/master | 2023-01-02T16:18:07.527966 | 2020-11-01T20:22:21 | 2020-11-01T20:22:21 | 309,180,571 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 233 | java | package testgen.module.testsrcfilesgen;
import java.util.List;
import testgen.module.testclasscontentgen.TestFileData;
public interface SrcFileGenerator {
public boolean generateTestSrcFiles(List<TestFileData> testClassData);
}
| [
"suriyaindev@gmail.com"
] | suriyaindev@gmail.com |
e8154de067545d1052d00982f4589bd39076becd | f8786ef49ca6b6faa3e1272c4d8ff00d805fbf03 | /matrix-sdk/src/main/java/org/matrix/androidsdk/rest/model/AddThreePidsParams.java | d9c54c847595616cd8f9f550418dac8893955ac8 | [
"Apache-2.0"
] | permissive | telred-llc/clearkeep-android | 4f81c97a202fde834aed67825535c467b8e4ca9b | 2d20e94e9711b51aee89fa569efd61449cc7e9c3 | refs/heads/develop | 2022-03-31T19:13:53.496758 | 2020-01-22T07:53:11 | 2020-01-22T07:53:11 | 194,596,139 | 2 | 0 | Apache-2.0 | 2020-01-22T07:53:12 | 2019-07-01T03:52:18 | Java | UTF-8 | Java | false | false | 920 | java | /*
* Copyright 2019 The Matrix.org Foundation C.I.C.
*
* 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 applica... | [
"longquangpham@gmail.com"
] | longquangpham@gmail.com |
59a524eca397abffc9e57ff2f404588b66fd3480 | 3d87541fb78f0369b8084eddcaa066f71fe2342b | /Week 3/Lab 3/Shape(no P)/src/Rectangle.java | dfbfc4f782ce1c64f9df1642b18975adab9e31d5 | [] | no_license | LiChingCheng/JAC444 | 1935309aaeb68fd297c15bf463b5368954cbe3a4 | 3458fbfa009f5cce3154c801bfae8ef4510d2a15 | refs/heads/master | 2023-01-06T02:07:27.433585 | 2020-11-06T20:47:44 | 2020-11-06T20:47:44 | 310,694,114 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 338 | java |
public class Rectangle extends Parallelogram {
public Rectangle(double length, double width) throws IllegalArgumentException{
super(length, width);
}
public String toString() {
return String.format("Rectangle {w=" + super.getWidth() + ", h=" + super.getWidth() + "} perimeter = " + getPeri... | [
"hyalinelove1991@gmail.com"
] | hyalinelove1991@gmail.com |
9b74773a1aa45da183f558d4b252ecb691f54ca5 | dc1dbb7e5a4b95bf44170d2f51fd08b3814f2ac9 | /data_defect4j/preprossed_method_corpus/Math/45/org/apache/commons/math/fraction/BigFractionField_readResolve_78.java | a38d9cf8081f03d0a42e226b331f2aee2daa0a3f | [] | no_license | hvdthong/NetML | dca6cf4d34c5799b400d718e0a6cd2e0b167297d | 9bb103da21327912e5a29cbf9be9ff4d058731a5 | refs/heads/master | 2021-06-30T15:03:52.618255 | 2020-10-07T01:58:48 | 2020-10-07T01:58:48 | 150,383,588 | 1 | 1 | null | 2018-09-26T07:08:45 | 2018-09-26T07:08:44 | null | UTF-8 | Java | false | false | 362 | java |
org apach common math fraction
represent fraction number overflow field
singleton
fraction
version
big fraction field bigfractionfield field big fraction bigfract serializ
handl deseri singleton
singleton instanc
object read resolv readresolv
singleto... | [
"hvdthong@gmail.com"
] | hvdthong@gmail.com |
5a8ba6d5c0c5d350d52074f4eb59af8f5a79c841 | bd2139703c556050403c10857bde66f688cd9ee6 | /jmc/58/webrev.01/core/org.openjdk.jmc.flightrecorder.rules.jdk/src/main/java/org/openjdk/jmc/flightrecorder/rules/jdk/latency/MethodProfilingRule.java | 1608e763d352adba7c5d30ee3435d21b0482bb8c | [] | no_license | isabella232/cr-archive | d03427e6fbc708403dd5882d36371e1b660ec1ac | 8a3c9ddcfacb32d1a65d7ca084921478362ec2d1 | refs/heads/master | 2023-02-01T17:33:44.383410 | 2020-12-17T13:47:48 | 2020-12-17T13:47:48 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 25,797 | java | /*
* Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved.
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* The contents of this file are subject to the terms of either the Universal Permissive License
* v 1.0 as shown at http://oss.oracle.com/licenses/upl
*
* or the follow... | [
"robin.westberg@oracle.com"
] | robin.westberg@oracle.com |
3f46ad4b00e2db0ff043727598b4ddba3837c1ce | bbc6319c3fd69b27fce761c4e09178ea60d700db | /app/src/main/java/com/gwaja92/android/autobiography/SettingFragment.java | b9812de4f8b73655713e568e6b29af8c32b52bb7 | [] | no_license | gwaja92/autobiography | 9b5ba07792b00e1bb1d7ab4db8087be724097017 | 9a4580718f56836f2725370224c4ce5cfa2a064a | refs/heads/master | 2023-06-11T21:20:56.704230 | 2021-07-03T11:27:28 | 2021-07-03T11:27:28 | 378,842,749 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,022 | java | package com.gwaja92.android.autobiography;
import android.content.Context;
import android.content.SharedPreferences;
import android.os.Bundle;
import androidx.annotation.Nullable;
import androidx.fragment.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
impor... | [
"gwaja92@gmail.com"
] | gwaja92@gmail.com |
b4560b0eeac51e75ce26ead51f3ebc8781d2be96 | 37cb33cedaba19573125922b6042f929446181d8 | /flowable-server/src/main/java/com/github/web/response/result/ResultCodeEnum.java | 3f923e361cd3611824007dc35d931d0199a55f44 | [] | no_license | 1178494717/flowable-work | c2c1763e09d6f757753c04d1fda01ece7b03ffb6 | 13117861eba13e7589c8681dc0c2d604d4243e39 | refs/heads/master | 2023-08-24T10:45:31.077395 | 2020-06-21T03:30:53 | 2020-06-21T03:30:53 | 272,145,948 | 0 | 0 | null | 2023-07-23T20:32:36 | 2020-06-14T06:27:52 | Java | UTF-8 | Java | false | false | 449 | java | package com.github.web.response.result;
import lombok.Getter;
/**
* @date 2020/6/19
*/
public enum ResultCodeEnum {
// 成功
SUCCESS(200),
// 失败
FAIL(400),
// 未认证(签名错误)
UNAUTHORIZED(401),
// 接口不存在
NOT_FOUND(404),
// 服务器内部错误
INTERNAL_SERVER_ERROR(500);
@Getter
priva... | [
"18211559192@163.com"
] | 18211559192@163.com |
6f2c265b952ae162a95fe3bdebc20d078acec4bc | 063be0d85f7f39d441b3c3ee1edeb7b727c2ee51 | /src/main/java/com/hc/utils/mapper/Car.java | 16780954a0d0547a5e4b905fc741a469b504f9d3 | [] | no_license | whodarewin/utils | ff169de3970b088931ebdaecc752ec4313d2f030 | 19689d34c84d3785deda3d3db021d530807f1de6 | refs/heads/master | 2022-12-23T11:22:34.494548 | 2021-12-09T05:59:00 | 2021-12-09T05:59:00 | 160,476,309 | 0 | 0 | null | 2022-12-16T05:07:52 | 2018-12-05T07:11:58 | Java | UTF-8 | Java | false | false | 2,073 | java | package com.hc.utils.mapper;
import org.modelmapper.spi.SourceGetter;
import org.springframework.beans.BeanWrapperImpl;
import org.springframework.util.ReflectionUtils;
import java.io.FileDescriptor;
import java.lang.reflect.Field;
/**
* @author hancongcong
*/
public class Car {
private String make;
privat... | [
"hancongcong@meituan.com"
] | hancongcong@meituan.com |
f4750ea7dc53653e2737fcc431f1ca80b4b36f65 | 95890bb20285115766a69b38bd2e068ffea8203f | /examples/ex-showcase/src/main/java/com/realaicy/pg/sys/auth/entity/Auth.java | abc7ef3a7cff53f99d5107ba32fda8569a12395a | [] | no_license | cehkongfu/mypg | 58a12860af214e796b1859fdee23e713349e03fa | e203b9ba594ea16d87c321553a60634a5eb114a3 | refs/heads/master | 2021-05-27T10:59:09.217874 | 2014-06-15T09:24:32 | 2014-06-15T09:25:19 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,755 | java | package com.realaicy.pg.sys.auth.entity;
import com.google.common.collect.Sets;
import com.realaicy.pg.core.entity.BaseEntity;
import com.realaicy.pg.core.repository.hibernate.type.CollectionToStringUserType;
import com.realaicy.pg.core.repository.support.annotation.EnableQueryCache;
import org.hibernate.annotations.C... | [
"realaicy@realaicy.com"
] | realaicy@realaicy.com |
829957f16d8bf2688524d4173e04302e731f02c0 | 329307375d5308bed2311c178b5c245233ac6ff1 | /src/com/tencent/mm/ui/widget/MMSwitchBtn$a.java | 0fb82042da4b2552dfababb120aa20bafd5524a5 | [] | no_license | ZoneMo/com.tencent.mm | 6529ac4c31b14efa84c2877824fa3a1f72185c20 | dc4f28aadc4afc27be8b099e08a7a06cee1960fe | refs/heads/master | 2021-01-18T12:12:12.843406 | 2015-07-05T03:21:46 | 2015-07-05T03:21:46 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 268 | java | package com.tencent.mm.ui.widget;
public abstract interface MMSwitchBtn$a
{
public abstract void dr(boolean paramBoolean);
}
/* Location:
* Qualified Name: com.tencent.mm.ui.widget.MMSwitchBtn.a
* Java Class Version: 6 (50.0)
* JD-Core Version: 0.7.1
*/ | [
"reverseengineeringer@hackeradmin.com"
] | reverseengineeringer@hackeradmin.com |
84db428c5f5812e287a6efeae886cebc4df46b0b | d5ab8ff243e823c051a0e652845d9cc5ce4ba2f1 | /java/carsharing/Applicazione.java | ffc664f56006e4c0fa72acd829391b2aeaa01918 | [] | no_license | CremaLuca/high-school-work | d8871b7e5806068e7daf5ca0883468d9a68de7ca | 15452fded1bbd0fac434c37072c07c9208cba524 | refs/heads/master | 2022-12-17T01:50:36.901787 | 2020-09-17T08:41:24 | 2020-09-17T08:41:24 | 295,989,273 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 717 | java | import java.util.ArrayList;
@SuppressWarnings("unused")
public class Applicazione {
GestoreDatabase gestoreDatabase = new GestoreDatabase("carsharing");
ArrayList<Socio> soci;
ArrayList<Auto> auto;
ArrayList<Noleggio> noleggi;
public static void main(String[] args) {
Applicazione app = new Applicazione();
}... | [
"lc.crema@hotmail.com"
] | lc.crema@hotmail.com |
137b34fcf17d80afc8d6c839042d520e3c6493e3 | 4ddc42b1ce2640e3c13b638dd2e85b9e4571b5a2 | /src/com/sogistudio/online/couchdb/model/NotificationMessage.java | ed5c23ba5ea873f5fe1010171f640f9d11f9fcc9 | [] | no_license | likegreen/AndroidChat | 09bf5fa9ef4c0eaeabf81148cdeac369ceea574e | 512d86247c6d010d81a6f2739adf1176bc77a19a | refs/heads/master | 2020-12-25T02:00:52.845275 | 2014-10-13T13:19:13 | 2014-10-13T13:19:13 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,018 | java | /*
* The MIT License (MIT)
*
* Copyright � 2013 Clover Studio Ltd. All rights reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limit... | [
"chaocraig@gmail.com"
] | chaocraig@gmail.com |
3d0af5c93856da6dca5f360f8c6ac0ebb6d4e7d9 | e4f925f0d85dffb70ff7d9362622429364cf42a7 | /SistemGestiuneInscrieri/Main.java | fac9cd3a1d354059c437730a2e99e3a484366c15 | [] | no_license | theodorparfene/Java-Junior | fe73c726255b113d779bdb6735f483dbc852750f | 9ac7ce46d1102a55bc830398042893bce47bb2ba | refs/heads/main | 2023-04-20T01:00:43.653909 | 2021-05-08T01:02:03 | 2021-05-08T01:02:03 | 330,460,859 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,012 | java | package SistemGestiuneInscrieri;
import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
startApp(sc);
sc.close();
}
public static void startApp(Scanner sc) {
System.out.println("Bun ve... | [
"noreply@github.com"
] | theodorparfene.noreply@github.com |
88159cbe6211f103d9592a09b9eed2b835f576b1 | 5a61acf9a32ad1d3fb00ab99f0df0a2df1c7f3ec | /android/app/src/main/java/com/shophub/MainApplication.java | 6370870306809f0a03b62ad47a8d9b70afea98c0 | [] | no_license | Aweuk/ShopHubFront | 260e46b4a1a3aa170d004b0593291b819ace23df | acb71bd41b17cd9044e56b73d88be28f4ed82979 | refs/heads/master | 2023-01-11T15:48:06.940190 | 2019-06-07T16:52:22 | 2019-06-07T16:52:22 | 190,765,848 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,153 | java | package com.shophub;
import android.app.Application;
import com.facebook.react.ReactApplication;
import com.swmansion.gesturehandler.react.RNGestureHandlerPackage;
import com.facebook.react.ReactNativeHost;
import com.facebook.react.ReactPackage;
import com.facebook.react.shell.MainReactPackage;
import com.facebook.s... | [
"pawel.obu@gmail.com"
] | pawel.obu@gmail.com |
259dcd39367651e7223fbb9ea4c09ffea1412dbd | 40455b8221e3e9c9318e600bd68fd28893b94a8b | /android-ngn-stack/src/main/java/org/doubango/ngn/datatype/mo/Float.java | 4416abd930f6f41427c24f08d3f0b03d6749768b | [] | no_license | jonirazabal/BomberosTFG | d64615a9c4240525051f503794bb0020eaa4f415 | 622f10adbd5f61fa658b7d3caf4bc51ea8d499f5 | refs/heads/master | 2021-05-17T12:59:07.197671 | 2020-03-28T12:15:47 | 2020-03-28T12:15:47 | 250,788,142 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,077 | java | /*
*
* Copyright (C) 2018, University of the Basque Country (UPV/EHU)
*
* Contact for licensing options: <licensing-mcpttclient(at)mcopenplatform(dot)com>
*
* This file is part of MCOP MCPTT Client
*
* This is free software: you can redistribute it and/or modify it under the terms of
* the GNU General Pu... | [
"jonirazabal14@gmail.com"
] | jonirazabal14@gmail.com |
48e9a35f69e2211e85b7c02ebe4c414296b09ae6 | 56c6131e8b1bf8fb097a9161d0be6d85802b99bb | /src/packageRPG/entities/statics/yellowFlower.java | 348a2e6a5a3e1d93378a1054ccfabdf4bfb5e290 | [] | no_license | rzfortes/Curse-of-Westerrose | 330d23c7d38e5546527df8d231253ad112241a00 | b8d208676de6810df18a2c61fdf5605432d68338 | refs/heads/master | 2021-01-11T05:43:55.500937 | 2019-06-26T17:10:50 | 2019-06-26T17:10:50 | 71,336,375 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 930 | java | package packageRPG.entities.statics;
import java.awt.Graphics;
import packageRPG.Handler;
import packageRPG.entities.statics.StaticEntity;
import packageRPG.gfx.Assets;
import packageRPG.tiles.Tile;
public class yellowFlower extends StaticEntity{
public yellowFlower(Handler handler, float x, float y, int i) {
su... | [
"noreply@github.com"
] | rzfortes.noreply@github.com |
30d8b1b96cc30fb9377831aa223ee39729c36cd5 | 460db6d94ccb7a3946ea5587d0cf1f593f6c0c19 | /JANE_Simulation/de/uni_trier/jane/simulation/gui/ConsoleFrame.java | 4946808696bd9905097e42bfce1af90061eceea4 | [] | no_license | tobiaskalmes/MobileComputingJANE | 60d7cba55097ea9ba918039192c8ecde713bbc63 | 54cb6b6fc14a37b6822efaf856f7812870ddec5e | refs/heads/master | 2021-01-20T11:40:55.461841 | 2013-08-10T20:14:12 | 2013-08-10T20:14:12 | 11,000,185 | 1 | 1 | null | null | null | null | ISO-8859-2 | Java | false | false | 2,163 | java | /*
* Created on 18.02.2005
*
* To change this generated comment go to
* Window>Preferences>Java>Code Generation>Code and Comments
*/
package de.uni_trier.jane.simulation.gui;
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
import de.uni_trier.jane.console.*;
/**
* @author Daniel Görgen
*
... | [
"tobiaskalmes@gmail.com"
] | tobiaskalmes@gmail.com |
d5d19beb2d1f55e3e489c833c410ff2b495f983d | 3851a7b297a221635a95acb0f6d903b6c636bcbb | /HibernateTest/src/main/java/org/huihui/app/domain/News.java | 58cda88a466f4c13e0bf681ddfe2b669603f0bed | [] | no_license | liuchunhui/JavaProject | 137525e4ad6683122b95745b84ee062eff31ae51 | ac92cf32fedd5abb519539d26b31ad9ca022b5f0 | refs/heads/master | 2016-09-06T01:29:15.348074 | 2014-11-21T07:47:19 | 2014-11-21T07:47:19 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,104 | java | package org.huihui.app.domain;
import org.hibernate.annotations.Formula;
import org.hibernate.annotations.Generated;
import org.hibernate.annotations.GenerationTime;
import javax.persistence.*;
/**
* Created by huihui on 14-10-31.
*/
@Entity
@Table(name = "news_inf")
public class News {
// 消息类的标识属性
@Id
... | [
"chunhui_liu@163.com"
] | chunhui_liu@163.com |
6259552169f296f5001d9b44f6eacbab3e7971a7 | 2b98f6a16554ac50871467fb6769aa323a0f779f | /src/MyServer.java | d6c787e22d79f4fae26845a37ccfcbf087876233 | [] | no_license | jesstracy/Assignment14-ConsoleChatRoom | 57d75e510dcb7f1cc2c3abea99f2c6b8ca012270 | 18fbe8b7d21b7d855e76bfa54a88c1bd6949e03a | refs/heads/master | 2021-06-04T06:07:20.254236 | 2016-08-25T18:27:12 | 2016-08-25T18:27:12 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 988 | java | import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.io.PrintWriter;
import java.net.ServerSocket;
import java.net.Socket;
/**
* Created by jessicatracy on 8/25/16.
*/
public class MyServer {
public void startServer() {
try {
ServerSocket se... | [
"j.tracy916@gmail.com"
] | j.tracy916@gmail.com |
fce7305d7c569e0bce087f44e1f18c46df4858f9 | 571c0edd8b8f32db258e30adb0c9dc5200594571 | /MIU-SWA/LAB06/LAB06_EX01/order-service/src/main/java/shop/order/service/dto/ShoppingCartDTO.java | f2571d53897131e0c502fa5bb2ae13472c6b489f | [] | no_license | bpuje/MIU-SWA | 0d076a67cc8e51ec0cce08d4cecc7e2346bb7394 | 5cec1814688cc66fed883a51ab53d1c0a8361996 | refs/heads/master | 2022-12-18T00:16:52.295300 | 2020-09-20T05:37:59 | 2020-09-20T05:37:59 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,424 | java | package shop.order.service.dto;
import shop.order.service.dto.CartLineDTO;
import java.util.ArrayList;
public class ShoppingCartDTO {
private String cartid;
private double totalPrice;
private ArrayList<CartLineDTO> cartlineList = new ArrayList<CartLineDTO>();
public void print() {
System.out.pri... | [
"sod.sherman@gmail.com"
] | sod.sherman@gmail.com |
bd32e98df1f361adbf174c5eddadd0ab33ff0992 | df1bb3e7d221242076ff0f1244cff29ba449df0a | /eclipse/imsdb/src/imsdb/Admin_SupplierAdd.java | ecaae1af035633e9958301e7970d60e2b10abb16 | [] | no_license | sskimssheridan/imsdb | fde728ae0b64abb5d765afe3fe8505af6a32eab2 | f91fc3425450e01a49efeae229aeb2b0180f30d7 | refs/heads/master | 2021-01-19T09:23:55.812989 | 2014-03-17T22:54:15 | 2014-03-17T22:54:15 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 580 | java | package imsdb;
import java.io.IOException;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
public class Admin_SupplierAdd extends HttpServlet {
private static final long serialVersionUID = 1L;
... | [
"sskambo@gmail.com"
] | sskambo@gmail.com |
31e5cc9d3622f606a286d66c1b87c8c4b1bb02b5 | 0f3048e71e16283a72f2aa4649c78f734b788a87 | /src/main/java/security/PBKDF2Encoder.java | 220da5cdf1af8b946abb19a21e734fc112ef9e35 | [] | no_license | JuuanC/demo-quarkus | af0b0daa93e66039e25412b37e51acee8f3af407 | 1ef6bebba6e6a6f3e4d89f8bd3b8bec259a94eb2 | refs/heads/master | 2023-01-22T12:44:22.763013 | 2020-10-07T14:22:38 | 2020-10-07T14:22:38 | 299,399,310 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,688 | java | package security;
import java.security.NoSuchAlgorithmException;
import java.security.spec.InvalidKeySpecException;
import java.util.Base64;
import javax.crypto.SecretKeyFactory;
import javax.crypto.spec.PBEKeySpec;
import javax.enterprise.context.RequestScoped;
import org.eclipse.microprofile.config.inject.ConfigPr... | [
"ragest031@gmail.com"
] | ragest031@gmail.com |
4d3fe84a5c0b8688af24c1eb9fd7b8769df9d8ac | 768350f4762299a465882df0166953265f8f9e1f | /dolphin/src/main/java/com/yusj/dolphin/decorator/package-info.java | aefc5607543a4e5c26e7fdd58a00ef03a97ab3de | [] | no_license | kakalgy/ocean | b4457d66ba424c259578e37ec301f0645112d068 | ccdfaf6cb8ab3b291364d5400246ff6386bdace9 | refs/heads/master | 2020-03-31T15:46:59.402048 | 2019-01-14T08:13:31 | 2019-01-14T08:13:31 | 152,351,352 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 131 | java | /**
* @apiNote 装饰者模式
* @author gyli
* @version 1.0
* date: 2018-10-11 21:01
*/
package com.yusj.dolphin.decorator;
| [
"kaka_lgy@163.com"
] | kaka_lgy@163.com |
4fb7acc4bd402b4f81346f0668e40dcf416e51dd | 6fbf457d85ac67cc6d7dcdcb57feadadbf1e3477 | /bbdevice-example/src/main/java/com/bbpos/bbdevice/util/LogT.java | 3dbc0d40729f62fc78f08832d77ccc682296d161 | [] | no_license | haohz1987/BBPos_demo-master | 392aab8d56fc9a0b6a05f304249dc097e935b20f | 4c1fbc292683f0d1a3754ac44c880e87b9522948 | refs/heads/master | 2021-04-15T11:20:39.768852 | 2017-12-19T02:50:17 | 2017-12-19T02:50:17 | 126,466,634 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,407 | java | package com.bbpos.bbdevice.util;
import android.text.TextUtils;
import android.util.Log;
public class LogT {
private static final String TAG = "bbM";
/**
* 日志输出等级
*/
private static int LOG_LEVEL = Log.VERBOSE;
/**
* 是否显示日志
*/
private static boolean isShowLog = true;
priv... | [
"hongzhi.hao@handpay.com.cn"
] | hongzhi.hao@handpay.com.cn |
04080932b30b0fda5a10ef9ceee5a1db95203723 | 4387629e9e13db4ee616a0c98b88082db209ccbd | /Automatisering/src/test/java/stepDefinitions/StepDefinitions.java | 9bd09c8df7429178e1bc8fe46cc62e4f8a71a075 | [] | no_license | staffanaberg/Automatisering-3 | 41eac1fe292340f1af7231eff23a4b26c4560c33 | c1efca007c044bf83e2105fb5ad1dab7c565abc4 | refs/heads/master | 2023-04-02T02:05:31.613058 | 2021-04-09T17:16:30 | 2021-04-09T17:16:30 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,630 | java | package stepDefinitions;
import static org.junit.Assert.assertEquals;
import java.util.Random;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.chrome.ChromeDriver;
import org.openqa.selenium.support.ui.ExpectedConditions;
import org.openqa.selenium.support.ui.WebDriver... | [
"erhall91@gmail.com"
] | erhall91@gmail.com |
875218b0adf11f36d409d6c960395407bab602d8 | bf05ebe1eb9d58a8603981757a4c822a16aade9a | /Java/FP/src/utiles/Museos.java | f1d8eaefc54cdd424e9c13bf059a1eae78e49156 | [] | no_license | pfa1990/Task | 4ba6b0d3cf8534c4f2a815ff7e7145b0d6ee7790 | b3ffe8891f3d5032b739468333ddab616e3a1347 | refs/heads/master | 2021-01-10T05:33:33.467365 | 2016-02-18T17:37:02 | 2016-02-18T17:37:02 | 51,999,140 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,701 | java | package utiles;
import java.util.HashSet;
import java.util.Set;
import persona.Persona;
public class Museos {
public static Set<Persona> repiten(Set<Persona> anterior, Set<Persona> actual) {
Set<Persona> interseccion = new HashSet<Persona>(anterior);
interseccion.retainAll(actual);
return i... | [
"pfa1990@gmail.com"
] | pfa1990@gmail.com |
53023b10470ad4e4251a1313b3f66150f2d59dd3 | 905123b2a2df72d89c8713cc7fc8fee94bf7284b | /examples/org.eclipse.gmf.sketch.transformer/src/org/eclipse/gmf/internal/sketch/transformer/reconcile/SketchReconcilerConfig.java | 7d7bf32e7c0e9ec7e202d8a41c3ef809b0dfc5ee | [] | no_license | isabella232/gmf-tooling | 8fde6904f5a843fec900ebb05e66846a4851bf77 | 14ed41c5e22a4e8e3906a6b9fcc07612c6f66f0b | refs/heads/master | 2023-03-19T18:03:05.757525 | 2015-12-10T16:11:38 | 2015-12-10T16:50:12 | 349,976,026 | 0 | 0 | null | 2021-03-21T11:26:41 | 2021-03-21T11:19:38 | null | UTF-8 | Java | false | false | 8,631 | java | /*
* Copyright (c) 2007 Borland Software Corporation
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contribut... | [
"dstadnik"
] | dstadnik |
f1f88720bb9812e1138514f124c9cb8ba9f9198f | bd02936120bcfdd81d0fbbbc752e89bf49b1cf03 | /org/spongepowered/asm/mixin/gen/AccessorGeneratorField.java | 2e9f8c0c2ce071520b8f25263ed9381c8006847b | [] | no_license | Tuzakci/ICEHack-0.5-Source | f336f2b4e8f0b5ea3462f3f37da14fba7c0a554a | fc347479ce8dddb606d14b4c19dac2e7d446ca20 | refs/heads/main | 2023-01-09T08:33:56.273435 | 2020-11-13T21:37:18 | 2020-11-13T21:37:18 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 622 | java | package org.spongepowered.asm.mixin.gen;
import org.spongepowered.asm.lib.Type;
import org.spongepowered.asm.lib.tree.FieldNode;
public abstract class AccessorGeneratorField extends AccessorGenerator {
protected final FieldNode targetField;
protected final Type targetType;
protected final boolean isInstan... | [
"70656560+NotBestDoggo@users.noreply.github.com"
] | 70656560+NotBestDoggo@users.noreply.github.com |
91da4fbba0a59ffbc704ff0db828f6c643f0d9db | 4dfcd7b83b122885068780de37a2f1c6e3c68c87 | /src/main/java/com/Hotelreservation/HotelReservation.java | 3d8277f6d9e096b2d3e4597b207adbddb2fdc704 | [] | no_license | stutisaurya/Hotel-Reservation | dae141aa9bd5dadcf91c2b266e822573da7b2021 | 606c2c2c870fb4aa52d4547d9392727f045d2972 | refs/heads/main | 2023-06-23T10:36:30.410666 | 2021-07-19T10:42:04 | 2021-07-19T10:42:04 | 386,147,711 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 810 | java | package com.Hotelreservation;
import java.time.LocalDate;
import java.time.temporal.ChronoUnit;
import java.util.ArrayList;
import java.util.Collections;
import java.util.Comparator;
import java.util.List;
public class HotelReservation {
public static List<Hotel> hotels = new ArrayList<Hotel>();
public void addHot... | [
"stuti.saurya@gmail.com"
] | stuti.saurya@gmail.com |
a763b1578a75cca447a4a094d700197d925e89d0 | 8d41727c520e783943f4c07ef46efd83c32020b8 | /Practical_notesb/src/week6/LIstDemo4.java | abafd466dd0589fe644b98837bbbc91ddb038678 | [] | no_license | Mgunadi/APS | d1c42a50395b6df43877d4d1fb6cb91ade7e33c1 | 195273de5d24951f6bb83c8423c0a9342653edd7 | refs/heads/master | 2020-04-30T21:17:53.660395 | 2019-06-28T06:54:11 | 2019-06-28T06:54:11 | 175,555,861 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,528 | java | package week6;
import java.util.*;
class ListDemo4 {
public static void main(String[] args) {
Account accArray[] ={
new Account("s123", "Mercy Brown" , 5000),
new Account("g234", "David Brown" , 3000),
new Account("x001", "Mary Brown" , 2000)};
... | [
"mgun_27@hotmail.com"
] | mgun_27@hotmail.com |
5c38a56d4ffdb54e65129c2a270d5844bcaf96b0 | 984167a4c294b637278992b86af7489289fc9450 | /RTextLang/src/main/java/org/fife/rsta/ac/xml/tree/XmlOutlineTree.java | 4747bf4e5ba965f0fffdfeb88fdf9cb3a4651be1 | [] | no_license | Averroes/RText4SikuliX | 2a947e0e8b15d5613a4caa7f986f6839baf10111 | dc185b3040b8eb9ce66d36725993b9ba8ad8b50d | refs/heads/master | 2021-01-21T00:17:45.508436 | 2014-02-17T09:01:57 | 2014-02-17T09:01:57 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,578 | java | /*
* 04/07/2012
*
* Copyright (C) 2012 Robert Futrell
* robert_futrell at users.sourceforge.net
* http://fifesoft.com/rsyntaxtextarea
*
* This library is distributed under a modified BSD license. See the included
* RSTALanguageSupport.License.txt file for details.
*/
package org.fife.rsta.ac.xml.tre... | [
"info@its-me-raiman.de"
] | info@its-me-raiman.de |
68b3ed003cdc00df5e58418728dfffe49cdc4278 | 001fa28efc1cfda612f1e9d5b4113622284b5bf8 | /tests_no_procyon/hanoi/test_0_orig_no_procyon/Main.java | c3dda88752aeed68ea4246bba41bc97e53ead75b | [] | no_license | cragkhit/es_exp | eaa72b6bde3656977ea9454593ebd12a85a5023c | dc9f29045d0bcdba79cdf5cb48bababb8aa9adba | refs/heads/master | 2016-08-11T15:19:18.709889 | 2016-03-27T02:15:01 | 2016-03-27T02:15:01 | 51,704,609 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,277 | java | import java.io.Reader;
import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.util.Stack;
//
// Decompiled by Procyon v0.5.29
//
class Main
{
static int movecount;
public static Stack A;
public static Stack B;
public static Stack C;
static int countA;
static int countB;... | [
"ucabagk@ucl.ac.uk"
] | ucabagk@ucl.ac.uk |
05800ca86f76e7db35279a5578679c1554d180a1 | 3e3904e6990bb078bece18d5deec130f9076d1fd | /study/Cryptography/trunk/src/com/unit7/study/cryptography/labs/lab2/CoderInfo.java | 9c654dd56b20e1d05d6e976cc6d8ce628df94f98 | [] | no_license | unit7-0/com-unit7 | 6f5d27484531522940d8a8ffac3546f9b33f1e63 | 6dbcb8536988362774adddee5083ddb65fedbe25 | refs/heads/master | 2020-04-05T22:46:31.309842 | 2014-03-26T02:23:03 | 2014-03-26T02:23:03 | 32,127,343 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 246 | java | package com.unit7.study.cryptography.labs.lab2;
public interface CoderInfo {
Object getEncoded(int m);
int getDecoded(Object coded);
public String getAlgorithm();
public Object clone() throws CloneNotSupportedException;
}
| [
"vialurt@8dae9c98-9cfa-19cd-7016-99b4da0f52a5"
] | vialurt@8dae9c98-9cfa-19cd-7016-99b4da0f52a5 |
74017bc657fa7adfb9a20f1ffb262f5b700eef8b | 313897d533e984053c2cc52b482b2cb70ca43c92 | /src/com/zengbobobase/demo/TWWebChromeClient.java | b8131df037d3bd6f34fe3a75f11bf61a9365cbd6 | [] | no_license | zengbobo0805/zengbobobaseDemo | 0d34de7f9eea8f80ca69e8ec1d12e3de9cf1ec92 | 4a787a9cdb8f29956bd847af503504a35b49f4d5 | refs/heads/master | 2021-01-17T00:26:11.236125 | 2016-11-16T10:13:15 | 2016-11-16T10:13:15 | 17,888,852 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,175 | java | package com.zengbobobase.demo;
import android.annotation.SuppressLint;
import android.graphics.Bitmap;
import android.os.Message;
import android.view.View;
import android.webkit.ConsoleMessage;
import android.webkit.GeolocationPermissions.Callback;
import android.webkit.JsPromptResult;
import android.webkit.J... | [
"boy812796958@aliyun.com"
] | boy812796958@aliyun.com |
c849615cf2f64daa910870d63569eba855471026 | 3a76a7fd19e2f95328a3bfed09ef8498e27dfc35 | /springboot_인프런 백기선/springboot04/src/test/java/com/example/springboot04/BookControllerTest.java | 2d27d260b06ef8a95426bbef6dd81b784dee4faf | [] | no_license | kys4548/2020_Simple_Web_Project | 204dcd19a09c3c72be3de7819b56093ebcda6638 | 8e068af2c1ad0893e0fa8f7a2b6cbfedf218f9f1 | refs/heads/master | 2022-12-24T02:24:47.402963 | 2020-11-17T15:16:22 | 2020-11-17T15:16:22 | 245,647,907 | 0 | 0 | null | 2022-12-16T01:03:00 | 2020-03-07T14:31:52 | Java | UTF-8 | Java | false | false | 602 | java | package com.example.springboot04;
import org.junit.jupiter.api.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.autoconfigure.web.servlet.WebMvcTest;
import org.springframework.test.context.junit4.SpringRunner;
import org.springf... | [
"kys4548@gmail.com"
] | kys4548@gmail.com |
9399a8b0981eb3998bccfa99532d75c3a86801d3 | 072216667ef59e11cf4994220ea1594538db10a0 | /googleplay/com/google/android/finsky/billing/InstrumentFlow.java | c07bcf2348ff7543821179b92391dd0f0892791f | [] | no_license | jackTang11/REMIUI | 896037b74e90f64e6f7d8ddfda6f3731a8db6a74 | 48d65600a1b04931a510e1f036e58356af1531c0 | refs/heads/master | 2021-01-18T05:43:37.754113 | 2015-07-03T04:01:06 | 2015-07-03T04:01:06 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 829 | java | package com.google.android.finsky.billing;
import android.os.Bundle;
import com.google.android.finsky.protos.BuyInstruments.UpdateInstrumentResponse;
public abstract class InstrumentFlow extends BillingFlow {
public InstrumentFlow(BillingFlowContext billingFlowContext, BillingFlowListener listener, Bundle paramet... | [
"songjd@putao.com"
] | songjd@putao.com |
ac829955a951e2d6b7f7c5c3e0f17cc9cf5b5d44 | 73721ac441b25d17bfcec5ffe368089050114020 | /mps-dates/languages/dates/source_gen/jetbrains/mps/baseLanguage/dates/behavior/DateTimePlusPeriodOperation_BehaviorDescriptor.java | 2846c40931b6608ccea22230a5fcb85d199fd070 | [] | no_license | JetBrains/MPS-Contrib | c7fa7ce6892f79f36b74cc3157ff992129c1a10a | 6bb663e130842c3649bc03fecfb1436db95b9ddb | refs/heads/master | 2023-05-29T09:43:05.356423 | 2023-03-06T12:52:56 | 2023-03-06T12:52:56 | 10,595,762 | 3 | 5 | null | null | null | null | UTF-8 | Java | false | false | 454 | java | package jetbrains.mps.baseLanguage.dates.behavior;
/*Generated by MPS */
import jetbrains.mps.baseLanguage.behavior.Expression_BehaviorDescriptor;
public class DateTimePlusPeriodOperation_BehaviorDescriptor extends Expression_BehaviorDescriptor {
public DateTimePlusPeriodOperation_BehaviorDescriptor() {
}
@Ove... | [
"Timur.Abishev@jetbrains.com"
] | Timur.Abishev@jetbrains.com |
11a630bc627f10ac8140022f36acda7f66fac16f | c39ed5a05ba4c0e94147e4c319f846c43b8f494f | /src/com/bean/Bill.java | 809e6c36678bfa1ca7c39aeb4774b61007702123 | [] | no_license | hui1209/shop | 802a5cef93a0056d5dc6c3ac269f832fb7d77359 | 11599c9908736d704cb877aef4f61e411d391121 | refs/heads/main | 2023-06-12T19:59:36.006723 | 2021-07-09T02:31:41 | 2021-07-09T02:31:41 | 384,289,851 | 0 | 0 | null | 2021-07-09T02:35:12 | 2021-07-09T01:34:04 | Java | UTF-8 | Java | false | false | 2,789 | java | package com.bean;
import java.io.Serializable;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Date;
/**
* �˵�ʵ����
* @author asuna
*
*/
public class Bill implements Serializable {
private Integer id;
private Integer money;
private String unti;
private Integer number;
pr... | [
"1179477487@qq.com"
] | 1179477487@qq.com |
78a2bf009d4f5ef058ca8bd588d63e5c759dc025 | a8350a7f2e9c9fb358ae5d042173b097f90770ed | /picture_library/src/main/java/com/yuanfei/picture_lib/widget/longimage/SubsamplingScaleImageView.java | b33dd37dffb985a7698351a4f1b15597a1137156 | [] | no_license | flyMountain/SelectPicture | 0bd96befa5aac6efd4e3daf9e652ca013d2f8e4d | e9f916ed36be08535891f01c01c918f735d4859d | refs/heads/master | 2021-04-06T07:32:37.679285 | 2018-03-12T02:34:20 | 2018-03-12T02:34:20 | 124,819,817 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 130,052 | java | /*
Copyright 2013-2015 David Morrissey
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, softwar... | [
"178731754@qq.com"
] | 178731754@qq.com |
00c5b5ea16880170f068ea323dc3050b82f10432 | 511d5b6fbd5b831ed81b1a7505db9208d0840d83 | /Java2DGame/src/game/gui/Gui.java | 45a3a895397a3ae74f8c3d2fc2a5d6704058c870 | [] | no_license | BinSin/Java2DGame | 7cc585731194ff5cc1eda3fff597b9b5a0ef616f | 2ed77d2c2abe6b2e97337dff889c4cb228f7f616 | refs/heads/master | 2021-05-27T00:48:31.777500 | 2013-09-11T08:33:22 | 2013-09-11T08:33:22 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,333 | java | package game.gui;
import game.Game;
import game.InputHandler;
import game.InputHandler.GameActionListener;
import game.InputHandler.InputEvent;
import game.InputHandler.InputEventType;
import game.gfx.Colors;
import game.gfx.SpriteSheet;
public abstract class Gui implements GameActionListener {
private static int D... | [
"john.kapri@gmx.net"
] | john.kapri@gmx.net |
4be6e2b9f357fca146d8fe17514c13390f459e0d | d14b9df4ff14c6e869d29b67409dc6d7d4fca67f | /src/com/learning/String/StringMethods.java | 3eac3fd7bc5071527dbbe62efe040d8fa0387d2e | [] | no_license | IsmithI/Learning | 6a4cf4ed9e762b0ce1afd9c1f1f0544ae5e4f3c2 | eafa8c55e1f9d9e2036c7ba540e392dac0ec8aac | refs/heads/master | 2021-01-11T23:14:21.310084 | 2017-01-10T19:09:24 | 2017-01-10T19:09:24 | 70,183,217 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 356 | java | package com.learning.String;
/**
* Created by smith on 07.12.16.
*/
public class StringMethods {
public static void main(String[] args) {
String a = "Bacon";
String b = "monster";
System.out.println(a.replace('B', 'F'));
System.out.println(a);
a = a.replace('B', 'F');
... | [
"olegbondar1998@gmail.com"
] | olegbondar1998@gmail.com |
70abb9ffd8eafde7d76511597d51c214d677d325 | 35fe14303829bbf595c0ad262af34504102b2a66 | /app/src/main/java/com/example/cinescarlos/SharedPreference/SharedPrefManager.java | 660870ce2ff450f0e29912ef3d0db6f326322e7f | [] | no_license | carlosmc91/CinesCarlos | c3d5804eb13088f89c8058126531ed9f1ad05500 | 3bc10ef954ffa22f20102311e81d2e7de5294933 | refs/heads/master | 2020-12-01T10:41:44.595064 | 2020-02-18T17:42:59 | 2020-02-18T17:42:59 | 230,610,056 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,754 | java | package com.example.cinescarlos.SharedPreference;
import android.content.Context;
import android.content.SharedPreferences;
import com.example.cinescarlos.Beans.Peliculas;
import com.example.cinescarlos.Beans.Usuarios;
public class SharedPrefManager {
private static final String SHARED_PREFERENCES = "SHARED_PREF... | [
"carlosmc1991@gmail.com"
] | carlosmc1991@gmail.com |
0c11f0d7148fca03d3c067c232abbda3f6c9d4fb | a3bc0bb2c8c70b0b6bb4bbd83f900dd46091d2bd | /app/src/main/java/io/github/xudaojie/androiddemo/Main2Activity.java | e9424881d05dbf3499718ef56d946be6fd074612 | [] | no_license | XuDaojie/AndroidDemo | 5049e99680f979153f923c5c159d8a8ee3be5db6 | 995b8cbf4b7c65284240e7ded5ebd6e0556999a9 | refs/heads/master | 2020-04-16T02:14:23.767928 | 2017-02-10T08:21:55 | 2017-02-10T08:21:55 | 59,456,062 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,514 | java | package io.github.xudaojie.androiddemo;
import android.os.Bundle;
import android.support.design.widget.FloatingActionButton;
import android.support.design.widget.Snackbar;
import android.view.View;
import android.support.design.widget.NavigationView;
import android.support.v4.view.GravityCompat;
import android.support... | [
"xudaojieg@gmail.com"
] | xudaojieg@gmail.com |
c0aba9d2458294fac88050442ac6abf05c352028 | 8e1c5673074b941483a03e0e3d2964c245f92887 | /app/src/androidTest/java/com/example/android/braintrainer/ExampleInstrumentedTest.java | 51650cae6016bef5fb908dff6347e51b04afd10f | [] | no_license | SrishtyC13/BrainTrainer | ecddef70e2cd8be85f62a95dc1115e39746b2843 | b7cd915277c00bbd6d88d6e8bcf032e25c512476 | refs/heads/master | 2020-05-19T04:06:50.137267 | 2019-05-04T15:21:53 | 2019-05-04T15:21:53 | 184,817,200 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 748 | java | package com.example.android.braintrainer;
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 a... | [
"srishty.16bcs1118@abes.ac.in"
] | srishty.16bcs1118@abes.ac.in |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.