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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
3ba1944dede6f4f99d48c4e84791fd8e51e9cbbd | befcad493faf7d15614ff1b081e91c17496825c6 | /jax-rs-linker-processor/src/test/resources/query_parameters_misdetection/PeopleResource.java | bd6b49bb95304c474ea84dbe11360e77e14a8277 | [
"MIT"
] | permissive | vidal-community/jax-rs-linker | 1dd465a46e7cae037bc7733299bb26ff18dac00a | 1572ca9a139b6535b4328cc73952097273354bde | refs/heads/master | 2023-04-12T09:56:36.878128 | 2022-07-25T12:39:53 | 2022-07-25T12:46:39 | 27,789,592 | 2 | 0 | MIT | 2023-02-27T11:57:46 | 2014-12-09T22:06:36 | Java | UTF-8 | Java | false | false | 1,130 | java | package query_parameters_misdetection;
import fr.vidal.oss.jax_rs_linker.api.Self;
import fr.vidal.oss.jax_rs_linker.api.SubResource;
import javax.ws.rs.*;
public class PeopleResource {
@GET
@Path("/{id}")
@Self
public Stuff searchById(@PathParam("id") Integer id) {
return null;
}
@... | [
"florent.biville@gmail.com"
] | florent.biville@gmail.com |
c55094641f8e0d15d55974359b228869c0a5c96f | 8fa8cea0f936cb4061b389308ede3593ccd99a49 | /DemoController.java | bb67d4896561763d70427dbd2ec6b3475dfceef4 | [] | no_license | bimalsubedi/springBootDemo | dcee625685781f23a764deb603de56f5717b1044 | 976e8fc3b8892fb38bed81bcd9e52225a1bb7f00 | refs/heads/master | 2021-01-11T11:36:09.167752 | 2017-05-01T22:19:03 | 2017-05-01T22:19:03 | 76,897,799 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,216 | java | package com.bimal.example;
import java.util.HashSet;
import java.util.Map;
import java.util.Set;
import javax.annotation.PostConstruct;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.PathVariabl... | [
"noreply@github.com"
] | bimalsubedi.noreply@github.com |
0e3454e511d692850f67e642f1ef84ae237a5e5e | 8d33527bcc89572589b48a08b4390629c0de1412 | /Linked List/findLoopHead/FindLoopingListHead.java | 0a85968d9dcdb40ca49ffbbee5f3473bd916910a | [] | no_license | tam0202/CrackingCoding | 45ad40d45a1ab05271144307e34f057543808b4b | 89a1704d5099b07885ff4b0dc0bd678b804d7560 | refs/heads/master | 2021-05-28T07:37:19.372925 | 2015-03-04T04:57:56 | 2015-03-04T04:57:56 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,465 | java | /*
* Question 2.6: Given a circular linked list, implement an algorithm which returns the
* node at the beginning of the loop
*/
package findLoopHead;
import helper.linkedlist.LinkedListLoop;
import helper.linkedlist.LinkedListNode;
public class FindLoopingListHead {
public static void main (String[] args) {
... | [
"0002dr@gmail.com"
] | 0002dr@gmail.com |
715d468d3e7a071b71aabdd9b86ee6f3cddce84d | 8936384665bdfdeb87be220bce6ccda7a0a75484 | /app/src/main/java/com/fif/iclass/me/model/MeModel.java | 08784b6d8d565bf2edd80cd302d0fae9ed2b22d1 | [] | no_license | qqchen2593598460/MVPFramework | e6f8cdb694f65fcd61456c5eda946980f827831a | ea86ddbba096be2bbc1e2d0b85fb0dee21f24cea | refs/heads/master | 2020-03-13T10:40:04.559788 | 2018-04-26T09:10:59 | 2018-04-26T09:10:59 | 131,087,931 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 587 | java | package com.fif.iclass.me.model;
import android.util.ArrayMap;
import android.widget.Toast;
import com.fif.baselib.widget.toasty.Toasty;
import com.fif.iclass.common.bean.UpdateBean;
import com.fif.iclass.common.http.NetWorkRequest;
import com.fif.iclass.common.http.NetWorkSubscriber;
import com.fif.iclass.me.contract... | [
"2593598460@qq.com"
] | 2593598460@qq.com |
a74543b23ab29015cb4fe2006f54b684cdc38ba7 | 563eea2b0615e9b534b8db4a61a7e1ab4ec49cf6 | /lowest-common-ancestor-of-a-binary-search-tree/lowest-common-ancestor-of-a-binary-search-tree.java | 37b4b9ac2a2a50b9f66b76a74ee6bcaff85d32ff | [] | no_license | prabhakaran302/leetcode | a20207ba6cca87111d23ee905ce8ce6fd63b5c22 | 93c9f14b1bd1f44367eafec0941e660fff5df579 | refs/heads/main | 2023-09-03T13:45:55.432595 | 2021-11-19T06:31:49 | 2021-11-19T06:31:49 | 235,970,566 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 654 | java | /**
* Definition for a binary tree node.
* public class TreeNode {
* int val;
* TreeNode left;
* TreeNode right;
* TreeNode(int x) { val = x; }
* }
*/
class Solution {
public TreeNode lowestCommonAncestor(TreeNode root, TreeNode p, TreeNode q) {
if(root == null)
return n... | [
"prabhakaran.nivanil@gmail.com"
] | prabhakaran.nivanil@gmail.com |
7b083e82cd643b82c6f7b1e9da47c83f3039a2ff | 65846e42555dfd9154e34d04a1926ecc53667429 | /app/src/main/java/moodlistener/blusay/model/MoodModel.java | dd01916ece31a43af07c293093c3b50b59808d0a | [
"Apache-2.0"
] | permissive | laimich/Blusay | afd76a499d987c5ea19d0d2ec6a301b2bdb40a87 | 7a0e5fa37a035b65e26a5e8b437a49ab6ed47f0a | refs/heads/master | 2021-01-22T07:48:01.165676 | 2017-12-30T00:18:06 | 2017-12-30T00:18:06 | 92,576,722 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 439 | java | package moodlistener.blusay.model;
import moodlistener.blusay.item.*;
import java.util.ArrayList;
/**
* Created by Michelle on 6/13/2017.
*/
public class MoodModel {
//for current user
private Account currentUser;
private Mood selectedMood;
private String display; //can be "light" or "dark"
//... | [
"laimich3@gmail.com"
] | laimich3@gmail.com |
6ba3c24c3a0d6e484f388459687197511805ccc2 | 09d0ddd512472a10bab82c912b66cbb13113fcbf | /TestApplications/WhereYouGo-0.9.3-beta/DecompiledCode/Fernflower/src/main/java/menion/android/whereyougo/gui/extension/DataInfo.java | 84e689d15ec9fe4c097c0129d49ff3ea0525918f | [] | no_license | sgros/activity_flow_plugin | bde2de3745d95e8097c053795c9e990c829a88f4 | 9e59f8b3adacf078946990db9c58f4965a5ccb48 | refs/heads/master | 2020-06-19T02:39:13.865609 | 2019-07-08T20:17:28 | 2019-07-08T20:17:28 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,235 | java | package menion.android.whereyougo.gui.extension;
import android.graphics.Bitmap;
import android.graphics.drawable.Drawable;
import menion.android.whereyougo.geo.location.Location;
public class DataInfo implements Comparable {
private static final String TAG = "DataInfo";
public Object addData01;
public Objec... | [
"crash@home.home.hr"
] | crash@home.home.hr |
cecd28595edbccd605659d9c187d458c82c65d93 | 015fa633ea034d2be6aaa92aa3e1c663b38877e9 | /src/main/java/array/others/poisk_v_otsortirovanom_masive/ArraySearching.java | 5b739a1d2dee161934c822815bd93cd94d78addb | [] | no_license | programming-practices/java-core | b510a5104f417e670d74b94d62b6beff8d829b44 | 7680e92adc6bb9310ecc401b3768fc66b3ee66c2 | refs/heads/main | 2023-03-15T09:44:59.469839 | 2021-03-01T11:53:50 | 2021-03-01T11:53:50 | 303,077,639 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 999 | java | package array.others.poisk_v_otsortirovanom_masive;
import array.others.heneratoru_dannux.RandomGenerator;
import array.others.primenenie_heneratorov_dlya_sozdania_masivov.ConvertTo;
import array.others.primenenie_heneratorov_dlya_sozdania_masivov.Generated;
import others.entities.Generator;
import java.util.Arrays;
... | [
"tsyupryk.roman@gmail.com"
] | tsyupryk.roman@gmail.com |
0f02fd50857d6db5ff5177d95840bcbe47595d10 | 44316c9065993113d9c3c942b8112a16d089d1e8 | /src/other/UseInterface.java | b6112e36b1931ff72af1adaf69dac78179f87d25 | [] | no_license | gjain3693/Core-Java-Concepts | 31dad3150b2fe4b24b49cf6bf753fa4f7d9ea092 | b48d3baa63a9682f75863751f6fad3ce1d3bd6d6 | refs/heads/master | 2021-07-23T12:14:34.953296 | 2017-11-03T15:18:54 | 2017-11-03T15:18:54 | 106,716,231 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 453 | java | package other;
public class UseInterface implements Mobile {
@Override
public void dialing() {
System.out.println("Method of Interface");
}
public void extraMethod() {
System.out.println("Method Implementer");
}
public static void main(String[] args) {
// TODO Auto-generated method stub
UseInterface... | [
"gjain3693@gmail.com"
] | gjain3693@gmail.com |
7bafa068b57e3eb94967924c029ab58739dad51f | cc153bdc1238b6888d309939fc683e6d1589df80 | /commonsys/qrdplus/Extension/apps/SimContacts/src/com/android/contacts/format/FormatUtils.java | cf8a81b4ca2d34707e470e15e9f500973c028ee3 | [
"Apache-2.0"
] | permissive | ml-think-tanks/msm8996-vendor | bb9aa72dabe59a9bd9158cd7a6e350a287fa6a35 | b506122cefbe34508214e0bc6a57941a1bfbbe97 | refs/heads/master | 2022-10-21T17:39:51.458074 | 2020-06-18T08:35:56 | 2020-06-18T08:35:56 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,930 | java | /*
* Copyright (C) 2011 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 required by app... | [
"deepakjeganathan@gmail.com"
] | deepakjeganathan@gmail.com |
94d449ef0515096de35517414292f4a9b8d11c54 | baba7ae4f32f0e680f084effcd658890183e7710 | /MutationFramework/muJava/src/mujava/cmd/MutantsGenerator.java | bfa7dbd5c6822abbe76736f4b01e80d769b28183 | [
"Apache-2.0"
] | permissive | TUBS-ISF/MutationAnalysisForDBC-FormaliSE21 | 75972c823c3c358494d2a2e9ec12e0a00e26d771 | de825bc9e743db851f5ec1c5133dca3f04d20bad | refs/heads/main | 2023-04-22T21:29:28.165271 | 2021-05-17T07:43:22 | 2021-05-17T07:43:22 | 368,096,901 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,101 | java | /**
* Copyright (C) 2015 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applic... | [
"a.knueppel@tu-bs.de"
] | a.knueppel@tu-bs.de |
0de9af8cf684c4f9de73e3a159da46224992c401 | 92c90af534a0aabfe99015cb101e7693f7c3d902 | /src/main/java/com/wh/test/util/SystemEnv.java | 2151f9420250404a6f73dddd82b3122040f5854f | [] | no_license | leizton/whtest | 5b5b0a7d18a8aa0ac9d5249487a3453d0e3e2c5c | 29557397a722b38b7f65ecf048cdec911e9ab667 | refs/heads/master | 2022-12-03T18:27:16.219870 | 2020-07-16T05:51:28 | 2020-07-16T05:51:28 | 131,404,466 | 0 | 0 | null | 2022-11-16T07:50:39 | 2018-04-28T11:39:59 | Java | UTF-8 | Java | false | false | 166 | java | package com.wh.test.util;
/**
* 2018/4/28
*/
public class SystemEnv {
public static String getUserHomeDir() {
return System.getProperty("user.home");
}
}
| [
"leizton@126.com"
] | leizton@126.com |
73bab777aa057eef8a8148a6b3892082a74af9cf | 108ab96164053ed76ba40c3ef155269e6238da92 | /examrepo.java | 150a5976a7e436c6000d86564c97c89655743aa9 | [] | no_license | Gangie/examrepo | 26be49ddfc65f0f9ca0dfd01f49c72baf6b384b7 | b824a3d1af36bf8c10dd35fb0f62c9eb7fa85a7a | refs/heads/master | 2021-01-19T14:24:09.286540 | 2017-04-13T11:42:44 | 2017-04-13T11:42:44 | 88,158,430 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 119 | java | public class Examrepo{
public static void main(String args[]){
System.out.println("Hello There");
}
}
| [
"noreply@github.com"
] | Gangie.noreply@github.com |
994bc9cecd9c932f7f1385a48dabb185d538a6cb | c8621066f7d3c13d5a33c1b2c73f6c22c45c7624 | /src/Client.java | b04da9f4a9955c01d5ee82bafb137d651ea9f31c | [] | no_license | DISCoders81/DIS5 | db8a9311caac970cdb96b81bfb650ca45073fa6f | 45adc6aff3fda1d27c5e3ccfaf9f296f33042c61 | refs/heads/master | 2020-12-24T17:08:10.830631 | 2014-05-26T00:45:25 | 2014-05-26T00:45:25 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,200 | java | /**
* @author joantomaspape This class represents a database client. The 5
* different clients have access to disjunctive sets of pages, thus
* making the access mutually exclusive.
*/
public class Client extends Thread {
int clientId;
int minPage;
int maxPage;
Transaction currentTa;
... | [
"joanpape@gmx.de"
] | joanpape@gmx.de |
fea1ff2486afd3c81375963e9a49dd7f6bc69f46 | a9b2cf65bb01492e74715dda9c18122ad1d6b02a | /Java-Study-Tasks/src/PrimeNumbersArrayList.java | 6c76b09570fef24ecda67bd05102d2202018103a | [] | no_license | StoyanKerkelov/Java-programming-Exercises | 310e8797b251c5ddf13862ea817a0b9cf77b942d | 9c24c0b2335a69ef3646cb8e10065bda4814549d | refs/heads/master | 2021-01-01T18:20:04.651417 | 2017-07-25T13:55:09 | 2017-07-25T13:55:09 | 98,307,985 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 704 | java | import java.util.ArrayList;
public class PrimeNumbersArrayList {
//Write a method that finds all primes in set interval of numbers
public static ArrayList<Integer> getPrimes(int start, int end) {
ArrayList<Integer> primesList = new ArrayList<Integer>();
for (int num = start; num <= end; num++) {
boolean prime... | [
"stoyan.v.kerkelov@gmail.com"
] | stoyan.v.kerkelov@gmail.com |
ee9e001749bfe96c7c0d5913fd9f5580c5cbac28 | 3c106005060f5e58c2a4aa8ee1f11750da86260a | /src/afi/Day13.java | a65bd17a9465ebedec0575a2ce2b44bf85e484a0 | [] | no_license | gauravmahajan25/corejava | 71d11a80e0ddd2ff2f4d39eba9d17a01fd8fcdcf | da02845a98e86078bb392de97e376d3fb7ed547f | refs/heads/master | 2020-12-31T00:17:17.571167 | 2017-03-29T08:16:21 | 2017-03-29T08:16:21 | 86,555,414 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 821 | java | package afi;
import java.util.*;
abstract class Book
{
String title;
String author;
Book(String t,String a){
title=t;
author=a;
}
abstract void display();
}
class MyBook extends Book {
int price;
MyBook(String title, String author, int price) {
super(title, author);
thi... | [
"gaurav.mahajan25@gmail.com"
] | gaurav.mahajan25@gmail.com |
d79900a3741b6fcd43176441e73de69aa4d05ef0 | f33cb03c64e6cc1a7ef03b5d3721ad67ac4b36d2 | /src/main/java/com/mytaxi/controller/CarController.java | 9006b97c480fdc4172e5561bf35302d773995f19 | [] | no_license | AlexandreAlberti/mytaxitest | 6fdc0be1061d77833e2491881c3843bed7757e21 | 69d4549608ebd8f25a77446e105af9a1daede4d2 | refs/heads/master | 2021-04-28T07:47:33.616920 | 2018-02-25T21:33:07 | 2018-02-25T21:33:07 | 122,232,967 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,693 | java | package com.mytaxi.controller;
import java.util.List;
import javax.validation.Valid;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpStatus;
import org.springframework.web.bind.annotation.DeleteMapping;
import org.springframework.web.bind.annotation.GetMapping;
impo... | [
"alberti.bu@gmail.com"
] | alberti.bu@gmail.com |
d7b9567266c279551116aaa2095d2a4e4a51c3eb | 0e106521124839fb6831c3d918c75d25647f9bcf | /swing-util/src/main/java/nl/fw/swing/KeyAction.java | 7d032eac5a02a3e645c7da0e4a50c5917e41b884 | [] | no_license | fwi/HVLayout | 73419eecfd5523f1c286b400e441f24c285d6c44 | b623d6102552cc0356dfc25ae607bc8ae7ab2d39 | refs/heads/master | 2020-04-05T04:26:06.033310 | 2018-02-24T15:57:41 | 2018-02-24T15:58:21 | 21,492,747 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,656 | java | /*
* This software is licensed under the GNU Lesser GPL, see
* http://www.gnu.org/licenses/ for details.
* You can use this free software in commercial and non-commercial products,
* as long as you give credit to this software when you use it.
* This softwware is provided "as is" and the use of this software ... | [
"frederik.wiers@gmail.com"
] | frederik.wiers@gmail.com |
aecf7af212a01e9e12ba1d726f7bb504037929d4 | 2d7c079dd101161b290f708d260adb959fbc81a1 | /src/fr/ecp/sio/shapedrawer/ui/DrawablesPanel.java | 21011b7b2a7e1ae1ff0ca4d07995046391402a3b | [] | no_license | ericdaat/ShapeDrawer | 8d26f6bc23f650262a92b1bb59f8c2cbd0505f74 | 4f7cb27414241d74fe2a8936bb3d53009c91424c | refs/heads/master | 2021-01-10T11:50:30.846504 | 2015-11-19T10:18:47 | 2015-11-19T10:18:47 | 46,444,951 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,389 | java | package fr.ecp.sio.shapedrawer.ui;
import fr.ecp.sio.shapedrawer.InvalidMetricsException;
import fr.ecp.sio.shapedrawer.model.Drawable;
import javax.swing.*;
import java.awt.Graphics;
import java.util.logging.Level;
import java.util.logging.Logger;
/**
* Created by Eric on 19/11/15.
*/
public class DrawablesPanel ... | [
"ericda@outlook.com"
] | ericda@outlook.com |
8cf2ac6394f3c35abeb2b67e17bbae594472ba45 | de5b95b8e71772adbe5a456420879e68b0981b14 | /src/main/java/com/example/marketinnovation/exception/UnexpectedException.java | f4f6b5a72e5f211e56705dbf141573ef23668f90 | [] | no_license | paolamfz/inventory-innovation | 284b4a67965f6d62c39a24a2520a267e7d71b105 | 22d2abfd222ba66492fbf2ac449c8c42a6bc7a90 | refs/heads/master | 2023-08-05T09:55:58.756235 | 2021-09-24T03:12:05 | 2021-09-24T03:12:05 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 845 | java | /**
* @author: Edson A. Terceros T.
*/
package com.example.marketinnovation.exception;
import org.springframework.http.HttpStatus;
import org.springframework.web.bind.annotation.ResponseStatus;
@ResponseStatus(HttpStatus.INTERNAL_SERVER_ERROR)
public class UnexpectedException extends RuntimeException {
public ... | [
"edsonrosas321@gmail.com"
] | edsonrosas321@gmail.com |
c19ef3b5638d993d279899a9b69397ab296c46ff | bfa283d187023b37398a512a8d7c863e9b013d22 | /src/Platypus.java | 9c8ac05e7fc647aab9d5a79f8b159462d761e5a7 | [] | no_license | League-Level1-Student/old-level1-module2-NikitaD111 | 3d1572ef04deb24ef9234ae1d366f1c987a16eed | 42d4752eeac9eab2127721818c1043b470422ed7 | refs/heads/master | 2020-03-31T01:41:52.049263 | 2018-11-17T02:31:01 | 2018-11-17T02:31:01 | 151,791,574 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 207 | java |
public class Platypus {
private String name;
public Platypus(String name) {
this.name = name;
}
void sayHi(){
System.out.println("The platypus " + name + " is smarter than your average platypus.");
}
}
| [
"league@iMac-8.attlocal.net"
] | league@iMac-8.attlocal.net |
cd99258e3b843a6acd1c6adff730293fd4e082d9 | d0697b92f898c08ab262c6f7aa5086a89b3215f6 | /Assignments/A3/davinder_Weather/app/src/main/java/com/dv/davinder_weather/models/LocationContainer.java | 7e1de5d2f25aa11e569a5220bf9b57720ec9120e | [] | no_license | shersingh7/MAP524 | dc94ec2d299a502e49d38d45982f1f9620224411 | fb622885dacf3848467620bb75d923a087ff0cd4 | refs/heads/master | 2023-06-30T22:58:19.385609 | 2021-08-10T13:35:17 | 2021-08-10T13:35:17 | 370,216,667 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 322 | java | package com.dv.davinder_weather.models;
import com.google.gson.annotations.SerializedName;
public class LocationContainer {
@SerializedName("location")
private Location location;
public Location getLocation() {return location;}
public void setWeather(Location location) {this.location = location;}
... | [
"66485246+shersingh7@users.noreply.github.com"
] | 66485246+shersingh7@users.noreply.github.com |
e83ddc0a61628871cbacab88c4ddd36504562fa2 | 94adf73463b12ced810d6c5ce56ea0c273df8aa1 | /user-service/src/main/java/com/cgs/dao/ResourceDAO.java | cc2e52542204a632c8899874a939336b8ef179da | [] | no_license | duanmuhan/user | 2d15459106072756f592ca3e0da0d8217ef26316 | c976dfc111e509115c5f907fa88f712d8fb34499 | refs/heads/master | 2023-03-02T09:21:24.715511 | 2021-02-08T16:40:19 | 2021-02-08T16:40:19 | 300,297,302 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,083 | java | package com.cgs.dao;
import com.cgs.po.ResourcePO;
import org.apache.ibatis.annotations.*;
import org.springframework.stereotype.Repository;
import java.util.List;
/**
* @author caoguangshu
* @date 2020/12/13
* @time 下午3:00
*/
@Repository
public interface ResourceDAO {
String TABLE_NAME = "resource_info";
... | [
"caoguangshu@corp.netease.com"
] | caoguangshu@corp.netease.com |
376a6b4d644a4dd7774000c64084b1e08e36c3cb | 21dbd3e8ebc20316fa0e33c6b55af3a9da6570b1 | /src/main/java/tms/spring/entity/AutoCase.java | a818e8fca07e102ba1f7723e13f6001b4b9cdee5 | [] | no_license | caowh/TMS | 7de2ba794f0cc88c7fd9e2e235d8cfe878f83bee | 454c73882e63dcbfa75307e5365e0f2049e81926 | refs/heads/master | 2021-01-01T04:04:25.891461 | 2018-06-28T06:12:32 | 2018-06-28T06:12:32 | 97,117,804 | 2 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,159 | java | package tms.spring.entity;
import java.util.Date;
/**
* Created by user on 2017/11/8.
*/
public class AutoCase {
private Long id;
private String case_id;
private int type;
private String describes;
private String version;
private String updateReason;
private String content;
private ... | [
"caowh@geovis.cn"
] | caowh@geovis.cn |
a6a33dc6f2a4ecd0031d74e9b9bc8afaf9723c6d | 8c7ddcdbed59ee4547121db4381519edfebc2031 | /ep-pthread-ep3/Monitor.java | a498d1f1bbf9dcc6d18149fa504f7e853a46dca7 | [] | no_license | evandrofg/EP | be0552e7a1b8611ec9156dbe1d9a74a3e4dae4e2 | a6450698fa5a098230fbf07c5cb716ce4bb41a05 | refs/heads/master | 2020-09-25T11:12:28.310762 | 2016-08-24T19:18:46 | 2016-08-24T19:18:46 | 66,492,089 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,247 | java | public class Monitor {
private int contents;
private int Capacidade;
private int Repeticoes;
private int Contador;
private boolean ControleProdutor;
private boolean ControleConsumidor;
private boolean full = false;
private boolean empty = true;
public Monitor(int C, int R){
... | [
"efgiovanini@gmail.com"
] | efgiovanini@gmail.com |
a38b43c6f955b05cfd06312f2eee83f580af9fe4 | 9e8e8f50b8095036ae20f9f4335039ddda32115b | /05_代码/01_Java程序设计上机实训/实验手册(第1-8章)源程序/ch10/part1/Contest.java | 1c1a4d4d79edb6527e4bcffb34ea3d332f6e00d3 | [] | no_license | LilWingXYZ/Java-Programming-Teaching | 47dfb26908d17c98b149f34d65343de3121a8469 | 3e4866905753a8f2743bb78987c239c541f8267a | refs/heads/main | 2023-03-08T21:17:50.203883 | 2021-02-23T12:41:23 | 2021-02-23T12:41:23 | 341,548,891 | 1 | 0 | null | null | null | null | GB18030 | Java | false | false | 952 | java | package ch10.part1;
public class Contest {
public static void main(String[] args) {
Tickets t = new Tickets(10);
new Consumer(t).start();
new Producer(t).start();
}
}
class Tickets {
int number = 0; // 票号
int size; // 总票数
boolean available = false; // 表示目前是否有票可售
public Tickets(int size) { // 构造函数,传入总票数参数... | [
"mcgradyxyz@gmail.com"
] | mcgradyxyz@gmail.com |
9fafa7125ccac17c562fcd24551b0aca9b15f5eb | a26dd0bab14dee68346617e4bfb57b89d3615080 | /src/main/java/co/matt/decorator/WithMilk.java | 50edd28c5e744fdb1a060ab466b17a83ee12512b | [] | no_license | skipmat/Simple-Java-Design-Patterns | 2b1b1758d23240b115a6b663e6ce0c4684f4fbde | f1b4857d44ac12136caa3c705ff915cf19d607e8 | refs/heads/master | 2021-01-23T10:19:52.326194 | 2017-06-01T10:49:11 | 2017-06-01T10:49:11 | 93,047,139 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 276 | java | package co.matt.decorator;
public class WithMilk implements Purchase{
private Purchase purchase;
Integer price = 10;
public WithMilk(Purchase purchase){
this.purchase = purchase;
}
@Override
public Integer getPrice() {
return purchase.getPrice() + price;
}
}
| [
"matthew.gardner@wds.co"
] | matthew.gardner@wds.co |
9f35b298740215f08648253291270cb27e1637da | 68aa73a83994e7ab5f87a1362c1ad50a355d6d42 | /io7m-blueberry-test-data/src/main/java/com/io7m/blueberry/test_data/TestAssumptionFailedWithOutput.java | 4b0a4730984b90b06b887913fa7c9249ff8b9022 | [] | no_license | io7m/blueberry | 1c543e8407d904496bc4fbb8b9f2de99961bfd01 | ac8ea47d306e8a5fcb88f21b12033b2806fc051d | refs/heads/develop | 2021-01-18T23:26:35.614725 | 2018-06-04T14:31:40 | 2018-06-04T14:31:40 | 41,603,738 | 0 | 1 | null | 2017-01-05T21:45:59 | 2015-08-29T18:49:05 | Java | UTF-8 | Java | false | false | 1,380 | java | /*
* Copyright © 2014 <code@io7m.com> http://io7m.com
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copies.
*
* THE SOFTWARE IS PROVIDED "AS IS" AN... | [
"code@io7m.com"
] | code@io7m.com |
98c4478873b1995f44dbb1b356be2526c15156f9 | e391861756f75c41cc6905dd919dea2c914e201d | /frame-parent/frame-admin/src/main/java/io/frame/modules/sys/controller/SysUserController.java | c1ac406dd458c963d9c73cec887721947b855948 | [] | no_license | liyanfu/BaseFrame | e9ca9dc5081fc74a82ec0205218b8b26025647e7 | 83b9bf1a003ae58f1c8f120d5f206ae95bde7413 | refs/heads/master | 2020-04-14T15:33:17.445437 | 2019-02-22T13:49:11 | 2019-02-22T13:49:11 | 163,930,712 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,722 | java |
package io.frame.modules.sys.controller;
import java.util.Arrays;
import java.util.List;
import java.util.Map;
import org.apache.commons.lang.ArrayUtils;
import org.apache.shiro.authz.annotation.RequiresPermissions;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.a... | [
"250977428@qq.com"
] | 250977428@qq.com |
d660e2b9e6e04113c9c44030fa85b51cd70f3b4d | 1f5515cf8142332a5c7e14c2a5ca81af0c839e50 | /app/src/main/java/devx/app/licensee/modules/addtrailer/TrailerByAdminAdapter.java | 936e3efe397c7baf644ea88e51e79dbe571fbc33 | [] | no_license | HoangNguyenNCC/trailer-android-licensee-master | 0466b12c0eae476bedf2fdf63d14a4b74f70db05 | a9457a96e854a9ffeadc95cc046fc9a8591a42a8 | refs/heads/master | 2023-07-12T11:18:26.532225 | 2021-08-19T07:50:18 | 2021-08-19T07:50:18 | 397,861,146 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,897 | java | package devx.app.licensee.modules.addtrailer;
import android.content.Context;
import android.text.Html;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAdapter;
import android.widget.CheckBox;
import android.widget.LinearLayout;
import android.widg... | [
"hoangnguyen91095@gmail.com"
] | hoangnguyen91095@gmail.com |
74ea1f0c7ca891a35dcb900273c638281988d2b3 | bdaf6b25d1902b418e75411a1f2b6c52b4cd90de | /app/src/main/java/ru/maksim/sample/PlayerVisualizerView.java | 40df05b6ea3d1755cba260db266f8060af2a30d9 | [] | no_license | MaksimDmitriev/Audio-Record-Playback-Visualization | 1732eb6b3b0d64dd67554380892e07a2cd3f0daf | 75b541b125ba782fb94ce8b8dd8217b776ef0438 | refs/heads/master | 2020-03-08T08:07:17.070099 | 2018-04-04T06:04:41 | 2018-04-04T06:04:41 | 128,013,058 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,236 | java | package ru.maksim.sample;
import android.content.Context;
import android.graphics.Canvas;
import android.graphics.Paint;
import android.support.annotation.Nullable;
import android.support.v4.content.ContextCompat;
import android.util.AttributeSet;
import android.view.View;
/**
* Created by maksi on 4/4/2018.
*/
pu... | [
"maksim.a.dmitriev@gmail.com"
] | maksim.a.dmitriev@gmail.com |
68da28e032c480bc1cf86b4c4f47bd59f21fde0c | 61ad0457045ada19f7447c22ede845fc1f1720a6 | /FaceDrawProgram/src/AnsariFaceDraw.java | dadc293dee67f25c0403165b80658ca5bedfaf20 | [] | no_license | shazilansari/MyProjects | 0bfa6cfbc5fa75e20b89e18405ade11e3658f1c3 | 0918a553fad857bb6a8a76ddade60059ffee74e5 | refs/heads/master | 2020-09-28T09:38:13.691959 | 2019-12-09T00:37:02 | 2019-12-09T00:37:02 | 224,691,979 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,907 | java | /**
* FaceDraw: This program draws three different variations of faces utlizing different colors.
* The smile types, colors, and sizes of the faces are all random.
*
* @author: Shazil Ansari - 02/24/19
*
*/
import java.awt.BorderLayout;
import java.awt.Color;
import java.awt.Container;
import java.awt.Graphics;... | [
"shazil.u.ansari@gmail.com"
] | shazil.u.ansari@gmail.com |
a8e9d2601baee0c5e1696192de7be401f72fb6c7 | 1df45cb1958ba27eb9e08e59185bca2be98537b2 | /src/com/example/rest_a/model/service/RestService.java | 2a3680ca4e30353ffdb4f314b8d74402111222a9 | [] | no_license | elpy/rest_a | 7100f8473ac3eaee9038d11881c56e70e9d76c6a | 8c2539ea9a4d138a5f7ed5956c2520dd3ca19eda | refs/heads/master | 2021-01-18T11:29:31.711536 | 2013-04-13T18:40:38 | 2013-04-13T18:40:38 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 478 | java | package com.example.rest_a.model.service;
import com.example.rest_a.model.RequestFactory;
import com.example.rest_a.model.operations.TweetsOperation;
import com.foxykeep.datadroid.service.RequestService;
public class RestService extends RequestService {
@Override
public Operation getOperationForType(int r... | [
"rodin.alexander@gmail.com"
] | rodin.alexander@gmail.com |
a515a4c1823c7a1a8c283cb6a008f12ec2365d5c | 09d11101f1b90ed3a2c5185f626bc766e8555000 | /src/day03/Children.java | 83d74c4752828f7c3e561ea0272abe536301dcb5 | [] | no_license | rrmqa/NewRepo2 | 7f9ac4554c0ec4a1c5d55755954e2c839507988f | cc2e88f68679009ddf3f32d540e855ce9aec87a4 | refs/heads/master | 2022-12-21T21:50:29.721984 | 2020-09-24T04:01:17 | 2020-09-24T04:01:17 | 290,591,753 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 980 | java | package day03;
public class Children {
public static void main(StringPractice[] args) {
Blueprint child1 = new Blueprint();
child1.setInfo("Ali", 3);
System.out.println(child1);
child1.gift();
System.out.println("=======================================");
Blueprint... | [
"cybertek.b20@gmail.com"
] | cybertek.b20@gmail.com |
00bb89e37daaff300885247c05ca7828bd53326e | db08d5f745fd3f2ccc253e1ad23210bb17a10760 | /open-bidder-master/open-bidder-http/src/main/java/com/google/openbidder/http/cookie/CookieOrBuilder.java | 9d907d59851026c2f68e1f9f3f43ddff44f69415 | [
"Apache-2.0"
] | permissive | Essens/openbidder | ade2b73152dcca0ddedab9fba46ec9c2f04d94a0 | 59f724fe6e3dd969934b77ff5b059c97dc7d1d9c | refs/heads/Initial | 2021-01-22T01:42:40.351068 | 2015-08-30T06:15:46 | 2015-08-30T06:15:46 | 49,961,489 | 10 | 8 | null | 2016-01-19T15:20:14 | 2016-01-19T15:20:13 | null | UTF-8 | Java | false | false | 1,067 | java | /*
* Copyright 2014 Google Inc. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applica... | [
"aakif@mobitrans.net"
] | aakif@mobitrans.net |
9852e71f8433d65eb883ce5c5ef7aa184717f6de | e9cefd4737fd99c4eeb7f97b2ef3f8eced2163cb | /GoogleMapsApp/app/src/main/java/com/romellbolton/googlemapsapp/MapsActivity.java | b8a17ae1ab098cffb09dfd0a2503d3caadd7359d | [] | no_license | rrbolton423/ECEN-485-App-Development-for-Android-Devices | ad9e2f42475dc95133c7d4f7fe23931de151a1fe | 4cd9a8897731ae0641705326cbc1cc4bd523512f | refs/heads/master | 2021-05-12T10:08:52.823284 | 2018-05-02T19:30:56 | 2018-05-02T19:30:56 | 117,346,278 | 2 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,360 | java | package com.romellbolton.googlemapsapp;
import android.support.v4.app.FragmentActivity;
import android.os.Bundle;
import com.google.android.gms.maps.CameraUpdateFactory;
import com.google.android.gms.maps.GoogleMap;
import com.google.android.gms.maps.OnMapReadyCallback;
import com.google.android.gms.maps.SupportMapFr... | [
"user.email"
] | user.email |
eda270db0314b3f91f13722d1248a5ecc8e94488 | e5d46719e29e6679069845af71102a824241c081 | /app/src/main/java/com/example/testbutton2/MainActivity.java | 689e43cac5b40aa0a3136859eaa8b354c3f5fa5c | [] | no_license | IamTouma/TestButton2 | a5f5f0ab5f280cdaf977ab51c5d55ebea774fd97 | d4a3eb25f4067a9080fc4838d577da417b1bf144 | refs/heads/master | 2020-03-12T12:33:45.960494 | 2018-04-23T00:50:45 | 2018-04-23T00:50:45 | 130,621,081 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,646 | java | package com.example.testbutton2;
import android.graphics.Color;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.util.TypedValue;
import android.view.Gravity;
import android.view.View;
import android.widget.Button;
import android.widget.LinearLayout;
import android.widget.Relat... | [
"IamTouma@gmail.com"
] | IamTouma@gmail.com |
5867322c0ab3d52cb4939cba8aa407359ded911b | 14c8213abe7223fe64ff89a47f70b0396e623933 | /javassist/util/proxy/ProxyFactory$3.java | 92cb63caa87996c65c1a950b8861c3b4bc516fc7 | [
"MIT"
] | permissive | PolitePeoplePlan/backdoored | c804327a0c2ac5fe3fbfff272ca5afcb97c36e53 | 3928ac16a21662e4f044db9f054d509222a8400e | refs/heads/main | 2023-05-31T04:19:55.497741 | 2021-06-23T15:20:03 | 2021-06-23T15:20:03 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 440 | java | package javassist.util.proxy;
import java.util.*;
static final class ProxyFactory$3 implements Comparator {
ProxyFactory$3() {
super();
}
@Override
public int compare(final Object a1, final Object a2) {
final Map.Entry v1 = (Map.Entry)a1;
final Map.Entry v2 = (Map.Entry)a2... | [
"66845682+chrispycreme420@users.noreply.github.com"
] | 66845682+chrispycreme420@users.noreply.github.com |
99e1f83ee5f84e79ea36062f0480e7b12165b704 | 1092fed5204b21d04bc313b7ab2bfcd854839123 | /kyu8/repeatIt.java | 74aa3eefc8b84021d825f7eaf2b20b5343054934 | [] | no_license | yangyangisyou/codewars-collection | c86c23a2460c1e1b3651bf59a5243333f259e8af | fba1929972a0b63fec645dda1f08e63920f9df11 | refs/heads/master | 2020-05-29T14:45:56.379886 | 2019-06-13T09:03:02 | 2019-06-13T09:03:02 | 189,202,341 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 307 | java | public class RepeatIt {
public static String repeatString(final Object toRepeat, final int n) {
String s = "";
if(toRepeat instanceof String)
{
for(int i=0;i<n;i++)
s+=toRepeat;
return s;
}
return "Not a string";
}
} | [
"noreply@github.com"
] | yangyangisyou.noreply@github.com |
816b63f8146ef678b6be46487055b50933cac086 | c17017451a432059cb337cd909e8138e44db3c02 | /Task_0424/김애은/Solution_합승택시요금_카카오_다익스트라.java | 5bda9b914abb434142c39bcf2f4b72953b6f74a9 | [] | no_license | AlgoStudy14/task | 0ccc26d28cd539d22c0e88fa107ce0d92ec0e290 | e93ac6e2625233e2e92c89384d32ce5e67f3f3ff | refs/heads/main | 2023-08-29T09:38:32.459130 | 2021-10-02T00:16:12 | 2021-10-02T00:16:12 | 337,013,584 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,055 | java | package 다익스트라;
/*
* 할말하않.... 다익스트라로 풀었다가 진짜 엄청 오래걸렸다...
* 최대한 많은 중복 조건을 삭제했다.
*/
import java.io.IOException;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collections;
import java.util.List;
import java.util.PriorityQueue;
public class Solution_합승택시요금_카카오 {
public static void main(String[] ... | [
"noreply@github.com"
] | AlgoStudy14.noreply@github.com |
034f48246571384055b501f64869c39d25aea966 | 02e6e3e8c392207dfb8cc81e7c285ac426b20d1a | /metadata/src/main/java/com/coviam/metadata/services/impl/ProgramServiceImpl.java | bec16ae23e2fef809a7b22307abbd2c13b489a8d | [] | no_license | aniketmaurya/bhaikacms | 821b0904b5d92f2b6967af1ffad4dc635dfea8d4 | 70edb18d06f605d51c4d232a0760dd14665a04c5 | refs/heads/master | 2021-07-11T10:47:00.415577 | 2019-08-05T17:17:10 | 2019-08-05T17:17:10 | 199,983,242 | 0 | 1 | null | 2020-09-10T09:20:21 | 2019-08-01T05:30:45 | JavaScript | UTF-8 | Java | false | false | 2,487 | java | package com.coviam.metadata.services.impl;
import com.coviam.metadata.dto.request.ProgramRequest;
import com.coviam.metadata.entity.Program;
import com.coviam.metadata.repository.ProgramRepository;
import com.coviam.metadata.repository.SeasonRepository;
import com.coviam.metadata.services.ProgramServices;
import com.c... | [
"theaniketmaurya@gmail.com"
] | theaniketmaurya@gmail.com |
9f94795f4847add54f650cdccb6bdd61414c7aad | e269f3e2a54076b1d30d84167583582328bcb772 | /src/main/java/mq/TestListener.java | aae1e839f1ef6a8c3a941e8d4213f5eea71221cb | [] | no_license | aaaaatoz/awssqs | b3bf3efd591d9decd0f771c7d5895d242fa7f4d8 | 2760044e8ec6b1dae941965e269796cb98a3297d | refs/heads/master | 2021-01-02T09:12:28.236309 | 2018-01-09T11:50:38 | 2018-01-09T11:50:38 | 99,166,297 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 712 | java | package mq;
import javax.jms.JMSException;
import javax.jms.Message;
import javax.jms.MessageListener;
import javax.jms.TextMessage;
/**
* Created by Rafaxu on 12/6/17.
*/
public class TestListener implements MessageListener {
public void onMessage(Message message) {
if (message instanceof TextMessage)... | [
"rafa.xu.au@gmail.com"
] | rafa.xu.au@gmail.com |
2d31e258e0b2c82c35746034936b482a1ebd2267 | ef0fbb5466f829897afcc420422608cf21a0eba1 | /src/main/java/br/com/diop/product/repository/Products.java | 3bdf3edf3fdbb782b7b4b18b75bc436efd09eed1 | [] | no_license | DioniPinho/product | 80f469a67adb5ecc26d7725d384a5fb7cb163b5c | 1673746be48a0a0d783e0c15f32d847cdf9e87a2 | refs/heads/master | 2021-01-22T05:43:40.634546 | 2017-02-12T00:44:48 | 2017-02-12T00:44:48 | 81,692,224 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 384 | java | package br.com.diop.product.repository;
import java.util.List;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.web.config.SpringDataWebConfigurationMixin;
import br.com.diop.product.model.Product;
public interface Products extends JpaRepository<Product, Long> {
publi... | [
"dspmg@yahoo.com.br"
] | dspmg@yahoo.com.br |
86d68c0da4cda978ef97a1d9643a29fe3648540d | cc04de86cd61e67280c69a55933d7698ab3b5484 | /app/src/main/java/com/chs/myrxjavaandretrofit/MainActivity.java | 3e112c702064b50e0f0cb77325f187ce0a2c9c35 | [] | no_license | wherego/MyRxJavaAndRetrofit | a7b4ea40b7ba9deb276429a91b6d66d9c05ec987 | e00b8c9586142f77c71424f10036b236e9c0c6e2 | refs/heads/master | 2021-01-20T13:42:50.492043 | 2016-04-19T06:41:48 | 2016-04-19T06:41:48 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,809 | java | package com.chs.myrxjavaandretrofit;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import com.chs.myrxjavaandretrofit.retrofit.RetrofitActivity;
import com.chs.myrxjavaandretrofit.rxjava.RxJavaActivity;... | [
"13161083183@163.com"
] | 13161083183@163.com |
a781e173834c1583a4366142904e2d7c85ca395a | 3e8893e5731321fdf8d90d4708712889161f376f | /java-core/src/ua/com/juja/core/Lab1bits.java | d378eff4dccc04e37647ff72a500ae59926b7a0f | [] | no_license | artemburlaka/Juja_Core | 063e53c986154790dbbf564f7fd7331d232561b8 | 869507c3160bc2b6ba458aa6cfbb893dbf977d35 | refs/heads/master | 2020-12-26T03:11:20.012084 | 2016-04-24T17:47:49 | 2016-04-24T17:47:49 | 47,022,649 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 626 | java | package ua.com.juja.core;
/**
* Created by Artem on 21.11.2015.
*/
public class Lab1bits {
public static void main(String[] args) {
int b = 0b10000000_00000000_00000000_00000001;
int c = 0b11111111_11111111_11111111_11111111;
System.out.println(b);
System.out.println(c);
S... | [
"guestartem@gmail.com"
] | guestartem@gmail.com |
8cd1f36f650b425fde178ce26a061f6dcdb5ad65 | f9382899deb178d4955a87a2436ebe9fad50c73f | /Kiderdojo/src/Model/DBSelectStat.java | 2bd1ffcd27ff745be44ddfc41531183d158a373e | [] | no_license | rmit-s3626050-Trung-Pham/hello_world | b7a9f7c6580e3689b8366cdf31c3a58a590ca4eb | c061210c2da473c5eea8de7ac8a781940e960af4 | refs/heads/master | 2021-07-06T11:51:41.742685 | 2017-09-30T12:30:31 | 2017-09-30T12:30:31 | 105,366,442 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,819 | java | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package Model;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
import java.util.ArrayList;
import ... | [
"phamtrung@Phams-MacBook-Pro.local"
] | phamtrung@Phams-MacBook-Pro.local |
ee58c95511352cecbaac45c49b2a219ac5b20726 | 997d1e6951d31fb8beda337b89c85c4105d33248 | /icql-java-algorithm/src/main/java/work/icql/java/algorithm/链表/链表_0141_环形链表.java | 6ba7cbb069e4e41426a5afb3def8f275f6f1d95d | [
"Apache-2.0"
] | permissive | icql/icql-java | af5784e200cd287b9703b2029a80f2a263746b6d | df4e1125a625a1c8c61d792975026282ea35bf63 | refs/heads/master | 2023-04-04T13:58:02.727381 | 2022-12-08T10:51:18 | 2022-12-08T10:51:18 | 207,701,114 | 1 | 0 | Apache-2.0 | 2023-03-27T22:18:24 | 2019-09-11T02:01:01 | Java | UTF-8 | Java | false | false | 1,528 | java | package work.icql.java.algorithm.链表;
import java.util.HashSet;
import java.util.Objects;
import java.util.Set;
public class 链表_0141_环形链表 {
static class ListNode {
int val;
ListNode next;
ListNode() {
}
ListNode(int val) {
this.val = val;
}
pu... | [
"icqlchen@tencent.com"
] | icqlchen@tencent.com |
ad3922e2ce4d283f00bd50faa9a4ea2ff1ad3036 | aed6195bb5853ee197647e67d6bb737958b834fc | /coupon/coupon-service/coupon-template/src/main/java/com/huey/service/impl/TemplateBaseServiceImpl.java | a9f808e328d82b5487d0c45dd759c41403f64e01 | [] | no_license | xuziyu/coupon | c08e739b7cdb3c6fede23e8de68cf93f737c4750 | 8958e6cef880c33408b3ee838fc543fbeb30d1b8 | refs/heads/master | 2022-06-22T17:54:22.956991 | 2020-03-11T07:50:05 | 2020-03-11T07:50:05 | 246,498,637 | 0 | 0 | null | 2022-06-21T02:57:55 | 2020-03-11T07:03:04 | Java | UTF-8 | Java | false | false | 2,754 | java | package com.huey.service.impl;
import com.huey.dao.CouponTemplateDao;
import com.huey.entity.CouponTemplate;
import com.huey.exception.CouponException;
import com.huey.service.ITemplateBaseService;
import com.huey.vo.CouponTemplateSDK;
import org.springframework.beans.factory.annotation.Autowired;
import org.springfra... | [
"huey.xu@wisesystem.com.cn"
] | huey.xu@wisesystem.com.cn |
f0a77b763d2341e537084d8e200826428e5955bc | 517bee5e5a566ed6eb92e7bfa932a1ececfa32b1 | /ProjetJava/src/interfaceHM/GererPatients.java | cfda5a0bda0f20571f6cc8819a314c5bbd62b99f | [] | no_license | youp911/cabinet-medical-projetjava | 99592b485a71bd7f642b9f203be724d8a120728a | 10b08b6fde2e2a572445911eef0a77c26ec79ba6 | refs/heads/master | 2016-09-06T13:37:04.060542 | 2014-02-07T08:51:56 | 2014-02-07T08:51:56 | 32,425,236 | 0 | 0 | null | null | null | null | ISO-8859-1 | Java | false | false | 4,973 | java | package interfaceHM;
import java.awt.Font;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.util.Date;
import javax.swing.JButton;
import javax.swing.JInternalFrame;
import javax.swing.JLabel;
import javax.swing.JPanel;
import javax.swing.JScrollPane;
import javax.swing... | [
"chaille.raphael@gmail.com@2882ab87-aa1d-ec78-4d69-7bdfc76730b1"
] | chaille.raphael@gmail.com@2882ab87-aa1d-ec78-4d69-7bdfc76730b1 |
255e5b03f5b7c2e3eb53481ce0abbc70abd645ff | 106f92be149c95dbfbdab886c5e53ea8a54a513a | /backend/src/main/java/com/devsuperior/dsvendas/repositories/SaleRepository.java | 9c6caf815583ebac6e989d29bfa24bc2852e86db | [] | no_license | Frankfel/projeto-sds3 | ee6c08d5c0cc7cd5a7e5bdce7e9aeea2a054d90b | df648c2b7a5e93aa1ef063ccff7f3c106d6d3aa4 | refs/heads/master | 2023-09-05T05:50:31.358006 | 2021-11-06T07:50:01 | 2021-11-06T07:50:01 | 423,477,262 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 800 | java | package com.devsuperior.dsvendas.repositories;
import java.util.List;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.Query;
import com.devsuperior.dsvendas.dto.SaleSuccessDTO;
import com.devsuperior.dsvendas.dto.SalesSumDTO;
import com.devsuperior.dsvenda... | [
"franklinfelipe11@hotmail.com"
] | franklinfelipe11@hotmail.com |
ee684fff2bf6bb4e532fea6247f1c2682dff7785 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/18/18_20f21462f7dcd8c0151fe6ba3488b2d0142c09f8/HRMController/18_20f21462f7dcd8c0151fe6ba3488b2d0142c09f8_HRMController_s.java | 97786af407ea15267ac59a7e476d80c9fe8cb82c | [] | 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 | 164,054 | java | /*******************************************************************************
* Forwarding on Gates Simulator/Emulator - Hierarchical Routing Management
* Copyright (c) 2012, Integrated Communication Systems Group, TU Ilmenau.
*
* All rights reserved. This program and the accompanying materials
* are mad... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
73dbd8ec0544902d8cce9c2469e42cb1f1e515f4 | 2470e949ef929d41084bcc59bf048bb35461b3d0 | /cql-migrations-dbsupport/src/test/java/in/vagmim/cqlmigrations/MigrationTest.java | bbac5d1b818cf522c6ce0482d34009970bbcb4ad | [] | no_license | vagmi/cql-migrations | 5b3ddef38eb206718bbaa365398cb3facb754180 | 149e82831852435c7c6d5a24bb3ff4590596e33a | refs/heads/master | 2021-01-01T18:34:29.131299 | 2014-05-01T23:02:21 | 2014-05-01T23:02:21 | 19,328,574 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,199 | java | package in.vagmim.cqlmigrations;
import in.vagmim.cqlmigrations.exceptions.MigrationException;
import org.junit.Before;
import org.junit.Test;
import org.springframework.core.io.ClassPathResource;
import org.springframework.core.io.Resource;
import static org.junit.Assert.assertEquals;
public class MigrationTest ex... | [
"vagmi.mudumbai@gmail.com"
] | vagmi.mudumbai@gmail.com |
c09824faf32ecadfc3a2d683dd5787f4ff33f8bc | f4e02e4164fad3d79c9652e165ad3b026263b08f | /src/test/ApplicationClient.java | 4188ba6a5f6a608a3ad9cb2cbd4933aeaf378f7c | [] | no_license | Oumaymaazmi/Vote-electronique | 7f50e1add2b7b6cc85478d963be24d1db77c46a3 | 315c1e8dd635358fde53e317c16425ed3ff36db8 | refs/heads/master | 2023-07-11T09:08:33.699082 | 2021-08-05T10:43:24 | 2021-08-05T10:43:24 | 393,003,305 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,651 | java | package test;
import java.io.IOException;
import java.net.MalformedURLException;
import java.rmi.Naming;
import java.rmi.NotBoundException;
import java.rmi.RemoteException;
import java.security.InvalidKeyException;
import java.security.KeyPair;
import java.security.KeyPairGenerator;
import java.security.KeyStore;
impo... | [
"oumaymaazmi@gmail.com"
] | oumaymaazmi@gmail.com |
967f72502d73948aaeb17bed56b6e6854cd8af85 | 1c524f5e470045beb69a473c0f4a2e34064739bd | /src/main/java/com/elderresearch/wargaming/WargamingStaticClient.java | 4a25c3586319042d39d7d844361ecbda34e12904 | [
"Apache-2.0"
] | permissive | ElderResearch/wargaming-java-sdk | f7286efbc4e757ac543bc5ce609986a6b24e1501 | 5a1968617d3f604751d5c7bf4e3c45a3656a4bba | refs/heads/develop | 2022-02-05T02:06:40.810153 | 2020-10-27T13:30:22 | 2020-10-27T13:30:22 | 188,481,757 | 0 | 0 | Apache-2.0 | 2022-01-04T16:34:41 | 2019-05-24T20:11:29 | Java | UTF-8 | Java | false | false | 1,026 | java | /*******************************************************************************
* Copyright (c) 2017 Elder Research, Inc.
* All rights reserved.
*******************************************************************************/
package com.elderresearch.wargaming;
import org.glassfish.jersey.logging.LoggingFeature;
... | [
"dimeo@elderresearch.com"
] | dimeo@elderresearch.com |
567c27e4a04c5b058dbfa7b43a7ada086a092a71 | d03bcc429f7034a9bba21fc5d8ff8b4584612e36 | /app/src/test/java/com/reactive/dailydish/ExampleUnitTest.java | c1fc34a918e2fba8b4f1e286cd7bcd90cd5e0b2d | [] | no_license | smoil-ali/DailyDish | a949ae116f1317edf8ff6bff8910f3ae493ef66c | a45cdef755547b48288fe81c94709f39611d2484 | refs/heads/master | 2023-04-15T16:49:11.847073 | 2021-04-25T12:28:34 | 2021-04-25T12:28:34 | 361,422,533 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 383 | java | package com.reactive.dailydish;
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... | [
"alithakur615@gmail.com"
] | alithakur615@gmail.com |
0d4f4cc3c8abf71212c49922d9481dafc82831be | 64d383a904007a939eb90e9e1b3b85d5b1c67794 | /aliyun-java-sdk-vod/src/main/java/com/aliyuncs/vod/model/v20170321/SubmitAIVideoCensorJobRequest.java | 2fd28d0aea5a8365983477a3c284afbcd0f7a7dd | [
"Apache-2.0"
] | permissive | 15271091213/aliyun-openapi-java-sdk | ff76968c2f28a4e13b0002aea55af1de2c79fa4e | 9dabde5f53ae890769feb5fff3a69dfc566a974d | refs/heads/master | 2020-03-06T14:42:23.803542 | 2018-03-27T04:32:26 | 2018-03-27T04:32:26 | 126,940,526 | 1 | 0 | null | 2018-03-27T06:38:21 | 2018-03-27T06:38:21 | null | UTF-8 | Java | false | false | 3,309 | 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 ... | [
"haowei.yao@alibaba-inc.com"
] | haowei.yao@alibaba-inc.com |
4c693345120e3a0dd5d241b8c498ed837cb658ca | 9e6175752640891f54aad0dca18fd3bca13b6c45 | /src/main/java/io/jboot/web/cors/CORSInterceptorBuilder.java | 0c705d819ee2e92b5e914258ad0f886f1d5bdf97 | [
"Apache-2.0"
] | permissive | c2cn/jboot | 68a28b59d9ee3a413a746ac7cdfc71b51d5161b0 | 66b5b015f1024912c2f95133ae07b89ad00e07b6 | refs/heads/master | 2023-04-19T16:57:52.314575 | 2021-05-08T05:15:33 | 2021-05-08T05:15:33 | 288,644,695 | 0 | 0 | Apache-2.0 | 2021-05-08T05:15:33 | 2020-08-19T05:46:39 | null | UTF-8 | Java | false | false | 1,285 | java | /**
* Copyright (c) 2015-2021, Michael Yang 杨福海 (fuhai999@gmail.com).
* <p>
* 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
* <p>
* http://www.apache.org/licenses/LICENSE-2.0
* <p>
* U... | [
"fuhai999@gmail.com"
] | fuhai999@gmail.com |
92df4cc4636b84c0448248195fa8af59b410ce8d | b8f4ab4dff3d0b44ebcbc1234c05277d16a61010 | /ApplicationAppApi/src/edu/hm/hs/application/api/communication/request/IContactInfoService.java | 94098a181663c552783d0d621576e02bf16ab824 | [] | no_license | st3ffwo3/application_app | 6c5416b8ad9b830b30dd77ad716ac0d9edc4b4ca | ade5e88cc6eb09cd8797aea6e869862c78c63c14 | refs/heads/master | 2021-01-01T15:44:45.520632 | 2013-01-20T21:09:51 | 2013-01-20T21:09:51 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,214 | java | package edu.hm.hs.application.api.communication.request;
import java.util.List;
import javax.ejb.Local;
import javax.ws.rs.Consumes;
import javax.ws.rs.DELETE;
import javax.ws.rs.GET;
import javax.ws.rs.POST;
import javax.ws.rs.PUT;
import javax.ws.rs.Path;
import javax.ws.rs.PathParam;
import javax.ws.rs.Produces;
i... | [
"StNepomuk@web.de"
] | StNepomuk@web.de |
2c3a7b5b13c91389f613f05605984432649def1d | a20d7596a06380f9af952f57061db17c09bf1727 | /coding-bo/src/main/java/com/alpha/coding/bo/validation/validator/ExcludeValidator.java | bddec772f6198e912cf9a67e52c5580efe96af40 | [
"Apache-2.0"
] | permissive | prettyhe/alpha-coding4j | 766604deeeb891c0f621994e0373196fc7419a1f | fe9687050245c8a26adfccaecb2d54abf2362b35 | refs/heads/master | 2023-08-08T11:41:08.544909 | 2023-08-01T02:17:53 | 2023-08-01T02:17:53 | 265,445,252 | 0 | 1 | Apache-2.0 | 2022-12-10T05:54:47 | 2020-05-20T03:57:15 | Java | UTF-8 | Java | false | false | 897 | java | package com.alpha.coding.bo.validation.validator;
import javax.validation.ConstraintValidator;
import javax.validation.ConstraintValidatorContext;
import com.alpha.coding.bo.validation.constraint.Exclude;
/**
* ExcludeValidator
*
* @version 1.0
* Date: 2020/12/17
*/
public class ExcludeValidator implements Cons... | [
"prettyhe"
] | prettyhe |
64b70a9b99345dca6edc19b04e9e837f5ddfc3ff | b6f61e4f09815086b6ebca584009f9808a9f4a31 | /app/src/main/java/com/yogeshborhade/shaktidevelopers/NavigationDrawer/NavDrawerItem.java | 8c1f9fabeb5a9c68b66caa76e1ecddfc310d93b4 | [] | no_license | kingYog/ShaktiDevelopers | 5d5840f5585cd99a39c174f28d1362a6886a9871 | 5f79658042b62a28b74be5503c49d0246b47be59 | refs/heads/master | 2020-03-28T13:11:24.731215 | 2018-09-11T20:16:06 | 2018-09-11T20:16:10 | 148,373,294 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 670 | java | package com.yogeshborhade.shaktidevelopers.NavigationDrawer;
/**
* Created by admin on 3/22/2018.
*/
public class NavDrawerItem {
private boolean showNotify;
private String title;
public NavDrawerItem() {
}
public NavDrawerItem(boolean showNotify, String title) {
this.showNotify = sh... | [
"borhadyog@gmail.com"
] | borhadyog@gmail.com |
c03f15a99ef9781ff3ff9b686d5ab349f68c2ca7 | 4066351a0ae06134be1fbb27190f333f14e7a17d | /app/src/main/java/com/atguigu/atguigu_code/glide/activity/GlideRecyclerviewActivity.java | da6aa4b516caf4285693c6174d643d95fe3a9510 | [] | no_license | chenyou520/Atguigu_Code | 333eda6d4d7b5d4eca40151e5e246ecdb4dc04cc | a46aa8b3accdb21bcb57bd1c6d66be41f24c2ed4 | refs/heads/master | 2023-03-13T10:31:54.527197 | 2021-03-06T15:34:53 | 2021-03-06T15:34:53 | 293,490,007 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,215 | java | package com.atguigu.atguigu_code.glide.activity;
import android.app.Activity;
import android.os.Bundle;
import android.widget.TextView;
import androidx.recyclerview.widget.LinearLayoutManager;
import androidx.recyclerview.widget.RecyclerView;
import com.atguigu.atguigu_code.R;
import com.atguigu.atguigu_code.glide.a... | [
"1325272538@qq.com"
] | 1325272538@qq.com |
daa2bff34d443a8bda40b1104ac80a21228ebe2c | 2c5e6c066297c7d394ec036c4912eaac52d3b144 | /mvvmfx-validation/src/test/java/de/saxsys/mvvmfx/utils/validation/cssvisualizer/CssVisualizerExampleApp.java | b104a367b8402089ea86793411653b17ac8c100b | [
"Apache-2.0"
] | permissive | sialcasa/mvvmFX | 49bacf5cb32657b09a0ccf4cacb0d1c4708c4407 | f195849ca98020ad74056991f147a05db9ce555a | refs/heads/develop | 2023-08-30T00:43:20.250600 | 2019-10-21T14:30:56 | 2019-10-21T14:30:56 | 12,903,179 | 512 | 160 | Apache-2.0 | 2022-06-24T02:09:43 | 2013-09-17T18:16:16 | Java | UTF-8 | Java | false | false | 574 | java | package de.saxsys.mvvmfx.utils.validation.cssvisualizer;
import de.saxsys.mvvmfx.FluentViewLoader;
import javafx.application.Application;
import javafx.scene.Parent;
import javafx.scene.Scene;
import javafx.stage.Stage;
public class CssVisualizerExampleApp extends Application {
public static void main(String[] args... | [
"manuel.mauky@gmail.com"
] | manuel.mauky@gmail.com |
891a1554364a0e4f3015e76e9f10de1c86dd7298 | 888d32aebf68bbe38aed66794371c9663fa5d004 | /app/src/test/java/com/example/android/contactapp/ExampleUnitTest.java | 07b5e72646e7d67d4e6f1c9aef171a1e993908a2 | [] | no_license | abhihansu/ContactApp | 24bac11c10f5950be84fb351e1d3b5ca781cd934 | eb0e89174ff3e00c0f6db362acdeb00f87228e46 | refs/heads/master | 2020-06-27T14:54:33.647899 | 2019-08-01T05:16:09 | 2019-08-01T05:16:09 | 199,981,596 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 391 | java | package com.example.android.contactapp;
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
pub... | [
"roy.abhinav8585@gmail.com"
] | roy.abhinav8585@gmail.com |
56be63d210824b8d5d8f60d032abf6e7f59cdcb7 | ad3d6b2a33875807dd445a4bc990103deb37aef1 | /StudyRoomProj/src/manager_p/panelDialog_p/LockerRoom.java | e32d0f8739c0dcb14aa864d98f9071722488bfb0 | [] | no_license | tmdghks7836/StdRoomProject | b7df255960a81f809213890b43c9227be833bfcd | 0101e1198f02009e7b34967a87cb677c502f5b20 | refs/heads/master | 2022-11-14T02:03:01.619155 | 2020-07-07T12:57:12 | 2020-07-07T12:57:12 | 273,134,677 | 0 | 2 | null | null | null | null | UHC | Java | false | false | 12,423 | java | package manager_p.panelDialog_p;
import java.awt.Dimension;
import java.awt.Font;
import java.awt.GridBagConstraints;
import java.awt.GridBagLayout;
import java.awt.Insets;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import javax.swing.JButton;
import javax.swing.JFrame;
import javax.swin... | [
"sp91lsu@nate.com"
] | sp91lsu@nate.com |
1525588e08e47df6d0ee673220aac1affc33d366 | f8191c8760bf5c830d642dfe94d5bb1872fed429 | /src/main/java/com/tfg/dao/util/DuplicateInstanceException.java | 30a0695d784bd23e2ba0681b6200f103eccc2f5d | [] | no_license | javilb26/Service | 043dbb13edac82778df0e3f75b6ff06a58110dae | 8be42e4d8b0c897df5600e90b511bb6ed75e9d97 | refs/heads/master | 2020-12-09T14:32:11.375186 | 2016-08-14T19:09:36 | 2016-08-14T19:09:36 | 53,069,735 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 260 | java | package com.tfg.dao.util;
@SuppressWarnings("serial")
public class DuplicateInstanceException extends InstanceException {
public DuplicateInstanceException(Object key, String className) {
super("Duplicate instance", key, className);
}
}
| [
"javier.losa.balsa@udc.es"
] | javier.losa.balsa@udc.es |
ecbe8262d3918c1259f6a31bf5cad18acd4f4f05 | eb4efe398daf95d71c32a4cdb6aa7e8ef57cb250 | /src/paternmatch/KMPAlgo.java | c6026ffe81a3c59960ae12d827286cf5dbeb368d | [] | no_license | tosyngy/String-Pattern-Match | 62005dd63be446e4e0629d2d96c3c03abd587ded | 4282466b3967c780b3c4bcd38bc699960dc01220 | refs/heads/master | 2020-04-15T15:42:20.221549 | 2019-01-09T07:10:42 | 2019-01-09T07:10:42 | 164,805,248 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,036 | 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 paternmatch;
public class KMPAlgo {
/**
* Pre processes the pattern array based on proper prefixes and proper
* suffi... | [
"noreply@github.com"
] | tosyngy.noreply@github.com |
45d59f24df97da25698d91fc3647ae28cd2f5ad5 | 528baeee135eafca3406b1036f00653ad140f17a | /ViewWindow.java | 6ac25d3b481b5bee67487ee18a87ba1365d484e4 | [] | no_license | JonathanKurish/Watchlist | 4e4c9f4e7b48490870f112bd7a1e499ffc30f4b8 | 5c29ead06a0d70034f9f892a4cae647c9f9e878c | refs/heads/master | 2020-06-04T07:17:03.848933 | 2014-06-12T12:07:00 | 2014-06-12T12:07:00 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,099 | java | import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
import java.io.*;
import java.util.*;
import java.net.*;
public class ViewWindow extends JDialog {
JLabel stockSymbol, currentPrice, MACDpos, MACDneg, GC, DC,
EMA8, EMA12, EMA20, SMA50, SMA200, highvol, OB, OS, RSIover, RSIunder,
high, low,
... | [
"kenneth_joenck@hotmail.com"
] | kenneth_joenck@hotmail.com |
be1fc6332c8c281167910df4086e1287f578d860 | 9ab654aaf3116ddb4122941573ad07692114b8ef | /house-biz/src/main/java/com/xunqi/house/biz/service/HouseService.java | 9d3c392178811f86093c88a8662a9c607c84e7e7 | [] | no_license | GitJie111/SpringCloud-House | 6b6a4857473dc9aa8bfd0f9702d2bdd0de096fb1 | 756b52a4973ad20ae2f9cbd1102bb52fb3847697 | refs/heads/master | 2022-09-17T14:54:13.460443 | 2020-04-08T10:53:54 | 2020-04-08T10:53:54 | 254,082,487 | 0 | 0 | null | 2022-09-01T23:23:19 | 2020-04-08T12:33:13 | CSS | UTF-8 | Java | false | false | 1,839 | java | package com.xunqi.house.biz.service;
import com.xunqi.house.common.enums.HouseUserType;
import com.xunqi.house.common.page.PageData;
import com.xunqi.house.common.page.PageParams;
import com.xunqi.house.common.pojo.*;
import java.util.List;
/**
* @Created with IntelliJ IDEA.
* @author: 夏沫止水
* @create: 2020-04-02 ... | [
"1468041654@qq.com"
] | 1468041654@qq.com |
3f4e3e62d61ac62060e441377a1c53d689a0ea7d | 97f044c207a0bc1bf45689fce6766f1667d6706a | /android/Monitor/app/src/main/java/com/wenjiehe/monitor/ChooseActivity.java | 4b6745edffd6909e08e296600973199ef93e52da | [
"MIT"
] | permissive | starsight/hackathon | 1298f3d7935a33efc47f6df205a1d78471e68d12 | 7101a8348b041609378ba2d7af66ffdc934ed072 | refs/heads/master | 2021-04-22T13:26:33.054464 | 2016-12-09T12:33:14 | 2016-12-09T12:33:14 | 75,475,722 | 2 | 1 | null | null | null | null | UTF-8 | Java | false | false | 14,310 | java | package com.wenjiehe.monitor;
import android.annotation.SuppressLint;
import android.app.ProgressDialog;
import android.content.DialogInterface;
import android.content.Intent;
import android.os.Bundle;
import android.os.Handler;
import android.os.Message;
import android.support.v7.app.AlertDialog;
import android.util... | [
"3029423192@qq.com"
] | 3029423192@qq.com |
412a3a5dfa6d089f1b79c644bcbf9c90515115ec | 0361509e7e9d49c1d99c5c30acee07b7f00d95f9 | /src/main/java/com/atguigu/study/juc/AQSDemo.java | 8f3867d6e6d390d56af7deb45ffb0178d678e1e7 | [] | no_license | huzhipeng123/thread | 64bbb09f193aead55c7969ecd012f7d2d3e60224 | b46007646bb6d8cf98190e7e3ad902e05a20968b | refs/heads/master | 2023-04-21T02:51:52.596757 | 2021-04-18T13:32:06 | 2021-04-18T13:32:06 | 346,738,085 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,662 | java | package com.atguigu.study.juc;
import java.util.concurrent.TimeUnit;
import java.util.concurrent.locks.ReentrantLock;
/**
* @Author huzhpm
* @Date 2021/4/3 14:43
* @Version 1.0
* @Content 抽象的队列同步器
*/
public class AQSDemo {
public static void main(String[] args) {
ReentrantLock lock = new ReentrantLo... | [
"huzhpm@yonyou.com"
] | huzhpm@yonyou.com |
840c558955ab8dd82353998c255d307eed1dde61 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/14/14_c28ba180ec842856c39d1c778be7f8682097c05f/NewWorklogNotificationBuilder/14_c28ba180ec842856c39d1c778be7f8682097c05f_NewWorklogNotificationBuilder_t.java | f2994237f20636327487965bd0aebcf0aa5f00a1 | [] | 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 | 2,737 | java | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package com.tadamski.arij.worklog.notification;
import android.app.Notification;
import android.app.NotificationManager;
import android.app.PendingIntent;
import android.content.Context;
import andr... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
c1145ee934e3bf03153b8c1c590864b0b841d160 | 6f67d6b6e31e97d578c5cf8f3d29bfddde05d489 | /core/src/main/java/com/novoda/imageloader/core/bitmap/BitmapUtil.java | 92f3cff819a2892a7759e2e607ac4261da40542f | [
"Apache-2.0"
] | permissive | pratikvarma/ImageLoader | fd277bb10aa2ce6c46f0a554e5c682c18371d1f1 | 983389f5c6c97be2f09c46bda99c66b43cc84a06 | refs/heads/master | 2021-01-15T17:46:42.855250 | 2012-05-02T09:20:07 | 2012-05-02T09:20:07 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,114 | java | /**
* Copyright 2012 Novoda Ltd
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in w... | [
"luigi.agosti@gmail.com"
] | luigi.agosti@gmail.com |
a763d9b65e37f547362d0ee429634bbc5f7d0adb | 30172f9b9ec0e50a0d1e6df67602af9bd79d7fd4 | /Phonebook/src/phonebook05/file/Menu.java | 8b048c96a68e4f07ef3bfdbde451164241a5213e | [] | no_license | koys0818/JavaWork-1 | d5ede0fb297e8c6a0cc95ad525f259ff5d643683 | dec7598c4063d8ed79cfffdc4d2e8d793c423da4 | refs/heads/master | 2022-11-06T01:15:13.349492 | 2020-06-16T08:51:26 | 2020-06-16T08:51:26 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 270 | java | package phonebook05.file;
public interface Menu {
public static final int MENU_QUIT = 0;
public static final int MENU_INSERT = 1;
public static final int MENU_LIST = 2;
public static final int MENU_UPDATE = 3;
public static final int MENU_DELETE = 4;
}
| [
"goodwriterkang@gmail.com"
] | goodwriterkang@gmail.com |
add07f15e7c415dab7289f9e32862e44afcdf47f | 680e00a2c23f620fd8b3b867023abac8f83c65a1 | /src/main/java/org/xdove/jwt/entity/common/Header.java | 21cb51e8f90ba4946f708a63920f639bb20cbe94 | [
"MIT"
] | permissive | Wszl/jwt | b2927c38dfd2b0ebbbf9bd10b0f16694f878d06e | 68856ec477f9e900b3b1b8d55f4679d2e749a127 | refs/heads/master | 2022-07-12T02:54:07.473836 | 2022-06-19T01:22:57 | 2022-06-19T01:22:57 | 110,336,395 | 0 | 0 | MIT | 2022-06-19T01:22:58 | 2017-11-11T10:23:14 | Java | UTF-8 | Java | false | false | 949 | java | package org.xdove.jwt.entity.common;
import org.xdove.jwt.entity.AbstractContains;
import org.xdove.jwt.entity.IHeader;
import java.util.Map;
public class Header extends AbstractContains implements IHeader {
public static final String TYP = "JWT";
public static final String ALG = "Hmacsha256";
public H... | [
"dreamwszl@msn.cn"
] | dreamwszl@msn.cn |
d9bd0c1e3742a1c6fdeea187655f88be29b5e4c5 | d85028f6a7c72c6e6daa1dd9c855d4720fc8b655 | /io/netty/channel/socket/nio/NioDatagramChannel.java | e16e30637fcf41fd4d074fdc4ee5b30da64f0c29 | [] | no_license | RavenLeaks/Aegis-src-cfr | 85fb34c2b9437adf1631b103f555baca6353e5d5 | 9815c07b0468cbba8d1efbfe7643351b36665115 | refs/heads/master | 2022-10-13T02:09:08.049217 | 2020-06-09T15:31:27 | 2020-06-09T15:31:27 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 20,985 | java | /*
* Decompiled with CFR <Could not determine version>.
*/
package io.netty.channel.socket.nio;
import io.netty.buffer.ByteBuf;
import io.netty.buffer.ByteBufAllocator;
import io.netty.channel.AddressedEnvelope;
import io.netty.channel.Channel;
import io.netty.channel.ChannelConfig;
import io.netty.channel.ChannelEx... | [
"emlin2021@gmail.com"
] | emlin2021@gmail.com |
06ac7567d8ca2f1ca4ba3adce99652df99bf7aff | 0c9b71a9c8bd1f73c4c14a47a239929d99ef355c | /edu-sysmanage/src/main/java/com/zhihuixueai/sysmgr/tools/EmailFormat.java | 7c1ed5d93c110eeb0150cee780b25e22f85777e9 | [] | no_license | micjerry/jdbcexample | 150ddb31486222eda27bbea75ca9e466886eaad8 | 8a7cead3455a7a64b2403cf95c862f12b34fe639 | refs/heads/master | 2023-02-03T01:05:01.213580 | 2020-12-23T09:53:26 | 2020-12-23T09:53:26 | 323,863,974 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 278 | java | package com.zhihuixueai.sysmgr.tools;
public class EmailFormat {
public static boolean isEmail(String email) {
String regex = "^[a-zA-Z0-9][\\w\\.-]*[a-zA-Z0-9]@[a-zA-Z0-9][\\w\\.-]*\\.[a-zA-Z][a-zA-Z\\.]*[a-zA-Z]$";
return email.matches(regex);
}
}
| [
"hansfei@126.com"
] | hansfei@126.com |
36163a35d32f7132c5505bcd871a36ba8e404f04 | 8979fc82ea7b34410b935fbea0151977a0d46439 | /src/company/ibm/oa/MinSwaps.java | 511b32d69680653e9063abf22cd5c284960a7480 | [
"MIT"
] | permissive | YC-S/LeetCode | 6fa3f4e46c952b3c6bf5462a8ee0c1186ee792bd | 452bb10e45de53217bca52f8c81b3034316ffc1b | refs/heads/master | 2021-11-06T20:51:31.554936 | 2021-10-31T03:39:38 | 2021-10-31T03:39:38 | 235,529,949 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,484 | java | package company.ibm.oa;
import java.util.Arrays;
import java.util.List;
public class MinSwaps {
static int findMinSwaps(List<Integer> arr) {
int n = arr.size();
// Array to store count of zeroes
int[] noOfZeroes = new int[n];
int[] noOfOnes = new int[n];
int i, count1 = 0, ... | [
"yuanchenshi@gmail.com"
] | yuanchenshi@gmail.com |
4e42b94472fa67fe767cedad5bf177fbc98c2fa7 | b5c6913686cf96866d3cb0d7f331234ff49f7848 | /app/src/main/java/zhao/faker/com/commontest/SchemeActivity.java | ae6f85fcbf5dd7ea42aa6244dc691decdcd5886a | [] | no_license | zjutzhaodj/AndroidDemo | e26868cc261cc7894d7d6d2c1b03f5257c6869fd | e7575c4cab13d1007c0515876e7e717a5cac5c4b | refs/heads/master | 2020-03-09T22:59:33.547228 | 2018-04-11T10:11:24 | 2018-04-11T10:11:24 | 129,048,195 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,176 | java | package zhao.faker.com.commontest;
import android.content.Intent;
import android.net.Uri;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v7.app.AppCompatActivity;
import android.util.Log;
/**
* @author Faker.zhao@dingtone.me
* @description
* @date 2018\4\11 0011
*/
pu... | [
"fakerzhao@dingtone.me"
] | fakerzhao@dingtone.me |
4eaaa2ccfd9d33a2b6bc5f70dbd106ed0bf91110 | 982d3835bfda90cf5864fb11b82cc398fb271dce | /hlb-shequ/hlb-shequ-cms/src/main/java/com/haolinbang/modules/sys/dao/UserDao.java | d93ba9322356406fe857cca2b296ed40f5dfb017 | [] | no_license | chocoai/shequ-project | 9d79ad400c6630c0de564638715557ef744d814c | 03be9cdffbd02051dc5beab59254e04584077b3a | refs/heads/master | 2020-04-28T20:13:04.996428 | 2017-10-19T09:39:03 | 2017-10-19T09:39:03 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,585 | java | package com.haolinbang.modules.sys.dao;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import com.haolinbang.common.persistence.CrudDao;
import com.haolinbang.common.persistence.annotation.DataSource;
import com.haolinbang.common.persistence.annotation.MyBatisDao;
import com.haolinbang.modules.sy... | [
"313709527@qq.com"
] | 313709527@qq.com |
e0f290361e3356504ccb42c19db2d92b044364e2 | db525b75e993c8523cf1479c464c9b0070988a7c | /app/src/androidTest/java/com/example/rezervacije/ExampleInstrumentedTest.java | 2a472b6eab128c9d326facfeed9446e6514ecf64 | [] | no_license | isusnjara0/Rezervacije | 53ae23429ca2aa8e2cef74399be1dcdf7f4712b2 | c7a180c39d12d2c57f984b557e1d2e27c9f53178 | refs/heads/master | 2021-04-11T11:14:28.859387 | 2020-03-24T13:18:39 | 2020-03-24T13:18:39 | 249,009,202 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 762 | java | package com.example.rezervacije;
import android.content.Context;
import androidx.test.platform.app.InstrumentationRegistry;
import androidx.test.ext.junit.runners.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumented test, which will execute on... | [
"48264772+Ica0@users.noreply.github.com"
] | 48264772+Ica0@users.noreply.github.com |
490a40a1eedfb02df9e4e49d9d9f11fab48898a5 | d4627ad44a9ac9dfb444bd5d9631b25abe49c37e | /net/divinerpg/item/overworld/ItemSlimeSword.java | 4076ed6554247f94f8f1bc0b039f82229a66b769 | [] | no_license | Scrik/Divine-RPG | 0c357acf374f0ca7fab1f662b8f305ff0e587a2f | f546f1d60a2514947209b9eacdfda36a3990d994 | refs/heads/master | 2021-01-15T11:14:03.426172 | 2014-02-19T20:27:30 | 2014-02-19T20:27:30 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,114 | java | package net.divinerpg.item.overworld;
import net.divinerpg.helper.base.ItemDivineRPGSword;
import net.minecraft.block.Block;
import net.minecraft.entity.Entity;
import net.minecraft.entity.EntityLiving;
import net.minecraft.entity.player.EntityPlayer;
import net.minecraft.item.EnumAction;
import net.minecraft.item.Enu... | [
"brock.kerley@hotmail.com"
] | brock.kerley@hotmail.com |
7e2adce8f64bc5dd41bcfcf7c7f3af793b48000b | bc7d6a48c5e851af90b55da98e3bc300f5e617bd | /src/test/java/com/testdomain/aop_sample/AopSampleApplicationTests.java | 07954798b25f4e45229679f90227fefffa98c23e | [] | no_license | Nate-Southerland-EB/aop-sample | 608502dde6655c43bb42eed930f862f414144b83 | e28d7fd45ae4a09eee3de2957114f884d855fa68 | refs/heads/master | 2023-06-25T22:47:14.805628 | 2021-07-15T21:26:29 | 2021-07-15T21:26:29 | 386,427,806 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 229 | java | package com.testdomain.aop_sample;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class AopSampleApplicationTests {
@Test
void contextLoads() {
}
}
| [
"nathan.southerland@mmrgrp.com"
] | nathan.southerland@mmrgrp.com |
fe60d789df246ab5a5cc934c3d44cff1fc3c47e1 | 3b84c0705b84d4d0ad34eaeb862ef53b05479843 | /Servidor-VEM/src/application/InicioVotoCtrl.java | 26c8bb0f17d868f96564fd764da44a200d8d8000 | [] | no_license | AntKevLazArt96/GADM-VE-v01 | ab9c70214c06cba75fddfe4151a1e4ab2e23b902 | dd6e5c140a0e7491ae78345c7cec4fee78992200 | refs/heads/master | 2021-09-07T12:08:20.285097 | 2018-02-22T15:29:07 | 2018-02-22T15:29:07 | 112,576,212 | 27 | 0 | null | 2017-12-21T03:51:26 | 2017-11-30T06:55:41 | Java | UTF-8 | Java | false | false | 4,437 | java | package application;
import java.io.IOException;
import java.net.URL;
import java.rmi.RemoteException;
import java.util.ResourceBundle;
import org.json.simple.JSONObject;
import com.jfoenix.controls.JFXButton;
import com.jfoenix.controls.JFXTextArea;
import clases.TramVoto;
import clases.puntoATratar;
import javafx.ev... | [
"laz-anthony1996@hotmail.com"
] | laz-anthony1996@hotmail.com |
c3dbcef7dd4e35764f078b900e08ebb0b9356917 | d5a6db9f56db1f404090aadb90acd7f95339dac3 | /leetcode_java/src/leetcode/editor/cn/P43MultiplyStrings.java | 19699b7a8c4e4813440e3059b159978a0faf602f | [] | no_license | luorixiangyang/Blog-code | da073b2958731a2fdb1247baf985190573076184 | 173f2aba7707953d4a6a9da4bd775830f7ceba50 | refs/heads/main | 2023-09-05T09:51:07.474344 | 2021-11-16T09:40:53 | 2021-11-16T09:40:53 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,423 | java | package leetcode.editor.cn;
public class P43MultiplyStrings {
public static void main(String[] args) {
}
//leetcode submit region begin(Prohibit modification and deletion)
class Solution {
public String multiply(String num1, String num2) {
if (num1.equals("0") || num2.equals("0")) ... | [
"superfreeeee@gmail.com"
] | superfreeeee@gmail.com |
2fb1d02080cf78f468d9cc02dffc9cded20486fc | ea6bbe4659a7048f30dba5d4427060f5e8e116fa | /src/test/java/neusoft/sawyer/concurrency/example/immutable/ImmutableExample1.java | 01c37325ea175f17b2032b9216ad530e396ac28e | [] | no_license | SawyerSY/Concurrency | e047f7074e1b0c46d2592dfd0ad0df1dbcbc2e4f | ec0d1a7c9efcda9f6eb8db26683faca1e77cd579 | refs/heads/master | 2020-03-19T13:43:30.158148 | 2019-05-21T01:58:46 | 2019-05-21T01:58:46 | 136,592,376 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,058 | java | package neusoft.sawyer.concurrency.example.immutable;
import com.google.common.collect.Maps;
import lombok.extern.slf4j.Slf4j;
import neusoft.sawyer.concurrency.annotation.ThreadSafe;
import java.util.Map;
/**
* Created by sawyer on 2018/7/17.
*/
@Slf4j
@ThreadSafe
public class ImmutableExample1 {
private sta... | [
"aBc59731090"
] | aBc59731090 |
11dd07199ccfaf4b5b5c2500cfab57247389c82f | 21b59220b622384577ea28dccefb533c1d146c8b | /src/elections/Main.java | 7d76faf56528f3203670e7dd20c281cc6c27f87f | [] | no_license | EugenyB/elections | aa9ba6845f8e53a0fb3b19d4f3d2a986f7aed91e | bbcf56b98950cfb439a54a0a82abb0d27dfa4d8a | refs/heads/master | 2023-04-02T21:23:41.456390 | 2021-04-10T16:43:25 | 2021-04-10T16:43:25 | 354,894,864 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 12,312 | java | package elections;
import elections.entities.*;
import elections.exceptions.CitizenAlreadyIsAMemberOfPartyException;
import elections.exceptions.CitizenIsNotExistException;
import elections.exceptions.PassportNumberWrongException;
import java.time.LocalDate;
import java.util.Scanner;
public class Main {
Managem... | [
"kafedra.iust@gmail.com"
] | kafedra.iust@gmail.com |
73eb95f269588c53bf80602a0e4c1d1801d2c7e7 | ee95192a12c15996399b193e929550f7360f79d5 | /src/main/java/info/seleniumcucumber/methods/ScreenShotMethods.java | 6b01d4ba42b9f2c5a70936f0a4fdc973e2b61e2c | [] | no_license | vuongvvv/JavaSeleniumCucumber | 94dfd2d45eda7624f0e2ff9604c5372df89e8db1 | 1af99f082a1e94b534086f76784332881aaecf6d | refs/heads/master | 2021-07-09T13:18:53.904746 | 2019-08-24T13:44:00 | 2019-08-24T13:44:00 | 203,209,039 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,044 | java | package info.seleniumcucumber.methods;
import java.io.File;
import java.io.IOException;
import java.text.DateFormat;
import java.text.SimpleDateFormat;
import java.util.Calendar;
import java.util.Locale;
import org.apache.commons.io.FileUtils;
import org.openqa.selenium.OutputType;
import org.openqa.selenium.TakesScr... | [
"vuong.van@ascendcorp.com"
] | vuong.van@ascendcorp.com |
f8adbf1ca74c90e71379e793924a6bdd511ef9c1 | 9a3e66d89ba1b299bf809b6a4f645251fdbbb66d | /src/test/java/com/mycompany/myapp/security/SecurityUtilsTest.java | a04aabcfae8b19f064978862749480c587006b60 | [] | no_license | pvlastaridis/Neo4JHipster | 549e9e596fd15d688b2486bd597dd7dbaee04556 | bc13eaaa9542f3417713c27f5a9918bf8f7106b5 | refs/heads/master | 2021-06-05T02:41:06.265405 | 2020-12-24T17:35:43 | 2020-12-24T17:35:43 | 25,803,198 | 14 | 3 | null | 2021-04-26T17:41:54 | 2014-10-27T04:29:11 | Java | UTF-8 | Java | false | false | 2,092 | java | package com.mycompany.myapp.security;
import org.junit.Test;
import org.springframework.security.authentication.UsernamePasswordAuthenticationToken;
import org.springframework.security.core.GrantedAuthority;
import org.springframework.security.core.authority.SimpleGrantedAuthority;
import org.springframework.security.... | [
"panosvlastaridis@gmail.com"
] | panosvlastaridis@gmail.com |
c937edbf7c43dc0905a7a3204c9e9044c883f2ab | 67a1d45071d2ff3d3e3989dfca8d600a083b7ecd | /src/main/java/com/doctor/java/security/JavaCryptographyExtension_AES.java | 18e1af2fc7792f043ff39365cbfab2d0618e4e0f | [
"Apache-2.0"
] | permissive | sdcuike/openSourcLibrary-2015 | 2fdf6b7a39a15d6206af1e95f589261d6f00bb54 | 969bcae98d925b86017c04df72ebf50fad7fac3e | refs/heads/master | 2020-04-24T05:03:51.831869 | 2015-08-30T15:22:10 | 2015-08-30T15:22:10 | 32,978,037 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,139 | java | package com.doctor.java.security;
import java.nio.charset.StandardCharsets;
import java.security.InvalidKeyException;
import java.security.NoSuchAlgorithmException;
import java.util.Base64;
import javax.crypto.BadPaddingException;
import javax.crypto.Cipher;
import javax.crypto.IllegalBlockSizeException;
import javax... | [
"sdcuike@users.noreply.github.com"
] | sdcuike@users.noreply.github.com |
309ab7366f6aab040ab95f7ea8fde78a9821a67c | 26884781a91f0961fcbea9934ed7dddabaeaa71c | /Textmining/src/org/wisslab/ss15/textmining/Scene.java | 462f30754289156afa3b4fd0c8df0b8e156230c1 | [] | no_license | kaiec/textmining-ss16 | 24a595186eb4a6c1235d06da3d96d77b83cf738d | 0c6a8001c2ef2a0a5b411a5ef42ad48289bf009a | refs/heads/master | 2021-01-21T13:53:19.486572 | 2016-05-12T10:29:52 | 2016-05-12T10:29:52 | 55,677,541 | 6 | 5 | null | 2016-04-21T14:16:43 | 2016-04-07T08:29:38 | Java | UTF-8 | Java | false | false | 687 | 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 org.wisslab.ss15.textmining;
/**
*
* @author kai
*/
public class Scene {
private int number;
private Act act;
... | [
"eckert@hdm-stuttgart.de"
] | eckert@hdm-stuttgart.de |
9a4c046cf6696ef98a88fdc56575e35e336201fd | a636258c60406f8db850d695b064836eaf75338b | /src/org/openbravo/scheduling/ProcessMonitor.java | cd693ef14bb5bc69bf081db8a9842cb0d3b9b992 | [] | no_license | Afford-Solutions/openbravo-payroll | ed08af5a581fa41455f4e9b233cb182d787d5064 | 026fee4fe79b1f621959670fdd9ae6dec33d263e | refs/heads/master | 2022-03-10T20:43:13.162216 | 2019-11-07T18:31:05 | 2019-11-07T18:31:05 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 14,630 | java | /*
*************************************************************************
* The contents of this file are subject to the Openbravo Public License
* Version 1.1 (the "License"), being the Mozilla Public License
* Version 1.1 with a permitted attribution clause; you may not use this
* file except in... | [
"rcss@ubuntu-server.administrator"
] | rcss@ubuntu-server.administrator |
94d5c5ca88570ad3245127aa2bbf0db9ff68503e | 79957f70c9d3aa84fbef65cf4bc5be9acfab3f61 | /zijianmall-product/src/main/java/com/zijianmall/product/dao/AttrAttrgroupRelationDao.java | 89b34bf06546b855ded07482bc5d26c1a67f70ec | [
"Apache-2.0"
] | permissive | xiaoxiaoll1/zijianmall | 0f3c075a1ea4444e821abcf0ea18a053294fcd4d | 8996354c12843091952ea705969078289d3cee93 | refs/heads/main | 2023-02-17T12:53:48.217420 | 2021-01-13T12:12:50 | 2021-01-13T12:12:50 | 322,787,590 | 0 | 0 | Apache-2.0 | 2020-12-31T09:46:50 | 2020-12-19T06:59:53 | JavaScript | UTF-8 | Java | false | false | 430 | java | package com.zijianmall.product.dao;
import com.zijianmall.product.entity.AttrAttrgroupRelationEntity;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import org.apache.ibatis.annotations.Mapper;
/**
* 属性&属性分组关联
*
* @author zijian
* @email miraclexiao8@gmail.com
* @date 2020-12-21 22:37:16
*/
@Mapper
pu... | [
"904886481@qq.com"
] | 904886481@qq.com |
58edf8e7275776fc7e2c9f4be220ed32a2c177fd | b9a68c3d6c417bb20a9625e888137b824494aff8 | /Ride Share/obj/Debug/android/src/md5ec1e820de7c625f1eefa6266bce04596/TouchableWrapper.java | dd57d31a49ffd2710b4c2f59ceede62a55ca4af3 | [] | no_license | KhalidElKhamlichi/RideShare | d029703ccb2f7112abe8727aa701fba32a1290db | 709ad319141e32a484dd28eb770d78349b2f5bfe | refs/heads/master | 2021-09-02T13:03:57.623273 | 2018-01-02T21:41:16 | 2018-01-02T21:41:16 | 111,022,145 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,527 | java | package md5ec1e820de7c625f1eefa6266bce04596;
public class TouchableWrapper
extends android.widget.FrameLayout
implements
mono.android.IGCUserPeer
{
/** @hide */
public static final String __md_methods;
static {
__md_methods =
"n_dispatchTouchEvent:(Landroid/view/MotionEvent;)Z:GetDispatchTouchEvent_Landro... | [
"khalid.elboukhari.k@gmail.com"
] | khalid.elboukhari.k@gmail.com |
03e48bbd6dcd3bccd3a28f34f80cfdb345e83f56 | a44c7af42d0a156410dc574a0166c79490feac61 | /app/src/main/java/nikonorov/net/signapp/di/AppModule.java | 0057be1a8b63fd4fc44036a09afd0a25ec9aba80 | [] | no_license | VitalyNikonorov/signapp | 30467d9c4c86cda54f4f9eaa6dd926ae71cb3ab6 | 11a56f8286811e92e1e093816da5b14c70d96932 | refs/heads/master | 2021-01-11T14:54:46.315581 | 2017-01-28T16:43:10 | 2017-01-28T16:43:10 | 80,248,605 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 492 | java | package nikonorov.net.signapp.di;
import android.content.Context;
import android.support.annotation.NonNull;
import javax.inject.Singleton;
import dagger.Module;
import dagger.Provides;
/**
* Created by vitaly on 27.01.17.
*/
@Module
public class AppModule {
private Context appContext;
public AppModule... | [
"nik.vitaly@mail.ru"
] | nik.vitaly@mail.ru |
357ed3a9fc5dc48d1b9cdbbf18646af40faf1604 | 29f59c99fe387cdb6bca6dc8ca927ca67786429e | /src/main/java/model/jdbc/impl/JDBC.java | 4683bbbe27fb95c15930f5c3183ca7b4db79f55a | [] | no_license | grishasht/Ain.ua_Parser | 29a9fbfa24508fcc9e9b91533839404600672cb3 | 49cc90952a3df0b40bdf1e2dc8434d7cb9f90347 | refs/heads/master | 2022-09-30T19:53:18.264603 | 2020-02-20T21:44:30 | 2020-02-20T21:44:30 | 197,632,842 | 0 | 0 | null | 2022-09-08T01:06:29 | 2019-07-18T17:50:42 | Java | UTF-8 | Java | false | false | 176 | java | package model.jdbc.impl;
import java.sql.Connection;
class JDBC {
Connection connection;
JDBC(Connection connection) {
this.connection = connection;
}
}
| [
"grishasht@bigmir.net"
] | grishasht@bigmir.net |
966c24593c42647c043228b3b1ee37e1d78315c7 | 43c212034087e8cf961075d783eb859e759b62e9 | /src/entity/Donation.java | 09e208d7ac57b25f830511b4718682e662e418f6 | [] | no_license | Nastasja-Z/lab1_Java | 4ac2c38512286207e9c9780ccde6e81856a75fde | b2dd1f093f2347cdb654291563e76a04234a2170 | refs/heads/main | 2023-03-16T08:57:35.115569 | 2021-03-17T17:30:29 | 2021-03-17T17:30:29 | 348,793,769 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,082 | java | package entity;
import entity.Needy;
import entity.Option;
import java.util.Map;
import java.util.Objects;
import java.util.Set;
public class Donation {
private Integer id;
private Map<Needy, Option> donatMap;
public Integer getId() {
return id;
}
public void setId(Integer id) {
... | [
"anastasia.zimnenko@gmail.com"
] | anastasia.zimnenko@gmail.com |
d4d997d726508c06487eb17af6d8bc451f010495 | 421f0a75a6b62c5af62f89595be61f406328113b | /generated_tests/no_seeding/99_newzgrabber-Newzgrabber.NewsFile-1.0-3/Newzgrabber/NewsFile_ESTest_scaffolding.java | 1e2cccc91de3e242e03580868f81b1a68eb6b946 | [] | no_license | tigerqiu712/evosuite-model-seeding-empirical-evaluation | c78c4b775e5c074aaa5e6ca56bc394ec03c2c7c6 | 11a920b8213d9855082d3946233731c843baf7bc | refs/heads/master | 2020-12-23T21:04:12.152289 | 2019-10-30T08:02:29 | 2019-10-30T08:02:29 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 526 | java | /**
* Scaffolding file used to store all the setups needed to run
* tests automatically generated by EvoSuite
* Mon Oct 28 16:28:46 GMT 2019
*/
package Newzgrabber;
import org.evosuite.runtime.annotation.EvoSuiteClassExclude;
import org.junit.BeforeClass;
import org.junit.Before;
import org.junit.After;
import o... | [
"pderakhshanfar@bsr01.win.tue.nl"
] | pderakhshanfar@bsr01.win.tue.nl |
76dbac73063e379de091d7af4fb06cac340b9aec | 45e212d22087ddbe7baa5875943b888b4b5ba0a2 | /src/com/company/HasTail.java | c9c87f368129a6fdeec76f8ba2629841eafc0604 | [] | no_license | CoderBryGuy/OrderOfInitialization | f9ef5df7d70e72f6852c58fa451666e5f3498b05 | d9bcbb67ecb9f872f182915341f2e30ca7b8beca | refs/heads/master | 2020-11-29T03:04:54.922909 | 2019-12-24T21:08:15 | 2019-12-24T21:08:15 | 230,003,423 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 230 | java | package com.company;
public interface HasTail {
int DEFAULT_TAIL_LENGTH = 2;
// int getDefaultTailLength();
// public abstract int getDefaultTailLength();
int getDefaultTailLength();
int getWeight();
}
| [
"bryan.dov.bergman@gmail.com"
] | bryan.dov.bergman@gmail.com |
b3b1775b865de7759c168dd084f010ab66a4f7e0 | e01c0a481a4241627011c3810a1dfe163eb29133 | /src/main/java/com/erp/pojo/ProductInfo.java | eb8fe056cd5c148658d92f06fe7ecf782fd2000e | [] | no_license | zhang771036282/Erp | acab9519c447e075070a2d0e2fa4254a579f5c46 | f4b1b66d2a577beaf08f1a99e51ebf2f35fb1883 | refs/heads/master | 2020-04-11T06:48:51.794277 | 2019-01-17T02:13:32 | 2019-01-17T02:13:49 | 161,583,501 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,025 | java | package com.erp.pojo;
public class ProductInfo {
private Integer id;
private Integer ddid;
private String orderCode;
private Float width;
private Float height;
private String board;
private String craft;
private String doorType;
private String edgeShape;
private String ... | [
"771036282@qq.com"
] | 771036282@qq.com |
536bfe1b73e189b2d4b2ea0ad53403f4ad6dcd59 | 3ff8443bb19fb0cf0dc0fc17051549881f91e9b6 | /app/src/main/java/com/arnela/rubiconapp/Ui/main/TvMovieListAdapter.java | fe0d0b415bd80046d71f14d43ff62a8b56237bf7 | [] | no_license | arn3la/mobileApp | 60530aa69a3e421138d376d7c3f3d55c6cff916b | 7e528b064aed88ad9a261eaabd2894bcdee15ee2 | refs/heads/master | 2020-03-21T00:34:22.265645 | 2018-06-19T23:33:18 | 2018-06-19T23:33:18 | 137,889,620 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,883 | java | package com.arnela.rubiconapp.Ui.main;
import android.support.annotation.NonNull;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import android.widget.TextView;
import com.arnela.rubiconapp.D... | [
"arnela.jasarevic1996@gmail.com"
] | arnela.jasarevic1996@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.