blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 7 410 | content_id stringlengths 40 40 | detected_licenses listlengths 0 51 | license_type stringclasses 2
values | repo_name stringlengths 5 132 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringlengths 4 80 | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 5.85k 684M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 22
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 132
values | src_encoding stringclasses 34
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 3 9.45M | extension stringclasses 28
values | content stringlengths 3 9.45M | authors listlengths 1 1 | author_id stringlengths 0 352 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
e6ed929f0513c5541a85370212508603cad7fdd7 | f8041533e6432ca3616d07af98cb3c6592010f1b | /app/src/main/java/com/example/sqlitepractice/Models/User.java | 386a886f269491e8e73320478ecc796750d2f31f | [] | no_license | xenonJr/EshopDataBaseProject | c3a0dee4c877fb384e71825aff88259cd6cf58ac | c6bcb58eeaf081017493dacd658cefff829743b0 | refs/heads/master | 2023-02-14T05:27:46.444672 | 2020-12-30T19:38:33 | 2020-12-30T19:38:33 | 323,367,703 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,043 | java | package com.example.sqlitepractice.Models;
public class User {
String name,username,address,mail,pass;
public User(String name, String username, String address, String mail, String pass) {
this.name = name;
this.username = username;
this.address = address;
this.mail = mail;
... | [
"zkxenon98@gmail.com"
] | zkxenon98@gmail.com |
330c1755937553b619d73dd917c2817443775af3 | 64cb91c34c4098315fe735711631d14254182362 | /java/wenxin/leetcode/java/SuperUglyNumber.java | d141da0a6478526531bc7353846188e9cd8cca8b | [] | no_license | wl4kx/Leetcode | d47be00b75919d2197dd18846fd067bf56423814 | c00179b522996edd2e9d4b65445ce46d2241bdee | refs/heads/master | 2021-01-15T08:09:30.565400 | 2016-08-26T00:58:39 | 2016-08-26T00:58:39 | 38,285,019 | 0 | 0 | null | null | null | null | WINDOWS-1252 | Java | false | false | 1,303 | java | package wenxin.leetcode.java;
/*
* Write a program to find the nth super ugly number.
Super ugly numbers are positive numbers whose all prime factors are in the given prime list primes of size k. For example, [1, 2, 4, 7, 8, 13, 14, 16, 19, 26, 28, 32] is the sequence of the first 12 super ugly numbers given primes ... | [
"wl4kx@virginia.edu"
] | wl4kx@virginia.edu |
3b08decc07d8764a42f1542bd782b44695db11b1 | f942a22c1e1fac7fa124ce0c2149946b175401ec | /src/main/java/com/quickstart/bbframework/common/service/RedisService.java | 3a65d1a0a4fc1f22719eb21b4fa8da83f0342390 | [
"Apache-2.0"
] | permissive | halower/bbframework-project | b6c97d5818a607a771bbd6c43b9440afec1cbeb9 | 7721c49e9356a384becbf3ba01a0854ee1819098 | refs/heads/main | 2023-02-28T12:54:57.297738 | 2021-02-08T09:11:46 | 2021-02-08T09:11:46 | 337,016,435 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,429 | java | package com.quickstart.bbframework.common.service;
import java.util.List;
import java.util.Map;
import java.util.Set;
/**
* redis操作Service
*/
public interface RedisService {
/**
* 保存属性
*/
void set(String key, Object value, long time);
/**
* 保存属性
*/
void set(String key, Object v... | [
"121625933@qq.com"
] | 121625933@qq.com |
ce3f7efe0522e2c766aba10f596d418ac4c892fd | 0e30f1998d8e06d5ca177ad53ad1b7efb0ed0cad | /jBPM6Example_persistence_basic_BPMS6/src/test/java/com/sample/ProcessJPATest.java | 8c67322a2a802105faffd4a81de7391d213f4e9f | [
"CC0-1.0",
"LicenseRef-scancode-public-domain"
] | permissive | cjk007/jbpm6example | ba999f2ca22b975370923b3caed57c4f4634eacc | 8679948c6cafd199eb3a92f55c38fe12c9a09d82 | refs/heads/master | 2021-01-16T18:23:12.027586 | 2014-10-22T03:25:13 | 2014-10-22T03:25:13 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,782 | java | package com.sample;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.Properties;
import javax.persistence.EntityManagerFactory;
import javax.persistence.Persistence;
import junit.framework.TestCase;
import org.jbpm.process.audit.JPAAuditLogService;
import org.jbpm.runtime.mana... | [
"toshiyakobayashi@gmail.com"
] | toshiyakobayashi@gmail.com |
1b6e0a3cb24591289d923f0e02df0176c0377644 | c0f36ad2176cd480b0801f3d048bf6d6f4fbf5ff | /genie-agent/src/main/java/com/netflix/genie/agent/execution/exceptions/JobReservationException.java | ca7ced367b67f3bce6eb164b71dff82f57c00b84 | [
"Apache-2.0"
] | permissive | tgianos/genie | bf93c15cb69c0b2ff4a04bca4beb6141bf76bfba | abe4f230fde07964a665ff1d5ad210836827499b | refs/heads/master | 2022-06-20T23:12:50.899169 | 2022-05-07T16:30:36 | 2022-05-09T19:33:58 | 76,530,669 | 0 | 1 | Apache-2.0 | 2022-01-24T17:35:23 | 2016-12-15T06:30:51 | Java | UTF-8 | Java | false | false | 1,320 | java | /*
*
* Copyright 2018 Netflix, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ap... | [
"mprimi@netflix.com"
] | mprimi@netflix.com |
f1bdb0cbb5e3278f9a5e7c52c1bf4f58a4285a45 | 336d652e88f9477dd6f0b76ba40d4264bca05d06 | /Celest2Horizon-1.0.0/src/com/c2h/C2H.java | 94b2cae2854fa57c53654e68f1364255a294d322 | [] | no_license | Giacomo88/celest2horizon | 61d671e158f4b9f1693c595b1b40ef086aaf1a04 | d02d8809b071e8727df48762859eb92da1bfc891 | refs/heads/master | 2021-01-10T16:43:20.332658 | 2012-01-24T19:20:55 | 2012-01-24T19:20:55 | 45,044,182 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 19,817 | java | /* Celest2Horizon - Converts RA / Dec to Altitude / Azimuth on Droid Phones
Copyright (C) 2010 F. A. Willis
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of... | [
"crappiemeister@12253d9f-7557-08cb-0b6a-951e442744b5"
] | crappiemeister@12253d9f-7557-08cb-0b6a-951e442744b5 |
2af88447e1ff84a097baf5c674b061b20dda67ea | 4f8dfcdd6f1494b59684438b8592c6c5c2e63829 | /DiffTGen-result/output/patch4-Math-82-Jaid-plausible/Math_82_4-plausible_jaid/target/0/25/evosuite-tests/org/apache/commons/math/optimization/linear/SimplexSolver_ESTest_scaffolding.java | e55154843388c718c337cfb3de988b6deb26599a | [] | no_license | IntHelloWorld/Ddifferent-study | fa76c35ff48bf7a240dbe7a8b55dc5a3d2594a3b | 9782867d9480e5d68adef635b0141d66ceb81a7e | refs/heads/master | 2021-04-17T11:40:12.749992 | 2020-03-31T23:58:19 | 2020-03-31T23:58:19 | 249,439,516 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,202 | java | /**
* Scaffolding file used to store all the setups needed to run
* tests automatically generated by EvoSuite
* Mon Mar 30 02:00:07 GMT 2020
*/
package org.apache.commons.math.optimization.linear;
import org.evosuite.runtime.annotation.EvoSuiteClassExclude;
import org.junit.BeforeClass;
import org.junit.Before;
... | [
"1009479460@qq.com"
] | 1009479460@qq.com |
2ad8476ea85fb2ca7bcc26d77790175b3dfc3726 | 3bd2b934a4fa0f4a137ef667187c2f3da84f5021 | /Super_Duper_App/app/src/androidTest/java/com/example/super_duper_app/ExampleInstrumentedTest.java | 14463b1d715b70a3c492c6cdd538f4d85bd0b3d7 | [] | no_license | martin-cervantes/Android | 82e9069e1be48cffbc39009c480f01104bb7f290 | e78558760778cf32a5cfe944daba312ee7bfc1f2 | refs/heads/master | 2023-03-03T23:12:12.392914 | 2023-02-28T23:49:30 | 2023-02-28T23:49:30 | 85,215,244 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 738 | java | package com.example.super_duper_app;
import android.content.Context;
import android.support.test.InstrumentationRegistry;
import android.support.test.runner.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumented test, which will execute on an And... | [
"cervantes.martine@gmail.com"
] | cervantes.martine@gmail.com |
f3c692322f2560d255629e2e2dd8329807afff01 | ecd2b1fdaff03c67ef4514fa30d9e07de7e09cf7 | /src/Algorithm/minSubArrayLen.java | 4bd0ad27a7da490957f3d4ba4926c2a971f28188 | [] | no_license | MrSongzzZ/StructureAndAlgorithm | d760af20aa75b9c596f6d3bd9033cf1f69d2efef | 2c1142afec58ffe2a5d637d8d87c20100488ace3 | refs/heads/main | 2023-08-05T15:44:02.267357 | 2021-09-16T05:41:20 | 2021-09-16T05:41:20 | 305,950,994 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,969 | java | package Algorithm;
/**
* 给定一个含有 n 个正整数的数组和一个正整数 target 。
*
* 找出该数组中满足其和 ≥ target 的长度最小的 连续子数组 [numsl, numsl+1, ..., numsr-1, numsr] ,并返回其长度。如果不存在符合条件的子数组,返回 0 。
*
*
*
* 示例 1:
*
* 输入:target = 7, nums = [2,3,1,2,4,3]
* 输出:2
* 解释:子数组 [4,3] 是该条件下的长度最小的子数组。
* 示例 2:
*
* 输入:target = 4, nums = [1,4,4]
* 输出:1
*... | [
"648828674@qq.com"
] | 648828674@qq.com |
061678a611c36736b9ced36e8ce7f7611b245589 | d8bf44e44213ae4197d0aa8f54f3e3c2c1f361cc | /박성철/210405/BJ_14567.java | 259162597b6805adfed629b3ed1b2b65937648b6 | [] | no_license | SSAFY05-SEOUL07-ALGO05/AlgorithmTest | 3126c751f378c0dcc6fc24bf64771e528e67ed13 | 2edd4886535add41741bab7f864a5fb4f2a7bf46 | refs/heads/main | 2023-04-20T20:52:43.888351 | 2021-05-13T11:35:16 | 2021-05-13T11:35:16 | 352,645,834 | 0 | 1 | null | 2021-05-13T11:35:17 | 2021-03-29T13:04:13 | Java | UTF-8 | Java | false | false | 1,712 | java | package com.ssafy.day0405;
import java.io.*;
import java.util.*;
// 백준 14567. 선수과목.
// 위상 정렬.
public class BJ_14567 {
public static void main(String[] args) throws IOException {
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
StringTokenizer st = new StringTokenizer(br.readLine(), " ");... | [
"try615@naver.com"
] | try615@naver.com |
ae2438814871249b914a0e842f14a1141f42a0cf | 82159a65b13fdfd538a17448f3a572a11489c564 | /app/src/test/java/com.danilov.supermanga/core/repository/realweb/MangaReaderNetTest.java | 603ffa56d24d296bbec56a0a2312a04d84683eab | [
"Apache-2.0"
] | permissive | SammyVimes/manga | 130329f9cc7be733b6a2a2cb7021b9ad42a1c6f3 | 971f24e943239e9c1638d5da3c96b0cd33a96c88 | refs/heads/master | 2021-01-19T01:06:21.141338 | 2018-10-01T10:59:21 | 2018-10-01T10:59:21 | 53,887,772 | 30 | 13 | null | 2018-04-08T05:06:01 | 2016-03-14T20:02:52 | Java | UTF-8 | Java | false | false | 4,797 | java | package com.danilov.supermanga.core.repository.realweb;
import com.danilov.supermanga.BuildConfig;
import com.danilov.supermanga.core.model.Manga;
import com.danilov.supermanga.core.model.MangaChapter;
import com.danilov.supermanga.core.model.MangaSuggestion;
import com.danilov.supermanga.core.repository.MangaReaderNe... | [
"samvimes@yandex.ru"
] | samvimes@yandex.ru |
92322d9e5dd8515b44c3b2a859ff9121ad2f8425 | 515af6cf1cbee1a5428d9782cc8f215c4fc0c746 | /src/day59_polymorphism_exceptions/InputField.java | 3f4a3266651974a8a6db49ccd8ffee793f70663f | [] | no_license | XinFuxuan/Java-programming | f2e0ac0e568ceeab5d30edd82c2f551d27379e8b | 468b9b859621cc4ffedfa9369ab9f9f664e1ad81 | refs/heads/master | 2023-06-19T04:26:56.020945 | 2021-07-18T21:08:30 | 2021-07-18T21:08:30 | 371,525,207 | 0 | 0 | null | 2021-05-29T21:07:01 | 2021-05-27T23:09:29 | Java | UTF-8 | Java | false | false | 606 | java | package day59_polymorphism_exceptions;
public class InputField implements WebElement {
public static final String TAG_NAME = "input";
public String getValue() {
System.out.println("Getting value in the InputField");
return "selenium";
}
@Override
public void sendKeys(String txt) {... | [
"x7182000@yahoo.com"
] | x7182000@yahoo.com |
f72ec9286222ca040826e86b1ee6b5710d52f9a9 | e15a01f82717956bc0e9d7abeff8519b70a62d98 | /invenio/invenio-systems/services/src/main/java/com/invenio/service/admin/XtradersExchangeService.java | 4ce4e45e1aea7ea14ec44c3baf35977e06d04a95 | [] | no_license | ruchiapandeya/projects | 89340fb548c7921e13856af138fb413177db2d97 | b9668cb999902b4f2194bd7646a047d4155e6ed2 | refs/heads/master | 2021-01-20T21:26:13.689265 | 2014-05-15T07:54:01 | 2014-05-15T07:54:01 | 18,482,492 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 288 | java | package com.invenio.service.admin;
import com.invenio.schema.beans.admin.XtradersExchange;
import com.invenio.service.PersistenceService;
public interface XtradersExchangeService extends PersistenceService<XtradersExchange, com.invenio.dao.entity.admin.XtradersExchange, Integer> {
}
| [
"hellowrakesh123@gmail.com"
] | hellowrakesh123@gmail.com |
9a1af07ad622aa166790b567372be88bde0cc867 | 40f90cae409f6b5a8f9b9c4b08d32718673ac9b2 | /app/src/main/java/com/example/optimas/firebaseconsole/FoodList.java | c92a697c9a676b84690f4bda5176c1db895f671e | [] | no_license | kuldeep23/DamayaServices | 00c21d90f9c5701559b29e695bc17f5af49d7df5 | 7ff6add78441f7b30ad37c0ee690e90ac9d63ec9 | refs/heads/master | 2020-12-11T04:36:28.108789 | 2020-02-12T07:05:31 | 2020-02-12T07:05:31 | 233,778,525 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 18,331 | java | package com.example.optimas.firebaseconsole;
import android.content.Context;
import android.content.Intent;
import android.graphics.Bitmap;
import android.graphics.Color;
import android.graphics.drawable.Drawable;
import android.support.annotation.NonNull;
import android.support.v4.widget.SwipeRefreshLayout;
import an... | [
"kuldeepnitian@gmail.com"
] | kuldeepnitian@gmail.com |
99acaa4b9614d4159316d822be034ca31943cfbb | 53527e1e18eaa45a9560c088f3481e9474947aae | /app/src/main/java/com/example/getsumfoot/data/EventMapData.java | 654761263ec907ed314ea6c32f227f52639c1f14 | [] | no_license | JonghunAn/getSum_foodtruck | c7d3c824686df9023205c521c56d3a78a8815174 | 533581e82c5ca0cea7b292c7967d531cd9ab139d | refs/heads/master | 2023-01-30T01:57:54.030424 | 2020-12-11T18:16:00 | 2020-12-11T18:16:00 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 840 | java | package com.example.getsumfoot.data;
import org.jetbrains.annotations.NotNull;
public class EventMapData {
public double 위도,경도;
public String 소재지도로명주소;
EventMapData(){}
public EventMapData(double 위도, double 경도){
this.위도 = 위도;
this.경도 = 경도;
}
public double get_latitude()... | [
"sirius714@naver.com"
] | sirius714@naver.com |
c9dc1e0834b62070caaa046738910fa505c46e85 | e4a96621b6cb1dad2670ead9c26f8a5e87b0e2d0 | /core/src/com/lindengames/line/screens/ScreenAdapter.java | 5509338b3872337041e8422d074455e001ba4c46 | [] | no_license | jaqbcygan/com.lindengames.line | 0ffcb9d04e0a27241f67d3d18778856c630467d5 | 391e283d86aa55775aeb154e1c27ad048f5f5e37 | refs/heads/master | 2021-01-17T20:01:55.396794 | 2016-08-17T16:18:49 | 2016-08-17T16:18:49 | 64,148,566 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,388 | java | package com.lindengames.line.screens;
import com.badlogic.gdx.Gdx;
import com.badlogic.gdx.Screen;
import com.badlogic.gdx.graphics.GL20;
import com.badlogic.gdx.graphics.OrthographicCamera;
import com.badlogic.gdx.scenes.scene2d.Stage;
import com.badlogic.gdx.utils.Timer;
import com.badlogic.gdx.utils.viewport.Screen... | [
"cygan6914@gmail.com"
] | cygan6914@gmail.com |
ab8ec1d175e19851f16a4706ba56ef574c5a370a | 208ba847cec642cdf7b77cff26bdc4f30a97e795 | /di/db/src/main/java/org.wp.db/ui/comments/CommentActions.java | 3246505cdf409d39c2e01c6479661dd5dae6ef00 | [] | no_license | kageiit/perf-android-large | ec7c291de9cde2f813ed6573f706a8593be7ac88 | 2cbd6e74837a14ae87c1c4d1d62ac3c35df9e6f8 | refs/heads/master | 2021-01-12T14:00:19.468063 | 2016-09-27T13:10:42 | 2016-09-27T13:10:42 | 69,685,305 | 0 | 0 | null | 2016-09-30T16:59:49 | 2016-09-30T16:59:48 | null | UTF-8 | Java | false | false | 20,667 | java | package org.wp.db.ui.comments;
import android.os.Handler;
import android.text.TextUtils;
import com.android.volley.VolleyError;
import com.wordpress.rest.RestRequest;
import org.json.JSONObject;
import org.wp.db.WordPress;
import org.wp.db.datasets.CommentTable;
import org.wp.db.models.Blog;
import org.wp.db.models.... | [
"cedric.champeau@gmail.com"
] | cedric.champeau@gmail.com |
da4ba1f23b34e42a603cfc51e0574cbe88a50cdd | 08b4cadbb485684547d53bf8bc10becd78a47f1c | /src/net/magicraft/AutoRefill/AutoRefillPlugin.java | adb6aef67ccf4f8c3dc30fbe47e58e313590acde | [
"MIT"
] | permissive | LaGamma/AutoRefill | 1c97c70b97cfd96707363d76073dbceb266c8bb2 | f39f56e7196226df76453b7cce4b83850494f340 | refs/heads/master | 2022-12-25T15:39:18.930033 | 2020-10-10T06:31:31 | 2020-10-10T06:31:31 | 300,878,562 | 0 | 0 | null | 2020-10-04T11:17:31 | 2020-10-03T12:46:13 | Java | UTF-8 | Java | false | false | 1,401 | java | package net.magicraft.AutoRefill;
import net.milkbowl.vault.permission.Permission;
import java.util.logging.Logger;
import org.bukkit.plugin.Plugin;
import org.bukkit.plugin.RegisteredServiceProvider;
import org.bukkit.plugin.java.JavaPlugin;
public class AutoRefillPlugin extends JavaPlugin {
private static AutoRe... | [
"nplagamma@email.wm.edu"
] | nplagamma@email.wm.edu |
876ebe0baa5139ab955193180bb21272309f1074 | 264f301b67d799428187cd57e75f8831005368f7 | /HW2_iteration/src/S05_Prime.java | a263907a10f554c4c75c253768b920482c37143a | [] | no_license | Auphie/JAVA | 44697506413b55d19404aafe0c4dd3cfa2fe4df5 | 767da8765acd5831952ac37a20eefe442413b6da | refs/heads/master | 2021-05-01T05:53:00.589630 | 2018-02-11T14:24:33 | 2018-02-11T14:24:33 | 121,131,632 | 0 | 0 | null | null | null | null | BIG5 | Java | false | false | 329 | java |
public class S05_Prime {
public static void main(String[] args) {
int x = 100;
System.out.printf("小於%d的質數共有:%n",x);
for(int i=2; i<x; i++)
{int count = 0;
for(int j=1; j<i; j++){
if(i%j == 0)
count += 1;
}
if(count == 1)
System.out.printf("%d,",i);
}
}
}
| [
"auphie@gmail.com"
] | auphie@gmail.com |
b89816f5bb61b773e45979708c7561d373bc838b | 93f9247011407dca684b365b5a2e64b65f7b4fe4 | /src/main/java/com/project/bookstore/model/UserSignupInputData.java | 8f950f18f28e723ee01b8e97e2d407fe97cd5916 | [] | no_license | rushilp2311/4413-Backend | 09a11e4fa3a19f92b24c1984591ae90bae503a2c | 8026851f5b97066dc79f926a06968123ec97a75b | refs/heads/main | 2023-01-28T07:38:44.592195 | 2020-12-07T04:16:14 | 2020-12-07T04:16:14 | 310,707,203 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 977 | java | package com.project.bookstore.model;
public class UserSignupInputData {
private String firstName;
private String lastName;
private String email;
private String password;
public UserSignupInputData() {
}
public UserSignupInputData(String firstName, String lastName, String email, String password) {
t... | [
"43500177+singh-rbir@users.noreply.github.com"
] | 43500177+singh-rbir@users.noreply.github.com |
5777333481da6ac810ccf50b3c2afce06c4fabeb | 8ad9e61b602e4fa12fc193ad24ab3483f50b7598 | /IBM Proactive Technology Online/ProtonJ2SE/src/com/ibm/hrl/proton/metadata/epa/StatefulEventProcesingAgentType.java | 64cafd8d293474cf801fee81c300eec83a38f0bf | [
"Apache-2.0",
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | mindis/Proton | 91b54d6a9295d7f42c6fe4b3c18a8131d351ac0a | c1f2bd31194e0519dcc85e1f4626e8ac76b403a6 | refs/heads/master | 2020-05-29T12:22:39.582754 | 2015-04-28T14:16:59 | 2015-04-28T14:16:59 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,307 | java | /*******************************************************************************
* Copyright 2014 IBM
*
* 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.o... | [
"inna@il.ibm.com"
] | inna@il.ibm.com |
c20a6cd43a0be62e60a12ac6ba5905ba8f8c4d2e | 3f9c5f9bd4317d56196461f46b1d482c0a20df9b | /src/main/java/com/frostwire/jlibtorrent/plugins/SwigPlugin.java | 5a4624f89be0791c314ccf3c219154be60d568e4 | [
"MIT"
] | permissive | davidxv/frostwire-jlibtorrent | 2c2bf139ef8d2ebce1873f6638e59e1892ce5d91 | c6a1c82dcb167b81bfe21cd0fc21a7d91c15e773 | refs/heads/master | 2021-01-17T20:17:20.655235 | 2015-10-20T05:06:01 | 2015-10-20T05:06:01 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,160 | java | package com.frostwire.jlibtorrent.plugins;
import com.frostwire.jlibtorrent.*;
import com.frostwire.jlibtorrent.alerts.Alerts;
import com.frostwire.jlibtorrent.swig.*;
import java.util.Iterator;
import java.util.LinkedList;
import java.util.List;
/**
* @author gubatron
* @author aldenml
*/
public final class Swig... | [
"aldenml@gmail.com"
] | aldenml@gmail.com |
10aff1958e2ebda7b54f88c5793f68e78413c520 | e21d17cdcd99c5d53300a7295ebb41e0f876bbcb | /22_Chapters_Edition/src/main/java/com/lypgod/test/tij4/practices/Ch10_InnerClasses/Practice4/Sequence.java | 0924c087c88c558e113c03c4c1d4d5d82ade470a | [] | no_license | lypgod/Thinking_In_Java_4th_Edition | dc42a377de28ae51de2c4000a860cd3bc93d0620 | 5dae477f1a44b15b9aa4944ecae2175bd5d8c10e | refs/heads/master | 2020-04-05T17:39:55.720961 | 2018-11-11T12:07:56 | 2018-11-11T12:08:26 | 157,070,646 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,357 | java | package com.lypgod.test.tij4.practices.Ch10_InnerClasses.Practice4;//: innerclasses/Sequence.java
// Holds a sequence of Objects.
interface Selector {
boolean end();
Object current();
void next();
}
public class Sequence {
private Object[] items;
private int next = 0;
public Sequence(int si... | [
"lypgod@hotmail.com"
] | lypgod@hotmail.com |
9173fe25ee0834c30570ea90350c98bdaee7b700 | 59edba456caf55f7192f426f86400c869151fba5 | /src/main/java/pl/sklep/zadanie2/controller/ShopController.java | b7291762836ce53ddcdf65058220cca47dcff95a | [] | no_license | rafi921/Shop | c6d36c6891a85e7dc35af1982a9d6823cb4a1ada | 0896f0ce7de285df2c2cad2f7497a77962ab028e | refs/heads/master | 2023-02-25T15:03:09.801914 | 2021-01-25T17:08:23 | 2021-01-25T17:08:23 | 332,821,169 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 931 | java | package pl.sklep.zadanie2.controller;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.context.event.ApplicationReadyEvent;
import org.springframework.context.annotation.Profile;
import org.springframework.context.event.EventListener;
import org.springframework.stereotype.... | [
"rplaczek37@gmail.com"
] | rplaczek37@gmail.com |
941f74150c54e7e2a89f57eaefcebf66087fd981 | 1a22463a70e5592bcc7e09b940dfa9605904520b | /src/hashtable/valid_sudoku_36/Solution1.java | 5f391de6485c0d72dae575f8eabcec9390bd56a6 | [] | no_license | toni-stepanov/leetcode | efecd3cdac1281d00b12599c21c0a7b88ae50012 | ae3fe75a5ce0017e72dd0ced81cb7f67745cbc31 | refs/heads/master | 2020-03-29T11:33:28.873517 | 2020-02-16T12:56:02 | 2020-02-16T12:56:02 | 149,809,038 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,258 | java | package hashtable.valid_sudoku_36;
import java.util.HashSet;
import java.util.Set;
/*
36. Valid Sudoku
https://leetcode.com/problems/valid-sudoku/#/description
Determine if a Sudoku is valid, according to: Sudoku Puzzles - The Rules.
The Sudoku board could be partially filled, where empty cells are filled with the ... | [
"AntonStepanof@yandex.ru"
] | AntonStepanof@yandex.ru |
e0f809e9248fa0fd783e59b2349d6ecccdad5f45 | 7c671f79781238d71653023fcc8ed629ee3d29f7 | /Android/EKutuphane/app/build/generated/source/buildConfig/androidTest/debug/com/akarakaya/ekutuphane/test/BuildConfig.java | b6a0c4f3f113bd3e9f62c48f962653694e5546ed | [] | no_license | akarakaya/DigitalLibrary | e4d892fbfa8414d6a14b0d1c1c20528b1d4e26c0 | 0d012a12d8b8b6305568e7e898dab874fd53b886 | refs/heads/master | 2020-07-15T14:03:33.759051 | 2016-08-24T09:15:22 | 2016-08-24T09:15:22 | 66,210,548 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 465 | java | /**
* Automatically generated file. DO NOT MODIFY
*/
package com.akarakaya.ekutuphane.test;
public final class BuildConfig {
public static final boolean DEBUG = Boolean.parseBoolean("true");
public static final String APPLICATION_ID = "com.akarakaya.ekutuphane.test";
public static final String BUILD_TYPE = "de... | [
"aykut.karakaya@bil.omu.edu.tr"
] | aykut.karakaya@bil.omu.edu.tr |
f48468fdd30100b96983fde26790e7571ad3db80 | 939dd20ead0a8b4b7ae1e1a331888c2afb4c0327 | /src/main/java/com/uca/capas/ServletInitializer.java | 8765be4a6b36cd12e7ad0dce0e752370e219e84c | [] | no_license | JoseDFS/Labo4_PNCapas | 0a4ed33480304a7574ed89cae93602b97ca64110 | 21f6d298705541bb1e31bbe95ddfeec6ac6214f3 | refs/heads/master | 2022-07-10T14:44:28.366484 | 2020-05-12T02:32:04 | 2020-05-12T02:32:04 | 263,212,255 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 413 | java | package com.uca.capas;
import org.springframework.boot.builder.SpringApplicationBuilder;
import org.springframework.boot.web.servlet.support.SpringBootServletInitializer;
public class ServletInitializer extends SpringBootServletInitializer {
@Override
protected SpringApplicationBuilder configure(SpringApplicationB... | [
"00001617@uca.edu.sv"
] | 00001617@uca.edu.sv |
eaa3db87e2c0dc4ebb0850d22c6e742e4cc219af | 469f79093305089c1da06dd0deddf8b4953f1f71 | /42challenge/src/com/clintlooney/Main.java | fda3a9c8ee924c1d1b7e624ab2aa47f00d1d29a6 | [] | no_license | clprivate/java-udemy | 7f89ac770addbbdff90cd8e3847cc1aec57f1113 | f15fed734c3c4b75b23074715f3cbacaf33d3612 | refs/heads/master | 2020-03-18T10:17:27.438109 | 2018-08-30T16:21:14 | 2018-08-30T16:21:14 | 134,605,431 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,025 | java | package com.clintlooney;
public class Main {
public static void main(String[] args) {
// for (int i = 8; i >= 2; i--) {
// System.out.println("$10K at " + i + "% interest = $" + String.format("%.2f",calculateInterest(10000,(double) i)));
// }
int primeCount = 0;
for (int i... | [
"clooney@amazon.com"
] | clooney@amazon.com |
376c77de074980159f17c70c06ec433db03f8b73 | 77ef13801192f83882d15093069cb0644e98d2a2 | /src/main/java/com/malkierian/plasmacraft/common/blocks/BlockGlowCloth.java | 5410fac4895d71a01f03f7a13fe64d29cd0f9e77 | [] | no_license | Mrkwtkr/PlasmaCraft | 3c43558e1e58ea9f9767bb6a67ff4ad0a5ed351c | 3826508ed47b45875fa940efbd27806e39985e4d | refs/heads/master | 2020-12-27T15:21:35.229948 | 2014-10-03T06:03:12 | 2014-10-03T06:03:12 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,142 | java | package com.malkierian.plasmacraft.common.blocks;
import java.util.List;
import java.util.Random;
import net.minecraft.block.Block;
import net.minecraft.block.material.Material;
import net.minecraft.client.renderer.texture.IIconRegister;
import net.minecraft.creativetab.CreativeTabs;
import net.minecraft.item.Item;
i... | [
"rhydonj@gmail.com"
] | rhydonj@gmail.com |
b991eec7c737db6158c4859afcf1192ff4f6b754 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/2/2_92b3a7d282086806cfd59aa7a853655e0e5856c4/WindowsDisplay/2_92b3a7d282086806cfd59aa7a853655e0e5856c4_WindowsDisplay_s.java | f6236604d478c3f6de28d70e6794c510fa389124 | [] | 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 | 19,126 | java | /*
* Copyright (c) 2002-2004 LWJGL Project
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
* met:
*
* * Redistributions of source code must retain the above copyright
* notice, thi... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
0fa0e7a6d2a9f5989cbbc968a9f3725de2fc3b80 | dcb65e710bc606cebc3962a36d46c2918558d5a1 | /src/boardgame/Board.java | 64cf8daa38db9326f70dd9560492d43d5b11f60b | [] | no_license | AlefGoncalves/chess-system-java | d7aece45a936adc1b771fa6c789139321828c34e | 2a1d91f3618b7fa3a4307924fd906a39db1db260 | refs/heads/master | 2023-02-04T23:38:39.700815 | 2020-12-29T15:11:58 | 2020-12-29T15:11:58 | 322,359,057 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,866 | java | package boardgame;
public class Board {
private int rows, columns;
private Piece[][] pieces;
public Board(int rows, int columns) {
if(rows < 1 || columns < 1) {
throw new BoardException("Error creating board: there must be at least 1 row and 1 column");
}
this.rows = rows;
this.columns = columns;
pi... | [
"alefgoncalvesrios@gmail.com"
] | alefgoncalvesrios@gmail.com |
f0d553f681a476d4ebdab992f1e49de65957b835 | 9d334e61860801337761f5b0b5663183f588b786 | /libresdk/src/main/java/com/mavid/libresdk/TaskManager/SAC/Listeners/SACListenerWithResponse.java | d675553ef75fbf787e80fcdec8d65a49d78d1c3d | [] | no_license | atul-17/Mavid3m | 4f9a7d78c7739319b1d86f67d60a125439a8dd2e | c64175ad1d9f91906cda1c263ffa277ae61179c6 | refs/heads/master | 2023-01-05T23:45:15.310176 | 2020-10-31T06:53:03 | 2020-10-31T06:53:03 | 286,229,267 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 318 | java | package com.mavid.libresdk.TaskManager.SAC.Listeners;
import com.mavid.libresdk.TaskManager.Discovery.Listeners.ListenerUtils.MessageInfo;
/**
* Created by bhargav on 27/4/18.
*/
public interface SACListenerWithResponse {
public void response(MessageInfo messageInfo);
public void failure(Exception e);
}
| [
"atul.p.kaushik@gmail.com"
] | atul.p.kaushik@gmail.com |
8ec4deb708984132382369bdce10ded723d50541 | e09352fcebc136ebb989275f2e98af7e60049b99 | /src/main/java/com/andersonmarques/debts_api/security/JwtLoginFilter.java | 1666a8f61946f581f584e659340d9bc368ca4e43 | [] | no_license | AndersonMarquess/Debts-management-api | a0949ccedf4013958f74ce1f4900dc0f90ba350f | d12fe2142478c2c78144848cac46a47d95ca2da6 | refs/heads/master | 2020-08-08T03:57:56.616377 | 2020-02-08T18:55:38 | 2020-02-08T18:55:38 | 213,704,204 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,931 | java | package com.andersonmarques.debts_api.security;
import java.io.IOException;
import javax.servlet.FilterChain;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import com.andersonmarques.debts_api.models.AccountCredentials;
import com.... | [
"andersongabriel96.ag@gmail.com"
] | andersongabriel96.ag@gmail.com |
69ccd98cc435a3d49b64bf6aa9782040e677a8f8 | f57fc1543d1577640160d83ed93500ccda67b6f9 | /NLUFrozenFood/src/main/java/com/nlufrozenfood/service/UserService.java | dda6527059995a6e5e9370d02754d2474cba5464 | [] | no_license | 17130225Hoangthinh/WebBanThit | 4692939a77ed7bfe6f55d7ff3e050ef8999c2ff8 | d848fea0af020cc74ee3220dd0c1b14266a653e1 | refs/heads/master | 2023-06-24T08:12:33.685554 | 2021-07-24T08:04:44 | 2021-07-24T08:04:44 | 389,032,611 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,002 | java | package com.nlufrozenfood.service;
import java.util.Set;
import com.nlufrozenfood.domain.User;
import com.nlufrozenfood.domain.UserBilling;
import com.nlufrozenfood.domain.UserPayment;
import com.nlufrozenfood.domain.UserShipping;
import com.nlufrozenfood.domain.security.PasswordResetToken;
import com.nlufrozenfood.d... | [
"17130225@st.hcmuaf.edu.vn"
] | 17130225@st.hcmuaf.edu.vn |
9fbc11363e77d57cbd4f8fb4d7791ee55bde78a3 | 9251342abf31799bb9a8474f61293733723e3366 | /screen-master/src/main/java/com/betel/estatemgmt/business/web/task/service/TaskService.java | c312fc316b9240b3e2cc1244796e73c8bcb52e8b | [] | no_license | zhuxiefei/screen-master | 2dcb9a7e8e6be415facd0f7d82efcc20cb3b03cf | 849025872ee7e5f59c98e4772b02c5cc9b8942ad | refs/heads/master | 2020-03-27T17:46:10.713354 | 2018-08-31T09:50:22 | 2018-08-31T09:50:22 | 146,873,193 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,074 | java | package com.betel.estatemgmt.business.web.task.service;
import com.betel.estatemgmt.business.propertyapp.task.model.AppTaskCount;
import com.betel.estatemgmt.business.web.task.model.*;
import com.betel.estatemgmt.common.model.work.TaskType;
import com.betel.estatemgmt.utils.pagination.model.Paging;
import javax.servl... | [
"huangjiaxing@betelinfo.com"
] | huangjiaxing@betelinfo.com |
7ae319bdf7db65099b88539a8a4020821a98b5c0 | 972ba7db7018f146f2a426ce6bf712b848fde2f1 | /src/main/querydsl/kr/co/mash_up/nine_tique/domain/QSellerProduct_Id.java | 0312325c149adb8038988a128aaec84b79e8654d | [] | no_license | waffle-iron/9tique-backend | 63c73baa7bb2c581ae734b651863bc99ecd4c949 | c865eb95e1137810710607d2586347e56452e2cf | refs/heads/develop | 2021-01-19T08:11:20.025600 | 2017-04-08T04:48:41 | 2017-04-08T04:48:41 | 87,608,778 | 0 | 0 | null | 2017-04-08T04:48:40 | 2017-04-08T04:48:40 | null | UTF-8 | Java | false | false | 1,120 | java | package kr.co.mash_up.nine_tique.domain;
import static com.mysema.query.types.PathMetadataFactory.*;
import com.mysema.query.types.path.*;
import com.mysema.query.types.PathMetadata;
import javax.annotation.Generated;
import com.mysema.query.types.Path;
/**
* QSellerProduct_Id is a Querydsl query type for Id
*/
... | [
"opklnm102@gmail.com"
] | opklnm102@gmail.com |
4ad6fd182f957680e29500a1a07d3ad119a08635 | f7693e8323843a47db7060dfe7c705245a72fb4f | /src/wtlcompiler/IR/IRBase/IRPrinter.java | 9ba2f3163b35eab129a5cc853cce2eb8cf3f8e61 | [] | no_license | sjtuwtl/compiler | 070beb1014bb50141d4cbaf8623b663c3514e563 | 3df02f905bf833203b7fe0fac09b0fdd45356c49 | refs/heads/master | 2020-03-12T22:14:16.666140 | 2018-06-06T09:33:49 | 2018-06-06T09:33:49 | 130,843,643 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,570 | java | package wtlcompiler.IR.IRBase;
import wtlcompiler.IR.Function;
import wtlcompiler.IR.IRInstruction;
import wtlcompiler.IR.IRType.Class;
import wtlcompiler.IR.Label;
import wtlcompiler.utility.Name;
import java.io.FileOutputStream;
import java.io.PrintStream;
import java.util.List;
public class IRPrinter {
privat... | [
"sjtuwtl@sjtu.edu.cn"
] | sjtuwtl@sjtu.edu.cn |
469642fa842b269b793841e7d3f01763bdcc297e | ce6135be5ce53759251c20dd88c80aaa09d11816 | /Android/Ex00_Project3/app/src/main/java/com/study/android/test2/Fragment3.java | ad5c71639c60b5b6b5b93f06fdc338317c6786a7 | [] | no_license | LeeKeonHoo/kosmo41_LeeKeonHoo | b0882853b5c378076d5fe80b550ff77fd8033f29 | 571526febc124f2065f8ff47c09f04396476db78 | refs/heads/master | 2020-03-21T04:41:08.596557 | 2019-02-20T07:32:39 | 2019-02-20T07:32:39 | 138,122,535 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 12,056 | java | package com.study.android.test2;
import android.app.Activity;
import android.content.DialogInterface;
import android.database.sqlite.SQLiteDatabase;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.support.v7.app.AlertDialog;
import android.util.Log;
import android.view.LayoutInflater;
... | [
"kunhoohei@gmail.com"
] | kunhoohei@gmail.com |
e722750548fe62b42dc97ec3385be5c929a7827a | e3ba1b600f0431c02272466319a082c47439de9c | /guifengstation/src/Dao/loginDao.java | d11c3e95e306a93a53bd8e3ad14dfaf6726abadd | [] | no_license | Teamo-x/zhaojinsong | fc492945dde44bbdb33974394a3a402a7a7df974 | c4bb76b201d9040d59a00582f1355a83a992fee4 | refs/heads/master | 2020-08-08T11:07:20.634588 | 2019-10-14T01:11:43 | 2019-10-14T01:11:43 | 213,817,918 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 560 | java | package Dao;
import java.sql.SQLException;
import javax.sql.DataSource;
import org.apache.commons.dbutils.QueryRunner;
import org.apache.commons.dbutils.handlers.BeanHandler;
import Entity.Admin;
import Utils.DataSourceUtil;
public class loginDao {
public Admin login(String name) throws SQLException {
// TODO ... | [
"914651635@qq.com"
] | 914651635@qq.com |
be399e124e8441c309d543fcc3f5b28c22206658 | 7683d37dcfffde8be2b60d9ca9ffd254f72c960e | /app/src/main/java/com/example/android/bookapp2/UpdateActivity.java | 48d12cf50bf67d886c169ade8037884efb83dc9a | [] | no_license | karanchhatwani1/BookApp2 | aafe0166a5f69835dbf8600c0d425a6554620dd7 | 525202627f1ca152214ec895800c62c4b6e6d772 | refs/heads/master | 2022-11-18T22:41:42.313313 | 2020-07-18T20:14:07 | 2020-07-18T20:14:07 | 280,731,701 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,090 | java | package com.example.android.bookapp2;
import androidx.appcompat.app.ActionBar;
import androidx.appcompat.app.AlertDialog;
import androidx.appcompat.app.AppCompatActivity;
import android.content.DialogInterface;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.Edi... | [
"karanchh2001@gmail.com"
] | karanchh2001@gmail.com |
99af420878e12827b0c3a2908a9adebf732b3b45 | be73270af6be0a811bca4f1710dc6a038e4a8fd2 | /crash-reproduction-moho/results/XWIKI-13303-9-4-NSGA_II-WeightedSum:TestLen:CallDiversity/com/xpn/xwiki/doc/XWikiDocument_ESTest.java | eab306c4886417ce4e14ed16976bdf4d868db421 | [] | no_license | STAMP-project/Botsing-multi-objectivization-using-helper-objectives-application | cf118b23ecb87a8bf59643e42f7556b521d1f754 | 3bb39683f9c343b8ec94890a00b8f260d158dfe3 | refs/heads/master | 2022-07-29T14:44:00.774547 | 2020-08-10T15:14:49 | 2020-08-10T15:14:49 | 285,804,495 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 550 | java | /*
* This file was automatically generated by EvoSuite
* Wed Apr 01 16:28:00 UTC 2020
*/
package com.xpn.xwiki.doc;
import org.junit.Test;
import static org.junit.Assert.*;
import org.evosuite.runtime.EvoRunner;
import org.evosuite.runtime.EvoRunnerParameters;
import org.junit.runner.RunWith;
@RunWith(EvoRunner.c... | [
"pouria.derakhshanfar@gmail.com"
] | pouria.derakhshanfar@gmail.com |
7db663881b0f25cf5188ada6717c697815da947c | 2b7b53995d254cc95ff38de30406dda0116077d1 | /src/main/java/com/design/demo/utils/HttpUtil.java | 33653616cafedb1ee95d6649b43dc5ee8c5f7a0f | [] | no_license | yedongWUXI/study | c9b4543cdab8fa316cda0b5cf873af92116fa1c1 | 7ba8a3a60a292a727637f2e4cecf772b5ad2f5ab | refs/heads/master | 2022-07-07T05:09:49.826253 | 2021-06-04T02:01:31 | 2021-06-04T02:01:31 | 134,435,894 | 1 | 0 | null | 2022-06-29T19:43:29 | 2018-05-22T15:27:45 | JavaScript | UTF-8 | Java | false | false | 16,689 | java | package com.design.demo.utils;
import org.apache.commons.io.IOUtils;
import org.apache.http.Header;
import org.apache.http.HttpEntity;
import org.apache.http.HttpResponse;
import org.apache.http.NameValuePair;
import org.apache.http.client.HttpClient;
import org.apache.http.client.config.RequestConfig;
import org.apac... | [
"zhyd704@126.com"
] | zhyd704@126.com |
6830075351a656338cb634e961e1ccd95f5f3e6f | 032454dc882a4b6be2c6ed4be876ce2df4373bff | /multiModuleBuildUsingParentBuildFile/backend/src/main/java/Backend.java | d0e40b3c37442d71c9b8827ce8a4c78c502380c5 | [
"MIT"
] | permissive | tklae/gradle-examples | 1e387d249de2b194d1dd88564b1ef20687c16a9a | 914d185ee7839b22a25f0bf3d35bc07ee77ccbe1 | refs/heads/master | 2020-04-05T22:53:42.831601 | 2014-01-15T14:31:04 | 2014-01-15T14:31:04 | 15,705,520 | 2 | 1 | null | null | null | null | UTF-8 | Java | false | false | 219 | java | public class Backend {
public static final String RESPONSE_TEXT = "Response for: ";
public SharedDataContainer invoke(String request) {
return new SharedDataContainer(RESPONSE_TEXT + request);
}
}
| [
"github@klaesener.net"
] | github@klaesener.net |
82a220210a3088868b2adeb44861a1beaad4e8f3 | c03552af5d190af651b23e5f43b61bcdbd590bed | /app/src/main/java/com/example/a40136/arcore_measure/MainActivity.java | 5c078da82707f9c0c07cc463fe87719a7f145cc7 | [] | no_license | ljsdyspg/ARCore_Measure | 2a34534829b8853592f3d55e19851fcfdc82e089 | 04b3d755a5abce46f2326eb2d5cd7cce86406f1b | refs/heads/master | 2020-04-29T06:31:55.718928 | 2019-03-16T03:04:00 | 2019-03-16T03:04:00 | 175,918,887 | 6 | 0 | null | null | null | null | UTF-8 | Java | false | false | 18,295 | java | package com.example.a40136.arcore_measure;
import android.app.Activity;
import android.app.ActivityManager;
import android.content.Context;
import android.content.Intent;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.media.Image;
import android.net.Uri;
import android.os.Build;
... | [
"33971716+ljsdyspg@users.noreply.github.com"
] | 33971716+ljsdyspg@users.noreply.github.com |
b502a1fa65e387fc89724fe23ad63b151c8ecfdb | 957bbba8c0ca902528094563d397cee0c50ba309 | /app/src/main/java/com/leaugematchschedule/util/listener/DataReloader.java | 43e16cce69c352d20e31d407289e98d18af44ad8 | [] | no_license | Mihir3646/LeagueMatchSchedule | 52c72a265834b8c3620bb0d0bc8953237bf77002 | 398f7a7d95fb49240a88bfaac456e3674a9ee27a | refs/heads/master | 2021-04-26T22:56:34.952923 | 2018-03-05T10:47:36 | 2018-03-05T10:47:36 | 123,900,014 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 191 | java | package com.leaugematchschedule.util.listener;
/**
* Provides the method to reload the data in view (from database, API etc.. )
*/
public interface DataReloader {
void reloadData();
}
| [
"mihir.trivedi@indianic.com"
] | mihir.trivedi@indianic.com |
9971404d64773c817b709a0ef031aedfaff35aae | 937e8067af70045bca4cd740da7161999af0bfcc | /src/main/java/threads/ConnectionPool.java | cfe24d5451becca3540afb759ee1efcafab2595e | [] | no_license | ndreddy/algo | 81962f75dbbbf92f45509ddacc3307798814cdaf | 3d9d14ff7d07c4d7dee2a4293c960f45dc52d729 | refs/heads/master | 2022-08-31T07:11:17.989968 | 2022-08-12T11:01:09 | 2022-08-12T11:01:09 | 101,049,317 | 0 | 0 | null | 2020-09-08T10:51:49 | 2017-08-22T10:04:22 | Java | UTF-8 | Java | false | false | 2,101 | java | package threads;
import java.io.IOException;
import java.io.InputStream;
import java.util.ArrayList;
import java.util.List;
interface Connection {
int read() throws IOException; // reads an int from the connection
void close() throws IOException; // closes the connection
}
class StreamConnection implements C... | [
"nreddyd@gmail.com"
] | nreddyd@gmail.com |
00b8ccc7ccea74a83e5de27e8ec6c4a271012d65 | 9ce02cf25b3c0dc7252e501a30e03a4e7aadc83a | /src/main/java/com/bm/insurance/cloud/sale/model/SaleRoleExample.java | 1ae5a67dbb6c4ab89a9e729d9ad5b0a530670e85 | [] | no_license | IaHehe/base-auth-framwork | 9154cd69fddaae2b7e56df7aad753b88bb931d13 | 725b53d84f41d57a738ce34d4a3199a16906542e | refs/heads/master | 2021-06-14T07:40:51.158026 | 2017-05-26T08:35:19 | 2017-05-26T08:35:19 | 107,238,503 | 0 | 1 | null | 2017-10-17T08:16:03 | 2017-10-17T08:16:02 | null | UTF-8 | Java | false | false | 20,901 | java | package com.bm.insurance.cloud.sale.model;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
public class SaleRoleExample {
protected String orderByClause;
protected boolean distinct;
protected List<Criteria> oredCriteria;
public SaleRoleExample() {
ore... | [
"bhu@huikedu.com"
] | bhu@huikedu.com |
988aaece23df154f86d38cc2869ba38099a50c91 | eff51af628af059cbb5be0c8397ea067ba2913c4 | /tunnel-core/src/main/java/dll/struct/hw/META_RECT_S.java | 262108c30f2182d7c06392a4c2a2f9538b060d01 | [
"Apache-2.0"
] | permissive | jjzhang166/tunnel | e4ce8f39dcdd9188eba35b31147d3dcd5d1d11c6 | fce57e1c3daa74ca4946b60e1b6aeae8a05a6933 | refs/heads/master | 2022-01-21T20:42:49.970616 | 2019-01-04T01:38:19 | 2019-01-04T01:38:19 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,772 | java | package dll.struct;
import com.sun.jna.Pointer;
import com.sun.jna.Structure;
import java.util.Arrays;
import java.util.List;
/**
* <i>native declaration : D:\HWPuSDK.h</i><br>
* This file was autogenerated by <a href="http://jnaerator.googlecode.com/">JNAerator</a>,<br>
* a tool written by <a href="http://ochafik.c... | [
"renlinjun89@163.com"
] | renlinjun89@163.com |
34c2d6b661a5ee178dec10bfbdbef6743ca17a4a | 72484babab0e902b032201bd9d332c1f65054932 | /src/TestCases/TestHomePage.java | 2b61f4c9ace7f753ab0135e9a12aae83bd9e0a0a | [] | no_license | gitpley/test-automation | b46d111d7e504423d7f28e2cc77360b495725c4b | bfd5dd74a4f797e7c67f2a443c9e56640753b5aa | refs/heads/master | 2020-04-17T08:14:41.178034 | 2015-02-13T17:58:12 | 2015-02-13T17:58:12 | 30,301,706 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 418 | java | package TestCases;
import org.testng.annotations.Test;
import Core.HomePage;
import Core.TestCore;
public class TestHomePage extends TestCore {
@Test
public void HomePage(){
HomePage hm = new HomePage(driver);
//Verify that header name appears on the page
hm.headername();
//Verify that Log... | [
"test.pley1@gmail.com"
] | test.pley1@gmail.com |
0eb3c5f256f4d527ccac67c7632ddce7e7236268 | f3891f53a8da5f44ee321839295844a920f52844 | /jold/java/idsa/SelectionSort.java | c8b19ac1fe1c9ce62446daa32485c7cceb76e217 | [] | no_license | arunras/breakthecode | 7f6cf0e8ffdbb65e1ae62374a204d2c857058474 | 0f5c98b951d603e737e433ff798c0bd734187be6 | refs/heads/master | 2022-05-10T18:36:46.851409 | 2022-05-04T21:08:42 | 2022-05-04T21:08:42 | 108,296,246 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 651 | java | package idsa;
import java.util.Arrays;
public class SelectionSort {
public static int[] selectionSort(int[] A) {
int temp, minIndex = 0;
for (int i = 0; i < A.length-1; i++) {
minIndex = i;
for (int j = i+1; j < A.length; j++) {
if (A[minIndex] > A[j]) {
minIndex = j;
... | [
"prith000@citymail.cuny.edu"
] | prith000@citymail.cuny.edu |
545217c08b7e1a0074cc520a96c9fe2e00867071 | 76852b1b29410436817bafa34c6dedaedd0786cd | /sources-2020-07-19-tempmail/sources/com/tempmail/db/a.java | 2722670cf43fc2a2afe926d5b1452d2dbf147723 | [] | no_license | zteeed/tempmail-apks | 040e64e07beadd8f5e48cd7bea8b47233e99611c | 19f8da1993c2f783b8847234afb52d94b9d1aa4c | refs/heads/master | 2023-01-09T06:43:40.830942 | 2020-11-04T18:55:05 | 2020-11-04T18:55:05 | 310,075,224 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,440 | java | package com.tempmail.db;
import android.webkit.MimeTypeMap;
import com.tempmail.utils.m;
import java.io.Serializable;
/* compiled from: AttachmentInfoTable */
public class a implements Serializable {
/* renamed from: b reason: collision with root package name */
private Long f12279b;
/* renamed from: c... | [
"zteeed@minet.net"
] | zteeed@minet.net |
9354fcdbdfde969b15c4c7d075030409dc02bd42 | de9a364f438112fd81f5c03f97fb6ad6877d2fe8 | /app/src/main/java/ru/example/routeassistant/DAL/remoteDAO/IRouteEventApi.java | 803c68c67d47ffbe620897d071fb849cf7548711 | [] | no_license | Max-Petrov/software_lifecycle_mobile_android | 1d244464194399d67cfa7da521f68ad0ec9a30ba | 9ac413508a0494995ee0bd05b78eb8e963eaefee | refs/heads/master | 2020-04-07T06:24:06.854547 | 2018-12-12T23:07:48 | 2018-12-12T23:07:48 | 158,133,531 | 0 | 0 | null | 2018-12-12T23:05:27 | 2018-11-18T22:33:41 | Java | UTF-8 | Java | false | false | 529 | java | package ru.kenguru.driverassistant.DAL.remoteDAO;
import java.util.List;
import retrofit2.Call;
import retrofit2.http.Body;
import retrofit2.http.POST;
import retrofit2.http.Query;
import ru.kenguru.driverassistant.DAL.entities.RouteEvent;
public interface IRouteEventApi {
@POST("route_events")
Call<Void> se... | [
"maxim.petrov31@gmail.com"
] | maxim.petrov31@gmail.com |
6578ed00ba9f18d3937a271a9c06cd33b6587356 | efc5f7c4657736e1fc054878255fedc638a0331f | /spring-demo-client/src/main/java/com/codingapi/example/client/ClientDemoMapper.java | d6c216000bb5178bf1b391b33fb33e39f1813cab | [] | no_license | yzw31/txlcn-demo | 14eb1fd85d171a7cc8e11a9c658b06a0643a7a21 | cba247ac11c2d9c8211994fba72b82685226b08f | refs/heads/master | 2020-04-19T10:22:02.903308 | 2019-01-28T03:36:26 | 2019-01-28T03:36:26 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 272 | java | package com.codingapi.example.client;
import com.codingapi.example.common.db.mapper.DemoMapper;
import org.apache.ibatis.annotations.Mapper;
/**
* Description:
* Date: 2018/12/25
*
* @author ujued
*/
@Mapper
public interface ClientDemoMapper extends DemoMapper {
}
| [
"ujued@qq.com"
] | ujued@qq.com |
978b7679e32448659eb303f8719832a347461be6 | 5c4d67123d2908d2965a8d50584ab71d07c64fd5 | /MySlidingProject/src/com/ihateflyingbugs/kidsm/uploadphoto/AlbumNameAdapter.java | c31d522a59c0f76b1095f2b129bdc2b0b533d573 | [
"Apache-2.0"
] | permissive | xxx4u/kidsm_for_android | cc38bd473dd14501995bc643a17e2db4112557ba | eaf8797ff6099dfdc58070fd92269f5bb75f2daa | refs/heads/master | 2021-01-22T12:08:03.793851 | 2013-12-02T05:36:57 | 2013-12-02T05:36:57 | 15,223,379 | 1 | 0 | null | null | null | null | UHC | Java | false | false | 1,871 | java | package com.ihateflyingbugs.kidsm.uploadphoto;
import java.util.ArrayList;
import com.ihateflyingbugs.kidsm.ImageMaker;
import com.ihateflyingbugs.kidsm.R;
import com.ihateflyingbugs.kidsm.gallery.Album;
import com.ihateflyingbugs.kidsm.menu.Children;
import android.content.Context;
import android.graphics.BitmapFac... | [
"frf1226@gmail.com"
] | frf1226@gmail.com |
a444a5b68d74159c5a186a2d37aef6a70b2f4a72 | 53e0056c0696b3fbdc663567937f8cfd973d48cb | /src/main/java/org/docksidestage/mysql/dbflute/cbean/cq/ciq/WhiteVariantRelationReferrerCIQ.java | 50749e77e9f0ebab3416f9ca7430344397851a65 | [
"Apache-2.0"
] | permissive | dbflute-test/dbflute-test-dbms-mysql | cc22df45e25990f6f17b44dea38bd0888d464d48 | 096950eb304b0be8225ecebe90202ccfc27f6032 | refs/heads/master | 2023-08-10T23:56:02.770203 | 2023-07-19T18:43:53 | 2023-07-19T18:43:53 | 25,118,057 | 0 | 0 | Apache-2.0 | 2022-06-21T07:16:23 | 2014-10-12T11:58:50 | Java | UTF-8 | Java | false | false | 6,547 | java | /*
* Copyright 2004-2013 the Seasar Foundation and the Others.
*
* 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 ... | [
"dbflute@gmail.com"
] | dbflute@gmail.com |
11280a33d9c8cd74c98c1b4bc8ee2905e4516792 | 3417287f0a244c3680db1363c6de5d5e0b71beab | /src/lists/LockFreeList.java | 20d7ccdf5a623ba0543fe93868746da3436bb827 | [] | no_license | claudioscheer/concurrent-producer-consumer | 6380522bd8ebd2449b295fd83c47c5d2f966ce25 | 2569895387aa8808a8058295e3e63950bf868ae2 | refs/heads/master | 2022-09-12T08:51:19.744324 | 2020-05-28T12:10:17 | 2020-05-28T12:10:17 | 254,986,070 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,059 | java | /*
* LockFreeList.java
*
* Created on January 4, 2006, 2:41 PM
* Updated on May 19, 2020, 3:36 PM, by Claudio Scheer
*
* From "Multiprocessor Synchronization and Concurrent Data Structures", by Maurice Herlihy and Nir Shavit.
* Copyright 2006 Elsevier Inc. All rights reserved.
*/
package lists;
impo... | [
"claudioscheer@protonmail.com"
] | claudioscheer@protonmail.com |
588aa8c77dedf2ef5241da739f59a330a0c57343 | 78b6f4f72e2517bf6430dd8e1be0877de0afa68c | /src/main/java/com/fungames/rockpapersheetapi/model/UserQueueModel.java | e87a5d154f965ae8f590d9e05e113cc8fd40be83 | [] | no_license | akolesnikovmakeapp/rpsserverapi | 01bec361a5118328a83ceb25bcf293025d5b237b | 1403f5a9de6415a94777f0963640e6e7eb9aea16 | refs/heads/master | 2020-08-29T14:06:45.884686 | 2019-10-30T13:05:10 | 2019-10-30T13:05:10 | 218,055,368 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 692 | java | package com.fungames.rockpapersheetapi.model;
import lombok.Getter;
import lombok.Setter;
import java.util.UUID;
@Getter
@Setter
public class UserQueueModel {
private static final int ABANDONED_TIME = 2 * 60 * 60 * 1000;
private static final int ACTIVE_TIME = 700;
private UUID id;
private UUID roomI... | [
"nullnullru@gmail.com"
] | nullnullru@gmail.com |
8d12555f74ac32dc1ee3148041e9af1ec288470b | 004832e529873885f1559eb8c864384b3e1cda3f | /dist/gameserver/data/scripts/ai/HekatonPrime.java | 4a3f93d5aa8c131db709dac3ac90f210b4ac5528 | [] | no_license | wks1222/mobius-source | 02323e79316eabd4ce7e5b29f8cd5749c930d098 | 325a49fa23035f4d529e5a34b809b83c68d19cad | refs/heads/master | 2021-01-10T02:22:17.746138 | 2015-01-17T20:08:13 | 2015-01-17T20:08:13 | 36,601,733 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,913 | java | /*
* This program is free software: you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be u... | [
"mobius@cyber-wizard.com"
] | mobius@cyber-wizard.com |
c24c34d408879eb2044a6729bee41e614e5200d9 | 395db7bc1c7c166ecfdfa092434634f907001c87 | /ma-gpro-gs/ma-gpro-gs-domaine/src/main/java/com/gpro/consulting/tiers/gs/domaine/impl/ArticleEntreeDomaineImpl.java | e20827b7acec90b521474aeaa38c9ef5e100359a | [] | no_license | anouarbensaad/habillement | 2c4aea85511bae5cef00b5b0fc200b8c1973219f | 4d6c395300c3eff0a81b38d68d0e0873c130f7b6 | refs/heads/master | 2022-02-19T10:14:15.442154 | 2019-09-26T19:09:02 | 2019-09-26T19:09:02 | 204,194,945 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,481 | java | package com.gpro.consulting.tiers.gs.domaine.impl;
import java.util.ArrayList;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;
import com.gpro.consulting.tiers.commun.coordination.value.ArticleValue;
import com.gpro.consulting.tiers.commun.coord... | [
"bensaad.tig@gmail.com"
] | bensaad.tig@gmail.com |
624fb9c93d65425da78d0f0582020c13e9cd7bc1 | ffb5e58d999b7981d7857b464aa5e8c77371aa17 | /springmvc/src/main/java/com/pack/springmvc/model/Employee.java | 69d98df50189a7d46ceb529986f978f27cc09ffa | [] | no_license | prasathth/Train | 3180de77a959f9ecf80572b63739562adc7a6fe8 | a08c305e5cd31f7fc6e00d7555d84fe74c18b800 | refs/heads/master | 2022-12-22T07:36:07.004443 | 2019-07-31T03:05:56 | 2019-07-31T03:05:56 | 195,202,636 | 0 | 0 | null | 2022-12-16T00:47:06 | 2019-07-04T08:38:14 | Java | UTF-8 | Java | false | false | 1,543 | java | package com.pack.springmvc.model;
import javax.validation.constraints.Size;
import org.hibernate.validator.constraints.Range;
public class Employee {
@Range(min=1,message="minimum length is 1")
private int id;
@Size(min=2,message="min 2 character")
private String name;
private String password;
//@NotEmpty(me... | [
"pramohan3@publicisgroupe.net"
] | pramohan3@publicisgroupe.net |
d01a0a131812d6c1d18f6361844c1f2738babb85 | e9fe4d7603802f7df9ea8352a1df690924aec086 | /ECommerceApplication/src/main/java/com/app/ecom/controller/UserController.java | bf505ae23bf774c91a341bd28c318587e68d182c | [] | no_license | jaykumar2192/Application | 0a9b53a75c8847b5c87848f385d75cefc034ff1b | 16d2fd12f079a92b1984794ae0c85d19852860d2 | refs/heads/main | 2023-01-07T13:45:15.807444 | 2020-11-05T06:37:03 | 2020-11-05T06:37:03 | 309,383,048 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,708 | java | package com.app.ecom.controller;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RequestBody;
import org.s... | [
"TiaaUser@LAPTOP-4ML26RSJ"
] | TiaaUser@LAPTOP-4ML26RSJ |
e1aa0a3f177879146b04c2432dfff7240ee0cce2 | b2729da6628654bc64d2ca13dea0bcd4e01b29d9 | /src/nasm/AsmPrinter.java | 557174d6d1db66a27df1667750c3bea9953f2c91 | [] | no_license | OolongQian/MQCompiler | f3954a220d3231cce2b095dbc19347d59108433e | 9413232854e1262626e5d11f2e04dee8efb9af6d | refs/heads/master | 2020-04-25T19:25:25.725111 | 2019-05-13T17:25:02 | 2019-05-13T17:25:02 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,043 | java | package nasm;
import ir.structure.StringLiteral;
import nasm.inst.*;
import nasm.reg.GlobalMem;
import nasm.reg.PhysicalReg;
import nasm.reg.Reg;
import nasm.reg.StackMem;
import java.io.*;
import java.util.Map;
import java.util.Set;
import static config.Config.DEBUGPRINT_VREG;
import static ir.Utility.unescape;
imp... | [
"qiansucheng2018@outlook.com"
] | qiansucheng2018@outlook.com |
21bca784dd3596779e01c9e355449b30ec393037 | 653a0bc03eec49814dd9d423828fd7a50d2cf852 | /src/main/java/org/embulk/input/hdfs/HdfsFileInputPlugin.java | f26485d2a4571c7635e7af25dd7f760deb7b0a25 | [
"MIT"
] | permissive | sonots/embulk-input-hdfs | 345e9ea4eff0e0e2e692674a0db37464becd7353 | 44323b1c58c4ce44259912cf99d3d5b096f1e56a | refs/heads/master | 2020-07-10T03:18:14.813479 | 2015-11-06T09:10:23 | 2015-11-06T09:10:23 | 46,320,366 | 0 | 0 | null | 2015-11-17T03:18:37 | 2015-11-17T03:18:35 | Java | UTF-8 | Java | false | false | 9,567 | java | package org.embulk.input.hdfs;
import com.google.common.base.Function;
import com.google.common.collect.Lists;
import org.apache.hadoop.conf.Configuration;
import org.apache.hadoop.fs.FileStatus;
import org.apache.hadoop.fs.FileSystem;
import org.apache.hadoop.fs.Path;
import org.apache.hadoop.fs.PathNotFoundException... | [
"civitaspo@gmail.com"
] | civitaspo@gmail.com |
dc1ab29a047fadb1bb95ff06fbd82ac03a41b83c | f718840716668c96ab4d908f191e1b81534fe9e0 | /app/src/main/java/at/devfest/app/utils/Analytics.java | 51da44c203d7d26450d504218cd5d02795ac60ad | [
"Apache-2.0"
] | permissive | DevFestVienna/devfest-vienna-app | beb2d1ea6f5f1bc95ca304d5c9aace55d30baa07 | f34c22541c3d6b011a892663d39630381403d4ef | refs/heads/master | 2021-01-12T11:37:08.979296 | 2017-11-17T20:08:40 | 2017-11-17T20:08:40 | 72,230,743 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 508 | java | package at.devfest.app.utils;
/**
* Created by helmuth on 19/08/16.
* <p>
* This interface specifies functions to log analytics events and user properties.
*/
public interface Analytics {
public void logViewSession(int id, String title);
public void logViewSpeaker(int id, String name);
public void l... | [
"helmuth@breitenfellner.at"
] | helmuth@breitenfellner.at |
9a9824c30c46b3c5278fbc9a196954a2fc61b13a | f99ac6c6569cf5437a7d94f539b5db1eff9335f8 | /web-hsdb-site/src/main/java/ru/bmn/web/hsdb/site/controller/domain/form/UserSettingsForm.java | 8cac474b2a68320df47a11e9c10284c29ed07db6 | [
"BSD-2-Clause"
] | permissive | bmn85/web-hsdb-basic | 59ead52c89d845e6a2ea9b69d2976b54098fc840 | 3d7c2e10c7760a5b3bdd2087d1bf9bd0c7473337 | refs/heads/master | 2020-04-12T03:10:25.419085 | 2017-08-26T20:34:40 | 2017-08-26T20:34:40 | 61,432,801 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,157 | java | package ru.bmn.web.hsdb.site.controller.domain.form;
import javax.validation.constraints.Size;
public class UserSettingsForm {
@Size(min=1, max=32)
private String currentPassword;
@Size(min=1, max=32)
private String newPassword;
@Size(min=1, max=32)
private String newPasswordConfirm;
@Size(min=3, max=32)
p... | [
"bogdanovmn@gmail.com"
] | bogdanovmn@gmail.com |
943b0d28b6f88cf0e44ab7af8a1eaa12ea83b59e | 9b2a3151a7de6271f1618a482adbe4137aca6824 | /Coj/java/2434 - Mathematician Ana/main.java | dcaaabc07ef89c70a6aba71deafbe9850572d18b | [] | no_license | LuisEnriqueSosaHernandez/Programas-coj-otros | 4bb8f24b785144366ad4ebd65fc41571fec44f4f | ef24094e347e0d7b21a021cdd1e32954ff72a486 | refs/heads/master | 2020-04-05T14:36:04.355386 | 2017-07-19T20:34:56 | 2017-07-19T20:34:56 | 94,712,937 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 639 | java | import java.util.Scanner;
import java.util.ArrayList;
import java.math.BigInteger;
public class main{
public static void main(String[]args){
Scanner l=new Scanner(System.in);
ArrayList<Integer> total=new ArrayList<Integer>();
while(true){
int n=l.nextInt();
if(n!=0)
total.add(n);
else
break;
}
for... | [
"kiquesasuke@gmail.com"
] | kiquesasuke@gmail.com |
816ac2c45e94e64602d9e2018689477181197faa | d971441506631fd919d9a74bed14d10f8c75394d | /app/src/main/java/com/mediatek/factorymode/DeviceInfo.java | 0f8165aa70e9c4dae506b848b2db357fb0e36d32 | [] | no_license | sengeiou/FactoryModeA2 | 89885ac53b6984160db3fbed0c258f9de9804dc3 | a8a08c87d44459792f85ee28a326209417d7f1c9 | refs/heads/master | 2021-10-11T13:20:43.204097 | 2019-01-26T12:20:20 | 2019-01-26T12:20:20 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 11,517 | java |
package com.mediatek.factorymode;
import android.app.Activity;
import android.os.IBinder;
import android.os.Parcel;
import android.os.SystemProperties;
import android.os.ServiceManager;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.content.Inte... | [
"lxx@readboy.com"
] | lxx@readboy.com |
72015a77d368f4884715b1aaf680c08a91517b4c | e66f52b1bfd9bf9a1d2b1382068370cf4f9f7336 | /src/main/java/io/gearstack/props/ServiceProps.java | df664aa52c4208919de4c5eb221c8f0446a6dfd0 | [] | no_license | clmoten84/gearstack-webapp | 288e59d07168b08163299e4897024148516b2a53 | 2a0819a9c4c0cce500179753ff0060d37c0ee5c0 | refs/heads/master | 2021-03-30T17:51:12.067973 | 2018-03-21T03:36:46 | 2018-03-21T03:36:46 | 119,633,829 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 255 | java | package io.gearstack.props;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.stereotype.Component;
/**
* ServiceProps
*
* Centralized configuration data utility class
*/
@Component
public class ServiceProps {
}
| [
"clmoten@gmail.com"
] | clmoten@gmail.com |
9d046a9f33d6a03e461ce6691474c0a1de392395 | b0c675243947807e065cec4149c6ec159c5db9af | /app/src/main/java/com/example/instagramclone/MainActivity.java | b5cf64dedf6d98ec69f59dd3988883afb382b11c | [
"Apache-2.0"
] | permissive | dev-lester94/InstagramClone | b310897d87bcd0eb7a36702458efa30c0626a2ff | 12bcb4711672c6f32a3a6c0b6f7e9a7ae1a5003d | refs/heads/master | 2023-03-12T01:13:08.134616 | 2021-03-03T03:42:08 | 2021-03-03T03:42:08 | 341,317,895 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,641 | java | package com.example.instagramclone;
import androidx.annotation.NonNull;
import androidx.appcompat.app.AppCompatActivity;
import androidx.fragment.app.Fragment;
import androidx.fragment.app.FragmentManager;
import android.os.Bundle;
import android.util.Log;
import android.view.MenuItem;
import android.widget.Toast;
... | [
"dev.lester94@gmail.com"
] | dev.lester94@gmail.com |
1e552fc86da058a8f64b8749c6741e5f967f408f | c0d78db003e483b62cdcb2ba931d705f48b96b4d | /src/main/java/com/great/bench/StaffController.java | 71a52e71692022fa526d0c75016742b6951ec9e2 | [] | no_license | Kadavi/greatbench | 27eb60746d28272b4770b569d6c5bd25a8688b17 | 2b49a0f1b05b8019ca7602903c782dd301416fcc | refs/heads/master | 2016-09-06T17:23:58.295758 | 2014-04-14T05:08:14 | 2014-04-14T05:08:14 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,100 | java | package com.great.bench;
import com.mongodb.WriteResult;
import com.stripe.Stripe;
import com.stripe.model.Customer;
import com.stripe.model.Plan;
import com.stripe.model.Subscription;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.data.mongodb.core.MongoTemplate;
import org.... | [
"coedry@gmail.com"
] | coedry@gmail.com |
80f76d94375edecf384497aec0a07c3b05e69b8b | dc3e53f15daff933c3cc6cdd3a5e0ee22e38035d | /service/src/main/java/cn/people/cms/modules/block/model/MenuItem.java | cc54788a5c00c774ce88ebb1c7afd975b5a2deac | [] | no_license | nickel-fang/cms | fcb8578a620acf9ee4aa645085a28f5692bd9c24 | 5f68840a2a41e44b0597fa4551efa7c5508be705 | refs/heads/master | 2022-12-20T16:50:10.819191 | 2020-03-05T07:57:14 | 2020-03-05T07:57:14 | 245,101,730 | 0 | 0 | null | 2022-12-09T01:19:50 | 2020-03-05T07:56:30 | JavaScript | UTF-8 | Java | false | false | 1,298 | java | package cn.people.cms.modules.block.model;
import cn.people.cms.entity.BaseEntity;
import cn.people.cms.modules.cms.model.Article;
import lombok.Data;
import lombok.NoArgsConstructor;
import org.nutz.dao.entity.annotation.ColDefine;
import org.nutz.dao.entity.annotation.Column;
import org.nutz.dao.entity.annotation.Co... | [
"nickel.fang79@gmail.com"
] | nickel.fang79@gmail.com |
cfa4214a40e60c61f1230bfc588da1cb32b83d93 | f827f0d5eff478e3391101a663e4b08f0b5cf873 | /src/LAB5/ex_array2.java | 718a36392c75e4518e963499698b853566b8c2a6 | [] | no_license | chayut2/OOP | ee28ae800f535c59139c00f82f71429bdafdbe92 | 2679aa01fe7464f7bd7123331d591054174b7347 | refs/heads/master | 2023-03-15T22:59:55.672639 | 2021-03-09T04:18:32 | 2021-03-09T04:18:32 | 327,338,404 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,490 | java | package LAB5;
import java.util.Scanner;
public class ex_array2 {
public static void main(String[] args) {
Scanner scanner = new Scanner(System.in);
int num[] = new int[5];
num = inputData(num);
DisplayArray(num);
int total = totalValue(num);
System.out.print("Tota... | [
"bestchayut.2541@rmutsvmail.com"
] | bestchayut.2541@rmutsvmail.com |
a1cef46d8d0d1ff2c21249302057262997b205ec | 0af8b92686a58eb0b64e319b22411432aca7a8f3 | /large-multiproject/project59/src/main/java/org/gradle/test/performance59_3/Production59_285.java | 2dfe0d4a74ad46e12fcdc4843aea48683861eac5 | [] | no_license | gradle/performance-comparisons | b0d38db37c326e0ce271abebdb3c91769b860799 | e53dc7182fafcf9fedf07920cbbea8b40ee4eef4 | refs/heads/master | 2023-08-14T19:24:39.164276 | 2022-11-24T05:18:33 | 2022-11-24T05:18:33 | 80,121,268 | 17 | 15 | null | 2022-09-30T08:04:35 | 2017-01-26T14:25:33 | null | UTF-8 | Java | false | false | 305 | java | package org.gradle.test.performance59_3;
public class Production59_285 extends org.gradle.test.performance15_3.Production15_285 {
private final String property;
public Production59_285() {
this.property = "foo";
}
public String getProperty() {
return property;
}
}
| [
"cedric.champeau@gmail.com"
] | cedric.champeau@gmail.com |
950924430eaa335635abf48372287e9b79c1d17e | eda98a2f8dda4efca7fa614ccf2e1c8d6853ab82 | /src/com/game/render/fbo/psRender/EscapyPostIterative.java | 44875add65a02d9ef08e9712ac81a81b9f7f2bf6 | [
"Apache-2.0"
] | permissive | henryco/Escapy | 8acc253c31f79b826594416a431df4233e3c03d1 | 6c6d65cdae20e9946df76035029b6520c7606e6c | refs/heads/master | 2020-05-22T02:49:53.270042 | 2018-03-06T13:26:53 | 2018-03-06T13:26:53 | 63,279,340 | 11 | 1 | null | null | null | null | UTF-8 | Java | false | false | 490 | java | package com.game.render.fbo.psRender;
import com.game.render.fbo.EscapyFBO;
import com.game.utils.translationVec.TransVec;
public interface EscapyPostIterative extends EscapyPostRenderer {
/**
*
* @param fbo - frameBufferObject, <b>see: {@link EscapyFBO} </b>
* @param translationVec - transtalion vector
... | [
"hd2files@gmail.com"
] | hd2files@gmail.com |
8ce7e4e9e7a92bfa48e6007163962feee8619483 | a837e5b21776e7931be1812a0b7edd06f03cf2d7 | /bpmn-model/src/main/java/org/camunda/bpm/model/bpmn/impl/instance/SendTaskImpl.java | 4ec0dc35897238b126022a14bbceadb85843e215 | [
"Apache-2.0"
] | permissive | meyerdan/camunda-bpmn-model | 65bab4a8123f3dcc698a6d8991b9ca25bb6ffba7 | 7609d467da24989447e8e722ba5b0250fbee0fb5 | refs/heads/master | 2021-01-15T08:30:53.346132 | 2014-02-06T09:51:43 | 2014-02-06T09:51:43 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,294 | java | /* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed ... | [
"sebastian.menski@googlemail.com"
] | sebastian.menski@googlemail.com |
949901cfff17fe3fc336d81163c966c8c1554a8b | b791cbad3be7d50067697bcd7bd3da956849f849 | /src/com/ccsi/leetcode2/LC274HIndex.java | c6cb4f98c913c1b68583114465ec58773233d0bd | [] | no_license | liugxiami/Leetcode2017 | 999e7ebb78fcb94bcf38273d2ef2cd80247684cf | 029326163564ec4ced4263dc085d2c1247a4a296 | refs/heads/master | 2021-01-01T16:44:25.617019 | 2019-03-13T03:27:45 | 2019-03-13T03:27:45 | 97,907,256 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,718 | java | package com.ccsi.leetcode2;
import java.util.Arrays;
import java.util.Random;
/**
* Created by gxliu on 2018/1/2.
*/
public class LC274HIndex {
public static void main(String[] args) {
int[] citations={0};
System.out.println(hIndex1(citations));
}
//nlgn
public static int hIndex(int[... | [
"xiamiliu@gmail.com"
] | xiamiliu@gmail.com |
949f0d6ffe75bbf8498f37ab3a3bb14bd278edbe | e028f99ba470de1c5ecef073e8a408194ab12f03 | /src/main/java/cn/ifxcode/bbs/service/QuickNavigationService.java | ce8428e80fc768e00fb2dd20ebd01b95974c716c | [] | no_license | dongbow/BBS | e4a8a29760dfb81c3aa86853cb68bb488673ad2a | 500fc3cb7b9ff0d39e3c4ef81414629ef7b34e25 | refs/heads/master | 2020-12-02T15:11:34.534039 | 2017-07-21T12:16:16 | 2017-07-21T12:16:16 | 67,324,759 | 8 | 1 | null | null | null | null | UTF-8 | Java | false | false | 579 | java | package cn.ifxcode.bbs.service;
import java.util.List;
import cn.ifxcode.bbs.bean.Page;
import cn.ifxcode.bbs.entity.QuickNavigation;
public interface QuickNavigationService {
public List<QuickNavigation> getAllQuickNavigations();
public List<QuickNavigation> getAllQuickNavigations(Page page);
public int addQ... | [
"dongbow1@gmail.com"
] | dongbow1@gmail.com |
e474f16a8af48c51c0184d9b09f3e6580eb64617 | a39ab7417d052a2938d55d4bf120ae14bfe1a417 | /yingshi-android/app/src/main/java/com/yingshixiezuovip/yingshi/custom/PhonePayWindow.java | 4f4848b198302399b13ec4a22a0916fe33a35f95 | [] | no_license | SunshineWorkSpace/YzApp | c8f1a66085152b23ad9fdc62c9c6bca18292b370 | 0e7fbde54dea726282f5a41ab7d7e98605fa8e80 | refs/heads/master | 2020-04-03T19:45:11.198531 | 2019-02-13T06:42:00 | 2019-02-13T06:42:00 | 155,534,328 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,466 | java | package com.yingshixiezuovip.yingshi.custom;
import android.content.Context;
import android.content.Intent;
import android.net.Uri;
import android.view.View;
import android.widget.TextView;
import com.yingshixiezuovip.yingshi.MainAuthenticationMoneyActivity;
import com.yingshixiezuovip.yingshi.R;
import com.yingshixi... | [
"sushina.su@blockshine.com"
] | sushina.su@blockshine.com |
2b206ff4178cea70de8b125df1f27352e4705c3f | 3119279587a4665213cc77cb94f1750ee8a73af2 | /Spring/Spring-Patient/src/com/abc/service/PatientService.java | 3466592f4a90efc8020fce3b3b7bd92a7aad00b5 | [] | no_license | Scamprotection/CTS-Fullstack-Pune | 55d03fef1f4b2726d92ac417a5ccd4a54d9a4ad8 | 12b8ce6ba4a61a0d378442736a2fd5c4645059d9 | refs/heads/master | 2022-03-23T21:16:19.031862 | 2017-11-16T12:59:51 | 2017-11-16T12:59:51 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 167 | java | package com.abc.service;
import com.abc.entitity.Patient;
public interface PatientService {
boolean savePatient(Patient patient);
Patient findById(int patId);
} | [
"praveen.somireddy@gmail.com"
] | praveen.somireddy@gmail.com |
23656e94ff6ef28bd8869fc3a46b7260cfff3d11 | 7c1430c53b4d66ad0e96dd9fc7465a5826fdfb77 | /uims-support/src/cn/edu/sdu/uims/graph/form/InfoPhotoForm.java | c49bfb47c745860ac02a643424defdd665409147 | [] | no_license | wang3624270/online-learning-server | ef97fb676485f2bfdd4b479235b05a95ad62f841 | 2d81920fef594a2d0ac482efd76669c8d95561f1 | refs/heads/master | 2020-03-20T04:33:38.305236 | 2019-05-22T06:31:05 | 2019-05-22T06:31:05 | 137,187,026 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,480 | java | package cn.edu.sdu.uims.graph.form;
import javax.sql.rowset.serial.SerialBlob;
/**
* 人员照片信息
* InfoPhoto generated by MyEclipse - Hibernate Tools
*/
public class InfoPhotoForm extends AddedAttributeForm implements java.io.Serializable {
// Fields
private Integer id;
private String photoType... | [
"3624270@qq.com"
] | 3624270@qq.com |
eed9e81b9017bab8214d61c1604f561acc2e1a08 | 0cf17f9a64755c5533437a69d29ab295467b9d83 | /app/src/main/java/com/mdb/example/administrator/Utils/MyEditText.java | 8880cbbd0ea08769eeb8f92ac4fa036610f4b832 | [] | no_license | as425017946/shangjiaxiche | 57fa38c5f23a7c3580639f41e07e8d5567a9cc3c | 7b2b05c49803f1e7fa9eaed3fe9bd196bd261aa0 | refs/heads/master | 2020-04-26T01:54:30.726630 | 2019-03-01T02:09:55 | 2019-03-01T02:09:55 | 173,218,756 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,284 | java | package com.mdb.example.administrator.Utils;
import android.content.Context;
import android.support.v7.widget.AppCompatEditText;
import android.util.AttributeSet;
import android.view.MotionEvent;
public class MyEditText extends AppCompatEditText {
private long lastTime = 0;
public MyEditText(Context context... | [
"123@qq.com"
] | 123@qq.com |
e61a0c3489f4ad06af2b3c96e0375e7fa5b229ea | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/2/2_2ea08ea9611585d9ea7c890f35ba03156092b28f/InternalResourceTempTopicFile/2_2ea08ea9611585d9ea7c890f35ba03156092b28f_InternalResourceTempTopicFile_t.java | 5e2cc6ebb4be5354c5e4b2bcceb1a6f1f125df8e | [] | 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 | 8,048 | java | package org.jboss.pressgang.ccms.restserver.webdav.resources.hierarchy.topics.topic.fields;
import net.java.dev.webdav.jaxrs.xml.elements.*;
import net.java.dev.webdav.jaxrs.xml.properties.*;
import org.apache.commons.io.FileUtils;
import org.apache.commons.io.IOUtils;
import org.jboss.pressgang.ccms.restserver... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
21875716405ea72dfb1ce047b0780e886801b37f | 6c2405119d8a4ce2c5794e1ae63cbbb970270dcb | /fanes/src/com/TDiJoy/fane/util/Base64.java | cda67555c2ffcd2886127b30c4d61819f8c6deec | [] | no_license | xulingyun/fanes | 083cab3d967bbfece2f9c38c151bea5f2a5f1b93 | 34ddba9e1fdcc3151f6aa47128ee04c1a93ed99c | refs/heads/master | 2021-01-10T22:03:44.219807 | 2014-10-26T08:57:49 | 2014-10-26T08:57:49 | null | 0 | 0 | null | null | null | null | WINDOWS-1252 | Java | false | false | 3,802 | java | package com.TDiJoy.fane.util;
import java.io.ByteArrayOutputStream;
import java.io.IOException;
import java.io.OutputStream;
public class Base64 {
private static final char[] legalChars = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".toCharArray();
/**
* data[]½øÐбàÂë
* @param data
* @r... | [
"254837127@qq.com"
] | 254837127@qq.com |
d2cf81e6ad9cd27844456b3d484969de0fbb0dfb | a10cedb2a57326ebe67961070322ef2ee77e5614 | /IdeaProjects/Servlet/src/main/java/ua/goit/java/module_8/controller/AllTasks.java | f08d99ac697ee0babe271a3dedb06e31e050f863 | [] | no_license | 4594400/Servlet | 19605569ac57e7b189b87cfca7f7733cd4f68373 | 796ec5e03b02373b6a1a7160937d3aa97fa18d19 | refs/heads/master | 2020-12-11T05:23:23.546802 | 2016-09-26T20:47:57 | 2016-09-26T20:47:57 | 68,372,966 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,223 | java | package ua.goit.java.module_8.controller;
import ua.goit.java.module_8.Task;
import javax.servlet.RequestDispatcher;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpSe... | [
"4594400@gmail.com"
] | 4594400@gmail.com |
1bdc22154d450a3311957128001c56b446f54f50 | 2475616ec471597534cc7f2def37c0f9b6f8d7dd | /src/Easy/LC206.java | c07a109d59518eef7f0584bf717e6a561c374377 | [] | no_license | Yunssss4410/LeetCode | 96264b4596df2062601e039879c29abc43933afc | 621dd2490cd70b9c91f895dbdebb6af6f6a0d0db | refs/heads/dev | 2023-01-11T10:42:33.805991 | 2020-11-12T02:22:47 | 2020-11-12T02:22:47 | 264,596,089 | 0 | 0 | null | 2020-05-18T09:36:44 | 2020-05-17T06:08:26 | Java | UTF-8 | Java | false | false | 413 | java | package Easy;
import Extension.ListNode;
public class LC206 {
/*
206. 反转链表
*/
class Solution {
public ListNode reverseList(ListNode head) {
if (head == null || head.next == null)
return head;
ListNode cur = reverseList(head.next);
head.next.... | [
"2419350961@qq.com"
] | 2419350961@qq.com |
4fefd05d24e29b153553d848f5deec8b097ce293 | 7fed48b319a342083674e4873a135d4123fd8211 | /src/main/java/leetcode/daily/y2020m11/D20201112_922.java | 3d938b54c67050366277cd1edab370310a89453d | [] | no_license | dubulingbo/shuati | 581006fda22ea9ebb236284316450d29bcd6eee1 | b804e4e512a21899942a7165c22d6e0d2cbd3a07 | refs/heads/main | 2023-05-29T08:12:38.460109 | 2021-06-01T03:08:47 | 2021-06-01T03:08:47 | 315,934,395 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,739 | java | package leetcode.daily.y2020m11;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
/**
* @author DubLBo
* @since 2020-11-12 08:59
* i believe i can i do
*/
public class D20201112_922 {
// 922. 按奇偶排序数组 II
// 给定一个非负整数数组 A, A 中一半整数是奇数,一半整数是偶数。
// 对数组进行排序,以便当 A[i] 为奇数时,i 也是奇数;当 A... | [
"dubulingbo@163.com"
] | dubulingbo@163.com |
951546e80c236067a7dab462545fdc619e729a11 | 05f15ac1d30be14f1562edeade6117292c28530f | /eskyzdt-server/src/main/java/cn/eskyzdt/modules/threadAfter0503/c_018/Exchanger.java | baad80b68539bc32f56837e82431cc0783e3198e | [] | no_license | eskyzdt/eskyzdt | 57798bdc1961f7799b330228677868e527a9c87a | 4a28e1aceb77260df4504e57609af76ba8c8d0af | refs/heads/V1.0 | 2023-08-16T22:34:44.423083 | 2023-08-15T06:53:46 | 2023-08-15T06:53:46 | 206,766,628 | 1 | 0 | null | 2022-10-14T06:12:21 | 2019-09-06T10:03:01 | JavaScript | UTF-8 | Java | false | false | 1,777 | java | package cn.eskyzdt.modules.threadAfter0503.c_018;
import java.util.concurrent.TimeUnit;
import java.util.concurrent.TimeoutException;
/**
* 交换器
*
* 交换只能两两交换
* exchange的时候exchanger会阻塞
* 如果只有一个exchange()执行,那么会阻塞,exchange和wait比较像
*
*
*/
public class Exchanger {
static java.util.concurrent.Exchanger<String> ... | [
"eskyzdt@sina.com"
] | eskyzdt@sina.com |
bc52b3ab8a2d2eb2920b7dcf43d3f425f20964c6 | d60d72dc8afce46eb5125027d536bab8d43367e3 | /module/CMSJava-core/src/shu/cms/devicemodel/lcd/PLCCModel.java | 5d9e6f3624ce9e8da5267f5d8e8761c3571a2137 | [] | no_license | enessssimsek/cmsjava | 556cd61f4cab3d1a31f722138d7a6a488c055eeb | 59988c118159ba49496167b41cd0cfa9ea2e3c74 | refs/heads/master | 2023-03-18T12:35:16.160707 | 2018-10-29T08:22:16 | 2018-10-29T08:22:16 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,206 | java | package shu.cms.devicemodel.lcd;
import java.util.*;
import shu.cms.*;
import shu.cms.colorspace.depend.*;
import shu.cms.colorspace.independ.*;
import shu.cms.devicemodel.*;
import shu.cms.lcd.*;
import shu.cms.util.*;
import shu.math.lut.*;
/**
* <p>Title: Colour Management System</p>
*
* <p>Description: </p>
... | [
"skyforce@gmail.com"
] | skyforce@gmail.com |
e03a48a887830d99933b86a00ec20202ee560c6c | 6872b7e2ad8422cb69bae8d72cfc4143b01b16c5 | /src/main/java/operators/OperatorDIV.java | ac8ec41b8313ae47d0bb3eb51a80467892930acb | [] | no_license | karatsuba/simple-calculator | 2a2e65905b01eb146c08bf2bd17911fa0b4176d4 | adb32fe116dd2be11d3e7d4ae9b76127b2109514 | refs/heads/master | 2020-03-23T00:11:34.477152 | 2018-07-13T14:04:39 | 2018-07-13T14:04:39 | 140,849,559 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 433 | java | package operators;
import operand.Operand;
public class OperatorDIV implements Operator{
public Number evaluate(Operand leftOperand, Operand rightOperand) throws Exception{
if (rightOperand.getValue() == 0){
throw new Exception("ERROR: you can divide by zero");
}
return leftOp... | [
"romanchuhan18@gmail.com"
] | romanchuhan18@gmail.com |
37776b34116db2ace266fb59f8eaffcdebc2c3f5 | c061a9cbbd7c727b1498022d37e09c7c1c9393b4 | /src/main/java/com/springboot/netclodx/auth/ResourceServerConfig.java | e518f0ef4c2983e6729fb7cedacd0da9886a12f8 | [] | no_license | olivo1990/spring-services-netclodx-usuario | 3e1c1fb671a92e62255d6b4ecb55e75bbe7e0209 | a2c103443bed2d94e49e0755940520b95ec6a2ca | refs/heads/master | 2020-09-06T05:33:13.355190 | 2019-11-17T23:37:44 | 2019-11-17T23:37:44 | 220,339,675 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,405 | java | package com.springboot.netclodx.auth;
import java.util.Arrays;
import org.springframework.boot.web.servlet.FilterRegistrationBean;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.core.Ordered;
import org.springframework.http.H... | [
"camilo.olivo1990@gmail.com"
] | camilo.olivo1990@gmail.com |
0a47f8abadfc017f7267561930b7abe078649d45 | f1efaa9c11fb973d2a14cd5c6e0ca77e36930576 | /app/src/main/java/com/wzl/WzlWeather/modules/about/domain/Version.java | b59817e9210671ea78e6394b67c0d3bda3327fe6 | [
"Apache-2.0"
] | permissive | wzl822/WzlWeather | a452e139e95d382670e0205dd2f165e41ec8ed80 | 73a2aeee78fdc6170ea406f46bdba50e9f28330a | refs/heads/master | 2021-04-26T23:01:19.458561 | 2018-03-05T12:41:26 | 2018-03-05T12:41:26 | 123,915,565 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 808 | java | package com.wzl.WzlWeather.modules.about.domain;
import com.google.gson.annotations.SerializedName;
public class Version {
@SerializedName("name") public String name;
@SerializedName("version") public String version;
@SerializedName("changelog") public String changelog;
@SerializedName("updated_at") ... | [
"2748647435@qq.com"
] | 2748647435@qq.com |
afa7618b15f511ef45df8b20d0397b1ace9d441b | 842619f475bb91c1ca0d443bae3c6c4b10458b84 | /src/main/Java/org/jbpm/jsf/core/handler/SuspendHandler.java | 6430bd6396563b80f4cdfb889d7316976de098ab | [] | no_license | rajprins/jbpm-dashboard | ae9faa0d9305792e0778702137a79786e2605cd2 | 253cc453e188793bcc75f44d3e50960fd68f67fc | refs/heads/master | 2016-09-06T09:19:10.163562 | 2011-06-28T08:54:23 | 2011-06-28T08:54:23 | 32,142,864 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,139 | java | package org.jbpm.jsf.core.handler;
import org.jboss.gravel.common.annotation.TldAttribute;
import org.jboss.gravel.common.annotation.TldTag;
import org.jbpm.jsf.JbpmActionListener;
import org.jbpm.jsf.core.action.SuspendActionListener;
import com.sun.facelets.FaceletContext;
import com.sun.facelets.tag.TagAttribute;
... | [
"rajprins@gmail.com@9e6ae388-d4ed-05de-5285-0939cd39b3d6"
] | rajprins@gmail.com@9e6ae388-d4ed-05de-5285-0939cd39b3d6 |
792db3b5ee81e3c2346d38e5787485a866c43ee5 | 6e39e31f656c951e125c6a8bb376e503d6e7b66a | /app/src/main/java/de/cleopa/chentschel/gpsactivity/main/KarteAnzeigenSaved.java | e9978e6a918777018494d1d7d1fefdfd1d8c2ae2 | [] | no_license | kristalis24/GPSActivity | 565632341dbe8ec0aeb883ff129b2e17b5d90db0 | 2fb5e10ac8a498562c58c2dac817c7688a7c32e5 | refs/heads/master | 2021-01-17T07:56:28.976728 | 2016-07-09T11:32:26 | 2016-07-09T11:32:26 | 60,083,837 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,096 | java | package de.cleopa.chentschel.gpsactivity.main;
import android.app.Activity;
import android.app.Dialog;
import android.content.ComponentName;
import android.content.Context;
import android.content.Intent;
import android.content.ServiceConnection;
import android.graphics.Color;
import android.location.Geocoder;
import a... | [
"kristalis@arcor.de"
] | kristalis@arcor.de |
15464f7f4ae24a3f4ecf60946d5e969b4b7e9d62 | 5d13d9329c561856f1f50305be1dd03c5f960dcf | /services/hrdb/src/com/auto_gmifufqtjm/hrdb/dao/DepartmentDao.java | 7f7f7098a9314dba8b004ef2f30085f992c05381 | [] | no_license | wavemakerapps/Auto_GmIFUFQtjM | cc296c51a78627290923d0e3d82c758802889f89 | 1da0229f1562023c018a686611cdf25b6e85b608 | refs/heads/master | 2021-09-02T13:09:32.208635 | 2018-01-02T23:09:21 | 2018-01-02T23:09:21 | 116,066,006 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,203 | java | /*Copyright (c) 2015-2016 wavemaker.com All Rights Reserved.
This software is the confidential and proprietary information of wavemaker.com You shall not disclose such Confidential Information and shall use it only in accordance
with the terms of the source code license agreement you entered into with wavemaker.com*/... | [
"automate1@wavemaker.com"
] | automate1@wavemaker.com |
d967c555d1ba4f6a2fe87fcb5b539777671559be | aee1dd7d4c2eed9b706eb4e8c7fac6a3dfc5e199 | /zqsign-saas-client-demo/src/main/java/com/zqsign/client/contract/bykeyword/SignByKeywordIV.java | 02b99dc8fe91389d3ef7a49352aa407c28f1d433 | [] | no_license | zhangzk223/testgit | a11c98030aebd44a6fd5af51716785cafde1b5d4 | 4664a013fe3f6be4eb9f6cc181b83c28859c4b15 | refs/heads/master | 2021-09-06T11:27:46.750883 | 2018-02-06T02:19:35 | 2018-02-06T02:19:35 | 108,485,438 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,788 | java | package com.zqsign.client.contract.bykeyword;
import java.util.HashMap;
import java.util.Map;
import com.alibaba.fastjson.JSONObject;
import com.zqsign.common.base64.Base64Utils;
import com.zqsign.common.constants.ZqsignManage;
import com.zqsign.common.utils.httpclient.HttpClientUtil;
import com.zqsign.commo... | [
"zhangzk223@sina.com"
] | zhangzk223@sina.com |
819b6b11b44e1e461d33c45e43d47c8ef853d499 | 0da6bc5b991d1343af05a6cc6be768ffced5296b | /src/com/moonyue/Main.java | a4c71883f1086eebc2561244330a783feaf84e7a | [] | no_license | FebFirst/concurrent-learning | c9481181730a184b2c91bdc42c4958afa20e48dc | 81f371b5374317a9a948583db50751d87339992e | refs/heads/master | 2020-04-04T13:35:55.873978 | 2018-11-14T12:24:21 | 2018-11-14T12:24:21 | 155,967,701 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 771 | java | package com.moonyue;
import com.moonyue.chapter4.MoonYueHttpServer;
import java.lang.management.ManagementFactory;
import java.lang.management.ThreadInfo;
import java.lang.management.ThreadMXBean;
public class Main {
public static void main(String[] args) throws Exception{
// write your code here
// Thr... | [
"muyue@pinduoduo.com"
] | muyue@pinduoduo.com |
6e06261d569ebe858da2dee239a080aa684a8f75 | b57e8a634264e5859e17caa172360c4c4561b086 | /exemplos-spring/src/main/java/br/senac/tads4/dsw/exemplosspring/ExemplosSpringApplication.java | 94b878d0480594a8e941a5cbd637acbe0e52034d | [
"MIT"
] | permissive | ftsuda-senac/tads4-dswb-2018-1 | ab6b25b430f34204ea2695a467691ec406efe19e | 9c87f0bdbc1761d1a2248cbfd7cefdaf4b80f28a | refs/heads/master | 2021-01-25T10:20:56.628610 | 2018-05-17T02:02:56 | 2018-05-17T02:02:56 | 123,347,250 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 398 | java | package br.senac.tads4.dsw.exemplosspring;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.context.annotation.Bean;
@SpringBootApplication
public class ExemplosSpringApplication {
public static void main(String[] arg... | [
"ftsuda.senac@gmail.com"
] | ftsuda.senac@gmail.com |
2bfe03c6e4304fc51c75056307c8b22acdce43cb | 7fcb1efdb5678c16eaedcf380ba28579e2d90c23 | /src/com/example/prox/ForgotPassword.java | b02e929eee512364e182db9e9b79cf30a8b38c0b | [] | no_license | jeffwdg/ProX_v2 | bc11fc5c18eb7463f437133c4191803c7fa18695 | bca5ae0a37d6f5d40aed14a4122bd255d69031bc | refs/heads/master | 2016-09-06T05:04:59.900165 | 2014-03-08T15:49:16 | 2014-03-08T15:49:16 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,370 | java | package com.example.prox;
import com.parse.ParseException;
import com.parse.ParseUser;
import com.parse.RequestPasswordResetCallback;
import com.radaee.reader.R;
import android.app.ActionBar;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.app.Dialog;
import androi... | [
"aloofzehcnas@gmail.com"
] | aloofzehcnas@gmail.com |
58a3da4eed702b015a401e824472e4778798949c | 124212a1038bc37caa971f5c525bc0502b49fecf | /Test/AudioSession.java | 5decb85db514c90df881eaa783c3d0b6b32b2fdb | [
"Apache-2.0"
] | permissive | PasanT9/VoCe | cfb810e5d5eb50abc19dc896db49bbad1703c7af | 8f3b391beaf29234e5cca17f2b266297d786f68d | refs/heads/master | 2020-07-08T01:05:41.504694 | 2019-10-22T00:55:42 | 2019-10-22T00:55:42 | 203,524,358 | 0 | 1 | Apache-2.0 | 2019-10-15T05:56:13 | 2019-08-21T06:49:33 | Java | UTF-8 | Java | false | false | 8,575 | java | import java.io.ByteArrayOutputStream;
import java.io.IOException;
import javax.sound.sampled.AudioFormat;
import javax.sound.sampled.AudioInputStream;
import javax.sound.sampled.AudioSystem;
import javax.sound.sampled.DataLine;
import javax.sound.sampled.FloatControl;
import javax.sound.sampled.Line;
import javax.sound... | [
"pasan96tennakoon@gmail.com"
] | pasan96tennakoon@gmail.com |
0a50a8bc5bbcef5caae199725322b14daf9f08d5 | 3e7cfd9ba8ce893af5a864dfa089e09512d6ce53 | /AndroidAsync/src/com/koushikdutta/async/http/server/BoundaryEmitter.java | 8da7e0912ed556d2cae6888a9d0aff04ea8b9752 | [
"Apache-2.0"
] | permissive | nseidm1/AndroidAsync | f8c136638b25fdd42126ceb42622ca4da760627f | c0267e4e5c6ef2d28c92332b3ec3090d406035f4 | refs/heads/master | 2021-01-24T04:19:11.295555 | 2013-04-16T03:01:23 | 2013-04-16T03:01:23 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,658 | java | package com.koushikdutta.async.http.server;
import java.nio.ByteBuffer;
import junit.framework.Assert;
import com.koushikdutta.async.ByteBufferList;
import com.koushikdutta.async.DataEmitter;
import com.koushikdutta.async.FilteredDataEmitter;
public class BoundaryEmitter extends FilteredDataEmitter {
private by... | [
"koushd@gmail.com"
] | koushd@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.