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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
a87a518c8ef30d5ec5a2463e3ffa7a64f0fe2a61 | bec69ad08c50d8c7f98ee2f8e5b02a9d02d76a72 | /src/com/oppahansi/ss14/woche1/AddIntegers.java | 4f2448acdf07a5b945f2a278b214691787b5a5a3 | [] | no_license | Kimmydamn/unidue-programmierung | 0f6762778a4b0c058c910f2003888348b3286ad2 | cb065779b0c5b970b9d819dc100b211718510637 | refs/heads/master | 2020-12-26T04:38:02.407174 | 2015-11-10T01:07:49 | 2015-11-10T01:07:49 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 562 | java | package com.oppahansi.ss14.woche1;
// Integer-Werte addieren
//
// Modifizieren Sie die Methode "add" so, dass sie die Variablen "a" und "b" addiert und das Ergebnis zur�ckgibt.
public class AddIntegers {
// ----- Modifizieren Sie diese Methode -----
public static int add(int a, int b) {
... | [
"alexander.schellenberg@mindcurv.com"
] | alexander.schellenberg@mindcurv.com |
e88ffe03ea3f8dd9a66c1c2236edaf6ae3fc013b | 02cdeed0e256dd2ac8e66b8c8d3e0e600a3b74ee | /src/Lapangan.java | 52ab5d9aebc1e687a113b9f86808adc03f67eaa5 | [] | no_license | IndahWA/Latihan-PL-Bab-2 | e0bf0ab294c625e22c081ceb4dd0dd4c2bf472fe | 5482eecf2de427ee734f2da5d2a61ed8b7324fd1 | refs/heads/master | 2021-01-15T10:41:15.792550 | 2016-03-09T16:05:37 | 2016-03-09T16:05:37 | 53,493,951 | 0 | 0 | null | 2016-03-09T11:55:07 | 2016-03-09T11:55:07 | null | UTF-8 | Java | false | false | 222 | java | package Tugas;
public class Lapangan {
double pjg;
double lebar;
public Lapangan(double pjg, double lebar){
this.pjg = pjg;
this.lebar = lebar;
}
public double kelilingLapangan(){
return 2 * (pjg + lebar);
}
}
| [
"Indah WA"
] | Indah WA |
0a1d8516ad46b4f3af55b71c19d6b13621ef24f3 | 242a82937f15d8fcdaa9b89371de0112e1c57479 | /app/src/main/java/com/rishabh/concetto2019/EventPage/MVP/EventContract.java | 313dc61269dd9872eb724ec0669a7aec069140c2 | [] | no_license | rishabh-997/Concetto2019 | 7954770f66c62a9a3f39a8e38a0bc3b5c4c2236e | 2a5f632d088b51efe63e65b556c86b0cec05e8f2 | refs/heads/master | 2021-07-12T00:22:42.907050 | 2020-10-01T04:45:30 | 2020-10-01T04:45:30 | 210,288,745 | 3 | 14 | null | 2020-10-01T04:45:31 | 2019-09-23T07:14:56 | Java | UTF-8 | Java | false | false | 141 | java | package com.rishabh.concetto2019.EventPage.MVP;
public class EventContract
{
interface view{
}
interface presenter{
}
}
| [
"rishabh.agarwal997@gmail.com"
] | rishabh.agarwal997@gmail.com |
6a6ef2782549dc687e48307a9954c1630614f5cc | 415d01811620d6e737c54c937258d7a8a5e11967 | /app/src/main/java/com/lingdongkuaichuan/note/adapter/FolderAdapter.java | 24e6ff9db25a7c110ec011f68be490ec7bc6c487 | [] | no_license | zhoubowen-sky/Note | fe354a5696899c37af34e6c6fb74f58f71953cb5 | 7a3882e1a040be3d89408783f1cec466d028d3ac | refs/heads/master | 2021-01-23T04:48:44.317324 | 2017-06-11T15:15:02 | 2017-06-11T15:15:02 | 92,936,173 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,206 | java | package com.lingdongkuaichuan.note.adapter;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAdapter;
import android.widget.TextView;
import com.lingdongkuaichuan.note.R;
import com.lingdongkuaichuan.note.bean.Folder... | [
"1784225410@qq.com"
] | 1784225410@qq.com |
9d43afd8ddd578fbf97441c7e0c22c17d46b3100 | d2eee6e9a3ad0b3fd2899c3d1cf94778615b10cb | /PROMISE/archives/poi/2.5/org/apache/poi/ddf/EscherRGBProperty.java | 91a7711d7329429334334915db7b2952814658c8 | [] | no_license | hvdthong/DEFECT_PREDICTION | 78b8e98c0be3db86ffaed432722b0b8c61523ab2 | 76a61c69be0e2082faa3f19efd76a99f56a32858 | refs/heads/master | 2021-01-20T05:19:00.927723 | 2018-07-10T03:38:14 | 2018-07-10T03:38:14 | 89,766,606 | 5 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,292 | java | Copyright 2004 Apache Software Foundation
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
Unless required by applicable law or agreed to in writing, software
distributed under ... | [
"hvdthong@github.com"
] | hvdthong@github.com |
d42df796cb89e1b5592799bf855c359eae8378db | b559c1bc31373222caa5cf14d4dc179469bbbe60 | /Swing_Practice/src/model/ClientModel.java | e2019b9e272ce04150f84ddeb1e6d48485a0a74d | [] | no_license | iambashir/NetBeans_Project | 2e48d4734fd8606471afb5cd438b67bb8a3e929a | b929d144301e56c95c5a5af9dad703b8d7a6eef7 | refs/heads/master | 2023-06-16T16:31:49.721602 | 2021-07-02T06:10:19 | 2021-07-02T06:10:19 | 337,303,672 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 360 | java |
package model;
public class ClientModel {
private int roll;
private String name;
public int getRoll() {
return roll;
}
public void setRoll(int roll) {
this.roll = roll;
}
public String getName() {
return name;
}
public void setName(String name) {
... | [
"bashir.rasulpur@gmail.com"
] | bashir.rasulpur@gmail.com |
4aa1d38463a78d017bb6682594b14b96920a8402 | bbefc1f75a88e852336787b752bec35356f39ad0 | /src/main/java/yaroslav/model/User.java | 52360cf850c17627b4fbc84daba1e4f03de4fd48 | [
"Apache-2.0"
] | permissive | YaroslavErlikh/webSpring | 4dd4b5fc947632cc8b0665e90940eed446cf80cf | 4ffce429db3a9a7a3ae1eac5cbf75ef03f8ce846 | refs/heads/master | 2022-07-10T00:37:42.421514 | 2021-05-01T04:47:41 | 2021-05-01T04:47:41 | 246,848,996 | 0 | 0 | Apache-2.0 | 2022-06-21T02:58:29 | 2020-03-12T14:02:00 | Java | UTF-8 | Java | false | false | 2,110 | java | package yaroslav.model;
import org.springframework.security.core.GrantedAuthority;
import org.springframework.security.core.userdetails.UserDetails;
import yaroslav.model.role.Role;
import javax.persistence.*;
import java.util.Collection;
import java.util.Set;
@Entity
@Table(name = "tab_users")
public class User imp... | [
"albert_22.11.86@mail.ru"
] | albert_22.11.86@mail.ru |
6cbd3abfe95f755885835bb4bf28084eb57f92cb | 43ba07b17faafdd60c7f80cd6b0dee28f8f4266d | /src/org/toni/bouncingball/game/model/GameItem.java | e437cd7779a1b2fc5e1d641230c88fbaab2e0959 | [] | no_license | tonirs/bouncing-ball | a0058a8e5a6e5ff70036a86384fc7022e5270729 | ff787431caaa31b5241d965c87e33c46f5bda81e | refs/heads/master | 2021-01-10T02:44:23.319427 | 2016-03-13T22:10:31 | 2016-03-13T22:10:31 | 53,006,571 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,466 | java | package org.toni.bouncingball.game.model;
public class GameItem {
protected double y;
protected double x;
private final int height;
private final int width;
protected final double minY;
protected final double maxY;
protected final double minX;
protected final double maxX;
public ... | [
"tonirs@gmail.com"
] | tonirs@gmail.com |
39f0b9ef0407eda4085d71ecdd7b21bcfd1b296e | 5d00b27e4022698c2dc56ebbc63263f3c44eea83 | /src/com/ah/util/bo/userprofile/selection/PortUserProfileSelectionImpl.java | ff975a190946b770f4a7f6f34df0871ca8e546d2 | [] | no_license | Aliing/WindManager | ac5b8927124f992e5736e34b1b5ebb4df566770a | f66959dcaecd74696ae8bc764371c9a2aa421f42 | refs/heads/master | 2020-12-27T23:57:43.988113 | 2014-07-28T17:58:46 | 2014-07-28T17:58:46 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 23,210 | java | package com.ah.util.bo.userprofile.selection;
import java.util.ArrayList;
import java.util.Collection;
import java.util.Collections;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import com.ah.bo.HmBo;
import com.ah.bo.hiveap.ConfigTemplateMdm;
import com.ah.bo.mgmt.QueryBo;
impor... | [
"zjie@aerohive.com"
] | zjie@aerohive.com |
3429838e53cd1c449bc5c96208bb3ad33307fcb6 | 0af8b92686a58eb0b64e319b22411432aca7a8f3 | /large-multiproject/project73/src/main/java/org/gradle/test/performance73_2/Production73_142.java | 94de1f2edf54ed7d02a6afc2365e09d826d6b78c | [] | 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.performance73_2;
public class Production73_142 extends org.gradle.test.performance16_2.Production16_142 {
private final String property;
public Production73_142() {
this.property = "foo";
}
public String getProperty() {
return property;
}
}
| [
"cedric.champeau@gmail.com"
] | cedric.champeau@gmail.com |
bba0376c9a1335b83451590746911e3fac3a11fa | 45a0427e3dd8c2e94dab79ef25fba4fde1541b07 | /patched/src/main/java/com/jodelapp/jodelandroidv3/utilities/JodelImageHelper.java | fc0a85e290c0273bd7d2e8d2ef51dad141fd7006 | [] | no_license | JodelRaccoons/JodelPatched | fe414820e2c709a0a1757764f7e112f8fbb86cb5 | 10485450b8d644ae604ee6d4dc2612da550b1384 | refs/heads/master | 2021-01-16T17:38:20.213450 | 2019-01-23T09:50:31 | 2019-01-23T09:50:31 | 100,010,421 | 19 | 1 | null | 2017-11-23T18:19:14 | 2017-08-11T08:31:06 | Java | UTF-8 | Java | false | false | 359 | java | package com.jodelapp.jodelandroidv3.utilities;
import android.graphics.Bitmap;
import lanchon.dexpatcher.annotation.DexEdit;
import lanchon.dexpatcher.annotation.DexReplace;
/**
* ? For no image blur
*/
@DexEdit(contentOnly = true)
public class JodelImageHelper {
@DexReplace
private Bitmap blur(Bitmap bi... | [
"krokofant@users.noreply.github.com"
] | krokofant@users.noreply.github.com |
c9e88c58aad07a86be42fc7678c2ee61f4656141 | 29f3eec6f08cf5c069d4202a93feb9b16658db53 | /app/src/main/java/com/haoyu/app/adapter/TeachingStudyLecturerAdapter.java | aa8d4af2c5422404233efe8ef9e8ed43ff89a0ed | [] | no_license | theboundaryforever/lingnan_teach | e466469bd89715e22c2ff08eea3308665852fb51 | af4ec7ea69ef0857f8cf06914f85ded570458c53 | refs/heads/master | 2021-07-01T07:50:59.986604 | 2017-09-18T06:07:05 | 2017-09-18T06:07:05 | 103,364,162 | 0 | 0 | null | 2017-09-13T06:50:21 | 2017-09-13T06:50:21 | null | UTF-8 | Java | false | false | 1,424 | java | package com.haoyu.app.adapter;
import android.view.View;
import android.widget.TextView;
import com.haoyu.app.basehelper.BaseArrayRecyclerAdapter;
import com.haoyu.app.entity.MobileUser;
import com.haoyu.app.lingnan.teacher.R;
import java.util.List;
/**
* Created by acer1 on 2017/2/16.
*/
public class TeachingSt... | [
"xiaoma920406@126.c0m"
] | xiaoma920406@126.c0m |
785c29860c687e40a65096213d99eea5ab1a471a | f2b522b214c1abd4dafb01a6f2fb13d2c8155756 | /mogu_web/src/main/java/com/moxi/mogublog/web/restapi/SortRestApi.java | db1f78b7669b85ac0ed0d0e6b74df20117a4da37 | [
"Apache-2.0"
] | permissive | superjinge/mogu_blog_v2 | 21efab237347677d310bb81dc25e35c2a9166976 | 2c6754fc983c7629a587729599f8bbb9e2b1f790 | refs/heads/master | 2020-11-26T07:56:00.443089 | 2019-12-19T04:22:11 | 2019-12-19T04:22:58 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,355 | java | package com.moxi.mogublog.web.restapi;
import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper;
import com.baomidou.mybatisplus.core.metadata.IPage;
import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
import com.moxi.mogublog.utils.*;
import com.moxi.mogublog.web.feign.PictureFeignClient;
im... | [
"xzx19950624@qq.com"
] | xzx19950624@qq.com |
be3ee73bb285f08ba7e62bff0cb2f63746067aa8 | 815b37ba5c102f7d9d8c3441f3015be895b9f2d5 | /Jet/src/main/java/org/mitre/jet/ebts/Ebts.java | 3acdd6604f2c779106342537dd217fb0ebbfc4a6 | [
"Apache-2.0"
] | permissive | jmkeefer/jet | c3a1a69d25b0ec7ceab78a438b4abbcf8670239d | ecc7d7f10f27b8f073b220b13cdcba76d2d49987 | refs/heads/master | 2021-04-27T02:04:04.335022 | 2017-11-30T20:29:36 | 2017-11-30T20:29:36 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,518 | java | /*
* Copyright 2014 The MITRE Corporation
*
* 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 ... | [
"wvucam71@gmail.com"
] | wvucam71@gmail.com |
008a038665ae0b9e367949119e0543a45c44124a | 42d536e4ac79da0d03bcd65092e6483eb96b1974 | /src/com/company/Main.java | 367641f4867c44742a552289f352cc230ca5fa8c | [] | no_license | thisIs-RealLife/CalculatorRomAndArabNums | 703748acfd15420dbc380b878c80f5035eebc161 | 8ac463a0d6105a8dea4cb6e67bd49bc68bc6811f | refs/heads/master | 2022-11-29T17:45:46.299156 | 2020-08-07T19:47:42 | 2020-08-07T19:47:42 | 285,911,900 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 413 | java | package com.company;
import com.company.Interface.DataEntryInterface;
import com.company.Calculator.DataValidation;
import com.company.input.InputDataClass;
public class Main {
public static void main(String[] args) {
DataEntryInterface input = new InputDataClass();
DataValidation dataValidati... | [
"sorokina_l.a_school@mail.ru"
] | sorokina_l.a_school@mail.ru |
9d2b5acabd304514a32b41f52d73028e1a86019d | e76191245215d503eaa95de47695161dc79035b6 | /src/tshirtstrategy/strategy/CashPaymentImpl.java | d26190f0fa71ba017017773bc11b3f6d7d75f2ee | [] | no_license | orestispanago/TShirtStrategy | c7e7627b2512db21da8de4ca09f7c7fd8ededce2 | d293bfecfeb0432b2089537ce185dff409471cd9 | refs/heads/master | 2022-07-08T15:53:54.802279 | 2020-05-14T20:50:43 | 2020-05-14T20:51:20 | 263,670,017 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 576 | 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 tshirtstrategy.strategy;
import tshirtstrategy.models.Color;
import tshirtstrategy.models.Fabric;
import tshirtstrategy.models... | [
"orestispanago@gmail.om"
] | orestispanago@gmail.om |
88c9cf101667ce22e2c56e14dc3e66d3196f69f1 | ebe55ca274729f465d619568c54b3f67c96a71c0 | /LoginGMAIL/app/src/main/java/Modelo/Usuario.java | a8bc93bcf639c5d15e11563463afa773d3cf0a84 | [] | no_license | LexAdrian1/AplicacionesMobile | ec963eb4a2ce7b9f1836048a4253637833c1ee2e | 24aae30f12744a7bdf9a2006d373c6bfedae4b54 | refs/heads/master | 2020-03-17T02:46:17.853114 | 2018-07-20T19:56:02 | 2018-07-20T19:56:02 | 133,204,814 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 824 | java | package Modelo;
import java.io.Serializable;
public class Usuario implements Serializable {
private String nombre;
private String mail;
private String pass;
public Usuario(String nombre, String mail, String pass) {
this.nombre = nombre;
this.mail = mail;
this.pass = pass;
... | [
"lexadrian1@gmail.com"
] | lexadrian1@gmail.com |
4d5bca01fcac9438f6e968829068ea9ae3663090 | c2dbcec72f90985ac799fab091431e2b33c43ef5 | /com.newsat.platform.web/src/main/java/com/newsat/platform/web/parse/WebParse.java | dbdcc206faf95e7b40827046eb1a821a136bd956 | [] | no_license | dragonflysun2019/Learning | 66721bdd9d99ef0c9e7c4ce4634522d0195dbcfe | cd4624c7bd3dc267eb136c821381294e532be881 | refs/heads/master | 2021-06-06T10:07:23.439287 | 2016-10-29T09:24:47 | 2016-10-29T09:24:47 | 72,274,825 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,721 | java | package com.newsat.platform.web.parse;
import java.io.File;
import java.io.FileOutputStream;
import java.io.IOException;
import java.util.ArrayList;
import java.util.List;
import org.jsoup.Jsoup;
import org.jsoup.nodes.Document;
import org.jsoup.select.Elements;
import org.jsoup.Connection.*;
pu... | [
"dragonflysun1986@aliyun.com"
] | dragonflysun1986@aliyun.com |
536fbb48f6c3a1d873498b1694539883d20d1903 | ad06b05fc03b2d869128fa32009afd3e518de754 | /job.java | d8e80cc183dba6816a3a02d251c8aca7eba8bb8a | [] | no_license | ankursinghrathi/job1 | 496c197031e915edf1fd0c79595b5fe84f9a39e9 | b06df6248657a7baa8958cd5259f33f6a2072954 | refs/heads/master | 2023-04-28T21:37:15.148032 | 2021-05-20T05:38:00 | 2021-05-20T05:38:00 | 369,089,835 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 138 | java | // Your First Program
class job {
public static void main(String[] args) {
System.out.println("Hello, World job1!");
}
} | [
"you@example.com"
] | you@example.com |
7b8a9f7dc985204880b2c617ba0c1f2f1cf1aad1 | 181cef7f849a5b8b99aa56fc4a055755559fe0ab | /qwazr-library/src/main/java/com/qwazr/tools/XMLTool.java | d4d841974905ad68c8439f84d6ae3c12308a4c6c | [
"Apache-2.0"
] | permissive | Tetraa/QWAZR | e0ec334021ebfc9ab7ab6f12069afbcabbd66b13 | 5ec969102e94206769db9a7a4cabc180b2f71c71 | refs/heads/master | 2021-01-16T20:07:44.768269 | 2016-06-08T16:49:43 | 2016-06-08T16:49:43 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,316 | java | /**
* Copyright 2014-2016 Emmanuel Keller / QWAZR
* <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>
* Unless required by ap... | [
"ekeller@open-search-server.com"
] | ekeller@open-search-server.com |
e63d4b797a5a61ea43bb96b19ceb841c5ff784f8 | 5bceaed6e519dee3b16cf91bf7f53b15966c5166 | /laboratorios/lab01/ejercicioEnLinea/powerN.java | 7933d7021ad9b2600ef03daaa33e343a67b71fbc | [] | no_license | mmc31-08/ST0245-001 | 8ba6ac8fb6649000ef57f2102a0e4745620080d7 | 769c0c79e93fd707d90fb9a987cebc2d566d1753 | refs/heads/master | 2023-05-06T04:01:01.472190 | 2021-05-27T15:52:45 | 2021-05-27T15:52:45 | 333,789,595 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 212 | java | public class powerN{
public int powerN(int base, int n) {
if (n==0){
return 1;
}
if(n==1){
return base;
}
return powerN(base, n-1)*base;
}
} | [
"noreply@github.com"
] | mmc31-08.noreply@github.com |
cb8c422004d07d4214a862a72342ef209de4a99f | ab3c021553d7ff524b40cffc4cb20d76a18bbf29 | /[2019년 10월 시작]/[19주차]트라이/[김재곤][19주차][프로그래머스_42861][섬 연결하기_p].java | f70ff19406b3eaf40aacc628d7bd7b2183e1a275 | [] | no_license | KangPilGyu/Algo-Study | 12cbf96fd15d7691bc655334a614216639a32954 | 0233eeb2696fee9835e9da3594a762630a5d1a2c | refs/heads/master | 2021-06-26T03:46:49.157527 | 2021-01-29T11:03:21 | 2021-01-29T11:03:21 | 204,300,543 | 5 | 12 | null | 2021-01-29T11:03:22 | 2019-08-25T13:48:52 | Java | UTF-8 | Java | false | false | 2,595 | java | package rithm_p;
import java.util.LinkedList;
import java.util.Queue;
//섬연결하기 프림
public class Pms42861_p {
static int n = 4;
static int[][] costs = {{0,1,1}, {0,2,2}, {1,2,5}, {1,3,1}, {2,3,8}};
static boolean[] A = new boolean[n];
static int total = 0;
static Queue<Integer> queue = new LinkedList... | [
"worhs.k@gmail.com"
] | worhs.k@gmail.com |
abe191ea493e35fc229d925d6da62756b05f59ac | 1b96e0bd3f2fd554909fd87c86d4262c6310cecc | /app/src/main/java/com/faux/workshop/DBHelper.java | 6154b7914aece160e2f91418eed6c066171d86aa | [] | no_license | FriedSteel/FauxWorkshop | 9d999249d0368028e4b966459a981a682d51ec98 | 87c4290a7c66b4bf50ad2b054b2c94a8d5246f2d | refs/heads/master | 2020-11-27T02:06:13.621195 | 2019-12-20T13:16:08 | 2019-12-20T13:16:08 | 229,265,452 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,358 | java | package com.faux.workshop;
import android.content.ContentValues;
import android.content.Context;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import android.database.sqlite.SQLiteOpenHelper;
import androidx.annotation.Nullable;
import java.util.ArrayList;
import java.util... | [
"noreply@github.com"
] | FriedSteel.noreply@github.com |
2cf09b956c3d03b09840d87b75743ba34034d94b | cf9896e0789c16d73bd8645718b0c838f29eece0 | /src/main/java/com/manywho/services/backend/services/DataService.java | e79b39f1e4e613a3b72ea7611728c3441f285cf4 | [] | no_license | BillTheBest/service-backend | 144123a7933ae76ac1c4f2c342d97218b27c0a3d | 407a43cd0fb19423a6a8fe3f761e73abcc67c827 | refs/heads/master | 2021-01-21T21:54:56.537358 | 2015-11-15T05:42:26 | 2015-11-15T05:42:26 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,852 | java | package com.manywho.services.backend.services;
import com.manywho.sdk.entities.run.elements.type.ObjectCollection;
import com.manywho.sdk.entities.run.elements.type.ObjectDataRequest;
import com.manywho.sdk.entities.run.elements.type.ObjectDataResponse;
import com.manywho.sdk.entities.security.AuthenticatedWho;
import... | [
"steve.wood@manywho.com"
] | steve.wood@manywho.com |
550fa53a22270cf4c04e06d897e3554d057a4cf8 | a8f0915a94de41152e02b312df1b5a8113972bcf | /Exercises/src/lab/TancSoStudentite22.java | 90b52ad13e470205a9ea56ced38c87888c9062f8 | [] | no_license | stefan-krstikj/OS2018-2019 | 03cbb6734b0508fe2847f7e7346b1a0229975759 | 2772ceb656e5fab5b34ff5659bc644f46bce13b0 | refs/heads/master | 2021-10-26T12:29:11.662481 | 2019-04-12T17:55:55 | 2019-04-12T17:55:55 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 50 | java | package lab;
public class TancSoStudentite22 {
}
| [
"st.krstic@gmail.com"
] | st.krstic@gmail.com |
f01570e9555a823a606a8726b4ab89c9567e6ccd | 6b43d7f3731d473591a320cee0664fc39bebe6c4 | /src/com/gravical/bwell/models/Users.java | 1c90b31fbd7eb019913616f67f2a626486c1211e | [] | no_license | energyscholar/GravicalBWell | 7ebfdc59bfe7bf759ba3580d8ae81154618fc4bc | c917e675a602647c9897ea91d982efba3dfeb4d7 | refs/heads/master | 2020-12-30T10:12:43.346157 | 2013-02-19T10:00:27 | 2013-02-19T10:00:27 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,989 | java | package com.gravical.bwell.models;
// Generated 12-Feb-2013 23:08:00 by Hibernate Tools 3.2.1.GA
/**
* Users generated by hbm2java
*/
public class Users implements java.io.Serializable {
private int userId;
private String firstName;
private String lastName;
private Integer roleId;
priva... | [
"energyscholar@gmail.com"
] | energyscholar@gmail.com |
2941f02d39ae50eeac332d0ea0b53e0769bbd118 | ec17c90426fb55189487eff11bde0dad0951b318 | /src/main/java/com/diez_personne/web/HomeController.java | da056baee1e4962ba89cd7b23bb171ed10321489 | [] | no_license | Z-Fantastiques/diez-personne | 022bc8c06ba07af239816d0d1e6bce18d9d56922 | d625467ac3a7b4fbb2e0cf7e7d693df45576f304 | refs/heads/master | 2021-01-10T14:42:48.557990 | 2016-02-01T04:09:29 | 2016-02-01T04:09:29 | 50,803,724 | 0 | 0 | null | 2016-02-09T04:49:17 | 2016-02-01T00:43:32 | HTML | UTF-8 | Java | false | false | 737 | java | package com.diez_personne.web;
import com.diez_personne.repository.ArticleRepository;
import com.diez_personne.repository.QuotationRepository;
import com.diez_personne.repository.UserRepository;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.... | [
"fabien.linardon@epitech.eu"
] | fabien.linardon@epitech.eu |
bfa4e62eda327a75fe27ad28e5bc807b7c43c964 | 9e1a554be71823722d2324db4544f25c7db41fc4 | /validator-io/src/test/java/name/valery1707/jcommander/validators/io/NotExistsTest.java | cc12abe0edb2d1ce3d2f9d6ab21d7db3479455c3 | [
"MIT"
] | permissive | valery1707/jcommander-ext | f9eecb89ca5e5a55d611847c0304a31dee1e47a5 | ffde013bfad45a33aa27f4125f97f8fc958361ca | refs/heads/master | 2021-01-19T12:45:35.365165 | 2019-08-15T01:04:32 | 2019-08-15T01:04:32 | 88,044,724 | 3 | 0 | MIT | 2020-10-14T00:26:53 | 2017-04-12T11:33:54 | Java | UTF-8 | Java | false | false | 728 | java | package name.valery1707.jcommander.validators.io;
import name.valery1707.jcommander.validators.ValidatorTest;
import org.junit.runners.Parameterized;
import java.io.File;
import java.util.Arrays;
import java.util.Collection;
import static name.valery1707.jcommander.validators.io.FileMock.fileMock;
public class NotE... | [
"valery1707@gmail.com"
] | valery1707@gmail.com |
2919a1fd4fe783f17cbaa44308b2d6df5b0e4bc8 | e479461037a4dcd87e806ee5709212160b057788 | /app/src/main/java/com/br/controleBluetooth/JoystickClass.java | 1e889d0d6218427265cb075a3f981fc478116467 | [] | no_license | caiofellipe/controleBluetooth-app | 7532525cd1571684ab6f124bc8024fd8f95e7864 | 0d77b807fc03beb3eeff18453bfd51aadd5a6942 | refs/heads/master | 2020-06-12T02:10:44.889978 | 2019-07-27T16:41:17 | 2019-07-27T16:41:17 | 194,161,729 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,162 | java | package com.br.controleBluetooth;
import android.content.Context;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.graphics.Canvas;
import android.graphics.Paint;
import android.view.MotionEvent;
import android.view.View;
import android.view.ViewGroup;
import android.view.ViewGroup.... | [
"caiofellipe80@gmail.com"
] | caiofellipe80@gmail.com |
79ba979006e3be360896db416f945fd49ba9776d | 15130db5e5358d6ca0a44d5b984fe0ad55e48afd | /src/test/java/com/makemytrip/objectrepository/FlightResults.java | ba83f22e58617b45cf8b8094e1b99b33a369e794 | [] | no_license | vinodkumar012/makemytrip-demo | 19508108c0e882ff72a3b27bd6672a557452bf38 | 8b7d6c46c6d32effeab4109d3df3f7972a89e87c | refs/heads/master | 2021-01-11T15:26:52.463536 | 2017-05-29T11:31:07 | 2017-05-29T11:31:07 | 80,344,543 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 398 | java | package com.makemytrip.objectrepository;
import io.appium.java_client.AppiumDriver;
import org.openqa.selenium.WebElement;
import com.makemytrip.element.ElementUtils;
public class FlightResults {
public static WebElement btn_Book(AppiumDriver driver) {
return ElementUtils.returnElementByName(driver,... | [
"b.vinodkumar012@gmail.com"
] | b.vinodkumar012@gmail.com |
d1358a895b6b5cef133548b20d8cc7ad793531d7 | 88dd0d81fc2fd508233e595e5d1dcedc0c5b46f9 | /Heapsort/src/RandomDataGenerator.java | f2c45ff85de78770b2d66236adc9dcf094d5579f | [] | no_license | TOlmsteadWSCU/Data-Structures | 51867ac83f4f8a6016634e6e3c895f5c78248787 | 3937dc300981b71c695cc894c92f6e6e3129e63b | refs/heads/master | 2020-03-08T13:24:37.628262 | 2018-10-01T14:40:55 | 2018-10-01T14:40:55 | 128,157,355 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 295 | 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.
*/
/**
*
* @author Owner
*/
public interface RandomDataGenerator
{
public RandomData generate(int n);
}
| [
"32274688+TOlmsteadWSCU@users.noreply.github.com"
] | 32274688+TOlmsteadWSCU@users.noreply.github.com |
08050c9b07a78e3c2cdb1ac4ce913dfc9ce31ee3 | 0744c9f1083dfc327eea5152ac18479c8c1de24a | /gameplayer/panel/SpecificPanel.java | 7276b7f01c1ee06edc9ec7e0bcb72c37f643f177 | [] | no_license | mtodzo/Game-Authoring-and-Playing-Environment | 5fd4adb9721925827c4423e5d6a93b3347fe788c | e15910299ac741752a0f35221c56606451a39041 | refs/heads/master | 2020-03-27T12:12:05.508335 | 2018-08-29T03:03:13 | 2018-08-29T03:03:13 | 135,588,337 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 362 | java | package gameplayer.panel;
import engine.sprites.towers.FrontEndTower;
/**
* class for panels which display/use information from a specific placed tower
* @author andrewarnold
*
*/
public abstract class SpecificPanel extends Panel {
protected final FrontEndTower TOWER;
public SpecificPanel(FrontEndTo... | [
"noreply@github.com"
] | mtodzo.noreply@github.com |
d3e240f8d6a70858d3fa632b77b3b1e75a0aae4b | 57329aa67921bef4165e7f6146a04a580121ee4f | /app/src/main/java/p/gordenyou/elecboardapp/activity/MaterielsActivity.java | b51b244277e8b3918880faeba416da5840ea0815 | [] | no_license | GaoGorden/ElecBoardAPP | 840935b3c12841ff0da67909d6acc996c42e50ca | 0916df3d07b3e20bc576d0aeb63225334aacb4e8 | refs/heads/master | 2022-01-18T11:11:09.491901 | 2019-08-05T09:40:44 | 2019-08-05T09:40:44 | 198,332,224 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,239 | java | package p.gordenyou.elecboardapp.activity;
import android.os.Bundle;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import android.support.design.internal.BottomNavigationMenuView;
import android.support.design.widget.BottomNavigationView;
import android.support.v4.app.Fragment;... | [
"1193688859@qq.com"
] | 1193688859@qq.com |
58effd0f215fb52119e77c79a21526106219b8de | 1078c7726a0ef8145d40338aca6272f29ae37470 | /iSoccer/src/Data/Resources/VehicleData/VehicleData.java | 753119cf97d3d862fe0f6c58f5911fd1955aae34 | [] | no_license | valeriojr/iSoccer3 | a1bb7cf28cf42b367b1d30c10d027c8051dc6421 | 96ab62f5fe2f7b2934d4f030a5b4b64ac5d9b0b5 | refs/heads/master | 2020-03-26T20:53:11.885625 | 2018-08-25T09:49:08 | 2018-08-25T09:49:08 | 145,352,527 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 729 | java | package Data.Resources.VehicleData;
import MVC.Model;
public class VehicleData implements Model {
public static final String ID = "Identificador do veículo", TYPE = "Tipo de veículo";
enum Type {ÔNIBUS, CARRO, AVIÃO}
private String id;
private Type type;
public VehicleData(){
this.id = n... | [
"vnrj@ic.ufal.br"
] | vnrj@ic.ufal.br |
2105def93ceeb6deb0743f289d55df1bd42f5e1c | 95053809b8273b7886b75ae54b83cec4be3e483b | /User/src/main/java/com/cts/project/user/controller/UserController.java | 950e467a90711686e6d63edf06b2a949f7c98f6d | [] | no_license | udaykumar572/mt-branch | 4dd4769f4e170ea5646b9ba7c3b9601aa08a2188 | 3ff9720aeb8521b2951a79c091f6905c6771e948 | refs/heads/master | 2022-07-17T21:25:57.086763 | 2020-03-14T13:20:31 | 2020-03-14T13:20:31 | 247,278,310 | 0 | 0 | null | 2022-06-29T18:01:05 | 2020-03-14T13:07:06 | JavaScript | UTF-8 | Java | false | false | 4,186 | java | package com.cts.project.user.controller;
import java.io.IOException;
import java.nio.file.Files;
import java.nio.file.Path;
import java.nio.file.Paths;
import java.util.List;
import java.util.Optional;
import javax.servlet.http.HttpSession;
import org.springframework.beans.factory.annotation.Autowired;
import org.s... | [
"60086619+udaykumar572@users.noreply.github.com"
] | 60086619+udaykumar572@users.noreply.github.com |
0c2d6be4caf9d678247103195262a66efce25077 | 9f8304a649e04670403f5dc1cb049f81266ba685 | /common/src/main/java/com/cmcc/vrp/queue/queue/busi/DeadLetterQueue.java | c4c645509c8cc9219b52a0028f2fcd9b40430163 | [] | no_license | hasone/pdata | 632d2d0df9ddd9e8c79aca61a87f52fc4aa35840 | 0a9cfd988e8a414f3bdbf82ae96b82b61d8cccc2 | refs/heads/master | 2020-03-25T04:28:17.354582 | 2018-04-09T00:13:55 | 2018-04-09T00:13:55 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 957 | java | package com.cmcc.vrp.queue.queue.busi;
import com.cmcc.vrp.queue.consumer.Consumer;
import com.cmcc.vrp.queue.queue.AbstractQueue;
import com.cmcc.vrp.queue.task.Worker;
import org.springframework.stereotype.Component;
/**
* 死信队列
* <p>
* Created by sunyiwei on 2016/12/13.
*/
@Component
public class DeadLetterQueu... | [
"fromluozuwu@qq.com"
] | fromluozuwu@qq.com |
186312c075e1a491a698831ee2793fbe05af997d | f245776817db71fdbd7fb4c32d80d40847407a50 | /aileron-framework-webclient/src/main/java/cc/aileron/webclient/impl/WebClientImpl.java | 22a6561c12cc29f890890a4219e88b37633eac3a | [] | no_license | aileron/framework2 | 638a8e61ffc526e9f5c8ebdd357c0269c287b9ea | d9182446767310968157747b5073a73e96bc7103 | refs/heads/master | 2021-01-20T10:06:33.339771 | 2011-06-23T09:10:54 | 2011-06-23T09:10:54 | 1,945,318 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 28,903 | java | package cc.aileron.webclient.impl;
import static cc.aileron.generic.util.StringUtils.*;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.io.StringReader;
import java.net.HttpCookie... | [
"aileron@1bfad7ae-fb7a-e011-b596-0025643c020d"
] | aileron@1bfad7ae-fb7a-e011-b596-0025643c020d |
dc76df73727a74bd6ee462d8e13b5069fbe6c774 | 73029d852f37426758a4bde981713b1ab32f4785 | /springcloud-sentinel-product/src/main/java/com/learn/sentinel/product/entity/Product.java | 31529d34f4fee1688e6597776b1919c93f9c2c82 | [] | no_license | Panlf/springcloud-learn | efe739764a7088db492a7da02b46a87227a84c25 | bda2c9c83ee24a43ecba562eb569910d6a463f6b | refs/heads/master | 2022-06-30T10:32:44.244102 | 2022-06-21T02:48:37 | 2022-06-21T02:48:37 | 228,778,732 | 0 | 0 | null | 2022-06-21T02:48:38 | 2019-12-18T07:01:22 | Java | UTF-8 | Java | false | false | 217 | java | package com.learn.sentinel.product.entity;
import lombok.Data;
/**
* @author Panlf
* @date 2019/12/17
*/
@Data
public class Product {
private Integer id;
private String name;
private Double price;
}
| [
"liangfeng_pan@163.com"
] | liangfeng_pan@163.com |
360216ee691b69b6de55f425979fc2106232e1fa | 0f08a2c053613aca9721d8a74e401f3e8cb654dd | /lightssh/src/com/google/code/lightssh/project/security/dao/LoginAccountDaoJpa.java | cbc800c7542a3029873e175af918cd2cf7f29c29 | [] | no_license | aspen13/lightssh | 1c99e4221dfd2b1ba0b3fb4e55a22da15b5abbf8 | 1bc7c782ca9cf54d08a701a0e02f0d6f847272c5 | refs/heads/master | 2021-01-17T12:24:51.254187 | 2016-06-20T16:37:59 | 2016-06-20T16:37:59 | 32,906,074 | 15 | 15 | null | 2016-01-06T10:45:36 | 2015-03-26T03:44:30 | Java | UTF-8 | Java | false | false | 11,287 | java | package com.google.code.lightssh.project.security.dao;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Timestamp;
import java.util.ArrayList;
import java.util.Calendar;
import java.util.Date;
import java.util.List;
import javax.persistence.Query;
import org.apache.commons.lang3.S... | [
"307526963@qq.com"
] | 307526963@qq.com |
bd4d8ed3bd482feedf6cc20b5b62bf6dac4228be | 1dffbdf459255b3f8d9eea4ef30a17df39529c12 | /Module-03 Capstone/tenmo-server/src/main/java/com/techelevator/tenmo/controller/TransferController.java | 7936aef969b3c3c26d4294f7d97dc1687d1d1f0f | [] | no_license | jeffherz/tech-elevator-capstones | 63c4d66a3527fd1244600fcf0dee3829b7b35037 | 574c2977153ded66eb098efe51a2235bae555b00 | refs/heads/main | 2023-06-17T14:13:27.964236 | 2021-07-14T16:08:22 | 2021-07-14T16:08:22 | 364,073,944 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,320 | java | package com.techelevator.tenmo.controller;
import java.security.Principal;
import java.util.List;
import org.springframework.http.HttpStatus;
import org.springframework.security.access.prepost.PreAuthorize;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.Req... | [
"jeffherz565@gmail.com"
] | jeffherz565@gmail.com |
02b788810ca00361a9387c3e83570d1d135cfdc5 | c06e55faac6c282c0b6e1ced1d35994f61a2d478 | /specialist/SKR/src/WSD_Server/src/wsd/util/IntBinSearchMap.java | a67111b39ba14f78e42e84e5d9bcfd354d8157b9 | [] | no_license | aihealthx/SemRep | 6b2562e6f08af13c269d08e61959703d80dcdcbc | dc6ed186db69c0e341151b62ebcc37079db5b2f3 | refs/heads/master | 2023-07-15T09:58:04.556179 | 2021-08-30T21:00:04 | 2021-08-30T21:00:04 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,264 | java |
/****************************************************************************
*
* PUBLIC DOMAIN NOTICE
* Lister Hill National Center for Biomedical Communications
* National Library of Medicine
* National Institues of H... | [
"kilicogluh@indsrv2.nlm.nih.gov"
] | kilicogluh@indsrv2.nlm.nih.gov |
87629ce3018aedb9ca639e2fcdda2715eaf84eb3 | 183d057ee3f1255551c9f2bc6080dfcc23262639 | /app/src/main/java/com/cliffex/videomaker/videoeditor/introvd/template/app/push/C4110c.java | c8e23c647937253a72d172ff8a465ba7eac14a48 | [] | no_license | datcoind/VideoMaker-1 | 5567ff713f771b19154ba463469b97d18d0164ec | bcd6697db53b1e76ee510e6e805e46b24a4834f4 | refs/heads/master | 2023-03-19T20:33:16.016544 | 2019-09-27T13:55:07 | 2019-09-27T13:55:07 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 44,224 | java | package com.introvd.template.app.push;
import android.app.PendingIntent;
import android.content.Context;
import android.content.Intent;
import android.os.Build.VERSION;
import android.support.p021v4.app.NotificationCompat.BigTextStyle;
import android.support.p021v4.app.NotificationCompat.Builder;
import android.text.T... | [
"bhagat.singh@cliffex.com"
] | bhagat.singh@cliffex.com |
2cc991012e32a0c2637b37e5c3d6d9ac172534ae | 584fd0eb1e7c127288aedd01d83b9bf8d2d11e0b | /common/common_utils/src/main/java/com/wang/commonutils/ResultCode.java | b0909885c71176e94d6fe9b54a372c36f8518aaa | [] | no_license | iceCoder-w/Matrix_Backend | a6a4f1a98cd7cfc703dc9b559ee8182fb1938247 | 99769fa40c81ee777719ba6e28ed34847eb9b354 | refs/heads/main | 2023-05-02T03:09:38.303989 | 2021-05-20T15:58:50 | 2021-05-20T15:58:50 | 367,305,926 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 205 | java | package com.wang.commonutils;
/**
* @author 王冰炜
* @create 2021-05-15 17:43
*/
public interface ResultCode {
public static Integer SUCCESS = 20000;
public static Integer ERROR = 20001;
}
| [
"619445114@qq.com"
] | 619445114@qq.com |
fef9f81a4b9921363fe403f81008d1e70b29981a | cffbf5367ed098317689dd82e76875bc14bc615a | /3.Wrapping_ThingML_into_Kevoree/3.1_ThingML_Components_3_Kevoree_Deployments/my_proj/thingml-gen/java/src/main/java/org/thingml/generated/messages/Timer_timeoutMessageType.java | 81c5480f8568c84298d3d827b13f27c08cacf2f5 | [] | no_license | sdalgard/training | fe339c74bd2e1ed90f52791c5fd87e80e344a39e | 607c619f5ddd0ddc565d06c2d74f97ebe6c00f73 | refs/heads/master | 2020-12-26T05:01:54.604025 | 2015-02-18T15:23:15 | 2015-02-18T15:23:15 | 27,819,690 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 802 | java | /**
* File generated by the ThingML IDE
* /!\Do not edit this file/!\
* In case of a bug in the generated code,
* please submit an issue on our GitHub
**/
package org.thingml.generated.messages;
import org.thingml.java.*;
import org.thingml.java.ext.*;
import org.thingml.generated.api.*;
import org.thingml.gene... | [
"etostd@vm-1204.(none)"
] | etostd@vm-1204.(none) |
e50d4a136a67ec94ad3be7323329d923f20cd78d | 278e872bf0f7ff9f7ae4e26bbd601176e968b6f8 | /app/src/main/java/com/uqtony/fantasyphoto/dropbox/PicassoClient.java | 5e6c87c9d7a560cdbc7e18e4ef4268cf47f00bec | [] | no_license | uqtony/FantasyPhoto | 66efa34dc0781a361f5c2a51031580a61b592388 | 3c94d0904a0cf206245b137014248709d6a6da88 | refs/heads/master | 2020-04-02T15:32:41.272972 | 2018-10-31T20:37:22 | 2018-10-31T20:37:22 | 154,572,121 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 759 | java | package com.uqtony.fantasyphoto.dropbox;
import android.content.Context;
import com.dropbox.core.v2.DbxClientV2;
import com.squareup.picasso.OkHttp3Downloader;
import com.squareup.picasso.Picasso;
/**
* Singleton instance of Picasso pre-configured
*/
public class PicassoClient {
private static Picasso sPicasso... | [
"tony.shih@coretronic.com"
] | tony.shih@coretronic.com |
8de83424259b1cac1d4f36da6a27cddebc6ced64 | 965de56def155750267d01d6c242f55b60283237 | /src/main/java/cn/rfidcn/activitylog/model/ManagementEvent.java | 6593b85b34bea46ae6cd7f32edcbde35d512e66d | [] | no_license | zhangda/activitylog | 1b3cb5f679f9230c976ec178d031b8c117d39ffd | c874b7c7d77204d440f3b27fa4a42b4bb0e755ab | refs/heads/master | 2020-04-29T11:46:51.839904 | 2015-05-08T05:40:16 | 2015-05-08T05:40:16 | 28,801,793 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 299 | java | package cn.rfidcn.activitylog.model;
public class ManagementEvent extends AppSysLogEvent {
Integer c;
String u;
public Integer getC() {
return c;
}
public void setC(Integer c) {
this.c = c;
}
public String getU() {
return u;
}
public void setU(String u) {
this.u = u;
}
}
| [
"zhangda34ko@gmail.com"
] | zhangda34ko@gmail.com |
df00037b0e291e401d83b770ad2ce9bd5a5438b8 | 9582914549e1856d4081ecacfb94ea4e083fa41f | /app/src/main/java/com/yunbao/phonelive/dialog/LiveUserDialogFragment.java | c80c43b805cc7f70489de3c693fbd112c4bcbe5b | [] | no_license | chenlin141226/live | 691cd4963b2cc0f2ecfa85b999ded23b131b9a7d | 072888970bd679802accf2bd41fb2611f593291f | refs/heads/master | 2020-04-19T01:46:42.866479 | 2019-01-28T01:47:09 | 2019-01-28T01:47:09 | 167,881,703 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 20,125 | java | package com.yunbao.phonelive.dialog;
import android.app.Dialog;
import android.os.Bundle;
import android.text.TextUtils;
import android.view.Gravity;
import android.view.LayoutInflater;
import android.view.View;
import android.view.Window;
import android.view.WindowManager;
import android.widget.ImageView;
import andr... | [
"affa@ecoph.tk"
] | affa@ecoph.tk |
d56a40e7ed2ccc2e8d057e83fa03e9d028163872 | 69a4f2d51ebeea36c4d8192e25cfb5f3f77bef5e | /methods/Method_1015018.java | 9c7903e00f6f3c21e9da85e03da27f5591d01a52 | [] | no_license | P79N6A/icse_20_user_study | 5b9c42c6384502fdc9588430899f257761f1f506 | 8a3676bc96059ea2c4f6d209016f5088a5628f3c | refs/heads/master | 2020-06-24T08:25:22.606717 | 2019-07-25T15:31:16 | 2019-07-25T15:31:16 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,094 | java | public MutableLiveData<OperateResult<Integer>> forward(Conversation targetConversation,Message... messages){
MutableLiveData<OperateResult<Integer>> resultMutableLiveData=new MutableLiveData<>();
AtomicInteger count=new AtomicInteger(0);
for ( Message message : messages) {
if (message != null) {
count.... | [
"sonnguyen@utdallas.edu"
] | sonnguyen@utdallas.edu |
1b7634efe9317256d22ce92f84fa8a99b2605ab2 | 11295034404fc9544b69272ec60509c15dfa8764 | /src/game/Util.java | 6e8fecbde9ddfd3685982baab29552d9613e4378 | [] | no_license | daniel-sarafa/BreakthroughPlayer | d2ee8d0c21a645183ab850d0847400b59f19da0f | a87766a21a07d3d72a02ba4ed32022c5e34cc7b2 | refs/heads/master | 2021-06-13T02:33:06.500130 | 2017-01-27T19:49:29 | 2017-01-27T19:49:29 | 80,238,730 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,359 | java | /* Copyright (C) Mike Zmuda - All Rights Reserved
* Unauthorized copying of this file, via any medium is strictly prohibited
* Proprietary and confidential
* Written by Mike Zmuda <zmudam@miamioh.edu>, 2010-2015
*/
package game;
import java.util.*;
public class Util {
public static class Pair {
public int row... | [
"sarafadj@miamioh.edu"
] | sarafadj@miamioh.edu |
7102a60fe8be994f8bc2c4665cceeb7a2fa966d0 | 7594eb9192e3f5d17614095bd8f9d7c1b698c653 | /src/main/java/com/mbancer/service/impl/TaskServiceImpl.java | 7fd11fc2ebc02f063f8584fc258cb6e66208d9e6 | [] | no_license | BulkSecurityGeneratorProject/tasker0 | 0675e9ce66f97c22d97af54c9285af26dbe0005d | 6062c485db1d14b8c65ddd12e40c8e5a822bf1bc | refs/heads/master | 2022-12-10T07:42:57.622747 | 2017-09-25T16:06:22 | 2017-09-25T16:06:22 | 296,582,853 | 0 | 0 | null | 2020-09-18T09:58:57 | 2020-09-18T09:58:56 | null | UTF-8 | Java | false | false | 7,820 | java | package com.mbancer.service.impl;
import com.mbancer.domain.*;
import com.mbancer.repository.*;
import com.mbancer.security.SecurityUtils;
import com.mbancer.service.TaskService;
import com.mbancer.repository.search.TaskSearchRepository;
import com.mbancer.service.UserStoryService;
import com.mbancer.web.rest.dto.Task... | [
"mariusz.bancer@gmail.com"
] | mariusz.bancer@gmail.com |
f3801f2becb2d0be03be40bc1a7c35b35c8101da | 107140cb85210df0abed1fb5258266c16488a467 | /1.0/CommunityPortal-domain/src/main/java/com/vnps/domain/Address.java | f14539cfa20a1909ca708c0b80d69c346f965e8e | [] | no_license | vnpssoft/community_portal | c89395f19d6c92acfd20fc26b6e0375309706e9a | 1c2210844dbcbf69f9a0a73c958d9386c2d04808 | refs/heads/master | 2021-01-10T01:32:38.813615 | 2015-11-13T08:22:50 | 2015-11-18T03:30:43 | 44,297,549 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 895 | java | package com.vnps.domain;
public class Address {
private String address1;
private String address2;
private String city;
private String state;
private String zip5;
private String zip4;
public String getAddress1() {
return address1;
}
public void setAddress1(String address1) {
this.address1 = a... | [
"n.sankar1973@gmail.com"
] | n.sankar1973@gmail.com |
3dc723880a66fcf4aeecd3f2f13e4377df567bd7 | a9dabf5127dabb8e97d5bf96eb2df23f1c242115 | /espresso/core/java/androidx/test/espresso/action/Tapper.java | 14ffc4e194873601d4976c0253f5a491d6d65ef2 | [
"Apache-2.0"
] | permissive | android/android-test | 0e0af555ab54a8eb58693edc5cf4cb2c486ba12f | 698e592fbd00e554d7b0b2b824151c6146097b15 | refs/heads/main | 2023-08-18T11:46:39.969874 | 2023-08-17T20:27:37 | 2023-08-17T20:28:13 | 41,148,494 | 981 | 294 | Apache-2.0 | 2023-09-12T20:13:29 | 2015-08-21T09:47:39 | Java | UTF-8 | Java | false | false | 2,287 | java | /*
* Copyright (C) 2014 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 applic... | [
"brettchabot@google.com"
] | brettchabot@google.com |
0bee3ec076789a7221dd1b9864ad3f5440683c76 | 557183fc1238dae1e1d9b40d36b3d73be9093a7d | /ec_cart/src/main/java/change/domai/common/Property.java | c150c15f760d6a1db6564e9348927c9b4456c45c | [] | no_license | chonankazuki/ec_merchandise | ee0daeac337ca2edeca3279dc92096dc672ddb62 | 9725c8cf778762775a5aea8f5c93cbd0536fb780 | refs/heads/master | 2023-04-23T10:18:40.794050 | 2021-05-05T00:35:40 | 2021-05-05T00:35:40 | 352,013,715 | 0 | 0 | null | 2021-05-05T06:13:20 | 2021-03-27T07:49:48 | Java | UTF-8 | Java | false | false | 1,522 | java | package change.domai.common;
import java.io.BufferedReader;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.Properties;
import org.springframework.stereotype.Component;
import org.springframework.core.io.Resource;
im... | [
"isikoro_kaz@yahoo.co.jp"
] | isikoro_kaz@yahoo.co.jp |
5b4fd587460e86513107a9eb1a0ccfc3be0b9e2d | 0b81259a526ff90f99e61c7aac98e857079eb82f | /app/src/main/java/com/example/ricardolopez/dinero/partido.java | f210a121f147975216885384497abdda7de9da24 | [] | no_license | riki0737/dinero1 | 3262896a2eb8815aa3709de62b413bb5721f8c22 | 6695004e3bd603b373b6a48231faf5a213d4e620 | refs/heads/master | 2021-04-29T21:15:59.978748 | 2018-02-15T10:20:16 | 2018-02-15T10:20:16 | 121,612,045 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 625 | java | package com.example.ricardolopez.dinero;
/**
* Created by Ricardo Lopez on 15/2/2018.
*/
public class partido {
categoria tipo;
String temporada;
int mes;
int dia;
public partido(){}
public partido(String t, String temp, int m, int d){
this.tipo = new categoria(t);
this.te... | [
"Ricardo Lopez@est-etseib.local"
] | Ricardo Lopez@est-etseib.local |
faf0f834dbb17ae73d0b7f03b031eb4370419545 | 4fd74c3f7f8fc465df6ced6466b8dba409552f50 | /src/com/dac/dao/StudentDao.java | 7d67d6b6767dc0e4ebd7128ed7080a16ccb93b6f | [] | no_license | rahulchougule1993/myRepo | 7d128b525233547e11f17e86ba0adcd9c06b8570 | 50e21b4cf9ca92d6a28d0421409d4e30abad8b48 | refs/heads/master | 2020-03-18T05:53:50.431773 | 2018-05-22T05:30:16 | 2018-05-22T05:30:16 | 134,366,788 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 262 | java | package com.dac.dao;
import com.dac.bean.Student;
public interface StudentDao {
boolean save(Student stu);
Student getStudent(int rollNo);
void closeEntityManager();
boolean deleteStudent(int rollNo);
boolean updateStudent(Student studentUpdate);
}
| [
"rahulchougule1993@gmail.com"
] | rahulchougule1993@gmail.com |
4d019efb8e8a61249f1edac8d816a0075d1a04a7 | 25210480ad47389e2ef44cef1b9123b3d3e57054 | /JavaCodeSpace/src/cn/medemede/leecode/CountDigitOne.java | c90188801c784272b3094a8a4086b1a34227779f | [] | no_license | XuCpeng/LeetCode_PTA | 393892112766039772860ba158221fd10a1a36bd | 22602deeb4d709b702e175096f677dd18429cf19 | refs/heads/master | 2023-08-27T01:20:40.377706 | 2021-10-28T14:17:44 | 2021-10-28T14:17:44 | 164,803,509 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 823 | java | package cn.medemede.leecode;
/**
* 233. 数字 1 的个数
* <p>
* 思路:将各位的1相加。
*/
public class CountDigitOne {
public int countDigitOne(int n) {
// 10^k
int mulk = 1;
int res = 0;
while (n >= mulk) {
// 高位决定的本位1个数
int high = (n / (mulk * 10)) * mulk;
/... | [
"saber3555@outlook.com"
] | saber3555@outlook.com |
87ef34c3ac4a1fbbbf18fc14798b68f49e4b89ce | cb68a35c5d70c7528f6ca32e63654de4b602a421 | /test/biochemie/pcr/modules/TestGCDiff.java | 9f90a93b51ad983668b06868e41b432ea0d7e61c | [] | no_license | smee/assaydesign | 58edc96ea7f60b858fa037c885ff1fab34cb499d | 5f3071866f3733834aa22f84a9031100788ec1ae | refs/heads/master | 2016-08-03T13:59:45.119696 | 2006-04-13T11:17:06 | 2006-04-13T11:17:06 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,103 | java | /*
* Created on 28.08.2003
*
* To change the template for this generated file go to
* Window>Preferences>Java>Code Generation>Code and Comments
*/
package biochemie.pcr.modules;
import junit.framework.TestCase;
import biochemie.pcr.PrimerPair;
import biochemie.pcr.io.PCRConfig;
import biochemie.pcr.modules.GCDiff... | [
"dienst"
] | dienst |
fb442e3c92cf0dc5d085e4f15a4ace12e8db3c16 | 391ddec7c9a973126f02e959c167275b686cdee9 | /src/com/javarush/test/level04/lesson10/task03/Solution.java | ae8793c4c70af681ed510bbc98e8646f051eb028 | [] | no_license | maksimandreich/JavaRush | 6fd543492cfe4b499b7caa027cb6727c6db14a3e | e82a264fe2ce32bee8cece9b27c9d4f7ff740e4a | refs/heads/master | 2021-01-01T18:55:36.537255 | 2015-09-20T20:11:06 | 2015-09-20T20:11:06 | 42,714,613 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 831 | java | package com.javarush.test.level04.lesson10.task03;
import java.io.BufferedReader;
import java.io.InputStreamReader;
/* Хорошего не бывает много
Ввести с клавиатуры строку и число N.
Вывести на экран строку N раз используя цикл while.
Пример ввода:
абв
2
Пример вывода:
абв
абв
*/
public class Solution
{
public st... | [
"maksimandreich@gmail.com"
] | maksimandreich@gmail.com |
f30f3053cb8b301427b43c4b423ec27e2be72100 | f7292ca77446b090ec0c3e0d5453d6923ad1ecb2 | /Projet_29001227/src/Timer.java | d50239f71cc0e314f2470eeea5026c8246a28da8 | [] | no_license | etudiant29001227/Ball-game_project | 1c80a326a1b0eef5d47fbf46032f4c01690ef8a3 | 53f4ab6b7402c1169b574918d19d725a51d84ad3 | refs/heads/master | 2020-04-06T11:50:21.699793 | 2018-11-13T21:48:55 | 2018-11-13T21:48:55 | 157,432,549 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 769 | java |
public class Timer extends Thread implements Board{
private int time = 0;
private boolean pause = false;
public Timer() {
this.setDaemon(true);
}
public void pauseTimer() {
this.pause = true;
}
public void startTimer() {
this.pause = false;
}
public String getScoreBoard() {
return "... | [
"noreply@github.com"
] | etudiant29001227.noreply@github.com |
8581b5b8bbdc55cc6a53f9f305c7d496d70eced5 | 01764b5a916b119b46b133e769013b56ae6c3c8b | /Chapter 5/src/Java0513.java | df712357941a6ea47b0d298931f4506bc318fa9c | [] | no_license | JacobLurv/APCS-Lurvey | d1e4e76b6fa3db32f9f5b310354d8d164bd89059 | 73fbf925ee514ed229f27f223df3f6eedddc2739 | refs/heads/master | 2020-03-29T07:09:36.338022 | 2019-03-05T19:14:51 | 2019-03-05T19:14:51 | 149,654,907 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,648 | java | // Java0513.java
// This program displays 40 identical lines very inefficiently
// with 40 separate println statements.
public class Java0513
{
public static void main(String args[])
{
System.out.println("\nJAVA0513.JAVA\n");
System.out.println("Eat at Joe's friendly diner for the best lunch value");
... | [
"jlurvey19@ssdsnassau.org"
] | jlurvey19@ssdsnassau.org |
9a2a7571503dbb9706324b8148a3e3351cd5e894 | da4e913b6948de067ff4b3396534f037a2433acc | /TeamCode/src/main/java/org/firstinspires/ftc/teamcode/BoysController.java | 301f87eae63d0087309e580b5e80e0e4b8f0b287 | [
"BSD-3-Clause"
] | permissive | BrianColburn/calallen-2018-2019-ftc | 217b83f16d9bdd4009388b4f8b0a411448655fc5 | ab93adb0f046090b111c0454f48cb39175ed1f95 | refs/heads/master | 2020-04-22T06:42:37.624596 | 2019-03-02T18:48:08 | 2019-03-02T18:48:08 | 170,199,821 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 648 | java | package org.firstinspires.ftc.teamcode;
import com.qualcomm.robotcore.hardware.Gamepad;
public class BoysController extends Controller {
public BoysController(Gamepad g1, Gamepad g2) {
super(g1, g2);
}
@Override
public double lift_power() {
return Math.abs(g1.left_stick_y) > .01 ? g1... | [
"a@b.c"
] | a@b.c |
bc81f9dbec025ea189e3204136e2d991f4fbad58 | 60a5ad3fac842a265340b235183c92155bc67c6f | /services/CompanyService/src/com/civicxpress/companyservice/controller/CompanyController.java | a685563feb107fd06e838b62af05aeddfb103266 | [] | no_license | jsexton114/CX2 | 3891c75c4a2c8fcaae0fcb30214702684d748a0d | f82cb74b767d2547fff29624a39a2ccff2d6fd8a | refs/heads/master | 2020-12-02T06:19:44.278811 | 2017-07-14T11:10:36 | 2017-07-14T11:10:36 | 96,805,076 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,385 | java | /**This is a Studio Managed File. DO NOT EDIT THIS FILE. Your changes may be reverted by Studio.*/
package com.civicxpress.companyservice.controller;
import com.civicxpress.companyservice.CompanyService;
import org.springframework.web.multipart.MultipartFile;
import java.lang.Integer;
import java.sql.SQLException;
imp... | [
"sagar.vemala@wavemaker.com"
] | sagar.vemala@wavemaker.com |
fb27f90a5e44cadc5151782afc96fba8184b9977 | 2284f2f8ca200db347a4411737dcc6a6bfd123cc | /src/main/java/com/jiyu/v2/config/MySpringConfig.java | ab3ea8b537b860a94afe0f867bea9de96e696004 | [] | no_license | caishuxueqian/spring_analysis | 3fdd3a05abf658aa76878d1cefedaee24f8694b6 | eea9a54c700253f8b4bf64cfa2499f9c0c092075 | refs/heads/master | 2023-01-07T09:54:22.137332 | 2020-11-09T06:17:53 | 2020-11-09T06:17:53 | 310,480,090 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 613 | java | package com.jiyu.v2.config;
import com.jiyu.entity.UserEntity;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;
@ComponentScan("com.jiyu.v2")
@Configuration
public class MySpringConfig {
//... | [
"wangyiwen@csii.com.cn"
] | wangyiwen@csii.com.cn |
f94e7b93617f128f75c7ffcf0dfeaff54c6f8998 | 0e03866fa10be6853391e461ba639d0ac4bb24a5 | /src/main/java/com/keyin/algorithms/data_structures/DisjointSet.java | 020d21c7225a9c3083e5302efe79dce112a950ef | [] | no_license | echoyinke/java-algorithm-dive | 281b356416cba65a084e3b554dce888c36620390 | 785bbcca02858f4116ceb17b1ca646575301d429 | refs/heads/master | 2023-02-19T01:47:23.687752 | 2023-02-13T02:08:57 | 2023-02-13T02:08:57 | 249,880,515 | 1 | 1 | null | 2020-10-13T20:38:15 | 2020-03-25T03:43:33 | Java | UTF-8 | Java | false | false | 4,621 | java | package com.keyin.algorithms.data_structures;
/**
* In computer science, a disjoint-set data structure, also called a union–find data structure or merge–find set, is a data structure that keeps track of a set of
* elements partitioned into a number of disjoint (non-overlapping) subsets.
* <p>
* It supports two u... | [
"keyin@ebay.com"
] | keyin@ebay.com |
6ac106f882e16fecbcb0b551da4b1f16f47067b5 | 079f27bc07e3c67fe912802044c9800dc6fad90f | /nm-subscription/nm-sub-ec-model/src/main/java/com/gcaa/nm/Application.java | 5aa22cad0ae163951c47661492e6bdf640a93c3a | [] | no_license | ahmedza/pubsubint | be74ca935bf1ba74507dd3fd2785cb5cdd5400ec | cc17df995209b156ee9244fa15650f12329e3c45 | refs/heads/master | 2021-09-15T09:30:24.453846 | 2018-05-29T21:12:10 | 2018-05-29T21:12:10 | 104,726,111 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 290 | java | package com.gcaa.nm;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class Application {
public static void main(String[] args) {
SpringApplication.run(Application.class);
}
} | [
"zahmed@szc.gcaa.ae"
] | zahmed@szc.gcaa.ae |
80e7a640406af628c467343e4633a8bc1e8fa1ec | 06eb59d91495a2b9568d21019e4dcb61ff236b7a | /izpack-src/tags/3.10.1/src/lib/com/izforge/izpack/panels/ShortcutPanel.java | cc9c7da4a86449315ebcddb3f1c20c9f4f43f321 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | jponge/izpack-full-svn-history-copy | 8fa773fb3f9f4004e762d29f708273533ba0ff1f | 7a521ccd6ce0dd1a0664eaae12fd5bba5571d231 | refs/heads/master | 2016-09-01T18:24:14.656773 | 2010-03-01T07:38:22 | 2010-03-01T07:38:22 | 551,191 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 76,260 | java | /*
* IzPack - Copyright 2001-2007 Julien Ponge, All Rights Reserved.
*
* http://www.izforge.com/izpack/ http://developer.berlios.de/projects/izpack/
*
* Copyright 2002 Elmar Grom
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
* in compliance with the License... | [
"jponge@7d736ef5-cfd4-0310-9c9a-b52d5c14b761"
] | jponge@7d736ef5-cfd4-0310-9c9a-b52d5c14b761 |
54ab73f27272c82073d63ef468a4f01db5cc5e2a | ac3e09f364121c4e2a583d3dd03ca0fd00e7215c | /Spring-Data-Project/src/main/java/com/prshnt/springframework/Demo/SpringJdbcTemplateDaoApp.java | d495e38a305b560996bf056e80f3bb6f6d99856e | [] | no_license | prshnt007/SpringFramework | 23c77dbbd5b9be192cbed9e79b935060902ef43a | a5afdacc97e9a1cd9e7d542ddb986c06cb81676e | refs/heads/main | 2023-01-07T02:36:32.797888 | 2020-10-17T13:21:04 | 2020-10-17T13:21:04 | 304,877,608 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 809 | java | package com.prshnt.springframework.Demo;
import org.springframework.context.ApplicationContext;
import org.springframework.context.support.ClassPathXmlApplicationContext;
import com.prshnt.springframework.dao.PersonSpringjdbcTemplateImpl;
import com.prshnt.springframework.model.Persons;
public class SpringJd... | [
"noreply@github.com"
] | prshnt007.noreply@github.com |
11c6d724ded7df6adffdc1ba422f480242d6ab2a | 028cbe18b4e5c347f664c592cbc7f56729b74060 | /external/modules/commons-collections/2.1.1/src/test/org/apache/commons/collections/TestFastTreeMap1.java | 159b7768063df8a1fb52342e064eaed373a8a7be | [
"Apache-2.0"
] | permissive | dmatej/Glassfish-SVN-Patched | 8d355ff753b23a9a1bd9d7475fa4b2cfd3b40f9e | 269e29ba90db6d9c38271f7acd2affcacf2416f1 | refs/heads/master | 2021-05-28T12:55:06.267463 | 2014-11-11T04:21:44 | 2014-11-11T04:21:44 | 23,610,469 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,643 | java | /*
* Copyright 1999-2004 The Apache Software Foundation
*
* 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 require... | [
"driscoll@6f3ba3e3-413c-0410-a8aa-90bee3ab43b5"
] | driscoll@6f3ba3e3-413c-0410-a8aa-90bee3ab43b5 |
9c60d5460e6a04a98a1b6d295ecea47da3784bee | e95d6e836a3d0d1415e8b048149c21ba74d0cdc8 | /android/java/dataLogger/src/com/cellbots/logger/LauncherActivity.java | 1370761d8be691a119306f134053216262d5346b | [
"Apache-2.0"
] | permissive | tomzooi/cellbots | a426aff0f9e48c8da8c7602e46c14ea5697f572a | 51c5dba8bbb93db8bb9fb7c228966c41263a28bc | refs/heads/master | 2021-01-18T10:51:51.810376 | 2015-02-25T02:04:57 | 2015-02-25T02:04:57 | 31,291,667 | 0 | 1 | null | 2015-02-25T01:40:44 | 2015-02-25T01:40:43 | null | UTF-8 | Java | false | false | 4,008 | java | /*
* Copyright (C) 2011 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to ... | [
"rohitgeorgeandrews@gmail.com"
] | rohitgeorgeandrews@gmail.com |
0bfc60a2836e53b26d428af05172d26dfd038a73 | 7f8527d223af19b2ecd23a9f614c121993609f99 | /pageviewaspectj/src/main/java/fairy/easy/pageviewaspectj/view/ViewOnClickListenerAspectj.java | 67373c3ef2aa4e78dc23e6fa5d06a682a5c9ecad | [
"Apache-2.0"
] | permissive | guxiaonian/PageViewInfo | 5cb9b61401034c350f141accd51ca7f971b748b4 | 751645d811a4d7f7931a06df76df3b0fdbe248ac | refs/heads/master | 2020-06-03T07:07:19.505899 | 2019-07-24T11:18:14 | 2019-07-24T11:18:14 | 191,489,640 | 12 | 3 | null | null | null | null | UTF-8 | Java | false | false | 1,278 | java | package fairy.easy.pageviewaspectj.view;
import android.view.View;
import org.aspectj.lang.JoinPoint;
import org.aspectj.lang.annotation.After;
import org.aspectj.lang.annotation.Aspect;
import fairy.easy.pageviewaspectj.PageViewAspectjHelper;
/**
* 控件点击
*
* @author 谷闹年
* @date 2019/6/14
*/
@Aspect
public cla... | [
"605865553@qq.com"
] | 605865553@qq.com |
96cc58c21865ba1766c44357ac6d18abb2aa0feb | e1e5bd6b116e71a60040ec1e1642289217d527b0 | /H5/Fandc_Ro/Fandc_Ro_2018_11_04/java/l2f/gameserver/ai/Fighter.java | 920232942b72b76f284fe25a9d553e1396fb5ea1 | [] | no_license | serk123/L2jOpenSource | 6d6e1988a421763a9467bba0e4ac1fe3796b34b3 | 603e784e5f58f7fd07b01f6282218e8492f7090b | refs/heads/master | 2023-03-18T01:51:23.867273 | 2020-04-23T10:44:41 | 2020-04-23T10:44:41 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 829 | java | package l2f.gameserver.ai;
import l2f.gameserver.model.instances.NpcInstance;
public class Fighter extends DefaultAI
{
public Fighter(NpcInstance actor)
{
super(actor);
}
@Override
protected boolean thinkActive()
{
return super.thinkActive() || defaultThinkBuff(10);
}
@Override
protec... | [
"64197706+L2jOpenSource@users.noreply.github.com"
] | 64197706+L2jOpenSource@users.noreply.github.com |
83a17ba1d174bfb8a473ed321a33f8f4d4c14601 | 9078268c172a0e4851cd688474d651058e2d9df4 | /src/com/hss/bean_lifecycle/ApplicationContextUtil.java | 168fb4a71c60b8e72f4ca713d0b539a611cc5b01 | [] | no_license | MiloHang/spring-demo | d4f4ab44a0bfb65303b4b113585f3681b73df37e | c57d30aad9df443ec66cbd38faa2c45ddb797ea1 | refs/heads/master | 2021-09-24T10:41:29.478901 | 2018-10-08T12:55:21 | 2018-10-08T12:55:21 | 116,625,678 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 856 | java | package com.hss.bean_lifecycle;
import org.springframework.context.ApplicationContext;
import org.springframework.context.support.ClassPathXmlApplicationContext;
/**
* 因为ApplicationContext是spring中重量级的对象,作为单例存在于内存中更好
* 避免多次实例化浪费内存
*
* 单例模式特点:
* 1.静态私有成员变量
* 2.私有构造函数
* 3.静态公共访问方法
* */
public final cl... | [
"hangshaoshi@foxmail.com"
] | hangshaoshi@foxmail.com |
809221b74d874814ba7b0e5b014f5d6c959df716 | 4fd669c57c5283dc916ba525573047f193efe213 | /JavaWorkSPace/WebScrapper/demo/src/main/java/com/mokintis/demo/model/UserRowMapper.java | 54d8e24ed6800fcc895f7c9d6590f73c921288a2 | [] | no_license | papito1992/WebScrapper | 93eaa62fe407f55649c796034d2d4aad496dbbbb | d4bd63dafe120588aef6114c5bd603ebfee09ccf | refs/heads/master | 2021-05-11T13:19:06.403607 | 2018-01-16T11:47:59 | 2018-01-16T11:47:59 | 117,673,837 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 741 | java | package com.mokintis.demo.model;
import org.springframework.jdbc.core.RowMapper;
import java.sql.ResultSet;
import java.sql.SQLException;
public class UserRowMapper implements RowMapper<User1> {
@Override
public User1 mapRow(ResultSet rs, int rowNum) throws SQLException {
User1 user1 = new User1()... | [
"pauli@DESKTOP-B39KF4O.kuikdelivery.com"
] | pauli@DESKTOP-B39KF4O.kuikdelivery.com |
ac5eede9dbc6f16a05b1976755b0c16cc11926a0 | c62e4db74a0d85c01ab1bc3d5e5b8dee4fa5e1a1 | /implementation/ase.QueryDsl/src-gen/ase/queryDsl/impl/ModelImpl.java | 3363f1357ced90cad3aee33075a65092246f2661 | [] | no_license | coalae/telemed | 99a28bd19a1ad198a6169089d6483cf18612bd13 | cb12ea078bd984606ac0418e9148cf4f5e083ea2 | refs/heads/master | 2020-03-19T05:59:54.086472 | 2019-03-28T21:35:01 | 2019-03-28T21:35:01 | 135,981,694 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,647 | java | /**
* generated by Xtext 2.12.0.M1
*/
package ase.queryDsl.impl;
import ase.queryDsl.Model;
import ase.queryDsl.QueryDslPackage;
import ase.queryDsl.QueryType;
import java.util.Collection;
import org.eclipse.emf.common.notify.NotificationChain;
import org.eclipse.emf.common.util.EList;
import org.eclipse.emf.eco... | [
"a00750881@unet.univie.ac.at"
] | a00750881@unet.univie.ac.at |
b8c9e669a0b35616fcd91d0b5cf3894f7c64c4c9 | 5869beac5c2bc72feea76bec97fee2e9b1cce47f | /src/main/java/com/niit/daoimpl/OrdersDAOImpl.java | e5e4733b1417d1a92f97f326534c28447b609a09 | [] | no_license | mounika42/backend | 6f1df958a93d5e2c7c35a7356317ae3e9f37e99b | a12c8828c097af757a3b99bd5cce39b01bcd1161 | refs/heads/master | 2021-05-12T18:24:43.195634 | 2018-02-02T05:57:14 | 2018-02-02T05:57:14 | 117,066,464 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,927 | java | package com.niit.daoimpl;
import java.util.List;
import org.hibernate.Session;
import org.hibernate.SessionFactory;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Repository;
import org.sprin... | [
"admin@hp"
] | admin@hp |
511223b4d2e7017c63abb3afd23bc34894681e16 | 55066ed78870864944b6634f88dede2d47d8de74 | /src/main/java/ru/arlen/StateApp.java | 75a547965ce85e6ac46cf4c119e41637a5bac104 | [] | no_license | arlengur/StateMashine | 40c11937c4947041c93cc282e45647764084b2cc | 4c046788da1fc7440d1b871b607f9414c6ebff5b | refs/heads/master | 2020-07-25T13:35:42.629535 | 2019-09-18T13:52:09 | 2019-09-18T13:52:09 | 208,308,740 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 380 | java | package ru.arlen;
import org.springframework.context.ApplicationContext;
import org.springframework.context.annotation.AnnotationConfigApplicationContext;
import ru.arlen.config.StateMachineConfig;
public class StateApp {
public static void main(String[] args) {
ApplicationContext context = new Annotation... | [
"agalin@natera.com"
] | agalin@natera.com |
0f2b73b3af75342cce1d26565ccc0ff35f9e9b55 | 70f91957d10020fd61d1e05abe9bb2ee22e6b37a | /src/main/java/com/prb/erp/domain/user/log/UserLogService.java | 3227361a1835005a01c6b5de9362dca2320700bb | [] | no_license | deepstudyDev/prb_erp_api | a4e00c93eaf69ebc2b8a36f47856270d729fac81 | 42895ef14382f1c693e0b667052fef5f3e7d396f | refs/heads/master | 2020-04-12T19:15:17.805284 | 2019-03-20T00:16:33 | 2019-03-20T00:16:33 | 161,093,008 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,118 | java | package com.prb.erp.domain.user.log;
import java.util.List;
import javax.inject.Inject;
import javax.persistence.Query;
import javax.servlet.http.HttpServletRequest;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import org.springframework.web.context.... | [
"admin@ideepstudy.com"
] | admin@ideepstudy.com |
aa3d2c5d3d4a0d1b0820470c857ec7dfe56bc43c | 3d0df4e5d4075bff212ac0ae803b3c99a789e03a | /HW32/LLStack.java | c86a934eb0ae45b1abaa1ea227e82d405a9323d8 | [] | no_license | nadinejackson/APCS2 | 2439e092afca4711eacd6927f1deaad662ea9629 | 64b0663e0992e33ea437e083e52d72115b9c9aa7 | refs/heads/master | 2020-03-28T12:49:05.038996 | 2018-09-11T15:19:38 | 2018-09-11T15:19:38 | 148,337,176 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,091 | java | /*****************************************************
* Nadie Jackson
* APCS2 pd2
* HW32 -- Leon Leonwood Stack
* 2018-04-11
* Implements a stack of PANCAKES using an encapsulated LinkedList
*****************************************************/
import java.util.LinkedList;
public class LLStack<PANCAKE> impleme... | [
"njackson@stuy.edu"
] | njackson@stuy.edu |
cc6174671214471c95451f4b2bc927226db3068c | 9d58c81780a5ad879090c568e473152ffa2ea837 | /PLATFORM MANAGER/DEMO_PERSISTENCIA/MC_OAUTH_SI_FUNCIONA/src/java/COM/JSF/McUsersController.java | 13f4fbd5ac6a815500c249f7fed0a2f3b898dd82 | [] | no_license | ingmanuelcespedes/ApplicationOauth | c441b41968bd6fa93a2d99d390f38aeec064007d | 6eb83078c128f3e3df4dc96cb6cec336566d3d20 | refs/heads/master | 2021-05-05T06:20:34.148689 | 2018-02-03T00:21:43 | 2018-02-03T00:21:43 | 118,794,748 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,128 | java | package COM.JSF;
import COM.ENT.McUsers;
import COM.JSF.util.JsfUtil;
import COM.JSF.util.PaginationHelper;
import COM.BEAN.McUsersFacade;
import java.io.Serializable;
import java.util.ResourceBundle;
import javax.ejb.EJB;
import javax.inject.Named;
import javax.enterprise.context.SessionScoped;
import javax.faces.co... | [
"acespedesl@atento.com.pe"
] | acespedesl@atento.com.pe |
ee311c965a1da6618091ee486ad8f4c031ab7bd9 | dca6e205c52d8ba46c0e50b4cc5824ff3248d3d6 | /src/model/cliente/ClienteJuridico.java | c4375cda652e36332338dd2a967220d56e296872 | [] | no_license | GabrielLomba/AASoftware | 6873cd365a9f94a53b7c99820dec4ebc6b04084b | 07cc563177baad36b538ccb19711a480ed2e72cf | refs/heads/master | 2021-07-08T05:47:25.398683 | 2017-10-04T13:27:02 | 2017-10-04T13:27:02 | 105,586,320 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 291 | java | package model.cliente;
public class ClienteJuridico extends Cliente {
ClienteJuridico(int codigo, String nome) {
super(codigo, nome);
}
ClienteJuridico(String nome) {
super(nome);
}
@Override
public String getTipo() {
return "PJ";
}
}
| [
"gabriel.costa@smarti9.com.br"
] | gabriel.costa@smarti9.com.br |
69ccff52fb4706093395b41442da26dc5f1efeb6 | d1bdcbb6261cce5f953abba5557b8ca9f9891950 | /数据结构与算法练习/test/Arrays类练习.java | 43b6fc1598e74332f18a523952dd5426bdb84e41 | [] | no_license | zoe1101/review_java_idea | 920b502e245aa7da962bb0f0cfdfa4114271edc8 | a705365d632f9a5b8fab065cd111cd7a1f8aba44 | refs/heads/master | 2020-07-11T07:44:52.045414 | 2019-09-15T14:29:58 | 2019-09-15T14:29:58 | 204,480,640 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,342 | java | package test;
import java.util.Arrays;
public class Arrays类练习 {
public static void main(String[] args) {
// TODO 自动生成的方法存根
int[] array=new int[5];
Arrays.fill(array,3); // 填充数组,3代表填充值
System.out.println("填充数组:Arrays.fill(array, 5):");
printArray(array);
// 将数组的第2和第3个元素赋值为8
Arrays.fill(array, 2, ... | [
"tangli.1994@163.com"
] | tangli.1994@163.com |
dd290d1df0beefa17fbedeaeea9c4055d4c2598d | 9254e7279570ac8ef687c416a79bb472146e9b35 | /edas-20170801/src/main/java/com/aliyun/edas20170801/models/UpdateRoleResponse.java | 61e0094f546598d1f1a5f49299589e77fabc851d | [
"Apache-2.0"
] | permissive | lquterqtd/alibabacloud-java-sdk | 3eaa17276dd28004dae6f87e763e13eb90c30032 | 3e5dca8c36398469e10cdaaa34c314ae0bb640b4 | refs/heads/master | 2023-08-12T13:56:26.379027 | 2021-10-19T07:22:15 | 2021-10-19T07:22:15 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,017 | java | // This file is auto-generated, don't edit it. Thanks.
package com.aliyun.edas20170801.models;
import com.aliyun.tea.*;
public class UpdateRoleResponse extends TeaModel {
@NameInMap("headers")
@Validation(required = true)
public java.util.Map<String, String> headers;
@NameInMap("body")
@Validatio... | [
"sdk-team@alibabacloud.com"
] | sdk-team@alibabacloud.com |
1523be513d66c12f919450f81e91febefa570fbb | 07e584c79d1451f321e38e3b59220f207368b740 | /Abooji_android/src/com/android/abooji/view/PageIndicator.java | 01924d9b4629ca8fa077302a4e9dbf9f6a93a12c | [] | no_license | joneyThot/Abboji | a9ae87cac4c7f5a14e9629745092ee3fdc6b048a | acf9578216a2e91e039229cac685aaad1c1e8ae1 | refs/heads/master | 2021-09-08T13:46:56.581277 | 2018-03-10T01:37:35 | 2018-03-10T01:37:35 | 124,609,782 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,832 | java | /*
* Copyright (C) 2011 Patrik Akerfeldt
* Copyright (C) 2011 Jake Wharton
*
* 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
*
* Un... | [
"joney143pinky@gmail.com"
] | joney143pinky@gmail.com |
1984e93950773c1f4eaa84932f42864c620094d0 | 3819b33489d7935f224f3f409787ceef6e1b791f | /src/main/java/com/pluralflights/passenger/Passenger.java | 07b851a70753a72081f415959f5654e1d3eefac9 | [] | no_license | shahrohan05/PluralFlights | 327509715253b234e6be5f90a8a6080da0259246 | 898a34730535a4624692c009692dc6ef46a9c71c | refs/heads/master | 2022-04-21T23:38:13.156115 | 2020-04-23T15:22:13 | 2020-04-23T15:22:13 | 257,562,954 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 616 | java | package com.pluralflights.passenger;
import java.util.Objects;
public class Passenger {
private String name;
private boolean vip;
public Passenger(String name, boolean vip) {
this.name = name;
this.vip = vip;
}
public String getName() {
return name;
}
public boolean isVip() {
return vip;
}
@Ove... | [
"shahrohan07@live.com"
] | shahrohan07@live.com |
40b218f0045765d63b52a7f7a737901300b31662 | d95e7888de22e990b6de83fdfbbf8bc047676126 | /Chapter06_Class/src/sec06/exam06/Car.java | 04a5fadac7795230c3a1ccab05714134defe70c7 | [] | no_license | moonhy7/Java_programing | 607752261a8669f192b82b543198fee8df833e5a | 7e5390e67416e9d5b60944c6cd82df23fbdb2c67 | refs/heads/master | 2023-07-31T18:45:10.850380 | 2021-09-15T14:08:24 | 2021-09-15T14:08:24 | 390,422,853 | 2 | 0 | null | null | null | null | UHC | Java | false | false | 563 | java | package sec06.exam06;
public class Car {
// 우클릭> Source > getter Setter 만들기 알아보기
// 필드
private int speed;
private boolean stop;
// 생성자
// 메소드
public int getSpeed() {
return speed;
}
public void setSpeed(int speed) {
//... speed 값 검증
if(speed < 0) {
this.speed = 0;
return;
} else {
this.... | [
"moonhy7@naver.com"
] | moonhy7@naver.com |
f1544643f7c8fb29b8cc6dad9147b11411ba6ff1 | 8e0818bf7255ea7d334a279da9b9128394a9dc3d | /src/org/usfirst/frc/team4188/robot/commands/LiftDown.java | 8a613d9bafb94af15000abc285724e056282cc9f | [] | no_license | FaritaTasnim/FRC_2015 | 7747064c1a59b957a0263410e9299a6f2f1ee480 | e09e3f1e0afdf3e330fbda991b00a36b017b12aa | refs/heads/master | 2021-01-21T07:53:23.475997 | 2015-04-14T20:38:46 | 2015-04-14T20:38:46 | 33,955,892 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,135 | java | package org.usfirst.frc.team4188.robot.commands;
import org.usfirst.frc.team4188.robot.Robot;
import edu.wpi.first.wpilibj.command.Command;
/**
*
*/
public class LiftDown extends Command {
boolean doneYet;
public LiftDown() {
// Use requires() here to declare subsystem dependencies
// eg. req... | [
"farita@mit.edu"
] | farita@mit.edu |
3d1ea78de900440e6458bb0d16f41d784f1e240e | 8187e83a1cdcd292ad585e54ab8c388212ce41fd | /src/test/java/com/ederfmatos/library/service/BookServiceTest.java | 71bad3bdd8885a3e18e4a9660e3776e0b51f4057 | [] | no_license | ederfmatos/Design-de-APIs-RestFul-com-Spring-Boot-TDD-e-o-novo-JUnit5 | 3b22f454cd385b7e513209455d45c192b877c33e | 056ac67c15e3f15edf4e7c0da7863d25432b67f3 | refs/heads/master | 2022-07-29T18:16:57.206641 | 2020-05-14T18:39:59 | 2020-05-14T18:39:59 | 261,587,033 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,958 | java | package com.ederfmatos.library.service;
import com.ederfmatos.library.exception.BusinessException;
import com.ederfmatos.library.model.Book;
import com.ederfmatos.library.repository.BookRepository;
import com.ederfmatos.library.service.impl.BookServiceImpl;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jup... | [
"ederfmatos@gmail.com"
] | ederfmatos@gmail.com |
f245f5192d28709f58cbcf6b04600a3fe68a0fd4 | 58bdf35ca315767def65d92688f65a94975ebcfd | /11App/Loopview/app/src/main/java/com/example/loopview/RecyclerStaggeredActivity.java | 968df754ddc74554cf45147d3e5a526e46112b5c | [] | no_license | ulife1779/2020homework-yml | a5e02e7eceae0b9a0796f506f00a2abdbddba3cb | 0f165ae7fb78cc3daf82e4e3d54c20a32728f7c6 | refs/heads/main | 2023-02-02T23:58:16.788577 | 2020-12-18T14:17:15 | 2020-12-18T14:17:15 | 319,596,325 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,943 | java | package com.example.loopview;
import android.os.Bundle;
import androidx.appcompat.app.AppCompatActivity;
import androidx.recyclerview.widget.DefaultItemAnimator;
import androidx.recyclerview.widget.RecyclerView;
import androidx.recyclerview.widget.StaggeredGridLayoutManager;
import com.example.loopview.adapter.Recyc... | [
"1009669357@qq.com"
] | 1009669357@qq.com |
51de0c2f43dcb8a1739cfd91430a6b3b80f87e0b | 8d5bffe7e1492bd693c5c4d75e06fa681a3613fc | /pano-entity/src/main/java/cn/com/platform/platform/mapper/common01/PlatformMember01Mapper.java | e6b81aebf9010cb5734427c8cad5fc9cae41f17b | [] | no_license | tangyoucheng/gradle-multi-pano-git | 2c5fcb65635e1f1d9c307d76a9b97b20b8fb5114 | ad5c1bde3967d7f12d8b7adbf3dfb923e1395461 | refs/heads/master | 2020-07-09T11:04:50.575563 | 2019-12-10T03:43:50 | 2019-12-10T03:43:50 | 203,952,975 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,446 | java | package cn.com.platform.platform.mapper.common01;
import java.util.HashMap;
import java.util.List;
import cn.com.platform.platform.mapper.common.PlatformMemberMapper;
import cn.com.platform.platform.model.common.PlatformMember;
import cn.com.platform.platform.model.common.PlatformMemberQuery;
/**
* 会员用户Mapper
*
*... | [
"tangyoucheng@gmail.com"
] | tangyoucheng@gmail.com |
bfed95a26db3073c84663cc35c156260c868c73c | 5d6979a391939a60f0756bdafe9eba0df72c37f0 | /src/models/Package.java | 5a279be5549cfbb06a6dff535ea4e505c9144a13 | [] | no_license | ggalanteCode/SmellAmongCommits | d0547eba7e3ccef46eaeec315b732e91a80e245f | 55fc28a62f380988a23e53f1e39a3031803f3263 | refs/heads/master | 2023-08-21T09:04:04.564180 | 2021-10-13T14:53:11 | 2021-10-13T14:53:11 | 400,304,206 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 991 | 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 models;
/**
*
* @author mefi
*/
public class Package {
private long id;
private String name,path;
public Packa... | [
"ggalante3@gmail.com"
] | ggalante3@gmail.com |
ee19ba5293cb9a8acf82a399167dabb91b70ea82 | 9d4e147338b58797432d32033c24d165c8d5bbad | /AAD_EX01/app/src/androidTest/java/com/example/mgota/aad_ex01/ExampleInstrumentedTest.java | aa188195ab01dddab363dfa176894e25ab1c5b59 | [] | no_license | ChapmanCPSC356Fall2017/service-tip-calculator-mgotao | fef26326d10b2cc42953de797ba1eb0b245efc9b | 8160195ae18c651e02c557880cad783ab46c772e | refs/heads/master | 2021-06-27T08:06:06.990640 | 2017-09-13T21:26:34 | 2017-09-13T21:26:34 | 103,434,819 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 756 | java | package com.example.mgota.aad_ex01;
import android.content.Context;
import android.support.test.InstrumentationRegistry;
import android.support.test.runner.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumentation test, which will execute on an A... | [
"m.gotao@yahoo.com"
] | m.gotao@yahoo.com |
9e9db6b9427524a4b9b7d31bfa739d3c8b160908 | 4cc3bb729aab619052595f53f333c42e8727bfe8 | /gmall-search/src/main/java/com/atguigu/gmall/search/feign/GmallWmsClient.java | 90f312bae30bd9faf8250693b29e9f2e48829f48 | [
"Apache-2.0"
] | permissive | zhukehui/gmall | 12bc934f946c1d8cb8793c71b5f8320ca597fbda | 8f6652bb4e2f2a084c293bf11225fab727ca1560 | refs/heads/master | 2022-12-27T04:14:04.246755 | 2019-11-21T02:24:18 | 2019-11-21T02:24:18 | 218,018,924 | 0 | 1 | Apache-2.0 | 2022-12-16T14:50:54 | 2019-10-28T10:13:45 | JavaScript | UTF-8 | Java | false | false | 283 | java | package com.atguigu.gmall.search.feign;
import com.atguigu.gmall.wms.api.GmallWmsApi;
import org.springframework.cloud.openfeign.FeignClient;
/**
* @author eternity
* @create 2019-11-05 0:26
*/
@FeignClient("wms-service")
public interface GmallWmsClient extends GmallWmsApi {
}
| [
"574059694@qq.com"
] | 574059694@qq.com |
9f282e3c0fc5a039f1783592bed8442ff691df89 | 82f8612f24ba932524398c79a16f6f072277ac05 | /business-modules/example-api/src/main/java/com/example/handler/GeneralExceptionHandler.java | ccadf154f8d160a792246a811c9b6607d38f1ab6 | [
"Apache-2.0"
] | permissive | lezengcai/diboot-cloud | a87a121f5dd2f3b6f23d9b7973dafcb878fb1bc1 | 24dac4a373b4828659603c22d1192ea0ba9a32ba | refs/heads/main | 2023-07-15T16:34:14.356971 | 2021-08-10T09:17:22 | 2021-08-10T09:17:22 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 395 | java | package com.example.handler;
import com.diboot.core.handler.DefaultExceptionHandler;
import lombok.extern.slf4j.Slf4j;
import org.springframework.web.bind.annotation.ControllerAdvice;
/**
* 通用异常处理类
* @author JerryMa
* @version 1.0
* @date 2021-01-21
* Copyright © www.dibo.ltd
*/
@ControllerAdvice
@Slf4j
public class... | [
"zhaozhaoyang123456"
] | zhaozhaoyang123456 |
aff9c4e8b72d7f2a8a5eeb6cbcdba33db041c417 | e8277961e72c67b9693058caef4c65c530bb22d3 | /src/Examples/PlayAudio.java | 4429457ce1061f5e5125e375cf7deaeca48dcee1 | [] | no_license | mrgoutam/AllJavaExamples | 4634822e7e43fec9dfb2211922e4dd1d838484de | a9ad8d8499781ee305833e2c8d49ffc844aaabed | refs/heads/master | 2021-01-21T12:30:36.714328 | 2018-06-20T05:47:21 | 2018-06-20T05:47:21 | 102,072,580 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 279 | 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 Examples;
/**
*
* @author Goutam
*/
public class PlayAudio {
}
| [
"mrgoutam8.3@gmail.com"
] | mrgoutam8.3@gmail.com |
6fa74ca435dc5daedee854f6d119b470a6cf99b5 | c0afd87a26ca796d38076235a4a26e688bdc24ce | /javaGoF/chap20Flyweight/hugeNumber/NumberData.java | 0a319075797a3016ab127f9576b6d0ef74d30bf3 | [] | no_license | shika-sophia/sophia2021 | 8a0d0e4896d4300b29b7242162b01b06b434cef8 | 0d6619f6f900780ebb33c5464b666eb423a8a250 | refs/heads/main | 2023-06-30T09:06:09.466747 | 2021-07-25T01:17:34 | 2021-07-25T01:17:34 | 331,533,011 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,566 | java | package javaGoF.chap20Flyweight.hugeNumber;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import java.util.stream.Collectors;
import java.util.stream.Stream;
public class NumberData {
private List<int[]> hexAryList = new ArrayList<>(Arrays.asList(
new int[] {0x0fc0,... | [
"noreply@github.com"
] | shika-sophia.noreply@github.com |
6b6db9d1bc4d0e5b32822793fe9f6c1979e2f02a | 0a0e01baf5eccf04c9c6d710cd2de5d3a632743d | /VisualEditor/src/Counter.java | dad9932f94901baf604e085e423f6eddd72444af | [] | no_license | nberrehouma/Master-Project | fb7e5b5c6ea09f8d5525579c69cc9120bdd6c329 | 8bf88934e40445193a329dda2ffabb1990ace957 | refs/heads/master | 2020-12-29T02:39:13.035150 | 2017-02-21T20:38:30 | 2017-02-21T20:38:30 | 50,786,445 | 2 | 1 | null | 2017-02-21T20:38:31 | 2016-01-31T17:39:38 | Java | UTF-8 | Java | false | false | 250 | java | public class Counter
{
static int count =0;
public static int getCount()
{
return count;
}
public static void setCount(int count)
{
Counter.count = count;
}
public static void increment() {
Counter.count++;
}
}
| [
"mkantem@yahoo.fr"
] | mkantem@yahoo.fr |
6bc7daf6255d40bb24df63ea4fde1f97f9051c2e | 07bd89d994da04a94c84db8997a67ae118af7830 | /LightingSalesSystem/SalesSystemServer/src/rmi/dataRemoteObject/approveBillRemoteObject/ApproveReceiptBillRemoteObject.java | f1eb23dcdafdf48497a22e6da87448107e7c5429 | [] | no_license | pilibb0712/myHomework | 61e48163972b0ca0c42c736636c46b07492c40da | 5d013e35ee930f730418cad0a9af4cc3bf9ba0a2 | refs/heads/master | 2023-08-24T09:41:17.561232 | 2019-11-30T05:18:26 | 2019-11-30T05:18:26 | null | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 1,224 | java | package rmi.dataRemoteObject.approveBillRemoteObject;
import java.rmi.RemoteException;
import java.rmi.server.UnicastRemoteObject;
import java.util.ArrayList;
import blImpl.bill.approveBillBl.ApproveReceiptBillBlController;
import blService.billService.approveBillBlService.ApproveReceiptBillBlService;
import vo.Recei... | [
"1292155474@qq.com"
] | 1292155474@qq.com |
1fee237749a5bfd4e00ae18535130477e5574c22 | 9eb94954fc1b1e71b40a064d65c8f9d1c3edd662 | /src/main/java/com/dragonsofmugloar/api/dto/MessageAfterSolveDTO.java | b68c1881d45c3e7d04cfb0a5b0feb22daa49a1a4 | [] | no_license | jcarlosvale/dragonsOfMugloar | a5aacfc2cd9d0b94836f0ba8e4edfbc4caa38035 | afb52329c49f06f8e0d84e15a66dab405d8b2317 | refs/heads/master | 2022-12-26T16:35:17.885685 | 2019-08-11T13:45:02 | 2019-08-11T13:45:02 | 201,759,485 | 1 | 0 | null | 2022-12-10T05:43:54 | 2019-08-11T12:04:08 | Java | UTF-8 | Java | false | false | 568 | java | package com.dragonsofmugloar.api.dto;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;
/**
* Represents the Message received after try solve one of the message
*/
@JsonIgnoreProperties(ignoreUnknown = true)
@Data
@No... | [
"joao.vale@sky.uk"
] | joao.vale@sky.uk |
f6d5f709483255632c9dfb545a4e7307ce4df6d3 | 8ea1b3ec9592e955cd70a16f45d051550efd1a23 | /customers/src/main/java/entity/EntityTested.java | 66437ff90625020917b131c663eb273ed028ad50 | [] | no_license | SoerenDue/Dat3semFlow1Week1 | 726a51b606e5d5529fad92c8b7eb6e1264c6ca16 | ff3d63ac635f4dfe7330ad07db1f0a0e18c3a889 | refs/heads/main | 2023-02-28T14:03:46.360276 | 2021-02-06T14:14:26 | 2021-02-06T14:14:26 | 309,344,496 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,261 | 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 entity;
import static com.sun.org.apache.xalan.internal.lib.ExsltDatetime.date;
import java.time.LocalDate;
import javax.persi... | [
"cph-sa343@cphbusiness.dk"
] | cph-sa343@cphbusiness.dk |
8666bfc374b7d8f89e301a19315d91ddf53a8fe0 | d71fb879713ddae2d5cb6d26e41b5f9a0a706b97 | /iTrust/src/test/java/edu/ncsu/csc/itrust/unit/flags/FlagTest.java | 3a5606ca2c52c4658779baafaf101e52d011270a | [] | no_license | wesleycoats/CSC326 | 9c0a0d6e838dbb9b037f750b3ff360fdf8c45272 | 2f55a41bdd9f61ae843e804f446a3a4245576ccc | refs/heads/master | 2020-03-16T06:11:55.720968 | 2017-04-19T23:43:34 | 2017-04-19T23:43:34 | 132,549,077 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 664 | java | package edu.ncsu.csc.itrust.unit.flags;
import static org.junit.Assert.*;
import org.junit.Test;
import edu.ncsu.csc.itrust.controller.flags.Flag;
public class FlagTest {
@Test
public void test() {
Flag f = new Flag(1L, 1L, 1L, "Test Flag");
assertEquals(1L, f.getFid());
assertEquals(1L, f.ge... | [
"bmhogan@ncsu.edu"
] | bmhogan@ncsu.edu |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.